/* ============================================================
   SHIVA TRADING CO. — Premium Launch Page
   Design tokens
   ============================================================ */
:root{
  --ivory: #FAF7F1;
  --ivory-deep: #F1EAE0;
  --charcoal: #181613;
  --charcoal-soft: #2A2521;
  --walnut: #4A2F21;
  --walnut-deep: #2E1D14;
  --walnut-light: #6B4530;
  --brass: #B08D57;
  --brass-light: #C9A66B;
  --oak: #D8C3A5;
  --line: rgba(24,22,19,0.12);
  --line-light: rgba(250,247,241,0.22);

  --font-display: 'Fraunces', serif;
  --font-body: 'Work Sans', sans-serif;

  --container: 1240px;
  --pad: clamp(20px, 5vw, 64px);

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-soft: cubic-bezier(.16,.84,.44,1);
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--charcoal);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
section{ position:relative; }

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

:focus-visible{ outline: 2px solid var(--brass); outline-offset: 3px; }

/* ---------- typography helpers ---------- */
.eyebrow{
  font-family: var(--font-body);
  font-size: 12.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 600;
  margin: 0 0 16px;
}
.eyebrow--light{ color: var(--oak); }

.h2{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: var(--charcoal);
}
.h2 em{ font-style: italic; font-weight: 400; color: var(--walnut); }
.h2--light{ color: var(--ivory); }
.h2--light em{ color: var(--oak); }

.section-head{ max-width: 640px; margin: 0 auto 56px; padding: 0 var(--pad); text-align:center; }
.section-head--split{
  max-width: var(--container);
  text-align:left;
  display:flex; align-items:flex-end; justify-content:space-between; gap:40px;
  flex-wrap:wrap;
}
.section-head--split .h2{ margin-bottom:8px; }
.section-head__note{ max-width: 350px; color: var(--walnut-light); font-size: 18px; margin-bottom: 2px;  }

.divider-v{ width:1px; align-self:stretch; background: var(--line); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: transform .45s var(--ease), background-color .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease;
  cursor:pointer;
  white-space: nowrap;
}
.btn svg{ width:16px; height:16px; }
.btn--small{ padding: 11px 22px; font-size: 11.5px; }

.btn--ivory{ background: var(--ivory); color: var(--charcoal); }
.btn--ivory:hover{ background: var(--brass); color: var(--ivory); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(0,0,0,0.4); }

.btn--brass{ background: var(--brass); color: var(--ivory); }
.btn--brass:hover{ background: var(--walnut); transform: translateY(-2px); }

.btn--outline-light{ background: transparent; border-color: var(--line-light); color: var(--ivory); }
.btn--outline-light:hover{ border-color: var(--ivory); background: rgba(250,247,241,0.08); transform: translateY(-2px); }

.btn--outline-dark{ background: transparent; border-color: var(--charcoal); color: var(--charcoal); }
.btn--outline-dark:hover{ background: var(--charcoal); color: var(--ivory); }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav{
  position: fixed; top:0; left:0; right:0; z-index: 100;
  padding: 22px 0;
  transition: background-color .5s var(--ease), padding .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled{
  background: rgba(250,247,241,0.92);
  backdrop-filter: blur(14px) saturate(140%);
  padding: 14px 0;
  border-color: var(--line);
  box-shadow: 0 8px 30px -20px rgba(0,0,0,0.3);
}
.nav__inner{
  max-width: var(--container); margin:0 auto; padding: 0 var(--pad);
  display:flex; align-items:center; justify-content:space-between; gap: 24px;
}
.nav__brand{ display:flex; align-items:center; gap:12px; }
.nav__mark{ width: 34px; height:auto; filter: brightness(0) invert(1); transition: filter .5s var(--ease); }
.nav.is-scrolled .nav__mark{ filter:none; }
.nav__word{ display:flex; flex-direction:column; line-height:1; color: var(--ivory); transition: color .5s var(--ease); }
.nav.is-scrolled .nav__word{ color: var(--charcoal); }
.nav__word-main{ font-family: var(--font-display); font-size: 19px; letter-spacing: 0.02em; }
.nav__word-sub{ font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); margin-top:4px; }

.nav__links{ display:flex; gap: 34px; }
.nav__links a{
  font-size: 13px; letter-spacing: 0.04em; color: var(--ivory);
  position: relative; padding-bottom: 4px; transition: color .5s var(--ease);
}
.nav.is-scrolled .nav__links a{ color: var(--charcoal-soft); }
.nav__links a::after{
  content:''; position:absolute; left:0; right:100%; bottom:0; height:1px; background: var(--brass);
  transition: right .4s var(--ease-soft);
}
.nav__links a:hover::after{ right:0; }

