/* ============================================================
   TURKISH QUALITY NIGERIA — style.css  v7
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Inter:wght@300;400;500&display=swap');

:root {
  --red: #ab1917;
  --green: #008051;
  --ink: #1b1f1f;
  --gold: #e7ba38;
  --steel: #417389;
  --bg: #f6f4f0;
  --bg2: #edeae4;
  --white: #ffffff;
  --muted: #5a5550;
  --faint: #968f88;
  --border: rgba(27, 31, 31, 0.09);
  --r: 4px;
  --t: 0.38s;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
}

/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  font-size: 17px
}

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.7;
  font-weight: 300
}

img {
  display: block;
  max-width: 100%
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none
}

::-webkit-scrollbar {
  width: 4px
}

::-webkit-scrollbar-track {
  background: var(--bg2)
}

::-webkit-scrollbar-thumb {
  background: var(--faint);
  border-radius: 2px
}

/* LAYOUT */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2.5rem
}

.label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--red);
  display: block;
  margin-bottom: 0.85rem
}

.h2 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.022em;
  color: var(--ink)
}

.h2 em {
  color: var(--red);
  font-style: italic
}

.sub {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.76;
  max-width: 540px;
  margin-top: 1.1rem;
  font-weight: 300
}

.rule {
  width: 44px;
  height: 1.5px;
  background: var(--gold);
  margin: 1.5rem 0
}

/* OFF-GRID DECO — no rotation */
.deco-wrap {
  position: relative;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 2
}

.deco-pat {
  position: absolute;
  width: 96px;
  height: 96px;
  top: -48px;
  opacity: 0.18
}

.deco-pat img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.deco-left .deco-pat {
  left: 2rem
}

.deco-right .deco-pat {
  right: 2rem
}

.deco-center .deco-pat {
  left: 50%;
  transform: translateX(-50%)
}

/* NAVBAR */
#navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
  transition: var(--t) var(--ease)
}

#navbar.scrolled {
  background: rgba(246, 244, 240, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border)
}

.nlogo {
  display: flex;
  align-items: center;
  gap: 11px
}

.nlogo-svg {
  height: 86px;
  width: auto
}

.nlogo-text .b1 {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1
}

.nlogo-text .b2 {
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--faint)
}

.nlinks {
  display: flex;
  align-items: center;
  gap: 2.5rem
}

.nlinks a {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color var(--t)
}

.nlinks a:hover {
  color: var(--ink)
}

.nlinks .ncta {
  background: var(--green);
  color: white !important;
  padding: 0.52rem 1.25rem;
  border-radius: var(--r);
  font-weight: 400 !important
}

.nlinks .ncta:hover {
  background: #006840
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 101
}

.burger span {
  width: 26px;
  height: 1.5px;
  background: var(--ink);
  border-radius: 1px;
  transition: var(--t)
}

.burger.on span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg)
}

.burger.on span:nth-child(2) {
  opacity: 0
}

.burger.on span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg)
}

.mmenu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--bg);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem
}

.mmenu.on {
  display: flex
}

.mmenu a {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--ink);
  transition: color var(--t)
}

.mmenu a:hover {
  color: var(--red)
}

/* WA FLOAT */
.wa-float {
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  z-index: 90;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 22px rgba(37, 211, 102, 0.4);
  transition: var(--t)
}

.wa-float:hover {
  transform: scale(1.08)
}

.wa-float svg {
  width: 25px;
  height: 25px;
  fill: white
}

/* ════════════════════════════════════════════════════════
   HERO — 40% left | 60% grid
   ════════════════════════════════════════════════════════ */
#hero {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 100vh;
  padding-top: 96px
}

/* LEFT — short title + 2 clear buttons */
.hero-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 3rem 4rem 2.5rem;
  background: var(--bg);
  border-right: 1px solid var(--border);
  position: relative;
}

.hero-l-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, var(--red) 0%, var(--gold) 50%, var(--green) 100%)
}

.hero-eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 9px
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  animation: blink 1.8s ease-in-out infinite
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0.15
  }
}

/* Motto — single long sentence */
.hero-title {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 2.6rem;
  max-width: 100%;
}

