@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/fonts/manrope-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/fonts/manrope-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/fonts/manrope-latin-ext-600.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/fonts/manrope-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/fonts/manrope-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/fonts/manrope-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("/fonts/manrope-latin-ext-800.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("/fonts/manrope-latin-800.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --white: #fffefb;
  --navy: #082a4a;
  --navy-deep: #051e36;
  --blue: #0866e8;
  --coral: #ff5a45;
  --yellow: #f6c643;
  --green: #4f9b58;
  --ink: #082a4a;
  --line: rgba(8, 42, 74, 0.17);
  --soft-blue: #eaf4ff;
  --soft-yellow: #fff6d8;
  --sans: "Manrope", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --page-pad: clamp(22px, 5.7vw, 106px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

button,
a,
input {
  font: inherit;
}

button,
a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

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

figure,
blockquote {
  margin: 0;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}

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

.progress {
  position: fixed;
  z-index: 300;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  pointer-events: none;
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--coral);
}

.site-header {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  height: 82px;
  background: rgba(255, 254, 251, 0.97);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(5, 30, 54, 0.05);
}

.site-nav {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0 clamp(24px, 3.5vw, 58px);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  justify-self: start;
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1;
}

.nav-links {
  display: flex;
  justify-self: center;
  gap: clamp(25px, 3.7vw, 62px);
}

.nav-links a,
.nav-contact {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-links a::after,
.nav-contact::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 3px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-contact:hover::after,
.nav-contact:focus-visible::after {
  transform: scaleX(1);
}

.nav-contact {
  justify-self: end;
}

.nav-contact::after {
  background: var(--yellow);
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

main {
  overflow: clip;
}

.section,
.hero,
.closing-section {
  scroll-margin-top: 81px;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 82px;
  overflow: hidden;
  background: var(--white);
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 82px 0 0;
  background: linear-gradient(
    90deg,
    rgba(255, 254, 251, 0.98) 0%,
    rgba(255, 254, 251, 0.94) 36%,
    rgba(255, 254, 251, 0.76) 50%,
    rgba(255, 254, 251, 0.08) 72%,
    rgba(255, 254, 251, 0) 100%
  );
  content: "";
  pointer-events: none;
}

.hero-art {
  position: absolute;
  z-index: 0;
  inset: 82px 0 0;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(48vw, 720px);
  padding: clamp(78px, 10vh, 128px) 0 92px var(--page-pad);
}

.eyebrow,
.section-index,
.cover-card span,
.character-families figcaption span,
.craft-grid figcaption span,
.place-detail span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  width: fit-content;
  margin: 0 0 24px;
  padding: 9px 12px;
  color: var(--white);
  background: var(--navy);
}

.hero h1 {
  margin: 0;
  font-size: clamp(64px, 7.2vw, 124px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.84;
}

.hero-statement {
  margin: 30px 0 0;
  color: var(--blue);
  font-size: clamp(26px, 2.65vw, 46px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.hero-secondary {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--coral);
  font-size: clamp(19px, 1.55vw, 26px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.hero-intro {
  max-width: 690px;
  margin: 28px 0 0;
  font-size: clamp(15px, 1.04vw, 18px);
  font-weight: 600;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
  gap: 24px 34px;
}

.text-action {
  position: relative;
  min-height: 48px;
  display: inline-flex;
  padding: 8px 2px 12px;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.text-action::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 4px;
  background: var(--blue);
  content: "";
}

.text-action-coral::after {
  background: var(--coral);
}

.text-action span {
  font-size: 25px;
  transition: transform 180ms ease;
}

.text-action:hover span,
.text-action:focus-visible span {
  transform: translateX(7px);
}

.hero-mark {
  position: absolute;
  z-index: 2;
  display: block;
  border: 5px solid var(--blue);
  border-right-color: transparent;
  border-radius: 50%;
  pointer-events: none;
}

.hero-mark-one {
  right: 44%;
  bottom: 8%;
  width: 88px;
  height: 54px;
  transform: rotate(14deg);
}

.hero-mark-two {
  top: 19%;
  left: 48%;
  width: 42px;
  height: 29px;
  border-color: var(--coral);
  border-bottom-color: transparent;
  transform: rotate(-18deg);
}

.hero-scroll {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 30px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hero-scroll span {
  font-size: 21px;
}

.section {
  padding: clamp(92px, 10vw, 170px) var(--page-pad);
}

.section-index {
  display: grid;
  margin-bottom: clamp(55px, 7vw, 104px);
  grid-template-columns: 74px 1fr;
  gap: 18px;
  color: var(--blue);
}

.section-index span:first-child {
  color: var(--navy);
}

.section-index-light {
  color: rgba(255, 254, 251, 0.72);
}

.section-index-light span:first-child {
  color: var(--yellow);
}

.section-heading {
  margin-bottom: clamp(58px, 7vw, 105px);
}

.section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
  gap: clamp(44px, 8vw, 140px);
  align-items: end;
}

.section-heading h2,
.idea-grid h2,
.worlds-heading h2,
.poland-copy h2,
.closing-copy h2 {
  margin: 0;
  font-size: clamp(56px, 6.3vw, 112px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.section-heading > p,
.worlds-heading > p {
  max-width: 700px;
  margin: 0;
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.58;
}

.titles-section {
  background: var(--white);
}

.project-section {
  background: var(--soft-blue);
}

.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.82fr);
  gap: clamp(48px, 8vw, 138px);
  align-items: start;
}

.project-grid h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 6vw, 108px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.project-lede,
.project-note {
  max-width: 850px;
  margin: clamp(32px, 4vw, 60px) 0 0;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.58;
}

.publication-status {
  max-width: 760px;
  margin-top: clamp(28px, 3.5vw, 48px);
  padding: clamp(22px, 2.4vw, 34px);
  background: rgba(255, 254, 251, 0.84);
  border-left: 7px solid var(--yellow);
  box-shadow: 0 18px 50px rgba(5, 30, 54, 0.06);
}

.publication-status span,
.publishing-partner-note span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.publication-status p {
  margin: 13px 0 0;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 700;
  line-height: 1.58;
}

.brief-panel {
  display: grid;
  background: var(--white);
  border-top: 9px solid var(--yellow);
  box-shadow: 0 24px 70px rgba(5, 30, 54, 0.08);
}

.brief-panel article {
  display: grid;
  padding: clamp(27px, 3vw, 45px);
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 7px 20px;
  border-bottom: 1px solid var(--line);
}

.brief-panel article:last-child {
  border-bottom: 0;
}

.brief-panel span {
  grid-row: 1 / span 2;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brief-panel h3 {
  margin: 0;
  font-size: clamp(25px, 2.3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.brief-panel p {
  margin: 0;
  color: rgba(8, 42, 74, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.brief-panel strong {
  color: var(--navy);
}

.project-note {
  max-width: 1160px;
  margin-left: auto;
  padding-top: 28px;
  color: var(--blue);
  border-top: 5px solid var(--yellow);
  font-size: clamp(22px, 2.15vw, 37px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.22;
}

.cover-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 32px);
  align-items: start;
}

.lead-title-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(430px, 1.3fr);
  gap: clamp(42px, 7vw, 118px);
  align-items: start;
}

.lead-title-grid > .cover-card {
  width: min(100%, 520px);
}

.cover-gallery-continuations {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cover-card {
  min-width: 0;
}

.cover-card button {
  position: relative;
  width: 100%;
  min-height: 44px;
  padding: 0;
  overflow: hidden;
  background: #f6f4ef;
  border: 0;
}

.cover-card button::after,
.craft-grid button::after {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 8px 9px;
  color: var(--white);
  background: rgba(5, 30, 54, 0.9);
  content: "KONCEPCJA · TYTUŁ NIEOPUBLIKOWANY";
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

.concept-disclaimer {
  max-width: 1040px;
  margin: clamp(-35px, -2.5vw, -18px) 0 clamp(52px, 6vw, 86px) auto;
  padding: 22px 26px;
  color: rgba(8, 42, 74, 0.82);
  background: var(--soft-yellow);
  border-left: 6px solid var(--yellow);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.58;
}

.concept-disclaimer strong {
  color: var(--navy);
}

.cover-card button img {
  width: 100%;
  aspect-ratio: 0.73;
  object-fit: contain;
  transition: filter 220ms ease;
}

.cover-card button:hover img,
.cover-card button:focus-visible img {
  filter: saturate(1.08) contrast(1.02);
}

.cover-card > div {
  padding: 22px 2px 0;
}

.cover-card span {
  color: var(--blue);
}

.cover-card h3 {
  margin: 11px 0 10px;
  font-size: clamp(19px, 1.6vw, 27px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.cover-card p {
  margin: 0;
  color: rgba(8, 42, 74, 0.78);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.cover-card-polish {
  position: relative;
}

.cover-card-polish::before {
  position: absolute;
  z-index: 2;
  top: -11px;
  right: -11px;
  width: 27px;
  height: 27px;
  background: var(--yellow);
  border-radius: 50%;
  content: "";
}

.catalog-heading {
  display: flex;
  margin: 0 0 34px;
  padding-top: 22px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
}

.catalog-heading-more {
  margin-top: clamp(80px, 9vw, 145px);
}

.catalog-heading span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.catalog-heading p {
  max-width: 620px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.portfolio-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: clamp(55px, 6vw, 95px);
}

.section-note {
  max-width: 1050px;
  margin: clamp(60px, 7vw, 108px) 0 0 auto;
  padding: 27px 0 0;
  border-top: 5px solid var(--yellow);
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.idea-section {
  padding-bottom: 0;
  background: var(--soft-blue);
}

.project-idea-section {
  background: var(--white);
}

.team-grid {
  margin: clamp(72px, 8vw, 125px) 0 clamp(92px, 10vw, 160px);
  background: var(--white);
}

.idea-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(50px, 9vw, 150px);
}

.idea-copy {
  padding-top: 6px;
}

.idea-copy p {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.65;
}

.idea-quote {
  max-width: 1280px;
  margin: clamp(70px, 8vw, 130px) auto;
  color: var(--navy);
  font-size: clamp(29px, 3.65vw, 62px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.03;
}

.value-grid {
  display: grid;
  margin-right: calc(var(--page-pad) * -1);
  margin-left: calc(var(--page-pad) * -1);
  grid-template-columns: repeat(4, 1fr);
}

.value-grid article {
  min-height: 370px;
  display: flex;
  padding: clamp(34px, 3.8vw, 68px);
  flex-direction: column;
  color: var(--white);
}

.value-grid article > span {
  font-size: 11px;
  font-weight: 800;
}

.value-grid h3 {
  margin: auto 0 20px;
  font-size: clamp(29px, 2.7vw, 47px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.value-grid p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.value-navy {
  background: var(--navy);
}

.value-blue {
  background: var(--blue);
}

.value-coral {
  background: var(--coral);
}

.value-yellow {
  color: var(--navy) !important;
  background: var(--yellow);
}

.characters-section {
  padding-right: 0;
  padding-left: 0;
}

.relationship-layer {
  margin-top: 1.5rem;
  padding: 1.4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(10rem, .65fr) 2fr;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
}

.relationship-layer span {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.relationship-layer p { margin: 0; }

@media (max-width: 720px) {
  .relationship-layer { grid-template-columns: 1fr; }
}

.characters-section > .section-index,
.characters-section > .section-heading {
  margin-right: var(--page-pad);
  margin-left: var(--page-pad);
}

.character-families {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.character-families figure {
  min-width: 0;
  padding: clamp(28px, 3.4vw, 58px);
  border-right: 1px solid var(--line);
}

.character-families figure:last-child {
  border-right: 0;
}

.character-families img {
  width: 100%;
  aspect-ratio: 1.66;
  object-fit: contain;
}

.character-families figcaption {
  display: grid;
  margin-top: 28px;
  gap: 10px;
}

.character-families figcaption span {
  color: var(--blue);
}

.character-families figcaption strong {
  font-size: clamp(21px, 2vw, 34px);
  letter-spacing: -0.055em;
}

.portrait-rail {
  display: flex;
  padding: clamp(65px, 7vw, 112px) var(--page-pad) 8px;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--blue) rgba(8, 42, 74, 0.08);
}

.portrait-rail article {
  width: clamp(205px, 17vw, 278px);
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--white);
  border-top: 4px solid var(--person);
  border-bottom: 1px solid var(--line);
  scroll-snap-align: start;
}

.portrait-rail img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center center;
}

.portrait-rail article > div {
  min-height: 128px;
  padding: 22px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.portrait-rail h3 {
  margin: 0 0 7px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.065em;
}

.portrait-rail p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.worlds-section {
  color: var(--white);
  background: var(--navy);
}

.worlds-heading {
  display: grid;
  margin-bottom: clamp(70px, 8vw, 125px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.6fr);
  gap: clamp(45px, 8vw, 130px);
  align-items: end;
}

.worlds-heading > p {
  color: rgba(255, 254, 251, 0.78);
}

.place-grid {
  display: grid;
  margin-right: calc(var(--page-pad) * -1);
  margin-left: calc(var(--page-pad) * -1);
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.place-button {
  min-height: 190px;
  display: grid;
  padding: clamp(28px, 3vw, 52px) var(--page-pad);
  grid-template-columns: 48px 56px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 9px 16px;
  align-items: center;
  color: var(--white);
  text-align: left;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 180ms ease, background 180ms ease;
}

.place-button:nth-child(2n) {
  border-right: 0;
}

.place-button > span {
  align-self: start;
  padding-top: 7px;
  font-size: 11px;
  font-weight: 800;
}

.place-button b {
  grid-row: 1 / span 2;
  grid-column: 2;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.3em;
}

.place-button strong {
  grid-column: 3;
  font-size: clamp(28px, 3.3vw, 57px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.place-button em {
  grid-column: 3;
  color: rgba(255, 254, 251, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.place-button:hover,
.place-button:focus-visible,
.place-button.is-active {
  color: var(--navy);
  background: var(--yellow);
}

.place-button:nth-child(3n + 2):hover,
.place-button:nth-child(3n + 2):focus-visible,
.place-button:nth-child(3n + 2).is-active {
  color: var(--white);
  background: var(--blue);
}

.place-button:nth-child(3n):hover,
.place-button:nth-child(3n):focus-visible,
.place-button:nth-child(3n).is-active {
  color: var(--white);
  background: var(--coral);
}

.place-button:hover em,
.place-button:focus-visible em,
.place-button.is-active em {
  color: currentColor;
  opacity: 0.78;
}

.place-detail {
  display: grid;
  max-width: 1280px;
  margin: clamp(64px, 8vw, 125px) auto 0;
  padding: clamp(30px, 3.5vw, 58px) 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.75fr);
  gap: clamp(45px, 8vw, 130px);
  align-items: end;
  border-top: 5px solid var(--coral);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.place-detail span {
  color: var(--yellow);
}

.place-detail h3 {
  margin: 17px 0 0;
  font-size: clamp(40px, 4.7vw, 82px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.place-detail > p {
  margin: 0;
  color: rgba(255, 254, 251, 0.82);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.6;
}

.worlds-closing {
  margin: clamp(70px, 8vw, 120px) 0 0;
  color: var(--yellow);
  font-size: clamp(29px, 3.6vw, 62px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.adventure-section {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.adventure-section > .section-index,
.adventure-section > .section-heading {
  margin-right: var(--page-pad);
  margin-left: var(--page-pad);
}

.adventure-art {
  overflow: hidden;
  background: var(--soft-blue);
}

.adventure-art img {
  width: 100%;
  height: auto;
}

.adventure-lanes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 18px solid var(--yellow);
}

.adventure-lanes article {
  min-height: 300px;
  display: flex;
  padding: clamp(30px, 3.2vw, 54px);
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.adventure-lanes article:last-child {
  border-right: 0;
}

.adventure-lanes article:nth-child(2) {
  border-top: 18px solid var(--blue);
  margin-top: -18px;
}

.adventure-lanes article:nth-child(3) {
  border-top: 18px solid var(--coral);
  margin-top: -18px;
}

.adventure-lanes article:nth-child(4) {
  border-top: 18px solid var(--navy);
  margin-top: -18px;
}

.adventure-lanes span {
  font-size: 11px;
  font-weight: 800;
}

.adventure-lanes h3 {
  margin: auto 0 18px;
  font-size: clamp(26px, 2.45vw, 42px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.adventure-lanes p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.lines-section {
  background: var(--soft-yellow);
}

.story-lines {
  border-top: 1px solid var(--line);
}

.story-lines article {
  position: relative;
  display: grid;
  min-height: 230px;
  padding: clamp(34px, 4vw, 68px) 0 clamp(34px, 4vw, 68px) 22px;
  grid-template-columns: 0.15fr 0.8fr 0.72fr;
  gap: clamp(24px, 5vw, 84px);
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.story-lines article::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background: var(--line);
  content: "";
}

.story-lines article > span {
  font-size: 12px;
  font-weight: 800;
}

.story-lines small {
  color: color-mix(in srgb, var(--line) 75%, var(--navy));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.story-lines h3 {
  margin: 12px 0 0;
  font-size: clamp(36px, 4.2vw, 72px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.story-lines p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.publishing-formats {
  display: flex;
  margin-top: clamp(58px, 7vw, 105px);
  flex-wrap: wrap;
  gap: 10px;
}

.publishing-formats span {
  min-height: 44px;
  display: inline-flex;
  padding: 11px 16px;
  align-items: center;
  color: var(--white);
  background: var(--navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.publishing-formats span:nth-child(3n + 2) {
  background: var(--blue);
}

.publishing-formats span:nth-child(3n) {
  background: var(--coral);
}

.craft-section {
  background: var(--white);
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 52px);
}

.craft-grid-focused img {
  aspect-ratio: 1.5;
}

.craft-grid figure {
  min-width: 0;
}

.craft-grid figure.craft-wide {
  grid-column: span 2;
}

.craft-grid button {
  position: relative;
  width: 100%;
  padding: 0;
  background: #f7f5ef;
  border: 0;
}

.publishing-partner-note {
  max-width: 1100px;
  margin: clamp(55px, 7vw, 95px) 0 0 auto;
  padding: clamp(28px, 3.5vw, 48px);
  color: var(--navy);
  background: var(--soft-yellow);
  border-top: 7px solid var(--yellow);
}

.publishing-partner-note p {
  margin: 15px 0 0;
  font-size: clamp(16px, 1.3vw, 21px);
  font-weight: 700;
  line-height: 1.58;
}

.craft-grid img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: contain;
}

.craft-grid .craft-wide img {
  aspect-ratio: 1.5;
}

.craft-grid figcaption {
  display: grid;
  padding: 25px 0 0;
  gap: 12px;
}

.craft-grid figcaption span {
  color: var(--blue);
}

.craft-grid figcaption strong {
  font-size: clamp(17px, 1.45vw, 23px);
  letter-spacing: -0.03em;
  line-height: 1.4;
}

.poland-section {
  display: grid;
  padding: 0;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
}

.poland-colors {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.poland-colors span {
  display: flex;
  min-height: 190px;
  padding: clamp(25px, 3vw, 48px);
  align-items: flex-end;
  color: var(--white);
  background: var(--navy);
  font-size: clamp(34px, 4vw, 70px);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.poland-colors span:nth-child(2) {
  background: var(--blue);
}

.poland-colors span:nth-child(3) {
  background: var(--coral);
}

.poland-colors span:nth-child(4) {
  color: var(--navy);
  background: var(--yellow);
}

.poland-copy {
  display: flex;
  padding: clamp(75px, 9vw, 150px) clamp(32px, 7vw, 124px);
  flex-direction: column;
  justify-content: center;
}

.poland-copy .section-index {
  margin-bottom: clamp(48px, 5vw, 75px);
}

.poland-copy > p {
  max-width: 840px;
  margin: 26px 0 0;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.65;
}

.poland-copy blockquote {
  max-width: 900px;
  margin-top: clamp(45px, 5vw, 80px);
  padding-top: 28px;
  color: var(--blue);
  border-top: 5px solid var(--yellow);
  font-size: clamp(24px, 2.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.18;
}

.collaboration-section {
  background: var(--white);
}

.collaboration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.collaboration-grid article {
  min-height: 500px;
  display: flex;
  padding: clamp(32px, 4vw, 68px);
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collaboration-grid article > span {
  font-size: 11px;
  font-weight: 800;
}

.collaboration-grid h3 {
  margin: auto 0 30px;
  font-size: clamp(30px, 3vw, 51px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.collaboration-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.collaboration-grid li {
  position: relative;
  padding: 11px 0 11px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  border-top: 1px solid var(--line);
}

.collaboration-grid li::before {
  position: absolute;
  top: 18px;
  left: 1px;
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
  content: "";
}

.collaboration-grid article:nth-child(2) li::before {
  background: var(--coral);
}

.collaboration-grid article:nth-child(3) li::before {
  background: var(--yellow);
}

.collaboration-close {
  max-width: 1150px;
  margin: clamp(65px, 8vw, 120px) 0 0 auto;
  color: var(--blue);
  font-size: clamp(31px, 3.8vw, 65px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1;
}

.opportunities-section {
  color: var(--white);
  background: var(--navy-deep);
}

.opportunities-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.6fr);
  gap: clamp(50px, 8vw, 135px);
  align-items: end;
}

.opportunities-kicker,
.ip-label {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.opportunities-heading h2 {
  max-width: 980px;
  margin: 18px 0 0;
  font-size: clamp(56px, 6.3vw, 112px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.opportunities-heading > p {
  margin: 0;
  color: rgba(255, 254, 251, 0.78);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 600;
  line-height: 1.62;
}

.ip-opportunity {
  display: grid;
  margin-top: clamp(75px, 9vw, 145px);
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  color: var(--navy);
  background: var(--white);
  overflow: hidden;
}

.ip-brolies {
  background: #fff8df;
}

.ip-copy {
  display: flex;
  padding: clamp(38px, 5vw, 78px);
  flex-direction: column;
  justify-content: center;
}

.ip-copy .ip-label {
  color: var(--blue);
}

.ip-brolies .ip-label {
  color: #e06931;
}

.ip-copy h3 {
  margin: 20px 0 28px;
  font-size: clamp(54px, 5.7vw, 98px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.ip-copy > p {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 19px);
  font-weight: 650;
  line-height: 1.62;
}

.ip-copy ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.ip-copy li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.ip-copy li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
  content: "";
}

.ip-brolies .ip-copy li::before {
  background: var(--coral);
}

.ip-gallery {
  display: grid;
  min-width: 0;
  background: rgba(8, 42, 74, 0.12);
  gap: 1px;
}

.ip-gallery-five {
  min-height: 690px;
  grid-template-columns: 0.86fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.ip-gallery-five button:first-child {
  grid-row: 1 / 3;
}

.ip-gallery-four {
  min-height: 620px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.ip-gallery button {
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: var(--white);
  border: 0;
  overflow: hidden;
}

.ip-brolies .ip-gallery button {
  background: #fffdfa;
}

.ip-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.ip-gallery button:hover img,
.ip-gallery button:focus-visible img {
  transform: scale(1.018);
}

.opportunities-note {
  max-width: 1150px;
  margin: clamp(65px, 8vw, 120px) 0 0 auto;
  padding-top: 28px;
  color: var(--yellow);
  border-top: 5px solid var(--coral);
  font-size: clamp(25px, 2.8vw, 48px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.closing-section {
  position: relative;
  display: grid;
  min-height: 900px;
  padding: clamp(90px, 9vw, 155px) var(--page-pad);
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(30px, 6vw, 110px);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.closing-copy {
  position: relative;
  z-index: 2;
}

.closing-copy .eyebrow {
  color: var(--yellow);
}

.closing-copy h2 {
  max-width: 900px;
  margin-top: 25px;
  color: var(--white);
}

.closing-statement {
  margin: 38px 0 0;
  color: var(--yellow);
  font-size: clamp(26px, 2.6vw, 45px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.closing-recurring {
  max-width: 760px;
  margin: 20px 0 38px;
  color: var(--coral);
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 800;
  line-height: 1.28;
}

.closing-copy > p:not(.eyebrow):not(.closing-statement):not(.closing-recurring) {
  max-width: 760px;
  margin: 0 0 17px;
  color: rgba(255, 254, 251, 0.78);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.closing-copy address {
  display: grid;
  margin-top: 34px;
  gap: 5px;
  font-style: normal;
}

.closing-copy address strong {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.closing-copy address span {
  max-width: 560px;
  color: rgba(255, 254, 251, 0.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.closing-copy address a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--yellow);
  font-size: clamp(25px, 2.1vw, 36px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.closing-actions {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
  gap: 12px;
}

.button-light,
.button-outline {
  min-height: 54px;
  display: inline-flex;
  padding: 14px 20px;
  align-items: center;
  gap: 15px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.button-light {
  color: var(--navy);
  background: var(--yellow);
}

.button-outline {
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.closing-art {
  position: relative;
  z-index: 1;
  min-height: 640px;
}

.closing-art > span {
  position: absolute;
  top: 8%;
  right: 2%;
  width: min(36vw, 500px);
  aspect-ratio: 1;
  background: var(--yellow);
  border-radius: 50%;
}

.closing-art::after {
  position: absolute;
  right: -30%;
  bottom: -18%;
  width: 90%;
  aspect-ratio: 1;
  background: var(--blue);
  border-radius: 50%;
  content: "";
}

.closing-art img {
  position: absolute;
  z-index: 2;
  right: -9%;
  bottom: 0;
  width: 115%;
  max-width: none;
}

.site-footer {
  min-height: 145px;
  display: grid;
  padding: 35px var(--page-pad);
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  color: rgba(255, 254, 251, 0.78);
  background: var(--navy-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-footer strong {
  color: var(--white);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.site-footer a {
  min-height: 44px;
  display: inline-flex;
  justify-self: end;
  align-items: center;
  color: var(--yellow);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: rgba(5, 30, 54, 0.98);
  border: 0;
}

.lightbox::backdrop {
  background: rgba(5, 30, 54, 0.96);
}

.lightbox-toolbar {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  min-height: 74px;
  display: flex;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 30, 54, 0.9);
}

.lightbox-toolbar span,
.lightbox-close {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.lightbox-close {
  min-width: 52px;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.lightbox figure {
  width: 100%;
  height: 100%;
  display: grid;
  padding: 92px 90px 75px;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  place-items: center;
}

.lightbox figure img {
  display: block;
  max-width: min(100%, calc(100vw - 180px));
  max-height: calc(100svh - 205px);
  object-fit: contain;
}

.lightbox-image-frame {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.lightbox-image-frame > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 40px;
  display: flex;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(5, 30, 54, 0.96);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}

.lightbox figcaption {
  max-width: 900px;
  min-height: 22px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.lightbox-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 52px;
  height: 52px;
  color: var(--navy);
  background: var(--yellow);
  border: 0;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

@media (max-width: 1220px) {
  .nav-links {
    gap: 24px;
  }

  .cover-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 58px;
  }

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

  .hero-copy {
    width: min(55vw, 720px);
  }

  .hero-intro {
    max-width: 620px;
  }

  .character-families {
    grid-template-columns: 1fr;
  }

  .character-families figure {
    display: grid;
    padding: 42px var(--page-pad);
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
    gap: 38px;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .character-families figure:last-child {
    border-bottom: 0;
  }

  .character-families figcaption {
    margin-top: 0;
  }

  .place-button {
    padding-right: clamp(30px, 5vw, 70px);
    padding-left: clamp(30px, 5vw, 70px);
  }
}

@media (max-width: 980px) {
  .site-nav {
    grid-template-columns: 1fr auto auto;
    gap: 14px;
  }

  .nav-links {
    position: fixed;
    z-index: 210;
    top: 82px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100svh - 82px);
    overflow-y: auto;
    padding: 30px var(--page-pad) 44px;
    flex-direction: column;
    gap: 0;
    color: var(--white);
    background: var(--navy);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .nav-contact {
    margin-right: 4px;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    padding: 0;
    place-content: center;
    gap: 6px;
    color: var(--white);
    background: var(--navy);
    border: 0;
    border-radius: 50%;
  }

  .nav-toggle span {
    width: 19px;
    height: 2px;
    background: currentColor;
  }

  .section-heading-split,
  .idea-grid,
  .worlds-heading,
  .project-grid,
  .lead-title-grid,
  .opportunities-heading {
    grid-template-columns: 1fr;
  }

  .lead-title-grid > .cover-card {
    width: min(72vw, 520px);
  }

  .section-heading-split > p,
  .worlds-heading > p {
    max-width: 760px;
  }

  .value-grid,
  .adventure-lanes {
    grid-template-columns: repeat(2, 1fr);
  }

  .place-button {
    grid-template-columns: 38px 50px minmax(0, 1fr);
  }

  .place-detail {
    grid-template-columns: 1fr;
  }

  .story-lines article {
    grid-template-columns: 0.15fr 0.85fr;
  }

  .story-lines article > p {
    grid-column: 2;
  }

  .craft-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .craft-grid figure:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
  }

  .craft-grid figure.craft-wide {
    grid-column: 1 / -1;
    max-width: none;
  }

  .poland-section {
    grid-template-columns: 1fr;
  }

  .poland-colors {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
  }

  .poland-colors span {
    min-height: 175px;
    padding: 22px;
    font-size: clamp(25px, 4.8vw, 46px);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

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

  .collaboration-grid article {
    min-height: 0;
  }

  .collaboration-grid h3 {
    margin: 70px 0 30px;
  }

  .ip-opportunity {
    grid-template-columns: 1fr;
  }

  .ip-gallery-five,
  .ip-gallery-four {
    min-height: 660px;
  }

  .closing-section {
    grid-template-columns: 1fr;
  }

  .closing-art {
    min-height: 560px;
  }

  .closing-art > span {
    width: min(65vw, 500px);
  }

  .closing-art img {
    right: 0;
    width: min(104%, 860px);
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 68px;
  }

  .site-nav {
    padding: 0 18px;
  }

  .brand {
    font-size: 27px;
  }

  .nav-links {
    top: 68px;
  }

  .nav-contact {
    display: none;
  }

  .section,
  .hero,
  .closing-section {
    scroll-margin-top: 67px;
  }

  .hero {
    min-height: 1000px;
    padding-top: 68px;
  }

  .hero::before {
    inset: 68px 0 0;
    background: linear-gradient(
      180deg,
      rgba(255, 254, 251, 0.98) 0%,
      rgba(255, 254, 251, 0.96) 48%,
      rgba(255, 254, 251, 0.55) 66%,
      rgba(255, 254, 251, 0) 82%
    );
  }

  .hero-art {
    inset: auto 0 0;
    height: 52%;
  }

  .hero-art img {
    object-fit: contain;
    object-position: center bottom;
  }

  .hero-copy {
    width: 100%;
    padding: 62px 20px 490px;
  }

  .hero .eyebrow {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(48px, 14.4vw, 76px);
  }

  .hero-statement {
    margin-top: 23px;
    font-size: clamp(25px, 7.2vw, 36px);
  }

  .hero-secondary {
    margin-top: 17px;
    font-size: 18px;
  }

  .hero-intro {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .text-action {
    font-size: 11px;
  }

  .hero-mark,
  .hero-scroll {
    display: none;
  }

  .section {
    padding: 84px 20px;
  }

  .section-index {
    margin-bottom: 52px;
  }

  .section-heading h2,
  .idea-grid h2,
  .worlds-heading h2,
  .project-grid h2,
  .poland-copy h2,
  .closing-copy h2 {
    font-size: clamp(47px, 13vw, 72px);
    line-height: 0.88;
  }

  .section-heading-split,
  .idea-grid,
  .worlds-heading,
  .project-grid {
    gap: 34px;
  }

  .section-heading > p,
  .worlds-heading > p {
    font-size: 15px;
  }

  .cover-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 14px;
  }

  .catalog-heading {
    display: grid;
    gap: 12px;
  }

  .cover-card > div {
    padding-top: 16px;
  }

  .cover-card h3 {
    font-size: 19px;
  }

  .cover-card p {
    font-size: 12px;
  }

  .concept-disclaimer {
    margin-top: -18px;
    padding: 18px 20px;
  }

  .cover-card button::after,
  .craft-grid button::after {
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 7px 5px;
    font-size: 7px;
  }

  .publishing-partner-note {
    padding: 25px 20px;
  }

  .section-note {
    font-size: 20px;
  }

  .project-lede {
    font-size: 15px;
  }

  .brief-panel article {
    padding: 28px 20px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 7px 14px;
  }

  .brief-panel h3 {
    font-size: 28px;
  }

  .project-note {
    margin-top: 55px;
    font-size: 23px;
  }

  .idea-section {
    padding-bottom: 0;
  }

  .idea-copy p {
    font-size: 15px;
  }

  .idea-quote {
    margin: 65px 0;
    font-size: 31px;
  }

  .value-grid {
    margin-right: -20px;
    margin-left: -20px;
  }

  .value-grid article {
    min-height: 300px;
    padding: 28px 20px;
  }

  .value-grid h3 {
    font-size: 28px;
  }

  .characters-section {
    padding-right: 0;
    padding-left: 0;
  }

  .characters-section > .section-index,
  .characters-section > .section-heading {
    margin-right: 20px;
    margin-left: 20px;
  }

  .character-families figure {
    padding: 32px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .portrait-rail {
    padding: 55px 20px 8px;
  }

  .portrait-rail article {
    width: 215px;
  }

  .worlds-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .place-grid {
    margin-right: -20px;
    margin-left: -20px;
    grid-template-columns: 1fr;
  }

  .place-button,
  .place-button:nth-child(2n) {
    min-height: 148px;
    padding: 24px 20px;
    border-right: 0;
  }

  .place-button strong {
    font-size: 31px;
  }

  .place-detail {
    margin-top: 60px;
  }

  .adventure-section {
    padding-right: 0;
    padding-left: 0;
  }

  .adventure-section > .section-index,
  .adventure-section > .section-heading {
    margin-right: 20px;
    margin-left: 20px;
  }

  .adventure-art {
    overflow-x: auto;
  }

  .adventure-art img {
    width: 980px;
    max-width: none;
  }

  .adventure-lanes article {
    min-height: 280px;
    padding: 28px 20px;
  }

  .story-lines article {
    min-height: 0;
    padding: 34px 0 34px 16px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 24px 12px;
  }

  .story-lines h3 {
    font-size: 38px;
  }

  .story-lines p {
    font-size: 14px;
  }

  .craft-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .craft-grid figure:last-child {
    grid-column: auto;
    max-width: none;
  }

  .craft-grid figure.craft-wide {
    grid-column: auto;
  }

  .poland-colors span {
    min-height: 140px;
    font-size: 25px;
  }

  .poland-copy {
    padding: 80px 20px;
  }

  .poland-copy > p {
    font-size: 15px;
  }

  .collaboration-grid article {
    padding: 35px 24px 45px;
  }

  .collaboration-grid h3 {
    font-size: 38px;
  }

  .opportunities-heading h2 {
    font-size: clamp(47px, 13vw, 72px);
  }

  .ip-opportunity {
    margin-right: -20px;
    margin-left: -20px;
  }

  .ip-copy {
    padding: 48px 20px;
  }

  .ip-copy h3 {
    font-size: 56px;
  }

  .ip-gallery-five,
  .ip-gallery-four {
    min-height: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .ip-gallery-five button,
  .ip-gallery-four button {
    aspect-ratio: 1;
  }

  .ip-gallery-five button:first-child {
    grid-row: auto;
    aspect-ratio: 0.8;
  }

  .opportunities-note {
    font-size: 25px;
  }

  .closing-section {
    min-height: 0;
    padding: 88px 20px 0;
    gap: 40px;
  }

  .closing-statement {
    font-size: 28px;
  }

  .closing-recurring {
    font-size: 19px;
  }

  .closing-art {
    min-height: 480px;
  }

  .closing-art img {
    right: -9%;
    width: 118%;
  }

  .site-footer {
    padding: 34px 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-footer a {
    justify-self: start;
  }

  .lightbox figure {
    padding: 86px 14px 90px;
  }

  .lightbox figure img {
    max-width: calc(100vw - 28px);
    max-height: calc(100svh - 215px);
  }

  .lightbox-nav {
    top: auto;
    bottom: 20px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 58px);
  }

  .lightbox-next {
    right: calc(50% - 58px);
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 1100px;
  }

  .hero-copy {
    padding-bottom: 515px;
  }

  .hero-actions {
    display: grid;
    gap: 6px;
  }

  .text-action {
    width: fit-content;
  }

  .section-index {
    grid-template-columns: 44px 1fr;
    font-size: 9px;
  }

  .cover-gallery {
    grid-template-columns: 1fr;
    gap: 58px;
  }

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

  .cover-card button img {
    max-height: 560px;
  }

  .value-grid,
  .adventure-lanes {
    grid-template-columns: 1fr;
  }

  .value-grid article,
  .adventure-lanes article {
    min-height: 250px;
  }

  .place-button {
    grid-template-columns: 32px 43px minmax(0, 1fr);
    gap: 8px 10px;
  }

  .place-button b {
    font-size: 28px;
  }

  .place-button strong {
    font-size: 27px;
  }

  .poland-colors span {
    min-height: 115px;
    padding: 15px 10px;
    font-size: 18px;
  }

  .closing-actions {
    display: grid;
  }

  .ip-gallery-five,
  .ip-gallery-four {
    grid-template-columns: 1fr;
  }

  .ip-gallery-five button,
  .ip-gallery-five button:first-child,
  .ip-gallery-four button {
    aspect-ratio: auto;
  }

  .ip-gallery img {
    height: auto;
  }

  .button-light,
  .button-outline {
    justify-content: center;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
