:root {
  --bg: #070a0e;
  --bg-alt: #0d1218;
  --surface: rgba(16, 22, 30, 0.9);
  --surface-strong: rgba(20, 27, 36, 0.98);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --text: #f4f0e8;
  --muted: #aeb8c3;
  --line: rgba(255, 255, 255, 0.08);
  --brand: #ff7a2f;
  --brand-dark: #d85d18;
  --brand-soft: rgba(255, 122, 47, 0.14);
  --success: #89f0c0;
  --max-width: 1280px;
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --shadow-lg: 0 22px 44px rgba(0, 0, 0, 0.34);
  --shadow-md: 0 12px 24px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 47, 0.12), transparent 20%),
    radial-gradient(circle at 80% 12%, rgba(80, 125, 190, 0.14), transparent 18%),
    linear-gradient(180deg, #05070a 0%, #0a0e13 42%, #05070a 100%);
  overflow-x: hidden;
}

body.intro-active {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 92%);
  opacity: 0.32;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
strong {
  font-family: "Sora", sans-serif;
}

.ambient {
  position: fixed;
  z-index: -1;
  filter: blur(110px);
  pointer-events: none;
}

.ambient-left {
  top: 4%;
  left: -120px;
  width: 300px;
  height: 300px;
  background: rgba(255, 122, 47, 0.2);
}

.ambient-right {
  top: 18%;
  right: -150px;
  width: 340px;
  height: 340px;
  background: rgba(52, 104, 178, 0.18);
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 30px 0 72px;
}

body.intro-active .site-header,
body.intro-active .page-shell,
body.intro-active .ambient {
  opacity: 0;
}

body.intro-complete .site-header,
body.intro-complete .page-shell,
body.intro-complete .ambient {
  opacity: 1;
  transition: opacity 480ms ease;
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 122, 47, 0.12), transparent 18%),
    linear-gradient(180deg, #05070a 0%, #0a0e13 42%, #05070a 100%);
  transition: opacity 560ms ease, visibility 560ms ease;
}

.intro-loader.is-leaving {
  opacity: 0;
  visibility: hidden;
}

.intro-loader-inner {
  display: grid;
  place-items: center;
  padding: 24px;
}

.intro-logo-lockup {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 22px;
}

.intro-mark {
  width: clamp(90px, 14vw, 148px);
  height: auto;
  overflow: visible;
  transform-origin: 50% 50%;
  animation: introMarkSpin 1.72s cubic-bezier(0.18, 0.86, 0.22, 1) 0s forwards;
}

.intro-triangle {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  filter: blur(8px);
  animation: triangleReveal 620ms cubic-bezier(0.2, 0.9, 0.22, 1) forwards;
}

.intro-triangle.t1 {
  fill: #f07233;
  animation-delay: 0.58s;
}

.intro-triangle.t2 {
  fill: #849097;
  animation-delay: 0.48s;
}

.intro-triangle.t3 {
  fill: #303a41;
  animation-delay: 0.68s;
}

.intro-triangle.t4 {
  fill: #f07233;
  animation-delay: 0.78s;
}

.intro-triangle.t5 {
  fill: #121b21;
  animation-delay: 0.88s;
}

.intro-triangle.t6 {
  fill: #f59963;
  animation-delay: 0.38s;
}

.intro-triangle.t7 {
  fill: #849097;
  animation-delay: 0.28s;
}

.intro-triangle.t8 {
  fill: #b1b9bf;
  animation-delay: 0.08s;
}

.intro-triangle.t9 {
  fill: #f9b489;
  animation-delay: 0.18s;
}

.intro-wordmark {
  display: grid;
  gap: 10px;
  min-width: clamp(240px, 40vw, 520px);
}

.intro-line {
  overflow: hidden;
}

.intro-line span {
  display: block;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 0.95;
  color: #d2d9e0;
  transform: translateX(-112%);
  opacity: 0;
}

.intro-line-top span {
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  animation: wordSlideIn 760ms cubic-bezier(0.16, 0.84, 0.32, 1) 1.42s forwards;
}

.intro-divider {
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(210, 217, 224, 0.92), rgba(210, 217, 224, 0.28));
  animation: dividerGrow 520ms ease 1.76s forwards;
}

