:root {
  color-scheme: light;
  --ink: #07111f;
  --night: #061426;
  --navy: #08192b;
  --ivory: #fbf7ee;
  --paper: #fffaf1;
  --cream: #f2e5d4;
  --muted: #6e6257;
  --gold: #b98426;
  --gold-light: #efd28a;
  --violet: #6f49a5;
  --line: rgba(185, 132, 38, 0.25);
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(185, 132, 38, 0.16), transparent 25rem),
    radial-gradient(circle at 92% 8%, rgba(111, 73, 165, 0.1), transparent 30rem),
    linear-gradient(180deg, var(--paper), var(--ivory));
  font-family: var(--font-sans);
  font-size: 16px;
}

body::selection {
  color: var(--night);
  background: var(--gold-light);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
.brand-lockup strong,
.site-footer strong {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.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 {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(239, 210, 138, 0.28);
  color: var(--ivory);
  background: rgba(6, 20, 38, 0.96);
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.12);
  backdrop-filter: blur(16px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-symbol {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-lockup strong {
  display: block;
  color: var(--ivory);
  font-size: 1.05rem;
  letter-spacing: 0.18em;
}

.brand-lockup small {
  display: block;
  margin-top: 2px;
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: rgba(251, 247, 238, 0.86);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--gold-light);
  background: rgba(239, 210, 138, 0.1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(239, 210, 138, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ivory);
}

.eyebrow,
.tag {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: min(calc(100vh - 73px), 860px);
  display: grid;
  align-items: center;
  padding: clamp(28px, 5vw, 76px) clamp(18px, 5vw, 72px);
  padding-right: calc(min(44vw, 620px) + clamp(20px, 3vw, 56px));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 132, 38, 0.14), transparent 28rem),
    linear-gradient(180deg, #faf1df, #f2e3c7);
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: min(44vw, 620px);
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%);
  mask-image: linear-gradient(90deg, transparent, #000 12%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  align-self: center;
}

.hero-content h1 {
  color: var(--night);
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  line-height: 0.88;
}

.hero-content p:not(.eyebrow) {
  max-width: 390px;
  color: #8b6b27;
  font-family: var(--font-display);
  font-size: clamp(1.24rem, 2.4vw, 1.75rem);
  line-height: 1.3;
}

.simple-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 73px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 84% 12%, rgba(185, 132, 38, 0.16), transparent 26rem),
    radial-gradient(circle at 12% 92%, rgba(111, 73, 165, 0.12), transparent 24rem),
    linear-gradient(180deg, #fffaf1, #f5e7d4);
}

.simple-hero-copy {
  max-width: 620px;
}

.simple-hero-copy h1 {
  color: var(--night);
  font-size: clamp(4.1rem, 9vw, 8rem);
  line-height: 0.88;
}

.simple-hero-copy p:not(.eyebrow) {
  max-width: 540px;
  color: #5f554c;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.simple-hero-media {
  border: 1px solid rgba(185, 132, 38, 0.26);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff7ea;
  box-shadow: var(--shadow);
}

.simple-hero-media img {
  width: 100%;
  height: min(70vh, 720px);
  object-fit: cover;
  object-position: center;
}

.hero-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.primary-button,
.secondary-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.primary-button {
  border: 1px solid var(--gold);
  color: #1a1208;
  background: linear-gradient(135deg, #b98426, var(--gold-light), #fff4be);
  box-shadow: 0 16px 36px rgba(185, 132, 38, 0.22);
}

.secondary-button {
  border: 1px solid rgba(185, 132, 38, 0.44);
  color: var(--night);
  background: rgba(255, 250, 241, 0.62);
}

.spiritual-quote {
  padding: clamp(44px, 6vw, 78px) clamp(18px, 5vw, 72px);
  border-block: 1px solid var(--line);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 132, 38, 0.14), transparent 24rem),
    rgba(255, 250, 241, 0.9);
}

.spiritual-quote p {
  max-width: 980px;
  margin: 0 auto;
  color: var(--night);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.2vw, 3.2rem);
  line-height: 1.18;
}

