/* ═══════════════════════════════════════════════
   ROOMTOPROFIT — Design v2
   Bold · Mountain · Real
   Alpine Pine + Editorial Mix + Topo Texture
═══════════════════════════════════════════════ */

/* ── Token system ── */
:root {
  --pine-deep:  #0F1F14;
  --pine:       #1B3A2D;
  --pine-mid:   #2A5441;
  --pine-lt:    #3D7A5E;
  --stone:      #C8A96E;
  --stone-lt:   #E4CFA0;
  --stone-pale: #F5EDD8;
  --sky:        #5B8FA8;
  --cloud:      #F7F5F0;
  --white:      #ffffff;
  --ink:        #181C19;
  --ink-mid:    #3A4A3E;
  --mid:        #6A7A6E;
  --light:      #9AAAA0;
  --rule:       #D8E0DA;
  --page-bg:    #F4F2ED;
  --card-bg:    #FFFFFF;
  --card-rule:  #E8E4DC;
  --radius:     5px;
  --radius-lg:  10px;
  --shadow-sm:  0 1px 4px rgba(15,31,20,.08);
  --shadow:     0 3px 16px rgba(15,31,20,.10);
  --shadow-lg:  0 8px 40px rgba(15,31,20,.14);
  --max:        900px;
  --max-wide:   1100px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --page-bg:   #0F1F14;
    --card-bg:   #162D1E;
    --card-rule: #1E3828;
    --ink:       #EEE9E0;
    --ink-mid:   #B0C4B8;
    --mid:       #7A9080;
    --light:     #556860;
    --rule:      #1E3828;
    --cloud:     #EEE9E0;
    --shadow-sm: 0 1px 4px rgba(0,0,0,.3);
    --shadow:    0 3px 16px rgba(0,0,0,.35);
    --shadow-lg: 0 8px 40px rgba(0,0,0,.45);
  }
}

:root[data-theme="dark"] {
  --page-bg:   #0F1F14;
  --card-bg:   #162D1E;
  --card-rule: #1E3828;
  --ink:       #EEE9E0;
  --ink-mid:   #B0C4B8;
  --mid:       #7A9080;
  --light:     #556860;
  --rule:      #1E3828;
  --cloud:     #EEE9E0;
  --shadow-sm: 0 1px 4px rgba(0,0,0,.3);
  --shadow:    0 3px 16px rgba(0,0,0,.35);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.45);
}

:root[data-theme="light"] {
  --page-bg:   #F4F2ED;
  --card-bg:   #FFFFFF;
  --card-rule: #E8E4DC;
  --ink:       #181C19;
  --ink-mid:   #3A4A3E;
  --mid:       #6A7A6E;
  --light:     #9AAAA0;
  --rule:      #D8E0DA;
  --cloud:     #F7F5F0;
  --shadow-sm: 0 1px 4px rgba(15,31,20,.08);
  --shadow:    0 3px 16px rgba(15,31,20,.10);
  --shadow-lg: 0 8px 40px rgba(15,31,20,.14);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  background: var(--page-bg);
  color: var(--ink);
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* ── Typography ── */
/* Display serif — used ONLY for big headlines */
.display, h1, .h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.1;
  text-wrap: balance;
  letter-spacing: -.02em;
}

h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--ink); margin-bottom: 1rem; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: .75rem; letter-spacing: -.015em; }
h3 { font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: .4rem; }
h4 { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--mid); margin-bottom: 1rem; }

p { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }

a { color: var(--pine-lt); text-decoration: none; }
a:hover { color: var(--stone); text-decoration: underline; }

strong { color: var(--ink); font-weight: 700; }

/* Eyebrow label */
.label {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--stone);
  display: block;
  margin-bottom: .6rem;
}

/* Data / mono */
.mono {
  font-family: "SF Mono", "Fira Code", "Courier New", monospace;
  font-size: .85em;
  font-variant-numeric: tabular-nums;
}

