/* Anniversary promo page — booklet preview + signup form. Built on the site tokens. */

.promo-main { padding-top: clamp(96px, 12vh, 128px); }

/* ── Hero ── */
.promo-hero { text-align: center; padding: clamp(8px, 2vw, 20px) 0 clamp(28px, 4vw, 44px); }
.promo-hero .eyebrow { color: var(--red); }
.promo-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500; line-height: 1.04;
  font-size: clamp(34px, 6vw, 64px);
  margin: 10px auto 0; max-width: 16ch; color: var(--ink, #1a1714);
}
.promo-hero h1 .it { font-style: italic; color: var(--red); }
.promo-lede {
  margin: clamp(16px, 2vw, 22px) auto 0; max-width: 56ch;
  font-size: clamp(15px, 1.5vw, 18px); line-height: 1.65; color: var(--muted, #6a635c);
}
.promo-lede strong { color: var(--ink, #1a1714); font-weight: 700; }
.promo-window {
  display: inline-block; margin-top: clamp(18px, 2.4vw, 26px);
  font-family: 'Mulish', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--red);
  border: 1px solid color-mix(in oklab, var(--red) 30%, transparent);
  border-radius: 999px; padding: 8px 18px;
}

/* ── Body: booklet + form ── */
.promo-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px); align-items: start;
  padding-bottom: clamp(48px, 7vw, 88px);
}
.promo-grid > * { min-width: 0; }

/* the four coupons */
.booklet { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; position: sticky; top: 110px; }
.bk-card {
  border: 1px dashed color-mix(in oklab, var(--red) 45%, #d9d2c8);
  border-radius: 10px; background: #fff;
  padding: 22px 18px; min-height: 116px;
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
}
.bk-pct {
  font-family: 'Mulish', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--red);
}
.bk-svc { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(20px, 2.4vw, 26px); font-weight: 500; color: var(--ink, #1a1714); }
.bk-foot { grid-column: 1 / -1; margin: 6px 2px 0; font-size: 12.5px; line-height: 1.55; color: var(--muted, #8a837c); }

/* form card */
.cf-card {
  background: #fff; border: 1px solid var(--line, #e8e2d9); border-radius: 14px;
  padding: clamp(24px, 3vw, 36px); box-shadow: 0 1px 2px rgba(20,18,16,.03), 0 18px 40px -28px rgba(20,18,16,.22);
}
.cf-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: clamp(24px, 3vw, 32px); margin: 0; color: var(--ink, #1a1714); }
.cf-sub { margin: 6px 0 22px; font-size: 14px; color: var(--muted, #6a635c); line-height: 1.55; }

.cf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.cf-field { display: block; margin-bottom: 16px; }
.cf-lbl { display: block; font-family: 'Mulish', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted, #6a635c); margin-bottom: 7px; }
.cf-lbl em { font-style: normal; font-weight: 500; text-transform: none; letter-spacing: 0; color: #a59d94; }
.cf-card input[type=text],
.cf-card input[type=email],
.cf-card input[type=tel],
.cf-card select {
  width: 100%; box-sizing: border-box; font-family: 'Mulish', sans-serif;
  font-size: 16px; /* prevents iOS zoom */ color: var(--ink, #1a1714);
  background: #fcfbf9; border: 1px solid var(--line, #e2dcd2); border-radius: 9px;
  padding: 12px 14px; transition: border-color .15s, box-shadow .15s;
}
.cf-card input:focus, .cf-card select:focus {
  outline: none; border-color: var(--red);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--red) 14%, transparent);
}
.cf-bday { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; }
.cf-bday select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23a59d94' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 34px; }

.cf-consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 20px; font-size: 13px; line-height: 1.5; color: var(--muted, #6a635c); cursor: pointer; }
.cf-consent input { margin-top: 2px; width: 16px; height: 16px; accent-color: var(--red); flex: none; }
.cf-consent a { color: var(--red); text-decoration: underline; text-underline-offset: 2px; }

.cf-err { display: none; margin: 0 0 14px; font-size: 13px; color: var(--red); font-weight: 600; }
.cf-err.show { display: block; }

.cf-submit {
  width: 100%; font-family: 'Mulish', sans-serif; font-size: 15px; font-weight: 700;
  color: #fff; background: var(--red); border: 0; border-radius: 10px;
  padding: 15px 20px; cursor: pointer; transition: filter .15s, transform .05s;
}
.cf-submit:hover { filter: brightness(1.06); }
.cf-submit:active { transform: translateY(1px); }
.cf-submit:disabled { opacity: .6; cursor: default; }
.cf-fine { margin: 14px 0 0; font-size: 11.5px; line-height: 1.5; color: #a59d94; text-align: center; }

/* success state */
.cf-success { text-align: center; }
.cf-note { margin: 16px 0 2px; padding: 14px 16px; font-size: 13.5px; line-height: 1.62;
  color: var(--ink, #1a1714); background: #faf6ef; border: 1px solid #ece3d5;
  border-radius: 10px; text-align: left; }
.cf-note strong { font-weight: 700; }
.cf-success #cf-download { margin-top: 2px; }
.cf-check { width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%; background: color-mix(in oklab, var(--red) 12%, #fff); color: var(--red); font-size: 26px; line-height: 52px; font-weight: 700; }
.cf-success .cf-sub { margin-bottom: 20px; }
.cf-success .cf-sub strong { color: var(--ink, #1a1714); }
.cf-codes { display: grid; gap: 10px; text-align: left; margin-bottom: 20px; }
.cf-code {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 1px solid var(--line, #e8e2d9); border-radius: 10px; padding: 14px 16px; background: #fcfbf9;
}
.cf-code .svc { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; color: var(--ink, #1a1714); }
.cf-code .svc small { display: block; font-family: 'Mulish', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 1px; }
.cf-code .code { font-family: 'Mulish', monospace; font-size: 17px; font-weight: 700; letter-spacing: 0.06em; color: var(--ink, #1a1714); }

@media (max-width: 760px) {
  .promo-grid { grid-template-columns: 1fr; }
  .booklet { position: static; order: 2; }
  .cf-card { order: 1; }
}
@media (max-width: 380px) {
  .booklet { grid-template-columns: 1fr; }
}
