:root {
  --ink: #181715;
  --muted: #6f6b65;
  --gold: #bd8b25;
  --gold-light: #ead08a;
  --ivory: #fbfaf7;
  --line: #ded8cb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 1.02; }

.site-header { height: 112px; padding: 12px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.97); }
.brand img { width: 190px; height: 88px; object-fit: contain; }
.header-cta { text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }

.hero { position: relative; min-height: min(720px, calc(100vh - 112px)); display: grid; align-items: center; overflow: hidden; background: #d4d1cc; }
.hero picture, .hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; filter: contrast(.92) brightness(.9); }
.hero-shade { background: linear-gradient(90deg, rgba(15,14,13,.78) 0%, rgba(15,14,13,.45) 43%, rgba(15,14,13,.04) 72%); }
.hero-copy { position: relative; z-index: 1; width: min(660px, 88vw); margin-left: clamp(24px, 8vw, 128px); color: white; padding: 80px 0; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: .76rem; font-weight: 600; }
.eyebrow { color: var(--gold-light); }
h1 { font-size: clamp(3rem, 6.3vw, 6.1rem); letter-spacing: -.025em; margin-bottom: 28px; }
.hero-lead { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.3; margin-bottom: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 28px; border: 1px solid var(--gold); text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font: 600 .75rem/1 Inter, sans-serif; cursor: pointer; transition: .25s ease; }
.button-primary { color: #fff; background: var(--gold); }
.button-primary:hover, .button-primary:focus-visible { background: #9d711b; border-color: #9d711b; }

.section { padding: clamp(76px, 10vw, 148px) clamp(24px, 8vw, 128px); }
.section-kicker { color: var(--gold); margin-bottom: 22px; }
.manifesto { max-width: 1080px; text-align: center; margin: auto; }
.manifesto h2, .section-heading h2, .stones h2, .contact h2 { font-size: clamp(2.65rem, 5vw, 5rem); }
.manifesto > p:last-child { max-width: 760px; margin: 36px auto 0; color: var(--muted); font-size: 1.08rem; }

.commitments { background: var(--ivory); }
.section-heading { max-width: 820px; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 64px; border: 1px solid var(--line); }
.commitment-grid article { background: var(--ivory); padding: clamp(28px, 4vw, 52px); }
.commitment-grid span { color: var(--gold); font-size: .78rem; letter-spacing: .16em; }
.commitment-grid h3 { font-size: 2rem; margin: 30px 0 18px; }
.commitment-grid p { color: var(--muted); }

.stones { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
.stones-copy { border-left: 1px solid var(--gold); padding-left: clamp(28px, 4vw, 58px); color: var(--muted); }
.stones-copy p + p { margin-top: 28px; }

.process { color: white; background: #171614; }
.process .section-kicker { color: var(--gold-light); }
.process ol { list-style: none; padding: 0; margin: 68px 0 0; border-top: 1px solid #45413b; }
.process li { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; padding: 28px 0; border-bottom: 1px solid #45413b; }
.process strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.process span { color: #bbb5aa; }

.contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(54px, 10vw, 150px); background: var(--ivory); }
.contact-intro > p:last-child { color: var(--muted); max-width: 420px; }
.project-form { display: grid; gap: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
label { display: grid; gap: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 600; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid #aaa398; border-radius: 0; padding: 13px 4px; background: transparent; color: var(--ink); font: 400 1rem/1.4 Inter, sans-serif; }
textarea { border: 1px solid #aaa398; padding: 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(189,139,37,.35); outline-offset: 3px; }
.consent { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 12px; text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--muted); }
.consent input { width: 18px; flex: 0 0 18px; margin-top: 4px; }
.project-form .button { justify-self: start; border: 0; }
.trap { position: absolute; left: -9999px; }
.form-status { min-height: 1.5em; margin: 0; font-size: .9rem; }

footer { padding: 58px 24px; text-align: center; border-top: 1px solid var(--line); }
footer img { width: 190px; height: 132px; object-fit: cover; object-position: center; margin: auto; }
footer > p { color: var(--gold); letter-spacing: .16em; text-transform: uppercase; font-size: .72rem; }
footer .legal { margin: 30px 0 0; color: var(--muted); text-transform: none; letter-spacing: 0; }

@media (max-width: 800px) {
  .site-header { height: 90px; padding: 8px 20px; }
  .brand img { width: 150px; height: 72px; }
  .header-cta { font-size: .68rem; }
  .hero { min-height: 690px; align-items: end; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,14,13,.88) 0%, rgba(15,14,13,.34) 72%, rgba(15,14,13,.06) 100%); }
  .hero-copy { margin-left: 24px; padding: 64px 0; }
  .commitment-grid, .stones, .contact { grid-template-columns: 1fr; }
  .commitment-grid { gap: 0; }
  .commitment-grid article + article { border-top: 1px solid var(--line); }
  .stones-copy { padding-left: 24px; }
  .process li { grid-template-columns: 1fr; gap: 8px; }
  .field-row { grid-template-columns: 1fr; }
}

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