/* Home page  */

/* ── HERO ──────────────────────────────────────── */
#hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--black);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1800&auto=format&fit=crop")
    center/cover no-repeat;
  opacity: 0.28;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(15, 25, 35, 0.92) 45%,
    rgba(15, 25, 35, 0.25)
  );
}
.hero-side {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background: url("https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?w=900&auto=format&fit=crop")
    center/cover;
  opacity: 0.12;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 80px;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8aafd4;
  margin-bottom: 20px;
  animation: fadeUp 0.7s ease both;
}
.hero-tag span {
  display: inline-block;
  width: 34px;
  height: 1px;
  background: #8aafd4;
}
.hero-h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6.5vw, 5.8rem);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  animation: fadeUp 0.8s 0.07s ease both;
}
.hero-h1 em {
  color: #8aafd4;
  font-style: italic;
  font-weight: 400;
}
.hero-p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.98rem;
  line-height: 1.88;
  max-width: 480px;
  margin-top: 20px;
  animation: fadeUp 0.8s 0.14s ease both;
}
.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
  animation: fadeUp 0.8s 0.21s ease both;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
  animation: fadeUp 0.8s 0.28s ease both;
}
.hs {
  padding: 20px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
}
.hs:first-child {
  border-left: none;
}
.hs-num {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #8aafd4;
  line-height: 1;
}
.hs-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}

/* ── ABOUT ─────────────────────────────────────── */
#about {
  background: #fff;
}
.abt-img-wrap {
  position: relative;
}
.abt-main {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}
.abt-float {
  position: absolute;
  bottom: -28px;
  right: -24px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 10px 36px rgba(30, 45, 64, 0.14);
}
.abt-badge {
  position: absolute;
  top: 26px;
  left: -16px;
  background: var(--navy);
  color: #fff;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 6px 22px rgba(30, 45, 64, 0.35);
}
.abt-badge-n {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}
.abt-badge-t {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
}
.abt-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}
.abt-feat {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.abt-feat-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.abt-feat-title {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3px;
}
.abt-feat-text {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.72;
}

/* ── COUNTERS ──────────────────────────────────── */
#counters {
  background: var(--navy);
  padding: 56px 0;
}
.cnt-box {
  text-align: center;
  padding: 10px 16px;
}

/* ── PRODUCTS: original filtered grid ─────────── */
.p-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.f-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
}
.f-btn {
  background: #fff;
  border: 1px solid var(--border);
  color: var(--muted);
  font-family: "Jost", sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.25s;
}
.f-btn:hover,
.f-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

