[hidden] { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: var(--paper);
  background: rgba(17, 17, 16, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px) saturate(120%);
}

.header-inner {
  width: min(1240px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo-lockup {
  min-width: 214px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.logo-lockup img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.logo-lockup span {
  display: block;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.05;
}

.logo-lockup small {
  color: #dbc7a4;
  font-size: 0.72rem;
  font-weight: 650;
}

.nav {
  display: none;
  align-items: center;
  gap: 20px;
  color: #efe6d7;
  font-size: 0.86rem;
  font-weight: 680;
}

.nav a,
.header-contact,
.help-line a,
.footer a {
  text-decoration: none;
}

.nav a,
.header-contact {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav a:hover,
.header-contact:hover,
.help-line a:hover,
.footer a:hover {
  color: var(--gold);
}

.header-contact {
  color: #f3dfb7;
  font-size: 1.18rem;
  font-weight: 780;
  white-space: nowrap;
}

.button,
.plan-select {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms cubic-bezier(.2, .7, .2, 1), box-shadow 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.button:hover,
.plan-select:hover {
  transform: translateY(-2px);
}

.button--gold {
  background: var(--gold);
  color: #14120f;
  box-shadow: 0 14px 34px rgba(184, 144, 79, 0.24);
}

.button--gold:hover {
  background: #d1aa69;
}

.button--ghost {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.045);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.button--dark {
  color: var(--paper);
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 12, 11, 0.86) 0%, rgba(12, 12, 11, 0.58) 45%, rgba(12, 12, 11, 0.18) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: clamp(76px, 9vh, 130px) 22px 46px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  max-width: 820px;
  font-weight: 720;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  font-size: 5.9rem;
}

h2 {
  font-size: 4.55rem;
}

h3 {
  font-size: 1.28rem;
  line-height: 1.12;
}

p {
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 640px;
  margin: 22px 0 28px;
  color: #f2eadf;
  font-size: 1.16rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-strip {
  max-width: 820px;
  margin-top: clamp(42px, 8vh, 86px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #eee3d3;
  font-size: 0.95rem;
}

.contact-strip span {
  color: #cfc2b0;
}

.contact-strip a {
  color: #f4dfb2;
  text-decoration: none;
}

.section {
  padding: clamp(76px, 9vw, 136px) 22px;
}

.dark {
  color: var(--paper);
  background: #171716;
}

.inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.split--image:nth-child(odd),
.split--tech {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.copy-panel p,
.section-heading p,
.exploded-copy p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.copy-panel p {
  margin: 22px 0 0;
}

.dark .copy-panel p,
.dark .section-heading p,
.dark .exploded-copy p {
  color: #d7cdbc;
}

.image-panel {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #201f1b;
  box-shadow: 0 26px 80px rgba(21, 20, 18, 0.16);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.image-panel--tech img {
  min-height: 420px;
}

.image-panel--dark {
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

.section--life,
.section--plans,
.section--details {
  background: #f4eee3;
}

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

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

.section-heading--wide {
  max-width: 860px;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: clamp(32px, 8vw, 110px);
  align-items: end;
}

.section-heading p {
  margin: 18px 0 0;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 56px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.benefit-grid article {
  min-height: 250px;
  padding: 28px;
  background: #1d1d1b;
}

.benefit-grid span,
.process-list span {
  display: block;
  margin-bottom: 46px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
}

.benefit-grid p,
.process-list p {
  margin: 12px 0 0;
  color: #d7cdbc;
  line-height: 1.6;
}

.exploded-showcase {
  margin-top: clamp(70px, 9vw, 128px);
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(22px, 5vw, 60px);
  border-radius: 8px;
  color: var(--paper);
  background: #090a0b;
  overflow: visible;
}

.exploded-copy h3 {
  max-width: 420px;
  font-size: 2.65rem;
}

.fridge-stage {
  position: relative;
  width: min(100%, 620px, calc((88vh - 80px) * 0.8003));
  aspect-ratio: 1122 / 1560;
  justify-self: center;
  contain: layout;
  isolation: isolate;
  display: grid;
  place-items: center;
  cursor: crosshair;
  overflow: visible;
  margin-block: 10px;
  background: radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.05), transparent 24%), #090a0b;
}

.fridge-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 1122 / 1402;
}

.fridge-layer {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transform-origin: 50% 50%;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.16));
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 52px;
  align-items: stretch;
}

.plan-card {
  min-height: 590px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d4c5af;
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: 0 14px 36px rgba(21, 20, 18, 0.05);
  cursor: pointer;
  transition: transform 260ms cubic-bezier(.2, .7, .2, 1), box-shadow 260ms ease, border-color 260ms ease, background 260ms ease, opacity 260ms ease, filter 260ms ease;
}

.plan-card:hover,
.plan-card:focus-within,
.plan-card:focus-visible {
  transform: translateY(-7px);
  border-color: #a9854b;
  box-shadow: 0 28px 64px rgba(21, 20, 18, 0.14);
}

.plan-card.is-muted {
  opacity: 0.66;
  filter: saturate(0.8);
}

.plan-card.is-muted:hover,
.plan-card.is-muted:focus-within {
  opacity: 0.92;
}

.plan-card.is-selected {
  color: var(--paper);
  border-color: #171512;
  background: linear-gradient(145deg, #171512 0%, #2b271f 58%, #6e512c 100%);
  box-shadow: 0 34px 78px rgba(21, 20, 18, 0.28);
  transform: translateY(-8px);
}

.plan-card.elite {
  border-color: #7e6338;
}

.plan-card__head p,
.audience {
  color: var(--muted);
  line-height: 1.55;
}

.plan-card.is-selected .plan-card__head p,
.plan-card.is-selected .audience {
  color: #e7dbc9;
}

.plan-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.plan-radio {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid #9f907b;
  border-radius: 999px;
  position: relative;
}

.plan-card.is-selected .plan-radio {
  border-color: #e5bd78;
}

.plan-card.is-selected .plan-radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: #e5bd78;
}

.price {
  margin: 28px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #d8cbb8;
}

.plan-card.is-selected .price {
  border-color: rgba(255, 255, 255, 0.18);
}

.price span {
  font-size: 3.05rem;
  font-weight: 780;
  letter-spacing: 0;
}

.price small {
  color: var(--muted);
  font-weight: 680;
}

.plan-card.is-selected .price small {
  color: #d8cbb8;
}

.plan-facts {
  display: grid;
  gap: 14px;
  margin: 0;
}

.plan-facts div {
  display: grid;
  gap: 4px;
}

.plan-facts dt {
  color: #9b7d4b;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.plan-facts dd {
  margin: 0;
  color: #4f4a42;
  line-height: 1.45;
}

.plan-card.is-selected .plan-facts dt {
  color: #e5bd78;
}

.plan-card.is-selected .plan-facts dd {
  color: #f2eadf;
}

.audience {
  margin: auto 0 22px;
  padding-top: 22px;
}

.plan-select {
  width: 100%;
  color: var(--ink);
  background: #fff8ea;
  border-color: #d7c5a9;
}

.plan-card.is-selected .plan-select {
  color: #15110b;
  background: var(--gold);
  border-color: var(--gold);
}

.plan-selection-note {
  min-height: 24px;
  margin: 28px 0 0;
  color: var(--muted);
  text-align: center;
}

.section--brands {
  padding-top: 92px;
  padding-bottom: 96px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.brand-card {
  min-height: 82px;
  margin: 0;
  padding: 18px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
}

.brand-card img {
  max-width: 132px;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(0.92) sepia(0.08);
  opacity: 0.9;
}

.brand-card figcaption {
  display: none;
  color: #efe5d6;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.brand-card--fallback img {
  display: none;
}

.brand-card--fallback figcaption {
  display: block;
}

.process-list,
.detail-rows,
.faq-list {
  margin-top: 46px;
}

.process-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.process-list article {
  display: grid;
  grid-template-columns: 90px minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.process-list span {
  margin: 0;
}

.process-list p {
  margin: 0;
  color: var(--muted);
}

.help-line {
  margin: 32px 0 0;
  color: var(--muted);
  font-weight: 680;
}

.help-line a {
  color: var(--ink);
  font-weight: 850;
}

.dark .help-line,
.dark .help-line a {
  color: #f0dfbf;
}

.detail-rows,
.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  min-height: 64px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 820;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 500;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 780px;
  margin: 0;
  padding: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

.enrollment-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.selected-plan-card {
  position: sticky;
  top: 96px;
  padding: 28px;
  border-radius: 8px;
  color: var(--paper);
  background: linear-gradient(145deg, #171512 0%, #2b271f 60%, #6e512c 100%);
  box-shadow: 0 28px 82px rgba(21, 20, 18, 0.22);
}

.selected-plan-card h2 {
  font-size: 3.35rem;
}

.selected-price {
  margin: 18px 0 26px;
  color: #e9dcc8;
  font-size: 1rem;
}

.selected-price span {
  font-size: 2.8rem;
  font-weight: 800;
}

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

.selected-benefits li {
  position: relative;
  padding-left: 24px;
  color: #f3eadc;
  line-height: 1.45;
}

.selected-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.help-line--compact {
  margin-top: 28px;
  font-size: 0.92rem;
}

.selected-plan-card .help-line,
.selected-plan-card .help-line a {
  color: #f0dfbf;
}

.enrollment-panel {
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(21, 20, 18, 0.12);
}

.form-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.form-step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #15110b;
  background: var(--gold);
  font-weight: 850;
}

.form-step h2 {
  font-size: 2.15rem;
  line-height: 1.08;
}

.form-step p {
  margin: 8px 0 0;
  color: var(--muted);
}

.form-step--review {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: #302b25;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  border: 1px solid #c8b899;
  border-radius: 10px;
  background: #fffdf8;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  min-height: 124px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(184, 144, 79, 0.18);
}

.field-wide {
  grid-column: 1 / -1;
}

.field-error {
  min-height: 18px;
  color: var(--danger);
  font-size: 0.82rem;
  font-weight: 720;
}

.enrollment-panel :is(input, select, textarea).is-invalid,
.enrollment-panel :is(input, select, textarea)[aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(174, 42, 42, 0.16);
}

.honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.acknowledgement {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d7c7aa;
  border-radius: 8px;
  background: #fbf5e9;
}

.acknowledgement input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
}

.acknowledgement .field-error {
  grid-column: 2;
}

.form-note {
  margin: 22px 0;
  color: var(--muted);
  line-height: 1.6;
}

.form-status {
  min-height: 28px;
  margin: 16px 0 0;
  font-weight: 780;
}

.form-status[data-tone="error"] {
  color: var(--danger);
}

.form-status[data-tone="success"] {
  color: var(--success);
}

.footer {
  padding: 34px 22px;
  color: #d3c7b8;
  background: #10100f;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: start;
}

.footer p {
  margin: 6px 0 0;
  color: #ada392;
}

address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.footer a {
  color: #f2dfb4;
}

@media (min-width: 920px) {
  .nav {
    display: flex;
  }
}

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

  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 66px;
    padding: 10px 18px;
  }

  .logo-lockup {
    min-width: 0;
  }

  .logo-lockup img {
    width: 38px;
    height: 38px;
  }

  .logo-lockup span {
    font-size: 0.9rem;
  }

  .header-contact {
    font-size: 0.86rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero > img {
    object-position: 45% center;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(12, 12, 11, 0.42) 0%, rgba(12, 12, 11, 0.82) 46%, rgba(12, 12, 11, 0.92) 100%);
  }

  .hero-content {
    padding: 72px 18px 36px;
  }

  h1 {
    max-width: 12ch;
    font-size: 2.85rem;
    line-height: 1.03;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 1.07;
  }

  .hero-copy,
  .copy-panel p,
  .section-heading p,
  .exploded-copy p {
    font-size: 1.02rem;
    line-height: 1.62;
  }

  .hero-actions .button {
    width: 100%;
  }

  .contact-strip {
    display: grid;
    gap: 8px;
  }

  .section {
    padding: 78px 18px;
  }

  .split,
  .split--image:nth-child(odd),
  .split--tech,
  .exploded-showcase,
  .section-heading--split,
  .enrollment-layout {
    grid-template-columns: 1fr;
  }

  .image-panel img {
    min-height: 360px;
  }

  .image-panel--tech img {
    min-height: 300px;
  }

  .exploded-showcase {
    padding: 20px;
    border-radius: 8px;
    overflow: visible;
  }

  .fridge-stage {
    width: min(100%, calc((100svh - 190px) * 0.8003));
    cursor: default;
    margin-block: 14px 18px;
  }

  .benefit-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

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

  .benefit-grid article {
    min-height: auto;
  }

  .plan-card {
    min-height: auto;
    padding: 24px;
  }

  .plan-card.is-selected,
  .plan-card:hover {
    transform: translateY(-4px);
  }

  .process-list article {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .process-list article p {
    grid-column: 2;
  }

  .selected-plan-card {
    position: static;
  }

  .selected-plan-card h2,
  .form-step h2 {
    font-size: 1.7rem;
  }

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

  .field-wide {
    grid-column: auto;
  }

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

@media (max-width: 460px) {
  .header-contact {
    display: none;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }
}

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

  .fridge-layer {
    transform: translate3d(0, 0, 0) !important;
  }
}
