@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #100c20;
  --brand-purple: #3b59ff;
  --brand-pink: #803bff;
  --surface: #1b1530;
  --text: #f7f8ff;
  --muted: #c1bacf;
  --accent: #b298ff;
  --on-accent: #100c20;
  --line: rgba(184,191,215,.2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 7px; }
::selection { background: var(--accent); color: var(--on-accent); }
.page-shell { max-width: 1560px; padding: 0 64px; margin: auto; }
.header { display: flex; align-items: center; justify-content: space-between; min-height: 112px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: baseline; font-size: 30px; font-weight: 650; letter-spacing: -1.6px; }
.wordmark > span { font-weight: 350; }
.wordmark i { font-style: normal; color: var(--accent); }
.header__label { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted); letter-spacing: .045em; }
.status-dot { display: inline-block; flex-shrink: 0; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.intro { display: grid; grid-template-columns: 1fr 270px; gap: 40px; align-items: center; padding: 88px 0 74px; }
.eyebrow { margin: 0 0 28px; color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow > span { color: var(--accent); margin-right: 12px; }
h1 { margin: 0; font-size: clamp(50px, 6.3vw, 92px); font-weight: 450; letter-spacing: -.065em; line-height: 1.04; }
h1 em { font-style: normal; color: var(--accent); }
.intro__description { margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 32px; margin-top: 30px; font-size: 12px; padding-bottom: 9px; border-bottom: 1px solid var(--accent); }
.text-link span { font-size: 21px; color: var(--accent); transition: transform .2s; }
.text-link:hover span { transform: translate(3px, 3px); }
.intro__aside { position: relative; width: 240px; height: 260px; justify-self: center; }
.orbit { position: absolute; border: 1px solid var(--accent); opacity: .4; width: 170px; height: 170px; border-radius: 50%; top: 20px; left: 35px; }
.orbit--one { transform: translateX(-35px); }
.orbit--two { transform: translateX(35px); }
.orbit--three { transform: translateY(55px); }
.orbit__centre { position: absolute; top: 90px; left: 100px; color: var(--accent); font-size: 46px; font-weight: 350; letter-spacing: -.1em; }
.orbit__caption { position: absolute; bottom: -15px; width: 100%; text-align: center; color: var(--muted); font-size: 9px; letter-spacing: .09em; }
.preview-section { scroll-margin-top: 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding: 24px 0; }
.section-heading h2 { margin: 0; font-size: 12px; font-weight: 500; }
.section-heading > span { color: var(--muted); font-size: 10px; }
.preview-card { display: grid; grid-template-columns: 1.6fr 1fr; min-height: 490px; background: var(--surface); border: 1px solid var(--line); transition: border-color .25s; }
.preview-card:hover { border-color: var(--accent); }
.preview-card__visual { position: relative; overflow: hidden; background: #efede7; min-width: 0; }
.preview-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.preview-card:hover img { transform: scale(1.025); }
.preview-tag { position: absolute; top: 22px; left: 22px; display: flex; align-items: center; gap: 8px; border-radius: 30px; padding: 10px 13px; background: var(--bg); color: var(--text); font-size: 9px; letter-spacing: .025em; }
.visual-caption { position: absolute; bottom: 22px; left: 24px; color: #47463e; font-size: 10px; }
.preview-card__copy { display: flex; flex-direction: column; padding: 34px 38px; }
.project-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.project-meta > span:last-child { color: var(--accent); }
.project-description { margin: auto 0; padding: 50px 0; }
.project-client { color: var(--accent); font-size: 10px; margin: 0 0 17px; }
h3 { margin: 0; font-size: clamp(30px, 3.2vw, 48px); font-weight: 400; line-height: 1.07; letter-spacing: -.04em; }
#project-description { max-width: 260px; color: var(--muted); font-size: 12px; line-height: 1.8; margin: 23px 0 0; }
.project-cta { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 22px; font-size: 12px; }
.arrow-button { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: var(--on-accent); font-size: 24px; transition: transform .25s; }
.preview-card:hover .arrow-button { transform: rotate(45deg); }
.closing-note { display: flex; align-items: center; gap: 15px; padding: 34px 0 60px; }
.closing-note__mark { color: var(--accent); font-size: 28px; }
.closing-note p { font-size: 12px; color: var(--muted); }
.closing-note > span:last-child { margin-left: auto; color: var(--muted); font-size: 10px; }
.footer { display: flex; gap: 24px; justify-content: space-between; align-items: center; padding: 27px 0; border-top: 1px solid var(--line); font-size: 10px; }
.footer__year { color: var(--muted); margin-left: 8px; }
.footer p { color: var(--muted); margin: 0; }
.footer a span { margin-left: 15px; color: var(--accent); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 5; padding: 12px 20px; background: var(--accent); color: var(--on-accent); }
.skip-link:focus { top: 16px; }
@media (min-width: 1700px) { .intro { padding-top: 110px; padding-bottom: 100px; } }
@media (max-width: 1000px) {
  .page-shell { padding: 0 32px; }
  .intro { grid-template-columns: 1fr 190px; gap: 16px; }
  .intro__aside { transform: scale(.75); transform-origin: right center; justify-self: end; }
  .preview-card { grid-template-columns: 1.25fr 1fr; min-height: 440px; }
  .preview-card__copy { padding: 27px; }
}
@media (max-width: 640px) {
  .page-shell { padding: 0 22px; }
  .header { min-height: 86px; }
  .wordmark { font-size: 26px; }
  .header__label { font-size: 9px; gap: 7px; max-width: 100px; line-height: 1.5; }
  .intro { display: block; padding: 57px 0 50px; }
  .intro__aside { display: none; }
  .eyebrow { font-size: 9px; margin-bottom: 25px; }
  h1 { font-size: clamp(39px, 10.7vw, 65px); }
  .intro__description { font-size: 13px; margin-top: 24px; }
  .desktop-break { display: none; }
  .text-link { margin-top: 24px; }
  .preview-card { grid-template-columns: 1fr; }
  .preview-card__visual { aspect-ratio: 4 / 3; }
  .preview-card__copy { padding: 25px; }
  .preview-tag { top: 15px; left: 15px; font-size: 8px; }
  .visual-caption { bottom: 14px; left: 16px; font-size: 9px; }
  .project-description { padding: 32px 0; }
  h3 { font-size: 39px; }
  #project-description { max-width: none; margin-top: 18px; }
  .closing-note { padding: 24px 0 34px; align-items: flex-start; }
  .closing-note p { line-height: 1.7; margin: 4px 0 0; }
  .closing-note > span:last-child { display: none; }
  .footer { flex-wrap: wrap; gap: 18px; padding: 24px 0; }
  .footer p { order: 3; width: 100%; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* Screen approximations of brand CMYK: 77/65/0/0 and 50/77/0/0. */
.preview-card__copy { background: linear-gradient(145deg, var(--brand-purple), var(--brand-pink)); --muted: #ece5ff; --accent: #fff; --line: rgba(255,255,255,.25); }
.preview-card__copy .arrow-button { color: var(--brand-pink); }
.orbit--one { border-color: var(--brand-purple); opacity: .9; }
.orbit--two { border-color: var(--brand-pink); opacity: .9; }
.orbit--three { border-color: var(--accent); opacity: .6; }
