:root {
  --ink: #1d2730;
  --ink-soft: #31414a;
  --charcoal: #1a2024;
  --paper: #f3ecdf;
  --paper-soft: #fffaf0;
  --white: #ffffff;
  --coral: #bd5437;
  --coral-bright: #e47750;
  --mint: #e0b443;
  --mint-dark: #8b6514;
  --sand: #b8c5a5;
  --line: rgba(29, 39, 48, .18);
  --line-light: rgba(255, 255, 255, .15);
  --shadow: 0 28px 80px rgba(0, 0, 0, .22);
  --radius: 26px;
  --max: 1260px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(30deg, rgba(29, 39, 48, .035) 12%, transparent 12.5%, transparent 87%, rgba(29, 39, 48, .035) 87.5%),
    linear-gradient(150deg, rgba(189, 84, 55, .026) 12%, transparent 12.5%, transparent 87%, rgba(189, 84, 55, .026) 87.5%);
  background-size: 72px 42px;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: .8rem 1.1rem;
  color: var(--ink);
  background: var(--mint);
  border-radius: 10px;
  font-weight: 850;
}

.skip-link:focus { transform: translateY(0); }

.topbar {
  color: var(--ink);
  background: var(--mint);
  border-bottom: 1px solid rgba(11, 29, 38, .25);
}

.topbar-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(26, 32, 36, .97);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(calc(100% - 40px), var(--max));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.7rem;
}

.brand {
  display: inline-flex;
  width: 168px;
  height: 62px;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}

.brand img {
  width: 168px;
  height: auto;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, .28));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.9rem, 1.8vw, 1.7rem);
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-size: .87rem;
  font-weight: 650;
  transition: color .2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.5rem;
  height: 2px;
  background: var(--mint);
  transition: right .25s ease;
}

.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { right: 0; }

.nav-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.phone-link {
  display: flex;
  flex-direction: column;
  color: var(--white);
  text-align: right;
  text-decoration: none;
  line-height: 1.2;
}

.phone-link span {
  color: rgba(255, 255, 255, .58);
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.phone-link strong { margin-top: .2rem; font-size: .94rem; }

.nav-cta {
  padding: .8rem 1rem;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--coral);
  border-radius: 9px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

.nav-cta:hover {
  background: var(--coral);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 10px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 10px;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 755px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  grid-template-rows: minmax(0, 1fr);
  color: var(--white);
  background: var(--charcoal);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 13, 17, .25), transparent 35%, rgba(5, 13, 17, .12)),
    linear-gradient(180deg, transparent 62%, rgba(5, 13, 17, .38));
}

.hero-photo {
  position: absolute;
  inset-block: 0;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-studio {
  left: 0;
  width: 46%;
}

.hero-photo-studio::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 17, 21, .1), rgba(9, 17, 21, .28) 75%, rgba(9, 17, 21, .78));
}

.hero-photo-group {
  right: 0;
  width: 56%;
}

.hero-photo-group::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 17, 21, .64), rgba(9, 17, 21, .06) 48%);
}

.photo-tag {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  padding: .55rem .75rem;
  color: rgba(255, 255, 255, .82);
  background: rgba(11, 29, 38, .7);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-photo-studio .photo-tag { left: 26px; }
.hero-photo-group .photo-tag { right: 26px; }

.hero-card {
  position: relative;
  z-index: 4;
  align-self: center;
  width: min(580px, calc(100% - 40px));
  margin-left: max(20px, calc(50% - 300px));
  padding: clamp(2rem, 4vw, 3.6rem);
  color: var(--white);
  background: rgba(29, 39, 48, .97);
  border: 1px solid rgba(224, 180, 67, .34);
  border-radius: 22px 22px 54px 22px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.eyebrow {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--mint);
}

.hero h1 {
  margin: 0;
  font-family: Sora, Manrope, Inter, sans-serif;
  font-size: clamp(2.5rem, 4.6vw, 4.75rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.hero h1 em {
  color: var(--coral-bright);
  font-style: normal;
}

.hero-lead {
  max-width: 50ch;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-3px); }

.button-primary {
  color: var(--white);
  background: var(--coral);
}

.button-primary:hover { background: var(--coral-bright); }

.button-outline {
  color: var(--white);
  border-color: var(--coral);
}

.button-outline:hover { background: rgba(231, 122, 97, .16); }

.button-light {
  color: var(--ink);
  background: var(--mint);
}

.button-light:hover { background: var(--white); }

.button-whatsapp {
  color: var(--ink);
  background: var(--mint);
}

.hero-proof {
  margin-top: 2rem;
  padding-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.hero-proof div { display: flex; flex-direction: column; line-height: 1.2; }
.hero-proof strong { color: var(--mint); font-size: 1rem; }
.hero-proof span { margin-top: .3rem; color: rgba(255, 255, 255, .58); font-size: .65rem; }

.tech-float {
  position: absolute;
  z-index: 5;
  right: 3.2vw;
  top: 50%;
  width: 190px;
  transform: translateY(-50%);
  display: grid;
  gap: .8rem;
}

.tech-float > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: .9rem;
  color: var(--ink);
  background: rgba(250, 247, 241, .94);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .2);
  backdrop-filter: blur(8px);
}

.tech-letter {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 32px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  font-weight: 900;
}

.tech-letter-coral { color: var(--white); background: var(--coral); }
.tech-float strong { font-size: .82rem; }
.tech-float small { color: rgba(11, 29, 38, .6); font-size: .63rem; }

.place-strip {
  color: var(--mint);
  background: #181f24;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
}

.place-track {
  width: min(calc(100% - 32px), 1320px);
  min-height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.55rem, 1.3vw, 1.2rem);
  white-space: nowrap;
  font-size: .78rem;
}

