:root {
  --ink: #1d252b;
  --muted: #606b72;
  --quiet: #8a9297;
  --paper: #ffffff;
  --soft: #f4f7f9;
  --mist: #e8eef2;
  --line: #d8e0e5;
  --wine: #772933;
  --steel: #536b7c;
  --surface-rights: url("assets/surface-rights-boundary.svg");
  --surface-network: url("assets/surface-innovation-network.svg");
  --surface-digital: url("assets/surface-digital-matrix.svg");
  --max: 1540px;
  --pad: clamp(24px, 5.2vw, 88px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: #dbe8ef; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
button { font: inherit; }
h1, h2, h3 { text-wrap: balance; line-break: strict; }
p, li { text-wrap: pretty; }
.display-lines > span { display: block; white-space: nowrap; }
.anchor-alias { display: block; }
section[id], [id].honor-heading, .anchor-alias { scroll-margin-top: 96px; }
.product-showcase [id] { scroll-margin-top: 96px; }
a:focus-visible, button:focus-visible { outline: 3px solid #b14a57; outline-offset: 4px; }
.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; }
.skip-link { position: fixed; z-index: 500; left: 12px; top: 10px; padding: 9px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; z-index: 500; left: 0; top: 0; width: 100%; height: 2px; background: var(--wine); transform: scaleX(0); transform-origin: left; }
.section-shell { width: min(100%, var(--max)); margin: 0 auto; padding-inline: var(--pad); }
.section-index, .kicker { margin: 0; color: var(--wine); font-size: 14px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }

/* Navigation */
.site-header { position: fixed; z-index: 200; inset: 0 0 auto; height: 96px; padding-inline: var(--pad); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); transition: height .25s, box-shadow .25s; }
.site-header.is-scrolled { height: 78px; box-shadow: 0 12px 32px rgba(29,37,43,.06); }
.brand { width: 278px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.35vw, 40px); font-size: 15px; color: #394249; }
.site-nav a { padding: 12px 0 9px; border-bottom: 1px solid transparent; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--wine); border-bottom-color: var(--wine); }
.nav-services { position: relative; }
.nav-services-panel { position: absolute; top: calc(100% + 11px); left: 50%; width: 236px; padding: 5px; display: grid; grid-template-columns: 1fr; visibility: hidden; opacity: 0; background: rgba(255,255,255,.64); border: 1px solid rgba(188,198,206,.48); box-shadow: 0 14px 34px rgba(29,37,43,.1); backdrop-filter: blur(24px) saturate(122%); -webkit-backdrop-filter: blur(24px) saturate(122%); transform: translate(-50%, -10px) scale(.97); transform-origin: 50% 0; transition: visibility .24s, opacity .24s, transform .24s cubic-bezier(.22,.8,.22,1); }
.nav-services-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -15px; height: 15px; }
.nav-services:hover .nav-services-panel, .nav-services:focus-within .nav-services-panel { visibility: visible; opacity: 1; transform: translate(-50%, 0) scale(1); }
.site-nav .nav-services-panel a { min-height: 40px; padding: 0 12px; display: flex; align-items: center; opacity: 0; border: 0; border-bottom: 1px solid rgba(188,198,206,.42); color: var(--ink); font-size: 14px; font-weight: 520; letter-spacing: 0; white-space: normal; transform: translateY(-4px); transition: color .18s, background .18s, padding .18s, box-shadow .18s, opacity .22s, transform .22s; }
.nav-services:hover .nav-services-panel a, .nav-services:focus-within .nav-services-panel a { opacity: 1; transform: none; }
.nav-services-panel a:nth-child(2) { transition-delay: 20ms; }
.nav-services-panel a:nth-child(3) { transition-delay: 35ms; }
.nav-services-panel a:nth-child(4) { transition-delay: 50ms; }
.nav-services-panel a:nth-child(5) { transition-delay: 65ms; }
.nav-services-panel a:nth-child(6) { transition-delay: 80ms; }
.site-nav .nav-services-panel a:last-child { border-bottom: 0; }
.site-nav .nav-services-panel a:hover, .site-nav .nav-services-panel a:focus-visible { padding-left: 16px; color: var(--wine); background: rgba(255,255,255,.52); box-shadow: inset 2px 0 var(--wine); outline: 0; }
.back-to-top { position: fixed; z-index: 180; right: clamp(18px, 2.4vw, 36px); bottom: clamp(18px, 2.4vw, 36px); width: 48px; height: 48px; visibility: hidden; opacity: 0; border: 1px solid rgba(188,198,206,.72); border-radius: 50%; background: rgba(255,255,255,.72); color: var(--ink); box-shadow: 0 10px 28px rgba(29,37,43,.12); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); font-size: 22px; cursor: pointer; transform: translateY(10px); transition: visibility .2s, opacity .2s, transform .2s, color .2s, border-color .2s; }
.back-to-top.is-visible { visibility: visible; opacity: 1; transform: none; }
.back-to-top:hover, .back-to-top:focus-visible { color: var(--wine); border-color: var(--wine); outline: 2px solid rgba(132,42,49,.2); outline-offset: 3px; }
.language-toggle { min-width: 40px; padding: 12px 0 9px; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--wine); font-size: 13px; font-weight: 650; letter-spacing: .08em; cursor: pointer; }
.language-toggle:hover, .language-toggle:focus-visible { border-bottom-color: var(--wine); }
body[data-language="en"] .eyebrow-en { display: none; }
body[data-language="en"] .display-lines > span,
body[data-language="en"] .perspective-band h2,
body[data-language="en"] .client-heading > p:last-child,
body[data-language="en"] .purpose-grid article:nth-child(2) h3 { white-space: normal; }
@media (min-width: 881px) {
  body[data-language="en"].practice-page .site-header { padding-inline: clamp(18px, 2vw, 34px); }
  body[data-language="en"].practice-page .brand { width: 150px; flex: 0 0 150px; }
  body[data-language="en"].practice-page .site-nav { gap: 10px; font-size: 13px; }
}
.menu-button { display: none; border: 0; background: none; color: var(--ink); }

