/* ===================================================================
   SPH GROUP — Premium Footwear Components Manufacturer
   Design system: warm ink + brass accent, clean industrial premium
   =================================================================== */

:root{
  --ink: #14120f;
  --ink-soft: #3a352f;
  --ink-muted: #2A2420;
  --paper: #ffffff;
  --paper-soft: #f7f5f1;
  --paper-deep: #efeae2;
  --line: #e6e1d8;
  --accent: #b08d4f;
  --accent-dark: #8f7038;
  --accent-light: #d9bd85;
  --on-dark: #f3efe6;
  --on-dark-muted: #b7ae9c;

  --font-head: 'Space Grotesk', 'Segoe UI', sans-serif;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;

  --container: 1240px;
  --radius: 4px;
  --shadow-soft: 0 20px 50px -20px rgba(20,18,15,0.18);
  --shadow-card: 0 1px 2px rgba(20,18,15,0.04), 0 12px 28px -16px rgba(20,18,15,0.14);
  --ease: cubic-bezier(.4,0,.2,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
button{ font:inherit; border:none; background:none; cursor:pointer; color:inherit; }
input,textarea,select{ font:inherit; color:inherit; }
h1,h2,h3,h4{ font-family:var(--font-head); font-weight:600; line-height:1.15; letter-spacing:-0.01em; }
/* Big editorial headlines (hero + every section title) get an elegant serif;
   smaller UI headings (card titles, footer labels) stay on the clean grotesk
   above for legibility — this pairing is what makes the whole site read as
   one premium system instead of a single reused heading style everywhere. */
h1,h2{ font-family:var(--font-display); font-weight:700; letter-spacing:0; }

.skip-link{
  position:absolute; left:-999px; top:0; background:var(--ink); color:var(--on-dark);
  padding:12px 20px; z-index:999;
}
.skip-link:focus{ left:12px; top:12px; }

.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important; }
}

/* ---------- Reveal-on-scroll ---------- */
[data-reveal]{ opacity:0; transform:translateY(28px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in-view{ opacity:1; transform:none; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:15px 30px; font-weight:600; font-size:0.95rem; letter-spacing:0.01em;
  border-radius:var(--radius); transition:all .3s var(--ease); white-space:nowrap;
}
.btn-solid{ background:var(--ink); color:var(--on-dark); }
.btn-solid:hover{ background:var(--accent-dark); transform:translateY(-2px); box-shadow:var(--shadow-soft); }
.btn-outline{ border:1.5px solid var(--ink); color:var(--ink); }
.btn-outline:hover{ background:var(--ink); color:var(--on-dark); }
.btn-ghost{ border:1.5px solid var(--accent-light); color:var(--on-dark); }
.btn-ghost:hover{ background:var(--accent); border-color:var(--accent); color:var(--ink); }
.btn-sm{ padding:10px 20px; font-size:0.85rem; }
.btn-wide{ width:100%; margin-top:28px; }

/* ---------- Section shared ---------- */
section{ position:relative; }
.eyebrow{
  display:inline-block; font-family:var(--font-head); font-size:0.78rem; font-weight:600;
  letter-spacing:0.14em; text-transform:uppercase; color:var(--accent-dark); margin-bottom:16px;
}
.eyebrow-light{ color:var(--accent-light); }
.eyebrow-lg{ font-size:1.05rem; letter-spacing:0.12em; }
.section-head{ max-width:660px; margin:0 auto 56px; text-align:center; }
.section-head h2{ font-size:clamp(1.9rem, 3.2vw, 2.6rem); margin-bottom:16px; }
.section-head p{ color:var(--ink-muted); font-size:1.05rem; }
.section-head.light h2, .section-head.light p{ color:var(--on-dark); }
.section-head.light p{ color:var(--on-dark-muted); }

/* ===================================================================
   HEADER
   =================================================================== */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:200;
  padding:16px 0; transition:all .35s var(--ease);
  background:rgba(255,255,255,0.88); backdrop-filter:blur(10px);
  box-shadow:0 1px 0 var(--line);
}
.site-header.scrolled{
  background:rgba(255,255,255,0.96); backdrop-filter:blur(14px);
  padding:12px 0; box-shadow:0 4px 20px -8px rgba(20,18,15,0.12);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; }

.brand{ display:flex; align-items:center; gap:12px; transition:opacity .3s var(--ease); }
.brand:hover{ opacity:0.85; }
.brand-logo{ height:44px; width:auto; display:block; }
.brand-est{
  display:flex; flex-direction:column; font-family:var(--font-head); font-weight:600;
  font-size:0.68rem; letter-spacing:0.08em; line-height:1.35; color:var(--accent-dark);
  padding-left:12px; border-left:1px solid var(--line);
}

/* Footer brand (text mark, no logo image) */
.brand-mark{
  display:flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:6px;
  background:var(--ink); color:var(--accent-light);
  font-family:var(--font-head); font-weight:700; font-size:0.95rem; letter-spacing:0.02em;
  flex-shrink:0;
}
.brand-text{
  display:flex; flex-direction:column; font-family:var(--font-head); font-weight:700;
  font-size:1.15rem; letter-spacing:0.02em; color:var(--ink);
}
.site-footer .brand-mark{ background:var(--accent-light); color:var(--ink); }
.site-footer .brand-text{ color:var(--on-dark); }
.brand-text em{
  font-style:normal; font-family:var(--font-body); font-weight:500; font-size:0.62rem;
  letter-spacing:0.06em; text-transform:uppercase; color:var(--ink-muted); margin-top:2px;
}

.main-nav ul{ display:flex; gap:34px; }
.nav-link{
  font-size:0.92rem; font-weight:500; color:var(--ink); position:relative; padding:4px 0;
}
.nav-link::after{
  content:''; position:absolute; left:0; bottom:-2px; width:0; height:2px; background:var(--accent);
  transition:width .3s var(--ease);
}
.nav-link:hover::after, .nav-link.active-link::after{ width:100%; }

.header-actions{ display:flex; align-items:center; gap:16px; }

.hamburger{ display:none; flex-direction:column; gap:5px; width:26px; }
.hamburger span{ height:2px; background:var(--ink); border-radius:2px; transition:all .3s var(--ease); }
.hamburger.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2){ opacity:0; }
.hamburger.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }
.hamburger.open span{ background:var(--ink); }

