:root{--teal: #0091b4;--teal-hover: #1ea5c8;--green: #2eb673;--green-hover: #27a366;--ink: #121212;--ink-soft: #191919;--heading: #1c1c1c;--muted: #6b6b6b;--line: #e4e4e4;--paper: #f6f3ee;--white: #ffffff;--shadow: 0 16px 40px rgba(18, 18, 18, .12);--radius: 16px;--header: 80px;--hello: 44px;--max: 1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Montserrat,Segoe UI,sans-serif;color:var(--heading);background:var(--paper);line-height:1.7;min-height:100vh}img{max-width:100%;display:block}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-hover)}h1,h2,h3,h4{font-family:Oswald,Impact,sans-serif;font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--heading)}.wrap{width:min(var(--max),calc(100% - 2rem));margin-inline:auto}.site-chrome{position:sticky;top:0;z-index:50}.hello-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem .85rem;min-height:var(--hello);padding:.55rem 1rem;background:var(--green);color:#fff!important;text-align:center;font-size:.86rem;font-weight:600;letter-spacing:.02em;line-height:1.35}.hello-bar:hover{background:var(--green-hover);color:#fff!important}.hello-bar-cta{font-weight:700;text-decoration:underline;text-underline-offset:.18em}.site-header{position:relative;height:var(--header);background:var(--ink);box-shadow:0 0 1em #00000040}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo{display:flex;align-items:center;flex-shrink:0}.logo img{height:42px;width:auto}.nav{display:flex;align-items:center;gap:.15rem}.nav a,.nav-toggle{color:#ffffff8c;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:500;padding:.65rem .75rem;background:none;border:0;cursor:pointer}.nav a:hover,.nav a[aria-current=page],.nav-item:hover>a{color:#fff}.nav-item{position:relative}.nav-item .submenu{display:none;position:absolute;top:100%;left:0;min-width:14rem;background:#fff;box-shadow:0 .15em 2em #00000026;padding:.4rem 0}.nav-item:hover .submenu,.nav-item:focus-within .submenu{display:block}.submenu a{display:block;color:#0000008c;letter-spacing:.02em;text-transform:none;font-size:.9rem;padding:.7rem 1rem}.submenu a:hover{color:var(--ink)}.menu-btn{display:none;width:44px;height:44px;border:0;background:transparent;color:#fff;font-size:1.4rem;cursor:pointer}.cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:var(--green);color:#fff!important;border-radius:100em;padding:.85rem 1.5rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;box-shadow:0 .25em 1em #0003;border:2px solid transparent;transition:transform .2s ease,background .2s ease}.cta:hover{background:var(--green-hover);transform:translateY(-1px)}.cta-teal{background:var(--teal)}.cta-teal:hover{background:var(--teal-hover)}.cta-outline{background:transparent;border-color:#fff}.hero{position:relative;min-height:calc(100vh - var(--header) - var(--hello));display:grid;place-items:center;color:#fff;text-align:center;overflow:hidden}.hero-media,.page-hero-media{position:absolute;inset:0;background-size:cover;background-position:center}.hero-media:after,.page-hero-media:after{content:"";position:absolute;inset:0;background:#1a1a1ab3}.hero-copy,.page-hero-copy{position:relative;z-index:1;padding:4rem 1rem}.hero h1{color:#fff;font-size:clamp(3.2rem,10vw,7.5rem);letter-spacing:-.08em;text-shadow:0 0 .65em #000;margin-bottom:1rem}.hero p{color:#fff;font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(1.3rem,3vw,2.1rem);max-width:18em;margin:0 auto 2rem;text-shadow:0 0 .65em #000}.page-hero{position:relative;min-height:280px;display:grid;place-items:center;text-align:center;overflow:hidden}.page-hero h1{color:#fff;font-size:clamp(2.2rem,6vw,4rem);text-shadow:0 0 .5em #000}.section{padding:5rem 0}.section-tight{padding:3.5rem 0}.bg-white{background:var(--white)}.bg-dark{position:relative;overflow:hidden;color:#fff}.bg-dark .section-copy{position:relative;z-index:1}.pillars{display:grid;gap:2.5rem}@media(min-width:768px){.pillars{grid-template-columns:repeat(3,1fr)}}.pillar{text-align:center}.pillar-icon{width:3.5rem;height:3.5rem;margin:0 auto 1rem;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:1.4rem}.pillar h2{font-size:1.35rem;margin-bottom:.75rem}.pillar p{color:var(--muted)}.jobs-banner{min-height:360px;display:grid;place-items:center;text-align:center}.jobs-banner h2{color:#fff;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.06em;margin-bottom:1.5rem}.tour-grid{display:grid;gap:1.25rem}@media(min-width:700px){.tour-grid{grid-template-columns:repeat(2,1fr)}}.tour-card{position:relative;min-height:360px;border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:1.75rem;color:#fff;isolation:isolate}.tour-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#060c2126,#060c21b8),var(--card-image) center / cover no-repeat;z-index:-1;transition:transform .5s ease}.tour-card:hover:before{transform:scale(1.08)}.tour-card h2,.tour-card h3{color:#fff;font-size:1.7rem;text-transform:uppercase;max-width:16ch}.tour-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem;color:#ffffffd9;margin:.75rem 0 1.25rem}.tour-card .cta{align-self:flex-start}.catalog-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 24px #1212120f;display:flex;flex-direction:column}.catalog-card img{width:100%;height:200px;object-fit:cover}.catalog-card .body{padding:1.25rem 1.35rem 1.5rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.catalog-card h2{font-size:1.25rem;margin:.2rem 0 .4rem}.eyebrow{color:var(--teal);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.price{font-weight:700;color:var(--heading)}.muted{color:var(--muted)}.catalog-card .cta{margin-top:auto;align-self:flex-start}.prose{max-width:760px;margin-inline:auto}.prose h1{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:1rem}.prose h2{font-size:1.6rem;margin:2rem 0 .8rem}.prose h3{font-size:1.25rem;margin:1.5rem 0 .6rem}.prose p,.prose li{color:#444;margin-bottom:.9rem}.prose ul,.prose ol{padding-left:1.2rem;margin-bottom:1rem}.meta-table,.form{width:100%;background:#fff;border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 24px #1212120f}.meta-table dl{display:grid;grid-template-columns:10rem 1fr;gap:.7rem 1rem}.meta-table dt{font-weight:700;color:var(--muted)}.meta-table dd{margin:0}.form-grid{display:grid;gap:1rem}@media(min-width:700px){.form-grid.two{grid-template-columns:1fr 1fr}}label{display:grid;gap:.35rem;font-size:.85rem;font-weight:600}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;border:1px solid #d8d8d8;border-radius:10px;padding:.75rem .85rem;background:#fff}textarea{min-height:140px;resize:vertical}.choices{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.choices label{display:flex;align-items:center;gap:.4rem;font-weight:500}.choices input{width:auto}.hidden{display:none!important}.site-footer{background:var(--ink-soft);color:#cfcfcf;padding:4rem 0 0}.site-footer h2{color:#fff;font-size:1.1rem;letter-spacing:.08em;margin-bottom:1rem}.footer-grid{display:grid;gap:2.5rem}@media(min-width:800px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}.site-footer p{font-size:.92rem}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.45rem}.site-footer a{color:#cfcfcf}.site-footer a:hover{color:#fff}.legal{margin-top:3rem;border-top:1px solid #2a2a2a;padding:1.25rem 0;text-align:center;color:#888;font-size:.85rem}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:600px){.team-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1000px){.team-grid{grid-template-columns:repeat(6,1fr)}}.person{text-align:center}.person img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;margin-bottom:.5rem}.steps{display:grid;gap:1rem}.step{background:#fff;border-radius:var(--radius);padding:1.25rem 1.4rem;box-shadow:0 8px 24px #1212120d}.step h3{color:var(--teal);margin-bottom:.35rem}.split{display:grid;gap:1.25rem}@media(min-width:800px){.split{grid-template-columns:1fr 1fr}}.notice{background:#fff;border-radius:var(--radius);padding:2.5rem;text-align:center;box-shadow:var(--shadow)}@media(max-width:980px){.menu-btn{display:grid;place-items:center}.nav{display:none;position:absolute;top:var(--header);left:0;right:0;background:#161616;flex-direction:column;align-items:stretch;padding:.75rem 0 1rem}.site-header.open .nav{display:flex}.nav-item .submenu{position:static;display:block;background:transparent;box-shadow:none;padding:0 0 0 .75rem}.nav a,.submenu a{color:#ffffffb3}.submenu a{font-size:.85rem}}
