@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700;9..144,800&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#fdf1ef;
  --bg-strong:#f5d9dd;
  --paper:#fffaf9;
  --panel:#fff0f2;
  --panel-2:#f7e1e4;
  --ink:#4a2330;
  --muted:#755a64;
  --gold:#d9647d;
  --gold-2:#ef9db0;
  --line:rgba(217,100,125,.28);
  --line-2:rgba(74,35,48,.10);
  --shadow:0 24px 70px rgba(145,84,99,.14);
  --shadow-soft:0 12px 32px rgba(145,84,99,.08);
  --radius:22px;
  --radius-sm:16px;
  --maxw:1180px;
  --font-body:"Manrope",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-display:"Fraunces","Iowan Old Style","Palatino Linotype",serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:
    linear-gradient(180deg, rgba(253,241,239,.86), rgba(255,250,249,.94)),
    url('/assets/images/home/back.png') center top / cover no-repeat fixed;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{display:block}

.container{
  width:min(var(--maxw), calc(100% - 32px));
  margin:0 auto;
}

.skip{
  position:absolute;
  inset:0 auto auto 0;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
}
.skip:focus{
  inset:16px auto auto 16px;
  width:auto;
  height:auto;
  background:#fff;
  color:var(--ink);
  padding:10px 14px;
  border-radius:999px;
  z-index:1000;
  border:1px solid var(--line);
  clip-path:none;
}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(180deg, rgba(255,244,244,.92), rgba(255,239,241,.88));
  border-bottom:1px solid rgba(217,100,125,.18);
  box-shadow:0 16px 40px rgba(145,84,99,.08);
  backdrop-filter:none;
}
.nav{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.brand-mark{
  width:40px;
  height:40px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid rgba(217,100,125,.24);
  box-shadow:0 0 0 1px rgba(255,255,255,.10), 0 10px 18px rgba(145,84,99,.10);
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1;
  color:var(--ink);
  min-width:0;
}
.brand-text strong{
  font-family:var(--font-display);
  font-size:1.25rem;
  font-weight:700;
  letter-spacing:0;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:6px;
}
.nav-links a{
  color:var(--ink);
  font-weight:700;
  padding:11px 16px;
  border-radius:999px;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}
.nav-links a:hover,
.nav-links a.active{
  background:rgba(217,100,125,.10);
  color:#8d314a;
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:12px 20px;
  border-radius:16px;
  border:1px solid transparent;
  font-family:var(--font-body);
  font-size:1rem;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  text-decoration:none;
  touch-action:manipulation;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0) scale(.99)}
.btn-outline{
  background:transparent;
  color:#8d314a;
  border-color:rgba(217,100,125,.24);
  box-shadow:0 0 0 1px rgba(0,0,0,.04) inset;
}
.btn-outline:hover{
  background:rgba(217,100,125,.08);
  border-color:rgba(217,100,125,.40);
}
.btn-gold{
  background:linear-gradient(180deg, #df6f86, #c94f70);
  color:#fffaf8;
  box-shadow:0 14px 24px rgba(217,100,125,.24);
}
.btn-dark{
  background:#8e3a53;
  color:#fff8f9;
  border-color:rgba(217,100,125,.28);
  box-shadow:0 12px 24px rgba(0,0,0,.26);
}
.btn-wide{padding-inline:24px}

.nav-toggle{
  display:none;
  background:transparent;
  color:#8d314a;
  border:1px solid rgba(217,100,125,.24);
}
.mobile-sheet{
  display:none;
  padding:0 0 14px;
}
.mobile-sheet a{
  display:block;
  color:var(--ink);
  padding:13px 2px;
  font-weight:700;
  border-top:1px solid rgba(217,100,125,.12);
}

.hero{
  position:relative;
  padding:36px 0 24px;
}
.hero-split{
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap:22px;
  align-items:stretch;
  min-height:calc(100svh - 128px);
  padding:12px 0 8px;
}
.hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px 0 28px;
  color:var(--ink);
}
.eyebrow{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:8px;
  color:#b34f68;
  border:1px solid rgba(217,100,125,.28);
  background:rgba(255,239,243,.82);
  padding:10px 18px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  box-shadow:var(--shadow-soft);
}
h1,h2,h3,h4{
  font-family:var(--font-display);
  line-height:.95;
  letter-spacing:0;
  margin:0;
}
.hero-copy h1{
  margin-top:24px;
  font-size:clamp(3.5rem, 7.4vw, 6.9rem);
  color:#4a1e2b;
  max-width:10ch;
}
.hero-copy h1 .accent{
  color:#d45f79;
}
.ornament{
  display:flex;
  align-items:center;
  gap:12px;
  margin:22px 0 18px;
  color:var(--gold);
}
.ornament span{
  height:1px;
  flex:1;
  background:linear-gradient(90deg, transparent, rgba(217,100,125,.52), transparent);
}
.ornament svg{
  flex:0 0 auto;
}
.hero-copy p{
  font-size:1.2rem;
  line-height:1.7;
  color:#6a5160;
  max-width:32rem;
  margin:0 0 26px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.hero-copy .btn-outline{
  background:rgba(255,246,246,.98);
  color:#8d314a;
  border-color:rgba(217,100,125,.18);
  box-shadow:0 10px 24px rgba(145,84,99,.08);
}
.hero-copy .btn-outline:hover{
  background:#fff;
  border-color:rgba(217,100,125,.28);
}

.hero-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}
.point{
  background:rgba(255,246,246,.82);
  border:1px solid rgba(217,100,125,.18);
  border-radius:18px;
  padding:18px;
  min-height:124px;
  box-shadow:var(--shadow-soft);
}
.point h3{
  font-size:1.2rem;
  margin-bottom:8px;
  color:#4c1d2f;
}
.point p{
  margin:0;
  font-size:.98rem;
  line-height:1.6;
  color:#6b5361;
}
.point-icon{
  width:24px;
  height:24px;
  color:#d45f79;
  margin-bottom:10px;
}

