:root{
  --cream:#f8f1e7;
  --espresso:#2b1a14;
  --gold:#c9a96a;
  --beige:#d8bfa5;
  --rose:#b76e5b;
  --white:#fff9f2;
  --muted:#6f5745;
  --line:#eadfce;
  --green:#14532d;
  --red:#8a1111;
  --radius:28px;
  --shadow:0 24px 70px rgba(43,26,20,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--espresso);font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img,video{display:block;max-width:100%}
h1,h2,.display{font-family:"Playfair Display",Georgia,serif;font-weight:700;letter-spacing:-.035em;line-height:1.08;text-wrap:balance}
h1{font-size:clamp(2.3rem,4.8vw,5.3rem);margin:0}
h2{font-size:clamp(1.65rem,3vw,3rem);margin:0}
h3,p{margin:0}
a{text-decoration:none;color:inherit}
.eyebrow{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:#8b7460}
.site-header{position:sticky;top:0;z-index:60;background:rgba(248,241,231,.74);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.3s}
.site-header.scrolled{background:rgba(248,241,231,.95);border-color:var(--line);box-shadow:0 16px 50px rgba(43,26,20,.06)}
.header-inner{max-width:1320px;margin:auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{border:0;background:transparent;text-align:left;color:var(--espresso);padding:0}
.brand strong{display:block;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.brand span{display:block;margin-top:2px;color:#8b7460;text-transform:uppercase;font-size:9px;letter-spacing:.16em}
.desktop-nav{display:flex;align-items:center;gap:18px}
.desktop-nav button,.footer button,.mobile-menu button{border:0;background:transparent;color:inherit}
.desktop-nav button{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#8b7460;padding:8px 0}
.desktop-nav button.active,.desktop-nav button:hover{color:var(--espresso)}
.header-actions{display:flex;align-items:center;gap:8px}
.btn{border:1px solid var(--espresso);border-radius:18px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--espresso);color:var(--white)}
.btn-light{background:var(--white);color:var(--espresso);border-color:var(--beige)}
.btn-gold{background:var(--gold);border-color:var(--gold);color:var(--espresso)}
.full{width:100%}
.cart-btn,.menu-btn{position:relative;width:42px;height:42px;border-radius:18px;border:1px solid var(--espresso);background:var(--espresso);color:var(--white)}
.cart-btn span{position:absolute;right:-7px;top:-7px;background:var(--white);color:var(--espresso);border:1px solid var(--espresso);min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;font-size:11px;font-weight:900}
.menu-btn{display:none;background:transparent;color:var(--espresso);border-color:var(--beige)}
.mobile-menu{display:none}
.section{padding:72px 20px}
.section-inner{max-width:1320px;margin:auto}
.hero{padding:56px 20px 76px}
.hero-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
.hero-copy p{margin-top:24px;max-width:680px;color:var(--muted);font-size:15px;line-height:1.75}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-media{position:relative;min-height:560px}
.hero-main{position:absolute;left:0;top:0;width:76%;height:88%;border-radius:34px;overflow:hidden;box-shadow:0 34px 90px rgba(43,26,20,.16)}
.hero-small{position:absolute;right:0;top:10%;width:52%;height:46%;border:10px solid var(--cream);border-radius:34px;overflow:hidden;box-shadow:0 34px 80px rgba(43,26,20,.14)}
.hero-main img,.hero-small img{width:100%;height:100%;object-fit:cover;transition:.7s}
.hero-main:hover img,.hero-small:hover img{transform:scale(1.05)}
.statement-card{position:relative;z-index:4;width:78%;margin-top:-92px;margin-left:6%;padding:26px;border-radius:28px;border:1px solid var(--line);background:var(--white);box-shadow:0 24px 70px rgba(43,26,20,.14)}
.statement-card h2{font-size:clamp(1.25rem,1.8vw,1.75rem)}
.statement-card p{margin-top:10px;color:var(--muted)}
.card-grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{border-radius:var(--radius);border:1px solid var(--line);background:var(--white);padding:26px;box-shadow:var(--shadow);transition:.25s;overflow:hidden}
.card:hover{transform:translateY(-5px);border-color:var(--gold)}
.alt-section{background:var(--white)}
.dark-section{background:var(--espresso);color:var(--white)}
.section-head{margin-bottom:34px}
.section-head h2{margin-top:16px}
.section-head p{max-width:690px;color:var(--muted);margin-top:12px}
.story-grid,.page-hero-grid,.contact-grid,.checkout-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center}
.story-img,.page-hero-img{min-height:430px;border-radius:34px;overflow:hidden}
.story-img img,.page-hero-img img{width:100%;height:100%;object-fit:cover}
.category-card{min-height:360px;position:relative;border:0;color:white;text-align:left;overflow:hidden;border-radius:34px;padding:28px;background:var(--espresso);display:flex;align-items:flex-end}
.category-card img,.gallery-card img,.video-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.76;transition:.7s}
.category-card::after,.gallery-card::after,.video-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--espresso),rgba(43,26,20,.35),transparent)}
.category-card:hover img,.gallery-card:hover img,.video-card:hover img{transform:scale(1.06)}
.category-card div,.gallery-card div,.video-card div{position:relative;z-index:2}
.category-card h3{font-family:"Playfair Display",serif;font-size:1.75rem}
.category-card p{margin-top:10px;color:rgba(255,255,255,.75)}
.service-number{color:var(--gold);font-family:"Playfair Display",serif;font-size:2rem}
.gallery-tabs,.shop-controls,.category-tabs{display:flex;gap:8px;flex-wrap:wrap}
.tab{border:1px solid var(--beige);background:var(--white);color:var(--muted);border-radius:18px;padding:10px 14px;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.tab.active{background:var(--espresso);color:var(--white);border-color:var(--espresso)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:20px}
.gallery-card{position:relative;border:0;background:var(--espresso);border-radius:30px;overflow:hidden;text-align:left;color:white;padding:0}
.gallery-card.tall{grid-row:span 2}
.gallery-card div{position:absolute;left:0;bottom:0;padding:22px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{border:1px solid var(--line);background:var(--white);border-radius:28px;overflow:hidden;box-shadow:0 18px 55px rgba(43,26,20,.05);transition:.25s}
.product-card:hover{transform:translateY(-5px);border-color:var(--gold)}
.product-image{height:220px;position:relative;overflow:hidden;background:var(--beige)}
.product-image img{width:100%;height:100%;object-fit:cover;transition:.7s}
.product-card:hover img{transform:scale(1.05)}
.badge{position:absolute;left:12px;top:12px;background:rgba(255,249,242,.9);color:var(--espresso);padding:6px 10px;border-radius:12px;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.product-content{padding:16px}
.product-meta{display:flex;justify-content:space-between;gap:10px;font-size:10px;color:#8b7460;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.product-content h3{margin-top:12px;font-size:1rem}
.price{display:flex;gap:8px;margin-top:10px;align-items:baseline}
.price span{text-decoration:line-through;color:#9d9184;font-size:.88rem}
.product-content button{margin-top:14px;width:100%;border:0;background:var(--espresso);color:var(--white);padding:12px 14px;border-radius:16px;font-weight:900;font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.video-card{height:320px;position:relative;border:0;border-radius:30px;background:var(--espresso);overflow:hidden;color:white;text-align:left}
.video-card .play{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--white);color:var(--espresso);width:58px;height:58px;border-radius:999px;display:grid;place-items:center}
.page-hero{padding:56px 20px}
.page-hero-grid{grid-template-columns:1fr .82fr}
.page-hero p{color:var(--muted);margin-top:18px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
label{font-weight:800;font-size:13px;color:var(--espresso)}
input,select,textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:white;padding:13px 14px;outline:none;margin-top:7px}
textarea{min-height:140px;resize:vertical}
.span-2{grid-column:span 2}
.checkout-grid{grid-template-columns:1fr 420px;align-items:start}
.order-summary{position:sticky;top:94px}
.status-note{display:none;margin-top:12px;color:var(--muted);font-size:13px}
.checkout-notice{display:none;margin-top:14px;border-radius:18px;padding:13px 14px;font-size:14px;font-weight:800}
.checkout-notice.show{display:block}
.checkout-notice.error{border:1px solid #f2b8b8;background:#fff1f1;color:var(--red)}
.checkout-notice.success{border:1px solid #b7e4c7;background:#eefbf2;color:var(--green)}
.delivery-charge-note{margin-top:12px;border:1px solid rgba(201,169,106,.55);border-radius:18px;background:var(--cream);color:var(--muted);padding:12px 14px;font-size:13px;font-weight:800}
.field-error{border-color:#c62828!important;background:#fff7f7!important}
.footer{background:var(--espresso);color:var(--cream);padding:52px 20px 30px}
.footer-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr .8fr 1.1fr;gap:44px}
.footer h2{color:white;font-size:2rem}
.footer h2 span,.footer h3,.footer .whatsapp{color:var(--gold)}
.footer p,.footer button{color:var(--beige)}
.footer button{display:block;padding:6px 0;text-align:left}
.footer-contact{margin-top:18px;display:grid;gap:8px}
.whatsapp{display:inline-flex;margin-top:18px;background:var(--gold);color:var(--espresso)!important;border-radius:18px;padding:12px 18px;font-weight:900}
.newsletter{display:flex;margin-top:20px;overflow:hidden;border:1px solid #8a6e57;border-radius:18px;background:#351f18}
.newsletter input{background:transparent;border:0;color:var(--white);margin:0;min-width:0}
.newsletter button{background:var(--gold);color:var(--espresso);border:0;padding:0 16px;font-weight:900}
.footer-bottom{max-width:1320px;margin:36px auto 0;padding-top:22px;border-top:1px solid #7a5d47;display:flex;justify-content:space-between;gap:20px;color:var(--beige);font-size:13px}
.cart-drawer{position:fixed;inset:0;z-index:100;background:rgba(43,26,20,.35);backdrop-filter:blur(8px);display:none}
.cart-drawer.open{display:block}
.cart-panel{margin-left:auto;width:min(100%,430px);height:100%;background:var(--white);border-radius:30px 0 0 30px;display:flex;flex-direction:column}
.cart-head{padding:20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.cart-head button,.modal-close,.mobile-close{border:0;background:transparent;font-size:30px;line-height:1}
.cart-items{flex:1;overflow:auto;padding:18px}
.cart-item{display:flex;gap:12px;background:white;border:1px solid var(--line);border-radius:20px;padding:12px;margin-bottom:12px}
.cart-item img{width:74px;height:74px;object-fit:cover;border-radius:14px}
.qty{display:flex;gap:8px;align-items:center;margin-top:8px}
.qty button{width:30px;height:30px;border:1px solid var(--line);border-radius:10px;background:white}
.cart-summary{padding:20px;border-top:1px solid var(--line)}
.cart-summary div{display:flex;justify-content:space-between;margin-bottom:10px}
.cart-summary .total{font-size:1.15rem;color:var(--espresso)}
.modal{position:fixed;inset:0;z-index:110;background:rgba(43,26,20,.86);backdrop-filter:blur(8px);display:none;place-items:center;padding:20px}
.modal.open{display:grid}
.modal-box{width:min(100%,1100px);background:var(--espresso);color:var(--white);border:1px solid rgba(201,169,106,.55);border-radius:32px;padding:16px;position:relative}
.modal-close{position:absolute;right:16px;top:12px;color:white}
.modal-box img{max-height:78vh;width:100%;object-fit:contain;border-radius:24px;margin-top:14px;background:rgba(0,0,0,.2)}
.video-box video{width:100%;aspect-ratio:16/9;border-radius:24px;background:black;margin-top:14px}
.bank-box{max-width:680px}
.bank-box h3{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);margin:8px 0}
.modal-subtext{color:rgba(255,249,242,.72);margin-bottom:18px}
.bank-card{background:var(--white);color:var(--espresso);border-radius:24px;border:1px solid rgba(201,169,106,.5);overflow:hidden;margin-top:16px}
.bank-card div{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid var(--line)}
.bank-card div:last-child{border-bottom:0}
.bank-card span{color:var(--muted)}
.bank-card strong{text-align:right}
.bank-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.receipt-instruction{margin-top:18px;border:1px dashed rgba(201,169,106,.75);border-radius:22px;padding:16px;background:rgba(255,249,242,.08)}
.receipt-instruction p{color:rgba(255,249,242,.78)}
@media(max-width:1100px){
  .desktop-nav,.desktop-only{display:none}
  .menu-btn{display:inline-grid}
  .hero-grid,.story-grid,.page-hero-grid,.contact-grid,.checkout-grid{grid-template-columns:1fr}
  .footer-grid,.product-grid,.gallery-grid,.video-grid,.grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:1fr}
  .mobile-menu{position:fixed;inset:0 0 0 auto;width:min(86%,360px);background:var(--white);box-shadow:-30px 0 80px rgba(0,0,0,.18);z-index:80;padding:28px;display:none}
  .mobile-menu.open{display:block}
  .mobile-menu button:not(.mobile-close){display:block;width:100%;text-align:left;border-bottom:1px solid var(--line);padding:16px 0;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--muted)}
  .mobile-close{float:right}
}
@media(max-width:680px){
  .section,.hero,.page-hero{padding-left:16px;padding-right:16px}
  .hero-media{min-height:500px}
  .hero-main{width:82%;height:72%}
  .hero-small{width:56%;height:34%}
  .statement-card{width:92%;margin-left:0;margin-top:-52px}
  .footer-grid,.product-grid,.gallery-grid,.video-grid,.grid-2,.grid-4,.form-grid{grid-template-columns:1fr}
  .gallery-grid{grid-auto-rows:260px}
  .gallery-card.tall{grid-row:span 1}
  .span-2{grid-column:span 1}
  .footer-bottom{flex-direction:column}
  .bank-card div{display:block}
  .bank-card strong{display:block;text-align:left;margin-top:4px}
  .bank-actions .btn{width:100%}
}


.header-actions .btn-light.desktop-only {
  background: rgba(255, 249, 242, 0.85);
  color: var(--espresso);
  border-color: var(--beige);
}

.professional-track-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
}

.track-card-header {
  max-width: 720px;
}

.track-card-header h2 {
  margin-top: 10px;
}

.track-card-header p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.75;
}

.professional-track-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 24px;
}

.professional-track-form input {
  margin-top: 0;
  min-height: 52px;
}

.track-help-note {
  margin-top: 14px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--muted);
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.6;
}

.track-output {
  margin-top: 22px;
}

.professional-status-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 55px rgba(43, 26, 20, .07);
}

.professional-status-card.confirmed {
  border-color: rgba(20, 83, 45, .22);
  background: #f1fbf5;
}

.professional-status-card.pending,
.professional-status-card.awaiting_confirmation,
.professional-status-card.receipt_uploaded {
  border-color: rgba(201, 169, 106, .35);
  background: #fffaf0;
}

.professional-status-card.payment_rejected,
.professional-status-card.rejected {
  border-color: rgba(138, 17, 17, .2);
  background: #fff4f4;
}

.status-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--espresso);
  color: var(--white);
  font-weight: 900;
  font-size: 20px;
}

