/* Shared editorial system. Legacy interaction and intro styles stay in style.css. */
.editorial-site {
  --paper: #f0eee9;
  --ink: #101110;
  --muted: #565651;
  --rule: #d6d3cd;
  --section-space: clamp(72px, 7.2vw, 128px);
  --container: 1940px;
  --gap: 4.4%;
  background: var(--paper);
  color: var(--ink);
  font-weight: 400;
  overflow-x: clip;
}
.editorial-site.theme-light { background: var(--paper); color: var(--ink); }
.editorial-site a { color: inherit; }
.editorial-site main { padding-top: 0; }
.editorial-site :focus-visible { outline: 2px solid #65645e; outline-offset: 6px; }
.editorial-site .navbar {
  position: sticky; inset: 0 auto auto; padding: 0 var(--gap); background: var(--paper);
  border: 0; backdrop-filter: none; color: var(--ink);
}
.editorial-site .nav-container { min-height: 78px; max-width: 1800px; padding: 0; border-bottom: 1px solid var(--rule); gap: 30px; }
.editorial-site .nav-logo { color: var(--ink); font-size: 34px; letter-spacing: -.9px; font-weight: 800; }
.editorial-site .nav-logo sup { font-size: 11px; top: -.9em; margin-left: 2px; }
.editorial-site .nav-links { gap: clamp(20px, 2.8vw, 48px); margin: 0 auto; transform: translateX(-2.4vw); }
.editorial-site .nav-link { font-size: 16px; color: var(--ink); font-weight: 500; }
.editorial-site .nav-link::after { background: var(--ink); bottom: 6px; height: 1px; }
.editorial-site .language-selector { font-size: 14px; letter-spacing: .06em; color: #65635e; border: 0; }
.editorial-site .language-link[aria-current=true], .editorial-site .language-link:hover { color: var(--ink); }
.editorial-site .mobile-menu-btn .line { background: var(--ink); }
.editorial-hero {
  position: relative; isolation: isolate; display: grid; grid-template-columns: 51% 49%;
  max-width: 1940px; margin: auto; padding: clamp(52px, 4.8vw, 93px) var(--gap) 64px;
  min-height: clamp(720px, 51.6vw, 1000px); overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; align-self: start; min-width: 0; animation: editorial-enter .7s ease-out both; }
@keyframes editorial-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.intro-active .hero-copy, .intro-pending .hero-copy { animation: none; }
.eyebrow { display: flex; align-items: center; gap: 16px; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; line-height: 1.6; margin-bottom: 24px; }
.eyebrow::before { content: ''; width: 57px; height: 1px; background: currentColor; flex-shrink: 0; }
.editorial-hero h1 { font-size: clamp(66px, 9.1vw, 176px); line-height: .87; letter-spacing: -.025em; font-weight: 700; margin: 0 0 33px; }
.editorial-hero h1 span { white-space: nowrap; }
.hero-home h1 { font-size: clamp(48px, 5.74vw, 111px); line-height: 1.02; font-weight: 300; letter-spacing: 0; margin-bottom: 25px; }
.hero-home h1 span:first-child { font-weight: 700; letter-spacing: -.015em; }
html[lang=hr] .hero-home h1 { font-size: clamp(46px, 5.42vw, 105px); }
.hero-web .hero-copy { padding-top: 28px; }
.hero-web .eyebrow { margin-bottom: 40px; }
.hero-web h1 { font-size: clamp(56px, 8.15vw, 158px); line-height: 1; margin-block: 0 21px; letter-spacing: -.035em; }
.hero-digital h1 { font-size: clamp(66px, 9.55vw, 185px); line-height: .88; margin-bottom: 20px; }
.hero-digital h1 span:last-child { font-weight: 400; }
.hero-description { max-width: 550px; font-size: clamp(20px, 1.8vw, 35px); line-height: 1.28; color: var(--muted); letter-spacing: -.005em; }
.hero-home .hero-description { max-width: 565px; font-size: clamp(18px, 1.375vw, 26.7px); line-height: 1.3; }
.hero-graphic .hero-description { max-width: 530px; }
.hero-digital .hero-description { max-width: 580px; }
.hero-web .hero-description { max-width: 610px; font-size: clamp(24px, 2.28vw, 44px); line-height: 1.2; color: var(--ink); }
.hero-actions { display: flex; align-items: center; gap: clamp(24px, 2.5vw, 48px); margin-top: 40px; flex-wrap: wrap; }
.hero-home .hero-actions { margin-top: 35px; }
.hero-web .hero-actions { margin-top: 43px; }
.hero-digital .hero-actions { margin-top: 36px; }
.hero-graphic .hero-actions { gap: 52px; }
.hero-graphic .editorial-button { min-width: 270px; }
.editorial-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 34px; min-height: 64px; min-width: 260px; padding: 14px 32px; background: var(--ink); color: var(--paper) !important; border: 1px solid var(--ink); border-radius: 999px; font-size: 21px; line-height: 1.3; transition: background .25s, transform .25s; }
.editorial-button span { font-size: 28px; line-height: 1; transition: transform .25s; }
.editorial-button:hover { background: #33332f; transform: translateY(-2px); }
.editorial-button:hover span { transform: translateX(5px); }
.text-link { display: inline-block; padding-block: 8px; font-size: 18px; text-underline-offset: 7px; text-decoration: underline; text-decoration-thickness: 1px; line-height: 1.4; }
.text-link:hover { text-decoration-color: #999; }
.hero-stages { display: grid; grid-template-columns: 25% 35% 40%; margin-top: 50px; max-width: 675px; }
.hero-home .hero-stages { grid-template-columns: 28% 33% 39%; max-width: 725px; margin-top: 64px; }
.hero-web .hero-stages { grid-template-columns: 27% 35% 38%; max-width: 700px; margin-top: 96px; }
.hero-stage { padding: 0 0 0 clamp(22px, 3.2vw, 54px); display: flex; flex-direction: column; border-left: 1px solid var(--rule); gap: 9px; }
.hero-stage:first-child { padding-left: 0; border: 0; }
.stage-number { font-size: 11px; line-height: 1.1; }
.stage-title { font-size: clamp(16px, 1.25vw, 24px); line-height: 1.2; font-weight: 500; letter-spacing: -.01em; }
.micro { font-family: 'Courier New', monospace; font-size: 11px; line-height: 1.6; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
a.hero-stage:hover .stage-title { text-decoration: underline; text-underline-offset: 5px; }
.hero-art { position: absolute; inset: 0; min-width: 0; z-index: 0; pointer-events: none; }
.background-words { position: absolute; z-index: -1; right: 1.3%; top: .3vw; width: 42.5%; text-align: right; color: #e2e0dc; font-size: clamp(50px, 7.65vw, 148px); font-weight: 700; line-height: 1; letter-spacing: -.015em; }
.background-words span { display: block; }
.background-words span:first-child { text-align: left; }
.hero-home .background-words span:nth-child(3), .hero-graphic .background-words span:nth-child(3) { font-size: .73em; }
.hero-home .background-words span:nth-child(n+5), .hero-graphic .background-words span:nth-child(n+4) { font-size: .88em; }
.hero-web .background-words span:first-child { text-align: right; padding-right: 10vw; }
.hero-web .background-words span:nth-child(3) { font-size: .4em; line-height: 1.4; }
.hero-digital .background-words span:nth-child(n+3) { font-size: .55em; opacity: .45; }
/* Positions use the artwork's original reference coordinates, including its
   transparent canvas margins. This keeps all four scenes at the same scale. */
.hero-artwork { width: 55.024%; max-width: none; height: auto; position: absolute; left: 41.27%; top: -.48vw; mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent), linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent); mask-composite: intersect; }
.hero-art::after { content: ''; position: absolute; z-index: -1; left: 47.5%; top: 54%; width: 40%; height: 21%; border: 1px solid #898780; border-radius: 50%; transform: rotate(13deg); }
.hero-art::before { content: ''; position: absolute; z-index: 1; left: 49.8%; top: 64%; width: 23px; height: 23px; background: radial-gradient(circle at 30% 25%, #b4b2ab, #171817 65%); border-radius: 50%; }
.hero-web .hero-artwork { left: 39.055%; top: -1.615vw; }
.hero-graphic .hero-artwork { left: 39.71%; top: -.598vw; }
.hero-digital .hero-artwork { left: 44.08%; top: 1.496vw; }
.hero-web .hero-art::after { left: 40%; top: 56%; width: 52%; }
.hero-graphic .hero-art::after { left: 42%; top: 54%; width: 48%; }
.hero-digital .hero-art::after { left: 42%; top: 57%; width: 50%; }
.hero-web .hero-art::before { left: 45.2%; top: 70%; }
.hero-graphic .hero-art::before { left: 43.8%; top: 61%; }
.hero-digital .hero-art::before { left: 44%; top: 67%; }
.art-note { position: absolute; top: 3.6vw; right: 4.2%; text-align: right; }
.art-signature { position: absolute; bottom: 4.2vw; right: 4.2%; text-align: right; }
.editorial-site .section, .editorial-site .section-full { padding-block: var(--section-space); }
.editorial-site .section-full { padding-bottom: 0; padding-inline: 0; }
.editorial-site .section-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.editorial-site .section-header h2 { font-size: clamp(36px, 4.8vw, 76px); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.editorial-site .section-header p { font-size: 17px; color: var(--muted); max-width: 300px; }
.editorial-site .services-accordion { border-top: 1px solid var(--rule); margin-inline: var(--gap); counter-reset: service; }
.editorial-site .service-strip { padding: 36px 0; min-height: 130px; color: var(--ink); border-bottom: 1px solid var(--rule); background: transparent; grid-template-columns: 48px 1fr auto; gap: 24px; counter-increment: service; }
.editorial-site .service-strip::before { content: '0' counter(service); font: 12px 'Courier New',monospace; align-self: flex-start; padding-top: 14px; }
.editorial-site .strip-icon-svg { display: none; }
.editorial-site .strip-title, .editorial-site .service-strip:hover .strip-title { color: var(--ink); font-size: clamp(35px, 5vw, 80px); font-weight: 450; letter-spacing: -.025em; -webkit-text-stroke: 0; transform: none; text-shadow: none; }
.editorial-site .strip-arrow { color: var(--ink); }
.editorial-site .service-strip:hover { padding-left: 18px; background: #e8e5de; }
.editorial-site .home-projects { display: grid; grid-template-columns: minmax(0, 1fr); gap: 70px; }
.editorial-site .home-project { border-radius: 0; border: 0; background: transparent; overflow: hidden; }
.editorial-site .home-project:nth-child(2) { margin-top: 0; }
.editorial-site .home-project img { aspect-ratio: auto; height: auto; object-fit: contain; border-radius: 0; }
.editorial-site .portfolio-info { padding: 22px 0; }
.editorial-site .portfolio-info h3 { color: var(--ink); font-size: 28px; font-weight: 500; }
.editorial-site .portfolio-info span { color: var(--muted); font-size: 14px; }
.editorial-site .portfolio-info .project-link-arrow {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--muted);
}
.editorial-site .btn { border-radius: 999px; color: var(--ink); border-color: var(--ink); font-weight: 450; }
.editorial-site .btn:hover { background: var(--ink); color: var(--paper); }
.editorial-site .manifesto { background: #e4e1d9; color: var(--ink); padding: var(--section-space) var(--gap); display: grid; grid-template-columns: 1fr; }
.editorial-site .manifesto-text { max-width: 1150px; }
.editorial-site .manifesto-text h2 { font-size: clamp(42px, 6vw, 96px); line-height: 1.07; letter-spacing: -.035em; font-weight: 450; }
.editorial-site .manifesto-text p { max-width: 580px; margin: 35px 0 30px auto; color: var(--muted); font-size: 21px; }
.editorial-site .subpage-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 8%; padding: var(--section-space) var(--gap); max-width: 1800px; margin: auto; border-top: 1px solid var(--rule); color: var(--ink); }
.process-heading { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 40px; align-items: start; }
.process-heading h2 { font-size: clamp(38px, 5vw, 76px); font-weight: 450; line-height: 1.08; letter-spacing: -.045em; width: 50%; }
.editorial-site .process-steps { gap: 0; }
.editorial-site .process-step { border: 0; border-top: 1px solid var(--rule); padding: 28px 0; gap: 30px; background: none; border-radius: 0; }
.editorial-site .step-num { color: var(--muted); font: 12px 'Courier New',monospace; padding-top: 7px; }
.editorial-site .process-step h3 { font-size: 28px; font-weight: 500; margin-bottom: 12px; letter-spacing: -.03em; }
.editorial-site .process-step p { color: var(--muted); font-size: 18px; line-height: 1.5; }
.editorial-site .subpage-description { padding: 0; }
.editorial-site .subpage-description p { font-size: 25px; line-height: 1.45; color: var(--ink); }
.editorial-site .subpage-description ul { margin-top: 30px; }
.editorial-site .subpage-description ul li { border-bottom: 1px solid var(--rule); padding: 13px 0; color: var(--muted); }
.editorial-site .subpage-description ul li::before { display: none; }
.service-work { margin: 0 var(--gap) var(--section-space); }
.service-work img { width: 100%; height: auto; max-height: 700px; object-fit: cover; object-position: top; }
.editorial-site .cta-strip { margin: 0; max-width: none; width: 100%; padding: var(--section-space) var(--gap); background: #e4e1d9; color: var(--ink); border: 0; gap: 40px; }
.editorial-site .cta-strip h3 { font-size: clamp(38px, 5.5vw, 85px); line-height: 1.05; font-weight: 450; letter-spacing: -.05em; }
.editorial-site .portfolio-intro { padding-block: 70px 85px; }
.editorial-site .portfolio-intro h1 { font-size: clamp(64px, 10vw, 158px); line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.editorial-site .portfolio-intro h1 .outline-text { color: #77756d; -webkit-text-stroke: 0; }
.editorial-site .portfolio-eyebrow, .editorial-site .portfolio-intro-bottom > p, .editorial-site .project-category, .editorial-site .project-description, .editorial-site .project-number, .editorial-site .project-shot figcaption, .editorial-site .project-index a > span:first-child { color: var(--muted); }
.editorial-site .project-index a, .editorial-site .project-story { border-color: var(--rule); }
.editorial-site .project-story { padding-block: 45px 90px; }
.editorial-site .project-case-study { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 64px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--rule); }
.editorial-site .project-case-study h3 { margin: 0 0 12px; color: var(--ink); font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.editorial-site .project-case-study p { max-width: 60ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.editorial-site .project-case-study .text-link { display: inline-block; margin-top: 16px; }
@media (max-width: 600px) {
  .editorial-site .project-case-study { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; padding-top: 28px; }
}
.editorial-site .project-story h2 { font-size: clamp(32px, 4vw, 60px); font-weight: 500; letter-spacing: -.04em; }
.editorial-site .project-shots { display: grid; grid-template-columns: 1.3fr 1fr; align-items: start; gap: 35px; }
.editorial-site .project-shot:nth-child(2) { margin-top: 100px; }
.editorial-site .project-story:nth-child(even) .project-shots { grid-template-columns: 1fr 1.3fr; }
.editorial-site .project-preview { background: #dfdbd3; border: 0; border-radius: 0; }
.editorial-site .project-preview img { transition: transform .5s; }
.editorial-site .project-preview:hover img { transform: scale(1.025); }
.editorial-site .portfolio-next { border-color: var(--rule); }
.editorial-site .portfolio-next h2 { font-weight: 450; font-size: clamp(38px, 5vw, 76px); letter-spacing: -.04em; }
.editorial-site .editorial-contact { padding: 75px var(--gap) 65px; margin: 0; min-height: 0; text-align: left; align-items: flex-start; background: transparent; }
.editorial-site .editorial-contact h1 { text-align: left; }
.editorial-contact h1 { font-size: clamp(48px, 7.4vw, 118px); font-weight: 500; line-height: 1.04; letter-spacing: -.055em; margin-bottom: 30px; }
.editorial-contact .hero-description { max-width: 630px; font-size: 22px; }
.editorial-site .contact-section { padding-top: 0; padding-bottom: var(--section-space); }
.editorial-site .contact-grid { grid-template-columns: .85fr 1.15fr; gap: 8%; }
.editorial-site .contact-info { border-top: 1px solid var(--rule); padding-top: 35px; }
.editorial-site .detail-item { color: var(--ink); }
.editorial-site .contact-icon { filter: brightness(0); }
.editorial-site .contact-form { border: 0; border-top: 1px solid var(--rule); padding: 35px 0 0; border-radius: 0; background: transparent; }
.editorial-site .form-title { font-size: 36px; font-weight: 500; letter-spacing: -.04em; }
.editorial-site .form-help, .editorial-site .optional, .editorial-site .form-group label, .editorial-site .form-group .optional, .editorial-site .brief-options summary span { color: var(--muted); }
.editorial-site .form-group :is(input, textarea, select) { color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #99958c; border-radius: 0; padding-inline: 0; }
.editorial-site .form-group :is(input,textarea)::placeholder { color: #78756e; }
.editorial-site .form-group select option { color: var(--ink); background: var(--paper); }
.editorial-site .brief-options, .editorial-site .service-brief { border-color: var(--rule); border-radius: 0; background: transparent; }
.editorial-site .contact-form > .btn { background: var(--ink); color: var(--paper); padding: 20px 30px; width: auto; }
.editorial-site .field-error, .editorial-site .form-status[data-state=error] { color: #9b2727; }
.editorial-site .editorial-footer {
  position: relative; isolation: isolate; overflow: hidden; width: 100%;
  --footer-video-height: clamp(320px, 36vw, 620px);
  min-height: calc(var(--footer-video-height) + 300px); display: flex; flex-direction: column;
  background: #edebe5; color: var(--ink); padding: clamp(28px, 3.4vw, 65px) var(--gap) 30px;
  text-align: left; border: 0;
}
.footer-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: var(--footer-video-height); object-fit: contain; object-position: center; pointer-events: none; z-index: -1; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-bottom: 55px; }
.footer-wordmark { font-size: clamp(44px, 7vw, 110px); font-weight: 800; letter-spacing: -.065em; line-height: 1; }
.footer-wordmark sup { font-size: .2em; vertical-align: top; }
.editorial-site .footer-wordmark { background: transparent; }
.footer-bottom { margin-top: auto; border-top: 0; padding-top: 24px; display: flex; justify-content: space-between; gap: 25px; font-size: 12px; color: var(--ink); }
.editorial-footer ~ .back-to-top { display: none; }
.editorial-site .back-to-top { display: none; }
.editorial-site .motion-toggle { display: none; }
@media (min-width: 901px) and (max-width: 1200px) {
  .editorial-site .nav-container { gap: 20px; }
  .editorial-site .nav-links { gap: 20px; }
  .editorial-site .nav-logo { font-size: 28px; }
  .editorial-site .nav-links { transform: none; }
  .hero-stage { padding-inline: 12px; }
  .hero-actions { gap: 20px; }
  .editorial-button { font-size: 18px; padding-inline: 24px; min-width: 210px; }
  .hero-web .hero-stages { margin-top: 60px; }
  .hero-stage .micro { font-size: 10px; letter-spacing: .1em; }
  .text-link { font-size: 16px; }
}
@media (max-width: 900px) {
  .editorial-site .nav-container { min-height: 76px; justify-content: space-between; }
  .editorial-site .nav-logo { font-size: 29px; }
  .editorial-site .nav-right { margin-left: auto; gap: 20px; }
  .editorial-site .nav-links { position: absolute; left: 0; right: 0; top: 76px; width: auto; height: auto; padding: 25px var(--gap) 35px; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--rule); gap: 5px; align-items: stretch; transform: none; }
  .editorial-site .nav-links .nav-link { font-size: 28px; width: 100%; padding: 9px 0; }
  html:not(.menu-enhanced) .editorial-site .nav-links { position: static; flex-basis: 100%; order: 3; }
  .editorial-hero { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 40px; min-height: auto; }
  .hero-copy { max-width: 760px; }
  .hero-web .hero-copy { padding-top: 0; }
  .eyebrow { margin-bottom: 26px; }
  .editorial-hero h1 { font-size: clamp(68px, 13vw, 118px); line-height: .94; }
  .hero-home h1 { font-size: clamp(40px, 8.8vw, 79px); line-height: 1.04; }
  html[lang=hr] .hero-home h1 { font-size: clamp(38px, 8.2vw, 74px); }
  .hero-web h1 { font-size: clamp(58px, 12vw, 108px); margin-top: 25px; }
  .hero-description, .hero-web .hero-description { font-size: clamp(21px, 3.6vw, 30px); max-width: 590px; }
  .hero-home .hero-description { font-size: 21px; }
  .editorial-hero .hero-stages { margin-top: 45px; max-width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hero-stage { padding-left: 24px; }
  .stage-title { font-size: 20px; }
  .hero-art { position: relative; inset: auto; height: auto; aspect-ratio: 1.1; margin-top: 45px; }
  .editorial-hero .hero-artwork { width: 120%; height: auto; left: -10%; top: -8%; margin: 0; }
  .hero-home .hero-artwork { width: 140%; left: -20%; top: -18%; }
  .hero-graphic .hero-artwork { width: 125%; left: -12.5%; top: -9%; }
  .hero-digital .hero-artwork { width: 110%; left: -5%; top: -8%; }
  .background-words { top: 0; right: 0; width: 90%; font-size: 13vw; line-height: 1; }
  .hero-web .background-words span:first-child { padding-right: 8vw; }
  .editorial-hero .hero-art::after { left: 1%; top: 48%; width: 98%; height: 25%; }
  .editorial-hero .hero-art::before { left: 3%; top: 57%; width: 17px; height: 17px; }
  .art-note { top: 0; right: 0; }
  .art-signature { bottom: 0; right: 0; }
  .editorial-site .home-projects { gap: 50px; }
  .editorial-site .home-project:nth-child(2) { margin-top: 0; }
  .editorial-site .subpage-2col { gap: 45px; }
  .editorial-site .subpage-description p { font-size: 21px; }
  .editorial-site .contact-grid { gap: 40px; }
  .footer-top { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .editorial-site { --gap: 5.2%; }
  .editorial-site .nav-container { min-height: 70px; gap: 12px; }
  .editorial-site .nav-logo { font-size: 26px; }
  .editorial-site .nav-right { gap: 10px; }
  .editorial-site .language-selector { font-size: 12px; gap: 6px; }
  .editorial-site .nav-links { top: 70px; }
  .editorial-hero { padding-top: 38px; }
  .editorial-hero h1 { margin-bottom: 24px; }
  .hero-home h1 { font-size: 9.2vw; line-height: 1.06; }
  html[lang=hr] .hero-home h1 { font-size: 8.55vw; }
  .editorial-hero h1 span { white-space: normal; }
  .eyebrow { font-size: 9px; letter-spacing: .23em; gap: 12px; }
  .eyebrow::before { width: 30px; }
  .hero-description, .hero-home .hero-description, .hero-web .hero-description { font-size: 19px; line-height: 1.45; }
  .editorial-hero .hero-actions { gap: 12px 22px; margin-top: 27px; }
  .editorial-button, .hero-graphic .editorial-button { font-size: 17px; min-height: 54px; min-width: 220px; padding: 13px 23px; gap: 24px; }
  .text-link { font-size: 15px; }
  .editorial-hero .hero-stages { margin-top: 36px; }
  .hero-stage { padding-inline: 10px; gap: 8px; }
  .stage-title { font-size: 16px; }
  .micro { font-size: 10px; letter-spacing: .08em; }
  .hero-art { margin-top: 35px; }
  .art-signature { display: none; }
  .art-note { display: none; }
  .editorial-site .section-header { display: block; margin-bottom: 30px; }
  .editorial-site .section-header p { margin-top: 20px; }
  .editorial-site .section-header .text-link { margin-top: 15px; }
  .editorial-site .service-strip { min-height: 100px; padding-block: 24px; grid-template-columns: 24px 1fr auto; gap: 16px; }
  .editorial-site .strip-title, .editorial-site .service-strip:hover .strip-title { font-size: 8vw; }
  .editorial-site .strip-arrow { width: 25px; flex-shrink: 0; }
  .editorial-site .home-projects { grid-template-columns: 1fr; gap: 30px; }
  .editorial-site .home-project:nth-child(2) { margin-top: 0; }
  .editorial-site .manifesto-text p { font-size: 18px; }
  .editorial-site .subpage-2col { grid-template-columns: 1fr; gap: 35px; }
  .process-heading { display: block; }
  .process-heading h2 { width: auto; }
  .editorial-site .cta-strip { align-items: start; flex-direction: column; }
  .editorial-site .portfolio-intro { padding-top: 42px; padding-bottom: 50px; }
  .editorial-site .portfolio-intro h1 { font-size: 15vw; }
  .editorial-site .portfolio-intro-bottom { margin-top: 30px; gap: 30px; }
  .editorial-site .portfolio-eyebrow { font-size: 10px; letter-spacing: .08em; }
  .editorial-site .project-shots, .editorial-site .project-story:nth-child(even) .project-shots { grid-template-columns: 1fr; gap: 25px; }
  .editorial-site .project-shot:nth-child(2) { margin-top: 0; }
  .editorial-site .project-story { padding-bottom: 55px; }
  .editorial-site .editorial-contact { padding-top: 42px; padding-bottom: 45px; }
  .editorial-contact h1 { font-size: 11vw; }
  .editorial-contact .hero-description { font-size: 19px; }
  .editorial-site .contact-grid { grid-template-columns: 1fr; }
  .editorial-site .contact-details { margin-top: 0; }
  .editorial-site .detail-item { font-size: 19px; }
  .editorial-site .editorial-footer { --footer-video-height: 340px; }
  .footer-top { flex-direction: column; align-items: start; gap: 25px; padding-bottom: 35px; }
  .footer-wordmark { font-size: 19vw; }
  .footer-bottom { flex-wrap: wrap; gap: 18px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .editorial-site *, .editorial-site *::before, .editorial-site *::after { scroll-behavior: auto; transition-duration: 0s; animation: none; }
}

/* Contact: introduction and details on the left, enquiry form on the right. */
.editorial-site .contact-split { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 0; padding-block: 70px 0; }
.editorial-site .contact-split .contact-info { border: 0; padding: 0 clamp(32px, 4vw, 76px) 0 0; }
.editorial-site .contact-split .editorial-contact { padding: 0; }
.editorial-site .contact-split .editorial-contact h1 { font-size: clamp(42px, 4.6vw, 88px); line-height: 1.06; overflow-wrap: break-word; }
.editorial-site .contact-split .hero-description { max-width: 32ch; }
.editorial-site .contact-split .contact-details { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--rule); }
.editorial-site .contact-split .contact-form-wrapper { border-left: 1px solid var(--rule); padding-left: clamp(32px, 4vw, 76px); }
.editorial-site .contact-split .contact-form { border: 0; padding: 0; scroll-margin-top: 110px; }
@media (max-width: 900px) {
  .editorial-site .contact-split { grid-template-columns: 1fr; gap: 40px; padding-top: 42px; }
  .editorial-site .contact-split .contact-info { padding: 0; }
  .editorial-site .contact-split .editorial-contact h1 { font-size: clamp(40px, 7.5vw, 64px); }
  .editorial-site .contact-split .contact-form-wrapper { border-left: 0; border-top: 1px solid var(--rule); padding: 32px 0 0; }
  .editorial-site .contact-split .contact-details { margin-top: 28px; }
}

/* Vector arrows keep the same shape on iOS, Android and desktop. */
.icon-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  vertical-align: -0.125em;
  overflow: visible;
  pointer-events: none;
}
.editorial-button > span { display: inline-flex; align-items: center; }
.project-link-arrow .icon-arrow { display: block; width: 100%; height: 100%; }
.strip-arrow .icon-arrow { display: block; }
.preview-expand .icon-arrow { width: 20px; height: 20px; }

/* Shared consent UI: paper, ink and the site's rounded controls. */
html { scroll-padding-bottom: calc(var(--cookie-banner-height, 0px) + 20px); }
html.cookie-modal-open { overflow: hidden; }
.cookie-banner, .cookie-dialog { color: #101110; background: #f0eee9; font-family: var(--font-main); }
.cookie-banner { position: fixed; inset: auto 0 0; z-index: 6000; border-top: 1px solid #d6d3cd; max-height: 85dvh; overflow-y: auto; overscroll-behavior: contain; }
.cookie-banner[hidden] { display: none; }
.cookie-banner__inner { max-width: 1940px; margin-inline: auto; padding: 25px var(--gap) calc(25px + env(safe-area-inset-bottom)); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 36px; }
.cookie-banner__copy { flex: 1 1 340px; max-width: 680px; min-width: 0; }
.cookie-banner .cookie-actions { flex-wrap: wrap; max-width: 100%; margin-left: auto; }
.cookie-banner h2 { font-size: 23px; line-height: 1.2; font-weight: 600; letter-spacing: -.025em; margin: 0 0 8px; }
.cookie-banner p, .cookie-dialog p { font-size: 15px; line-height: 1.5; color: #565651; margin: 0; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 10px; }
.cookie-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border: 1px solid #101110; border-radius: 999px; background: #101110; color: #f0eee9; font: inherit; font-size: 15px; font-weight: 500; line-height: 1.3; cursor: pointer; transition: background .2s, color .2s; }
.cookie-button:hover { background: #33332f; }
.cookie-button--outline { background: transparent; color: #101110; }
.cookie-button--outline:hover { background: #e2e0da; }
.cookie-dialog { width: min(660px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 30px; border: 1px solid #d6d3cd; border-radius: 18px; overflow-y: auto; overscroll-behavior: contain; }
.cookie-dialog::backdrop { background: rgb(16 17 16 / 58%); }
.cookie-dialog__header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; }
.cookie-dialog h2 { min-width: 0; overflow-wrap: anywhere; font-size: 30px; line-height: 1.15; letter-spacing: -.03em; font-weight: 600; margin: 0; }
.cookie-close { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid #d6d3cd; border-radius: 50%; background: transparent; color: #101110; font: inherit; font-size: 28px; cursor: pointer; }
.cookie-close:hover { background: #e2e0da; }
.cookie-categories { margin-top: 24px; }
.cookie-category { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border-top: 1px solid #d6d3cd; }
.cookie-category > div { min-width: 0; overflow-wrap: anywhere; }
.cookie-category label { display: inline-block; font-size: 18px; font-weight: 600; cursor: pointer; margin-bottom: 5px; }
.cookie-category input { appearance: none; flex: 0 0 48px; width: 48px; height: 28px; border: 1px solid #77766f; border-radius: 999px; background: #d6d3cd; position: relative; cursor: pointer; }
.cookie-category input::before { content: ''; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; border-radius: 50%; background: #f0eee9; transition: transform .2s; }
.cookie-category input:checked { background: #101110; border-color: #101110; }
.cookie-category input:checked::before { transform: translateX(20px); }
.cookie-category input:disabled { opacity: .55; cursor: default; }
.cookie-dialog__actions { flex-wrap: wrap; border-top: 1px solid #d6d3cd; padding-top: 24px; }
.cookie-dialog__actions .cookie-button { flex: 1 1 auto; }
.cookie-settings-link { color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 4px; background: transparent; border: 0; cursor: pointer; min-height: 44px; }
.footer-bottom { flex-wrap: wrap; align-items: center; }
.cookie-banner :focus-visible, .cookie-dialog :focus-visible, .cookie-settings-link:focus-visible { outline: 2px solid #101110; outline-offset: 4px; }
@media (max-width: 1100px) {
  .cookie-banner__inner { flex-direction: column; align-items: stretch; gap: 20px; }
  .cookie-banner__copy { flex: auto; max-width: none; }
  .cookie-banner .cookie-actions { justify-content: flex-end; }
}
@media (max-width: 479px) {
  .cookie-banner__inner { padding-block: 20px calc(20px + env(safe-area-inset-bottom)); gap: 16px; }
  .cookie-actions { flex-direction: column; }
  .cookie-banner .cookie-actions { width: 100%; }
  .cookie-button { width: 100%; }
  .cookie-dialog { padding: 22px; }
  .cookie-dialog h2 { font-size: 26px; }
  .cookie-category { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-button, .cookie-category input::before { transition: none; }
}