.hero-title em {
  color: var(--red);
  font-style: italic;
}

/* "Turkish" word — red ↔ teal color cycle */
@keyframes turkishColor {

  0%,
  100% {
    color: var(--red);
  }

  50% {
    color: #1ab5c4;
  }
}

.text-turkish {
  font-style: italic;
  animation: turkishColor 2.8s ease-in-out infinite;
  display: inline;
}

/* TWO BUTTONS — minimal, brand-accent left bar */
.hero-btns {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 2.8rem;
}

.hbtn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1.3rem;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: all var(--t);
  cursor: pointer;
  background: var(--white);
  color: var(--ink);
  border: 1px solid rgba(27, 31, 31, 0.12);
  border-left-width: 3px;
}

.hbtn:hover {
  transform: translateX(3px);
  background: rgba(27, 31, 31, 0.025);
}

.hbtn-wa {
  border-left-color: #25D366;
}

.hbtn-wa:hover {
  border-color: rgba(37, 211, 102, 0.4);
}

.hbtn-wa svg {
  width: 15px;
  height: 15px;
  fill: #25D366;
  flex-shrink: 0;
}

.hbtn-show {
  border-left-color: var(--red);
}

.hbtn-show:hover {
  border-color: rgba(171, 25, 23, 0.35);
}

.hbtn-arrow {
  margin-left: auto;
  font-size: 0.75rem;
  opacity: 0.3;
  transition: all var(--t);
}

.hbtn:hover .hbtn-arrow {
  opacity: 0.7;
  transform: translateX(2px);
}

/* Flag bar */
.hero-flag-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  font-size: 1.4rem
}

.hero-flag-sep {
  font-size: 0.7rem;
  color: var(--faint);
  letter-spacing: 0.1em;
  text-transform: uppercase
}

/* RIGHT — 2×2 grid */
.hero-r {
  background: var(--ink);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  padding: 3px;
  background: var(--ink);
}

/* Progress indicator dots */
.hgrid-dots {
  display: flex;
  gap: 6px;
  padding: 9px 14px;
  background: var(--ink);
  align-items: center;
  justify-content: center;
}

.hgrid-dot {
  height: 2px;
  width: 22px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1px;
  transition: all 0.45s var(--ease);
}

.hgrid-dot.dot-on {
  background: var(--gold);
  width: 36px;
}

/* ── CARD ── */
.hcard {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #0e0c0a
}

/* Inactive — crisp b&w, no blur, dimmed */
.hcard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.8;
  transform: scale(1.04);
  filter: grayscale(1) brightness(0.45);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease), filter 0.65s var(--ease);
}

.hcard-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0.9rem 1rem;
  background: linear-gradient(transparent, rgba(8, 6, 4, 0.88));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform 0.4s var(--ease);
}

.hcard-cap span {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9)
}

.hcard-cap-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0
}

/* Star icon per card — replaces old circle ::after */
.hcard-star {
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 3;
  width: 20px;
  height: 20px;
  opacity: 0.22;
  transition: opacity 0.5s, transform 0.5s;
}

.hcard-star img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Per-card brand colors */
.hcard:nth-child(1) .hcard-star img {
  filter: brightness(0) sepia(1) saturate(10) hue-rotate(7deg);
}

/* gold */
.hcard:nth-child(2) .hcard-star img {
  filter: brightness(0) sepia(1) saturate(18) hue-rotate(318deg);
}

/* red */
.hcard:nth-child(3) .hcard-star img {
  filter: brightness(0) sepia(1) saturate(8) hue-rotate(85deg);
}

/* green */
.hcard:nth-child(4) .hcard-star img {
  filter: brightness(0) sepia(1) saturate(6) hue-rotate(168deg);
}

/* steel */

@keyframes starSpin {

  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(22deg) scale(1.18);
  }
}

/* ACTIVE — full colour */
.hcard.active img {
  opacity: 1;
  transform: scale(1);
  filter: none;
}

.hcard.active .hcard-cap {
  transform: translateY(0);
}

.hcard.active .hcard-star {
  opacity: 1;
  animation: starSpin 2.8s ease-in-out infinite;
}

