.siren-landing-page {
  margin: 0;
  background: #f7f5f0;
  color: #171717;
  font-family: "Montserrat", Arial, sans-serif;
}

.siren-landing-page img {
  display: block;
  max-width: 100%;
}

.siren-landing-page a {
  color: inherit;
}

.siren-landing-skip,
.siren-landing-sr-only,
.siren-landing-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.siren-landing-skip:focus {
  z-index: 30;
  width: auto;
  height: auto;
  clip: auto;
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #080808;
}

.siren-landing-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(84px, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.85rem max(1rem, 4vw);
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.08));
}

.siren-landing-brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  text-decoration: none;
}

.siren-landing-brand span,
.siren-landing-page h1,
.siren-landing-page h2,
.siren-landing-page h3,
.siren-landing-facts dd,
.siren-landing-access-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.siren-landing-brand span {
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

.siren-landing-brand small,
.siren-landing-nav,
.siren-landing-header-cta,
.siren-landing-eyebrow,
.siren-landing-facts dt,
.siren-landing-button,
.siren-landing-fit-grid span,
.siren-landing-gallery figcaption,
.siren-landing-access-card span,
.siren-landing-hero-form button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.siren-landing-brand small {
  margin-top: 0.25rem;
  font-size: 0.62rem;
  opacity: 0.76;
}

.siren-landing-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 0.72rem;
}

.siren-landing-nav a,
.siren-landing-header-cta,
.siren-landing-button,
.siren-landing-text-link {
  text-decoration: none;
}

.siren-landing-nav a {
  opacity: 0.82;
}

.siren-landing-nav a:hover,
.siren-landing-nav a:focus-visible {
  opacity: 1;
}

.siren-landing-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 78px;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.72rem;
}

.siren-landing-hero {
  min-height: 760px;
  display: flex;
  align-items: end;
  padding: 9rem max(1.1rem, 5vw) 4.5rem;
  color: #fff;
}

.siren-landing-hero.is-prelaunch {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.9), rgba(8, 8, 8, 0.5) 42%, rgba(8, 8, 8, 0.08) 78%),
    var(--siren-landing-hero-mobile-image, url("/assets/shop/siren-techpack-front-v1.png")) 76% 20% / cover no-repeat;
}

.siren-landing-hero.is-live {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.84), rgba(8, 8, 8, 0.42) 42%, rgba(8, 8, 8, 0.06) 76%),
    var(--siren-landing-hero-mobile-image, url("/assets/shop/siren-techpack-front-v1.png")) 76% 20% / cover no-repeat;
}

.siren-landing-hero-copy {
  width: min(720px, 100%);
}

@media (min-width: 1200px) {
  .siren-landing-hero.is-prelaunch {
    background:
      linear-gradient(90deg, rgba(8, 8, 8, 0.92), rgba(8, 8, 8, 0.68) 34%, rgba(8, 8, 8, 0.24) 64%, rgba(8, 8, 8, 0.04)),
      var(--siren-landing-hero-desktop-image, url("/assets/shop/siren-jersey-friends-boardwalk-20260604.jpg")) 58% 42% / cover no-repeat;
  }

  .siren-landing-hero.is-live {
    background:
      linear-gradient(90deg, rgba(8, 8, 8, 0.88), rgba(8, 8, 8, 0.58) 34%, rgba(8, 8, 8, 0.18) 64%, rgba(8, 8, 8, 0.03)),
      var(--siren-landing-hero-desktop-image, url("/assets/shop/siren-jersey-friends-boardwalk-20260604.jpg")) 58% 42% / cover no-repeat;
  }
}

.siren-landing-eyebrow {
  margin: 0 0 0.8rem;
  color: #8d5a89;
  font-size: 0.72rem;
}

.siren-landing-hero .siren-landing-eyebrow {
  color: #dce8e0;
}

.siren-landing-page h1,
.siren-landing-page h2,
.siren-landing-page h3,
.siren-landing-page p {
  overflow-wrap: anywhere;
}