.status-content h3,
.professional-status-card h3 {
  margin-top: 6px;
  font-size: 1.45rem;
  line-height: 1.25;
}

.status-main-text,
.professional-status-card p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.professional-track-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 249, 242, .85);
  border: 1px solid var(--line);
}

.professional-track-info div {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
}

.professional-track-info .full-row {
  grid-column: 1 / -1;
}

.professional-track-info span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.professional-track-info strong {
  color: var(--espresso);
  font-size: 14px;
  line-height: 1.4;
}

.next-step-box {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.65;
}

.next-step-box strong {
  color: var(--espresso);
}

@media (max-width: 680px) {
  .professional-track-form,
  .professional-status-card,
  .professional-track-info {
    grid-template-columns: 1fr;
  }

  .professional-track-card {
    padding: 22px;
  }
}



.current-status-strip {
  margin-top: 18px;
  padding: 15px 17px;
  border-radius: 18px;
  background: var(--espresso);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.current-status-strip span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .72;
}

.current-status-strip strong {
  font-size: 15px;
  line-height: 1.4;
  text-align: right;
}

.professional-status-card.delivered {
  border-color: rgba(20, 83, 45, .22);
  background: #f1fbf5;
}

@media (max-width: 680px) {
  .current-status-strip {
    display: grid;
    align-items: start;
  }

  .current-status-strip strong {
    text-align: left;
  }
}



