:root {
  --paper: #f4f0e9;
  --paper-deep: #e9e1d6;
  --ink: #1f211f;
  --ink-soft: #5d5b55;
  --line: rgba(31, 33, 31, .16);
  --accent: #9a5c38;
  --accent-dark: #744027;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(48, 36, 25, .12);
  --radius: 2px;
  --container: min(1240px, calc(100% - 40px));
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.75; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(154, 92, 56, .45); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 10px 16px; color: #fff; background: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; color: var(--accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { width: 36px; height: 1px; background: currentColor; content: ""; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(44px, 7vw, 100px); font-weight: 500; line-height: 1.02; letter-spacing: -.05em; }
.section-title { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.5vw, 64px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.section-lead { max-width: 720px; margin: 20px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.6vw, 20px); }
.muted { color: var(--ink-soft); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 24px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: 14px; font-weight: 700; letter-spacing: .05em; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { border-color: var(--accent-dark); background: var(--accent-dark); }
.button--outline { color: var(--ink); background: transparent; }
.button--outline:hover { color: var(--white); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 12px; border-bottom: 1px solid currentColor; color: var(--accent-dark); font-weight: 700; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid transparent; background: rgba(244, 240, 233, .92); backdrop-filter: blur(16px); transition: border-color .2s ease, background .2s ease; }
.site-header.is-scrolled { border-color: var(--line); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); font-family: var(--serif); font-size: 22px; }
.brand-text { display: grid; line-height: 1.2; }
.brand-text strong { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: .08em; }
.brand-text small { margin-top: 3px; color: var(--ink-soft); font-size: 9px; letter-spacing: .15em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.site-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; content: ""; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 8px 18px; color: #fff; background: var(--ink); }
.menu-toggle { width: 48px; height: 48px; display: none; place-items: center; border: 1px solid var(--line); color: var(--ink); background: transparent; }
.menu-toggle svg { width: 24px; height: 24px; }

.hero { display: grid; align-items: center; padding: clamp(54px, 6vw, 84px) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr); gap: clamp(44px, 7vw, 96px); align-items: center; }
.hero-copy { padding-bottom: 8px; }
.hero-copy .display { max-width: 580px; font-size: clamp(43px, 5.3vw, 72px); line-height: 1.08; }
.hero-copy .display span { display: block; color: var(--accent-dark); }
.hero-copy p { max-width: 540px; margin: 24px 0 30px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; width: min(100%, 560px); justify-self: end; }
.hero-media::before { position: absolute; top: -22px; right: -22px; width: 54%; height: 42%; border: 1px solid rgba(154, 92, 56, .38); content: ""; }
.hero-media img { position: relative; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center bottom; box-shadow: var(--shadow); }
.hero-caption { position: absolute; right: -1px; bottom: -1px; max-width: 330px; padding: 15px 20px; border: 1px solid rgba(31,33,31,.12); color: var(--ink); background: rgba(255,253,248,.92); backdrop-filter: blur(12px); font-size: 13px; }

.fact-strip { border-block: 1px solid var(--line); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 130px; padding: 30px 28px; border-right: 1px solid var(--line); }
.fact:first-child { border-left: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.fact span { color: var(--ink-soft); font-size: 14px; }

.section { padding: clamp(84px, 10vw, 150px) 0; }
.section--dark { color: var(--white); background: var(--ink); }
.section--dark .eyebrow { color: #d9a27f; }
.section--dark .section-lead, .section--dark .muted { color: rgba(255, 253, 248, .68); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 52px; }
.section-head .section-lead { max-width: 470px; margin: 0; }
.split-story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: clamp(48px, 9vw, 130px); align-items: start; }
.split-story .statement { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4.2vw, 58px); line-height: 1.3; letter-spacing: -.025em; }
.home-page .section { padding: clamp(78px, 8vw, 118px) 0; }
.home-page .section-title { max-width: 680px; font-size: clamp(31px, 3.5vw, 50px); line-height: 1.2; }
.home-intro-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: clamp(48px, 9vw, 130px); align-items: end; margin-bottom: 52px; }
.home-intro-heading .section-title { grid-column: 1; }
.home-page .split-story .statement { max-width: 700px; font-size: clamp(27px, 3vw, 42px); line-height: 1.42; }
.story-notes { border-top: 1px solid var(--line); }
.story-note { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.story-note span { color: var(--accent-dark); font-family: var(--serif); font-size: 18px; }
.story-note p { margin: 0; color: var(--ink-soft); }

.service-list { border-top: 1px solid rgba(255,255,255,.2); }
.service-row { display: grid; grid-template-columns: 78px minmax(220px, .7fr) minmax(340px, 1.3fr) 56px; gap: 24px; align-items: center; min-height: 150px; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .2s ease; }
.service-row:hover { background: rgba(255,255,255,.035); }
.service-row .number { color: #d9a27f; font-family: var(--serif); font-size: 18px; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.8vw, 38px); font-weight: 500; }
.service-row p { margin: 0; color: rgba(255,255,255,.68); }
.service-row .arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: color .2s ease, background .2s ease; }
.service-row:hover .arrow { color: var(--ink); background: var(--white); }

.home-image-section { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; background: var(--ink); }
.home-image-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-image-section::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,16,.92) 0%, rgba(22,21,18,.78) 46%, rgba(22,21,18,.54) 100%); content: ""; }
.home-image-content { position: relative; z-index: 2; }
.home-services-grid { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(540px, 1.32fr); gap: clamp(54px, 8vw, 112px); align-items: start; }
.home-services .section-lead { max-width: 420px; margin-top: 22px; color: rgba(255,253,248,.74); font-size: 16px; }
.home-services .service-row { grid-template-columns: 48px minmax(150px, .7fr) minmax(260px, 1.3fr) 48px; min-height: 122px; gap: 18px; }
.home-services .service-row h3 { font-size: clamp(23px, 2.1vw, 31px); }
.home-services .service-row p { font-size: 14px; }

