:root{--navy:#092b46;--teal:#007e86;--yellow:#ffd15b;--paper:#f5f8fa;--muted:#536575}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--navy);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit}a:focus-visible,summary:focus-visible{outline:3px solid #d28b00;outline-offset:5px}header{max-width:1440px;margin:auto;padding:22px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff}.brand{text-decoration:none;line-height:1.1}.brand span{display:block;font-size:12px;letter-spacing:3px}.brand strong{font-size:29px;letter-spacing:2px}nav{display:flex;gap:35px;align-items:center}nav a{text-decoration:none;font-size:14px;font-weight:700}.contact{border:1px solid #b8cbd4;border-radius:50px;padding:11px 20px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:500px;background:var(--navy);color:white}.hero-copy{padding:58px 9% 28px 10%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 16px}.hero .eyebrow{color:var(--yellow)}h1{font-size:clamp(36px,4.1vw,64px);line-height:1.1;letter-spacing:-2px;margin:0;max-width:620px}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--yellow)}.hero-copy>p:not(.eyebrow){color:#c7dbe5;max-width:360px;margin:25px 0}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;padding:15px 22px;border-radius:7px;text-decoration:none;font-weight:700;font-size:15px}.yellow{background:var(--yellow);color:var(--navy)}.button:hover{filter:brightness(.95)}.hero-bottom{border-top:1px solid #426077;width:100%;display:flex;justify-content:space-between;gap:15px;font-size:11px;letter-spacing:1px;padding-top:20px;margin-top:48px}.hero-photo{position:relative;min-height:430px;overflow:hidden}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,25,40,.85),transparent 65%)}.photo-caption{position:absolute;z-index:1;bottom:34px;left:36px;right:25px}.photo-caption span{font-size:11px;letter-spacing:1.5px}.photo-caption strong{display:block;font-family:Georgia,serif;font-size:32px;font-weight:400;margin:6px 0}.photo-caption a{font-size:14px;text-underline-offset:5px}.catalog{max-width:1340px;padding:65px 5%;margin:auto}.section-title{display:flex;justify-content:space-between;align-items:end;gap:24px}.section-title .eyebrow{color:var(--teal)}h2{font-size:clamp(30px,3vw,42px);line-height:1.15;letter-spacing:-1px;margin:0}.section-title>p{color:var(--muted);margin:0;font-size:15px}.catalog-note{color:var(--muted);font-size:14px;margin:22px 0 32px;max-width:840px}.month{display:grid;grid-template-columns:150px 1fr;gap:28px;margin-top:32px}.month-label{padding-top:20px;border-top:2px solid var(--navy)}.month-label h3{font-size:21px;margin:0;text-transform:capitalize}.month-label span{font-size:14px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tour{background:white;border:1px solid #dce5ea;border-radius:12px;padding:25px;display:flex;flex-direction:column;position:relative;scroll-margin-top:24px}.tour-top{display:flex;justify-content:space-between;gap:15px;align-items:start}.date{font-size:14px;color:var(--teal);font-weight:700}.duration{font-size:12px;white-space:nowrap;color:var(--muted)}.tour h4{font-size:23px;line-height:1.25;margin:16px 0 20px;letter-spacing:-.5px}.prices{display:flex;gap:30px;margin-top:auto}.price-label{font-size:12px;color:var(--muted);display:block}.price{font-size:27px;font-weight:700;letter-spacing:-1px}.child-price{font-size:20px;font-weight:700;padding-top:6px}.deposit{font-size:13px;color:var(--muted);margin:12px 0 20px}.tour-link{display:flex;justify-content:space-between;text-decoration:none;border-top:1px solid #e1e8ec;padding-top:15px;font-size:14px;font-weight:700;color:var(--teal)}.full{display:inline-block;color:#655c54;background:#f1eeeb;padding:4px 10px;font-size:12px;border-radius:4px;margin:0 0 16px;align-self:start}.warning{font-size:14px;color:#865500;margin:0 0 15px}.tour details{margin:0 0 20px;font-size:14px}.tour summary{cursor:pointer;font-weight:700;color:var(--teal)}.detail-text{white-space:pre-line;line-height:1.7;color:var(--muted)}.closing{background:var(--navy);color:white;display:flex;justify-content:space-between;align-items:center;gap:32px;padding:55px max(5%,calc((100vw - 1206px)/2))}.closing .eyebrow{color:var(--yellow)}.closing h2{font-family:Georgia,serif;font-weight:400;font-size:40px;letter-spacing:-.5px}.phone{font-size:14px;color:#c7dbe5}footer{padding:25px 5%;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;background:white;font-size:12px;color:var(--muted)}@media(min-width:1600px){.hero-copy{padding-left:max(10%,calc((100vw - 1206px)/2))}}@media(max-width:900px){.hero{grid-template-columns:1fr 1fr}h1{font-size:40px}.hero-copy{padding:40px 8%}.hero-bottom{font-size:10px}.month{grid-template-columns:1fr;gap:15px}.month-label{display:flex;align-items:center;gap:12px;padding-top:15px}.closing{padding:40px 5%}}@media(max-width:600px){header{padding:17px 5%}.brand strong{font-size:25px}nav{gap:15px}nav>a:first-child{display:none}.contact{font-size:13px;padding:9px 13px}.hero{grid-template-columns:1fr}.hero-copy{padding:35px 6% 25px}h1{font-size:43px;letter-spacing:-1.5px}.hero-copy>p:not(.eyebrow){margin:20px 0}.hero-bottom{margin-top:26px}.hero-photo{min-height:280px}.photo-caption{left:6%;bottom:24px}.photo-caption strong{font-size:28px}.catalog{padding:40px 5%}.section-title{display:block}.section-title>p{margin-top:14px}.section-title>p br{display:none}.cards{grid-template-columns:1fr}.tour{padding:22px}.month{margin-top:24px}.closing{display:block}.closing>div+div{margin-top:30px}.closing h2{font-size:34px}footer{display:grid;gap:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Official brand artwork and destination photographs */
header{padding-top:8px;padding-bottom:8px}.brand{display:block;flex-shrink:0}.brand img{display:block;width:120px;height:120px;object-fit:contain}.tour-photo{margin:-25px -25px 22px;position:relative;overflow:hidden;border-radius:11px 11px 0 0}.tour-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.tour-photo figcaption{font-size:12px;line-height:1.5;color:#526777;padding:7px 12px;background:#f2f6f8}.tour-photo figcaption a{text-underline-offset:2px}@media(max-width:600px){.brand img{width:100px;height:100px}.tour-photo{margin:-22px -22px 20px}}

.content-section{max-width:1206px;margin:0 auto;padding:65px 0}.content-section .eyebrow{color:var(--teal)}.about-section{display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:70px;align-items:center;border-top:1px solid #dce5ea}.conchy-image img{width:100%;height:auto;display:block;border-radius:16px}.about-copy>p:not(.eyebrow){color:var(--muted);max-width:600px}.about-copy .experience{font-size:22px;color:var(--teal)!important;font-weight:700;line-height:1.4}.about-copy .button{margin-top:15px}.section-intro{max-width:730px;color:var(--muted);margin:22px 0 28px}.departure-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.info-card{padding:28px;border:1px solid #dce5ea;border-radius:12px;background:white}.info-card h3{font-size:22px;line-height:1.25;margin:10px 0}.info-card p{color:var(--muted);margin:12px 0}.info-card a{color:var(--teal);font-size:14px;font-weight:700;text-underline-offset:4px}.number-label{font-size:14px;color:var(--teal);font-weight:700}.arrival-note{font-size:14px;color:var(--muted);margin-top:24px}.payments-section{background:#e8f3f5}.payments-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.payments-grid .info-card{padding:24px}.payments-grid h3{font-size:21px}.payment-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:28px}.payment-bottom p{color:var(--muted);max-width:520px}.community{display:grid;grid-template-columns:340px 1fr;gap:70px;align-items:center}.jawik-image img{width:100%;height:auto;display:block;border-radius:20px}.community p{max-width:570px;color:var(--muted)}.social-names{list-style:none;padding:0;margin:24px 0;display:flex;flex-wrap:wrap;gap:14px}.social-names li{padding:12px 16px;border:1px solid #dce5ea;border-radius:8px;font-size:15px;font-weight:700;background:white}.social-names span{display:block;font-weight:400;font-size:13px;color:var(--muted)}
@media(max-width:1340px){.content-section{margin-left:5%;margin-right:5%}}@media(max-width:1000px){nav{gap:18px}.about-section,.community{gap:35px}.about-section{grid-template-columns:40% 1fr}.payments-grid{grid-template-columns:1fr 1fr}.community{grid-template-columns:30% 1fr}}@media(max-width:700px){header{flex-wrap:wrap;gap:5px}nav{justify-content:flex-end;flex-wrap:wrap;flex:1;gap:12px 16px}nav a{font-size:13px}nav>a:first-child{display:block}.content-section{padding-top:40px;padding-bottom:40px}.about-section,.community{grid-template-columns:1fr;gap:28px}.conchy-image{max-width:400px;margin:auto}.jawik-image{max-width:240px;margin:auto}.departure-grid,.payments-grid{grid-template-columns:1fr}.payment-bottom{display:block}.payment-bottom .button{margin-top:12px}.social-names{gap:10px}.social-names li{flex:1 1 130px}.community h2 br{display:none}} 

.featured-photo-license{position:absolute;left:24px;bottom:5px;color:#fff;background:#102c3bbd;padding:4px 8px;border-radius:4px;font-size:11px;text-decoration:underline;text-underline-offset:2px}.featured-photo-source{bottom:32px!important}.featured-photo-license[hidden]{display:none}
