:root {
  --ink: #171715;
  --soft-ink: #595a56;
  --paper: #f7f7f4;
  --white: #fff;
  --mist: #e9ebe7;
  --line: #cfd1cc;
  --brand-brown: #493326;
  --header-height: 74px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; line-height: 1.7; letter-spacing: 0; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--brand-brown); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 9px 14px; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 14px; }
.shell { width: min(1320px, calc(100% - 72px)); margin: 0 auto; }
.section { padding: 124px 0; }
.eyebrow { margin: 0 0 18px; color: var(--soft-ink); font-size: 11px; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(30px, 3.5vw, 54px); font-weight: 500; line-height: 1.22; overflow-wrap: anywhere; word-break: break-word; }
.split-title span { display: block; }
.section-copy { margin: 0; color: var(--soft-ink); font-size: 15px; overflow-wrap: anywhere; word-break: break-word; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; }
.text-link::after { content: "→"; font-size: 16px; }
.service-dock { position: fixed; right: 18px; top: 50%; z-index: 45; display: grid; gap: 8px; transform: translateY(-50%); }
.service-dock a { width: 42px; min-height: 92px; padding: 12px 8px; display: grid; place-items: center; border: 1px solid rgba(23,23,21,.16); background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 18px 38px rgba(28,28,24,.08); font-size: 12px; line-height: 1.25; text-align: center; writing-mode: vertical-rl; letter-spacing: 0; }
.service-dock a.primary { background: var(--ink); color: var(--white); border-color: var(--ink); }

