:root {
  --ink: #071923;
  --ink-2: #0d2a38;
  --paper: #f3f1e9;
  --white: #fff;
  --accent: #35e2be;
  --accent-dark: #11987f;
  --muted: #62747d;
  --line: rgba(7, 25, 35, .15);
  --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 10vw), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; scroll-margin-top: 78px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 18px;
  background: var(--accent); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.language-switcher {
  position: fixed; z-index: 130; inset: 0 0 auto; height: 37px;
  display: flex; align-items: center; justify-content: flex-end; gap: 2px;
  padding: 4px max(5vw, calc((100vw - var(--container)) / 2));
  background: #09261d; border-top: 1px solid rgba(53,226,190,.3);
}
.language-switcher a {
  min-width: 60px; min-height: 28px; padding: 0 7px;
  display: flex; align-items: center; justify-content: center; gap: 5px;
  color: #c9d2d6; border-radius: 4px; font-size: 12px; font-weight: 800;
  transition: background .2s, color .2s;
}
.language-switcher a:hover, .language-switcher a:focus-visible { color: white; background: rgba(255,255,255,.1); }
.language-switcher a.is-active { color: white; background: rgba(255,255,255,.14); }
.language-switcher img { width: 24px; height: 18px; object-fit: cover; border-radius: 1px; box-shadow: 0 1px 3px rgba(0,0,0,.35); }
.language-switcher strong { font-size: 11px; line-height: 1; }

.site-header {
  position: fixed; inset: 37px 0 auto; z-index: 100;
  height: 88px; color: white; border-bottom: 1px solid rgba(255,255,255,.15);
  transition: background .25s, height .25s, box-shadow .25s;
}
.site-header.is-scrolled {
  height: 72px; background: rgba(7,25,35,.96);
  backdrop-filter: blur(18px); box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 210px; position: relative; z-index: 3; }
.site-header .brand {
  width: 225px; min-height: 66px; padding: 2px 0;
  display: flex; align-items: center;
}
.brand img {
  width: 100%; max-height: 66px; object-fit: contain; object-position: left center;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.28));
}
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: 13px; font-weight: 700; position: relative; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px;
  background: var(--accent); transition: width .2s;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: white; }

