/* Fresh Stone Table — premium static theme (PL) */

:root {
  --bg-deep: #121418;
  --bg-elevated: #1a1d22;
  --bg-card: #22262c;
  --stone-sand: #c9b8a4;
  --stone-mute: #8a7d72;
  --bronze: #9a7350;
  --bronze-bright: #b88962;
  --ivory: #f4f0e8;
  --ivory-dim: #d8d0c4;
  --olive: #3d4238;
  --taupe: #5c564e;
  --line: rgba(244, 240, 232, 0.08);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 14px;
  --radius-sm: 10px;
  --font-display: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
  --font-body: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ivory-dim);
  background: var(--bg-deep);
  min-height: 100vh;
}

body.cookie-banner-open {
  overflow: hidden;
}

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

a {
  color: var(--bronze-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--ivory);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 0.75rem 1rem;
  background: var(--ivory);
  color: var(--bg-deep);
  z-index: 1000;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 90% 50% at 10% -10%, rgba(154, 115, 80, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 40% at 100% 20%, rgba(61, 66, 56, 0.35), transparent 50%),
    linear-gradient(180deg, #0e1013 0%, var(--bg-deep) 32%, #0f1216 100%);
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

main section[id] {
  scroll-margin-top: 6rem;
}

/* ——— Header ——— */

.site-header {
  --header-pad-y: 1rem;
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(22, 24, 28, 0.97) 0%, rgba(14, 16, 19, 0.92) 100%);
  border-bottom: 1px solid rgba(244, 240, 232, 0.06);
  box-shadow:
    0 1px 0 rgba(154, 115, 80, 0.12),
    0 24px 48px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.35s var(--ease), background 0.35s var(--ease);
}

.site-header--scrolled {
  --header-pad-y: 0.65rem;
  box-shadow:
    0 1px 0 rgba(154, 115, 80, 0.18),
    0 8px 32px rgba(0, 0, 0, 0.45);
}

.site-header__accent {
  position: relative;
  height: 3px;
  overflow: hidden;
  background: #0a0b0d;
}

.site-header__accent-line {
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(61, 66, 56, 0.9) 18%,
    var(--bronze) 42%,
    var(--bronze-bright) 50%,
    var(--bronze) 58%,
    rgba(61, 66, 56, 0.85) 82%,
    transparent 100%
  );
  opacity: 0.92;
}

.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--header-pad-y) 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  transition: padding 0.35s var(--ease);
}

.site-header__brand {
  flex-shrink: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ivory);
  padding: 0.15rem 0.25rem;
  border-radius: 12px;
  transition: background 0.25s var(--ease);
}

.logo:hover {
  background: rgba(244, 240, 232, 0.04);
}

.logo__img {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(240px, 50vw);
  object-fit: contain;
}

.logo--footer {
  padding: 0;
}

.logo--footer .logo__img {
  height: 36px;
  max-width: 200px;
}

.site-header__dock {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.4rem 0.5rem 0.4rem 1rem;
  border-radius: 100px;
  background: linear-gradient(165deg, rgba(34, 38, 44, 0.65) 0%, rgba(22, 25, 30, 0.85) 100%);
  border: 1px solid rgba(244, 240, 232, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 4px 24px rgba(0, 0, 0, 0.25);
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.15rem 0.35rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav__sep {
  width: 1px;
  height: 1.1rem;
  background: linear-gradient(180deg, transparent, rgba(154, 115, 80, 0.45), transparent);
  margin: 0 0.15rem;
  flex-shrink: 0;
}

.site-nav__link {
  position: relative;
  color: var(--ivory-dim);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

.site-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.28rem;
  width: 0;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, transparent, var(--bronze-bright), transparent);
  transform: translateX(-50%);
  transition: width 0.28s var(--ease);
  opacity: 0.85;
}

.site-nav__link:hover {
  color: var(--ivory);
  background: rgba(244, 240, 232, 0.05);
}

.site-nav__link:hover::after {
  width: 55%;
}

.site-nav__link.is-active {
  color: var(--ivory);
  background: rgba(154, 115, 80, 0.12);
}

.site-nav__link.is-active::after {
  width: 65%;
}

.site-nav__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--bronze-bright) 0%, var(--bronze) 48%, #6e4f38 100%);
  color: var(--ivory) !important;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 4px 16px rgba(154, 115, 80, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), filter 0.22s var(--ease);
  flex-shrink: 0;
}

