:root {
  --primary: #171515;
  --accent: #bf9a74;
  --accent-dark: #9d7b58;
  --bg: #f8f7f4;
  --white: #ffffff;
  --surface: #ffffff;
  --surface-soft: #efece6;
  --text-muted: #66625d;
  --ring: rgba(191, 154, 116, 0.38);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 22px 50px rgba(15, 12, 9, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: var(--primary);
  background: var(--bg);
  line-height: 1.5;
}

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

button,
a {
  font: inherit;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 16%, rgba(191, 154, 116, 0.16), transparent 34%),
    radial-gradient(circle at 86% 82%, rgba(23, 21, 21, 0.08), transparent 42%),
    linear-gradient(135deg, #faf8f4 0%, #f1ece5 46%, #f8f7f4 100%);
}

.container {
  width: min(1480px, 92vw);
  margin: 0 auto;
}

.site-topbar {
  background: #141414;
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.site-topbar-inner p {
  margin: 0;
}

.site-topbar-links {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.site-topbar-links a,
.site-topbar-links span {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23, 21, 21, 0.06);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: var(--primary);
}

.logo img {
  width: 124px;
  height: auto;
  object-fit: contain;
}

.logo-lockup {
  display: none;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.main-nav a,
.nav-flyout-trigger {
  text-decoration: none;
  color: var(--primary);
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.has-shop-menu,
.has-nav-menu {
  position: relative;
}

.shop-trigger,
.nav-flyout-trigger {
  border: none;
  background: transparent;
  color: var(--primary);
  font: inherit;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.shop-caret {
  width: 8px;
  height: 8px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.shop-trigger[aria-expanded="true"] .shop-caret {
  transform: rotate(-135deg) translateX(-1px);
}

.nav-flyout-trigger[aria-expanded="true"] .shop-caret {
  transform: rotate(-135deg) translateX(-1px);
}

.shop-mega-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-35%);
  width: min(860px, 72vw);
  padding: 15px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: 0 28px 54px rgba(15, 12, 9, 0.18);
  transform-origin: top center;
}

.shop-mega-menu:not([hidden]) {
  animation: shopMenuDrop 0.18s ease both;
}

.shop-mega-menu[hidden] {
  display: none;
}

.nav-flyout {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: min(430px, 86vw);
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: 0 24px 48px rgba(15, 12, 9, 0.16);
  transform-origin: top center;
}

.nav-flyout:not([hidden]) {
  animation: navMenuDrop 0.18s ease both;
}

.nav-flyout-wide {
  width: min(430px, 88vw);
}

.nav-flyout[hidden] {
  display: none;
}

.nav-flyout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.nav-flyout-card {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: #fbfaf7;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.nav-flyout-card:hover,
.nav-flyout-card:focus-visible {
  border-color: rgba(191, 154, 116, 0.34);
  background: rgba(191, 154, 116, 0.07);
  box-shadow: 0 14px 30px rgba(15, 12, 9, 0.08);
  transform: translateY(-1px);
}

.nav-flyout-card-featured {
  border-color: rgba(191, 154, 116, 0.3);
  background: linear-gradient(135deg, rgba(191, 154, 116, 0.12), rgba(255, 255, 255, 0.92));
}

.nav-flyout-card strong {
  font-size: 0.95rem;
}

.nav-flyout-card span {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.shop-menu-grid {
  display: grid;
  grid-template-columns: 200px minmax(280px, 1fr) 250px;
  gap: 14px;
}

.shop-menu-column,
.shop-menu-aside {
  min-width: 0;
}

.shop-menu-title {
  margin: 0 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.shop-menu-lines {
  display: grid;
  gap: 10px;
}

.shop-menu-line {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: #fbfaf7;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.shop-menu-line:hover,
.shop-menu-line:focus-visible,
.shop-menu-line.active {
  border-color: rgba(191, 154, 116, 0.34);
  box-shadow: 0 14px 30px rgba(15, 12, 9, 0.08);
  transform: translateY(-1px);
}

.shop-menu-line strong {
  font-size: 0.95rem;
}

.shop-menu-line span {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.shop-menu-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.shop-menu-all-link {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.shop-menu-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.shop-menu-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border-radius: 20px;
  background: #fbfaf7;
  border: 1px solid rgba(23, 21, 21, 0.08);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.shop-menu-product:hover,
.shop-menu-product:focus-visible {
  border-color: rgba(191, 154, 116, 0.3);
  box-shadow: 0 14px 30px rgba(15, 12, 9, 0.08);
  transform: translateY(-1px);
}

.shop-menu-product-media {
  width: 82px;
  height: 88px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f5f1ea 0%, #ece5db 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.shop-menu-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-product-model {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.menu-product-model span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--text-muted);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-menu-product-copy {
  display: grid;
  gap: 6px;
  align-content: start;
}

.shop-menu-product-copy p,
.shop-menu-product-copy h4 {
  margin: 0;
}

.shop-menu-product-copy h4 {
  font-size: 0.98rem;
}

.shop-menu-product-copy p {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.shop-menu-product-copy strong {
  font-size: 0.88rem;
}

.shop-menu-layout-product {
  border-color: rgba(191, 154, 116, 0.34);
  background: linear-gradient(135deg, rgba(191, 154, 116, 0.12), #fbfaf7 72%);
}

.shop-menu-layout-media {
  background: #efede8;
}

.shop-menu-layout-media img {
  object-fit: cover;
  transform: scale(1.18);
}

.shop-menu-aside {
  display: grid;
  align-content: start;
  gap: 10px;
}

.shop-menu-feature {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  background: #fbfaf7;
  border: 1px solid rgba(191, 154, 116, 0.24);
  color: var(--primary);
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(15, 12, 9, 0.08);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.shop-menu-feature:hover,
.shop-menu-feature:focus-visible {
  border-color: rgba(191, 154, 116, 0.42);
  box-shadow: 0 18px 34px rgba(15, 12, 9, 0.1);
  transform: translateY(-1px);
}

.shop-menu-feature-kicker {
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.shop-menu-feature h3,
.shop-menu-feature p {
  margin: 0;
}

.shop-menu-feature h3 {
  font-size: 1.2rem;
}

.shop-menu-feature p {
  color: var(--text-muted);
  line-height: 1.55;
  font-size: 0.86rem;
}

.shop-menu-feature-link,
.shop-menu-consult {
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 600;
}

.shop-menu-consult {
  color: var(--accent-dark);
}

@keyframes shopMenuDrop {
  from {
    opacity: 0;
    transform: translateX(-35%) translateY(-8px) scaleY(0.98);
  }

  to {
    opacity: 1;
    transform: translateX(-35%) translateY(0) scaleY(1);
  }
}

@keyframes navMenuDrop {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px) scaleY(0.98);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scaleY(1);
  }
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--accent-dark);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(23, 21, 21, 0.1);
  background: rgba(255, 255, 255, 0.96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.icon-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-btn:hover,
.icon-btn:focus-visible {
  border-color: rgba(23, 21, 21, 0.22);
}

.cart-badge {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.66rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  position: absolute;
  top: -5px;
  right: -4px;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(23, 21, 21, 0.18);
  background: rgba(255, 255, 255, 0.85);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--primary);
  border-radius: 20px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

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

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

.main-layout {
  display: block;
  padding: 34px 0 74px;
}

.content {
  min-width: 0;
}

.hero {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 48px;
  isolation: isolate;
  box-shadow: var(--shadow);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: url('images/hero-wizualizacja-1.jpg') center/cover no-repeat;
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 44%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(180deg, rgba(191, 154, 116, 0.3), transparent 24%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: clamp(22px, 3vw, 28px);
}

.hero-content {
  position: relative;
  max-width: 720px;
  padding: clamp(18px, 4vw, 36px);
  color: #fff;
  align-self: end;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.74);
}

.hero h1 {
  margin: 14px 0 20px;
  font-size: clamp(2.15rem, 4.7vw, 3.85rem);
  line-height: 1.08;
  max-width: 14ch;
}

.hero p {
  margin: 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.hero-path-card {
  display: grid;
  gap: 8px;
  padding: 18px 18px 17px;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.hero-path-card:hover,
.hero-path-card:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.26);
}

.hero-path-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.hero-path-card strong {
  font-size: 1rem;
  line-height: 1.3;
}

.hero-path-card span:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.55;
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(191, 154, 116, 0.35);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.section-head h2,
.academy h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
}

.results-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  max-width: 42ch;
  line-height: 1.6;
}

.section-kicker {
  margin: 0 0 8px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.reference-studio {
  margin-top: 10px;
}

.quick-choice-section {
  margin-top: 8px;
  margin-bottom: 46px;
}

.quick-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.quick-choice-card {
  display: grid;
  grid-template-rows: 240px 1fr;
  overflow: hidden;
  min-height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
}

.quick-choice-card:hover,
.quick-choice-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(191, 154, 116, 0.32);
  box-shadow: 0 22px 70px rgba(23, 21, 21, 0.12);
}

.quick-choice-media {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(23, 21, 21, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(245, 243, 239, 0.96), rgba(235, 235, 231, 0.72));
}

.quick-choice-media::after {
  content: "";
  position: absolute;
  inset: auto 18% 22px;
  height: 18px;
  border-radius: 50%;
  background: rgba(23, 21, 21, 0.16);
  filter: blur(18px);
  opacity: 0.46;
}

.quick-choice-media img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 82%;
  max-height: 88%;
  object-fit: contain;
}

.quick-choice-media-product img {
  transform: scale(1.08);
}

.quick-choice-media-pro img {
  max-width: 74%;
  transform: scale(1.05);
}

.quick-choice-media-layout {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(35, 32, 29, 0.96), rgba(66, 59, 51, 0.86));
}

.quick-choice-media-layout::after {
  background: rgba(0, 0, 0, 0.28);
}

.quick-choice-media-layout img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
}

.quick-choice-media-studio {
  background: #201d19;
}

.quick-choice-media-studio::after,
.line-card-photo::before {
  display: none;
}

.quick-choice-media-studio img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  transform: none;
}

.quick-choice-copy {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.quick-choice-copy span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 21, 21, 0.06);
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-choice-copy h3,
.quick-choice-copy p {
  margin: 0;
}

.quick-choice-copy h3 {
  font-size: 1.24rem;
  line-height: 1.22;
}

.quick-choice-copy p {
  color: var(--text-muted);
  line-height: 1.65;
}

.quick-choice-copy strong {
  margin-top: auto;
  color: var(--accent-dark);
  font-size: 0.94rem;
}

.core-pro-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
  margin: 8px 0 46px;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at 18% 18%, rgba(191, 154, 116, 0.12), transparent 32%),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.core-pro-showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 3vw, 34px);
}

.core-pro-showcase-copy h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 10ch;
}

.core-pro-showcase-copy p:not(.section-kicker) {
  margin: 18px 0 0;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 48ch;
}

.core-pro-showcase-copy a {
  margin-top: 24px;
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 700;
}

.core-pro-showcase-copy a:hover,
.core-pro-showcase-copy a:focus-visible {
  color: var(--primary);
}

.core-pro-showcase-media {
  position: relative;
  min-height: clamp(320px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 8px);
  background: #1f1d1a;
}

.core-pro-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 21, 21, 0.2), transparent 36%);
  pointer-events: none;
}