.hcard.active {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

/* ════════════════════════════════════════════════════════
   BRAND VIDEO
   ════════════════════════════════════════════════════════ */
#brand-video {
  background: var(--ink);
  overflow: hidden
}

.bv-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  min-height: 72vh;
  align-items: stretch
}

.bv-video-col {
  position: relative;
  background: #0a0806;
  overflow: hidden
}

.bv-video-col video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.bv-video-col .bv-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bv-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4.5rem
}

.bv-text-col .label {
  color: var(--gold)
}

.bv-h {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--bg);
  margin-bottom: 1.5rem
}

.bv-h em {
  color: var(--gold);
  font-style: italic
}

.bv-line {
  width: 44px;
  height: 1.5px;
  background: var(--gold);
  margin-bottom: 1.8rem
}

.bv-p {
  font-size: 1.05rem;
  color: rgba(237, 233, 226, 0.5);
  line-height: 1.75;
  max-width: 340px;
  margin-bottom: 2.5rem
}

.bv-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(231, 186, 56, 0.35);
  padding-bottom: 3px;
  transition: var(--t)
}

.bv-cta:hover {
  gap: 14px;
  color: white;
  border-color: rgba(255, 255, 255, 0.35)
}

/* ════════════════════════════════════════════════════════
   SERVICES — ACCORDION
   ════════════════════════════════════════════════════════ */
#services {
  background: var(--bg);
  padding: 6rem 0
}

.svc-head {
  max-width: 520px;
  margin-bottom: 3rem
}

/* Accordion wrapper */
.acc-list {
  border-top: 1px solid var(--border)
}

/* Each item */
.acc-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden
}

/* Header button */
.acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background var(--t);
  -webkit-tap-highlight-color: transparent;
}

.acc-head:hover .acc-title {
  color: var(--red)
}

.acc-num {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--faint);
  line-height: 1;
  width: 2.8rem;
  flex-shrink: 0;
  letter-spacing: -0.04em;
  transition: color var(--t);
}

.acc-head:hover .acc-num {
  color: var(--red)
}

.acc-item.open .acc-num {
  color: var(--red)
}

.acc-title {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 300;
  color: var(--ink);
  flex: 1;
  letter-spacing: -0.01em;
  transition: color var(--t);
}

.acc-item.open .acc-title {
  color: var(--red)
}

.acc-tag {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
  background: var(--bg2);
  padding: 4px 10px;
  border-radius: 20px;
  flex-shrink: 0;
  transition: background var(--t), color var(--t);
}

.acc-item.open .acc-tag {
  background: rgba(171, 25, 23, 0.08);
  color: var(--red)
}

.acc-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--faint);
  flex-shrink: 0;
  transition: transform var(--t), border-color var(--t), background var(--t), color var(--t);
}

.acc-item.open .acc-arrow {
  transform: rotate(180deg);
  border-color: var(--red);
  background: var(--red);
  color: white;
}

/* Body — collapsed/expanded */
.acc-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.9s ease-in-out;
}

.acc-item.open .acc-body {
  grid-template-rows: 1fr
}

.acc-body-inner {
  overflow: hidden
}

/* Content inside body */
.acc-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 2rem 0 3rem;
}

.acc-img {
  aspect-ratio: 4/3;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border);
}

.acc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.acc-text h4 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0.6rem
}

.acc-text h4 em {
  color: var(--red);
  font-style: italic
}

.acc-rule {
  width: 36px;
  height: 1.5px;
  background: var(--gold);
  margin: 1.1rem 0
}

.acc-text p {
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.82;
  margin-bottom: 0.85rem
}

.acc-text p:last-of-type {
  margin-bottom: 1.4rem
}

.acc-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #25D366;
  color: white;
  padding: 0.85rem 1.4rem;
  border-radius: var(--r);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: var(--t);
}

.acc-wa:hover {
  background: #1dab54;
  transform: translateY(-1px)
}

.acc-wa svg {
  width: 16px;
  height: 16px;
  fill: white;
  flex-shrink: 0
}

/* ════════════════════════════════════════════════════════
   GALLERY
   ════════════════════════════════════════════════════════ */
