:root {
  --whw-bg: #f5eee4;
  --whw-shell: #fffaf4;
  --whw-text: #171412;
  --whw-muted: #6f675f;
  --whw-line: rgba(77, 57, 38, 0.16);
  --whw-gold: #b9823f;
  --whw-gold-dark: #9f6b31;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
}

body {
  color: var(--whw-text);
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.84), transparent 48%),
    var(--whw-bg);
  font-family: var(--sans);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.newsletter-page {
  padding: 0;
}

.email-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  background: linear-gradient(180deg, #fffbf6, #fbf5ec);
  border-left: 1px solid rgba(77, 57, 38, 0.13);
  border-right: 1px solid rgba(77, 57, 38, 0.13);
  box-shadow: 0 30px 90px rgba(70, 48, 27, 0.07);
}

.email-header {
  padding: 26px 42px 16px;
  text-align: center;
}

.preheader-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  color: #25211e;
  font-size: 0.8rem;
}

.preheader-row p {
  margin: 0;
}

.preheader-row a {
  border-bottom: 1px solid rgba(23, 20, 18, 0.55);
}

.brand-lockup {
  width: min(420px, 78%);
  margin: 0 auto;
  display: block;
}

.brand-lockup img {
  width: 100%;
  height: auto;
}

.tagline {
  margin: 12px 0 22px;
  font-size: 1rem;
  letter-spacing: 0.012em;
}

.issue-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  color: #1f1d1b;
}

.issue-line span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185,130,63,0.68));
}

.issue-line span:last-child {
  background: linear-gradient(90deg, rgba(185,130,63,0.68), transparent);
}

.issue-line p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}

.issue-line b {
  color: var(--whw-gold);
  padding: 0 8px;
}

.editor-note {
  padding: 22px 34px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.note-image {
	margin-top: 30px !important;
  align-self: stretch;
}

.note-image img {
  width: 100%;
  height: 85%;
  min-height: 320px;
  object-fit: cover;
}

.note-copy h1 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.6vw, 3.05rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.note-copy p {
  margin: 0 0 18px;
  color: #36302b;
  font-size: 0.95rem;
}

.signature-intro {
  margin-bottom: 0 !important;
}

.signature {
  margin-top: 4px !important;
  color: #1f1d1b !important;
  font-family: "Brush Script MT", "Segoe Script", "Snell Roundhand", cursive;
  font-size: 1.65rem !important;
  line-height: 1;
  transform: rotate(-3deg);
  transform-origin: left center;
}

.issue-sections {
  padding: 0 88px 28px;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
}

.section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185,130,63,0.58));
}

.section-title span:last-child {
  background: linear-gradient(90deg, rgba(185,130,63,0.58), transparent);
}

.section-title h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.pick-row {
  display: grid;
  grid-template-columns: 210px 42px 1fr;
  gap: 22px;
  align-items: center;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--whw-line);
}

.pick-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.pick-image img {
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
}

.pick-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto;
  object-fit: contain;
}

.pick-copy h3 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 1.36rem;
  font-weight: 400;
  line-height: 1.1;
}

.pick-copy p {
  margin: 0;
  color: #393430;
  font-size: 0.95rem;
  line-height: 1.42;
}

.reveal-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 11px;
  color: var(--whw-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.74rem;
  font-weight: 800;
}

.subscribe-panel {
  margin: 0 28px 18px;
  padding: 26px 44px;
  display: grid;
  grid-template-columns: 1fr 1px 260px;
  gap: 34px;
  align-items: center;
  background: rgba(255,255,255,0.38);
  border: 1px solid var(--whw-line);
}

.subscribe-panel h2 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 400;
}

.subscribe-panel p {
  margin: 0;
  color: #3b342d;
  font-size: 0.9rem;
}

.subscribe-panel::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 1px;
  height: 72px;
  background: rgba(185,130,63,0.42);
}