.core-pro-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reference-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: var(--shadow);
}

.reference-image-wrap {
  background: #d9d4cc;
}

.reference-image {
  width: 100%;
  height: clamp(320px, 50vw, 620px);
  object-fit: cover;
  display: block;
}

.reference-copy {
  padding: 24px;
}

.reference-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
}

.reference-copy p {
  margin: 0;
  color: var(--text-muted);
  max-width: 68ch;
  line-height: 1.7;
}

.reference-solutions {
  margin-top: 18px;
}

.reference-case-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.reference-case-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(23, 21, 21, 0.08);
}

.reference-case-card p {
  margin: 0;
}

.reference-case-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.reference-solutions-title {
  margin-bottom: 10px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.reference-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
  display: grid;
  gap: 8px;
}

/* --- SEKCJA PRODUKTOW --- */
.products-section {
  margin-top: 60px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 12px;
  flex-wrap: wrap;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
}

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

.line-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: stretch;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.line-card:hover,
.line-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(191, 154, 116, 0.3);
  box-shadow: 0 28px 52px rgba(15, 12, 9, 0.16);
}

.line-card-featured {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 241, 232, 0.98) 100%);
}

.line-card-media {
  position: relative;
  background:
    radial-gradient(circle at 50% 82%, rgba(23, 21, 21, 0.16), transparent 31%),
    linear-gradient(180deg, #f2f3f1 0%, #e7e9e7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  overflow: hidden;
}

.line-card-media.has-photo img {
  width: 100%;
  max-width: 180px;
  max-height: 220px;
  object-fit: contain;
}

.line-card-photo {
  padding: 0;
  background: #201d19;
}

.line-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.line-card-render::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 78%, rgba(23, 21, 21, 0.13), transparent 30%),
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(23, 21, 21, 0.035));
  pointer-events: none;
}