.site-nav__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 10px 28px rgba(154, 115, 80, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.nav-toggle {
  display: none;
  background: linear-gradient(165deg, rgba(34, 38, 44, 0.9), rgba(22, 25, 30, 0.95));
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: 12px;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.nav-toggle:hover {
  border-color: rgba(154, 115, 80, 0.35);
}

.nav-toggle__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 22px;
}

.nav-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--ivory-dim), var(--ivory));
  border-radius: 1px;
  transition: transform 0.3s var(--ease), opacity 0.25s var(--ease);
  transform-origin: center;
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__bevel {
  height: 10px;
  margin-top: -1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 100%);
  pointer-events: none;
}

@media (max-width: 1100px) {
  .site-nav__link {
    font-size: 0.84rem;
    padding: 0.4rem 0.5rem;
  }
}

@media (max-width: 880px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-header__dock {
    display: none;
  }

  .site-header__bevel {
    display: none;
  }
}

/* ——— Mobile menu (drawer) ——— */

@media (min-width: 881px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.4s;
}

.mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 9, 0.72);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.38s var(--ease);
}

.mobile-menu.is-open .mobile-menu__backdrop {
  opacity: 1;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 22rem);
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  background: linear-gradient(195deg, #1e2229 0%, #14161c 45%, #0e1014 100%);
  border-left: 1px solid rgba(244, 240, 232, 0.1);
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.55);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.42s var(--ease);
  overflow: hidden;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translate3d(0, 0, 0);
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.15rem 1rem;
  border-bottom: 1px solid rgba(244, 240, 232, 0.08);
  background: rgba(0, 0, 0, 0.2);
}

.mobile-menu__logo {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(200px, 55vw);
  object-fit: contain;
  margin: 0;
}

.mobile-menu__close {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: 12px;
  background: rgba(34, 38, 44, 0.85);
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.mobile-menu__close:hover {
  border-color: rgba(154, 115, 80, 0.45);
  background: rgba(154, 115, 80, 0.12);
}

.mobile-menu__close:focus-visible {
  outline: 2px solid var(--bronze-bright);
  outline-offset: 2px;
}

.mobile-menu__close-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}

.mobile-menu__close-icon::before,
.mobile-menu__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background: var(--ivory);
}

.mobile-menu__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu__nav {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem 0 1rem;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0 0.65rem;
}

.mobile-menu__list li {
  border-bottom: 1px solid rgba(244, 240, 232, 0.06);
}

.mobile-menu__list li:last-child {
  border-bottom: none;
}

.mobile-menu__link {
  display: block;
  padding: 1rem 0.85rem;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ivory-dim);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

.mobile-menu__link:hover,
.mobile-menu__link:focus-visible {
  color: var(--ivory);
  background: rgba(244, 240, 232, 0.05);
}

.mobile-menu__link.is-active {
  color: var(--ivory);
  background: rgba(154, 115, 80, 0.12);
  border-left: 3px solid var(--bronze-bright);
  padding-left: calc(0.85rem - 3px);
}

.mobile-menu__foot {
  padding: 1rem 1.15rem 1.35rem;
  margin-top: auto;
  border-top: 1px solid rgba(244, 240, 232, 0.08);
  background: rgba(0, 0, 0, 0.15);
}

.mobile-menu__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--ivory) !important;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--bronze-bright) 0%, var(--bronze) 50%, #6e4f38 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: filter 0.2s var(--ease), transform 0.2s var(--ease);
}

.mobile-menu__cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

body.mobile-menu-open {
  overflow: hidden;
}

/* ——— Hero ——— */

.hero {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) 1.5rem 4rem;
  display: grid;
  grid-template-columns: 1.2fr 0.5fr;
  gap: 2rem;
  align-items: end;
  min-height: min(78vh, 720px);
  overflow: visible;
}