#gallery {
  background: var(--ink);
  padding: 6rem 0
}

.gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem
}

.gallery-head .label {
  color: var(--gold)
}

.gallery-head .h2 {
  color: var(--bg)
}

.ig-a {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  transition: var(--t);
  display: flex;
  align-items: center;
  gap: 6px
}

.ig-a:hover {
  gap: 12px;
  color: white
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  border-radius: var(--r);
  overflow: hidden
}

.ig-cell {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
  transition: transform var(--t)
}

.ig-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease)
}

.ig-cell:hover img {
  transform: scale(1.05)
}

.ig-ov {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 16, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--t)
}

.ig-cell:hover .ig-ov {
  opacity: 1
}

.ig-ov span {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold)
}

/* ════════════════════════════════════════════════════════
   WHY US
   ════════════════════════════════════════════════════════ */
#why {
  background: var(--bg2);
  padding: 6rem 0
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start
}

.why-list {
  margin-top: 2.5rem
}

.why-item {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--border)
}

.why-item:last-child {
  border-bottom: none
}

.why-n {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--faint);
  line-height: 2
}

.why-item h4 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 0.5rem
}

.why-item p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.78
}

.why-cta-box {
  background: var(--ink);
  border-radius: var(--r);
  padding: 3rem;
  position: sticky;
  top: 88px
}

.why-cta-box h3 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 300;
  color: var(--bg);
  line-height: 1.2;
  margin-bottom: 0.85rem
}

.why-cta-box p {
  font-size: 0.98rem;
  color: rgba(240, 236, 230, 0.5);
  line-height: 1.72;
  margin-bottom: 2rem
}

.wa-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem
}

.wa-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 1.4rem;
  border-radius: var(--r);
  font-size: 0.85rem;
  font-weight: 400;
  transition: var(--t)
}

.wa-ng {
  background: #25D366;
  color: white
}

.wa-ng:hover {
  background: #1dab54;
  transform: translateY(-1px)
}

.wa-ng2 {
  background: #1dab54;
  color: white
}

.wa-ng2:hover {
  background: #178e46;
  transform: translateY(-1px)
}

.wa-tr {
  background: rgba(240, 236, 230, 0.07);
  color: rgba(240, 236, 230, 0.65);
  border: 1px solid rgba(240, 236, 230, 0.1)
}

.wa-tr:hover {
  border-color: var(--gold);
  color: var(--gold)
}

.wa-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0
}

/* ════════════════════════════════════════════════════════
   WHY STATS STRIP
   ════════════════════════════════════════════════════════ */
.why-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.8rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(27, 31, 31, 0.07);
}

.why-stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.why-stat-n {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
}

.why-stat-n em {
  font-size: 0.55em;
  color: var(--red);
  font-style: normal;
  vertical-align: super;
}

.why-stat-l {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ════════════════════════════════════════════════════════
   TESTIMONIALS
   ════════════════════════════════════════════════════════ */
#testimonials {
  background: var(--ink);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

#testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/art.svg') center / 300px auto repeat;
  opacity: 0.03;
  pointer-events: none;
  filter: invert(1);
}

.testi-head {
  text-align: center;
  margin-bottom: 4rem;
}

.testi-head .label {
  color: rgba(240, 236, 230, 0.3);
}

.testi-head .h2 {
  color: rgba(240, 236, 230, 0.9);
}

.testi-head .h2 em {
  color: var(--gold);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testi-card {
  background: rgba(240, 236, 230, 0.04);
  border: 1px solid rgba(240, 236, 230, 0.07);
  border-radius: var(--r);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  transition: border-color var(--t), background var(--t);
  position: relative;
  z-index: 1;
}

.testi-card:hover {
  background: rgba(240, 236, 230, 0.07);
  border-color: rgba(231, 186, 56, 0.25);
}

.testi-stars {
  color: var(--gold);
  letter-spacing: 0.15em;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.testi-quote {
  font-family: var(--serif);
  font-size: 3.5rem;
  line-height: 0.8;
  color: var(--gold);
  opacity: 0.5;
  font-weight: 300;
}

.testi-text {
  font-size: 0.9rem;
  color: rgba(240, 236, 230, 0.65);
  line-height: 1.75;
  flex: 1;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(240, 236, 230, 0.06);
}

.testi-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testi-name {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(240, 236, 230, 0.85);
}

.testi-role {
  font-size: 0.68rem;
  color: rgba(240, 236, 230, 0.28);
  letter-spacing: 0.04em;
  margin-top: 2px;
}

/* ════════════════════════════════════════════════════════
   CONTACT
   ════════════════════════════════════════════════════════ */

#contact {
  background: var(--white);
  padding: 6rem 0
}

.contact-top {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 4.5rem
}

.contact-top .rule {
  margin: 1.3rem auto
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start
}

.ci {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--border)
}

