/* ============================================================
   MAISON DE BEAUTÉ — Dubai Marina
   Dark editorial luxe. Mobile-first.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --ink:      #100F0C;   /* primary near-black, warm */
  --ink-2:    #17140F;   /* raised panel */
  --ink-3:    #221E17;   /* card / hairline panel */
  --bone:     #F3ECE2;   /* light editorial surface */
  --bone-2:   #E7DDCE;   /* light surface alt */
  --gold:     #C6A15B;   /* precious accent */
  --gold-2:   #DcC089;   /* lighter gold for text on dark */
  --rose:     #B66A7A;   /* whisper of brand rose */
  --silver:   #CFCCC4;

  --t-dark:   #EFE9DF;   /* text on dark */
  --t-dark-mut: #9C9488; /* muted text on dark */
  --t-light:  #1C1813;   /* text on light */
  --t-light-mut:#6B6357; /* muted text on light */

  --line:     rgba(243,236,226,0.14);
  --line-2:   rgba(243,236,226,0.08);
  --line-dk:  rgba(28,24,19,0.14);

  --focus:    #DcC089;

  --shell:    1280px;
  --gut:      clamp(20px, 5.5vw, 64px);

  --f-disp: "Bodoni Moda", Georgia, serif;
  --f-cond: "Oswald", "Arial Narrow", sans-serif;
  --f-body: "Manrope", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--f-body);
  background: var(--ink);
  color: var(--t-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection { background: var(--gold); color: var(--ink); }

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

/* ---------- Layout helpers ---------- */
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gut); }

.eyebrow {
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: .8em;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--gold);
  opacity: .7;
}
.eyebrow.center::after {
  content: "";
  width: 28px; height: 1px;
  background: var(--gold);
  opacity: .7;
}

.serif { font-family: var(--f-disp); }
.cond  { font-family: var(--f-cond); }

h1,h2,h3 { font-weight: 600; line-height: 1.04; letter-spacing: -0.01em; }

.section-title {
  font-family: var(--f-disp);
  font-weight: 600;
  font-size: clamp(2.1rem, 7vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
}
.section-title em { font-style: italic; color: var(--gold-2); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  min-height: 52px;
  padding: 0 28px;
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: transform .4s var(--ease), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex: none; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-2px); }
.btn-ghost { border: 1px solid var(--line); color: var(--t-dark); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--bone); }
.btn-dark:hover { background: var(--ink-3); transform: translateY(-2px); }
.btn-light-ghost { border: 1px solid var(--line-dk); color: var(--t-light); }
.btn-light-ghost:hover { border-color: var(--gold); color: #8a6c2c; transform: translateY(-2px); }
.btn-block { width: 100%; }

/* link with arrow */
.link-arrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-2);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  transition: gap .3s var(--ease), border-color .3s var(--ease);
}
.link-arrow:hover { gap: 1em; border-color: var(--gold); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  transition: background .5s var(--ease), border-color .5s var(--ease), backdrop-filter .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(16,15,12,0.86);
  backdrop-filter: blur(14px) saturate(1.1);
  border-bottom-color: var(--line-2);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 74px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img {
  width: 38px; height: 38px;
  filter: invert(1) brightness(1.9);
}
.brand-name {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--t-dark);
  line-height: 1;
}
.brand-name small {
  display: block;
  font-size: 8.5px;
  letter-spacing: .42em;
  color: var(--gold);
  margin-top: 5px;
  font-weight: 500;
}

.nav-desk { display: none; }
.nav-desk a {
  font-size: 12.5px; font-weight: 500; letter-spacing: .1em;
  color: var(--t-dark);
  opacity: .82;
  transition: opacity .25s, color .25s;
  position: relative;
}
.nav-desk a:hover { opacity: 1; color: var(--gold-2); }

.header-cta { display: none; }

