:root {
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  color: #1f2324;
  background: #f4f5f2;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; }
body, button, a { letter-spacing: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 84px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
}
.brand { width: 190px; background: #fff; text-decoration: none; }
.brand img { width: 100%; height: 54px; object-fit: contain; }
.site-nav { display: flex; gap: 34px; align-items: center; }
.site-nav a {
  padding: 12px 0;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:hover { color: #f2d000; }
.header-action {
  justify-self: end;
  padding: 12px 16px;
  border: 1px solid #f2d000;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.header-action:hover { background: #f2d000; color: #1f2324; }

.hero {
  position: relative;
  display: flex;
  min-height: 82svh;
  max-height: 860px;
  padding: 150px 6vw 68px;
  overflow: hidden;
  background: #242829 url("/static/site/hero-dry-hall.jpg") center 58% / cover no-repeat;
  color: #fff;
  align-items: flex-end;
}
.hero-shade { position: absolute; inset: 0; background: rgba(19, 22, 23, .57); }
.hero-copy { position: relative; z-index: 1; width: min(830px, 78vw); }
.kicker, .section-label, .program-tag {
  margin: 0 0 16px;
  color: #d3b900;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero .kicker { color: #f2d000; }
.hero h1 {
  margin: 0;
  font-size: 78px;
  line-height: .95;
  text-transform: uppercase;
}
.hero-lead {
  max-width: 680px;
  margin: 24px 0 30px;
  color: #f4f5f2;
  font-size: 23px;
  line-height: 1.4;
}
.hero-actions, .visit-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.button-primary { border-color: #f2d000; background: #f2d000; color: #1f2324; }
.button-primary:hover { border-color: #fff; background: #fff; }
.button-ghost { border-color: rgba(255, 255, 255, .76); color: #fff; }
.button-ghost:hover { border-color: #f2d000; color: #f2d000; }
.hero-marker {
  position: absolute;
  z-index: 1;
  right: 5vw;
  bottom: 62px;
  display: flex;
  margin: 0;
  color: #fff;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-marker span { color: #f2d000; font-size: 38px; line-height: 1; }

.live-strip {
  display: grid;
  min-height: 148px;
  padding: 28px 5vw;
  border-top: 7px solid #f2d000;
  background: #1f2324;
  color: #fff;
  grid-template-columns: 1.25fr 1fr .8fr;
  align-items: center;
  gap: 36px;
}
.live-heading { display: flex; gap: 16px; align-items: center; }
.live-heading h2 { margin: 0; font-size: 25px; line-height: 1.15; }
.live-heading .section-label { margin-bottom: 7px; color: #d4d8d5; }
.live-dot { width: 11px; height: 11px; border-radius: 50%; background: #7ec45b; box-shadow: 0 0 0 7px rgba(126, 196, 91, .12); }
.live-metrics { display: grid; grid-template-columns: repeat(3, minmax(78px, 1fr)); gap: 18px; }
.live-metric { border-left: 1px solid #626768; padding-left: 16px; }
.live-metric strong { display: block; font-size: 31px; line-height: 1; }
.live-metric span { display: block; margin-top: 7px; color: #c7ccca; font-size: 11px; text-transform: uppercase; }
.live-link-wrap { text-align: right; }
.live-link-wrap p { margin: 0 0 8px; color: #afb5b2; font-size: 11px; }
.text-link { color: #f2d000; font-size: 13px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 5px; }

.section { padding: 100px 6vw; }
.section-intro { display: grid; max-width: 1180px; margin: 0 auto 54px; grid-template-columns: .8fr 1.4fr 1fr; gap: 38px; align-items: start; }
.section-intro h2, .care-heading h2, .detailing-intro h2, .process-copy h2,
.lounge-copy h2, .overnight h2, .gallery-heading h2, .visit h2 {
  margin: 0;
  font-size: 43px;
  line-height: 1.04;
  text-transform: uppercase;
}
.section-intro > p:last-child, .care-heading > p, .gallery-heading > p {
  margin: 0;
  color: #5a6060;
  font-size: 17px;
  line-height: 1.55;
}
.program-grid { display: grid; max-width: 1180px; margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.program-card {
  display: grid;
  min-height: 260px;
  padding: 30px;
  border: 1px solid #cfd2ce;
  border-radius: 4px;
  background: #fff;
  grid-template-columns: 65px 1fr;
  gap: 22px;
}
.program-featured { border: 4px solid #f2d000; padding: 27px; }
.program-dark { border-color: #1f2324; background: #1f2324; color: #fff; }
.program-number { margin: 0; color: #979d9a; font-size: 13px; font-weight: 900; }
.program-featured .program-number, .program-dark .program-number { color: #d3b900; }
.program-card h3 { margin: 0 0 20px; font-size: 28px; text-transform: uppercase; }
.program-card div > p:last-child { max-width: 390px; margin: 0; color: #606665; font-size: 16px; line-height: 1.55; }
.program-dark div > p:last-child { color: #cdd2cf; }

.care { background: #fff; }
.care-heading, .gallery-heading {
  display: grid;
  max-width: 1180px;
  margin: 0 auto 56px;
  grid-template-columns: 1.5fr .75fr;
  gap: 80px;
  align-items: end;
}
.service-list { display: grid; max-width: 1180px; margin: 0 auto; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #b9bfbc; }
.service-item {
  min-height: 245px;
  padding: 24px 24px 28px 0;
  border-bottom: 1px solid #b9bfbc;
}
.service-item:not(:nth-child(4n + 1)) { padding-left: 24px; border-left: 1px solid #b9bfbc; }
.service-index { color: #b4a000; font-size: 12px; font-weight: 900; }
.service-item h3 { min-height: 58px; margin: 28px 0 16px; font-size: 21px; text-transform: uppercase; }
.service-item p { margin: 0; color: #656b69; font-size: 15px; line-height: 1.55; }
.service-note { max-width: 1180px; margin: 24px auto 0; color: #747a77; font-size: 12px; }

.detailing { padding: 100px 6vw; background: #e7e9e5; }
.detailing-intro {
  display: grid;
  max-width: 1180px;
  margin: 0 auto 56px;
  grid-template-columns: .65fr 1.25fr 1fr;
  gap: 38px;
  align-items: start;
}
.detailing-intro > p:last-child {
  margin: 0;
  color: #5a6060;
  font-size: 17px;
  line-height: 1.55;
}
.detailing-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.detailing-item {
  min-height: 390px;
  padding: 30px;
  border: 1px solid #c8ccca;
  border-radius: 4px;
  background: #fff;
}
.detailing-number { margin: 0 0 62px; color: #9ca19f; font-size: 13px; font-weight: 900; }
.detailing-item h3 { min-height: 66px; margin: 0 0 20px; font-size: 27px; line-height: 1.08; text-transform: uppercase; }
.detailing-item div > p:last-child { margin: 0; color: #5e6562; font-size: 15px; line-height: 1.58; }

.process { display: grid; min-height: 700px; grid-template-columns: 1.08fr .92fr; background: #1f2324; color: #fff; }
.process-photo { min-height: 640px; background: #353a3b url("/static/site/dry-hall-wide.jpg") center / cover no-repeat; }
.process-copy { display: flex; padding: 80px 7vw 70px; flex-direction: column; justify-content: center; }
.process-copy .section-label { color: #f2d000; }
.process-steps { padding: 0; margin: 48px 0 0; list-style: none; }
.process-steps li { display: grid; padding: 20px 0; border-top: 1px solid #5c6262; grid-template-columns: 54px 1fr; gap: 15px; }
.process-steps li:last-child { border-bottom: 1px solid #5c6262; }
.process-steps li > span { color: #f2d000; font-size: 12px; font-weight: 900; }
.process-steps strong { font-size: 17px; text-transform: uppercase; }
.process-steps p { margin: 7px 0 0; color: #c9cecb; font-size: 14px; line-height: 1.45; }

.lounge { display: grid; min-height: 760px; background: #fff; grid-template-columns: .9fr 1.1fr; }
.lounge > img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }
.lounge-copy { display: flex; padding: 80px 7vw; flex-direction: column; justify-content: center; }
.lounge-lead { margin: 26px 0 36px; color: #555c59; font-size: 18px; line-height: 1.58; }
.lounge-features { display: grid; border-top: 1px solid #bfc4c1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lounge-features > div { padding: 22px 18px 22px 0; }
.lounge-features > div:not(:first-child) { padding-left: 18px; border-left: 1px solid #bfc4c1; }
.lounge-features strong { display: block; min-height: 40px; font-size: 14px; text-transform: uppercase; }
.lounge-features p { margin: 10px 0 0; color: #686e6b; font-size: 13px; line-height: 1.45; }
.quality-note { margin-top: 24px; padding: 24px 0 0; border-top: 5px solid #f2d000; }
.quality-note span { color: #736600; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.quality-note p { margin: 9px 0 0; color: #363b39; font-size: 15px; font-weight: 700; line-height: 1.5; }

.overnight {
  display: grid;
  min-height: 290px;
  padding: 56px 6vw;
  background: #f2d000;
  grid-template-columns: 1.4fr .8fr auto;
  gap: 60px;
  align-items: center;
}
.overnight .section-label { color: #4b4400; }
.overnight h2 { max-width: 720px; font-size: 38px; }
.overnight > p { margin: 0; color: #3f4342; font-size: 16px; line-height: 1.55; }
.overnight .button-primary { border-color: #1f2324; background: #1f2324; color: #fff; white-space: nowrap; }
.overnight .button-primary:hover { border-color: #fff; background: #fff; color: #1f2324; }

.gallery { background: #e7e9e5; }
.gallery-grid { display: grid; max-width: 1380px; margin: 0 auto; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 300px 300px; gap: 10px; }
.gallery-grid figure { margin: 0; overflow: hidden; background: #c7cbc7; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-large { grid-row: 1 / span 2; }
.gallery-grid figure:nth-child(4) { grid-column: 2 / span 2; }

.visit { display: grid; min-height: 680px; background: #f2d000; grid-template-columns: 1.02fr .98fr; }
.visit-copy { display: flex; padding: 80px 8vw; flex-direction: column; justify-content: center; }
.visit .section-label { color: #423c00; }
.visit-copy > p:not(.section-label) { max-width: 590px; margin: 26px 0 36px; color: #3d4140; font-size: 18px; line-height: 1.5; }
.visit .button-primary { border-color: #1f2324; background: #1f2324; color: #fff; }
.visit .button-primary:hover { border-color: #fff; background: #fff; color: #1f2324; }
.phone-link { padding: 14px 6px; font-size: 18px; font-weight: 900; text-decoration: none; }
.visit > img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }

.site-footer { display: grid; min-height: 120px; padding: 28px 5vw; background: #1f2324; color: #fff; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.site-footer img { width: 160px; background: #fff; }
.site-footer p { margin: 0; color: #aeb4b1; font-size: 12px; text-align: center; text-transform: uppercase; }
.site-footer a { justify-self: end; color: #f2d000; font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero h1 { font-size: 64px; }
  .hero-marker { display: none; }
  .live-strip { grid-template-columns: 1fr 1fr; }
  .live-link-wrap { grid-column: 1 / -1; display: flex; justify-content: space-between; text-align: left; }
  .section-intro { grid-template-columns: 1fr 1.5fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-item:not(:nth-child(4n + 1)) { padding-left: 0; border-left: 0; }
  .service-item:nth-child(2n) { padding-left: 24px; border-left: 1px solid #b9bfbc; }
  .detailing-intro { grid-template-columns: .8fr 1.2fr; }
  .detailing-intro > p:last-child { grid-column: 2; }
  .detailing-grid { grid-template-columns: 1fr; }
  .detailing-item { display: grid; min-height: 0; grid-template-columns: 70px 1fr; }
  .detailing-number { margin: 0; }
  .detailing-item h3 { min-height: 0; }
  .process { grid-template-columns: 1fr; }
  .process-photo { min-height: 500px; }
  .lounge { grid-template-columns: 1fr; }
  .lounge > img { min-height: 500px; max-height: 600px; }
  .overnight { grid-template-columns: 1fr; gap: 24px; }
  .overnight .button { width: fit-content; }
  .visit { grid-template-columns: 1fr; }
  .visit > img { min-height: 500px; max-height: 600px; }
}

@media (max-width: 680px) {
  .site-header { height: 64px; padding: 0 16px; }
  .brand { width: 132px; }
  .brand img { height: 40px; }
  .header-action { padding: 9px 10px; font-size: 10px; }
  .hero { min-height: 78svh; padding: 108px 18px 42px; background-position: 61% center; }
  .hero-shade { background: rgba(19, 22, 23, .65); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 47px; }
  .hero-lead { margin: 18px 0 24px; font-size: 17px; line-height: 1.35; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 46px; padding: 0 14px; font-size: 11px; }
  .live-strip { min-height: 0; padding: 20px 18px; grid-template-columns: 1fr; gap: 22px; }
  .live-heading h2 { font-size: 20px; }
  .live-metrics { gap: 8px; }
  .live-metric { padding-left: 10px; }
  .live-metric strong { font-size: 25px; }
  .live-metric span { font-size: 9px; }
  .live-link-wrap { grid-column: auto; align-items: center; }
  .live-link-wrap p { max-width: 155px; margin: 0; }
  .text-link { font-size: 11px; }
  .section { padding: 66px 18px; }
  .section-intro, .care-heading, .detailing-intro, .gallery-heading { display: block; margin-bottom: 32px; }
  .section-intro .section-label, .care-heading .section-label, .detailing-intro .section-label, .gallery-heading .section-label { margin-bottom: 12px; }
  .section-intro h2, .care-heading h2, .detailing-intro h2, .process-copy h2,
  .lounge-copy h2, .overnight h2, .gallery-heading h2, .visit h2 { font-size: 32px; }
  .section-intro > p:last-child, .care-heading > p, .detailing-intro > p:last-child, .gallery-heading > p { margin-top: 18px; font-size: 15px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 205px; padding: 22px; grid-template-columns: 38px 1fr; gap: 8px; }
  .program-featured { padding: 19px; }
  .program-card h3 { margin-bottom: 13px; font-size: 22px; }
  .program-card div > p:last-child { font-size: 14px; }
  .service-list { grid-template-columns: 1fr; }
  .service-item, .service-item:nth-child(2n) { min-height: 0; padding: 18px 0 22px; border-left: 0; }
  .service-item h3 { min-height: 0; margin: 14px 0 8px; font-size: 18px; }
  .service-item p { font-size: 14px; }
  .detailing { padding: 66px 18px; }
  .detailing-item { display: block; padding: 22px; }
  .detailing-number { margin-bottom: 34px; }
  .detailing-item h3 { font-size: 22px; }
  .detailing-item div > p:last-child { font-size: 14px; }
  .process { min-height: 0; }
  .process-photo { min-height: 330px; }
  .process-copy { padding: 56px 18px; }
  .process-steps { margin-top: 30px; }
  .lounge { min-height: 0; }
  .lounge > img { min-height: 340px; max-height: 400px; }
  .lounge-copy { padding: 56px 18px; }
  .lounge-lead { margin: 20px 0 28px; font-size: 16px; }
  .lounge-features { grid-template-columns: 1fr; }
  .lounge-features > div, .lounge-features > div:not(:first-child) { padding: 18px 0; border-left: 0; border-bottom: 1px solid #bfc4c1; }
  .lounge-features strong { min-height: 0; }
  .overnight { padding: 48px 18px; }
  .overnight .button { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 170px 170px; gap: 6px; }
  .gallery-large { grid-column: 1 / -1; grid-row: auto; }
  .gallery-grid figure:nth-child(4) { grid-column: 1 / -1; }
  .visit { min-height: 0; }
  .visit-copy { padding: 60px 18px; }
  .visit-copy > p:not(.section-label) { margin: 20px 0 28px; font-size: 16px; }
  .visit-actions { display: block; }
  .phone-link { display: block; padding: 20px 0 0; text-align: center; }
  .visit > img { min-height: 380px; max-height: 440px; }
  .site-footer { grid-template-columns: 1fr; padding: 28px 18px; gap: 18px; justify-items: center; }
  .site-footer p { order: 3; }
  .site-footer a { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-grid img { transition: none; }
}
