/* Dra. Nina Vasconcelos — identidade editorial, clara e acolhedora. */
:root {
  --paper: #f8f6f2;
  --white: #fffefa;
  --linen: #eee9e1;
  --sand: #e7dfd1;
  --ink: #2b3029;
  --muted: #62655b;
  --bronze: #84754f;
  --bronze-deep: #6b5e3f;
  --bronze-dark: #51472f;
  --rose: #c7a18b;
  --line: #d9d6cc;
  --line-soft: #e8e4dc;
  --line-warm: #c6beaf;
  --edge-warm: #b8ac97;
  --warm: #f2eee7;
  --scrim: #f2efe7;
  --muted-strong: #52584d;
  --forest: #30372f;
  --forest-text: #e0e0d6;
  --rose-light: #d9b9a1;
  --r-hero: 24px;
  --r-media: 14px;
  --serif: 'Prata', Georgia, serif;
  --sans: 'Figtree', system-ui, sans-serif;
  --ease: cubic-bezier(.23, 1, .32, 1);
  --nav-h: 100px;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 20px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img, svg, picture, iframe { display: block; max-width: 100%; }
img { height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.035em; text-wrap: balance; }
h2 { font-size: clamp(34px, 3.35vw, 48px); line-height: 1.24; }
h3 { line-height: 1.35; }
p { text-wrap: pretty; }
em { font-style: normal; color: var(--bronze-deep); }
a { color: inherit; }
button { font: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
::selection { background: var(--sand); color: var(--ink); }
:focus-visible { outline: 2px solid var(--bronze-deep); outline-offset: 5px; }
.skip { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--ink); color: var(--white); padding: 12px 20px; }
.skip:focus { top: 12px; }
.skip:not(:focus) { width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); padding: 0; white-space: nowrap; pointer-events: none; }
.wrap { width: min(100% - 96px, 1240px); margin-inline: auto; }
.section { padding-block: 104px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; color: var(--bronze-deep); letter-spacing: .075em; margin-bottom: 24px; }
.eyebrow > span { display: inline-block; width: 30px; height: 1px; background: currentColor; flex: none; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 56px; padding: 15px 23px; border: 1px solid transparent; border-radius: 4px; font-size: 16px; font-weight: 500; line-height: 1.4; text-decoration: none; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, transform 150ms var(--ease); }
.btn--solid { background: var(--bronze-deep); color: var(--white); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn .arrow { margin-left: 10px; }
.arrow { width: 21px; height: 21px; flex: none; }
.ico { width: 19px; height: 19px; fill: currentColor; flex: none; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; min-height: 44px; color: var(--bronze-deep); font-size: 17px; font-weight: 500; text-decoration: none; text-underline-offset: 6px; }
.text-link > span { font-size: 24px; line-height: 1; }
.text-link .arrow { transition: transform 180ms var(--ease); }
@media (hover: hover) and (pointer: fine) {
  .service { transition: background-color 260ms var(--ease); }
  .service:hover { background: var(--warm); }
  .service--warm:hover { background: var(--linen); }
  .btn--solid:hover { background: var(--bronze-dark); }
  .btn--light:hover { background: var(--sand); }
  .text-link:hover { text-decoration: underline; }
  .text-link:hover .arrow { transform: translateX(3px); }
}
@media (prefers-reduced-motion: no-preference) { .btn:active { transform: scale(.98); } }

/* Cabeçalho: marca legível e navegação discreta. */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(248, 246, 242, .96); border-bottom: 1px solid transparent; transition: border-color 180ms ease; }
.nav.is-stuck { border-color: var(--line); }
.nav__inner { width: min(100% - 96px, 1240px); margin-inline: auto; min-height: var(--nav-h); display: flex; align-items: center; gap: 28px; }
.nav__brand { display: flex; align-items: center; min-height: 44px; flex: none; }
.nav__brand img { width: 205px; height: auto; }
.nav__links { display: flex; margin-left: auto; gap: 30px; }
.nav__links a { display: flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 15px; text-decoration: none; white-space: nowrap; }
.nav__links a:hover, .nav__links a[aria-current="location"] { color: var(--bronze-deep); text-decoration: underline; text-underline-offset: 7px; }
.nav__cta { margin-left: 8px; min-height: 48px; padding: 12px 20px; font-size: 15px; }
.nav__toggle { display: none; align-content: center; justify-content: center; gap: 7px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 4px; padding: 0; background: transparent; }
.nav__toggle span { display: block; height: 1.5px; width: 21px; background: var(--ink); }
.nav__toggle[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
.nav__mobile { padding: 12px 24px 24px; border-top: 1px solid var(--line); background: var(--paper); max-height: calc(100dvh - var(--nav-h)); overflow: auto; }
.nav__mobile > a:not(.btn) { display: flex; align-items: center; min-height: 52px; text-decoration: none; border-bottom: 1px solid var(--line); }
.nav__mobile .btn { margin-top: 20px; width: 100%; }

/* Foto horizontal; a composição original já reserva o lado esquerdo. */
.hero { position: relative; isolation: isolate; margin-inline: 24px; overflow: hidden; border-radius: var(--r-hero); background: var(--linen); }
.hero__photo { position: absolute; inset: 0; z-index: -2; }
.hero__photo picture, .hero__photo img { width: 100%; height: 100%; }
.hero__photo img { object-fit: cover; object-position: center 45%; }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--scrim) 0%, rgba(242,239,231,.98) 21%, rgba(242,239,231,.93) 34%, rgba(242,239,231,.72) 44%, rgba(242,239,231,.08) 59%, transparent 67%); pointer-events: none; }
.hero__inner { width: min(100% - 96px, 1240px); margin-inline: auto; min-height: 670px; display: flex; align-items: center; padding-block: 66px 72px; }
.hero__copy { width: 57%; max-width: 610px; }
.hero .eyebrow { margin-bottom: 25px; letter-spacing: .04em; }
.hero h1 { font-size: clamp(44px, 4.2vw, 61px); line-height: 1.17; }
.hero__sub { max-width: 430px; margin-top: 24px; font-size: 18px; line-height: 1.7; color: var(--muted-strong); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; margin-top: 30px; }
.hero__actions .text-link { font-size: 15px; }
.hero__specialties { max-width: 430px; margin-top: 25px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.hero__specialties > span { padding-inline: 5px; }

/* Credenciais reais, em uma faixa leve. */
.facts { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); padding-block: 44px; align-items: center; }
.facts__intro { display: flex; gap: 18px; align-items: center; }
.facts__intro img { width: 32px; height: auto; }
.facts__intro p { font-size: 15px; line-height: 1.65; }
.facts__intro strong { font-weight: 500; }
.fact { border-left: 1px solid var(--line); padding-inline: 26px 12px; }
.fact__value { font-family: var(--serif); font-size: 41px; color: var(--bronze-deep); line-height: 1.3; letter-spacing: -.03em; }
.fact__value span { font-family: var(--sans); font-weight: 300; font-size: 26px; vertical-align: top; padding-left: 4px; }
.fact__value--word { font-size: 32px; line-height: 1.66; }
.fact__label { margin-top: 7px; font-size: 14px; line-height: 1.5; color: var(--muted); }

