:root{--lime:#b8dc16;--lime2:#8fa908;--ink:#050706;--panel:#0d100e;--line:#343a32;--white:#f6f7f3;--muted:#afb4aa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--white);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}svg{display:block}.topbar{position:absolute;z-index:20;top:20px;left:max(28px,4vw);right:max(28px,4vw);display:flex;align-items:flex-start;justify-content:space-between}.brand{color:#fff;text-decoration:none}.brand-mark{width:205px;height:auto}.topbar nav{display:flex;gap:4px;padding:5px;border:1px solid #ffffff20;background:#080a08a8;backdrop-filter:blur(14px);border-radius:999px}.topbar nav a{padding:10px 14px;color:#ddd;text-decoration:none;font-size:13px;font-weight:700;border-radius:99px}.topbar nav a:hover{background:#fff;color:#111}.admin-link{opacity:.65}.hero{height:min(510px,70vh);min-height:455px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('hero.jpg') 56% 50%/cover no-repeat;transform:scale(1.01)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,4,.97) 0%,rgba(3,5,4,.78) 32%,rgba(3,5,4,.26) 63%,rgba(3,5,4,.05) 100%),linear-gradient(0deg,#050706 0%,transparent 22%)}.hero-inner{position:relative;height:100%;max-width:1480px;margin:auto;padding:96px max(30px,4.4vw) 40px;display:flex;align-items:center}.hero-copy{max-width:700px}.hero h1{font-size:clamp(38px,4.15vw,64px);line-height:1.07;letter-spacing:-.04em;margin:0;font-weight:760}.hero h1 em{font-style:normal;color:var(--lime)}.cvak{margin:23px 0 0;font-size:clamp(17px,1.45vw,22px);display:flex;align-items:center;gap:13px}.cvak span{width:40px;height:3px;background:var(--lime);display:inline-block}.cvak strong{color:var(--lime)}.weather{position:absolute;right:max(28px,4vw);top:92px;border:1px solid #ffffff29;background:#090b09b5;backdrop-filter:blur(14px);padding:14px 18px;border-radius:16px;color:#eff1ec;font-size:14px;line-height:1.55;min-width:235px;box-shadow:0 15px 40px #0005}.weather-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}.weather-item{display:flex;align-items:center;gap:8px}.weather-item svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8}.weather-condition{grid-column:1/-1;color:#ddd}.weather small{display:block;color:#bbb;margin-top:8px}.experience-wrap{max-width:1440px;margin:-70px auto 0;position:relative;z-index:3;padding:0 max(24px,4vw)}.experience-card{min-height:122px;background:linear-gradient(120deg,#181b17,#0a0c0b);border:1px solid #363b34;border-radius:20px;display:flex;align-items:center;padding:15px 22px;box-shadow:0 20px 65px #0009}.photo-button{width:175px;display:grid;place-items:center;border-right:1px solid #353a33;align-self:stretch}.button-ring{width:98px;height:98px;border-radius:50%;padding:11px;background:linear-gradient(145deg,#646a61,#111310 45%,#030403);box-shadow:0 8px 25px #000,inset 0 1px 2px #fff6}.button-core{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 35% 28%,#e0f83a,var(--lime) 52%,#789005);border:2px solid #14170f;color:#11130e;box-shadow:0 0 18px #b8dc1655}.button-core svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.8}.steps{list-style:none;margin:0;padding:0 0 0 18px;display:grid;grid-template-columns:repeat(4,1fr);width:100%}.steps li{position:relative;display:grid;grid-template-columns:58px 1fr;align-items:center;gap:10px;padding:6px 20px;border-right:1px solid #2d312b}.steps li:last-child{border:0}.steps b{position:absolute;top:4px;left:55px;background:#31400a;color:var(--lime);width:25px;height:25px;border-radius:50%;display:grid;place-items:center;font-size:13px}.step-icon{color:#fff}.step-icon svg{width:47px;height:47px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.steps p{margin:0;padding-top:18px}.steps strong,.steps small{display:block}.steps strong{font-size:15px}.steps small{font-size:14px;color:#d3d6cf;margin-top:5px;line-height:1.25}.stats{max-width:1440px;margin:14px auto 0;padding:0 max(24px,4vw);display:grid;grid-template-columns:repeat(3,1fr)}.stats>div{min-height:105px;background:rgba(13,16,14,.84);border-block:1px solid rgba(184,220,22,.24);display:flex;align-items:center;justify-content:center;gap:23px;backdrop-filter:blur(12px)}.stats>div:first-child{border-left:1px solid rgba(184,220,22,.24);border-radius:18px 0 0 18px}.stats>div:last-child{border-right:1px solid rgba(184,220,22,.24);border-radius:0 18px 18px 0}.stat-icon{color:var(--lime);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.stat-icon svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.stats p{margin:0;color:#e4e7df;font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;line-height:1.15;min-height:50px;text-align:center}.stats strong{display:inline-flex;align-items:center;justify-content:center;font-size:35px;color:var(--lime);margin:0;line-height:1;font-weight:800}.stats small{font-size:14px;line-height:1.15}.gallery-section{max-width:1440px;margin:auto;padding:30px max(24px,4vw) 55px}.gallery-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:11px}.eyebrow{font-size:11px;color:var(--lime);letter-spacing:.18em;font-weight:900}.gallery-head h2,.live-copy h2{font-size:clamp(26px,2.45vw,36px);letter-spacing:-.03em;margin:0}.gallery-head h2 span{color:var(--lime)}.filters{display:flex;gap:7px}.filters button{border:1px solid #3a4038;background:#0a0d0b;color:#ddd;border-radius:999px;padding:9px 14px;cursor:pointer;font-size:12px}.filters button.active,.filters button:hover{background:var(--lime);color:#10120d;border-color:var(--lime)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.card{position:relative;overflow:hidden;background:#0b0d0b;min-width:0}.card.latest{grid-column:1/-1}.image-open{display:block;width:100%;padding:0;border:0;background:#101210;cursor:zoom-in;overflow:hidden}.card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .4s ease,filter .4s}.card.latest img{aspect-ratio:16/7;max-height:560px}.card:hover img{transform:scale(1.018);filter:brightness(.9)}.pill{position:absolute;z-index:4;top:10px;left:10px;padding:6px 9px;background:#080a08cc;color:#fff;font-size:11px;font-weight:800;letter-spacing:.03em}.top-pill{left:auto;right:10px;color:var(--lime)}.like-badge{position:absolute;z-index:5;right:7px;bottom:7px;border:1px solid #d7ef6a55;background:#11150fba;color:#f6f7f3;padding:3px 7px;border-radius:999px;display:flex;align-items:center;gap:4px;cursor:pointer;backdrop-filter:blur(7px);font-size:11px;line-height:1}.like-badge .heart-symbol{color:var(--lime);font-size:13px}.like-badge b{font-size:11px}.like-badge:hover{background:#1b2213dd;border-color:#b8dc1680}.like-badge.is-liked{cursor:default;opacity:.78;border-color:#b8dc1645}.like-badge.is-liked .heart-symbol{color:#d7ef6a}.like-badge:disabled{pointer-events:none}.photo-actions{position:absolute;z-index:4;left:7px;bottom:7px;opacity:0;transition:opacity .25s}.card:hover .photo-actions{opacity:1}.photo-actions button{border:1px solid #ffffff38;background:#080a08c9;color:#fff;padding:7px 10px;cursor:pointer;font-size:11px;backdrop-filter:blur(8px)}.photo-actions button:hover{background:var(--lime);color:#111;border-color:var(--lime)}.heart-burst{position:absolute;pointer-events:none;color:var(--lime);font-size:30px;left:50%;top:0;animation:burst .7s forwards}@keyframes burst{to{transform:translate(-50%,-45px) scale(1.5);opacity:0}}.live-section{max-width:1320px;margin:0 auto 70px;padding:35px max(24px,4vw);border-top:1px solid #252a24;display:grid;grid-template-columns:.7fr 1.3fr;gap:48px;align-items:center}.live-copy p{color:var(--muted);line-height:1.7}.live-copy a{color:var(--lime);font-weight:800}.stream-wrap{aspect-ratio:16/9;background:#111;overflow:hidden}.stream-wrap iframe{width:100%;height:100%;border:0}footer{border-top:1px solid #252925;text-align:center;padding:28px 20px 34px;background:linear-gradient(180deg,#0b0e0b,#050706)}footer p{margin:0 0 8px;font-size:19px}footer p span{color:var(--lime);margin:0 8px}footer small{color:#aaa}footer a{color:var(--lime);text-decoration:none}.modal[hidden]{display:none!important}.modal{position:fixed;z-index:100;inset:0;background:#000c;display:grid;place-items:center;padding:20px}.modal form{position:relative;background:#f4f5f1;color:#111;width:min(500px,96vw);padding:35px}.modal h3{font-size:30px;letter-spacing:-.035em;margin:7px 0}.modal p{line-height:1.55;color:#555}.modal input[type=email]{width:100%;padding:14px;border:1px solid #bbb;background:#fff}.consent{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:#555;margin:13px 0}.send-button{width:100%;padding:14px;border:0;background:var(--lime);color:#111;font-weight:900;cursor:pointer}.x{position:absolute;right:13px;top:13px;width:36px;height:36px;border:0;background:#e5e7e0;color:#111;border-radius:50%;font-size:23px;cursor:pointer}.small{font-size:12px!important}.lightbox-panel{position:relative;max-width:94vw;max-height:92vh}.lightbox-panel img{display:block;max-width:94vw;max-height:92vh}.lightbox-panel .x{z-index:2}.gallery-error{padding:30px;background:#311;color:#fff}.liked{animation:pulse .35s}@keyframes pulse{50%{transform:scale(1.12)}}
@media(max-width:1000px){.weather{display:none}.experience-card{display:block}.photo-button{display:none}.steps{padding:10px;grid-template-columns:repeat(2,1fr)}.steps li{border-bottom:1px solid #292d27}.stats{grid-template-columns:1fr}.stats>div,.stats>div:first-child,.stats>div:last-child{border:1px solid #435118;border-radius:12px!important}.live-section{grid-template-columns:1fr}.card.latest img{min-height:330px}.topbar nav a{display:none}.topbar nav .admin-link{display:block}}
@media(max-width:650px){.topbar{top:12px;left:16px;right:16px}.brand-mark{width:154px}.hero{height:470px}.hero-inner{padding:92px 20px 60px;align-items:flex-end}.hero-bg{background-position:68% center}.hero-shade{background:linear-gradient(0deg,#050706 0%,rgba(5,7,5,.85) 58%,rgba(5,7,5,.18) 100%)}.hero h1{font-size:38px}.cvak{font-size:16px}.experience-wrap{margin:-50px auto 0;padding:0 12px}.experience-card{border-radius:15px;padding:8px}.steps{grid-template-columns:1fr 1fr}.steps li{grid-template-columns:38px 1fr;padding:9px}.step-icon svg{width:31px;height:31px}.steps b{left:37px;width:22px;height:22px;font-size:12px}.steps strong,.steps small{font-size:12px}.stats{padding:0 12px}.stats>div{min-height:84px;justify-content:center;padding:12px 16px}.stat-icon svg{width:34px;height:34px}.stats strong{font-size:27px}.gallery-section{padding:30px 7px}.gallery-head{display:block;padding:0 9px}.filters{margin-top:15px;overflow:auto}.grid{grid-template-columns:repeat(2,1fr);gap:4px}.card.latest{grid-column:span 2}.card.latest img{aspect-ratio:16/10;min-height:0}.photo-actions{opacity:1}.photo-actions button span{display:none}.like-badge{bottom:5px;right:5px;padding:3px 6px}.live-section{padding:20px 15px;margin-bottom:45px}footer p{font-size:16px}}

/* Final hero and original white wordmark refinement */
.brand-mark{width:228px;height:auto;object-fit:contain;filter:drop-shadow(0 3px 10px rgba(0,0,0,.48))}
.hero{height:min(720px,88vh);min-height:610px}
.hero-bg{background-position:72% 26%;transform:scale(1.005)}
.hero-inner{padding-top:126px;padding-bottom:118px;align-items:center}
.hero-copy{max-width:790px}
.hero h1{font-size:clamp(40px,3.55vw,58px);line-height:1.08;letter-spacing:-.035em;white-space:nowrap}
.hero h1 em{display:inline;color:var(--lime)}
@media(max-width:1180px){.hero h1{font-size:clamp(38px,4.15vw,52px);white-space:normal}.hero-copy{max-width:690px}.hero-bg{background-position:68% 24%}}
@media(max-width:650px){.brand-mark{width:170px}.hero{height:610px;min-height:610px}.hero-bg{background-position:73% 22%}.hero-inner{padding-top:115px;padding-bottom:82px}.hero h1{font-size:38px;line-height:1.08;white-space:normal}}

/* Final live stream, story strip and footer refinement */
.photo-story{max-width:1320px;margin:-18px auto 28px;padding:0 max(24px,4vw);display:flex;align-items:center;justify-content:center;gap:14px;color:#dfe3da;text-align:center}
.photo-story .story-icon{color:var(--lime);flex:0 0 auto}
.photo-story .story-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.photo-story p{margin:0;font-size:clamp(15px,1.25vw,18px);line-height:1.5}
.photo-story strong{color:var(--lime)}
.photo-story a{color:#fff;text-underline-offset:4px}
.live-section{max-width:1320px;margin:0 auto 66px;padding:34px max(24px,4vw) 0;border-top:1px solid #252a24;display:block}
.live-copy{max-width:830px;margin:0 0 23px}
.live-copy h2{margin:6px 0 9px}
.live-copy p{margin:0 0 9px;color:var(--muted);line-height:1.65}
.live-copy a{display:inline-block;margin-top:2px}
.stream-wrap{width:100%;aspect-ratio:16/9;background:#111;overflow:hidden;border:1px solid #30362f;box-shadow:0 22px 70px #0009}
footer{position:relative;overflow:hidden;border-top:1px solid #252925;text-align:center;padding:38px 20px 40px;background:radial-gradient(circle at 50% 0,#18200e 0,transparent 42%),linear-gradient(180deg,#0b0e0b,#050706)}
footer:before{content:"";position:absolute;inset:auto 0 0;height:82px;opacity:.36;background:linear-gradient(150deg,transparent 0 15%,#18200e 15% 22%,transparent 22% 29%,#11170c 29% 38%,transparent 38% 45%,#151d0d 45% 57%,transparent 57%)}
footer>*{position:relative;z-index:1}
footer p{margin:0 0 6px;font-size:clamp(20px,2vw,28px);font-weight:750;letter-spacing:-.02em}
.footer-subline{display:block;color:#c4c9be;margin-bottom:16px}
footer small{display:block;color:#9da39a;margin:5px 0}
.footer-story{max-width:620px;margin:12px auto 0;color:#7f867d}
.powered{margin-top:14px;color:#b6bbb2}
.powered a{font-weight:850}
.button-core{animation:buttonGlow 3.2s ease-in-out infinite}
@keyframes buttonGlow{0%,100%{box-shadow:0 0 12px #b8dc163a}50%{box-shadow:0 0 27px #b8dc1688}}
.hero-bg{will-change:transform}
.card{animation:cardReveal .45s both;animation-timeline:view();animation-range:entry 0 entry 18%}
@keyframes cardReveal{from{opacity:.25;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.button-core{animation:none}.card{animation:none}.hero-bg{transform:none!important}}
@media(max-width:650px){.photo-story{margin:-10px auto 22px;padding:0 18px;align-items:flex-start;text-align:left}.photo-story p{font-size:14px}.live-section{padding:25px 10px 0;margin-bottom:42px}.live-copy{padding:0 8px}.stream-wrap{border-inline:0}.footer-story{max-width:92%}}

/* Final production alignment */
.photo-story{max-width:1440px}
.live-section{max-width:1440px;padding-left:max(24px,4vw);padding-right:max(24px,4vw)}
.live-copy{max-width:none}
.live-copy p{max-width:none}
footer{padding-top:34px}
footer p{margin-bottom:13px}
.footer-story{max-width:none!important;margin:11px auto 0!important;color:#9da39a!important;white-space:normal}
.footer-story span{color:#5f665d;margin:0 8px}
.footer-story a{color:var(--lime);text-decoration:none}
@media(min-width:651px){.stream-wrap{width:100%}}

/* FINAL compact hero spacing — 2026-07-14 */
@media (min-width: 651px){
  .hero{
    height:clamp(520px,72vh,580px);
    min-height:520px;
  }
  .hero-bg{
    background-position:62% 22%;
  }
  .hero-inner{
    padding-top:92px;
    padding-bottom:120px;
    align-items:center;
  }
  .experience-wrap{
    margin-top:-145px;
  }
  .stats{
    margin-top:12px;
  }
  .gallery-section{
    padding-top:24px;
  }
}
@media (min-width: 1181px){
  .hero-bg{
    background-position:60% 20%;
  }
}
@media (max-width: 650px){
  .hero{
    height:520px;
    min-height:520px;
  }
  .hero-inner{
    padding-top:102px;
    padding-bottom:92px;
  }
  .hero-bg{
    background-position:72% 18%;
  }
  .experience-wrap{
    margin-top:-82px;
  }
}

/* FINAL header alignment — shared content grid */
@media (min-width: 651px){
  .topbar{
    top:16px;
    left:50%;
    right:auto;
    width:100%;
    max-width:1440px;
    padding:0 max(24px,4vw);
    transform:translateX(-50%);
    align-items:flex-start;
  }
  .brand-mark{
    width:108px;
    height:auto;
  }
  .topbar nav{
    margin-left:auto;
  }
  .hero-inner{
    max-width:1440px;
    padding-left:max(24px,4vw);
    padding-right:max(24px,4vw);
  }
  .weather{
    right:max(24px,4vw);
  }
}

@media (max-width: 650px){
  .brand-mark{width:118px}
}


/* FINAL footer logo + tighter hero — 2026-07-14 */
.footer-logo{
  display:block;
  width:118px;
  height:auto;
  margin:0 auto 18px;
  filter:drop-shadow(0 4px 16px rgba(0,0,0,.5));
}

@media (min-width:651px){
  .topbar{
    justify-content:flex-end;
  }
  .topbar nav{
    margin-left:auto;
  }
  .hero{
    height:clamp(455px,62vh,510px);
    min-height:455px;
  }
  .hero-inner{
    padding-top:46px;
    padding-bottom:112px;
    align-items:center;
  }
  .weather{
    top:58px;
  }
  .experience-wrap{
    margin-top:-132px;
  }
  footer{
    padding-top:30px;
  }
}

@media (max-width:650px){
  .topbar{
    justify-content:flex-end;
  }
  .hero{
    height:465px;
    min-height:465px;
  }
  .hero-inner{
    padding-top:54px;
    padding-bottom:84px;
  }
  .experience-wrap{
    margin-top:-72px;
  }
  .footer-logo{
    width:100px;
    margin-bottom:14px;
  }
}

/* FINAL hero positioning + reliable parallax — 2026-07-14 */
.hero-bg{
  inset:-36px 0;
  height:calc(100% + 72px);
  transform:translate3d(0,var(--parallax-y,0px),0) scale(1.065);
  transform-origin:center center;
  will-change:transform;
}
@media (min-width:651px){
  .hero{
    height:430px;
    min-height:430px;
  }
  .hero-inner{
    padding-top:0;
    padding-bottom:92px;
  }
  .hero-copy{
    transform:translateY(-42px);
  }
  .weather{
    top:154px;
  }
  .experience-wrap{
    margin-top:-124px;
  }
}
@media (max-width:650px){
  .hero-bg{
    inset:-24px 0;
    height:calc(100% + 48px);
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.08);
  }
  .hero-copy{transform:none}
}

/* FINAL: taller hero, visible parallax and left-aligned footer */
@media (min-width:651px){
  .hero{
    height:600px;
    min-height:600px;
  }
  .hero-inner{
    padding-top:0;
    padding-bottom:118px;
  }
  .hero-copy{
    transform:translateY(-54px);
  }
  .hero-bg{
    inset:-110px 0;
    height:calc(100% + 220px);
    background-position:60% 24%;
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.10);
  }
  .weather{top:160px}
  .experience-wrap{margin-top:-136px}
}

footer{
  text-align:left;
  padding:38px max(24px,4vw) 40px;
}
.footer-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.footer-logo{
  width:118px;
  margin:0 0 18px 0;
}
.footer-story{
  margin:11px 0 0!important;
}
@media(max-width:650px){
  .hero{height:540px;min-height:540px}
  .hero-bg{inset:-70px 0;height:calc(100% + 140px)}
  footer{text-align:left;padding-inline:20px}
  .footer-logo{margin-left:0}
}

/* FINAL correction: compact hero, oversized moving background only, centered footer text */
@media (min-width:651px){
  .hero{
    height:430px;
    min-height:430px;
  }
  .hero-inner{
    padding-top:0;
    padding-bottom:92px;
  }
  .hero-copy{
    transform:translateY(-42px);
  }
  .weather{
    top:154px;
  }
  .experience-wrap{
    margin-top:-124px;
  }
  .hero-bg{
    inset:-210px 0;
    height:calc(100% + 420px);
    background-position:60% 26%;
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.11);
    transform-origin:center center;
  }
}

footer{
  text-align:center;
  padding:38px max(24px,4vw) 40px;
}
.footer-inner{
  position:relative;
  width:100%;
  max-width:1440px;
  min-height:118px;
  margin:0 auto;
  text-align:center;
  padding:0 145px;
}
.footer-logo{
  position:absolute;
  left:0;
  top:0;
  width:118px;
  height:auto;
  margin:0;
}
.footer-story{
  margin:11px auto 0!important;
  text-align:center;
}

@media(max-width:650px){
  .hero{
    height:465px;
    min-height:465px;
  }
  .hero-inner{
    padding-top:54px;
    padding-bottom:84px;
  }
  .experience-wrap{
    margin-top:-72px;
  }
  .hero-bg{
    inset:-130px 0;
    height:calc(100% + 260px);
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.12);
  }
  footer{
    text-align:center;
    padding-inline:20px;
  }
  .footer-inner{
    min-height:0;
    padding:0;
    text-align:center;
  }
  .footer-logo{
    position:static;
    width:100px;
    margin:0 0 14px 0;
  }
}

/* FINAL precise alignment + deep parallax — 2026-07-15 */
@media (min-width:651px){
  /* Hero height/content remains compact; only the photographic layer is oversized. */
  .hero-bg{
    inset:-390px 0;
    height:calc(100% + 780px);
    background-position:60% 25%;
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.035);
    transform-origin:center center;
  }
}

/* Footer uses exactly the same horizontal grid as the full-width live section. */
footer{
  padding:38px 0 40px;
}
.footer-inner{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 max(24px,4vw);
  box-sizing:border-box;
  position:relative;
  min-height:118px;
  text-align:center;
}
.footer-logo{
  position:absolute;
  left:max(24px,4vw);
  top:0;
  width:118px;
  height:auto;
  margin:0;
}

@media(max-width:650px){
  .hero-bg{
    inset:-230px 0;
    height:calc(100% + 460px);
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.045);
  }
  footer{padding:32px 20px 36px}
  .footer-inner{padding:0;min-height:0}
  .footer-logo{position:static;width:100px;margin:0 0 14px 0}
}

/* FINAL tower-safe double-height parallax — 2026-07-15 */
.hero-bg{
  top:0!important;
  right:0!important;
  bottom:auto!important;
  left:0!important;
  height:200%!important;
  background-size:100% auto!important;
  background-repeat:no-repeat!important;
  background-position:60% 0!important;
  transform:translate3d(0,var(--parallax-y,0px),0) scale(1.015)!important;
  transform-origin:top center!important;
  will-change:transform;
}
@media(max-width:1100px){
  .hero-bg{
    background-size:auto 200%!important;
    background-position:68% 0!important;
  }
}
@media(max-width:650px){
  .hero-bg{
    height:190%!important;
    background-size:auto 190%!important;
    background-position:72% 0!important;
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.01)!important;
  }
}

/* FINAL visible tall hero canvas — 2026-07-15
   The hero itself is taller, while following content is pulled back up over it.
   This keeps the compact layout but makes the full photographic height visible. */
@media (min-width:651px){
  .hero{
    height:820px!important;
    min-height:820px!important;
  }
  .hero-inner{
    height:510px!important;
    min-height:510px!important;
    padding-top:54px!important;
    padding-bottom:76px!important;
    align-items:center!important;
  }
  .hero-bg{
    top:-70px!important;
    bottom:auto!important;
    height:1180px!important;
    background-size:cover!important;
    background-position:64% top!important;
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.02)!important;
    transform-origin:center top!important;
  }
  .hero-shade{
    height:100%!important;
    background:
      linear-gradient(90deg,rgba(3,5,4,.96) 0%,rgba(3,5,4,.76) 31%,rgba(3,5,4,.22) 62%,rgba(3,5,4,.04) 100%),
      linear-gradient(0deg,rgba(5,7,6,.78) 0%,rgba(5,7,6,.18) 18%,transparent 42%)!important;
  }
  .experience-wrap{
    margin-top:-530px!important;
  }
}

@media (min-width:1500px){
  .hero-bg{
    background-position:66% top!important;
  }
}

@media (max-width:650px){
  .hero{
    height:650px!important;
    min-height:650px!important;
  }
  .hero-inner{
    height:470px!important;
    min-height:470px!important;
  }
  .hero-bg{
    top:-35px!important;
    height:900px!important;
    background-size:cover!important;
    background-position:72% top!important;
  }
  .experience-wrap{
    margin-top:-250px!important;
  }
}

/* FINAL STABLE HERO LAYOUT — 2026-07-15
   Restores the compact header layout, keeps a taller photographic canvas,
   and fades the image smoothly into the black page background. */
@media (min-width:651px){
  .hero{
    height:760px!important;
    min-height:760px!important;
    position:relative!important;
    overflow:hidden!important;
  }
  .hero-inner{
    height:auto!important;
    min-height:0!important;
    max-width:1440px!important;
    margin:0 auto!important;
    padding:48px max(24px,4vw) 0!important;
    align-items:flex-start!important;
  }
  .hero-copy{
    max-width:760px!important;
    transform:none!important;
    margin:0!important;
  }
  .hero h1{
    margin:0!important;
  }
  .weather{
    top:145px!important;
    right:max(24px,4vw)!important;
  }
  .hero-bg{
    top:-85px!important;
    right:0!important;
    bottom:auto!important;
    left:0!important;
    width:100%!important;
    height:1010px!important;
    background-size:cover!important;
    background-position:66% top!important;
    background-repeat:no-repeat!important;
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.025)!important;
    transform-origin:center top!important;
    will-change:transform!important;
  }
  .hero-shade{
    inset:0!important;
    height:100%!important;
    background:
      linear-gradient(90deg,rgba(3,5,4,.94) 0%,rgba(3,5,4,.72) 31%,rgba(3,5,4,.20) 61%,rgba(3,5,4,.03) 100%),
      linear-gradient(0deg,#050706 0%,rgba(5,7,6,.98) 9%,rgba(5,7,6,.83) 23%,rgba(5,7,6,.32) 43%,transparent 63%)!important;
  }
  .experience-wrap{
    margin-top:-465px!important;
  }
}

@media (max-width:650px){
  .hero{
    height:650px!important;
    min-height:650px!important;
  }
  .hero-inner{
    height:auto!important;
    min-height:0!important;
    padding:64px 20px 0!important;
    align-items:flex-start!important;
  }
  .hero-bg{
    top:-45px!important;
    height:760px!important;
    background-size:cover!important;
    background-position:72% top!important;
    transform:translate3d(0,var(--parallax-y,0px),0) scale(1.025)!important;
  }
  .hero-shade{
    background:
      linear-gradient(0deg,#050706 0%,rgba(5,7,6,.96) 13%,rgba(5,7,6,.55) 44%,rgba(5,7,6,.18) 100%)!important;
  }
  .experience-wrap{
    margin-top:-250px!important;
  }
}