.place-track i { color: var(--coral); font-style: normal; }

.section {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.section-kicker span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: .68rem;
  font-weight: 900;
}

.section-kicker p {
  margin: 0;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-kicker.light { color: var(--white); }
.section-kicker.light span { border-color: var(--line-light); }

h2 {
  margin: 0;
  font-family: Sora, Manrope, Inter, sans-serif;
  font-size: clamp(2.15rem, 4.3vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

h3 { line-height: 1.2; }

.intro-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: end;
}

.intro-copy p {
  margin: 0;
  color: rgba(11, 29, 38, .72);
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.35rem;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--coral);
  font-weight: 800;
}

.text-link span { color: var(--coral); }

.audience-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.audience-card {
  position: relative;
  min-height: 395px;
  padding: 1.6rem;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.audience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(11, 29, 38, .12);
}

.audience-card.featured {
  color: var(--white);
  background: var(--ink);
}

.audience-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  bottom: -70px;
  border: 1px solid var(--mint);
  border-radius: 50%;
}

.card-index {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 900;
}

.audience-card h3 { margin: 2rem 0 .8rem; font-size: 1.35rem; }
.audience-card p { color: rgba(11, 29, 38, .67); font-size: .9rem; }
.audience-card.featured p { color: rgba(255, 255, 255, .65); }

.audience-card ul {
  margin: 1.4rem 0 0;
  padding: 1.2rem 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
  font-size: .78rem;
}

.audience-card.featured ul { border-color: var(--line-light); }
.audience-card li { margin: .45rem 0; }
.audience-card li::before { content: "+"; margin-right: .55rem; color: var(--coral); font-weight: 900; }

.packs {
  width: 100%;
  padding-inline: max(20px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(224, 180, 67, .16), transparent 30%),
    linear-gradient(135deg, #182027, #27363e 75%, #35464c);
}

.packs-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: end;
}

.packs-heading > div { max-width: 760px; }
.packs-heading p { max-width: 64ch; margin: 1.25rem 0 0; color: rgba(255, 255, 255, .68); }

.pack-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.pack-card {
  position: relative;
  padding: 1.8rem;
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 20px;
}

.pack-card.pack-main {
  background: var(--white);
  border-color: var(--coral);
  transform: translateY(-12px);
}

