:root {
  --ink: #19382d;
  --green: #2e9468;
  --green-deep: #1b6a4e;
  --mist: #dcece4;
  --paper: #f8f7f2;
  --line: #bed3c6;
  --muted: #5d7066;
  --serif: "Noto Serif", Georgia, serif;
  --sans: "Noto Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.draft-banner { background: var(--ink); color: #e8f2ec; font-size: .78rem; letter-spacing: .02em; padding: 10px 24px; text-align: center; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 0; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; object-position: center; border: 1px solid var(--line); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: var(--serif); font-size: 1.08rem; }
.brand small { color: var(--muted); font-size: .7rem; max-width: 250px; margin-top: 3px; }
nav { display: flex; align-items: center; gap: 24px; font-size: .84rem; font-weight: 600; }
nav a { border-bottom: 1px solid transparent; padding: 5px 0; }
nav a:hover { border-color: var(--green); }
.hero { background: linear-gradient(125deg, #e8f1e9 0%, #f8f7f2 57%, #e2efe7 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.45fr .62fr; gap: 80px; align-items: center; position: relative; }
.hero-grid::after { content: ""; position: absolute; width: 720px; height: 720px; border: 1px solid rgba(46,148,104,.22); border-radius: 50%; right: -340px; top: -70px; box-shadow: 0 0 0 80px rgba(46,148,104,.04), 0 0 0 160px rgba(46,148,104,.025); pointer-events: none; }
.eyebrow { color: var(--green-deep); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 18px; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
h1 { max-width: 760px; font-size: clamp(2.7rem, 6vw, 5.5rem); margin: 0; }
h1 em { color: var(--green-deep); font-style: normal; }
.hero-copy { font-size: 1.04rem; max-width: 640px; margin: 30px 0; color: #3a5145; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-block; background: var(--green-deep); color: white; padding: 14px 21px; font-weight: 700; font-size: .86rem; border-radius: 2px; }
.button:hover { background: var(--ink); }
.text-link { font-size: .88rem; font-weight: 700; border-bottom: 1px solid var(--green); padding-bottom: 3px; }
.text-link span { color: var(--green-deep); font-size: 1.15em; margin-left: 4px; }
.hero-note { border-left: 1px solid var(--green); padding: 10px 0 10px 24px; position: relative; z-index: 1; }
.hero-note p { font-family: var(--serif); font-size: 1.22rem; line-height: 1.52; margin: 0 0 16px; }
.hero-note small { color: var(--muted); font-size: .75rem; }
.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 36px; align-items: start; margin-bottom: 60px; }
.section-heading h2, .history h2, .founder h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.1rem); }
.section-heading .eyebrow { margin-top: 12px; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.principles article { padding: 24px 22px 0 0; border-right: 1px solid var(--line); min-height: 205px; }
.principles article:not(:first-child) { padding-left: 22px; }
.principles article:last-child { border-right: 0; }
.principles span { font-size: .73rem; color: var(--green-deep); font-weight: 700; letter-spacing: .1em; }
h3 { font-family: var(--serif); font-size: 1.35rem; margin: 42px 0 10px; letter-spacing: -.02em; }
.principles p, .work p { color: var(--muted); font-size: .91rem; margin: 0; }
.history { background: var(--ink); color: #eff4ef; padding: 120px 0; }
.history-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; }
.history .eyebrow { color: #91d3af; }
.history h2 { color: white; }
.history-intro > p:last-child { color: #c0d4c8; max-width: 620px; margin-top: 28px; }
.timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(223,241,230,.35); }
.timeline li { padding: 20px 0; border-bottom: 1px solid rgba(223,241,230,.25); }
.timeline time { color: #92d4ae; display: block; font-size: .77rem; font-weight: 700; letter-spacing: .09em; }
.timeline p { margin: 5px 0 0; font-family: var(--serif); font-size: 1.08rem; line-height: 1.45; }
.work { padding-bottom: 130px; }
.section-heading.compact { grid-template-columns: .55fr 1.45fr; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.work-grid article { padding: 32px 40px 34px 0; border-bottom: 1px solid var(--line); }
.work-grid article:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 40px; }
.work-grid article:nth-child(even) { padding-left: 40px; }
.work-grid h3 { margin: 0 0 10px; font-size: 1.65rem; }
.founder { padding: 82px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 46px; }
.founder-mark { width: 96px; height: 96px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; font-family: var(--serif); color: var(--green-deep); font-size: 1.65rem; }
.founder .eyebrow { margin-bottom: 12px; }
.founder h2 { font-size: clamp(1.55rem, 2.6vw, 2.55rem); line-height: 1.27; }
.contact { background: var(--green-deep); color: white; padding: 115px 0; }
.contact .eyebrow { color: #bbebd1; }
.contact h2 { max-width: 700px; }
.contact-inner > p:not(.eyebrow) { color: #d3eadc; max-width: 530px; margin: 26px 0; }
.status { display: inline-block; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 7px 12px; font-size: .78rem; }
footer { height: 86px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .75rem; }
@media (max-width: 780px) {
  .container { width: min(100% - 32px, 1120px); }
  .site-header { min-height: 95px; }
  nav { display: none; }
  .hero-grid, .history-grid, .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 34px; }
  .hero-grid { min-height: auto; padding: 88px 0; }
  .hero-grid::after { right: -530px; top: -280px; }
  .hero-note { max-width: 420px; }
  .section, .history { padding: 78px 0; }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principles article:nth-child(2) { border-right: 0; }
  .principles article:nth-child(n+3) { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 20px; }
  .history-grid { gap: 55px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid article, .work-grid article:nth-child(odd), .work-grid article:nth-child(even) { border-right: 0; padding: 28px 0; }
  .founder { grid-template-columns: 74px 1fr; gap: 22px; padding: 62px 0; }
  .founder-mark { width: 64px; height: 64px; font-size: 1.15rem; }
  .founder .text-link { grid-column: 2; }
}
@media (max-width: 440px) {
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article:not(:first-child) { border-right: 0; padding: 20px 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  h1 { font-size: 2.55rem; }
  footer { height: auto; padding: 24px 0; gap: 8px; align-items: flex-start; flex-direction: column; }
}
