/* ═══════════════════════════════════════════════════════════
   ContaPro — "Livro-Razão" (editorial premium)
   Fraunces (display serif) + Space Grotesk (sans)
   Paleta: bone / tinta / ocre cirúrgico
═══════════════════════════════════════════════════════════ */
:root {
    --bone:        #EDEAE3;
    --bone-2:      #E5E1D6;
    --ink:         #17150F;
    --ink-2:       #211E16;
    --text:        #2C281F;
    --muted:       #6E685A;
    --line:        rgba(23,21,15,.16);
    --line-strong: rgba(23,21,15,.34);
    --ochre:       #B0742E;
    --bone-line:   rgba(237,234,227,.20);
    --bone-mut:    rgba(237,234,227,.62);
    --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
    --sans:  'Space Grotesk', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--sans);
    background: var(--bone);
    color: var(--text);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: italic; }
button { font-family: inherit; }
.counter, .fig-n, .meta-v, .plan-price { font-variant-numeric: tabular-nums; }

.wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: clamp(24px, 6vw, 80px);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: .76rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--muted);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ochre); flex-shrink: 0; }

.sec-title {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(2rem, 4.6vw, 3.7rem);
    line-height: 1.04;
    letter-spacing: -.01em;
    color: var(--ink);
    max-width: 20ch;
    margin-top: .5em;
}

/* Link com seta + sublinhado animado */
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: var(--ink);
    padding-bottom: 5px;
    border-bottom: 1.5px solid var(--ink);
    transition: color .3s, border-color .3s, gap .3s;
}
.link-arrow span { transition: transform .3s; }
.link-arrow:hover { color: var(--ochre); border-color: var(--ochre); gap: 16px; }
.link-quiet { color: var(--muted); transition: color .3s; }
.link-quiet:hover { color: var(--ink); }

/* ░░ NAV ░░ */
.nav {
    position: fixed; inset: 0 0 auto 0; z-index: 100;
    padding-block: clamp(16px, 2.4vh, 26px);
    transition: background .4s, padding .4s, border-color .4s;
    border-bottom: 1px solid transparent;
}
.nav.scrolled {
    background: rgba(237,234,227,.86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-block: 13px;
    border-bottom-color: var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.brand-tag { font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav-links a { font-size: .82rem; letter-spacing: .04em; color: var(--text); transition: color .3s; }
.nav-links a:not(.nav-agendar):hover { color: var(--ochre); }
.nav-agendar { color: var(--ink); font-weight: 600; border-bottom: 1.5px solid var(--ochre); padding-bottom: 3px; }
.nav-agendar span { color: var(--ochre); }
.menu-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 6px; }
.menu-toggle span { width: 26px; height: 1.5px; background: var(--ink); transition: .3s; }

/* ░░ HERO ░░ */
.hero { position: relative; padding-top: clamp(140px, 20vh, 220px); padding-bottom: clamp(56px, 9vh, 120px); overflow: hidden; }
.hero-parallax-bg {
    position: absolute; inset: -6% -6% -6% auto; right: 0; width: 52%; z-index: 0;
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,.9) 55%, transparent 100%);
    mask-image: linear-gradient(to left, rgba(0,0,0,.9) 55%, transparent 100%);
}
.hero-parallax-bg img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: grayscale(.5) sepia(.18) saturate(1.1) brightness(.92);
    opacity: .5;
}
.hero-video {
    margin-top: clamp(28px, 4vh, 48px); max-width: 280px;
    border: 1px solid var(--line-strong); background: var(--bone);
    box-shadow: 0 24px 50px -20px rgba(23,21,15,.35);
}
.hero-video img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; filter: saturate(1.05); }
.hero-video figcaption {
    display: flex; align-items: center; gap: 9px; padding: 12px 16px;
    font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted);
}
.hv-dot { width: 7px; height: 7px; border-radius: 50%; background: #4caf6c; box-shadow: 0 0 0 0 rgba(76,175,108,.6); animation: hv-pulse 2s infinite; flex-shrink: 0; }
@keyframes hv-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(76,175,108,.45); }
    70%  { box-shadow: 0 0 0 6px rgba(76,175,108,0); }
    100% { box-shadow: 0 0 0 0 rgba(76,175,108,0); }
}
.hero-ghost {
    position: absolute; right: -2vw; bottom: -8%;
    font-family: var(--serif); font-style: italic; font-weight: 300;
    font-size: clamp(180px, 42vw, 600px); line-height: .8;
    color: var(--ink); opacity: .045; mix-blend-mode: multiply;
    pointer-events: none; user-select: none; white-space: nowrap;
}
.hero-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, .78fr);
    gap: clamp(32px, 5vw, 96px); align-items: end;
}
.hero-h {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(2.7rem, 6.6vw, 5.7rem); line-height: 1.0;
    letter-spacing: -.018em; color: var(--ink);
    margin: .34em 0 .5em;
}
.hero-h em { font-style: italic; }
.hero-sub { font-size: clamp(1rem, 1.4vw, 1.2rem); color: var(--muted); max-width: 46ch; margin-bottom: 2.4em; }
.hero-actions { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); flex-wrap: wrap; }
.hero-meta { border-top: 1px solid var(--line-strong); }
.meta-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-block: clamp(14px, 1.9vh, 20px); border-bottom: 1px solid var(--line); }
.meta-k { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.meta-v { font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.7rem); color: var(--ink); }