/* ── GENDER SECTIONS ───────────────────────────── */
.gender-section {
  padding: 90px 0;
}
/* tab switcher */
.gender-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--border);
  margin-bottom: 48px;
}
.g-tab {
  font-family: "Jost", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 14px 30px;
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition:
    color 0.25s,
    border-color 0.25s;
}
.g-tab.active {
  color: var(--navy);
  border-bottom-color: var(--navy);
}
/* gender hero card */
.gender-hero {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  height: 520px;
}
.gender-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s;
}
.gender-hero:hover img {
  transform: scale(1.05);
}
.gender-hero-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(15, 25, 35, 0) 40%,
    rgba(15, 25, 35, 0.85) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 32px;
}
.gender-hero-tag {
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.gender-hero-name {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.gender-hero-name em {
  font-style: italic;
  font-weight: 400;
  color: #8aafd4;
}
.gender-hero-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
  line-height: 1.72;
  margin-bottom: 18px;
  max-width: 360px;
}
.gender-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 3px;
  transition:
    gap 0.3s,
    border-color 0.3s;
}
.gender-hero:hover .gender-hero-link {
  gap: 13px;
  border-color: #fff;
}
/* product item cards */
.gp-card {
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
}
.gp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(30, 45, 64, 0.1);
  border-color: var(--navy-pale);
}
.gp-img-wrap {
  overflow: hidden;
  position: relative;
}
.gp-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.gp-card:hover .gp-img {
  transform: scale(1.07);
}
.gp-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--navy);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.gp-body {
  padding: 16px 14px 14px;
}
.gp-cat {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 4px;
}
.gp-name {
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}
.gp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
}
.gp-tag {
  background: var(--cream);
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
}
.gp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.gp-link {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.25s;
}
.gp-card:hover .gp-link {
  gap: 9px;
}
.gp-cert {
  font-size: 0.56rem;
  color: var(--muted);
}
/* gender grid layout */
.gp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
/* gender section divider */
.gender-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.gd-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.gd-label {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 700;
  white-space: nowrap;
}
/* floating cert badge on hero */
.gender-cert-float {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(30, 45, 64, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  text-align: center;
}
.gcf-num {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.gcf-lbl {
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}
/* stat row under gender */
.gender-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid var(--border);
  margin-top: 40px;
}
.gstat {
  flex: 1;
  min-width: 140px;
  padding: 18px 20px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.gstat:last-child {
  border-right: none;
}
.gstat-num {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
}
.gstat-lbl {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}

/* ── WHY ───────────────────────────────────────── */
.why-row {
  display: flex;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.why-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition:
    background 0.3s,
    color 0.3s;
}
.why-row:hover .why-icon {
  background: var(--navy);
  color: #fff;
}
.why-t {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.why-p {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.75;
}
.why-float {
  position: absolute;
  bottom: 28px;
  left: -22px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(30, 45, 64, 0.1);
  padding: 22px 26px;
  max-width: 250px;
}
.why-float-num {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.why-float-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
}

/* ── CONTACT ───────────────────────────────────── */
.ci-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.ci-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.ci-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.ci-val {
  color: var(--text);
  font-size: 0.9rem;
  margin-top: 3px;
}
.ci-mkts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
}
.ci-mkt {
  background: var(--navy-pale);
  border: 1px solid #c5d0de;
  color: var(--navy);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 12px;
}
.c-box {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 44px;
}
.c-map {
  width: 100%;
  height: 230px;
  border: 1px solid var(--border);
  margin-top: 28px;
  filter: grayscale(0.4) sepia(0.05);
}

/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 991px) {
  .p-grid,
  .gp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .abt-float,
  .why-float {
    display: none;
  }
  .c-box {
    padding: 24px;
  }
  .gender-hero {
    height: 380px;
  }
  .gender-hero-name {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .gp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gender-hero {
    height: 300px;
  }
  .gstat {
    min-width: 100px;
    padding: 14px 12px;
  }
}
@media (max-width: 575px) {
  .p-grid {
    grid-template-columns: 1fr;
  }
  .gp-grid {
    grid-template-columns: 1fr;
  }
  .c-box {
    padding: 20px 16px;
  }
  .hs {
    padding: 16px 18px;
  }
  .gender-tabs {
    overflow-x: auto;
  }
  .g-tab {
    padding: 12px 18px;
    white-space: nowrap;
  }
}

/* ── CLIENT LOGO SLIDER ──────────────────────────── */
.client-slider-wrap {
  overflow: hidden;
  position: relative;
  padding: 8px 0;
}
.client-slider-wrap::before,
.client-slider-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.client-slider-wrap::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.client-slider-wrap::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.client-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: clientScroll 28s linear infinite;
}
.client-track:hover {
  animation-play-state: paused;
}
.client-logo-cell {
  width: 220px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-right: 1px solid var(--border);
}
.client-logo-cell img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
  /* filter: grayscale(100%) opacity(0.55); */
  transition:
    filter 0.35s,
    transform 0.35s;
}
.client-logo-cell:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}
@keyframes clientScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* About page  */

