/* ============================================================
   EMB SOLUTIONS — property & business growth media
   Built by Butler Performance
   Design system: ink + bone + brass, with a surveyor-green
   land motif borrowed from EMB's property-line overlays.
   ============================================================ */

/* ---------- tokens ---------- */
:root {
  /* brand */
  --ink:        #231F20;   /* sampled from the EMB logo lockup */
  --ink-900:    #1B1819;
  --ink-950:    #121011;
  --ink-800:    #2C2829;
  --ink-700:    #3A3536;
  --line:       rgba(242, 239, 233, 0.12);
  --line-2:     rgba(242, 239, 233, 0.22);

  --bone:       #F3F0EA;
  --bone-dim:   #C9C3B9;
  --bone-mute:  #8E8880;

  --brass:      #C29A5B;
  --brass-lit:  #DDB878;
  --brass-dim:  rgba(194, 154, 91, 0.14);

  --survey:     #74B871;   /* the green in EMB's acreage overlays */
  --survey-fill:rgba(116, 184, 113, 0.16);

  /* type */
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --ui: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* rhythm */
  --gut: clamp(20px, 5vw, 64px);
  --maxw: 1320px;
  --sect: clamp(72px, 11vw, 152px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body {
  font-family: var(--ui);
  background: var(--ink);
  color: var(--bone);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--brass); color: var(--ink); }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.wrap-narrow { max-width: 860px; }
.section { padding-block: var(--sect); position: relative; }
.section--tight { padding-block: clamp(52px, 7vw, 92px); }

/* ---------- type ---------- */
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass); display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--brass); opacity: .7; flex: none; }
.eyebrow--plain::before { display: none; }
.eyebrow--bone { color: var(--bone-mute); }
.eyebrow--bone::before { background: var(--bone-mute); }

h1, h2, h3, .display { font-family: var(--display); font-weight: 300; line-height: 1.02; letter-spacing: -0.015em; }
h1, .h1 { font-size: clamp(46px, 7.4vw, 106px); }
h2, .h2 { font-size: clamp(36px, 5.1vw, 70px); line-height: 1.05; }
h3, .h3 { font-size: clamp(23px, 2.5vw, 32px); line-height: 1.14; letter-spacing: -0.01em; }
.h4 { font-family: var(--ui); font-size: 15px; font-weight: 600; letter-spacing: .02em; line-height: 1.35; }
em, .italic { font-style: italic; }
.lede { font-size: clamp(17px, 1.55vw, 21px); line-height: 1.6; color: var(--bone-dim); max-width: 62ch; }
.small { font-size: 14px; line-height: 1.6; color: var(--bone-mute); }
.tiny { font-size: 12.5px; line-height: 1.55; color: var(--bone-mute); }
.mute { color: var(--bone-mute); }
.dim  { color: var(--bone-dim); }
.brass { color: var(--brass); }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--brass); --fg: var(--ink-950); --bd: var(--brass);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border: 1px solid var(--bd); background: var(--bg); color: var(--fg);
  font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  border-radius: 2px; cursor: pointer; position: relative; overflow: hidden;
  transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), transform .3s var(--ease);
}
.btn:hover { background: var(--brass-lit); border-color: var(--brass-lit); transform: translateY(-1px); }
.btn:focus-visible { outline: 2px solid var(--brass-lit); outline-offset: 3px; }
.btn--ghost { --bg: transparent; --fg: var(--bone); --bd: var(--line-2); }
.btn--ghost:hover { background: rgba(243,240,234,.07); border-color: var(--bone-dim); color: var(--bone); }
.btn--light { --bg: var(--bone); --fg: var(--ink); --bd: var(--bone); }
.btn--light:hover { background: #fff; border-color: #fff; }
.btn--sm { padding: 11px 20px; font-size: 11.5px; }
.btn--wide { width: 100%; }
.btn .arw { transition: transform .4s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }

/* text link with underline sweep */
.tlink {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
  color: var(--bone); padding-bottom: 6px; position: relative;
}
.tlink::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--line-2); transform-origin: right; transition: transform .5s var(--ease);
}
.tlink::before {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease);
}
.tlink:hover::before { transform: scaleX(1); }
.tlink:hover { color: var(--brass-lit); }
.tlink .arw { transition: transform .4s var(--ease); }
.tlink:hover .arw { transform: translateX(4px); }