/* ░░ BANDA ESCURA ░░ */
.band { background: var(--ink); color: var(--bone); padding-block: clamp(70px, 10vh, 130px); }
.band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.band-statement { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.15; color: var(--bone); max-width: 18ch; }
.band-statement em { color: var(--ochre); }
.figures { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 30px); }
.figure { padding-left: clamp(16px, 1.6vw, 24px); border-left: 1px solid var(--bone-line); }
.fig-n { display: block; font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.6rem); color: var(--bone); line-height: 1; }
.fig-l { display: block; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--bone-mut); margin-top: 10px; }

/* ░░ SERVIÇOS — lista editorial ░░ */
.services { padding-block: clamp(90px, 13vh, 175px); }
.sec-head { margin-bottom: clamp(40px, 6vh, 80px); }
.svc-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.svc-visual { position: sticky; top: 130px; border: 1px solid var(--line); }
.svc-visual img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; filter: grayscale(.15) sepia(.12); }
.svc-list { border-top: 1px solid var(--line-strong); }
.svc-row {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) minmax(0, 1.15fr) 40px;
    align-items: center; gap: clamp(14px, 3vw, 48px);
    padding: clamp(22px, 3.2vh, 40px) 0;
    border-bottom: 1px solid var(--line);
    transition: padding-left .4s cubic-bezier(.2,.7,.2,1);
}
.svc-index { font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 2rem); color: var(--muted); transition: color .3s; }
.svc-name { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 2.5vw, 2.15rem); line-height: 1.1; color: var(--ink); }
.svc-desc { font-size: .98rem; color: var(--muted); max-width: 44ch; }
.svc-go { justify-self: end; font-size: 1.5rem; color: var(--ink); opacity: .3; transition: transform .35s, opacity .35s, color .3s; }
.svc-row:hover { padding-left: clamp(8px, 1.4vw, 18px); }
.svc-row:hover .svc-index { color: var(--ochre); }
.svc-row:hover .svc-go { opacity: 1; color: var(--ochre); transform: translateX(8px); }

