@font-face {
  font-family:Geist;
  src:url('/assets/fonts/Geist[wght].woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}
@font-face {
  font-family:Geist Mono;
  src:url('/assets/fonts/GeistMono[wght].woff2') format('woff2');
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}

:root {
  --blue:#0B46C0;
  --coral:#E1553E;
  --ink:#1F1F1E;
  --paper:#FCFBF9;
  --line:#D9D7D3;
  --muted:#66645F;
  --mono:'Geist Mono',monospace;
  --font:Geist,Arial,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:76px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.42
}
body:has(dialog[open]) {
  overflow:hidden
}
button,input {
  font:inherit
}
button {
  cursor:pointer
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit
}
img {
  max-width:100%;
  display:block
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  font-weight:400;
  letter-spacing:-.068em;
  line-height:.96
}
h1 em,h2 i,.statement i {
  font-weight:400;
  font-style:normal;
  color:var(--blue)
}
h2 {
  font-size:clamp(3.8rem,7.5vw,9rem)
}
:focus-visible {
  outline:3px solid var(--coral);
  outline-offset:4px
}
.wrap {
  width:min(100% - 72px,1512px);
  margin-inline:auto
}
.skip-link {
  position:fixed;
  top:-80px;
  left:10px;
  z-index:200;
  padding:12px 18px;
  background:var(--ink);
  color:white
}
.skip-link:focus {
  top:10px
}
.scroll-progress {
  position:fixed;
  z-index:100;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:var(--coral);
  transform:scaleX(0);
  transform-origin:left
}
.site-header {
  height:76px;
  padding:0 36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:var(--paper);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:90
}
.header-brand {
  width:174px;
  display:block;
  flex:none
}
.header-brand img {
  width:100%;
  height:auto
}
.primary-nav {
  display:flex;
  align-items:center;
  gap:clamp(18px,2.5vw,42px);
  height:100%
}
.primary-nav a {
  text-decoration:none;
  font-size:13px;
  font-weight:500;
  white-space:nowrap
}
.primary-nav a:hover,.primary-nav a[aria-current=location] {
  color:var(--blue)
}
.primary-nav .nav-kit {
  background:var(--ink);
  color:#fff;
  padding:13px 19px;
  min-height:44px;
  display:flex;
  align-items:center;
  gap:25px
}
.primary-nav .nav-kit:hover {
  color:#fff;
  background:var(--blue)
}
.menu-toggle {
  display:none
}
.section-pad {
  padding-top:clamp(100px,12vw,210px);
  padding-bottom:clamp(100px,12vw,210px)
}
.eyebrow,.chapter,.hero-art-caption,.art-index,.stage-note,.section-heading>p,.type-top,.type-main>label,.type-aside>span,.type-chars,.pattern-top,.pattern-bottom,.mockup-figure figcaption,.application-interlude span,.application-mini>div>span,.preview-toolbar,.browser-bar,.preview-header>span,.preview-hero>div>span,.preview-method>span,.social-head>span,.feed-post>span:nth-child(2),.feed-post small,.stories>span,.story>span,.clearspace>span,.usage-rules>span,.usage-versions span,.kit-resources,.site-footer,.mono-sample,.manifesto-side>span {
  font-family:var(--mono);
  font-size:11px;
  font-weight:400;
  letter-spacing:.04em;
  line-height:1.4
}
.hero {
  padding-top:clamp(58px,5vw,88px);
  overflow:hidden
}
.hero-copy {
  position:relative
}
.eyebrow {
  margin-bottom:24px
}
.eyebrow span {
  margin:0 8px;
  color:var(--coral)
}
h1 {
  font-size:clamp(4.8rem,9.2vw,11rem);
  max-width:1220px;
  white-space:nowrap
}
h1 em {
  color:var(--blue)
}
.hero-bottom {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-top:28px;
  margin-bottom:clamp(45px,4vw,70px)
}
.hero-bottom>p {
  font-size:clamp(19px,2vw,27px);
  letter-spacing:-.035em;
  max-width:470px;
  line-height:1.27
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap
}
.button {
  min-height:56px;
  padding:15px 22px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  font-size:14px;
  font-weight:600;
  transition:background .2s,color .2s,transform .2s
}
.button:active {
  transform:scale(.98)
}
.button-dark {
  background:var(--ink);
  color:white
}
.button-dark:hover {
  background:var(--blue)
}
.button-light {
  background:var(--paper);
  color:var(--ink)
}
.button-light:hover {
  background:var(--coral)
}
.text-link {
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding:10px 0;
  font-size:14px;
  font-weight:500
}
.text-link:hover {
  color:var(--blue)
}
.hero-art {
  position:relative;
  height:clamp(370px,42vw,600px);
  margin-bottom:62px
}
.hero-art-blue {
  height:100%;
  width:88%;
  background:var(--blue);
  position:relative;
  overflow:hidden
}
.hero-symbol {
  width:75%;
  height:110%;
  object-fit:contain;
  position:absolute;
  left:13%;
  top:-5%
}
.art-index {
  position:absolute;
  z-index:2;
  color:white;
  left:28px;
  top:25px
}
.hero-art-coral {
  position:absolute;
  right:0;
  bottom:-10%;
  width:25%;
  aspect-ratio:1.25;
  background:var(--coral);
  display:grid;
  place-items:center
}
.hero-art-coral img {
  width:77%
}
.hero-art-caption {
  position:absolute;
  bottom:-38px;
  left:0;
  width:88%;
  display:flex;
  justify-content:space-between
}
.section-heading {
  display:grid;
  grid-template-columns:28% 1fr;
  column-gap:20px
}
.section-heading .chapter {
  padding-top:12px
}
.section-heading h2 {
  grid-column:2
}
.section-heading>p {
  font-family:var(--font);
  font-size:18px;
  letter-spacing:-.025em;
  line-height:1.35;
  max-width:350px;
  align-self:end;
  margin-bottom:10px
}
.split-heading {
  grid-template-columns:22% 1fr 25%
}
.split-heading h2 {
  grid-column:2
}
.manifesto-grid {
  display:grid;
  grid-template-columns:28% 1fr 25%;
  gap:20px;
  margin-top:65px
}
.manifesto-grid .lead {
  grid-column:2;
  font-size:clamp(23px,2.7vw,39px);
  line-height:1.22;
  letter-spacing:-.045em;
  max-width:830px
}
.manifesto-side {
  grid-column:3;
  padding-left:25px;
  border-left:1px solid var(--line);
  align-self:end
}
.manifesto-side ol {
  margin:24px 0 0;
  padding:0;
  list-style:none;
  font-size:18px
}
.manifesto-side li+li {
  margin-top:9px
}
.statement {
  font-size:clamp(5rem,12.5vw,15rem);
  letter-spacing:-.08em;
  line-height:.86;
  margin-top:clamp(150px,19vw,300px)
}
.statement i {
  display:inline-block;
  margin-left:17%
}
.symbol-section {
  background:#F0EEEB
}
.symbol-section .section-heading {
  margin-bottom:70px
}
.logo-stage {
  height:min(60vw,680px);
  min-height:420px;
  background:var(--paper);
  border:1px solid #E4E2DE;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  transition:background .3s
}
.logo-stage[data-theme=mono] {
  background:#E6E3DF
}
.logo-stage[data-theme=negative] {
  background:var(--blue)
}
.logo-layer {
  width:min(52%,650px);
  height:auto
}
.stage-cross {
  position:absolute;
  color:#BBB8B3;
  font-family:var(--mono);
  font-size:22px
}
.stage-cross-a {
  top:12%;
  left:15%
}
.stage-cross-b {
  right:15%;
  bottom:12%
}
.stage-note {
  position:absolute;
  bottom:22px;
  left:24px;
  color:var(--muted)
}
.logo-stage[data-theme=negative] .stage-note {
  color:#fff
}
.logo-controls {
  display:flex;
  justify-content:center;
  gap:8px;
  margin:25px 0 110px
}
.logo-controls button,.preview-toolbar button {
  border:1px solid var(--line);
  background:transparent;
  padding:11px 17px;
  min-height:44px;
  color:var(--ink);
  font-size:13px
}
.logo-controls button.is-active,.preview-toolbar button.is-active {
  background:var(--ink);
  color:white;
  border-color:var(--ink)
}
.identity-strip {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  align-items:stretch;
  gap:1px;
  background:var(--line)
}
.identity-strip>div,.identity-strip>p {
  background:#F0EEEB;
  padding:24px;
  min-height:245px
}
.identity-strip span {
  font-family:var(--mono);
  font-size:10px
}
.identity-lockup img {
  width:min(90%,450px);
  margin:63px auto 0
}
.identity-avatar>div {
  background:var(--blue);
  width:145px;
  height:145px;
  display:grid;
  place-items:center;
  margin:15px auto 0
}
.identity-avatar img {
  width:78%
}
.identity-strip>p {
  display:flex;
  align-items:end;
  font-size:25px;
  line-height:1.1;
  letter-spacing:-.04em
}
.color-section {
  padding-bottom:100px
}
.color-section .section-heading {
  margin-bottom:100px
}
.palette {
  display:grid;
  grid-template-columns:2.2fr 1.15fr 1.15fr .9fr;
  min-height:540px
}
.swatch {
  appearance:none;
  border:0;
  border-radius:0;
  text-align:left;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:25px;
  min-width:0;
  transition:transform .25s
}
.swatch:hover {
  transform:translateY(-10px)
}
.swatch-blue {
  background:var(--blue);
  color:#fff
}
.swatch-coral {
  background:var(--coral);
  color:var(--ink)
}
.swatch-charcoal {
  background:var(--ink);
  color:#fff
}
.swatch-paper {
  background:#E9E6E1;
  color:var(--ink)
}
.swatch-no,.swatch-code {
  font-family:var(--mono);
  font-size:11px
}
.swatch-name {
  font-size:clamp(25px,3vw,48px);
  line-height:.98;
  letter-spacing:-.065em
}
.swatch-code {
  display:flex;
  justify-content:space-between
}
.copy-feedback {
  height:32px;
  padding-top:10px;
  color:var(--muted);
  font-family:var(--mono);
  font-size:11px
}
.type-section .section-heading {
  margin-bottom:95px
}
.type-grid {
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line)
}
.type-main,.type-aside {
  background:var(--paper);
  padding:32px
}
.type-top {
  display:flex;
  justify-content:space-between
}
.type-aa {
  font-size:clamp(12rem,25vw,35rem);
  letter-spacing:-.13em;
  line-height:.8;
  margin:65px 0 55px
}
.type-aa span {
  color:var(--coral)
}
.type-main>label {
  display:block;
  margin-bottom:13px
}
.type-main>input {
  display:block;
  width:100%;
  border:0;
  border-bottom:1px solid var(--ink);
  background:transparent;
  color:var(--ink);
  font-size:clamp(22px,3vw,44px);
  line-height:1.2;
  letter-spacing:-.05em;
  padding:8px 0 20px;
  outline:none;
  font-weight:400
}
.type-main>input:focus {
  border-bottom:3px solid var(--blue)
}
.type-range {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:25px
}
.type-range label {
  font-family:var(--mono);
  font-size:12px;
  white-space:nowrap
}
.type-range input {
  width:44%;
  accent-color:var(--blue);
  min-height:44px
}
.type-chars {
  margin-top:72px;
  line-height:1.9;
  overflow-wrap:anywhere;
  color:var(--muted)
}
.mono-sample {
  font-size:clamp(6rem,13vw,15rem);
  line-height:.98;
  letter-spacing:-.09em;
  margin:70px 0
}
.mono-sample span {
  color:var(--coral)
}
.type-aside p {
  max-width:310px;
  font-size:17px;
  letter-spacing:-.025em;
  line-height:1.35;
  margin-bottom:25px
}
.pattern-section {
  overflow:hidden
}
.pattern-stage {
  min-height:880px;
  background:var(--blue);
  color:white;
  position:relative;
  overflow:hidden;
  padding:30px 36px
}
.pattern-top {
  display:flex;
  justify-content:space-between;
  position:relative;
  z-index:2
}
.pattern-arc {
  position:absolute;
  border:clamp(90px,12vw,220px) solid #fff;
  border-radius:50%;
  width:900px;
  height:900px;
  opacity:.96;
  pointer-events:none
}
.pattern-arc-one {
  left:-400px;
  top:190px
}
.pattern-arc-two {
  right:-370px;
  top:-400px;
  border-color:var(--coral)
}
.pattern-copy {
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin:290px 0 100px 29%
}
.pattern-copy h2 {
  font-size:clamp(5rem,10vw,12rem);
  color:white
}
.pattern-copy p {
  font-size:clamp(20px,2vw,28px);
  line-height:1.25;
  letter-spacing:-.035em;
  max-width:410px;
  margin-top:40px
}
.pattern-bottom {
  position:absolute;
  bottom:30px;
  right:36px
}
.applications .section-heading {
  margin-bottom:90px
}
.mockup-figure button {
  display:block;
  padding:0;
  border:0;
  background:none;
  width:100%;
  overflow:hidden;
  position:relative
}
.mockup-figure img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s cubic-bezier(.22,1,.36,1)
}
.mockup-figure button:hover img {
  transform:scale(1.025)
}
.mockup-paper {
  width:78%;
  margin-left:0
}
.mockup-paper button {
  aspect-ratio:1.35;
  background:#ddd
}
.mockup-poster {
  width:100%
}
.mockup-poster button {
  aspect-ratio:1.8;
  background:#ddd
}
.mockup-figure figcaption {
  display:flex;
  justify-content:space-between;
  padding-top:14px
}
.application-interlude {
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.application-interlude p {
  max-width:570px;
  font-size:clamp(34px,5vw,73px);
  letter-spacing:-.06em;
  line-height:1
}
.application-interlude span {
  align-self:end;
  padding-bottom:35px
}
.application-mini {
  display:grid;
  grid-template-columns:1fr 1.6fr 1fr;
  gap:1px;
  background:var(--line);
  margin-top:110px;
  border:1px solid var(--line)
}
.application-mini>div {
  min-height:340px;
  padding:20px;
  background:var(--paper);
  display:flex;
  flex-direction:column
}
.mini-avatar img {
  width:180px;
  height:180px;
  background:var(--blue);
  padding:25px;
  align-self:center;
  margin:auto
}
.mini-proposal img {
  width:70%;
  margin:60px auto 15px
}
.mini-proposal strong {
  font-size:31px;
  font-weight:400;
  letter-spacing:-.06em;
  line-height:1
}
.mini-signature img {
  width:90%;
  margin:auto
}
.digital {
  background:#EEECE8
}
.digital .section-heading {
  margin-bottom:85px
}
.preview-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px
}
.preview-toolbar>div {
  display:flex;
  gap:7px
}
.preview-shell {
  background:var(--paper);
  border:1px solid #CCC8C3;
  box-shadow:0 30px 90px #1F1F1E1A;
  max-width:100%;
  margin:auto;
  transition:width .28s ease,opacity .28s ease
}
.preview-shell[data-size=desktop] {
  width:100%
}
.preview-shell[data-size=mobile] {
  width:400px
}
.browser-bar {
  height:43px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 16px;
  color:var(--muted)
}
.browser-dots {
  display:flex;
  gap:5px
}
.browser-dots i {
  width:7px;
  height:7px;
  border-radius:50%;
  border:1px solid #AAA
}
.preview-site {
  padding:25px;
  background:var(--paper)
}
.preview-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding-bottom:25px
}
.preview-header img {
  width:180px
}
.preview-hero {
  display:grid;
  grid-template-columns:1fr 40%;
  gap:20px;
  padding:72px 0 68px
}
.preview-hero h3 {
  font-size:clamp(60px,6vw,110px);
  margin:30px 0
}
.preview-hero h3 i {
  font-style:normal;
  color:var(--blue)
}
.preview-hero p {
  max-width:350px;
  font-size:18px;
  letter-spacing:-.03em;
  line-height:1.3
}
.preview-cta {
  display:inline-flex;
  align-items:center;
  margin-top:30px;
  background:var(--ink);
  color:white;
  padding:13px 18px;
  text-decoration:none;
  font-size:13px;
  min-height:44px
}
.preview-visual {
  background:var(--blue);
  display:grid;
  place-items:center;
  overflow:hidden
}
.preview-visual img {
  width:120%;
  max-width:none
}
.preview-method {
  border-top:1px solid var(--line);
  padding-top:25px;
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:25px;
  scroll-margin-top:90px
}
.preview-method ol {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px
}
.preview-method li {
  border-top:1px solid var(--ink);
  padding-top:14px;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.03em
}
.preview-method b {
  display:block;
  font-family:var(--mono);
  font-weight:400;
  font-size:11px;
  margin-bottom:35px
}
.preview-shell[data-size=mobile] .preview-site {
  padding:18px
}
.preview-shell[data-size=mobile] .preview-header img {
  width:140px
}
.preview-shell[data-size=mobile] .preview-header>span {
  font-size:9px
}
.preview-shell[data-size=mobile] .preview-hero {
  display:block;
  padding:65px 0 25px
}
.preview-shell[data-size=mobile] .preview-hero h3 {
  font-size:57px
}
.preview-shell[data-size=mobile] .preview-visual {
  height:235px;
  margin-top:40px
}
.preview-shell[data-size=mobile] .preview-visual img {
  width:110%
}
.preview-shell[data-size=mobile] .preview-method {
  display:block
}
.preview-shell[data-size=mobile] .preview-method ol {
  display:block;
  margin-top:30px
}
.preview-shell[data-size=mobile] .preview-method li {
  padding-bottom:25px;
  margin-top:15px
}
.preview-shell[data-size=mobile] .preview-method b {
  margin-bottom:10px
}
.instagram .section-heading {
  margin-bottom:90px
}
.social-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding-bottom:15px
}
.profile-preview {
  display:flex;
  align-items:center;
  gap:28px;
  padding:36px 0
}
.profile-avatar {
  width:90px;
  height:90px;
  border-radius:50%;
  background:var(--blue);
  display:grid;
  place-items:center;
  flex:none
}
.profile-avatar img {
  width:75%
}
.profile-preview strong {
  font-weight:500;
  font-size:21px;
  letter-spacing:-.04em
}
.profile-preview p {
  color:var(--muted);
  font-size:14px;
  margin-top:7px
}
.feed-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px
}
.feed-post {
  border:0;
  min-width:0;
  aspect-ratio:1;
  padding:20px;
  display:flex;
  flex-direction:column;
  text-align:left;
  position:relative;
  overflow:hidden;
  transition:transform .2s
}
.feed-post:hover {
  transform:scale(.985)
}
.feed-post strong {
  font-weight:400;
  font-size:clamp(25px,3.3vw,54px);
  line-height:.99;
  letter-spacing:-.064em;
  position:relative;
  z-index:1;
  margin:auto 0
}
.feed-post>img {
  width:58%;
  align-self:end;
  position:absolute;
  bottom:-9%;
  right:-10%
}
.feed-blue,.feed-blue-alt {
  background:var(--blue);
  color:white
}
.feed-paper {
  background:#EEECE7;
  color:var(--ink)
}
.feed-paper img {
  opacity:.25
}
.feed-coral {
  background:var(--coral);
  color:var(--ink)
}
.feed-coral img {
  opacity:.28
}
.feed-charcoal {
  background:var(--ink);
  color:#fff
}
.feed-blue-alt .post-number {
  font-size:clamp(100px,19vw,280px);
  letter-spacing:-.13em;
  line-height:.8;
  color:#ffffff99;
  position:absolute;
  bottom:-25px;
  right:15px
}
.feed-symbol {
  background:var(--blue);
  color:white;
  align-items:center
}
.feed-symbol>span:nth-child(2) {
  align-self:flex-start
}
.feed-symbol img {
  position:static;
  width:90%;
  margin:auto
}
.feed-symbol small {
  align-self:flex-start
}
.stories {
  margin-top:100px
}
.stories>span {
  display:block;
  border-top:1px solid var(--line);
  padding-top:15px;
  margin-bottom:28px
}
.stories-track {
  display:flex;
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:10px
}
.story {
  height:520px;
  width:290px;
  flex:none;
  scroll-snap-align:start;
  position:relative;
  padding:19px;
  display:flex;
  flex-direction:column;
  overflow:hidden
}
.story strong {
  font-weight:400;
  font-size:37px;
  letter-spacing:-.07em;
  line-height:1;
  position:relative;
  z-index:1;
  margin:auto 0
}
.story img {
  width:100%;
  position:absolute;
  bottom:-4%;
  right:-16%;
  opacity:.55
}
.story-blue {
  background:var(--blue);
  color:#fff
}
.story-coral {
  background:var(--coral);
  color:var(--ink)
}
.story-dark {
  background:var(--ink);
  color:#fff
}
.usage {
  background:#F0EEEB
}
.usage .section-heading {
  margin-bottom:95px
}
.usage-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}
.clearspace,.usage-rules {
  background:var(--paper);
  padding:26px;
  min-height:540px
}
.clearspace-diagram {
  border:1px dashed var(--coral);
  width:min(64%,370px);
  aspect-ratio:1;
  margin:70px auto;
  display:grid;
  place-items:center;
  position:relative
}
.clearspace-diagram img {
  width:70%
}
.measure {
  font-family:var(--mono);
  font-size:14px;
  color:var(--coral);
  position:absolute
}
.measure-top {
  top:-30px;
  left:50%
}
.measure-left {
  left:-20px;
  top:50%
}
.usage-rules ol {
  list-style:none;
  margin:55px 0 35px;
  padding:0
}
.usage-rules li {
  display:grid;
  grid-template-columns:55px 1fr;
  border-top:1px solid var(--line);
  padding:18px 0;
  font-size:19px;
  letter-spacing:-.025em
}
.usage-rules li b {
  font-family:var(--mono);
  font-size:11px;
  font-weight:400
}
.usage-rules p {
  color:var(--muted);
  font-size:13px
}
.usage-versions {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:20px
}
.usage-versions>div {
  background:#E4E1DC;
  aspect-ratio:1.9;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:18px
}
.usage-versions>div:nth-child(3) {
  background:var(--blue);
  color:white
}
.usage-versions img {
  width:52%;
  max-height:72%;
  margin:auto
}
.kit {
  background:var(--ink);
  color:#fff;
  padding:clamp(100px,12vw,210px) 0 60px
}
.kit h2 {
  font-size:clamp(6rem,12vw,16rem);
  margin:55px 0 130px
}
.kit h2 i {
  color:var(--coral)
}
.kit-bottom {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px
}
.kit-bottom>div {
  max-width:420px
}
.kit-bottom img {
  width:280px;
  margin-bottom:35px
}
.kit-bottom p {
  font-size:19px;
  letter-spacing:-.025em;
  line-height:1.3
}
.kit-resources {
  display:flex;
  gap:32px;
  flex-wrap:wrap;
  border-top:1px solid #ffffff55;
  margin-top:120px;
  padding-top:24px
}
.kit-resources span {
  color:#AAA
}
.kit-resources a {
  text-decoration:none
}
.kit-resources a:hover {
  color:var(--coral)
}
.site-footer {
  background:var(--ink);
  color:#aaa;
  border-top:1px solid #ffffff44;
  padding:26px 0
}
.site-footer .wrap {
  display:flex;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap
}
.site-footer .wrap>div {
  display:flex;
  gap:30px;
  flex-wrap:wrap
}
.site-footer a {
  text-decoration:none
}
.site-footer a:hover {
  color:white
}
.image-dialog,.post-dialog {
  border:0;
  padding:0;
  max-width:min(90vw,1300px);
  max-height:90vh;
  background:var(--paper);
  color:var(--ink);
  box-shadow:0 35px 110px #0007
}
.image-dialog::backdrop,.post-dialog::backdrop {
  background:#111c
}
.image-dialog img {
  max-height:78vh;
  width:auto;
  margin:auto
}
.image-dialog p {
  font-family:var(--mono);
  font-size:12px;
  padding:15px 20px
}
.dialog-close {
  position:absolute;
  right:12px;
  top:12px;
  z-index:5;
  background:var(--ink);
  color:white;
  border:0;
  min-height:44px;
  padding:10px 15px;
  font-size:13px
}
.post-dialog {
  width:min(90vw,850px)
}
.post-dialog-art {
  width:100%;
  aspect-ratio:1.45
}
.post-dialog-art .feed-post {
  width:100%;
  height:100%;
  aspect-ratio:auto;
  pointer-events:none
}
.post-dialog-art .feed-post strong {
  font-size:clamp(44px,7vw,100px)
}
.post-dialog-caption {
  padding:25px 30px
}
.post-dialog-caption span {
  font:11px var(--mono)
}
.post-dialog-caption p {
  font-size:18px;
  margin-top:14px;
  max-width:640px
}