/* ============================================================
   HEADER
   ============================================================ */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  transition: background .5s var(--ease), border-color .5s var(--ease), backdrop-filter .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.hdr.is-stuck {
  background: rgba(27, 24, 25, 0.86);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.hdr__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 82px; }
/* The 82->68px change is deliberately NOT transitioned: animating height thrashes
   layout on every scroll past the threshold. The bar snaps while the background
   and border cross-fade, which is imperceptible mid-scroll over a 14px delta.
   (Containment isn't an option here — it would make .hdr the containing block for
   the position:fixed mobile nav overlay.) */
.hdr.is-stuck .hdr__in { height: 68px; }

.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { width: 34px; height: auto; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--display); font-size: 25px; letter-spacing: .06em; font-weight: 400; }
.brand__sub { font-size: 8.5px; letter-spacing: .38em; color: var(--bone-mute); text-transform: uppercase; margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 9px 14px; font-size: 13px; font-weight: 500; color: var(--bone-dim);
  border-radius: 2px; transition: color .3s var(--ease), background .3s var(--ease); position: relative;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--bone); }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 1px; background: var(--brass);
}
.hdr__cta { display: flex; align-items: center; gap: 14px; flex: none; }
.hdr__tel { font-size: 13.5px; font-weight: 600; color: var(--bone-dim); letter-spacing: .01em; transition: color .3s; }
.hdr__tel:hover { color: var(--brass-lit); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); background: none; border-radius: 2px; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--bone); transition: transform .4s var(--ease), opacity .3s; }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 26px; }
body.nav-open .burger span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
body.nav-open .burger span:nth-child(2) { opacity: 0; }
body.nav-open .burger span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav, .hdr__tel { display: none; }
  .burger { display: block; }
  .nav {
    position: fixed; inset: 0; background: var(--ink-950); flex-direction: column;
    align-items: flex-start; justify-content: center; gap: 4px; padding: 0 var(--gut);
    opacity: 0; pointer-events: none; transition: opacity .4s var(--ease);
  }
  body.nav-open .nav { display: flex; opacity: 1; pointer-events: auto; }
  .nav a { font-family: var(--display); font-size: 38px; padding: 10px 0; color: var(--bone); }
  .nav a[aria-current="page"]::after { display: none; }
  .nav a[aria-current="page"] { color: var(--brass); }
}
@media (max-width: 560px) { .hdr__cta .btn { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.8s var(--ease-io);
  animation: kb 26s linear infinite alternate;
}
.hero__media img.on { opacity: 1; }
@keyframes kb { from { transform: scale(1.02); } to { transform: scale(1.13); } }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(18,16,17,.96) 0%, rgba(18,16,17,.72) 26%, rgba(18,16,17,.18) 58%, rgba(18,16,17,.5) 100%),
    linear-gradient(to right, rgba(18,16,17,.6) 0%, rgba(18,16,17,0) 62%);
}
/* narrow screens: copy spans the full width, so the horizontal wash does nothing —
   trade it for a stronger bottom-up scrim to hold contrast over bright foliage */
