:root{
  --bg:#f7f7f4;
  --bg-soft:#ffffff;
  --ink:#111113;
  --ink-2:#232323;
  --muted:#62656b;
  --line:#deded8;
  --white:#fff;
  --gold:#b9965a;
  --gold-2:#7b5a24;
  --red:#9e2534;
  --green:#176b3a;
  --danger:#a32626;
  --shadow:0 28px 90px rgba(17,17,19,.14);
  --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--bg);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
textarea{resize:vertical}
:focus-visible{outline:3px solid rgba(197,160,93,.45);outline-offset:3px}

.top-offer{
  background:var(--ink);
  color:#fff;
  min-height:42px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  padding:8px 20px;
  text-align:center;
  font-size:14px;
}
.top-offer span{color:#e4cf9a;text-transform:uppercase;letter-spacing:0;font-weight:900}
.top-offer strong{font-size:18px}
.top-offer em{color:#bdb5a8;text-decoration:line-through;font-style:normal}

.site-header{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 7vw;
  background:rgba(247,247,244,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(197,160,93,.22);
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-weight:950;
  letter-spacing:0;
  font-size:25px;
}
.brand-icon{
  width:40px;
  height:40px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff 0%,#e6d3ad 46%,#c5a05d 100%);
  color:#111;
  font-family:"Playfair Display",serif;
  font-size:24px;
  box-shadow:0 14px 28px rgba(154,116,51,.26);
}
.nav{
  display:flex;
  align-items:center;
  gap:26px;
  font-weight:800;
  color:#433e37;
}
.nav a:hover{color:var(--gold-2)}
.menu-toggle{
  display:none;
  border:0;
  background:transparent;
  font-size:28px;
}

.section{padding:88px 7vw}
.section.slim{padding-top:36px;padding-bottom:36px}
.hero{
  min-height:calc(100vh - 90px);
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:58px;
  align-items:center;
  background:linear-gradient(135deg,var(--bg) 0%,#fff 58%,#f1f4f2 100%);
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  color:var(--gold-2);
  background:rgba(197,160,93,.13);
  border:1px solid rgba(197,160,93,.25);
  border-radius:999px;
  padding:9px 14px;
  font-size:13px;
  font-weight:950;
  letter-spacing:0;
  text-transform:uppercase;
}
h1,h2,h3{margin:0;color:var(--ink)}
h1{
  font-family:"Playfair Display",serif;
  font-size:76px;
  line-height:.98;
  letter-spacing:0;
  margin:22px 0;
}
h2{
  font-family:"Playfair Display",serif;
  font-size:50px;
  line-height:1.04;
  letter-spacing:0;
  margin:16px 0;
}
h3{font-size:20px;letter-spacing:0}
p{line-height:1.75}
.lead{
  max-width:760px;
  color:var(--muted);
  font-size:19px;
}
.hero-price{
  display:flex;
  gap:14px;
  align-items:baseline;
  margin:26px 0 8px;
}
.strike{text-decoration:line-through;color:#8d857a}
.hero-price strong{
  font-size:46px;
  letter-spacing:0;
}
.hero-price small{font-weight:900;color:var(--gold-2)}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:30px 0;
}
.btn{
  min-height:56px;
  padding:0 25px;
  border-radius:999px;
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:950;
  transition:.18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:var(--ink);
  color:#fff;
  box-shadow:0 18px 45px rgba(17,17,19,.22);
}
.btn-ghost,.btn-secondary{
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line);
}
.full{width:100%}
.trust-pills{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.trust-pills span{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 13px;
  color:#4d473f;
  font-weight:800;
  font-size:14px;
}
.hero-media{position:relative}
.product-frame{
  background:#fff;
  border:1px solid rgba(197,160,93,.26);
  box-shadow:var(--shadow);
  border-radius:12px;
  overflow:hidden;
}
.product-frame img{
  aspect-ratio:1/1;
  object-fit:cover;
}
.mini-card{
  position:absolute;
  background:rgba(17,17,19,.94);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  padding:16px 18px;
  box-shadow:0 24px 55px rgba(0,0,0,.22);
  max-width:230px;
}
.mini-card span{display:block;color:#d6cfc4;font-size:13px;margin-top:4px;line-height:1.45}
.mini-card-left{left:-22px;bottom:34px}
.mini-card-right{right:-18px;top:38px}
.mini-card-right strong{font-size:36px}

.social-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.proof-item{
  padding:18px 20px;
  border-left:1px solid var(--line);
}
.proof-item:first-child{border-left:0}
.proof-item strong{display:block;margin-bottom:6px}
.proof-item span{color:var(--muted);line-height:1.6}

.section-head{
  max-width:860px;
  margin:0 auto 42px;
  text-align:center;
}
.section-head p{
  color:var(--muted);
  font-size:18px;
}
.feature-grid{
  display:grid;
  gap:18px;
}
.feature-grid.three{grid-template-columns:repeat(3,1fr)}
.feature-grid.four{grid-template-columns:repeat(4,1fr)}
.feature-card{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  box-shadow:0 18px 55px rgba(17,17,19,.06);
}
.feature-card.small{padding:22px}
.feature-card p{color:var(--muted);margin-bottom:0}
.number{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-weight:950;
  margin-bottom:18px;
}
.band{
  background:var(--ink);
  color:#fff;
}
.band h2,.band h3{color:#fff}
.band .section-head p{color:#cfc8bc}
.band .eyebrow{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#e6d3ad}
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.steps article{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  padding:24px;
}
.steps span{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-weight:950;
  margin-bottom:16px;
}
.steps p{color:#d7d0c6;margin-bottom:0}

.product-layout{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:52px;
  align-items:center;
}
.gallery-main{
  padding:0;
  border:0;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.gallery-main img{aspect-ratio:1/1;object-fit:cover;width:100%}
.thumbs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:14px;
}
.thumbs button{
  border:2px solid transparent;
  border-radius:8px;
  padding:0;
  overflow:hidden;
  background:#fff;
}
.thumbs button.active{border-color:var(--ink)}
.thumbs img{aspect-ratio:1/1;object-fit:cover;width:100%}
.product-copy p{color:var(--muted);font-size:17px}
.included-list{
  display:grid;
  gap:12px;
  margin:24px 0;
}
.included-list div{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.included-list span{color:var(--muted)}
.note{
  background:#fff9e8;
  border:1px solid #d7b85e;
  color:#4f3d10;
  padding:16px;
  border-radius:8px;
  line-height:1.6;
}

.personalization{background:#fff}
.option-showcase{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.option-showcase article{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:8px;
  padding:18px;
  text-align:center;
}
.option-showcase p{color:var(--muted);font-size:14px;margin-bottom:0}
.rose-demo,.box-demo,.initial-demo{
  width:70px;height:70px;margin:0 auto 14px;border-radius:50%;
  border:1px solid var(--line);box-shadow:inset 0 0 0 8px rgba(255,255,255,.35);
}
.rose-white{background:#fff}
.rose-red{background:var(--red)}
.rose-mix{background:linear-gradient(90deg,#941d2b 0 50%,#fff 50% 100%)}
.box-demo{border-radius:8px}
.box-black{background:#111}
.box-white{background:#fff}
.initial-demo{
  display:grid;place-items:center;
  background:#fff;
  font-family:"Playfair Display",serif;
  font-size:38px;
  font-weight:900;
}

.reassurance{
  background:linear-gradient(180deg,#fff 0%,var(--bg) 100%);
}
.order-section{background:#fff}
.order-layout{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:42px;
  align-items:start;
}
.order-sidebar{
  position:sticky;
  top:110px;
}
.order-sidebar p{color:var(--muted)}
.checkout-summary{
  background:var(--ink);
  color:#fff;
  border-radius:8px;
  padding:24px;
  display:grid;
  gap:15px;
  margin:26px 0;
}
.checkout-summary div{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:13px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.checkout-summary div:last-child{border-bottom:0;padding-bottom:0}
.checkout-summary span{color:#cfc8bc}
.checkout-summary strong{font-size:23px}
.security-box{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:8px;
  padding:18px;
}
.security-box p{font-size:14px;margin-bottom:0}
.order-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:28px;
  box-shadow:var(--shadow);
}
.form-step{
  padding-bottom:26px;
  margin-bottom:26px;
  border-bottom:1px solid var(--line);
}
.step-title{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:18px;
}
.step-title span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-weight:950;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-grid.three-fields{grid-template-columns:.8fr 1fr 1fr}
label{
  display:block;
  font-weight:900;
  margin-bottom:16px;
  color:#2b2722;
}
input,textarea,select{
  width:100%;
  margin-top:8px;
  border:1px solid #d9cfbd;
  border-radius:8px;
  padding:14px 15px;
  background:#fff;
}
input:focus,textarea:focus,select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(197,160,93,.15);
  outline:none;
}
textarea{min-height:120px}
fieldset{border:0;padding:0;margin:0 0 18px}
legend{font-weight:950;margin-bottom:10px}
.choice-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.choice-grid.two{grid-template-columns:repeat(2,1fr)}
.choice{margin:0;cursor:pointer;position:relative}
.choice input{
  position:absolute;
  width:1px;
  height:1px;
  margin:0;
  opacity:0;
  pointer-events:none;
}
.choice span{
  min-height:58px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  padding:12px;
  border:1px solid #d9cfbd;
  border-radius:8px;
  background:#fff;
}
.choice input:checked + span{
  border-color:var(--ink);
  box-shadow:inset 0 0 0 2px var(--ink);
  background:var(--bg-soft);
}
.dot,.box-dot{
  width:22px;height:22px;border-radius:50%;
  border:1px solid #c7beae;display:inline-block;flex:0 0 auto;
}
.dot.white{background:#fff}
.dot.red{background:var(--red);border-color:var(--red)}
.dot.mix{background:linear-gradient(90deg,var(--red) 0 50%,#fff 50% 100%)}
.box-dot.black{background:#111}
.box-dot.white{background:#fff;border-radius:7px}
.initial-input{
  text-transform:uppercase;
  text-align:center;
  font-size:30px;
  font-weight:950;
  letter-spacing:0;
  max-width:180px;
}
.upload-area{
  display:grid;
  place-items:center;
  gap:8px;
  min-height:210px;
  text-align:center;
  border:2px dashed #cbbda7;
  border-radius:8px;
  padding:28px;
  background:var(--bg-soft);
  cursor:pointer;
}
.upload-area.dragover{border-color:var(--gold-2);background:#fff7df}
.upload-area input{display:none}
.upload-icon{
  display:grid;
  place-items:center;
  width:58px;height:58px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-size:30px;
}
.upload-area small{color:var(--muted)}
.upload-area em{font-style:normal;color:var(--gold-2);font-weight:950}
.video-preview{
  margin:16px 0;
  border-radius:8px;
  overflow:hidden;
  background:#000;
}
.video-preview video{width:100%;display:block;max-height:420px}
.live-summary{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:8px;
  padding:18px;
}
.live-summary p{margin:7px 0;line-height:1.5}
.check-row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:650;
  color:var(--muted);
}
.check-row input{width:auto;margin-top:4px}
.check-row a{text-decoration:underline;color:var(--ink);font-weight:900}
.alert{
  display:none;
  margin-top:16px;
  padding:14px 16px;
  border-radius:8px;
  font-weight:850;
  line-height:1.5;
}
.alert.success{display:block;background:#eaf7ef;color:var(--green)}
.alert.error{display:block;background:#fff0f0;color:var(--danger)}
.alert.info{display:block;background:#f1ecff;color:#493099}

.faq-section{background:var(--bg)}
.faq-list{max-width:900px;margin:0 auto}
details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:20px 22px;
  margin-bottom:12px;
}
summary{font-weight:950;font-size:18px;cursor:pointer}
details p{color:var(--muted);margin-bottom:0}

.footer{
  background:var(--ink);
  color:#fff;
  padding:44px 7vw;
  display:flex;
  justify-content:space-between;
  gap:28px;
}
.footer p{color:#cfc8bc;max-width:430px}
.footer nav{display:flex;gap:18px;flex-wrap:wrap;align-items:flex-start}
.footer a:hover{color:#e6d3ad}

.legal-page{
  max-width:950px;
  margin:0 auto;
  padding:76px 7vw;
}
.legal-page h1{
  font-size:56px;
}
.legal-page h2{
  font-family:Inter,sans-serif;
  font-size:25px;
  letter-spacing:0;
  margin-top:34px;
}
.legal-page p,.legal-page li{color:var(--muted)}
.legal-alert{
  background:#fff9e8;
  border:1px solid #d7b85e;
  border-radius:8px;
  padding:16px;
  color:#5d4710!important;
}
.admin-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:54px 7vw;
}
.admin-box{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:24px;
  box-shadow:var(--shadow);
  margin:18px 0;
}
.admin-toolbar{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:flex-end;
}
.orders-grid{display:grid;gap:16px;margin-top:22px}
.order-card{
  border:1px solid var(--line);
  border-radius:8px;
  padding:20px;
  background:var(--bg-soft);
}
.order-card header{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:16px;
}
.status-badge{
  border-radius:999px;
  padding:6px 10px;
  background:#fff;
  border:1px solid var(--line);
  font-size:13px;
  font-weight:950;
}
.order-card dl{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:8px 12px;
  margin:0;
}
.order-card dt{font-weight:950}
.order-card dd{margin:0;color:var(--muted);word-break:break-word}
.order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.order-actions .btn{min-height:42px;padding:0 15px;font-size:14px}

@media(max-width:1100px){
  h1{font-size:64px}
  h2{font-size:44px}
  .hero,.product-layout,.order-layout{grid-template-columns:1fr}
  .order-sidebar{position:static}
  .feature-grid.four,.option-showcase{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:880px){
  .social-proof,.feature-grid.three,.steps{grid-template-columns:1fr 1fr}
  .mini-card{display:none}
  .included-list div{grid-template-columns:1fr}
}
@media(max-width:720px){
  .top-offer{font-size:12px;flex-wrap:wrap}
  .site-header{padding:15px 5vw}
  .menu-toggle{display:block}
  .nav{
    display:none;
    position:absolute;
    left:5vw;
    right:5vw;
    top:74px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:8px;
    box-shadow:var(--shadow);
    padding:18px;
    flex-direction:column;
    align-items:stretch;
  }
  .nav.open{display:flex}
  .section{padding:58px 5vw}
  h1{font-size:44px;line-height:1.05}
  h2{font-size:34px;line-height:1.08}
  .legal-page h1{font-size:42px}
  .lead{font-size:17px}
  .hero-price strong{font-size:38px}
  .hero{min-height:auto;display:flex;flex-direction:column}
  .hero-media{order:-1;width:100%}
  .hero-copy{width:100%}
  .product-frame img{aspect-ratio:4/3}
  .hero-actions .btn{width:100%}
  .hero-price{flex-wrap:wrap}
  .trust-pills span{width:100%}
  .social-proof,.feature-grid.three,.feature-grid.four,.steps,.option-showcase,.form-grid,.form-grid.three-fields,.choice-grid,.choice-grid.two{grid-template-columns:1fr}
  .footer{flex-direction:column}
  .order-form{padding:20px;border-radius:8px}
  .order-card dl{grid-template-columns:1fr}
}

.optional{font-weight:700;color:var(--muted);font-size:14px}