/* STORY */
.story-img-stack {
  position: relative;
  height: 560px;
}
.story-img-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 60px;
  bottom: 60px;
  object-fit: cover;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.story-img-alt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 200px;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 10px 36px rgba(30, 45, 64, 0.14);
}
.story-year {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--navy);
  color: #fff;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(30, 45, 64, 0.4);
}
.story-year-n {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.story-year-t {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
}
.stat-mini {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.stat-mini-lbl {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

/* MISSION/VISION */
.mv-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 38px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mv-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--navy);
}
.mv-icon {
  width: 52px;
  height: 52px;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.mv-title {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.mv-text {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.85;
}

/* TIMELINE */
.tl-wrap {
  position: relative;
  padding-left: 32px;
}
.tl-wrap::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--navy-pale);
}
.tl-item {
  position: relative;
  margin-bottom: 36px;
}
.tl-dot {
  position: absolute;
  left: -32px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--navy);
  transition: background 0.3s;
}
.tl-item:hover .tl-dot {
  background: var(--navy);
}
.tl-year {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.tl-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.tl-text {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.78;
}

/* MD SPOTLIGHT */
.md-wrap {
  background: var(--navy);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.md-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1515169067868-5387ec356754?w=1600&auto=format&fit=crop")
    center/cover;
  opacity: 0.07;
}
.md-inner {
  position: relative;
  z-index: 2;
}
.md-tag {
  font-size: 0.62rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #8aafd4;
  font-weight: 600;
  margin-bottom: 12px;
}
.md-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 8px;
}
.md-name em {
  color: #8aafd4;
  font-style: italic;
  font-weight: 400;
}
.md-role {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.md-quote {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.96rem;
  line-height: 1.92;
  border-left: 3px solid rgba(138, 175, 212, 0.35);
  padding-left: 22px;
  font-style: italic;
  margin-bottom: 28px;
}
.md-bio {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.86rem;
  line-height: 1.88;
  margin-bottom: 24px;
}
.md-photo {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}
.md-photo-frame {
  position: relative;
}
.md-photo-badge {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: rgba(15, 25, 35, 0.85);
  backdrop-filter: blur(10px);
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.md-photo-badge-name {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.md-photo-badge-role {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 3px;
}
.md-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.md-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  transition:
    background 0.25s,
    border-color 0.25s;
}
.md-chip:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}
.md-chip i {
  color: #8aafd4;
}
.md-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
}
.md-stat {
  padding: 20px 16px;
  text-align: center;
  background: rgba(15, 25, 35, 0.3);
}
.md-stat-num {
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.md-stat-lbl {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}

/* CERTIFICATIONS */
.cert-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 28px 22px;
  text-align: center;
  height: 100%;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}
.cert-card:hover {
  transform: translateY(-5px);
  border-color: var(--navy-pale);
  box-shadow: 0 12px 36px rgba(30, 45, 64, 0.09);
}
.cert-icon {
  font-size: 2.4rem;
  color: var(--navy);
  margin-bottom: 14px;
}
.cert-name {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}
.cert-desc {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

/* CSR dark section */
.csr-section {
  background: var(--black);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.csr-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?w=1400&auto=format&fit=crop")
    center/cover;
  opacity: 0.1;
}
.csr-inner {
  position: relative;
  z-index: 2;
}
.csr-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 24px;
  height: 100%;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.csr-card:hover {
  background: rgba(30, 45, 64, 0.4);
  border-color: rgba(255, 255, 255, 0.25);
}
.csr-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.csr-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 10px;
}
.csr-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.84rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .story-img-alt {
    display: none;
  }
  .story-img-stack {
    height: 360px;
  }
  .story-img-main {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .md-photo {
    height: 420px;
  }
  .md-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Product page */

/* PROCESS STRIP */
.process-strip {
  background: var(--navy);
  padding: 52px 0;
}
.proc-item {
  text-align: center;
}
.proc-num {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
}
.proc-icon {
  font-size: 1.6rem;
  color: #fff;
  margin: 6px 0;
}
.proc-title {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.proc-arrow {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
}

/* FILTER SIDEBAR */
.filter-panel {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 28px 24px;
  position: sticky;
  top: 100px;
}
.fp-head {
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.fp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(212, 220, 230, 0.5);
  transition: all 0.25s;
}
.fp-item:hover .fp-label {
  color: var(--navy);
}
.fp-item.active .fp-label {
  color: var(--navy);
  font-weight: 600;
}
.fp-item.active .fp-dot {
  background: var(--navy);
}
.fp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  flex-shrink: 0;
  transition: background 0.25s;
}
.fp-label {
  font-size: 0.85rem;
  color: var(--muted);
  transition: color 0.25s;
  flex: 1;
}
.fp-count {
  font-size: 0.7rem;
  color: var(--muted);
  background: var(--cream);
  padding: 2px 8px;
}

/* PRODUCT LISTING CARD */
.plc {
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  transition:
    transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: inherit;
}
.plc:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(30, 45, 64, 0.11);
  border-color: var(--navy-pale);
}
.plc-img-wrap {
  overflow: hidden;
  position: relative;
  height: 280px;
}
.plc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  display: block;
}
.plc:hover .plc-img {
  transform: scale(1.07);
}
.plc-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--navy);
  color: #fff;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 11px;
}
.plc-body {
  padding: 22px 20px 20px;
}
.plc-cat {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 6px;
}
.plc-name {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.25;
}
.plc-desc {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.72;
  margin-bottom: 16px;
}
.plc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.plc-tag {
  background: var(--cream);
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.plc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.plc-link {
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}
.plc:hover .plc-link {
  gap: 10px;
}
.plc-cert {
  font-size: 0.6rem;
  color: var(--muted);
}

/* RESULTS BAR */
.results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}
.results-count {
  font-size: 0.78rem;
  color: var(--muted);
}
.results-count strong {
  color: var(--text);
  font-weight: 600;
}
.sort-sel {
  background: #fff;
  border: 1px solid var(--border);
  color: var(--text);
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  padding: 7px 14px;
  cursor: pointer;
  outline: none;
}

