:root {
  --obsidian: #080808;
  --ink: #030303;
  --bone: #f2eee8;
  --champagne: #d6b98d;
  --plum: #4b173f;
  --soft-plum: #6f2d61;
  --muted: #aaa39c;
  --line: rgba(242, 238, 232, 0.2);
  --gutter: clamp(1.5rem, 5vw, 6rem);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  background: var(--obsidian);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--obsidian);
  color: var(--bone);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--plum);
  color: var(--bone);
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--bone);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only,
.honeypot {
  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;
}

.cover {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--obsidian);
}

.cover::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.98) 0%, rgba(4, 4, 4, 0.9) 34%, rgba(4, 4, 4, 0.48) 55%, rgba(4, 4, 4, 0.08) 80%),
    linear-gradient(0deg, rgba(4, 4, 4, 0.72) 0%, transparent 30%),
    linear-gradient(180deg, rgba(4, 4, 4, 0.22) 0%, transparent 24%);
}

.cover__story {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  min-height: 100svh;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-rows: auto 1fr;
  isolation: isolate;
  background: transparent;
}

.cover__story::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(242, 238, 232, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 238, 232, 0.025) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.site-header {
  min-height: clamp(6rem, 11vh, 8.5rem);
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  position: relative;
  display: block;
  width: clamp(15rem, 24vw, 22rem);
  aspect-ratio: 16 / 3;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--champagne);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status__pulse {
  width: 0.48rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--soft-plum);
  box-shadow: 0 0 0 0.28rem rgba(111, 45, 97, 0.24);
  animation: pulse 2.4s ease-out infinite;
}

.story-copy {
  width: min(100%, 40rem);
  padding: clamp(3rem, 7vh, 6rem) 0 clamp(6.5rem, 10vh, 8.5rem);
  align-self: center;
}

.issue-line {
  margin: 0 0 clamp(1.75rem, 4vh, 3.5rem) 0.2rem;
  display: flex;
  gap: 0.9rem;
  color: var(--champagne);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 8.6ch;
  font-size: clamp(4.2rem, 6.8vw, 8rem);
  font-weight: 900;
  line-height: 0.74;
  letter-spacing: -0.077em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  margin-top: 0.18em;
  color: var(--champagne);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.53em;
  font-style: italic;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: none;
}

.declaration {
  max-width: 34rem;
  margin: clamp(2.25rem, 4.5vh, 3.75rem) 0 0;
  color: rgba(242, 238, 232, 0.72);
  font-size: clamp(1.15rem, 1.45vw, 1.45rem);
  line-height: 1.45;
}

.package-hook {
  margin: clamp(1.8rem, 4vh, 3.2rem) 0 0;
  line-height: 0.98;
}

