:root {
  --bg: #09070a;
  --bg-soft: #100d12;
  --surface: rgba(255,255,255,.045);
  --surface-strong: rgba(255,255,255,.075);
  --text: #f7f1eb;
  --muted: #b9b0b7;
  --pink: #f06aa6;
  --pink-soft: #ff9bc8;
  --line: rgba(255,255,255,.11);
  --shadow: 0 24px 80px rgba(0,0,0,.34);
  --radius-lg: 30px;
  --radius-md: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  background: white; color: black; padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { top: 16px; }
.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: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 76px;
  padding: max(14px, env(safe-area-inset-top)) clamp(18px,4vw,52px) 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(9,7,10,.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand-mark { display:flex; align-items:center; gap:10px; text-decoration:none; font-weight:650; letter-spacing:-.02em; }
.brand-mark img { width: 36px; height: 36px; object-fit: contain; }
.brand-mark span { font-size: 14px; }
.desktop-nav { display:flex; align-items:center; gap:28px; font-size:13px; font-weight:600; }
.desktop-nav a { text-decoration:none; color:rgba(247,241,235,.76); transition:color .2s ease; }
.desktop-nav a:hover { color:var(--text); }
.desktop-nav .nav-app { color:var(--text); border:1px solid rgba(240,106,166,.55); padding:10px 18px; border-radius:999px; background:rgba(240,106,166,.08); }

.menu-button { display:none; width:44px; height:44px; border:0; background:transparent; position:relative; }
.menu-button > span:not(.sr-only) { position:absolute; left:10px; right:10px; height:1.5px; background:var(--text); transition:.2s ease; }
.menu-button > span:first-child { top:17px; }
.menu-button > span:nth-child(2) { top:26px; }
.menu-button[aria-expanded="true"] > span:first-child { transform:translateY(4.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { transform:translateY(-4.5px) rotate(-45deg); }
.mobile-menu {
  position:fixed; top:76px; left:14px; right:14px;
  padding:14px; border:1px solid var(--line); border-radius:20px;
  background:rgba(16,13,18,.96); backdrop-filter:blur(22px); box-shadow:var(--shadow);
}
.mobile-menu a { display:block; padding:14px 12px; text-decoration:none; font-weight:600; border-bottom:1px solid rgba(255,255,255,.06); }
.mobile-menu .mobile-app-button { margin-top:10px; border:0; border-radius:14px; text-align:center; background:var(--pink); color:#140b10; }

.hero {
  position:relative;
  min-height:100svh;
  display:grid;
  align-items:center;
  background: #080608 url("hero-background.png") 67% center / cover no-repeat;
  isolation:isolate;
}
.hero-shade {
  position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(circle at 24% 46%, rgba(240,106,166,.10), transparent 35%),
    linear-gradient(90deg, rgba(9,7,10,.96) 0%, rgba(9,7,10,.78) 34%, rgba(9,7,10,.20) 72%, rgba(9,7,10,.38) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 22%);
}
.hero-content { width:min(620px, 49vw); margin-left:max(7vw, 48px); padding:130px 0 90px; }
.hero-logo-wrap { width:min(450px,100%); margin-bottom:22px; }
.hero-logo { width:100%; height:auto; filter:drop-shadow(0 10px 32px rgba(0,0,0,.24)); }
.eyebrow { margin:0 0 12px; font-size:11px; letter-spacing:.18em; font-weight:700; color:var(--pink-soft); }
h1,h2,h3,p { text-wrap:balance; }
h1,h2,h3 { margin:0; letter-spacing:-.04em; }
h1 { font-family:Georgia,"Times New Roman",serif; font-size:clamp(42px,5vw,72px); line-height:.98; font-weight:500; max-width:620px; }
.hero-copy { max-width:520px; margin:22px 0 0; color:rgba(247,241,235,.76); font-size:clamp(16px,1.45vw,20px); line-height:1.65; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 23px; border-radius:999px; text-decoration:none; font-size:14px; font-weight:700; transition:transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform:translateY(-1px); }
.button-primary { background:var(--pink); color:#160a10; border:1px solid var(--pink); }
.button-ghost { border:1px solid var(--line); background:rgba(255,255,255,.035); color:var(--text); backdrop-filter:blur(10px); }
.microcopy { margin:15px 0 0; font-size:11px; color:rgba(247,241,235,.48); }
.scroll-cue { position:absolute; bottom:28px; left:50%; transform:translateX(-50%); width:25px; height:42px; border:1px solid rgba(255,255,255,.20); border-radius:999px; }
.scroll-cue span { width:3px; height:8px; border-radius:999px; background:var(--pink); position:absolute; left:50%; top:8px; transform:translateX(-50%); animation:scroll 1.9s ease-in-out infinite; }
@keyframes scroll { 0%,100%{opacity:.25; transform:translate(-50%,0)} 50%{opacity:1; transform:translate(-50%,12px)} }

.section { width:min(var(--max), calc(100% - 40px)); margin:0 auto; padding:110px 0; }
.app-section { display:grid; grid-template-columns:1fr .84fr; gap:9vw; align-items:center; }
.section-copy h2,.shop-heading h2,.about-card h2,.final-cta h2 { font-family:Georgia,"Times New Roman",serif; font-size:clamp(38px,4.5vw,62px); line-height:1; font-weight:500; }
.section-copy > p:not(.eyebrow),.shop-heading > p,.about-card > p:not(.eyebrow) { color:var(--muted); line-height:1.75; font-size:16px; max-width:580px; }
.text-link { display:inline-flex; margin-top:20px; color:var(--pink-soft); font-weight:700; text-decoration:none; gap:8px; }

.phone-shell {
  justify-self:center; width:min(390px,100%); min-height:610px;
  border:1px solid rgba(255,255,255,.12); border-radius:40px;
  background:linear-gradient(180deg,#131016 0%,#0b090c 100%); padding:18px;
  box-shadow:0 45px 120px rgba(0,0,0,.48), 0 0 0 8px rgba(255,255,255,.018);
}
.phone-topbar { display:grid; grid-template-columns:36px 1fr 36px; align-items:center; padding:8px 6px 20px; text-align:center; font-size:13px; font-weight:700; }
.phone-topbar img { width:30px; height:30px; }
.status-dot { width:8px; height:8px; justify-self:end; border-radius:50%; background:var(--pink); box-shadow:0 0 18px rgba(240,106,166,.45); }
.preview-greeting { padding:22px; border:1px solid var(--line); border-radius:24px; background:rgba(255,255,255,.035); }
.preview-greeting small,.preview-greeting span { display:block; color:var(--muted); font-size:11px; letter-spacing:.08em; }
.preview-greeting strong { display:block; margin:6px 0; font-family:Georgia,serif; font-size:29px; font-weight:500; }
.preview-greeting span { color:var(--pink-soft); font-weight:700; }
.preview-stats { display:grid; grid-template-columns:repeat(3,1fr); margin:14px 0; border:1px solid var(--line); border-radius:20px; overflow:hidden; }
.preview-stats div { padding:17px 13px; text-align:center; background:rgba(255,255,255,.025); }
.preview-stats div + div { border-left:1px solid var(--line); }
.preview-stats small { display:block; color:var(--muted); font-size:10px; }
.preview-stats strong { display:block; margin-top:6px; font-size:16px; }
.preview-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.preview-grid div { min-height:115px; padding:18px; border:1px solid var(--line); border-radius:20px; background:var(--surface); display:flex; flex-direction:column; justify-content:flex-end; }
.preview-grid b { font-size:14px; }
.preview-grid span { margin-top:5px; color:var(--muted); font-size:11px; line-height:1.4; }

.shop-section { border-top:1px solid var(--line); }
.shop-heading { display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:end; margin-bottom:40px; }
.shop-heading > p { margin:0; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.product-card { overflow:hidden; border-radius:var(--radius-md); border:1px solid var(--line); background:var(--surface); }
.product-visual { aspect-ratio:1/.96; display:grid; place-items:center; position:relative; overflow:hidden; background:#141116; }
.product-visual::before { content:""; position:absolute; inset:20%; border-radius:50%; filter:blur(38px); opacity:.55; }
.product-visual-one::before { background:#f06aa6; }
.product-visual-two::before { background:#6f5c84; }
.product-visual-three::before { background:#c7a3b5; }
.product-visual span { position:relative; z-index:1; font-family:Georgia,serif; font-size:58px; color:rgba(255,255,255,.90); }
.product-info { padding:20px; }
.product-info small { color:var(--pink-soft); font-size:9px; letter-spacing:.16em; font-weight:800; }
.product-info h3 { margin-top:7px; font-size:19px; letter-spacing:-.02em; }
.product-info p { margin:6px 0 0; color:var(--muted); font-size:12px; }

.about-section { padding-top:40px; }
.about-card { padding:clamp(30px,6vw,76px); border:1px solid var(--line); border-radius:var(--radius-lg); background:linear-gradient(140deg, rgba(240,106,166,.075), rgba(255,255,255,.025) 48%, rgba(255,255,255,.018)); }
.about-card > p:not(.eyebrow) { margin-top:20px; }
.about-points { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:38px; background:var(--line); border:1px solid var(--line); border-radius:18px; overflow:hidden; }
.about-points span { padding:20px; background:#0e0b10; color:var(--muted); font-size:13px; }
.about-points b { display:block; margin-bottom:5px; color:var(--text); }

.final-cta { min-height:560px; padding:110px 20px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border-top:1px solid var(--line); background:radial-gradient(circle at 50% 35%, rgba(240,106,166,.10), transparent 30%); }
.final-cta img { width:70px; margin-bottom:24px; }
.final-cta h2 { max-width:700px; }
.final-cta .button { margin-top:28px; }

.site-footer { width:min(var(--max), calc(100% - 40px)); margin:0 auto; min-height:100px; padding:26px 0 max(26px, env(safe-area-inset-bottom)); display:flex; align-items:center; justify-content:space-between; border-top:1px solid var(--line); color:var(--muted); }
.footer-brand { display:flex; align-items:center; gap:10px; }
.footer-brand span { color:var(--text); font-weight:700; }
.footer-brand small { font-size:10px; }
.footer-links { display:flex; gap:18px; }
.footer-links a { color:var(--muted); text-decoration:none; font-size:11px; }

@media (max-width: 900px) {
  .desktop-nav { display:none; }
  .menu-button { display:block; }
  .hero { background-position:70% center; }
  .hero-shade { background:linear-gradient(0deg, rgba(9,7,10,.98) 0%, rgba(9,7,10,.84) 42%, rgba(9,7,10,.20) 78%, rgba(9,7,10,.28) 100%); }
  .hero-content { width:calc(100% - 36px); margin:0 auto; align-self:end; padding:220px 0 86px; text-align:center; }
  .hero-logo-wrap { margin-left:auto; margin-right:auto; width:min(480px,90%); }
  .hero-copy { margin-left:auto; margin-right:auto; }
  .hero-actions { justify-content:center; }
  .app-section { grid-template-columns:1fr; gap:50px; }
  .section-copy { text-align:center; }
  .section-copy > p:not(.eyebrow) { margin-left:auto; margin-right:auto; }
  .phone-shell { justify-self:center; }
  .shop-heading { grid-template-columns:1fr; gap:18px; }
}

@media (max-width: 680px) {
  .site-header { height:68px; padding-left:16px; padding-right:16px; }
  .brand-mark img { width:32px; height:32px; }
  .brand-mark span { font-size:13px; }
  .mobile-menu { top:68px; }
  .hero { min-height:100svh; background-position:72% center; }
  .hero-content { width:calc(100% - 28px); padding-bottom:max(62px, calc(38px + env(safe-area-inset-bottom))); }
  .hero-logo-wrap { width:min(400px,92%); margin-bottom:14px; }
  h1 { font-size:clamp(38px,12vw,54px); }
  .hero-copy { font-size:15px; line-height:1.6; }
  .hero-actions { flex-direction:column; gap:10px; margin-top:24px; }
  .button { width:100%; min-height:52px; }
  .microcopy { font-size:10px; }
  .scroll-cue { display:none; }

  .section { width:calc(100% - 28px); padding:78px 0; }
  .section-copy h2,.shop-heading h2,.about-card h2,.final-cta h2 { font-size:clamp(34px,10vw,46px); }
  .phone-shell { width:100%; min-height:560px; border-radius:32px; padding:14px; }
  .preview-grid div { min-height:100px; }
  .product-grid { grid-template-columns:1fr; }
  .product-card { display:grid; grid-template-columns:44% 56%; }
  .product-visual { aspect-ratio:1/1; }
  .product-visual span { font-size:40px; }
  .product-info { display:flex; flex-direction:column; justify-content:center; }
  .about-card { padding:28px 20px; border-radius:24px; }
  .about-points { grid-template-columns:1fr; }
  .final-cta { min-height:460px; padding:84px 20px; }
  .final-cta .button { width:min(340px,100%); }
  .site-footer {
    width:calc(100% - 28px);
    min-height:76px;
    padding:20px 0 max(20px, env(safe-area-inset-bottom));
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-direction:row;
    flex-wrap:nowrap;
  }
  .footer-brand {
    flex:0 0 auto;
    gap:6px;
    white-space:nowrap;
  }
  .footer-brand span { font-size:11px; }
  .footer-brand small { font-size:9px; }
  .footer-links {
    margin-left:auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:11px;
    flex-wrap:nowrap;
    white-space:nowrap;
  }
  .footer-links a { font-size:9px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto !important; animation:none !important; transition:none !important; }
}

/* V1.1: keep the original V1 visual system; only replace brand/hero assets and add bare social icons. */
.brand-mark img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(240,106,166,.18));
}

.hero {
  background: #080608;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 76% 47%, rgba(240,106,166,.15), transparent 28%),
    radial-gradient(circle at 92% 15%, rgba(255,255,255,.025), transparent 22%),
    #080608;
}
.hero-shade {
  z-index: -1;
  background:
    radial-gradient(circle at 23% 46%, rgba(240,106,166,.10), transparent 35%),
    linear-gradient(90deg, rgba(9,7,10,.96) 0%, rgba(9,7,10,.88) 37%, rgba(9,7,10,.28) 66%, rgba(9,7,10,.06) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 20%);
}
.hero-portrait-wrap {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 57vw;
  height: 96%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.hero-portrait-glow {
  position: absolute;
  width: min(46vw, 640px);
  aspect-ratio: 1;
  left: 51%;
  top: 48%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,106,166,.12), transparent 68%);
  filter: blur(18px);
}
.hero-portrait {
  position: relative;
  z-index: 1;
  height: 93%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 60px rgba(0,0,0,.36));
}
.hero-logo-wrap {
  width: min(470px,100%);
  margin-bottom: 20px;
}
.hero-logo {
  max-height: 154px;
  object-fit: contain;
  object-position: left center;
}
.hero-socials {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 23px;
}
.hero-socials a,
.hero-socials .social-placeholder {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(247,241,235,.72);
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  filter: drop-shadow(0 0 7px rgba(240,106,166,.10));
  transition: color .2s ease, transform .2s ease, filter .2s ease, opacity .2s ease;
}
.hero-socials a:hover {
  color: var(--pink-soft);
  transform: translateY(-2px);
  filter: drop-shadow(0 0 9px rgba(240,106,166,.34));
}
.hero-socials .social-placeholder {
  opacity: .48;
  cursor: default;
}
.hero-socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.hero-socials svg.filled { fill: currentColor; stroke: none; }
.hero-socials .dot { fill: currentColor; stroke: none; }

@media (max-width: 900px) {
  .hero { background: #080608; }
  .hero-portrait-wrap {
    width: 100%;
    height: 74%;
    top: 45px;
    right: 0;
    bottom: auto;
  }
  .hero-portrait {
    height: 100%;
    max-width: 94%;
    object-position: center top;
  }
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(9,7,10,.99) 0%, rgba(9,7,10,.90) 38%, rgba(9,7,10,.34) 69%, rgba(9,7,10,.06) 100%),
      radial-gradient(circle at 50% 35%, rgba(240,106,166,.06), transparent 45%);
  }
  .hero-socials { justify-content: center; }
}

@media (max-width: 680px) {
  .brand-mark img { width: 40px; height: 40px; }
  .hero-portrait-wrap { height: 68%; top: 38px; }
  .hero-portrait { max-width: 100%; }
  .hero-logo-wrap { width: min(360px, 88%); margin-bottom: 14px; }
  .hero-logo { max-height: 120px; object-position: center; }
  .hero-socials { gap: 19px; margin-top: 20px; }
  .hero-socials a, .hero-socials .social-placeholder { width: 27px; height: 27px; }
  .hero-socials svg { width: 22px; height: 22px; }
}

/* V1.3 corrected alignment pass — visible changes, V1 design otherwise untouched. */
@media (min-width: 901px) {
  /* Bigger visual mark. The PNG has transparent padding, so 76px is only moderately larger visually. */
  .brand-mark img {
    width: 76px;
    height: 76px;
  }

  /* Center wordmark + headline/copy/actions/socials inside the EXISTING left V1 column. */
  .hero-content {
    text-align: center;
  }
  .hero-logo-wrap {
    width: min(455px, 94%);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-logo {
    object-position: center center;
  }
  .hero-copy,
  .microcopy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hero-actions,
  .hero-socials {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .brand-mark img {
    width: 62px;
    height: 62px;
  }

  /* Mobile: noticeably smaller and higher portrait so the fixed wordmark sits lower on the torso. */
  .hero-portrait-wrap {
    height: 54%;
    top: 2px;
  }
  .hero-portrait {
    height: 100%;
    max-width: 80%;
    object-position: center top;
  }
}

@media (max-width: 680px) {
  .brand-mark img {
    width: 60px;
    height: 60px;
  }
  .hero-portrait-wrap {
    height: 53%;
    top: 0;
  }
  .hero-portrait {
    max-width: 78%;
  }
}