.subscribe-button {
  grid-column: 3;
  min-height: 52px;
  display: grid;
  place-items: center;
  color: #fffaf4;
  background: linear-gradient(135deg, #9b6b36, #c99452);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 800;
}

.email-footer {
  padding: 0 28px 30px;
  text-align: center;
  color: #4f463e;
  font-size: 0.82rem;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin: 0 0 12px;
}

.social-row a {
  color: #3e362f;
}

.email-footer p {
  margin: 4px 0;
}

@media (max-width: 720px) {
  .email-header {
    padding: 22px 22px 16px;
  }

  .preheader-row {
    margin-bottom: 24px;
    font-size: 0.74rem;
  }

  .brand-lockup {
    width: min(360px, 88%);
  }

  .editor-note {
    padding: 18px 22px 28px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .note-copy h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .issue-sections {
    padding: 0 22px 28px;
  }

  .section-title {
    gap: 10px;
  }

  .section-title h2 {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .pick-row {
    grid-template-columns: 96px 28px 1fr;
    gap: 13px;
  }

  .pick-icon {
    width: 26px;
    height: 26px;
  }

  .pick-copy h3 {
    font-size: 1.14rem;
  }

  .pick-copy p {
    font-size: 0.84rem;
  }

  .reveal-link {
    font-size: 0.65rem;
  }

  .subscribe-panel {
    margin: 0 18px 18px;
    padding: 24px 22px;
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .subscribe-panel::before {
    display: none;
  }

  .subscribe-button {
    grid-column: auto;
    width: min(100%, 260px);
    margin: 0 auto;
  }

  .social-row {
    gap: 22px;
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  .issue-line {
    gap: 10px;
  }

  .issue-line p {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .pick-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .pick-image img {
    aspect-ratio: 1.78 / 1;
  }

  .pick-icon {
    width: 30px;
    height: 30px;
  }
}


/* Tooltip helpers */
.tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.tooltip-wrap-inline {
  vertical-align: baseline;
}

.tooltip-anchor {
  border-bottom: 1px solid rgba(23, 20, 18, 0.55);
}

.tooltip-trigger {
  width: 19px;
  height: 19px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: var(--whw-gold-dark);
  background: rgba(255, 250, 244, 0.72);
  border: 1px solid rgba(185, 130, 63, 0.45);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  cursor: help;
}

.tooltip-trigger-small {
  width: 17px;
  height: 17px;
  font-size: 0.62rem;
}

.tooltip-bubble {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  width: min(290px, calc(100vw - 42px));
  padding: 13px 15px;
  color: #fffaf4;
  background:
    radial-gradient(circle at top left, rgba(185, 130, 63, 0.28), transparent 42%),
    #171412;
  border: 1px solid rgba(185, 130, 63, 0.52);
  box-shadow: 0 18px 42px rgba(39, 27, 15, 0.2);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.tooltip-bubble-up {
  top: auto;
  bottom: calc(100% + 10px);
  left: 50%;
  right: auto;
  transform: translate(-50%, 4px);
}

.tooltip-wrap:hover .tooltip-bubble,
.tooltip-wrap:focus-within .tooltip-bubble {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tooltip-wrap:hover .tooltip-bubble-up,
.tooltip-wrap:focus-within .tooltip-bubble-up {
  transform: translate(-50%, 0);
}

/* Modal layer */
body.modal-open {
  overflow: hidden;
}

.modal-layer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-layer.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 18, 0.64);
  backdrop-filter: blur(8px);
}

.sample-modal {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  padding: clamp(30px, 5vw, 44px);
  color: var(--whw-text);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.88), transparent 36%),
    linear-gradient(180deg, #fffaf4, #fbf2e8);
  border: 1px solid rgba(185, 130, 63, 0.44);
  box-shadow: 0 34px 90px rgba(23, 20, 18, 0.34);
}

.sample-modal::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(185, 130, 63, 0.16);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 34px;
  height: 34px;
  color: var(--whw-gold-dark);
  background: rgba(255,255,255,0.44);
  border: 1px solid rgba(185,130,63,0.34);
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.modal-eyebrow {
  margin: 0 0 12px;
  color: var(--whw-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 800;
}

.sample-modal h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sample-modal p {
  margin: 0 0 16px;
  color: #393430;
  line-height: 1.58;
}

.modal-card-note {
  margin: 22px 0;
  padding: 18px 20px;
  background: rgba(255,255,255,0.52);
  border-left: 3px solid var(--whw-gold);
}

.modal-card-note span {
  display: block;
  margin-bottom: 7px;
  color: var(--whw-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 800;
}

.modal-card-note p {
  margin: 0;
}

.modal-action,
.modal-form button {
  min-height: 48px;
  padding: 0 24px;
  display: inline-grid;
  place-items: center;
  color: #fffaf4;
  background: linear-gradient(135deg, #9b6b36, #c99452);
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.modal-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  margin: 22px 0 12px;
  border: 1px solid rgba(185, 130, 63, 0.36);
  background: rgba(255,255,255,0.46);
}

.modal-form input {
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
  color: var(--whw-text);
  background: transparent;
  border: 0;
  font: inherit;
}

.modal-form input:focus,
.modal-close:focus,
.modal-action:focus,
.modal-form button:focus,
.tooltip-trigger:focus {
  outline: 2px solid rgba(185, 130, 63, 0.45);
  outline-offset: 2px;
}

.modal-fineprint {
  margin-bottom: 0 !important;
  color: var(--whw-muted) !important;
  font-size: 0.82rem;
}

@media (max-width: 560px) {
  .modal-layer {
    padding: 16px;
  }

  .sample-modal {
    padding: 32px 22px 26px;
  }

  .modal-form {
    grid-template-columns: 1fr;
  }

  .modal-form button {
    width: 100%;
  }

  .tooltip-bubble {
    right: auto;
    left: 50%;
    transform: translate(-50%, -4px);
  }

  .tooltip-wrap:hover .tooltip-bubble,
  .tooltip-wrap:focus-within .tooltip-bubble {
    transform: translate(-50%, 0);
  }
}


/* Accessibility helper */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Modal crest + refined modal form */
.modal-crest {
  width: 84px;
  height: 84px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.sample-modal {
  text-align: left;
}

.sample-modal .modal-crest + .modal-eyebrow {
  text-align: center;
}

.sample-modal .modal-eyebrow {
  text-align: center;
}

.sample-modal h2 {
  text-align: center;
}

.modal-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 22px 0 12px;
  border: 0;
  background: transparent;
}

.modal-form input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  color: var(--whw-text);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(185, 130, 63, 0.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
  font: inherit;
}

.modal-form input::placeholder {
  color: rgba(79, 70, 62, 0.72);
}

.modal-form button {
  width: 100%;
  min-height: 52px;
}

.modal-fineprint {
  text-align: center;
}
