﻿:root {
  --black: #000;
  --level-1: #181823;
  --level-2: #202033;
  --white: #fff;
  --muted: #8491a0;
  --soft: #b9adad;
  --blue: #5221e6;
  --blue-dark: #2a0b85;
  --cyan: #00ffff;
  --magenta: #ff0073;
  --magenta-deep: #c31073;
  --magenta-muted: #a6048b;
  --border: #5b6876;
  --line: rgba(255, 255, 255, .12);
  --panel: rgba(24, 24, 35, .82);
  --max: 1920px;
  --content: 1120px;
  --radius: 8px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --shadow-soft: 0 28px 90px rgba(0, 0, 0, .34);
  --shadow-hot: 0 32px 100px rgba(255, 0, 115, .16);
  --ease: cubic-bezier(.165, .84, .44, 1);
}

/* Final premium polish */
.site-header {
  box-shadow: 0 18px 60px rgba(0, 0, 0, .24);
}

.brand img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 18px 45px rgba(255, 0, 115, .18);
}

.nav-links a {
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.availability-pill,
.about-points span,
.tab-label,
.product-badge,
.service-price,
.folder-tab {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.process-section {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .94), rgba(14, 14, 23, .98)),
    var(--black);
  border-top: 1px solid var(--line);
}

.process-section .section-heading {
  max-width: 860px;
}

.process-section .section-heading h2,
.contact-section h2,
.feedback-intro h2 {
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 4.65rem);
  line-height: 1;
  margin: 0 0 18px;
}

.process-grid {
  align-items: stretch;
}

.process-card,
.service-card,
.merch-card,
.faq-item,
.contact-form,
.order-form,
.mini-form input,
.tool-stack span {
  box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
}

.process-card {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .82), rgba(5, 5, 10, .92)),
    var(--level-1);
  overflow: hidden;
  position: relative;
}

.process-card::before,
.service-card::before,
.merch-card::before {
  background: linear-gradient(90deg, var(--magenta), var(--cyan));
  content: "";
  height: 3px;
  inset: 0 0 auto;
  opacity: .58;
  position: absolute;
}

.process-card span {
  opacity: .72;
}

.collaboration-section .copy-panel {
  max-width: 760px;
}

.collaboration-section .copy-panel h2,
.yumco-section .copy-panel h2,
.brochure-folder__copy strong,
.merch-section .section-heading h2,
.photography-heading h2,
.faq-section .section-heading h2 {
  color: var(--white);
  text-wrap: balance;
}

.tools-section .section-heading h2,
.merch-section .section-heading h2,
.photography-heading h2,
.faq-section .section-heading h2 {
  font-size: clamp(2.15rem, 4.6vw, 4.35rem);
  line-height: 1;
  margin: 0 0 18px;
}

.tool-stack span {
  align-items: center;
  display: flex;
  min-height: 74px;
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease);
}

.tool-stack span:hover {
  border-color: rgba(0, 255, 255, .36);
  box-shadow: 0 24px 70px rgba(82, 33, 230, .14);
  transform: translateY(-4px);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card h3,
.merch-card h3 {
  text-wrap: balance;
}

.service-card p,
.merch-card p,
.faq-panel p {
  line-height: 1.7;
}

.merch-section .section-heading {
  max-width: 860px;
}

.merch-card {
  border-color: rgba(255, 255, 255, .1);
  position: relative;
}

.merch-card img {
  background: #08080d;
  object-position: center;
}

.price {
  letter-spacing: .02em;
}

.merch-button {
  box-shadow: 0 18px 45px rgba(255, 0, 115, .16);
}

.order-steps div,
.trust-grid span,
.order-summary {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.photography-section {
  border-bottom: 1px solid var(--line);
}

.photo-frame {
  border-color: rgba(255, 255, 255, .13);
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .94), rgba(24, 24, 35, .86)),
    var(--black);
  border-top: 1px solid var(--line);
}

.contact-grid > .reveal:first-child {
  align-self: start;
  position: sticky;
  top: 112px;
}

.contact-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-highlights span {
  border: 1px solid rgba(0, 255, 255, .18);
  border-radius: 999px;
  color: var(--soft);
  font-size: .8rem;
  font-weight: 800;
  padding: 9px 12px;
  text-transform: uppercase;
}

.contact-form,
.order-form {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .9), rgba(5, 5, 10, .96)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  padding: 30px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.order-form input,
.order-form select,
.order-form textarea,
.mini-form input {
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus,
.mini-form input:focus {
  box-shadow: 0 0 0 4px rgba(255, 0, 115, .12);
  outline: 0;
}

.faq-item {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .84), rgba(5, 5, 10, .94)),
    var(--level-1);
  border-radius: var(--radius);
  overflow: hidden;
}

.feedback-section {
  border-top: 1px solid var(--line);
}

.feedback-card {
  box-shadow: 0 26px 85px rgba(0, 0, 0, .26);
}

.final-cta {
  border-left: 3px solid var(--magenta);
  padding-left: 28px;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

@media (max-width: 991px) {
  .contact-grid > .reveal:first-child {
    position: static;
  }
}

@media (max-width: 767px) {
  body::before {
    background-size: 58px 58px;
  }

  .section-heading h2,
  .process-section .section-heading h2,
  .contact-section h2,
  .feedback-intro h2,
  .tools-section .section-heading h2,
  .merch-section .section-heading h2,
  .photography-heading h2,
  .faq-section .section-heading h2 {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.04;
  }

  .contact-form,
  .order-form {
    padding: 22px;
  }

  .final-cta {
    border-left: 0;
    padding-left: 0;
  }
}

/* Serious studio refinement */
:root {
  --cyan: #7ddbe2;
  --magenta: #d92768;
  --magenta-deep: #9f1f55;
  --magenta-muted: #7d235d;
  --muted: #96a0ad;
  --soft: #c6c8ce;
  --line: rgba(255, 255, 255, .1);
}

body {
  background:
    radial-gradient(circle at 18% 6%, rgba(217, 39, 104, .1), transparent 30rem),
    radial-gradient(circle at 88% 20%, rgba(125, 219, 226, .08), transparent 32rem),
    linear-gradient(180deg, #020204 0%, #050508 48%, #000 100%);
}

body::before {
  display: none;
  opacity: 0;
}

.hero-section::after {
  display: none;
}

.site-header {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(8, 8, 13, .82)),
    url("./assets/banner-wide.jpg");
  border-bottom-color: rgba(255, 255, 255, .1);
}

.nav-links a {
  color: rgba(255, 255, 255, .68);
}

.nav-links .nav-button {
  background: #ffffff;
  color: #08080d;
}

.nav-links .nav-button:hover,
.nav-links .nav-button:focus-visible,
.nav-links .nav-button.is-active {
  background: var(--cyan);
  color: #050508;
}

.hero-section {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .84)),
    url("./assets/bg-hero.jpg");
}

.hero-section .media-panel {
  box-shadow: 0 34px 110px rgba(0, 0, 0, .42);
}

.hero-section .media-panel::after {
  opacity: .16;
}

.hero-section .copy-panel h1 {
  letter-spacing: 0;
  text-shadow: none;
}

.availability-pill,
.service-price,
.folder-tab,
.tab-label,
.product-badge {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  color: var(--white);
}

.button.hot,
.button.form-button,
.button.primary,
.merch-button {
  background: linear-gradient(135deg, #ffffff, #d8dde6);
  box-shadow: 0 18px 54px rgba(255, 255, 255, .08);
  color: #050508;
}

.button.hot:hover,
.button.hot:focus-visible,
.button.form-button:hover,
.button.form-button:focus-visible,
.button.primary:hover,
.button.primary:focus-visible,
.merch-button:hover,
.merch-button:focus-visible {
  background: var(--cyan);
  box-shadow: 0 22px 70px rgba(125, 219, 226, .18);
  color: #050508;
}

.button.outline {
  border-color: rgba(255, 255, 255, .28);
}

.button.outline:hover,
.button.outline:focus-visible {
  background: rgba(255, 255, 255, .1);
  border-color: var(--cyan);
  color: var(--white);
}

.process-card::before,
.service-card::before,
.merch-card::before,
.skill-card::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .52), rgba(125, 219, 226, .52));
  opacity: .55;
}

.skill-meter span,
.photo-reel-label::after,
.feedback-meta::before {
  background: linear-gradient(90deg, #ffffff, var(--cyan));
}

.process-card,
.skill-card,
.service-card,
.work-collection-card,
.brand-case-card,
.illustration-folder,
.brochure-folder,
.merch-card,
.contact-form,
.order-form,
.faq-item,
.feedback-card {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .74), rgba(6, 6, 10, .96)),
    var(--level-1);
  border-color: rgba(255, 255, 255, .11);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .3);
}

.process-card:hover,
.skill-card:hover,
.service-card:hover,
.work-collection-card:hover,
.work-collection-card:focus-visible,
.brand-case-card:hover,
.brand-case-card:focus-visible,
.illustration-folder:hover,
.illustration-folder:focus-visible,
.brochure-folder:hover,
.brochure-folder:focus-visible,
.merch-card:hover {
  border-color: rgba(125, 219, 226, .34);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  transform: translateY(-3px);
}

.process-card span,
.skill-card__top span {
  color: rgba(255, 255, 255, .16);
}

.process-card h3,
.skill-card h3,
.service-card h3,
.work-collection-card__body strong,
.brand-case-card__copy strong,
.illustration-folder__copy strong,
.brochure-folder__copy strong,
.merch-card h3 {
  color: #f6f7fb;
}

.project-kicker,
.skill-proof strong,
.service-card li::before,
.work-case-note strong,
.price,
.photo-reel-label,
.case-study-grid span {
  color: var(--cyan);
}