.pack-badge {
  position: absolute;
  top: 0;
  right: 1.4rem;
  padding: .45rem .7rem;
  color: var(--white);
  background: var(--coral);
  border-radius: 0 0 8px 8px;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pack-top { display: flex; align-items: center; gap: .75rem; }
.pack-top span { color: var(--coral); font-size: .7rem; font-weight: 900; }
.pack-top h3 { margin: 0; font-size: 1.75rem; }
.pack-card > p { min-height: 74px; color: rgba(11, 29, 38, .65); font-size: .87rem; }

.price-rows {
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.price-rows div {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.price-rows span { font-size: .74rem; font-weight: 700; }
.price-rows strong { font-size: 1.25rem; letter-spacing: -.03em; }

.pack-card ul { margin: 1.4rem 0 0; padding: 0; list-style: none; font-size: .78rem; }
.pack-card li { margin: .5rem 0; }
.pack-card li::before { content: "✓"; margin-right: .55rem; color: var(--mint-dark); font-weight: 900; }

.price-note {
  max-width: 1000px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: .72rem;
}

.design-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.design-media {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
  padding: 3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(11, 29, 38, .12);
  overflow: hidden;
}

.design-media::before,
.design-media::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.design-media::before {
  width: 250px;
  height: 250px;
  top: -120px;
  left: -100px;
  background: rgba(224, 180, 67, .24);
}

.design-media::after {
  width: 190px;
  height: 190px;
  right: -80px;
  bottom: -80px;
  background: rgba(189, 84, 55, .2);
}

.design-media img { position: relative; z-index: 1; width: 100%; }
.design-copy h2 { max-width: 12ch; }
.design-copy > p { max-width: 58ch; color: rgba(11, 29, 38, .68); font-size: 1rem; }

.design-options { margin-top: 2rem; border-top: 1px solid var(--line); }
.design-options div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: .9rem 0;
  border-bottom: 1px solid var(--line);
}
.design-options strong { color: var(--coral); font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.design-options span { color: rgba(11, 29, 38, .68); font-size: .84rem; }

.techniques {
  width: 100%;
  padding-inline: max(20px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--charcoal);
}

.tech-heading {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 4rem;
  align-items: end;
}

.tech-heading h2 { max-width: 14ch; }
.tech-heading p { margin: 0; color: rgba(255, 255, 255, .62); }

.tech-table { margin-top: 3.5rem; border-top: 1px solid var(--line-light); }

.tech-table article {
  min-height: 100px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-light);
  transition: padding .2s ease, background .2s ease;
}

.tech-table article:hover { padding-inline: 1rem; background: rgba(114, 199, 177, .06); }
.tech-table article > span {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  font-weight: 900;
}
.tech-table h3 { margin: 0; font-size: 1.05rem; }
.tech-table p { margin: .3rem 0 0; color: rgba(255, 255, 255, .58); font-size: .82rem; }
.tech-table small { color: var(--coral); font-size: .7rem; font-weight: 800; }

.process {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.process-photo {
  position: relative;
  min-height: 650px;
  border-radius: var(--radius);
  overflow: hidden;
}

.process-photo img { width: 100%; height: 650px; object-fit: cover; }
.process-photo::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(11, 29, 38, .8));
}

.photo-caption {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: var(--white);
  background: rgba(11, 29, 38, .76);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}
.photo-caption strong { font-size: .9rem; }
.photo-caption span { color: var(--mint); font-size: .7rem; }

.process-copy h2 { max-width: 12ch; }
.process-list { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.process-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}
.process-list article > span { color: var(--coral); font-size: .7rem; font-weight: 900; }
.process-list h3 { margin: 0; font-size: 1rem; }
.process-list p { margin: .3rem 0 0; color: rgba(11, 29, 38, .66); font-size: .82rem; }

.coverage {
  width: 100%;
  padding-inline: max(20px, calc((100% - var(--max)) / 2));
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.coverage-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 4rem;
  align-items: end;
}
.coverage-heading h2 { max-width: 14ch; }
.coverage-heading p { margin: 0; color: rgba(11, 29, 38, .66); }

.coverage-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.coverage-grid article {
  min-height: 250px;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color .2s ease, background .2s ease;
}

.coverage-grid article:hover { color: var(--white); background: var(--ink); }
.coverage-grid article > span { color: var(--coral); font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.coverage-grid h3 { margin: 1rem 0 .7rem; font-size: 1.1rem; }
.coverage-grid p { margin: 0; color: rgba(11, 29, 38, .62); font-size: .78rem; }
.coverage-grid article:hover p { color: rgba(255, 255, 255, .65); }

.faq {
  width: 100%;
  padding-inline: max(20px, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(3rem, 8vw, 8rem);
  color: var(--white);
  background: linear-gradient(135deg, #182027, #2e3d44);
}

.faq-intro h2 { font-size: clamp(2.2rem, 3.8vw, 3.7rem); }
.faq-intro > p { color: rgba(255, 255, 255, .6); }
.accordion { border-top: 1px solid var(--line-light); }

.accordion details { border-bottom: 1px solid var(--line-light); }
.accordion summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-size: .94rem;
  font-weight: 800;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span {
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  color: var(--ink);
  background: var(--mint);
  border-radius: 50%;
  transition: transform .2s ease;
}
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 70ch; margin: -5px 0 1.5rem; color: rgba(255, 255, 255, .62); font-size: .84rem; }

.contact-cta {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.contact-photo {
  min-height: 620px;
  border-radius: var(--radius);
  overflow: hidden;
}
.contact-photo img { width: 100%; height: 620px; object-fit: cover; }
.contact-copy h2 { max-width: 13ch; }
.contact-copy > p { max-width: 62ch; color: rgba(11, 29, 38, .68); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.contact-data { margin: 2rem 0 0; border-top: 1px solid var(--line); }
.contact-data div { display: grid; grid-template-columns: 95px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.contact-data dt { color: var(--coral); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.contact-data dd { margin: 0; font-size: .84rem; }
.contact-data a { text-decoration: none; }

.site-footer {
  padding: 4.5rem max(20px, calc((100% - var(--max)) / 2)) 1.5rem;
  color: var(--white);
  background: #071116;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 3rem;
}

.footer-brand img { width: 190px; height: auto; }
.footer-brand p { max-width: 42ch; color: rgba(255, 255, 255, .55); font-size: .78rem; }
.footer-main h2 { margin: 0 0 1.2rem; font-family: inherit; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .65rem; }
.footer-main a, .footer-main span { color: rgba(255, 255, 255, .58); text-decoration: none; font-size: .75rem; }
.footer-main a:hover { color: var(--mint); }

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, .42);
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .68rem;
}
.footer-bottom a { color: var(--mint); text-decoration: none; }

.mobile-cta { display: none; }

@media (max-width: 1160px) {
  .nav-contact .phone-link { display: none; }
  .main-nav { gap: 1rem; }
  .hero-card { margin-left: 4vw; }
  .tech-float { right: 1rem; width: 165px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-card { min-height: 330px; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  html { scroll-padding-top: 82px; }
  .topbar-separator, .topbar-inner span:last-child { display: none; }
  .site-header { top: 0; }
  .nav-shell { min-height: 74px; }
  .brand { width: 145px; height: 54px; }
  .brand img { width: 145px; }
  .menu-toggle { display: block; order: 3; }
  .nav-contact { margin-left: auto; }
  .nav-contact .nav-cta { display: none; }
  .main-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .7rem 20px 1.2rem;
    background: rgba(7, 17, 22, .99);
    border-bottom: 1px solid var(--line-light);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .8rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .main-nav a::after { display: none; }

  .hero {
    min-height: auto;
    display: block;
    padding: 4rem 20px 3rem;
  }
  .hero-photo { position: relative; inset: auto; width: auto; }
  .hero-photo-studio { display: none; }
  .hero-photo-group { height: 420px; margin: 2rem -20px -3rem; }
  .hero-photo-group::after { background: linear-gradient(180deg, rgba(9, 17, 21, .25), rgba(9, 17, 21, .62)); }
  .hero-card { width: 100%; margin: 0; }
  .tech-float { position: relative; top: auto; right: auto; width: 100%; margin-top: 1rem; transform: none; grid-template-columns: 1fr 1fr; }
  .photo-tag { display: none; }
  .place-track { justify-content: flex-start; overflow-x: auto; }

  .intro-grid,
  .design-section,
  .tech-heading,
  .process,
  .coverage-heading,
  .faq,
  .contact-cta { grid-template-columns: 1fr; }

  .packs-heading { grid-template-columns: 1fr; align-items: start; }
  .pack-grid { grid-template-columns: 1fr; }
  .pack-card.pack-main { transform: none; }
  .design-copy { order: -1; }
  .design-media { min-height: 400px; }
  .process-photo { min-height: 460px; }
  .process-photo img { height: 460px; }
  .tech-heading h2, .coverage-heading h2 { max-width: none; }
  .contact-photo { min-height: 480px; }
  .contact-photo img { height: 480px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  body { padding-bottom: 62px; }
  .topbar-inner { min-height: 32px; font-size: .62rem; }
  .nav-shell { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 2.5rem; }
  .hero-card { padding: 1.45rem; border-radius: 18px; }
  .hero h1 { font-size: clamp(2.35rem, 13vw, 3.45rem); }
  .hero-lead { font-size: .94rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { display: grid; grid-template-columns: 90px 1fr; gap: .7rem; }
  .hero-proof span { margin: 0; align-self: center; }
  .tech-float { grid-template-columns: 1fr; }
  .hero-photo-group { height: 300px; }

  .section { width: min(calc(100% - 28px), var(--max)); padding-block: 4.5rem; }
  .packs, .techniques, .coverage, .faq { width: 100%; padding-inline: 14px; }
  h2 { font-size: clamp(2.05rem, 11vw, 3.1rem); }
  .intro-grid { gap: 1.6rem; }
  .audience-grid { grid-template-columns: 1fr; margin-top: 2.4rem; }
  .audience-card { min-height: 0; }
  .pack-card { padding: 1.3rem; }
  .design-media { min-height: 300px; padding: 1rem; }
  .design-options div { grid-template-columns: 90px 1fr; }
  .tech-table article { grid-template-columns: 44px 1fr; }
  .tech-table small { grid-column: 2; }
  .process-photo { min-height: 380px; }
  .process-photo img { height: 380px; }
  .photo-caption { flex-direction: column; align-items: flex-start; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-grid article { min-height: 0; }
  .faq { gap: 2.5rem; }
  .accordion summary { font-size: .85rem; }
  .contact-photo { min-height: 400px; }
  .contact-photo img { height: 400px; }
  .contact-data div { grid-template-columns: 1fr; gap: .25rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .mobile-cta {
    position: fixed;
    z-index: 120;
    left: 10px;
    right: 10px;
    bottom: 8px;
    min-height: 48px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--coral);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
    text-decoration: none;
    font-weight: 900;
  }
}

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