:root{
  color-scheme: light;
  --creme:#F8F4EC;
  --bone:#ECE2D2;
  --oak:#AD9179;
  --clay:#6F5A4C;
  --ink:#151210;
  --ink-soft:#241E1A;
  --gold:#C9A54A;
  --gold-light:#E7CD8C;
  --gold-dark:#8a6d1c;
  --line: rgba(21,18,16,0.12);
  --shadow: 0 20px 60px rgba(21,18,16,0.22);
  --shadow-glossy: 0 14px 30px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.12), inset 0 -10px 20px rgba(0,0,0,0.25);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth; background:#F8F4EC;}
body{font-family:'Jost', sans-serif; background:var(--creme); color:var(--ink); -webkit-font-smoothing:antialiased;}
h1,h2,h3,h4{font-family:'Cormorant Garamond', serif; font-weight:500;}
a{color:inherit; text-decoration:none;}
img{display:block; max-width:100%;}
.container{max-width:1180px; margin:0 auto; padding:0 22px;}
.eyebrow{font-size:11px; letter-spacing:.32em; text-transform:uppercase; color:var(--clay); display:flex; align-items:center; gap:12px; font-weight:500;}
.eyebrow::before{content:''; width:26px; height:1px; background:var(--gold);}

/* ===== glossy surfaces — the core "glossy" language used across
   buttons, badges and panels: a soft highlight sweeping over a
   deep gradient, like lacquer or a glass-topped counter. ===== */
.glossy{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(155deg, var(--gold-light), var(--gold) 55%, #93732e);
  box-shadow:0 10px 26px rgba(180,146,79,.4), inset 0 1px 0 rgba(255,255,255,.55);
  border:1px solid rgba(255,255,255,.35);
}

button, .btn-primary, .btn-dark, .btn-ghost{font-family:'Jost', sans-serif; cursor:pointer; border:none; outline:none; display:inline-block; text-align:center;}

.btn-primary{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 50%),
    linear-gradient(155deg, var(--gold-light), var(--gold) 55%, #8f6f38);
  color:#211a10; padding:15px 30px; font-size:12.5px; letter-spacing:.16em; text-transform:uppercase; font-weight:600;
  box-shadow:0 10px 26px rgba(180,146,79,.45), inset 0 1px 0 rgba(255,255,255,.55);
  border:1px solid rgba(255,255,255,.3); transition:transform .3s ease, box-shadow .3s ease; border-radius:2px;
}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 16px 34px rgba(180,146,79,.55), inset 0 1px 0 rgba(255,255,255,.65);}