@media(max-width:1100px) {
  .split-heading {
    grid-template-columns:20% 1fr
  }
  .split-heading>p {
    grid-column:2;
    margin-top:24px
  }
  .manifesto-grid {
    grid-template-columns:20% 1fr
  }
  .manifesto-grid .lead {
    grid-column:2
  }
  .manifesto-side {
    grid-column:2;
    margin-top:30px
  }
  .hero-art-coral {
    width:30%
  }
  .palette {
    min-height:450px
  }
  .swatch {
    padding:17px
  }
  .swatch-name {
    font-size:31px
  }
  .pattern-copy {
    margin-left:20%
  }
  .mockup-paper {
    width:90%
  }

}

@media(max-width:760px) {
  html {
    scroll-padding-top:65px
  }
  .wrap {
    width:min(100% - 36px,1512px)
  }
  .site-header {
    height:65px;
    padding:0 18px
  }
  .header-brand {
    width:150px
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    width:44px;
    height:44px;
    border:0;
    background:none;
    padding:10px
  }
  .menu-toggle span {
    height:2px;
    width:24px;
    background:var(--ink);
    display:block;
    transition:transform .2s
  }
  .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)
  }
  .primary-nav {
    position:absolute;
    top:65px;
    left:0;
    right:0;
    height:auto;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    display:none;
    padding:18px;
    box-shadow:0 25px 40px #1f1f1e1a
  }
  .primary-nav.is-open {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0
  }
  .primary-nav a {
    display:flex;
    align-items:center;
    min-height:48px;
    font-size:18px;
    border-bottom:1px solid var(--line)
  }
  .primary-nav .nav-kit {
    margin-top:15px;
    justify-content:space-between
  }
  .section-pad {
    padding-top:100px;
    padding-bottom:100px
  }
  .eyebrow,.chapter {
    font-size:10px
  }
  .hero {
    padding-top:55px
  }
  .eyebrow {
    margin-bottom:30px
  }
  .eyebrow span {
    margin:0 4px
  }
  h1 {
    font-size:clamp(3.05rem,11.5vw,5.7rem);
    letter-spacing:-.072em;
    white-space:normal;
    max-width:650px
  }
  .hero-bottom {
    display:block;
    margin-top:27px;
    margin-bottom:47px
  }
  .hero-bottom>p {
    font-size:18px;
    max-width:400px
  }
  .hero-actions {
    margin-top:25px;
    gap:20px
  }
  .button {
    min-height:52px
  }
  .hero-art {
    height:390px;
    margin-bottom:60px
  }
  .hero-art-blue {
    width:94%
  }
  .hero-symbol {
    width:95%;
    left:2%
  }
  .hero-art-coral {
    width:35%;
    bottom:-8%
  }
  .hero-art-caption {
    width:94%
  }
  .section-heading,.split-heading {
    display:block
  }
  .section-heading .chapter {
    display:block;
    margin-bottom:27px;
    padding:0
  }
  h2 {
    font-size:clamp(2.9rem,11vw,6.8rem)
  }
  .split-heading>p {
    margin-top:28px;
    font-size:17px
  }
  .manifesto-grid {
    display:block;
    margin-top:36px
  }
  .manifesto-grid .lead {
    font-size:25px
  }
  .manifesto-side {
    margin-top:40px;
    padding-left:17px
  }
  .statement {
    margin-top:150px;
    font-size:clamp(5rem,17vw,9rem)
  }
  .statement i {
    margin-left:5%
  }
  .symbol-section .section-heading {
    margin-bottom:45px
  }
  .logo-stage {
    min-height:350px;
    height:400px
  }
  .logo-layer {
    width:75%
  }
  .logo-controls {
    margin-bottom:70px;
    flex-wrap:wrap
  }
  .logo-controls button {
    font-size:12px
  }
  .identity-strip {
    grid-template-columns:1fr 1fr
  }
  .identity-strip>div,.identity-strip>p {
    min-height:200px;
    padding:15px
  }
  .identity-lockup {
    grid-column:1/-1
  }
  .identity-lockup img {
    margin:55px auto 0
  }
  .identity-avatar>div {
    width:115px;
    height:115px
  }
  .identity-strip>p {
    font-size:19px
  }
  .color-section .section-heading {
    margin-bottom:55px
  }
  .palette {
    grid-template-columns:1fr 1fr;
    min-height:0
  }
  .swatch {
    min-height:290px
  }
  .swatch:first-child {
    grid-column:1/-1;
    min-height:360px
  }
  .swatch-name {
    font-size:37px
  }
  .swatch:last-child {
    grid-column:1/-1;
    min-height:190px
  }
  .type-section .section-heading {
    margin-bottom:55px
  }
  .type-grid {
    display:block
  }
  .type-main,.type-aside {
    padding:20px
  }
  .type-aside {
    border-top:1px solid var(--line)
  }
  .type-aa {
    font-size:clamp(13rem,48vw,27rem);
    margin:65px 0 55px
  }
  .type-main>input {
    font-size:25px
  }
  .type-chars {
    margin-top:50px
  }
  .mono-sample {
    font-size:8rem;
    margin:40px 0
  }
  .pattern-stage {
    min-height:740px;
    padding:22px 18px
  }
  .pattern-top span:last-child {
    display:none
  }
  .pattern-arc {
    width:620px;
    height:620px;
    border-width:120px
  }
  .pattern-arc-one {
    left:-430px;
    top:220px
  }
  .pattern-arc-two {
    right:-450px;
    top:-250px
  }
  .pattern-copy {
    margin:270px 0 100px 5%
  }
  .pattern-copy h2 {
    font-size:clamp(4.8rem,13vw,8rem)
  }
  .pattern-copy p {
    font-size:18px;
    max-width:290px
  }
  .pattern-bottom {
    right:18px
  }
  .applications .section-heading {
    margin-bottom:60px
  }
  .mockup-paper {
    width:100%
  }
  .mockup-paper button {
    aspect-ratio:.95
  }
  .mockup-poster button {
    aspect-ratio:1.1
  }
  .mockup-figure figcaption {
    font-size:9px;
    gap:15px
  }
  .application-interlude {
    min-height:250px;
    display:block;
    padding:75px 0 30px
  }
  .application-interlude p {
    font-size:44px
  }
  .application-interlude span {
    display:block;
    margin-top:25px
  }
  .application-mini {
    grid-template-columns:1fr 1fr;
    margin-top:70px
  }
  .mini-proposal {
    grid-column:1/-1;
    grid-row:1
  }
  .application-mini>div {
    min-height:240px
  }
  .mini-proposal img {
    margin:40px auto 15px
  }
  .mini-avatar img {
    width:135px;
    height:135px
  }
  .digital .section-heading {
    margin-bottom:55px
  }
  .preview-toolbar {
    gap:15px
  }
  .preview-toolbar>span {
    font-size:9px
  }
  .preview-toolbar button {
    padding:8px 10px
  }
  .preview-shell {
    width:100%!important
  }
  .preview-site {
    padding:18px
  }
  .preview-header img {
    width:140px
  }
  .preview-header>span {
    font-size:9px
  }
  .preview-hero {
    display:block;
    padding:55px 0 25px
  }
  .preview-hero h3 {
    font-size:clamp(48px,12vw,70px)
  }
  .preview-hero p {
    font-size:16px
  }
  .preview-visual {
    height:245px;
    margin-top:40px
  }
  .preview-visual img {
    width:110%
  }
  .preview-method {
    display:block
  }
  .preview-method ol {
    display:block;
    margin-top:30px
  }
  .preview-method li {
    padding-bottom:25px;
    margin-top:15px
  }
  .preview-method b {
    margin-bottom:10px
  }
  .instagram .section-heading {
    margin-bottom:55px
  }
  .profile-avatar {
    width:70px;
    height:70px
  }
  .profile-preview {
    gap:17px
  }
  .profile-preview strong {
    font-size:18px
  }
  .profile-preview p {
    font-size:12px
  }
  .feed-grid {
    gap:4px
  }
  .feed-post {
    padding:8px
  }
  .feed-post>span:nth-child(2) {
    font-size:7px
  }
  .feed-post strong {
    font-size:clamp(14px,4vw,29px)
  }
  .feed-post small {
    font-size:7px
  }
  .feed-blue-alt .post-number {
    font-size:65px;
    bottom:-5px
  }
  .stories {
    margin-top:70px
  }
  .story {
    height:430px;
    width:240px
  }
  .usage .section-heading {
    margin-bottom:55px
  }
  .usage-grid {
    display:block
  }
  .clearspace,.usage-rules {
    min-height:430px;
    padding:18px
  }
  .usage-rules {
    margin-top:8px
  }
  .clearspace-diagram {
    margin:65px auto;
    width:65%
  }
  .usage-versions {
    gap:4px
  }
  .usage-versions>div {
    padding:8px;
    aspect-ratio:1.1
  }
  .usage-versions img {
    width:80%
  }
  .usage-versions span {
    font-size:7px
  }
  .kit {
    padding-top:100px
  }
  .kit h2 {
    font-size:clamp(5rem,15vw,9rem);
    margin:40px 0 100px
  }
  .kit-bottom {
    display:block
  }
  .kit-bottom img {
    width:235px
  }
  .kit-bottom p {
    font-size:17px
  }
  .kit-bottom .button {
    margin-top:40px
  }
  .kit-resources {
    margin-top:100px;
    gap:20px
  }
  .kit-resources span {
    width:100%
  }
  .site-footer .wrap {
    display:block
  }
  .site-footer .wrap>div {
    margin-top:20px;
    gap:16px
  }
  .post-dialog-art {
    aspect-ratio:1
  }
  .post-dialog-art .feed-post strong {
    font-size:clamp(32px,8vw,60px)
  }

}

