﻿/* Big Oak Bookkeeping — professional advisory look */
:root {
  --forest: #1a2f24;
  --forest-soft: #2f4a3a;
  --bronze: #9a7a45;
  --bronze-soft: #c4a574;
  --cream: #fefff9;
  --mist: #f4f6f1;
  --white: #ffffff;
  --ink: #111513;
  --muted: #3f4a43;
  --line: rgba(26, 47, 36, 0.12);
  --shadow: 0 14px 36px rgba(26, 47, 36, 0.09);
  --shadow-sm: 0 4px 16px rgba(26, 47, 36, 0.06);
  --header-h: 4.5rem;
  --radius: 14px;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --intro-card: 18.15rem;
  --intro-stagger: 1.85rem;
  --intro-peek: 16.4rem;
  --intro-cream: 7.35rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 0.75rem);
}

body {
  font-family: var(--font-body);
  font-size: 1.04rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a, a:link, a:visited, a:hover, a:active, a:focus {
  color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent;
}

button, input, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
ul, ol { list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 1rem; top: -100%; z-index: 200;
  padding: 0.75rem 1rem; background: var(--forest); color: var(--white); border-radius: 999px;
}
.skip-link:focus { top: 1rem; }

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 200;
  background: linear-gradient(90deg, var(--bronze), var(--forest-soft));
  pointer-events: none;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.wrap.narrow { max-width: 720px; }

.section { padding: clamp(4rem, 8vw, 5.75rem) 0; }
.section-alt { background: var(--mist); }

.section-head { margin-bottom: 2rem; }
.section-head.center { text-align: center; }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.65rem;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 3.6vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--forest);
  line-height: 1.18;
}

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 140;
  height: var(--header-h);
  background-color: rgba(250, 251, 245, 0.92);
  background-image: url("images/nav-cream-tile.png");
  background-repeat: repeat;
  background-size: 96px 96px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  overflow: visible;
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background-color 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.site-header.on-hero:not(.is-scrolled):not(.is-open-nav) {
  background-color: transparent;
  background-image: none;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(26, 47, 36, 0.07);
}
.site-header.on-hero:not(.is-scrolled):not(.is-open-nav) .brand-logo {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.22));
}
.header-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 1.5rem;
  height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: flex; align-items: center; overflow: visible; height: 100%; }
.brand-logo {
  height: 4.15rem;
  width: auto;
  max-width: min(340px, 64vw);
  object-fit: contain;
  object-position: center;
  display: block;
  transform: translateY(0.55rem);
}

