:root {
  --ink: #1f1b20;
  --muted: #71656d;
  --soft: #a5939d;
  --line: rgba(31, 27, 32, 0.12);
  --cream: #fffaf7;
  --blush: #f7e9ef;
  --rose: #d97c9c;
  --rose-deep: #a5466c;
  --lavender: #ded8fb;
  --butter: #fff0a6;
  --mint: #d7f2df;
  --surface: rgba(255,255,255,.78);
  --shadow: 0 28px 80px rgba(103, 70, 86, .16);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --container: min(1180px, calc(100vw - 44px));
  --display: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 215, 230, .85), transparent 34rem),
    radial-gradient(circle at 95% 18%, rgba(222, 216, 251, .8), transparent 32rem),
    linear-gradient(180deg, #fffaf8 0%, #fff 42%, #f9f0f4 100%);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  background-image: linear-gradient(rgba(165, 70, 108, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(165, 70, 108, .045) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: var(--container);
  min-height: 68px;
  margin: 14px auto 0;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 40px rgba(84, 54, 68, .10);
  backdrop-filter: blur(22px);
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.site-header.is-scrolled { background: rgba(255,255,255,.9); box-shadow: 0 18px 50px rgba(84, 54, 68, .15); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand img { width: 108px; height: auto; object-fit: contain; }
.brand span { font-size: .72rem; color: var(--rose-deep); }
nav { display: flex; gap: 28px; color: var(--muted); font-size: .9rem; font-weight: 700; }
nav a:hover { color: var(--rose-deep); }
.header-action { display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border-radius: 999px; color: #fff; background: #1f1b20; font-size: .86rem; font-weight: 800; }

.hero {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(420px, 1.08fr);
  gap: 72px;
  align-items: center;
  width: var(--container);
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 84px 0 64px;
}
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--rose-deep); font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.045em; line-height: .96; text-wrap: balance; }
h1 { max-width: 560px; margin-bottom: 24px; font-size: clamp(3.05rem, 5.2vw, 5.8rem); line-height: 1.02; }
h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 5.6rem); }
h3 { margin-bottom: 10px; font-size: 1.15rem; letter-spacing: -.025em; }
.lead { max-width: 610px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem, 1.4vw, 1.32rem); }
.hero-actions, .cta-stack { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: #fff; background: linear-gradient(135deg, var(--rose-deep), #1f1b20); box-shadow: 0 18px 35px rgba(165,70,108,.22); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.7); color: var(--rose-deep); }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.quick-links a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.54); color: var(--muted); font-size: .84rem; font-weight: 750; }
.hero-visual { position: relative; }
.hero-visual::before { position: absolute; inset: -20px; content: ''; border-radius: 44px; background: linear-gradient(135deg, var(--blush), var(--lavender), var(--butter)); transform: rotate(-2deg); }
.hero-visual > img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 42px; box-shadow: var(--shadow); }
.floating-card { position: absolute; z-index: 2; max-width: 260px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 20px; background: rgba(255,255,255,.74); box-shadow: 0 18px 45px rgba(60, 38, 50, .18); backdrop-filter: blur(20px); }
.floating-card span { display: block; margin-bottom: 5px; color: var(--rose-deep); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.floating-card strong { display: block; line-height: 1.25; }
.top-card { top: 32px; left: -24px; }
.bottom-card { right: -18px; bottom: 34px; }

.section, .product-showcase { width: var(--container); margin: 0 auto; padding: 92px 0; }
.section-head { max-width: 790px; margin-bottom: 34px; }
.section-head p:not(.section-kicker), .story-copy p { color: var(--muted); font-size: 1.05rem; }
.story-grid { display: grid; grid-template-columns: minmax(380px, .9fr) 1fr; gap: 60px; align-items: center; }
.story-image { position: relative; }
.story-image::after { position: absolute; right: -22px; bottom: -22px; width: 48%; height: 44%; content: ''; border-radius: 28px; background: linear-gradient(135deg, var(--butter), var(--blush)); z-index: -1; }
.story-image img { border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.story-notes { display: grid; gap: 10px; margin-top: 26px; }
.story-notes span { padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.66); font-weight: 750; }
.system-map { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 16px; }
.system-card { min-height: 220px; padding: 26px; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 12px 35px rgba(80, 51, 66, .08); transition: transform .2s ease, box-shadow .2s ease; }
.system-card:hover, .product-card:hover, .collection-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(80, 51, 66, .16); }
.system-card.large { grid-row: span 2; min-height: 456px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(247,233,239,.9)); }
.system-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 42px; border-radius: 50%; background: #1f1b20; color: #fff; font-weight: 850; }
.system-card p { color: var(--muted); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card, .product-card { border: 1px solid rgba(255,255,255,.82); border-radius: var(--radius-lg); background: rgba(255,255,255,.74); box-shadow: 0 12px 34px rgba(80, 51, 66, .08); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.collection-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.collection-card div { padding: 24px; }
.collection-card span, .product-card span { display: block; margin-bottom: 9px; color: var(--rose-deep); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.collection-card p, .product-card p { color: var(--muted); }
.collection-card a { color: var(--rose-deep); font-weight: 850; }
.product-showcase { padding-top: 74px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { padding: 12px; }
.product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 18px; background: #fff; }
.product-card span, .product-card h3, .product-card p { margin-left: 10px; margin-right: 10px; }
.product-card span { margin-top: 18px; }
.product-card p { margin-bottom: 12px; font-size: .92rem; }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.link-grid a { display: flex; flex-direction: column; min-height: 170px; padding: 24px; border: 1px solid rgba(255,255,255,.82); border-radius: var(--radius-lg); background: rgba(255,255,255,.74); box-shadow: 0 12px 34px rgba(80, 51, 66, .08); transition: transform .2s ease, box-shadow .2s ease; }
.link-grid a:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(80, 51, 66, .16); }
.link-grid span { display: inline-flex; width: fit-content; margin-bottom: 28px; padding: 7px 11px; border-radius: 999px; color: var(--rose-deep); background: var(--blush); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.link-grid strong { margin-bottom: 8px; font-size: 1.1rem; letter-spacing: -.02em; }
.link-grid em { color: var(--muted); font-size: .92rem; font-style: normal; }
.split-cta { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: clamp(34px, 6vw, 68px); border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(247,233,239,.8)); box-shadow: var(--shadow); }
.split-cta h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 4.5rem); }
.cta-stack { justify-content: flex-end; max-width: 360px; }
.cta-stack .button, .instagram { width: 100%; }
.instagram { display: inline-flex; justify-content: center; padding: 11px 18px; color: var(--rose-deep); font-weight: 850; }
footer { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 30px; width: var(--container); margin: 0 auto; padding: 60px 0 70px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-links { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.footer-links a { font-weight: 750; color: var(--ink); }
.footer-brand img { width: 120px; }
.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero, .story-grid, .split-cta { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; }
  .hero-visual > img { aspect-ratio: 16 / 12; }
  .system-map { grid-template-columns: repeat(2, 1fr); }
  .system-card.large { grid-row: auto; min-height: 220px; }
  .collection-grid, .product-grid, .link-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr; }
  .cta-stack { max-width: none; justify-content: flex-start; }
}
@media (max-width: 620px) {
  :root { --container: min(100vw - 28px, 1180px); }
  .site-header { top: 8px; min-height: 58px; padding: 10px 12px; }
  .brand img { width: 88px; }
  .header-action { display: none; }
  h1 { font-size: clamp(2.75rem, 11vw, 4.2rem); max-width: 100%; }
  h2 { font-size: clamp(2.35rem, 11vw, 3.75rem); }
  .hero { gap: 42px; padding-top: 56px; }
  .top-card { left: 12px; top: 14px; }
  .bottom-card { right: 12px; bottom: 14px; }
  .floating-card { max-width: calc(100% - 24px); }
  .system-map, .collection-grid, .product-grid, .link-grid { grid-template-columns: 1fr; }
  .section, .product-showcase { padding: 68px 0; }
  .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: var(--container);
  margin: -22px auto 32px;
}
.trust-strip div {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 34px rgba(80, 51, 66, .08);
}
.trust-strip strong { display: block; margin-bottom: 6px; letter-spacing: -.02em; }
.trust-strip span { color: var(--muted); font-size: .92rem; line-height: 1.45; }
.compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.compliance-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.74);
  box-shadow: 0 12px 34px rgba(80, 51, 66, .08);
}
.compliance-grid p { color: var(--muted); }
.faq-list { display: grid; gap: 12px; max-width: 880px; }
.faq-list details {
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 20px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 12px 34px rgba(80, 51, 66, .06);
  overflow: hidden;
}
.faq-list summary { cursor: pointer; padding: 18px 22px; font-weight: 850; }
.faq-list p { margin: 0; padding: 0 22px 20px; color: var(--muted); }
@media (max-width: 980px) {
  .trust-strip, .compliance-grid { grid-template-columns: 1fr; }
  .trust-strip { margin-top: 0; }
}