/* ── Layout ── */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container--wide {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section { padding: 5rem 0; }
.section--sm { padding: 2.5rem 0; }
.section--dark { background: var(--pine); }
.section--pine-deep { background: var(--pine-deep); }
.section--stone { background: var(--stone-pale); }

/* Divider */
hr { border: none; border-top: 1px solid var(--rule); margin: 3rem 0; }

/* ── Topographic pattern (SVG bg) ── */
.topo-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='300'%3E%3Cpath d='M-10 240 Q60 190 130 170 Q190 152 250 130 Q310 108 390 90 Q450 76 610 60' stroke='%231B3A2D' stroke-width='1' fill='none' opacity='.18'/%3E%3Cpath d='M-10 260 Q55 212 120 192 Q178 174 240 152 Q300 130 378 112 Q440 98 610 82' stroke='%231B3A2D' stroke-width='1' fill='none' opacity='.14'/%3E%3Cpath d='M-10 220 Q65 168 138 148 Q200 130 262 108 Q322 86 400 66 Q460 50 610 36' stroke='%231B3A2D' stroke-width='1' fill='none' opacity='.10'/%3E%3Cpath d='M-10 200 Q70 144 145 122 Q210 102 274 80 Q335 58 412 38 Q472 22 610 8' stroke='%231B3A2D' stroke-width='1' fill='none' opacity='.07'/%3E%3Cpath d='M-10 280 Q50 234 118 214 Q172 196 232 174 Q290 152 366 134 Q428 120 610 104' stroke='%231B3A2D' stroke-width='1' fill='none' opacity='.11'/%3E%3C/svg%3E");
  background-size: 600px 300px;
}

/* ── Header / Nav ── */
.site-header {
  background: var(--pine);
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .85rem;
  padding-bottom: .85rem;
  gap: 1rem;
}

.site-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.site-logo .wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cloud);
  letter-spacing: -.01em;
}

.site-logo .wordmark em {
  font-style: normal;
  color: var(--stone);
}

.site-logo .tagline {
  font-size: .6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(247,245,240,.45);
  margin-top: 3px;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}

.site-nav a {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(247,245,240,.65);
  text-decoration: none;
  transition: color .15s;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--stone);
  border-bottom-color: var(--stone);
  text-decoration: none;
}

/* ── HERO ── */
.hero {
  background: var(--pine);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.hero-mountain {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Photo hero variant */
.hero--photo {
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,22,14,.82) 0%,
    rgba(15,31,20,.65) 50%,
    rgba(15,31,20,.35) 100%
  );
  z-index: 1;
}

.hero-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--page-bg));
  z-index: 2;
}

.hero--photo .hero-inner { z-index: 3; }
.hero--photo svg { z-index: 2; }

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 6rem 1.5rem 10rem;
  max-width: var(--max);
  margin: 0 auto;
}

.hero-inner .label { color: var(--stone-lt); }

.hero-inner h1 {
  color: var(--cloud);
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  max-width: 700px;
  margin-bottom: 1.25rem;
}

.hero-inner h1 em {
  font-style: normal;
  color: var(--stone);
}

.hero-sub {
  font-size: 1rem;
  color: rgba(247,245,240,.7);
  max-width: 500px;
  margin-bottom: 2rem;
  line-height: 1.65;
}

.hero-cta {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

/* Latest post strip — overlapping hero bottom */
.hero-post-strip {
  position: relative;
  z-index: 10;
  max-width: var(--max);
  margin: -3.5rem auto 0;
  padding: 0 1.5rem;
}

.hero-post-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-left: 4px solid var(--stone);
  flex-wrap: wrap;
}

.hero-post-card .fresh {
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--stone);
  white-space: nowrap;
}

.hero-post-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.hero-post-card h3 a { color: var(--ink); text-decoration: none; }
.hero-post-card h3 a:hover { color: var(--pine); }

.hero-post-card .excerpt {
  font-size: .85rem;
  color: var(--mid);
  margin: 0;
}

.hero-post-divider {
  width: 1px;
  height: 40px;
  background: var(--rule);
  flex-shrink: 0;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: .75rem 1.5rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
  cursor: pointer;
  white-space: nowrap;
}

.btn--pine {
  background: var(--pine);
  color: var(--cloud);
  border-color: var(--pine);
}
.btn--pine:hover { background: var(--pine-mid); border-color: var(--pine-mid); color: var(--cloud); text-decoration: none; }

.btn--stone {
  background: var(--stone);
  color: var(--pine-deep);
  border-color: var(--stone);
}
.btn--stone:hover { background: var(--stone-lt); border-color: var(--stone-lt); color: var(--pine-deep); text-decoration: none; }

.btn--ghost-light {
  background: transparent;
  color: var(--cloud);
  border-color: rgba(247,245,240,.35);
}
.btn--ghost-light:hover { border-color: var(--stone); color: var(--stone); text-decoration: none; }