/* ░░ ESCRITÓRIO ░░ */
.about { padding-block: clamp(90px, 13vh, 175px); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.about-left { display: flex; flex-direction: column; }
.about-statement { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.3vw, 2.9rem); line-height: 1.12; color: var(--ink); max-width: 16ch; margin-top: .5em; }
.about-statement em { font-style: italic; color: var(--ochre); }
.about-big { font-family: var(--serif); font-weight: 300; font-size: clamp(5rem, 13vw, 12rem); line-height: .8; color: var(--ink); margin-top: clamp(36px, 7vh, 90px); display: inline-flex; align-items: flex-end; gap: 14px; }
.about-big small { font-family: var(--sans); font-size: .9rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ochre); margin-bottom: 1.2em; }
.about-right p { font-size: 1.05rem; color: var(--text); line-height: 1.72; margin-bottom: 1.15em; max-width: 52ch; }
.about-photo { grid-column: 1 / -1; margin-top: clamp(16px, 3vh, 32px); border: 1px solid var(--line); }
.about-photo img { width: 100%; max-height: 420px; object-fit: cover; display: block; filter: grayscale(.1) sepia(.08); }
.ticks { margin: 1.8em 0; border-top: 1px solid var(--line); }
.ticks li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); font-size: .98rem; color: var(--text); }
.ticks li::before { content: ""; position: absolute; left: 0; top: 21px; width: 16px; height: 1.5px; background: var(--ochre); }
.about-right .link-arrow { margin-top: 1em; }

/* ░░ DIFERENCIAIS (dark) ░░ */
.diff { background: var(--ink); color: var(--bone); padding-block: clamp(90px, 13vh, 175px); }
.diff .sec-title { color: var(--bone); }
.diff .eyebrow { color: var(--bone-mut); }
.diff-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(36px, 5vh, 64px); border-top: 1px solid var(--bone-line); }
.diff-item { padding: clamp(30px, 4.5vh, 56px) clamp(20px, 3vw, 48px) clamp(30px, 4.5vh, 56px) 0; border-bottom: 1px solid var(--bone-line); }
.diff-item:nth-child(even) { padding-left: clamp(24px, 3vw, 52px); border-left: 1px solid var(--bone-line); }
.diff-n { font-family: var(--serif); font-size: 1.2rem; color: var(--ochre); }
.diff-item h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.35rem, 2.1vw, 1.9rem); color: var(--bone); margin: .45em 0 .5em; }
.diff-item p { font-size: .98rem; color: var(--bone-mut); max-width: 40ch; }

