:root {
  --bg: #f7f4ef;
  --surface: rgba(255, 251, 245, 0.84);
  --surface-strong: #fffdf9;
  --surface-soft: #efe7dc;
  --text: #1e1e1e;
  --muted: #5f564d;
  --line: rgba(72, 52, 35, 0.12);
  --accent: #7a1f2b;
  --wood-1: #6f4828;
  --wood-2: #855a33;
  --wood-3: #9a7046;
  --shadow: 0 28px 70px rgba(87, 60, 38, 0.12);
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Aptos, "Segoe UI Variable", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(179, 139, 104, 0.18), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(122, 31, 43, 0.1), transparent 18%),
    var(--bg);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 24%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px,
      transparent 132px
    );
  opacity: 0.42;
}

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

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(calc(100% - 40px), 1180px);
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(247, 244, 239, 0.72);
  box-shadow: 0 14px 34px rgba(72, 50, 31, 0.08);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: clamp(190px, 15.2vw, 236px);
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: rgba(30, 30, 30, 0.82);
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

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

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 600;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.header-cta,
.button-primary {
  border: 1px solid transparent;
  background: var(--accent);
  color: #f7f4ef;
  box-shadow: 0 18px 32px rgba(122, 31, 43, 0.18);
}

.button-secondary {
  border: 1px solid rgba(122, 31, 43, 0.16);
  background: rgba(247, 244, 239, 0.68);
  color: var(--text);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px) scale(1.015);
}

.header-cta:hover,
.button-primary:hover {
  box-shadow: 0 24px 44px rgba(122, 31, 43, 0.24);
}

.button-secondary:hover {
  border-color: rgba(122, 31, 43, 0.24);
  background: rgba(247, 244, 239, 0.86);
  box-shadow: 0 18px 30px rgba(78, 58, 40, 0.1);
}

.header-cta:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible {
  outline: 2px solid rgba(122, 31, 43, 0.28);
  outline-offset: 3px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: clip;
}

.hero-media,
.hero-image,
.hero-overlay,
.hero-slats {
  position: absolute;
  inset: 0;
}

.hero-image {
  position: absolute;
  overflow: hidden;
  background:
    url("assets/hero-lumex.jpg") center center / cover no-repeat;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.035);
  filter: contrast(1.15) saturate(1.11) brightness(1.08);
  will-change: transform;
}

.hero-image::before,
.hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero-image::before {
  background:
    radial-gradient(circle at 76% 38%, rgba(255, 208, 128, 0.2), transparent 18%),
    radial-gradient(circle at 28% 74%, rgba(255, 216, 152, 0.1), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.hero-image::after {
  background:
    radial-gradient(circle at 84% 60%, rgba(96, 150, 60, 0.12), transparent 18%),
    linear-gradient(110deg, rgba(255, 206, 136, 0.08), transparent 40%);
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

.hero-overlay {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 36%, rgba(255, 214, 145, 0.1), transparent 23%),
    radial-gradient(circle at 84% 62%, rgba(92, 138, 58, 0.06), transparent 20%),
    linear-gradient(180deg, rgba(247, 244, 239, 0.04), rgba(247, 244, 239, 0.08));
}

.hero-overlay::before {
  position: absolute;
  inset: -8% -10%;
  content: "";
  background:
    linear-gradient(104deg, transparent 0 18%, rgba(255, 225, 170, 0.09) 24%, transparent 31%),
    linear-gradient(104deg, transparent 34%, rgba(255, 225, 170, 0.07) 40%, transparent 47%),
    linear-gradient(104deg, transparent 52%, rgba(255, 225, 170, 0.05) 57%, transparent 63%);
  mix-blend-mode: screen;
  opacity: 0.28;
  animation: sunlightFloat 16s ease-in-out infinite alternate;
}

.hero-slats {
  z-index: 2;
  perspective: 1400px;
}

.blind-slat {
  position: absolute;
  top: calc((var(--index) * 10%) - 1px);
  left: 0;
  width: 100%;
  height: calc(10% + 3px);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(59, 34, 16, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 30%, rgba(59, 34, 16, 0.18) 100%),
    linear-gradient(90deg, rgba(54, 30, 14, 0.16), transparent 12%, rgba(255, 255, 255, 0.05) 50%, rgba(54, 30, 14, 0.14) 100%),
    repeating-linear-gradient(
      90deg,
      var(--wood-1) 0 72px,
      var(--wood-2) 72px 148px,
      var(--wood-3) 148px 216px
    );
  box-shadow:
    inset 0 8px 14px rgba(255, 255, 255, 0.05),
    inset 0 -12px 18px rgba(58, 32, 15, 0.22),
    0 10px 22px rgba(64, 39, 21, 0.08);
  transform-origin: center center;
  opacity: 1;
}

.page-loaded .blind-slat {
  animation: slatOpen 1080ms cubic-bezier(0.18, 0.82, 0.18, 1) forwards;
  animation-delay: calc(var(--index) * 28ms);
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 100svh;
  width: min(calc(100% - 56px), 1240px);
  margin: 0 auto;
  padding: 126px 0 78px;
}

.hero-copy {
  position: relative;
  max-width: 520px;
  margin-left: clamp(-42px, -2.8vw, -12px);
  margin-top: clamp(-38px, -4.4vw, -18px);
  padding: clamp(8px, 1.2vw, 14px) 0;
}

.hero-copy::before {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 146%;
  height: 142%;
  z-index: -1;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(247, 244, 239, 0.62) 0%,
    rgba(247, 244, 239, 0.42) 34%,
    rgba(247, 244, 239, 0.19) 62%,
    rgba(247, 244, 239, 0) 100%
  );
  transform: translateY(-50%);
}

.hero-reveal {
  opacity: 0;
  transform: translateY(32px);
}

.hero-copy-visible .hero-reveal {
  animation: heroTextIn 760ms cubic-bezier(0.2, 0.84, 0.18, 1) forwards;
}

.hero-copy-visible .hero-reveal-head {
  animation-delay: 0s;
}

.hero-copy-visible .hero-reveal-copy {
  animation-delay: 0.2s;
}

.hero-copy-visible .hero-reveal-actions {
  animation-delay: 0.4s;
}

.hero-copy-visible .hero-reveal-meta {
  animation-delay: 0.55s;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.12rem, 3.65vw, 3.52rem);
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2.3rem, 4.1vw, 4rem);
}