/* ===================================================================
   HERO
   =================================================================== */
.hero{
  position:relative; min-height:100vh; min-height:100svh; display:flex; align-items:center;
  background:radial-gradient(ellipse at 20% 0%, #232019 0%, var(--ink) 55%);
  color:var(--on-dark); overflow:hidden; padding:140px 0 100px;
}

/* ---------- Full-width hero image carousel ---------- */
.hero-slider{ position:absolute; inset:0; z-index:0; overflow:hidden; background:var(--ink); }
.hero-slide{
  position:absolute; inset:0;
  background-size:cover; background-position:center; background-repeat:no-repeat;
  opacity:0; transform:scale(1.08);
  transition:opacity 1.4s var(--ease), transform 6s linear;
}
.hero-slide.active{ opacity:1; transform:scale(1); z-index:1; }
.hero-slide-1{ background-image:url('../img/hero/hero-1.jpg'); }
.hero-slide-2{ background-image:url('../img/hero/hero-2.jpg'); }
.hero-slide-3{ background-image:url('../img/hero/hero-3.jpg'); }
.hero-slide-4{ background-image:url('../img/hero/hero-4.jpg'); }
.hero-slide-5{ background-image:url('../img/hero/hero-5.jpg'); }
.hero-slider-overlay{
  position:absolute; inset:0; z-index:2;
  background:
    linear-gradient(100deg, rgba(15,13,10,0.95) 0%, rgba(15,13,10,0.82) 34%, rgba(15,13,10,0.42) 62%, rgba(15,13,10,0.72) 100%),
    linear-gradient(0deg, rgba(15,13,10,0.55), transparent 45%);
}
.hero-dots{
  position:absolute; right:32px; bottom:110px; z-index:5;
  display:flex; flex-direction:column; gap:10px;
}
.hero-dot{
  width:8px; height:8px; border-radius:50%; background:rgba(243,239,230,0.35);
  transition:all .3s var(--ease); padding:0;
}
.hero-dot.active{ background:var(--accent-light); transform:scale(1.3); }

.hero-grid-bg{
  position:absolute; inset:0; z-index:3; mix-blend-mode:overlay; opacity:0.7;
  background-image:linear-gradient(rgba(176,141,79,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(176,141,79,0.1) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 85%);
}
.hero-glow{
  position:absolute; top:-10%; right:-10%; width:60%; height:70%; z-index:3;
  background:radial-gradient(circle, rgba(176,141,79,0.18), transparent 70%);
  pointer-events:none;
}
.hero-inner{ position:relative; z-index:4; }

.hero-copy{ max-width:640px; }
.hero-copy h1{ font-size:clamp(2.4rem, 4.6vw, 3.8rem); margin:0 0 22px; }
.hero-copy h1 em{ font-style:normal; color:var(--accent-light); }
.hero-copy p{ font-size:1.08rem; color:var(--on-dark-muted); max-width:520px; margin-bottom:36px; }
.hero-btns{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:56px; }

.hero-stats{ display:grid; grid-template-columns:repeat(3,auto); gap:36px; }
.hero-stats div{ display:flex; flex-direction:column; gap:4px; }
.hero-stats strong{ font-family:var(--font-head); font-size:1.5rem; color:var(--accent-light); }
.hero-stats span{ font-size:0.8rem; color:var(--on-dark-muted); }

.scroll-cue{
  position:absolute; left:50%; bottom:32px; z-index:5; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:8px;
  font-size:0.7rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--on-dark-muted);
}
.scroll-cue span{
  width:1px; height:36px; background:linear-gradient(var(--accent-light), transparent);
  animation:scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown{ 0%,100%{ opacity:0.3;} 50%{ opacity:1; } }

/* ===================================================================
   MARQUEE
   =================================================================== */
.marquee-strip{ background:var(--ink); padding:18px 0; overflow:hidden; border-top:1px solid rgba(176,141,79,0.2); border-bottom:1px solid rgba(176,141,79,0.2); }
.marquee-track{
  display:flex; gap:20px; white-space:nowrap; width:max-content;
  animation:marquee 32s linear infinite;
}
.marquee-track span{ font-family:var(--font-head); font-size:0.85rem; letter-spacing:0.04em; color:var(--on-dark-muted); padding:0 8px; }
.marquee-track span:nth-child(odd){ color:var(--accent-light); }
@keyframes marquee{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* ---------- Trust band ---------- */
.trust-band{ background:var(--paper-soft); padding:64px 0; text-align:center; border-bottom:1px solid var(--line); }
.trust-inner h2{ font-size:clamp(1.4rem,2.4vw,1.9rem); max-width:760px; margin:0 auto 14px; }
.trust-inner p{ max-width:640px; margin:0 auto; color:var(--ink-muted); }

/* ===================================================================
   ABOUT
   =================================================================== */
.about{ padding:120px 0; }
.about-inner{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:72px; align-items:center; }
.about-visual{ position:relative; }
.about-frame{
  position:relative; aspect-ratio:400/440; border-radius:6px; overflow:hidden;
  background:var(--paper-soft); border:1px solid var(--line); box-shadow:var(--shadow-card);
}
.about-photo{
  width:100%; height:100%;
  background-image:url('../img/about/about-photo.jpg');
  background-size:cover; background-position:center;
}
.about-badge{
  position:absolute; bottom:-24px; right:-24px; background:var(--ink); color:var(--on-dark);
  padding:22px 26px; border-radius:8px; box-shadow:var(--shadow-soft); text-align:center;
}
.about-badge strong{ display:block; font-family:var(--font-head); font-size:2rem; color:var(--accent-light); }
.about-badge span{ font-size:0.72rem; letter-spacing:0.04em; color:var(--on-dark-muted); }

.about-copy h2{ font-size:clamp(1.9rem,3.2vw,2.5rem); margin-bottom:20px; }
.about-copy p{ color:var(--ink-muted); margin-bottom:16px; }
.about-copy p .sph-highlight{ color:var(--accent); font-weight:600; }

.about-more{
  display:grid; grid-template-rows:0fr; transition:grid-template-rows .55s var(--ease);
}
.about-more.open{ grid-template-rows:1fr; }
.about-more-inner{ overflow:hidden; }
.about-more-inner p{ color:var(--ink-muted); margin-bottom:16px; }
.about-more-inner p .sph-highlight{ color:var(--accent); font-weight:600; }
.about-more-inner p:first-child{ margin-top:2px; }

.read-more-btn{
  display:inline-flex; align-items:center; gap:7px; margin-bottom:28px;
  font-family:var(--font-head); font-weight:600; font-size:0.9rem; color:var(--accent-dark);
  border-bottom:1.5px solid var(--accent-light); padding-bottom:2px; transition:color .25s var(--ease), border-color .25s var(--ease);
}
.read-more-btn:hover{ color:var(--ink); border-color:var(--ink); }
.rm-icon{ width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2.2; transition:transform .35s var(--ease); }
.read-more-btn.open .rm-icon{ transform:rotate(180deg); }

.about-list{ margin:0 0 32px; display:flex; flex-direction:column; gap:12px; }
.about-list li{ display:flex; align-items:flex-start; gap:10px; font-weight:500; }
.check{
  display:flex; align-items:center; justify-content:center; width:20px; height:20px; border-radius:50%;
  background:var(--accent); color:var(--ink); font-size:0.7rem; flex-shrink:0; margin-top:2px;
}

/* ===================================================================
   PRODUCTS
   =================================================================== */
.products{ padding:120px 0; background:var(--paper-soft); }
.filter-bar{ display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-bottom:48px; }
.filter-btn{
  padding:10px 22px; border:1.5px solid var(--line); border-radius:30px; font-size:0.85rem; font-weight:600;
  color:var(--ink-muted); transition:all .25s var(--ease);
}
.filter-btn:hover{ border-color:var(--accent); color:var(--ink); }
.filter-btn.active{ background:var(--ink); border-color:var(--ink); color:var(--on-dark); }

.product-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:24px; }
.product-card{
  background:var(--paper); border:1px solid var(--line); border-radius:8px; overflow:hidden;
  transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
  display:flex; flex-direction:column;
}
.product-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-card); border-color:var(--accent-light); }
.product-card.hidden-item{ display:none; }
.product-media{
  aspect-ratio:1.4/1; display:flex; align-items:center; justify-content:center; flex-shrink:0;
  background:#FFFFFF; overflow:hidden;
}
.product-media svg{ width:56%; height:56%; }
.product-media-photo{ padding:0; }
.product-media-photo img{
  width:100%; height:100%; object-fit:cover; object-position:center; display:block;
  filter:brightness(1.02) contrast(0.97) saturate(0.93);
}
.p-line{ fill:none; stroke:var(--accent-dark); stroke-width:5; stroke-linecap:round; }
.p-line-thin{ stroke-width:2.5; stroke:var(--ink-soft); }
.p-fill{ fill:var(--ink); opacity:0.9; }
.p-fill-alt{ fill:var(--accent); opacity:0.9; }
.product-card:hover .p-fill{ fill:var(--accent-dark); }
.product-body{ padding:22px 22px 26px; background:#F0E6D2; flex:1; display:flex; flex-direction:column; }
.product-cat{ font-size:0.7rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color:var(--accent-dark); }
.product-body h3{ font-family:var(--font-display); font-weight:700; font-size:1.2rem; letter-spacing:0.01em; margin:6px 0 8px; color:var(--ink); }
.product-body p{ font-size:0.9rem; color:var(--ink-muted); }

/* .gallery-trigger is added by JS only to cards whose data-gallery-key
   resolves to a category that currently has photos — so a card silently
   becomes clickable (and its "View Full Range" link appears) the moment
   its category gets photos in products-data.js, with zero HTML/CSS edits. */
.gallery-trigger{ cursor:pointer; }
.gallery-trigger:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; }
.card-view-link{
  display:none; align-items:center; gap:6px; margin-top:14px;
  font-family:var(--font-head); font-weight:600; font-size:0.82rem; color:var(--accent-dark);
}
.gallery-trigger .card-view-link{ display:inline-flex; }
.cvl-arrow{ display:inline-block; transition:transform .3s var(--ease); }
.gallery-trigger:hover .card-view-link{ color:var(--ink); }
.gallery-trigger:hover .cvl-arrow{ transform:translateX(4px); }

