/* =========================================================================
   KBDC — Katy Backyard Development Co.
   Dark, cinematic, gold-accented. Stewardship & restoration.
   ========================================================================= */

/* Self-hosted fonts (latin subset, woff2) in /_fonts/. House standard:
   Playfair Display (display serif) + Inter (sans). font-display: swap. */
@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('../fonts/inter-latin-300-normal.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('../fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('../fonts/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('../fonts/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:normal; font-weight:500; font-display:swap; src:url('../fonts/playfair-display-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:normal; font-weight:600; font-display:swap; src:url('../fonts/playfair-display-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:normal; font-weight:700; font-display:swap; src:url('../fonts/playfair-display-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family:'Playfair Display'; font-style:italic; font-weight:500; font-display:swap; src:url('../fonts/playfair-display-latin-500-italic.woff2') format('woff2'); }

:root {
  --bg:        #14110d;   /* warm near-black */
  --bg-2:      #1b1712;   /* raised panel */
  --bg-3:      #241e16;   /* card / hover */
  --ink:       #f1ebdf;   /* warm white text */
  --ink-soft:  #cabfa9;   /* secondary text */
  --ink-mute:  #9a8e78;   /* tertiary / labels */
  --gold:      #c79a5b;   /* primary bronze-gold */
  --gold-2:    #e2b75e;   /* brighter gold (hover/cross) */
  --gold-deep: #9c7438;
  --line:      rgba(199,154,91,.20);
  --line-soft: rgba(241,235,223,.10);
  --shadow:    0 20px 60px rgba(0,0,0,.45);

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --wrap: 1200px;
  --gut:  clamp(20px, 5vw, 56px);
}

/* ---- Reset / base -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; margin: 0 0 .5em; letter-spacing: .01em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.3rem; }
p  { margin: 0 0 1.1em; }
.wrap { width: min(100% - 2*var(--gut), var(--wrap)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 12px; background: var(--gold); color: #1a1208; padding: 8px 14px; border-radius: 6px; z-index: 200; }

.eyebrow {
  font-family: var(--sans);
  font-size: .76rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin: 0 0 1rem;
}
.lede { font-size: 1.18rem; color: var(--ink-soft); max-width: 60ch; }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--sans); font-weight: 500; font-size: .82rem;
  letter-spacing: .16em; text-transform: uppercase;
  padding: 1rem 1.7rem; border-radius: 2px; cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold  { background: var(--gold); color: #1a1208; }
.btn--gold:hover  { background: var(--gold-2); color: #1a1208; }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(241,235,223,.45); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---- Masthead / nav ------------------------------------------------------ */
.masthead {
  position: absolute; inset: 0 0 auto; z-index: 60;
  padding: .4rem 0;
}
.masthead.is-solid {
  position: fixed; background: rgba(20,17,13,.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-soft);
  animation: dropin .3s ease;
}
@keyframes dropin { from { transform: translateY(-100%); } to { transform: translateY(0); } }
body:not(.page-home) .masthead {
  position: relative; background: rgba(20,17,13,.96); border-bottom: 1px solid var(--line-soft);
}
.masthead__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand__mark { width: 158px; height: auto; }
.nav__list { list-style: none; display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.1rem); margin: 0; padding: 0; }
.nav__link {
  color: var(--ink); font-size: .82rem; font-weight: 400;
  letter-spacing: .14em; text-transform: uppercase; padding: .5rem 0;
  display: inline-flex; align-items: center; gap: .35em; white-space: nowrap;
}
.nav__link:hover, .nav__item.is-active > .nav__link { color: var(--gold-2); }
.nav__item.is-active > .nav__link { box-shadow: inset 0 -2px 0 var(--gold); }
.caret { font-size: .7em; opacity: .8; }

.nav__item.has-children { position: relative; }
.submenu {
  list-style: none; margin: 0; padding: .5rem 0; position: absolute; top: 100%; left: -1rem;
  min-width: 230px; background: var(--bg-2); border: 1px solid var(--line);
  border-radius: 4px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; z-index: 70;
}
.nav__item.has-children:hover .submenu,
.nav__item.has-children:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a {
  display: block; color: var(--ink-soft); padding: .6rem 1.2rem; font-size: .9rem;
  letter-spacing: .02em; text-transform: none;
}
.submenu a:hover { background: var(--bg-3); color: var(--gold-2); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

/* ---- Hero ---------------------------------------------------------------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding: 9rem 0 5rem; overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
/* Light gradient — enough to seat the copy on the distressed (left) side while
   keeping the "before" home visible; fades out over the restored (right) side. */
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,8,5,.62) 0%, rgba(10,8,5,.34) 34%, rgba(10,8,5,0) 60%, rgba(10,8,5,0) 100%),
    linear-gradient(0deg, rgba(10,8,5,.5) 0%, rgba(10,8,5,0) 32%);
}
.hero__inner { position: relative; z-index: 2; max-width: 600px; }
/* Hug the left edge to match the approved mockup (override .wrap centering) */
.hero .hero__inner { margin-left: clamp(20px, 4.5vw, 76px); margin-right: auto; }
.hero h1 { margin: 0 0 .15em; font-weight: 700; letter-spacing: -.01em; text-shadow: 0 2px 24px rgba(0,0,0,.75), 0 1px 4px rgba(0,0,0,.6); }
.hero__sub { font-family: var(--serif); font-size: clamp(1.2rem, 2.4vw, 1.7rem); font-weight: 500; color: var(--ink-soft); margin: 0 0 2.2rem; text-shadow: 0 1px 10px rgba(0,0,0,.7); }
.hero__services .hero__service b, .hero__services .hero__service span { text-shadow: 0 1px 8px rgba(0,0,0,.7); }

.hero__services { list-style: none; margin: 0 0 2.4rem; padding: 0; display: grid; gap: 1.25rem; max-width: 460px; }
.hero__service { display: flex; gap: 1rem; align-items: flex-start; }
.hero__service .ico { flex: 0 0 34px; color: var(--gold); margin-top: 2px; }
.hero__service b { display: block; font-family: var(--serif); font-size: 1.12rem; font-weight: 600; color: var(--ink); }
.hero__service span { font-size: .92rem; color: var(--ink-mute); }
.hero__service a { color: inherit; }
.hero__service a:hover b { color: var(--gold-2); }

.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__strip {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  border-top: 1px solid var(--line-soft); background: rgba(15,12,9,.55);
}
.hero__strip p {
  margin: 0; padding: .85rem 0; font-size: .72rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ink-soft); display: flex; align-items: center; gap: .6em;
}
.hero__strip .ico { color: var(--gold); }