.line-model-viewer {
  position: relative;
  z-index: 1;
  width: min(210px, 100%);
  height: 248px;
  display: grid;
  place-items: center;
  touch-action: none;
  cursor: grab;
}

.line-model-viewer:active {
  cursor: grabbing;
}

.line-model-viewer span {
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.line-model-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.line-card-copy {
  display: grid;
  gap: 12px;
  padding: 24px;
  align-content: start;
}

.line-card-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 21, 21, 0.06);
  color: var(--text-muted);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.line-card-copy h3 {
  margin: 0;
  font-size: 1.5rem;
}

.line-card-copy p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.line-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 4px;
}

.line-card-footer strong {
  font-size: 1rem;
}

.line-card-footer span {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.coming-line-card {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr) minmax(220px, 0.9fr);
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 239, 231, 0.92));
  box-shadow: var(--shadow);
}

.coming-line-media,
.coming-line-gallery {
  min-height: 280px;
  background: #1d1b18;
}

.coming-line-media img,
.coming-line-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.coming-line-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
}

.coming-line-copy h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -0.06em;
}

.coming-line-copy p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.coming-line-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.coming-line-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 21, 21, 0.06);
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.coming-line-gallery {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.line-abstract {
  width: 100%;
  max-width: 180px;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-abstract span {
  position: absolute;
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 30px rgba(15, 12, 9, 0.12);
}

.layout-viewer-section {
  margin-top: 28px;
}

.layout-detail-page {
  padding-bottom: 78px;
}

.layout-detail-page .knowledge-hero {
  margin-top: 26px;
}

.layout-detail-page .knowledge-hero-panel {
  align-content: end;
}

.layout-viewer-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(18px, 3vw, 26px);
  border-radius: 30px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 239, 231, 0.9));
  box-shadow: var(--shadow);
}

.layout-viewer-card-large {
  grid-template-columns: minmax(300px, 0.58fr) minmax(520px, 1.42fr);
  min-height: 680px;
}

.layout-viewer-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.layout-option-list {
  display: grid;
  gap: 10px;
}

.layout-option {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 3px;
  align-items: center;
  text-align: left;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(23, 21, 21, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: var(--primary);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.layout-option:hover,
.layout-option:focus-visible,
.layout-option.is-active {
  border-color: rgba(191, 154, 116, 0.52);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(15, 12, 9, 0.1);
  transform: translateY(-1px);
}

.layout-option span {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(23, 21, 21, 0.07);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.layout-option.is-active span {
  background: var(--primary);
  color: var(--white);
}

.layout-option strong {
  font-size: 1rem;
}

.layout-option small {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.layout-viewer-info {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(23, 21, 21, 0.88);
  color: var(--white);
}

.layout-viewer-kicker {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.66);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.layout-viewer-info h3 {
  margin: 0 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.58rem);
  line-height: 1.18;
}

.layout-viewer-info p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.layout-viewer-stage {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.room-layout-viewer {
  min-height: 480px;
  border-radius: 26px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(180deg, #eef0ee 0%, #e1e5e2 100%);
  border: 1px solid rgba(23, 21, 21, 0.08);
  touch-action: none;
  cursor: grab;
}

.room-layout-viewer-large {
  min-height: 620px;
}

.room-layout-viewer:active {
  cursor: grabbing;
}

.room-layout-viewer span {
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.room-layout-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.layout-viewer-caption {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.layout-bundles-section {
  margin-top: 42px;
}

.layout-bundle-group {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.layout-bundle-group + .layout-bundle-group {
  margin-top: 34px;
}

.layout-bundle-group-head {
  max-width: 780px;
}

.layout-bundle-group-head h3,
.layout-bundle-group-head p {
  margin: 0;
}

.layout-bundle-group-head h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.04em;
}

.layout-bundle-group-head p {
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.7;
}

.layout-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.layout-bundle-grid-basic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.layout-bundle-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: 0 18px 44px rgba(15, 12, 9, 0.08);
}

.layout-bundle-card-featured {
  border-color: rgba(191, 154, 116, 0.34);
  background: linear-gradient(135deg, rgba(191, 154, 116, 0.11), rgba(255, 255, 255, 0.94) 58%);
}

.layout-bundle-card-pro {
  border-color: rgba(23, 21, 21, 0.1);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 239, 233, 0.72));
}

.layout-bundle-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.layout-bundle-head span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 21, 21, 0.06);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.layout-bundle-head strong {
  font-size: 1rem;
}

.layout-bundle-card h3,
.layout-bundle-card p {
  margin: 0;
}

.layout-bundle-card h3 {
  font-size: 1.18rem;
}

.layout-bundle-card p,
.layout-bundle-card li {
  color: var(--text-muted);
  line-height: 1.65;
}

.layout-bundle-card ul {
  margin: 0;
  padding-left: 18px;
}

.layout-bundle-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.layout-bundle-colors-pro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.layout-bundle-size {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.layout-bundle-size button,
.layout-bundle-colors button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(23, 21, 21, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text-muted);
  padding: 8px 10px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  justify-content: flex-start;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.layout-bundle-size button {
  justify-content: center;
}

.layout-bundle-colors button span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(23, 21, 21, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.layout-bundle-colors button:hover,
.layout-bundle-colors button:focus-visible,
.layout-bundle-colors button.is-active,
.layout-bundle-size button:hover,
.layout-bundle-size button:focus-visible,
.layout-bundle-size button.is-active {
  border-color: rgba(191, 154, 116, 0.46);
  background: #fff;
  color: var(--primary);
  box-shadow: 0 10px 24px rgba(15, 12, 9, 0.08);
}

.layout-bundle-btn {
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  padding: 14px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.layout-bundle-btn:hover,
.layout-bundle-btn:focus-visible {
  background: #2b2825;
  box-shadow: 0 16px 34px rgba(15, 12, 9, 0.18);
  transform: translateY(-1px);
}

.layout-bundle-btn:disabled {
  cursor: default;
  opacity: 0.72;
  transform: none;
}

.layout-education-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.layout-panel-choice {
  margin-top: 34px;
}

.layout-line-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.layout-line-grid .line-card {
  grid-template-columns: 1fr;
  min-height: 0;
}

.layout-line-grid .line-card-media {
  min-height: 270px;
}

.layout-line-grid .line-model-viewer {
  height: 238px;
}

.layout-line-grid .line-card-copy {
  min-height: 270px;
}

.line-abstract-bass span:nth-child(1) {
  inset: 28px 18px 40px 44px;
  background: #2f3339;
}

.line-abstract-bass span:nth-child(2) {
  inset: 62px 56px 18px 16px;
  background: #d3c0a9;
}

.line-abstract-bass span:nth-child(3) {
  inset: 18px 30px 84px 70px;
  background: #5d6065;
}

.line-abstract-mobile span:nth-child(1) {
  inset: 48px 28px 30px 24px;
  background: #1b1b1b;
}

.line-abstract-mobile span:nth-child(2) {
  width: 52px;
  height: 120px;
  left: 14px;
  top: 40px;
  background: #f0ece2;
}

.line-abstract-mobile span:nth-child(3) {
  width: 18px;
  height: 150px;
  right: 18px;
  top: 26px;
  background: #b89d7f;
}

.line-compare-section,
.brand-trust,
.process-section {
  margin-top: 46px;
}

.audience-section,
.problem-cases-section {
  margin-top: 46px;
}

.line-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.line-compare-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at top right, rgba(191, 154, 116, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.line-compare-top {
  display: grid;
  gap: 10px;
}

.line-compare-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 21, 21, 0.06);
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.line-compare-top h3,
.line-compare-card p,
.line-compare-card strong {
  margin: 0;
}

.line-compare-top h3 {
  font-size: 1.42rem;
}

.line-compare-card p {
  color: var(--text-muted);
  line-height: 1.7;
}

.line-compare-list {
  margin: 0;
  padding-left: 18px;
  color: var(--primary);
  display: grid;
  gap: 8px;
}

.line-compare-list li {
  line-height: 1.6;
}

.line-compare-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 4px;
}

.line-compare-footer strong {
  font-size: 0.94rem;
  line-height: 1.5;
}

.line-compare-footer a {
  flex-shrink: 0;
  color: var(--accent-dark);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.line-compare-footer a:hover,
.line-compare-footer a:focus-visible {
  color: var(--primary);
}

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

.trust-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.trust-card-index {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.trust-card h3,
.trust-card p {
  margin: 0;
}

.trust-card h3 {
  font-size: 1.08rem;
  line-height: 1.35;
}

.trust-card p {
  color: var(--text-muted);
  line-height: 1.7;
}

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

.process-step {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 241, 234, 0.96) 100%);
  box-shadow: var(--shadow);
}

.process-step-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(191, 154, 116, 0.14);
  color: var(--accent-dark);
  font-weight: 700;
  font-size: 0.95rem;
}

.process-step h3,
.process-step p {
  margin: 0;
}

.process-step h3 {
  font-size: 1.08rem;
  line-height: 1.35;
}

.process-step p {
  color: var(--text-muted);
  line-height: 1.7;
}

.process-cta {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: linear-gradient(135deg, rgba(53, 50, 47, 0.96) 0%, rgba(69, 65, 60, 0.94) 100%);
  color: #f5f1ea;
  box-shadow: var(--shadow);
}

.process-cta-kicker {
  margin: 0 0 10px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 241, 234, 0.62);
}

.process-cta h3,
.process-cta p {
  margin: 0;
}

.process-cta h3 {
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
}

.process-cta p {
  margin-top: 10px;
  max-width: 60ch;
  color: rgba(245, 241, 234, 0.82);
  line-height: 1.7;
}

.process-cta .btn {
  flex-shrink: 0;
}

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

.audience-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 239, 232, 0.96) 100%);
  box-shadow: var(--shadow);
}

