:root {
  --ink: #0b090a;
  --soft-ink: #171315;
  --wine: #67151d;
  --wine-dark: #35090d;
  --copper: #c2724d;
  --beige: #d9b79d;
  --paper: #f1eee7;
  --paper-2: #e6e0d6;
  --line: rgba(19, 15, 16, .18);
  --white-line: rgba(255, 255, 255, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
::selection { background: var(--copper); color: #fff; }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; right: 0;
  height: 84px; padding: 0 3.4vw;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.13);
  transition: background .35s, height .35s, backdrop-filter .35s;
}
.site-header.is-scrolled { height: 70px; background: rgba(11,9,10,.88); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: baseline; gap: 9px; width: fit-content; letter-spacing: -.03em; }
.brand-mark { font-size: 22px; font-weight: 850; }
.brand-sub { font-size: 11px; letter-spacing: .13em; }
.nav { display: flex; align-items: center; gap: 38px; font-size: 12px; font-weight: 650; letter-spacing: .1em; }
.nav a { position: relative; padding: 10px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: #fff; transition: right .25s; }
.nav a:hover::after { right: 0; }
.header-cta { justify-self: end; display: flex; gap: 28px; align-items: center; padding: 13px 18px; border: 1px solid rgba(255,255,255,.46); font-size: 13px; }
.header-cta:hover { background: #fff; color: var(--ink); }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; color: #fff; overflow: hidden; background: #120608; isolation: isolate; }
.hero-media { position: absolute; z-index: -3; inset: -6%; overflow: hidden; animation: heroRise 16s ease-in-out infinite alternate; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.08); animation: heroBreath 10s ease-in-out infinite alternate; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 70%, rgba(192,69,39,.17), transparent 42%); mix-blend-mode: screen; animation: emberGlow 5.5s ease-in-out infinite; }
.ribbon { position: absolute; display: block; right: -8%; width: 74%; height: 18%; border-radius: 50%; opacity: .26; filter: blur(28px); transform-origin: right center; background: linear-gradient(90deg, transparent 0%, rgba(105,15,24,.2) 18%, rgba(200,79,47,.8) 57%, rgba(255,156,100,.22) 78%, transparent 100%); mix-blend-mode: screen; }
.ribbon-one { top: 28%; animation: ribbonWave 8s ease-in-out infinite; }
.ribbon-two { top: 52%; right: -18%; width: 88%; opacity: .2; animation: ribbonWave 10s ease-in-out -3s infinite reverse; }
.ribbon-three { top: 72%; right: -3%; width: 62%; opacity: .15; animation: ribbonWave 7s ease-in-out -1.5s infinite; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,4,5,.92) 0%, rgba(7,4,5,.6) 43%, rgba(7,4,5,.05) 76%), linear-gradient(0deg, rgba(7,4,5,.58), transparent 42%); }
.hero-content { position: relative; z-index: 1; min-height: 100svh; padding: 19vh 6vw 9vh; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { margin: 0; font-size: 11px; font-weight: 750; letter-spacing: .23em; }
.hero-eyebrow { color: rgba(255,255,255,.62); }
.hero h1 { margin: 4vh 0 6vh; display: flex; flex-direction: column; font-size: clamp(68px, 10vw, 168px); line-height: .78; letter-spacing: -.075em; font-weight: 760; }
.hero h1 > span { opacity: 0; filter: blur(14px); transform: translate3d(-45px,40px,0); animation: wordReveal 1.25s cubic-bezier(.16,1,.3,1) var(--delay) forwards; }
.hero h1 span:nth-child(2) { margin-left: 7vw; color: var(--beige); -webkit-text-stroke: 0; }
.hero h1 span:nth-child(3) { margin-left: 15vw; color: var(--copper); }
.hero-copy { display: grid; grid-template-columns: 1fr 1.2fr; width: min(780px, 70vw); gap: 7vw; align-items: end; }
.hero-copy h2 { margin: 0; font-size: clamp(24px, 2.2vw, 38px); line-height: 1.35; font-weight: 530; }
.hero-copy h2 span { display: inline-block; opacity: 0; transform: translateY(18px); animation: copyReveal .85s ease 1.7s forwards; }
.hero-copy h2 span:last-child { animation-delay: 1.95s; }
.hero-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.9; opacity: 0; animation: copyReveal .9s ease 2.2s forwards; }
.scroll-hint { position: absolute; z-index: 2; right: 3.4vw; bottom: 5vh; display: flex; align-items: center; gap: 14px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .25em; color: rgba(255,255,255,.6); }
.scroll-hint i { display: block; width: 1px; height: 52px; background: rgba(255,255,255,.55); animation: scrollPulse 1.7s infinite ease-in-out; transform-origin: top; }
@keyframes scrollPulse { 0%,100%{transform:scaleY(.25);opacity:.25} 50%{transform:scaleY(1);opacity:1} }
@keyframes wordReveal { to { opacity: 1; filter: blur(0); transform: translate3d(0,0,0); } }
@keyframes copyReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes heroRise { 0% { transform: translate3d(0,2.5%,0) scale(1); } 100% { transform: translate3d(0,-2.5%,0) scale(1.025); } }
@keyframes heroBreath { 0% { transform: scale(1.08) translate3d(-.5%,.5%,0); filter: saturate(.88) brightness(.86); } 100% { transform: scale(1.14) translate3d(.7%,-.8%,0); filter: saturate(1.06) brightness(.98); } }
@keyframes ribbonWave { 0%,100% { transform: translate3d(-2%,8%,0) rotate(-8deg) scaleX(.88) scaleY(.7); } 50% { transform: translate3d(5%,-16%,0) rotate(5deg) scaleX(1.08) scaleY(1.18); } }
@keyframes emberGlow { 0%,100% { opacity: .35; transform: translateY(2%); } 50% { opacity: .82; transform: translateY(-3%); } }