.nav { display: none; align-items: center; gap: 1.6rem; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.04em; }
.nav a { color: var(--forest-soft); transition: color 0.2s; }
.nav a:hover { color: var(--forest); }
.nav-cta {
  padding: 0.52rem 1.15rem !important;
  background: var(--forest) !important; color: var(--white) !important;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.nav-cta:hover { background: var(--forest-soft) !important; }

.nav-toggle {
  width: 2.6rem; height: 2.6rem; border: none; background: transparent;
  cursor: pointer; position: relative; color: var(--forest);
}
.nav-toggle span:not(.sr-only) {
  position: absolute; left: 50%; top: 50%; width: 1.25rem; height: 2px;
  margin-left: -0.625rem; background: currentColor; border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.2s;
}
.nav-toggle span:nth-child(2) { transform: translateY(-6px); }
.nav-toggle span:nth-child(3) { transform: translateY(0); }
.nav-toggle span:nth-child(4) { transform: translateY(6px); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; z-index: 120;
  background-color: #fafbf5;
  background-image: url("images/nav-cream-tile.png");
  background-repeat: repeat;
  background-size: 96px 96px;
  display: flex; flex-direction: column;
  padding: calc(var(--header-h) + 1.75rem) 1.5rem 2rem;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.3s, transform 0.4s var(--ease), visibility 0.3s;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.mobile-nav a {
  font-size: 1.45rem; font-weight: 700; padding: 0.85rem 0;
  border-bottom: 1px solid var(--line); color: var(--forest) !important;
}
.mobile-nav a:last-child { border: none; color: var(--bronze) !important; }

@media (min-width: 860px) {
  .nav { display: flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.4rem; font-size: 0.94rem; font-weight: 700;
  border-radius: 999px; border: 1.5px solid transparent;
  letter-spacing: 0.02em;
  transition: transform 0.3s var(--ease), background 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary, .btn-primary:visited {
  background: var(--bronze); color: var(--forest) !important;
  box-shadow: 0 8px 20px rgba(154, 122, 69, 0.24);
}
.btn-primary:hover { background: var(--bronze-soft); }
.btn-ghost, .btn-ghost:visited {
  background: transparent; color: var(--white) !important;
  border-color: rgba(255,255,255,0.55);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); }
.btn-roomy { margin-top: 1.35rem; width: fit-content; }
.btn-hero-solid,
.btn-hero-solid:visited {
  background: var(--bronze);
  color: var(--forest) !important;
  border-radius: 999px;
  padding: 0.9rem 1.55rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
.btn-hero-solid:hover { background: var(--bronze-soft); }
.btn-hero-ghost,
.btn-hero-ghost:visited {
  background: rgba(254, 255, 249, 0.12);
  color: var(--white) !important;
  border-color: rgba(254, 255, 249, 0.55);
  border-radius: 999px;
  padding: 0.9rem 1.55rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.btn-hero-ghost:hover { background: rgba(254, 255, 249, 0.22); }

/* Hero — cinematic full-bleed composition */
.hero {
  position: relative;
  height: 100svh;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  padding: calc(var(--header-h) + 0.25rem) 1.25rem calc(var(--intro-peek) + 0.4rem);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}
.hero-media img {
  object-fit: cover;
  object-position: center 78%;
  display: block;
  transform: scale(1.12);
  filter: brightness(1.08) saturate(1.55) contrast(1.06);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 34% at 50% 50%, rgba(8, 16, 12, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, rgba(10, 18, 14, 0.02) 0%, transparent 20%, rgba(10, 18, 14, 0.04) 74%, rgba(10, 18, 14, 0.32) 100%);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
  opacity: 0.16;
  mix-blend-mode: soft-light;
}
.hero-glow-a {
  width: min(46vw, 30rem);
  height: min(46vw, 30rem);
  left: 6%;
  top: 8%;
  background: radial-gradient(circle, rgba(212, 181, 106, 0.55), transparent 68%);
}
.hero-glow-b {
  width: min(50vw, 34rem);
  height: min(50vw, 34rem);
  right: 2%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(47, 74, 58, 0.5), transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex: 1 1 auto;
  min-height: 0;
  gap: 0.35rem;
  width: min(1080px, 100%);
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}
.hero.is-ready .hero-content {
  opacity: 1;
  transform: none;
}

.hero-mark {
  position: relative;
  left: auto;
  top: auto;
  width: min(108px, 18vw);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  transform: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45)) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
  box-shadow:
    0 0 0 3px rgba(254, 255, 249, 0.18),
    0 0 0 1px rgba(196, 165, 116, 0.45);
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.hero-mark:hover,
.hero-mark:focus-visible {
  outline: none;
  transform: scale(1.04);
  box-shadow:
    0 0 0 3px rgba(212, 181, 106, 0.45),
    0 14px 32px rgba(0, 0, 0, 0.35);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.hero-title,
.hero-tagline,
.hero-founder {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  margin: 0;
  text-align: center;
  color: #ffffff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.98),
    0 3px 8px rgba(0, 0, 0, 0.74),
    0 10px 22px rgba(0, 0, 0, 0.52);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
  pointer-events: none;
  opacity: 1;
  white-space: normal;
}

.hero-title {
  max-width: none;
  width: max-content;
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 5.55vw, 4.65rem);
  font-weight: 700;
  letter-spacing: -0.034em;
  line-height: 0.96;
  white-space: nowrap;
  text-wrap: nowrap;
}

.hero-divider {
  display: block;
  width: 3.5rem;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--bronze-soft), #e8d5a8, var(--bronze-soft), transparent);
  box-shadow: 0 0 12px rgba(196, 165, 116, 0.45);
}

.hero-tagline {
  max-width: none;
  width: max-content;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 3.55vw, 2.85rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.024em;
  line-height: 1.06;
  color: #fefff9;
  white-space: nowrap;
  text-wrap: nowrap;
}

.hero-founder {
  margin-top: 0.28rem;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 2.45vw, 1.95rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(254, 255, 249, 0.94);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.15rem;
  pointer-events: auto;
}

.hero-scroll {
  display: none;
}

.hero-rule {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-mark,
  .hero-rule {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero-media img {
    transform: none;
  }
}

/* Company intro — overlapping benefit cards */
.section.intro-sec,
.intro-sec {
  position: relative;
  z-index: 6;
  margin-top: calc(var(--intro-peek) * -1);
  padding: 0 0 clamp(3.5rem, 6.5vw, 5.25rem);
  border-bottom: 1px solid rgba(26, 47, 36, 0.08);
  height: auto;
  min-height: 0;
  max-height: none;
  display: block;
  color: var(--ink);
  overflow: visible;
  background: linear-gradient(
    180deg,
    transparent 0 var(--intro-cream),
    #f6ead8 var(--intro-cream),
    #f3e2cc 100%
  );
}
.intro-sec::before {
  display: none;
}
.intro-wrap {
  position: relative;
  z-index: 1;
  max-width: min(1240px, 100%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  padding: 0 clamp(1rem, 2.4vw, 1.75rem);
}
.intro-points {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: end;
}
.intro-points li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem;
  min-height: var(--intro-card);
  height: auto;
  padding: 1.45rem 1.35rem 1.35rem;
  border-radius: 24px 24px 18px 18px;
  background-color: #fffaf2;
  background-image: linear-gradient(180deg, #fffefb 0%, #fff8ef 100%);
  border: 1px solid rgba(154, 122, 69, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 40px rgba(26, 47, 36, 0.14),
    0 40px 70px rgba(26, 47, 36, 0.1);
  overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.intro-points li::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 0;
  height: 3px;
  width: auto;
  bottom: auto;
  background: linear-gradient(90deg, transparent, var(--bronze-soft), #e8d5a8, var(--bronze-soft), transparent);
  opacity: 1;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 16px rgba(196, 165, 116, 0.55);
}
.intro-points li::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 80% at 50% -10%, rgba(232, 213, 168, 0.22), transparent 46%);
}
.intro-points li:hover {
  transform: translateY(-8px);
  border-color: rgba(154, 122, 69, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 48px rgba(26, 47, 36, 0.18),
    0 48px 80px rgba(26, 47, 36, 0.12);
}
.intro-points li.intro-featured {
  height: auto;
  min-height: calc(var(--intro-card) + var(--intro-stagger));
  padding-top: 1.85rem;
  z-index: 2;
  border-color: rgba(154, 122, 69, 0.42);
  background-color: #fffaf2;
  background-image: linear-gradient(180deg, #fffefb 0%, #fff8ef 100%);
  transform: none;
}
.intro-index {
  position: absolute;
  top: 0.95rem;
  right: 1.05rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  color: rgba(154, 122, 69, 0.38);
  pointer-events: none;
  user-select: none;
  text-transform: none;
}
.intro-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  margin: 0.15rem auto 0.1rem;
  color: var(--forest);
  background:
    radial-gradient(circle at 35% 30%, #fffdf6, #ead9b3 72%);
  box-shadow:
    inset 0 0 0 1px rgba(154, 122, 69, 0.4),
    0 8px 18px rgba(154, 122, 69, 0.18);
}
.intro-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}
.intro-points p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: none;
  width: 100%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  text-align: center;
}
.intro-points strong {
  display: block;
  width: 100%;
  font-family: var(--font-display);
  font-size: clamp(1.62rem, 2.45vw, 2.15rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.025em;
  color: #111;
  line-height: 1.16;
  text-wrap: wrap;
  text-align: center;
}

/* Cards (shared hover) */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.split-sec {
  background: linear-gradient(180deg, #f3e2cc 0%, var(--mist) 32%);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
.split-wrap,
#company .wrap,
#about .wrap,
#contact .wrap {
  max-width: min(1240px, 100%);
  padding-left: clamp(0.45rem, 1.1vw, 0.7rem);
  padding-right: clamp(0.45rem, 1.1vw, 0.7rem);
}
#about {
  background: var(--white);
}
#contact {
  background: var(--white);
}

.split-stage {
  display: grid;
  gap: clamp(2rem, 4vw, 2.75rem);
  align-items: start;
}
.split-rail {
  display: none;
  width: 1px;
  align-self: stretch;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(154, 122, 69, 0.55) 12%,
    rgba(154, 122, 69, 0.55) 88%,
    transparent
  );
}
.split-head {
  margin-bottom: 1.35rem;
}
.split-head h2 {
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  margin: 0.2rem 0 0.45rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.split-lede {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 34ch;
}
.offer-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  margin: 0;
}

/* Path column — interactive steps */
.path-board {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  position: relative;
}
.path-board::before {
  content: "";
  position: absolute;
  left: calc(0.85rem + 1.35rem);
  top: 1.4rem;
  bottom: 1.4rem;
  width: 1px;
  background: rgba(26, 47, 36, 0.12);
  z-index: 0;
}
.path-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  gap: 0.85rem;
  align-items: start;
  width: 100%;
  text-align: left;
  background: var(--white);
  border: 1px solid rgba(26, 47, 36, 0.1);
  border-radius: 10px;
  padding: 0.85rem 0.9rem;
  box-shadow: var(--shadow-sm);
  cursor: default;
  transform-origin: center left;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.path-step:hover {
  transform: scale(1.035);
  box-shadow: 0 12px 28px rgba(26, 47, 36, 0.12);
  z-index: 2;
}
.path-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--white);
  background: var(--forest);
  border: 1px solid var(--forest);
}
.path-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  padding-top: 0.35rem;
}
.path-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.path-copy {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.path-copy > span {
  display: block;
}

/* Services column */
.svc-core {
  background: var(--forest);
  color: var(--cream);
  border-radius: 12px;
  padding: 1.25rem 1.3rem;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.svc-core::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: rgba(154, 122, 69, 0.22);
  pointer-events: none;
}
.svc-core:hover {
  transform: scale(1.035);
  box-shadow: 0 16px 32px rgba(26, 47, 36, 0.18);
}
.service-tag {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze-soft);
  margin-bottom: 0.45rem;
}
.svc-core p:last-child {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(254, 255, 249, 0.88);
  position: relative;
  z-index: 1;
}
.svc-addons-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.65rem;
}
.svc-addons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.svc-addon {
  background: var(--white);
  border: 1px solid rgba(26, 47, 36, 0.1);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  transform-origin: center left;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.svc-addon:hover {
  transform: scale(1.035);
  border-color: rgba(154, 122, 69, 0.4);
  box-shadow: 0 10px 24px rgba(26, 47, 36, 0.1);
}

@media (min-width: 960px) {
  .split-stage {
    grid-template-columns: 1fr auto 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
  .split-rail {
    display: block;
  }
  .path-board::before {
    left: calc(1rem + 1.35rem);
  }
  .path-step {
    padding: 1rem 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-core,
  .svc-addon,
  .path-step,
  .intro-points li {
    transition: none !important;
  }
  .svc-core:hover,
  .svc-addon:hover,
  .path-step:hover,
  .intro-points li:hover,
  .intro-featured:hover {
    transform: none !important;
  }
}

/* About */
.about-grid {
  display: grid;
  gap: 2.25rem;
  align-items: center;
  width: 100%;
}
@media (min-width: 860px) {
  .about-grid {
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.35fr);
    gap: clamp(2rem, 4vw, 3.25rem);
  }
}
.about-photo {
  border-radius: 20px; overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow:
    0 0 0 1px rgba(154, 122, 69, 0.22),
    0 22px 44px rgba(26, 47, 36, 0.12);
  background: var(--mist);
  width: 100%;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-copy {
  min-width: 0;
  width: 100%;
}
.about-copy h2 { margin-bottom: 1.15rem; }
.about-body p {
  color: var(--muted);
  max-width: none;
}
.about-body p + p { margin-top: 1rem; }
.about-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0 1.35rem;
}
.about-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--forest) !important;
  border: 1px solid var(--line);
  background: var(--mist);
  transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
}
.about-social:hover {
  color: var(--white) !important;
  background: var(--forest);
  border-color: var(--forest);
  transform: translateY(-1px);
}