.nav__cta{ flex-shrink:0; }
.nav__burger{ display:none; }

@media (max-width: 900px){
  .nav__links{
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 340px); height:100vh;
    background: var(--charcoal); flex-direction: column; justify-content:center; align-items:flex-start;
    gap: 26px; padding: 0 var(--pad);
    transform: translateX(100%); transition: transform .5s var(--ease);
    z-index: 90;
  }
  .nav__links.is-open{ transform: translateX(0); }
  .nav__links a{ color: var(--ivory); font-size: 20px; font-family: var(--font-display); }
  .nav__cta{ display:none; }
  .nav__burger{
    display:flex; flex-direction:column; justify-content:center; gap:5px;
    width: 34px; height:34px; background:none; border:none; cursor:pointer; z-index: 95;
  }
  .nav.is-scrolled .nav__links a{ color: var(--ivory); }
  .nav__burger span{ height:1.5px; width:100%; background: var(--ivory); transition: all .35s var(--ease); }
  .nav.is-scrolled .nav__burger span{ background: var(--charcoal); }
  .nav__burger.is-open span:nth-child(1){ transform: translateY(6.5px) rotate(45deg); }
  .nav__burger.is-open span:nth-child(2){ opacity:0; }
  .nav__burger.is-open span:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); }
  .nav__burger.is-open span{ background: var(--ivory) !important; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative; height:100svh; min-height:560px; overflow:hidden;
  display:flex; align-items:center;
  color: var(--ivory);
}
.hero__media{ position:absolute; inset:0; }
.hero__img{ width:100%; height:100%; object-fit:cover; transform: scale(1.12); }
.hero__overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(20,15,10,0.55) 0%, rgba(20,15,10,0.35) 40%, rgba(20,15,10,0.78) 100%),
    linear-gradient(100deg, rgba(20,15,10,0.75) 0%, rgba(20,15,10,0.25) 55%);
}
.hero__grain{ position:absolute; right: 4%; top:50%; transform: translateY(-50%); width: min(38vw, 480px); opacity:0.5; pointer-events:none; }
.grain-svg{ width:100%; height:auto; }
.grain-path{
  stroke: var(--brass); stroke-width: 1.1; opacity: 0.55;
  stroke-dasharray: 900; stroke-dashoffset: 900;
}
.hero__content{ position:relative; z-index:2; max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); width:100%; }
.hero__title{
  font-family: var(--font-display); font-weight:400;
  font-size: clamp(40px, 7vw, 84px); line-height: 1.04; letter-spacing:-0.01em;
  margin: 0 0 26px; max-width: 15ch;
}
.hero__title .em{ font-style: italic; color: var(--oak); }
.reveal-line{ display:block; overflow:hidden; }
.reveal-word{ display:inline-block; transform: translateY(110%); }

.hero__sub{ max-width: 44ch; font-size: clamp(15px, 1.6vw, 18px); color: rgba(250,247,241,0.86); margin: 0 0 40px; font-weight:300; }
.hero__actions{ display:flex; gap: 18px; flex-wrap:wrap; }

.hero__scroll{
  position:absolute; left: var(--pad); bottom: 34px; z-index:2;
  display:flex; align-items:center; gap:12px; color: var(--ivory); opacity:0.8;
}
.hero__scroll-line{ width:1px; height: 46px; background: linear-gradient(var(--brass), transparent); position:relative; overflow:hidden; }
.hero__scroll-line::after{
  content:''; position:absolute; left:0; top:-100%; width:100%; height:100%; background: var(--ivory);
  animation: scrollLine 2.2s var(--ease) infinite;
}
@keyframes scrollLine{ 0%{ top:-100%; } 60%{ top:100%; } 100%{ top:100%; } }
.hero__scroll-text{ font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; writing-mode: vertical-rl; }

@media (max-width: 640px){
  .hero__grain{ display:none; }
  .hero__scroll{ display:none; }
}

/* ============================================================
   ABOUT
   ============================================================ */
.about { padding: 130px 0; background: var(--ivory); }

.about__grid {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 6vw, 90px); align-items: center;
}

.about__media { position: relative; }
.about__media img { width: 100%; aspect-ratio: 5/5; object-fit: cover; }
.about__media-frame {
  position: absolute; top: 22px; left: 22px; right: -22px; bottom: -22px;
  border: 1px solid var(--brass); z-index: -1;
}

.about .eyebrow { color: var(--brass); }
.about h2 { color: var(--walnut); }
.about h2 em { color: var(--brass); font-style: italic; }

.about__copy .about__text {
  color: var(--walnut-light);
  font-size: 16px; margin: 0 0 15px;
  line-height: 1.75;
}