.social-strip {
  background: rgba(5, 5, 8, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.social-strip a,
.order-socials a,
.footer-links a {
  color: rgba(255, 255, 255, .76);
}

.social-strip a:hover,
.order-socials a:hover,
.footer-links a:hover {
  color: var(--cyan);
}

.merch-section,
.skills-section,
.brochure-section {
  background-image:
    linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .86)),
    url("./assets/bg-purple.jpg");
}

.browser-frame,
.project-modal__panel,
.work-modal__panel,
.illustrations-modal__panel,
.brochure-modal__panel,
.case-study-modal__panel {
  box-shadow: 0 36px 120px rgba(0, 0, 0, .48);
}

.project-modal__close {
  background: #ffffff;
  color: #050508;
}

.project-modal__close:hover,
.project-modal__close:focus-visible {
  background: var(--cyan);
  color: #050508;
}

.final-cta {
  border-left-color: rgba(255, 255, 255, .28);
}

@media (max-width: 767px) {
  .button.hot,
  .button.form-button,
  .button.primary,
  .merch-button {
    min-height: 54px;
  }

  .process-card:hover,
  .skill-card:hover,
  .service-card:hover,
  .merch-card:hover {
    transform: none;
  }
}

/* Premium portfolio presentation */
.portfolio-value {
  color: var(--soft);
  line-height: 1.75;
  margin: 18px 0 0;
  max-width: 820px;
}

.selected-work-grid {
  display: grid;
  gap: 28px;
}

.selected-project {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .72), rgba(6, 6, 10, .96)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .32);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  overflow: hidden;
}

.selected-project:nth-child(even) {
  grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr);
}

.selected-project:nth-child(even) .selected-project__media {
  order: 2;
}

.selected-project--featured {
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
}

.selected-project__media {
  background: #050508;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  overflow: hidden;
  padding: 16px;
  text-align: left;
}

.selected-project__media img {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-sm);
  height: 100%;
  min-height: 488px;
  object-fit: cover;
  transition: transform .55s var(--ease), filter .55s var(--ease);
  width: 100%;
}

.selected-project__media img:only-child {
  grid-column: 1 / -1;
}

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

.selected-project__media--grid img {
  min-height: 240px;
}

.selected-project:hover .selected-project__media img {
  filter: contrast(1.05) saturate(1.04);
  transform: scale(1.025);
}

.selected-project__content {
  align-self: center;
  padding: 42px;
}

.selected-project__content > span {
  color: var(--cyan);
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.selected-project__content h3 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
  margin: 0 0 18px;
  text-wrap: balance;
}

.selected-project__content > p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 26px;
}

.mini-case {
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding-top: 22px;
}

.mini-case p {
  color: var(--muted);
  display: grid;
  gap: 4px;
  line-height: 1.55;
  margin: 0;
}

.mini-case strong {
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.direct-contact {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.direct-contact a {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  color: var(--soft);
  font-weight: 800;
  padding: 13px 14px;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

.direct-contact a:hover,
.direct-contact a:focus-visible {
  border-color: rgba(125, 219, 226, .34);
  color: var(--cyan);
  transform: translateX(4px);
}

.archive-links {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
}

.archive-links span {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-right: 8px;
  text-transform: uppercase;
}

.archive-links button {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: var(--soft);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 800;
  padding: 10px 13px;
  text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

.archive-links button:hover,
.archive-links button:focus-visible {
  border-color: rgba(125, 219, 226, .34);
  color: var(--cyan);
  transform: translateY(-2px);
}

.work-collections {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 48px;
  padding-top: 34px;
}

.work-collections-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 10, .96), rgba(14, 14, 22, .98)),
    var(--black);
}

.work-collections-section .work-collections {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.work-collections__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.work-collections__head span {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-collections__head p {
  color: var(--muted);
  margin: 0;
  max-width: 420px;
  text-align: right;
}

.work-collections__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-collection-card {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .9), rgba(8, 8, 14, .96)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  color: var(--white);
  cursor: pointer;
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease);
}

.work-collection-card:hover,
.work-collection-card:focus-visible {
  border-color: rgba(0, 255, 255, .35);
  box-shadow: 0 24px 70px rgba(82, 33, 230, .16);
  transform: translateY(-5px);
}

.work-collection-card img {
  aspect-ratio: 1.38 / 1;
  background: #050508;
  display: block;
  object-fit: cover;
  width: 100%;
}

.work-collection-card span,
.work-collection-card strong,
.work-collection-card small {
  display: block;
  padding: 0 16px;
}

.work-collection-card span {
  color: var(--cyan);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-top: 16px;
  text-transform: uppercase;
}

.work-collection-card strong {
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 7px;
}

.work-collection-card small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  padding-bottom: 18px;
  padding-top: 12px;
  text-transform: uppercase;
}

.portfolio-cta {
  display: inline-flex;
  margin-top: 28px;
}

.service-card a:not(.button) {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.merch-order-panel {
  margin-top: 72px;
}

@media (max-width: 991px) {
  .selected-project,
  .selected-project:nth-child(even),
  .selected-project--featured {
    grid-template-columns: 1fr;
  }

  .selected-project:nth-child(even) .selected-project__media {
    order: 0;
  }

  .selected-project__media {
    min-height: auto;
  }

  .selected-project__media img {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .selected-project__media,
  .selected-project__media--grid {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .selected-project__media img,
  .selected-project__media--grid img {
    min-height: auto;
    height: 300px;
  }

  .selected-project__content {
    padding: 28px 22px;
  }

  .selected-project__content h3 {
    font-size: clamp(1.8rem, 10vw, 2.55rem);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 0, 115, .18), transparent 28rem),
    radial-gradient(circle at 85% 18%, rgba(82, 33, 230, .18), transparent 30rem),
    linear-gradient(180deg, #030306 0%, #000 48%, #050509 100%);
  color: var(--white);
  margin: 0;
  font-family: "Sen", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .58), transparent 65%);
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

img,
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

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

button,
input,
textarea {
  font: inherit;
}

::selection {
  background: var(--magenta);
  color: var(--white);
}

.scroll-progress {
  background: var(--blue);
  height: 5px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 1000;
}

.container {
  margin: 0 auto;
  max-width: var(--content);
  width: min(calc(100% - 144px), var(--content));
}

.site-header {
  backdrop-filter: blur(16px);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .48)), url("./assets/banner-wide.jpg");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  position: sticky;
  top: 0;
  z-index: 900;
}

.nav-shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 82px;
  padding: 0 72px;
}

.brand {
  display: inline-flex;
  filter: drop-shadow(0 12px 24px rgba(255, 0, 115, .16));
  width: 57px;
}

.brand img,
.footer-logo img {
  aspect-ratio: 1;
  border-radius: 2px;
  object-fit: cover;
}

.nav-links {
  align-items: stretch;
  display: flex;
}

.nav-links a {
  color: rgba(255, 255, 255, .72);
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  padding: 0 24px;
  transition: color .35s var(--ease), background-color .35s var(--ease);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.is-active {
  color: var(--cyan);
}

.nav-links .nav-button {
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.nav-links .nav-button:hover,
.nav-links .nav-button:focus-visible,
.nav-links .nav-button.is-active {
  background: var(--blue-dark);
  color: var(--white);
}

.menu-toggle {
  align-items: center;
  background: rgba(24, 24, 35, .62);
  border: 1px solid rgba(255, 255, 255, .14);
  display: none;
  flex-direction: column;
  gap: 7px;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 48px;
  z-index: 2;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  transition: transform .25s var(--ease), opacity .25s var(--ease);
  width: 24px;
}

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

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

.section {
  padding: 120px 0;
  position: relative;
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading .overline,
.section > .container > .overline,
.process-section .section-heading .overline,
.contact-section .overline,
.feedback-intro .overline,
.photography-heading .overline {
  color: var(--cyan);
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.section-heading h2,
.process-section h2,
.contact-section h2,
.feedback-intro h2,
.photography-heading h2,
.final-cta h2 {
  text-wrap: balance;
}

.section-lead,
.section-heading p:not(.overline) {
  color: var(--muted);
  line-height: 1.75;
  max-width: 760px;
}

.split-section {
  background-color: var(--black);
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(228, 235, 243, .14);
  padding: 80px 0;
}

.hero-section {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .78)),
    url("./assets/bg-hero.jpg");
  overflow: hidden;
  padding-bottom: 96px;
  padding-top: 96px;
}

.hero-section .media-panel {
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: var(--shadow-hot);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.hero-section .media-panel::after {
  background: linear-gradient(135deg, rgba(0, 255, 255, .24), transparent 34%, rgba(255, 0, 115, .22));
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: .3;
  pointer-events: none;
  position: absolute;
}

.hero-section .copy-panel h1 {
  text-shadow: 0 22px 70px rgba(255, 0, 115, .18);
}

.hero-section::after {
  background: linear-gradient(90deg, transparent, rgba(255, 0, 115, .34), transparent);
  content: "";
  height: 1px;
  inset: auto 0 0;
  position: absolute;
}

.collaboration-section,
.merch-section {
  background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .72)), url("./assets/bg-purple.jpg");
}

.skills-section,
.brochure-section {
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .76)), url("./assets/banner-dark-pink.jpg");
  background-position: center;
  background-size: cover;
}

