/* vanilla base reset (no framework) */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--zhuksej8-font, system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif); line-height: 1.5; color: var(--zhuksej8-ink, #111); background: var(--zhuksej8-bg, #fff); }
h1, h2, h3, h4, h5, h6 { font-family: var(--zhuksej8-font-display, var(--zhuksej8-font, system-ui, sans-serif)); }
img, svg, video, canvas { max-width: 100%; height: auto; }
a { color: inherit; }
*:focus-visible { outline: 2px solid var(--zhuksej8-primary, #2563eb); outline-offset: 2px; }
/* visibility shim for framework toggles */
.hidden { display: none !important; }

/* design tokens */
:root {
  --zhuksej8-primary: #0B3B2E;
  --zhuksej8-secondary: #B07A3B;
  --zhuksej8-accent: #B07A3B;
  --zhuksej8-ink: #0B1F19;
  --zhuksej8-slate: #5B5B5B;
  --zhuksej8-mist: #E6EFEA;
  --zhuksej8-border: #D7C3A6;
  --zhuksej8-surface: #F6F1E7;
  --zhuksej8-bg: #FFFFFF;
  --zhuksej8-text: #0B1F19;
  --zhuksej8-font: Charter, 'Sitka Text', Cambria, Georgia, serif;
  --zhuksej8-font-display: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, Georgia, serif;
}

/* state utilities */
.is-open { display: block !important; }
.is-active { display: block !important; }
[hidden] { display: none !important; }

/* framework-injected components (vanilla) */
[data-zhuksej8-ui="cookie-banner"] { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9999; margin: 0 auto; max-width: 56rem; border: 1px solid var(--zhuksej8-border, #e5e7eb); background: var(--zhuksej8-surface, #fff); border-radius: 1rem; padding: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
[data-zhuksej8-ui="cookie-banner"] > div { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-start; justify-content: space-between; }
[data-zhuksej8-ui="cookie-banner"] > div > div:last-child { display: flex; flex-wrap: wrap; gap: .5rem; }
[data-zhuksej8-ui="cookie-banner"] a { text-decoration: underline; }
[data-zhuksej8-cs-action], [data-zhuksej8-ag-action] { cursor: pointer; border-radius: .5rem; padding: .5rem .9rem; font-size: .8rem; border: 1px solid var(--zhuksej8-border, #d1d5db); background: transparent; color: var(--zhuksej8-ink, #111); }
[data-zhuksej8-cs-action="accept-all"], [data-zhuksej8-cs-action="save"], [data-zhuksej8-ag-action="confirm"] { background: var(--zhuksej8-primary, #2563eb); color: #fff; border-color: transparent; font-weight: 600; }
[data-zhuksej8-cs-action="reject-all"] { background: var(--zhuksej8-ink, #111); color: #fff; border-color: transparent; font-weight: 600; }
[data-zhuksej8-cs-panel] { margin-top: 1rem; border: 1px solid var(--zhuksej8-border, #e5e7eb); background: var(--zhuksej8-surface, #fff); border-radius: .75rem; padding: 1rem; font-size: .875rem; }
[data-zhuksej8-cs-panel] > div { display: flex; flex-wrap: wrap; gap: .75rem; }
[data-zhuksej8-ui="cookie-banner"] label { display: inline-flex; align-items: center; gap: .5rem; }
[data-zhuksej8-ui="age-gate-overlay"] { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.8); }
[data-zhuksej8-ui="age-gate-overlay"] > div { width: 100%; max-width: 28rem; margin: 0 1rem; background: var(--zhuksej8-surface, #1a1a2e); color: var(--zhuksej8-ink, #fff); border-radius: 1rem; padding: 2rem; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
[data-zhuksej8-ui="age-gate-overlay"] > div > div:last-of-type { display: flex; flex-direction: column; gap: .75rem; }
[data-zhuksej8-ag-action] { padding: .75rem 1.5rem; }

/* sections */
/* zhuksej8:header */
/* zhuksej8:header */
#header{--pad-y:clamp(0.9rem,2vw,1.2rem);--pad-x:clamp(1rem,4vw,2rem);position:relative;z-index:20;background:var(--zhuksej8-bg);border-bottom:1px solid color-mix(in srgb,var(--zhuksej8-border) 65%, transparent);}
#header .header-shell{max-width:72rem;margin:0 auto;padding:var(--pad-y) var(--pad-x);display:flex;align-items:center;gap:1rem;justify-content:space-between;}
#header .brand{display:flex;align-items:center;gap:0.7rem;text-decoration:none;color:var(--zhuksej8-ink);min-width:12rem;}
#header .brand-mark{width:38px;height:38px;border-radius:12px;background:color-mix(in srgb,var(--zhuksej8-primary) 10%, var(--zhuksej8-bg));display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--zhuksej8-border) 80%, transparent);}
#header .brand-text{font-family:var(--font-serif, Charter, 'Sitka Text', Cambria, Georgia, serif);font-weight:800;letter-spacing:-0.02em;font-size:1.05rem;}
#header .nav{display:flex;align-items:center;gap:0.35rem;flex:1;justify-content:center;}
#header .nav-link{color:var(--zhuksej8-text);text-decoration:none;font-size:0.98rem;padding:0.55rem 0.7rem;border-radius:var(--radius-sm);border:1px solid transparent;}
#header .nav-link:focus-visible{outline:3px solid color-mix(in srgb,var(--zhuksej8-secondary) 45%, white);outline-offset:2px;border-color:color-mix(in srgb,var(--zhuksej8-secondary) 55%, transparent);}
#header .nav-link:hover{background:color-mix(in srgb,var(--zhuksej8-surface) 78%, transparent);border-color:color-mix(in srgb,var(--zhuksej8-border) 70%, transparent);}
#header .header-cta{display:flex;align-items:center;gap:0.6rem;}
#header .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.7rem 1rem;border-radius:var(--radius-md);text-decoration:none;font-weight:700;font-size:0.98rem;line-height:1;white-space:nowrap;}
#header .btn-primary{background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);border:1px solid color-mix(in srgb,var(--zhuksej8-primary) 80%, var(--zhuksej8-primary));}
#header .btn-primary:hover{background:color-mix(in srgb,var(--zhuksej8-primary) 88%, black 12%);}
#header .btn-primary:focus-visible{outline:3px solid color-mix(in srgb,var(--zhuksej8-secondary) 45%, white);outline-offset:2px;}
#header .btn-ghost{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);border:1px solid color-mix(in srgb,var(--zhuksej8-secondary) 55%, var(--zhuksej8-border));}
#header .btn-ghost:hover{background:color-mix(in srgb,var(--zhuksej8-secondary) 10%, var(--zhuksej8-bg));}
#header .btn-ghost:focus-visible{outline:3px solid color-mix(in srgb,var(--zhuksej8-primary) 35%, white);outline-offset:2px;}
#header .menu-toggle{display:none;align-items:center;gap:0.6rem;min-height:44px;padding:0.65rem 0.9rem;border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--zhuksej8-border) 75%, transparent);background:var(--zhuksej8-bg);color:var(--zhuksej8-text);cursor:pointer;font-weight:700;}
#header .menu-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--zhuksej8-secondary) 45%, white);outline-offset:2px;}
#header .menu-toggle-icon{font-size:1.05rem;}
#header .menu-toggle-label{font-size:0.98rem;}
@media (max-width: 900px){
  #header .nav{display:none;}
  #header .header-cta{display:none;}
  #header .menu-toggle{display:inline-flex;}
}
@media (min-width: 901px){
  #header-menu{display:flex !important;}
}
@media (max-width: 900px){
  #header .nav{position:absolute;left:0;right:0;top:100%;background:var(--zhuksej8-bg);border-bottom:1px solid color-mix(in srgb,var(--zhuksej8-border) 70%, transparent);padding:0.75rem var(--pad-x);justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:0.25rem;}
  #header .nav .nav-link{width:100%;padding:0.75rem 0.85rem;border-radius:var(--radius-md);}
}
@media (prefers-reduced-motion: reduce){
  #header *{scroll-behavior:auto !important;transition:none !important;animation:none !important;}
}
#header ::selection{background:color-mix(in srgb,var(--zhuksej8-secondary) 30%, white);}

/* zhuksej8:footer */
#footer{--gap:clamp(14px,2vw,20px);--max:72rem;--pad:clamp(22px,4vw,44px);background:var(--zhuksej8-surface);color:var(--zhuksej8-ink);position:relative;overflow:hidden}#footer::before{content:"";position:absolute;inset:-2px;pointer-events:none;background:radial-gradient(1200px 600px at 10% -20%, color-mix(in oklab, var(--zhuksej8-accent) 18%, transparent), transparent 55%),radial-gradient(900px 500px at 95% 0%, color-mix(in oklab, var(--zhuksej8-primary) 12%, transparent), transparent 55%)}#footer *{box-sizing:border-box}#footer .footer-inner{max-width:var(--max);margin:0 auto;padding:var(--pad) var(--gap) calc(var(--pad)*0.85);position:relative}#footer .footer-top{display:flex;gap:clamp(18px,3vw,32px);align-items:flex-start;justify-content:space-between;margin-bottom:clamp(20px,3.5vw,36px)}#footer .footer-brand{display:flex;gap:14px;align-items:flex-start;min-width:16rem}#footer .footer-mark{width:44px;height:44px;border-radius:var(--zhuksej8-radius-sm,10px);display:flex;align-items:center;justify-content:center;background:color-mix(in oklab, var(--zhuksej8-mist) 72%, white);border:1px solid color-mix(in oklab, var(--zhuksej8-border) 85%, white);font-size:22px;flex:0 0 auto}#footer .footer-zhuksej8-b-name{font-family:var(--font-sans,Charter, 'Sitka Text', Cambria, Georgia, serif);font-weight:700;letter-spacing:-0.02em;font-size:1.25rem;line-height:1.2}#footer .footer-zhuksej8-b-tag{margin-top:6px;color:color-mix(in oklab, var(--zhuksej8-ink) 80%, white);font-size:0.95rem;line-height:1.45}#footer .footer-cta{flex:0 0 34rem;max-width:40rem;background:color-mix(in oklab, var(--zhuksej8-bg) 65%, white);border:1px solid color-mix(in oklab, var(--zhuksej8-border) 70%, white);border-radius:var(--zhuksej8-radius-md,16px);padding:18px 18px 16px;box-shadow:0 10px 24px color-mix(in oklab, var(--zhuksej8-primary) 10%, transparent)}#footer .footer-cta-title{font-size:1.25rem;font-weight:800;letter-spacing:-0.02em;margin-bottom:8px}#footer .footer-cta-sub{color:color-mix(in oklab, var(--zhuksej8-ink) 78%, white);font-size:0.98rem;line-height:1.55;margin-bottom:14px;max-width:38ch}#footer .footer-cta-actions{display:flex;gap:12px;flex-wrap:wrap}#footer .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 14px;border-radius:var(--zhuksej8-radius-sm,10px);text-decoration:none;font-weight:750;letter-spacing:-0.01em;min-height:44px;line-height:1.1;outline: none}#footer .btn-primary{background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);border:1px solid color-mix(in oklab, var(--zhuksej8-primary) 85%, var(--zhuksej8-ink));box-shadow:0 10px 18px color-mix(in oklab, var(--zhuksej8-primary) 18%, transparent)}#footer .btn-ghost{background:transparent;color:var(--zhuksej8-ink);border:1px solid var(--zhuksej8-border)}#footer .btn:focus-visible{box-shadow:0 0 0 4px color-mix(in oklab, var(--zhuksej8-secondary) 35%, transparent)}#footer .btn-primary:hover{filter:brightness(1.02)}#footer .btn-ghost:hover{background:color-mix(in oklab, var(--zhuksej8-mist) 65%, white)}#footer .footer-columns{display:grid;grid-template-columns:1.05fr 1.1fr 1fr;gap:clamp(18px,3vw,30px)}#footer .footer-col-title{font-weight:850;letter-spacing:-0.01em;margin-bottom:12px;font-size:1.02rem}#footer .footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}#footer .footer-links a{color:var(--zhuksej8-ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}#footer .footer-links a:focus-visible{outline:none;box-shadow:0 0 0 4px color-mix(in oklab, var(--zhuksej8-secondary) 30%, transparent);border-radius:8px}#footer .footer-contact{display:flex;flex-direction:column;gap:10px}#footer .footer-contact-row{display:flex;gap:10px;align-items:flex-start}#footer .footer-contact-label{flex:0 0 80px;color:color-mix(in oklab, var(--zhuksej8-ink) 62%, white);font-size:0.9rem;margin-top:2px}#footer .footer-contact-value{color:var(--zhuksej8-ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}#footer .footer-legal-note{margin-top:12px;color:color-mix(in oklab, var(--zhuksej8-ink) 76%, white);line-height:1.55;font-size:0.95rem}#footer .footer-reg-meta{margin-top:12px;border-top:1px solid color-mix(in oklab, var(--zhuksej8-border) 60%, white);padding-top:12px;display:flex;flex-direction:column;gap:8px}#footer .footer-meta-row{display:flex;justify-content:space-between;gap:14px;border-bottom:1px dashed color-mix(in oklab, var(--zhuksej8-border) 70%, white);padding-bottom:8px}#footer .footer-meta-row:last-child{border-bottom:none;padding-bottom:0}#footer .footer-meta-label{color:color-mix(in oklab, var(--zhuksej8-ink) 60%, white);font-size:0.9rem}#footer .footer-meta-value{color:var(--zhuksej8-ink);font-size:0.95rem;text-align:right}#footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:clamp(18px,3vw,30px);padding-top:clamp(14px,2.2vw,18px);border-top:1px solid color-mix(in oklab, var(--zhuksej8-border) 65%, white)}#footer .footer-small{color:color-mix(in oklab, var(--zhuksej8-ink) 76%, white);font-size:0.92rem;line-height:1.45}#footer .footer-thanks{color:var(--zhuksej8-ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;font-weight:700}#footer .footer-thanks:focus-visible{box-shadow:0 0 0 4px color-mix(in oklab, var(--zhuksej8-secondary) 30%, transparent);border-radius:10px;outline:none}#footer ::selection{background:color-mix(in oklab, var(--zhuksej8-secondary) 35%, white)}@media (max-width: 900px){#footer .footer-top{flex-direction:column;align-items:stretch}#footer .footer-cta{flex:unset;max-width:none}#footer .footer-columns{grid-template-columns:1fr;gap:18px}#footer .footer-contact-row{gap:12px}#footer .footer-contact-label{flex-basis:90px}#footer .footer-bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion: reduce){#footer *{scroll-behavior:auto;transition:none !important;animation:none !important}}
/* zhuksej8:hero-editorial */
/* zhuksej8:hero-editorial */
#hero-editorial{position:relative;isolation:isolate;background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:0;margin:0;}
#hero-editorial .hero-media{position:absolute;inset:0;z-index:0;}
#hero-editorial .hero-media img{width:100%;height:100%;object-fit:cover;display:block;}
#hero-editorial .hero-gradient{position:absolute;inset:0;background:linear-gradient(90deg, rgba(11,59,46,0.78) 0%, rgba(11,59,46,0.35) 38%, rgba(11,59,46,0.0) 62%), linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.38) 100%);}
#hero-editorial .hero-shell{position:relative;z-index:1;max-width:72rem;margin:0 auto;padding:clamp(2.5rem,6vw,5.5rem) var(--hero-gutter,clamp(1rem,4vw,3rem)) clamp(2rem,5vw,4rem);}
#hero-editorial .hero-grid{display:grid;grid-template-columns:7fr 5fr;gap:clamp(1.2rem,3vw,2.4rem);align-items:start;}
#hero-editorial .hero-copy{padding-top:0;}
#hero-editorial .deliverable-chip{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;background:rgba(246,241,231,0.12);border:1px solid rgba(215,195,166,0.45);backdrop-filter:none;border-radius:var(--zhuksej8-radius-md,16px);padding:.75rem 1rem;color:var(--zhuksej8-bg);}
#hero-editorial .chip-label{font-weight:700;letter-spacing:-0.01em;}
#hero-editorial .chip-value{color:rgba(246,241,231,0.92);font-size:0.95rem;}
#hero-editorial .chip-divider{width:1px;height:16px;background:rgba(215,195,166,0.55);}
#hero-editorial .hero-h1{margin:0 0 1rem 0;font-family:var(--zhuksej8-serif,Charter,'Bitstream Charter',Sitka Text,Cambria,Georgia,serif);font-size:clamp(2.2rem,4.3vw,4.2rem);line-height:1.02;letter-spacing:-0.02em;text-wrap:balance;color:var(--zhuksej8-bg);max-width:22ch;}
#hero-editorial .hero-lead{margin:0 0 1.4rem 0;max-width:42ch;font-family:Charter,'Sitka Text',Cambria,Georgia,serif;line-height:1.55;color:rgba(246,241,231,0.95);font-size:1.05rem;}
#hero-editorial .cta-row{display:flex;gap:.9rem;flex-wrap:wrap;align-items:center;margin-bottom:1.25rem;}
#hero-editorial .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.85rem 1.1rem;border-radius:var(--zhuksej8-radius-md,16px);text-decoration:none;font-weight:700;letter-spacing:-0.01em;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;}
#hero-editorial .btn-primary{background:var(--zhuksej8-secondary);color:#1b140b;border:1px solid rgba(176,122,59,0.55);box-shadow:0 10px 26px rgba(176,122,59,0.18);}
#hero-editorial .btn-primary:hover{background:#c97c32;}
#hero-editorial .btn-primary:focus-visible{outline:3px solid rgba(176,122,59,0.55);outline-offset:2px;}
#hero-editorial .btn-ghost{background:rgba(246,241,231,0.06);border:1px solid rgba(246,241,231,0.55);color:var(--zhuksej8-bg);}
#hero-editorial .btn-ghost:hover{background:rgba(246,241,231,0.12);}
#hero-editorial .btn-ghost:focus-visible{outline:3px solid rgba(215,195,166,0.55);outline-offset:2px;}
#hero-editorial .hero-meta{margin-top:1.2rem;}
#hero-editorial .proof-list{display:grid;grid-template-columns:1fr;gap:.8rem;margin:0;padding:0;}
#hero-editorial .proof-item{background:rgba(246,241,231,0.08);border:1px solid rgba(215,195,166,0.35);border-radius:var(--zhuksej8-radius-sm,10px);padding:.85rem .95rem;}
#hero-editorial .proof-dt{font-size:0.875rem;letter-spacing:-0.005em;color:rgba(246,241,231,0.9);font-weight:700;margin-bottom:.2rem;}
#hero-editorial .proof-dd{margin:0;font-size:0.98rem;line-height:1.45;color:rgba(246,241,231,0.98);}
#hero-editorial .hero-proof{display:flex;flex-direction:column;gap:1rem;}
#hero-editorial .proof-card{background:rgba(246,241,231,0.10);border:1px solid rgba(215,195,166,0.42);border-radius:var(--zhuksej8-radius-lg,22px);padding:1rem 1.05rem;}
#hero-editorial .proof-card-accent{background:rgba(176,122,59,0.16);border-color:rgba(176,122,59,0.55);}
#hero-editorial .proof-top{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;margin-bottom:.35rem;}
#hero-editorial .proof-number{font-variant-numeric:tabular-nums;font-size:2rem;line-height:1;color:var(--zhuksej8-bg);font-weight:900;letter-spacing:-0.02em;}
#hero-editorial .proof-stars{color:rgba(215,195,166,0.95);letter-spacing:0.06em;font-size:1rem;}
#hero-editorial .proof-sub{color:rgba(246,241,231,0.92);font-weight:800;letter-spacing:-0.01em;}
#hero-editorial .proof-text{margin:0;color:rgba(246,241,231,0.95);line-height:1.45;font-size:0.98rem;}
#hero-editorial .step-strip{margin-top:.1rem;padding:.9rem 1rem;border-radius:var(--zhuksej8-radius-lg,22px);background:rgba(11,31,25,0.28);border:1px solid rgba(215,195,166,0.35);}
#hero-editorial .step-strip-title{font-weight:900;color:rgba(246,241,231,0.98);letter-spacing:-0.01em;margin-bottom:.45rem;}
#hero-editorial .step-links{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;color:rgba(246,241,231,0.92);}
#hero-editorial .step-link{color:var(--zhuksej8-bg);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;}
#hero-editorial .step-link:focus-visible{outline:3px solid rgba(215,195,166,0.55);outline-offset:3px;border-radius:8px;}
#hero-editorial .step-sep{color:rgba(215,195,166,0.9);}
#hero-editorial ::selection{background:rgba(176,122,59,0.35);}
@media (max-width: 980px){
  #hero-editorial .hero-grid{grid-template-columns:1fr;gap:1.4rem;}
  #hero-editorial .hero-shell{padding-top:clamp(2.2rem,6vw,4.3rem);}
  #hero-editorial .hero-proof{display:grid;grid-template-columns:1fr;}
  #hero-editorial .deliverable-chip{max-width:34rem;}
}
@media (prefers-reduced-motion: reduce){
  #hero-editorial .btn{transition:none;}
}

/* zhuksej8:step-peek */
/* zhuksej8:step-peek */
#step-peek.step-peek{background:var(--zhuksej8-surface);color:var(--zhuksej8-text);border-top:1px solid var(--zhuksej8-border);border-bottom:1px solid var(--zhuksej8-border);}
#step-peek.step-peek .step-peek__inner{max-width:72rem;margin:0 auto;padding:clamp(1.5rem,4vw,3rem) var(--page-gutter,clamp(1rem,4vw,3rem));}
#step-peek.step-peek .step-peek__header{max-width:52rem;margin-bottom:1.25rem;}
#step-peek.step-peek .step-peek__title{margin:0 0 .35rem 0;font-family:var(--font-serif,var(--zhuksej8-sans,inherit));font-size:clamp(1.4rem,2.8vw,2rem);line-height:1.15;letter-spacing:-0.02em;}
#step-peek.step-peek .step-peek__subtitle{margin:0;color:var(--zhuksej8-slate);font-size:1rem;line-height:1.6;}
#step-peek.step-peek .step-peek__nav{display:block;}
#step-peek.step-peek .step-peek__list{list-style:none;margin:0;padding:0;display:flex;gap:.9rem;flex-wrap:wrap;}
#step-peek.step-peek .step-peek__item{flex:1 1 220px;}
#step-peek.step-peek .step-peek__link{display:flex;align-items:center;gap:.95rem;padding:1rem 1rem;border:1px solid var(--zhuksej8-border);background:var(--zhuksej8-bg);border-radius:var(--radius-md,16px);text-decoration:none;color:var(--zhuksej8-ink,var(--zhuksej8-text));min-height:56px;}
#step-peek.step-peek .step-peek__link--primary{background:var(--zhuksej8-primary);border-color:var(--zhuksej8-primary);color:#ffffff;}
#step-peek.step-peek .step-peek__num{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:30px;padding:0 10px;border-radius:999px;background:var(--zhuksej8-mist);color:var(--zhuksej8-primary);font-weight:700;font-size:.875rem;letter-spacing:0.02em;font-variant-numeric:tabular-nums;}
#step-peek.step-peek .step-peek__link--primary .step-peek__num{background:rgba(255,255,255,.14);color:#ffffff;}
#step-peek.step-peek .step-peek__label{font-weight:650;letter-spacing:-0.01em;}
#step-peek.step-peek .step-peek__micro{margin-top:1.25rem;}
#step-peek.step-peek .step-peek__micro-text{margin:0;color:var(--zhuksej8-slate);font-size:.95rem;line-height:1.5;}
#step-peek.step-peek .step-peek__link:focus-visible{outline:3px solid var(--zhuksej8-secondary);outline-offset:3px;}
#step-peek.step-peek .step-peek__link:hover{border-color:var(--zhuksej8-accent);}
#step-peek.step-peek .step-peek__link--primary:hover{border-color:var(--zhuksej8-secondary);}
@media (max-width:640px){
  #step-peek.step-peek .step-peek__list{gap:.75rem;}
  #step-peek.step-peek .step-peek__item{flex:1 1 100%;}
  #step-peek.step-peek .step-peek__inner{padding-top:1.5rem;padding-bottom:1.5rem;}
}
#step-peek.step-peek ::selection{background:rgba(176,122,59,.28);}
@media (prefers-reduced-motion:reduce){
  #step-peek.step-peek *{scroll-behavior:auto;}
}

/* zhuksej8:outcome-evidence */
/* zhuksej8:outcome-evidence */
#outcome-evidence{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(2.5rem,6vw,5rem) 0;} 
#outcome-evidence .outcome-evidence__container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);} 
#outcome-evidence .outcome-evidence__head{max-width:52rem;margin-bottom:clamp(1.5rem,3vw,2.5rem);} 
#outcome-evidence .outcome-evidence__eyebrow{font-family:var(--font-family-serif);letter-spacing:.02em;color:var(--zhuksej8-secondary);font-size:.95rem;margin:0 0 .75rem;} 
#outcome-evidence .outcome-evidence__title{font-family:var(--font-family-serif);font-weight:750;letter-spacing:-.02em;line-height:1.05;font-size:clamp(1.6rem,3.2vw,2.6rem);margin:0 0 .9rem;text-wrap:balance;} 
#outcome-evidence .outcome-evidence__subtitle{margin:0;max-width:62ch;line-height:1.6;font-size:1rem;color:var(--zhuksej8-ink);} 
#outcome-evidence .outcome-evidence__comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2vw,1.5rem);align-items:stretch;} 
#outcome-evidence .comparison{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr;box-shadow:0 10px 28px rgba(11,59,46,.08);} 
#outcome-evidence .comparison__media{position:relative;aspect-ratio:3/2;background:var(--zhuksej8-mist);} 
#outcome-evidence .comparison__img{width:100%;height:100%;object-fit:cover;display:block;} 
#outcome-evidence .comparison__label{position:absolute;top:14px;left:14px;background:rgba(246,241,231,.92);border:1px solid var(--zhuksej8-border);color:var(--zhuksej8-ink);padding:.55rem .75rem;border-radius:999px;font-size:.875rem;font-weight:650;letter-spacing:.01em;} 
#outcome-evidence .comparison__label--after{background:rgba(176,122,59,.16);border-color:rgba(176,122,59,.55);color:var(--zhuksej8-primary);} 
#outcome-evidence .comparison__copy{padding:1.2rem 1.2rem 1.25rem;} 
#outcome-evidence .deliverable-chip{display:inline-flex;align-items:center;gap:.5rem;background:rgba(215,195,166,.35);border:1px solid rgba(215,195,166,.75);color:var(--zhuksej8-ink);padding:.35rem .6rem;border-radius:999px;font-size:.875rem;font-weight:650;margin-bottom:.65rem;} 
#outcome-evidence .deliverable-chip--accent{background:rgba(176,122,59,.16);border-color:rgba(176,122,59,.5);} 
#outcome-evidence .comparison__heading{font-family:var(--font-family-serif);font-size:1.25rem;letter-spacing:-.01em;margin:.1rem 0 .6rem;font-weight:740;} 
#outcome-evidence .comparison__text{margin:0;line-height:1.65;color:var(--zhuksej8-ink);max-width:52ch;} 
#outcome-evidence .outcome-evidence__cta-row{display:flex;gap:.9rem;align-items:center;margin-top:clamp(1.5rem,3vw,2.3rem);} 
#outcome-evidence .link-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.9rem 1.05rem;border-radius:var(--radius-md);border:1px solid var(--zhuksej8-primary);background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);font-weight:700;text-decoration:none;letter-spacing:.01em;line-height:1;} 
#outcome-evidence .link-button:focus-visible{outline:3px solid rgba(176,122,59,.55);outline-offset:2px;} 
#outcome-evidence .link-button:hover{background:#0a352a;} 
#outcome-evidence .link-button--ghost{background:var(--zhuksej8-bg);color:var(--zhuksej8-primary);border-color:var(--zhuksej8-primary);} 
#outcome-evidence .link-button--ghost:hover{background:rgba(11,59,46,.06);} 
#outcome-evidence .outcome-evidence__note{margin-top:1.1rem;padding:1rem 1.1rem;border-radius:var(--radius-md);border:1px solid rgba(215,195,166,.75);background:rgba(230,239,234,.28);} 
#outcome-evidence .outcome-evidence__note-text{margin:0;line-height:1.55;color:var(--zhuksej8-ink);font-size:.95rem;} 
#outcome-evidence ::selection{background:rgba(176,122,59,.35);} 
@media (max-width: 900px){
  #outcome-evidence .outcome-evidence__comparison-grid{grid-template-columns:1fr;}
  #outcome-evidence .outcome-evidence__cta-row{flex-direction:column;align-items:stretch;}
  #outcome-evidence .link-button{width:100%;}
}
@media (prefers-reduced-motion: reduce){
  #outcome-evidence *{scroll-behavior:auto;}
}

/* zhuksej8:services-tiles-accordion */
/* zhuksej8:services-tiles-accordion */
#services-tiles-accordion{--sec-pad:clamp(2rem,4.5vw,4.2rem); background:var(--zhuksej8-bg); color:var(--zhuksej8-text); padding:var(--sec-pad) 0;}
#services-tiles-accordion .section-inner{max-width:72rem; padding:0 clamp(1rem,4vw,3rem); margin:0 auto;}
#services-tiles-accordion .header-row{display:flex; gap:2rem; align-items:flex-start; justify-content:space-between; margin-bottom:1.75rem;}
#services-tiles-accordion .title-block{max-width:40rem;}
#services-tiles-accordion .section-title{font-family:var(--font-serif, Charter, 'Sitka Text', Cambria, Georgia, serif); font-size:var(--h2, clamp(1.5rem,3vw,2.5rem)); line-height:1.12; letter-spacing:-0.02em; margin:0 0 0.75rem 0; text-wrap:balance;}
#services-tiles-accordion .section-subtitle{margin:0; font-size:1rem; line-height:1.6; color:var(--zhuksej8-text);}
#services-tiles-accordion .cta-block{display:flex; gap:0.9rem; flex-wrap:wrap; justify-content:flex-end; padding-top:0.25rem;}
#services-tiles-accordion .button{display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0.72rem 1.05rem; border-radius:var(--radius-md, 16px); font-weight:650; text-decoration:none; border:1px solid transparent; font-family:var(--font-sans, Charter, 'Sitka Text', Cambria, Georgia, serif);}
#services-tiles-accordion .button-primary{background:var(--zhuksej8-primary); color:var(--zhuksej8-bg); border-color:var(--zhuksej8-primary);}
#services-tiles-accordion .button-ghost{background:var(--zhuksej8-surface); color:var(--zhuksej8-primary); border-color:var(--zhuksej8-border);}
#services-tiles-accordion .button:focus-visible{outline:3px solid var(--zhuksej8-secondary); outline-offset:2px;}
#services-tiles-accordion .tiles-grid{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:1rem; margin-top:1.25rem;}
#services-tiles-accordion .service-tile{border:1px solid var(--zhuksej8-border); background:var(--zhuksej8-surface); border-radius:var(--radius-lg, 22px); overflow:hidden;}
#services-tiles-accordion .tile-trigger{width:100%; text-align:left; background:transparent; border:0; padding:1.05rem 1.1rem; cursor:pointer; display:flex; flex-direction:column; gap:0.4rem; min-height:96px;}
#services-tiles-accordion .tile-trigger:hover .tile-underline{transform:scaleX(1);}
#services-tiles-accordion .tile-trigger:focus-visible{outline:3px solid var(--zhuksej8-secondary); outline-offset:-3px;}
#services-tiles-accordion .tile-kicker{font-size:0.875rem; color:var(--zhuksej8-secondary); font-weight:750; letter-spacing:0.02em;}
#services-tiles-accordion .tile-title{font-family:var(--font-serif, Charter, 'Sitka Text', Cambria, Georgia, serif); font-size:1.1rem; line-height:1.2; font-weight:780; letter-spacing:-0.01em;}
#services-tiles-accordion .tile-underline{height:2px; width:100%; background:var(--zhuksej8-accent); transform:scaleX(0); transform-origin:left; transition:transform 180ms ease; border-radius:2px; opacity:0.95;}
#services-tiles-accordion .tile-panel{border-top:1px solid var(--zhuksej8-border);}
#services-tiles-accordion .tile-panel[hidden]{display:none;}
#services-tiles-accordion .panel-inner{padding:1rem 1.1rem 1.05rem 1.1rem;}
#services-tiles-accordion .panel-tag{display:inline-block; background:rgba(176,122,59,0.14); color:var(--zhuksej8-accent); border:1px solid rgba(176,122,59,0.35); padding:0.35rem 0.6rem; border-radius:999px; font-size:0.875rem; font-weight:720;}
#services-tiles-accordion .panel-bullets{margin:0.85rem 0 0 0; padding-left:1.1rem; color:var(--zhuksej8-text);}
#services-tiles-accordion .panel-bullets li{margin:0.45rem 0; line-height:1.55;}
#services-tiles-accordion .timeline{margin:0.85rem 0 0 0; font-size:0.95rem; color:var(--zhuksej8-text);}
#services-tiles-accordion .timeline-label{font-weight:800;}
#services-tiles-accordion .pricing-note{margin-top:1.5rem; border-radius:var(--radius-lg, 22px); border:1px solid var(--zhuksej8-border); background:var(--zhuksej8-mist); padding:1rem 1.1rem;}
#services-tiles-accordion .pricing-note p{margin:0.35rem 0; line-height:1.6;}
#services-tiles-accordion .pricing-note strong{color:var(--zhuksej8-primary);}
#services-tiles-accordion .muted{color:var(--zhuksej8-slate);}
#services-tiles-accordion ::selection{background:rgba(176,122,59,0.35);}
@media (max-width: 768px){
  #services-tiles-accordion .header-row{flex-direction:column; align-items:flex-start;}
  #services-tiles-accordion .cta-block{justify-content:flex-start;}
  #services-tiles-accordion .tiles-grid{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion: reduce){
  #services-tiles-accordion .tile-trigger:hover .tile-underline{transform:scaleX(1);}
}

/* zhuksej8:process-zigzag */
/* zhuksej8:process-zigzag */
#process-zigzag{padding:clamp(2.5rem,6vw,5rem) 0;background:var(--zhuksej8-bg);color:var(--zhuksej8-text);font-family:var(--font-sans, Charter, 'Sitka Text', Cambria, Georgia, serif)}
#process-zigzag *{box-sizing:border-box}
#process-zigzag .process-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}
#process-zigzag .process-head{max-width:52rem;margin-bottom:clamp(1.8rem,3.5vw,2.8rem)}
#process-zigzag .process-kicker{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 .9rem 0;color:var(--zhuksej8-secondary);font-size:.95rem;letter-spacing:.04em;text-transform:uppercase}
#process-zigzag .process-kicker::before{content:"";display:inline-block;width:.55rem;height:.55rem;border-radius:50%;background:var(--zhuksej8-secondary);box-shadow:0 0 0 6px color-mix(in oklab,var(--zhuksej8-secondary) 18%, transparent)}
#process-zigzag .process-title{font-family:var(--font-serif, Charter, 'Bitstream Charter', 'Sitka Text', Cambria, Georgia, serif);margin:0 0 .9rem 0;font-size:clamp(1.6rem,3.2vw,2.4rem);letter-spacing:-0.02em;line-height:1.15;text-wrap:balance}
#process-zigzag .process-subtitle{margin:0;color:color-mix(in oklab,var(--zhuksej8-ink) 85%, white);font-size:1.02rem;line-height:1.6;max-width:64ch}
#process-zigzag .process-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(1.2rem,2.5vw,2.2rem)}
#process-zigzag .process-row{display:grid;grid-template-columns:8fr 4fr;gap:clamp(1rem,2.5vw,1.6rem);align-items:center;padding:clamp(1rem,2.2vw,1.5rem);border:1px solid color-mix(in oklab,var(--zhuksej8-border) 65%, white);background:color-mix(in oklab,var(--zhuksej8-surface) 92%, white);border-radius:var(--radius-lg);position:relative;overflow:hidden}
#process-zigzag .process-row::after{content:"";position:absolute;inset:-1px;background:radial-gradient(700px 220px at 12% 10%, color-mix(in oklab,var(--zhuksej8-secondary) 12%, transparent), transparent 55%);pointer-events:none}
#process-zigzag .row-b{grid-template-columns:4fr 8fr}
#process-zigzag .process-media{position:relative;border-radius:calc(var(--radius-lg) - 4px);overflow:hidden;min-height:240px}
#process-zigzag .process-img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.001)}
#process-zigzag .process-copy{position:relative;z-index:1;padding:clamp(.6rem,1.3vw,1.1rem) clamp(.6rem,1.3vw,1.1rem)}
#process-zigzag .deliverable-tag{display:inline-flex;align-items:center;gap:.5rem;background:color-mix(in oklab,var(--zhuksej8-surface) 74%, var(--zhuksej8-secondary) 26%);border:1px solid color-mix(in oklab,var(--zhuksej8-secondary) 35%, var(--zhuksej8-border));color:color-mix(in oklab,var(--zhuksej8-ink) 85%, var(--zhuksej8-secondary));padding:.45rem .8rem;border-radius:999px;font-size:.9rem;font-weight:700;letter-spacing:.01em}
#process-zigzag .phase-title{margin:.85rem 0 .55rem 0;font-family:var(--font-serif, Charter, 'Bitstream Charter', 'Sitka Text', Cambria, Georgia, serif);font-size:clamp(1.1rem,2.1vw,1.35rem);letter-spacing:-0.01em;line-height:1.25}
#process-zigzag .phase-desc{margin:0;color:color-mix(in oklab,var(--zhuksej8-ink) 82%, white);line-height:1.65;font-size:1rem;max-width:56ch}
#process-zigzag .phase-line{margin-top:.9rem;padding-top:.85rem;border-top:1px solid color-mix(in oklab,var(--zhuksej8-border) 70%, white);font-weight:700;color:var(--zhuksej8-primary);font-size:.98rem}
#process-zigzag .process-qualifier{margin-top:clamp(1.2rem,2.5vw,2.2rem);padding:clamp(1rem,2vw,1.4rem);border:1px solid color-mix(in oklab,var(--zhuksej8-border) 70%, white);background:var(--zhuksej8-surface);border-radius:var(--radius-lg)}
#process-zigzag .qual-title{margin:0 0 .5rem 0;color:var(--zhuksej8-primary);font-family:var(--font-serif, Charter, 'Bitstream Charter', 'Sitka Text', Cambria, Georgia, serif);font-size:1.2rem;letter-spacing:-0.01em}
#process-zigzag .qual-text{margin:0;color:color-mix(in oklab,var(--zhuksej8-ink) 82%, white);line-height:1.65;max-width:70ch}
#process-zigzag .process-cta{display:flex;gap:.9rem;align-items:center;margin-top:clamp(1.2rem,2.5vw,2.2rem);flex-wrap:wrap}
#process-zigzag .primary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.05rem;border-radius:var(--radius-md);background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);text-decoration:none;font-weight:800;letter-spacing:.01em;border:1px solid color-mix(in oklab,var(--zhuksej8-primary) 90%, black)}
#process-zigzag .primary-link:focus-visible{outline:3px solid color-mix(in oklab,var(--zhuksej8-secondary) 60%, transparent);outline-offset:3px}
#process-zigzag .ghost-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.05rem;border-radius:var(--radius-md);background:transparent;color:var(--zhuksej8-primary);text-decoration:none;font-weight:800;letter-spacing:.01em;border:1px solid color-mix(in oklab,var(--zhuksej8-border) 85%, var(--zhuksej8-secondary) 20%)}
#process-zigzag .ghost-link:focus-visible{outline:3px solid color-mix(in oklab,var(--zhuksej8-secondary) 60%, transparent);outline-offset:3px}
#process-zigzag .ghost-link:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
#process-zigzag .primary-link:hover{filter:saturate(1.05)}
#process-zigzag ::selection{background:color-mix(in oklab,var(--zhuksej8-secondary) 28%, transparent);color:var(--zhuksej8-ink)}
@media (max-width: 768px){
  #process-zigzag .process-row{grid-template-columns:1fr;gap:1rem}
  #process-zigzag .row-b{grid-template-columns:1fr}
  #process-zigzag .process-media{min-height:220px;order:0}
  #process-zigzag .process-copy{padding:0 .1rem}
}
@media (prefers-reduced-motion: reduce){
  #process-zigzag .process-img{transform:none}
}
/* zhuksej8:trust-and-locations */
/* zhuksej8:trust-and-locations */
#trust-and-locations{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(2.5rem,6vw,6rem) 0;}
#trust-and-locations .tl-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#trust-and-locations .tl-head{max-width:52rem;margin:0 0 clamp(1.5rem,3vw,2.5rem);}
#trust-and-locations .tl-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;border:1px solid var(--zhuksej8-border);border-radius:999px;background:rgba(176,122,59,.08);color:var(--zhuksej8-primary);font-size:.875rem;font-weight:650;letter-spacing:.01em;}
#trust-and-locations .tl-title{font-family:var(--font-serif, Charter, Georgia, serif);font-size:clamp(1.55rem,3.2vw,2.35rem);line-height:1.15;margin:.9rem 0 .6rem;letter-spacing:-.02em;text-wrap:balance;}
#trust-and-locations .tl-sub{margin:0;color:var(--zhuksej8-text);max-width:60ch;line-height:1.65;font-size:1rem;}
#trust-and-locations .tl-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,3vw,2.5rem);align-items:start;}
#trust-and-locations .tl-col{min-width:0;}
#trust-and-locations .tl-panel{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg, 22px);padding:1.25rem 1.25rem 1.15rem;}
#trust-and-locations .tl-panel-title{margin:.2rem 0 .55rem;font-size:1.1rem;letter-spacing:-.01em;font-family:var(--font-serif, Charter, Georgia, serif);}
#trust-and-locations .tl-panel-sub{margin:0 0 1rem;color:var(--zhuksej8-text);line-height:1.65;max-width:60ch;}
#trust-and-locations .tl-table-wrap{overflow:auto;border-radius:var(--radius-md, 16px);border:1px solid rgba(215,195,166,.65);}
#trust-and-locations .tl-table{width:100%;border-collapse:collapse;min-width:520px;background:transparent;}
#trust-and-locations .tl-table th,#trust-and-locations .tl-table td{padding:.8rem .85rem;text-align:left;vertical-align:top;font-size:.95rem;line-height:1.35;}
#trust-and-locations .tl-table th{font-weight:750;color:var(--zhuksej8-primary);border-bottom:1px solid rgba(215,195,166,.7);background:rgba(176,122,59,.06);}
#trust-and-locations .tl-table td{color:var(--zhuksej8-text);border-bottom:1px solid rgba(215,195,166,.35);}
#trust-and-locations .tl-table tr:last-child td{border-bottom:none;}
#trust-and-locations .tl-actions{display:flex;flex-direction:column;gap:.65rem;margin:1.05rem 0 .95rem;}
#trust-and-locations .tl-link{display:inline-flex;align-items:center;gap:.55rem;padding:.8rem .95rem;border-radius:var(--radius-md, 16px);background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);text-decoration:none;border:1px solid var(--zhuksej8-primary);font-weight:700;}
#trust-and-locations .tl-link-secondary{background:transparent;color:var(--zhuksej8-primary);border:1px solid var(--zhuksej8-border);}
#trust-and-locations .tl-link:hover{filter:brightness(1.04);}
#trust-and-locations .tl-link:focus-visible{outline:3px solid rgba(176,122,59,.45);outline-offset:3px;}
#trust-and-locations .tl-pricing-note{font-size:.875rem;color:var(--zhuksej8-text);line-height:1.55;padding:.85rem .95rem;border-radius:var(--radius-md, 16px);border:1px solid rgba(215,195,166,.75);background:rgba(230,239,234,.55);}
#trust-and-locations .tl-testimonials{display:grid;gap:1rem;}
#trust-and-locations .tl-testimonial{background:transparent;border:1px solid rgba(215,195,166,.75);border-radius:var(--radius-lg, 22px);padding:1.05rem 1rem;}
#trust-and-locations .tl-quote{margin:0 0 .85rem;font-size:1rem;line-height:1.65;font-family:var(--font-serif, Charter, Georgia, serif);color:var(--zhuksej8-text);}
#trust-and-locations .tl-meta{display:flex;gap:.75rem;align-items:center;}
#trust-and-locations .tl-avatar{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(176,122,59,.14);border:1px solid rgba(176,122,59,.45);color:var(--zhuksej8-primary);font-weight:850;}
#trust-and-locations .tl-name{font-weight:800;letter-spacing:-.01em;}
#trust-and-locations .tl-loc{font-size:.875rem;color:var(--zhuksej8-slate);margin-top:.15rem;}
#trust-and-locations ::selection{background:rgba(176,122,59,.35);}
@media (min-width: 768px){
  #trust-and-locations .tl-grid{grid-template-columns:1.05fr .95fr;}
  #trust-and-locations .tl-actions{flex-direction:row;flex-wrap:wrap;}
  #trust-and-locations .tl-link,#trust-and-locations .tl-link-secondary{flex:1 1 auto;justify-content:center;}
}
@media (min-width: 1024px){
  #trust-and-locations .tl-shell{padding:0 clamp(1.5rem,4vw,3rem);}
  #trust-and-locations .tl-testimonials{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion: reduce){
  #trust-and-locations *{scroll-behavior:auto;}
}

/* zhuksej8:contacts */
/* zhuksej8:contacts */
#contacts{--pad:clamp(1.25rem,3.2vw,2.5rem);--gap:clamp(1rem,2vw,1.5rem);padding:var(--pad) var(--pad) 0;background:var(--zhuksej8-bg);color:var(--zhuksej8-text);font-family:var(--font-sans, Charter, Sitka Text, Cambria, Georgia, serif);}
#contacts .contacts__inner{max-width:72rem;margin:0 auto;}
#contacts .contacts__header{margin:0 0 clamp(1.25rem,3vw,2.5rem) 0;}
#contacts .contacts__kicker{margin:0 0 .6rem 0;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;color:var(--zhuksej8-secondary);}
#contacts .contacts__title{margin:0;font-family:var(--font-serif, Charter, Bitstream Charter, Sitka Text, Cambria, Georgia, serif);font-size:clamp(1.6rem,3.2vw,2.4rem);line-height:1.08;letter-spacing:-.02em;text-wrap:balance;}
#contacts .contacts__lead{margin:.85rem 0 0 0;max-width:62ch;font-size:1rem;line-height:1.6;color:var(--zhuksej8-ink);}
#contacts .contacts__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:var(--gap);align-items:start;}
#contacts .contacts__panel{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg,22px);padding:clamp(1rem,2.2vw,1.6rem);}
#contacts .contacts__panel-title{margin:0 0 1rem 0;font-size:1.125rem;letter-spacing:-.01em;}
#contacts .contacts__dl{margin:0;display:grid;gap:.9rem;}
#contacts .contacts__row{display:flex;gap:.75rem;align-items:flex-start;}
#contacts .contacts__dt{min-width:84px;font-size:.9rem;color:var(--zhuksej8-slate);font-weight:700;}
#contacts .contacts__dd{margin:0;font-size:1rem;line-height:1.5;}
#contacts .contacts__link{color:var(--zhuksej8-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
#contacts .contacts__link:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-secondary) 55%, white 45%);outline-offset:3px;border-radius:10px;}
#contacts .contacts__cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem;}
#contacts .contacts__btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1rem;border-radius:var(--radius-md,16px);font-weight:800;text-decoration:none;letter-spacing:-.01em;border:1px solid transparent;}
#contacts .contacts__btn--primary{background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);border-color:var(--zhuksej8-primary);}
#contacts .contacts__btn--primary:hover{filter:brightness(1.04);}
#contacts .contacts__btn--primary:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-accent) 55%, white 45%);outline-offset:3px;}
#contacts .contacts__btn--secondary{background:var(--zhuksej8-bg);color:var(--zhuksej8-primary);border-color:var(--zhuksej8-border);}
#contacts .contacts__btn--secondary:hover{border-color:color-mix(in srgb, var(--zhuksej8-border) 65%, var(--zhuksej8-secondary) 35%);}
#contacts .contacts__btn--secondary:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-accent) 55%, white 45%);outline-offset:3px;}
#contacts .contacts__side{padding-top:.05rem;}
#contacts .proof-card{background:transparent;border:0;border-radius:var(--radius-lg,22px);padding:0;}
#contacts .proof-card__title{margin:0 0 .85rem 0;font-size:1.05rem;font-weight:900;}
#contacts .proof-card__list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem;}
#contacts .proof-card__item{display:flex;gap:.85rem;align-items:flex-start;}
#contacts .proof-card__num{width:34px;min-width:34px;height:34px;border-radius:50%;background:var(--zhuksej8-mist);border:1px solid var(--zhuksej8-border);display:inline-flex;align-items:center;justify-content:center;color:var(--zhuksej8-primary);font-weight:900;}
#contacts .proof-card__text{font-size:1rem;line-height:1.5;}
#contacts .proof-card__note{margin:1rem 0 0 0;color:var(--zhuksej8-ink);font-size:.95rem;line-height:1.65;}
#contacts .contacts__footer{margin:clamp(1.25rem,3.5vw,2.2rem) 0 var(--pad);display:flex;gap:1rem;align-items:baseline;justify-content:space-between;flex-wrap:wrap;border-top:1px solid var(--zhuksej8-border);padding-top:1.1rem;}
#contacts .contacts__fine{margin:0;color:var(--zhuksej8-slate);font-size:.95rem;}
#contacts .contacts__fine-link{color:var(--zhuksej8-primary);font-weight:900;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
#contacts .contacts__fine-link:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-secondary) 55%, white 45%);outline-offset:3px;border-radius:10px;}
#contacts ::selection{background:color-mix(in srgb, var(--zhuksej8-secondary) 35%, white 65%);color:var(--zhuksej8-text);}
@media (max-width:900px){#contacts .contacts__grid{grid-template-columns:1fr;gap:1rem;}#contacts .contacts__footer{justify-content:flex-start;}}
@media (prefers-reduced-motion:reduce){#contacts .contacts__btn:hover{filter:none;}}
/* zhuksej8:pricing-intro */
/* zhuksej8:pricing-intro */
#pricing-intro{--r:var(--zhuksej8-ink);--b:var(--zhuksej8-border);background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(2.25rem,6vw,5.25rem) 0;}
#pricing-intro .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#pricing-intro .intro-grid{display:grid;grid-template-columns:1fr 0.98fr;gap:clamp(1.25rem,4vw,3.25rem);align-items:start;}
#pricing-intro .intro-copy{padding-top:0.25rem;}
#pricing-intro .kicker{margin:0 0 0.9rem;font:600 0.95rem/1.3 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);letter-spacing:0.02em;color:var(--zhuksej8-secondary);}
#pricing-intro .headline{margin:0 0 1rem;font:700 clamp(1.9rem,3.2vw,2.75rem)/1.08 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);letter-spacing:-0.02em;text-wrap:balance;}
#pricing-intro .lead{margin:0 0 1.25rem;font:400 1.02rem/1.7 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--zhuksej8-ink);max-width:48rem;}
#pricing-intro .value-list{list-style:none;padding:0;margin:0 0 1.55rem;}
#pricing-intro .value-item{display:flex;gap:0.75rem;align-items:flex-start;padding:0.45rem 0;}
#pricing-intro .marker{width:1.8rem;height:1.8rem;border-radius:var(--radius-sm,10px);display:inline-flex;align-items:center;justify-content:center;background:var(--zhuksej8-mist);border:1px solid var(--zhuksej8-border);color:var(--zhuksej8-secondary);font:700 0.95rem/1 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);flex:0 0 auto;}
#pricing-intro .value-text{font:400 1rem/1.6 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--zhuksej8-text);} 
#pricing-intro .cta-row{display:flex;gap:0.9rem;flex-wrap:wrap;margin-top:0.85rem;}
#pricing-intro .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.75rem 1rem;border-radius:var(--radius-md,16px);text-decoration:none;font:600 1rem/1 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);border:1px solid transparent;}
#pricing-intro .btn-primary{background:var(--zhuksej8-primary);color:#fff;border-color:var(--zhuksej8-primary);}
#pricing-intro .btn-primary:focus-visible{outline:3px solid color-mix(in srgb,var(--zhuksej8-secondary) 55%, transparent);outline-offset:2px;}
#pricing-intro .btn-ghost{background:var(--zhuksej8-surface);border-color:var(--zhuksej8-border);color:var(--zhuksej8-ink);}
#pricing-intro .btn-ghost:focus-visible{outline:3px solid color-mix(in srgb,var(--zhuksej8-primary) 55%, transparent);outline-offset:2px;}
#pricing-intro .btn:hover{filter:brightness(0.98);}
#pricing-intro .fineprint{margin:1.2rem 0 0;font:400 0.92rem/1.6 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--zhuksej8-slate);max-width:56ch;}
#pricing-intro .intro-panel{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg,22px);padding:1.25rem 1.25rem 1.1rem;box-shadow:0 12px 32px color-mix(in srgb,var(--zhuksej8-ink) 8%, transparent);}
#pricing-intro .panel-header{padding-bottom:0.85rem;border-bottom:1px solid var(--zhuksej8-border);}
#pricing-intro .panel-title{margin:0 0 0.35rem;font:700 1.25rem/1.2 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);color:var(--zhuksej8-ink);} 
#pricing-intro .panel-sub{margin:0;font:400 0.98rem/1.6 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--zhuksej8-slate);} 
#pricing-intro .panel-body{padding:0.95rem 0;}
#pricing-intro .metric{padding:0.6rem 0;}
#pricing-intro .metric-top{display:flex;gap:0.55rem;align-items:baseline;}
#pricing-intro .metric-number{font:800 1.7rem/1 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);letter-spacing:-0.01em;color:var(--zhuksej8-primary);font-variant-numeric:tabular-nums;}
#pricing-intro .metric-label{font:700 1rem/1.1 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--zhuksej8-ink);} 
#pricing-intro .metric-desc{margin:0.35rem 0 0;font:400 0.96rem/1.6 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--zhuksej8-text);} 
#pricing-intro .divider{height:1px;background:var(--zhuksej8-border);margin:0.45rem 0;}
#pricing-intro .panel-link{display:inline-flex;margin-top:0.2rem;text-decoration:none;color:var(--zhuksej8-primary);font:700 0.98rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);border-bottom:2px solid color-mix(in srgb,var(--zhuksej8-secondary) 35%, transparent);padding-bottom:0.15rem;}
#pricing-intro .panel-link:focus-visible{outline:3px solid color-mix(in srgb,var(--zhuksej8-secondary) 55%, transparent);outline-offset:4px;border-radius:10px;}
#pricing-intro .panel-link:hover{border-bottom-color:var(--zhuksej8-secondary);}
::selection{background:color-mix(in srgb,var(--zhuksej8-secondary) 25%, transparent);}
@media (prefers-reduced-motion: reduce){#pricing-intro *{scroll-behavior:auto;transition:none !important;animation:none !important;}}
@media (max-width: 860px){#pricing-intro .intro-grid{grid-template-columns:1fr;gap:1.2rem;}
#pricing-intro .intro-panel{order:2;}
#pricing-intro .intro-copy{order:1;}
}

/* zhuksej8:deliverables-by-phase */
/* zhuksej8:deliverables-by-phase */
#deliverables-by-phase{padding:clamp(2.5rem,6vw,5.5rem) 0;background:var(--zhuksej8-bg);color:var(--zhuksej8-text);} 
#deliverables-by-phase .deliverables-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);} 
#deliverables-by-phase .deliverables-intro{max-width:60ch;margin-bottom:clamp(1.5rem,3vw,2.5rem);} 
#deliverables-by-phase .deliverables-title{font-family:Charter,'Sitka Text',Cambria,Georgia,serif;font-size:clamp(1.6rem,3.2vw,2.4rem);line-height:1.1;margin:0 0 .75rem 0;letter-spacing:-0.02em;text-wrap:balance;} 
#deliverables-by-phase .deliverables-subtitle{margin:0;font-size:1rem;line-height:1.65;color:var(--zhuksej8-ink);} 
#deliverables-by-phase .deliverables-grid{display:grid;grid-template-columns:1fr;gap:1rem;} 
#deliverables-by-phase .phase-row{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--zhuksej8-radius,16px);padding:1.25rem 1.25rem;box-shadow:0 10px 30px rgba(11,59,46,.06);position:relative;overflow:hidden;} 
#deliverables-by-phase .phase-row::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--zhuksej8-secondary);opacity:.9;} 
#deliverables-by-phase .phase-tag{font-size:.875rem;letter-spacing:.02em;color:var(--zhuksej8-ink);margin:0 0 .65rem 0;font-family:Charter,'Sitka Text',Cambria,Georgia,serif;} 
#deliverables-by-phase .phase-title{margin:.15rem 0 .75rem 0;font-size:1.15rem;line-height:1.25;font-family:Charter,'Sitka Text',Cambria,Georgia,serif;letter-spacing:-0.01em;} 
#deliverables-by-phase .phase-list{margin:0;padding-left:1.2rem;color:var(--zhuksej8-ink);} 
#deliverables-by-phase .phase-list li{margin:.45rem 0;line-height:1.55;} 
#deliverables-by-phase .phase-note{margin:.85rem 0 0 0;font-size:.95rem;line-height:1.6;color:var(--zhuksej8-slate);} 
#deliverables-by-phase .deliverables-cta-band{margin-top:clamp(1.25rem,3vw,2.25rem);display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:1.25rem 1.25rem;border-radius:var(--zhuksej8-radius,22px);background:linear-gradient(180deg, rgba(176,122,59,.08), rgba(176,122,59,.03));border:1px solid rgba(176,122,59,.35);} 
#deliverables-by-phase .cta-eyebrow{margin:0 0 .25rem 0;font-size:.875rem;color:var(--zhuksej8-secondary);letter-spacing:.08em;text-transform:uppercase;} 
#deliverables-by-phase .cta-line{margin:0;font-size:1.05rem;line-height:1.6;max-width:56ch;} 
#deliverables-by-phase .deliverables-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;padding-top:.2rem;} 
#deliverables-by-phase .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.85rem 1rem;border-radius:var(--zhuksej8-radius,16px);font-weight:700;text-decoration:none;line-height:1;letter-spacing:.01em;focus-visible:none;} 
#deliverables-by-phase .button:focus-visible{outline:3px solid rgba(176,122,59,.45);outline-offset:3px;} 
#deliverables-by-phase .button-primary{background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);border:1px solid rgba(11,59,46,.2);} 
#deliverables-by-phase .button-primary:hover{background:rgba(11,59,46,.92);} 
#deliverables-by-phase .button-ghost{background:transparent;color:var(--zhuksej8-primary);border:1px solid var(--zhuksej8-border);} 
#deliverables-by-phase .button-ghost:hover{background:rgba(215,195,166,.18);} 
#deliverables-by-phase ::selection{background:rgba(176,122,59,.25);} 
@media (min-width: 900px){
  #deliverables-by-phase .deliverables-grid{gap:1.25rem;grid-template-columns:repeat(12,1fr);} 
  #deliverables-by-phase .phase-row{grid-column:span 12;display:grid;grid-template-columns:1fr;}
  #deliverables-by-phase .phase-row{padding:1.35rem 1.35rem;} 
}
@media (min-width: 960px){
  #deliverables-by-phase .phase-row{grid-column:span 6;}
  #deliverables-by-phase .phase-row:nth-child(odd){grid-column:1/span 6;}
  #deliverables-by-phase .phase-row:nth-child(even){grid-column:7/span 6;}
}
@media (max-width: 639px){
  #deliverables-by-phase .deliverables-cta-band{flex-direction:column;align-items:flex-start;} 
  #deliverables-by-phase .deliverables-cta-actions{width:100%;justify-content:flex-start;} 
  #deliverables-by-phase .phase-row{padding:1.1rem 1.1rem;} 
}
@media (prefers-reduced-motion: reduce){
  #deliverables-by-phase *{scroll-behavior:auto;}
}

/* zhuksej8:faq-accordion */
#faq-accordion{--faq-ink:var(--zhuksej8-ink);--faq-surface:var(--zhuksej8-surface);--faq-bg:var(--zhuksej8-bg);--faq-border:var(--zhuksej8-border);--faq-muted:var(--zhuksej8-slate);--faq-primary:var(--zhuksej8-primary);--faq-accent:var(--zhuksej8-accent);background:var(--zhuksej8-bg);color:var(--zhuksej8-text);}
#faq-accordion .faq-shell{max-width:72rem;margin:0 auto;padding:clamp(2.5rem,5vw,4.25rem) clamp(1rem,3vw,2rem);}
#faq-accordion .faq-header{max-width:48rem;margin-bottom:1.5rem;}
#faq-accordion .faq-title{font-family:var(--zhuksej8-serif, Charter, 'Sitka Text', Cambria, Georgia, serif);font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.12;letter-spacing:-0.02em;margin:0 0 0.5rem 0;color:var(--zhuksej8-ink);text-wrap:balance;}
#faq-accordion .faq-subtitle{margin:0;max-width:62ch;color:var(--zhuksej8-slate);font-size:1rem;line-height:1.6;}
#faq-accordion .faq-accordion{border:1px solid var(--faq-border);border-radius:var(--zhuksej8-radius-md,16px);background:var(--faq-bg);}
#faq-accordion .accordion-item{border-top:1px solid var(--faq-border);}
#faq-accordion .accordion-item:first-child{border-top:none;}
#faq-accordion .accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.1rem;background:var(--faq-bg);border:none;cursor:pointer;color:var(--faq-ink);font:inherit;text-align:left;}
#faq-accordion .accordion-question{font-size:1.02rem;line-height:1.35;font-weight:700;letter-spacing:-0.01em;}
#faq-accordion .accordion-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid var(--faq-border);color:var(--faq-primary);background:var(--faq-surface);font-size:1.25rem;line-height:1;flex:0 0 auto;}
#faq-accordion .accordion-trigger:focus-visible{outline:3px solid color-mix(in srgb, var(--faq-accent) 55%, white 45%);outline-offset:2px;}
#faq-accordion .accordion-trigger:hover .accordion-icon{border-color:color-mix(in srgb, var(--faq-accent) 55%, var(--faq-border) 45%);}
#faq-accordion .accordion-panel{padding:0 1.1rem 1.15rem 1.1rem;}
#faq-accordion .accordion-body{padding-top:0.25rem;}
#faq-accordion .accordion-body p{margin:0 0 0.85rem 0;color:var(--faq-muted);font-size:1rem;line-height:1.7;}
#faq-accordion .faq-list{margin:0; padding:0; list-style:none; display:grid; gap:0.6rem;}
#faq-accordion .faq-list li{display:flex; gap:0.65rem; align-items:flex-start; color:var(--faq-muted); line-height:1.6; font-size:0.98rem;}
#faq-accordion .faq-dot{width:10px;height:10px;border-radius:50%;background:color-mix(in srgb, var(--faq-accent) 65%, white 35%);margin-top:0.35rem;flex:0 0 auto;box-shadow:0 0 0 3px color-mix(in srgb, var(--faq-accent) 18%, white 82%);}
#faq-accordion .faq-inline-cta{margin-top:0.2rem;}
#faq-accordion .faq-link{color:var(--faq-primary);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;font-weight:700;}
#faq-accordion .faq-link:focus-visible{outline:3px solid color-mix(in srgb, var(--faq-primary) 35%, white 65%);outline-offset:3px;border-radius:8px;}
@media (max-width:640px){
  #faq-accordion .faq-shell{padding:2.25rem 1rem;}
  #faq-accordion .accordion-trigger{padding:1rem 0.95rem;}
  #faq-accordion .accordion-icon{width:36px;height:36px;border-radius:11px;}
  #faq-accordion .accordion-question{font-size:1rem;}
}
@media (prefers-reduced-motion:reduce){
  #faq-accordion *{scroll-behavior:auto;transition:none !important;animation:none !important;}
}
/* zhuksej8:quote-cta */
/* zhuksej8:quote-cta */
#quote-cta.quote-cta{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(2.2rem,5vw,3.6rem) 0;}
#quote-cta.quote-cta .quote-cta__wrap{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:grid;grid-template-columns:1.1fr 0.9fr;gap:clamp(1.25rem,3vw,2.5rem);align-items:start;}
#quote-cta.quote-cta .quote-cta__title{font-family:var(--font-serif);font-weight:700;letter-spacing:-0.02em;line-height:1.12;text-wrap:balance;margin:0 0 0.9rem 0;font-size:clamp(1.4rem,2.6vw,2.1rem);}
#quote-cta.quote-cta .quote-cta__lead{margin:0 0 1.2rem 0;font-size:1rem;line-height:1.6;color:var(--zhuksej8-ink);max-width:38ch;}
#quote-cta.quote-cta .quote-cta__meta{display:flex;flex-direction:column;gap:0.85rem;margin-top:1rem;}
#quote-cta.quote-cta .quote-cta__meta-item{padding:0.9rem 1rem;border:1px solid var(--zhuksej8-border);border-radius:var(--radius-md);background:var(--zhuksej8-surface);}
#quote-cta.quote-cta .quote-cta__meta-label{display:block;font-size:0.875rem;color:var(--zhuksej8-slate);margin-bottom:0.35rem;}
#quote-cta.quote-cta .quote-cta__meta-value{display:block;font-size:1rem;line-height:1.45;color:var(--zhuksej8-text);}
#quote-cta.quote-cta .quote-cta__help{margin-top:1.1rem;}
#quote-cta.quote-cta .quote-cta__help-text{margin:0;color:var(--zhuksej8-text);line-height:1.65;max-width:55ch;font-size:0.98rem;}
#quote-cta.quote-cta .quote-cta__panel{border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg);background:var(--zhuksej8-surface);padding:1.2rem;box-shadow:0 10px 30px rgba(11,59,46,0.06);}
#quote-cta.quote-cta .quote-cta__form{margin:0;}
#quote-cta.quote-cta .quote-cta__fieldset{border:0;padding:0;margin:0;}
#quote-cta.quote-cta .quote-cta__legend{font-family:var(--font-serif);font-weight:700;font-size:1.1rem;letter-spacing:-0.01em;margin-bottom:0.9rem;}
#quote-cta.quote-cta .quote-cta__field{margin-bottom:0.85rem;}
#quote-cta.quote-cta .quote-cta__label{display:block;font-size:0.875rem;color:var(--zhuksej8-slate);margin:0 0 0.4rem 0;}
#quote-cta.quote-cta .quote-cta__input,#quote-cta.quote-cta .quote-cta__textarea{width:100%;border:1px solid var(--zhuksej8-border);border-radius:var(--radius-md);background:var(--zhuksej8-bg);color:var(--zhuksej8-text);font-size:1rem;padding:0.75rem 0.85rem;outline:none;}
#quote-cta.quote-cta .quote-cta__textarea{resize:vertical;min-height:110px;}
#quote-cta.quote-cta .quote-cta__input:focus-visible,#quote-cta.quote-cta .quote-cta__textarea:focus-visible{border-color:var(--zhuksej8-secondary);box-shadow:0 0 0 4px rgba(176,122,59,0.18);}
#quote-cta.quote-cta .quote-cta__consent{display:flex;gap:0.7rem;align-items:flex-start;margin:0.65rem 0 1rem 0;}
#quote-cta.quote-cta .quote-cta__checkbox{margin-top:0.2rem;accent-color:var(--zhuksej8-primary);}
#quote-cta.quote-cta .quote-cta__checkbox-label{font-size:0.95rem;line-height:1.5;color:var(--zhuksej8-text);cursor:pointer;}
#quote-cta.quote-cta .quote-cta__actions{display:flex;gap:0.9rem;align-items:center;flex-wrap:wrap;margin-top:0.85rem;}
#quote-cta.quote-cta .quote-cta__submit{appearance:none;border:1px solid var(--zhuksej8-primary);background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);padding:0.85rem 1rem;border-radius:var(--radius-md);font-weight:700;letter-spacing:0.01em;min-height:44px;cursor:pointer;}
#quote-cta.quote-cta .quote-cta__submit:hover{background:rgba(11,59,46,0.92);}
#quote-cta.quote-cta .quote-cta__submit:active{background:rgba(11,59,46,0.86);}
#quote-cta.quote-cta .quote-cta__submit:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(11,59,46,0.22);}
#quote-cta.quote-cta .quote-cta__secondary-link{color:var(--zhuksej8-primary);text-decoration:underline;text-decoration-thickness:from-font; text-underline-offset:3px;font-weight:600;}
#quote-cta.quote-cta .quote-cta__secondary-link:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(11,59,46,0.18);border-radius:8px;}
#quote-cta.quote-cta .quote-cta__fineprint{margin:0.8rem 0 0 0;color:var(--zhuksej8-slate);font-size:0.875rem;line-height:1.5;}
#quote-cta.quote-cta .quote-cta__risk{margin-top:1rem;padding-top:1rem;border-top:1px dashed rgba(11,31,25,0.18);}
#quote-cta.quote-cta .quote-cta__risk-chip{display:inline-block;background:rgba(176,122,59,0.14);border:1px solid rgba(176,122,59,0.35);color:var(--zhuksej8-primary);padding:0.35rem 0.6rem;border-radius:999px;font-size:0.875rem;font-weight:700;}
#quote-cta.quote-cta .quote-cta__risk-text{margin:0.6rem 0 0 0;line-height:1.6;color:var(--zhuksej8-text);}
#quote-cta.quote-cta *::selection{background:rgba(176,122,59,0.35);}
@media (prefers-reduced-motion: reduce){#quote-cta.quote-cta *{transition:none !important;scroll-behavior:auto !important;}}
@media (max-width: 860px){#quote-cta.quote-cta .quote-cta__wrap{grid-template-columns:1fr;gap:1.2rem;}#quote-cta.quote-cta .quote-cta__panel{padding:1rem;}}

/* zhuksej8:contact-intro */
/* zhuksej8:contact-intro */
#contact-intro.contact-intro{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(1.5rem,3.8vw,3rem) 0;}
#contact-intro .contact-intro__wrap{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#contact-intro .contact-intro__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--zhuksej8-secondary);font-weight:700;}
#contact-intro .contact-intro__title{margin:.75rem 0 .8rem;font-family:var(--ds-font-serif, serif);font-size:clamp(2.1rem,4.3vw,3.6rem);line-height:1.06;letter-spacing:-.02em;text-wrap:balance;}
#contact-intro .contact-intro__lead{max-width:66ch;margin:0 0 1.7rem;font-size:1.05rem;line-height:1.65;color:var(--zhuksej8-text);} 
#contact-intro .contact-intro__expect{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;align-items:stretch;margin:1.2rem 0 1.8rem;}
#contact-intro .expect-card{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--ds-radius,16px);padding:1.1rem 1.1rem 1.05rem;}
#contact-intro .expect-card__label{font-size:.875rem;font-weight:800;letter-spacing:.02em;color:var(--zhuksej8-primary);text-transform:none;}
#contact-intro .expect-card__value{margin:.35rem 0 .5rem;font-weight:800;font-size:1.1rem;line-height:1.25;color:var(--zhuksej8-text);}
#contact-intro .expect-card__hint{font-size:.95rem;line-height:1.55;color:var(--zhuksej8-slate);}
#contact-intro .contact-intro__cta-row{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap;margin:1.2rem 0 1.1rem;}
#contact-intro .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.05rem;border-radius:var(--ds-radius,16px);font-weight:800;text-decoration:none;letter-spacing:.01em;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease;}
#contact-intro .button--primary{background:var(--zhuksej8-primary);color:#fff;border:1px solid var(--zhuksej8-primary);}
#contact-intro .button--primary:hover{background:var(--zhuksej8-accent);border-color:var(--zhuksej8-accent);}
#contact-intro .button--ghost{background:transparent;color:var(--zhuksej8-primary);border:2px solid var(--zhuksej8-border);}
#contact-intro .button--ghost:hover{border-color:var(--zhuksej8-secondary);color:var(--zhuksej8-secondary);}
#contact-intro .button:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-secondary) 55%, #fff);outline-offset:2px;}
#contact-intro .contact-intro__micro{display:flex;align-items:flex-start;gap:.65rem;margin-top:1rem;color:var(--zhuksej8-slate);}
#contact-intro .contact-intro__micro-thing{color:var(--zhuksej8-secondary);font-weight:900;line-height:1.2;margin-top:.1rem;}
#contact-intro .contact-intro__micro-text{margin:0;line-height:1.6;font-size:.98rem;max-width:70ch;}
#contact-intro ::selection{background:color-mix(in srgb, var(--zhuksej8-secondary) 30%, #fff);}
@media (max-width: 860px){
  #contact-intro .contact-intro__expect{grid-template-columns:1fr;}
  #contact-intro .contact-intro__cta-row{justify-content:flex-start;}
}
@media (prefers-reduced-motion: reduce){
  #contact-intro .button{transition:none;}
}

/* zhuksej8:contact-form */
/* zhuksej8:contact-form */
#contact-form{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(2.25rem,6vw,5rem) 0;}
#contact-form .contact-form-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#contact-form .contact-form-header{max-width:56rem;margin-bottom:1.5rem;}
#contact-form .contact-form-title{font-family:var(--ds-font-serif, Charter, 'Bitstream Charter', Sitka Text, Cambria, Georgia, serif);font-size:clamp(1.8rem,3.2vw,2.6rem);letter-spacing:-0.02em;line-height:1.1;margin:0 0 0.6rem 0;}
#contact-form .contact-form-subtitle{margin:0;color:var(--zhuksej8-ink);font-size:1rem;line-height:1.6;max-width:60ch;}
#contact-form .contact-form-cta-row{margin-top:1rem;}
#contact-form .contact-form-link{display:inline-block;color:var(--zhuksej8-primary);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;font-weight:700;}
#contact-form .contact-form-link:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-accent) 35%, transparent);outline-offset:4px;border-radius:10px;}
#contact-form .form-card{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--zhuksej8-radius-lg, 22px);box-shadow:0 10px 28px color-mix(in srgb, var(--zhuksej8-primary) 10%, transparent);padding:clamp(1.25rem,3vw,2rem);}
#contact-form .contact-form{display:block;}
#contact-form .form-hint{margin:0 0 1rem 0;color:color-mix(in srgb, var(--zhuksej8-ink) 80%, var(--zhuksej8-slate));font-size:0.95rem;line-height:1.5;}
#contact-form .field-row{display:grid;grid-template-columns:1fr;gap:1rem;}
#contact-form .field{margin-top:1rem;}
#contact-form .label{display:block;font-weight:800;font-size:0.95rem;margin-bottom:0.5rem;color:var(--zhuksej8-ink);}
#contact-form .input,#contact-form .textarea{width:100%;border:1px solid color-mix(in srgb, var(--zhuksej8-border) 65%, var(--zhuksej8-ink) 10%);background:var(--zhuksej8-bg);color:var(--zhuksej8-text);border-radius:var(--zhuksej8-radius-md, 16px);padding:0.75rem 0.9rem;font-size:1rem;line-height:1.4;}
#contact-form .textarea{padding:0.85rem 0.95rem;resize:vertical;min-height:130px;}
#contact-form .input::placeholder,#contact-form .textarea::placeholder{color:color-mix(in srgb, var(--zhuksej8-slate) 80%, transparent);}
#contact-form .input:focus-visible,#contact-form .textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-primary) 35%, transparent);outline-offset:2px;border-color:color-mix(in srgb, var(--zhuksej8-primary) 40%, var(--zhuksej8-border));}
#contact-form .textarea-note{margin:0.55rem 0 0 0;color:color-mix(in srgb, var(--zhuksej8-ink) 82%, var(--zhuksej8-slate));font-size:0.9rem;line-height:1.45;}
#contact-form .form-actions{display:flex;flex-direction:column;gap:0.8rem;margin-top:1.25rem;}
#contact-form .primary-button{appearance:none;border:none;border-radius:var(--zhuksej8-radius-md, 16px);padding:0.9rem 1rem;background:var(--zhuksej8-primary);color:#fff;font-weight:900;font-size:1rem;min-height:44px;}
#contact-form .primary-button:hover{background:color-mix(in srgb, var(--zhuksej8-primary) 88%, var(--zhuksej8-accent) 12%);}
#contact-form .primary-button:active{background:color-mix(in srgb, var(--zhuksej8-primary) 82%, black 18%);}
#contact-form .primary-button:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-accent) 45%, transparent);outline-offset:3px;}
#contact-form .secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:var(--zhuksej8-radius-md, 16px);border:2px solid var(--zhuksej8-border);padding:0.8rem 1rem;background:color-mix(in srgb, var(--zhuksej8-bg) 75%, var(--zhuksej8-surface) 25%);color:var(--zhuksej8-primary);font-weight:900;text-decoration:none;}
#contact-form .secondary-button:hover{border-color:color-mix(in srgb, var(--zhuksej8-secondary) 55%, var(--zhuksej8-border));color:color-mix(in srgb, var(--zhuksej8-primary) 85%, var(--zhuksej8-secondary) 15%);}
#contact-form .secondary-button:focus-visible{outline:3px solid color-mix(in srgb, var(--zhuksej8-secondary) 40%, transparent);outline-offset:3px;}
#contact-form .form-fineprint{margin-top:1rem;border-top:1px solid color-mix(in srgb, var(--zhuksej8-border) 70%, transparent);padding-top:0.9rem;color:color-mix(in srgb, var(--zhuksej8-ink) 85%, var(--zhuksej8-slate));font-size:0.9rem;line-height:1.5;}
#contact-form .fineprint-label{font-weight:900;color:var(--zhuksej8-ink);}
#contact-form ::selection{background:color-mix(in srgb, var(--zhuksej8-accent) 28%, white);}
@media (min-width:640px){
  #contact-form .field-row{grid-template-columns:1fr 1fr;}
  #contact-form .form-actions{flex-direction:row;align-items:center;}
}
@media (prefers-reduced-motion:reduce){
  #contact-form *{scroll-behavior:auto;}
}

/* zhuksej8:services-fit-notes */
/* zhuksej8:services-fit-notes */
#services-fit-notes{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(1.75rem,4vw,3.25rem) 0;}
#services-fit-notes .shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,1.5rem);}
#services-fit-notes .eyebrow{display:inline-block;font-family:var(--font-sans, Charter, 'Sitka Text', Cambria, Georgia, serif);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;color:var(--zhuksej8-secondary);border:1px solid var(--zhuksej8-border);background:color-mix(in oklab, var(--zhuksej8-surface) 74%, white 26%);padding:.45rem .75rem;border-radius:var(--radius-sm,10px);}
#services-fit-notes .title{font-family:var(--font-serif, Charter, 'Bitstream Charter', Sitka Text, Cambria, Georgia, serif);margin:.9rem 0 .65rem;line-height:1.08;letter-spacing:-.02em;text-wrap:balance;font-size:clamp(1.6rem,3vw,2.25rem);}
#services-fit-notes .lead{margin:0 0 1.5rem;max-width:66ch;font-size:1rem;line-height:1.6;color:color-mix(in oklab, var(--zhuksej8-text) 88%, var(--zhuksej8-slate) 12%);}
#services-fit-notes .notes-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem;}
#services-fit-notes .note-item{display:flex;gap:.95rem;align-items:flex-start;}
#services-fit-notes .note-marker{flex:0 0 auto;width:34px;height:34px;border-radius:999px;border:1px solid var(--zhuksej8-border);background:var(--zhuksej8-surface);color:var(--zhuksej8-secondary);display:flex;align-items:center;justify-content:center;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;}
#services-fit-notes .note-body{border:1px solid var(--zhuksej8-border);background:var(--zhuksej8-surface);border-radius:var(--radius-md,16px);padding:1rem 1.05rem;}
#services-fit-notes .note-title{font-family:var(--font-serif, Charter, 'Bitstream Charter', Sitka Text, Cambria, Georgia, serif);font-size:1.05rem;margin:0 0 .25rem;}
#services-fit-notes .note-text{margin:0;color:color-mix(in oklab, var(--zhuksej8-text) 86%, var(--zhuksej8-slate) 14%);line-height:1.6;font-size:.98rem;}
#services-fit-notes .cta-row{margin-top:1.5rem;display:flex;gap:1rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;border-top:1px solid var(--zhuksej8-border);padding-top:1.25rem;}
#services-fit-notes .cta-link{font-weight:650;color:var(--zhuksej8-primary);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;}
#services-fit-notes .cta-link:focus-visible{outline:3px solid color-mix(in oklab, var(--zhuksej8-primary) 40%, white 60%);outline-offset:3px;border-radius:10px;}
#services-fit-notes .cta-help{color:color-mix(in oklab, var(--zhuksej8-text) 82%, var(--zhuksej8-slate) 18%);line-height:1.55;max-width:52ch;}
#services-fit-notes ::selection{background:color-mix(in oklab, var(--zhuksej8-secondary) 35%, white 65%);}
@media (min-width: 768px){
  #services-fit-notes .notes-list{gap:1.1rem;}
}
@media (prefers-reduced-motion: reduce){
  #services-fit-notes *{scroll-behavior:auto;transition:none !important;animation:none !important;}
}
/* zhuksej8:contact-details */
/* zhuksej8:contact-details */
#contact-details.contact-details{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);padding:clamp(2.25rem,4.5vw,4rem) 0;}
#contact-details .contact-details__inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#contact-details .contact-details__head{display:block;margin-bottom:1.25rem;}
#contact-details .contact-details__title{font-family:var(--font-serif,Charter,'Sitka Text',Cambria,Georgia,serif);font-size:clamp(1.6rem,2.6vw,2.2rem);line-height:1.15;letter-spacing:-0.02em;margin:0 0 .5rem 0;text-wrap:balance;}
#contact-details .contact-details__subtitle{margin:0;max-width:64ch;font-size:1rem;line-height:1.6;color:var(--zhuksej8-ink);} 
#contact-details .contact-details__panel{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg,22px);padding:1.25rem 1.25rem 1.1rem 1.25rem;box-shadow:0 10px 30px rgba(11,59,46,0.08);}
#contact-details .contact-details__row{display:flex;gap:1rem;align-items:flex-start;padding:.75rem 0;}
#contact-details .contact-details__label{min-width:7.5rem;font-size:.875rem;letter-spacing:.02em;color:var(--zhuksej8-primary);font-weight:700;}
#contact-details .contact-details__value{flex:1;font-size:1.02rem;line-height:1.5;}
#contact-details .contact-details__address-line{font-weight:600;}
#contact-details .contact-details__link{color:var(--zhuksej8-primary);text-decoration:none;border-bottom:1px solid transparent;}
#contact-details .contact-details__link:hover{border-bottom-color:var(--zhuksej8-secondary);} 
#contact-details .contact-details__link:focus-visible{outline:3px solid rgba(176,122,58,0.35);outline-offset:3px;border-bottom-color:var(--zhuksej8-secondary);border-radius:6px;}
#contact-details .contact-details__divider{height:1px;background:rgba(215,195,166,0.75);}
#contact-details .contact-details__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.05rem;padding-top:.9rem;}
#contact-details .contact-details__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1rem;border-radius:var(--radius-md,16px);background:var(--zhuksej8-primary);color:var(--zhuksej8-bg);text-decoration:none;font-weight:800;border:1px solid var(--zhuksej8-primary);}
#contact-details .contact-details__button:hover{background:#0a352a;}
#contact-details .contact-details__button:focus-visible{outline:3px solid rgba(176,122,58,0.35);outline-offset:3px;}
#contact-details .contact-details__button--ghost{background:transparent;color:var(--zhuksej8-primary);border-color:rgba(11,59,46,0.45);}
#contact-details .contact-details__button--ghost:hover{background:rgba(11,59,46,0.05);border-color:rgba(176,122,58,0.8);}
#contact-details .contact-details__note{margin:.95rem 0 0 0;color:var(--zhuksej8-slate);font-size:.95rem;line-height:1.5;}
#contact-details ::selection{background:rgba(176,122,58,0.25);} 
@media (max-width:640px){
  #contact-details .contact-details__panel{padding:1rem;}
  #contact-details .contact-details__row{flex-direction:column;gap:.35rem;}
  #contact-details .contact-details__label{min-width:auto;}
  #contact-details .contact-details__actions{margin-top:.85rem;}
}
@media (prefers-reduced-motion:reduce){
  #contact-details .contact-details__button,#contact-details .contact-details__link{transition:none;}
}

.policy-page{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);font-family:var(--zhuksej8-font-display);line-height:1.55;}
.policy-main{max-width:920px;margin:0 auto;padding:24px;}
.policy-header{margin-bottom:18px;padding:18px;border:1px solid var(--zhuksej8-border);background:var(--zhuksej8-surface);border-radius:var(--radius-lg);}
.policy-title{margin:0 0 8px 0;font-size:28px;letter-spacing:-0.3px;color:var(--zhuksej8-primary);}
.policy-subtitle{margin:0;font-size:15px;color:var(--zhuksej8-ink);}
.policy-section{margin:16px 0;padding:14px 14px;border-radius:var(--radius-md);}
.policy-section-title{margin:0 0 8px 0;font-size:18px;color:var(--zhuksej8-primary);}
.policy-text{margin:8px 0;font-size:15px;color:var(--zhuksej8-text);}
.policy-list{margin:10px 0 8px 20px;padding:0;}
.policy-list-item{margin:6px 0;font-size:15px;}
.policy-cite{font-weight:700;color:var(--zhuksej8-primary);}
.policy-footer{margin-top:18px;padding:16px;border:1px solid var(--zhuksej8-border);background:var(--zhuksej8-surface);border-radius:var(--radius-lg);}
.policy-footer-title{margin:0 0 10px 0;font-size:18px;color:var(--zhuksej8-primary);}
.policy-disclaimer{margin-top:10px;font-size:14px;color:var(--zhuksej8-slate);}
.policy-legal-note{margin:12px 0 0 0;font-size:13px;color:var(--zhuksej8-slate);}
@media (max-width:640px){.policy-main{padding:16px;}.policy-title{font-size:24px;}}

/* Design-system variables */
.privacy-page{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);font-family:var(--zhuksej8-font);line-height:1.55;}
.privacy-container{max-width:980px;margin:0 auto;padding:24px;}
.privacy-hero{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg);padding:20px 18px;margin-bottom:18px;}
.privacy-title{margin:0 0 10px 0;font-size:30px;letter-spacing:-0.2px;color:var(--zhuksej8-primary);}
.privacy-intro{margin:0;max-width:78ch;color:var(--zhuksej8-ink);}
.privacy-section{margin:18px 0;padding:16px 14px;border:1px solid var(--zhuksej8-border);border-radius:var(--radius-md);background:rgba(246,241,231,0.6);}
.privacy-h2{margin:0 0 10px 0;font-size:18px;color:var(--zhuksej8-primary);}
.privacy-h2--compact{font-size:16px;}
.privacy-p{margin:0 0 10px 0;color:var(--zhuksej8-ink);}
.privacy-list{margin:0 0 0 18px;padding:0;}
.privacy-li{margin:0 0 8px 0;color:var(--zhuksej8-ink);}
.privacy-strong{font-weight:700;}
.privacy-footer{margin-top:18px;}
.privacy-footer-card{background:var(--zhuksej8-surface);border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg);padding:18px;}
.privacy-footnote{color:var(--zhuksej8-slate);font-size:13px;}
@media (max-width:520px){.privacy-container{padding:16px;}.privacy-title{font-size:24px;}.privacy-section{padding:14px 12px;}}

:root{--zhuksej8-primary:#0B3B2E;--zhuksej8-secondary:#B07A3B;--zhuksej8-accent:#B07A3B;--zhuksej8-ink:#0B1F19;--zhuksej8-slate:#5B5B5B;--zhuksej8-mist:#E6EFEA;--zhuksej8-border:#D7C3A6;--zhuksej8-surface:#F6F1E7;--zhuksej8-bg:#FFFFFF;--zhuksej8-text:#0B1F19;--zhuksej8-font:Charter,'Sitka Text',Cambria,Georgia,serif;--zhuksej8-font-display:Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif}
.policy-page{background:var(--zhuksej8-bg);color:var(--zhuksej8-text);font-family:var(--zhuksej8-font);line-height:1.55;margin:0;padding:24px}
.policy-wrap{max-width:880px;margin:0 auto;padding:24px;border:1px solid var(--zhuksej8-border);border-radius:var(--radius-lg,22px);background:linear-gradient(180deg,var(--zhuksej8-surface),var(--zhuksej8-bg))}
.policy-header{padding:10px 6px 18px 6px}
.policy-title{margin:0 0 10px 0;font-size:30px;line-height:1.2;color:var(--zhuksej8-primary);letter-spacing:0.2px}
.policy-lead{margin:0 0 10px 0;color:var(--zhuksej8-ink);font-size:16px}
.policy-meta{margin:0;color:var(--zhuksej8-slate);font-size:13px}
.policy-section{padding:14px 6px;border-top:1px solid var(--zhuksej8-border)}
.policy-section:first-of-type{border-top:none}
.policy-h2{margin:0 0 10px 0;font-size:18px;color:var(--zhuksej8-primary)}
.policy-p{margin:0 0 10px 0;color:var(--zhuksej8-text);font-size:15px}
.policy-list{margin:0 0 10px 22px;padding:0}
.policy-li{margin:6px 0;color:var(--zhuksej8-text);font-size:15px}
.policy-contact{border:1px solid var(--zhuksej8-border);background:rgba(230,239,234,0.35);border-radius:var(--radius-md,16px);padding:14px 14px}
.policy-footer{padding:18px 6px 4px 6px}
.policy-small{margin:0;color:var(--zhuksej8-slate);font-size:12px}
@media (max-width:720px){.policy-page{padding:12px}.policy-wrap{padding:16px}.policy-title{font-size:26px}.policy-h2{font-size:17px}}
/* Design-system driven, hand-written CSS (no utility frameworks). */
:root{
  --zhuksej8-primary: #0B3B2E;
  --zhuksej8-secondary: #B07A3B;
  --zhuksej8-accent: #B07A3B;
  --zhuksej8-ink: #0B1F19;
  --zhuksej8-slate: #5B5B5B;
  --zhuksej8-mist: #E6EFEA;
  --zhuksej8-border: #D7C3A6;
  --zhuksej8-surface: #F6F1E7;
  --zhuksej8-bg: #FFFFFF;
  --zhuksej8-text: #0B1F19;
  --zhuksej8-font: Charter, 'Sitka Text', Cambria, Georgia, serif;
  --zhuksej8-font-display: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, Georgia, serif;
}

.cookie-policy{
  background: var(--zhuksej8-bg);
  color: var(--zhuksej8-text);
  font-family: var(--zhuksej8-font);
  line-height: 1.6;
}

.cookie-policy .cookie-header{
  padding-top: 34px;
  padding-bottom: 18px;
}

.cookie-policy .cookie-title{
  margin: 0;
  font-family: var(--zhuksej8-font-display);
  font-size: 34px;
  line-height: 1.2;
  color: var(--zhuksej8-ink);
  letter-spacing: -0.01em;
}

.cookie-policy .cookie-lead{
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 72ch;
  color: var(--zhuksej8-slate);
  font-size: 16px;
}

.cookie-policy .cookie-content{
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 18px 10px 18px;
}

.cookie-policy .policy-section{
  background: var(--zhuksej8-surface);
  border: 1px solid var(--zhuksej8-border);
  border-radius: var(--radius-md);
  padding: 18px 18px;
  margin-bottom: 14px;
}

.cookie-policy .cookie-subtitle{
  margin: 0 0 10px 0;
  font-family: var(--zhuksej8-font-display);
  font-size: 18px;
  color: var(--zhuksej8-primary);
}

.cookie-policy .cookie-text{
  margin: 0 0 10px 0;
  font-size: 15px;
  color: var(--zhuksej8-ink);
}

.cookie-policy .cookie-legal{
  margin-top: 8px;
  margin-bottom: 6px;
  color: var(--zhuksej8-primary);
  font-weight: 600;
}

.cookie-policy .cookie-list{
  margin: 8px 0 0 18px;
  padding: 0;
}

.cookie-policy .cookie-list-item{
  margin: 6px 0;
  font-size: 15px;
}

.cookie-policy .cookie-dl{
  margin: 10px 0 0 0;
  padding: 0;
}

.cookie-policy .cookie-dl-row{
  display: block;
  margin: 10px 0;
}

.cookie-policy .cookie-dt{
  color: var(--zhuksej8-slate);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}

.cookie-policy .cookie-dd{
  margin: 0;
  font-size: 15px;
}

.cookie-policy .cookie-link{
  color: var(--zhuksej8-primary);
  text-decoration: underline;
  text-decoration-color: var(--zhuksej8-accent);
  text-underline-offset: 3px;
}

.cookie-policy .cookie-footer{
  padding: 18px 18px 44px 18px;
}

.cookie-policy .cookie-footer-card{
  max-width: 980px;
  margin: 0 auto;
  background: var(--zhuksej8-surface);
  border: 1px solid var(--zhuksej8-border);
  border-radius: var(--radius-md);
  padding: 16px 18px;
}

.cookie-policy .cookie-footer-title{
  font-family: var(--zhuksej8-font-display);
  font-size: 18px;
  color: var(--zhuksej8-primary);
  margin-bottom: 4px;
}

.cookie-policy .cookie-footer-text{
  font-size: 14px;
  color: var(--zhuksej8-ink);
  margin: 6px 0;
}

.cookie-policy .cookie-footer-note{
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--zhuksej8-slate);
}

@media (max-width: 640px){
  .cookie-policy .cookie-title{font-size: 28px;}
  .cookie-policy .cookie-content{padding-left: 14px; padding-right: 14px;}
  .cookie-policy .policy-section{padding-left: 14px; padding-right: 14px;}
}

:root{
  --zhuksej8-primary:#0B3B2E;
  --zhuksej8-secondary:#B07A3B;
  --zhuksej8-accent:#B07A3B;
  --zhuksej8-ink:#0B1F19;
  --zhuksej8-slate:#5B5B5B;
  --zhuksej8-mist:#E6EFEA;
  --zhuksej8-border:#D7C3A6;
  --zhuksej8-surface:#F6F1E7;
  --zhuksej8-bg:#FFFFFF;
  --zhuksej8-text:#0B1F19;
  --zhuksej8-font: Charter, 'Sitka Text', Cambria, Georgia, serif;
}
.policy-page{background:var(--zhuksej8-bg); color:var(--zhuksej8-text); font-family:var(--zhuksej8-font);}
.policy-wrapper{max-width:980px; margin:0 auto; padding:28px 16px 40px;}
.policy-card{background:var(--zhuksej8-surface); border:1px solid var(--zhuksej8-border); border-radius:22px; padding:26px 22px; box-shadow:0 10px 25px rgba(11,59,46,0.06);}
.policy-title{margin:0 0 10px; font-size:30px; line-height:1.15; color:var(--zhuksej8-ink); letter-spacing:-0.2px;}
.policy-lead{margin:0 0 18px; font-size:16px; line-height:1.6; color:var(--zhuksej8-slate);}
.policy-divider{height:1px; background:rgba(215,195,166,0.65); margin:18px 0;}
.policy-meta{margin:0 0 14px; font-size:14px; line-height:1.6; color:var(--zhuksej8-slate);}
.policy-legal{margin:0 0 10px; font-size:14px; color:var(--zhuksej8-ink); font-weight:600;}
.policy-list{margin:0; padding-left:18px; color:var(--zhuksej8-slate); font-size:14px; line-height:1.6;}
.policy-legal-bold{color:var(--zhuksej8-ink); font-weight:700;}
.policy-subtitle{margin:18px 0 12px; font-size:18px; line-height:1.3; color:var(--zhuksej8-ink);}
.policy-grid{display:block; margin-top:8px;}
.policy-item{padding:12px 0; border-bottom:1px solid rgba(215,195,166,0.45);}
.policy-item:last-child{border-bottom:none;}
.policy-item-label{font-size:13px; color:var(--zhuksej8-slate); margin-bottom:4px;}
.policy-item-value{font-size:15px; color:var(--zhuksej8-ink); line-height:1.5; word-break:break-word;}
.policy-link{color:var(--zhuksej8-primary); text-decoration:underline; text-underline-offset:3px;}
.policy-link:focus{outline:3px solid rgba(176,122,58,0.35); outline-offset:3px; border-radius:6px;}
.policy-small{margin:12px 0 0; font-size:13px; line-height:1.6; color:var(--zhuksej8-slate);}
@media (min-width:820px){
  .policy-card{padding:30px 30px;}
  .policy-grid{display:grid; grid-template-columns:1fr 1fr; gap:0;}
  .policy-item{border-bottom:none; padding:14px 12px; border-right:1px solid rgba(215,195,166,0.45);}
  .policy-item:nth-child(2n){border-right:none;}
  .policy-item:nth-last-child(-n+2){border-bottom:none;}
}

section[data-zhuksej8-x0z]:not([data-zhuksej8-x0z='header']):not([data-zhuksej8-x0z='footer']) { position: relative; }
section[data-zhuksej8-x0z]:not([data-zhuksej8-x0z='header']):not([data-zhuksej8-x0z='footer']) { border-top: 1px solid var(--zhuksej8-border); }
section[data-zhuksej8-x0z]:not([data-zhuksej8-x0z='header']) h1,section[data-zhuksej8-x0z]:not([data-zhuksej8-x0z='header']) h2 { max-width: 20ch; letter-spacing: -0.035em; }
section[data-zhuksej8-x0z]:nth-of-type(even)::before { content: ''; position: absolute; top: 0; left: 0; width: 5rem; border-top: 3px solid var(--zhuksej8-accent); }
:root {
  --zhuksej8-c-content-width: 72rem;
  --zhuksej8-c-gutter: clamp(1rem, 4vw, 3rem);
  --zhuksej8-c-measure: 65ch;
  --zhuksej8-c-heading-display: clamp(2.5rem, 6vw, 5.5rem);
}
[data-zhuksej8-dr] { scroll-margin-top: 1.5rem; }
main > section, main [data-zhuksej8-x0z] { padding-inline: var(--zhuksej8-c-gutter); }
[data-zhuksej8-dr*='article'], [data-zhuksej8-dr*='review'] { max-width: var(--zhuksej8-c-measure); }
h1 { font-size: var(--zhuksej8-c-heading-display); }
@media (max-width: 768px) { [data-zhuksej8-dr] { min-width: 0; } }