.btn-dark{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 50%),
    linear-gradient(160deg, #2b2521, var(--ink) 60%, #0c0a09);
  color:var(--creme); padding:14px 26px; font-size:12px; letter-spacing:.14em; text-transform:uppercase;
  box-shadow:0 8px 22px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.08);
  transition:all .3s ease; border-radius:2px;
}
.btn-dark:hover{transform:translateY(-1px); box-shadow:0 12px 28px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.18);}
.btn-dark.small{padding:8px 14px; font-size:10.5px;}
.btn-dark.danger{background-image:linear-gradient(180deg, rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 50%), linear-gradient(160deg,#5a2a24,#3a1512);}

.btn-ghost{background:rgba(21,18,16,.04); color:var(--ink); padding:14px 26px; font-size:12px; letter-spacing:.14em; text-transform:uppercase; border:1px solid var(--line);}

/* ===== nav ===== */
header.nav{position:sticky; top:0; z-index:500; background:rgba(248,244,236,0.9); backdrop-filter:blur(14px); border-bottom:1px solid var(--line);}
.nav-row{display:flex; align-items:center; justify-content:space-between; padding:13px 22px;}
.nav-logo img{height:30px;}
.nav-links{display:none; gap:26px; font-size:12.5px; letter-spacing:.08em; text-transform:uppercase; align-items:center;}
.nav-links a{color:var(--ink-soft);}
.nav-links .nav-cta{background:var(--ink); color:var(--gold-light); padding:8px 16px; border-radius:2px;}
.nav-actions{display:flex; align-items:center; gap:16px;}
.icon-btn{position:relative; width:22px; height:22px; display:flex; align-items:center; justify-content:center;}
.icon-btn svg{width:20px; height:20px; stroke:var(--ink); fill:none; stroke-width:1.4;}
.cart-count{position:absolute; top:-8px; right:-10px; background:var(--gold); color:var(--ink); font-size:10px; width:16px; height:16px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:700;}
.hamburger{display:flex; flex-direction:column; gap:5px; width:24px; background:none; border:none;}
.hamburger span{display:block; height:1.4px; width:100%; background:var(--ink);}
.mobile-menu{display:none; flex-direction:column; gap:2px; background:var(--ink); padding:0;}
.mobile-menu.open{display:flex;}
.mobile-menu a{color:var(--bone); font-family:'Cormorant Garamond',serif; font-size:20px; padding:14px 22px; border-bottom:1px solid rgba(255,255,255,.08);}

/* ===== flash ===== */
.flash{max-width:1180px; margin:14px auto 0; padding:12px 22px; font-size:13.5px; border-radius:2px;}
.flash-ok{background:#e8f3e6; color:#2b5c2a; border:1px solid #c3e0c0;}
.flash-error{background:#f7e5e2; color:#8c2f22; border:1px solid #eabdb4;}

/* ===== hero ===== */
.hero{position:relative; min-height:78vh; display:flex; align-items:flex-end; overflow:hidden;}
.hero-bg{position:absolute; inset:0; z-index:0;}
.hero-bg img{width:100%; height:100%; object-fit:cover; object-position:center 18%;}
.hero-bg::after{content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(21,18,16,.35) 0%, rgba(21,18,16,.2) 30%, rgba(21,18,16,.78) 100%);}
.hero-content{position:relative; z-index:2; padding-bottom:56px; color:var(--creme);}
.hero-eyebrow{font-size:11px; letter-spacing:.36em; text-transform:uppercase; color:var(--gold-light); display:flex; align-items:center; gap:12px; margin-bottom:16px;}
.hero-eyebrow::before{content:''; width:30px; height:1px; background:var(--gold-light);}
.hero h1{font-size:clamp(42px,12vw,72px); line-height:.98;}
.hero h1 em{font-style:normal; font-family:'Parisienne', cursive; font-size:1.05em; color:var(--gold-light); display:block;}
.hero p{max-width:420px; margin-top:18px; font-size:15px; line-height:1.75; color:rgba(248,244,236,.85);}
.hero-cta{display:flex; flex-wrap:wrap; gap:14px; margin-top:28px;}
.hero .btn-ghost{color:var(--creme); border-color:rgba(248,244,236,.45); background:rgba(248,244,236,.08);}
.hero .btn-ghost:hover{background:rgba(248,244,236,.16);}

/* ===== sections ===== */
section{padding:70px 0;}
.sec-head{margin-bottom:34px;}
.sec-head h2{font-size:clamp(28px,6vw,40px); margin-top:12px;}
.lede{color:var(--clay); font-size:14.5px; margin-top:10px; max-width:480px;}
.services{background:var(--bone);}
.svc-grid{display:grid; grid-template-columns:1fr; gap:14px; margin-top:20px;}
.svc-card{background:var(--creme); padding:26px 22px; border:1px solid var(--line);}
.svc-card .idx{font-family:'Cormorant Garamond',serif; font-size:13px; color:var(--gold);}
.svc-card h3{font-size:22px; margin-top:10px;}
.svc-card p{font-size:13.5px; color:var(--clay); margin-top:8px; line-height:1.6;}

/* ===== products ===== */
.product-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:22px;}
.p-card{background:var(--bone); overflow:hidden; display:block;}
.p-img{position:relative; aspect-ratio:3/4; overflow:hidden;}
.p-img img{width:100%; height:100%; object-fit:cover;}
.p-tag{position:absolute; top:10px; left:10px; background:var(--ink); color:var(--gold-light); font-size:9px; letter-spacing:.1em; text-transform:uppercase; padding:5px 9px; z-index:2;}
.p-tag.sold-out{background:#5a2a24;}
.p-info{padding:14px;}
.p-info h4{font-size:15.5px; font-weight:500;}
.p-meta{font-size:10.5px; color:var(--clay); margin-top:4px;}
.p-price{font-family:'Cormorant Garamond',serif; font-size:18px; margin-top:8px;}
.p-price.large{font-size:26px; margin:14px 0;}
.shop-tabs{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:8px;}
.tab{padding:8px 16px; font-size:11px; letter-spacing:.1em; text-transform:uppercase; border:1px solid var(--line); color:var(--clay);}
.tab.active{background:var(--ink); color:var(--gold-light); border-color:var(--ink);}

/* ===== product page ===== */
.product-grid-2{display:grid; grid-template-columns:1fr; gap:30px; padding:20px 0 60px;}
.product-media img{width:100%; box-shadow:var(--shadow);}
.product-desc{margin:14px 0; color:var(--ink-soft); line-height:1.7; font-size:14.5px;}
.stock-note{font-size:12.5px; color:var(--clay); margin-bottom:16px;}

/* ===== cart / checkout ===== */
.cart-table{margin-top:20px;}
.cart-row{display:grid; grid-template-columns:70px 1fr auto; gap:14px; align-items:center; padding:14px 0; border-bottom:1px solid var(--line);}
.cart-row img{width:70px; height:88px; object-fit:cover;}
.cart-row-info h5{font-size:14.5px;}
.qty-form{display:flex; gap:8px; align-items:center; margin-top:8px;}
.qty-form input{width:56px; padding:6px; border:1px solid var(--line); background:none;}
.cart-summary{margin-top:24px; max-width:320px; margin-left:auto;}
.cart-total-row{display:flex; justify-content:space-between; font-size:16px; margin-bottom:14px;}
.cart-total-row b{font-family:'Cormorant Garamond',serif; font-size:22px;}
.checkout-grid{display:grid; grid-template-columns:1fr; gap:34px; padding:20px 0 60px;}
.checkout-line{display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--line); font-size:14px;}
.checkout-line.total{font-family:'Cormorant Garamond',serif; font-size:20px; border-bottom:none; margin-top:6px;}
.checkout-pay{background:var(--bone); padding:24px; border:1px solid var(--line);}
.pay-note{font-size:11.5px; color:var(--clay); margin-top:10px; text-align:center;}

/* ===== auth ===== */
.auth-page{padding:70px 0; display:flex; justify-content:center;}
.auth-card{background:var(--bone); padding:34px 28px; max-width:380px; width:100%; border:1px solid var(--line);}
.auth-switch{margin-top:16px; font-size:13px; color:var(--clay); text-align:center;}
.field{margin-bottom:16px;}
.field label{font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--clay); display:block; margin-bottom:6px;}
.field input, .field select, .field textarea{width:100%; padding:10px; border:1px solid var(--line); background:var(--creme); font-family:'Jost',sans-serif; font-size:14.5px;}
.field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.checkbox{display:flex; align-items:center; gap:8px; font-size:13px; margin:8px 0;}

/* ===== account ===== */
.account-page{padding:50px 0 90px;}
.acc-sub{margin-top:34px; margin-bottom:14px; font-size:20px;}
.acc-row{display:grid; grid-template-columns:1fr auto auto; gap:14px; align-items:center; padding:14px 0; border-bottom:1px solid var(--line); font-size:14px;}
.muted{color:var(--clay); font-size:13px;}
.status{font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; padding:5px 10px; border-radius:2px; display:inline-block;}
.status-confirmed, .status-paid{background:#e8f3e6; color:#2b5c2a;}
.status-pending_payment, .status-pending, .status-whatsapp_pending{background:#f6efdb; color:#8a6d1c;}
.status-cancelled{background:#f7e5e2; color:#8c2f22;}

/* ===== booking ===== */
.booking-page{padding:60px 0 90px; max-width:520px;}
.book-form-page{margin-top:24px;}

/* ===== admin ===== */
.admin-page{padding:50px 0 90px;}
.admin-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:24px; flex-wrap:wrap; gap:12px;}
.admin-stats{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:24px 0;}
.admin-stats .stat{background:var(--bone); padding:20px; text-align:center;}
.admin-stats .n{font-family:'Cormorant Garamond',serif; font-size:28px; color:var(--gold);}
.admin-stats .l{font-size:10.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--clay); margin-top:4px;}
.admin-links{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px;}
.admin-table{width:100%; border-collapse:collapse; margin-top:14px; font-size:13px;}
.admin-table th{text-align:left; font-size:10.5px; text-transform:uppercase; letter-spacing:.06em; color:var(--clay); padding:8px; border-bottom:2px solid var(--line);}
.admin-table td{padding:10px 8px; border-bottom:1px solid var(--line); vertical-align:middle;}
.admin-thumb{width:44px; height:56px; object-fit:cover;}
.admin-form{max-width:520px; margin-top:16px;}
.inline-edit{display:flex; gap:10px; align-items:center; flex-wrap:wrap;}

/* ===== footer ===== */
footer{background:var(--ink); color:rgba(248,244,236,.72); padding:56px 0 26px;}
.foot-grid{display:grid; grid-template-columns:1fr; gap:30px; padding-bottom:34px; border-bottom:1px solid rgba(248,244,236,.12);}
.foot-brand img{height:26px; filter:brightness(0) invert(1); margin-bottom:12px;}
.foot-brand p{font-size:13px; color:rgba(248,244,236,.55); max-width:260px; line-height:1.7;}
.foot-col h5{font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--gold-light); margin-bottom:12px;}
.foot-col a, .foot-col p{display:block; font-size:13px; padding:4px 0; color:rgba(248,244,236,.72);}
.foot-bottom{padding-top:20px; font-size:11.5px; color:rgba(248,244,236,.4);}

/* ===== glossy black WhatsApp float ===== */
.wa-float{
  position:fixed; right:18px; bottom:18px; z-index:400; width:58px; height:58px; border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 45%),
    radial-gradient(120% 140% at 30% 15%, #3a3632 0%, #17130f 55%, #050403 100%);
  box-shadow:0 16px 34px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.25), inset 0 -8px 16px rgba(0,0,0,.5);
  border:1px solid rgba(255,255,255,.12);
  transition:transform .3s ease;
}
.wa-float:hover{transform:translateY(-3px);}
.wa-float svg{width:27px; height:27px; fill:var(--gold-light);}

