/*
 * KENIKO Studio Portfolio
 * A work-led editorial layer over the existing CMS and public templates.
 */

:root {
  --studio-black: #11110f;
  --studio-white: #f7f5ef;
  --studio-paper: #eeece5;
  --studio-gray: #a3a098;
  --studio-line: rgba(17, 17, 15, .22);
  --studio-orange: #ff5a1f;
  --studio-pad: clamp(1.25rem, 3.7vw, 4rem);
  --studio-max: 1680px;
  --radius-sm: 0;
  --radius: 0;
  --radius-lg: 0;
}

html { background: var(--studio-black); }
body {
  color: var(--studio-black);
  background: var(--studio-paper);
  font-family: Inter, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", sans-serif;
}

main { overflow: clip; }
img { background-color: #d6d3cc; }

.section-pad {
  width: min(100%, var(--studio-max));
  padding: clamp(6rem, 11vw, 12rem) var(--studio-pad);
}

.eyebrow,
.section-number {
  color: inherit;
  font-size: .66rem;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: .12em;
}

.section-number::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 2px;
  margin-right: .7rem;
  background: var(--studio-orange);
  vertical-align: .22em;
}

.button {
  min-height: 58px;
  border-radius: 0;
  letter-spacing: .04em;
}

.button span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.text-link {
  border-bottom-color: currentColor;
  font-size: .78rem;
}

/* Minimal floating navigation */
.site-header {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 84px;
  padding: 0 var(--studio-pad);
  border: 0;
  border-radius: 0;
  color: var(--studio-white);
  background: linear-gradient(180deg, rgba(0,0,0,.48), transparent);
  box-shadow: none;
  transition: min-height .25s, color .25s, background .25s;
}

.site-header.is-scrolled {
  min-height: 68px;
  color: var(--studio-black);
  background: rgba(247,245,239,.94);
  border: 0;
  box-shadow: 0 1px 0 rgba(17,17,15,.12);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header .brand-logo {
  width: 156px;
  background: transparent;
  filter: none;
}

.site-header.is-scrolled .brand-logo { filter: none; }
.brand-logo { background: transparent; }
.site-nav { gap: clamp(1rem, 2vw, 2.25rem); }
.site-nav a {
  font-size: .65rem;
  font-weight: 720;
  letter-spacing: .1em;
}

.nav-contact {
  padding: .65rem .8rem .65rem 1rem;
  border-radius: 0;
  color: var(--studio-black);
  background: var(--studio-orange);
}

.nav-contact:hover {
  color: var(--studio-white);
  background: var(--studio-black);
}
.nav-contact span { background: transparent; }

body:not(.home) .site-header:not(.is-scrolled),
body.contact-page .site-header,
body.contact-page .site-header.is-scrolled {
  color: var(--studio-black);
  background: rgba(247,245,239,.94);
  box-shadow: 0 1px 0 rgba(17,17,15,.12);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body:not(.home) .site-header:not(.is-scrolled) .brand-logo,
body.contact-page .site-header .brand-logo { filter: none; }

/* Full-screen work-led home hero */
.hero {
  min-height: 100svh;
  color: var(--studio-white);
  background: var(--studio-black);
}

.hero::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.22) 52%, transparent 76%),
    linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 48%);
}

.hero-art {
  inset: 0;
  border-radius: 0;
}

.hero-art img,
.hero-art video {
  object-position: center;
  filter: saturate(.94) contrast(1.03);
  transform: scale(1.01);
}

.hero-copy {
  z-index: 4;
  display: flex;
  width: min(100%, 94rem);
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-end;
  padding: 9rem var(--studio-pad) clamp(6.5rem, 10vh, 9rem);
}

.hero-copy .eyebrow {
  order: 2;
  max-width: 36rem;
  margin: clamp(1.5rem, 3vw, 2.5rem) 0 0;
  color: rgba(255,255,255,.78);
}

.hero h1 {
  order: 1;
  max-width: 83rem;
  margin: 0;
  color: var(--studio-white);
  font-size: clamp(4rem, 9.2vw, 10.5rem);
  font-weight: 760;
  line-height: .88;
  letter-spacing: -.07em;
}

.hero h1 span { white-space: normal; }

.hero-en {
  order: 3;
  margin: .45rem 0 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1rem, 1.45vw, 1.45rem);
}

.hero-actions {
  order: 4;
  margin-top: 2.5rem;
  gap: 1.25rem;
}