/* PRODUCT GRID */
.plc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* QA CARDS */
.qa-card {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  padding: 20px 18px;
  transition: border-color 0.3s;
}
.qa-card:hover {
  border-color: var(--navy-pale);
}
.qa-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.qa-title {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3px;
}
.qa-text {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .plc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-panel {
    position: static;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .plc-grid {
    grid-template-columns: 1fr;
  }
}

/* Sustainability Page */

/* ── Vision banner ────────────────────────────────── */
.vision-wrap {
  background: var(--navy);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.vision-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1532629345422-7515f3d16bb6?w=1600&auto=format&fit=crop")
    center/cover;
  opacity: 0.07;
}
.vision-inner {
  position: relative;
  z-index: 2;
}
.vision-quote {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.vision-quote em {
  color: #8aafd4;
  font-style: italic;
}
.vision-sub {
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  line-height: 1.85;
  max-width: 600px;
  margin: 22px auto 0;
}

/* ── Cert cards ───────────────────────────────────── */
.cert-block {
  background: #fff;
  border: 1px solid var(--border);
  padding: 36px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition:
    transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
}
.cert-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(30, 45, 64, 0.1);
  border-color: var(--navy-pale);
}
.cert-block-logo {
  height: 52px;
  object-fit: contain;
  object-position: left;
  display: block;
}
.cert-block-name {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
}
.cert-block-text {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.82;
  flex: 1;
}
.cert-block-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--navy-pale);
  padding: 5px 14px;
  margin-top: auto;
  width: fit-content;
}

/* ── ZDHC list ────────────────────────────────────── */
.zdhc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: zdhc;
}
.zdhc-list li {
  counter-increment: zdhc;
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.zdhc-list li::before {
  content: counter(zdhc, "0" counter(zdhc));
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy-pale);
  flex-shrink: 0;
  line-height: 1;
  min-width: 36px;
}
.zdhc-text {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.78;
}

