/*
Theme Name: Decision Cartographic — Pre-Launch
Theme URI: https://decisioncartographic.com
Author: decision cartographic
Description: Custom theme for decisioncartographic.com — pre-book-launch version (book shown as available soon, reserve list active).
Version: 2.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: decision-cartographic-prelaunch
*/

/* ============================================================
   DECISION CARTOGRAPHIC — v3 design system
   Concept: the decision landscape — many possible paths, one charted route
   Palette (organic landscape): fog linen / pine ink / sage / river blue / blaze gold
   Type: Barlow Condensed (lowercase display) / Barlow (body) / Space Mono (labels)
   ============================================================ */

:root {
  --fog: #F1F0E9;
  --fog-deep: #E8E7DC;
  --pine: #2C3A33;
  --bough: #57675C;
  --sage: #A9B5A0;
  --river: #3F6C75;
  --river-deep: #2F555D;
  --blaze: #C0903D;
  --hairline: rgba(44, 58, 51, 0.18);
  --max: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: 'Barlow', system-ui, sans-serif;
  background: var(--fog);
  color: var(--pine);
  line-height: 1.65;
  font-size: 1.0625rem;
}

a { color: var(--river); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blaze); outline-offset: 3px; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

/* ---------- display type: lowercase condensed ---------- */
h1, h2.section-title, .display {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.005em;
  line-height: 1.04;
}

/* ---------- label (eyebrow) with trail-blaze tick ---------- */
.coord {
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: var(--bough);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.coord::before {
  content: "";
  width: 1.1rem; height: 0.38rem;
  border-radius: 2px;
  background: var(--blaze);
}

/* ---------- header ---------- */
.topbar {
  font-family: 'Space Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  background: var(--pine);
  color: var(--fog);
}
.topbar .wrap {
  display: flex; justify-content: space-between; gap: 1rem;
  padding-top: 0.45rem; padding-bottom: 0.45rem;
  flex-wrap: wrap;
}
.topbar a { color: var(--fog); text-decoration: none; }
.topbar a:hover { color: var(--sage); }

header.site {
  border-bottom: 1px solid var(--hairline);
  background: rgba(241, 240, 233, 0.95);
  backdrop-filter: blur(6px);
  position: sticky; top: 0; z-index: 50;
}
header.site .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 0.9rem; padding-bottom: 0.9rem;
}

/* ---------- logo ---------- */
.logo { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; }
.logo svg, .logo img { flex: none; display: block; }
.logo .word {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: lowercase;
  color: var(--pine);
  line-height: 1;
  letter-spacing: 0.01em;
}
.logo .word b { font-weight: 600; color: var(--river); }

nav.main { display: flex; gap: 1.7rem; }
nav.main a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: lowercase;
  text-decoration: none;
  color: var(--bough);
  letter-spacing: 0.03em;
  padding: 0.15rem 0;
  border-bottom: 2px solid transparent;
}
nav.main a:hover { color: var(--pine); border-bottom-color: var(--sage); }
nav.main a[aria-current="page"] { color: var(--pine); border-bottom-color: var(--blaze); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 0.7rem 1.7rem;
  border: 1.5px solid var(--pine);
  border-radius: 3px;
  color: var(--pine);
  background: transparent;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.btn:hover { background: var(--pine); color: var(--fog); }
.btn.primary { background: var(--river); border-color: var(--river); color: #fff; }
.btn.primary:hover { background: var(--river-deep); border-color: var(--river-deep); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--hairline); }
.hero .wrap { position: relative; }
.hero .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
  padding-top: 4.5rem; padding-bottom: 4.5rem;
}
.hero.compact .wrap { padding-top: 4rem; padding-bottom: 4rem; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); margin: 0 0 1.3rem; }
.hero h1 em { font-style: normal; color: var(--river); }
.hero p.lede { font-size: 1.15rem; color: var(--bough); margin-bottom: 2.2rem; }
.hero .actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* paths figure: beside the text, contained */
.landscape-fig { display: block; width: 100%; margin: 0; }
.landscape-fig svg { display: block; width: 100%; height: auto; }
.landscape-fig figcaption.coord { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 1.15rem; }
@media (max-width: 880px) {
  .hero .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; padding-top: 3.2rem; padding-bottom: 3rem; }
  .landscape-fig { max-width: 520px; margin: 0 auto; }
}