.brand-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.82);
}

.brand-intro div {
  padding: 30px clamp(18px, 4vw, 44px);
  border-right: 1px solid var(--line);
}

.brand-intro div:last-child {
  border-right: 0;
}

.brand-intro span,
.science-list span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
}

.brand-intro strong {
  display: block;
  margin-top: 8px;
  color: var(--night);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 500;
}

.brand-intro p {
  margin-bottom: 0;
}

.founder-testimonial {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: start;
  padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 72px);
  color: var(--ivory);
  background:
    radial-gradient(circle at 82% 18%, rgba(111, 73, 165, 0.22), transparent 26rem),
    linear-gradient(135deg, var(--night), #08111f 62%, #1b1430);
}

.testimonial-mark {
  color: rgba(239, 210, 138, 0.34);
  font-family: var(--font-display);
  font-size: clamp(7rem, 16vw, 14rem);
  line-height: 0.72;
}

.testimonial-copy {
  max-width: 980px;
}

.testimonial-copy h2 {
  color: var(--gold-light);
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 0.98;
}

.testimonial-copy blockquote {
  max-width: 880px;
  margin: clamp(24px, 4vw, 40px) 0 0;
  color: var(--ivory);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.28;
}

.testimonial-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(251, 247, 238, 0.72);
}

.testimonial-copy cite {
  display: block;
  margin-top: 22px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section,
.inner-circle,
.product-detail {
  scroll-margin-top: 96px;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.center-heading {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.inner-copy h2,
.detail-copy h1 {
  color: var(--night);
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.section-heading p,
.inner-copy p,
.detail-copy > p {
  max-width: 680px;
}

.products-section {
  background:
    radial-gradient(circle at 92% 16%, rgba(185, 132, 38, 0.13), transparent 25rem),
    linear-gradient(180deg, #fffdf8, var(--ivory));
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(18px, 3vw, 28px);
  max-width: 1060px;
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 241, 0.8);
  box-shadow: var(--shadow);
}

.product-card .product-image {
  flex-shrink: 0;
}

.product-image {
  height: clamp(300px, 26vw, 400px);
  display: block;
  padding: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(111, 73, 165, 0.12), transparent 18rem),
    linear-gradient(180deg, #fffdf8, #f3e4d1);
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(7, 17, 31, 0.16));
}

.product-card-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(22px, 3vw, 32px);
}

.product-card h3 {
  color: var(--night);
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1;
}

.product-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
}

.product-card-footer .text-link {
  flex-shrink: 0;
  white-space: nowrap;
}

.product-card-footer > strong,
.product-price {
  color: var(--night);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 500;
}

.price-stack,
.product-price {
  display: grid;
  gap: 3px;
}

.original-price {
  width: fit-content;
  color: rgba(7, 17, 31, 0.52);
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(185, 132, 38, 0.75);
}

.price-note {
  max-width: 18rem;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.checkout-status-note {
  max-width: 560px;
  margin: 8px 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(185, 132, 38, 0.28);
  border-radius: var(--radius);
  color: #5f554c;
  background: rgba(255, 250, 241, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.discount-price {
  color: var(--night);
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}

.text-link {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coming-soon-teaser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  max-width: 1060px;
  margin: clamp(22px, 4vw, 42px) auto 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 73, 165, 0.12), transparent 18rem),
    rgba(255, 250, 241, 0.8);
  box-shadow: 0 16px 44px rgba(7, 17, 31, 0.08);
}

.coming-soon-teaser h3 {
  color: var(--night);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1;
}

.coming-soon-teaser p:not(.eyebrow) {
  max-width: 720px;
}

.launch-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 10% 18%, rgba(185, 132, 38, 0.13), transparent 25rem),
    linear-gradient(180deg, var(--ivory), #fffdf8);
}

.compact-actions {
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(42px, 6vw, 72px);
}

.launch-offer-card {
  display: grid;
  align-content: start;
  justify-items: start;
  min-height: 300px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow);
}

.launch-offer-card h2 {
  max-width: 640px;
  color: var(--night);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 0.98;
}