@media (max-width: 860px) {
  .about { padding: 90px 0; }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { order: -1; }
}

/* ============================================================
   STATS BAND
   ============================================================ */
.statsband {
  background: var(--walnut-deep);
  padding: 70px 0;
}

.statsband__inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.statsband__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  flex: 1;
  padding: 0 20px;
}

.statsband__num {
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 72px);
  color: var(--brass-light);
  line-height: 1;
  letter-spacing: -0.02em;
}

.statsband__label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 247, 241, 0.6);
  line-height: 1.5;
}

.statsband__divider {
  width: 1px;
  height: 80px;
  background: rgba(250, 247, 241, 0.15);
  flex-shrink: 0;
}

@media (max-width: 760px) {
  .statsband { padding: 50px 0; }
  .statsband__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .statsband__divider { display: none; }
  .statsband__stat {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(250, 247, 241, 0.1);
    border-right: 1px solid rgba(250, 247, 241, 0.1);
  }
  .statsband__stat:nth-child(even) { border-right: none; }
  .statsband__stat:nth-last-child(-n+2) { border-bottom: none; }
}

@media (max-width: 480px) {
  .statsband__num { font-size: 42px; }
}

@media (max-width: 860px) {
  .about { padding: 90px 0; }
  .about__grid { grid-template-columns: 1fr; }
  .about__media { order: -1; }
  .about__stats { grid-template-columns: repeat(2, 1fr); }
  .stat {
    padding: 24px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .stat:nth-child(even) { border-right: none; }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
}

@media (max-width: 480px) {
  .about__stats { grid-template-columns: 1fr; }
  .stat { border-right: none; padding: 20px 0; }
  .stat:last-child { border-bottom: none; }
}
/* ============================================================
   SHOWROOM STORY (real photo full-bleed with side panel)
   ============================================================ */
.story{
  position:relative; min-height: 640px;
  background: var(--charcoal);
  overflow:hidden;
  /* no display:flex needed anymore */
}

.story__media{ position:absolute; inset:0; }
.story__media img{ width:100%; height:100%; object-fit:cover; display:block; }

.story__scrim{
  position:absolute; inset:0;
  background: linear-gradient(90deg,
    rgba(20,15,10,0.05) 0%,
    rgba(20,15,10,0.25) 40%,
    rgba(20,15,10,0.88) 68%,
    rgba(20,15,10,0.97) 100%);
}

.story__copy{
  position:absolute;
  top:0; right:0; bottom:0;
  z-index:2;
  width: 420px;
  max-width: 90%;
  padding: 90px 60px;
  display:flex; flex-direction:column; justify-content:center;
  box-sizing:border-box;
  color: var(--ivory);
}

.story__copy .h2--light{
  font-size: 56px;
  line-height: 1.08;
  font-weight: 400;
  margin: 0 0 28px;
}
.story__copy .h2--light em{
  font-style: italic;
  color: var(--gold, #cba15c);
}

@media (max-width: 760px){
  .story{ min-height: 520px; }
  .story__copy{
    position:relative; /* drop the absolute pin on mobile */
    width:100%; max-width:100%; padding: 70px var(--pad);
  }
  .story__copy .h2--light{ font-size: 38px; }
  .story__scrim{
    background: linear-gradient(180deg, rgba(20,15,10,0.25) 0%, rgba(20,15,10,0.55) 50%, rgba(20,15,10,0.94) 100%);
  }
}

/* ============================================================
   COLLECTIONS
   ============================================================ */
.collections{ padding: 120px 0; background: var(--ivory-deep); }

.collections__grid{
  max-width: var(--container); margin:0 auto; padding: 0 var(--pad);
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.coll-card{
  position:relative; overflow:hidden;
  min-height: 380px;
  grid-column: span 1;
  color: var(--ivory); display:block;
}

/* Last two cards (09, 10) each take half the row instead of
   leaving an awkward 5th narrow column — 4+4+2(wide) reads clean. */
.coll-card--wide{ grid-column: span 2; }

.coll-card img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition: transform 1s var(--ease-soft);
}
.coll-card:hover img{ transform: scale(1.06); }

.coll-card__scrim{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(24,22,19,0.05) 0%, rgba(24,22,19,0.5) 55%, rgba(24,22,19,0.9) 100%);
  transition: background .5s ease;
}
.coll-card:hover .coll-card__scrim{ background: linear-gradient(180deg, rgba(46,29,20,0.15) 0%, rgba(46,29,20,0.6) 55%, rgba(46,29,20,0.93) 100%); }

/* ---- Glass number badge ---- */
.coll-card__num{
  position:absolute; top:16px; left:16px; z-index:2;
  display:inline-flex; align-items:center; justify-content:center;
  min-width:40px; height:40px; padding: 0 10px;
  font-size:13px; font-weight:600; letter-spacing:0.03em;
  color: #f5e6c8;
  background: rgba(20,16,12,0.55);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 10px;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  box-shadow: 0 4px 14px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.18);
}
.coll-card__num em{ font-style:normal; }
.coll-card:hover .coll-card__num{
  background: rgba(20,16,12,0.7);
  border-color: rgba(198,157,102,0.55);
}