.skills-section::before,
.projects-section::before,
.merch-section::before {
  background: linear-gradient(90deg, transparent, rgba(0, 255, 255, .28), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.split-grid {
  align-items: center;
  display: grid;
  gap: 8%;
  grid-template-columns: 1fr 1fr;
}

.split-grid.cta-solo {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  text-align: center;
}

.cta-solo .copy-panel p {
  margin-left: auto;
  margin-right: auto;
}

.split-grid > *,
.projects-grid > *,
.sticky-grid > *,
.contact-grid > * {
  min-width: 0;
}

.media-panel {
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .45);
  overflow: hidden;
  position: relative;
}

.media-panel::after {
  background: linear-gradient(135deg, rgba(255, 0, 115, .18), transparent 42%, rgba(0, 255, 255, .12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.media-panel img {
  height: clamp(360px, 42vw, 560px);
  object-fit: cover;
  width: 100%;
}

.hero-section .media-panel img {
  object-position: center;
}

.copy-panel h1,
.copy-panel h2,
.section h2,
.narrow h2,
.sticky-copy h2,
.contact-section h2 {
  color: var(--white);
  font-size: clamp(2.1rem, 4.3vw, 3.45rem);
  line-height: 1.1;
  margin: 0;
  max-width: 780px;
}

.copy-panel h1 {
  color: var(--magenta-deep);
  font-size: clamp(3rem, 6.2vw, 5.8rem);
  letter-spacing: 0;
}

.yumco-section .copy-panel h2 {
  color: var(--magenta);
}

.copy-panel p,
.section-heading p,
.narrow p,
.sticky-copy p,
.contact-section p {
  color: var(--muted);
  margin: 24px 0;
  max-width: 660px;
  overflow-wrap: break-word;
}

.hero-section .copy-panel p:last-child {
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 620px;
}

.availability-pill {
  align-items: center;
  background: rgba(0, 0, 0, .42);
  border: 1px solid rgba(0, 255, 255, .28);
  border-radius: var(--radius-sm);
  color: var(--white);
  display: inline-flex;
  font-size: .85rem;
  font-weight: 800;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.availability-pill span {
  animation: statusPulse 1.8s ease-in-out infinite;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 255, 255, .75);
  height: 9px;
  width: 9px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.hero-stats {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
  max-width: 620px;
  padding-top: 24px;
}

.hero-stats div {
  background: rgba(24, 24, 35, .62);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 16px;
}

.quick-inquiry-form {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .82), rgba(5, 5, 10, .88)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
  display: grid;
  gap: 12px;
  margin: 24px 0 24px;
  padding: 16px;
}

.quick-inquiry-form p {
  color: var(--soft);
  font-size: .95rem;
  margin: 0;
}

.quick-inquiry-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1.1fr;
}

.quick-inquiry-form label {
  color: var(--muted);
  display: grid;
  font-size: .72rem;
  font-weight: 900;
  gap: 7px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.quick-inquiry-form input,
.quick-inquiry-form select {
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  color: var(--white);
  font: inherit;
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}

.quick-inquiry-form .button {
  min-height: 46px;
  width: 100%;
}

.hero-stats strong {
  color: var(--cyan);
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-stats span {
  color: var(--muted);
  display: block;
  font-size: .85rem;
  margin-top: 6px;
}

.social-strip {
  background: var(--level-1);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.social-strip__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.social-strip a {
  color: var(--white);
  font-weight: 800;
  transition: color .25s ease;
}

.social-strip a:hover,
.social-strip a:focus-visible {
  color: var(--cyan);
}

.social-strip span {
  color: var(--muted);
  margin-left: auto;
}

.about-section {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .78), rgba(0, 0, 0, .96)),
    var(--black);
  border-bottom: 1px solid var(--line);
  padding: 100px 0;
}

.about-grid {
  display: grid;
  gap: 64px;
  grid-template-columns: .9fr 1.1fr;
}

.about-copy h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  margin: 0;
}

.about-body {
  border-left: 1px solid rgba(255, 255, 255, .12);
  padding-left: 48px;
}

.about-body p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 20px;
}

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-points span {
  border: 1px solid rgba(0, 255, 255, .22);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-size: .86rem;
  font-weight: 800;
  padding: 10px 12px;
  text-transform: uppercase;
}

.eyebrow,
.overline {
  color: var(--muted);
  display: inline-block;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 8px;
}

.button {
  border-radius: var(--radius-sm);
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  min-height: 48px;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-4px);
}

.button:disabled,
.form-button:disabled {
  cursor: wait;
  opacity: .62;
  transform: none;
}

.button.primary {
  background: var(--magenta-muted);
  color: var(--white);
  font-size: .75rem;
  letter-spacing: 2px;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #32343a;
}

.button.outline {
  background: transparent;
  border: 1px solid var(--blue);
  color: var(--white);
  font-size: 1.05rem;
  letter-spacing: .02em;
  padding: 24px 32px;
}

.button.outline:hover,
.button.outline:focus-visible,
.button.form-button:hover,
.button.form-button:focus-visible,
.button.hot:hover,
.button.hot:focus-visible {
  background: var(--blue);
  box-shadow: 0 20px 60px rgba(82, 33, 230, .3);
}

.button.hot {
  background: linear-gradient(135deg, var(--magenta), #8d21e6);
  color: var(--white);
  font-size: .75rem;
  letter-spacing: 2px;
  box-shadow: 0 16px 44px rgba(255, 0, 115, .24);
}

.process-section {
  padding-top: 130px;
}

.process-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.process-card {
  background: linear-gradient(180deg, rgba(24, 24, 35, .72), rgba(0, 0, 0, .18));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  min-height: 100%;
  padding: 32px 28px;
  transition: border-color .3s ease, transform .35s var(--ease);
}

.process-card:hover {
  border-color: rgba(255, 0, 115, .42);
  transform: translateY(-6px);
}

.process-card span {
  color: var(--muted);
  display: block;
  font-size: clamp(4.8rem, 9vw, 7.3rem);
  line-height: 1;
}

.process-card h3,
.skill-card h3,
.project-card h3,
.merch-card h3 {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 8px 0 16px;
}

.process-card h3 {
  color: var(--magenta);
}

.process-card p,
.skill-card p,
.project-card p,
.brochure-card p,
.merch-card p {
  color: var(--muted);
  margin: 0;
}

.skills-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: .95fr 1fr 1fr;
}

.skills-intro {
  background:
    radial-gradient(circle at 18% 0, rgba(255, 0, 115, .16), transparent 34%),
    linear-gradient(135deg, rgba(24, 24, 35, .9), rgba(5, 5, 10, .97)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
  grid-row: span 2;
  min-height: 100%;
  padding: 34px;
}

.skills-intro p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
  margin: 24px 0 0;
}

.skills-intro h2 {
  color: var(--white);
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: .98;
  margin: 0;
}

.skill-proof {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.skill-proof span {
  align-items: center;
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-sm);
  color: var(--soft);
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.skill-proof strong {
  color: var(--cyan);
  font-size: 1.22rem;
}

.skill-card {
  background:
    radial-gradient(circle at 90% 0, rgba(0, 255, 255, .09), transparent 28%),
    linear-gradient(180deg, rgba(24, 24, 35, .86), rgba(5, 5, 10, .94)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--radius);
  min-height: 100%;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.skill-card::before {
  background: linear-gradient(90deg, var(--magenta), var(--cyan));
  content: "";
  height: 3px;
  inset: 0 0 auto;
  opacity: .72;
  position: absolute;
}

.skill-card:hover {
  border-color: rgba(0, 255, 255, .35);
  box-shadow: 0 28px 80px rgba(82, 33, 230, .16);
  transform: translateY(-6px);
}

.skill-card__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.skill-card img {
  background: rgba(0, 0, 0, .24);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-sm);
  height: 54px;
  object-fit: contain;
  padding: 10px;
  width: 54px;
}

.skill-card__top span {
  color: rgba(255, 255, 255, .18);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.skill-card h3 {
  color: var(--cyan);
  margin-top: 0;
}

.skill-card p {
  line-height: 1.65;
}

.skill-meter {
  background: rgba(255, 255, 255, .08);
  border-radius: 999px;
  height: 5px;
  margin: 24px 0 18px;
  overflow: hidden;
}

.skill-meter span {
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--value);
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-tags span {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: var(--soft);
  font-size: .78rem;
  font-weight: 800;
  padding: 8px 10px;
  text-transform: uppercase;
}

.skill-system {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .86), rgba(5, 5, 10, .94)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  display: grid;
  gap: 1px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.skill-system div {
  background: rgba(0, 0, 0, .2);
  padding: 24px;
}

.skill-system span {
  color: var(--magenta);
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.skill-system strong {
  color: var(--white);
  display: block;
  font-size: 1rem;
  line-height: 1.55;
}

.tools-section {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .9), rgba(24, 24, 35, .82)),
    var(--black);
  border-top: 1px solid var(--line);
  padding: 92px 0;
}

.tools-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: .95fr 1.05fr;
}

.tool-stack {
  align-content: start;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.tool-stack span {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .9), rgba(8, 8, 14, .94)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-weight: 800;
  padding: 18px;
}

.tool-stack span:nth-child(3n + 1) {
  border-color: rgba(255, 0, 115, .24);
}

.tool-stack span:nth-child(3n + 2) {
  border-color: rgba(0, 255, 255, .24);
}

.services-section {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .96), rgba(14, 14, 23, .98)),
    var(--black);
  border-top: 1px solid var(--line);
}

.services-section .section-heading {
  margin-bottom: 42px;
  max-width: 940px;
}

.services-section .section-heading h2 {
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 920px;
  text-wrap: balance;
}

.services-section .section-lead {
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.75;
  max-width: 760px;
}

.service-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .86), rgba(5, 5, 10, .94)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease);
}

.service-card:hover {
  border-color: rgba(0, 255, 255, .35);
  box-shadow: 0 28px 80px rgba(82, 33, 230, .14);
  transform: translateY(-6px);
}

.service-card:last-child {
  grid-column: 2;
}

.service-card span {
  color: var(--magenta);
  display: block;
  font-weight: 800;
  margin-bottom: 18px;
}

.service-card h3 {
  color: var(--white);
  font-size: 1.45rem;
  line-height: 1.15;
  margin: 0 0 12px;
}