.burger {
  width: 46px; height: 46px;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.burger span { width: 18px; height: 1.5px; background: var(--t-dark); transition: transform .35s var(--ease), opacity .25s; }
.burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* mobile drawer */
.drawer {
  position: fixed; inset: 0;
  z-index: 90;
  background: var(--ink);
  padding: 28px var(--gut) 40px;
  display: flex; flex-direction: column;
  transform: translateY(-100%);
  transition: transform .5s var(--ease);
  visibility: hidden;
}
.drawer.open { transform: translateY(0); visibility: visible; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; height: 74px; margin-bottom: 18px;}
.drawer-close { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; }
.drawer-close svg { width: 18px; height: 18px; }
.drawer nav { display: flex; flex-direction: column; border-top: 1px solid var(--line-2); }
.drawer nav a {
  font-family: var(--f-disp);
  font-size: clamp(2rem, 11vw, 3rem);
  font-weight: 500;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-2);
  display: flex; align-items: baseline; justify-content: space-between;
  color: var(--t-dark);
}
.drawer nav a span { font-family: var(--f-body); font-size: 12px; letter-spacing: .2em; color: var(--gold); opacity: .8; }
.drawer-foot { margin-top: auto; padding-top: 30px; display: grid; gap: 12px; }
.drawer-foot .meta { font-size: 13px; color: var(--t-dark-mut); letter-spacing: .04em; }
.drawer-foot .meta strong { color: var(--t-dark); font-weight: 600; }

/* ============================================================
   HERO — service-studio: feature portrait + side rail
   ============================================================ */
.hero { position: relative; padding-top: 74px; background: var(--ink); }
.hero-grid { display: grid; gap: 0; }

.hero-copy {
  padding: clamp(38px, 9vw, 86px) 0 clamp(30px, 7vw, 50px);
  position: relative;
}
.hero-loc {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}
.hero-loc .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 4px rgba(182,106,122,.18); }

.hero h1 {
  font-family: var(--f-disp);
  font-weight: 500;
  font-size: clamp(3.1rem, 13.5vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--t-dark);
}
.hero h1 .it { font-style: italic; font-weight: 500; }
.hero h1 .gold { color: var(--gold-2); }

.hero-sub {
  margin-top: 26px;
  max-width: 30em;
  font-size: clamp(15px, 4vw, 17px);
  color: var(--t-dark-mut);
  line-height: 1.7;
}
.hero-cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }

.hero-media { position: relative; }
.hero-feature {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 3px;
}
.hero-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-feature::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,15,12,.45) 0%, transparent 24%, transparent 60%, rgba(16,15,12,.55) 100%);
}
.hero-seal {
  position: absolute; right: 16px; bottom: 16px;
  width: 60px; height: 60px;
  display: grid; place-items: center;
  background: rgba(16,15,12,.55);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: 50%;
}
.hero-seal img { width: 38px; height: 38px; filter: invert(1) brightness(1.9); }

.hero-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.hero-rail .tile { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 2px; }
.hero-rail .tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.hero-rail .tile:hover img { transform: scale(1.06); }
.hero-rail .tile span {
  position: absolute; left: 8px; bottom: 7px;
  font-size: 9.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.7);
}

/* ============================================================
   TRUST STRIP / MARQUEE
   ============================================================ */