/* interior hero hills accent */
.hero .hills { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; pointer-events: none; opacity: 0.5; }

/* ---------- sections ---------- */
section.block { padding: 5rem 0; position: relative; }
section.block.tinted {
  background: var(--fog-deep);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
h2.section-title { font-size: clamp(2rem, 5vw, 3.1rem); margin: 0.8rem 0 1rem; max-width: 18em; }
.section-intro { color: var(--bough); }

/* ---------- approach cards with blaze markers ---------- */
.fixes {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.fix {
  background: #FCFBF6;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 1.9rem 1.8rem;
  position: relative;
}
.fix .fixmark {
  display: inline-block;
  width: 1.5rem; height: 0.5rem;
  border-radius: 2px;
  background: var(--blaze);
  margin-bottom: 0.9rem;
}
.fix .fixlabel {
  display: block;
  font-family: 'Space Mono', monospace;
  font-size: 0.66rem; letter-spacing: 0.18em;
  color: var(--bough);
  text-transform: lowercase;
}
.fix h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.85rem;
  text-transform: lowercase;
  margin: 0.25rem 0 0.2rem;
}
.fix p.tag { font-style: italic; color: var(--river); margin-bottom: 0.5rem; }
.fix p { color: var(--bough); }
.fix a.more {
  display: inline-block; margin-top: 0.8rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: 1.05rem;
  text-transform: lowercase;
  color: var(--river); text-decoration: none;
  border-bottom: 1.5px solid var(--sage);
}
.fix a.more:hover { color: var(--pine); border-bottom-color: var(--blaze); }

/* ---------- field notes ---------- */
.notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.3rem;
  margin-top: 3rem;
}
.note {
  background: #FCFBF6;
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--sage);
  border-radius: 0 4px 4px 0;
  padding: 1.5rem 1.5rem 1.3rem;
}
.note blockquote { font-size: 1.05rem; line-height: 1.55; font-style: italic; color: var(--pine); }
.note .src {
  margin-top: 0.9rem;
  font-family: 'Space Mono', monospace;
  font-size: 0.62rem; letter-spacing: 0.16em; text-transform: lowercase;
  color: var(--bough);
}

