.section-hed{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.section-hed-left{display:flex;align-items:center;gap:1rem}.section-rule{display:block;width:3rem;height:3px;background:#6a438c;flex-shrink:0}.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;letter-spacing:-.02em;color:var(--color-accent);line-height:1}.section-all{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#6a438c;text-decoration:none;transition:opacity .2s;white-space:nowrap}.section-all:hover{opacity:.7}.cat-badge{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;background:#9b72b8;color:#111;padding:.3rem .75rem;margin-top:16px;margin-bottom:12px;border-radius:999px}.hp-hero{position:relative;width:100%;min-height:calc(100vh - 120px);overflow:hidden;display:flex;align-items:flex-end}.hp-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:brightness(1.1)}.hp-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.68) 0%,rgba(0,0,0,.35) 45%,transparent 72%)}.hp-hero-body{position:relative;z-index:2;padding:5rem 4rem;max-width:52%}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hp-hero-kicker{font-family:Helvetica,sans-serif;font-size:clamp(.7rem,.78vw,.78rem);font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#eae5f5bf;margin:0 0 1.1rem;text-shadow:0 1px 6px rgba(40,20,60,.35);animation:hero-fade-up .85s cubic-bezier(.16,1,.3,1) .05s both}.hp-hero-title{font-family:Helvetica,sans-serif;font-size:clamp(1.65rem,3vw,2.7rem);font-weight:700;font-style:normal;line-height:1.08;letter-spacing:-.02em;color:#eae5f5c7;margin:0 0 1.75rem;max-width:22ch;text-shadow:0 1px 10px rgba(40,20,60,.4);animation:hero-fade-up .85s cubic-bezier(.16,1,.3,1) .18s both}.hp-hero-sub{font-family:Helvetica,sans-serif;font-size:clamp(.92rem,1.05vw,1.05rem);font-weight:400;line-height:1.5;letter-spacing:0;color:#eae5f5d9;margin:0 0 1.85rem;max-width:44ch;text-shadow:0 1px 8px rgba(40,20,60,.35);animation:hero-fade-up .85s cubic-bezier(.16,1,.3,1) .36s both}.hp-hero-body .pill-btn{animation:hero-fade-up .85s cubic-bezier(.16,1,.3,1) .65s both}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hp-hero-title,.hp-hero-sub,.hp-hero-body .pill-btn{animation:none}}.hp-hero-line1{font-family:Playfair Display,serif;font-size:clamp(1.82rem,2.98vw,3.14rem);font-weight:700;font-style:normal;line-height:1.2;letter-spacing:-.01em;color:#eae5f5;margin:0 0 2rem;opacity:0}.hp-hero-line2{font-family:Playfair Display,serif;font-size:clamp(1.79rem,2.93vw,3.09rem);font-weight:900;font-style:normal;line-height:1.2;letter-spacing:-.01em;color:#6a438c;margin:0 0 2rem;opacity:0}.hp-hero-line1.is-typing:after,.hp-hero-line2.is-typing:after{content:"|";display:inline;margin-left:1px;animation:cursor-blink .55s step-end infinite}@keyframes char-pop{0%{opacity:0;transform:perspective(300px) translateZ(-60px) scale(.5)}65%{opacity:1;transform:perspective(300px) translateZ(14px) scale(1.1)}to{opacity:1;transform:perspective(300px) translateZ(0) scale(1)}}.hero-char-pop{display:inline-block;animation:char-pop .5s cubic-bezier(.175,.885,.32,1.275) forwards}.break-lg{display:block}.hp-travel{background:#f8f5fd;padding:4rem 0}.travel-carousel-wrapper{display:flex;align-items:center;gap:1rem;padding:0 1.5rem;margin-top:0}.travel-carousel-viewport{flex:1;overflow:hidden}.travel-carousel-track{display:flex;gap:4px;transition:transform .4s ease;will-change:transform}.travel-card{position:relative;display:block;flex:0 0 calc((100% - 12px)/4);height:450px;overflow:hidden;text-decoration:none}.travel-card-img{position:absolute;inset:0;width:100%;height:100%;max-width:none;aspect-ratio:auto;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.travel-card:hover .travel-card-img{transform:scale(1.18)}.travel-card-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0}.travel-card.has-video:hover .travel-card-video{opacity:1}.travel-card.has-video:hover .travel-card-img{transform:none}.travel-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000bf,#0000 50%);transition:opacity .3s}.travel-card:hover .travel-card-overlay{opacity:.9}.travel-card-info{position:absolute;bottom:0;left:0;right:0;padding:24px;display:flex;flex-direction:column;align-items:flex-start}.travel-card-dest{display:block;font-family:Playfair Display,serif;font-size:clamp(1.1rem,4vw,1.6rem);font-weight:800;letter-spacing:-.02em;color:#f8f5fd;line-height:1.1;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.travel-card-sub{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:.78rem;font-weight:400;color:#ffffffc7;line-height:1.35;overflow:hidden;text-overflow:ellipsis;width:100%}.carousel-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:none;background-color:#6a438c;color:#f8f5fd;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,opacity .2s ease;padding:0}.carousel-arrow:hover{background-color:#57347a}.carousel-arrow:disabled{opacity:.3;cursor:default}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:1.25rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#e6e1f0;cursor:pointer;padding:0;transition:background-color .2s ease}.carousel-dot--active{background-color:#6a438c}.hp-break{position:relative;min-height:58.65vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;overflow:hidden;background:#ddd4ee}.hp-break-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;filter:contrast(1.125) saturate(1.15) brightness(.975)}.hp-break-top{position:relative;z-index:2;padding:0 2rem 3rem;width:100%}@keyframes cinema-sub{0%{opacity:0}to{opacity:1}}.hp-break-text{font-family:Helvetica,sans-serif;font-size:.975rem;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:#ffffffbf;margin-bottom:0;opacity:0;animation:cinema-sub 1s ease forwards .4s}.section-sub{font-size:.9rem;color:#8a7a9e;margin-top:-1.25rem;margin-bottom:2.5rem;letter-spacing:.01em}.hp-scuba{background:#f1eef8;padding:5rem 0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.scuba-grid{display:grid;grid-template-columns:repeat(var(--scuba-cols, 2),1fr);gap:2.5rem}.scuba-img{height:320px;width:100%;overflow:hidden;margin-bottom:0}.scuba-img img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .5s ease}.scuba-body{display:flex;flex-direction:column;align-items:flex-start}.scuba-img-link:hover img{transform:scale(1.08)}.scuba-title{font-size:clamp(1.3rem,2.2vw,1.75rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:.5rem}.scuba-title a{color:#111;text-decoration:none;transition:color .2s}.scuba-title a:hover{color:#6a438c}.scuba-date{font-size:.65rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem}.scuba-desc{font-size:.9rem;font-weight:300;line-height:1.75;color:var(--color-text-muted);margin-bottom:1.25rem;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.scuba-read{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#6a438c;text-decoration:none;transition:opacity .2s;margin-top:auto}.scuba-read:hover{opacity:.7}.hp-brands{background:#2d1a45;padding:3.5rem 0;overflow:hidden}.brands-label{font-size:.75rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:#d2c3eb8c;text-align:center;margin-bottom:2.25rem;line-height:1}.brands-carousel{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brands-track{display:flex;align-items:center;gap:0;width:max-content;animation:marquee 30s linear infinite}.brands-track:hover{animation-play-state:paused}.brand-item{height:72px;flex-shrink:0;display:flex;align-items:center;margin:0 22px}.brand-logo{max-width:160px;max-height:44px;width:auto;height:auto;filter:brightness(0) invert(1) opacity(.6);transition:filter .25s ease}.brand-logo--waterproof,.brand-logo--olympus{max-height:56px}.brand-logo--surfears{filter:brightness(0) invert(1) opacity(.7)}.brand-logo--dji{max-height:44px}.brand-logo--ikelite{max-height:52px}.brand-logo--scubapro{max-height:72px}.brand-logo--backscatter{max-width:200px}.brands-track:hover .brand-logo{filter:brightness(0) invert(1) opacity(.9)}.hp-editorial{background:#f8f5fd;padding:5rem 0}.editorial-grid{display:grid;grid-template-columns:3fr 2fr;gap:2.5rem;align-items:start}.ed-card--lead .ed-img{height:620px}.ed-title--lead{font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.2vw,2.1rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#f8f5fd}.ed-card--lead .ed-desc{font-size:.9rem;line-height:1.8}.ed-lead-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.75rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.3) 60%,transparent 100%);display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.ed-lead-overlay .ed-title--lead{color:#f8f5fd;margin:0}.ed-secondary-col{display:flex;flex-direction:column;gap:1.5rem;height:620px}.ed-card--secondary{flex:1;position:relative;overflow:hidden;display:block;text-decoration:none}.ed-card--secondary img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease;display:block}.ed-card--secondary:hover img{transform:scale(1.06)}.ed-secondary-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.5rem 1.25rem;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.3) 65%,transparent 100%);display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.ed-secondary-badge{display:inline-block;font-size:.55rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;background:#9b72b8;color:#111;padding:.25rem .65rem;border-radius:999px}.ed-secondary-title{font-size:1.05rem;font-weight:700;color:#f8f5fd;line-height:1.25;letter-spacing:-.01em;margin:0}.ed-secondary-read{font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#f8f5fda6;margin-top:.2rem}.instagram-strip{padding:4rem 0;background:#fff;border-top:1px solid #e8e4f0}.instagram-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.instagram-header-left{display:flex;align-items:center;gap:1rem}.instagram-label{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 .2rem}.instagram-handle{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--color-accent);margin:0;text-decoration:none;transition:opacity .2s}.instagram-handle:hover{opacity:.7}.instagram-follow-btn{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--color-brand);padding:.65rem 1.4rem;border-radius:2rem;text-decoration:none;transition:background .2s;white-space:nowrap}.instagram-follow-btn:hover{background:#7d50a8}.ig-carousel-wrap{position:relative;display:flex;align-items:center;gap:.75rem}.ig-nav{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:#6a438c;color:#fff;cursor:pointer;transition:background .2s,opacity .2s}.ig-nav:hover{background:#7d50a8}.instagram-carousel{flex:1;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.6rem;scrollbar-width:none;-ms-overflow-style:none}.instagram-carousel::-webkit-scrollbar{display:none}.instagram-post{position:relative;display:block;flex:0 0 clamp(130px,14vw,200px);aspect-ratio:9 / 16;overflow:hidden;border-radius:4px;background:#111}.instagram-post img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease;display:block}.instagram-post:hover img{transform:scale(1.25)}.instagram-post.ig-cover img{object-fit:cover}.ig-cover{aspect-ratio:4 / 5}.ig-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.ig-play-icon{position:absolute;bottom:.6rem;right:.6rem;display:flex;align-items:center;justify-content:center;opacity:.85;pointer-events:none;z-index:3;transition:opacity .2s}.ig-has-video:hover .ig-play-icon{opacity:0}.instagram-overlay{position:absolute;inset:0;background:#2a0e44b8;display:flex;align-items:flex-end;padding:.8rem;opacity:0;transition:opacity .3s ease;z-index:2}.instagram-post:hover .instagram-overlay{opacity:1}.instagram-overlay p{font-family:var(--font-sans);font-size:.72rem;line-height:1.4;color:#fff;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.conservation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.con-img{height:220px}.ed-img{width:100%;overflow:hidden;margin-bottom:0;position:relative;flex-shrink:0}.ed-img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}.ed-body{display:flex;flex-direction:column;align-items:flex-start}.ed-img-link{display:block}.ed-card:hover .ed-img img{transform:scale(1.08)}.ed-title{font-size:1.15rem;font-weight:700;line-height:1.25;letter-spacing:-.01em;margin-bottom:.5rem}.ed-title a{color:#111;text-decoration:none;transition:color .2s}.ed-title a:hover{color:#6a438c}.ed-desc{font-size:.85rem;font-weight:300;line-height:1.75;color:var(--color-text-muted);width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.9rem}.ed-read{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);text-decoration:none;border-bottom:1px solid var(--color-accent);padding-bottom:.1rem;transition:opacity .2s ease}.ed-read:hover{opacity:.7}.hp-quote{background:#cdc5e5;padding:3rem 0;text-align:center}.quote-text{font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:400;font-style:italic;line-height:1.5;max-width:780px;margin:0 auto 1.25rem;letter-spacing:-.01em}.quote-line{display:block;background:linear-gradient(#9b72b8,#9b72b8),linear-gradient(#724e75,#724e75);background-size:0% 100%,100% 100%;background-position:left center,left center;background-repeat:no-repeat,no-repeat;-webkit-background-clip:text,text;background-clip:text,text;-webkit-text-fill-color:transparent}@keyframes quote-write{0%{background-size:0% 100%,100% 100%}to{background-size:100% 100%,100% 100%}}.hp-quote .container.quote-animate .quote-line--1{animation:quote-write 1.75s .5s ease both}.hp-quote .container.quote-animate .quote-line--2{animation:quote-write 1.75s 2s ease both}.quote-attribution{display:block;font-size:.72rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:#2d1a45}.hp-conservation{background:#f1eef8;padding:5rem 0}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.fade-up.in-view{opacity:1;transform:translateY(0)}@media(max-width:1024px){.hp-hero-body{padding:0 3rem 4rem}.travel-card{height:400px}.editorial-grid,.conservation-grid{grid-template-columns:1fr 1fr}.instagram-post{flex:0 0 clamp(100px,26vw,150px)}.ed-card--lead .ed-img,.ed-secondary-col{height:380px}}@media(max-width:900px){.travel-card{flex:0 0 calc((100% - 8px) / 3);height:380px}}@media(max-width:768px){.hp-hero{min-height:360px;aspect-ratio:unset;align-items:flex-end}.hp-hero-bg{object-position:66% 35%}.hp-hero-kicker{font-size:.65rem;letter-spacing:.2em;margin-bottom:.7rem}.hp-hero-title{font-size:clamp(1.45rem,5.4vw,2rem);max-width:100%;margin-bottom:.7rem;line-height:1.12}.hp-hero-sub{font-size:clamp(.85rem,3vw,.95rem);margin-bottom:1.25rem;max-width:100%}.hp-hero-line1,.hp-hero-line2{font-size:clamp(1.25rem,5vw,1.75rem)}.hp-hero-body{padding:1.25rem 1.5rem 1.75rem;width:100%;max-width:100%;box-sizing:border-box}.travel-card{flex:0 0 100%;height:360px}.travel-carousel-wrapper{padding:0 .75rem;gap:.5rem}.break-lg{display:none}.section-hed{flex-wrap:wrap;gap:.5rem}.hp-break{position:relative;min-height:unset}.hp-break-video{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}.hp-break-top{position:absolute;bottom:0;left:0;right:0;z-index:2;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);padding:3rem 1.5rem 1.25rem}.hp-break-text{font-size:clamp(.75rem,3.2vw,1rem)}.hp-brands{padding:1.5rem 0}.brands-label{margin-bottom:1rem}.brand-item{height:48px;margin:0 18px}.brand-logo{max-height:26px;max-width:110px}.brand-logo--waterproof{max-height:34px}.brand-logo--dji{max-height:26px}.brand-logo--scubapro{max-height:44px}.brand-logo--ikelite{max-height:32px}.brand-logo--backscatter{max-width:130px}.scuba-grid{grid-template-columns:1fr}.editorial-grid,.conservation-grid{grid-template-columns:1fr;gap:2rem}.instagram-post{flex:0 0 clamp(100px,26vw,150px)}.instagram-header{flex-direction:column;align-items:flex-start;gap:1rem}.ed-card--lead .ed-img{height:300px}.ed-title--lead{font-size:1.4rem}.ed-secondary-col{height:320px;gap:1rem}.con-img{height:240px}}@media(max-width:500px){.hp-hero-kicker{font-size:.6rem;letter-spacing:.18em;margin-bottom:.55rem}.hp-hero-title{font-size:1.35rem;line-height:1.15}.hp-hero-sub{font-size:.85rem;line-height:1.45;margin-bottom:1rem}.hp-hero-line1,.hp-hero-line2{font-size:1.25rem}.hp-hero-body{padding:1rem 1.25rem 1.5rem}.travel-card{height:300px}.travel-carousel-wrapper{padding:0 .5rem;gap:.25rem}.carousel-arrow{width:40px;height:40px;font-size:.95rem}.scuba-img{height:260px}.hp-break-text{font-size:clamp(.65rem,3.5vw,.9rem);letter-spacing:.18em}}