.ci:last-child {
  border-bottom: none
}

.cico {
  width: 44px;
  height: 44px;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0
}

.cico.r {
  background: rgba(171, 25, 23, 0.07)
}

.cico.g {
  background: rgba(0, 128, 81, 0.07)
}

.cico.b {
  background: rgba(65, 115, 137, 0.07)
}

.cico.d {
  background: rgba(231, 186, 56, 0.08)
}

.ci-l {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 4px
}

.ci-v {
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.6
}

.ci-v a {
  color: var(--ink);
  transition: color var(--t)
}

.ci-v a:hover {
  color: var(--red)
}

.ci-note {
  font-size: 0.82rem;
  color: var(--faint);
  margin-top: 3px
}

.map-box {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border);
  height: 440px
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: sepia(15%) contrast(1.04)
}

/* ════════════════════════════════════════════════════════
   FOOTER — Premium
   ════════════════════════════════════════════════════════ */
footer {
  background: var(--ink)
}

.f-top-bar {
  height: 2px;
  background: linear-gradient(90deg, var(--red) 0%, var(--gold) 50%, var(--green) 100%)
}

.f-brand-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 3rem 2.5rem;
  max-width: 1140px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(240, 236, 230, 0.05)
}

.f-brand-row img {
  height: 82px;
  width: auto;
  flex-shrink: 0
}

.f-brand-divider {
  width: 1px;
  height: 52px;
  background: rgba(240, 236, 230, 0.1);
  flex-shrink: 0
}

.f-brand-text h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 300;
  color: rgba(240, 236, 230, 0.85);
  letter-spacing: -0.01em;
  line-height: 1.15
}

.f-brand-text p {
  font-size: 0.8rem;
  color: rgba(240, 236, 230, 0.28);
  margin-top: 5px;
  letter-spacing: 0.05em
}

.f-brand-flags {
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0
}

.f-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  gap: 3rem;
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(240, 236, 230, 0.05)
}

.f-col h5 {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(240, 236, 230, 0.3);
  margin-bottom: 1.2rem;
  font-weight: 500
}

.f-col ul li {
  margin-bottom: 0.65rem
}

.f-col ul a {
  font-size: 0.88rem;
  color: rgba(240, 236, 230, 0.4);
  transition: color var(--t)
}

.f-col ul a:hover {
  color: rgba(240, 236, 230, 0.82)
}

.f-contact-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem
}

.f-contact-item .lbl {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px
}

.f-contact-item a {
  font-size: 0.88rem;
  color: rgba(240, 236, 230, 0.4);
  transition: color var(--t)
}

.f-contact-item a:hover {
  color: rgba(240, 236, 230, 0.8)
}

.f-icons {
  display: flex;
  gap: 0.55rem
}

.f-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(240, 236, 230, 0.05);
  border: 1px solid rgba(240, 236, 230, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  transition: border-color var(--t), background var(--t)
}

.f-icon:hover {
  border-color: var(--gold);
  background: rgba(231, 186, 56, 0.08)
}

.f-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 0;
  flex-wrap: wrap;
  gap: 0.8rem
}

.f-bottom p {
  font-size: 0.78rem;
  color: rgba(240, 236, 230, 0.18)
}

.f-bottom .gold {
  color: var(--gold)
}

.f-credit {
  text-align: center;
  padding: 1rem 0;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(240, 236, 230, 0.1);
  border-top: 1px solid rgba(240, 236, 230, 0.04)
}