.package-hook strong {
  display: block;
  color: var(--bone);
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.package-hook span {
  display: block;
  margin-top: 0.15em;
  color: var(--champagne);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
  font-style: italic;
  letter-spacing: -0.04em;
}

.declaration em {
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  text-decoration: underline;
  text-decoration-color: var(--plum);
  text-decoration-thickness: 0.22em;
  text-underline-offset: 0.18em;
}

.signup {
  max-width: 40rem;
  margin-top: clamp(2rem, 4.5vh, 3.7rem);
}

.signup__heading {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.signup__heading p,
.signup__heading span {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.signup__heading span {
  color: rgba(242, 238, 232, 0.39);
  font-size: 0.58rem;
  font-weight: 700;
}

.signup__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(214, 185, 141, 0.58);
  background: rgba(242, 238, 232, 0.025);
}

.signup input[type="email"] {
  min-width: 0;
  min-height: 4rem;
  padding: 0 1.1rem;
  border: 0;
  outline: 0;
  background: rgba(75, 23, 63, 0.19);
  color: var(--bone);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
}

.signup input[type="email"]::placeholder {
  color: rgba(242, 238, 232, 0.42);
}

.signup input[type="email"]:focus {
  box-shadow: inset 0 0 0 2px var(--champagne);
}

.signup__row button {
  min-height: 4rem;
  padding: 0 1.25rem 0 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  border: 0;
  border-left: 1px solid var(--champagne);
  background: var(--champagne);
  color: var(--obsidian);
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.signup__row button:hover,
.signup__row button:focus-visible {
  background: var(--plum);
  color: var(--bone);
}

.button-arrow {
  font-size: 1.15rem;
  line-height: 1;
}

.consent {
  position: relative;
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.7rem;
  align-items: start;
  color: rgba(242, 238, 232, 0.49);
  font-size: 0.66rem;
  line-height: 1.55;
  cursor: pointer;
}

.consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.consent__box {
  width: 1rem;
  height: 1rem;
  margin-top: 0.05rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 238, 232, 0.45);
}

.consent input:checked + .consent__box {
  border-color: var(--plum);
  background: var(--plum);
}

.consent input:checked + .consent__box::after {
  content: "✓";
  color: var(--bone);
  font-size: 0.72rem;
  font-weight: 900;
}

.consent input:focus-visible + .consent__box {
  outline: 2px solid var(--bone);
  outline-offset: 3px;
}

.consent a {
  color: inherit;
}

.privacy-contact-line {
  display: block;
  margin-top: 0.25rem;
}

.privacy-contact-line a {
  color: var(--champagne);
}

.text-button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.form-message {
  min-height: 1.1rem;
  margin: 0.55rem 0 0;
  color: var(--champagne);
  font-size: 0.66rem;
  line-height: 1.4;
}

.cover__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #17100f;
}

.cover__visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(0.94) contrast(1.03) brightness(0.9);
  transform: scale(1.01);
  animation: image-in 1.4s cubic-bezier(0.2, 0.72, 0, 1) both;
}

.visual-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.42), transparent 36%);
}

.visual-caption {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(2rem, 5vw, 5rem);
  left: var(--gutter);
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  color: var(--bone);
}

.visual-caption span {
  color: var(--champagne);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visual-caption strong {
  max-width: 10ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.3vw, 3.9rem);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-align: right;
}

.site-footer {
  position: absolute;
  z-index: 3;
  right: var(--gutter);
  bottom: clamp(2.5rem, 5vh, 4rem);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  color: rgba(242, 238, 232, 0.55);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.site-footer > .text-button {
  justify-self: end;
  color: var(--champagne);
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.policy-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 85% 4%, rgba(75, 23, 63, 0.3), transparent 34rem),
    var(--obsidian);
}