.hero-stage{
  position:relative;
  min-height:100%;
  border:1px solid rgba(217,100,125,.22);
  border-radius:30px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,244,245,.98), rgba(250,228,232,.98)),
    #fff4f5;
  box-shadow:0 30px 90px rgba(145,84,99,.16);
}
.hero-stage::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(800px 340px at 0% 0%, rgba(255,215,224,.38), transparent 48%),
    linear-gradient(90deg, rgba(255,255,255,.22), transparent 18%, transparent 82%, rgba(255,255,255,.14));
  pointer-events:none;
}
.hero-art{
  position:absolute;
  inset:18px 18px 100px 18px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(217,100,125,.28);
  box-shadow:0 18px 50px rgba(145,84,99,.16);
  background:#fff2f4;
}
.hero-art img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-stage .brush-cup{
  position:absolute;
  left:28px;
  bottom:98px;
  width:88px;
  height:128px;
  border-radius:18px 18px 12px 12px;
  background:linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.24));
  border:1px solid rgba(217,100,125,.22);
  backdrop-filter:blur(8px);
  box-shadow:0 22px 34px rgba(145,84,99,.18);
}
.hero-stage .brush-cup::before{
  content:"";
  position:absolute;
  inset:12px 18px 14px;
  background:
    linear-gradient(180deg, #6e4e24 0 0) 8px 8px/8px 86px no-repeat,
    linear-gradient(180deg, #a17239 0 0) 25px 4px/7px 92px no-repeat,
    linear-gradient(180deg, #8c6330 0 0) 42px 0/7px 96px no-repeat,
    linear-gradient(180deg, #4c3321 0 0) 58px 14px/6px 80px no-repeat;
}
.hero-stage .palette{
  position:absolute;
  right:28px;
  bottom:102px;
  width:100px;
  height:120px;
  border-radius:50% 40% 48% 52% / 46% 54% 46% 54%;
  background:linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.2));
  border:1px solid rgba(217,100,125,.18);
  box-shadow:0 20px 26px rgba(145,84,99,.16);
}
.hero-stage .stage-card{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  background:rgba(255,244,247,.94);
  color:#4c1d2f;
  border:1px solid rgba(217,100,125,.20);
  border-radius:22px;
  padding:18px 18px 18px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 18px 40px rgba(145,84,99,.12);
}
.stage-copy h3{
  font-family:var(--font-display);
  font-size:1.3rem;
  margin-bottom:4px;
}
.stage-copy p{
  margin:0;
  color:#744a59;
  font-size:1rem;
  line-height:1.5;
}
.stage-chip{
  flex:0 0 auto;
  background:linear-gradient(180deg, #df6f86, #c94f70);
  color:#fff8f9;
  padding:14px 18px;
  border-radius:16px;
  font-weight:800;
  min-width:148px;
  text-align:center;
  box-shadow:0 12px 24px rgba(217,100,125,.20);
}

.section{
  padding:40px 0 8px;
}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
}
.section-head h2{
  font-size:clamp(2rem, 4vw, 3.25rem);
  color:#4a1e2b;
}
.section-head p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
  max-width:58ch;
}

.card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.feature-card,
.product-card,
.info-card,
.form-card,
.dashboard-card{
  border:1px solid rgba(217,100,125,.16);
  background:rgba(255,246,247,.88);
  border-radius:22px;
  box-shadow:var(--shadow-soft);
}
.feature-card{
  padding:18px;
  min-height:160px;
}
.feature-card h3,
.product-card h3,
.info-card h3,
.form-card h3{
  font-size:1.45rem;
  margin-bottom:10px;
  color:#4a1e2b;
}
.feature-card p,
.product-card p,
.info-card p,
.form-card p{
  margin:0;
  color:#6b5361;
  line-height:1.65;
}

.product-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.product-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:410px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,248,249,.98), rgba(250,237,239,.98));
  border:1px solid rgba(217,100,125,.18);
  box-shadow:0 24px 50px rgba(145,84,99,.10);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.product-card .thumb{
  aspect-ratio:4/3;
  background:#fff1f3;
  border-bottom:1px solid rgba(217,100,125,.14);
  overflow:hidden;
}
.product-card .thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-card .body{
  padding:16px 16px 18px;
  display:grid;
  gap:8px;
}
.product-card .meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-top:8px;
  color:#d05d77;
  font-weight:800;
}
.shop-hero .section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
  align-items:end;
  gap:24px;
  padding-bottom:22px;
  border-bottom:1px solid rgba(217,100,125,.16);
  margin-bottom:18px;
}
.shop-hero .section-head p{
  font-size:1.06rem;
  line-height:1.7;
  color:#725461;
  max-width:30ch;
}
.shop-card{
  min-height:unset;
  color:inherit;
}
.shop-card h3{
  font-size:1.32rem;
  line-height:1.15;
  min-height:2.35em;
}
.shop-card .pill{
  border-color:rgba(217,100,125,.22);
}
.shop-card .price{
  font-size:1rem;
}
.meta-shop span,
.meta-shop a{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.meta-shop a{
  color:#d45f79;
}
.meta-shop svg{
  flex:0 0 auto;
}
.card-like{
  position:absolute;
  right:16px;
  bottom:18px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(217,100,125,.22);
  background:rgba(255,246,247,.92);
  color:#d45f79;
  box-shadow:0 10px 20px rgba(145,84,99,.10);
}
.card-like svg{
  width:18px;
  height:18px;
}
.shop-card:hover .card-like{
  transform:translateY(-2px);
}
.shop-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 60px rgba(145,84,99,.14);
  border-color:rgba(217,100,125,.26);
}
.shop-card .meta-shop{
  margin-top:auto;
  padding-top:4px;
  font-size:.95rem;
  color:#a05667;
}
.shop-card .meta-shop span{
  color:inherit;
}
.shop-card .card-details{
  max-height:0;
  opacity:0;
  overflow:hidden;
  transform:translateY(8px);
  transition:max-height .28s ease, opacity .22s ease, transform .22s ease;
}
.shop-card .card-details p{
  margin:10px 0 0;
  font-size:.98rem;
  line-height:1.62;
  color:#66505d;
}
.shop-card:hover .card-details,
.shop-card:focus-within .card-details{
  max-height:260px;
  opacity:1;
  transform:none;
}
.shop-card:hover h3,
.shop-card:focus-within h3{
  color:#d45f79;
}
.page-product .section{
  padding-top:32px;
}
.product-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:18px;
  align-items:stretch;
}
.product-copy{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(217,100,125,.18);
  background:rgba(255,247,248,.90);
  box-shadow:var(--shadow-soft);
  display:grid;
  gap:16px;
}
.product-title{
  max-width:9ch;
}
.product-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.product-price{
  font-family:var(--font-display);
  font-size:1.35rem;
  color:#4a1e2b;
}
.product-lead{
  margin:0;
  font-size:1.08rem;
  line-height:1.8;
  color:#66505d;
  max-width:40ch;
}
.product-customizer{
  display:grid;
  gap:14px;
  padding:18px;
  border-radius:24px;
  background:rgba(255,244,246,.82);
  border:1px solid rgba(217,100,125,.16);
  box-shadow:var(--shadow-soft);
}
.product-customizer-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
}
.product-customizer-head h2{
  margin:8px 0 0;
  font-size:1.35rem;
  color:#4a1e2b;
}
.product-customizer-head p{
  margin:0;
  max-width:34ch;
  color:#755a64;
  line-height:1.55;
}
.variant-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.variant-option{
  appearance:none;
  text-align:left;
  width:100%;
  padding:14px 14px 13px;
  border-radius:18px;
  border:1px solid rgba(217,100,125,.18);
  background:rgba(255,250,251,.9);
  color:#4a1e2b;
  box-shadow:0 8px 18px rgba(145,84,99,.05);
  cursor:pointer;
  display:grid;
  gap:8px;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.variant-option:hover,
.variant-option:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(217,100,125,.34);
  box-shadow:0 14px 24px rgba(145,84,99,.10);
}
.variant-option.is-active{
  background:linear-gradient(180deg, #df6f86, #c94f70);
  color:#fff9fb;
  border-color:transparent;
  box-shadow:0 16px 24px rgba(217,100,125,.20);
}
.variant-option-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.variant-option-top strong{
  font-family:var(--font-display);
  font-size:1.05rem;
  line-height:1.2;
}
.variant-option-top span{
  flex:0 0 auto;
  font-weight:800;
  font-size:.94rem;
}
.variant-option-badge{
  display:inline-flex;
  width:max-content;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(217,100,125,.08);
  color:#b34f68;
  font-size:.82rem;
  font-weight:800;
}
.variant-option.is-active .variant-option-badge{
  background:rgba(255,255,255,.16);
  color:#fff;
}
.variant-option-note{
  color:inherit;
  opacity:.88;
  line-height:1.5;
  font-size:.94rem;
}
.product-customizer-summary{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,250,251,.92);
  border:1px solid rgba(217,100,125,.12);
}
.product-customizer-summary span{
  display:block;
  margin-bottom:6px;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.07em;
  color:#b34f68;
}
.product-customizer-summary strong{
  font-family:var(--font-display);
  font-size:1.16rem;
  color:#4a1e2b;
}
.product-customizer-price{
  text-align:right;
}
.product-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.product-point{
  display:flex;
  gap:12px;
  padding:14px 14px 15px;
  border-radius:18px;
  background:rgba(255,244,246,.82);
  border:1px solid rgba(217,100,125,.14);
}
.product-point svg{
  color:#d45f79;
  flex:0 0 auto;
  margin-top:2px;
}
.product-point b{
  display:block;
  margin-bottom:4px;
  font-family:var(--font-display);
  color:#4a1e2b;
}
.product-point span{
  color:#755a64;
  line-height:1.55;
}
.product-visual{
  padding:18px;
  border-radius:30px;
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(244,180,194,.14), transparent 42%),
    linear-gradient(180deg, rgba(255,247,248,.90), rgba(251,234,237,.96));
  border:1px solid rgba(217,100,125,.18);
  box-shadow:0 26px 52px rgba(145,84,99,.11);
  display:grid;
  gap:14px;
}
.product-frame{
  aspect-ratio: 4 / 5;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(217,100,125,.18);
  box-shadow:0 16px 36px rgba(145,84,99,.12);
}
.product-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-overlay{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 18px 18px 20px;
  border-radius:22px;
  background:rgba(255,244,247,.96);
  border:1px solid rgba(217,100,125,.16);
  box-shadow:0 16px 34px rgba(145,84,99,.10);
}
.product-overlay h2{
  font-size:1.55rem;
  color:#4a1e2b;
  margin:8px 0 6px;
}
.product-overlay p{
  margin:0;
  color:#755a64;
  line-height:1.55;
  max-width:34ch;
}
.product-overlay-chip{
  flex:0 0 auto;
  padding:12px 16px;
  border-radius:16px;
  background:linear-gradient(180deg, #df6f86, #c94f70);
  color:#fff8f9;
  font-weight:800;
  box-shadow:0 12px 24px rgba(217,100,125,.16);
}
.product-details{
  padding-top:8px;
}
.product-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.product-detail-card{
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(217,100,125,.16);
  background:rgba(255,247,248,.88);
  box-shadow:var(--shadow-soft);
}
.product-detail-card h3{
  font-size:1.65rem;
  margin-top:12px;
  color:#4a1e2b;
}
.product-detail-card p{
  margin:12px 0 0;
  color:#66505d;
  line-height:1.7;
}
.mini-links{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.mini-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content;
  color:#d45f79;
  font-weight:800;
}
.mini-links svg{
  flex:0 0 auto;
}
.checkout-hero{
  padding-top:30px;
}
.checkout-layout{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  gap:18px;
  align-items:start;
}
.checkout-form-card,
.checkout-summary-card{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(217,100,125,.18);
  background:rgba(255,247,248,.90);
  box-shadow:var(--shadow-soft);
}
.checkout-form-card{
  display:grid;
  gap:14px;
}
.checkout-title{
  max-width:5ch;
}
.checkout-lead{
  margin:0;
  font-size:1.05rem;
  line-height:1.7;
  color:#66505d;
}
.checkout-customizer{
  margin-top:8px;
}
.checkout-summary-row{
  display:grid;
  grid-template-columns:96px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:20px;
  background:rgba(255,244,246,.88);
  border:1px solid rgba(217,100,125,.14);
}
.thumb-mini{
  width:96px;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:16px;
}
.thumb-mini img,
.checkout-summary-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.checkout-summary-row h2{
  font-size:1.42rem;
  color:#4a1e2b;
  margin:4px 0 6px;
}
.checkout-summary-row p,
.checkout-summary-body p{
  margin:0;
  color:#755a64;
  line-height:1.55;
}
.checkout-kicker{
  color:#c85d77;
  font-weight:800;
}
.checkout-price{
  font-family:var(--font-display);
  font-size:1.45rem;
  color:#4a1e2b;
}
.checkout-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.checkout-grid label{
  margin-top:0;
}
.checkout-grid input{
  margin-top:8px;
}
.checkout-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.checkout-badges .pill{
  gap:8px;
}
.checkout-summary-card{
  position:sticky;
  top:110px;
  display:grid;
  gap:14px;
}
.checkout-summary-image{
  aspect-ratio:4/5;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(217,100,125,.18);
}
.checkout-summary-body{
  display:grid;
  gap:10px;
}
.checkout-summary-body h2{
  font-size:1.9rem;
  color:#4a1e2b;
}
.checkout-summary-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}
.checkout-summary-meta span{
  color:#c85d77;
  font-weight:800;
}
.checkout-summary-meta strong{
  font-family:var(--font-display);
  font-size:1.35rem;
}
.checkout-related{
  padding-top:20px;
}
.related-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.related-card{
  overflow:hidden;
  border-radius:24px;
  background:rgba(255,247,248,.90);
  border:1px solid rgba(217,100,125,.16);
  box-shadow:var(--shadow-soft);
}
.related-card .thumb{
  aspect-ratio:4/3;
}
.related-card .body{
  padding:16px;
}
.related-card h3{
  margin-top:10px;
  font-size:1.32rem;
  color:#4a1e2b;
}
.checkout-success{
  display:grid;
  gap:14px;
}
.checkout-success-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.checkout-success-grid div{
  padding:14px;
  border-radius:18px;
  background:rgba(255,244,246,.88);
  border:1px solid rgba(217,100,125,.14);
  display:grid;
  gap:4px;
}
.checkout-success-grid b{
  color:#4a1e2b;
}
.checkout-success-grid span{
  color:#755a64;
}
.admin-shell{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.admin-sidebar{
  position:sticky;
  top:112px;
  padding:18px;
  border-radius:24px;
  border:1px solid rgba(217,100,125,.18);
  background:rgba(255,247,248,.92);
  box-shadow:var(--shadow-soft);
}
.admin-sidebar-brand h1{
  margin:10px 0 8px;
  font-family:var(--font-display);
  font-size:2rem;
  color:#4a1e2b;
}
.admin-sidebar-brand p{
  margin:0;
  color:#755a64;
  line-height:1.55;
}
.admin-side-nav{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.admin-side-nav a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:10px 12px;
  border-radius:16px;
  color:#8d314a;
  border:1px solid rgba(217,100,125,.14);
  background:rgba(255,244,246,.78);
  font-weight:900;
}
.admin-side-nav form{
  margin:0;
}
.admin-logout{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:46px;
  padding:10px 12px;
  border-radius:16px;
  color:#9f2946;
  border:1px solid rgba(159,41,70,.24);
  background:rgba(255,244,246,.78);
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.admin-side-nav a:hover{
  background:rgba(217,100,125,.10);
  border-color:rgba(217,100,125,.28);
}
.admin-logout:hover{
  background:rgba(159,41,70,.08);
}
.admin-main{
  display:grid;
  gap:18px;
  min-width:0;
}
.admin-panel{
  scroll-margin-top:120px;
}
.admin-panel-head{
  margin-bottom:14px;
}
.login-shell{
  min-height:calc(100svh - 220px);
  display:grid;
  place-items:center;
}
.login-card{
  width:min(540px, 100%);
}
.login-card .page-title{
  max-width:5ch;
}
.login-form{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.login-status{
  min-height:24px;
  margin:0;
  color:#8d314a;
  font-weight:800;
}
.admin-orders-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
  margin-bottom:16px;
}
.admin-overview{
  grid-template-columns:1.25fr .75fr .75fr;
}
.admin-metric span,
.admin-status-strip span{
  color:#8d314a;
  font-weight:800;
}
.admin-metric strong,
.admin-order-count strong{
  font-family:var(--font-display);
  font-size:2.8rem;
  color:#4a1e2b;
}
.admin-status-strip{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.admin-status-strip div{
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(217,100,125,.14);
  background:rgba(255,244,246,.78);
}
.admin-status-strip b{
  display:block;
  font-family:var(--font-display);
  font-size:1.7rem;
  color:#4a1e2b;
}
.admin-orders{
  display:grid;
  gap:14px;
  margin-bottom:16px;
}
.admin-order-card{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(217,100,125,.16);
  background:rgba(255,247,248,.90);
  box-shadow:var(--shadow-soft);
}
.admin-order-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.admin-order-top h3{
  margin-top:10px;
  font-size:1.6rem;
  color:#4a1e2b;
}
.order-status{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(217,100,125,.12);
  color:#b34f68;
  font-weight:800;
  white-space:nowrap;
}
.admin-order-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.admin-order-grid div,
.admin-order-address,
.admin-order-notes{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,244,246,.84);
  border:1px solid rgba(217,100,125,.12);
}
.admin-order-grid b,
.admin-order-address b,
.admin-order-notes b{
  display:block;
  margin-bottom:4px;
  color:#4a1e2b;
}
.admin-order-grid span{
  color:#755a64;
}
.admin-order-actions{
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto auto;
  gap:10px;
  align-items:end;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(217,100,125,.14);
}
.admin-order-actions label{
  grid-column:1 / -1;
  margin:0;
}
.admin-order-actions select{
  min-height:48px;
}
.btn-danger{
  color:#9f2946;
  border-color:rgba(159,41,70,.28);
}
.btn-danger:hover{
  background:rgba(159,41,70,.08);
}
.admin-products-head{
  margin:0 0 16px;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.info-card,
.form-card,
.dashboard-card{
  padding:22px;
}

.page-about .section{
  padding-top:34px;
}
.about-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:18px;
  align-items:stretch;
}
.about-panel{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(217,100,125,.18);
  background:rgba(255,247,248,.90);
  box-shadow:var(--shadow-soft);
}
.about-copy{
  display:grid;
  gap:14px;
}
.about-title{
  max-width:8ch;
}
.about-lead{
  margin:0;
  font-size:1.12rem;
  line-height:1.8;
  color:#5b3f4b;
}
.about-copy p{
  margin:0;
  line-height:1.78;
  color:#6b5361;
  font-size:1.02rem;
}
.about-quote-inline{
  padding:16px 18px;
  border-left:3px solid rgba(217,100,125,.34);
  background:rgba(255,242,244,.72);
  border-radius:18px;
  color:#4a1e2b;
}
.about-media{
  display:grid;
  gap:14px;
}
.about-frame{
  margin:0;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(217,100,125,.18);
  background:#fff7f8;
  box-shadow:var(--shadow);
  aspect-ratio: 4 / 5;
}
.about-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-badges{
  display:grid;
  gap:12px;
}
.about-stat{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 18px;
  border-radius:20px;
  border:1px solid rgba(217,100,125,.16);
  background:rgba(255,247,248,.88);
  box-shadow:0 12px 26px rgba(145,84,99,.08);
}
.about-stat .icon,
.about-card .icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:rgba(217,100,125,.12);
  color:#d45f79;
}
.about-stat b,
.about-card h3{
  font-family:var(--font-display);
  color:#4a1e2b;
}
.about-stat .muted,
.about-card p{
  color:#755a64;
  line-height:1.65;
}
.about-story{
  display:grid;
  gap:16px;
}
.about-quote{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(217,100,125,.18);
  background:
    radial-gradient(800px 240px at 100% 0%, rgba(244,180,194,.14), transparent 44%),
    rgba(255,247,248,.90);
  box-shadow:var(--shadow-soft);
}
.about-quote p{
  margin:14px 0 0;
  max-width:70ch;
  font-size:1.08rem;
  line-height:1.8;
  color:#5b3f4b;
}
.about-features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.about-card{
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(217,100,125,.16);
  background:rgba(255,247,248,.88);
  box-shadow:var(--shadow-soft);
}
.about-card h3{
  margin:14px 0 8px;
  font-size:1.5rem;
}
.about-card p{
  margin:0;
}

.stack{
  display:grid;
  gap:14px;
}
.stat{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px;
  border-radius:18px;
  background:rgba(255,246,247,.78);
  border:1px solid rgba(217,100,125,.16);
}
.stat .icon{
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(217,100,125,.12);
  color:#d45f79;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.stat b{
  display:block;
  margin-bottom:4px;
}

label{
  display:block;
  margin:10px 0 8px;
  font-weight:800;
  color:#4a1e2b;
}
input, textarea, select{
  width:100%;
  min-height:46px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(217,100,125,.18);
  background:#fff9fa;
  color:var(--ink);
  font:inherit;
  outline:none;
  box-shadow:0 0 0 0 rgba(217,100,125,0);
  transition:box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}
textarea{
  min-height:120px;
  resize:vertical;
}
input:focus, textarea:focus, select:focus{
  border-color:rgba(217,100,125,.38);
  box-shadow:0 0 0 4px rgba(217,100,125,.12);
}

.footer{
  padding:12px 0 0;
  border-top:1px solid rgba(217,100,125,.18);
  background:
    radial-gradient(900px 320px at 14% 0%, rgba(246,193,206,.20), transparent 54%),
    linear-gradient(180deg, rgba(255,244,245,.90), rgba(249,231,234,.95));
}
.footer .container{
  position:relative;
  z-index:1;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) auto;
  gap:10px 18px;
  align-items:start;
  padding:14px 0 14px;
}
.footer-brand{
  display:grid;
  gap:8px;
  max-width:34rem;
}
.footer-note{
  margin:0;
  color:#755a64;
  line-height:1.45;
  max-width:32rem;
}
.footer-nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.footer-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,248,249,.74);
  border:1px solid rgba(217,100,125,.14);
  color:#4a1e2b;
  font-weight:800;
  box-shadow:0 8px 18px rgba(145,84,99,.05);
}
.footer-link svg{
  color:#d45f79;
  flex:0 0 auto;
}
.footer .brand-text{
  color:#4a1e2b;
}
.footer .muted{
  color:#755a64;
}
.footer-cta{
  display:flex;
  justify-content:flex-end;
  align-items:flex-start;
}
.footer-cta .btn{
  min-width:136px;
}
.footer-reel{
  border-top:1px solid rgba(217,100,125,.14);
  margin:0 0 10px;
  padding:10px 0 3px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,244,245,.98), rgba(251,233,236,.98));
  border-radius:18px;
  box-shadow:0 12px 26px rgba(145,84,99,.09);
}
.footer-reel-track{
  display:flex;
  align-items:center;
  gap:0;
  width:max-content;
  padding:0;
  animation:footer-reel-move 28s linear infinite;
}
.footer-reel-card{
  margin:0;
  flex:0 0 auto;
  width:88px;
  height:88px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(217,100,125,.18);
  background:#fff7f8;
  box-shadow:0 10px 18px rgba(145,84,99,.10);
}
.footer-reel-card + .footer-reel-card{
  margin-left:0;
}
.footer-reel-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.01);
}
@keyframes footer-reel-move{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.page-title{
  font-size:clamp(2.8rem, 6vw, 5rem);
  color:#4a1e2b;
  max-width:12ch;
}

.status-banner{
  margin-top:14px;
  padding:12px 16px;
  border-radius:16px;
  background:rgba(255,244,246,.9);
  border:1px solid rgba(217,100,125,.20);
  color:#5d3b47;
  box-shadow:var(--shadow-soft);
}

.section-dark{
  background:
    radial-gradient(1200px 700px at 10% 0%, rgba(244,180,194,.24), transparent 45%),
    linear-gradient(180deg, rgba(255,242,244,.98), rgba(248,231,234,.98));
  color:#4a1e2b;
  padding:72px 0 76px;
}
.section-dark .section-head h2,
.section-story h1,
.coming-copy-dark h1{
  color:#4a1e2b;
}
.section-dark .section-head p,
.muted-light{
  color:#755a64;
}
.section-dark .eyebrow,
.eyebrow-dark{
  background:rgba(255,244,246,.82);
  color:#c85d77;
  border-color:rgba(217,100,125,.24);
  box-shadow:none;
}
.section-head-dark{
  align-items:flex-end;
}
.dark-grid{
  margin-top:10px;
}

.art-card{
  position:relative;
  padding:16px 18px 18px;
  background:linear-gradient(180deg, rgba(255,247,248,.96), rgba(251,233,236,.98));
  border:1px solid rgba(217,100,125,.18);
  color:#4a1e2b;
  overflow:hidden;
  min-height:420px;
}
.art-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(700px 220px at 50% 0%, rgba(244,180,194,.12), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.22), transparent 40%);
  pointer-events:none;
}
.art-frame{
  position:relative;
  aspect-ratio: 4 / 3;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(217,100,125,.22);
  box-shadow:0 14px 30px rgba(145,84,99,.14);
  background:#fff3f5;
}
.art-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.art-badge{
  position:relative;
  margin:-29px auto 0;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#d65c79;
  color:#fff7f9;
  border:1px solid rgba(217,100,125,.36);
  display:grid;
  place-items:center;
  box-shadow:0 12px 24px rgba(145,84,99,.18);
  z-index:2;
}
.art-card h3{
  margin-top:32px;
  font-size:2rem;
  color:#4a1e2b;
}
.art-card p{
  margin-top:12px;
  color:#6b5361;
  min-height:96px;
}
.card-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d45f79;
  font-weight:800;
  margin-top:8px;
}

