/* ============================================================
   LuxeLine Kitchens — Sydney kitchen, bath & laundry renovations
   Brand: bronze #A97655 · warm cream · walnut
   Type:  Montserrat (display sans, bold) + Inter (body / UI)
   Theme: dark · warm walnut · premium
   ============================================================ */

:root {
  /* Brand — warm bronze (pops on dark) */
  --clay: #BC8A60;
  --clay-bright: #D6AA7E;
  --clay-deep: #8A5E3E;
  --clay-soft: rgba(188, 138, 96, 0.14);
  --clay-line: rgba(188, 138, 96, 0.34);
  --clay-glow: rgba(188, 138, 96, 0.30);

  /* Surfaces — warm walnut timber (dark theme, wood-grain body) */
  --bg: #251C13;
  --bg-2: #1F170F;
  --surface: #30251A;
  --surface-2: #3A2D1F;
  --sand: #34291D;
  --line: rgba(240, 226, 205, 0.11);
  --line-strong: rgba(240, 226, 205, 0.19);

  /* Text — warm ivory */
  --ink: #F6F0E7;
  --text: #E4DACB;
  --muted: #B2A491;
  --muted-2: #897B69;

  /* Footer (deepest walnut) */
  --footer-bg: #100B07;

  /* System */
  --radius: 10px;
  --radius-sm: 6px;
  --radius-lg: 18px;
  --maxw: 1240px;
  --header-h: 82px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 26px 60px -28px rgba(43, 20, 8, 0.30);
  --shadow-sm: 0 10px 30px -18px rgba(43, 20, 8, 0.28);
  --shadow-clay: 0 18px 40px -16px var(--clay-glow);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background-color: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
/* Wood-grain timber texture across the whole page (procedural, no image asset) */
body::before {
  content: ''; position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background-color: var(--bg);
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1000'%20height='1000'%3E%3Cfilter%20id='s'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.6%200.0038'%20numOctaves='4'%20seed='4'%20stitchTiles='stitch'/%3E%3CfeColorMatrix%20type='saturate'%20values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA%20type='linear'%20slope='1.4'%20intercept='-0.2'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect%20width='1000'%20height='1000'%20filter='url(%23s)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='500'%20height='500'%3E%3Cfilter%20id='g'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.85%200.02'%20numOctaves='2'%20seed='9'%20stitchTiles='stitch'/%3E%3CfeColorMatrix%20type='saturate'%20values='0'/%3E%3C/filter%3E%3Crect%20width='500'%20height='500'%20filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 1000px 1000px, 500px 500px;
  background-repeat: repeat, repeat;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
/* Subtle warm depth: highlight top, deepen edges */
body::after {
  content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(140% 100% at 50% -10%, rgba(214, 170, 126, 0.06), transparent 55%),
    radial-gradient(120% 120% at 50% 120%, rgba(0, 0, 0, 0.30), transparent 60%);
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; border-radius: 3px; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--clay); color: #1a130c; padding: 10px 18px; border-radius: 6px;
  font-weight: 600; transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 16px; }

.ic { width: 1em; height: 1em; fill: currentColor; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  line-height: 1.14; letter-spacing: -0.02em; font-weight: 700; color: var(--ink);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 13px;
  font-family: 'Inter', sans-serif; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.71rem;
  color: var(--clay); margin-bottom: 22px;
}
.eyebrow-line { width: 32px; height: 1.5px; background: var(--clay); display: inline-block; }

.section-title {
  font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem);
  color: var(--ink); margin-bottom: 20px; letter-spacing: -0.02em; line-height: 1.1;
}
.section-title em { font-style: normal; color: var(--clay); font-weight: 700; }
.section-lead { color: var(--muted); font-size: 1.08rem; max-width: 60ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Inter', sans-serif; font-weight: 600; letter-spacing: 0.01em;
  padding: 14px 28px; border-radius: 999px; font-size: 0.94rem;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
  white-space: nowrap;
}
.btn .ic { font-size: 1.1em; }
.btn-primary { background: var(--clay); color: #1a130c; box-shadow: var(--shadow-clay); }
.btn-primary:hover { background: var(--clay-bright); transform: translateY(-2px); box-shadow: 0 22px 46px -14px var(--clay-glow); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-strong); }
.btn-ghost:hover { background: rgba(246, 240, 231, 0.06); border-color: var(--clay-line); transform: translateY(-2px); }
.btn-outline-clay { background: transparent; color: var(--clay); border: 1px solid var(--clay-line); }
.btn-outline-clay:hover { background: var(--clay-soft); border-color: var(--clay); transform: translateY(-2px); }
.btn-lg { padding: 17px 32px; font-size: 1rem; }
.btn-sm { padding: 10px 20px; font-size: 0.86rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease), box-shadow 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(23, 18, 13, 0.82);
  backdrop-filter: blur(16px) saturate(130%);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px -18px rgba(43, 20, 8,0.4);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; place-items: center; height: 42px; color: var(--clay); flex-shrink: 0; }