.audience-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 21, 21, 0.06);
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-card h3,
.audience-card p {
  margin: 0;
}

.audience-card h3 {
  font-size: 1.12rem;
  line-height: 1.45;
}

.audience-card p {
  color: var(--text-muted);
  line-height: 1.7;
}

.problem-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.problem-case-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.problem-case-label {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.problem-case-card h3,
.problem-case-card p {
  margin: 0;
}

.problem-case-card h3 {
  font-size: 1.12rem;
  line-height: 1.4;
}

.problem-case-card p {
  color: var(--text-muted);
  line-height: 1.7;
}

.problem-case-problem strong,
.problem-case-solution strong {
  color: var(--primary);
}

.brand-origin-section {
  margin-top: 42px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 560px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: #1f1d1a;
  color: #f7f2ea;
  box-shadow: var(--shadow);
}

.brand-origin-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 14, 13, 0.92) 0%, rgba(18, 16, 15, 0.72) 36%, rgba(18, 16, 15, 0.16) 68%, rgba(18, 16, 15, 0.28) 100%),
    radial-gradient(circle at 72% 44%, rgba(255, 255, 255, 0.08), transparent 38%);
  pointer-events: none;
}

.brand-origin-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/brand-origin-studio.jpg") 76% 50% / cover no-repeat;
  transform: scale(1.02);
  filter: contrast(1.08) saturate(1.08) brightness(1.08);
  pointer-events: none;
}

.brand-origin-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-content: center;
  width: min(760px, 100%);
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(10, 10, 9, 0.72), rgba(10, 10, 9, 0.42));
}

.brand-origin-copy .section-kicker {
  color: rgba(247, 242, 234, 0.62);
}

.brand-origin-copy h2,
.brand-origin-copy p {
  margin: 0;
}

.brand-origin-copy h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.brand-origin-copy p {
  max-width: 66ch;
  color: rgba(247, 242, 234, 0.76);
  line-height: 1.75;
}

.brand-origin-facts {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.brand-origin-facts article {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 0;
  background: linear-gradient(90deg, rgba(12, 11, 10, 0.72), rgba(12, 11, 10, 0.46));
  box-shadow: none;
}

.brand-origin-facts strong {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: -0.04em;
}

.brand-origin-facts span {
  color: rgba(247, 242, 234, 0.68);
  line-height: 1.45;
}

.home-hub-section {
  margin-top: 46px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.13), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 238, 230, 0.9));
  box-shadow: var(--shadow);
}

.section-head-compact {
  margin-bottom: 18px;
}

