:root {
  --red: #d9020a;
  --red-dark: #a90007;
  --red-deep: #700005;
  --charcoal: #1a1a1a;
  --graphite: #2b2b2b;
  --gray: #474747;
  --muted: #717171;
  --line: #e8e5e3;
  --surface: #f5f3f1;
  --surface-2: #ece9e6;
  --white: #ffffff;
  --max: 1320px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shadow-soft: 0 18px 50px rgba(20, 16, 16, 0.08);
  --shadow-card: 0 12px 32px rgba(20, 16, 16, 0.055);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--charcoal); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(217, 2, 10, .42); outline-offset: 3px; border-radius: 5px; }
::selection { background: rgba(217, 2, 10, .18); }

.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: var(--charcoal); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-soft); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 20px; font-size: .78rem; line-height: 1.3; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.66); }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--red); vertical-align: middle; margin-right: 9px; }
.eyebrow-dark { color: var(--red); }
h1, h2, h3 { margin-top: 0; font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.65rem, 4.35vw, 4.15rem); }
h2 { font-size: clamp(2.05rem, 3.1vw, 3.45rem); }
h3 { font-size: clamp(1.25rem, 1.55vw, 1.55rem); }
p { margin-top: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; line-height: 1.15; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 14px 28px rgba(217,2,10,.2); }
.button-primary:hover { background: #ef0710; box-shadow: 0 16px 34px rgba(217,2,10,.28); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.28); }
.button-light { color: var(--red); background: #fff; }
.button-light:hover { box-shadow: 0 16px 36px rgba(34,0,0,.14); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.42); background: transparent; }
.button-outline-light:hover { background: rgba(255,255,255,.09); }

.site-header { position: absolute; z-index: 100; inset: 0 0 auto; color: white; }
.header-inner { min-height: 0; padding-block: 12px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 115px; max-width: 100%; height: auto; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 31px); font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.78); transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: white; }
.nav-cta { padding: 11px 16px; border-radius: 9px; background: var(--red); color: white; }
.menu-toggle { display: none; width: 46px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; overflow: clip; min-height: 780px; padding: 168px 0 126px; color: white; background: radial-gradient(circle at 82% 25%, rgba(217,2,10,.15), transparent 27%), linear-gradient(135deg, #151515 0%, #1d1d1d 56%, #111 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; right: -190px; top: 90px; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; opacity: .12; background-image: linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 52px 100%; mask-image: linear-gradient(to top, #000, transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); align-items: center; gap: clamp(48px, 6vw, 92px); }
.hero-copy { max-width: 690px; }
.hero h1 { max-width: 690px; margin-bottom: 26px; text-wrap: balance; }
.hero-lead { max-width: 640px; margin-bottom: 32px; color: rgba(255,255,255,.74); font-size: clamp(1.06rem, 1.45vw, 1.21rem); line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255,255,255,.55); font-size: .91rem; }
.hero-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(217,2,10,.12); }

.hero-visual { position: relative; width: min(100%, 540px); justify-self: end; min-height: 565px; display: grid; place-items: center; }
.portrait-frame { position: relative; z-index: 2; width: min(90%, 490px); border-radius: 34px 34px 110px 34px; overflow: hidden; background: #2b2b2b; box-shadow: 0 42px 70px rgba(0,0,0,.34); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: inherit; pointer-events: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(217,2,10,.33); border-radius: 50%; }
.hero-orbit-one { width: 410px; height: 410px; top: 40px; right: -32px; }
.hero-orbit-two { width: 290px; height: 290px; bottom: 2px; left: 10px; border-color: rgba(255,255,255,.09); }
.hero-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; padding: 14px 16px; border-radius: 16px; background: rgba(28,28,28,.88); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 16px 36px rgba(0,0,0,.24); backdrop-filter: blur(9px); }
.hero-chip strong, .hero-chip small { display: block; }
.hero-chip strong { font-size: .91rem; }
.hero-chip small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: .73rem; }
.hero-chip-top { top: 62px; left: -26px; }
.hero-chip-bottom { right: -18px; bottom: 56px; }
.chip-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: var(--red); color: #fff; font-size: .9rem; font-weight: 700; }
.chip-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(217,2,10,.14); margin: 0 8px; }

