:root {
  --bg: #08080A; --ink: #ECECEE; --ink-2: #9A9AA2; --ink-3: #7C7C85;
  --line: #1E1E23; --line-2: #2C2C33; --amber: #E9B949;
  --mono: ui-monospace, 'Cascadia Code', 'Cascadia Mono', Consolas, 'Segoe UI Mono', monospace;
  --sans: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;
  --wc: var(--amber);
  --maxw: 1120px; --pad: clamp(20px, 5vw, 60px);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
:where(a, button, [tabindex]):focus-visible { outline: 2px solid var(--wc); outline-offset: 3px; border-radius: 2px; }
img { display: block; max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
h1, h2, h3 { font-weight: 600; letter-spacing: -.02em; line-height: 1.05; }

.frame { position: fixed; inset: 0; pointer-events: none; z-index: 60; }
.frame i { position: absolute; width: 13px; height: 13px; border: 0 solid rgba(255,255,255,.2); }
.frame .tl { top: 12px; left: 12px; border-top-width: 1px; border-left-width: 1px; }
.frame .tr { top: 12px; right: 12px; border-top-width: 1px; border-right-width: 1px; }
.frame .bl { bottom: 12px; left: 12px; border-bottom-width: 1px; border-left-width: 1px; }
.frame .br { bottom: 12px; right: 12px; border-bottom-width: 1px; border-right-width: 1px; }

.wnav { position: sticky; top: 0; z-index: 50; background: rgba(8,8,10,.92); border-bottom: 1px solid var(--line); }
.wnav-in { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.wback { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); transition: color .2s; }
.wback:hover { color: var(--ink); }
.wback b { color: var(--ink); font-weight: 600; letter-spacing: .24em; }
.wnav-name { font-family: var(--mono); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--wc); }

.whero { position: relative; padding-top: clamp(64px, 9vw, 120px); padding-bottom: clamp(52px, 7vw, 96px); border-bottom: 1px solid var(--line); overflow: hidden; }
.whero-glow { position: absolute; inset: -30% -10% auto -10%; height: 500px; z-index: 0; pointer-events: none; background: radial-gradient(45% 60% at 30% 20%, rgba(233,185,73,.14), transparent 70%); background: radial-gradient(45% 60% at 30% 20%, color-mix(in srgb, var(--wc) 16%, transparent), transparent 70%); }
.whero .wrap { position: relative; z-index: 1; }
.weyebrow { font-family: var(--mono); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--wc); }
.whero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); margin-top: 22px; max-width: 15ch; }
.whero .lede { font-size: clamp(1.05rem, 1.8vw, 1.32rem); color: var(--ink-2); max-width: 62ch; margin-top: 26px; line-height: 1.55; }
.whero .lede strong { color: var(--ink); font-weight: 500; }
.wcta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; padding: 14px 22px; border: 1px solid var(--line-2); transition: background .2s, color .2s, border-color .2s, transform .15s; }
.btn:hover { transform: translateY(-1px); border-color: var(--ink-3); }
.btn.p { border-color: var(--wc); color: var(--wc); }
.btn.p:hover { background: var(--wc); color: #08080A; }

.wsec { padding-block: clamp(52px, 7vw, 96px); border-bottom: 1px solid var(--line); }
.shead { display: flex; align-items: center; gap: 18px; }
.shead .no { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; color: var(--wc); }
.shead .nm { font-family: var(--mono); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); }
.shead .rule { flex: 1; height: 1px; background: var(--line); }
.wsec h2 { font-size: clamp(1.8rem, 3.4vw, 2.9rem); max-width: 22ch; margin-top: 22px; }
.wsec .wlead { color: var(--ink-2); font-size: 1.06rem; line-height: 1.72; max-width: 64ch; margin-top: 20px; }
.wsec .wlead b { color: var(--ink); font-weight: 500; }

.wgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.wcard { border: 1px solid var(--line); padding: 26px 24px; transition: border-color .2s, transform .15s; }
.wcard:hover { border-color: var(--wc); transform: translateY(-3px); }
.wcard .wc-no { font-family: var(--mono); font-size: .68rem; color: var(--wc); letter-spacing: .12em; }
.wcard h3 { font-size: 1.16rem; margin-top: 10px; }
.wcard p { color: var(--ink-2); font-size: .93rem; line-height: 1.6; margin-top: 10px; }

.wfoot { padding-block: clamp(52px, 7vw, 92px); }
.wfoot h2 { font-size: clamp(1.9rem, 4.4vw, 3.2rem); max-width: 16ch; }
.wfoot .row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.wfoot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); flex-wrap: wrap; gap: 10px; }
.wfoot-bottom span { font-family: var(--mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }

@media (max-width: 820px) { .wgrid { grid-template-columns: 1fr; } }

/* hero with background image */
.whero.has-img { padding-top: clamp(96px, 13vw, 170px); padding-bottom: clamp(72px, 9vw, 124px); }
.whero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.whero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(92deg, rgba(8,8,10,.95) 0%, rgba(8,8,10,.74) 46%, rgba(8,8,10,.42) 100%), linear-gradient(to top, rgba(8,8,10,.92) 2%, transparent 56%); }

/* gallery */
.wgallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
.wgallery .gcell { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #111; display: block; border: 1px solid var(--line); }
.wgallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.wgallery .gcell:hover img { transform: scale(1.05); }
@media (max-width: 720px) { .wgallery { grid-template-columns: 1fr 1fr; } }

/* videos */
.wvideos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.wvid { position: relative; aspect-ratio: 16 / 9; border: 1px solid var(--line); background: #000; }
.wvid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 720px) { .wvideos { grid-template-columns: 1fr; } }

/* feature / work segments (media + text, alternating) */
.wfeature { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(22px, 3.4vw, 48px); align-items: center; margin-top: 40px; }
.wfeature + .wfeature { margin-top: clamp(44px, 6vw, 78px); }
.wfeature.rev { grid-template-columns: .92fr 1.08fr; }
.wfeature.rev .wfeature-media { order: 2; }
.wfeature-media { display: grid; gap: 10px; min-width: 0; }
.wfeature-media .wvid { margin: 0; }
.wfeature-media .shot { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); background: #111; }
.wfeature-media .shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.wfeature-media .shot:hover img { transform: scale(1.05); }
.wshots2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wfeature-body { min-width: 0; }
.wtag { font-family: var(--mono); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--wc); }
.wfeature-body h3 { font-size: clamp(1.4rem, 2.6vw, 2.05rem); margin-top: 12px; letter-spacing: -.02em; line-height: 1.1; }
.wfeature-body p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.7; margin-top: 16px; }
.wfeature-body p b, .wfeature-body p strong { color: var(--ink); font-weight: 500; }
.wfeature-body .wmeta { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 20px; }
.wfeature-body .wmeta span { font-family: var(--mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); border: 1px solid var(--line-2); padding: 6px 11px; }
@media (max-width: 820px) { .wfeature, .wfeature.rev { grid-template-columns: 1fr; } .wfeature.rev .wfeature-media { order: 0; } }