.launch-offer-card p:not(.eyebrow) {
  max-width: 560px;
}

.featured-offer {
  color: var(--ivory);
  border-color: rgba(239, 210, 138, 0.32);
  background:
    radial-gradient(circle at 86% 12%, rgba(111, 73, 165, 0.28), transparent 23rem),
    linear-gradient(135deg, var(--night), #08111f 60%, #1b1430);
}

.featured-offer h2,
.featured-offer p:not(.eyebrow) {
  color: var(--ivory);
}

.featured-offer .secondary-button {
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.08);
}

.crypto-offer .form-note {
  align-self: end;
  margin-top: 8px;
  color: #7a6a5b;
}

.simple-action-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(240px, 0.75fr));
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 12% 24%, rgba(111, 73, 165, 0.1), transparent 22rem),
    linear-gradient(180deg, var(--ivory), #fffdf8);
}

.simple-signup-card,
.simple-action-card {
  display: grid;
  align-content: start;
  justify-items: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.86);
  box-shadow: var(--shadow);
}

.simple-signup-card h2,
.simple-action-card h2 {
  color: var(--night);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.simple-action-card.featured-offer {
  color: var(--ivory);
  border-color: rgba(239, 210, 138, 0.38);
  background:
    radial-gradient(circle at 86% 12%, rgba(111, 73, 165, 0.32), transparent 23rem),
    linear-gradient(135deg, var(--night), #08111f 60%, #1b1430);
}

.simple-action-card.featured-offer .eyebrow {
  color: var(--gold-light);
}

.simple-action-card.featured-offer h2,
.simple-action-card.featured-offer p:not(.eyebrow) {
  color: var(--ivory);
}

.simple-action-card.featured-offer .secondary-button {
  border-color: rgba(239, 210, 138, 0.72);
  color: var(--night);
  background: var(--gold-light);
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.18);
}

.simple-action-card.featured-offer .secondary-button:hover {
  border-color: var(--ivory);
  background: var(--ivory);
}

.simple-email-form {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: 10px;
}

.simple-email-form label {
  display: grid;
  gap: 8px;
  color: var(--night);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.simple-email-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(185, 132, 38, 0.36);
  border-radius: var(--radius);
  padding: 0 16px;
  color: var(--night);
  background: #fffdf8;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.science-section {
  color: var(--ivory);
  background:
    radial-gradient(circle at 92% 12%, rgba(111, 73, 165, 0.24), transparent 27rem),
    linear-gradient(135deg, var(--night), #07111f 62%, #1c1232);
}

.science-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.science-section h2,
.science-section p {
  color: var(--ivory);
}

.science-list {
  display: grid;
  gap: 14px;
}

.science-list article {
  padding: 24px;
  border: 1px solid rgba(239, 210, 138, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.science-list h3 {
  color: var(--gold-light);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.science-list p {
  margin-bottom: 0;
  color: rgba(251, 247, 238, 0.74);
}

.inner-circle {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 6vw, 76px);
  align-items: start;
  color: var(--ivory);
  background:
    radial-gradient(circle at 88% 24%, rgba(111, 73, 165, 0.24), transparent 25rem),
    linear-gradient(135deg, var(--night), #08101d 58%, #1b1430);
}

.inner-copy h2,
.inner-copy p {
  color: var(--ivory);
}

.circle-form {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(239, 210, 138, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% -4%, rgba(185, 132, 38, 0.16), transparent 22rem),
    radial-gradient(circle at 96% 110%, rgba(111, 73, 165, 0.22), transparent 20rem),
    linear-gradient(165deg, rgba(10, 16, 30, 0.92), rgba(16, 12, 30, 0.94));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(251, 247, 238, 0.08);
  overflow: hidden;
}

/* gold hairline along the top edge of the card */
.circle-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light) 30%, var(--gold) 70%, transparent);
  opacity: 0.8;
}

/* refined micro labels inside form cards */
.circle-form > label {
  gap: 9px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.circle-form input:not([type="checkbox"]),
.circle-form select,
.circle-form textarea {
  border: 1px solid rgba(239, 210, 138, 0.18);
  border-radius: 12px;
  padding: 0 16px;
  background: rgba(4, 8, 16, 0.55);
  color: var(--ivory);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.circle-form textarea {
  padding: 13px 16px;
}

.circle-form input:not([type="checkbox"]):hover,
.circle-form select:hover,
.circle-form textarea:hover {
  border-color: rgba(239, 210, 138, 0.4);
}

.circle-form input:not([type="checkbox"]):focus,
.circle-form select:focus,
.circle-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(7, 12, 22, 0.72);
  box-shadow:
    0 0 0 3px rgba(185, 132, 38, 0.22),
    0 6px 24px rgba(185, 132, 38, 0.12);
}

.circle-form ::placeholder {
  color: rgba(251, 247, 238, 0.38);
  font-weight: 400;
}

/* custom gold chevron for selects */
.circle-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23efd28a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 17px center;
}

/* hand-drawn consent checkboxes: rounded, gold-filled when checked */
.circle-form .consent-check {
  grid-template-columns: 24px 1fr;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(251, 247, 238, 0.85);
}

.circle-form .consent-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-height: 0;
  margin-top: 1px;
  padding: 0;
  border: 1.5px solid rgba(239, 210, 138, 0.45);
  border-radius: 7px;
  background: rgba(4, 8, 16, 0.55);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.circle-form .consent-check input[type="checkbox"]:hover {
  border-color: var(--gold);
}

.circle-form .consent-check input[type="checkbox"]:checked {
  border-color: var(--gold);
  background:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5.2L4.4 8.6 11 1.4' fill='none' stroke='%23061426' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat,
    linear-gradient(120deg, var(--gold-light), var(--gold));
  box-shadow: 0 4px 14px rgba(185, 132, 38, 0.35);
}

.label-optional {
  color: rgba(251, 247, 238, 0.45);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.circle-form .form-note {
  font-size: 0.8rem;
  color: rgba(251, 247, 238, 0.55);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ivory);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(239, 210, 138, 0.3);
  border-radius: var(--radius);
  color: var(--ivory);
  background: rgba(5, 7, 13, 0.48);
  padding: 0 12px;
}

textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: rgba(251, 247, 238, 0.72);
  font-size: 0.86rem;
}

.product-detail {
  min-height: calc(100vh - 73px);
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at 90% 12%, rgba(111, 73, 165, 0.1), transparent 27rem),
    linear-gradient(180deg, #fffdf8, #f3e4d1);
}

.detail-media {
  min-height: 620px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(185, 132, 38, 0.14), transparent 21rem),
    linear-gradient(180deg, #fffaf1, #ead9c4);
  box-shadow: var(--shadow);
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tincture-detail-media img {
  width: auto;
  height: min(620px, 82vh);
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(7, 17, 31, 0.2));
}

.product-subtitle {
  color: #4d453d;
  font-weight: 800;
}

.product-price {
  margin: 18px 0 8px;
}

.checkbox-grid {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(239, 210, 138, 0.3);
  border-radius: var(--radius);
  background: rgba(5, 7, 13, 0.32);
}

.checkbox-grid label {
  min-height: auto;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 10px;
  color: var(--ivory);
  font-weight: 800;
}

.checkbox-grid input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.info-grid span {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--night);
  background: rgba(255, 250, 241, 0.78);
  font-weight: 800;
}