@media (max-width: 760px) {
  .hero__scrim {
    background: linear-gradient(to top,
      rgba(18,16,17,.97) 0%, rgba(18,16,17,.88) 34%, rgba(18,16,17,.62) 62%, rgba(18,16,17,.45) 100%);
  }
}
.hero__body { position: relative; z-index: 2; padding-bottom: clamp(34px, 5vw, 58px); padding-top: 140px; }
.hero h1 { max-width: 15ch; }
.hero h1 .ln { display: block; overflow: hidden; }
.hero h1 .ln > span { display: block; transform: translateY(102%); animation: rise 1.1s var(--ease) forwards; }
.hero h1 .ln:nth-child(1) > span { animation-delay: .12s; }
.hero h1 .ln:nth-child(2) > span { animation-delay: .22s; }
.hero h1 .ln:nth-child(3) > span { animation-delay: .32s; }
@keyframes rise { to { transform: translateY(0); } }
.hero .lede { margin-top: 26px; opacity: 0; animation: fadeUp 1s var(--ease) .6s forwards; }
.hero__acts { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; opacity: 0; animation: fadeUp 1s var(--ease) .75s forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* hero instrument strip */
.strip {
  position: relative; z-index: 2; border-top: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(18,16,17,.35), rgba(18,16,17,.8));
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.strip__in { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip__cell { padding: 22px 0 24px; border-left: 1px solid var(--line); padding-left: 26px; }
.strip__cell:first-child { border-left: 0; padding-left: 0; }
.strip__k { font-size: 10.5px; letter-spacing: .19em; text-transform: uppercase; color: var(--bone-mute); }
.strip__v { font-family: var(--display); font-size: clamp(24px, 2.5vw, 34px); line-height: 1.1; margin-top: 7px; }
.strip__v small { font-family: var(--ui); font-size: 12px; letter-spacing: .04em; color: var(--bone-dim); display: block; margin-top: 4px; font-weight: 500; }
@media (max-width: 880px) {
  .strip__in { grid-template-columns: 1fr 1fr; }
  .strip__cell { padding: 18px 0 18px 20px; border-top: 1px solid var(--line); }
  .strip__cell:nth-child(-n+2) { border-top: 0; }
  .strip__cell:nth-child(odd) { border-left: 0; padding-left: 0; }
}

/* scroll cue */
.cue { position: absolute; right: var(--gut); bottom: 132px; z-index: 3; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-mute); }
.cue::after { content: ""; width: 1px; height: 54px; background: linear-gradient(var(--bone-mute), transparent); animation: cueRun 2.4s var(--ease-io) infinite; }
@keyframes cueRun { 0%,100% { transform: scaleY(.35); transform-origin: top; opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }
@media (max-width: 880px) { .cue { display: none; } }

/* ============================================================
   REVEAL
   ============================================================ */
[data-rv] { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-rv].in { opacity: 1; transform: none; }
[data-rv-d="1"] { transition-delay: .09s; }
[data-rv-d="2"] { transition-delay: .18s; }
[data-rv-d="3"] { transition-delay: .27s; }
[data-rv-d="4"] { transition-delay: .36s; }
[data-rv-d="5"] { transition-delay: .45s; }

/* ============================================================
   FORK — dual audience
   ============================================================ */
.fork { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.fork__card {
  background: var(--ink); padding: clamp(30px, 3.6vw, 52px); position: relative; overflow: hidden;
  transition: background .5s var(--ease); display: flex; flex-direction: column; min-height: 380px;
}
.fork__card::after {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0;
  background: radial-gradient(120% 100% at 100% 0%, rgba(194,154,91,.14), transparent 62%);
  transition: opacity .6s var(--ease);
}
.fork__card:hover::after { opacity: 1; }
.fork__card > * { position: relative; z-index: 1; }
.fork__num { font-family: var(--display); font-size: 15px; color: var(--brass); letter-spacing: .1em; }
.fork__card h3 { margin-top: 20px; }
.fork__card p { margin-top: 14px; color: var(--bone-dim); font-size: 15.5px; max-width: 42ch; }
.fork__list { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.fork__list span { font-size: 12px; letter-spacing: .04em; color: var(--bone-dim); border: 1px solid var(--line-2); padding: 5px 11px; border-radius: 100px; }
.fork__card .tlink { margin-top: auto; padding-top: 30px; align-self: flex-start; }
@media (max-width: 860px) { .fork { grid-template-columns: 1fr; } .fork__card { min-height: 0; } }

/* ============================================================
   SPLIT / EDITORIAL
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.split--wide-l { grid-template-columns: 1.15fr .85fr; }
.split--wide-r { grid-template-columns: .85fr 1.15fr; }
@media (max-width: 900px) { .split, .split--wide-l, .split--wide-r { grid-template-columns: 1fr; gap: 34px; } }
.split__fig { position: relative; }
.split__fig img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.split__fig--land img { aspect-ratio: 4/3; }
.figcap { font-size: 11.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--bone-mute); margin-top: 14px; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 11px; }

.rule { height: 1px; background: var(--line); border: 0; }

/* checklist */
.ticks { list-style: none; padding: 0; margin-top: 26px; display: grid; gap: 13px; }
/* block, not flex: inline <b> inside an item must stay in the same text flow */
.ticks li { position: relative; padding-left: 20px; font-size: 15.5px; color: var(--bone-dim); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%;
  background: var(--brass); box-shadow: 0 0 0 3px var(--brass-dim);
}
.ticks li b { color: var(--bone); font-weight: 600; }
.ticks--tight li { font-size: 14.5px; }
.ticks--tight li::before { top: 8px; }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 980px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 660px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.svc { background: var(--ink); padding: clamp(26px, 2.8vw, 38px); position: relative; transition: background .45s var(--ease); }
.svc:hover { background: var(--ink-800); }
.svc__ic { width: 30px; height: 30px; color: var(--brass); }
.svc h3 { font-size: 22px; margin-top: 22px; }
.svc p { margin-top: 11px; font-size: 14.5px; color: var(--bone-mute); }

/* ============================================================
   PRICING
   ============================================================ */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 980px) { .tiers { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }
.tier {
  border: 1px solid var(--line); background: var(--ink-900); padding: clamp(26px, 2.6vw, 36px);
  display: flex; flex-direction: column; position: relative; transition: border-color .45s var(--ease), transform .45s var(--ease);
}
.tier:hover { border-color: var(--line-2); transform: translateY(-3px); }
.tier--feat { border-color: rgba(194,154,91,.45); background: linear-gradient(180deg, rgba(194,154,91,.07), rgba(27,24,25,0) 40%), var(--ink-900); }
.tier__tag { position: absolute; top: -1px; right: 22px; background: var(--brass); color: var(--ink-950); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: 5px 12px; }
.tier__name { font-family: var(--display); font-size: 30px; }
.tier__for { font-size: 12.5px; color: var(--bone-mute); margin-top: 6px; letter-spacing: .02em; }
.tier__price { margin-top: 24px; display: flex; align-items: baseline; gap: 8px; }
.tier__price b { font-family: var(--display); font-weight: 400; font-size: 50px; line-height: 1; }
.tier__price i { font-style: normal; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--bone-mute); }
.tier__from { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); margin-bottom: -6px; }
.tier .ticks { margin-top: 24px; }
.tier .btn { margin-top: 30px; }
.tier__foot { margin-top: 14px; font-size: 12px; color: var(--bone-mute); text-align: center; }

/* ============================================================
   QUOTE ENGINE
   ============================================================ */
.qz { display: grid; grid-template-columns: 1.35fr .85fr; border: 1px solid var(--line); background: var(--ink-900); }
@media (max-width: 980px) { .qz { grid-template-columns: 1fr; } }
.qz__panel { background: var(--ink-900); padding: clamp(24px, 3vw, 44px); }
/* the side column fills its track so no bare grid shows below a short panel */
.qz__side { background: var(--ink-950); border-left: 1px solid var(--line); }
.qz__side > .qz__stick { padding: clamp(24px, 3vw, 40px); position: sticky; top: 90px; }
@media (max-width: 980px) {
  .qz__side { border-left: 0; border-top: 1px solid var(--line); }
  .qz__side > .qz__stick { position: static; }
}

.fieldset { border: 0; padding: 0; margin: 0 0 38px; }
.fieldset:last-of-type { margin-bottom: 0; }
.fieldset legend { padding: 0; margin-bottom: 16px; display: flex; align-items: baseline; gap: 12px; }
.legend__n { font-family: var(--display); font-size: 13px; color: var(--brass); letter-spacing: .12em; }
.legend__t { font-size: 15px; font-weight: 600; letter-spacing: .01em; }
.legend__h { font-size: 13px; color: var(--bone-mute); font-weight: 400; }

.opts { display: grid; gap: 10px; }
.opts--2 { grid-template-columns: 1fr 1fr; }
.opts--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 620px) { .opts--2, .opts--3 { grid-template-columns: 1fr; } }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.opt label {
  display: flex; align-items: flex-start; gap: 13px; padding: 15px 17px; cursor: pointer;
  border: 1px solid var(--line); background: var(--ink); border-radius: 2px;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.opt label:hover { border-color: var(--line-2); background: var(--ink-800); }
.opt input:checked + label { border-color: var(--brass); background: linear-gradient(rgba(194,154,91,.09), rgba(194,154,91,.03)); }
.opt input:focus-visible + label { outline: 2px solid var(--brass-lit); outline-offset: 2px; }
.opt__box {
  flex: none; width: 18px; height: 18px; border: 1px solid var(--line-2); border-radius: 2px; margin-top: 2px;
  display: grid; place-items: center; transition: border-color .3s, background .3s;
}
.opt input[type="radio"] + label .opt__box { border-radius: 50%; }
.opt input:checked + label .opt__box { border-color: var(--brass); background: var(--brass); }
.opt__box svg { width: 11px; height: 11px; color: var(--ink-950); opacity: 0; transition: opacity .2s; }
.opt input:checked + label .opt__box svg { opacity: 1; }
.opt label > span:nth-of-type(2) { min-width: 0; }
.opt__t { display: block; font-size: 14.5px; font-weight: 500; line-height: 1.35; }
.opt__d { display: block; font-size: 12.5px; color: var(--bone-mute); margin-top: 3px; line-height: 1.45; }
.opt__p { margin-left: auto; font-size: 13px; font-weight: 600; color: var(--brass); white-space: nowrap; padding-left: 10px; }

.field { display: grid; gap: 7px; }
.field label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--bone-mute); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 15px; background: var(--ink); border: 1px solid var(--line);
  border-radius: 2px; color: var(--bone); font-size: 15px; transition: border-color .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brass); }
