:root {
  --ink: #12211b;
  --muted: #5e6b65;
  --paper: #f6f3ec;
  --white: #fffdf8;
  --accent: #caff5a;
  --deep: #173d2d;
  --line: rgba(18, 33, 27, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 5vw; background: rgba(246,243,236,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 800; letter-spacing: .1em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--ink); color: var(--accent); border-radius: 50%; font-size: .76rem; letter-spacing: .05em; }
nav { display: flex; gap: 30px; }
nav a, footer a { color: var(--muted); font-size: .92rem; font-weight: 600; text-decoration: none; }
nav a:hover, footer a:hover { color: var(--ink); }
main { overflow: hidden; }
.hero { min-height: 710px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 5vw; align-items: center; padding: 90px 7vw 80px; background: radial-gradient(circle at 84% 8%, rgba(202,255,90,.28), transparent 34%); }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--deep); font-size: .77rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 7.5vw, 7.4rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.hero-text { max-width: 690px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.45vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 750; text-decoration: none; }
.button.primary { background: var(--ink); color: var(--white); }
.button.secondary { background: transparent; }
.hero-panel { align-self: end; margin-bottom: 40px; padding: 36px; background: var(--deep); color: white; border-radius: 4px 60px 4px 4px; box-shadow: 24px 24px 0 var(--accent); }
.hero-panel > p { margin: 0 0 18px; color: var(--accent); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-panel strong { display: block; font-family: Georgia, serif; font-size: clamp(1.75rem, 2.6vw, 2.7rem); font-weight: 400; line-height: 1.16; }
.signal-grid { display: grid; gap: 13px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.signal-grid span::before { content: "↗"; margin-right: 10px; color: var(--accent); }
.intro, .contact { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; padding: 120px 7vw; background: var(--white); }
.intro h2, .section-heading h2, .contact h2, .legal h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.35rem, 4.6vw, 4.6rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.intro div p { max-width: 800px; margin: 30px 0 0; color: var(--muted); font-size: 1.18rem; }
.business, .principles { padding: 120px 7vw; }
.section-heading { max-width: 900px; margin-bottom: 60px; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cards article { min-height: 280px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cards span { color: var(--deep); font-size: .8rem; font-weight: 800; }
.cards h3, .principle-list h3 { margin: 55px 0 12px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.cards p, .principle-list p, .contact p, .legal p { color: var(--muted); }
.principles { background: var(--ink); color: white; }
.principles .section-label { color: var(--accent); }
.principle-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.principle-list > div { padding: 38px; background: var(--ink); }
.principle-list h3 { margin-top: 10px; color: var(--accent); }
.principle-list p { color: rgba(255,255,255,.68); }
.contact { align-items: start; }
.contact h2 { margin-bottom: 25px; }
.email-link { display: inline-block; margin-top: 22px; color: var(--deep); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 800; }
.company-details { margin: 0; border-top: 1px solid var(--line); }
.company-details div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.company-details dt { color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.company-details dd { margin: 0; font-weight: 650; }
.legal { padding: 80px max(7vw, calc((100vw - 1040px)/2)); border-top: 1px solid var(--line); background: var(--white); }
.legal h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.legal p { max-width: 900px; }
.legal strong { color: var(--ink); }
footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; min-height: 140px; padding: 35px 5vw; background: var(--paper); border-top: 1px solid var(--line); }
footer p { color: var(--muted); font-size: .85rem; text-align: center; }
footer > div:last-child { display: flex; justify-content: flex-end; gap: 22px; }

@media (max-width: 860px) {
  .site-header { min-height: 68px; }
  nav a:not(:last-child) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; }
  .hero-panel { margin: 10px 12px 30px 0; }
  .intro, .contact { grid-template-columns: 1fr; }
  .cards, .principle-list { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  footer > div:last-child { justify-content: center; }
}

@media (max-width: 520px) {
  .site-header { padding: 0 20px; }
  .brand { font-size: .85rem; }
  .hero, .intro, .business, .principles, .contact { padding-left: 24px; padding-right: 24px; }
  h1 { font-size: 3.3rem; }
  .hero-panel { padding: 28px; border-radius: 4px 42px 4px 4px; }
  .cards article, .principle-list > div { padding: 28px; }
  .company-details div { grid-template-columns: 1fr; gap: 5px; }
  .legal { padding: 65px 24px; }
}

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