.btn--ghost-dark {
  background: transparent;
  color: var(--pine);
  border-color: var(--pine);
}
.btn--ghost-dark:hover { background: var(--pine); color: var(--cloud); text-decoration: none; }

.btn--ghost-stone {
  background: transparent;
  color: var(--stone);
  border-color: var(--stone);
}
.btn--ghost-stone:hover { background: var(--stone); color: var(--pine-deep); text-decoration: none; }

/* ── Service cards (the three pillars) ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.service-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--card-rule);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, transform .2s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--stone);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.service-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.service-icon {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}

.service-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

.service-card p {
  font-size: .88rem;
  color: var(--mid);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.service-card .service-items {
  list-style: none;
  margin-bottom: 1.5rem;
}

.service-card .service-items li {
  font-size: .8rem;
  color: var(--ink-mid);
  padding: .3rem 0;
  border-bottom: 1px solid var(--card-rule);
  display: flex;
  align-items: center;
  gap: .5rem;
}

.service-card .service-items li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--stone);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Post cards ── */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.post-card {
  background: var(--card-bg);
  border: 1px solid var(--card-rule);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s, transform .2s;
}

.post-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.post-card .tag {
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--pine-lt);
  margin-bottom: .6rem;
}

.post-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1.3;
  flex-grow: 1;
}

.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--pine); text-decoration: none; }

.post-card .excerpt {
  font-size: .85rem;
  color: var(--mid);
  margin-bottom: 1rem;
  line-height: 1.6;
  flex-grow: 1;
}

.post-card .meta {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--light);
}

/* ── Rate tracker teaser ── */
.rate-teaser {
  background: var(--pine);
  border-radius: var(--radius-lg);
  padding: 2rem;
  color: var(--cloud);
  position: relative;
  overflow: hidden;
}

.rate-teaser::after {
  content: '⛰';
  position: absolute;
  right: 1.5rem;
  bottom: -0.5rem;
  font-size: 5rem;
  opacity: .08;
  line-height: 1;
}

.rate-teaser .label { color: var(--stone-lt); }
.rate-teaser h3 { font-family: Georgia, serif; font-size: 1.15rem; color: var(--cloud); margin-bottom: .5rem; }
.rate-teaser .rate-row {
  display: flex;
  align-items: baseline;
  gap: .75rem;
  margin: .75rem 0;
  flex-wrap: wrap;
}
.rate-teaser .big-rate {
  font-family: "SF Mono", "Fira Code", monospace;
  font-size: 2rem;
  font-weight: 700;
  color: var(--stone);
  font-variant-numeric: tabular-nums;
}
.rate-teaser .rate-label { font-size: .8rem; color: rgba(247,245,240,.6); }

/* ── Job teasers ── */
.job-teaser {
  background: var(--card-bg);
  border: 1px solid var(--card-rule);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .15s;
  flex-wrap: wrap;
}
.job-teaser:hover { box-shadow: var(--shadow); }
.job-teaser .job-info h4 { font-size: .9rem; font-weight: 700; color: var(--ink); margin: 0 0 .2rem; text-transform: none; letter-spacing: 0; }
.job-teaser .job-info span { font-size: .75rem; color: var(--mid); }

/* ── Finance Friday signup ── */
.ff-strip {
  background: var(--pine-deep);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.ff-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='200'%3E%3Cpath d='M-10 160 Q80 120 160 100 Q230 82 300 62 Q370 42 460 26 Q520 14 610 4' stroke='%23C8A96E' stroke-width='1' fill='none' opacity='.12'/%3E%3Cpath d='M-10 180 Q75 142 152 122 Q220 104 290 84 Q358 64 448 48 Q510 36 610 26' stroke='%23C8A96E' stroke-width='1' fill='none' opacity='.08'/%3E%3C/svg%3E");
  background-size: 600px 200px;
}

.ff-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.ff-brand {
  flex-shrink: 0;
}

.ff-badge {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--pine-deep);
  background: var(--stone);
  padding: .4rem 1rem;
  border-radius: var(--radius);
  margin-bottom: .75rem;
  letter-spacing: -.01em;
}

.ff-brand h2 {
  font-family: Georgia, serif;
  color: var(--cloud);
  font-size: 1.6rem;
  margin-bottom: .35rem;
}

.ff-brand p { color: rgba(247,245,240,.6); font-size: .9rem; margin: 0; }

