:root {
  --paper: #f4f0e8;
  --ink: #161613;
  --muted: #6c685f;
  --line: rgba(22, 22, 19, 0.14);
  --accent: #e95d3f;
  --accent-soft: #ffd7a8;
  --green: #2f6254;
  --white: #fffdf7;
  --radius: 28px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 12% 7%, rgba(255, 215, 168, 0.52), transparent 24rem), var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header, main, .site-footer { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 760; letter-spacing: -0.025em; }
.brand-mark { width: 46px; height: 46px; display: block; object-fit: cover; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px rgba(22, 22, 19, 0.12); }
.site-nav { display: flex; gap: 28px; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: 0.94rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 70px; align-items: center; padding: 74px 0 84px; }
.eyebrow, .section-label, .project-type, .tiny-label { text-transform: uppercase; letter-spacing: 0.13em; font-size: 0.72rem; font-weight: 760; }
.eyebrow { color: var(--accent); margin: 0 0 20px; }
.hero h1 { margin: 0; max-width: 850px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8.5vw, 8rem); line-height: 0.87; letter-spacing: -0.065em; font-weight: 500; }
.intro { max-width: 690px; margin: 30px 0 34px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.55; }
.primary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; background: var(--ink); color: var(--white); text-decoration: none; font-weight: 700; transition: transform 160ms ease; }
.primary-action:hover, .primary-action:focus-visible { transform: translateY(-2px); }
.hero-object { position: relative; min-height: 470px; display: grid; place-items: center; }
.glass-card { position: relative; z-index: 4; width: min(390px, 88%); aspect-ratio: 0.92; padding: 32px; border: 1px solid rgba(255, 255, 255, 0.52); border-radius: 34px; background: rgba(255, 253, 247, 0.58); box-shadow: 0 30px 90px rgba(35, 42, 36, 0.16); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); display: flex; flex-direction: column; justify-content: space-between; transform: rotate(4deg); }
.glass-card strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: 0.98; letter-spacing: -0.05em; font-weight: 500; }
.tiny-label { color: var(--green); line-height: 1.45; }
.orb { position: absolute; border-radius: 999px; filter: saturate(92%); }
.orb-one { width: 230px; height: 230px; top: 18px; right: 22px; background: var(--accent); }
.orb-two { width: 260px; height: 260px; bottom: 8px; left: 0; background: var(--green); }
.orb-three { width: 150px; height: 150px; bottom: 34px; right: 4px; background: var(--accent-soft); }
.manifesto { padding: 100px 0 110px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 0.52fr 1.48fr; gap: 70px; }
.section-label { margin: 7px 0 0; color: var(--accent); }
.manifesto h2, .projects h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.045em; }
.manifesto h2 { font-size: clamp(2.8rem, 5.6vw, 5.5rem); line-height: 1; }
.manifesto > p:last-child { grid-column: 2; max-width: 760px; margin: 0; color: var(--muted); font-size: 1.18rem; line-height: 1.7; }
.projects { padding: 105px 0 120px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.projects h2 { margin-top: 8px; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; }
.section-note { max-width: 350px; margin: 0 0 6px; color: var(--muted); line-height: 1.55; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.project-card { min-height: 360px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 253, 247, 0.52); display: flex; flex-direction: column; justify-content: space-between; }
.project-card-wide { grid-column: 1 / -1; min-height: 280px; }
.project-number { color: var(--muted); font-size: 0.76rem; font-weight: 800; }
.project-type { color: var(--green); margin: 0 0 12px; }
.project-card h3 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -0.045em; }
.project-card p:not(.project-type) { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.62; }
.status { align-self: flex-start; margin-top: 32px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 0.78rem; font-weight: 700; }
.site-footer { min-height: 110px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 0.85rem; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 62px; }
  .hero-object { min-height: 410px; }
  .manifesto { grid-template-columns: 1fr; gap: 22px; }
  .manifesto > p:last-child { grid-column: 1; }
  .section-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .site-header, main, .site-footer { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 78px; }
  .site-nav { gap: 15px; }
  .hero { min-height: auto; padding: 54px 0 72px; }
  .hero h1 { font-size: clamp(3.55rem, 18vw, 5.7rem); }
  .hero-object { min-height: 350px; }
  .glass-card { width: 82%; padding: 25px; }
  .orb-one { width: 170px; height: 170px; }
  .orb-two { width: 190px; height: 190px; }
  .manifesto, .projects { padding: 72px 0 80px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-wide { grid-column: auto; }
  .project-card { min-height: 310px; }
  .site-footer { flex-direction: column; justify-content: center; align-items: flex-start; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-action { transition: none; }
}
