
:root{--r:#e31b23;--bg:#050505;--p:#111;--line:#313131;--w:#f6f6f6;--m:#bdbdbd}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--w);font-family:Arial,Helvetica,sans-serif}
.topbar{display:flex;align-items:center;gap:22px;padding:10px 2.5%;border-bottom:1px solid #222;background:#050505;position:sticky;top:0;z-index:10}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;min-width:300px}.brand img{width:78px;height:68px;object-fit:cover}.brand strong{font-size:24px;display:block}.brand span{display:block;color:var(--r);font-weight:800;font-size:13px;margin-top:4px}
nav{display:flex;gap:24px;margin-left:auto}nav a{color:#fff;text-decoration:none;font-weight:800;font-size:13px}.btn{display:inline-block;background:var(--r);color:#fff;text-decoration:none;padding:14px 18px;font-weight:900;border-radius:4px}
.hero{display:grid;grid-template-columns:32% 40% 28%;min-height:480px;border-bottom:1px solid #222}.hero-text{padding:70px 38px}.hero-text h1{font-size:clamp(40px,4vw,65px);line-height:.96;margin:0 0 20px}.hero-text p{font-size:18px;line-height:1.5;color:#ddd;max-width:460px}.hero-photo{overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-logo{display:flex;align-items:center;justify-content:center;border-left:1px solid #222}.hero-logo img{width:80%;max-width:370px}
.rates{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:16px 2.5%;}.rates article{background:#0b0b0b;border:1px solid var(--line);padding:22px;text-align:center}.rates span{display:block;font-size:18px;font-weight:900}.rates em{display:block;color:var(--r);font-style:normal;margin:8px 0}.rates small{display:block;color:#ddd}.rates b{display:block;color:var(--r);font-size:34px;margin-top:8px}
.weather,.gallery-wrap,.reports,.bottom{padding:38px 2.5%;border-top:1px solid #222}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-head h2,.bottom h2,.reports h2{margin:0 0 20px;border-left:5px solid var(--r);padding-left:12px}.section-head a{color:var(--r);text-decoration:none;font-weight:900}
.forecast{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}.forecast div{text-align:center;padding:22px;border-right:1px solid var(--line)}.forecast div:last-child{border-right:0}.forecast strong,.forecast span,.forecast small{display:block}.forecast span{font-size:25px;color:var(--r);font-weight:900;margin:8px 0}.weather-note{color:#999}
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid #333}
.reports{display:grid;grid-template-columns:1fr 1fr;gap:18px}.reports article{display:grid;grid-template-columns:1fr 190px;gap:20px;background:#0b0b0b;border:1px solid var(--line);padding:20px}.reports img{width:190px;height:250px;object-fit:cover}.reports p{color:#ccc;line-height:1.5}
.bottom{display:grid;grid-template-columns:1fr 1fr;gap:22px}.bottom article{background:#0b0b0b;border:1px solid var(--line);padding:28px}.bottom p{color:#ccc;line-height:1.6}.contact a{color:#fff}
footer{text-align:center;padding:28px;color:#777;border-top:1px solid #222}
@media(max-width:950px){nav{display:none}.brand{min-width:0}.hero{grid-template-columns:1fr}.hero-text{padding:50px 6%}.hero-photo{height:360px}.hero-logo{display:none}.gallery{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.topbar{gap:10px}.brand img{width:58px;height:52px}.brand strong{font-size:18px}.brand span{font-size:10px}.topbar>.btn{padding:12px 14px;margin-left:auto}.rates{grid-template-columns:1fr 1fr}.forecast{grid-template-columns:1fr}.forecast div{border-right:0;border-bottom:1px solid var(--line)}.gallery{grid-template-columns:repeat(2,1fr)}.reports,.bottom{grid-template-columns:1fr}.reports article{grid-template-columns:1fr 130px}.reports img{width:130px;height:190px}}

/* v3 mobile/gallery upgrades */
html{scroll-behavior:smooth}
#rates,#weather,#gallery,#about,#contact{scroll-margin-top:100px}
.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}
@media(max-width:650px){
  #rates,#weather,#gallery,#about,#contact{scroll-margin-top:82px}
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .gallery img{aspect-ratio:1/1;object-fit:cover}
}

.weather-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;padding:18px 10px;border-right:1px solid var(--line);min-height:190px}
.weather-card:last-child{border-right:0}
.weather-card strong{font-size:16px}
.weather-card b{font-size:26px;color:#fff}
.weather-card small{color:#ddd}
.weather-icon{font-size:30px}
.weather-loading{grid-column:1/-1;padding:32px;text-align:center;color:#bbb}
@media(max-width:650px){
  .weather-card{border-right:0;border-bottom:1px solid var(--line);min-height:155px}
  .weather-card:last-child{border-bottom:0}
}

/* v7 mobile photo fix: preserve full original photos */
@media(max-width:650px){
  .gallery figure{
    background:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:0;
  }
  .gallery img{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:center center;
  }
  .hero-photo{
    height:auto;
    min-height:0;
    background:#000;
  }
  .hero-photo img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center top;
  }
}

/* v8 mobile masonry gallery: full photos, tighter stacking, no cropping */
@media(max-width:650px){
  .gallery{
    display:block;
    column-count:2;
    column-gap:8px;
  }

  .gallery img{
    display:block;
    width:100%;
    height:auto;
    margin:0 0 8px 0;
    break-inside:avoid;
    -webkit-column-break-inside:avoid;
    page-break-inside:avoid;
    object-fit:contain;
    object-position:center center;
  }
}

/* v9 NWS 7-day forecast */
@media(min-width:651px){
  .forecast{grid-template-columns:repeat(7,minmax(0,1fr))}
  .weather-card{padding:16px 8px;min-height:205px}
  .weather-card b{font-size:22px}
}
