/* =============== TOKENS =============== */
:root{
  --ink: #050b14;
  --ink-2: #0a1524;
  --panel: #0d1b2e;
  --frost: #eaf6ff;
  --frost-dim: #b9d3e6;
  --ice: #4fd8ff;
  --ice-2: #8fe3ff;
  --blue: #2f6bff;
  --ember: #ff3b4e;
  --line: rgba(234,246,255,0.14);
  --display: "Clash Display", "General Sans", sans-serif;
  --body: "General Sans", -apple-system, sans-serif;
  --ease: cubic-bezier(.16,.84,.32,1);
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background: var(--ink);
  color: var(--frost);
  font-family: var(--body);
  overflow-x: hidden;
  cursor: default;
}
img{display:block; max-width:100%;}
a{color:inherit; text-decoration:none;}
h1,h2,h3,h4{font-family: var(--display); font-weight:600; letter-spacing:-0.02em; line-height:1.02;}
em{font-style:normal; color: var(--ice);}
::selection{ background: var(--ice); color: var(--ink);}

.eyebrow{
  font-size: 12px; letter-spacing:.28em; text-transform:uppercase;
  color: var(--ice); font-weight:600; margin-bottom:14px;
}

/* =============== PRELOADER =============== */
#preloader{
  position:fixed; inset:0; z-index:9999;
  background: radial-gradient(ellipse at 50% 30%, #0e2036 0%, #050b14 70%);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap: 18px;
}
.preloader-crack{ position:absolute; opacity:.5; width: clamp(140px, 24vw, 220px); height: auto; filter: drop-shadow(0 0 12px rgba(79,216,255,.6)); }
#crackPath{ stroke-dasharray: 900; stroke-dashoffset: 900; }
.preloader-logo{
  width: clamp(120px, 22vw, 188px); height: clamp(120px, 22vw, 188px);
  object-fit: contain; border-radius: 50%;
  box-shadow: 0 0 60px rgba(79,216,255,.4);
  opacity:0; transform: scale(.7);
}
.preloader-count{
  font-family: var(--display); font-weight:700;
  font-size: clamp(26px, 5vw, 42px);
  color: var(--frost); letter-spacing:-0.02em; opacity:.92;
  margin-top: 4px;
}
.preloader-label{
  text-transform:uppercase; letter-spacing:.3em; font-size:11px; color: var(--ice-2); opacity:.7;
}

@media (max-width: 480px){
  #preloader{ gap: 14px; }
  .preloader-crack{ width: clamp(120px, 40vw, 170px); }
  .preloader-logo{ width: clamp(96px, 34vw, 140px); height: clamp(96px, 34vw, 140px); }
  .preloader-count{ font-size: clamp(22px, 7vw, 32px); }
  .preloader-label{ font-size: 10px; letter-spacing:.24em; }
}

