:root{--navy-deep:#111e2a;--navy-mid:#1f3247;--cream:#faf5f0;--sand:#ede3d6;--gold:#b98f5c;--gold-soft:#d4b488;--rust:#a25d3c;--ink:#191a1c;--line-gold:#b98f5c59;--line-cream:#faf5f02e;--font-display:"Fraunces", Georgia, serif;--font-body:"Instrument Sans", -apple-system, BlinkMacSystemFont, sans-serif;--max-width:1240px;--gutter:clamp(1.25rem, 4vw, 4rem);--radius:2px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-weight:500}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.mark-tri{color:var(--gold);display:inline-flex}.brand-mark-img{border-radius:50%;display:block}.hero-crest{border-radius:50%;margin-bottom:1.5rem;box-shadow:0 4px 24px #00000059}@media (width<=640px){.hero-crest{width:64px;height:64px;margin-bottom:1.1rem}}.eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.55rem;margin:0 0 .9rem;font-size:.8rem;display:inline-flex}.eyebrow-dark{color:var(--rust)}.eyebrow-gold{color:var(--gold-soft)}.divider{height:1px;max-width:var(--max-width);background:linear-gradient(90deg, transparent, var(--line-gold) 20%, var(--line-gold) 80%, transparent);margin:0 auto}.site-header{z-index:50;backdrop-filter:blur(10px);border-bottom:1px solid var(--line-cream);background:#101b29eb;position:sticky;top:0}.header-inner{max-width:var(--max-width);padding:1rem var(--gutter);align-items:center;gap:2rem;margin:0 auto;display:flex}.brand{color:var(--cream);align-items:center;gap:.6rem;margin-right:auto;display:inline-flex}.brand-mark{color:var(--gold);display:inline-flex}.brand-name{font-family:var(--font-display);letter-spacing:.12em;font-size:.95rem;font-weight:500}.primary-nav ul{align-items:center;gap:2rem;display:flex}.primary-nav a{color:var(--sand);letter-spacing:.02em;padding-bottom:2px;font-size:.92rem;position:relative}.primary-nav a:hover,.primary-nav a[aria-current=page]{color:var(--gold-soft)}.nav-dropdown{position:relative}.nav-dropdown-toggle{color:var(--sand);font-family:var(--font-body);letter-spacing:.02em;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.92rem;display:inline-flex}.nav-dropdown-toggle:hover{color:var(--gold-soft)}.nav-dropdown-toggle svg{width:9px;height:9px;transition:transform .15s}.nav-dropdown:hover .nav-dropdown-toggle svg,.nav-dropdown:focus-within .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-menu{background:var(--navy-mid);border:1px solid var(--line-cream);border-radius:var(--radius);flex-direction:column;gap:.1rem;min-width:200px;padding:.6rem;display:none;position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%);box-shadow:0 12px 28px #00000059}.nav-dropdown-menu:before{content:"";height:1.5rem;position:absolute;top:-1.5rem;left:0;right:0}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:flex}.nav-dropdown-menu a{border-radius:var(--radius);white-space:nowrap;padding:.55rem .75rem;font-size:.88rem}.nav-dropdown-menu a:hover{color:var(--gold-soft);background:#b98f5c24}.header-actions{align-items:center;gap:1.5rem;display:flex}.lang-toggle{letter-spacing:.06em;align-items:center;gap:.4rem;font-size:.82rem;display:flex}.lang-btn{color:var(--sand);opacity:.55;cursor:pointer;font-family:var(--font-body);background:0 0;border:none;padding:.2rem;font-size:.82rem}.lang-btn.is-active{opacity:1;color:var(--gold-soft)}.lang-sep{color:var(--sand);opacity:.3}.btn{font-family:var(--font-body);letter-spacing:.04em;border-radius:var(--radius);white-space:nowrap;cursor:pointer;border:1px solid #0000;padding:.7rem 1.4rem;font-size:.85rem;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn-ghost{color:var(--cream);border-color:var(--line-gold)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold-soft)}.btn-solid{background:var(--gold);color:var(--navy-deep);font-weight:600}.btn-solid:hover{background:var(--gold-soft)}.btn-outline{color:var(--cream);border-color:var(--cream)}.btn-outline:hover{border-color:var(--gold);color:var(--gold-soft)}.btn-outline-dark{color:var(--navy-deep);border-color:var(--navy-deep)}.btn-outline-dark:hover{border-color:var(--rust);color:var(--rust)}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;display:none}.menu-toggle span{background:var(--cream);width:100%;height:1px;display:block}.mobile-nav{background:var(--navy-deep);border-top:1px solid var(--line-cream);max-height:0;transition:max-height .3s;display:none;overflow:hidden}.mobile-nav.is-open{max-height:600px;overflow-y:auto}.mobile-nav ul{padding:1rem var(--gutter) 1.5rem;flex-direction:column;gap:1rem;display:flex}.mobile-nav a{color:var(--sand);font-size:.95rem}.mobile-nav .mobile-nav-sub{opacity:.85;flex-direction:column;gap:.75rem;margin-top:.5rem;padding-left:1rem;display:flex}@media (width<=860px){.primary-nav,.header-actions .btn{display:none}.header-actions .lang-toggle{display:flex}.menu-toggle,.mobile-nav{flex-direction:column;display:flex}}.hero{color:var(--cream);background:var(--navy-deep);position:relative}.hero-media{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.hero-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%;display:flex;position:absolute;inset:0;overflow-x:auto}.hero-track::-webkit-scrollbar{display:none}.hero-slide{scroll-snap-align:start;flex:0 0 100%;height:100%;position:relative}.hero-slide img{object-fit:cover;width:100%;height:100%}.hero-scrim{pointer-events:none;background:linear-gradient(#101b2900 0% 55%,#101b2999 100%);position:absolute;inset:0}.horizon-line{background:linear-gradient(90deg, transparent, var(--gold) 15%, var(--gold-soft) 50%, var(--gold) 85%, transparent);opacity:.75;pointer-events:none;height:1px;position:absolute;top:54%;left:0;right:0}.hero-arrow{z-index:4;width:42px;height:42px;color:var(--cream);cursor:pointer;background:#101b2973;border:1px solid #faf5f059;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{border-color:var(--gold);background:#101b29b3}.hero-arrow svg{width:18px;height:18px}.hero-arrow--prev{left:clamp(.75rem,3vw,1.5rem)}.hero-arrow--next{right:clamp(.75rem,3vw,1.5rem)}@media (width<=640px){.hero-arrow{width:36px;height:36px}.hero-arrow svg{width:15px;height:15px}}.hero-dots{z-index:3;bottom:clamp(1.25rem,4vw,2rem);right:var(--gutter);gap:8px;display:flex;position:absolute}.hero-dot{cursor:pointer;background:#faf5f066;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .25s,transform .25s}.hero-dot.is-active{background:var(--gold);transform:scale(1.3)}.hero-caption{z-index:3;left:var(--gutter);letter-spacing:.16em;text-transform:uppercase;color:var(--sand);opacity:.85;font-size:.75rem;position:absolute;bottom:clamp(1.25rem,4vw,2rem)}.hero-content{max-width:var(--max-width);padding:clamp(2.5rem, 6vw, 4rem) var(--gutter) clamp(3rem, 6vw, 4rem);width:100%;margin:0 auto;position:relative}.hero-content h1{max-width:20ch;margin-bottom:1.25rem;font-size:clamp(2.4rem,6vw,5.2rem);font-style:italic;font-weight:400;line-height:1.04}.hero-sub{max-width:42ch;color:var(--sand);margin-bottom:2rem;font-size:clamp(1rem,1.4vw,1.15rem)}@media (width<=640px){.hero-crest{display:none}.hero-content{padding:2rem var(--gutter) 2.5rem}.hero-content h1{max-width:26ch;margin-bottom:.75rem;font-size:1.95rem}.hero-sub{margin-bottom:1.25rem}}.page-hero{background:var(--navy-deep);color:var(--cream);padding:clamp(6rem, 14vw, 9rem) var(--gutter) clamp(3rem, 7vw, 4.5rem);text-align:center}.page-hero h1{font-size:clamp(2.1rem,4.4vw,3.4rem);font-style:italic;font-weight:400}.page-hero p{color:var(--sand);max-width:56ch;margin:1rem auto 0}.intro{max-width:var(--max-width);padding:clamp(4rem, 8vw, 6.5rem) var(--gutter) 4rem;grid-template-columns:1.3fr 1fr;align-items:start;gap:clamp(2rem,5vw,5rem);margin:0 auto;display:grid}.intro-text{font-family:var(--font-display);color:var(--navy-deep);font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:400;line-height:1.5}.stat-row{grid-template-columns:repeat(3,1fr);gap:1.75rem 1.5rem;margin:0;display:grid}.stat-row div{border-top:1px solid var(--line-gold);padding-top:.6rem}.stat-row dt{letter-spacing:.1em;text-transform:uppercase;color:var(--rust);margin-bottom:.3rem;font-size:.75rem}.stat-row dd{font-family:var(--font-display);color:var(--navy-deep);margin:0;font-size:1.6rem}@media (width<=480px){.stat-row{grid-template-columns:repeat(2,1fr)}}@media (width<=780px){.intro{grid-template-columns:1fr}}.section-head{max-width:var(--max-width);padding:0 var(--gutter);margin:0 auto}.section-head h2{font-size:clamp(2rem,4vw,3rem);font-weight:400}.section-head--center{text-align:center}.section-head--center .eyebrow{justify-content:center}.amenities{background:var(--sand);padding:clamp(4rem,8vw,6.5rem) 0}.amenities-grid{max-width:var(--max-width);padding:0 var(--gutter);border-top:1px solid var(--line-gold);border-left:1px solid var(--line-gold);grid-template-columns:repeat(4,1fr);gap:0;margin:2.75rem auto 0;display:grid}.amenities-grid li{border-right:1px solid var(--line-gold);border-bottom:1px solid var(--line-gold);padding:2rem 1.75rem}.amenities-grid h3{color:var(--navy-deep);margin-bottom:.6rem;font-size:1.05rem;font-weight:500}.amenities-grid p{color:#4a463d;margin:0;font-size:.92rem}@media (width<=980px){.amenities-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.amenities-grid{grid-template-columns:1fr}}.spaces{padding:clamp(4rem,8vw,6.5rem) 0}.gallery-grid{max-width:var(--max-width);padding:0 var(--gutter);grid-template-columns:repeat(3,1fr);grid-auto-rows:320px;gap:1.25rem;margin:2.75rem auto 0;display:grid}.gallery-item{border-radius:var(--radius);margin:0;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gallery-item:hover img{transform:scale(1.04)}.gallery-item--wide{grid-column:span 2}.gallery-item figcaption{color:var(--cream);letter-spacing:.04em;border-radius:var(--radius);background:#101b298c;padding:.35rem .75rem;font-size:.85rem;position:absolute;bottom:1rem;left:1rem}@media (width<=780px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-item--wide{grid-column:span 1}}.gallery-grid--square{grid-auto-rows:unset;grid-template-columns:repeat(4,1fr)}.gallery-grid--square .gallery-item{aspect-ratio:1}@media (width<=980px){.gallery-grid--square{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.gallery-grid--square{grid-template-columns:repeat(2,1fr)}}.location{max-width:var(--max-width);padding:clamp(4rem, 8vw, 6.5rem) var(--gutter);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);margin:0 auto;display:grid}.location>*{min-width:0}.location-copy h2{margin-bottom:1.1rem;font-size:clamp(1.9rem,3.6vw,2.6rem)}.location-copy>p{color:#3d3a33;max-width:46ch}.location-list{border-top:1px solid var(--line-gold);margin-top:1.75rem}.location-list li{border-bottom:1px solid var(--line-gold);justify-content:space-between;gap:1rem;padding:.85rem 0;font-size:.92rem;display:flex}.location-list li span:first-child{min-width:0}.location-list li span:last-child{color:var(--rust);font-family:var(--font-display);white-space:nowrap;flex-shrink:0}.location-map{border-radius:var(--radius);overflow:hidden}@media (width<=780px){.location{grid-template-columns:1fr}.location-map{order:-1}}.booking{background:var(--navy-deep);color:var(--cream);text-align:center;padding:clamp(4.5rem, 9vw, 7rem) var(--gutter)}.booking h2{font-size:clamp(2rem,4vw,3rem);font-style:italic;font-weight:400}.booking-sub{color:var(--sand);max-width:42ch;margin:1rem auto 3rem}.booking-widget{border:1px solid var(--line-gold);border-radius:var(--radius);background:var(--navy-mid);max-width:760px;min-height:900px;margin:0 auto 2.5rem}.booking-widget-placeholder{color:var(--sand);letter-spacing:.04em;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:900px;padding:4.5rem 2rem;font-size:.9rem;display:flex}.booking-widget-placeholder .eyebrow{margin:0}.booking-widget iframe{border:none;width:100%;min-height:900px;display:block}.booking-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.booking-teaser .booking-widget{display:none}.review-metrics-container{font-family:var(--font-body);background:var(--cream);border:1px solid var(--line-gold);border-radius:12px;max-width:650px;margin:0 auto;padding:1.75rem;box-shadow:0 4px 20px #111e2a0f}.metrics-summary-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.badge-wrapper{align-items:center;gap:.75rem;display:flex}.gold-leaves{font-size:2rem}.badge-text-box{flex-direction:column;display:flex}.badge-title{font-family:var(--font-display);color:var(--navy-deep);font-size:1.1rem;font-weight:500}.badge-subtitle{color:#6b665c;font-size:.8rem}.score-display{flex-direction:column;align-items:flex-start;display:flex}.score-number{font-family:var(--font-display);color:var(--navy-deep);font-size:1.6rem;line-height:1}.star-rating{color:var(--gold);margin:.15rem 0;font-size:.9rem}.review-count{color:#6b665c;font-size:.78rem}.metrics-divider{border:none;border-top:1px solid var(--line-gold);margin:1.5rem 0}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.metric-card{flex-direction:column;gap:.3rem;display:flex}.metric-label{color:#6b665c;font-size:.78rem}.metric-score{font-family:var(--font-display);color:var(--navy-deep);font-size:1.2rem}@media (width<=480px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}.reviews-section{max-width:var(--max-width);padding:clamp(4rem, 8vw, 6.5rem) var(--gutter);margin:0 auto}.review-quote-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem;display:grid}.review-quote{background:var(--sand);border-radius:var(--radius);padding:2rem}.review-quote .stars{color:var(--gold);margin-bottom:.9rem;font-size:.9rem}.review-quote p{font-family:var(--font-display);color:var(--navy-deep);margin-bottom:1rem;font-size:1.05rem}.review-quote cite{color:var(--rust);letter-spacing:.04em;font-size:.82rem;font-style:normal}@media (width<=980px){.review-quote-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.review-quote-grid{grid-template-columns:1fr}}.host-section{max-width:var(--max-width);padding:clamp(4rem, 8vw, 6.5rem) var(--gutter);grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(2rem,5vw,4rem);margin:0 auto;display:grid}.host-photo{border-radius:var(--radius);overflow:hidden}.host-copy h2{margin-bottom:1.1rem;font-size:clamp(1.9rem,3.6vw,2.6rem)}.host-copy p{color:#3d3a33;max-width:52ch;margin-bottom:1rem}@media (width<=780px){.host-section{grid-template-columns:1fr}}.contact-section{max-width:720px;padding:clamp(4rem, 8vw, 6.5rem) var(--gutter);text-align:center;margin:0 auto}.contact-card{border:1px solid var(--line-gold);border-radius:var(--radius);margin-top:2rem;padding:2.5rem}.contact-card a{color:var(--rust);font-family:var(--font-display);font-size:1.3rem}.contact-card p{color:#6b665c;margin-top:.5rem;font-size:.9rem}.contact-list{text-align:left;flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.contact-row{border:1px solid var(--line-gold);border-radius:var(--radius);grid-template-columns:100px 1fr;gap:.25rem 1.25rem;padding:1.1rem 1.25rem;display:grid}.contact-row-label{letter-spacing:.06em;text-transform:uppercase;color:#6b665c;padding-top:.2rem;font-size:.78rem}.contact-row-value{font-family:var(--font-display);color:var(--rust);overflow-wrap:break-word;min-width:0;font-size:1.05rem}.contact-row-note{color:#6b665c;grid-column:2;margin-top:.25rem;font-size:.85rem}.prose-section{max-width:760px;padding:clamp(3.5rem, 7vw, 5.5rem) var(--gutter) clamp(5rem, 8vw, 7rem);margin:0 auto}.prose-section h2{margin:2.25rem 0 .9rem;font-size:clamp(1.5rem,2.6vw,1.9rem)}.prose-section h2:first-child{margin-top:0}.prose-section p{color:#3d3a33;margin:0 0 1rem}.prose-section ul{color:#3d3a33;margin-bottom:1rem;padding-left:1.4rem;list-style:outside}.prose-section li{margin-bottom:.4rem}.guide-capture{text-align:center;max-width:560px;margin:2.5rem auto 0}.guide-form{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.guide-form input[type=email]{border:1px solid var(--line-gold);border-radius:var(--radius);font-family:var(--font-body);background:#fff;flex:260px;padding:.75rem 1rem;font-size:.9rem}.guide-note{color:#6b665c;margin-top:.9rem;font-size:.78rem}.monthly-perks{max-width:var(--max-width);padding:0 var(--gutter);grid-template-columns:repeat(3,1fr);gap:1.75rem;margin:2.75rem auto 0;display:grid}.monthly-perks li{background:var(--sand);border-radius:var(--radius);padding:1.75rem}.monthly-perks h3{color:var(--navy-deep);margin-bottom:.5rem;font-size:1rem}.monthly-perks p{color:#4a463d;margin:0;font-size:.9rem}@media (width<=780px){.monthly-perks{grid-template-columns:1fr}}.breadcrumb{letter-spacing:.05em;color:var(--sand);opacity:.75;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;display:flex}.breadcrumb a:hover{color:var(--gold-soft)}.faq{background:var(--cream);padding:clamp(4rem,8vw,6.5rem) 0 clamp(5rem,9vw,8rem)}.faq-list{max-width:860px;padding:0 var(--gutter);margin:2.5rem auto 0}.faq-list details{border-bottom:1px solid var(--line-gold);padding:1.4rem 0}.faq-list summary{cursor:pointer;font-family:var(--font-display);color:var(--navy-deep);justify-content:space-between;align-items:center;gap:1rem;font-size:1.15rem;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-family:var(--font-body);color:var(--gold);flex-shrink:0;font-size:1.4rem;transition:transform .2s}.faq-list details[open] summary:after{content:"–"}.faq-list p{color:#4a463d;max-width:66ch;margin:1rem 0 0}.trust-strip{max-width:var(--max-width);padding:1.5rem var(--gutter);flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin:0 auto;display:flex}.trust-strip span{letter-spacing:.04em;color:var(--rust);align-items:center;gap:.4rem;font-size:.78rem;display:inline-flex}.trust-strip span:before{content:"✓";color:var(--gold);font-weight:600}.trust-strip--dark span{color:var(--sand)}.trust-strip--dark span:before{color:var(--gold-soft)}.compare-section{background:var(--navy-deep);color:var(--cream);padding:clamp(4rem, 8vw, 6.5rem) var(--gutter)}.compare-section .section-head{color:var(--cream)}.compare-grid{max-width:var(--max-width);grid-template-columns:1fr 1fr;gap:2rem;margin:2.75rem auto 0;display:grid}.compare-col{border:1px solid var(--line-cream);border-radius:var(--radius);padding:2rem}.compare-col--highlight{border-color:var(--gold);background:#b98f5c14}.compare-col h3{font-family:var(--font-display);margin-bottom:1.25rem;font-size:1.3rem;font-style:italic;font-weight:400}.compare-col--highlight h3{color:var(--gold-soft)}.compare-col ul{flex-direction:column;gap:.75rem;display:flex}.compare-col li{color:var(--sand);padding-left:1.2rem;font-size:.92rem;position:relative}.compare-col--highlight li:before{content:"✓";color:var(--gold);position:absolute;left:0}.compare-col:not(.compare-col--highlight) li:before{content:"–";opacity:.5;position:absolute;left:0}@media (width<=780px){.compare-grid{grid-template-columns:1fr}}.promise-grid{max-width:var(--max-width);padding:0 var(--gutter);grid-template-columns:repeat(4,1fr);gap:1.75rem;margin:2.75rem auto 0;display:grid}.promise-grid li{border-top:2px solid var(--gold);padding-top:1.25rem}.promise-grid h3{color:var(--navy-deep);margin-bottom:.5rem;font-size:1rem}.promise-grid p{color:#4a463d;margin:0;font-size:.9rem}@media (width<=980px){.promise-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.promise-grid{grid-template-columns:1fr}}.host-teaser{max-width:var(--max-width);padding:clamp(4rem, 8vw, 6.5rem) var(--gutter);grid-template-columns:.7fr 1.3fr;align-items:center;gap:clamp(2rem,5vw,4rem);margin:0 auto;display:grid}.host-teaser img{border-radius:var(--radius)}.host-teaser h2{margin-bottom:1rem;font-size:clamp(1.7rem,3vw,2.3rem)}.host-teaser p{color:#3d3a33;max-width:52ch;margin-bottom:1rem}@media (width<=780px){.host-teaser{grid-template-columns:1fr}}.cta-split{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.simple-form{text-align:left;flex-direction:column;gap:1rem;max-width:480px;margin:2rem auto 0;display:flex}.simple-form label{letter-spacing:.06em;text-transform:uppercase;color:var(--rust);margin-bottom:.35rem;font-size:.78rem;display:block}.simple-form input,.simple-form textarea,.simple-form select{border:1px solid var(--line-gold);border-radius:var(--radius);width:100%;font-family:var(--font-body);color:var(--ink);background:#fff;padding:.75rem 1rem;font-size:.92rem}.simple-form textarea{resize:vertical;min-height:100px}.simple-form .checkbox-row{color:#4a463d;align-items:flex-start;gap:.6rem;font-size:.85rem;display:flex}.simple-form .checkbox-row input{width:auto;margin-top:.2rem}.simple-form .form-note{color:#6b665c;margin-top:.25rem;font-size:.78rem}.simple-form-dark label{color:var(--gold-soft)}.simple-form-dark .checkbox-row{color:var(--sand)}.hp-field{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;left:-9999px!important;overflow:hidden!important}.form-status{min-height:1.2em;margin-top:.5rem;font-size:.88rem}.form-status[data-kind=success]{color:#2f7a4d}.form-status[data-kind=error]{color:var(--rust)}.drive-table{border-top:1px solid var(--line-gold);max-width:720px;margin:2.5rem auto 0}.drive-table li{border-bottom:1px solid var(--line-gold);justify-content:space-between;gap:1rem;padding:.85rem 0;font-size:.92rem;display:flex}.drive-table li span:first-child{min-width:0}.drive-table li span:last-child{color:var(--rust);font-family:var(--font-display);white-space:nowrap;flex-shrink:0}.drive-table li.drive-table-note{flex-direction:column;align-items:flex-start;gap:.25rem}.drive-table li.drive-table-note span:first-child{font-family:var(--font-display);color:var(--navy-deep);white-space:normal}.drive-table li.drive-table-note span:last-child{color:#3d3a33;font-family:var(--font-body);white-space:normal;flex-shrink:1;min-width:0;font-size:.88rem}.site-footer{background:var(--navy-deep);color:var(--sand);padding:3.5rem var(--gutter) 2.5rem}.footer-inner{max-width:var(--max-width);text-align:center;flex-direction:column;align-items:center;gap:.6rem;margin:0 auto;display:flex}.footer-brand{color:var(--gold-soft);align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.footer-brand .brand-name{letter-spacing:.14em;font-size:.85rem}.footer-address,.footer-status{margin:0;font-size:.85rem}.footer-status{color:var(--gold-soft)}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:1.25rem 0;display:flex}.footer-links a{color:var(--sand);font-size:.85rem}.footer-links a:hover{color:var(--gold-soft)}.footer-copy{opacity:.6;margin-top:1rem;font-size:.75rem}
