:root { --ink: #091a18; --paper: #f3f5f3; --blue: #92cbed; --cobalt: #155cc5; --warm: #b44430; --muted: #667170; --line: #cbd3d0; --content: min(78rem, calc(100% - 4rem)); }
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { min-width: 0; margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.42; }
h1, h2, h3, p { margin-top: 0; overflow-wrap: anywhere; }
a { text-underline-offset: 0.18em; }
.skip-link { position: fixed; z-index: 4; top: 0.75rem; left: 0.75rem; padding: 0.5rem 0.7rem; background: #fff; color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.hero-shell { background: var(--ink); color: #f5f7f4; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: var(--content); margin: 0 auto; padding: 1.2rem 0; }
.monogram { display: grid; width: 1.35rem; height: 1.35rem; place-items: center; background: #a5df63; color: var(--ink); font-size: 0.62rem; font-weight: 900; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; min-width: 0; gap: 1.4rem; }
nav a { color: #f5f7f4; font-size: 0.76rem; font-weight: 750; overflow-wrap: anywhere; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: #a5df63; }
.intro { display: grid; grid-template-columns: minmax(0, 1fr) 15rem; gap: 2.5rem; align-items: end; width: var(--content); min-height: 24rem; margin: 0 auto; padding: 2rem 0 0.8rem; }
.intro-copy { align-self: center; max-width: 42rem; }
.eyebrow, .section-label { margin-bottom: 0.8rem; color: #a5df63; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
h1 { margin-bottom: 1.1rem; font-size: 3.45rem; line-height: 0.95; }
.lede { max-width: 29rem; margin-bottom: 0; color: #d5ddda; font-size: 1.08rem; overflow-wrap: anywhere; }
.hero-contact { display: inline-block; margin-top: 1.2rem; color: #a5df63; font-size: 0.9rem; font-weight: 800; }
.hero-contact span { color: var(--warm); }
.signature { position: relative; width: 14rem; margin: 0 0 0 auto; }
.signature img { display: block; width: 100%; height: auto; object-fit: contain; }
.directions { background: var(--paper); }
.directions-inner { display: grid; grid-template-columns: 10rem minmax(0, 1fr); gap: 2rem; width: var(--content); margin: 0 auto; padding: 4rem 0 3.2rem; }
.directions .section-label, .contact .section-label { color: var(--muted); }
h2 { margin-bottom: 2rem; font-size: 2.85rem; line-height: 0.94; }
.direction-list { border-top: 1px solid var(--line); }
.direction-list article { display: grid; grid-template-columns: 2.75rem minmax(0, 1fr); gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.direction-list span { color: var(--warm); font-size: 0.7rem; font-weight: 800; }
.direction-list h3 { margin-bottom: 0.25rem; font-size: 1.35rem; line-height: 1.1; }
.direction-list p { max-width: 40rem; margin-bottom: 0; color: var(--muted); font-size: 0.93rem; overflow-wrap: anywhere; }
.projects { background: var(--blue); padding: 3.5rem 0 4.5rem; }
.projects > * { width: min(66rem, calc(100% - 16rem)); margin-left: max(2rem, calc((100% - 78rem) / 2 + 12rem)); margin-right: auto; }
.projects h2 { margin-bottom: 1.8rem; }
.project-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #5c9cbd; }
.project { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; min-height: 12rem; padding: 1.3rem; }
.project + .project { border-left: 1px solid #5c9cbd; }
.project h3 { margin: auto 0 0; font-size: 1.85rem; line-height: 1; }
.project h3 a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.45rem; color: var(--ink); overflow-wrap: anywhere; text-decoration-color: var(--cobalt); text-decoration-thickness: 0.08em; }
.project h3 .project-arrow { color: var(--warm); }
.project > p:last-child { order: -1; margin-bottom: 0; color: #416779; font-size: 0.78rem; }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2rem; background: var(--paper); padding: 3.7rem max(2rem, calc((100% - 78rem) / 2)) 1.5rem; }
.contact h2 { max-width: 34rem; margin-bottom: 1.4rem; }
button { font: inherit; }
.contact-button, .submit-button { border: 1px solid var(--warm); border-radius: 0; background: transparent; color: var(--warm); cursor: pointer; font-weight: 800; padding: 0.68rem 0.9rem; }
.contact-button img { width: 1em; height: 1em; vertical-align: -0.12em; }
.contact-button:hover, .contact-button:focus-visible { background: var(--warm); color: #fff; }
.feedback-dialog { width: min(34rem, calc(100% - 24px)); max-height: calc(100dvh - 24px); border: 1px solid var(--ink); border-radius: 0; background: #fff; color: var(--ink); overflow-y: auto; padding: 16px; }
.feedback-dialog::backdrop { background: rgb(9 26 24 / 0.58); }
.dialog-heading { display: grid; grid-template-columns: minmax(0, 1fr) 40px; gap: 12px; align-items: start; }
.dialog-heading h2 { grid-column: 1 / -1; margin-bottom: 1.25rem; font-size: 1.125rem; line-height: 1.2; overflow-wrap: anywhere; }
.section-kicker { margin-bottom: 0.35rem; color: var(--warm); font-size: 0.75rem; font-weight: 750; text-transform: uppercase; }
.icon-button { display: grid; width: 40px; height: 40px; min-width: 40px; place-items: center; overflow: hidden; border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 0; }
.icon-button img { width: 1.25rem; height: 1.25rem; }
form, fieldset { width: 100%; min-width: 0; }
fieldset { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.9rem; margin: 0; border: 0; padding: 0; }
label { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.3rem; min-width: 0; font-size: 0.9rem; font-weight: 700; overflow-wrap: anywhere; }
label span { color: var(--muted); font-weight: 400; }
input, textarea { width: 100%; min-width: 0; max-width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); font: inherit; padding: 0.55rem 0.65rem; }
textarea { resize: vertical; }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: 0.88rem; }
.form-status:not(:empty) { color: var(--warm); font-weight: 650; }
.submit-button { justify-self: stretch; width: 100%; background: var(--ink); color: #fff; }
.submit-button:hover { background: var(--cobalt); border-color: var(--cobalt); }
:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }
@media (max-width: 700px) { :root { --content: calc(100% - 32px); } .site-header { padding: 1rem 0; gap: 1rem; } nav { justify-content: flex-end; gap: 0.8rem; } nav a { font-size: 0.67rem; } .intro { display: block; min-height: 0; padding: 2rem 0 0.8rem; } h1 { font-size: 2rem; } .lede { font-size: 1rem; } .signature { width: 132px; margin-top: 1.2rem; } .directions-inner { grid-template-columns: 1fr; gap: 1.1rem; padding: 2.5rem 0; } h2 { margin-bottom: 1.4rem; font-size: 2.35rem; } .direction-list article { grid-template-columns: 2rem minmax(0, 1fr); } .direction-list h3 { font-size: 1.16rem; } .projects { padding: 2.5rem 0; } .projects > * { width: var(--content); margin-left: auto; margin-right: auto; } .project-list { grid-template-columns: 1fr; } .project { min-height: 9rem; } .project + .project { border-top: 1px solid #5c9cbd; border-left: 0; } .project h3 { font-size: 1.55rem; } .contact { grid-template-columns: 1fr; gap: 1rem; padding: 2.6rem max(16px, calc((100% - 78rem) / 2)) 1.4rem; } .contact-button { width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