.home-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 28px; }
.home-project-card { display: block; padding-top: 14px; border-top: 1px solid var(--line); }
.home-project-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.home-project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.home-project-card:hover .home-project-card__media img { transform: scale(1.02); }
.home-project-card__meta { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 18px; }
.home-project-card__meta span { color: var(--ink-soft); font-size: 11px; letter-spacing: .1em; }
.home-project-card__meta h3 { margin: 5px 0 0; font-family: var(--serif); font-size: clamp(27px, 2.6vw, 36px); font-weight: 500; line-height: 1.25; }
.home-project-card__meta strong { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; color: var(--accent-dark); font-size: 13px; }
.home-project-card__meta b { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.home-project-card:hover .home-project-card__meta b { transform: translate(2px, -2px); }

.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.project-card { grid-column: span 6; position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.project-card:nth-child(3n+1) { grid-column: span 7; }
.project-card:nth-child(3n+2) { grid-column: span 5; }
.project-card img { width: 100%; height: clamp(390px, 50vw, 680px); object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card:nth-child(3n+2) img { height: clamp(340px, 43vw, 600px); }
.project-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.72)); content: ""; }
.project-card:hover img { transform: scale(1.025); }
.project-card__meta { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.project-card__meta span { font-size: 12px; letter-spacing: .12em; }
.project-card__meta h3 { margin: 4px 0 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); font-weight: 500; }
.project-card__meta strong { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }

.case-index-section { padding-top: 58px; }
.case-index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 62px 28px; }
.case-index-card { display: block; padding-top: 16px; border-top: 1px solid var(--line); }
.case-index-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.case-index-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.case-index-card:hover .case-index-card__media img { transform: scale(1.025); }
.case-index-card__body { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 18px; align-items: start; padding-top: 20px; }
.case-index-card__number { color: var(--accent-dark); font-family: var(--serif); font-size: 16px; }
.case-index-card__label { color: var(--ink-soft); font-size: 11px; letter-spacing: .12em; }
.case-index-card h2 { margin: 6px 0 8px; font-family: var(--serif); font-size: clamp(27px, 2.8vw, 38px); font-weight: 500; line-height: 1.25; }
.case-index-card p { max-width: 420px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.case-index-card__action { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding-top: 2px; white-space: nowrap; font-size: 13px; }
.case-index-card__action b { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.case-index-card:hover .case-index-card__action b { transform: translate(2px, -2px); }

.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); }
.process-step { min-height: 270px; padding: 30px 24px; border-right: 1px solid var(--line); }
.process-step:first-child { border-left: 1px solid var(--line); }
.process-step span { color: var(--accent-dark); font-family: var(--serif); font-size: 16px; }
.process-step h3 { margin: 74px 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.22); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-4px); background: var(--white); box-shadow: 0 16px 46px rgba(48,36,25,.08); }
.news-card time { color: var(--accent-dark); font-size: 12px; letter-spacing: .12em; }
.news-card h3 { margin: 58px 0 18px; font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.4; }
.news-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.news-card .text-link { margin-top: auto; align-self: flex-start; }
.section--dark .news-card { border-color: rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.075); box-shadow: none; }
.section--dark .news-card:hover, .section--dark .news-card:focus-within { color: var(--white); background: rgba(255,255,255,.14); box-shadow: 0 18px 46px rgba(0,0,0,.2); }
.section--dark .news-card time { color: #f0b58f; }
.section--dark .news-card h3, .section--dark .news-card h3 a { color: var(--white); }
.section--dark .news-card p { color: rgba(255,253,248,.78); }
.section--dark .news-card .text-link { color: #f0b58f; }

.quote-section { position: relative; min-height: 720px; display: grid; align-items: center; color: #fff; background: var(--ink); overflow: hidden; }
.quote-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.quote-section::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,18,.88), rgba(20,20,18,.28)); content: ""; }
.quote-content { position: relative; z-index: 2; max-width: 780px; padding-block: 100px; }
.quote-content blockquote { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5.5vw, 74px); line-height: 1.25; letter-spacing: -.035em; }
.quote-content p { margin: 28px 0 0; color: rgba(255,255,255,.74); }
.home-page .quote-section { min-height: 650px; }
.home-page .quote-content { max-width: 720px; }
.home-page .quote-content blockquote { font-size: clamp(35px, 4.5vw, 62px); }