.order-status-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.order-status-timeline div {
  position: relative;
  padding: 12px 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.order-status-timeline div.active {
  border-color: rgba(201, 169, 106, .65);
  background: var(--cream);
}

.order-status-timeline span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 7px;
  background: var(--line);
  color: var(--espresso);
  font-weight: 900;
  font-size: 12px;
}

.order-status-timeline div.active span {
  background: var(--gold);
}

.order-status-timeline p {
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.3;
  color: var(--espresso);
}

@media (max-width: 680px) {
  .order-status-timeline {
    grid-template-columns: 1fr;
  }
}


/* PREMIUM FASHION STORE REDESIGN - added 2026-05-31
   Inspired by the uploaded luxury Herway store HTML, applied only to the shop/product UI. */
:root{
  --shop-obsidian:#0d0c0b;
  --shop-obsidian-2:#181614;
  --shop-champagne:#e8d8b8;
  --shop-champagne-light:#f4ece0;
  --shop-gold:#c9a96e;
  --shop-gold-2:#b08a4e;
  --shop-cream:#faf6f0;
  --shop-cream-2:#f5ede0;
  --shop-muted:#8a7d72;
  --shop-line:rgba(0,0,0,.07);
  --shop-font-display:'Cormorant Garamond','Playfair Display',Georgia,serif;
  --shop-font-body:'DM Sans',Inter,system-ui,sans-serif;
}

.luxury-shop-section{
  background:var(--shop-cream-2);
  padding:0;
}

.shop-layout{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:60px;
  padding:78px 60px;
  max-width:1320px;
  margin:0 auto;
}

.shop-sidebar h3{
  font-family:var(--shop-font-body);
  font-size:.62rem;
  font-weight:500;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--shop-muted);
  margin:0 0 20px;
}

.filter-btn{
  display:block;
  width:100%;
  text-align:left;
  background:none;
  border:0;
  border-bottom:1px solid var(--shop-line);
  padding:11px 0;
  font-family:var(--shop-font-display);
  font-size:1.15rem;
  font-weight:300;
  color:#6b5f55;
  cursor:pointer;
  transition:color .25s ease, padding-left .25s ease;
}

.filter-btn:hover,
.filter-btn.active{
  color:var(--shop-gold-2);
  padding-left:8px;
}

.shop-top{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:36px;
}

.shop-top h2{
  font-family:var(--shop-font-display);
  font-size:clamp(1.9rem,3vw,3rem);
  font-weight:300;
  letter-spacing:-.02em;
  color:#1a1512;
  margin-top:6px;
}

.shop-controls-right{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.shop-search,
.shop-sort{
  font-family:var(--shop-font-body);
  font-size:.86rem;
  border-radius:0;
  border:1px solid var(--shop-line);
  background:#fff;
  color:#1a1512;
  outline:none;
  height:43px;
  margin:0;
  box-shadow:none;
}

.shop-search{
  width:230px;
  padding:10px 16px;
}

.shop-sort{
  width:155px;
  padding:10px 12px;
  cursor:pointer;
}

.shop-search:focus,
.shop-sort:focus{
  border-color:var(--shop-gold);
}

.product-grid,
.luxury-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.product-card{
  background:#fff;
  border:0;
  border-radius:0;
  overflow:hidden;
  box-shadow:none;
  cursor:pointer;
  transition:transform .35s cubic-bezier(.25,.46,.45,.94), box-shadow .35s ease;
}

.product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 48px rgba(13,12,11,.08);
}

.product-img-wrap{
  position:relative;
  aspect-ratio:4/5;
  max-height:310px;
  overflow:hidden;
  background:#ded0bd;
}

.product-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.25,.46,.45,.94), filter .5s ease;
}

.product-card:hover .product-img-wrap img{
  transform:scale(1.06);
  filter:brightness(.96);
}

.product-badge{
  position:absolute;
  top:20px;
  left:20px;
  background:var(--shop-obsidian);
  color:var(--shop-gold);
  font-family:var(--shop-font-body);
  font-size:.58rem;
  font-weight:500;
  letter-spacing:.17em;
  text-transform:uppercase;
  padding:6px 14px;
  border-radius:0;
}

.product-quick-add{
  position:absolute;
  left:0;
  right:0;
  bottom:-54px;
  width:100%;
  border:0;
  border-radius:0;
  background:var(--shop-obsidian);
  color:#fff;
  font-family:var(--shop-font-body);
  font-size:.68rem;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:16px;
  transition:bottom .35s cubic-bezier(.25,.46,.45,.94), background .25s ease, color .25s ease;
}

.product-card:hover .product-quick-add,
.product-quick-add:focus{
  bottom:0;
}

.product-quick-add:hover{
  background:var(--shop-gold);
  color:var(--shop-obsidian);
  transform:none;
}

.product-info{
  padding:20px 22px 24px;
  background:#fff;
}

.product-meta-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}

.product-cat{
  font-family:var(--shop-font-body);
  font-size:.62rem;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--shop-muted);
}

.product-rating{
  font-size:.72rem;
  color:var(--shop-gold-2);
  white-space:nowrap;
}

.product-name{
  font-family:var(--shop-font-display);
  font-size:1.16rem;
  font-weight:400;
  color:#1a1512;
  line-height:1.16;
  margin:0 0 10px;
  letter-spacing:0;
}

.product-price-row{
  display:flex;
  align-items:baseline;
  gap:10px;
}

.product-price{
  font-family:var(--shop-font-display);
  font-size:1.28rem;
  font-weight:500;
  color:#1a1512;
}

.product-old-price{
  font-family:var(--shop-font-body);
  font-size:.82rem;
  color:var(--shop-muted);
  text-decoration:line-through;
}

