@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Newsreader:ital,opsz,wght@0,6..72,400..700;1,6..72,400..700&display=swap');

@font-face {
  font-family: 'Archivo';
  src: url('/officewell-event-bureau/assets/fonts/archivo-variable.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: 'Bodoni';
  src: url('/officewell-event-bureau/assets/fonts/bodoni-variable-italic.woff2') format('woff2');
  font-display: swap;
  font-style: italic;
  font-weight: 100 900;
}

@font-face {
  font-family: 'Bodoni Roman';
  src: url('/officewell-event-bureau/assets/fonts/bodoni-variable.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('/officewell-event-bureau/assets/fonts/barlow-condensed-600.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Petit Formal Script';
  src: url('./assets/fonts/petit-formal-script-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Oooh Baby';
  src: url('./assets/fonts/oooh-baby-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@property --motion-x {
  syntax: '<percentage>';
  inherits: true;
  initial-value: 68%;
}

@property --motion-y {
  syntax: '<percentage>';
  inherits: true;
  initial-value: 34%;
}

:root {
  --poppy: #ff5c35;
  --cream: #f4f0e6;
  --ink: #111111;
  --sky: #8ecae6;
  --blush: #eaa0bd;
  --herb: #b7cf73;
  --white: #fffdf8;
  --rule: rgba(17, 17, 17, 0.28);
  --light-rule: rgba(244, 240, 230, 0.28);
  --page-pad: clamp(22px, 4.1vw, 72px);
  --shell: 1600px;
  --header-height: 82px;
  --hero-stage-height: clamp(600px, 72svh, 690px);
  --sans: 'Archivo', Helvetica, sans-serif;
  --display: 'Archivo', Helvetica, sans-serif;
  --italic: 'Bodoni', Georgia, serif;
  --condensed: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --hero-surface: #f6f1e7;
  --hero-ink: #101113;
  --hero-accent: var(--poppy);
  --hero-accent-ink: var(--hero-ink);
}

html[data-palette='poppy'] {
  --poppy: #ff5c35;
  --sky: #8ecae6;
  --blush: #eaa0bd;
  --herb: #b7cf73;
  --cream: #f4f0e6;
  --ink: #111111;
}

html[data-palette='pool'] {
  --poppy: #7fb5e8;
  --sky: #f0c45d;
  --blush: #eaa0bd;
  --herb: #b6ce7a;
  --cream: #f3efe5;
  --ink: #101319;
}

html[data-palette='marigold'] {
  --poppy: #f1bd4e;
  --sky: #88c5df;
  --blush: #e9a1bc;
  --herb: #adc97a;
  --cream: #f5f0e3;
  --ink: #18130b;
}

html[data-palette='garden'] {
  --poppy: #a9c47b;
  --sky: #84bde2;
  --blush: #eca4bb;
  --herb: #f0c35a;
  --cream: #f1eee4;
  --ink: #11160f;
}

html[data-palette='evening'] {
  --poppy: #151a21;
  --sky: #314654;
  --blush: #523b40;
  --herb: #3f4938;
  --cream: #101318;
  --ink: #f0ece3;
  --white: #171b21;
  --rule: rgba(240, 236, 227, 0.24);
  --light-rule: rgba(240, 236, 227, 0.24);
  --bronze: #c49a6c;
  --hero-surface: #f0ece3;
  --hero-ink: #15181c;
  --hero-accent: #9a5a48;
  --hero-accent-ink: var(--hero-surface);
  color-scheme: dark;
}

html[data-palette='evening'] .site-header {
  color: var(--hero-ink);
  border-color: rgba(21, 24, 28, 0.28);
}

html[data-palette='evening'] .header-cta {
  border-color: var(--hero-ink);
  color: var(--hero-ink);
  background: rgba(240, 236, 227, 0.88);
  backdrop-filter: blur(12px);
}

html[data-palette='evening'] .header-cta:hover {
  color: var(--hero-surface);
  background: var(--hero-ink);
}

html[data-palette='evening'] .mobile-nav a {
  border-color: rgba(240, 236, 227, 0.32);
}

html[data-palette='evening'] .hero__copy {
  color: var(--hero-ink);
}

html[data-palette='evening'] .customization__copy h2 em,
html[data-palette='evening'] .contact__body h2 {
  color: var(--bronze);
}

html[data-palette='evening'] .hero__stamp {
  border-color: var(--ink);
  color: var(--cream);
  background: var(--bronze);
}

html[data-palette='evening'] .logo-carousel {
  color: var(--hero-surface);
  background: var(--hero-ink);
}

html[data-palette='evening'] .logo-carousel__set li {
  border-color: transparent;
  background: transparent;
}

html[data-palette='evening'] .logo-carousel__set img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.68;
}

html[data-palette='evening'] .format-card__number {
  color: var(--ink);
}

html[data-palette='evening'] .format-card__body li,
html[data-palette='evening'] .format-card__body > a {
  border-color: rgba(240, 236, 227, 0.32);
}

html[data-palette='evening'] .customization {
  color: var(--ink);
  background: #090c10;
}

html[data-palette='evening'] .customization__copy .button,
html[data-palette='evening'] .contact .button {
  color: var(--cream);
  background: var(--ink);
}

html[data-palette='evening'] .customization__copy .button:hover,
html[data-palette='evening'] .contact .button:hover {
  color: var(--ink);
  background: transparent;
}

html[data-palette='evening'] .gallery-shot figcaption {
  color: var(--ink);
  background: rgba(9, 12, 16, 0.9);
}

html[data-palette='evening'] .proof__facts dt {
  color: rgba(240, 236, 227, 0.58);
}

html[data-palette='evening'] .contact {
  color: var(--ink);
  background: #080b0f;
}

html[data-palette='evening'] .contact::after {
  border-color: var(--ink);
}

html[data-palette='evening'] .contact__body > p {
  color: rgba(240, 236, 227, 0.68);
}

html[data-palette='evening'] .palette-dock {
  background: rgba(16, 19, 24, 0.94);
  box-shadow: 7px 8px 0 #05070a;
}

html[data-palette='evening'] .palette-dock__choices button:hover,
html[data-palette='evening'] .palette-dock__choices button[aria-pressed='true'],
html[data-palette='evening'] .script-dock__choices button:hover,
html[data-palette='evening'] .script-dock__choices button[aria-pressed='true'],
html[data-palette='evening'] .layout-dock__choices button:hover,
html[data-palette='evening'] .layout-dock__choices button[aria-pressed='true'],
html[data-palette='evening'] .nav-dock__choices button:hover,
html[data-palette='evening'] .nav-dock__choices button[aria-pressed='true'],
html[data-palette='evening'] .motion-dock__choices button:hover,
html[data-palette='evening'] .motion-dock__choices button[aria-pressed='true'] {
  background: #242a32;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--cream);
  background: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: var(--cream);
  background: var(--ink);
  font-size: 12px;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.logo-carousel__label p {
  font-family: var(--condensed);
  text-transform: uppercase;
}

.section {
  width: min(100%, var(--shell));
  margin: 0 auto;
  padding: clamp(80px, 9vw, 150px) var(--page-pad);
}

.section-divider {
  display: flex;
  width: 100%;
  margin-bottom: clamp(42px, 5vw, 72px);
  padding: 13px 0 11px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid color-mix(in srgb, currentColor 34%, transparent);
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.section-divider span:last-child {
  opacity: 0.5;
  font-variant-numeric: tabular-nums;
}

.section-index {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--rule);
  padding-top: 12px;
}

.section-index span {
  max-width: 120px;
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1.15;
}

.section-index b {
  font-family: var(--italic);
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.85;
}

.section-index--light {
  border-color: var(--light-rule);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 200px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button--ink {
  color: var(--cream);
  background: var(--ink);
}

.button--ink:hover {
  color: var(--ink);
  background: var(--cream);
}

.button--cream {
  color: var(--ink);
  background: var(--cream);
}

.button--cream:hover {
  color: var(--cream);
  background: transparent;
}

/* -------------------------------------------------------------------------- */
/* Header */

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  display: grid;
  width: min(100%, var(--shell));
  min-height: var(--header-height);
  padding: 0 var(--page-pad);
  border-bottom: 1px solid rgba(17, 17, 17, 0.35);
  transform: translateX(-50%);
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
}

.wordmark {
  width: max-content;
  font-family: var(--italic);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.footer-wordmark {
  font-family: var(--italic);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-nav a {
  position: relative;
  color: inherit;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.desktop-nav__number {
  display: none;
}

.header-cta {
  font-size: 11px;
  font-weight: 800;
}

html[data-nav='quiet'] .desktop-nav {
  gap: clamp(28px, 2.8vw, 46px);
}

html[data-nav='quiet'] .desktop-nav a {
  padding: 10px 0 9px;
  font-size: 13px;
  font-weight: 520;
  letter-spacing: -0.018em;
}

html[data-nav='quiet'] .desktop-nav a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 18px;
  height: 1px;
  opacity: 0.5;
  background: var(--hero-accent);
  content: '';
  transform: scaleX(0.36);
  transform-origin: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

html[data-nav='quiet'] .desktop-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

html[data-nav='rail'] .desktop-nav {
  gap: 0;
  min-height: 44px;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
}

html[data-nav='rail'] .desktop-nav a {
  display: flex;
  min-height: 42px;
  padding: 0 clamp(16px, 1.65vw, 27px);
  border-left: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  align-items: center;
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-nav='rail'] .desktop-nav a:first-child {
  border-left: 0;
}

html[data-nav='rail'] .desktop-nav a:hover {
  color: var(--hero-accent-ink);
  background: var(--hero-accent);
}

html[data-nav='numbered'] .desktop-nav {
  gap: clamp(18px, 2vw, 34px);
}

html[data-nav='numbered'] .desktop-nav a {
  display: grid;
  min-width: 86px;
  padding: 3px 0 3px 11px;
  border-left: 1px solid color-mix(in srgb, currentColor 34%, transparent);
  gap: 3px;
}

html[data-nav='numbered'] .desktop-nav__number {
  display: block;
  color: var(--hero-accent);
  font-family: var(--condensed);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
}

html[data-nav='numbered'] .desktop-nav__label {
  font-family: var(--condensed);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-nav='numbered'] .desktop-nav a:hover {
  border-left-color: var(--hero-accent);
  transform: translateY(-2px);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  gap: 28px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  background: rgba(244, 240, 230, 0.9);
  transition:
    color 160ms ease,
    background 160ms ease;
}

.header-cta:hover {
  color: var(--cream);
  background: var(--ink);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Hero */

.hero {
  position: relative;
  width: min(100%, var(--shell));
  min-height: auto;
  margin: 0 auto;
  color: var(--hero-ink);
  background: var(--hero-surface);
}

.hero__stage {
  position: relative;
  display: grid;
  min-height: var(--hero-stage-height);
  overflow: hidden;
  border-bottom: 1px solid rgba(16, 17, 19, 0.22);
  place-items: center;
}

.hero__stage::after {
  position: absolute;
  z-index: 0;
  content: '';
  pointer-events: none;
}

html[data-motion='light'] .hero__stage::after {
  inset: -3%;
  background: linear-gradient(
    106deg,
    transparent 27%,
    rgba(255, 255, 255, 0.94) 38%,
    rgba(255, 255, 255, 0.52) 47%,
    color-mix(in srgb, var(--hero-accent) 24%, transparent) 55%,
    transparent 67%
  );
  background-position: 0% 50%;
  background-size: 145% 145%;
  filter: blur(12px);
  animation: hero-light-sweep 11s cubic-bezier(0.45, 0.05, 0.25, 1) infinite alternate;
}

html[data-motion='shadow'] .hero__stage::after {
  inset: -2%;
  background: linear-gradient(
    108deg,
    transparent 17%,
    rgba(21, 24, 28, 0.12) 22%,
    rgba(21, 24, 28, 0.12) 29%,
    transparent 34%,
    transparent 42%,
    rgba(21, 24, 28, 0.075) 47%,
    rgba(21, 24, 28, 0.075) 58%,
    transparent 63%,
    color-mix(in srgb, var(--hero-accent) 18%, transparent) 69%,
    transparent 76%
  );
  background-position: 0% 50%;
  background-size: 145% 145%;
  filter: blur(4px);
  animation: hero-window-shadow 13s ease-in-out infinite alternate;
}

html[data-motion='spotlight'] .hero__stage::after {
  inset: -7%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.7) 20%,
    color-mix(in srgb, var(--hero-accent) 20%, rgba(255, 255, 255, 0.28)) 40%,
    transparent 70%
  );
  background-position: 0% 42%;
  background-repeat: no-repeat;
  background-size: 72% 150%;
  filter: blur(16px);
  animation: hero-spotlight-drift 12s ease-in-out infinite alternate;
}

html[data-motion='bronze'] .hero__stage::after {
  inset: -8%;
  background:
    radial-gradient(
      ellipse at center,
      color-mix(in srgb, #9a5a48 46%, transparent) 0%,
      color-mix(in srgb, #9a5a48 24%, transparent) 34%,
      transparent 70%
    ),
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.24) 36%, transparent 72%);
  background-position:
    110% 100%,
    -15% -10%;
  background-repeat: no-repeat;
  background-size:
    78% 150%,
    58% 125%;
  filter: blur(18px);
  animation: hero-bronze-glow 15s ease-in-out infinite alternate;
}

html[data-motion='soft-shadow'] .hero__stage::after {
  inset: -8%;
  background: radial-gradient(
    ellipse at center,
    rgba(21, 24, 28, 0.19) 0%,
    rgba(21, 24, 28, 0.11) 30%,
    transparent 68%
  );
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 74% 145%;
  filter: blur(18px);
  animation: hero-soft-shadow 14s ease-in-out infinite alternate;
}

html[data-motion='follow'] .hero__stage::after {
  inset: 0;
  background: radial-gradient(
    circle 300px at var(--motion-x) var(--motion-y),
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.56) 34%,
    color-mix(in srgb, var(--hero-accent) 18%, transparent) 56%,
    transparent 76%
  );
  transition:
    --motion-x 420ms cubic-bezier(0.16, 1, 0.3, 1),
    --motion-y 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

html[data-motion='still'] .hero__stage::after {
  display: none;
}

@keyframes hero-light-sweep {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes hero-window-shadow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes hero-spotlight-drift {
  0% {
    background-position: 0% 42%;
  }

  100% {
    background-position: 100% 58%;
  }
}

@keyframes hero-bronze-glow {
  0% {
    background-position:
      110% 100%,
      -15% -10%;
  }

  100% {
    background-position:
      72% 66%,
      28% 20%;
  }
}

@keyframes hero-soft-shadow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.hero__copy {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-width: 0;
  padding: calc(var(--header-height) + clamp(42px, 5vw, 78px)) var(--page-pad) clamp(44px, 4vw, 66px);
  color: var(--hero-ink);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.hero h1 {
  max-width: none;
  grid-column: 1 / -1;
  font-family: var(--display);
  font-size: clamp(58px, 7.3vw, 116px);
  line-height: 0.78;
}

.hero__line,
.hero__script {
  display: block;
}

.hero__line {
  font-weight: 850;
  letter-spacing: -0.085em;
  text-transform: uppercase;
  transition:
    font-size 220ms ease,
    letter-spacing 220ms ease,
    transform 220ms ease;
}

.hero__line:first-child {
  padding-left: clamp(0px, 2vw, 34px);
}

.hero__line--last {
  padding-right: clamp(20px, 8vw, 120px);
  text-align: right;
}

.hero__script {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  margin: -0.04em auto -0.05em;
  color: var(--hero-ink);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  transform-origin: 50% 50%;
  transition:
    font-size 220ms ease,
    letter-spacing 220ms ease,
    transform 220ms ease;
}

html[data-script='clean'] .hero__script {
  font-family: 'Instrument Sans', var(--sans);
  font-size: 0.56em;
  font-style: normal;
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 1;
  transform: none;
}

html[data-script='clean'] .hero__line {
  font-family: 'Instrument Sans', var(--sans);
  font-size: 0.93em;
  font-weight: 650;
  letter-spacing: -0.07em;
}

html[data-script='mixed'] .hero__script {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 0.75em;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 450;
  letter-spacing: -0.045em;
  line-height: 0.9;
  transform: none;
}

html[data-script='mixed'] .hero__line {
  font-family: 'Instrument Sans', var(--sans);
  font-size: 0.93em;
  font-weight: 650;
  letter-spacing: -0.07em;
}

html[data-script='serif'] .hero__script {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 0.72em;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 0.9;
  transform: none;
}

html[data-script='serif'] .hero__line {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 0.96em;
  font-optical-sizing: auto;
  font-weight: 590;
  letter-spacing: -0.055em;
}

html[data-script='condensed'] .hero__script {
  font-family: 'Instrument Sans', var(--sans);
  font-size: 0.54em;
  font-style: normal;
  font-weight: 430;
  letter-spacing: -0.05em;
  line-height: 1;
  transform: none;
}

html[data-script='condensed'] .hero__line {
  font-family: var(--condensed);
  font-size: 1.08em;
  font-weight: 600;
  letter-spacing: -0.026em;
}

html[data-script='current'] .hero__script {
  font-family: 'Petit Formal Script', cursive;
  font-size: 0.69em;
  letter-spacing: -0.035em;
  line-height: 0.98;
  transform: rotate(-2deg) translateY(0.05em);
}

html[data-script='current'] .hero__line {
  font-family: 'Bodoni Roman', Georgia, serif;
  font-size: 0.95em;
  font-weight: 650;
  letter-spacing: -0.06em;
}

/* Three composition studies. These change the full hierarchy, not just decoration. */

html[data-layout='statement'] .hero h1 {
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.14em;
}

html[data-layout='statement'] .hero__line:first-child {
  flex: 0 0 100%;
  padding-left: 0;
}

html[data-layout='statement'] .hero__script {
  width: auto;
  max-width: none;
  margin: 0;
  flex: 0 1 auto;
}

html[data-layout='statement'] .hero__line--last {
  width: auto;
  padding: 0;
  flex: 0 0 auto;
  text-align: left;
}

html[data-layout='statement'] .hero__support {
  justify-self: start;
}

html[data-layout='statement'] .hero__actions {
  justify-self: end;
}

html[data-layout='poster'] .hero__copy {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  text-align: center;
}

html[data-layout='poster'] .hero h1 {
  display: grid;
  max-width: 1160px;
  margin: 0 auto;
  justify-items: center;
  line-height: 0.76;
}

html[data-layout='poster'] .hero__line:first-child {
  margin-bottom: 1em;
  padding-left: 0;
  font-size: 0.34em;
  letter-spacing: 0.06em;
  line-height: 1;
}

html[data-layout='poster'] .hero__script {
  width: auto;
  margin: 0 auto 0.08em;
  font-size: 0.88em;
  line-height: 0.82;
}

html[data-layout='poster'] .hero__line--last {
  padding: 0;
  font-size: 0.4em;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  text-indent: 0.16em;
}

html[data-layout='poster'] .hero__support {
  margin-right: auto;
  margin-left: auto;
  justify-self: center;
}

html[data-layout='poster'] .hero__actions {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  justify-self: center;
}

html[data-layout='oversized'] .hero__copy {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

html[data-layout='oversized'] .hero h1 {
  display: grid;
  max-width: none;
  font-size: clamp(76px, 9.2vw, 146px);
  line-height: 0.72;
}

html[data-layout='oversized'] .hero__line:first-child {
  margin-bottom: 0.9em;
  padding-left: 0;
  font-size: 0.28em;
  letter-spacing: 0.08em;
  line-height: 1;
}

html[data-layout='oversized'] .hero__script {
  width: max-content;
  max-width: 100%;
  margin: 0 0 0.12em clamp(0px, 14vw, 220px);
  font-size: 0.5em;
  line-height: 0.88;
}

html[data-layout='oversized'] .hero__line--last {
  padding: 0;
  font-size: 1em;
  line-height: 0.75;
  text-align: right;
}

html[data-layout='oversized'] .hero__support {
  justify-self: start;
}

html[data-layout='oversized'] .hero__actions {
  justify-self: end;
}

.hero__support {
  max-width: 45ch;
  margin-top: clamp(28px, 3vw, 46px);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 540;
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin-top: clamp(28px, 3vw, 46px);
}

.hero .button--ink {
  color: var(--hero-surface);
  background: var(--hero-ink);
}

.hero .button--ink:hover {
  color: var(--hero-ink);
  background: transparent;
}

.text-link {
  border-bottom: 1px solid currentColor;
  padding: 10px 0 7px;
  font-size: 12px;
  font-weight: 800;
}

/* -------------------------------------------------------------------------- */
/* Client logo carousel */

.logo-carousel {
  display: grid;
  width: 100%;
  min-height: 118px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
  color: var(--hero-surface);
  background: var(--hero-ink);
  grid-template-columns: 220px minmax(0, 1fr);
  transition: background-color 360ms ease;
}

.logo-carousel__label {
  display: flex;
  justify-content: center;
  padding: 20px clamp(24px, 2.5vw, 40px);
  border-right: 1px solid rgba(246, 241, 231, 0.28);
  flex-direction: column;
}

.logo-carousel__label p {
  font-size: 10px;
  letter-spacing: 0.16em;
}

.logo-carousel__viewport {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.logo-carousel__track {
  display: flex;
  width: max-content;
  animation: logo-marquee 34s linear infinite;
  will-change: transform;
}

.logo-carousel:hover .logo-carousel__track {
  animation-play-state: paused;
}

.logo-carousel__set {
  display: flex;
  flex: none;
  align-items: center;
  gap: 12px;
  padding: 16px 6px;
}

.logo-carousel__set li {
  display: grid;
  width: 164px;
  height: 62px;
  padding: 15px 20px;
  place-items: center;
  border: 1px solid transparent;
  background: transparent;
}

.logo-carousel__set img {
  width: auto;
  max-width: 112px;
  height: auto;
  max-height: 27px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.7;
}

.logo-carousel__set li:nth-child(2) img {
  max-height: 25px;
}

.logo-carousel__set li:nth-child(4) img,
.logo-carousel__set li:nth-child(5) img,
.logo-carousel__set li:nth-child(8) img {
  max-width: 124px;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* -------------------------------------------------------------------------- */
/* Real event photo carousel */

.photo-carousel {
  width: min(100%, var(--shell));
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
  color: var(--hero-surface);
  background: var(--hero-ink);
}

.photo-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

.photo-carousel__track {
  display: flex;
  width: max-content;
  animation: photo-marquee 52s linear infinite;
  will-change: transform;
}

.photo-carousel:hover .photo-carousel__track,
.photo-carousel:focus-within .photo-carousel__track {
  animation-play-state: paused;
}

.photo-carousel__set {
  display: flex;
  flex: none;
  gap: 12px;
  padding: 12px 6px 18px;
}

.photo-carousel__item {
  width: clamp(240px, 23vw, 360px);
  height: clamp(320px, 31vw, 480px);
  flex: none;
  overflow: hidden;
  background: #202328;
}

.photo-carousel__item--wide {
  width: clamp(300px, 29vw, 450px);
}

.photo-carousel__item img {
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.photo-carousel__item:hover img {
  transform: scale(1.018);
}

@keyframes photo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* -------------------------------------------------------------------------- */
/* Ease / how it works */

.ease {
  display: grid;
  min-height: 0;
  padding-top: clamp(70px, 6vw, 96px);
  padding-bottom: clamp(70px, 6vw, 96px);
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.ease__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(250px, 0.7fr);
  align-items: end;
  gap: clamp(42px, 7vw, 110px);
}

.ease__intro h2 {
  max-width: 14ch;
  font-size: clamp(50px, 5vw, 80px);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 0.86;
  text-transform: uppercase;
}

.ease__summary {
  padding-top: 18px;
  border-top: 1px solid currentColor;
}

.ease__summary p {
  max-width: 36ch;
  font-size: 14px;
  line-height: 1.6;
}

.ease__summary a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  margin-top: 24px;
  padding: 13px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 800;
}

.ease__steps {
  display: grid;
  margin-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ease__step {
  min-height: 160px;
  padding: 28px clamp(20px, 2.2vw, 34px) 30px;
}

.ease__step + .ease__step {
  border-left: 1px solid currentColor;
}

.ease__step h3 {
  max-width: 13ch;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-transform: uppercase;
}

.ease__step p {
  max-width: 34ch;
  margin-top: 14px;
  font-size: 11px;
  line-height: 1.55;
}

/* -------------------------------------------------------------------------- */
/* Formats */

.formats {
  border-top: 0;
}

.formats__header {
  margin-bottom: clamp(52px, 7vw, 100px);
}

.formats__header h2 {
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-transform: uppercase;
  word-spacing: 0.08em;
}

.format-grid {
  display: grid;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.format-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--card-color);
}

.format-card--herb {
  --card-color: var(--herb);
}

.format-card--blush {
  --card-color: var(--blush);
}

.format-card--sky {
  --card-color: var(--sky);
}

.format-card--poppy {
  --card-color: var(--poppy);
}

.format-card figure {
  position: relative;
  aspect-ratio: 1.28;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
}

.format-card figure img {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.format-card:nth-child(1) figure img {
  object-position: 50% 56%;
}

.format-card:nth-child(2) figure img {
  object-position: 50% 48%;
}

.format-card:nth-child(3) figure img {
  object-position: 50% 52%;
}

.format-card:nth-child(4) figure img {
  object-position: 50% 42%;
}

.format-card:hover figure img {
  transform: scale(1.035);
}

.format-card__body {
  display: flex;
  min-height: clamp(230px, 20vw, 300px);
  padding: clamp(22px, 2.7vw, 40px);
  flex-direction: column;
}

.format-card h3 {
  max-width: 9ch;
  font-size: clamp(38px, 4.1vw, 68px);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

.format-card__body > p {
  max-width: 52ch;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5;
}

.format-card__body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.52);
  font-size: 10px;
  font-weight: 800;
}

/* -------------------------------------------------------------------------- */
/* Customization */

.customization {
  display: grid;
  width: min(100%, var(--shell));
  min-height: 780px;
  margin: 0 auto;
  color: var(--cream);
  background: var(--ink);
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
}

.customization > .section-divider {
  margin-bottom: 0;
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
  border-color: var(--light-rule);
}

.customization__copy {
  display: flex;
  padding: clamp(70px, 7vw, 112px) var(--page-pad);
  flex-direction: column;
  justify-content: center;
}

.customization__copy h2 {
  max-width: 8ch;
  font-size: clamp(56px, 6.5vw, 100px);
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 0.8;
  text-transform: uppercase;
  word-spacing: 0.08em;
}

.customization__copy > p {
  max-width: 46ch;
  margin-top: 34px;
  color: rgba(244, 240, 230, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

.customization__copy .button {
  align-self: flex-start;
  margin-top: 36px;
}

.customization__stage {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(17, 17, 17, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.13) 1px, transparent 1px), var(--poppy);
  background-size: 12.5% 12.5%;
}

.customization__stage::before {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 84%;
  height: 84%;
  border: 2px solid rgba(244, 240, 230, 0.85);
  content: '';
  transform: rotate(-2deg);
}

.brand-shot {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--cream);
  box-shadow: 10px 12px 0 rgba(17, 17, 17, 0.9);
  transition:
    z-index 0s,
    transform 240ms ease;
}

.brand-shot:hover {
  z-index: 6;
  transform: rotate(0deg) scale(1.025);
}

.brand-shot img {
  height: 100%;
  object-fit: cover;
}

.brand-shot--one {
  top: 12%;
  left: 10%;
  width: 38%;
  height: 53%;
  transform: rotate(-4deg);
}

.brand-shot--one img {
  object-position: 50% 56%;
}

.brand-shot--two {
  top: 27%;
  right: 8%;
  width: 42%;
  height: 55%;
  transform: rotate(3.5deg);
}

.brand-shot--two img {
  object-position: 50% 54%;
}

.brand-shot--three {
  bottom: 8%;
  left: 26%;
  width: 34%;
  height: 37%;
  transform: rotate(-1.5deg);
}

/* -------------------------------------------------------------------------- */
/* Gallery */

.gallery {
  padding-bottom: clamp(120px, 14vw, 220px);
}

.gallery__header {
  margin-bottom: clamp(52px, 7vw, 100px);
}

.gallery__header h2 {
  font-size: clamp(62px, 8vw, 128px);
  font-weight: 850;
  letter-spacing: -0.085em;
  line-height: 0.78;
  text-transform: uppercase;
  word-spacing: 0.08em;
}

.gallery__grid {
  display: grid;
  grid-auto-rows: minmax(80px, 8vw);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(8px, 1.1vw, 18px);
}

.gallery-shot {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #d7d1c3;
}

.gallery-shot img {
  height: 100%;
  object-fit: cover;
  transition:
    filter 280ms ease,
    transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-shot:hover img {
  filter: saturate(1.08);
  transform: scale(1.025);
}

.gallery-shot--wide {
  grid-column: 1 / 9;
  grid-row: 1 / 6;
}

.gallery-shot--portrait {
  grid-column: 9 / 13;
  grid-row: 1 / 8;
}

.gallery-shot--small {
  grid-column: 2 / 6;
  grid-row: 6 / 10;
}

.gallery-shot--square {
  grid-column: 6 / 10;
  grid-row: 8 / 12;
}

.gallery-shot--team {
  grid-column: 1 / 6;
  grid-row: 10 / 14;
}

.gallery-shot--detail {
  grid-column: 10 / 13;
  grid-row: 8 / 13;
}

/* -------------------------------------------------------------------------- */
/* Proof */

.proof {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  align-content: start;
  gap: clamp(60px, 8vw, 130px);
}

.proof > .section-divider {
  margin-bottom: 0;
}

.proof__intro h2 {
  max-width: 10.5ch;
  font-size: clamp(58px, 7.4vw, 116px);
  font-weight: 850;
  letter-spacing: -0.085em;
  line-height: 0.8;
  text-transform: uppercase;
  word-spacing: 0.08em;
}

.proof__facts {
  align-self: end;
  border-top: 1px solid var(--ink);
}

.proof__facts > div {
  display: grid;
  padding: 15px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
  grid-template-columns: 1fr 1.2fr;
  gap: 18px;
}

.proof__facts dt {
  color: rgba(17, 17, 17, 0.58);
}

.proof__facts dd {
  font-weight: 750;
}

.proof blockquote {
  max-width: 780px;
  padding-top: 32px;
  border-top: 1px solid var(--ink);
  font-family: var(--italic);
  font-size: clamp(32px, 4vw, 62px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  grid-column: 1 / -1;
}

.proof blockquote cite {
  display: block;
  margin-top: 24px;
  font-family: var(--condensed);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* Contact */

.contact {
  position: relative;
  display: grid;
  width: min(100%, var(--shell));
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(80px, 9vw, 150px) var(--page-pad);
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
  grid-template-columns: minmax(0, 1fr);
}

.contact > .section-divider {
  border-color: var(--light-rule);
}

.contact__body {
  position: relative;
  z-index: 2;
}

.contact__body {
  align-self: center;
}

.contact__body h2 {
  max-width: 9.2ch;
  color: var(--poppy);
  font-size: clamp(70px, 9vw, 144px);
  font-weight: 850;
  letter-spacing: -0.09em;
  line-height: 0.76;
  text-transform: uppercase;
  word-spacing: 0.08em;
}

.contact__body > p {
  margin-top: 28px;
  color: rgba(244, 240, 230, 0.68);
  font-size: 14px;
}

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.contact__actions > a:last-child {
  border-bottom: 1px solid rgba(244, 240, 230, 0.6);
  padding: 8px 0;
  font-size: 12px;
  font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* Footer */

.site-footer {
  display: grid;
  width: min(100%, var(--shell));
  min-height: 112px;
  margin: 0 auto;
  padding: 28px var(--page-pad);
  border-top: 1px solid var(--rule);
  background: var(--cream);
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 28px;
}

.site-footer > p {
  font-family: var(--condensed);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.site-footer nav a {
  font-size: 10px;
  font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/* Live brand-color comparison */

.palette-dock {
  position: fixed;
  z-index: 180;
  right: 16px;
  bottom: 16px;
  display: flex;
  width: min(1180px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  flex-wrap: wrap;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  box-shadow: 7px 8px 0 color-mix(in srgb, var(--ink) 86%, transparent);
  backdrop-filter: blur(12px);
  align-items: center;
  transition:
    color 320ms ease,
    background-color 320ms ease,
    border-color 320ms ease;
}

.palette-dock[hidden] {
  display: none;
}

.review-dock__group {
  display: flex;
  align-items: center;
  gap: 7px;
}

.review-dock__group + .review-dock__group {
  padding-left: 10px;
  border-left: 1px solid color-mix(in srgb, var(--ink) 28%, transparent);
}

.review-dock__group--motion {
  order: -1;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 0 !important;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 28%, transparent);
  border-left: 0 !important;
  justify-content: space-between;
}

.review-dock__label {
  font-family: var(--condensed);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.palette-dock__choices,
.script-dock__choices,
.layout-dock__choices,
.nav-dock__choices,
.motion-dock__choices {
  display: flex;
  gap: 4px;
}

.palette-dock__choices button,
.script-dock__choices button,
.layout-dock__choices button,
.nav-dock__choices button,
.motion-dock__choices button {
  display: grid;
  min-width: 38px;
  min-height: 30px;
  padding: 5px;
  border: 1px solid transparent;
  background: transparent;
  place-items: center;
}

.motion-dock__choices button {
  display: flex;
  min-width: auto;
  gap: 6px;
  padding-right: 8px;
  padding-left: 8px;
}

.script-dock__choices button {
  display: flex;
  min-width: auto;
  gap: 6px;
  padding-right: 8px;
  padding-left: 8px;
}

.layout-dock__choices button {
  display: flex;
  min-width: auto;
  gap: 6px;
  padding-right: 8px;
  padding-left: 8px;
}

.nav-dock__choices button {
  display: flex;
  min-width: auto;
  gap: 6px;
  padding-right: 8px;
  padding-left: 8px;
}

.script-dock__choices,
.layout-dock__choices,
.nav-dock__choices,
.motion-dock__choices {
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.palette-dock__choices button:hover,
.palette-dock__choices button[aria-pressed='true'],
.script-dock__choices button:hover,
.script-dock__choices button[aria-pressed='true'],
.layout-dock__choices button:hover,
.layout-dock__choices button[aria-pressed='true'],
.nav-dock__choices button:hover,
.nav-dock__choices button[aria-pressed='true'],
.motion-dock__choices button:hover,
.motion-dock__choices button[aria-pressed='true'] {
  border-color: var(--ink);
  background: color-mix(in srgb, var(--cream) 76%, white);
}

.palette-dock__choices button:focus-visible,
.script-dock__choices button:focus-visible,
.layout-dock__choices button:focus-visible,
.nav-dock__choices button:focus-visible,
.motion-dock__choices button:focus-visible {
  outline-offset: 1px;
}

.script-sample {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.8;
}

.script-sample--clean {
  font-family: 'Instrument Sans', var(--sans);
  font-weight: 550;
}

.script-sample--mixed {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
}

.script-sample--serif {
  font-family: 'Newsreader', Georgia, serif;
}

.script-sample--condensed {
  font-family: var(--condensed);
  font-weight: 600;
}

.script-sample--current {
  font-family: 'Petit Formal Script', cursive;
  font-size: 17px;
}

.script-option__label,
.layout-option__label,
.nav-option__label,
.motion-option__label {
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-sample {
  position: relative;
  display: block;
  width: 27px;
  height: 17px;
  flex: 0 0 auto;
}

.nav-sample--quiet::before {
  position: absolute;
  top: 7px;
  left: 1px;
  width: 6px;
  height: 2px;
  background: currentColor;
  box-shadow:
    9px 0 0 currentColor,
    18px 0 0 currentColor;
  content: '';
}

.nav-sample--quiet::after {
  position: absolute;
  bottom: 3px;
  left: 1px;
  width: 4px;
  height: 1px;
  background: currentColor;
  content: '';
}

.nav-sample--rail {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.nav-sample--rail::before,
.nav-sample--rail::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
  content: '';
}

.nav-sample--rail::before {
  left: 9px;
}

.nav-sample--rail::after {
  right: 8px;
}

.nav-sample--numbered::before {
  position: absolute;
  inset: 2px 0 auto;
  color: currentColor;
  content: '01  02  03';
  font-family: var(--condensed);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.nav-sample--numbered::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 21px;
  height: 1px;
  background: currentColor;
  content: '';
}

.layout-sample {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
}

.layout-sample--statement {
  border-top: 2px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.layout-sample--statement::before,
.layout-sample--statement::after {
  position: absolute;
  left: 0;
  height: 2px;
  background: currentColor;
  content: '';
}

.layout-sample--statement::before {
  top: 5px;
  width: 82%;
}

.layout-sample--statement::after {
  top: 10px;
  width: 64%;
}

.layout-sample--poster {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.layout-sample--poster::before,
.layout-sample--poster::after {
  position: absolute;
  right: 4px;
  left: 4px;
  height: 2px;
  background: currentColor;
  content: '';
}

.layout-sample--poster::before {
  top: 5px;
}

.layout-sample--poster::after {
  top: 10px;
  right: 7px;
  left: 7px;
}

.layout-sample--oversized::before,
.layout-sample--oversized::after {
  position: absolute;
  background: currentColor;
  content: '';
}

.layout-sample--oversized::before {
  top: 2px;
  left: 0;
  width: 42%;
  height: 2px;
}

.layout-sample--oversized::after {
  right: 0;
  bottom: 2px;
  width: 82%;
  height: 6px;
}

.motion-sample {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
  overflow: hidden;
  border: 1px solid currentColor;
}

.motion-sample--light::before {
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: 7px;
  width: 7px;
  background: currentColor;
  content: '';
  opacity: 0.55;
  filter: blur(3px);
  transform: rotate(20deg);
}

.motion-sample--shadow {
  background: linear-gradient(
    110deg,
    transparent 0 32%,
    currentColor 34% 46%,
    transparent 48% 62%,
    currentColor 64% 76%,
    transparent 78%
  );
  opacity: 0.75;
}

.motion-sample--spotlight {
  background: radial-gradient(circle at 35% 50%, currentColor 0 16%, transparent 55%);
}

.motion-sample--bronze {
  background: radial-gradient(circle at 72% 50%, #9a5a48 0 18%, transparent 62%);
}

.motion-sample--soft-shadow {
  background: radial-gradient(ellipse at center, currentColor 0 18%, transparent 68%);
  opacity: 0.54;
}

.motion-sample--follow::before,
.motion-sample--follow::after {
  position: absolute;
  border-radius: 50%;
  content: '';
}

.motion-sample--follow::before {
  inset: 3px 6px;
  border: 1px solid currentColor;
  opacity: 0.54;
}

.motion-sample--follow::after {
  top: 7px;
  left: 11px;
  width: 3px;
  height: 3px;
  background: currentColor;
}

.motion-sample--still::before {
  position: absolute;
  top: 8px;
  right: 4px;
  left: 4px;
  height: 1px;
  background: currentColor;
  content: '';
}

.palette-swatch {
  display: block;
  width: 27px;
  height: 18px;
  border: 1px solid var(--ink);
}

.palette-swatch--poppy {
  background: #ff5c35;
}

.palette-swatch--pool {
  background: #7fb5e8;
}

.palette-swatch--marigold {
  background: #f1bd4e;
}

.palette-swatch--garden {
  background: #a9c47b;
}

.palette-swatch--evening {
  background: #151a21;
}

.hero,
.ease,
.customization__stage,
.format-card,
.contact,
.contact__body h2 {
  transition:
    color 360ms ease,
    background-color 360ms ease,
    border-color 360ms ease;
}

/* -------------------------------------------------------------------------- */
/* Reveal motion */

.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 600ms ease,
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------------------------------------------- */
/* Tablet */

@media (max-width: 1040px) {
  :root {
    --header-height: 74px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 11px;
    border: 1px solid var(--hero-ink);
    color: var(--hero-ink);
    background: var(--hero-surface);
    place-content: center;
    gap: 6px;
    justify-self: end;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--hero-ink);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    padding: 18px var(--page-pad) 28px;
    border-top: 1px solid rgba(246, 241, 231, 0.28);
    border-bottom: 1px solid rgba(246, 241, 231, 0.28);
    color: var(--hero-surface);
    background: var(--hero-ink);
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(246, 241, 231, 0.28);
    font-size: 15px;
    font-weight: 800;
  }

  .hero {
    min-height: auto;
  }

  .hero__stage {
    min-height: min(var(--hero-stage-height), calc(100svh - 96px));
  }

  .hero h1 {
    font-size: clamp(58px, 8.4vw, 86px);
  }

  html[data-layout='poster'] .hero__script {
    font-size: 0.82em;
  }

  html[data-layout='oversized'] .hero h1 {
    font-size: clamp(72px, 10vw, 112px);
  }

  .hero__support {
    font-size: 14px;
  }

  .hero__actions {
    align-items: center;
  }

  .logo-carousel {
    grid-template-columns: 175px minmax(0, 1fr);
  }

  .ease {
    grid-template-columns: minmax(0, 1fr);
  }

  .ease__steps {
    grid-column: auto;
  }

  .customization {
    grid-template-columns: 1fr;
  }

  .customization__copy {
    min-height: 540px;
  }

  .customization__copy h2 {
    max-width: 10ch;
  }

  .customization__stage {
    min-height: 820px;
  }

  .proof {
    grid-template-columns: 1fr;
  }

  .proof__facts {
    align-self: start;
  }
}

/* -------------------------------------------------------------------------- */
/* Mobile */

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
    --hero-stage-height: 550px;
    --page-pad: 20px;
  }

  .section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .site-header {
    position: absolute;
    min-height: var(--header-height);
  }

  .wordmark {
    font-size: 24px;
  }

  .hero {
    display: block;
    min-height: auto;
  }

  .hero__stage {
    min-height: var(--hero-stage-height);
  }

  .hero__copy {
    min-height: var(--hero-stage-height);
    padding-top: calc(var(--header-height) + 54px);
    padding-bottom: 46px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .hero h1 {
    font-size: clamp(49px, 14vw, 65px);
    line-height: 0.82;
  }

  .hero__line:first-child {
    padding-left: 0;
  }

  .hero__line--last {
    padding-right: 0;
  }

  .hero__script {
    margin-top: 0.06em;
    margin-bottom: 0.07em;
  }

  html[data-script='clean'] .hero__script {
    font-size: 0.56em;
  }

  html[data-script='mixed'] .hero__script,
  html[data-script='serif'] .hero__script {
    font-size: 0.66em;
  }

  html[data-script='condensed'] .hero__script {
    font-size: 0.54em;
  }

  html[data-script='current'] .hero__script {
    font-size: 0.61em;
  }

  html[data-layout='statement'] .hero h1 {
    column-gap: 0.12em;
    font-size: clamp(46px, 13vw, 56px);
  }

  html[data-layout='statement'] .hero__script {
    font-size: 0.52em;
  }

  html[data-layout='statement'] .hero__line--last {
    font-size: 0.63em;
  }

  html[data-layout='poster'] .hero h1 {
    font-size: clamp(50px, 14vw, 60px);
  }

  html[data-layout='poster'] .hero__line:first-child {
    margin-bottom: 1.5em;
    font-size: 0.28em;
  }

  html[data-layout='poster'] .hero__script {
    margin-bottom: 0.16em;
    font-size: 0.7em;
  }

  html[data-layout='poster'] .hero__line--last {
    font-size: 0.34em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }

  html[data-layout='poster'] .hero__support {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  html[data-layout='poster'] .hero__actions {
    width: 100%;
    justify-content: center;
  }

  html[data-layout='oversized'] .hero__copy {
    grid-template-columns: 1fr;
    align-content: center;
  }

  html[data-layout='oversized'] .hero h1 {
    display: grid;
    font-size: clamp(58px, 16vw, 70px);
  }

  html[data-layout='oversized'] .hero__line:first-child {
    margin-bottom: 1.2em;
    font-size: 0.26em;
  }

  html[data-layout='oversized'] .hero__script {
    width: max-content;
    max-width: 100%;
    margin: 0 0 0.22em auto;
    font-size: 0.5em;
  }

  html[data-layout='oversized'] .hero__line--last {
    font-size: 1em;
    text-align: right;
  }

  html[data-layout='oversized'] .hero__support {
    justify-self: start;
  }

  html[data-layout='oversized'] .hero__actions {
    width: 100%;
    justify-content: flex-start;
    justify-self: stretch;
  }

  .hero__support {
    max-width: 34ch;
    margin-top: 40px;
    font-size: 13px;
  }

  .hero__actions {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .text-link {
    width: 100%;
    padding: 13px 0;
  }

  .logo-carousel {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .logo-carousel__label {
    display: flex;
    padding: 15px var(--page-pad);
    border-right: 0;
    border-bottom: 1px solid rgba(246, 241, 231, 0.28);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .logo-carousel__set li {
    width: 140px;
    height: 54px;
    padding: 13px 20px;
  }

  .logo-carousel__set img {
    max-width: 96px;
    max-height: 24px;
  }

  .photo-carousel__set {
    gap: 8px;
    padding: 8px 4px 12px;
  }

  .photo-carousel__item,
  .photo-carousel__item--wide {
    width: min(70vw, 300px);
    height: min(88vw, 390px);
  }

  .ease {
    display: grid;
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 72px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .section-divider {
    margin-bottom: 38px;
  }

  .ease__intro h2 {
    font-size: clamp(48px, 14.5vw, 66px);
  }

  .ease__intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ease__steps {
    grid-column: auto;
  }

  .ease__steps {
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .ease__step {
    min-height: 0;
  }

  .ease__step + .ease__step {
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .formats__header {
    display: block;
  }

  .formats__header h2 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .format-grid {
    grid-template-columns: 1fr;
  }

  .format-card figure {
    aspect-ratio: 1.02;
  }

  .format-card__body {
    min-height: 260px;
    padding: 25px 22px;
  }

  .format-card h3 {
    font-size: 48px;
  }

  .customization__copy {
    min-height: 0;
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .customization > .section-divider {
    margin-bottom: 0;
  }

  .customization__copy h2 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .customization__stage {
    min-height: 680px;
  }

  .brand-shot {
    box-shadow: 7px 8px 0 rgba(17, 17, 17, 0.9);
  }

  .brand-shot--one {
    top: 10%;
    left: 7%;
    width: 48%;
    height: 49%;
  }

  .brand-shot--two {
    top: 27%;
    right: 5%;
    width: 46%;
    height: 50%;
  }

  .brand-shot--three {
    bottom: 5%;
    left: 18%;
    width: 43%;
    height: 34%;
  }

  .gallery {
    padding-bottom: 96px;
  }

  .gallery__header {
    min-height: 0;
    margin-bottom: 52px;
  }

  .gallery__header h2 {
    max-width: 8.2ch;
    margin-left: 0;
    font-size: clamp(54px, 16.5vw, 74px);
    text-align: left;
  }

  .gallery__grid {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .gallery-shot,
  .gallery-shot--wide,
  .gallery-shot--portrait,
  .gallery-shot--small,
  .gallery-shot--square,
  .gallery-shot--team,
  .gallery-shot--detail {
    aspect-ratio: 0.8;
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-shot--wide,
  .gallery-shot--team {
    aspect-ratio: 1.25;
    grid-column: 1 / -1;
  }

  .proof {
    min-height: 0;
    gap: 64px;
    grid-template-columns: minmax(0, 1fr);
  }

  .proof > .section-divider {
    margin-bottom: 0;
  }

  .proof > * {
    min-width: 0;
  }

  .proof__intro h2 {
    font-size: clamp(48px, 14vw, 60px);
  }

  .proof__facts > div {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .contact {
    display: grid;
    min-height: 620px;
    padding-top: 88px;
    padding-bottom: 88px;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 74px;
  }

  .contact > .section-divider {
    margin-bottom: 42px;
  }

  .contact__body h2 {
    font-size: clamp(54px, 14.5vw, 66px);
  }

  .contact__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer > p {
    text-align: left;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .palette-dock {
    right: 10px;
    bottom: 10px;
    left: auto;
    width: auto;
    max-width: calc(100vw - 20px);
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    box-shadow: 5px 6px 0 color-mix(in srgb, var(--ink) 86%, transparent);
  }

  .review-dock__group {
    justify-content: space-between;
  }

  .review-dock__group + .review-dock__group {
    padding-top: 7px;
    padding-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--ink) 28%, transparent);
    border-left: 0;
  }

  .review-dock__group--motion {
    align-items: flex-start;
    padding-top: 0 !important;
    padding-bottom: 8px;
    border-top: 0 !important;
    flex-direction: column;
  }

  .review-dock__group--type {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-dock__group--nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .script-dock__choices,
  .nav-dock__choices,
  .motion-dock__choices {
    width: 100%;
    justify-content: flex-start;
  }

  .palette-dock__choices,
  .script-dock__choices,
  .layout-dock__choices,
  .nav-dock__choices,
  .motion-dock__choices {
    flex: none;
  }

  .palette-dock__choices button,
  .script-dock__choices button,
  .layout-dock__choices button,
  .nav-dock__choices button,
  .motion-dock__choices button {
    min-width: 43px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .palette-swatch {
    width: 24px;
    height: 16px;
  }
}

@media (max-width: 420px) {
  .hero__copy {
    min-height: var(--hero-stage-height);
  }

  .hero h1 {
    font-size: 49px;
  }

  .format-card h3 {
    font-size: 44px;
  }

  .customization__stage {
    min-height: 610px;
  }

  .palette-dock__choices button,
  .script-dock__choices button,
  .layout-dock__choices button,
  .nav-dock__choices button,
  .motion-dock__choices button {
    min-width: 35px;
  }

  .palette-swatch {
    width: 21px;
  }
}

@media (max-width: 350px) {
  .hero h1 {
    font-size: 46px;
  }

  .format-card h3 {
    max-width: none;
    font-size: 30px;
  }

  .proof__intro h2 {
    font-size: 42px;
  }

  .contact__body h2 {
    font-size: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .has-js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero__stage::after {
    animation: none !important;
    transform: none !important;
  }

  .logo-carousel__track,
  .photo-carousel__track {
    animation: none;
    transform: none;
  }

  .logo-carousel__set[aria-hidden='true'],
  .photo-carousel__set[aria-hidden='true'] {
    display: none;
  }

  .logo-carousel__viewport,
  .photo-carousel__viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Page review / production notes */

.page-review-launcher,
.page-review-panel,
.page-review-toast,
.section-review-ticket {
  --review-paper: #f0ece3;
  --review-ink: #101318;
  --review-inset: #090b0e;
  --review-smoke: #25292e;
  --review-steel: #7d8587;
  --review-accent: #ff5c35;
  --review-rule: rgba(240, 236, 227, 0.22);
  --review-soft-rule: rgba(240, 236, 227, 0.1);
}

:where([data-review-section]) {
  position: relative;
}

.page-review-launcher {
  position: fixed;
  z-index: 220;
  top: calc(var(--header-height) + 14px);
  right: 16px;
  display: flex;
  min-height: 46px;
  padding: 0;
  border: 1px solid var(--review-paper);
  color: var(--review-paper);
  background: var(--review-ink);
  box-shadow: 5px 6px 0 rgba(5, 7, 10, 0.88);
  align-items: stretch;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.page-review-launcher > span,
.page-review-launcher > strong {
  display: flex;
  padding: 0 14px;
  align-items: center;
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.page-review-launcher > strong {
  min-width: 68px;
  border-left: 1px solid var(--review-rule);
  color: var(--review-ink);
  background: var(--review-accent);
  justify-content: center;
}

.page-review-launcher:hover {
  transform: translate(-2px, -2px);
}

html.review-mode .page-review-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
}

.page-review-scrim {
  display: none;
}

.page-review-scrim[hidden] {
  display: none;
}

.page-review-panel {
  position: fixed;
  z-index: 260;
  top: 12px;
  right: 12px;
  display: grid;
  width: min(430px, calc(100vw - 24px));
  height: calc(100dvh - 24px);
  overflow: hidden;
  border: 1px solid var(--review-rule);
  color: var(--review-paper);
  background: rgba(16, 19, 24, 0.985);
  box-shadow: -24px 0 70px rgba(5, 7, 10, 0.38);
  grid-template-rows: auto minmax(0, 1fr) auto;
  transform: translateX(calc(100% + 36px));
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.page-review-panel[hidden] {
  display: none;
}

.page-review-panel::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: var(--active-section-progress, 10%);
  height: 3px;
  background: var(--review-accent);
  content: '';
  transition: width 220ms ease;
}

html.review-mode .page-review-panel {
  transform: translateX(0);
}

.page-review__header {
  display: flex;
  min-height: 80px;
  padding: 17px 16px 14px 20px;
  border-bottom: 1px solid var(--review-rule);
  background: rgba(16, 19, 24, 0.96);
  align-items: center;
  justify-content: space-between;
}

.page-review__header > div {
  display: grid;
  gap: 5px;
}

.page-review__header span,
.page-review__section-heading span,
.page-review__reviewer > span,
.page-review__field > span,
.page-review__save-status,
.page-review__progress > span {
  color: rgba(240, 236, 227, 0.58);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-review__header h2 {
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1;
}

.page-review__header button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--review-rule);
  color: var(--review-paper);
  background: transparent;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  place-items: center;
  transition:
    color 150ms ease,
    background 150ms ease;
}

.page-review__header button:hover {
  color: var(--review-ink);
  background: var(--review-paper);
}

.page-review__scroll {
  padding: 0 20px 32px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--review-steel) transparent;
}

.page-review__intro {
  display: grid;
  gap: 16px;
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--review-rule);
}

.page-review__intro > p {
  max-width: 36ch;
  color: rgba(240, 236, 227, 0.7);
  font-size: 12px;
  line-height: 1.45;
}

.page-review__lock {
  display: grid;
  padding: 13px 14px 14px;
  border: 1px solid var(--review-accent);
  background: rgba(255, 92, 53, 0.065);
  gap: 7px;
}

.page-review__lock span {
  color: var(--review-accent);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.page-review__lock strong {
  color: var(--review-paper);
  font-size: 11px;
  font-weight: 620;
  line-height: 1.4;
}

.page-review__reviewer {
  display: grid;
  gap: 8px;
}

.page-review__reviewer input,
.page-review__field textarea,
.page-review__markdown textarea {
  width: 100%;
  border: 1px solid var(--review-rule);
  border-radius: 0;
  outline: 0;
  color: var(--review-paper);
  background: var(--review-inset);
  caret-color: var(--review-accent);
  transition: border-color 150ms ease;
}

.page-review__reviewer input {
  height: 44px;
  padding: 0 12px;
  font-size: 13px;
}

.page-review__reviewer input:focus,
.page-review__field textarea:focus,
.page-review__markdown textarea:focus {
  border-color: var(--review-accent);
}

.page-review__reviewer input::placeholder,
.page-review__field textarea::placeholder {
  color: rgba(240, 236, 227, 0.3);
}

.page-review__progress {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.page-review__progress > strong {
  font-family: var(--condensed);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-review__progress > div {
  height: 2px;
  overflow: hidden;
  background: var(--review-soft-rule);
  grid-column: 1 / -1;
}

.page-review__progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--review-accent);
  transition: width 180ms ease;
}

.page-review__save-status {
  color: rgba(240, 236, 227, 0.42);
}

.page-review__sections {
  padding: 24px 0 26px;
  border-bottom: 1px solid var(--review-rule);
}

.page-review__section-heading {
  display: flex;
  margin-bottom: 13px;
  align-items: baseline;
  justify-content: space-between;
}

.page-review__section-heading strong {
  color: rgba(240, 236, 227, 0.45);
  font-size: 10px;
  font-weight: 500;
}

.page-review__sections ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.page-review__sections button {
  display: grid;
  width: 100%;
  min-height: 58px;
  padding: 9px 9px 8px;
  border: 1px solid var(--review-soft-rule);
  color: rgba(240, 236, 227, 0.7);
  background: transparent;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  text-align: left;
  transition:
    border-color 150ms ease,
    color 150ms ease,
    background 150ms ease;
}

.page-review__sections button:hover {
  border-color: var(--review-rule);
  color: var(--review-paper);
  background: var(--review-smoke);
}

.page-review__sections button.is-active {
  border-color: var(--review-accent);
  color: var(--review-paper);
  background: rgba(255, 92, 53, 0.09);
}

.page-review__sections button > span,
.page-review__sections button > b {
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.page-review__sections button > span {
  color: var(--review-steel);
}

.page-review__sections button > strong {
  font-size: 11px;
  font-weight: 650;
  line-height: 1.15;
}

.page-review__sections button > b {
  display: grid;
  width: 20px;
  height: 20px;
  border: 1px solid var(--review-rule);
  color: var(--review-steel);
  place-items: center;
}

.page-review__sections button.has-notes > b {
  border-color: var(--review-accent);
  color: var(--review-ink);
  background: var(--review-accent);
}

.page-review__editor {
  padding: 26px 0 8px;
}

.page-review__editor > header {
  padding-bottom: 20px;
}

.page-review__editor > header > span {
  display: block;
  margin-bottom: 9px;
  color: var(--review-accent);
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-review__editor h3 {
  font-size: 34px;
  font-weight: 790;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.page-review__editor header p {
  max-width: 39ch;
  margin-top: 10px;
  color: rgba(240, 236, 227, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.page-review__field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.page-review__field textarea {
  min-height: 94px;
  padding: 11px 12px;
  resize: vertical;
  font-size: 12px;
  line-height: 1.5;
}

.page-review__editor .page-review__field textarea {
  min-height: 154px;
}

.page-review__overall {
  margin-top: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--review-rule);
}

.page-review__markdown {
  margin-top: 24px;
  border-top: 1px solid var(--review-rule);
  border-bottom: 1px solid var(--review-rule);
}

.page-review__markdown summary {
  padding: 14px 0;
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
}

.page-review__markdown textarea {
  min-height: 270px;
  margin-bottom: 14px;
  padding: 12px;
  resize: vertical;
  color: rgba(240, 236, 227, 0.65);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  line-height: 1.55;
}

.page-review__reset {
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: rgba(240, 236, 227, 0.46);
  background: transparent;
  font-size: 10px;
}

.page-review__reset:hover {
  color: var(--review-paper);
}

.page-review__actions {
  display: grid;
  min-height: 70px;
  padding: 12px;
  border-top: 1px solid var(--review-rule);
  background: var(--review-ink);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 8px;
}

.page-review__actions button {
  display: flex;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--review-rule);
  color: var(--review-paper);
  background: transparent;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 730;
}

.page-review__actions button:last-child {
  border-color: var(--review-accent);
  color: var(--review-ink);
  background: var(--review-accent);
}

.page-review__actions button:hover {
  border-color: var(--review-paper);
}

.section-review-ticket {
  position: absolute;
  z-index: 195;
  top: 16px;
  right: max(16px, var(--page-pad));
  display: flex;
  min-height: 38px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 236, 227, 0.82);
  opacity: 0;
  color: var(--review-paper);
  background: rgba(16, 19, 24, 0.96);
  box-shadow: 4px 5px 0 rgba(5, 7, 10, 0.72);
  align-items: stretch;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.section-review-ticket[hidden] {
  display: none;
}

.site-header .section-review-ticket {
  top: calc(100% + 10px);
  right: var(--page-pad);
}

.hero .section-review-ticket {
  top: calc(var(--header-height) + 18px);
}

.section-review-ticket > span,
.section-review-ticket > strong,
.section-review-ticket > b {
  display: flex;
  min-height: 36px;
  padding: 0 9px;
  align-items: center;
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.section-review-ticket > span,
.section-review-ticket > b {
  color: var(--review-steel);
}

.section-review-ticket > strong {
  max-width: 122px;
  border-right: 1px solid var(--review-rule);
  border-left: 1px solid var(--review-rule);
}

.section-review-ticket > b {
  min-width: 36px;
  color: var(--review-paper);
  justify-content: center;
}

.section-review-ticket:hover,
.section-review-ticket.is-active {
  border-color: var(--review-accent);
}

.section-review-ticket.has-notes > b {
  color: var(--review-ink);
  background: var(--review-accent);
}

html.review-mode [data-review-section] {
  box-shadow: inset 0 0 0 1px rgba(255, 92, 53, 0.32);
}

html.review-mode .section-review-ticket {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

html.review-mode .palette-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.page-review-toast {
  position: fixed;
  z-index: 300;
  top: 22px;
  left: 50%;
  max-width: calc(100vw - 32px);
  padding: 11px 14px;
  border: 1px solid var(--review-rule);
  opacity: 0;
  color: var(--review-paper);
  background: var(--review-ink);
  font-size: 11px;
  font-weight: 700;
  pointer-events: none;
  transform: translate(-50%, -14px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.page-review-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 720px) {
  .page-review-launcher {
    top: calc(var(--header-height) + 10px);
    right: 10px;
  }

  .page-review-panel {
    top: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    border: 0;
    box-shadow: none;
  }

  html.review-mode body {
    overflow: hidden;
  }

  .page-review__header {
    min-height: 72px;
    padding-right: 12px;
  }

  .page-review__scroll {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-review__sections ol {
    gap: 5px;
  }

  .page-review__sections button {
    min-height: 54px;
    padding: 8px;
    gap: 6px;
  }

  .page-review__sections button > strong {
    font-size: 10px;
  }

  .section-review-ticket {
    right: 12px;
  }

  .site-header .section-review-ticket {
    right: 12px;
  }

  .section-review-ticket > strong {
    max-width: 98px;
  }
}

@media (max-width: 370px) {
  .page-review-launcher > span {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-review__sections button > b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-review-panel,
  .page-review-launcher,
  .page-review-toast,
  .section-review-ticket {
    transition: none;
  }
}