.trust {
  border-block: 1px solid var(--line-2);
  background: var(--ink-2);
  padding: 22px 0;
}
.trust-inner { display: flex; flex-direction: column; gap: 18px; }
.rating { display: flex; align-items: center; gap: 14px; }
.rating .stars { display: inline-flex; gap: 3px; color: var(--gold); }
.rating .stars svg { width: 17px; height: 17px; }
.rating .score { font-family: var(--f-disp); font-size: 24px; font-weight: 600; color: var(--t-dark); line-height: 1; }
.rating .meta { font-size: 12.5px; color: var(--t-dark-mut); letter-spacing: .03em; }
.rating .meta strong { color: var(--t-dark); font-weight: 600; }
.trust-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-tags span {
  font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--t-dark-mut);
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 100px;
}

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
section { position: relative; }
.band { padding-block: clamp(64px, 12vw, 132px); }
.band-light { background: var(--bone); color: var(--t-light); }
.band-light .eyebrow { color: #9a7833; }
.band-light .eyebrow::before, .band-light .eyebrow.center::after { background: #9a7833; }
.band-light .section-title { color: var(--t-light); }
.band-light .section-title em { color: #9a7833; }

.head {
  display: flex; flex-direction: column; gap: 18px;
  margin-bottom: 44px;
}
.head .eyebrow { align-self: flex-start; }
.head p.lead { max-width: 44ch; font-size: 15px; color: var(--t-dark-mut); }
.band-light .head p.lead { color: var(--t-light-mut); }

/* ============================================================
   SERVICES
   ============================================================ */
.svc-list { display: grid; gap: 0; border-top: 1px solid var(--line-dk); }
.svc {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line-dk);
  position: relative;
  transition: padding-left .4s var(--ease);
}
.svc:hover { padding-left: 14px; }
.svc-num { font-family: var(--f-cond); font-size: 13px; letter-spacing: .1em; color: #b39256; width: 30px; }
.svc-body { min-width: 0; }
.svc h3 {
  font-family: var(--f-disp); font-weight: 600;
  font-size: clamp(1.45rem, 5.5vw, 2.05rem);
  color: var(--t-light); line-height: 1.05;
}
.svc p { font-size: 13.5px; color: var(--t-light-mut); margin-top: 6px; max-width: 52ch; }
.svc-go {
  width: 44px; height: 44px; flex: none;
  border: 1px solid var(--line-dk); border-radius: 50%;
  display: grid; place-items: center;
  transition: background .35s var(--ease), border-color .35s, transform .35s;
}
.svc-go svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.svc:hover .svc-go { background: var(--ink); border-color: var(--ink); color: var(--bone); }
.svc:hover .svc-go svg { transform: rotate(-45deg); }
.svc-note {
  margin-top: 30px; font-size: 13px; color: var(--t-light-mut);
  display: flex; align-items: center; gap: 10px;
}
.svc-note svg { width: 16px; height: 16px; color: #9a7833; flex: none; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  grid-auto-flow: dense;
}
.gitem { position: relative; overflow: hidden; cursor: pointer; border-radius: 2px; background: var(--ink-2); }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .5s; }
.gitem::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(16,15,12,.6));
  opacity: 0; transition: opacity .4s;
}
.gitem:hover img { transform: scale(1.05); }
.gitem:hover::after { opacity: 1; }
.gitem .cap {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; opacity: 0; transform: translateY(6px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}
.gitem:hover .cap { opacity: 1; transform: translateY(0); }
.gitem .plus {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(16,15,12,.5); backdrop-filter: blur(4px);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  opacity: 0; transform: scale(.85); transition: opacity .4s, transform .4s var(--ease);
}
.gitem .plus svg { width: 15px; height: 15px; color: #fff; }
.gitem:hover .plus { opacity: 1; transform: scale(1); }
.g-tall { aspect-ratio: 3/4; }
.g-wide { grid-column: span 2; aspect-ratio: 16/10; }
.g-sq { aspect-ratio: 1; }

/* ============================================================
   FOUNDER / EDITORIAL BAND
   ============================================================ */
.editorial { background: var(--ink); overflow: hidden; }
.ed-grid { display: grid; gap: 36px; align-items: center; }
.ed-media { position: relative; }
.ed-frame { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 3px; }
.ed-frame img { width: 100%; height: 100%; object-fit: cover; }
.ed-bigword {
  font-family: var(--f-cond);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(243,236,226,.22);
  font-size: clamp(3.4rem, 17vw, 8rem);
  margin-bottom: -.12em;
  position: relative; z-index: 1;
  pointer-events: none;
}
.ed-copy .eyebrow { margin-bottom: 22px; }
.ed-copy h2 {
  font-family: var(--f-disp); font-weight: 500;
  font-size: clamp(2rem, 7vw, 3.2rem); line-height: 1.04;
  margin-bottom: 22px;
}
.ed-copy h2 em { font-style: italic; color: var(--gold-2); }
.ed-quote {
  font-family: var(--f-disp); font-style: italic; font-weight: 500;
  font-size: clamp(1.25rem, 4.6vw, 1.7rem);
  line-height: 1.45; color: var(--t-dark);
  padding-left: 22px; border-left: 2px solid var(--gold);
  margin-bottom: 24px;
}
.ed-copy p { color: var(--t-dark-mut); font-size: 15px; line-height: 1.75; margin-bottom: 16px; }
.ed-sign { margin-top: 26px; display: flex; align-items: center; gap: 14px; }
.ed-sign .nm { font-family: var(--f-disp); font-size: 19px; color: var(--t-dark); }
.ed-sign .rl { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

/* ============================================================
   EXPERIENCE / STATS
   ============================================================ */
.exp-grid { display: grid; gap: 1px; background: var(--line-dk); border: 1px solid var(--line-dk); }
.exp-cell { background: var(--bone); padding: 30px 24px; }
.exp-cell .n { font-family: var(--f-disp); font-size: clamp(2.4rem, 9vw, 3.4rem); font-weight: 600; color: var(--t-light); line-height: 1; }
.exp-cell .n em { font-style: normal; color: #9a7833; }
.exp-cell .l { margin-top: 10px; font-size: 12.5px; letter-spacing: .04em; color: var(--t-light-mut); max-width: 24ch; }

/* ============================================================
   LOCATION
   ============================================================ */
.loc-grid { display: grid; gap: 0; }
.loc-map {
  position: relative; min-height: 320px; background: var(--ink-3);
  border: 1px solid var(--line); border-radius: 3px; overflow: hidden;
}
.loc-map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: grayscale(1) invert(0.92) contrast(0.9) hue-rotate(180deg); }
.loc-map .pin {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;
  pointer-events: none;
}
.loc-map .pin .seal { width: 54px; height: 54px; border-radius: 50%; background: var(--ink); border: 1px solid var(--gold); display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0,0,0,.5); }
.loc-map .pin .seal img { width: 32px; height: 32px; filter: invert(1) brightness(1.9); }
.loc-info { padding: 36px 0 0; }
.loc-row { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.loc-row:first-child { border-top: 1px solid var(--line); }
.loc-row .ic { width: 40px; height: 40px; border:1px solid var(--line); border-radius: 50%; display: grid; place-items: center; flex: none; color: var(--gold); }
.loc-row .ic svg { width: 17px; height: 17px; }
.loc-row .k { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.loc-row .v { font-size: 15px; color: var(--t-dark); line-height: 1.5; }
.loc-row .v.tab { font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.loc-actions { display: grid; gap: 10px; margin-top: 26px; }

/* ============================================================
   CONTACT / FORM
   ============================================================ */
.contact { background: var(--bone); color: var(--t-light); }
.form-grid { display: grid; gap: 40px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field label { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--t-light-mut); }
.field input, .field select, .field textarea {
  font-family: var(--f-body); font-size: 15px; color: var(--t-light);
  background: transparent;
  border: 0; border-bottom: 1px solid var(--line-dk);
  padding: 12px 2px;
  transition: border-color .3s;
}
.field textarea { resize: vertical; min-height: 90px; }
.field input::placeholder, .field textarea::placeholder { color: #a89e8d; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--gold); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239a7833' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 2px center; background-size: 18px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-size: 12px; font-weight: 600; letter-spacing: .04em;
  padding: 10px 16px; border: 1px solid var(--line-dk); border-radius: 100px;
  color: var(--t-light-mut); transition: all .25s var(--ease);
  min-height: 40px;
}
.chip[aria-pressed="true"] { background: var(--ink); color: var(--bone); border-color: var(--ink); }
.form-ok {
  display: none;
  padding: 16px 18px; border: 1px solid var(--gold); border-radius: 3px;
  background: rgba(198,161,91,.1);
  font-size: 14px; color: var(--t-light); align-items: center; gap: 12px;
}
.form-ok.show { display: flex; }
.form-ok svg { width: 20px; height: 20px; color: #9a7833; flex: none; }
.contact-aside { }
.contact-aside .big {
  font-family: var(--f-disp); font-style: italic; font-weight: 500;
  font-size: clamp(1.6rem, 6vw, 2.4rem); line-height: 1.25; color: var(--t-light);
  margin-bottom: 28px;
}
.contact-aside .big::first-letter { color: #9a7833; }
.aside-call {
  display: flex; align-items: center; gap: 16px;
  padding: 20px; border: 1px solid var(--line-dk); border-radius: 3px;
  margin-bottom: 12px;
}
.aside-call .ic { width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--gold); display: grid; place-items: center; flex: none; }
.aside-call .ic svg { width: 18px; height: 18px; }
.aside-call .k { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--t-light-mut); }
.aside-call .v { font-family: var(--f-disp); font-size: 20px; color: var(--t-light); font-variant-numeric: tabular-nums; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); padding: clamp(56px,10vw,90px) 0 0; }
.foot-top { display: grid; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid var(--line-2); }
.foot-brand .brand img { width: 46px; height: 46px; }
.foot-brand p { margin-top: 20px; color: var(--t-dark-mut); font-size: 14px; max-width: 34ch; line-height: 1.7; }
.foot-col h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.foot-col a, .foot-col p { display: block; font-size: 14px; color: var(--t-dark-mut); padding: 6px 0; transition: color .25s; }
.foot-col a:hover { color: var(--gold-2); }
.foot-social { display: flex; gap: 10px; margin-top: 4px; }
.foot-social a { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--t-dark); transition: all .3s var(--ease); }
.foot-social a:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-2px); }
.foot-social svg { width: 17px; height: 17px; }
.foot-bot { display: flex; flex-direction: column; gap: 14px; padding: 26px 0 30px; }
.foot-bot p { font-size: 11.5px; color: var(--t-dark-mut); letter-spacing: .02em; line-height: 1.6; }
.foot-bot .legal { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-disc { font-size: 10.5px !important; color: #6f685c !important; max-width: 80ch; }

/* ============================================================
   MOBILE ACTION BAR
   ============================================================ */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: grid; grid-template-columns: repeat(3,1fr);
  background: rgba(16,15,12,0.92);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform .5s var(--ease);
  padding-bottom: env(safe-area-inset-bottom);
}
.action-bar.show { transform: translateY(0); }
.action-bar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  padding: 11px 4px 13px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--t-dark);
}
.action-bar a + a { border-left: 1px solid var(--line-2); }
.action-bar a svg { width: 19px; height: 19px; color: var(--gold); }
.action-bar a.primary { background: var(--gold); color: var(--ink); }
.action-bar a.primary svg { color: var(--ink); }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(8,7,6,0.94);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(92vw, 760px); max-height: 82vh; object-fit: contain; border-radius: 3px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lb-cap { position: absolute; bottom: 26px; left: 0; right: 0; text-align: center; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--t-dark-mut); }
.lb-btn {
  position: absolute; top: 20px; right: 20px;
  width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; color: var(--t-dark);
  transition: background .3s, border-color .3s;
}
.lb-btn:hover { background: rgba(243,236,226,.08); border-color: var(--gold); }
.lb-btn svg { width: 20px; height: 20px; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--t-dark); background: rgba(8,7,6,.4); transition: background .3s, border-color .3s; }
.lb-nav:hover { background: rgba(243,236,226,.08); border-color: var(--gold); }
.lb-nav svg { width: 20px; height: 20px; }
.lb-prev { left: 14px; } .lb-next { right: 14px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
}

