/*
 * Sweet Thingzz Homepage Styling
 * Lives in your Kadence child theme
 * --------------------------------
 * Loaded by functions.php only on the homepage template
 */

:root{
  --cream:#fbf6f0;
  --cream-warm:#f5e9dc;
  --blush:#f3ddd0;
  --blush-mid:#e8c5b3;
  --blush-deep:#d49d88;
  --aubergine:#3d2820;
  --ink:#2b1c16;
  --ink-soft:#4a352c;
  --muted:#8a6f64;
  --line:#ead8c8;
  --line-soft:#f0e2d4;
  --gold:#9d7250;
  --gold-deep:#7a4f33;
  --shadow:0 24px 60px -25px rgba(43,28,22,.22);
  --shadow-sm:0 8px 24px -8px rgba(43,28,22,.14);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',sans-serif;
  background:var(--cream);
  color:var(--ink);
  font-size:15px;
  line-height:1.6;
  font-weight:300;
  overflow-x:hidden;
}

h1,h2,h3,h4,.serif{font-family:'Cormorant Garamond',serif;font-weight:500;letter-spacing:-.005em}
.italiana{font-family:'Italiana',serif;letter-spacing:.04em;font-weight:400}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
a{color:inherit;text-decoration:none}

/* ====== ANNOUNCE ====== */
.announce{
  background:var(--ink);
  color:var(--cream);
  text-align:center;
  padding:9px 20px;
  font-size:11px;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:400;
}
.announce em{font-family:'Italiana',serif;font-style:normal;color:var(--blush);font-size:12px;margin:0 6px;letter-spacing:.1em}

/* ====== NAV ====== */
nav{
  position:sticky;top:0;z-index:100;
  background:rgba(251,246,240,.94);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:1500px;margin:0 auto;
  padding:18px 40px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:36px;
}
.nav-links{display:flex;gap:32px;list-style:none}
.nav-links a{
  font-size:11px;letter-spacing:.2em;text-transform:uppercase;
  font-weight:500;
  color:var(--ink-soft);
  transition:color .3s;
}
.nav-links a:hover{color:var(--gold-deep)}
.brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  color:var(--ink);
}
.brand-logo{
  height:100px;
  width:auto;
  display:block;
}
.brand small{display:block;font-size:13px;letter-spacing:.4em;margin-top:10px;color:var(--muted);font-family:'Inter',sans-serif;font-weight:400}
.nav-right{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.cart-btn{
  display:flex;align-items:center;gap:10px;
  font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:500;
  color:var(--ink-soft);
  font-family:'Inter',sans-serif;
  text-decoration:none;
}
.cart-btn:hover{color:var(--gold-deep)}
.cart-count{
  background:var(--ink);color:var(--cream);
  width:22px;height:22px;border-radius:50%;
  font-size:10px;display:flex;align-items:center;justify-content:center;
  font-weight:500;
}

/* ====== HERO (compact, half-height) ====== */
.hero{
  background:var(--cream-warm);
  padding:0;
  border-bottom:1px solid var(--line);
}
.hero-inner{
  max-width:1500px;margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  min-height:54vh;
  gap:60px;
  padding:60px 40px;
}
.hero-content{padding-right:20px}
.hero-mark{
  font-size:10px;letter-spacing:.4em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;
  margin-bottom:24px;
  display:flex;align-items:center;gap:14px;
}
.hero-mark::before{content:'';width:30px;height:1px;background:currentColor;opacity:.6}
.hero h1{
  font-size:clamp(40px,5vw,64px);
  line-height:1.05;
  font-weight:500;
  margin-bottom:24px;
  letter-spacing:-.015em;
  color:var(--ink);
}
.hero h1 .it{
  font-family:'Italiana',serif;
  font-weight:400;
  color:var(--gold-deep);
  display:block;
  font-size:.85em;
  margin-top:.05em;
}
.hero-sub{
  font-size:16px;line-height:1.7;
  color:var(--ink-soft);
  max-width:440px;
  margin-bottom:32px;
  font-weight:300;
}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;gap:12px;
  padding:16px 32px;
  font-size:11px;letter-spacing:.22em;text-transform:uppercase;
  font-weight:500;
  transition:all .3s;
  border:1px solid transparent;
  cursor:pointer;
}
.btn-primary{background:var(--ink);color:var(--cream)}
.btn-primary:hover{background:var(--gold-deep);transform:translateY(-1px);box-shadow:var(--shadow-sm)}
.btn-ghost{border-color:var(--ink);color:var(--ink);background:transparent}
.btn-ghost:hover{background:var(--ink);color:var(--cream)}
.btn .arrow{transition:transform .3s;font-family:serif}
.btn:hover .arrow{transform:translateX(4px)}