/* Compatibility: older product markup still receives a cleaner premium look. */
.product-image{height:auto;aspect-ratio:4/5;max-height:310px;border-radius:0;overflow:hidden;background:#ded0bd}
.product-image img{width:100%;height:100%;object-fit:cover}
.badge{border-radius:0;background:var(--shop-obsidian);color:var(--shop-gold)}
.product-content{padding:20px 22px 24px;background:#fff}
.product-content h3{font-family:var(--shop-font-display);font-size:1.16rem;font-weight:400}
.product-content button{border-radius:0;background:var(--shop-obsidian)}

@media(max-width:1100px){
  .shop-layout{grid-template-columns:1fr;padding:52px 36px;gap:34px}
  .shop-sidebar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
  .shop-sidebar h3{display:none}
  .filter-btn{width:auto;display:inline-block;border:1px solid var(--shop-line);padding:8px 16px;font-family:var(--shop-font-body);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;background:#fff}
  .filter-btn:hover,.filter-btn.active{padding-left:16px;background:var(--shop-obsidian);color:#fff;border-color:var(--shop-obsidian)}
  .product-grid,.luxury-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
}

@media(max-width:680px){
  .shop-layout{padding:38px 16px;gap:26px}
  .shop-top{display:block;margin-bottom:24px}
  .shop-controls-right{justify-content:flex-start;margin-top:18px}
  .shop-search,.shop-sort{width:100%}
  .product-grid,.luxury-product-grid{grid-template-columns:1fr;gap:22px}
  .product-badge{top:14px;left:14px}
  .product-quick-add{bottom:0}
}


/* =========================================================
   LUXURY MINIMAL PREMIUM REFRESH
   Round corners returned, refined spacing, lively entrance,
   magnetic product hover, and store margin aligned to header.
   ========================================================= */
:root{
  --radius:28px;
  --radius-soft:22px;
  --radius-lg:34px;
  --luxury-glow:0 30px 80px rgba(43,26,20,.10);
  --luxury-line:rgba(201,169,106,.30);
}

body{
  background:
    radial-gradient(circle at 8% 2%, rgba(201,169,106,.13), transparent 28%),
    radial-gradient(circle at 95% 18%, rgba(183,110,91,.09), transparent 26%),
    var(--cream);
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  opacity:.35;
  background-image:linear-gradient(rgba(43,26,20,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(43,26,20,.025) 1px,transparent 1px);
  background-size:52px 52px;
}

.site-header{
  background:rgba(248,241,231,.70);
  backdrop-filter:blur(22px) saturate(1.08);
}
.site-header.scrolled{
  box-shadow:0 18px 60px rgba(43,26,20,.08);
}

.btn,.cart-btn,.menu-btn,.tab,.filter-btn,input,select,textarea,
.card,.category-card,.gallery-card,.video-card,.cart-panel,.cart-item,
.modal-box,.bank-card,.receipt-instruction,.checkout-notice,.delivery-charge-note,
.hero-main,.hero-small,.statement-card,.story-img,.page-hero-img,.product-card,
.product-img-wrap,.product-image,.product-info,.product-badge,.product-quick-add,
.badge,.product-content button,.whatsapp,.newsletter{
  border-radius:var(--radius-soft) !important;
}
.hero-main,.hero-small,.category-card,.gallery-card,.video-card,.modal-box{
  border-radius:var(--radius-lg) !important;
}
.cart-btn span,.video-card .play{
  border-radius:999px !important;
}
.cart-panel{
  border-radius:32px 0 0 32px !important;
}
.product-img-wrap,.product-image{
  border-radius:24px 24px 0 0 !important;
}
.product-info,.product-content{
  border-radius:0 0 24px 24px !important;
}
.product-quick-add{
  border-radius:16px 16px 0 0 !important;
}
.product-badge,.badge{
  border-radius:999px !important;
}

/* Lively but clean entrance animation */
@keyframes premiumFadeUp{
  from{opacity:0;transform:translateY(26px) scale(.985);filter:blur(6px)}
  to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
@keyframes softFloat{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-8px,0)}
}
@keyframes luxurySheen{
  0%{transform:translateX(-120%) rotate(18deg);opacity:0}
  18%{opacity:.9}
  45%{opacity:.25}
  100%{transform:translateX(140%) rotate(18deg);opacity:0}
}
@keyframes goldPulse{
  0%,100%{box-shadow:0 0 0 rgba(201,169,106,0)}
  50%{box-shadow:0 0 38px rgba(201,169,106,.22)}
}

.hero-copy,.hero-media,.section-head,.page-hero-grid,.story-grid,.contact-grid,.checkout-grid,
.card,.category-card,.gallery-card,.video-card,.product-card,.footer-grid{
  animation:premiumFadeUp .8s cubic-bezier(.25,.46,.45,.94) both;
}
.product-card:nth-child(2),.gallery-card:nth-child(2),.card:nth-child(2){animation-delay:.08s}
.product-card:nth-child(3),.gallery-card:nth-child(3),.card:nth-child(3){animation-delay:.16s}
.product-card:nth-child(4),.gallery-card:nth-child(4),.card:nth-child(4){animation-delay:.24s}
.hero-small{animation:softFloat 5.5s ease-in-out infinite}
.statement-card{animation:softFloat 6.5s ease-in-out infinite}

.btn,.cart-btn,.menu-btn,.product-content button,.product-quick-add,.whatsapp{
  position:relative;
  overflow:hidden;
}
.btn::before,.product-content button::before,.product-quick-add::before,.whatsapp::before{
  content:"";
  position:absolute;
  top:-65%;bottom:-65%;left:-35%;
  width:38%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);
  transform:translateX(-130%) rotate(18deg);
  pointer-events:none;
}
.btn:hover::before,.product-content button:hover::before,.product-quick-add:hover::before,.whatsapp:hover::before{
  animation:luxurySheen .85s ease forwards;
}

/* Store alignment: same margin rhythm as header */
.luxury-shop-section{
  background:linear-gradient(180deg,var(--shop-cream-2),#fffaf2 55%,var(--shop-cream));
  padding:0;
}
.shop-layout{
  max-width:1320px;
  padding:82px 20px 94px !important;
  margin:0 auto;
  gap:54px;
}
.shop-main{min-width:0}
.shop-top{
  padding-bottom:22px;
  border-bottom:1px solid rgba(201,169,106,.20);
  margin-bottom:32px;
}
.shop-top .eyebrow::after{
  content:"";
  display:inline-block;
  width:42px;
  height:1px;
  background:var(--shop-gold);
  margin-left:14px;
  vertical-align:middle;
}
.shop-search,.shop-sort{
  border-radius:18px !important;
  border-color:rgba(201,169,106,.30);
  box-shadow:0 10px 30px rgba(13,12,11,.035);
}
.filter-btn{
  border-radius:0 !important;
}
.filter-btn:hover,.filter-btn.active{
  color:var(--shop-gold-2);
}

.product-grid,.luxury-product-grid{
  gap:30px !important;
}
.product-card{
  border:1px solid rgba(201,169,106,.25) !important;
  box-shadow:0 18px 48px rgba(43,26,20,.055) !important;
  transform-style:preserve-3d;
  will-change:transform;
}
.product-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(circle at var(--mx,50%) var(--my,40%), rgba(255,255,255,.45), transparent 28%);
  transition:opacity .25s ease;
}
.product-card:hover::after{opacity:1}
.product-card:hover{
  transform:translateY(-8px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
  box-shadow:0 34px 80px rgba(43,26,20,.14) !important;
  border-color:rgba(201,169,106,.55) !important;
}
.product-img-wrap,.product-image{
  aspect-ratio:4 / 5 !important;
  max-height:300px !important;
  background:#d8c6ad;
}
.product-img-wrap::before,.product-image::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 34%,rgba(201,169,106,.13));
  opacity:.65;
  z-index:1;
  pointer-events:none;
}
.product-img-wrap img,.product-image img{
  position:relative;
  z-index:0;
}
.product-info,.product-content{
  border-top:1px solid rgba(201,169,106,.14);
}
.product-name,.product-content h3{
  letter-spacing:-.01em;
}
.product-price,.price strong{
  color:var(--shop-obsidian);
}
.product-quick-add,.product-content button{
  background:linear-gradient(135deg,var(--shop-obsidian),#2a201b) !important;
  color:#fff !important;
}
.product-quick-add:hover,.product-content button:hover{
  background:var(--shop-gold) !important;
  color:var(--shop-obsidian) !important;
}
.product-badge,.badge{
  background:rgba(13,12,11,.88) !important;
  backdrop-filter:blur(10px);
  color:var(--shop-gold) !important;
}

.card:hover,.category-card:hover,.gallery-card:hover,.video-card:hover{
  box-shadow:var(--luxury-glow);
}
.cart-btn:hover,.menu-btn:hover{
  animation:goldPulse 1.2s ease-in-out infinite;
}

@media(max-width:1100px){
  .shop-layout{padding:58px 20px 74px !important;gap:34px}
  .product-grid,.luxury-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px !important}
  .filter-btn{border-radius:18px !important}
}
@media(max-width:680px){
  .header-inner{padding-left:16px;padding-right:16px}
  .shop-layout{padding:42px 16px 62px !important;gap:26px}
  .shop-top{display:block;margin-bottom:24px}
  .shop-controls-right{justify-content:flex-start;margin-top:18px}
  .shop-search,.shop-sort{width:100%}
  .product-grid,.luxury-product-grid{grid-template-columns:1fr;gap:24px !important}
  .product-img-wrap,.product-image{max-height:340px !important}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}


/* =========================================================
   EXTRA LIVELY LUXURY MOTION UPGRADE
   Continuous ambience, visible moving highlights, premium hover.
   ========================================================= */
@keyframes luxuryAuroraMove{
  0%{transform:translate3d(-4%, -2%, 0) rotate(0deg) scale(1);opacity:.18}
  35%{transform:translate3d(4%, 3%, 0) rotate(9deg) scale(1.06);opacity:.30}
  70%{transform:translate3d(-1%, 5%, 0) rotate(-7deg) scale(1.03);opacity:.24}
  100%{transform:translate3d(5%, -4%, 0) rotate(12deg) scale(1.08);opacity:.32}
}
@keyframes luxuryBorderSpin{
  to{transform:rotate(360deg)}
}
@keyframes premiumImageBreath{
  0%,100%{transform:scale(1.015) translate3d(0,0,0)}
  50%{transform:scale(1.065) translate3d(-1.5%, -1%, 0)}
}
@keyframes cardLivingShadow{
  0%,100%{box-shadow:0 18px 48px rgba(43,26,20,.055),0 0 0 rgba(201,169,106,0)}
  50%{box-shadow:0 24px 62px rgba(43,26,20,.095),0 0 42px rgba(201,169,106,.10)}
}
@keyframes imageShineRun{
  0%,62%{transform:translateX(-145%) skewX(-18deg);opacity:0}
  68%{opacity:.55}
  86%{opacity:.18}
  100%{transform:translateX(145%) skewX(-18deg);opacity:0}
}
@keyframes goldLineFlow{
  0%{background-position:0% 50%}
  100%{background-position:200% 50%}
}
@keyframes gentleSpinPop{
  0%,100%{transform:rotate(0deg) scale(1)}
  45%{transform:rotate(0deg) scale(1)}
  55%{transform:rotate(3deg) scale(1.025)}
  65%{transform:rotate(-2deg) scale(1.015)}
}

body::after{
  content:"";
  position:fixed;
  inset:-25%;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle at 16% 22%, rgba(201,169,106,.32), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(119,65,48,.18), transparent 24%),
    radial-gradient(circle at 52% 78%, rgba(232,216,184,.24), transparent 22%);
  filter:blur(55px);
  animation:luxuryAuroraMove 18s ease-in-out infinite alternate;
  mix-blend-mode:multiply;
}
.site-header, main, footer, #cartDrawer, .modal-overlay, .wa-float{
  position:relative;
  z-index:1;
}
.site-header{z-index:1000}
#cartDrawer{z-index:3000}
.modal-overlay{z-index:4000}
.wa-float{z-index:900}

