/** Shopify CDN: Minification failed

Line 95:10 Expected identifier but found whitespace
Line 95:12 Unexpected "{"
Line 95:21 Expected ":"
Line 158:15 Expected identifier but found whitespace
Line 158:17 Unexpected "{"
Line 158:26 Expected ":"
Line 159:15 Expected identifier but found whitespace
Line 159:16 Unexpected "0"
Line 159:26 Unexpected "{"
Line 159:35 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:0) */
.announcement-bar {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .announcement-bar__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.25rem;
    text-align: center;
  }

  .announcement-bar__text,
  .announcement-bar__link {
    margin: 0;
    text-decoration: none;
    color: inherit;
  }

  .announcement-bar__link:hover {
    text-decoration: underline;
    color: inherit;
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:cta-banner (INDEX:1) */
.cta-banner__panel {
    position: relative;
    display: grid;
    align-items: end;
    min-height: clamp(22rem, 52vw, 30rem);
    overflow: hidden;
    border-radius: 1.5rem;
    color: #fdfcfa;
    box-shadow: 0 28px 70px rgba(25, 25, 25, 0.18);
    background: #14110e;
  }

  .cta-banner__media {
    position: absolute;
    inset: 0;
  }

  .cta-banner__img,
  .cta-banner__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
  }

  .cta-banner__veil {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(105deg, rgba(12, 10, 8, 0.88) 0%, rgba(12, 10, 8, 0.55) 42%, rgba(12, 10, 8, 0.22) 100%),
      linear-gradient(0deg, rgba(12, 10, 8, 0.72) 0%, rgba(12, 10, 8, 0.2) 48%, transparent 70%);
    pointer-events: none;
  }

  .cta-banner__copy {
    position: relative;
    z-index: 1;
    max-width: 38rem;
    padding: clamp(1.75rem, 5vw, 3.5rem);
  }

  .cta-banner__eyebrow {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: {{ section.settings.accent_color | default: '#e2bb43' }};
  }

  .cta-banner__copy h2 {
    margin: 0 0 0.85rem;
    color: #fdfcfa;
    font-size: clamp(1.75rem, 3.6vw, 2.85rem);
    letter-spacing: -0.03em;
    line-height: 1.08;
  }

  .cta-banner__text {
    margin: 0;
    max-width: 42ch;
    color: rgba(253, 252, 250, 0.78);
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .cta-banner__row {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }

  .cta-banner__btn {
    justify-self: start;
    background: #fff;
    color: #191919;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  }

  .cta-banner__btn:hover {
    background: #f7f4ef;
    color: #191919;
  }

  .cta-banner__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .cta-banner__trust li {
    position: relative;
    padding-left: 0.9rem;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(253, 252, 250, 0.58);
  }

  .cta-banner__trust li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 999px;
    background: {{ section.settings.accent_color | default: '#e2bb43' }};
    box-shadow: 0 0 12px {{ section.settings.accent_color | default: '#e2bb43' }};
  }

  @media (min-width: 760px) {
    .cta-banner__row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.5rem 2rem;
    }
  }
/* END_SECTION:cta-banner */

