.angel-landing-page {
  margin: 0;
  background: #f6f3ec;
  color: #202421;
  font-family: "Montserrat", Arial, sans-serif;
}

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

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

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

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

.angel-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: #202421;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.16));
}

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

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

.angel-landing-brand span {
  color: #9d7847;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

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

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

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

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

.angel-landing-nav a {
  opacity: 0.78;
}

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

.angel-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(32, 36, 33, 0.16);
  background: rgba(255, 255, 255, 0.55);
  color: #202421;
  font-size: 0.72rem;
}

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

.angel-landing-hero.is-prelaunch {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.97), rgba(255, 253, 248, 0.76) 42%, rgba(255, 253, 248, 0.1) 78%),
    var(--angel-landing-hero-mobile-image, url("/assets/shop/angel-model-front.jpg")) 78% 20% / cover no-repeat;
}

.angel-landing-hero.is-live {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.66) 42%, rgba(255, 253, 248, 0.04) 78%),
    var(--angel-landing-hero-mobile-image, url("/assets/shop/angel-model-front.jpg")) 78% 20% / cover no-repeat;
}

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

@media (min-width: 1200px) {
  .angel-landing-hero.is-prelaunch {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.84) 32%, rgba(255, 253, 248, 0.3) 62%, rgba(255, 253, 248, 0.02)),
      var(--angel-landing-hero-desktop-image, url("/assets/shop/angel-jersey-porch-boardwalk-friends-20260605.jpg")) 58% 45% / cover no-repeat;
  }

  .angel-landing-hero.is-live {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.76) 32%, rgba(255, 253, 248, 0.22) 62%, rgba(255, 253, 248, 0.02)),
      var(--angel-landing-hero-desktop-image, url("/assets/shop/angel-jersey-porch-boardwalk-friends-20260605.jpg")) 58% 45% / cover no-repeat;
  }
}

.angel-landing-eyebrow {
  margin: 0 0 0.8rem;
  color: #9d7847;
  font-size: 0.72rem;
}

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

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

.angel-landing-page h1 {
  max-width: 11ch;
  margin: 0;
  color: #8e6a3e;
  font-size: 6.4rem;
}

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

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

.angel-landing-subtitle {
  width: min(600px, 100%);
  margin: 1.15rem 0 0;
  color: rgba(32, 36, 33, 0.78);
  font-size: 1.08rem;
  line-height: 1.6;
}

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

.angel-landing-button,
.angel-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;
}

.angel-landing-button.is-primary,
.angel-landing-hero-form button {
  background: #202421;
  color: #fffdfa;
}

.angel-landing-button.is-secondary {
  border-color: rgba(32, 36, 33, 0.2);
  background: rgba(255, 253, 248, 0.56);
  color: #202421;
}

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

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

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

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

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

.angel-landing-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin: 2rem 0 0;
  border: 1px solid rgba(32, 36, 33, 0.16);
  background: rgba(255, 253, 248, 0.76);
}

.angel-landing-facts div {
  min-width: 0;
  padding: 1rem;
  border-right: 1px solid rgba(32, 36, 33, 0.16);
  border-bottom: 1px solid rgba(32, 36, 33, 0.16);
}

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

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

.angel-landing-facts dt {
  color: rgba(32, 36, 33, 0.58);
  font-size: 0.68rem;
}

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

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

.angel-landing-stock-micro small {
  color: rgba(32, 36, 33, 0.58);
  font-size: 0.72rem;
  line-height: 1.25;
}

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

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

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

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

.angel-landing-opening-copy,
.angel-landing-section-copy p,
.angel-landing-fit-grid p,
.angel-landing-access-copy p {
  color: rgba(32, 36, 33, 0.7);
}

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

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

.angel-landing-text-link {
  display: inline-flex;
  margin-top: 1.2rem;
  color: #202421;
  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;
}

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

.angel-landing-gallery figure,
.angel-landing-story-image {
  margin: 0;
  overflow: hidden;
  background: #e0e8e4;
  box-shadow: 0 24px 70px rgba(32, 36, 33, 0.16);
}

.angel-landing-story-image {
  background:
    linear-gradient(180deg, rgba(36, 48, 44, 0.02), rgba(36, 48, 44, 0.1)),
    #e0e8e4;
}

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

.angel-landing-gallery figcaption {
  padding: 0.8rem 0.9rem;
  background: #202421;
  color: #fffdfa;
  font-size: 0.72rem;
}

.angel-landing-fit {
  background: #fffdfa;
}

.angel-landing-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 2.2rem 0 0;
  border: 1px solid rgba(32, 36, 33, 0.14);
  background: rgba(32, 36, 33, 0.14);
}

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

.angel-landing-fit-grid span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #9d7847;
  font-size: 0.68rem;
}

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

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

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

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

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

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

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

.angel-landing-access-card {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(32, 36, 33, 0.16);
  background: rgba(255, 253, 248, 0.66);
}

.angel-landing-access-card span {
  color: #8e6a3e;
  font-size: 0.7rem;
}

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

.angel-landing-access-form {
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  margin-top: 0.35rem;
}

.angel-landing-access-form input[type="email"] {
  min-width: 0;
  border-color: rgba(32, 36, 33, 0.18);
  background: rgba(255, 253, 248, 0.88);
}

.angel-landing-access-form button {
  white-space: nowrap;
}

.angel-landing-access-form .form-status {
  color: rgba(32, 36, 33, 0.68);
}

.angel-landing-access-form .form-status[data-tone="success"] {
  color: #3f6f65;
}

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

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

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

.angel-landing-footer a {
  color: #fffdfa;
}

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

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

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

  .angel-landing-hero.is-prelaunch {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(255, 253, 248, 0.46) 44%, rgba(255, 253, 248, 0.92)),
      var(--angel-landing-hero-mobile-image, url("/assets/shop/angel-model-front.jpg")) 62% 18% / cover no-repeat;
  }

  .angel-landing-hero.is-live {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.56) 48%, rgba(255, 253, 248, 0.92)),
      var(--angel-landing-hero-mobile-image, url("/assets/shop/angel-model-front.jpg")) 62% 18% / cover no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .angel-landing-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 36, 33, 0.16);
  }

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

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

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

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