.hero-lead,
.section-heading p,
.offer-card p,
.benefit-card p,
.process-card p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-lead {
  margin: 12px 0 0;
  max-width: 31ch;
  color: rgba(30, 30, 30, 0.8);
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.62;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero-meta {
  margin: 14px 0 0;
  color: rgba(30, 30, 30, 0.7);
  font-size: 0.96rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-meta::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 12px;
  content: "";
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 700ms cubic-bezier(0.2, 0.84, 0.18, 1), opacity 400ms ease;
}

.hero-copy-visible .hero-reveal-meta::after {
  opacity: 0.95;
  transform: scaleX(1);
  transition-delay: 0.18s;
}

.section {
  position: relative;
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: 112px 0;
}

.category-section {
  --category-gap: 24px;
  --showroom-loop-distance: 0px;
  padding-top: 42px;
}

.category-layout {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.category-heading {
  max-width: 760px;
  margin-bottom: 0;
  margin-inline: auto;
  text-align: center;
}

.category-title {
  display: grid;
  justify-items: center;
  gap: 0.06em;
  max-width: none;
  font-size: clamp(1.95rem, 2.9vw, 2.7rem);
  line-height: 1.04;
}

.category-title span {
  display: block;
  opacity: 0;
  will-change: transform, opacity;
}

.category-title span:first-child {
  transform: translate3d(-90px, 0, 0);
}

.category-title span:last-child {
  transform: translate3d(90px, 0, 0);
}

.category-section.is-visible .category-title span:first-child,
.category-section.is-visible .category-title span:last-child {
  animation: categoryTitleMeet 980ms cubic-bezier(0.2, 0.84, 0.18, 1) forwards;
}

.category-section.is-visible .category-title span:last-child {
  animation-name: categoryTitleMeetRight;
}

.category-description {
  max-width: 52ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms cubic-bezier(0.2, 0.84, 0.18, 1),
    transform 620ms cubic-bezier(0.2, 0.84, 0.18, 1);
  transition-delay: 0.62s;
}

.category-section.is-visible .category-description {
  opacity: 1;
  transform: translateY(0);
}

.category-accent {
  display: block;
  width: clamp(100px, 10vw, 120px);
  height: 3px;
  margin-top: 18px;
  margin-inline: auto;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transform: translate3d(-44px, 0, 0);
  transition:
    transform 760ms cubic-bezier(0.2, 0.84, 0.18, 1),
    opacity 520ms ease;
  transition-delay: 0.92s;
}

.category-section.is-visible .category-accent {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.category-showroom {
  position: relative;
  overflow: hidden;
  padding: 10px 0 12px;
}

.category-rail {
  display: flex;
  align-items: stretch;
  gap: var(--category-gap);
  width: max-content;
  will-change: transform;
}

.category-section.is-moving .category-rail {
  animation: showroomDrift 18s linear infinite;
}

.category-set {
  display: flex;
  gap: var(--category-gap);
  flex: 0 0 auto;
  min-width: max-content;
  padding-bottom: 10px;
}

.category-card {
  position: relative;
  display: grid;
  grid-template-rows: 176px auto;
  width: 186px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(92, 70, 48, 0.14);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 14px 30px rgba(87, 60, 38, 0.08);
  transition:
    transform 720ms cubic-bezier(0.2, 0.84, 0.18, 1),
    box-shadow 300ms ease,
    border-color 360ms ease;
}

.category-card-reveal {
  transform: translate3d(24px, 0, 0);
}

.category-card-clone {
  transform: none;
}

.category-section.is-visible .category-card-reveal {
  transform: translate3d(0, 0, 0);
  transition-delay: var(--card-delay, 0ms);
}

.category-card::before {
  display: none;
  content: none;
}

.category-card::after {
  display: none;
  content: none;
}

.category-card-media {
  position: relative;
  height: 176px;
  overflow: hidden;
  transform: translate3d(26px, 0, 0);
  transition: transform 920ms cubic-bezier(0.2, 0.84, 0.18, 1);
  background: rgba(233, 225, 215, 0.7);
}

.category-card-clone .category-card-media {
  transform: none;
}

.category-section.is-visible .category-card-reveal .category-card-media {
  transform: translate3d(0, 0, 0);
  transition-delay: var(--card-delay, 0ms);
}

.category-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.03);
  transition: transform 860ms cubic-bezier(0.18, 0.8, 0.18, 1), filter 860ms ease;
}

.category-card-slats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
}

.category-card-slats span {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(16.666% + 1px);
  top: calc((var(--slat-index) * 16.666%) - 1px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(109, 82, 61, 0.16);
  background:
    linear-gradient(180deg, rgba(247, 241, 232, 0.96), rgba(234, 221, 206, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(216, 198, 180, 0.16));
  box-shadow:
    inset 0 4px 8px rgba(255, 255, 255, 0.07),
    inset 0 -6px 10px rgba(116, 90, 72, 0.08);
}

.category-section.is-visible .category-card-reveal .category-card-slats span {
  animation: categoryBlindReveal 920ms cubic-bezier(0.18, 0.82, 0.18, 1) forwards;
  animation-delay: calc(var(--card-delay, 0ms) + (var(--slat-index) * 38ms));
}

.category-card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  z-index: 2;
  min-height: 126px;
  padding: 12px 14px 18px;
  border-top: 1px solid rgba(92, 70, 48, 0.1);
  background: rgba(255, 253, 249, 0.98);
}

.category-card-line {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transform: translateY(10px);
  transition:
    width 320ms ease,
    opacity 320ms ease,
    transform 320ms ease;
}

.category-card-copy h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 0.98rem;
  line-height: 1.16;
  letter-spacing: -0.02em;
  opacity: 0;
  transform: translateY(12px);
  transition:
    transform 680ms cubic-bezier(0.2, 0.84, 0.18, 1),
    opacity 680ms cubic-bezier(0.2, 0.84, 0.18, 1);
  transition-delay: calc(var(--card-delay, 0ms) + 400ms);
}