/* ---- Generic section ----------------------------------------------------- */
.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.section--alt { background: var(--bg-2); }
.section__head { max-width: 70ch; margin-bottom: 3rem; }
.section__head.center { margin-inline: auto; text-align: center; }
.divider { width: 54px; height: 2px; background: var(--gold); border: 0; margin: 0 0 1.4rem; }
.center .divider { margin-inline: auto; }

/* ---- Service grid -------------------------------------------------------- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.svc-card {
  background: var(--bg-3); border: 1px solid var(--line-soft); border-radius: 6px;
  padding: 2rem 1.8rem; transition: transform .2s ease, border-color .2s ease, background .2s ease;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-4px); border-color: var(--line); background: #2a2318; }
.svc-card .ico { color: var(--gold); margin-bottom: 1.1rem; }
.svc-card h3 { margin-bottom: .5rem; }
.svc-card p { color: var(--ink-soft); font-size: .96rem; flex: 1; }
.svc-card .more { margin-top: 1rem; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; color: var(--gold-2); display: inline-flex; gap: .4em; }
.svc-card:hover .more .arrow { transform: translateX(4px); }

/* ---- Feature / split rows ----------------------------------------------- */
.feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.feature--flip { grid-template-columns: .9fr 1.1fr; }
.feature--top { align-items: start; }
.feature--flip .feature__media { order: -1; }
.feature__media img { border-radius: 8px; box-shadow: var(--shadow); }
.feature__media { position: relative; margin: 0; }
.feature__cap { margin: .8rem 0 0; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); }
.feature__zoomhint { color: var(--gold); }
.zoomable { cursor: zoom-in; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 4vmin; background: rgba(8,6,4,.93); }
.lightbox.is-open { display: flex; animation: lb-fade .18s ease; }
@keyframes lb-fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__fig { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 1rem; max-width: 96vw; }
.lightbox img { max-width: 96vw; max-height: 84vh; width: auto; height: auto; border-radius: 6px; box-shadow: 0 30px 90px rgba(0,0,0,.65); cursor: zoom-out; }
.lightbox__cap { color: var(--ink-soft); font-size: .92rem; line-height: 1.5; text-align: center; max-width: 66ch; }
.lightbox__close { position: absolute; top: 16px; right: 24px; background: none; border: 0; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: .8; }
.lightbox__close:hover { opacity: 1; color: var(--gold-2); }
body.lightbox-open { overflow: hidden; }
.feature__portrait { display: flex; justify-content: center; }
.feature__portrait img { max-height: 580px; width: auto; max-width: 100%; }
.feature__media .tagstamp {
  position: absolute; bottom: -14px; left: -14px; background: var(--gold); color: #1a1208;
  font-family: var(--serif); font-size: 1rem; padding: .6rem 1rem; border-radius: 4px; box-shadow: var(--shadow);
}