.scope { background: var(--white); border-top: 1px solid var(--line-soft); }
.section-head { display: grid; grid-template-columns: 1.22fr 1fr; align-items: end; gap: 90px; }
.section-head > p { max-width: 420px; padding-bottom: 5px; color: var(--muted); font-size: 18px; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 50px; border-block: 1px solid var(--line); }
.service { display: flex; flex-direction: column; align-items: flex-start; padding: 34px; border-right: 1px solid var(--line); }
.service:first-child { padding-left: 0; }
.service:last-child { border-right: none; }
.service--warm { background: var(--warm); }
.service__top { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 29px; }
.service__num { font-family: var(--serif); color: var(--bronze); font-size: 30px; line-height: 1; }
.service__setting { color: var(--muted); font-size: 13px; }
.service h3 { font-size: 31px; letter-spacing: -.025em; }
.service > p { color: var(--muted); font-size: 17px; line-height: 1.7; margin-top: 20px; margin-bottom: 24px; }
.service > a { margin-top: auto; }
.scope__note { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 26px; }
.scope__note p { color: var(--muted); font-size: 17px; }
.scope__note a { flex: none; }

/* Jornada: retrato e sequência de quatro passos. */
.journey { background: var(--linen); }
.journey__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 7vw, 104px); align-items: center; }
.journey__visual { position: relative; align-self: stretch; min-width: 0; }
.journey__photo { position: relative; height: 100%; min-height: 620px; overflow: hidden; border-radius: var(--r-media); }
.journey__photo picture, .journey__photo img { width: 100%; height: 100%; }
.journey__photo img { position: absolute; inset: 0; object-fit: cover; object-position: 50% 24%; }
.journey__copy .eyebrow { margin-bottom: 20px; }
.journey__copy h2 { font-size: clamp(34px, 3.2vw, 46px); }
.journey__intro { margin-top: 22px; font-size: 18px; color: var(--muted); }
.steps { margin-top: 33px; }
.step { position: relative; display: grid; grid-template-columns: 36px 1fr; column-gap: 22px; padding-bottom: 26px; }
.step:last-child { padding-bottom: 0; }
.step:not(:last-child)::before { content: ''; position: absolute; top: 34px; bottom: 0; left: 17px; width: 1px; background: var(--line-warm); }
.step__num { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--edge-warm); border-radius: 50%; color: var(--bronze-deep); font-size: 15px; background: var(--linen); }
.step h3 { font-family: var(--sans); font-weight: 500; font-size: 20px; line-height: 1.4; margin-top: 3px; }
.step p { font-size: 17px; line-height: 1.6; color: var(--muted); margin-top: 7px; }