/* Pełna szerokość viewportu — warstwa wyśrodkowana względem sekcji */
.hero__bg {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  background-color: #14161a;
  background-image:
    linear-gradient(115deg, rgba(18, 20, 24, 0.9) 0%, rgba(18, 20, 24, 0.72) 38%, rgba(18, 20, 24, 0.4) 72%, rgba(18, 20, 24, 0.15) 100%),
    radial-gradient(ellipse at 85% 25%, rgba(154, 115, 80, 0.18), transparent 52%),
    url("/assets/images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 32px 32px;
  z-index: 0;
  pointer-events: none;
}

.hero__bg::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 18%;
  width: min(42%, 320px);
  aspect-ratio: 4/5;
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: 24px;
  transform: rotate(6deg);
  background: linear-gradient(160deg, rgba(34, 38, 44, 0.45), rgba(18, 20, 24, 0.15));
  box-shadow: var(--shadow);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero__eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--stone-sand);
  margin: 0 0 1.25rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.65rem);
  line-height: 1.08;
  font-weight: 600;
  color: var(--ivory);
  margin: 0 0 1.25rem;
  max-width: 14ch;
}

.hero__lead {
  font-size: 1.1rem;
  max-width: 46ch;
  margin: 0 0 2rem;
  color: var(--ivory-dim);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero__aside {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero__panel {
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  background: rgba(34, 38, 44, 0.85);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  max-width: 220px;
}

.hero__panel-label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone-mute);
  margin-bottom: 0.35rem;
}

.hero__panel-value {
  font-size: 0.88rem;
  color: var(--ivory);
  line-height: 1.4;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .hero__aside {
    justify-content: flex-start;
  }

  .hero__bg::before {
    opacity: 0.5;
  }
}

/* ——— Buttons ——— */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.btn--primary {
  background: linear-gradient(135deg, var(--bronze-bright), var(--bronze));
  color: var(--ivory);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.btn--primary:hover {
  transform: translateY(-2px);
  color: #fff;
}

.btn--ghost {
  background: transparent;
  color: var(--ivory);
  border-color: var(--line);
}

.btn--ghost:hover {
  border-color: rgba(154, 115, 80, 0.45);
  background: rgba(244, 240, 232, 0.04);
}

.btn--secondary {
  background: rgba(244, 240, 232, 0.06);
  color: var(--ivory);
  border-color: var(--line);
}

.btn--secondary:hover {
  background: rgba(244, 240, 232, 0.1);
}

.btn--large {
  padding: 0.95rem 1.75rem;
  font-size: 1rem;
}

.btn--small {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

/* ——— Sections ——— */

.section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 1.5rem;
}

.section__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.section__inner--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.section__inner--about {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  grid-template-rows: auto auto;
  gap: 1.5rem 2.75rem;
  align-items: start;
}

.section__inner--about .section__intro {
  grid-column: 1;
  grid-row: 1;
}

.section__inner--about .section__body {
  grid-column: 1;
  grid-row: 2;
}

.about-figure {
  grid-column: 2;
  grid-row: 1 / -1;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  align-self: stretch;
  min-height: 280px;
  position: relative;
}

.about-figure__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.section__inner--narrow {
  max-width: 720px;
}

.section__header {
  margin-bottom: 2.5rem;
}

.section__header--center {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  color: var(--ivory);
  font-weight: 600;
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
}

.section__subtitle {
  margin: 0;
  color: var(--stone-mute);
  font-size: 1.05rem;
}

.section__lead {
  font-size: 1.15rem;
  color: var(--ivory-dim);
  margin: 0;
}

.section__body p {
  margin: 0 0 1.25rem;
}

.section__body p:last-child {
  margin-bottom: 0;
}

.section--about {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(26, 29, 34, 0.5) 0%, transparent 100%);
}

.section--features {
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(154, 115, 80, 0.1), transparent 58%),
    linear-gradient(180deg, rgba(18, 20, 24, 0.94) 0%, rgba(18, 20, 24, 0.9) 100%),
    url("/assets/images/feature-marble.jpg");
  background-size: auto, auto, cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 820px) {
  .section__inner--split {
    grid-template-columns: 1fr;
  }

  .section__inner--about {
    grid-template-columns: 1fr;
  }

  .section__inner--about .section__intro {
    grid-column: 1;
    grid-row: 1;
  }

  .about-figure {
    grid-column: 1;
    grid-row: 2;
    min-height: 220px;
  }

  .section__inner--about .section__body {
    grid-column: 1;
    grid-row: 3;
  }
}

