/* ============================================================
   Mon Craft Pty Ltd — Premium Design System
   Wood #6B4E3A · Sage #7C8F7A · Gold #CDAA5A
   Playfair Display headings · Montserrat body · Space Grotesk nav
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap");

:root {
  --wood: #6B4E3A;
  --wood-deep: #4E3828;
  --wood-soft: #8a6a52;
  --sage: #7C8F7A;
  --sage-deep: #5f7060;
  --sage-mist: #e9ede8;
  --gold: #CDAA5A;
  --gold-soft: #dfc48a;
  --cream: #FAF8F4;
  --cream-2: #F3EFE8;
  --ink: #2C2620;
  --text: #4A4238;
  --text-soft: #8a8073;
  --line: rgba(107, 78, 58, 0.14);
  --max-w: 1200px;
  --r: 18px;
  --r-sm: 10px;
  --shadow: 0 20px 60px rgba(44, 38, 32, 0.10);
  --shadow-soft: 0 8px 30px rgba(44, 38, 32, 0.07);
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* carpenter's pencil cursor */
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg transform='rotate(135 16 16)'%3E%3Crect x='12' y='-2' width='8' height='23' rx='1' fill='%236B4E3A'/%3E%3Cline x1='14.6' y1='-2' x2='14.6' y2='21' stroke='%23583e2c' stroke-width='1'/%3E%3Cline x1='17.4' y1='-2' x2='17.4' y2='21' stroke='%23856046' stroke-width='1'/%3E%3Crect x='12' y='17' width='8' height='3' fill='%23CDAA5A'/%3E%3Cpolygon points='12,21 20,21 16,29' fill='%23E8D9BF'/%3E%3Cpolygon points='14.7,26.4 17.3,26.4 16,29' fill='%232C2620'/%3E%3C/g%3E%3C/svg%3E") 7 7, auto;
}

/* gold pencil over interactive elements */
a, button, .btn, select, .project, .nav-toggle, label {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg transform='rotate(135 16 16)'%3E%3Crect x='12' y='-2' width='8' height='23' rx='1' fill='%23CDAA5A'/%3E%3Cline x1='14.6' y1='-2' x2='14.6' y2='21' stroke='%23b8954a' stroke-width='1'/%3E%3Cline x1='17.4' y1='-2' x2='17.4' y2='21' stroke='%23dfc48a' stroke-width='1'/%3E%3Crect x='12' y='17' width='8' height='3' fill='%232C2620'/%3E%3Cpolygon points='12,21 20,21 16,29' fill='%23E8D9BF'/%3E%3Cpolygon points='14.7,26.4 17.3,26.4 16,29' fill='%232C2620'/%3E%3C/g%3E%3C/svg%3E") 7 7, pointer;
}

img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--ink); }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: 1.45rem; }
h1 em, h2 em { font-style: italic; color: var(--wood); }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 20px;
}
.kicker::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--gold);
}

.lead {
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text-soft);
  max-width: 620px;
}

/* Pencil-drawn heading underline */
.drawn { position: relative; display: inline-block; padding-bottom: 14px; }
.drawn::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft) 70%, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.4s var(--ease) 0.3s;
}
.in .drawn::after, .drawn.in::after { transform: scaleX(1); }

/* ---------- Spirit-level page loader ---------- */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--cream);
  display: grid;
  place-items: center;
  transition: opacity 0.7s var(--ease), visibility 0.7s;
}
#loader.done { opacity: 0; visibility: hidden; }

.level {
  width: 240px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #3a332c, #2C2620);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 14px 34px rgba(44,38,32,0.25);
  display: grid;
  place-items: center;
  position: relative;
}
.level::before, .level::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px; height: 26px;
  border-radius: 3px;
  background: var(--gold);
  opacity: 0.85;
}
.level::before { left: 12px; }
.level::after { right: 12px; }

