:root {
  --pink: #EF4B9B;
  --pink-deep: #DD247B;
  --blush: #F7B6D2;
  --peony: #FFD6E6;
  --peach: #FFC6A3;
  --white: #FFF7FA;
  --plum: #6D1E4A;
  --gold: #D4AF37;
  --stone: #E8E2E5;
  --ink: #27131f;
  --muted: #6e5965;
  --line: rgba(109,30,74,.14);
  --shell: min(1180px, calc(100vw - 48px));
  --radius-xl: 42px;
  --radius-lg: 28px;
  --shadow-soft: 0 28px 80px rgba(109,30,74,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdfd 0%, #fff8fb 42%, #fff 100%);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}
body::selection { background: var(--pink); color: white; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.section-shell { width: var(--shell); margin: 0 auto; position: relative; }
.section-spacious { padding-top: 132px; padding-bottom: 132px; }
.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; }

.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(80px); opacity: .38; z-index: -2; }
.ambient-one { width: 520px; height: 520px; background: rgba(239,75,155,.13); top: -120px; right: -120px; }
.ambient-two { width: 420px; height: 420px; background: rgba(255,198,163,.16); bottom: 10%; left: -180px; }

.site-header {
  width: min(1240px, calc(100vw - 32px));
  height: 82px;
  margin: 18px auto 0;
  padding: 0 18px 0 12px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 14px;
  z-index: 50;
  background: rgba(255,250,252,.76);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 12px 34px rgba(109,30,74,.07);
}
.brand-mark { display:flex; align-items:center; gap:12px; letter-spacing:.14em; font-size:13px; font-weight:700; }
.brand-mark img { width:56px; height:56px; object-fit:cover; border-radius:17px; box-shadow: 0 8px 22px rgba(239,75,155,.18); }
.primary-nav { display:flex; align-items:center; gap:26px; font-size:13px; color:#5f4855; }
.primary-nav a { transition: color .25s ease; }
.primary-nav a:hover { color: var(--pink-deep); }
.nav-cta { background: var(--ink); color:white !important; padding:13px 18px; border-radius:999px; }
.nav-toggle { display:none; border:0; background:transparent; width:42px; height:42px; }
.nav-toggle span { display:block; width:22px; height:1.5px; background:var(--ink); margin:6px auto; }

.hero { min-height: 770px; display:grid; grid-template-columns: .95fr 1.05fr; align-items:center; gap:70px; padding-top:86px; padding-bottom:86px; }
.eyebrow { text-transform:uppercase; letter-spacing:.22em; font-size:12px; font-weight:700; color:var(--pink-deep); margin:0 0 22px; }
.eyebrow.light { color:#ffd9ea; }
h1,h2,h3,p { margin-top:0; }
h1 { font-family: Baskerville, "Times New Roman", serif; font-weight:400; font-size: clamp(58px, 6vw, 92px); line-height:.96; letter-spacing:-.045em; margin-bottom:30px; }
h1 em { color:var(--pink-deep); font-weight:400; }
.hero-intro { max-width:620px; font-size:20px; line-height:1.65; color:var(--muted); }
.hero-actions { display:flex; align-items:center; gap:22px; margin:36px 0 34px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border-radius:999px; font-size:14px; font-weight:700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--pink) 0%, #f16eb0 100%); color:white; box-shadow:0 14px 32px rgba(239,75,155,.28); }
.button-quiet { padding-left:0; padding-right:0; color:var(--plum); }
.button-quiet span, .text-link span { margin-left:8px; }
.button-dark { background:var(--ink); color:white; }
.hero-note { display:flex; gap:14px; max-width:520px; align-items:flex-start; padding-top:22px; border-top:1px solid var(--line); }
.hero-note p { color:#7e6973; font-size:13px; line-height:1.6; margin:0; }
.spark { width:9px; height:9px; margin-top:6px; background:var(--gold); transform:rotate(45deg); flex:0 0 auto; }

.hero-art { position:relative; min-height:620px; display:flex; align-items:center; justify-content:center; }
.hero-art > img { width:min(640px, 100%); filter:drop-shadow(0 30px 34px rgba(109,30,74,.10)); position:relative; z-index:2; }
.hero-halo { position:absolute; border-radius:50%; pointer-events:none; }
.halo-one { width:540px; height:540px; background:radial-gradient(circle at 40% 35%, rgba(247,182,210,.55), rgba(255,247,250,.0) 67%); }
.halo-two { width:440px; height:440px; border:1px solid rgba(239,75,155,.16); box-shadow: inset 0 0 80px rgba(239,75,155,.05); }

.marquee-band { overflow:hidden; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.55); }
.marquee-track { width:max-content; display:flex; align-items:center; gap:26px; padding:19px 0; animation:marquee 28s linear infinite; color:var(--pink-deep); letter-spacing:.18em; font-size:11px; font-weight:700; }
.marquee-track i { color:var(--gold); font-style:normal; }
@keyframes marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }

.section-kicker { color:var(--pink-deep); text-transform:uppercase; letter-spacing:.2em; font-size:11px; font-weight:700; margin-bottom:30px; }
.about-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap:110px; }
.about-heading h2, .community-intro h2, .feature-copy h2, .brand-world-copy h2, .shop-copy h2, .journal-header h2, .join h2, .faq-intro h2, .beliefs-title h2 {
  font-family:Baskerville, "Times New Roman", serif; font-weight:400; letter-spacing:-.035em; line-height:1.05;
}
.about-heading h2 { font-size:clamp(48px,5vw,74px); }
.about-heading h2 span { color:var(--pink-deep); }
.about-copy { max-width:620px; }
.about-copy p { color:var(--muted); font-size:17px; line-height:1.8; }
.about-copy .large-copy { font-family:Baskerville, serif; color:var(--plum); font-size:28px; line-height:1.45; }
.text-link { display:inline-flex; align-items:center; margin-top:12px; color:var(--plum); font-size:13px; font-weight:700; border-bottom:1px solid rgba(109,30,74,.2); padding-bottom:5px; }

.feature-stage { padding-bottom:132px; }
.feature-panel { min-height:650px; border-radius:var(--radius-xl); padding:74px; position:relative; overflow:hidden; display:grid; grid-template-columns:1fr .9fr; align-items:center; gap:80px; background:
  radial-gradient(circle at 85% 15%, rgba(255,255,255,.88), transparent 32%),
  linear-gradient(135deg, #fff2f8 0%, #f8c7dd 52%, #f195bd 100%);
  box-shadow:var(--shadow-soft);
}
.feature-panel::before { content:""; width:420px; height:420px; border-radius:50%; border:1px solid rgba(255,255,255,.55); position:absolute; right:-140px; top:-160px; }
.feature-copy { position:relative; z-index:2; }
.feature-copy h2 { font-size:clamp(44px,4.5vw,66px); margin-bottom:24px; }
.feature-copy > p { max-width:560px; color:#654758; font-size:17px; line-height:1.72; }
.feature-actions { display:flex; align-items:center; gap:26px; margin-top:30px; }
.chat-demo { position:relative; z-index:3; padding:18px; background:rgba(255,255,255,.82); backdrop-filter:blur(20px); border:1px solid rgba(255,255,255,.9); border-radius:30px; box-shadow:0 30px 70px rgba(109,30,74,.18); transform:rotate(1deg); }
.chat-topline { display:grid; grid-template-columns:46px 1fr 10px; gap:12px; align-items:center; padding:2px 4px 16px; border-bottom:1px solid var(--line); }
.chat-topline img { width:46px; height:46px; border-radius:14px; }
.chat-topline strong, .chat-topline span { display:block; }
.chat-topline strong { font-size:13px; }
.chat-topline span { color:#927b87; font-size:11px; margin-top:2px; }
.presence-dot { width:8px; height:8px; background:#75bc84; border-radius:50%; }
.bubble { max-width:83%; padding:14px 16px; margin-top:16px; font-size:13px; line-height:1.55; border-radius:18px; }
.bubble-user { margin-left:auto; background:#f7eff3; border-bottom-right-radius:6px; }
.bubble-pb { background:linear-gradient(135deg, #f15b9f, #ed3f93); color:white; border-bottom-left-radius:6px; box-shadow:0 10px 26px rgba(239,75,155,.18); }
.bubble.small { max-width:60%; }
.chat-prompt { margin-top:18px; border:1px solid var(--line); border-radius:16px; height:46px; display:flex; align-items:center; justify-content:space-between; padding:0 14px; color:#a68f9a; font-size:12px; }
.chat-prompt span { color:var(--pink); font-size:18px; }

.community-intro { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:end; margin-bottom:56px; }
.community-intro h2 { font-size:clamp(48px,5vw,74px); margin:0; }
.community-intro p { color:var(--muted); line-height:1.8; font-size:17px; margin:0; }
.community-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.community-card { min-height:390px; padding:34px; border-radius:30px; position:relative; overflow:hidden; border:1px solid rgba(109,30,74,.08); }
.community-card::after { content:""; position:absolute; width:220px; height:220px; border-radius:50%; right:-80px; bottom:-100px; background:rgba(255,255,255,.38); }
.card-a { background:#fff1f7; }
.card-b { background:#fbd8e8; }
.card-c { background:#f6e8ec; }
.card-number { display:inline-flex; width:38px; height:38px; align-items:center; justify-content:center; border-radius:50%; background:rgba(255,255,255,.65); font-size:10px; letter-spacing:.12em; color:var(--pink-deep); }
.community-card h3 { font-family:Baskerville, serif; font-size:36px; font-weight:400; margin:78px 0 16px; }
.community-card p { color:#755c68; line-height:1.7; font-size:14px; max-width:310px; }
.community-card a { position:absolute; left:34px; bottom:30px; font-size:12px; font-weight:700; color:var(--plum); z-index:2; }

.beliefs { background:var(--plum); color:white; padding:120px 0; position:relative; overflow:hidden; }
.beliefs::before { content:""; position:absolute; width:720px; height:720px; border-radius:50%; background:radial-gradient(circle, rgba(239,75,155,.22), transparent 65%); right:-240px; top:-260px; }
.beliefs-inner { display:grid; grid-template-columns:.8fr 1.2fr; gap:120px; }
.beliefs-title { position:sticky; top:150px; align-self:start; }
.beliefs-title h2 { font-size:clamp(52px,5vw,72px); max-width:450px; }
.belief { display:grid; grid-template-columns:58px 1fr; column-gap:22px; padding:28px 0; border-top:1px solid rgba(255,255,255,.14); }
.belief:last-child { border-bottom:1px solid rgba(255,255,255,.14); }
.belief span { color:#f6b7d4; font-size:11px; letter-spacing:.15em; padding-top:5px; }
.belief h3 { font-family:Baskerville, serif; font-size:28px; font-weight:400; margin-bottom:9px; }
.belief p { grid-column:2; color:#d9c3ce; line-height:1.65; margin:0; font-size:14px; max-width:620px; }

.brand-world-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:100px; align-items:center; }
.brand-world-copy h2 { font-size:clamp(50px,5vw,72px); }
.brand-world-copy p { color:var(--muted); line-height:1.8; font-size:16px; max-width:600px; }
.palette-card { background:white; border:1px solid var(--line); border-radius:32px; padding:16px 28px; box-shadow:0 20px 60px rgba(109,30,74,.07); }
.palette-row { display:grid; grid-template-columns:72px 1fr; gap:18px; align-items:center; padding:13px 0; border-bottom:1px solid rgba(109,30,74,.08); }
.palette-row:last-child { border-bottom:0; }
.palette-row > span { width:72px; height:48px; border-radius:13px; background:var(--swatch); border:1px solid rgba(109,30,74,.05); }
.palette-row strong, .palette-row small { display:block; }
.palette-row strong { font-size:12px; }
.palette-row small { color:#98838e; font-size:10px; margin-top:4px; letter-spacing:.08em; }

.shop-preview { padding-bottom:132px; }
.shop-shell { min-height:590px; border-radius:var(--radius-xl); overflow:hidden; padding:76px; display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:50px; background:linear-gradient(135deg, #ffd5e7 0%, #f985ba 48%, #ef4b9b 100%); position:relative; }
.shop-shell::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(255,255,255,.18), transparent 55%); }
.shop-copy { position:relative; z-index:2; }
.shop-copy h2 { font-size:clamp(48px,5vw,72px); max-width:500px; }
.shop-copy p { color:#674351; line-height:1.75; max-width:480px; }
.product-forms { height:430px; position:relative; z-index:2; perspective:900px; }
.form { position:absolute; border-radius:30px; box-shadow:0 24px 55px rgba(109,30,74,.16); display:flex; align-items:center; justify-content:center; }
.form-one { width:260px; height:330px; right:260px; top:62px; transform:rotate(-7deg); background:#23151e; color:#ff7ab6; }
.form-one span { font-size:27px; line-height:1.15; font-weight:700; letter-spacing:-.03em; }
.form-two { width:270px; height:270px; right:40px; top:16px; transform:rotate(7deg); background:#fff; padding:18px; }
.form-two img { border-radius:30px; }
.form-three { width:180px; height:180px; right:50px; bottom:0; transform:rotate(-4deg); background:#fff0f7; color:var(--pink); font-size:70px; }

.journal-header { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:44px; }
.journal-header h2 { font-size:clamp(48px,5vw,72px); margin:0; }
.journal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.journal-card { min-height:330px; padding:34px; border-radius:28px; border:1px solid var(--line); background:rgba(255,255,255,.75); display:flex; flex-direction:column; transition:transform .25s ease, box-shadow .25s ease; }
.journal-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-soft); }
.journal-tag { font-size:10px; text-transform:uppercase; letter-spacing:.18em; color:var(--pink-deep); }
.journal-card h3 { font-family:Baskerville, serif; font-size:30px; font-weight:400; line-height:1.16; margin:72px 0 24px; }
.journal-card p { margin-top:auto; margin-bottom:0; color:#9a8490; font-size:11px; }

.join { background:linear-gradient(135deg, #ef4b9b 0%, #d72e80 100%); color:white; padding:72px 0; }
.join-inner { display:grid; grid-template-columns:100px 1fr 420px; align-items:center; gap:34px; }
.join img { width:92px; height:92px; border-radius:26px; box-shadow:0 18px 42px rgba(95,20,65,.24); }
.join h2 { font-size:44px; margin-bottom:8px; }
.join p { margin-bottom:0; color:#ffe3ef; line-height:1.6; max-width:620px; }
.signup-form { display:grid; grid-template-columns:1fr auto; padding:6px; border-radius:999px; background:white; }
.signup-form.loops-signup-loading button { opacity:.7; cursor:wait; }
.signup-form.loops-signup-success button { background:#2f8f5b !important; }
.signup-form.loops-signup-error input { box-shadow:0 0 0 2px #d94f4f; }
.signup-form input { border:0; outline:0; background:transparent; padding:0 18px; min-width:0; color:var(--ink); }
.signup-form button { border:0; background:var(--ink); color:white; border-radius:999px; padding:15px 20px; cursor:pointer; font-weight:700; font-size:12px; }

.faq { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; }
.faq-intro h2 { font-size:clamp(48px,5vw,68px); }
details { border-top:1px solid var(--line); padding:22px 0; }
details:last-child { border-bottom:1px solid var(--line); }
summary { cursor:pointer; list-style:none; font-family:Baskerville, serif; font-size:23px; padding-right:36px; position:relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:0; top:-2px; color:var(--pink-deep); font-family:Avenir, sans-serif; font-size:24px; }
details[open] summary::after { content:"−"; }
details p { color:var(--muted); line-height:1.7; max-width:680px; padding:16px 36px 0 0; margin:0; font-size:14px; }

.footer { background:#22151d; color:white; padding:88px 0 30px; }
.footer-top { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; }
.footer-brand img { width:290px; filter:brightness(0) invert(1); opacity:.95; }
.footer-brand p { color:#baa7b1; max-width:420px; line-height:1.7; font-size:13px; }
.footer-links { display:grid; grid-template-columns:repeat(4,1fr); gap:30px; }
.footer-links h4 { text-transform:uppercase; letter-spacing:.18em; font-size:10px; color:#f4b7d2; margin:0 0 18px; }
.footer-links a { display:block; color:#c7b6be; font-size:12px; margin:0 0 12px; }
.footer-links a:hover { color:white; }
.footer-bottom { margin-top:70px; padding-top:22px; border-top:1px solid rgba(255,255,255,.10); display:flex; justify-content:space-between; gap:20px; color:#8f7c86; font-size:10px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1); }
.reveal.visible { opacity:1; transform:translateY(0); }
.delay-1 { transition-delay:.12s; }
.delay-2 { transition-delay:.24s; }

@media (max-width: 1040px) {
  :root { --shell:min(100% - 36px, 940px); }
  .primary-nav { gap:16px; }
  .primary-nav a:not(.nav-cta) { display:none; }
  .hero { grid-template-columns:1fr; gap:10px; padding-top:70px; }
  .hero-copy { max-width:760px; }
  .hero-art { min-height:570px; }
  .about-grid, .community-intro, .brand-world-grid, .faq { grid-template-columns:1fr; gap:46px; }
  .feature-panel { grid-template-columns:1fr; padding:58px; }
  .chat-demo { max-width:560px; }
  .beliefs-inner { grid-template-columns:1fr; gap:50px; }
  .beliefs-title { position:relative; top:auto; }
  .shop-shell { grid-template-columns:1fr; }
  .product-forms { width:650px; max-width:100%; margin:0 auto; }
  .join-inner { grid-template-columns:90px 1fr; }
  .signup-form { grid-column:1 / -1; max-width:650px; }
  .footer-top { grid-template-columns:1fr; }
}

@media (max-width: 760px) {
  :root { --shell:calc(100vw - 28px); --radius-xl:30px; }
  .site-header { height:68px; margin-top:8px; top:8px; border-radius:22px; }
  .brand-mark img { width:48px; height:48px; border-radius:14px; }
  .brand-mark span { display:none; }
  .primary-nav { display:none; position:absolute; top:76px; right:0; left:0; padding:18px; border-radius:24px; background:rgba(255,250,252,.96); box-shadow:var(--shadow-soft); flex-direction:column; align-items:stretch; }
  .primary-nav.open { display:flex; }
  .primary-nav a:not(.nav-cta) { display:block; }
  .nav-toggle { display:block; }
  .hero { min-height:auto; padding-top:68px; padding-bottom:50px; }
  h1 { font-size:54px; }
  .hero-intro { font-size:17px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:8px; }
  .hero-art { min-height:460px; }
  .hero-art > img { width:500px; }
  .section-spacious { padding-top:88px; padding-bottom:88px; }
  .feature-stage { padding-bottom:88px; }
  .feature-panel { padding:36px 24px; gap:42px; }
  .community-grid, .journal-grid { grid-template-columns:1fr; }
  .community-card { min-height:320px; }
  .beliefs { padding:88px 0; }
  .belief { grid-template-columns:42px 1fr; }
  .belief p { grid-column:2; }
  .shop-preview { padding-bottom:88px; }
  .shop-shell { padding:40px 24px; }
  .product-forms { height:350px; }
  .form-one { width:200px; height:280px; right:auto; left:0; top:55px; }
  .form-one span { font-size:21px; }
  .form-two { width:210px; height:210px; right:0; }
  .form-three { width:130px; height:130px; right:10px; bottom:0; }
  .journal-header { align-items:flex-start; flex-direction:column; }
  .join-inner { grid-template-columns:1fr; text-align:center; }
  .join img { margin:0 auto; }
  .signup-form { grid-template-columns:1fr; border-radius:26px; gap:6px; }
  .signup-form input { min-height:50px; text-align:center; }
  .signup-form button { border-radius:20px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-bottom { flex-direction:column; }
}

/* Refined palette pass: more white space, warmer gold accents, charcoal depth */
:root {
  --white: #FFFFFF;
  --charcoal: #4A484B;
  --charcoal-deep: #373538;
  --gold-soft: #E5D29A;
  --line: rgba(74,72,75,.12);
  --shadow-soft: 0 28px 80px rgba(55,53,56,.10);
}

body {
  background: #FFFFFF;
  color: #29262A;
}

.ambient { opacity: .18; }
.ambient-one { background: rgba(239,75,155,.08); }
.ambient-two { background: rgba(212,175,55,.10); }

.site-header {
  background: rgba(255,255,255,.88);
  border-color: rgba(212,175,55,.22);
  box-shadow: 0 12px 34px rgba(55,53,56,.06);
}

.primary-nav { color:#5B585C; }
.nav-cta, .button-dark, .signup-form button { background: var(--charcoal-deep); }

.hero-halo.halo-one {
  background: radial-gradient(circle at 40% 35%, rgba(247,182,210,.24), rgba(255,255,255,0) 68%);
}
.hero-halo.halo-two {
  border-color: rgba(212,175,55,.28);
  box-shadow: inset 0 0 80px rgba(212,175,55,.035);
}
.hero-note { border-top-color: rgba(212,175,55,.35); }

.marquee-band {
  background: #fff;
  border-top-color: rgba(212,175,55,.28);
  border-bottom-color: rgba(212,175,55,.28);
}

.section-kicker {
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.section-kicker::after {
  content:"";
  width:44px;
  height:1px;
  background:var(--gold);
  opacity:.8;
}

.about-copy .large-copy,
.button-quiet,
.text-link,
.community-card a { color: var(--charcoal-deep); }
.text-link { border-bottom-color: rgba(212,175,55,.55); }

.feature-panel {
  background:
    radial-gradient(circle at 86% 14%, rgba(247,182,210,.18), transparent 31%),
    linear-gradient(135deg, #ffffff 0%, #fffdfd 62%, #fff8fb 100%);
  border: 1px solid rgba(212,175,55,.22);
  box-shadow: 0 28px 80px rgba(55,53,56,.08);
}
.feature-panel::before { border-color: rgba(212,175,55,.28); }
.feature-copy > p { color:#676166; }
.chat-demo {
  background:rgba(255,255,255,.96);
  border-color:rgba(212,175,55,.24);
  box-shadow:0 30px 70px rgba(55,53,56,.12);
}

.community-card {
  background:#fff;
  border-color: rgba(212,175,55,.24);
  box-shadow: 0 16px 44px rgba(55,53,56,.045);
}
.community-card::before {
  content:"";
  position:absolute;
  left:34px;
  top:86px;
  width:42px;
  height:1px;
  background:var(--gold);
  opacity:.8;
}
.community-card::after { background:rgba(239,75,155,.05); }
.card-a, .card-b, .card-c { background:#fff; }
.card-number {
  background:#fff;
  border:1px solid rgba(212,175,55,.35);
  color:var(--charcoal-deep);
}

.beliefs {
  background: linear-gradient(145deg, var(--charcoal-deep) 0%, var(--charcoal) 100%);
}
.beliefs::before {
  background:radial-gradient(circle, rgba(212,175,55,.13), transparent 64%);
}
.eyebrow.light { color: var(--gold-soft); }
.belief { border-top-color: rgba(229,210,154,.20); }
.belief:last-child { border-bottom-color: rgba(229,210,154,.20); }
.belief span { color: var(--gold-soft); }
.belief p { color:#D8D4D6; }

.palette-card {
  border-color: rgba(212,175,55,.24);
  box-shadow:0 20px 60px rgba(55,53,56,.06);
}
.palette-row { border-bottom-color: rgba(212,175,55,.16); }

.shop-shell {
  background:
    radial-gradient(circle at 84% 18%, rgba(239,75,155,.13), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fffafa 58%, #fff3f8 100%);
  border:1px solid rgba(212,175,55,.25);
  box-shadow:0 24px 70px rgba(55,53,56,.07);
}
.shop-shell::before {
  background:linear-gradient(90deg, rgba(212,175,55,.06), transparent 55%);
}
.shop-copy p { color:#686166; }
.form-one {
  background:var(--charcoal-deep);
  color:#F48BB9;
  border:1px solid rgba(212,175,55,.38);
}
.form-two, .form-three { border:1px solid rgba(212,175,55,.28); }
.form-three { background:#fff; }

.journal-card {
  background:#fff;
  border-color:rgba(212,175,55,.20);
}
.journal-card:hover { box-shadow:0 22px 56px rgba(55,53,56,.08); }

.join {
  background: linear-gradient(120deg, var(--charcoal-deep) 0%, #504A4E 100%);
  border-top:1px solid rgba(212,175,55,.34);
  border-bottom:1px solid rgba(212,175,55,.34);
}
.join p { color:#E9E5E7; }
.join img { box-shadow:0 18px 42px rgba(0,0,0,.18); }
.signup-form { box-shadow:0 0 0 1px rgba(212,175,55,.28); }

.footer {
  background: #343235;
  border-top: 1px solid rgba(212,175,55,.32);
}
.footer-links h4 { color:var(--gold-soft); }
.footer-brand p, .footer-links a { color:#C9C4C7; }
.footer-bottom { border-top-color:rgba(212,175,55,.18); color:#AAA4A8; }

@media (max-width: 760px) {
  .primary-nav { background:rgba(255,255,255,.98); border:1px solid rgba(212,175,55,.20); }
}

/* Connection-led editorial pass: airy composition and purposeful metallic gold */
:root {
  --gold-pale: #F6E7BB;
  --gold-warm: #C99738;
  --gold-deep: #9B6C20;
  --gold-line: rgba(180,132,47,.34);
  --gold-metal: linear-gradient(108deg, #B7842A 0%, #F4D98E 18%, #FFF4D3 34%, #D7A746 52%, #F8E8B7 70%, #B9862C 100%);
  --dusty-plum: #6B5362;
  --dusty-plum-deep: #4B3945;
  --dusty-plum-soft: #806A77;
}

.beliefs {
  background:linear-gradient(145deg, var(--dusty-plum-deep) 0%, var(--dusty-plum) 100%);
}
.beliefs::before {
  background:radial-gradient(circle, rgba(229,210,154,.15), rgba(239,75,155,.07) 34%, transparent 66%);
}
.join {
  background:linear-gradient(120deg, #533E4B 0%, var(--dusty-plum) 100%);
}
.footer {
  background:#493943;
}
.form-one {
  background:var(--dusty-plum-deep);
}
.footer-brand-lockup {
  display:flex;
  align-items:center;
  gap:18px;
}
.footer-brand .footer-brand-lockup img {
  width:78px;
  height:78px;
  border-radius:22px;
  filter:none;
  opacity:1;
  box-shadow:0 14px 34px rgba(31,18,27,.24);
}
.footer-brand-lockup span {
  color:#fff;
  font-size:14px;
  font-weight:700;
  letter-spacing:.18em;
}

.hero {
  min-height: 840px;
  grid-template-columns: 1.02fr .98fr;
  gap: 92px;
  padding-top: 112px;
  padding-bottom: 124px;
}
.hero-copy { max-width: 650px; }
.hero h1 { font-size: clamp(52px, 5.25vw, 78px); line-height: .98; margin-bottom: 34px; }
.hero h1 span,
.hero h1 em { display:block; white-space:nowrap; }
.hero h1 em { margin-top:8px; }
.hero-intro { max-width:600px; }
.hero-actions { margin-top:42px; margin-bottom:42px; }
.hero-note { max-width:590px; gap:18px; padding-top:26px; }
.hero-note p { max-width:520px; }
.hero-note strong { color:var(--charcoal-deep); font-weight:700; }
.hero-art { min-height:670px; }

.wing-mark {
  width:42px;
  height:30px;
  position:relative;
  flex:0 0 auto;
  margin-top:1px;
}
.wing-mark::before,
.wing-mark::after {
  content:"";
  position:absolute;
  top:3px;
  width:22px;
  height:24px;
  border-top:1.5px solid var(--gold-warm);
  opacity:.9;
}
.wing-mark::before {
  left:0;
  border-left:1.5px solid var(--gold-warm);
  border-radius:90% 0 75% 0;
  transform:rotate(24deg);
}
.wing-mark::after {
  right:0;
  border-right:1.5px solid var(--gold-warm);
  border-radius:0 90% 0 75%;
  transform:rotate(-24deg);
}

.hero-halo.halo-two::after {
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(212,175,55,.15);
  border-radius:50%;
}

.button-primary,
.button-dark,
.nav-cta,
.signup-form button {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#30271E !important;
  background:var(--gold-metal);
  background-size:180% 100%;
  border:1px solid rgba(142,96,24,.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.76),
    inset 0 -1px 0 rgba(116,75,17,.16),
    0 8px 20px rgba(147,103,30,.13);
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}
.button-primary,
.button-dark { min-height:48px; padding-inline:28px; letter-spacing:.025em; }
.nav-cta { padding:11px 19px; }
.button-primary::after,
.button-dark::after,
.nav-cta::after,
.signup-form button::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-30% auto -30% -42%;
  width:34%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.54), transparent);
  transition:left .55s ease;
}
.button-primary:hover,
.button-dark:hover,
.nav-cta:hover,
.signup-form button:hover { background-position:65% 0; color:#211A14 !important; }
.button-primary:hover::after,
.button-dark:hover::after,
.nav-cta:hover::after,
.signup-form button:hover::after { left:118%; }
.button-primary:hover,
.button-dark:hover { box-shadow:inset 0 1px 0 rgba(255,255,255,.82), 0 11px 24px rgba(147,103,30,.17); }

.community { padding-top:156px; padding-bottom:150px; }
.community-intro { gap:120px; margin-bottom:68px; }
.community-grid { gap:24px; }
.community-card {
  min-height:430px;
  padding:36px;
  border-radius:34px;
}
.community-card::before {
  top:102px;
  left:36px;
  width:74px;
  background:linear-gradient(90deg, var(--gold-warm), rgba(212,175,55,.06));
}
.generation-label {
  position:absolute;
  top:46px;
  right:34px;
  max-width:210px;
  color:#7B6854;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  line-height:1.4;
  text-align:right;
  text-transform:uppercase;
}
.community-card h3 { margin-top:94px; }
.community-card p { max-width:320px; }

.circle-note {
  display:grid;
  grid-template-columns:110px 1fr auto;
  align-items:center;
  gap:34px;
  margin-top:58px;
  padding:38px 0;
  border-top:1px solid var(--gold-line);
  border-bottom:1px solid var(--gold-line);
}
.circle-note p { margin:0; max-width:720px; color:var(--muted); font-size:16px; line-height:1.7; }
.circle-note p strong { color:var(--charcoal-deep); }
.circle-signoff { color:var(--pink-deep); font-family:Baskerville, serif; font-size:20px; white-space:nowrap; }
.circle-symbol { position:relative; width:92px; height:58px; }
.circle-symbol span {
  position:absolute;
  top:5px;
  width:48px;
  height:48px;
  border:1px solid var(--gold-warm);
  border-radius:50%;
  background:rgba(255,255,255,.6);
}
.circle-symbol span:nth-child(1) { left:0; }
.circle-symbol span:nth-child(2) { left:22px; border-color:var(--pink); }
.circle-symbol span:nth-child(3) { left:44px; }

.feature-panel,
.shop-shell { border-color:var(--gold-line); }
.belief { border-top-color:rgba(229,210,154,.24); }
.belief h3 { position:relative; }
.belief h3::after {
  content:"";
  display:inline-block;
  width:32px;
  height:1px;
  margin:0 0 7px 14px;
  background:linear-gradient(90deg, var(--gold-soft), transparent);
}

@media (max-width: 1040px) {
  .hero { min-height:auto; grid-template-columns:1fr; gap:24px; padding-top:90px; padding-bottom:96px; }
  .hero-copy { max-width:800px; }
  .community-intro { gap:48px; }
  .circle-note { grid-template-columns:92px 1fr; }
  .circle-signoff { grid-column:2; }
}

@media (max-width: 760px) {
  .hero { padding-top:76px; padding-bottom:70px; }
  .hero-copy,
  .hero-art,
  .shop-copy,
  .product-forms { min-width:0; width:100%; }
  .hero-art { min-height:470px; }
  .halo-one { width:360px; height:360px; }
  .halo-two { width:300px; height:300px; }
  .hero h1 { font-size:clamp(43px, 13vw, 58px); line-height:1; }
  .hero h1 span,
  .hero h1 em { white-space:normal; }
  .hero h1 em { margin-top:9px; }
  .hero-actions { margin-top:34px; margin-bottom:34px; }
  .hero-note { gap:13px; }
  .wing-mark { width:34px; transform:scale(.9); transform-origin:left top; }
  .community { padding-top:96px; padding-bottom:96px; }
  .community-card { min-height:390px; }
  .generation-label { max-width:175px; }
  .circle-note { grid-template-columns:1fr; gap:22px; margin-top:42px; }
  .circle-signoff { grid-column:1; white-space:normal; }
  .product-forms { max-width:100%; }
}

/* Ink and champagne palette: editorial warmth with decisive pink accents */
:root {
  --pink: #EF4B9B;
  --pink-deep: #B8236B;
  --plum: #6D1E4A;
  --ink: #2A0F22;
  --gold: #E4C58A;
  --gold-soft: #E4C58A;
  --gold-pale: #F2DEB6;
  --gold-warm: #E4C58A;
  --gold-deep: #A97A32;
  --white: #FDF6F2;
  --muted: #735D6D;
  --line: rgba(109,30,74,.14);
  --gold-line: rgba(228,197,138,.58);
  --dusty-plum: #6D1E4A;
  --dusty-plum-deep: #2A0F22;
  --dusty-plum-soft: #8A4670;
  --shadow-soft: 0 24px 64px rgba(42,15,34,.08);
  --gold-metal: linear-gradient(108deg, #C99C4D 0%, #E4C58A 24%, #F5E4BD 45%, #D6AC61 68%, #E4C58A 100%);
}

body {
  color:var(--ink);
  background:var(--white);
}

.ambient-one { background:rgba(239,75,155,.09); }
.ambient-two { background:rgba(228,197,138,.14); }

.site-header {
  background:rgba(253,246,242,.92);
  border-color:rgba(228,197,138,.48);
  box-shadow:0 12px 34px rgba(42,15,34,.055);
}
.primary-nav { color:rgba(42,15,34,.72); }

.eyebrow,
.section-kicker,
.marquee-track,
.journal-tag,
summary::after { color:var(--pink-deep); }

h1,
h2,
h3,
.about-copy .large-copy,
.button-quiet,
.text-link,
.community-card a,
.circle-note p strong,
.hero-note strong { color:var(--ink); }

.hero-intro,
.about-copy p,
.community-intro p,
.community-card p,
.brand-world-copy p,
.circle-note p,
details p { color:var(--muted); }

.hero-art > img {
  filter:none;
}
.hero-halo.halo-one { background:radial-gradient(circle at 42% 38%, rgba(239,75,155,.09), transparent 68%); }
.hero-halo.halo-two { border-color:rgba(228,197,138,.32); box-shadow:none; }
.hero-halo.halo-two::after { border-color:rgba(228,197,138,.22); }

.button-primary,
.nav-cta,
.button-dark,
.signup-form button {
  color:#fff !important;
  text-shadow:none;
  background:var(--pink);
  border-color:rgba(184,35,107,.26);
  box-shadow:0 10px 24px rgba(184,35,107,.18);
}
.button-primary:hover,
.nav-cta:hover,
.button-dark:hover,
.signup-form button:hover {
  color:#fff !important;
  background:var(--pink-deep);
}

.marquee-band {
  color:var(--gold);
  background:var(--ink);
  border-color:var(--ink);
}
.marquee-track { color:var(--gold); }
.marquee-track i { color:var(--gold-pale); }

.feature-panel,
.shop-shell,
.journal-card,
.palette-card {
  background-color:var(--white);
  border-color:var(--gold-line);
}
.feature-panel {
  background:radial-gradient(circle at 86% 14%, rgba(239,75,155,.10), transparent 31%), var(--white);
}
.chat-demo { border-color:var(--gold-line); }

.community-card,
.card-a,
.card-b,
.card-c {
  background:#FFFDFC;
  border-color:var(--gold-line);
}
.community-card::after { background:rgba(239,75,155,.055); }
.community-card::before { background:linear-gradient(90deg, var(--gold), rgba(228,197,138,.08)); }
.card-number { border-color:var(--gold-line); color:var(--ink); background:#FFFDFC; }
.generation-label { color:#7B6759; }
.circle-signoff { color:var(--pink-deep); }
.circle-symbol span { border-color:var(--gold); background:var(--white); }

.beliefs {
  background:var(--ink);
}
.beliefs::before { background:radial-gradient(circle, rgba(228,197,138,.15), rgba(239,75,155,.07) 36%, transparent 68%); }
.belief p { color:rgba(253,246,242,.75); }

.shop-shell {
  background:radial-gradient(circle at 84% 18%, rgba(239,75,155,.11), transparent 29%), linear-gradient(135deg, #FFFDFC, var(--white));
}
.form-one { background:var(--ink); color:var(--pink); border-color:var(--gold-line); }

.join {
  background:var(--plum);
  border-color:var(--gold-line);
}
.join h2 { color:#fff; }
.join p { color:rgba(253,246,242,.78); }
.signup-form { background:rgba(253,246,242,.12); box-shadow:0 0 0 1px var(--gold-line); }
.signup-form input { color:#fff; }
.signup-form input::placeholder { color:rgba(253,246,242,.68); }

.footer {
  background:var(--ink);
  border-top-color:var(--gold-line);
}
.footer-links h4 { color:var(--gold); }
.footer-brand p,
.footer-links a { color:rgba(253,246,242,.70); }
.footer-bottom { color:rgba(253,246,242,.52); border-top-color:rgba(228,197,138,.22); }

.social-connect {
  padding-top:110px;
  padding-bottom:28px;
  display:grid;
  grid-template-columns:minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items:end;
  gap:72px;
}
.social-copy h2 {
  max-width:560px;
  margin-bottom:18px;
  font-family:Baskerville, "Times New Roman", serif;
  font-size:clamp(44px, 4.6vw, 68px);
  font-weight:400;
  letter-spacing:-.035em;
  line-height:1.02;
}
.social-copy > p:last-child {
  max-width:520px;
  margin-bottom:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.social-links {
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:12px;
}
.social-links a {
  min-height:148px;
  padding:24px 12px 20px;
  border:1px solid var(--gold-line);
  border-radius:26px;
  background:#FFFDFC;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:15px;
  color:var(--ink);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  transition:transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.social-links a:hover,
.social-links a:focus-visible {
  transform:translateY(-4px);
  border-color:var(--pink);
  background:var(--pink);
  color:#fff;
  box-shadow:0 16px 34px rgba(184,35,107,.16);
  outline:none;
}
.social-links svg {
  width:32px;
  height:32px;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.social-links .social-dot,
.social-links .social-fill { fill:currentColor; stroke:none; }

@media (max-width:760px) {
  .primary-nav { background:rgba(253,246,242,.985); border-color:var(--gold-line); }
}

/* Fluid hero artwork: scales continuously with the viewport and its grid column */
.hero-art {
  min-height:clamp(30rem, 52vw, 41.875rem);
}
.hero-art > img {
  width:min(100%, clamp(19rem, 47vw, 40rem));
  height:auto;
}
.halo-one {
  width:clamp(17rem, 40vw, 33.75rem);
  height:auto;
  aspect-ratio:1;
}
.halo-two {
  width:clamp(14rem, 33vw, 27.5rem);
  height:auto;
  aspect-ratio:1;
}

@media (max-width:1040px) {
  .hero-art > img { width:min(100%, clamp(20rem, 62vw, 40rem)); }
  .social-connect { grid-template-columns:1fr; gap:42px; }
  .social-links { max-width:780px; }
}

@media (max-width:760px) {
  .hero-art { min-height:clamp(22rem, 112vw, 29rem); }
  .hero-art > img { width:min(100%, clamp(18rem, 86vw, 32rem)); }
  .halo-one { width:clamp(16rem, 82vw, 23rem); }
  .halo-two { width:clamp(13rem, 68vw, 19rem); }
  .social-connect { padding-top:80px; padding-bottom:0; }
  .social-links { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .social-links a { min-height:126px; }
  .social-links a:last-child { grid-column:1 / -1; min-height:112px; }
}
