@charset "UTF-8";

/* Lisa-Rec — a quiet editorial frame for memorable sound. */
:root {
  --paper: #f5f3ea;
  --cream: #fffefa;
  --ink: #101116;
  --muted: #575d68;
  --blue: #075cf6;
  --blue-deep: var(--blue);
  --coral: #ff6846;
  --yellow: #ffd84d;
  --sky: #bcd5ff;
  --line: #d8d8d0;
  --gutter: max(6vw, calc((100vw - 1280px) / 2));
  --section-space: clamp(80px, 9vw, 136px);
  --sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.9; letter-spacing: .025em; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .25em; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button { touch-action: manipulation; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; }
.global-section :focus-visible, #contact :focus-visible { outline-color: white; }
::selection { color: white; background: var(--blue); }
.serif { font-family: inherit; font-weight: 500; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; color: white; background: var(--blue); }
.skip-link:focus { top: 12px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 50; min-height: 88px; display: flex; align-items: center; gap: 32px; padding: 20px var(--gutter); border-bottom: 1px solid var(--line); background: rgb(245 243 234 / 96%); backdrop-filter: blur(16px); }
.wordmark { display: block; margin-right: auto; flex-shrink: 0; }
.wordmark img { width: 166px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); }
.site-header nav a { position: relative; padding: 10px 0; text-decoration: none; font-size: .875rem; font-weight: 500; white-space: nowrap; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-header nav a:hover { color: var(--blue); }
.site-header nav a:hover::after { transform: scaleX(1); }
.nav-contact { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 44px; border-bottom: 1px solid var(--ink); font-size: .875rem; font-weight: 500; white-space: nowrap; text-decoration: none; }
.nav-contact span { color: var(--blue); font-size: 1.25rem; }
.nav-contact:hover { color: var(--blue); border-color: var(--blue); }
.menu-toggle, .site-header nav .mobile-contact { display: none; }

/* First impression */
.hero { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 5vw, 80px); padding: 64px var(--gutter) 72px; min-height: min(740px, calc(100svh - 88px)); }
.hero-copy { padding: 18px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 34px; color: var(--muted); font-size: .75rem; font-weight: 500; letter-spacing: .1em; }
.eyebrow i { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--blue); }
.hero h1 { font-size: clamp(2.5rem, 4.7vw, 4.5rem); font-weight: 500; line-height: 1.5; letter-spacing: -.055em; }
.hero h1 span, .hero h1 em { white-space: nowrap; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-definition { margin-top: 28px; font-size: 1rem; font-weight: 600; line-height: 1.85; }
.hero-definition span { display: inline-block; }
.hero-lead { margin-top: 12px; max-width: 35rem; color: var(--muted); font-size: 1rem; line-height: 2; letter-spacing: .015em; }
.hero-lead br { display: none; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; color: var(--ink); border-bottom: 1px solid var(--line); font-size: .875rem; font-weight: 500; text-decoration: none; transition: background .2s, color .2s; }
.hero-actions .primary { min-width: 184px; padding: 12px 22px; border: 1px solid var(--blue); background: var(--blue); color: white; }
.hero-actions a span { font-size: 1.2rem; }
.hero-actions a:hover { color: var(--blue); border-color: var(--blue); }
.hero-actions .primary:hover { color: white; background: #0046c3; }
.hero-panel { position: relative; isolation: isolate; align-self: center; width: 100%; aspect-ratio: .95; max-height: 580px; overflow: hidden; padding: 28px; color: white; background: radial-gradient(ellipse at 95% 5%, #246fe5 0, #176af1 29%, #0754e8 55%, #053eb7 100%); }
.panel-top, .panel-bottom { position: absolute; z-index: 2; left: 28px; right: 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .75rem; font-weight: 500; letter-spacing: .09em; }
.panel-top { top: 24px; }
.panel-bottom { bottom: 20px; padding-top: 16px; border-top: 1px solid rgb(255 255 255 / 35%); font-size: .75rem; letter-spacing: .04em; }
.panel-bottom > span:last-child { font-size: 1.5rem; }
.panel-rings { position: absolute; inset: 0; z-index: -1; }
.panel-rings i { position: absolute; width: 35%; aspect-ratio: 1; top: 48%; left: 50%; border: 1px solid rgb(255 255 255 / 24%); border-radius: 50%; transform: translate(-50%, -50%); }
.panel-rings i:nth-child(2) { width: 53%; }
.panel-rings i:nth-child(3) { width: 71%; }
.panel-rings i:nth-child(4) { width: 89%; }
.panel-rings i:nth-child(5) { width: 107%; }
.panel-rings i:nth-child(6) { width: 125%; }
.panel-main { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 12px; }
.panel-main img { width: 69%; height: auto; filter: brightness(0) invert(1); }
.panel-main span { margin-top: 26px; font-size: .875rem; letter-spacing: .14em; }

/* Proof and editorial section headings */
.stats { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 0; align-items: center; margin: 0 var(--gutter); padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-intro b { color: var(--blue); font-size: .75rem; font-weight: 500; letter-spacing: .1em; }
.stats-intro p { margin-top: 10px; font-size: 1rem; }
.stat { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding-left: 42px; border-left: 1px solid var(--line); }
.stat .num { color: var(--ink); font-size: clamp(2.8rem, 4vw, 3.75rem); font-weight: 400; line-height: 1.1; letter-spacing: -.06em; font-variant-numeric: lining-nums; }
.stat .lbl { margin-top: 12px; color: var(--muted); font-size: .875rem; }
section:not(.stats) { padding: var(--section-space) var(--gutter); }
.section-index { margin-bottom: 28px; color: var(--blue); font-size: .75rem; font-weight: 500; letter-spacing: .12em; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 64px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { font-size: clamp(2.1rem, 3.3vw, 3.3rem); line-height: 1.5; font-weight: 500; letter-spacing: -.055em; }
.section-heading p { max-width: 30rem; padding-bottom: 4px; color: var(--muted); font-size: 1rem; line-height: 2; }
.sec-label { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.sec-label span { font-size: clamp(1.9rem, 2.7vw, 2.5rem); font-weight: 500; line-height: 1.5; letter-spacing: -.04em; }
.sec-label small { color: var(--blue); font-size: .75rem; font-weight: 500; letter-spacing: .12em; }
.cat-intro { max-width: 48rem; margin-bottom: 36px; color: var(--muted); font-size: 1rem; line-height: 2; }
.wnote { margin: -20px 0 28px; color: var(--muted); font-size: .75rem; }

/* The work is the visual focus. Brand accents stay with the relevant work. */
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.feature { min-width: 0; display: flex; flex-direction: column; --accent: var(--coral); }
.feature.sky { --accent: var(--sky); }
.feature.yellow { --accent: var(--yellow); }
.feature-media { aspect-ratio: 16/10; overflow: hidden; background: var(--cream); border-bottom: 4px solid var(--accent); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-body { display: flex; flex: 1; flex-direction: column; padding: 24px 0 0; }
.feature-meta { display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; color: var(--muted); font-size: .75rem; letter-spacing: .025em; line-height: 1.6; }
.feature-meta > span:first-child { grid-row: 1/3; color: var(--blue); }
.feature-meta time { grid-column: 2; }
.feature h3 { margin: 22px 0 24px; font-size: clamp(1.7rem, 2.35vw, 2.2rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.5; }
.feature-copy { display: flex; flex: 1; flex-direction: column; gap: 12px; }
.feature-copy strong { font-size: 1rem; font-weight: 500; line-height: 1.8; }
.feature-copy p { color: var(--muted); font-size: 1rem; line-height: 1.9; }
.feature-copy small { margin-top: auto; padding-top: 16px; color: var(--muted); font-size: .75rem; letter-spacing: .04em; }

.feature-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 48px; margin-top: 24px; border-block: 1px solid var(--line); color: var(--blue); font-size: .875rem; text-decoration: none; }
.feature-link span { font-size: 1.2rem; transition: transform .2s ease; }
.feature-link:hover { border-color: var(--blue); }
.feature-link:hover span { transform: translate(3px, -3px); }
#works, #awards, #services, #global, #artist, #archive, #faq, #company, #contact { scroll-margin-top: calc(-1 * var(--section-space)); }

/* Awards */
.awards-section { position: relative; background: var(--cream); border-block: 1px solid var(--line); }
.awards-section .section-heading { margin-bottom: 40px; }
.awards-section .section-heading h2 { padding-right: 40px; }
.award-mark { position: absolute; top: 42px; right: var(--gutter); display: flex; align-items: center; justify-content: center; gap: 10px; }
.award-mark strong { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); font-size: 1.5rem; font-weight: 500; }
.award-mark span { font-size: .75rem; letter-spacing: .07em; }
.award-mark span:first-child { display: none; }
.award-list { border-top: 1px solid var(--line); }
.award-list article { display: grid; grid-template-columns: 36px 80px minmax(0, 1fr) 150px 84px; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.award-list article > span, .award-list small, .award-list em { color: var(--muted); font-size: .75rem; font-style: normal; letter-spacing: .04em; }
.award-list time { font-size: 1.35rem; font-weight: 400; font-variant-numeric: tabular-nums; }
.award-list div { display: flex; flex-direction: column; gap: 4px; }
.award-list div strong { font-size: 1.125rem; font-weight: 500; }
.award-list article > b { justify-self: end; padding: 4px 10px; background: #fff2bd; color: #615018; font-size: .75rem; font-weight: 500; letter-spacing: .06em; }

/* Services and clients */
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 36px; counter-reset: service; }
.svc { min-width: 0; padding-top: 22px; border-top: 1px solid var(--line); }
.svc::before { counter-increment: service; content: counter(service, decimal-leading-zero); display: block; margin-bottom: 22px; color: var(--blue); font-size: .75rem; }
.svc h3 { margin-bottom: 16px; font-size: 1.2rem; font-weight: 600; line-height: 1.7; letter-spacing: -.025em; }
.svc p { color: var(--muted); font-size: 1rem; line-height: 1.95; }
#brands { padding-top: 0; }
.clients-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--line); }
.clients-grid li { display: flex; align-items: center; justify-content: center; min-height: 84px; padding: 16px 10px; border-bottom: 1px solid var(--line); text-align: center; font-size: .875rem; font-weight: 500; line-height: 1.7; }

/* Global work */
.global-section { color: white; background: #0754df; }
.global-section .section-index { color: #e3ecff; }
.global-section .section-heading p { color: #e3ecff; }
.global-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 56px 0; padding: 28px 0; border-block: 1px solid rgb(255 255 255 / 32%); }
.global-proof > div { display: flex; flex-direction: column; justify-content: center; padding: 10px 28px; border-left: 1px solid rgb(255 255 255 / 32%); }
.global-proof > div:first-child { border-left: 0; padding-left: 0; }
.global-proof strong { display: flex; align-items: baseline; flex-wrap: wrap; gap: .12em; font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 400; line-height: 1.2; letter-spacing: -.05em; }
.global-proof strong small { font-size: 1rem; letter-spacing: .02em; }
.global-proof .proof-long { font-size: clamp(2.3rem, 3.8vw, 3.6rem); }
.global-proof span { margin-top: 18px; color: #e3ecff; font-size: .875rem; }
.global-list { border-top: 1px solid rgb(255 255 255 / 32%); }
.global-list article { display: grid; grid-template-columns: 30px minmax(0, 1fr) 110px 215px; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid rgb(255 255 255 / 32%); }
.global-list span, .global-list time, .global-list strong { color: #e3ecff; font-size: .75rem; font-weight: 400; letter-spacing: .025em; }
.global-list h3 { font-size: clamp(1.125rem, 1.65vw, 1.5rem); font-weight: 500; line-height: 1.5; letter-spacing: -.025em; }
.global-list strong { text-align: right; }

/* Composer */
#artist { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 36px clamp(40px, 7vw, 100px); background: var(--cream); }
#artist .sec-label { grid-column: 1/-1; margin-bottom: 8px; }
.artist-photo { align-self: start; margin-top: 10px; aspect-ratio: 4/5; overflow: hidden; background: #dbd9d4; }
.artist-photo img { width: 100%; height: 100%; object-fit: cover; }
#artist .artist { align-self: center; min-width: 0; }
.artist h3 { margin-bottom: 18px; color: var(--blue); font-size: clamp(3.5rem, 6vw, 5.8rem); font-weight: 400; line-height: 1.25; letter-spacing: -.06em; }
.role { margin-bottom: 28px; color: var(--muted); font-size: .75rem; letter-spacing: .06em; }
.artist-bio { display: grid; gap: 20px; }
.artist-bio p { color: var(--muted); font-size: 1rem; line-height: 2; }

/* Full archive: all facts stay in static HTML. */
#archive { background: var(--paper); }
.wcat { margin-bottom: 64px; }
.wcat:last-child { margin-bottom: 0; }
.wcat-title { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 16px; font-size: clamp(1.6rem, 2.4vw, 2.2rem); font-weight: 500; line-height: 1.6; letter-spacing: -.035em; }
.wcount { color: var(--blue); font-size: .875rem; font-weight: 400; letter-spacing: .025em; }
.wgroup { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); }
.wgroup:last-child { border-bottom: 1px solid var(--line); }
.wgroup .g { color: var(--blue); font-size: .875rem; font-weight: 500; line-height: 1.8; }
.wgroup .g .n { display: block; margin-top: 6px; color: var(--muted); font-size: .75rem; font-weight: 400; }
.wgroup ul, .wflat { list-style: none; }
.wrow { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 6px 0; font-size: 1rem; line-height: 1.8; }
.wrow .t { min-width: 0; overflow-wrap: anywhere; }
.wrow .yr { flex-shrink: 0; color: var(--muted); font-size: .75rem; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.note, .award { display: inline-block; padding: 1px 6px; margin-left: 6px; border: 1px solid var(--line); color: var(--muted); font-size: .75rem; line-height: 1.6; vertical-align: middle; }
.award { border-color: #d4c78c; color: #6c5715; background: #faf1cf; }
.wlist.can-expand:not(.open) .wrow.ex { display: none; }
.wl-more { display: flex; align-items: center; justify-content: center; gap: 40px; min-height: 52px; margin: 30px auto 0; padding: 12px 24px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: .875rem; transition: color .2s, background .2s; }
.wl-more::after { content: "+"; color: var(--blue); font-size: 1.25rem; }
.wl-more[aria-expanded="true"]::after { content: "−"; }
.wl-more:hover { background: var(--cream); border-color: var(--blue); color: var(--blue); }
.work-tiles .wflat { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; border-top: 1px solid var(--line); }
.work-tiles .wrow { flex-direction: column; gap: 10px; align-items: start; justify-content: space-between; min-height: 96px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.nowrap { white-space: nowrap; }
.ext { color: var(--blue); }

/* Company and frequently asked questions */
#faq, #company { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.6fr); align-items: start; gap: 64px; border-top: 1px solid var(--line); background: var(--cream); }
#faq .sec-label, #company .sec-label { flex-direction: column; align-items: start; gap: 12px; padding: 0; border: 0; }
#faq .sec-label span { font-size: clamp(1.8rem, 2.3vw, 2.3rem); }
.faq-item { padding: 26px 0; border-bottom: 1px solid var(--line); }
.faq-item:first-child { padding-top: 0; }
.faq-item h3 { position: relative; padding-left: 28px; margin-bottom: 12px; font-size: 1rem; font-weight: 600; line-height: 1.85; }
.faq-item h3::before { position: absolute; left: 0; content: "Q"; color: var(--blue); font-size: .875rem; font-weight: 400; }
.faq-item p { padding-left: 28px; color: var(--muted); font-size: 1rem; line-height: 2; }
.cinfo > div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cinfo > div:first-child { padding-top: 0; }
.cinfo dt { padding-top: 2px; color: var(--muted); font-size: .875rem; }
.cinfo dd { font-size: 1rem; line-height: 1.9; }

/* A clear, calm ending */
#contact { background: var(--blue); color: white; }
#contact .sec-label { border-color: rgb(255 255 255 / 35%); }
#contact .sec-label small { color: #e3ecff; }
.mail { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 22px 0 10px; color: white; font-size: clamp(1.8rem, 5.2vw, 5rem); font-weight: 400; line-height: 1.3; letter-spacing: -.055em; text-decoration: none; }
.mail > span { flex-shrink: 0; transition: transform .2s ease; }
.mail:hover > span { transform: translate(5px, -5px); }
footer { padding: 36px var(--gutter); border-top: 1px solid var(--line); background: var(--paper); }
.finfo { display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; color: var(--muted); font-size: .75rem; line-height: 1.8; }
.finfo > span:first-child { color: var(--ink); font-size: .875rem; }
.finfo > span:nth-child(2), .finfo > span:nth-child(3) { grid-column: 1; }
.finfo > a { grid-column: 2; grid-row: 1; align-self: start; font-size: .875rem; }
.finfo .updated { grid-column: 2; grid-row: 3; }

@media (max-width: 1200px) {
  .site-header { gap: 24px; }
  .wordmark img { width: 148px; }
  .nav-contact { gap: 14px; }
  .hero { gap: 36px; }
  .hero-actions { gap: 18px; }
  .hero-actions .primary { min-width: 166px; padding-inline: 18px; }
  .panel-top, .panel-bottom { left: 22px; right: 22px; }
  .feature-grid { gap: 22px; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .global-list article { grid-template-columns: 24px minmax(0, 1fr) 100px 185px; gap: 16px; }
}
@media (max-width: 1000px) {
  .site-header { flex-wrap: wrap; min-height: 76px; padding-block: 16px; }
  .menu-toggle:not([hidden]) { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; border: 0; background: none; color: var(--ink); font-size: .875rem; }
  .menu-toggle span { color: var(--blue); font-size: 1.25rem; }
  .nav-contact { display: none; }
  .site-header nav { flex-basis: 100%; flex-wrap: wrap; gap: 12px 28px; padding: 16px 0 8px; border-top: 1px solid var(--line); }
  .site-header nav.enhanced { display: none; }
  .site-header nav.is-open { display: flex; }
  .site-header nav .mobile-contact { display: inline-block; color: var(--blue); }
  .hero { padding-top: 48px; padding-bottom: 48px; min-height: 0; }
  .hero h1 { font-size: clamp(2.2rem, 4.7vw, 3rem); }
  .eyebrow { font-size: .75rem; letter-spacing: .025em; margin-bottom: 22px; }
  .hero-definition { font-size: .9375rem; }
  .hero-panel { aspect-ratio: .8; }
  .panel-bottom { font-size: .75rem; line-height: 1.6; }
  .panel-main span { font-size: .75rem; }
  .stats { grid-template-columns: 1.2fr 1fr 1fr; }
  .stat { padding-left: 24px; }
  .stats-intro { padding-right: 20px; }
  .section-heading { gap: 36px; }
  .section-heading h2 { font-size: 2.2rem; }
  .feature-grid { gap: 18px; }
  .feature h3 { font-size: 1.6rem; }
  .award-list article { grid-template-columns: 24px 64px minmax(0, 1fr) 80px; gap: 20px; }
  .award-list em { display: none; }
  .clients-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .global-list article { grid-template-columns: 24px minmax(0, 1fr) 112px; }
  .global-list strong { grid-column: 2/-1; text-align: left; }
  .global-proof > div { padding-inline: 18px; }
  #artist { column-gap: 36px; }
  .wgroup { grid-template-columns: 160px minmax(0, 1fr); gap: 24px; }
  #faq, #company { grid-template-columns: 1fr; gap: 12px; }
  #faq .sec-label, #company .sec-label { flex-direction: row; align-items: baseline; }
}
@media (max-width: 820px) {
  :root { --gutter: 24px; --section-space: 72px; }
  html { scroll-padding-top: 100px; }
  .wordmark img { width: 148px; }
  .site-header { padding-block: 12px; min-height: 72px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 44px 40px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(2.3rem, 8.5vw, 3.6rem); line-height: 1.48; }
  .hero-definition { margin-top: 24px; font-size: 1rem; }
  .hero-lead { margin-top: 12px; }
  .hero-actions { margin-top: 26px; gap: 16px; }
  .hero-actions a { gap: 14px; }
  .hero-actions .primary { min-width: 165px; padding-inline: 16px; }
  .hero-panel { aspect-ratio: 1.2; max-height: 460px; }
  .panel-top { top: 22px; }
  .panel-main img { width: 61%; }
  .panel-main span { margin-top: 18px; font-size: .8125rem; }
  .panel-bottom { bottom: 16px; padding-top: 10px; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 24px 0; }
  .stats-intro { grid-column: 1/-1; padding: 0 0 26px; }
  .stats-intro p { margin-top: 6px; }
  .stat { padding: 0 0 0 20px; }
  .stat:nth-child(2) { border-left: 0; padding-left: 0; }
  .stat .num { font-size: 3rem; }
  .stat .lbl { font-size: .8125rem; }
  .section-index { margin-bottom: 22px; font-size: .75rem; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .section-heading h2 { font-size: clamp(1.55rem, 7vw, 2.7rem); }
  .section-heading p br { display: none; }
  .sec-label { padding-bottom: 20px; margin-bottom: 30px; gap: 16px; }
  .sec-label span { font-size: 1.8rem; }
  .feature-grid { grid-template-columns: 1fr; gap: 44px; }
  .feature-media { aspect-ratio: 16/9; }
  .feature-meta { grid-template-columns: 24px 1fr auto; }
  .feature-meta > span:first-child { grid-row: 1; }
  .feature-meta time { grid-column: auto; }
  .feature h3 { font-size: 1.85rem; margin-block: 16px; }
  .feature-copy { gap: 10px; }
  .feature-copy small { padding-top: 8px; }
  .award-mark { top: 20px; }
  .award-mark strong { width: 32px; height: 32px; font-size: 1.125rem; }
  .award-mark span { font-size: .75rem; }
  .award-list article { grid-template-columns: 52px minmax(0, 1fr) 68px; gap: 14px; padding: 22px 0; }
  .award-list article > span { display: none; }
  .award-list time { font-size: 1.125rem; }
  .award-list div strong { font-size: 1rem; }
  .award-list article > b { padding-inline: 6px; font-size: .75rem; letter-spacing: 0; }
  .svc-grid { grid-template-columns: 1fr; gap: 28px; }
  .svc::before { margin-bottom: 16px; }
  .svc h3 { font-size: 1.2rem; margin-bottom: 12px; }
  .clients-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .clients-grid li { min-height: 76px; }
  .global-proof { grid-template-columns: 1fr; margin-block: 32px; padding: 0; }
  .global-proof > div, .global-proof > div:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: center; padding: 24px 0; border: 0; border-bottom: 1px solid rgb(255 255 255 / 32%); }
  .global-proof > div:last-child { border: 0; }
  .global-proof strong { font-size: 2.6rem; white-space: nowrap; }
  .global-proof .proof-long { font-size: clamp(1.45rem, 7.1vw, 2.3rem); }
  .global-proof strong small { font-size: .8125rem; }
  .global-proof span { margin: 0; font-size: .875rem; }
  .global-list article { grid-template-columns: 22px minmax(0, 1fr); gap: 10px 14px; padding: 24px 0; }
  .global-list time { grid-column: 2; }
  .global-list h3 { font-size: 1.125rem; }
  #artist { grid-template-columns: 1fr; gap: 32px; }
  #artist .sec-label { grid-column: 1; }
  .artist-photo { width: 100%; max-width: 480px; margin: 0; }
  .artist h3 { font-size: 4rem; }
  .role { margin-bottom: 24px; }
  .artist-bio { gap: 18px; }
  .wcat { margin-bottom: 48px; }
  .wcat-title { font-size: 1.5rem; gap: 8px 16px; }
  .wgroup { grid-template-columns: 1fr; gap: 18px; padding: 24px 0; }
  .wgroup .g .n { display: inline; margin-left: 12px; }
  .wrow { gap: 14px; padding-block: 8px; }
  .work-tiles .wflat { grid-template-columns: 1fr; }
  .work-tiles .wrow { min-height: 0; padding-block: 20px; }
  .nowrap { white-space: normal; }
  .faq-item h3, .faq-item p { padding-left: 26px; }
  .cinfo > div { grid-template-columns: 68px minmax(0, 1fr); gap: 20px; }
  .mail { font-size: clamp(1.5rem, 6.1vw, 2.75rem); gap: 12px; }
  .finfo { display: flex; flex-direction: column; gap: 10px; }
  .finfo > a { align-self: start; padding-block: 6px; }
}
@media (max-width: 380px) {
  :root { --gutter: 20px; }
  .hero-actions { align-items: stretch; gap: 14px; flex-direction: column; }
  .hero-actions a:not(.primary) { justify-content: flex-start; }
  .panel-top, .panel-bottom { left: 18px; right: 18px; letter-spacing: 0; }
  .panel-bottom > span:first-child { max-width: 190px; }
  .feature-meta { grid-template-columns: 22px 1fr; }
  .feature-meta time { grid-column: 2; }
  .sec-label { flex-wrap: wrap; }
  .mail { font-size: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .menu-toggle, .skip-link, .hero-actions, .wl-more { display: none !important; }
  .wlist.can-expand:not(.open) .wrow.ex { display: flex; }
  section:not(.stats) { padding: 24px 0; }
  .hero { padding: 24px 0; }
  .global-section, #contact { color: black; background: white; }
  .global-section *, #contact * { color: black !important; }
  a { text-decoration: none; }
}