.vial {
  width: 110px;
  height: 22px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(124,143,122,0.5), rgba(124,143,122,0.28));
  border: 1px solid rgba(205,170,90,0.5);
  position: relative;
  overflow: hidden;
}
.vial::before, .vial::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: rgba(205,170,90,0.8);
}
.vial::before { left: 38px; }
.vial::after { right: 38px; }

.bubble {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px; height: 14px;
  border-radius: 8px;
  background: radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.95), rgba(233,237,232,0.55));
  animation: settle 1.6s var(--ease) forwards;
}
@keyframes settle {
  0%   { left: 8px; }
  45%  { left: 66px; }
  70%  { left: 34px; }
  100% { left: 40px; }
}

.loader-msg {
  position: absolute;
  margin-top: 110px;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.loader-check {
  position: absolute;
  margin-top: -78px;
  font-size: 1.2rem;
  color: var(--sage-deep);
  opacity: 0;
  transition: opacity 0.4s;
}
#loader.level-ok .loader-check { opacity: 1; }

/* ---------- Tape-measure scroll progress (modern, minimal) ---------- */
#tape {
  position: fixed;
  top: 0; left: 0;
  height: 10px;
  width: 0%;
  z-index: 1000;
  background:
    repeating-linear-gradient(90deg,
      transparent 0 11px, rgba(44,38,32,0.35) 11px 12px,
      transparent 12px 59px, rgba(44,38,32,0.7) 59px 60px),
    linear-gradient(180deg, #faf7f0, #e9e2d2);
  border-bottom: 2px solid var(--gold);
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 10px rgba(44,38,32,0.18);
  transition: width 0.08s linear;
}
#tape::after {          /* sleek end cap */
  content: "";
  position: absolute;
  right: -2px; top: 0;
  width: 5px; height: 12px;
  background: #1d1915;
  border-radius: 0 0 3px 3px;
}

/* ---------- Realistic woodgrain panels on brown surfaces ---------- */
.section-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    /* panel seams: shadow + bevelled highlight every board */
    repeating-linear-gradient(90deg,
      transparent 0 236px,
      rgba(0,0,0,0.42) 236px 238px,
      rgba(255,255,255,0.07) 238px 239px,
      transparent 239px 240px),
    /* long, stretched wood fibres */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cfilter id='wg'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.005 0.11' numOctaves='5' seed='8'/%3E%3CfeColorMatrix values='0 0 0 0 0.82 0 0 0 0 0.62 0 0 0 0 0.40 1.1 0 0 0 -0.18'/%3E%3C/filter%3E%3Crect width='600' height='600' filter='url(%23wg)'/%3E%3C/svg%3E"),
    /* fine grain detail */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='wf'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.012 0.35' numOctaves='3' seed='21'/%3E%3CfeColorMatrix values='0 0 0 0 0.25 0 0 0 0 0.16 0 0 0 0 0.09 0.7 0 0 0 -0.1'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23wf)'/%3E%3C/svg%3E");
  background-size: auto, 720px 640px, 340px 300px;
  opacity: 0.55;
  mix-blend-mode: overlay;
}
.cta-band { position: relative; overflow: hidden; }
.hero .container, .page-hero .container, .cta-band .container { position: relative; z-index: 2; }
.section-dark .container { position: relative; z-index: 2; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 14px; left: 0; right: 0;
  z-index: 900;
  transition: all 0.4s var(--ease);
}
.site-header .bar {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 32px;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 28px;
  border-radius: 100px;
  background: rgba(250, 248, 244, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(107,78,58,0.10);
  box-shadow: var(--shadow-soft);
}

.logo { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.logo-img { height: 46px; width: auto; display: block; }
.logo-text {
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wood);
}
.logo-text span { color: var(--sage-deep); }

.nav-links { display: flex; align-items: center; gap: 34px; list-style: none; }
.nav-links a {
  font-family: "Space Grotesk", var(--font-body);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
  transition: color 0.3s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.nav-links a:hover { color: var(--wood); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--wood); }

.nav-cta {
  background: linear-gradient(140deg, var(--gold), #b8954a);
  color: var(--ink) !important;
  padding: 11px 24px !important;
  border-radius: 100px;
  font-weight: 600 !important;
  box-shadow: 0 6px 18px rgba(205,170,90,0.35);
  transition: transform 0.3s var(--ease), box-shadow 0.3s !important;
}
.nav-cta::after { display: none; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(205,170,90,0.45); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--ink);
  cursor: pointer;
}

/* ---------- Buttons (chisel-carved) ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 42px;
  border-radius: 100px;
  cursor: pointer;
  border: none;
  transition: all 0.35s var(--ease);
  position: relative;
}
.btn-gold {
  background: linear-gradient(140deg, var(--gold), #b8954a);
  color: var(--ink);
  box-shadow: 0 10px 26px rgba(205,170,90,0.35);
}
.btn-gold:hover {
  transform: translateY(1px);           /* carved press */
  box-shadow: 0 4px 12px rgba(205,170,90,0.3),
              inset 0 3px 8px rgba(78,56,40,0.28);
}
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(250,248,244,0.4);
}
.btn-ghost:hover { background: rgba(250,248,244,0.12); border-color: var(--gold); color: var(--gold-soft); }