/* ---- Label — description always visible now, no hover dependency ---- */
.coll-card__label{ position:absolute; left:0; right:0; bottom:0; padding: 22px; }
.coll-card__label h3{
  font-family: var(--font-display); font-weight:400;
  font-size: clamp(19px,1.7vw,25px); margin:0 0 8px;
}
.coll-card__label p{
  font-size: 13px; line-height:1.5; color: rgba(250,247,241,0.82);
  margin:0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 900px){
  .collections{ padding: 80px 0; }
  .collections__grid{ grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .coll-card{ min-height: 300px; grid-column: span 1 !important; }
}

/* ============================================================
   BRANDS — LOGO MARQUEE (two rows, opposing scroll)
   ============================================================ */
.brands{
  padding: 120px 0;
  background: var(--ivory);
  overflow: hidden;
  position: relative;
}

/* faint centered glow behind the rows — adds depth without noise */
.brands::before{
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 60%; height: 260px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(198,157,102,0.08), transparent 70%);
  pointer-events: none;
}

.brand-marquee-wrap{
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
  z-index: 1;
}

.brand-marquee{
  position: relative;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.brand-marquee__track{
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: brand-scroll 42s linear infinite;
}

.brand-marquee__track--reverse{
  animation-name: brand-scroll-reverse;
  animation-duration: 48s; /* slightly different speed so rows don't sync visually */
}

.brand-marquee:hover .brand-marquee__track{
  animation-play-state: paused;
}

.brand-logo{
  position: relative;
  flex: 0 0 auto;
  width: 176px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px 26px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(24,22,19,0.05);
  transition: border-color .4s ease, transform .4s var(--ease), box-shadow .4s ease;
}

.brand-logo::after{
  content: "";
  position: absolute;
  top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(198,157,102,0.22), transparent);
  transform: skewX(-20deg);
  transition: left .7s ease;
  pointer-events: none;
}
.brand-logo:hover::after{ left: 130%; }

.brand-logo img{
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: saturate(0.9) grayscale(0.08);
  transition: filter .4s ease, transform .4s var(--ease);
}

.brand-logo:hover{
  border-color: var(--brass);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 34px rgba(24,22,19,0.12);
}
.brand-logo:hover img{
  filter: saturate(1.08) grayscale(0);
  transform: scale(1.06);
}

@keyframes brand-scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

@keyframes brand-scroll-reverse{
  from{ transform: translateX(-50%); }
  to{ transform: translateX(0); }
}

@media (max-width: 640px){
  .brands{ padding: 80px 0; }
  .brand-marquee-wrap{ gap: 16px; }
  .brand-logo{ width: 130px; height: 82px; padding: 12px 16px; }
  .brand-marquee__track{ animation-duration: 28s; }
  .brand-marquee__track--reverse{ animation-duration: 32s; }
}

/* ============================================================
   MATERIAL LIBRARY (real photo gallery)
   ============================================================ */
.library{ padding: 120px 0; background: var(--ivory); }
.library .section-head--split{ max-width: var(--container); margin: 0 auto 56px; padding: 0 var(--pad); }
.library__grid{
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad);
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}

.lib-card{ position:relative; aspect-ratio: 4/5; overflow:hidden; border-radius: 3px; }
.lib-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition: transform .9s var(--ease-soft); }
.lib-card:hover img{ transform: scale(1.06); }
.lib-card__caption{
  position:absolute; left:16px; bottom:16px;
  font-size: 16px; letter-spacing:0.1em; text-transform:uppercase;
  color: var(--ivory); padding: 8px 14px;
  background: rgba(24,22,19,0.55); backdrop-filter: blur(8px);
}

@media (max-width: 760px){
  .library{ padding: 80px 0; }
  .library__grid{ grid-template-columns: 1fr; }
}


/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why{ padding: 130px 0; background: var(--ivory-deep); }

.why__grid{
  max-width: var(--container); margin:0 auto; padding: 0 var(--pad);
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}

.why-card{
  position: relative;
  background: var(--ivory);
  padding: 44px 36px 40px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s ease;
}

/* brass accent line that grows in from the left on hover */
.why-card::before{
  content:"";
  position: absolute; top:0; left:0; bottom:0; width: 3px;
  background: linear-gradient(180deg, var(--brass), var(--walnut-light));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .5s var(--ease-soft);
}