/* ——— Feature grid ——— */

.feature-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.feature-card {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(34, 38, 44, 0.95) 0%, rgba(26, 29, 34, 0.65) 100%);
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(154, 115, 80, 0.25);
}

.feature-card__index {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--bronze);
  margin-bottom: 0.75rem;
}

.feature-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ivory);
  margin: 0 0 0.5rem;
}

.feature-card__text {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ivory-dim);
}

@media (max-width: 640px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Showcase ——— */

.section--showcase {
  padding: 0;
}

.showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 420px;
}

.showcase__visual {
  position: relative;
  background: #12151a;
  overflow: hidden;
  min-height: 380px;
}

.showcase__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(18, 22, 28, 0.45) 0%, rgba(18, 22, 28, 0.1) 50%, rgba(18, 22, 28, 0.35) 100%);
  pointer-events: none;
}

.showcase__frame {
  position: absolute;
  inset: 12% 10%;
  border-radius: 20px;
  border: 1px solid rgba(244, 240, 232, 0.14);
  background:
    linear-gradient(145deg, rgba(201, 184, 164, 0.06), transparent),
    repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(0, 0, 0, 0.1) 28px, rgba(0, 0, 0, 0.1) 29px);
  transform: rotate(-3deg);
  z-index: 2;
  pointer-events: none;
}

.showcase__glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(154, 115, 80, 0.4), transparent 70%);
  bottom: 15%;
  left: 15%;
  filter: blur(8px);
  z-index: 2;
  pointer-events: none;
}

.showcase__content {
  padding: clamp(3rem, 5vw, 4.5rem) 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: var(--bg-deep);
}

.showcase__text {
  margin: 0 0 1.5rem;
  max-width: 52ch;
}

.showcase__list {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  color: var(--ivory-dim);
}

.showcase__list li {
  margin-bottom: 0.5rem;
}

.showcase__note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--stone-mute);
  font-style: italic;
}

@media (max-width: 900px) {
  .showcase {
    grid-template-columns: 1fr;
  }

  .showcase__visual {
    min-height: 280px;
  }
}

/* ——— Testimonials ——— */

.section--testimonials {
  position: relative;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.section--testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/testimonials-detail.jpg") center / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.section--testimonials::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 20, 24, 0.94) 0%, rgba(18, 20, 24, 0.88) 50%, rgba(18, 20, 24, 0.94) 100%);
  pointer-events: none;
}

.section--testimonials .section__inner {
  position: relative;
  z-index: 1;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial {
  margin: 0;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial__quote {
  margin: 0;
}

.testimonial__quote p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ivory-dim);
}

.testimonial__meta {
  font-size: 0.85rem;
  color: var(--stone-mute);
}

.testimonial__city {
  color: var(--bronze-bright);
}

@media (max-width: 960px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* ——— FAQ ——— */

.section--faq {
  position: relative;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse 90% 45% at 50% -5%, rgba(154, 115, 80, 0.09), transparent 50%),
    linear-gradient(180deg, rgba(22, 25, 30, 0.65) 0%, transparent 45%);
}

.section__inner--faq {
  max-width: 780px;
  margin: 0 auto;
}

.faq-intro {
  text-align: center;
  margin-bottom: 2.75rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-intro__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bronze-bright);
}

.faq-intro__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.45rem);
  font-weight: 600;
  color: var(--ivory);
  margin: 0 0 0.85rem;
  letter-spacing: 0.02em;
}

.faq-intro__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--stone-mute);
}

