:root {
  --ink: #17222b;
  --muted: #68757d;
  --paper: #fbf8f2;
  --white: #fff;
  --cyan: #56bfd7;
  --cyan-dark: #168aa6;
  --cyan-soft: #dff5f9;
  --red: #e84c4f;
  --line: rgba(23, 34, 43, 0.13);
  --shadow: 0 24px 70px rgba(20, 44, 52, 0.13);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.announcement { height: 34px; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.site-header { height: 86px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: rgba(251,248,242,.9); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: Manrope, sans-serif; font-size: 30px; font-weight: 700; letter-spacing: -.07em; color: var(--cyan-dark); }
.brand > span:last-child { line-height: .72; }
.brand small { display: block; margin-top: 7px; color: var(--ink); font-size: 8px; letter-spacing: .28em; }
.brand-mark { width: 27px; height: 32px; display: grid; place-items: center; color: transparent; background: var(--cyan); position: relative; clip-path: polygon(0 0, 32% 0, 50% 57%, 68% 0, 100% 0, 67% 100%, 33% 100%); }
.brand-mark::after { content: "+"; position: absolute; top: -10px; right: -7px; width: 17px; height: 17px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font: 700 14px/1 Arial; clip-path: none; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); }
.site-header nav a { font-size: 13px; font-weight: 600; }
.site-header nav a:not(.nav-cta):hover { color: var(--cyan-dark); }
.nav-cta { padding: 13px 18px; color: #fff; background: var(--cyan-dark); }
.nav-cta span { margin-left: 10px; }
.menu-toggle { display: none; background: none; border: 0; }

.hero { min-height: calc(100vh - 120px); max-width: 1500px; margin: auto; padding: 8vh clamp(24px, 7.2vw, 110px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 8vw; overflow: hidden; }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--cyan-dark); }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 34px; height: 1px; background: var(--cyan-dark); }
h1, h2 { font-family: Manrope, sans-serif; font-weight: 600; letter-spacing: -.055em; line-height: .99; }
h1 { max-width: 760px; margin: 25px 0 28px; font-size: clamp(58px, 6.8vw, 108px); }
h1 em, h2 em { color: var(--cyan-dark); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 610px; color: var(--muted); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 26px; border: 0; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--cyan-dark); }
.button-primary:hover { background: #117891; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 15px; }
.trust-row { margin-top: 52px; display: flex; align-items: center; gap: 14px; }
.trust-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.trust-row strong { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; margin-right: -8px; display: grid; place-items: center; color: #fff; background: var(--cyan-dark); border: 2px solid var(--paper); border-radius: 50%; font-size: 10px; }
.avatar-stack span:nth-child(2) { background: var(--red); }.avatar-stack span:nth-child(3) { background: var(--ink); }

.hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: min(38vw, 570px); height: min(38vw, 570px); position: absolute; border-radius: 50%; background: var(--cyan-soft); }
.swiss-orbit { position: absolute; border: 1px solid rgba(22,138,166,.22); border-radius: 50%; }
.orbit-one { width: 82%; height: 82%; }.orbit-two { width: 62%; height: 62%; border-style: dashed; }
.cross { width: 215px; height: 215px; position: relative; z-index: 1; filter: drop-shadow(0 25px 30px rgba(232,76,79,.24)); transform: rotate(-5deg); }
.cross i, .cross b { position: absolute; display: block; background: var(--red); border-radius: 3px; }
.cross i { width: 72px; height: 215px; left: 71px; }.cross b { width: 215px; height: 72px; top: 71px; }
.route-card, .hero-note { position: absolute; z-index: 2; background: rgba(255,255,255,.93); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.route-card { width: 290px; padding: 25px; left: -5%; bottom: 13%; }
.route-label { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.route { margin: 16px 0 11px; display: flex; align-items: center; font-weight: 700; }
.route i { height: 1px; flex: 1; margin: 0 13px; background: repeating-linear-gradient(90deg,var(--cyan-dark) 0 4px,transparent 4px 8px); position: relative; }
.route i::after { content: "→"; position: absolute; right: -2px; top: -9px; color: var(--cyan-dark); }
.route b { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; }
.route-card p { margin: 0; color: var(--muted); font-size: 11px; }
.hero-note { padding: 14px 18px; right: -7%; top: 21%; display: flex; align-items: center; gap: 12px; }
.hero-note > span { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: var(--cyan-dark); border-radius: 50%; }
.hero-note p { margin: 0; font-size: 10px; color: var(--muted); line-height: 1.5; }.hero-note strong { color: var(--ink); }

.proof-strip { padding: 0 clamp(24px, 5vw, 76px); min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-strip p { margin: 0; padding: 15px 4vw; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.proof-strip p:last-child { border-right: 1px solid var(--line); }.proof-strip span { margin-right: 13px; color: var(--cyan-dark); font-size: 9px; }
.section { padding: 120px clamp(24px, 7vw, 108px); }
.intro { max-width: 1500px; margin: auto; }
.intro-grid { margin-top: 33px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; }
.intro h2, .journey h2, .calculator h2, .lead-aside h2 { margin: 0; font-size: clamp(42px, 5vw, 75px); }
.intro-copy { color: var(--muted); font-size: 17px; line-height: 1.8; }
.intro-copy p:first-child { margin-top: 0; }

.services { max-width: 1500px; margin: auto; padding-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.service-grid-all { align-items: stretch; }
.service-grid-all .service-card { min-height: 545px; }
.service-card { min-height: 590px; padding: 40px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); position: relative; transition: transform .3s, box-shadow .3s; }
.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--cyan-soft); }.service-card.dark { color: #fff; background: var(--ink); }
.service-number { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.service-icon { width: 55px; height: 55px; margin: 56px 0 25px; display: grid; place-items: center; color: #fff; background: var(--cyan-dark); border-radius: 50%; font-size: 20px; }
.featured .service-icon { background: var(--red); }.dark .service-icon { color: var(--ink); background: #fff; }
.service-card h3 { margin: 0 0 18px; font: 600 clamp(29px, 2.8vw, 42px)/1.07 Manrope, sans-serif; letter-spacing: -.04em; }
.service-card p { min-height: 78px; color: var(--muted); line-height: 1.65; }.dark p { color: #aeb8bd; }
.service-card ul { margin: 20px 0 0; padding: 20px 0; list-style: none; border-top: 1px solid var(--line); }
.service-card li { margin: 12px 0; font-size: 13px; }.service-card li::before { content: "✓"; margin-right: 11px; color: var(--cyan-dark); }.dark li::before { color: var(--cyan); }
.card-link { margin-top: auto; padding: 16px 0 4px; text-align: left; border: 0; border-top: 1px solid var(--line); background: transparent; font-weight: 700; font-size: 12px; cursor: pointer; }.card-link span { float: right; }

.journey { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12vw; color: #fff; background: var(--cyan-dark); }
.journey .section-kicker { color: var(--cyan-soft); }.journey h2 em { color: #fff; }.journey-copy > p:not(.section-kicker) { max-width: 490px; margin: 30px 0; color: #d6f0f6; line-height: 1.7; }
.button-light { color: var(--ink); background: #fff; }
.journey-steps { margin: 0; padding: 0; list-style: none; }
.journey-steps li { padding: 28px 0; display: grid; grid-template-columns: 60px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.25); }
.journey-steps > li > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 12px; }
.journey-steps h3 { margin: 0 0 7px; font-size: 18px; }.journey-steps p { margin: 0; color: #d6f0f6; font-size: 13px; line-height: 1.6; }

.calculator { max-width: 1500px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.calculator-copy > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.7; }.calculator h2 { margin: 20px 0 30px; }
.calculator-card { padding: clamp(28px, 4vw, 55px); background: #fff; box-shadow: var(--shadow); }
.calculator-card > label { margin: 0 0 12px; display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }.calculator-card output { color: var(--cyan-dark); }
input[type="range"] { width: 100%; margin: 8px 0 31px; accent-color: var(--cyan-dark); }
select, input[type="text"], input[type="email"], input[type="tel"], input[type="number"] { width: 100%; min-height: 52px; padding: 0 15px; color: var(--ink); background: #fff; border: 1px solid #ccd3d5; border-radius: 0; outline: 0; }
select:focus, input:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(22,138,166,.1); }
.estimate { margin: 27px 0; padding: 24px; background: var(--cyan-soft); }
.estimate span, .estimate small { display: block; color: var(--muted); font-size: 11px; }.estimate strong { display: block; margin: 8px 0; color: var(--cyan-dark); font: 700 35px Manrope, sans-serif; }

.lead-section { padding: 100px clamp(20px, 5vw, 80px); color: #fff; background: var(--ink); }
.lead-shell { max-width: 1400px; margin: auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.lead-aside { position: sticky; top: 150px; }.lead-aside .section-kicker { color: var(--cyan); }.lead-aside h2 { margin: 24px 0 28px; }.lead-aside h2 em { color: var(--cyan); }.lead-aside > p:not(.section-kicker) { color: #aeb8bd; line-height: 1.75; }
.privacy-note { margin-top: 45px; padding-top: 25px; display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.15); }.privacy-note > span { font-size: 27px; color: var(--cyan); }.privacy-note p { margin: 0; color: #aeb8bd; font-size: 11px; line-height: 1.6; }.privacy-note strong { color: #fff; }
.lead-form-wrap { min-height: 680px; padding: clamp(26px, 4vw, 58px); color: var(--ink); background: #fff; }
.form-progress { display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.form-progress > div { height: 2px; background: #e6e9ea; }.form-progress i { width: 25%; height: 100%; display: block; background: var(--cyan-dark); transition: width .35s; }
.form-step { display: none; padding: 48px 0 25px; }.form-step.active { display: block; animation: stepIn .4s ease; }.form-step h3 { margin: 7px 0 8px; font: 600 clamp(27px, 3vw, 39px)/1.15 Manrope, sans-serif; letter-spacing: -.035em; }.form-eyebrow { color: var(--cyan-dark); font-size: 10px; font-weight: 700; letter-spacing: .15em; }.form-hint { color: var(--muted); font-size: 12px; }
.choice-grid { margin-top: 29px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-card { min-height: 138px; padding: 18px; display: flex; flex-direction: column; border: 1px solid #dce1e2; cursor: pointer; position: relative; transition: border .2s, background .2s; }.choice-card:hover { border-color: var(--cyan-dark); }.choice-card:has(input:checked) { border-color: var(--cyan-dark); background: var(--cyan-soft); }.choice-card input { position: absolute; opacity: 0; }.choice-card > i { display: none; position: absolute; right: 12px; top: 12px; font-style: normal; color: var(--cyan-dark); }.choice-card:has(input:checked) > i { display: block; }.choice-icon { font-size: 20px; color: var(--cyan-dark); }.choice-card strong { margin: auto 0 4px; font-size: 13px; }.choice-card small { color: var(--muted); font-size: 10px; }
.form-actions { padding-top: 22px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e5e8e9; }.back-button { padding: 12px 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }.back-button[hidden] { visibility: hidden; display: block; }.form-actions #submit-button { display: none; }
.field-group { margin: 32px 0 26px; }.field-group > label, .form-step > label, .split-fields > label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }.option-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }.option-row input { position: absolute; opacity: 0; }.option-row span { min-height: 50px; padding: 0 12px; display: grid; place-items: center; border: 1px solid #dce1e2; font-size: 12px; cursor: pointer; }.option-row label:has(input:checked) span { color: var(--cyan-dark); border-color: var(--cyan-dark); background: var(--cyan-soft); }
.split-fields { display: grid; grid-template-columns: 1fr 1.5fr; gap: 13px; }.input-prefix, .phone-field { display: flex; }.input-prefix span { width: 58px; display: grid; place-items: center; color: var(--muted); background: #f2f4f4; border: 1px solid #ccd3d5; border-right: 0; font-size: 11px; }.phone-field select { width: 115px; border-right: 0; }
.form-step > label, .split-fields > label { margin-top: 18px; }.field-error { min-height: 16px; color: #bb2528; font-size: 11px; }.result-card { margin-top: 26px; padding: 30px; background: var(--cyan-soft); border-left: 3px solid var(--cyan-dark); }.result-card > span { color: var(--cyan-dark); font-size: 9px; font-weight: 700; letter-spacing: .14em; }.result-card h4 { margin: 15px 0 8px; font: 700 23px Manrope, sans-serif; }.result-card p { color: var(--muted); line-height: 1.6; }.result-card ul { padding: 0; list-style: none; font-size: 12px; }.result-card li { margin: 10px 0; }.result-card li::before { content: "✓"; margin-right: 10px; color: var(--cyan-dark); }.result-disclaimer { color: var(--muted); font-size: 10px; line-height: 1.5; }
.consent { display: flex !important; gap: 11px; align-items: flex-start; color: var(--muted); font-weight: 400 !important; line-height: 1.5; }.consent input { margin-top: 3px; accent-color: var(--cyan-dark); }.consent a { color: var(--cyan-dark); text-decoration: underline; }

.consent-banner{position:fixed;left:clamp(16px,3vw,42px);right:clamp(16px,3vw,42px);bottom:clamp(16px,3vw,32px);z-index:1000;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;padding:28px 32px;color:var(--ink);background:#fff;border:1px solid var(--line);box-shadow:0 20px 70px rgba(14,31,41,.24)}.consent-banner[hidden],.consent-preferences[hidden]{display:none}.consent-banner h2,.consent-preferences h2{margin:6px 0 10px;font:600 clamp(24px,3vw,36px)/1.1 Manrope}.consent-banner p{max-width:850px;margin:0 0 8px;color:var(--muted);line-height:1.55}.consent-banner a{color:var(--cyan-dark);font-size:12px}.consent-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;max-width:410px}.consent-actions .button{white-space:nowrap}.consent-secondary{color:var(--ink);background:#fff;border:1px solid var(--line)}.consent-link-button,.footer-link-button{padding:8px 0;color:inherit;background:none;border:0;text-align:left;text-decoration:underline;cursor:pointer}.consent-link-button{width:100%;text-align:right;color:var(--muted);font-size:12px}.footer-link-button{color:#9ca8ae;font:inherit;text-decoration:none}.consent-preferences{position:fixed;inset:0;z-index:1001;display:grid;place-items:center;padding:20px;background:rgba(12,22,28,.58)}.consent-preferences-card{width:min(680px,100%);max-height:90vh;position:relative;overflow:auto;padding:clamp(26px,5vw,50px);background:#fff;box-shadow:0 24px 90px rgba(0,0,0,.28)}.consent-preferences-card>p{color:var(--muted);line-height:1.6}.consent-close{position:absolute;right:18px;top:15px;width:38px;height:38px;border:1px solid var(--line);background:#fff;font-size:24px;cursor:pointer}.consent-category{min-height:82px;padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line)}.consent-category strong,.consent-category small{display:block}.consent-category small{max-width:470px;margin-top:5px;color:var(--muted);line-height:1.45}.consent-category>span{color:var(--cyan-dark);font-size:11px;font-weight:700;white-space:nowrap}.consent-category input{width:44px;height:24px;accent-color:var(--cyan-dark)}.consent-preferences-actions{display:flex;gap:10px;margin-top:24px}.consent-open{overflow:hidden}@media(max-width:760px){.consent-banner{grid-template-columns:1fr;padding:22px;gap:18px}.consent-actions{justify-content:stretch;max-width:none}.consent-actions .button{flex:1}.consent-link-button{text-align:left}.consent-preferences-actions{flex-direction:column}.consent-category{align-items:flex-start}}
.success-step { padding: 80px 4vw; text-align: center; }.success-icon { width: 74px; height: 74px; margin: 0 auto 27px; display: grid; place-items: center; color: #fff; background: var(--cyan-dark); border-radius: 50%; font-size: 30px; }.success-step > p:not(.form-eyebrow) { max-width: 480px; margin: 20px auto; color: var(--muted); line-height: 1.7; }.success-ref { margin-top: 35px; color: var(--muted); font-size: 10px; letter-spacing: .1em; }.success-ref strong { color: var(--ink); }

footer { padding: 70px clamp(24px, 7vw, 108px) 25px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 6vw; color: #fff; background: #10191f; }
.brand.inverse small { color: #fff; }.footer-brand p { margin-top: 24px; color: #8d9aa2; font-size: 12px; line-height: 1.7; }footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; font-size: 11px; }footer > div > strong { margin-bottom: 8px; color: var(--cyan); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }footer a:not(.brand) { color: #aab3b9; }footer a:hover { color: #fff; }.copyright { grid-column: 1/-1; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #6e7c85; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s, transform .7s; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .15s; }

/* Service content pages: static, semantic and fully indexable. */
.service-page { background: var(--paper); }
.service-hero { min-height: 680px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 8vw; overflow: hidden; }
.service-hero h1 { margin: 25px 0; font-size: clamp(52px, 6vw, 94px); }
.service-hero-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.service-hero .button { margin-top: 24px; }
.service-hero-art { min-height: 480px; position: relative; display: grid; place-items: center; }
.service-hero-art::before { content: ""; width: 430px; height: 430px; position: absolute; background: var(--cyan-soft); border-radius: 50%; }
.service-hero-art > span { width: 170px; height: 170px; z-index: 2; display: grid; place-items: center; color: #fff; background: var(--cyan-dark); border-radius: 50%; font: 500 65px Manrope, sans-serif; box-shadow: var(--shadow); }
.service-hero-art i { width: 320px; height: 320px; position: absolute; border: 1px dashed var(--cyan-dark); border-radius: 50%; opacity: .45; }
.service-hero-art b { position: absolute; right: 3%; bottom: 12%; padding: 15px 20px; color: var(--red); background: #fff; box-shadow: var(--shadow); font: 700 12px Manrope, sans-serif; letter-spacing: .2em; }
.answer-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; color: #fff; background: var(--ink); }
.answer-section h2, .service-detail h2, .faq-section h2 { margin: 22px 0 0; font-size: clamp(39px, 4.5vw, 66px); }
.answer-section .section-kicker { color: var(--cyan); }.answer-section h2 em { color: var(--cyan); }
.answer-card { padding: clamp(28px, 4vw, 52px); background: #fff; color: var(--ink); border-top: 4px solid var(--cyan); }
.answer-card p { margin: 0 0 24px; font: 500 clamp(19px, 2vw, 26px)/1.6 Manrope, sans-serif; letter-spacing: -.025em; }
.answer-card small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.service-detail { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: start; }
.service-detail-intro > p:last-child { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.service-detail ul { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-detail li { padding: 20px 5px; display: flex; gap: 15px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }.service-detail li span { color: var(--cyan-dark); }
.service-process { background: #fff; }.service-process > .section-kicker { max-width: 1400px; margin: 0 auto 30px; }.process-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.process-grid article { min-height: 260px; padding: 35px; border: 1px solid var(--line); }.process-grid article + article { border-left: 0; }.process-grid article > span { color: var(--cyan-dark); font-size: 10px; letter-spacing: .15em; }.process-grid h3 { margin: 65px 0 12px; font: 600 23px Manrope, sans-serif; }.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-section { max-width: 1500px; margin: auto; display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 24px 4px; display: flex; justify-content: space-between; gap: 20px; font: 600 16px Manrope, sans-serif; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--cyan-dark); font-size: 21px; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -6px 50px 24px 4px; color: var(--muted); line-height: 1.7; }
.page-cta { padding: 95px 24px; text-align: center; color: #fff; background: var(--cyan-dark); }.page-cta p { font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.page-cta h2 { max-width: 850px; margin: 15px auto 35px; font-size: clamp(38px, 4vw, 62px); }
.legal-page { max-width: 980px; margin: auto; padding-top: 95px; }.legal-page h1 { font-size: clamp(50px, 6vw, 82px); }.legal-page h2 { margin-top: 45px; font-size: 28px; }.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }.legal-note { padding: 20px; background: var(--cyan-soft); border-left: 3px solid var(--cyan-dark); }
@keyframes stepIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .site-header nav { gap: 18px; }.hero { grid-template-columns: 1fr; padding-top: 75px; }.hero-visual { min-height: 520px; }.hero-visual::before { width: 500px; height: 500px; }.route-card { left: 10%; }.hero-note { right: 8%; }.proof-strip { grid-template-columns: 1fr 1fr; }.intro-grid, .calculator { grid-template-columns: 1fr; }.services { grid-template-columns: 1fr 1fr; }.service-card.dark { grid-column: 1/-1; }.journey, .lead-shell { gap: 7vw; }.choice-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .announcement { font-size: 8px; }.site-header { height: 72px; }.menu-toggle { width: 36px; height: 36px; display: grid; place-content: center; gap: 6px; }.menu-toggle span { width: 23px; height: 1px; display: block; background: var(--ink); }.site-header nav { position: fixed; inset: 72px 0 auto; padding: 35px 25px; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }.menu-open .site-header nav { display: flex; }.site-header nav a { padding: 9px; font-size: 16px; }.nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding-top: 65px; gap: 20px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }.text-link { text-align: center; }.hero-visual { min-height: 440px; }.hero-visual::before { width: 370px; height: 370px; }.cross { width: 160px; height: 160px; }.cross i { width: 54px; height: 160px; left: 53px; }.cross b { width: 160px; height: 54px; top: 53px; }.route-card { width: 245px; left: 0; bottom: 7%; }.hero-note { right: 0; top: 16%; }.proof-strip { grid-template-columns: 1fr; padding: 10px 24px; }.proof-strip p, .proof-strip p:last-child { padding: 14px; border: 0; border-bottom: 1px solid var(--line); }.section { padding: 85px 24px; }.intro-grid { gap: 30px; }.services { grid-template-columns: 1fr; padding-top: 0; }.service-card, .service-card.dark { min-height: 520px; grid-column: auto; }.journey { grid-template-columns: 1fr; }.journey-steps { margin-top: 35px; }.calculator-card { padding: 26px 20px; }.lead-section { padding: 75px 12px; }.lead-shell { grid-template-columns: 1fr; }.lead-aside { position: static; padding: 0 12px 20px; }.lead-form-wrap { min-height: 0; padding: 26px 18px; }.choice-grid { grid-template-columns: 1fr 1fr; }.choice-card { min-height: 125px; padding: 13px; }.option-row, .split-fields { grid-template-columns: 1fr; gap: 2px; }.form-progress { grid-template-columns: 90px 1fr; }.form-step { padding-top: 32px; }.form-actions .button { padding: 0 16px; gap: 10px; }footer { grid-template-columns: 1fr 1fr; }footer .footer-brand { grid-column: 1/-1; }
  .service-hero, .answer-section, .service-detail, .faq-section { grid-template-columns: 1fr; }.service-hero { padding-top: 65px; }.service-hero-art { min-height: 380px; }.service-hero-art::before { width: 330px; height: 330px; }.service-hero-art i { width: 250px; height: 250px; }.answer-section, .faq-section { gap: 45px; }.process-grid { grid-template-columns: 1fr; }.process-grid article + article { border-left: 1px solid var(--line); border-top: 0; }
}


.eeat-meta { max-width: 1400px; margin: 45px auto; padding: 45px 35px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-family: DM Sans, sans-serif; }
.eeat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.eeat-badge { display: flex; gap: 20px; align-items: flex-start; }
.eeat-icon { font-size: 32px; }
.eeat-badge strong { font: 700 16px Manrope, sans-serif; display: block; margin-bottom: 8px; }
.eeat-badge p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.eeat-details { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; font-size: 13px; }
.eeat-details div { display: flex; flex-direction: column; gap: 4px; }
.eeat-details span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; }
.eeat-details strong { font-weight: 600; color: var(--ink); }
.eeat-details small { color: var(--muted); font-size: 11px; }
.eeat-sources { margin-top: 35px; padding-top: 25px; border-top: 1px dashed var(--line); font-size: 13px; }
.eeat-sources span { font-weight: 700; display: block; margin-bottom: 12px; color: var(--ink); }
.eeat-sources ul { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 25px; }
.eeat-sources a { color: var(--cyan-dark); text-decoration: none; font-weight: 500; display: flex; align-items: center; gap: 4px; }
.eeat-sources a:hover { text-decoration: underline; }

@media (max-width: 760px) {
  .eeat-grid { grid-template-columns: 1fr; gap: 30px; }
  .eeat-details { grid-template-columns: 1fr; }
  .eeat-sources ul { flex-direction: column; gap: 12px; }
}

/* Via Alpine visual system — July 2026 */
:root {
  --ink: #142d34;
  --muted: #65716f;
  --paper: #f6f2e9;
  --white: #fffdfa;
  --cyan: #0cc0df;
  --cyan-dark: #087d92;
  --cyan-soft: #ddf6f8;
  --pine: #234b42;
  --pine-soft: #dce8e2;
  --red: #e54548;
  --stone: #737a78;
  --line: rgba(20, 45, 52, .14);
  --shadow: 0 28px 80px rgba(20, 45, 52, .16);
  --radius: 20px;
  --editorial: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

body {
  background:
    radial-gradient(circle at 10% 8%, rgba(12,192,223,.055), transparent 22rem),
    var(--paper);
}

.announcement {
  color: var(--ink);
  background: var(--cyan);
  font-weight: 700;
}

.site-header {
  background: rgba(246, 242, 233, .92);
  border-bottom-color: rgba(20, 45, 52, .1);
}

.brand { color: var(--ink); }
.brand-mark { color: transparent; background: var(--cyan); }
.brand-mark::after { background: var(--red); }
.site-header nav a:not(.nav-cta):hover { color: var(--cyan-dark); }
.nav-cta { color: var(--ink); background: var(--cyan); }

.button-primary {
  color: var(--ink);
  background: var(--cyan);
  box-shadow: 0 12px 26px rgba(12, 192, 223, .18);
}
.button-primary:hover { color: var(--ink); background: #08abc8; }
.button:focus-visible, .text-link:focus-visible, .card-link:focus-visible, .site-header a:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.eyebrow, .section-kicker { color: var(--cyan-dark); }
.eyebrow span { height: 3px; background: var(--cyan); }
h1 em, h2 em {
  color: var(--pine);
  font-family: var(--editorial);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.035em;
}

.hero {
  min-height: 760px;
  max-width: 1540px;
  padding: clamp(58px, 7vh, 92px) clamp(24px, 6vw, 92px) clamp(72px, 9vh, 112px);
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(45px, 6vw, 96px);
  overflow: visible;
}
.hero-copy { position: relative; z-index: 3; }
.hero-copy::before {
  content: "";
  width: 190px;
  height: 115px;
  position: absolute;
  left: -62px;
  top: -42px;
  z-index: -1;
  opacity: .34;
  background: repeating-radial-gradient(ellipse at 30% 70%, transparent 0 14px, rgba(12,192,223,.38) 15px 16px);
  transform: rotate(-13deg);
}
.hero h1 {
  max-width: 760px;
  margin: 27px 0 30px;
  font-size: clamp(55px, 5.7vw, 92px);
  line-height: .98;
}
.hero h1 em { display: block; margin-top: 8px; }
.hero-lead { max-width: 590px; color: #566461; }
.hero-actions { margin-top: 40px; }
.trust-symbol {
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font: 700 22px/1 Arial, sans-serif;
}

.hero-visual {
  min-height: 670px;
  margin: 0;
  position: relative;
  display: block;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: -1;
  background: var(--cyan);
  border-radius: 28px;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 28px;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 30, 35, .58));
}
.hero-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 52%;
  border-radius: 28px;
  box-shadow: 0 35px 90px rgba(20, 45, 52, .22);
}
.hero-visual .topography {
  width: 42%;
  height: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: .5;
  border-radius: 0 28px 0 100%;
  background: repeating-radial-gradient(ellipse at 100% 0, transparent 0 16px, rgba(255,255,255,.72) 17px 18px);
  mix-blend-mode: soft-light;
}
.hero-visual figcaption {
  max-width: 230px;
  position: absolute;
  right: 25px;
  bottom: 22px;
  z-index: 3;
  color: #fff;
  font: italic 17px/1.35 var(--editorial);
  text-align: right;
}
.route-card, .hero-note {
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 14px;
}
.route-card { left: -54px; bottom: 48px; }
.route i { background: repeating-linear-gradient(90deg,var(--cyan) 0 5px,transparent 5px 10px); }
.route i::after { color: var(--cyan-dark); }
.hero-note { right: -30px; top: 78px; }
.hero-note > span { color: var(--ink); background: var(--cyan); }

.proof-strip {
  max-width: 1540px;
  min-height: 124px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 76px);
  background: var(--white);
}
.proof-strip p {
  min-height: 74px;
  padding: 14px clamp(18px, 2.7vw, 42px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  column-gap: 12px;
}
.proof-strip p > span { grid-row: 1 / 3; align-self: start; margin-top: 4px; color: var(--cyan-dark); }
.proof-strip strong { color: var(--ink); font: 600 17px/1.2 Manrope, sans-serif; }
.proof-strip small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.intro { position: relative; }
.intro::after {
  content: "+";
  position: absolute;
  right: 7vw;
  bottom: 30px;
  color: var(--red);
  font: 700 45px/1 Arial, sans-serif;
}
.intro h2, .journey h2, .calculator h2, .lead-aside h2 { line-height: 1.03; }

.services {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-grid-all .service-card {
  min-height: 480px;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.service-card { box-shadow: 0 8px 26px rgba(20,45,52,.06); }
.service-card:hover { transform: translateY(-6px); }
.service-card.featured {
  background:
    repeating-radial-gradient(ellipse at 100% 0, transparent 0 23px, rgba(12,192,223,.16) 24px 25px),
    var(--cyan-soft);
}
.service-card.dark { color: #fff; background: var(--pine); }
.service-card-wide { grid-column: span 2; }
.service-card-wide h3 { max-width: 520px; font-size: clamp(38px, 4vw, 58px); }
.service-card-wide p { max-width: 650px; }
.service-card-top { display: flex; justify-content: space-between; align-items: center; }
.service-route { width: 74px; height: 1px; background: repeating-linear-gradient(90deg,var(--cyan-dark) 0 5px,transparent 5px 9px); }
.service-route::after { content: "→"; float: right; margin-top: -9px; color: var(--cyan-dark); }
.service-icon {
  margin: 45px 0 25px;
  color: var(--ink);
  background: var(--cyan);
  border-radius: 16px 16px 16px 3px;
}
.featured .service-icon { color: #fff; background: var(--red); }
.dark .service-icon { color: var(--ink); background: var(--cyan); }
.service-card li::before { color: var(--cyan-dark); }
.dark li::before { color: var(--cyan); }

.alpine-panorama {
  min-height: 680px;
  max-width: 1540px;
  margin: 85px auto 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 30px 30px 0 0;
  background: var(--pine);
}
.alpine-panorama > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}
.alpine-panorama-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12,31,35,.88) 0%, rgba(12,31,35,.62) 40%, rgba(12,31,35,.05) 74%),
    linear-gradient(180deg, transparent 54%, rgba(12,31,35,.55));
}
.alpine-panorama-copy {
  width: min(650px, 80%);
  position: absolute;
  left: clamp(28px, 7vw, 105px);
  bottom: clamp(55px, 8vw, 105px);
  z-index: 2;
  color: #fff;
}
.alpine-panorama .section-kicker { color: var(--cyan); }
.alpine-panorama h2 {
  margin: 20px 0 25px;
  font: 600 clamp(48px, 5.2vw, 78px)/1 Manrope, sans-serif;
  letter-spacing: -.055em;
}
.alpine-panorama h2 em { color: #fff; }
.alpine-panorama-copy > p:not(.section-kicker) { max-width: 560px; color: #e5efeb; font-size: 17px; line-height: 1.7; }
.panorama-route { max-width: 360px; margin-top: 34px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 13px; font-weight: 700; }
.panorama-route i { height: 2px; background: repeating-linear-gradient(90deg,var(--cyan) 0 7px,transparent 7px 12px); }
.panorama-route strong { width: 45px; height: 45px; display: grid; place-items: center; color: var(--ink); background: var(--cyan); border-radius: 50%; font-size: 12px; }
.panorama-route small { color: var(--cyan); font-size: 9px; letter-spacing: .16em; }
.alpine-panorama-caption { position: absolute; right: 28px; bottom: 24px; z-index: 2; margin: 0; color: rgba(255,255,255,.8); font: italic 14px var(--editorial); }

.journey {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--pine);
}
.journey::before {
  content: "";
  height: 92px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  background: #173b34;
  clip-path: polygon(0 56%, 8% 37%, 16% 64%, 27% 20%, 38% 57%, 49% 8%, 61% 56%, 72% 29%, 84% 65%, 93% 35%, 100% 54%, 100% 100%, 0 100%);
  opacity: .82;
}
.journey > * { position: relative; z-index: 1; }
.journey-contours {
  width: 560px;
  height: 560px;
  position: absolute;
  left: -180px;
  bottom: -250px;
  z-index: -1;
  opacity: .2;
  background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 20px, var(--cyan) 21px 22px);
  transform: rotate(-16deg);
}
.journey .section-kicker { color: var(--cyan); }
.journey h2 em { color: #fff; }
.journey-copy > p:not(.section-kicker) { color: #dce8e2; }
.journey-destination { max-width: 270px; margin: 35px 0 28px; display: flex; align-items: center; font-weight: 700; }
.journey-destination i { height: 2px; flex: 1; margin: 0 14px; background: repeating-linear-gradient(90deg,var(--cyan) 0 6px,transparent 6px 11px); }
.journey-destination strong { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: var(--cyan); border-radius: 50%; }
.button-light { color: var(--ink); background: var(--cyan); }
.journey-steps { position: relative; }
.journey-steps::before {
  content: "";
  width: 2px;
  position: absolute;
  left: 21px;
  top: 54px;
  bottom: 54px;
  background: linear-gradient(var(--cyan), rgba(12,192,223,.15));
}
.journey-steps li { padding: 24px 0; border-bottom-color: rgba(255,255,255,.18); position: relative; }
.journey-steps > li > span {
  z-index: 1;
  color: var(--ink);
  background: var(--cyan);
  border: 4px solid var(--pine);
}
.journey-steps small { display: block; margin-bottom: 6px; color: var(--cyan); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.journey-steps p { color: #dce8e2; }

.calculator {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1400px) / 2));
  padding-right: max(24px, calc((100vw - 1400px) / 2));
  background: linear-gradient(135deg, var(--paper), var(--pine-soft));
}
.calculator-copy { position: relative; }
.canton-mark { width: 220px; margin-bottom: 48px; display: flex; align-items: center; color: var(--muted); }
.canton-mark span { width: 54px; height: 54px; display: grid; place-items: center; color: var(--ink); background: var(--cyan); border-radius: 50%; font-weight: 700; }
.canton-mark i { height: 1px; flex: 1; background: repeating-linear-gradient(90deg,var(--cyan-dark) 0 5px,transparent 5px 9px); }
.canton-mark b { margin-left: 10px; font-size: 9px; letter-spacing: .1em; }
.calculator-card {
  border: 1px solid rgba(20,45,52,.08);
  border-top: 6px solid var(--cyan);
  border-radius: var(--radius);
}
input[type="range"] { accent-color: var(--cyan-dark); }
select, input[type="text"], input[type="email"], input[type="tel"], input[type="number"] { border-radius: 8px; background: #fff; }
.estimate { border-radius: 12px; background: var(--cyan-soft); }

.lead-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(12,192,223,.12), transparent 21rem),
    var(--ink);
}
.lead-section::after {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  left: -220px;
  bottom: -230px;
  opacity: .15;
  background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 17px, var(--cyan) 18px 19px);
  transform: rotate(20deg);
}
.lead-shell { position: relative; z-index: 1; }
.lead-aside .section-kicker, .lead-aside h2 em { color: var(--cyan); }
.next-steps {
  margin-top: 36px;
  padding: 22px;
  display: flex;
  gap: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
}
.next-steps-mark { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ink); background: var(--cyan); border-radius: 50%; font-weight: 800; }
.next-steps strong { display: block; margin-bottom: 7px; }
.next-steps p { margin: 0; color: #aeb8bd; font-size: 12px; line-height: 1.55; }
.lead-form-wrap { border-radius: var(--radius); border-top: 6px solid var(--cyan); }
.choice-card, .option-row span { border-radius: 10px; }
.choice-card:has(input:checked), .option-row label:has(input:checked) span { color: var(--ink); border-color: var(--cyan-dark); background: var(--cyan-soft); }
.choice-icon { color: var(--cyan-dark); }

footer { position: relative; background: #10262b; }
footer::before {
  content: "";
  height: 96px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: .48;
  background: var(--pine);
  clip-path: polygon(0 65%, 7% 42%, 13% 67%, 23% 30%, 31% 62%, 42% 12%, 54% 67%, 64% 38%, 74% 70%, 85% 24%, 93% 61%, 100% 39%, 100% 100%, 0 100%);
}
footer > * { position: relative; z-index: 1; }
footer > div > strong { color: var(--cyan); }

.service-hero { position: relative; }
.service-hero-art { min-height: 540px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, var(--cyan-soft), var(--pine-soft)); }
.service-hero-art::before { display: none; }
.service-topography { position: absolute; inset: -10%; opacity: .33; background: repeating-radial-gradient(ellipse at 82% 23%, transparent 0 19px, var(--cyan-dark) 20px 21px); transform: rotate(-12deg); }
.service-hero-art .mountain { position: absolute; left: -6%; right: -6%; bottom: 0; transform-origin: bottom; }
.mountain-back { height: 56%; opacity: .5; background: #91aaa3; clip-path: polygon(0 100%, 0 72%, 17% 43%, 29% 66%, 48% 14%, 62% 59%, 76% 31%, 100% 72%, 100% 100%); }
.mountain-front { height: 43%; background: var(--pine); clip-path: polygon(0 100%, 0 74%, 13% 50%, 24% 71%, 39% 31%, 53% 68%, 68% 42%, 82% 74%, 100% 48%, 100% 100%); }
.service-hero-art > span { width: 126px; height: 126px; position: relative; z-index: 3; color: var(--ink); background: var(--cyan); border-radius: 24px 24px 24px 5px; font-size: 50px; }
.service-hero-art > i, .service-hero-art > b { display: none; }
.service-art-route { width: 240px; padding: 17px 18px; position: absolute; left: 28px; bottom: 30px; z-index: 3; display: flex; align-items: center; color: #fff; background: rgba(16,38,43,.88); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; }
.service-art-route i { height: 1px; flex: 1; margin: 0 13px; background: repeating-linear-gradient(90deg,var(--cyan) 0 5px,transparent 5px 9px); }
.service-art-route b { width: 39px; height: 39px; display: grid; place-items: center; color: var(--ink); background: var(--cyan); border-radius: 50%; font-size: 11px; }
.answer-section { background: var(--pine); }
.answer-section .section-kicker, .answer-section h2 em { color: var(--cyan); }
.answer-card { border-top-color: var(--cyan); border-radius: var(--radius); }
.page-cta { background: var(--pine); }

@media (max-width: 1020px) {
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 680px; }
  .route-card { left: 30px; }
  .hero-note { right: 30px; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding-top: 14px; padding-bottom: 14px; }
  .proof-strip p { border-bottom: 1px solid var(--line); }
  .service-card-wide { grid-column: span 2; }
  .calculator { padding-left: 7vw; padding-right: 7vw; }
}

@media (max-width: 760px) {
  .site-header nav { background: var(--paper); }
  .nav-cta { color: var(--ink); }
  .hero { padding-top: 52px; padding-bottom: 70px; gap: 48px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero h1 em { margin-top: 4px; }
  .hero-actions { margin-top: 32px; }
  .hero-visual { min-height: 540px; }
  .hero-visual::before { width: calc(100% + 10px); height: calc(100% + 10px); left: 9px; top: 9px; }
  .hero-visual > img { object-position: 49% 52%; }
  .hero-visual figcaption { max-width: 180px; right: 15px; bottom: 14px; font-size: 14px; }
  .route-card { width: 230px; left: 12px; bottom: 26px; padding: 18px; }
  .hero-note { right: 12px; top: 16px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip p, .proof-strip p:last-child { min-height: 72px; border-bottom: 1px solid var(--line); }
  .intro::after { display: none; }
  .service-card-wide { grid-column: auto; }
  .service-grid-all .service-card { min-height: 470px; }
  .service-card-wide h3 { font-size: 38px; }
  .alpine-panorama { min-height: 700px; margin-top: 45px; border-radius: 22px 22px 0 0; }
  .alpine-panorama > img { object-position: 42% center; }
  .alpine-panorama-shade { background: linear-gradient(180deg, rgba(12,31,35,.06) 20%, rgba(12,31,35,.9) 78%); }
  .alpine-panorama-copy { width: auto; left: 24px; right: 24px; bottom: 58px; }
  .alpine-panorama h2 { font-size: 47px; }
  .alpine-panorama-copy > p:not(.section-kicker) { font-size: 15px; }
  .alpine-panorama-caption { display: none; }
  .journey { gap: 50px; }
  .journey-destination { margin-bottom: 30px; }
  .calculator { padding-left: 24px; padding-right: 24px; }
  .canton-mark { margin-bottom: 34px; }
  .next-steps { margin-top: 28px; }
  .lead-form-wrap { border-radius: 16px; }
  footer { padding-top: 85px; }
  .service-hero-art { min-height: 420px; }
  .service-hero-art > span { width: 104px; height: 104px; font-size: 42px; }
}

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

/* Branded mountain artwork supplied by Via */
.home-art-hero {
  min-height: 760px;
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
}
.home-art-hero .hero-copy {
  max-width: 625px;
  min-height: 620px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-art-hero .hero-copy::before { opacity: .18; }
.home-art-hero .hero-home-art {
  min-height: 0;
  margin: 0;
  position: absolute;
  inset: 28px 18px 36px;
  z-index: 0;
  overflow: hidden;
  border-radius: 30px;
}
.home-art-hero .hero-home-art::before { display: none; }
.home-art-hero .hero-home-art::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(246,242,233,.28), transparent 48%);
}
.home-art-hero .hero-home-art > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  box-shadow: none;
}
.home-art-hero h1 { max-width: 620px; font-size: clamp(54px, 5.3vw, 84px); }
.home-art-hero .hero-lead { max-width: 540px; color: #425552; }
.home-art-hero .trust-row { margin-top: 36px; }

.brand-logo {
  width: 128px;
  height: 62px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.site-header .brand { min-width: 128px; overflow: hidden; }
footer .brand-logo { width: 142px; height: 70px; }

.service-hero-art-photo { background: #f7f7f7; }
.service-hero-art-photo > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }

@media (max-width: 1020px) {
  .home-art-hero .hero-copy { max-width: 570px; }
  .home-art-hero .hero-home-art { inset: 28px 12px 36px; }
}

@media (max-width: 760px) {
  .home-art-hero { min-height: 0; display: flex; flex-direction: column; overflow: visible; }
  .home-art-hero .hero-copy { min-height: 0; order: 1; }
  .home-art-hero .hero-home-art { width: 100%; min-height: 330px; margin-top: 35px; order: 2; position: relative; inset: auto; border-radius: 22px; }
  .home-art-hero .hero-home-art::after { display: none; }
  .home-art-hero .hero-home-art > img { object-fit: cover; object-position: 56% center; border-radius: 22px; }
  .home-art-hero h1 { font-size: clamp(48px, 13vw, 64px); }
  .service-hero-art-photo > img { object-position: 59% center; }
  .brand-logo { width: 105px; height: 51px; }
  .site-header .brand { min-width: 105px; }
}

/* Calm, human service experience — Feather-inspired Via refresh */
.announcement {
  height: 30px;
  background: var(--cyan-soft);
  color: var(--pine);
  border-bottom: 1px solid rgba(20, 45, 52, .08);
  font-size: 10px;
  letter-spacing: .1em;
}

.site-header {
  height: 80px;
  padding-inline: max(24px, calc((100vw - 1400px) / 2));
  background: rgba(255, 253, 250, .94);
}
.site-header nav { gap: clamp(24px, 3vw, 46px); }
.site-header nav a { color: #31464a; font-size: 14px; font-weight: 500; }
.nav-cta {
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: var(--ink) !important;
  font-weight: 700 !important;
}

.feather-home-hero {
  min-height: 710px;
  max-width: 1400px;
  padding: clamp(64px, 7vw, 98px) 24px clamp(76px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  overflow: visible;
}
.feather-home-hero .hero-copy {
  max-width: 590px;
  min-height: 0;
  display: block;
}
.feather-home-hero .hero-copy::before { display: none; }
.feather-home-hero h1 {
  max-width: 610px;
  margin: 24px 0 28px;
  font-size: clamp(58px, 5.5vw, 82px);
  line-height: .99;
}
.feather-home-hero h1 em { display: block; margin-top: 4px; }
.feather-home-hero .hero-lead {
  max-width: 565px;
  color: #566663;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.65;
}
.feather-home-hero .hero-actions { margin-top: 34px; gap: 26px; }
.feather-home-hero .button { min-height: 54px; padding-inline: 24px; border-radius: 10px; }
.feather-home-hero .text-link { border: 0; color: var(--pine); }
.hero-assurance {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--muted);
  font-size: 12px;
}
.hero-assurance span::first-letter { color: var(--cyan-dark); }

.feather-home-hero .hero-home-art {
  width: 100%;
  min-height: 620px;
  margin: 0;
  position: relative;
  inset: auto;
  overflow: visible;
  border-radius: 24px;
}
.feather-home-hero .hero-home-art::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 13px;
  top: 13px;
  z-index: -1;
  border-radius: 24px;
  background: var(--cyan);
}
.feather-home-hero .hero-home-art::after {
  display: block;
  border-radius: 24px;
  background: linear-gradient(180deg, transparent 66%, rgba(12, 31, 35, .24));
}
.feather-home-hero .hero-home-art > img {
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(20, 45, 52, .13);
}
.feather-home-hero .arrival-card {
  max-width: none;
  margin: 0;
  padding: 13px 16px;
  position: absolute;
  left: 22px;
  right: auto;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--ink);
  background: rgba(255, 253, 250, .94);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 12px;
  box-shadow: 0 12px 38px rgba(20, 45, 52, .18);
  backdrop-filter: blur(10px);
  font: 500 12px/1.3 "DM Sans", sans-serif;
  text-align: left;
}
.arrival-card b { font-weight: 600; }
.arrival-route { min-width: 102px; display: flex; align-items: center; gap: 8px; }
.arrival-route small { font-size: 9px; font-weight: 700; }
.arrival-route i { height: 1px; flex: 1; background: repeating-linear-gradient(90deg, var(--cyan-dark) 0 4px, transparent 4px 8px); }
.arrival-route strong { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 9px; }

.proof-strip {
  width: calc(100% - 48px);
  max-width: 1400px;
  min-height: 104px;
  margin: 0 auto;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(20, 45, 52, .1);
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(20, 45, 52, .05);
}
.proof-strip p {
  min-height: 102px;
  padding: 20px clamp(24px, 3vw, 44px);
  border: 0;
  border-right: 1px solid var(--line);
}
.proof-strip p:last-child { border-right: 0; }
.proof-strip strong { font-size: 16px; }

.intro { padding-top: clamp(110px, 10vw, 155px); padding-bottom: 72px; }
.intro::after { display: none; }
.intro-grid { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .65fr); align-items: end; gap: clamp(50px, 9vw, 130px); }
.intro h2 { max-width: 820px; font-size: clamp(45px, 4.8vw, 70px); }
.intro-copy { font-size: 17px; }
.intro-copy .text-link { display: inline-flex; margin-top: 14px; color: var(--pine); font-size: 13px; }

.service-groups {
  max-width: 1400px;
  padding-top: 0;
  padding-bottom: clamp(110px, 11vw, 155px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-group {
  min-height: 480px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(20, 45, 52, .1);
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(20, 45, 52, .045);
}
.service-group:nth-child(2) { background: var(--cyan-soft); }
.service-group:nth-child(3) { background: #eef1ec; }
.service-group-head > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--cyan-dark);
  border: 1px solid rgba(8, 125, 146, .25);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}
.service-group-head h3 {
  margin: 38px 0 13px;
  font: 600 clamp(31px, 2.7vw, 42px)/1.08 Manrope, sans-serif;
  letter-spacing: -.045em;
}
.service-group-head p { min-height: 76px; margin: 0; color: var(--muted); line-height: 1.6; }
.service-group-links { margin-top: auto; padding-top: 28px; }
.service-group-links a {
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--line);
  transition: color .2s, transform .2s;
}
.service-group-links a:hover { color: var(--cyan-dark); transform: translateX(3px); }
.service-group-links .service-icon {
  width: 36px;
  height: 36px;
  margin: 0;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(20, 45, 52, .1);
  border-radius: 10px;
  font-size: 14px;
}
.service-group-links strong { font-size: 13px; font-weight: 600; }
.service-group-links i { color: var(--cyan-dark); font-style: normal; }

.alpine-panorama { margin-top: 0; border-radius: 26px; }

.lead-section {
  color: var(--ink);
  background: var(--cyan-soft);
}
.lead-section::after { opacity: .07; }
.lead-aside .section-kicker { color: var(--cyan-dark); }
.lead-aside h2 em { color: var(--pine); }
.lead-aside > p:not(.section-kicker) { color: var(--muted); }
.next-steps { background: rgba(255, 255, 255, .6); border-color: rgba(20, 45, 52, .1); }
.next-steps strong { color: var(--ink); }
.next-steps p { color: var(--muted); }
.privacy-note { border-top-color: rgba(20, 45, 52, .14); }
.privacy-note p { color: var(--muted); }
.privacy-note strong { color: var(--ink); }
.lead-form-wrap { box-shadow: 0 22px 65px rgba(20, 45, 52, .1); }

@media (max-width: 1020px) {
  .feather-home-hero { grid-template-columns: 1fr; padding-inline: 7vw; }
  .feather-home-hero .hero-copy { max-width: 760px; }
  .feather-home-hero .hero-home-art { min-height: 650px; }
  .service-groups { grid-template-columns: 1fr; }
  .service-group { min-height: 0; }
  .service-group-head p { min-height: 0; }
  .service-group-links { margin-top: 30px; }
}

@media (max-width: 760px) {
  .announcement { padding: 0 16px; text-align: center; letter-spacing: .055em; }
  .site-header { height: 72px; padding-inline: 20px; }
  .site-header nav { background: var(--white); }
  .site-header nav a { font-size: 16px; }
  .nav-cta { justify-content: center; margin-top: 8px; }
  .feather-home-hero { padding: 50px 20px 72px; gap: 46px; }
  .feather-home-hero h1 { font-size: clamp(47px, 13vw, 62px); }
  .feather-home-hero .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .feather-home-hero .button { width: 100%; }
  .feather-home-hero .text-link { padding-left: 2px; }
  .hero-assurance { flex-direction: column; }
  .feather-home-hero .hero-home-art { min-height: 450px; border-radius: 20px; }
  .feather-home-hero .hero-home-art::before { left: 8px; top: 8px; border-radius: 20px; }
  .feather-home-hero .hero-home-art::after,
  .feather-home-hero .hero-home-art > img { border-radius: 20px; }
  .feather-home-hero .hero-home-art > img { object-position: 58% center; }
  .feather-home-hero .arrival-card { left: 12px; right: 12px; bottom: 12px; justify-content: space-between; }
  .proof-strip { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .proof-strip p,
  .proof-strip p:last-child { min-height: 86px; border: 0; border-bottom: 1px solid var(--line); }
  .proof-strip p:last-child { border-bottom: 0; }
  .intro { padding-top: 100px; padding-bottom: 52px; }
  .intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro h2 { font-size: 44px; }
  .service-groups { padding-top: 0; padding-bottom: 100px; gap: 14px; }
  .service-group { padding: 25px; border-radius: 17px; }
  .service-group-head h3 { margin-top: 28px; }
  .service-group-links a { min-height: 62px; }
  .alpine-panorama { margin-inline: 12px; border-radius: 22px; }
  .lead-section { padding-top: 82px; }
}