.f-credit a {
  color: inherit;
  transition: color var(--t)
}

.f-credit a:hover {
  color: rgba(231, 186, 56, 0.6)
}

/* SERVICES PAGE */
.page-hero {
  background: var(--ink);
  padding: 9rem 0 5rem;
  position: relative;
  overflow: hidden
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--green))
}

.page-hero .label {
  color: var(--gold)
}

.page-hero .h2 {
  color: var(--bg);
  margin-top: 0.6rem
}

.page-hero .h2 em {
  color: var(--gold)
}

.page-hero .sub {
  color: rgba(237, 233, 226, 0.45);
  margin-top: 1rem
}

.page-hero-deco {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 220px;
  opacity: 0.07
}

.page-hero-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

/* ════════════════════════════════════════════════════════
   ART TEXTURE — art.svg as subtle background in select sections
   ════════════════════════════════════════════════════════ */

/* Hero left column */
.hero-l {
  position: relative;
}

.hero-l::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/art.svg') center / 280px auto repeat;
  opacity: 0.045;
  pointer-events: none;
  z-index: 0;
}

.hero-l>* {
  position: relative;
  z-index: 1;
}

/* Services section */
#services::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: url('assets/art.svg') right top / 320px auto no-repeat;
  opacity: 0.025;
  pointer-events: none;
  z-index: 0;
}

#services {
  position: relative;
}

#services>* {
  position: relative;
  z-index: 1;
}

/* Dark box — why-cta-box */
.why-cta-box {
  position: relative;
  overflow: hidden;
}

.why-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/art.svg') center / 220px auto repeat;
  opacity: 0.06;
  pointer-events: none;
  filter: invert(1) brightness(0.8);
}

.why-cta-box>* {
  position: relative;
  z-index: 1;
}

/* Footer */
footer {
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/art.svg') left bottom / 380px auto no-repeat;
  opacity: 0.04;
  pointer-events: none;
  filter: invert(1) brightness(0.6);
  z-index: 0;
}

footer>* {
  position: relative;
  z-index: 1;
}

/* ANIMATIONS */
.fu {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease)
}

.fi {
  opacity: 0;
  transition: opacity 0.7s var(--ease)
}

.fu.vis,
.fi.vis {
  opacity: 1;
  transform: translateY(0)
}

.d1 {
  transition-delay: .08s
}

.d2 {
  transition-delay: .16s
}

.d3 {
  transition-delay: .24s
}

.d4 {
  transition-delay: .32s
}

.d5 {
  transition-delay: .40s
}

/* RESPONSIVE */
@media(max-width:1024px) {
  #hero {
    grid-template-columns: 44% 56%
  }

  .bv-grid {
    grid-template-columns: 260px 1fr
  }

  .ig-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .f-links-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem
  }

  .acc-content {
    grid-template-columns: 1fr;
    gap: 2rem
  }

  .acc-img {
    max-height: 280px;
    aspect-ratio: 16/9
  }
}

@media(max-width:768px) {
  #hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto
  }

  .hero-l {
    padding: 5rem 1.5rem 3.5rem
  }

  .hero-r {
    height: 460px
  }

  .bv-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 125vw 1fr
  }

  .bv-text-col {
    padding: 3rem 1.5rem
  }

  .nlinks {
    display: none
  }

  .burger {
    display: flex
  }

  .why-grid,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .ig-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery-head {
    flex-direction: column;
    gap: 1rem
  }

  .why-cta-box {
    position: static
  }

  .f-links-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem
  }

  .f-brand-row {
    flex-wrap: wrap;
    gap: 1.5rem
  }

  .f-bottom {
    flex-direction: column;
    text-align: center
  }

  .testi-grid {
    grid-template-columns: 1fr
  }

  .why-stats {
    flex-wrap: wrap;
    gap: 1.5rem
  }

  .hero-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr)
  }
}

@media(max-width:480px) {
  .container {
    padding: 0 1.3rem
  }

  .hero-title {
    font-size: 2.8rem
  }

  .ig-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .f-links-grid {
    grid-template-columns: 1fr
  }
}