@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap");

:root {
  --ink: #080808;
  --graphite: #1d1d1d;
  --bone: #eee9df;
  --muted: #a39f98;
  --blood: #a30f19;
  --blood-light: #ca1724;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--bone);
  font-family: "Inter", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: absolute;
  inset: 0 3.3rem auto;
  z-index: 20;
  height: 112px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(238, 233, 223, .22);
}
.brand { width: 150px; }
.brand img, footer img { mix-blend-mode: screen; }
.site-header nav { display: flex; gap: clamp(1.7rem, 3vw, 4rem); }
.site-header nav a {
  position: relative;
  font: 600 1.02rem "Barlow Condensed", sans-serif;
  letter-spacing: .04em;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -9px;
  height: 2px;
  background: var(--blood-light);
  transition: right .25s ease;
}
.site-header nav a:hover::after, .site-header nav .active::after { right: 0; }
.site-header nav .active { color: var(--blood-light); }
.header-cta { justify-self: end; font: 700 1rem "Barlow Condensed"; text-transform: uppercase; }
.header-cta span { color: var(--blood-light); margin-left: .5rem; }

.hero {
  min-height: 900px;
  height: 100svh;
  padding: 154px 3.3rem 38px;
  display: grid;
  grid-template-columns: minmax(460px, 1.26fr) .82fr .67fr;
  gap: 1.2rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 61% 44%, #2d1214 0, transparent 34%);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 4; align-self: center; }
.eyebrow, .section-kicker {
  font: 600 .78rem "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .38em;
}
.eyebrow { margin: 0 0 2rem; }
.eyebrow i { display: inline-block; width: 4px; height: 4px; background: var(--blood-light); margin: 0 1rem .15rem; }
.hero h1, .manifesto h2, .section-heading h2, .studio h2, .contact h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(6rem, 9.3vw, 10rem);
  font-weight: 800;
  line-height: .79;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.hero-line { height: 1px; width: 83%; background: var(--blood-light); margin: 2rem 0 1.2rem; position: relative; }
.hero-line::before { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; background: var(--blood-light); }
.hero-description { max-width: 430px; color: #d5d1ca; line-height: 1.6; margin: 0 0 1.4rem; }
.hero-actions { display: flex; align-items: center; gap: 2.8rem; }
.button {
  min-height: 64px;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.8rem;
  font: 700 1.1rem "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { min-width: 310px; background: var(--blood); border: 1px solid var(--blood-light); }
.button-primary:hover { background: var(--blood-light); }
.text-link {
  border-bottom: 2px solid var(--blood-light);
  padding-bottom: .25rem;
  font: 700 1.08rem "Barlow Condensed";
  text-transform: uppercase;
  letter-spacing: .07em;
}
.hero-tattoo, .hero-studio { margin: 0; min-width: 0; align-self: stretch; overflow: hidden; position: relative; }
.hero-tattoo { z-index: 2; margin: -20px -80px -38px -60px; }
.hero-tattoo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 28%, transparent 80%, var(--ink) 100%); }
.hero-tattoo img { height: 100%; object-fit: cover; object-position: center 28%; }
.hero-studio { z-index: 3; height: 77%; align-self: center; border: 1px solid #333; }
.hero-studio img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.hero-studio:hover img { transform: scale(1.025); }
.hero-studio figcaption {
  position: absolute; inset: auto 0 0;
  padding: 1rem 1.2rem;
  display: flex; justify-content: space-between;
  background: linear-gradient(transparent, rgba(0,0,0,.9));
  font: 600 .72rem "Barlow Condensed";
  text-transform: uppercase; letter-spacing: .12em;
}
.hero-index { position: absolute; right: 3.3rem; bottom: 1.4rem; z-index: 5; color: #777; font: 600 .7rem "Barlow Condensed"; letter-spacing: .2em; }

.manifesto {
  min-height: 650px;
  padding: 9rem 7vw;
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: 5rem;
  align-items: start;
  background: var(--bone);
  color: var(--ink);
}
.manifesto .section-kicker, .portfolio .section-kicker, .studio .section-kicker { color: var(--blood); }
.manifesto h2 { font-size: clamp(4.8rem, 8vw, 8.5rem); font-weight: 800; line-height: .87; letter-spacing: -.04em; }
.manifesto h2 em, .contact h2 em { color: var(--blood); font-style: normal; }
.manifesto div > p { max-width: 620px; margin: 3.2rem 0 0 auto; font-size: 1.2rem; line-height: 1.7; }

.portfolio, .styles { padding: 9rem 3.3rem; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; align-items: end; margin-bottom: 5rem; }
.section-heading h2 { font-size: clamp(5rem, 10vw, 10rem); line-height: .75; font-weight: 800; letter-spacing: -.04em; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.6; max-width: 320px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; align-items: start; }
.work { grid-column: span 4; }
.work-2 { margin-top: 8rem; }
.work-4 { grid-column: 2 / span 5; margin-top: 5rem; }
.work-5 { grid-column: 8 / span 4; margin-top: 11rem; }
.work figure { margin: 0; height: 610px; overflow: hidden; background: #111; }
.work-4 figure { height: 680px; }
.work img { height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.work:hover img { transform: scale(1.025); filter: contrast(1.06); }
.work > div { border-top: 1px solid #444; padding: 1rem 0 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; }
.work h3 { margin: 0; font: 600 1.45rem "Barlow Condensed"; text-transform: uppercase; }
.work span { color: var(--blood-light); font-size: .72rem; }

.studio {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 850px;
  background: var(--bone);
  color: var(--ink);
}
.studio-image { position: relative; overflow: hidden; }
.studio-image img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.studio-image > span { position: absolute; left: 2rem; bottom: 2rem; background: var(--blood); color: white; padding: .8rem 1.2rem; font: 600 .78rem "Barlow Condensed"; text-transform: uppercase; letter-spacing: .2em; }
.studio-copy { padding: 8rem 7vw; align-self: center; }
.studio h2 { font-size: clamp(4.3rem, 6.5vw, 7rem); line-height: .87; letter-spacing: -.04em; margin: 2.2rem 0 2.5rem; }
.studio-copy > p:not(.section-kicker) { max-width: 580px; font-size: 1.1rem; line-height: 1.75; }
.studio-facts { margin-top: 5rem; border-top: 1px solid #bdb7ad; }
.studio-facts div { display: grid; grid-template-columns: 55px 1fr; padding: 1.25rem 0; border-bottom: 1px solid #bdb7ad; }
.studio-facts strong { color: var(--blood); }
.studio-facts span { text-transform: uppercase; font: 600 1rem "Barlow Condensed"; line-height: 1.15; }

.styles .section-heading { margin-bottom: 3rem; }
.style-list { border-top: 1px solid #333; }
.style-list > div { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; padding: 1.3rem 0; border-bottom: 1px solid #333; transition: color .2s ease, padding .2s ease; }
.style-list > div:hover { color: var(--blood-light); padding-left: 1rem; }
.style-list h3 { margin: 0; font: 700 clamp(2.5rem, 5vw, 5rem) "Barlow Condensed"; text-transform: uppercase; }
.style-list span { color: #777; }
.style-list > div > span:last-child { font-size: 1.8rem; }

.contact { padding: 9rem 7vw 5rem; background: var(--blood); text-align: center; }
.contact .section-kicker { color: #130305; }
.contact h2 { margin: 2.5rem 0; font-size: clamp(5rem, 10vw, 10.5rem); line-height: .8; letter-spacing: -.04em; }
.contact h2 em { color: var(--ink); }
.contact > p:not(.section-kicker) { max-width: 610px; margin: 0 auto 2.5rem; line-height: 1.7; }
.button-light { margin: auto; background: var(--bone); color: var(--ink); min-width: 320px; }
.contact-meta { margin-top: 8rem; padding-top: 1.2rem; border-top: 1px solid rgba(0,0,0,.35); display: flex; justify-content: space-between; gap: 2rem; text-transform: uppercase; font: 600 .75rem "Barlow Condensed"; letter-spacing: .13em; }
.contact-meta a { transition: color .2s ease; }
.contact-meta a:hover { color: var(--bone); }

footer { min-height: 260px; padding: 3rem 3.3rem; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; position: relative; }
footer img { width: 180px; }
footer p { text-align: center; color: var(--muted); }
footer a { justify-self: end; font: 600 .8rem "Barlow Condensed"; text-transform: uppercase; letter-spacing: .15em; }
footer small { position: absolute; left: 3.3rem; bottom: 1.5rem; color: #666; }

@media (max-width: 1050px) {
  .site-header { inset-inline: 1.5rem; grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { height: auto; min-height: 900px; padding-inline: 1.5rem; grid-template-columns: 1.25fr .75fr; }
  .hero-copy { grid-column: 1 / -1; align-self: end; }
  .hero h1 { white-space: normal; font-size: clamp(5rem, 15vw, 8rem); }
  .hero-tattoo { grid-column: 1; height: 470px; margin: 0; }
  .hero-studio { grid-column: 2; height: 470px; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .work { grid-column: span 6; }
  .work-4 { grid-column: 1 / span 6; }
  .work-5 { grid-column: 7 / span 6; }
}

@media (max-width: 700px) {
  .site-header { height: 84px; }
  .brand { width: 115px; }
  .header-cta { font-size: .85rem; }
  .hero { padding: 118px 1.2rem 2rem; display: block; }
  .eyebrow { letter-spacing: .2em; line-height: 1.6; }
  .hero h1 { font-size: 21vw; line-height: .82; }
  .hero-line { width: 100%; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.4rem; }
  .button-primary { width: 100%; min-width: 0; }
  .text-link { align-self: flex-start; }
  .hero-tattoo { height: 520px; margin: 2rem -1.2rem 0; }
  .hero-studio { height: 420px; margin: 0; }
  .manifesto, .studio { display: block; }
  .manifesto { padding: 6rem 1.2rem; }
  .manifesto h2 { font-size: 17vw; margin-top: 2rem; }
  .portfolio, .styles { padding: 6rem 1.2rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 2rem 0; font-size: 24vw; }
  .portfolio-grid { display: block; }
  .work, .work-2, .work-4, .work-5 { margin: 0 0 3.5rem; }
  .work figure, .work-4 figure { height: 560px; }
  .studio-image { height: 560px; }
  .studio-copy { padding: 6rem 1.2rem; }
  .studio h2 { font-size: 17vw; }
  .style-list > div { grid-template-columns: 48px 1fr auto; }
  .contact { padding: 6rem 1.2rem 3rem; }
  .contact h2 { font-size: 20vw; }
  .contact-meta { margin-top: 5rem; flex-direction: column; gap: 1rem; }
  footer { padding: 3rem 1.2rem 5rem; grid-template-columns: 1fr auto; }
  footer p { display: none; }
  footer small { left: 1.2rem; }
}

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