/*
Theme Name: GRUDAM
Theme URI: https://grudam.com
Author: GRUDAM
Description: GRUDAM Space-Tech corporate landing page.
Version: 1.0.6
Text Domain: grudam
*/

:root {
  --ink: #17201c;
  --forest: #183f32;
  --moss: #728675;
  --sage: #b8c5b6;
  --lime: #dce95b;
  --paper: #f4f2ea;
  --white: #fbfcf8;
  --line: rgba(23, 32, 28, .16);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.display { margin: 0; font-size: clamp(42px, 6.2vw, 94px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.section-title { margin: 0; max-width: 920px; font-size: clamp(34px, 4.3vw, 64px); font-weight: 500; letter-spacing: -.05em; line-height: 1.1; }
.section-copy { max-width: 670px; margin: 30px 0 0; font-size: clamp(17px, 1.7vw, 23px); line-height: 1.65; color: rgba(23,32,28,.73); }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; transition: .35s ease; }
.site-header.scrolled { background: rgba(244,242,234,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 21px; font-weight: 800; letter-spacing: .12em; }
.brand span { display: block; margin-top: -4px; font-size: 8px; font-weight: 600; letter-spacing: .16em; opacity: .62; }
.nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.nav a:hover::after { width: 100%; }
.menu-button { display: none; border: 0; padding: 8px 0; background: none; font-size: 11px; font-weight: 700; letter-spacing: .12em; }

.hero { min-height: 100svh; padding: 160px 0 48px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 40px; align-items: end; width: 100%; }
.hero-kicker { display: flex; gap: 18px; align-items: center; margin-bottom: 26px; font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.hero-kicker::before { content: ""; width: 42px; height: 1px; background: var(--ink); }
.hero h1 span { display: block; }
.hero h1 .accent { color: var(--forest); }
.hero-side { padding-bottom: 9px; }
.hero-side p { max-width: 400px; margin: 0 0 44px; font-size: 17px; color: rgba(23,32,28,.72); }
.hero-link { display: inline-flex; align-items: center; gap: 42px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.hero-link i { font-style: normal; font-size: 18px; transition: transform .2s; }
.hero-link:hover i { transform: translate(4px,-4px); }
.hero-canvas { grid-column: 1 / -1; position: relative; height: clamp(180px, 24vw, 340px); margin-top: 64px; overflow: hidden; background: var(--forest); border-radius: 2px; }
.hero-slider { grid-column: 1 / -1; position: relative; height: clamp(360px, 52vw, 700px); margin-top: 64px; overflow: hidden; background: var(--forest); border-radius: 2px; --pointer-x: 0px; --pointer-y: 0px; --scroll-y: 0px; }
.hero-slides, .hero-slide, .hero-slide > a { position: absolute; inset: 0; display: block; }
.hero-slide { z-index: 0; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.hero-slide-image { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045) translate3d(var(--pointer-x), calc(var(--pointer-y) + var(--scroll-y)), 0); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.hero-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,25,19,.72) 0%, rgba(8,25,19,.18) 58%, rgba(8,25,19,.08) 100%); }
.hero-slide-copy { position: absolute; z-index: 2; left: clamp(24px,5vw,70px); bottom: clamp(65px,9vw,120px); display: grid; max-width: min(650px,75%); color: var(--white); }
.hero-slide-copy small { margin-bottom: 18px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.hero-slide-copy strong { font-size: clamp(30px,4.8vw,68px); font-weight: 450; letter-spacing: -.055em; line-height: 1.02; }
.hero-slide-copy em { max-width: 560px; margin-top: 20px; color: rgba(255,255,255,.72); font-size: clamp(13px,1.25vw,17px); font-style: normal; }
.hero-slider-controls { position: absolute; z-index: 5; right: clamp(18px,3vw,38px); bottom: 24px; left: clamp(18px,3vw,38px); display: flex; align-items: center; justify-content: space-between; }
.hero-slider-dots { display: flex; gap: 8px; }
.hero-slider-dots button { width: 28px; height: 2px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.hero-slider-dots button::before { content: ""; display: block; width: 100%; height: 2px; background: rgba(255,255,255,.35); transition: background .25s; }
.hero-slider-dots button.is-active::before { background: var(--lime); }
.hero-slider-controls > div:last-child { display: flex; gap: 8px; }
.hero-slider-controls [data-slider-prev], .hero-slider-controls [data-slider-next] { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); color: var(--white); background: rgba(8,25,19,.2); cursor: pointer; transition: color .2s, background .2s; }
.hero-slider-controls [data-slider-prev]:hover, .hero-slider-controls [data-slider-next]:hover { color: var(--ink); background: var(--lime); }
.hero-slider-progress { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; height: 2px; background: rgba(255,255,255,.18); }
.hero-slider-progress span { display: block; width: 0; height: 100%; background: var(--lime); }
.hero-slider.is-playing .hero-slider-progress span { animation: grudam-progress 6s linear forwards; }
@keyframes grudam-progress { to { width: 100%; } }

.spatial-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 7.14% 25%; }
.space-orbit { position: absolute; top: 50%; left: 50%; width: clamp(150px, 22vw, 310px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transform: translate(-50%,-50%); }
.space-orbit::before { content: ""; position: absolute; inset: 20%; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.space-orbit::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); transform: translate(-50%,-50%); box-shadow: 0 0 40px rgba(220,233,91,.65); }
.canvas-label { position: absolute; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .14em; }
.canvas-label.one { top: 22px; left: 24px; }
.canvas-label.two { right: 24px; bottom: 22px; }
.canvas-index { position: absolute; right: 4%; top: 10%; color: rgba(255,255,255,.12); font-size: clamp(70px, 12vw, 170px); font-weight: 600; letter-spacing: -.08em; line-height: 1; }

section { scroll-margin-top: 86px; }
.about { padding: 150px 0; }
.about-layout { display: grid; grid-template-columns: .5fr 1.5fr; gap: 60px; }
.name-logic { margin-top: 90px; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.name-card { padding: 34px 34px 0 0; }
.name-card + .name-card { padding-left: 34px; border-left: 1px solid var(--line); }
.name-card strong { display: block; margin-bottom: 14px; font-size: 28px; font-weight: 600; letter-spacing: -.04em; }
.name-card p { margin: 0; max-width: 430px; color: rgba(23,32,28,.65); }

.business { padding: 140px 0; color: var(--white); background: var(--ink); }
.business-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 80px; }
.business-head p { max-width: 340px; margin: 0 0 8px; color: rgba(255,255,255,.58); }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 30px; align-items: center; min-height: 150px; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, padding .3s; }
.service:hover { padding-inline: 22px; background: rgba(255,255,255,.045); }
.service-num { color: var(--lime); font-size: 11px; letter-spacing: .14em; }
.service h3 { margin: 0; font-size: clamp(25px, 2.9vw, 42px); font-weight: 450; letter-spacing: -.04em; }
.service p { max-width: 470px; margin: 0; color: rgba(255,255,255,.58); }

.project { padding: 140px 0 70px; }
.project-frame { position: relative; height: min(68vw, 720px); min-height: 460px; margin-top: 70px; overflow: hidden; background: #d9ddd5; }
.project-frame::before { content: ""; position: absolute; left: 15%; top: 10%; width: 52%; height: 70%; border: 1px solid rgba(23,32,28,.34); box-shadow: 70px 55px 0 rgba(24,63,50,.12); transform: skewY(-5deg); }
.project-frame::after { content: ""; position: absolute; right: 9%; bottom: 12%; width: 25%; aspect-ratio: 1; border-radius: 50%; background: var(--forest); }
.project-note { position: absolute; z-index: 2; left: 38px; bottom: 34px; max-width: 320px; }
.project-note span { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.project-note h3 { margin: 8px 0 0; font-size: clamp(27px,3.4vw,46px); font-weight: 500; letter-spacing: -.05em; line-height: 1.07; }
.project-cross { position: absolute; z-index: 2; right: 18%; top: 28%; color: var(--lime); font-size: 76px; font-weight: 200; line-height: 1; }

.technology { padding: 140px 0; }
.tech-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.process { margin-top: 70px; border-top: 1px solid var(--line); }
.process-row { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; min-height: 75px; border-bottom: 1px solid var(--line); }
.process-row span { font-size: 10px; font-weight: 700; letter-spacing: .14em; color: var(--moss); }
.process-row strong { font-size: 18px; font-weight: 500; }
.process-row i { font-style: normal; opacity: .35; }
.tech-panel { position: relative; min-height: 620px; padding: 38px; color: var(--white); background: var(--forest); overflow: hidden; }
.tech-panel::before, .tech-panel::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.tech-panel::before { width: 470px; height: 470px; right: -160px; bottom: -100px; }
.tech-panel::after { width: 270px; height: 270px; right: -60px; bottom: 0; }
.tech-panel small { font-size: 10px; letter-spacing: .16em; }
.tech-panel h3 { position: relative; z-index: 1; margin: 70px 0 0; font-size: clamp(39px, 5vw, 68px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.tech-panel .node { position: absolute; z-index: 2; right: 103px; bottom: 132px; width: 14px; height: 14px; background: var(--lime); border-radius: 50%; }
.solutions { position: absolute; z-index: 2; left: 38px; bottom: 35px; display: flex; flex-wrap: wrap; gap: 8px; max-width: 280px; }
.solutions span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: 9px; letter-spacing: .1em; }

.philosophy { padding: 140px 0; background: #e6e5dc; }
.values { margin-top: 75px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.value { min-height: 280px; padding: 30px 24px 25px 0; border-right: 1px solid var(--line); }
.value + .value { padding-left: 24px; }
.value:last-child { border-right: 0; }
.value span { font-size: 10px; letter-spacing: .14em; color: var(--moss); }
.value h3 { margin: 70px 0 13px; font-size: 22px; font-weight: 600; letter-spacing: -.03em; }
.value p { margin: 0; font-size: 14px; color: rgba(23,32,28,.62); }

.contact { padding: 130px 0 50px; color: var(--white); background: var(--forest); }
.contact .section-title { max-width: 1050px; }
.contact-cta { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 90px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); font-size: clamp(20px, 3vw, 38px); letter-spacing: -.03em; }
.contact-cta span { display: grid; gap: 3px; }
.contact-cta small { font-size: 10px; font-weight: 700; letter-spacing: .16em; color: var(--lime); }
.contact-cta i { font-style: normal; color: var(--lime); transition: transform .2s; }
.contact-cta:hover i { transform: translate(4px,-4px); }
.contact-channels { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid rgba(255,255,255,.25); }
.contact-channels a { display: grid; gap: 10px; padding: 30px 0; }
.contact-channels a + a { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.25); }
.contact-channels small { color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.contact-channels strong { font-size: 18px; font-weight: 500; }
.contact-channels span { color: rgba(255,255,255,.62); font-size: 13px; transition: color .2s; }
.contact-channels a:hover span { color: var(--white); }
.contact-legal { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .04em; }
.contact-legal span { color: rgba(255,255,255,.3); }
.contact-legal a:hover { color: var(--white); }
.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; margin-top: 90px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .08em; }

.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 65px; }
.gallery-heading > div > p:last-child { max-width: 560px; margin: 24px 0 0; color: rgba(23,32,28,.65); font-size: 17px; }
.gallery-all { flex: 0 0 auto; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px 28px; }
.project-card-link { display: block; }
.project-image { position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: #d9ddd5; color: rgba(23,32,28,.45); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card-link:hover .project-image img { transform: scale(1.035); }
.project-card-copy { position: relative; display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.project-card-copy > span { padding-top: 6px; color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.project-card-copy h2, .project-card-copy h3 { margin: 0; font-size: clamp(22px,2.2vw,32px); font-weight: 500; letter-spacing: -.04em; line-height: 1.2; }
.project-card-copy p { grid-column: 2; margin: -6px 0 0; color: rgba(23,32,28,.62); font-size: 14px; }
.project-card-copy i { grid-row: 1 / 3; grid-column: 3; font-style: normal; font-size: 20px; transition: transform .2s; }
.project-card-link:hover .project-card-copy i { transform: translate(4px,-4px); }
.project-empty { grid-column: 1 / -1; min-height: 320px; display: grid; place-items: center; align-content: center; gap: 10px; border: 1px solid var(--line); background: #e8e8e0; text-align: center; }
.project-empty span { font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.project-empty p { margin: 0; color: rgba(23,32,28,.58); }
.gallery-main { min-height: 100vh; padding: 170px 0 120px; }
.gallery-heading-archive h1 { margin: 0; font-size: clamp(44px,6vw,82px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.gallery-count { color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.project-grid-archive { grid-template-columns: repeat(3,minmax(0,1fr)); }
.project-grid-archive .project-card:nth-child(5n+1) { grid-column: span 2; }
.gallery-pagination { margin-top: 80px; }
.gallery-pagination .nav-links { display: flex; justify-content: center; gap: 12px; }
.gallery-pagination a, .gallery-pagination .current { min-width: 40px; padding: 8px 12px; border: 1px solid var(--line); text-align: center; font-size: 12px; }
.gallery-pagination .current { color: var(--white); background: var(--forest); }
.project-single-main { padding: 170px 0 120px; }
.project-detail-head { max-width: 1050px; }
.project-detail-head h1 { max-width: 950px; margin: 0; font-size: clamp(44px,6vw,86px); font-weight: 500; letter-spacing: -.06em; line-height: 1.02; }
.project-detail-head > p:last-child { max-width: 650px; margin: 28px 0 0; color: rgba(23,32,28,.68); font-size: 18px; }
.project-detail-hero { margin-top: 70px; }
.project-detail-hero img { display: block; width: 100%; height: auto; max-height: 82vh; object-fit: cover; }
.project-detail-content { max-width: 920px; padding-top: 80px; font-size: 17px; }
.project-detail-content p { margin: 0 0 28px; }
.project-detail-content img { width: 100%; height: auto; }
.project-summary-list { max-width: 760px; margin: 45px auto 70px; padding: 25px 30px 25px 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.25); }
.project-summary-list li { padding: 7px 0; }
.project-summary { display: grid; grid-template-columns: 110px 1fr; gap: 0; margin: 55px 0 75px; border-top: 1px solid var(--line); }
.project-summary span, .project-summary strong { padding: 15px 0; border-bottom: 1px solid var(--line); }
.project-summary span { color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.project-summary strong { font-weight: 500; }
.project-detail-content figure { margin: 55px 0 24px; }
.project-detail-content figure img { display: block; width: 100%; height: auto; }
.project-detail-content figcaption { margin-top: 11px; color: var(--moss); font-size: 12px; text-align: center; }
.project-detail-content > p { max-width: 760px; margin-left: auto; margin-right: auto; }
.project-detail-content > h2 { max-width: 760px; margin-left: auto; margin-right: auto; }
.project-detail-content > .project-summary { max-width: 760px; margin-left: auto; margin-right: auto; }
.project-detail-content h2 { margin: 70px 0 20px; font-size: clamp(28px,3.5vw,46px); font-weight: 500; letter-spacing: -.04em; }
.project-detail-nav { margin-top: 100px; padding-top: 28px; border-top: 1px solid var(--line); }
.project-detail-nav > a { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.project-detail-nav .post-navigation { margin-top: 45px; }
.project-detail-nav .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.project-detail-nav .nav-next { text-align: right; }
.project-detail-nav .nav-links span { display: block; color: var(--moss); font-size: 9px; letter-spacing: .14em; }

.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.footer-legal a:hover { color: var(--white); }
.legal-main { min-height: 100vh; padding: 170px 0 100px; }
.legal-document { max-width: 920px; }
.legal-document h1 { margin: 0; font-size: clamp(38px, 5vw, 68px); font-weight: 500; letter-spacing: -.05em; line-height: 1.1; }
.legal-meta { margin-top: 24px; padding-bottom: 28px; border-bottom: 1px solid var(--line); color: var(--moss); font-size: 12px; }
.legal-content { padding: 34px 0 60px; color: rgba(23,32,28,.78); }
.legal-content h2 { margin: 46px 0 14px; color: var(--ink); font-size: 23px; font-weight: 600; letter-spacing: -.025em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 28px 0 10px; color: var(--ink); font-size: 17px; }
.legal-content p, .legal-content li { line-height: 1.85; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content a { border-bottom: 1px solid currentColor; }
.legal-back { display: inline-block; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { height: 70px; }
  .menu-button { display: block; }
  .nav { position: fixed; inset: 70px 0 auto; display: none; padding: 30px 16px 40px; flex-direction: column; align-items: flex-start; gap: 24px; background: var(--paper); border-bottom: 1px solid var(--line); font-size: 14px; }
  .menu-open .nav { display: flex; }
  .hero { padding-top: 125px; }
  .hero-grid, .about-layout, .tech-layout { grid-template-columns: 1fr; }
  .hero-side { margin-top: 20px; }
  .hero-canvas, .hero-slider { margin-top: 35px; }
  .hero-slider { height: min(72vh, 560px); }
  .about, .business, .technology, .philosophy { padding: 95px 0; }
  .about-layout { gap: 20px; }
  .name-logic { margin-top: 60px; }
  .business-head { display: block; margin-bottom: 50px; }
  .business-head p { margin-top: 25px; }
  .service { grid-template-columns: 45px 1fr; padding: 25px 0; }
  .service p { grid-column: 2; }
  .project { padding-top: 95px; }
  .project-frame { margin-top: 45px; min-height: 430px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .project-grid, .project-grid-archive { grid-template-columns: 1fr; gap: 50px; }
  .project-grid-archive .project-card:nth-child(5n+1) { grid-column: auto; }
  .gallery-main, .project-single-main { padding: 125px 0 80px; }
  .tech-layout { gap: 60px; }
  .tech-panel { min-height: 500px; }
  .values { grid-template-columns: repeat(2,1fr); }
  .value { min-height: 230px; border-bottom: 1px solid var(--line); }
  .value:nth-child(2) { border-right: 0; }
  .value h3 { margin-top: 45px; }
}

@media (max-width: 520px) {
  .display { font-size: 41px; }
  .hero-kicker { font-size: 10px; }
  .hero-canvas { height: 230px; }
  .hero-slider { height: 480px; }
  .hero-slide-copy { max-width: calc(100% - 48px); }
  .hero-slide-copy em { display: none; }
  .name-logic { grid-template-columns: 1fr; }
  .name-card + .name-card { margin-top: 30px; padding: 30px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .service { grid-template-columns: 32px 1fr; gap: 15px; }
  .service h3 { font-size: 26px; }
  .project-frame { min-height: 380px; }
  .project-card-copy { grid-template-columns: 48px 1fr auto; gap: 12px; }
  .project-summary { grid-template-columns: 82px 1fr; }
  .project-detail-nav .nav-links { grid-template-columns: 1fr; }
  .project-detail-nav .nav-next { text-align: left; }
  .tech-panel { padding: 26px; min-height: 470px; }
  .solutions { left: 26px; }
  .values { grid-template-columns: 1fr; }
  .value, .value:nth-child(2) { padding: 28px 0; min-height: auto; border-right: 0; }
  .value + .value { padding-left: 0; }
  .value h3 { margin-top: 28px; }
  .contact { padding-top: 90px; }
  .contact-cta { margin-top: 60px; }
  .contact-channels { grid-template-columns: 1fr; }
  .contact-channels a + a { padding-left: 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .footer { grid-template-columns: 1fr; }
  .footer-legal { order: 3; }
  .legal-main { padding: 125px 0 75px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