.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); border-bottom: 1px solid #e5e5e1; background: rgba(255,255,255,.98); }
.nav { width: min(1440px, calc(100% - 48px)); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 32px; }
.brand-logo { display: block; width: 156px; }
.brand-logo img { height: 35px; object-fit: contain; object-position: left center; filter: brightness(.48) saturate(.95); }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 34px; font-size: 13px; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: currentColor; transition: right 180ms ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-group { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown { position: absolute; left: 50%; top: 100%; width: 180px; padding: 14px 18px 16px; display: grid; gap: 7px; border: 1px solid #e3e3df; background: rgba(255,255,255,.98); box-shadow: 0 18px 38px rgba(28,28,24,.08); opacity: 0; pointer-events: none; transform: translate(-50%, 8px); transition: opacity 180ms ease, transform 180ms ease; visibility: hidden; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); visibility: visible; }
.nav-dropdown a { padding: 4px 0; color: var(--soft-ink); font-size: 12px; }
.nav-dropdown a::after { bottom: 1px; }
.nav-contact { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; white-space: nowrap; }
.nav-contact::before { content: ""; width: 26px; height: 1px; background: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 22px; height: 1px; background: currentColor; transition: transform 180ms ease; }
.menu-icon { position: relative; margin: 0 auto; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -7px; }
.menu-icon::after { top: 7px; }
.menu-open .menu-icon { background: transparent; }
.menu-open .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-icon::after { top: 0; transform: rotate(-45deg); }

.page-hero { min-height: min(76svh, 780px); display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 64px; align-items: center; padding: 76px 36px 58px; background: var(--white); }
.page-hero > *, .intro-grid > *, .material-layout > *, .contact-layout > * { min-width: 0; }
.page-hero-copy { max-width: 520px; min-width: 0; }
.page-hero-copy h1 { margin: 0; font-size: clamp(46px, 7vw, 92px); font-weight: 500; line-height: 1.02; }
.page-hero-copy p { margin: 28px 0 0; color: var(--soft-ink); font-size: 15px; overflow-wrap: anywhere; word-break: break-word; }
.page-hero-media { align-self: stretch; min-height: 560px; overflow: hidden; background: #e7e5df; }
.page-hero-media img { height: 100%; object-fit: cover; object-position: center 68%; }
.media-collage { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 10px; background: var(--white); }
.media-collage img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.media-collage img:first-child { grid-row: 1 / span 2; }
.about-hero { grid-template-columns: .82fr 1.18fr; gap: 72px; }
.about-hero-media { margin: 0; align-self: center; min-width: 0; }
.about-hero-media img { width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; object-position: center; background: #e7e5df; display: block; }
.about-hero-media figcaption { margin-top: 14px; display: flex; justify-content: space-between; gap: 20px; color: var(--soft-ink); font-size: 12px; line-height: 1.7; }
.about-hero-media figcaption strong { color: var(--ink); font-weight: 500; }
.about-hero-media figcaption span { overflow-wrap: anywhere; word-break: break-word; }
.intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: end; }
.intro-grid .section-copy { max-width: 690px; }
.quiet-band { background: var(--mist); }
.white-band { background: var(--white); }
.evidence-strip { margin-top: 58px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.evidence-strip img { aspect-ratio: 1 / 1; height: auto; object-fit: cover; object-position: center; background: #dedbd3; }
.case-spectrum { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--soft-ink); font-size: 12px; }
.case-spectrum a { flex: 0 0 auto; padding: 4px 0; border-bottom: 1px solid rgba(23,23,21,.24); transition: color 180ms ease, border-color 180ms ease; }
.case-spectrum a:hover, .case-spectrum a:focus-visible { color: var(--ink); border-color: var(--ink); }

.gallery-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 28px; align-items: start; }
.product-card, .case-card, .process-card { margin: 0; min-width: 0; }
.product-card { grid-column: span 4; }
.product-card:nth-child(3n + 2) { margin-top: 56px; }
.product-media { aspect-ratio: 4 / 5; overflow: hidden; background: #e9e7e1; }
.product-media img { height: 100%; object-fit: cover; object-position: center 78%; }
figcaption { margin-top: 14px; display: flex; justify-content: space-between; gap: 20px; color: var(--soft-ink); font-size: 12px; }
figcaption strong { color: var(--ink); font-size: 15px; font-weight: 500; }

.case-card { grid-column: span 6; scroll-margin-top: calc(var(--header-height) + 24px); }
.case-card.wide { grid-column: span 12; }
.case-media { aspect-ratio: 16 / 10; overflow: hidden; background: #e2e0da; }
.case-card:not(.wide) .case-media { aspect-ratio: 4 / 3; }
.case-media img { height: 100%; object-fit: cover; object-position: center; }
.case-meta { margin-top: 18px; display: grid; grid-template-columns: 120px 1fr; gap: 28px; border-top: 1px solid var(--line); padding-top: 16px; }
.case-meta span { color: var(--soft-ink); font-size: 12px; }
.case-meta h2 { margin: 0; font-size: 24px; font-weight: 500; line-height: 1.35; }
.case-meta p { margin: 8px 0 0; color: var(--soft-ink); font-size: 13px; }
.case-index-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px 18px; }
.case-index-card { min-width: 0; scroll-margin-top: calc(var(--header-height) + 24px); }
.case-index-card img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; object-position: center; background: #dedbd3; }
.case-index-card span { display: block; margin-top: 12px; color: var(--soft-ink); font-size: 11px; }
.case-index-card h3 { margin: 4px 0 0; font-size: 15px; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; word-break: break-word; }
.case-cta { margin-top: 70px; padding-top: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; border-top: 1px solid var(--ink); }
.case-cta p { max-width: 720px; margin: 0; color: var(--soft-ink); font-size: 14px; }
.case-group-list { margin-top: 86px; display: grid; gap: 92px; }
.case-group { display: grid; grid-template-columns: 230px 1fr; gap: 56px; padding-top: 24px; border-top: 1px solid var(--ink); scroll-margin-top: calc(var(--header-height) + 24px); }
.case-group-head { align-self: start; position: sticky; top: calc(var(--header-height) + 24px); }
.case-group-head span { color: var(--soft-ink); font-family: Georgia, serif; font-size: 12px; }
.case-group-head h2 { margin: 22px 0 0; font-size: 24px; font-weight: 500; line-height: 1.28; }
.case-group-head p { margin: 12px 0 0; color: var(--soft-ink); font-size: 12px; }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 20px; }
.case-tile { min-width: 0; }
.case-tile img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; object-position: center; background: #dedbd3; }
.case-tile span { display: block; margin-top: 12px; color: var(--soft-ink); font-size: 11px; }
.case-tile h3 { margin: 4px 0 0; font-size: 17px; font-weight: 500; line-height: 1.38; overflow-wrap: anywhere; word-break: break-word; }
.case-tile p { margin: 8px 0 0; color: var(--soft-ink); font-size: 12px; }

.process-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-card { border-top: 1px solid var(--ink); padding-top: 18px; }
.process-card img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; background: #ddd9d0; }
.process-card span { display: block; margin-top: 18px; color: var(--soft-ink); font-family: Georgia, serif; font-size: 12px; }
.process-card h2 { margin: 9px 0 0; font-size: 18px; font-weight: 500; }
.process-card p { margin: 8px 0 0; color: var(--soft-ink); font-size: 12px; }

.about-stat-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.about-stat { min-height: 138px; padding: 24px 20px 22px 0; border-right: 1px solid rgba(23,23,21,.22); }
.about-stat:not(:first-child) { padding-left: 24px; }
.about-stat:last-child { border-right: 0; }
.about-stat strong { display: block; font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1.15; }
.about-stat span { display: block; margin-top: 12px; color: var(--soft-ink); font-size: 12px; }
.about-service-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.about-service { min-height: 230px; padding: 24px 28px 26px 0; border-right: 1px solid var(--line); }
.about-service:not(:first-child) { padding-left: 28px; }
.about-service:last-child { border-right: 0; }
.about-service span { color: var(--soft-ink); font-family: Georgia, serif; font-size: 12px; }
.about-service h2 { margin: 34px 0 0; font-size: 22px; font-weight: 500; }
.about-service p { margin: 13px 0 0; color: var(--soft-ink); font-size: 13px; }
.audience-list { border-top: 1px solid var(--ink); }
.audience-list article { min-height: 112px; padding: 20px 0 19px; display: grid; grid-template-columns: 220px 1fr; gap: 34px; border-bottom: 1px solid rgba(23,23,21,.2); }
.audience-list strong { font-size: 16px; font-weight: 500; }
.audience-list p { margin: 0; color: var(--soft-ink); font-size: 13px; }

.material-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: start; }
.material-list { border-top: 1px solid var(--ink); }
.material-item { min-height: 94px; display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid rgba(23,23,21,.2); }
.material-item span { font-family: Georgia, serif; font-size: 12px; color: var(--soft-ink); }
.material-item h2 { margin: 0; font-size: 18px; font-weight: 500; }
.material-item p { margin: 5px 0 0; color: var(--soft-ink); font-size: 12px; }
.material-note-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.material-note { min-height: 178px; padding: 22px 24px 22px 0; border-right: 1px solid var(--line); }
.material-note:not(:first-child) { padding-left: 24px; }
.material-note:last-child { border-right: 0; }
.material-note span { color: var(--soft-ink); font-family: Georgia, serif; font-size: 12px; }
.material-note h2 { margin: 28px 0 0; font-size: 20px; font-weight: 500; line-height: 1.35; }
.material-note p { margin: 10px 0 0; color: var(--soft-ink); font-size: 12px; }
.craft-panel { padding: 34px; background: var(--white); }
.craft-panel img { aspect-ratio: 4 / 3; object-fit: cover; background: #dedbd3; }
.craft-panel p { margin: 22px 0 0; color: var(--soft-ink); font-size: 13px; }
.craft-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.craft-card { margin: 0; min-width: 0; }
.craft-card img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; background: #dedbd3; }
.craft-card figcaption { margin-top: 10px; display: grid; gap: 2px; color: var(--soft-ink); font-size: 12px; }
.craft-card figcaption strong { color: var(--ink); font-size: 14px; font-weight: 500; }

.contact-panel { background: var(--ink); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; }
.contact-panel .eyebrow, .contact-panel .section-copy { color: #b9bbb5; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #b9bbb5; font-size: 11px; }
.field input, .field select, .field textarea { width: 100%; min-height: 44px; padding: 8px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; background: transparent; color: var(--white); }
.field textarea { min-height: 98px; resize: vertical; }
.submit-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; }
.submit-button { min-height: 44px; padding: 0 20px; border: 1px solid var(--white); border-radius: 0; background: var(--white); color: var(--ink); cursor: pointer; }
.form-status { min-height: 22px; margin: 0; color: #d4d1c9; font-size: 12px; }
.consult-route-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.consult-route { min-height: 260px; padding: 24px 28px 28px 0; border-right: 1px solid var(--line); }
.consult-route:not(:first-child) { padding-left: 28px; }
.consult-route:last-child { border-right: 0; }
.consult-route span, .prepare-list span { color: var(--soft-ink); font-family: Georgia, serif; font-size: 12px; }
.consult-route h2 { margin: 34px 0 0; font-size: 22px; font-weight: 500; line-height: 1.32; }
.consult-route p { margin: 13px 0 0; color: var(--soft-ink); font-size: 13px; }
.consult-route a { display: inline-flex; margin-top: 22px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; }
.consult-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 86px; align-items: start; }
.consult-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; padding: 34px; background: var(--ink); color: var(--white); }
.consult-form .field label { color: #b9bbb5; }
.consult-form .field input, .consult-form .field select, .consult-form .field textarea { border-bottom-color: rgba(255,255,255,.45); color: var(--white); }
.consult-form .field input::placeholder, .consult-form .field textarea::placeholder { color: rgba(255,255,255,.42); }
.consult-form .text-link { color: var(--white); }
.prepare-list { margin-top: 52px; display: grid; gap: 18px; border-top: 1px solid var(--ink); }
.prepare-list article { padding-top: 18px; display: grid; grid-template-columns: 42px 120px 1fr; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.prepare-list strong { font-size: 15px; font-weight: 500; }
.prepare-list p { margin: 0; color: var(--soft-ink); font-size: 12px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-list { margin-top: 36px; border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid rgba(23,23,21,.2); padding: 20px 0; }
.faq-list summary { cursor: pointer; font-size: 17px; font-weight: 500; }
.faq-list p { max-width: 780px; margin: 12px 0 0; color: var(--soft-ink); font-size: 13px; }

.site-footer { padding: 64px 0 28px; background: #10110f; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; }
.footer-logo { display: block; width: 230px; }
.footer-logo img { height: 50px; object-fit: contain; object-position: left center; }
.footer-copy { margin: 20px 0 0; color: #b6b8b2; font-size: 12px; }
.footer-links { display: flex; align-items: center; gap: 28px; }
.footer-links a { font-size: 12px; }
.footer-domain { font-family: Georgia, serif; font-size: 24px !important; }
.footer-bottom { margin-top: 50px; padding-top: 18px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.2); color: #949791; font-size: 10px; }

@media (max-width: 980px) {
  :root { --header-height: 68px; }
  .shell { width: min(760px, calc(100% - 40px)); }
  .section { padding: 94px 0; }
  .nav { width: calc(100% - 36px); grid-template-columns: 1fr auto; }
  .brand-logo { width: 142px; }
  .nav-contact { display: none; }
  .menu-button { display: block; }
  .nav-links { position: fixed; inset: var(--header-height) 0 auto; height: calc(100svh - var(--header-height)); padding: 48px 24px; display: none; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 10px; background: var(--white); font-size: 27px; overflow-y: auto; }
  .nav-links.open { display: flex; }
  .nav-group { width: 100%; display: grid; align-items: start; }
  .nav-dropdown { position: static; width: auto; padding: 0 0 0 18px; gap: 6px; border: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
  .nav-dropdown a { padding: 1px 0; font-size: 16px; }
  .page-hero, .intro-grid, .material-layout, .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .page-hero { padding: 54px 20px 42px; }
  .page-hero-media { min-height: 420px; }
  .media-collage { min-height: 420px; }
  .about-hero { gap: 34px; }
  .about-hero-media img { aspect-ratio: 4 / 3; }
  .about-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .about-stat:nth-child(2) { border-right: 0; }
  .about-stat:nth-child(n + 3) { border-top: 1px solid rgba(23,23,21,.22); }
  .about-stat:nth-child(3) { padding-left: 0; }
  .about-service-grid, .material-note-grid { grid-template-columns: 1fr; }
  .about-service, .about-service:not(:first-child), .material-note, .material-note:not(:first-child) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-service h2, .material-note h2 { margin-top: 14px; }
  .audience-list article { grid-template-columns: 1fr; gap: 6px; }
  .consult-layout, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .consult-route-grid { grid-template-columns: 1fr; }
  .consult-route, .consult-route:not(:first-child) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .consult-route h2 { margin-top: 14px; }
  .prepare-list article { grid-template-columns: 34px 1fr; gap: 10px 16px; }
  .prepare-list p { grid-column: 2; }
  .product-card { grid-column: span 6; margin-top: 0 !important; }
  .case-group { grid-template-columns: 1fr; gap: 26px; }
  .case-group-head { position: static; max-width: 620px; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-index-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .evidence-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 32px); }
  .section { padding: 74px 0; }
  .eyebrow { margin-bottom: 14px; }
  .section-title { font-size: 30px; word-break: break-all; }
  .section-copy, .page-hero-copy p { word-break: break-all; }
  .intro-grid { min-width: 0; }
  .intro-grid > div { min-width: 0; }
  .page-hero-copy { max-width: 100%; overflow: hidden; }
  .page-hero { min-height: 0; }
  .page-hero-copy h1 { font-size: 50px; }
  .page-hero-copy p { margin-top: 20px; font-size: 13px; }
  .page-hero-media { min-height: 0; aspect-ratio: 4 / 5; }
  .media-collage { aspect-ratio: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; gap: 8px; }
  .media-collage img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .about-hero-media img { aspect-ratio: 4 / 3; }
  .about-hero-media figcaption { display: grid; gap: 2px; font-size: 11px; }
  .gallery-grid { margin-top: 46px; grid-template-columns: 1fr; gap: 44px; }
  .product-card, .case-card, .case-card.wide { grid-column: auto; }
  .case-meta { grid-template-columns: 1fr; gap: 8px; }
  .case-spectrum { margin-top: 32px; }
  .case-group-list { margin-top: 54px; gap: 72px; }
  .case-group { padding-top: 18px; gap: 22px; }
  .case-group-head h2 { margin-top: 12px; font-size: 22px; }
  .case-grid { gap: 28px 12px; }
  .case-tile span { margin-top: 10px; font-size: 10px; }
  .case-tile h3 { font-size: 14px; }
  .case-tile p { display: none; }
  .case-index-grid { margin-top: 42px; grid-template-columns: repeat(2, 1fr); gap: 30px 12px; }
  .case-index-card h3 { font-size: 14px; }
  .case-cta { margin-top: 48px; grid-template-columns: 1fr; gap: 18px; }
  figcaption { display: grid; gap: 2px; }
  .process-grid { margin-top: 46px; grid-template-columns: 1fr; }
  .evidence-strip { margin-top: 38px; grid-template-columns: repeat(2, 1fr); }
  .about-stat-grid, .about-service-grid, .material-note-grid { margin-top: 44px; }
  .about-stat, .about-stat:not(:first-child) { min-height: 106px; padding: 18px 0; border-right: 0; }
  .about-stat { border-bottom: 1px solid rgba(23,23,21,.22); }
  .about-stat:nth-child(n + 3) { border-top: 0; }
  .about-stat strong { font-size: 27px; }
  .craft-panel { padding: 18px; }
  .craft-gallery { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .consult-form { grid-template-columns: 1fr; padding: 22px; }
  .field.full, .submit-row { grid-column: auto; }
  .submit-row { display: grid; gap: 12px; }
  .service-dock { left: 0; right: 0; top: auto; bottom: 0; grid-template-columns: repeat(3, 1fr); gap: 0; transform: none; }
  .service-dock a { width: auto; min-height: 50px; padding: 8px 4px; border-right: 0; border-bottom: 0; writing-mode: horizontal-tb; box-shadow: 0 -10px 28px rgba(28,28,24,.08); }
  body { padding-bottom: 50px; }
  .footer-main, .footer-bottom { display: grid; grid-template-columns: 1fr; }
  .footer-links { display: grid; gap: 12px; }
  .footer-domain { margin-top: 6px; font-size: 20px !important; }
}

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