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

/* design tokens */
:root {
  --xhxlp-primary: #B35A3C;
  --xhxlp-secondary: #5A5A5A;
  --xhxlp-accent: #B35A3C;
  --xhxlp-ink: #1B1B1B;
  --xhxlp-slate: #6B6B6B;
  --xhxlp-mist: #E6E0D6;
  --xhxlp-border: #E6E0D6;
  --xhxlp-surface: #FFFFFF;
  --xhxlp-bg: #F6F1E8;
  --xhxlp-text: #1B1B1B;
  --xhxlp-font: Charter, 'Sitka Text', Cambria, Georgia, serif;
  --xhxlp-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-xhxlp-ui="cookie-banner"] { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9999; margin: 0 auto; max-width: 56rem; border: 1px solid var(--xhxlp-border, #e5e7eb); background: var(--xhxlp-surface, #fff); border-radius: 1rem; padding: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
[data-xhxlp-ui="cookie-banner"] > div { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-start; justify-content: space-between; }
[data-xhxlp-ui="cookie-banner"] > div > div:last-child { display: flex; flex-wrap: wrap; gap: .5rem; }
[data-xhxlp-ui="cookie-banner"] a { text-decoration: underline; }
[data-xhxlp-cs-action], [data-xhxlp-ag-action] { cursor: pointer; border-radius: .5rem; padding: .5rem .9rem; font-size: .8rem; border: 1px solid var(--xhxlp-border, #d1d5db); background: transparent; color: var(--xhxlp-ink, #111); }
[data-xhxlp-cs-action="accept-all"], [data-xhxlp-cs-action="save"], [data-xhxlp-ag-action="confirm"] { background: var(--xhxlp-primary, #2563eb); color: #fff; border-color: transparent; font-weight: 600; }
[data-xhxlp-cs-action="reject-all"] { background: var(--xhxlp-ink, #111); color: #fff; border-color: transparent; font-weight: 600; }
[data-xhxlp-cs-panel] { margin-top: 1rem; border: 1px solid var(--xhxlp-border, #e5e7eb); background: var(--xhxlp-surface, #fff); border-radius: .75rem; padding: 1rem; font-size: .875rem; }
[data-xhxlp-cs-panel] > div { display: flex; flex-wrap: wrap; gap: .75rem; }
[data-xhxlp-ui="cookie-banner"] label { display: inline-flex; align-items: center; gap: .5rem; }
[data-xhxlp-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-xhxlp-ui="age-gate-overlay"] > div { width: 100%; max-width: 28rem; margin: 0 1rem; background: var(--xhxlp-surface, #1a1a2e); color: var(--xhxlp-ink, #fff); border-radius: 1rem; padding: 2rem; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
[data-xhxlp-ui="age-gate-overlay"] > div > div:last-of-type { display: flex; flex-direction: column; gap: .75rem; }
[data-xhxlp-ag-action] { padding: .75rem 1.5rem; }

/* sections */
/* xhxlp:header */
/* xhxlp:header */
#header{--h-pad:clamp(1rem,2.6vw,2rem);--link:var(--xhxlp-secondary);--ink:var(--xhxlp-ink);background:var(--xhxlp-surface);border-bottom:1px solid var(--xhxlp-border);} 
#header *{box-sizing:border-box;} 
#header .header-wrapper{max-width:72rem;margin:0 auto;} 
#header .header-shell{max-width:72rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem var(--h-pad);} 
#header .brand{display:flex;align-items:center;gap:.75rem;min-width:11rem;text-decoration:none;color:var(--xhxlp-ink);} 
#header .brand:focus-visible{outline:2px solid var(--xhxlp-primary);outline-offset:4px;} 
#header .brand-mark{width:34px;height:34px;border:1px solid var(--xhxlp-border);display:inline-flex;align-items:center;justify-content:center;border-radius:0;background:var(--xhxlp-bg);color:var(--xhxlp-primary);font-size:16px;line-height:1;} 
#header .brand-text{font-family:var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);font-weight:700;letter-spacing:-0.02em;font-size:1.05rem;} 
#header .nav{flex:1;display:flex;justify-content:center;} 
#header .nav-list{list-style:none;margin:0;padding:0;display:flex;gap:1.25rem;align-items:center;justify-content:center;} 
#header .nav-link{color:var(--xhxlp-secondary);text-decoration:none;font-size:.95rem;letter-spacing:.01em;position:relative;padding:.35rem 0;} 
#header .nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--xhxlp-primary);transform:scaleX(0);transform-origin:left;transition:transform .16s ease;} 
#header .nav-link:hover{color:var(--xhxlp-ink);} 
#header .nav-link:hover::after{transform:scaleX(1);} 
#header .nav-link:focus-visible{outline:2px solid var(--xhxlp-primary);outline-offset:6px;border-radius:2px;} 
#header .header-cta{min-width:12rem;display:flex;justify-content:flex-end;} 
#header .menu-toggle{display:none;align-items:center;gap:.65rem;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:.6rem .75rem;border-radius:0;color:var(--xhxlp-ink);cursor:pointer;font-size:.95rem;min-height:44px;} 
#header .menu-toggle:focus-visible{outline:2px solid var(--xhxlp-primary);outline-offset:4px;} 
#header .menu-toggle-lines{width:18px;height:12px;position:relative;display:inline-block;} 
#header .menu-toggle-lines::before,#header .menu-toggle-lines::after{content:"";position:absolute;left:0;right:0;height:2px;background:var(--xhxlp-ink);} 
#header .menu-toggle-lines::before{top:0;} 
#header .menu-toggle-lines::after{bottom:0;} 
#header .menu-toggle-lines{background:linear-gradient(var(--xhxlp-ink),var(--xhxlp-ink)) center/100% 2px no-repeat;} 
#header .menu-toggle-text{font-weight:600;} 

#header .btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;text-decoration:none;border-radius:0;min-height:44px;padding:.75rem 1rem;font-weight:700;letter-spacing:.01em;border:1px solid transparent;cursor:pointer;white-space:nowrap;} 
#header .btn-primary{background:var(--xhxlp-primary);color:var(--xhxlp-surface);border-color:var(--xhxlp-primary);box-shadow:0 10px 22px rgba(179,90,60,.18);} 
#header .btn-primary:hover{background:#a85137;} 
#header .btn-primary:active{transform:translateY(1px);} 
#header .btn-primary:focus-visible{outline:2px solid var(--xhxlp-primary);outline-offset:4px;} 
#header .btn-full{width:100%;} 

#header .mobile-menu{display:none;} 
@media (max-width: 820px){
  #header .nav{display:none;}
  #header .header-cta{display:none;}
  #header .menu-toggle{display:inline-flex;}
}
@media (max-width: 820px){
  #header .mobile-menu{display:block;position:absolute;left:0;right:0;top:100%;background:var(--xhxlp-surface);border-bottom:1px solid var(--xhxlp-border);transform-origin:top;max-height:0;overflow:hidden;transition:max-height .2s ease, opacity .2s ease;opacity:0;} 
  #header .mobile-menu[data-open="true"]{max-height:420px;opacity:1;} 
  #header .mobile-menu-inner{max-width:72rem;margin:0 auto;padding:1rem var(--h-pad) 1.2rem;}
  #header .mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid var(--xhxlp-border);margin-bottom:.75rem;} 
  #header .mobile-menu-title{font-weight:800;color:var(--xhxlp-ink);letter-spacing:-0.01em;} 
  #header .mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem;} 
  #header .mobile-nav-link{display:block;color:var(--xhxlp-secondary);text-decoration:none;font-weight:650;padding:.6rem .35rem;border-radius:0;position:relative;} 
  #header .mobile-nav-link::after{content:"";position:absolute;left:.35rem;right:.35rem;bottom:0;height:2px;background:var(--xhxlp-primary);transform:scaleX(0);transform-origin:left;transition:transform .16s ease;} 
  #header .mobile-nav-link:hover{color:var(--xhxlp-ink);} 
  #header .mobile-nav-link:hover::after{transform:scaleX(1);} 
  #header .mobile-nav-link:focus-visible{outline:2px solid var(--xhxlp-primary);outline-offset:6px;} 
  #header .mobile-menu-cta{padding-top:1rem;border-top:1px solid var(--xhxlp-border);margin-top:.75rem;} 
}

#header ::selection{background:rgba(179,90,60,.25);} 
#header a, #header button{transition:color .16s ease, background .16s ease, border-color .16s ease;} 
@media (prefers-reduced-motion: reduce){
  #header .nav-link::after,#header .mobile-nav-link::after{transition:none;}
  #header .mobile-menu{transition:none;}
  #header .btn-primary{transition:none;}
}

/* xhxlp:footer */
/* xhxlp:footer */
#footer{background:var(--xhxlp-bg);color:var(--xhxlp-ink);padding:clamp(2rem,5vw,3.5rem) 0;border-top:1px solid var(--xhxlp-border);}
#footer .footer-inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#footer .footer-top{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:clamp(1.25rem,3vw,2.25rem);align-items:start;}
#footer .footer-brand{padding-right:0.25rem;}
#footer .footer-logo{display:flex;align-items:center;gap:0.65rem;text-decoration:none;color:var(--xhxlp-ink);}
#footer .footer-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border:1px solid var(--xhxlp-accent);color:var(--xhxlp-accent);border-radius:0;line-height:1;}
#footer .footer-logo-text{font-family:var(--font-serif, Charter, 'Sitka Text', Cambria, Georgia, serif);font-weight:700;letter-spacing:-0.02em;font-size:1.25rem;}
#footer .footer-tagline{margin:0.9rem 0 0;color:var(--xhxlp-secondary);font-size:1rem;line-height:1.6;max-width:30rem;}
#footer .footer-nav-title,#footer .footer-contacts-title{margin:0 0 0.75rem;font-size:1rem;font-weight:700;letter-spacing:0.01em;text-transform:uppercase;color:var(--xhxlp-secondary);}
#footer .footer-nav-list{list-style:none;margin:0;padding:0;}
#footer .footer-nav-link,.footer-contact-value,.footer-policy-link{color:var(--xhxlp-ink);text-decoration:none;border-bottom:1px solid transparent;}
#footer .footer-nav-link:focus-visible,.footer-contact-value:focus-visible,.footer-policy-link:focus-visible,#footer a:focus-visible{outline:2px solid var(--xhxlp-accent);outline-offset:3px;}
#footer .footer-nav-link:hover,.footer-contact-value:hover,.footer-policy-link:hover{border-bottom-color:var(--xhxlp-accent);}
#footer .footer-nav-list li{margin:0.65rem 0;}
#footer .footer-contacts{padding-left:0.1rem;}
#footer .footer-contact-list{list-style:none;margin:0;padding:0;}
#footer .footer-contact-list li{display:grid;grid-template-columns:7.5rem 1fr;gap:0.75rem;align-items:baseline;margin:0.7rem 0;}
#footer .footer-contact-label{color:var(--xhxlp-secondary);font-size:0.9rem;}
#footer .footer-contact-value{font-size:1rem;}
#footer .footer-bottom{margin-top:clamp(1.75rem,4vw,2.75rem);padding-top:clamp(1.25rem,3vw,1.75rem);border-top:1px solid var(--xhxlp-border);display:flex;gap:1.25rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
#footer .footer-legal-line{margin:0;font-size:0.95rem;color:var(--xhxlp-secondary);}
#footer .footer-legal-note{margin:0.4rem 0 0;font-size:0.9rem;color:var(--xhxlp-secondary);}
#footer .footer-policy{display:flex;gap:1.25rem;flex-wrap:wrap;}
#footer .footer-policy-link{font-size:0.95rem;color:var(--xhxlp-ink);border-bottom:1px solid transparent;}
#footer .footer-policy-link:hover{border-bottom-color:var(--xhxlp-accent);}
#footer *::selection{background:rgba(179,90,60,0.25);}
@media (max-width: 900px){#footer .footer-top{grid-template-columns:1fr;gap:1.5rem;}#footer .footer-contact-list li{grid-template-columns:6.5rem 1fr;}}
@media (prefers-reduced-motion: reduce){#footer .footer-nav-link:hover,#footer .footer-contact-value:hover,#footer .footer-policy-link:hover{transition:none;}}

/* xhxlp:hero-editorial-split */
/* xhxlp:hero-editorial-split */
#hero-editorial-split{background:var(--xhxlp-bg);color:var(--xhxlp-text);padding:clamp(2.5rem,6vw,4.5rem) 0;}
#hero-editorial-split .hero-wrap{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2.5rem);}
#hero-editorial-split .section-frame{margin-bottom:1.25rem;}
#hero-editorial-split .section-label{font:600 0.875rem/1.2 var(--font-family, serif);letter-spacing:0.12em;text-transform:uppercase;color:var(--xhxlp-secondary);}
#hero-editorial-split .section-divider{height:1px;background:var(--xhxlp-border);margin-top:0.6rem;}
#hero-editorial-split .hero-destination{margin:0 0 0.75rem 0;color:var(--xhxlp-secondary);font:600 0.95rem/1.4 var(--font-family, serif);letter-spacing:0.02em;}
#hero-editorial-split .hero-title{margin:0 0 1rem 0;font:600 clamp(2rem,4vw,4rem)/1.05 var(--font-family, serif);letter-spacing:-0.02em;text-wrap:balance;}
#hero-editorial-split .hero-promise{margin:0 0 1.25rem 0;color:var(--xhxlp-secondary);font:400 1rem/1.7 var(--font-family, serif);max-width:35ch;}
#hero-editorial-split .hero-proofs{display:flex;gap:0.75rem;flex-wrap:wrap;margin:0 0 1.5rem 0;}
#hero-editorial-split .proof-chip{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:0.55rem 0.75rem;border-radius:0;display:inline-flex;align-items:center;font:600 0.875rem/1.1 var(--font-family, serif);color:var(--xhxlp-ink, var(--xhxlp-ink));}
#hero-editorial-split .proof-chip-soft{background:var(--xhxlp-bg);}
#hero-editorial-split .hero-cta-row{display:flex;gap:0.85rem;flex-wrap:wrap;align-items:center;margin:0 0 1rem 0;}
#hero-editorial-split .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.85rem 1.05rem;border-radius:0;text-decoration:none;white-space:nowrap;font:700 0.95rem/1 var(--font-family, serif);letter-spacing:0.01em;border:1px solid transparent;}
#hero-editorial-split .btn-primary{background:var(--xhxlp-primary);color:var(--xhxlp-surface);border-color:var(--xhxlp-primary);}
#hero-editorial-split .btn-primary:hover{filter:brightness(0.98);}
#hero-editorial-split .btn-ghost{background:var(--xhxlp-surface);color:var(--xhxlp-ink);border-color:var(--xhxlp-border);}
#hero-editorial-split .btn-ghost:hover{border-color:var(--xhxlp-primary);}
#hero-editorial-split .btn:focus-visible{outline:3px solid var(--xhxlp-primary);outline-offset:2px;}
#hero-editorial-split .hero-booking-rail-hint{display:flex;gap:0.6rem;align-items:flex-start;color:var(--xhxlp-secondary);font:400 0.95rem/1.6 var(--font-family, serif);margin-top:0.6rem;}
#hero-editorial-split .rail-accent{color:var(--xhxlp-primary);font-weight:900;line-height:1.2;}
#hero-editorial-split .hero-rail{position:relative;}
#hero-editorial-split .rail-inner{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:1.25rem 1.15rem;}
#hero-editorial-split .rail-top{display:flex;gap:0.9rem;align-items:baseline;justify-content:space-between;margin-bottom:1rem;}
#hero-editorial-split .rail-kicker{color:var(--xhxlp-secondary);font:700 0.875rem/1.2 var(--font-family, serif);letter-spacing:0.1em;text-transform:uppercase;}
#hero-editorial-split .rail-title{color:var(--xhxlp-ink);font:700 1.25rem/1.2 var(--font-family, serif);}
#hero-editorial-split .itinerary-strip{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border-top:1px solid var(--xhxlp-border);}
#hero-editorial-split .it-row{border-bottom:1px solid var(--xhxlp-border);}
#hero-editorial-split .it-row-trigger{width:100%;text-align:left;background:transparent;border:0;display:grid;grid-template-columns:36px 1fr auto;gap:0.7rem;align-items:center;padding:0.95rem 0.2rem;cursor:pointer;color:var(--xhxlp-ink);}
#hero-editorial-split .it-row-trigger:hover .it-summary{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:0.18em;}
#hero-editorial-split .it-row-trigger:focus-visible{outline:3px solid var(--xhxlp-primary);outline-offset:2px;}
#hero-editorial-split .dot-col{display:flex;align-items:center;justify-content:center;}
#hero-editorial-split .timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--xhxlp-primary);transform:scale(0.8);transition:transform 160ms ease;box-shadow:0 0 0 4px rgba(179,90,60,0.12);}
#hero-editorial-split .dot-pulse{animation:dotPulse 220ms ease-out;}
@keyframes dotPulse{from{transform:scale(0.8);}to{transform:scale(1);} }
#hero-editorial-split .it-day{display:block;font:800 0.9rem/1.2 var(--font-family, serif);color:var(--xhxlp-secondary);}
#hero-editorial-split .it-summary{display:block;font:500 0.98rem/1.45 var(--font-family, serif);color:var(--xhxlp-ink);}
#hero-editorial-split .it-included{font:700 0.85rem/1.2 var(--font-family, serif);color:var(--xhxlp-primary);padding-left:0.8rem;}
#hero-editorial-split .rail-proof{padding:1.05rem 0 0.35rem 0;margin-top:1rem;border-top:1px solid var(--xhxlp-border);}
#hero-editorial-split .rail-proof-label{font:800 0.85rem/1.2 var(--font-family, serif);letter-spacing:0.08em;text-transform:uppercase;color:var(--xhxlp-secondary);margin-bottom:0.7rem;display:block;}
#hero-editorial-split .rail-proof-chips{display:flex;gap:0.6rem;flex-wrap:wrap;}
#hero-editorial-split .sticky-rail{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--xhxlp-border);}
#hero-editorial-split .btn-rail{width:100%;}
#hero-editorial-split .rail-disclaimer{margin:0.7rem 0 0 0;color:var(--xhxlp-secondary);font:400 0.9rem/1.6 var(--font-family, serif);}
#hero-editorial-split .modal-overlay{position:fixed;inset:0;background:rgba(27,27,27,0.55);z-index:50;}
#hero-editorial-split .day-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem;}
#hero-editorial-split .day-modal-card{width:min(44rem, 100%);background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);box-shadow:0 18px 50px rgba(27,27,27,0.22);}
#hero-editorial-split .day-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.1rem 0.85rem 1.1rem;border-bottom:1px solid var(--xhxlp-border);}
#hero-editorial-split .day-modal-kicker{color:var(--xhxlp-secondary);font:700 0.85rem/1.2 var(--font-family, serif);letter-spacing:0.1em;text-transform:uppercase;}
#hero-editorial-split .day-modal-name{color:var(--xhxlp-ink);font:800 1.5rem/1.15 var(--font-family, serif);margin-top:0.25rem;}
#hero-editorial-split .icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);cursor:pointer;}
#hero-editorial-split .icon-btn:hover{border-color:var(--xhxlp-primary);}
#hero-editorial-split .icon-btn:focus-visible{outline:3px solid var(--xhxlp-primary);outline-offset:2px;}
#hero-editorial-split .day-modal-body{padding:1.1rem;}
#hero-editorial-split .day-modal-lead{margin:0 0 1rem 0;color:var(--xhxlp-secondary);font:400 1rem/1.7 var(--font-family, serif);}
#hero-editorial-split .day-modal-grid{display:grid;grid-template-columns:1fr;gap:1rem;border-top:1px solid var(--xhxlp-border);padding-top:1rem;}
#hero-editorial-split .detail-label{font:800 0.85rem/1.2 var(--font-family, serif);letter-spacing:0.08em;text-transform:uppercase;color:var(--xhxlp-secondary);margin-bottom:0.6rem;}
#hero-editorial-split .detail-list{margin:0;padding-left:1.2rem;}
#hero-editorial-split .detail-list li{margin:0.35rem 0;color:var(--xhxlp-ink);font:500 0.95rem/1.6 var(--font-family, serif);}
#hero-editorial-split .day-modal-cta-row{display:flex;gap:0.85rem;flex-wrap:wrap;margin-top:1.2rem;}

@media (min-width: 768px){
  #hero-editorial-split .hero-wrap{grid-template-columns:7fr 5fr;align-items:start;}
  #hero-editorial-split .sticky-rail{position:sticky;top:1.5rem;}
  #hero-editorial-split .day-modal-grid{grid-template-columns:1fr 1fr;}
}
@media (prefers-reduced-motion: reduce){
  #hero-editorial-split .timeline-dot{transition:none;}
  #hero-editorial-split .dot-pulse{animation:none;}
}
#hero-editorial-split ::selection{background:rgba(179,90,60,0.22);}

/* xhxlp:itinerary-preview */
/* xhxlp:itinerary-preview */
#itinerary-preview{--radius-sm:0px;--radius-md:0px;--radius-lg:0px;box-sizing:border-box;font-family:var(--xhxlp-sans, Charter, 'Sitka Text', Cambria, Georgia, serif);color:var(--xhxlp-text)}
#itinerary-preview * ,#itinerary-preview *:before,#itinerary-preview *:after{box-sizing:inherit}
#itinerary-preview .container{max-width:72rem;margin:0 auto;padding:clamp(1.25rem,3.5vw,3rem);}
#itinerary-preview .section-head{display:flex;gap:1rem;align-items:flex-end;margin-bottom:1.25rem}
#itinerary-preview .section-label{font-size:0.875rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--xhxlp-secondary)}
#itinerary-preview .section-rule{height:1px;flex:1;background:var(--xhxlp-border)}
#itinerary-preview .itinerary-shell{display:grid;grid-template-columns:1fr;gap:1.5rem}
#itinerary-preview .itinerary-main{min-width:0}
#itinerary-preview .trust-row{display:flex;justify-content:space-between;gap:1.25rem;align-items:flex-start;margin-bottom:1.25rem}
#itinerary-preview .itinerary-title{margin:0;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.08;letter-spacing:-0.015em;text-wrap:balance}
#itinerary-preview .itinerary-subtitle{margin:0.55rem 0 0;font-size:1rem;line-height:1.6;color:var(--xhxlp-secondary);max-width:48ch}
#itinerary-preview .proof-chips{display:flex;flex-wrap:wrap;gap:0.6rem;justify-content:flex-end}
#itinerary-preview .chip{display:inline-flex;align-items:center;gap:0.5rem;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:0.55rem 0.7rem;font-size:0.875rem;color:var(--xhxlp-text)}
#itinerary-preview .days{list-style:none;padding:0;margin:0;border-top:1px solid var(--xhxlp-border)}
#itinerary-preview .day-row{display:grid;grid-template-columns:64px 1fr 220px;gap:1rem;align-items:start;padding:1rem 0;border-bottom:1px solid var(--xhxlp-border);position:relative}
#itinerary-preview .dot-col{display:flex;align-items:flex-start;justify-content:center;padding-top:0.35rem}
#itinerary-preview .timeline-dot{width:12px;height:12px;border-radius:50%;background:var(--xhxlp-primary);transform:scale(0.85);transition:transform 220ms ease, box-shadow 220ms ease}
#itinerary-preview .day-col{min-width:0}
#itinerary-preview .day-head{display:flex;align-items:baseline;gap:0.75rem;flex-wrap:wrap}
#itinerary-preview .day-num{font-size:0.875rem;color:var(--xhxlp-secondary);letter-spacing:0.02em;min-width:max-content}
#itinerary-preview .day-link{color:var(--xhxlp-text);text-decoration:none;font-weight:700;letter-spacing:-0.01em;display:inline-block}
#itinerary-preview .day-link::after{content:"";display:block;height:1px;background:var(--xhxlp-primary);transform:scaleX(0);transform-origin:left;transition:transform 180ms ease}
#itinerary-preview .day-row:hover .day-link::after{transform:scaleX(1)}
#itinerary-preview .day-row:hover .timeline-dot{transform:scale(1);box-shadow:0 0 0 6px rgba(179,90,60,0.15)}
#itinerary-preview .day-summary{margin:0.35rem 0 0;color:var(--xhxlp-secondary);font-size:0.98rem;line-height:1.6;max-width:62ch}
#itinerary-preview .included-col{display:flex;justify-content:flex-end;padding-top:0.1rem}
#itinerary-preview .included-hint{font-size:0.875rem;color:var(--xhxlp-secondary);text-align:right}
#itinerary-preview .day-link:focus-visible{outline:3px solid var(--xhxlp-primary);outline-offset:3px;border-radius:0px}
#itinerary-preview .rail-card{position:relative;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:1.25rem;box-shadow:0 14px 40px rgba(27,27,27,0.06)}
#itinerary-preview .rail-title{font-size:1.1rem;font-weight:800;letter-spacing:-0.01em;margin:0}
#itinerary-preview .rail-copy{margin:0.6rem 0 0;color:var(--xhxlp-secondary);line-height:1.6;font-size:0.98rem}
#itinerary-preview .rail-actions{display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:1.1rem}
#itinerary-preview .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.75rem 1rem;border-radius:0px;border:1px solid var(--xhxlp-border);text-decoration:none;color:var(--xhxlp-text);font-weight:750;letter-spacing:-0.01em;font-size:0.98rem;background:var(--xhxlp-surface)}
#itinerary-preview .btn-primary{border-color:var(--xhxlp-primary);background:var(--xhxlp-primary);color:#fff}
#itinerary-preview .btn-ghost{background:var(--xhxlp-surface);color:var(--xhxlp-text)}
#itinerary-preview .btn:focus-visible{outline:3px solid var(--xhxlp-primary);outline-offset:3px}
#itinerary-preview .btn-primary:active{transform:translateY(1px)}
#itinerary-preview .rail-footnote{margin-top:1rem;color:var(--xhxlp-secondary);font-size:0.875rem;line-height:1.45}

#itinerary-preview .modal{position:fixed;inset:0;z-index:50;display:block;pointer-events:none;opacity:0;transition:opacity 160ms ease}
#itinerary-preview .modal[data-open="true"]{pointer-events:auto;opacity:1}
#itinerary-preview .modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.55)}
#itinerary-preview .modal-dialog{position:relative;max-width:860px;margin:5vh auto;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);box-shadow:0 24px 90px rgba(0,0,0,0.35);transform:translateY(8px);transition:transform 160ms ease}
#itinerary-preview .modal[data-open="true"] .modal-dialog{transform:translateY(0)}
#itinerary-preview .modal-content{padding:1.25rem 1.25rem 1.1rem}
#itinerary-preview .modal-close{position:absolute;top:0.9rem;right:0.9rem;width:44px;height:44px;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);color:var(--xhxlp-text);font-size:1.4rem;line-height:1;cursor:pointer}
#itinerary-preview .modal-close:focus-visible{outline:3px solid var(--xhxlp-primary);outline-offset:3px}
#itinerary-preview .modal-head{padding-right:3rem}
#itinerary-preview .modal-kicker{font-size:0.875rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--xhxlp-secondary)}
#itinerary-preview .modal-title{margin:0.35rem 0 0;font-size:clamp(1.35rem,2.6vw,2.05rem);letter-spacing:-0.015em;line-height:1.1}
#itinerary-preview .modal-lead{margin:0.8rem 0 0;color:var(--xhxlp-secondary);line-height:1.65}
#itinerary-preview .modal-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:1rem;margin-top:1.1rem}
#itinerary-preview .modal-block{border:1px solid var(--xhxlp-border);padding:0.95rem}
#itinerary-preview .modal-label{font-weight:850;font-size:0.95rem;margin-bottom:0.55rem}
#itinerary-preview .modal-list{margin:0;padding-left:1.1rem;color:var(--xhxlp-text)}
#itinerary-preview .modal-list li{margin:0.45rem 0;line-height:1.55;color:var(--xhxlp-secondary)}
#itinerary-preview .modal-included{color:var(--xhxlp-text;font-weight:800)}
#itinerary-preview .modal-included{font-weight:800}
#itinerary-preview .modal-note{margin-top:0.7rem;color:var(--xhxlp-secondary);font-size:0.875rem;line-height:1.45}
#itinerary-preview .modal-actions{display:flex;gap:0.75rem;flex-wrap:wrap;justify-content:flex-start;margin-top:1.1rem}

@media (min-width:768px){
  #itinerary-preview .itinerary-shell{grid-template-columns:6fr 6fr}
}
@media (min-width:1024px){
  #itinerary-preview .itinerary-shell{grid-template-columns:7fr 5fr;align-items:start}
  #itinerary-preview .itinerary-rail{position:sticky;top:1.5rem;align-self:start}
  #itinerary-preview .itinerary-rail .rail-card{opacity:1}
}
@media (max-width:639px){
  #itinerary-preview .container{padding:1.1rem}
  #itinerary-preview .trust-row{flex-direction:column;align-items:flex-start}
  #itinerary-preview .proof-chips{justify-content:flex-start}
  #itinerary-preview .day-row{grid-template-columns:56px 1fr;grid-template-areas:"dot body" "included included";gap:0.6rem}
  #itinerary-preview .dot-col{grid-area:dot}
  #itinerary-preview .day-col{grid-area:body}
  #itinerary-preview .included-col{grid-area:included;justify-content:flex-start}
  #itinerary-preview .included-hint{text-align:left}
  #itinerary-preview .modal-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  #itinerary-preview .timeline-dot,#itinerary-preview .day-link::after,#itinerary-preview .modal-dialog{transition:none!important}
}
#itinerary-preview ::selection{background:rgba(179,90,60,0.25)}
/* xhxlp:curation-logistics */
#curation-logistics{background:var(--xhxlp-bg);color:var(--xhxlp-text);padding:var(--section-pad,clamp(2.5rem,6vw,4rem)) var(--container-gutter,clamp(1rem,4vw,3rem));}
#curation-logistics .section-head{max-width:72rem;margin:0 auto 1.25rem auto;}
#curation-logistics .section-kicker{font-family:var(--font-serif);font-size:0.875rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--xhxlp-secondary);}
#curation-logistics .section-divider{height:1px;background:var(--xhxlp-border);margin-top:0.6rem;}
#curation-logistics .logistics-grid{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem;}
#curation-logistics .logistics-col{background:transparent;}
#curation-logistics .logistics-col-right{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:1.25rem;border-radius:0px;}
#curation-logistics .logistics-title{margin:0 0 0.75rem 0;font-family:var(--font-serif);font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.15;letter-spacing:-0.015em;text-wrap:balance;}
#curation-logistics .logistics-lead{margin:0 0 1rem 0;max-width:40rem;color:var(--xhxlp-secondary);font-size:1rem;line-height:1.6;}
#curation-logistics .proof-rail{display:flex;flex-wrap:wrap;gap:0.5rem;margin:0.9rem 0 1.1rem 0;}
#curation-logistics .chip{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:0.45rem 0.7rem;border-radius:0px;font-size:0.875rem;color:var(--xhxlp-ink);}
#curation-logistics .dl{margin:0;padding:0;}
#curation-logistics .dl-row{padding:0.85rem 0;border-top:1px solid var(--xhxlp-border);}
#curation-logistics .dl-row:first-child{border-top:0;padding-top:0;}
#curation-logistics dt{font-weight:700;color:var(--xhxlp-ink);margin:0 0 0.25rem 0;font-size:0.95rem;}
#curation-logistics dd{margin:0;color:var(--xhxlp-secondary);line-height:1.6;}
#curation-logistics .aside-title{margin:0 0 0.55rem 0;font-family:var(--font-serif);font-size:1.2rem;letter-spacing:-0.01em;}
#curation-logistics .aside-copy{margin:0 0 1rem 0;color:var(--xhxlp-secondary);line-height:1.6;}
#curation-logistics .aside-box{border:1px solid var(--xhxlp-border);background:var(--xhxlp-bg);padding:1rem;margin:0 0 1rem 0;}
#curation-logistics .aside-row{display:flex;gap:0.8rem;align-items:flex-start;padding:0.65rem 0;border-top:1px solid var(--xhxlp-border);}
#curation-logistics .aside-row:first-child{border-top:0;padding-top:0;}
#curation-logistics .aside-label{min-width:8.5rem;font-weight:700;color:var(--xhxlp-ink);font-size:0.95rem;}
#curation-logistics .aside-value{color:var(--xhxlp-secondary);line-height:1.5;}
#curation-logistics .cta-row{display:flex;flex-direction:column;gap:0.75rem;margin-top:1rem;}
#curation-logistics .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.75rem 1rem;border-radius:0px;text-decoration:none;font-weight:700;letter-spacing:0.01em;}
#curation-logistics .btn.primary{background:var(--xhxlp-primary);color:#fff;border:1px solid var(--xhxlp-primary);}
#curation-logistics .btn.ghost{background:var(--xhxlp-surface);color:var(--xhxlp-ink);border:1px solid var(--xhxlp-border);}
#curation-logistics .btn.primary:focus-visible,#curation-logistics .btn.ghost:focus-visible{outline:3px solid color-mix(in srgb,var(--xhxlp-primary) 40%, transparent);outline-offset:2px;}
#curation-logistics .btn.primary:hover{filter:brightness(0.98);}
#curation-logistics .btn.ghost:hover{border-color:color-mix(in srgb,var(--xhxlp-primary) 55%, var(--xhxlp-border));}
#curation-logistics .fineprint{margin:0.9rem 0 0 0;color:var(--xhxlp-secondary);font-size:0.875rem;line-height:1.55;}
#curation-logistics ::selection{background:color-mix(in srgb,var(--xhxlp-primary) 30%, transparent);}
@media (min-width:768px){
  #curation-logistics{padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(3rem,6vw,5rem);}
  #curation-logistics .logistics-grid{grid-template-columns:1.4fr 1fr;gap:1.75rem;}
  #curation-logistics .cta-row{flex-direction:row;}
  #curation-logistics .cta-row .btn{flex:1;}
}
@media (prefers-reduced-motion:reduce){
  #curation-logistics *{scroll-behavior:auto;}
}
/* xhxlp:curation-logistics */
/* xhxlp:contacts */
/* xhxlp:contacts */
.section-contacts{background:var(--xhxlp-bg);color:var(--xhxlp-text);padding:clamp(2.5rem,5vw,4.5rem) 0;}
.section-contacts .section-inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
.section-contacts .section-header{max-width:52rem;margin-bottom:clamp(1.5rem,3vw,2.2rem);}
.section-contacts .section-kicker{font:600 0.875rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);letter-spacing:0.08em;text-transform:uppercase;color:var(--xhxlp-secondary);margin-bottom:0.75rem;}
.section-contacts .section-title{font:700 clamp(1.6rem,2.8vw,2.3rem)/1.15 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);letter-spacing:-0.02em;text-wrap:balance;margin:0 0 0.9rem 0;}
.section-contacts .section-lede{font:400 1rem/1.6 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-secondary);margin:0;max-width:48rem;}
.section-contacts .contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;}
.section-contacts .form-panel{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);border-radius:0;box-shadow:0 10px 30px rgba(27,27,27,0.06);padding:1.25rem;}
.section-contacts .availability-form{display:block;}
.section-contacts .field-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;}
.section-contacts .field{flex:1 1 16rem;min-width:14rem;}
.section-contacts .field-wide{flex:1 1 100%;min-width:100%;}
.section-contacts label{display:block;font:600 0.875rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-secondary);margin:0 0 0.35rem 0;}
.section-contacts input,.section-contacts select,.section-contacts textarea{width:100%;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);color:var(--xhxlp-ink,#000);padding:0.75rem 0.85rem;font:400 1rem/1.3 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);outline:none;}
.section-contacts textarea{resize:vertical;min-height:120px;}
.section-contacts input::placeholder,.section-contacts textarea::placeholder{color:rgba(90,90,90,0.85);}
.section-contacts input:focus-visible,.section-contacts select:focus-visible,.section-contacts textarea:focus-visible{border-color:var(--xhxlp-accent);box-shadow:0 0 0 3px rgba(179,90,60,0.22);}
.section-contacts .field-hint{margin-top:0.45rem;color:var(--xhxlp-secondary);font:400 0.875rem/1.45 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);}
.section-contacts .form-cta-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:1rem;}
.section-contacts .primary-btn{appearance:none;border:1px solid var(--xhxlp-accent);background:var(--xhxlp-accent);color:var(--xhxlp-surface);padding:0.9rem 1.1rem;font:700 1rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);cursor:pointer;min-height:44px;}
.section-contacts .primary-btn:hover{filter:brightness(0.98);}
.section-contacts .primary-btn:active{transform:translateY(1px);}
.section-contacts .primary-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(179,90,60,0.28);}
.section-contacts .secondary-link{color:var(--xhxlp-secondary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font:600 0.95rem/1.4 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);}
.section-contacts .secondary-link:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(90,90,90,0.22);}
.section-contacts .form-disclaimer{margin:1rem 0 0 0;color:var(--xhxlp-secondary);font:400 0.875rem/1.5 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);}
.section-contacts .info-panel{background:transparent;border:0;padding:0;}
.section-contacts .info-chip{display:inline-flex;align-items:center;gap:0.5rem;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:0.7rem 0.9rem;border-radius:0;font:700 0.95rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-ink);margin-bottom:1rem;}
.section-contacts .steps{list-style:none;padding:0;margin:1rem 0 1.25rem 0;}
.section-contacts .step{display:flex;gap:0.9rem;padding:0.75rem 0;border-top:1px solid var(--xhxlp-border);}
.section-contacts .step:first-child{border-top:0;padding-top:0;}
.section-contacts .step-num{width:2rem;min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);font:800 0.95rem/1 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-accent);}
.section-contacts .step-title{font:700 1rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-ink);margin-bottom:0.2rem;}
.section-contacts .step-text{font:400 0.95rem/1.55 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-secondary);}
.section-contacts .contact-details{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:1rem;margin-bottom:1.25rem;}
.section-contacts .details-row{display:flex;gap:1rem;align-items:flex-start;padding:0.55rem 0;border-top:1px solid var(--xhxlp-border);}
.section-contacts .details-row:first-child{border-top:0;}
.section-contacts .details-label{width:7.5rem;flex:0 0 auto;color:var(--xhxlp-secondary);font:600 0.875rem/1.4 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);}
.section-contacts .details-value{color:var(--xhxlp-ink);font:400 0.95rem/1.5 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);}
.section-contacts .details-value.details-value{word-break:break-word;}
.section-contacts .details-value{ text-decoration:none;}
.section-contacts .details-value:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.section-contacts .rail-mini{padding:0.5rem 0;}
.section-contacts .rail-mini-title{font:700 1rem/1.3 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-ink);margin-bottom:0.75rem;}
.section-contacts .secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.85rem 1rem;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);color:var(--xhxlp-ink);font:700 0.95rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);text-decoration:none;}
.section-contacts .secondary-btn:hover{border-color:rgba(179,90,60,0.65);}
.section-contacts .secondary-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(179,90,60,0.22);}
.section-contacts ::selection{background:rgba(179,90,60,0.22);}
@media (min-width: 768px){
  .section-contacts .contact-grid{grid-template-columns:1.25fr 0.75fr;gap:2rem;}
  .section-contacts .form-panel{padding:1.4rem;}
}
@media (prefers-reduced-motion: reduce){
  .section-contacts .primary-btn:active{transform:none;}
}