/* ── Pillar chips ─────────────────────────────────── */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.pillar {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.pillar:hover {
  background: var(--navy-pale);
  border-color: #c5d0de;
}
.pillar-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.pillar-lbl {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.04em;
  line-height: 1.35;
}

/* ── Closing confidence strip ─────────────────────── */
.conf-strip {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.conf-text {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}
.conf-sub {
  color: var(--muted);
  font-size: 0.84rem;
  margin-top: 8px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .pillar-grid {
    grid-template-columns: 1fr;
  }
}

/* Social Activities Page  */

/* ── MD spotlight ─────────────────────────────────── */
.md-wrap {
  background: var(--navy);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.md-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1515169067868-5387ec356754?w=1600&auto=format&fit=crop")
    center/cover;
  opacity: 0.08;
}
.md-inner {
  position: relative;
  z-index: 2;
}
.md-tag {
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8aafd4;
  font-weight: 600;
  margin-bottom: 10px;
}
.md-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.md-name em {
  color: #8aafd4;
  font-style: italic;
}
.md-role {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}
.md-quote {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.9;
  max-width: 540px;
  border-left: 3px solid rgba(138, 175, 212, 0.4);
  padding-left: 20px;
  font-style: italic;
}
.lions-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 18px;
  margin-top: 22px;
}
.lions-chip i {
  color: #8aafd4;
}

/* ── Activity cards ───────────────────────────────── */
.act-card {
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  height: 100%;
  transition:
    transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
}
.act-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(30, 45, 64, 0.1);
  border-color: var(--navy-pale);
}
.act-img-wrap {
  overflow: hidden;
  position: relative;
}
.act-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s;
}
.act-card:hover .act-img {
  transform: scale(1.07);
}
.act-cat {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: var(--navy);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
}
.act-body {
  padding: 24px 22px 22px;
}
.act-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.25;
}
.act-desc {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.8;
}
.act-footer {
  padding: 14px 22px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.act-icon {
  width: 32px;
  height: 32px;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.act-lbl {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── CSR impact strip ────────────────────────────── */
.csr-impact {
  background: var(--bg-alt);
  padding: 70px 0;
}
.impact-item {
  text-align: center;
  padding: 24px;
}
.impact-num {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.impact-lbl {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.5;
}

/* ── Gallery ─────────────────────────────────────── */
.sa-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sa-cell {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.sa-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s;
}
.sa-cell:hover img {
  transform: scale(1.08);
}
.sa-cell-ov {
  position: absolute;
  inset: 0;
  background: rgba(30, 45, 64, 0);
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sa-cell:hover .sa-cell-ov {
  background: rgba(30, 45, 64, 0.35);
}
.sa-cell-ov i {
  color: #fff;
  font-size: 1.6rem;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s;
}
.sa-cell:hover .sa-cell-ov i {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767px) {
  .sa-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .sa-gallery {
    grid-template-columns: 1fr;
  }
}

/* Contact page */

/* CONTACT STRIP */
.contact-strip {
  background: var(--navy);
  padding: 0;
}
.cs-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s;
}
.cs-item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.cs-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.cs-label {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}
.cs-value {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 2px;
}

/* FORM SECTION */
.form-wrap {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 48px;
}
.form-title {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.form-sub {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 32px;
}
.f-group {
  margin-bottom: 22px;
}
.enq-radio {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--muted);
}
.enq-radio input[type="radio"] {
  accent-color: var(--navy);
}
.char-count {
  font-size: 0.7rem;
  color: var(--muted);
  text-align: right;
  margin-top: 4px;
}
.gdpr-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.gdpr-row input[type="checkbox"] {
  accent-color: var(--navy);
  margin-top: 3px;
  flex-shrink: 0;
}
.gdpr-label {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.6;
  cursor: pointer;
}

/* INFO PANEL */
.info-box {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 32px 28px;
  margin-bottom: 20px;
}
.info-box-title {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.info-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.info-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: var(--navy-pale);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.info-lbl {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.info-val {
  color: var(--text);
  font-size: 0.9rem;
  margin-top: 3px;
}
.info-val a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.25s;
}
.info-val a:hover {
  color: var(--navy);
}
.market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.market-chip {
  background: var(--navy-pale);
  border: 1px solid #c5d0de;
  color: var(--navy);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
}

/* HOURS */
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.84rem;
}
.hours-day {
  color: var(--text);
  font-weight: 500;
}
.hours-open {
  color: #1a6b3c;
  font-weight: 600;
}
.hours-closed {
  color: #c0392b;
}

/* MAP */
.map-wrap {
  position: relative;
}
.map-wrap iframe {
  width: 100%;
  height: 420px;
  display: block;
  filter: grayscale(0.35) sepia(0.08);
}
.map-card {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 16px 48px rgba(30, 45, 64, 0.15);
  padding: 28px 32px;
  max-width: 280px;
  z-index: 2;
}
.map-card-logo img {
  height: 28px;
  width: auto;
  margin-bottom: 12px;
}
.map-card-addr {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* FAQ */
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-family: "Jost", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  padding: 18px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.25s;
}
.faq-q:hover,
.faq-q.open {
  color: var(--navy);
}
.faq-q .faq-icon {
  color: var(--navy);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 12px;
}
.faq-q.open .faq-icon {
  transform: rotate(45deg);
}
.faq-a {
  display: none;
  padding-bottom: 18px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.85;
  max-width: 680px;
}
.faq-a.open {
  display: block;
}

/* SOCIAL CTA */
.social-cta {
  background: var(--black);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.social-cta-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?w=1400&auto=format&fit=crop")
    center/cover;
  opacity: 0.1;
}
.social-cta-inner {
  position: relative;
  z-index: 2;
}
.soc-big {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s;
}
.soc-big:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

@media (max-width: 767px) {
  .form-wrap {
    padding: 24px 18px;
  }
  .map-card {
    position: static;
    transform: none;
    max-width: 100%;
    border: none;
    box-shadow: none;
    background: var(--bg-alt);
  }
}

/* Product Details Page */

/* ── Breadcrumb bar ── */
.det-bar {
  background: var(--bg-alt);
  padding: 96px 0 0;
  border-bottom: 1px solid var(--border);
}
.det-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0 24px;
  flex-wrap: wrap;
}
.det-breadcrumb a {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.det-breadcrumb a:hover {
  color: var(--navy);
}
.det-breadcrumb .sep {
  color: var(--border);
  font-size: 0.7rem;
}
.det-breadcrumb .cur {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 600;
}

/* ── Gallery ── */
.detail-gallery {
  position: sticky;
  top: 100px;
}
.dg-main-wrap {
  overflow: hidden;
  background: var(--bg-alt);
  border: 1px solid var(--border);
}
.dg-main {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s;
}
.dg-main-wrap:hover .dg-main {
  transform: scale(1.03);
}
.dg-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.dg-thumb {
  flex: 1;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.22s;
  display: block;
  background: var(--bg-alt);
}
.dg-thumb.active,
.dg-thumb:hover {
  border-color: var(--navy);
}

/* ── Product info ── */
.prod-cat-tag {
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 8px;
}
.prod-det-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 12px;
}
.prod-det-name em {
  color: var(--navy-light);
  font-style: italic;
  font-weight: 400;
}
.prod-price-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--bg-alt);
  border: 1px solid var(--border);
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 18px;
}
.prod-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.prod-chip {
  background: var(--navy-pale);
  color: var(--navy);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 13px;
  border: 1px solid transparent;
}
.prod-chip.dark {
  background: var(--navy);
  color: #fff;
}
.prod-chip.gold {
  background: var(--accent);
  color: #fff;
}
.prod-desc {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.9;
  margin-bottom: 24px;
  border-left: 3px solid var(--navy-pale);
  padding-left: 14px;
}

/* ── Tabs ── */
.det-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--border);
  margin-bottom: 24px;
}
.det-tab {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 11px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Jost", sans-serif;
  transition:
    color 0.22s,
    border-color 0.22s;
}
.det-tab.active {
  color: var(--navy);
  border-bottom-color: var(--accent);
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

/* ── Feature grid ── */
.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}
.feat-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 13px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  transition: border-color 0.2s;
}
.feat-item:hover {
  border-color: var(--navy-pale);
}
.feat-icon {
  color: var(--accent);
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.feat-text {
  font-size: 0.81rem;
  color: var(--text);
  line-height: 1.5;
}

/* ── Specs table ── */
.spec-row {
  display: flex;
  border-bottom: 1px solid var(--border);
}
.spec-row:first-child {
  border-top: 1px solid var(--border);
}
.spec-key {
  width: 42%;
  padding: 10px 14px;
  background: var(--bg-alt);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.04em;
}
.spec-val {
  flex: 1;
  padding: 10px 14px;
  font-size: 0.81rem;
  color: var(--muted);
}

/* ── Certs tab ── */
.cert-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
}
.cert-row:last-child {
  border-bottom: none;
}
.cert-icon {
  color: var(--navy);
  font-size: 1rem;
  flex-shrink: 0;
}
.cert-lbl {
  font-size: 0.86rem;
  color: var(--text);
}