.home-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-hub-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-hub-card:hover,
.home-hub-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(191, 154, 116, 0.48);
  box-shadow: 0 20px 50px rgba(23, 21, 21, 0.1);
}

.home-hub-card span {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-hub-card h3,
.home-hub-card p,
.home-hub-card strong {
  margin: 0;
}

.home-hub-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.16;
}

.home-hub-card p {
  color: var(--text-muted);
  line-height: 1.65;
}

.home-hub-card strong {
  align-self: end;
  color: var(--accent-dark);
  font-size: 0.95rem;
}

.home-hub-card-dark {
  background:
    radial-gradient(circle at top right, rgba(191, 154, 116, 0.26), transparent 30%),
    linear-gradient(135deg, rgba(37, 35, 32, 0.96), rgba(67, 61, 54, 0.94));
  color: #f7f2ea;
}

.home-hub-card-dark span,
.home-hub-card-dark p {
  color: rgba(247, 242, 234, 0.68);
}

.home-hub-card-dark strong {
  color: #f2d0aa;
}

.academy {
  margin-top: 46px;
}

.contact-section {
  margin-top: 34px;
  padding-bottom: 68px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at 4% 8%, rgba(191, 154, 116, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(246, 243, 238, 0.98) 0%, rgba(239, 234, 227, 0.96) 100%);
  box-shadow: var(--shadow);
}

.contact-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  color: var(--muted);
}

.contact-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
}

.contact-copy p {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
  line-height: 1.65;
}

.contact-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(23, 21, 21, 0.08);
  color: var(--muted);
  font-size: 0.8rem;
}

.contact-details {
  display: grid;
  gap: 12px;
  align-content: start;
}

.contact-link {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: inherit;
}

.contact-link strong {
  font-size: 1.02rem;
}

.contact-label {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.contact-link-disabled {
  opacity: 0.82;
}

.contact-company {
  margin-top: 22px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
}

.contact-company summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}

.contact-company summary::-webkit-details-marker,
.footer-contact-details summary::-webkit-details-marker {
  display: none;
}

.contact-company summary::after,
.footer-contact-details summary::after {
  content: "+";
  float: right;
  color: var(--accent-dark);
}

.contact-company[open] summary::after,
.footer-contact-details[open] summary::after {
  content: "-";
}

.contact-company-grid {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}

.contact-company-grid a,
.contact-company-grid div {
  display: grid;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.contact-company-grid span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.contact-company-grid strong {
  font-size: 0.96rem;
}

.contact-company-grid small {
  color: var(--text-muted);
  font-size: 0.86rem;
}

.contact-mini-form {
  padding: clamp(18px, 3vw, 24px);
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 38px rgba(15, 12, 9, 0.08);
}

.contact-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.contact-mini-actions a {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.contact-mini-actions a:hover,
.contact-mini-actions a:focus-visible {
  color: var(--accent-dark);
}

.knowledge-feature {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(23, 21, 21, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(53, 50, 47, 0.96) 0%, rgba(69, 65, 60, 0.94) 100%);
  color: #f5f1ea;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.knowledge-feature:hover,
.knowledge-feature:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(15, 12, 9, 0.18);
  border-color: rgba(191, 154, 116, 0.32);
}

.knowledge-feature-copy {
  max-width: 72ch;
}

.knowledge-feature-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  color: rgba(245, 241, 234, 0.62);
}

.knowledge-feature h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.knowledge-feature h3 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.knowledge-feature p {
  margin: 0;
  color: rgba(245, 241, 234, 0.82);
  max-width: 62ch;
}

.knowledge-feature-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(245, 241, 234, 0.14);
  color: #f5f1ea;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
}

.knowledge-page {
  padding: 34px 0 82px;
}

.knowledge-hero,
.knowledge-card,
.knowledge-related,
.reflection-lab,
.knowledge-quicknav,
.knowledge-signal-strip {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: var(--shadow);
}

.knowledge-hero {
  padding: clamp(28px, 5vw, 46px);
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(135deg, rgba(46, 43, 40, 0.98) 0%, rgba(68, 64, 60, 0.96) 100%);
  color: #f5f1ea;
}

.knowledge-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.knowledge-hero-copy .page-eyebrow {
  color: rgba(245, 241, 234, 0.66);
}

.knowledge-hero-copy .page-title {
  color: #fff;
}

.knowledge-hero-copy .page-intro {
  color: rgba(245, 241, 234, 0.82);
  max-width: 62ch;
}

.knowledge-hero-panel {
  display: grid;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.knowledge-hero-media {
  min-height: 280px;
  background: rgba(255, 255, 255, 0.08);
}

.knowledge-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.knowledge-hero-panel-copy {
  padding: 22px;
  display: grid;
  gap: 10px;
}

.knowledge-panel-kicker,
.knowledge-section-kicker,
.knowledge-note-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.knowledge-panel-kicker {
  color: rgba(245, 241, 234, 0.62);
}

.knowledge-hero-panel-copy h2,
.knowledge-hero-panel-copy p {
  margin: 0;
}

.knowledge-hero-panel-copy h2 {
  font-size: 1.32rem;
  line-height: 1.35;
}

.knowledge-hero-panel-copy p {
  color: rgba(245, 241, 234, 0.8);
  line-height: 1.7;
}

.knowledge-hero-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.knowledge-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(245, 241, 234, 0.14);
  color: #f5f1ea;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 600;
}

.knowledge-quicknav {
  margin-top: 18px;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.knowledge-quicknav a {
  text-decoration: none;
  border: 1px solid rgba(23, 21, 21, 0.1);
  border-radius: 999px;
  background: #fbfaf7;
  color: var(--primary);
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 600;
}

.knowledge-quicknav a:hover,
.knowledge-quicknav a:focus-visible {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: rgba(191, 154, 116, 0.08);
}

.knowledge-signal-strip {
  margin-top: 18px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 242, 235, 0.88) 100%);
}

.knowledge-signal-card {
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: #fbfaf7;
  border: 1px solid rgba(23, 21, 21, 0.08);
  display: grid;
  gap: 8px;
}

.knowledge-signal-index {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.knowledge-signal-card h2 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
}

.knowledge-signal-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.72;
}

.knowledge-grid {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}

.knowledge-card,
.knowledge-related {
  background: rgba(255, 255, 255, 0.84);
  padding: 28px;
}

.knowledge-card h2,
.knowledge-related h2,
.reflection-lab h2 {
  margin: 0 0 14px;
  font-size: clamp(1.38rem, 2.8vw, 2rem);
  line-height: 1.25;
}