.service-price {
  background: rgba(0, 255, 255, .08);
  border: 1px solid rgba(0, 255, 255, .18);
  border-radius: var(--radius-sm);
  color: var(--cyan);
  display: inline-flex;
  font-size: .86rem;
  margin-bottom: 18px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.service-note {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  color: var(--muted);
  line-height: 1.7;
  margin: 26px 0 0;
  max-width: 720px;
  padding: 16px 18px;
}

.service-card p {
  color: var(--muted);
  margin: 0 0 22px;
}

.service-card ul {
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: var(--soft);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 18px 0 0;
}

.service-card li::before {
  color: var(--cyan);
  content: "/";
  font-weight: 800;
  margin-right: 8px;
}

.service-button {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  color: #050508;
  font-size: .78rem;
  font-weight: 900;
  justify-self: stretch;
  letter-spacing: .08em;
  line-height: 1.18;
  margin-top: auto;
  min-height: 54px;
  padding: 14px 16px;
  text-decoration: none;
  width: 100%;
}

.service-button:hover,
.service-button:focus-visible {
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 24px 70px rgba(125, 219, 226, .18);
  color: #050508;
}

.merch-preview-order {
  font-size: .72rem;
  margin-top: 14px;
  min-height: 44px;
  padding: 12px 14px;
}

.projects-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.projects-section .section-heading {
  margin-bottom: 42px;
  max-width: 920px;
}

.projects-section .section-heading h2 {
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  letter-spacing: 0;
  line-height: 1;
  max-width: 900px;
  text-wrap: balance;
}

.projects-section .section-lead {
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.75;
  max-width: 760px;
}

.project-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading h2 {
  background: linear-gradient(90deg, var(--level-1), rgba(24, 24, 35, .2));
  display: inline-block;
  font-size: clamp(2rem, 4vw, 3.45rem);
  max-width: 720px;
  padding: 10px 0;
}

.section-lead {
  color: var(--muted);
  max-width: 640px;
}

.project-card {
  background: linear-gradient(180deg, var(--level-1), #101018);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  display: block;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.project-card:hover,
.project-card:focus-visible {
  border-color: rgba(255, 0, 115, .36);
  box-shadow: 0 24px 80px rgba(82, 33, 230, .18);
  transform: translateY(-8px);
}

.project-image-button {
  background: #050508;
  border: 0;
  cursor: zoom-in;
  border-radius: var(--radius) var(--radius) 0 0;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.project-card img {
  height: 400px;
  object-fit: cover;
  transition: transform .5s var(--ease);
  width: 100%;
}

.project-card:hover img,
.project-card:focus-within img {
  transform: scale(1.035);
}

.project-card > div {
  padding: 40px 32px;
}

.project-kicker {
  color: var(--cyan);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.project-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.project-view {
  color: var(--cyan);
}

.illustration-folder {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .96), rgba(5, 5, 10, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
  color: var(--white);
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease);
  width: 100%;
}

.illustration-folder:hover,
.illustration-folder:focus-visible {
  border-color: rgba(255, 0, 115, .42);
  box-shadow: 0 38px 110px rgba(255, 0, 115, .18);
  transform: translateY(-6px);
}

.illustration-folder__content {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: .86fr 1.14fr;
  padding: 48px;
}

.illustration-folder__copy strong {
  color: var(--white);
  display: block;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.08;
  margin: 10px 0 22px;
  text-wrap: balance;
}

.illustration-folder__copy > span:not(.overline):not(.folder-cta) {
  color: var(--muted);
  display: block;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 560px;
}

.illustration-folder__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.illustration-folder__grid img {
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
  object-fit: cover;
  width: 100%;
}

.illustration-folder__grid img:nth-child(even) {
  transform: translateY(28px);
}

.work-archive {
  margin-top: 56px;
}

.work-archive__intro {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.work-archive__intro h3 {
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.1;
  margin: 0;
  max-width: 620px;
}

.brand-case-card {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .98), rgba(8, 8, 14, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  color: var(--white);
  cursor: pointer;
  display: grid;
  gap: 42px;
  grid-template-columns: .86fr 1.14fr;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.brand-case-card:hover,
.brand-case-card:focus-visible {
  border-color: rgba(0, 255, 255, .4);
  box-shadow: 0 38px 110px rgba(255, 0, 115, .16);
  transform: translateY(-6px);
}

.brand-case-card__copy {
  display: block;
  padding: 44px;
}

.brand-case-card__copy .folder-tab {
  margin: -44px 0 34px -44px;
}

.brand-case-card__copy strong {
  color: var(--white);
  display: block;
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  line-height: 1;
  margin: 12px 0 22px;
  text-wrap: balance;
}

.brand-case-card__copy > span:not(.folder-tab):not(.overline):not(.folder-cta) {
  color: var(--muted);
  display: block;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 600px;
}

.brand-case-card__media {
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, .09), transparent 38%),
    rgba(0, 0, 0, .32);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  min-height: 500px;
  padding: 28px;
}

.brand-case-card__media img {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.brand-case-card__media img:nth-child(2) {
  transform: translateY(34px);
}

.brand-case-card__media img:nth-child(3) {
  object-fit: contain;
}

.work-collection-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.work-collection-card {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .96), rgba(5, 5, 10, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.work-collection-card:hover,
.work-collection-card:focus-visible {
  border-color: rgba(0, 255, 255, .38);
  box-shadow: 0 32px 90px rgba(82, 33, 230, .18);
  transform: translateY(-6px);
}

.work-collection-card__media {
  background: rgba(0, 0, 0, .32);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 18px;
}

.work-collection-card__media img {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-sm);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.work-collection-card__media img:nth-child(2) {
  transform: translateY(22px);
}

.work-collection-card__media.poster-preview img {
  object-position: center top;
}

.work-collection-card__media.editorial-preview img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 10px;
}

.work-collection-card__body {
  display: block;
  padding: 34px;
}

.work-collection-card__body strong {
  color: var(--white);
  display: block;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  line-height: 1.12;
  margin-bottom: 14px;
  text-wrap: balance;
}

.work-collection-card__body > span:not(.folder-cta) {
  color: var(--muted);
  display: block;
  line-height: 1.55;
}

.center-action {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 180px;
}

.behance-section {
  padding-bottom: 120px;
}

.narrow {
  margin-bottom: 72px;
}

.text-link {
  background: transparent;
  border-bottom: 1px solid var(--border);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  line-height: 40px;
  padding: 0;
  transition: background-color .35s var(--ease), padding .35s var(--ease);
}

.text-link:hover,
.text-link:focus-visible {
  background: var(--blue);
  padding-left: 16px;
  padding-right: 16px;
}

.text-link.compact {
  line-height: 32px;
}

.case-study-link {
  margin-bottom: 20px;
}

.browser-frame {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38);
  overflow: hidden;
}

.browser-bar {
  align-items: center;
  background: var(--level-1);
  display: flex;
  gap: 6px;
  height: 37px;
  padding-left: 16px;
}

.browser-bar span {
  background: var(--muted);
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.behance-preview {
  background-image: url("./assets/behance-preview.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 1024px;
  min-height: 640px;
}

.yumco-section {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(10, 0, 12, .58)),
    var(--black);
  border-bottom: 1px solid rgba(228, 235, 243, .14);
}

.yumco-section .copy-panel p {
  color: var(--soft);
}

.mini-form {
  display: flex;
  gap: 9px;
  margin-top: 24px;
  max-width: 470px;
  width: 100%;
}

.mini-form input,
.contact-form input,
.contact-form select,
.contact-form textarea,
.order-form input,
.order-form select,
.order-form textarea {
  background: rgba(18, 18, 28, .92);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius-sm);
  color: var(--white);
  outline: 0;
  padding: 14px 16px;
  transition: border-color .2s ease, background-color .2s ease;
  width: 100%;
}

.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill,
.order-form input:-webkit-autofill,
.order-form textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--white);
  box-shadow: 0 0 0 1000px #181823 inset;
  caret-color: var(--white);
}

.mini-form input {
  background: var(--white);
  color: var(--level-1);
  min-height: 48px;
}

.mini-form input:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--magenta);
}

.form-note {
  color: var(--cyan);
  font-size: .95rem;
  margin: 12px 0 0;
  min-height: 1.5em;
}

.order-disclaimer,
.shipping-note {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
  margin: 2px 0 0;
}

.shipping-note {
  color: rgba(255, 255, 255, .58);
}

.form-note a {
  color: var(--white);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brochure-folder {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .96), rgba(5, 5, 10, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
  color: var(--white);
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease);
  width: 100%;
}

.brochure-folder:hover,
.brochure-folder:focus-visible {
  border-color: rgba(0, 255, 255, .38);
  box-shadow: 0 38px 110px rgba(82, 33, 230, .22);
  transform: translateY(-6px);
}

.folder-tab {
  background: linear-gradient(135deg, var(--magenta), var(--blue));
  border-radius: 0 0 var(--radius-sm) 0;
  color: var(--white);
  display: inline-flex;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 12px 18px;
  text-transform: uppercase;
}

.brochure-folder__content {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: .9fr 1.1fr;
  padding: 48px;
}

.brochure-folder__copy strong {
  color: var(--white);
  display: block;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
  margin: 10px 0 22px;
}

.brochure-folder__copy > span:not(.overline):not(.folder-cta) {
  color: var(--muted);
  display: block;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 560px;
}

.folder-cta {
  border-bottom: 1px solid var(--cyan);
  color: var(--cyan);
  display: inline-flex;
  font-weight: 800;
  line-height: 38px;
  margin-top: 28px;
}

.brochure-folder__stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 360px;
  position: relative;
}

.brochure-folder__stack img {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
  height: 330px;
  object-fit: cover;
  width: 100%;
}

.brochure-folder__stack img:nth-child(1) {
  transform: rotate(-4deg) translateX(32px);
}

.brochure-folder__stack img:nth-child(2) {
  transform: translateY(-18px);
  z-index: 2;
}

.brochure-folder__stack img:nth-child(3) {
  transform: rotate(4deg) translateX(-32px);
}

.brochure-card {
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  overflow: hidden;
}

