:root {
  --navy: #0b2744;
  --navy-dark: #071d33;
  --navy-soft: #243a51;

  --cream: #f8f3eb;
  --cream-deep: #e9dece;

  --gold: #c2a16e;

  --wood-dark: #4d2d1a;
  --wood-mid: #704426;
  --wood-light: #94633b;

  --shadow: rgba(24, 13, 7, .32);

  --shell-padding: clamp(18px, 4vw, 58px);
  --scene-size: min(37vw, 58vh, 540px);

  --physical-easing: cubic-bezier(.2, .72, .18, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--wood-mid);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;

  color: var(--navy);

  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

button,
input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  min-height: 100svh;

  display: grid;
  place-items: center;

  padding: var(--shell-padding);

  background-color: var(--wood-mid);
  background-image: url("oak-tabletop.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

.launch-card {
  width: min(1420px, 100%);

  min-height: min(
    820px,
    calc(
      100svh
      - var(--shell-padding)
      - var(--shell-padding)
    )
  );

  display: grid;

  grid-template-columns:
    minmax(340px, .92fr)
    minmax(500px, 1.18fr);

  align-items: center;

  column-gap: clamp(40px, 6vw, 88px);
  row-gap: clamp(28px, 4vw, 48px);

  padding: clamp(38px, 5vw, 76px);

  border: 1px solid rgba(11, 39, 68, .14);
  border-radius: 8px;

  background:
    linear-gradient(
      rgba(250, 246, 239, .97),
      rgba(250, 246, 239, .97)
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 3px,
      rgba(11, 39, 68, .018) 4px
    );

  box-shadow:
    0 32px 74px var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, .68);
}

.intro-panel {
  position: relative;
  z-index: 4;

  align-self: center;

  max-width: 590px;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 20px;

  color: var(--navy);

  font-size: .77rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h1,
.signup-panel h2 {
  margin: 0;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-weight: 500;
}

h1 {
  max-width: none;

  font-size: clamp(4.5rem, 6.6vw, 8.6rem);
  line-height: .76;
  letter-spacing: -.058em;
}

#page-title {
  max-width: 100%;
  width: auto;
  white-space: nowrap;
}

h1 em {
  font-weight: 500;
}

.title-divider {
  width: min(390px, 100%);

  display: flex;
  align-items: center;
  gap: 16px;

  margin: 34px 0 24px;

  color: var(--gold);
}

.title-divider::before,
.title-divider::after {
  content: "";

  height: 1px;
  flex: 1;

  background: currentColor;

  opacity: .55;
}

.title-divider span {
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 1.55rem;
  line-height: 1;
}

.intro-copy {
  max-width: 550px;
  margin: 0;

  color: var(--navy-soft);

  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.68;
}

.opening-note,
.mailing-list-note {
  margin-top: 22px;
}

.interactive-area {
  position: relative;

  align-self: center;

  min-height: calc(var(--scene-size) + 90px);

  display: grid;
  place-items: center;

  isolation: isolate;
}

.interactive-area[data-state="open"] {
  z-index: 10;
}

.record-scene {
  position: relative;

  width: var(--scene-size);
  height: var(--scene-size);

  transform: rotate(-3deg);

  transition:
    transform .9s var(--physical-easing),
    opacity .45s ease;
}

.record-sleeve {
  position: absolute;
  inset: 0;
  z-index: 3;

  width: 100%;
  height: 100%;

  padding: 0;

  border: 1px solid rgba(194, 161, 110, .52);
  border-radius: 2px;

  overflow: hidden;
  cursor: pointer;

  background:
    radial-gradient(
      circle at 24% 17%,
      rgba(255, 255, 255, .045),
      transparent 25%
    ),
    linear-gradient(
      145deg,
      #123354,
      var(--navy-dark) 74%
    );

  box-shadow:
    0 29px 38px rgba(29, 18, 10, .3),
    0 10px 15px rgba(29, 18, 10, .19);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.record-sleeve:hover {
  transform: translateY(-4px);

  box-shadow:
    0 34px 44px rgba(29, 18, 10, .32),
    0 13px 18px rgba(29, 18, 10, .2);
}

.record-sleeve:active {
  transform: translateY(1px) scale(.997);
}

.sleeve-frame {
  position: absolute;
  inset: 5.5%;

  border: 1px solid rgba(194, 161, 110, .6);

  pointer-events: none;
}

.logo-container {
  position: absolute;
  inset: 11% 15% 22%;

  display: grid;
  place-items: center;
}

.sleeve-logo {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;

  filter:
    grayscale(1)
    invert(1)
    sepia(.23)
    saturate(.8)
    brightness(1.08);

  mix-blend-mode: screen;

  opacity: .96;
}

.open-cue {
  position: absolute;
  right: 7.5%;
  bottom: 10%;

  color: var(--gold);

  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.vinyl {
  position: absolute;
  top: 4%;
  left: 4%;
  z-index: 1;

  width: 92%;
  aspect-ratio: 1;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      var(--gold) 0 7%,
      var(--navy) 7.4% 16%,
      #111 16.5% 17.8%,
      transparent 18.2%
    ),
    repeating-radial-gradient(
      circle,
      #131313 0 3px,
      #242424 4px 5px,
      #0b0b0b 6px 7px
    );

  box-shadow:
    14px 20px 30px rgba(20, 12, 7, .27);

  transform:
    translateX(0)
    rotate(0deg);

  transition:
    transform .9s var(--physical-easing);
}

.vinyl::after {
  content: "";

  position: absolute;
  inset: 1.5%;

  border-radius: 50%;

  background:
    linear-gradient(
      125deg,
      transparent 25%,
      rgba(255, 255, 255, .12) 42%,
      transparent 58%
    );
}

.vinyl-label {
  position: absolute;
  inset: 38%;
  z-index: 2;

  display: grid;
  place-items: center;
  align-content: center;

  border-radius: 50%;

  color: var(--cream);
  background: var(--navy);

  text-align: center;
}

.vinyl-label span {
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: clamp(.45rem, .82vw, .7rem);
}

.vinyl-label small {
  margin-top: 2px;

  font-size: clamp(.25rem, .45vw, .42rem);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.signup-panel {
  position: absolute;
  z-index: 6;

  width: min(525px, 94%);

  padding: clamp(30px, 5vw, 54px);

  border: 1px solid rgba(11, 39, 68, .14);
  border-radius: 5px;

  background:
    linear-gradient(
      rgba(250, 246, 239, .985),
      rgba(250, 246, 239, .985)
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 3px,
      rgba(11, 39, 68, .02) 4px
    );

  box-shadow:
    0 32px 76px rgba(29, 18, 10, .26);

  opacity: 0;
  visibility: hidden;

  transform:
    translateX(30px)
    translateY(10px)
    scale(.985);

  transition:
    opacity .35s ease,
    transform .55s var(--physical-easing),
    visibility 0s linear .6s;
}

.signup-panel h2 {
  max-width: 12ch;

  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: .96;
  letter-spacing: -.045em;
}

.panel-copy {
  max-width: 38rem;

  margin: 22px 0 28px;

  color: var(--navy-soft);

  line-height: 1.65;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 14px;

  width: 42px;
  height: 42px;

  border: 0;
  border-radius: 50%;

  cursor: pointer;

  color: var(--navy);
  background: transparent;

  font-size: 2rem;
  line-height: 1;
}

.close-button:hover {
  background: rgba(11, 39, 68, .07);
}

.signup-form label {
  display: block;

  margin-bottom: 8px;

  font-size: .84rem;
  font-weight: 600;
}

.form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.form-fields .primary,
.form-fields .loading {
  grid-column: 1 / -1;
}

.ml-form-recaptcha {
  margin-top: 18px;
}

.form-field {
  min-width: 0;
}

.signup-form input {
  width: 100%;
  min-width: 0;
  height: 52px;

  padding: 0 15px;

  border: 1px solid #a8aca4;
  border-radius: 3px;

  color: var(--navy);
  background: rgba(255, 255, 255, .73);

  font-size: 1rem;
}

.signup-form button {
  min-height: 52px;

  padding: 0 21px;

  border: 1px solid var(--navy);
  border-radius: 3px;

  cursor: pointer;

  color: var(--cream);
  background: var(--navy);

  font-weight: 600;
}

.signup-form button:hover {
  background: var(--navy-dark);
}

.privacy-note,
.form-status {
    font-size: .77rem;
}

.privacy-note {
  margin: 10px 0 0;
  color: #657080;
}

.privacy-note a {
  color: var(--navy);
  text-underline-offset: 2px;
}

.form-status {
  min-height: 1.2em;

  margin: 10px 0 0;

  color: var(--navy);

  font-weight: 600;
}

.interactive-area[data-state="open"] .vinyl {
  transform:
    translateX(48%)
    rotate(14deg);
}

.interactive-area[data-state="open"] .record-scene {
  transform:
    translateX(-34%)
    rotate(-5deg)
    scale(.84);

  opacity: .24;
}

.interactive-area[data-state="open"] .record-sleeve {
  pointer-events: none;
}

.interactive-area[data-state="open"] .signup-panel {
  opacity: 1;
  visibility: visible;

  transform:
    translateX(8%)
    translateY(40px)
    scale(1);

  transition-delay:
    .28s,
    .28s,
    0s;
}

.feature-strip {
  grid-column: 1 / -1;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  padding-top: 28px;

  border-top: 1px solid rgba(11, 39, 68, .11);
}

.feature {
  min-width: 0;

  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;

  padding: 0 28px;
}

.feature:first-child {
  padding-left: 0;
}

.feature:last-child {
  padding-right: 0;
}

.feature + .feature {
  border-left: 1px solid rgba(11, 39, 68, .14);
}

.feature-icon {
  width: 30px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 30px;
}

.feature-icon img {
  display: block;
  width: 24px;
  height: 30px;
  object-fit: contain;
}

.feature h2 {
  margin: 0 0 5px;

  color: var(--navy);

  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.feature p {
  margin: 0;

  color: var(--navy-soft);

  font-size: .87rem;
  line-height: 1.5;
}

.site-footer {
  grid-column: 1 / -1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  width: 100%;

  margin-top: 0;
  padding-top: 24px;

  border-top: 1px solid rgba(11, 39, 68, .11);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-link {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  overflow: hidden;

  border: 1px solid rgba(11, 39, 68, .22);
  border-radius: 50%;

  color: var(--navy);
  background: transparent;

  text-decoration: none;

  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.footer-link svg {
  display: block;

  width: 17px;
  height: 17px;
  flex: 0 0 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-link:first-child svg {
  fill: currentColor;
  stroke: none;
}

.footer-link .icon-dot {
  fill: currentColor;
  stroke: none;
}

.footer-link:hover {
  color: var(--cream);
  background: var(--navy);
  border-color: var(--navy);

  transform: translateY(-2px);
}

.footer-link:focus-visible,
.record-sleeve:focus-visible,
.close-button:focus-visible,
.signup-form input:focus-visible,
.signup-form button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.footer-signup-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;

  padding: 0;
  margin: 0;

  background: none;
  border: 0;

  color: inherit;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  cursor: pointer;
  transition: color .2s ease;
}

.footer-signup-link:hover,
.footer-signup-link:focus-visible {
  color: var(--gold);
}

.footer-signup-link span {
  transition: transform .2s ease;
}

.footer-signup-link:hover span,
.footer-signup-link:focus-visible span {
  transform: translateX(3px);
}

.footer-signup-link:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.footer-copyright {
  margin: 0;

  color: var(--navy-soft);

  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  :root {
    --scene-size: min(63vw, 54vh, 520px);
  }

  .launch-card {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .intro-panel {
    max-width: 760px;
    justify-self: center;
  }

  h1 {
    max-width: none;
  }

  .title-divider {
    margin-inline: auto;
  }

  .interactive-area {
    width: 100%;
    min-height: calc(var(--scene-size) + 35px);
  }

  .feature-strip {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature {
    padding: 0;
    text-align: left;
  }

  .feature + .feature {
    padding-top: 18px;

    border-top: 1px solid rgba(11, 39, 68, .1);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --scene-size: min(76vw, 42vh, 360px);
  }

  #page-title {
    width: 100%;
    max-width: 100%;

    white-space: nowrap;

    font-size: clamp(2.75rem, 13vw, 4.4rem);
    line-height: .86;
    letter-spacing: -.055em;

    text-align: center;
  }

  .page-shell {
    display: block;

    padding: 0;

    background-size:
      auto,
      auto,
      100% 48px,
      560px 100%;
  }

  .launch-card {
    min-height: 100svh;

    gap: 25px;

    padding:
      max(28px, env(safe-area-inset-top))
      18px
      max(34px, env(safe-area-inset-bottom));

    border: 0;
    border-radius: 0;
  }

  .eyebrow {
    margin-bottom: 15px;
    font-size: .7rem;
  }

  .title-divider {
    margin:
      24px
      auto
      18px;
  }

  .intro-copy,
  .opening-note,
  .mailing-list-note {
    width: 100%;
    max-width: 100%;

    margin-left: auto;
    margin-right: auto;

    color: var(--navy-soft);

    font-size: .97rem;
    line-height: 1.55;

    text-align: center;
  }

  .opening-note,
  .mailing-list-note {
    margin-top: 18px;
  }

  .interactive-area {
    min-height: calc(var(--scene-size) + 20px);
  }

  .interactive-area[data-state="open"] {
    min-height: min(
      590px,
      calc(100svh - 190px)
    );
  }

  .interactive-area[data-state="open"] .record-scene {
    transform:
      translateY(10px)
      scale(.78)
      rotate(-4deg);

    opacity: .1;
  }

  .interactive-area[data-state="open"] .vinyl {
    transform:
      translateX(18%)
      rotate(10deg);
  }

  .interactive-area[data-state="open"] .signup-panel {
    transform:
      translateY(0)
      scale(1);
  }

  .signup-panel {
    width: 100%;

    padding:
      31px
      21px
      27px;
  }

  .signup-panel h2 {
    max-width: 14ch;
    margin-inline: auto;

    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .panel-copy {
    margin: 17px 0 22px;
  }

.form-fields {
  grid-template-columns: 1fr;
}

.form-fields .primary,
.form-fields .loading {
  grid-column: auto;
}

  .signup-form input {
    border-right: 1px solid #a8aca4;
    border-radius: 3px;
  }

  .signup-form button {
    border-radius: 3px;
  }

  .feature-strip {
    padding-top: 23px;
  }

  .site-footer {
    flex-direction: column;
    justify-content: center;
    gap: 18px;

    padding-top: 22px;

    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
  }
}

@media (max-width: 390px) {
  #page-title {
    font-size: 3.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-height: 850px) and (min-width: 1051px) {
  :root {
    --scene-size: min(34vw, 52vh, 470px);
  }

  .launch-card {
    min-height: calc(
      100svh
      - var(--shell-padding)
      - var(--shell-padding)
    );

    row-gap: 20px;

    padding:
      clamp(22px, 2.6vw, 40px)
      clamp(38px, 5vw, 76px);
  }

  .title-divider {
    margin-top: 22px;
    margin-bottom: 18px;
  }

  .opening-note,
  .mailing-list-note {
    margin-top: 16px;
  }

  .interactive-area {
    min-height: calc(var(--scene-size) + 45px);
  }

  .feature-strip {
    padding-top: 20px;
  }

  .site-footer {
    padding-top: 18px;
  }
}

@media (max-height: 700px) and (min-width: 1051px) {
  :root {
    --scene-size: min(32vw, 48vh, 410px);
  }

  .launch-card {
    row-gap: 14px;
    padding-block: 18px;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .title-divider {
    margin-top: 16px;
    margin-bottom: 13px;
  }

  .intro-copy {
    line-height: 1.5;
  }

  .opening-note,
  .mailing-list-note {
    margin-top: 12px;
  }

  .feature-strip {
    padding-top: 15px;
  }

  .site-footer {
    padding-top: 14px;
  }
}

/* ==========================================
   Privacy Page
========================================== */

body.privacy-page {
  min-height: 100svh;

  padding: clamp(28px, 5vw, 72px);

  background-color: var(--wood-mid);
  background-image: url("oak-tabletop.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;

  color: var(--navy-soft);
}

.privacy-document {
  width: min(1120px, 100%);

  margin: 0 auto;

  overflow: hidden;

  border: 1px solid rgba(11, 39, 68, .14);
  border-radius: 8px;

  background:
    linear-gradient(
      rgba(250, 246, 239, .97),
      rgba(250, 246, 239, .97)
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 3px,
      rgba(11, 39, 68, .018) 4px
    );

  box-shadow:
    0 32px 74px var(--shadow),
    inset 0 0 0 1px rgba(255, 255, 255, .68);
}

.privacy-header {
  max-width: 760px;

  margin: 0 auto 40px;
  padding: 58px 24px 0;

  text-align: center;
}

.privacy-header .logo-link {
  display: inline-block;
}

.privacy-header img {
  width: 95px;
  height: auto;

  display: block;

  margin: 12px auto 20px;
}

.privacy-header h1 {
  max-width: none;

  margin: 0 0 10px;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: clamp(3rem, 7vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.privacy-meta {
  margin: 0 0 8px;

  color: var(--navy);

  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
}

.last-updated {
  margin: 0;

  color: #6b6f67;

  font-size: .9rem;
}

.privacy-content {
  max-width: 760px;

  margin: 0 auto;
  padding: 0 24px 80px;
}

.privacy-intro {
  padding-bottom: 30px;

  border-bottom: 1px solid rgba(11, 39, 68, .14);

  color: var(--navy);

  font-size: 1.08rem;
  line-height: 1.8;
}

.privacy-content section {
  scroll-margin-top: 24px;
}

.privacy-content h2 {
  margin: 48px 0 18px;

  color: var(--navy);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.privacy-content h3 {
  margin: 28px 0 12px;

  color: var(--navy);

  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.privacy-content p {
  margin: 0 0 18px;

  line-height: 1.8;
}

.privacy-content ul {
  margin: 0 0 24px;
  padding-left: 24px;
}

.privacy-content li {
  margin-bottom: 10px;

  line-height: 1.7;
}

.privacy-content strong {
  color: var(--navy);
}

.privacy-content a {
  color: var(--navy);
  text-decoration-color: rgba(11, 39, 68, .4);
  text-underline-offset: 3px;
}

.privacy-content a:hover {
  text-decoration-color: var(--navy);
}

.privacy-content address {
  margin: 0 0 18px;

  font-style: normal;
  line-height: 1.7;
}

.privacy-footer {
  border-top: 1px solid rgba(11, 39, 68, .14);

  padding: 40px 20px;

  text-align: center;
}

.privacy-footer p {
  margin: 0 0 10px;

  color: var(--navy-soft);

  font-size: .85rem;
}

.privacy-footer p:last-child {
  margin-bottom: 0;
}

.privacy-footer a {
  color: var(--navy);
  text-decoration: none;
}

.privacy-footer a:hover {
  text-decoration: underline;
}

/* ==========================================
   Page fade transition
========================================== */

body {
  opacity: 0;
  transition: opacity .22s ease;
}

body.page-loaded {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  body {
    opacity: 1;
    transition: none;
  }
}

@media (max-width: 620px) {
  body.privacy-page {
    padding: 0;
  }

  .privacy-document {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .privacy-header {
    margin-top: 0;
    margin-bottom: 32px;
    padding-top: 42px;
  }

  .privacy-header img {
    width: 82px;
  }

  .privacy-header h1 {
    font-size: 3rem;
  }

  .privacy-meta {
    line-height: 1.6;
  }

  .privacy-content {
    padding-inline: 20px;
    padding-bottom: 60px;
  }

  .privacy-intro {
    font-size: 1rem;
  }

  .privacy-content h2 {
    margin-top: 38px;

    font-size: 1.8rem;
  }

  .privacy-footer {
    padding: 32px 20px;
  }
}