.siren-landing-page h1,
.siren-landing-page h2 {
  line-height: 0.98;
}

.siren-landing-page h1 {
  max-width: 10ch;
  margin: 0;
  font-size: 6.6rem;
}

.siren-landing-page h2 {
  margin: 0;
  font-size: 4rem;
}

.siren-landing-page h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.08;
}

.siren-landing-subtitle {
  width: min(590px, 100%);
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.6;
}

.siren-landing-actions,
.siren-landing-hero-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.siren-landing-button,
.siren-landing-hero-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  padding: 0.82rem 1rem;
  font-size: 0.76rem;
  cursor: pointer;
}

.siren-landing-button.is-primary,
.siren-landing-hero-form button {
  background: #dce8e0;
  color: #080808;
}

.siren-landing-button.is-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.siren-landing-hero-form {
  width: min(640px, 100%);
}

.siren-landing-hero-form input[type="email"] {
  flex: 1 1 240px;
  min-width: 0;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.82rem 0.95rem;
  background: rgba(255, 255, 255, 0.92);
  color: #171717;
  font: inherit;
}

.siren-landing-consent,
.siren-landing-hero-form .form-status {
  flex: 1 0 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.5;
}

.siren-landing-consent {
  display: flex;
  gap: 0.55rem;
  align-items: start;
}

.siren-landing-consent input {
  margin-top: 0.2rem;
}

.siren-landing-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin: 2rem 0 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.24);
}

.siren-landing-facts div {
  min-width: 0;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.siren-landing-facts div:nth-child(3n) {
  border-right: 0;
}

.siren-landing-facts div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.siren-landing-facts dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
}

.siren-landing-facts dd {
  margin: 0.2rem 0 0;
  font-size: 1.25rem;
  line-height: 1.05;
}

.siren-landing-stock-micro {
  display: grid;
  gap: 0.3rem;
}

.siren-landing-stock-micro small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  line-height: 1.25;
}

.siren-landing-opening,
.siren-landing-product,
.siren-landing-fit,
.siren-landing-story,
.siren-landing-access {
  padding: 6rem max(1.1rem, 5vw);
}

.siren-landing-opening {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  gap: 4rem;
  align-items: end;
  background: #fff;
}

.siren-landing-section-copy,
.siren-landing-story-copy,
.siren-landing-access-copy {
  max-width: 680px;
}

.siren-landing-section-copy.is-narrow {
  max-width: 760px;
}

.siren-landing-opening-copy,
.siren-landing-section-copy p,
.siren-landing-fit-grid p,
.siren-landing-access-copy p {
  color: rgba(24, 22, 20, 0.72);
}

.siren-landing-opening-copy,
.siren-landing-section-copy p,
.siren-landing-access-copy p {
  margin: 1rem 0 0;
}

.siren-landing-product {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.28fr);
  gap: 4rem;
  background: #f7f5f0;
}

.siren-landing-text-link {
  display: inline-flex;
  margin-top: 1.2rem;
  color: #171717;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
  letter-spacing: 0;
}

.siren-landing-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.siren-landing-gallery figure,
.siren-landing-story-image {
  margin: 0;
  overflow: hidden;
  background: #ece4d9;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.siren-landing-story-image {
  background:
    linear-gradient(180deg, rgba(23, 19, 18, 0.04), rgba(23, 19, 18, 0.12)),
    #ece4d9;
}

.siren-landing-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}

.siren-landing-gallery figcaption {
  padding: 0.8rem 0.9rem;
  background: #080808;
  color: #fff;
  font-size: 0.72rem;
}

.siren-landing-fit {
  background: #fff;
}

.siren-landing-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 2.2rem 0 0;
  border: 1px solid rgba(24, 22, 20, 0.16);
  background: rgba(24, 22, 20, 0.16);
}

.siren-landing-fit-grid article {
  min-width: 0;
  padding: 1.8rem;
  background: #f7f5f0;
}