/* ---- Stat / value rows --------------------------------------------------- */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.6rem; }
.pillar { border-left: 2px solid var(--gold); padding: .2rem 0 .2rem 1.3rem; }
.pillar h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.pillar p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* ---- Process steps ------------------------------------------------------- */
.steps { display: grid; gap: 1.4rem; counter-reset: step; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: start;
  background: var(--bg-2); border: 1px solid var(--line-soft); border-radius: 6px; padding: 1.8rem 2rem;
}
.step__num {
  font-family: var(--serif); font-size: 2rem; color: var(--gold); line-height: 1;
  width: 64px; height: 64px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%;
}
.step h3 { margin-bottom: .3rem; }
.step p { color: var(--ink-soft); margin: 0; }

/* ---- Verse band ---------------------------------------------------------- */
.verse-band { background: var(--bg-2); border-block: 1px solid var(--line-soft); }
.verse-band blockquote {
  margin: 0; padding: clamp(3rem, 7vw, 5rem) 0; text-align: center;
  font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.1rem); font-style: italic; font-weight: 500;
  color: var(--ink); max-width: none; margin-inline: auto; text-wrap: balance;
}
.verse-band cite { display: block; font-style: normal; font-size: .85rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-top: 1.2rem; }

/* ---- Page hero (interior) ----------------------------------------------- */
.page-hero { position: relative; padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem,5vw,3.5rem); border-bottom: 1px solid var(--line-soft); background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.page-hero .eyebrow { margin-bottom: .8rem; }
.page-hero h1 { margin: 0 0 .4rem; }
.page-hero p { color: var(--ink-soft); max-width: 60ch; margin: 0; }
.breadcrumb { font-size: .78rem; letter-spacing: .08em; color: var(--ink-mute); margin: 0 0 1.4rem; }
.breadcrumb a { color: var(--ink-mute); }
.breadcrumb a:hover { color: var(--gold-2); }

