:root {
  --ink: #111820;
  --night: #15242c;
  --asphalt: #e9eef1;
  --steel: #4f626d;
  --blue: #245f7f;
  --sage: #66796e;
  --brass: #c8902e;
  --rust: #9f542f;
  --bone: #f6f8fa;
  --paper: #ffffff;
  --white: #ffffff;
  --muted: #5f6b70;
  --line: rgba(12, 20, 22, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 18px 46px rgba(17, 24, 32, 0.12);
  --deep-shadow: 0 26px 70px rgba(17, 24, 32, 0.26);
  --content-max: 1320px;
  --frame-gutter: clamp(24px, 7vw, 112px);
  --section-radius: 10px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bone);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

body {
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.018) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(rgba(17, 24, 32, 0.016) 1px, transparent 1px) 0 0 / 76px 76px,
    var(--bone);
  margin: 0;
  min-width: 320px;
  padding-top: 92px;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 24, 32, 0.1);
  backdrop-filter: blur(18px);
  color: var(--ink);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  min-height: 88px;
  padding: 10px clamp(16px, 4vw, 44px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  transform: none !important;
  will-change: top, transform;
}

.has-scrolled .site-header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(17, 24, 32, 0.1);
}

.brand {
  align-items: center;
  border: 0;
  display: inline-flex;
  gap: 0;
  line-height: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.brand-logo {
  height: clamp(62px, 5.6vw, 76px);
  margin: 0;
  padding: 0;
  width: auto;
  max-width: min(34vw, 360px);
}

.brand-mark {
  background:
    linear-gradient(135deg, var(--brass), #f1cf7a 48%, var(--rust));
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(12, 20, 22, 0.34), 0 10px 28px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  display: grid;
  font-size: 1.06rem;
  font-weight: 950;
  height: 44px;
  place-items: center;
  width: 44px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1;
}

.brand small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.73rem;
  font-weight: 850;
  margin-top: 4px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.menu-actions {
  display: none;
}

.guide-menu-links {
  display: none;
}

.nav a {
  border: 1px solid transparent;
  border-radius: 0;
  color: #263235;
  font-weight: 850;
  padding: 10px 12px;
}

.nav a:hover {
  background: rgba(36, 95, 127, 0.08);
  border-color: rgba(36, 95, 127, 0.16);
  color: var(--ink);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.header-cta,
.header-phone,
.button {
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.header-cta:hover,
.header-phone:hover,
.button:hover {
  transform: none;
}

.header-cta,
.button.primary {
  background: var(--brass);
  box-shadow: 0 12px 30px rgba(200, 144, 46, 0.24);
  color: var(--ink);
}

.header-cta:hover,
.button.primary:hover {
  background: #d39d3d;
  box-shadow: 0 16px 38px rgba(200, 144, 46, 0.32);
}

.header-phone,
.button.call,
.button.contact-call {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(12, 20, 22, 0.12);
  color: var(--ink);
}

.header-phone:hover,
.button.call:hover,
.button.contact-call:hover {
  background: white;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(17, 24, 32, 0.14);
  color: var(--ink);
}

.button.ghost:hover {
  background: white;
}

.menu-button {
  background: #ffffff;
  border: 1px solid rgba(36, 95, 127, 0.22);
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(17, 24, 32, 0.08);
  display: none;
  height: 46px;
  place-items: center;
  width: 46px;
}

.menu-button span {
  background: var(--blue);
  border-radius: 99px;
  display: block;
  height: 2px;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  width: 21px;
}

.menu-button span + span {
  margin-top: 6px;
}

.site-header[data-open="true"] .menu-button span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.site-header[data-open="true"] .menu-button span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  background: var(--paper);
  border-radius: var(--section-radius);
  color: var(--ink);
  margin: clamp(14px, 2vw, 24px) auto;
  min-height: min(720px, calc(100svh - 132px));
  overflow: hidden;
  position: relative;
  width: min(calc(100% - var(--frame-gutter)), var(--content-max));
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 72px 72px;
  content: "";
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero img {
  filter: saturate(1.04) contrast(1.08);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translate(-50%, var(--hero-shift, 0px)) scale(1.04);
  transform-origin: center center;
  transition: transform 80ms linear;
  width: 100%;
  max-width: none;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(17, 24, 32, 0.2));
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  margin-inline: auto;
  max-width: 1500px;
  min-height: min(720px, calc(100svh - 132px));
  padding: clamp(42px, 6vw, 80px) clamp(20px, 6vw, 76px);
  position: relative;
  z-index: 2;
}

.hero-copy {
  color: var(--ink);
  display: grid;
  gap: 22px;
  max-width: 880px;
  padding-left: clamp(0px, 2vw, 26px);
  position: relative;
}

.hero-copy::before {
  background: linear-gradient(180deg, var(--blue), var(--brass));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.eyebrow {
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.lot-copy .eyebrow,
.site-band-copy .eyebrow {
  color: var(--blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.9rem, 5.15vw, 5.45rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 0;
  max-width: 930px;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(2.05rem, 4vw, 4.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}

h3 {
  font-size: clamp(1.18rem, 1.65vw, 1.58rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.14;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-copy p:not(.eyebrow) {
  color: #3f4d55;
  font-size: clamp(1.05rem, 1.55vw, 1.26rem);
  max-width: 710px;
  overflow-wrap: break-word;
}

.hero-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.hero-card::before {
  background: linear-gradient(90deg, var(--brass), var(--rust), var(--blue));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-card strong {
  font-size: 1.45rem;
  line-height: 1.1;
}

.hero-card span {
  color: var(--muted);
  font-weight: 800;
}

.hero-address {
  display: grid;
  gap: 4px;
}

.hero-address:hover span {
  color: var(--blue);
}

.phone-link {
  color: var(--brass);
  font-weight: 950;
}

.hero-card-rule {
  background: rgba(17, 24, 32, 0.12);
  height: 1px;
  margin: 10px 0;
}

.hero-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.hero-card dl div {
  align-items: baseline;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.hero-card dt {
  color: var(--steel);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-card dd {
  color: var(--ink);
  font-weight: 950;
  margin: 0;
  text-align: right;
}

.section {
  border-radius: var(--section-radius);
  margin: clamp(14px, 2vw, 24px) auto;
  overflow: hidden;
  padding: clamp(46px, 7vw, 88px) clamp(16px, 5vw, 76px);
  width: min(calc(100% - var(--frame-gutter)), var(--content-max));
}

.section-heading {
  max-width: 900px;
}

.section-heading.compact {
  margin-inline: auto;
  max-width: 780px;
  text-align: center;
}

.intro-section {
  background:
    linear-gradient(135deg, rgba(39, 95, 124, 0.08), transparent 42%),
    var(--bone);
}

.process-section {
  background: var(--paper);
}

.feature-rail,
.process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.process-grid {
  margin-inline: auto;
  max-width: 1120px;
}

.feature-rail article,
.process-grid article,
.storage-grid article,
.address-block,
.faq-list details,
.availability-card,
.vehicle-card,
.space-meter {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(12, 20, 22, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-rail article,
.process-grid article,
.address-block,
.faq-list details,
.availability-card,
.price-card,
.rig-console {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.feature-rail article,
.process-grid article {
  align-content: start;
  display: grid;
  gap: 12px;
  min-height: 175px;
  overflow: hidden;
  padding: 28px 28px 26px;
  position: relative;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.feature-rail article:hover,
.process-grid article:hover {
  border-color: rgba(36, 95, 127, 0.24);
  box-shadow: 0 22px 54px rgba(17, 24, 32, 0.15);
  transform: translateY(-2px);
}

.feature-rail article::before,
.process-grid article::before {
  background: linear-gradient(90deg, var(--blue), var(--brass));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.feature-rail article h3,
.process-grid article h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.feature-rail article p,
.process-grid article p {
  margin: 0;
}

.feature-rail strong,
.process-grid span {
  color: var(--rust);
  display: block;
  font-size: 0.82rem;
  font-weight: 950;
  margin-bottom: 16px;
}

.site-band {
  align-items: stretch;
  background: var(--paper);
  border-radius: var(--section-radius);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  margin: clamp(14px, 2vw, 24px) auto;
  min-height: 540px;
  overflow: hidden;
  width: min(calc(100% - var(--frame-gutter)), var(--content-max));
}

.site-band-media {
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.site-band-media::after {
  background:
    linear-gradient(90deg, transparent, rgba(246, 248, 250, 0.38)),
    linear-gradient(180deg, rgba(17, 24, 32, 0.02), rgba(17, 24, 32, 0.12));
  content: "";
  inset: 0;
  position: absolute;
}

.site-band-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.site-band-copy {
  align-content: center;
  display: grid;
  padding: clamp(42px, 6vw, 78px);
}

.site-band-copy h2 {
  color: var(--ink);
  max-width: 680px;
}

.site-band-copy p {
  color: var(--muted);
  max-width: 620px;
}

.proof-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.proof-grid span {
  background: #f6f8fa;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 8px;
  color: var(--steel);
  display: grid;
  gap: 6px;
  min-height: 118px;
  padding: 18px;
}

.proof-grid strong {
  color: var(--blue);
  font-size: 1.65rem;
  line-height: 1;
}

.pricing-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(39, 95, 124, 0.1), transparent 32%),
    var(--bone);
}

.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, 0.88fr) minmax(260px, 0.62fr) minmax(260px, 0.62fr);
  margin-top: 28px;
}

.price-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(12, 20, 22, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  min-height: 280px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.price-card::before {
  background: linear-gradient(90deg, var(--brass), var(--rust));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.price-card.featured {
  background:
    linear-gradient(180deg, rgba(36, 95, 127, 0.1), rgba(255, 255, 255, 0.98));
  border-color: rgba(36, 95, 127, 0.2);
  color: var(--ink);
}

.price-card span {
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-card.featured span {
  color: var(--blue);
}

.price-card strong {
  font-size: clamp(3.5rem, 7vw, 6.2rem);
  letter-spacing: 0;
  line-height: 0.85;
}

.price-card small {
  font-size: 1.2rem;
}

.price-card p,
.price-card li {
  color: var(--muted);
  line-height: 1.6;
}

.price-card.featured p {
  color: var(--muted);
}

.price-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-card li {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px 1fr;
  position: relative;
}

.price-card a {
  align-self: end;
  color: var(--rust);
  font-weight: 950;
}

.price-card.featured a {
  color: var(--blue);
}

.storage-grid {
  background:
    linear-gradient(180deg, #ffffff, var(--asphalt));
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: clamp(46px, 7vw, 88px) clamp(16px, 5vw, 76px);
}

.storage-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border-color: rgba(17, 24, 32, 0.1);
  box-shadow: var(--shadow);
  color: var(--ink);
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.storage-grid article img {
  aspect-ratio: 1.45;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  height: auto;
  margin: -8px 0 24px;
  object-fit: cover;
  width: 100%;
}

.storage-grid article::after {
  background: linear-gradient(90deg, var(--brass), var(--rust));
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.storage-grid span {
  color: var(--blue);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.storage-grid h3 {
  color: var(--ink);
}

.storage-grid p {
  color: var(--muted);
}

.picker-section {
  background:
    linear-gradient(180deg, var(--bone), #e8ecef);
}

.rig-console {
  background: #ffffff;
  border: 1px solid rgba(12, 20, 22, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 28px auto 0;
  max-width: 1120px;
  padding: 18px;
  color: var(--ink);
}

.rig-tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rig-tab {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(12, 20, 22, 0.08);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
  min-height: 54px;
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.rig-tab:hover {
  background: white;
}

.rig-tab.active {
  background: linear-gradient(135deg, #f1c862, var(--brass));
  border-color: transparent;
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(217, 166, 66, 0.18);
}

.rig-stage {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 16px;
}

.vehicle-card {
  align-items: start;
  background: transparent;
  border: none;
  box-shadow: none;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(260px, 0.95fr) 1fr;
  min-height: auto;
  overflow: visible;
  padding: 0;
}

.vehicle-copy {
  display: grid;
  gap: 22px;
}

.vehicle-photo {
  aspect-ratio: 1.35;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(12, 20, 22, 0.1);
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}

.planner-copy {
  display: grid;
  gap: 12px;
}

.length-copy {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
}

.length-copy strong {
  color: var(--blue);
  display: inline-block;
  margin-left: 0.25rem;
}

.planner-copy p {
  margin: 0;
  color: var(--steel);
  line-height: 1.7;
}

.planner-copy a {
  color: var(--rust);
  font-weight: 950;
}

.meter-track span {
  background: linear-gradient(90deg, var(--sage), var(--brass), var(--rust));
  display: block;
  height: 100%;
  transition: width 260ms ease;
  width: 72%;
}

.meter-notes {
  align-items: flex-start;
  flex-direction: column;
}

.meter-notes a {
  color: var(--rust);
  font-weight: 950;
}

.lot-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(36, 95, 127, 0.1), transparent 42%),
    var(--paper);
  color: var(--ink);
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
}

.lot-copy p {
  color: var(--muted);
}

.lot-copy h2 {
  color: var(--ink);
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.check-list li {
  align-items: center;
  color: var(--ink);
  display: grid;
  font-weight: 850;
  gap: 12px;
  grid-template-columns: 26px 1fr;
  position: relative;
}

.check-list li::before,
.price-card li::before {
  align-self: start;
  background: rgba(36, 95, 127, 0.12);
  border: 1px solid rgba(36, 95, 127, 0.2);
  border-radius: 999px;
  color: var(--blue);
  content: "\2713";
  display: grid;
  font-size: 0.95rem;
  font-weight: 950;
  height: 20px;
  line-height: 1;
  place-items: center;
  width: 20px;
}

.lot-detail-panel {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lot-detail-panel article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 205px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.lot-detail-panel article::before {
  background: linear-gradient(90deg, var(--brass), var(--rust));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.lot-detail-panel span {
  color: var(--brass);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.lot-detail-panel h3 {
  color: var(--ink);
}

.lot-detail-panel p {
  color: var(--muted);
}

.guides-section {
  background:
    linear-gradient(135deg, rgba(200, 144, 46, 0.08), transparent 42%),
    var(--paper);
}

.guide-hero {
  background: var(--paper);
  border-radius: var(--section-radius);
  color: var(--ink);
  margin: clamp(14px, 2vw, 24px) auto;
  min-height: 470px;
  overflow: hidden;
  position: relative;
  width: min(calc(100% - var(--frame-gutter)), var(--content-max));
}

.guide-hero img {
  filter: saturate(1.02) contrast(1.05);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.guide-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 900px;
  padding: clamp(56px, 8vw, 112px) clamp(20px, 6vw, 76px);
  position: relative;
  z-index: 2;
}

.guide-hero-copy p:not(.eyebrow) {
  color: #3f4d55;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  max-width: 700px;
}

.guide-index-section {
  background: var(--bone);
  padding-bottom: 0;
  padding-top: clamp(24px, 4vw, 44px);
}

.guide-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guide-index a {
  background: white;
  border: 1px solid rgba(12, 20, 22, 0.12);
  border-radius: 8px;
  color: var(--blue);
  font-weight: 950;
  padding: 12px 14px;
}

.guide-preview-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.guide-preview-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(12, 20, 22, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  min-height: 210px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.guide-preview-card::before {
  background: linear-gradient(90deg, var(--blue), var(--brass));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.guide-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.guide-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(12, 20, 22, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.guide-card::before {
  background: linear-gradient(90deg, var(--blue), var(--brass));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.guide-preview-card span,
.guide-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.guide-preview-card h3,
.guide-preview-card p,
.guide-card h3,
.guide-card p {
  margin: 0;
}

.guide-preview-card p {
  color: var(--muted);
}

.guide-link-button {
  margin-top: 18px;
  width: fit-content;
}

.guide-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.guide-card li {
  color: var(--muted);
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  line-height: 1.55;
}

.guide-card li::before {
  background: rgba(36, 95, 127, 0.12);
  border: 1px solid rgba(36, 95, 127, 0.2);
  border-radius: 999px;
  color: var(--blue);
  content: "\2713";
  display: grid;
  font-size: 0.82rem;
  font-weight: 950;
  height: 18px;
  line-height: 1;
  margin-top: 3px;
  place-items: center;
  width: 18px;
}

.guide-page-section {
  display: grid;
  gap: 18px;
}

.guide-article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(12, 20, 22, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 42px);
  scroll-margin-top: 104px;
}

.guide-article span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.guide-article h2,
.guide-article h3,
.guide-article p {
  margin: 0;
}

.guide-article ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-article li {
  color: var(--muted);
  display: grid;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  line-height: 1.58;
}

.guide-article li::before {
  background: rgba(36, 95, 127, 0.12);
  border: 1px solid rgba(36, 95, 127, 0.2);
  border-radius: 999px;
  color: var(--blue);
  content: "\2713";
  display: grid;
  font-size: 0.82rem;
  font-weight: 950;
  height: 18px;
  line-height: 1;
  margin-top: 3px;
  place-items: center;
  width: 18px;
}

.guide-columns {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-columns > div {
  display: grid;
  gap: 12px;
}

.location-section,
.contact-section {
  align-items: start;
  background: var(--bone);
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
}

.contact-section > * {
  width: 100%;
}

.address-block {
  display: grid;
  gap: 12px;
  padding: 30px;
  position: relative;
}

.address-block::before,
.availability-card::before {
  background: linear-gradient(90deg, var(--brass), var(--rust));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.address-block strong {
  font-size: 1.5rem;
}

.address-block span {
  color: var(--muted);
  font-weight: 850;
}

.address-block a {
  color: var(--blue);
  font-weight: 950;
  margin-top: 8px;
}

.address-block .phone-link {
  color: var(--rust);
  margin-top: 6px;
}

.contact-call {
  margin-top: 10px;
  width: fit-content;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 14px;
  margin: 28px auto 0;
  max-width: 920px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 950;
}

.faq-list p {
  margin-bottom: 0;
  margin-top: 14px;
}

.availability-card {
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.availability-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.availability-card h3,
.availability-card p {
  margin: 0;
}

.availability-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.availability-actions .button.call {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 12px 30px rgba(36, 95, 127, 0.22);
  color: white;
}

.availability-actions .button.call:hover {
  background: #2b6f94;
  border-color: #2b6f94;
  box-shadow: 0 16px 38px rgba(36, 95, 127, 0.28);
}

section[id],
article[id] {
  scroll-margin-top: 92px;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 680px) {
  body {
    padding-bottom: 68px;
  }

  .mobile-action-bar {
    align-items: stretch;
    background: transparent;
    border-top: none;
    bottom: 0;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 30;
  }

  .mobile-action-bar .button {
    min-height: 68px;
    font-size: 1.08rem;
    border-radius: 0;
    box-shadow: none !important;
    transition: background 180ms ease;
    display: grid;
    place-items: center;
    font-weight: 950;
    padding: 0 !important;
    border: none !important;
    flex: none;
    min-width: auto;
  }

  .mobile-action-bar .button.call {
    background: var(--blue) !important;
    color: white !important;
    border-color: transparent !important;
  }

  .mobile-action-bar .button.call:hover {
    background: #2b6f94 !important;
  }
}

.footer {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  padding: 30px clamp(16px, 5vw, 76px);
}

.footer span {
  color: rgba(255, 255, 255, 0.66);
}

.footer a {
  color: var(--brass);
  font-weight: 950;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.feature-rail article:nth-child(2),
.process-grid article:nth-child(2),
.storage-grid article:nth-child(2),
.proof-grid span:nth-child(2) {
  transition-delay: 90ms;
}

.feature-rail article:nth-child(3),
.process-grid article:nth-child(3),
.storage-grid article:nth-child(3),
.proof-grid span:nth-child(3) {
  transition-delay: 180ms;
}

.storage-grid article:nth-child(4) {
  transition-delay: 270ms;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero img {
    transform: scale(1.04);
  }
}

@media (max-width: 1180px) {
  .storage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: block;
  }

  .nav,
  .header-actions {
    display: none;
  }

  .site-header[data-open="true"] .nav {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 24, 32, 0.12);
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(17, 24, 32, 0.26);
    display: grid;
    gap: 0;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    left: 50%;
    max-height: calc(100vh - 118px);
    min-width: 0;
    overflow-y: auto;
    padding: 18px;
    position: absolute;
    right: auto;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    width: min(86vw, 360px);
    z-index: 40;
  }

  /* Make header fixed on narrow screens so it remains at the top */
  .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) auto;
    z-index: 60;
  }

  .menu-button {
    justify-self: end;
  }

  /* Push page content down so it isn't hidden behind the fixed header */
  body {
    padding-top: 88px;
  }

  .site-header[data-open="true"] .nav a {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--ink);
    display: block;
    justify-self: stretch;
    min-height: 44px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }

  .site-header[data-open="true"] .nav a:hover {
    background: transparent;
    color: var(--blue);
  }

  .site-header[data-open="true"] .guide-menu-links {
    border-bottom: 1px solid rgba(17, 24, 32, 0.1);
    border-top: 1px solid rgba(17, 24, 32, 0.1);
    display: grid;
    gap: 0;
    margin: 4px 0;
    padding: 8px 0;
  }

  .site-header[data-open="true"] .guide-menu-links a {
    color: var(--steel);
    font-size: 0.92rem;
    min-height: 38px;
    padding-left: 14px;
  }

  .site-header[data-open="true"] .menu-actions {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    justify-self: stretch;
    margin: 0;
    width: 100%;
  }

  .site-header[data-open="true"] .menu-actions .button {
    align-items: center;
    display: flex;
    border-radius: 8px;
    justify-content: center;
    justify-self: stretch;
    min-height: 50px;
    margin: 0;
    text-align: center;
    max-width: none;
    width: 100%;
  }

  .site-header[data-open="true"] .menu-actions .button.call {
    background: var(--blue);
    color: white;
  }

  .site-header[data-open="true"] .menu-actions .button.primary {
    background: var(--brass);
    color: var(--ink);
  }

  .hero {
    border-radius: 0;
    margin: 0;
    min-height: 0;
    width: 100%;
  }

  .guide-hero {
    border-radius: 0;
    margin: 0;
    min-height: 0;
    width: 100%;
  }

  .guide-hero-copy {
    padding-bottom: 38px;
    padding-top: 46px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 28px;
    padding-top: 36px;
  }

  .hero-card {
    max-width: 600px;
  }

  .feature-rail,
  .process-grid,
  .pricing-grid,
  .rig-stage,
  .lot-section,
  .guide-grid,
  .guide-preview-grid,
  .guide-columns,
  .location-section,
  .contact-section,
  .site-band {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-band-media {
    min-height: 360px;
  }

  .vehicle-card {
    grid-template-columns: 1fr;
  }

  .vehicle-photo {
    max-height: none;
  }
}

@media (max-width: 680px) {
  .brand strong {
    font-size: 0.96rem;
  }

  .brand-logo {
    height: 72px;
    max-width: min(68vw, 310px);
  }

  .brand small {
    font-size: 0.68rem;
  }

  .brand-mark {
    height: 40px;
    width: 40px;
  }

  .hero-grid {
    padding: 28px clamp(16px, 7vw, 30px) 20px;
  }

  .guide-hero-copy {
    padding: 34px clamp(16px, 7vw, 30px) 28px;
  }

  .hero-copy {
    padding-left: 18px;
  }

  h1 {
    font-size: clamp(2.25rem, 10.2vw, 3.35rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 1.92rem;
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .meter-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .availability-actions .button {
    width: 100%;
  }

  .contact-call {
    width: 100%;
  }

  .storage-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .rig-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rig-console {
    padding: 10px;
  }

  .lot-detail-panel {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding: 10px 12px;
  }

  .hero-grid {
    padding: 24px 14px 18px;
  }

  .guide-hero-copy {
    padding: 28px 14px 24px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .hero-card,
  .availability-card,
  .address-block {
    padding: 22px;
  }

  .brand-logo {
    height: 64px;
    max-width: min(70vw, 260px);
  }

  .section,
  .storage-grid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-band-copy {
    padding: 42px 18px;
  }

  .lot-detail-panel article {
    min-height: 0;
  }
}

/* Ensure header remains sticky on larger viewports */
@media (min-width: 981px) {
  .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 60;
  }
}