.why-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -20px rgba(24,22,19,0.18);
  border-color: transparent;
}
.why-card:hover::before{ transform: scaleY(1); }

.why-card__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: var(--ivory-deep);
  border: 1px solid var(--line);
  margin-bottom: 26px;
  transition: background .5s ease, border-color .5s ease, transform .5s var(--ease);
}
.why-card:hover .why-card__badge{
  background: var(--walnut-deep);
  border-color: var(--walnut-deep);
  transform: rotate(-8deg) scale(1.06);
}

.why-card__icon{
  width: 26px; height: 26px;
  color: var(--brass);
  transition: color .5s ease;
}
.why-card:hover .why-card__icon{ color: var(--oak); }

.why-card h4{
  font-family: var(--font-display); font-weight:400; font-size: 21px;
  margin: 0 0 10px; color: var(--charcoal);
}
.why-card p{
  font-size: 14.5px; line-height:1.6; color: var(--walnut-light);
  margin:0; max-width:30ch;
}

@media (max-width: 900px){
  .why{ padding: 90px 0; }
  .why__grid{ grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================================
   TRUSTED BY — DARK WALNUT BAND
   ============================================================ */
.trusted{
  position: relative;
  padding: 100px 0;
  background: linear-gradient(160deg, var(--walnut-deep) 0%, var(--walnut) 100%);
  overflow: hidden;
  text-align: center;
}

.trusted::before{
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 15% 20%, rgba(198,157,102,0.10) 0%, transparent 40%),
                     radial-gradient(circle at 85% 80%, rgba(198,157,102,0.08) 0%, transparent 45%);
  pointer-events: none;
}

.trusted__inner{
  position: relative; z-index: 1;
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad);
}

.trusted .eyebrow--light{ margin-bottom: 14px; }

.trusted__title{
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px);
  color: var(--ivory);
  margin: 0 0 58px;
}
.trusted__title em{ font-style: italic; color: var(--oak); }

.trusted__row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.trusted__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 0 26px;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

/* soft gradient divider instead of a flat line */
.trusted__item + .trusted__item::before{
  content: "";
  position: absolute; left: 0; top: 4px; bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(250,247,241,0.18) 50%, transparent);
}

/* circular badge around each icon */
.trusted__badge{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px; height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(250,247,241,0.18);
  background: rgba(250,247,241,0.03);
  transition: border-color .45s ease, background .45s ease, transform .45s var(--ease);
}

.trusted__icon{
  width: 30px; height: 30px;
  color: var(--brass-light);
  transition: color .4s ease;
}

.trusted__item span{
  font-family: var(--font-body);
  font-size: 13.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(250,247,241,0.78);
  white-space: nowrap;   /* forces every label to stay on one line */
  transition: color .4s ease;
}

.trusted__item:hover .trusted__badge{
  border-color: var(--brass-light);
  background: rgba(198,157,102,0.10);
  transform: translateY(-4px);
}
.trusted__item:hover .trusted__icon{ color: var(--oak); }
.trusted__item:hover span{ color: var(--ivory); }

@media (max-width: 900px){
  .trusted{ padding: 80px 0; }
  .trusted__row{ flex-wrap: wrap; gap: 40px 0; }
  .trusted__item{ flex: 0 0 33.33%; padding: 0 12px; }
  .trusted__item + .trusted__item::before{ display: none; }
  .trusted__item span{ white-space: normal; }
}

@media (max-width: 560px){
  .trusted__item{ flex: 0 0 50%; }
}

/* ============================================================
   TESTIMONIALS / GOOGLE REVIEWS
   ============================================================ */
.testimonials{ padding: 130px 0; background: var(--ivory); text-align: center; }

.testimonials__rating{
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap;
  margin: 6px 0 60px;
}
.testimonials__stars{ display: flex; gap: 3px; color: var(--brass); }
.testimonials__stars svg{ width: 17px; height: 17px; }
.testimonials__rating-text{ font-size: 14px; color: var(--walnut-light); }
.testimonials__rating-text strong{ color: var(--charcoal); font-family: var(--font-display); font-size: 17px; }

.testimonials__gbadge{
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 600; color: var(--charcoal-soft);
  border: 1px solid var(--line); padding: 7px 14px; border-radius: 20px;
  transition: border-color .35s ease, transform .35s var(--ease);
}
.testimonials__gbadge:hover{ border-color: var(--brass); transform: translateY(-2px); }

.testimonials__grid{
  max-width: var(--container); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  text-align: left;
}