/* ---- Our Work gallery ---------------------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; align-items: start; }
.gallery figure { margin: 0; border-radius: 6px; overflow: hidden; border: 1px solid var(--line-soft); background: var(--bg-2); }
.gallery figure a { display: block; overflow: hidden; }
.gallery img { width: 100%; display: block; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.03); }
.gallery figcaption { padding: .7rem 1rem; font-size: .82rem; color: var(--ink-mute); }
.gallery .placeholder { aspect-ratio: 4/3; display: grid; place-items: center; color: var(--ink-mute); background: repeating-linear-gradient(135deg, #1e1812, #1e1812 12px, #221c14 12px, #221c14 24px); }

/* ---- Contact ------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.people { display: grid; gap: 1.1rem; margin: 0 0 2rem; }
.person { background: var(--bg-2); border: 1px solid var(--line-soft); border-radius: 6px; padding: 1.3rem 1.5rem; }
.person b { font-family: var(--serif); font-size: 1.15rem; display: block; }
.person .role { color: var(--gold); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin: .1rem 0 .5rem; }
.person a { font-size: .95rem; }

.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: .4rem; }
.field input, .field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--line); color: var(--ink);
  padding: .85rem 1rem; border-radius: 4px; font: inherit; font-size: 1rem;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { min-height: 150px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note { font-size: .82rem; color: var(--ink-mute); }

/* ---- CTA band ------------------------------------------------------------ */
.cta-band { background: linear-gradient(120deg, #211a11, #15110c); border-top: 1px solid var(--line); }
.cta-band__inner { text-align: center; padding: clamp(3.5rem, 8vw, 6rem) 0; }
.cta-band__eyebrow { color: var(--gold); letter-spacing: .22em; text-transform: uppercase; font-size: .78rem; font-weight: 500; margin: 0 0 .8rem; }
.cta-band__title { margin: 0 0 .5rem; }
.cta-band__text { color: var(--ink-soft); margin: 0 auto 2rem; max-width: 46ch; }
.cta-band__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---- Footer -------------------------------------------------------------- */
.site-foot { background: #0f0c08; border-top: 1px solid var(--line-soft); }
.site-foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding: clamp(3rem,6vw,4.5rem) 0 2.5rem; }
.site-foot__mark { width: 124px; margin-bottom: 1rem; }
.site-foot__tag { color: var(--ink-soft); font-size: .95rem; margin: 0 0 1rem; }
.site-foot__verse { font-family: var(--serif); font-style: italic; color: var(--ink-mute); font-size: .92rem; }
.site-foot__h { font-family: var(--sans); font-size: .76rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 1rem; }
.site-foot__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.site-foot__col a { color: var(--ink-soft); font-size: .95rem; }
.site-foot__col a:hover { color: var(--gold-2); }
.site-foot__contact li { color: var(--ink-soft); font-size: .95rem; }
.site-foot__bar { border-top: 1px solid var(--line-soft); }
.site-foot__bar-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; padding: 1.3rem 0; }
.site-foot__bar p { margin: 0; font-size: .82rem; color: var(--ink-mute); }

/* ---- Icons --------------------------------------------------------------- */
.ico svg { display: block; }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 900px) {
  .feature, .feature--flip { grid-template-columns: 1fr; }
  .feature--flip .feature__media { order: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; z-index: 80; }
  .brand__mark { width: 128px; }
  .nav { position: fixed; inset: 0; background: rgba(15,12,9,.98); display: flex; align-items: center; justify-content: center;
         transform: translateX(100%); transition: transform .3s ease; }
  .nav.is-open { transform: translateX(0); }
  .nav__list { flex-direction: column; gap: 1.6rem; text-align: center; }
  .nav__link { font-size: 1rem; }
  .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; border: 0; padding: .6rem 0 0; min-width: 0; }
  .submenu a { text-align: center; color: var(--ink-mute); padding: .4rem; }
  body.nav-open { overflow: hidden; }
  .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); }
  .hero { min-height: 92vh; }
  .hero__bg img { object-position: 30% center; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .site-foot__grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto; } .btn:hover { transform: none; } }

/* ---- Fluent Forms — styled to match the dark KBDC contact card ---- */
#form .fluentform { margin-top: .25rem; }
#form .ff-el-group { margin-bottom: 1.05rem; }
#form .ff-el-input--label label {
  display: block; font-family: var(--sans); font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-mute); margin-bottom: .45rem; font-weight: 400;
}
#form .ff-el-input--label.ff-el-is-required label sup { color: var(--gold); text-decoration: none; }
#form input[type=text], #form input[type=email], #form input[type=tel],
#form textarea, #form .ff-el-form-control {
  width: 100%; background: var(--bg-3); border: 1px solid var(--line); color: var(--ink);
  padding: .8rem 1rem; border-radius: 4px; font-family: var(--sans); font-size: 1rem; line-height: 1.45;
  -webkit-appearance: none; appearance: none; transition: border-color .15s;
}
#form input::placeholder, #form textarea::placeholder { color: var(--ink-mute); opacity: .75; }
#form input:focus, #form textarea:focus, #form .ff-el-form-control:focus { outline: none; border-color: var(--gold); }
#form textarea { min-height: 148px; resize: vertical; }
#form .ff-name-field-wrapper .ff-t-container { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
#form .ff-name-field-wrapper .ff-t-cell { padding: 0; }
#form .ff-btn-submit {
  display: inline-flex; align-items: center; gap: .5rem; background: var(--gold); color: #1a1208;
  font-family: var(--sans); font-weight: 500; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  padding: .95rem 1.8rem; border: 0; border-radius: 2px; cursor: pointer; transition: background .15s; margin-top: .3rem;
}
#form .ff-btn-submit:hover { background: var(--gold-2); }
#form .ff-message-success {
  background: rgba(199,154,91,.07); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  padding: 1rem 1.2rem; border-radius: 4px; color: var(--ink-soft);
}
#form .ff-el-is-error .ff-el-form-control, #form .ff-el-is-error input, #form .ff-el-is-error textarea { border-color: #c98b8b; }
#form .text-danger, #form .error { color: #e0a0a0; font-size: .85rem; margin-top: .35rem; }
@media (max-width: 560px) { #form .ff-name-field-wrapper .ff-t-container { grid-template-columns: 1fr; } }
/* ---- end Fluent Forms ---- */
