@import url('/assets/fonts.css');
:root{--navy:#272f67;--red:#e20a13;--ink:#171b32;--muted:#626777;--pale:#f3f4f9;--line:#e0e2ec;--white:#fff;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:white;font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--red);outline-offset:5px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:700;line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(2.75rem,4.8vw,4.75rem)}h2{font-size:clamp(2.15rem,3.35vw,3.45rem)}h3{font-size:1.45rem;letter-spacing:-.035em}.wrap{width:min(1216px,calc(100% - 96px));margin-inline:auto}.section{padding-top:108px;padding-bottom:108px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:800;line-height:1.5;color:var(--red);margin-bottom:23px}.header{height:100px;background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(39,47,103,.07)}.nav{display:flex;align-items:center;justify-content:space-between;height:100%;gap:28px}.brand{flex:none}.brand img{width:128px;height:60px;object-fit:contain}.desktop{display:flex;gap:31px;margin-left:auto;margin-right:25px}.desktop a{font-size:.9rem;font-weight:600;position:relative}.desktop a:after{content:'';position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--red);transition:width .2s}.desktop a:hover:after{width:100%}.nav-contact{background:var(--navy);color:white;border-radius:7px;padding:12px 20px;font-size:.875rem;font-weight:600;display:flex;gap:25px;align-items:center;transition:background .2s}.nav-contact:hover{background:var(--red)}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}.skip{position:fixed;left:20px;top:-100px;z-index:100;background:white;color:var(--navy);padding:12px}.skip:focus{top:10px}.hero{background:linear-gradient(112deg,#272f67 0%,#1b214b 61%,#141830 100%);color:white;overflow:hidden}.hero-grid{min-height:655px;display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:center;padding-block:60px}.hero-copy{position:relative;z-index:2}.hero .eyebrow{color:var(--red)}.hero h1{letter-spacing:-.05em;line-height:1.07}.red-word{display:inline-block;position:relative}.red-word:after{content:'';position:absolute;bottom:-6px;left:0;height:5px;width:100%;background:var(--red);transform:rotate(-3deg)}.lead{font-size:1.125rem;line-height:1.65;font-weight:400;margin-top:30px;color:#d9dcec}.actions{display:flex;gap:28px;align-items:center;margin-top:32px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:27px;border-radius:7px;padding:16px 22px;font-size:.92rem;font-weight:600;transition:transform .2s,background .2s;line-height:1.4}.button.primary{background:var(--red);color:white}.button.primary:hover{background:#c4070f;transform:translateY(-3px)}.button span{font-size:1.35rem;line-height:1}.text-link{font-size:.9rem;display:inline-flex;gap:16px;align-items:center;border-bottom:1px solid #ffffff65;padding-block:7px;font-weight:500}.text-link:hover{border-color:var(--red)}.hero-note{display:flex;gap:25px;margin-top:40px;font-size:.79rem;color:#b7bdd4}.hero-note span+span{border-left:1px solid #ffffff35;padding-left:25px}.hero-visual{position:relative;padding:0 0 30px 20px;max-width:460px}.portrait-frame{height:485px;border-radius:180px 180px 14px 14px;overflow:hidden;background:#f6f6f6}.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 20%;transition:transform .8s}.hero-visual:hover .portrait-frame img{transform:scale(1.025)}.photo-note{position:absolute;bottom:0;left:-28px;background:white;color:var(--ink);padding:22px 28px;border-radius:10px;box-shadow:0 14px 35px #0b10282b;transform:rotate(-3deg);max-width:390px}.photo-note .quote-mark{position:absolute;right:16px;top:7px;font-size:60px;opacity:.18}.photo-note p{font-size:1rem;font-weight:600;line-height:1.45;position:relative}.photo-note small{display:block;font-size:.76rem;color:var(--muted);margin-top:10px}.photo-caption{position:absolute;right:-28px;top:20px;writing-mode:vertical-rl;font-size:.63rem;letter-spacing:.2em;color:#abb2d0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:46px}.section-head>p{color:var(--muted);font-size:1rem;padding-bottom:5px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{display:flex;flex-direction:column;min-height:327px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);transition:background .25s,transform .25s,border-color .25s}.service-card:hover{transform:translateY(-6px);background:var(--pale);border-color:#bec2db}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.card-no{font-size:.8rem;letter-spacing:.05em;color:#888da0}.card-arrow{width:34px;height:34px;display:grid;place-items:center;background:var(--pale);border-radius:50%;color:var(--navy);font-size:1.25rem;transition:background .25s,color .25s}.service-card:hover .card-arrow{background:var(--red);color:white}.service-card h3{font-size:1.55rem;line-height:1.15;margin-bottom:16px;max-width:200px}.service-card p{font-size:.91rem;line-height:1.65;color:var(--muted);margin-bottom:25px}.card-link{margin-top:auto;color:var(--navy);font-size:.82rem;font-weight:700;display:flex;justify-content:space-between}.format-row{border-top:1px solid var(--line);margin-top:43px;padding-top:32px;display:flex;justify-content:space-between;align-items:center;gap:30px}.format-row .eyebrow{font-size:.68rem;margin-bottom:10px;color:var(--muted)}.format-row h3{font-size:1.4rem}.format-links{display:flex;gap:16px}.format-links a{display:flex;gap:60px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:17px 24px;font-weight:600;font-size:.95rem;transition:background .2s}.format-links a:hover{background:var(--pale)}.about{background:var(--pale)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about h2 span{color:var(--navy)}.about-text p{color:var(--muted);margin-bottom:20px}.about-text .large{font-size:1.4rem;color:var(--ink);line-height:1.4;margin-bottom:24px;font-weight:600}.dark{border-color:#c5c8d7;color:var(--navy);margin-top:4px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.review{display:flex;flex-direction:column;padding-top:12px}.quote-mark{color:var(--red);font-size:60px;font-family:Georgia,serif;line-height:1}.review blockquote{margin:12px 0 30px;font-size:1.07rem;line-height:1.75;letter-spacing:-.015em}.review figcaption{margin-top:auto;padding-top:20px;border-top:1px solid var(--line)}.review strong{display:block;font-size:.9rem}.review figcaption span{font-size:.8rem;color:var(--muted)}.team{background:var(--pale)}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px 28px}.team-photo{height:335px;border-radius:12px;overflow:hidden;background:white;margin-bottom:20px}.team-photo img{height:100%;width:100%;object-fit:cover;object-position:center 24%;transition:transform .6s}.team-card:hover img{transform:scale(1.03)}.team-card h3{font-size:1.25rem;letter-spacing:-.03em}.team-card .role{color:var(--red);font-size:.76rem;font-weight:500;margin-top:6px;margin-bottom:10px}.team-card>p{color:var(--muted);font-size:.9rem;line-height:1.7}.contact{padding:92px 0;background:var(--navy);color:white}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.contact .eyebrow{color:var(--red)}.contact h2{font-size:clamp(3.3rem,5.6vw,5.4rem);line-height:1.02}.contact p:not(.eyebrow){color:#c9cde1;margin-top:26px}.contact-right{border-left:1px solid #ffffff25;padding-left:70px}.contact-right>p{font-size:.9rem;margin:0!important}.phone{display:block;font-size:clamp(1.8rem,3.1vw,3rem);line-height:1.4;font-weight:600;letter-spacing:-.035em;margin-top:7px}.email{display:inline-flex;align-items:center;gap:50px;font-size:1.1rem;margin-top:8px;border-bottom:1px solid #ffffff45;padding-bottom:8px}.contact-person{display:flex;gap:14px;align-items:center;margin-top:32px}.contact-person img{width:50px;height:50px;border-radius:50%;object-fit:cover}.contact-person strong{font-size:.8rem;display:block;font-weight:500}.contact-person small{display:block;font-size:.75rem;color:#b1b9d7}footer{background:#171c3d;color:white;padding:44px 0 22px}.footer-top{display:grid;grid-template-columns:160px 1fr 1fr;gap:38px;align-items:center}.footer-top img{width:115px;height:auto}.footer-top p{font-size:.85rem;color:#bfc3d7;line-height:1.6}.footer-top>div{display:flex;flex-direction:column;align-items:flex-end;gap:10px;font-size:.8rem;color:#d6daec}.footer-top a:hover{color:var(--red)}.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid #ffffff14;display:flex;justify-content:space-between;font-size:.7rem;color:#9ba2c0}.detail-hero{background:linear-gradient(110deg,#272f67,#151a38);color:white;padding:27px 0 64px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;font-size:.76rem;color:#bdc3df;line-height:1.4;margin-bottom:46px}.breadcrumbs a:hover{color:white}.breadcrumbs span[aria-current]{color:white}.detail-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:95px;align-items:center}.detail-grid h1{font-size:clamp(2.7rem,4.5vw,4.2rem)}.detail-grid .eyebrow{color:var(--red)}.detail-grid .lead{max-width:600px}.detail-tag{color:#bac1db;font-size:.81rem;margin-top:28px}.detail-photo{height:385px;position:relative}.detail-photo>img{height:100%;width:100%;object-fit:cover;object-position:center 23%;border-radius:130px 130px 12px 12px}.detail-photo>span{position:absolute;bottom:15px;left:15px;right:15px;background:white;color:var(--navy);padding:10px 12px;border-radius:7px;font-size:.76rem;text-align:center;box-shadow:0 4px 20px #171b3222}.detail-intro{display:grid;grid-template-columns:1fr 1fr;gap:0 85px;margin-bottom:58px}.detail-intro .eyebrow{grid-column:1 / -1}.detail-intro>p:last-child{color:var(--muted);font-size:1.05rem;line-height:1.8}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.feature{border-top:1px solid var(--line);padding-top:28px}.feature-no{display:block;color:var(--red);font-size:.82rem;font-weight:600;margin-bottom:22px}.feature h3{font-size:1.3rem;margin-bottom:14px}.feature p{color:var(--muted);font-size:.95rem}.children-types{background:var(--pale)}.two{grid-template-columns:1fr 1fr;margin-top:35px}.two .service-card{background:white;min-height:270px}.two .service-card h3{max-width:none}.next-step{padding:65px 0;background:var(--pale)}.next-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.next-grid p:not(.eyebrow){color:var(--muted);margin-bottom:25px}.related{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;margin-top:32px}.related>a{padding:23px 0;border-bottom:1px solid var(--line);font-size:1.1rem;display:flex;justify-content:space-between;gap:20px}.related>a:hover{color:var(--red)}.not-found{min-height:60vh}.not-found p{margin-block:20px}.reveal{opacity:1;transform:none}.motion .reveal.waiting{opacity:0;transform:translateY(20px)}.motion .reveal{transition:opacity .7s ease,transform .7s ease}
@media(min-width:1100px){.service-card:nth-child(2){transition-delay:40ms}.service-card:nth-child(3){transition-delay:80ms}.service-card:nth-child(4){transition-delay:120ms}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.desktop{gap:20px;margin-right:0}.nav{gap:20px}.hero-grid{gap:40px}.hero-visual{padding-left:0}.photo-note{left:-15px;padding:18px 20px}.portrait-frame{height:450px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:285px}.service-card h3{max-width:none}.about-grid,.contact-grid{gap:55px}.team-photo{height:300px}.contact-right{padding-left:40px}.detail-grid{gap:50px}}
@media(max-width:800px){.header{height:82px}.brand img{width:110px;height:52px}.desktop{display:none}.nav-contact{margin-left:auto}.menu-toggle{display:flex;width:40px;height:40px;align-items:center;justify-content:center;flex-direction:column;gap:6px;background:none;border:0;padding:8px;cursor:pointer}.menu-toggle span{width:24px;height:2px;background:var(--navy);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:absolute;top:82px;left:0;right:0;background:white;box-shadow:0 14px 20px #171b3215;padding:14px 32px 25px;display:flex;flex-direction:column}.mobile-nav a{padding:10px 0;font-size:1rem;font-weight:600}.hero-grid{grid-template-columns:1.1fr .9fr;min-height:580px;gap:25px;padding-block:45px}.hero h1{font-size:2.85rem}.lead{font-size:1rem}.portrait-frame{height:370px;border-radius:130px 130px 12px 12px}.photo-note{left:-22px;right:-5px;padding:15px}.photo-note p{font-size:.81rem}.photo-note small{font-size:.68rem}.photo-caption{right:-20px;font-size:.55rem}.hero-note{gap:15px;font-size:.72rem}.hero-note span+span{padding-left:15px}.hero .actions{gap:16px}.section{padding-block:75px}.section-head{gap:25px}.section-head>p{font-size:.9rem}.about-grid{gap:35px}.reviews{gap:25px}.review blockquote{font-size:.96rem}.team-grid{grid-template-columns:repeat(2,1fr)}.team-photo{height:345px}.contact-grid{gap:35px}.contact-right{padding-left:30px}.email{font-size:.95rem;gap:15px}.footer-top{grid-template-columns:130px 1fr}.footer-top>div{grid-column:1/-1;align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:25px}.detail-grid{gap:30px;grid-template-columns:1.2fr .8fr}.detail-photo{height:335px}.detail-grid h1{font-size:2.8rem}.detail-intro{gap:0 40px}.features{gap:25px}.format-links a{gap:25px;padding:15px 18px}.next-grid{gap:40px}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.header{height:76px}.nav{gap:12px}.brand img{width:100px;height:47px}.nav-contact{padding:9px 12px;font-size:.75rem;gap:10px}.nav-contact>span{display:none}.menu-toggle{width:34px;padding:5px}.mobile-nav{top:76px;padding-inline:20px}.hero-grid{display:flex;flex-direction:column;align-items:stretch;gap:42px;padding-top:44px;padding-bottom:45px}.hero h1{font-size:clamp(2.5rem,9.5vw,3.5rem);line-height:1.1}.eyebrow{font-size:.68rem;margin-bottom:19px}.hero .lead{margin-top:26px}.actions{gap:20px;margin-top:27px}.hero-note{margin-top:27px;font-size:.75rem}.hero-visual{width:83%;max-width:320px;align-self:center;padding-bottom:24px;margin-top:0}.portrait-frame{height:350px;border-radius:135px 135px 12px 12px}.photo-note{left:-21px;right:-18px;padding:18px 20px}.photo-note p{font-size:.95rem}.photo-note small{font-size:.72rem}.photo-caption{right:-23px}.section{padding-block:62px}.section-head{display:block;margin-bottom:30px}.section-head>p{margin-top:20px}.service-grid{gap:12px}.service-card{padding:19px 16px;min-height:310px;border-radius:10px}.card-top{margin-bottom:26px}.service-card h3{font-size:1.3rem;hyphens:auto}.service-card p{font-size:.85rem;line-height:1.55}.card-link{font-size:.74rem;gap:7px}.card-arrow{width:29px;height:29px;font-size:1.1rem}.format-row{display:block;margin-top:28px;padding-top:27px}.format-links{margin-top:24px;gap:12px}.format-links a{flex:1;justify-content:space-between;gap:15px;padding:13px 15px;font-size:.85rem}.about-grid{grid-template-columns:1fr;gap:30px}.about-text .large{font-size:1.22rem;margin-bottom:16px}.about-text p{font-size:.95rem}.reviews{grid-template-columns:1fr;gap:34px}.review blockquote{margin-top:5px;margin-bottom:20px;font-size:1.08rem}.review .quote-mark{font-size:48px}.review figcaption{padding-top:15px}.team-grid{gap:32px 16px}.team-photo{height:240px;margin-bottom:16px;border-radius:9px}.team-card h3{font-size:1.1rem}.team-card .role{font-size:.7rem;line-height:1.4}.team-card>p{font-size:.83rem;line-height:1.6}.contact{padding-block:61px}.contact-grid{grid-template-columns:1fr;gap:38px}.contact h2{font-size:3.65rem}.contact p:not(.eyebrow){font-size:.95rem}.contact-right{border-left:0;border-top:1px solid #ffffff25;padding:28px 0 0}.phone{font-size:2.4rem}.email{font-size:1.1rem;gap:40px}.contact-person{margin-top:24px}.footer-top{grid-template-columns:100px 1fr;gap:22px}.footer-top p{font-size:.76rem}.footer-top>div{display:flex;flex-direction:column;gap:12px;font-size:.76rem}.footer-bottom{font-size:.67rem;gap:15px;flex-wrap:wrap}.detail-hero{padding:22px 0 42px}.breadcrumbs{font-size:.7rem;gap:9px;margin-bottom:34px}.detail-grid{grid-template-columns:1fr;gap:38px}.detail-grid h1{font-size:2.9rem}.detail-grid .lead{font-size:1.05rem}.detail-photo{width:78%;max-width:310px;height:320px;justify-self:center}.detail-intro{grid-template-columns:1fr;gap:0}.detail-intro>p:last-child{margin-top:25px;font-size:1rem}.detail-intro{margin-bottom:30px}.features{grid-template-columns:1fr;gap:27px}.feature{padding-top:23px}.feature-no{margin-bottom:12px}.feature h3{font-size:1.3rem}.two{grid-template-columns:1fr}.two .service-card{min-height:250px;padding:25px}.next-step{padding-block:55px}.next-grid{grid-template-columns:1fr;gap:26px}.related{grid-template-columns:1fr}.related>a{font-size:1rem;padding:19px 0}.wide-only{display:none}}
@media(max-width:360px){.nav-contact{font-size:.68rem;padding:9px}.service-grid:not(.two){grid-template-columns:1fr}.service-card{min-height:250px}.team-photo{height:200px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.motion .reveal.waiting{opacity:1;transform:none}}
/* Keep links and supporting reading text comfortable at all screen sizes. */
.card-link,.team-card>p,.service-card p,.feature p,.team-card .role,.footer-top>div,.nav-contact,.text-link{font-size:max(.875rem,1em)}
.card-link{font-size:.875rem}.team-card .role{font-size:.875rem}.footer-top>div{font-size:.875rem}.nav-contact{font-size:.875rem}.text-link{font-size:.9rem}.service-card p,.team-card>p{font-size:1rem}.service-card{min-height:360px}
@media(max-width:600px){.service-grid{grid-template-columns:1fr}.service-card{min-height:270px;padding:24px}.service-card h3{font-size:1.6rem}.card-top{margin-bottom:22px}.team-grid{grid-template-columns:1fr 1fr}.team-card>p{font-size:.94rem}.team-card .role{font-size:.875rem}.nav-contact{font-size:.78rem}.footer-top>div{font-size:.875rem}}
/* Original media and additional pages */
.hero .eyebrow,.detail-grid .eyebrow,.contact .eyebrow,.application-hero .eyebrow,.adventure-hero .eyebrow{display:table;background:#fff;color:var(--red);padding:6px 10px;border-radius:4px}
.photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.photo-gallery.pair{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-gallery img{height:300px;width:100%;object-fit:cover;border-radius:12px}.photo-section{padding-top:65px}.photo-section .section-head{margin-bottom:30px}.video-section{background:var(--pale)}.video-player{position:relative;aspect-ratio:16/9;background:var(--navy);border-radius:16px;overflow:hidden}.video-player>img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.play-video{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:none;color:white;border:0;cursor:pointer;font-size:1rem}.play-video>span{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:var(--red);font-size:24px;padding-left:4px;box-shadow:0 0 0 12px #ffffff25;transition:transform .2s}.play-video:hover>span{transform:scale(1.08)}.play-video strong{font-size:1.05rem}.video-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-caption{display:flex;justify-content:space-between;gap:20px;margin-top:15px;font-size:.875rem;color:var(--muted)}.video-caption a{color:var(--navy);text-decoration:underline;text-underline-offset:4px}.adventure-teaser{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding-block:85px}.adventure-teaser img{width:100%;height:375px;object-fit:cover;border-radius:14px}.adventure-teaser p:not(.eyebrow){color:var(--muted);margin:25px 0}.application-link{display:inline-flex;gap:15px;margin-top:25px;border-bottom:1px solid #ffffff55;font-size:.9rem;padding-bottom:4px}.application-hero,.adventure-hero{background:linear-gradient(110deg,#272f67,#151a38);color:white;padding:28px 0 65px}.application-hero .lead{margin-top:25px}.application-hero .lead a{text-decoration:underline;text-underline-offset:4px}.application-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:65px;align-items:start}.application-form{min-width:0}.application-form h2{font-size:2.2rem;margin-bottom:35px}.application-form [data-SimpleShopForm]{min-height:400px}.application-form iframe{max-width:100%;width:100%}.form-help{margin-top:28px;padding:18px 22px;background:var(--pale);font-size:.9rem;border-radius:8px}.form-help a{color:var(--navy);text-decoration:underline}.application-aside{padding-bottom:25px;border-bottom:1px solid var(--line)}.application-aside>img{width:100%;height:240px;object-fit:cover;border-radius:12px;margin-bottom:24px}.application-aside h3{font-size:1.3rem}.application-aside p{color:var(--muted);margin:15px 0 20px}.application-aside>strong,.application-aside>a{display:block;font-size:.95rem}.application-aside>a{color:var(--navy);margin-top:9px}.adventure-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}.adventure-grid h1{font-size:clamp(2.5rem,4vw,4rem)}.adventure-grid .button{margin-top:30px}.adventure-hero-photo img{height:430px;width:100%;object-fit:cover;border-radius:14px}.date-notice{margin-top:55px;padding:30px;border-left:4px solid var(--red);background:var(--pale);border-radius:0 10px 10px 0}.date-notice p{color:var(--muted);margin-top:10px}.date-notice strong{font-size:1.1rem}.archive-links{padding-bottom:70px}.archive-links details{border-block:1px solid var(--line);padding:22px 0}.archive-links summary{cursor:pointer;font-size:1rem;font-weight:600}.archive-links p{margin-block:15px;color:var(--muted)}.archive-links a{text-decoration:underline;color:var(--navy)}
@media(max-width:1100px){.desktop{gap:18px}.desktop a{font-size:.875rem}.nav-contact{gap:12px}.adventure-grid{gap:35px}}
@media(max-width:800px){.photo-gallery img{height:240px}.adventure-teaser{gap:30px}.application-layout{grid-template-columns:minmax(0,1fr) 220px;gap:30px}.adventure-grid{grid-template-columns:1fr}.adventure-hero-photo img{height:380px}}
@media(max-width:600px){.photo-gallery,.photo-gallery.pair{grid-template-columns:1fr;gap:16px}.photo-gallery img{height:270px}.photo-section{padding-top:45px}.video-player{aspect-ratio:4/3;border-radius:10px}.video-caption{display:block;line-height:1.8}.video-caption a{display:block}.adventure-teaser{grid-template-columns:1fr;gap:30px;padding-block:55px}.adventure-teaser img{height:280px}.application-layout{grid-template-columns:1fr;gap:40px}.application-form h2{font-size:1.9rem}.application-aside>img{height:280px}.application-hero,.adventure-hero{padding-bottom:45px}.adventure-hero-photo img{height:300px}.date-notice{padding:22px;margin-top:35px}.archive-links{padding-bottom:50px}.play-video>span{width:60px;height:60px;font-size:20px}}
.detail-photo.service-scene>img{border-radius:14px;object-position:center}
@media(max-width:600px){.detail-photo.service-scene{width:100%;max-width:none;height:290px}}
