:root {
  --ink: #232522;
  --orange: #f04a23;
  --orange-dark: #cf3514;
  --gray: #c9c9c7;
  --line: #ddddda;
  --paper: #f8f8f6;
  --white: #ffffff;
  --muted: #636560;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); 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; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; width: 100%; min-height: 84px; padding: .75rem max(1.5rem, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 230px 1fr auto; gap: 2rem; align-items: center; background: rgba(248,248,246,.94); border-bottom: 1px solid rgba(35,37,34,.1); backdrop-filter: blur(16px); }
.brand { width: 205px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.1vw, 2.25rem); font-size: .88rem; font-weight: 700; }
.site-nav a { position: relative; padding: .6rem 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .25rem; height: 2px; background: var(--orange); transition: right .22s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav a[aria-current="page"]::after { right: 0; }
.header-cta { min-height: 46px; padding: .72rem 1.2rem; display: inline-flex; align-items: center; border: 1px solid var(--ink); font-size: .87rem; font-weight: 800; transition: background .2s ease, color .2s ease; }
.header-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(820px, calc(100vh - 84px)); padding: clamp(5rem, 8vw, 8rem) max(1.5rem, calc((100vw - 1320px) / 2)) 2rem; display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/hero-metrage.webp") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(248,248,246,.98) 0%, rgba(248,248,246,.94) 34%, rgba(248,248,246,.45) 57%, rgba(248,248,246,0) 76%); }
.hero-copy { width: min(720px, 58vw); }
.eyebrow { margin-bottom: 1.6rem; display: flex; align-items: center; gap: .75rem; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 3px; flex: 0 0 auto; background: var(--orange); }
.hero h1, .section-heading h2, .trust-copy h2, .safety-heading h2, .reviews-top h2, .faq-title h2, .contacts h2 { font-family: Unbounded, Manrope, sans-serif; line-height: 1.06; letter-spacing: -.045em; }
.hero h1 { max-width: 760px; margin-bottom: 1.6rem; font-size: clamp(3.3rem, 5.3vw, 5.7rem); font-weight: 600; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 660px; margin-bottom: 2rem; color: #4f514d; font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 56px; padding: .92rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: var(--ink); background: rgba(248,248,246,.55); }
.button-secondary:hover { background: var(--ink); color: var(--white); }
.proof-strip { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.9); border: 1px solid rgba(35,37,34,.14); backdrop-filter: blur(10px); }
.proof-strip > * { min-height: 92px; padding: 1.15rem 1.4rem; display: grid; align-content: center; border-right: 1px solid var(--line); }
.proof-strip > *:last-child { border-right: 0; }
.proof-strip strong { font-family: Unbounded, sans-serif; font-size: 1.2rem; line-height: 1; }
.proof-strip span { margin-top: .45rem; color: var(--muted); font-size: .78rem; font-weight: 600; }
.proof-strip a:hover strong { color: var(--orange); }

.section { width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-heading { display: grid; grid-template-columns: .62fr 1.38fr; gap: 3rem; align-items: start; margin-bottom: 3.8rem; }
.section-heading h2 { max-width: 850px; margin-bottom: 1.2rem; font-size: clamp(2.4rem, 4.2vw, 4.6rem); font-weight: 600; }
.section-heading > div > p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.scenario-card { min-height: 540px; padding: clamp(1.6rem, 3vw, 2.7rem); display: flex; flex-direction: column; }
.scenario-number { font-family: Unbounded, sans-serif; font-size: .75rem; }
.scenario-card h3 { margin: auto 0 1.2rem; font-family: Unbounded, sans-serif; font-size: clamp(1.8rem, 2.7vw, 2.8rem); line-height: 1.1; }
.scenario-card p { min-height: 78px; margin-bottom: 1.5rem; color: inherit; opacity: .78; }
.scenario-card ul { margin: 0 0 2rem; padding: 1.3rem 0 0; list-style: none; border-top: 1px solid currentColor; }
.scenario-card li { margin-bottom: .45rem; font-size: .9rem; font-weight: 700; }
.scenario-card li::before { content: "✓"; margin-right: .55rem; }
.scenario-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-weight: 800; }
.scenario-orange { background: var(--orange); color: var(--white); }
.scenario-orange .scenario-number { color: var(--white); }
.scenario-dark { background: var(--ink); color: var(--white); }
.scenario-dark .scenario-number { color: var(--orange); }
.scenario-light { background: var(--white); }
.scenario-light .scenario-number, .scenario-light li::before { color: var(--orange); }

.trust-section { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.trust-section::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 46%; background: url("assets/pattern-metrage.webp") center/620px auto; opacity: .085; mix-blend-mode: screen; }
.trust-shell { position: relative; z-index: 1; width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.eyebrow-light { color: #d6d6d2; }
.trust-copy h2 { max-width: 740px; margin-bottom: 1.8rem; font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 600; }
.trust-copy > p:not(.eyebrow) { max-width: 650px; color: #bfc0bb; font-size: 1.08rem; }
.text-link { margin-top: 1.5rem; display: inline-flex; align-items: center; gap: 1rem; color: var(--white); font-weight: 800; }
.text-link span { color: var(--orange); font-size: 1.4rem; }
.trust-facts { display: grid; grid-template-columns: repeat(2, 1fr); background: #464843; gap: 1px; border: 1px solid #464843; }
.trust-facts article { min-height: 190px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: space-between; background: rgba(35,37,34,.94); }
.trust-facts strong { color: var(--orange); font-family: Unbounded, sans-serif; font-size: clamp(1.5rem, 3vw, 2.6rem); }
.trust-facts span { color: #c9cac5; font-size: .86rem; }

.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 165px; padding: 2rem 0; display: grid; grid-template-columns: .5fr 1.5fr; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--orange); font-family: Unbounded, sans-serif; font-size: .8rem; }
.process-list h3 { margin-bottom: .65rem; font-family: Unbounded, sans-serif; font-size: clamp(1.35rem, 2.4vw, 2.2rem); }
.process-list p { max-width: 720px; margin-bottom: 0; color: var(--muted); }

.safety-section { background: #e6e6e2; }
.safety-shell { width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.safety-heading h2 { max-width: 620px; font-size: clamp(2.3rem, 4vw, 4.4rem); font-weight: 600; }
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #c8c8c4; border: 1px solid #c8c8c4; }
.safety-grid article { min-height: 250px; padding: 1.6rem; background: var(--paper); }
.safety-grid article > span { color: var(--orange); font-size: 1.3rem; font-weight: 800; }
.safety-grid h3 { margin: 3rem 0 .8rem; font-family: Unbounded, sans-serif; font-size: 1.05rem; }
.safety-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.objects-board { min-height: 430px; display: grid; grid-template-columns: .9fr 1.5fr .7fr; background: var(--orange); color: var(--white); overflow: hidden; }
.objects-pattern { background: url("assets/pattern-metrage.webp") center/480px auto; opacity: .28; }
.objects-copy { padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.status-label { margin-bottom: 1.4rem; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.objects-copy h3 { margin-bottom: 1rem; font-family: Unbounded, sans-serif; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.08; }
.objects-copy p { max-width: 540px; margin-bottom: 2rem; opacity: .9; }
.objects-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; }
.objects-instagram { padding-bottom: .15rem; border-bottom: 1px solid currentColor; font-size: .88rem; font-weight: 800; }
.button-dark { width: fit-content; background: var(--ink); color: var(--white); }
.status-stack { padding: 2rem; display: flex; flex-direction: column; justify-content: center; gap: .75rem; background: rgba(35,37,34,.13); }
.status-stack > span { padding: .9rem 1rem; display: flex; align-items: center; gap: .7rem; background: rgba(255,255,255,.88); color: var(--ink); font-size: .82rem; font-weight: 800; }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot-orange { background: var(--orange); }
.dot-gray { background: #8c8d89; }
.dot-dark { background: var(--ink); }

.team-section { background: var(--white); }
.team-shell { width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; }
.team-placeholder { min-height: 330px; padding: clamp(2rem, 4vw, 3.5rem); display: grid; grid-template-columns: 150px 1fr auto; gap: 2.5rem; align-items: center; border: 1px solid var(--line); }
.team-mark { width: 130px; height: 150px; display: grid; place-items: center; overflow: hidden; background: var(--orange); }
.team-mark img { width: 86px; filter: brightness(0) invert(1); }
.team-placeholder > div:nth-child(2) > span { color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-placeholder h3 { max-width: 650px; margin: .8rem 0; font-family: Unbounded, sans-serif; font-size: clamp(1.5rem, 3vw, 2.6rem); line-height: 1.16; }
.team-placeholder p { margin-bottom: 0; color: var(--muted); }

.reviews-top { display: grid; grid-template-columns: 1fr 270px; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.reviews-top h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(2.3rem, 4.4vw, 4.8rem); font-weight: 600; }
.rating-card { min-height: 210px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: var(--white); border-top: 8px solid var(--orange); }
.rating-card strong { font-family: Unbounded, sans-serif; font-size: 4rem; line-height: 1; }
.rating-card span { margin: .65rem 0; color: var(--orange); letter-spacing: .16em; }
.rating-card small { color: #bfc0bb; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.review-grid blockquote { min-height: 310px; margin: 0; padding: clamp(1.8rem, 4vw, 3.5rem); display: flex; flex-direction: column; background: var(--white); }
.review-grid blockquote p { max-width: 580px; margin: 0 0 2rem; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 600; }
.review-grid blockquote footer { margin-top: auto; display: flex; justify-content: space-between; gap: 1rem; font-size: .8rem; }
.review-grid blockquote footer a { color: var(--orange); font-weight: 700; }

.faq-section { background: #e6e6e2; }
.faq-shell { width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; }
.faq-title h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.faq-list { border-top: 1px solid #bcbdb9; }
.faq-list details { border-bottom: 1px solid #bcbdb9; }
.faq-list summary { padding: 1.5rem 3rem 1.5rem 0; position: relative; list-style: none; cursor: pointer; font-family: Unbounded, sans-serif; font-size: 1rem; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; top: 1.1rem; color: var(--orange); font-family: Manrope, sans-serif; font-size: 1.8rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; padding: 0 3rem 1.6rem 0; margin-bottom: 0; color: var(--muted); }

.contacts { position: relative; overflow: hidden; background: var(--orange); color: var(--white); }
.contacts::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 40%; background: url("assets/pattern-metrage.webp") center/540px auto; opacity: .18; }
.contacts-shell { position: relative; z-index: 1; width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.contacts h2 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(2.5rem, 4.7vw, 5rem); font-weight: 600; }
.contacts-copy > p:last-child { max-width: 650px; margin-bottom: 0; font-size: 1.05rem; opacity: .92; }
.contact-card { padding: clamp(1.8rem, 4vw, 3rem); display: grid; gap: 1.5rem; background: var(--ink); color: var(--white); }
.contact-card > div:not(.contact-actions) { padding-bottom: 1.3rem; border-bottom: 1px solid #4a4c47; }
.contact-card small { display: block; margin-bottom: .5rem; color: #aaaCA6; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a[href^="tel"] { font-family: Unbounded, sans-serif; font-size: clamp(1.4rem, 2.6vw, 2.2rem); }
.contact-card p { margin-bottom: 0; }
.contact-actions { display: grid; gap: .8rem; }
.button-white { background: var(--white); color: var(--ink); }
.route-link { width: fit-content; color: #d6d7d2; font-size: .84rem; font-weight: 700; border-bottom: 1px solid currentColor; }

.site-footer { width: min(1320px, calc(100% - 3rem)); min-height: 180px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr auto; gap: 2rem; align-items: center; }
.footer-brand { width: 190px; }
.site-footer > p { margin: 0; color: var(--muted); font-size: .85rem; }
.site-footer > div { display: flex; gap: 1.5rem; font-size: .82rem; font-weight: 700; }
.mobile-whatsapp { display: none; }

/* Inner pages */
.inner-hero { min-height: 680px; padding: clamp(5rem, 9vw, 8.5rem) max(1.5rem, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; overflow: hidden; }
.inner-hero-copy { position: relative; z-index: 2; }
.inner-hero h1 { max-width: 980px; margin-bottom: 1.8rem; font-family: Unbounded, Manrope, sans-serif; font-size: clamp(3.5rem, 6vw, 6.4rem); font-weight: 600; line-height: 1.02; letter-spacing: -.05em; }
.inner-hero h1 em { color: var(--orange); font-style: normal; }
.inner-hero-copy > p:last-child { max-width: 730px; margin-bottom: 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.about-hero { position: relative; background: var(--paper); }
.about-hero::after { content: ""; position: absolute; inset: 0 0 0 55%; background: url("assets/pattern-metrage.webp") center/620px auto; opacity: .06; }
.inner-hero-mark { position: relative; z-index: 1; min-height: 480px; display: grid; place-items: center; }
.inner-hero-mark::before { content: ""; position: absolute; width: min(34vw, 470px); aspect-ratio: 1; background: var(--orange); transform: rotate(4deg); }
.inner-hero-mark img { position: relative; width: min(24vw, 315px); filter: brightness(0) invert(1); }
.team-hero { background: var(--ink); color: var(--white); }
.team-hero .inner-hero-copy > p:last-child { color: #c7c8c3; }
.team-hero-index { justify-self: end; width: min(33vw, 410px); aspect-ratio: 1; padding: 2.2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--orange); color: var(--white); }
.team-hero-index > span { font-family: Unbounded, sans-serif; font-size: clamp(5rem, 11vw, 10rem); line-height: .85; letter-spacing: -.08em; }
.team-hero-index small { font-size: .9rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.legend-section { background: var(--white); }
.legend-grid { width: min(1320px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0; display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 9vw, 9rem); }
.legend-label > strong { display: block; color: var(--orange); font-family: Unbounded, sans-serif; font-size: clamp(10rem, 25vw, 24rem); font-weight: 600; line-height: .78; letter-spacing: -.12em; }
.legend-copy h2, .company-promise h2, .page-cta h2 { font-family: Unbounded, Manrope, sans-serif; font-weight: 600; line-height: 1.06; letter-spacing: -.045em; }
.legend-copy h2 { max-width: 900px; margin-bottom: 2rem; font-size: clamp(2.4rem, 4.2vw, 4.6rem); }
.legend-copy p { max-width: 790px; color: var(--muted); font-size: 1.08rem; }
.legend-copy p + p { margin-top: 1.35rem; }

.values-section { padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.values-section .section-heading { width: 100%; }
.values-section .section-heading > div > p { color: #bfc0bb; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #4a4c47; border: 1px solid #4a4c47; }
.values-grid article { min-height: 320px; padding: 1.8rem; display: flex; flex-direction: column; background: var(--ink); }
.values-grid article > span { color: var(--orange); font-family: Unbounded, sans-serif; font-size: .78rem; }
.values-grid h3 { margin: auto 0 .8rem; font-family: Unbounded, sans-serif; font-size: 1.35rem; }
.values-grid p { margin-bottom: 0; color: #bfc0bb; font-size: .92rem; }

.company-promise { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.company-promise h2 { max-width: 650px; font-size: clamp(2.4rem, 4.2vw, 4.5rem); }
.promise-list { border-top: 1px solid var(--line); }
.promise-list article { padding: 1.5rem 0; display: grid; grid-template-columns: 180px 1fr; gap: 2rem; border-bottom: 1px solid var(--line); }
.promise-list strong { font-size: .88rem; }
.promise-list p { margin-bottom: 0; color: var(--muted); }

.page-cta { padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; background: var(--orange); color: var(--white); }
.page-cta h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(2.3rem, 4.4vw, 4.7rem); }
.page-cta-actions { display: grid; gap: 1.2rem; justify-items: start; }
.page-cta .text-link { margin-top: 0; }
.page-cta .text-link span { color: var(--white); }

.team-intro { width: min(1320px, calc(100% - 3rem)); }
.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.person-card { min-height: 470px; padding: 1.5rem; display: flex; flex-direction: column; background: var(--white); }
.person-card.person-lead { grid-column: span 2; display: grid; grid-template-columns: .8fr 1.2fr; grid-template-rows: 1fr auto; gap: 2rem; background: var(--ink); color: var(--white); }
.person-monogram { min-height: 210px; display: grid; place-items: center; overflow: hidden; background: var(--orange); color: var(--white); font-family: Unbounded, sans-serif; font-size: clamp(6rem, 12vw, 10rem); font-weight: 600; line-height: 1; }
.person-lead .person-monogram { grid-row: 1 / 3; min-height: 100%; }
.person-info { margin-top: auto; }
.person-info > span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.person-info h2 { margin: .6rem 0 .25rem; font-family: Unbounded, sans-serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 600; line-height: 1; }
.person-info p { margin-bottom: .65rem; font-weight: 700; }
.person-info small { display: block; max-width: 430px; color: #bfc0bb; font-size: .88rem; }
.person-card > a { margin-top: 1.5rem; padding-top: 1rem; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: .88rem; font-weight: 800; }
.person-card:not(.person-lead) > a { color: var(--orange); border-color: var(--line); }

.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 205px 1fr auto; gap: 1rem; }
  .site-nav { gap: 1rem; }
  .site-nav a:nth-child(3), .site-nav a:nth-child(4) { display: none; }
  .hero-copy { width: min(680px, 68vw); }
  .scenario-grid { grid-template-columns: 1fr; }
  .scenario-card { min-height: 390px; }
  .scenario-card p { min-height: 0; }
  .trust-shell, .safety-shell, .contacts-shell { grid-template-columns: 1fr; }
  .trust-section::after { width: 70%; opacity: .06; }
  .objects-board { grid-template-columns: .6fr 1.5fr; }
  .status-stack { grid-column: 1 / -1; flex-direction: row; }
  .status-stack > span { flex: 1; }
  .team-placeholder { grid-template-columns: 120px 1fr; }
  .team-placeholder > .button { grid-column: 2; width: fit-content; }
  .faq-shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .inner-hero { grid-template-columns: 1.2fr .8fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .company-promise, .page-cta { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 74px; }
  .site-header { min-height: 72px; padding: .75rem 1rem; grid-template-columns: 1fr auto; }
  .brand { width: 175px; }
  .header-cta { display: none; }
  .menu-toggle { width: 46px; height: 46px; padding: 11px; display: grid; gap: 5px; align-content: center; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 100%; height: 2px; background: var(--ink); }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 1.2rem 1rem 1.5rem; display: none; flex-direction: column; gap: .2rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(35,37,34,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a, .site-nav a:nth-child(3), .site-nav a:nth-child(4) { display: block; padding: .75rem 0; }
  .hero { min-height: auto; padding: 3.5rem 1rem 1rem; }
  .hero::before { background-size: auto 47%; background-position: 67% bottom; background-repeat: no-repeat; }
  .hero::after { background: linear-gradient(180deg, rgba(248,248,246,1) 0%, rgba(248,248,246,.98) 53%, rgba(248,248,246,.7) 69%, rgba(248,248,246,0) 88%); }
  .hero-copy { width: 100%; padding-bottom: 17rem; }
  .eyebrow { font-size: .7rem; }
  .hero h1 { font-family: Manrope, Arial, sans-serif; font-size: clamp(2.65rem, 12vw, 4rem); line-height: .98; letter-spacing: -.06em; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > * { min-height: 82px; padding: .9rem; border-bottom: 1px solid var(--line); }
  .proof-strip > *:nth-child(2) { border-right: 0; }
  .proof-strip > *:nth-child(3), .proof-strip > *:nth-child(4) { border-bottom: 0; }
  .section, .trust-shell, .safety-shell, .team-shell, .faq-shell, .contacts-shell, .site-footer { width: min(100% - 2rem, 1320px); }
  .section-heading { grid-template-columns: 1fr; gap: .5rem; margin-bottom: 2.5rem; }
  .section-heading h2, .trust-copy h2, .safety-heading h2, .reviews-top h2, .faq-title h2, .contacts h2 { font-family: Manrope, Arial, sans-serif; font-size: clamp(2.25rem, 10vw, 3.4rem); line-height: 1; letter-spacing: -.055em; }
  .scenario-card { min-height: 440px; }
  .trust-facts, .safety-grid { grid-template-columns: 1fr; }
  .trust-facts article { min-height: 145px; }
  .process-list li { grid-template-columns: 46px 1fr; align-items: start; }
  .objects-board { grid-template-columns: 1fr; }
  .objects-actions { align-items: stretch; flex-direction: column; }
  .objects-instagram { width: fit-content; }
  .objects-pattern { min-height: 160px; background-size: 340px auto; }
  .status-stack { grid-column: auto; flex-direction: column; }
  .team-placeholder { padding: 1.5rem; grid-template-columns: 1fr; }
  .team-mark { width: 90px; height: 105px; }
  .team-mark img { width: 58px; }
  .team-placeholder > .button { grid-column: auto; width: 100%; }
  .reviews-top { grid-template-columns: 1fr; }
  .rating-card { min-height: 185px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 280px; }
  .review-grid blockquote footer { flex-direction: column; }
  .faq-list summary { font-family: Manrope, Arial, sans-serif; font-size: 1rem; }
  .contacts::after { width: 100%; opacity: .12; }
  .site-footer { padding: 2rem 0; grid-template-columns: 1fr; min-height: 240px; }
  .site-footer > div { flex-wrap: wrap; gap: 1rem 1.5rem; }
  .mobile-whatsapp { position: fixed; z-index: 60; left: .7rem; right: .7rem; bottom: .7rem; min-height: 56px; padding: .85rem 1rem; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: var(--white); font-weight: 800; box-shadow: 0 12px 34px rgba(0,0,0,.25); }
  .inner-hero { min-height: auto; padding: 4rem 1rem; grid-template-columns: 1fr; gap: 3rem; }
  .inner-hero h1 { font-family: Manrope, Arial, sans-serif; font-size: clamp(2.7rem, 12vw, 4.2rem); line-height: .96; }
  .inner-hero-mark { min-height: 330px; }
  .inner-hero-mark::before { width: min(80vw, 330px); }
  .inner-hero-mark img { width: min(55vw, 220px); }
  .team-hero-index { justify-self: start; width: min(100%, 330px); }
  .legend-grid { width: min(100% - 2rem, 1320px); grid-template-columns: 1fr; gap: 2rem; }
  .legend-label > strong { font-size: 11rem; }
  .legend-copy h2, .company-promise h2, .page-cta h2 { font-family: Manrope, Arial, sans-serif; font-size: clamp(2.25rem, 10vw, 3.4rem); line-height: 1; }
  .values-section, .page-cta { padding-left: 1rem; padding-right: 1rem; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 240px; }
  .promise-list article { grid-template-columns: 1fr; gap: .45rem; }
  .people-grid { grid-template-columns: 1fr; }
  .person-card.person-lead { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .person-lead .person-monogram { grid-row: auto; min-height: 260px; }
}

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