.highlight-card{ background:var(--ink); border:none; display:flex; align-items:center; }
.highlight-inner{ padding:32px 26px; color:var(--on-dark); }
.highlight-num{ font-family:var(--font-head); font-size:2.4rem; color:var(--accent-light); display:block; margin-bottom:8px; }
.highlight-inner h3{ font-size:1.15rem; margin-bottom:10px; }
.highlight-inner p{ font-size:0.88rem; color:var(--on-dark-muted); margin-bottom:20px; }
.highlight-inner .btn-outline{ border-color:var(--accent-light); color:var(--on-dark); }
.highlight-inner .btn-outline:hover{ background:var(--accent-light); color:var(--ink); }

/* ===================================================================
   PENCIL HEELS — FULL RANGE GALLERY
   =================================================================== */
body.gallery-locked{ overflow:hidden; }

.product-gallery{
  position:fixed; inset:0; z-index:190; background:#F5F3EF;
  opacity:0; visibility:hidden; transform:translateY(24px);
  transition:opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
  overflow-y:auto; padding-top:112px;
}
.product-gallery.open{ opacity:1; visibility:visible; transform:none; }

.product-gallery-inner{ max-width:var(--container); margin:0 auto; padding:24px 24px 100px; }

.back-to-products{
  display:inline-flex; align-items:center; gap:8px; margin-bottom:36px;
  font-family:var(--font-head); font-weight:600; font-size:0.88rem; color:var(--ink-muted);
  transition:color .25s var(--ease), gap .25s var(--ease);
}
.back-to-products:hover{ color:var(--accent-dark); gap:12px; }
.pg-back-icon{ width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2; }