.hero-main img,.hero-small img,.page-hero-img img,.story-img img{
  animation:premiumImageBreath 12s ease-in-out infinite;
  will-change:transform;
}
.hero-main,.hero-small,.statement-card{
  box-shadow:0 30px 90px rgba(43,26,20,.12),0 0 60px rgba(201,169,106,.09);
}
.hero-copy .eyebrow,.section-head .eyebrow,.shop-top .eyebrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.hero-copy .eyebrow::before,.section-head .eyebrow::before,.shop-top .eyebrow::before{
  content:"";
  width:36px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent,var(--gold));
  background-size:200% 100%;
  animation:goldLineFlow 3.8s linear infinite;
}

.product-card{
  position:relative !important;
  overflow:hidden !important;
  animation:cardLivingShadow 5.8s ease-in-out infinite;
  isolation:isolate;
}
.product-card:nth-child(2){animation-delay:.35s}
.product-card:nth-child(3){animation-delay:.7s}
.product-card:nth-child(4){animation-delay:1.05s}
.product-card:nth-child(5){animation-delay:1.4s}
.product-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  background:conic-gradient(from 0deg, transparent 0 28%, rgba(201,169,106,.55) 34%, transparent 42% 100%);
  animation:luxuryBorderSpin 7s linear infinite;
  opacity:.28;
  z-index:-1;
  pointer-events:none;
}
.product-card:hover::before{opacity:.62;animation-duration:3.2s}
.product-card > *{position:relative;z-index:1}
.product-img-wrap,.product-image{position:relative;overflow:hidden !important}
.product-img-wrap::after,.product-image::after{
  content:"";
  position:absolute;
  top:0;bottom:0;left:0;
  width:45%;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);
  animation:imageShineRun 4.8s ease-in-out infinite;
}
.product-card:nth-child(2) .product-img-wrap::after,.product-card:nth-child(2) .product-image::after{animation-delay:.65s}
.product-card:nth-child(3) .product-img-wrap::after,.product-card:nth-child(3) .product-image::after{animation-delay:1.3s}
.product-card:nth-child(4) .product-img-wrap::after,.product-card:nth-child(4) .product-image::after{animation-delay:1.95s}
.product-card img{transition:transform .8s cubic-bezier(.25,.46,.45,.94),filter .45s ease !important}
.product-card:hover img{filter:saturate(1.07) contrast(1.03)}
.product-badge,.badge,.cart-btn,.wa-float{
  animation:gentleSpinPop 5.5s ease-in-out infinite;
}
.product-quick-add,.product-content button,.btn-dark,.btn-primary{
  box-shadow:0 10px 30px rgba(43,26,20,.10), inset 0 0 0 1px rgba(255,255,255,.08);
}
.product-quick-add:hover,.product-content button:hover,.btn:hover{
  transform:translateY(-2px);
}
.shop-layout{
  max-width:min(1320px, calc(100% - 64px));
  padding-left:0 !important;
  padding-right:0 !important;
}
.header-inner{
  max-width:min(1320px, calc(100% - 64px));
}
@media(max-width:680px){
  .shop-layout,.header-inner{max-width:calc(100% - 32px)}
}
@media(prefers-reduced-motion:reduce){
  body::after{display:none!important}
}

/* =========================================================
   VISIBLE LIVELINESS PATCH - stronger continuous motion
   + balanced hero product preview image alignment
   ========================================================= */
@keyframes heroOrbOrbit{
  0%{transform:translate3d(-10px,0,0) rotate(0deg) scale(1);opacity:.55}
  50%{transform:translate3d(16px,-18px,0) rotate(180deg) scale(1.08);opacity:.9}
  100%{transform:translate3d(-10px,0,0) rotate(360deg) scale(1);opacity:.55}
}
@keyframes premiumTitleGlow{
  0%,100%{background-position:0% 50%;filter:drop-shadow(0 0 0 rgba(201,169,106,0))}
  50%{background-position:100% 50%;filter:drop-shadow(0 8px 22px rgba(201,169,106,.16))}
}
@keyframes cardBreathingLift{
  0%,100%{transform:translateY(0);box-shadow:0 18px 48px rgba(43,26,20,.055)}
  50%{transform:translateY(-5px);box-shadow:0 30px 70px rgba(43,26,20,.11),0 0 45px rgba(201,169,106,.14)}
}
@keyframes goldSweepAlways{
  0%{transform:translateX(-140%) skewX(-18deg);opacity:0}
  12%{opacity:.55}
  24%{opacity:.14}
  42%,100%{transform:translateX(170%) skewX(-18deg);opacity:0}
}
@keyframes subtleRotateFloat{
  0%,100%{transform:translateY(0) rotate(-.6deg)}
  50%{transform:translateY(-12px) rotate(.8deg)}
}
@keyframes premiumDotPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(201,169,106,.24)}
  50%{box-shadow:0 0 0 16px rgba(201,169,106,0)}
}

.hero-grid{gap:38px !important}
.hero-media{
  min-height:560px;
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
  isolation:isolate;
}
.hero-media::before,
.hero-media::after{
  content:"";
  position:absolute;
  pointer-events:none;
  z-index:0;
  border-radius:999px;
  filter:blur(.2px);
}
.hero-media::before{
  width:150px;height:150px;right:8%;top:0;
  background:radial-gradient(circle,rgba(201,169,106,.24),transparent 62%);
  animation:heroOrbOrbit 7s ease-in-out infinite;
}
.hero-media::after{
  width:76px;height:76px;left:4%;bottom:18%;
  border:1px solid rgba(201,169,106,.45);
  background:rgba(255,249,242,.20);
  animation:heroOrbOrbit 9s ease-in-out infinite reverse;
}
.hero-main{
  left:3% !important;
  width:70% !important;
  height:88% !important;
  z-index:1;
  animation:subtleRotateFloat 7.5s ease-in-out infinite !important;
}
.hero-small{
  right:3% !important;
  top:13% !important;
  width:48% !important;
  height:44% !important;
  z-index:3;
  animation:subtleRotateFloat 6s ease-in-out infinite reverse !important;
}
.hero-main img,.hero-small img{
  object-position:center center !important;
}
.hero-copy h1{
  background:linear-gradient(90deg,var(--espresso),#5a3526,var(--gold),var(--espresso));
  background-size:260% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:premiumTitleGlow 8s ease-in-out infinite;
}
.hero-actions .btn-dark,.hero-actions .btn-light{
  animation:premiumDotPulse 3.5s ease-in-out infinite;
}
.statement-card{
  width:82% !important;
  margin-left:4% !important;
}

.product-card{
  animation:cardBreathingLift 5.2s ease-in-out infinite !important;
}
.product-card:nth-child(2){animation-delay:.45s !important}
.product-card:nth-child(3){animation-delay:.9s !important}
.product-card:nth-child(4){animation-delay:1.35s !important}
.product-card:nth-child(5){animation-delay:1.8s !important}
.product-img-wrap::after,.product-image::after{
  width:55% !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.52),rgba(201,169,106,.18),transparent) !important;
  animation:goldSweepAlways 3.7s ease-in-out infinite !important;
}
.category-card::before,.gallery-card::before,.video-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.16) 42%,transparent 58%);
  transform:translateX(-120%);
  animation:goldSweepAlways 5.5s ease-in-out infinite;
}
.category-card:nth-child(2)::before,.gallery-card:nth-child(2)::before,.video-card:nth-child(2)::before{animation-delay:1s}
.category-card:nth-child(3)::before,.gallery-card:nth-child(3)::before,.video-card:nth-child(3)::before{animation-delay:2s}
.wa-float,.cart-btn{
  animation:gentleSpinPop 4s ease-in-out infinite, premiumDotPulse 2.8s ease-in-out infinite !important;
}

