:root {
  --black: #070807;
  --surface: #10110f;
  --surface-2: #161714;
  --ivory: #fcf1d4;
  --muted: #aaa698;
  --red: #c51f2d;
  --red-dark: #8f161f;
  --line: rgba(252, 241, 212, .16);
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--ivory); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }

.shell { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .73rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.display { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4rem, 9vw, 9.4rem); font-weight: 400; letter-spacing: .005em; line-height: 1.08; text-transform: uppercase; text-wrap: balance; }
.display.small { font-size: clamp(3.4rem, 6vw, 6.8rem); line-height: 1.1; }
.display .outline { color: transparent; -webkit-text-stroke: 1px var(--ivory); }
.lead { max-width: 620px; color: #c9c5b8; font-size: clamp(1rem, 1.35vw, 1.28rem); line-height: 1.7; }
.red { color: var(--red); }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; right: 0; border-bottom: 1px solid var(--line); }
.header-inner { width: min(calc(100% - 80px), var(--max)); height: 88px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-transform: uppercase; }
.brand img { width: 39px; height: 43px; object-fit: contain; }
.brand strong { display: block; font-size: .82rem; letter-spacing: .14em; }
.brand small { display: block; margin-top: 4px; color: var(--red); font-size: .48rem; font-weight: 800; letter-spacing: .18em; }
.desktop-nav { display: flex; gap: clamp(24px, 3vw, 52px); }
.desktop-nav a { padding: 34px 0 30px; border-bottom: 3px solid transparent; color: #d6d1c4; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: white; border-color: var(--red); }
.header-cta { justify-self: end; padding: 14px 18px; background: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: background .2s ease; }
.header-cta:hover { background: #e12a39; }
.menu-button { display: none; justify-self: end; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ivory); }
.mobile-nav { position: fixed; z-index: 45; inset: 76px 0 0; padding: 28px 24px; background: rgba(7, 8, 7, .98); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: block; padding: 21px 0; border-bottom: 1px solid var(--line); font-family: Impact, sans-serif; font-size: 2.5rem; text-transform: uppercase; }

.hero { position: relative; min-height: 860px; height: 100svh; display: flex; align-items: center; background: url("images/hero-critical-torque.png") 65% center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,4,.98) 0%, rgba(4,5,4,.87) 35%, rgba(4,5,4,.18) 76%), linear-gradient(0deg, rgba(4,5,4,.68), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.hero .display { max-width: 950px; }
.hero-copy { max-width: 590px; margin: 28px 0 34px; color: #c4c0b5; font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.65; }
.actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border: 1px solid var(--ivory); font-size: .69rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: .2s ease; }
.button.primary { border-color: var(--red); background: var(--red); }
.button:hover { background: var(--ivory); color: var(--black); }
.text-link { padding-bottom: 7px; border-bottom: 1px solid var(--ivory); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-side { position: absolute; z-index: 2; right: 36px; bottom: 44px; color: #8e8c84; font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; writing-mode: vertical-rl; }

.metrics { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.metric { min-height: 150px; padding: 38px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--red); font-family: Impact, sans-serif; font-size: 2.6rem; font-weight: 400; }
.metric span { display: block; margin-top: 8px; color: #9c998f; font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; }

.section { padding: clamp(90px, 10vw, 160px) 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; margin-bottom: 62px; }
.portfolio-preview { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.preview-card { position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.preview-card.secondary { min-height: 620px; }
.preview-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.preview-card.phoenix img { object-fit: contain; background: #050505; }
.preview-card:hover img { transform: scale(1.025); }
.preview-card.phoenix:hover img { transform: none; }
.card-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 48px 28px 24px; background: linear-gradient(transparent, rgba(0,0,0,.94)); }
.card-label span { color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.card-label h3 { margin: 8px 0 0; font-family: Impact, sans-serif; font-size: clamp(2rem, 3vw, 3.6rem); font-weight: 400; line-height: 1; text-transform: uppercase; }

.manifesto { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.manifesto-grid { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; }
.manifesto-title, .manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); }
.manifesto-title { border-right: 1px solid var(--line); }
.manifesto-copy p { max-width: 580px; color: #b9b5aa; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.7; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process article, .process-link { min-height: 310px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process b { color: var(--red); font-family: Impact, sans-serif; font-size: 2.2rem; font-weight: 400; }
.process h3 { margin: 72px 0 14px; font-family: Impact, sans-serif; font-size: 2.1rem; font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.process p { margin: 0; color: #aaa69c; font-size: .95rem; line-height: 1.65; }
.process-link { position: relative; display: block; transition: background .2s ease, border-color .2s ease; }
.process-link:hover, .process-link:focus-visible { border-color: var(--red); background: #171210; outline: 0; }
.process-action { display: block; margin-top: 28px; color: var(--red); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.healing-title-link { display: inline-block; color: var(--ivory); border-bottom: 3px solid transparent; transition: color .2s ease, border-color .2s ease; }
.healing-title-link:hover, .healing-title-link:focus-visible { color: var(--red); border-color: var(--red); outline: 0; }

.identity-band { position: relative; min-height: 670px; display: flex; align-items: center; background: #090a09 url("images/hero-tattoo.png") center / cover no-repeat; }
.identity-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,6,.97), rgba(6,7,6,.78) 44%, rgba(6,7,6,.22)); }
.identity-content { position: relative; z-index: 1; max-width: 700px; }

.page-hero { min-height: 540px; padding-top: 190px; padding-bottom: 90px; display: flex; align-items: flex-end; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, rgba(197,31,45,.11), transparent 34%), var(--black); }
.page-hero .lead { margin-top: 30px; }
.portfolio-page .page-hero { min-height: 470px; padding-top: 165px; padding-bottom: 68px; }
.portfolio-page .section { padding-top: 72px; }

.filters { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 42px; }
.filters button { padding: 12px 15px; border: 1px solid var(--line); background: transparent; color: #aaa69b; cursor: pointer; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.filters button:hover, .filters button.active { border-color: var(--red); background: var(--red); color: white; }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.gallery-card { position: relative; min-width: 0; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #030403; }
.gallery-card[hidden] { display: none; }
.gallery-card img, .gallery-card.wide img, .gallery-card.phoenix img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #030403; }
.gallery-card figcaption { position: absolute; left: 22px; bottom: 22px; min-height: 0; padding: 0; }
.gallery-card span { display: inline-block; padding: 7px 10px; background: var(--red); color: white; font-size: .62rem; font-weight: 800; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.logo-panel { min-height: 620px; display: grid; place-items: center; padding: 70px; border: 1px solid var(--line); background: #000; }
.logo-panel img { width: min(430px, 85%); }
.about-copy p:not(.eyebrow) { color: #bbb7ac; font-size: 1.08rem; line-height: 1.75; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); }
.values article { padding: 26px 24px 10px 0; }
.values b { color: var(--red); font-size: .67rem; letter-spacing: .16em; }
.values h3 { margin: 12px 0 8px; font-family: Impact, sans-serif; font-size: 1.7rem; font-weight: 400; text-transform: uppercase; }

.consult-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; }
.consult-steps { border-top: 1px solid var(--line); }
.consult-step { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.consult-step b { color: var(--red); font-family: Impact, sans-serif; font-size: 2rem; font-weight: 400; }
.consult-step h3 { margin: 0 0 10px; font-family: Impact, sans-serif; font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.consult-step p { margin: 0; color: #aaa69b; line-height: 1.6; }
.contact-card { align-self: start; position: sticky; top: 30px; padding: 42px; border: 1px solid var(--line); background: var(--surface); }
.contact-card h2 { margin: 0 0 24px; font-family: Impact, sans-serif; font-size: 3.4rem; font-weight: 400; line-height: .95; text-transform: uppercase; }
.contact-card p { color: #aaa69b; line-height: 1.65; }
.contact-card .button { width: 100%; margin-top: 15px; }
.contact-meta { margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.contact-meta li { margin: 12px 0; color: #cbc6b8; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.healing-hero { background: radial-gradient(circle at 78% 30%, rgba(197,31,45,.16), transparent 30%), var(--black); }
.healing-intro { display: grid; grid-template-columns: .58fr 1fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: end; margin-bottom: 64px; }
.healing-intro > p:last-child { margin: 0 0 7px; color: #bbb7ac; font-size: 1.05rem; line-height: 1.75; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.care-card { min-height: 300px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.care-card b { color: var(--red); font-family: Impact, sans-serif; font-size: 2.1rem; font-weight: 400; }
.care-card h3 { margin: 60px 0 15px; font-family: Impact, sans-serif; font-size: 2rem; font-weight: 400; line-height: 1.08; text-transform: uppercase; }
.care-card p { margin: 0; color: #aaa69c; font-size: .96rem; line-height: 1.65; }
.healing-donts { padding: clamp(80px, 9vw, 140px) 0; border-block: 1px solid var(--line); background: #080a08; }
.donts-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.donts-list { padding-left: 30px; border-left: 2px solid var(--red); }
.donts-list p { margin: 0; padding: 23px 0; border-bottom: 1px solid var(--line); color: #b8b4a9; font-size: 1rem; line-height: 1.7; }
.donts-list p:first-child { padding-top: 0; }
.donts-list p:last-child { padding-bottom: 0; border-bottom: 0; }
.donts-list strong { color: var(--ivory); }
.warning-card { padding: clamp(40px, 7vw, 90px); border: 1px solid rgba(197,31,45,.5); background: #100b0b; }
.warning-card > p:not(.eyebrow) { max-width: 920px; color: #c1bdb1; font-size: 1.03rem; line-height: 1.75; }
.warning-card .medical-note { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ivory); font-weight: 700; }

.final-cta { padding: clamp(100px, 13vw, 210px) 0; text-align: center; }
.final-cta .display { max-width: 1100px; margin-inline: auto; }
.final-cta .button { margin-top: 40px; }

.site-footer { padding: 70px 0 34px; border-top: 1px solid var(--line); background: #050605; }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding-bottom: 48px; }
.footer-top p { max-width: 380px; margin: 22px 0 0; color: #8f8c83; font-size: .82rem; line-height: 1.6; }
.footer-links { display: flex; gap: 26px; color: #bbb6aa; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: #74726c; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 980px) {
  .shell, .header-inner { width: min(calc(100% - 48px), var(--max)); }
  .header-inner { height: 76px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .section-heading, .manifesto-grid, .about-grid, .consult-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 28px; }
  .manifesto-title { border-right: 0; border-bottom: 1px solid var(--line); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .portfolio-preview { grid-template-columns: 1fr; }
  .preview-card, .preview-card.secondary { min-height: 720px; }
  .gallery-card, .gallery-card:nth-of-type(3n) { grid-column: span 6; }
  .gallery-card img, .gallery-card.wide img { height: 620px; }
  .contact-card { position: static; }
  .healing-intro { grid-template-columns: 1fr; gap: 24px; }
  .care-grid { grid-template-columns: repeat(2, 1fr); }
  .donts-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell, .header-inner { width: calc(100% - 40px); }
  .brand img { width: 34px; height: 38px; }
  .brand strong { font-size: .7rem; }
  .brand small { font-size: .42rem; }
  .hero { min-height: 760px; align-items: flex-end; background-position: 70% center; }
  .hero::before { background: linear-gradient(0deg, rgba(4,5,4,.98) 8%, rgba(4,5,4,.82) 48%, rgba(4,5,4,.18) 90%); }
  .hero-content { padding: 0 0 72px; }
  .hero .display { font-size: clamp(4.25rem, 21vw, 6.5rem); line-height: 1.04; }
  .hero-copy { max-width: 94%; }
  .actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-side { display: none; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metric { min-height: 108px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .metric strong { font-size: 2.2rem; }
  .section { padding: 82px 0; }
  .display.small { font-size: clamp(3.3rem, 15vw, 5rem); }
  .preview-card, .preview-card.secondary { min-height: 0; }
  .preview-card img { height: auto; aspect-ratio: 4 / 5; }
  .preview-card.phoenix img { object-fit: contain; }
  .manifesto-title, .manifesto-copy { padding: 58px 20px; }
  .process { grid-template-columns: 1fr; }
  .process article { min-height: 250px; }
  .process h3 { margin-top: 48px; }
  .identity-band { min-height: 650px; align-items: flex-end; background-position: 65% center; }
  .identity-band::before { background: linear-gradient(0deg, rgba(6,7,6,.98) 8%, rgba(6,7,6,.72) 60%, rgba(6,7,6,.25)); }
  .identity-content { padding-bottom: 70px; }
  .page-hero { min-height: 500px; padding-top: 150px; }
  .page-hero .display { font-size: clamp(4.2rem, 20vw, 6.3rem); }
  .portfolio-page .page-hero { min-height: 440px; padding-top: 135px; padding-bottom: 58px; }
  .portfolio-page .section { padding-top: 54px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-card { aspect-ratio: 3 / 4; }
  .gallery-card img, .gallery-card.wide img, .gallery-card.phoenix img { width: 100%; height: 100%; object-fit: contain; }
  .gallery-card figcaption { left: 14px; bottom: 14px; }
  .logo-panel { min-height: 430px; padding: 35px; }
  .values { grid-template-columns: 1fr; }
  .values article { border-bottom: 1px solid var(--line); }
  .consult-step { grid-template-columns: 42px 1fr; }
  .contact-card { padding: 30px 22px; }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 260px; }
  .care-card h3 { margin-top: 45px; }
  .donts-list { padding-left: 20px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; display: grid; }
  .footer-links { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Homepage — adaptation fidèle de la composition éditoriale Inkora */
.inkora-home { background: #0c0e0c; }
.inkora-home .site-header { background: rgba(8, 9, 8, .92); }
.inkora-home .header-inner { height: 74px; }
.inkora-home .desktop-nav a { padding-block: 27px 23px; }
.inkora-home .brand img { width: 31px; height: 34px; }
.inkora-home .header-cta { padding: 12px 23px; }

.inkora-hero { min-height: 700px; height: 78svh; max-height: 920px; align-items: center; background-position: 63% center; }
.inkora-hero::before { background: linear-gradient(90deg, rgba(4,5,4,.97) 0%, rgba(4,5,4,.8) 36%, rgba(4,5,4,.13) 72%), linear-gradient(0deg, rgba(4,5,4,.55), transparent 42%); }
.inkora-hero .hero-content { padding-top: 64px; }
.inkora-hero .display { max-width: 790px; font-size: clamp(4.8rem, 8.2vw, 8.8rem); line-height: 1.02; }
.inkora-hero .hero-copy { max-width: 540px; margin: 25px 0 30px; }
.button.light { border-color: var(--ivory); background: var(--ivory); color: var(--black); }
.button.light:hover { border-color: var(--red); background: var(--red); color: white; }
.vertical-note { position: absolute; left: -51px; top: 50%; margin: 0; color: #77786f; font-size: .57rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; transform: translateY(-50%) rotate(-90deg); }
.scroll-mark { position: absolute; z-index: 3; right: 28px; bottom: 24px; width: 34px; height: 34px; display: grid; place-items: center; color: #8f9188; font-size: 1.2rem; }

.inkora-metrics .metrics-grid { width: 100%; grid-template-columns: repeat(4, 1fr); }
.inkora-metrics .metric { min-height: 130px; padding: 30px clamp(24px, 4vw, 62px); text-align: center; }
.inkora-metrics .metric strong { font-size: 2.25rem; }
.inkora-metrics .metric span { font-size: .58rem; }

.inkora-portfolio { padding-block: clamp(105px, 11vw, 165px); }
.inkora-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 52px; }
.inkora-title-row .display.small { font-size: clamp(3rem, 5vw, 5.4rem); }
.micro-link { padding-bottom: 5px; color: #b5b2a8; border-bottom: 1px solid #56574f; font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.micro-link:hover { color: white; border-color: var(--red); }
.inkora-gallery { display: grid; grid-template-columns: 1.16fr .74fr 1.02fr; grid-template-rows: 420px 350px; gap: 18px; }
.inkora-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: #080908; }
.inkora-card.card-a { grid-column: 1 / 3; }
.inkora-card.card-b { grid-column: 3; }
.inkora-card.card-c { grid-column: 1; }
.inkora-card.card-d { grid-column: 2 / 4; }
.inkora-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.06); transition: transform .5s ease, filter .5s ease; }
.inkora-card.card-a img { object-fit: contain; background: #060706; }
.inkora-card.card-b img { object-position: center 25%; }
.inkora-card.card-c img { object-position: center 25%; }
.inkora-card.card-d img { object-position: center 42%; }
.inkora-card:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.inkora-card > div { position: absolute; left: 0; right: 0; bottom: 0; padding: 54px 24px 20px; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.inkora-card span { display: inline-block; padding: 4px 7px; background: var(--red); color: white; font-size: .52rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.inkora-manifesto { border-block: 1px solid var(--line); background: #080a08; }
.manifesto-layout { min-height: 430px; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 12vw, 170px); align-items: center; }
.manifesto-layout .display.small { font-size: clamp(3.5rem, 5.6vw, 6rem); }
.red-muted { color: #7e252b; }
.manifesto-statement { padding-left: 28px; border-left: 2px solid var(--red); }
.manifesto-statement p { margin: 0 0 28px; color: #b5b2a8; font-size: 1rem; line-height: 1.75; }

.inkora-artist { background: #0e100d; }
.title-rule { flex: 1; max-width: 75px; height: 2px; margin-bottom: 9px; background: var(--red); }
.artist-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.artist-visual { min-height: 680px; overflow: hidden; border: 1px solid var(--line); background: #070807; }
.artist-visual img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.88); }
.artist-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 105px); border: 1px solid var(--line); background: #090a09; }
.artist-copy h3 { margin: 0 0 30px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4rem, 7vw, 7.5rem); font-weight: 400; line-height: 1.13; text-transform: uppercase; }
.artist-copy > p:not(.eyebrow) { max-width: 520px; margin: 0 0 34px; color: #aaa79e; line-height: 1.7; }
.artist-copy .button { align-self: flex-start; }

.studio-banner { position: relative; min-height: 650px; display: flex; align-items: center; background: url("images/hero-tattoo.png") center / cover no-repeat; }
.studio-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,5,.97), rgba(5,6,5,.72) 48%, rgba(5,6,5,.2)); }
.studio-banner-content { position: relative; z-index: 1; }
.studio-banner-content .display { max-width: 650px; }
.studio-banner-content > p:not(.eyebrow) { max-width: 470px; margin: 24px 0; color: #bbb8ae; line-height: 1.7; }
.inkora-footer { padding-top: 78px; }

@media (max-width: 980px) {
  .inkora-home .header-inner { height: 76px; }
  .inkora-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 430px; }
  .inkora-card.card-a, .inkora-card.card-b, .inkora-card.card-c, .inkora-card.card-d { grid-column: auto; }
  .manifesto-layout { grid-template-columns: 1fr; gap: 38px; padding-block: 85px; }
  .artist-feature { grid-template-columns: 1fr; }
  .artist-visual { min-height: 650px; }
}

@media (max-width: 640px) {
  .inkora-hero { min-height: 760px; height: 100svh; align-items: flex-end; background-position: 69% center; }
  .inkora-hero::before { background: linear-gradient(0deg, rgba(4,5,4,.98) 8%, rgba(4,5,4,.83) 51%, rgba(4,5,4,.12) 92%); }
  .inkora-hero .hero-content { padding: 0 0 62px; }
  .inkora-hero .display { font-size: clamp(3.9rem, 18vw, 5.5rem); }
  .vertical-note, .scroll-mark { display: none; }
  .inkora-metrics .metrics-grid { grid-template-columns: 1fr 1fr; }
  .inkora-metrics .metric { min-height: 112px; padding: 23px 12px; border-bottom: 1px solid var(--line); }
  .inkora-metrics .metric:nth-child(2) { border-right: 0; }
  .inkora-title-row { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .inkora-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .inkora-card { min-height: 0; aspect-ratio: 4 / 5; }
  .inkora-card.card-a, .inkora-card.card-b, .inkora-card.card-c, .inkora-card.card-d { grid-column: 1; }
  .inkora-card.card-a img { object-fit: contain; }
  .manifesto-layout { min-height: 0; }
  .manifesto-statement { padding-left: 20px; }
  .artist-visual { min-height: 0; aspect-ratio: 4 / 5; }
  .artist-copy { padding: 48px 24px; }
  .artist-copy h3 { font-size: clamp(3.8rem, 18vw, 5.5rem); }
  .studio-banner { min-height: 680px; align-items: flex-end; background-position: 70% center; }
  .studio-banner::before { background: linear-gradient(0deg, rgba(5,6,5,.98) 7%, rgba(5,6,5,.8) 55%, rgba(5,6,5,.16)); }
  .studio-banner-content { padding-bottom: 70px; }
}