.hero .button-dark {
  border: 1px solid var(--studio-orange);
  color: var(--studio-black);
  background: var(--studio-orange);
}

.hero .button-dark:hover {
  border-color: var(--studio-black);
  color: var(--studio-white);
  background: var(--studio-black);
}

.hero .text-link { color: var(--studio-white); }

.hero-caption {
  z-index: 5;
  padding: 1rem var(--studio-pad);
  border-color: rgba(255,255,255,.28);
  color: rgba(255,255,255,.8);
}

.hero-caption a { color: var(--studio-white); }
.hero .concept-label { display: none; }

/* Home editorial statement */
body.home main { background: var(--studio-paper); }
body.home main > section:not(.hero) {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

.intro {
  color: var(--studio-black);
  background: var(--studio-paper);
}

.intro-grid {
  width: min(100%, var(--studio-max));
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(3rem, 10vw, 10rem);
  margin: 0 auto;
}

.intro h2 {
  max-width: 65rem;
  font-size: clamp(4rem, 8.7vw, 9.5rem);
  line-height: .92;
  letter-spacing: -.07em;
}

.intro-copy { align-self: end; }
.intro-copy .lead { font-size: clamp(1.25rem, 1.9vw, 1.9rem); }

.studio-concept-visual {
  width: min(100%, var(--studio-max));
  margin: clamp(5rem, 10vw, 10rem) auto 0;
  border-radius: 0;
}

.studio-concept-visual img {
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}

.facts {
  width: min(100%, var(--studio-max));
  gap: 0;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.facts article,
.facts article:not(:first-child) {
  min-height: 180px;
  padding: 1.5rem;
  border: 0;
  border-right: 1px solid var(--studio-line);
  border-radius: 0;
  color: var(--studio-black);
  background: transparent;
}

.facts article:last-child { border-right: 0; }
.facts strong { color: var(--studio-black); }
.facts small { color: var(--studio-orange); }
.facts span { color: #55534d; }

/* Large, asymmetrical featured work */
.works-section {
  color: var(--studio-white);
  background: var(--studio-black);
}
body.home main > .works-section {
  color: var(--studio-white);
  background: var(--studio-black);
}

.section-head {
  width: min(100%, var(--studio-max));
  grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr);
  align-items: end;
  margin: 0 auto clamp(4rem, 9vw, 8rem);
}

.section-head h2 {
  font-size: clamp(3.4rem, 7vw, 7.8rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.works-section .section-head > p { color: rgba(255,255,255,.62); }
.works-section .section-number { color: var(--studio-white); }

.work-grid {
  width: min(100%, var(--studio-max));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(3rem, 7vw, 8rem) clamp(1rem, 2vw, 2rem);
  margin: 0 auto;
}

.work-card,
.archive-grid .work-card,
.archive-grid .work-card:nth-child(3n+1) { grid-column: span 6; }
.work-card-wide,
.work-grid .work-card:first-child,
.archive-grid .work-card:nth-child(5n+1) { grid-column: span 8; }
.work-grid .work-card:nth-child(3n) { grid-column: 5 / span 8; }
.work-grid .work-card:nth-child(4n) { grid-column: span 5; }

.work-visual,
.work-card-wide .work-visual,
.archive-grid .work-card:nth-child(3n+1) .work-visual {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0;
}

.work-card-wide .work-visual,
.work-grid .work-card:first-child .work-visual { aspect-ratio: 16 / 9; }
.work-visual img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.work-card:hover .work-visual img { transform: scale(1.035); filter: saturate(1.08); }

.work-info {
  grid-template-columns: 1fr auto;
  gap: .4rem 1rem;
  padding-top: .8rem;
  border-top: 0;
  color: inherit;
}

.work-info h2,
.work-info h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2.3rem);
  line-height: 1.15;
}

.work-info span {
  color: inherit;
  opacity: .65;
}

.works-section .center-button {
  color: var(--studio-white);
  border-color: rgba(255,255,255,.5);
}

/* Services: one image, a strong text index */
.services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  color: var(--studio-white);
  background: #1a1a17;
}

.services > * {
  width: auto;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.services .section-head {
  grid-column: 1 / -1;
  width: 100%;
}

.service-list {
  grid-column: 1 / -1;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.32);
}
.service-row {
  grid-template-columns: 42px minmax(150px, .7fr) minmax(220px, 1fr) auto 36px;
  gap: 1rem;
  padding: 1.35rem 0;
  border-color: rgba(255,255,255,.24);
}

.service-row h3 {
  font-size: clamp(1.3rem, 2vw, 2rem);
  white-space: normal;
}
.service-row p { color: rgba(255,255,255,.58); }
.service-row > a { border-radius: 0; }
.service-row:hover h3 { color: var(--studio-orange); }

.extended-services,
.services-all-link {
  grid-column: 1 / -1;
}

.extended-services { border-color: rgba(255,255,255,.28); }
.extended-service-links { border-color: rgba(255,255,255,.28); }
.extended-service-links a { border-color: rgba(255,255,255,.2); }

/* Process, projects, studio and journal */
.process { background: var(--studio-white); }
.process-grid {
  width: min(100%, var(--studio-max));
  margin: 0 auto;
}
.process h2 {
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: .96;
}
.steps li {
  grid-template-columns: 42px minmax(160px, .65fr) 1fr;
  border-color: var(--studio-line);
}

.brands { background: var(--studio-paper); }
.brands .section-head { width: min(100%, var(--studio-max)); }
.brand-grid {
  width: min(100%, var(--studio-max));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto;
  border: 0;
  background: transparent;
}
.brand-card {
  grid-column: span 4;
  min-height: clamp(420px, 42vw, 650px);
  border-radius: 0;
}
.brand-card:first-child { grid-column: span 6; }
.brand-card:nth-child(2) { grid-column: span 6; }
.brand-card h3,
.brand-card h2 { font-size: clamp(3rem, 6vw, 7rem); }
.brand-card:hover { transform: translateY(-6px); }

.about {
  width: min(100%, var(--studio-max)) !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  color: var(--studio-white);
  background: var(--studio-black) !important;
}
.about h2 {
  font-size: clamp(4rem, 8vw, 8.8rem);
  line-height: .9;
}
.about-copy > p:not(.lead) { color: rgba(255,255,255,.58); }
.about-copy li {
  color: var(--studio-white);
  border-color: rgba(255,255,255,.58);
  background: transparent;
}
.about .text-link { color: var(--studio-white); }

.journal { background: var(--studio-white); }
.journal .section-head,
.journal-list {
  width: min(100%, var(--studio-max));
  margin-right: auto;
  margin-left: auto;
}
.journal-list {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--studio-line);
}
.journal-list article,
.journal-list article:first-child {
  grid-column: span 4;
  min-height: 360px;
  padding: 1.5rem;
  border: 0;
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  border-radius: 0;
  background: transparent;
}
.journal-list article:nth-child(3n) { border-right: 0; }

