@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root { --ink: #102b2b; --paper: #f7f4ed; --lime: #d5f15d; --line: #c8cec4; --muted: #54706c; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 16px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header, footer { display: flex; align-items: center; justify-content: space-between; padding: 25px clamp(24px, 5vw, 80px); }
.brand { font-weight: 800; font-size: .88rem; letter-spacing: .15em; } .brand span { font-weight: 400; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); font-size: .86rem; font-weight: 700; }
.nav-cta { border-bottom: 2px solid var(--ink); padding-bottom: 3px; }
.hero { min-height: 620px; padding: clamp(90px, 13vw, 180px) clamp(24px, 12vw, 190px) 110px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -110px; bottom: -210px; border-radius: 50%; background: var(--lime); opacity: .95; }
.eyebrow { margin: 0 0 25px; color: var(--muted); font: .68rem/1.3 "DM Mono", monospace; letter-spacing: .12em; } .hero .eyebrow { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; } h1, h2 { letter-spacing: -.045em; }
h1 { position: relative; z-index: 1; max-width: 880px; margin-bottom: 25px; font-size: clamp(3.2rem, 7.2vw, 6.6rem); line-height: .98; font-weight: 700; }
h1 em, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; } .hero-copy { position: relative; z-index: 1; max-width: 560px; color: #d7e0d9; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; gap: 28px; align-items: center; padding: 16px 20px; font-size: .85rem; font-weight: 800; } .button-primary { background: var(--lime); color: var(--ink); } .button-light { background: white; color: var(--ink); margin-top: 24px; } .text-link { border-bottom: 1px solid var(--lime); padding-bottom: 4px; font-size: .85rem; font-weight: 700; }
.statement { padding: clamp(80px, 10vw, 145px) clamp(24px, 18vw, 280px); text-align: center; } .statement p { margin: 0; font: clamp(1.8rem, 3.5vw, 3.35rem)/1.16 "Playfair Display", Georgia, serif; }
.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 130px); } .services { background: #e5eee8; } .section-intro { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 55px; } h2 { max-width: 730px; margin-bottom: 26px; font-size: clamp(2.5rem, 5vw, 4.75rem); line-height: 1.04; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); } .service-grid article { padding: 25px 38px 15px 0; border-right: 1px solid var(--line); } .service-grid article + article { padding-left: 38px; } .service-grid article:last-child { border-right: 0; } .service-number { font: .68rem "DM Mono", monospace; color: var(--muted); } h3 { font-size: 1.25rem; } .service-grid article p:last-child, .about p, .contact > p:not(.eyebrow) { color: #42605c; line-height: 1.7; }
.about { display: grid; grid-template-columns: 1fr 2fr; gap: 10vw; align-items: start; } .about-marker { display: grid; place-items: center; width: min(170px, 25vw); aspect-ratio: 1; border-radius: 50%; background: var(--lime); font: 3rem "Playfair Display", serif; }
.contact { padding: clamp(80px, 12vw, 150px) clamp(24px, 12vw, 190px); background: #d7e4dc; } .contact h2 { max-width: 860px; } .contact > p:not(.eyebrow) { max-width: 500px; }
footer { gap: 20px; border-top: 1px solid var(--line); font-size: .72rem; } footer p { margin: 0; color: var(--muted); } footer > a:last-child { border-bottom: 1px solid var(--ink); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (max-width: 720px) { .site-header { gap: 14px; padding: 20px 18px; } .brand { flex-shrink: 0; font-size: .72rem; letter-spacing: .1em; } nav { gap: 12px; flex-shrink: 1; font-size: .72rem; white-space: nowrap; } .hero { min-height: 560px; } .hero::after { width: 280px; height: 280px; } .section-intro, footer { align-items: flex-start; flex-direction: column; } .service-grid, .about { grid-template-columns: 1fr; } .service-grid article, .service-grid article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); } .about { gap: 40px; } }