/* ░░ DEPOIMENTOS ░░ */
.quotes { padding-block: clamp(90px, 13vh, 175px); }
.carousel { position: relative; overflow: hidden; margin-top: clamp(32px, 5vh, 64px); }
.carousel-track { display: flex; transition: transform .55s cubic-bezier(.4,0,.2,1); }
.testimonial-card { flex: 0 0 100%; padding-right: clamp(0px, 6vw, 80px); }
.q-text { position: relative; font-family: var(--serif); font-weight: 400; font-size: clamp(1.55rem, 3.4vw, 2.9rem); line-height: 1.22; color: var(--ink); max-width: 26ch; }
.q-text::before { content: "\201C"; position: absolute; left: -.06em; top: -.55em; font-size: 3.2em; color: var(--ochre); line-height: 1; opacity: .9; }
.q-author { display: flex; flex-direction: column; gap: 4px; margin-top: clamp(26px, 4vh, 48px); }
.q-name { font-size: .98rem; font-weight: 600; color: var(--ink); }
.q-role { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.carousel-controls { display: flex; align-items: center; gap: 22px; margin-top: clamp(32px, 5vh, 56px); }
.carousel-btn { width: 50px; height: 50px; border: 1px solid var(--line-strong); background: none; color: var(--ink); font-size: 1.1rem; cursor: pointer; transition: background .3s, color .3s; }
.carousel-btn:hover { background: var(--ink); color: var(--bone); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot { width: 26px; height: 2px; background: var(--line-strong); border: none; padding: 0; cursor: pointer; transition: background .3s; }
.carousel-dot.active { background: var(--ochre); }

/* ░░ PLANOS — tabela ░░ */
.plans { padding-block: clamp(90px, 13vh, 175px); }
.plans-table { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(40px, 6vh, 70px); border-top: 1px solid var(--line-strong); }
.plan { position: relative; display: flex; flex-direction: column; padding: clamp(30px, 3vw, 48px) clamp(20px, 2.4vw, 40px); border-left: 1px solid var(--line); }
.plan:first-child { border-left: none; }
.plan--featured { background: var(--ink); color: var(--bone); }
.plan-flag { display: inline-block; align-self: flex-start; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--ink); background: var(--ochre); padding: 5px 11px; margin-bottom: 22px; }
.plan-name { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 2vw, 1.9rem); }
.plan-for { font-size: .85rem; color: var(--muted); margin-top: 5px; }
.plan--featured .plan-for { color: var(--bone-mut); }
.plan-price { font-family: var(--serif); font-weight: 400; font-size: clamp(2.3rem, 4vw, 3.3rem); line-height: 1; margin: .55em 0 .1em; color: var(--ink); }
.plan--featured .plan-price { color: var(--bone); }
.plan-price .cur { font-size: .38em; vertical-align: super; margin-right: 4px; color: var(--muted); }
.plan--featured .plan-price .cur { color: var(--bone-mut); }
.plan-price .per { font-family: var(--sans); font-size: .26em; color: var(--muted); margin-left: 4px; }
.plan-feats { margin: clamp(18px, 2.4vh, 26px) 0; border-top: 1px solid var(--line); }
.plan--featured .plan-feats { border-color: var(--bone-line); }
.plan-feats li { padding-block: 11px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.plan--featured .plan-feats li { border-color: var(--bone-line); }
.plan-feats li.off { opacity: .4; text-decoration: line-through; text-decoration-color: var(--line-strong); }
.plan-cta { margin-top: auto; align-self: flex-start; }
.plan--featured .plan-cta { color: var(--ochre); border-color: var(--ochre); }

/* ░░ FAQ ░░ */
.faq { padding-block: clamp(90px, 13vh, 175px); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-note { color: var(--muted); margin: 1.2em 0 1.6em; max-width: 34ch; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; background: none; border: none; cursor: pointer; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: clamp(20px, 2.7vh, 30px); font-family: var(--serif); font-weight: 400; font-size: clamp(1.05rem, 1.7vw, 1.35rem); color: var(--ink); transition: color .3s; }
.faq-question:hover { color: var(--ochre); }
.faq-sign { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.faq-sign::before, .faq-sign::after { content: ""; position: absolute; top: 50%; left: 0; width: 16px; height: 1.5px; background: currentColor; transition: transform .35s; }
.faq-sign::after { transform: rotate(90deg); }
.faq-item.open .faq-question { color: var(--ochre); }
.faq-item.open .faq-sign::after { transform: rotate(90deg) scaleX(0); }
.faq-answer { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s ease, opacity .4s ease; }
.faq-answer p { padding-bottom: clamp(18px, 2.5vh, 28px); color: var(--muted); line-height: 1.65; max-width: 62ch; }

/* ░░ CONTATO (dark) ░░ */
.contact { background: var(--ink); color: var(--bone); padding-block: clamp(90px, 13vh, 175px); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 6vw, 100px); align-items: start; }
.contact-title { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.02; color: var(--bone); }
.contact-title em { font-style: italic; color: var(--ochre); }
.contact-lead { color: var(--bone-mut); max-width: 40ch; margin: 1em 0 2.4em; }
.channels { border-top: 1px solid var(--bone-line); }
.channels li { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-block: 18px; border-bottom: 1px solid var(--bone-line); }
.ch-k { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--bone-mut); }
.ch-v { font-family: var(--serif); font-size: 1.15rem; color: var(--bone); transition: color .3s; }
a.ch-v:hover { color: var(--ochre); }
.contact-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 28px); }
.field { display: flex; flex-direction: column; margin-bottom: clamp(18px, 2.4vh, 26px); }
.field label { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--bone-mut); margin-bottom: 10px; }
.field input, .field select, .field textarea {
    background: transparent; border: none; border-bottom: 1px solid rgba(237,234,227,.3);
    color: var(--bone); padding: 11px 0; font-family: var(--sans); font-size: 1rem;
    transition: border-color .3s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(237,234,227,.34); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--ochre); }