.field input::placeholder, .field textarea::placeholder { color: #6a6560; }
.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='%238E8880' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 17px; padding-right: 42px; }
.field textarea { resize: vertical; min-height: 110px; font-family: var(--ui); }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .fgrid { grid-template-columns: 1fr; } }

/* receipt */
.rcpt__h { font-size: 11px; letter-spacing: .19em; text-transform: uppercase; color: var(--bone-mute); }
.rcpt__title { font-family: var(--display); font-size: 30px; margin-top: 8px; line-height: 1.1; }
.rcpt__lines { margin-top: 24px; border-top: 1px solid var(--line); }
.rcpt__ln { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; animation: lnIn .4s var(--ease); }
@keyframes lnIn { from { opacity: 0; transform: translateX(-6px); } to { opacity: 1; transform: none; } }
.rcpt__ln span:first-child { color: var(--bone-dim); }
.rcpt__ln span:last-child { font-weight: 600; white-space: nowrap; }
.rcpt__ln--sub span:first-child { color: var(--bone-mute); font-size: 13px; padding-left: 14px; position: relative; }
.rcpt__ln--sub span:first-child::before { content: ""; position: absolute; left: 2px; top: 9px; width: 6px; height: 1px; background: var(--bone-mute); }
.rcpt__empty { font-size: 14px; color: var(--bone-mute); padding: 16px 0; border-bottom: 1px solid var(--line); }
.rcpt__total { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 24px; }
.rcpt__total .k { font-size: 11px; letter-spacing: .19em; text-transform: uppercase; color: var(--bone-mute); }
.rcpt__total .v { font-family: var(--display); font-size: 54px; line-height: 1; color: var(--brass-lit); }
.rcpt__note { font-size: 12px; color: var(--bone-mute); margin-top: 12px; line-height: 1.5; }
.rcpt .btn { margin-top: 26px; }