@media(max-width:1100px){
  .hero-media{max-width:620px;margin-left:0;margin-right:auto}
  .hero-main{left:0 !important;width:74% !important}
  .hero-small{right:0 !important;width:50% !important}
}
@media(max-width:680px){
  .hero-media{min-height:480px;max-width:100%}
  .hero-main{left:0 !important;width:80% !important;height:72% !important}
  .hero-small{right:0 !important;top:14% !important;width:56% !important;height:34% !important}
  .statement-card{width:94% !important;margin-left:0 !important}
}

/* =========================================================
   FAST LUXURY FIX V3
   Fixes: slow/hanging continuous animations + product image centering.
   Keeps the website lively, but uses lightweight animations only.
   ========================================================= */

/* 1. Remove heavy page-wide blur, spinning borders, endless card shadows. */
body::after{display:none !important;animation:none !important;filter:none !important;}
.product-card,
.product-card::before,
.product-card::after,
.product-img-wrap::after,
.product-image::after,
.category-card::before,
.gallery-card::before,
.video-card::before,
.wa-float,
.cart-btn{
  animation:none !important;
}
.product-card::before,
.product-img-wrap::after,
.product-image::after{display:none !important;}

/* 2. Lightweight premium ambience, hero only. */
.hero-media::before,
.hero-media::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:999px;
  z-index:0;
  opacity:.42;
  will-change:transform;
}
.hero-media::before{
  width:280px;
  height:280px;
  right:6%;
  top:4%;
  background:radial-gradient(circle,rgba(201,169,106,.32),transparent 68%);
  animation:heroLuxuryDrift 9s ease-in-out infinite alternate;
}
.hero-media::after{
  width:180px;
  height:180px;
  left:10%;
  bottom:10%;
  background:radial-gradient(circle,rgba(183,110,91,.20),transparent 70%);
  animation:heroLuxuryDrift2 11s ease-in-out infinite alternate;
}
.hero-main,.hero-small,.statement-card{z-index:2;}
@keyframes heroLuxuryDrift{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(-24px,22px,0) scale(1.08)}
}
@keyframes heroLuxuryDrift2{
  0%{transform:translate3d(0,0,0) scale(1)}
  100%{transform:translate3d(22px,-18px,0) scale(1.05)}
}

/* 3. Reduce image breathing so PC does not hang. */
.hero-main img,.hero-small img,.page-hero-img img,.story-img img{
  animation:premiumImageBreathLite 14s ease-in-out infinite !important;
  will-change:transform;
}
@keyframes premiumImageBreathLite{
  0%,100%{transform:scale(1.01)}
  50%{transform:scale(1.035)}
}

/* 4. Product cards: premium hover only, no heavy continuous motion. */
.product-grid,.luxury-product-grid{
  align-items:start;
  gap:32px !important;
}
.product-card{
  border-radius:24px !important;
  overflow:hidden !important;
  background:#fffaf3 !important;
  box-shadow:0 18px 45px rgba(43,26,20,.06) !important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
  will-change:auto !important;
}
.product-card:hover{
  transform:translateY(-7px) !important;
  box-shadow:0 30px 70px rgba(43,26,20,.13) !important;
  border-color:rgba(201,169,106,.58) !important;
}
.product-img-wrap,.product-image{
  height:260px !important;
  max-height:260px !important;
  aspect-ratio:auto !important;
  background:#efe4d5 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.product-img-wrap img,.product-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 auto !important;
  display:block !important;
  transform:none;
}
.product-card:hover .product-img-wrap img,
.product-card:hover .product-image img{
  transform:scale(1.045) !important;
}
.product-info,.product-content{
  padding:20px 22px 24px !important;
  min-height:138px;
}
.product-name,.product-content h3{
  min-height:40px;
}
.product-badge,.badge{
  border-radius:999px !important;
  padding:7px 14px !important;
}
.product-quick-add,.product-content button{
  border-radius:16px !important;
}

/* Landing-page product preview alignment with header/container. */
.section-inner,
.header-inner,
.shop-layout{
  max-width:1320px !important;
}

/* 5. Better balance for hero product preview on the right side. */
.hero-media{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
}
.hero-main{
  left:2% !important;
  width:70% !important;
  height:86% !important;
}
.hero-small{
  right:2% !important;
  width:48% !important;
  height:42% !important;
}
.hero-main img,.hero-small img{
  object-position:center center !important;
}

/* 6. Keep lively hover/micro interaction without slowing page. */
.btn,.cart-btn,.menu-btn,.product-quick-add,.product-content button{
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease !important;
}
.btn:hover,.cart-btn:hover,.menu-btn:hover,.product-quick-add:hover,.product-content button:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 14px 30px rgba(43,26,20,.16);
}
.category-card:hover,.gallery-card:hover,.video-card:hover,.card:hover{
  transform:translateY(-5px) !important;
  box-shadow:0 22px 55px rgba(43,26,20,.11) !important;
}

@media(max-width:1100px){
  .product-img-wrap,.product-image{height:250px !important;max-height:250px !important;}
  .hero-media{max-width:620px;margin-left:0;margin-right:auto;}
}
@media(max-width:680px){
  .product-img-wrap,.product-image{height:280px !important;max-height:280px !important;}
  .product-grid,.luxury-product-grid{gap:24px !important;}
}


/* =========================================================
   CLEAN LUXURY V4 - layout repair + performance + cart placement
   Fixes scattered product preview, store card alignment, and slow effects.
   ========================================================= */
:root{
  --clean-container: min(1280px, calc(100% - 64px));
}

/* Stop the effects that made the page feel slow or unstable */
*, *::before, *::after{
  scroll-behavior:smooth;
}
body::after,
.product-card::before,
.product-card::after,
.product-img-wrap::before,
.product-img-wrap::after,
.product-image::before,
.product-image::after,
.category-card::before,
.gallery-card::before,
.video-card::before{
  display:none !important;
  animation:none !important;
}
.product-card,
.product-badge,
.badge,
.cart-btn,
.wa-float{
  animation:none !important;
}

/* One clean container rhythm: header, landing product preview, and store align together */
.header-inner,
.section-inner,
.shop-layout,
.footer-grid,
.footer-bottom{
  width:var(--clean-container) !important;
  max-width:var(--clean-container) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.section{padding-left:0 !important;padding-right:0 !important;}
.luxury-shop-section{padding-left:0 !important;padding-right:0 !important;}
.shop-layout{
  grid-template-columns:220px minmax(0,1fr) !important;
  gap:44px !important;
  padding-top:72px !important;
  padding-bottom:88px !important;
}
.shop-main{min-width:0 !important;width:100% !important;}

/* Product grid: no scattered cards */
.product-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:30px !important;
  align-items:start !important;
}
.shop-main .product-grid,
.luxury-product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:28px !important;
}

/* Store product cards: premium square corners as requested */
.product-card{
  border-radius:0 !important;
  border:1px solid rgba(43,26,20,.10) !important;
  background:#fff !important;
  overflow:hidden !important;
  box-shadow:0 18px 42px rgba(43,26,20,.055) !important;
  transform:none !important;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
  will-change:auto !important;
}
.product-card:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 28px 58px rgba(43,26,20,.12) !important;
  border-color:rgba(201,169,106,.48) !important;
}
.product-img-wrap,
.product-image{
  border-radius:0 !important;
  height:232px !important;
  max-height:232px !important;
  aspect-ratio:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#f2eadf !important;
}
.shop-main .product-img-wrap,
.shop-main .product-image{
  height:250px !important;
  max-height:250px !important;
}
.product-img-wrap img,
.product-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  margin:0 auto !important;
  padding:10px !important;
  transform:none !important;
  transition:transform .28s ease, filter .28s ease !important;
}
.product-card:hover .product-img-wrap img,
.product-card:hover .product-image img{
  transform:scale(1.035) !important;
}
.product-info,
.product-content{
  border-radius:0 !important;
  min-height:134px !important;
  padding:20px 22px 24px !important;
  background:#fff !important;
}
.product-name,
.product-content h3{
  min-height:38px !important;
  overflow-wrap:anywhere;
}
.product-quick-add,
.product-content button{
  border-radius:0 !important;
}
.product-badge,
.badge{
  border-radius:999px !important;
}