.brochure-card img {
  height: 360px;
  object-fit: cover;
  width: 100%;
}

.brochure-card p {
  border-top: 1px solid var(--border);
  color: var(--white);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  padding: 48px;
}

.tab-label {
  border: 1px solid var(--blue);
  background: var(--blue);
  border-radius: var(--radius-sm);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 8px 0 40px;
  padding: 12px 16px;
}

.merch-category {
  margin-top: 44px;
}

.merch-category:first-of-type {
  margin-top: 0;
}

.merch-category__head {
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 18px;
}

.merch-category__head .tab-label {
  flex: 0 0 auto;
  margin: 0;
}

.merch-category__head p {
  color: var(--muted);
  margin: 0;
  max-width: 620px;
}

.merch-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.merch-card {
  background: linear-gradient(180deg, rgba(24, 24, 35, .96), rgba(10, 10, 18, .98));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform .35s var(--ease), border-color .35s var(--ease);
}

.merch-card:hover {
  border-color: rgba(0, 255, 255, .45);
  transform: translateY(-6px);
}

.merch-preview-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.merch-preview-card {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .9), rgba(5, 5, 10, .96)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease);
}

.merch-preview-card:hover {
  border-color: rgba(0, 255, 255, .32);
  box-shadow: 0 24px 70px rgba(82, 33, 230, .14);
  transform: translateY(-5px);
}

.merch-preview-card img {
  aspect-ratio: 1 / 1;
  background: #08080d;
  display: block;
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.merch-preview-card > div {
  padding: 22px;
}

.merch-preview-card > div > span {
  color: var(--cyan);
  display: block;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.merch-preview-card h3 {
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.15;
  margin: 0 0 10px;
}

.merch-preview-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.merch-pricing {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .045), rgba(0, 0, 0, .18)),
    rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 14px;
  position: relative;
  transition: border-color .3s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.merch-preview-card:hover .merch-pricing,
.merch-card:hover .merch-pricing {
  border-color: rgba(0, 255, 255, .2);
  box-shadow: 0 18px 48px rgba(0, 255, 255, .06);
  transform: translateY(-2px);
}

.merch-price-row {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.merch-price-row span {
  color: rgba(255, 255, 255, .58);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.merch-price-row del {
  color: rgba(255, 255, 255, .48);
  font-size: .92rem;
  font-weight: 800;
  text-decoration-color: rgba(255, 0, 115, .72);
  text-decoration-thickness: 2px;
}

.merch-price-row strong {
  color: var(--white);
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  font-weight: 900;
  letter-spacing: .01em;
  text-align: right;
}

.discount-badge {
  align-self: start;
  background: rgba(0, 255, 255, .09);
  border: 1px solid rgba(0, 255, 255, .24);
  border-radius: 999px;
  color: var(--cyan);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 6px 9px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: -12px;
}

.merch-pricing-note {
  color: rgba(255, 255, 255, .54);
  font-size: .86rem;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 720px;
}

.merch-preview-cta {
  display: inline-flex;
  margin-top: 32px;
}

.merch-catalog-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .86)),
    url("./assets/bg-purple.jpg");
  padding-bottom: 96px;
  padding-top: 96px;
}

.merch-catalog-page {
  order: initial;
}

.merch-card img {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, .08), transparent 42%),
    rgba(0, 0, 0, .24);
  object-fit: contain;
  padding: 18px;
  transition: transform .5s var(--ease);
  width: 100%;
}

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

.merch-card > div {
  padding: 22px;
}

.product-badge {
  background: rgba(0, 0, 0, .74);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-size: .72rem;
  font-weight: 800;
  left: 14px;
  letter-spacing: .06em;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
  z-index: 2;
}

.merch-card .price {
  color: var(--cyan);
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 20px 0 18px;
}

.merch-price {
  color: var(--cyan);
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin: 14px 0 0;
  text-transform: uppercase;
}

.merch-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.merch-specs span {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius-sm);
  color: var(--soft);
  font-size: .72rem;
  font-weight: 800;
  padding: 7px 8px;
  text-transform: uppercase;
}

.merch-button {
  background: transparent;
  border: 1px solid var(--blue);
  border-radius: var(--radius-sm);
  color: var(--white);
  min-height: 44px;
  padding: 12px 16px;
  width: 100%;
}

.product-controls {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr .7fr;
  margin: 18px 0 16px;
}

.product-controls label {
  color: var(--muted);
  display: grid;
  font-size: .72rem;
  font-weight: 900;
  gap: 6px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.product-controls select,
.product-controls input {
  background: rgba(0, 0, 0, .32);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  color: var(--white);
  font: inherit;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.merch-button:hover,
.merch-button:focus-visible {
  background: var(--blue);
}

.order-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

.order-steps div {
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--radius);
  padding: 22px;
}

.order-steps span {
  color: var(--magenta);
  display: block;
  font-size: .9rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.order-steps strong {
  color: var(--white);
  display: block;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.order-steps p {
  color: var(--muted);
  margin: 0;
}

.merch-order-panel {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .96), rgba(9, 9, 16, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .4);
  display: grid;
  gap: 48px;
  grid-template-columns: .85fr 1fr;
  margin-top: 72px;
  padding: 48px;
}

.merch-order-panel h3 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.1;
  margin: 0 0 20px;
}

.merch-order-panel p {
  color: var(--muted);
  margin: 0 0 28px;
}

.trust-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
}

.trust-grid span {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  color: var(--white);
  font-size: .88rem;
  font-weight: 700;
  padding: 12px;
}

.order-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.order-socials a {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-weight: 700;
  padding: 10px 14px;
  transition: border-color .25s ease, color .25s ease;
}

.order-socials a:hover,
.order-socials a:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

.order-form {
  display: grid;
  gap: 8px;
}

.order-form label {
  color: var(--white);
  font-size: .95rem;
  font-weight: 700;
}

.order-form input,
.order-form select,
.order-form textarea {
  margin-bottom: 16px;
}

.order-form textarea {
  resize: vertical;
}

.order-form--compact {
  align-self: start;
}

.order-summary {
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(0, 255, 255, .2);
  border-radius: var(--radius);
  display: grid;
  gap: 6px;
  margin: 2px 0 18px;
  padding: 16px;
}

.order-summary span {
  color: var(--muted);
  font-size: .92rem;
}

.order-summary strong {
  color: var(--cyan);
  font-size: 1.35rem;
  line-height: 1.15;
}

.order-summary small {
  color: rgba(255, 255, 255, .62);
  line-height: 1.45;
}

.form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.form-row--thirds {
  grid-template-columns: repeat(3, 1fr);
}

.merch-order-modal {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  padding: 28px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 1200;
}

.merch-order-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.merch-order-modal__backdrop {
  background: rgba(0, 0, 0, .78);
  inset: 0;
  position: absolute;
}

.merch-order-modal__panel {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .98), rgba(5, 5, 10, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-md);
  box-shadow: 0 34px 120px rgba(0, 0, 0, .58);
  margin: auto;
  max-height: min(92vh, 920px);
  max-width: 860px;
  overflow: auto;
  padding: 34px;
  position: relative;
  transform: translateY(18px) scale(.98);
  transition: transform .3s var(--ease);
  width: min(100%, 860px);
  z-index: 1;
}

.merch-order-modal.is-open .merch-order-modal__panel {
  transform: translateY(0) scale(1);
}

.merch-order-modal__header {
  padding-right: 42px;
}

.merch-order-modal__header h2,
.contact-form h3 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.06;
  margin: 0 0 14px;
}

.merch-order-modal__header p:not(.overline) {
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 620px;
}

.order-form input[readonly] {
  color: rgba(255, 255, 255, .78);
  cursor: default;
}

.contact-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(82, 33, 230, .18), transparent 26rem),
    var(--black);
}

.contact-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.contact-form {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  display: grid;
  gap: 8px;
  padding: 36px;
}

.contact-form label {
  color: var(--white);
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-bottom: 22px;
  resize: vertical;
}

.button.form-button {
  background: var(--blue);
  color: var(--white);
  font-size: 1.05rem;
  min-height: 68px;
  width: 100%;
}

.photography-section {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .92), rgba(24, 24, 35, .84)),
    var(--black);
  border-top: 1px solid var(--line);
  overflow: hidden;
  padding-bottom: 78px;
}

.photography-heading {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: .95fr 1.05fr;
  margin-bottom: 34px;
}

.photography-heading h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  margin: 0;
}

.photography-heading p:not(.overline) {
  color: var(--muted);
  margin: 0;
  max-width: 620px;
}

.photography-reel {
  isolation: isolate;
  overflow: hidden;
  padding: 12px 0 30px;
  position: relative;
}

.photography-reel::before,
.photography-reel::after {
  content: "";
  inset: 0 auto 0 0;
  pointer-events: none;
  position: absolute;
  width: 16%;
  z-index: 3;
}

.photography-reel::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .98), transparent);
}

.photography-reel::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, .98), transparent);
  left: auto;
  right: 0;
}

.photo-track {
  animation: photoReel 58s linear infinite;
  animation-play-state: running;
  display: flex;
  gap: 18px;
  min-height: 340px;
  transform: translateZ(0);
  width: max-content;
  will-change: transform;
}

.photography-reel.is-ready .photo-track {
  animation-play-state: running;
}

.photography-reel:hover .photo-track {
  animation-play-state: paused;
}

.photo-frame {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .05), rgba(0, 255, 255, .08), rgba(255, 255, 255, .04)),
    rgba(24, 24, 35, .88);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
  flex: 0 0 clamp(280px, 25vw, 390px);
  height: 280px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.photo-frame--tall {
  height: 380px;
  transform: translateY(28px);
}

.photo-frame--wide {
  flex-basis: clamp(380px, 38vw, 560px);
}

.photo-frame img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: transform .7s var(--ease), filter .7s var(--ease);
  visibility: visible;
  width: 100%;
}