.knowledge-card p,
.knowledge-related p,
.reflection-lab p {
  margin: 0 0 12px;
  color: var(--text-muted);
  line-height: 1.82;
}

.knowledge-card p:last-child,
.knowledge-related p:last-child,
.reflection-lab p:last-child {
  margin-bottom: 0;
}

.knowledge-card-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 22px;
  align-items: start;
}

.knowledge-note-card,
.adaptation-roadmap {
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(247, 242, 235, 0.98) 0%, rgba(240, 234, 225, 0.98) 100%);
  border: 1px solid rgba(23, 21, 21, 0.08);
}

.knowledge-note-card h3,
.knowledge-note-card p,
.adaptation-roadmap h3 {
  margin: 0;
}

.knowledge-note-card h3,
.adaptation-roadmap h3 {
  font-size: 1.14rem;
  line-height: 1.4;
  margin-top: 10px;
}

.knowledge-note-card p {
  margin-top: 10px;
  color: var(--text-muted);
  line-height: 1.72;
}

.knowledge-note-pills {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.knowledge-note-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 21, 21, 0.08);
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.knowledge-section-head {
  margin-bottom: 18px;
  display: grid;
  gap: 10px;
}

.knowledge-section-kicker,
.knowledge-note-kicker {
  color: var(--text-muted);
}

.knowledge-section-head p {
  margin: 0;
  max-width: 72ch;
}

.knowledge-list {
  margin: 0;
  padding-left: 20px;
  color: var(--text-muted);
  display: grid;
  gap: 8px;
  line-height: 1.7;
}

.knowledge-problems {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.knowledge-problem-card {
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, #f8f5f0 0%, #f0ebe2 100%);
  border: 1px solid rgba(23, 21, 21, 0.08);
}

.knowledge-problem-index {
  margin: 0 0 12px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.knowledge-problem-card h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
}

.knowledge-problem-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.72;
}

.reflection-lab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(48, 45, 41, 0.98) 0%, rgba(65, 61, 57, 0.98) 100%);
}

.reflection-lab-copy,
.reflection-lab-visual {
  padding: clamp(24px, 4vw, 34px);
}

.reflection-lab-copy h2 {
  color: #fff;
}

.reflection-lab-copy p,
.reflection-caption {
  color: rgba(245, 241, 234, 0.8);
}

.reflection-mini-grid {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.reflection-mini-grid article {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reflection-mini-grid strong {
  color: #fff;
  font-size: 0.95rem;
}

.reflection-mini-grid span {
  color: rgba(245, 241, 234, 0.76);
  line-height: 1.65;
}

.reflection-diagram {
  margin: 0 0 12px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f5f2ec 0%, #ede8df 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.reflection-diagram svg {
  width: 100%;
  height: auto;
  display: block;
}

.reflection-diagram-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.reflection-diagram rect,
.reflection-diagram circle {
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(23, 21, 21, 0.16);
  stroke-width: 2.5;
}

.reflection-diagram .direct-path {
  fill: none;
  stroke: #2f2f2f;
  stroke-width: 8;
  stroke-linecap: round;
}

.reflection-diagram .reflection-path {
  fill: none;
  stroke: rgba(157, 123, 88, 0.92);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 14 12;
}

.reflection-diagram text {
  fill: #47423d;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.reflection-caption {
  font-size: 0.9rem;
  max-width: 58ch;
}

.adaptation-roadmap-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.adaptation-roadmap-list li {
  display: grid;
  gap: 4px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(23, 21, 21, 0.08);
}

.adaptation-roadmap-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.adaptation-roadmap-list strong {
  color: var(--primary);
}

.adaptation-roadmap-list span {
  color: var(--text-muted);
  line-height: 1.65;
}

.knowledge-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.knowledge-related-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: #f8f6f2;
  color: var(--primary);
  text-decoration: none;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.knowledge-related-card strong,
.knowledge-related-card span {
  display: block;
}

.knowledge-related-card strong {
  font-size: 1rem;
}

.knowledge-related-card span {
  color: var(--text-muted);
  line-height: 1.65;
}

.knowledge-related-card:hover,
.knowledge-related-card:focus-visible {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: rgba(191, 154, 116, 0.08);
  transform: translateY(-1px);
}

.knowledge-funnel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at top right, rgba(191, 154, 116, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(248, 245, 239, 0.96) 0%, rgba(242, 236, 226, 0.96) 100%);
}

.knowledge-funnel-copy h2,
.knowledge-funnel-copy p {
  margin: 0;
}

.knowledge-funnel-copy h2 {
  margin-top: 8px;
  font-size: clamp(1.24rem, 2.1vw, 1.7rem);
  line-height: 1.3;
}

.knowledge-funnel-copy p {
  margin-top: 10px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 62ch;
}

.knowledge-funnel-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.consult-page {
  padding: 34px 0 74px;
}

.consult-hero,
.consult-card,
.consult-summary {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: var(--shadow);
}

.consult-hero {
  padding: clamp(28px, 5vw, 44px);
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(58, 55, 52, 0.96) 0%, rgba(76, 72, 68, 0.95) 100%);
  color: #f5f1ea;
}

.consult-hero .page-eyebrow {
  color: rgba(245, 241, 234, 0.66);
}

.consult-hero .page-title {
  color: #fff;
}

.consult-hero .page-intro {
  color: rgba(245, 241, 234, 0.82);
}

.consult-grid {
  margin-top: 28px;
  display: grid;
  gap: 22px;
}

.consult-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.consult-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.84);
}

.consult-card-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.consult-card h2,
.consult-card h3,
.consult-card p {
  margin: 0;
}

.consult-card h2,
.consult-card h3 {
  font-size: clamp(1.15rem, 2.3vw, 1.45rem);
}

.consult-card p {
  color: var(--text-muted);
  line-height: 1.7;
}

.consult-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.consult-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(23, 21, 21, 0.12);
  background: #f8f6f2;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
}

.consult-pill:hover,
.consult-pill:focus-visible {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: rgba(191, 154, 116, 0.08);
}

.consult-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 236, 229, 0.94) 100%);
}

.consult-summary-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.consult-summary-copy h2,
.consult-summary-copy p {
  margin: 0;
}

.consult-summary-copy p {
  color: var(--text-muted);
  line-height: 1.7;
}

.consult-checklist {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
  display: grid;
  gap: 8px;
  line-height: 1.7;
}