@media(max-width:420px) {
  h1 {
    font-size:11.5vw
  }
  .hero-art {
    height:330px
  }
  .hero-bottom>p {
    font-size:17px
  }
  .button {
    gap:15px;
    padding:13px 17px
  }
  .hero-actions .text-link {
    font-size:12px
  }
  .hero-art-coral {
    width:42%
  }
  .pattern-copy h2 {
    font-size:12vw
  }
  .palette .swatch {
    min-height:245px
  }
  .palette .swatch:first-child {
    min-height:300px
  }
  .palette .swatch:last-child {
    min-height:160px
  }
  .swatch-name {
    font-size:29px
  }
  .logo-controls {
    gap:4px
  }
  .logo-controls button {
    padding:10px;
    font-size:11px
  }
  .post-dialog-art .feed-post strong {
    font-size:31px
  }

}

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

}

/* Coral supports dark ink, AA normal text needs near-black rather than charcoal. */
.swatch-coral,.feed-coral,.story-coral{color:#111111}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

/* HTML width/height attributes reserve space; rendered logo proportions follow the SVG. */
img[src*="/logo-"] {
  height:auto;
  object-fit:contain
}
.hero-symbol {
  top:50%;
  translate:0 -50%
}
.mini-avatar img[src*="/logo-"] {
  height:180px;
  object-fit:contain
}
@media(max-width:760px) {
  .mini-avatar img[src*="/logo-"] {
    height:135px
  }
}