/* FAQ */
#faq.section {
  padding: clamp(2.75rem, 5vw, 3.75rem) 0;
  background: var(--mist);
}
#faq .wrap.narrow {
  max-width: var(--max);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#faq .section-head {
  margin-bottom: 1.15rem;
  text-align: left;
  max-width: none;
}
#faq .section-head.center {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}
@media (min-width: 800px) {
  .faq-list { grid-template-columns: 1fr 1fr; gap: 0.65rem; }
}
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  box-shadow: none;
}
.faq-list summary {
  font-weight: 700; font-size: 0.98rem; color: var(--forest);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; gap: 0.75rem; align-items: center;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; color: var(--bronze); font-size: 1.15rem; font-weight: 600; line-height: 1;
  flex-shrink: 0;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin-top: 0.5rem; color: var(--muted); font-size: 0.92rem; line-height: 1.55; }

/* Contact */
.contact-grid {
  display: grid; gap: 2rem;
}
@media (min-width: 800px) {
  .contact-grid { grid-template-columns: 0.9fr 1.15fr; gap: 3rem; align-items: start; }
}
.contact-list { margin-top: 1.5rem; border-top: 1px solid var(--line); }
.contact-list li { border-bottom: 1px solid var(--line); }
.contact-list a, .contact-list div {
  display: flex; flex-direction: column; gap: 0.15rem; padding: 1rem 0;
}
.contact-list .label {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--bronze);
}
.contact-list .value { font-size: 1.05rem; font-weight: 700; color: var(--forest); }
.contact-list a:hover .value { color: var(--forest-soft); }

