:root {
  --bc-yellow: #ffd500;
  --bc-black: #111111;
  --bc-ink: #171717;
  --bc-gray: #6f6f6f;
  --bc-soft: #f3f2ee;
  --bc-line: #deddd7;
  --bc-white: #ffffff;
  --bc-radius: 22px;
  --bc-max: 1280px;
  --bc-shadow: 0 24px 70px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--bc-ink); background: var(--bc-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--bc-yellow); color: var(--bc-black); }
.container { width: min(calc(100% - 40px), var(--bc-max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(17,17,17,.94); color: #fff; backdrop-filter: blur(14px); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand__logo { width: 132px; height: auto; }
.site-nav__list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; padding: 12px 15px; font-size: .92rem; font-weight: 720; letter-spacing: -.01em; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { background: rgba(255,255,255,.1); }
.site-nav__cta a { margin-left: 8px; background: var(--bc-yellow); color: #111; }
.site-nav__cta a:hover, .site-nav__cta a:focus-visible { background: #fff; color: #111; }
.nav-toggle { display: none; align-items: center; gap: 10px; border: 0; background: transparent; color: #fff; padding: 10px 0; cursor: pointer; }
.nav-toggle__label { font-weight: 700; }
.nav-toggle__icon { width: 27px; display: grid; gap: 6px; }
.nav-toggle__icon i { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease; }

.eyebrow { margin: 0 0 14px; color: #787878; font-size: .78rem; font-weight: 820; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid var(--bc-yellow); border-radius: 999px; background: var(--bc-yellow); color: #111; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #ffe33f; border-color: #ffe33f; }
.button--light { background: #fff; border-color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.text-link--light { color: #fff; }

.hero { overflow: hidden; background: var(--bc-black); color: #fff; }
.hero__grid { min-height: 720px; padding: 76px 0 86px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(44px, 6vw, 92px); align-items: center; }
.hero__content h1 { max-width: 760px; margin: 0; font-size: clamp(3.5rem, 6.4vw, 7.2rem); line-height: .88; letter-spacing: -.07em; font-weight: 900; }
.hero__content h1 em { color: var(--bc-yellow); font-style: normal; }
.hero__lead { max-width: 650px; margin: 30px 0 0; color: #c7c7c7; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.5; }
.hero__actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero__showcase { min-height: 560px; position: relative; }
.hero-card { position: absolute; overflow: hidden; display: block; border-radius: var(--bc-radius); background: #252525; box-shadow: var(--bc-shadow); transition: transform .35s ease; }
.hero-card:hover { transform: translateY(-8px) rotate(0deg) !important; z-index: 5; }
.hero-card--1 { width: 71%; top: 4%; right: 0; transform: rotate(2.5deg); z-index: 3; }
.hero-card--2 { width: 58%; bottom: 0; left: 0; transform: rotate(-4deg); z-index: 2; }
.hero-card--3 { width: 43%; top: 34%; left: 18%; transform: rotate(4deg); z-index: 1; }
.hero-card__media { aspect-ratio: 1.28; background: linear-gradient(135deg,#292929,#151515); }
.hero-card__media img { width: 100%; height: 100%; object-fit: cover; }
.hero-card__caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 18px; background: #fff; color: #111; font-weight: 800; line-height: 1.2; }
.hero-placeholder { height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; border-radius: var(--bc-radius); background: var(--bc-yellow); color: #111; }
.hero-placeholder span { font-size: 8rem; font-weight: 950; letter-spacing: -.08em; line-height: 1; }
.hero-placeholder strong { font-size: clamp(2rem,4vw,4rem); line-height: .95; letter-spacing: -.04em; }
.hero__ticker { border-top: 1px solid rgba(255,255,255,.12); overflow: hidden; white-space: nowrap; }
.hero__ticker div { width: max-content; padding: 17px 0; color: #a7a7a7; font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; animation: ticker 32s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(76px, 9vw, 130px) 0; }
.section--dark { background: var(--bc-black); color: #fff; }
.section--soft { background: var(--bc-soft); }
.section--flush-top { padding-top: 34px; }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(240px,.6fr); gap: 54px; align-items: end; }
.section-heading h2 { max-width: 860px; margin: 0; font-size: clamp(2.35rem, 4vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--bc-gray); font-size: 1.06rem; }
.section-heading--dark .eyebrow, .section--dark .eyebrow { color: #989898; }
.section-heading--dark > p { color: #aaa; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--bc-line); border-left: 1px solid var(--bc-line); }
.service-card { min-height: 300px; position: relative; padding: 30px; border-right: 1px solid var(--bc-line); border-bottom: 1px solid var(--bc-line); background: #fff; transition: background .25s ease, color .25s ease, transform .25s ease; }
a.service-card:hover { z-index: 2; background: var(--bc-yellow); color: #111; transform: translateY(-4px); }
.service-card__index { font-size: .76rem; font-weight: 850; letter-spacing: .13em; }
.service-card h3 { margin: 78px 0 15px; font-size: 1.65rem; line-height: 1.05; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--bc-gray); }
.service-card__arrow { position: absolute; right: 28px; top: 26px; font-size: 1.35rem; }

.portfolio-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 24px; }
.project-card--wide { grid-column: span 2; }
.project-card__link { display: block; }
.project-card__media { overflow: hidden; aspect-ratio: 4/3; border-radius: 18px; background: #232323; }
.project-card--wide .project-card__media { aspect-ratio: 16/8.2; }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card__link:hover .project-card__media img { transform: scale(1.035); }
.project-card__meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-top: 18px; }
.project-card__meta h2, .project-card__meta h3 { margin: 0; font-size: clamp(1.45rem,2vw,2.05rem); line-height: 1.05; letter-spacing: -.035em; }
.project-card__meta p { margin: 7px 0 0; color: #999; }
.project-card__meta > span { font-size: 1.5rem; }

.about-strip { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.about-strip__number { color: var(--bc-yellow); font-size: clamp(6rem,13vw,13rem); font-weight: 950; letter-spacing: -.1em; line-height: .78; }
.about-strip__copy h2 { margin: 0 0 25px; font-size: clamp(2.8rem,5vw,5.5rem); line-height: .92; letter-spacing: -.06em; }
.about-strip__copy > p:last-child { max-width: 680px; margin: 0; color: var(--bc-gray); font-size: 1.2rem; }

.journal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.journal-card__media { aspect-ratio: 1.45; overflow: hidden; margin-bottom: 22px; border-radius: 14px; background: #ddd; }
.journal-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.journal-card a:hover .journal-card__media img { transform: scale(1.035); }
.journal-card__date { margin: 0 0 8px !important; color: #777; font-size: .8rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.journal-card h3 { margin: 0 0 10px; font-size: 1.45rem; line-height: 1.12; letter-spacing: -.03em; }
.journal-card p { margin: 0; color: #686868; }

.page-hero { padding: clamp(72px,9vw,126px) 0 62px; background: var(--bc-black); color: #fff; }
.page-hero__inner { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(3.8rem,7vw,7.6rem); line-height: .87; letter-spacing: -.07em; }
.page-hero__intro { color: #b6b6b6; font-size: 1.1rem; }
.page-hero__intro > *:first-child { margin-top: 0; }
.page-hero__intro > *:last-child { margin-bottom: 0; }

.content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.content-card { overflow: hidden; border: 1px solid var(--bc-line); border-radius: 18px; background: #fff; }
.content-card > a { display: block; height: 100%; }
.content-card__media { aspect-ratio: 1.35; overflow: hidden; background: var(--bc-soft); }
.content-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.content-card a:hover .content-card__media img { transform: scale(1.04); }
.content-card__body { padding: 26px; }
.content-card__body h2 { margin: 0 0 13px; font-size: 1.55rem; line-height: 1.08; letter-spacing: -.035em; }
.content-card__body > p:not(.eyebrow) { color: var(--bc-gray); }

.article-hero { padding: 90px 0 54px; background: var(--bc-black); color: #fff; }
.article-hero__inner { max-width: 980px; }
.article-hero__meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 24px; color: #aaa; font-size: .82rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.article-hero__meta a { color: var(--bc-yellow); }
.article-hero h1 { margin: 0; font-size: clamp(3rem,6vw,6.5rem); line-height: .92; letter-spacing: -.065em; }
.article-hero__lead { max-width: 800px; margin-top: 30px; color: #c5c5c5; font-size: 1.25rem; }
.article-cover { margin-top: 44px; }
.article-cover img { width: 100%; max-height: 760px; object-fit: cover; border-radius: 20px; }
.article-layout { display: grid; grid-template-columns: 170px minmax(0,760px); justify-content: center; gap: 50px; padding-top: 70px; padding-bottom: 110px; }
.article-aside { padding-top: 10px; }
.share-tools { position: sticky; top: 110px; display: grid; gap: 9px; color: #777; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.share-button { width: fit-content; padding: 0; border: 0; border-bottom: 1px solid #bbb; background: none; cursor: pointer; color: #222; font-weight: 800; text-transform: none; letter-spacing: 0; }
.prose { font-size: 1.08rem; line-height: 1.8; color: #292929; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3, .prose h4 { margin: 1.7em 0 .6em; line-height: 1.05; letter-spacing: -.04em; }
.prose h2 { font-size: 2.25rem; }
.prose h3 { font-size: 1.65rem; }
.prose a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose blockquote { margin: 2em 0; padding: 0 0 0 28px; border-left: 4px solid var(--bc-yellow); font-size: 1.35rem; line-height: 1.5; }
.prose img { margin: 2.2rem auto; border-radius: 14px; }

.project-hero { padding: 90px 0 70px; background: var(--bc-black); color: #fff; }
.project-hero__grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; }
.project-hero h1 { max-width: 950px; margin: 0; font-size: clamp(4rem,8vw,8.5rem); line-height: .84; letter-spacing: -.075em; }
.project-hero__lead { max-width: 700px; margin: 28px 0 0; color: #bbb; font-size: 1.2rem; }
.project-facts { margin: 0; border-top: 1px solid #444; }
.project-facts > div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid #444; }
.project-facts dt { color: #888; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.project-facts dd { margin: 0; }
.project-cover { background: var(--bc-black); }
.project-cover img { width: 100%; max-height: 920px; object-fit: cover; }
.project-copy { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; padding-top: 95px; padding-bottom: 105px; }
.prose--large { max-width: 850px; font-size: 1.18rem; }
.project-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; padding: 0 6px 6px; background: #fff; }
.project-gallery__item { margin: 0; background: #eee; }
.project-gallery__item:nth-child(3n+1) { grid-column: span 2; }
.project-gallery__item img { width: 100%; height: auto; }
.project-gallery__item figcaption { padding: 10px 4px 20px; color: #777; font-size: .82rem; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-panel { padding: 38px; border-radius: 22px; background: var(--bc-yellow); }
.contact-panel h2 { margin: 0 0 20px; font-size: clamp(2.2rem,4vw,4rem); line-height: .98; letter-spacing: -.055em; }
.contact-panel p { max-width: 580px; }
.contact-details { margin-top: 40px; border-top: 1px solid rgba(0,0,0,.2); }
.contact-details > * { display: grid; gap: 3px; padding: 17px 0; border-bottom: 1px solid rgba(0,0,0,.2); }
.contact-details span { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.search-layout { max-width: 980px; }
.search-form { margin-bottom: 70px; }
.search-form > label { display: block; margin-bottom: 10px; font-weight: 800; }
.search-form > div { display: flex; gap: 10px; }
.search-form input { flex: 1; min-width: 0; min-height: 54px; padding: 0 18px; border: 1px solid var(--bc-line); border-radius: 999px; background: #fff; }
.search-results article { padding: 30px 0; border-top: 1px solid var(--bc-line); }
.search-results h2 { margin: 0 0 10px; font-size: 1.8rem; line-height: 1.1; }
.search-results article > p:last-child { color: var(--bc-gray); }
.empty-state { padding: 60px 0; text-align: center; }

.pagination-wrap { margin-top: 48px; display: flex; justify-content: center; }
.pagination-wrap .pagination { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.pagination-wrap .pagination a, .pagination-wrap .pagination strong { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--bc-line); border-radius: 999px; }
.pagination-wrap .pagination strong { background: var(--bc-black); color: #fff; border-color: var(--bc-black); }
.pagination-wrap--dark .pagination a { border-color: #444; }
.pagination-wrap--dark .pagination strong { background: var(--bc-yellow); color: #111; border-color: var(--bc-yellow); }

.cta-band { padding: 70px 0; background: var(--bc-yellow); color: #111; }
.cta-band__inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.cta-band .eyebrow { color: #5c5200; }
.cta-band h2 { max-width: 850px; margin: 0; font-size: clamp(2.4rem,4.4vw,5rem); line-height: .95; letter-spacing: -.055em; }
.cta-band__actions { flex: 0 0 auto; display: grid; justify-items: start; gap: 14px; }
.cta-band .text-link--light { color: #111; }
.site-footer { padding: 62px 0 28px; background: var(--bc-black); color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr .65fr .7fr .65fr; gap: 55px; }
.site-footer__brand img { width: 145px; margin-bottom: 24px; }
.site-footer__brand p { max-width: 380px; color: #969696; }
.footer-title { margin: 0 0 17px; color: #777; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 8px; }
.footer-links a:hover { color: var(--bc-yellow); }
.site-footer__bottom { margin-top: 54px; padding-top: 22px; border-top: 1px solid #2f2f2f; display: flex; justify-content: space-between; gap: 25px; color: #777; font-size: .78rem; }
.site-footer__bottom p { margin: 0; }

.error-page { min-height: 70vh; display: grid; place-items: center; padding: 80px 0; background: var(--bc-soft); }
.error-page__inner { max-width: 900px; text-align: center; }
.error-page__code { margin: 0; color: var(--bc-yellow); font-size: clamp(7rem,20vw,18rem); font-weight: 950; line-height: .72; letter-spacing: -.1em; text-shadow: 3px 3px 0 #111; }
.error-page h1 { margin: 20px 0 15px; font-size: clamp(2.5rem,5vw,5rem); line-height: .95; letter-spacing: -.055em; }
.error-page .button { margin-top: 20px; }

@media (max-width: 1050px) {
  .hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .hero__showcase { min-height: 520px; max-width: 720px; }
  .service-grid, .content-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading, .page-hero__inner, .project-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .project-facts { max-width: 520px; }
  .site-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .site-footer__grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .site-header__inner { min-height: 72px; }
  .brand__logo { width: 115px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; max-height: 0; overflow: hidden; background: #111; transition: max-height .3s ease; }
  .site-nav.is-open { max-height: 70vh; border-top: 1px solid #2a2a2a; }
  .site-nav__list { width: min(calc(100% - 40px),var(--bc-max)); margin-inline: auto; padding: 18px 0 28px; display: grid; gap: 3px; }
  .site-nav a { padding: 13px 0; font-size: 1.05rem; border-radius: 0; }
  .site-nav__cta a { margin: 10px 0 0; padding: 14px 18px; border-radius: 999px; text-align: center; }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero__grid { padding-top: 60px; }
  .hero__showcase { min-height: 430px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .project-card--wide { grid-column: auto; }
  .project-card--wide .project-card__media { aspect-ratio: 4/3; }
  .about-strip, .project-copy, .article-layout, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .article-layout { padding-top: 50px; }
  .article-aside { order: 2; }
  .share-tools { position: static; display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px),var(--bc-max)); }
  .hero__grid { padding: 48px 0 58px; }
  .hero__content h1 { font-size: clamp(3.35rem,17vw,5.2rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__showcase { min-height: 355px; }
  .hero-card--1 { width: 78%; }
  .hero-card--2 { width: 64%; }
  .hero-card--3 { display: none; }
  .hero-placeholder { height: 340px; padding: 25px; }
  .hero-placeholder span { font-size: 5.5rem; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 32px; }
  .service-grid, .content-grid, .journal-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .service-card h3 { margin-top: 52px; }
  .about-strip__number { font-size: 7rem; }
  .page-hero { padding-top: 65px; }
  .page-hero h1 { font-size: clamp(3.3rem,17vw,5.6rem); }
  .project-hero h1 { font-size: clamp(3.6rem,18vw,6rem); }
  .project-gallery { grid-template-columns: 1fr; }
  .project-gallery__item:nth-child(3n+1) { grid-column: auto; }
  .search-form > div { flex-direction: column; }
  .site-footer__bottom { flex-direction: column; }
}

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