@media(min-width:860px){
  .nav-links{display:flex;}
  .hamburger{display:none;}
  .hero{min-height:88vh;}
  section{padding:100px 0;}
  .svc-grid{grid-template-columns:repeat(3,1fr);}
  .product-grid{grid-template-columns:repeat(4,1fr); gap:18px;}
  .product-grid-2{grid-template-columns:1fr 1fr; gap:60px;}
  .checkout-grid{grid-template-columns:1.3fr 1fr;}
  .foot-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;}
}

/* =========================================================
   PREMIUM EDITORIAL LAYER
   Matches Leonah Studio's own brand collateral: soft grey
   watercolor texture, a refined serif paired with a cursive
   script accent for headings — used throughout the studio's
   own booking-policy / price-list graphics.
   ========================================================= */

.script-accent{font-family:'Parisienne', cursive; font-weight:400; font-size:1.15em; line-height:1; display:inline-block; color:var(--gold-dark);}

/* soft watercolor mist background, used behind long-form editorial
   content (policy pages, price list, journal) */
.mist-bg{
  background-color:var(--creme);
  background-image:
    radial-gradient(ellipse 60% 40% at 15% 8%, rgba(173,145,121,.10), transparent 60%),
    radial-gradient(ellipse 50% 35% at 90% 15%, rgba(201,165,74,.08), transparent 55%),
    radial-gradient(ellipse 55% 45% at 25% 95%, rgba(111,90,76,.07), transparent 60%);
}