/* xhxlp:features-why-it-works */
/* xhxlp:features-why-it-works */
#features-why-it-works{background:var(--xhxlp-bg);color:var(--xhxlp-text);padding:clamp(2.5rem,6vw,4.5rem) var(--xhxlp-gutter,clamp(1rem,4vw,3rem));}
#features-why-it-works .features-inner{max-width:72rem;margin:0 auto;}
#features-why-it-works .section-head{margin-bottom:clamp(1.5rem,3vw,2.25rem);}
#features-why-it-works .section-kicker{font-family:var(--xhxlp-font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);letter-spacing:.12em;text-transform:uppercase;font-size:0.875rem;color:var(--xhxlp-secondary);font-weight:700;}
#features-why-it-works .section-divider{height:1px;background:var(--xhxlp-border);margin-top:0.75rem;margin-bottom:1.25rem;}
#features-why-it-works .features-title{font-size:clamp(1.6rem,3.2vw,2.3rem);line-height:1.1;margin:0;letter-spacing:-0.02em;text-wrap:balance;}
#features-why-it-works .features-layout{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,3vw,2.25rem);align-items:start;}
#features-why-it-works .editorial-col{min-width:0;}
#features-why-it-works .features-lead{font-size:1.05rem;line-height:1.7;margin:0 0 1.25rem 0;color:var(--xhxlp-secondary);max-width:40rem;}
#features-why-it-works .proof-bands{display:flex;flex-wrap:wrap;gap:0.6rem;margin:0 0 1.6rem 0;padding:0;list-style:none;}
#features-why-it-works .proof-chip{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);border-radius:0; padding:0.6rem 0.75rem;font-size:0.95rem;color:var(--xhxlp-ink);line-height:1.3;}
#features-why-it-works .feature-cards{display:grid;grid-template-columns:1fr;gap:1rem;}
#features-why-it-works .feature-card{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:1.1rem 1.05rem;}
#features-why-it-works .feature-card-title{margin:0 0 0.55rem 0;font-size:1.1rem;letter-spacing:-0.01em;}
#features-why-it-works .feature-card-body{margin:0 0 0.85rem 0;color:var(--xhxlp-secondary);line-height:1.7;font-size:0.98rem;}
#features-why-it-works .proof-inline{display:flex;gap:0.65rem;align-items:flex-start;}
#features-why-it-works .proof-inline-label{font-size:0.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--xhxlp-secondary);font-weight:800;white-space:nowrap;margin-top:0.15rem;}
#features-why-it-works .proof-inline-value{color:var(--xhxlp-ink);font-size:0.95rem;line-height:1.5;}
#features-why-it-works .cta-row{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:1.25rem;}
#features-why-it-works .primary-btn,#features-why-it-works .ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.75rem 1rem;border-radius:0;text-decoration:none;font-weight:800;letter-spacing:0.01em;}
#features-why-it-works .primary-btn{background:var(--xhxlp-accent);color:var(--xhxlp-surface);border:1px solid var(--xhxlp-accent);}
#features-why-it-works .ghost-btn{background:var(--xhxlp-surface);color:var(--xhxlp-ink);border:1px solid var(--xhxlp-border);}
#features-why-it-works .primary-btn:focus-visible,#features-why-it-works .ghost-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--xhxlp-accent) 55%, white 45%);outline-offset:2px;}
#features-why-it-works .primary-btn:hover{filter:brightness(0.98);}
#features-why-it-works .ghost-btn:hover{border-color:color-mix(in srgb,var(--xhxlp-accent) 45%, var(--xhxlp-border) 55%);}
#features-why-it-works .rail-col{min-width:0;}
#features-why-it-works .rail-card{position:relative;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:1.1rem 1rem;}
#features-why-it-works .rail-title{margin:0 0 0.85rem 0;font-size:1.05rem;letter-spacing:-0.01em;}
#features-why-it-works .outline-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0;}
#features-why-it-works .outline-row{display:grid;grid-template-columns:22px 1fr auto;gap:0.65rem;align-items:center;padding:0.75rem 0;border-top:1px solid var(--xhxlp-border);}
#features-why-it-works .outline-row:first-child{border-top:0;}
#features-why-it-works .outline-dot{width:12px;height:12px;border-radius:50%;background:var(--xhxlp-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--xhxlp-accent) 18%, transparent 82%);}
#features-why-it-works .outline-main{color:var(--xhxlp-ink);font-weight:700;line-height:1.35;font-size:0.98rem;}
#features-why-it-works .outline-included{font-size:0.9rem;font-weight:900;color:var(--xhxlp-accent);border:1px solid color-mix(in srgb,var(--xhxlp-accent) 35%, var(--xhxlp-border) 65%);padding:0.35rem 0.5rem;border-radius:0;background:color-mix(in srgb,var(--xhxlp-surface) 88%, var(--xhxlp-accent) 12%);}
#features-why-it-works .outline-included.optional{color:color-mix(in srgb,var(--xhxlp-secondary) 60%, var(--xhxlp-accent) 40%);border-color:var(--xhxlp-border);background:var(--xhxlp-surface);}
#features-why-it-works .rail-note{margin:0.9rem 0 0 0;color:var(--xhxlp-secondary);line-height:1.6;font-size:0.95rem;}
#features-why-it-works .bottom-proof{margin-top:clamp(2rem,4vw,3.25rem);padding-top:clamp(1.25rem,2.5vw,1.75rem);border-top:1px solid var(--xhxlp-border);}
#features-why-it-works .bottom-proof-mark{font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:0.82rem;color:var(--xhxlp-secondary);margin-bottom:0.9rem;}
#features-why-it-works .bottom-proof-grid{display:grid;grid-template-columns:1fr;gap:1rem;}
#features-why-it-works .bottom-proof-item{border:1px dashed color-mix(in srgb,var(--xhxlp-border) 90%, var(--xhxlp-accent) 10%);padding:1rem;background:var(--xhxlp-surface);}
#features-why-it-works .bottom-proof-chip{display:inline-block;border:1px solid var(--xhxlp-border);background:var(--xhxlp-bg);padding:0.35rem 0.6rem;font-weight:900;color:var(--xhxlp-ink);margin-bottom:0.5rem;}
#features-why-it-works .bottom-proof-text{color:var(--xhxlp-secondary);line-height:1.7;font-size:0.98rem;}
#features-why-it-works{--xhxlp-font-sans:Charter,'Sitka Text',Cambria,Georgia,serif;}
#features-why-it-works ::selection{background:color-mix(in srgb,var(--xhxlp-accent) 30%, white 70%);}
@media (min-width: 768px){
  #features-why-it-works .features-layout{grid-template-columns:7fr 5fr;}
  #features-why-it-works .bottom-proof-grid{grid-template-columns:1fr 1fr 1fr;}
  #features-why-it-works .rail-card{position:sticky;top:1.25rem;}
}
@media (prefers-reduced-motion: reduce){
  #features-why-it-works *{scroll-behavior:auto;}
}