.faq { background: var(--studio-paper); }
.faq-grid {
  width: min(100%, var(--studio-max));
  margin: 0 auto;
}

/* Shared inner-page title */
body:not(.home) main { padding-top: 0; background: var(--studio-paper); }

.page-hero,
.about-hero,
.legal-hero,
.case-header,
.journal-article-head {
  width: min(100%, var(--studio-max));
  min-height: min(720px, 78svh);
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
  gap: 2rem clamp(3rem, 8vw, 9rem);
  padding: clamp(11rem, 18vh, 15rem) var(--studio-pad) clamp(5rem, 9vw, 9rem);
  color: var(--studio-black);
  background: transparent;
}

.page-hero > h1,
.about-hero > h1,
.legal-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) .legal-hero > h1 {
  max-width: 78rem;
  font-size: clamp(4rem, 7.8vw, 8.5rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.page-hero > h1,
.about-hero > h1,
.legal-hero > h1,
.case-header > h1,
.journal-article-head > h1,
.page-hero > p,
.about-hero > p:last-child,
.legal-hero > p,
.case-header > p,
.journal-article-head > p {
  min-width: 0;
}

body:not(.language-en) .page-hero > h1,
body:not(.language-en) .about-hero > h1,
body:not(.language-en) .case-header > h1,
body:not(.language-en) .journal-article-head > h1 {
  font-size: clamp(3.6rem, 6.2vw, 6.8rem);
  line-height: 1;
}

.page-hero > p,
.about-hero > p:last-child,
.legal-hero > p,
.case-header > p,
.journal-article-head > p {
  max-width: 33rem;
  color: #5f5d57;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.85;
}

body:not(.language-en) .legal-hero > h1 {
  font-size: clamp(3.2rem, 6.2vw, 6.7rem);
}

/* Work archive: large editorial mosaic */
.work-archive {
  width: 100%;
  max-width: none;
  padding: 0 var(--studio-pad) clamp(8rem, 12vw, 14rem);
  border-radius: 0;
  color: var(--studio-black);
  background: var(--studio-paper);
}

.filters {
  position: sticky;
  top: 68px;
  z-index: 8;
  width: min(100%, var(--studio-max));
  gap: .25rem 1.5rem;
  margin: 0 auto clamp(3rem, 7vw, 7rem);
  padding: 1rem 0;
  border: 0;
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  border-radius: 0;
  background: rgba(238,236,229,.94);
}

.filters a {
  padding: .35rem 0;
  border-radius: 0;
}
.filters a[aria-current="page"],
.filters a:hover {
  color: var(--studio-orange);
  background: transparent;
}

.work-archive .work-grid {
  width: min(100%, var(--studio-max));
  color: var(--studio-black);
}

.work-archive .work-card:nth-child(5n+2) { grid-column: 9 / span 4; }
.work-archive .work-card:nth-child(5n+3) { grid-column: 2 / span 5; }
.work-archive .work-card:nth-child(5n+4) { grid-column: 7 / span 6; }
.work-archive .work-card:nth-child(5n+5) { grid-column: 4 / span 6; }

/* Service archive: image-led rows instead of repeated cards */
.service-archive {
  width: min(calc(100% - 2 * var(--studio-pad)), var(--studio-max));
  margin: 0 auto clamp(8rem, 12vw, 14rem);
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.service-group-head {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(5rem, 9vw, 9rem) 0 1.5rem;
  border-color: var(--studio-line);
}
.service-group-head h2 {
  min-width: 0;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  word-break: keep-all;
}

.service-feature {
  grid-template-columns: minmax(260px, .75fr) minmax(300px, 1.2fr) 180px 48px;
  gap: clamp(1.25rem, 3vw, 3rem);
  padding: 1.5rem 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-color: var(--studio-line);
  background: transparent;
}
.service-feature-visual { aspect-ratio: 16 / 10; border-radius: 0; }
.service-feature-copy h2 { font-size: clamp(1.75rem, 3vw, 3.4rem); }
.service-feature > b { border-radius: 0; }

/* Detail pages retain information, but foreground media */
.service-page,
body.service-detail main { background: var(--studio-paper); }
.service-hero {
  width: min(100%, var(--studio-max));
  grid-template-columns: minmax(320px, .7fr) minmax(480px, 1.3fr);
  gap: 2rem clamp(3rem, 8vw, 9rem);
  padding: clamp(11rem, 18vh, 15rem) var(--studio-pad) clamp(5rem, 9vw, 9rem);
}
.service-hero h1,
body:not(.language-en) .service-hero h1 {
  font-size: clamp(3.5rem, 6.5vw, 7.2rem);
  line-height: .95;
}
body:not(.language-en) .service-hero h1 {
  font-size: clamp(2.8rem, 3.5vw, 3.8rem);
  line-height: 1.08;
  word-break: keep-all;
}
.service-concept-visual,
.case-hero,
.journal-hero img { border-radius: 0; box-shadow: none; }

.service-section-nav { border-radius: 0; }
.service-body,
.service-details,
.connected-strength,
.service-related-work,
.pricing-public,
.service-cta,
.case-overview,
.case-process,
.case-gallery,
.case-video,
.related,
.journal-body,
.legal-document,
.contact-form-section {
  border-radius: 0;
}

.service-related-image,
.related-thumb,
.case-gallery-grid img { border-radius: 0; }

.case-hero {
  width: min(100%, var(--studio-max));
  aspect-ratio: 16 / 8.5;
}
.case-overview,
.case-process,
.case-gallery,
.case-video,
.related {
  width: min(100%, var(--studio-max));
  margin-top: 0;
}

.journal-body { border-radius: 0; }
.journal-feature { border-radius: 0; }
.journal-feature-image { border-radius: 0; }

/* About becomes a studio manifesto */
.about-studio,
.about-values,
.about-team,
.about-profile {
  width: min(100%, var(--studio-max));
  margin-top: 0;
  border-radius: 0;
}
.about-studio h2,
.about-team h2,
.about-profile h2 {
  font-size: clamp(3.4rem, 7vw, 7.8rem);
  line-height: .94;
}
.about-values {
  gap: 0;
  padding: 0;
  color: var(--studio-white);
  background: var(--studio-black);
}
.about-values article {
  min-height: 460px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.24);
  border-radius: 0;
}
.about-values article:last-child { border-right: 0; }
.about-values article > span { color: var(--studio-orange); }
.about-team { background: var(--studio-black); }

/* Contact remains one dark project-start page */
body.contact-page main { background: var(--studio-black); }
.contact-form-hero {
  width: min(100%, var(--studio-max));
  min-height: min(720px, 76svh);
  margin: 0 auto;
  padding: clamp(11rem, 18vh, 15rem) var(--studio-pad) clamp(5rem, 9vw, 9rem);
  color: var(--studio-white);
  background: transparent;
}
.contact-form-hero h1,
body:not(.language-en) .contact-form-hero h1 {
  font-size: clamp(4rem, 7.8vw, 8.5rem);
  line-height: .94;
}
body:not(.language-en) .contact-form-hero h1 {
  font-size: clamp(3.6rem, 6.2vw, 6.8rem);
  line-height: 1;
}
.contact-form-hero > p { color: rgba(255,255,255,.62); }
.contact-form-section {
  width: min(calc(100% - 2 * var(--studio-pad)), var(--studio-max));
  margin: 0 auto;
  background: var(--studio-white);
}

/* Full orange sign-off, quiet dark footer */
body.home main,
body.work-index main,
body.service-index main,
body.service-detail 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: 0;
}

.site-footer { background: var(--studio-black); }
.footer-lead {
  padding: clamp(6rem, 11vw, 11rem)
    max(var(--studio-pad), calc((100vw - var(--studio-max)) / 2 + var(--studio-pad)));
  background: var(--studio-orange);
}
.footer-lead-title {
  max-width: 75rem;
  font-size: clamp(3.5rem, 7.2vw, 8rem);
  line-height: .95;
  letter-spacing: -.065em;
}
.footer-lead-button {
  min-width: 300px;
  border-radius: 0;
}
.footer-lead-button b { border-radius: 0; }
.footer-grid {
  width: min(100%, var(--studio-max));
  padding-right: var(--studio-pad);
  padding-left: var(--studio-pad);
}

/* Motion */
[data-reveal] {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1080px) {
  .services { grid-template-columns: 1fr; }
  .services-concept-visual {
    position: static;
    width: 100%;
  }
  .services-concept-visual img { aspect-ratio: 16 / 8.5; }
  .service-list { width: 100%; }
  .service-feature { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr) 44px; }
  .service-feature-price { grid-column: 2; }
  .service-feature > b { grid-column: 3; grid-row: 1; }
  .footer-lead { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .site-header {
    top: 0;
    right: 0;
    left: 0;
    min-height: 68px;
    border-radius: 0;
  }
  .site-header .brand-logo { width: 142px; }
  .menu-toggle { color: inherit; }
  .site-nav {
    padding: 7rem var(--studio-pad) 3rem;
    background: var(--studio-black);
  }
  .site-nav a {
    color: var(--studio-white);
    font-size: clamp(1.8rem, 6vw, 3.2rem);
  }
  .site-nav .nav-contact {
    color: var(--studio-black);
    background: var(--studio-orange);
  }
  .hero-copy { width: 100%; }
  .intro-grid,
  .section-head,
  .page-hero,
  .about-hero,
  .legal-hero,
  .case-header,
  .journal-article-head {
    grid-template-columns: 1fr;
  }
  .page-hero > p,
  .about-hero > p:last-child,
  .legal-hero > p,
  .case-header > p,
  .journal-article-head > p { grid-column: 1; }
  .work-card,
  .archive-grid .work-card,
  .archive-grid .work-card:nth-child(n),
  .work-grid .work-card:nth-child(n) {
    grid-column: span 6;
  }
  .about { grid-template-columns: 1fr; }
  .journal-list article,
  .journal-list article:first-child { grid-column: span 6; }
  .journal-list article:nth-child(3n) { border-right: 1px solid var(--studio-line); }
  .journal-list article:nth-child(2n) { border-right: 0; }
  .service-hero { grid-template-columns: 1fr; }
  .service-hero > *,
  .service-concept-visual { grid-column: 1; grid-row: auto; }
}

@media (max-width: 680px) {
  .section-pad { padding: 5rem var(--studio-pad); }
  .site-header { padding: 0 var(--studio-pad); }
  .hero-copy { padding: 7rem var(--studio-pad) 6rem; }
  .hero h1,
  body:not(.language-en) .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
    line-height: 1;
  }
  .hero h1 span,
  body:not(.language-en) .hero h1 span { white-space: nowrap; }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: .8rem;
  }
  .hero .button { width: 100%; }
  .hero-caption { display: none; }
  .intro h2,
  .section-head h2,
  .process h2,
  .about h2 {
    font-size: clamp(3rem, 13vw, 5rem);
    line-height: .94;
  }
  .studio-concept-visual img { aspect-ratio: 4 / 5; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts article,
  .facts article:not(:first-child) {
    min-height: 140px;
    border-right: 1px solid var(--studio-line);
    border-bottom: 1px solid var(--studio-line);
  }
  .facts article:nth-child(2n) { border-right: 0; }
  .work-grid { gap: 3.5rem 0; }
  .work-card,
  .archive-grid .work-card,
  .archive-grid .work-card:nth-child(n),
  .work-grid .work-card:nth-child(n) {
    grid-column: 1 / -1;
  }
  .work-visual,
  .work-card-wide .work-visual,
  .work-grid .work-card:first-child .work-visual { aspect-ratio: 4 / 3; }
  .services { padding: 5rem var(--studio-pad); }
  .services-concept-visual img { aspect-ratio: 4 / 5; }
  .service-row {
    grid-template-columns: 32px minmax(0, 1fr) 34px;
    gap: .75rem;
  }
  .service-row p,
  .service-row .service-price { grid-column: 2; }
  .service-row > a { grid-column: 3; grid-row: 1; }
  .extended-services { grid-template-columns: 1fr; }
  .brand-card,
  .brand-card:first-child,
  .brand-card:nth-child(2) { grid-column: 1 / -1; }
  .brand-card { min-height: 430px; }
  .journal-list article,
  .journal-list article:first-child {
    grid-column: 1 / -1;
    min-height: 300px;
    border-right: 0;
  }
  .page-hero,
  .about-hero,
  .legal-hero,
  .case-header,
  .journal-article-head,
  .contact-form-hero {
    min-height: 610px;
    padding: 8rem var(--studio-pad) 4.5rem;
  }
  .page-hero > h1,
  .about-hero > h1,
  .legal-hero > h1,
  .case-header > h1,
  .journal-article-head > h1,
  .contact-form-hero h1,
  body:not(.language-en) .page-hero > h1,
  body:not(.language-en) .about-hero > h1,
  body:not(.language-en) .legal-hero > h1,
  body:not(.language-en) .contact-form-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
    line-height: 1.02;
  }
  body:not(.language-en) .legal-hero > h1 {
    font-size: clamp(1.8rem, 8.3vw, 3.2rem);
    white-space: nowrap;
  }
  .filters {
    top: 68px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: .8rem 0;
  }
  .work-archive { padding-right: var(--studio-pad); padding-left: var(--studio-pad); }
  .service-archive { width: calc(100% - 2 * var(--studio-pad)); }
  .service-group-head {
    grid-template-columns: 1fr;
    gap: .5rem;
  }
  .service-group-head > * {
    grid-column: 1;
    grid-row: auto;
  }
  .service-feature {
    grid-template-columns: 1fr 38px;
    padding: 1rem 0 1.5rem;
  }
  .service-feature-visual,
  .service-feature-copy { grid-column: 1 / -1; }
  .service-feature-price { grid-column: 1; }
  .service-feature > b { grid-column: 2; grid-row: 3; }
  body:not(.language-en) .service-hero h1 {
    font-size: clamp(2.2rem, 9vw, 3rem);
    line-height: 1.1;
  }
  .about-values { grid-template-columns: 1fr; }
  .about-values article { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .contact-form-section { width: calc(100% - 1rem); }
  .footer-lead { padding: 5rem var(--studio-pad); }
  .footer-lead-title { font-size: clamp(3rem, 13vw, 5rem); }
  .footer-lead-button { width: 100%; min-width: 0; }
}

/*
 * Unified sharp geometry
 * Public pages use one straight-edged visual language, including responsive
 * overrides and older CMS components that still carry explicit radii.
 */
body .site-header,
body .site-header *,
body .site-header *::before,
body .site-header *::after,
body main,
body main *,
body main *::before,
body main *::after,
body .site-footer,
body .site-footer *,
body .site-footer *::before,
body .site-footer *::after {
  border-radius: 0 !important;
}