.hide-sm { display: none; }
@media (min-width: 600px) { .hide-sm { display: inline; } }

/* ============================================================
   RESPONSIVE — tablet & up
   ============================================================ */
@media (min-width: 720px) {
  .trust-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .g-wide { grid-column: span 2; }
  .g-tall { grid-row: span 2; aspect-ratio: auto; }
  .form-grid { grid-template-columns: 1.1fr .9fr; gap: 56px; }
  .loc-grid { grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: stretch; }
  .loc-info { padding: 0; display: flex; flex-direction: column; justify-content: center; }
  .ed-grid { grid-template-columns: .95fr 1.05fr; gap: 56px; }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .foot-bot { flex-direction: row; align-items: center; justify-content: space-between; }
  .field.half-row { }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .field-row .field { margin-bottom: 0; }
}

@media (min-width: 940px) {
  .nav-desk { display: flex; align-items: center; gap: 30px; }
  .burger { display: none; }
  .header-cta { display: inline-flex; }
  .action-bar { display: none !important; }
  .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
  .hero-copy { padding-block: 70px; }
  .hero h1 { font-size: clamp(4rem, 7vw, 6.4rem); }
  .svc { grid-template-columns: auto 1fr auto; padding: 28px 6px; }
  .exp-grid { grid-template-columns: repeat(4, 1fr); }
  .ed-bigword { font-size: clamp(5rem, 9vw, 9rem); }
}

@media (min-width: 940px) {
  .reveal-pad { padding-top: 0; }
}