.about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.about h2 { font-size: clamp(46px, 4.3vw, 60px); line-height: 1.16; }
.about__lead { font-size: 20px; line-height: 1.6; margin-block: 25px 20px; color: var(--ink); }
.about__copy > p:not(.eyebrow):not(.about__lead) { color: var(--muted); }
.education { margin-block: 25px; padding-block: 18px; border-block: 1px solid var(--line); }
.education li { display: flex; gap: 13px; padding-block: 6px; font-size: 17px; color: var(--muted); }
.education li > span { color: var(--bronze-deep); flex: none; }
.education strong { color: var(--ink); font-weight: 500; }
.about__personal { font-size: 17px; }
.about__visual { position: relative; }
.about__photo { height: 645px; overflow: hidden; border-radius: var(--r-media) var(--r-media) 0 0; }
.about__photo picture, .about__photo img { height: 100%; width: 100%; }
.about__photo img { object-fit: cover; object-position: 50% 29%; }
.about__signature { background: var(--white); border-bottom: 1px solid var(--line); padding: 22px 26px; }
.about__signature > span { font-family: var(--serif); font-size: 23px; color: var(--bronze-deep); }
.about__signature p { color: var(--muted); font-size: 14px; margin-top: 3px; }

.statement { position: relative; overflow: hidden; background: var(--forest); color: var(--paper); padding-block: 82px; }
.statement__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 100px; align-items: center; position: relative; }
.statement h2 { position: relative; z-index: 1; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.35; text-wrap: pretty; }
.statement em { color: var(--rose-light); }
.statement__grid > div { position: relative; z-index: 1; }
.statement p { max-width: 420px; color: var(--forest-text); font-size: 18px; }
.statement .btn { margin-top: 25px; }
.statement__mark { position: absolute; right: -80px; bottom: -110px; width: 250px; height: auto; opacity: .12; pointer-events: none; }
.statement :focus-visible { outline-color: var(--paper); }

