:root {
  --canvas: #f3f0e8;
  --paper: #fbfaf6;
  --ink: #171714;
  --muted: #66645e;
  --line: #cdc8bc;
  --accent: #ff5a1f;
  --accent-dark: #ff5a1f;
  --blue: #526b8f;
  --sage: #758276;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --max: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: clamp(1rem, .25vw + .95rem, 1.125rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.menu-open .site-header { color: var(--paper); border-bottom-color: #45443f; }
body.contact-page .site-header {
  color: var(--paper);
  border-bottom-color: rgba(255,255,255,.22);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link {
  position: fixed; z-index: 1000; top: .5rem; left: .5rem; padding: .7rem 1rem;
  background: var(--ink); color: #fff; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 82px;
  display: grid; grid-template-columns: 250px 1fr; align-items: center; padding: 0 var(--pad);
  color: var(--ink); border-bottom: 1px solid rgba(23, 23, 20, .24);
}
.brand { display: inline-flex; align-items: center; }
.site-header .brand { position: relative; z-index: 30; }
.brand-logo { width: 184px; height: auto; }
body.menu-open .site-header .brand-logo,
body.contact-page .site-header .brand-logo { filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1rem, 2vw, 2.5rem); }
.site-nav a { position: relative; font-size: .74rem; font-weight: 700; letter-spacing: .11em; }
.site-nav a:not(.nav-contact)::after {
  content: ""; position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s;
}
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: .65rem .9rem; border: 1px solid currentColor; }
.nav-contact span { margin-left: 1rem; }
.language { margin-left: -.6rem; }
.menu-toggle { display: none; border: 0; background: transparent; }

.section-pad { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.eyebrow, .section-number {
  display: block; font-size: .68rem; font-weight: 800; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase;
}
.section-number { margin-bottom: clamp(2rem, 5vw, 5rem); }
.lead { font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.45; letter-spacing: -.025em; }
.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 2.2rem;
  padding: .95rem 1.2rem; border: 1px solid var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; transition: color .2s, background .2s, transform .2s;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--accent); border-color: var(--accent); }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: #fff; }
.text-link {
  display: inline-flex; gap: 2rem; align-items: center; border-bottom: 1px solid currentColor;
  padding: .5rem 0; font-size: .82rem; font-weight: 700;
}