.faq-shell {
  border-radius: calc(var(--radius) + 6px);
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(154, 115, 80, 0.35) 0%,
    rgba(244, 240, 232, 0.06) 35%,
    rgba(61, 66, 56, 0.25) 100%
  );
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.faq-list {
  margin: 0;
  border-radius: calc(var(--radius) + 5px);
  overflow: hidden;
  background: linear-gradient(185deg, #22262e 0%, #1a1d22 48%, #15171c 100%);
  border: 1px solid rgba(244, 240, 232, 0.07);
}

.faq-item {
  border-bottom: 1px solid rgba(244, 240, 232, 0.06);
  transition: background 0.3s var(--ease);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item:has(.faq-item__trigger[aria-expanded="true"]) {
  background: rgba(154, 115, 80, 0.06);
}

.faq-item__term {
  margin: 0;
}

.faq-item__trigger {
  width: 100%;
  text-align: left;
  padding: 1.2rem 1.25rem 1.2rem 1.1rem;
  background: transparent;
  border: none;
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: color 0.2s var(--ease);
}

.faq-item__trigger:hover {
  color: var(--ivory);
}

.faq-item__trigger:focus-visible {
  outline: 2px solid var(--bronze-bright);
  outline-offset: -2px;
}

.faq-item__index {
  flex-shrink: 0;
  width: 2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--bronze);
  opacity: 0.9;
  font-variant-numeric: tabular-nums;
}

.faq-item__question {
  flex: 1;
  min-width: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.faq-item__toggle {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid rgba(154, 115, 80, 0.45);
  background: rgba(18, 20, 24, 0.65);
  display: grid;
  place-items: center;
  position: relative;
  transition:
    border-color 0.25s var(--ease),
    background 0.25s var(--ease),
    transform 0.3s var(--ease);
}

.faq-item__trigger:hover .faq-item__toggle {
  border-color: rgba(184, 137, 98, 0.65);
  background: rgba(154, 115, 80, 0.1);
}

.faq-item__trigger[aria-expanded="true"] .faq-item__toggle {
  border-color: rgba(184, 137, 98, 0.55);
  background: rgba(154, 115, 80, 0.15);
}

.faq-item__toggle-line {
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, var(--bronze-bright), var(--bronze));
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}

.faq-item__toggle-line--v {
  transform: rotate(90deg);
}

.faq-item__trigger[aria-expanded="true"] .faq-item__toggle-line--v {
  opacity: 0;
  transform: rotate(90deg) scale(0.3);
}

.faq-item__panel {
  margin: 0;
  padding: 0 1.25rem 1.25rem 4.35rem;
}

@media (max-width: 520px) {
  .faq-item__panel {
    padding-left: 1.25rem;
    padding-top: 0.15rem;
  }
}

.faq-item__answer {
  position: relative;
  padding-left: 1rem;
  border-left: 2px solid rgba(154, 115, 80, 0.45);
}

.faq-item__answer p {
  margin: 0;
  color: var(--ivory-dim);
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (max-width: 520px) {
  .faq-item__trigger {
    padding: 1rem 0.9rem;
    gap: 0.75rem;
  }

  .faq-item__question {
    font-size: 1rem;
  }

  .faq-item__toggle {
    width: 2rem;
    height: 2rem;
  }

  .faq-item__toggle-line {
    width: 10px;
  }
}

/* ——— CTA ——— */

.section--cta {
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.cta__inner {
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(2.5rem, 5vw, 3.5rem);
  background:
    linear-gradient(135deg, rgba(154, 115, 80, 0.18) 0%, rgba(26, 29, 34, 0.9) 45%, #1a1d22 100%);
  border: 1px solid rgba(154, 115, 80, 0.22);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.cta__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  color: var(--ivory);
  margin: 0 0 0.75rem;
}

.cta__lead {
  margin: 0;
  color: var(--ivory-dim);
  max-width: 46ch;
}

.cta__action {
  text-align: right;
}

.cta__hint {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--stone-mute);
}

.cta__hint a {
  color: var(--bronze-bright);
}

@media (max-width: 800px) {
  .cta__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .cta__action {
    text-align: left;
  }
}

/* ——— Footer ——— */

.site-footer {
  border-top: 1px solid var(--line);
  background: #0c0e11;
  padding: 3rem 1.5rem 2rem;
}

.site-footer__grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
}

.site-footer__tagline {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  color: var(--stone-mute);
  max-width: 36ch;
  line-height: 1.6;
}

.site-footer__heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--stone-mute);
  margin: 0 0 1rem;
  font-weight: 600;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__list li {
  margin-bottom: 0.5rem;
}

.site-footer__list a {
  color: var(--ivory-dim);
  text-decoration: none;
}

.site-footer__list a:hover {
  color: var(--ivory);
}

.site-footer__list a[aria-current="page"] {
  color: var(--ivory);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer__bottom {
  max-width: 1080px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.85rem;
  color: var(--taupe);
}

.site-footer__cookies {
  margin: 0;
}

.site-footer__cookie-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 0.85rem;
  color: var(--bronze-bright);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer__cookie-btn:hover {
  color: var(--ivory);
}

@media (max-width: 820px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Error / 404 ——— */

.error-page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(70vh, 640px);
  padding: clamp(2.5rem, 8vw, 4rem) 1.5rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(154, 115, 80, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(22, 25, 30, 0.5) 0%, transparent 50%);
  border-top: 1px solid var(--line);
}

.error-page__inner {
  max-width: 34rem;
  text-align: center;
}

.error-page__code {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(4rem, 14vw, 6.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(154, 115, 80, 0.35);
  user-select: none;
}

.error-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  font-weight: 600;
  color: var(--ivory);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.error-page__lead {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ivory-dim);
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

/* ——— Legal pages ——— */

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) 1.5rem 4rem;
}

.legal-page__header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.legal-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  color: var(--ivory);
  margin: 0 0 0.5rem;
}