.t-card{
  position: relative;
  background: var(--ivory-deep);
  border: 1px solid var(--line);
  padding: 34px 30px 28px;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s ease;
}
.t-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -20px rgba(24,22,19,0.16);
  border-color: var(--brass);
}

.t-card__stars{
  color: var(--brass); font-size: 13px; letter-spacing: 2px;
  margin-bottom: 16px;
}
.t-card__text{ font-size: 14.5px; line-height: 1.7; color: var(--charcoal-soft); margin: 0 0 22px; }
.t-card__foot{ display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--line); padding-top: 14px; }
.t-card__name{ font-family: var(--font-display); font-size: 16px; color: var(--walnut); }
.t-card__role{ font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--brass); }

.testimonials__cta{ margin-top: 56px; }

@media (max-width: 900px){
  .testimonials{ padding: 90px 0; }
  .testimonials__grid{ grid-template-columns: 1fr; }
}

/* ============================================================
   CTA
   ============================================================ */
.cta{ position:relative; padding: 170px var(--pad); text-align:center; overflow:hidden; }
.cta__media{ position:absolute; inset:0; }
.cta__media img{ width:100%; height:100%; object-fit:cover; }
.cta__overlay{ position:absolute; inset:0; background: linear-gradient(180deg, rgba(20,15,10,0.82), rgba(20,15,10,0.72)); }
.cta__content{ position:relative; z-index:1; max-width: 680px; margin:0 auto; }
.cta__sub{ color: rgba(250,247,241,0.82); font-size: 18px; margin: 0 0 40px; font-weight:300; }
.cta__actions{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

@media (max-width: 640px){ .cta{ padding: 110px var(--pad); } }

/* ============================================================
   CONTACT + BOOK A VISIT
   ============================================================ */
.contact{ padding: 130px 0; background: var(--ivory-deep); }
.contact .section-head{ margin-bottom: 64px; }

.contact__grid{
  max-width: var(--container); margin:0 auto; padding: 0 var(--pad);
  display:flex; flex-direction:column; gap: clamp(30px,5vw,48px);
}

.contact__top{
  display:grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,40px); align-items:stretch;
}

.contact__copy{
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 40px 36px;
}

.contact__list{ margin: 0 0 28px; display:flex; flex-direction:column; gap: 24px; }

.contact__list li{
  display:flex; align-items:flex-start; gap: 16px;
  font-size:15px; line-height:1.6;
  color: var(--charcoal-soft);
}

.contact__icon{
  display:flex; align-items:center; justify-content:center;
  width: 40px; height: 40px; flex-shrink:0;
  border-radius: 50%;
  background: var(--ivory-deep);
  border: 1px solid var(--line);
  transition: background .4s ease, border-color .4s ease;
}
.contact__list li:hover .contact__icon{
  background: var(--walnut-deep);
  border-color: var(--walnut-deep);
}
.contact__icon svg{ width:18px; height:18px; color: var(--brass); transition: color .4s ease; }
.contact__list li:hover .contact__icon svg{ color: var(--oak); }

.contact__list a{ color: var(--charcoal-soft); font-weight:500; }
.contact__list a:hover{ color: var(--walnut); }

.contact__group-label{
  display:block; font-size:11px; letter-spacing:0.1em; text-transform:uppercase;
  color: var(--brass); margin-bottom: 6px;
}
.contact__phones{ display:flex; flex-direction:column; gap:8px; }
.phone-line{ display:block; font-size:15px; }
.contact__name{
  font-size:12px; letter-spacing:0.06em; text-transform:uppercase;
  color: var(--brass); margin-left:8px;
}

.contact__bottom-row{
  display:flex; align-items:stretch; flex-wrap:wrap; gap: 10px;
  margin-top: 4px;
}
.contact__bottom-row > *{
  height: 42px; box-sizing: border-box;
  display:inline-flex; align-items:center;
}
.contact__bottom-row .btn--small{ padding: 0 18px; }

.contact__rating{
  gap:7px;
  padding: 0 14px;
  border: 1px solid var(--line);
  color: var(--charcoal); font-size: 13px; width: fit-content;
  background: var(--ivory-deep);
  transition: border-color .3s ease, transform .3s ease;
}
.contact__rating:hover{ border-color: var(--brass); transform: translateY(-2px); }
.contact__rating-star{ width:15px; height:15px; color: var(--brass); }
.contact__rating-link{ color: var(--walnut-light); text-decoration: underline; text-underline-offset: 3px; }

.contact__map-wrap{ display:flex; flex-direction:column; }

.contact__map{
  flex: 1;
  min-height: 260px;
  border: 1px solid var(--line);
  overflow:hidden;
  box-shadow: 0 20px 50px -30px rgba(24,22,19,0.25);
}
.contact__map iframe{
  width:100%; height:100%; min-height:260px; border:0;
  filter: grayscale(0.15) sepia(0.08);
}