.faq { background: var(--white); }
.faq__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.faq__intro { max-width: 310px; margin-block: 24px 17px; color: var(--muted); font-size: 18px; }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 88px; padding-block: 25px; font-size: 19px; font-weight: 500; line-height: 1.5; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { position: relative; flex: none; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; }
.faq summary > span::before, .faq summary > span::after { content: ''; position: absolute; top: 12px; left: 7px; width: 11px; height: 1px; background: var(--bronze-deep); transition: transform 260ms var(--ease); }
.faq summary > span::after { transform: rotate(90deg); }
.faq details[open] summary > span::after { transform: rotate(0); }
.faq details[open] summary { color: var(--bronze-deep); }
.faq__answer { padding: 0 45px 28px 0; color: var(--muted); font-size: 17px; }
.faq__answer .text-link { margin-top: 13px; }
/* A resposta desliza para fora em vez de aparecer de um salto. */
@supports (interpolate-size: allow-keywords) {
  @media (prefers-reduced-motion: no-preference) {
    :root { interpolate-size: allow-keywords; }
    .faq details::details-content {
      block-size: 0; overflow: hidden;
      transition: block-size 320ms var(--ease), content-visibility 320ms allow-discrete;
    }
    .faq details[open]::details-content { block-size: auto; }
  }
}

