@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--red:#ed352b;--ink:#18201f;--muted:#626a69;--line:#e1e6e3;--paper:#fff;--soft:#f3f6f4;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #167e65;outline-offset:5px}a,button{-webkit-tap-highlight-color:transparent}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.site-header{min-height:116px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:800;line-height:1.1;letter-spacing:.08em}.brand-mark{background:var(--red);color:white;font-family:'Barlow Condensed',Impact,sans-serif;font-size:33px;letter-spacing:-.12em;width:47px;height:49px;display:flex;align-items:center;justify-content:center;padding-right:4px;transform:skew(-6deg)}.brand-mark span{font-size:28px}.brand-bottom{display:block;font-size:23px;letter-spacing:.15em;margin-top:3px}.brand-period{color:var(--red)}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.site-link{display:flex;align-items:center;gap:22px;border:1px solid var(--line);padding:13px 18px;border-radius:5px}.site-link:hover,.call-button:hover{background:var(--soft)}.contact-section{display:grid;grid-template-columns:1.23fr 1fr;gap:72px;padding-block:61px 65px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;margin:0 0 21px;display:flex;align-items:center;gap:10px}.eyebrow>span{width:19px;height:3px;background:var(--red)}h1,h2,.photo-caption p,.region-name{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif}h1{font-size:clamp(45px,4.55vw,68px);font-weight:700;line-height:1.02;letter-spacing:-.025em;margin:0 0 23px}h1>span{color:var(--red)}.intro{font-size:16px;line-height:1.8;max-width:510px;color:var(--muted);margin:0 0 29px}.intro a{color:var(--ink);text-decoration:underline;text-decoration-color:#afb7b4;text-underline-offset:3px}.contact-methods{border-top:1px solid var(--line)}.phone-row{display:flex;align-items:center;gap:14px;padding:23px 0;border-bottom:1px solid var(--line)}.contact-icon{width:39px;height:39px;flex-shrink:0;background:var(--soft);border-radius:50%;display:grid;place-items:center;font-size:24px}.label{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--muted);margin:0 0 5px}.phone-detail{flex:1;white-space:nowrap}.phone-number{font-size:21px;font-weight:600;letter-spacing:-.03em}.phone-actions{display:flex;align-items:center;gap:8px}.call-button,.whatsapp-button{font-size:13px;padding:11px 13px;border-radius:5px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600}.call-button{border:1px solid var(--line)}.whatsapp-button{background:#e7f4ec;color:#18693c}.whatsapp-button:hover{background:#cfead9}.email-row{display:flex;align-items:center;gap:14px;padding:22px 0}.email-icon{font-size:21px}.email-address{font-size:20px;font-weight:500}.email-arrow{margin-left:auto;font-size:25px}.email-row:hover .email-address{color:var(--red)}.booking-note{display:flex;gap:12px;background:var(--soft);border-radius:6px;margin-top:12px;padding:16px 18px}.note-icon{border:1.5px solid #7e8884;width:17px;height:17px;flex-shrink:0;border-radius:50%;font-size:11px;font-weight:700;text-align:center;line-height:15px;margin-top:3px}.booking-note p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}.booking-note strong{display:block;color:var(--ink);font-weight:600}.photo-panel{position:relative;min-height:575px;overflow:hidden;border-radius:8px;background:#192a27;color:white}.photo-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,18,15,.24),rgba(5,18,15,.05) 28%,rgba(5,18,15,.86) 100%)}.photo-top{position:absolute;top:29px;left:30px;border:1px solid #ffffff70;border-radius:3px;padding:9px 12px;font-size:11px;letter-spacing:.13em;font-weight:600}.photo-caption{position:absolute;bottom:85px;left:34px;right:25px}.small-rule{display:block;width:32px;height:4px;background:var(--red)}.photo-caption p{font-size:43px;line-height:1.07;font-weight:600;letter-spacing:-.01em;margin:19px 0 13px}.photo-caption>span:last-child{font-size:14px;color:#d0d8d4}.photo-location{position:absolute;bottom:29px;left:34px;font-size:10px;letter-spacing:.12em;color:#cbd4d0}.destinations{padding-block:39px 33px;background:var(--soft);border-block:1px solid var(--line)}.destinations-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:24px}.destinations .eyebrow{font-size:11px;color:var(--muted);margin-bottom:9px}h2{font-size:30px;line-height:1.15;margin:0;font-weight:600}.all-events{font-size:14px;font-weight:600;white-space:nowrap}.all-events span{margin-left:19px}.region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.region-grid>a{padding:20px 22px;background:white;border:1px solid #dce3de;border-radius:5px;transition:border-color .18s,transform .18s}.region-grid>a:hover{border-color:var(--red);transform:translateY(-3px)}.region-index{font-size:10px;letter-spacing:.13em;font-weight:600;color:var(--muted)}.region-name{font-size:28px;display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-weight:600}.region-name>span{font-family:Arial,sans-serif;font-size:22px;color:var(--red)}.region-grid>.more-regions{background:transparent}.destination-note{font-size:12px;color:var(--muted);margin:18px 0 0}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:96px;font-size:12px;color:var(--muted)}footer p{margin:0}.footer-brand{font-size:12px;font-weight:800;color:var(--ink);letter-spacing:.05em}.footer-brand span{color:var(--red)}.skip-link{position:fixed;top:-100px;left:20px;background:var(--ink);color:white;padding:15px;z-index:10}.skip-link:focus{top:15px}@media(min-width:1450px){.contact-section{gap:95px}}@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.contact-section{gap:35px;grid-template-columns:1.3fr 1fr}.contact-icon{display:none}.phone-row{gap:8px}.phone-number{font-size:20px}.call-button,.whatsapp-button{padding-inline:10px}.photo-caption{left:25px}.photo-caption p{font-size:37px}.photo-location{left:25px;font-size:9px}}@media(max-width:850px){.contact-section{grid-template-columns:1fr;gap:32px;padding-block:38px}.contact-content{max-width:none}h1{font-size:57px}.intro{max-width:600px}.photo-panel{min-height:330px}.photo-caption{bottom:66px}.photo-caption p{font-size:39px}.photo-top{top:24px;left:auto;right:24px}.contact-icon{display:grid}.phone-row{gap:16px}.phone-number{font-size:24px}.phone-actions{gap:10px}.call-button,.whatsapp-button{padding-inline:18px}.region-grid{gap:10px}.region-grid>a{padding:18px 16px}.region-name{font-size:25px}.destinations-heading{align-items:flex-end}h2{font-size:28px}footer{flex-wrap:wrap;padding-block:26px;min-height:100px}.nav-region{display:none}}@media(max-width:520px){.wrap{width:calc(100% - 40px)}.site-header{min-height:90px}.brand{font-size:11px;gap:9px}.brand-mark{width:36px;height:41px;font-size:27px}.brand-mark span{font-size:24px}.brand-bottom{font-size:20px}.site-link{font-size:12px;padding:10px;gap:10px}h1{font-size:46px}.eyebrow{font-size:11px;margin-bottom:18px}.intro{font-size:15px;line-height:1.75;margin-bottom:24px}.phone-row{display:grid;grid-template-columns:35px 1fr;column-gap:12px;row-gap:13px;padding:20px 0}.contact-icon{width:35px;height:35px}.phone-number{font-size:24px}.phone-actions{grid-column:2;justify-content:flex-start}.phone-actions>a{min-height:42px;padding:10px 20px;font-size:14px}.email-address{font-size:19px}.email-row{gap:12px}.booking-note{padding:15px}.booking-note p{font-size:13px}.photo-panel{min-height:310px}.photo-caption p{font-size:36px}.photo-top{font-size:10px}.destinations{padding-block:30px}.destinations-heading{display:block}.all-events{display:inline-flex;margin-top:19px}h2{font-size:30px;max-width:300px}.region-grid{grid-template-columns:1fr}.region-grid>a{padding:17px 20px}.region-name{margin-top:6px;font-size:27px}.destination-note{line-height:1.6}footer{display:flex;align-items:flex-start;flex-direction:column;gap:14px;font-size:12px}.footer-brand{font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