/* START_SECTION:explore-hero (INDEX:2) */
.explore-hero {
    position: relative;
    isolation: isolate;
    min-height: min(88svh, 54rem);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: #fdfcfa;
    background: #14110e;
  }

  .explore-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
  }

  .explore-hero__img,
  .explore-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: explore-drift 18s ease-in-out infinite alternate;
  }

  .explore-hero__veil {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(60% 50% at 70% 20%, rgba(226, 187, 67, 0.18), transparent 55%),
      linear-gradient(105deg, rgba(12, 10, 8, 0.88) 0%, rgba(12, 10, 8, 0.45) 48%, rgba(12, 10, 8, 0.28) 100%),
      linear-gradient(0deg, rgba(12, 10, 8, 0.85) 0%, transparent 55%);
  }

  .explore-hero__content {
    padding-block: clamp(4rem, 12vw, 7rem) clamp(2.5rem, 7vw, 4.5rem);
    max-width: 46rem;
  }

  .explore-hero__eyebrow {
    margin: 0 0 1rem;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #e2bb43;
  }

  .explore-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 6vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
    font-weight: 700;
    text-wrap: balance;
  }

  .explore-hero__text {
    margin: 0;
    max-width: 38ch;
    color: rgba(253, 252, 250, 0.78);
    font-size: clamp(1.02rem, 1.5vw, 1.15rem);
    line-height: 1.6;
  }

  .explore-hero__ascent {
    display: flex;
    align-items: end;
    gap: 0.4rem;
    margin-top: 2rem;
    max-width: 18rem;
  }

  .explore-hero__rung {
    flex: 1;
    height: 0.28rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    transform-origin: center;
    animation: explore-rung 2.8s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.12s);
  }

  .explore-hero__caption {
    margin: 0.85rem 0 0;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(253, 252, 250, 0.45);
  }

  @keyframes explore-drift {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.08) translate3d(-1.2%, -0.8%, 0); }
  }

  @keyframes explore-rung {
    0%, 100% {
      background: rgba(255, 255, 255, 0.16);
      transform: scaleY(1);
      box-shadow: none;
    }
    45%, 60% {
      background: #e2bb43;
      transform: scaleY(1.45);
      box-shadow: 0 0 18px rgba(226, 187, 67, 0.55);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .explore-hero__img,
    .explore-hero__media img,
    .explore-hero__rung {
      animation: none;
    }
  }
/* END_SECTION:explore-hero */

/* START_SECTION:explore-journey (INDEX:3) */
.explore-journey {
    position: relative;
    background:
      radial-gradient(55% 40% at 100% 0%, rgba(226, 187, 67, 0.1), transparent 55%),
      linear-gradient(180deg, #f7f3ec 0%, #efeae2 100%);
  }

  .explore-journey__head {
    max-width: 40rem;
    margin-bottom: clamp(2rem, 5vw, 3rem);
  }

  .explore-journey__lede {
    margin: 0;
    max-width: 46ch;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .explore-journey__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
  }

  .explore-step {
    display: grid;
    gap: 1rem;
    align-items: center;
    padding: clamp(1.1rem, 2.5vw, 1.5rem);
    border: 1px solid color-mix(in srgb, var(--color-border) 80%, #000 10%);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 48px rgba(40, 32, 20, 0.05);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
  }

  .explore-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 56px rgba(40, 32, 20, 0.09);
  }

  .explore-step__index {
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.18em;
    color: var(--color-gold-text);
  }

  .explore-step__body h3 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    letter-spacing: -0.02em;
  }

  .explore-step__body p {
    margin: 0;
    color: var(--color-muted);
    max-width: 48ch;
    line-height: 1.55;
  }

  .explore-step__media {
    overflow: hidden;
    width: 100%;
    max-width: 12rem;
    aspect-ratio: 4 / 3;
    border-radius: 0.9rem;
    background: #161311;
    justify-self: start;
  }

  .explore-step__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (min-width: 860px) {
    .explore-step {
      grid-template-columns: 3.5rem minmax(0, 1fr) 11rem;
      gap: 1.5rem;
    }

    .explore-step__media {
      justify-self: end;
      max-width: none;
      width: 11rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .explore-step,
    .explore-step:hover {
      transition: none;
      transform: none;
    }
  }
/* END_SECTION:explore-journey */

/* START_SECTION:explore-manifesto (INDEX:4) */
.explore-manifesto {
    background: #161311;
    color: #fdfcfa;
  }

  .explore-manifesto .eyebrow {
    color: #e2bb43;
  }

  .explore-manifesto .eyebrow::before {
    background: #e2bb43;
  }

  .explore-manifesto__grid {
    display: grid;
    gap: clamp(1.75rem, 4vw, 3rem);
    align-items: center;
  }

  .explore-manifesto__media {
    overflow: hidden;
    border-radius: 1.35rem;
    aspect-ratio: 4 / 5;
    background: #0f0d0b;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  }

  .explore-manifesto__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .explore-manifesto__copy h2 {
    color: #fdfcfa;
    max-width: 14ch;
  }

  .explore-manifesto__text {
    color: rgba(253, 252, 250, 0.72);
    max-width: 42ch;
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .explore-manifesto__text p {
    margin: 0 0 1em;
  }

  .explore-manifesto__stats {
    display: grid;
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
  }

  .explore-manifesto__stat {
    display: grid;
    gap: 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .explore-manifesto__stat dt {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(253, 252, 250, 0.45);
  }

  .explore-manifesto__stat dd {
    margin: 0;
    font-size: 1.15rem;
    letter-spacing: -0.015em;
    color: #fdfcfa;
  }

  @media (min-width: 990px) {
    .explore-manifesto__grid {
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 4rem;
    }

    .explore-manifesto__stats {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.25rem;
    }

    .explore-manifesto__stat {
      border-top: 0;
      padding-top: 0;
      padding-left: 1rem;
      border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .explore-manifesto__stat:first-child {
      padding-left: 0;
      border-left: 0;
    }
  }
/* END_SECTION:explore-manifesto */

/* START_SECTION:explore-rituals (INDEX:5) */
.explore-rituals {
    background:
      radial-gradient(50% 40% at 0% 0%, rgba(226, 187, 67, 0.1), transparent 50%),
      #f7f3ec;
  }

  .explore-rituals__head {
    max-width: 38rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
  }

  .explore-rituals__lede {
    margin: 0;
    color: var(--color-muted);
    max-width: 44ch;
  }

  .explore-rituals__mosaic {
    display: grid;
    gap: 1.15rem;
  }

  .explore-ritual {
    display: grid;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--color-border) 85%, #000 8%);
    box-shadow: 0 18px 48px rgba(40, 32, 20, 0.05);
  }

  .explore-ritual__media {
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #161311;
  }

  .explore-ritual__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .explore-ritual:hover .explore-ritual__media img {
    transform: scale(1.04);
  }

  .explore-ritual__body {
    padding: 1.25rem 1.3rem 1.45rem;
  }

  .explore-ritual__tag {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-gold-text);
  }

  .explore-ritual__body h3 {
    margin: 0 0 0.45rem;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }

  .explore-ritual__body p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.55;
  }

  @media (min-width: 900px) {
    .explore-rituals__mosaic {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.35rem;
    }

    .explore-ritual:first-child {
      grid-column: span 2;
    }

    .explore-ritual:first-child .explore-ritual__media {
      aspect-ratio: 21 / 11;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .explore-ritual__media img {
      transition: none;
    }
  }
/* END_SECTION:explore-rituals */

/* START_SECTION:featured-product (INDEX:7) */
.featured-product__grid {
    display: grid;
    gap: 2rem;
    align-items: center;
  }

  .featured-product__media {
    aspect-ratio: 4 / 5;
  }

  .featured-product__price {
    margin: 0 0 1rem;
    font-size: 1.35rem;
  }

  .featured-product__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }

  @media (min-width: 990px) {
    .featured-product__grid {
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
    }
  }
/* END_SECTION:featured-product */

/* START_SECTION:gallery (INDEX:9) */
.gallery {
    position: relative;
  }

  .gallery__atmosphere {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background:
      radial-gradient(55% 45% at 90% 10%, rgba(226, 187, 67, 0.1), transparent 55%),
      radial-gradient(45% 35% at 0% 80%, rgba(160, 139, 114, 0.1), transparent 50%),
      linear-gradient(180deg, #f7f3ec 0%, #efeae2 100%);
  }

  .gallery__head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
  }

  .gallery__intro {
    max-width: 40rem;
  }

  .gallery__lede {
    margin: 0;
    max-width: 46ch;
    color: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .gallery__hint {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--color-border) 80%, #000 10%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    color: var(--color-muted);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
  }

  .gallery__hint-key {
    display: inline-grid;
    place-items: center;
    min-width: 2.6rem;
    padding: 0.2rem 0.45rem;
    border-radius: 0.45rem;
    background: #161311;
    color: #e2bb43;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gallery__mosaic {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery__tile {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 1.2rem;
    background: #161311;
    cursor: zoom-in;
    text-align: left;
    color: #fff;
    aspect-ratio: 4 / 5;
    box-shadow: 0 18px 48px rgba(40, 32, 20, 0.08);
    transition:
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.4s ease;
  }

  .gallery__tile:hover,
  .gallery__tile:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 28px 60px rgba(40, 32, 20, 0.16);
    outline: none;
  }

  .gallery__tile:focus-visible {
    box-shadow:
      0 0 0 2px #f7f3ec,
      0 0 0 4px #c9a227,
      0 28px 60px rgba(40, 32, 20, 0.16);
  }

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

  .gallery__tile-media img {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .gallery__tile:hover .gallery__tile-media img,
  .gallery__tile:focus-visible .gallery__tile-media img {
    transform: scale(1.06);
  }

  .gallery__tile-veil {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, transparent 42%, rgba(12, 10, 8, 0.78) 100%),
      radial-gradient(80% 60% at 50% 0%, rgba(226, 187, 67, 0.08), transparent 55%);
    opacity: 0.92;
    pointer-events: none;
  }

  .gallery__tile-meta {
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: 0.95rem;
    z-index: 1;
    display: grid;
    gap: 0.25rem;
  }

  .gallery__tile-index {
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.16em;
    color: #e2bb43;
  }

  .gallery__tile-caption {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.015em;
  }

  .gallery__tile-action {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(253, 252, 250, 0.92);
    color: #191919;
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(-6px);
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  .gallery__tile:hover .gallery__tile-action,
  .gallery__tile:focus-visible .gallery__tile-action {
    opacity: 1;
    transform: translateY(0);
  }

  @media (min-width: 760px) {
    .gallery__mosaic {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: 1rem;
    }

    .gallery__tile:nth-child(1) {
      grid-column: span 7;
      grid-row: span 2;
      aspect-ratio: auto;
      min-height: 34rem;
    }

    .gallery__tile:nth-child(2),
    .gallery__tile:nth-child(3) {
      grid-column: span 5;
      aspect-ratio: 16 / 11;
    }

    .gallery__tile:nth-child(n + 4) {
      grid-column: span 3;
      aspect-ratio: 4 / 5;
    }

    /* Final row of three (tiles 12–14) — equal cinematic frames */
    .gallery__tile:nth-child(12),
    .gallery__tile:nth-child(13),
    .gallery__tile:nth-child(14) {
      grid-column: span 4;
      aspect-ratio: 16 / 11;
    }
  }

  /* ── Room study modal ─────────────────────────────────────────────────── */
  .room-study {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: grid;
    place-items: center;
    padding: 1rem;
  }

  .room-study[hidden] {
    display: none !important;
  }

  .room-study__scrim {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(12, 10, 8, 0.78);
    backdrop-filter: blur(12px);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .room-study.is-open .room-study__scrim {
    opacity: 1;
  }

  .room-study__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 72rem);
    max-height: min(92svh, 54rem);
    overflow: hidden;
    border-radius: 1.4rem;
    background: #fdfcfa;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
    transform: translateY(18px) scale(0.98);
    opacity: 0;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.35s ease;
  }

  .room-study.is-open .room-study__panel {
    transform: none;
    opacity: 1;
  }

  .room-study__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    border: 0;
    border-radius: 999px;
    background: rgba(253, 252, 250, 0.95);
    color: #191919;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  }

  .room-study__layout {
    display: grid;
    max-height: inherit;
  }

  .room-study__stage {
    position: relative;
    background: #14110e;
    min-height: 18rem;
    overflow: hidden;
  }

  .room-study__frame {
    height: min(48svh, 28rem);
    overflow: hidden;
  }

  .room-study__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .room-study__frame.is-swap img {
    opacity: 0.4;
    transform: scale(1.04);
  }

  .room-study__nav {
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    pointer-events: none;
  }

  .room-study__nav-btn,
  .room-study__count {
    pointer-events: auto;
  }

  .room-study__nav-btn {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 999px;
    background: rgba(20, 17, 14, 0.72);
    color: #fdfcfa;
    font-size: 1rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }

  .room-study__nav-btn:hover {
    background: rgba(20, 17, 14, 0.9);
  }

  .room-study__count {
    margin: 0;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(20, 17, 14, 0.72);
    color: rgba(253, 252, 250, 0.9);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    font-variant-numeric: tabular-nums;
    backdrop-filter: blur(10px);
  }

  .room-study__count-sep {
    opacity: 0.45;
    margin-inline: 0.2rem;
  }

  .room-study__details {
    overflow: auto;
    padding: clamp(1.35rem, 3vw, 2.1rem);
    background:
      radial-gradient(80% 50% at 100% 0%, rgba(226, 187, 67, 0.12), transparent 55%),
      linear-gradient(180deg, #fffcf7 0%, #f7f3ec 100%);
  }

  .room-study__eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-gold-text);
  }

  .room-study__details h3 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    letter-spacing: -0.03em;
    line-height: 1.1;
  }

  .room-study__copy {
    margin: 0;
    max-width: 42ch;
    color: var(--color-muted);
    line-height: 1.6;
  }

  .room-study__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    margin: 1.5rem 0 0;
  }

  .room-study__specs > div {
    padding-top: 0.75rem;
    border-top: 1px solid color-mix(in srgb, var(--color-border) 80%, #000 8%);
  }

  .room-study__specs dt {
    margin: 0 0 0.2rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-muted);
  }

  .room-study__specs dd {
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.01em;
  }

  .room-study__points {
    list-style: none;
    margin: 1.35rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
  }

  .room-study__points li {
    position: relative;
    padding-left: 1rem;
    color: var(--color-muted);
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .room-study__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 999px;
    background: #e2bb43;
    box-shadow: 0 0 10px rgba(226, 187, 67, 0.55);
  }

  .room-study__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.6rem;
  }

  .room-study__keys {
    margin: 1.15rem 0 0;
    color: var(--color-muted);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .room-study__keys kbd {
    display: inline-grid;
    place-items: center;
    min-width: 1.4rem;
    margin-right: 0.15rem;
    padding: 0.12rem 0.35rem;
    border-radius: 0.35rem;
    border: 1px solid var(--color-border);
    background: #fff;
    font-family: inherit;
    font-size: 0.68rem;
  }

  @media (min-width: 900px) {
    .room-study__layout {
      grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.9fr);
      max-height: min(92svh, 54rem);
    }

    .room-study__stage,
    .room-study__details {
      max-height: min(92svh, 54rem);
    }

    .room-study__frame {
      height: 100%;
      min-height: 100%;
    }

    .room-study__close {
      top: 1rem;
      right: 1rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .gallery__tile,
    .gallery__tile-media img,
    .gallery__tile-action,
    .room-study__scrim,
    .room-study__panel,
    .room-study__frame img {
      transition: none;
    }

    .gallery__tile:hover,
    .gallery__tile:focus-visible {
      transform: none;
    }
  }

  body.room-study-open {
    overflow: hidden;
  }
/* END_SECTION:gallery */

/* START_SECTION:hero (INDEX:11) */
.hero--enterprise {
    position: relative;
    overflow: clip;
  }

  .hero__grid {
    display: grid;
    gap: 2.25rem;
    align-items: center;
    min-height: calc(100svh - var(--header-h) - 3rem);
    padding-block: 1rem 2rem;
  }

  .hero__copy h1 {
    max-width: 12ch;
  }

  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.35rem;
  }

  .hero__proof {
    margin: 1.35rem 0 0;
    color: var(--color-muted);
    font-size: 0.9rem;
    letter-spacing: -0.01em;
  }

  .hero__carousel {
    position: relative;
    aspect-ratio: 4 / 5;
    min-height: 22rem;
    isolation: isolate;
  }

  .hero__carousel:hover .hero__img {
    transform: none;
  }

  .hero__track {
    position: absolute;
    inset: 0;
  }

  .hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 700ms ease, visibility 700ms ease;
  }

  .hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.45rem;
    padding: 0.4rem 0.55rem;
    border-radius: 999px;
    background: rgba(11, 11, 11, 0.38);
    backdrop-filter: blur(8px);
  }

  .hero__dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: width 200ms ease, background-color 200ms ease;
  }

  .hero__dot.is-active {
    width: 1.35rem;
    background: #fff;
  }

  @media (min-width: 990px) {
    .hero__grid {
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
      gap: 3.5rem;
    }

    .hero__carousel {
      min-height: 34rem;
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero__slide {
      transition: none;
    }
  }
/* END_SECTION:hero */

/* START_SECTION:image-with-text (INDEX:12) */
.image-with-text__grid {
    display: grid;
    gap: 2rem;
    align-items: center;
  }

  .image-with-text__media {
    aspect-ratio: 4 / 5;
    min-height: 18rem;
  }

  @media (min-width: 990px) {
    .image-with-text__grid {
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
    }

    .image-with-text__grid--flip .image-with-text__media {
      order: 2;
    }
  }
/* END_SECTION:image-with-text */

/* START_SECTION:journal-teaser (INDEX:13) */
.journal-teaser {
    position: relative;
    isolation: isolate;
    overflow: clip;
  }

  .journal-teaser__atmosphere {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(70% 50% at 8% 0%, rgba(226, 187, 67, 0.12), transparent 55%),
      radial-gradient(50% 40% at 100% 20%, rgba(160, 139, 114, 0.1), transparent 50%),
      linear-gradient(180deg, #f4f0e8 0%, #efeae2 48%, #f7f3ec 100%);
  }

  .journal-teaser__inner {
    display: grid;
    gap: clamp(1.75rem, 4vw, 2.75rem);
  }

  .journal-teaser__header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 1.25rem 2rem;
  }

  .journal-teaser__intro {
    max-width: 40rem;
  }

  .journal-teaser__intro h2 {
    margin-bottom: 0.65rem;
  }

  .journal-teaser__lede {
    margin: 0;
    max-width: 46ch;
    color: var(--color-muted);
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .journal-teaser__layout {
    display: grid;
    gap: 1.25rem;
  }

  .journal-feature {
    display: grid;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--color-border) 85%, #000 8%);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 60px rgba(40, 32, 20, 0.08);
    text-decoration: none;
    color: inherit;
    transition:
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease;
  }

  a.journal-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 70px rgba(40, 32, 20, 0.12);
    color: inherit;
  }

  .journal-feature__media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #161311;
  }

  .journal-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  a.journal-feature:hover .journal-feature__media img {
    transform: scale(1.04);
  }

  .journal-feature__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(12, 10, 8, 0.28) 100%);
    pointer-events: none;
  }

  .journal-feature__body {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.25rem, 3vw, 1.85rem);
  }

  .journal-feature__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .journal-feature__index {
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-gold-text);
  }

  .journal-feature__date {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
  }

  .journal-feature__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    letter-spacing: -0.025em;
    line-height: 1.15;
  }

  .journal-feature__excerpt {
    margin: 0;
    max-width: 48ch;
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .journal-feature__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    font-size: 0.92rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    color: var(--color-ink);
    text-decoration: none;
  }

  .journal-feature__link--muted {
    color: var(--color-muted);
    font-weight: 550;
  }

  .journal-rail {
    display: grid;
    gap: 0.85rem;
  }

  .journal-rail__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 4.75rem;
    align-items: center;
    gap: 0.95rem;
    padding: 0.95rem 1rem;
    border: 1px solid color-mix(in srgb, var(--color-border) 85%, #000 8%);
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    text-decoration: none;
    color: inherit;
    transition:
      border-color 0.25s ease,
      background 0.25s ease,
      transform 0.25s ease;
  }

  a.journal-rail__item:hover {
    border-color: color-mix(in srgb, var(--color-ink) 18%, var(--color-border));
    background: #fff;
    transform: translateY(-2px);
    color: inherit;
  }

  .journal-rail__item--static {
    cursor: default;
  }

  .journal-rail__index {
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.14em;
    color: var(--color-gold-text);
  }

  .journal-rail__title {
    margin: 0 0 0.2rem;
    font-size: 1rem;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }

  .journal-rail__date {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-muted);
  }

  .journal-rail__thumb {
    overflow: hidden;
    width: 4.75rem;
    aspect-ratio: 1;
    border-radius: 0.7rem;
    background: #161311;
  }

  .journal-rail__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (min-width: 990px) {
    .journal-teaser__layout {
      grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.9fr);
      gap: 1.5rem;
      align-items: stretch;
    }

    .journal-feature {
      grid-template-rows: minmax(0, 1fr) auto;
      min-height: 100%;
    }

    .journal-feature__media {
      aspect-ratio: auto;
      min-height: 22rem;
      height: 100%;
    }

    .journal-rail {
      gap: 1rem;
    }

    .journal-rail__item {
      min-height: 6.5rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .journal-feature,
    a.journal-feature:hover,
    .journal-feature__media img,
    a.journal-rail__item:hover {
      transition: none;
      transform: none;
    }
  }
