/* =========================================================
   MULE TOWN FENCE — premium one-page site
   ========================================================= */

:root {
  --ink: #0e0d0b;
  --ink-2: #15130f;
  --ink-3: #1d1a15;
  --cream: #f4eee4;
  --cream-2: #ebe2d3;
  --paper: #faf7f1;
  --gold: #c8934a;
  --gold-2: #e3b877;
  --gold-3: #8a6128;
  --text-d: #1a1814;
  --muted-d: #6b6358;
  --muted-l: #a8a093;
  --line-l: rgba(244, 238, 228, .13);
  --line-d: rgba(26, 24, 20, .13);

  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --gutter: clamp(20px, 5vw, 72px);
  --max: 1320px;
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
body.is-loading { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
svg { flex-shrink: 0; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--gold); color: var(--ink); }

main { overflow-x: clip; }

.container {
  width: 100%;
  max-width: calc(var(--max) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.02em; }
h2 { font-size: clamp(2.3rem, 4.8vw, 4.4rem); line-height: 1.03; }
h2 em, h1 em, .band-quote em { font-style: italic; font-weight: 300; color: var(--gold-2); }
.section-light h2 em { color: var(--gold-3); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.eyebrow::before { content: ''; width: 38px; height: 1px; background: currentColor; }
.eyebrow.center { display: flex; justify-content: center; }
.section-light .eyebrow { color: var(--gold-3); }

/* split-text words */
.w { display: inline-block; overflow: hidden; vertical-align: top; padding: 0 .08em .12em; margin: 0 -.08em -.12em; }
.wi { display: inline-block; will-change: transform; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 1.1em 1.9em;
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  transition: color .5s var(--ease), border-color .5s var(--ease), transform .4s var(--ease);
  white-space: nowrap;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  transform: translateY(101%);
  transition: transform .6s var(--ease);
}
.btn:hover::before { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .5s var(--ease); }
.btn:hover svg { transform: translateX(4px); }

.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold::before { background: var(--cream); }
.btn-ghost { border: 1px solid rgba(244, 238, 228, .4); color: var(--cream); backdrop-filter: blur(6px); }
.btn-ghost::before { background: var(--cream); }
.btn-ghost:hover { color: var(--ink); border-color: var(--cream); }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark::before { background: var(--gold); }
.btn-dark:hover { color: var(--ink); }
.btn-sm { padding: .95em 1.5em; font-size: .7rem; }
.btn-block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-2);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(227, 184, 119, .35);
  align-self: flex-start;
  transition: gap .4s var(--ease), border-color .4s;
}
.link-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.link-arrow:hover { gap: 18px; border-color: var(--gold-2); }

.magnetic { transition: transform .45s var(--ease), color .5s var(--ease), border-color .5s var(--ease); }

.stars { color: var(--gold-2); letter-spacing: .22em; font-size: .95rem; }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: var(--ink);
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.1s cubic-bezier(.76, 0, .24, 1);
  animation: plFailsafe .6s 7s forwards;
}
.preloader.is-done { clip-path: inset(0 0 100% 0); }
@keyframes plFailsafe { to { opacity: 0; visibility: hidden; } }

.pl-inner { text-align: center; padding-inline: 20px; }
.pl-fence {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 9px;
  height: 92px;
  margin-bottom: 30px;
}
.pl-fence::before, .pl-fence::after {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  height: 5px;
  background: var(--gold-3);
  transform: scaleX(0);
  animation: plRail .9s var(--ease) .75s forwards;
  z-index: 0;
}
.pl-fence::before { bottom: 58px; }
.pl-fence::after { bottom: 22px; }
.pl-fence span {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 84px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  clip-path: polygon(50% 0, 100% 16%, 100% 100%, 0 100%, 0 16%);
  transform: scaleY(0);
  transform-origin: bottom;
  animation: plRise .8s var(--ease) forwards;
  animation-delay: calc(var(--i) * 70ms);
}
@keyframes plRise { to { transform: scaleY(1); } }
@keyframes plRail { to { transform: scaleX(1); } }

