:root {
  --navy-950: #031b34;
  --navy-900: #05294f;
  --navy-800: #073b7a;
  --blue-700: #0b57a1;
  --blue-600: #1474c4;
  --blue-100: #eaf4fd;
  --blue-50: #f4f9fd;
  --gold: #c6a15b;
  --ink: #172334;
  --muted: #5e6b79;
  --line: #dce5ed;
  --white: #fff;
  --shadow: 0 12px 30px rgba(3, 27, 52, .08);
  --font-sans: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-sans); line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.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: fixed; left: 12px; top: -80px; z-index: 9999; background: var(--white); color: var(--navy-900); padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 80px; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.is-scrolled { height: 72px; background: rgba(255,255,255,.96); box-shadow: 0 4px 22px rgba(3,27,52,.08); backdrop-filter: blur(12px); }
.header-inner { max-width: 1280px; height: 100%; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--white); }
.is-scrolled .brand { color: var(--navy-900); }
.brand-mark { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark circle { fill: currentColor; stroke: none; }
.brand-mark .mark-accent { stroke: var(--gold); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: Arial, sans-serif; font-size: 19px; letter-spacing: .14em; }
.brand-text small { margin-top: 7px; font-size: 10px; letter-spacing: .16em; }
.global-nav { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.94); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.is-scrolled .global-nav { color: var(--navy-900); }
.global-nav > a:not(.nav-contact) { position: relative; padding: 10px 0; }
.global-nav > a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .2s; }
.global-nav > a:hover::after { right: 0; }
.nav-contact { padding: 11px 21px; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; }
.is-scrolled .nav-contact { color: var(--white); background: var(--navy-800); border-color: var(--navy-800); }
.menu-button { display: none; }

