
:root {
  --black: #0b0c0b;
  --panel: #141513;
  --panel-soft: #1b1c19;
  --text: #f3efe6;
  --muted: #aaa89f;
  --line: #353630;
  --orange: #f26422;
  --orange-light: #ff8148;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.025em;
  text-decoration: none;
}
nav { display: flex; gap: 30px; color: var(--muted); font-size: 12px; font-weight: 700; }
nav a { text-decoration: none; }
nav a:hover { color: var(--text); }
.header-cta, .back-link { font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.header-cta {
  padding: 10px 16px;
  border: 1px solid #55564f;
  border-radius: 999px;
  text-decoration: none;
}
.header-cta:hover { border-color: var(--orange); color: var(--orange-light); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
  padding-block: 78px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--orange-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}
h1 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(60px, 7.2vw, 96px);
}
.hero h1 span { color: var(--orange); font-style: italic; }
.hero-lede {
  max-width: 650px;
  margin: 28px 0;
  color: #ccc9c0;
  font-size: 19px;
  line-height: 1.6;
}
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button {
  display: inline-block;
  padding: 14px 21px;
  background: var(--orange);
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { background: var(--orange-light); }
.secondary-link { color: #d2d0c8; font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.quick-facts p { margin: 0; padding: 18px 14px 0 0; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { font-family: Georgia, serif; font-size: 19px; }
.quick-facts span { margin-top: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.hero-photo { position: relative; margin: 0; }
.hero-photo img {
  display: block;
  width: 100%;
  height: 590px;
  object-fit: contain;
  background: #050505;
  border-radius: 8px;
  filter: saturate(.8) contrast(1.03);
}
.hero-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  background: rgba(10, 11, 10, .88);
  border-radius: 3px;
  color: #e9e6dd;
  font-size: 10px;
  font-weight: 800;
}

.operator-band { padding-block: 105px; background: var(--panel); }
.operator-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 80px;
  align-items: center;
}
.operator-grid > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(.75);
}
.operator-grid h2, .section-heading h2, .final-cta h2, .process-grid h2 {
  margin-bottom: 0;
  font-size: clamp(43px, 5vw, 67px);
}
.operator-grid > div > p:not(.eyebrow) { color: #c2c0b8; }
.service, .results, .group-section { padding-block: 110px; }
.section-heading { max-width: 780px; }
.section-heading > p:last-child, .group-note { color: var(--muted); }
.included-list {
  max-width: 780px;
  padding: 0;
  margin-top: 48px;
  list-style: none;
}
.included-list li {
  position: relative;
  padding: 16px 16px 16px 36px;
  border-top: 1px solid var(--line);
  font-weight: 750;
}
.included-list li:last-child { border-bottom: 1px solid var(--line); }
.included-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: var(--orange);
  font-weight: 900;
}

.pricing-section { padding-block: 110px; background: #10110f; border-block: 1px solid var(--line); }
.price-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; margin-top: 48px; }
.main-price {
  padding: 35px;
  background: var(--orange);
  border-radius: 6px;
  color: white;
}
.main-price p, .main-price span { margin: 0; font-size: 12px; font-weight: 800; }
.main-price strong {
  display: block;
  margin: 13px 0;
  font-family: Georgia, serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.07em;
}
.add-on-list { border-top: 1px solid var(--line); }
.add-on-list p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); }
.add-on-list strong { color: var(--orange-light); }
.storage-box {
  display: grid;
  grid-template-columns: 1.1fr 1fr .8fr;
  gap: 45px;
  margin: 58px 0 36px;
  padding: 32px;
  background: var(--panel-soft);
  border-radius: 6px;
}
.storage-box h3 { font-size: 27px; line-height: 1.1; }
.storage-box ul { margin: 0; padding-left: 20px; }
.storage-box > p { margin: 0; color: var(--muted); font-size: 13px; }