/* xhxlp:features-licensed-guides */
/* xhxlp:features-licensed-guides */
#features-licensed-guides{background:var(--xhxlp-bg);color:var(--xhxlp-text);padding:clamp(2.5rem,6vw,5rem) 0;}
#features-licensed-guides .shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#features-licensed-guides .section-head{margin-bottom:clamp(1.5rem,3.8vw,3rem);}
#features-licensed-guides .eyebrow{font:700 0.875rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);letter-spacing:0.12em;text-transform:uppercase;color:var(--xhxlp-secondary);}
#features-licensed-guides .divider{height:1px;background:var(--xhxlp-border);margin-top:0.75rem;}
#features-licensed-guides .content-wrap{display:grid;grid-template-columns:1.1fr 0.9fr;gap:clamp(1.25rem,3vw,2.5rem);align-items:start;}
#features-licensed-guides .title{font:800 clamp(1.6rem,2.8vw,2.3rem)/1.15 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);letter-spacing:-0.02em;margin:0 0 0.85rem 0;text-wrap:balance;}
#features-licensed-guides .lead{margin:0;color:var(--xhxlp-secondary);font:400 1rem/1.65 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);}
#features-licensed-guides .proof-row{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1.2rem;}
#features-licensed-guides .chip{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:0.55rem 0.75rem;border-radius:0px;font:600 0.9rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);color:var(--xhxlp-ink, var(--xhxlp-ink));}
#features-licensed-guides .chip-accent{border-color:var(--xhxlp-primary);background:color-mix(in srgb, var(--xhxlp-surface) 82%, var(--xhxlp-primary) 18%);}
#features-licensed-guides .inline-cta{margin-top:1.2rem;}
#features-licensed-guides .link-cta{display:inline-block;color:var(--xhxlp-ink);text-decoration:none;border-bottom:1px solid var(--xhxlp-border);padding-bottom:0.2rem;}
#features-licensed-guides .link-cta:focus-visible{outline:3px solid color-mix(in srgb, var(--xhxlp-primary) 45%, transparent);outline-offset:4px;}
#features-licensed-guides .link-cta:hover{border-bottom-color:var(--xhxlp-primary);}
#features-licensed-guides .details-title{margin:0 0 0.85rem 0;font:800 1.1rem/1.25 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);}
#features-licensed-guides .detail-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--xhxlp-border);}
#features-licensed-guides .detail-item{display:grid;grid-template-columns:18px 1fr;gap:0.85rem;padding:1rem 0;border-bottom:1px solid var(--xhxlp-border);}
#features-licensed-guides .dot{width:12px;height:12px;border-radius:999px;background:var(--xhxlp-primary);margin-top:0.35rem;box-shadow:0 0 0 4px color-mix(in srgb, var(--xhxlp-primary) 12%, transparent);}
#features-licensed-guides .detail-strong{display:block;color:var(--xhxlp-ink);font:700 1rem/1.35 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);margin-bottom:0.25rem;}
#features-licensed-guides .detail-text{display:block;color:var(--xhxlp-secondary);font:400 0.98rem/1.55 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);}
#features-licensed-guides .evidence{margin-top:1.15rem;display:grid;grid-template-columns:1fr;gap:0.85rem;}
#features-licensed-guides .evidence-card{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:1rem;}
#features-licensed-guides .evidence-label{font:700 0.875rem/1.2 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);text-transform:uppercase;letter-spacing:0.08em;color:var(--xhxlp-secondary);margin-bottom:0.35rem;}
#features-licensed-guides .evidence-body{font:800 1rem/1.45 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);}
#features-licensed-guides .evidence-side{border-left:3px solid var(--xhxlp-primary);padding-left:0.9rem;}
#features-licensed-guides .side-label{font:800 0.95rem/1.3 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);margin-bottom:0.25rem;}
#features-licensed-guides .side-text{color:var(--xhxlp-secondary);font:400 0.98rem/1.6 var(--font-serif,Charter,'Bitstream Charter','Sitka Text',Cambria,Georgia,serif);}
#features-licensed-guides .actions{margin-top:1.15rem;display:flex;gap:0.75rem;flex-wrap:wrap;}
#features-licensed-guides .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.75rem 1rem;border:1px solid var(--xhxlp-primary);background:var(--xhxlp-primary);color:var(--xhxlp-surface);text-decoration:none;border-radius:0px;font:800 0.95rem/1 var(--font-sans,Charter,'Sitka Text',Cambria,Georgia,serif);}
#features-licensed-guides .button:focus-visible{outline:3px solid color-mix(in srgb, var(--xhxlp-primary) 35%, transparent);outline-offset:4px;}
#features-licensed-guides .button:hover{background:color-mix(in srgb, var(--xhxlp-primary) 88%, white 12%);}
#features-licensed-guides .button-ghost{background:var(--xhxlp-surface);color:var(--xhxlp-ink);}
#features-licensed-guides .button-ghost:hover{background:color-mix(in srgb, var(--xhxlp-surface) 70%, var(--xhxlp-primary) 30%);border-color:var(--xhxlp-primary);}
#features-licensed-guides ::selection{background:color-mix(in srgb, var(--xhxlp-primary) 28%, transparent);}
@media (max-width: 860px){#features-licensed-guides .content-wrap{grid-template-columns:1fr;gap:1.35rem;}}
@media (prefers-reduced-motion: reduce){#features-licensed-guides *{scroll-behavior:auto;}}

/* xhxlp:features-faq-clarifications */
/* xhxlp:features-faq-clarifications */
#features-faq-clarifications{--local-radius:0px; background:var(--xhxlp-bg); color:var(--xhxlp-ink); padding:clamp(2.5rem,6vw,5rem) 0;}
#features-faq-clarifications .container{max-width:72rem; margin:0 auto; padding:0 clamp(1rem,4vw,3rem);} 
#features-faq-clarifications .section-head{max-width:62rem;}
#features-faq-clarifications .section-label{font-size:0.875rem; letter-spacing:0.14em; text-transform:uppercase; color:var(--xhxlp-secondary); margin-bottom:0.9rem;}
#features-faq-clarifications .section-title{font-family:var(--font-serif,inherit); font-size:clamp(1.6rem,3.2vw,2.4rem); line-height:1.12; margin:0 0 0.75rem; letter-spacing:-0.02em; text-wrap:balance;}
#features-faq-clarifications .section-subtitle{margin:0; color:var(--xhxlp-secondary); font-size:1rem; line-height:1.65; max-width:60ch;}
#features-faq-clarifications .faq-grid{margin-top:clamp(1.6rem,4vw,3.2rem); display:grid; grid-template-columns:1fr; gap:1rem;}
#features-faq-clarifications .faq-item{background:var(--xhxlp-surface); border:1px solid var(--xhxlp-border); border-radius:var(--local-radius); padding:1.15rem 1.15rem 1.05rem; position:relative; overflow:hidden;}
#features-faq-clarifications .faq-item::before{content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--xhxlp-accent); opacity:1;}
#features-faq-clarifications .faq-q{margin:0 0 0.55rem; font-size:1.05rem; line-height:1.35; font-weight:700; padding-left:1rem;}
#features-faq-clarifications .faq-a{margin:0; color:var(--xhxlp-secondary); line-height:1.7; font-size:0.98rem; padding-left:1rem;}
#features-faq-clarifications .proof-chip{margin-top:0.9rem; display:inline-flex; align-items:center; gap:0.5rem; border:1px solid var(--xhxlp-border); background:var(--xhxlp-bg); color:var(--xhxlp-ink); padding:0.45rem 0.65rem; font-size:0.875rem; border-radius:var(--local-radius); padding-left:1rem;}
#features-faq-clarifications .proof-chip::before{content:""; width:8px; height:8px; background:var(--xhxlp-accent); border-radius:50%; display:inline-block; margin-left:-1rem;}
#features-faq-clarifications .faq-cta{margin-top:clamp(1.4rem,3vw,2.1rem); display:flex; flex-wrap:wrap; gap:0.85rem; align-items:center;}
#features-faq-clarifications .btn{display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0.75rem 1rem; border-radius:var(--local-radius); text-decoration:none; font-weight:700; letter-spacing:0; border:1px solid transparent; }
#features-faq-clarifications .btn-primary{background:var(--xhxlp-primary); color:#fff; border-color:var(--xhxlp-primary);}
#features-faq-clarifications .btn-ghost{background:transparent; color:var(--xhxlp-ink); border-color:var(--xhxlp-border);}
#features-faq-clarifications .btn:focus-visible{outline:3px solid color-mix(in srgb, var(--xhxlp-primary) 55%, transparent); outline-offset:2px;}
#features-faq-clarifications .btn-primary:hover{filter:brightness(0.98);}
#features-faq-clarifications .btn-ghost:hover{border-color:color-mix(in srgb, var(--xhxlp-accent) 55%, var(--xhxlp-border)); background:color-mix(in srgb, var(--xhxlp-bg) 75%, transparent);}
#features-faq-clarifications *::selection{background:color-mix(in srgb, var(--xhxlp-primary) 25%, transparent);}

@media (min-width: 768px){
  #features-faq-clarifications .faq-grid{grid-template-columns:1fr 1fr; gap:1.1rem;}
}
@media (prefers-reduced-motion: reduce){
  #features-faq-clarifications .btn{transition:none;}
}

/* xhxlp:contacts */
/* xhxlp:contacts */
#contacts.contacts{background:var(--xhxlp-bg);color:var(--xhxlp-text);padding:clamp(2.5rem,6vw,6rem) 0;}
#contacts .contacts__inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#contacts .contacts__head{max-width:44rem;}
#contacts .contacts__label{font-family:var(--font-serif, Charter, 'Sitka Text', Cambria, Georgia, serif);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;color:var(--xhxlp-secondary);margin-bottom:.9rem;}
#contacts .contacts__title{font-size:clamp(1.6rem,3.2vw,2.35rem);line-height:1.12;margin:0 0 1rem;text-wrap:balance;}
#contacts .contacts__lead{margin:0 0 1.35rem;max-width:52ch;color:var(--xhxlp-secondary);font-size:1.02rem;line-height:1.55;}
#contacts .contacts__proof{list-style:none;padding:0;margin:0 0 1.7rem;display:flex;flex-wrap:wrap;gap:.6rem;}
#contacts .contacts__chip{border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:.55rem .75rem;border-radius:0;box-shadow:0 1px 0 rgba(0,0,0,.02);font-size:.95rem;}
#contacts .contacts__layout{display:grid;grid-template-columns:1fr;gap:2.2rem;align-items:start;}
#contacts .contacts__formWrap{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:1.35rem 1.25rem;border-radius:0;}
#contacts .contacts__form{display:flex;flex-direction:column;gap:1.05rem;}
#contacts .field-row{display:grid;grid-template-columns:1fr;gap:1rem;}
#contacts .field__label{display:block;margin:0 0 .55rem;font-size:.95rem;color:var(--xhxlp-ink);}
#contacts .field__input{width:100%;box-sizing:border-box;border:1px solid var(--xhxlp-border);background:#fff;padding:.7rem .75rem;font-size:1rem;border-radius:0;outline:none;}
#contacts .field__input:focus{border-color:var(--xhxlp-primary);}
#contacts .field__input:focus-visible{box-shadow:0 0 0 3px rgba(179,90,60,.25);}
#contacts .contacts__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:.4rem;}
#contacts .btn{appearance:none;border:1px solid var(--xhxlp-primary);background:var(--xhxlp-primary);color:#fff;padding:.82rem 1.05rem;font-size:1rem;line-height:1.1;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:44px;cursor:pointer;}
#contacts .btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(179,90,60,.25);}
#contacts .btn:hover{filter:brightness(.98);}
#contacts .btn:disabled{opacity:.6;cursor:not-allowed;}
#contacts .ghostLink{color:var(--xhxlp-primary);text-decoration:underline;text-underline-offset:.22em;font-size:.98rem;}
#contacts .ghostLink:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(179,90,60,.25);}
#contacts .contacts__disclaimer{margin:0;color:var(--xhxlp-slate);font-size:.9rem;line-height:1.5;max-width:62ch;}
#contacts .contacts__side{max-width:34rem;}
#contacts .contacts__sideTitle{margin:0 0 .95rem;font-size:1.15rem;}
#contacts .steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem;}
#contacts .steps__item{display:flex;gap:.75rem;align-items:flex-start;padding:.9rem .85rem;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);}
#contacts .steps__num{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--xhxlp-primary);color:var(--xhxlp-primary);font-weight:700;font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono','Courier New', monospace;}
#contacts .steps__text{color:var(--xhxlp-secondary);line-height:1.45;font-size:.98rem;}
#contacts .contactCard{margin-top:1.2rem;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:1rem;}
#contacts .contactCard__row{display:grid;grid-template-columns:8rem 1fr;gap:.8rem;padding:.7rem 0;border-top:1px solid var(--xhxlp-border);}
#contacts .contactCard__row:first-child{border-top:none;padding-top:0;}
#contacts .contactCard__k{color:var(--xhxlp-slate);font-size:.92rem;}
#contacts .contactCard__v{font-size:.98rem;}
#contacts .contactCard__a{color:var(--xhxlp-ink);text-decoration:underline;text-underline-offset:.22em;}
#contacts .contactCard__a:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(179,90,60,.25);}
#contacts .contacts__fineprint{margin:.9rem 0 0;color:var(--xhxlp-slate);font-size:.92rem;line-height:1.45;}
#contacts .contacts__bottom{margin-top:1.9rem;}
#contacts .miniCta{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between;padding:1.2rem 1.15rem;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);}
#contacts .miniCta__title{font-weight:700;font-size:1.08rem;margin-bottom:.25rem;}
#contacts .miniCta__sub{color:var(--xhxlp-secondary);}
#contacts .miniCta .btn{width:100%;}
#contacts ::selection{background:rgba(179,90,60,.18);}
@media (min-width:768px){
  #contacts .contacts__layout{grid-template-columns:1.25fr .75fr;gap:2.6rem;}
  #contacts .field-row{grid-template-columns:1fr 1fr;}
  #contacts .miniCta{flex-direction:row;align-items:center;}
  #contacts .miniCta .btn{width:auto;}
}
@media (min-width:1024px){
  #contacts .contacts__formWrap{padding:1.45rem 1.35rem;}
  #contacts .contacts__inner{padding:0 clamp(1.2rem,4vw,3.4rem);}
}
@media (prefers-reduced-motion:reduce){
  #contacts *{scroll-behavior:auto;transition:none !important;animation:none !important;}
}

/* xhxlp:contact-intro */
/* xhxlp:contact-intro */
#contact-intro{--radius:0px; --gap:1.25rem; background:var(--xhxlp-bg); color:var(--xhxlp-text); padding:clamp(2.5rem,5vw,4.5rem) 0;}
#contact-intro .shell{max-width:72rem; margin:0 auto; padding:0 clamp(1rem,4vw,3rem);}
#contact-intro .section-head{margin-bottom:1.5rem;}
#contact-intro .section-kicker{font:700 0.875rem/1.2 var(--font-serif, Charter, Sitka Text, Cambria, Georgia, serif); letter-spacing:0.12em; text-transform:uppercase; color:var(--xhxlp-secondary);}
#contact-intro .section-divider{height:1px; background:var(--xhxlp-border); margin-top:0.75rem;}
#contact-intro .intro-grid{display:grid; grid-template-columns:1fr; gap:1rem;}
#contact-intro .proof-item{background:var(--xhxlp-surface); border:1px solid var(--xhxlp-border); padding:1.25rem 1.25rem;}
#contact-intro .proof-item--accent{border-color:rgba(179,90,60,.35); box-shadow:0 14px 36px rgba(179,90,60,.10);}
#contact-intro .intro-title{margin:0 0 .5rem 0; font:700 clamp(1.25rem,2.4vw,1.8rem)/1.15 var(--font-serif, Charter, Sitka Text, Cambria, Georgia, serif); letter-spacing:-0.02em; text-wrap:balance;}
#contact-intro .intro-subtitle{margin:0 0 .6rem 0; font:700 1.125rem/1.2 var(--font-serif, Charter, Sitka Text, Cambria, Georgia, serif); letter-spacing:-0.01em;}
#contact-intro .intro-copy{margin:0; color:var(--xhxlp-secondary); font:400 1rem/1.6 var(--font-serif, Charter, Sitka Text, Cambria, Georgia, serif);}
#contact-intro .chip-row{display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1rem;}
#contact-intro .chip{display:inline-flex; align-items:center; gap:.5rem; padding:.45rem .7rem; border:1px solid var(--xhxlp-border); background:var(--xhxlp-surface); color:var(--xhxlp-text); font:600 0.875rem/1.2 var(--font-serif, Charter, Sitka Text, Cambria, Georgia, serif); white-space:nowrap;}
#contact-intro .cta-row{display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1rem;}
#contact-intro .btn{display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:.75rem 1rem; border-radius:var(--radius); text-decoration:none; font:700 0.95rem/1.2 var(--font-serif, Charter, Sitka Text, Cambria, Georgia, serif); letter-spacing:-0.01em; border:1px solid transparent;}
#contact-intro .btn--primary{background:var(--xhxlp-primary); color:var(--xhxlp-surface); border-color:var(--xhxlp-primary);} 
#contact-intro .btn--ghost{background:var(--xhxlp-surface); color:var(--xhxlp-text); border-color:var(--xhxlp-border);} 
#contact-intro .btn:focus-visible{outline:3px solid rgba(179,90,60,.45); outline-offset:2px;}
#contact-intro .btn--primary:hover{filter:brightness(1.03);} 
#contact-intro .btn--ghost:hover{border-color:rgba(179,90,60,.45);} 
#contact-intro .btn:active{transform:translateY(1px);} 
#contact-intro ::selection{background:rgba(179,90,60,.22);} 
@media (min-width: 768px){
  #contact-intro .intro-grid{grid-template-columns:repeat(6, 1fr); gap:1.25rem;}
  #contact-intro .proof-item:nth-child(1){grid-column:span 3;}
  #contact-intro .proof-item:nth-child(2){grid-column:span 3;}
  #contact-intro .proof-item:nth-child(3){grid-column:span 2;}
  #contact-intro .proof-item:nth-child(4){grid-column:span 4;}
}
@media (prefers-reduced-motion: reduce){
  #contact-intro .btn:active{transform:none;}
}

/* xhxlp:contact-form */
/* xhxlp:contact-form */
#contact-form.contact-form{background:var(--xhxlp-bg);color:var(--xhxlp-ink);padding:clamp(2.5rem,6vw,4.5rem) 0;}
#contact-form .section-shell{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#contact-form .section-header{max-width:52rem;}
#contact-form .section-kicker{font:700 0.875rem/1.2 var(--font-family-sans);letter-spacing:0.12em;text-transform:uppercase;color:var(--xhxlp-secondary);margin-bottom:0.75rem;}
#contact-form .section-title{font:600 clamp(1.6rem,3vw,2.4rem)/1.1 var(--font-family-sans);letter-spacing:-0.02em;text-wrap:balance;margin:0 0 0.9rem;}
#contact-form .section-lede{margin:0 0 2rem;color:var(--xhxlp-secondary);font:400 1rem/1.7 var(--font-family-sans);}
#contact-form .form-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;}
#contact-form .form-card{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:1.5rem;border-radius:0;box-shadow:0 10px 30px rgba(27,27,27,0.06);}
#contact-form .lead-form{display:block;}
#contact-form .field-row{display:grid;grid-template-columns:1fr;gap:1rem;}
#contact-form label{display:block;font:600 0.95rem/1.3 var(--font-family-sans);margin:0 0 0.5rem;}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="date"],
#contact-form select,
#contact-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);color:var(--xhxlp-ink);padding:0.8rem 0.9rem;border-radius:0;outline:none;font:400 1rem/1.4 var(--font-family-sans);}
#contact-form textarea{resize:vertical;min-height:120px;}
#contact-form input:focus-visible,
#contact-form select:focus-visible,
#contact-form textarea:focus-visible{border-color:var(--xhxlp-primary);box-shadow:0 0 0 3px rgba(179,90,60,0.18);}
#contact-form .form-actions{margin-top:1.2rem;display:grid;gap:0.9rem;}
#contact-form .primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0.9rem 1rem;border:1px solid var(--xhxlp-primary);background:var(--xhxlp-primary);color:var(--xhxlp-surface);font:700 1rem/1.1 var(--font-family-sans);cursor:pointer;border-radius:0;}
#contact-form .primary-button:hover{background:#a84f35;}
#contact-form .primary-button:active{background:#9a472f;}
#contact-form .primary-button:disabled{opacity:0.6;cursor:not-allowed;}
#contact-form .fineprint{color:var(--xhxlp-secondary);font:400 0.875rem/1.55 var(--font-family-sans);}
#contact-form .form-aside{background:transparent;}
#contact-form .aside-inner{border:1px solid var(--xhxlp-border);background:rgba(255,255,255,0.6);padding:1.25rem;border-radius:0;}
#contact-form .aside-label{font:700 0.875rem/1.2 var(--font-family-sans);letter-spacing:0.12em;text-transform:uppercase;color:var(--xhxlp-secondary);margin-bottom:1rem;}
#contact-form .steps{list-style:none;padding:0;margin:0;display:grid;gap:0.85rem;}
#contact-form .steps li{display:grid;grid-template-columns:36px 1fr;gap:0.75rem;align-items:start;}
#contact-form .step-number{width:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--xhxlp-border);color:var(--xhxlp-ink);font:800 0.95rem/1 var(--font-family-sans);}
#contact-form .step-text{color:var(--xhxlp-secondary);font:400 0.95rem/1.6 var(--font-family-sans);}
#contact-form .aside-note{margin-top:1.1rem;color:var(--xhxlp-secondary);font:400 0.95rem/1.6 var(--font-family-sans);}
#contact-form .text-link{color:var(--xhxlp-primary);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;}
#contact-form .text-link:focus-visible{outline:3px solid rgba(179,90,60,0.25);outline-offset:2px;}
#contact-form .text-link:hover{text-decoration-thickness:2px;}
#contact-form a{color:inherit;}
#contact-form ::selection{background:rgba(179,90,60,0.25);}
@media (min-width:768px){
  #contact-form .form-layout{grid-template-columns:1.2fr 0.8fr;gap:2rem;}
  #contact-form .field-row{grid-template-columns:1fr 1fr;}
  #contact-form .form-card{padding:1.75rem;}
}
@media (prefers-reduced-motion:reduce){
  #contact-form *{scroll-behavior:auto;transition:none !important;animation:none !important;}
}

/* xhxlp:contact-disclaimer */
/* xhxlp:contact-disclaimer */
#contact-disclaimer{--radius:0px;--pad:clamp(1rem,2.8vw,2.25rem);--gap:clamp(1rem,2.2vw,1.5rem);background:var(--xhxlp-bg);color:var(--xhxlp-text);padding:var(--pad) 0;}
#contact-disclaimer .container{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);}
#contact-disclaimer .section-label{font:600 0.875rem/1.2 "Charter","Sitka Text",Cambria,Georgia,serif;letter-spacing:0.14em;text-transform:uppercase;color:var(--xhxlp-secondary);}
#contact-disclaimer .divider{height:1px;background:var(--xhxlp-border);margin:0.75rem 0 clamp(1rem,2vw,1.5rem);}
#contact-disclaimer .title{font:700 clamp(1.35rem,2.3vw,2rem)/1.15 "Charter","Sitka Text",Cambria,Georgia,serif;margin:0 0 0.75rem;letter-spacing:-0.01em;text-wrap:balance;}
#contact-disclaimer .copy{margin:0 0 1rem;color:var(--xhxlp-secondary);max-width:52ch;font-size:1rem;line-height:1.65;}
#contact-disclaimer .disclaimer-grid{display:grid;grid-template-columns:1fr;gap:var(--gap);align-items:start;}
#contact-disclaimer .list{margin:0;padding-left:1.1rem;}
#contact-disclaimer .list-item{margin:0.5rem 0;color:var(--xhxlp-secondary);line-height:1.6;font-size:0.98rem;}
#contact-disclaimer .disclaimer-aside{display:block;}
#contact-disclaimer .aside-card{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);border-radius:var(--radius);padding:1.15rem;box-shadow:0 10px 30px rgba(27,27,27,.06);}
#contact-disclaimer .aside-eyebrow{font:700 0.875rem/1.2 "Charter","Sitka Text",Cambria,Georgia,serif;color:var(--xhxlp-secondary);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.55rem;}
#contact-disclaimer .aside-copy{margin:0 0 0.9rem;color:var(--xhxlp-secondary);line-height:1.65;}
#contact-disclaimer .link{display:inline-block;color:var(--xhxlp-primary);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;outline:none;}
#contact-disclaimer .link:focus-visible{box-shadow:0 0 0 3px rgba(179,90,60,.28);border-radius:6px;}
#contact-disclaimer .aside-small{margin:0.95rem 0 0;color:var(--xhxlp-slate);font-size:0.925rem;}
@media (min-width: 768px){
  #contact-disclaimer .disclaimer-grid{grid-template-columns:1.5fr 1fr;}
  #contact-disclaimer .aside-card{padding:1.25rem;}
}
@media (prefers-reduced-motion: reduce){
  #contact-disclaimer *{scroll-behavior:auto;}
}
#contact-disclaimer ::selection{background:rgba(179,90,60,.22);}

.cookie-policy{background:var(--xhxlp-bg);color:var(--xhxlp-text);font-family:var(--xhxlp-font);line-height:1.6}
.cookie-policy__wrap{max-width:980px;margin:0 auto;padding:24px 16px 40px 16px}
.cookie-policy__title{margin:0 0 12px 0;font-size:32px;line-height:1.2;font-weight:700;color:var(--xhxlp-ink)}
.cookie-policy__lead{margin:0 0 18px 0;color:var(--xhxlp-secondary);font-size:16px}
.cookie-policy__section{margin:18px 0;padding:16px;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border)}
.cookie-policy__h2{margin:0 0 10px 0;font-size:18px;line-height:1.3;font-weight:700;color:var(--xhxlp-ink)}
.cookie-policy__p{margin:0 0 10px 0;color:var(--xhxlp-secondary)}
.cookie-policy__p:last-child{margin-bottom:0}
.cookie-policy__list{margin:8px 0 0 18px;padding:0}
.cookie-policy__li{margin:6px 0;color:var(--xhxlp-secondary)}
.cookie-policy__li strong{color:var(--xhxlp-ink);font-weight:700}
.cookie-policy__contact{margin-top:10px;padding:12px 14px;background:var(--xhxlp-bg);border:1px solid var(--xhxlp-border)}
.cookie-policy__contact-line{margin:6px 0;color:var(--xhxlp-secondary)}
.cookie-policy__contact-line strong{color:var(--xhxlp-ink)}
.cookie-policy__link{color:var(--xhxlp-accent);text-decoration:underline}
.cookie-policy__link:hover{color:var(--xhxlp-primary)}
.cookie-policy__footer{margin-top:18px;color:var(--xhxlp-slate)}
.cookie-policy__fine{margin:0;font-size:13px}
.cookie-policy__date{font-family:inherit}
 :root{--xhxlp-primary: #B35A3C;--xhxlp-secondary:#5A5A5A;--xhxlp-accent:#B35A3C;--xhxlp-ink:#1B1B1B;--xhxlp-slate:#6B6B6B;--xhxlp-mist:#E6E0D6;--xhxlp-border:#E6E0D6;--xhxlp-surface:#FFFFFF;--xhxlp-bg:#F6F1E8;--xhxlp-text:#1B1B1B;--xhxlp-font: Charter, 'Sitka Text', Cambria, Georgia, serif;} .policy-page{background:var(--xhxlp-bg);color:var(--xhxlp-text);font-family:var(--xhxlp-font);line-height:1.5;} .policy-wrapper{max-width:980px;margin:0 auto;padding:32px 18px 40px 18px;} .policy-header{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:20px 18px;margin-bottom:18px;} .policy-title{margin:0 0 8px 0;font-size:28px;letter-spacing:0.2px;color:var(--xhxlp-ink);} .policy-lead{margin:0;color:var(--xhxlp-slate);font-size:14.5px;} .policy-section{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:18px 18px;margin:0 0 14px 0;} .policy-heading{margin:0 0 10px 0;font-size:18px;color:var(--xhxlp-ink);} .policy-text{margin:0 0 10px 0;color:var(--xhxlp-text);font-size:14.5px;} .policy-list{margin:0;padding-left:18px;} .policy-list li{margin:6px 0;color:var(--xhxlp-text);font-size:14.5px;} .policy-label{font-weight:700;color:var(--xhxlp-ink);} .policy-ol{margin:0;padding-left:20px;} .policy-li{margin:8px 0;color:var(--xhxlp-text);font-size:14.5px;list-style:decimal;} .policy-number{font-weight:700;margin-right:8px;color:var(--xhxlp-ink);} .policy-footer{margin-top:10px;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:16px 18px;} .policy-footer-grid{display:block;} .policy-footer-block{margin:0 0 10px 0;} .policy-footer-title{margin:0 0 6px 0;font-weight:800;color:var(--xhxlp-ink);} .policy-footer-text{margin:4px 0;color:var(--xhxlp-slate);font-size:14.2px;} .policy-link{color:var(--xhxlp-primary);text-decoration:none;} .policy-link:hover{text-decoration:underline;} @media (min-width:820px){.policy-wrapper{padding-left:0;padding-right:0;} .policy-footer-grid{display:flex;gap:18px;align-items:flex-start;} .policy-footer-block{flex:1;margin:0;} }
/* Design-system variables expected to exist: --xhxlp-primary, --xhxlp-secondary, --xhxlp-accent, --xhxlp-ink, --xhxlp-slate, --xhxlp-mist, --xhxlp-border, --xhxlp-surface, --xhxlp-bg, --xhxlp-text, --xhxlp-font */

.policy-page{background:var(--xhxlp-bg);color:var(--xhxlp-text);font-family:var(--xhxlp-font);line-height:1.6;}
.policy-container{max-width:980px;margin:0 auto;padding:28px 18px 36px;}
.policy-title{font-size:30px;line-height:1.2;margin:6px 0 18px;color:var(--xhxlp-ink);letter-spacing:0.2px;}
.policy-section{margin:0 0 18px;padding:0;}
.policy-heading{font-size:18px;margin:0 0 10px;color:var(--xhxlp-ink);}
.policy-paragraph{margin:0 0 12px;}
.policy-cite{font-weight:600;color:var(--xhxlp-ink);}
.policy-card{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:14px 14px;border-radius:0px;box-shadow:none;}
.policy-small{margin:0 0 8px;color:var(--xhxlp-text);font-size:14px;}
.policy-list{margin:0 0 12px 18px;padding:0;}
.policy-li{margin:6px 0;}
.policy-footer{border-top:1px solid var(--xhxlp-border);background:var(--xhxlp-surface);padding:18px 0;}
.policy-footer-grid{display:block;}
.policy-footer-col{margin:0 0 12px;}
.policy-footer-title{margin:0 0 6px;font-weight:700;color:var(--xhxlp-ink);}
.policy-footer-text{margin:0 0 6px;color:var(--xhxlp-text);font-size:14px;}
.policy-footer-note{margin:10px 0 0;color:var(--xhxlp-slate);font-size:12.5px;}
@media (min-width: 820px){.policy-footer-grid{display:flex;gap:26px;justify-content:space-between;}.policy-footer-col{flex:1;margin:0;}}

/* Design-system base */
:root{
  --xhxlp-primary:#B35A3C;
  --xhxlp-secondary:#5A5A5A;
  --xhxlp-accent:#B35A3C;
  --xhxlp-ink:#1B1B1B;
  --xhxlp-slate:#6B6B6B;
  --xhxlp-mist:#E6E0D6;
  --xhxlp-border:#E6E0D6;
  --xhxlp-surface:#FFFFFF;
  --xhxlp-bg:#F6F1E8;
  --xhxlp-text:#1B1B1B;
  --xhxlp-font: Charter, 'Sitka Text', Cambria, Georgia, serif;
}

.thanks-page{min-height:100vh;background:var(--xhxlp-bg);color:var(--xhxlp-text);font-family:var(--xhxlp-font);}
.thanks-wrapper{max-width:980px;margin:0 auto;padding:24px 16px 40px 16px;}

.thanks-header{background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:22px 18px;}
.thanks-title{margin:0 0 8px 0;font-size:32px;line-height:1.2;color:var(--xhxlp-ink);font-weight:700;}
.thanks-subtitle{margin:0;color:var(--xhxlp-secondary);font-size:16px;line-height:1.6;}

.thanks-notice,.thanks-consumer{margin-top:16px;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:18px 18px;}
.thanks-section-title{margin:0 0 10px 0;font-size:18px;line-height:1.4;color:var(--xhxlp-ink);font-weight:700;}
.thanks-text{margin:0 0 10px 0;color:var(--xhxlp-secondary);font-size:15px;line-height:1.7;}
.thanks-text:last-child{margin-bottom:0;}

.thanks-footer{margin-top:16px;background:var(--xhxlp-surface);border:1px solid var(--xhxlp-border);padding:18px 18px;}

.contact-grid{display:block;}
.contact-block{padding:10px 0;border-top:1px solid var(--xhxlp-border);}
.contact-block:first-child{border-top:none;}
.contact-label{font-size:13px;letter-spacing:0.2px;color:var(--xhxlp-slate);text-transform:none;margin-bottom:4px;}
.contact-value{font-size:15px;line-height:1.6;color:var(--xhxlp-ink);word-break:break-word;}
.contact-link{color:var(--xhxlp-primary);text-decoration:none;border-bottom:1px solid rgba(179,90,60,0.35);}
.contact-link:hover{color:var(--xhxlp-accent);border-bottom-color:rgba(179,90,60,0.8);}

.thanks-legal{margin:14px 0 0 0;color:var(--xhxlp-secondary);font-size:13px;line-height:1.6;}

@media (min-width:720px){
  .contact-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:18px;}
  .contact-block{border-top:none;padding:10px 0;}
  .contact-block:nth-child(1),.contact-block:nth-child(2){border-top:none;}
}

:focus{outline:2px solid rgba(179,90,60,0.35);outline-offset:2px;}

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