.brand-mark svg { width: 30px; height: 34px; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.06rem; color: var(--ink); letter-spacing: 0.16em; }
.brand-sub { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--clay); margin-top: 6px; }

.main-nav { display: flex; gap: 32px; margin-left: auto; margin-right: 30px; }
.main-nav a { font-weight: 500; font-size: 0.92rem; color: var(--muted); position: relative; padding: 4px 0; transition: color 0.2s var(--ease); }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--clay); transition: width 0.3s var(--ease); }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.mobile-nav a.active { color: var(--clay); }

.header-actions { display: flex; align-items: center; gap: 18px; }
.btn-call { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.9rem; color: var(--ink); transition: color 0.2s var(--ease); }
.btn-call .ic { font-size: 1.15em; color: var(--clay); }
.btn-call:hover { color: var(--clay); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column; gap: 4px; padding: 12px 26px 28px;
  background: rgba(23, 18, 13, 0.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 14px 4px; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--line); }
.mobile-nav .mobile-call { color: var(--clay); }
.mobile-nav .btn { margin-top: 16px; }

/* ---------- Hero (full-bleed video + overlay) ---------- */
.hero { position: relative; min-height: 92vh; min-height: 92dvh; display: flex; align-items: center; overflow: hidden; padding: 140px 0 96px; }
.hero-media { position: absolute; inset: 0; z-index: -1; background: #1a1512; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,16,13,0.62) 0%, rgba(20,16,13,0.34) 42%, rgba(20,16,13,0.86) 100%),
    linear-gradient(90deg, rgba(20,16,13,0.82) 0%, rgba(20,16,13,0.36) 58%, rgba(20,16,13,0.12) 100%);
}
.hero-content { position: relative; max-width: 760px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22); backdrop-filter: blur(6px);
  color: #fff; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 0.8rem; padding: 8px 16px; border-radius: 999px;
  animation: fadeUp 0.9s var(--ease) both;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay-bright); }
.hero-title {
  font-family: 'Montserrat', system-ui, sans-serif; font-weight: 700; font-size: clamp(2.6rem, 5.6vw, 4.6rem); color: #fff;
  letter-spacing: -0.025em; line-height: 1.04; margin-bottom: 24px; max-width: 15ch;
  animation: fadeUp 0.9s var(--ease) 0.08s both;
}
.hero-title em { font-style: normal; color: var(--clay-bright); }
.hero-sub {
  font-size: clamp(1.04rem, 1.4vw, 1.24rem); color: #E9E1D6; max-width: 56ch; margin-bottom: 36px; line-height: 1.6;
  animation: fadeUp 0.9s var(--ease) 0.16s both;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; animation: fadeUp 0.9s var(--ease) 0.24s both; }
.hero-trust { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 40px; animation: fadeUp 0.9s var(--ease) 0.36s both; }
.hero-trust-item { display: flex; align-items: center; gap: 10px; color: #E9E1D6; font-size: 0.9rem; font-weight: 500; }
.hero-trust-item .stars svg { width: 16px; height: 16px; fill: var(--clay-bright); }
.hero-trust-item svg.ic-check { width: 18px; height: 18px; stroke: var(--clay-bright); fill: none; stroke-width: 2.4; }
.hero-trust-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.24); }

.btn-hero-ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(6px); }
.btn-hero-ghost:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.5); transform: translateY(-2px); }