.inquire {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.75rem;
}
.inquire h3 { margin-bottom: 1rem; }
.form-row { display: grid; gap: 0.8rem; margin-bottom: 0.8rem; }
@media (min-width: 500px) { .form-row.two { grid-template-columns: 1fr 1fr; } }
.form-field label {
  display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem;
}
.form-field input, .form-field textarea {
  width: 100%; padding: 0.85rem 1rem;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 12px; color: var(--ink); outline: none;
}
.form-field input:focus, .form-field textarea:focus {
  border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(176, 138, 74, 0.16);
}
.form-field textarea { min-height: 7rem; resize: vertical; }
.form-note { margin-top: 0.75rem; font-size: 0.85rem; color: var(--muted); }

/* Footer */
.site-footer {
  background: #122018;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  padding: 0;
  border: none;
}

.footer-panel {
  position: relative;
  z-index: 2;
  background: #122018;
  padding: 2.25rem 0 2rem;
}
.footer-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.footer-phone {
  display: inline-flex !important;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
}
.footer-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem 1.75rem;
  align-items: start;
}
@media (min-width: 720px) {
  .footer-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.footer-cols h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.45rem;
}
.footer-cols p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}
.footer-cols a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s;
}
.footer-cols a:hover { color: var(--bronze-soft); }

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82) !important;
}
.footer-social span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--bronze-soft);
}
.footer-social:hover { color: var(--bronze-soft) !important; }

