:root {
  --ink: #000000;
  --ink-deep: #000000;
  --blue: #000000;
  --blue-bright: #1f1f1f;
  --slate: #555555;
  --gray: #f3f3f3;
  --line: #dedede;
  --yellow: #000000;
  --yellow-soft: #ededed;
  --white: #ffffff;
  --display: "Space Grotesk", "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  font-family: var(--body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -50px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--ink-deep); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; width: 100%; color: var(--white); background: #000000; border-bottom: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); }
.brand-logo { display: block; width: 110px; height: 40px; border-radius: 3px; object-fit: cover; object-position: center; background: #000; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { opacity: .8; transition: opacity .2s ease; }
.main-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 17px;
  color: var(--ink-deep);
  background: var(--white);
  border-radius: 5px;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.nav-cta:hover {
  background: rgba(255, 255, 255, 0.9);
}
.nav-cta span { font-size: 17px; line-height: 1; }
.menu-toggle, .menu-backdrop { display: none; }

.hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.hero-image { position: absolute; inset: 0; background: url("assets/photo-1.jpg") center 42% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 34%, rgba(0,0,0,.24) 75%, rgba(0,0,0,.38) 100%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding: 98px 0 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #dbe8ee; }
.pulse-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(3.55rem, 8.1vw, 7.1rem); line-height: .92; letter-spacing: -.065em; }
h1 span, h2 em {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  font-style: normal;
}
h1 span, .process-intro h2 em, .contact-copy h2 em { -webkit-text-stroke-color: var(--white); }
.hero-copy { max-width: 470px; margin-bottom: 30px; color: #dedede; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 4px; padding: 12px 18px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow {
  color: var(--white);
  background: var(--ink-deep);
  border: 1px solid var(--ink-deep);
}
.button-yellow:hover {
  background: var(--blue-bright);
  border-color: var(--blue-bright);
}
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: var(--white); background: rgba(255,255,255,.08); }
.button-ghost:hover { background: rgba(255,255,255,.16); }

/* Overrides for buttons on dark backgrounds (Hero, Process) */
.hero .button-yellow, .process .button-yellow {
  color: var(--ink-deep);
  background: var(--white);
  border: 1px solid var(--white);
}
.hero .button-yellow:hover, .process .button-yellow:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.button-dark { color: var(--white); background: var(--ink); }
.hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 29px; margin-top: 63px; color: #c7c7c7; font-size: 12px; }
.rating { display: flex; align-items: center; gap: 9px; }
.rating strong { color: var(--white); font-size: 17px; }
.rating-stars {
  color: currentColor;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.9;
}
.hero-location { display: flex; gap: 7px; align-items: center; }
.pin-icon {
  color: currentColor;
  font-size: 19px;
}
.hero-scroll { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 33px; display: flex; align-items: center; gap: 13px; color: #c7c7c7; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll span { height: 43px; border-left: 1px solid var(--white); }

.quick-info { background: var(--blue); color: var(--white); }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: stretch; }
.quick-item { display: flex; min-height: 98px; align-items: center; gap: 13px; padding: 15px 22px 15px 0; border-right: 1px solid rgba(255,255,255,.17); }
.quick-item + .quick-item { padding-left: 22px; }
.quick-icon {
  display: grid;
  flex: 0 0 33px;
  width: 33px;
  height: 33px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 16px;
}
.quick-item small, .quick-item strong { display: block; }
.quick-item small { margin-bottom: 3px; color: #d0e0eb; font-size: 10px; }
.quick-item strong { font-size: 13px; }
.quick-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 27px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.quick-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.quick-link span { font-size: 19px; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 57px; }
.split-heading, .gallery-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(290px, .8fr); align-items: end; gap: 80px; }
.section-heading h2, .hours-card h2, .process-intro h2, .contact-copy h2, .legal-grid h2 { margin-bottom: 0; color: var(--ink); font-size: clamp(2.8rem, 5vw, 4.4rem); line-height: .96; letter-spacing: -.07em; }
.gallery-heading h2 em { color: var(--ink); -webkit-text-stroke: 0; }
.section-heading p { max-width: 385px; margin: 0 0 4px; color: var(--slate); font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-card { position: relative; display: flex; min-height: 430px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 32px rgba(0,0,0,.09); }
.service-card.service-featured { color: var(--white); border-color: var(--blue); background: var(--blue); }
.service-card-media { height: 160px; flex: 0 0 160px; overflow: hidden; background: #d8d8d8; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .45s ease; }
.service-card-media img[src*="ai-interior"] { object-position: center 42%; }
.service-card:hover .service-card-media img { transform: scale(1.05); }
.service-card-content { position: relative; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 27px 31px 27px; }
.card-number { position: absolute; top: 25px; right: 31px; color: #8aa0ad; font-family: var(--display); font-size: 12px; }
.service-featured .card-number { color: #a6cada; }
.service-symbol {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  margin-bottom: 34px;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 27px;
}
.service-card h3 { margin-bottom: 15px; font-size: 24px; letter-spacing: -.04em; }
.service-card p { max-width: 265px; margin-bottom: 26px; color: var(--slate); font-size: 14px; line-height: 1.65; }
.service-featured p { color: #d7e6ee; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-size: 12px; font-weight: 700; }
.service-featured .text-link {
  color: var(--white);
  text-decoration: underline;
}
.text-link span { font-size: 17px; }

.process { color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); }
.process-intro h2 { color: var(--white); }
.process-intro > p { max-width: 340px; margin: 26px 0 33px; color: #c1d0d8; font-size: 15px; line-height: 1.75; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.23); }
.benefit { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0 26px; border-bottom: 1px solid rgba(255,255,255,.23); }
.benefit > span {
  color: var(--white);
  font-family: var(--display);
  font-size: 13px;
  opacity: 0.8;
}
.benefit h3 { margin: 0 0 7px; color: var(--white); font-size: 21px; letter-spacing: -.03em; }
.benefit p { max-width: 390px; margin: 0; color: #aebfc9; font-size: 14px; line-height: 1.65; }

.gallery-section { background: var(--gray); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 420px; gap: 14px; }
.gallery-image { position: relative; overflow: hidden; margin: 0; background: #c9d5db; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-image:hover img { transform: scale(1.05); }
.gallery-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(6,26,42,.66), transparent 46%); pointer-events: none; }
.gallery-image figcaption { position: absolute; z-index: 1; right: 17px; bottom: 13px; left: 17px; color: var(--white); font-size: 11px; font-weight: 600; }
.gallery-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; color: #8195a0; font-size: 11px; }
.gallery-note a { color: var(--blue); font-weight: 700; }

.location-section { background: var(--white); }
.location-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: stretch; }
.map-card { min-height: 510px; }
.map-placeholder { position: relative; height: 100%; min-height: 510px; overflow: hidden; background: #e5e5e5; background-image: linear-gradient(33deg, transparent 49%, rgba(255,255,255,.7) 50%, transparent 51%), linear-gradient(117deg, transparent 49%, rgba(255,255,255,.6) 50%, transparent 51%), linear-gradient(13deg, transparent 70%, rgba(0,0,0,.08) 70%, rgba(0,0,0,.08) 72%, transparent 72%); background-size: 180px 150px, 240px 190px, 280px 190px; }
.map-grid-lines { position: absolute; inset: 0; opacity: .3; background: repeating-linear-gradient(28deg, transparent 0 58px, rgba(0,0,0,.09) 59px 60px), repeating-linear-gradient(128deg, transparent 0 83px, rgba(0,0,0,.07) 84px 85px); }
.map-pin { position: absolute; top: 42%; left: 50%; display: grid; width: 47px; height: 47px; place-items: center; color: var(--white); background: var(--blue); border: 5px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,.2); font-size: 22px; transform: translate(-50%, -50%); }
.map-label { position: absolute; top: calc(42% + 43px); left: 50%; padding: 11px 14px; background: var(--white); box-shadow: 0 4px 15px rgba(0,0,0,.12); transform: translateX(-50%); white-space: nowrap; }
.map-label strong, .map-label span { display: block; }
.map-label strong { color: var(--ink); font-family: var(--display); font-size: 13px; }
.map-label span { margin-top: 2px; color: var(--slate); font-size: 11px; }
.map-consent { position: absolute; right: 14px; bottom: 14px; max-width: 250px; padding: 16px; background: rgba(255,255,255,.95); }
.map-consent p { margin-bottom: 10px; color: var(--slate); font-size: 11px; line-height: 1.45; }
.map-consent .button { min-height: 38px; padding: 9px 12px; font-size: 11px; }
.map-iframe { width: 100%; height: 100%; min-height: 510px; border: 0; }
.hours-card { padding-top: 4px; }
.hours-card h2 { margin-bottom: 19px; }
.muted { color: var(--slate); font-size: 14px; line-height: 1.7; }
.hours-list { margin-top: 30px; border-top: 1px solid var(--line); }
.hours-list > div { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 13px; }
.hours-list strong { color: var(--ink); font-weight: 600; }
.hours-list .closed, .hours-list .closed strong { color: #9caab2; }
.hours-foot { display: flex; align-items: flex-start; gap: 8px; margin-top: 15px; color: #8a9ba5; font-size: 11px; }
.open-dot {
  display: block;
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--ink);
}

.contact-section { color: var(--white); background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(52px, 11vw, 160px); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { max-width: 350px; margin: 27px 0 35px; color: #d6e6ed; font-size: 15px; line-height: 1.75; }
.contact-links { border-top: 1px solid rgba(255,255,255,.27); }
.contact-links a { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.27); }
.contact-icon { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 16px; }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { color: #bcd7e3; font-size: 10px; }
.contact-links strong { font-size: 13px; }
.contact-links > a > span:last-child {
  color: var(--white);
  font-size: 19px;
}
.contact-form { padding: 35px 35px 31px; background: var(--white); color: var(--ink); }
.form-row { margin-bottom: 22px; }
.form-row label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 12px; font-weight: 700; }
.form-row input, .form-row textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 8px 0 11px; color: var(--ink); background: transparent; outline: 0; font-size: 14px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.form-row input::placeholder, .form-row textarea::placeholder { color: #a0afb7; }
.form-submit { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.form-submit .button { border: 0; }
.form-submit small { color: #81929b; font-size: 10px; }
.form-status { margin: 17px 0 0; padding: 11px 13px; color: var(--blue); background: #eeeeee; font-size: 12px; }

.legal-section { padding-top: 92px; padding-bottom: 92px; background: var(--gray); }
.legal-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.legal-copy { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; list-style: none; cursor: pointer; font-family: var(--display); font-size: 18px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--blue); font-family: var(--body); font-size: 22px; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 600px; margin: 0 0 18px; color: var(--slate); font-size: 13px; line-height: 1.7; }
.legal-note {
  padding: 10px 13px;
  color: var(--ink) !important;
  background: #eeeeee;
  font-size: 11px !important;
}
.site-footer { padding: 30px 0; color: #b8b8b8; background: var(--ink-deep); }
.footer-wrap { display: flex; align-items: center; gap: 30px; }
.brand-footer { flex: 0 0 auto; }
.footer-wrap > p { margin: 0 auto 0 0; font-size: 12px; }
.footer-links { display: flex; gap: 20px; font-size: 11px; }
.footer-links a:hover {
  color: var(--white);
  text-decoration: underline;
}
.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 20; display: flex; align-items: center; gap: 18px; max-width: 450px; padding: 13px 14px 13px 18px; color: var(--white); background: var(--ink); box-shadow: 0 8px 28px rgba(0,0,0,.26); }
.cookie-banner p { margin: 0; color: #ccdae1; font-size: 11px; line-height: 1.45; }
.cookie-banner button {
  flex: 0 0 auto;
  border: 0;
  padding: 8px 11px;
  color: var(--ink-deep);
  background: var(--white);
  font-size: 11px;
  font-weight: 700;
  transition: opacity 0.2s ease;
}
.cookie-banner button:hover {
  opacity: 0.9;
}
.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9;
  display: none;
  align-items: center;
  gap: 7px;
  padding: 12px 15px;
  color: var(--white);
  background: var(--ink-deep);
  border: 1px solid var(--white);
  box-shadow: 0 5px 16px rgba(0,0,0,0.3);
  font-size: 12px;
}
.floating-contact span { font-size: 14px; }

.hero, .section { scroll-margin-top: 104px; }

@media (max-width: 850px) {
  .container { width: min(100% - 38px, 680px); }
  .nav-wrap { height: 75px; }
  .menu-toggle { position: relative; z-index: 62; display: inline-flex; min-width: 92px; align-items: center; justify-content: flex-end; gap: 9px; padding: 8px 0 8px 10px; color: var(--white); background: transparent; border: 0; }
  .menu-icon { display: flex; width: 22px; flex-direction: column; gap: 5px; }
  .menu-icon span { display: block; width: 22px; height: 2px; background: currentColor; transform-origin: center; transition: transform .22s ease, opacity .22s ease; }
  .menu-label { font-size: 12px; font-weight: 600; }
  .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 60; top: 0; right: 0; bottom: 0; display: flex; visibility: hidden; width: min(360px, calc(100vw - 28px)); flex-direction: column; align-items: stretch; gap: 0; padding: 112px 24px 28px; color: var(--white); background: #000; box-shadow: -18px 0 45px rgba(0,0,0,.28); opacity: 0; transform: translateX(105%); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateX(0); }
  .main-nav > a:not(.nav-cta) { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 17px; opacity: 1; }
  .main-nav .nav-cta { justify-content: center; margin-top: 28px; padding: 15px 18px; border: 0; }
  .menu-backdrop { position: fixed; z-index: 55; inset: 0; display: block; visibility: hidden; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(0,0,0,.62); opacity: 0; transition: opacity .22s ease, visibility .22s ease; }
  body.menu-open .menu-backdrop { visibility: visible; opacity: 1; }
  .hero { min-height: 700px; }
  .hero-content { padding-top: 76px; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.62)), linear-gradient(0deg, rgba(0,0,0,.6), transparent 60%); }
  .hero-scroll { display: none; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-item { min-height: 83px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .quick-item:nth-child(2) { padding-left: 18px; }
  .quick-item:nth-child(3) { border-bottom: 0; }
  .quick-link { justify-content: flex-end; padding: 15px 0 15px 18px; border-bottom: 0; }
  .section { padding: 82px 0; }
  .split-heading, .gallery-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card-media { height: 155px; flex-basis: 155px; }
  .service-card-content { padding: 25px 25px 24px; }
  .service-symbol { margin-bottom: 22px; }
  .process-grid, .contact-grid, .location-grid, .legal-grid { grid-template-columns: 1fr; gap: 52px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(2, 260px); }
  .map-card, .map-placeholder, .map-iframe { min-height: 380px; }
  .hours-card { max-width: 550px; }
  .legal-grid { gap: 34px; }
  .footer-wrap { flex-wrap: wrap; gap: 18px; }
  .footer-wrap > p { order: 3; flex: 0 0 100%; }
  .footer-links { margin-left: auto; }
  .floating-contact { display: flex; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; max-width: none; }
}

@media (max-width: 500px) {
  .container { width: calc(100% - 32px); }
  .hero { min-height: 670px; }
  .hero-content { padding-top: 66px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 43px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item, .quick-item:nth-child(2) { padding-left: 0; border-right: 0; }
  .quick-item:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .quick-link { justify-content: flex-start; padding-left: 0; min-height: 68px; }
  .gallery-grid { grid-template-rows: repeat(2, 220px); gap: 9px; }
  .gallery-note { flex-direction: column; gap: 8px; }
  .contact-form { padding: 25px 20px 22px; }
  .form-submit { align-items: flex-start; flex-direction: column; gap: 12px; }
  .form-submit .button { width: 100%; }
  .footer-links { width: 100%; justify-content: space-between; gap: 9px; }
  .floating-contact { right: 16px; bottom: 16px; }
}
