:root {
  --page-bg: #f4f3ed;
  --page-paper: #fffef9;
  --page-ink: #0c0c0e;
  --page-muted: #66676b;
  --page-line: rgba(12, 12, 14, .24);
  --page-red: #ff4b42;
  --page-yellow: #ffe31e;
  --page-lavender: #c9c7ff;
  --page-mint: #b9efd9;
  --page-pink: #ffc7dc;
  --page-font: "FuturaMdBTRusbyme", Arial, sans-serif;
}
@font-face { font-family: FuturaMdBTRusbyme; src: url("fonts/futuramdbtrusbyme_me.woff") format("woff"); font-weight: 600; font-display: swap; }
@font-face { font-family: FuturaMdBTRusbyme; src: url("fonts/futuramdbtrusbyme_bo.woff") format("woff"); font-weight: 900; font-display: swap; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--page-ink); background: radial-gradient(circle at 82% 16%, rgba(255,227,30,.25), transparent 24rem), linear-gradient(90deg, transparent calc(100% - 1px), rgba(12,12,14,.08) 0) 0 0 / calc(100% / 12) 100%, url("patterns/pattern.svg") center top / 720px auto repeat, var(--page-bg); font-family: var(--page-font); font-weight: 600; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, textarea { font: inherit; }
.page-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 72px; padding: 0 clamp(18px, 4vw, 70px); color: #fff; background: rgba(18, 19, 23, .96); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.page-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; width: auto; min-width: 0; } .page-brand img { width: 55px; height: 38px; object-fit: contain; flex: 0 0 auto; } .page-brand-name { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .22em; line-height: 1; text-transform: lowercase; white-space: nowrap; }
.page-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 2.1vw, 34px); min-width: 0; overflow-x: auto; font-size: 12px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.page-nav a { opacity: .72; transition: opacity .2s ease, color .2s ease; }
.page-nav a:hover, .page-nav a[aria-current="page"] { color: var(--page-yellow); opacity: 1; }
.page-progress { position: fixed; top: 72px; left: 0; z-index: 51; width: 100%; height: 3px; background: transparent; }
.page-progress span { display: block; width: calc(var(--page-progress, 0) * 100%); height: 100%; background: var(--page-yellow); }
.page-main { padding-top: 72px; }
.page-section { position: relative; min-height: 100svh; padding: clamp(82px, 10vh, 128px) clamp(18px, 5vw, 92px); display: grid; align-items: center; }
.page-section.compact { min-height: auto; padding-block: clamp(76px, 10vh, 132px); }
.page-frame { width: min(1480px, 100%); min-width: 0; margin: 0 auto; }
.page-rule { position: absolute; left: clamp(22px, 4.4vw, 82px); top: clamp(96px, 12vh, 132px); bottom: clamp(40px, 8vh, 120px); width: 2px; background: linear-gradient(var(--page-red), var(--page-red)) 0 0 / 100% 58% no-repeat, rgba(12,12,14,.13); }
.page-kicker { margin: 0 0 16px; color: var(--page-red); font-size: clamp(16px, 1.4vw, 24px); font-weight: 900; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 900; text-transform: uppercase; }
h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(54px, 6.8vw, 124px); line-height: .84; }
h2 { margin-bottom: 22px; font-size: clamp(44px, 5.3vw, 92px); line-height: .86; }
h3 { margin-bottom: 10px; font-size: clamp(21px, 1.7vw, 32px); line-height: .95; }
.page-lead { max-width: 680px; color: var(--page-muted); font-size: clamp(18px, 1.45vw, 24px); line-height: 1.42; }
.page-small-lead { max-width: 760px; color: var(--page-muted); font-size: clamp(16px, 1.2vw, 20px); line-height: 1.42; }
.page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; margin-top: 36px; }
.page-btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px 12px; color: var(--page-ink); border: 1px solid var(--page-ink); background: #fff; box-shadow: 6px 6px 0 var(--page-ink); font-size: 16px; font-weight: 900; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.page-btn:hover { transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--page-ink); background: var(--page-yellow); }
.page-btn.ghost { min-height: 42px; padding-inline: 0; border: 0; border-bottom: 2px solid currentColor; background: transparent; box-shadow: none; }
.page-hero-grid > *, .page-panel > * { min-width: 0; }
.page-hero-grid { display: grid; grid-template-columns: minmax(320px, .74fr) minmax(540px, 1.26fr); gap: clamp(42px, 6vw, 110px); align-items: center; }
.page-showcase { position: relative; min-height: 600px; overflow: hidden; border: 1px solid var(--page-ink); background: rgba(255,255,255,.86); box-shadow: 18px 18px 0 rgba(12,12,14,.14); }
.page-showcase::after { content: ""; position: absolute; right: -12%; top: 6%; z-index: 0; width: min(46vw, 620px); aspect-ratio: 1; border-radius: 50%; background: var(--page-yellow); opacity: .92; }
.page-show-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; min-height: 46px; padding: 0 18px; border-bottom: 1px solid var(--page-line); background: rgba(255,255,255,.82); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.page-show-top b:last-child { color: #7068f8; }
.page-stage { position: relative; z-index: 1; min-height: 552px; }
.page-collage { position: absolute; overflow: hidden; border: 1px solid var(--page-line); background: #fff; box-shadow: 10px 10px 0 rgba(12,12,14,.14); }
.page-collage img, .page-collage video { width: 100%; height: 100%; object-fit: cover; }
.page-collage.one { left: 6%; top: 10%; width: 54%; aspect-ratio: 4 / 3; transform: rotate(-2deg); }
.page-collage.two { right: 6%; top: 24%; width: 42%; aspect-ratio: 4 / 3; transform: rotate(2deg); }
.page-collage.three { left: 28%; bottom: 6%; width: 48%; aspect-ratio: 16 / 8; transform: rotate(1deg); }
.page-label { position: absolute; left: 12px; bottom: 12px; z-index: 2; padding: 6px 10px 4px; border: 1px solid var(--page-ink); background: var(--page-yellow); box-shadow: 4px 4px 0 rgba(12,12,14,.18); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.page-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.page-card { min-width: 0; border: 1px solid var(--page-line); background: rgba(255,255,255,.84); box-shadow: 8px 8px 0 rgba(12,12,14,.1); }
.page-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #fff; }
.page-card-media img, .page-card-media video { width: 100%; height: 100%; object-fit: cover; }
.page-card-body { padding: 20px; }
.page-card-body p { color: var(--page-muted); line-height: 1.4; }
.page-card-body .page-label { position: static; display: inline-flex; margin-bottom: 22px; }
.page-card:nth-child(2) .page-label { background: var(--page-lavender); }
.page-card:nth-child(3) .page-label { background: var(--page-mint); }
.page-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.page-list li { position: relative; padding: 17px 18px 15px 42px; border: 1px solid var(--page-line); background: rgba(255,255,255,.72); line-height: 1.25; }
.page-list li::before { content: ""; position: absolute; left: 16px; top: 20px; width: 10px; height: 10px; background: var(--page-red); }
.page-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px, 560px); gap: clamp(28px,5vw,70px); align-items: center; border: 1px solid var(--page-ink); background: rgba(255,255,255,.84); box-shadow: 14px 14px 0 rgba(12,12,14,.13); padding: clamp(28px,5vw,56px); }
.page-media { overflow: hidden; border: 1px solid var(--page-line); background: #fff; box-shadow: 8px 8px 0 rgba(12,12,14,.12); }
.page-media img, .page-media video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.page-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 150px; padding: 32px clamp(18px,5vw,92px); border-top: 1px solid var(--page-line); color: var(--page-muted); background: rgba(255,255,255,.45); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.page-footer img { width: 150px; }
.page-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.page-reveal.is-visible { opacity: 1; transform: none; }
.page-modal-backdrop { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 18px; background: rgba(12,12,14,.68); }
.page-modal-backdrop.is-open { display: grid; }
.page-modal { width: min(940px,100%); max-height: min(860px,calc(100svh - 36px)); overflow: auto; border: 1px solid var(--page-ink); background: linear-gradient(rgba(12,12,14,.035) 1px,transparent 1px) 0 0 / 28px 28px, linear-gradient(90deg,rgba(12,12,14,.035) 1px,transparent 1px) 0 0 / 28px 28px, var(--page-bg); box-shadow: 12px 12px 0 #000; }
.page-modal-head { display: grid; grid-template-columns: 1fr 128px auto; gap: 20px; align-items: start; padding: 32px; border-bottom: 1px solid var(--page-line); }
.page-modal h2 { margin-bottom: 16px; font-size: clamp(40px,6vw,72px); }
.page-modal p { color: var(--page-muted); line-height: 1.4; }
.page-modal-close { width: 48px; height: 48px; border: 1px solid var(--page-ink); background: #fff; box-shadow: 4px 4px 0 var(--page-ink); font-size: 28px; font-weight: 900; cursor: pointer; }
.page-modal-helper { border: 1px solid var(--page-line); background: #fff; box-shadow: 6px 6px 0 rgba(12,12,14,.12); }
.page-modal-body { padding: 32px; }
.page-template { width: 100%; min-height: 178px; resize: vertical; padding: 18px; border: 1px solid var(--page-line); background: rgba(255,255,255,.92); font-size: 15px; line-height: 1.45; }
@media (max-width: 1160px) { .page-hero-grid, .page-panel { grid-template-columns: 1fr; } .page-showcase { min-height: auto; } .page-cards { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) { .page-hero-grid h1, .page-hero-grid h2, .page-panel h1, .page-panel h2 { overflow-wrap: anywhere; } body { background-size: auto, auto, 720px auto; } .page-header { height: 64px; padding-inline: 16px; } .page-brand { width: auto; } .page-brand img { width: 48px; height: 33px; } .page-brand-name { font-size: 12px; letter-spacing: .16em; } .page-nav { justify-content: flex-start; max-width: calc(100vw - 184px); gap: 14px; font-size: 10px; } .page-progress { top: 64px; } .page-main { padding-top: 64px; } .page-section { min-height: auto; padding: 58px 18px; overflow: hidden; } .page-rule { display: none; } h1 { font-size: clamp(50px,16vw,76px); } h2 { font-size: clamp(42px,14vw,66px); } .page-btn { width: calc(100% - 5px); } .page-btn.ghost { width: auto; } .page-showcase::after { right: -48%; top: 8%; width: 116vw; } .page-stage { min-height: 520px; } .page-collage.one { left: 4%; top: 9%; width: 88%; } .page-collage.two { right: 2%; top: 46%; width: 76%; } .page-collage.three { left: 8%; bottom: 6%; width: 64%; } .page-cards, .page-list { grid-template-columns: 1fr; } .page-panel { grid-template-columns: minmax(0,1fr); max-width: calc(100vw - 36px); min-width: 0; padding: 22px; } .page-panel > * { min-width: 0; max-width: 100%; } .page-modal { max-width: calc(100vw - 36px); } .page-modal-head { grid-template-columns: 1fr auto; padding: 20px; } .page-modal-helper { display: none; } .page-modal-body { padding: 20px; } .page-footer { flex-direction: column; align-items: flex-start; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