.pl-brand {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: .08em;
  opacity: 0;
  animation: plFade .9s var(--ease) .9s forwards;
}
.pl-brand em { color: var(--gold-2); font-weight: 300; }
.pl-tag {
  margin-top: 10px;
  font-size: .7rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--muted-l);
  opacity: 0;
  animation: plFade .9s var(--ease) 1.1s forwards;
}
@keyframes plFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.pl-count {
  position: absolute;
  right: var(--gutter);
  bottom: 34px;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 300;
  line-height: 1;
  color: var(--cream);
  opacity: .9;
}
.pl-count small { font-size: .35em; color: var(--gold); margin-left: 4px; }

/* ---------- Grain / progress / cursor ---------- */
.grain {
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 1001;
  background: linear-gradient(90deg, var(--gold-3), var(--gold-2));
  transform: scaleX(0);
  transform-origin: left;
}

.cursor-dot, .cursor-ring { display: none; }
.has-cursor .cursor-dot, .has-cursor .cursor-ring {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9500;
  pointer-events: none;
  width: 0;
  height: 0;
}
.has-cursor .cursor-dot::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  background: var(--gold-2);
}
.cursor-ring span {
  position: absolute;
  width: 42px;
  height: 42px;
  left: -21px;
  top: -21px;
  border-radius: 50%;
  border: 1px solid rgba(227, 184, 119, .6);
  display: grid;
  place-items: center;
  transition: transform .45s var(--ease), background .45s var(--ease), border-color .45s;
}
.cursor-ring i {
  font-style: normal;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0;
  transition: opacity .3s;
}
body.cursor-hover .cursor-ring span { transform: scale(1.5); border-color: var(--gold-2); }
body.cursor-view .cursor-ring span { transform: scale(2.3); background: var(--gold-2); border-color: var(--gold-2); }
body.cursor-view .cursor-ring i { opacity: 1; }
body.cursor-view .cursor-dot { opacity: 0; }