.section-story{
  background:
    radial-gradient(1200px 760px at 84% 15%, rgba(244,180,194,.18), transparent 48%),
    linear-gradient(180deg, rgba(255,244,245,.98), rgba(249,231,234,.98));
  color:#4a1e2b;
  padding:78px 0 70px;
}
.coming-copy-dark h1{
  font-size:clamp(3.2rem, 7vw, 6.2rem);
  margin-top:18px;
  max-width:10ch;
}
.coming-copy-dark .accent{
  color:#d45f79;
}
.divider-dark{
  color:#d45f79;
}
.workshop-shell{
  overflow:hidden;
}
.steps-stack{
  display:grid;
  gap:14px;
}
.step-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:18px 20px;
  min-height:96px;
  border-radius:20px;
  background:rgba(255,247,248,.88);
  border:1px solid rgba(217,100,125,.18);
  box-shadow:0 14px 30px rgba(145,84,99,.10);
}
.step-num{
  width:68px;
  height:68px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:var(--font-display);
  font-size:2rem;
  color:#fff8f9;
  background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.5), #d85f7a);
  border:1px solid rgba(217,100,125,.28);
  box-shadow:0 0 0 1px rgba(255,255,255,.20) inset, 0 10px 24px rgba(145,84,99,.16);
}
.step-body h3{
  font-size:1.7rem;
  color:#4a1e2b;
  margin-bottom:6px;
}
.step-body p{
  margin:0;
  color:#755a64;
  line-height:1.55;
}
.step-icon{
  color:#d45f79;
  opacity:.95;
}

