:root {
  color-scheme: light;
  --background: #f6f5ef;
  --surface: #ffffff;
  --ink: #172c25;
  --muted: #526057;
  --line: #d6ddd4;
  --accent: #244e3c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--background);
  line-height: 1.6;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
img { max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
header, footer { padding-block: 28px; }
header .container { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
nav { display: flex; gap: 24px; }
section { padding-block: clamp(48px, 8vw, 104px); }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; font-weight: 600; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); max-width: 16ch; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
p { max-width: 65ch; }
.muted { color: var(--muted); }
.product { border-block: 1px solid var(--line); }
footer { border-top: 1px solid var(--line); font-size: .9rem; }
.skip-link { position: absolute; left: 24px; top: -100px; background: var(--surface); padding: 12px; }
.skip-link:focus { top: 12px; }
@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  header .container { align-items: flex-start; flex-direction: column; gap: 16px; }
}
.brand { font-size: 1.7rem; font-weight: 650; letter-spacing: -.05em; line-height: 1.05; text-decoration: none; }
.brand span { display: block; font-size: .72rem; letter-spacing: .015em; margin-top: 7px; font-weight: 500; }
nav a { font-size: .88rem; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.eyebrow { font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.hero { padding-top: 82px; padding-bottom: 0; }
.hero h1 { max-width: 20ch; margin: 26px 0; }
.hero h1 span { color: #526859; }
.intro { max-width: 490px; font-size: 1.15rem; color: var(--muted); }
.button { display: inline-flex; align-items: center; gap: 38px; background: var(--ink); color: white; padding: 15px 24px; margin-top: 24px; text-decoration: none; border-radius: 3px; font-size: .88rem; }
.button:hover { background: var(--accent); }
.hero-note { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 80px; padding-block: 20px; font-size: .72rem; color: var(--muted); }
.about { background: #eaece3; }
.split { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; }
.split h2 { margin-top: 0; }
.split p:not(.eyebrow) { max-width: 590px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { font-size: .88rem; }
.product-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--surface); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.product-art { min-height: 400px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #203d2f; color: #e7edda; }
.roundel { z-index: 1; font-family: Georgia, serif; font-style: italic; font-size: 6rem; line-height: 1; letter-spacing: -.08em; }
.product-art > span { z-index: 1; margin-top: 20px; font-size: .65rem; letter-spacing: .28em; }
.course-line { position: absolute; width: 520px; height: 270px; border: 1px solid #708771; border-radius: 50%; transform: rotate(-35deg); opacity: .45; }
.line-one { bottom: -150px; left: -160px; }
.line-two { top: -140px; right: -180px; }
.product-copy { padding: 46px; }
.product-copy h3 { font-size: 2.2rem; margin: 22px 0; }
.status { font-size: .76rem; display: inline-block; background: #edf0e7; padding: 6px 10px; border-radius: 3px; }
.small { font-size: .84rem; }
.text-link { display: inline-block; font-size: .88rem; margin-top: 16px; }
.contact { background: #eaece3; }
.email { display: inline-block; font-size: clamp(1rem, 2.2vw, 1.5rem); margin-top: 16px; overflow-wrap: anywhere; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .72rem; }
@media (max-width: 700px) {
  .hero { padding-top: 46px; }
  .hero-note { margin-top: 56px; gap: 16px; }
  .split, .product-card { grid-template-columns: 1fr; gap: 20px; }
  .section-heading { display: block; }
  .product-card { gap: 0; }
  .product-art { min-height: 270px; }
  .product-copy { padding: 28px; }
  .footer-row { flex-direction: column; gap: 8px; }
}
