:root {
  --paper: #f7f7f4;
  --ink: #070707;
  --graphite: #202020;
  --steel: #707070;
  --line: rgba(7, 7, 7, .15);
  --olive: #cddd53;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Roboto, Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.site-header { width: min(1240px, calc(100% - 64px)); margin: 0 auto; height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; line-height: 1.05; font-weight: 700; letter-spacing: -.02em; }
.brand-lockup img { width: 36px; height: 34px; object-fit: contain; object-position: center; background: transparent; }
nav { display: flex; gap: 28px; font-size: 13px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
nav a, .contact-links a { position: relative; }
nav a::after, .contact-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
nav a:hover::after, .contact-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.hero { min-height: 680px; padding: 112px 0 100px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.eyebrow, .section-index, .project-type, .visual-label, .hero-meta, .tag-row, .site-footer { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { margin: 0 0 28px; color: var(--steel); }
.eyebrow span { color: var(--ink); margin: 0 6px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 32px; font-size: clamp(4.7rem, 10vw, 9.8rem); line-height: .84; letter-spacing: -.09em; font-weight: 900; }
h1 em, h2 em { font-style: normal; font-weight: 400; }
.hero-intro { width: min(610px, 100%); font-size: clamp(1.1rem, 1.8vw, 1.38rem); line-height: 1.4; letter-spacing: -.025em; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.hero-meta span, .tag-row span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; }
.hero-mark { min-height: 410px; position: relative; display: grid; place-items: center; background: var(--ink); overflow: hidden; border-radius: var(--radius); }
.hero-mark .halo { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.3), rgba(255,255,255,0) 68%); filter: blur(16px); }
.hero-mark img { position: relative; width: 62%; mix-blend-mode: screen; opacity: .93; }
.hero-mark span { position: absolute; left: 24px; bottom: 20px; color: rgba(255,255,255,.65); }
.statement, .about, .contact { border-top: 1px solid var(--line); padding: 42px 0 130px; }
.section-index { margin-bottom: 32px; color: var(--steel); }
.statement-grid, .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
h2 { font-size: clamp(3rem, 6.5vw, 6.7rem); line-height: .88; letter-spacing: -.075em; font-weight: 900; }
.statement h2 { margin-bottom: 0; }
.statement-grid p { max-width: 510px; margin-left: auto; font-size: 1.1rem; line-height: 1.55; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; padding-bottom: 52px; }
.section-heading .section-index { align-self: start; }
.section-heading h2 { margin-bottom: 0; }
.section-heading h2 span, .project h3 span { color: var(--steel); font-weight: 400; }
.project { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; padding: 42px; border-radius: var(--radius); margin-bottom: 24px; min-height: 510px; overflow: hidden; }
.project-info { display: flex; flex-direction: column; align-items: flex-start; }
.project-number { font-size: 13px; font-weight: 900; margin-bottom: 32px; }
.project-type { opacity: .66; margin-bottom: 20px; }
.project h3 { font-size: clamp(2.8rem, 5.2vw, 5.7rem); line-height: .87; letter-spacing: -.08em; margin-bottom: 28px; font-weight: 900; }
.project-summary { max-width: 390px; margin-bottom: 24px; font-size: 1rem; line-height: 1.5; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 20px; }
.tag-row span { padding: 6px 9px; font-size: 10px; }
.text-link { margin-top: 24px; font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link span, .contact-email span { margin-left: 7px; transition: transform .2s ease; display: inline-block; }
.text-link:hover span, .contact-email:hover span { transform: translate(3px, -3px); }
.project-dark { color: var(--paper); background: var(--ink); }
.project-paper { background: #e5e1d8; }
.project-olive { background: var(--olive); }
.project-navy { color: var(--paper); background: #0d1b35; }
.project-jigso { background: #e5ebf3; }
.project-visual { position: relative; min-height: 425px; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,.65); }
.project-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(140deg, rgba(255,255,255,.12), transparent 55%); mix-blend-mode: overlay; }
.visual-main { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visual-detail { position: absolute; right: 22px; bottom: 22px; width: 35%; max-height: 43%; object-fit: cover; border: 2px solid var(--paper); box-shadow: 0 18px 34px rgba(0,0,0,.22); transform: rotate(3deg); }
.visual-label { position: absolute; left: 18px; bottom: 18px; z-index: 2; color: var(--paper); text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.visual-mike { background: #151022; }
.visual-mike .visual-main { object-position: center; }
.visual-h2ba { background: #e6d9cf; }
.visual-h2ba .visual-main { object-fit: contain; width: calc(100% - 1px); height: calc(100% - 6px); padding: 32px; }
.visual-h2ba .visual-detail { width: 34%; background: #f7f7f4; padding: 0; border-width: 2px; }
.visual-h2ba .visual-label { line-height: 11px; }
.project-dark .tag-row span { border-color: #fff; }
.visual-messi { background: #faf9f4; }
.visual-messi .visual-main { object-fit: contain; padding: 28px; }
.visual-messi .visual-detail { width: 40%; }
.visual-messi .visual-label { color: #000; text-shadow: none; }
.visual-plus27 { background: #fff; }
.visual-plus27 .visual-main { object-fit: contain; padding: 58px; }
.visual-plus27 .visual-detail { width: 34%; }
.visual-plus27 .visual-label, .visual-jigso .visual-label, .visual-nike .visual-label { color: #000; text-shadow: none; }
.visual-nike { background: #f7f7f4; }
.visual-nike .visual-main { object-fit: contain; padding: 28px 45px; }
.visual-nike .visual-detail { width: 46%; }
.visual-jigso { background: #f7f7f4; }
.visual-jigso .visual-main { object-fit: contain; width: calc(100% + 36px); left: -18px; padding: 38px 0; }
.visual-jigso .visual-detail { width: 30%; padding: 10px; background: white; border: 0; }
.about-grid h2 { margin-bottom: 0; }
.about-grid > div { max-width: 525px; margin-left: auto; }
.large-copy { font-size: clamp(1.6rem, 2.8vw, 2.45rem); line-height: 1.15; letter-spacing: -.04em; }
.about-grid > div > p:not(.large-copy) { color: #454545; }
.about-facts { display: flex; gap: 30px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); }
.about-facts span { display: flex; flex-direction: column; }
.about-facts b { font-size: 1.4rem; line-height: 1; }
.about-facts small { margin-top: 7px; color: var(--steel); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.contact { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; padding-bottom: 110px; }
.contact-mark { min-height: 360px; display: grid; place-items: center; background: var(--ink); border-radius: var(--radius); overflow: hidden; }
.contact-mark img { width: 68%; mix-blend-mode: screen; }
.contact h2 { margin-bottom: 28px; }
.contact-email { display: inline-block; margin-top: 16px; font-size: clamp(1.3rem, 2.5vw, 2.15rem); font-weight: 700; letter-spacing: -.04em; border-bottom: 2px solid var(--ink); }
.contact-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.site-footer { display: flex; justify-content: space-between; padding: 22px 0 30px; border-top: 1px solid var(--line); color: var(--steel); }
@media (max-width: 820px) {
  .shell, .site-header { width: min(100% - 34px, 620px); }
  .site-header { height: 76px; }
  nav { gap: 14px; font-size: 11px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding: 76px 0 92px; gap: 54px; }
  .hero-mark { min-height: 340px; }
  h1 { font-size: clamp(4.2rem, 19vw, 7.5rem); }
  .statement-grid, .about-grid, .contact, .section-heading { display: block; }
  .statement-grid p, .about-grid > div { margin: 32px 0 0; }
  .statement, .about, .contact { padding-bottom: 90px; }
  .section-heading h2 { margin-top: 18px; }
  .project { grid-template-columns: 1fr; padding: 28px; gap: 36px; }
  .project-visual { min-height: 340px; }
  .tag-row { margin-top: 14px; }
  .contact-mark { min-height: 280px; margin-bottom: 38px; }
  .site-footer { flex-direction: column; gap: 8px; font-size: 10px; }
}
@media (max-width: 480px) {
  .hero-intro { font-size: 1.05rem; }
  .hero-meta { margin-top: 28px; }
  .project { margin-bottom: 16px; }
  .project h3 { font-size: 3.25rem; }
  .project-visual { min-height: 260px; }
  .visual-detail { right: 13px; bottom: 13px; border-width: 3px; }
  .visual-messi .visual-main, .visual-plus27 .visual-main { padding: 22px; }
  .visual-nike .visual-main { padding: 22px 24px; }
  .visual-jigso .visual-main { width: calc(100% + 24px); left: -12px; padding: 30px 0; }
  .about-facts { gap: 16px; flex-wrap: wrap; }
}