.pg-title{ margin-bottom:40px; }
.pg-title h2{ font-size:clamp(1.9rem,3.2vw,2.5rem); margin:12px 0 12px; }
.pg-title p{ color:var(--ink-muted); max-width:560px; }

.pg-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:22px; }
.pg-thumb{
  position:relative; aspect-ratio:1/1; border-radius:10px; overflow:hidden;
  border:none; background:#FFFFFF;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pg-thumb:hover{ transform:translateY(-5px); box-shadow:var(--shadow-card); }
.pg-thumb:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; }
.pg-thumb img{ width:100%; height:100%; object-fit:contain; object-position:center; padding:10px; box-sizing:border-box; display:block; transition:transform .5s var(--ease); }
.pg-thumb:hover img{ transform:scale(1.07); }
.pg-thumb::after{
  content:'⤢'; position:absolute; top:10px; right:10px; width:30px; height:30px; border-radius:50%;
  background:rgba(20,18,15,0.75); color:var(--accent-light); display:flex; align-items:center; justify-content:center;
  font-size:0.95rem; opacity:0; transform:scale(0.8); transition:all .3s var(--ease); pointer-events:none;
}
.pg-thumb:hover::after{ opacity:1; transform:scale(1); }

/* ---------- Lightbox ---------- */
.lightbox{
  position:fixed; inset:0; z-index:300; background:rgba(15,13,10,0.96);
  display:flex; align-items:center; justify-content:center; gap:20px; padding:24px;
  opacity:0; visibility:hidden; transition:opacity .35s var(--ease), visibility .35s;
}
.lightbox.open{ opacity:1; visibility:visible; }
.lightbox-stage{ display:flex; flex-direction:column; align-items:center; gap:16px; max-width:min(82vw, 860px); }
.lightbox-stage img{
  max-width:100%; max-height:76vh; object-fit:contain; border-radius:8px; display:block;
  background:#fff; box-shadow:0 30px 80px -20px rgba(0,0,0,0.6);
}
.lightbox-count{ font-family:var(--font-head); font-size:0.8rem; letter-spacing:0.1em; color:var(--on-dark-muted); }

