/* =========================================================
   C3 — home, subscribe, and shared editorial blocks
   ========================================================= */

/* ---------------------------------------------------------
   Hero — the mark, lit, on nothing
   --------------------------------------------------------- */

.hero {
  padding-top: clamp(52px, 13vw, 116px);
  text-align: center;
}

.hero .wrap p { margin-inline: auto; }

.hero__logo {
  width: clamp(280px, 80vw, 620px);
  margin: clamp(22px, 5vw, 40px) auto clamp(28px, 6vw, 46px);
  height: auto;
}

/* the only line of copy in the hero, so it carries the weight */
.hero__meta {
  font-family: var(--sans);
  margin: 0 auto;
  max-width: 60ch;
  font-size: clamp(10.5px, 2.9vw, 12.5px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--text-soft);
  text-wrap: balance;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: clamp(34px, 8vw, 52px);
}

/* the house signature: photographs arrive with their sky already gone */
.hero__plate {
  margin-top: clamp(-10px, -1vw, 0px);
  padding-top: clamp(20px, 5vw, 44px);
}

/* the car stands upright in the hero, so it is capped by height as
   much as width — full bleed would make it a billboard */
.hero__plate img {
  width: auto;
  height: auto;
  max-width: min(72vw, 340px);
  max-height: min(74vh, 760px);
  margin-inline: auto;
}

/* ---------------------------------------------------------
   Five pillars
   --------------------------------------------------------- */

.pillars {
  list-style: none;
  margin: clamp(30px, 7vw, 52px) 0 clamp(32px, 7vw, 50px);
  padding: 0;
  counter-reset: p;
}

.pillars li {
  counter-increment: p;
  display: flex;
  align-items: baseline;
  gap: clamp(16px, 4vw, 34px);
  border-top: 1px solid var(--rule);
  padding-block: clamp(17px, 3.6vw, 26px);
  font-family: var(--display);
  font-size: clamp(19px, 5.2vw, 30px);
  color: var(--white);
  letter-spacing: 0.01em;
}

.pillars li:last-child { border-bottom: 1px solid var(--rule); }

.pillars li::before {
  content: counter(p, upper-roman);
  font-family: var(--sans);
  font-size: clamp(9.5px, 2.5vw, 11px);
  letter-spacing: 0.28em;
  color: var(--silver-deep);
  min-width: 3.4em;
  flex: none;
}

/* ---------------------------------------------------------
   In this issue — the real cover, at reading size
   --------------------------------------------------------- */

.issue__grid {
  display: grid;
  gap: clamp(36px, 8vw, 68px);
  align-items: center;
}

@media (min-width: 860px) {
  .issue__grid { grid-template-columns: 0.85fr 1fr; gap: clamp(48px, 6vw, 92px); }
  .issue__text { order: 2; }
}

/* the cover is black-on-black, so it needs an edge to exist at all */
.issue__cover {
  width: min(100%, 340px);
  margin-inline: auto;
  border: 1px solid var(--rule);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.6),
    0 30px 70px rgba(0, 0, 0, 0.9);
}

.issue__cover .mag-page { pointer-events: none; }

/* ---------------------------------------------------------
   Price teaser
   --------------------------------------------------------- */

.plans {
  list-style: none;
  margin: clamp(30px, 7vw, 50px) 0 clamp(32px, 7vw, 48px);
  padding: 0;
}

.plans li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--rule);
  padding-block: clamp(16px, 3.4vw, 24px);
}

.plans li:last-child { border-bottom: 1px solid var(--rule); }

.plans .plan__name {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: clamp(10px, 2.8vw, 11.5px);
  color: var(--text-soft);
}

.plans .plan__price {
  font-family: var(--display);
  font-size: clamp(19px, 5vw, 26px);
  color: var(--white);
  white-space: nowrap;
}

/* ---------------------------------------------------------
   Subscribe page
   --------------------------------------------------------- */

.tiers {
  display: grid;
  gap: clamp(22px, 5vw, 36px);
  margin-top: clamp(36px, 8vw, 64px);
}

@media (min-width: 820px) {
  .tiers { grid-template-columns: 1fr 1fr; gap: 34px; align-items: stretch; }
}

.tier {
  border: 1px solid var(--rule);
  padding: clamp(28px, 6vw, 48px);
  display: flex;
  flex-direction: column;
  background: var(--panel);
  position: relative;
}

.tier--feature {
  border-color: var(--rule-strong);
  background: var(--panel-2);
}

/* the trim line that marks the better seat */
.tier--feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: var(--chrome);
}

.tier__flag {
  position: absolute;
  top: 0;
  right: clamp(20px, 5vw, 36px);
  transform: translateY(-50%);
  background: var(--chrome);
  color: #0a0a0a;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 8px 13px;
}

.tier__name {
  font-size: clamp(10px, 2.8vw, 11.5px);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin: 0 0 clamp(20px, 4vw, 30px);
}

.tier__price {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: clamp(6px, 2vw, 12px);
}

.tier__amount {
  font-family: var(--display);
  font-size: clamp(40px, 11vw, 64px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--white);
}

.tier__per {
  font-size: clamp(10px, 2.8vw, 12px);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.tier__note {
  font-size: clamp(13px, 3.6vw, 15px);
  color: var(--text-soft);
  margin-bottom: clamp(24px, 5vw, 34px);
  max-width: 34ch;
}

.tier__list {
  list-style: none;
  margin: 0 0 clamp(28px, 6vw, 40px);
  padding: 0;
  flex: 1;
}

.tier__list li {
  border-top: 1px solid var(--rule);
  padding-block: 14px;
  font-size: clamp(13.5px, 3.7vw, 15.5px);
  line-height: 1.55;
  color: var(--text);
  display: flex;
  gap: 0.9em;
  align-items: baseline;
}

.tier__list li::before {
  content: "\2014";
  color: var(--silver-deep);
  flex: none;
}

/* the checkout stub */
.tier__form { display: none; margin-top: 14px; }
.tier__form[data-open="true"] { display: block; }

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.field label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.field input {
  font-family: var(--sans);
  font-size: 16px;
  padding: 14px 15px;
  border: 1px solid var(--rule-strong);
  background: var(--black);
  color: var(--white);
  min-height: 50px;
  border-radius: 0;
}

.field input::placeholder { color: var(--text-faint); }
.field input:focus { outline: 1px solid var(--silver); outline-offset: 2px; }

.form__note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-faint);
  margin-top: 12px;
}

.form__done {
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px solid var(--rule-strong);
  padding-top: 16px;
  margin-top: 4px;
}

.faq { margin-top: var(--stack); }

.faq__item {
  border-top: 1px solid var(--rule);
  padding-block: clamp(20px, 4vw, 30px);
}
.faq__item:last-child { border-bottom: 1px solid var(--rule); }
.faq__item h3 { margin-bottom: 0.55em; font-size: clamp(16px, 4.2vw, 20px); }
.faq__item p { color: var(--text-soft); font-size: clamp(14px, 3.8vw, 16px); margin: 0; }
.faq__item p + p { margin-top: 0.9em; }

/* ---------------------------------------------------------
   Section headers used across pages
   --------------------------------------------------------- */

.page-head {
  position: relative;
  padding-top: clamp(52px, 12vw, 104px);
  padding-bottom: clamp(6px, 2vw, 16px);
}

.page-head h1 { max-width: 16ch; }

.page-head p {
  font-size: clamp(16px, 4.3vw, 21px);
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 48ch;
}
