.home-hero{position:relative;min-height:calc(100vh - 88px);display:flex;align-items:center;overflow:hidden;background:var(--travel-deep-teal);color:var(--travel-cream)}
.home-hero-background{position:absolute;inset:0;z-index:0}
.home-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}
.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,94,91,.96) 0%,rgba(7,94,91,.78) 38%,rgba(7,94,91,.32) 72%,rgba(7,94,91,.16) 100%)}
.home-hero-grid{position:absolute;inset:0;z-index:1;opacity:.13;background-image:linear-gradient(90deg,transparent 49.9%,rgba(250,247,241,.7) 50%,transparent 50.1%),linear-gradient(0deg,transparent 49.9%,rgba(250,247,241,.45) 50%,transparent 50.1%);background-size:120px 120px}
.home-hero-container{position:relative;z-index:2;width:min(1180px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;padding:110px 0 150px}
.home-hero-content{width:min(760px,100%)}
.home-hero-eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:28px;color:var(--travel-sand);font-family:"DM Sans",sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em}
.home-hero-eyebrow-line{width:42px;height:1px;background:var(--travel-terracotta)}
.home-hero h1{max-width:800px;margin:0;color:var(--travel-cream);font-family:"Manrope",sans-serif;font-size:clamp(54px,7vw,92px);font-weight:800;line-height:.98;letter-spacing:-.055em}
.home-hero h1 span{color:var(--travel-sand);font-weight:500}
.home-hero-description{max-width:570px;margin:32px 0 0;color:rgba(250,247,241,.78);font-family:"DM Sans",sans-serif;font-size:17px;line-height:1.8}
.home-hero-actions{display:flex;align-items:center;gap:26px;margin-top:42px}
.home-hero-primary{min-height:54px;padding:0 10px 0 23px;display:inline-flex;align-items:center;gap:28px;color:var(--travel-ink);background:var(--travel-cream);border-radius:3px;font-family:"DM Sans",sans-serif;font-size:13px;font-weight:700;text-decoration:none;transition:transform .25s ease,background .25s ease}
.home-hero-primary span:last-child{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--travel-cream);background:var(--travel-terracotta);border-radius:50%;font-size:15px}
.home-hero-primary:hover{transform:translateY(-3px);background:#fff}
.home-hero-secondary{display:inline-flex;align-items:center;gap:12px;color:var(--travel-cream);font-family:"DM Sans",sans-serif;font-size:13px;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(250,247,241,.35);padding-bottom:7px;transition:color .25s ease,border-color .25s ease}
.home-hero-secondary span{color:var(--travel-terracotta);font-size:16px}
.home-hero-secondary:hover{color:var(--travel-sand);border-color:var(--travel-sand)}
.home-hero-side{width:180px;align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:5px 0 0}
.home-hero-location{display:flex;align-items:center;gap:9px;color:rgba(250,247,241,.7);font-family:"DM Sans",sans-serif;font-size:9px;font-weight:700;letter-spacing:.16em;white-space:nowrap;transform:rotate(90deg) translateX(75px);transform-origin:right top}
.home-hero-location-dot{width:7px;height:7px;border-radius:50%;background:var(--travel-terracotta);box-shadow:0 0 0 5px rgba(215,101,74,.18)}
.home-hero-side-line{width:1px;flex:1;margin:35px 42px 35px 0;background:linear-gradient(to bottom,rgba(250,247,241,.4),rgba(250,247,241,.04))}
.home-hero-scroll{display:flex;align-items:center;gap:13px;color:rgba(250,247,241,.62);font-family:"DM Sans",sans-serif;font-size:9px;font-weight:700;letter-spacing:.16em;writing-mode:vertical-rl}
.home-hero-scroll-line{width:1px;height:48px;background:var(--travel-terracotta)}
.home-hero-bottom{position:absolute;z-index:3;bottom:0;left:0;width:100%;height:76px;padding:0 max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;border-top:1px solid rgba(250,247,241,.15)}
.home-hero-stat{height:100%;min-width:170px;padding:0 30px;display:flex;align-items:center;gap:15px;border-right:1px solid rgba(250,247,241,.12);font-family:"DM Sans",sans-serif}
.home-hero-stat:first-child{border-left:1px solid rgba(250,247,241,.12)}
.home-hero-stat strong{color:var(--travel-terracotta);font-family:"Manrope",sans-serif;font-size:11px}
.home-hero-stat span{color:rgba(250,247,241,.65);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
@media (max-width:900px){.home-hero{min-height:calc(100vh - 76px)}.home-hero-container{width:calc(100% - 40px);padding:90px 0 130px}.home-hero-side{display:none}.home-hero h1{font-size:clamp(50px,9vw,76px)}.home-hero-bottom{padding:0 20px}.home-hero-stat{min-width:145px;padding:0 20px}}
@media (max-width:600px){.home-hero-container{width:calc(100% - 32px);padding:75px 0 115px}.home-hero-overlay{background:linear-gradient(90deg,rgba(7,94,91,.94),rgba(7,94,91,.62))}.home-hero-eyebrow{font-size:9px}.home-hero h1{font-size:clamp(43px,13vw,62px);line-height:1}.home-hero-description{margin-top:24px;font-size:15px;line-height:1.7}.home-hero-actions{align-items:flex-start;flex-direction:column;gap:20px;margin-top:32px}.home-hero-primary{width:100%;justify-content:space-between}.home-hero-bottom{height:65px;padding:0 16px;overflow:hidden}.home-hero-stat{min-width:auto;flex:1;padding:0 10px;gap:9px}.home-hero-stat:first-child{border-left:0}.home-hero-stat span{font-size:8px;letter-spacing:.06em}.home-hero-stat strong{font-size:9px}}