/* ---------- Header ---------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px var(--gutter);
  transition: padding .5s var(--ease), background .5s var(--ease), transform .6s var(--ease), border-color .5s;
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  padding-block: 13px;
  background: rgba(14, 13, 11, .82);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-color: var(--line-l);
}
.header.is-hidden { transform: translateY(-110%); }

.logo { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); }
.logo-mark { width: 40px; height: 40px; transition: transform .6s var(--ease); }
.logo:hover .logo-mark { transform: rotate(-6deg) scale(1.06); }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text strong { font-family: var(--serif); font-weight: 500; font-size: 1.28rem; letter-spacing: .04em; color: var(--cream); text-transform: uppercase; }
.logo-text small { font-size: .62rem; letter-spacing: .52em; text-transform: uppercase; color: var(--gold); margin-top: 5px; font-weight: 700; }

.nav { display: flex; gap: clamp(20px, 2.6vw, 40px); }
.nav a {
  position: relative;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(244, 238, 228, .82);
  padding-block: 6px;
  transition: color .3s;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s var(--ease);
}
.nav a:hover, .nav a.is-active { color: var(--cream); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 22px; }
.header-phone { font-size: .85rem; font-weight: 600; letter-spacing: .04em; color: var(--cream); opacity: .85; transition: opacity .3s, color .3s; }
.header-phone:hover { opacity: 1; color: var(--gold-2); }

.burger { display: none; width: 44px; height: 44px; position: relative; border-radius: 50%; border: 1px solid var(--line-l); }
.burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--cream); transition: transform .5s var(--ease), top .5s var(--ease); }
.burger span:first-child { top: 17px; }
.burger span:last-child { top: 25px; }
.menu-open .burger span:first-child { top: 21px; transform: rotate(45deg); }
.menu-open .burger span:last-child { top: 21px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px var(--gutter) 40px;
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path .9s cubic-bezier(.76, 0, .24, 1);
  visibility: hidden;
}
.menu-open .mobile-menu { clip-path: circle(150% at calc(100% - 44px) 44px); visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 6px; }
.mobile-menu nav a {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 10vw, 3.6rem);
  line-height: 1.15;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s var(--ease), transform .6s var(--ease), color .3s;
}
.mobile-menu nav a:hover { color: var(--gold-2); }
.menu-open .mobile-menu nav a { opacity: 1; transform: none; transition-delay: calc(.25s + var(--d) * 60ms); }
.mm-foot { display: flex; flex-direction: column; gap: 8px; color: var(--muted-l); font-size: .95rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-h) + 40px) var(--gutter) 150px;
  overflow: hidden;
  isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -2; background: var(--ink); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.8s ease; }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
  transition: transform 8s cubic-bezier(.25, .46, .45, .94);
}
.hero-slide.is-active { opacity: 1; }
.hero-slide.is-active img { transform: scale(1); }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(14, 13, 11, .62) 0%, rgba(14, 13, 11, .12) 32%, rgba(14, 13, 11, .35) 60%, rgba(14, 13, 11, .94) 100%),
    linear-gradient(90deg, rgba(14, 13, 11, .72) 0%, rgba(14, 13, 11, 0) 65%);
}
.hero-content { max-width: 980px; width: 100%; }
.hero-eyebrow { color: var(--gold-2); }
.hero-title {
  font-size: clamp(3rem, 8vw, 7.6rem);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.03em;
  word-spacing: .06em;
}
.hero-sub {
  max-width: 560px;
  margin-top: 28px;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  color: rgba(244, 238, 228, .82);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.hero-card {
  position: absolute;
  right: var(--gutter);
  bottom: 140px;
  width: 290px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(20, 18, 15, .38);
  border: 1px solid var(--line-l);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: .9rem;
  color: rgba(244, 238, 228, .78);
}
.hero-card .stars { margin-bottom: 8px; }
.hero-card strong { color: var(--cream); font-weight: 700; }

.hero-bottom {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 26px;
  border-top: 1px solid var(--line-l);
}
.slide-meta { display: flex; align-items: center; gap: 18px; font-size: .8rem; letter-spacing: .14em; color: var(--muted-l); }
.slide-num b { color: var(--cream); font-weight: 700; }
.slide-bar { position: relative; width: 120px; height: 1px; background: var(--line-l); overflow: hidden; }
.slide-bar i { position: absolute; inset: 0; background: var(--gold-2); transform: scaleX(0); transform-origin: left; }
.slide-bar.run i { animation: slideBar 6s linear forwards; }
@keyframes slideBar { to { transform: scaleX(1); } }

.scroll-cue { display: flex; align-items: center; gap: 14px; font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted-l); }
.scroll-cue i { position: relative; width: 1px; height: 38px; background: var(--line-l); overflow: hidden; }
.scroll-cue i::after { content: ''; position: absolute; left: 0; top: -40%; width: 100%; height: 40%; background: var(--gold-2); animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { to { top: 110%; } }

/* ---------- Marquee ---------- */
.marquee { background: var(--gold); color: var(--ink); overflow: hidden; padding-block: 22px; }
.marquee-track { display: flex; align-items: center; gap: 34px; width: max-content; animation: marquee 38s linear infinite; }
.marquee span { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.4vw, 2.1rem); font-weight: 400; white-space: nowrap; }
.marquee b { font-size: 1rem; opacity: .6; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section { position: relative; }
.section-light { background: var(--cream); color: var(--text-d); }
.section-dark { background: var(--ink); color: var(--cream); }
.about, .services, .process, .why, .reviews { padding-block: clamp(90px, 12vw, 170px); }

.section-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(50px, 6vw, 80px);
}
.section-intro { font-size: 1.05rem; color: var(--muted-l); max-width: 440px; justify-self: end; }
.section-light .section-intro { color: var(--muted-d); }