/* Cart drawer: fixed on the right, never misplaced */
.cart-drawer{
  position:fixed !important;
  inset:0 !important;
  z-index:9999 !important;
  display:none !important;
  background:rgba(43,26,20,.38) !important;
  backdrop-filter:blur(8px) !important;
}
.cart-drawer.open{display:block !important;}
.cart-panel{
  margin-left:auto !important;
  margin-right:0 !important;
  width:min(430px,100vw) !important;
  height:100vh !important;
  border-radius:0 !important;
  background:#fffaf3 !important;
  box-shadow:-24px 0 70px rgba(43,26,20,.18) !important;
}
.cart-item,
.cart-item img{border-radius:0 !important;}
.cart-summary .btn,
#goCheckoutBtn{border-radius:0 !important;}

/* Hero preview image balance */
.hero-grid{
  width:var(--clean-container) !important;
  max-width:var(--clean-container) !important;
  grid-template-columns:.95fr 1.05fr !important;
  gap:48px !important;
}
.hero-media{
  width:100% !important;
  max-width:620px !important;
  min-height:520px !important;
  margin-left:auto !important;
  margin-right:0 !important;
}
.hero-main{
  left:0 !important;
  width:72% !important;
  height:84% !important;
  border-radius:28px !important;
}
.hero-small{
  right:0 !important;
  top:14% !important;
  width:48% !important;
  height:40% !important;
  border-radius:24px !important;
}
.hero-main img,.hero-small img{
  object-fit:cover !important;
  object-position:center center !important;
  animation:none !important;
}
.hero-media::before,
.hero-media::after{
  animation:heroLuxuryDrift 12s ease-in-out infinite alternate !important;
  opacity:.26 !important;
}

@media(max-width:1100px){
  :root{--clean-container: min(100% - 40px, 980px);}
  .hero-grid,
  .shop-layout{grid-template-columns:1fr !important;}
  .hero-media{margin-left:0 !important;max-width:620px !important;}
  .product-grid,
  .shop-main .product-grid,
  .luxury-product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .shop-layout{gap:34px !important;padding-top:56px !important;}
}
@media(max-width:680px){
  :root{--clean-container: calc(100% - 32px);}
  .product-grid,
  .shop-main .product-grid,
  .luxury-product-grid{grid-template-columns:1fr !important;gap:22px !important;}
  .product-img-wrap,.product-image{height:260px !important;max-height:260px !important;}
  .hero-media{min-height:430px !important;}
  .hero-main{width:80% !important;height:72% !important;}
  .hero-small{width:56% !important;height:34% !important;}
  .shop-controls-right{display:grid !important;grid-template-columns:1fr !important;}
}


/* CART FIX V5 - make Add to Cart button always clickable and above product image */
.product-img-wrap{position:relative !important;}
.product-quick-add,
.product-content button{
  z-index:30 !important;
  pointer-events:auto !important;
  bottom:0 !important;
}
.product-img-wrap img,
.product-image img{
  pointer-events:none !important;
}
.product-badge{z-index:25 !important;pointer-events:none !important;}

/* PROFESSIONAL PRODUCT CARD FIX V6
   - Image fills the whole media holder
   - Add to Cart returns to luxury bottom slide-up style
   - Full product card is clickable
*/
.product-card{
  position:relative !important;
  cursor:pointer !important;
  overflow:hidden !important;
}
.product-card .product-img-wrap,
.product-card .product-image{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:300px !important;
  max-height:300px !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  background:#eee7dc !important;
}
.shop-main .product-card .product-img-wrap,
.shop-main .product-card .product-image{
  height:320px !important;
  max-height:320px !important;
}
.product-card .product-img-wrap img,
.product-card .product-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  display:block !important;
  pointer-events:none !important;
  transition:transform .65s cubic-bezier(.25,.46,.45,.94), filter .35s ease !important;
}
.product-card:hover .product-img-wrap img,
.product-card:hover .product-image img{
  transform:scale(1.055) !important;
  filter:saturate(1.04) contrast(1.03) !important;
}
.product-badge,
.badge{
  position:absolute !important;
  top:20px !important;
  left:20px !important;
  z-index:4 !important;
  pointer-events:none !important;
}
.product-quick-add,
.product-content button{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-58px !important;
  width:100% !important;
  height:58px !important;
  z-index:6 !important;
  border:0 !important;
  border-radius:0 !important;
  background:#21120e !important;
  color:#fff7ef !important;
  font-size:.68rem !important;
  font-weight:700 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  cursor:pointer !important;
  opacity:0 !important;
  transform:translateY(10px) !important;
  transition:bottom .34s cubic-bezier(.25,.46,.45,.94), opacity .25s ease, transform .34s cubic-bezier(.25,.46,.45,.94), background .25s ease !important;
  pointer-events:auto !important;
}
.product-card:hover .product-quick-add,
.product-card:hover .product-content button,
.product-quick-add:focus,
.product-content button:focus{
  bottom:0 !important;
  opacity:1 !important;
  transform:translateY(0) !important;
}
.product-quick-add:hover,
.product-content button:hover{
  background:#c9a96e !important;
  color:#21120e !important;
}
.product-info,
.product-content{
  position:relative !important;
  z-index:2 !important;
}
@media(max-width:900px){
  .product-card .product-img-wrap,
  .product-card .product-image,
  .shop-main .product-card .product-img-wrap,
  .shop-main .product-card .product-image{
    height:280px !important;
    max-height:280px !important;
  }
  .product-quick-add,
  .product-content button{
    bottom:0 !important;
    opacity:1 !important;
    transform:none !important;
  }
}
@media(max-width:560px){
  .product-card .product-img-wrap,
  .product-card .product-image,
  .shop-main .product-card .product-img-wrap,
  .shop-main .product-card .product-image{
    height:300px !important;
    max-height:300px !important;
  }
}

/* STORE / FASHION HERO FIX ONLY */
.page-hero {
  min-height: 520px !important;
}

.page-hero-left {
  padding-top: 120px !important;
  padding-bottom: 70px !important;
}

.page-hero-right {
  height: 520px !important;
  min-height: 520px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.page-hero-right img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
}

/* If your current version also uses page-hero-img */
.page-hero-img {
  height: 520px !important;
  min-height: 520px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.page-hero-img img {
  border-radius: 0 !important;
}


@media (max-width: 680px) {
  .page-hero {
    min-height: auto !important;
  }

  .page-hero-right,
  .page-hero-img {
    height: 340px !important;
    min-height: 340px !important;
    border-radius: 0 !important;
  }
}

/* PREMIUM CTA SECTION FIX */
.cta-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.premium-cta-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 44px !important;
  padding: 42px 48px !important;
  border-radius: 30px !important;
  background: rgba(255, 249, 242, 0.94) !important;
  border: 1px solid rgba(201, 169, 106, 0.30) !important;
  box-shadow: 0 26px 70px rgba(43, 26, 20, 0.08) !important;
}

.premium-cta-text h2 {
  max-width: 820px !important;
  font-size: clamp(2rem, 3.4vw, 3.7rem) !important;
  line-height: 1.04 !important;
  margin: 0 0 12px !important;
}

