:root {
  --ink: #20231f;
  --muted: #72746d;
  --paper: #f4f1eb;
  --sand: #ded6c8;
  --terracotta: #b85e43;
  --line: rgba(32, 35, 31, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1320px; padding: 27px 5vw; }
.brand { align-items: center; display: flex; font-size: 11px; letter-spacing: .08em; line-height: 1.1; text-transform: uppercase; }
.brand strong { font-size: 14px; letter-spacing: .02em; }
.brand-mark { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: inline-flex; font-family: var(--serif); font-size: 19px; height: 37px; justify-content: center; margin-right: 10px; width: 37px; }
.site-nav { display: flex; gap: 34px; margin-left: 10%; }
.site-nav a, .text-link { font-size: 13px; transition: color .25s ease; }
.site-nav a:hover, .text-link:hover { color: var(--terracotta); }
.button { align-items: center; background: var(--ink); color: var(--paper); display: inline-flex; font-size: 12px; gap: 25px; justify-content: space-between; letter-spacing: .02em; padding: 15px 18px; transition: background .25s ease, transform .25s ease; }
.button:hover { background: var(--terracotta); transform: translateY(-2px); }
.button-small { gap: 17px; padding: 11px 13px; }
.hero { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(380px, 1.15fr); gap: 8vw; margin: 0 auto; max-width: 1320px; min-height: 675px; padding: 85px 8vw 110px; position: relative; }
.hero-copy { align-self: center; max-width: 530px; }
.eyebrow { align-items: center; color: var(--terracotta); display: flex; font-size: 10px; font-weight: 700; gap: 10px; letter-spacing: .15em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow span { background: var(--terracotta); display: block; height: 1px; width: 28px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; line-height: 1.04; }
h1 { font-size: clamp(3.5rem, 6.2vw, 6.3rem); margin-bottom: 29px; }
h2 { font-size: clamp(2.5rem, 4.1vw, 4.4rem); margin-bottom: 25px; }
h1 em, h2 em { color: var(--terracotta); font-style: italic; }
.hero-text { color: var(--muted); font-size: 15px; max-width: 370px; }
.hero-actions { align-items: center; display: flex; gap: 29px; margin-top: 35px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { color: var(--terracotta); margin-left: 8px; }
.hero-visual { min-height: 510px; position: relative; }
.image-frame { background: linear-gradient(145deg, rgba(0,0,0,.02), rgba(0,0,0,.06)), url("https://images.unsplash.com/photo-1555041469-a586c61ea9bc?auto=format&fit=crop&w=1100&q=85") center/cover; height: 100%; min-height: 510px; }
.hero-note { background: var(--paper); bottom: -30px; font-family: var(--serif); font-size: 14px; left: -35px; line-height: 1.25; padding: 18px 24px; position: absolute; }
.hero-note strong { font-size: 19px; font-weight: 500; }
.hero-side-note { bottom: 74px; font-size: 9px; letter-spacing: .16em; position: absolute; right: 25px; transform: rotate(90deg); transform-origin: right; }
.hero-side-note span { background: var(--terracotta); display: inline-block; height: 1px; margin: 0 10px 3px; width: 24px; }
.section-grid, .services, .process { margin: 0 auto; max-width: 1120px; padding: 125px 5vw; }
.section-grid { display: grid; gap: 8%; grid-template-columns: 80px 1.4fr 1fr; }
.section-index { color: var(--terracotta); font-size: 10px; letter-spacing: .12em; margin: 3px 0 0; }
.intro h2 { font-size: clamp(2.2rem, 3.6vw, 4rem); }
.intro-detail { color: var(--muted); font-size: 14px; max-width: 285px; padding-top: 20px; }
.services { border-top: 1px solid var(--line); }
.section-heading { align-items: flex-start; display: flex; justify-content: space-between; }
.service-list { border-top: 1px solid var(--line); margin-top: 58px; }
.service-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 60px 1fr 30px; padding: 27px 0; transition: padding .3s ease, color .3s ease; }
.service-item:hover { color: var(--terracotta); padding-left: 14px; }
.service-number { color: var(--terracotta); font-size: 11px; }
.service-item h3 { font-family: var(--serif); font-size: 29px; font-weight: 500; margin-bottom: 2px; }
.service-item p { color: var(--muted); font-size: 13px; margin: 0; max-width: 420px; }
.service-arrow { font-size: 21px; }
.process { background: var(--sand); max-width: none; padding-left: calc((100% - 1020px) / 2); padding-right: calc((100% - 1020px) / 2); }
.process-grid { display: grid; gap: 10%; grid-template-columns: repeat(3, 1fr); margin-top: 60px; }
.process-grid article { border-top: 1px solid var(--ink); padding-top: 16px; }
.process-grid span { color: var(--terracotta); font-size: 11px; }
.process-grid h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; margin: 35px 0 12px; }
.process-grid p { color: #5d5e57; font-size: 13px; max-width: 230px; }
.contact { align-items: center; background: var(--terracotta); color: var(--paper); display: grid; gap: 30px; grid-template-columns: 90px 1fr auto; padding: 110px max(5vw, calc((100% - 1120px) / 2)); }
.contact .section-index, .contact .eyebrow { color: var(--paper); }
.contact .eyebrow span { background: var(--paper); }
.contact h2 { margin: 0; }
.contact h2 em { color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--ink); color: var(--paper); }
.contact-data { font-size: 12px; line-height: 1.8; margin: 0; }
.site-footer { display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .08em; padding: 25px max(5vw, calc((100% - 1120px) / 2)); text-transform: uppercase; }
.site-footer a { color: var(--terracotta); }
.reveal { animation: reveal .8s both; }
.reveal-delay { animation-delay: .16s; }
@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } * { transition-duration: .01ms !important; } }
@media (max-width: 760px) {
  .site-header { padding: 20px 6vw; } .site-nav { display: none; } .button-small { font-size: 10px; }
  .hero { display: flex; flex-direction: column; gap: 55px; min-height: 0; padding: 58px 6vw 95px; } h1 { font-size: clamp(3.4rem, 15vw, 5.4rem); }
  .hero-visual, .image-frame { min-height: 380px; } .hero-note { bottom: -25px; left: 15px; } .hero-side-note { bottom: 72px; right: 7px; }
  .section-grid, .services, .process { padding: 84px 6vw; } .section-grid { display: block; } .section-grid .section-index { margin-bottom: 45px; } .intro-detail { padding-top: 4px; }
  .section-heading { display: block; } .section-heading .section-index { margin-top: 32px; } .service-list { margin-top: 40px; } .service-item { gap: 13px; grid-template-columns: 30px 1fr 20px; } .service-item h3 { font-size: 24px; } .service-item p { font-size: 12px; }
  .process-grid { display: block; margin-top: 40px; } .process-grid article { margin-bottom: 37px; } .process-grid h3 { margin-top: 20px; }
  .contact { display: block; padding: 78px 6vw; } .contact .section-index { margin-bottom: 47px; } .contact .button { margin: 25px 0; } .contact-data { margin-top: 8px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 9px; padding: 25px 6vw; }
}