.lightbox-close{
  position:absolute; top:24px; right:24px; width:44px; height:44px; border-radius:50%;
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.2);
  display:flex; align-items:center; justify-content:center; transition:all .25s var(--ease);
}
.lightbox-close:hover{ background:var(--accent); border-color:var(--accent); }
.lightbox-close svg{ width:18px; height:18px; fill:none; stroke:var(--on-dark); stroke-width:2; }
.lightbox-close:hover svg{ stroke:var(--ink); }

.lightbox-nav{
  flex-shrink:0; width:50px; height:50px; border-radius:50%;
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.2);
  display:flex; align-items:center; justify-content:center; transition:all .25s var(--ease);
}
.lightbox-nav:hover{ background:var(--accent); border-color:var(--accent); }
.lightbox-nav svg{ width:20px; height:20px; fill:none; stroke:var(--on-dark); stroke-width:2; }
.lightbox-nav:hover svg{ stroke:var(--ink); }

/* ===================================================================
   MANUFACTURING
   =================================================================== */
.manufacturing{ padding:120px 0; background:var(--ink); color:var(--on-dark); }

.process-flow{
  display:flex; flex-wrap:wrap; justify-content:center; gap:0; margin-bottom:72px;
  border:1px solid rgba(176,141,79,0.25); border-radius:8px; overflow:hidden;
}
.process-step{
  flex:1 1 160px; display:flex; align-items:center; gap:10px; padding:18px 20px;
  font-size:0.85rem; font-weight:600; border-right:1px solid rgba(176,141,79,0.2);
  color:var(--on-dark-muted);
}
.process-step:last-child{ border-right:none; }
.process-step span{ font-family:var(--font-head); color:var(--accent-light); font-size:0.95rem; }

