:root {
  --black: #030305;
  --soft-black: #08080b;
  --white: #f7f3f7;
  --muted: #c7c0ca;
  --dim: #8f8796;
  --purple: #5b2398;
  --purple-bright: #8d4cff;
  --purple-deep: #21083c;
  --line: rgba(255, 255, 255, 0.17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.gate-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.58) 34%, rgba(0,0,0,.14) 63%, rgba(0,0,0,.18) 100%),
    url("assets/hero-full.png") center 68px / 84% auto no-repeat,
    #020204;
  overflow: hidden;
  position: relative;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 74%, rgba(255,255,255,.04), transparent 23%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.18));
  pointer-events: none;
  z-index: 1;
}

.nav {
  width: min(1180px, calc(100% - 46px));
  height: 102px;
  margin: 0 auto;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 5;
}
.brand img {
  width: 64px;
  height: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  flex: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .13em;
  color: #f1edf5;
}
.nav-links a { opacity: .92; transition: color .2s ease, opacity .2s ease; }
.nav-links a:hover,
.nav-links .active { color: var(--purple-bright); opacity: 1; }
.nav-icons { display: flex; gap: 16px; align-items: center; }
.nav-icons a { display: grid; place-items: center; width: 24px; height: 24px; opacity: .9; }
.nav-icons svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nav-toggle { display: none; }

.hero {
  width: min(1180px, calc(100% - 46px));
  margin: 0 auto;
  min-height: 530px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-left: 22px;
}
.hero-copy {
  max-width: 660px;
  padding: 18px 0 20px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--purple-bright);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
}
h1, h2 {
  font-family: var(--serif);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .08em;
}
h1 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 66px);
  line-height: .98;
  white-space: nowrap;
}
.section-rule,
.small-rule {
  display: block;
  width: 48px;
  height: 1px;
  background: rgba(255,255,255,.78);
  margin: 25px 0;
}
.section-rule.dark { background: rgba(15, 10, 18, .7); }
.hero-text {
  color: #f0edf3;
  font-size: 15px;
  line-height: 1.75;
  max-width: 560px;
  margin: 0 0 20px;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}
.hero-tags span {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: #f1edf3;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 12px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}
.hero-note {
  margin: 0;
  color: #bfb6c6;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ghost-button,
.outline-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 214px;
  min-height: 42px;
  border: 1px solid rgba(141,76,255,.76);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  background: rgba(4,4,7,.42);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.ghost-button:hover,
.outline-button:hover {
  background: rgba(141,76,255,.22);
  border-color: var(--purple-bright);
  transform: translateY(-1px);
}
.ghost-button.compact { min-width: 130px; min-height: 34px; }

.feature-strip {
  background: #050506;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 190px;
  padding: 33px min(8vw, 110px);
}
.feature-card {
  text-align: center;
  padding: 0 34px;
  border-right: 1px solid var(--line);
}
.feature-card:last-child { border-right: 0; }
.feature-card svg {
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
  fill: none;
  stroke: var(--purple-bright);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-card h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .13em;
  font-weight: 500;
}
.feature-card p {
  color: #e9e4ec;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 210px;
}

.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  padding: 48px min(8vw, 120px);
  background: radial-gradient(circle at 80% 50%, rgba(0,0,0,.04), transparent 30%), #f7f5f5;
  color: #161217;
}
.story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.story-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
}
.story-copy p:not(.eyebrow) {
  color: #252025;
  line-height: 1.65;
  font-size: 15px;
  margin: 0 0 6px;
  max-width: 560px;
}
.outline-button {
  color: var(--purple);
  background: transparent;
  margin-top: 22px;
}
.outline-button.light {
  color: #fff;
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.02);
  margin-top: 0;
}