@media (max-width: 1180px){
  .contact__top{ grid-template-columns: 1fr; }
}

@media (max-width: 860px){
  .contact{ padding: 90px 0; }
  .contact__copy{ padding: 34px 26px; }
  .contact__map{ min-height: 300px; }
  .contact__map iframe{ min-height: 300px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer{ background: var(--charcoal); color: var(--ivory); padding: 64px 0 0; }
.footer__inner{
  max-width: var(--container); margin:0 auto; padding: 0 var(--pad) 44px;
  display:flex; flex-wrap:wrap; gap: 30px; align-items:center; justify-content:space-between;
  border-bottom: 1px solid rgba(250,247,241,0.12);
}
.footer__brand{ display:flex; align-items:center; gap:12px; font-family: var(--font-display); font-size:18px; }
.footer__mark{ width:28px; filter: brightness(0) invert(1); }
.footer__links{ display:flex; gap: 26px; flex-wrap:wrap; }
.footer__links a{ font-size:13px; color: rgba(250,247,241,0.7); transition: color .3s ease; }
.footer__links a:hover{ color: var(--ivory); }

.footer__social{ display:flex; gap: 15px; }
.footer__social a{
  width:48px; height:48px; padding: 0;
  border:1px solid rgba(250,247,241,0.22); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  transition: border-color .3s ease, background .3s ease, transform .3s ease;
}
.footer__social a svg{ width: 24px; height: 24px; }
.footer__social a:hover{
  border-color: var(--brass);
  background: rgba(176,141,87,0.15);
  transform: translateY(-2px);
}

.footer__store{ border-bottom: 1px solid rgba(250,247,241,0.12); }
.footer__store-inner{
  max-width: var(--container); margin:0 auto; padding: 34px var(--pad);
  display:flex; flex-wrap:wrap; gap: 22px 60px; justify-content:space-between;
}
.footer__store-inner > div{ display:flex; flex-direction:column; gap:6px; font-size: 13px; color: rgba(250,247,241,0.75); }
.footer__store-label{ font-size:11px; letter-spacing:0.14em; text-transform:uppercase; color: var(--brass-light); margin-bottom:2px; }
.footer__store-phones{ display:flex; flex-direction:column; gap:6px; }
.footer__store-phones a{ font-size:13px; color: rgba(250,247,241,0.75); transition: color .3s ease; }
.footer__store-phones a:hover{ color: var(--ivory); }

.footer__bottom{
  max-width: var(--container); margin:0 auto; padding: 22px var(--pad) 30px;
  display:flex; flex-wrap:wrap; gap: 10px 26px; justify-content:space-between;
  font-size: 11.5px; color: rgba(250,247,241,0.45); letter-spacing:0.02em;
}

/* ============================================================
   FLOATING WHATSAPP BUTTON
   ============================================================ */
.fab-whatsapp{
  position: fixed; right: 24px; bottom: 24px; z-index: 80;
  width: 54px; height:54px; border-radius:50%;
  background: #25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 12px 30px -10px rgba(37,211,102,0.6);
  transition: transform .4s var(--ease);
}
.fab-whatsapp svg{ width:26px; height:26px; }
.fab-whatsapp:hover{ transform: scale(1.08); }

/* ============================================================
   SCROLL REVEAL (base state — animated via JS adding .in-view)
   ============================================================ */
.reveal, .reveal-up{ opacity:0; }
.reveal-up{ transform: translateY(28px); transition: opacity .8s var(--ease-soft), transform .8s var(--ease-soft); }
.reveal{ transition: opacity .8s var(--ease-soft); }
.reveal.in-view, .reveal-up.in-view{ opacity:1; transform:none; }

.coll-card.reveal-up{ transition-delay: calc(var(--i, 0) * 60ms); }
.why-card.reveal-up{ transition-delay: calc(var(--i, 0) * 70ms); }
.lib-card.reveal-up{ transition-delay: calc(var(--i, 0) * 80ms); }

/* ============================================================
   BOOKING FORM (shared by the contact-section card + popup modal)
   ============================================================ */
.contact__card{
  background: var(--ivory);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brass);
  padding: 48px 44px;
}

/* honeypot: kept in the flow (not display:none) so simple bots that skip hidden fields still get caught */
.enquiry-hp{
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
}

.enquiry-form__fields{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 24px;
}

.field{ display:flex; flex-direction:column; gap: 8px; min-width: 0; }
.field--full{ grid-column: 1 / -1; }

.field label{
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--walnut-light); font-weight: 600;
}
.field__optional{ text-transform:none; letter-spacing:0; color: var(--line); font-weight:400; }

