@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Sora:wght@300;400;600;700;800&display=swap');

:root {
  --white: #ffffff;
  --paper: #f5f5f2;
  --mist: #ececea;
  --line: #d7d7d2;
  --ink: #121212;
  --muted: #666662;
  --soft-ink: #2e2e2b;
  --accent: #b58950;
  --accent-ink: #805b31;
  --accent-soft: #eadcc9;
  --accent-wash: #f8f3ec;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Be Vietnam Pro", "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4 {
  font-family: "Sora", "Be Vietnam Pro", system-ui, sans-serif;
}

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .74rem;
  font-weight: 700;
  color: var(--muted);
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.section { padding: 104px 0; }
.section-sm { padding: 70px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-head h2 { margin: 8px 0 0; font-size: clamp(2rem, 4.3vw, 4.6rem); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); }
.muted { color: var(--muted); }

.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; background: #000; color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(0,0,0,.035); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; width: 112px; }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .92rem; color: var(--soft-ink); position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #000; transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 16px; font-weight: 600; }
.nav-cta:hover { background: var(--ink); color: #fff; }
.menu-button { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 1px; background: #000; margin: 6px 0; }

.hero { min-height: calc(100svh - 78px); display: grid; align-items: center; padding: 78px 0 54px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 28px; align-items: center; }
.hero h1 { font-size: clamp(3.5rem, 8vw, 8.5rem); line-height: .84; margin: 14px 0 34px; letter-spacing: -.075em; font-weight: 600; }
.hero h1 span { display: block; color: #a5a5a0; }
.hero-copy { max-width: 650px; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--muted); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; min-height: 50px; padding: 0 22px; border: 1px solid var(--ink); font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-light { background: #fff; }
.btn-ghost { border-color: var(--line); }
.arrow { font-size: 1.15em; }

.hero-art { position: relative; aspect-ratio: .84; border-radius: 42% 42% 22px 22px; background: var(--paper); overflow: hidden; box-shadow: var(--shadow); }
.hero-art::before { content: ""; position: absolute; width: 56%; aspect-ratio: 1; border-radius: 50%; background: #d9d9d5; left: -8%; top: 12%; }
.hero-art::after { content: ""; position: absolute; width: 64%; height: 38%; border-radius: 999px; background: #191919; right: -16%; bottom: 10%; transform: rotate(-22deg); }
.hero-frame { position: absolute; inset: 15% 15% 24%; z-index: 2; background: #fff; border: 12px solid #151515; box-shadow: 0 30px 60px rgba(0,0,0,.17); transform: rotate(5deg); display: grid; place-items: center; }
.hero-frame img { width: 72%; }
.hero-note { position: absolute; z-index: 3; left: 7%; bottom: 6%; background: #fff; border: 1px solid var(--line); padding: 12px 16px; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-art.hero-image { width: 100%; aspect-ratio: 5 / 4; border-radius: 24px; background: var(--paper); justify-self: end; }
.hero-art.hero-image::before, .hero-art.hero-image::after { display: none; }
.hero-art.hero-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: #fafafa; }
.marquee-track { display: flex; width: max-content; animation: marquee 25s linear infinite; }
.marquee span { padding: 17px 34px; text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; color: var(--muted); }
.marquee span::after { content: "●"; margin-left: 68px; color: #bbb; }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: start; }
.intro-grid h2 { margin: 0; font-size: clamp(2.1rem, 3.5vw, 3.7rem); line-height: 1; letter-spacing: -.055em; font-weight: 550; }
.intro-copy { max-width: 780px; }
.intro-copy p { margin-top: 0; color: var(--muted); }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 55px; }
.stat { background: #fff; padding: 30px; }
.stat strong { display: block; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; }
.stat span { color: var(--muted); font-size: .88rem; }

.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .card-media img { transform: scale(1.035); }
.card-body { padding: 24px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.card h3 { margin: 14px 0 8px; font-size: 1.4rem; line-height: 1.18; letter-spacing: -.025em; }
.card p { color: var(--muted); margin: 0; }
.card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 22px; font-weight: 650; font-size: .9rem; }
.badge { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; background: rgba(255,255,255,.9); }
.badge-overlay { position: absolute; top: 14px; left: 14px; z-index: 2; }

.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability { min-height: 240px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.capability .number { color: #aaa; font-size: .8rem; }
.capability > div { min-height: 126px; display: flex; flex-direction: column; }
.capability h3 { margin: 0; font-size: 1.3rem; letter-spacing: -.025em; }
.capability p { min-height: 4.5em; color: var(--muted); font-size: .9rem; margin: 10px 0 0; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; }
.split-feature .visual { min-height: 480px; background: #ddd; }
.split-feature .visual img { display: block; width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center 38%; }
.split-feature .content { padding: clamp(34px, 7vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.split-feature h2 { font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .95; letter-spacing: -.06em; font-weight: 550; margin: 15px 0 25px; }

.story-card { display: grid; grid-template-columns: 170px 1fr auto; gap: 28px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); }
.story-card:last-child { border-bottom: 1px solid var(--line); }
.story-thumb { aspect-ratio: 1.25; border-radius: 14px; overflow: hidden; background: var(--paper); }
.story-thumb img { width: 100%; height: 100%; object-fit: cover; }
.story-card h3 { margin: 4px 0; font-size: clamp(1.15rem, 2vw, 1.7rem); letter-spacing: -.025em; }
.story-card p { margin: 0; color: var(--muted); }
.story-arrow { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }

.cta { background: var(--ink); color: #fff; border-radius: 30px; padding: clamp(45px, 9vw, 110px); position: relative; overflow: hidden; }
.cta::after { content: ""; position: absolute; width: 440px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -130px; top: -150px; box-shadow: 0 0 0 60px rgba(255,255,255,.03), 0 0 0 120px rgba(255,255,255,.02); }
.cta h2 { max-width: 850px; font-size: clamp(2.7rem, 6vw, 6rem); line-height: .94; letter-spacing: -.06em; font-weight: 550; margin: 0 0 32px; position: relative; z-index: 2; }
.cta .btn { border-color: #fff; position: relative; z-index: 2; }

.page-hero { padding: 78px 0 54px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.9rem, 5vw, 5.2rem); line-height: .92; letter-spacing: -.07em; font-weight: 580; margin: 18px 0 24px; }
.page-hero p { max-width: 700px; font-size: 1.22rem; color: var(--muted); }

.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-btn { border: 1px solid var(--line); background: #fff; padding: 9px 15px; border-radius: 999px; cursor: pointer; }
.filter-btn.active, .filter-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.timeline { border-left: 1px solid var(--line); margin-left: 8px; }
.timeline-item { position: relative; padding: 0 0 50px 45px; }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: 7px; width: 13px; height: 13px; border-radius: 50%; background: #fff; border: 2px solid #000; }
.timeline-item strong { font-size: 1.2rem; }
.timeline-item p { max-width: 700px; color: var(--muted); }

.process { counter-reset: step; border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-item::before { counter-increment: step; content: "0" counter(step); color: #aaa; }
.process-item h3 { margin: 0; font-size: 1.3rem; }
.process-item p { margin: 0; color: var(--muted); }

.detail-hero { padding: 90px 0 45px; }
.detail-hero h1 { max-width: 1000px; font-size: clamp(3rem, 7vw, 7rem); line-height: .92; letter-spacing: -.065em; margin: 18px 0 30px; font-weight: 570; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; color: var(--muted); }
.detail-cover { width: min(calc(100% - 40px), 1440px); margin: 25px auto 0; aspect-ratio: 16/8.5; border-radius: 26px; overflow: hidden; background: var(--paper); }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 80px; justify-content: center; padding: 75px 0 110px; }
.article-aside { font-size: .84rem; color: var(--muted); }
.article-aside strong { display: block; color: var(--ink); margin-bottom: 8px; }
.article { font-size: 1.08rem; }
.article h2 { font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; margin: 50px 0 18px; }
.article p { margin: 0 0 22px; }
.article ul { padding-left: 20px; }
.article blockquote { margin: 40px 0; padding: 24px 0 24px 28px; border-left: 3px solid #111; font-size: 1.35rem; line-height: 1.4; }
.source-box { margin-top: 50px; padding: 25px; border: 1px solid var(--line); background: var(--paper); border-radius: 16px; }
.project-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; max-width: 760px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.project-facts > div { padding: 22px 24px; background: #fff; }
.project-facts strong { display: block; color: var(--accent-ink); font-size: clamp(1.4rem, 3vw, 2.25rem); line-height: 1; }
.project-facts span { display: block; margin-top: 8px; color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.project-sources { display: grid; gap: 8px; margin: 18px 0 22px; }
.project-sources a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 4px; }
.project-gallery-section { padding: 20px 0 110px; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.project-gallery-item { grid-column: span 7; margin: 0; }
.project-gallery-item.portrait { grid-column: span 5; }
.project-gallery-item.wide { grid-column: 1 / -1; }
.project-gallery-item img { width: 100%; height: 100%; min-height: 360px; max-height: 720px; object-fit: cover; border-radius: 20px; background: var(--paper); }
.project-gallery-item.wide img { aspect-ratio: 16 / 9; }
.project-gallery-item.landscape img { aspect-ratio: 4 / 3; }
.project-gallery-item.portrait img { aspect-ratio: 4 / 5; }
.project-gallery-item figcaption { padding: 12px 4px 3px; color: var(--muted); font-size: .82rem; }

.notice { padding: 16px 18px; border: 1px solid var(--line); background: #fafafa; border-radius: 12px; color: var(--muted); font-size: .9rem; }
.empty-state { padding: 60px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; }
.footer-brand img { width: 130px; margin-bottom: 25px; }
.footer-brand p { max-width: 430px; color: var(--muted); }
.footer-brand .footer-contact { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; max-width: 520px; }
.footer-brand .footer-contact > a { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; width: 100%; color: var(--ink); }
.footer-brand .footer-contact > a + a { padding-top: 12px; border-top: 1px solid var(--line); }
.footer-brand .footer-contact span { display: block; color: var(--muted); font-size: .75rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.footer-brand .footer-contact strong { display: block; font-size: .92rem; line-height: 1.45; }
.footer-brand .footer-contact a:hover strong { color: var(--accent-ink); }
.footer-col strong { display: block; margin-bottom: 14px; }
.footer-col a { display: block; margin: 7px 0; color: var(--muted); }
.footer-col a:hover { color: #000; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }

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

/* Locally generated monochrome project art */
.art { width: 100%; height: 100%; position: relative; overflow: hidden; background: #e5e5e2; }
.art::before, .art::after { content: ""; position: absolute; }
.art-1 { background: linear-gradient(135deg,#efefec 0 54%,#c8c8c4 54%); }
.art-1::before { width: 46%; height: 56%; background: #fff; border: 12px solid #151515; left: 27%; top: 18%; transform: rotate(-4deg); }
.art-1::after { width: 28%; aspect-ratio: 1; border-radius: 50%; background: #8f8f8b; right: 4%; bottom: -6%; }
.art-2 { background: #d5d5d1; }
.art-2::before { width: 68%; height: 26%; background:#191919; border-radius: 999px; left:-10%; top:28%; transform:rotate(-20deg); }
.art-2::after { width: 42%; aspect-ratio:1; border-radius:50%; background:#fafafa; right:12%; bottom:9%; }
.art-3 { background: repeating-linear-gradient(90deg,#f4f4f1 0 44px,#d9d9d5 44px 45px); }
.art-3::before { width: 45%; height: 70%; background:#fff; border: 10px solid #222; left:12%; top:14%; }
.art-3::after { width: 38%; height: 45%; background:#999995; right:9%; bottom:10%; transform: rotate(8deg); }
.art-4 { background: #ededeb; }
.art-4::before { width:52%; aspect-ratio:1; border-radius:50%; background:#111; left:24%; top:12%; }
.art-4::after { width: 75%; height: 29%; background:#bcbcb8; left:12%; bottom:8%; }
.art-5 { background: linear-gradient(145deg,#1e1e1e 0 45%,#ddddda 45%); }
.art-5::before { width:38%; height:60%; background:#fff; right:15%; top:17%; box-shadow: -22px 22px 0 rgba(255,255,255,.25); }
.art-5::after { width:18%; aspect-ratio:1; border-radius:50%; background:#8d8d89; left:15%; bottom:13%; }
.art-6 { background: #f2f2ef; }
.art-6::before { width:70%; height:55%; border:12px solid #111; left:15%; top:20%; transform: rotate(3deg); }
.art-6::after { width:34%; height:18%; background:#ababaa; left:33%; top:39%; }


/* Soyn warm accent palette · #b58950 */
:focus-visible {
  outline: 3px solid rgba(181, 137, 80, .45);
  outline-offset: 4px;
}
::selection { background: var(--accent-soft); color: var(--ink); }
.eyebrow { color: var(--accent-ink); }
.nav-links a::after { background: var(--accent); }
.nav-cta { border-color: var(--accent); background: var(--accent-wash); }
.nav-cta:hover { background: var(--accent-ink); border-color: var(--accent-ink); color: #fff; }
.hero h1 span { color: var(--accent); }
.btn-dark { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.btn-dark:hover { background: var(--accent-ink); border-color: var(--accent-ink); color: #fff; }
.btn-light:hover, .btn-ghost:hover { border-color: var(--accent); background: var(--accent-wash); }
.hero-art { background: linear-gradient(145deg, var(--accent-wash), var(--paper)); }
.hero-art::before { background: var(--accent-soft); }
.hero-art::after { background: var(--accent); }
.hero-note { border-color: var(--accent); color: var(--accent-ink); box-shadow: 0 10px 30px rgba(128, 91, 49, .08); }
.marquee { background: var(--accent-wash); }
.marquee span::after { color: var(--accent); }
.stat strong { color: var(--accent-ink); }
.card:hover { border-color: rgba(181, 137, 80, .7); box-shadow: 0 20px 48px rgba(128, 91, 49, .13); }
.card-link { color: var(--accent-ink); }
.badge { border-color: rgba(181, 137, 80, .62); color: var(--accent-ink); background: rgba(248, 243, 236, .94); }
.capability { transition: background .22s ease, transform .22s ease; }
.capability:hover { background: var(--accent-wash); }
.capability .number { color: var(--accent-ink); }
.split-feature { border-color: rgba(181, 137, 80, .42); }
.story-card:hover .story-arrow { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.story-arrow { transition: background .2s ease, border-color .2s ease, color .2s ease; }
.cta { background: linear-gradient(130deg, var(--ink) 0 68%, #241d15 100%); }
.cta::after { border-color: rgba(181, 137, 80, .55); box-shadow: 0 0 0 60px rgba(181, 137, 80, .08), 0 0 0 120px rgba(181, 137, 80, .045); }
.cta .btn:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.page-hero { background: linear-gradient(180deg, var(--accent-wash), #fff 72%); }
.filter-btn.active, .filter-btn:hover { background: var(--accent-ink); border-color: var(--accent-ink); }
.process-item::before { color: var(--accent-ink); }
.article blockquote { border-left-color: var(--accent); background: var(--accent-wash); padding-right: 24px; }
.footer-col a:hover { color: var(--accent-ink); }
.footer-bottom { border-top-color: rgba(181, 137, 80, .35); }

/* Abstract project artwork with restrained warm-gold details */
.art-1 { background: linear-gradient(135deg, #efefec 0 54%, var(--accent-soft) 54%); }
.art-1::after { background: var(--accent); }
.art-2 { background: var(--accent-soft); }
.art-2::before { background: var(--accent-ink); }
.art-3 { background: repeating-linear-gradient(90deg, var(--accent-wash) 0 44px, var(--accent-soft) 44px 45px); }
.art-3::after { background: var(--accent); }
.art-4::after { background: var(--accent); }
.art-5 { background: linear-gradient(145deg, #1e1e1e 0 45%, var(--accent-soft) 45%); }
.art-5::after { background: var(--accent); }
.art-6::after { background: var(--accent); }

@media (max-width: 980px) {
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
  .hero-grid, .intro-grid, .split-feature, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art { max-width: 620px; width: 100%; justify-self: center; }
  .intro-copy { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 760px); gap: 28px; }
  .article-aside { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .section { padding: 76px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 18px; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: clamp(3.4rem, 20vw, 5.2rem); }
  .hero-grid { gap: 50px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .split-feature { min-height: 0; }
  .split-feature .visual img { min-height: 560px; max-height: 760px; }
  .story-card { grid-template-columns: 95px 1fr; gap: 16px; }
  .story-card p, .story-arrow { display: none; }
  .process-item { grid-template-columns: 45px 1fr; }
  .process-item p { grid-column: 2; }
  .page-hero { padding: 54px 0 42px; }
  .page-hero h1 { font-size: clamp(2.45rem, 10vw, 3.4rem); line-height: .96; }
  .detail-cover { aspect-ratio: 4/3; width: calc(100% - 20px); }
  .article-layout { padding-top: 45px; }
  .footer-bottom { flex-direction: column; }
  .footer-brand .footer-contact strong { font-size: .88rem; }
  .project-facts { grid-template-columns: 1fr; }
  .project-gallery-grid { grid-template-columns: 1fr; gap: 26px; }
  .project-gallery-item, .project-gallery-item.portrait, .project-gallery-item.wide { grid-column: 1; }
  .project-gallery-item img { min-height: 0; max-height: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Facebook timeline on the News page */
.facebook-section { background: var(--accent-wash); }
.facebook-feed { display: grid; grid-template-columns: minmax(0, .8fr) minmax(340px, 500px); gap: clamp(32px, 7vw, 90px); align-items: center; }
.facebook-feed-copy { max-width: 520px; }
.facebook-feed-copy h3 { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.facebook-feed-copy p { margin: 0; color: var(--muted); }
.facebook-embed { width: 100%; max-width: 500px; min-height: 700px; overflow: hidden; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.facebook-embed iframe { display: block; width: 100%; max-width: 500px; }
@media (max-width: 820px) {
  .facebook-feed { grid-template-columns: 1fr; }
  .facebook-embed { justify-self: center; }
}
@media (max-width: 520px) {
  .facebook-embed { min-height: 620px; border-radius: 14px; }
  .facebook-embed iframe { height: 620px; }
}


/* Compact News header so stories appear sooner */
.news-hero { padding: 60px 0 44px; }
.news-hero h1 { max-width: 960px; font-size: clamp(2.8rem, 4.6vw, 4.8rem); line-height: .94; }
.news-hero p { margin-bottom: 0; }
@media (max-width: 680px) {
  .news-hero { padding: 48px 0 36px; }
  .news-hero h1 { font-size: clamp(2.45rem, 9.5vw, 3.25rem); }
}

/* Company profile */
.profile-hero h1 { max-width: 960px; font-size: clamp(2.8rem, 4.8vw, 5rem); }
.profile-lead { max-width: 760px; font-size: 1.08rem; color: var(--muted); }
.profile-lead p:first-child { margin-top: 0; font-size: 1.28rem; color: var(--soft-ink); }
.profile-vision, .profile-offer, .profile-services { background: var(--paper); }
.profile-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.profile-duo article { padding: clamp(38px, 6vw, 76px); background: #fff; }
.profile-duo h2 { margin: 18px 0 24px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.profile-duo p { margin: 0; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; }
.value-card > span, .product-index { color: var(--accent-ink); font-size: .8rem; letter-spacing: .1em; }
.value-card-content { min-height: 154px; margin-top: auto; }
.value-card h3 { margin: 0 0 10px; font-size: 1.5rem; }
.value-card p { margin: 0; color: var(--muted); }
.product-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-feature-grid article { min-height: 390px; padding: clamp(32px, 5vw, 64px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, #fff, var(--accent-wash)); display: flex; flex-direction: column; }
.product-feature-grid h3 { margin: auto 0 20px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.product-feature-grid p { margin: 0; color: var(--muted); }
.profile-difference { background: var(--ink); color: #fff; }
.profile-difference-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 9vw, 120px); align-items: start; }
.profile-difference h2 { margin: 18px 0 25px; font-size: clamp(2.5rem, 5vw, 5.4rem); line-height: .95; letter-spacing: -.06em; }
.profile-difference p { color: #bbb; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #444; }
.feature-list li { padding: 23px 0 23px 38px; border-bottom: 1px solid #444; position: relative; }
.feature-list li::before { content: "↗"; position: absolute; left: 0; color: var(--accent); }
.audience-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.audience-cloud span { padding: 13px 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--soft-ink); background: #fff; }
.audience-cloud span:nth-child(3n+1) { background: var(--accent-wash); border-color: var(--accent-soft); }
.featured-clients { margin-top: clamp(48px, 7vw, 86px); padding-top: clamp(38px, 5vw, 62px); border-top: 1px solid var(--line); }
.featured-clients h3 { margin: 16px 0 30px; font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.client-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-grid div { min-height: 112px; padding: 22px; display: flex; align-items: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: "Sora", sans-serif; font-weight: 600; line-height: 1.35; }
.client-grid div:nth-child(4n+1) { background: var(--accent-wash); }
.brand-direction { max-width: 1000px; }
.brand-direction h2 { margin: 18px 0 28px; font-size: clamp(2.6rem, 6vw, 6.2rem); line-height: .94; letter-spacing: -.06em; }
.brand-direction > p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }

/* Contact */
.contact-hero h1 { max-width: 980px; font-size: clamp(2.8rem, 4.5vw, 4.7rem); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 8vw, 110px); align-items: start; }
.contact-intro { position: sticky; top: 125px; }
.contact-intro h2 { margin: 18px 0 24px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.contact-intro p { max-width: 500px; color: var(--muted); margin-bottom: 30px; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { padding: 28px 30px; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.contact-card:hover { transform: translateX(7px); border-color: var(--accent); background: var(--accent-wash); }
.contact-card span, .contact-card small { display: block; color: var(--muted); }
.contact-card span { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-card strong { display: block; margin: 6px 0; font-family: "Sora", sans-serif; font-size: clamp(1.4rem, 3vw, 2.5rem); letter-spacing: -.04em; }
.contact-location { background: var(--paper); }
.location-card { min-height: 620px; padding: clamp(28px, 3.5vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: #fff; display: grid; grid-template-columns: minmax(300px, .58fr) minmax(0, 1.42fr); gap: clamp(30px, 4vw, 58px); align-items: center; overflow: hidden; }
.location-card h2 { margin: 18px 0 24px; font-size: clamp(1.9rem, 2.55vw, 2.9rem); line-height: 1.08; letter-spacing: -.05em; }
.location-card p { color: var(--muted); margin-bottom: 28px; }
.location-map { width: 100%; min-width: 0; height: clamp(500px, 34vw, 590px); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--accent-wash); box-shadow: var(--shadow); }
.location-map iframe { display: block; width: 100%; height: 100%; border: 0; }

@media (max-width: 980px) {
  .profile-duo, .product-feature-grid, .profile-difference-grid, .contact-layout, .location-card { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-intro { position: static; }
}

@media (max-width: 680px) {
  .value-grid { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: 1fr; }
  .client-grid div { min-height: 86px; }
  .profile-hero h1, .contact-hero h1 { font-size: clamp(2.45rem, 9.5vw, 3.25rem); }
  .profile-duo article, .value-card, .product-feature-grid article { min-height: auto; }
  .value-card-content { min-height: 0; margin-top: 55px; }
  .product-feature-grid h3 { margin-top: 55px; }
  .capability p, .capability > div { min-height: 0; }
  .location-card { min-height: 0; padding: 22px; }
  .location-map, .location-map iframe { min-height: 360px; height: 360px; }
  .contact-card:hover { transform: translateY(-3px); }
}