/* ---------- two-column ---------- */
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
@media (max-width: 820px) { .cols { grid-template-columns: 1fr; } }
.mark-figure { display: flex; align-items: center; justify-content: center; align-self: stretch; padding: 2.4rem; background: #FCFBF6; border: 1px solid var(--hairline); border-radius: 6px; }
.mark-figure img { height: clamp(150px, 18vw, 200px); width: auto; display: block; }

/* ---------- legend list ---------- */
.legend { list-style: none; margin-top: 1.6rem; }
.legend li {
  padding: 1.1rem 0;
  border-top: 1px solid var(--hairline);
  display: grid; grid-template-columns: 2.8rem 1fr; gap: 1rem;
}
.legend li:last-child { border-bottom: 1px solid var(--hairline); }
.legend .key {
  font-family: 'Space Mono', monospace;
  font-size: 0.85rem; color: var(--blaze); padding-top: 0.25rem;
}
.legend strong { display: block; margin-bottom: 0.2rem; font-size: 1.1rem; }
.legend p { color: var(--bough); font-size: 0.97rem; }

/* ---------- service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.svc {
  border: 1px solid var(--hairline);
  border-top: 3px solid var(--sage);
  border-radius: 4px;
  background: #FCFBF6;
  padding: 2rem 1.8rem;
  display: flex; flex-direction: column;
}
.svc:nth-child(2) { border-top-color: var(--river); }
.svc:nth-child(3) { border-top-color: var(--blaze); }
.svc h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem; font-weight: 600;
  text-transform: lowercase;
  margin: 0.7rem 0 0.5rem;
}
.svc p { color: var(--bough); flex: 1; }
.svc ul { margin: 1rem 0 1.5rem 1.1rem; color: var(--bough); font-size: 0.97rem; }
.svc ul li { margin-bottom: 0.45rem; }

/* ---------- contact ---------- */
.contact-card { border: 1px solid var(--hairline); border-radius: 4px; background: #FCFBF6; padding: 2rem; }
.contact-card dt {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: lowercase;
  color: var(--bough); margin-top: 1.2rem;
}
.contact-card dt:first-child { margin-top: 0; }
.contact-card dd { font-size: 1.1rem; margin-top: 0.2rem; }
.contact-card dd a { color: var(--pine); text-decoration: none; border-bottom: 1.5px solid var(--sage); }
.contact-card dd a:hover { color: var(--river); }

form.inquiry { display: grid; gap: 1.1rem; }
form.inquiry label {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: lowercase;
  color: var(--bough); display: block; margin-bottom: 0.35rem;
}
form.inquiry input, form.inquiry textarea, form.inquiry select {
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--hairline);
  border-radius: 3px;
  background: #FCFBF6; color: var(--pine);
}
form.inquiry input:focus, form.inquiry textarea:focus, form.inquiry select:focus {
  outline: 2px solid var(--river); outline-offset: 1px;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--pine);
  color: var(--fog);
  padding: 4.5rem 0;
  position: relative; overflow: hidden;
}
.cta-band .ridge { position: absolute; left: 0; right: 0; top: 0; width: 100%; opacity: 0.25; pointer-events: none; }
.cta-band .wrap { position: relative; text-align: center; max-width: 720px; }
.cta-band h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  text-transform: lowercase;
  margin-bottom: 1rem;
}
.cta-band p { color: rgba(241,240,233,0.75); margin-bottom: 2rem; }
.cta-band .btn { border-color: var(--fog); color: var(--fog); background: transparent; }
.cta-band .btn:hover { background: var(--fog); color: var(--pine); }
.cta-band .btn.primary { background: var(--river); border-color: var(--river); color: #fff; }
.cta-band .btn.primary:hover { background: #4E7E88; border-color: #4E7E88; }

/* ---------- footer ---------- */
footer.site {
  background: var(--pine);
  color: rgba(241,240,233,0.82);
  padding: 3.5rem 0 2rem;
  border-top: 3px solid var(--blaze);
}
footer.site .grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 720px) { footer.site .grid { grid-template-columns: 1fr; } }
footer.site .logo .word { color: var(--fog); font-size: 1.3rem; }
footer.site .logo .word b { color: var(--sage); }
footer.site p.tag { font-style: italic; font-size: 0.95rem; max-width: 26em; margin-top: 0.8rem; }
footer.site h4 {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: lowercase;
  color: var(--sage); margin-bottom: 0.9rem; font-weight: 400;
}
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 0.5rem; }
footer.site a { color: rgba(241,240,233,0.82); text-decoration: none; }
footer.site a:hover { color: #fff; }
footer.site .legalline {
  margin-top: 3rem; padding-top: 1.2rem;
  border-top: 1px solid rgba(241,240,233,0.15);
  font-family: 'Space Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.1em;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
}

/* ---------- mobile ---------- */
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--pine); cursor: pointer; line-height: 1; }
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  nav.main {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--fog);
    border-bottom: 1px solid var(--hairline);
    flex-direction: column;
    padding: 1rem 1.5rem 1.4rem; gap: 0.9rem;
  }
  nav.main.open { display: flex; }
  .topbar .locs { display: none; }
  .topbar .wrap { justify-content: center; }
  section.block { padding: 3.5rem 0; }
  .hero .wrap { padding-top: 3.2rem; }
}


