@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#0a2b31;--teal:#003f49;--teal2:#075964;--gold:#bd821c;--gold2:#e0b557;--cream:#fbf6ed;--paper:#fffdf8;--line:#dfc694;--muted:#5c645f;--shadow:0 24px 70px rgba(34,40,36,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:#17262a;font-family:Manrope,Arial,sans-serif;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:9999}
.prod-header{position:sticky;top:0;z-index:200;background:rgba(255,253,248,.96);backdrop-filter:blur(15px);border-bottom:1px solid rgba(189,130,28,.25)}.nav{max-width:1500px;margin:auto;min-height:88px;padding:12px 24px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:12px;min-width:285px}.brand img{width:76px;height:58px;object-fit:contain}.brand b{font:600 1.42rem 'Cormorant Garamond',serif;letter-spacing:.02em}.brand small{display:block;color:#0d7380;letter-spacing:.19em;font-size:.63rem;font-weight:800}.links{margin-left:auto;display:flex;align-items:center;gap:25px;font-size:.86rem;font-weight:700}.links>a{padding:10px 0;border-bottom:2px solid transparent}.links>a:hover,.links>a.active{color:#9d6508;border-color:#d09b3a}.plan{background:linear-gradient(135deg,#c78a1c,#edc66f);color:#17262a!important;padding:13px 22px!important;border-radius:999px;box-shadow:0 8px 20px rgba(177,112,10,.2);border:1px solid #b57612!important}.more{position:relative}.more button{border:0;background:none;font-weight:800;cursor:pointer}.more-menu{position:absolute;right:0;top:38px;width:280px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:none}.more:focus-within .more-menu,.more:hover .more-menu{display:block}.more-menu a{display:block;padding:10px 12px;border-radius:12px}.more-menu a:hover{background:#f8efe0}.more-menu small{display:block;color:#69706d;font-weight:500}.menu-btn{display:none;margin-left:auto;background:none;border:1px solid #caa85f;border-radius:12px;padding:9px 12px}
.hero{min-height:680px;display:grid;grid-template-columns:minmax(390px,.9fr) 1.25fr;position:relative;overflow:hidden;background:linear-gradient(110deg,#fffaf1 0%,#fffaf1 39%,rgba(255,250,241,.1) 58%),var(--hero) center/cover no-repeat}.hero-copy{padding:86px 4vw 120px 6vw;z-index:2;align-self:center}.eyebrow{font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#ad7616;font-size:.73rem}.display{font:600 clamp(3.6rem,6.6vw,7.2rem)/.83 'Cormorant Garamond',serif;color:#0a3038;margin:14px 0 18px;letter-spacing:-.035em}.script{font-family:Allura,cursive;color:#b77a10;font-weight:400}.display .script{font-size:1.16em}.lead{max-width:540px;font-size:1.06rem;color:#3f5051}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #b47b1b;background:var(--teal);color:white;padding:13px 22px;border-radius:6px;font-weight:800;font-size:.86rem;letter-spacing:.03em;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,63,73,.22)}.btn.gold{background:linear-gradient(135deg,#b57812,#e7b957);color:#fff;border-color:#b57812}.btn.ghost{background:transparent;color:var(--teal)}
.wave{position:relative;margin-top:-82px;padding:110px 5vw 62px;background:var(--teal);color:white;clip-path:ellipse(110% 92% at 50% 100%)}.wave:before{content:'';position:absolute;top:52px;left:0;right:0;height:4px;background:linear-gradient(90deg,#b27918,#f1d47a,#b27918)}.compass{position:absolute;top:4px;left:50%;transform:translateX(-50%);width:145px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.25))}.wave h2{margin:0;text-align:center;font:600 2.5rem 'Cormorant Garamond',serif;color:#efc56d}.wave p{text-align:center}.newsletter{max-width:720px;margin:28px auto 0;display:flex;background:white;border-radius:7px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.18)}.newsletter input{flex:1;border:0;padding:17px 20px}.newsletter button{border:0;background:linear-gradient(135deg,#b57812,#e9bf69);padding:0 28px;font-weight:800;color:#fff}
.section{padding:78px 24px}.shell{max-width:1360px;margin:auto}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section h2{font:600 clamp(2.3rem,4vw,4.3rem)/.95 'Cormorant Garamond',serif;color:var(--ink);margin:8px 0}.quote{font:italic 500 1.55rem 'Cormorant Garamond',serif;color:#94600a;max-width:470px}.grid{display:grid;gap:20px}.cards-4{grid-template-columns:repeat(4,1fr)}.cards-3{grid-template-columns:repeat(3,1fr)}.card{background:var(--paper);border:1px solid rgba(189,130,28,.28);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(24,35,33,.08);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;height:220px;object-fit:cover}.card-body{padding:20px}.card h3{font:600 1.55rem 'Cormorant Garamond',serif;color:var(--ink);margin:0 0 7px}.card p{color:#5f6662;font-size:.91rem}.card-link{color:#a46b0d;font-weight:800;font-size:.85rem}
.dark{background:var(--teal);color:#fff}.dark h2{color:#fff}.feature-band{background:#fff;border-top:1px solid #ead7b0;border-bottom:1px solid #ead7b0;padding:35px 24px}.features{max-width:1360px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:0}.feature{padding:12px 22px;border-right:1px solid #e2c890}.feature:last-child{border-right:0}.feature b{display:block;color:#85600d;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.feature span{font-size:.84rem;color:#5f6662}.icon{font-size:1.6rem;color:#bd821c;margin-bottom:8px}
.split{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.split-img{background:var(--image) center/cover no-repeat;min-height:520px}.split-copy{padding:70px 7vw;display:flex;flex-direction:column;justify-content:center}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{padding:25px;border:1px solid #dec58d;background:#fff;border-radius:16px}.step b{font:600 2.4rem 'Cormorant Garamond',serif;color:#c08b2a}.lounge-hero{background:linear-gradient(90deg,rgba(0,35,40,.96) 0%,rgba(0,35,40,.8) 43%,rgba(0,35,40,.18) 70%),var(--hero) center/cover no-repeat;color:#fff;min-height:620px;display:flex;align-items:center}.lounge-copy{max-width:700px;padding:80px 7vw}.lounge-copy .display{color:#fff}.lounge-copy .script{color:#e0ad49}.lounge-copy p{font-size:1.02rem}.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.resource{background:#fff;border:1px solid #e0c995;border-radius:14px;padding:21px}.resource h3{font:600 1.35rem 'Cormorant Garamond',serif;margin:0 0 5px;color:#083842}.resource a{color:#9b6509;font-weight:800;font-size:.85rem}
.travel-wall{background:#fff8ee;border:1px solid #e3ca97;border-radius:24px;padding:28px}.wall-colors{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.wall-color{border:2px solid transparent;width:38px;height:38px;border-radius:50%;cursor:pointer}.wall-color[aria-pressed=true]{outline:3px solid #142f35;outline-offset:3px}.wall-entry{display:flex;gap:10px}.wall-entry input{flex:1;border:1px solid #d9bb7e;border-radius:10px;padding:15px}.review-empty{min-height:260px;display:grid;place-items:center;text-align:center;padding:25px}.review-empty strong{font:600 1.6rem 'Cormorant Garamond',serif}.review-empty p{max-width:320px;color:#666}.review-strip{background:var(--teal);padding:60px 24px;color:white}.review-strip h2{color:white}.review-card{background:#fff;color:#1d2c2f;border-radius:18px;overflow:hidden;border:1px solid #cfaa5e}.review-card img{height:180px;width:100%;object-fit:cover}.review-card .card-body{padding:20px}
.footer-bridge{padding:28px 24px;background:#f5ecdf;border-top:1px solid #dbc69b}.bridge{max-width:1360px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.bridge-links{display:flex;flex-wrap:wrap;gap:10px}.bridge-links a{background:#fff;border:1px solid #d9c28f;border-radius:999px;padding:9px 14px;font-size:.8rem;font-weight:700}.footer{background:#052f36;color:#fff;padding:55px 24px 100px}.footer-grid{max-width:1360px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer h4{color:#e9bd61}.footer a{color:#e8eceb}.footer .socials{display:flex;gap:14px;flex-wrap:wrap}.footer .socials a{border:1px solid #bf8a2b;border-radius:999px;padding:7px 11px}.footer-logo{width:180px}.brand-line{text-align:center;color:#d9ad51;font:500 1.7rem 'Cormorant Garamond',serif;padding:18px;border-top:1px solid rgba(255,255,255,.1);margin-top:30px}
.inspiration-hero{min-height:520px;background:linear-gradient(90deg,#fffaf2 0%,rgba(255,250,242,.88) 35%,rgba(255,250,242,.05) 65%),var(--hero) center/cover no-repeat;display:flex;align-items:center}.inspiration-copy{padding:70px 6vw;max-width:650px}.destination-tile img{height:290px}.form-shell{max-width:1000px;margin:auto;background:#fff;padding:34px;border-radius:24px;border:1px solid #dfc78f;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid .full{grid-column:1/-1}.field label{display:block;font-weight:800;font-size:.8rem;color:#5d625f;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;border:1px solid #d8c49a;border-radius:10px;padding:13px 14px;background:#fffdf8}.field textarea{min-height:130px}
@media(max-width:1100px){.links{gap:13px;font-size:.75rem}.brand{min-width:240px}.brand b{font-size:1.2rem}.hero{grid-template-columns:1fr;min-height:760px;background:linear-gradient(180deg,#fffaf1 0 46%,rgba(255,250,241,.15) 70%),var(--hero) center/cover no-repeat}.hero-copy{padding:62px 7vw 290px}.display{font-size:clamp(3.3rem,9vw,5.8rem)}.cards-4{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(3,1fr)}.feature{border-bottom:1px solid #e2c890}.split{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.nav{min-height:72px}.brand span{display:none}.brand{min-width:auto}.brand img{width:64px}.menu-btn{display:block}.links{position:absolute;left:0;right:0;top:72px;background:#fffdf8;padding:18px 24px;display:none;flex-direction:column;align-items:stretch;border-bottom:1px solid #ddc38e}.prod-header.open .links{display:flex}.more-menu{position:static;width:100%;box-shadow:none;border:0;background:#f8efe0}.links>a,.more button{text-align:left}.hero{min-height:700px;background:linear-gradient(180deg,#fffaf1 0 49%,rgba(255,250,241,.15) 73%),var(--hero) 70% center/cover no-repeat}.hero-copy{padding:48px 7vw 300px}.wave{clip-path:ellipse(160% 95% at 50% 100%);margin-top:-55px;padding-top:100px}.newsletter{flex-direction:column}.newsletter button{padding:15px}.cards-4,.cards-3,.resource-grid,.form-grid{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr}.bridge{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.section{padding:58px 18px}.section-head{align-items:flex-start;flex-direction:column}.card img{height:245px}.form-grid .full{grid-column:auto}.wall-entry{flex-direction:column}}
@media(max-width:520px){.features{grid-template-columns:1fr}.hero-copy{padding-bottom:280px}.display{font-size:3.35rem}.lounge-copy{padding:55px 24px}.lounge-hero{min-height:650px}.footer{padding-bottom:130px}}


/* Production hero reliability + approved mockup composition */
.hero,.lounge-hero,.inspiration-hero{isolation:isolate;background:#fbf6ed!important;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3;display:block}
.hero:after,.lounge-hero:after,.inspiration-hero:after{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none}
.hero-light:after{background:linear-gradient(90deg,#fffaf1 0%,rgba(255,250,241,.98) 32%,rgba(255,250,241,.78) 46%,rgba(255,250,241,.08) 68%,rgba(255,250,241,0) 100%)}
.hero-dark:after{background:linear-gradient(90deg,rgba(0,45,53,.98) 0%,rgba(0,45,53,.9) 34%,rgba(0,45,53,.52) 53%,rgba(0,45,53,.04) 78%)}
.hero-dark .display,.hero-dark .lead{color:#fff}.hero-dark .quote{color:#efbd5d}.hero-dark .eyebrow{color:#f0bd57}
.hero-home{min-height:780px}.hero-home .hero-bg{object-position:72% center}.hero-home .hero-copy{max-width:650px;padding:96px 4vw 190px 5.5vw}
.hero-home .display{font-size:clamp(4.3rem,7vw,7.7rem);line-height:.88}
.hero-explore{min-height:620px}.hero-explore .hero-bg{object-position:68% center}.hero-explore .hero-copy{padding:75px 6vw;max-width:690px}
.hero-together{min-height:690px}.hero-together .hero-bg{object-position:73% center}.hero-together .hero-copy{padding:82px 5.5vw 170px;max-width:610px}
.hero-guides{min-height:610px}.hero-guides .hero-bg{object-position:70% center}.hero-guides .hero-copy{padding:78px 6vw;max-width:650px}
.hero-reviews{min-height:600px}.hero-reviews .hero-bg{object-position:75% center}.hero-reviews .hero-copy{padding:74px 6vw;max-width:630px}
.hero-inspiration{min-height:560px}.hero-inspiration .hero-bg{object-position:72% center}.hero-inspiration .hero-copy{padding:72px 6vw;max-width:650px}
.lounge-hero{min-height:650px}.lounge-hero .hero-bg{object-position:67% center}.lounge-hero:after{background:linear-gradient(90deg,rgba(0,35,40,.99) 0%,rgba(0,35,40,.92) 38%,rgba(0,35,40,.48) 62%,rgba(0,35,40,.05) 100%)}
.lounge-hero .lounge-copy{position:relative;z-index:1}
/* Mockup-inspired curved handoff on homepage */
.hero-home:before{content:"";position:absolute;left:-4%;right:-4%;bottom:-48px;height:120px;background:#fffaf1;border-bottom:7px solid #d8a546;border-radius:0 0 50% 50%/0 0 100% 100%;z-index:1;pointer-events:none}
.hero-home + .wave{margin-top:-36px;padding-top:125px;clip-path:ellipse(125% 93% at 50% 100%)}
/* Immediate Travel Wall */
.wall-live{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:24px}
.wall-note{min-width:150px;max-width:270px;padding:14px 18px;border-radius:18px;color:#fff;font:600 1.15rem 'Cormorant Garamond',serif;box-shadow:0 10px 24px rgba(0,0,0,.12);transform:rotate(-1deg)}
.wall-note:nth-child(even){transform:rotate(1deg)}
.wall-note small{display:block;margin-top:6px;font:700 .62rem 'DM Sans',sans-serif;letter-spacing:.12em;text-transform:uppercase;opacity:.88}
@media(max-width:1100px){
 .hero-home,.hero-together{min-height:720px}.hero-light:after{background:linear-gradient(180deg,#fffaf1 0%,rgba(255,250,241,.96) 40%,rgba(255,250,241,.24) 68%,rgba(255,250,241,0) 100%)}
 .hero-dark:after{background:linear-gradient(180deg,rgba(0,45,53,.96) 0%,rgba(0,45,53,.84) 44%,rgba(0,45,53,.18) 78%)}
 .hero-home .hero-copy,.hero-together .hero-copy{padding:58px 7vw 320px;max-width:700px}.hero-home .hero-bg,.hero-together .hero-bg{object-position:center bottom}
}
@media(max-width:820px){
 .hero-home,.hero-explore,.hero-together,.hero-guides,.hero-reviews,.hero-inspiration{min-height:760px}
 .hero .hero-copy{padding:44px 7vw 330px}.hero .hero-bg{object-position:center bottom}
 .hero-home .display{font-size:clamp(3.3rem,14vw,5.1rem)}
 .lounge-hero{min-height:760px}.lounge-hero .hero-bg{object-position:64% center}.lounge-hero:after{background:linear-gradient(180deg,rgba(0,35,40,.98) 0%,rgba(0,35,40,.9) 48%,rgba(0,35,40,.26) 78%)}
}


/* Final travel showcase + polished confirmation pages */
.showcase-hero{position:relative;min-height:620px;overflow:hidden;background:#052f36;color:#fff;display:grid;align-items:end}
.showcase-hero .showcase-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.showcase-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,34,40,.92) 0%,rgba(2,34,40,.62) 38%,rgba(2,34,40,.14) 70%),linear-gradient(0deg,rgba(2,34,40,.68),transparent 45%);z-index:1}
.showcase-copy{position:relative;z-index:2;padding:90px 6vw 72px;max-width:760px}.showcase-copy h1{font:600 clamp(3.5rem,6vw,6.7rem)/.9 'Cormorant Garamond',serif;margin:12px 0;color:#fff}.showcase-copy .script{font-size:1.15em;color:#efbd5d}.showcase-copy p{max-width:650px;font-size:1.08rem}
.showcase-intro{max-width:920px;margin:0 auto 46px;text-align:center}.showcase-intro h2{font:600 clamp(2.4rem,4vw,4rem)/.95 'Cormorant Garamond',serif;margin:8px 0;color:var(--ink)}
.memory-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;grid-auto-rows:260px;gap:16px}.memory-card{position:relative;overflow:hidden;border-radius:20px;box-shadow:var(--shadow);border:1px solid rgba(189,130,28,.26);background:#ddd}.memory-card.tall{grid-row:span 2}.memory-card.wide{grid-column:span 2}.memory-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.memory-card:hover img{transform:scale(1.035)}.memory-card:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,31,38,.88))}.memory-label{position:absolute;left:20px;right:20px;bottom:17px;z-index:2;color:#fff}.memory-label span{display:block;color:#efbd5d;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.66rem}.memory-label strong{font:600 1.7rem 'Cormorant Garamond',serif}.memory-label small{display:block;opacity:.92;margin-top:2px}.proof-band{margin-top:56px;background:linear-gradient(135deg,#003f49,#072f36);color:#fff;border-radius:26px;padding:40px 44px;display:grid;grid-template-columns:1.2fr .8fr;gap:35px;align-items:center;border:1px solid rgba(224,181,87,.4)}.proof-band h3{font:600 2.2rem 'Cormorant Garamond',serif;margin:0 0 8px;color:#fff}.proof-band .quote{color:#efbd5d}.proof-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}
.confirm-wrap{min-height:calc(100vh - 88px);display:grid;place-items:center;padding:70px 24px;background:radial-gradient(circle at 10% 10%,rgba(224,181,87,.16),transparent 28%),linear-gradient(145deg,#fffaf2,#f4eadb)}.confirm-card{width:min(860px,100%);background:#fffdf8;border:1px solid #dcc08a;border-radius:28px;padding:52px;box-shadow:0 30px 90px rgba(27,39,36,.14);text-align:center;position:relative;overflow:hidden}.confirm-card:before{content:"✦";position:absolute;right:28px;top:18px;font-size:5rem;color:rgba(189,130,28,.09)}.confirm-mark{width:74px;height:74px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#003f49;color:#efbd5d;font:600 2.1rem 'Cormorant Garamond',serif;border:2px solid #d6a746}.confirm-card h1{font:600 clamp(2.8rem,5vw,4.8rem)/.95 'Cormorant Garamond',serif;color:#07353b;margin:8px 0 15px}.confirm-card p{max-width:650px;margin:0 auto 24px;color:#53615f}.confirm-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.confirm-detail{margin:28px auto 0;padding-top:22px;border-top:1px solid #ead7af;color:#8a651a;font:italic 500 1.2rem 'Cormorant Garamond',serif}
@media(max-width:900px){.memory-grid{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.memory-card.tall{grid-row:auto}.memory-card.wide{grid-column:span 2}.proof-band{grid-template-columns:1fr}.proof-actions{justify-content:flex-start}}
@media(max-width:620px){.showcase-hero{min-height:720px}.showcase-hero:after{background:linear-gradient(180deg,rgba(2,34,40,.25) 0%,rgba(2,34,40,.55) 43%,rgba(2,34,40,.96) 78%)}.showcase-copy{padding:310px 24px 52px}.memory-grid{grid-template-columns:1fr;grid-auto-rows:260px}.memory-card.wide{grid-column:auto}.proof-band{padding:30px 24px}.confirm-card{padding:38px 22px}}


/* FINAL iPad/mobile composition: never crop real page copy */
@media(max-width:900px){
  .hero,.lounge-hero,.inspiration-hero{display:flex!important;flex-direction:column!important;min-height:0!important;overflow:visible!important;background:#fbf6ed!important}
  .hero:after,.lounge-hero:after,.inspiration-hero:after,.hero-home:before{display:none!important}
  .hero .hero-copy,.hero-home .hero-copy,.hero-explore .hero-copy,.hero-together .hero-copy,.hero-guides .hero-copy,.hero-reviews .hero-copy,.hero-inspiration .hero-copy,.lounge-hero .lounge-copy,.inspiration-copy{order:1!important;max-width:none!important;padding:48px 7vw 42px!important;position:relative!important;z-index:2!important}
  .hero-light .hero-copy,.inspiration-copy{background:#fffaf1!important;color:#17262a!important}
  .hero-dark .hero-copy,.lounge-hero .lounge-copy{background:#033f49!important;color:#fff!important}
  .hero .hero-bg,.lounge-hero .hero-bg,.inspiration-hero .hero-bg{order:2!important;position:relative!important;inset:auto!important;width:100%!important;height:clamp(290px,55vw,500px)!important;object-fit:cover!important;object-position:center!important;z-index:1!important}
  .hero-home .hero-bg{object-position:70% center!important}
  .hero-together .hero-bg{object-position:center!important}
  .hero-guides .hero-bg{object-position:68% center!important}
  .hero-reviews .hero-bg{object-position:center!important}
  .lounge-hero .hero-bg{object-position:center!important}
  .hero .display,.hero-home .display{font-size:clamp(3rem,11vw,5rem)!important;line-height:.92!important;overflow-wrap:anywhere}
  .hero .lead{max-width:680px!important}
  .hero-home + .wave{margin-top:0!important;clip-path:none!important;padding-top:108px!important}
  .compass{top:8px!important;width:118px!important}
}
@media(max-width:520px){
  .hero .hero-copy,.hero-home .hero-copy,.hero-explore .hero-copy,.hero-together .hero-copy,.hero-guides .hero-copy,.hero-reviews .hero-copy,.hero-inspiration .hero-copy,.lounge-hero .lounge-copy,.inspiration-copy{padding:36px 22px 34px!important}
  .hero .hero-bg,.lounge-hero .hero-bg,.inspiration-hero .hero-bg{height:330px!important}
  .hero .display,.hero-home .display{font-size:clamp(2.75rem,15vw,4rem)!important}
}

/* Journey Edit lead capture */
.journey-edit-backdrop{position:fixed;inset:0;background:rgba(1,27,32,.72);backdrop-filter:blur(10px);z-index:9998;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.25s}
.journey-edit-backdrop.show{opacity:1;visibility:visible}
.journey-edit-modal{width:min(780px,100%);display:grid;grid-template-columns:.85fr 1.15fr;background:#fffaf1;border:1px solid #d6aa50;border-radius:28px;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.38);position:relative}
.journey-edit-visual{min-height:480px;background:linear-gradient(180deg,rgba(0,45,53,.05),rgba(0,45,53,.52)),url('production/home-hero.jpg') 72% center/cover no-repeat;position:relative}
.journey-edit-visual:after{content:'Travel the world. Make memories. Leave a legacy.';position:absolute;left:28px;right:28px;bottom:28px;color:#fff;font:600 1.55rem 'Cormorant Garamond',serif;text-shadow:0 2px 14px rgba(0,0,0,.35)}
.journey-edit-copy{padding:48px 42px;display:flex;flex-direction:column;justify-content:center}.journey-edit-copy h2{font:600 clamp(2.5rem,4vw,4rem)/.92 'Cormorant Garamond',serif;color:#083740;margin:10px 0 12px}.journey-edit-copy .script{font-size:1.2em}.journey-edit-copy p{color:#596562}.journey-edit-form{display:grid;gap:12px;margin-top:18px}.journey-edit-form input{width:100%;padding:14px 15px;border:1px solid #d9bd82;border-radius:11px;background:#fff}.journey-edit-form button{border:0;border-radius:10px;padding:14px 18px;background:linear-gradient(135deg,#a96d0b,#e3b85e);color:#fff;font-weight:800;cursor:pointer}.journey-edit-close{position:absolute;right:14px;top:14px;border:1px solid rgba(0,63,73,.18);background:#fffaf1;width:38px;height:38px;border-radius:50%;font-size:1.3rem;cursor:pointer;z-index:2}.journey-edit-note{font-size:.72rem!important;color:#7b817d!important;margin:3px 0 0!important}.journey-edit-success{padding:26px 0 0;color:#0b5d65;font:600 1.3rem 'Cormorant Garamond',serif}.journey-edit-trigger{position:fixed;left:18px;bottom:18px;z-index:880;background:#fffaf1;border:1px solid #c18b2d;color:#073b43;border-radius:999px;padding:10px 15px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.14);cursor:pointer}
@media(max-width:720px){.journey-edit-modal{grid-template-columns:1fr}.journey-edit-visual{min-height:210px}.journey-edit-copy{padding:34px 24px}.journey-edit-visual:after{font-size:1.15rem}}

/* 2026-09-02 final responsive safety pass */
html,body{max-width:100%;overflow-x:hidden}
.hero,.lounge-hero,.inspiration-hero,.showcase-hero{max-width:100%}
.hero-copy,.lounge-copy,.inspiration-copy,.showcase-copy{min-width:0}
.travel-wall{margin-inline:auto;width:min(100%,1180px)}
.travel-wall .eyebrow,.travel-wall h2,.travel-wall p{margin-left:0;margin-right:0}
.wall-live{padding:18px 6px 2px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
.wall-note{min-width:0;overflow-wrap:anywhere}

@media (max-width:1180px){
  .nav{padding-inline:18px}.links{gap:11px}.brand{min-width:220px}.brand img{width:66px}
  .hero{grid-template-columns:minmax(330px,.9fr) 1.1fr}.hero-copy{padding-left:5vw;padding-right:3vw}
}

/* Tablet: text is always a full-width real HTML block, image follows beneath. */
@media (max-width:1024px){
  .hero,.lounge-hero,.inspiration-hero{display:flex!important;flex-direction:column!important;min-height:0!important;height:auto!important;overflow:visible!important;background:var(--cream)!important}
  .hero:before,.hero:after,.lounge-hero:before,.lounge-hero:after,.inspiration-hero:before,.inspiration-hero:after{display:none!important}
  .hero-copy,.hero .hero-copy,.lounge-copy,.lounge-hero .lounge-copy,.inspiration-copy{position:relative!important;inset:auto!important;order:1!important;width:100%!important;max-width:none!important;margin:0!important;padding:48px clamp(26px,6vw,64px) 42px!important;transform:none!important;overflow:visible!important}
  .hero-light .hero-copy,.inspiration-copy{background:#fffaf1!important;color:#17262a!important}
  .hero-dark .hero-copy,.lounge-hero .lounge-copy{background:#033f49!important;color:#fff!important}
  .hero-bg,.hero .hero-bg,.lounge-hero .hero-bg,.inspiration-hero .hero-bg{position:relative!important;inset:auto!important;order:2!important;width:100%!important;max-width:100%!important;height:clamp(340px,52vw,560px)!important;object-fit:cover!important;object-position:center!important;transform:none!important;margin:0!important}
  .hero-home .hero-bg{object-position:center 52%!important}
  .hero-explore .hero-bg{object-position:center 54%!important}
  .hero-together .hero-bg{object-position:center 48%!important}
  .hero-guides .hero-bg{object-position:center 52%!important}
  .hero-reviews .hero-bg{object-position:center 45%!important}
  .hero .display,.hero-home .display,.hero-copy .display,.inspiration-copy .display,.lounge-copy .display{font-size:clamp(3rem,8.2vw,5.35rem)!important;line-height:.92!important;max-width:100%!important;overflow:visible!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
  .hero .lead,.hero-copy .lead,.inspiration-copy p,.lounge-copy p{max-width:720px!important}
  .hero-home + .wave{margin-top:0!important;clip-path:none!important;padding-top:108px!important}
  .wave:before{top:44px}.compass{top:0!important}
  .showcase-hero{min-height:0!important;display:flex!important;flex-direction:column!important;background:#052f36!important}
  .showcase-hero .showcase-bg{position:relative!important;inset:auto!important;order:2!important;width:100%!important;height:clamp(360px,54vw,560px)!important;object-fit:cover!important;object-position:center!important}
  .showcase-hero:after{display:none!important}
  .showcase-copy{order:1!important;max-width:none!important;width:100%!important;padding:52px clamp(26px,6vw,64px) 44px!important;background:#052f36!important}
  .showcase-copy h1{font-size:clamp(3rem,8vw,5.6rem)!important;line-height:.94!important}
  .section,.review-strip{padding-left:clamp(20px,4vw,38px);padding-right:clamp(20px,4vw,38px)}
  .travel-wall{padding:30px clamp(22px,4vw,38px)!important}
}

@media (max-width:720px){
  .hero-copy,.hero .hero-copy,.lounge-copy,.lounge-hero .lounge-copy,.inspiration-copy,.showcase-copy{padding:36px 22px 32px!important}
  .hero-bg,.hero .hero-bg,.lounge-hero .hero-bg,.inspiration-hero .hero-bg,.showcase-hero .showcase-bg{height:320px!important}
  .hero .display,.hero-home .display,.hero-copy .display,.inspiration-copy .display,.lounge-copy .display,.showcase-copy h1{font-size:clamp(2.7rem,13vw,4.1rem)!important;line-height:.94!important}
  .quote{font-size:1.3rem}.lead{font-size:.96rem}
  .travel-wall{padding:24px 18px!important}.wall-entry{flex-direction:column}.wall-entry .btn{width:100%}
  .memory-grid{grid-template-columns:1fr!important}.memory-card,.memory-card.wide,.memory-card.tall{grid-column:auto!important;grid-row:auto!important}
  .newsletter{flex-direction:column}.newsletter button{padding:15px 20px}
}


/* ===== Final feedback revision ===== */
.mockup-wave{position:relative;background:#00505a;color:#fff;min-height:510px;padding:190px 5vw 62px;text-align:center;overflow:visible}.mockup-curve{position:absolute;left:-4%;right:-4%;top:-88px;height:150px;background:#fffaf1;border-bottom:5px solid #d8a43f;border-radius:0 0 50% 50%/0 0 80% 80%;z-index:2}.compass-medallion{position:absolute;z-index:4;top:-74px;left:50%;transform:translateX(-50%);width:190px;height:190px;border-radius:50%;overflow:hidden;border:4px solid #d9ad55;background:#004954;box-shadow:0 16px 35px rgba(0,0,0,.24)}.compass-medallion img{width:100%;height:100%;object-fit:cover;object-position:center 63%;transform:scale(1.27)}.wave-copy{max-width:820px;margin:auto;position:relative;z-index:3}.wave-copy h2{font:600 clamp(2.3rem,4.5vw,4rem) 'Cormorant Garamond',serif;color:#efc56d;margin:0 0 8px}.wave-copy>p{font-size:1.2rem}.wave-divider{display:flex;align-items:center;justify-content:center;gap:16px;color:#e9bc61;margin:25px 0 8px}.wave-divider span{height:1px;background:#c8993d;width:150px}.wave-kicker{font-weight:800;letter-spacing:.14em;font-size:.78rem}.wave-small{font-size:.85rem!important;margin-top:5px}.home-six{grid-template-columns:repeat(6,1fr)!important}.library-nav .feature{display:block;text-decoration:none}.library-nav .feature:hover{background:#fff8e9}.capability-cards .card-link{margin-top:auto}.capability-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.capability-list>div{background:#fff;border:1px solid #dec994;border-radius:16px;padding:24px;box-shadow:0 8px 28px rgba(66,45,11,.06)}.capability-list b{display:block;font:600 1.45rem 'Cormorant Garamond',serif;color:#073b43;margin-bottom:7px}.capability-list span{color:#5b6462}.deep-capabilities{background:#f5efe3}.handoff{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:42px;padding:28px 30px;border:1px solid #d9bd82;border-radius:18px;background:#fff}.handoff h3{font:600 2rem 'Cormorant Garamond',serif;margin:0 0 6px;color:#073b43}.callout-quote{margin:34px 0 0;padding:28px;border-left:4px solid #d5a241;background:#fffaf0;font:italic 600 1.7rem 'Cormorant Garamond',serif;color:#8c6317}.service-hero{display:grid;grid-template-columns:.95fr 1.05fr;min-height:620px;background:#fffaf1}.service-hero-copy{padding:90px 6vw;display:flex;flex-direction:column;justify-content:center}.service-hero h1{font:600 clamp(3.8rem,6vw,6.8rem)/.9 'Cormorant Garamond',serif;color:#073b43;margin:12px 0 22px}.service-hero p{max-width:620px}.service-hero>img{width:100%;height:100%;object-fit:cover;min-height:620px}.style-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:640px;background:#043f48;color:#fff;overflow:hidden}.style-hero>img{width:100%;height:100%;object-fit:cover;min-height:640px}.style-hero-copy{padding:76px 6vw;display:flex;flex-direction:column;justify-content:center}.style-hero h1{font:600 clamp(3.8rem,6vw,6.8rem)/.9 'Cormorant Garamond',serif;color:#fff;margin:10px 0 16px}.style-hero .quote{color:#e7bd64}.service-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.service-feature{background:#fff;border:1px solid #dfca9c;border-radius:18px;padding:26px;min-height:175px}.service-feature h3{font:600 1.55rem 'Cormorant Garamond',serif;color:#073b43;margin:0 0 8px}.journey-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.journey-step{border:1px solid rgba(228,182,88,.45);border-radius:18px;padding:24px;background:rgba(255,255,255,.04)}.journey-step span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e4b658;color:#073b43;font-weight:900}.journey-step h3{font:600 1.5rem 'Cormorant Garamond',serif;color:#fff;margin:14px 0 6px}.destination-guide-card img{height:250px}.library-resources{background:#f5efe3}.resource-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.resource-columns>div{background:#fff;border:1px solid #dec994;border-radius:18px;padding:24px}.resource-columns h3{font:600 1.65rem 'Cormorant Garamond',serif;color:#073b43;margin-top:0}.resource-link{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eee0c4;color:#4f5a58}.resource-link b{color:#9b6509;white-space:nowrap}.guide-hero{display:grid;grid-template-columns:1.05fr .95fr;background:#fffaf1;min-height:610px}.guide-hero>img{width:100%;height:100%;object-fit:cover;min-height:610px}.guide-hero-copy{padding:80px 6vw;display:flex;flex-direction:column;justify-content:center}.guide-hero h1{font:600 clamp(4.3rem,7vw,7rem)/.9 'Cormorant Garamond',serif;color:#073b43;margin:8px 0 12px}.guide-overview{display:grid;grid-template-columns:1fr 1fr;gap:35px}.guide-overview ol,.guide-overview ul{padding-left:22px;line-height:1.9}.guide-callout{margin:35px 0;padding:28px;border:1px solid #d9bd82;border-radius:18px;background:#fffaf1}.guide-callout h3{font:600 2rem 'Cormorant Garamond',serif;color:#073b43;margin:4px 0 8px}.guide-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-info-grid>div{background:#fff;border:1px solid #dec994;border-radius:16px;padding:24px}.guide-info-grid h3{font:600 1.45rem 'Cormorant Garamond',serif;color:#073b43}.client-extras{background:#f5efe3}.client-feature-card{border:1px solid #dec994;border-radius:20px;padding:30px;background:#fff;min-height:320px;display:flex;flex-direction:column}.client-feature-card .badge{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:#a06b10}.client-feature-card h3{font:600 2rem 'Cormorant Garamond',serif;color:#073b43;margin:10px 0}.client-feature-card .btn{margin-top:auto;align-self:flex-start}.insurance-note{margin-top:22px;padding:18px 22px;border-left:4px solid #d4a442;background:#fff;color:#59625f}.wall-more{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;color:#6c706c;font-size:.84rem}.wall-live{grid-template-columns:repeat(auto-fit,minmax(155px,1fr))}.wall-note{min-height:112px}.full-wall-page{min-height:70vh}.full-wall{margin-top:30px}.story-more-about{padding:90px 6vw 110px;background:radial-gradient(circle at 15% 0%,rgba(12,116,126,.14),transparent 35%),#031b1f;border-top:1px solid rgba(222,171,67,.3);color:#fff}.story-more-inner{max-width:1180px;margin:auto}.story-more-about h2{font:600 clamp(2.8rem,5vw,5rem)/.95 'Cormorant Garamond',serif;margin:12px 0 22px}.story-more-about p{max-width:920px;color:#d8e0de;line-height:1.8}.story-beliefs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:35px 0}.story-beliefs>div{padding:24px;border:1px solid rgba(222,171,67,.35);background:rgba(255,255,255,.035)}.story-beliefs strong{display:block;color:#e3b557;font:600 1.35rem 'Cormorant Garamond',serif;margin-bottom:7px}.story-beliefs span{color:#cdd7d5;font-size:.9rem}.story-more-quote{font:italic 600 2rem 'Cormorant Garamond',serif!important;color:#22aab0!important}.form-shell h1{font:600 clamp(3rem,5vw,5rem) 'Cormorant Garamond',serif;color:#073b43}
@media(max-width:1024px){.mockup-wave{padding-top:170px}.compass-medallion{top:-55px;width:160px;height:160px}.home-six{grid-template-columns:repeat(3,1fr)!important}.capability-list,.service-feature-grid,.resource-columns,.guide-info-grid{grid-template-columns:repeat(2,1fr)}.service-hero,.style-hero,.guide-hero{grid-template-columns:1fr}.service-hero-copy,.style-hero-copy,.guide-hero-copy{order:1;padding:54px 6vw}.service-hero>img,.style-hero>img,.guide-hero>img{order:2;min-height:0;height:440px}.journey-flow{grid-template-columns:repeat(2,1fr)}.story-beliefs{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.mockup-wave{padding:150px 22px 46px}.mockup-curve{top:-52px;height:95px}.compass-medallion{top:-46px;width:132px;height:132px}.wave-copy h2{font-size:2.25rem}.wave-divider span{width:80px}.home-six{grid-template-columns:1fr!important}.capability-list,.service-feature-grid,.resource-columns,.guide-info-grid,.guide-overview,.story-beliefs{grid-template-columns:1fr}.journey-flow{grid-template-columns:1fr}.handoff,.wall-more{flex-direction:column;align-items:flex-start}.style-hero>img,.service-hero>img,.guide-hero>img{height:330px}.style-hero-copy,.service-hero-copy,.guide-hero-copy{padding:40px 22px}.style-hero h1,.service-hero h1,.guide-hero h1{font-size:3.3rem}.destination-guide-card img{height:230px}}

/* Final revision polish */
.flying-dress-figure{margin:28px 0 38px;border-radius:22px;overflow:hidden;border:1px solid #d8b86f;background:#fff;box-shadow:0 18px 45px rgba(28,45,40,.12)}
.flying-dress-figure img{width:100%;height:auto;display:block}.flying-dress-figure figcaption{padding:13px 18px;color:#7d641e;font:italic 600 1rem 'Cormorant Garamond',serif}
.mockup-wave{background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.035),transparent 24%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,46px 46px,46px 46px;background-color:#00505a}
.mockup-curve{box-shadow:0 4px 0 #d4a140}.compass-medallion{background:#014752}.compass-medallion img{transform:scale(1.22);object-position:center 61%}
@media(max-width:1024px){.mockup-wave{padding-top:175px}.compass-medallion{top:-58px}.mockup-curve{top:-74px;height:130px}}
@media(max-width:720px){.mockup-wave{padding-top:145px}.mockup-curve{top:-42px;height:82px}.compass-medallion{top:-48px}}


/* ===== FINAL POLISH MASTER — Sep 2026 ===== */
.mockup-wave{min-height:525px;padding-top:178px}
.mockup-curve{top:-100px;height:170px;border-bottom:6px solid #d8a43f;box-shadow:0 8px 18px rgba(166,112,15,.08)}
.compass-medallion{top:-112px;width:235px;height:270px;border:0;background:transparent;box-shadow:none;overflow:visible;border-radius:0}
.compass-medallion img{width:100%;height:100%;object-fit:contain;object-position:center;transform:none;filter:drop-shadow(0 14px 18px rgba(0,0,0,.22))}
.wave-copy{padding-top:22px}.wave-copy h2{margin-top:0}

.partner-hero{display:grid;grid-template-columns:.88fr 1.12fr;min-height:660px;background:#fffaf1;overflow:hidden}
.partner-copy{padding:82px 6vw;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.partner-copy h1{font:600 clamp(4rem,6.5vw,7rem)/.88 'Cormorant Garamond',serif;color:#073b43;margin:10px 0 20px}
.partner-copy p{max-width:620px;line-height:1.75}
.partner-collage{position:relative;min-height:660px;background:#063f48;overflow:hidden;padding:26px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:16px}
.partner-collage figure{margin:0;overflow:hidden;border-radius:22px;position:relative;box-shadow:0 18px 38px rgba(0,0,0,.22)}
.partner-collage figure:first-child{grid-row:1/3}
.partner-collage img{width:100%;height:100%;object-fit:cover;display:block}
.partner-collage figcaption{position:absolute;left:14px;bottom:14px;padding:7px 10px;background:rgba(3,35,40,.82);color:#fff;border:1px solid rgba(222,176,79,.6);border-radius:999px;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase}
.partner-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.partner-proof>div{padding:22px;border:1px solid #dec994;border-radius:16px;background:#fff}.partner-proof strong{display:block;font:600 1.35rem 'Cormorant Garamond',serif;color:#073b43;margin-bottom:5px}

.style-personality{background:#fffaf1;border-bottom:1px solid #ead7b2}.style-personality-inner{max-width:1180px;margin:auto;padding:34px 6vw;display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:14px;align-items:stretch}.style-personality .intro{padding:10px 20px 10px 0}.style-personality .intro h2{font:600 2.15rem 'Cormorant Garamond',serif;color:#073b43;margin:4px 0}.style-personality .micro{background:#fff;border:1px solid #dec994;border-radius:16px;padding:20px}.style-personality .micro b{display:block;color:#a06b10;text-transform:uppercase;letter-spacing:.09em;font-size:.73rem;margin-bottom:6px}.style-personality .micro span{font:600 1.25rem 'Cormorant Garamond',serif;color:#073b43}.style-hero.family-hero>img{object-position:center 48%}.style-hero.cruise-hero>img{object-position:center 60%}.style-hero.resort-hero>img{object-position:center 60%}.style-hero.international-hero>img{object-position:center 50%}

.library-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 34px}.library-tabs a{padding:10px 15px;border:1px solid #d7b76f;border-radius:999px;color:#073b43;background:#fff;text-decoration:none;font-weight:700;font-size:.82rem}.library-tabs a:hover{background:#073b43;color:#fff}.resource-group{scroll-margin-top:120px}.resource-group-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.resource-group-title p{max-width:620px;color:#68706e}.destination-grid-8{grid-template-columns:repeat(4,1fr)}
.guide-bestfor{display:inline-flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}.guide-bestfor span{background:#f0e4c9;border:1px solid #d8ba78;border-radius:999px;padding:7px 11px;font-size:.78rem;color:#6c531c;font-weight:700}.photo-credit{font-size:.68rem;color:#6e7774;margin-top:8px}
.flying-dress-feature{display:grid;grid-template-columns:1fr 1.05fr;gap:28px;align-items:center;margin:38px 0;padding:26px;background:#fff8ea;border:1px solid #dec994;border-radius:20px}.flying-dress-feature img{width:100%;height:360px;object-fit:cover;border-radius:15px}.flying-dress-feature h3{font:600 2.35rem 'Cormorant Garamond',serif;color:#073b43;margin:7px 0}

.protection-hero{display:grid;grid-template-columns:1fr 1fr;background:#043f48;color:#fff;min-height:610px}.protection-copy{padding:78px 6vw;display:flex;flex-direction:column;justify-content:center}.protection-copy h1{font:600 clamp(4rem,6vw,6.6rem)/.9 'Cormorant Garamond',serif;color:#fff;margin:10px 0}.protection-visual{background:linear-gradient(135deg,#073b43,#0a6068);display:grid;place-items:center;padding:45px}.protection-card{max-width:520px;background:#fffaf1;color:#17353a;border-radius:26px;padding:34px;border:1px solid #e2bd6a;box-shadow:0 28px 55px rgba(0,0,0,.22)}.protection-card h2{font:600 2.3rem 'Cormorant Garamond',serif;color:#073b43}.coverage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.coverage-item{background:#fff;border:1px solid #dec994;border-radius:16px;padding:22px}.coverage-item h3{font:600 1.4rem 'Cormorant Garamond',serif;color:#073b43;margin:0 0 8px}.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.compare-table th,.compare-table td{padding:15px;border-bottom:1px solid #eadbbe;text-align:left;vertical-align:top}.compare-table th{background:#073b43;color:#fff}.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.provider-card{background:#fff;border:1px solid #dec994;border-radius:16px;padding:22px}.provider-card h3{font:600 1.55rem 'Cormorant Garamond',serif;color:#073b43;margin:0 0 8px}.provider-card a{color:#9b6509;font-weight:800}.legal-note{padding:22px;border-left:4px solid #d4a442;background:#fff8ea;color:#59625f;margin-top:28px}

.shop .badge:after{content:" · COMING SOON";color:#9b6509}
.inspiration-proof{font:italic 600 1.45rem 'Cormorant Garamond',serif;color:#8a641b;margin-top:8px}
.form-reassurance{font-size:.82rem;color:#64706e;margin-top:12px}

@media(max-width:1024px){
 .compass-medallion{width:200px;height:230px;top:-92px}.mockup-wave{padding-top:158px}.mockup-curve{top:-78px;height:142px}
 .partner-hero{grid-template-columns:1fr}.partner-copy{padding:54px 6vw}.partner-collage{min-height:500px}.partner-proof{grid-template-columns:repeat(2,1fr)}
 .style-personality-inner{grid-template-columns:1fr 1fr}.style-personality .intro{grid-column:1/-1}
 .destination-grid-8{grid-template-columns:repeat(2,1fr)}.flying-dress-feature{grid-template-columns:1fr}.coverage-grid,.provider-grid{grid-template-columns:repeat(2,1fr)}.protection-hero{grid-template-columns:1fr}.protection-visual{min-height:420px}
}
@media(max-width:720px){
 .compass-medallion{width:165px;height:195px;top:-77px}.mockup-wave{padding-top:128px}.mockup-curve{top:-48px;height:96px}.wave-copy{padding-top:14px}
 .partner-collage{grid-template-columns:1fr;grid-template-rows:repeat(3,230px);padding:18px}.partner-collage figure:first-child{grid-row:auto}.partner-proof,.style-personality-inner,.destination-grid-8,.coverage-grid,.provider-grid{grid-template-columns:1fr}.style-personality-inner{padding:30px 22px}.flying-dress-feature img{height:280px}.compare-table{font-size:.82rem}.protection-copy{padding:48px 22px}
}


/* Final punch-list polish — 2026-09-02 */
.wall-colors{display:flex!important;flex-wrap:wrap!important;gap:10px 12px!important;align-items:center!important;margin:16px 0 20px!important}
.wall-color{margin:0!important;min-width:auto!important;padding:10px 15px!important;border-radius:999px!important;line-height:1.1!important;white-space:nowrap!important}
.story-beliefs{display:grid!important;gap:14px!important;margin-top:24px!important}
.story-beliefs>div{display:grid!important;grid-template-columns:minmax(190px,230px) minmax(0,1fr)!important;gap:10px 16px!important;align-items:start!important;padding:2px 0!important}
.story-beliefs>div strong{display:block!important}
.story-beliefs>div span{display:block!important}
@media(max-width:760px){.story-beliefs>div{grid-template-columns:1fr!important;gap:4px!important}.wall-colors{gap:9px!important}.wall-color{padding:10px 13px!important}}
\n\n/* FINAL TRUE FIX — Sep 2 2026 */
.wall-colors{display:flex!important;flex-wrap:wrap!important;column-gap:14px!important;row-gap:12px!important;align-items:center!important;margin:18px 0 22px!important}
.wall-color{width:auto!important;height:auto!important;min-width:96px!important;padding:11px 18px!important;margin:0!important;border:1px solid #d8c6a5!important;border-radius:999px!important;background:#f2eee7!important;color:#0b4d57!important;font:600 14px/1.1 Manrope,Arial,sans-serif!important;white-space:nowrap!important;text-align:center!important}
.wall-color[aria-pressed=true]{background:#fffaf1!important;border-color:#0b4d57!important;outline:2px solid #0b4d57!important;outline-offset:2px!important}
@media(max-width:760px){.wall-colors{column-gap:10px!important;row-gap:10px!important}.wall-color{min-width:88px!important;padding:10px 14px!important;font-size:13px!important}}

/* Guide-page hero image safety */
.hero.hero-light > .hero-bg{display:block!important;visibility:visible!important;opacity:1!important;object-fit:cover!important}