.category-card-copy p {
  margin: 0;
  color: rgba(30, 30, 30, 0.7);
  font-size: 0.84rem;
  line-height: 1.48;
  opacity: 0;
  transform: translateY(12px);
  transition:
    transform 720ms cubic-bezier(0.2, 0.84, 0.18, 1),
    opacity 720ms cubic-bezier(0.2, 0.84, 0.18, 1);
  transition-delay: calc(var(--card-delay, 0ms) + 520ms);
}

.category-section.is-visible .category-card-reveal .category-card-line {
  opacity: 0.76;
  transform: translateY(0);
  transition-delay: calc(var(--card-delay, 0ms) + 320ms);
}

.category-section.is-visible .category-card-reveal .category-card-copy h3 {
  opacity: 1;
  transform: translateY(0);
}

.category-section.is-visible .category-card-reveal .category-card-copy p {
  opacity: 1;
  transform: translateY(0);
}

.category-card-clone .category-card-line,
.category-card-clone .category-card-copy h3,
.category-card-clone .category-card-copy p {
  opacity: 1;
  transform: none;
}

.category-card-clone .category-card-line {
  opacity: 0.76;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 31, 43, 0.16);
  box-shadow: 0 18px 36px rgba(87, 60, 38, 0.13);
}

.category-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.04);
}

.category-card:hover .category-card-copy h3 {
  transform: translateY(-2px);
}

.category-card:hover .category-card-line {
  width: 36px;
  opacity: 1;
  transform: translateY(0);
}

.category-card:hover .category-card-copy p {
  color: rgba(30, 30, 30, 0.76);
}

.category-cta {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.category-cta .button {
  min-width: 240px;
}

.needs-section {
  padding-top: 44px;
}

.needs-heading {
  margin: 0 auto 34px;
  text-align: center;
}

.needs-section.is-animating-ready:not(.is-visible) .needs-heading h2,
.needs-section.is-animating-ready:not(.is-visible) .needs-heading p,
.needs-section.is-animating-ready:not(.is-visible) .needs-accent,
.needs-section.is-animating-ready:not(.is-visible) .needs-visual,
.needs-section.is-animating-ready:not(.is-visible) .need-option {
  opacity: 0;
  transform: translate3d(-44px, 0, 0);
}

.needs-heading h2 {
  font-size: clamp(2rem, 3.35vw, 3.2rem);
  line-height: 1.04;
}

.needs-heading p {
  max-width: 42ch;
  margin: 18px auto 0;
}

.needs-accent {
  display: block;
  width: clamp(106px, 10vw, 124px);
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--accent);
}

.needs-section.is-animating-ready.is-visible .needs-heading h2 {
  animation: needsSlideInLeft 760ms cubic-bezier(0.2, 0.84, 0.18, 1) forwards;
}

.needs-section.is-animating-ready.is-visible .needs-heading p {
  animation: needsSlideInLeft 760ms cubic-bezier(0.2, 0.84, 0.18, 1) 120ms forwards;
}

.needs-section.is-animating-ready.is-visible .needs-accent {
  animation: needsSlideInLeft 760ms cubic-bezier(0.2, 0.84, 0.18, 1) 240ms forwards;
}

.needs-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(24px, 2.8vw, 36px);
  align-items: stretch;
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(122, 31, 43, 0.14);
  border-radius: 38px;
  background:
    radial-gradient(circle at 0% 0%, rgba(122, 31, 43, 0.08), transparent 22%),
    radial-gradient(circle at 100% 100%, rgba(122, 31, 43, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 253, 249, 0.92)),
    var(--surface-strong);
  box-shadow: var(--shadow);
}

.needs-shell::before {
  position: absolute;
  inset: 18px 18px auto;
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(122, 31, 43, 0.62),
    rgba(122, 31, 43, 0.16) 18%,
    rgba(122, 31, 43, 0.04) 56%,
    rgba(122, 31, 43, 0)
  );
  pointer-events: none;
}

.needs-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: clamp(430px, 44vw, 580px);
  border: 1px solid rgba(122, 31, 43, 0.14);
  border-radius: 30px;
  background: #e9d7c3;
  box-shadow:
    0 24px 52px rgba(87, 60, 38, 0.14),
    0 0 0 1px rgba(122, 31, 43, 0.04);
  isolation: isolate;
}

.needs-section.is-animating-ready.is-visible .needs-visual {
  animation: needsSlideInLeft 820ms cubic-bezier(0.2, 0.84, 0.18, 1) 180ms forwards;
}

.needs-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(255, 215, 155, 0.2), transparent 18%);
  pointer-events: none;
}

.needs-visual-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.045);
  filter: contrast(1.05) saturate(1.06) brightness(1.03);
  transition:
    opacity 640ms cubic-bezier(0.2, 0.84, 0.18, 1),
    transform 960ms cubic-bezier(0.2, 0.84, 0.18, 1);
}

.needs-visual-image.is-visible {
  opacity: 1;
  transform: scale(1.01);
}

.needs-visual.is-changing .needs-visual-image.is-visible {
  transform: scale(1.015);
}

.needs-options {
  display: grid;
  align-content: center;
  gap: 14px;
}

.need-option {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  padding: 18px 18px 18px 20px;
  border: 1px solid rgba(122, 31, 43, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 252, 247, 0.74)),
    rgba(255, 255, 255, 0.68);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.needs-section.is-animating-ready.is-visible .need-option:nth-child(1) {
  animation: needsSlideInLeft 720ms cubic-bezier(0.2, 0.84, 0.18, 1) 260ms forwards;
}

.needs-section.is-animating-ready.is-visible .need-option:nth-child(2) {
  animation: needsSlideInLeft 720ms cubic-bezier(0.2, 0.84, 0.18, 1) 340ms forwards;
}

.needs-section.is-animating-ready.is-visible .need-option:nth-child(3) {
  animation: needsSlideInLeft 720ms cubic-bezier(0.2, 0.84, 0.18, 1) 420ms forwards;
}

.needs-section.is-animating-ready.is-visible .need-option:nth-child(4) {
  animation: needsSlideInLeft 720ms cubic-bezier(0.2, 0.84, 0.18, 1) 500ms forwards;
}