.legal-page__meta {
  margin: 0;
  font-size: 0.9rem;
  color: var(--stone-mute);
}

.prose h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--ivory);
  margin: 2rem 0 0.75rem;
}

.prose h2:first-of-type {
  margin-top: 0;
}

.prose p,
.prose li {
  font-size: 0.98rem;
  color: var(--ivory-dim);
}

.prose ul {
  padding-left: 1.2rem;
}

.prose li {
  margin-bottom: 0.35rem;
}

/* ——— Cookie banner ——— */

.cookie-banner {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: end center;
  padding: 1rem;
  background: rgba(8, 9, 11, 0.65);
  backdrop-filter: blur(6px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__inner {
  width: min(560px, 100%);
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cookie-banner__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ivory);
  margin: 0 0 0.75rem;
}

.cookie-banner__text {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: var(--ivory-dim);
}

.cookie-banner__text a {
  color: var(--bronze-bright);
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.cookie-banner__prefs {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.cookie-pref {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--ivory-dim);
  cursor: pointer;
}

.cookie-pref input {
  accent-color: var(--bronze);
}

@media (max-width: 520px) {
  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-banner__actions .btn {
    width: 100%;
  }
}

/* ——— Full-bleed bands ——— */

.fullbleed {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fullbleed__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.fullbleed__inner--wide {
  max-width: 1200px;
}

/* Editorial strip */
.fullbleed--editorial {
  padding: clamp(3.5rem, 12vw, 8rem) 0;
  background:
    linear-gradient(165deg, rgba(154, 115, 80, 0.07) 0%, transparent 42%),
    linear-gradient(180deg, #16191e 0%, #0f1114 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fullbleed__noise {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.fullbleed__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--bronze-bright);
}

.fullbleed__statement {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.2vw, 3rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--ivory);
  margin: 0 0 1.25rem;
  max-width: min(100%, 38ch);
}

.fullbleed__sub {
  margin: 0;
  font-size: 1.1rem;
  color: var(--stone-mute);
  max-width: 48ch;
  line-height: 1.7;
}

/* Moments rail — full width */
.fullbleed--moments {
  padding: clamp(3.25rem, 8vw, 5.5rem) 0;
  background: linear-gradient(90deg, #14161a 0%, #1a1d24 50%, #14161a 100%);
  border-bottom: 1px solid var(--line);
}

.fullbleed__header {
  margin-bottom: 2.75rem;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.fullbleed__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  color: var(--ivory);
  margin: 0 0 0.65rem;
}

.fullbleed__intro {
  margin: 0;
  color: var(--ivory-dim);
  font-size: 1.05rem;
  line-height: 1.65;
}

.moments-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(34, 38, 44, 0.35);
}

.moments-rail__item {
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
  border-right: 1px solid var(--line);
  position: relative;
}

.moments-rail__item:last-child {
  border-right: none;
}

.moments-rail__glyph {
  display: block;
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--bronze), rgba(154, 115, 80, 0.2));
  margin-bottom: 1.25rem;
}

.moments-rail__glyph--mid {
  background: linear-gradient(90deg, rgba(154, 115, 80, 0.35), var(--bronze));
}

.moments-rail__glyph--end {
  background: linear-gradient(90deg, rgba(201, 184, 164, 0.4), var(--bronze-bright));
}

.moments-rail__heading {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ivory);
  margin: 0 0 0.6rem;
}

