/* Norial — direction 02: tactile form, oversized editorial typography. */
:root { --max: 1600px; --gutter: clamp(24px, 5.5vw, 96px); --paper: #fff; --line: #d5dde1; }
.header { min-height: 104px; z-index: 5; }
.header::after { display: none; }
.header .nav-contact { border-radius: 100px; padding: 11px 20px; }
.hero { display: block; position: relative; padding-top: 68px; isolation: isolate; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 96px; pointer-events: none; }
.hero-copy a { pointer-events: auto; }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 40px; font-size: .7rem; letter-spacing: .13em; }
.eyebrow-line { width: 32px; height: 1px; background: var(--mineral); flex-shrink: 0; }
.hero h1 { font-size: clamp(5.5rem, 9.6vw, 9.5rem); font-weight: 500; line-height: .96; letter-spacing: -.07em; }
.title-line { display: block; }
.hero h1 em { letter-spacing: -.055em; font-size: 1.1em; }
.hero-intro { margin-top: 44px; }
.hero-description { margin: 0; font-size: 1.05rem; line-height: 1.7; max-width: 350px; }
.button { border-radius: 100px; padding: 12px 12px 12px 24px; gap: 32px; min-height: 60px; }
.button > span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--ink); font-size: 1.2rem; flex-shrink: 0; transition: transform .25s; }
.button:hover > span { transform: rotate(45deg); }
.hero .button { margin-top: 28px; }
.hero-art { position: absolute; width: 62%; right: 0; top: 8%; margin: 0; z-index: 1; pointer-events: none; }
.hero-art picture { display: block; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 17%, #000 93%, transparent), linear-gradient(0deg, transparent, #000 13%, #000 92%, transparent); mask-composite: intersect; }
.hero-art img { width: 100%; height: auto; mix-blend-mode: multiply; transform: translate3d(var(--art-x, 0px), var(--art-y, 0px), 0); transition: transform .65s cubic-bezier(.2,.65,.3,1); }
.hero-art::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--paper), transparent 22%); pointer-events: none; }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 24px; margin: 0 13% 0 23%; padding-top: 8px; font-size: .6875rem; letter-spacing: .07em; text-transform: uppercase; }
.hero-baseline { position: relative; z-index: 2; margin: 0; padding-block: 26px; align-items: center; border-top: 1px solid var(--line); }
.hero-baseline > span { font-size: .75rem; }
.disciplines { display: flex; gap: 36px; font-size: 1.1rem; color: var(--ink); letter-spacing: -.02em; }
.disciplines span + span::before { content: '/'; color: var(--line); display: inline-block; margin-right: 36px; }
.hero-baseline > a { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.hero-baseline > a:hover { background: var(--accent); }
.projects { padding-top: 100px; }
.section-heading h2 { font-size: clamp(3rem, 5.6vw, 5.6rem); letter-spacing: -.065em; }
.section-heading { margin-bottom: 56px; }
.project-grid { grid-template-columns: 1.2fr 1fr; gap: 40px; }
.project-content { padding-top: 110px; }
.project-art { aspect-ratio: 1.04; }
.identity-art { background: var(--mineral); }
.identity-main { background: var(--ink); margin: 9%; box-shadow: 18px 22px 0 #344d60; padding: 40px; transform: rotate(-5deg); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.identity-art:hover .identity-main { transform: rotate(0); }
.identity-main img { width: 89%; }
.identity-tagline { font-size: clamp(1.5rem, 2.2vw, 2.3rem); }
.identity-strip { min-height: 48px; }
.identity-strip span { padding-left: 16px; }
.art-label { left: 24px; top: 24px; font-size: .625rem; }
.project-arrow { width: 48px; height: 48px; right: 24px; top: 24px; }
.content-art { background: #edf2f5; gap: 14px; padding: 40px 0; }
.content-art .post-asset { width: 43%; height: auto; flex-shrink: 0; box-shadow: 0 18px 32px #1d292f25; transition: transform .5s; }
.content-art .post-asset:first-child { transform: translateY(-45px) rotate(-7deg); }
.content-art .post-asset:nth-child(2) { transform: translateY(28px) rotate(3deg); z-index: 1; }
.content-art .post-asset:nth-child(3) { transform: translateY(-20px) rotate(8deg); }
.content-art:hover .post-asset:first-child { transform: translateY(-32px) rotate(-4deg); }
.content-art:hover .post-asset:nth-child(2) { transform: translateY(15px); }
.site-study-vector { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.project-caption { padding-top: 24px; }
.project-caption h3 { font-size: 1.15rem; }
.case-study { margin-top: 64px; }
.services { margin: 24px var(--gutter) 0; padding-block: 88px 64px; border-radius: 8px; }
.services .section-heading { margin-bottom: 56px; }
.service { position: relative; transition: padding .3s; padding-block: 40px; }
.service:hover { padding-left: 12px; }
.service h3 { font-size: clamp(2rem, 3.6vw, 3.6rem); }
.service-index { font-size: 3.5rem; transition: transform .3s; }
.service:hover .service-index { transform: rotate(-10deg); }
.about { padding-block: 120px 90px; }
.about-content h2 { font-size: clamp(3rem, 5.3vw, 5.3rem); }
.about-copy { padding-top: 12px; }
.about-copy .about-lead { font-size: 1.5rem; }
.principles { margin-top: 80px; }
.process { padding-bottom: 120px; }
.process-grid { gap: 56px; }
.step { display: flex; align-items: center; gap: 20px; text-transform: uppercase; font-size: .6875rem; letter-spacing: .12em; }
.step-number { font-family: Newsreader, Georgia, serif; font-style: italic; font-size: 5rem; line-height: 1.1; letter-spacing: -.06em; }
.process-grid article:nth-child(2) { margin-top: 40px; }
.process-grid article:nth-child(3) { margin-top: 80px; }
.process-grid h3 { font-size: 1.5rem; }
.contact { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.contact .eyebrow { color: var(--accent); }
.contact h2 em { color: var(--accent); }
.contact-action > img { filter: brightness(0) invert(1); }
.contact .button-dark { background: var(--paper); color: var(--ink); }
.contact .button-dark > span { background: var(--ink); color: var(--paper); }
.contact a:focus-visible { outline-color: var(--paper); }
.contact-pending { color: var(--mist); }
.contact-inner { padding-block: 100px; position: relative; z-index: 1; }
.contact h2 { font-size: clamp(3.5rem, 7vw, 7rem); line-height: 1.02; }
.contact-action > img { width: 130px; }
.footer { padding-top: 48px; }
.footer-top { align-items: center; }
.footer-signature { display: flex; align-items: center; gap: 4%; padding-block: 40px 12px; }
.footer-signature img { width: 83%; }
.footer-signature > span { font-size: clamp(.875rem, 1.3vw, 1.25rem); letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.footer-signature:focus-visible { outline-offset: 0; }
.footer-bottom { margin-top: 16px; }
.footer-brand img { width: 160px; }
.reveal { transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1); }
.motion-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(24px); }
@keyframes title-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .hero .title-line { animation: title-enter .65s both; }
  .hero .title-line:nth-child(2) { animation-delay: .12s; }
}
@media (min-width: 1601px) { .hero-art { top: 1%; } }
@media (max-width: 1100px) and (min-width: 761px) {
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 9.5vw; }
  .hero-copy { padding-bottom: 64px; }
  .hero-art { top: 10%; width: 60%; }
  .hero-art figcaption { margin-left: 37%; flex-direction: column; gap: 4px; }
  .hero-description { max-width: 280px; }
  .hero-baseline > span { max-width: 170px; }
  .disciplines { gap: 18px; }
  .disciplines span + span::before { margin-right: 18px; }
}
@media (max-width: 760px) {
  .header { min-height: 88px; }
  .header::after { display: block; }
  .hero { display: flex; flex-direction: column; gap: 0; padding-top: 40px; overflow: clip; }
  .hero .eyebrow { font-size: .625rem; gap: 10px; margin-bottom: 28px; max-width: 300px; }
  .eyebrow-line { width: 20px; }
  .hero-copy { padding-bottom: 0; align-self: stretch; }
  .hero h1 { font-size: clamp(3.7rem, 12vw, 5.8rem); line-height: 1.02; }
  .hero h1 em { font-size: 1.07em; }
  .hero-intro { margin-top: 26px; }
  .hero-description { font-size: 1rem; max-width: 310px; }
  .hero .button { margin-top: 22px; min-height: 54px; }
  .hero-art { position: relative; top: auto; right: auto; width: calc(100% + 2 * var(--gutter)); margin: -8px calc(-1 * var(--gutter)) 0; }
  .hero-art img { width: 100%; }
  .hero-art::before { display: none; }
  .hero-art figcaption { margin: -12px var(--gutter) 26px; font-size: .625rem; position: relative; z-index: 1; gap: 8px; }
  .hero-baseline { gap: 16px; padding-block: 20px; }
  .hero-baseline > span { display: none; }
  .disciplines { gap: 14px; font-size: .875rem; }
  .disciplines span + span::before { margin-right: 14px; }
  .hero-baseline > a { width: 36px; height: 36px; }
  .projects { padding-top: 64px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: clamp(2.8rem, 9.4vw, 4rem); }
  .project-grid { grid-template-columns: 1fr; gap: 40px; }
  .project-content { padding-top: 0; }
  .project-art { aspect-ratio: 1.08; }
  .identity-main { padding: 28px; box-shadow: 10px 12px 0 #344d60; }
  .identity-tagline { font-size: 1.5rem; }
  .art-label { top: 18px; left: 20px; font-size: .625rem; }
  .project-arrow { width: 40px; height: 40px; right: 16px; top: 16px; }
  .project-caption h3 { font-size: 1rem; }
  .case-study { margin-top: 40px; }
  .services { margin: 0 12px; padding-block: 56px 32px; }
  .services > .wrap { padding-inline: calc(var(--gutter) - 12px); }
  .services .section-heading { margin-bottom: 32px; }
  .service { padding-block: 28px; }
  .service:hover { padding-left: 0; }
  .service h3 { font-size: 2.2rem; }
  .about { padding-block: 64px; }
  .about-content h2 { font-size: clamp(2.8rem, 9.4vw, 4rem); }
  .about-copy { padding-top: 0; }
  .about-copy .about-lead { font-size: 1.3rem; }
  .principles { margin-top: 40px; }
  .process { padding-bottom: 64px; }
  .process-grid { gap: 32px; }
  .process-grid article:nth-child(n) { margin-top: 0; }
  .step-number { font-size: 4rem; }
  .process-grid h3 { font-size: 1.3rem; }
  .contact-inner { padding-block: 64px; }
  .contact h2 { font-size: 3.5rem; }
  .footer-brand img { width: 125px; }
  .footer-top { flex-wrap: nowrap; align-items: flex-start; }
  .footer-top p { order: 0; width: auto; max-width: 185px; font-size: .75rem; }
  .back-top { white-space: nowrap; min-height: 44px; }
  .footer-signature { padding-top: 28px; }
  .footer-signature img { width: 88%; }
  .footer-signature > span { font-size: .6875rem; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 3.45rem; }
  .hero .eyebrow { font-size: .6rem; }
  .disciplines { gap: 8px; font-size: .8125rem; }
  .disciplines span + span::before { margin-right: 8px; }
  .hero-art figcaption { font-size: .6rem; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal:not(.is-visible) { opacity: 1; transform: none; }
  .hero-art img { transform: none !important; }
}