.need-option::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, rgba(122, 31, 43, 0.18), rgba(122, 31, 43, 0.04));
  opacity: 0.72;
  transition: opacity 220ms ease, background 220ms ease, width 220ms ease;
}

.need-option:hover,
.need-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(122, 31, 43, 0.2);
  box-shadow: 0 18px 34px rgba(87, 60, 38, 0.12);
}

.need-option:focus-visible {
  outline: none;
}

.need-option.is-active {
  border-color: rgba(122, 31, 43, 0.3);
  background:
    linear-gradient(180deg, rgba(122, 31, 43, 0.11), rgba(255, 255, 255, 0.96)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 42px rgba(122, 31, 43, 0.12);
}

.need-option:hover::before,
.need-option:focus-visible::before {
  opacity: 0.92;
  background: linear-gradient(180deg, rgba(122, 31, 43, 0.4), rgba(122, 31, 43, 0.1));
}

.need-option.is-active::before {
  width: 6px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(122, 31, 43, 1), rgba(122, 31, 43, 0.36));
}

.need-option-badge {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(122, 31, 43, 0.12), rgba(122, 31, 43, 0.06)),
    rgba(122, 31, 43, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-size: 1.1rem;
}

.need-option.is-active .need-option-badge {
  background:
    linear-gradient(180deg, rgba(145, 37, 52, 1), rgba(122, 31, 43, 1)),
    var(--accent);
  box-shadow: 0 14px 28px rgba(122, 31, 43, 0.18);
}

.need-option-copy {
  display: block;
}

.need-option-copy strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 1.24rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.need-option.is-active .need-option-copy strong {
  color: rgba(88, 17, 29, 0.98);
}

.need-option-copy span {
  display: block;
  color: rgba(30, 30, 30, 0.74);
  font-size: 0.98rem;
  line-height: 1.58;
}

.need-option-arrow {
  align-self: center;
  color: rgba(122, 31, 43, 0.38);
  font-size: 1.12rem;
  transform: translateX(0);
  transition: transform 220ms ease, color 220ms ease;
}

.need-option:hover .need-option-arrow,
.need-option:focus-visible .need-option-arrow,
.need-option.is-active .need-option-arrow {
  color: var(--accent);
  transform: translateX(3px);
}

.reasons-section {
  padding-top: 18px;
}

.reasons-shell {
  position: relative;
  padding: clamp(30px, 3.8vw, 44px);
  border: 1px solid rgba(54, 41, 33, 0.1);
  border-radius: 40px;
  background:
    radial-gradient(circle at 12% 16%, rgba(122, 31, 43, 0.08), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(30, 30, 30, 0.08), transparent 18%),
    linear-gradient(145deg, rgba(243, 237, 229, 0.95), rgba(235, 227, 218, 0.98));
  box-shadow: 0 30px 74px rgba(79, 57, 39, 0.12);
  overflow: hidden;
}

.reasons-shell::before {
  position: absolute;
  top: 18px;
  left: clamp(24px, 3vw, 36px);
  width: clamp(120px, 12vw, 164px);
  height: 2px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.88), rgba(122, 31, 43, 0.92));
}

.reasons-shell::after {
  position: absolute;
  right: -88px;
  top: 18px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(122, 31, 43, 0.14), transparent 68%);
  pointer-events: none;
}

.reasons-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 860ms ease,
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reasons-heading h2 {
  margin-bottom: 14px;
}

.reasons-heading-lead {
  margin: 0 auto 10px;
  max-width: 32ch;
  color: rgba(26, 26, 26, 0.9);
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.reasons-heading-copy {
  margin: 0 auto;
  max-width: 64ch;
  color: rgba(30, 30, 30, 0.72);
}

.reasons-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 820ms ease 80ms,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
}

.reason-stat {
  display: grid;
  gap: 10px;
  min-height: 156px;
  padding: 24px 22px;
  border-radius: 28px;
  border: 1px solid rgba(58, 44, 36, 0.1);
  box-shadow: 0 18px 42px rgba(68, 49, 35, 0.1);
}

.reason-stat-graphite {
  background: linear-gradient(160deg, #222221 0%, #2d2928 100%);
  border-color: rgba(255, 243, 234, 0.08);
}

.reason-stat-burgundy {
  background: linear-gradient(160deg, #7a1f2b 0%, #8e2b39 100%);
  border-color: rgba(255, 238, 229, 0.12);
}

.reason-stat-graphite-soft {
  background:
    radial-gradient(circle at top right, rgba(122, 31, 43, 0.16), transparent 36%),
    linear-gradient(160deg, #312b2b 0%, #3b3130 100%);
  border-color: rgba(255, 243, 234, 0.08);
}

.reason-stat-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(249, 243, 236, 0.9)),
    rgba(250, 247, 242, 0.9);
}

.reason-stat-value {
  color: #fff6ef;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.reason-stat-light .reason-stat-value {
  color: var(--accent);
}

.reason-stat span {
  color: rgba(255, 240, 231, 0.78);
  line-height: 1.58;
}

.reason-stat-light span {
  color: rgba(30, 30, 30, 0.72);
}

.reasons-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.reason-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 244px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(39, 31, 29, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(122, 31, 43, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(247, 241, 234, 0.8)),
    rgba(251, 248, 244, 0.82);
  box-shadow:
    0 24px 58px rgba(82, 58, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  opacity: 0;
  filter: blur(8px);
  will-change: transform, opacity, filter;
  transition:
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.reason-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, rgba(122, 31, 43, 0.96), rgba(26, 26, 26, 0.8));
}

.reason-card::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(122, 31, 43, 0.1), transparent 72%);
  pointer-events: none;
}

.reason-card:nth-child(odd) {
  transform: translate3d(-148px, 0, 0);
}

.reason-card:nth-child(even) {
  transform: translate3d(148px, 0, 0);
}

.reason-card:nth-child(1) {
  --reason-delay: 0ms;
}

.reason-card:nth-child(2) {
  --reason-delay: 170ms;
}

.reason-card:nth-child(3) {
  --reason-delay: 340ms;
}

.reason-card:nth-child(4) {
  --reason-delay: 510ms;
}

