:root {
  color-scheme: light;
  --ink: #17201e;
  --muted: #5b6663;
  --paper: #f2f0e9;
  --cream: #faf8f2;
  --line: rgba(23, 32, 30, 0.15);
  --lime: #d9ff71;
  --coral: #ff7b66;
  --blue: #79a8ff;
  --sand: #e5c98d;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.5; }
a { color: inherit; text-decoration: none; }

.site-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -0.03em; font-size: 1.15rem; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: .86rem; }
nav { display: flex; gap: 30px; font-size: .92rem; }
nav a { border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: currentColor; }

main { overflow: hidden; }
.hero {
  max-width: 1180px;
  min-height: 690px;
  margin: 0 auto;
  padding: 78px 32px 96px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 70px;
  align-items: center;
}

.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 750; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-size: clamp(3.7rem, 7.5vw, 6.7rem); line-height: .92; letter-spacing: -.075em; font-weight: 650; }
h1 em { color: var(--muted); font-family: Georgia, serif; font-weight: 400; }
.hero-text { max-width: 570px; color: var(--muted); font-size: 1.12rem; }
.button { display: inline-flex; margin-top: 18px; padding: 14px 20px; background: var(--ink); color: var(--cream); border-radius: 999px; font-size: .9rem; transition: transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }

.hero-art { position: relative; aspect-ratio: .85; min-height: 470px; border-radius: 44% 44% 18% 18%; background: #cad9cf; overflow: hidden; }
.orb { position: absolute; display: block; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 76%; aspect-ratio: 1; right: -18%; top: 4%; background: var(--lime); }
.orb-two { width: 62%; aspect-ratio: 1; left: -12%; bottom: -3%; background: var(--blue); }
.art-card { position: absolute; inset: 28% 16% auto; padding: 28px; display: grid; gap: 16px; background: rgba(250,248,242,.86); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.65); border-radius: 22px; box-shadow: 0 28px 65px rgba(23,32,30,.16); }
.art-card span { display: flex; justify-content: space-between; font-weight: 650; }
.art-card span::after { content: "↗"; }

.section { padding: 110px max(32px, calc((100vw - 1116px) / 2)); }
.section-heading { margin-bottom: 56px; }
h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5.7vw, 5.2rem); line-height: .98; letter-spacing: -.06em; font-weight: 620; }
.services { background: var(--ink); color: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(250,248,242,.18); border: 1px solid rgba(250,248,242,.18); }
.service-grid article { padding: 34px; background: var(--ink); min-height: 310px; }
.number { display: block; color: var(--lime); font-size: .78rem; margin-bottom: 76px; }
.service-grid h3 { margin-bottom: 15px; font-size: 1.35rem; }
.service-grid p { color: #b9c0bd; font-size: .94rem; }

.row-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.row-heading > p { max-width: 360px; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 52px 28px; }
.project-large { grid-column: 1 / -1; }
.project-visual { min-height: 330px; display: grid; place-items: center; overflow: hidden; border-radius: 6px; }
.project-large .project-visual { min-height: 510px; }
.project-visual span { font-family: Georgia, serif; font-size: clamp(3rem, 8vw, 8rem); letter-spacing: -.08em; color: rgba(23,32,30,.65); }
.visual-coral { background: linear-gradient(135deg, #ffc4b4, var(--coral)); }
.visual-blue { background: linear-gradient(150deg, #c4dcff, var(--blue)); }
.visual-sand { background: linear-gradient(150deg, #fff0ca, var(--sand)); }
.project-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; }
.project-meta h3 { font-size: 1.08rem; }
.project-meta p { color: var(--muted); font-size: .84rem; }

.approach { background: var(--lime); }
.approach > p:not(.eyebrow) { max-width: 690px; margin-top: 34px; font-size: 1.08rem; }
.principles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 46px; }
.principles span { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 999px; font-size: .84rem; }

footer { padding: 36px max(32px, calc((100vw - 1116px) / 2)); display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; background: var(--cream); font-size: .82rem; }
footer p { margin: 0; color: var(--muted); }

@media (max-width: 820px) {
  .site-header { padding: 22px 20px; }
  nav { gap: 15px; font-size: .8rem; }
  .hero { min-height: auto; padding: 62px 20px 78px; grid-template-columns: 1fr; gap: 48px; }
  .hero-art { min-height: 390px; max-width: 520px; width: 100%; justify-self: center; }
  .section { padding: 82px 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 245px; }
  .number { margin-bottom: 48px; }
  .row-heading { display: block; }
  .row-heading > p { margin-top: 26px; }
  .work-grid { grid-template-columns: 1fr; }
  .project-large { grid-column: auto; }
  .project-large .project-visual, .project-visual { min-height: 340px; }
  footer { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 520px) {
  nav a:nth-child(2) { display: none; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.6rem); }
  .project-meta { display: block; }
  .project-meta p { margin-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