.parallax-wrap { position: relative; overflow: hidden; }
.parallax-wrap > img { position: absolute; left: 0; top: -12.5%; width: 100%; height: 125%; object-fit: cover; will-change: transform; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.about-media { position: relative; padding-right: 12%; padding-bottom: 14%; }
.about-img-main { aspect-ratio: 4 / 5; border-radius: 26px; }
.about-img-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 22px;
  overflow: hidden;
  border: 10px solid var(--cream);
  box-shadow: 0 30px 60px -20px rgba(26, 24, 20, .35);
}
.about-img-float img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.about-img-float:hover img { transform: scale(1.07); }
.badge {
  position: absolute;
  top: 7%;
  right: 3%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-2);
  display: grid;
  place-items: center;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, .4);
}
.badge > svg:first-child { position: absolute; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); animation: spin 22s linear infinite; }
.badge text { font-family: var(--sans); font-size: 9.4px; font-weight: 700; letter-spacing: 2.6px; fill: currentColor; }
.badge-mark { width: 36px; height: 36px; color: var(--gold); }
@keyframes spin { to { transform: rotate(360deg); } }

.about-copy h2 { margin-bottom: 28px; }
.about-copy .lead { font-family: var(--serif); font-size: clamp(1.2rem, 1.6vw, 1.45rem); line-height: 1.5; color: var(--text-d); margin-bottom: 18px; }
.about-copy p { color: var(--muted-d); }
.about-copy strong { color: var(--text-d); }

.signature { display: flex; flex-direction: column; margin-top: 30px; }
.sig-name { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 2.1rem; color: var(--gold-3); line-height: 1.1; }
.sig-role { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-d); margin-top: 6px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 46px; padding-top: 34px; border-top: 1px solid var(--line-d); }
.stat-num { font-family: var(--serif); font-size: clamp(2.2rem, 3.4vw, 3.1rem); line-height: 1; color: var(--text-d); }
.stat-num sup { font-size: .45em; color: var(--gold); vertical-align: top; position: relative; top: .25em; margin-left: 2px; }
.stat p { font-size: .8rem; line-height: 1.45; color: var(--muted-d); margin-top: 10px; }

/* ---------- Services (stacked cards) ---------- */
.svc-stack { position: relative; }
.svc-card { position: sticky; top: calc(var(--header-h) + 16px + var(--i) * 18px); margin-bottom: 44px; }
.svc-card:last-child { margin-bottom: 0; }
.svc-inner {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  min-height: min(76vh, 620px);
  border-radius: 30px;
  overflow: hidden;
  background: var(--ink-3);
  border: 1px solid var(--line-l);
  box-shadow: 0 -30px 60px -30px rgba(0, 0, 0, .6);
  transform-origin: 50% 0;
  will-change: transform;
}
.svc-media { position: relative; overflow: hidden; }
.svc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.svc-card:hover .svc-media img { transform: scale(1.06); }
.svc-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(29, 26, 21, .5)); }
.svc-body { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: clamp(30px, 4.2vw, 60px); }
.svc-num {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  line-height: .9;
  font-weight: 300;
  color: transparent;
  -webkit-text-stroke: 1px rgba(227, 184, 119, .55);
}
.svc-body h3 { font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.05; margin-bottom: 16px; }
.svc-body p { color: var(--muted-l); max-width: 460px; }
.svc-body ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 24px; }
.svc-body li { position: relative; padding-left: 22px; font-size: .92rem; color: rgba(244, 238, 228, .88); }
.svc-body li::before { content: ''; position: absolute; left: 0; top: .72em; width: 10px; height: 1px; background: var(--gold); }

/* ---------- Quote band ---------- */
.band { min-height: 92vh; display: grid; place-items: center; padding: 120px var(--gutter); overflow: hidden; isolation: isolate; text-align: center; }
.band-media { position: absolute; inset: 0; z-index: -2; }
.band-overlay { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, rgba(14, 13, 11, .45), rgba(14, 13, 11, .85)); }
.band-quote p { font-family: var(--serif); font-size: clamp(2.1rem, 5.4vw, 5rem); line-height: 1.08; letter-spacing: -.02em; max-width: 1100px; }
.band-quote cite { display: block; margin-top: 30px; font-style: normal; font-size: .76rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-2); }

