
:root{
  --navy:#071b34;
  --cream:#fff8ef;
  --soft:#f8eadf;
  --orange:#ff9f1c;
  --ink:#0b1830;
  --muted:#6f625b;
  --line:#ecd9c8;
  --shadow:0 18px 45px rgba(7,27,52,.12);
}
*{box-sizing:border-box}
body{margin:0;font-family:'Poppins',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font-family:inherit}

.topbar{background:var(--navy);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em}
.topbar-inner{max-width:1240px;margin:auto;padding:9px 22px;display:flex;justify-content:space-between;gap:18px}

.header{position:sticky;top:0;z-index:30;background:rgba(255,250,244,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(236,217,200,.75)}
.nav{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:10px 22px}
.logo img{width:82px;height:auto}
.menu{display:flex;gap:32px;align-items:center;font-size:13px;font-weight:900;letter-spacing:.05em}
.menu a{position:relative}
.menu a:hover:after,.menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--orange)}
.nav-actions{display:flex;align-items:center;gap:17px;font-size:21px}
.cart-button{background:transparent;border:0;cursor:pointer;font-size:23px}
.cart-count{background:var(--orange);color:#fff;border-radius:999px;font-size:11px;font-weight:900;line-height:1;padding:4px 6px;margin-left:-18px;margin-top:-20px}

/* New homepage hero with background image */
.hero-bg{
  min-height:78vh;
  background-image:
    linear-gradient(90deg, rgba(7,27,52,.72) 0%, rgba(7,27,52,.54) 42%, rgba(7,27,52,.22) 68%, rgba(7,27,52,.08) 100%),
    url("../assets/hero-image.webp");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
}
.hero-overlay{width:100%;padding:86px 22px}
.hero-content{max-width:900px;margin:auto;text-align:center;
}
.hero-content > *{max-width:900px;
    margin-left:auto;
    margin-right:auto;
}
.kicker{color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
h1{font-family:'Playfair Display',Georgia,serif;font-size:58px;line-height:1.04;color:#fff;margin:14px 0;text-shadow:0 3px 18px rgba(0,0,0,.28)}
h1 em{color:var(--orange);font-style:italic}
.lead{font-size:18px;color:#fff;max-width:570px;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.tagline{font-family:'Playfair Display',Georgia,serif;font-size:24px;color:#fff;margin:0 0 14px;font-style:italic;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.btn-row{display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
    margin:28px 0;
}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 26px;border-radius:8px;font-weight:900;border:1.5px solid var(--navy);transition:.2s;cursor:pointer}
.btn.primary{background:var(--navy);color:#fff}
.btn.secondary{background:#fff;color:var(--navy)}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:26px}
.hero-trust{max-width:900px;
    margin:30px auto 0;
}
.trust-card{display:flex;gap:10px;align-items:flex-start;font-size:12px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.25)}
.trust-card span{font-size:24px;color:var(--orange)}

.section{padding:68px 22px}
.section.alt{background:var(--cream)}
.container{max-width:1240px;margin:auto}
.center{text-align:center}
h2{font-size:30px;letter-spacing:.04em;color:var(--navy);margin:0}
.underline{width:72px;height:3px;background:var(--orange);border-radius:999px;margin:13px auto 32px}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(7,27,52,.06)}
.product-card img{aspect-ratio:1.25/1;object-fit:cover}
.product-info{text-align:center;padding:18px 16px 22px}
.product-info h3{margin:0 0 6px;color:var(--navy);font-size:18px}
.product-info p{color:var(--muted);margin:0 0 7px}
.price{color:var(--orange)!important;font-weight:900}
.small-btn{margin-top:10px;padding:9px 16px;border-radius:7px;border:1px solid var(--navy);background:#fff;color:var(--navy);font-weight:900;cursor:pointer;font-size:12px}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 8px 22px rgba(7,27,52,.05)}
.num{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#fff2df;color:var(--orange);font-size:22px;font-weight:900;margin-bottom:15px}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}

.upload-box{background:#fff;border:2px dashed #f2b766;border-radius:18px;padding:34px;text-align:center}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
input,textarea,select{width:100%;padding:14px;border:1px solid var(--line);border-radius:8px;margin:8px 0 15px;font:inherit;background:#fff}

.footer{background:var(--navy);color:#fff;padding:50px 22px 22px}
.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}
.footer-logo{width:95px;background:#fff;border-radius:50%;padding:5px}
.footer p,.footer a{color:#d9e1ea;font-size:14px}
.footer h4{margin:0 0 12px;color:#fff}
.bottom{text-align:center;border-top:1px solid rgba(255,255,255,.14);padding-top:18px;margin-top:30px;color:#c8d2dd;font-size:13px}

.cart-panel{position:fixed;right:-430px;top:0;width:390px;max-width:95vw;height:100vh;background:#fff;z-index:80;box-shadow:-20px 0 45px rgba(0,0,0,.2);transition:.25s;padding:24px;overflow:auto}
.cart-panel.open{right:0}
.close-cart{float:right;font-size:30px;cursor:pointer}
.cart-item{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:14px 0}
.cart-item button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:6px 9px;cursor:pointer}

@media(max-width:900px){
  .topbar-inner{display:none}
  .menu{display:none}
  .logo img{width:66px}
  .hero-bg{
    min-height:72vh;
    background-image:
      linear-gradient(rgba(7,27,52,.62), rgba(7,27,52,.46)),
      url("../assets/hero-image.webp");
    text-align:center;
  }
  .hero-overlay{padding:56px 20px}
  .hero-content > *{max-width:100%;margin-left:auto;margin-right:auto}
  h1{font-size:40px}
  .tagline{font-size:20px}
  .trust-row,.product-grid,.steps,.feature-strip,.footer-grid,.form-grid{grid-template-columns:1fr}
}


/* Update: trust cards moved out of the hero background image */
.trust-section{
  background:#fff;
  padding:28px 22px 10px;
}
.trust-row-below{
  max-width:1040px;
  margin:-34px auto 0;
  position:relative;
  z-index:5;
}
.trust-row-below .trust-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:20px 18px;
  color:var(--navy);
  text-shadow:none;
  box-shadow:0 12px 34px rgba(7,27,52,.10);
  align-items:center;
}
.trust-row-below .trust-card div{
  color:var(--muted);
  line-height:1.45;
}
.trust-row-below .trust-card b{
  color:var(--navy);
  font-size:15px;
}
.trust-row-below .trust-card span{
  color:var(--orange);
  width:42px;
  height:42px;
  min-width:42px;
  display:grid;
  place-items:center;
  background:#fff2df;
  border-radius:50%;
}
@media(max-width:900px){
  .trust-section{padding:22px 20px 0;}
  .trust-row-below{margin:-24px auto 0;}
  .trust-row-below .trust-card{padding:18px;}
}


/* LTBL Studios font update */
h1,h2,h3,h4,h5,h6,
.section-title,
.product-info h3,
.footer h4,
.cart-panel h2,
.cart-panel h3{
  font-family:'Playfair Display', Georgia, serif;
}

body,p,a,button,input,textarea,select,label,li,span,div,
.menu,
.kicker,
.price,
.small-btn,
.btn{
  font-family:'Poppins', Arial, sans-serif;
}

h1{
  font-weight:800;
}

h2{
  font-family:'Playfair Display', Georgia, serif;
  font-weight:800;
}

h3,h4{
  font-weight:700;
}


/* Product detail pages */
.product-card-link{
  display:block;
  height:100%;
}
.product-card-link .small-btn{
  display:inline-block;
}
.product-detail-section{
  padding:70px 22px;
  background:#fff;
}
.product-detail-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}
.product-gallery{
  background:#fff;
}
.product-main-image{
  width:100%;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 12px 34px rgba(7,27,52,.08);
  background:#fff;
}
.product-thumb-row{
  display:grid;
  grid-template-columns:120px 120px;
  gap:14px;
  margin-top:14px;
}
.product-thumb-row img{
  width:120px;
  height:120px;
  object-fit:cover;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}
.product-detail-info h1{
  color:var(--navy);
  text-shadow:none;
  margin-top:8px;
}
.product-price{
  color:var(--orange);
  font-weight:900;
  font-size:22px;
  margin:12px 0;
}
.product-description{
  color:var(--muted);
  font-size:17px;
}
.variant-box{
  margin:26px 0;
}
.variant-box h3{
  color:var(--navy);
  margin-bottom:12px;
}
.variant-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.variant-option{
  cursor:pointer;
}
.variant-option input{
  display:none;
}
.variant-option span,
.variant-option strong{
  display:block;
}
.variant-option{
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px;
  background:#fff;
  transition:.2s;
}
.variant-option:hover{
  border-color:var(--orange);
}
.variant-option:has(input:checked){
  border-color:var(--orange);
  box-shadow:0 8px 24px rgba(255,159,28,.18);
  background:#fff8ef;
}
.product-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:22px 0;
}
.product-add-btn{
  min-width:220px;
}
.product-note{
  background:#fff8ef;
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px;
  color:var(--muted);
}
.product-copy{
  max-width:900px;
}
.product-copy h2,
.product-copy h3{
  color:var(--navy);
}
.product-copy p,
.product-copy li{
  color:var(--muted);
}
.product-copy li{
  margin:8px 0;
}
@media(max-width:900px){
  .product-detail-layout{
    grid-template-columns:1fr;
  }
  .variant-grid{
    grid-template-columns:1fr;
  }
  .product-detail-info h1{
    font-size:40px;
  }
}