.hero {
  position: relative; min-height: min(980px, 100svh); overflow: hidden; background: var(--paper);
}
.hero::before {
  content: ""; position: absolute; z-index: 2; inset: 0;
  background: linear-gradient(90deg, rgba(243,240,232,.98) 0%, rgba(243,240,232,.9) 28%, rgba(243,240,232,.12) 57%, rgba(243,240,232,0) 75%);
  pointer-events: none;
}
.hero-copy {
  position: relative; z-index: 4; width: min(59rem, 68vw); padding: clamp(9rem, 18vh, 13rem) var(--pad) 8rem;
}
.hero h1 {
  margin: 1.5rem 0 .6rem; font-size: clamp(3.25rem, 7.7vw, 8.75rem); font-weight: 900;
  line-height: .94; letter-spacing: -.075em;
}
.hero h1 span { display: block; }
.hero-en { margin: 1.25rem 0 2.7rem; font-size: clamp(1.1rem, 1.8vw, 1.8rem); font-weight: 600; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.hero-art { position: absolute; inset: 0 0 0 32%; }
.hero-art picture { display: block; width: 100%; height: 100%; }
.hero-art img,
.hero-art video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-art video { display: block; }
.concept-label {
  position: absolute; z-index: 2; left: 1rem; bottom: 1rem; padding: .35rem .5rem;
  color: #fff; background: rgba(23,23,20,.82); font-size: .58rem; font-weight: 800; letter-spacing: .12em;
}
.hero-caption {
  position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr auto;
  gap: 1rem; padding: 1rem var(--pad); border-top: 1px solid rgba(23,23,20,.24); font-size: .66rem; font-weight: 700; letter-spacing: .08em;
}
.hero-caption a { justify-self: end; }
.reveal { animation: intro .75s both cubic-bezier(.2,.7,.2,1); }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
@keyframes intro { from { opacity: 0; transform: translateY(24px); } }

.intro { border-top: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); }
.intro h2, .section-head h2, .process h2, .about h2, .faq h2, .contact h2, .case-overview h2 {
  margin: 0; font-size: clamp(2.8rem, 6.6vw, 7.4rem); font-weight: 850; line-height: .98; letter-spacing: -.065em;
}
.intro-copy { max-width: 40rem; }
.intro-copy > p:not(.lead) { max-width: 34rem; color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(5rem, 9vw, 9rem); border-top: 1px solid var(--line); }
.facts article { display: flex; flex-direction: column; gap: 1rem; min-height: 190px; padding: 1.7rem 1.2rem 1rem 0; border-right: 1px solid var(--line); }
.facts article:not(:first-child) { padding-left: 1.2rem; }
.facts strong { font-size: clamp(2rem, 3vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.facts span { margin-top: auto; font-size: .82rem; font-weight: 700; line-height: 1.5; }
.facts small { color: var(--accent-dark); font-size: .62rem; }
.studio-concept-visual, .services-concept-visual { margin: clamp(3rem, 7vw, 7rem) 0; }
.studio-concept-visual img, .services-concept-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.studio-concept-visual figcaption, .services-concept-visual figcaption { display: flex; justify-content: space-between; gap: 2rem; padding-top: .85rem; border-top: 1px solid currentColor; }
.studio-concept-visual figcaption span, .services-concept-visual figcaption span { flex: 0 0 auto; font-size: .62rem; font-weight: 800; letter-spacing: .11em; }
.studio-concept-visual figcaption p, .services-concept-visual figcaption p { max-width: 36rem; margin: 0; font-size: .72rem; line-height: 1.7; }

.works-section { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; margin-bottom: clamp(4rem, 9vw, 8rem); }
.section-head .section-number { margin-bottom: 1.5rem; }
.section-head > p { max-width: 31rem; margin: 0 0 .5rem; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2.5rem, 6vw, 7rem) clamp(1.2rem, 3vw, 3rem); }
.work-card-wide { grid-column: span 2; }
.work-visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.work-card-wide .work-visual { aspect-ratio: 2 / 1; }
.work-visual img, .case-hero img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.work-card:hover img { transform: scale(1.025); }
.work-info { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .2rem 1rem; padding-top: 1rem; border-top: 1px solid var(--ink); }
.work-info span { font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-info h3, .work-info h2 { grid-column: 1; margin: .25rem 0 0; font-size: clamp(1.4rem, 2vw, 2.3rem); line-height: 1.1; letter-spacing: -.04em; }
.work-info span:last-child { grid-column: 2; grid-row: 1 / span 2; }
.visual-number { position: absolute; top: 1rem; right: 1rem; font-size: clamp(4rem, 10vw, 10rem); font-weight: 900; line-height: 1; opacity: .14; }
.visual-word { position: absolute; left: 6%; bottom: 15%; font-size: clamp(2.5rem, 7vw, 8rem); font-weight: 900; line-height: .85; letter-spacing: -.08em; }
.visual-blue { background: var(--blue); color: #edf1f5; }
.visual-orange { background: var(--accent); color: var(--paper); }
.visual-ink { background: var(--ink); color: var(--paper); }
.visual-sage { background: var(--sage); color: var(--paper); }
.visual-steel { color: var(--ink); background: repeating-linear-gradient(90deg,#d6d4ce 0,#d6d4ce 1px,#eeeae2 1px,#eeeae2 7.5%); }
.center-button { margin: clamp(4rem, 8vw, 8rem) auto 0; }

.services { max-width: none; color: var(--paper); background: var(--ink); }
.services > * { width: min(100%, var(--max)); margin-right: auto; margin-left: auto; }
.section-head-light > p { color: #aaa79f; }
.services-concept-visual { margin-top: 0; color: #bdbab2; }
.service-list { border-top: 1px solid #45443f; }
.extended-services { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 8rem); margin-top: clamp(4rem, 8vw, 7rem); padding-top: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid #45443f; }
.extended-services h3 { margin: 1rem 0 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.extended-service-links { border-top: 1px solid #45443f; }
.extended-service-links a { display: grid; grid-template-columns: 42px 1fr 30px; gap: 1rem; align-items: center; padding: 1.35rem 0; border-bottom: 1px solid #45443f; color: inherit; text-decoration: none; }
.extended-service-links span { font-size: .65rem; font-weight: 800; }
.extended-service-links strong { font-size: clamp(1.15rem, 2vw, 1.65rem); }
.extended-service-links b { font-weight: 400; }
.services-all-link { display: inline-flex; margin-top: 2.5rem; color: var(--paper); }
.service-row {
  display: grid; grid-template-columns: 55px 1.1fr 1.4fr 160px 40px; gap: 1.5rem; align-items: center;
  padding: 2.3rem 0; border-bottom: 1px solid #45443f;
}
.service-row > span:first-child, .service-price { font-size: .66rem; font-weight: 700; letter-spacing: .1em; }
.service-row h3 { margin: 0; font-size: clamp(1.5rem, 2.5vw, 2.8rem); letter-spacing: -.045em; }
.service-row p { margin: 0; color: #bdbab2; font-size: .9rem; }
.service-row > a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #66645f; transition: .2s; }
.service-row > a:hover { color: var(--ink); background: var(--paper); }

.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 10vw, 12rem); }
.process-grid > div > p { max-width: 32rem; margin-top: 2rem; color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 50px 1fr 1.2fr; gap: 1rem; align-items: baseline; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.steps span { font-size: .68rem; font-weight: 800; }
.steps h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.02em; }
.steps p { margin: 0; color: var(--muted); font-size: .85rem; }

.brands { max-width: none; background: var(--paper); }
.brands > * { width: min(100%, var(--max)); margin-right: auto; margin-left: auto; }
.brand-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.brand-card { display: flex; min-height: 430px; flex-direction: column; padding: clamp(1.5rem, 3vw, 3rem); background: var(--canvas); transition: transform .3s; }
.brand-card:hover { position: relative; z-index: 2; transform: translateY(-8px); }
.brand-card > span, .brand-card > b { font-size: .65rem; letter-spacing: .12em; }
.brand-type-label { display: block; margin-top: 1.5rem; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-card h3 { margin: auto 0 1rem; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: 1; letter-spacing: -.06em; }
.brand-card p { max-width: 19rem; margin: 0 0 2rem; }
.brand-card b { margin-top: auto; }
.pontale { color: #f5eee4; background: #ba4b2e; }
.youfig { color: var(--ink); background: #f0c630; }
.inkies { color: #f4eee4; background: #415f77; }

.about { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(4rem, 10vw, 12rem); }
.about-copy { align-self: end; max-width: 38rem; }
.about-copy > p:not(.lead) { color: var(--muted); }
.about-copy ul { margin: 2.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.about-copy li { padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-copy .text-link { margin-top: 2rem; }

.about-hero { min-height: 88svh; padding-top: clamp(10rem, 20vh, 15rem); background: var(--paper); }
.about-hero h1 {
  max-width: 82rem; margin: 2rem 0 3rem; font-size: clamp(4rem, 10vw, 11rem);
  font-weight: 900; line-height: .87; letter-spacing: -.08em;
}
.about-hero h1 span { display: block; }
.about-hero > p:last-child {
  max-width: 48rem; margin-left: auto;
  font-size: clamp(1.1rem, 1.6vw, 1.55rem); line-height: 1.75;
}
.about-studio { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 12rem); align-items: end; }
.about-studio h2, .about-team h2, .about-profile h2, .about-cta h2 {
  margin: 0; font-size: clamp(2.8rem, 6vw, 7rem); line-height: .95; letter-spacing: -.065em;
}
.display-heading-lines span { display: block; }
.about-studio > p { margin: 0; }
.about-values {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.75rem, 1.2vw, 1.25rem); max-width: none;
  padding: clamp(1rem, 2vw, 2rem) var(--pad); background: var(--ink);
}
.about-values article {
  display: flex; min-width: 0; min-height: 430px; flex-direction: column;
  padding: clamp(1.5rem, 4vw, 4rem); background: var(--canvas);
}
.about-values article > span { font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.about-values h2 { margin: auto 0 1.5rem; font-size: clamp(2rem, 2.5vw, 2.75rem); line-height: 1; letter-spacing: -.04em; }
.about-values p { max-width: 28rem; margin: 0; color: var(--muted); }
.about-team { display: grid; max-width: none; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 12rem); color: var(--paper); background: var(--ink); }
.about-team > * { max-width: 46rem; }
.about-team-copy { align-self: end; }
.about-team-copy > p { color: #d2cfc7; }
.about-team dl { margin: 4rem 0 0; border-top: 1px solid #55524c; }
.about-team dl div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #55524c; }
.about-team dt { color: #8e8b84; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-team dd { margin: 0; font-size: .84rem; }
.about-profile { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 10vw, 12rem); background: var(--paper); }
.profile-role { margin: 0 0 1rem; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-profile > p { margin: auto 0 0; }
.about-cta { max-width: none; color: #fff; background: var(--accent); }
.about-cta h2 { max-width: 80rem; margin: 3rem 0; }
.about-cta .button { min-width: min(100%, 22rem); }

.journal { max-width: none; background: #ded9cf; }
.journal > * { width: min(100%, var(--max)); margin-right: auto; margin-left: auto; }
.journal-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.journal-list article { display: flex; min-height: 320px; flex-direction: column; padding: 1.6rem; border-right: 1px solid var(--ink); }
.journal-list article:first-child { padding-left: 0; }
.journal-list article:last-child { border-right: 0; }
.journal-list span { font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.journal-list h3 { margin: 2rem 0 1rem; font-size: clamp(1.35rem, 2vw, 2.1rem); line-height: 1.3; letter-spacing: -.03em; }
.journal-list p { color: var(--muted); font-size: .88rem; }
.journal-list a { margin-top: auto; font-size: .7rem; font-weight: 800; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(4rem, 10vw, 12rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: grid; grid-template-columns: 42px 1fr 30px; gap: 1rem; align-items: center; padding: 1.35rem 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: .66rem; }
.faq summary b { font-size: 1.4rem; font-weight: 300; transition: transform .2s; }
.faq details[open] summary b { transform: rotate(45deg); }
.faq details p { max-width: 43rem; margin: 0 0 1.5rem 58px; color: var(--muted); }

.contact { display: grid; max-width: none; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; background: var(--accent); }
.contact-copy, .contact-panel { min-height: 620px; padding: clamp(4rem, 8vw, 8rem) var(--pad); }
.contact-copy { display: flex; flex-direction: column; }
.contact-copy h2 { margin-top: auto; font-size: clamp(3rem, 6vw, 7rem); }
.contact-copy p { max-width: 35rem; }
.contact-panel { display: flex; flex-direction: column; color: #fff; background: var(--ink); }
.contact-big { margin: auto 0 3rem; font-size: clamp(3.1rem, 6vw, 7rem); font-weight: 850; line-height: .9; letter-spacing: -.06em; }
.contact-panel .button { width: min(100%, 30rem); }
.contact-panel small { max-width: 31rem; margin-top: 1.5rem; color: #aaa79f; font-size: .7rem; }

.site-footer { padding: clamp(4rem, 8vw, 8rem) var(--pad) 2rem; color: var(--paper); background: #0d0d0b; }
.footer-lead { display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; padding-bottom: clamp(4rem, 8vw, 8rem); border-bottom: 1px solid #45443f; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-top: 2rem; color: #aaa79f; font-size: .78rem; }
.footer-grid nav { display: flex; flex-direction: column; gap: .7rem; }
.footer-grid a:hover { color: #fff; }
.footer-brand .brand-logo { width: 200px; filter: brightness(0) invert(1); }
.footer-meta { display: flex; flex-direction: column; gap: .4rem; }

.page-hero { padding-top: clamp(10rem, 20vh, 15rem); padding-bottom: 5rem; }
.page-hero h1, .case-header h1 {
  max-width: 75rem; margin: 1rem 0 2rem; font-size: clamp(4rem, 9vw, 10rem); font-weight: 900; line-height: .86; letter-spacing: -.075em;
}
.page-hero h1 span, .contact-form-hero h1 span { display: block; }
.page-hero > p {
  max-width: 48rem; margin: clamp(1.5rem, 3vw, 2.5rem) 0 0 auto; color: var(--muted);
  font-size: clamp(1.1rem, 1.6vw, 1.55rem); line-height: 1.75;
}
.work-archive { padding-top: 2rem; background: var(--paper); }
.filters { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; margin-bottom: 5rem; }
.filters a { padding-bottom: .3rem; border-bottom: 1px solid transparent; font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.filters a[aria-current="page"], .filters a:hover { border-color: currentColor; }
.archive-grid .work-card:nth-child(3n+1) { grid-column: span 2; }
.archive-grid .work-card:nth-child(3n+1) .work-visual { aspect-ratio: 2 / 1; }

.case-header { padding-top: clamp(10rem, 20vh, 15rem); }
.case-header h1 { margin-bottom: 1rem; }
.case-header > p { margin: 0; font-size: clamp(1.3rem, 2.5vw, 2.6rem); font-weight: 600; }
.back-link { display: block; margin-bottom: 4rem; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.case-hero { position: relative; width: calc(100% - 2 * var(--pad)); max-width: var(--max); aspect-ratio: 16 / 8.2; margin: 0 auto; overflow: hidden; }
.case-hero .visual-number { font-size: 20vw; }
.case-hero .visual-word { font-size: clamp(5rem, 16vw, 16rem); }
.case-overview { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 12rem); }
.case-overview .lead { margin-top: 0; }
.case-overview dl { display: grid; grid-template-columns: minmax(6.5rem, 28%) minmax(0, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.case-overview dl > * { min-width: 0; margin: 0; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.case-overview dt { padding-right: 1rem; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-overview dd { overflow-wrap: anywhere; }
.case-process { max-width: none; color: var(--paper); background: var(--ink); }
.case-process > * { width: min(100%, var(--max)); margin-right: auto; margin-left: auto; }
.case-columns { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #55524c; }
.case-columns-2 { grid-template-columns: repeat(2, 1fr); }
.case-columns-4 { grid-template-columns: repeat(4, 1fr); }
.case-columns article { min-height: 300px; padding: 2rem; border-right: 1px solid #55524c; }
.case-columns article:first-child { padding-left: 0; }
.case-columns h3 { margin: 5rem 0 1rem; font-size: 2rem; }
.case-columns p { color: #aaa79f; }
.case-gallery { display: grid; gap: clamp(2rem, 6vw, 6rem); }
.case-gallery .section-head { margin-bottom: 0; }
.case-gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(.75rem, 2vw, 2rem); }
.case-gallery-grid figure { grid-column: span 6; margin: 0; }
.case-gallery-grid figure:nth-child(3n + 1) { grid-column: span 7; }
.case-gallery-grid figure:nth-child(3n + 2) { grid-column: span 5; }
.case-gallery-grid img { display: block; width: 100%; height: auto; background: #ddd9ce; }
.case-gallery-grid figcaption { padding-top: .7rem; color: var(--muted); font-size: .72rem; }
.case-video { display: grid; grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; color: var(--paper); background: var(--ink); }
.case-video > * { width: 100%; max-width: var(--max); }
.case-video h2 { margin: 1rem 0 0; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #080808; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame button { position: absolute; inset: 0; display: grid; width: 100%; place-content: center; gap: .8rem; border: 1px solid #4b4944; padding: 2rem; color: var(--paper); background: #171714; cursor: pointer; text-align: center; }
.video-frame button:hover { background: #24241f; }
.video-frame button span { font-size: clamp(1.4rem, 3vw, 3rem); font-weight: 900; letter-spacing: -.03em; }
.video-frame button b { display: inline-grid; width: 2.2em; height: 2.2em; place-items: center; margin-left: .5rem; border: 1px solid currentColor; border-radius: 50%; font-size: .45em; }
.video-frame button small { color: #aaa79f; font-size: .7rem; font-weight: 500; }
.video-frame noscript a { position: absolute; inset: 0; display: grid; place-items: center; color: var(--paper); text-decoration: underline; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.related-grid a { display: flex; min-width: 0; min-height: 250px; flex-direction: column; padding: 2rem; background: var(--paper); }
.related-thumb { width: 100%; overflow: hidden; aspect-ratio: 16 / 9; margin-bottom: 1.25rem; background: #ddd9ce; }
.related-thumb picture { display: block; width: 100%; height: 100%; }
.related-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.related-grid span, .related-grid b { font-size: .65rem; letter-spacing: .1em; }
.related-grid h3 { margin: 1.5rem 0 2rem; font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -.05em; overflow-wrap: anywhere; }
.related-grid b { margin-top: auto; }

.error-page { display: grid; min-height: 85vh; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; padding-top: 10rem; }
.error-code { color: var(--line); font-size: clamp(8rem, 24vw, 28rem); font-weight: 900; line-height: .7; letter-spacing: -.1em; }
.error-page h1 { margin: 1rem 0 2rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.error-page .button { margin-top: 2rem; }
.service-archive { padding-top: 1rem; background: var(--paper); }
.service-feature {
  display: grid; grid-template-columns: 55px minmax(0, 1.5fr) minmax(190px, .55fr) 40px;
  gap: 1.5rem; align-items: center; padding: 1.75rem 0; border-top: 1px solid var(--ink);
}
.service-group-head {
  display: grid; grid-template-columns: 55px minmax(0, 1fr); align-items: end;
  gap: 1.5rem; padding: clamp(3rem, 6vw, 5.5rem) 0 1.25rem; border-bottom: 1px solid var(--ink);
}
.service-group-head:first-child { padding-top: 0; }
.service-group-head span { font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.service-group-head h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1; letter-spacing: -.04em; }
.service-feature:last-child { border-bottom: 1px solid var(--ink); }
.service-feature > span, .service-feature small { font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.service-feature h2 {
  margin: 0 0 .45rem; font-size: clamp(1.7rem, 2.5vw, 2.75rem);
  line-height: 1.08; letter-spacing: -.04em; text-wrap: pretty;
}
.service-feature p { max-width: 48rem; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.service-feature > div:nth-child(3) { display: grid; gap: .3rem; }
.service-feature > div:nth-child(3) strong { font-size: 1rem; line-height: 1.35; }
.service-feature > b { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid; }
.service-hero { padding-top: clamp(10rem, 20vh, 15rem); }
.service-hero h1 { max-width: 82rem; margin: 1rem 0; font-size: clamp(4rem, 11vw, 12rem); line-height: .86; letter-spacing: -.08em; }
.service-hero > p { max-width: 54rem; margin: 2rem 0; font-size: clamp(1.3rem, 2.4vw, 2.5rem); line-height: 1.35; }
.service-concept-visual { margin: clamp(4rem, 8vw, 8rem) 0 0; }
.service-concept-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #d8d3c8; }
.service-concept-visual figcaption { display: flex; justify-content: space-between; gap: 2rem; padding-top: .85rem; border-top: 1px solid var(--ink); }
.service-concept-visual figcaption span { flex: 0 0 auto; font-size: .62rem; font-weight: 800; letter-spacing: .11em; }
.service-concept-visual figcaption p { max-width: 38rem; margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.7; }
.service-body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 12rem); background: var(--paper); }
.service-body h2, .service-cta h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 7rem); line-height: .96; letter-spacing: -.065em; }
.service-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding-top: 0; background: var(--line); }
.service-details article { min-height: 320px; padding: clamp(1.5rem, 3vw, 3rem); background: var(--canvas); }
.service-details article > span { font-size: .66rem; font-weight: 800; }
.service-details h2 { margin: 5rem 0 1rem; font-size: clamp(1.8rem, 3vw, 3.5rem); letter-spacing: -.04em; }
.service-details p { max-width: 38rem; color: var(--muted); }
.connected-strength { display: grid; grid-template-columns: minmax(150px, .4fr) 1.6fr; gap: clamp(2rem, 7vw, 8rem); color: var(--paper); background: #315867; }
.connected-strength > div { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.connected-strength h2 { margin: 0; font-size: clamp(2.6rem, 6vw, 6.5rem); line-height: .95; letter-spacing: -.06em; }
.connected-strength p { max-width: 34rem; margin: 0; color: rgba(255,255,255,.75); }
.service-related-work { overflow: hidden; background: var(--paper); }
.service-related-head { display: grid; grid-template-columns: 1.1fr .75fr auto; gap: clamp(2rem, 5vw, 5rem); align-items: end; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.service-related-head h2 { margin: 1.25rem 0 0; font-size: clamp(2.8rem, 6vw, 6.5rem); line-height: .95; letter-spacing: -.06em; }
.service-related-head > p { max-width: 32rem; margin: 0; color: var(--muted); }
.slider-controls { display: flex; gap: .5rem; }
.slider-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--ink); color: var(--ink); background: transparent; cursor: pointer; }
.slider-controls button:disabled { cursor: default; opacity: .28; }
.service-related-track { display: flex; gap: 1rem; overflow-x: auto; padding-bottom: 1rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.service-related-card { flex: 0 0 calc((100% - 2rem) / 3); min-width: 0; color: inherit; text-decoration: none; scroll-snap-align: start; }
.service-related-track.is-pair .service-related-card { flex-basis: calc((100% - 1rem) / 2); }
.service-related-track.is-single .service-related-card { flex-basis: min(100%, 880px); }
.service-related-image { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #d8d3c8; }
.service-related-image picture { display: block; width: 100%; height: 100%; }
.service-related-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-related-card:hover .service-related-image img { transform: scale(1.025); }
.service-related-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; font-size: .62rem; font-weight: 800; letter-spacing: .09em; }
.service-related-card h3 { margin: .75rem 0; font-size: clamp(1.6rem, 2.6vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.service-related-card > p { display: -webkit-box; max-width: 34rem; margin: 0; overflow: hidden; color: var(--muted); font-size: .86rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pricing-public { max-width: none; color: var(--paper); background: var(--ink); }
.pricing-public > * { width: min(100%, var(--max)); margin-right: auto; margin-left: auto; }
.price-list { border-top: 1px solid #55524c; }
.price-list article { display: grid; grid-template-columns: .8fr .5fr 1.35fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid #55524c; }
.price-list h3 { margin: 0; font-size: 1.6rem; }
.price-list p, .price-list dd, .price-note { color: #aaa79f; }
.price-plan-kicker { margin: 0 0 .55rem; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.price-list > article > strong { font-size: clamp(1.35rem, 2.6vw, 2.65rem); line-height: 1.15; }
.price-list dl { display: grid; grid-template-columns: 160px 1fr; gap: .65rem 1rem; margin: 0; font-size: .78rem; }
.price-list dt { font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.price-list dd { margin: 0; }
.price-note { margin-top: 1.5rem !important; font-size: .7rem; }
.payment-policy { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 5rem); margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid #45443f; }
.payment-policy h4 { margin: 0; font-size: .78rem; letter-spacing: .08em; }
.payment-policy p { margin: 0; color: #aaa79f; font-size: .78rem; line-height: 1.85; }
.price-options { grid-column: 1 / -1; margin-top: .75rem; padding-top: 1.5rem; border-top: 1px solid #55524c; }
.price-options h4 { margin: 0 0 1rem; font-size: .72rem; letter-spacing: .1em; }
.service-price-options { margin-top: 3rem; }
.price-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #55524c; }
.price-option-item { display: grid; min-height: 135px; align-content: start; padding: 1rem; background: #242420; }
.price-option-item strong { font-size: .9rem; }
.price-option-item b { margin-top: auto; padding-top: 1.25rem; color: var(--paper); font-size: 1rem; }
.price-option-item small { margin-top: .3rem; color: #aaa79f; font-size: .65rem; }
.service-cta { max-width: none; color: #fff; background: var(--accent); }
.service-cta > * { width: min(100%, var(--max)); margin-right: auto; margin-left: auto; }
.service-cta h2 { margin: 2rem auto 3rem 0; }
.contact-form-hero { padding-top: 10rem; color: var(--paper); background: var(--ink); }
.contact-form-hero h1 { max-width: 1100px; margin: 2rem 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .9; letter-spacing: -.07em; }
.contact-form-hero > p {
  max-width: 48rem; margin: 2rem 0 0 auto; color: #bbb7ad;
  font-size: clamp(1.1rem, 1.6vw, 1.55rem); line-height: 1.75;
}
.contact-form-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 9rem); }
.legal-hero { padding-bottom: 4rem; background: var(--paper); }
.legal-hero h1 { margin: 1.5rem 0 2rem; font-size: clamp(3rem, 8vw, 8rem); line-height: .9; letter-spacing: -.065em; }
.legal-hero > p { max-width: 48rem; margin-left: auto; color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.55rem); line-height: 1.75; }
.legal-document { display: grid; gap: 0; max-width: 1040px; padding-top: 3rem; }
.legal-draft { margin-bottom: 3rem; padding: 1.25rem; border: 1px solid #d76a42; color: #7c321c; background: #fff0e8; }
.legal-draft strong { font-size: .7rem; letter-spacing: .12em; }
.legal-draft p { margin: .5rem 0 0; }
.legal-summary { margin-bottom: 2rem; padding: clamp(1.5rem, 4vw, 3rem); color: #fff; background: var(--ink); }
.legal-summary > p { margin: 0; font-size: clamp(1.1rem, 2.5vw, 1.7rem); line-height: 1.55; }
.legal-summary dl { display: grid; gap: .75rem; margin: 2rem 0 0; }
.legal-summary dl div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.25); }
.legal-summary dt { color: rgba(255,255,255,.65); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-summary dd { margin: 0; }
.legal-document > section { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); padding: clamp(2.5rem, 6vw, 5rem) 0; border-top: 1px solid var(--line); }
.legal-document h2 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.8rem); }
.legal-document section > p, .legal-document section > ul { margin: 0; line-height: 1.9; }
.legal-document section > ul { padding-left: 1.25rem; }
.legal-document a { text-decoration: underline; text-underline-offset: .18em; }
.contact-form-intro { position: sticky; top: 7rem; align-self: start; }
.contact-form-intro h2 { margin: 2rem 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.contact-form-intro p { max-width: 28rem; color: var(--muted); }
.contact-errors { margin-bottom: 2rem; padding: 1rem 1.2rem; border: 1px solid #b54a2f; color: #792b18; background: #fff0e8; }
.contact-errors ul { margin: .5rem 0 0; padding-left: 1.2rem; }
.contact-form { position: relative; display: grid; gap: 1.4rem; }
.contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.contact-form label { display: grid; gap: .55rem; font-size: .72rem; font-weight: 800; letter-spacing: .03em; }
.contact-form label b { color: var(--accent); font-size: .58rem; letter-spacing: .1em; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select {
  width: 100%; min-height: 54px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: .75rem .15rem; color: var(--ink); background: transparent; font: inherit;
}
.contact-form textarea { min-height: 190px; resize: vertical; line-height: 1.7; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); outline: 2px solid transparent; box-shadow: 0 2px 0 var(--accent); }
.privacy-check { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; margin-top: 1rem; font-weight: 500 !important; line-height: 1.6; }
.privacy-check input { width: 20px; height: 20px; margin: .1rem 0 0; accent-color: var(--accent); }
.privacy-draft { margin: -.7rem 0 0 2.8rem; color: var(--muted); font-size: .66rem; }
.contact-submit { display: flex; min-height: 74px; align-items: center; justify-content: space-between; border: 0; padding: 1rem 1.4rem; color: #fff; background: var(--ink); cursor: pointer; font-weight: 800; letter-spacing: .04em; }
.contact-submit:hover { background: var(--accent); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-complete { min-height: 75svh; padding-top: 12rem; }
.contact-complete h1 { max-width: 1100px; margin: 2rem 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .9; letter-spacing: -.07em; }
.contact-complete .contact-complete-title-ja { font-size: clamp(3rem, 8vw, 8rem); line-height: .96; letter-spacing: -.055em; }
.contact-complete-title-ja span { display: block; white-space: nowrap; }
.contact-complete > p { max-width: 620px; font-size: 1.1rem; }
.contact-complete > small { display: block; margin: 1.5rem 0; color: var(--muted); }
.contact-complete .button { margin-top: 2rem; }
.faq-archive { background: var(--canvas); }
.brand-archive .brand-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-top: 0; }
.brand-archive .brand-card { min-height: 520px; }
.brand-card h2 { margin: auto 0 1rem; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.06em; }
.brand-group-head { margin: 3rem 0 1.25rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.brand-group-head:first-child { margin-top: 0; }
.brand-group-head span { font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.journal-archive { padding-top: 1rem; }
.journal-feature { display: grid; grid-template-columns: 70px 1fr auto; gap: 2rem; align-items: center; padding: 2.5rem 0; border-bottom: 1px solid var(--ink); }
.journal-feature > span { font-size: .7rem; font-weight: 800; }
.journal-feature small { color: var(--muted); font-size: .64rem; letter-spacing: .08em; }
.journal-feature h2 { max-width: 900px; margin: .5rem 0; font-size: clamp(2rem, 4vw, 4.5rem); line-height: .95; letter-spacing: -.055em; }
.journal-feature p { max-width: 720px; margin: 0; color: var(--muted); }
.journal-feature-image { display: block; width: min(100%, 760px); aspect-ratio: 16 / 7; margin-bottom: 1.5rem; object-fit: cover; background: #ddd9ce; }
.journal-article-head { padding-top: 11rem; }
.journal-article-head h1 { max-width: 1200px; margin: 3rem 0 2rem; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .92; letter-spacing: -.065em; }
.journal-article-head > p { max-width: 700px; margin-left: auto; font-size: 1.15rem; }
.journal-hero { width: min(calc(100% - 2 * var(--pad)), var(--max)); margin: 0 auto clamp(4rem, 8vw, 8rem); }
.journal-hero img { display: block; width: 100%; max-height: 760px; object-fit: cover; background: #ddd9ce; }
.journal-body { max-width: 900px; padding-top: 1rem; }
.journal-body p { margin: 0 0 2rem; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 2; }
.journal-body h2 { margin: clamp(4rem, 8vw, 7rem) 0 1.5rem; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.journal-body ul { margin: 0 0 2.5rem; padding: 1.5rem 1.5rem 1.5rem 3rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 1.05rem; line-height: 1.9; }
.journal-body-image { margin: clamp(2.5rem, 6vw, 5rem) 0; }
.journal-body-image img { display: block; width: 100%; height: auto; border-radius: var(--radius); background: #ddd9ce; }
.journal-body-image figcaption { margin-top: .8rem; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.journal-body blockquote { margin: 4rem 0; padding: 0 0 0 2rem; border-left: 5px solid var(--accent); font-size: clamp(1.4rem, 3vw, 2.4rem); font-weight: 750; line-height: 1.5; letter-spacing: -.025em; }
.journal-body aside { margin: 3rem 0; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--ink); background: #ebe7dd; font-size: 1rem; line-height: 1.85; }
.journal-internal-link {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin: 3rem 0; padding: 1.25rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 800; text-decoration: none;
}
.journal-internal-link span { transition: transform .2s; }
.journal-internal-link:hover span { transform: translate(4px, -4px); }
.journal-cta { border-top: 1px solid var(--line); }
.journal-cta h2 { max-width: 900px; margin: 2rem 0; font-size: clamp(2.5rem, 6vw, 6rem); line-height: .95; letter-spacing: -.06em; }

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

h1, h2, h3 { font-kerning: normal; text-wrap: balance; }
.jp-line { display: block; white-space: nowrap; }
p { text-wrap: pretty; }
body:not(.language-en) h1 { letter-spacing: -.04em; }
body:not(.language-en) h2 { line-height: 1.02; letter-spacing: -.035em; }
body:not(.language-en) h3 { letter-spacing: -.025em; }
body:not(.language-en) h1,
body:not(.language-en) h2,
body:not(.language-en) h3 {
  line-break: strict;
  word-break: auto-phrase;
}
body:not(.language-en) p { line-break: strict; letter-spacing: .012em; }
body:not(.language-en) .hero h1 {
  font-size: clamp(3.25rem, 5.5vw, 6.5rem);
  line-height: .96;
  letter-spacing: -.04em;
}
body:not(.language-en) .hero h1 span { white-space: nowrap; }
body:not(.language-en) .intro h2,
body:not(.language-en) .section-head h2,
body:not(.language-en) .about-statement h2,
body:not(.language-en) .contact-copy h2,
body:not(.language-en) .about-cta h2,
body:not(.language-en) .service-body > div:first-child h2,
body:not(.language-en) .connected-strength h2,
body:not(.language-en) .service-related-head h2,
body:not(.language-en) .service-cta h2,
body:not(.language-en) .case-overview h2 {
  font-size: clamp(2.6rem, 4.4vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -.035em;
  white-space: nowrap;
}
body:not(.language-en) .process h2,
body:not(.language-en) .faq-grid > h2,
body:not(.language-en) .contact-form-intro h2 {
  font-size: clamp(2.4rem, 3.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.035em;
  white-space: nowrap;
}
body:not(.language-en) .journal-cta h2 {
  font-size: clamp(2.4rem, 3.4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -.035em;
  white-space: nowrap;
}
body:not(.language-en) .about-studio .display-heading-lines,
body:not(.language-en) .about-team .display-heading-lines {
  font-size: clamp(2.7rem, 4.5vw, 5.5rem);
}
body:not(.language-en) .display-heading-lines span { white-space: nowrap; }
body:not(.language-en) .page-hero > p,
body:not(.language-en) .about-hero > p:last-child,
body:not(.language-en) .contact-form-hero > p,
body:not(.language-en) .legal-hero > p {
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}
body:not(.language-en) .page-hero h1,
body:not(.language-en) .about-hero h1,
body:not(.language-en) .contact-form-hero h1,
body:not(.language-en) .legal-hero h1 {
  font-size: clamp(3.75rem, 7vw, 7.5rem);
  line-height: .94;
  letter-spacing: -.04em;
}
body:not(.language-en) .page-hero h1 span,
body:not(.language-en) .about-hero h1 span,
body:not(.language-en) .contact-form-hero h1 span { white-space: nowrap; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { z-index: 30; display: flex; gap: .7rem; align-items: center; color: inherit; font-size: .7rem; font-weight: 800; }
  .menu-icon, .menu-icon::before { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-icon::before { content: ""; transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] .menu-icon { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon::before { transform: rotate(-90deg); }
  .site-nav {
    position: fixed; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 1.1rem; padding: 6rem var(--pad); color: var(--paper); background: var(--ink); opacity: 0; transition: opacity .2s, visibility .2s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { font-size: clamp(1.8rem, 6vw, 3.5rem); letter-spacing: -.04em; }
  .site-nav .nav-contact { margin-top: 1rem; }
  .site-nav .language { margin-left: 0; font-size: 1rem; }
  .hero { min-height: 850px; }
  .hero-copy { width: 100%; padding-top: 9rem; }
  .hero-art { inset: 37% 0 0 10%; }
  .hero::before { background: linear-gradient(180deg, rgba(243,240,232,.99) 0%,rgba(243,240,232,.96) 36%,rgba(243,240,232,.08) 63%); }
  .hero-caption { grid-template-columns: 1fr auto; }
  .hero-caption span:nth-child(2) { display: none; }
  .facts { grid-template-columns: 1fr 1fr; }
  .studio-concept-visual figcaption, .services-concept-visual figcaption { flex-direction: column; gap: .45rem; }
  .studio-concept-visual figcaption p, .services-concept-visual figcaption p { max-width: none; }
  .facts article:nth-child(2) { border-right: 0; }
  .facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head, .about, .case-overview { grid-template-columns: 1fr; }
  .about-studio, .about-team, .about-profile { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; gap: 1rem; padding: 1rem var(--pad); }
  .about-values article { min-height: 320px; }
  .about-values h2 { margin-top: auto; }
  .contact-form-section { grid-template-columns: 1fr; }
  .legal-document > section { grid-template-columns: 1fr; gap: 1rem; }
  .payment-policy { grid-template-columns: 1fr; gap: .75rem; }
  .contact-form-intro { position: static; }
  .service-row { grid-template-columns: 45px 1fr auto; }
  .service-row p { grid-column: 2 / span 2; }
  .service-price { grid-column: 2; }
  .service-row > a { grid-column: 3; grid-row: 1; }
  .process-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .brand-card:first-child { grid-column: span 2; }
  .journal-list { grid-template-columns: 1fr; }
  .journal-list article { min-height: 260px; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .journal-list article:last-child { border-bottom: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy, .contact-panel { min-height: 520px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-meta { grid-column: span 3; flex-direction: row; justify-content: space-between; border-top: 1px solid #45443f; padding-top: 1rem; }
}

@media (max-width: 640px) {
  .section-pad { padding-top: 5rem; padding-bottom: 5rem; }
  .about-values { padding: 1rem var(--pad); }
  .site-header { min-height: 66px; }
  .site-header .brand-logo { width: 148px; }
  .hero { min-height: 780px; }
  .hero-copy { padding-top: 7.5rem; }
  .hero h1 { font-size: clamp(2.15rem, 9.2vw, 4rem); line-height: 1; }
  body:not(.language-en) .hero h1 {
    font-size: clamp(1.75rem, 8.4vw, 3.2rem);
    line-height: 1;
  }
  body:not(.language-en) .intro h2,
  body:not(.language-en) .section-head h2,
  body:not(.language-en) .process h2,
  body:not(.language-en) .about-statement h2,
  body:not(.language-en) .faq-grid > h2,
  body:not(.language-en) .contact-copy h2,
  body:not(.language-en) .about-cta h2,
  body:not(.language-en) .service-body > div:first-child h2,
  body:not(.language-en) .connected-strength h2,
  body:not(.language-en) .service-related-head h2,
  body:not(.language-en) .service-cta h2,
  body:not(.language-en) .case-overview h2,
  body:not(.language-en) .contact-form-intro h2,
  body:not(.language-en) .journal-cta h2 {
    font-size: clamp(1.8rem, 8vw, 3.4rem);
    line-height: 1.02;
    white-space: normal;
  }
  .hero-en { font-size: .9rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-art { inset: 45% -26% 0 0; }
  .hero-caption span:first-child { display: none; }
  .hero-caption { grid-template-columns: 1fr; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .facts { grid-template-columns: 1fr; }
  .facts article { min-height: 135px; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts article:not(:first-child) { padding-left: 0; }
  .section-head { gap: 2rem; margin-bottom: 3rem; }
  .work-grid { grid-template-columns: 1fr; gap: 3rem; }
  .work-card-wide, .archive-grid .work-card:nth-child(3n+1) { grid-column: auto; }
  .work-card-wide .work-visual, .archive-grid .work-card:nth-child(3n+1) .work-visual { aspect-ratio: 4 / 3; }
  .service-row { grid-template-columns: 32px 1fr 36px; gap: 1rem; padding: 1.5rem 0; }
  .service-row p { display: none; }
  .service-price { grid-column: 2; }
  .steps li { grid-template-columns: 35px 1fr; }
  .steps p { grid-column: 2; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card:first-child { grid-column: auto; }
  .brand-card { min-height: 340px; }
  .about { gap: 3rem; }
  .about-hero { min-height: 75svh; padding-top: 8rem; }
  .about-hero h1 { font-size: 15vw; }
  .about-team dl div { grid-template-columns: 1fr; gap: .35rem; }
  .faq details p { margin-left: 0; }
  .contact-copy, .contact-panel { min-height: 460px; }
  .footer-lead { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-meta { grid-column: span 2; flex-direction: column; }
  .page-hero { padding-top: 8rem; }
  .page-hero h1, .case-header h1 { font-size: 16vw; }
  body:not(.language-en) .page-hero h1,
  body:not(.language-en) .about-hero h1,
  body:not(.language-en) .contact-form-hero h1,
  body:not(.language-en) .legal-hero h1 {
    font-size: clamp(1.7rem, 8.7vw, 4rem);
    line-height: 1.02;
  }
  body:not(.language-en) .page-hero h1 span,
  body:not(.language-en) .about-hero h1 span,
  body:not(.language-en) .contact-form-hero h1 span { white-space: normal; }
  body:not(.language-en) .about-studio .display-heading-lines,
  body:not(.language-en) .about-team .display-heading-lines {
    font-size: clamp(2.15rem, 9.7vw, 3.2rem);
  }
  .page-hero > p { margin-left: 0; }
  .case-header { padding-top: 8rem; }
  .case-hero { width: 100%; aspect-ratio: 4 / 3; }
  .case-columns { grid-template-columns: 1fr; }
  .case-columns article { min-height: 230px; padding: 2rem 0; border-right: 0; border-bottom: 1px solid #55524c; }
  .case-columns h3 { margin-top: 3rem; }
  .related-grid { grid-template-columns: 1fr; }
  .case-gallery-grid { grid-template-columns: 1fr; }
  .case-gallery-grid figure, .case-gallery-grid figure:nth-child(3n + 1), .case-gallery-grid figure:nth-child(3n + 2) { grid-column: auto; }
  .case-video { grid-template-columns: 1fr; }
  .error-page { grid-template-columns: 1fr; padding-top: 8rem; }
  .service-feature { grid-template-columns: 30px 1fr 35px; gap: .8rem; padding: 1.65rem 0; }
  .service-feature h2 { font-size: 1.55rem; line-height: 1.12; }
  .service-feature p { font-size: .82rem; line-height: 1.65; }
  .service-feature > div:nth-child(3) { grid-column: 2; }
  .service-feature > b { grid-column: 3; grid-row: 1; }
  .service-concept-visual figcaption { flex-direction: column; gap: .45rem; }
  .service-concept-visual figcaption p { max-width: none; }
  .service-body, .service-details { grid-template-columns: 1fr; }
  .connected-strength, .connected-strength > div { grid-template-columns: 1fr; }
  .service-related-head { grid-template-columns: 1fr; gap: 1rem; }
  .slider-controls { justify-self: start; }
  .service-related-card, .service-related-track.is-pair .service-related-card, .service-related-track.is-single .service-related-card { flex-basis: 84vw; }
  .extended-services { grid-template-columns: 1fr; }
  .service-group-head { grid-template-columns: 1fr; gap: .75rem; }
  .service-hero h1 { font-size: clamp(3rem, 12vw, 5rem); line-height: .92; }
  .service-body h2, .service-cta h2 { font-size: clamp(2.25rem, 10vw, 4rem); }
  .price-list article { grid-template-columns: 1fr; }
  .price-list dl { grid-template-columns: 105px 1fr; }
  .price-option-grid { grid-template-columns: 1fr; }
  .contact-field-grid { grid-template-columns: 1fr; }
  .contact-form-hero h1, .contact-complete h1 { font-size: 15vw; }
  .contact-complete .contact-complete-title-ja { font-size: 10.5vw; }
  .journal-feature { grid-template-columns: 35px 1fr; }
  .journal-feature > b { grid-column: 2; }
  .journal-article-head h1 { font-size: 14vw; }
}

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

/* ==========================================================================
   KENIKO unified redesign
   ========================================================================== */

:root {
  --canvas: #f6f3ed;
  --paper: #fffdf9;
  --ink: #171714;
  --muted: #69645c;
  --line: #dcd6cb;
  --accent: #ff5a1f;
  --accent-dark: #ff5a1f;
  --accent-soft: #ffe3d3;
  --blue: #536f8d;
  --sage: #768476;
  --pad: clamp(1.25rem, 4.6vw, 4.75rem);
  --max: 1480px;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: clamp(24px, 3vw, 42px);
  --shadow: 0 24px 70px rgba(23, 23, 20, .09);
}

html { background: var(--ink); }
body {
  overflow-x: clip;
  background: var(--canvas);
  font-family: Inter, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: clamp(.98rem, .18vw + .94rem, 1.08rem);
  line-height: 1.78;
}

h1, h2, h3 {
  font-weight: 760;
  text-wrap: balance;
}

p { text-wrap: pretty; }

.section-pad {
  width: min(100%, var(--max));
  padding: clamp(5.5rem, 8.5vw, 8.5rem) var(--pad);
}

.eyebrow,
.section-number {
  color: var(--accent-dark);
  font-size: .67rem;
  font-weight: 780;
  letter-spacing: .14em;
}
body:not(.language-en) .eyebrow,
body:not(.language-en) .section-number {
  letter-spacing: .08em;
  text-transform: none;
}

.section-number { margin-bottom: clamp(1.8rem, 3.5vw, 3.5rem); }

.lead {
  font-size: clamp(1.15rem, 1.35vw, 1.55rem);
  line-height: 1.72;
  letter-spacing: -.015em;
}

.button {
  min-height: 58px;
  border-radius: 999px;
  padding: .9rem 1rem .9rem 1.45rem;
  border-color: transparent;
  box-shadow: none;
  letter-spacing: .04em;
}

.button span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
}

.button-dark { background: var(--ink); }
.button-dark:hover { background: var(--accent); }
.button-light { border-color: transparent; color: var(--ink); }
.button-light span { color: #fff; background: var(--accent); }
.button-outline { border-color: var(--line); }
.button-outline:hover { border-color: var(--ink); }

.text-link {
  gap: 1.2rem;
  border-bottom-color: var(--accent);
  font-size: .78rem;
}
.text-link span { color: var(--accent); }

/* Header */
.site-header {
  position: fixed;
  top: 12px;
  right: 12px;
  left: 12px;
  width: auto;
  min-height: 68px;
  grid-template-columns: 220px 1fr;
  padding: 0 clamp(1rem, 2.2vw, 2rem);
  border: 1px solid transparent;
  border-radius: 18px;
  transition: color .25s, background .25s, border-color .25s, box-shadow .25s;
}

.site-header.is-scrolled {
  border-color: rgba(23,23,20,.08);
  background: rgba(255,253,249,.9);
  box-shadow: 0 14px 50px rgba(23,23,20,.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.contact-page .site-header,
body.contact-page .site-header.is-scrolled {
  color: var(--ink);
  border-color: rgba(23,23,20,.08);
  background: rgba(255,253,249,.92);
  box-shadow: 0 14px 50px rgba(23,23,20,.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.contact-page .site-header.is-scrolled .brand-logo { filter: none; }
body.contact-page .site-header .brand {
  width: auto;
  justify-self: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body.contact-page .site-header .brand-logo,
body.contact-page.menu-open .site-header .brand-logo { filter: none; }
.brand-logo { width: 164px; }
.site-nav { gap: clamp(.8rem, 1.55vw, 1.65rem); }
.site-nav a { font-size: .69rem; letter-spacing: .07em; }
.site-nav a:not(.nav-contact)::after { background: var(--accent); }
.nav-contact {
  padding: .7rem .8rem .7rem 1rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
}
.nav-contact:hover { background: var(--accent); }
.nav-contact span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  margin-left: .65rem;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
}

/* Shared hero treatment */
.page-hero,
.about-hero,
.legal-hero,
.contact-form-hero,
.case-header,
.service-hero,
.journal-article-head {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(9.5rem, 16vh, 12rem);
}

.page-hero::after,
.about-hero::after,
.legal-hero::after,
.contact-form-hero::after {
  content: none;
}

.page-hero {
  min-height: min(720px, 74svh);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr);
  align-content: end;
  gap: 1.5rem clamp(2rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.page-hero .section-number { grid-column: 1 / -1; margin-bottom: 1rem; }
.page-hero h1 {
  max-width: 62rem;
  margin: 0;
  font-size: clamp(3.25rem, 6.2vw, 6.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.page-hero > p {
  align-self: end;
  max-width: 37rem;
  margin: 0 0 .5rem;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  line-height: 1.85;
}

body:not(.language-en) .page-hero h1,
body:not(.language-en) .about-hero h1,
body:not(.language-en) .contact-form-hero h1,
body:not(.language-en) .legal-hero h1 {
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

/* Home */
.hero {
  min-height: min(940px, 100svh);
  background: var(--canvas);
}
.hero::before {
  background:
    linear-gradient(90deg, rgba(246,243,237,1) 0%, rgba(246,243,237,.96) 38%, rgba(246,243,237,.18) 57%, transparent 72%);
}
.hero-copy {
  width: min(54rem, 58vw);
  padding: clamp(10rem, 18vh, 13rem) var(--pad) 8rem;
}
.hero h1 {
  max-width: 50rem;
  margin: 1.2rem 0 .8rem;
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  line-height: .97;
  letter-spacing: -.06em;
}
body:not(.language-en) .hero h1 {
  font-size: clamp(3rem, 4.85vw, 5.6rem);
  line-height: 1.04;
}
.hero-en {
  max-width: 38rem;
  margin: 1rem 0 2.2rem;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  font-weight: 560;
}
.hero-art {
  inset: 7.2rem var(--pad) 4.5rem 47%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: inherit;
  pointer-events: none;
}
.hero-caption { border: 0; }

.intro { border: 0; }
.intro-grid { grid-template-columns: .9fr 1.1fr; align-items: start; }
.intro h2,
.section-head h2,
.process h2,
.about h2,
.faq h2,
.contact h2,
.case-overview h2 {
  font-size: clamp(2.5rem, 4.5vw, 5rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
body:not(.language-en) .intro h2,
body:not(.language-en) .section-head h2,
body:not(.language-en) .about-statement h2,
body:not(.language-en) .contact-copy h2,
body:not(.language-en) .about-cta h2,
body:not(.language-en) .service-body > div:first-child h2,
body:not(.language-en) .connected-strength h2,
body:not(.language-en) .service-related-head h2,
body:not(.language-en) .service-cta h2,
body:not(.language-en) .case-overview h2,
body:not(.language-en) .process h2,
body:not(.language-en) .faq-grid > h2,
body:not(.language-en) .contact-form-intro h2,
body:not(.language-en) .journal-cta h2 {
  font-size: clamp(2.25rem, 3.8vw, 4.35rem);
  line-height: 1.12;
  white-space: normal;
}

.studio-concept-visual,
.services-concept-visual {
  overflow: hidden;
  margin: clamp(3rem, 6vw, 6rem) 0;
  border-radius: var(--radius-lg);
}
.studio-concept-visual img,
.services-concept-visual img {
  height: auto;
  aspect-ratio: 16 / 8.3;
}
.studio-concept-visual figcaption,
.services-concept-visual figcaption {
  padding: 1rem 1.15rem;
  border: 0;
  background: var(--paper);
}

.facts {
  gap: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.facts article {
  min-height: 180px;
  padding: 1.4rem;
  border: 1px solid #d8d2c5;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
}
.facts article:not(:first-child) { padding-left: 1.4rem; }
.facts strong {
  color: var(--accent);
  font-size: clamp(1.7rem, 2.6vw, 3.15rem);
  white-space: nowrap;
}
.facts span { color: #4f4d47; }
.facts small { color: var(--accent-dark); }

.works-section { background: var(--paper); }
.section-head {
  grid-template-columns: 1fr minmax(270px, .55fr);
  gap: clamp(2rem, 8vw, 8rem);
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}
.work-grid { gap: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 2.4vw, 2.2rem); }
.work-visual {
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(23,23,20,.06);
}
.work-card:hover .work-visual { box-shadow: var(--shadow); }
.work-info {
  margin-top: .55rem;
  padding: .75rem .2rem 0;
  border-color: var(--line);
}
.work-info h3,
.work-info h2 {
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1.25;
}

.services {
  width: auto;
  max-width: none;
  margin: clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
  background: var(--ink);
}
.services > * { width: min(100%, calc(var(--max) - 2 * var(--pad))); }
.services .section-number,
.services .eyebrow { color: var(--accent); }
.services-concept-visual figcaption { background: #24241f; }
.service-row {
  grid-template-columns: 44px minmax(180px, .85fr) minmax(260px, 1.15fr) 150px 42px;
  padding: 1.5rem 0;
  border-color: #44433e;
}
.service-row h3 { font-size: clamp(1.45rem, 2vw, 2.25rem); }
.service-row > a { border-radius: 50%; }
.extended-service-links a { transition: color .2s, padding .2s; }
.extended-service-links a:hover { padding-right: .5rem; padding-left: .5rem; color: var(--accent); }

.process-grid { grid-template-columns: .8fr 1.2fr; }
.steps {
  display: grid;
  gap: .8rem;
  border: 0;
}
.steps li {
  grid-template-columns: 46px minmax(150px, .75fr) 1.25fr;
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255,253,249,.65);
}
.steps span { color: var(--accent-dark); }

.brands { background: var(--paper); }
.brand-grid {
  gap: 1rem;
  border: 0;
  background: transparent;
}
.brand-card {
  min-height: 400px;
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(23,23,20,.08);
}
.brand-card:hover { transform: translateY(-6px); }
.brand-card h3 { font-size: clamp(2rem, 3.2vw, 3.7rem); }

.about { grid-template-columns: .95fr 1.05fr; }
.about-copy ul { border: 0; }
.about-copy li {
  margin-bottom: .55rem;
  padding: .85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,253,249,.6);
  text-transform: none;
}

.journal { background: #ece8df; }
.journal-list {
  gap: 1rem;
  border: 0;
}
.journal-list article {
  min-height: 310px;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.journal-list article:first-child { padding-left: 1.6rem; }
.journal-list article:last-child { border-right: 1px solid var(--line); }
.journal-list h3 { font-size: clamp(1.25rem, 1.7vw, 1.75rem); line-height: 1.45; }
.journal-list a { color: var(--accent-dark); }

.faq-grid { grid-template-columns: .7fr 1.3fr; }
.faq-list { display: grid; gap: .65rem; border: 0; }
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255,253,249,.72);
}
.faq summary { padding: 1.15rem 1.25rem; }
.faq details p { margin: 0 1.25rem 1.35rem 4.9rem; }
.faq summary b { color: var(--accent); }

.contact {
  margin: 0;
  background: var(--accent);
}
.contact-copy .section-number { color: var(--ink); }
.contact-copy,
.contact-panel { min-height: 540px; }
.contact-copy h2,
.contact-big {
  font-size: clamp(2.5rem, 4.8vw, 5.2rem);
  line-height: 1.05;
}
.contact-panel {
  margin: clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
}

/* About */
.about-hero {
  min-height: min(760px, 78svh);
  display: grid;
  align-content: end;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}
.about-hero h1 {
  max-width: 70rem;
  margin: 1.5rem 0 2rem;
  font-size: clamp(3.2rem, 6.2vw, 6.6rem);
  line-height: 1.02;
}
.about-hero > p:last-child {
  max-width: 38rem;
  margin: 0 0 0 auto;
  font-size: clamp(1.05rem, 1.3vw, 1.35rem);
  line-height: 1.85;
}
.about-studio,
.about-team,
.about-profile { gap: clamp(3rem, 8vw, 8rem); }
.about-studio h2,
.about-team h2,
.about-profile h2,
.about-cta h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.7rem);
  line-height: 1.1;
}
.about-values {
  gap: 1rem;
  padding: clamp(1rem, 2vw, 2rem) var(--pad) clamp(5rem, 8vw, 8rem);
  background: transparent;
}
.about-values article {
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: var(--ink);
}
.about-values article:nth-child(2) { background: #2c2c27; }
.about-values article:nth-child(3) { color: var(--ink); background: var(--accent); }
.about-values h2 { font-size: clamp(1.8rem, 2.2vw, 2.4rem); }
.about-values p { color: rgba(255,255,255,.68); }
.about-values article > span { color: var(--accent); }
.about-values article:nth-child(3) p { color: rgba(23,23,20,.7); }
.about-values article:nth-child(3) > span { color: var(--ink); }
.about-team {
  width: auto;
  max-width: none;
  margin: 0 clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
}
.about-cta { background: var(--accent); }
.about-cta .eyebrow { color: var(--ink); }

/* Service archive */
.service-archive { padding-top: 1rem; background: var(--paper); }
.service-group-head {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(4rem, 7vw, 7rem) 0 1.5rem;
  border-bottom-color: var(--line);
}
.service-group-head span { grid-column: 2; grid-row: 1; color: var(--accent-dark); }
.service-group-head h2 {
  grid-column: 1;
  grid-row: 1;
  font-size: clamp(2rem, 3.3vw, 3.4rem);
}
.service-group-head:first-child { padding-top: 1rem; }
.service-feature {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(0, 1fr) minmax(150px, .38fr) 44px;
  gap: clamp(1.25rem, 2.4vw, 2.4rem);
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--canvas);
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.service-feature:last-child { border-bottom: 1px solid var(--line); }
.service-feature:hover {
  z-index: 1;
  border-color: rgba(255,100,30,.55);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.service-feature-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: 0;
  border-radius: calc(var(--radius) - 8px);
  background: #ddd7cc;
}
.service-feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.service-feature:hover .service-feature-visual img { transform: scale(1.035); }
.service-feature-number {
  position: absolute;
  top: .7rem;
  left: .7rem;
  display: grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  padding: 0 .45rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(23,23,20,.82);
  font-size: .62rem;
  font-weight: 800;
}
.service-feature-copy h2 {
  margin: 0 0 .6rem;
  font-size: clamp(1.55rem, 2.25vw, 2.4rem);
  line-height: 1.15;
}
.service-feature-copy p {
  max-width: 38rem;
  font-size: .86rem;
  line-height: 1.75;
}
.service-feature-price { display: grid; gap: .4rem; }
.service-feature-price small { color: var(--accent-dark); }
.service-feature-price strong { font-size: .95rem; line-height: 1.45; }
.service-feature > b {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
}
.service-feature:hover > b { background: var(--accent); }

/* Service detail */
.service-page {
  padding-bottom: clamp(1rem, 2vw, 2rem);
  background: var(--canvas);
}
.service-hero {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(460px, 1.25fr);
  gap: 1.2rem clamp(3rem, 7vw, 7rem);
  align-items: end;
  padding-bottom: clamp(4.5rem, 7vw, 7rem);
}
.service-hero .back-link { grid-column: 1 / -1; margin-bottom: clamp(2rem, 4vw, 4rem); }
.service-hero > .eyebrow { grid-column: 1; }
.service-hero h1 {
  grid-column: 1;
  max-width: 42rem;
  margin: 0;
  font-size: clamp(3rem, 5.25vw, 5.9rem);
  line-height: 1;
}
.service-hero > p {
  grid-column: 1;
  max-width: 38rem;
  margin: .8rem 0 1rem;
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  line-height: 1.7;
}
.service-hero > .button { grid-column: 1; justify-self: start; }
.service-concept-visual {
  grid-column: 2;
  grid-row: 2 / 6;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(23,23,20,.08);
}
.service-concept-visual img { height: 100%; min-height: 420px; aspect-ratio: auto; }
.service-concept-visual figcaption {
  padding: .9rem 1.1rem;
  border: 0;
}
.service-section-nav {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), 980px);
  gap: .25rem;
  margin: -1.9rem auto clamp(1rem, 2vw, 2rem);
  padding: .45rem;
  overflow-x: auto;
  border: 1px solid rgba(23,23,20,.12);
  border-radius: 999px;
  background: rgba(251,250,246,.94);
  box-shadow: 0 14px 38px rgba(23,23,20,.09);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  scrollbar-width: none;
}
.service-section-nav::-webkit-scrollbar { display: none; }
.service-section-nav a {
  flex: 1 0 auto;
  min-width: 108px;
  padding: .72rem 1rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
  transition: color .2s, background .2s;
}
.service-section-nav a:hover,
.service-section-nav a:focus-visible {
  color: #fff;
  background: var(--ink);
}
.service-page [id] { scroll-margin-top: 110px; }
.service-body,
.service-details,
.connected-strength,
.service-related-work,
.pricing-public,
.service-cta {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), var(--max));
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}
.service-body {
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding-bottom: clamp(3.5rem, 6vw, 6rem);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--paper);
}
.service-body h2,
.service-cta h2 { font-size: clamp(2.5rem, 4.4vw, 4.8rem); }
.service-details {
  gap: 1rem;
  margin-top: 0;
  padding-top: clamp(2rem, 3vw, 3rem);
  border-top: 1px solid var(--line);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background: var(--paper);
}
.service-details article {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--canvas);
}
.service-details article > span { color: var(--accent-dark); }
.service-details h2 {
  margin: clamp(2.25rem, 5vw, 3.75rem) 0 1rem;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
}
.connected-strength {
  margin-top: clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
  background: var(--ink);
}
.connected-strength .section-number,
.pricing-public .section-number { color: var(--accent); }
.connected-strength h2,
.service-related-head h2 { font-size: clamp(2.4rem, 4.2vw, 4.7rem); }
.service-related-work {
  margin-top: clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
  background: var(--paper);
}
.service-related-actions {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-index-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem .75rem .65rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.section-index-link span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
}
.section-index-link:hover {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
  transform: translateY(-2px);
}
.related .section-head > .section-index-link {
  align-self: end;
  justify-self: end;
  margin-bottom: .5rem;
}
.service-related-image { border-radius: var(--radius); }
.slider-controls button { border-color: var(--line); border-radius: 50%; }
.pricing-public {
  margin-top: clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
}
.price-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
}
.price-list article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.4rem, 2.4vw, 2.2rem);
  border: 1px solid #46453f;
  border-radius: var(--radius);
  background: #22221e;
}
.price-list > article > strong {
  color: var(--accent);
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.price-list dl { grid-template-columns: 110px 1fr; margin-top: auto; }
.price-option-grid { gap: .75rem; background: transparent; }
.price-option-item { border-radius: var(--radius-sm); }
.service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.5rem clamp(2rem, 6vw, 6rem);
  margin-top: clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--accent);
}
.service-cta > * {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.service-cta .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}
.service-cta h2 {
  max-width: 68rem;
  margin: 0;
}
.service-cta > .button {
  min-width: 250px;
  justify-self: end;
}
.service-cta .eyebrow { color: var(--ink); }
.service-cta .button-light {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}
.service-cta .button-light:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

/* Work, journal, brands and utility archives */
.work-archive { background: var(--paper); }
.filters {
  position: sticky;
  z-index: 5;
  top: 92px;
  gap: .55rem;
  margin-bottom: 4rem;
  padding: .6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,253,249,.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.filters a {
  padding: .65rem 1rem;
  border: 0;
  border-radius: 999px;
}
.filters a[aria-current="page"],
.filters a:hover {
  color: #fff;
  border: 0;
  background: var(--ink);
}
.case-header h1 {
  max-width: 68rem;
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  line-height: 1;
}
.case-header > p { font-size: clamp(1.15rem, 1.8vw, 1.8rem); }
.case-hero {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.case-overview { gap: clamp(3rem, 8vw, 8rem); }
.case-process,
.case-video {
  width: auto;
  max-width: none;
  margin: 0 clamp(1rem, 2vw, 2rem);
  border-radius: var(--radius-lg);
}
.case-columns { gap: 1rem; border: 0; }
.case-columns article {
  min-height: 300px;
  border: 1px solid #45443f;
  border-radius: var(--radius);
}
.case-columns article:first-child { padding-left: 2rem; }
.case-gallery-grid img,
.video-frame,
.related-thumb { border-radius: var(--radius); }
.related-grid { gap: 1rem; border: 0; background: transparent; }
.related-grid a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.brand-archive .brand-grid { gap: 1rem; }
.brand-archive .brand-card { min-height: 440px; }
.brand-card h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.brand-group-head { border-color: var(--line); }

.journal-archive {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 2rem;
  background: var(--paper);
}
.journal-feature {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 1rem;
  align-content: start;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--canvas);
  transition: transform .3s, box-shadow .3s;
}
.journal-feature:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.journal-feature > div { min-width: 0; }
.journal-feature > b { grid-column: 2; align-self: end; color: var(--accent-dark); }
.journal-feature-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--radius) - 8px);
}
.journal-feature h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  line-height: 1.35;
}
.journal-feature p { font-size: .88rem; }
.journal-article-head h1 {
  max-width: 64rem;
  font-size: clamp(2.8rem, 5.5vw, 5.8rem);
  line-height: 1.08;
}
.journal-hero img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.journal-body { max-width: 820px; }
.journal-body h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.35;
}
.journal-body blockquote,
.journal-body aside { border-radius: var(--radius-sm); }
.journal-body aside { border: 0; background: var(--accent-soft); }
.journal-internal-link {
  padding: 1.2rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
}

/* Contact and legal */
.contact-form-hero {
  min-height: min(720px, 75svh);
  display: grid;
  align-content: end;
  padding-bottom: clamp(4rem, 7vw, 6rem);
}
.contact-form-hero h1 {
  max-width: 65rem;
  margin: 1.2rem 0 2rem;
  font-size: clamp(3.1rem, 5.8vw, 6rem);
  line-height: 1.05;
}
.contact-form-hero > p { font-size: clamp(1rem, 1.2vw, 1.25rem); }
.contact-form-section { grid-template-columns: .62fr 1.38fr; }
.contact-form-wrap {
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.contact-form { gap: 1.25rem; }
.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.contact-form select {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .8rem 1rem;
  background: var(--canvas);
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(255,100,30,.14);
  box-shadow: none;
}
.contact-submit {
  border-radius: 999px;
  padding: 1rem 1.4rem 1rem 1.7rem;
}
.legal-hero {
  min-height: 540px;
  display: grid;
  align-content: end;
}
.legal-hero h1 { font-size: clamp(2.8rem, 5.3vw, 5.7rem); }
.legal-summary,
.legal-draft { border-radius: var(--radius); }
.legal-document > section { gap: clamp(2rem, 6vw, 6rem); }

/* Unified inner-page surfaces */
body.home main,
body.work-index main,
body.service-index main,
body.about-page main,
body.brand-page main,
body.faq-page main,
body.journal-page main,
body.journal-detail main,
body.work-detail main,
body.contact-page main,
body.contact-complete-page main,
body.legal-page main {
  padding-bottom: clamp(1rem, 2vw, 2rem);
  background: var(--canvas);
}

body.home main > section:not(.hero),
.work-archive,
.service-archive,
.journal-archive,
.brand-archive,
.faq-archive,
.contact-form-section,
.contact-complete,
.about-studio,
.about-values,
.about-team,
.about-profile,
.about-cta,
.case-overview,
.case-process,
.case-gallery,
.case-video,
.related,
.journal-cta {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), var(--max));
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--radius-lg);
}

body.home main > section:not(.hero) {
  margin-top: clamp(1rem, 2vw, 2rem);
  overflow: hidden;
}
body.home .intro,
body.home .works-section,
body.home .process,
body.home .about,
body.home .faq { background: var(--paper); }
body.home .intro { border-top: 0; }

.page-hero,
.about-hero,
.contact-form-hero,
.legal-hero {
  padding-bottom: clamp(4rem, 7vw, 6rem);
}
.page-hero + .work-archive,
.page-hero + .service-archive,
.page-hero + .journal-archive,
.page-hero + .brand-archive,
.page-hero + .faq-archive,
.contact-form-hero + .contact-form-section,
.legal-hero + .legal-document {
  margin-top: 0;
}

.work-archive,
.service-archive,
.journal-archive,
.brand-archive,
.faq-archive,
.contact-form-section {
  margin-bottom: 0;
  background: var(--paper);
}
.brand-archive,
.faq-archive,
.contact-form-section { overflow: hidden; }
.contact-form-wrap { background: var(--canvas); }

.about-studio,
.about-values,
.about-team,
.about-profile,
.about-cta {
  margin-top: clamp(1rem, 2vw, 2rem);
}
.about-studio,
.about-profile { background: var(--paper); }
.about-values {
  padding: clamp(1rem, 2vw, 2rem);
  background: var(--paper);
}
.about-team {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}
.about-cta { overflow: hidden; }

.case-hero {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), var(--max));
  box-shadow: 0 18px 50px rgba(23,23,20,.08);
}
.case-overview,
.case-process,
.case-gallery,
.case-video,
.related {
  margin-top: clamp(1rem, 2vw, 2rem);
}
.case-overview,
.case-gallery,
.related { background: var(--paper); }
.case-process,
.case-video {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}
.related { overflow: hidden; }
.related-grid a { background: var(--canvas); }

.journal-hero {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), var(--max));
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
.journal-body {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), 900px);
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 4.5rem);
  border-radius: var(--radius-lg);
  background: var(--paper);
}
.journal-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.5rem clamp(2rem, 6vw, 6rem);
  margin-top: clamp(1rem, 2vw, 2rem);
  color: #fff;
  background: var(--accent);
  border-top: 0;
}
.journal-cta .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink);
}
.journal-cta h2 { margin: 0; }
.journal-cta .button { justify-self: end; }

.legal-document {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), 1040px);
  max-width: 1040px;
  padding: clamp(2rem, 5vw, 4.5rem);
  background: var(--paper);
}
.contact-complete {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), var(--max));
  margin-top: clamp(7rem, 12vw, 10rem);
  padding-top: clamp(4rem, 7vw, 7rem);
  background: var(--paper);
}

/* Footer */
.site-footer {
  margin-top: 0;
  padding-top: clamp(5rem, 8vw, 8rem);
  background: #12120f;
}
.footer-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(4rem, 7vw, 7rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--accent);
}
.footer-lead-copy {
  min-width: 0;
  max-width: 66rem;
}
.footer-lead-copy .eyebrow {
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  color: var(--ink);
}
.footer-lead-title {
  max-width: 100%;
  margin: 0;
  font-size: clamp(2.45rem, 5.2vw, 5.9rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.05em;
  text-wrap: balance;
}
body:not(.language-en) .footer-lead-title {
  line-break: strict;
  word-break: auto-phrase;
  letter-spacing: -.035em;
}
.footer-lead-title-ja span { display: block; white-space: nowrap; }
.footer-lead-description {
  max-width: 42rem;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  font-size: clamp(.95rem, 1.2vw, 1.15rem);
  line-height: 1.8;
}
.footer-lead-button {
  display: inline-flex;
  min-width: 280px;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .9rem .9rem .9rem 1.5rem;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  transition: color .2s, background .2s, transform .2s;
}
.footer-lead-button b {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.footer-lead-button:hover {
  color: var(--ink);
  background: #fff;
  transform: translateY(-2px);
}
.footer-lead-button:hover b {
  color: #fff;
  background: var(--ink);
}
.footer-grid { padding-top: 2.5rem; }

/* Unified title and lead alignment */
.about-hero,
.contact-form-hero,
.legal-hero,
.case-header,
.journal-article-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr);
  align-content: end;
  column-gap: clamp(2rem, 8vw, 8rem);
}
.about-hero > .eyebrow,
.contact-form-hero > .section-number,
.legal-hero > .section-number,
.case-header > .back-link,
.case-header > .eyebrow,
.journal-article-head > .back-link,
.journal-article-head > .eyebrow {
  grid-column: 1 / -1;
}
.page-hero > h1,
.about-hero > h1,
.contact-form-hero > h1,
.legal-hero > h1,
.case-header > h1,
.journal-article-head > h1 {
  align-self: end;
  margin-right: 0;
  margin-bottom: 0;
}
.about-hero > h1,
.contact-form-hero > h1,
.legal-hero > h1,
.case-header > h1,
.journal-article-head > h1 {
  grid-column: 1;
}
.page-hero > p,
.about-hero > p:last-child,
.contact-form-hero > p,
.legal-hero > p,
.case-header > p,
.journal-article-head > p {
  align-self: end;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.about-hero > p:last-child,
.contact-form-hero > p,
.legal-hero > p,
.case-header > p,
.journal-article-head > p {
  grid-column: 2;
  max-width: 37rem;
  margin: 0;
}
.service-hero > p {
  padding: 0;
  border: 0;
}

@media (max-width: 1100px) {
  .service-hero { grid-template-columns: minmax(280px, .8fr) minmax(380px, 1.2fr); gap: 2rem; }
  .service-feature { grid-template-columns: minmax(180px, .65fr) minmax(0, 1fr) 130px 44px; }
  .price-list { grid-template-columns: 1fr; }
  .price-list article { display: grid; grid-template-columns: .8fr .5fr 1.35fr; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  body.menu-open .site-header,
  body.contact-page.menu-open .site-header {
    color: var(--paper);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  body.contact-page.menu-open .site-header .brand-logo {
    filter: brightness(0) invert(1);
  }
  .site-nav {
    position: fixed;
    z-index: 20;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    min-height: 100%;
    justify-content: flex-start;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(6.5rem, 14vh, 8rem) var(--pad) 3rem;
    background: var(--ink);
  }
  .site-nav a { font-size: clamp(1.65rem, 5vw, 2.8rem); }
  .site-nav .nav-contact {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    color: var(--ink);
    background: var(--accent);
  }
  .site-nav .nav-contact span {
    display: inline-flex;
    width: auto;
    height: auto;
    margin-left: 1rem;
    border-radius: 0;
    background: transparent;
    font-size: 1.15rem;
    line-height: 1;
  }
  .page-hero { grid-template-columns: 1fr; min-height: 660px; }
  .page-hero .section-number { grid-column: 1; }
  .page-hero > p { margin-top: 1rem; }
  .about-hero,
  .contact-form-hero,
  .legal-hero,
  .case-header,
  .journal-article-head {
    grid-template-columns: 1fr;
  }
  .about-hero > h1,
  .about-hero > p:last-child,
  .contact-form-hero > h1,
  .contact-form-hero > p,
  .legal-hero > h1,
  .legal-hero > p,
  .case-header > h1,
  .case-header > p,
  .journal-article-head > h1,
  .journal-article-head > p {
    grid-column: 1;
  }
  .about-hero > p:last-child,
  .contact-form-hero > p,
  .legal-hero > p,
  .case-header > p,
  .journal-article-head > p {
    width: 100%;
    margin-top: clamp(1.25rem, 3vw, 2rem);
    margin-right: 0;
    margin-left: 0;
  }
  .hero-copy { width: 68vw; }
  .hero-art { left: 39%; }
  .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-row { grid-template-columns: 40px 1fr auto; }
  .process-grid { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 42px minmax(150px, .7fr) 1.3fr; }
  .about-values { grid-template-columns: 1fr; }
  .about-values article { min-height: 290px; }
  .contact { grid-template-columns: 1fr; padding: 1rem; }
  .contact-panel { margin: 0; }
  .service-feature {
    grid-template-columns: 220px minmax(0, 1fr) 44px;
  }
  .service-feature-price { grid-column: 2; }
  .service-feature > b { grid-column: 3; grid-row: 1; }
  .service-hero { grid-template-columns: 1fr; }
  .service-hero > *,
  .service-hero .back-link,
  .service-hero > .eyebrow,
  .service-hero h1,
  .service-hero > p,
  .service-hero > .button,
  .service-concept-visual {
    grid-column: 1;
    grid-row: auto;
  }
  .service-concept-visual { margin-top: 2rem; }
  .service-concept-visual img { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  .price-list article { display: grid; grid-template-columns: .8fr .5fr 1.35fr; }
  .journal-archive { grid-template-columns: 1fr; }
  .contact-form-section { grid-template-columns: 1fr; }
  .footer-lead { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 640px) {
  :root { --pad: 1.25rem; --radius: 18px; }
  body { font-size: .96rem; line-height: 1.75; }
  .section-pad { padding-top: 4.75rem; padding-bottom: 4.75rem; }
  .site-header {
    top: 8px;
    right: 8px;
    left: 8px;
    min-height: 60px;
    border-radius: 15px;
  }
  .site-header .brand-logo { width: 138px; }
  .page-hero { min-height: 570px; padding-top: 8rem; }
  .page-hero h1,
  body:not(.language-en) .page-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.4rem);
    line-height: 1.13;
  }
  .page-hero h1 span,
  body:not(.language-en) .page-hero h1 span { white-space: nowrap; }
  .page-hero h1,
  body:not(.language-en) .page-hero h1,
  body:not(.language-en) .about-hero h1,
  body:not(.language-en) .contact-form-hero h1 {
    font-size: clamp(2rem, 8.7vw, 3.4rem);
  }
  .hero {
    min-height: 880px;
    padding-bottom: 0;
  }
  .hero-copy {
    width: 100%;
    padding-top: 7.5rem;
    padding-right: var(--pad);
  }
  .hero h1,
  body:not(.language-en) .hero h1 {
    font-size: clamp(2.2rem, 10.3vw, 3.45rem);
    line-height: 1.08;
  }
  body:not(.language-en) .hero h1 span { white-space: normal; }
  .hero-art {
    inset: 55% var(--pad) 3.8rem;
    border-radius: 22px;
  }
  .hero::before {
    background: linear-gradient(180deg, rgba(246,243,237,1) 0%, rgba(246,243,237,.97) 45%, rgba(246,243,237,.05) 70%);
  }
  .hero-caption { padding: .8rem var(--pad); }
  .intro h2,
  .section-head h2,
  .process h2,
  .about h2,
  .faq h2,
  .contact h2,
  .case-overview h2,
  body:not(.language-en) .intro h2,
  body:not(.language-en) .section-head h2,
  body:not(.language-en) .process h2,
  body:not(.language-en) .about-statement h2,
  body:not(.language-en) .faq-grid > h2,
  body:not(.language-en) .contact-copy h2,
  body:not(.language-en) .about-cta h2,
  body:not(.language-en) .service-body > div:first-child h2,
  body:not(.language-en) .connected-strength h2,
  body:not(.language-en) .service-related-head h2,
  body:not(.language-en) .service-cta h2,
  body:not(.language-en) .case-overview h2,
  body:not(.language-en) .contact-form-intro h2,
  body:not(.language-en) .journal-cta h2 {
    font-size: clamp(2rem, 8.7vw, 3rem);
    line-height: 1.18;
  }
  .studio-concept-visual,
  .services-concept-visual { margin-right: -.25rem; margin-left: -.25rem; }
  .facts { gap: .65rem; }
  .facts article,
  .facts article:not(:first-child) {
    min-height: 120px;
    padding: 1.1rem;
    border: 1px solid var(--line);
  }
  .services {
    margin: .5rem;
    border-radius: 24px;
  }
  .service-row { padding: 1.2rem 0; }
  .service-row h3 { font-size: 1.35rem; }
  .steps li { grid-template-columns: 32px 1fr; padding: 1rem; }
  .steps p { grid-column: 2; }
  .brand-card { min-height: 320px; }
  .about-values { gap: .65rem; padding-right: .75rem; padding-left: .75rem; }
  .about-values article { min-height: 270px; }
  .about-team,
  .connected-strength,
  .pricing-public,
  .case-process,
  .case-video { margin: 0 .5rem; border-radius: 24px; }
  .journal-list { gap: .65rem; }
  .journal-list article,
  .journal-list article:first-child { min-height: 250px; padding: 1.25rem; }
  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
  .faq-grid > h2,
  .faq-list { min-width: 0; }
  .faq summary {
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    gap: .7rem;
    padding: 1rem;
  }
  .faq details p { margin-left: 1.25rem; }
  .contact { padding: .5rem; }
  .contact-copy,
  .contact-panel { min-height: 430px; }
  .contact-copy h2,
  .contact-big { font-size: clamp(2.2rem, 9.5vw, 3.2rem); }
  .about-hero { min-height: 650px; padding-top: 8rem; }
  .about-hero h1,
  body:not(.language-en) .about-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.5rem);
    line-height: 1.14;
  }
  body:not(.language-en) .display-heading-lines span { white-space: normal; }
  .service-group-head { grid-template-columns: 1fr; gap: .5rem; }
  .service-group-head span,
  .service-group-head h2 { grid-column: 1; grid-row: auto; }
  .service-feature {
    grid-template-columns: 1fr 40px;
    gap: 1rem;
    padding: .75rem;
  }
  .service-feature-visual { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
  .service-feature-copy { grid-column: 1 / -1; }
  .service-feature-copy h2 { font-size: 1.45rem; }
  .service-feature > div.service-feature-price:nth-child(3) { grid-column: 1; }
  .service-feature > b { grid-column: 2; grid-row: 3; align-self: end; }
  .service-hero { padding-top: 7.5rem; }
  .service-hero h1 { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  .service-concept-visual { border-radius: 20px; }
  .service-concept-visual figcaption { flex-direction: column; gap: .35rem; }
  .service-details { gap: .65rem; padding-right: .75rem; padding-left: .75rem; }
  .service-details article { min-height: 250px; }
  .service-related-card,
  .service-related-track.is-pair .service-related-card,
  .service-related-track.is-single .service-related-card { flex-basis: 86vw; }
  .price-list article { display: flex; }
  .price-option-grid { grid-template-columns: 1fr; }
  .filters {
    top: 76px;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-radius: 16px;
    scrollbar-width: none;
  }
  .filters a { flex: 0 0 auto; }
  .archive-grid .work-card:nth-child(3n+1) { grid-column: auto; }
  .archive-grid .work-card:nth-child(3n+1) .work-visual { aspect-ratio: 4 / 3; }
  .case-header h1 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .case-hero { width: calc(100% - 1rem); border-radius: 20px; }
  .case-columns { grid-template-columns: 1fr; }
  .case-columns article,
  .case-columns article:first-child { min-height: 230px; padding: 1.5rem; }
  .journal-feature { grid-template-columns: 28px 1fr; padding: .75rem; }
  .journal-feature h2 { font-size: 1.35rem; }
  .journal-article-head h1 { font-size: clamp(2.25rem, 10vw, 3.3rem); }
  .contact-form-hero { min-height: 610px; }
  .contact-form-hero h1,
  body:not(.language-en) .contact-form-hero h1 { font-size: clamp(2.35rem, 10.5vw, 3.4rem); }
  .contact-form-wrap { padding: 1rem; }
  .legal-hero {
    min-height: 470px;
  }
  .legal-hero > * {
    min-width: 0;
  }
  .legal-hero h1,
  body:not(.language-en) .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 3.1rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  .legal-hero > p {
    max-width: 100%;
    margin-left: 0;
  }
  .footer-grid { gap: 2.25rem 1rem; }
  .footer-lead {
    gap: 2rem;
    padding: 1.5rem;
    border-radius: 22px;
  }
  .footer-lead-copy .eyebrow { margin-bottom: 2rem; }
  .footer-lead-title {
    font-size: clamp(2rem, 9.5vw, 3rem);
    line-height: 1.13;
  }
  .footer-lead-description {
    margin-top: 1.25rem;
    font-size: .92rem;
  }
  .footer-lead-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: .65rem .65rem .65rem 1.15rem;
  }
  .footer-lead-button b {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 760px) {
  .facts {
    gap: .65rem;
    padding: 0;
    background: transparent;
  }
  .facts article,
  .facts article:not(:first-child) {
    border-color: #d8d2c5;
    color: var(--ink);
    background: var(--paper);
  }
  .facts strong {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
    white-space: nowrap;
  }
  .facts span { color: #4f4d47; }
  body.home main > section:not(.hero),
  .work-archive,
  .service-archive,
  .journal-archive,
  .brand-archive,
  .faq-archive,
  .contact-form-section,
  .contact-complete,
  .about-studio,
  .about-values,
  .about-team,
  .about-profile,
  .about-cta,
  .case-hero,
  .case-overview,
  .case-process,
  .case-gallery,
  .case-video,
  .related,
  .journal-hero,
  .journal-body,
  .journal-cta,
  .legal-document {
    width: calc(100% - 1rem);
    margin-right: auto;
    margin-left: auto;
    border-radius: 24px;
  }
  .about-values { padding: .5rem; }
  .journal-cta {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .journal-cta .button {
    width: 100%;
    justify-self: stretch;
  }
  .service-related-actions { align-items: flex-start; }
  .related .section-head > .section-index-link { justify-self: start; }
  .contact-complete {
    margin-top: 6rem;
    padding-top: 4rem;
  }
  .service-section-nav {
    width: calc(100% - 1rem);
    justify-content: flex-start;
    margin-top: -1.25rem;
    margin-bottom: .5rem;
    padding: .35rem;
    border-radius: 20px;
  }
  .service-section-nav a {
    flex: 0 0 auto;
    min-width: 96px;
    padding: .68rem .85rem;
  }
  .service-body,
  .service-details,
  .connected-strength,
  .service-related-work,
  .pricing-public,
  .service-cta {
    width: calc(100% - 1rem);
    margin-right: auto;
    margin-left: auto;
  }
  .service-body {
    margin-top: 0;
    border-radius: 24px 24px 0 0;
  }
  .service-details {
    margin-top: 0;
    border-radius: 0 0 24px 24px;
  }
  .connected-strength,
  .service-related-work,
  .pricing-public,
  .service-cta { margin-top: .5rem; }
  .service-cta {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    border-radius: 24px;
  }
  .service-cta > .button {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }
}

/* Japanese heading line-fit refinements */
body:not(.language-en) .footer-lead .footer-lead-title-ja {
  font-size: clamp(2.35rem, 5.05vw, 5.7rem);
}
body:not(.language-en) .service-body > div:first-child h2 {
  font-size: clamp(2.15rem, 3.45vw, 4rem);
}
@media (max-width: 760px) {
  body:not(.language-en) .footer-lead .footer-lead-title-ja {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  body:not(.language-en) .service-body > div:first-child h2 {
    font-size: clamp(1.8rem, 8vw, 3.4rem);
  }
}

/* Final inner-page title system */
.page-hero > h1,
.about-hero > h1,
.contact-form-hero > h1,
.legal-hero > h1,
.service-hero > h1,
.case-header > h1,
.journal-article-head > h1,
body:not(.language-en) .page-hero > h1,
body:not(.language-en) .about-hero > h1,
body:not(.language-en) .contact-form-hero > h1,
body:not(.language-en) .legal-hero > h1 {
  max-width: 64rem;
  margin-bottom: 0;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.page-hero > p,
.about-hero > p:last-child,
.contact-form-hero > p,
.legal-hero > p,
.service-hero > p,
.case-header > p,
.journal-article-head > p {
  max-width: 37rem;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
}
.page-hero > p,
.about-hero > p:last-child,
.legal-hero > p,
.service-hero > p,
.case-header > p,
.journal-article-head > p { color: var(--muted); }
.contact-form-hero > p { color: #bbb7ad; }
.contact-form-hero + .contact-form-section {
  margin-top: clamp(1rem, 2vw, 2rem);
}
.page-hero,
.about-hero,
.legal-hero,
.service-hero,
.case-header,
.journal-article-head {
  background: transparent;
}
.about-hero {
  width: min(100%, var(--max));
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--pad);
  padding-left: var(--pad);
  border-radius: 0;
}
.contact-form-hero {
  width: min(calc(100% - clamp(2rem, 4vw, 4rem)), var(--max));
  max-width: var(--max);
  margin: clamp(1rem, 2vw, 2rem) auto 0;
  padding-right: var(--pad);
  padding-left: var(--pad);
  border-radius: var(--radius-lg);
  background: var(--ink);
}

@media (max-width: 760px) {
  .contact-form-hero {
    width: calc(100% - 1rem);
    border-radius: 24px;
  }
  .page-hero > h1,
  .about-hero > h1,
  .contact-form-hero > h1,
  .legal-hero > h1,
  .service-hero > h1,
  .case-header > h1,
  .journal-article-head > h1,
  body:not(.language-en) .page-hero > h1,
  body:not(.language-en) .about-hero > h1,
  body:not(.language-en) .contact-form-hero > h1,
  body:not(.language-en) .legal-hero > h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.4rem);
    line-height: 1.14;
    letter-spacing: -.035em;
  }
  .page-hero > p,
  .about-hero > p:last-child,
  .contact-form-hero > p,
  .legal-hero > p,
  .service-hero > p,
  .case-header > p,
  .journal-article-head > p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

body:not(.language-en) .legal-hero > h1 {
  max-width: none;
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body:not(.language-en) .legal-hero > h1 {
    font-size: clamp(1.55rem, 7.2vw, 2.75rem);
    line-height: 1.14;
  }
}

/* Contact page: one continuous dark canvas */
body.contact-page main { background: var(--ink); }
.contact-form-hero {
  width: min(100%, var(--max));
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--accent);
  outline: none;
  box-shadow: none;
}

/* Full-width footer CTA */
.site-footer {
  padding: 0;
  background: #12120f;
}
.footer-lead {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(4.5rem, 8vw, 8rem)
    max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad)));
  border: 0;
  border-radius: 0;
  background: var(--accent);
}
.footer-grid {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3.5rem, 6vw, 5.5rem) var(--pad) 2rem;
}

@media (max-width: 760px) {
  .footer-lead {
    padding: 4rem var(--pad);
    border-radius: 0;
  }
  .footer-grid { padding-top: 3.5rem; }
}

/* Journal archive cards */
.journal-archive {
  gap: clamp(1rem, 2vw, 1.75rem);
  padding: clamp(1.5rem, 3vw, 3rem);
}
.journal-feature {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0;
  padding: clamp(1rem, 1.8vw, 1.4rem);
}
.journal-feature > div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}
.journal-feature-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 1.25rem;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.journal-feature:hover .journal-feature-image { transform: scale(1.012); }
.journal-feature small {
  color: var(--accent-dark);
  font-size: .67rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
}
.journal-feature h2 {
  max-width: 35rem;
  margin: .75rem 0 .9rem;
  font-size: clamp(1.45rem, 2.15vw, 2.15rem);
  line-height: 1.35;
  letter-spacing: -.035em;
}
.journal-feature p {
  max-width: 38rem;
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.8;
}
.journal-feature > b {
  grid-column: auto;
  width: 100%;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .05em;
}

@media (max-width: 760px) {
  .journal-archive {
    gap: .75rem;
    padding: .75rem;
  }
  .journal-feature { padding: .9rem; }
  .journal-feature h2 {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
    line-height: 1.4;
  }
}