.hero-photo{
  position:relative;
  height:54vh;
  min-height:420px;
  overflow:hidden;
  background:var(--cream-warm);  /* Same as hero section bg, no gradient */
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.hero-photo img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}

/* ====== COLLECTION (catalogue grid) ====== */
.collection{
  padding:90px 40px 100px;
  background:var(--cream);
}
.col-inner{max-width:1500px;margin:0 auto}
.col-head{
  text-align:center;
  margin-bottom:48px;
}
.col-head .eyebrow{
  font-size:10px;letter-spacing:.42em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;
  margin-bottom:18px;
  display:flex;align-items:center;justify-content:center;gap:14px;
}
.col-head .eyebrow::before,.col-head .eyebrow::after{
  content:'';width:30px;height:1px;background:currentColor;opacity:.5;
}
.col-head h2{
  font-size:clamp(38px,4.6vw,56px);
  line-height:1.05;
  font-weight:500;
}
.col-head h2 .it{font-family:'Italiana',serif;font-weight:400;color:var(--gold-deep)}
.col-head p{
  color:var(--muted);
  max-width:560px;
  margin:18px auto 0;
  font-size:15px;
}

/* Filter pills */
.col-filters{
  display:flex;flex-wrap:wrap;gap:8px;
  justify-content:center;
  margin-bottom:48px;
}
.col-filter{
  padding:10px 22px;
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  font-weight:500;
  border:1px solid var(--line);
  background:transparent;
  color:var(--ink-soft);
  cursor:pointer;
  transition:all .3s;
}
.col-filter:hover{border-color:var(--ink);color:var(--ink)}
.col-filter.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}

/* Product grid */
.product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:36px 24px;
}
.product{
  cursor:pointer;
  position:relative;
  display:block;
  text-decoration:none;
  color:inherit;
}
.product-image{
  position:relative;
  aspect-ratio:1/1;
  background:linear-gradient(180deg, #fdf8f4 0%, #f5e1d8 100%);
  overflow:hidden;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.product-image img{
  width:88%;
  height:88%;
  object-fit:contain;
  object-position:center;
  transition:transform 1s cubic-bezier(.2,.8,.2,1);
  filter:drop-shadow(0 8px 18px rgba(43,28,22,.12));
}
.product:hover .product-image img{transform:scale(1.05)}
.product-image .ph{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  font-family:'Italiana',serif;
  font-size:17px;color:var(--gold-deep);
  text-align:center;padding:20px;
  letter-spacing:.05em;
}
.product-tag{
  position:absolute;top:14px;left:14px;
  background:var(--cream);
  padding:6px 12px;
  font-size:9px;letter-spacing:.22em;text-transform:uppercase;
  font-weight:500;color:var(--gold-deep);
  z-index:2;
}
.product-tag.dark{background:var(--ink);color:var(--blush-deep)}
.product-quick{
  position:absolute;bottom:0;left:0;right:0;
  background:var(--ink);color:var(--cream);
  padding:13px 20px;
  display:flex;justify-content:space-between;align-items:center;
  font-size:10px;letter-spacing:.2em;text-transform:uppercase;
  font-weight:500;
  transform:translateY(100%);
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
  z-index:3;
}
.product:hover .product-quick{transform:translateY(0)}
.product-info{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:16px;
}
.product-info h3{
  font-size:19px;font-weight:500;line-height:1.25;
  margin-bottom:4px;
}
.product-info .desc{font-size:12px;color:var(--muted);line-height:1.5}
.product-price{
  font-family:'Cormorant Garamond',serif;
  font-size:19px;font-weight:500;
  white-space:nowrap;text-align:right;
}
.product-price small{
  display:block;
  font-size:9px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--muted);
  font-family:'Inter',sans-serif;font-weight:400;
}

/* ====== OCCASIONS WE SERVE ====== */
.occasions{
  padding:90px 40px;
  background:var(--cream-warm);
  border-top:1px solid var(--line);
}
.occasions-inner{max-width:1400px;margin:0 auto}
.occasions-head{
  text-align:center;
  margin-bottom:48px;
}
.occasions-head .eyebrow{
  font-size:10px;letter-spacing:.42em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;
  margin-bottom:14px;
  display:flex;align-items:center;justify-content:center;gap:14px;
}
.occasions-head .eyebrow::before,.occasions-head .eyebrow::after{
  content:'';width:30px;height:1px;background:currentColor;opacity:.5;
}
.occasions-head h2{
  font-size:clamp(34px,4.4vw,52px);
  line-height:1.1;font-weight:500;
}
.occasions-head h2 .it{font-family:'Italiana',serif;font-weight:400;color:var(--gold-deep)}
.occasions-head p{
  color:var(--ink-soft);
  max-width:600px;
  margin:18px auto 0;
  font-size:15px;line-height:1.7;
}
.occasions-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.occasion-card{
  display:block;
  background:var(--cream);
  padding:28px 24px;
  border:1px solid var(--line);
  text-decoration:none;
  color:var(--ink);
  transition:all .35s cubic-bezier(.2,.8,.2,1);
  position:relative;
  cursor:pointer;
}
.occasion-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:2px;
  background:linear-gradient(90deg, var(--blush-deep), var(--gold));
  opacity:0;
  transition:opacity .3s;
}
.occasion-card:hover{
  border-color:var(--gold);
  transform:translateY(-3px);
  box-shadow:var(--shadow-sm);
}
.occasion-card:hover::before{opacity:1}
.occasion-card h3{
  font-size:18px;font-weight:500;
  line-height:1.25;margin-bottom:10px;
  color:var(--ink);
}
.occasion-card p{
  font-size:13px;color:var(--muted);
  line-height:1.65;
}