.ff-form {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  flex: 1;
  min-width: 260px;
}

.ff-form input {
  flex: 1;
  min-width: 180px;
  padding: .75rem 1rem;
  border: 1px solid rgba(247,245,240,.15);
  border-radius: var(--radius);
  background: rgba(247,245,240,.08);
  color: var(--cloud);
  font-family: inherit;
  font-size: .9rem;
}
.ff-form input::placeholder { color: rgba(247,245,240,.35); }
.ff-form input:focus { outline: none; border-color: var(--stone); }

/* ── Footer ── */
.site-footer {
  background: var(--pine-deep);
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-brand {
  font-family: Georgia, serif;
  font-size: .95rem;
  color: rgba(247,245,240,.5);
}

.footer-brand strong { color: var(--cloud); }

.footer-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-nav a {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(247,245,240,.45);
  text-decoration: none;
  transition: color .15s;
}
.footer-nav a:hover { color: var(--stone); text-decoration: none; }

/* ── Post article pages ── */
.post-header {
  background: var(--pine);
  padding: 4rem 0 3rem;
}
.post-header .label { color: var(--stone-lt); }
.post-header h1 { color: var(--cloud); max-width: 680px; }
.post-header .post-meta {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(247,245,240,.45);
  margin-top: .75rem;
}
.post-header .back-link {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(247,245,240,.45);
  text-decoration: none;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.post-header .back-link:hover { color: var(--stone); text-decoration: none; }

.post-body {
  max-width: 680px;
  padding: 3.5rem 0 4rem;
}

.post-body h2 { margin-top: 2.5rem; margin-bottom: .75rem; }
.post-body h3 { margin-top: 1.75rem; margin-bottom: .5rem; }
.post-body ul, .post-body ol { margin: 0 0 1.1rem 1.5rem; }
.post-body li { margin-bottom: .4rem; }

.post-body blockquote {
  border-left: 3px solid var(--stone);
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: var(--stone-pale);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--ink-mid);
}

/* ── Consulting / About pages ── */
.page-header {
  background: var(--pine);
  padding: 4.5rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.page-header--photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header--photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10,22,14,.88) 0%,
    rgba(15,31,20,.72) 55%,
    rgba(15,31,20,.45) 100%
  );
  z-index: 1;
}

.page-header .container { position: relative; z-index: 2; }
.page-header .label { color: var(--stone-lt); }
.page-header h1 { color: var(--cloud); }
.page-header .sub { color: rgba(247,245,240,.65); max-width: 540px; font-size: 1rem; line-height: 1.65; margin-top: .75rem; }

/* ── Pill / topic tags ── */
.topic-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }

.topic-pill {
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: var(--stone-pale);
  color: var(--pine);
  padding: .35rem .9rem;
  border-radius: 100px;
  text-decoration: none;
  transition: background .15s, color .15s;
  border: 1px solid var(--stone-lt);
}
.topic-pill:hover { background: var(--stone); color: var(--pine-deep); text-decoration: none; }

/* ── Tool cards ── */
.tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
}

.tool-card {
  background: var(--card-bg);
  border: 1px solid var(--card-rule);
  border-left: 3px solid var(--stone);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-sm);
}

.tool-card h3 { font-size: .95rem; margin-bottom: .3rem; }
.tool-card p { font-size: .82rem; color: var(--mid); margin-bottom: .75rem; }
.tool-card .status { font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--light); }
.tool-card .status.available { color: #3A7A5A; }

/* ── Forms ── */
input, textarea, select {
  width: 100%;
  padding: .7rem 1rem;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: var(--card-bg);
  color: var(--ink);
  font-family: inherit;
  font-size: .92rem;
  transition: border-color .15s;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--pine-lt);
  box-shadow: 0 0 0 3px rgba(61,122,94,.12);
}
textarea { resize: vertical; min-height: 120px; }

label.form-label {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--mid);
  margin-bottom: .4rem;
}

.form-group { margin-bottom: 1.25rem; }

/* ── Responsive ── */
@media (max-width: 700px) {
  .services-grid { grid-template-columns: 1fr; }
  .hero-inner { padding-bottom: 7rem; }
  .hero-post-card { flex-direction: column; gap: .75rem; }
  .hero-post-divider { display: none; }
  .ff-inner { flex-direction: column; gap: 1.5rem; }
  .site-nav { gap: .75rem; }
  .site-nav a { font-size: .65rem; }
  .post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .site-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