.reason-card:hover {
  transform: translate3d(0, -8px, 0);
  border-color: rgba(122, 31, 43, 0.18);
  box-shadow:
    0 34px 78px rgba(82, 58, 38, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.reason-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(122, 31, 43, 0.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(122, 31, 43, 0.12), rgba(26, 26, 26, 0.04));
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.reason-icon::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(122, 31, 43, 0.1);
  border-radius: 11px;
  content: "";
}

.reason-icon svg {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.reason-card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.16;
}

.reason-card p {
  margin: 0;
  color: rgba(30, 30, 30, 0.72);
  font-size: 0.97rem;
  line-height: 1.62;
}

.reasons-section.is-visible .reasons-heading,
.reasons-section.is-visible .reasons-stats {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reasons-section.is-cards-visible .reason-card {
  opacity: 1;
  filter: blur(0);
  animation-duration: 1760ms;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
  animation-delay: var(--reason-delay, 0ms);
}

.reasons-section.is-cards-visible .reason-card:nth-child(odd) {
  animation-name: reasonCardEnterLeft;
}

.reasons-section.is-cards-visible .reason-card:nth-child(even) {
  animation-name: reasonCardEnterRight;
}

.collaboration-section {
  padding-top: 34px;
}

.collaboration-shell {
  position: relative;
  padding: clamp(28px, 3.4vw, 40px);
  border: 1px solid rgba(255, 241, 232, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 182, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(176, 58, 77, 0.2), transparent 36%),
    linear-gradient(145deg, #5f1721 0%, #74202c 42%, #8a2a37 100%);
  box-shadow: 0 32px 82px rgba(74, 18, 27, 0.28);
  overflow: hidden;
}

.collaboration-shell::before,
.collaboration-shell::after {
  position: absolute;
  left: clamp(22px, 3vw, 36px);
  right: clamp(22px, 3vw, 36px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 242, 234, 0.82), rgba(255, 242, 234, 0.18));
}

.collaboration-shell::before {
  top: 18px;
}

.collaboration-shell::after {
  bottom: 18px;
}

.collaboration-heading {
  max-width: 760px;
  margin-bottom: 30px;
  color: #fbf5ee;
  opacity: 0;
  transform: translate3d(-42px, 0, 0);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.collaboration-heading .section-kicker {
  color: rgba(255, 238, 227, 0.82);
}

.collaboration-heading h2 {
  color: #fffaf4;
}

.collaboration-heading p {
  color: rgba(255, 239, 230, 0.8);
}

.collaboration-heading p:last-child {
  max-width: 58ch;
}

.collaboration-rail {
  overflow-x: auto;
  padding: 12px 2px 14px;
  scrollbar-width: none;
}

.collaboration-rail::-webkit-scrollbar {
  display: none;
}

.collaboration-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  min-width: 980px;
  padding-top: 34px;
}

.collaboration-track::before,
.collaboration-track::after {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  content: "";
}

.collaboration-track::before {
  background: rgba(255, 241, 232, 0.2);
}

.collaboration-track::after {
  background: linear-gradient(90deg, rgba(255, 226, 206, 0.95), rgba(255, 188, 196, 0.8));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
}

.collaboration-step {
  position: relative;
  min-height: 320px;
  padding: 16px 16px 22px;
  border: 1px solid rgba(255, 241, 232, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(89, 22, 31, 0.58);
  box-shadow:
    0 22px 52px rgba(53, 11, 18, 0.22),
    inset 0 1px 0 rgba(255, 244, 237, 0.16);
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(-124px, 0, 0);
  will-change: transform, opacity, filter;
  transition:
    box-shadow 240ms ease,
    border-color 240ms ease;
  --collaboration-delay: calc(var(--step-delay, 0) * 180ms);
}

.collaboration-step::before {
  position: absolute;
  top: -29px;
  left: 22px;
  width: 16px;
  height: 16px;
  border: 4px solid rgba(103, 27, 38, 0.98);
  border-radius: 50%;
  content: "";
  background: #fff1e8;
  box-shadow: 0 0 0 6px rgba(255, 241, 232, 0.12);
}

.collaboration-step:hover {
  border-color: rgba(255, 241, 232, 0.28);
  box-shadow:
    0 28px 60px rgba(53, 11, 18, 0.28),
    0 0 0 1px rgba(255, 241, 232, 0.08);
}

.collaboration-photo {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.16 / 0.82;
  border: 1px solid rgba(255, 241, 232, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.collaboration-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
  transition: transform 320ms ease, filter 320ms ease;
}

.collaboration-step:hover .collaboration-photo img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.collaboration-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 241, 232, 0.14);
  color: #fff3ea;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.collaboration-step h3 {
  margin: 18px 0 12px;
  font-size: 1.38rem;
  line-height: 1.16;
  color: #fff8f2;
}

.collaboration-step p {
  margin: 0;
  color: rgba(255, 239, 230, 0.76);
  line-height: 1.68;
}

.collaboration-section.is-visible .collaboration-heading {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.collaboration-section.is-steps-visible .collaboration-step {
  opacity: 1;
  filter: blur(0);
  animation-name: collaborationStepEnter;
  animation-duration: 1640ms;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
  animation-delay: var(--collaboration-delay, 0ms);
}

.collaboration-section.is-steps-visible .collaboration-track::after {
  transform: scaleX(1);
}

.about-section {
  padding-top: 22px;
}

.about-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(26px, 4vw, 42px);
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(113, 87, 67, 0.12);
  border-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(122, 31, 43, 0.07), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(36, 31, 29, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 251, 245, 0.9)),
    var(--surface-strong);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-shell::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(122, 31, 43, 0.34), rgba(122, 31, 43, 0));
}

.about-intro {
  position: relative;
  z-index: 1;
  align-self: start;
}

.about-intro h2 {
  margin-bottom: 16px;
}

.about-accent-line {
  display: block;
  width: 108px;
  height: 3px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 31, 43, 0.95), rgba(122, 31, 43, 0.42));
}

.about-intro-note {
  max-width: 28ch;
  margin: 0;
  color: rgba(30, 30, 30, 0.72);
  line-height: 1.7;
}

.about-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.about-content p {
  margin: 0;
  color: rgba(30, 30, 30, 0.76);
  line-height: 1.78;
}