.button {
  min-height: 54px; padding: 0 24px; border: 0; border-radius: 2px;
  display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; background: white; color: var(--ink); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: #72efd6; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }

.hero {
  min-height: 850px; position: relative; overflow: hidden; background: var(--ink); color: white;
  display: flex; align-items: center; padding: 160px 0 96px;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,25,35,.98) 0%, rgba(7,25,35,.9) 43%, rgba(7,25,35,.25) 100%);
}
.hero-backdrop { position: absolute; inset: 0 0 0 48%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transform: rotate(-5deg) scale(1.15); opacity: .82; }
.hero-photo { background-position: center; background-size: cover; min-height: 50%; filter: saturate(.72) contrast(1.08); }
.photo-one { grid-row: span 2; background-image: url("../img/portfolio/35-400x400.jpg"); }
.photo-two { background-image: url("../img/portfolio/16a-400x400.jpg"); }
.photo-three { background-image: url("../img/portfolio/hosp-31-3-400x400.jpg"); }
.hero-content { position: relative; z-index: 2; }
.eyebrow, .section-label {
  font: 700 11px "Space Mono", monospace; letter-spacing: 1.6px; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; color: #b9c7cd; }
.eyebrow span { width: 30px; height: 2px; background: var(--accent); }
.hero h1 {
  max-width: 810px; margin: 26px 0 30px; font-size: clamp(58px, 7vw, 106px);
  line-height: .94; letter-spacing: -6px;
}
.hero h1 em { display: block; color: var(--accent); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 650px; color: #bfd0d7; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.hero-metrics { display: flex; gap: 54px; margin: 74px 0 0; }
.hero-metrics div { display: flex; flex-direction: column; }
.hero-metrics dt { font-size: 30px; font-weight: 800; letter-spacing: -1.5px; }
.hero-metrics dd { margin: 3px 0 0; color: #8ba0aa; font: 400 9px "Space Mono", monospace; letter-spacing: 1px; text-transform: uppercase; }

.section-label { color: var(--accent-dark); margin: 0 0 24px; font-size: 12px; }
.section-label.light { color: var(--accent); }
h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; letter-spacing: -4px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: start; }
.intro-copy { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-copy .lead { color: var(--ink); font-size: 22px; line-height: 1.5; margin-top: 5px; }
.founder { display: flex; align-items: center; gap: 16px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.founder-monogram { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--accent); font: 700 11px "Space Mono"; }
.founder div { display: flex; flex-direction: column; }
.founder strong { color: var(--ink); font-size: 13px; }
.founder small { margin-top: 4px; }

.section-dark { background: var(--ink); color: white; }
.section-top { display: grid; grid-template-columns: 1.5fr .65fr; gap: 8vw; align-items: end; margin-bottom: 62px; }
.section-top > p { color: #9ab0ba; line-height: 1.8; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.service-card { background: var(--ink); min-width: 0; }
.service-card figure { margin: 0; height: 250px; overflow: hidden; }
.service-card figure::after { content: ""; }
.service-card figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) saturate(.7); transition: transform .5s, filter .5s; }
.service-card:hover figure img { transform: scale(1.04); filter: grayscale(0) saturate(1); }
.service-body { position: relative; min-height: 390px; padding: 30px; }
.card-number { position: absolute; right: 28px; top: 28px; color: #64808d; font: 400 10px "Space Mono"; }
.service-subtitle { color: var(--accent); font: 400 10px "Space Mono"; letter-spacing: .7px; text-transform: uppercase; }
.service-card h3 { font-size: 27px; line-height: 1.15; letter-spacing: -1.4px; margin: 20px 0 24px; }
.service-card ul { list-style: none; padding: 0; margin: 0 0 56px; }
.service-card li { color: #a6bac3; font-size: 13px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.service-card a { position: absolute; left: 30px; bottom: 28px; font-size: 12px; font-weight: 800; }
.service-card a span { color: var(--accent); margin-left: 12px; }

.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.method-grid ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.method-grid li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.method-grid li > span { color: var(--accent-dark); font: 700 10px "Space Mono"; }
.method-grid li div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.method-grid strong { font-size: 18px; }
.method-grid p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.portfolio { background: #e9e7df; }
.section-top.dark-text > p { color: var(--muted); }
.work-showcase { display: grid; grid-template-columns: minmax(300px, 430px) minmax(0, 1fr); gap: 18px; align-items: stretch; }
.featured-work { margin: 0; width: 100%; max-width: 430px; aspect-ratio: 1; overflow: hidden; background: #d8d6cf; }
.featured-work img { width: 100%; height: 100%; object-fit: cover; }
.work-gallery-grid { min-width: 0; display: grid; grid-template-columns: repeat(auto-fill, 210px); gap: 18px; align-content: start; justify-content: start; }
.work-gallery-card { width: 210px; min-width: 0; background: #f6f5f0; border: 1px solid rgba(7,25,35,.12); }
.work-gallery-viewer { position: relative; aspect-ratio: 1; overflow: hidden; background: #d8d6cf; touch-action: pan-y; }
.work-gallery-slides, .work-gallery-slide { position: absolute; inset: 0; }
.work-gallery-slide { margin: 0; opacity: 0; visibility: hidden; transition: opacity .28s ease; }
.work-gallery-slide.is-active { opacity: 1; visibility: visible; }
.work-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.viewer-zone {
  position: absolute; z-index: 2; top: 0; bottom: 0; border: 0; padding: 0;
  background: transparent; color: white; cursor: pointer;
}
.viewer-zone span {
  display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(4,18,25,.5); opacity: .72; transition: opacity .2s, background .2s;
  font-size: 14px;
}
.viewer-zone:hover span, .viewer-zone:focus-visible span { opacity: 1; background: rgba(4,18,25,.76); }
.viewer-previous { left: 0; width: 30%; justify-items: start; padding-left: 8px; }
.viewer-expand { left: 30%; width: 40%; justify-items: center; }
.viewer-expand { cursor: zoom-in; }
.viewer-next { right: 0; width: 30%; justify-items: end; padding-right: 8px; }
.viewer-zone { display: grid; align-items: center; }
.viewer-dots {
  position: absolute; z-index: 4; left: 50%; bottom: 9px; transform: translateX(-50%);
  display: flex; align-items: center; justify-content: center; gap: 4px;
  max-width: calc(100% - 20px); padding: 5px 7px; border-radius: 20px; background: rgba(4,18,25,.38);
}
.viewer-dots button {
  width: 6px; height: 6px; flex: 0 0 6px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.5); cursor: pointer; transition: width .2s, border-radius .2s, background .2s;
}
.viewer-dots button.is-active { width: 18px; flex-basis: 18px; border-radius: 10px; background: white; }
.work-gallery-meta { display: flex; justify-content: space-between; gap: 16px; padding: 15px 17px 7px; }
.work-gallery-meta strong { font-size: 13px; }
.work-gallery-meta span { color: var(--accent-dark); font: 700 10px "Space Mono"; white-space: nowrap; }
.gallery-instruction { margin: 0; padding: 0 17px 15px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.work-lightbox {
  width: min(90vw, 760px); height: min(88vh, 760px); padding: 18px; border: 0;
  border-radius: 26px; background: #f7f6f1; overflow: visible;
}
.work-lightbox::backdrop { background: rgba(2,10,14,.92); backdrop-filter: blur(5px); }
.lightbox-shell { position: relative; width: 100%; height: 100%; display: grid; place-items: center; }
.lightbox-shell figure { margin: 0; width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.lightbox-shell figure img { width: 100%; height: 100%; object-fit: contain; border-radius: 16px; }
.lightbox-shell figcaption {
  display: flex; justify-content: center; padding: 10px;
  color: var(--ink); background: transparent; font: 700 10px "Space Mono";
}
.lightbox-close, .lightbox-arrow {
  position: absolute; z-index: 3; width: 34px; height: 34px; border: 0;
  border-radius: 50%; background: rgba(4,18,25,.58); color: white; font-size: 16px; cursor: pointer;
}
.lightbox-close { top: 8px; right: 8px; font-size: 20px; }
.lightbox-arrow { top: 50%; transform: translateY(-50%); }
.lightbox-previous { left: 8px; }
.lightbox-next { right: 8px; }
.lightbox-close:hover, .lightbox-arrow:hover, .lightbox-close:focus-visible, .lightbox-arrow:focus-visible { background: var(--accent-dark); }
.gallery-more { display: inline-flex; gap: 15px; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.gallery-more span { color: var(--accent-dark); }

.clients h2 { max-width: 900px; margin-bottom: 60px; }
.logo-grid { display: grid; grid-template-columns: repeat(8, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); background: white; }
.client-logo { height: 130px; display: grid; place-items: center; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.client-logo img { max-width: 100%; max-height: 76px; width: auto; filter: grayscale(1); opacity: .68; transition: filter .25s, opacity .25s, transform .25s; }
.client-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.04); }
.legal-note { color: #829098; font-size: 10px; margin-top: 18px; }

.share-section { padding: 0 0 118px; background: var(--paper); scroll-margin-top: 92px; }
.share-panel {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center;
  padding: 54px 58px; background: white; border-top: 4px solid var(--accent-dark);
  box-shadow: 0 20px 60px rgba(7,25,35,.09);
}
.share-panel h2 { max-width: 720px; font-size: clamp(34px, 4vw, 58px); }
.share-panel > div:first-child > p:last-child { max-width: 700px; color: var(--muted); line-height: 1.7; }
.share-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.share-button {
  min-height: 52px; padding: 0 16px; border: 1px solid var(--line); background: #f7f8f6;
  display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 12px;
  font-weight: 800; cursor: pointer; transition: transform .2s, border-color .2s, background .2s;
}
.share-button:hover, .share-button:focus-visible { transform: translateY(-2px); border-color: var(--accent-dark); background: #eef8f5; }
.share-button span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font: 700 10px "Space Mono"; }
.share-button.whatsapp span { background: #25d366; color: #062e1a; }
.share-button.facebook span { background: #1877f2; }
.share-button.linkedin span { background: #0a66c2; }
.share-button.x-network span { background: #000; }
.share-button.instagram span { background: #c13584; }
.share-feedback { grid-column: 1 / -1; min-height: 18px; margin: 4px 0 0; color: var(--accent-dark); font-size: 11px; line-height: 1.5; }

.contact { background: var(--ink-2); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.contact-copy > p:not(.section-label) { color: #afc0c8; line-height: 1.7; max-width: 550px; }
.contact-channels { margin-top: 54px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-channels a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-channels span { color: #839aa5; font: 400 10px "Space Mono"; text-transform: uppercase; letter-spacing: 1px; }
.contact-channels strong { font-size: 13px; text-align: right; }
.form-card { padding: 45px; background: white; color: var(--ink); box-shadow: 0 22px 65px rgba(0,0,0,.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { display: block; font-size: 11px; font-weight: 800; margin-bottom: 20px; }
.form-card input:not([type="checkbox"]), .form-card select, .form-card textarea {
  display: block; width: 100%; margin-top: 8px; border: 1px solid #d3dade; background: #f8f9f7;
  border-radius: 1px; padding: 13px 14px; color: var(--ink); outline: none;
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(17,152,127,.12); }
.form-card textarea { resize: vertical; }
.privacy { display: flex !important; gap: 10px; align-items: flex-start; color: var(--muted); font-weight: 500 !important; line-height: 1.5; }
.privacy input { margin-top: 3px; }
.captcha-field {
  padding: 16px; border-left: 3px solid var(--accent-dark);
  background: #eef8f5;
}
.captcha-field input { max-width: 130px; background: white !important; }
.form-submit { width: 100%; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-footnote { text-align: center; font-size: 10px; color: #7b8b93; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 22px; padding: 14px 16px; font-size: 13px; line-height: 1.5; }
.form-notice.success { background: #dff8ee; color: #075b48; }
.form-notice.error { background: #fff0ed; color: #8a271a; }

.site-footer { padding: 70px 0 32px; background: #041219; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.35fr; gap: 44px; }
.footer-brand img { width: 270px; filter: drop-shadow(0 5px 14px rgba(0,0,0,.3)); }
.footer-brand p { color: #718892; font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: 12px; color: #8fa2ab; }
.footer-grid > div strong { color: white; margin-bottom: 10px; }
.google-reviews-link {
  display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: white;
  line-height: 1.4; transition: border-color .2s, background .2s, transform .2s;
}
.google-reviews-link span { color: #fbbc04; font-size: 18px; }
.google-reviews-link:hover { border-color: #fbbc04; background: rgba(255,255,255,.06); transform: translateY(-2px); }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); margin: 28px 0 0; padding-top: 24px; color: #627782; font: 400 9px "Space Mono"; }
.page-tools {
  position: fixed; z-index: 80; left: 22px; bottom: 22px; display: flex; gap: 8px; align-items: center;
}
.page-tools button {
  width: 44px; height: 44px; display: grid; place-items: center; padding: 0;
  border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(7,25,35,.92);
  color: white; font: 500 20px/1 Arial, sans-serif; cursor: pointer;
  box-shadow: 0 9px 25px rgba(0,0,0,.24); backdrop-filter: blur(8px);
  transition: transform .2s, background .2s, opacity .2s;
}
.page-tools button:hover { background: var(--accent); color: var(--ink); transform: translateY(-2px); }
.page-tools button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.page-tools .page-share-button {
  background: #0b2e2a; border-color: rgba(87,210,181,.42); color: #eafff9;
}
.page-tools .page-share-button svg { display: block; overflow: visible; }
.page-tools .page-share-button circle { fill: currentColor; stroke: none; }
.page-tools .page-share-button path {
  fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.page-tools .page-share-button:hover { background: #20c9a6; color: #06231e; }
.page-tools [data-page-top] { opacity: 0; visibility: hidden; pointer-events: none; }
.page-tools [data-page-top].is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.page-tools-status {
  position: absolute; left: 0; bottom: calc(100% + 8px); width: max-content; max-width: 220px;
  color: white; background: var(--ink); font-size: 11px;
}
.floating-whatsapp {
  position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 54px; height: 54px;
  display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #072014;
  font: 700 11px "Space Mono"; box-shadow: 0 12px 32px rgba(0,0,0,.28);
}

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .work-showcase { grid-template-columns: minmax(270px, 35%) minmax(0, 1fr); }
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-reviews { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; background: rgba(7,25,35,.95); }
  .header-inner { gap: 16px; }
  .header-cta { display: none; }
  .menu-button { display: block; position: relative; z-index: 3; cursor: pointer; min-width: 48px; min-height: 48px; }
  .main-nav {
    position: fixed; inset: 0; padding: 110px 7vw 48px; background: var(--ink);
    display: flex; flex-direction: column; align-items: flex-start; gap: 25px;
    transform: translateX(100%); transition: transform .25s;
    overflow-y: auto; overscroll-behavior: contain;
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { width: 100%; min-height: 44px; display: flex; align-items: center; font-size: 26px; letter-spacing: -1px; }
  .hero-backdrop { inset-left: 35%; opacity: .45; }
  .hero::after { background: linear-gradient(90deg, rgba(7,25,35,.98), rgba(7,25,35,.72)); }
  .hero h1 { letter-spacing: -4px; }
  .split-heading, .section-top, .method-grid, .contact-grid, .share-panel { grid-template-columns: 1fr; gap: 48px; }
  .section-top { align-items: start; }
  .work-showcase { grid-template-columns: 1fr; }
  .featured-work { aspect-ratio: 1; max-width: 430px; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-channels a { min-height: 58px; align-items: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding: 76px 0; }
  .site-header .brand { width: 180px; min-height: 56px; padding: 0; }
  .language-switcher { width: 100%; justify-content: flex-end; padding-right: 16px; }
  .language-switcher a { min-width: 58px; padding-inline: 6px; }
  .brand img { max-height: 56px; }
  .hero { min-height: auto; padding: 118px 0 62px; }
  .hero-backdrop { inset: 0; opacity: .25; }
  .hero h1 { margin: 20px 0 24px; font-size: clamp(46px, 14vw, 64px); letter-spacing: -3px; overflow-wrap: anywhere; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 52px; }
  .hero-metrics dt { font-size: 24px; }
  .hero-metrics dd { font-size: 7px; line-height: 1.4; overflow-wrap: anywhere; }
  h2 { font-size: clamp(34px, 11vw, 42px); letter-spacing: -2px; overflow-wrap: anywhere; }
  .intro-copy .lead { font-size: 19px; }
  .section-top { margin-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card figure { height: 220px; }
  .service-body { min-height: 350px; padding: 26px 22px; }
  .service-card h3 { font-size: 25px; }
  .service-card a { left: 22px; right: 22px; min-height: 44px; display: flex; align-items: center; }
  .method-grid li div { grid-template-columns: 1fr; gap: 8px; }
  .method-grid li { grid-template-columns: 38px 1fr; gap: 12px; }
  .work-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(170px, 210px)); }
  .work-gallery-card { width: min(210px, 100%); }
  .viewer-zone span { opacity: .82; }
  .lightbox-shell figcaption { padding-inline: 18px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .client-logo { height: 112px; padding: 20px; }
  .share-section { padding-bottom: 80px; }
  .share-panel { padding: 38px 24px; }
  .share-actions { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-card input:not([type="checkbox"]), .form-card select, .form-card textarea { font-size: 16px; min-height: 48px; }
  .form-card textarea { min-height: 132px; }
  .form-card { padding: 28px 22px; }
  .contact-channels a { flex-direction: column; gap: 7px; }
  .contact-channels strong { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-reviews { grid-column: auto; }
  .copyright { grid-column: auto; }
  .page-tools {
    left: max(14px, env(safe-area-inset-left));
    bottom: max(14px, env(safe-area-inset-bottom));
    gap: 6px;
  }
  .page-tools button { width: 42px; height: 42px; }
  .floating-whatsapp {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 50px; height: 50px;
  }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header .brand { width: 160px; }
  .language-switcher a { min-width: 54px; padding-inline: 5px; }
  .hero h1 { font-size: 43px; }
  .hero-metrics { grid-template-columns: 1fr; gap: 18px; }
  .hero-metrics div { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-metrics dd { font-size: 8px; }
  .lightbox-arrow { width: 32px; height: 32px; }
  .work-gallery-grid { grid-template-columns: minmax(0, 190px); }
  .work-gallery-card { width: 100%; }
  .share-panel { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