.field input,
.field select,
.field textarea{
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--charcoal);
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 13px 14px;
  transition: border-color .3s ease, background .3s ease;
  width: 100%;
}
.field input::placeholder,
.field textarea::placeholder{ color: rgba(24,22,19,0.35); }
.field textarea{ resize: vertical; min-height: 92px; }
.field input:focus,
.field select:focus,
.field textarea:focus{
  outline: none;
  border-color: var(--brass);
  background: var(--ivory);
}

.field select{
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%236B4530' stroke-width='1.6'%3E%3Cpath d='M5 8l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 40px;
}

.field__phone{
  display:flex; align-items:stretch;
  border: 1px solid var(--line);
  background: var(--ivory);
  transition: border-color .3s ease;
}
.field__phone:focus-within{ border-color: var(--brass); }
.field__phone-code{
  display:flex; align-items:center; flex-shrink: 0;
  padding: 0 14px;
  font-size: 13px; letter-spacing: 0.04em;
  color: var(--walnut-light);
  border-right: 1px solid var(--line);
  background: var(--ivory-deep);
  white-space: nowrap;
}
.field__phone input{ flex: 1 1 auto; min-width: 0; border: 0; background: transparent; }
.field__phone input:focus{ border: 0; background: transparent; }

.enquiry-form__foot{ display:flex; flex-direction:column; gap: 14px; margin-top: 6px; }

.btn--cta{ width:100%; justify-content:center; padding: 18px 30px; font-size: 13.5px; }

.enquiry-form__secondary{ display:flex; gap: 14px; flex-wrap:wrap; }
.enquiry-form__secondary .btn{ flex:1 1 200px; justify-content:center; }

.enquiry-form__error{ color:#B0413E; font-size: 13.5px; margin:0; }
.enquiry-form__note{ color: var(--walnut-light); font-size: 13px; margin: 4px 0 0; line-height:1.5; }

.enquiry-form__success{ text-align:center; max-width: 480px; margin: 0 auto; padding: 20px 0; }
.enquiry-form__success h3{
  font-family: var(--font-display); font-weight:400; font-size: 26px;
  color: var(--charcoal); margin: 6px 0 14px;
}
.enquiry-form__success p{ color: var(--walnut-light); line-height:1.6; margin:0; }
.enquiry-form__success a{ color: var(--walnut); font-weight:600; }

@media (max-width: 640px){
  .contact__card{ padding: 34px 26px; }
  .enquiry-form__fields{ grid-template-columns: 1fr; }
}

/* ============================================================
   ENQUIRY POPUP MODAL
   ============================================================ */
.modal-overlay{
  position: fixed; inset: 0; z-index: 200;
  display:flex; align-items:center; justify-content:center;
  padding: 24px;
  background: rgba(24,22,19,0.6);
  opacity: 0; visibility: hidden;
  transition: opacity .4s var(--ease), visibility 0s linear .4s;
}
.modal-overlay.is-open{
  opacity: 1; visibility: visible;
  transition: opacity .4s var(--ease), visibility 0s linear 0s;
}

.modal{
  position: relative;
  width: 100%; max-width: 560px;
  max-height: 88vh; overflow-y: auto;
  background: var(--ivory);
  border-top: 3px solid var(--brass);
  box-shadow: 0 30px 70px -20px rgba(24,22,19,0.45);
  padding: 44px 40px 40px;
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition: transform .45s var(--ease-soft), opacity .45s var(--ease-soft);
}
.modal-overlay.is-open .modal{ transform: translateY(0) scale(1); opacity: 1; }

.modal--success{ max-width: 440px; text-align: center; }
.modal--success .enquiry-form__success{ padding: 8px 0 0; }

.modal__title{
  font-family: var(--font-display); font-weight:400; font-style:italic;
  font-size: clamp(24px, 3vw, 30px); line-height:1.2;
  color: var(--charcoal); margin: 0 0 24px;
}
.modal__title em{ color: var(--walnut); }

.modal__close{
  position:absolute; top:16px; right:16px;
  width:36px; height:36px; padding:0;
  display:flex; align-items:center; justify-content:center;
  border-radius:50%; border:1px solid var(--line);
  background: transparent; color: var(--charcoal);
  font-size:20px; line-height:1; cursor:pointer;
  transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}
.modal__close:hover{ background: var(--walnut-deep); border-color: var(--walnut-deep); color: var(--ivory); transform: rotate(90deg); }

.modal .enquiry-form__fields{ gap: 18px 20px; }

@media (max-width: 560px){
  .modal{ padding: 38px 26px 32px; }
  .modal .enquiry-form__fields{ grid-template-columns: 1fr; }
}