.hero { position: relative; min-height: 620px; height: 78vh; max-height: 760px; color: var(--white); overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 56%; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,27,52,.82) 0%, rgba(3,27,52,.54) 42%, rgba(3,27,52,.08) 78%); }
.hero-inner { position: relative; z-index: 1; width: min(1120px, calc(100% - 64px)); height: 100%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; padding-top: 45px; }
.eyebrow { margin: 0 0 16px; color: var(--blue-700); font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.hero-location { margin: 0 0 17px; padding-left: 12px; border-left: 3px solid #d1ad68; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.hero h1 { max-width: 680px; margin: 0; font-family: var(--font-sans); font-size: clamp(38px, 4.2vw, 58px); font-weight: 700; line-height: 1.42; letter-spacing: .015em; text-shadow: 0 2px 14px rgba(0,0,0,.18); }
.hero-copy { margin: 24px 0 30px; color: rgba(255,255,255,.9); font-size: 15px; letter-spacing: .01em; }
.hero-caption { position: absolute; right: 24px; bottom: 18px; z-index: 2; margin: 0; color: rgba(255,255,255,.88); font-size: 11px; text-shadow: 0 1px 6px rgba(0,0,0,.35); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 38px; min-width: 228px; width: fit-content; padding: 15px 24px; border: 0; border-radius: 2px; font-weight: 700; letter-spacing: .06em; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--white); box-shadow: 0 8px 18px rgba(0,0,0,.12); }

.section { padding: 96px 0; }
.section-inner { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section h2 { margin: 0; color: var(--navy-950); font-family: var(--font-sans); font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; line-height: 1.5; letter-spacing: .02em; }
.statement { background: var(--white); }
.statement-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; }
.statement-copy .lead { margin-top: 0; color: var(--navy-900); font-size: 20px; font-weight: 600; line-height: 1.9; }
.statement-copy > p:not(.lead) { color: var(--muted); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.principles div { min-height: 110px; padding: 20px 0 4px 18px; border-left: 3px solid var(--blue-700); background: transparent; }
.principles span, .strength-grid span { display: none; }
.principles strong { display: block; margin: 0 0 8px; color: var(--navy-900); font-size: 19px; }
.principles small { color: var(--muted); font-size: 11px; line-height: 1.6; }

.business { background: #f5f7f9; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.section-heading > p { max-width: 500px; margin: 0 0 3px; color: var(--muted); }
.business-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.business-card { position: relative; min-height: 360px; padding: 34px 36px; background: var(--white); border: 1px solid #d9e1e8; border-top: 4px solid #aebfce; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.business-card:hover { border-top-color: var(--blue-700); box-shadow: var(--shadow); }
.business-card-featured { color: var(--ink); background: var(--white); border-color: #d9e1e8; border-top-color: var(--navy-800); }
.business-card-featured h3 { color: var(--navy-900); }
.business-card-featured p, .business-card-featured li { color: var(--muted); }
.business-card-muted { background: #f7f9fb; }
.card-number, .card-icon { display: none; }
.card-status { display: inline-block; margin-bottom: 13px; padding: 3px 10px; color: #7b5b1e; background: #f8edda; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.status-active { color: #075c46; background: #e2f4ee; }
.status-prep { color: #48596a; background: #e7edf2; }
.business-card h3 { margin: 0 0 16px; color: var(--navy-900); font-family: var(--font-sans); font-size: 23px; }
.business-card p { margin: 0; color: var(--muted); font-size: 14px; }
.business-card ul { margin: 23px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(150,170,188,.3); list-style: none; }
.business-card li { position: relative; padding-left: 16px; color: #536272; font-size: 12px; }
.business-card li::before { content: ""; position: absolute; left: 0; top: .82em; width: 5px; height: 1px; background: var(--gold); }

.strengths { background: var(--white); color: var(--ink); border-top: 1px solid var(--line); }
.strengths .eyebrow { color: var(--blue-700); }
.strengths h2 { color: var(--navy-950); }
.strength-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 44px; }
.strength-grid article { min-height: 220px; padding: 28px 8px 8px 0; border-top: 3px solid var(--navy-800); }
.strength-grid article + article { padding-left: 0; border-left: 0; }
.strength-grid h3 { margin: 0 0 16px; font-size: 20px; line-height: 1.6; }
.strength-grid p { color: var(--muted); font-size: 13px; }

.company { background: var(--white); }
.company-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.company-title { position: sticky; top: 110px; }
.company-title > p:last-child { max-width: 330px; margin-top: 27px; color: var(--muted); font-size: 13px; }
.company-table { margin: 0; border-top: 2px solid var(--navy-900); }
.company-table > div { display: grid; grid-template-columns: 145px 1fr; border-bottom: 1px solid var(--line); }
.company-table dt, .company-table dd { margin: 0; padding: 22px 8px; }
.company-table dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.company-table dd { color: var(--ink); font-size: 14px; }
.company-table a { color: var(--blue-700); text-decoration: underline; text-underline-offset: 3px; }

.contact { color: var(--white); background: var(--navy-900); }
.contact .eyebrow { color: #8bc2f2; }
.contact h2 { color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { color: rgba(255,255,255,.72); }
.phone-link { display: block; margin-top: 38px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.phone-link span { display: block; color: rgba(255,255,255,.6); font-size: 11px; }
.phone-link strong { display: block; margin-top: 5px; font: 400 34px/1.4 Georgia, serif; letter-spacing: .04em; }
.contact-note { color: rgba(255,255,255,.55); font-size: 11px; }
.contact-form { padding: 42px; color: var(--ink); background: var(--white); box-shadow: none; }
.form-row { margin-bottom: 21px; }
.form-row label { display: block; margin-bottom: 7px; color: var(--navy-900); font-size: 12px; font-weight: 700; }
.form-row label span { margin-left: 7px; padding: 2px 6px; color: #fff; background: var(--blue-700); font-size: 9px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #cbd8e3; border-radius: 0; background: #fbfcfd; padding: 11px 13px; outline: none; transition: border .2s, box-shadow .2s; }
.form-row textarea { resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(20,116,196,.11); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 25px 0; color: var(--muted); font-size: 12px; }
.privacy-check input { margin-top: 7px; accent-color: var(--blue-700); }
.privacy-check a { color: var(--blue-700); text-decoration: underline; }
.button-submit { width: 100%; color: var(--white); background: var(--blue-700); }
.form-status { min-height: 1.5em; margin: 12px 0 0; color: var(--blue-700); font-size: 12px; text-align: center; }

.privacy { padding: 50px 0; background: #f4f7f9; }
.privacy-inner { max-width: 920px; }
.privacy details { border-top: 1px solid #cbd6df; border-bottom: 1px solid #cbd6df; }
.privacy summary { display: flex; justify-content: space-between; padding: 21px 5px; color: var(--navy-900); font-weight: 700; cursor: pointer; list-style: none; }
.privacy summary::-webkit-details-marker { display: none; }
.privacy details[open] summary span:last-child { transform: rotate(45deg); }
.privacy-content { padding: 5px 5px 35px; color: var(--muted); font-size: 13px; }
.privacy-content h3 { margin: 24px 0 3px; color: var(--navy-900); font-size: 14px; }
.privacy-content p { margin: 0; }
.policy-date { margin-top: 26px !important; text-align: right; }

.site-footer { padding: 65px 0 0; color: rgba(255,255,255,.7); background: #021528; }
.footer-inner { width: min(1180px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 55px; align-items: start; }
.footer-brand { display: flex; gap: 12px; align-items: center; color: var(--white); }
.footer-brand div { display: flex; flex-direction: column; line-height: 1.3; }
.footer-brand strong { font-family: Georgia, serif; letter-spacing: .18em; }
.footer-brand small { font-size: 9px; letter-spacing: .1em; }
.footer-info p { margin: 0 0 5px; font-size: 11px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; font-size: 11px; }
.footer-nav a:hover { color: var(--white); }
.footer-bottom { width: min(1180px, calc(100% - 64px)); margin: 45px auto 0; padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
  .site-header, .site-header.is-scrolled { height: 68px; background: rgba(255,255,255,.97); box-shadow: 0 3px 20px rgba(3,27,52,.08); }
  .header-inner { padding: 0 20px; }
  .brand { color: var(--navy-900); }
  .brand-mark { width: 38px; height: 38px; }
  .brand-text strong { font-size: 17px; }
  .menu-button { display: flex; width: 42px; height: 42px; padding: 10px; border: 0; background: none; flex-direction: column; justify-content: center; gap: 5px; }
  .menu-button span:not(.sr-only) { width: 100%; height: 2px; background: var(--navy-900); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 68px 0 auto; display: none; padding: 25px 24px 30px; color: var(--navy-900); background: var(--white); box-shadow: 0 15px 30px rgba(3,27,52,.13); flex-direction: column; align-items: stretch; gap: 4px; }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 11px 0; }
  .global-nav .nav-contact { margin-top: 10px; color: var(--white); background: var(--navy-800); border-color: var(--navy-800); text-align: center; }
  .hero { min-height: 640px; height: 82vh; }
  .hero-image { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,24,48,.88), rgba(2,24,48,.42)); }
  .hero-inner { width: calc(100% - 40px); padding-top: 50px; }
  .section { padding: 82px 0; }
  .section-inner { width: calc(100% - 40px); }
  .statement-grid, .section-heading, .company-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .company-title { position: static; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-grid article, .strength-grid article + article { min-height: 0; padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .footer-inner { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { width: calc(100% - 40px); }
}

@media (max-width: 620px) {
  .desktop-only { display: none; }
  .hero { min-height: 610px; }
  .hero h1 { font-size: 32px; line-height: 1.55; }
  .hero-copy { font-size: 13px; }
  .button { min-width: 205px; }
  .section h2 { font-size: 33px; }
  .statement-copy .lead { font-size: 19px; }
  .principles, .business-grid { grid-template-columns: 1fr; }
  .principles div { min-height: 0; }
  .business-card { min-height: 0; padding: 32px 26px; }
  .card-number { font-size: 64px; }
  .company-table > div { grid-template-columns: 105px 1fr; }
  .company-table dt, .company-table dd { padding: 17px 5px; font-size: 12px; }
  .contact-form { padding: 26px 20px; }
  .phone-link strong { font-size: 28px; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Warm editorial redesign */
:root {
  --navy-950: #29362f;
  --navy-900: #355246;
  --navy-800: #426657;
  --blue-700: #8a5137;
  --blue-600: #a76742;
  --blue-100: #efe3d4;
  --blue-50: #f7f0e6;
  --gold: #b98954;
  --ink: #34352f;
  --muted: #6f6b61;
  --line: #d9cebd;
  --white: #fffdf8;
  --paper: #f8f3e9;
  --paper-deep: #eee4d4;
  --clay: #a76742;
  --forest: #355246;
  --shadow: 0 18px 45px rgba(72, 59, 43, .11);
  --font-sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(185,137,84,.05), transparent 24rem),
    var(--paper);
  font-feature-settings: "palt" 1;
  line-height: 2;
}

.line-group > span { display: block; }

.site-header { height: 86px; }
.site-header.is-scrolled {
  height: 74px;
  background: rgba(248,243,233,.95);
  box-shadow: 0 5px 24px rgba(52,53,47,.08);
  backdrop-filter: blur(10px);
}
.header-inner { max-width: 1200px; }
.brand { gap: 13px; }
.is-scrolled .brand { color: var(--forest); }
.brand-mark { width: 46px; height: 46px; stroke-width: 2.4; }
.brand-mark .mark-accent { stroke: #d9b57b; }
.brand-text strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; letter-spacing: .18em; }
.brand-text small { margin-top: 8px; font-size: 9px; letter-spacing: .18em; }
.global-nav { gap: 30px; font-size: 12px; font-weight: 500; letter-spacing: .08em; }
.global-nav > a:not(.nav-contact)::after { height: 2px; background: #d5aa6e; }
.nav-contact { padding: 10px 20px; border-radius: 999px; }
.is-scrolled .nav-contact { background: var(--forest); border-color: var(--forest); }

.hero { min-height: 650px; height: 83vh; max-height: 840px; border-bottom: 10px solid #eadfce; }
.hero-image {
  object-position: center 57%;
  filter: saturate(.72) sepia(.12) contrast(.94);
  transform: scale(1.015);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(37,48,42,.87) 0%, rgba(37,48,42,.65) 42%, rgba(59,48,37,.16) 82%),
    linear-gradient(0deg, rgba(55,42,31,.22), transparent 48%);
}
.hero-inner { width: min(1080px, calc(100% - 64px)); padding-top: 54px; }
.hero-location {
  margin-bottom: 20px;
  padding-left: 0;
  border: 0;
  color: #f0d9b8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
}
.hero-location::before { content: "— "; }
.hero h1 {
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .045em;
  text-shadow: 0 3px 20px rgba(0,0,0,.18);
}
.hero-copy { margin: 28px 0 34px; color: rgba(255,253,248,.87); font-size: 14px; line-height: 2.05; letter-spacing: .055em; }
.hero-caption { right: 30px; bottom: 24px; font-size: 10px; letter-spacing: .14em; }
.button {
  gap: 34px;
  min-width: 220px;
  padding: 14px 23px;
  border-radius: 999px 999px 999px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}
.button-primary { color: var(--forest); background: #fffaf0; box-shadow: 0 8px 20px rgba(0,0,0,.14); }

.section { padding: 112px 0; }
.section-inner { width: min(1120px, calc(100% - 64px)); }
.eyebrow { margin-bottom: 18px; color: var(--clay); font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.section h2 {
  color: var(--forest);
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .055em;
}

.statement { position: relative; background: #fffaf1; }
.statement::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 32px;
  width: 180px;
  height: 54px;
  border-bottom: 2px solid rgba(167,103,66,.18);
  border-radius: 50%;
  transform: rotate(-4deg);
}
.statement-grid { grid-template-columns: .76fr 1.24fr; gap: 116px; }
.statement-copy .lead { color: var(--forest); font-family: var(--font-serif); font-size: 22px; font-weight: 600; line-height: 2.05; }
.statement-copy > p:not(.lead) { margin-top: 28px; color: var(--muted); font-size: 14px; letter-spacing: .025em; }
.hand-note {
  display: inline-block;
  margin: 30px 0 0;
  padding: 2px 5px 3px;
  color: var(--clay);
  border-bottom: 1px dashed rgba(167,103,66,.65);
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: .14em;
  transform: rotate(-1.5deg);
}
.principles { gap: 28px; margin-top: 48px; }
.principles div { min-height: 124px; padding: 20px 10px 8px 22px; border-left: 2px solid #b98954; }
.principles div:nth-child(2) { transform: translateY(9px); }
.principles span { display: block; margin-bottom: 6px; color: #b98954; font: italic 12px Georgia, serif; }
.principles strong { color: var(--forest); font-family: var(--font-serif); font-size: 20px; font-weight: 600; }
.principles small { color: var(--muted); font-size: 11px; line-height: 1.8; }

.business { background: #eee4d4; }
.section-heading { grid-template-columns: .8fr 1.2fr; gap: 110px; margin-bottom: 72px; }
.section-heading > p { max-width: 470px; color: #71695e; font-size: 14px; line-height: 2.05; }
.business-grid { display: flex; flex-direction: column; gap: 58px; }
.business-card {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 440px;
  padding: 0;
  background: #fffaf1;
  border: 0;
  border-radius: 34px 8px 34px 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}
.business-card:nth-child(even) { grid-template-columns: .92fr 1.08fr; border-radius: 8px 34px 8px 34px; }
.business-card:nth-child(even) .business-photo { order: 2; }
.business-card:nth-child(even) .business-card-body { order: 1; }
.business-card:hover { border-color: transparent; box-shadow: 0 22px 55px rgba(72,59,43,.16); transform: translateY(-3px); }
.business-card-featured,
.business-card-muted { color: var(--ink); background: #fffaf1; border-color: transparent; }
.business-photo { min-width: 0; height: 100%; margin: 0; overflow: hidden; background: #d8cbb8; }
.business-photo img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; filter: saturate(.86) contrast(.96); transition: transform .7s ease; }
.business-card:hover .business-photo img { transform: scale(1.025); }
.business-card-body { align-self: center; padding: 46px 48px 44px; }
.business-kicker { margin: 0 0 16px !important; color: var(--clay) !important; font-family: var(--font-serif); font-size: 11px !important; letter-spacing: .16em; }
.business-card h3 { margin: 0 0 20px; color: var(--forest); font-family: var(--font-serif); font-size: clamp(25px, 2.6vw, 34px); font-weight: 600; line-height: 1.55; letter-spacing: .045em; }
.business-card p { color: var(--muted); font-size: 13px; line-height: 2; }
.business-card ul { margin: 25px 0 0; padding: 20px 0 0; border-top: 1px dashed #ccbda8; }
.business-card li { padding-left: 17px; color: #625e55; font-size: 11px; line-height: 1.85; }
.business-card li::before { top: .95em; width: 7px; background: var(--clay); }

.strengths { background: #fffaf1; border: 0; }
.strengths .eyebrow { color: var(--clay); }
.strengths h2 { color: var(--forest); }
.strength-grid { gap: 54px; margin-top: 64px; }
.strength-grid article {
  min-height: 260px;
  padding: 24px 10px 16px 0;
  border-top: 1px solid #bfae96;
}
.strength-grid article:nth-child(2) { margin-top: 30px; }
.strength-grid article:nth-child(3) { margin-top: 12px; }
.strength-grid > article > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: -45px 0 24px;
  color: #fffaf1;
  background: var(--clay);
  border-radius: 50% 48% 46% 52%;
  align-items: center;
  justify-content: center;
  font: italic 12px Georgia, serif;
  transform: rotate(-4deg);
}
.strength-grid h3 { margin: 0 0 18px; color: var(--forest); font-family: var(--font-serif); font-size: 21px; font-weight: 600; line-height: 1.7; }
.strength-grid p { color: var(--muted); font-size: 12px; line-height: 2; }

.company { background: #f1e9dc; }
.company-grid { grid-template-columns: .7fr 1.3fr; gap: 110px; }
.company-title > p:last-child { max-width: 310px; margin-top: 30px; color: var(--muted); font-size: 13px; line-height: 2.05; }
.company-table { padding: 8px 28px 18px; background: rgba(255,250,241,.72); border-top: 3px solid var(--forest); box-shadow: 10px 12px 0 rgba(167,103,66,.07); }
.company-table > div { border-color: #d8cdbd; }
.company-table dt { color: #7c7468; font-size: 11px; }
.company-table dd { color: var(--ink); font-size: 13px; }
.company-table a { color: var(--forest); }

.contact { color: #fffaf1; background: var(--forest); }
.contact .eyebrow { color: #e3bf8b; }
.contact h2 { color: #fffaf1; }
.contact-grid { grid-template-columns: .78fr 1.22fr; gap: 108px; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { color: rgba(255,250,241,.72); font-size: 13px; }
.phone-link { margin-top: 42px; border-color: rgba(255,250,241,.25); }
.phone-link span { color: rgba(255,250,241,.62); }
.phone-link strong { color: #fffaf1; font-family: Georgia, serif; }
.contact-form { padding: 44px; color: var(--ink); background: #fffaf1; border-radius: 28px 8px 28px 8px; box-shadow: 11px 12px 0 rgba(28,43,36,.28); }
.form-row label { color: var(--forest); }
.form-row label span { color: #fffaf1; background: var(--clay); border-radius: 999px; }
.form-row input,
.form-row select,
.form-row textarea { border: 0; border-bottom: 1px solid #c9bca9; background: rgba(255,255,255,.5); }
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus { border-color: var(--clay); box-shadow: 0 2px 0 rgba(167,103,66,.2); }
.privacy-check input { accent-color: var(--forest); }
.privacy-check a { color: var(--forest); }
.button-submit { color: #fffaf1; background: var(--clay); }
.form-status { color: var(--forest); }

.privacy { background: #e9dfcf; }
.privacy details { border-color: #cfc1ad; }
.privacy summary { color: var(--forest); }
.privacy-content { color: var(--muted); }
.privacy-content h3 { color: var(--forest); }
.site-footer { color: rgba(255,250,241,.68); background: #27382f; }

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled { background: rgba(248,243,233,.97); box-shadow: 0 3px 18px rgba(52,53,47,.08); }
  .brand { color: var(--forest); }
  .global-nav { color: var(--forest); background: #f8f3e9; box-shadow: 0 15px 30px rgba(52,53,47,.12); }
  .global-nav .nav-contact { background: var(--forest); border-color: var(--forest); }
  .menu-button span:not(.sr-only) { background: var(--forest); }
  .hero { min-height: 650px; height: 82vh; }
  .hero-overlay { background: linear-gradient(90deg, rgba(37,48,42,.88), rgba(37,48,42,.42)); }
  .hero-inner { width: calc(100% - 40px); }
  .section { padding: 88px 0; }
  .section-inner { width: calc(100% - 40px); }
  .statement-grid,
  .section-heading,
  .company-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .company-title { position: static; }
  .business-card,
  .business-card:nth-child(even) { grid-template-columns: 1fr; border-radius: 25px 7px 25px 7px; }
  .business-card:nth-child(even) .business-photo,
  .business-card:nth-child(even) .business-card-body { order: initial; }
  .business-photo,
  .business-photo img { min-height: 0; height: 320px; }
  .strength-grid { grid-template-columns: 1fr; gap: 42px; }
  .strength-grid article,
  .strength-grid article + article,
  .strength-grid article:nth-child(2),
  .strength-grid article:nth-child(3) { min-height: 0; margin-top: 0; padding: 25px 0 28px; border-left: 0; border-bottom: 1px solid var(--line); }
  .strength-grid > article > span { margin-top: -46px; }
}

@media (max-width: 620px) {
  .hero { min-height: 620px; }
  .hero h1 { font-size: 38px; line-height: 1.6; }
  .hero-copy { font-size: 12px; }
  .section h2 { font-size: 34px; }
  .statement-copy .lead { font-size: 19px; }
  .principles { grid-template-columns: 1fr; gap: 10px; }
  .principles div,
  .principles div:nth-child(2) { min-height: 0; padding: 14px 0 14px 18px; transform: none; }
  .business-grid { gap: 34px; }
  .business-photo,
  .business-photo img { height: 245px; }
  .business-card-body { padding: 30px 25px 32px; }
  .business-card h3 { font-size: 27px; }
  .company-table { padding: 4px 16px 12px; box-shadow: 6px 7px 0 rgba(167,103,66,.07); }
  .company-table > div { grid-template-columns: 98px 1fr; }
  .contact-form { padding: 28px 20px; }
}