.foot-bottom{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px;}
.foot-bottom a{color:rgba(248,244,236,.55);}
.foot-bottom a:hover{color:var(--gold-light);}

/* ===== policy / legal / hair-guide pages ===== */
.policy-page{padding:70px 0 90px; max-width:760px;}
.policy-page h1{font-size:clamp(32px,5vw,46px); text-align:center; margin:14px 0 10px; font-weight:500;}
.policy-disclaimer{background:#f6efdb; color:#8a6d1c; border:1px solid #e9d9a3; border-radius:2px; padding:14px 18px; font-size:12.5px; line-height:1.6; margin:18px 0 30px;}
.policy-section{margin-top:30px;}
.policy-section h3{font-size:19px; letter-spacing:.02em; margin-bottom:10px; color:var(--ink-soft);}
.policy-section p{font-size:14.5px; line-height:1.85; color:var(--clay); margin-bottom:10px;}
.policy-section ul{padding-left:20px; margin:0;}
.policy-section li{font-size:14.5px; line-height:1.85; color:var(--clay); margin-bottom:6px;}
.policy-cta{text-align:center; margin-top:44px;}
.policy-footer{text-align:center; margin-top:50px; font-size:12px; letter-spacing:.08em; color:var(--oak); text-transform:uppercase;}

/* ===== price list ===== */
.price-group{margin-top:38px;}
.price-group h3{font-family:'Cormorant Garamond',serif; font-size:24px; font-weight:500; letter-spacing:.04em; text-transform:uppercase; border-bottom:1px solid var(--line); padding-bottom:10px; margin-bottom:6px;}
.price-row{display:flex; justify-content:space-between; align-items:baseline; padding:12px 0; border-bottom:1px dashed var(--line); gap:16px;}
.price-row-name{display:block; font-size:15.5px; color:var(--ink-soft);}
.price-row-desc{display:block; font-size:12.5px; color:var(--oak); margin-top:2px;}
.price-row-amount{font-family:'Cormorant Garamond',serif; font-size:19px; white-space:nowrap;}
.price-row-link{cursor:pointer; transition:background .18s ease, padding-left .18s ease; border-radius:2px;}
.price-row-link:hover{background:rgba(201,165,74,.08); padding-left:8px;}
.price-row-book{display:block; font-family:'Jost',sans-serif; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-dark); margin-top:3px;}