.contact { background: var(--linen); }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact h2 { font-size: clamp(36px, 3.7vw, 52px); }
.contact__copy > p:not(.eyebrow) { margin-block: 26px; max-width: 440px; color: var(--muted); font-size: 18px; }
.contact__copy > .btn { margin-bottom: 20px; }
.contact__phone { display: block; width: fit-content; min-height: 44px; font-size: 17px; color: var(--muted); text-decoration: none; }
.contact__phone strong { display: block; font-size: 21px; font-weight: 500; color: var(--bronze-deep); }
.location { padding: 31px; background: var(--white); border-radius: 4px; }
.location__heading { display: flex; gap: 16px; align-items: flex-start; }
.location__heading > svg { width: 25px; height: 25px; flex: none; color: var(--bronze); margin-top: 3px; }
.location__heading h3 { font-family: var(--sans); font-size: 20px; font-weight: 500; }
.location__heading p { font-size: 15px; color: var(--muted); margin-top: 6px; }
.location address { font-size: 17px; line-height: 1.7; font-style: normal; color: var(--muted); margin-block: 24px; }
.map { height: 230px; background: var(--linen); overflow: hidden; border-radius: 6px; }
.map iframe { width: 100%; height: 100%; border: 0; }
.location__route { margin-top: 12px; }
.foot { padding-block: 48px 28px; }
.foot__main { display: flex; align-items: center; gap: 30px; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.foot__brand img { width: 215px; height: auto; }
.foot__main > p { font-size: 17px; color: var(--muted); }
.foot__main .text-link { font-size: 15px; }
.foot__legal { display: flex; justify-content: space-between; gap: 40px; padding-top: 25px; color: var(--muted); }
.foot__legal p { font-size: 13px; line-height: 1.6; max-width: 570px; }
.foot__legal p:last-child { text-align: right; }
.dock { display: none; }

/* Botao flutuante: presenca constante do WhatsApp no desktop, onde nao existe
   a barra inferior. Segue a paleta da pagina; o glifo e que da o reconhecimento. */
.fab {
  position: fixed; z-index: 46; right: 28px; bottom: 28px;
  display: grid; place-items: center; width: 60px; height: 60px;
  border-radius: 50%; background: var(--bronze-deep); color: var(--white);
  box-shadow: 0 10px 26px rgba(43, 48, 41, .22), 0 2px 6px rgba(43, 48, 41, .12);
  opacity: 0; transform: translateY(14px) scale(.9); pointer-events: none;
  transition: opacity 260ms var(--ease), transform 260ms var(--ease), background-color 180ms ease;
}
.fab.is-on { opacity: 1; transform: none; pointer-events: auto; }
/* Chega depois de a abertura do hero assentar, para nao disputar com ela. */
.fab { transition-delay: 700ms; }
.fab:hover, .fab:focus-visible { transition-delay: 0ms; }
.fab svg { width: 29px; height: 29px; fill: currentColor; }
.fab__balao {
  position: absolute; right: calc(100% + 14px); white-space: nowrap;
  padding: 9px 15px; border-radius: 6px; background: var(--white); color: var(--ink);
  font-size: 15px; font-weight: 500; box-shadow: 0 6px 18px rgba(43, 48, 41, .14);
  opacity: 0; transform: translateX(8px); pointer-events: none;
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .fab:hover { background: var(--bronze-dark); }
  .fab:hover .fab__balao, .fab:focus-visible .fab__balao { opacity: 1; transform: none; }
}
@media (max-width: 980px) { .fab { display: none; } }

/* Conteúdo visível por padrão, inclusive se o JavaScript falhar.
   Todo estado inicial de animação vive dentro de no-preference: sob movimento
   reduzido nada chega a ser escondido. */
@media (prefers-reduced-motion: no-preference) {
  [data-reveal].will-reveal { opacity: 0; transform: translateY(16px); }
  [data-reveal].is-in { opacity: 1; transform: none; transition: opacity 500ms var(--ease), transform 500ms var(--ease); }

  /* Abertura: um momento coreografado, não efeitos espalhados. */
  .hero__photo img { animation: hero-photo 1500ms var(--ease) backwards; }
  .hero .eyebrow { animation: hero-up 700ms var(--ease) 140ms backwards; }
  .hero h1 { animation: hero-title 950ms var(--ease) 240ms backwards; }
  .hero__sub { animation: hero-up 800ms var(--ease) 420ms backwards; }
  .hero__actions { animation: hero-up 800ms var(--ease) 520ms backwards; }
  .hero__specialties { animation: hero-up 800ms var(--ease) 620ms backwards; }

  /* Credenciais e cartões entram em sequência, na ordem de leitura. */
  .facts .fact:nth-child(2).is-in { transition-delay: 60ms; }
  .facts .fact:nth-child(3).is-in { transition-delay: 120ms; }
  .facts .fact:nth-child(4).is-in { transition-delay: 180ms; }
  .facts .fact:nth-child(5).is-in { transition-delay: 240ms; }
  .service:nth-child(2).is-in { transition-delay: 90ms; }
  .service:nth-child(3).is-in { transition-delay: 180ms; }
  .step:nth-child(2).is-in { transition-delay: 70ms; }
  .step:nth-child(3).is-in { transition-delay: 140ms; }
  .step:nth-child(4).is-in { transition-delay: 210ms; }

  /* O fio da jornada se desenha: a sequência é o conteúdo da seção. */
  .step:not(:last-child)::before { transform: scaleY(0); transform-origin: top; }
  .step.is-in::before { transform: scaleY(1); transition: transform 700ms var(--ease) 120ms; }

  /* Fotos respiram com a rolagem. Só onde o navegador sabe fazer isso sozinho. */
  @supports (animation-timeline: view()) {
    .journey__photo img, .about__photo img {
      animation: photo-pan linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }
  }
}
@keyframes hero-photo { from { transform: scale(1.055); opacity: .5; } }
@keyframes hero-up { from { opacity: 0; transform: translateY(14px); } }
@keyframes hero-title { from { opacity: 0; transform: translateY(20px); filter: blur(7px); } }
@keyframes photo-pan { from { transform: translateY(-2.5%) scale(1.06); } to { transform: translateY(2.5%) scale(1.06); } }
@media (min-width: 1600px) {
  .hero { max-width: 1680px; margin-inline: auto; }
  .hero__inner { min-height: 720px; }
}
@media (max-width: 1180px) {
  .nav__inner, .wrap { width: calc(100% - 72px); }
  .nav__inner { gap: 18px; }
  .nav__links { gap: 20px; }
  .nav__brand img { width: 178px; }
  .nav__cta { padding-inline: 16px; }
  .hero__inner { width: calc(100% - 72px); min-height: 650px; }
  .hero h1 { font-size: 49px; }
  .hero__copy { width: 56%; }
  .hero__photo img { object-position: 56% center; }
  .hero__actions { gap: 10px 18px; }
  .hero__actions .btn { padding-inline: 17px; }
  .facts { grid-template-columns: repeat(4, 1fr); }
  .facts__intro { display: none; }
  .fact:first-of-type { border-left: none; }
  .section-head, .journey__grid, .about__grid, .statement__grid, .faq__grid, .contact__grid { gap: 54px; }
  .service { padding-inline: 26px; }
  .service__setting { font-size: 12px; }
  .about__photo { height: 600px; }
}
@media (max-width: 980px) {
  :root { --nav-h: 84px; }
  .nav__links { display: none; }
  .nav__cta { margin-left: auto; }
  .nav__toggle:not([hidden]) { display: grid; }
  .hero h1 { font-size: 43px; }
  .hero__inner { min-height: 610px; width: calc(100% - 56px); }
  .hero__copy { width: 57%; }
  .hero__sub { font-size: 17px; max-width: 350px; }
  .hero .eyebrow { font-size: 12px; gap: 8px; }
  .hero .eyebrow span { width: 18px; }
  .hero__specialties { font-size: 13px; max-width: 330px; }
  .section { padding-block: 80px; }
  .section-head { grid-template-columns: 1.15fr 1fr; gap: 38px; }
  .section-head > p { font-size: 17px; }
  .service { padding: 24px 22px; }
  .service__setting { max-width: 84px; text-align: right; }
  .service h3 { font-size: 27px; }
  .service > p { font-size: 17px; }
  .service > a { font-size: 15px; gap: 8px; }
  .journey__grid { gap: 46px; }
  .about__grid { gap: 46px; }
  .about__photo { height: 635px; }
  .about__lead { font-size: 19px; }
  .statement__grid { grid-template-columns: 1.1fr 1fr; gap: 48px; }
  .statement h2 { font-size: 34px; }
  .faq__grid, .contact__grid { gap: 44px; }
  .location { padding: 25px; }
  .location__heading h3 { font-size: 19px; }
  .foot__main > p { max-width: 250px; }
  .dock { display: flex; position: fixed; z-index: 45; bottom: 0; left: 0; right: 0; gap: 10px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: rgba(248,246,242,.97); border-top: 1px solid var(--line); visibility: hidden; transform: translateY(110%); transition: transform 220ms var(--ease), visibility 220ms; }
  .dock.is-on { visibility: visible; transform: translateY(0); }
  .dock__main { flex: 1; font-size: 16px; min-height: 50px; padding-block: 10px; }
  .dock__tel { display: grid; place-items: center; width: 50px; height: 50px; color: var(--bronze-deep); border: 1px solid var(--line); border-radius: 4px; flex: none; }
  .dock__tel svg { width: 23px; height: 23px; }
  .fab { display: none; }
}
@media (max-width: 700px) {
  :root { --nav-h: 80px; }
  .wrap, .nav__inner { width: calc(100% - 44px); }
  .section { padding-block: 68px; }
  .eyebrow { font-size: 13px; letter-spacing: .06em; margin-bottom: 20px; gap: 10px; }
  .nav__brand img { width: 172px; }
  .nav__cta { display: none; }
  .nav__toggle { margin-left: auto; }
  .hero { margin-inline: 12px; display: flex; flex-direction: column; border-radius: 18px; }
  .hero__inner { width: 100%; padding: 34px 23px 30px; min-height: auto; order: 0; }
  .hero__copy { width: 100%; max-width: 550px; margin-inline: auto; }
  .hero::after { display: none; }
  .hero h1 { font-size: clamp(36px, 8.9vw, 49px); line-height: 1.2; letter-spacing: -.04em; }
  .desktop-break { display: none; }
  .hero .eyebrow { font-size: 12px; margin-bottom: 23px; }
  .hero__sub { font-size: 17px; line-height: 1.65; margin-top: 22px; max-width: 100%; }
  .hero__actions { margin-top: 25px; gap: 11px; }
  .hero__actions .btn { width: 100%; min-height: 56px; padding-inline: 16px; }
  .hero__actions .text-link { justify-content: center; width: 100%; font-size: 16px; }
  .hero__specialties { margin-top: 12px; font-size: 13px; max-width: 100%; text-align: center; }
  .hero__photo { position: relative; inset: auto; order: 1; width: 100%; height: 385px; z-index: auto; }
  .hero__photo img { object-position: 50% 25%; }
  .facts { grid-template-columns: 1fr 1fr; gap: 27px 0; padding-block: 32px 35px; }
  .fact { padding: 0 16px; }
  .fact:nth-child(even) { padding-left: 0; border-left: 0; }
  .fact__value { font-size: 36px; }
  .fact__value--word { font-size: 28px; line-height: 1.67; }
  .fact__label { font-size: 13px; }
  .section-head { grid-template-columns: 1fr; gap: 23px; }
  .section-head h2 { font-size: 35px; }
  .section-head > p { max-width: 100%; }
  .services { grid-template-columns: minmax(0, 1fr); margin-top: 30px; border-bottom: 0; }
  .service, .service:first-child { position: relative; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service--warm { background: transparent; }
  .service__top { margin-bottom: 20px; }
  .service__setting { max-width: none; font-size: 13px; }
  .service__num { font-size: 28px; }
  .service h3 { font-size: 29px; }
  .service h3 br { display: none; }
  .service > p { margin-top: 15px; margin-bottom: 14px; }
  .service > a { font-size: 17px; }
  .scope__note { display: block; margin-top: 26px; }
  .scope__note .text-link { margin-top: 10px; }
  .journey__grid { display: flex; flex-direction: column; gap: 36px; }
  .journey__copy { order: 0; }
  .journey__copy h2 { font-size: 34px; }
  .journey__copy h2 br { display: none; }
  .journey__intro { font-size: 17px; }
  .journey__visual { order: 1; width: 100%; align-self: center; }
  .journey__photo { min-height: 0; height: 420px; }
  .journey__photo img { object-position: 50% 26%; }
  .step { column-gap: 17px; padding-bottom: 26px; }
  .step h3 { font-size: 19px; }
  .step p { font-size: 17px; }
  .about__grid { display: flex; flex-direction: column; gap: 35px; }
  .about h2 { font-size: 47px; }
  .about__lead { font-size: 19px; }
  .about__visual { width: 100%; max-width: 420px; }
  .about__photo { height: 490px; }
  .about__photo img { object-position: 50% 26%; }
  .about__signature { padding: 20px; }
  .about__signature > span { font-size: 22px; }
  .statement { padding-block: 65px; }
  .statement__grid { grid-template-columns: 1fr; gap: 25px; }
  .statement h2 { font-size: 34px; }
  .statement h2 br { display: none; }
  .statement p { font-size: 17px; }
  .statement .btn { width: 100%; }
  .statement__mark { width: 190px; bottom: -80px; right: -60px; }
  .faq__grid, .contact__grid { grid-template-columns: 1fr; gap: 32px; }
  .faq h2 { font-size: 35px; }
  .faq__intro { margin-top: 20px; font-size: 17px; }
  .faq summary { min-height: 82px; padding-block: 21px; font-size: 18px; gap: 20px; }
  .faq__answer { padding-right: 15px; }
  .contact h2 { font-size: 36px; }
  .contact__copy > p:not(.eyebrow) { font-size: 17px; margin-block: 23px; }
  .contact__copy > .btn { width: 100%; padding-inline: 14px; }
  .contact__phone { margin-top: 2px; }
  .contact__phone strong { display: inline; font-size: 18px; }
  .location { padding: 23px; }
  .location__heading h3 { font-size: 19px; }
  .location__heading { gap: 12px; }
  .location__route { font-size: 15px; gap: 9px; }
  .foot { padding-block: 36px 30px; }
  .foot__main { flex-wrap: wrap; gap: 22px; }
  .foot__brand { width: 100%; }
  .foot__brand img { width: 190px; }
  .foot__main > p { max-width: 205px; font-size: 15px; }
  .foot__main .text-link { font-size: 13px; gap: 7px; }
  .foot__legal { flex-direction: column; gap: 15px; padding-top: 23px; }
  .foot__legal p, .foot__legal p:last-child { font-size: 12px; text-align: left; }
}
@media (max-width: 360px) {
  .wrap, .nav__inner { width: calc(100% - 36px); }
  .hero__inner { padding-inline: 18px; }
  .hero h1 { font-size: 33px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: .04em; }
  .hero__photo { height: 335px; }
  .hero__actions .btn, .contact .btn { font-size: 15px; gap: 9px; }
  .btn .arrow { margin-left: 0; }
  .location { padding: 20px; }
  .dock { padding-inline: 12px; }
  .dock__main { padding-inline: 12px; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
@media print {
  .nav, .dock, .hero__actions, .btn, .map, .foot__main .text-link { display: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .section { padding-block: 30px; }
  .hero { margin: 0; }
  .hero__inner { min-height: 440px; }
}
