:root {
  --ink: #182c25;
  --forest: #24443a;
  --moss: #829267;
  --cream: #fbf8f1;
  --sand: #ede5d7;
  --clay: #c9684b;
  --muted: #5e695f;
  --line: rgba(24, 44, 37, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 5; top: -5rem; left: 1rem; padding: .7rem 1rem; background: var(--cream); border: 2px solid var(--forest); }
.skip-link:focus { top: 1rem; }
.site-header, .site-footer { max-width: 1180px; margin: 0 auto; padding-left: 2rem; padding-right: 2rem; }
.site-header { min-height: 5.75rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.brand { text-decoration: none; display: flex; align-items: center; gap: .65rem; font-weight: 750; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--forest); color: var(--cream); font-family: Georgia, serif; font-size: 1.25rem; }
nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 1.25rem; }
nav a, .site-footer a { color: var(--muted); text-decoration: none; font-size: .94rem; }
nav a:hover, nav a:focus-visible, .site-footer a:hover, .site-footer a:focus-visible { color: var(--clay); text-decoration: underline; }
.hero { max-width: 1180px; margin: 0 auto; min-height: min(72vh, 680px); padding: 9rem 2rem 7rem; background: radial-gradient(circle at 89% 23%, rgba(201, 104, 75, .22), transparent 21rem), radial-gradient(circle at 80% 85%, rgba(130, 146, 103, .25), transparent 24rem); }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--clay); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(3.4rem, 8vw, 6.7rem); font-weight: 500; }
.hero-copy { max-width: 580px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.28rem); }
.button { display: inline-flex; gap: .65rem; align-items: center; padding: .85rem 1.15rem; background: var(--forest); color: white; text-decoration: none; font-weight: 700; border-radius: .2rem; }
.button:hover, .button:focus-visible { background: var(--clay); }
.section { max-width: 1180px; margin: 0 auto; padding: 7rem 2rem; }
.two-column { display: grid; grid-template-columns: minmax(15rem, .85fr) minmax(20rem, 1.15fr); gap: 7rem; border-top: 1px solid var(--line); }
h2 { margin-bottom: 0; font-size: clamp(2.35rem, 5vw, 4.35rem); font-weight: 500; }
.body-copy { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.body-copy p + p { margin-top: 1.25rem; }
.product-section { background: var(--sand); max-width: none; padding-left: max(2rem, calc((100vw - 1116px) / 2)); padding-right: max(2rem, calc((100vw - 1116px) / 2)); }
.section-heading { margin-bottom: 2.5rem; }
.product-card { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; border-radius: .65rem; background: var(--forest); color: var(--cream); box-shadow: 0 1.5rem 3.2rem rgba(24, 44, 37, .13); }
.product-card-content { padding: clamp(2.2rem, 6vw, 5rem); min-height: 30rem; display: flex; flex-direction: column; justify-content: end; }
.product-icon { display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: auto; border-radius: 50%; background: rgba(251,248,241,.13); color: #f8c09f; }
.product-kicker { margin-bottom: 1rem; color: #d1dbbd; font-size: .82rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 1.15rem; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; }
.product-card-content p:last-child { max-width: 31rem; margin-bottom: 0; color: rgba(251,248,241,.8); }
.product-links { display: flex; gap: 1rem; margin-top: 1.25rem; }
.product-links a { color: #d1dbbd; font-weight: 700; text-underline-offset: .2em; }
.product-details { display: grid; align-content: center; padding: clamp(2.2rem, 5vw, 4.5rem); background: #31594a; }
.product-details > div { padding: 1.3rem 0; border-bottom: 1px solid rgba(251,248,241,.2); }
.product-details > div:first-child { border-top: 1px solid rgba(251,248,241,.2); }
.detail-number { display: block; color: #d1dbbd; font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.product-details p { margin: .45rem 0 0; color: rgba(251,248,241,.86); }
.product-details strong { color: var(--cream); }
.principles { border-bottom: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.principle-grid article { min-height: 13rem; padding: 1.6rem; border: 1px solid var(--line); border-radius: .45rem; background: #fffdf8; }
.principle-grid h3 { margin-bottom: .7rem; font-size: 1.65rem; font-weight: 500; }
.principle-grid p { margin-bottom: 0; color: var(--muted); }
.contact-section { max-width: 1180px; margin: 0 auto; padding: 6rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; background: radial-gradient(circle at 94% 50%, rgba(201,104,75,.18), transparent 22rem); }
.contact-section > div:last-child { max-width: 31rem; color: var(--muted); }
.email-link { display: inline-block; margin: .2rem 0 1.3rem; color: var(--forest); font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 750; letter-spacing: -.04em; text-underline-offset: .25em; }
.contact-note { font-size: .88rem; }
.site-footer { min-height: 6rem; display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; color: var(--muted); font-size: .84rem; }
.site-footer div { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.legal-page main { max-width: 780px; margin: 0 auto; padding: 5rem 2rem 7rem; }
.legal-page h1 { font-size: clamp(3rem, 7vw, 5.4rem); }
.legal-page h2 { margin: 2.75rem 0 1rem; font-size: 1.7rem; }
.legal-page h3 { margin: 1.8rem 0 .65rem; font-size: 1.25rem; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page li + li { margin-top: .65rem; }
.effective-date { color: var(--muted); }
@media (max-width: 720px) { .site-header { padding-top: 1.1rem; padding-bottom: 1.1rem; align-items: start; flex-direction: column; } nav { justify-content: start; } .hero { padding-top: 6rem; min-height: auto; } .section { padding-top: 4.5rem; padding-bottom: 4.5rem; } .two-column, .product-card, .contact-section { grid-template-columns: 1fr; gap: 2rem; } .product-card-content { min-height: 25rem; } .principle-grid { grid-template-columns: 1fr; } .site-footer { padding-top: 1.5rem; padding-bottom: 1.5rem; align-items: start; flex-direction: column; } }