.about-content > p {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(113, 87, 67, 0.1);
}

.about-content > p:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.about-highlight {
  position: relative;
  margin-top: 6px;
  padding: 24px 26px;
  border: 1px solid rgba(122, 31, 43, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at right center, rgba(122, 31, 43, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(250, 244, 238, 0.94));
}

.about-highlight p {
  max-width: 52ch;
  color: rgba(28, 24, 24, 0.9);
  font-size: 1.08rem;
  line-height: 1.7;
}

.about-highlight-mark {
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(122, 31, 43, 0.44);
  font-size: 1.15rem;
}

.about-media-story {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  gap: clamp(16px, 2.4vw, 24px);
  align-items: stretch;
  margin-top: clamp(8px, 2vw, 18px);
  padding: clamp(14px, 1.9vw, 18px);
  border: 1px solid rgba(113, 87, 67, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 244, 239, 0.09), transparent 28%),
    linear-gradient(135deg, rgba(33, 27, 26, 0.96) 0%, rgba(72, 29, 38, 0.97) 46%, rgba(122, 31, 43, 0.98) 100%);
  box-shadow: 0 24px 56px rgba(52, 27, 21, 0.18);
  overflow: hidden;
}

.about-media-story::after {
  position: absolute;
  inset: auto -10% -22% auto;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 244, 239, 0.16), rgba(247, 244, 239, 0));
  pointer-events: none;
}

.about-video-frame {
  position: relative;
  min-height: 292px;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(20, 17, 16, 0.9);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.about-video-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.16));
  pointer-events: none;
}

.about-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.about-story-quote {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: clamp(2px, 0.9vw, 8px) 0;
}

.about-story-kicker {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(247, 244, 239, 0.28);
  color: rgba(247, 244, 239, 0.74);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-story-quote p {
  max-width: 18.5ch;
  margin: 0;
  color: #fffaf4;
  font-family: var(--font-display);
  font-size: clamp(1.56rem, 2.32vw, 2.08rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.testimonials-section {
  padding-top: 28px;
}

.testimonials-shell {
  position: relative;
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid rgba(113, 87, 67, 0.12);
  border-radius: 40px;
  background:
    radial-gradient(circle at 0% 0%, rgba(122, 31, 43, 0.09), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(36, 31, 29, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 250, 244, 0.96)),
    var(--surface-strong);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.testimonials-shell::before,
.testimonials-shell::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.testimonials-shell::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(122, 31, 43, 0.38), rgba(122, 31, 43, 0));
}

.testimonials-shell::after {
  right: -88px;
  bottom: -112px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 31, 43, 0.08), rgba(122, 31, 43, 0));
}

.testimonials-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin-bottom: 32px;
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 780ms ease,
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonials-heading > p:last-child {
  max-width: 62ch;
  margin: 0;
  color: rgba(30, 30, 30, 0.72);
  line-height: 1.76;
}

.testimonials-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 320px;
  gap: 20px;
  width: min(100%, 430px);
  max-width: 430px;
  min-height: 0;
  padding: 30px 32px 28px;
  border: 1px solid rgba(113, 87, 67, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(122, 31, 43, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(250, 245, 239, 0.98));
  box-shadow: 0 16px 34px rgba(111, 84, 63, 0.11);
  overflow: hidden;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(var(--testimonial-shift, 0px), 34px, 0) scale(0.986);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
}

.testimonial-card::before {
  position: absolute;
  top: 0;
  left: 34px;
  width: 74px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 31, 43, 0.96), rgba(122, 31, 43, 0.48));
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 31, 43, 0.16);
  box-shadow: 0 22px 44px rgba(111, 84, 63, 0.16);
}

.testimonial-card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.testimonial-stars {
  color: var(--accent);
  font-size: 1rem;
  letter-spacing: 0.16em;
}