/* ---------- Process ---------- */
.process { background: var(--paper); }
.process-track { position: relative; height: 1px; background: var(--line-d); margin-bottom: 50px; }
.process-fill { position: absolute; inset: 0; background: linear-gradient(90deg, var(--gold-3), var(--gold)); transform: scaleX(0); transform-origin: left; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3vw, 48px); counter-reset: s; }
.step { position: relative; }
.step-num {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--gold-3);
  margin-bottom: 26px;
  transition: background .5s var(--ease), color .5s var(--ease), transform .5s var(--ease);
}
.step:hover .step-num { background: var(--gold); color: var(--ink); transform: rotate(-8deg) scale(1.05); }
.step h3 { font-size: 1.7rem; margin-bottom: 10px; }
.step p { color: var(--muted-d); font-size: .96rem; }

/* ---------- Work (horizontal) ---------- */
.work { overflow: hidden; }
.work-pin { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-block: clamp(80px, 8vw, 100px) 50px; }
.work-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.work-hint { display: flex; align-items: center; gap: 14px; font-size: .74rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted-l); }
.work-hint i { position: relative; width: 70px; height: 1px; background: var(--line-l); overflow: hidden; }
.work-hint i::after { content: ''; position: absolute; top: 0; left: -40%; width: 40%; height: 100%; background: var(--gold-2); animation: hint 2s var(--ease) infinite; }
@keyframes hint { to { left: 110%; } }

.work-track {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 2vw, 30px);
  padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2));
  width: max-content;
  will-change: transform;
}
.work-card { flex: 0 0 auto; width: clamp(280px, 27vw, 420px); cursor: pointer; outline: none; }
.work-card.wide { width: clamp(320px, 40vw, 640px); }
.work-card:nth-child(even) { margin-top: 38px; }
.work-img { position: relative; height: min(50vh, 500px); border-radius: 22px; overflow: hidden; background: var(--ink-3); }
.work-img img { width: 114%; max-width: none; margin-left: -7%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1.3s var(--ease), filter .8s; filter: saturate(.92); }
.work-card:hover .work-img img, .work-card:focus-visible .work-img img { transform: scale(1.1); filter: saturate(1.08); }
.work-img::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px var(--line-l); pointer-events: none; }
.work-card:focus-visible .work-img { outline: 2px solid var(--gold-2); outline-offset: 4px; }
.work-card figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 16px; }
.work-card figcaption span { font-family: var(--serif); font-size: 1.35rem; }
.work-card figcaption small { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-l); }
.work-end { flex: 0 0 auto; width: clamp(260px, 26vw, 380px); height: min(50vh, 500px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 28px; padding-left: 20px; }
.work-end p { font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.08; }
.work-end em { font-style: italic; font-weight: 300; color: var(--gold-2); }

/* ---------- Why ---------- */
.why { background: var(--cream-2); }
.why-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(50px, 7vw, 110px); align-items: start; }
.why-intro { position: sticky; top: calc(var(--header-h) + 40px); }
.why-intro h2 { margin-bottom: 24px; }
.why-intro p { color: var(--muted-d); max-width: 440px; margin-bottom: 34px; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature {
  padding: 34px 30px;
  border-radius: 22px;
  background: rgba(250, 247, 241, .55);
  border: 1px solid var(--line-d);
  transition: background .5s var(--ease), transform .6s var(--ease), box-shadow .6s var(--ease);
}
.feature:hover { background: var(--paper); transform: translateY(-6px); box-shadow: 0 30px 50px -30px rgba(26, 24, 20, .35); }
.f-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--ink); color: var(--gold-2); margin-bottom: 24px; transition: transform .6s var(--ease); }
.feature:hover .f-icon { transform: rotate(-10deg) scale(1.06); }
.f-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 1.4rem; margin-bottom: 8px; }
.feature p { color: var(--muted-d); font-size: .93rem; }

