:root { --ink: #18201f; --paper: #f5f3ed; --soft: #e5e8df; --mint: #c7e0d0; --line: #b5bdb4; --serif: Georgia, "Times New Roman", serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .12em; font-size: 13px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 33px; height: 33px; background: var(--ink); color: var(--paper); border-radius: 50%; font-size: 11px; letter-spacing: -.05em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.nav-links a { transition: opacity .2s; } .nav-links a:hover { opacity: .55; }
.language { border-left: 1px solid var(--line); padding-left: 22px; color: #66716d; white-space: nowrap; }
.language strong { color: var(--ink); }
.language a:hover { color: var(--ink); opacity: 1; }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; gap: 64px; padding: 76px 0 104px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; color: #63716a; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(58px, 7.2vw, 103px); line-height: .93; }
h1 em { color: #5c9275; font-style: italic; }
.intro { max-width: 510px; color: #56615d; font-size: 18px; line-height: 1.65; }
.button { display: inline-flex; gap: 31px; align-items: center; margin-top: 18px; padding: 15px 18px 15px 22px; background: var(--ink); color: white; font-size: 14px; transition: transform .2s; }
.button:hover { transform: translateY(-2px); }.button span { color: var(--mint); font-size: 22px; line-height: .5; }
.hero-art { justify-self: center; width: min(390px, 78vw); }
.hero-art img { display: block; width: 100%; height: auto; }
.statement { background: var(--ink); color: var(--paper); padding: 82px 0; }.statement-grid { display: grid; grid-template-columns: .5fr 1.5fr; gap: 30px; }.statement .eyebrow { color: var(--mint); }.statement-text { margin: 0; max-width: 780px; font-family: var(--serif); font-size: clamp(30px, 3.8vw, 54px); letter-spacing: -.04em; line-height: 1.05; }
.services { padding: 128px 0; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 72px; }.section-heading h2, .approach h2, .contact h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .98; }.service-list { border-top: 1px solid var(--line); }.service { display: grid; grid-template-columns: 14% 1fr auto; gap: 25px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--line); }.service-number { color: #678474; font-size: 13px; }.service h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.03em; }.service p { max-width: 560px; margin: 0; color: #59635e; line-height: 1.6; }.arrow { font-size: 27px; color: #6d8a78; }.approach { background: var(--soft); padding: 106px 0; }.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.approach-copy { padding-top: 38px; font-size: 18px; line-height: 1.65; color: #4f5c56; }.approach-copy p + p { margin-top: 25px; }.contact { padding: 133px 0 118px; }.contact h2 { max-width: 760px; margin-bottom: 44px; }.contact-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 19px; }.contact-link span { color: #5c9275; font-size: 24px; }.footer { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 24px 0 35px; color: #66716d; font-size: 12px; }
@media (max-width: 720px) { .shell { width: min(100% - 36px, 1180px); }.nav { height: 74px; }.nav-links { gap: 15px; }.nav-links > a { display: none; }.language { padding-left: 14px; }.language a { display: inline; }.hero { grid-template-columns: 1fr; min-height: 0; padding: 64px 0 76px; gap: 55px; }.hero-art { width: min(300px, 85vw); }.art-core { inset: 104px; }.statement { padding: 62px 0; }.statement-grid, .approach-grid { grid-template-columns: 1fr; gap: 18px; }.services { padding: 84px 0; }.section-heading { display: block; margin-bottom: 50px; }.service { grid-template-columns: 42px 1fr auto; gap: 12px; }.service h3 { font-size: 26px; }.approach { padding: 80px 0; }.approach-copy { padding-top: 4px; }.contact { padding: 86px 0 76px; }.footer { gap: 15px; flex-direction: column; } }
.service-hero { padding: 68px 0 110px; }.service-hero h1 { max-width: 930px; }.back { display: inline-block; margin-bottom: 78px; font-size: 13px; color: #63716a; }.choices { padding: 115px 0 130px; border-top: 1px solid var(--line); }.list { border-top: 1px solid var(--line); }.choice { display: grid; grid-template-columns: 14% 1fr; gap: 25px; padding: 42px 0; border-bottom: 1px solid var(--line); }.choice h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 42px; font-weight: 400; letter-spacing: -.04em; }.choice p { max-width: 650px; margin: 0; color: #59635e; line-height: 1.6; }.label { margin-bottom: 13px !important; color: #5c9275 !important; font-weight: 700; }.support { background: var(--soft); padding: 106px 0; }.supportGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.support h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
@media (max-width: 720px) { .service-hero { padding: 44px 0 75px; }.back { margin-bottom: 54px; }.choices { padding: 78px 0; }.choice { grid-template-columns: 42px 1fr; gap: 12px; padding: 32px 0; }.choice h3 { font-size: 34px; }.support { padding: 80px 0; }.supportGrid { grid-template-columns: 1fr; gap: 18px; } }