.consult-analysis {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 21, 21, 0.08);
}

.consult-analysis-title {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.consult-analysis-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.consult-analysis-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8f6f2;
  border: 1px solid rgba(23, 21, 21, 0.08);
  color: var(--primary);
  font-size: 0.82rem;
}

.consult-summary-actions {
  display: grid;
  gap: 12px;
  align-content: start;
}

.consult-summary-actions .btn,
.consult-summary-actions .consult-pill {
  justify-content: center;
}

.consult-form {
  display: grid;
  gap: 18px;
}

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

.consult-form-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.consult-form-intro h3,
.consult-form-intro p {
  margin: 0;
}

.consult-form-intro h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}

.consult-form-intro p {
  color: var(--text-muted);
  line-height: 1.7;
}

.consult-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.consult-field {
  display: grid;
  gap: 8px;
}

.consult-field span {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.consult-field input,
.consult-field select,
.consult-field textarea {
  width: 100%;
  border: 1px solid rgba(23, 21, 21, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--primary);
  font: inherit;
  padding: 14px 16px;
  resize: vertical;
}

.consult-field input:focus,
.consult-field select:focus,
.consult-field textarea:focus {
  outline: none;
  border-color: rgba(191, 154, 116, 0.52);
  box-shadow: 0 0 0 4px rgba(191, 154, 116, 0.12);
}

.consult-field-full {
  grid-column: 1 / -1;
}

.consult-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 2px 0;
}

.consult-checkbox input {
  margin-top: 4px;
}

.consult-checkbox span {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
  text-transform: none;
  letter-spacing: normal;
}