.btn-wood {
  background: linear-gradient(140deg, var(--wood), var(--wood-deep));
  color: var(--cream);
  box-shadow: 0 10px 26px rgba(107,78,58,0.3);
}
.btn-wood:hover {
  transform: translateY(1px);
  box-shadow: 0 4px 12px rgba(107,78,58,0.28), inset 0 3px 8px rgba(0,0,0,0.3);
}

/* ---------- Blueprint grid backdrop ---------- */
.blueprint {
  position: relative;
}
.blueprint::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124,143,122,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,143,122,0.10) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
}

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(30,23,16,0.86) 25%, rgba(30,23,16,0.55) 60%, rgba(30,23,16,0.72)),
    url("https://images.unsplash.com/photo-1556911220-bff31c812dba?w=1920&q=80&auto=format&fit=crop") center/cover no-repeat,
    linear-gradient(165deg, #3e3022 0%, #52402c 45%, #2e2318 100%);
  color: var(--cream);
  padding: 160px 0 120px;
}
.hero::before {   /* blueprint lines overlay */
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(205,170,90,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(205,170,90,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero .kicker { color: var(--gold-soft); }
.hero h1 { color: var(--cream); max-width: 820px; }
.hero h1 em { color: var(--gold-soft); }
.hero .lead { color: rgba(250,248,244,0.68); margin: 30px 0 44px; }
.hero-btns { display: flex; gap: 18px; flex-wrap: wrap; }

/* hero tape measure svg */
.hero-tape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.95;
}

/* subtle wood shavings */
.shaving {
  position: absolute;
  width: 14px; height: 7px;
  border-radius: 50% 50% 50% 50% / 70% 70% 30% 30%;
  background: linear-gradient(140deg, var(--gold-soft), var(--wood-soft));
  opacity: 0;
  animation: drift 9s linear infinite;
  pointer-events: none;
}
@keyframes drift {
  0%   { transform: translateY(-40px) rotate(0deg); opacity: 0; }
  12%  { opacity: 0.4; }
  85%  { opacity: 0.25; }
  100% { transform: translateY(105vh) rotate(540deg); opacity: 0; }
}

/* scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 46px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.55);
  text-align: center;
}
.scroll-hint::after {
  content: "";
  display: block;
  width: 1px; height: 42px;
  margin: 12px auto 0;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: hint 2.2s var(--ease) infinite;
}
@keyframes hint { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Sections ---------- */
.section { padding: 130px 0; position: relative; }
.section-cream2 { background: var(--cream-2); }
.section-sage { background: var(--sage-mist); }
.section-dark {
  background: linear-gradient(160deg, #3e3022, #2e2318);
  color: rgba(250,248,244,0.75);
}
.section-dark h2, .section-dark h3 { color: var(--cream); }
.section-dark .lead { color: rgba(250,248,244,0.6); }
.section-dark .kicker { color: var(--gold-soft); }

.section-head { margin-bottom: 72px; }
.section-head.center { text-align: center; }
.section-head.center .lead { margin: 18px auto 0; }
.section-head.center .kicker { justify-content: center; }
.section-head.center .kicker::before { display: none; }

/* gold divider */
.divider {
  width: 72px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto;
}

/* ---------- Grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }

/* ---------- Cards (drawer reveal) ---------- */
.card {
  background: #fff;
  border-radius: var(--r);
  padding: 48px 40px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(107,78,58,0.06);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  position: relative;
  overflow: hidden;
}
.card::before {          /* gold edge appears on hover */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card:hover::before { transform: scaleX(1); }

.card-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(140deg, var(--sage-mist), #fff);
  border: 1px solid rgba(124,143,122,0.25);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  margin-bottom: 26px;
  color: var(--wood);
}
.card h3 { margin-bottom: 14px; }
.card p { font-size: 0.94rem; font-weight: 300; color: var(--text-soft); line-height: 1.85; }
.card-link {
  display: inline-block;
  margin-top: 22px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wood);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
  transition: color 0.3s;
}
.card-link:hover { color: var(--gold); }

/* ---------- Carpenter's-square framed images ---------- */
.sq-frame {
  position: relative;
  border-radius: var(--r);
  overflow: visible;
}
.sq-frame .img {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.sq-frame::before, .sq-frame::after {
  content: "";
  position: absolute;
  width: 74px; height: 74px;
  border: 2px solid var(--gold);
  transition: all 1s var(--ease) 0.35s;
  opacity: 0;
}
.sq-frame::before {
  top: -16px; left: -16px;
  border-right: none; border-bottom: none;
  border-top-left-radius: 6px;
  transform: translate(14px, 14px);
}
.sq-frame::after {
  bottom: -16px; right: -16px;
  border-left: none; border-top: none;
  border-bottom-right-radius: 6px;
  transform: translate(-14px, -14px);
}
.sq-frame.in::before { opacity: 1; transform: translate(0,0); }
.sq-frame.in::after { opacity: 1; transform: translate(0,0); }

/* photography blocks (stock imagery with gradient fallback) */
.ph {
  height: 420px;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(250,248,244,0);
  background-size: cover !important;
  background-position: center !important;
}
.ph-kitchen { background: url("https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=900&h=1100&q=80&auto=format&fit=crop") , linear-gradient(150deg, #8a6a52 0%, #6B4E3A 45%, #4E3828 100%); }
.ph-sage { background: url("https://images.unsplash.com/photo-1586023492125-27b2c045efd7?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #96a894, #7C8F7A 55%, #5f7060); }
.ph-dark { background: linear-gradient(150deg, #443628, #2C2620); }
.ph-blend { background: url("https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #7C8F7A 0%, #6B4E3A 70%); }
.ph-warm { background: linear-gradient(150deg, #CDAA5A 0%, #8a6a52 60%, #6B4E3A); }
.ph-stone { background: linear-gradient(150deg, #a99f90, #6f665a); }

/* project gallery photos */
.ph-p1 { background: url("https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #8a6a52, #4E3828); }
.ph-p2 { background: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #443628, #2C2620); }
.ph-p3 { background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #7C8F7A, #6B4E3A); }
.ph-p4 { background: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #CDAA5A, #6B4E3A); }
.ph-p5 { background: url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #a99f90, #6f665a); }
.ph-p6 { background: url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1200&q=80&auto=format&fit=crop"), linear-gradient(150deg, #96a894, #5f7060); }

/* ---------- Projects: blueprint → finished ---------- */
.project {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}
.project .ph { height: 320px; transition: transform 1.2s var(--ease); }
.project:hover .ph { transform: scale(1.05); }

.project .bp {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(44,56,66,0.92), rgba(44,56,66,0.92));
  background-color: #2c3842;
  transition: opacity 0.9s var(--ease);
  display: grid;
  place-items: center;
}
.project .bp svg { width: 62%; height: auto; opacity: 0.9; }
.project:hover .bp { opacity: 0; }

.project .meta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 28px;
  background: linear-gradient(transparent, rgba(30,25,20,0.85));
  color: var(--cream);
  z-index: 2;
}
.project .meta .tag {
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.project .meta h3 { color: var(--cream); font-size: 1.25rem; margin-top: 6px; }
.bp-hint {
  text-align: center;
  margin-top: 46px;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* ---------- Process (measured timeline) ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; position: relative; }
.process::before {       /* tape line connecting steps */
  content: "";
  position: absolute;
  top: 34px; left: 4%; right: 4%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 14px, transparent 14px 24px);
  opacity: 0.5;
}
.pstep { position: relative; text-align: center; padding-top: 78px; }
.pstep .dot {
  position: absolute;
  top: 20px; left: 50%;
  transform: translateX(-50%);
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--gold);
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--wood);
  z-index: 1;
}
.section-dark .pstep .dot { background: #322a23; color: var(--gold-soft); }
.pstep h3 { font-size: 1.25rem; margin-bottom: 10px; }
.pstep p { font-size: 0.9rem; font-weight: 300; line-height: 1.8; }

/* ---------- Why us checklist ---------- */
.check-list { list-style: none; margin-top: 12px; }
.check-list li {
  padding: 13px 0 13px 46px;
  position: relative;
  font-size: 0.98rem;
  font-weight: 300;
  border-bottom: 1px solid var(--line);
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 12px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--gold), #b8954a);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }
.stat-num {
  font-family: var(--font-head);
  font-size: 3.4rem;
  color: var(--gold);
  line-height: 1;
}
.stat-num sup { font-size: 1.6rem; color: var(--gold-soft); }
.stat-label {
  margin-top: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.55);
}

/* ---------- Testimonials ---------- */
.quote-card {
  background: #fff;
  border-radius: var(--r);
  padding: 46px 42px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(107,78,58,0.06);
  position: relative;
}
.quote-card::before {
  content: "“";
  position: absolute;
  top: 18px; left: 34px;
  font-family: var(--font-head);
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.35;
  line-height: 1;
}
.quote-card p { font-size: 0.98rem; font-weight: 300; font-style: italic; line-height: 1.9; margin-top: 26px; }
.quote-card .who {
  margin-top: 26px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
  color: var(--wood);
}
.quote-card .who span { display: block; color: var(--text-soft); font-weight: 400; letter-spacing: 0.12em; margin-top: 3px; }

/* ---------- CTA band ---------- */
.cta-band {
  padding: 130px 0;
  text-align: center;
  background:
    linear-gradient(rgba(30,23,16,0.82), rgba(30,23,16,0.86)),
    url("https://images.unsplash.com/photo-1556911220-bff31c812dba?w=1920&q=70&auto=format&fit=crop") center/cover fixed no-repeat,
    linear-gradient(160deg, #3e3022, #2e2318);
  color: var(--cream);
}
.cta-band h2 { color: var(--cream); margin-bottom: 20px; }
.cta-band p { color: rgba(250,248,244,0.6); font-weight: 300; margin-bottom: 44px; font-size: 1.05rem; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid .full { grid-column: 1 / -1; }

label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 9px;
  color: var(--ink);
}
input, select, textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(107,78,58,0.18);
  border-radius: var(--r-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  background: #fff;
  color: var(--text);
  transition: border-color 0.3s, box-shadow 0.3s;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(205,170,90,0.14);
}
textarea { resize: vertical; min-height: 150px; }

/* ---------- Form success message ---------- */
.form-success { text-align: center; padding: 40px 10px; }
.form-success .tick {
  width: 64px; height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--sage), var(--sage-deep));
  color: #fff;
  font-size: 1.6rem;
  display: grid;
  place-items: center;
}
.form-success h3 { margin-bottom: 10px; }
.form-success p { font-weight: 300; color: var(--text-soft); }

/* ---------- Contact info ---------- */
.info-block { display: flex; gap: 20px; margin-bottom: 34px; }
.info-icon {
  flex: 0 0 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(140deg, var(--sage-mist), #fff);
  border: 1px solid rgba(124,143,122,0.25);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
}
.info-block h3 { font-size: 1.15rem; margin-bottom: 4px; }
.info-block p { font-size: 0.92rem; font-weight: 300; color: var(--text-soft); }
.info-block a { color: var(--wood); text-decoration: none; border-bottom: 1px solid var(--gold); }
.info-block a:hover { color: var(--gold); }

/* ---------- Page hero (interior) ---------- */
.page-hero {
  padding: 210px 0 110px;
  background:
    radial-gradient(900px 500px at 85% 20%, rgba(205,170,90,0.15), transparent 60%),
    linear-gradient(160deg, #3e3022, #2e2318);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(205,170,90,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(205,170,90,0.05) 1px, transparent 1px);
  background-size: 64px 64px;
}
.page-hero .container { position: relative; }
.page-hero h1 { color: var(--cream); font-size: clamp(2.4rem, 5vw, 3.8rem); }
.page-hero .kicker { color: var(--gold-soft); }
.page-hero p { color: rgba(250,248,244,0.65); font-weight: 300; margin-top: 22px; max-width: 640px; font-size: 1.05rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: #241f1a;
  color: rgba(250,248,244,0.5);
  padding: 90px 0 0;
  font-weight: 300;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 56px;
  padding-bottom: 70px;
}
.footer-grid h4 {
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 12px; }
.footer-grid a { color: rgba(250,248,244,0.5); text-decoration: none; font-size: 0.9rem; transition: color 0.3s; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-grid p { font-size: 0.9rem; line-height: 1.9; }
.footer-about .logo { margin-bottom: 22px; }
.footer-about .logo-text { color: var(--cream); }
.footer-about .logo-text span { color: var(--gold-soft); }

.footer-bottom {
  border-top: 1px solid rgba(250,248,244,0.08);
  padding: 26px 0;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* ---------- Scroll reveal utilities ---------- */
.reveal { opacity: 0; transform: translateY(46px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

.reveal-drawer { opacity: 0; transform: translateX(-60px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-drawer.in { opacity: 1; transform: none; }

.reveal-drawer-r { opacity: 0; transform: translateX(60px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal-drawer-r.in { opacity: 1; transform: none; }

.d1 { transition-delay: 0.12s; }
.d2 { transition-delay: 0.24s; }
.d3 { transition-delay: 0.36s; }
.d4 { transition-delay: 0.48s; }
.d5 { transition-delay: 0.6s; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-3, .process { grid-template-columns: repeat(2, 1fr); }
  .process::before { display: none; }
  .grid-2 { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .grid-3, .process, .form-grid, .footer-grid, .stats { grid-template-columns: 1fr; }
  .section { padding: 84px 0; }

  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 86px; left: 16px; right: 16px;
    background: rgba(250,248,244,0.97);
    backdrop-filter: blur(18px);
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border-radius: 24px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(107,78,58,0.1);
  }
  .nav-links.open { display: flex; }

  .hero { padding: 140px 0 110px; }
  .page-hero { padding: 170px 0 84px; }
  .ph { height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .reveal-drawer, .reveal-drawer-r { opacity: 1; transform: none; }
}
