:root {
  --paper: #f4f1ea;
  --paper-light: #fbfaf7;
  --ink: #1f2926;
  --muted: #69716d;
  --line: #c9cec8;
  --green: #31564a;
  --green-dark: #183a31;
  --clay: #b36f52;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 8px 12px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.notice-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.notice-header { border-bottom: 1px solid var(--line); background: var(--paper-light); }
.notice-header-inner { min-height: 90px; display: flex; align-items: center; justify-content: flex-start; gap: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.notice-mark { width: 54px; height: 54px; max-width: 54px; flex: 0 0 54px; object-fit: contain; }
.notice-main { flex: 1; display: flex; }
.notice-layout { flex: 1; display: flex; flex-direction: column; padding-top: clamp(64px, 9vh, 110px); padding-bottom: 34px; }
.notice-content { width: min(100%, 920px); padding-left: clamp(24px, 5vw, 72px); border-left: 2px solid var(--clay); }
.notice-content h1 { max-width: 900px; margin-bottom: 14px; font-size: clamp(2.7rem, 6vw, 5.6rem); }
.notice-specialties { margin-bottom: clamp(44px, 7vh, 76px); color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2.2vw, 1.65rem); }
.notice-copy { max-width: 780px; color: #39433f; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2.25vw, 1.65rem); line-height: 1.55; }
.notice-copy p { margin-bottom: 1.15em; }
.notice-closing { margin: clamp(42px, 7vh, 72px) 0 0; color: var(--green-dark); font-size: .83rem; font-weight: 750; letter-spacing: .16em; }

@media (min-width: 821px) {
  .notice-mark { width: 40px; height: 40px; max-width: 40px; flex-basis: 40px; }
}

.site-header { background: var(--paper-light); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 13px; line-height: 1.1; }
.brand-mark { width: 56px; height: 56px; flex: 0 0 auto; object-fit: contain; }
.brand-copy { display: inline-flex; flex-direction: column; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; letter-spacing: -0.025em; }
.brand-note { margin-top: 7px; color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: .86rem; letter-spacing: .035em; text-decoration: none; padding-block: 8px; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-color: var(--green); }
.site-nav .nav-contact { padding: 10px 16px; color: white; background: var(--green-dark); border: 1px solid var(--green-dark); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(3rem, 7vw, 6.3rem); letter-spacing: -.055em; }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.04em; }
h3 { margin-bottom: 12px; font-size: 1.45rem; }
.eyebrow { margin-bottom: 22px; color: var(--green); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.lead { max-width: 700px; color: #46504c; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.18rem, 2vw, 1.55rem); line-height: 1.55; }
.text-link { display: inline-block; margin-top: 10px; color: var(--green-dark); font-weight: 650; text-decoration: none; border-bottom: 1px solid currentColor; }

.hero { padding: 70px 0 88px; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr); gap: clamp(42px, 7vw, 100px); align-items: center; }
.hero-copy { padding-block: 36px; }
.hero-copy h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-block; padding: 13px 20px; color: white; background: var(--green-dark); border: 1px solid var(--green-dark); text-decoration: none; font-size: .87rem; font-weight: 650; letter-spacing: .03em; }
.button.secondary { color: var(--green-dark); background: transparent; }
.media-blank { min-height: 560px; background: #e1e2dc; border: 1px solid #d2d4ce; }
.media-blank.portrait { min-height: 630px; }
.media-blank.wide { min-height: 360px; }

.section { padding: 100px 0; }
.section-rule { border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; margin-bottom: 56px; }
.section-head .eyebrow { padding-top: 10px; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.body-copy { max-width: 640px; color: #48514d; }
.body-copy p { margin-bottom: 1.25em; }
.care-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.care-item { min-height: 240px; padding: 34px 34px 26px 0; border-bottom: 1px solid var(--line); }
.care-item + .care-item { padding-left: 34px; border-left: 1px solid var(--line); }
.care-number { display: block; margin-bottom: 62px; color: var(--clay); font-family: Georgia, serif; font-size: .9rem; }
.care-item p { color: var(--muted); font-size: .92rem; }
.statement-band { padding: 82px 0; color: white; background: var(--green-dark); }
.statement-band blockquote { max-width: 980px; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4.5vw, 4.25rem); line-height: 1.16; letter-spacing: -.035em; }

.page-hero { padding: 86px 0 76px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero .lead { margin-bottom: 0; }
.profile-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.profile-copy { padding-top: 36px; }
.detail-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-list li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.detail-list strong { font-size: .73rem; letter-spacing: .11em; text-transform: uppercase; }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 70px; counter-reset: principle; }
.principle { position: relative; padding: 34px 0 46px 54px; border-top: 1px solid var(--line); counter-increment: principle; }
.principle::before { content: "0" counter(principle); position: absolute; left: 0; top: 38px; color: var(--clay); font-family: Georgia, serif; }
.mission-line { max-width: 990px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.6rem, 5.8vw, 5.5rem); line-height: 1.08; letter-spacing: -.045em; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 140px); }
.contact-panel { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-panel p { color: var(--muted); }
.contact-card { align-self: start; padding: clamp(34px, 5vw, 62px); color: var(--paper-light); background: var(--green-dark); }
.contact-card .eyebrow { color: #b7c8c1; }
.contact-card h2 { margin-bottom: 40px; }
.contact-method { padding: 21px 0; border-top: 1px solid rgba(255, 255, 255, .28); }
.contact-method:last-of-type { border-bottom: 1px solid rgba(255, 255, 255, .28); }
.contact-label { display: block; margin-bottom: 6px; color: #b7c8c1; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-method a { color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.5vw, 1.85rem); text-decoration-thickness: 1px; text-underline-offset: 5px; overflow-wrap: anywhere; }
.contact-caution { margin: 32px 0 0; color: #c8d1cd; font-size: .82rem; }
.contact-caution strong { color: white; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
input, textarea { width: 100%; padding: 13px 2px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #929a95; border-radius: 0; font: inherit; }
textarea { min-height: 120px; resize: vertical; }
input:focus, textarea:focus { outline: 2px solid transparent; border-color: var(--green-dark); box-shadow: 0 1px 0 var(--green-dark); }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: .8rem; }
.form-status { min-height: 26px; color: var(--green-dark); font-weight: 650; }

.site-footer { padding: 60px 0 30px; color: #e7ece8; background: #16231f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; padding-bottom: 54px; }
.footer-brand { font-family: Georgia, serif; font-size: 1.8rem; }
.footer-brand-lockup { display: flex; align-items: center; gap: 16px; }
.footer-mark { width: 58px; height: 58px; padding: 4px; background: var(--paper); }
.footer-heading { margin-bottom: 14px; color: #9eaaa4; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-links a { color: inherit; text-decoration: none; }
.footer-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: #929e98; border-top: 1px solid #3b4943; font-size: .75rem; }

@media (max-width: 820px) {
  .header-inner { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 20px; }
  .site-nav { width: 100%; gap: 18px; overflow-x: auto; padding-bottom: 3px; }
  .site-nav .nav-contact { margin-left: auto; }
  .hero-grid, .section-head, .intro-grid, .profile-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 34px; }
  .hero-copy { padding-bottom: 0; }
  .media-blank, .media-blank.portrait { min-height: 450px; }
  .care-list { grid-template-columns: 1fr; }
  .care-item, .care-item + .care-item { min-height: 0; padding: 28px 0; border-left: 0; }
  .care-number { margin-bottom: 26px; }
  .principles { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-nav { flex-wrap: wrap; overflow: visible; }
  .site-nav .nav-contact { margin-left: 0; }
  .brand-mark { width: 48px; height: 48px; }
  .notice-layout { padding-top: 48px; }
  .notice-content { padding-left: 20px; }
  .section { padding: 72px 0; }
  .page-hero { padding: 66px 0 60px; }
  .media-blank, .media-blank.portrait { min-height: 350px; }
  .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-meta { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
