:root{--bg-dark:#0e1d1a;--bg-darker:#0a1614;--surface-dark:#152a26;--surface-dark-soft:#1a322d;--divider-dark:#243d36;--bg-light:#f5f5f3;--surface-light:#fff;--cream:#f7f2e9;--cream-soft:#faf7f1;--accent:#f2543d;--accent-soft:#e2785a;--accent-hover:#d94530;--gold:#cfb98a;--text-dark:#0e1d1a;--text-dark-muted:#4a5d4e;--text-light:#fff;--text-light-muted:#a9bcb6;--text-light-quiet:#7a8e89;--gutter:clamp(1rem, 4vw, 5rem);--max:1280px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-pill:999px;font-optical-sizing:auto;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--bg-dark);font-family:Geist,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;line-height:1.55}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{background:var(--bg-dark);min-height:100dvh;color:var(--text-light);margin:0;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.04em;margin:0;font-family:Geist,system-ui,-apple-system,sans-serif;font-weight:700;line-height:.98}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:var(--accent);color:#fff}.app{background:var(--bg-dark);flex-direction:column;min-height:100dvh;display:flex}.app main{flex:1}.wrap{width:min(var(--max), 100% - var(--gutter) * 2);margin-inline:auto}.skip-link{z-index:999;background:var(--surface-light);color:var(--text-dark);border-radius:var(--radius-sm);padding:.75rem 1rem;position:absolute;left:-9999px}.skip-link:focus{top:1rem;left:1rem}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.reveal.is-revealed{opacity:1;transform:none}.reveal-stagger>*{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.reveal-stagger.is-revealed>*{opacity:1;transform:none}.reveal-stagger.is-revealed>:first-child{transition-delay:0s}.reveal-stagger.is-revealed>:nth-child(2){transition-delay:80ms}.reveal-stagger.is-revealed>:nth-child(3){transition-delay:.16s}.reveal-stagger.is-revealed>:nth-child(4){transition-delay:.24s}.reveal-stagger.is-revealed>:nth-child(5){transition-delay:.32s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1!important;transition:none!important;transform:none!important}}.kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.4rem;margin:0;font-size:.6875rem;font-weight:700;display:inline-flex}.kicker:before{content:"▸";font-size:.75rem;line-height:1}.brand-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block;position:relative}.brand-dot:before,.brand-dot:after{content:"";background:var(--accent);pointer-events:none;border-radius:50%;animation:2.2s cubic-bezier(.22,1,.36,1) infinite brand-dot-ping;position:absolute;inset:0}.brand-dot:after{animation-delay:1.1s}@keyframes brand-dot-ping{0%{opacity:.55;transform:scale(1)}80%,to{opacity:0;transform:scale(2.8)}}@media (prefers-reduced-motion:reduce){.brand-dot:before,.brand-dot:after{animation:none;display:none}}.eyebrow-pill{border-radius:var(--radius-pill);background:var(--surface-dark);color:var(--text-light);letter-spacing:.1em;text-transform:uppercase;align-self:flex-start;align-items:center;gap:.5rem;width:auto;max-width:max-content;padding:.4rem .85rem;font-size:.625rem;font-weight:700;display:inline-flex}.eyebrow-pill .brand-dot{width:6px;height:6px}.btn{border-radius:var(--radius-pill);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.85rem 1.4rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .12s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-light{background:var(--surface-light);color:var(--text-dark)}.btn-light:hover{background:var(--cream-soft)}.btn-ghost-light{color:var(--text-light);background:0 0;border-color:#fff9}.btn-ghost-light:hover{background:#ffffff14;border-color:#fff}.btn-dark{background:var(--bg-dark);color:var(--text-light)}.btn-dark:hover{background:var(--surface-dark)}.btn-hero-primary{gap:.6rem;padding:1rem 2.25rem;font-size:.9375rem;transition:background .22s,color .22s,box-shadow .38s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);position:relative;box-shadow:inset 0 1px #fff9,0 10px 24px #0000002e}.btn-hero-primary:hover{background:#fff;transform:translateY(-3px);box-shadow:inset 0 1px #fffc,0 28px 60px -8px #f2543d8c,0 12px 30px -4px #f2543d59}.btn-hero-primary:active{transform:translateY(-1px)scale(.985)}.btn-hero-icon{flex-shrink:0;transition:transform .28s cubic-bezier(.22,1,.36,1)}.btn-hero-primary:hover .btn-hero-icon{transform:translate(5px)}@media (prefers-reduced-motion:reduce){.btn-hero-primary,.btn-hero-icon{transition:none}.btn-hero-primary:hover{transform:none}}.site-header{z-index:40;background:0 0;border-bottom:1px solid #0000;transition:background .24s,border-color .24s,-webkit-backdrop-filter .24s,backdrop-filter .24s;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{-webkit-backdrop-filter:blur(14px);background:#0e1d1ac7;border-bottom-color:#ffffff0f}.site-header .inner{width:min(var(--max), 100% - var(--gutter) * 2);align-items:center;gap:clamp(1.75rem,3.5vw,3rem);margin-inline:auto;padding:1rem 0;display:flex}.site-header .brand{margin-right:auto}.site-header .nav-right{margin-left:clamp(1.5rem,4vw,3.5rem)}@media (width<=880px){.site-header .nav-links{display:none}.site-header .nav-right{margin-left:0}}.brand{letter-spacing:-.01em;color:var(--text-light);align-items:center;gap:.6rem;font-family:Geist,system-ui,sans-serif;font-size:1rem;font-weight:700;display:inline-flex}.brand:hover .brand-dot{background:var(--accent-hover)}.nav-links{align-items:center;gap:clamp(1rem,3vw,2.5rem);display:flex}.nav-links a{color:var(--text-light);font-size:.875rem;font-weight:500;transition:color .15s;position:relative}.nav-links a:after{content:"";transform-origin:0;pointer-events:none;background:currentColor;border-radius:1px;height:1.5px;transition:transform .36s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a:focus-visible:after{transform:scaleX(1)}.nav-links a:focus-visible{outline:none}.nav-right{align-items:center;gap:1rem;display:flex}.lang-toggle{cursor:pointer;letter-spacing:.04em;color:var(--text-light-muted);background:0 0;border:0;align-items:center;gap:.35rem;padding:0;font-family:inherit;font-size:.75rem;font-weight:500;transition:color .15s;display:inline-flex}.lang-toggle:hover{color:var(--text-light)}.lang-toggle .lang-active{color:var(--text-light);font-weight:600}.lang-toggle .lang-sep{color:var(--text-light-quiet);opacity:.5}.header-cta{gap:.45rem;min-height:0;padding:.5rem 1rem .5rem 1.1rem;font-size:.8125rem}.header-cta svg{transition:transform .18s}.header-cta:hover svg{transform:translate(2px,-2px)}@media (width<=720px){.nav-links{display:none}}.hero{isolation:isolate;background:var(--bg-dark);min-height:100dvh;color:var(--text-light);position:relative;overflow:hidden}.hero-bg{z-index:-1;background-image:url(/photos/optimized/TARDE_PRAINHAS-1440.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-bg-video{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}@media (prefers-reduced-motion:reduce){.hero-bg-video{display:none}}.hero-bg:after{content:"";background:radial-gradient(80% 60% at 0 100%,#0e1d1a66,#0000 70%),linear-gradient(#0e1d1a33 0%,#0e1d1a99 100%);position:absolute;inset:0}.hero-inner{min-height:100dvh;width:min(var(--max), 100% - var(--gutter) * 2);flex-direction:column;justify-content:space-between;margin-inline:auto;padding:clamp(5rem,8vw,6.5rem) 0 clamp(2rem,4vw,3rem);display:flex}.hero-content{flex-direction:column;gap:1.75rem;max-width:720px;margin-top:clamp(2rem,6vw,4rem);display:flex}.hero h1{letter-spacing:-.045em;color:#fff;text-wrap:balance;overflow-wrap:break-word;font-size:clamp(2.5rem,7.5vw,5rem);font-weight:700;line-height:.95}.hero-sub{color:var(--text-light-muted);max-width:32rem;margin:0;font-size:clamp(.95rem,1.2vw,1rem);line-height:1.55}.hero-ctas{flex-wrap:wrap;gap:.75rem;display:flex}.hero-bottom{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1.5rem;margin-top:2.5rem;display:flex}.hero-stats{flex-wrap:wrap;align-items:center;gap:clamp(1.25rem,3vw,2.25rem);display:flex}.hero-stat{flex-direction:column;gap:.15rem;display:flex}.hero-stat-value{color:#fff;font-family:Geist,system-ui,sans-serif;font-size:1.25rem;font-weight:500}.hero-stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light-quiet);font-size:.625rem;font-weight:700}.hero-stat-divider{background:var(--divider-dark);width:1px;height:2rem}.hero-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.hero-crop{letter-spacing:.1em;text-transform:uppercase;color:var(--cream-soft);gap:.75rem;font-size:.625rem;font-weight:700;display:flex}.hero-crop span:nth-child(2){color:var(--gold);font-weight:700}.hero-crop span:last-child{color:var(--gold);font-weight:500}.hero-scroll{letter-spacing:.1em;text-transform:uppercase;color:var(--cream-soft);align-items:center;gap:.75rem;font-size:.625rem;font-weight:700;display:inline-flex}.hero-scroll-line{background:currentColor;width:60px;height:1px}@media (width<=720px){.hero{min-height:clamp(560px,90dvh,760px)}.hero h1{font-size:clamp(2.25rem,11vw,3rem)}.hero-meta{text-align:left;align-items:flex-start}.hero-bottom{flex-direction:column;align-items:flex-start}.hero-stat-divider{display:none}.hero-stats{gap:1.25rem 1.5rem}}.section{padding:clamp(3rem,7vw,6.25rem) 0}.section-dark{background:var(--bg-dark);color:var(--text-light)}.section-light{background:var(--bg-light);color:var(--text-dark)}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:clamp(2rem,4vw,3rem);display:flex}@media (width<=720px){.section-head{align-items:flex-start}}.section-head-text{flex-direction:column;flex:320px;gap:.5rem;min-width:0;max-width:44rem;display:flex}.section-head h2{letter-spacing:-.035em;text-wrap:balance;overflow-wrap:break-word;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.05}.section-head-aux{letter-spacing:.1em;text-transform:uppercase;color:inherit;font-size:.75rem;font-weight:700}.tours-grid{gap:clamp(1.25rem,2.5vw,1.75rem);display:grid}@media (width>=720px){.tours-grid{grid-template-columns:1fr 1fr}}@media (width>=1024px){.tours-grid{grid-template-columns:repeat(3,1fr)}}.tour-card-v6{background:var(--surface-light);border-radius:var(--radius-lg);flex-direction:column;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f37300f}.tour-card-v6:hover{transform:translateY(-4px);box-shadow:0 28px 60px #0f37301f}.tour-card-v6-photo{cursor:pointer;aspect-ratio:416/280;background:0 0;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.tour-card-v6-photo img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.tour-card-v6:hover .tour-card-v6-photo img{transform:scale(1.04)}.tour-card-v6-num{-webkit-backdrop-filter:blur(8px);width:56px;height:56px;color:var(--cream);background:#0a1f1cb3;border-radius:50%;justify-content:center;align-items:center;font-family:Geist,system-ui,sans-serif;font-size:1.25rem;font-weight:700;display:flex;position:absolute;top:1.25rem;left:1.25rem}.tour-card-v6-body{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.tour-card-v6-title-row{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.tour-card-v6-title{font-family:Geist,system-ui,sans-serif;font-size:clamp(1.375rem,2vw,1.625rem);font-weight:600;line-height:1.1}.tour-card-v6-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-soft);font-size:.625rem;font-weight:700}.tour-card-v6-desc{color:var(--text-dark-muted);flex:1;margin:0;font-size:.875rem;line-height:1.55}.tour-card-v6-cta-row{border-top:1px solid #0e1d1a14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.tour-card-v6-cta{color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;padding:0;font-size:.875rem;font-weight:600;transition:color .15s;display:inline-flex}.tour-card-v6-cta:hover{color:var(--accent-hover)}.tour-card-v6-price{color:var(--text-dark-muted);font-size:.75rem;font-weight:500}dialog:not([open]){display:none}.tour-modal{background:var(--bg-dark);width:min(560px,100vw);max-width:100vw;height:100dvh;max-height:100dvh;color:var(--text-light);border:0;margin:0 0 0 auto;padding:0;overflow:hidden}.tour-modal::backdrop{-webkit-backdrop-filter:blur(4px);background:#050e0ca6}.tour-modal[open]{animation:.32s cubic-bezier(.22,1,.36,1) tour-modal-slide}@keyframes tour-modal-slide{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.tour-modal-inner{flex-direction:column;height:100%;display:flex}.tour-modal-photo{aspect-ratio:560/320;flex-shrink:0;position:relative;overflow:hidden}.tour-modal-photo img{object-fit:cover;width:100%;height:100%}.tour-modal-num{-webkit-backdrop-filter:blur(8px);width:64px;height:64px;color:var(--cream);background:#0a1f1cb3;border-radius:50%;justify-content:center;align-items:center;font-family:Geist,system-ui,sans-serif;font-size:1.5rem;font-weight:700;display:flex;position:absolute;top:1.5rem;left:1.5rem}.tour-modal-close{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0a1f1cb3;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:300;line-height:1;transition:background .18s;display:flex;position:absolute;top:1rem;right:1rem}.tour-modal-close:hover{background:var(--accent)}.tour-modal-body{flex-direction:column;flex:1;gap:1.25rem;padding:1.75rem 2rem 1.5rem;display:flex;overflow-y:auto}.tour-modal-title-row{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.tour-modal-title{letter-spacing:-.02em;font-family:Geist,system-ui,sans-serif;font-size:1.75rem;font-weight:600}.tour-modal-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-soft);font-size:.625rem;font-weight:700}.tour-modal-desc{color:var(--text-light-muted);margin:0;font-size:.9375rem;line-height:1.6}.tour-modal-specs{background:var(--surface-dark);border-radius:var(--radius-sm);grid-template-columns:repeat(3,1fr);gap:.5rem;margin:0;padding:1rem 1.25rem;display:grid}.tour-modal-spec{flex-direction:column;gap:.15rem;display:flex}.tour-modal-spec dt{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light-quiet);margin:0;font-size:.5625rem;font-weight:700}.tour-modal-spec dd{color:var(--cream);margin:0;font-family:Geist,system-ui,sans-serif;font-size:1rem;font-weight:600}.tour-modal-lists{border-top:1px solid var(--divider-dark);grid-template-columns:1fr 1.2fr;gap:1.5rem;padding-top:.5rem;display:grid}.tour-modal-list h4{letter-spacing:.12em;text-transform:uppercase;color:var(--text-light-quiet);margin-bottom:.75rem;font-family:Geist,system-ui,sans-serif;font-size:.625rem;font-weight:700}.tour-modal-list ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.tour-modal-list li{color:var(--text-light);padding-left:1.1rem;font-size:.8125rem;line-height:1.4;position:relative}.tour-modal-list li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.45em;left:0}.tour-modal-footer{background:var(--bg-darker);border-top:1px solid var(--divider-dark);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex}.tour-modal-price{color:var(--text-light-muted);font-size:.8125rem}@media (width<=480px){.tour-modal-body{padding:1.25rem 1.25rem 1rem}.tour-modal-footer{padding:1rem 1.25rem}.tour-modal-lists{grid-template-columns:1fr}}.history-lede{color:var(--text-light-muted);max-width:52ch;margin:.5rem 0 0;font-size:1rem;line-height:1.6}.history-grid{align-items:start;gap:3rem;display:grid}@media (width>=880px){.history-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem}}.history-media{aspect-ratio:16/10;border-radius:var(--radius-lg);background:var(--surface-dark);isolation:isolate;position:relative;overflow:hidden}@media (width>=880px){.history-media{aspect-ratio:4/5;max-height:80vh;position:sticky;top:6rem}}.history-media-stack{position:absolute;inset:0}.history-media-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .6s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.history-media-img.is-active{opacity:1}.history-media-frame{z-index:1;pointer-events:none;background:linear-gradient(#0000 60%,#0a16148c);position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0f}.history-media-caption{z-index:2;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light-muted);justify-content:space-between;align-items:baseline;gap:1rem;font-size:.6875rem;display:flex;position:absolute;bottom:1.25rem;left:1.5rem;right:1.5rem}.history-media-caption strong{color:var(--accent);font-weight:700}.history-blocks{flex-direction:column;gap:clamp(3rem,7vw,5rem);padding-top:.5rem;display:flex}.history-block{flex-direction:column;gap:.85rem;max-width:38rem;display:flex}.history-block-eyebrow{color:var(--accent);letter-spacing:.04em;font-family:Geist,system-ui,sans-serif;font-size:.875rem;font-weight:600}.history-block-title{color:var(--text-light);letter-spacing:-.035em;font-family:Geist,system-ui,sans-serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;line-height:1.05}.history-block-body{color:var(--text-light-muted);margin:0;font-size:1rem;line-height:1.7}@media (prefers-reduced-motion:reduce){.history-media{aspect-ratio:16/9;max-height:none;position:static}.history-media-img{transition:none}}.history-stats{border-top:1px solid var(--divider-dark);grid-template-columns:1fr;gap:1.25rem;margin-top:clamp(3rem,6vw,5rem);padding-top:clamp(2rem,4vw,3rem);display:grid}@media (width>=720px){.history-stats{grid-template-columns:repeat(3,1fr)}}.history-stat-card{background:var(--surface-dark);border:1px solid var(--divider-dark);border-radius:var(--radius-lg);flex-direction:column;gap:.6rem;padding:1.75rem 1.5rem;transition:border-color .24s,transform .24s cubic-bezier(.22,1,.36,1);display:flex}.history-stat-card:hover{border-color:var(--accent);transform:translateY(-2px)}.history-stat-num{letter-spacing:-.02em;color:var(--accent);font-family:Geist,system-ui,sans-serif;font-size:clamp(2.25rem,4vw,3rem);font-weight:600;line-height:1}.history-stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light-quiet);font-size:.6875rem;font-weight:700}.history-stat-text{color:var(--text-light-muted);margin:0;font-size:.875rem;line-height:1.55}.times-grid{gap:1rem;display:grid}@media (width>=720px){.times-grid{grid-template-columns:repeat(3,1fr)}}.time-card{background:var(--surface-light);border-radius:var(--radius-sm);flex-direction:column;height:100%;display:flex;overflow:hidden}.time-card-photo{flex-shrink:0;width:100%;padding-top:62.5%;position:relative;overflow:hidden}.time-card-photo img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.time-card-body{flex-direction:column;flex:1;gap:.85rem;padding:1.5rem;display:flex}.time-card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.time-card-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.625rem;font-weight:700}.time-card-when{color:var(--text-dark);font-size:.6875rem;font-weight:600}.time-card-title{color:var(--text-dark);font-family:Geist,system-ui,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.15}.time-card-desc{color:var(--text-dark-muted);margin:0;font-size:.75rem;line-height:1.55}.reserve-fullbleed{isolation:isolate;color:var(--text-light);padding:clamp(3rem,7vw,6rem) 0;position:relative;overflow:hidden}.reserve-bg{z-index:-2;background-position:50%;background-size:cover;position:absolute;inset:0}.reserve-overlay{z-index:-1;background:linear-gradient(#0a16148c,#0a1614d9),radial-gradient(at 20% 30%,#0a16144d,#0a1614cc);position:absolute;inset:0}.reserve-grid{align-items:center;gap:clamp(2rem,4vw,3rem);display:grid}@media (width>=960px){.reserve-grid{grid-template-columns:minmax(0,1fr) minmax(0,560px)}}.reserve-copy{flex-direction:column;gap:1.5rem;display:flex}.reserve-copy-kicker{color:var(--accent-soft)}.reserve-copy-title{letter-spacing:-.045em;color:var(--cream);text-wrap:balance;font-family:Geist,system-ui,sans-serif;font-size:clamp(2.25rem,5.5vw,4.5rem);font-weight:700;line-height:.98}.reserve-copy-body{color:var(--gold);max-width:28rem;margin:0;font-size:.9375rem;line-height:1.65}.reserve-copy-trust{color:var(--gold);flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;font-size:.6875rem;font-weight:500;list-style:none;display:flex}.reserve-copy-trust li{align-items:center;display:inline-flex}.reserve-form-panel{background:var(--cream);color:var(--text-dark);border-radius:var(--radius-lg);flex-direction:column;gap:1.1rem;padding:clamp(1.75rem,3vw,2.5rem);display:flex;box-shadow:0 30px 80px #00000040}.reserve-form-head{flex-direction:column;gap:.25rem;margin-bottom:.25rem;display:flex}.reserve-form-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.625rem;font-weight:700}.reserve-form-head h3{color:var(--text-dark);letter-spacing:-.01em;font-family:Geist,system-ui,sans-serif;font-size:1.5rem;font-weight:500}.reserve-field{flex-direction:column;gap:.35rem;display:flex}.reserve-field>span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark-muted);font-size:.6875rem;font-weight:700}.reserve-field input,.reserve-field select,.reserve-field textarea{color:var(--text-dark);background:var(--surface-light);border-radius:var(--radius-sm);border:1px solid #0e1d1a1f;min-height:44px;padding:.7rem .85rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.reserve-field textarea{resize:vertical;min-height:90px;line-height:1.5}.reserve-field input::placeholder,.reserve-field textarea::placeholder{color:var(--text-dark-muted);opacity:.7}.reserve-field input:focus,.reserve-field select:focus,.reserve-field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f2543d26}.reserve-field-row{gap:.75rem;display:grid}@media (width>=520px){.reserve-field-row{grid-template-columns:1fr 1fr;gap:1rem}}.reserve-form-submit{justify-content:center;width:100%;margin-top:.25rem}.reserve-form-success{text-align:left;align-items:flex-start}.reserve-form-success strong{color:var(--accent);font-family:Geist,system-ui,sans-serif;font-size:1.5rem;font-weight:500}.reserve-form-success p{color:var(--text-dark-muted);margin:0;font-size:.9375rem;line-height:1.55}.reserve-date-field{position:relative}.reserve-date-trigger{color:var(--text-dark);background:var(--surface-light);border-radius:var(--radius-sm);cursor:pointer;text-align:left;border:1px solid #0e1d1a1f;justify-content:space-between;align-items:center;gap:.5rem;min-height:44px;padding:.7rem .85rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s;display:flex}.reserve-date-trigger:hover{border-color:#0e1d1a40}.reserve-date-trigger:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #f2543d26}.reserve-date-trigger:not(.has-value) .reserve-date-text{color:var(--text-dark-muted);opacity:.7}.reserve-date-trigger svg{color:var(--text-dark-muted);flex-shrink:0}.reserve-date-trigger.has-value svg{color:var(--accent)}.reserve-date-popover{z-index:50;background:var(--surface-light);border-radius:var(--radius-md);border:1px solid #0e1d1a1f;padding:.75rem;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 20px 50px #0000002e,0 4px 12px #00000014}.reserve-date-popover .rdp-root{--rdp-accent-color:var(--accent);--rdp-accent-background-color:#f2543d1f;--rdp-day-height:36px;--rdp-day-width:36px;--rdp-day_button-height:36px;--rdp-day_button-width:36px;--rdp-day_button-border-radius:var(--radius-sm);--rdp-selected-border:0;--rdp-today-color:var(--accent);--rdp-outside-opacity:.35;--rdp-disabled-opacity:.3;--rdp-weekday-text-transform:uppercase;--rdp-weekday-font-size:.625rem;--rdp-weekday-opacity:.55;--rdp-nav_button-height:32px;--rdp-nav_button-width:32px;--rdp-months-gap:1rem;color:var(--text-dark);margin:0;font-family:inherit}.reserve-date-popover .rdp-month_caption{letter-spacing:-.01em;text-transform:capitalize;font-family:Geist,system-ui,sans-serif;font-size:.9375rem;font-weight:600}.reserve-date-popover .rdp-day_button{font-size:.8125rem;font-weight:500;transition:background .15s,color .15s}.reserve-date-popover .rdp-day_button:hover:not([disabled]){color:var(--accent);background:#f2543d14}.reserve-date-popover .rdp-day_selected .rdp-day_button,.reserve-date-popover .rdp-selected .rdp-day_button{background:var(--accent);color:#fff}.reserve-date-popover .rdp-day_selected .rdp-day_button:hover,.reserve-date-popover .rdp-selected .rdp-day_button:hover{background:var(--accent-hover);color:#fff}.reserve-date-popover .rdp-nav_button{border-radius:50%}.reserve-date-popover .rdp-nav_button:hover{background:#0e1d1a0f}@media (width<=480px){.reserve-date-popover{width:auto;left:0;right:0}}#faq{border-top:1px solid var(--divider-dark)}.faq-layout{align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}@media (width>=960px){.faq-layout{grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:clamp(3rem,6vw,5rem)}}.faq-head{flex-direction:column;gap:1rem;display:flex;position:relative}@media (width>=960px){.faq-head{position:sticky;top:96px}}.faq-head h2{letter-spacing:-.02em;text-wrap:balance;font-size:clamp(1.75rem,3.6vw,2.75rem);font-weight:500;line-height:1.1}.faq-lead{color:var(--text-light-muted);max-width:32ch;margin:0;font-size:.9375rem;line-height:1.6}.faq-head .btn{align-self:flex-start;margin-top:.5rem}.faq-list{flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--divider-dark)}.faq-item:first-child{border-top:1px solid var(--divider-dark)}.faq-question{cursor:pointer;width:100%;color:var(--text-light);text-align:left;letter-spacing:-.01em;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.35rem 0;font-family:Geist,system-ui,sans-serif;font-size:clamp(1.0625rem,1.6vw,1.25rem);font-weight:500;line-height:1.3;transition:color .18s;display:flex}.faq-question:hover{color:var(--accent)}.faq-question-text{text-wrap:balance;flex:auto}.faq-icon{border-radius:var(--radius-pill);border:1px solid var(--divider-dark);flex:0 0 32px;width:32px;height:32px;transition:background .18s,border-color .18s,transform .24s cubic-bezier(.22,1,.36,1);position:relative}.faq-question:hover .faq-icon{border-color:var(--accent);background:#f2543d14}.faq-icon-bar{transform-origin:50%;background:currentColor;border-radius:1px;position:absolute;top:50%;left:50%}.faq-icon-bar-h{width:12px;height:1.5px;transform:translate(-50%,-50%)}.faq-icon-bar-v{width:1.5px;height:12px;transition:transform .24s cubic-bezier(.22,1,.36,1);transform:translate(-50%,-50%)}.faq-item.is-open .faq-icon{background:var(--accent);border-color:var(--accent);color:#fff}.faq-item.is-open .faq-icon-bar-v{transform:translate(-50%,-50%)rotate(90deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1);display:grid}.faq-answer-inner{min-height:0;overflow:hidden}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-answer p{color:var(--text-light-muted);opacity:0;max-width:60ch;margin:0;padding:0 0 1.35rem;font-size:.9375rem;line-height:1.65;transition:opacity .24s 60ms,transform .24s 60ms;transform:translateY(-4px)}.faq-item.is-open .faq-answer p{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.faq-answer,.faq-answer p{transition:none}}.site-footer{background:var(--bg-darker);color:var(--text-light);margin-top:auto;padding:clamp(2.5rem,5vw,4rem) 0 1.5rem}.footer-top{gap:2.5rem;margin-bottom:2.5rem;display:grid}@media (width>=760px){.footer-top{grid-template-columns:1.5fr 1fr 1.2fr 1.2fr}}.footer-brand{flex-direction:column;gap:.75rem;display:flex}.footer-brand-row{color:#fff;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;display:inline-flex}.footer-tagline{color:var(--text-light-muted);max-width:24rem;margin:0;font-size:.75rem;line-height:1.55}.footer-col h3{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light-quiet);margin-bottom:.75rem;font-family:Geist,system-ui,sans-serif;font-size:.625rem;font-weight:700}.footer-col a,.footer-col span{color:var(--text-light);padding:.2rem 0;font-size:.8125rem;transition:color .15s;display:block}.footer-col a:hover{color:var(--accent)}.footer-col .footer-credit{color:var(--gold);margin-top:.35rem;font-size:.6875rem;font-weight:500}.footer-bottom{color:var(--text-light-quiet);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;font-size:.6875rem;font-weight:500;display:flex}.footer-bottom .made-by{letter-spacing:.04em;font-weight:700}.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}