/* ============================================================
   WORK / GALLERY
   ============================================================ */
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters button {
  background: none; border: 1px solid var(--line); color: var(--bone-mute); padding: 9px 17px;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase; border-radius: 100px; cursor: pointer;
  transition: color .3s, border-color .3s, background .3s;
}
.filters button:hover { color: var(--bone); border-color: var(--line-2); }
.filters button.on { color: var(--ink-950); background: var(--brass); border-color: var(--brass); font-weight: 600; }

.mason { columns: 3; column-gap: 14px; }
@media (max-width: 900px) { .mason { columns: 2; } }
@media (max-width: 560px) { .mason { columns: 1; } }
.mason figure { break-inside: avoid; margin: 0 0 14px; position: relative; overflow: hidden; cursor: zoom-in; background: var(--ink-900); }
.mason img { width: 100%; transition: transform .8s var(--ease), filter .6s var(--ease); }
.mason figure:hover img { transform: scale(1.045); }
.mason figcaption {
  position: absolute; inset: auto 0 0 0; padding: 46px 16px 14px;
  background: linear-gradient(transparent, rgba(18,16,17,.9));
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--bone-dim);
  opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.mason figure:hover figcaption { opacity: 1; transform: none; }
.mason figure.hide { display: none; }

/* lightbox */
.lb { position: fixed; inset: 0; z-index: 120; background: rgba(12,11,11,.97); display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .35s var(--ease); }
.lb.on { opacity: 1; pointer-events: auto; }
.lb img { max-width: 92vw; max-height: 86vh; object-fit: contain; }
.lb__x, .lb__nav { position: absolute; background: none; border: 1px solid var(--line-2); color: var(--bone); width: 48px; height: 48px; display: grid; place-items: center; cursor: pointer; border-radius: 2px; transition: background .3s, border-color .3s; }
.lb__x:hover, .lb__nav:hover { background: rgba(243,240,234,.1); border-color: var(--bone-dim); }
.lb__x { top: 22px; right: 22px; }
.lb__nav.prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lb__nav.next { right: 22px; top: 50%; transform: translateY(-50%); }
.lb__cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--bone-mute); }
@media (max-width: 620px) { .lb__nav { width: 40px; height: 40px; } .lb__nav.prev { left: 8px; } .lb__nav.next { right: 8px; } }