/* ---------- Reviews ---------- */
.reviews { background: var(--ink-2); text-align: center; }
.t-wrap { position: relative; max-width: 920px; margin: 20px auto 0; }
.t-mark { display: block; font-family: var(--serif); font-size: clamp(7rem, 12vw, 10rem); line-height: .7; height: .5em; color: var(--gold); opacity: .9; }
.t-slides { display: grid; margin-top: 10px; }
.t-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease), visibility .9s; }
.t-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.t-slide .stars { margin-bottom: 22px; }
.t-slide blockquote { font-family: var(--serif); font-size: clamp(1.45rem, 2.7vw, 2.3rem); line-height: 1.35; font-weight: 300; }
.t-slide figcaption { margin-top: 30px; display: flex; flex-direction: column; gap: 4px; }
.t-slide figcaption strong { font-size: 1rem; letter-spacing: .04em; }
.t-slide figcaption span { font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-l); }
.t-controls { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 46px; }
.t-btn { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-l); transition: background .4s var(--ease), border-color .4s, color .4s; }
.t-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.t-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.t-dots { display: flex; gap: 10px; }
.t-dots button { width: 28px; height: 3px; border-radius: 3px; background: var(--line-l); transition: background .4s, width .5s var(--ease); }
.t-dots button.is-active { background: var(--gold-2); width: 48px; }

/* ---------- Contact ---------- */
.contact { padding-block: clamp(100px, 12vw, 170px); overflow: hidden; isolation: isolate; }
.contact-media { position: absolute; inset: 0; z-index: -2; }
.contact-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(14, 13, 11, .95) 0%, rgba(14, 13, 11, .82) 45%, rgba(14, 13, 11, .55) 100%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.contact-info h2 { margin-bottom: 22px; }
.contact-info > p { color: rgba(244, 238, 228, .78); max-width: 480px; }
.c-list { margin-top: 40px; display: flex; flex-direction: column; gap: 22px; }
.c-list li { display: flex; align-items: flex-start; gap: 18px; }
.c-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(227, 184, 119, .4); color: var(--gold-2); }
.c-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.c-list small { display: block; font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted-l); margin-bottom: 2px; }
.c-list a, .c-list span { font-size: 1.05rem; color: var(--cream); }
.c-list a { transition: color .3s; }
.c-list a:hover { color: var(--gold-2); }

.form-card { background: var(--cream); color: var(--text-d); border-radius: 30px; padding: clamp(28px, 4vw, 50px); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); }
.form-card h3 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); margin-bottom: 26px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: block; margin-bottom: 20px; }
.field span { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-d); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--text-d);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(26, 24, 20, .25);
  border-radius: 0;
  padding: 10px 0;
  outline: none;
  transition: border-color .3s;
  -webkit-appearance: none;
  appearance: none;
}
.field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a6128' 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: 16px;
  padding-right: 24px;
}
.field textarea { resize: vertical; min-height: 90px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(26, 24, 20, .38); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field .is-invalid { border-color: #b4533a; }
.form-card .btn { margin-top: 10px; }
.form-card .btn-gold::before { background: var(--ink); }
.form-card .btn-gold:hover { color: var(--cream); }
.form-note { text-align: center; font-size: .78rem; color: var(--muted-d); margin-top: 14px; }
.form-success { text-align: center; padding: 30px 0; }
.fs-check { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--gold); color: var(--ink); margin: 0 auto 22px; }
.fs-check svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-success p { color: var(--muted-d); }
.form-success a { color: var(--gold-3); font-weight: 700; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); padding-top: clamp(80px, 9vw, 120px); border-top: 1px solid var(--line-l); overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.f-brand p { color: var(--muted-l); max-width: 340px; margin-top: 20px; font-size: .95rem; }
.f-col { display: flex; flex-direction: column; gap: 10px; }
.f-col h4 { font-size: .7rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.f-col a, .f-col span { color: rgba(244, 238, 228, .75); font-size: .95rem; transition: color .3s, transform .3s; }
.f-col a:hover { color: var(--cream); }
.footer-word {
  font-family: var(--serif);
  font-size: clamp(3rem, 12.5vw, 12.5rem);
  line-height: .9;
  letter-spacing: -.04em;
  white-space: nowrap;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 147, 74, .35);
  margin-top: clamp(60px, 8vw, 110px);
  transition: color 1s var(--ease);
  user-select: none;
}
.footer-word:hover { color: rgba(200, 147, 74, .12); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 28px; margin-top: 30px; border-top: 1px solid var(--line-l); font-size: .82rem; color: var(--muted-l); }
.to-top { display: inline-flex; align-items: center; gap: 8px; letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; transition: color .3s; }
.to-top:hover { color: var(--gold-2); }
.to-top svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.call-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 900;
  display: none;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 14px 30px -8px rgba(0, 0, 0, .5);
}
.call-fab::before { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--gold); animation: pulse 2.2s ease-out infinite; }
.call-fab svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@keyframes pulse { from { transform: scale(1); opacity: .9; } to { transform: scale(1.7); opacity: 0; } }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9800;
  display: grid;
  place-items: center;
  padding: 70px 80px;
  background: rgba(10, 9, 8, .94);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s var(--ease), visibility .5s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { max-width: min(1200px, 100%); transform: scale(.94); transition: transform .6s var(--ease); }