.edit-section {
  padding: 64px min(8vw, 120px);
  background: radial-gradient(circle at 20% 20%, rgba(91,35,152,.14), transparent 26%), #08080b;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}
.section-heading.centered {
  text-align: center;
  margin: 0 auto 34px;
}
.section-heading.centered .eyebrow {
  justify-content: center;
}
.section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}
.section-intro {
  color: #d2ccd7;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 690px;
}
.edit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.edit-card {
  padding: 28px 24px 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  min-height: 230px;
}
.card-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--purple-bright);
  font-size: 12px;
  letter-spacing: .2em;
}
.edit-card h3,
.serve-card h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-weight: 500;
}
.edit-card p,
.serve-card p {
  margin: 0;
  color: #d9d4de;
  font-size: 14px;
  line-height: 1.7;
}
.serves-section {
  padding: 0 min(8vw, 120px) 58px;
  background: #08080b;
}
.serves-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.serve-card {
  padding: 26px 24px 24px;
  background: #0b0b10;
  border: 1px solid rgba(255,255,255,.08);
}
.serve-card span {
  display: inline-block;
  margin-top: 16px;
  color: var(--purple-bright);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.craft-section {
  min-height: 360px;
  background: #050506;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  align-items: stretch;
  padding-left: min(8vw, 120px);
}
.craft-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: #050506;
  z-index: 3;
}
.craft-copy {
  position: relative;
  z-index: 2;
  padding: 54px 10px 50px 0;
}
.craft-copy h2 {
  margin: 0;
  font-size: clamp(27px, 3.6vw, 43px);
  line-height: 1.07;
}
.craft-copy p:not(.eyebrow) {
  max-width: 330px;
  color: #f1edf3;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 22px;
}
.water-visual {
  position: absolute;
  inset: 20px 0 0 31%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
.water-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #050506 0%, rgba(5,5,6,.86) 18%, rgba(5,5,6,.22) 40%, rgba(5,5,6,0) 70%);
  z-index: 1;
}
.water-visual img {
  width: min(980px, 76vw);
  height: 100%;
  object-fit: cover;
  opacity: .96;
}

.life-statement {
  padding: 26px 22px 30px;
  background: #050506;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
}
.life-statement .eyebrow {
  margin-bottom: 6px;
  font-size: 10px;
}
.life-statement h2 {
  margin: 0 auto;
  font-size: clamp(22px, 3vw, 33px);
  max-width: 760px;
}