.consult-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.consult-form-note {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.consult-form-notice {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(33, 119, 77, 0.1);
  border: 1px solid rgba(33, 119, 77, 0.16);
  color: #1f5a3f;
  line-height: 1.6;
}

.consult-form-notice.error {
  background: rgba(147, 56, 56, 0.08);
  border-color: rgba(147, 56, 56, 0.14);
  color: #7d2727;
}

.consult-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.space-page {
  padding: 34px 0 74px;
}

.space-page-hero {
  margin-bottom: 40px;
  padding: clamp(24px, 5vw, 42px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top left, rgba(191, 154, 116, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: var(--shadow);
}

.space-page-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  overflow: hidden;
}

.space-page-hero-copy {
  min-width: 0;
}

.space-page-visual {
  margin: 0;
  display: grid;
  gap: 12px;
}

.space-page-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  box-shadow: 0 24px 70px rgba(20, 18, 16, 0.16);
  background: #f4f1ec;
}

.space-page-visual figcaption {
  margin: 0;
  max-width: 44ch;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.space-page-visual-render {
  align-self: stretch;
}

.space-hero-render-card {
  min-height: 360px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    radial-gradient(circle at 42% 78%, rgba(23, 21, 21, 0.1), transparent 30%),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(180deg, rgba(247, 248, 246, 0.96) 0%, rgba(229, 232, 229, 0.96) 100%);
  box-shadow: 0 24px 70px rgba(20, 18, 16, 0.13);
  overflow: hidden;
}

.space-hero-render-card .line-model-viewer {
  width: min(300px, 72%);
  height: 340px;
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  text-decoration: none;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 600;
}

.page-eyebrow {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}

.page-title {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.04;
}

.page-intro {
  margin: 0;
  max-width: 70ch;
  color: var(--text-muted);
  font-size: 1rem;
}

.recommended-strip {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

.recommended-strip-title {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.recommended-strip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.recommended-strip-links a {
  text-decoration: none;
  border: 1px solid rgba(23, 21, 21, 0.14);
  border-radius: 999px;
  background: var(--white);
  color: var(--primary);
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 600;
}

.recommended-strip-links a:hover,
.recommended-strip-links a:focus-visible {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: rgba(191, 154, 116, 0.08);
}

.site-footer {
  margin-top: 10px;
  padding: 0 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(4, minmax(150px, 1fr));
  gap: 24px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 21, 21, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(243, 239, 232, 0.94) 100%);
  box-shadow: var(--shadow);
}

.footer-brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

.footer-logo {
  width: fit-content;
}

.footer-logo img {
  width: 116px;
}

.footer-brand p {
  margin: 0;
  max-width: 44ch;
  color: var(--text-muted);
  line-height: 1.7;
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-title {
  margin: 0 0 4px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-column a,
.footer-column span {
  color: var(--primary);
  text-decoration: none;
  line-height: 1.6;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--accent-dark);
}

.footer-contact-details {
  margin-top: 2px;
  border-top: 1px solid rgba(23, 21, 21, 0.08);
  padding-top: 10px;
}

.footer-contact-details summary {
  cursor: pointer;
  color: var(--primary);
  list-style: none;
  line-height: 1.6;
}

.footer-contact-details span {
  display: block;
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.legal-page {
  padding: 62px 0 70px;
}

.legal-hero {
  max-width: 980px;
  margin-bottom: 28px;
}

.legal-update {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(191, 154, 116, 0.12);
  color: var(--accent-dark);
  font-size: 0.9rem;
  line-height: 1.5;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.legal-toc a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.92rem;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  background: rgba(191, 154, 116, 0.12);
  color: var(--accent-dark);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(23, 21, 21, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.legal-card h2,
.legal-card p {
  margin: 0;
}

.legal-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  letter-spacing: -0.04em;
}

.legal-card p,
.legal-card li {
  color: var(--text-muted);
  line-height: 1.75;
}

.legal-card p + p,
.legal-card p + ul,
.legal-card ul + p {
  margin-top: 12px;
}

.legal-card a {
  color: var(--accent-dark);
  font-weight: 700;
}

.legal-note {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(23, 21, 21, 0.05);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0;
  }

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

  .hero-content {
    max-width: 100%;
  }

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

  .coming-line-card {
    grid-template-columns: 1fr;
  }

  .coming-line-media,
  .coming-line-gallery {
    min-height: 240px;
  }

  .coming-line-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .core-pro-showcase {
    grid-template-columns: 1fr;
  }

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

  .quick-choice-grid,
  .home-hub-grid,
  .line-compare-grid,
  .audience-grid,
  .problem-cases-grid,
  .reference-case-grid,
  .trust-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .knowledge-hero-grid,
  .knowledge-card-split,
  .reflection-lab {
    grid-template-columns: 1fr;
  }

  .knowledge-signal-strip,
  .knowledge-related-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 66px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 10px;
  }

  .site-topbar {
    display: none;
  }

  .logo {
    grid-column: 1;
  }

  .header-right {
    display: contents;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    width: 44px;
    height: 44px;
  }

  .top-actions {
    grid-column: 4;
    margin: 0;
    gap: 8px;
  }

  .top-actions .icon-btn:first-child {
    display: none;
  }

  .icon-btn {
    width: 44px;
    height: 44px;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    padding: 0 4vw;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .main-nav.open {
    max-height: 82vh;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(23, 21, 21, 0.12);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 10px;
  }

  .has-shop-menu,
  .has-nav-menu {
    position: static;
  }

  .shop-trigger,
  .nav-flyout-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 12px;
    border-radius: 10px;
  }

  .shop-mega-menu,
  .nav-flyout {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border-radius: 18px;
    box-shadow: none;
    background: #fbfaf7;
  }

  .shop-mega-menu:not([hidden]),
  .nav-flyout:not([hidden]) {
    animation: none;
  }

  .shop-menu-grid {
    grid-template-columns: 1fr;
  }

  .shop-menu-products {
    grid-template-columns: 1fr;
  }

  .nav-flyout-wide {
    width: 100%;
  }

  .main-nav a,
  .nav-flyout-card {
    display: block;
    padding: 12px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    background: rgba(191, 154, 116, 0.15);
  }

  .hero {
    min-height: 480px;
  }

  .hero-shell {
    min-height: 480px;
  }

  .line-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .layout-viewer-card {
    grid-template-columns: 1fr;
  }

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

  .layout-bundle-grid-basic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .room-layout-viewer {
    min-height: 420px;
  }

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

@media (max-width: 620px) {
  .container {
    width: min(1480px, 94vw);
  }

  .header-inner {
    min-height: 58px;
  }

  .logo img {
    width: 82px;
  }

  .nav-toggle,
  .icon-btn {
    width: 40px;
    height: 40px;
  }

  .main-nav {
    top: 58px;
  }

  .main-layout {
    padding-top: 18px;
  }

  .hero {
    min-height: 420px;
    margin-bottom: 34px;
  }

  .hero-shell {
    min-height: 420px;
    padding: 16px;
    gap: 16px;
  }

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

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

  .hero-notes {
    gap: 8px;
  }

  .layout-bundle-grid {
    grid-template-columns: 1fr;
  }

  .layout-bundle-grid-basic {
    grid-template-columns: 1fr;
  }

  .layout-bundle-card {
    padding: 18px;
  }

  .layout-bundle-colors-pro {
    grid-template-columns: 1fr;
  }

  .layout-bundle-size {
    grid-template-columns: 1fr;
  }

  .products-section {
    margin-top: 40px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

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

  .core-pro-showcase {
    padding: 12px;
  }

  .core-pro-showcase-copy h2 {
    max-width: 12ch;
  }

  .core-pro-showcase-media {
    min-height: 300px;
  }

  .brand-origin-section {
    padding: 22px;
  }

  .brand-origin-copy h2 {
    max-width: 12ch;
  }

  .quick-choice-grid,
  .home-hub-grid,
  .line-compare-grid,
  .audience-grid,
  .problem-cases-grid,
  .reference-case-grid,
  .trust-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .line-compare-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .line-card-media {
    min-height: 220px;
  }

  .layout-viewer-card {
    grid-template-columns: 1fr;
    padding: 14px;
    min-height: 0;
    gap: 14px;
  }

  .layout-detail-page {
    padding-bottom: 28px;
  }

  .layout-detail-page .knowledge-hero {
    margin-top: 14px;
  }

  .layout-viewer-section {
    margin-top: 18px;
  }

  .layout-viewer-card-large {
    display: block;
    min-height: 0;
  }

  .layout-viewer-stage {
    display: block;
    gap: 8px;
  }

  .layout-option-list {
    grid-template-columns: 1fr;
  }

  .room-layout-viewer {
    min-height: 0;
    height: 340px;
    max-height: 340px;
  }

  .room-layout-viewer-large {
    min-height: 0;
    height: 360px;
    max-height: 360px;
  }

  .room-layout-canvas {
    height: 100% !important;
  }

  .layout-viewer-caption {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .layout-bundles-section {
    margin-top: 26px;
  }

  .layout-education-grid {
    grid-template-columns: 1fr;
  }

  .layout-line-grid {
    grid-template-columns: 1fr;
  }

  .layout-line-grid .line-card-copy {
    min-height: 0;
  }

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

  .line-card-copy {
    padding: 20px;
  }

  .line-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .coming-line-copy {
    padding: 24px;
  }

  .coming-line-gallery {
    grid-template-columns: 1fr;
  }

  .space-page-hero-media {
    grid-template-columns: 1fr;
  }

  .space-page-visual img {
    aspect-ratio: 16 / 11;
  }

  .academy {
    margin-top: 34px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .contact-mini-grid {
    grid-template-columns: 1fr;
  }

  .knowledge-feature {
    flex-direction: column;
    align-items: flex-start;
  }

  .knowledge-page {
    padding: 24px 0 64px;
  }

  .knowledge-hero,
  .knowledge-card,
  .knowledge-related,
  .reflection-lab {
    padding: 22px;
  }

  .knowledge-hero-grid,
  .knowledge-card-split,
  .knowledge-problems,
  .knowledge-signal-strip,
  .knowledge-related-grid {
    grid-template-columns: 1fr;
  }

  .knowledge-quicknav {
    padding: 12px;
  }

  .knowledge-quicknav a {
    width: 100%;
    justify-content: center;
  }

  .knowledge-signal-card,
  .knowledge-problem-card,
  .knowledge-note-card,
  .adaptation-roadmap {
    padding: 18px;
  }

  .knowledge-funnel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .knowledge-funnel-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .knowledge-funnel-actions .btn,
  .knowledge-funnel-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .knowledge-hero-media {
    min-height: 220px;
  }

  .reflection-lab-copy,
  .reflection-lab-visual {
    padding: 22px 0 0;
  }

  .reflection-lab {
    gap: 0;
  }

  .reflection-diagram {
    padding: 12px;
  }

  .reflection-diagram text {
    font-size: 15px;
  }

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

  .knowledge-problems {
    grid-template-columns: 1fr;
  }

  .recommended-strip-links {
    flex-direction: column;
  }

  .consult-options,
  .consult-summary {
    grid-template-columns: 1fr;
  }

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

  .process-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