.field select option { color: var(--ink); }
.field textarea { resize: vertical; }
.btn-send {
    margin-top: 14px; align-self: flex-start;
    background: var(--ochre); color: var(--ink); border: none;
    padding: 16px 32px; font-weight: 600; font-size: .95rem; cursor: pointer;
    display: inline-flex; align-items: center; gap: 12px; transition: background .3s, color .3s, gap .3s;
}
.btn-send span { transition: transform .3s; }
.btn-send:hover { background: var(--bone); gap: 16px; }
.btn-send:hover span { transform: translateX(5px); }

/* ░░ FOOTER ░░ */
.footer { background: var(--bone); color: var(--text); border-top: 1px solid var(--line); padding-block: clamp(50px, 7vh, 84px); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: clamp(30px, 4vw, 60px); }
.footer-brand .brand-name { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); }
.footer-brand p { color: var(--muted); max-width: 30ch; margin: .9em 0 1.4em; font-size: .95rem; }
.footer-socials { display: flex; gap: 20px; }
.footer-socials a { font-size: .86rem; color: var(--text); border-bottom: 1px solid transparent; transition: border-color .3s, color .3s; }
.footer-socials a:hover { color: var(--ochre); border-color: var(--ochre); }
.footer-col h4 { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.footer-col a, .footer-col span { display: block; font-size: .92rem; color: var(--text); padding-block: 6px; transition: color .3s; }
.footer-col a:hover { color: var(--ochre); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--line); margin-top: clamp(40px, 5vh, 60px); padding-top: 24px; }
.footer-bottom span { font-size: .8rem; color: var(--muted); }

/* ░░ REVEAL ░░ */
[data-animate] { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
[data-animate].visible { opacity: 1; transform: none; }

/* ░░ RESPONSIVO ░░ */
@media (max-width: 980px) {
    .hero-grid, .band-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-meta { margin-top: 8px; }
    .figures { grid-template-columns: 1fr 1fr 1fr; }
    .diff-list, .plans-table { grid-template-columns: 1fr; }
    .diff-item, .diff-item:nth-child(even) { padding: clamp(26px,4vh,40px) 0; padding-left: 0; border-left: none; }
    .plan { border-left: none; border-top: 1px solid var(--line); }
    .plan:first-child { border-top: none; }
    .faq-intro { position: static; }
    .about-grid { gap: clamp(30px,5vh,48px); }
    .svc-grid { grid-template-columns: 1fr; }
    .svc-visual { position: static; order: -1; }
    .svc-visual img { aspect-ratio: 16/9; }
    .hero-parallax-bg { width: 70%; opacity: .8; }
}
@media (max-width: 900px) {
    .menu-toggle { display: flex; }
    .nav-links {
        position: fixed; inset: 0 0 auto 0; top: 0;
        flex-direction: column; align-items: flex-start; gap: 4px;
        background: var(--bone); padding: 96px clamp(24px,6vw,80px) 40px;
        border-bottom: 1px solid var(--line);
        transform: translateY(-102%); transition: transform .45s cubic-bezier(.4,0,.2,1);
    }
    .nav-links.open { transform: translateY(0); }
    .nav-links a { font-size: 1.4rem; font-family: var(--serif); padding-block: 8px; }
    .nav-agendar { border-bottom: none; }
    .hero-parallax-bg { width: 100%; right: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.85) 38%, transparent 75%); mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.85) 38%, transparent 75%); }
    .hero-video { max-width: 240px; }
}
@media (max-width: 680px) {
    body { font-size: 16px; }
    .svc-row { grid-template-columns: 52px 1fr; grid-template-areas: "idx name" "idx desc"; gap: 6px 16px; }
    .svc-index { grid-area: idx; align-self: start; }
    .svc-name { grid-area: name; }
    .svc-desc { grid-area: desc; margin-top: 4px; }
    .svc-go { display: none; }
    .figures { grid-template-columns: 1fr; gap: 18px; }
    .figure { border-left: none; border-top: 1px solid var(--bone-line); padding: 16px 0 0; }
    .contact-form .field-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    [data-animate] { opacity: 1 !important; transform: none !important; }
}