.cta-band { padding: 78px 0; color: #fff; background: var(--accent-dark); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-grid h2 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); font-weight: 500; line-height: 1.25; }
.cta-grid .button { border-color: #fff; color: var(--ink); background: #fff; }

.page-hero { padding: clamp(56px, 5vw, 82px) 0 clamp(52px, 5vw, 68px); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 64px; align-items: end; }
.page-hero .display { max-width: 900px; font-size: clamp(44px, 5.8vw, 84px); }
.page-intro { margin: 0 0 10px; color: var(--ink-soft); font-size: 18px; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr); gap: clamp(48px, 9vw, 130px); }
.prose { max-width: 780px; font-size: 17px; }
.prose h2 { margin: 64px 0 20px; font-family: var(--serif); font-size: clamp(28px, 4vw, 42px); font-weight: 500; line-height: 1.35; }
.prose h3 { margin: 38px 0 12px; font-size: 20px; }
.prose p { margin: 0 0 22px; color: #454640; }
.prose ul, .prose ol { margin: 0 0 24px; padding-left: 1.3em; }
.prose a { color: var(--accent-dark); border-bottom: 1px solid currentColor; }
.side-card { align-self: start; position: sticky; top: 116px; height: max-content; padding: 34px; color: var(--white); background: var(--ink); }
.side-card h2, .side-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.side-card p { color: rgba(255,255,255,.68); }
.home-page .side-card { background: linear-gradient(120deg, rgba(20,20,18,.9), rgba(20,20,18,.68)), url('../images/showroom/showroom-03.webp') center / cover; }
.side-card .button { width: 100%; margin-top: 12px; border-color: var(--white); color: var(--ink); background: var(--white); }
.meta-list { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.meta-list li { display: grid; grid-template-columns: 80px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.meta-list span { color: rgba(255,255,255,.55); }

.service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 410px; border: 1px solid var(--line); background: rgba(255,255,255,.2); }
.service-card img { width: 100%; height: 100%; object-fit: cover; }
.service-card__body { display: flex; flex-direction: column; padding: 30px; }
.service-card__body small { color: var(--accent-dark); font-weight: 700; letter-spacing: .12em; }
.service-card__body h2 { margin: 42px 0 16px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.35; }
.service-card__body p { color: var(--ink-soft); }
.service-card__body .text-link { margin-top: auto; align-self: flex-start; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 30px; border-top: 2px solid var(--accent); background: rgba(255,255,255,.28); }
.feature-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.feature-card p { margin: 0; color: var(--ink-soft); }
.clean-list { margin: 0; padding: 0; list-style: none; }
.clean-list li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.clean-list li::before { margin-right: 12px; color: var(--accent-dark); content: "—"; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.gallery figure { grid-column: span 6; margin: 0; overflow: hidden; background: #ddd; }
.gallery figure:nth-child(4n+1), .gallery figure:nth-child(4n+4) { grid-column: span 7; }
.gallery figure:nth-child(4n+2), .gallery figure:nth-child(4n+3) { grid-column: span 5; }
.gallery img { width: 100%; height: 560px; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery figcaption { padding: 12px 0; color: var(--ink-soft); font-size: 13px; }

.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 64px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 30px 0; border-bottom: 1px solid var(--line); }
.faq-item h2 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(22px, 2.4vw, 30px); font-weight: 500; line-height: 1.45; }
.faq-item p { max-width: 850px; margin: 0; color: var(--ink-soft); }

.contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: 68px; align-items: start; }
.contact-info { display: grid; gap: 24px; }
.contact-row { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-row span { display: block; margin-bottom: 6px; color: var(--accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.contact-row strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.lead-form { padding: clamp(28px, 5vw, 54px); background: var(--white); box-shadow: var(--shadow); }
.lead-form h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.lead-form > p { margin: 0 0 30px; color: var(--ink-soft); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent-dark); outline: none; box-shadow: 0 0 0 3px rgba(154,92,56,.14); }
.form-note { color: var(--ink-soft); font-size: 12px; }
.form-status { min-height: 28px; margin-top: 14px; font-size: 14px; }
.form-status.success { color: #38643c; }
.form-status.error { color: #a22929; }

.article-header { max-width: 980px; margin: 0 auto; padding: clamp(64px, 7vw, 104px) 0 52px; text-align: center; }
.article-header h1 { margin: 18px 0; font-family: var(--serif); font-size: clamp(40px, 5.2vw, 68px); font-weight: 500; line-height: 1.2; letter-spacing: -.04em; }
.article-meta { color: var(--ink-soft); font-size: 13px; letter-spacing: .06em; }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: center; gap: 72px; padding-bottom: 120px; }
.article-related { margin-top: 70px; padding-top: 32px; border-top: 1px solid var(--line); }
.article-related h2 { margin-top: 0; }

.site-footer { padding: 72px 0 28px; color: rgba(255,255,255,.72); background: #171816; }
.home-page .site-footer { background: linear-gradient(90deg, rgba(18,18,16,.96), rgba(18,18,16,.78)), url('../images/showroom/showroom-03.webp') center / cover; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 50px; padding-bottom: 60px; }
.footer-brand h2 { margin: 0 0 16px; color: #fff; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.footer-brand p { max-width: 380px; }
.footer-col h3 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.footer-col a, .footer-col span { display: block; min-height: 36px; font-size: 13px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: grid; justify-items: center; gap: 8px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); text-align: center; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
.footer-icp { display: block; }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .menu-toggle { display: grid; }
  .site-nav.is-open { position: fixed; inset: 86px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 20px 80px; background: var(--paper); overflow-y: auto; }
  .site-nav.is-open a:not(.nav-cta) { min-height: 62px; display: flex; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
  .site-nav.is-open .nav-cta { margin-top: 28px; text-align: center; justify-content: center; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 42px; }
  .home-services-grid { grid-template-columns: 1fr; gap: 50px; }
  .home-image-section { min-height: auto; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3) { border-left: 1px solid var(--line); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-step:nth-child(4) { border-left: 1px solid var(--line); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .service-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 680px); }
  .nav-wrap { min-height: 74px; }
  .site-nav.is-open { inset: 74px 0 0; }
  .brand-text small { display: none; }
  .hero { min-height: auto; padding: 40px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 0; }
  .hero-media { order: 1; width: calc(100% - 12px); margin-right: 12px; justify-self: start; }
  .hero-media::before { top: -12px; right: -12px; }
  .hero-media img { height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .display { font-size: clamp(44px, 15vw, 68px); }
  .hero-copy .display { font-size: clamp(39px, 12vw, 56px); }
  .hero-copy p { font-size: 16px; }
  .hero-actions .button { flex: 1 1 150px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 110px; padding: 22px 16px; }
  .fact strong { font-size: 22px; }
  .section { padding: 80px 0; }
  .section-head, .page-hero-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .section-head .section-lead { max-width: none; }
  .home-intro-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 34px; }
  .split-story, .editorial-grid, .faq-layout, .contact-grid, .article-shell { grid-template-columns: 1fr; gap: 44px; }
  .home-page .split-story .statement { font-size: clamp(26px, 8.5vw, 36px); }
  .service-row { grid-template-columns: 42px 1fr 44px; min-height: 128px; gap: 12px; }
  .service-row p { grid-column: 2 / -1; padding-bottom: 22px; }
  .home-image-section::after { background: linear-gradient(180deg, rgba(18,18,16,.9), rgba(22,21,18,.72)); }
  .home-services .service-row { grid-template-columns: 38px minmax(0, 1fr) 44px; min-height: 118px; gap: 10px; }
  .home-services .service-row p { grid-column: 2 / -1; padding-bottom: 18px; }
  .home-project-grid { grid-template-columns: 1fr; gap: 40px; }
  .home-project-card__meta { align-items: start; }
  .project-grid { gap: 14px; }
  .project-card, .project-card:nth-child(3n+1), .project-card:nth-child(3n+2) { grid-column: span 12; }
  .project-card img, .project-card:nth-child(3n+2) img { height: 440px; }
  .project-card__meta { right: 18px; bottom: 18px; left: 18px; }
  .case-index-section { padding-top: 36px; }
  .case-index-grid { grid-template-columns: 1fr; gap: 42px; }
  .case-index-card__body { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding-top: 17px; }
  .case-index-card__action { grid-column: 2; margin-top: 2px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:nth-child(4) { min-height: auto; border-left: 1px solid var(--line); }
  .process-step h3 { margin-top: 38px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 300px; }
  .quote-section { min-height: 620px; }
  .home-page .quote-section { min-height: 560px; }
  .cta-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 52px 0 48px; }
  .page-hero .display { font-size: clamp(40px, 12vw, 60px); }
  .side-card { position: static; }
  .service-card { grid-template-columns: 1fr; }
  .service-card img { height: 300px; }
  .feature-grid { grid-template-columns: 1fr; }
  .gallery { gap: 12px; }
  .gallery figure, .gallery figure:nth-child(4n+1), .gallery figure:nth-child(4n+2), .gallery figure:nth-child(4n+3), .gallery figure:nth-child(4n+4) { grid-column: span 12; }
  .gallery img { height: 440px; }
  .faq-layout { gap: 36px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: clamp(38px, 12vw, 58px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .brand-mark { width: 34px; height: 34px; }
  .brand-text strong { font-size: 17px; }
  .site-nav .nav-cta { display: none; }
  .site-nav.is-open .nav-cta { display: flex; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact, .fact:nth-child(3) { border-left: 1px solid var(--line); }
  .project-card img, .project-card:nth-child(3n+2) img, .gallery img { height: 360px; }
  .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; }
}