/* =============== NAVBAR =============== */
.navbar{
  position: fixed; top:0; left:0; right:0; z-index: 500;
  padding: 22px 0;
  transition: padding .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.navbar.scrolled{
  padding: 12px 0;
  background: rgba(5,11,20,.72);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.navbar-inner{
  max-width: 1320px; margin:0 auto; padding: 0 40px;
  display:flex; align-items:center; justify-content:space-between; gap: 24px;
}
.nav-brand{ display:flex; align-items:center; gap:10px; font-family: var(--display); font-size:18px; font-weight:600; }
.nav-brand img{ width:34px; height:34px; border-radius:50%; object-fit:cover; }
.nav-brand em{ color: var(--ice); }
.nav-links{ display:flex; gap: 34px; }
.nav-links a{ position:relative; font-size:14px; font-weight:500; color: var(--frost-dim); }
.nav-links a span{ position:relative; display:inline-block; }
.nav-links a span::after{
  content:""; position:absolute; left:0; bottom:-6px; width:100%; height:1px;
  background: var(--ice); transform: scaleX(0); transform-origin:right; transition: transform .35s var(--ease);
}
.nav-links a:hover{ color: var(--frost); }
.nav-links a:hover span::after{ transform: scaleX(1); transform-origin:left; }
.nav-cta{
  border: 1px solid var(--line); padding: 10px 20px; border-radius: 100px;
  font-size:13px; font-weight:600; white-space:nowrap;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.nav-cta:hover{ background: var(--ice); color: var(--ink); border-color: var(--ice); }
.nav-burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding: 6px;}
.nav-burger span{ width:22px; height:2px; background: var(--frost); display:block; }
.mobile-menu{
  position: fixed; inset: 0 0 auto 0; top: 0; z-index: 490;
  background: var(--ink-2); padding: 110px 40px 40px;
  display:flex; flex-direction:column; gap: 22px;
  transform: translateY(-100%); transition: transform .5s var(--ease);
}
.mobile-menu.open{ transform: translateY(0); }
.mobile-menu a{ font-family: var(--display); font-size: 28px; }
.mobile-cta{ color: var(--ice); }

/* =============== HERO =============== */
.hero{
  position:relative; min-height: 100svh; display:flex; flex-direction:column;
  justify-content:center; overflow:hidden; padding: 140px 40px 0;
}
#snowCanvas, #snowCanvas2{ position:absolute; inset:0; width:100%; height:100%; z-index:2; pointer-events:none; }
.hero-bg{
  position:absolute; inset:0; background-size:cover; background-position:center;
  transform: scale(1.15); filter: saturate(1.05) brightness(.62);
  z-index:0;
}
.hero-video{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center;
  transform: scale(1.15); filter: saturate(1.05) brightness(.62);
  z-index:1; opacity:0; transition: opacity 1.1s var(--ease);
}
.hero-video.is-ready{ opacity:1; }
.hero-scrim{
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(180deg, rgba(5,11,20,.55) 0%, rgba(5,11,20,.35) 40%, rgba(5,11,20,.92) 100%),
    linear-gradient(90deg, rgba(5,11,20,.75) 0%, rgba(5,11,20,.1) 55%);
}
.hero-content{ position:relative; z-index:3; max-width: 900px; }
.hero-kicker{
  font-size:13px; letter-spacing:.3em; text-transform:uppercase; color: var(--ice-2);
  font-weight:600; margin-bottom: 26px;
}
.hero-title{ font-size: clamp(46px, 8vw, 108px); color: var(--frost); margin-bottom: 28px; }
.hero-title .line{ display:block; overflow:hidden; }
.hero-title .line > span{ display:block; }
.hero-sub{ font-size: clamp(16px,2vw,20px); color: var(--frost-dim); max-width: 560px; margin-bottom: 40px; line-height:1.5;}
.hero-actions{ display:flex; gap:18px; flex-wrap:wrap; }

.btn{
  position:relative; display:inline-flex; align-items:center; justify-content:center;
  padding: 17px 34px; border-radius: 100px; font-weight:600; font-size:14px;
  overflow:hidden; isolation:isolate;
}
.btn span{ position:relative; z-index:2; }
.btn-primary{ background: var(--ice); color: var(--ink); }
.btn-primary::before{
  content:""; position:absolute; inset:0; background: var(--frost); z-index:1;
  transform: translateY(101%); transition: transform .4s var(--ease);
}
.btn-primary:hover::before{ transform: translateY(0); }
.btn-ghost{ border:1px solid var(--line); color: var(--frost); }
.btn-ghost:hover{ border-color: var(--ice); color: var(--ice); }

.hero-scroll{
  position:absolute; right: 44px; bottom: 90px; z-index:3;
  display:flex; flex-direction:column; align-items:center; gap:10px;
  color: var(--frost-dim); font-size: 11px; letter-spacing:.25em; text-transform:uppercase;
}
.skate-line{ width:1px; height:60px; background: var(--line); position:relative; overflow:hidden; }
.skate-line span{
  position:absolute; top:-100%; left:0; width:100%; height:100%;
  background: linear-gradient(180deg, transparent, var(--ice), transparent);
  animation: skateDown 2.2s ease-in-out infinite;
}
@keyframes skateDown{ 0%{ top:-100%; } 100%{ top:100%; } }

.hero-marquee{
  position:relative; z-index:3; border-top:1px solid var(--line); margin-top: 60px;
  overflow:hidden; padding: 18px 0;
}
.marquee-track{
  display:flex; gap: 26px; white-space:nowrap; width: max-content;
  font-family: var(--display); font-size: 15px; letter-spacing:.08em;
  color: var(--frost-dim); animation: marquee 32s linear infinite;
}
.marquee-track span:nth-child(2n){ color: var(--ice); }
@keyframes marquee{ from{ transform: translateX(0); } to{ transform: translateX(-50%); } }

/* =============== DIVIDER =============== */
.ice-divider{ width:100%; height:60px; color: var(--ink); position:relative; z-index:2;}
.ice-divider svg{ width:100%; height:100%; display:block; }
.ice-divider-path{ fill:none; stroke: var(--line); stroke-width:1.5; }
.ice-divider.flip{ transform: scaleY(-1); }

/* =============== ABOUT =============== */
.about{ position:relative; background: var(--ink); padding: 40px 40px 120px; }
.about-grid{
  max-width: 1320px; margin: 60px auto 100px; display:grid;
  grid-template-columns: 1.3fr .9fr; gap: 60px; align-items:end;
}
.about-title{ font-size: clamp(36px, 5.2vw, 74px); }
.about-title span{ display:block; overflow:hidden; }
.about-title span > i{ display:block; font-style:normal; }
.about-copy p{ font-size: 18px; line-height:1.7; color: var(--frost-dim); max-width: 480px; }

.stat-row{
  max-width:1320px; margin: 0 auto; display:grid; grid-template-columns: repeat(4,1fr);
  border-top:1px solid var(--line);
}
.stat{ padding: 40px 20px 0; border-right:1px solid var(--line); }
.stat:last-child{ border-right:none; }
.stat-num{ font-family: var(--display); font-size: clamp(40px,5vw,68px); color: var(--ice); }
.stat-suffix{ font-family: var(--display); font-size: clamp(24px,3vw,36px); color: var(--ice); }
.stat p{ color: var(--frost-dim); font-size:14px; margin-top:8px; }

/* =============== SERVICES =============== */
.services{ position:relative; background: var(--ink-2); }
.services-head{ max-width:1320px; margin:0 auto; padding: 120px 40px 0; }
.services-head h2{ font-size: clamp(30px,4.4vw,56px); max-width: 700px; margin-top: 8px; }

.services-carousel{ position:relative; margin-top: 60px; padding: 0 40px 20px; }
.services-track{
  display:flex; gap: 28px; overflow-x:auto; scroll-snap-type: x mandatory;
  scroll-padding-left: 40px; -webkit-overflow-scrolling: touch;
  padding: 10px 0 30px; scrollbar-width:none; -ms-overflow-style:none;
}
.services-track::-webkit-scrollbar{ display:none; }
.service-card{
  position:relative; flex: 0 0 auto; width: min(80vw, 560px); height: clamp(340px, 56vh, 520px);
  border-radius: 24px; overflow:hidden; display:flex; align-items:flex-end;
  border: 1px solid var(--line); scroll-snap-align: start;
}
.service-img{
  position:absolute; inset:0; background-size:cover; background-position:center;
  transform: scale(1.06); filter: saturate(1.05) brightness(.7);
}
.service-info{
  position:relative; z-index:2; padding: 30px; width:100%;
  background: linear-gradient(180deg, transparent, rgba(5,11,20,.94) 75%);
}
.service-index{ font-family: var(--display); color: var(--ice); font-size:14px; letter-spacing:.1em; }
.service-info h3{ font-size: clamp(22px,3vw,32px); margin: 10px 0 10px; color: var(--frost); }
.service-info p{ color: var(--frost-dim); max-width: 420px; font-size:15px; line-height:1.55; }

.services-controls{ display:flex; align-items:center; justify-content:center; gap: 22px; margin-top: 10px; }
.car-btn{
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line);
  background: transparent; color: var(--frost); display:flex; align-items:center; justify-content:center;
  cursor:pointer; transition: border-color .3s var(--ease), background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
  flex: 0 0 auto;
}
.car-btn svg{ width:20px; height:20px; }
.car-btn:hover{ border-color: var(--ice); color: var(--ice); background: rgba(79,216,255,.08); }
.car-btn:active{ transform: scale(.92); }
.services-dots{ display:flex; align-items:center; gap: 8px; }
.dot{ width:8px; height:8px; border-radius:50%; background: var(--line); transition: background .3s var(--ease), width .3s var(--ease); cursor:pointer; }
.dot.active{ background: var(--ice); width: 24px; border-radius: 4px; }

/* =============== SIZES ===================== */
.sizes{ background: var(--ink); padding: 130px 0 100px; text-align:center; }
.sizes-inner{ max-width: 760px; margin: 0 auto 70px; padding: 0 40px; }
.sizes-inner h2{ font-size: clamp(30px,4.4vw,54px); margin-bottom: 20px; }
.sizes-inner p{ color: var(--frost-dim); font-size:17px; line-height:1.6; }
.sizes-marquee{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); overflow:hidden; padding: 26px 0; }
.sizes-marquee-track{
  display:flex; gap: 60px; width: max-content;
  font-family: var(--display); font-size: clamp(34px,6vw,80px); color: transparent;
  -webkit-text-stroke: 1px var(--line); text-stroke: 1px var(--line);
  animation: marqueeRev 26s linear infinite;
}
.sizes-marquee-track span:nth-child(3n){ color: var(--ice); -webkit-text-stroke: 0; }
@keyframes marqueeRev{ from{ transform: translateX(-50%); } to{ transform: translateX(0); } }