.lightbox.is-open figure { transform: none; }
.lightbox img { max-height: 78vh; width: auto; margin: 0 auto; border-radius: 16px; }
.lightbox figcaption { text-align: center; margin-top: 18px; font-family: var(--serif); font-size: 1.3rem; }
.lightbox figcaption small { display: block; font-family: var(--sans); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-l); margin-top: 4px; }
.lb-close { position: absolute; top: 20px; right: 26px; font-size: 2.6rem; line-height: 1; color: var(--cream); transition: color .3s, transform .4s var(--ease); }
.lb-close:hover { color: var(--gold-2); transform: rotate(90deg); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--line-l); transition: background .3s, color .3s; }
.lb-nav:hover { background: var(--gold); color: var(--ink); }
.lb-nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.lb-prev { left: 18px; }
.lb-next { right: 18px; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1100px) {
  .nav, .header-phone { display: none; }
  .burger { display: block; }
  .hero-card { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .section-intro { justify-self: start; }
  .about-grid, .contact-grid, .why-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 560px; }
  .why-intro { position: static; }

  .svc-card { position: relative; top: 0; margin-bottom: 26px; }
  .svc-inner { grid-template-columns: 1fr; min-height: 0; }
  .svc-media { aspect-ratio: 16 / 10; }
  .svc-media::after { background: linear-gradient(180deg, transparent 60%, rgba(29, 26, 21, .6)); }

  .steps { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .process-track { display: none; }

  /* horizontal gallery becomes a native swipe carousel */
  .work-pin { min-height: 0; }
  .work-track {
    width: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 10px;
  }
  .work-track::-webkit-scrollbar { display: none; }
  .work-card, .work-card.wide { width: 78vw; scroll-snap-align: center; }
  .work-card:nth-child(even) { margin-top: 0; }
  .work-img { height: auto; aspect-ratio: 4 / 5; }
  .work-end { width: 70vw; height: auto; align-self: center; scroll-snap-align: center; }
  .work-hint span::after { content: ' / Swipe'; }

  .call-fab { display: grid; }
  .lightbox { padding: 70px 16px; }
  .lb-nav { top: auto; bottom: 18px; transform: none; }
  .lb-prev { left: calc(50% - 64px); }
  .lb-next { right: calc(50% - 64px); }
}

@media (max-width: 640px) {
  .header-actions .btn { display: none; }
  .hero { padding-bottom: 120px; }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(14, 13, 11, .6) 0%, rgba(14, 13, 11, .35) 30%, rgba(14, 13, 11, .72) 58%, rgba(14, 13, 11, .95) 100%);
  }
  .hero-bottom .scroll-cue span { display: none; }
  .hero-ctas .btn { flex: 1 1 100%; }
  .badge { width: 96px; height: 96px; }
  .badge text { font-size: 9px; }
  .badge-mark { width: 26px; height: 26px; }
  .stats { gap: 26px 16px; }
  .svc-body ul { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .work-head { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee-track { animation: none; }
}