.testimonial-author {
  color: rgba(30, 30, 30, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.testimonial-card blockquote {
  margin: 0;
  color: rgba(28, 24, 24, 0.86);
  font-size: 1rem;
  line-height: 1.86;
}

.testimonials-section.is-visible .testimonials-heading {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.testimonials-section.is-cards-visible .testimonial-card {
  opacity: 1;
  filter: blur(0);
  animation-name: testimonialCardReveal;
  animation-duration: 1120ms;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
  animation-delay: var(--testimonial-delay, 0ms);
}

.section-soft {
  padding-top: 88px;
}

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

.section-heading-narrow {
  max-width: 920px;
}

.offer-grid,
.benefit-grid,
.process-grid {
  display: grid;
  gap: 24px;
}

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

.offer-card,
.benefit-card,
.process-card,
.contact-panel {
  border: 1px solid rgba(113, 87, 67, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.88)),
    var(--surface-strong);
  box-shadow: var(--shadow);
}

.offer-card,
.benefit-card,
.process-card {
  border-radius: 30px;
  padding: 30px;
}

.offer-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(122, 31, 43, 0.08);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.offer-card h3,
.benefit-card h3,
.process-card h3 {
  margin: 18px 0 12px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.offer-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #493f35;
}

.offer-card li::before {
  margin-right: 10px;
  content: "•";
  color: var(--accent);
}

.benefit-card {
  min-height: 220px;
  background:
    radial-gradient(circle at top right, rgba(122, 31, 43, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.92));
}

.process-card {
  position: relative;
  padding-top: 84px;
}

.process-card span {
  position: absolute;
  top: 26px;
  left: 26px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(122, 31, 43, 0.16), rgba(122, 31, 43, 0.06));
  color: var(--accent);
  font-weight: 700;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 28px;
  padding: clamp(26px, 4vw, 40px);
  border-radius: 38px;
}

.contact-details {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-details div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.contact-details strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.contact-details span {
  color: var(--muted);
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(122, 31, 43, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(122, 31, 43, 0.16);
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.96);
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(122, 31, 43, 0.42);
  box-shadow: 0 0 0 4px rgba(122, 31, 43, 0.08);
}

.button-full {
  width: 100%;
  margin-top: 8px;
}

@keyframes slatOpen {
  0% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scaleY(1.05);
  }
  34% {
    opacity: 1;
    transform: translateY(calc(var(--spread) * 2px)) rotateX(12deg) scaleY(1);
  }
  72% {
    opacity: 0.82;
    transform: translateY(calc(var(--spread) * 18px)) rotateX(20deg) scaleY(0.96);
  }
  100% {
    opacity: 0;
    transform: translateY(calc(var(--spread) * 46px)) rotateX(29deg) scaleY(0.88);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sunlightFloat {
  0% {
    transform: translate3d(-10px, -6px, 0);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(14px, 8px, 0);
    opacity: 0.58;
  }
}

@keyframes needsVisualSwap {
  0% {
    opacity: 0.72;
    transform: scale(1.045);
  }
  100% {
    opacity: 1;
    transform: scale(1.01);
  }
}

@keyframes needsSlideInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-44px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes categoryBlindReveal {
  0% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scaleY(1.02);
  }
  34% {
    opacity: 1;
    transform: translateY(calc(var(--slat-shift) * 2px)) rotateX(10deg) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: translateY(calc(var(--slat-shift) * 22px)) rotateX(18deg) scaleY(0.92);
  }
}

@keyframes categoryTitleMeet {
  0% {
    opacity: 0;
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes categoryTitleMeetRight {
  0% {
    opacity: 0;
    transform: translate3d(90px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reasonCardEnterLeft {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(-148px, 0, 0) scale(0.985);
  }
  58% {
    opacity: 1;
    filter: blur(2px);
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes reasonCardEnterRight {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(148px, 0, 0) scale(0.985);
  }
  58% {
    opacity: 1;
    filter: blur(2px);
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes collaborationStepEnter {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(-124px, 0, 0) scale(0.985);
  }
  54% {
    opacity: 1;
    filter: blur(2px);
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes testimonialCardReveal {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(var(--testimonial-shift, 0px), 34px, 0) scale(0.986);
  }
  58% {
    opacity: 1;
    filter: blur(2px);
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 1080px) {
  .site-header {
    gap: 16px;
  }

  .site-nav {
    gap: 14px;
  }

  .category-layout {
    gap: 26px;
  }

  .category-heading {
    max-width: 680px;
  }

  .category-title {
    font-size: clamp(1.9rem, 3.2vw, 2.55rem);
  }

  .category-set {
    gap: 20px;
  }

  .category-card {
    width: 176px;
    grid-template-rows: 164px auto;
  }

  .category-card-media {
    height: 164px;
  }

  .category-card-copy {
    min-height: 118px;
    padding: 11px 13px 16px;
  }

  .category-card-copy p {
    font-size: 0.81rem;
  }

  .needs-shell {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
    gap: 24px;
  }

  .needs-visual-image {
    min-height: 0;
  }

  .need-option {
    padding: 17px 17px 17px 18px;
  }

  .need-option-copy strong {
    font-size: 1.14rem;
  }

  .need-option-copy span {
    font-size: 0.93rem;
  }

  .reasons-shell {
    padding: 28px;
  }

  .reasons-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .reason-stat {
    min-height: 144px;
    padding: 22px 20px;
  }

  .reasons-grid {
    gap: 22px;
  }

  .reason-card {
    min-height: 272px;
    padding: 28px;
  }

  .collaboration-shell {
    padding: 28px;
  }

  .collaboration-track {
    min-width: 920px;
  }

  .collaboration-step {
    min-height: 220px;
    padding: 24px 20px 22px;
  }

  .about-shell {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px;
  }

  .about-intro-note {
    max-width: 38ch;
  }

  .about-media-story {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-video-frame {
    min-height: 320px;
  }

  .about-story-quote p {
    max-width: 100%;
  }

  .testimonials-shell {
    padding: 30px;
  }

  .testimonials-grid {
    gap: 18px;
  }

  .testimonial-card {
    flex-basis: clamp(280px, 46%, 400px);
    max-width: 400px;
  }

  .offer-grid,
  .benefit-grid,
  .process-grid,
  .contact-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1280px) {
  .site-header {
    width: min(calc(100% - 28px), 1120px);
  }

  .hero-inner {
    width: min(calc(100% - 36px), 1120px);
    padding: 122px 0 72px;
  }

  .hero-copy {
    max-width: 480px;
    margin-left: 0;
    margin-top: -24px;
  }

  h1 {
    font-size: clamp(2.08rem, 4.1vw, 3.22rem);
  }

  .hero-lead {
    font-size: 1.06rem;
  }

  .needs-heading {
    margin-bottom: 30px;
  }

  .needs-heading h2 {
    font-size: clamp(1.95rem, 3.2vw, 2.8rem);
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 14px;
    width: min(calc(100% - 18px), 560px);
    padding: 10px 14px;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.88rem;
  }

  .brand-logo {
    width: clamp(156px, 36vw, 194px);
  }

  .hero-inner {
    width: min(calc(100% - 24px), 560px);
    padding-top: 120px;
    align-items: flex-end;
  }

  .hero-copy {
    max-width: 100%;
    margin-left: 0;
    margin-top: -40px;
    padding: 0 0 10px;
  }

  .hero-copy::before {
    top: 50%;
    left: -14%;
    width: 142%;
    height: 138%;
    background: linear-gradient(90deg, rgba(247, 244, 239, 0.66) 0%, rgba(247, 244, 239, 0.44) 40%, rgba(247, 244, 239, 0.2) 63%, rgba(247, 244, 239, 0) 100%);
  }

  h1 {
    font-size: clamp(2.05rem, 8.9vw, 3rem);
  }

  .hero-lead {
    max-width: 24ch;
    margin-top: 10px;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  h2 {
    font-size: clamp(2.1rem, 8vw, 3.2rem);
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .section {
    width: min(calc(100% - 24px), 560px);
    padding: 84px 0;
  }

  .category-showroom {
    padding-bottom: 12px;
  }

  .category-set {
    gap: 18px;
  }

  .category-card {
    width: 158px;
    grid-template-rows: 148px auto;
    border-radius: 18px;
  }

  .category-card-media {
    height: 148px;
  }

  .category-card-copy {
    min-height: 112px;
    gap: 6px;
    padding: 10px 11px 14px;
  }

  .category-title {
    font-size: clamp(1.95rem, 7vw, 2.7rem);
    gap: 0.08em;
  }

  .category-description {
    max-width: 28ch;
    font-size: 0.94rem;
  }

  .category-card-copy h3 {
    font-size: 0.93rem;
  }

  .category-card-copy p {
    font-size: 0.79rem;
    line-height: 1.42;
  }

  .category-cta .button {
    width: min(100%, 280px);
  }

  .needs-section {
    padding-top: 28px;
  }

  .needs-heading {
    margin-bottom: 24px;
  }

  .needs-heading h2 {
    font-size: clamp(2rem, 8vw, 2.85rem);
  }

  .needs-heading p {
    max-width: 30ch;
    font-size: 0.96rem;
  }

  .reasons-section {
    padding-top: 4px;
  }

  .reasons-shell {
    padding: 24px 18px;
    border-radius: 32px;
  }

  .reasons-shell::before {
    left: 18px;
    width: 120px;
  }

  .reasons-heading {
    margin-bottom: 22px;
    text-align: left;
  }

  .reasons-heading-lead {
    margin: 0 0 10px;
    max-width: 22ch;
    font-size: 1.04rem;
  }

  .reasons-heading-copy {
    margin: 0;
    max-width: 34ch;
  }

  .reasons-stats {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 22px;
  }

  .reason-stat {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 24px;
  }

  .reason-stat-value {
    font-size: clamp(1.85rem, 8vw, 2.3rem);
  }

  .reasons-heading {
    margin-bottom: 24px;
  }

  .reasons-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .reason-card {
    min-height: 0;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .reason-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
  }

  .reason-icon svg {
    width: 26px;
    height: 26px;
  }

  .reason-card h3 {
    font-size: 1.34rem;
  }

  .needs-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
    border-radius: 30px;
  }

  .needs-visual {
    border-radius: 24px;
    min-height: 0;
    aspect-ratio: 1.16 / 1;
  }

  .needs-visual-image {
    min-height: 0;
  }

  .needs-options {
    gap: 12px;
  }

  .need-option {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .need-option-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1rem;
  }

  .need-option-copy strong {
    font-size: 1.08rem;
  }

  .need-option-copy span {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .collaboration-section {
    padding-top: 18px;
  }

  .collaboration-shell {
    padding: 24px 18px;
    border-radius: 30px;
  }

  .collaboration-shell::before,
  .collaboration-shell::after {
    left: 18px;
    right: 18px;
  }

  .collaboration-heading {
    margin-bottom: 22px;
  }

  .collaboration-rail {
    margin: 0 -4px;
    padding: 12px 4px 12px;
  }

  .collaboration-track {
    min-width: 860px;
    gap: 16px;
  }

  .collaboration-step {
    min-height: 204px;
    padding: 22px 18px 20px;
    border-radius: 24px;
  }

  .collaboration-step h3 {
    font-size: 1.2rem;
  }

  .about-section {
    padding-top: 12px;
  }

  .about-shell {
    gap: 20px;
    padding: 24px 18px;
    border-radius: 30px;
  }

  .about-intro h2 {
    margin-bottom: 14px;
  }

  .about-accent-line {
    width: 92px;
    margin-bottom: 18px;
  }

  .about-intro-note {
    max-width: 32ch;
  }

  .about-content {
    gap: 16px;
  }

  .about-content > p {
    padding-bottom: 16px;
  }

  .about-highlight {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .about-highlight p {
    font-size: 1rem;
  }

  .about-highlight-mark {
    right: 18px;
    bottom: 14px;
  }

  .about-media-story {
    gap: 16px;
    padding: 16px;
    border-radius: 24px;
  }

  .about-video-frame {
    min-height: 220px;
    border-radius: 20px;
  }

  .about-story-kicker {
    padding-bottom: 12px;
    font-size: 0.74rem;
    letter-spacing: 0.17em;
  }

  .about-story-quote p {
    max-width: 12ch;
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .testimonials-section {
    padding-top: 20px;
  }

  .testimonials-shell {
    padding: 24px 18px;
    border-radius: 30px;
  }

  .testimonials-heading {
    gap: 14px;
    margin-bottom: 22px;
  }

  .testimonials-grid {
    gap: 16px;
  }

  .testimonial-card {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .testimonial-card::before {
    left: 18px;
    width: 52px;
  }

  .testimonial-card-top {
    align-items: flex-start;
  }

  .testimonial-stars {
    font-size: 0.94rem;
  }

  .testimonial-card blockquote {
    font-size: 0.98rem;
    line-height: 1.74;
  }

  .offer-grid,
  .benefit-grid,
  .process-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .offer-card,
  .benefit-card,
  .process-card,
  .contact-form {
    border-radius: 24px;
  }
}

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

  .page-loaded .blind-slat,
  .hero-copy-visible .hero-reveal {
    animation: none;
  }

  .blind-slat {
    opacity: 0;
  }

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

  .header-cta,
  .button,
  .site-nav a::after,
  .category-card,
  .category-card img,
  .needs-visual-image,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    transition: none;
  }

  .hero-overlay::before {
    animation: none;
  }

  .collaboration-heading,
  .reasons-heading,
  .reasons-stats,
  .reason-stat,
  .reason-card,
  .collaboration-step {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .collaboration-track::after {
    transition: none;
    transform: scaleX(1);
  }

  .category-showroom {
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .category-showroom::before,
  .category-showroom::after {
    display: none;
  }

  .category-rail {
    width: auto;
    gap: 16px;
    animation: none;
    transform: none;
  }

  .category-set {
    min-width: max-content;
    flex-basis: auto;
  }

  .category-set-clone {
    display: none;
  }

  .category-card-reveal,
  .category-card {
    opacity: 1;
    transform: none;
  }

  .category-accent {
    opacity: 1;
    transform: none;
  }

  .needs-heading h2,
  .needs-heading p,
  .needs-accent,
  .needs-visual,
  .need-option {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .needs-visual.is-changing .needs-visual-image {
    animation: none;
  }

  .category-card-slats span,
  .category-title span,
  .category-description,
  .category-card-copy h3,
  .category-card-copy p,
  .category-card .category-card-line {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@keyframes showroomDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(var(--showroom-loop-distance) * -1), 0, 0);
  }
}