.intro-line-bottom span {
  font-size: clamp(1.9rem, 4.6vw, 4rem);
  animation: wordSlideIn 760ms cubic-bezier(0.16, 0.84, 0.32, 1) 1.94s forwards;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(10, 14, 20, 0.96), rgba(10, 14, 20, 0.92)),
    rgba(10, 14, 20, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.site-header-inner {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-panel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-panel img {
  height: 46px;
  width: auto;
  max-width: min(42vw, 420px);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.button-primary {
  color: #11161d;
  background: linear-gradient(135deg, #ff9b5f 0%, var(--brand) 100%);
  box-shadow: 0 16px 26px rgba(255, 122, 47, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.12);
}

.button:hover,
.header-cta:hover,
.button:focus-visible,
.header-cta:focus-visible {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero,
.intro-band,
.category-card,
.gallery-browser,
.highlight-card,
.info-panel,
.product-card,
.process-card,
.quote-copy,
.quote-form,
.preview-card,
.hero-media {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.hero {
  margin-top: 0;
  padding: 26px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 14px 4px 14px 0;
}

.eyebrow {
  margin: 0;
  color: #ffb07d;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 800;
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.lead,
.band-copy h2,
.category-copy p,
.info-panel p,
.product-card p,
.process-card p,
.quote-copy p,
.form-note,
.mini-card span,
.preview-copy,
.highlight-card h3 {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1rem;
}

.hero-subtitle {
  margin: -6px 0 0;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.2;
  color: var(--text);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-points-heading {
  margin: 8px 0 -2px;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span,
.card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffc39d;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  padding: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 14, 0.08) 0%, rgba(7, 10, 14, 0.68) 100%),
    radial-gradient(circle at 18% 16%, rgba(255, 122, 47, 0.2), transparent 22%);
}

.hero-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 22px;
  background: rgba(8, 12, 17, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-overlay strong {
  max-width: 30ch;
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-overlay p {
  margin: 0;
  max-width: 26ch;
  color: var(--muted);
  line-height: 1.6;
}

.hero-overlay p a {
  color: #ffc39d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-overlay p a:hover,
.hero-overlay p a:focus-visible {
  color: var(--text);
}

.hero-preview-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.preview-card {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.preview-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  min-height: 220px;
}

.preview-copy {
  display: grid;
  gap: 8px;
  padding: 0 4px 4px;
}

.preview-copy strong {
  font-size: 1rem;
  line-height: 1.5;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  margin-top: 28px;
}

.band-copy {
  display: grid;
  gap: 12px;
}

.band-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.band-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-card {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mini-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

.mini-card:hover,
.mini-card:focus-visible,
.preview-card:hover,
.preview-card:focus-visible,
.process-card:hover,
.process-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 47, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.section {
  padding-top: 96px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.category-grid,
.gallery-section,
.audience-section,
.product-strip,
.process-section {
  display: grid;
}

.category-card {
  display: grid;
  overflow: hidden;
}

.category-card-wide {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.split-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.category-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.category-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
}

.category-copy h3,
.highlight-card h3,
.product-card h3,
.info-panel h3,
.process-card h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--text);
}

.gallery-browser {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
}

.gallery-tile {
  grid-column: span 4;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-tile:hover,
.gallery-tile:focus-visible {
  transform: translateY(-2px);
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.gallery-tile-large {
  grid-column: span 6;
  grid-row: span 2;
}

.gallery-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.highlight-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.highlight-accent {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(255, 122, 47, 0.18), rgba(255, 122, 47, 0.06)),
    var(--surface);
}

.highlight-card h3 {
  color: var(--text);
}

.audience-grid,
.product-grid,
.process-cards {
  display: grid;
  gap: 18px;
}

.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-panel {
  padding: 28px;
}

.panel-index,
.process-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ffc39d;
  opacity: 0.94;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid.benefits-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  padding: 24px;
}

.process-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-card {
  display: block;
  padding: 24px;
}

.partner-section {
  padding-top: 52px;
}

.partner-strip {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(16, 22, 30, 0.96), rgba(24, 32, 42, 0.86), rgba(16, 22, 30, 0.96));
}

.partner-strip::before,
.partner-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 84px;
  z-index: 1;
  pointer-events: none;
}

.partner-strip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(7, 10, 14, 1), rgba(7, 10, 14, 0));
}

.partner-strip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(7, 10, 14, 1), rgba(7, 10, 14, 0));
}

.partner-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  padding: 18px 0;
  animation: partnerScroll 26s linear infinite;
}

.partner-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d6dde3;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.partner-logo {
  display: block;
  width: auto;
  height: 26px;
  max-width: 132px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.partner-label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
}

.quote-copy,
.quote-form {
  padding: 30px;
}

.quote-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.contact-card {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-card span {
  color: #ffc39d;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(255, 122, 47, 0.52);
  background: rgba(255, 255, 255, 0.06);
}

.full-width {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 9, 0.78);
  backdrop-filter: blur(18px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  padding: 20px;
  background: var(--surface-strong);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.lightbox-figure {
  display: grid;
  gap: 14px;
  margin: 0;
}

.lightbox-figure img {
  width: 100%;
  max-height: 66vh;
  object-fit: contain;
  background: #121820;
}

.lightbox-figure figcaption {
  display: grid;
  gap: 6px;
}

.lightbox-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.lightbox-thumb {
  overflow: hidden;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.lightbox-thumb.is-active {
  border-color: var(--brand);
}

.lightbox-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-reveal="fade-left"] {
  transform: translate3d(36px, 0, 0);
}

[data-reveal="fade-right"] {
  transform: translate3d(-36px, 0, 0);
}

[data-reveal="fade-down"] {
  transform: translate3d(0, -28px, 0);
}

[data-reveal="zoom-in"] {
  transform: scale(0.97);
}

.reveal.in-view[data-reveal="zoom-in"] {
  transform: scale(1);
}

@keyframes triangleReveal {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(0.72);
  }
  55% {
    opacity: 0.92;
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes introMarkSpin {
  0% {
    transform: rotate(-92deg) scale(0.86);
  }
  58% {
    transform: rotate(8deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes wordSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-112%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes dividerGrow {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes partnerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.intro-active {
    overflow: auto;
  }

  body.intro-active .site-header,
  body.intro-active .page-shell,
  body.intro-active .ambient {
    opacity: 1;
  }

  .intro-loader {
    display: none;
  }

  .reveal,
  .button,
  .header-cta,
  .main-nav a {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .partner-track {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .hero-layout,
  .intro-band,
  .quote-section,
  .category-card-wide,
  .split-categories,
  .audience-grid,
  .product-grid,
  .process-cards {
    grid-template-columns: 1fr;
  }

  .band-cards {
    grid-template-columns: 1fr;
  }

  .gallery-tile,
  .gallery-tile-large {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .site-header {
    border-bottom-width: 1px;
  }

  .site-header-inner {
    width: min(calc(100% - 20px), var(--max-width));
    flex-wrap: wrap;
    min-height: 82px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .main-nav,
  .site-header.nav-open .header-cta {
    display: flex;
    width: 100%;
  }

  .site-header.nav-open .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0 0;
  }

  .site-header.nav-open .header-cta {
    justify-content: center;
  }

  h1 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .hero {
    padding: 18px;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero-preview-row,
  .gallery-notes,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .gallery-browser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-tile,
  .gallery-tile-large {
    grid-column: span 1;
    grid-row: span 1;
  }
}

body.subpage .page-shell {
  padding-top: 24px;
}

.page-hero {
  margin-top: 0;
  padding: 32px;
}

.page-hero-inner {
  display: grid;
  gap: 20px;
  max-width: 820px;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.page-hero .lead {
  margin: 0;
  max-width: 62ch;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.process-card-price {
  display: block;
  margin: 4px 0 12px;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.process-card-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.process-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.process-card .button {
  margin-top: 16px;
  width: 100%;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  transition: transform 180ms ease, border-color 180ms ease;
}

.catalog-card:hover,
.catalog-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 47, 0.28);
}

.catalog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.catalog-card h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.catalog-meta {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.catalog-price {
  color: #ffc39d;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.split-categories .category-card {
  grid-template-rows: minmax(280px, 1fr) auto;
}

.split-categories .category-media {
  min-height: 280px;
}

.split-categories .category-media img,
.category-card-wide .category-media img {
  min-height: 100%;
  height: 100%;
}

.cta-band {
  display: grid;
  gap: 16px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 47, 0.16), transparent 28%),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.cta-band p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  margin-top: 48px;
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
}

.site-footer-inner {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: start;
}

.footer-brand img {
  height: 40px;
  width: auto;
  margin-bottom: 12px;
}

.footer-brand p,
.footer-contact p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.footer-nav {
  display: grid;
  gap: 10px;
}

.footer-nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
  transition: color 180ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--text);
}

.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-contact a {
  color: #ffc39d;
  font-weight: 700;
}

.footer-copy {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.developer-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  margin-top: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.developer-teaser h2 {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.developer-teaser p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 52ch;
}

.typology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.typology-card {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.typology-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.typology-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.main-nav a.is-active {
  color: var(--text);
}

@media (max-width: 1180px) {
  .catalog-grid,
  .typology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid.benefits-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-inner,
  .developer-teaser {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding-top: 20px;
  }

  .intro-logo-lockup {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
  }

  .intro-wordmark {
    min-width: 0;
    width: min(100%, 320px);
  }

  .hero-overlay,
  .category-copy,
  .quote-copy,
  .quote-form,
  .info-panel,
  .product-card,
  .process-card {
    padding: 22px;
  }

  .gallery-browser {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .brand-panel {
    min-height: 56px;
  }

  .brand-panel img {
    height: 36px;
  }

  .gallery-tile img {
    min-height: 220px;
  }

  .catalog-grid,
  .typology-grid {
    grid-template-columns: 1fr;
  }
}