.newsletter {
  min-height: 82px;
  padding: 19px min(8vw, 120px);
  background: linear-gradient(90deg, #21083c, #5823a0 50%, #2b0b50);
  display: grid;
  grid-template-columns: 1fr minmax(330px, 520px);
  gap: 40px;
  align-items: center;
}
.newsletter h2 {
  font-family: var(--sans);
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.newsletter p {
  margin: 0;
  color: #f0eaf5;
  font-size: 13px;
}
.signup-form {
  display: flex;
  min-height: 42px;
}
.signup-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(15, 5, 27, .55);
  color: #fff;
  padding: 0 18px;
  outline: none;
}
.signup-form input:focus { border-color: rgba(255,255,255,.42); }
.signup-form button {
  width: 150px;
  border: 0;
  color: #fff;
  background: rgba(141,76,255,.55);
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
}

.site-footer {
  background: #050506;
  padding: 38px min(8vw, 120px) 24px;
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr .85fr 1fr;
  gap: 34px;
  color: #f4f0f6;
}
.footer-brand img {
  width: 86px;
  margin-bottom: 12px;
}
.footer-brand p {
  max-width: 230px;
  color: var(--dim);
  font-size: 12px;
  line-height: 1.6;
}
.footer-column h3 {
  margin: 0 0 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.footer-column a,
.footer-column p {
  display: block;
  color: #d5cfda;
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
}
.footer-column a:hover { color: var(--purple-bright); }
.handle {
  color: var(--purple-bright) !important;
  margin-bottom: 8px !important;
}
.socials {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.socials a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  color: #fff;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.socials a svg {
  width: 14px;
  height: 14px;
  display: block;
}
.socials a:hover {
  color: var(--purple-bright);
  border-color: var(--purple-bright);
  transform: translateY(-1px);
}
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  color: #85808a;
  font-size: 12px;
  padding-top: 14px;
}
.footer-bottom p { margin: 0; }

/* Age gate */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.76);
  backdrop-filter: blur(10px);
}
.age-gate.is-visible { display: grid !important; }
.age-gate.is-hidden { display: none !important; }
.gate-orb {
  position: absolute;
  width: min(86vw, 1180px);
  aspect-ratio: 1 / .62;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(44, 10, 78, .78), rgba(19,4,32,.62) 46%, rgba(0,0,0,0) 74%);
  opacity: .78;
}
.age-card {
  width: min(770px, 88vw);
  border: 1px solid rgba(141,76,255,.72);
  padding: 18px;
  position: relative;
  z-index: 2;
  background: rgba(7,7,11,.58);
}
.age-card-inner {
  border: 1px solid rgba(255,255,255,.82);
  text-align: center;
  padding: clamp(26px, 4vw, 42px) clamp(18px, 5vw, 62px) 24px;
  background: rgba(9,9,13,.9);
}
.age-logo {
  width: 78px;
  margin: 0 auto 16px;
}
.age-card .eyebrow { margin-bottom: 18px; }
.age-card h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  margin: 0;
  letter-spacing: .04em;
}
.age-card .small-rule {
  margin: 16px auto 24px;
  width: 112px;
}
.age-copy {
  color: #d0cbd4;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.75;
  margin: 0 0 24px;
}
.age-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 490px;
  margin: 0 auto;
}
.button {
  min-height: 54px;
  border: 1px solid rgba(141,76,255,.82);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .11em;
  cursor: pointer;
  background: transparent;
}
.button-filled {
  background: #6e38bd;
  border-color: #7d45ce;
}
.button-outline:hover { background: rgba(141,76,255,.16); }
.gate-note {
  color: #aaa2af;
  font-size: 12px;
  line-height: 1.6;
  margin: 18px auto 0;
  max-width: 520px;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 620px;
    background-position: 64% 46px;
    background-size: auto 82%;
  }
  .nav {
    width: min(100% - 32px, 1180px);
    height: 76px;
  }
  .nav-toggle {
    display: grid;
    gap: 5px;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
  }
  .nav-toggle span {
    display: block;
    width: 26px;
    height: 1px;
    background: currentColor;
  }
  .nav-links {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    padding: 22px;
    background: rgba(5,5,7,.96);
    border: 1px solid rgba(255,255,255,.1);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nav-links.open { display: flex; }
  .nav-icons { margin-left: auto; }
  .hero {
    min-height: 450px;
  }
  .hero-copy {
    padding: 24px 0 50px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .feature-card {
    border-bottom: 1px solid var(--line);
    padding: 28px 24px;
  }
  .feature-card:nth-child(2) { border-right: 0; }
  .feature-card:nth-child(3),
  .feature-card:nth-child(4) { border-bottom: 0; }
  .story-section {
    grid-template-columns: 1fr;
    padding: 42px 24px;
  }
  .edit-section,
  .serves-section {
    padding-left: 24px;
    padding-right: 24px;
  }
  .edit-grid,
  .serves-grid {
    grid-template-columns: 1fr;
  }
  .craft-section {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }
  .water-visual {
    inset: auto 0 0 22%;
    height: 100%;
    opacity: .58;
  }
  .newsletter {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 24px;
  }
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
    padding: 34px 24px 24px;
  }
  .footer-brand,
  .social-column { grid-column: span 2; }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 500px;
    background-position: 68% 34px;
    background-size: auto 76%;
  }
  .brand img { width: 54px; }
  .hero {
    width: min(100% - 32px, 1180px);
    min-height: 560px;
  }
  h1 { font-size: 42px; }
  .hero-copy {
    max-width: 330px;
  }
  .hero-text {
    max-width: 300px;
  }
  .hero-tags span {
    font-size: 10px;
    padding: 8px 10px;
  }
  .edit-card h3,
  .serve-card h3 {
    font-size: 22px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .feature-strip {
    grid-template-columns: 1fr;
    padding: 10px 22px;
  }
  .feature-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .feature-card:last-child { border-bottom: 0; }
  .story-section { gap: 24px; }
  .story-copy h2,
  .craft-copy h2 { font-size: 26px; }
  .signup-form {
    flex-direction: column;
    gap: 10px;
  }
  .signup-form input,
  .signup-form button {
    min-height: 44px;
    width: 100%;
  }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand,
  .social-column { grid-column: auto; }
  .age-actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .age-card {
    padding: 12px;
    width: min(92vw, 770px);
  }
  .age-logo { width: 66px; }
  .age-card h2 { font-size: 32px; }
}


/* Updated so the top hero image is shown at natural horizontal proportions and not stretched vertically. */

.nowrap {
  white-space: nowrap;
}

.edit-section .section-heading.centered,
.serves-section .section-heading {
  max-width: 1180px;
}

.edit-section .section-heading.centered h2 {
  font-size: clamp(22px, 2.7vw, 40px);
}

.serves-section .section-heading h2 {
  font-size: clamp(22px, 2.8vw, 40px);
}

.craft-copy h2 {
  font-size: clamp(22px, 2.85vw, 38px);
}

@media (max-width: 980px) {
  .nowrap {
    white-space: normal;
  }
}

/* Final text/title refinements */
.serves-section .section-heading {
  text-align: center;
  margin: 0 auto 30px;
}

.serves-section .section-heading .eyebrow {
  justify-content: center;
}

.life-statement h2 {
  max-width: 980px;
}
