:root {
  --km-navy: #1f2a4d;
  --km-steel: #5a6475;
  --km-mist: #dde2e8;
  --km-blue: #98d0f0;
  --km-purple: #c0b0d8;
  --km-pink: #f8b0c8;
  --km-cold-white: #f5f7fb;
  --km-white: #fff;
  --shell: 1280px;
  --gutter: clamp(24px, 5vw, 72px);
  --radius: 18px;
  color-scheme: light;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--km-navy);
  background: var(--km-cold-white);
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; min-width: 280px; line-height: 1.7; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.3; overflow-wrap: anywhere; }
strong, b { font-weight: 700; }
p { overflow-wrap: anywhere; }
[hidden] { display: none !important; }
::selection { color: var(--km-navy); background: var(--km-blue); }
:focus-visible { outline: 3px solid #3476a1; outline-offset: 5px; }
.shell { width: calc(100% - var(--gutter) * 2); max-width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(68px, 7vw, 112px); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 24px; padding: 10px 20px; background: var(--km-white); border: 2px solid var(--km-navy); border-radius: 6px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* A quiet review notice sits above, not over, the actual website. */
.review-banner { background: var(--km-navy); color: var(--km-cold-white); font-size: 14px; line-height: 1.5; padding: 10px var(--gutter); text-align: center; }
.review-banner a { color: var(--km-white); margin-left: 10px; font-weight: 700; display: inline-block; }
.review-banner .shell { width: 100%; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--km-mist); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; max-width: 330px; text-decoration: none; min-width: 0; }
.brand img { width: 220px; max-height: 64px; object-fit: contain; object-position: left center; }
.brand:has(span) img { width: 88px; max-height: 56px; }
.brand span { white-space: nowrap; font-size: 20px; font-weight: 700; letter-spacing: .05em; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 24px; }
.site-nav a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; font-size: 16px; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { text-decoration: underline; }
.site-nav .nav-contact { border: 1px solid var(--km-navy); border-radius: 6px; padding: 8px 18px; margin-left: 8px; }
.site-nav .nav-contact:hover { color: var(--km-white); background: var(--km-navy); text-decoration: none; }

.eyebrow { font-family: Arial, "Microsoft JhengHei", sans-serif; font-size: 14px; line-height: 1.5; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--km-steel); margin-bottom: 18px; }
.hero-home { padding-block: clamp(64px, 6vw, 94px) clamp(74px, 7vw, 112px); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: clamp(32px, 4.5vw, 72px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 12px; }
.hero-copy .eyebrow::before { content: ""; width: 32px; height: 3px; flex-shrink: 0; background: var(--km-blue); }
.hero-copy h1 { font-size: clamp(44px, 4.15vw, 60px); line-height: 1.27; letter-spacing: -.035em; text-wrap: balance; }
.hero-copy h1 span { display: block; }
.hero-lead { margin-top: 28px; max-width: 550px; color: var(--km-steel); font-size: 20px; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 24px; border: 1px solid var(--km-navy); border-radius: 6px; background: var(--km-navy); color: var(--km-white); font-size: 16px; line-height: 1.5; font-weight: 700; text-decoration: none; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { background: #344366; transform: translateY(-2px); }
.button-secondary { background: transparent; color: var(--km-navy); border-color: #b7bfce; }
.button-secondary:hover { background: var(--km-white); }
.hero-visual { min-width: 0; position: relative; }
.hero-art { position: relative; width: 100%; aspect-ratio: 1.13; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 8% 4% 5% 11%; background: var(--km-navy); border-radius: 22px; z-index: -1; }
.hero-art::after { content: ""; position: absolute; bottom: 4%; left: 20%; right: 13%; height: 7px; background: linear-gradient(90deg, var(--km-blue), var(--km-purple)); z-index: -1; }
.showcase-primary, .showcase-secondary { position: absolute; overflow: hidden; border-radius: 10px; border: 5px solid var(--km-white); background: var(--km-white); object-fit: cover; object-position: top center; box-shadow: 0 16px 38px rgba(31, 42, 77, .19); }
.showcase-primary { width: 93%; aspect-ratio: 1.48; height: auto; top: 0; left: 0; }
.showcase-secondary { width: 65%; aspect-ratio: 1.48; height: auto; bottom: 0; right: 0; }
.showcase-primary img, .showcase-secondary img { width: 100%; height: 100%; aspect-ratio: 1.48; object-fit: cover; object-position: top center; }
.art-label { position: absolute; left: 0; bottom: 5%; max-width: 36%; color: var(--km-steel); font-size: 14px; line-height: 1.6; }
.hero-art.brand-board { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1.28; padding: 38px 28px 42px; background: var(--km-white); border-radius: 22px; box-shadow: 0 16px 38px rgba(31, 42, 77, .055); overflow: hidden; }
.hero-art.brand-board::before { content: none; }
.hero-art.brand-board::after { bottom: 0; left: 0; right: 0; height: 7px; z-index: 1; background: linear-gradient(90deg, var(--km-blue), var(--km-purple), var(--km-pink)); }
.hero-logo { width: 100%; max-width: 460px; max-height: 260px; height: auto; object-fit: contain; }
.brand-board .art-label { position: static; max-width: 100%; margin-top: 22px; color: var(--km-steel); font-size: 16px; text-align: center; letter-spacing: .08em; }
.hero-index { margin-top: 24px; padding-top: 16px; border-top: 1px solid #c9d0dc; display: flex; justify-content: space-between; gap: 12px; color: var(--km-steel); font-size: 14px; letter-spacing: .02em; }
.hero-index span { min-width: 0; }

.section-head { display: flex; align-items: flex-end; flex-wrap: wrap; justify-content: space-between; gap: 16px 32px; margin-bottom: 42px; }
.section-head > .eyebrow { flex-basis: 100%; margin-bottom: -4px; }
.section-head h2 { font-size: clamp(30px, 3vw, 40px); letter-spacing: -.025em; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-meta { color: var(--km-steel); font-size: 16px; max-width: 500px; }
.services { background: var(--km-white); border-top: 1px solid var(--km-mist); border-bottom: 1px solid var(--km-mist); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-item { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding-right: clamp(24px, 3vw, 48px); }
.service-item + .service-item { border-left: 1px solid var(--km-mist); padding-left: clamp(24px, 3vw, 48px); }
.service-item:last-child { padding-right: 0; }
.service-number { color: var(--km-steel); font-size: 16px; letter-spacing: .08em; margin-bottom: 30px; }
.service-number::after { content: ""; display: block; width: 28px; height: 3px; background: var(--km-purple); margin-top: 8px; }
.service-item h3 { font-size: 28px; margin-bottom: 16px; letter-spacing: -.02em; }
.service-item p:not(.service-number) { color: var(--km-steel); font-size: 16px; line-height: 1.8; margin-bottom: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-weight: 700; text-decoration: none; }
.service-item .text-link { margin-top: auto; }
.text-link:hover { text-decoration: underline; }

.works { background: var(--km-cold-white); }
.filter-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: -4px 0 36px; }
.filter-bar button { min-height: 44px; padding: 9px 21px; border: 1px solid #c1c9d4; border-radius: 999px; background: transparent; color: var(--km-navy); font-weight: 400; line-height: 1.5; transition: background-color .15s ease; }
.filter-bar button:hover { background: var(--km-white); }
.filter-bar button[aria-pressed="true"] { background: var(--km-navy); color: var(--km-white); border-color: var(--km-navy); font-weight: 700; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 62px 36px; }
.work-card { min-width: 0; position: relative; }
.work-card.featured { grid-column: 1 / -1; }
.work-card.featured .work-cover { aspect-ratio: 2.4; }
.work-cover { background: var(--km-mist); border: 1px solid var(--km-mist); border-radius: var(--radius); overflow: hidden; aspect-ratio: 2.4; }
.work-cover > a { display: block; width: 100%; height: 100%; text-decoration: none; }
.work-cover > a:focus-visible { outline-offset: -5px; }
.work-cover img { width: 100%; height: 100%; object-fit: contain; object-position: top center; transition: transform .35s ease; }
.work-card:hover .work-cover img { transform: scale(1.015); }
.work-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; margin-bottom: 11px; }
.category { color: var(--km-steel); font-size: 14px; font-weight: 400; letter-spacing: .025em; }
.sample-label { display: inline-flex; align-items: center; padding: 3px 10px; color: var(--km-navy); background: #e9e3f1; border: 1px solid #d2c7e1; border-radius: 999px; font-size: 14px; line-height: 1.4; }
.work-card h3 { font-size: 25px; line-height: 1.4; letter-spacing: -.02em; margin-bottom: 12px; padding-right: 34px; }
.work-card h3 a { text-decoration: none; }
.work-card h3 a:hover { text-decoration: underline; }
.work-card > p { color: var(--km-steel); max-width: 570px; font-size: 16px; line-height: 1.75; }
.work-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 12px; font-weight: 700; text-decoration: none; }
.work-link:hover { text-decoration: underline; }
.works-empty { padding: 30px 0; color: var(--km-steel); }

/* These panels contain synthetic sample content, never live client data. */
.synthetic-mini { width: 100%; height: 100%; padding: clamp(18px, 3vw, 42px); overflow: hidden; background: var(--km-mist); }
.synthetic-window { display: grid; grid-template-columns: 24% minmax(0, 1fr); grid-template-rows: auto 1fr; min-height: 400px; color: var(--km-navy); background: var(--km-white); border: 1px solid #cbd2dd; border-radius: 9px; overflow: hidden; box-shadow: 0 14px 34px rgba(31, 42, 77, .12); }
.window-chrome { grid-column: 1 / -1; background: var(--km-cold-white); border-bottom: 1px solid var(--km-mist); min-height: 34px; padding: 7px 14px; font-size: 14px; color: var(--km-steel); }
.window-chrome span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #a5afbf; margin-right: 4px; vertical-align: middle; }
.synthetic-sidebar { background: var(--km-navy); padding: 24px 16px; color: var(--km-white); font-size: 14px; line-height: 1.65; }
.synthetic-sidebar p { color: var(--km-white); padding: 8px 0; margin: 0 0 12px; }
.synthetic-sidebar strong { display: block; margin-bottom: 24px; }
.synthetic-sidebar ul { list-style: none; margin: 18px 0 0; padding: 0; }
.synthetic-sidebar li { padding: 10px 0; }
.synthetic-content { padding: clamp(16px, 3vw, 36px); min-width: 0; }
.synthetic-content h2 { font-size: 24px; margin-bottom: 18px; }
.synthetic-content h3 { font-size: 20px; margin-bottom: 18px; }
.synthetic-content > p { color: var(--km-steel); margin-bottom: 20px; font-size: 16px; }
.synthetic-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--km-mist); font-size: 16px; }
.synthetic-row span:first-child { min-width: 0; }
.synthetic-pill { display: inline-block; border-radius: 999px; padding: 4px 10px; background: #e8f2f9; color: var(--km-navy); font-size: 14px; white-space: nowrap; }
.synthetic-field { margin: 16px 0; padding: 12px 14px; min-height: 46px; border: 1px solid var(--km-mist); border-radius: 5px; background: var(--km-cold-white); font-size: 16px; }
.synthetic-field label, .synthetic-field strong { display: block; margin-bottom: 6px; }
.synthetic-mini .synthetic-window { min-height: 300px; }
.synthetic-mini .synthetic-sidebar { padding: 20px 12px; }
.synthetic-mini .synthetic-content { padding: 22px; }
.synthetic-mini .synthetic-content h2, .synthetic-mini .synthetic-content h3 { font-size: 20px; }
.synthetic-mini .synthetic-row { padding: 12px 0; }

.contact { padding-top: 20px; }
.contact-panel { position: relative; overflow: hidden; padding: clamp(40px, 5vw, 76px); border-radius: 22px; color: var(--km-white); background: var(--km-navy); }
.contact-panel::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: linear-gradient(90deg, var(--km-blue), var(--km-purple), var(--km-pink)); }
.contact-panel .eyebrow { color: var(--km-blue); }
.contact-panel h2 { color: var(--km-white); font-size: clamp(32px, 3.7vw, 48px); letter-spacing: -.025em; margin-bottom: 22px; }
.contact-panel > p { color: #e2e7ef; font-size: 18px; line-height: 1.8; max-width: 720px; }
.contact-panel .contact-state { display: block; width: fit-content; max-width: 100%; margin-top: 32px; padding-top: 22px; border-top: 1px solid #64708b; color: #e2e7ef; font-size: 16px; }
.contact-panel a { color: var(--km-white); }
.contact-panel a:focus-visible { outline-color: var(--km-blue); }
.site-footer { border-top: 1px solid var(--km-mist); background: var(--km-white); padding-block: 32px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px 32px; color: var(--km-steel); font-size: 14px; }
.footer-inner strong { color: var(--km-navy); font-size: 16px; }
.footer-inner a { min-height: 44px; display: inline-flex; align-items: center; }

.case-top { padding-block: 42px 26px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--km-steel); font-size: 14px; }
.breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.case-top > .shell > .eyebrow { margin-top: 32px; }
.case-top h1 { font-size: 48px; margin-top: 18px; }
.case-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: start; gap: clamp(32px, 4.5vw, 72px); padding-bottom: 96px; }
.case-gallery { min-width: 0; }
.case-gallery > * + * { margin-top: 36px; }
.case-gallery figure { margin: 0 0 36px; }
.case-image-frame { overflow: hidden; border: 1px solid var(--km-mist); border-radius: 14px; background: var(--km-white); box-shadow: 0 12px 36px rgba(31, 42, 77, .06); }
.case-image-frame img { width: 100%; height: auto; }
.image-zoom-link { display: block; position: relative; cursor: zoom-in; }
.image-zoom-link:focus-visible { outline-offset: -5px; }
.image-lightbox { position: fixed; width: max-content; max-width: min(96vw, 1500px); max-height: 94vh; margin: auto; border: 0; border-radius: 12px; padding: 52px 16px 16px; background: var(--km-white); color: var(--km-navy); box-shadow: 0 18px 65px rgba(0, 0, 0, .25); overflow: auto; }
.image-lightbox[open] { display: block; }
.image-lightbox::backdrop { background: rgba(17, 24, 44, .85); }
.image-lightbox img { width: auto; max-width: 100%; height: auto; margin: auto; }
.image-lightbox p { margin-top: 12px; padding: 4px 8px; color: var(--km-steel); font-size: 14px; }
.lightbox-close { position: absolute; top: 4px; right: 8px; min-width: 44px; min-height: 44px; padding: 8px 14px; color: var(--km-navy); background: var(--km-white); border: 0; border-radius: 6px; font-weight: 700; }
.lightbox-close:hover { background: var(--km-cold-white); }
.case-image-frame .synthetic-window { border: 0; border-radius: 0; box-shadow: none; }
.image-caption { font-size: 14px; color: var(--km-steel); line-height: 1.65; margin-top: 12px; }
.case-aside { position: sticky; top: 126px; min-width: 0; padding-top: 4px; }
.case-aside > .category { display: inline-block; margin: 0 10px 22px 0; }
.case-aside > .sample-label { vertical-align: baseline; margin-bottom: 22px; }
.case-aside h1 { font-size: clamp(32px, 3.1vw, 46px); line-height: 1.35; letter-spacing: -.03em; margin-bottom: 28px; }
.case-summary { color: var(--km-steel); font-size: 18px; line-height: 1.9; }
.case-summary p + p { margin-top: 16px; }
.case-facts { margin: 32px 0; border-top: 1px solid #c9d0dc; }
dl.case-facts, .case-facts dl { margin: 32px 0; }
.case-facts dl { margin: 0; }
.case-facts > div, .case-facts dl > div { padding: 18px 0; border-bottom: 1px solid var(--km-mist); }
.case-facts dt { font-size: 14px; color: var(--km-steel); margin-bottom: 5px; }
.case-facts dd { margin: 0; font-size: 16px; line-height: 1.8; overflow-wrap: anywhere; }
.case-facts dd ul { padding-left: 1.2em; margin: 8px 0 0; }
.case-facts dd li + li { margin-top: 6px; }
.case-aside .button { margin-top: 2px; }
.back-link { display: flex; align-items: center; width: fit-content; gap: 10px; min-height: 44px; margin-top: 22px; font-size: 16px; text-decoration: none; }
.back-link:hover { text-decoration: underline; }
.related { border-top: 1px solid var(--km-mist); background: var(--km-white); }
.related .work-grid { gap: 40px 36px; }

.review-page main { padding-block: 60px 96px; }
.review-intro { max-width: 860px; margin-bottom: 44px; }
.review-intro h1 { font-size: clamp(34px, 4vw, 50px); margin-bottom: 24px; }
.review-intro > p { color: var(--km-steel); font-size: 18px; line-height: 1.8; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.review-card { min-width: 0; padding: 32px; border: 1px solid var(--km-mist); border-radius: 14px; background: var(--km-white); }
.review-card h2 { font-size: 24px; margin-bottom: 18px; }
.review-card p { color: var(--km-steel); }
.review-card p + p { margin-top: 12px; }
.review-card ol, .review-card ul { padding-left: 1.4em; margin: 16px 0 0; }
.review-card li + li { margin-top: 12px; }
.review-card li a { overflow-wrap: anywhere; }
.review-card .button { margin-top: 24px; }
.review-card.full-width { grid-column: 1 / -1; }
.review-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 16px; }
.review-table th, .review-table td { text-align: left; vertical-align: top; border-bottom: 1px solid var(--km-mist); padding: 14px 10px; }
.review-table th { color: var(--km-steel); font-size: 14px; }

@media (max-width: 1100px) {
  .hero-layout { gap: 32px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-lead { font-size: 18px; }
  .hero-art { aspect-ratio: 1; }
  .art-label { bottom: 8%; }
  .site-nav { column-gap: 16px; }
  .site-nav .nav-contact { margin-left: 0; }
  .case-layout { gap: 36px; }
  .synthetic-mini { padding: 22px; }
  .synthetic-mini .synthetic-window { grid-template-columns: 26% minmax(0, 1fr); }
  .synthetic-mini .synthetic-content { padding: 18px; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 88px; gap: 16px; }
  .brand img { width: 184px; max-height: 54px; }
  .brand:has(span) img { width: 64px; }
  .brand span { font-size: 17px; }
  .site-nav { column-gap: 14px; }
  .site-nav .nav-contact { padding-inline: 12px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); gap: 50px; }
  .hero-copy { max-width: 680px; }
  .hero-copy h1 { font-size: 52px; }
  .hero-lead { max-width: 620px; }
  .hero-visual { width: 100%; max-width: 630px; justify-self: center; }
  .hero-art { aspect-ratio: 1.5; }
  .hero-art.brand-board { aspect-ratio: 1.8; padding: 36px; }
  .showcase-primary { width: 78%; aspect-ratio: 1.6; }
  .showcase-secondary { width: 52%; aspect-ratio: 1.6; }
  .showcase-primary img, .showcase-secondary img { aspect-ratio: 1.6; }
  .art-label { max-width: 44%; bottom: 5%; }
  .service-item { padding-right: 22px; }
  .service-item + .service-item { padding-left: 22px; }
  .service-item h3 { font-size: 24px; }
  .work-grid { gap: 46px 26px; }
  .work-card h3 { font-size: 24px; padding-right: 0; }
  .work-cover { border-radius: 12px; }
  .case-layout { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .case-aside { grid-row: 1; position: static; padding-top: 0; }
  .case-aside h1 { max-width: 680px; font-size: 40px; }
  .case-summary { max-width: 680px; }
  .case-facts { max-width: 680px; }
  .case-gallery { grid-row: 2; }
  .synthetic-mini { padding: 16px; }
  .synthetic-mini .synthetic-window { min-height: 250px; grid-template-columns: 24% minmax(0, 1fr); }
  .synthetic-mini .synthetic-sidebar { padding: 14px 8px; }
  .synthetic-mini .synthetic-content { padding: 14px; }
  .synthetic-mini .synthetic-content h2, .synthetic-mini .synthetic-content h3 { font-size: 18px; }
  .synthetic-mini .synthetic-row { font-size: 14px; gap: 8px; padding: 10px 0; }
  .synthetic-mini .synthetic-pill { font-size: 12px; padding-inline: 7px; }
  .review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 590px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 130px; }
  .section { padding-block: 60px; }
  .review-banner { font-size: 14px; text-align: left; padding-block: 10px; }
  .review-banner a { margin-left: 0; margin-right: 10px; }
  .header-inner { min-height: 114px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding-block: 12px 8px; }
  .brand img { width: 176px; max-height: 45px; }
  .brand:has(span) img { width: 60px; max-height: 38px; }
  .brand span { font-size: 18px; }
  .site-nav { width: 100%; justify-content: space-between; flex-wrap: nowrap; gap: 12px; }
  .site-nav a { font-size: 14px; min-height: 44px; }
  .site-nav .nav-contact { border: 0; border-radius: 0; padding: 0; }
  .site-nav .nav-contact:hover { background: transparent; color: var(--km-navy); text-decoration: underline; }
  .hero-home { padding-block: 54px 60px; }
  .hero-layout { gap: 42px; }
  .eyebrow { font-size: 14px; margin-bottom: 18px; }
  .hero-copy h1 { font-size: 40px; line-height: 1.3; letter-spacing: -.03em; text-wrap: pretty; }
  .hero-lead { font-size: 18px; margin-top: 24px; line-height: 1.75; }
  .hero-actions { gap: 12px; margin-top: 28px; }
  .button { padding-inline: 19px; min-height: 50px; }
  .hero-art { aspect-ratio: 1.13; }
  .hero-art.brand-board { aspect-ratio: 1.22; padding: 32px 22px 36px; border-radius: 16px; }
  .brand-board .art-label { margin-top: 18px; font-size: 16px; max-width: 100%; }
  .hero-art::before { border-radius: 14px; }
  .showcase-primary { width: 95%; aspect-ratio: 1.5; border-width: 3px; border-radius: 7px; }
  .showcase-secondary { width: 65%; aspect-ratio: 1.5; border-width: 3px; border-radius: 7px; }
  .showcase-primary img, .showcase-secondary img { aspect-ratio: 1.5; }
  .art-label { max-width: 31%; font-size: 14px; line-height: 1.55; bottom: 4%; }
  .hero-index { font-size: 14px; gap: 10px; line-height: 1.5; margin-top: 20px; }
  .section-head { gap: 14px; margin-bottom: 32px; }
  .section-head h2 { font-size: 30px; }
  .section-head .eyebrow { margin-bottom: 12px; }
  .section-meta { font-size: 16px; }
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .service-item, .service-item + .service-item { padding: 28px 0; border-left: 0; }
  .service-item:first-child { padding-top: 0; }
  .service-item:last-child { padding-bottom: 0; }
  .service-item + .service-item { border-top: 1px solid var(--km-mist); }
  .service-number { margin-bottom: 20px; }
  .service-item h3 { font-size: 24px; margin-bottom: 14px; }
  .service-item p:not(.service-number) { margin-bottom: 10px; }
  .filter-bar { gap: 8px; margin-bottom: 28px; }
  .filter-bar button { padding: 9px 15px; font-size: 16px; }
  .work-grid, .related .work-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .work-card.featured { grid-column: auto; }
  .work-card.featured .work-cover { aspect-ratio: 2.4; }
  .work-meta { margin-top: 18px; margin-bottom: 10px; }
  .work-card h3 { font-size: 24px; margin-bottom: 10px; }
  .work-link { margin-top: 8px; }
  .contact { padding-top: 6px; }
  .contact-panel { padding: 36px 26px 42px; border-radius: 16px; }
  .contact-panel h2 { font-size: 30px; line-height: 1.4; }
  .contact-panel > p { font-size: 18px; }
  .contact-panel .contact-state { margin-top: 26px; }
  .site-footer { padding-block: 24px; }
  .footer-inner { display: block; }
  .footer-inner > * + * { margin-top: 8px; }
  .case-top { padding-block: 22px 18px; }
  .case-top h1 { font-size: 36px; }
  .case-layout { padding-bottom: 60px; gap: 36px; }
  .case-aside > .category, .case-aside > .sample-label { margin-bottom: 16px; }
  .case-aside h1 { font-size: 36px; margin-bottom: 22px; }
  .case-summary { font-size: 18px; line-height: 1.8; }
  .case-facts { margin-block: 26px; }
  .case-facts > div, .case-facts dl > div { padding-block: 16px; }
  .case-gallery > * + *, .case-gallery figure { margin-bottom: 28px; }
  .case-image-frame { border-radius: 10px; }
  .image-lightbox { max-width: 96vw; padding: 52px 8px 12px; }
  .synthetic-window { grid-template-columns: minmax(0, 1fr); min-height: 350px; }
  .synthetic-sidebar { display: none; }
  .synthetic-content { padding: 22px 18px; }
  .synthetic-content h2 { font-size: 22px; }
  .synthetic-mini { padding: 20px; }
  .synthetic-mini .synthetic-window { min-height: 250px; grid-template-columns: 24% minmax(0, 1fr); }
  .synthetic-mini .synthetic-sidebar { display: block; padding: 16px 10px; }
  .synthetic-mini .synthetic-content { padding: 18px 14px; }
  .synthetic-mini .synthetic-row { font-size: 14px; }
  .review-page main { padding-block: 42px 60px; }
  .review-intro h1 { font-size: 36px; }
  .review-card { padding: 26px 22px; }
  .review-card h2 { font-size: 24px; }
  .review-table { font-size: 16px; }
  .review-table th, .review-table td { padding: 12px 6px; overflow-wrap: anywhere; }
}

@media (max-width: 350px) {
  :root { --gutter: 20px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .site-nav { gap: 8px; }
  .site-nav a { font-size: 14px; }
  .contact-panel { padding-inline: 22px; }
  .synthetic-mini { padding: 14px; }
  .synthetic-mini .synthetic-sidebar { padding-inline: 7px; }
  .synthetic-mini .synthetic-content { padding: 16px 10px; }
}

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

@media print {
  .review-banner, .site-nav, .filter-bar, .hero-actions, .back-link, .related, .skip-link { display: none !important; }
  .site-header { position: static; background: #fff; }
  .shell { width: 100%; }
  .section { padding-block: 30px; }
  .case-layout { display: block; }
  .case-aside { position: static; margin-bottom: 30px; }
  .work-card, .case-image-frame, .service-item { break-inside: avoid; }
  .hero-art, .contact-panel, .synthetic-sidebar { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
