:root{--bord:#6C1A17;--beige:#F6EFE8;--rose:#C59D84;--bg:#FAF9F7;--text:#2C2C2C}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}
h1,h2,h3{font-family:'Playfair Display',serif;color:#42110f}
h1{font-size:clamp(2rem,3.5vw,3rem);line-height:1.2}
h2{font-size:clamp(1.6rem,2.6vw,2.2rem);margin:0 0 .5rem}
h3{font-size:1.1rem;margin:.4rem 0}
.container{width:min(1100px,92%);margin-inline:auto}
.topbar{background:var(--bord);color:#fff;text-align:center;padding:.45rem .75rem;font-weight:500}
.header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #eee;}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;}
.logo{height:44px;width:auto}
.nav a{margin-left:1rem;text-decoration:none;color:#222;font-weight:500;transition:.2s;}
.nav a.btn{margin-left:1.5rem; color:#fff !important}
.nav-toggle{display:none;background:none;border:0;font-size:1.3rem}
@media (max-width:800px){.nav{display:none}.nav-toggle{display:block}}
.btn{background:var(--bord);color:#fff;border:none;padding:.75rem 1.1rem;border-radius:8px;text-decoration:none;display:inline-block;font-weight:600;cursor:pointer;transition:.2s transform ease}
.btn:hover{transform:translateY(-1px)}
.btn.outline{background:transparent;color:var(--bord);border:2px solid var(--bord)}
.btn.small{padding:.5rem .8rem;font-size:.9rem}
.section{padding:3.2rem 0}
.section.soft{background:#fff}
.section-sub{margin:-.25rem 0 1.2rem;color:#777}
.hero{padding:3.5rem 0 2.5rem;background:linear-gradient(120deg,rgba(108,26,23,.06),transparent)}
.hero-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}
.hero-text p{max-width:48ch}
.hero-media .ph{height:360px}
@media(max-width:920px){.hero-inner{grid-template-columns:1fr}.hero-media{order:-1}}
.ph{background:var(--beige);border:1px dashed var(--rose);color:#8c6f5e;display:flex;align-items:center;justify-content:center;border-radius:14px;height:240px}
.media-ph{height:360px}
.tall{height:320px}
.grid.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.2rem}
.product{background:#fff;border-radius:16px;padding:1rem;border:1px solid #eee;display:flex;flex-direction:column}
.product .price{font-weight:700;color:var(--bord)}
.about{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}
@media(max-width:900px){.about{grid-template-columns:1fr}}
.ticks{list-style:none;padding:0;margin:1rem 0 0}
.ticks li{margin:.25rem 0;padding-left:1.3rem;position:relative}
.ticks li:before{content:'✓';color:var(--bord);position:absolute;left:0}
.order-form{max-width:760px;background:#fff;border:1px solid #eee;border-radius:16px;padding:1rem;margin-top:.75rem}
.field{margin:.6rem 0;display:flex;flex-direction:column;gap:.35rem}
.field.two{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.field input,.field select,.field textarea{padding:.7rem .8rem;border:1px solid #ddd;border-radius:10px;font:inherit;background:#fff}
.field textarea{min-height:100px;resize:vertical}
.form-msg{margin-top:.6rem;font-weight:600}
.footer{background:#000;color:#fff;padding:2.2rem 0;margin-top:3rem;}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.footer a{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:.2s;} .footer a:hover{opacity:.8;}
.wa-btn{position:fixed;right:16px;bottom:16px;background:#25D366;color:#fff;padding:.85rem 1rem;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 8px 20px rgba(37,211,102,.35)}


/* ===== Mobile enhancements ===== */
@media (max-width: 820px){
  .logo{height:72px; max-height:72px}
  .header-inner{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;}
  .nav{display:none; position:absolute; top:64px; right:0; background:#fff; border-left:1px solid #eee; border-bottom:1px solid #eee; padding:.8rem; width:min(88%,320px); box-shadow:0 12px 30px rgba(0,0,0,.06); border-radius:0 0 0 12px}
  .nav a{margin-left:1rem;text-decoration:none;color:#222;font-weight:500;transition:.2s;}
  .nav a.btn{display:block; text-align:center; margin:.5rem 0 0; padding:.7rem .9rem}
  .nav.open{display:block}
  .hero{padding:2.2rem 0 1.2rem}
  .hero-inner{grid-template-columns:1fr; gap:1rem}
  .hero-media .ph{height:220px}
  .section{padding:2rem 0}
  .grid.products{grid-template-columns:1fr}
  .product{padding:.9rem}
  .order-form{padding:.9rem}
  .field.two{grid-template-columns:1fr}
  .footer-inner{flex-direction:column; align-items:flex-start}
  .wa-btn{right:12px; bottom:12px; padding:.7rem .9rem}
}
/* Extra small devices */
@media (max-width:480px){
  h1{font-size:1.6rem}
  h2{font-size:1.25rem}
  .logo{height:64px; max-height:64px}
  .hero-media .ph{height:180px}
  .btn{width:100%; text-align:center}
}

.hero-img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid #eee;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
@media(max-width:920px){.hero-img{height:220px}}
@media(max-width:480px){.hero-img{height:180px}}

.lookbook-img{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid #eee;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}
@media(max-width:900px){.lookbook-img{height:220px}}


.social-icon{
  width:28px;
  height:28px;
  fill:#fff;
  margin-right:20px;
  opacity:0;
  transform:translateY(10px);
  animation:fadeInIcons 1s ease forwards;
}
.social-icon:hover{
  filter:drop-shadow(0 0 6px #C59D84);
  transform:scale(1.1);
}
@keyframes fadeInIcons{
  from{opacity:0;transform:translateY(10px);}
  to{opacity:1;transform:translateY(0);}
}



/* ==== Improved Mobile Nav & Icons ==== */
.nav-overlay{
  position:fixed; inset:0; background:rgba(0,0,0,.45); display:none; z-index:9;
}
body.nav-open .nav-overlay{display:block}
@media (max-width: 920px){
  .nav{display:none; position:fixed; top:0; right:0; height:100vh; width:min(82%, 360px);
       background:#fff; border-left:1px solid #eee; box-shadow:-10px 0 30px rgba(0,0,0,.12); padding:1rem;
       z-index:10; overflow:auto;}
  .nav.open{display:block}
  .nav a{display:block; padding:.9rem .6rem; margin:.2rem 0; border-radius:10px; color:#222}
  .nav a.btn{display:block; text-align:center; margin-top:.6rem; background:var(--bord); color:#fff !important}
  .header-inner{padding:.6rem .6rem}
  .logo{height:160px; max-height:160px}
}
@media (max-width: 520px){
  .logo{height:128px; max-height:128px}
}

/* Footer icon buttons (uniform) */
.footer .socials{display:flex; align-items:center; gap:20px}
.icon-btn{
  width:44px; height:44px; border-radius:50%;
  border:1px solid rgba(255,255,255,.6);
  display:inline-flex; align-items:center; justify-content:center;
  transition:.2s ease; background:transparent;
}
.icon-btn:hover{transform:translateY(-2px); box-shadow:0 0 10px rgba(197,157,132,.45)}
.icon-btn svg{width:28px; height:28px; fill:#fff; display:block}

/* Mobile header adjustments */
@media (max-width: 920px){
  .header-inner{padding-top:.2rem !important; padding-bottom:.2rem !important;}
}


/* ===== Deep mobile fixes ===== */
:root{
  --header-h-mobile: 72px;
}
@media (max-width: 920px){
  .topbar{font-size:.9rem; padding:.35rem .6rem}
  .header{position:sticky; top:0; z-index:1000; background:#fff; border-bottom:1px solid #eee}
  .header-inner{padding:.3rem .6rem; min-height:var(--header-h-mobile); align-items:center}
  .logo{height:110px; max-height:110px}
  .nav-toggle{display:block; font-size:1.45rem; line-height:1; padding:.35rem .5rem; margin-left:.4rem; color:#222}
  .nav{display:none; position:fixed; inset:auto 0 0 auto; top:var(--header-h-mobile); right:0; height:calc(100vh - var(--header-h-mobile));
       width:min(82%, 360px); background:#fff; border-left:1px solid #eee; box-shadow:-10px 0 30px rgba(0,0,0,.12);
       padding:1rem; z-index:1001; overflow:auto; border-top:1px solid #eee}
  .nav.open{display:block}
  .nav a{display:block; padding:1rem .8rem; margin:.25rem 0; border-radius:12px; color:#222; background:#f9f9f9}
  .nav a:hover{background:#f1f1f1}
  .nav a.btn{display:block; text-align:center; margin-top:.8rem; background:var(--bord); color:#fff !important}
  .nav-overlay{position:fixed; inset:0; background:rgba(0,0,0,.45); display:none; z-index:999}
  body.nav-open .nav-overlay{display:block}
  body.nav-open, html.nav-open{overflow:hidden}
  /* push content slightly below sticky header to avoid jump */
  body > .hero, body > .section:first-of-type{scroll-margin-top:var(--header-h-mobile)}
  .hero{padding:1.6rem 0 1.2rem}
  .hero-inner{grid-template-columns:1fr; gap:1rem}
  .hero-img, .hero-media .ph{height:200px}
  .section{padding:1.6rem 0}
  .grid.products{grid-template-columns:1fr}
  .order-form{padding:.9rem}
  .field.two{grid-template-columns:1fr}
  .footer-inner{flex-direction:column; align-items:flex-start; gap:1rem}
  .wa-btn{right:12px; bottom:12px; padding:.7rem .9rem; z-index:1100}
}
@media (max-width: 520px){
  :root{--header-h-mobile: 64px}
  .header-inner{padding:.25rem .5rem}
  .logo{height:92px; max-height:92px}
  .nav-toggle{font-size:1.35rem}
  .hero-img, .hero-media .ph{height:180px}
  .btn{width:100%; text-align:center}
}

.prod-img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #eee;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}
@media(max-width:900px){.prod-img{height:220px}}

/* Hover zoom effect for product images */
.product:hover .prod-img{
  transform: scale(1.05);
  transition: transform .4s ease-in-out;
}
.prod-img{
  transition: transform .4s ease-in-out;
}

/* ===== Full-screen Hero (premium) ===== */
.hero-full{
  min-height:100vh;
  display:flex;
  align-items:center;
  background: var(--hero-bg, #F6EFE8); /* soft beige rosé for premium contrast */
  padding:0;
}
.hero-stack{
  display:flex; flex-direction:column; align-items:center; text-align:center; gap:1rem;
  padding:5vh 0;
}
.hero-title{
  animation:fadeUp .8s ease both; max-width:18ch;
}
.hero-media{width:100%}
.hero-img{
  width:100%; max-height:56vh; height:auto; object-fit:cover;
  border-radius:14px; border:1px solid #eee; box-shadow:0 18px 40px rgba(0,0,0,.08);
  opacity:0;
}
.hero-animate{animation:zoomFade 1.2s ease .15s forwards}
.hero-sub{
  font-size:1.05rem; color:#5a4f49; max-width:42ch;
  animation:fadeUp .9s ease .2s both;
}
.hero-cta .btn{
  animation:fadeUp 1s ease .3s both;
  box-shadow:0 8px 20px rgba(108,26,23,.18);
}
.hero-cta .btn:hover{filter:drop-shadow(0 0 6px #C59D84)}

/* Animations */
@keyframes fadeUp{
  from{opacity:0; transform:translateY(12px)}
  to{opacity:1; transform:translateY(0)}
}
@keyframes zoomFade{
  0%{opacity:0; transform:scale(1.03)}
  100%{opacity:1; transform:scale(1)}
}

@media(max-width:920px){
  .hero-title{font-size:1.8rem}
  .hero-img{max-height:48vh}
  .hero-sub{font-size:1rem}
}
@media(max-width:520px){
  .hero-title{font-size:1.6rem}
  .hero-img{max-height:42vh}
}

/* ===== Cover Photo above full-screen hero ===== */
.hero-photo{
  width:100%;
  background:#fff;
  display:flex;
  justify-content:center;
  margin-top:12px; /* subtle breathing space under header */
  overflow:hidden;
}
.hero-photo-img{
  width:100%;
  max-height:85vh;
  object-fit:cover;
  opacity:0;
  animation:fadeInUp 1.1s ease forwards;
}
@keyframes fadeInUp{
  from{opacity:0; transform:translateY(16px)}
  to{opacity:1; transform:translateY(0)}
}
@media(max-width:520px){
  .hero-photo{margin-top:8px}
  .hero-photo-img{max-height:70vh}
}

/* ===== Cover Photo (full-bleed above hero) ===== */
.hero-photo{
  width:100%;
  background:#fff;
  display:flex;
  justify-content:center;
  overflow:hidden;
  margin-top:10px; /* small breathing space below header */
}
.hero-photo-img{
  width:100%;
  max-height:85vh;
  height:auto;
  object-fit:cover;
  opacity:0;
  animation:fadeInUp 1s ease forwards;
}
@keyframes fadeInUp{
  from{opacity:0; transform:translateY(16px)}
  to{opacity:1; transform:translateY(0)}
}
@media (max-width: 920px){
  .hero-photo{margin-top:8px}
  .hero-photo-img{max-height:72vh}
}

/* ===== Background Image Hero ===== */
.hero-bg{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  isolation:isolate;
  color:#2C2C2C;
}
.hero-bg::before{
  content:"";
  position:absolute; inset:0;
  background:url("assets/banner-bg.jpg") center center/cover no-repeat;
  transform:scale(1.03);
  animation:heroZoom 12s ease-out forwards;
  z-index:-2;
}
.hero-bg::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(108,26,23,.28), rgba(0,0,0,.1) 60%, rgba(108,26,23,.18));
  z-index:-1;
}
.hero-bg .hero-title, .hero-bg .hero-sub, .hero-bg .btn{color:#fff}
.hero-bg-inner{
  text-align:center;
  display:flex; flex-direction:column; align-items:center; gap:1rem;
  padding:6vh 0;
}
.hero-bg .hero-title{max-width:20ch; text-shadow:0 2px 20px rgba(0,0,0,.35); animation:fadeUp .8s both}
.hero-bg .hero-sub{max-width:44ch; opacity:.95; animation:fadeUp .9s .1s both}
.hero-bg .btn{animation:fadeUp 1s .2s both; box-shadow:0 10px 28px rgba(108,26,23,.35)}
.hero-bg .btn:hover{filter:drop-shadow(0 0 6px #C59D84)}

@keyframes heroZoom{
  0%{transform:scale(1.08); opacity:.85}
  100%{transform:scale(1); opacity:1}
}

@media(max-width:920px){
  .hero-bg .hero-title{font-size:1.8rem}
  .hero-bg .hero-sub{font-size:1rem}
}
@media(max-width:520px){
  .hero-bg{min-height:88vh}
  .hero-bg .hero-title{font-size:1.55rem}
}

/* Mobile hero height adjustment */
@media (max-width: 920px){
  .hero-bg{min-height:78vh;}
}
@media (max-width: 520px){
  .hero-bg{min-height:68vh;}
}

/* ===== Modal Thank You ===== */
.modal{position:fixed; inset:0; display:none; align-items:center; justify-content:center; z-index:1200}
.modal.show{display:flex}
.modal-backdrop{position:absolute; inset:0; background:rgba(0,0,0,.45); backdrop-filter:saturate(120%) blur(2px)}
.modal-card{position:relative; background:#fff; padding:1.4rem; border-radius:16px; width:min(92%, 520px); border:1px solid #eee; box-shadow:0 15px 40px rgba(0,0,0,.18); text-align:center}
.modal-card h3{margin:.2rem 0 .4rem; font-family:'Playfair Display',serif}
.modal-card p{color:#555; margin:0 0 .8rem}
.product{cursor:default}
.product .add-to-order{cursor:pointer}
.product .prod-img, .product h3{cursor:pointer}

/* Instagram monochrome icon (auto-inherits text color) */
.social { display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; transition: transform .15s ease, opacity .15s ease; }
.social:hover { transform: translateY(-1px); }
.social.is-mono svg { color: currentColor; }
.social.is-mono:hover { opacity:.85; }