/* Header sits over the dark hero on the homepage — light text until scrolled */
.home .site-header:not(.scrolled) .brand-name { color: #fff; }
.home .site-header:not(.scrolled) .main-nav a { color: rgba(255,255,255,0.82); }
.home .site-header:not(.scrolled) .main-nav a:hover, .home .site-header:not(.scrolled) .main-nav a.active { color: #fff; }
.home .site-header:not(.scrolled) .btn-call { color: #fff; }
.home .site-header:not(.scrolled) .nav-toggle span { background: #fff; }
.home .site-header:not(.scrolled) .brand-mark { color: #fff; }
.home .site-header:not(.scrolled) .brand-sub { color: var(--clay-bright); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Trust strip ---------- */
.trust { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; }
.trust-item { text-align: center; padding: 36px 16px; position: relative; }
.trust-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 24%; height: 52%; width: 1px; background: var(--line); }
.trust-value { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.95rem; color: var(--ink); line-height: 1; }
.trust-label { color: var(--muted); font-size: 0.84rem; margin-top: 10px; }
.stars { display: inline-flex; gap: 3px; margin-bottom: 10px; }
.stars svg { width: 17px; height: 17px; fill: var(--clay); }
.stars.sm svg { width: 15px; height: 15px; }

/* ---------- Section base ---------- */
.section { padding: clamp(76px, 10vw, 130px) 0; position: relative; }
.section-head { max-width: 720px; margin: 0 auto clamp(46px, 6vw, 70px); text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head-left { margin-left: 0; margin-right: 0; text-align: left; }
.section-head-left .eyebrow { justify-content: flex-start; }

/* ---------- Services ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 30px;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  position: relative; overflow: hidden;
}
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--clay); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.service-card:hover { transform: translateY(-6px); border-color: var(--clay-line); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scaleX(1); }
.service-ic { width: 58px; height: 58px; border-radius: 12px; background: var(--clay-soft); display: grid; place-items: center; margin-bottom: 24px; border: 1px solid var(--clay-line); }
.service-ic svg { width: 28px; height: 28px; stroke: var(--clay); fill: none; stroke-width: 1.6; }
.service-card h3 { font-size: 1.42rem; font-weight: 500; color: var(--ink); margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: 0.96rem; margin-bottom: 20px; }
.service-link { display: inline-flex; align-items: center; gap: 9px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.78rem; color: var(--clay); text-transform: uppercase; letter-spacing: 0.12em; }
.service-link i { width: 18px; height: 1.5px; background: var(--clay); position: relative; transition: width 0.3s var(--ease); }
.service-link i::after { content: ''; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1.5px solid var(--clay); border-right: 1.5px solid var(--clay); transform: rotate(45deg); }
.service-card:hover .service-link i { width: 30px; }

/* ---------- Featured work ---------- */
.section-work { background: rgba(10, 6, 3, 0.34); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.work-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.work-card:hover { transform: translateY(-6px); border-color: var(--clay-line); box-shadow: var(--shadow); }
.work-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--sand); }
.work-media img, .work-video { width: 100%; height: 100%; object-fit: cover; }
.work-media .ph { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 20px; background: linear-gradient(150deg, var(--sand), var(--surface-2)); }
.work-media .ph span { font-family: 'Montserrat', sans-serif; font-style: italic; color: var(--muted-2); font-size: 0.95rem; }
.work-tag { position: absolute; top: 15px; left: 15px; background: rgba(18, 13, 9, 0.66); backdrop-filter: blur(6px); color: var(--clay); font-family: 'Inter'; font-weight: 600; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.14em; padding: 7px 13px; border-radius: 6px; border: 1px solid var(--clay-line); }
.play-btn {
  position: absolute; inset: 0; margin: auto; width: 68px; height: 68px; border-radius: 50%;
  background: var(--clay); color: #1a130c; display: grid; place-items: center;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), opacity 0.3s var(--ease);
  box-shadow: 0 12px 34px -8px rgba(43, 20, 8,0.5);
}
.play-btn svg { width: 28px; height: 28px; fill: currentColor; margin-left: 3px; }
.play-btn:hover { transform: scale(1.08); background: var(--clay-bright); }
.work-card.playing .play-btn { opacity: 0; pointer-events: none; }
.work-body { padding: 26px 26px 30px; }
.work-body h3 { font-size: 1.3rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; line-height: 1.24; }
.work-body p { color: var(--muted); font-size: 0.94rem; }
.work-meta { display: flex; align-items: center; gap: 11px; margin-top: 18px; font-family: 'Inter'; font-weight: 500; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted-2); }
.work-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--clay); }

/* ---------- Why us ---------- */
.section-why { background: transparent; }
.why-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: start; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.why-item { padding: 30px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.why-item:hover { border-color: var(--clay-line); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.why-num { font-family: 'Montserrat'; font-weight: 600; font-style: italic; font-size: 1.7rem; color: var(--clay); margin-bottom: 18px; }
.why-item h3 { font-size: 1.18rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.why-item p { color: var(--muted); font-size: 0.92rem; }

/* ---------- Process ---------- */
.section-process { background: rgba(10, 6, 3, 0.34); }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 56px; }
.process-step { position: relative; padding: 32px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.process-step:hover { transform: translateY(-4px); border-color: var(--clay-line); box-shadow: var(--shadow-sm); }
.process-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.process-num { width: 46px; height: 46px; border-radius: 50%; background: var(--clay-soft); border: 1px solid var(--clay); color: var(--clay); font-family: 'Montserrat'; font-weight: 600; font-size: 1.25rem; display: grid; place-items: center; }
.process-time { font-family: 'Inter'; font-weight: 600; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--clay); }
.process-step h3 { font-size: 1.16rem; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.process-step p { color: var(--muted); font-size: 0.9rem; }

.price-band { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 22px; }
.price-card { padding: 32px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-label { font-family: 'Inter'; font-weight: 600; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 12px; }
.price-value { font-family: 'Montserrat'; font-weight: 600; font-size: 2.7rem; color: var(--ink); line-height: 1; }
.price-value span { color: var(--clay); font-size: 1.5rem; }
.price-note { color: var(--muted); font-size: 0.88rem; margin-top: 16px; }
.price-card-cta { background: linear-gradient(150deg, var(--clay-soft), var(--surface)); border-color: var(--clay-line); display: flex; flex-direction: column; }
.price-cta-text { color: var(--text); font-size: 0.96rem; margin: 10px 0 22px; }
.price-card-cta .btn { margin-top: auto; align-self: flex-start; }

/* ---------- Reviews ---------- */
.section-reviews { background: transparent; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { padding: 32px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); display: flex; flex-direction: column; transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); position: relative; }
.review-card::before { content: '\201C'; position: absolute; top: 16px; right: 26px; font-family: 'Montserrat', sans-serif; font-size: 4.5rem; line-height: 1; color: var(--clay-soft); }
.review-card:hover { transform: translateY(-4px); border-color: var(--clay-line); box-shadow: var(--shadow-sm); }
.review-card blockquote { color: var(--text); font-size: 1.02rem; line-height: 1.6; margin: 18px 0 24px; flex: 1; font-family: 'Montserrat', sans-serif; font-weight: 400; }
.review-card figcaption { display: flex; flex-direction: column; gap: 3px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-card figcaption strong { font-family: 'Inter'; font-weight: 600; color: var(--ink); font-size: 0.94rem; }
.review-card figcaption span { color: var(--clay); font-size: 0.8rem; font-weight: 500; }

/* ---------- About ---------- */
.section-about { background: rgba(10, 6, 3, 0.34); }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); background: var(--sand); }
.about-media img, .about-video { width: 100%; height: 100%; object-fit: cover; }
.about-media .ph { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(150deg, var(--sand), var(--surface-2)); }
.about-media .ph span { font-family: 'Montserrat', sans-serif; font-style: italic; color: var(--muted-2); }
.about-badge { position: absolute; bottom: 24px; left: 24px; background: var(--clay); color: #1a130c; padding: 20px 24px; border-radius: var(--radius); display: flex; align-items: center; gap: 15px; box-shadow: var(--shadow-clay); }
.about-badge-num { font-family: 'Montserrat'; font-weight: 600; font-style: italic; font-size: 2.5rem; line-height: 1; }
.about-badge-label { font-family: 'Inter'; font-weight: 600; font-size: 0.78rem; line-height: 1.3; }
.about-copy .section-title { margin-bottom: 22px; }
.about-copy > p { color: var(--muted); margin-bottom: 18px; font-size: 1rem; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 32px; }
.about-points li { display: flex; align-items: center; gap: 11px; color: var(--text); font-weight: 500; font-size: 0.95rem; }
.about-points .ic { font-size: 1.2em; color: var(--clay); fill: none; stroke: var(--clay); stroke-width: 2.2; flex-shrink: 0; }

/* ---------- Quote / form ---------- */
.section-quote { background: linear-gradient(180deg, transparent, rgba(10,6,3,0.34)); }
.quote-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: start; }
.quote-copy { align-self: start; }
@media (min-width: 1025px) { .quote-copy.sticky-col { position: sticky; top: calc(var(--header-h) + 24px); } }
.quote-copy .section-title { margin-bottom: 20px; }
.quote-lead { color: var(--muted); font-size: 1.05rem; margin-bottom: 34px; }
.quote-next { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.quote-next li { display: flex; gap: 17px; align-items: flex-start; }
.qn-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--clay); color: var(--clay); font-family: 'Montserrat'; font-weight: 600; display: grid; place-items: center; font-size: 0.98rem; }
.quote-next strong { font-family: 'Inter'; font-weight: 600; color: var(--ink); display: block; font-size: 1rem; margin-bottom: 2px; }
.quote-next p { color: var(--muted); font-size: 0.9rem; }
.quote-trust { display: flex; align-items: center; gap: 13px; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); flex-wrap: wrap; }
.quote-trust span { color: var(--muted); font-size: 0.86rem; font-weight: 500; }

.quote-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow); position: relative; }
.form-row { margin-bottom: 20px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; }
.field label { font-family: 'Inter'; font-weight: 600; font-size: 0.82rem; color: var(--ink); margin-bottom: 9px; }
.req { color: var(--clay); }
.field input, .field select, .field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
  padding: 14px 16px; color: var(--ink); font-size: 0.96rem; font-family: 'Inter', sans-serif;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field textarea { resize: vertical; min-height: 100px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--clay); box-shadow: 0 0 0 3px var(--clay-soft); }
