:root {
    --ink: #17263a;
    --muted: #617080;
    --paper: #f7f4ed;
    --paper-2: #ede9df;
    --white: #fffdf8;
    --green: #12253f;
    --green-2: #1b3555;
    --green-3: #294b70;
    --sage: #dce9e6;
    --gold: #aa815f;
    --gold-light: #ead5c0;
    --danger: #8a4137;
    --line: rgba(23, 38, 58, .14);
    --line-light: rgba(255, 255, 255, .16);
    --shadow: 0 28px 85px rgba(18, 37, 63, .15);
    --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
h1 { font-size: clamp(55px, 7vw, 94px); }
h2 { font-size: clamp(38px, 4.5vw, 60px); }
h3 { line-height: 1.25; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
::selection { background: var(--gold-light); color: var(--green); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 10px 16px; background: var(--white); border: 1px solid var(--ink); }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 17px; color: #75847f; font-size: 11px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #aebfba; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 244, 237, .92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(20, 37, 34, .05); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 35px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 25px; font-weight: 720; letter-spacing: -.045em; }
.brand-mark { width: 35px; height: 35px; }
.brand-mark .shield { fill: var(--green); }
.brand-mark .letter { fill: var(--paper); }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 9px 0; color: #465752; font-size: 13px; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.language-link { font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--green); border-radius: 3px; background: var(--green); color: white; font-size: 13px; font-weight: 700; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-2); box-shadow: 0 12px 27px rgba(18, 50, 47, .19); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-full { width: 100%; }
.button-light { border-color: var(--white); background: var(--white); color: var(--green); }
.button-light:hover { background: var(--paper); }
.menu-toggle { width: 44px; height: 44px; display: none; padding: 11px 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 82px 0 auto; z-index: 90; padding: 22px 24px 29px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 23px; }

.hero { min-height: 730px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; padding-block: 85px 94px; }
.hero-copy h1 { max-width: 700px; margin-bottom: 24px; }
.hero-intro { max-width: 635px; margin-bottom: 32px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-block; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 5px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 21px; margin: 29px 0 0; padding: 0; color: #52635f; font-size: 12px; list-style: none; }
.trust-list span { margin-right: 5px; color: #769487; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.hero-orbit { position: absolute; width: 490px; aspect-ratio: 1; border-radius: 50%; background: var(--sage); }
.hero-orbit::after { content: ""; position: absolute; inset: 42px; border: 1px solid rgba(18, 50, 47, .12); border-radius: 50%; }
.status-card { position: relative; z-index: 2; width: min(430px, 92%); padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: var(--green); color: white; box-shadow: 0 40px 95px rgba(18, 50, 47, .28); transform: rotate(1deg); }
.status-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.status-head span { color: #9eb1ac; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.status-head strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.status-head > i { padding: 5px 9px; border: 1px solid var(--line-light); border-radius: 30px; color: #d3dfdb; font-size: 9px; font-style: normal; }
.score-ring { width: 155px; aspect-ratio: 1; display: grid; place-items: center; margin: 29px auto 15px; border-radius: 50%; background: radial-gradient(circle at center, var(--green) 64%, transparent 65%), conic-gradient(var(--gold-light) 0 74%, #36534e 74% 100%); }
.score-ring > span { font-family: var(--serif); font-size: 46px; }
.score-ring small { color: #a7b8b3; font-size: 18px; }
.status-card > p { max-width: 275px; margin: 0 auto 24px; color: #b6c4c0; font-size: 11px; text-align: center; }
.status-task { display: grid; grid-template-columns: 30px 1fr 20px; align-items: center; gap: 11px; padding: 11px 2px; border-top: 1px solid var(--line-light); }
.status-task > span { color: #839792; font-size: 9px; }
.status-task p { margin: 0; line-height: 1.25; }
.status-task strong { display: block; font-size: 11px; font-weight: 650; }
.status-task small { color: #829691; font-size: 9px; }
.status-task > i { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; font-size: 9px; font-style: normal; }
.status-task.done > i { background: #d6e2dd; color: var(--green); }
.status-task.active { margin-inline: -11px; padding-inline: 11px; border-radius: 3px; background: rgba(255,255,255,.05); }
.status-secure { margin-top: 13px; color: #819690; font-size: 9px; text-align: center; }
.status-secure span { margin-right: 4px; color: var(--gold-light); }

.proof-strip { border-block: 1px solid var(--line); }
.proof-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #6b7b76; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.proof-inner span + span { padding-left: 50px; border-left: 1px solid var(--line); }
.section { padding-block: 124px; }
.section-heading { max-width: 780px; margin-bottom: 57px; }
.section-heading > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 16px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.service-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-preview { position: relative; min-height: 410px; padding: 31px 29px; border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.service-preview.service-featured { background: var(--green); color: white; box-shadow: var(--shadow); transform: translateY(-11px); }
.card-index { position: absolute; top: 25px; right: 27px; color: #94a19d; font-family: var(--serif); font-size: 12px; }
.round-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 63px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: 22px; }
.service-featured .round-icon, .card-dark .round-icon { border-color: var(--line-light); }
.service-preview h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.service-preview p { color: var(--muted); font-size: 13px; }
.service-featured p { color: #b9c7c3; }
.service-preview small { display: block; padding-top: 20px; border-top: 1px solid var(--line); color: #788783; font-size: 10px; }
.service-featured small { border-color: var(--line-light); color: #9eb0ab; }
.service-preview > a { position: absolute; right: 27px; bottom: 27px; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.service-featured > a { border-color: var(--line-light); }
.section-link { display: table; margin: 40px 0 0 auto; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }

.difference-section { padding-block: 118px; background: var(--green); color: white; }
.difference-layout { display: grid; grid-template-columns: .87fr 1.13fr; gap: 90px; align-items: center; }
.difference-copy > p:not(.eyebrow) { color: #b5c4bf; }
.difference-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line-light); }
.difference-list article:last-child { border-bottom: 1px solid var(--line-light); }
.difference-list > article > span { color: var(--gold-light); font-family: var(--serif); font-size: 13px; }
.difference-list h3 { margin-bottom: 6px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.difference-list p { margin: 0; color: #aabbb6; font-size: 12px; }

.check-promo { display: grid; grid-template-columns: .98fr 1.02fr; gap: 90px; align-items: center; }
.check-promo-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.check-promo-copy .button { margin-top: 15px; }
.check-promo-visual { position: relative; min-height: 430px; padding: 70px 45px; background: var(--sage); }
.pulse-card { width: 90%; display: grid; grid-template-columns: 35px 1fr 25px; align-items: center; gap: 13px; margin: 0 auto 11px; padding: 20px; border: 1px solid rgba(18,50,47,.12); background: var(--white); box-shadow: 0 14px 35px rgba(18,50,47,.08); }
.pulse-card:nth-child(2) { transform: translateX(25px); }
.pulse-card span { color: #84948f; font-size: 10px; }
.pulse-card strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.pulse-card i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 10px; font-style: normal; }
.pulse-progress { width: 73%; height: 2px; margin: 35px auto 0; background: rgba(18,50,47,.12); }
.pulse-progress span { display: block; width: 74%; height: 100%; background: var(--gold); }

.team-preview-section { padding-block: 120px; background: var(--paper-2); }
.team-preview-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 90px; align-items: center; }
.team-preview-portraits { min-height: 490px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-items: end; }
.team-preview-portraits img { width: 100%; height: 430px; object-fit: cover; border: 1px solid var(--line); }
.team-preview-portraits img:first-child { margin-bottom: 55px; object-position: 50% 34%; }
.team-preview-copy > p:not(.eyebrow) { color: var(--muted); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.article-card { position: relative; min-height: 300px; padding: 29px; border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.article-card > span, .article-tag, .knowledge-card > span { color: var(--gold); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 53px 0 13px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.article-card p { color: var(--muted); font-size: 12px; }
.article-card a { position: absolute; right: 27px; bottom: 25px; }

.cta-band { padding-block: 91px; background: var(--green); color: white; }
.cta-band.cta-paper { background: var(--paper-2); color: var(--ink); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.cta-band h2 { max-width: 700px; margin-bottom: 16px; }
.cta-band p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #b4c3bf; }
.cta-paper p:not(.eyebrow) { color: var(--muted); }
.cta-band-actions { min-width: 255px; display: grid; gap: 15px; }
.text-link-light { color: white; text-align: center; }
.cta-paper .text-link-light { color: var(--ink); }

.page-hero { padding-block: 105px 112px; border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 1010px; margin-left: max(24px, calc((100% - 1180px) / 2)); }
.page-hero h1 { max-width: 980px; margin-bottom: 25px; }
.page-hero p:last-child { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.page-hero-dark { background: var(--green); color: white; border: 0; }
.page-hero-dark .eyebrow { color: #a9bbb5; }
.page-hero-dark p:last-child { color: #b6c5c0; }

.full-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.full-service-card { position: relative; min-height: 465px; padding: 31px 29px; border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.full-service-card.card-dark { background: var(--green); color: white; }
.full-service-card h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.full-service-card p { color: var(--muted); font-size: 13px; }
.card-dark p { color: #b6c5c0; }
.full-service-card ul { margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.card-dark ul { border-color: var(--line-light); }
.full-service-card li { position: relative; margin: 10px 0; padding-left: 20px; color: #53635f; font-size: 11px; }
.card-dark li { color: #cad5d1; }
.full-service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.process-section { padding-block: 117px; background: var(--paper-2); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.process-grid::before { content: ""; position: absolute; top: 25px; right: 10%; left: 10%; height: 1px; background: var(--line); }
.process-step { position: relative; text-align: center; }
.process-step > span { position: relative; z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 23px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-2); color: var(--gold); font-family: var(--serif); font-size: 12px; }
.process-step h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.process-step p { color: var(--muted); font-size: 11px; }
.role-separation { display: grid; grid-template-columns: 150px 1fr; gap: 60px; align-items: center; max-width: 1030px; }
.role-mark { width: 140px; height: 140px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--gold); font-family: var(--serif); font-size: 53px; }
.role-separation h2 { max-width: 760px; }
.role-separation > div:last-child > p:last-child { color: var(--muted); }

.quick-check-section { padding-block: 112px; background: var(--green); }
.check-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.check-aside { color: white; }
.check-aside > span { display: block; margin-bottom: 18px; color: var(--gold-light); font-size: 27px; }
.check-aside h2 { margin-bottom: 16px; font-size: 40px; }
.check-aside p { color: #b2c2bd; }
.check-aside ul { margin: 28px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line-light); list-style: none; }
.check-aside li { margin: 9px 0; color: #c5d0cd; font-size: 12px; }
.check-aside li::before { content: "✓"; margin-right: 8px; color: var(--gold-light); }
.check-card { min-height: 610px; display: grid; align-items: center; padding: 48px; border-radius: 7px; background: var(--white); box-shadow: 0 38px 100px rgba(0,0,0,.21); }
.check-start, .result-view { max-width: 560px; margin: auto; text-align: center; }
.check-kicker, .result-overline { display: block; margin-bottom: 19px; color: #7d8b87; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.check-start h2, .question-view h2, .result-view h2 { margin-bottom: 18px; font-size: 36px; }
.check-start p { margin-bottom: 29px; color: var(--muted); font-size: 13px; }
.check-start small { display: block; margin-top: 12px; color: #899592; font-size: 9px; }
.progress-row { display: flex; justify-content: space-between; color: #6d7d78; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { height: 2px; margin: 10px 0 38px; background: #dce2df; }
.progress-track div { width: 10%; height: 100%; background: var(--gold); transition: width .3s ease; }
.question-topic { color: var(--gold); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.question-view h2 { max-width: 660px; margin-top: 10px; font-size: 31px; }
.question-help { margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.answer-grid { display: grid; gap: 9px; }
.answer-grid button { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 3px; background: transparent; text-align: left; cursor: pointer; transition: border-color .2s, background .2s; }
.answer-grid button:hover { border-color: var(--gold); background: #faf5ea; }
.answer-grid button strong { font-size: 12px; }
.answer-grid button small { color: #7e8c88; font-size: 9px; }
.back-button, .restart-button { margin-top: 18px; padding: 0; border: 0; background: transparent; color: #72817d; font-size: 10px; cursor: pointer; }
.result-score { display: flex; align-items: baseline; justify-content: center; gap: 4px; font-family: var(--serif); }
.result-score strong { color: var(--green); font-size: 79px; font-weight: 400; line-height: 1; }
.result-score span { color: #8d9996; font-size: 18px; }
.result-badge { display: inline-block; margin: 14px 0 22px; padding: 5px 11px; border-radius: 30px; background: #efe4cf; color: #715f3e; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.result-view h2 { margin-bottom: 11px; font-size: 30px; }
.result-view > p { color: var(--muted); font-size: 12px; }
.priority-box { margin: 23px 0; padding: 18px 21px; border: 1px solid var(--line); text-align: left; }
.priority-box > strong { display: block; margin-bottom: 8px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.priority-box ol { margin: 0; padding-left: 18px; color: #53635f; font-size: 11px; }
.priority-box li { padding: 4px 0; }

.team-members { display: grid; gap: 120px; }
.team-member { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.team-member-reverse .team-photo { order: 2; }
.team-member-reverse .team-member-copy { order: 1; }
.team-photo { position: relative; }
.team-photo img { width: 100%; height: 620px; object-fit: cover; border: 1px solid var(--line); background: var(--sage); }
.team-member:first-child .team-photo img { object-position: 50% 32%; }
.team-photo > span { position: absolute; right: 18px; bottom: 15px; color: var(--green); font-family: var(--serif); }
.team-member-copy > p:not(.eyebrow) { color: var(--muted); }
.team-member-copy blockquote { margin: 29px 0 0; padding: 3px 0 3px 22px; border-left: 1px solid var(--gold); color: #43534f; font-family: var(--serif); font-size: 19px; font-style: italic; }
.draft-note { max-width: 850px; margin: -55px auto 0; padding: 18px 22px; border: 1px solid #d3b78a; background: #f7edda; color: #695839; font-size: 11px; }
.draft-note p { margin: 5px 0 0; }
.values-section { padding-block: 118px; background: var(--green); color: white; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-light); }
.values-grid article { min-height: 270px; padding: 28px; background: var(--green); }
.values-grid span { color: var(--gold-light); font-family: var(--serif); font-size: 12px; }
.values-grid h3 { margin: 75px 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.values-grid p { margin: 0; color: #afbfba; font-size: 11px; }
.team-model { display: grid; grid-template-columns: 290px 1fr; gap: 75px; align-items: center; max-width: 1010px; }
.model-symbol { display: flex; align-items: center; justify-content: center; gap: 13px; height: 220px; background: var(--sage); }
.model-symbol span { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--gold-light); font-family: var(--serif); }
.model-symbol i { color: var(--gold); font-style: normal; }
.team-model > div:last-child > p:last-child { color: var(--muted); }

.featured-insight { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: center; margin-bottom: 70px; padding: 55px; background: var(--green); color: white; }
.featured-insight h2 { margin: 22px 0 17px; font-size: 45px; }
.featured-insight p { color: #b5c4c0; }
.featured-insight ol { margin: 0; padding: 0; counter-reset: steps; list-style: none; }
.featured-insight li { position: relative; padding: 19px 0 19px 45px; border-top: 1px solid var(--line-light); color: #d2ddda; font-size: 12px; counter-increment: steps; }
.featured-insight li:last-child { border-bottom: 1px solid var(--line-light); }
.featured-insight li::before { content: "0" counter(steps); position: absolute; left: 0; color: var(--gold-light); font-family: var(--serif); }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.knowledge-card { position: relative; min-height: 310px; padding: 29px; border: 1px solid var(--line); background: rgba(255,255,255,.24); }
.knowledge-card h3 { margin: 52px 0 13px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.knowledge-card p { color: var(--muted); font-size: 12px; }
.knowledge-card i { position: absolute; right: 27px; bottom: 25px; font-style: normal; }
.content-disclaimer { margin: 35px 0 0; color: #7a8884; font-size: 10px; text-align: center; }

.contact-section { padding-block: 105px; background: var(--green); color: white; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: start; }
.contact-benefits { display: grid; gap: 13px; padding-bottom: 30px; border-bottom: 1px solid var(--line-light); }
.contact-benefits span { color: #c8d4d0; font-size: 12px; }
.contact-benefits i { width: 22px; height: 22px; display: inline-grid; place-items: center; margin-right: 8px; border: 1px solid var(--line-light); border-radius: 50%; color: var(--gold-light); font-size: 9px; font-style: normal; }
.urgent-box { display: flex; gap: 16px; margin-top: 30px; padding: 22px; border: 1px solid rgba(234,218,187,.35); background: rgba(234,218,187,.06); }
.urgent-box > span { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); }
.urgent-box h2 { margin-bottom: 8px; font-size: 24px; }
.urgent-box p { margin: 0; color: #afc0bb; font-size: 11px; }
.direct-contact { display: grid; gap: 7px; margin-top: 30px; }
.direct-contact strong { color: #8fa39d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact a { color: #d4dfdc; font-size: 12px; }
.contact-form { padding: 39px; border-radius: 6px; background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.17); }
.form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.form-head h2 { margin: 0; font-size: 34px; }
.form-head p { margin: 0; color: #84918e; font-size: 9px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 10px; font-weight: 700; }
.contact-form label > span { color: #7d8986; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 2px; background: #fbfaf6; color: var(--ink); outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(182,152,97,.14); }
.contact-form .invalid { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(138,65,55,.09); }
.consent-field { display: flex !important; align-items: flex-start; gap: 9px; color: #63726e; font-size: 9px !important; font-weight: 400 !important; }
.consent-field input { width: 16px; height: 16px; flex: 0 0 16px; margin: 2px 0 0; accent-color: var(--green); }
.consent-field a { text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 21px; margin: 12px 0 0; color: #677773; font-size: 10px; text-align: center; }
.form-status.success { color: #256548; }
.form-status.error { color: var(--danger); }

.legal-main { max-width: 850px; padding-block: 90px 125px; }
.legal-main h1 { margin-bottom: 30px; }
.legal-main section { padding-block: 26px; border-top: 1px solid var(--line); }
.legal-main h2 { margin-bottom: 15px; font-size: 29px; }
.legal-main p, .legal-main li { color: var(--muted); font-size: 13px; }
.legal-main a { text-decoration: underline; }
.legal-warning { margin: 30px 0 42px; padding: 20px 23px; border: 1px solid #d1b37f; background: #f8edd8; color: #695635; }
.legal-warning p { margin: 5px 0 0; color: inherit; }
.translation-note { margin-top: 35px; font-style: italic; }
.not-found { min-height: 650px; display: grid; align-content: center; justify-items: start; padding-block: 100px; }
.not-found > span { color: var(--gold); font-family: var(--serif); font-size: 25px; }
.not-found h1 { max-width: 750px; margin: 15px 0; font-size: 57px; }
.not-found p { color: var(--muted); }

.site-footer { padding-top: 70px; background: #0d2421; color: white; }
.footer-main { display: flex; justify-content: space-between; gap: 80px; padding-bottom: 60px; }
.brand-light .brand-mark .shield { fill: var(--gold-light); }
.brand-light .brand-mark .letter { fill: var(--green); }
.footer-brand-block > p { margin: 15px 0 3px; color: #a9bbb5; font-family: var(--serif); font-size: 16px; }
.footer-location { color: #708780; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-columns { display: grid; grid-template-columns: repeat(3, minmax(145px, 1fr)); gap: 55px; }
.footer-columns > div { display: grid; align-content: start; gap: 8px; }
.footer-columns strong { margin-bottom: 7px; color: #78908a; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.footer-columns a, .privacy-status { padding: 0; border: 0; background: transparent; color: #c0ceca; font-size: 11px; text-align: left; cursor: pointer; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line-light); color: #708780; font-size: 9px; }
.floating-cta { position: fixed; right: 22px; bottom: 22px; z-index: 70; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 3px; background: var(--green); color: white; box-shadow: 0 12px 38px rgba(12, 37, 33, .26); font-size: 11px; font-weight: 700; }
.floating-cta span { color: var(--gold-light); }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 150; width: min(470px, calc(100% - 32px)); padding: 14px 18px; transform: translateX(-50%); border: 1px solid var(--line-light); border-radius: 3px; background: var(--green-2); color: white; box-shadow: var(--shadow); font-size: 11px; text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
    .desktop-nav, .desktop-contact { display: none; }
    .menu-toggle { display: block; }
    .header-actions { margin-left: auto; }
    .hero { grid-template-columns: 1fr; gap: 25px; }
    .hero-copy { text-align: center; }
    .hero-intro { margin-inline: auto; }
    .hero-actions, .trust-list { justify-content: center; }
    .hero-visual { min-height: 500px; }
    .service-preview-grid, .full-service-grid { grid-template-columns: 1fr; max-width: 700px; margin-inline: auto; }
    .service-preview, .full-service-card { min-height: auto; }
    .service-preview.service-featured { margin-block: 18px; transform: none; }
    .round-icon { margin-bottom: 45px; }
    .difference-layout, .check-promo, .team-preview-layout, .check-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
    .check-promo-visual { max-width: 700px; width: 100%; margin-inline: auto; }
    .process-grid { grid-template-columns: repeat(3, 1fr); row-gap: 45px; }
    .process-grid::before { display: none; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .team-member { gap: 50px; }
    .knowledge-grid { grid-template-columns: repeat(2, 1fr); }
    .featured-insight { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 30px, 1180px); }
    .header-inner { min-height: 70px; }
    .mobile-nav { top: 70px; }
    .hero { min-height: 0; padding-block: 58px 70px; }
    h1 { font-size: 53px; }
    h2 { font-size: 40px; }
    .hero-intro, .page-hero p:last-child { font-size: 15px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .trust-list { display: grid; gap: 7px; }
    .hero-visual { min-height: 460px; margin-inline: -6px; }
    .hero-orbit { width: 96%; }
    .status-card { width: 95%; padding: 24px 21px; }
    .proof-inner { min-height: 110px; display: grid; justify-content: center; gap: 9px; padding-block: 22px; text-align: center; }
    .proof-inner span + span { padding-left: 0; border-left: 0; }
    .section { padding-block: 87px; }
    .section-heading { margin-bottom: 41px; }
    .service-preview, .full-service-card { padding: 27px 24px; }
    .difference-section, .team-preview-section, .values-section, .process-section, .quick-check-section, .contact-section { padding-block: 87px; }
    .check-promo { gap: 45px; }
    .check-promo-visual { min-height: 360px; padding: 58px 20px; }
    .pulse-card { width: 97%; }
    .pulse-card:nth-child(2) { transform: translateX(8px); }
    .team-preview-portraits { min-height: 390px; gap: 8px; }
    .team-preview-portraits img { height: 340px; }
    .team-preview-portraits img:first-child { margin-bottom: 38px; }
    .article-grid, .knowledge-grid { grid-template-columns: 1fr; }
    .cta-band { padding-block: 76px; }
    .cta-band-inner { grid-template-columns: 1fr; gap: 35px; }
    .page-hero { padding-block: 78px 84px; }
    .page-hero-inner { width: min(100% - 30px, 1180px); margin-inline: auto; }
    .process-grid { grid-template-columns: 1fr; }
    .process-step { display: grid; grid-template-columns: 50px 1fr; column-gap: 19px; text-align: left; }
    .process-step > span { grid-row: 1 / span 2; margin: 0; }
    .process-step h3 { margin: 0; }
    .process-step p { margin: 4px 0 0; }
    .role-separation, .team-model { grid-template-columns: 1fr; gap: 35px; }
    .role-mark { width: 100px; height: 100px; font-size: 40px; }
    .check-card { min-height: 590px; padding: 28px 20px; }
    .answer-grid button { align-items: flex-start; flex-direction: column; gap: 3px; }
    .team-members { gap: 85px; }
    .team-member { grid-template-columns: 1fr; gap: 35px; }
    .team-member-reverse .team-photo, .team-member-reverse .team-member-copy { order: initial; }
    .team-photo img { height: 520px; }
    .draft-note { margin-top: -25px; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article { min-height: 230px; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { padding: 27px 20px; }
    .form-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .footer-main { flex-direction: column; }
    .footer-columns { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 20px; }
    .floating-cta { right: 14px; bottom: 14px; min-height: 44px; padding-inline: 14px; }
    .legal-main { padding-block: 65px 95px; }
}

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