/* ---------- book feature + book page (v10) ---------- */
.book-band .cover-wrap { display:flex; justify-content:center; }
.book-band p { margin-bottom: 2rem; }
.book-band .cover-wrap img,
.book-hero .cover-wrap img { width:300px; max-width:82%; height:auto; border-radius:2px; box-shadow:0 16px 38px rgba(44,58,51,0.30); display:block; }
.book-hero { display:grid; grid-template-columns:300px 1fr; gap:3rem; align-items:center; }
.book-hero .cover-wrap img { width:100%; max-width:300px; }
@media (max-width:760px){ .book-hero { grid-template-columns:1fr; gap:1.6rem; } .book-hero .cover-wrap { max-width:240px; margin:0 auto; } }
.avail-tag { display:inline-block; font-family:'Space Mono',monospace; font-size:0.66rem; letter-spacing:0.18em; text-transform:lowercase; color:var(--blaze); border:1px solid var(--blaze); border-radius:3px; padding:0.28rem 0.65rem; margin-bottom:1.1rem; }
.toc { list-style:none; margin-top:2.4rem; }
.toc li { display:grid; grid-template-columns:2.6rem 1fr; gap:1rem; padding:1.05rem 0; border-top:1px solid var(--hairline); }
.toc li:last-child { border-bottom:1px solid var(--hairline); }
.toc .n { font-family:'Space Mono',monospace; color:var(--blaze); font-size:0.9rem; padding-top:0.2rem; }
.toc strong { display:block; font-family:'Barlow Condensed',sans-serif; font-weight:600; font-size:1.35rem; text-transform:lowercase; line-height:1.1; }
.toc p { color:var(--bough); font-size:0.95rem; margin-top:0.2rem; }
.excerpt { border-left:3px solid var(--sage); padding:0.3rem 0 0.3rem 1.4rem; margin:1.6rem 0; font-style:italic; color:var(--pine); font-size:1.12rem; line-height:1.6; }
.gated { border:1px dashed rgba(44,58,51,0.35); border-radius:4px; padding:1.4rem 1.6rem; background:#FCFBF6; color:var(--bough); }
.gated strong { color:var(--pine); }

.book-band .cover-wrap svg.book-cover { width:300px; max-width:82%; height:auto; border-radius:2px; box-shadow:0 16px 38px rgba(44,58,51,0.30); display:block; }
.book-hero .cover-wrap svg.book-cover { width:100%; max-width:300px; height:auto; border-radius:2px; box-shadow:0 16px 38px rgba(44,58,51,0.30); display:block; }

.slide-wrap { margin:0; }
.slide-wrap svg.talk-slide { width:100%; height:auto; border-radius:4px; box-shadow:0 14px 32px rgba(44,58,51,0.28); display:block; }
.slide-cap { margin-top:0.7rem; font-family:'Space Mono',monospace; font-size:0.7rem; letter-spacing:0.14em; text-transform:lowercase; color:var(--bough); text-align:center; }

/* ---------- v12: panel accents, 2-col toc, pull-quote ---------- */
.fix { border-top:3px solid var(--sage); }
.fix:nth-child(2) { border-top-color:var(--river); }
.fix:nth-child(3) { border-top-color:var(--blaze); }
.fix .fixmark { display:none; }
.toc { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:repeat(3,auto); grid-auto-flow:column; column-gap:2.8rem; }
.toc li:nth-child(3) { border-bottom:1px solid var(--hairline); }
@media (max-width:760px){ .toc { grid-template-columns:1fr; grid-template-rows:none; grid-auto-flow:row; } .toc li:nth-child(3){ border-bottom:none; } }
.pullquote { margin:0; border-top:3px solid var(--blaze); padding-top:1.3rem; }
.pullquote p { font-family:'Barlow Condensed',sans-serif; font-weight:600; font-size:2.1rem; line-height:1.12; text-transform:lowercase; color:var(--river); }
.pullquote cite { display:block; margin-top:1rem; font-family:'Space Mono',monospace; font-size:0.72rem; letter-spacing:0.14em; color:var(--bough); font-style:normal; text-transform:lowercase; }

/* ---------- route cards link to fee schedules ---------- */
.svc h3 a { color: inherit; text-decoration: none; border-bottom: 2px solid transparent; }
.svc h3 a:hover { color: var(--river); border-bottom-color: var(--blaze); }
.svc a.more {
  display: inline-block; margin-bottom: 1.2rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: 1.05rem;
  text-transform: lowercase;
  color: var(--river); text-decoration: none;
  border-bottom: 1.5px solid var(--sage);
}
.svc a.more:hover { color: var(--pine); border-bottom-color: var(--blaze); }

/* ---------- fee schedule pages ---------- */
.fee-cards { margin-top: 2.6rem; }
.fee-card {
  background: #FCFBF6;
  border: 1px solid var(--hairline);
  border-top: 3px solid var(--pine);
  border-radius: 4px;
  padding: 1.5rem 1.7rem;
  margin-bottom: 1.1rem;
  display: flex; gap: 1.5rem;
  justify-content: space-between; flex-wrap: wrap; align-items: flex-start;
}
.fee-card.river { border-top-color: var(--river); }
.fee-card.blaze { border-top-color: var(--blaze); }
.fee-card .eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.16em;
  color: var(--bough); text-transform: lowercase;
}
.fee-card.blaze .eyebrow { color: var(--blaze); }
.fee-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: 1.5rem;
  text-transform: lowercase;
  margin: 0.3rem 0 0.4rem;
}
.fee-card p { color: var(--bough); font-size: 0.95rem; max-width: 58ch; }
.fee-price { text-align: right; min-width: 12rem; }
.fee-price .amt { font-weight: 600; font-size: 1.9rem; line-height: 1.1; }
.fee-price .per {
  font-family: 'Space Mono', monospace;
  font-size: 0.66rem; letter-spacing: 0.12em;
  color: var(--bough); text-transform: lowercase;
}
.fee-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.8rem 0 1.4rem; }
@media (max-width: 700px) { .fee-panels { grid-template-columns: 1fr; } }
.fee-panel { background: #FCFBF6; border: 1px solid var(--hairline); padding: 1.2rem 1.4rem; }
.fee-panel p { color: var(--bough); font-size: 0.9rem; margin-top: 0.5rem; }
.fee-note { font-style: italic; color: var(--bough); font-size: 0.88rem; margin-top: 1rem; }
.fee-tgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; margin-top: 2.4rem; }
@media (max-width: 700px) { .fee-tgrid { grid-template-columns: 1fr; } }
.fee-term { border-top: 1px solid var(--hairline); padding: 1rem 0 1.2rem; }
.fee-term .num {
  font-family: 'Space Mono', monospace;
  font-size: 0.7rem; letter-spacing: 0.14em;
  color: var(--blaze); margin-right: 0.8rem;
}
.fee-term h3 { display: inline; font-size: 1rem; font-weight: 600; text-transform: lowercase; }
.fee-term p { color: var(--bough); font-size: 0.88rem; margin-top: 0.5rem; }