.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='%23A97655' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; background-size: 18px; padding-right: 44px; }
.field.invalid input, .field.invalid select { border-color: #C0392B; }
.error { color: #C0392B; font-size: 0.8rem; margin-top: 6px; min-height: 0; }
.form-foot { color: var(--muted); font-size: 0.85rem; text-align: center; margin-top: 18px; }
.form-foot a { color: var(--clay); font-weight: 600; }

.form-success { position: absolute; inset: 0; background: var(--surface); border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; animation: fadeUp 0.5s var(--ease); }
.form-success svg { width: 62px; height: 62px; stroke: #1a130c; fill: none; stroke-width: 2.6; background: var(--clay); border-radius: 50%; padding: 14px; margin-bottom: 22px; box-shadow: var(--shadow-clay); }
.form-success h3 { font-size: 1.6rem; color: var(--ink); margin-bottom: 12px; }
.form-success p { color: var(--muted); max-width: 34ch; }

/* ---------- Footer (grounding dark) ---------- */
.site-footer { background: var(--footer-bg); color: #E8DFD3; border-top: 1px solid var(--line); padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 44px; padding-bottom: 52px; }
.footer-logo { display: grid; place-items: center; width: 44px; height: 50px; margin-bottom: 22px; color: var(--clay-bright); }
.footer-logo svg { width: 38px; height: 44px; display: block; }
.footer-brand p { color: #B8AC9C; font-size: 0.94rem; max-width: 36ch; margin-bottom: 20px; }
.footer-stars { display: flex; align-items: center; gap: 11px; }
.footer-stars .stars svg { fill: var(--clay-bright); }
.footer-stars span { color: #B8AC9C; font-size: 0.83rem; }
.footer-col h4 { font-family: 'Inter'; font-weight: 600; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: #fff; margin-bottom: 20px; }
.footer-col a { display: block; color: #B8AC9C; font-size: 0.92rem; padding: 7px 0; transition: color 0.2s var(--ease); }
.footer-col a:hover { color: var(--clay-bright); }
.footer-phone { display: inline-flex !important; align-items: center; gap: 10px; color: #fff !important; font-family: 'Montserrat'; font-weight: 600; font-size: 1.2rem !important; margin-bottom: 10px; }
.footer-phone .ic { color: var(--clay-bright); }
.footer-contact > a:nth-of-type(2) { color: #B8AC9C; }
.footer-area, .footer-hours { color: #B8AC9C; font-size: 0.9rem; margin-top: 20px; line-height: 1.55; }
.footer-area strong, .footer-hours strong { color: #fff; font-family: 'Inter'; font-weight: 600; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,0.10); color: #938775; font-size: 0.82rem; flex-wrap: wrap; }

/* ---------- Sticky mobile bar ---------- */
.sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: none; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(23, 18, 13, 0.95); backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -16px rgba(43, 20, 8,0.4); }
.sticky-call { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 8px 18px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--ink); font-family: 'Inter'; font-weight: 600; font-size: 0.7rem; }
.sticky-call .ic { font-size: 1.3em; color: var(--clay); }
.sticky-quote { flex: 1; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============================================================
   SUBPAGE COMPONENTS
   ============================================================ */
.page-hero { position: relative; padding: calc(var(--header-h) + 74px) 0 66px; border-bottom: 1px solid var(--line); background: var(--bg-2); overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -40%; right: -8%; width: 620px; height: 620px; background: radial-gradient(circle, var(--clay-soft), transparent 68%); pointer-events: none; }
.page-hero .container { position: relative; }
.breadcrumb { display: flex; gap: 9px; align-items: center; font-size: 0.83rem; color: var(--muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--muted); transition: color 0.2s var(--ease); }
.breadcrumb a:hover { color: var(--clay); }
.breadcrumb span { color: var(--clay); }
.page-hero h1 { font-family: 'Montserrat'; font-weight: 500; font-size: clamp(2.3rem, 4.8vw, 3.5rem); color: var(--ink); letter-spacing: -0.01em; max-width: 18ch; margin-bottom: 18px; }
.page-hero h1 em { font-style: normal; color: var(--clay); font-weight: 700; }
.page-hero .lead { color: var(--muted); font-size: 1.1rem; max-width: 60ch; }

.split { display: grid; gap: 60px; align-items: start; }
.split.media-left { grid-template-columns: 1fr 1fr; }
.split.media-right { grid-template-columns: 1fr 1fr; }
.split.media-right .split-media { order: 2; }
.split.narrow-media.media-left { grid-template-columns: 0.85fr 1.15fr; }
.split.narrow-media.media-right { grid-template-columns: 1.15fr 0.85fr; }
.split-media { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; }
.split-media-inner { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); position: relative; background: var(--sand); }
.split-media-inner video, .split-media-inner img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4 / 5; }
.split-media-inner .ph { aspect-ratio: 4/5; display: grid; place-items: center; background: linear-gradient(150deg, var(--sand), var(--surface-2)); }
.split-media-inner .ph span { font-family: 'Montserrat', sans-serif; font-style: italic; color: var(--muted-2); }
.split-text { display: flex; flex-direction: column; gap: 26px; }
.split-text .eyebrow { margin-bottom: 0; }
.split-text h2 { font-family: 'Montserrat'; font-weight: 500; font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--ink); letter-spacing: -0.01em; }
.split-text p { color: var(--muted); font-size: 1rem; }
.split-text p strong { color: var(--ink); font-weight: 600; }

.content-block { padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.content-block h3 { font-family: 'Montserrat'; font-weight: 500; font-size: 1.2rem; color: var(--ink); margin-bottom: 12px; display: flex; align-items: center; gap: 11px; }
.content-block h3 .ic { color: var(--clay); fill: none; stroke: var(--clay); stroke-width: 2.2; font-size: 1.1em; }
.content-block p { color: var(--muted); font-size: 0.95rem; }
.content-block ul { display: flex; flex-direction: column; gap: 11px; margin-top: 8px; }
.content-block ul li { display: flex; gap: 11px; align-items: flex-start; color: var(--text); font-size: 0.94rem; }
.content-block ul li::before { content: ''; flex-shrink: 0; width: 6px; height: 6px; margin-top: 8px; border-radius: 50%; background: var(--clay); }

.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 13px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; transition: border-color 0.3s var(--ease); }
.faq-item[open] { border-color: var(--clay-line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 23px 28px; font-family: 'Montserrat'; font-weight: 500; font-size: 1.08rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-ic { flex-shrink: 0; width: 22px; height: 22px; position: relative; transition: transform 0.3s var(--ease); }
.faq-item summary .faq-ic::before, .faq-item summary .faq-ic::after { content: ''; position: absolute; background: var(--clay); border-radius: 2px; }
.faq-item summary .faq-ic::before { top: 10px; left: 2px; right: 2px; height: 2px; }
.faq-item summary .faq-ic::after { left: 10px; top: 2px; bottom: 2px; width: 2px; transition: transform 0.3s var(--ease); }
.faq-item[open] summary .faq-ic::after { transform: scaleY(0); }
.faq-item .faq-body { padding: 0 28px 26px; color: var(--muted); font-size: 0.96rem; line-height: 1.68; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contact-card { padding: 32px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.contact-card:hover { transform: translateY(-4px); border-color: var(--clay-line); box-shadow: var(--shadow-sm); }
.contact-card .c-ic { width: 52px; height: 52px; border-radius: 12px; background: var(--clay-soft); border: 1px solid var(--clay-line); display: grid; place-items: center; margin-bottom: 20px; }
.contact-card .c-ic svg { width: 24px; height: 24px; stroke: var(--clay); fill: none; stroke-width: 1.7; }
.contact-card h3 { font-family: 'Montserrat'; font-weight: 500; font-size: 1.15rem; color: var(--ink); margin-bottom: 10px; }
.contact-card p, .contact-card a { color: var(--muted); font-size: 0.95rem; display: block; }
.contact-card a { color: var(--clay); font-weight: 600; }

.cta-band { background: linear-gradient(135deg, var(--clay-soft), rgba(10,6,3,0.34)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cta-band .container { text-align: center; padding-top: clamp(66px, 8vw, 98px); padding-bottom: clamp(66px, 8vw, 98px); }
.cta-band h2 { font-family: 'Montserrat'; font-weight: 500; font-size: clamp(2rem, 4vw, 3.1rem); color: var(--ink); letter-spacing: -0.01em; margin-bottom: 18px; }
.cta-band h2 em { font-style: normal; color: var(--clay); font-weight: 700; }
.cta-band p { color: var(--muted); font-size: 1.08rem; max-width: 54ch; margin: 0 auto 32px; }
.cta-band .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.pull-quote { border-left: 2px solid var(--clay); padding: 6px 0 6px 24px; margin: 4px 0; }
.pull-quote p { font-family: 'Montserrat'; font-weight: 400; font-size: 1.2rem; color: var(--ink); line-height: 1.44; font-style: italic; }
.pull-quote cite { display: block; margin-top: 14px; color: var(--clay); font-size: 0.85rem; font-style: normal; font-weight: 600; font-family: 'Inter'; letter-spacing: 0.03em; }
.media-badge { position: absolute; bottom: 18px; left: 18px; background: rgba(18, 13, 9, 0.66); backdrop-filter: blur(8px); border: 1px solid var(--line); color: var(--ink); font-family: 'Inter'; font-weight: 600; font-size: 0.76rem; padding: 8px 14px; border-radius: 999px; display: flex; align-items: center; gap: 8px; }
.media-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }

.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cols-2 .content-block { display: flex; flex-direction: column; gap: 14px; }
.cols-2 .content-block p { margin: 0; }

.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.svc-tag { font-size: 0.8rem; color: var(--clay); background: var(--clay-soft); border: 1px solid var(--clay-line); padding: 6px 13px; border-radius: 999px; font-weight: 500; }
.svc-price { font-family: 'Montserrat'; font-weight: 600; color: var(--ink); font-size: 1.1rem; }
.svc-price span { color: var(--clay); }

.reviews-summary { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; justify-content: center; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); max-width: 760px; margin: 0 auto clamp(42px, 6vw, 66px); box-shadow: var(--shadow-sm); }
.rs-score { font-family: 'Montserrat'; font-weight: 600; font-size: 4rem; color: var(--ink); line-height: 1; }
.rs-meta { text-align: left; }
.rs-meta .stars { margin-bottom: 7px; }
.rs-meta p { color: var(--muted); font-size: 0.95rem; }
.rs-divider { width: 1px; height: 64px; background: var(--line); }

.section-foot { text-align: center; margin-top: 46px; }
.link-arrow { display: inline-flex; align-items: center; gap: 11px; font-family: 'Inter'; font-weight: 600; color: var(--clay); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; }
.link-arrow svg { width: 18px; height: 18px; fill: currentColor; transition: transform 0.25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-figure { max-width: 520px; order: 2; aspect-ratio: 16 / 11; }
  .service-grid, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .why-inner { grid-template-columns: 1fr; gap: 38px; }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .price-band { grid-template-columns: 1fr; }
  .about-inner, .quote-inner { grid-template-columns: 1fr; gap: 42px; }
  .about-media { max-width: 480px; }
  .main-nav { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .split, .split.media-left, .split.media-right,
  .split.narrow-media.media-left, .split.narrow-media.media-right { grid-template-columns: 1fr; gap: 34px; }
  .split.media-right .split-media { order: 0; }
  .split-media { position: static; max-width: 520px; }
  .cols-2 { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .header-actions { display: none; }
  .nav-toggle { display: flex; }
  .header-inner { height: 68px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(odd)::after { display: none; }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(5) { grid-column: 1 / -1; border-bottom: none; }
  .service-grid, .work-grid, .reviews-grid, .why-grid, .process-track, .about-points { grid-template-columns: 1fr; }
  .hero-figure { aspect-ratio: 4 / 3; }
  .sticky-bar { display: flex; }
  .site-footer { padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .quote-form { padding: 26px; }
  .form-row.two { grid-template-columns: 1fr; }
  .body-lock { overflow: hidden; }
}

@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

/* ============================================================
   NEW LAYOUT — brand motif · marquee · editorial services
   ============================================================ */

/* ---------- Marquee band ---------- */
.marquee { overflow: hidden; background: var(--footer-bg); border-top: 1px solid rgba(0,0,0,0.2); }
.marquee-track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; animation: marquee 36s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; }
.marquee-item span { padding: 20px 34px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.92rem; letter-spacing: 0.18em; text-transform: uppercase; color: #EBE3D7; }
.marquee-sep { width: 26px; height: 26px; flex: none; color: var(--clay-bright); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Editorial services list ---------- */
.section-services-ed { background: transparent; }
.services-ed { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 64px; align-items: start; }
.services-ed-head { position: sticky; top: calc(var(--header-h) + 30px); }
.services-ed-head .section-title { margin-bottom: 18px; }
.services-ed-head .section-lead { margin-bottom: 28px; }
.service-list { border-top: 1px solid var(--line-strong); }
.service-row a {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px;
  padding: 36px 10px; border-bottom: 1px solid var(--line-strong); position: relative;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease);
}
.service-row a::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--clay); transform: scaleY(0); transform-origin: top; transition: transform 0.4s var(--ease); }
.service-row a:hover { background: var(--surface); padding-left: 26px; padding-right: 24px; }
.service-row a:hover::before { transform: scaleY(1); }
.sr-index { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 2.7rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--clay-line); transition: color 0.4s var(--ease), -webkit-text-stroke-color 0.4s var(--ease); }
.service-row a:hover .sr-index { color: var(--clay); -webkit-text-stroke-color: var(--clay); }
.sr-body h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1.4rem, 2.4vw, 1.95rem); color: var(--ink); margin-bottom: 8px; letter-spacing: -0.02em; }
.sr-body p { color: var(--muted); font-size: 0.98rem; max-width: 54ch; }
.sr-arrow { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; color: var(--ink); flex: none; transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease), transform 0.4s var(--ease); }
.sr-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.service-row a:hover .sr-arrow { background: var(--clay); border-color: var(--clay); color: #1a130c; transform: translateX(4px); }

/* ---------- Staggered portfolio ---------- */
@media (min-width: 1025px) {
  .work-grid--stagger > :nth-child(2) { transform: translateY(52px); }
  .work-grid--stagger > :nth-child(2):hover { transform: translateY(46px); }
}

/* ---------- Responsive for new layout ---------- */
@media (max-width: 1024px) {
  .services-ed { grid-template-columns: 1fr; gap: 40px; }
  .services-ed-head { position: static; }
}
@media (max-width: 600px) {
  .service-row a { grid-template-columns: auto 1fr; gap: 18px; padding: 26px 6px; }
  .service-row a:hover { padding-left: 12px; padding-right: 8px; }
  .sr-index { font-size: 2rem; }
  .sr-arrow { display: none; }
  .marquee-item span { padding: 16px 22px; font-size: 0.8rem; }
}

/* ---------- Statement band (full-bleed cinematic quote) ---------- */
.statement { position: relative; min-height: 72vh; display: flex; align-items: center; overflow: hidden; padding: 110px 0; }
.statement-media { position: absolute; inset: 0; z-index: -1; background: #17120e; }
.statement-media video { width: 100%; height: 100%; object-fit: cover; }
.statement-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,16,11,0.76) 0%, rgba(22,16,11,0.6) 50%, rgba(22,16,11,0.82) 100%); }
.statement-inner { max-width: 960px; margin: 0 auto; text-align: center; position: relative; }
.statement-reeds { display: flex; justify-content: center; align-items: flex-end; gap: 5px; margin-bottom: 30px; }
.statement-reeds span { width: 3px; border-radius: 3px; background: var(--clay-bright); }
.statement-reeds span:nth-child(1), .statement-reeds span:nth-child(5) { height: 13px; }
.statement-reeds span:nth-child(2), .statement-reeds span:nth-child(4) { height: 22px; }
.statement-reeds span:nth-child(3) { height: 31px; }
.statement-kicker { display: inline-block; font-family: 'Inter', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.72rem; color: var(--clay-bright); margin-bottom: 24px; }
.statement-quote { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(1.9rem, 4vw, 3.3rem); line-height: 1.16; letter-spacing: -0.02em; color: #fff; }
.statement-quote em { font-style: normal; color: var(--clay-bright); }
.statement-attr { margin-top: 30px; color: #E7DDCF; font-size: 0.94rem; letter-spacing: 0.04em; text-transform: uppercase; }
.statement-attr strong { color: #fff; font-weight: 600; }
@media (max-width: 760px) { .statement { min-height: 60vh; padding: 84px 0; } }

/* ---------- Studio band richer media ---------- */
.about-media video { width: 100%; height: 100%; object-fit: cover; }
.about-copy .about-cta { margin-top: 8px; }

/* ---------- Service areas (local) ---------- */
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.area-col { padding: 28px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color 0.3s var(--ease), transform 0.3s var(--ease); }
.area-col:hover { border-color: var(--clay-line); transform: translateY(-4px); }
.area-col h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--ink); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.areas-foot { text-align: center; color: var(--muted); font-size: 0.98rem; margin-top: 34px; }
.areas-foot a { color: var(--clay); font-weight: 600; }
@media (max-width: 1024px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .areas-grid { grid-template-columns: 1fr; } }

a.svc-tag { transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease); }
a.svc-tag:hover { background: var(--clay-soft); border-color: var(--clay); color: var(--clay-bright); }