.detail-grid span {
  background: rgba(255, 255, 255, 0.72);
}

.legal-page {
  background:
    radial-gradient(circle at 90% 0%, rgba(111, 73, 165, 0.1), transparent 28rem),
    linear-gradient(180deg, #fffdf8, #f3e4d1);
}

.legal-hero {
  padding: clamp(64px, 8vw, 118px) clamp(18px, 5vw, 72px) clamp(28px, 5vw, 54px);
}

.legal-hero h1 {
  max-width: 980px;
  color: var(--night);
  font-size: clamp(2.75rem, 7vw, 6.3rem);
  line-height: 0.94;
}

.legal-hero p:not(.eyebrow) {
  max-width: 720px;
}

.legal-content {
  display: grid;
  gap: 24px;
  max-width: 980px;
  margin: 0 clamp(18px, 5vw, 72px);
  padding: 0 0 clamp(64px, 8vw, 110px);
}

.legal-content h2 {
  color: var(--night);
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1.1;
}

.legal-content p {
  max-width: 820px;
  margin-top: -12px;
}

.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
}

.contact-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.74);
}

.contact-grid p {
  margin-top: 0;
}

.underwriting-packet h3 {
  color: var(--night);
  font-size: 1.5rem;
}

.packet-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 30px;
}

.packet-product-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.7);
}

