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

/* design tokens */
:root {
  --r6fo1y4-primary: #1a3a4a;
  --r6fo1y4-secondary: #2d5266;
  --r6fo1y4-accent: #c8893f;
  --r6fo1y4-ink: #1a1a1a;
  --r6fo1y4-slate: #6b6b6b;
  --r6fo1y4-mist: #dcd4c8;
  --r6fo1y4-border: #e5e2dd;
  --r6fo1y4-surface: #ffffff;
  --r6fo1y4-bg: #faf8f5;
  --r6fo1y4-text: #1a1a1a;
  --r6fo1y4-font: Georgia, Cambria, 'Times New Roman', serif;
  --r6fo1y4-font-display: 'Hoefler Text', 'Baskerville Old Face', Garamond, Georgia, serif;
}

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

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

/* sections */
/* r6fo1y4:header */
/* r6fo1y4:header */
#header{position:sticky;top:0;z-index:100;background:var(--r6fo1y4-surface);border-bottom:1px solid var(--r6fo1y4-border)}
.header-inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;height:4.5rem}
.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--r6fo1y4-primary);font-family:Georgia,serif;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}
.logo-mark{color:var(--r6fo1y4-accent);font-size:1rem}
.main-nav{display:flex;align-items:center;gap:2rem}
.nav-link{color:var(--r6fo1y4-ink);text-decoration:none;font-size:.95rem;font-family:Georgia,serif;transition:color .2s}
.nav-link:hover,.nav-link:focus-visible{color:var(--r6fo1y4-accent)}
.nav-cta{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);padding:.6rem 1.4rem;text-decoration:none;font-size:.9rem;font-family:Georgia,serif;border:1px solid var(--r6fo1y4-primary);transition:background .2s,border-color .2s}
.nav-cta:hover,.nav-cta:focus-visible{background:var(--r6fo1y4-secondary);border-color:var(--r6fo1y4-secondary)}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;min-width:44px;min-height:44px}
.menu-bar{display:block;width:24px;height:2px;background:var(--r6fo1y4-ink)}
@media(max-width:768px){
.menu-toggle{display:flex}
.main-nav{position:absolute;top:4.5rem;left:0;right:0;flex-direction:column;background:var(--r6fo1y4-surface);border-bottom:1px solid var(--r6fo1y4-border);padding:1.5rem clamp(1rem,4vw,3rem);gap:1.25rem;display:none}
.main-nav.is-open{display:flex}
.nav-cta{width:100%;text-align:center}
}
/* r6fo1y4:footer */
/* r6fo1y4:footer */
.footer{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-bg);font-family:Georgia,Cambria,"Times New Roman",serif;padding:clamp(3rem,7vw,5rem) clamp(1rem,4vw,3rem) 1.5rem}
.footer-grid{max-width:72rem;margin:0 auto;display:grid;gap:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem}}
.footer-brand{font-size:1.5rem;margin:0 0 .75rem;color:var(--r6fo1y4-surface);letter-spacing:-.015em;text-wrap:balance}
.footer-title,.footer-label{display:block;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--r6fo1y4-accent);margin:0 0 .7rem}
.footer-text,.footer-list li{font-size:.9375rem;line-height:1.6;color:var(--r6fo1y4-bg);margin:0 0 .6rem}
.footer-list{list-style:none;margin:0;padding:0}
.footer a{color:var(--r6fo1y4-bg);text-decoration:none;padding:.35rem 0;display:inline-block;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}
.footer a:hover,.footer a:focus-visible{color:var(--r6fo1y4-accent);border-bottom-color:var(--r6fo1y4-accent)}
.footer a:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:3px}
.footer-disclaimer{max-width:72rem;margin:2.5rem auto 0;font-size:.75rem;line-height:1.7;color:var(--r6fo1y4-mist)}
.footer-bottom{max-width:72rem;margin:1.5rem auto 0;padding-top:1.25rem;border-top:1px solid var(--r6fo1y4-secondary);display:flex;flex-wrap:wrap;gap:1rem 1.5rem;justify-content:space-between}
.footer-legal{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;font-size:.8125rem}
.footer-copy{margin:0;font-size:.8125rem;color:var(--r6fo1y4-mist);font-variant-numeric:tabular-nums}
.footer ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-primary)}
@media(prefers-reduced-motion:reduce){.footer a{transition:none}}
/* r6fo1y4:hero */
/* r6fo1y4:hero */
.hero{background:var(--r6fo1y4-bg);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);}
.hero-inner{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center;}
.hero-content{max-width:36rem;}
.hero-eyebrow{font-family:Georgia,Cambria,'Times New Roman',serif;font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--r6fo1y4-accent);margin:0 0 1.25rem;font-weight:600;}
.hero-title{font-family:'Hoefler Text','Baskerville Old Face',Garamond,Georgia,serif;font-size:clamp(2rem,4vw,3.75rem);line-height:1.04;letter-spacing:-.02em;color:var(--r6fo1y4-ink);margin:0 0 1.25rem;text-wrap:balance;font-weight:500;}
.hero-sub{font-family:Georgia,Cambria,serif;font-size:1.0625rem;line-height:1.65;color:var(--r6fo1y4-slate);margin:0 0 2rem;max-width:34rem;}
.hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:1.75rem;}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.6rem;font-family:Georgia,Cambria,serif;font-size:.9375rem;text-decoration:none;border-radius:4px;border:1.5px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer;}
.btn-primary{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);border-color:var(--r6fo1y4-primary);}
.btn-primary:hover{background:var(--r6fo1y4-secondary);border-color:var(--r6fo1y4-secondary);}
.btn-outline{background:transparent;color:var(--r6fo1y4-primary);border-color:var(--r6fo1y4-primary);}
.btn-outline:hover{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);}
.btn:focus-visible{outline:3px solid var(--r6fo1y4-accent);outline-offset:2px;}
.hero-note{font-size:.8125rem;line-height:1.55;color:var(--r6fo1y4-slate);margin:0;max-width:32rem;}
.hero-media{position:relative;}
.hero-img{width:100%;height:auto;display:block;border-radius:8px;aspect-ratio:9/16;object-fit:cover;box-shadow:0 24px 48px -22px rgba(26,58,74,.4);}
@media (max-width:768px){.hero-inner{grid-template-columns:1fr;}.hero-media{order:-1;}}
::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface);}
@media (prefers-reduced-motion:reduce){.btn{transition:none;}}
/* r6fo1y4:destinations */
/* r6fo1y4:destinations */
#destinations{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);font-family:Georgia,Cambria,serif;padding:clamp(3rem,8vw,6.5rem) clamp(1rem,4vw,3rem);}
#destinations .destinations-inner{max-width:72rem;margin:0 auto;}
#destinations .destinations-head{max-width:34rem;margin-bottom:clamp(2rem,4vw,3.25rem);color:var(--r6fo1y4-slate);}
#destinations .destination-eyebrow{margin:0 0 .7rem;font-size:.8rem;text-transform:uppercase;font-weight:700;color:var(--r6fo1y4-accent);}
#destinations h2{margin:0 0 1rem;font-size:clamp(1.75rem,3.4vw,2.75rem);line-height:1.1;letter-spacing:-.02em;text-wrap:balance;color:var(--r6fo1y4-primary);}
#destinations .destinations-head p{margin:0;line-height:1.7;}
#destinations .destinations-grid{display:grid;gap:clamp(1.5rem,3vw,2.5rem);}
#destinations .destination-card{background:var(--r6fo1y4-surface);border:1px solid var(--r6fo1y4-border);border-radius:8px;overflow:hidden;}
#destinations .destination-card img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;}
#destinations .destination-body{padding:clamp(1.25rem,2.5vw,1.75rem);}
#destinations .destination-meta{margin:0 0 .4rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--r6fo1y4-slate);}
#destinations h3{margin:0 0 .6rem;font-size:1.35rem;line-height:1.25;color:var(--r6fo1y4-primary);}
#destinations .destination-body p{margin:0 0 .75rem;line-height:1.7;}
#destinations .destination-price{margin:0 0 1.1rem;font-size:.95rem;font-variant-numeric:tabular-nums;}
#destinations .price-value{font-size:1.4rem;font-weight:700;color:var(--r6fo1y4-primary);}
#destinations .destination-link{display:inline-block;min-height:44px;padding:.85rem 1.4rem;background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);font-weight:600;text-decoration:none;border-radius:4px;transition:background .2s;}
#destinations .destination-link:hover{background:var(--r6fo1y4-secondary);}
#destinations .destination-link:focus-visible{outline:3px solid var(--r6fo1y4-accent);outline-offset:3px;}
#destinations .destinations-foot{margin:clamp(2rem,4vw,3rem) 0 0;font-size:.875rem;line-height:1.7;}
#destinations .destinations-foot a{color:var(--r6fo1y4-primary);}
#destinations ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface);}
@media(min-width:768px){#destinations .destinations-grid{grid-template-columns:1fr 1fr;}}
@media(prefers-reduced-motion:reduce){#destinations .destination-link{transition:none;}}
/* r6fo1y4:why-us */
/* r6fo1y4:why-us */
#why-us{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);}
#why-us .why-us__inner{max-width:72rem;margin:0 auto;display:grid;gap:clamp(2rem,5vw,4rem);}
@media (min-width:1024px){#why-us .why-us__inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;}#why-us .why-us__intro{position:sticky;top:2.5rem;}}
#why-us .why-us__label{margin:0 0 1rem;font-size:.8125rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--r6fo1y4-accent);}
#why-us .why-us__title{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.06;letter-spacing:-.02em;text-wrap:balance;}
#why-us .why-us__lead{margin:1.25rem 0 0;max-width:34rem;color:var(--r6fo1y4-slate);line-height:1.7;}
#why-us .why-us__cta{display:inline-block;margin-top:1.75rem;padding:.85rem 1.6rem;min-height:44px;border:1px solid var(--r6fo1y4-primary);border-radius:2px;background:var(--r6fo1y4-surface);color:var(--r6fo1y4-primary);font-weight:700;text-decoration:none;}
#why-us .why-us__cta:hover,#why-us .why-us__cta:focus-visible{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);}
#why-us .why-us__image{display:block;width:100%;height:auto;margin-top:2rem;border:1px solid var(--r6fo1y4-border);}
#why-us .why-us__list{margin:0;padding:0;list-style:none;}
#why-us .why-us__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.35rem 1.25rem;padding:clamp(1.25rem,3vw,1.85rem) 0;border-top:1px solid var(--r6fo1y4-border);}
#why-us .why-us__item:last-child{border-bottom:1px solid var(--r6fo1y4-border);}
#why-us .why-us__num{font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:700;letter-spacing:.08em;color:var(--r6fo1y4-accent);}
#why-us .why-us__item h3{margin:0;font-size:clamp(1.125rem,1.6vw,1.4rem);line-height:1.3;letter-spacing:-.01em;}
#why-us .why-us__item p{margin:0;grid-column:2;color:var(--r6fo1y4-slate);line-height:1.7;}
#why-us :focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:3px;}
#why-us ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface);}
/* r6fo1y4:pricing */
/* r6fo1y4:pricing */
#pricing{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);padding:clamp(3rem,7vw,6rem) clamp(1rem,4vw,3rem)}
.pricing-inner{max-width:72rem;margin:0 auto;display:grid;gap:2.5rem}
.eyebrow{margin:0 0 .6rem;font-size:.8125rem;text-transform:uppercase;color:var(--r6fo1y4-accent)}
h2.pricing-title{margin:0 0 .8rem;font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:-.02em;text-wrap:balance;color:var(--r6fo1y4-primary)}
.pricing-lead,.pkg small,.pkg-price{display:block;color:var(--r6fo1y4-slate)}
.pricing-photo{display:block;width:100%;height:auto;margin-bottom:1.2rem}
.pricing-visa{margin:0;padding:1rem 1.1rem;background:var(--r6fo1y4-surface);border-left:3px solid var(--r6fo1y4-accent);font-size:.9375rem}
.pkg-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.pkg{background:var(--r6fo1y4-surface);border-radius:8px;padding:1.5rem;display:grid;gap:.5rem}
.pkg h3{margin:0;font-size:1.2rem;color:var(--r6fo1y4-primary)}
.pkg-price strong{font-size:clamp(1.7rem,3vw,2.1rem);font-variant-numeric:tabular-nums;color:var(--r6fo1y4-accent)}
.pkg-terms{display:grid;gap:.9rem;border-top:1px solid var(--r6fo1y4-border);padding-top:.75rem}
.pkg-terms h4{margin:0 0 .25rem}
.pkg-link{justify-self:start;color:var(--r6fo1y4-primary);font-weight:700}
.pkg-link:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:3px}
@media(min-width:768px){.pricing-inner{grid-template-columns:.9fr 1.4fr}.pkg-terms{grid-template-columns:1fr 1fr}}
/* r6fo1y4:testimonials */
/* r6fo1y4:testimonials */
#testimonials{background:var(--r6fo1y4-bg);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem)}
#testimonials .wrap{max-width:72rem;margin:0 auto}
#testimonials .head{max-width:44rem;margin-bottom:clamp(2rem,4vw,3.25rem)}
#testimonials .eyebrow{display:inline-block;font-family:ui-monospace,monospace;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--r6fo1y4-accent);margin:0 0 .8rem}
#testimonials .title{font-family:'Hoefler Text',Georgia,serif;font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.12;letter-spacing:-.01em;color:var(--r6fo1y4-primary);margin:0;text-wrap:balance}
#testimonials .list{display:flex;flex-direction:column;gap:clamp(2.25rem,5vw,4rem)}
#testimonials .testimonial{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:0;align-items:center}
#testimonials .media{overflow:hidden;border-radius:4px}
#testimonials .media img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
#testimonials .body{display:flex;flex-direction:column;gap:1.1rem}
#testimonials .quote{margin:0;border-left:3px solid var(--r6fo1y4-accent);padding-left:1.15rem}
#testimonials .quote p{font-family:'Hoefler Text',Georgia,serif;font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.55;color:var(--r6fo1y4-ink);margin:0}
#testimonials .meta{display:flex;flex-direction:column;gap:.2rem;padding-left:1.15rem}
#testimonials .name{font-family:Georgia,serif;font-weight:700;color:var(--r6fo1y4-primary)}
#testimonials .route{font-size:.875rem;color:var(--r6fo1y4-slate);line-height:1.4}
#testimonials .date{font-family:ui-monospace,monospace;font-size:.72rem;letter-spacing:.08em;color:var(--r6fo1y4-accent);margin-top:.15rem}
#testimonials .cta{margin-top:clamp(2rem,4vw,3rem)}
#testimonials .cta-link{font-family:Georgia,serif;color:var(--r6fo1y4-primary);text-decoration:none;border-bottom:1px solid var(--r6fo1y4-accent);padding-bottom:2px;font-size:1rem}
#testimonials .cta-link:hover{color:var(--r6fo1y4-accent)}
#testimonials .cta-link:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:3px}
@media(min-width:768px){#testimonials .testimonial{grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,4vw,3.5rem)}#testimonials .testimonial:nth-child(even) .media{order:2}#testimonials .testimonial:nth-child(even) .body{order:1}}
@media(prefers-reduced-motion:reduce){#testimonials *{transition:none!important}}
#testimonials ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface)}
/* r6fo1y4:faq */
/* r6fo1y4:faq */
#faq{background:var(--r6fo1y4-bg);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);font-family:Georgia,Cambria,'Times New Roman',serif}
.faq-container{max-width:56rem;margin:0 auto}
.faq-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem)}
.faq-eyebrow{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--r6fo1y4-accent);margin:0 0 1rem}
.faq-title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;color:var(--r6fo1y4-primary);margin:0 0 1rem;letter-spacing:-.02em;text-wrap:balance}
.faq-subtitle{font-size:1rem;color:var(--r6fo1y4-slate);margin:0;line-height:1.6;text-wrap:balance}
.faq-list{display:flex;flex-direction:column;border-top:1px solid var(--r6fo1y4-border)}
.faq-item{border-bottom:1px solid var(--r6fo1y4-border)}
.faq-question{margin:0}
.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;background:transparent;border:none;cursor:pointer;font-size:1.05rem;font-weight:600;color:var(--r6fo1y4-ink);text-align:left;line-height:1.4;transition:color .2s}
.faq-trigger:hover{color:var(--r6fo1y4-secondary)}
.faq-trigger:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:4px}
.faq-icon{font-size:1.5rem;font-weight:300;color:var(--r6fo1y4-accent);min-width:1.5rem;text-align:center;transition:transform .2s}
.faq-trigger[aria-expanded="true"] .faq-icon{transform:rotate(45deg)}
.faq-panel{padding:0 0 1.25rem;color:var(--r6fo1y4-slate);font-size:.95rem;line-height:1.7}
.faq-panel[hidden]{display:none}
.faq-panel p{margin:0}
.faq-link{color:var(--r6fo1y4-accent);text-decoration:underline;text-underline-offset:3px}
.faq-link:hover{color:var(--r6fo1y4-primary)}
.faq-cta{text-align:center;margin-top:clamp(2rem,4vw,3rem);padding-top:2rem}
.faq-cta-text{font-size:1.05rem;color:var(--r6fo1y4-ink);margin:0 0 1rem}
.faq-cta-button{display:inline-block;padding:.75rem 2rem;background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);text-decoration:none;font-size:.95rem;font-weight:600;border:2px solid var(--r6fo1y4-primary);border-radius:4px;transition:background .2s,border-color .2s}
.faq-cta-button:hover{background:var(--r6fo1y4-secondary);border-color:var(--r6fo1y4-secondary)}
.faq-cta-button:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:4px}
::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface)}
@media(prefers-reduced-motion:reduce){.faq-trigger,.faq-icon,.faq-cta-button{transition:none}.faq-icon{transform:none}}
/* r6fo1y4:contact */
/* r6fo1y4:contact */
#contact{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);padding:clamp(3rem,6vw,5.5rem) 0}
#contact .contact-inner{display:grid;gap:clamp(1.5rem,4vw,3rem);max-width:72rem;margin:auto;padding:0 clamp(1rem,4vw,3rem)}
#contact h2,#contact h3{margin:0 0 .9rem;font-size:clamp(1.4rem,2.6vw,2rem);line-height:1.2;letter-spacing:-.02em;color:var(--r6fo1y4-primary)}
#contact .eyebrow{margin:0 0 .7rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--r6fo1y4-accent)}
#contact p{margin:0 0 1.1rem;line-height:1.6;color:var(--r6fo1y4-slate)}
#contact ul{list-style:none;margin:0;padding:0;display:grid;gap:.7rem;font-size:.95rem}
#contact li{border-top:1px solid var(--r6fo1y4-border);padding-top:.6rem}
#contact a,#contact address{color:var(--r6fo1y4-primary);font-style:normal;text-decoration:none}
#contact .contact-list a:hover{color:var(--r6fo1y4-accent)}
#contact form{background:var(--r6fo1y4-surface);border:1px solid var(--r6fo1y4-border);border-radius:8px;padding:clamp(1.2rem,3vw,2.2rem)}
#contact .field-grid{display:grid;gap:.9rem;margin-bottom:.9rem}
#contact .field{margin:0}
#contact label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:700;color:var(--r6fo1y4-secondary)}
#contact :is(input,select,textarea,button){width:100%;box-sizing:border-box;font:inherit;padding:.7rem .8rem;border-radius:4px}
#contact :is(input,select,textarea){color:var(--r6fo1y4-ink);background:var(--r6fo1y4-bg);border:1px solid var(--r6fo1y4-border);min-height:44px}
#contact button{min-height:48px;font-weight:700;color:var(--r6fo1y4-ink);background:var(--r6fo1y4-accent);border:0;cursor:pointer}
#contact button:hover{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface)}
#contact :focus-visible{outline:2px solid var(--r6fo1y4-accent)}
#contact ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface)}
@media(min-width:768px){#contact .field-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){#contact .contact-inner{grid-template-columns:.85fr 1.15fr}#contact button{width:auto}}
@media(prefers-reduced-motion:reduce){#contact *{transition:none}}
/* r6fo1y4:maldives-hero */
/* r6fo1y4:maldives-hero */
#maldives-hero{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem)}
#maldives-hero .grid{display:grid;gap:clamp(1.5rem,4vw,3rem);max-width:72rem;margin:0 auto}
#maldives-hero .eyebrow{margin:0 0 .75rem;font-size:.75rem;text-transform:uppercase;color:var(--r6fo1y4-accent)}
#maldives-hero h1{margin:0 0 1rem;font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.05;letter-spacing:-.02em;color:var(--r6fo1y4-primary)}
#maldives-hero .lead{margin:0 0 1.25rem;max-width:34rem;line-height:1.65}
#maldives-hero .price{margin:0;color:var(--r6fo1y4-slate);font-variant-numeric:tabular-nums}
#maldives-hero .price b{font-size:1.75rem;color:var(--r6fo1y4-accent)}
#maldives-hero .meta{font-size:.8125rem;line-height:1.55;color:var(--r6fo1y4-slate)}
#maldives-hero .actions{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.5rem}
#maldives-hero .cta,#maldives-hero .link{display:inline-flex;align-items:center;min-height:44px;font-weight:700;text-decoration:none}
#maldives-hero .cta{padding:.875rem 1.5rem;background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface)}
#maldives-hero .cta:hover{background:var(--r6fo1y4-secondary)}
#maldives-hero .link{border-bottom:2px solid var(--r6fo1y4-accent);color:var(--r6fo1y4-primary)}
#maldives-hero a:focus-visible{outline:3px solid var(--r6fo1y4-accent);outline-offset:2px}
#maldives-hero img{display:block;width:100%;height:auto}
@media(min-width:1024px){#maldives-hero .grid{grid-template-columns:1.05fr .95fr}}
/* r6fo1y4:maldives-packages */
/* r6fo1y4:maldives-packages */
#maldives-packages {
  background: var(--r6fo1y4-bg);
  color: var(--r6fo1y4-ink);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  padding: clamp(3rem, 8vw, 7rem) 0;
}
#maldives-packages .section-inner {
  width: min(72rem, calc(100% - clamp(1rem, 4vw, 3rem) * 2));
  margin: 0 auto;
}
#maldives-packages .section-header {
  max-width: 55rem;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
#maldives-packages h2 {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  letter-spacing: -0.02em;
  color: var(--r6fo1y4-primary);
  margin: 0 0 0.75rem;
}
#maldives-packages .section-header p {
  color: var(--r6fo1y4-slate);
  margin: 0;
  line-height: 1.6;
}
#maldives-packages .section-image {
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  border-radius: 8px;
  overflow: hidden;
}
#maldives-packages .section-image img {
  width: 100%;
  height: auto;
  display: block;
}
#maldives-packages .packages {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}
#maldives-packages .package-card {
  background: var(--r6fo1y4-surface);
  border: 1px solid var(--r6fo1y4-border);
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
#maldives-packages .package-card h3 {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, Georgia, serif;
  font-size: 1.25rem;
  color: var(--r6fo1y4-primary);
  margin: 0 0 0.25rem;
}
#maldives-packages .meta {
  color: var(--r6fo1y4-slate);
  font-size: 0.875rem;
  margin: 0 0 1rem;
}
#maldives-packages .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--r6fo1y4-accent);
  margin: 0;
}
#maldives-packages .note {
  font-size: 0.8125rem;
  color: var(--r6fo1y4-slate);
  margin: 0.25rem 0 1rem;
}
#maldives-packages .package-card h4 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--r6fo1y4-secondary);
  margin: 1rem 0 0.5rem;
}
#maldives-packages ul {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--r6fo1y4-ink);
}
#maldives-packages li {
  margin-bottom: 0.25rem;
}
#maldives-packages .button {
  display: inline-block;
  margin-top: auto;
  padding: 0.75rem 1.25rem;
  background: var(--r6fo1y4-primary);
  color: var(--r6fo1y4-surface);
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
}
#maldives-packages .button:hover {
  background: var(--r6fo1y4-secondary);
}
#maldives-packages .visa-note {
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: 1.5rem;
  background: var(--r6fo1y4-mist);
  color: var(--r6fo1y4-ink);
  border-radius: 4px;
}
#maldives-packages .visa-note p {
  margin: 0 0 0.75rem;
  line-height: 1.6;
}
#maldives-packages .visa-note p:last-child {
  margin-bottom: 0;
}
/* r6fo1y4:maldives-visa */
/* r6fo1y4:maldives-visa */
#maldives-visa{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);font-family:Georgia,Cambria,'Times New Roman',serif;padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem)}
#maldives-visa .visa-inner{max-width:72rem;margin:0 auto}
#maldives-visa .visa-head{max-width:46rem;margin-bottom:clamp(1.5rem,4vw,3rem)}
#maldives-visa .visa-eyebrow{margin:0 0 .75rem;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--r6fo1y4-accent)}
#maldives-visa h2{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.15;letter-spacing:-.015em;color:var(--r6fo1y4-primary);text-wrap:balance}
#maldives-visa .visa-lede,#maldives-visa .visa-sub{margin:0;font-size:1.0625rem;line-height:1.7;color:var(--r6fo1y4-slate)}
#maldives-visa .visa-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:clamp(1.5rem,3vw,3rem);align-items:start}
#maldives-visa h3{margin:0 0 1rem;padding-left:.75rem;border-left:3px solid var(--r6fo1y4-accent);font-size:1.125rem;color:var(--r6fo1y4-primary)}
#maldives-visa .visa-list,#maldives-visa .transfer-list{list-style:none;margin:0 0 2.5rem;padding:0}
#maldives-visa .visa-list li{position:relative;padding:.75rem 0 .75rem 1.5rem;line-height:1.6;border-bottom:1px solid var(--r6fo1y4-border)}
#maldives-visa .visa-list li::before{content:"";position:absolute;left:0;top:1.35rem;width:.5rem;height:.5rem;background:var(--r6fo1y4-accent)}
#maldives-visa .transfer-list{border-top:1px solid var(--r6fo1y4-border)}
#maldives-visa .transfer-list li{display:grid;gap:.25rem;padding:1rem 0;border-bottom:1px solid var(--r6fo1y4-border)}
#maldives-visa .transfer-list strong{color:var(--r6fo1y4-primary)}
#maldives-visa .transfer-list span{font-size:.9375rem;line-height:1.6;color:var(--r6fo1y4-slate)}
#maldives-visa .visa-insurance{margin:0;padding:1rem 1.25rem;border-left:3px solid var(--r6fo1y4-secondary);background:var(--r6fo1y4-surface);font-size:.9375rem;line-height:1.7;color:var(--r6fo1y4-text);border-radius:0 4px 4px 0}
#maldives-visa .visa-cta{display:inline-flex;align-items:center;min-height:44px;margin-top:1.5rem;padding:.875rem 1.5rem;background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);border:1px solid var(--r6fo1y4-primary);border-radius:4px;font-weight:700;text-decoration:none;transition:background .2s ease}
#maldives-visa .visa-cta:hover{background:var(--r6fo1y4-secondary);border-color:var(--r6fo1y4-secondary)}
#maldives-visa .visa-cta:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:3px}
#maldives-visa .visa-rail{background:var(--r6fo1y4-surface);border:1px solid var(--r6fo1y4-border);border-radius:8px;overflow:hidden}
#maldives-visa .visa-rail img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
#maldives-visa .fact-list{margin:0;padding:1.25rem}
#maldives-visa .fact-list div{display:flex;justify-content:space-between;gap:1rem;padding:.625rem 0;border-bottom:1px solid var(--r6fo1y4-border);font-variant-numeric:tabular-nums}
#maldives-visa .fact-list div:last-child{border-bottom:0}
#maldives-visa .fact-list dt{font-size:.875rem;color:var(--r6fo1y4-slate)}
#maldives-visa .fact-list dd{margin:0;text-align:right;font-weight:700;color:var(--r6fo1y4-primary)}
#maldives-visa ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface)}
@media(max-width:768px){#maldives-visa .visa-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){#maldives-visa *{transition:none!important}}
/* r6fo1y4:maldives-cta */
/* r6fo1y4:maldives-cta */
#maldives-cta{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);padding:clamp(2.5rem,6vw,5rem) 0}
#maldives-cta ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-ink)}
#maldives-cta .quote-cta__inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:clamp(1.5rem,4vw,3rem);align-items:center}
#maldives-cta .quote-cta__title{margin:0 0 1rem;font-size:clamp(1.7rem,3.4vw,2.4rem);line-height:1.15;letter-spacing:-.015em;text-wrap:balance}
#maldives-cta .quote-cta__lead p{margin:0 0 1rem;color:var(--r6fo1y4-mist)}
#maldives-cta .quote-cta__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:1.1rem}
#maldives-cta .quote-cta__call{display:inline-block;padding:.85rem 1.35rem;background:var(--r6fo1y4-accent);color:var(--r6fo1y4-ink);font-weight:700;text-decoration:none;border-radius:4px;font-variant-numeric:tabular-nums}
#maldives-cta .quote-cta__call:hover{background:var(--r6fo1y4-surface)}
#maldives-cta .quote-cta__link{color:var(--r6fo1y4-surface)}
#maldives-cta .quote-cta__image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}
#maldives-cta :focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:3px}
@media (prefers-reduced-motion:reduce){#maldives-cta *{transition:none!important}}
/* r6fo1y4:uae-hero */
/* r6fo1y4:uae-hero */
#uae-hero{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);padding:clamp(2.5rem,7vw,6rem) clamp(1rem,4vw,3rem)}
#uae-hero .uae-hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3rem);align-items:center;max-width:72rem;margin:0 auto}
#uae-hero .eyebrow{margin:0 0 .75rem;font-size:.8125rem;text-transform:uppercase;color:var(--r6fo1y4-accent)}
#uae-hero h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.02em;text-wrap:balance;color:var(--r6fo1y4-primary)}
#uae-hero p{margin:0 0 1rem;max-width:38rem;line-height:1.6;color:var(--r6fo1y4-slate)}
#uae-hero .price{color:var(--r6fo1y4-secondary);font-variant-numeric:tabular-nums}
#uae-hero .price strong{font-size:1.6rem;color:var(--r6fo1y4-primary)}
#uae-hero .actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 1rem}
#uae-hero .button{display:inline-flex;align-items:center;min-height:44px;padding:.75rem 1.5rem;border:1px solid var(--r6fo1y4-primary);text-decoration:none;background:var(--r6fo1y4-surface);color:var(--r6fo1y4-primary)}
#uae-hero .button--primary{background:var(--r6fo1y4-accent);border-color:var(--r6fo1y4-accent);color:var(--r6fo1y4-ink)}
#uae-hero .button:hover{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface)}
#uae-hero :focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:2px}
#uae-hero img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
@media(max-width:768px){#uae-hero .uae-hero__inner{grid-template-columns:1fr}#uae-hero .media{order:-1}}
/* r6fo1y4:uae-packages */
/* r6fo1y4:uae-packages */
#uae-packages{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);font-family:Georgia,Cambria,serif;padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem)}
.uae-packages__inner{max-width:72rem;margin:0 auto;display:grid;gap:clamp(1.5rem,4vw,2.5rem)}
.uae-packages__eyebrow,.package-tag,.package-sub{margin:0;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase}
.uae-packages__eyebrow,.package-tag{color:var(--r6fo1y4-accent)}
.package-sub{color:var(--r6fo1y4-ink)}
.uae-packages__title{margin:.4rem 0 0;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.12;letter-spacing:-.02em;text-wrap:balance;color:var(--r6fo1y4-primary)}
.uae-packages__lead,.package-hotel,.package-note,.package-price{margin:0;font-size:.86rem;line-height:1.55;color:var(--r6fo1y4-slate)}
.uae-packages__lead{margin-top:.6rem;max-width:54ch}
.uae-packages__grid{display:grid;gap:1.5rem}
.package-card{display:flex;flex-direction:column;background:var(--r6fo1y4-surface);border:1px solid var(--r6fo1y4-border);border-radius:4px;overflow:hidden}
.package-card img{display:block;width:100%;height:auto}
.package-body{display:flex;flex-direction:column;gap:.5rem;flex:1;padding:1.25rem}
.package-title{margin:0;font-size:1.2rem;color:var(--r6fo1y4-primary)}
.package-price{font-variant-numeric:tabular-nums}
.package-amount{font-size:1.4rem;font-weight:700;color:var(--r6fo1y4-accent)}
.package-body ul{margin:0;padding-left:1rem;font-size:.86rem;line-height:1.55}
.package-link{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;min-height:44px;padding:.6rem 1rem;border:1px solid var(--r6fo1y4-primary);border-radius:4px;color:var(--r6fo1y4-primary);font-size:.86rem;text-decoration:none}
.package-link:hover{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface)}
.package-link:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:2px}
#uae-packages ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface)}
@media(min-width:768px){.uae-packages__grid{grid-template-columns:repeat(3,1fr)}}
@media(prefers-reduced-motion:reduce){#uae-packages *{transition:none!important}}
/* r6fo1y4:uae-visa */
/* r6fo1y4:uae-visa */
#uae-visa{background:var(--r6fo1y4-bg);padding:clamp(3rem,7vw,6rem) 0}
#uae-visa .wrap{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}
#uae-visa .eyebrow{margin:0 0 .5rem;color:var(--r6fo1y4-accent);font-size:.8rem}
#uae-visa h2{margin:0;max-width:24ch;font-size:clamp(1.7rem,3.4vw,2.6rem);line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
#uae-visa h3{margin:0 0 .8rem;font-size:1.05rem;color:var(--r6fo1y4-primary)}
#uae-visa p{margin:0 0 .9rem;line-height:1.6}
#uae-visa a{color:var(--r6fo1y4-primary)}
#uae-visa .grid{display:grid;gap:clamp(1.4rem,4vw,3rem);margin-top:clamp(1.8rem,5vw,3rem)}
#uae-visa .facts{list-style:none;margin:0 0 .9rem;padding:0}
#uae-visa .facts li{display:flex;justify-content:space-between;gap:.8rem;padding:.6rem 0;border-bottom:1px solid var(--r6fo1y4-border);font-variant-numeric:tabular-nums}
#uae-visa .facts b{color:var(--r6fo1y4-slate);font-size:.8rem;font-weight:400}
#uae-visa .note{font-size:.8rem;line-height:1.6;color:var(--r6fo1y4-slate)}
#uae-visa img{display:block;width:100%;height:auto;border-radius:8px}
#uae-visa .btn{display:inline-block;margin-top:.9rem;padding:.7rem 1.2rem;background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);text-decoration:none}
#uae-visa .btn:hover{background:var(--r6fo1y4-secondary)}
#uae-visa a:focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:3px}
#uae-visa ::selection{background:var(--r6fo1y4-accent)}
@media(min-width:768px){#uae-visa .grid{grid-template-columns:1.1fr .9fr;align-items:start}}
/* r6fo1y4:uae-cta */
/* r6fo1y4:uae-cta */
#uae-cta{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);padding:clamp(3rem,7vw,6rem) clamp(1rem,4vw,3rem);font:1rem/1.6 Georgia,Cambria,serif}
#uae-cta .cta-inner{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4rem)}
#uae-cta .cta-title{margin:0 0 1rem;font-size:clamp(1.75rem,3.2vw,2.7rem);line-height:1.12;letter-spacing:-.015em;text-wrap:balance}
#uae-cta .cta-lede{margin:0 0 1.6rem;max-width:48ch;line-height:1.65;color:var(--r6fo1y4-mist)}
#uae-cta .cta-call{margin:0;font-size:.75rem;text-transform:uppercase;color:var(--r6fo1y4-accent)}
#uae-cta .cta-call a{display:block;margin-top:.35rem;font-size:1.3rem;text-transform:none;color:var(--r6fo1y4-surface)}
#uae-cta .cta-alt{margin:1rem 0 0;font-size:.875rem;color:var(--r6fo1y4-mist)}
#uae-cta .cta-alt a{color:var(--r6fo1y4-surface)}
#uae-cta .cta-form{display:flex;flex-direction:column;gap:.4rem;background:var(--r6fo1y4-surface);color:var(--r6fo1y4-ink);padding:clamp(1.5rem,3vw,2.25rem);border-radius:8px}
#uae-cta .cta-form-title{margin:0 0 .4rem;font-size:1.15rem;color:var(--r6fo1y4-primary)}
#uae-cta label{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--r6fo1y4-secondary)}
#uae-cta input{min-height:44px;padding:.7rem .8rem;font:inherit;color:var(--r6fo1y4-text);background:var(--r6fo1y4-bg);border:1px solid var(--r6fo1y4-border)}
#uae-cta button{margin-top:1.2rem;min-height:48px;padding:.85rem 1.5rem;font:inherit;background:var(--r6fo1y4-accent);color:var(--r6fo1y4-primary);border:0;cursor:pointer}
#uae-cta button:hover{background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface)}
#uae-cta .cta-note{margin:.8rem 0 0;font-size:.8rem;color:var(--r6fo1y4-slate)}
#uae-cta .cta-note a{color:var(--r6fo1y4-secondary)}
#uae-cta :focus-visible{outline:2px solid var(--r6fo1y4-accent);outline-offset:2px}
#uae-cta ::selection{background:var(--r6fo1y4-accent);color:var(--r6fo1y4-primary)}
@media(max-width:768px){#uae-cta .cta-inner{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){#uae-cta *{transition:none!important}}
.policy-page{max-width:880px;margin:0 auto;padding:48px 24px;background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);font-family:var(--r6fo1y4-font);line-height:1.7}
.policy-hero{border-bottom:1px solid var(--r6fo1y4-border);padding-bottom:24px;margin-bottom:32px}
.policy-eyebrow{margin:0 0 8px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--r6fo1y4-accent)}
.policy-hero h1{margin:0 0 12px;font-family:var(--r6fo1y4-font-display);font-size:36px;font-weight:600;color:var(--r6fo1y4-primary)}
.policy-lead{margin:0;font-size:17px;color:var(--r6fo1y4-slate)}
.policy-content section{margin-bottom:28px}
.policy-content h2{margin:0 0 10px;font-family:var(--r6fo1y4-font-display);font-size:21px;font-weight:600;color:var(--r6fo1y4-secondary)}
.policy-content p{margin:0 0 12px;font-size:15.5px}
.policy-content ul{margin:0 0 12px;padding-left:20px}
.policy-content li{margin-bottom:6px;font-size:15.5px}
.policy-contact{padding:24px;background:var(--r6fo1y4-surface);border:1px solid var(--r6fo1y4-border);border-radius:4px}
.contact-form{display:block}
.contact-form label{display:block;margin:12px 0 4px;font-size:13px;color:var(--r6fo1y4-slate)}
.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;padding:10px;font-family:var(--r6fo1y4-font);font-size:15px;color:var(--r6fo1y4-text);background:var(--r6fo1y4-bg);border:1px solid var(--r6fo1y4-border);border-radius:4px}
.contact-form button{margin-top:16px;padding:12px 24px;font-family:var(--r6fo1y4-font);font-size:15px;color:var(--r6fo1y4-surface);background:var(--r6fo1y4-primary);border:0;border-radius:4px;cursor:pointer}
.contact-form button:hover{background:var(--r6fo1y4-accent)}
@media (max-width:600px){.policy-page{padding:32px 16px}.policy-hero h1{font-size:28px}}
.policy-page{background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);font-family:var(--r6fo1y4-font);padding:48px 20px}
.policy-container{max-width:800px;margin:0 auto;background:var(--r6fo1y4-surface);border:1px solid var(--r6fo1y4-border);padding:40px}
.policy-header h1{margin:0 0 12px;font-family:var(--r6fo1y4-font-display);font-size:2.25rem;line-height:1.2;color:var(--r6fo1y4-primary)}
.policy-lead{margin:0 0 28px;padding-bottom:20px;border-bottom:1px solid var(--r6fo1y4-border);color:var(--r6fo1y4-slate);font-size:1.0625rem}
.policy-section{margin-bottom:28px}
.policy-section h2{margin:0 0 10px;font-family:var(--r6fo1y4-font-display);font-size:1.25rem;color:var(--r6fo1y4-secondary)}
.policy-section p{margin:0;line-height:1.7}
.policy-contact{padding:24px;background:var(--r6fo1y4-bg);border:1px solid var(--r6fo1y4-border);border-radius:8px}
.contact-form label{display:block;margin:12px 0 6px;font-weight:700;color:var(--r6fo1y4-ink)}
.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--r6fo1y4-mist);border-radius:4px;background:var(--r6fo1y4-surface);color:var(--r6fo1y4-text);font-family:inherit;font-size:1rem}
.contact-form button{margin-top:16px;padding:12px 28px;border:0;border-radius:4px;background:var(--r6fo1y4-accent);color:var(--r6fo1y4-surface);font-family:inherit;font-size:1rem;cursor:pointer}
.contact-form button:hover{background:var(--r6fo1y4-primary)}
.policy-footer{margin-top:32px;padding-top:20px;border-top:1px solid var(--r6fo1y4-border);color:var(--r6fo1y4-slate);font-size:.9375rem}
.policy-footer p{margin:0 0 6px}
.policy-footer strong{color:var(--r6fo1y4-primary)}
@media (max-width:640px){.policy-page{padding:24px 12px}.policy-container{padding:24px}}
.policy-page{--r6fo1y4-primary:#1a3a4a;--r6fo1y4-secondary:#2d5266;--r6fo1y4-accent:#c8893f;--r6fo1y4-ink:#1a1a1a;--r6fo1y4-slate:#6b6b6b;--r6fo1y4-mist:#dcd4c8;--r6fo1y4-border:#e5e2dd;--r6fo1y4-surface:#fff;--r6fo1y4-bg:#faf8f5;--r6fo1y4-text:#1a1a1a;--r6fo1y4-font:Georgia,Cambria,'Times New Roman',serif;--r6fo1y4-font-display:'Hoefler Text','Baskerville Old Face',Garamond,Georgia,serif;background:var(--r6fo1y4-bg);color:var(--r6fo1y4-text);font-family:var(--r6fo1y4-font);line-height:1.7;padding:2rem 1rem}.policy-container{max-width:760px;margin:0 auto;background:var(--r6fo1y4-surface);padding:2.5rem 2rem;border:1px solid var(--r6fo1y4-border)}.policy-header{border-bottom:2px solid var(--r6fo1y4-primary);padding-bottom:1rem;margin-bottom:1.5rem}.policy-title{font-family:var(--r6fo1y4-font-display);font-size:1.75rem;color:var(--r6fo1y4-primary);margin:0;font-weight:600}.policy-section{margin-bottom:1.5rem}.policy-content h2{font-family:var(--r6fo1y4-font-display);font-size:1.1rem;color:var(--r6fo1y4-secondary);margin:0 0 .5rem}.policy-content p{margin:0 0 .75rem;font-size:.95rem;color:var(--r6fo1y4-ink)}
.thanks-page{max-width:760px;margin:0 auto;padding:3rem 1.5rem;font-family:var(--r6fo1y4-font);color:var(--r6fo1y4-text);background:var(--r6fo1y4-bg)}.thanks-section{text-align:center;padding:1rem 0 3rem;border-bottom:1px solid var(--r6fo1y4-border)}.thanks-badge{color:var(--r6fo1y4-accent);margin:0 0 1.5rem}.thanks-title{font-family:var(--r6fo1y4-font-display);font-size:2.25rem;color:var(--r6fo1y4-primary);margin:0 0 1rem;font-weight:400}.thanks-lead{font-size:1.05rem;color:var(--r6fo1y4-slate);line-height:1.6;margin:0 auto 2.5rem;max-width:540px}.thanks-steps{text-align:left;max-width:540px;margin:0 auto 2.5rem}.thanks-subtitle{font-family:var(--r6fo1y4-font-display);font-size:1.2rem;color:var(--r6fo1y4-secondary);margin:0 0 1rem;font-weight:400}.steps-list{list-style:none;padding:0;margin:0}.steps-item{position:relative;padding-left:1.75rem;margin-bottom:.75rem;color:var(--r6fo1y4-ink);line-height:1.5}.steps-item::before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;background:var(--r6fo1y4-accent);border-radius:50%}.thanks-home{display:inline-block;padding:.65rem 1.6rem;background:var(--r6fo1y4-primary);color:var(--r6fo1y4-surface);text-decoration:none;border-radius:4px;font-size:.95rem}.thanks-home:hover{background:var(--r6fo1y4-secondary)}.thanks-footer{padding-top:2.5rem}.footer-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.footer-cell{flex:1;min-width:170px}.footer-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--r6fo1y4-accent);margin:0 0 .5rem}.footer-line{font-size:.9rem;color:var(--r6fo1y4-slate);line-height:1.5;margin:0 0 .25rem}.footer-legal{font-size:.8rem;color:var(--r6fo1y4-slate);line-height:1.5;border-top:1px solid var(--r6fo1y4-border);padding-top:1.5rem}

:root {
  --r6fo1y4-c-content-width: 72rem;
  --r6fo1y4-c-gutter: clamp(1rem, 4vw, 3rem);
  --r6fo1y4-c-measure: 65ch;
  --r6fo1y4-c-heading-display: clamp(2.5rem, 6vw, 5.5rem);
}
[data-r6fo1y4-dr] { scroll-margin-top: 1.5rem; }
main > section, main [data-r6fo1y4-nyt] { padding-inline: var(--r6fo1y4-c-gutter); }
[data-r6fo1y4-dr*='article'], [data-r6fo1y4-dr*='review'] { max-width: var(--r6fo1y4-c-measure); }
h1 { font-size: var(--r6fo1y4-c-heading-display); }
@media (max-width: 768px) { [data-r6fo1y4-dr] { min-width: 0; } }