/* END_SECTION:journal-teaser */

/* START_SECTION:main-faq (INDEX:20) */
.faq-list {
    display: grid;
    gap: 0.75rem;
  }

  .faq-item {
    border: 1px solid var(--color-border);
    border-radius: 0.65rem;
    background: #fff;
    padding: 0.35rem 1rem;
  }

  .faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 0.9rem 0;
    font-weight: 600;
  }

  .faq-item summary::-webkit-details-marker {
    display: none;
  }

  .faq-item__answer {
    padding: 0 0 1rem;
    color: var(--color-muted);
  }
/* END_SECTION:main-faq */

/* START_SECTION:testimonials (INDEX:28) */
.testimonials__grid {
    display: grid;
    gap: 1rem;
  }

  .testimonial-card {
    margin: 0;
    padding: 1.5rem 1.45rem;
    border: 1px solid color-mix(in srgb, var(--color-border) 80%, #000 10%);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(25, 25, 25, 0.04);
  }

  .testimonial-card__quote {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.45;
    letter-spacing: -0.01em;
  }

  .testimonial-card__meta {
    display: grid;
    gap: 0.15rem;
    color: var(--color-muted);
    font-size: 0.9rem;
    font-style: normal;
  }

  .testimonial-card__meta cite {
    font-style: normal;
    font-weight: 600;
    color: var(--color-ink);
  }

  @media (min-width: 900px) {
    .testimonials__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.25rem;
    }
  }
/* END_SECTION:testimonials */

/* START_SECTION:trust-strip (INDEX:29) */
.trust-strip {
    border-block: 1px solid var(--color-border);
    background: var(--color-bone);
  }

  .trust-strip__list {
    display: grid;
    gap: 1.25rem;
  }

  .trust-strip__title {
    margin: 0 0 0.35rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }

  .trust-strip__text {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.95rem;
  }

  @media (min-width: 768px) {
    .trust-strip__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2rem;
      text-align: center;
    }
  }
/* END_SECTION:trust-strip */