.photo-frame:hover img {
  filter: contrast(1.08) saturate(1.08);
  transform: scale(1.045);
}

.photo-reel-label {
  bottom: 0;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
  left: 0;
  letter-spacing: .08em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
}

.photo-reel-label::after {
  animation: feedbackProgress 6s linear infinite;
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  content: "";
  display: block;
  height: 2px;
  margin: 12px auto 0;
  transform-origin: left;
  width: min(220px, 100%);
}

.photography-section .reveal,
.photography-heading.reveal,
.photography-reel.reveal {
  opacity: 1 !important;
  transform: none !important;
}

@keyframes photoReel {
  from {
    transform: translateX(0);
  }

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

.faq-section {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .94), rgba(10, 10, 16, .98)),
    var(--black);
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: .9fr 1.1fr;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: rgba(24, 24, 35, .7);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 0;
}

.faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  gap: 20px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 22px 24px;
  text-align: left;
  width: 100%;
}

.faq-question:focus-visible {
  outline: 2px solid rgba(0, 255, 255, .72);
  outline-offset: -4px;
}

.faq-icon {
  border: 1px solid rgba(0, 255, 255, .34);
  border-radius: 999px;
  display: inline-grid;
  flex: 0 0 30px;
  height: 30px;
  place-items: center;
  transition: border-color .3s ease, transform .3s var(--ease), background .3s ease;
  width: 30px;
}

.faq-icon::before,
.faq-icon::after {
  background: var(--cyan);
  content: "";
  grid-area: 1 / 1;
  height: 2px;
  transition: opacity .25s ease, transform .3s var(--ease);
  width: 12px;
}

.faq-icon::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-icon {
  background: rgba(0, 255, 255, .08);
  border-color: rgba(0, 255, 255, .62);
  transform: rotate(180deg);
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: rotate(90deg) scaleX(.2);
}

.faq-panel {
  border-top: 1px solid rgba(255, 255, 255, .08);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: max-height .32s var(--ease), opacity .26s ease, transform .32s var(--ease);
  will-change: max-height, opacity, transform;
}

.faq-item.is-open .faq-panel {
  opacity: 1;
  transform: translateY(0);
}

.faq-panel__inner {
  padding: 0 24px 24px;
}

.faq-panel p {
  color: var(--muted);
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .faq-icon,
  .faq-icon::before,
  .faq-icon::after,
  .faq-panel {
    transition: none;
  }
}

.feedback-section {
  background:
    linear-gradient(135deg, rgba(32, 32, 51, .78), rgba(0, 0, 0, .98)),
    var(--level-1);
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.feedback-shell {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: .85fr 1.15fr;
}

.feedback-intro h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  margin: 0;
}

.feedback-intro p:not(.overline) {
  color: var(--muted);
}

.feedback-carousel {
  isolation: isolate;
  overflow: hidden;
  padding: 18px 0 22px;
  position: relative;
}

.feedback-carousel::before,
.feedback-carousel::after {
  content: "";
  inset: 0 auto 0 0;
  pointer-events: none;
  position: absolute;
  width: 18%;
  z-index: 3;
}

.feedback-carousel::before {
  background: linear-gradient(90deg, rgba(12, 12, 20, .98), transparent);
  left: 0;
}

.feedback-carousel::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, .98), transparent);
  left: auto;
  right: 0;
}

.feedback-track {
  animation: feedbackReel 64s linear infinite;
  display: flex;
  gap: 18px;
  transition: opacity .3s ease, gap .3s ease;
  width: max-content;
  will-change: transform;
}

.feedback-track.is-expanded {
  animation-duration: 96s;
}

.feedback-track.is-switching {
  opacity: .35;
}

.feedback-carousel:hover .feedback-track {
  animation-play-state: paused;
}

.feedback-card {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .98), rgba(8, 8, 14, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
  display: flex;
  flex: 0 0 clamp(320px, 34vw, 460px);
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  opacity: 1;
  padding: 36px;
  position: relative;
  transform: translateY(0);
  transition: border-color .3s ease, box-shadow .35s var(--ease), opacity .28s ease, transform .35s var(--ease);
}

.feedback-card.is-hidden {
  display: none;
}

.feedback-card:nth-child(3n + 2) {
  transform: translateY(24px);
}

.feedback-card:nth-child(3n) {
  transform: translateY(10px);
}

.feedback-card::before {
  background: linear-gradient(90deg, var(--magenta), var(--cyan));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.feedback-card p {
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 36px;
}

.feedback-card strong {
  color: var(--cyan);
  display: block;
  font-size: 1.1rem;
}

.feedback-card span {
  color: var(--muted);
  margin-top: 4px;
}

.feedback-more {
  display: flex;
  margin: 34px auto 0;
  position: relative;
  z-index: 5;
}

.feedback-more[aria-expanded="true"] {
  border-color: rgba(0, 255, 255, .48);
}

@keyframes feedbackReel {
  from {
    transform: translateX(0);
  }

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

@keyframes feedbackProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes statusPulse {
  0%,
  100% {
    opacity: .55;
    transform: scale(.86);
  }

  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

.final-cta-section {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .86), rgba(24, 24, 35, .86)),
    url("./assets/banner-wide.jpg");
  background-position: center;
  background-size: cover;
  border-top: 1px solid var(--line);
  padding: 90px 0;
}

.final-cta {
  max-width: 900px;
}

.final-cta h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.08;
  margin: 0;
}

.final-cta p:not(.overline) {
  color: var(--muted);
  max-width: 680px;
}

.footer {
  background:
    linear-gradient(90deg, rgba(24, 24, 35, .98), rgba(6, 6, 10, .98)),
    var(--level-1);
  border-top: 1px solid var(--line);
  padding: 80px 0;
}

.footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: .7fr 1fr;
}

.footer-logo {
  align-items: center;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-sm);
  display: inline-flex;
  height: 72px;
  justify-content: center;
  padding: 10px;
  width: 72px;
}

.footer-logo img {
  aspect-ratio: auto;
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer-links {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.footer-links a {
  color: var(--white);
  transition: color .25s ease;
  overflow-wrap: anywhere;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
}

.footer p {
  color: var(--muted);
  grid-column: span 2;
  margin: 32px 0 0;
}

.mobile-sticky-cta {
  display: none;
}

.back-to-top {
  align-items: center;
  background: rgba(82, 33, 230, .92);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-sm);
  bottom: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, background-color .25s ease;
  width: 48px;
  z-index: 1000;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--magenta);
}

.project-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 1200;
}

.project-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-modal__backdrop {
  background: rgba(0, 0, 0, .82);
  inset: 0;
  position: absolute;
}

.project-modal__panel {
  background: var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  max-height: min(860px, calc(100vh - 48px));
  max-width: 1180px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.project-modal__close {
  align-items: center;
  background: rgba(255, 0, 115, .94);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  height: 52px;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
  width: 52px;
  z-index: 2;
}

.project-modal__close:hover,
.project-modal__close:focus-visible {
  background: var(--cyan);
  color: var(--black);
  transform: scale(1.05);
}

.project-modal__image-wrap {
  align-items: center;
  background: #050508;
  display: flex;
  justify-content: center;
  min-height: 520px;
  overflow: auto;
}

.project-modal__image-wrap img {
  max-height: calc(100vh - 88px);
  object-fit: contain;
  width: 100%;
}

.project-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 40px;
}

.project-modal__content h2 {
  color: var(--magenta);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin: 0 0 24px;
}

.project-modal__content p {
  color: var(--muted);
  margin: 0 0 32px;
}

.modal-controls {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.modal-step {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-sm);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  min-height: 44px;
  padding: 0 16px;
  text-transform: uppercase;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.modal-step:hover,
.modal-step:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.illustrations-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 1200;
}

.illustrations-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.illustrations-modal__backdrop {
  background: rgba(0, 0, 0, .86);
  inset: 0;
  position: absolute;
}

.illustrations-modal__panel {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .98), rgba(6, 6, 10, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  max-height: calc(100vh - 48px);
  max-width: 1180px;
  overflow-y: auto;
  padding: 48px;
  position: relative;
  width: 100%;
}

.illustrations-modal__header {
  margin-bottom: 40px;
  max-width: 780px;
}

.illustrations-modal__header h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.illustrations-modal__header p {
  color: var(--muted);
  margin: 0 0 28px;
}

.illustrations-modal__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.illustrations-modal__grid .project-card img {
  height: 430px;
}

.work-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 1200;
}

.work-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.work-modal__backdrop {
  background: rgba(0, 0, 0, .86);
  inset: 0;
  position: absolute;
}

.work-modal__panel {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .98), rgba(6, 6, 10, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  max-height: calc(100vh - 48px);
  max-width: 1220px;
  overflow-y: auto;
  padding: 48px;
  position: relative;
  width: 100%;
}

.work-modal__header {
  margin-bottom: 40px;
  max-width: 820px;
}

.work-modal__header h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.work-modal__header p {
  color: var(--muted);
  margin: 0;
}

.work-case-notes {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 36px;
}

.work-case-note {
  background: rgba(0, 0, 0, .26);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--radius);
  padding: 20px;
}

.work-case-note strong {
  color: var(--cyan);
  display: block;
  font-size: .82rem;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.work-case-note span {
  color: var(--white);
  display: block;
  line-height: 1.45;
}

.work-modal__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.work-modal__grid .project-card img {
  background: rgba(0, 0, 0, .26);
  height: 390px;
  object-fit: cover;
}

.work-modal__grid .project-card[data-project-format="landscape"] img {
  object-fit: contain;
  padding: 14px;
}

.brochure-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 1200;
}

.brochure-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.brochure-modal__backdrop {
  background: rgba(0, 0, 0, .86);
  inset: 0;
  position: absolute;
}