.premium-cta-text p {
  max-width: 760px !important;
  color: var(--muted) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

.premium-cta-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

@media (max-width: 900px) {
  .premium-cta-card {
    grid-template-columns: 1fr !important;
    padding: 32px 24px !important;
  }

  .premium-cta-actions {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}

/* FINAL MOBILE MENU FIX */
@media (max-width: 1100px) {
  .desktop-nav,
  .desktop-only {
    display: none !important;
  }

  #openMenuBtn {
    display: inline-grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 16px !important;
    border: 1px solid var(--beige) !important;
    background: var(--espresso) !important;
    color: var(--white) !important;
    font-size: 18px !important;
    z-index: 100001 !important;
  }

  #mobileMenu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    bottom: 0 !important;
    width: min(86%, 360px) !important;
    height: 100vh !important;
    display: block !important;
    background: var(--white) !important;
    z-index: 100000 !important;
    padding: 34px 28px !important;
    box-shadow: -30px 0 80px rgba(43, 26, 20, 0.22) !important;
    transition: right 0.35s ease !important;
  }

  #mobileMenu.open {
    right: 0 !important;
  }

  #closeMenuBtn {
    display: grid !important;
    place-items: center !important;
    margin-left: auto !important;
    margin-bottom: 24px !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid var(--line) !important;
    border-radius: 14px !important;
    background: var(--cream) !important;
    color: var(--espresso) !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  #mobileMenu button:not(#closeMenuBtn) {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 18px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    background: transparent !important;
    color: var(--espresso) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }

  #mobileMenu button:not(#closeMenuBtn):hover,
  #mobileMenu button.active {
    color: var(--gold) !important;
    padding-left: 8px !important;
  }
}

/* ══════════════════════════════════════════
   CONTACT PAGE — PROFESSIONAL REDESIGN
   ══════════════════════════════════════════ */

/* INFO STRIP */
.contact-info-strip{background:var(--espresso);padding:36px 20px}
.contact-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.contact-strip-item{display:flex;align-items:flex-start;gap:12px;padding:0 24px;border-right:1px solid rgba(255,255,255,.1)}
.contact-strip-item:first-child{padding-left:0}
.contact-strip-item:last-child{border-right:0}
.csi-icon{font-size:20px;flex-shrink:0;margin-top:2px}
.csi-label{font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:0 0 4px}
.csi-value{font-size:12.5px;color:rgba(255,249,242,.82);margin:0;line-height:1.55}
.csi-sub{opacity:.55;font-size:11px}

/* MAIN BODY GRID */
.contact-body-grid{display:grid;grid-template-columns:1.25fr 0.75fr;gap:52px;align-items:start}

/* FORM PANEL */
.contact-form-title{font-family:'Cormorant Garamond','Playfair Display',serif;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;margin:10px 0 8px;line-height:1.2}
.contact-form-sub{font-size:13.5px;color:var(--muted);margin:0 0 28px;line-height:1.7}
.contact-form{display:flex;flex-direction:column;gap:18px}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cf-field{display:flex;flex-direction:column;gap:6px;font-weight:800;font-size:12px;color:var(--espresso)}
.cf-req{color:var(--gold);font-style:normal}
.cf-field input,.cf-field select,.cf-field textarea{width:100%;border:1.5px solid var(--line);border-radius:14px;background:var(--white);padding:12px 16px;font:inherit;font-size:14px;color:var(--espresso);outline:none;transition:border-color .2s,box-shadow .2s;margin-top:0}
.cf-field input:focus,.cf-field select:focus,.cf-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,169,106,.15)}
.cf-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236f5745' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}
.cf-field textarea{resize:vertical;min-height:130px;line-height:1.65}
.cf-char{font-size:11px;color:rgba(111,87,69,.45);text-align:right;font-weight:400;margin-top:-4px}
.cf-submit-row{display:flex;align-items:center;gap:20px;margin-top:4px}
.cf-submit{padding:14px 32px;font-size:11.5px;letter-spacing:.1em;display:inline-flex;align-items:center;gap:10px}
.cf-arrow{font-size:15px;transition:transform .2s}
.cf-submit:hover .cf-arrow{transform:translateX(4px)}
.cf-privacy{font-size:12px;color:rgba(111,87,69,.5);line-height:1.55;margin:0}

/* SIDE PANEL */
.contact-side{display:flex;flex-direction:column;gap:18px;position:sticky;top:88px}

/* WhatsApp card */
.contact-wa-card{background:#e8f5ee;border:1.5px solid #b5dfc5;border-radius:var(--radius);padding:26px;text-align:center}
.cwa-icon{font-size:28px;margin-bottom:10px}
.contact-wa-card h3{font-size:1.05rem;font-weight:700;color:var(--espresso);margin:0 0 8px}
.contact-wa-card p{font-size:13px;color:#3a5c46;line-height:1.65;margin:0 0 16px}
.cwa-btn{width:100%;justify-content:center;font-size:12px}

/* Promise card */
.contact-promise-card{background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);padding:22px 26px}
.cpc-title{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--espresso);margin:0 0 14px}
.cpc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.cpc-list li{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--espresso);font-weight:400}
.cpc-chk{width:20px;height:20px;border-radius:50%;background:var(--gold);color:var(--espresso);font-size:11px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}

/* Book card */
.contact-book-card{background:var(--espresso);border-radius:var(--radius);padding:24px 26px;color:var(--white)}
.contact-book-card h4{font-family:'Cormorant Garamond','Playfair Display',serif;font-size:1.2rem;font-weight:400;color:var(--white);margin:6px 0 8px}
.contact-book-card p{font-size:13px;color:rgba(255,249,242,.65);line-height:1.65;margin:0 0 16px}
.cbc-btn{background:var(--gold);border-color:var(--gold);color:var(--espresso);font-size:12px}

/* TRUST ROW */
.contact-trust-strip{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0 20px}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.trust-item{display:flex;gap:16px;align-items:flex-start;padding:36px 32px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-num{font-family:'Cormorant Garamond','Playfair Display',serif;font-size:2.8rem;font-weight:300;color:var(--gold);line-height:1;flex-shrink:0}
.trust-text h4{font-size:14px;font-weight:700;color:var(--espresso);margin:0 0 4px}
.trust-text p{font-size:12.5px;color:var(--muted);line-height:1.6;margin:0}

/* ══════════════════════════════════════════
   FAQ — PROFESSIONAL ACCORDION
   ══════════════════════════════════════════ */
.faq-pro-section{background:var(--espresso)}
.faq-pro-inner{max-width:820px}
.faq-pro-header{margin-bottom:44px}
.faq-pro-title{font-family:'Cormorant Garamond','Playfair Display',serif;font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:300;color:var(--white);margin:12px 0 10px;line-height:1.15}
.faq-pro-sub{font-size:14px;color:rgba(255,249,242,.5);margin:0}
.faq-pro-list{display:flex;flex-direction:column}
.faq-pro-item{border-bottom:1px solid rgba(201,169,106,.18)}
.faq-pro-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:transparent;border:0;cursor:pointer;text-align:left;padding:22px 0;font-family:Inter,system-ui,sans-serif;font-size:14.5px;font-weight:500;color:rgba(255,249,242,.72);transition:color .2s}
.faq-pro-btn:hover,.faq-pro-item.open .faq-pro-btn{color:var(--white)}
.faq-pro-item.open .faq-pro-btn{color:var(--gold)}
.faq-pro-chev{flex-shrink:0;width:28px;height:28px;border:1px solid rgba(201,169,106,.28);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(201,169,106,.7);transition:transform .32s,background .2s,border-color .2s,color .2s}
.faq-pro-item.open .faq-pro-chev{transform:rotate(180deg);background:var(--gold);border-color:var(--gold);color:var(--espresso)}
.faq-pro-body{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1)}
.faq-pro-item.open .faq-pro-body{max-height:350px}
.faq-pro-answer{margin:0;padding:0 0 22px 20px;font-size:14px;color:rgba(255,249,242,.58);line-height:1.8;border-left:2px solid var(--gold)}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media(max-width:960px){
  .contact-body-grid{grid-template-columns:1fr;gap:36px}
  .contact-side{position:static}
  .trust-row{grid-template-columns:1fr}
  .trust-item{border-right:0;border-bottom:1px solid var(--line);padding:24px 0}
  .trust-item:last-child{border-bottom:0}
}
@media(max-width:780px){
  .contact-strip-grid{grid-template-columns:1fr 1fr;gap:20px}
  .contact-strip-item{border-right:0;padding:0}
}
@media(max-width:520px){
  .contact-strip-grid{grid-template-columns:1fr;gap:16px}
  .cf-row{grid-template-columns:1fr}
  .cf-submit-row{flex-direction:column;align-items:flex-start;gap:12px}
  .faq-pro-btn{font-size:13.5px;padding:18px 0}
}
