:root {
  --paper: #f4f1ea;
  --paper-deep: #e9e6de;
  --ink: #202326;
  --muted: #6c6f70;
  --line: rgba(32, 35, 38, 0.16);
  --accent: #e0644d;
  --accent-dark: #b54837;
  --service-ink: #274a35;
  --service-card: #e4eadc;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { background: var(--paper); }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 6%, rgba(224, 100, 77, 0.09), transparent 26rem),
    var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  border-bottom: 1px solid var(--line);
}

.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 17px; letter-spacing: 0.14em; text-transform: uppercase; }
.wordmark-mark { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: var(--serif); font-size: 20px; letter-spacing: 0; line-height: 1; }
.header-note { margin: 0; color: var(--muted); font-size: 12px; letter-spacing: 0.04em; }

.intro { max-width: 800px; padding: clamp(84px, 13vw, 156px) 0 106px; }
.eyebrow { margin: 0 0 18px; color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-family: var(--serif); font-size: clamp(48px, 7.2vw, 92px); font-weight: 400; letter-spacing: -0.055em; line-height: 0.98; }
h1 em, .future-note em { color: var(--accent-dark); font-style: italic; }
.intro-copy { max-width: 460px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.services { padding-bottom: 150px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 22px; }
.section-heading .eyebrow { margin: 0; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 48px); font-weight: 400; letter-spacing: -0.045em; }

.service-card { position: relative; display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 1fr); min-height: 475px; margin-top: 34px; overflow: hidden; border: 1px solid rgba(32, 35, 38, 0.13); border-radius: 4px; background: var(--service-card); }
.service-art { position: relative; display: grid; place-items: end center; min-height: 475px; overflow: hidden; background: linear-gradient(142deg, #dbe7d5 0%, #cadbc6 55%, #b4ceb4 100%); }
.service-art::before, .service-art::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; }
.service-art::before { width: 260px; height: 260px; top: 70px; left: 15%; }
.service-art::after { width: 400px; height: 400px; top: 0; left: -10%; border-color: rgba(255,255,255,0.28); }
.art-glow { position: absolute; top: 80px; right: 17%; width: 82px; height: 82px; border-radius: 50%; background: rgba(234, 190, 116, 0.5); filter: blur(1px); }
.service-art img { position: relative; z-index: 1; display: block; width: min(94%, 430px); height: auto; max-height: 94%; object-fit: contain; object-position: bottom center; }
.service-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(36px, 6vw, 82px); }
.service-kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--service-ink); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(224, 100, 77, 0.15); }
h3 { max-width: 440px; margin-bottom: 20px; font-family: var(--serif); font-size: clamp(36px, 4.8vw, 62px); font-weight: 400; letter-spacing: -0.06em; line-height: 0.98; }
.service-tags { display: flex; gap: 8px; margin-bottom: 18px; }
.service-tags span { padding: 6px 9px; border: 1px solid rgba(39, 74, 53, 0.25); border-radius: 999px; color: var(--service-ink); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.service-content p { max-width: 380px; margin-bottom: 36px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--service-ink); color: var(--service-ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: gap 180ms ease, color 180ms ease; }
.service-link:hover, .service-link:focus-visible { gap: 30px; color: var(--accent-dark); }
.link-arrow { font-size: 22px; font-weight: 400; line-height: 0.7; }
.service-index { position: absolute; top: 24px; right: 28px; color: rgba(38,55,46,0.35); font-family: var(--serif); font-size: 18px; }

.future-note { display: flex; align-items: center; gap: 22px; padding-bottom: 150px; color: var(--muted); }
.future-line { display: block; width: 72px; height: 1px; background: var(--line); }
.future-note p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); letter-spacing: -0.03em; line-height: 1.12; }
.site-footer { display: flex; justify-content: space-between; align-items: center; min-height: 92px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-seed { color: var(--accent); font-size: 18px; }

@media (max-width: 720px) {
  .page-shell { width: min(100% - 32px, 560px); }
  .site-header { min-height: 74px; }
  .header-note { display: none; }
  .intro { padding: 76px 0 80px; }
  .intro-copy { font-size: 15px; }
  .services { padding-bottom: 100px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .service-card { display: block; margin-top: 24px; }
  .service-art { min-height: 310px; }
  .service-art img { width: min(92%, 330px); }
  .service-content { padding: 38px 28px 44px; }
  h3 { font-size: 44px; }
  .service-index { top: 18px; right: 20px; }
  .future-note { padding-bottom: 100px; }
  .site-footer { min-height: 76px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-link { transition: none; }
}