.brochure-modal__panel {
  background: var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  max-height: calc(100vh - 48px);
  max-width: 1180px;
  overflow-y: auto;
  padding: 48px;
  position: relative;
  width: 100%;
}

.brochure-modal__header {
  margin-bottom: 40px;
  max-width: 780px;
}

.brochure-modal__header h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.brochure-modal__header p {
  color: var(--muted);
  margin: 0 0 28px;
}

.brochure-modal__grid {
  display: grid;
  gap: 48px;
}

.case-study-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 1200;
}

.case-study-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.case-study-modal__backdrop {
  background: rgba(0, 0, 0, .86);
  inset: 0;
  position: absolute;
}

.case-study-modal__panel {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .98), rgba(5, 5, 10, .98)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  max-height: calc(100vh - 48px);
  max-width: 1120px;
  overflow-y: auto;
  padding: 48px;
  position: relative;
  width: 100%;
}

.case-study-modal__header {
  margin-bottom: 36px;
  max-width: 820px;
}

.case-study-modal__header h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 18px;
}

.case-study-modal__header p {
  color: var(--muted);
}

.case-study-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}

.case-study-grid article {
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--radius);
  padding: 24px;
}

.case-study-grid span {
  color: var(--cyan);
  display: block;
  font-weight: 800;
  margin-bottom: 12px;
}

.case-study-grid h3 {
  color: var(--white);
  margin: 0 0 10px;
}

.case-study-grid p {
  color: var(--muted);
  margin: 0;
}

.case-study-modal__panel img {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  width: 100%;
}

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

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}

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

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

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

  .feedback-track,
  .photo-track,
  .photo-reel-label::after,
  .feedback-meta::after {
    animation: none !important;
  }
}

