
:root {
  --ink: #343342;
  --ink-soft: #4d4b59;
  --muted: #72766e;
  --line: #dde6df;
  --paper: #fbfbf8;
  --panel: #ffffff;
  --mist: #e8f3ee;
  --brand: #87c2a9;
  --brand-deep: #3f7f6a;
  --cedar: #b78355;
  --night: #181720;
  --shadow: 0 22px 70px rgba(52, 51, 66, .14);
  --max: 1180px;
  --header: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Aptos", "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--brand); }
.site-header { position: sticky; top: 0; z-index: 40; min-height: var(--header); border-bottom: 1px solid rgba(221, 230, 223, .86); background: rgba(251, 251, 248, .92); backdrop-filter: blur(18px); }
.header-inner { width: min(var(--max), calc(100% - 40px)); min-height: var(--header); margin: 0 auto; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: clamp(148px, 17vw, 210px); height: auto; }
.primary-nav { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.primary-nav a { position: relative; min-height: 42px; display: inline-flex; align-items: center; padding: 0 11px; color: var(--ink-soft); font-size: .94rem; font-weight: 650; }
.primary-nav a::after { position: absolute; right: 11px; bottom: 5px; left: 11px; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; content: ""; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.primary-nav a.mobile-only { display: none; }
.header-cta, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-weight: 780; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.header-cta { border-color: var(--brand); background: var(--brand); color: var(--ink); font-size: .92rem; }
.button:hover, .header-cta:hover { transform: translateY(-2px); border-color: var(--brand); background: var(--brand); color: var(--ink); }
.button.light { border-color: #fff; background: #fff; color: var(--ink); }
.button.ghost { border-color: rgba(255,255,255,.72); background: transparent; color: #fff; }
.button.secondary { background: transparent; color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); background: transparent; margin-left: auto; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 3px 0; background: var(--ink); transition: transform .18s ease, opacity .18s ease; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.hero, .page-hero { position: relative; min-height: calc(82svh - var(--header)); overflow: hidden; background: var(--night); color: #fff; }
.page-hero { min-height: 55svh; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,15,13,.82), rgba(16,15,13,.45) 54%, rgba(16,15,13,.16)), linear-gradient(0deg, rgba(16,15,13,.45), rgba(16,15,13,.05) 48%); }
.hero-inner, .page-hero-inner { position: relative; z-index: 2; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0 70px; }
.hero-inner { min-height: calc(82svh - var(--header)); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: rgba(255,255,255,.86); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.kicker { color: var(--brand-deep); margin-bottom: 12px; }
.eyebrow::before, .kicker::before { width: 38px; height: 1px; background: var(--brand); content: ""; }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .page-hero h1 { max-width: 1000px; margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: 5.8rem; font-weight: 500; line-height: .96; letter-spacing: 0; }
.page-hero h1 { font-size: 4.9rem; }
.hero p, .page-hero p { max-width: 670px; color: rgba(255,255,255,.88); font-size: 1.18rem; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-phone { margin-top: 18px; color: #fff; font-size: 1rem; font-weight: 750; text-decoration: underline; text-decoration-color: var(--brand); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.hero-phone:hover { color: var(--brand); }
.trust-bar { width: min(var(--max), calc(100% - 40px)); margin: -42px auto 0; position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.trust-bar div { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-bar div:last-child { border-right: 0; }
.trust-bar strong { display: block; font-size: 1rem; }
.trust-bar span { color: var(--muted); font-size: .92rem; }
.section { padding: clamp(72px, 8vw, 112px) 0; }
.section.muted { background: var(--mist); }
.section.deep { background: var(--ink); color: #fff; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.intro-grid, .area-grid, .project-layout, .contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(34px, 6vw, 78px); align-items: start; }
.intro h2, .section-header h2, .project-layout h2, .area-grid h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 3.6rem; line-height: 1; letter-spacing: 0; }
.scope-lede { color: var(--ink-soft); font-size: 1.12rem; font-weight: 700; }
.section-header { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .6fr); gap: 28px; align-items: end; margin-bottom: 34px; }
.section-header p { color: var(--muted); }
.service-grid, .services-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-grid article, .services-list article, .fact-panel, .contact-panel, .studio-panel { background: #fff; border: 1px solid var(--line); padding: 24px; border-radius: 8px; }
.services-list article { min-height: 180px; }
.service-grid h3, .services-list h2 { margin-bottom: 8px; font-size: 1.08rem; }
.service-grid p, .services-list p { color: var(--muted); margin-bottom: 0; }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.project-card, .portfolio-card { display: block; position: relative; min-height: 420px; overflow: hidden; background: var(--ink); color: #fff; border-radius: 8px; }
.project-card:not(.large) { min-height: 360px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.portfolio-grid .project-card { min-height: 380px; }
.project-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,9,8,.78), rgba(10,9,8,.12) 58%); content: ""; }
.project-card:hover img { transform: scale(1.035); }
.project-content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 26px; }
.project-content span { color: var(--brand); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.project-content h3 { margin: 8px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.45rem; font-weight: 500; line-height: 1; }
.project-content p { max-width: 560px; color: rgba(255,255,255,.86); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-row b { padding: 5px 9px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: inherit; font-size: .75rem; font-weight: 700; }
.tag-row.spacious b { border-color: var(--line); color: var(--ink-soft); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.filter-button { min-height: 40px; padding: 0 14px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 700; border-radius: 999px; }
.filter-button.is-active, .filter-button:hover { border-color: var(--brand); background: var(--brand); }
.process-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-strip article { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; }
.process-strip strong { color: var(--brand); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-item { display: block; width: 100%; aspect-ratio: 4 / 3; border: 0; padding: 0; overflow: hidden; background: #ddd; border-radius: 6px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.fact-panel ul, .contact-panel ul { margin: 0; padding: 0; list-style: none; }
.fact-panel li, .contact-panel li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.fact-panel li:last-child, .contact-panel li:last-child { border-bottom: 0; }
.fact-panel span, .contact-panel span { display: block; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.area-list li { background: #fff; border: 1px solid var(--line); padding: 14px; border-radius: 6px; font-weight: 700; }
.contact-form { background: #fff; border: 1px solid var(--line); padding: clamp(22px, 4vw, 34px); border-radius: 8px; }
.form-intro { margin-bottom: 26px; }
.form-intro h2 { margin: 4px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 2.6rem; font-weight: 500; line-height: 1.05; }
.form-intro p:last-child { max-width: 660px; margin: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 6px; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: #fbfbf8; min-height: 48px; padding: 11px 12px; color: var(--ink); border-radius: 4px; }
textarea { min-height: 150px; resize: vertical; }
.priorities-field fieldset { margin: 0; padding: 0; border: 0; }
.priorities-field legend { margin-bottom: 2px; font-weight: 750; }
.priorities-field fieldset > p { margin: 0 0 12px; color: var(--muted); font-size: .92rem; }
.priority-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.priority-option { display: flex; align-items: center; gap: 10px; min-height: 46px; margin: 0; padding: 10px 12px; border: 1px solid var(--line); background: #fbfbf8; border-radius: 4px; font-size: .92rem; font-weight: 650; line-height: 1.3; }
.priority-option:has(input:checked) { border-color: var(--brand-deep); background: var(--mist); }
.priority-option input { flex: 0 0 auto; width: 18px; min-height: 18px; margin: 0; padding: 0; accent-color: var(--brand-deep); }
.form-status { color: var(--brand-deep); font-weight: 700; }
.cta-band { background: var(--brand); padding: 42px 0; }
.cta-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inner h2 { margin-bottom: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 2.75rem; font-weight: 500; }
.site-footer { background: var(--ink); color: #fff; padding: 56px 0 24px; }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.4fr .7fr .9fr .9fr; gap: 28px; }
.footer-brand img { width: min(280px, 100%); margin-bottom: 18px; }
.footer-brand p, .footer-column span, .footer-column a, .footer-bottom { color: rgba(255,255,255,.72); }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column h2 { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--brand); }
.footer-column a:hover { color: #fff; }
.footer-bottom { width: min(var(--max), calc(100% - 40px)); margin: 34px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; font-size: .88rem; }
.lightbox { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(0,0,0,.82); }
.lightbox.is-open { display: flex; }
.lightbox img { width: min(1100px, 100%); max-height: 86svh; object-fit: contain; }
.lightbox button { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.12); color: #fff; border-radius: 50%; font-size: 1.2rem; }
.studio-shell { min-height: 100svh; padding: 40px; background: var(--paper); }
.studio-hero { max-width: 880px; margin-bottom: 28px; }
.studio-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: 4rem; font-weight: 500; line-height: 1; }
.studio-grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 16px; align-items: start; }
.studio-panel { border-radius: 8px; }
.studio-project-button { width: 100%; text-align: left; margin-bottom: 8px; padding: 10px; border: 1px solid var(--line); background: #fff; border-radius: 5px; }
.studio-project-button.is-active { border-color: var(--brand); background: var(--mist); }
.studio-form { display: grid; gap: 14px; }
@media (max-width: 920px) {
  .primary-nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-open .primary-nav { position: fixed; top: var(--header); right: 0; left: 0; display: grid; gap: 0; padding: 18px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-open .primary-nav a { min-height: 48px; }
  .nav-open .primary-nav a.mobile-only { display: inline-flex; }
  .trust-bar, .section-header, .intro-grid, .area-grid, .project-layout, .contact-layout, .footer-inner, .studio-grid { grid-template-columns: 1fr; }
  .trust-bar div { border-right: 0; border-bottom: 1px solid var(--line); }
  .work-grid, .portfolio-grid, .service-grid, .services-list, .process-strip, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 4.45rem; }
  .page-hero h1 { font-size: 3.85rem; }
  .intro h2, .section-header h2, .project-layout h2, .area-grid h2 { font-size: 3rem; }
  .project-content h3 { font-size: 2.1rem; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 620px) {
  .header-inner, .container, .hero-inner, .page-hero-inner, .trust-bar, .cta-inner, .footer-inner, .footer-bottom { width: min(100% - 28px, var(--max)); }
  .hero h1, .page-hero h1 { font-size: 2.85rem; }
  .hero p, .page-hero p { font-size: 1.05rem; }
  .intro h2, .section-header h2, .project-layout h2, .area-grid h2 { font-size: 2.35rem; }
  .project-content h3 { font-size: 1.85rem; }
  .cta-inner h2, .studio-hero h1 { font-size: 2.35rem; }
  .work-grid, .portfolio-grid, .service-grid, .services-list, .process-strip, .gallery-grid, .form-grid, .area-list, .priority-grid { grid-template-columns: 1fr; }
  .project-card, .portfolio-grid .project-card { min-height: 330px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}