.policy-header {
  width: min(100%, 90rem);
  min-height: 7rem;
  margin: 0 auto;
  padding: 1.35rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.policy-brand {
  width: clamp(14rem, 24vw, 21rem);
  aspect-ratio: 16 / 3;
}

.policy-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.policy-return {
  color: var(--champagne);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.policy-return:hover,
.policy-return:focus-visible,
.policy-content a:hover,
.policy-content a:focus-visible,
.policy-footer a:hover,
.policy-footer a:focus-visible {
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.24em;
}

.policy-main {
  width: min(100% - (2 * var(--gutter)), 58rem);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) 0 clamp(5rem, 9vw, 8rem);
}

.policy-hero {
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.policy-kicker {
  margin: 0 0 1.25rem;
  color: var(--champagne);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.policy-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3.5rem, 9vw, 7.2rem);
  line-height: 0.85;
  letter-spacing: -0.075em;
}

.policy-effective {
  margin: 2rem 0 0;
  color: rgba(242, 238, 232, 0.56);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.policy-effective strong {
  color: var(--champagne);
}

.policy-lede {
  max-width: 49rem;
  margin: 2.5rem 0 0;
  color: rgba(242, 238, 232, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.6;
}

.policy-content section {
  padding: clamp(2.4rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--line);
}

.policy-content h2 {
  max-width: 21ch;
  margin: 0 0 1.35rem;
  color: var(--bone);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.policy-content p,
.policy-content li,
.policy-content address {
  color: rgba(242, 238, 232, 0.68);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.75;
}

.policy-content p {
  margin: 0 0 1.25rem;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.policy-content ul {
  margin: 0 0 1.35rem;
  padding-left: 1.2rem;
}

.policy-content li {
  padding-left: 0.4rem;
  margin-bottom: 0.55rem;
}

.policy-content li::marker {
  color: var(--champagne);
}

.policy-content a,
.policy-footer a {
  color: var(--champagne);
  text-decoration-color: rgba(214, 185, 141, 0.6);
  text-underline-offset: 0.18em;
}

.policy-content address {
  font-style: normal;
}

.policy-footer {
  width: min(100%, 90rem);
  min-height: 6rem;
  margin: 0 auto;
  padding: 1.5rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: rgba(242, 238, 232, 0.42);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-footer p {
  margin: 0;
}

@keyframes image-in {
  from { opacity: 0; transform: scale(1.07); }
  to { opacity: 1; transform: scale(1.01); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(111, 45, 97, 0.5); }
  70%, 100% { box-shadow: 0 0 0 0.5rem rgba(111, 45, 97, 0); }
}

@media (max-width: 75rem) {
  .story-copy {
    padding-block: clamp(3.2rem, 7vh, 5.5rem);
  }

  .signup__heading span {
    display: none;
  }
}

@media (max-width: 58rem) {
  .cover {
    min-height: 100svh;
  }

  .cover__story {
    min-height: 100svh;
  }

  .story-copy {
    width: min(100%, 40rem);
    padding: clamp(4rem, 11vw, 7rem) 0;
  }

  h1 {
    font-size: clamp(4.25rem, 11vw, 6.5rem);
  }

  .cover__visual {
    inset: 0;
  }

  .cover__visual > img {
    object-position: 66% center;
  }

  .cover::after {
    background:
      linear-gradient(90deg, rgba(4, 4, 4, 0.91) 0%, rgba(4, 4, 4, 0.72) 57%, rgba(4, 4, 4, 0.28) 100%),
      linear-gradient(0deg, rgba(4, 4, 4, 0.92) 0%, rgba(4, 4, 4, 0.34) 62%, rgba(4, 4, 4, 0.38) 100%);
  }
}

@media (max-width: 42rem) {
  :root {
    --gutter: 1.25rem;
  }

  .site-header {
    min-height: 5.75rem;
  }

  .brand {
    width: clamp(12.5rem, 55vw, 16rem);
  }

  .status {
    font-size: 0.55rem;
    letter-spacing: 0.12em;
  }

  .story-copy {
    padding: 3.75rem 0 6.5rem;
  }

  .issue-line {
    margin-bottom: 2rem;
    font-size: 0.58rem;
  }

  h1 {
    max-width: 8.5ch;
    font-size: clamp(3rem, 15vw, 5rem);
    line-height: 0.77;
  }

  .declaration {
    margin-top: 2.15rem;
    font-size: 1.1rem;
  }

  .signup {
    margin-top: 2.5rem;
  }

  .signup__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .signup__row button {
    min-height: 3.7rem;
    justify-content: space-between;
    border-top: 1px solid rgba(8, 8, 8, 0.18);
    border-left: 0;
  }

  .cover__visual > img {
    object-position: 72% center;
  }

  .visual-caption {
    right: 1.2rem;
    bottom: 1.4rem;
    left: 1.2rem;
  }

  .visual-caption span {
    display: none;
  }

  .visual-caption strong {
    margin-left: auto;
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .site-footer {
    right: var(--gutter);
    bottom: 1.5rem;
    gap: 0.75rem;
    font-size: 0.52rem;
  }

  .policy-header {
    min-height: 5.75rem;
    gap: 1rem;
  }

  .policy-brand {
    width: min(13rem, 58vw);
  }

  .policy-return {
    max-width: 8rem;
    font-size: 0.54rem;
    line-height: 1.35;
    text-align: right;
  }

  .policy-main {
    padding-top: 3.5rem;
  }

  .policy-hero h1 {
    font-size: clamp(3.1rem, 16vw, 5.2rem);
  }

  .policy-footer {
    min-height: 5rem;
    gap: 1rem;
  }
}

@media (max-width: 23rem) {
  .site-header {
    gap: 0.6rem;
  }

  .brand {
    width: 10.8rem;
  }

  .status {
    font-size: 0.5rem;
  }

  .status__pulse {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }
}

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