/* ====== CUSTOM DESIGNS STRIP (compact, no cropping) ====== */
.customs{
  padding:80px 40px;
  background:var(--cream-warm);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.customs-inner{max-width:1500px;margin:0 auto}
.customs-head{
  display:flex;justify-content:space-between;align-items:flex-end;
  flex-wrap:wrap;gap:24px;
  margin-bottom:36px;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
}
.customs-head .left .eyebrow{
  font-size:10px;letter-spacing:.4em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;
  margin-bottom:10px;
}
.customs-head h2{
  font-size:clamp(28px,3.4vw,38px);
  line-height:1.1;font-weight:500;
}
.customs-head h2 .it{font-family:'Italiana',serif;font-weight:400;color:var(--gold-deep)}
.customs-head .right{
  text-align:right;
  font-size:13px;
  color:var(--ink-soft);
  line-height:1.7;
  max-width:380px;
}
.customs-head .right strong{
  color:var(--gold-deep);
  font-weight:500;
}
/* Strip — full image, no cropping */
.customs-strip{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
.customs-item{
  cursor:pointer;
}
.customs-item-img{
  position:relative;
  aspect-ratio:1/1;
  background:linear-gradient(180deg, #fdf8f4 0%, #f5e1d8 100%);
  overflow:hidden;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.customs-item-img img{
  width:88%;
  height:88%;
  object-fit:contain;
  object-position:center;
  transition:transform 1s cubic-bezier(.2,.8,.2,1);
  filter:drop-shadow(0 8px 18px rgba(43,28,22,.12));
}
.customs-item:hover .customs-item-img img{transform:scale(1.05)}
.customs-item-label{
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  font-weight:500;
  color:var(--ink-soft);
  text-align:center;
  line-height:1.5;
}

/* ====== PROMISE BAND (condensed) ====== */
.promise-band{
  padding:64px 40px;
  background:var(--ink);
  color:var(--cream);
  text-align:center;
}
.promise-inner{max-width:1100px;margin:0 auto}
.promise-eyebrow{
  font-size:10px;letter-spacing:.4em;text-transform:uppercase;
  color:var(--blush-deep);font-weight:500;
  margin-bottom:16px;
}
.promise-band h2{
  font-size:clamp(28px,3.6vw,40px);
  line-height:1.2;font-weight:500;
  color:var(--cream);
  margin-bottom:18px;
}
.promise-band h2 .it{font-family:'Italiana',serif;font-weight:400;color:var(--blush-deep)}
.promise-band p{
  color:rgba(251,246,240,.78);
  max-width:620px;margin:0 auto 36px;
  font-size:15px;line-height:1.75;
}
.promise-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  padding-top:36px;
  border-top:1px solid rgba(251,246,240,.18);
}
.promise-cell{
  text-align:center;
}
.promise-cell-icon{
  width:44px;height:44px;
  border:1px solid var(--blush-deep);
  border-radius:50%;
  margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
  color:var(--blush-deep);
}
.promise-cell strong{
  font-family:'Cormorant Garamond',serif;
  font-size:17px;font-weight:500;
  display:block;color:var(--cream);
  margin-bottom:4px;
}
.promise-cell span{
  font-size:10px;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(251,246,240,.5);
}

/* ====== CORPORATE ====== */
.corporate{
  padding:80px 40px;
  background:var(--cream);
}
.corp-inner{
  max-width:1300px;margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  align-items:center;
}
.corp-content .eyebrow{
  font-size:10px;letter-spacing:.4em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;
  margin-bottom:18px;
  display:flex;align-items:center;gap:14px;
}
.corp-content .eyebrow::before{content:'';width:30px;height:1px;background:currentColor;opacity:.6}
.corporate h2{
  font-size:clamp(34px,4.2vw,52px);
  line-height:1.05;font-weight:500;
  margin-bottom:20px;
}
.corporate h2 .it{font-family:'Italiana',serif;font-weight:400;color:var(--gold-deep);display:block;font-size:.88em}
.corporate p{
  color:var(--ink-soft);
  font-size:15px;line-height:1.75;
  margin-bottom:24px;
  max-width:520px;
}
.corp-stats{
  display:grid;grid-template-columns:repeat(3,auto);gap:36px;
  margin:24px 0 30px;
  padding:22px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  max-width:520px;
}
.corp-stat strong{
  font-family:'Italiana',serif;
  font-size:30px;color:var(--gold-deep);
  display:block;line-height:1;letter-spacing:.04em;
  font-weight:400;
}
.corp-stat span{
  font-size:9px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--muted);
  display:block;margin-top:6px;
}
.corp-image{
  aspect-ratio:1/1;
  overflow:hidden;
  background:linear-gradient(180deg, #fdf8f4 0%, #f5e1d8 100%);
  display:flex;
  align-items:center;
  justify-content:center;
}
.corp-image img{
  width:88%;
  height:88%;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 8px 18px rgba(43,28,22,.12));
}

/* ====== FAQ ====== */
.faq{padding:90px 40px;background:var(--cream-warm)}
.faq-inner{max-width:880px;margin:0 auto}
.faq-head{text-align:center;margin-bottom:48px}
.faq-head .eyebrow{
  font-size:10px;letter-spacing:.42em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;
  margin-bottom:14px;
}
.faq-head h2{font-size:clamp(32px,4vw,46px);font-weight:500;line-height:1.1}
.faq-head h2 .it{font-family:'Italiana',serif;font-weight:400;color:var(--gold-deep)}
.faq-item{
  border-bottom:1px solid var(--line);
  padding:24px 0;
  cursor:pointer;
}
.faq-q{
  display:flex;justify-content:space-between;align-items:center;
  gap:24px;
  font-family:'Cormorant Garamond',serif;
  font-size:21px;font-weight:500;color:var(--ink);
}
.faq-q .plus{
  width:26px;height:26px;
  border:1px solid var(--ink);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:14px;flex-shrink:0;font-family:'Inter',sans-serif;font-weight:300;
  transition:all .35s;
}
.faq-item.open .plus{background:var(--ink);color:var(--cream);transform:rotate(45deg)}
.faq-a{
  max-height:0;overflow:hidden;
  transition:max-height .4s ease,padding .4s ease;
  color:var(--ink-soft);font-size:14px;line-height:1.75;
}
.faq-item.open .faq-a{max-height:300px;padding-top:14px}

/* ====== ABOUT / SEO CONTENT ====== */
.about-seo{
  padding:80px 40px;
  background:var(--cream);
  border-top:1px solid var(--line);
}
.about-inner{
  max-width:1000px;margin:0 auto;
  text-align:center;
}
.about-eyebrow{
  font-size:10px;letter-spacing:.42em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:500;
  margin-bottom:14px;
}
.about-seo h2{
  font-size:clamp(28px,3.6vw,40px);
  line-height:1.15;font-weight:500;
  margin-bottom:32px;
}
.about-seo h2 .it{font-family:'Italiana',serif;font-weight:400;color:var(--gold-deep)}
.about-body{
  text-align:left;
  max-width:780px;margin:0 auto;
}
.about-body p{
  color:var(--ink-soft);
  font-size:14px;line-height:1.8;
  margin-bottom:18px;
}
.about-body strong{
  color:var(--ink);
  font-weight:500;
}
.about-subhead{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;font-weight:500;
  color:var(--ink);
  margin:32px 0 16px;
  letter-spacing:-.01em;
}

/* ====== FOOTER ====== */
footer{
  background:var(--aubergine);
  color:var(--cream);
  padding:64px 40px 28px;
}
.foot-inner{max-width:1400px;margin:0 auto}
.foot-top{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:48px;
  margin-bottom:40px;padding-bottom:36px;
  border-bottom:1px solid rgba(251,246,240,.14);
}
.foot-brand .italiana{font-size:24px;display:block;margin-bottom:14px;letter-spacing:.18em}
.foot-logo{
  height:64px;
  width:auto;
  display:block;
  margin-bottom:18px;
}
.foot-brand p{font-size:13px;color:rgba(251,246,240,.6);max-width:340px;line-height:1.75}
.foot-col h5{
  font-size:11px;letter-spacing:.22em;text-transform:uppercase;
  color:var(--blush-deep);margin-bottom:16px;font-weight:500;
}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:11px}
.foot-col a{font-size:13px;color:rgba(251,246,240,.7);transition:color .3s}
.foot-col a:hover{color:var(--blush-deep)}
.foot-bottom{
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:18px;
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(251,246,240,.45);
}
.socials{display:flex;gap:12px}
.socials a{
  width:34px;height:34px;
  border:1px solid rgba(251,246,240,.22);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  transition:all .3s;
}
.socials a:hover{background:var(--blush-deep);border-color:var(--blush-deep);color:var(--ink)}

/* ====== RESPONSIVE ====== */
@media (max-width:1100px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .customs-strip{grid-template-columns:repeat(3,1fr)}
  .occasions-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  .nav-inner{padding:16px 28px;gap:24px}
  .hero-inner{grid-template-columns:1fr;gap:0;padding:0}
  .hero-content{padding:60px 28px;order:2}
  .hero-photo{order:1;height:auto;aspect-ratio:5/3;min-height:0}
  .corp-inner{grid-template-columns:1fr;gap:40px}
  .promise-grid{grid-template-columns:repeat(2,1fr);gap:32px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .customs-strip{grid-template-columns:repeat(2,1fr)}
  .occasions-grid{grid-template-columns:repeat(2,1fr)}
  .modal{grid-template-columns:1fr;max-height:95vh}
  .modal-image{min-height:280px}
  .foot-top{grid-template-columns:1fr 1fr;gap:32px}
  .corp-stats{gap:24px}
  .customs-head{flex-direction:column;align-items:flex-start}
  .customs-head .right{text-align:left}
}
@media (max-width:560px){
  .nav-inner{padding:14px 20px;grid-template-columns:auto 1fr auto;gap:12px}
  .nav-links{display:none}
  .brand{font-size:20px}
  .hero-content{padding:40px 20px}
  .hero h1{font-size:36px}
  .collection,.customs,.corporate,.faq,.promise-band,.occasions{padding:60px 20px}
  .product-grid{grid-template-columns:1fr;gap:32px}
  .customs-strip{grid-template-columns:1fr}
  .occasions-grid{grid-template-columns:1fr;gap:14px}
  .modal-content{padding:28px 22px}
  .modal h3{font-size:26px}
  .foot-top{grid-template-columns:1fr;gap:28px}
  .corp-stats{grid-template-columns:1fr;gap:18px}
  .promise-grid{grid-template-columns:1fr;gap:24px}
}

/* ============================================
   PROMISE BAND HEADINGS — CHAMPAGNE GOLD
   ============================================ */
.promise-band .promise-item h3 {
    color: #d4b48a !important;
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* ============================================
   HIDE TOP KADENCE HEADER ON HOMEPAGE
   This file only loads on homepage, so no body class filter needed
   ============================================ */
#masthead {
    display: none !important;
}

/* ============================================
   CONTACT BUTTON — matches cart-btn style
   ============================================ */
.contact-btn {
    display: flex;
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ink-soft);
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    transition: color 0.3s;
}
.contact-btn:hover {
    color: var(--gold-deep);
}

/* ============================================
   NAV LAYOUT FIXES
   - Contact + Cart pushed to far right, gap between them
   - All three nav columns vertically centered
   - Brand logo pulled up slightly to align visually with menu items
   ============================================ */
.nav-inner {
    align-items: center !important;
}

.nav-right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 28px !important;
}

.brand {
    margin-top: -12px !important;
}