:root{
  --paper:#f5efe4;
  --paper-2:#fbf7f0;
  --ink:#1d231f;
  --muted:#62695f;
  --line:#d9cfbf;
  --frame:#e6dccd;
  --surface:#fffaf2;
  --section:#efe6d8;
  --dark:#1d2a21;
  --dark-ink:#f3ecdf;
  --accent:#8f6a34;
  --accent-soft:#baa176;
  --shadow:0 24px 72px rgba(19,24,20,.08);
  --display:"Cormorant Garamond", Georgia, serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Manrope,system-ui,sans-serif;
  color:var(--ink);
  background:
    linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,0) 18%),
    linear-gradient(180deg,var(--paper-2),var(--paper));
}
body.theme-fresh{
  --paper:#eef3e8;
  --paper-2:#f8fbf3;
  --ink:#163224;
  --muted:#58705f;
  --line:#cfdccf;
  --frame:#dce7d7;
  --surface:#fbfdf8;
  --section:#e7f0e3;
  --dark:#173626;
  --dark-ink:#eef7ef;
  --accent:#4e7b43;
  --accent-soft:#84a96f;
}
body.theme-earthy{
  --paper:#f1eadf;
  --paper-2:#faf6ef;
  --ink:#2a251e;
  --muted:#6b6358;
  --line:#ddd1c1;
  --frame:#e6dac8;
  --surface:#fff9f0;
  --section:#efe3d0;
  --dark:#2c261f;
  --dark-ink:#f8efe4;
  --accent:#9b6a2d;
  --accent-soft:#c29b64;
  --display:"Fraunces", Georgia, serif;
}
body.theme-wellness{
  --paper:#f7f0e5;
  --paper-2:#fffaf2;
  --ink:#2b241f;
  --muted:#6d665d;
  --line:#ddd1c2;
  --frame:#e4dbcf;
  --surface:#fffaf2;
  --section:#efe4d6;
  --dark:#26382f;
  --dark-ink:#f7f1e7;
  --accent:#3f6252;
  --accent-soft:#b2864d;
  --display:"Fraunces", Georgia, serif;
}
body.theme-ritual{
  --paper:#f7efe5;
  --paper-2:#fdf7ef;
  --ink:#2c1e18;
  --muted:#75645b;
  --line:#ddcfbf;
  --frame:#ead8c7;
  --surface:#fffaf4;
  --section:#f1e1d4;
  --dark:#2d1714;
  --dark-ink:#f7ece1;
  --accent:#a55a2a;
  --accent-soft:#d19a66;
  --display:"Fraunces", Georgia, serif;
}
body.theme-stone{
  --paper:#f1ece5;
  --paper-2:#f8f5ef;
  --ink:#202420;
  --muted:#626862;
  --line:#d5d0c8;
  --frame:#e3ddd5;
  --surface:#fbfaf7;
  --section:#ece7de;
  --dark:#1b201d;
  --dark-ink:#f4f0e9;
  --accent:#7a6e56;
  --accent-soft:#b4a48a;
}
body.theme-premium{
  --paper:#f2ede5;
  --paper-2:#fbf8f3;
  --ink:#1e2320;
  --muted:#61685f;
  --line:#d6cdbe;
  --frame:#e5dbcc;
  --surface:#fffaf2;
  --section:#eee5d8;
  --dark:#1b2a21;
  --dark-ink:#f3eee5;
  --accent:#8e7040;
  --accent-soft:#b89b67;
}
body[data-visual-tone="cork"]{
  --paper:#f6efe4;
  --paper-2:#fdf9f1;
  --ink:#2b241d;
  --muted:#6e665c;
  --line:#ddd1c0;
  --frame:#eadfce;
  --surface:#fffaf2;
  --section:#f0e5d5;
  --dark:#263930;
  --dark-ink:#f7f1e8;
  --accent:#9c7742;
  --accent-soft:#58705e;
}
body[data-visual-tone="moss"],
body[data-visual-tone="leaf"]{
  --paper:#eef3ea;
  --paper-2:#fafcf8;
  --ink:#203126;
  --muted:#607264;
  --line:#d2dccf;
  --frame:#dde6d9;
  --surface:#fcfdf9;
  --section:#e7efe3;
  --dark:#1d3528;
  --dark-ink:#eef5ef;
  --accent:#51705a;
  --accent-soft:#91a777;
}
body[data-visual-tone="sand"],
body[data-visual-tone="seedpaper"]{
  --paper:#f5efe3;
  --paper-2:#fcf8f0;
  --ink:#26211c;
  --muted:#6b645a;
  --line:#ddd0bf;
  --frame:#e8ddcd;
  --surface:#fffaf2;
  --section:#efe4d4;
  --dark:#23372d;
  --dark-ink:#f7f0e6;
  --accent:#8c6b45;
  --accent-soft:#b39c74;
}
body[data-visual-tone="mist"],
body[data-visual-tone="stone"]{
  --paper:#f1f0eb;
  --paper-2:#faf9f5;
  --ink:#232722;
  --muted:#646a63;
  --line:#d8d5cb;
  --frame:#e3e0d8;
  --surface:#fcfbf8;
  --section:#ece9e1;
  --dark:#222823;
  --dark-ink:#f1efe9;
  --accent:#6e746b;
  --accent-soft:#a6a190;
}
body[data-visual-tone="aqua"]{
  --paper:#edf4f4;
  --paper-2:#f8fcfc;
  --ink:#1e292a;
  --muted:#5f6d6e;
  --line:#cfddde;
  --frame:#d8e9ea;
  --surface:#f9fcfc;
  --section:#e1efef;
  --dark:#20393a;
  --dark-ink:#eff7f7;
  --accent:#4d8189;
  --accent-soft:#8db7bb;
}
body[data-visual-tone="kumkum"]{
  --paper:#faf4ec;
  --paper-2:#fffaf4;
  --ink:#2b201b;
  --muted:#76665f;
  --line:#e1d3c7;
  --frame:#eadbce;
  --surface:#fffaf4;
  --section:#f2e4d8;
  --dark:#5e2732;
  --dark-ink:#f8eee6;
  --accent:#8b3040;
  --accent-soft:#d0a16c;
}
body[data-visual-tone="charcoal"]{
  --paper:#f1ece4;
  --paper-2:#faf6ee;
  --ink:#1c201d;
  --muted:#66635d;
  --line:#d7cdbf;
  --frame:#e3d8ca;
  --surface:#fdf8f0;
  --section:#ece3d6;
  --dark:#1d211e;
  --dark-ink:#f3eee5;
  --accent:#756348;
  --accent-soft:#a59579;
}
img,video{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
button{font:inherit}
main{display:block}
section{padding:44px 20px}
.inner{width:min(1240px,100%);margin:0 auto}
.nav{
  position:fixed;
  top:12px;
  right:12px;
  z-index:20;
  display:flex;
  gap:8px;
}
.nav a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,252,246,.88);
  backdrop-filter:blur(10px);
  box-shadow:0 8px 18px rgba(21,28,23,.05);
  font-size:12px;
  font-weight:800;
  color:var(--ink);
}
.eyebrow{
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
h1,h2,h3{
  margin:0;
  font-family:var(--display);
  font-weight:600;
  letter-spacing:0;
}
h1{
  margin-top:12px;
  font-size:clamp(48px,5vw,84px);
  line-height:.92;
  text-wrap:pretty;
}
h2{
  font-size:clamp(34px,3.6vw,56px);
  line-height:.96;
  text-wrap:pretty;
}
h3{
  font-size:clamp(24px,2.1vw,32px);
  line-height:.98;
}
.hero{
  min-height:auto;
  display:grid;
  align-items:start;
  padding:76px 20px 30px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:30px;
  align-items:center;
}
.hero-visual{
  border-radius:18px;
  background:linear-gradient(180deg,var(--frame),color-mix(in srgb,var(--frame) 78%, white));
  padding:12px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:var(--shadow);
}
.hero-visual > *{
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:1.04/1;
  background:var(--surface);
}
.hero-placeholder{
  width:100%;
  height:100%;
  display:grid;
  align-content:center;
  justify-items:start;
  gap:14px;
  padding:clamp(24px,4vw,38px);
  background:
    linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.3)),
    linear-gradient(135deg,color-mix(in srgb,var(--frame) 88%, white),color-mix(in srgb,var(--section) 78%, white));
}
.hero-placeholder-kicker{
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero-placeholder strong{
  max-width:12ch;
  font-family:var(--display);
  font-size:clamp(28px,3.2vw,42px);
  font-weight:600;
  line-height:.95;
  color:var(--ink);
  text-wrap:balance;
}
.hero-placeholder-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.hero-placeholder-chips span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,252,246,.78);
  color:color-mix(in srgb,var(--ink) 82%, white);
  font-size:12px;
  font-weight:800;
}
.hero-copy{display:grid;gap:14px}
.subtitle{
  max-width:34ch;
  color:var(--muted);
  font-size:clamp(18px,1.75vw,22px);
  line-height:1.5;
}
.intro{
  max-width:46ch;
  color:color-mix(in srgb,var(--ink) 82%, white);
  font-size:15px;
  line-height:1.72;
}
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.chips span{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,252,246,.76);
  color:color-mix(in srgb,var(--ink) 82%, white);
  font-size:12px;
  font-weight:800;
}
.asset-library{
  background:linear-gradient(180deg,rgba(255,255,255,.3),rgba(0,0,0,0) 100%), var(--section);
}
.asset-top{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-bottom:18px;
}
.asset-group summary{
  list-style:none;
  cursor:pointer;
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:center;
  min-height:76px;
  padding:16px 0;
}
.asset-group summary::-webkit-details-marker{display:none}
.asset-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  column-gap:10px;
  row-gap:4px;
}
.asset-group b{
  font-family:var(--display);
  font-size:24px;
  font-weight:600;
}
.asset-group span{
  color:var(--muted);
  font-size:13px;
}
.asset-desc:before{
  content:":";
  margin-right:8px;
  color:var(--muted);
}
.asset-plus{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.08);
  display:grid;
  place-items:center;
  color:var(--accent);
  background:rgba(255,251,245,.78);
  font-size:20px;
  line-height:1;
}
.asset-group[open] .asset-plus{transform:rotate(45deg)}
.asset-panel{padding:0 0 18px}
.asset-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.asset-card{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  background:var(--frame);
  aspect-ratio:1/1;
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
}
.asset-card.video-card{aspect-ratio:16/12}
.asset-figure{
  margin:0;
  width:100%;
  height:100%;
  cursor:zoom-in;
}
.asset-figure.video-figure{cursor:default}
.asset-actions{
  position:absolute;
  top:12px;
  right:12px;
  display:flex;
  gap:8px;
}
.asset-btn{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,252,246,.94);
  display:grid;
  place-items:center;
  box-shadow:0 8px 20px rgba(24,31,26,.1);
}
.asset-btn svg{
  width:16px;
  height:16px;
  stroke:var(--ink);
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.story{
  padding-top:28px;
}
.section-head{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-bottom:28px;
}
.story-shell{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(320px,.88fr);
  gap:28px;
  align-items:start;
}
.story-copy{
  display:grid;
  gap:20px;
  max-width:60ch;
}
.story-copy p{
  color:var(--muted);
  font-size:18px;
  line-height:1.68;
}
.story-facts{
  border:1px solid rgba(0,0,0,.06);
  background:color-mix(in srgb,var(--surface) 94%, var(--paper));
  border-radius:16px;
  overflow:hidden;
}
.story-facts article{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:18px;
  padding:18px 20px;
  border-top:1px solid rgba(0,0,0,.06);
}
.story-facts article:first-child{border-top:0}
.story-facts b{
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.story-facts p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.62;
}
.component-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}
.component{
  border-radius:16px;
  border:1px solid rgba(0,0,0,.06);
  background:var(--surface);
  padding:18px;
  min-height:164px;
}
.component small{
  display:block;
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.component h3{
  margin-top:12px;
  font-size:22px;
}
.component p{
  margin-top:10px;
  color:var(--muted);
  font-size:14px;
  line-height:1.58;
}
.flow{
  background:var(--dark);
  color:var(--dark-ink);
}
.flow-head{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:end;
  margin-bottom:24px;
}
.flow-head p{
  color:color-mix(in srgb,var(--dark-ink) 80%, transparent);
  font-size:15px;
  line-height:1.68;
}
.flow .eyebrow{color:var(--accent-soft)}
.flow-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.flow-card{
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  padding:18px;
}
.flow-card span{
  display:block;
  color:var(--accent-soft);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.flow-card h3{
  margin-top:12px;
  font-size:22px;
}
.flow-card p{
  margin-top:10px;
  color:color-mix(in srgb,var(--dark-ink) 78%, transparent);
  font-size:14px;
  line-height:1.6;
}
.details h2{max-width:18ch}
.details-grid{
  margin-top:18px;
  border-top:1px solid rgba(0,0,0,.08);
}
.details-grid .row{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.details-grid b{
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.details-grid .row div{
  color:var(--muted);
  font-size:15px;
  line-height:1.6;
}
.price-line{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:var(--ink)!important;
  font-weight:800;
}
.price-line strong{
  color:var(--ink);
  font-size:15px;
  font-weight:800;
}
.asset-lightbox{
  position:fixed;
  inset:0;
  z-index:50;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:28px;
  background:rgba(14,18,15,.88);
  backdrop-filter:blur(8px);
}
.asset-lightbox[hidden]{display:none!important}
.lightbox-figure{
  margin:0;
  max-width:min(1160px,100%);
  max-height:calc(100vh - 96px);
  justify-self:center;
}
.lightbox-figure img{
  width:100%;
  height:auto;
  max-height:calc(100vh - 160px);
  object-fit:contain;
  border-radius:18px;
  background:#101513;
}
.lightbox-figure figcaption{
  margin-top:12px;
  color:#e6decf;
  text-align:center;
  font-size:14px;
}
.lightbox-control{
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#f5efe2;
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:30px;
  line-height:1;
}
.lightbox-close{
  position:absolute;
  top:22px;
  right:22px;
}
body.lightbox-open{overflow:hidden}
.error{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:28px;
}
.error .card{
  width:min(680px,100%);
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:var(--surface);
  padding:24px;
  box-shadow:var(--shadow);
}
.error p{
  margin-top:14px;
  color:var(--muted);
  line-height:1.7;
}
@media (max-width:1100px){
  .asset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .component-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .hero{min-height:auto;padding-top:84px}
  .hero-grid,.story-shell,.flow-head{grid-template-columns:1fr}
  .hero-visual{order:-1}
  .asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .flow-grid{grid-template-columns:1fr}
  .details-grid .row,.story-facts article{grid-template-columns:1fr;gap:10px}
  .price-line{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  section{padding:34px 16px}
  .hero{padding:82px 16px 20px}
  .nav{right:8px;top:8px;gap:6px}
  .nav a{min-height:36px;padding:0 10px;font-size:11px}
  .asset-grid,.component-grid{grid-template-columns:1fr}
  .asset-card{aspect-ratio:1/1}
  .asset-card.video-card{aspect-ratio:16/12}
  .story-copy p{font-size:16px}
  .asset-lightbox{
    grid-template-columns:1fr;
    padding:20px 14px;
  }
  .lightbox-prev,.lightbox-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }
  .lightbox-prev{left:12px}
  .lightbox-next{right:12px}
}