/* ===== journal / beauty tips ===== */
.tips-page{padding:70px 0 90px;}
.tips-page h1{text-align:center; font-size:clamp(32px,5vw,46px); margin:14px 0 40px;}
.tips-grid{display:grid; grid-template-columns:1fr; gap:18px;}
.tip-card{background:#fff; border:1px solid var(--line); border-radius:3px; padding:26px; transition:box-shadow .25s ease, transform .25s ease;}
.tip-card:hover{box-shadow:0 14px 30px rgba(21,18,16,.10); transform:translateY(-2px);}
.tip-card h3{font-size:21px; margin-bottom:8px; font-weight:500;}
.tip-card p{font-size:14px; color:var(--clay); line-height:1.7;}
.tip-read{display:inline-block; margin-top:14px; font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--gold);}

/* ===== pre-order tag/note ===== */
.p-tag.preorder{background:var(--ink); color:var(--gold-light);}
.preorder-note{font-size:13px; color:#8a6d1c; background:#f6efdb; border:1px solid #e9d9a3; padding:10px 14px; border-radius:2px; margin:10px 0;}
.tag-inline{font-size:10px; letter-spacing:.08em; text-transform:uppercase; background:var(--ink); color:var(--gold-light); padding:2px 8px; border-radius:2px; vertical-align:middle;}

/* ===== booking policy agreement checkbox ===== */
.policy-agree{display:flex; align-items:flex-start; gap:8px; font-size:12.5px; color:var(--clay); line-height:1.6; margin:6px 0 18px;}
.policy-agree input{margin-top:3px;}
.policy-agree a{color:var(--ink-soft); text-decoration:underline;}

/* ===== in-salon till (POS) ===== */
.pos-grid{display:grid; grid-template-columns:1fr; gap:10px; margin-top:20px;}
.pos-item{display:flex; align-items:center; gap:12px; border:1px solid var(--line); border-radius:3px; padding:10px; background:#fff;}
.pos-item img{width:48px; height:48px; object-fit:cover; border-radius:2px; flex-shrink:0;}
.pos-item-info{flex:1; display:flex; flex-direction:column; gap:2px;}
.pos-item-info b{font-size:14px;}
.pos-item-info span{font-size:12px; color:var(--oak);}
.pos-qty{display:flex; align-items:center; gap:10px;}
.pos-qty button{width:30px; height:30px; border-radius:50%; background:var(--ink); color:#fff; font-size:16px; line-height:1;}
.pos-qty-val{min-width:18px; text-align:center; font-weight:600;}
.pos-summary{display:flex; flex-wrap:wrap; align-items:center; gap:14px; margin-top:22px; padding-top:18px; border-top:1px solid var(--line);}
.pos-summary select{padding:10px 12px; border:1px solid var(--line); border-radius:2px; font-family:'Jost',sans-serif;}

/* ===== small utility classes used across new pages ===== */
.muted{color:var(--oak);}
.muted.small, .small{font-size:12px;}
.acc-row .muted.small{display:block; margin-top:2px;}

@media(min-width:640px){
  .tips-grid{grid-template-columns:1fr 1fr;}
  .pos-grid{grid-template-columns:1fr 1fr;}
}