.moments-rail__text {
  margin: 0;
  font-size: 0.96rem;
  color: var(--ivory-dim);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .moments-rail {
    grid-template-columns: 1fr;
  }

  .moments-rail__item {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .moments-rail__item:last-child {
    border-bottom: none;
  }
}

/* Immersive image band */
.fullbleed--immersive {
  min-height: min(56vh, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 8vw, 5rem) 1.5rem;
}

.fullbleed__immersive-bg {
  position: absolute;
  inset: 0;
  background: url("/assets/images/hero-bg.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.fullbleed__immersive-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 11, 14, 0.75) 0%, rgba(18, 20, 24, 0.55) 40%, rgba(10, 11, 14, 0.82) 100%),
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(154, 115, 80, 0.12), transparent 65%);
}

.fullbleed__inner--immersive {
  max-width: 720px;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fullbleed__immersive-label {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--stone-sand);
}

.fullbleed__immersive-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  color: var(--ivory);
  margin: 0 0 1rem;
  line-height: 1.15;
}

.fullbleed__immersive-lead {
  margin: 0;
  font-size: 1.08rem;
  color: var(--ivory-dim);
  line-height: 1.7;
}

/* Path / cooperation — full width */
.fullbleed--path {
  padding: clamp(3.5rem, 9vw, 6.5rem) 0;
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fullbleed__path-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(61, 66, 56, 0.25) 0%, transparent 45%),
    linear-gradient(-15deg, rgba(154, 115, 80, 0.06) 0%, transparent 40%),
    #12151a;
  pointer-events: none;
}

.fullbleed__inner--path {
  max-width: 1180px;
}

.fullbleed__header--path {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 52ch;
}

.fullbleed__title--path {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
}

.fullbleed__intro--path {
  font-size: 1.02rem;
  color: var(--stone-mute);
}

.path-steps {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.path-steps::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(154, 115, 80, 0.35), rgba(154, 115, 80, 0.35), transparent);
  pointer-events: none;
}

.path-steps__item {
  position: relative;
  padding: 0 1rem 0 0;
}

.path-steps__item:last-child {
  padding-right: 0;
}

.path-steps__n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ivory);
  background: linear-gradient(145deg, rgba(34, 38, 44, 0.95), rgba(26, 29, 34, 0.85));
  border: 1px solid rgba(154, 115, 80, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.path-steps__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ivory);
  margin: 0 0 0.45rem;
}

.path-steps__desc {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ivory-dim);
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .path-steps {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .path-steps::before {
    display: none;
  }

  .path-steps__item {
    padding: 0;
    padding-left: 1.25rem;
    border-left: 2px solid rgba(154, 115, 80, 0.35);
  }

  .path-steps__n {
    margin-bottom: 0.85rem;
  }
}

@media (max-width: 560px) {
  .path-steps {
    grid-template-columns: 1fr;
  }

  .fullbleed__header--path {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ——— Kasyno page ——— */

.kasyno-page {
  overflow-x: clip;
}

.kasyno-hero {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6rem) 1.5rem 4rem;
  display: grid;
  grid-template-columns: 1.2fr 0.5fr;
  gap: 2rem;
  align-items: end;
  min-height: min(72vh, 680px);
  overflow: visible;
}

.kasyno-hero__bg {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  background-color: #14161a;
  background-image:
    linear-gradient(115deg, rgba(18, 20, 24, 0.92) 0%, rgba(18, 20, 24, 0.78) 40%, rgba(22, 18, 16, 0.55) 100%),
    radial-gradient(ellipse at 80% 20%, rgba(154, 115, 80, 0.22), transparent 50%),
    url("/assets/images/kasyno/kasyno-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 32px 32px;
  z-index: 0;
  pointer-events: none;
}

.kasyno-hero__bg::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 16%;
  width: min(38%, 280px);
  aspect-ratio: 5/6;
  border: 1px solid rgba(244, 240, 232, 0.1);
  border-radius: 20px;
  transform: rotate(-4deg);
  background: linear-gradient(165deg, rgba(154, 115, 80, 0.08), rgba(18, 20, 24, 0.2));
  pointer-events: none;
}

.kasyno-hero__content {
  position: relative;
  z-index: 1;
}

.kasyno-hero__eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--stone-sand);
  margin: 0 0 1.1rem;
}