/* =============== CITIES =============== */
.cities{ background: var(--ink-2); padding-bottom: 130px; position:relative; }
.cities-head{ max-width:1320px; margin: 0 auto; padding: 90px 40px 60px; text-align:center; }
.cities-head h2{ font-size: clamp(28px,4vw,50px); }
.cities-cloud{
  max-width: 1100px; margin: 0 auto; padding: 0 40px;
  display:flex; flex-wrap:wrap; justify-content:center; gap: 16px;
}
.chip{
  border:1px solid var(--line); padding: 14px 26px; border-radius:100px;
  font-size: 15px; color: var(--frost-dim); font-weight:500;
  opacity:0; transform: translateY(30px) scale(.85) rotate(-4deg);
}
.chip-big{ font-size:18px; font-family: var(--display); color: var(--frost); padding: 16px 30px; }
.chip-accent{ border-color: var(--ice); color: var(--ice); }

/* =============== RECENT EVENTS =============== */
.recent-events{ background: var(--ink-2); padding: 130px 40px; }
.events-head{ max-width:1320px; margin: 0 auto; padding-bottom: 60px; text-align:center; }
.events-head h2{ font-size: clamp(28px,4vw,50px); }

.events-feature{
  max-width:1320px; margin: 0 auto 60px; display:grid;
  grid-template-columns: 1.2fr 1fr; gap: 40px; align-items:stretch;
  border: 1px solid var(--line); border-radius: 24px; overflow:hidden;
  background: var(--ink);
}
.events-feature-img{
  min-height: 380px; background-size:cover; background-position:center;
  filter: saturate(1.05) brightness(.92);
}
.events-feature-info{ padding: 44px 44px 44px 4px; display:flex; flex-direction:column; justify-content:center; }
.events-tag{
  display:inline-flex; align-self:flex-start; align-items:center; gap:8px;
  border:1px solid var(--ice); color: var(--ice); font-size:12px; font-weight:600;
  letter-spacing:.14em; text-transform:uppercase; padding: 8px 16px; border-radius:100px;
  margin-bottom: 18px;
}
.events-tag::before{ content:""; width:6px; height:6px; border-radius:50%; background: var(--ice); box-shadow: 0 0 8px var(--ice); }
.events-feature-info h3{ font-size: clamp(28px,3.4vw,40px); color: var(--frost); margin-bottom:14px; }
.events-feature-info p{ color: var(--frost-dim); font-size:16px; line-height:1.6; max-width: 460px; }