@media (max-width: 991px) {
  .container {
    width: min(calc(100% - 80px), var(--content));
  }

  .nav-shell {
    padding: 0 32px;
  }

  .split-grid,
  .projects-grid,
  .sticky-grid,
  .contact-grid,
  .about-grid,
  .faq-grid,
  .feedback-shell,
  .photography-heading,
  .tools-grid {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .about-body {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-left: 0;
    padding-top: 32px;
  }

  .copy-panel,
  .media-panel {
    width: 100%;
  }

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

  .skills-intro {
    grid-column: span 2;
    grid-row: auto;
  }

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

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .social-strip span {
    margin-left: 0;
    width: 100%;
  }

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

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

  .service-card:last-child {
    grid-column: auto;
  }

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

  .order-steps {
    grid-template-columns: 1fr;
  }

  .merch-order-panel,
  .project-modal__panel,
  .illustration-folder__content,
  .brochure-folder__content {
    grid-template-columns: 1fr;
  }

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

  .brand-case-card {
    grid-template-columns: 1fr;
  }

  .brand-case-card__media {
    min-height: 380px;
  }

  .brand-case-card__media img {
    height: 330px;
  }

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

  .project-modal__panel {
    overflow-y: auto;
  }

  .project-modal__image-wrap {
    min-height: 420px;
  }

  .feedback-card {
    flex-basis: clamp(300px, 56vw, 420px);
  }

  .illustrations-modal__grid {
    grid-template-columns: 1fr;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .brochure-folder__stack {
    min-height: 300px;
  }

  .behance-preview {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 74px;
  }

  .container {
    width: calc(100% - 40px);
  }

  .nav-shell {
    min-height: 74px;
    padding: 0 20px;
  }

  .brand {
    width: 48px;
  }

  .menu-toggle {
    background: var(--level-1);
    display: inline-flex;
    position: fixed;
    right: 20px;
    top: 13px;
    z-index: 1001;
  }

  .nav-links {
    background: var(--level-1);
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 74px;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

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

  .section,
  .split-section {
    padding: 64px 0;
  }

  .about-section {
    padding: 64px 0;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-section .copy-panel {
    order: -1;
  }

  .process-section {
    padding-top: 64px;
  }

  .process-grid,
  .skills-grid,
  .merch-grid,
  .merch-preview-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .skills-intro {
    grid-column: auto;
  }

  .skill-system {
    grid-template-columns: 1fr;
  }

  .skill-card,
  .process-card {
    padding: 26px;
  }

  .skills-intro {
    padding: 28px;
  }

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

  .media-panel img {
    height: auto;
    max-height: 540px;
  }

  .project-card img {
    height: 360px;
  }

  .behance-preview {
    background-size: cover;
    min-height: 420px;
  }

  .brochure-folder__content {
    gap: 32px;
    padding: 32px;
  }

  .illustration-folder__content {
    gap: 32px;
    padding: 32px;
  }

  .work-collection-grid,
  .work-modal__grid {
    grid-template-columns: 1fr;
  }

  .brand-case-card__copy {
    padding: 32px;
  }

  .brand-case-card__copy .folder-tab {
    margin: -32px 0 28px -32px;
  }

  .brand-case-card__media {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .brand-case-card__media img {
    height: 300px;
  }

  .brand-case-card__media img:nth-child(2) {
    transform: none;
  }

  .brand-case-card__media img:nth-child(3) {
    grid-column: 1 / -1;
  }

  .work-modal {
    padding: 16px;
  }

  .work-modal__panel {
    padding: 32px 24px;
  }

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

  .illustration-folder__grid img:nth-child(even) {
    transform: none;
  }

  .brochure-folder__stack {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .brochure-folder__stack img,
  .brochure-folder__stack img:nth-child(1),
  .brochure-folder__stack img:nth-child(2),
  .brochure-folder__stack img:nth-child(3) {
    height: 260px;
    transform: none;
  }

  .brochure-card img {
    height: 300px;
  }

  .brochure-card p {
    padding: 28px;
  }

  .mini-form {
    flex-direction: column;
  }

  .contact-form {
    padding: 28px 22px;
  }

  .merch-order-panel {
    gap: 32px;
    padding: 32px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

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

  .project-modal {
    padding: 16px;
  }

  .brochure-modal {
    padding: 16px;
  }

  .case-study-modal {
    padding: 16px;
  }

  .illustrations-modal {
    padding: 16px;
  }

  .brochure-modal__panel {
    padding: 32px 24px;
  }

  .case-study-modal__panel {
    padding: 32px 24px;
  }

  .illustrations-modal__panel {
    padding: 32px 24px;
  }

  .illustrations-modal__grid .project-card img {
    height: 330px;
  }

  .work-modal__grid .project-card img {
    height: 330px;
  }

  .project-modal__content {
    padding: 32px 24px;
  }

  .project-modal__image-wrap {
    min-height: 320px;
  }

  .feedback-carousel {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 54px;
  }

  .photography-reel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .photo-frame {
    flex-basis: min(78vw, 390px);
    height: 280px;
  }

  .photo-frame--tall {
    height: 340px;
  }

  .photo-frame--wide {
    flex-basis: min(88vw, 460px);
  }

  .feedback-card {
    flex-basis: min(78vw, 360px);
    min-height: 320px;
  }

  .feedback-card:nth-child(3n + 2),
  .feedback-card:nth-child(3n) {
    transform: translateY(0);
  }

  .feedback-track {
    gap: 14px;
  }

  .feedback-more {
    margin-top: 24px;
    width: calc(100% - 40px);
  }

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

  .footer p {
    grid-column: auto;
  }

  .mobile-sticky-cta {
    background: rgba(0, 0, 0, .86);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, .12);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 10px 16px;
    position: fixed;
    right: 0;
    z-index: 1000;
  }

  .mobile-sticky-cta a {
    align-items: center;
    background: var(--blue);
    border-radius: var(--radius-sm);
    color: var(--white);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    text-transform: uppercase;
  }

  .mobile-sticky-cta a:first-child {
    background: linear-gradient(135deg, var(--magenta), #8d21e6);
  }

  .back-to-top {
    bottom: 76px;
    right: 16px;
  }

  body {
    padding-bottom: 64px;
  }
}

@media (max-width: 479px) {
  .container {
    width: calc(100% - 48px);
  }

  .copy-panel h1,
  .copy-panel h2,
  .section h2,
  .narrow h2,
  .sticky-copy h2,
  .contact-section h2 {
    font-size: 2rem;
  }

  .copy-panel p,
  .section-heading p,
  .narrow p,
  .sticky-copy p,
  .contact-section p,
  .project-card p,
  .process-card p,
  .skill-card p {
    font-size: .95rem;
    max-width: 100%;
    text-align: left;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    justify-content: center;
    width: 100%;
  }

  .hero-stats div {
    padding: 14px;
  }

  .social-strip__inner {
    gap: 12px 18px;
  }

  .about-points {
    align-items: stretch;
    flex-direction: column;
  }

  .feedback-card {
    padding: 28px 22px;
  }

  .feedback-card p {
    font-size: 1.05rem;
  }

  .feedback-card {
    flex-basis: 82vw;
    min-height: 280px;
  }

  .photo-frame,
  .photo-frame--wide {
    flex-basis: 82vw;
    height: 250px;
  }

  .photo-frame--tall {
    height: 310px;
    transform: translateY(18px);
  }

  .tool-stack {
    grid-template-columns: 1fr;
  }

  .project-card img {
    height: 300px;
  }

  .project-card > div {
    padding: 28px 22px;
  }

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

  .merch-pricing {
    gap: 12px;
    padding: 14px 12px;
  }

  .merch-price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .merch-price-row strong {
    text-align: left;
  }

  .merch-order-panel {
    margin-top: 48px;
    padding: 24px;
  }

  .brochure-folder__content {
    padding: 24px;
  }

  .illustration-folder__content {
    padding: 24px;
  }

  .work-collection-card__media {
    grid-template-columns: 1fr;
  }

  .brand-case-card__media {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .brand-case-card__media img,
  .brand-case-card__media img:nth-child(3) {
    height: 260px;
  }

  .work-collection-card__media img:nth-child(2) {
    transform: none;
  }

  .work-collection-card__body {
    padding: 28px 22px;
  }

  .center-action {
    min-height: 130px;
  }

  .button.outline {
    width: 100%;
  }

  .modal-controls {
    flex-direction: column;
  }

  .modal-step {
    width: 100%;
  }

  .behance-preview {
    min-height: 320px;
  }

  .brochure-card img,
  .brochure-folder__stack img,
  .illustrations-modal__grid .project-card img,
  .work-modal__grid .project-card img {
    height: 240px;
  }
}

/* Final override layer */
.site-header {
  box-shadow: 0 18px 60px rgba(0, 0, 0, .24);
}

.brand img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 18px 45px rgba(255, 0, 115, .18);
}

.nav-links a {
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.process-section {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .94), rgba(14, 14, 23, .98)),
    var(--black);
  border-top: 1px solid var(--line);
}

.process-section .section-heading,
.merch-section .section-heading {
  display: block;
  max-width: 860px;
}

.process-section .section-heading h2,
.contact-section h2,
.feedback-intro h2,
.tools-section .section-heading h2,
.merch-section .section-heading h2,
.photography-heading h2,
.faq-section .section-heading h2 {
  color: var(--white);
  font-size: clamp(2.15rem, 4.7vw, 4.65rem);
  line-height: 1;
  margin: 0 0 18px;
  text-wrap: balance;
}

.process-card,
.service-card,
.merch-card {
  overflow: hidden;
  position: relative;
}

.process-card,
.service-card,
.merch-card,
.faq-item,
.contact-form,
.order-form,
.tool-stack span {
  box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
}

.process-card::before,
.service-card::before,
.merch-card::before {
  background: linear-gradient(90deg, var(--magenta), var(--cyan));
  content: "";
  height: 3px;
  inset: 0 0 auto;
  opacity: .58;
  position: absolute;
}

.tool-stack span {
  align-items: center;
  display: flex;
  min-height: 74px;
  transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease);
}

.tool-stack span:hover {
  border-color: rgba(0, 255, 255, .36);
  box-shadow: 0 24px 70px rgba(82, 33, 230, .14);
  transform: translateY(-4px);
}

.service-card p,
.merch-card p,
.faq-panel p {
  line-height: 1.7;
}

.merch-card img {
  background: #08080d;
  object-position: center;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .94), rgba(24, 24, 35, .86)),
    var(--black);
  border-top: 1px solid var(--line);
}

.contact-grid > .reveal:first-child {
  align-self: start;
  position: sticky;
  top: 112px;
}

.contact-form,
.order-form {
  background:
    linear-gradient(180deg, rgba(24, 24, 35, .9), rgba(5, 5, 10, .96)),
    var(--level-1);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  padding: 30px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus,
.mini-form input:focus {
  box-shadow: 0 0 0 4px rgba(255, 0, 115, .12);
  outline: 0;
}

.faq-item {
  background:
    linear-gradient(135deg, rgba(24, 24, 35, .84), rgba(5, 5, 10, .94)),
    var(--level-1);
  border-radius: var(--radius);
  overflow: hidden;
}

.feedback-card {
  box-shadow: 0 26px 85px rgba(0, 0, 0, .26);
}

.final-cta {
  border-left: 3px solid var(--magenta);
  padding-left: 28px;
}

@media (max-width: 991px) {
  .contact-grid > .reveal:first-child {
    position: static;
  }
}

@media (max-width: 767px) {
  .process-section .section-heading h2,
  .contact-section h2,
  .feedback-intro h2,
  .tools-section .section-heading h2,
  .merch-section .section-heading h2,
  .photography-heading h2,
  .faq-section .section-heading h2 {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 1.04;
  }

  .contact-form,
  .order-form {
    padding: 22px;
  }

  .final-cta {
    border-left: 0;
    padding-left: 0;
  }
}

/* Professional heading cleanup */
.section-heading,
.process-section .section-heading,
.services-section .section-heading,
.projects-section .section-heading,
.tools-section .section-heading,
.merch-section .section-heading,
.faq-section .section-heading,
.feedback-intro,
.about-copy,
.skills-intro,
.final-cta {
  display: block;
}

.section-heading .overline,
.process-section .section-heading .overline,
.services-section .section-heading .overline,
.projects-section .section-heading .overline,
.tools-section .section-heading .overline,
.merch-section .section-heading .overline,
.faq-section .section-heading .overline,
.feedback-intro .overline,
.photography-heading .overline,
.contact-section .overline,
.about-copy .overline,
.skills-intro .overline,
.final-cta .overline {
  background: transparent;
  color: var(--cyan);
  display: block;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  margin: 0 0 14px;
  max-width: none;
  padding: 0;
  text-transform: uppercase;
  width: fit-content;
}

.section-heading h2,
.process-section .section-heading h2,
.services-section .section-heading h2,
.projects-section .section-heading h2,
.tools-section .section-heading h2,
.merch-section .section-heading h2,
.faq-section .section-heading h2,
.feedback-intro h2,
.photography-heading h2,
.contact-section h2,
.about-copy h2,
.skills-intro h2,
.final-cta h2 {
  background: none;
  display: block;
  letter-spacing: 0;
  margin: 0 0 18px;
  padding: 0;
}

.section-heading p:not(.overline),
.process-section .section-heading p:not(.overline),
.services-section .section-heading p:not(.overline),
.projects-section .section-heading p:not(.overline),
.tools-section .section-heading p:not(.overline),
.merch-section .section-heading p:not(.overline),
.faq-section .section-heading p:not(.overline),
.feedback-intro p:not(.overline),
.photography-heading p:not(.overline),
.contact-section p:not(.overline),
.about-copy p:not(.overline),
.skills-intro p:not(.overline),
.final-cta p:not(.overline) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section-heading .overline,
  .process-section .section-heading .overline,
  .services-section .section-heading .overline,
  .projects-section .section-heading .overline,
  .tools-section .section-heading .overline,
  .merch-section .section-heading .overline,
  .faq-section .section-heading .overline,
  .feedback-intro .overline,
  .photography-heading .overline,
  .contact-section .overline,
  .about-copy .overline,
  .skills-intro .overline,
  .final-cta .overline {
    font-size: .7rem;
    letter-spacing: .12em;
    margin-bottom: 12px;
  }
}

/* Merch tag spacing fix */
.merch-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.merch-specs {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 18px;
  width: 100%;
}

.merch-specs span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1.15;
  min-height: 34px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 7px 8px;
  text-align: center;
  white-space: normal;
  word-break: normal;
}

.merch-button {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .merch-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  .merch-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .work-collections__head {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .work-collections__head p {
    text-align: left;
  }

  .work-collections__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-inquiry-grid {
    grid-template-columns: 1fr;
  }

  .product-controls,
  .form-row,
  .form-row--thirds {
    grid-template-columns: 1fr;
  }

  .merch-order-modal {
    align-items: stretch;
    padding: 14px;
  }

  .merch-order-modal__panel {
    max-height: calc(100vh - 28px);
    padding: 24px;
  }
}

@media (max-width: 420px) {
  .merch-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-collections__grid {
    grid-template-columns: 1fr;
  }
}

/* Hero typography balance */
.hero-section {
  padding-bottom: clamp(84px, 7vw, 118px);
  padding-top: clamp(84px, 7vw, 118px);
}

.hero-section .container {
  max-width: 1360px;
  width: min(calc(100% - 112px), 1360px);
}

.hero-section .split-grid {
  gap: clamp(42px, 4.8vw, 72px);
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.18fr);
}

.hero-section .media-panel img {
  height: clamp(460px, 43vw, 640px);
  object-position: center;
}

.hero-section .copy-panel {
  max-width: 900px;
}

.hero-section .copy-panel h1 {
  color: var(--magenta-deep);
  font-size: clamp(42px, 4.2vw, 76px);
  letter-spacing: 0;
  line-height: 1.02;
  max-width: 760px;
  text-wrap: balance;
}

.hero-section .copy-panel > p:not(.eyebrow):not(.hero-support) {
  max-width: 720px;
}

.hero-section .hero-support {
  max-width: 640px;
}

@media (max-width: 991px) {
  .hero-section .container {
    width: min(calc(100% - 80px), var(--content));
  }

  .hero-section .split-grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .hero-section .copy-panel {
    max-width: 820px;
  }

  .hero-section .copy-panel h1 {
    font-size: clamp(38px, 8vw, 60px);
    line-height: 1.04;
    max-width: 820px;
  }

  .hero-section .media-panel img {
    height: clamp(380px, 58vw, 560px);
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .hero-section .container {
    width: calc(100% - 48px);
  }

  .hero-section .copy-panel h1 {
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 1.02;
  }

  .hero-section .media-panel img {
    height: auto;
    max-height: 520px;
  }
}

@media (max-width: 479px) {
  .hero-section .copy-panel h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.04;
  }
}

/* Final page flow and conversion hierarchy */
main {
  display: flex;
  flex-direction: column;
}

.hero-section {
  order: 1;
}

.projects-section {
  order: 2;
}

.services-section {
  order: 3;
}

.skills-section {
  order: 4;
}

.process-section {
  order: 5;
}

.about-section {
  order: 6;
}

.work-collections-section {
  order: 7;
}

.feedback-section {
  order: 8;
}

.faq-section {
  order: 9;
}

.merch-section {
  order: 10;
}

.photography-section {
  order: 11;
}

.contact-section {
  order: 12;
}

.tools-section {
  order: 13;
}

.brochure-section {
  order: 14;
}

.behance-section {
  order: 15;
}

.final-cta-section {
  order: 16;
}

.collaboration-section {
  order: 17;
}

.social-strip {
  order: 18;
}

.quick-inquiry-form {
  gap: 12px;
  margin: 24px 0 22px;
  padding: 16px;
}

.quick-inquiry-form .button {
  min-height: 46px;
}

.feedback-track {
  min-height: 390px;
}
