@charset "UTF-8";

:root {
  --paper: #f7f8f2;
  --ink: #222720;
  --muted: #62675e;
  --orange: #ff6b35;
  --line: #dce0d6;
  --heading: "Space Grotesk", "Arial", sans-serif;
  --body: "DM Sans", "Arial", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 35px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: var(--orange); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
svg use { pointer-events: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #a53910; outline-offset: 6px; border-radius: 5px; }
button[hidden] { display: none; }
.wrap { width: min(100% - 112px, 1440px); margin-inline: auto; }
.icon { width: 21px; height: 21px; flex-shrink: 0; }
.skip-link { position: fixed; z-index: 10; top: 10px; left: 10px; padding: 12px 20px; color: var(--paper); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 108px; border-bottom: 1px solid var(--line); gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--heading); font-weight: 700; font-size: 29px; line-height: 1; letter-spacing: -1.6px; min-height: 44px; }
.brand-light { font-weight: 500; }
.brand-period { color: #c44818; }
.site-header nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 600; }
.site-header nav a { min-height: 44px; display: flex; align-items: center; transition: color 180ms ease; }
.site-header nav a:hover { color: #ae3910; }
.site-header nav .nav-contact { display: none; }
.site-header nav .nav-cta { gap: 26px; padding: 9px 18px; border: 1px solid #aeb4a7; border-radius: 6px; margin-left: 12px; transition: background 180ms ease, border-color 180ms ease; }
.site-header nav .nav-cta:hover { color: var(--ink); border-color: var(--orange); background: var(--orange); }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); background: none; border-radius: 7px; }
.close-icon { display: none; }
.eyebrow { font-size: 12px; letter-spacing: 1.7px; font-weight: 650; line-height: 1.4; }
.hero { padding-top: 48px; }
.hero-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 44px; margin: 0 0 39px; }
h1, h2, h3, p, figure { margin: 0; }
h1 { font-family: var(--heading); font-size: clamp(3.8rem, 6.65vw, 6.6rem); font-weight: 600; letter-spacing: -0.069em; line-height: 1.01; }
h1 span { color: #d74b1d; }
.hero-intro { width: 284px; flex: 0 0 284px; padding-bottom: 5px; }
.hero-intro p { font-size: 17px; line-height: 1.65; color: #545b50; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 49px; padding: 11px 19px; border-radius: 6px; font-size: 14px; font-weight: 600; transition: background 180ms ease, color 180ms ease; }
.button-dark { color: var(--paper); background: var(--ink); margin-top: 24px; }
.button-dark:hover { background: #414c39; }
.button .icon { transition: transform 180ms ease; }
.button:hover .icon { transform: translateY(3px); }
.hero-art { position: relative; height: clamp(340px, 34vw, 520px); isolation: isolate; overflow: hidden; border-radius: 11px; background: #1c4544; }
.world-image { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
.hero-art::after { position: absolute; content: ""; inset: 50% 0 0; background: linear-gradient(transparent, rgb(10 31 29 / 75%)); z-index: 0; pointer-events: none; }
.art-top { position: absolute; inset: 24px 27px auto; display: flex; justify-content: space-between; align-items: center; color: #fff; }
.art-pill { display: flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgb(255 255 255 / 40%); border-radius: 5px; font-size: 12px; background: rgb(15 43 37 / 70%); }
.art-pill .icon { width: 17px; height: 17px; }
.art-corner { padding: 7px; border: 1px solid rgb(255 255 255 / 40%); border-radius: 50%; line-height: 0; background: rgb(15 43 37 / 55%); }
.hero-art figcaption { position: absolute; inset: auto 29px 28px; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; }
.hero-art figcaption > span:first-child { font-size: 12px; letter-spacing: 1.2px; line-height: 2.1; }
.hero-art figcaption strong { font-family: var(--heading); font-size: 23px; font-weight: 500; letter-spacing: -.7px; }
.art-label { display: flex; align-items: center; gap: 16px; font-size: 12px; letter-spacing: 1.4px; }
.hero-footnote { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; color: var(--muted); font-size: 12px; }
.hero-footnote > span:last-child { display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: 1px; }
.hero-footnote .icon { width: 16px; height: 16px; }
.studio-section { padding-top: 108px; padding-bottom: 105px; }
.section-meta { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 23px; }
.small-label { font-size: 12px; letter-spacing: 1.2px; color: var(--muted); }
.studio-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; padding: 44px 0 55px; }
h2 { font-family: var(--heading); font-size: clamp(2.7rem, 4.2vw, 4.2rem); letter-spacing: -.06em; line-height: 1.09; font-weight: 500; }
.serif-word { font-family: Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: -.065em; }
.studio-intro .serif-word { color: #d74b1d; }
.studio-copy { padding: 6px 28px 0 0; max-width: 510px; }
.studio-copy p { font-size: 19px; line-height: 1.65; }
.studio-copy p + p { margin-top: 18px; color: var(--muted); font-size: 16px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value { padding: 32px 39px 35px; position: relative; }
.value:first-child { padding-left: 0; }
.value:last-child { padding-right: 0; }
.value + .value { border-left: 1px solid var(--line); }
.value-icon { display: inline-flex; align-items: center; justify-content: center; width: 47px; height: 47px; background: #ecefe3; border-radius: 11px; margin-bottom: 18px; }
.value:nth-child(2) .value-icon { background: #ffe5d6; }
.value:nth-child(3) .value-icon { background: #e2eadc; }
.value-icon svg { width: 27px; height: 27px; }
.value h3 { font-family: var(--heading); font-size: 21px; font-weight: 600; letter-spacing: -.6px; margin-bottom: 10px; }
.value p { color: var(--muted); line-height: 1.7; max-width: 280px; }
.value-number { position: absolute; top: 41px; right: 32px; color: #767c70; font-size: 12px; }
.value:last-child .value-number { right: 0; }
.next-card { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; background: var(--ink); color: var(--paper); border-radius: 12px; overflow: hidden; }
.next-copy { padding: 54px 0 54px 53px; z-index: 1; }
.next-copy .eyebrow { color: #bac1b1; }
.next-copy h2 { font-size: clamp(2.5rem, 3.75vw, 3.8rem); margin: 32px 0 22px; }
.next-copy h2 .serif-word { color: #ff925f; }
.next-copy p { max-width: 400px; color: #c6cbbf; font-size: 16px; line-height: 1.75; }
.next-copy p + p { margin-top: 16px; }
.contact-email { display: inline-flex; align-items: center; gap: 25px; min-height: 48px; padding: 12px 0; margin-top: 19px; border-bottom: 1px solid #78806e; font-size: 22px; letter-spacing: -.5px; font-weight: 500; transition: color 180ms ease; }
.contact-email:hover { color: #ff925f; }
.contact-email:focus-visible { outline-color: #ff925f; }
.contact-section { padding-bottom: 70px; }
.next-brand { position: relative; display: flex; align-items: center; justify-content: center; min-height: 440px; overflow: hidden; }
.brand-token { width: 258px; height: 258px; display: grid; place-items: center; background: var(--orange); border-radius: 58px; transform: rotate(-12deg); box-shadow: 18px 22px 0 rgb(0 0 0 / 18%); }
.brand-token img { width: 218px; height: 218px; filter: brightness(0) saturate(100%); opacity: .78; }
.brand-orbit { position: absolute; width: 395px; height: 395px; border: 1px solid #51574a; border-radius: 50%; }
.orbit-two { width: 510px; height: 510px; border-style: dashed; opacity: .6; }
.next-brand-caption { position: absolute; bottom: 43px; font-size: 12px; letter-spacing: 1.3px; color: #bec5b5; }
.worlds-section { padding-top: 96px; }
.worlds-intro { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 60px; padding-block: 39px 38px; }
.worlds-intro .serif-word { color: #d74b1d; }
.worlds-intro p { max-width: 420px; justify-self: end; font-size: 17px; line-height: 1.75; color: var(--muted); margin-bottom: 5px; }
.worlds-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.world-study { min-width: 0; }
.world-study-art { overflow: hidden; border-radius: 9px; aspect-ratio: 1.5; background: #dee6d5; }
.world-study-art img { width: 100%; height: 100%; object-fit: cover; }
.world-study-night .world-study-art { background: #13242f; }
.world-study-night img { object-position: center bottom; }
.world-study figcaption { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; padding-top: 19px; }
.world-study-title { font-family: var(--heading); font-size: 23px; font-weight: 500; letter-spacing: -.7px; }
.world-study-label { display: inline-flex; gap: 15px; color: var(--muted); font-size: 11px; letter-spacing: 1px; }
.world-study-label > span { color: #767c70; }
.worlds-note { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); margin-top: 27px; padding-top: 18px; }
.worlds-note .icon { width: 18px; height: 18px; color: #b73e13; }

.site-footer { min-height: 113px; border-top: 1px solid var(--line); display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.site-footer .brand { font-size: 25px; }
.site-footer p { color: var(--muted); font-size: 13px; }
.copyright { color: var(--muted); font-size: 12px; }

@media (min-width: 1700px) { .wrap { width: min(100% - 160px, 1440px); } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .hero-heading { gap: 25px; }
  .hero-intro { width: 246px; flex-basis: 246px; }
  .hero-intro p { font-size: 16px; }
  .hero-art { height: 365px; }
  .studio-intro { gap: 40px; }
  .studio-copy { padding-right: 0; }
  .value { padding-inline: 24px; }
  .value-number { right: 20px; }
  .next-copy { padding: 43px 0 43px 35px; }
  .brand-token { width: 210px; height: 210px; border-radius: 46px; }
  .brand-token img { width: 180px; height: 180px; }
  .brand-orbit { width: 310px; height: 310px; }
  .orbit-two { width: 425px; height: 425px; }
}
@media (max-width: 820px) {
  .wrap { width: calc(100% - 48px); }
  .site-header { min-height: 90px; }
  .site-header nav { gap: 22px; }
  .site-header nav .nav-cta { display: none; }
  .site-header nav .nav-contact { display: flex; }
  .hero { padding-top: 31px; }
  .hero-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-block: 0 29px; }
  h1 { font-size: clamp(3.7rem, 9vw, 5rem); }
  .hero-intro { width: 100%; flex: auto; display: flex; gap: 30px; align-items: center; justify-content: space-between; }
  .hero-intro p { max-width: 320px; }
  .button-dark { margin-top: 0; flex-shrink: 0; }
  .hero-art { height: 350px; }
  .world-image { object-position: 62% 50%; }
  .art-label { display: none; }
  .studio-section { padding-block: 76px; }
  .studio-intro { gap: 30px; }
  .studio-copy p { font-size: 17px; }
  h2 { font-size: 2.8rem; }
  .values { grid-template-columns: 1fr; }
  .value, .value:first-child, .value:last-child { padding: 26px 0 26px 70px; }
  .value + .value { border-left: 0; border-top: 1px solid var(--line); }
  .value-icon { position: absolute; left: 0; top: 29px; }
  .value h3 { margin-bottom: 7px; }
  .value p { max-width: 520px; padding-right: 28px; }
  .value-number, .value:last-child .value-number { top: 31px; right: 0; }
  .next-card { grid-template-columns: 1.3fr 1fr; }
  .next-copy { padding-left: 30px; }
  .next-copy h2 { font-size: 2.7rem; }
  .next-brand { min-height: 400px; }
  .brand-token { width: 165px; height: 165px; border-radius: 37px; }
  .brand-token img { width: 140px; height: 140px; }
  .brand-orbit { width: 250px; height: 250px; }
  .orbit-two { width: 340px; height: 340px; }
  .next-brand-caption { display: none; }
  .worlds-section { padding-top: 74px; }
  .worlds-intro { gap: 30px; }
  .worlds-intro p { font-size: 16px; }
  .worlds-grid { gap: 20px; }
  .world-study-title { font-size: 21px; }
  .contact-email { font-size: 19px; gap: 15px; }
  .site-footer { flex-wrap: wrap; gap: 18px; padding-block: 25px; }
  .site-footer p { display: none; }
}
@media (max-width: 540px) {
  html { scroll-padding-top: 22px; }
  .wrap { width: calc(100% - 36px); }
  .site-header { min-height: 82px; gap: 12px; position: relative; flex-wrap: wrap; }
  .brand { font-size: 26px; gap: 8px; }
  .brand img { width: 37px; height: 37px; }
  .menu-toggle:not([hidden]) { display: flex; }
  .site-header nav { flex-basis: 100%; justify-content: space-between; border-top: 1px solid var(--line); gap: 20px; padding: 8px 0; }
  .js .site-header nav { display: none; }
  .js .site-header nav.is-open { display: flex; }
  .menu-toggle[aria-expanded="true"] .menu-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .close-icon { display: block; }
  .hero { padding-top: 27px; }
  .eyebrow { font-size: 12px; letter-spacing: 1.15px; }
  h1 { font-size: clamp(2.6rem, 9.6vw, 3.8rem); line-height: 1.08; letter-spacing: -.068em; }
  .hero-heading { gap: 20px; }
  .hero-intro { flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 0; }
  .hero-intro p { max-width: 340px; font-size: 16px; }
  .button { min-height: 48px; }
  .hero-art { height: 345px; border-radius: 8px; }
  .world-image { object-position: 66% center; }
  .art-top { inset: 16px 16px auto; }
  .art-corner { display: none; }
  .art-pill { font-size: 12px; padding: 7px 10px; }
  .hero-art figcaption { inset: auto 18px 21px; }
  .hero-art figcaption > span:first-child { font-size: 12px; letter-spacing: .5px; }
  .hero-art figcaption strong { font-size: 21px; }
  .hero-footnote { font-size: 12px; padding-top: 13px; }
  .hero-footnote > span:last-child { display: none; }
  .studio-section { padding-block: 65px; }
  .section-meta { padding-top: 18px; }
  .section-meta .small-label { display: none; }
  .studio-intro { grid-template-columns: 1fr; padding-block: 30px; gap: 25px; }
  h2 { font-size: 2.9rem; }
  .studio-copy p { font-size: 18px; }
  .studio-copy p + p { font-size: 16px; margin-top: 14px; }
  .value h3 { font-size: 20px; padding-right: 22px; }
  .value p { padding-right: 0; }
  .next-card { grid-template-columns: 1fr; border-radius: 9px; }
  .next-copy { padding: 34px 25px 0; }
  .next-copy h2 { font-size: clamp(2.35rem, 9vw, 2.9rem); margin-top: 27px; }
  .next-brand { min-height: 290px; }
  .brand-token { width: 162px; height: 162px; border-radius: 35px; }
  .brand-orbit { width: 235px; height: 235px; }
  .orbit-two { width: 315px; height: 315px; }
  .contact-section { padding-bottom: 40px; }
  .worlds-section { padding-top: 61px; }
  .worlds-intro { grid-template-columns: 1fr; padding-block: 29px 28px; gap: 22px; }
  .worlds-intro h2 { font-size: clamp(2.4rem, 9.7vw, 2.9rem); }
  .worlds-intro p { justify-self: start; margin-bottom: 0; }
  .worlds-grid { grid-template-columns: 1fr; gap: 30px; }
  .world-study figcaption { padding-top: 13px; gap: 6px; }
  .world-study-label { gap: 8px; font-size: 10px; letter-spacing: .6px; }
  .worlds-note { align-items: flex-start; font-size: 12px; }
  .site-footer { gap: 20px; align-items: center; }
  .site-footer .brand { font-size: 23px; }
  .site-footer .brand img { width: 32px; height: 32px; }
  .copyright { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