.mfg-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:28px; }
.mfg-card{
  padding:32px 28px; border:1px solid rgba(176,141,79,0.18); border-radius:8px;
  background:rgba(255,255,255,0.02); transition:all .3s var(--ease);
}
.mfg-card:hover{ border-color:var(--accent); background:rgba(176,141,79,0.06); transform:translateY(-4px); }
.mfg-icon{
  width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(176,141,79,0.12); margin-bottom:20px;
}
.mfg-icon svg{ width:24px; height:24px; fill:none; stroke:var(--accent-light); stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.mfg-card h3{ font-size:1.1rem; margin-bottom:10px; }
.mfg-card p{ font-size:0.9rem; color:var(--on-dark-muted); }

/* ===================================================================
   WHY US
   =================================================================== */
.why-us{ padding:120px 0; background:#FDF3EA; }

/* ---------- Ornamental section heading (Why Us) ---------- */
.section-head-ornate .ornament{
  display:flex; align-items:center; justify-content:center; gap:14px; margin-bottom:22px;
}
.section-head-ornate .ornament-line{
  width:56px; height:1px; background:linear-gradient(90deg, transparent, var(--accent), transparent);
}
.section-head-ornate .ornament-spark{ width:15px; height:15px; fill:var(--accent); flex-shrink:0; }
.section-head-ornate h1, .section-head-ornate h2{
  letter-spacing:0.04em; font-size:clamp(2.1rem, 4.4vw, 3.4rem);
  text-transform:uppercase; margin-bottom:14px; color:var(--ink);
}
.section-head-ornate .ornate-sub{
  display:block; margin-bottom:0; font-size:0.8rem;
}
.section-head-ornate p{ margin-top:18px; }
.why-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:28px; }
.why-card{
  padding:32px 28px; border:2px solid #C9A961; border-radius:8px; transition:all .3s var(--ease);
  background:var(--paper);
}
.why-card:hover{ border-color:var(--accent-dark); box-shadow:var(--shadow-card); transform:translateY(-4px); }
.why-icon{
  width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:var(--paper-soft); margin-bottom:20px;
}
.why-icon svg{ width:24px; height:24px; fill:none; stroke:var(--accent-dark); stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.why-card h3{ font-family:var(--font-display); font-weight:700; font-size:1.15rem; margin-bottom:10px; }
.why-card p{ font-size:0.9rem; color:#9c8352; }
.why-card h3 .why-num{ font-family:var(--font-display); font-weight:900; color:var(--accent-dark); }

/* Playfair Display's default "&" glyph is an ornate calligraphic swash —
   too decorative inside plain heading copy, so headings that keep the
   word "and" as "&" render just that character in the body font instead. */
.amp{ font-family:var(--font-body); font-weight:700; font-style:normal; }

/* ===================================================================
   CONTACT
   =================================================================== */
.contact{ padding:120px 0; }
.contact-page{ background:linear-gradient(180deg, #F5EDE0 0%, #E8DCC8 100%); }

/* Home page "preview" — info cards only, in a responsive row. Also reused
   (via .info-card) on the dedicated contact.html page. */
.contact-preview-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:22px; }
.info-card{
  display:flex; gap:16px; align-items:flex-start; padding:22px; border:1px solid var(--line);
  border-radius:8px; transition:all .3s var(--ease); background:var(--paper);
}
.info-card:hover{ border-color:var(--accent-light); background:var(--paper-soft); }
.info-icon{
  width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:var(--paper-soft); flex-shrink:0;
}
.info-icon svg{ width:20px; height:20px; fill:none; stroke:var(--accent-dark); stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.info-card h3{ font-size:0.95rem; margin-bottom:4px; }
.info-card p{ font-size:0.9rem; color:var(--ink-muted); }

.contact-page .info-card{ border:2px solid rgba(201,169,97,0.4); }
.contact-page .info-card:hover{ border-color:var(--accent); }
.contact-page .info-card h3{ font-family:var(--font-display); font-size:19px; font-weight:700; letter-spacing:0.01em; }
.contact-page .info-card p{ font-family:var(--font-body); font-weight:500; letter-spacing:0.01em; color:#9c8352; }
.info-card p + p{ margin-top:4px; }

/* Home page contact-preview strip (index.html #contact) — same serif/border
   treatment as the dedicated contact page, tuned for its own palette. */
.contact-preview-grid .info-card{ border:1.5px solid #a3823f; }
.contact-preview-grid .info-card:hover{ border-color:#a3823f; }
.contact-preview-grid .info-card h3{ font-family:var(--font-display); font-weight:700; }
.contact-preview-grid .info-card p{ font-weight:600; color:#7a5a24; }

.contact-preview-grid .info-card-cta{ border:1.5px solid rgba(201,162,39,0.3); }
.contact-preview-grid .info-card-cta h3{ font-family:var(--font-display); font-weight:700; }
.info-card a:hover{ color:var(--accent-dark); }

/* CTA card — replaces the old "Business Hours" slot; links to the full
   dedicated contact page instead of showing an accordion in place. */
.info-card-cta{
  background:var(--ink); border-color:var(--ink); cursor:pointer;
}
.info-card-cta:hover{ background:var(--accent-dark); border-color:var(--accent-dark); transform:translateY(-3px); box-shadow:var(--shadow-card); }
.info-card-cta h3{ color:var(--on-dark); }
.info-card-cta p{ color:var(--on-dark-muted); }
.info-icon-cta{ background:rgba(217,189,133,0.16); }
.info-icon-cta svg{ stroke:var(--accent-light); }

.enquiry-form{
  background:var(--paper-soft); border:1px solid var(--line); border-radius:10px; padding:36px;
}
.contact-page .enquiry-form{ border:2px solid rgba(201,169,97,0.4); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-field{ margin-bottom:18px; }
.form-field label{ display:block; font-size:0.82rem; font-weight:600; margin-bottom:8px; }
.form-field input, .form-field select, .form-field textarea{
  width:100%; padding:13px 16px; border:1.5px solid var(--line); border-radius:6px; background:var(--paper);
  transition:border-color .25s var(--ease);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{
  outline:none; border-color:var(--accent);
}
.form-field textarea{ resize:vertical; }
.form-note{ margin-top:14px; font-size:0.88rem; color:var(--accent-dark); font-weight:600; min-height:1.2em; }

/* ===================================================================
   DEDICATED CONTACT PAGE (contact.html)
   =================================================================== */
.back-link{
  display:inline-flex; align-items:center; gap:8px; margin-bottom:36px;
  font-family:var(--font-head); font-weight:600; font-size:0.88rem; color:var(--ink-muted);
  transition:color .25s var(--ease), gap .25s var(--ease);
}
.back-link:hover{ color:var(--accent-dark); gap:12px; }
.back-link svg{ width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:2; }

.contact-page-info{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:22px; margin:56px 0 72px;
}

.contact-map-wrap{
  border-radius:8px; overflow:hidden; border:2px solid rgba(201,169,97,0.4);
  box-shadow:var(--shadow-card); margin-bottom:72px;
}
.contact-map{ display:block; width:100%; height:380px; border:0; }

.contact-form-wrap{ max-width:820px; margin:0 auto; scroll-margin-top:110px; }
.contact-form-wrap .section-head{ text-align:left; margin:0 0 32px; max-width:none; }

/* ===================================================================
   FOOTER
   =================================================================== */
.site-footer{ background:var(--ink); color:var(--on-dark); padding:80px 0 0; }
.footer-grid{ display:grid; grid-template-columns:1.2fr 0.9fr 0.9fr 0.9fr 1.1fr; gap:32px; padding-bottom:56px; border-bottom:1px solid rgba(255,255,255,0.08); }
.footer-logo{ height:52px; background:#fff; padding:6px 10px; border-radius:8px; }
.footer-brand p{ margin-top:16px; color:var(--on-dark-muted); font-size:0.9rem; max-width:280px; }
.footer-social{ display:flex; gap:12px; margin-top:18px; }
.footer-social-icon{
  width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  transition:transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.footer-social-icon svg{ width:17px; height:17px; }
.footer-social-icon.whatsapp{ background:#25D366; }
.footer-social-icon.whatsapp svg{ fill:#fff; }
.footer-social-icon.whatsapp:hover{ transform:translateY(-3px); box-shadow:0 8px 18px -6px rgba(37,211,102,0.55); }
.footer-col h4{ font-size:0.85rem; letter-spacing:0.06em; text-transform:uppercase; margin-bottom:20px; color:var(--accent-light); }
.footer-contact h4{ font-weight:800; font-size:0.95rem; }
.footer-col ul{ display:flex; flex-direction:column; gap:12px; }
.footer-col a, .footer-col span{ font-size:0.9rem; color:var(--on-dark-muted); transition:color .25s var(--ease); }
.footer-col a:hover{ color:var(--accent-light); }
.footer-bottom-inner{
  display:flex; justify-content:space-between; align-items:center; padding:26px 0; flex-wrap:wrap; gap:10px;
}
.footer-bottom p{ font-size:0.82rem; color:var(--on-dark-muted); }
.footer-made-in{ display:flex; flex-direction:column; align-items:center; gap:6px; }
.mii-logo{ height:36px; width:auto; display:block; background:#fff; padding:5px 10px; border-radius:6px; }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 1080px){
  .product-grid{ grid-template-columns:repeat(3,1fr); }
  .mfg-grid, .why-grid{ grid-template-columns:repeat(2,1fr); }
  .about-inner{ grid-template-columns:1fr; }
  .about-visual{ max-width:420px; margin:0 auto; }
  .about-badge{ right:8px; bottom:-18px; padding:16px 18px; }
  .pg-grid{ grid-template-columns:repeat(3,1fr); }
  .contact-preview-grid, .contact-page-info{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 860px){
  .main-nav{
    position:fixed; top:0; right:0; height:100vh; width:min(320px, 82vw);
    background:var(--paper); box-shadow:-10px 0 40px rgba(0,0,0,0.15);
    transform:translateX(100%); transition:transform .35s var(--ease);
    padding:110px 32px 32px; z-index:150;
  }
  .main-nav.open{ transform:translateX(0); }
  .main-nav ul{ flex-direction:column; gap:22px; }
  .nav-link{ color:var(--ink) !important; font-size:1.05rem; }
  .hamburger{ display:flex; }
  .hide-sm{ display:none; }
  .footer-bottom{ padding-bottom:90px; }
  .hero-stats{ grid-template-columns:repeat(3,auto); gap:20px; }
  .hero-dots{ right:18px; bottom:90px; }
  .product-grid{ grid-template-columns:repeat(2,1fr); }
  .mfg-grid, .why-grid{ grid-template-columns:1fr; }
  .process-step{ flex:1 1 45%; border-bottom:1px solid rgba(176,141,79,0.2); }
  .form-row{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .pg-grid{ grid-template-columns:repeat(2,1fr); gap:16px; }
  .product-gallery{ padding-top:96px; }
  .lightbox{ gap:10px; padding:16px; }
  .lightbox-nav{ width:40px; height:40px; }
  .lightbox-nav svg{ width:17px; height:17px; }
  .lightbox-close{ top:16px; right:16px; width:38px; height:38px; }
}

@media (max-width: 560px){
  .container{ padding:0 18px; }
  .btn{ white-space:normal; text-align:center; }
  .hero{ padding:120px 0 80px; }
  .hero-stats{ grid-template-columns:1fr; row-gap:20px; }
  .product-grid{ grid-template-columns:1fr; }
  .contact-preview-grid, .contact-page-info{ grid-template-columns:1fr; }
  .contact-map{ height:260px; }
  .about-badge{ right:8px; bottom:-18px; padding:16px 18px; }
  .footer-grid{ grid-template-columns:1fr; }
  .footer-bottom-inner{ flex-direction:column; text-align:center; }
  .pg-grid{ gap:12px; }
  .product-gallery-inner{ padding:20px 18px 80px; }
}