.kasyno-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.1;
  font-weight: 600;
  color: var(--ivory);
  margin: 0 0 1.1rem;
  max-width: 16ch;
}

.kasyno-hero__lead {
  font-size: 1.05rem;
  max-width: 48ch;
  margin: 0 0 1.75rem;
  color: var(--ivory-dim);
}

.kasyno-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.kasyno-hero__aside {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.kasyno-hero__panel {
  padding: 1.15rem 1.3rem;
  border-radius: var(--radius);
  background: rgba(34, 38, 44, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  max-width: 240px;
}

.kasyno-hero__panel-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone-mute);
  margin-bottom: 0.35rem;
}

.kasyno-hero__panel-value {
  font-size: 0.86rem;
  color: var(--ivory);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .kasyno-hero {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .kasyno-hero__aside {
    justify-content: flex-start;
  }

  .kasyno-hero__bg::before {
    opacity: 0.45;
  }
}

.kasyno-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(26, 29, 34, 0.45) 0%, transparent 88%);
}

.kasyno-section--tight {
  padding-top: clamp(2.75rem, 5vw, 4rem);
}

.kasyno-split {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.kasyno-split__visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 320px;
  aspect-ratio: 4/5;
  max-height: 520px;
}

.kasyno-split__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kasyno-split__frame {
  position: absolute;
  inset: 10%;
  border-radius: 18px;
  border: 1px solid rgba(244, 240, 232, 0.12);
  pointer-events: none;
  z-index: 1;
}

.kasyno-split__content .section__title {
  margin-bottom: 0.65rem;
}

.kasyno-split__content .section__lead {
  margin-bottom: 1.25rem;
}

.kasyno-split__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ivory-dim);
}

.kasyno-split__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .kasyno-split {
    grid-template-columns: 1fr;
  }

  .kasyno-split__visual {
    max-height: none;
    aspect-ratio: 16/10;
    min-height: 240px;
  }
}

.kasyno-gallery-wrap .section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}

.kasyno-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
}

.kasyno-gallery__item {
  margin: 0;
}

.kasyno-gallery__item--wide {
  grid-column: 1 / -1;
}

.kasyno-gallery__figure {
  margin: 0;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #12151a;
}

.kasyno-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

.kasyno-gallery__item:not(.kasyno-gallery__item--wide) .kasyno-gallery__img {
  aspect-ratio: 4/5;
}

.kasyno-gallery__item--wide .kasyno-gallery__img {
  aspect-ratio: 21/9;
  min-height: 220px;
}

@media (max-width: 640px) {
  .kasyno-gallery {
    grid-template-columns: 1fr;
  }

  .kasyno-gallery__item--wide {
    grid-column: 1;
  }
}

.kasyno-disclaimer {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem 2.5rem;
}

.kasyno-disclaimer p {
  margin: 0;
  padding: 1.1rem 1.25rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--stone-mute);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(26, 29, 34, 0.55);
}

.kasyno-disclaimer strong {
  color: var(--ivory-dim);
  font-weight: 600;
}

.kasyno-cta {
  padding-bottom: clamp(3.5rem, 8vw, 5rem);
}

.kasyno-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(2.5rem, 5vw, 3.5rem) 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(154, 115, 80, 0.28);
  background:
    linear-gradient(165deg, rgba(154, 115, 80, 0.09) 0%, transparent 55%),
    var(--bg-elevated);
  box-shadow: var(--shadow);
}

.kasyno-cta__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--ivory);
  margin: 0 0 0.75rem;
}

.kasyno-cta__text {
  margin: 0 0 1.5rem;
  color: var(--ivory-dim);
  font-size: 1.02rem;
  line-height: 1.6;
}