.footer-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-start;
}
@media (min-width: 720px) {
  .footer-actions { padding-top: 0.15rem; }
}
.btn-footer-ghost,
.btn-footer-ghost:visited {
  background: transparent;
  color: var(--white) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
}
.btn-footer-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--white);
  transform: translateY(-2px);
}

.footer-legal {
  background: #0d1611;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.95rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.footer-legal-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.65rem;
}
.footer-credit { color: rgba(255, 255, 255, 0.45); }
.footer-credit:hover { color: var(--bronze-soft); }

@media (max-width: 719px) {
  .footer-actions { flex-direction: row; }
}

/* Motion */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.is-in { opacity: 1; transform: none; }
.d1 { --d: 0.08s; } .d2 { --d: 0.16s; } .d3 { --d: 0.24s; } .d4 { --d: 0.32s; }
.intro-points li.reveal.is-in:hover {
  transform: translateY(-8px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero-scroll .line::after, .btn, .card {
    animation: none !important; transition: none !important;
    opacity: 1 !important; transform: none !important;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 4rem;
    --intro-card: 15.75rem;
    --intro-stagger: 0rem;
    --intro-peek: 14.25rem;
    --intro-cream: 6rem;
  }
  body {
    font-size: 0.95rem;
  }
  h2 {
    font-size: clamp(1.7rem, 7vw, 2.05rem);
  }
  .brand-logo { height: 3.35rem; max-width: min(260px, 62vw); transform: translateY(0.4rem); }
  .hero {
    padding: calc(var(--header-h) + 0.2rem) 1rem calc(var(--intro-peek) + 0.45rem);
    height: 100svh;
    min-height: 32rem;
    max-height: none;
  }
  .hero-content {
    gap: 0.25rem;
    justify-content: space-evenly;
  }
  .hero-copy {
    gap: 0.32rem;
  }
  .hero-glow {
    opacity: 0.18;
    filter: blur(32px);
  }
  .hero-media img {
    object-position: center 78%;
  }
  .hero-mark {
    width: min(78px, 20vw);
  }
  .hero-title {
    font-size: clamp(1.32rem, 6.2vw, 2.15rem);
    max-width: none;
    width: max-content;
    letter-spacing: -0.028em;
    white-space: nowrap;
  }
  .hero-divider {
    width: 2.5rem;
  }
  .hero-tagline {
    font-size: clamp(0.82rem, 4.15vw, 1.35rem);
    max-width: none;
    width: max-content;
    white-space: nowrap;
    text-wrap: nowrap;
  }
  .hero-founder {
    font-size: clamp(1.18rem, 4.8vw, 1.45rem);
    letter-spacing: 0.02em;
  }
  .hero-actions {
    width: min(20rem, 100%);
    flex-direction: column;
    align-items: stretch;
    margin-inline: auto;
  }
  .hero-actions .btn {
    flex: none;
    width: 100%;
    padding: 0.8rem 1.1rem;
    font-size: 0.9rem;
  }
  .hero-rule {
    height: 3px;
  }
  .section.intro-sec,
  .intro-sec {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    margin-top: calc(var(--intro-peek) * -1);
    padding: 0 0 2.75rem;
    background: linear-gradient(
      180deg,
      transparent 0 var(--intro-cream),
      #f6ead8 var(--intro-cream),
      #f3e2cc 100%
    );
  }
  .intro-wrap {
    height: auto;
    padding: 0 1rem 0;
    max-width: 100%;
  }
  .intro-points {
    height: auto;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    align-items: stretch;
  }
  .intro-points li,
  .intro-featured {
    min-height: 0;
    height: auto;
    gap: 0.5rem;
    padding: 1.05rem 1.15rem 1.1rem;
    border-radius: 18px;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .intro-points li::before {
    left: 1.1rem;
    right: 1.1rem;
    width: auto;
    height: 3px;
    top: 0;
    bottom: auto;
    background: linear-gradient(90deg, var(--bronze-soft), #e0c57a, var(--bronze-soft));
  }
  .intro-index {
    top: 0.85rem;
    right: 1rem;
    font-size: 1.65rem;
  }
  .intro-icon {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0.05rem auto 0.05rem;
    flex-shrink: 0;
  }
  .intro-icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .intro-points p {
    align-items: center;
    text-align: center;
    max-width: none;
    width: 100%;
    gap: 0.15rem;
    padding-right: 0;
  }
  .intro-points strong {
    font-size: 1.55rem;
  }

  .section {
    padding: clamp(2.75rem, 8vw, 3.75rem) 0;
  }
  .split-sec {
    padding: clamp(2.5rem, 7vw, 3.5rem) 0;
  }
  .split-head {
    margin-bottom: 1rem;
  }
  .split-head h2 {
    font-size: clamp(1.3rem, 5vw, 1.5rem);
  }
  .split-lede {
    font-size: 0.88rem;
  }
  .path-title {
    font-size: 0.92rem;
  }
  .path-copy {
    font-size: 0.82rem;
  }
  .path-step {
    padding: 0.75rem 0.8rem;
  }
  .svc-addon {
    font-size: 0.9rem;
    padding: 0.75rem 0.9rem;
  }
  .svc-core p:last-child {
    font-size: 0.88rem;
  }
  .about-copy h2 {
    font-size: clamp(1.3rem, 5vw, 1.5rem);
  }
  .about-body p {
    font-size: 0.92rem;
  }
  .faq-list summary {
    font-size: 0.9rem;
  }
  .faq-list details p {
    font-size: 0.85rem;
  }
  .contact-list .value {
    font-size: 0.95rem;
  }
  #contact h2 {
    font-size: clamp(1.3rem, 5vw, 1.5rem);
  }
  .split-wrap,
  #about .wrap,
  #contact .wrap,
  #faq .wrap.narrow,
  .header-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    flex: none;
    width: 100%;
    min-width: 0;
  }
}
