:root{--ink:#183b40;--muted:#52666a;--blue:#087d88;--copper:#a65a38;--line:#d9e3e2;--shadow:0 18px 55px #234c4912}
[hidden]{display:none!important}
#request-status{padding:14px;border-left:3px solid var(--blue);background:#edf6f5;font-size:14px;margin:0}
.submit:disabled{opacity:.6;cursor:wait}
*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 "Segoe UI",Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin:0 0 20px}h1,h2,h3{line-height:1.12;font-weight:600}h1{font-size:76px}h2{font-size:44px}h3{font-size:24px}button,input,select,textarea{font:inherit}button,a,input,select,summary{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a,button{transition:background .2s,color .2s,transform .2s}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #087d88;outline-offset:4px}
.site-header{position:sticky;top:0;z-index:20;height:94px;background:#ffffffed;backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 5%;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px}.brand img{width:70px;height:70px;object-fit:cover;border-radius:50%}.brand strong{display:block;font-size:25px;font-weight:650}.brand small{display:block;color:var(--muted);font-size:12px}.site-header nav{display:flex;gap:28px;font-size:14px}.header-phone{font-weight:650;white-space:nowrap}.site-header a:hover{color:var(--copper)}
.hero{position:relative;min-height:570px;height:calc(88svh - 94px);max-height:800px;overflow:hidden;background:#d5efeb;display:flex;align-items:center;padding:55px 7% 95px}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:scenery 18s ease-out both}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#eff9f4ed 0%,#eff9f4b8 36%,#eff9f400 72%)}.hero-copy{position:relative;z-index:1;max-width:630px;animation:arrive .9s both}.eyebrow{display:block;color:var(--copper);font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:18px}.hero-copy p{max-width:470px;font-size:19px;color:#284b50;margin-bottom:28px}.hero-bottom{position:absolute;z-index:1;bottom:25px;left:7%;right:7%;display:flex;justify-content:space-between;font-size:13px;color:#183b40}.hero-bottom a{background:#ffffffdc;padding:4px 12px}.button,button.primary{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:14px 24px;border:0;border-radius:4px;font-weight:600}.primary{background:var(--blue);color:#fff}.primary:hover{background:#09616b;transform:translateY(-2px)}.assurance{display:flex;justify-content:space-around;gap:20px;padding:24px 5%;font-size:14px;border-bottom:1px solid var(--line)}.assurance span:before{content:"";display:inline-block;width:6px;height:6px;background:var(--copper);border-radius:50%;margin-right:12px}
.section{padding:80px 7%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-heading h2{margin:0}.text-link{color:var(--blue);font-size:14px;font-weight:650}.text-link:hover{color:var(--copper)}.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.offer-card{border:1px solid var(--line);border-radius:6px;overflow:hidden;background:white;transition:box-shadow .3s,transform .3s}.offer-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.offer-image{position:relative;aspect-ratio:1.35;overflow:hidden;background:#d9ecea}.offer-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.offer-card:hover img{transform:scale(1.045)}.badge{position:absolute;top:16px;left:16px;padding:5px 10px;background:#fffef8;color:#75432e;font-size:12px;border-radius:3px}.offer-body{padding:24px}.offer-body .eyebrow:empty{display:none}.offer-body h3{font-size:25px}.offer-body p{font-size:15px;color:var(--muted)}.offer-footer{display:grid;gap:14px}.offer-footer strong{font-size:14px;font-weight:500}
.request-section{background:#edf6f5;padding:76px 7%;display:grid;grid-template-columns: .85fr 1.4fr;gap:70px;scroll-margin-top:20px;border-block:1px solid #d6e8e4}.request-intro{padding-top:20px}.request-intro h2{font-size:48px}.request-intro p{color:var(--muted);font-size:18px}.request-intro img{width:230px;height:230px;object-fit:cover;border-radius:50%;margin:35px 0;box-shadow:0 14px 32px #79452622}.request-intro .support-note{max-width:330px;font-size:15px;border-left:2px solid var(--copper);padding-left:18px}
#trip-form{min-width:0;background:white;padding:32px;border:1px solid #cbdedc;border-top:3px solid var(--copper);border-radius:6px;box-shadow:var(--shadow);display:grid;gap:22px}.form-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.form-heading h3{font-size:25px;margin:0}.form-heading span{font-size:12px;color:var(--muted);white-space:nowrap}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{font-size:13px;font-weight:600;display:grid;gap:7px}input,select,textarea{width:100%;min-width:0;max-width:100%;border:1px solid #cbd8d8;border-radius:4px;padding:11px 12px;background:white;color:var(--ink);font-size:15px;min-height:46px}.source-label input{background:#f5f8f7;font-size:14px;color:#486260}.source-label{color:var(--muted)}fieldset{min-width:0;padding:0;margin:0;border:0}legend{font-size:14px;font-weight:650;margin-bottom:12px}.travelers{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.traveler>span{font-size:14px;font-weight:600}.traveler small{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-bottom:9px}.stepper{display:flex;align-items:center;border:1px solid #cbd8d8;border-radius:4px;overflow:hidden}.stepper button{border:0;background:#f2f7f6;color:var(--ink);width:34px;height:40px;flex-shrink:0;font-size:22px}.stepper button:disabled{opacity:.35;cursor:default}.stepper input{border:0;text-align:center;padding:0;min-height:40px;appearance:textfield;-moz-appearance:textfield}.stepper input::-webkit-inner-spin-button{appearance:none}.preferences{display:flex;flex-wrap:wrap;gap:9px}.preferences label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:400;padding:8px 10px;border:1px solid var(--line);border-radius:4px;cursor:pointer}.preferences label:has(:checked){background:#e6f4f1;border-color:var(--blue);color:#09616b}.preferences input{width:15px;height:15px;min-height:0;margin:0;accent-color:var(--blue)}#child-ages:not(:empty){margin-top:18px}summary{font-size:14px;cursor:pointer;color:var(--muted)}details textarea{margin-top:10px}.submit{width:100%;font-size:15px}.form-note{margin:-12px 0 0;font-size:12px;color:var(--muted);text-align:center}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.service-grid article{border-top:1px solid var(--line);padding-top:24px}.service-number{display:block;color:var(--copper);font-size:15px;margin-bottom:30px}.service-grid p{font-size:16px;color:var(--muted)}.contacts{background:#f2f7f6;display:grid;grid-template-columns:1.2fr 1fr;gap:70px}address{font-style:normal;display:grid;gap:12px}address p{margin:0}.contact-phone{font-size:28px;font-weight:600}footer{display:flex;justify-content:space-between;gap:18px;padding:25px 7%;font-size:12px;color:var(--muted)}
.reveal{transition:opacity .7s,transform .7s}.reveal.pending{opacity:0;transform:translateY(22px)}@keyframes arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes scenery{from{transform:scale(1.06)}to{transform:scale(1)}}
@media(min-width:1700px){.section,.request-section{padding-inline:max(7%,calc((100% - 1440px)/2))}}
@media(max-width:1050px){.site-header nav{gap:15px}.request-section{gap:30px;grid-template-columns:.7fr 1.3fr}.request-intro h2{font-size:38px}.offer-grid{gap:16px}.offer-body{padding:18px}.travelers{gap:8px}.form-heading{align-items:start;flex-direction:column;gap:5px}}
@media(max-width:780px){.site-header{height:auto;min-height:82px;padding:8px 5%;flex-wrap:wrap;gap:8px}.brand img{width:52px;height:52px}.brand strong{font-size:21px}.brand small{font-size:10px}.header-phone{font-size:12px}.site-header nav{display:none}.hero{min-height:530px;height:72svh;padding:40px 6% 80px}.hero:after{background:linear-gradient(90deg,#eff9f4ed,#eff9f47a)}h1{font-size:48px}h2{font-size:34px}.hero-copy p{font-size:17px;max-width:340px}.hero-bottom span{display:none}.assurance{flex-wrap:wrap;justify-content:flex-start;font-size:12px;gap:12px}.section{padding:50px 6%}.section-heading{align-items:start;flex-direction:column}.offer-grid,.service-grid{grid-template-columns:1fr}.offer-image{aspect-ratio:1.5}.request-section{padding:45px 6%;grid-template-columns:1fr;gap:24px}.request-intro{position:relative;padding-right:100px}.request-intro h2{font-size:34px}.request-intro img{position:absolute;width:85px;height:85px;right:0;top:15px;margin:0}.request-intro p{font-size:15px}.request-intro .support-note{display:none}#trip-form{padding:22px 18px;gap:20px}.contacts{grid-template-columns:1fr;gap:32px}.contact-phone{font-size:25px}footer{flex-wrap:wrap}.hero-copy .eyebrow{font-size:10px}}
@media(max-width:780px){.form-grid{grid-template-columns:1fr}}
@media(max-width:380px){h1{font-size:42px}.travelers{grid-template-columns:1fr}.traveler{display:flex;justify-content:space-between;align-items:center}.stepper{width:118px}.traveler small{margin:0}.brand strong{font-size:18px}.header-phone{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal.pending{opacity:1;transform:none}}