/* Homepage hero */
.corporate-hero { min-height: 100svh; padding-top: 96px; display: grid; grid-template-columns: 56% 44%; background: #fff; }
.hero-copy { padding: clamp(82px, 8vw, 136px) clamp(48px, 7vw, 118px) 72px var(--pad); display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { max-width: 940px; margin: 28px 0 30px; font-size: clamp(50px, 4.8vw, 76px); font-weight: 600; line-height: 1.18; letter-spacing: -.05em; text-wrap: balance; }
.hero-copy h1.display-lines { font-size: clamp(44px, 4vw, 68px); }
.hero-copy > p:last-of-type { max-width: 770px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.95; }
.hero-image { position: relative; margin: 0; min-height: 620px; overflow: hidden; background: var(--soft); }
.hero-image::before { content: ""; position: absolute; z-index: 1; inset: 22px; border: 1px solid rgba(255,255,255,.7); pointer-events: none; }
.hero-image img { height: 100%; object-fit: cover; filter: saturate(.68) contrast(.96); }
.hero-image figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: flex; justify-content: space-between; padding: 16px 18px; background: rgba(255,255,255,.96); color: #34414a; font-size: 13px; letter-spacing: .08em; }

.fact-bar { display: grid; grid-template-columns: repeat(4, 1fr); padding-inline: var(--pad); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-bar div { min-height: 156px; padding: 30px 26px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.fact-bar div:first-child { border-left: 1px solid var(--line); }
.fact-bar strong { font-size: clamp(30px, 2.9vw, 46px); font-weight: 400; line-height: 1.2; letter-spacing: -.025em; }
.fact-bar span { color: var(--muted); font-size: 16px; }

/* Homepage story */
.opening { padding-top: clamp(120px, 13vw, 200px); padding-bottom: clamp(120px, 13vw, 200px); }
.opening-copy { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; margin-top: 46px; }
.opening h2 { margin: 0; font-size: clamp(40px, 4.25vw, 66px); font-weight: 550; line-height: 1.34; letter-spacing: -.035em; }
.opening h2.display-lines { font-size: clamp(38px, 3.7vw, 58px); }
.opening-copy p { margin: 10px 0 0; padding-top: 26px; border-top: 1px solid var(--ink); color: var(--muted); font-size: 18px; line-height: 2; }

.section-heading { display: grid; grid-template-columns: 1fr minmax(310px, 520px); gap: 64px; align-items: end; }
.section-heading h2 { margin: 18px 0 0; font-size: clamp(39px, 4vw, 62px); font-weight: 600; line-height: 1.3; letter-spacing: -.035em; text-wrap: balance; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }

.lifecycle { padding: clamp(108px, 11vw, 168px) 0; background: var(--soft); border-block: 1px solid var(--line); }
.lifecycle-list { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); margin: 58px 0 0; padding: 0; border-top: 1px solid var(--line); }
.lifecycle-list li { min-height: 270px; padding: 28px 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: rgba(255,255,255,.35); }
.lifecycle-list li:first-child { border-left: 1px solid var(--line); }
.lifecycle-list b { color: var(--wine); font-size: 14px; }
.lifecycle-list h3 { margin: auto 0 12px; font-size: 29px; font-weight: 560; }
.lifecycle-list p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

/* Equal-weight practice portfolio */
.capabilities { padding: clamp(118px, 12vw, 190px) 0; background: #fff; }
.section-heading.light { color: var(--ink); }
.section-heading.light > p { color: var(--muted); }
.section-heading.light .section-index { color: var(--wine); }
.section-heading.compact-heading { display: block; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 70px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.capability-grid article { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.capability-grid figure { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--mist); }
.capability-grid figure::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.75); }
.capability-grid figure img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(.98); transition: transform .6s ease, filter .6s ease; }
.capability-grid article:hover figure img { transform: scale(1.025); filter: saturate(.92) contrast(1); }
.capability-grid article > div { min-height: 390px; padding: 30px 27px; display: flex; flex-direction: column; }
.capability-grid span { color: var(--steel); font-size: 14px; letter-spacing: .09em; }
.capability-grid h3 { margin: 20px 0 17px; font-size: clamp(27px, 2.1vw, 34px); font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.capability-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.capability-grid ul { list-style: none; margin: 25px 0 0; padding: 0; color: var(--muted); font-size: 15px; }
.capability-grid li { padding: 9px 0; border-bottom: 1px solid rgba(128,128,128,.25); }
.capability-grid a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; font-size: 15px; font-weight: 600; }
.capability-grid i { color: var(--wine); font-style: normal; }

.perspective-band { position: relative; min-height: 760px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.perspective-band > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.72) contrast(.96); }
.perspective-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,31,40,.88) 0%, rgba(20,31,40,.58) 48%, rgba(20,31,40,.18) 100%); }
.perspective-band .section-shell { position: relative; z-index: 1; padding-bottom: clamp(70px, 8vw, 118px); }
.perspective-band .section-index { color: #d7e2e9; }
.perspective-band h2 { max-width: none; margin: 24px 0 26px; font-size: clamp(34px, 3.1vw, 52px); font-weight: 530; line-height: 1.3; letter-spacing: -.045em; white-space: nowrap; }
.perspective-band p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.9; }

