:root {
  --ink: #12231f;
  --ink-soft: #234239;
  --moss: #456a57;
  --mist: #e7eee8;
  --paper: #f8f6ef;
  --cream: #f1ecdf;
  --coral: #e07958;
  --sand: #d7cbb5;
  --white: #fffefb;
  --line: rgba(18, 35, 31, .16);
  --line-light: rgba(255, 255, 255, .24);
  --shadow: 0 20px 60px rgba(18, 35, 31, .13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); background: var(--ink); color: white; padding: 10px 14px; z-index: 9999; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248, 246, 239, .92); backdrop-filter: blur(13px); border-bottom: 1px solid transparent; transition: border-color .2s ease; }
.site-header.scrolled { border-color: var(--line); }
.header-inner { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; white-space: nowrap; }
.wordmark > span:last-child > span { color: var(--moss); }
.wordmark-mark { width: 29px; height: 29px; display: grid; place-items: center; background: var(--ink); color: var(--paper); border-radius: 50% 50% 48% 46%; font-family: var(--serif); font-size: 18px; }
.main-nav { display: flex; gap: 28px; margin-left: auto; }
.main-nav a, .site-footer a { text-decoration: none; font-size: 14px; font-weight: 500; }
.main-nav a:hover, .site-footer a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.button { border: 1px solid transparent; min-height: 46px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; text-decoration: none; font-weight: 700; font-size: 14px; transition: transform .16s ease, background .16s ease, border-color .16s ease, color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter-chip:focus-visible, .card-button:focus-visible, .icon-button:focus-visible, .price-option:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.button-primary { background: var(--coral); color: var(--white); box-shadow: 0 8px 0 rgba(176, 76, 42, .16); }
.button-primary:hover { background: #cb6748; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ink-soft); }
.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--paper); }
.button-quiet { background: transparent; border-color: rgba(18, 35, 31, .32); color: var(--ink); }
.button-quiet:hover { border-color: var(--ink); background: rgba(255,255,255,.5); }
.button-light { background: var(--paper); color: var(--ink); }
.button-small { min-height: 38px; padding: 7px 13px; font-size: 13px; }
.button-full { width: 100%; }
.hero { overflow: hidden; background: var(--paper); padding: 72px 0 82px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; gap: clamp(44px, 8vw, 120px); }
.hero-copy { padding-top: 14px; }
.eyebrow { margin: 0 0 16px; color: var(--moss); font-family: var(--mono); font-size: 11px; letter-spacing: .085em; text-transform: uppercase; font-weight: 500; }
.dot { display: inline-block; width: 7px; height: 7px; background: var(--coral); border-radius: 50%; margin-right: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; margin-bottom: 26px; }
h1 em { font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; color: var(--moss); }
.hero-intro { max-width: 570px; color: #456058; font-size: 19px; line-height: 1.5; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; column-gap: 10px; row-gap: 4px; color: #597168; font-size: 12px; margin-top: 34px; font-family: var(--mono); }
.hero-proof i { display: inline-block; height: 3px; width: 3px; background: var(--coral); border-radius: 50%; }
.hero-panel { background: var(--ink); color: var(--paper); padding: 23px; align-self: center; box-shadow: var(--shadow); transform: rotate(1.2deg); min-height: 454px; display: flex; flex-direction: column; }
.panel-topline, .panel-footer { display: flex; justify-content: space-between; align-items: center; color: #b1c7b9; font-family: var(--mono); font-size: 10px; letter-spacing: .09em; }
.panel-topline { border-bottom: 1px solid var(--line-light); padding-bottom: 18px; }
.panel-main { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 35px 4px 25px; }
.panel-label { color: #9fc4a9; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero-panel h2 { font-size: clamp(32px, 3.5vw, 50px); letter-spacing: -.06em; line-height: 1; margin-bottom: 19px; }
.hero-panel h2, .hero-panel p { color: inherit; }
.panel-main > div:first-child > p:last-child { color: #cbd8ce; max-width: 350px; font-size: 15px; }
.panel-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 30px; }
.panel-steps > div { display: flex; gap: 10px; align-items: baseline; border-top: 1px solid var(--line-light); padding-top: 11px; color: #b7c9bd; font-family: var(--mono); font-size: 11px; }
.panel-steps b { color: var(--coral); font-weight: 400; }
.panel-footer { border-top: 1px solid var(--line-light); padding-top: 18px; }
.signal-strip { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-grid { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.signal-grid p { margin: 0; font-size: 14px; color: #385349; }
.text-link { background: transparent; border: 0; color: var(--ink); padding: 0; font-weight: 700; font-size: 14px; white-space: nowrap; }
.section { padding: clamp(70px, 9vw, 126px) 0; }
.section-heading h2, .method-sticky h2, .pricing-layout h2, .final-cta h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -.06em; }
.split-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-bottom: 46px; }
.split-heading h2 { max-width: 720px; margin: 0; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle-card { padding: 30px 32px 24px 0; min-height: 230px; border-right: 1px solid var(--line); }
.principle-card:not(:first-child) { padding-left: 32px; }
.principle-card:last-child { border-right: 0; }
.principle-number { display: block; color: var(--coral); font-family: var(--mono); font-size: 12px; margin-bottom: 40px; }
.principle-card h3 { font-size: 20px; letter-spacing: -.035em; margin-bottom: 10px; }
.principle-card p { color: #577067; font-size: 15px; max-width: 260px; }
.featured { background: var(--mist); }
.row-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 42px; margin-bottom: 34px; }
.row-heading h2 { margin-bottom: 0; }
.heading-support { max-width: 380px; margin-bottom: 3px; color: #557167; font-size: 15px; }
.featured-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.featured-card { background: var(--white); padding: 22px 19px 20px; min-height: 300px; display: flex; flex-direction: column; border: 1px solid rgba(18, 35, 31, .11); transition: transform .18s ease, box-shadow .18s ease; }
.featured-card:hover { transform: translateY(-5px); box-shadow: 0 14px 25px rgba(28, 49, 42, .11); }
.card-index { color: var(--coral); font-family: var(--mono); font-size: 11px; }
.card-type { color: var(--moss); font-family: var(--mono); font-size: 10px; margin: 16px 0 8px; text-transform: uppercase; letter-spacing: .07em; }
.featured-card h3 { font-size: 21px; letter-spacing: -.05em; line-height: 1.08; margin-bottom: 12px; }
.featured-card p { font-size: 14px; color: #577067; margin-bottom: 18px; }
.card-button { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border: 0; border-top: 1px solid var(--line); padding: 14px 0 0; background: transparent; color: var(--ink); font-weight: 700; font-size: 13px; text-align: left; }
.card-button span:last-child { color: var(--coral); font-size: 20px; line-height: 0; }
.catalogue-section { background: var(--paper); }
.catalogue-top { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; }
.catalogue-top h2 { max-width: 790px; margin-bottom: 0; }
.catalogue-count { color: var(--moss); font-family: var(--mono); font-size: 12px; white-space: nowrap; margin-bottom: 5px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; margin-top: 37px; }
.filter-chip { background: transparent; color: var(--ink); border: 1px solid transparent; border-radius: 999px; min-height: 34px; padding: 6px 12px; font-size: 13px; font-weight: 600; }
.filter-chip:hover { background: rgba(69, 106, 87, .09); }
.filter-chip.is-active { background: var(--ink); color: var(--paper); }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); margin-top: 31px; }
.catalogue-card { min-height: 224px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px; display: flex; flex-direction: column; background: transparent; transition: background .16s ease; }
.catalogue-card:hover { background: #f2eee4; }
.catalogue-card .card-type { margin: 0 0 25px; }
.catalogue-card h3 { font-size: 23px; line-height: 1.05; letter-spacing: -.045em; margin: 0 0 12px; }
.catalogue-card p { color: #567067; font-size: 14px; margin-bottom: 16px; }
.catalogue-card .card-button { font-size: 12px; }
.method-section { background: var(--ink); color: var(--paper); }
.method-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.method-sticky { position: sticky; top: 110px; align-self: start; }
.method-sticky .eyebrow { color: #a5c8ae; }
.method-sticky h2 { color: var(--paper); margin-bottom: 20px; }
.method-sticky > p:not(.eyebrow) { color: #c3d3c6; font-size: 17px; max-width: 430px; margin-bottom: 28px; }
.method-sticky .button-outline { border-color: var(--paper); color: var(--paper); }
.method-sticky .button-outline:hover { background: var(--paper); color: var(--ink); }
.method-list { border-top: 1px solid var(--line-light); }
.method-list article { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 29px 0; border-bottom: 1px solid var(--line-light); }
.method-list article > span { color: var(--coral); font-family: var(--mono); font-size: 12px; }
.method-list h3 { font-size: 25px; line-height: 1.1; letter-spacing: -.045em; margin-bottom: 8px; }
.method-list p { color: #c5d3c7; margin-bottom: 0; }
.method-list strong { color: #fffefb; }
.pricing-test { background: var(--cream); }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.pricing-layout h2 { margin-bottom: 17px; }
.pricing-layout > div:first-child > p:last-child { color: #567067; max-width: 510px; }
.price-options { display: grid; gap: 10px; }
.price-option { border: 1px solid var(--line); background: rgba(255,255,255,.24); text-align: left; padding: 17px 19px; display: flex; justify-content: space-between; align-items: baseline; gap: 20px; transition: background .14s ease, transform .14s ease, border-color .14s ease; }
.price-option:hover { background: var(--white); transform: translateX(3px); }
.price-option.is-selected { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.price-option strong { font-size: 27px; letter-spacing: -.05em; }
.price-option span { font-size: 13px; opacity: .85; }
.final-cta { background: var(--coral); color: var(--white); text-align: center; }
.final-cta-inner { max-width: 760px; }
.final-cta .eyebrow { color: #fff4eb; }
.final-cta h2 { color: var(--white); margin-bottom: 16px; }
.final-cta p:not(.eyebrow) { max-width: 590px; margin: 0 auto 28px; color: #fff2eb; font-size: 17px; }
.site-footer { background: var(--ink); color: var(--paper); padding: 31px 0; }
.footer-inner { display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.wordmark-footer { color: var(--paper); }
.wordmark-footer > span:last-child > span { color: #b4d1ba; }
.wordmark-footer .wordmark-mark { background: var(--coral); color: white; }
.site-footer > div > a, .site-footer a { color: #d6e0d8; }
.site-footer div > div { display: flex; gap: 18px; }
.site-footer p { margin: 0; font-size: 12px; color: #a5b9a8; }
.modal-backdrop { position: fixed; inset: 0; background: rgba(7, 18, 14, .58); z-index: 30; }
.drawer { position: fixed; top: 0; right: 0; height: 100dvh; width: min(520px, 100%); background: var(--paper); z-index: 40; box-shadow: -22px 0 80px rgba(4, 17, 12, .25); padding: 26px; overflow: auto; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-kicker { color: var(--moss); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.icon-button { width: 37px; height: 37px; display: grid; place-items: center; background: transparent; border: 1px solid var(--line); color: var(--ink); border-radius: 50%; font-size: 25px; line-height: 1; }
.icon-button:hover { background: var(--ink); color: var(--paper); }
.drawer-body { padding: 34px 4px 8px; }
.drawer-number { color: var(--coral); font-family: var(--mono); font-size: 12px; }
.drawer-body h2 { font-size: clamp(35px, 5vw, 54px); letter-spacing: -.065em; line-height: 1.02; margin: 6px 0 16px; }
.drawer-summary { font-size: 18px; line-height: 1.45; color: #4f675f; }
.drawer-block { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 30px 0 19px; }
.drawer-block h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 15px; }
.drawer-block ul { margin: 0; padding: 0; list-style: none; }
.drawer-block li { position: relative; padding: 7px 0 7px 20px; color: #345348; font-size: 15px; }
.drawer-block li::before { content: ""; position: absolute; left: 0; top: 15px; width: 8px; height: 8px; background: var(--coral); border-radius: 50%; }
.drawer-meta { display: flex; justify-content: space-between; gap: 20px; color: #60766e; font-size: 12px; margin-bottom: 28px; }
.drawer-meta b { color: var(--ink); display: block; font-size: 13px; }
.drawer-note { color: #657b73; text-align: center; font-size: 12px; margin: 14px 0 0; }
.intent-modal { position: fixed; z-index: 45; width: min(980px, calc(100% - 34px)); max-height: min(700px, calc(100dvh - 34px)); overflow: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--white); box-shadow: var(--shadow); }
.intent-grid { display: grid; grid-template-columns: .85fr 1.15fr; }
.intent-aside { background: var(--ink); color: var(--paper); padding: 52px 46px; min-height: 100%; }
.intent-aside .eyebrow { color: #a7c8b0; }
.intent-aside h2 { font-size: 43px; letter-spacing: -.065em; line-height: 1.04; }
.intent-aside > p:not(.eyebrow):not(.intent-micro) { color: #c4d4c8; font-size: 16px; }
.intent-aside-line { height: 1px; width: 100%; margin: 42px 0 18px; background: var(--line-light); }
.intent-micro { color: #a9bcae; font-size: 12px; line-height: 1.5; }
.intent-close { position: absolute; right: 18px; top: 18px; color: var(--paper); border-color: var(--line-light); z-index: 2; }
.intent-close:hover { background: var(--paper); color: var(--ink); }
.intent-form { padding: 45px 46px; }
.form-intro { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.form-step { width: 29px; height: 29px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center; background: var(--coral); color: white; font-family: var(--mono); font-size: 11px; }
.form-intro h2 { margin: 0 0 4px; font-size: 27px; letter-spacing: -.045em; }
.form-intro p { margin: 0; font-size: 13px; color: #60766e; }
.intent-form label { display: grid; gap: 7px; margin-bottom: 16px; font-weight: 700; font-size: 13px; }
.intent-form select, .intent-form input[type="email"], .intent-form textarea { width: 100%; border: 1px solid rgba(18, 35, 31, .26); border-radius: 0; min-height: 44px; padding: 10px 12px; background: #fffefb; color: var(--ink); outline: none; font-size: 14px; }
.intent-form textarea { resize: vertical; min-height: 86px; }
.intent-form select:focus, .intent-form input:focus, .intent-form textarea:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(69,106,87,.14); }
.form-two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.checkbox-label { grid-template-columns: 18px 1fr; align-items: start; font-size: 12px !important; font-weight: 500 !important; color: #4d655d; line-height: 1.45; }
.checkbox-label input { margin-top: 2px; }
.checkbox-label a { text-underline-offset: 2px; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 13px; color: var(--moss); }
.form-status.is-error { color: #a4452e; }
.consent-banner { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 60; width: min(860px, calc(100% - 28px)); background: var(--white); box-shadow: 0 14px 50px rgba(8, 23, 17, .24); border: 1px solid var(--line); padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.consent-banner p { margin: 0; font-size: 12px; color: #50675f; }
.consent-banner p:first-child { color: var(--ink); margin-bottom: 3px; }
.consent-actions { display: flex; gap: 9px; flex: 0 0 auto; }
[hidden] { display: none !important; }
body.no-scroll { overflow: hidden; }
@media (max-width: 1000px) {
  .featured-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-card:nth-child(n+4) { display: none; }
  .method-grid { gap: 56px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .site-header { position: relative; }
  .header-inner { min-height: 64px; }
  .main-nav { display: none; }
  .header-inner > .button { margin-left: auto; }
  .hero { padding: 46px 0 55px; }
  .hero-grid, .split-heading, .pricing-layout, .method-grid, .intent-grid { grid-template-columns: 1fr; }
  .hero-panel { transform: none; min-height: 405px; margin-top: 6px; }
  .signal-grid, .row-heading, .catalogue-top { align-items: flex-start; flex-direction: column; gap: 9px; }
  .section { padding: 64px 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card, .principle-card:not(:first-child) { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .principle-card:last-child { border-bottom: 0; }
  .principle-number { margin-bottom: 20px; }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-card:nth-child(n+4) { display: flex; }
  .featured-card { min-height: 270px; }
  .catalogue-grid { grid-template-columns: 1fr; }
  .method-sticky { position: relative; top: auto; }
  .method-list { margin-top: 25px; }
  .price-options { margin-top: 0; }
  .footer-inner { flex-wrap: wrap; }
  .drawer { padding: 19px; }
  .intent-modal { width: min(100% - 20px, 980px); max-height: calc(100dvh - 20px); }
  .intent-aside { padding: 34px 29px 28px; }
  .intent-aside h2 { font-size: 34px; }
  .intent-aside-line { margin: 22px 0 15px; }
  .intent-form { padding: 29px; }
  .intent-close { color: var(--paper); }
  .consent-banner { flex-direction: column; align-items: stretch; bottom: 10px; gap: 12px; }
  .consent-actions { justify-content: flex-end; }
}
@media (max-width: 460px) {
  .wordmark { font-size: 14px; }
  .wordmark-mark { width: 26px; height: 26px; }
  .header-inner > .button { padding: 8px 10px; min-height: 34px; font-size: 11px; }
  h1 { font-size: 46px; }
  .hero-intro { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-card { min-height: 240px; }
  .catalogue-card { min-height: 205px; }
  .form-two-up { grid-template-columns: 1fr; gap: 0; }
  .price-option { align-items: flex-start; flex-direction: column; gap: 3px; }
}