.workshop-panel{
  position:relative;
  min-height:100%;
  border:1px solid rgba(217,100,125,.22);
  border-radius:28px;
  overflow:hidden;
  background:#fff4f6;
  box-shadow:0 24px 60px rgba(145,84,99,.14);
}
.workshop-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:560px;
  filter:saturate(1.06) contrast(1.03);
}
.workshop-overlay{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  background:rgba(255,245,247,.94);
  color:#4a1e2b;
  border:1px solid rgba(217,100,125,.18);
  border-radius:20px;
  padding:18px 20px;
}
.workshop-overlay h3{
  font-size:1.6rem;
  margin-bottom:6px;
}
.workshop-overlay p{
  margin:0;
  color:#755a64;
  line-height:1.55;
}

.shop-hero{
  padding-top:30px;
}
.pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 10px;
  border-radius:999px;
  font-size:.8rem;
  font-weight:800;
  color:#c85d77;
  background:rgba(255,242,244,.86);
  border:1px solid rgba(217,100,125,.18);
}
.price{
  font-weight:900;
  color:#4a1e2b;
}
.meta-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.admin-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-bottom:18px;
}
.admin-grid .dashboard-card h2{
  font-family:var(--font-display);
  font-size:1.8rem;
  color:#4a1e2b;
  margin-bottom:10px;
}
.admin-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,242,244,.88);
  border:1px solid rgba(217,100,125,.16);
  color:#755a64;
}
.admin-products{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.admin-add-product{
  max-width:none;
}
.admin-product .upload-form{
  margin-top:16px;
}
.product-edit-form{
  display:grid;
  gap:12px;
}
.admin-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.upload-form label{
  margin-top:0;
}
.upload-form input[type="file"]{
  padding:10px 12px;
  min-height:auto;
  background:rgba(255,255,255,.9);
}
.admin-product textarea{
  min-height:150px;
}
.admin-variant-note{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(217,100,125,.08);
  color:#8d314a;
  font-weight:800;
  line-height:1.45;
}
.admin-variant-note svg{
  flex:0 0 auto;
}
.admin-product-actions,
.admin-delete-form{
  display:flex;
  align-items:center;
  gap:10px;
}
.admin-delete-form{
  margin-top:10px;
}
.admin-delete-form .btn{
  width:100%;
}

.reveal{
  opacity:0;
  transform:translateY(14px);
}
.reveal-visible{
  opacity:1;
  transform:none;
  transition:opacity .55s ease, transform .55s ease, box-shadow .2s ease;
  transition-delay:var(--reveal-delay, 0ms);
}

.menu{
  display:none;
}

.coming-hero{
  min-height:calc(100svh - 128px);
  display:grid;
  align-items:center;
}
.coming-panel{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:22px;
  align-items:stretch;
}
.coming-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.coming-copy h1{
  font-size:clamp(3.4rem, 7vw, 6.8rem);
  color:#4a1e2b;
  margin-top:20px;
}
.section-story .coming-copy h1{
  color:#4a1e2b;
}
.section-story .coming-copy p{
  color:#755a64;
}
.section-story .coming-copy .accent{
  color:#d45f79;
}
.section-story .coming-copy .divider{
  color:#d45f79;
}

.divider{
  display:flex;
  align-items:center;
  gap:14px;
  margin:18px 0 16px;
  color:var(--gold);
}
.divider span{
  height:1px;
  flex:1;
  background:linear-gradient(90deg, transparent, rgba(217,100,125,.52), transparent);
}

.muted{color:var(--muted)}

@media (max-width:1100px){
  .hero-split,.coming-panel,.split{
    grid-template-columns:1fr;
  }
  .admin-shell{
    grid-template-columns:1fr;
  }
  .admin-sidebar{
    position:static;
  }
  .admin-side-nav{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .about-grid,
  .about-features{
    grid-template-columns:1fr;
  }
  .hero-stage,.hero-art{
    min-height:560px;
  }
  .hero-points,
  .card-grid,
  .product-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .checkout-layout,
  .product-layout,
  .product-detail-grid,
  .admin-overview,
  .admin-orders-head{
    grid-template-columns:1fr;
  }
  .checkout-summary-card{
    position:static;
  }
  .admin-order-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .product-layout,
  .product-detail-grid{
    grid-template-columns:1fr;
  }
  .product-points{
    grid-template-columns:1fr;
  }
  .product-customizer-head,
  .product-customizer-summary{
    flex-direction:column;
    align-items:flex-start;
  }
  .product-customizer-price{
    text-align:left;
  }
  .variant-grid{
    grid-template-columns:1fr;
  }
  .admin-grid,
  .admin-products{
    grid-template-columns:1fr;
  }
  .admin-form-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .nav{
    min-height:72px;
  }
  .nav-links,
  .nav-actions .secondary{
    display:none;
  }
  .menu{
    display:inline-flex;
  }
  .mobile-sheet.open{
    display:block;
  }
  .hero-split,
  .coming-panel{
    min-height:auto;
    padding-top:14px;
  }
  .hero-copy,
  .hero-stage,
  .coming-copy{
    min-width:0;
    width:100%;
  }
  .hero-copy .eyebrow,
  .coming-copy .eyebrow{
    display:inline-flex;
    max-width:100%;
    white-space:normal;
    line-height:1.35;
    padding-inline:14px;
  }
  .hero-actions,
  .hero-points{
    width:100%;
  }
  .hero-actions .btn{
    flex:1 1 100%;
  }
  .hero-copy .btn-outline{
    min-height:48px;
  }
  .point{
    min-width:0;
  }
  .hero-copy h1,
  .coming-copy h1{
    max-width:100%;
    font-size:clamp(3rem, 14vw, 4.8rem);
  }
  .hero-points,
  .card-grid,
  .product-strip{
    grid-template-columns:1fr;
  }
  .shop-card{
    min-height:unset;
  }
  .shop-card p{
    min-height:auto;
  }
  .related-strip{
    grid-template-columns:1fr;
  }
  .checkout-grid,
  .checkout-success-grid{
    grid-template-columns:1fr;
  }
  .checkout-summary-row{
    grid-template-columns:1fr;
  }
  .checkout-price{
    justify-self:start;
  }
  .admin-order-grid{
    grid-template-columns:1fr;
  }
  .admin-status-strip,
  .admin-order-actions{
    grid-template-columns:1fr;
  }
  .admin-side-nav{
    grid-template-columns:1fr 1fr;
  }
  .admin-sidebar{
    padding:14px;
  }
  .card-like{
    width:38px;
    height:38px;
    right:14px;
    bottom:14px;
  }
  .about-panel{
    padding:20px;
  }
  .about-quote,
  .about-card{
    padding:18px;
  }
  .about-copy p,
  .about-lead{
    font-size:1rem;
  }
  .section-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .shop-hero .section-head{
    grid-template-columns:1fr;
    padding-bottom:18px;
  }
  .product-copy,
  .product-visual,
  .product-detail-card{
    padding:18px;
  }
  .product-overlay{
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-stage,
  .hero-art{
    min-height:460px;
  }
  .hero-art{
    inset:14px 14px 86px 14px;
  }
  .hero-stage .stage-card{
    left:14px;
    right:14px;
    bottom:14px;
    flex-direction:column;
    align-items:flex-start;
  }
  .stage-chip{
    width:100%;
  }
  .step-card{
    grid-template-columns:1fr;
    justify-items:start;
  }
  .step-icon{
    display:none;
  }
  .workshop-panel img{
    min-height:420px;
  }
  .footer{
    padding-top:14px;
  }
  .footer-grid{
    grid-template-columns:1fr;
    padding-bottom:12px;
  }
  .footer-nav{
    grid-template-columns:1fr;
  }
  .footer-cta{
    justify-content:flex-start;
  }
  .footer-reel{
    padding:8px 0 2px;
  }
  .footer-reel-track{
    gap:0;
    animation-duration:20s;
  }
  .footer-reel-card{
    width:72px;
    height:72px;
    border-radius:14px;
  }
  .product-title{
    max-width:100%;
  }
.product-lead{
    max-width:100%;
  }
}

.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;
}

.ai-assistant{
  position:fixed;
  right:24px;
  bottom:18px;
  z-index:90;
  width:370px;
  pointer-events:none;
  color:#7e3b4e;
}
.ai-panel,
.ai-teaser{
  pointer-events:auto;
}
.ai-panel{
  position:absolute;
  right:0;
  bottom:64px;
  width:100%;
  max-height:calc(100svh - 84px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,251,250,.98), rgba(255,239,243,.98));
  border:1px solid rgba(232,139,157,.32);
  border-radius:24px;
  box-shadow:0 30px 80px rgba(175,87,110,.24);
  transform:translateY(0) scale(1);
  opacity:1;
  transform-origin:bottom right;
  transition:transform .24s ease, opacity .2s ease, visibility .2s ease;
}
.ai-header{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  background:linear-gradient(180deg, #fff5f7, #ffe7ec);
  border-bottom:1px solid rgba(232,139,157,.18);
}
.ai-title{
  display:flex;
  align-items:center;
  gap:9px;
  color:#843b4e;
  font-weight:900;
}
.ai-title svg{
  color:#e15d82;
}
.ai-window-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.ai-window-actions button{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#d95d7b;
  cursor:pointer;
}
.ai-window-actions button:hover{
  background:rgba(217,100,125,.10);
}
.ai-window-actions button:first-child svg{
  transform:rotate(-45deg);
}
.ai-window-actions span{
  width:14px;
  height:2px;
  border-radius:99px;
  background:currentColor;
}
.ai-body{
  padding:14px 26px 14px;
  overflow:auto;
}
.ai-portrait{
  position:relative;
  width:116px;
  height:116px;
  margin:0 auto 10px;
  border-radius:999px;
  padding:8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,221,226,.92), rgba(255,245,246,.72) 62%, transparent 63%),
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(250,193,205,.38));
}
.ai-portrait::before,
.ai-portrait::after{
  content:"";
  position:absolute;
  width:9px;
  height:9px;
  background:#e6b65e;
  transform:rotate(45deg);
  border-radius:2px;
  box-shadow:0 0 18px rgba(230,182,94,.42);
}
.ai-portrait::before{
  left:20px;
  top:54px;
}
.ai-portrait::after{
  right:24px;
  top:42px;
}
.ai-portrait img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:999px;
}
.ai-intro{
  text-align:center;
  margin-bottom:12px;
}
.ai-intro h2{
  font-size:1.6rem;
  line-height:1.08;
  color:#5a2130;
  margin-bottom:6px;
}
.ai-intro p{
  margin:0 auto;
  max-width:250px;
  color:#934c5f;
  font-weight:800;
  font-size:.84rem;
  line-height:1.42;
}
.ai-choice-list{
  display:grid;
  gap:7px;
}
.ai-choice{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  padding:8px 14px;
  border:1px solid rgba(232,139,157,.38);
  border-radius:999px;
  background:rgba(255,251,251,.78);
  color:#8d4356;
  font:800 .9rem/1 var(--font-body);
  cursor:pointer;
  box-shadow:0 8px 18px rgba(178,83,107,.06);
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ai-choice span{
  display:flex;
  align-items:center;
  min-width:0;
  gap:12px;
}
.ai-choice svg{
  flex:0 0 auto;
  color:#df6383;
}
.ai-choice:hover{
  transform:translateX(2px);
  background:#fff;
  border-color:rgba(217,100,125,.54);
  box-shadow:0 12px 24px rgba(178,83,107,.12);
}
.ai-choice:last-child{
  min-height:40px;
  margin-top:6px;
  color:#fff;
  border-color:transparent;
  background:linear-gradient(180deg, #e76285, #d94973);
  box-shadow:0 16px 28px rgba(217,73,115,.24);
}
.ai-choice:last-child svg{
  color:#fff;
}
.ai-powered{
  display:none;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:28px;
  margin:7px -26px 8px;
  color:#df6383;
  font-size:.78rem;
  font-weight:900;
  background:rgba(255,234,238,.58);
  border-top:1px solid rgba(232,139,157,.12);
  border-bottom:1px solid rgba(232,139,157,.12);
}
.ai-chat-log{
  display:grid;
  gap:8px;
  max-height:142px;
  overflow:auto;
  margin:0 0 12px;
  padding-right:2px;
}
.ai-chat-log:empty{
  display:none;
  margin:0;
}
.ai-assistant.is-chatting .ai-portrait{
  width:76px;
  height:76px;
  margin-bottom:8px;
}
.ai-assistant.is-chatting .ai-intro{
  margin-bottom:10px;
}
.ai-assistant.is-chatting .ai-intro h2{
  font-size:1.28rem;
  margin-bottom:4px;
}
.ai-assistant.is-chatting .ai-intro p{
  display:none;
}
.ai-assistant.is-chatting .ai-choice-list{
  display:none;
}
.ai-assistant.is-chatting .ai-chat-log{
  display:grid;
  min-height:350px;
  max-height:350px;
  padding:4px 3px 4px 0;
  margin-bottom:10px;
}
.ai-message{
  width:fit-content;
  max-width:88%;
  padding:10px 13px;
  border-radius:16px;
  font-size:.9rem;
  font-weight:700;
  line-height:1.45;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.ai-message-assistant{
  justify-self:start;
  color:#7e3b4e;
  background:#fff;
  border:1px solid rgba(232,139,157,.25);
}
.ai-message-user{
  justify-self:end;
  color:#fff;
  background:linear-gradient(180deg, #df6383, #d14f74);
}
.ai-form{
  display:grid;
  grid-template-columns:1fr 44px;
  gap:8px;
  align-items:center;
}
.ai-form input{
  min-height:44px;
  border:1px solid rgba(232,139,157,.32);
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:#5a2130;
  padding:0 18px;
  font:800 .9rem/1 var(--font-body);
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.ai-form input::placeholder{
  color:#b38896;
}
.ai-form input:focus{
  border-color:#de6383;
  box-shadow:0 0 0 4px rgba(222,99,131,.12);
}
.ai-form button{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(180deg, #f487a1, #e15b81);
  box-shadow:0 10px 22px rgba(217,73,115,.22);
  cursor:pointer;
}
.ai-form button svg{
  transform:rotate(-35deg);
}
.ai-form button:disabled,
.ai-choice:disabled{
  cursor:wait;
  opacity:.68;
}
.ai-teaser{
  position:absolute;
  right:2px;
  bottom:0;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 78px;
  align-items:center;
  gap:10px;
  width:316px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.ai-teaser-card{
  position:relative;
  display:grid;
  gap:6px;
  min-height:70px;
  padding:14px 18px 14px 22px;
  text-align:left;
  color:#7e3b4e;
  background:rgba(255,250,250,.94);
  border:1px solid rgba(232,139,157,.20);
  border-radius:20px 20px 6px 20px;
  box-shadow:0 18px 42px rgba(175,87,110,.16);
}
.ai-teaser-card::after{
  content:"";
  position:absolute;
  right:-10px;
  bottom:17px;
  width:20px;
  height:20px;
  background:inherit;
  border-right:1px solid rgba(232,139,157,.20);
  border-bottom:1px solid rgba(232,139,157,.20);
  transform:rotate(-45deg);
}
.ai-teaser-card strong{
  font-family:var(--font-display);
  font-size:1rem;
  color:#5a2130;
}
.ai-teaser-card span{
  font-size:.86rem;
  font-weight:800;
  color:#9a5365;
}
.ai-teaser-avatar{
  position:relative;
  width:78px;
  height:78px;
  border-radius:999px;
  padding:5px;
  background:#fff;
  border:1px solid rgba(232,139,157,.26);
  box-shadow:0 14px 28px rgba(175,87,110,.18);
}
.ai-teaser-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:999px;
}
.ai-teaser::after{
  content:"";
  position:absolute;
  right:78px;
  bottom:-12px;
  width:62px;
  height:20px;
  border-bottom:2px solid rgba(217,100,125,.44);
  border-radius:0 0 90px 90px;
  transform:rotate(-8deg);
}
.ai-assistant.is-minimized .ai-panel{
  visibility:hidden;
  opacity:0;
  transform:translateY(18px) scale(.96);
}
.ai-assistant:not(.is-minimized) .ai-teaser{
  opacity:1;
}
.ai-assistant.is-thinking .ai-title::after{
  content:"";
  width:7px;
  height:7px;
  margin-left:2px;
  border-radius:50%;
  background:#e15b81;
  box-shadow:12px 0 0 rgba(225,91,129,.55), 24px 0 0 rgba(225,91,129,.28);
  animation:aiPulse 1s infinite ease-in-out;
}

@media (max-width:760px){
  .ai-assistant{
    right:12px;
    bottom:12px;
    width:min(370px, calc(100vw - 24px));
  }
  .ai-panel{
    bottom:76px;
    max-height:calc(100svh - 94px);
    border-radius:22px;
  }
  .ai-header{
    min-height:54px;
    padding-inline:16px;
  }
  .ai-body{
    padding:16px 18px 14px;
  }
  .ai-portrait{
    width:108px;
    height:108px;
    margin-bottom:12px;
  }
  .ai-intro h2{
    font-size:1.72rem;
  }
  .ai-intro p{
    font-size:.92rem;
  }
  .ai-choice{
    min-height:42px;
    padding-inline:12px;
    font-size:.88rem;
  }
  .ai-chat-log{
    max-height:116px;
  }
  .ai-powered{
    margin-inline:-18px;
  }
  .ai-teaser{
    width:min(316px, calc(100vw - 24px));
    grid-template-columns:minmax(0, 1fr) 68px;
  }
  .ai-teaser-avatar{
    width:68px;
    height:68px;
  }
  .ai-teaser-card{
    min-height:64px;
    padding:12px 16px;
  }
}

@keyframes aiPulse{
  0%,100%{opacity:.45}
  50%{opacity:1}
}

@media (prefers-reduced-motion:no-preference){
  .hero-art img,
  .product-card,
  .feature-card,
  .info-card,
  .form-card,
  .dashboard-card,
  .btn,
  .nav-links a{
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }
  .footer-reel-track{
    will-change:transform;
  }
  .footer-link,
  .footer-cta .btn{
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }
  .footer-link:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 28px rgba(26,18,10,.1);
  }
  .footer-cta .btn:hover{
    transform:translateY(-2px);
  }
  .product-card:hover,
  .feature-card:hover,
  .info-card:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 40px rgba(145,84,99,.12);
  }
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
    scroll-behavior:auto !important;
  }
}