.industries { padding-top: clamp(115px, 12vw, 190px); padding-bottom: clamp(115px, 12vw, 190px); }
.industry-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8vw; margin-top: 64px; }
.industry-layout figure { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; }
.industry-layout figure::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.7); }
.industry-layout figure img { height: 100%; object-fit: cover; filter: saturate(.68); }
.industry-layout figcaption { position: absolute; z-index: 1; left: 18px; bottom: 18px; padding: 10px 13px; background: rgba(255,255,255,.96); color: #3f4a51; font-size: 13px; }
.industry-list { border-top: 1px solid var(--ink); }
.industry-list article { display: grid; grid-template-columns: 54px .8fr 1.2fr; gap: 20px; align-items: baseline; padding: 25px 0; border-bottom: 1px solid var(--line); }
.industry-list span { color: var(--wine); font-size: 14px; }
.industry-list h3 { margin: 0; font-size: 23px; font-weight: 560; }
.industry-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.digital-feature { padding: clamp(110px, 11vw, 175px) 0; background: var(--soft); border-block: 1px solid var(--line); }
.digital-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; }
.digital-layout h2 { margin: 22px 0 28px; font-size: clamp(40px, 4.2vw, 64px); font-weight: 550; line-height: 1.34; letter-spacing: -.035em; }
.digital-layout h2.display-lines { font-size: clamp(38px, 3.3vw, 52px); }
.digital-layout > div > p:not(.section-index) { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.95; }
.text-link { display: inline-block; margin-top: 36px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 14px; }
.product-list { border-top: 1px solid var(--ink); }
.product-list article { display: grid; grid-template-columns: 92px 1fr; gap: 26px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.product-list b { color: var(--wine); font-size: 13px; letter-spacing: .08em; }
.product-list h3 { margin: 0 0 7px; font-size: 23px; font-weight: 560; }
.product-list p { margin: 0; color: var(--muted); font-size: 15px; }

.value-culture { padding: clamp(120px, 13vw, 200px) 0; background: #fff; }
.value-culture-head { display: grid; grid-template-columns: .35fr 1.65fr; gap: 7vw; }
.value-culture-head h2 { max-width: 1120px; margin: 0; font-size: clamp(42px, 4.5vw, 68px); font-weight: 520; line-height: 1.38; letter-spacing: -.04em; }
.value-culture-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 78px; }
.value-culture-grid article { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border-top: 1px solid var(--ink); border-right: 1px solid var(--line); }
.value-culture-grid article:first-child { border-left: 1px solid var(--line); }
.value-culture-grid span { color: var(--wine); font-size: 14px; }
.value-culture-grid h3 { margin: auto 0 18px; font-size: 25px; font-weight: 560; line-height: 1.45; }
.value-culture-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }

.strength { padding-top: clamp(110px, 12vw, 185px); padding-bottom: clamp(110px, 12vw, 185px); background: var(--soft); }
.credential-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; margin-top: 62px; border-top: 1px solid var(--line); }
.credential-grid article { min-height: 330px; padding: 31px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #fff; }
.credential-grid article:first-child { border-left: 1px solid var(--line); }
.credential-grid .credential-primary { color: var(--ink); background: #eef3f6; border-top: 4px solid var(--steel); }
.credential-grid span { color: var(--wine); font-size: 14px; }
.credential-grid h3 { margin: auto 0 18px; font-size: clamp(28px, 2.7vw, 40px); font-weight: 540; line-height: 1.35; }
.credential-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.honor-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; margin-top: 76px; padding-top: 34px; border-top: 1px solid var(--ink); }
.honor-heading h3 { margin: 14px 0 0; font-size: clamp(31px, 3vw, 44px); line-height: 1.35; }
.honor-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.certificate-gallery { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.certificate-gallery figure { margin: 0; min-width: 0; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.certificate-gallery img { height: 300px; object-fit: contain; object-position: center top; }
.certificate-gallery figcaption { min-height: 66px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.65; }

.clients { padding: clamp(100px, 10vw, 150px) 0; background: #fff; border-bottom: 1px solid var(--line); }
.client-heading { display: grid; grid-template-columns: minmax(350px, .9fr) max-content; align-items: end; gap: 40px; }
.client-heading h2 { margin: 14px 0 0; font-size: clamp(34px, 3.6vw, 54px); line-height: 1.35; }
.client-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; white-space: nowrap; text-align: right; }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid figure { min-height: 188px; margin: 0; padding: 28px 22px 20px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.client-grid img { width: 100%; height: 100px; object-fit: contain; }
.client-grid figcaption { margin-top: 18px; color: var(--muted); font-size: 14px; text-align: center; }

.about { padding-top: clamp(120px, 13vw, 200px); padding-bottom: clamp(120px, 13vw, 200px); }
.about-intro { display: grid; grid-template-columns: .34fr 1.66fr; gap: 60px; }
.about-intro h2 { margin: 0; font-size: clamp(62px, 7.5vw, 116px); font-weight: 520; line-height: 1; letter-spacing: -.06em; }
.about-copy { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; margin: 76px 0 84px; padding-top: 29px; border-top: 1px solid var(--ink); }
.about-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.95; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.purpose-grid article { min-height: 230px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.purpose-grid article:first-child { border-left: 1px solid var(--line); }
.purpose-grid article > span { color: var(--wine); font-size: 14px; }
.purpose-grid h3 { margin: 0; font-size: clamp(22px, 2vw, 30px); font-weight: 550; line-height: 1.5; }

.contact { padding: clamp(105px, 11vw, 165px) 0; background: var(--soft); border-top: 1px solid var(--line); }
.contact-heading { display: grid; grid-template-columns: .35fr 1.15fr .5fr; gap: 44px; align-items: end; padding-bottom: 40px; border-bottom: 1px solid var(--ink); }
.contact-heading h2 { margin: 0; font-size: clamp(42px, 4.6vw, 68px); font-weight: 550; line-height: 1.25; }
.contact-meta { display: grid; gap: 9px; align-self: end; }
.contact-meta p { margin: 0; color: var(--muted); font-size: 15px; }
.contact-meta a { display: grid; gap: 3px; color: var(--ink); font-size: 14px; overflow-wrap: anywhere; }
.contact-meta a span { color: var(--wine); font-size: 13px; letter-spacing: .08em; }
.contact-meta a:hover, .contact-meta a:focus-visible { color: var(--wine); }
.contact-body { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6vw; margin-top: 54px; }
.locations article { display: grid; grid-template-columns: 112px 1fr; gap: 10px 26px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.locations span { grid-row: 1 / 3; color: var(--wine); font-size: 14px; }
.locations b { font-size: 17px; font-weight: 560; }
.locations p { margin: 0; color: var(--muted); font-size: 14px; }
.office-maps { display: grid; gap: 16px; align-self: start; }
.map-card { min-height: 172px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; background: #fff; border: 1px solid var(--line); transition: border-color .25s, box-shadow .25s, transform .25s; }
.map-card:hover, .map-card:focus-visible { border-color: #9aabb5; box-shadow: 0 18px 40px rgba(29,37,43,.09); transform: translateY(-3px); }
.map-canvas { position: relative; overflow: hidden; background-color: #edf2f4; background-image: linear-gradient(23deg, transparent 0 39%, rgba(255,255,255,.96) 40% 45%, transparent 46%), linear-gradient(102deg, transparent 0 49%, rgba(255,255,255,.98) 50% 56%, transparent 57%), linear-gradient(160deg, transparent 0 58%, rgba(213,224,230,.9) 59% 61%, transparent 62%); }
.map-canvas::before, .map-canvas::after { content: ""; position: absolute; border: 1px solid rgba(83,107,124,.25); border-radius: 50%; }
.map-canvas::before { width: 86px; height: 86px; left: -30px; top: -26px; }
.map-canvas::after { width: 120px; height: 120px; right: -72px; bottom: -70px; }
.map-canvas i { position: absolute; left: 52%; top: 47%; width: 22px; height: 22px; border-radius: 50% 50% 50% 0; background: var(--wine); box-shadow: 0 4px 12px rgba(119,41,51,.22); transform: translate(-50%,-50%) rotate(-45deg); }
.map-canvas i::after { content: ""; position: absolute; width: 7px; height: 7px; left: 7px; top: 7px; border-radius: 50%; background: #fff; }
.map-meta { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.map-meta b, .map-meta small, .map-meta em { display: block; }
.map-meta b { font-size: 19px; font-weight: 580; }
.map-meta small { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.map-meta em { margin-top: 17px; color: var(--wine); font-size: 13px; font-style: normal; }
.site-footer { padding: 52px var(--pad) 42px; display: grid; grid-template-columns: minmax(250px,.75fr) minmax(560px,1.45fr); gap: clamp(48px, 7vw, 110px); align-items: start; background: #20272c; color: #fff; }
.footer-logo-card { width: 212px; display: block; background: transparent; }
.footer-brand img { display: block; }
.footer-logo-card img { width: 212px; max-width: none; height: auto; margin: 0; filter: brightness(0) invert(1); opacity: .96; }
.footer-brand p, .site-footer > p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: 1.45fr 1fr .72fr; gap: clamp(28px, 4vw, 64px); }
.footer-nav-group { min-width: 0; }
.footer-nav-group strong { display: block; margin-bottom: 17px; color: #fff; font-size: 13px; font-weight: 560; letter-spacing: .08em; }
.footer-nav-list { display: grid; gap: 10px 22px; }
.footer-nav-group:first-child .footer-nav-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
.footer-nav a { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; transition: color .2s, transform .2s; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: #fff; transform: translateX(2px); }
.site-footer > p { grid-column: 1 / -1; }

/* Practice pages */
.practice-main { padding-top: 96px; }
.practice-hero { min-height: calc(100svh - 96px); background: #eef3f6; border-bottom: 1px solid var(--line); }
.practice-hero-stage { position: relative; min-height: calc(100svh - 96px); display: grid; overflow: hidden; }
.practice-hero-stage::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0, rgba(255,255,255,.95) 27%, rgba(255,255,255,.75) 42%, rgba(255,255,255,.18) 61%, transparent 76%); pointer-events: none; }
.hero-copy-right .practice-hero-stage::after { background: linear-gradient(270deg, rgba(255,255,255,.99) 0, rgba(255,255,255,.95) 27%, rgba(255,255,255,.76) 42%, rgba(255,255,255,.18) 61%, transparent 76%); }
.practice-hero-copy { position: relative; z-index: 2; width: min(48%, 780px); padding: clamp(58px, 6vw, 96px) clamp(38px, 4vw, 68px) clamp(54px, 5vw, 82px) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.hero-copy-right .practice-hero-copy { justify-self: end; padding-right: var(--pad); padding-left: clamp(38px, 4vw, 68px); }
.digital-page .practice-hero-stage::after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0, rgba(255,255,255,.94) 27%, rgba(255,255,255,.72) 42%, rgba(255,255,255,.16) 61%, transparent 76%); }
.digital-page .practice-hero-copy { justify-self: start; padding-right: clamp(38px, 4vw, 68px); padding-left: var(--pad); }
.digital-page .practice-hero figcaption { right: clamp(18px, 2vw, 30px); left: auto; }
.eyebrow { margin: 0 0 30px; color: var(--wine); font-size: 14px; letter-spacing: .06em; }
.eyebrow a { color: var(--muted); }
.practice-hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 4.35vw, 70px); font-weight: 600; line-height: 1.18; letter-spacing: -.045em; text-wrap: balance; }
.practice-hero h1.display-lines { font-size: clamp(39px, 3.25vw, 54px); }
.practice-hero-copy > p:not(.eyebrow) { max-width: 700px; margin: 29px 0 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; border-top: 1px solid var(--line); }
.hero-tags span { padding: 11px 16px 0 0; margin-right: 15px; color: #596268; font-size: 13px; }
.hero-tags span::before { content: "·"; margin-right: 9px; color: var(--wine); }
.practice-hero figure { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; background: var(--soft); }
.practice-hero figure::before { content: ""; position: absolute; z-index: 1; inset: clamp(18px, 2vw, 30px); border: 1px solid rgba(255,255,255,.66); pointer-events: none; }
.practice-hero figure img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(.98); transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .6s; }
.practice-hero:hover figure img { transform: scale(1.018); filter: saturate(.9) contrast(1); }
.practice-hero figcaption { position: absolute; z-index: 2; right: clamp(18px, 2vw, 30px); bottom: clamp(18px, 2vw, 30px); padding: 10px 13px; background: rgba(255,255,255,.86); color: #3f4a51; font-size: 13px; backdrop-filter: blur(12px); }
.hero-copy-right .practice-hero figcaption { right: auto; left: clamp(18px, 2vw, 30px); }
.global-page .practice-hero-stage::after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0, rgba(255,255,255,.9) 28%, rgba(255,255,255,.55) 46%, rgba(255,255,255,.06) 66%, transparent 80%); }
.global-page .practice-hero figure img { filter: saturate(.8) contrast(1.02); }

.practice-statement { display: grid; grid-template-columns: .32fr 1.68fr; gap: 7vw; padding-top: clamp(120px, 13vw, 200px); padding-bottom: clamp(120px, 13vw, 200px); }
.practice-statement h2 { max-width: 1160px; margin: 0; font-size: clamp(40px, 4.35vw, 66px); font-weight: 530; line-height: 1.38; letter-spacing: -.04em; }
.practice-statement div p { max-width: 950px; margin: 40px 0 0; padding-top: 28px; border-top: 1px solid var(--ink); color: var(--muted); font-size: 18px; line-height: 2; }

.principle-banner { position: relative; min-height: 700px; display: flex; align-items: flex-end; justify-content: flex-end; padding: clamp(28px, 4vw, 64px); overflow: hidden; }
.principle-banner > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; filter: saturate(.7) contrast(.97); }
.principle-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,29,37,.15), rgba(18,29,37,.48)); }
.principle-banner > div { position: relative; z-index: 1; width: min(760px, 58vw); padding: clamp(38px, 5vw, 74px); background: rgba(255,255,255,.97); border-top: 5px solid var(--steel); box-shadow: 0 28px 70px rgba(17,29,37,.16); }
.principle-banner p { margin: 0; color: var(--wine); font-size: 14px; font-weight: 650; letter-spacing: .1em; }
.principle-banner h2 { margin: 22px 0 24px; font-size: clamp(35px, 3.7vw, 56px); font-weight: 540; line-height: 1.38; letter-spacing: -.035em; }
.principle-banner span { display: block; color: var(--muted); font-size: 17px; line-height: 1.9; }
.technology-page .principle-banner > img { object-position: center 44%; }
.domestic-page .practice-hero figure img { object-position: center 50%; }
.technology-page .practice-hero figure img { object-position: center 52%; }
.digital-page .practice-hero figure img { object-position: center 50%; }
.transactions-page .practice-hero figure img { object-position: center 50%; }

.service-matrix { padding: clamp(110px, 11vw, 175px) 0; background: var(--soft); border-block: 1px solid var(--line); color: var(--ink); }
.service-matrix.warm, .service-matrix.dark { background: var(--soft); color: var(--ink); }
.matrix-head { display: grid; grid-template-columns: .35fr 1.65fr; gap: 55px; align-items: end; }
.matrix-head h2 { margin: 0; font-size: clamp(40px, 4.3vw, 66px); font-weight: 540; line-height: 1.3; letter-spacing: -.035em; }
.service-matrix.dark .section-index { color: var(--wine); }
.matrix-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 64px; border-top: 1px solid var(--ink); }
.matrix-grid article { min-height: 250px; padding: 31px 34px 31px 0; display: grid; grid-template-columns: 72px 1fr; grid-template-rows: auto 1fr; column-gap: 20px; border-bottom: 1px solid var(--line); }
.matrix-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.matrix-grid article:nth-child(even) { padding-left: 34px; }
.matrix-grid b { grid-row: 1 / 3; color: var(--wine); font-size: 14px; }
.matrix-grid h3 { margin: -7px 0 16px; font-size: 27px; font-weight: 560; line-height: 1.4; }
.matrix-grid p, .service-matrix.dark .matrix-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }

.scene-band { min-height: 760px; display: grid; grid-template-columns: 52% 48%; background: #fff; color: var(--ink); border-bottom: 1px solid var(--line); }
.scene-band.reverse { grid-template-columns: 48% 52%; background: #fff; color: var(--ink); }
.scene-band figure { position: relative; margin: 0; min-height: 650px; overflow: hidden; }
.scene-band.reverse figure { order: 2; }
.scene-band figure::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.7); }
.scene-band figure img { height: 100%; object-fit: cover; filter: saturate(.68); }
.scene-band figcaption { position: absolute; z-index: 1; left: 18px; bottom: 18px; padding: 10px 13px; background: rgba(255,255,255,.96); color: #3f4a51; font-size: 13px; }
.scene-band > div { padding: clamp(76px, 8vw, 130px) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.scene-band:not(.reverse) .section-index { color: var(--wine); }
.scene-band h2 { margin: 22px 0 38px; font-size: clamp(39px, 4vw, 61px); font-weight: 540; line-height: 1.34; letter-spacing: -.035em; }
.scene-band ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.scene-band li { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 16px; }
.scene-band li::before { content: "—"; margin-right: 12px; color: var(--wine); }

.work-method { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; padding-top: clamp(120px, 13vw, 195px); padding-bottom: clamp(120px, 13vw, 195px); }
.work-method h2 { margin: 22px 0 0; font-size: clamp(40px, 4.15vw, 63px); font-weight: 530; line-height: 1.38; letter-spacing: -.04em; }
.work-method ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.work-method li { display: grid; grid-template-columns: 72px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
.work-method b { color: var(--wine); font-size: 14px; }

.practice-next { padding: 86px 0; background: var(--soft); border-top: 1px solid var(--line); }
.practice-next .section-shell { display: grid; grid-template-columns: .28fr 1.72fr; gap: 56px; }
.practice-next p { margin: 0; color: var(--wine); font-size: 14px; letter-spacing: .08em; }
.practice-next div div { border-top: 1px solid var(--ink); }
.practice-next a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 19px; }
.practice-next span { color: var(--wine); }

/* Digital and global distinct sections */
.product-showcase { padding: clamp(110px, 11vw, 175px) 0; background: var(--soft); border-block: 1px solid var(--line); }
.product-showcase > div > article { display: grid; grid-template-columns: 1fr 1fr; margin-top: 58px; background: #fff; border-top: 1px solid var(--ink); }
.product-showcase article > div { padding: clamp(38px, 5vw, 78px); }
.product-showcase article b, .product-pair b { color: var(--wine); font-size: 14px; }
.product-showcase article h3, .product-pair h3 { margin: 34px 0 18px; font-size: clamp(34px, 3.5vw, 52px); font-weight: 550; line-height: 1.32; letter-spacing: -.03em; }
.product-showcase article p, .product-pair p { color: var(--muted); font-size: 17px; line-height: 1.9; }
.product-showcase article ul { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); }
.product-showcase article li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.product-showcase article figure { margin: 0; min-height: 520px; }
.product-showcase article img { height: 100%; object-fit: cover; filter: saturate(.68); }
.digital-page .product-showcase article img { object-fit: contain; background: #fff; filter: saturate(.9) contrast(.99); }
.system-source-note { display: block; margin-top: 26px; color: var(--quiet); font-size: 13px; line-height: 1.7; }
.brand-lifecycle-hero { position: relative; min-height: calc(100svh - 96px); overflow: hidden; background: linear-gradient(112deg, #fff 0 43%, rgba(245,248,249,.97) 66%, rgba(229,236,240,.96) 100%); border-bottom: 1px solid var(--line); }
.brand-lifecycle-hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -80px; top: 30px; border: 1px solid rgba(23,36,46,.075); box-shadow: 0 0 0 72px rgba(23,36,46,.018), 0 0 0 144px rgba(147,52,59,.015); transform: rotate(45deg); }
.brand-lifecycle-hero::after { content: ""; position: absolute; width: 1150px; height: 560px; right: -190px; bottom: -390px; border: 1px solid rgba(147,52,59,.34); border-radius: 50%; box-shadow: 0 0 0 90px rgba(147,52,59,.025), 0 0 0 180px rgba(23,36,46,.025); transform: rotate(-8deg); }
.brand-lifecycle-copy { position: relative; z-index: 1; padding-top: clamp(54px, 5vw, 78px); padding-bottom: clamp(40px, 4vw, 60px); }
.brand-lifecycle-copy .eyebrow { margin-bottom: 24px; }
.brand-lifecycle-copy h1 { max-width: 1050px; margin: 0; color: var(--ink); font-size: clamp(54px, 5.5vw, 88px); font-weight: 590; line-height: 1.2; letter-spacing: -.05em; text-wrap: balance; }
.brand-lifecycle-overview { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); gap: clamp(42px, 6vw, 92px); align-items: end; margin-top: 24px; }
.brand-lifecycle-intro { max-width: 900px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.brand-outcome { padding: 20px 0 2px 24px; border-left: 3px solid var(--wine); background: rgba(255,255,255,.68); }
.brand-outcome > span { color: var(--wine); font-size: 13px; font-weight: 650; letter-spacing: .1em; }
.brand-outcome strong { display: block; margin-top: 8px; color: var(--ink); font-size: 23px; font-weight: 580; line-height: 1.4; }
.brand-outcome ul { list-style: none; display: flex; flex-wrap: wrap; gap: 5px 15px; margin: 12px 0 0; padding: 0; color: var(--muted); font-size: 13px; }
.brand-outcome li::before { content: "·"; margin-right: 5px; color: var(--wine); }
.brand-lifecycle { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: clamp(42px, 4vw, 58px) 0 0; padding: 0; border-top: 1px solid var(--ink); }
.brand-lifecycle li { position: relative; min-height: 145px; padding: 23px clamp(22px, 2vw, 34px) 0 0; }
.brand-lifecycle li:last-child { padding-right: 0; }
.brand-lifecycle li::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--wine); box-shadow: 0 0 0 5px rgba(147,52,59,.1); }
.brand-lifecycle span { color: var(--wine); font-size: 14px; letter-spacing: .06em; }
.brand-lifecycle h2 { margin: 18px 0 8px; color: var(--ink); font-size: clamp(21px, 1.7vw, 28px); font-weight: 580; line-height: 1.35; }
.brand-lifecycle p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.brand-strategy-page .brand-scene figure img { object-position: center 38%; }
.product-showcase > div > article:nth-of-type(2) figure { order: -1; }
.product-pair { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.product-pair > div { min-height: 320px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.product-pair h3 { font-size: 32px; }

.global-landscape { position: relative; min-height: 740px; display: flex; align-items: end; overflow: hidden; color: #fff; }
.global-landscape > img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.72); }
.global-landscape::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,37,43,.78), rgba(29,37,43,.12)); }
.global-landscape .section-shell { position: relative; z-index: 1; padding-bottom: 76px; }
.global-landscape .section-index { color: #d7e6ef; }
.global-landscape h2 { max-width: 860px; margin: 23px 0 42px; font-size: clamp(42px, 4.5vw, 68px); font-weight: 520; line-height: 1.33; letter-spacing: -.04em; }
.global-landscape .section-shell div { display: flex; flex-wrap: wrap; }
.global-landscape span { padding: 12px 21px; border: 1px solid rgba(255,255,255,.5); font-size: 14px; }

/* Large-scale editorial geometry: rights boundaries, innovation links and digital order. */
.corporate-hero,
.opening,
.capabilities,
.industries,
.value-culture,
.clients,
.about,
.scene-band,
.scene-band.reverse,
.work-method {
  background-color: var(--paper);
  background-image: linear-gradient(rgba(255,255,255,.68), rgba(255,255,255,.68)), var(--surface-rights);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lifecycle,
.digital-feature,
.strength,
.contact,
.service-matrix,
.practice-next,
.product-showcase {
  background-color: var(--soft);
  background-image: linear-gradient(rgba(244,247,249,.66), rgba(244,247,249,.66)), var(--surface-network);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.digital-feature,
.digital-page .product-showcase {
  background-image: linear-gradient(rgba(244,247,249,.62), rgba(244,247,249,.62)), var(--surface-digital);
}

[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1220px) {
  .brand { width: 220px; }
  .site-nav { gap: 15px; font-size: 13px; }
  .capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lifecycle-list { grid-template-columns: repeat(3, 1fr); }
  .value-culture-grid { grid-template-columns: repeat(2, 1fr); }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .certificate-gallery, .client-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 880px) {
  body { font-size: 16px; }
  body.nav-open { overflow: hidden; }
  .site-header { height: 74px; }
  .brand { width: 205px; }
  .menu-button { display: flex; width: 44px; height: 44px; padding: 10px; flex-direction: column; justify-content: center; gap: 8px; z-index: 2; }
  .menu-button span:not(.sr-only) { width: 24px; height: 1px; background: currentColor; }
  .site-nav { position: fixed; inset: 0; visibility: hidden; opacity: 0; overflow-y: auto; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 15px; padding: 92px var(--pad) 48px; background: #fff; transform: translateY(-102%); transition: .3s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { font-size: 26px; font-weight: 530; line-height: 1.35; }
  .nav-services { width: 100%; }
  .nav-services-panel { position: static; width: min(100%, 250px); margin: 8px 0 4px; grid-template-columns: 1fr; visibility: visible; opacity: 1; border: 1px solid rgba(188,198,206,.52); box-shadow: none; transform: none; }
  .nav-services:hover .nav-services-panel, .nav-services:focus-within .nav-services-panel { transform: none; }
  .nav-services-panel::before { display: none; }
  .site-nav .nav-services-panel a { min-height: 42px; padding: 0 12px; opacity: 1; font-size: 14px; border-bottom: 1px solid rgba(188,198,206,.42); transform: none; }
  .site-nav .nav-services-panel a:last-child { border-bottom: 0; }
  .site-nav .nav-services-panel a:hover, .site-nav .nav-services-panel a:focus-visible { padding-left: 16px; }
  .language-toggle { min-width: 64px; margin-top: 8px; padding: 10px 0; text-align: left; font-size: 16px; }
  .corporate-hero { padding-top: 74px; grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding: 90px var(--pad) 74px; }
  .hero-image { height: 520px; min-height: 520px; }
  .fact-bar { grid-template-columns: 1fr 1fr; }
  .opening-copy, .section-heading, .industry-layout, .digital-layout, .value-culture-head, .about-copy, .contact-heading, .practice-statement, .work-method, .honor-heading, .client-heading { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-grid article > div { min-height: 360px; }
  .certificate-gallery, .client-grid { grid-template-columns: repeat(2, 1fr); }
  .perspective-band h2 { white-space: normal; }
  .client-heading > p:last-child { white-space: normal; text-align: left; }
  .industry-layout figure { aspect-ratio: 16 / 10; }
  .contact-body { grid-template-columns: 1fr; }
  .office-maps { grid-template-columns: 1fr 1fr; }
  .map-card { grid-template-columns: 1fr; }
  .map-canvas { min-height: 145px; }
  .purpose-grid article:nth-child(2) h3 { white-space: normal; }
  .practice-main { padding-top: 74px; }
  .practice-hero { min-height: auto; }
  .practice-hero-stage { min-height: 760px; align-items: end; }
  .practice-hero-stage::after, .hero-copy-right .practice-hero-stage::after, .global-page .practice-hero-stage::after { background: linear-gradient(0deg, rgba(255,255,255,.99) 0, rgba(255,255,255,.96) 49%, rgba(255,255,255,.68) 68%, rgba(255,255,255,.04) 91%); }
  .practice-hero-copy, .hero-copy-right .practice-hero-copy { width: 100%; justify-self: stretch; padding: 310px var(--pad) 58px; }
  .practice-hero figcaption, .hero-copy-right .practice-hero figcaption { top: 20px; right: 20px; bottom: auto; left: auto; }
  .principle-banner { min-height: 720px; }
  .principle-banner > div { width: 82vw; }
  .matrix-head { grid-template-columns: 1fr; }
  .scene-band, .scene-band.reverse { grid-template-columns: 1fr; }
  .scene-band.reverse figure { order: 0; }
  .scene-band > div { min-height: 600px; }
  .product-showcase > div > article { grid-template-columns: 1fr; }
  .product-pair { grid-template-columns: 1fr; }
  .product-showcase article figure { height: 480px; min-height: 480px; }
  .product-showcase > div > article:nth-of-type(2) figure { order: 0; }
  .practice-next .section-shell { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1.35fr 1fr .72fr; }
  .site-footer > p { grid-column: 1; }
  .brand-lifecycle-hero { min-height: auto; }
  .brand-lifecycle-overview { grid-template-columns: 1fr; gap: 28px; }
  .brand-outcome { max-width: 460px; }
  .brand-lifecycle { grid-template-columns: 1fr 1fr; }
  .brand-lifecycle li { border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  :root { --pad: 20px; }
  .display-lines > span { white-space: normal; }
  .hero-copy h1, .practice-hero h1 { font-size: 40px; line-height: 1.22; }
  .practice-hero h1.display-lines { font-size: 36px; }
  .hero-copy h1.display-lines { font-size: 38px; }
  .hero-copy > p:last-of-type, .practice-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .hero-copy { min-height: 600px; padding-top: 78px; }
  .hero-image { height: 360px; min-height: 360px; }
  .practice-hero-stage { min-height: 720px; }
  .practice-hero-copy, .hero-copy-right .practice-hero-copy { padding: 290px var(--pad) 46px; }
  .principle-banner { min-height: 650px; padding: 20px; }
  .principle-banner > div { width: 100%; padding: 30px 24px; }
  .principle-banner h2 { font-size: 34px; }
  .hero-image figcaption { font-size: 13px; }
  .fact-bar div { min-height: 126px; padding: 21px 14px; }
  .fact-bar strong { font-size: 27px; }
  .opening h2, .section-heading h2, .digital-layout h2, .practice-statement h2, .matrix-head h2, .scene-band h2, .work-method h2 { font-size: 37px; }
  .lifecycle-list { grid-template-columns: 1fr; }
  .lifecycle-list li { min-height: 205px; }
  .capability-grid, .certificate-gallery, .client-grid { grid-template-columns: 1fr; }
  .capability-grid article > div { min-height: auto; padding: 28px 24px; }
  .capability-grid h3 { margin-top: 18px; }
  .certificate-gallery img { height: 360px; }
  .client-grid figure { min-height: 165px; }
  .industry-list article { grid-template-columns: 42px 1fr; }
  .industry-list p { grid-column: 2; }
  .value-culture-grid, .credential-grid, .credit-records ul, .client-grid, .purpose-grid, .matrix-grid, .product-pair { grid-template-columns: 1fr; }
  .value-culture-grid article { min-height: 260px; }
  .about-intro { grid-template-columns: 1fr; }
  .locations article { grid-template-columns: 1fr; }
  .locations span { grid-row: auto; }
  .office-maps { grid-template-columns: 1fr; }
  .map-card { grid-template-columns: 42% 58%; }
  .map-canvas { min-height: 155px; }
  .map-meta { padding: 20px; }
  .credit-records > div, .client-heading { align-items: flex-start; flex-direction: column; }
  .matrix-grid article, .matrix-grid article:nth-child(even) { min-height: 240px; padding: 28px 0; grid-template-columns: 55px 1fr; border-right: 0; }
  .scene-band figure { min-height: 400px; }
  .scene-band > div { min-height: 560px; }
  .product-showcase article figure { height: 390px; min-height: 390px; }
  .footer-nav { grid-template-columns: 1fr; gap: 28px; }
  .brand-lifecycle-copy { padding-top: 80px; padding-bottom: 70px; }
  .brand-lifecycle-copy h1 { font-size: 42px; }
  .brand-lifecycle-copy .eyebrow-en { display: block; margin-top: 8px; }
  .brand-lifecycle-intro { font-size: 17px; }
  .brand-lifecycle { position: relative; grid-template-columns: 1fr; margin-top: 64px; border-top: 0; }
  .brand-lifecycle::before { content: ""; position: absolute; left: 8px; top: 2px; bottom: 42px; width: 1px; background: var(--ink); }
  .brand-lifecycle li, .brand-lifecycle li:last-child { min-height: 145px; padding: 0 0 30px 48px; border-right: 0; }
  .brand-lifecycle li::before { top: 0; left: 3px; }
  .brand-lifecycle h2 { margin-top: 16px; font-size: 25px; }
}

/* Error page uses the same institutional language as the main site. */
.not-found { min-height: 100svh; display: grid; place-items: center; padding: 48px var(--pad); background: linear-gradient(135deg, #fff 0 62%, var(--soft) 62%); }
.not-found > div { width: min(100%, 820px); padding: clamp(46px, 7vw, 90px); border-top: 5px solid var(--wine); background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(25,38,48,.1); }
.not-found .eyebrow { margin-bottom: 24px; }
.not-found h1 { margin: 0 0 38px; font-size: clamp(48px, 6vw, 82px); line-height: 1.2; letter-spacing: -.045em; }
.not-found h1 em { color: var(--wine); font-style: normal; }
.not-found .button { display: inline-flex; gap: 38px; padding: 13px 18px; border: 1px solid var(--ink); font-size: 15px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