.light-section { background: var(--paper); }
.dark-section { background: var(--ink); color: #fff; }
.wine-section { background: var(--wine); color: #fff; }
.section-index { padding: 24px 4vw; border-bottom: 1px solid var(--line); color: rgba(20,15,17,.52); font-size: 10px; font-weight: 720; letter-spacing: .18em; }
.section-index.light { border-color: var(--white-line); color: rgba(255,255,255,.5); }
.wine { color: var(--wine); }
.copper { color: var(--copper); }
.display-title { margin: 0; font-size: clamp(42px, 5vw, 82px); line-height: 1.12; letter-spacing: -.055em; font-weight: 600; }
.lead { margin: 38px 0 0; max-width: 700px; color: #5c5557; font-size: 17px; line-height: 2; }

.intro { padding-bottom: 12vw; }
.intro-grid { padding: 11vw 8vw 9vw; display: grid; grid-template-columns: .7fr 2fr; gap: 4vw; }
.manifesto { margin: 0 8vw; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.manifesto div { min-height: 230px; padding: 38px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.manifesto div:first-child { border-left: 1px solid var(--line); }
.manifesto strong { font-size: clamp(36px,4vw,62px); letter-spacing: -.06em; }
.manifesto span { color: #6a6264; font-size: 14px; }

.business { padding-bottom: 11vw; }
.section-heading { padding: 10vw 8vw 7vw; display: grid; grid-template-columns: .7fr 2fr; gap: 4vw; }
.business-list { margin: 0 8vw; border-top: 1px solid var(--white-line); }
.business-list article { min-height: 255px; display: grid; grid-template-columns: 8% 25% 1fr auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--white-line); transition: background .3s, padding .3s; }
.business-list article:hover { background: rgba(255,255,255,.045); padding: 0 24px; }
.business-no { color: var(--copper); font-size: 11px; }
.business-title p { margin: 0 0 8px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .16em; }
.business-list h3 { margin: 0; font-size: 26px; font-weight: 520; }
.business-desc { margin: 0; max-width: 570px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.85; }
.business-detail ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 24px 0 0; }
.business-detail li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .02em; }
.business-list article > span:last-child { color: var(--copper); font-size: 22px; }

.feature { min-height: 800px; display: grid; grid-template-columns: 1.12fr .88fr; }
.feature-image { min-height: 760px; overflow: hidden; }
.feature-image img { height: 100%; object-fit: cover; }
.feature-copy { padding: 10vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.feature-copy .display-title { margin-top: 34px; font-size: clamp(38px,4vw,67px); }
.feature-copy > p:not(.eyebrow) { max-width: 560px; margin: 42px 0 0; color: #625a5c; font-size: 15px; line-height: 2; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.feature-tags span { padding: 9px 12px; border: 1px solid var(--line); color: var(--wine); font-size: 11px; }
.text-link { margin-top: 48px; width: fit-content; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: 13px; display: flex; gap: 40px; }

.process { padding-bottom: 10vw; }
.process-heading { padding: 9vw 8vw 7vw; display: grid; grid-template-columns: .7fr 2fr; gap: 4vw; }
.process-list { list-style: none; padding: 0; margin: 0 8vw; border-top: 1px solid var(--white-line); display: grid; grid-template-columns: repeat(4,1fr); }
.process-list li { min-height: 310px; padding: 28px; border-right: 1px solid var(--white-line); display: flex; flex-direction: column; }
.process-list li:first-child { border-left: 1px solid var(--white-line); }
.process-list span { color: rgba(255,255,255,.48); font-size: 11px; }
.process-list strong { margin-top: auto; color: var(--copper); font-size: 25px; letter-spacing: -.03em; }
.process-list p { min-height: 68px; margin: 20px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.8; }

.supply { min-height: 880px; display: grid; grid-template-columns: 1fr 1fr; background: var(--soft-ink); color: #fff; }
.supply-image { overflow: hidden; }
.supply-image img { height: 100%; object-fit: cover; }
.supply-copy { padding: 9vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.supply-copy h2 { margin: 34px 0 0; font-size: clamp(46px,5vw,78px); line-height: 1.12; letter-spacing: -.06em; font-weight: 600; }
.supply-copy > p:not(.eyebrow) { margin: 40px 0; max-width: 580px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 2; }
.supply-copy ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--white-line); }
.supply-copy li { padding: 20px 0; border-bottom: 1px solid var(--white-line); font-size: 14px; }
.supply-copy li span { display: inline-block; width: 55px; color: var(--copper); font-size: 10px; }

.why { padding-bottom: 10vw; }
.why-grid { padding: 9vw 8vw 7vw; display: grid; grid-template-columns: .55fr 1.4fr 1fr; gap: 5vw; }
.why-grid .lead { margin: 6px 0 0; font-size: 15px; }
.numbers { margin: 0 8vw; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.numbers div { min-height: 240px; padding: 34px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.numbers div:first-child { border-left: 1px solid var(--line); }
.numbers strong { color: var(--wine); font-size: clamp(48px,5vw,80px); letter-spacing: -.07em; }
.numbers span { color: #635b5d; font-size: 13px; line-height: 1.7; }

.risk-section { padding-bottom: 11vw; }
.risk-heading { padding: 9vw 8vw 6vw; display: grid; grid-template-columns: .55fr 1.35fr .85fr; gap: 5vw; align-items: start; }
.risk-heading > p:last-child { margin: 6px 0 0; color: #645c5e; font-size: 14px; line-height: 1.9; }
.risk-table { margin: 0 8vw; border-top: 1px solid var(--line); }
.risk-row { min-height: 120px; display: grid; grid-template-columns: 8% 30% 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.risk-row span { color: var(--wine); font-size: 11px; }
.risk-row strong { font-size: 20px; font-weight: 600; }
.risk-row p { margin: 0; color: #655d5f; font-size: 14px; line-height: 1.8; }

.projects { padding-bottom: 9vw; overflow: hidden; }
.projects-heading { padding: 9vw 8vw 7vw; display: flex; justify-content: space-between; align-items: end; }
.projects-heading .display-title { margin-top: 34px; }
.projects-heading > p { color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.8; }
.project-slider { margin: 0 0 0 8vw; }
.project-viewport { overflow: hidden; cursor: grab; touch-action: pan-y; }
.project-viewport.is-dragging { cursor: grabbing; }
.project-track { display: flex; gap: 3vw; transition: transform .7s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.project-track article { flex: 0 0 calc((100vw - 19vw) / 2); min-width: 0; }
.project-image { aspect-ratio: 3/2; overflow: hidden; background: #2a2426; }
.project-image img { height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.04); transition: transform .75s, filter .75s; }
.project-track article:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.project-track article > p { margin: 22px 0 10px; color: var(--copper); font-size: 9px; letter-spacing: .16em; }
.project-track h3 { margin: 0; font-size: 25px; font-weight: 510; }
.project-controls { margin: 55px 8vw 0 0; padding-top: 24px; border-top: 1px solid var(--white-line); display: flex; justify-content: space-between; align-items: center; }
.project-status { margin: 0; display: flex; align-items: baseline; gap: 8px; }
.project-status strong { color: #fff; font-size: 24px; font-weight: 520; }
.project-status span { color: rgba(255,255,255,.42); font-size: 11px; }
.project-buttons { display: flex; gap: 8px; }
.project-buttons button { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.38); background: transparent; color: #fff; font-size: 19px; cursor: pointer; transition: background .25s, color .25s, opacity .25s; }
.project-buttons button:hover { background: #fff; color: var(--ink); }
.project-buttons button:disabled { opacity: .25; cursor: default; }

.blog-section { padding-bottom: 10vw; }
.blog-heading { padding: 9vw 8vw 6vw; display: flex; justify-content: space-between; align-items: end; }
.blog-heading .display-title { margin-top: 34px; font-size: clamp(40px,4.5vw,72px); }
.blog-heading > p { margin: 0; color: #645c5e; font-size: 13px; line-height: 1.8; }
.blog-grid { margin: 0 8vw; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.blog-card button { width: 100%; padding: 0; border: 0; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.blog-thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--paper-2); }
.blog-thumb img { height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .65s, filter .65s; }
.blog-card button:hover .blog-thumb img { transform: scale(1.035); filter: saturate(1); }
.blog-card-copy { min-height: 200px; padding: 28px; display: flex; flex-direction: column; }
.blog-card-copy p { margin: 0 0 18px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.blog-card-copy h3 { margin: 0; font-size: 23px; line-height: 1.45; font-weight: 560; letter-spacing: -.03em; }
.blog-card-copy span { margin-top: auto; padding-top: 30px; color: #6d6466; font-size: 11px; }
.blog-more { margin: 40px 8vw 0; display: flex; justify-content: flex-end; }
.blog-more a { padding-bottom: 10px; border-bottom: 1px solid var(--ink); display: flex; gap: 46px; font-size: 13px; }
.blog-modal[hidden] { display: none; }
.blog-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 24px; }
.blog-modal-backdrop { position: absolute; inset: 0; background: rgba(6,4,5,.82); backdrop-filter: blur(9px); }
.blog-modal-panel { position: relative; width: min(760px,100%); max-height: min(82vh,850px); overflow-y: auto; padding: clamp(40px,6vw,78px); background: var(--paper); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.blog-modal-close { position: absolute; top: 22px; right: 24px; width: 42px; height: 42px; border: 0; background: transparent; color: var(--ink); font-size: 32px; font-weight: 250; cursor: pointer; }
.blog-modal-panel h2 { margin: 28px 0 36px; font-size: clamp(34px,5vw,58px); line-height: 1.16; letter-spacing: -.05em; font-weight: 590; }
.blog-modal-body { color: #584f52; font-size: 15px; line-height: 2; }
.blog-modal-body p { margin: 0 0 20px; }
.blog-original-link { width: fit-content; margin-top: 38px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); display: flex; gap: 40px; font-size: 13px; }
body.modal-open { overflow: hidden; }

.marketing { padding-bottom: 10vw; }
.marketing-grid { padding: 9vw 8vw 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.marketing-grid .display-title { margin-top: 34px; font-size: clamp(42px,4.5vw,72px); }
.marketing-lead { max-width: 620px; margin: 38px 0 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 2; }
.marketing-services { border-top: 1px solid var(--white-line); }
.marketing-services article { padding: 34px 0; border-bottom: 1px solid var(--white-line); display: grid; grid-template-columns: 110px 1fr; column-gap: 20px; }
.marketing-services article > span { grid-row: 1 / 3; color: var(--copper); font-size: 9px; letter-spacing: .16em; }
.marketing-services h3 { margin: 0 0 14px; font-size: 22px; font-weight: 550; }
.marketing-services p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.85; }

.contact { position: relative; min-height: 720px; color: #fff; background: #24070a; overflow: hidden; display: grid; place-items: center; text-align: center; }
.contact-bg { position: absolute; inset: -20%; background: radial-gradient(circle at 50% 50%, rgba(185,79,49,.42), transparent 33%), repeating-radial-gradient(ellipse at center, transparent 0 50px, rgba(255,255,255,.025) 52px 53px); animation: glow 6s ease-in-out infinite; }
@keyframes glow { 50% { transform: scale(1.08); opacity: .7; } }
.contact-inner { position: relative; z-index: 1; padding: 9vw 5vw; }
.contact h2 { margin: 36px 0; font-size: clamp(58px,8vw,124px); line-height: 1.02; letter-spacing: -.07em; font-weight: 620; }
.contact-inner > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.9; }
.contact-actions { margin-top: 48px; display: flex; justify-content: center; gap: 12px; }
.contact-actions a { min-width: 240px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.48); display: flex; justify-content: space-between; font-size: 13px; text-align: left; transition: background .25s, color .25s; }
.contact-actions a:first-child, .contact-actions a:hover { background: #fff; color: var(--ink); }

footer { padding: 60px 4vw 24px; background: #080607; color: rgba(255,255,255,.62); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr 1.2fr auto; gap: 5vw; padding-bottom: 60px; }
.footer-brand { display: flex; flex-direction: column; color: #fff; }
.footer-brand strong { font-size: 25px; letter-spacing: -.03em; }
.footer-brand span { font-size: 11px; letter-spacing: .16em; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; font-size: 12px; line-height: 1.7; }
.footer-top p { margin: 0 0 10px; color: #fff; font-size: 9px; letter-spacing: .18em; }
.top-link { align-self: start; color: #fff; font-size: 10px; letter-spacing: .12em; }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--white-line); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .08em; }

[data-reveal] { opacity: 0; transform: translateY(42px); transition: opacity .85s ease, transform .85s cubic-bezier(.22,.61,.36,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 68px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .header-cta, .nav { display: none; }
  .menu-button { display: grid; place-content: center; gap: 7px; width: 42px; height: 42px; border: 0; background: transparent; color: #fff; }
  .menu-button span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-button.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav.is-open { position: fixed; display: flex; inset: 68px 0 0; background: rgba(11,9,10,.98); flex-direction: column; align-items: flex-start; gap: 0; padding: 8vh 9vw; }
  .nav.is-open a { width: 100%; padding: 22px 0; border-bottom: 1px solid var(--white-line); font-size: 24px; }
  .hero-content { padding: 16vh 24px 9vh; }
  .hero h1 { font-size: clamp(57px, 18vw, 104px); line-height: .86; margin-top: 9vh; }
  .hero h1 span:nth-child(2) { margin-left: 0; }
  .hero h1 span:nth-child(3) { margin-left: 0; }
  .hero-copy { grid-template-columns: 1fr; width: 100%; gap: 20px; }
  .hero-copy p br { display: none; }
  .scroll-hint { display: none; }
  .section-index { padding: 20px 24px; }
  .intro-grid, .section-heading, .process-heading, .why-grid { padding: 85px 24px 60px; grid-template-columns: 1fr; gap: 28px; }
  .manifesto, .numbers { margin: 0 24px; grid-template-columns: 1fr; }
  .manifesto div, .numbers div { min-height: 160px; border-left: 1px solid var(--line); }
  .business-list { margin: 0 24px; }
  .business-list article { min-height: 190px; grid-template-columns: 40px 1fr auto; gap: 12px; padding: 28px 0; }
  .business-detail { grid-column: 2 / 4; }
  .feature, .supply { grid-template-columns: 1fr; }
  .feature-image, .supply-image { min-height: 62vw; }
  .feature-copy, .supply-copy { padding: 85px 24px; }
  .process-list { margin: 0 24px; grid-template-columns: 1fr 1fr; }
  .process-list li { min-height: 245px; border-bottom: 1px solid var(--white-line); }
  .process-list li:nth-child(odd) { border-left: 1px solid var(--white-line); }
  .projects-heading { padding: 85px 24px 55px; align-items: start; flex-direction: column; gap: 30px; }
  .project-slider { margin-left: 24px; }
  .project-track { gap: 18px; }
  .project-track article { flex-basis: min(76vw,520px); }
  .project-controls { margin-right: 24px; }
  .blog-heading { padding: 85px 24px 55px; align-items: start; flex-direction: column; gap: 30px; }
  .blog-grid { margin: 0 24px; grid-template-columns: 1fr; }
  .blog-more { margin-left: 24px; margin-right: 24px; }
  .risk-heading { padding: 85px 24px 55px; grid-template-columns: 1fr; gap: 28px; }
  .risk-table { margin: 0 24px; }
  .risk-row { padding: 24px 0; grid-template-columns: 40px 1fr; }
  .risk-row p { grid-column: 2 / 3; }
  .marketing-grid { padding: 85px 24px 0; grid-template-columns: 1fr; gap: 60px; }
  .contact { min-height: 650px; }
  .contact-actions { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand-mark { font-size: 19px; }
  .hero h1 {
    font-size: clamp(50px, 14.5vw, 64px);
    line-height: .91;
    letter-spacing: -.065em;
  }
  .display-title { font-size: 39px; }
  .lead { font-size: 15px; }
  .manifesto, .numbers, .business-list, .process-list, .risk-table, .blog-grid { margin-left: 18px; margin-right: 18px; }
  .intro-grid, .section-heading, .process-heading, .why-grid, .feature-copy, .supply-copy, .projects-heading, .risk-heading, .marketing-grid, .blog-heading { padding-left: 18px; padding-right: 18px; }
  .project-slider { margin-left: 18px; }
  .project-track article { flex-basis: 82vw; }
  .project-controls { margin-right: 18px; }
  .project-buttons button { width: 48px; height: 48px; }
  .blog-more { margin-left: 18px; margin-right: 18px; justify-content: flex-start; }
  .blog-card-copy { min-height: 180px; }
  .blog-modal { padding: 10px; }
  .blog-modal-panel { max-height: 90vh; padding: 60px 24px 38px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 220px; border-left: 1px solid var(--white-line); }
  .contact h2 { font-size: 17vw; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero h1 > span, .hero-copy h2 span, .hero-copy p { opacity: 1; filter: none; transform: none; }
}