.transition-wrap { position: relative; z-index: 10; margin-top: -48px; }
.transition-band { width: calc(100% - 72px); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid #ece8e5; border-radius: 22px; box-shadow: 0 20px 52px rgba(30,20,20,.09); overflow: hidden; }
.transition-band article { min-height: 152px; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 28px 30px; }
.transition-band article + article { border-left: 1px solid #ede9e6; }
.band-index { display: grid; place-items: center; width: 38px; height: 38px; margin-top: 2px; border-radius: 11px; background: #f7eeee; color: var(--red); font-size: .76rem; font-weight: 700; }
.transition-band strong { display: block; margin-bottom: 7px; font-size: 1.02rem; line-height: 1.25; }
.transition-band p { margin: 0; color: #686868; font-size: .9rem; line-height: 1.62; }

.section-heading { margin-bottom: 50px; }
.section-heading-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 72px; align-items: end; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.section-heading-split > p { max-width: 470px; margin: 0 0 4px auto; color: #666; font-size: 1.03rem; line-height: 1.75; }

.section-solutions { padding-top: 126px; background: linear-gradient(180deg, #fff 0%, #fbfaf9 100%); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid #e7e3e0; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-card); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #d9d3cf; box-shadow: 0 16px 36px rgba(20,16,16,.075); }
.service-media { aspect-ratio: 3 / 2; overflow: hidden; background: #f0edeb; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-media img { transform: scale(1.018); }
.service-body { position: relative; padding: 28px 28px 30px; }
.service-number { position: absolute; top: 30px; right: 28px; color: #b6afab; font-size: .75rem; font-weight: 700; letter-spacing: .08em; }
.service-body h3 { padding-right: 42px; margin-bottom: 14px; }
.service-body p { margin: 0; color: #666; font-size: .94rem; line-height: 1.72; }

.section-audiences { background: var(--surface); }
.audience-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 7vw, 104px); align-items: center; }
.audience-intro h2 { max-width: 600px; margin-bottom: 24px; }
.audience-intro > p:not(.eyebrow) { color: #616161; font-size: 1.02rem; line-height: 1.78; }
.audience-secondary { font-size: .92rem !important; padding-top: 20px; border-top: 1px solid #dedad7; }
.audience-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.audience-card { min-height: 510px; padding: 34px; border-radius: 24px; display: flex; flex-direction: column; }
.audience-card-red { color: white; background: linear-gradient(150deg, var(--red) 0%, #b80108 100%); box-shadow: 0 22px 46px rgba(217,2,10,.16); }
.audience-card-dark { color: white; background: linear-gradient(150deg, #262626 0%, #171717 100%); border: 1px solid #3a3a3a; box-shadow: 0 22px 46px rgba(15,15,15,.12); }
.audience-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: auto; border-radius: 14px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.13); font-weight: 700; }
.audience-kicker { margin: 36px 0 12px; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: rgba(255,255,255,.72); }
.audience-card h3 { margin-bottom: 16px; font-size: 1.6rem; line-height: 1.18; }
.audience-card p { color: rgba(255,255,255,.76); font-size: .94rem; line-height: 1.7; }
.audience-card-dark p { color: rgba(255,255,255,.78); }
.check-list { display: grid; gap: 9px; margin: 8px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; font-size: .85rem; color: rgba(255,255,255,.86); }
.check-list li::before { content: "✓"; margin-right: 8px; color: #fff; }

.section-authority { background: #fff; }
.authority-grid { display: grid; grid-template-columns: minmax(380px, .87fr) minmax(0, 1.13fr); gap: clamp(58px, 8vw, 118px); align-items: center; }
.authority-visual { padding: 0 0 28px 28px; }
.authority-photo-wrap { position: relative; max-width: 500px; }
.authority-photo-wrap::before { content: ""; position: absolute; z-index: 0; width: 72%; height: 78%; left: -28px; bottom: -28px; border-radius: 26px; background: #f2eeee; }
.authority-photo-wrap img { position: relative; z-index: 1; width: 100%; border-radius: 28px 28px 96px 28px; box-shadow: 0 24px 54px rgba(20,16,16,.12); }
.authority-badge { position: absolute; z-index: 2; right: -30px; bottom: 34px; width: 176px; padding: 18px; border-radius: 17px; background: var(--red); color: #fff; box-shadow: 0 18px 36px rgba(217,2,10,.22); }
.authority-badge strong, .authority-badge span { display: block; }
.authority-badge strong { font-size: 1.35rem; }
.authority-badge span { margin-top: 4px; color: rgba(255,255,255,.78); font-size: .77rem; line-height: 1.4; }
.authority-copy h2 { max-width: 750px; margin-bottom: 25px; }
.authority-lead { color: #424242; font-size: 1.08rem; line-height: 1.78; }
.authority-copy > p:not(.eyebrow):not(.authority-lead) { color: #686868; line-height: 1.77; }
.credentials-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 30px 0; }
.credentials-grid article { display: flex; gap: 14px; align-items: flex-start; padding: 18px; background: #f7f5f3; border: 1px solid #ece7e4; border-radius: 14px; }
.credential-icon { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--red); color: #fff; font-size: .68rem; font-weight: 700; }
.credentials-grid strong { display: block; font-size: .92rem; line-height: 1.36; }
.credentials-grid small { display: block; margin-top: 4px; color: #777; font-size: .77rem; line-height: 1.45; }
.career-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 22px; border-top: 1px solid #eae6e3; color: #686868; font-size: .78rem; font-weight: 600; }
.career-line i { width: 18px; height: 1px; background: #cfc9c5; }

.section-models { padding-top: 30px; padding-bottom: 30px; }
.models-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 54px; align-items: center; padding: 54px; border-radius: var(--radius-lg); color: #fff; background: radial-gradient(circle at 0% 100%, rgba(217,2,10,.2), transparent 35%), #202020; overflow: hidden; }
.models-copy h2 { margin-bottom: 18px; max-width: 500px; }
.models-copy p:not(.eyebrow) { margin: 0; max-width: 510px; color: rgba(255,255,255,.66); line-height: 1.76; }
.model-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.model-options article { min-height: 262px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); }
.model-options span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 32px; border-radius: 10px; background: rgba(217,2,10,.18); color: #ff6066; font-size: .72rem; font-weight: 700; }
.model-options h3 { margin-bottom: 12px; font-size: 1.1rem; letter-spacing: -.02em; }
.model-options p { margin: 0; color: rgba(255,255,255,.67); font-size: .87rem; line-height: 1.67; }

.section-process { background: #fff; }
.section-heading-centered { max-width: 760px; text-align: center; margin-inline: auto; }
.section-heading-centered h2 { margin: 0 auto 18px; }
.section-heading-centered > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: #666; line-height: 1.75; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin: 58px 0 0; padding: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; z-index: 0; left: 7%; right: 7%; top: 36px; height: 1px; background: linear-gradient(90deg, rgba(217,2,10,.18), rgba(217,2,10,.5), rgba(217,2,10,.18)); }
.process-card { position: relative; z-index: 1; min-height: 238px; padding: 30px 28px; border: 1px solid #e6e2df; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(20,16,16,.045); }
.process-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 30px; border: 5px solid #fff; border-radius: 50%; background: var(--red); color: white; box-shadow: 0 0 0 1px rgba(217,2,10,.22); font-size: .75rem; font-weight: 700; }
.process-card h3 { margin-bottom: 11px; font-size: 1.18rem; }
.process-card p { margin: 0; color: #656565; font-size: .91rem; line-height: 1.7; }

.section-faq { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { max-width: 530px; margin-bottom: 22px; }
.faq-intro > p:not(.eyebrow) { max-width: 510px; color: #656565; line-height: 1.76; }
.text-link { display: inline-flex; gap: 10px; margin-top: 10px; color: var(--red); font-weight: 700; }
.faq-list { border-top: 1px solid #d8d3d0; }
.faq-item { border-bottom: 1px solid #d8d3d0; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 4px; border: 0; background: transparent; text-align: left; cursor: pointer; font-weight: 700; letter-spacing: -.02em; }
.faq-item button:hover { color: var(--red); }
.faq-symbol { position: relative; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1px solid #ddd6d2; }
.faq-symbol::before, .faq-symbol::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1px; background: currentColor; transform: translate(-50%,-50%); }
.faq-symbol::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] .faq-symbol::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { padding: 0 58px 24px 4px; }
.faq-answer p { max-width: 720px; margin: 0; color: #666; line-height: 1.75; }

.section-final-cta { padding-top: 104px; padding-bottom: 104px; }
.final-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.72fr); gap: 74px; align-items: center; min-height: 480px; padding: 70px 74px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #d9020a 0%, #b30007 58%, #7b0005 100%); color: #fff; box-shadow: 0 30px 70px rgba(142,0,5,.18); }
.final-cta::after { content: ""; position: absolute; width: 390px; height: 390px; right: -130px; top: -110px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.025); }
.final-cta-copy { position: relative; z-index: 2; }
.final-cta-copy h2 { max-width: 720px; margin-bottom: 22px; }
.final-cta-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 28px; color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.75; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-panel { position: relative; z-index: 3; padding: 28px; border-radius: 22px; background: rgba(80,0,3,.28); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(8px); }
.contact-panel-mark { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 34px; border-radius: 16px; background: #fff; color: var(--red); font-weight: 700; }
.contact-panel > p { margin-bottom: 18px; color: rgba(255,255,255,.68); font-size: .82rem; }
.contact-panel a { display: block; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.17); }
.contact-panel small, .contact-panel strong { display: block; }
.contact-panel small { margin-bottom: 3px; color: rgba(255,255,255,.6); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-panel strong { font-size: .93rem; word-break: break-word; }
.contact-location { display: block; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.73); font-size: .8rem; }

.site-footer { padding: 74px 0 26px; color: rgba(255,255,255,.73); background: #191919; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .75fr .86fr 1.05fr; column-gap: clamp(42px, 5vw, 84px); row-gap: 44px; padding-bottom: 58px; }
.footer-brand img { width: 115px; height: auto; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 370px; margin: 0; color: rgba(255,255,255,.55); font-size: .89rem; line-height: 1.7; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-col h2 { margin-bottom: 9px; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.62); font-size: .87rem; line-height: 1.5; transition: color .2s ease; }
.footer-col a:hover { color: white; }
.footer-contact { padding-left: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; color: rgba(255,255,255,.42); }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: white; }

/* Legal pages */
body.legal-page { background: #f7f5f3; }
.legal-page .site-header { position: relative; background: #191919; }
.legal-page .header-inner { border-bottom-color: rgba(255,255,255,.08); }
.legal-hero { padding: 86px 0 56px; background: #191919; color: #fff; }
.legal-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
.legal-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.64); }
.legal-content { padding: 76px 0 104px; }
.legal-article { max-width: 900px; padding: clamp(28px, 5vw, 62px); border: 1px solid #e2dedb; border-radius: 24px; background: #fff; box-shadow: 0 16px 40px rgba(20,16,16,.05); }
.legal-article h2 { margin-top: 46px; margin-bottom: 14px; font-size: 1.45rem; }
.legal-article h2:first-child { margin-top: 0; }
.legal-article p, .legal-article li { color: #5e5e5e; line-height: 1.8; }
.legal-article ul { padding-left: 22px; }
.legal-article a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { display: inline-block; margin-bottom: 30px; padding: 7px 10px; border-radius: 8px; background: #f3ecea; color: #8d5555; font-size: .78rem; font-weight: 700; }

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

@media (max-width: 1120px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .main-nav { gap: 17px; }
  .main-nav > a:not(.nav-cta) { font-size: .86rem; }
  .hero-grid { grid-template-columns: minmax(0,1.05fr) minmax(400px,.95fr); gap: 40px; }
  .hero-visual { min-height: 520px; }
  .hero-chip-top { left: -12px; }
  .hero-chip-bottom { right: -6px; }
  .transition-band { width: calc(100% - 30px); }
  .transition-band article { padding: 25px 22px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .audience-layout { grid-template-columns: 1fr; }
  .audience-intro { max-width: 800px; }
  .authority-grid { grid-template-columns: .88fr 1.12fr; gap: 62px; }
  .models-panel { grid-template-columns: 1fr; }
  .final-cta { gap: 46px; padding: 58px; }
  .footer-grid { grid-template-columns: 1.35fr .72fr .82fr 1fr; column-gap: 42px; }
}

@media (max-width: 920px) {
  .section { padding: 88px 0; }
  .site-header { position: absolute; }
  .menu-toggle { display: block; position: relative; z-index: 12; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 10; inset: 0; padding: 112px 28px 40px; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; background: rgba(20,20,20,.98); transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav > a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.08rem !important; }
  .nav-cta { margin-top: 20px; padding: 16px !important; text-align: center; border: 0 !important; }
  body.menu-open { overflow: hidden; }
  .hero { min-height: auto; padding: 160px 0 106px; }
  .hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(100%, 570px); justify-self: center; min-height: 575px; }
  .portrait-frame { width: min(86%, 490px); }
  .transition-wrap { margin-top: -38px; }
  .transition-band { width: 100%; grid-template-columns: 1fr; }
  .transition-band article { min-height: auto; }
  .transition-band article + article { border-left: 0; border-top: 1px solid #ede9e6; }
  .section-heading-split { grid-template-columns: 1fr; gap: 24px; }
  .section-heading-split > p { margin-left: 0; }
  .section-solutions { padding-top: 106px; }
  .authority-grid { grid-template-columns: 1fr; }
  .authority-visual { order: 2; width: min(100%, 560px); margin-inline: auto; }
  .authority-copy { order: 1; }
  .authority-badge { right: -12px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .process-grid::before { display: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; max-width: 720px; }
  .final-cta { grid-template-columns: 1fr; min-height: auto; }
  .contact-panel { max-width: 560px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { padding-left: 0; }
  .legal-page .site-header { position: relative; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 74px 0; }
  h1 { font-size: clamp(2.42rem, 8.5vw, 2.9rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .hero { padding-top: 158px; padding-bottom: 92px; }
  .hero-lead { font-size: 1rem; line-height: 1.72; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 465px; }
  .portrait-frame { width: 86%; border-radius: 26px 26px 72px 26px; }
  .hero-orbit-one { width: 310px; height: 310px; right: -30px; }
  .hero-orbit-two { width: 220px; height: 220px; }
  .hero-chip { padding: 11px 12px; gap: 10px; }
  .hero-chip-top { top: 44px; left: 0; }
  .hero-chip-bottom { right: 0; bottom: 45px; }
  .chip-icon { width: 40px; height: 40px; }
  .hero-chip strong { font-size: .8rem; }
  .hero-chip small { font-size: .67rem; }
  .transition-wrap { margin-top: -30px; }
  .transition-band { border-radius: 18px; }
  .transition-band article { grid-template-columns: auto 1fr; padding: 22px 20px; }
  .section-solutions { padding-top: 92px; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-body { padding: 24px; }
  .service-number { top: 26px; right: 24px; }
  .audience-cards { grid-template-columns: 1fr; }
  .audience-card { min-height: 430px; padding: 28px; }
  .authority-visual { padding-left: 14px; }
  .authority-photo-wrap::before { left: -14px; bottom: -18px; }
  .authority-badge { right: -4px; bottom: 22px; width: 158px; }
  .credentials-grid { grid-template-columns: 1fr; }
  .career-line { gap: 7px; }
  .models-panel { padding: 34px 24px; border-radius: 22px; }
  .model-options { grid-template-columns: 1fr; }
  .model-options article { min-height: auto; }
  .model-options span { margin-bottom: 22px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .process-card { min-height: auto; }
  .faq-item button { min-height: 76px; gap: 14px; font-size: .96rem; }
  .faq-answer { padding-right: 36px; }
  .final-cta { padding: 42px 24px; border-radius: 22px; }
  .final-actions { flex-direction: column; align-items: stretch; }
  .final-actions .button { width: 100%; }
  .contact-panel { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; padding-top: 6px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-hero { padding: 64px 0 44px; }
  .legal-content { padding: 52px 0 76px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.42rem; }
  .hero-visual { min-height: 410px; }
  .hero-chip-top { top: 26px; }
  .hero-chip-bottom { bottom: 28px; }
  .hero-chip small { display: none; }
  .transition-band article { gap: 12px; }
  .audience-card h3 { font-size: 1.42rem; }
  .authority-badge { width: 146px; padding: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}

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