:root {
  --text: #15171b;
  --muted: #666b73;
  --white: #ffffff;
  --surface: #f4f6f8;
  --accent: #d4ad3d;
  --accent-ink: #8a6b0f;
  --accent-soft: #f2dda0;
  --line: #d9dde3;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--text); background: var(--accent-soft); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--text); transform: translateY(-160%); }.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.logo { font-size: 20px; font-weight: 750; letter-spacing: -.03em; text-decoration: none; }.logo span { color: var(--accent); }
.main-nav { display: flex; gap: 32px; }.main-nav a { color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: none; }.main-nav a:hover { color: var(--text); }
.menu-button { display: none; min-width: 52px; min-height: 44px; color: var(--text); background: var(--white); border: 1px solid var(--line); }

.hero { padding: 112px 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.overline { margin: 0 0 20px; color: var(--accent-ink); font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 720px; margin: 0; font-size: clamp(50px, 6.3vw, 80px); font-weight: 650; line-height: .99; letter-spacing: -.06em; }
.lead { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; color: var(--text); background: var(--accent); border: 1px solid var(--accent); border-radius: 3px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }.button:hover { color: var(--accent-ink); background: transparent; }
.text-link { font-weight: 700; text-underline-offset: 5px; }

.site-outline { overflow: hidden; background: var(--white); border: 1px solid #cfd5de; box-shadow: 0 20px 50px rgba(21,23,27,.08); }
.site-outline > header { display: flex; align-items: center; gap: 6px; min-height: 42px; padding: 10px 14px; background: #edf0f3; border-bottom: 1px solid var(--line); }.site-outline header span { width: 7px; height: 7px; background: #b8bec7; border-radius: 50%; }.site-outline header small { margin-left: 12px; color: var(--muted); font-size: 11px; }
.outline-nav { display: flex; align-items: center; gap: 16px; padding: 22px 28px; border-bottom: 1px solid var(--line); }.outline-nav strong { margin-right: auto; font-size: 20px; }.outline-nav i { width: 36px; height: 4px; background: #d8dce1; }
.outline-body { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 350px; }.outline-body > div { padding: 72px 36px; }.outline-body small { color: var(--accent-ink); font-size: 10px; font-weight: 700; text-transform: uppercase; }.outline-body b { display: block; max-width: 320px; margin: 14px 0 24px; font-size: 30px; line-height: 1.08; letter-spacing: -.04em; }.outline-body span { display: block; width: 80%; height: 7px; margin: 9px 0; background: #e0e3e7; }.outline-body span:nth-of-type(2) { width: 58%; }.outline-button { display: inline-block; margin-top: 28px; padding: 10px 14px; color: var(--text); background: var(--accent); font-size: 11px; font-style: normal; }.outline-body aside { background: var(--accent-soft); }

.section { padding: 112px 0; }
.section-heading { max-width: 720px; }.section-heading h2, .contact h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); font-weight: 600; line-height: 1.06; letter-spacing: -.05em; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 64px; }
.services article { padding-top: 24px; border-top: 1px solid var(--text); }.services span { color: var(--accent-ink); font-size: 13px; }.services h3 { margin: 32px 0 8px; font-size: 23px; letter-spacing: -.03em; }.services p { margin: 0; color: var(--muted); }.services a { display: inline-block; margin-top: 18px; font-size: 14px; font-weight: 700; text-underline-offset: 5px; }

.projects-section { background: var(--surface); border-block: 1px solid var(--line); }
.project-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 72px; max-width: none; align-items: end; }.project-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.projects { display: grid; gap: 96px; margin-top: 64px; }
.project-image { display: block; overflow: hidden; background: #e7eaee; border: 1px solid var(--line); }
.project-image img { width: 100%; height: auto; transition: transform .35s ease; }.project-image:hover img { transform: scale(1.01); }
.project-info { display: grid; grid-template-columns: 1fr 1fr auto; gap: 48px; align-items: start; padding-top: 24px; }
.project-info > div { display: flex; gap: 24px; align-items: baseline; }.project-info span { color: var(--accent-ink); font-size: 12px; }.project-info h3 { margin: 0; font-size: 25px; letter-spacing: -.03em; }.project-info p { max-width: 500px; margin: 0; color: var(--muted); }.project-info > a { font-size: 14px; font-weight: 700; white-space: nowrap; text-underline-offset: 5px; }

.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; }
.steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--text); }.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }.steps span { color: var(--accent-ink); font-size: 12px; }.steps h3 { margin: 0 0 4px; font-size: 20px; }.steps p { margin: 0; color: var(--muted); }

.contact { padding: 96px 0; color: var(--white); background: var(--text); }.contact .overline { color: #e5ca79; }.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }.contact-inner > div:last-child { padding-top: 36px; }.contact-inner p { max-width: 520px; margin: 0 0 28px; color: #c7c9ce; font-size: 18px; }.button-light { color: var(--text); background: var(--white); border-color: var(--white); }.button-light:hover { color: var(--white); background: transparent; }
.site-footer { padding: 40px 0; border-top: 1px solid var(--line); }.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: center; }.footer-inner div { display: flex; gap: 24px; }.footer-inner div a { color: var(--muted); font-size: 14px; text-decoration: none; }.footer-inner small { color: var(--muted); }
:focus-visible { outline: 3px solid var(--accent-ink); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero-grid, .process-grid, .contact-inner { grid-template-columns: 1fr; gap: 56px; }
  .services { grid-template-columns: 1fr; gap: 40px; }
  .project-info { grid-template-columns: 1fr 1fr; }.project-info > a { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr auto; }.footer-inner small { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .menu-button { display: block; }.main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 8px 16px 24px; background: var(--white); border-bottom: 1px solid var(--line); }.main-nav.open { display: grid; }.main-nav a { min-height: 48px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .hero, .section { padding: 80px 0; }.actions { align-items: flex-start; flex-direction: column; }.outline-body { grid-template-columns: 1fr; min-height: auto; }.outline-body aside { min-height: 150px; }.outline-body > div { padding: 48px 24px; }
  .project-heading { grid-template-columns: 1fr; gap: 24px; }.projects { gap: 64px; }.project-info { grid-template-columns: 1fr; gap: 20px; }.project-info > div { display: grid; gap: 8px; }.project-info > a { grid-column: auto; }.contact { padding: 80px 0; }.footer-inner { grid-template-columns: 1fr; gap: 24px; }.footer-inner small { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.project-image img { transition: none; } }