.siren-landing-fit-grid span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #8d5a89;
  font-size: 0.68rem;
}

.siren-landing-fit-grid p {
  margin: 0.75rem 0 0;
  font-size: 0.92rem;
}

.siren-landing-story {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(300px, 0.8fr);
  gap: 4rem;
  align-items: center;
  background: #171312;
  color: #fff;
}

.siren-landing-story-image img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.siren-landing-story-copy p,
.siren-landing-check-list li {
  color: rgba(255, 255, 255, 0.76);
}

.siren-landing-check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.siren-landing-check-list li {
  padding: 0.95rem 0 0.95rem 1rem;
  border-left: 2px solid #dce8e0;
}

.siren-landing-access {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.8fr);
  gap: 4rem;
  align-items: center;
  background: #dce8e0;
}

.siren-landing-access-card {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(24, 22, 20, 0.18);
  background: rgba(255, 255, 255, 0.62);
}

.siren-landing-access-card span {
  color: #4a1f4d;
  font-size: 0.7rem;
}

.siren-landing-access-card strong {
  font-size: 1.7rem;
  line-height: 1.05;
}

.siren-landing-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem max(1.1rem, 5vw);
  color: rgba(255, 255, 255, 0.72);
  background: #080808;
  font-size: 0.82rem;
}

.siren-landing-footer p {
  margin: 0;
}

.siren-landing-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.siren-landing-footer a {
  color: #fff;
}

@media (max-width: 980px) {
  .siren-landing-header {
    grid-template-columns: 1fr auto;
  }

  .siren-landing-nav {
    display: none;
  }

  .siren-landing-hero {
    min-height: 720px;
  }

  .siren-landing-hero.is-prelaunch {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.78), rgba(8, 8, 8, 0.28) 42%, rgba(8, 8, 8, 0.82)),
      var(--siren-landing-hero-mobile-image, url("/assets/shop/siren-techpack-front-v1.png")) 56% 18% / cover no-repeat;
  }

  .siren-landing-hero.is-live {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.76), rgba(8, 8, 8, 0.28) 44%, rgba(8, 8, 8, 0.78)),
      var(--siren-landing-hero-mobile-image, url("/assets/shop/siren-techpack-front-v1.png")) 58% 20% / cover no-repeat;
  }

  .siren-landing-opening,
  .siren-landing-product,
  .siren-landing-story,
  .siren-landing-access {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .siren-landing-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .siren-landing-header {
    min-height: 66px;
    padding: 0.75rem 1rem;
  }

  .siren-landing-brand span {
    font-size: 1.25rem;
  }

  .siren-landing-brand small {
    font-size: 0.56rem;
  }

  .siren-landing-header-cta {
    min-height: 38px;
    min-width: 68px;
    padding: 0.5rem 0.75rem;
  }

  .siren-landing-hero {
    min-height: 720px;
    padding: 7.5rem 1rem 2rem;
  }

  .siren-landing-page h1 {
    max-width: 9ch;
    font-size: 4.15rem;
  }

  .siren-landing-page h2 {
    font-size: 2.55rem;
  }

  .siren-landing-subtitle {
    font-size: 1rem;
  }

  .siren-landing-hero-form,
  .siren-landing-hero-form button,
  .siren-landing-actions,
  .siren-landing-button {
    width: 100%;
  }

  .siren-landing-facts,
  .siren-landing-gallery,
  .siren-landing-fit-grid {
    grid-template-columns: 1fr;
  }

  .siren-landing-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .siren-landing-facts div:last-child {
    border-bottom: 0;
  }

  .siren-landing-opening,
  .siren-landing-product,
  .siren-landing-fit,
  .siren-landing-story,
  .siren-landing-access {
    padding: 3.25rem 1rem;
  }

  .siren-landing-gallery img {
    aspect-ratio: 3 / 4;
  }

  .siren-landing-story-image img {
    aspect-ratio: 4 / 5;
  }
}