/* case cards */
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); }
@media (max-width: 980px) { .cases { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cases { grid-template-columns: 1fr; } }
.case { display: block; position: relative; }
.case__img { position: relative; overflow: hidden; aspect-ratio: 4/5; background: var(--ink-900); }
.case__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.case:hover .case__img img { transform: scale(1.05); }
.case__badge { position: absolute; top: 14px; left: 14px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; background: rgba(18,16,17,.78); backdrop-filter: blur(8px); padding: 6px 11px; color: var(--bone-dim); border: 1px solid var(--line); }
.case h3 { font-size: 24px; margin-top: 20px; }
.case p { font-size: 14.5px; color: var(--bone-mute); margin-top: 9px; }
.case__meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.case__meta span { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: var(--bone-mute); border: 1px solid var(--line); padding: 4px 9px; }

/* ============================================================
   BEFORE / AFTER
   ============================================================ */
.ba { position: relative; overflow: hidden; user-select: none; aspect-ratio: 3/2; background: var(--ink-900); cursor: ew-resize; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 2px; background: var(--bone); z-index: 3; }
.ba__handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%; background: var(--bone); box-shadow: 0 4px 24px rgba(0,0,0,.5);
}
.ba__handle::before {
  content: "‹ ›"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  z-index: 4; color: var(--ink); font-size: 19px; letter-spacing: 1px; font-weight: 700;
}
.ba__lbl { position: absolute; bottom: 16px; z-index: 2; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; background: rgba(18,16,17,.72); backdrop-filter: blur(6px); padding: 6px 12px; color: var(--bone-dim); }
.ba__lbl.l { left: 16px; }
.ba__lbl.r { right: 16px; }

/* ============================================================
   LAND / PROPERTY-LINE MOTIF
   ============================================================ */
.land { position: relative; margin: 0; }
.land__fig { position: relative; overflow: hidden; }
.land__fig img { width: 100%; display: block; }

/* ============================================================
   PROCESS
   ============================================================ */
.steps {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  width: 100%; max-width: var(--maxw); margin-inline: auto;
}
@media (max-width: 1000px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--ink); padding: 30px 24px 34px; position: relative; }
.step__n { font-family: var(--display); font-size: 44px; color: var(--ink-700); line-height: 1; transition: color .5s var(--ease); }
.step:hover .step__n { color: var(--brass); }
.step h3 { font-size: 20px; margin-top: 14px; }
.step p { font-size: 13.5px; color: var(--bone-mute); margin-top: 9px; }

/* ============================================================
   DELIVERABLE / MARKETING KIT SAMPLE
   ============================================================ */
