@font-face {
    font-family: "Nixie One";
    src: url("../fonts/NixieOne-Regular.ttf") format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

:root {
    --ink: #171717;
    --muted: #66635f;
    --line: #e8e5e1;
    --paper: #ffffff;
    --soft: #f6f4f1;
    --warm: #8a5b3d;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: "Nixie One", Georgia, serif; font-weight: 400; line-height: 1.08; }
p { margin: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container.narrow { max-width: 780px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; z-index: 99999; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #000; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.site-branding { flex: 0 0 auto; }
.brand-link, .custom-logo-link { display: block; }
.brand-logo, .custom-logo { width: auto; height: 58px; max-width: 270px; object-fit: contain; }
.primary-navigation ul { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { text-decoration: none; font-size: .92rem; letter-spacing: .02em; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { opacity: .55; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.menu-toggle-label { margin-right: 10px; }
.menu-toggle-icon, .menu-toggle-icon::before, .menu-toggle-icon::after { display: inline-block; width: 22px; height: 1px; background: currentColor; position: relative; vertical-align: middle; }
.menu-toggle-icon::before, .menu-toggle-icon::after { content: ""; position: absolute; left: 0; }
.menu-toggle-icon::before { top: -6px; }
.menu-toggle-icon::after { top: 6px; }

.hero-section { min-height: calc(100vh - 88px); display: grid; place-items: center; padding: 96px 0; text-align: center; }
.hero-inner { max-width: 970px; }
.hero-brand { width: min(520px, 82vw); margin: 0 auto 34px; }
.eyebrow { margin-bottom: 16px; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-section h1 { font-size: clamp(3.1rem, 7.5vw, 7rem); }
.hero-text { max-width: 680px; margin: 28px auto 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; justify-content: center; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid var(--ink); text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }

.section { padding: 112px 0; }
.featured-projects, .process-section { background: var(--soft); }
.section-heading { margin-bottom: 48px; text-align: center; }
.section-heading h2, .split-content h2, .contact-cta h2, .page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.project-card-link { display: block; text-decoration: none; }
.project-card-image { overflow: hidden; background: #ece9e5; }
.project-card-image img, .image-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.project-card-link:hover .project-card-image img { transform: scale(1.035); }
.project-card-content { padding-top: 18px; }
.project-card-content h2, .project-card-content h3 { font-size: 1.55rem; }
.project-card-content p { margin-top: 10px; color: var(--muted); }
.section-action { margin-top: 44px; text-align: center; }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; text-decoration: none; }
.empty-state { grid-column: 1 / -1; text-align: center; }

.about-section { background: #fff; }
.split-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 72px; align-items: center; }
.split-content p { margin-top: 22px; color: var(--muted); }
.split-content .text-link { margin-top: 30px; }
.studio-visual { min-height: 480px; display: grid; place-items: center; padding: 48px; text-align: center; background: linear-gradient(135deg, #f0eeeb, #dedad4); }
.studio-visual img { width: min(330px, 75%); opacity: .28; }
.studio-visual span { margin-top: 24px; color: var(--muted); font-size: .9rem; }

.services-grid, .process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.services-grid article, .process-grid article { padding-top: 24px; border-top: 1px solid #cfcbc5; }
.services-grid span, .process-grid span { display: block; margin-bottom: 22px; font-size: .85rem; }
.services-grid h3, .process-grid h3 { font-size: 1.55rem; }
.services-grid p, .process-grid p { margin-top: 14px; color: var(--muted); }

.contact-cta { padding: 86px 0; background: var(--ink); color: #fff; }
.contact-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.contact-cta h2 { max-width: 780px; }

.page-hero { padding: 110px 0 62px; }
.page-intro { margin-top: 24px; color: var(--muted); font-size: 1.1rem; }
.project-hero-image { margin-bottom: 70px; }
.project-hero-image img { width: 100%; max-height: 760px; object-fit: cover; }
.entry-content { padding-bottom: 110px; }
.entry-content > * + * { margin-top: 1.4em; }
.entry-content h2 { font-size: 2.2rem; margin-top: 1.8em; }
.entry-content h3 { font-size: 1.65rem; margin-top: 1.6em; }
.entry-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.content-list-item { padding: 30px 0; border-top: 1px solid var(--line); }
.content-list-item h2 a { text-decoration: none; }

.site-footer { padding: 70px 0; background: #151515; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr .8fr; gap: 50px; }
.footer-brand img { width: min(280px, 100%); filter: invert(1); }
.footer-brand p { max-width: 310px; margin-top: 20px; color: #bdbdbd; }
.site-footer h2 { margin-bottom: 18px; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li, .site-footer p + p { margin-top: 8px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { opacity: .65; }
.footer-legal { color: #bdbdbd; font-size: .88rem; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
    .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .split-layout { grid-template-columns: 1fr; }
    .services-grid, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .header-inner { min-height: 76px; }
    .brand-logo, .custom-logo { height: 46px; max-width: 210px; }
    .menu-toggle { display: block; }
    .primary-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 22px 16px 28px; background: #fff; border-bottom: 1px solid var(--line); }
    .primary-navigation.is-open { display: block; }
    .primary-navigation ul { flex-direction: column; align-items: flex-start; gap: 16px; }
    .hero-section { min-height: auto; padding: 90px 0; }
    .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; margin-inline: auto; }
    .section { padding: 82px 0; }
    .project-grid, .services-grid, .process-grid { grid-template-columns: 1fr; }
    .studio-visual { min-height: 330px; }
    .contact-cta-inner { flex-direction: column; align-items: flex-start; }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