.results { display: grid; grid-template-columns: .7fr 1fr; gap: 80px; align-items: start; }
.before-after { width: 100%; max-height: 800px; object-fit: contain; border-radius: 6px; }
.group-section { border-top: 1px solid var(--line); }
.group-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.group-prices p { margin: 0; padding: 28px; background: var(--panel); border-radius: 5px; }
.group-prices span, .group-prices strong { display: block; }
.group-prices span { color: var(--muted); font-size: 11px; font-weight: 800; }
.group-prices strong { margin-top: 30px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.group-note { max-width: 850px; font-size: 13px; }

.process-section { padding-block: 100px; background: var(--panel); border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.process-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.process-grid li span { color: var(--orange); font-size: 11px; font-weight: 900; }
.final-cta { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; padding-block: 110px; }
.final-cta > div:last-child > p { margin-top: 0; color: #c5c3bb; }
.fine-print { padding-block: 25px 55px; border-top: 1px solid var(--line); color: #777971; font-size: 10px; }
.fine-print p { margin: 7px 0; }
footer { display: flex; justify-content: space-between; gap: 20px; padding-block: 30px 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; }

.reserve-hero { max-width: 850px !important; margin: 0 auto; padding-block: 85px 48px; text-align: center; }
.reserve-hero h1 { font-size: clamp(52px, 7vw, 82px); }
.reserve-hero > p:last-child { max-width: 650px; margin: 23px auto; color: var(--muted); font-size: 18px; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 50px; }
.contact-card {
  display: flex;
  min-height: 210px;
  padding: 28px;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
}
.contact-card:hover { border-color: var(--orange); }
.contact-card span { margin-bottom: auto; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { font-family: Georgia, serif; font-size: 38px; font-weight: 500; line-height: 1.1; }
.contact-card small { margin-top: 8px; color: var(--muted); overflow-wrap: anywhere; }
.primary-contact { background: var(--orange); border-color: var(--orange); color: white; }
.primary-contact span, .primary-contact small { color: #fff0e8; }
.contact-help { max-width: 760px; margin-bottom: 105px; padding: 34px; background: var(--panel-soft); border-radius: 6px; }
.contact-help h3 { font-size: 30px; }
.contact-help ol { padding-left: 20px; }
.contact-help p { margin: 25px 0 0; color: var(--muted); }
.reserve-layout { display: grid; grid-template-columns: 1fr 300px; gap: 55px; align-items: start; padding-bottom: 105px; }
.reserve-layout aside { position: sticky; top: 25px; padding: 26px; background: var(--panel); border: 1px solid var(--line); border-radius: 5px; }
.reserve-layout aside h3 { font-size: 22px; }
.reserve-layout aside ol { padding-left: 20px; }
.reserve-layout aside p { color: var(--muted); font-size: 13px; }
.reserve-form { display: grid; gap: 22px; }
.reserve-form fieldset { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 5px; }
.reserve-form legend { padding: 0 8px; color: #d8d5cd; font-size: 12px; font-weight: 800; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid .wide { grid-column: 1 / -1; }
.reserve-form label { display: grid; gap: 6px; color: #d2d0c8; font-size: 12px; font-weight: 750; }
.reserve-form input, .reserve-form select, .reserve-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #44463f;
  border-radius: 3px;
  background: #181916;
  color: var(--text);
  font: inherit;
  font-size: 15px;
}
.reserve-form input:focus, .reserve-form select:focus, .reserve-form textarea:focus { outline: 2px solid var(--orange); outline-offset: 1px; }
.check-row { grid-template-columns: auto 1fr !important; align-items: start; }
.check-row input, .terms input, .radio-group input { width: auto; }
.check-row small { display: block; margin-top: 4px; color: var(--muted); font-weight: 400; }
.radio-group { display: grid; gap: 8px; margin: 24px 0; }
.radio-group p { margin: 0; font-size: 12px; font-weight: 800; }
.radio-group label { display: flex; grid-template-columns: none; align-items: center; gap: 8px; }
.estimate { padding: 25px; background: var(--panel-soft); border-radius: 5px; }
.estimate span, .estimate strong { display: block; }
.estimate span { color: var(--muted); font-size: 11px; font-weight: 800; }
.estimate strong { color: var(--orange-light); font-family: Georgia, serif; font-size: 54px; font-weight: 500; }
.estimate p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.terms { grid-template-columns: auto 1fr !important; align-items: center; }
.reserve-form .button { justify-self: start; }
.form-note { margin: 0; color: var(--muted); font-size: 11px; }

@media (max-width: 800px) {
  .shell { width: min(100% - 30px, 680px); }
  nav { display: none; }
  .hero, .operator-grid, .results, .price-grid, .process-grid, .final-cta, .reserve-layout { grid-template-columns: 1fr; }
  .hero { padding-block: 58px; }
  .hero-photo img { height: 470px; }
  .operator-grid > img { height: 360px; }
  .storage-box { grid-template-columns: 1fr; }
  .group-prices { grid-template-columns: 1fr; }
  .results { gap: 42px; }
  .reserve-layout aside { position: static; order: -1; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: 1; }
  .quick-facts { grid-template-columns: 1fr; }
  .contact-options { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
  .header-cta { font-size: 10px; }
}

@media (max-width: 480px) {
  .site-header { height: 70px; }
  .brand { font-size: 16px; }
  h1 { font-size: 53px; }
  .hero-photo img { height: 390px; }
  .main-price strong { font-size: 70px; }
  .button { font-size: 11px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
}