.events-grid{
  max-width:1320px; margin:0 auto; display:grid;
  grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.events-item{
  border-radius: 16px; overflow:hidden; border: 1px solid var(--line);
  background: var(--ink);
}
.events-item img{ width:100%; height: 200px; object-fit:cover; transition: transform .6s var(--ease); }
.events-item:hover img{ transform: scale(1.06); }
.events-item figcaption{ padding: 14px 16px; font-size: 13px; color: var(--frost-dim); font-weight:500; }

/* =============== GALLERY =============== */
.gallery{ background: var(--ink); padding: 130px 40px; }
.gallery-head{ max-width:1320px; margin: 0 auto; padding-bottom: 60px; text-align:center; }
.gallery-head h2{ font-size: clamp(28px,4vw,50px); }
.gallery-grid{
  max-width:1320px; margin:0 auto; display:grid;
  grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px;
}
.g-item{
  position:relative; overflow:hidden; border-radius:18px; border: 1px solid var(--line);
  clip-path: circle(0% at 50% 50%);
}
.g-item img{ width:100%; height:100%; object-fit:cover; transition: transform .7s var(--ease); }
.g-item:hover img{ transform: scale(1.08); }
.g-tall{ grid-row: span 2; }
.g-wide{ grid-column: span 2; }

/* =============== REVIEWS =============== */
.reviews{ background: var(--ink-2); padding: 130px 40px; }
.reviews-inner{ max-width: 900px; margin: 0 auto; text-align:center; }
.reviews-head h2{ font-size: clamp(28px,4vw,50px); margin-bottom: 22px; }

.review-feature{
  margin: 50px auto 0; max-width: 620px; border: 1px solid var(--line); border-radius: 24px;
  padding: 44px; background: var(--ink);
}
.review-stars{ color: #f5b400; font-size: 20px; letter-spacing:3px; margin-bottom:18px; }
.review-quote{ font-family: var(--display); font-size: clamp(20px,2.6vw,28px); color: var(--frost); margin-bottom: 18px; }
.review-author{ color: var(--frost-dim); font-size: 14px; }
.review-author span{ color: var(--ice-2); }

.review-mini-row{
  margin-top: 30px; display:grid; grid-template-columns: repeat(3,1fr); gap: 14px;
}
.review-mini{
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 14px;
  display:flex; flex-direction:column; gap: 8px; align-items:center;
}
.review-mini-stars{ color: #f5b400; font-size: 14px; letter-spacing:2px; }
.review-mini-name{ font-size: 12px; color: var(--frost-dim); text-align:center; }

/* =============== CONTACT =============== */
.contact{ position:relative; background: var(--ink-2); padding: 150px 40px 120px; overflow:hidden; }
.contact-inner{ position:relative; z-index:3; max-width: 900px; margin:0 auto; text-align:center; }
.contact-title{ font-size: clamp(38px,6vw,88px); margin: 14px 0 24px; }
.contact-sub{ color: var(--frost-dim); font-size:18px; max-width:560px; margin: 0 auto 60px; line-height:1.6; }
.contact-cards{ display:grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.contact-card{
  border:1px solid var(--line); border-radius:18px; padding: 26px 20px; text-align:left;
  transition: transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease);
  transform-style: preserve-3d;
}
.contact-card:hover{ border-color: var(--ice); background: rgba(79,216,255,.06); transform: translateY(-6px); }
.cc-label{ display:block; font-size:11px; letter-spacing:.2em; text-transform:uppercase; color: var(--ice); margin-bottom:10px; }
.cc-value{ display:block; font-family: var(--display); font-size:17px; color: var(--frost); word-break: break-word; }

/* =============== FOOTER =============== */
.site-footer{ background: var(--ink); border-top:1px solid var(--line); padding: 80px 40px 30px; }
.footer-top{ max-width:1320px; margin:0 auto; padding-bottom: 50px; border-bottom:1px solid var(--line); }
.footer-brand{ display:flex; align-items:center; gap:12px; font-family: var(--display); font-size:24px; margin-bottom:14px; }
.footer-brand img{ width:40px; height:40px; border-radius:50%; object-fit:cover; }
.footer-top p{ color: var(--frost-dim); font-size:15px; }
.footer-grid{
  max-width:1320px; margin: 0 auto; padding: 50px 0; display:grid;
  grid-template-columns: repeat(3,1fr); gap: 30px; border-bottom: 1px solid var(--line);
}
.footer-grid h4{ font-size:12px; letter-spacing:.2em; text-transform:uppercase; color: var(--ice); margin-bottom:18px; }
.footer-grid a{ display:block; color: var(--frost-dim); font-size:15px; margin-bottom:12px; transition:color .3s; }
.footer-grid a:hover{ color: var(--frost); }
.footer-bottom{
  max-width:1320px; margin:0 auto; padding-top:26px; display:flex; justify-content:space-between;
  color: var(--frost-dim); font-size:13px; flex-wrap:wrap; gap:10px;
}

/* =============== WHATSAPP FAB =============== */
.whatsapp-fab{
  position:fixed; right: 26px; bottom: 26px; z-index: 400;
  width: 58px; height:58px; border-radius:50%; background:#25D366;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 8px 30px rgba(37,211,102,.4);
  animation: fabPulse 2.6s ease-in-out infinite;
}
.whatsapp-fab svg{ width:28px; height:28px; fill: #06210f; }
@keyframes fabPulse{ 0%,100%{ box-shadow: 0 8px 30px rgba(37,211,102,.4);} 50%{ box-shadow: 0 8px 44px rgba(37,211,102,.75);} }

/* =============== REVEAL UTILS =============== */
[data-reveal]{ opacity:0; transform: translateY(26px); }

/* =============== RESPONSIVE =============== */
@media (max-width: 1080px){
  .navbar-inner{ padding: 0 28px; }
  .nav-links{ gap: 22px; }
}

@media (max-width: 900px){
  .nav-links, .nav-cta{ display:none; }
  .nav-burger{ display:flex; }
  .navbar-inner{ padding: 0 20px; }
  .about-grid{ grid-template-columns: 1fr; gap: 30px; }
  .stat-row{ grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2n){ border-right:none; }
  .stat{ border-bottom: 1px solid var(--line); padding-bottom: 30px; }
  .gallery-grid{ grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; }
  .g-wide{ grid-column: span 2; }
  .contact-cards{ grid-template-columns: repeat(2,1fr); }
  .footer-grid{ grid-template-columns: 1fr; }
  .hero{ padding: 110px 22px 0; }
  .about, .gallery, .contact, .recent-events{ padding-left:22px; padding-right:22px; }
  .services-head, .services-carousel{ padding-left:22px; padding-right:22px; }
  .cities-head, .cities-cloud{ padding-left:22px; padding-right:22px; }
  .sizes-inner{ padding-left:22px; padding-right:22px; }
  .hero-scroll{ right: 22px; bottom: 70px; }
  .events-feature{ grid-template-columns: 1fr; }
  .events-feature-img{ min-height: 260px; }
  .events-feature-info{ padding: 32px; }
  .events-grid{ grid-template-columns: repeat(2,1fr); }
  .reviews{ padding-left:22px; padding-right:22px; }
  .review-mini-row{ grid-template-columns: repeat(2,1fr); }
  .review-feature{ padding: 32px 24px; }
}

@media (max-width: 640px){
  .hero-title{ font-size: clamp(38px, 11vw, 64px); }
  .hero-marquee{ margin-top: 40px; }
  .hero-scroll{ display:none; }
  .about-title{ font-size: clamp(30px, 9vw, 46px); }
  .stat-row{ grid-template-columns: 1fr; }
  .stat{ border-right:none !important; }
  .service-card{ width: 86vw; height: 62vw; max-height: 420px; }
  .contact-cards{ grid-template-columns: 1fr; }
  .footer-bottom{ flex-direction: column; align-items:flex-start; gap: 6px; }
  .chip{ padding: 11px 18px; font-size: 13px; }
  .chip-big{ font-size: 15px; padding: 12px 20px; }
  .gallery-grid{ grid-auto-rows: 150px; gap: 10px; }
  .car-btn{ width: 46px; height: 46px; }
  .events-grid{ grid-template-columns: 1fr; }
  .events-item img{ height: 220px; }
  .events-feature-info{ padding: 26px; }
  .review-mini-row{ grid-template-columns: 1fr; }
}

@media (max-width: 420px){
  .nav-brand span{ display:none; }
  .gallery-grid{ grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .g-tall, .g-wide{ grid-column: auto; grid-row: auto; }
}

@media (max-width: 900px) and (orientation:landscape){
  .hero{ min-height: auto; padding-top: 130px; padding-bottom: 40px; }
}