/* ── Tags strip ── */
.prod-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}
.prod-tag-pill {
  background: var(--navy-pale);
  color: var(--navy);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 11px;
}

/* ── CTA box ── */
.cta-box {
  background: var(--navy);
  padding: 28px 26px;
  margin-top: 28px;
}
.cta-box-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.cta-box-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
  line-height: 1.75;
  margin-bottom: 18px;
}

/* ── Share / actions strip ── */
.action-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
}
.action-btn {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid var(--border);
  padding: 7px 14px;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  transition: all 0.2s;
}
.action-btn:hover {
  border-color: var(--navy);
  color: var(--navy);
}

/* ── Same-category grid ── */
.rel-card {
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  text-decoration: none;
  display: block;
  color: inherit;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
}
.rel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(30, 45, 64, 0.1);
  border-color: var(--navy-pale);
}
.rel-img-wrap {
  overflow: hidden;
  height: 220px;
}
.rel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.rel-card:hover .rel-img {
  transform: scale(1.06);
}
.rel-body {
  padding: 16px;
}
.rel-cat {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 4px;
}
.rel-name {
  font-family: "Playfair Display", serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}
.rel-link {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  transition: gap 0.25s;
}
.rel-card:hover .rel-link {
  gap: 9px;
}

/* ── Not found ── */
.not-found {
  text-align: center;
  padding: 120px 20px;
}
.not-found h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: var(--text);
  margin-bottom: 12px;
}
.not-found p {
  color: var(--muted);
  margin-bottom: 28px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.det-fade {
  animation: fadeUp 0.55s ease both;
}
.rel-col {
  animation: fadeUp 0.5s ease both;
}
.rel-col:nth-child(2) {
  animation-delay: 0.08s;
}
.rel-col:nth-child(3) {
  animation-delay: 0.16s;
}
.rel-col:nth-child(4) {
  animation-delay: 0.24s;
}

@media (max-width: 767px) {
  .dg-main {
    height: 300px;
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .detail-gallery {
    position: static;
  }
}