/* ---------- careers page ---------- */
.careers-mail {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  text-transform: lowercase;
  text-decoration: none;
  color: var(--fog);
  margin-top: 1.4rem;
  border-bottom: 2px solid var(--blaze);
  padding-bottom: 2px;
}
.careers-mail b { color: var(--sage); font-weight: 600; }
.careers-mail:hover { color: #fff; }
.careers-mail:hover b { color: var(--fog); }
footer.site .joinline { margin-top: 1.2rem; }
footer.site .joinline a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: 1.05rem;
  text-transform: lowercase;
  color: var(--sage); text-decoration: none;
  border-bottom: 1.5px solid rgba(169,181,160,0.45);
}
footer.site .joinline a:hover { color: var(--fog); border-bottom-color: var(--blaze); }

/* ---------- fluent forms: match site form styling ---------- */
.fluentform .ff-el-group { margin-bottom: 1.1rem; }
.fluentform .ff-el-input--label,
.fluentform .ff-el-input--label label {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: lowercase;
  color: var(--bough); font-weight: 400; line-height: 1.4;
}
.fluentform .ff-el-input--label { margin-bottom: 0.35rem; }
.fluentform .ff-el-form-control {
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--hairline);
  border-radius: 3px;
  background: #FCFBF6; color: var(--pine);
  box-shadow: none; height: auto; line-height: 1.4;
}
.fluentform .ff-el-form-control:focus {
  outline: 2px solid var(--river); outline-offset: 1px;
  border-color: var(--hairline); box-shadow: none;
}
.fluentform .ff-el-form-control::placeholder { color: rgba(87,103,92,0.55); }
.fluentform .ff-el-is-required.asterisk-right label:after,
.fluentform .ff-el-is-required.asterisk-left label:before { color: var(--blaze); }
.fluentform .ff-btn-submit {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  padding: 0.7rem 1.7rem;
  border: 1.5px solid var(--river);
  border-radius: 3px;
  color: #fff !important;
  background: var(--river) !important;
  cursor: pointer;
}
.fluentform .ff-btn-submit:hover { background: var(--river-deep) !important; border-color: var(--river-deep); }
.fluentform .ff-message-success {
  border: 1px solid var(--hairline); border-left: 3px solid var(--river);
  background: #FCFBF6; padding: 1.4rem 1.6rem; color: var(--bough);
  border-radius: 0; box-shadow: none;
}