.kit { border: 1px solid var(--line); background: var(--ink-950); }
.kit__bar { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.kit__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-700); }
.kit__file { margin-left: 10px; font-size: 12px; color: var(--bone-mute); letter-spacing: .04em; }
.kit__body { padding: clamp(22px, 2.4vw, 32px); display: grid; gap: 24px; }
.kit__blk h4 { font-size: 10.5px; letter-spacing: .19em; text-transform: uppercase; color: var(--brass); font-weight: 600; }
.kit__blk p { font-size: 15px; color: var(--bone-dim); margin-top: 10px; line-height: 1.6; }
.kit__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.kit__tags span { font-size: 12.5px; color: var(--bone-mute); }
.caret { display: inline-block; width: 8px; height: 17px; background: var(--brass); vertical-align: -3px; margin-left: 2px; animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq { border-top: 1px solid var(--line); }
.faq__i { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; background: none; border: 0; text-align: left; cursor: pointer;
  padding: 26px 46px 26px 0; position: relative; font-family: var(--display); font-size: clamp(20px, 2.1vw, 26px);
  color: var(--bone); line-height: 1.2; transition: color .3s;
}
.faq__q:hover { color: var(--brass-lit); }
.faq__q::after, .faq__q::before { content: ""; position: absolute; right: 6px; top: 50%; background: var(--brass); transition: transform .4s var(--ease), opacity .3s; }
.faq__q::after { width: 15px; height: 1.5px; transform: translateY(-50%); }
.faq__q::before { width: 1.5px; height: 15px; right: 13px; transform: translateY(-50%); }
.faq__i.on .faq__q::before { transform: translateY(-50%) rotate(90deg); opacity: 0; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.faq__i.on .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding-bottom: 28px; color: var(--bone-dim); font-size: 15.5px; max-width: 72ch; }

/* ============================================================
   TESTIMONIAL / QUOTE
   ============================================================ */
.pull { text-align: center; max-width: 24ch; margin-inline: auto; }
.pullq { font-family: var(--display); font-size: clamp(30px, 4.2vw, 58px); line-height: 1.14; font-style: italic; font-weight: 300; max-width: 20ch; margin-inline: auto; }
.pullc { margin-top: 26px; font-size: 12px; letter-spacing: .17em; text-transform: uppercase; color: var(--bone-mute); }

/* ============================================================
   CTA BAND
   ============================================================ */
.band { position: relative; overflow: hidden; }
.band__bg { position: absolute; inset: 0; }
.band__bg img { width: 100%; height: 100%; object-fit: cover; }
.band__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(18,16,17,.95) 12%, rgba(18,16,17,.72) 52%, rgba(18,16,17,.4) 100%); }
.band__in { position: relative; z-index: 2; padding-block: clamp(76px, 10vw, 140px); }

/* ============================================================
   FOOTER
   ============================================================ */
.ftr { background: var(--ink-950); border-top: 1px solid var(--line); padding-top: clamp(52px, 6vw, 86px); }
.ftr__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 52px; }
@media (max-width: 900px) { .ftr__top { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 560px) { .ftr__top { grid-template-columns: 1fr; } }
.ftr h4 { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--bone-mute); font-weight: 600; margin-bottom: 16px; }
.ftr ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.ftr ul a { font-size: 14.5px; color: var(--bone-dim); transition: color .3s; }
.ftr ul a:hover { color: var(--brass-lit); }
.ftr__bot { border-top: 1px solid var(--line); padding-block: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: 12.5px; color: var(--bone-mute); }
.ftr__bp { display: inline-flex; align-items: center; gap: 8px; transition: color .3s; }
.ftr__bp:hover { color: var(--bone); }
.ftr__bp b { color: var(--bone-dim); font-weight: 600; }

/* ============================================================
   UTIL
   ============================================================ */
.stack-xs > * + * { margin-top: 10px; }
.stack-sm > * + * { margin-top: 18px; }
.stack > * + * { margin-top: 26px; }
.stack-lg > * + * { margin-top: 44px; }
.center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.hd { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; flex-wrap: wrap; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.note { border-left: 2px solid var(--brass); padding: 4px 0 4px 18px; font-size: 14.5px; color: var(--bone-dim); }
.pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); border-radius: 100px; padding: 7px 15px; font-size: 12px; letter-spacing: .06em; color: var(--bone-dim); }
.pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--survey); box-shadow: 0 0 0 3px rgba(116,184,113,.2); }

/* form status */
.fstat { font-size: 14px; margin-top: 14px; min-height: 20px; }
.fstat.ok { color: var(--survey); }
.fstat.err { color: #E08C7A; }

/* page hero (interior pages) */
.phero { position: relative; padding-top: 170px; padding-bottom: clamp(52px, 6vw, 86px); overflow: hidden; }
.phero__bg { position: absolute; inset: 0; z-index: 0; }
.phero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.phero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--ink) 4%, rgba(35,31,32,.7) 46%, rgba(35,31,32,.5)); }
.phero__in { position: relative; z-index: 2; }
.phero h1 { max-width: 16ch; }
.phero .lede { margin-top: 22px; }
.crumb { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--bone-mute); margin-bottom: 22px; }
.crumb a:hover { color: var(--brass-lit); }