.packet-product-grid img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.72), rgba(242, 229, 212, 0.58));
}

.policy-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding-left: 18px;
}

.coming-soon-page {
  background:
    radial-gradient(circle at 90% 0%, rgba(111, 73, 165, 0.1), transparent 28rem),
    linear-gradient(180deg, #fffdf8, #f3e4d1);
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  padding: 0 clamp(18px, 5vw, 72px) clamp(58px, 7vw, 96px);
}

.roadmap-card {
  min-height: 360px;
  display: grid;
  align-content: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow);
}

.roadmap-card span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
}

.roadmap-card h2 {
  margin-top: 18px;
  color: var(--night);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.roadmap-card small {
  align-self: end;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-roadmap-card {
  color: var(--ivory);
  border-color: rgba(239, 210, 138, 0.32);
  background:
    radial-gradient(circle at 88% 12%, rgba(111, 73, 165, 0.28), transparent 24rem),
    linear-gradient(135deg, var(--night), #08111f 60%, #1b1430);
}

.featured-roadmap-card h2,
.featured-roadmap-card p {
  color: var(--ivory);
}

.featured-roadmap-card small {
  color: var(--gold-light);
}

.roadmap-note {
  display: grid;
  justify-items: center;
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
  text-align: center;
  color: var(--ivory);
  background:
    radial-gradient(circle at 82% 20%, rgba(111, 73, 165, 0.26), transparent 26rem),
    linear-gradient(135deg, var(--night), #08111f 58%, #1b1430);
}

.roadmap-note h2 {
  max-width: 820px;
  color: var(--gold-light);
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.roadmap-note p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(251, 247, 238, 0.74);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 0.9fr);
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--ivory);
  background: var(--night);
}

.site-footer strong {
  color: var(--gold-light);
  letter-spacing: 0.18em;
}

.site-footer p {
  max-width: 720px;
  margin: 0;
  color: rgba(251, 247, 238, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  align-content: start;
}

.footer-links a {
  color: rgba(251, 247, 238, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--gold-light);
}

/* --- Platform form components: interest chips + success panel --- */
.chip-group {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-group legend {
  padding: 0;
  margin-bottom: 10px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  opacity: 0;
}

.chip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(239, 210, 138, 0.4);
  border-radius: 999px;
  color: rgba(251, 247, 238, 0.88);
  background: rgba(5, 7, 13, 0.42);
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    transform 0.15s ease, box-shadow 0.15s ease;
}

.chip:hover span {
  border-color: var(--gold);
  transform: translateY(-1px);
}

.chip input:checked + span {
  box-shadow: 0 8px 22px rgba(185, 132, 38, 0.35);
}

.chip span::before {
  content: "+";
  font-weight: 800;
  color: var(--gold-light);
}

.chip input:checked + span {
  border-color: var(--gold);
  color: var(--night);
  background: linear-gradient(120deg, var(--gold-light), var(--gold));
}

.chip input:checked + span::before {
  content: "\2713";
  color: var(--night);
}

.chip input:focus-visible + span {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.form-success {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 26px 4px;
}

.form-success .success-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--night);
  background: linear-gradient(120deg, var(--gold-light), var(--gold));
  font-size: 1.5rem;
  font-weight: 900;
}

.form-success h3 {
  margin: 0;
  color: var(--ivory);
  font-size: 1.9rem;
}

.form-success p {
  margin: 0;
  color: rgba(251, 247, 238, 0.8);
  line-height: 1.5;
}

/* --- ASCEND Journal --- */
.journal-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(18px, 3vw, 28px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.journal-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 241, 0.85);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.journal-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.journal-card > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 22px;
}

.journal-card h2 {
  margin: 0;
  color: var(--night);
  font-size: 1.7rem;
  line-height: 1.1;
}

.journal-card p:not(.eyebrow) {
  margin: 0;
  color: rgba(7, 17, 31, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.journal-card .text-link {
  margin-top: auto;
  padding-top: 8px;
}

.journal-article {
  max-width: 760px;
}

.journal-video {
  margin: 0 0 28px;
}

.journal-video video {
  width: 100%;
  border-radius: var(--radius);
  background: var(--night);
  box-shadow: var(--shadow);
}

.journal-tags {
  margin: 10px 0 0;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-back {
  margin-top: 34px;
}

/* --- Journal comments (platform component) --- */
.comments {
  padding: 0 24px 72px;
}

.comments-inner {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.comments-inner h2 {
  color: var(--night);
  font-size: 2rem;
  margin: 0 0 8px;
}

.comments-note {
  margin: 0 0 24px;
  color: rgba(7, 17, 31, 0.66);
  font-size: 0.92rem;
}

.comments-list {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.comment {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.85);
  padding: 16px 18px;
}

.comment-meta {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comment-text {
  margin: 0;
  color: rgba(7, 17, 31, 0.82);
  line-height: 1.55;
  white-space: pre-line;
}

.comments-empty {
  margin: 0;
  color: rgba(7, 17, 31, 0.55);
  font-style: italic;
}

.comments-email-note {
  color: rgba(251, 247, 238, 0.55);
  font-size: 0.78rem;
  font-weight: 500;
}

@media (max-width: 1040px) {
  .science-layout,
  .inner-circle,
  .product-detail,
  .founder-testimonial {
    grid-template-columns: 1fr;
  }

  .testimonial-mark {
    line-height: 0.42;
  }

  .detail-media {
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-block: 9px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(239, 210, 138, 0.38);
    border-radius: var(--radius);
    background: rgba(6, 20, 38, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding: 42px 18px 34px;
  }

  .hero-image {
    position: static;
    width: 100%;
    height: auto;
    max-height: 64vh;
    margin-top: 28px;
    border-radius: var(--radius);
    object-position: center 30%;
    -webkit-mask-image: none;
    mask-image: none;
    box-shadow: var(--shadow);
  }

  .hero-content {
    order: -1;
    max-width: 460px;
  }

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

  .hero-actions,
  .detail-actions {
    max-width: 320px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .brand-intro,
  .product-cards,
  .launch-offers,
  .contact-grid,
  .roadmap-grid,
  .packet-product-grid,
  .policy-link-list,
  .info-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .coming-soon-teaser {
    display: grid;
    align-items: start;
  }

  .brand-intro div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brand-intro div:last-child {
    border-bottom: 0;
  }

  .center-heading {
    text-align: left;
  }

  .product-image {
    height: 320px;
    min-height: 0;
  }

  .detail-media {
    min-height: 390px;
  }

  .tincture-detail-media img {
    height: 440px;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .brand-symbol {
    width: 42px;
    height: 42px;
  }

  .brand-lockup strong {
    font-size: 0.96rem;
  }

  .brand-lockup small {
    font-size: 0.64rem;
  }

  .hero {
    min-height: 720px;
    padding-inline: 14px;
  }

  .hero-content h1 {
    font-size: 3.4rem;
  }

  .section,
  .inner-circle,
  .product-detail {
    padding-inline: 20px;
  }

  .section-heading h2,
  .inner-copy h2,
  .detail-copy h1 {
    font-size: 2.55rem;
  }
}

@media (max-width: 900px) {
  .simple-hero,
  .simple-action-section {
    grid-template-columns: 1fr;
  }

  .simple-hero {
    min-height: auto;
  }

  .simple-hero-media img {
    height: auto;
    max-height: none;
  }
}
