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

    html,
    body,
    body * {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      user-select: none;
    }

    input,
    textarea,
    select,
    option {
      -webkit-touch-callout: default;
      -webkit-user-select: text;
      user-select: text;
    }

    :root {
      --cream:   #f5ede0;
      --ivory:   #fdf8f0;
      --saffron: #c8622a;
      --gold:    #b8860b;
      --deep:    #1a0f0a;
      --walnut:  #3b1f12;
      --muted:   #7a5c44;
      --border:  rgba(184,134,11,0.3);
    }

    html { scroll-behavior: smooth; }

    html {
      scroll-padding-top: 112px;
    }

    section[id],
    #shawls-page,
    .certificate-proof-panel {
      scroll-margin-top: 112px;
    }

    [hidden] {
      display: none !important;
    }

    button, a, input, select, textarea, .carpet-card {
      -webkit-tap-highlight-color: transparent;
    }

    button, a, input, select, textarea {
      outline: none;
    }

    button:focus, a:focus, input:focus, select:focus, textarea:focus {
      outline: none;
      box-shadow: none;
    }

    button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
      outline: 1px solid rgba(184,134,11,0.72);
      outline-offset: 3px;
      box-shadow: none;
    }

    body {
      background: var(--deep);
      color: var(--cream);
      font-family: 'Raleway', sans-serif;
      font-weight: 300;
      overflow-x: hidden;
    }

    body.tkk-loading {
      overflow: hidden;
    }

    .brand-loader {
      position: fixed;
      inset: 0;
      z-index: 20000;
      display: grid;
      place-items: center;
      overflow: hidden;
      background:
        radial-gradient(circle at 50% 45%, rgba(197,161,90,0.18), transparent 32%),
        radial-gradient(circle at 20% 85%, rgba(79,101,79,0.22), transparent 38%),
        linear-gradient(160deg, rgba(7,12,11,0.99), rgba(20,11,8,0.99));
      transition: opacity 0.18s ease, visibility 0.18s ease;
    }

    .brand-loader::before {
      content: '';
      position: absolute;
      inset: -18%;
      background:
        repeating-linear-gradient(45deg, rgba(197,161,90,0.08) 0 1px, transparent 1px 24px),
        repeating-linear-gradient(-45deg, rgba(197,161,90,0.045) 0 1px, transparent 1px 24px);
      opacity: 0.55;
      animation: loaderWeave 2.2s ease-in-out infinite alternate;
      will-change: transform;
    }

    .brand-loader::after {
      content: '';
      position: absolute;
      inset: -35%;
      background: conic-gradient(from 210deg, transparent 0deg, rgba(255,248,234,0.08) 40deg, transparent 78deg);
      animation: loaderSweep 2.4s ease-in-out infinite;
      opacity: 0.42;
    }

    .brand-loader.is-finished {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .brand-loader-stage {
      position: relative;
      display: grid;
      justify-items: center;
      gap: 1rem;
      z-index: 1;
    }

    .brand-loader-mark {
      position: relative;
      width: clamp(156px, 30vw, 286px);
      transform-origin: center;
      filter: drop-shadow(0 24px 46px rgba(0,0,0,0.48));
      animation: loaderBreath 1.45s ease-in-out infinite alternate;
      will-change: transform, opacity;
    }

    .brand-loader-mark::before,
    .brand-loader-mark::after {
      content: '';
      position: absolute;
      inset: -10%;
      border-radius: 50%;
      pointer-events: none;
    }

    .brand-loader-mark::before {
      border: 1px solid rgba(197,161,90,0.38);
      box-shadow: 0 0 38px rgba(197,161,90,0.14);
      animation: loaderRing 1.8s ease-in-out infinite;
    }

    .brand-loader-mark::after {
      background: radial-gradient(circle, rgba(197,161,90,0.2), transparent 66%);
      opacity: 0.5;
      z-index: -1;
    }

    .brand-loader-mark img {
      width: 100%;
      height: auto;
      display: block;
    }

    .brand-loader-copy {
      text-align: center;
      color: var(--gold);
      font-family: 'Cinzel', serif;
      font-size: clamp(0.58rem, 1.6vw, 0.72rem);
      letter-spacing: 0.34em;
      text-transform: uppercase;
      opacity: 0.88;
      animation: loaderCopyIn 0.8s ease both;
    }

    .brand-loader-bar {
      position: relative;
      width: min(220px, 52vw);
      height: 1px;
      overflow: hidden;
      background: rgba(197,161,90,0.2);
    }

    .brand-loader-bar::before {
      content: '';
      position: absolute;
      inset: 0;
      width: 42%;
      background: linear-gradient(90deg, transparent, rgba(255,248,234,0.9), rgba(197,161,90,0.8), transparent);
      animation: loaderBar 1.35s ease-in-out infinite;
    }

    .brand-loader.is-morphing .brand-loader-mark {
      animation: loaderToNav 0.88s cubic-bezier(0.18, 0.84, 0.22, 1) forwards;
    }

    .brand-loader.is-morphing .brand-loader-copy,
    .brand-loader.is-morphing .brand-loader-bar {
      opacity: 0;
      transform: translateY(8px);
      transition: opacity 0.24s ease, transform 0.24s ease;
    }

    .brand-loader.is-morphing::before {
      animation-play-state: paused;
      opacity: 0.25;
    }

    @keyframes loaderBreath {
      from { transform: scale(0.96); opacity: 0.9; }
      to { transform: scale(1.02); opacity: 1; }
    }

    @keyframes loaderRing {
      0%, 100% { transform: scale(0.92); opacity: 0.32; }
      50% { transform: scale(1.03); opacity: 0.72; }
    }

    @keyframes loaderWeave {
      from { transform: translate3d(-1.2%, -1.2%, 0) scale(1.01); }
      to { transform: translate3d(1.2%, 1.2%, 0) scale(1.01); }
    }

    @keyframes loaderSweep {
      0% { transform: rotate(0deg); opacity: 0; }
      30%, 70% { opacity: 0.42; }
      100% { transform: rotate(24deg); opacity: 0; }
    }

    @keyframes loaderCopyIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 0.88; transform: translateY(0); }
    }

    @keyframes loaderBar {
      from { transform: translateX(-120%); }
      to { transform: translateX(260%); }
    }

    @keyframes loaderToNav {
      to {
        transform: translate3d(var(--loader-x, 0px), var(--loader-y, 0px), 0) scale(var(--loader-scale, 0.18));
        opacity: 0.92;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .brand-loader::before,
      .brand-loader::after,
      .brand-loader-mark,
      .brand-loader-mark::before,
      .brand-loader-copy,
      .brand-loader-bar::before,
      .brand-loader.is-morphing .brand-loader-mark {
        animation: none !important;
      }
    }

    @media (max-width: 640px) {
      .brand-loader-stage {
        gap: 0.85rem;
      }

      .brand-loader-mark {
        width: clamp(142px, 48vw, 210px);
      }

      .brand-loader-copy {
        max-width: 28ch;
        line-height: 1.6;
        letter-spacing: 0.24em;
      }
    }

    /* ── NOISE OVERLAY ── */
    body::before {
      content: '';
      position: fixed; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
      pointer-events: none; z-index: 9999; opacity: 0.4;
    }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 1.4rem 4rem;
      background: linear-gradient(to bottom, rgba(26,15,10,0.96), rgba(26,15,10,0.55), transparent);
      transition: background 0.4s, box-shadow 0.4s, border-color 0.4s, padding 0.4s;
      border-bottom: 1px solid transparent;
      backdrop-filter: blur(10px);
    }
    nav.scrolled {
      padding-top: 1rem;
      padding-bottom: 1rem;
      background: rgba(18,9,4,0.92);
      border-bottom-color: rgba(184,134,11,0.18);
      box-shadow: 0 14px 40px rgba(0,0,0,0.28);
    }

    .collection-announcement {
      position: fixed;
      top: 78px;
      left: 0;
      right: 0;
      z-index: 99;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      min-height: 42px;
      padding: 0.62rem 1.2rem;
      background: linear-gradient(90deg, #8b5f0e, #b8860b 48%, #8b5f0e);
      color: #fff8e8;
      font-size: 0.72rem;
      line-height: 1.35;
      letter-spacing: 0.06em;
      text-align: center;
      box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    }
    .collection-announcement strong {
      font-family: 'Cinzel', serif;
      font-size: 0.68rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .collection-announcement a {
      flex: 0 0 auto;
      color: #fff8e8;
      font-family: 'Cinzel', serif;
      font-size: 0.62rem;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      text-underline-offset: 0.22rem;
    }

    .nav-logo {
      font-family: 'Cinzel', serif;
      font-size: 1.1rem;
      letter-spacing: 0.2em;
      color: var(--gold);
      text-decoration: none;
    }
    .nav-logo span { color: var(--cream); }

.nav-links {
      display: flex;
      align-items: center;
      gap: clamp(1rem, 2vw, 2.2rem);
      list-style: none;
    }
.nav-links a {
      color: var(--cream);
      text-decoration: none;
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      white-space: nowrap;
      opacity: 0.8;
      transition: opacity 0.3s, color 0.3s;
    }
    .nav-links a:hover { opacity: 1; color: var(--gold); }

    .nav-links a.is-active-page-link {
      opacity: 1;
      color: var(--gold);
    }

    @media (min-width: 901px) {
      nav {
        gap: clamp(0.8rem, 1.35vw, 1.45rem);
      }

      .nav-links {
        margin-left: auto;
        margin-right: clamp(0.35rem, 0.9vw, 0.9rem);
        gap: clamp(0.9rem, 1.35vw, 1.75rem);
      }

      nav > .specials-hold-btn,
      nav > .btn-primary {
        flex: 0 0 auto;
        white-space: nowrap;
      }

      nav > .specials-hold-btn {
        margin-left: clamp(0.25rem, 0.7vw, 0.7rem);
      }

      nav > .btn-primary {
        margin-left: clamp(0.25rem, 0.65vw, 0.65rem);
      }
    }

    @media (min-width: 901px) and (max-width: 1180px) {
      nav {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        gap: 0.65rem;
      }

      .nav-links {
        gap: 0.72rem;
        margin-right: 0.35rem;
      }

      .nav-links a {
        font-size: 0.62rem;
        letter-spacing: 0.12em;
      }

      nav > .specials-hold-btn {
        padding: 0.58rem 0.78rem;
        font-size: 0.5rem;
        letter-spacing: 0.11em;
      }

      nav > .btn-primary {
        padding: 0.58rem 0.9rem !important;
        font-size: 0.56rem !important;
        letter-spacing: 0.11em !important;
      }
    }

    .site-page-active {
      animation: sitePageReveal 0.32s ease both;
    }

    html[data-site-page]:not([data-site-page="home"]) body.page-mode {
      padding-top: 96px;
    }

    html[data-site-page="home"] body.page-mode {
      padding-top: 0;
    }

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

    .mobile-menu-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      width: 44px;
      height: 44px;
      border: 1px solid rgba(196,154,68,0.34);
      border-radius: 6px;
      background: rgba(14,9,6,0.72);
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
      box-shadow: none;
    }

    .mobile-menu-toggle span {
      width: 18px;
      height: 2px;
      background: var(--gold);
      border-radius: 999px;
      transition: transform 0.24s ease, opacity 0.24s ease;
    }

    .mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
    .mobile-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .mobile-menu-toggle:focus,
    .mobile-menu-toggle:active {
      outline: none;
      box-shadow: none;
    }

    .mobile-menu-toggle:focus-visible {
      outline: 1px solid rgba(196,154,68,0.75);
      outline-offset: 3px;
    }

    .mobile-nav-panel {
      display: none;
    }

    .mobile-menu-shield {
      display: none;
    }

    /* ── HERO ── */
    .hero {
      min-height: 100vh;
      position: relative;
      display: flex; align-items: center;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 70% 50%, rgba(200,98,42,0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 20% 80%, rgba(184,134,11,0.08) 0%, transparent 50%),
        linear-gradient(135deg, #1a0f0a 0%, #2c1508 50%, #1a0f0a 100%);
    }

    /* Decorative mandala-ish pattern */
    .hero-pattern {
      position: absolute; right: -5vw; top: 50%;
      transform: translateY(-50%);
      width: 65vw; max-width: 800px; aspect-ratio: 1;
      opacity: 0.07;
      background-image:
        repeating-conic-gradient(from 0deg, var(--gold) 0deg 2deg, transparent 2deg 30deg),
        repeating-conic-gradient(from 15deg, var(--saffron) 0deg 1deg, transparent 1deg 30deg);
      border-radius: 50%;
      animation: slowSpin 80s linear infinite;
    }

    /* Paisley SVG accent */
    .hero-paisley {
      position: absolute; right: 8%; top: 15%;
      width: clamp(280px, 40vw, 560px);
      opacity: 0.13;
      animation: float 8s ease-in-out infinite;
    }

    @keyframes slowSpin { to { transform: translateY(-50%) rotate(360deg); } }
    @keyframes float {
      0%,100% { transform: translateY(0) rotate(-3deg); }
      50%      { transform: translateY(-20px) rotate(3deg); }
    }

    .hero-content {
      position: relative; z-index: 2;
      padding: 0 4rem;
      max-width: 700px;
      animation: fadeUp 1.2s ease both;
    }

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

    .hero-eyebrow {
      font-family: 'Cinzel', serif;
      font-size: 0.7rem;
      letter-spacing: 0.35em;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 1.8rem;
      display: flex; align-items: center; gap: 1rem;
    }
    .hero-eyebrow::before, .hero-eyebrow::after {
      content: ''; flex: 0 0 40px; height: 1px; background: var(--gold); opacity: 0.6;
    }

    h1 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(3.5rem, 7vw, 6.5rem);
      line-height: 1.0;
      color: var(--ivory);
      margin-bottom: 0.3rem;
    }
    h1 em {
      font-style: italic;
      color: var(--gold);
    }

    .hero-subtitle {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: clamp(1.1rem, 2vw, 1.5rem);
      color: var(--muted);
      margin: 1.2rem 0 2.8rem;
      line-height: 1.6;
    }

    .btn-group { display: flex; gap: 1.2rem; flex-wrap: wrap; }

    .btn-primary {
      padding: 0.9rem 2.4rem;
      background: var(--saffron);
      color: var(--ivory);
      font-family: 'Cinzel', serif;
      font-size: 0.72rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      border: none; cursor: pointer;
      text-decoration: none;
      transition: background 0.3s, transform 0.2s;
      display: inline-block;
    }
    .btn-primary:hover { background: #a8521f; transform: translateY(-2px); }

    .btn-outline {
      padding: 0.9rem 2.4rem;
      background: transparent;
      color: var(--gold);
      font-family: 'Cinzel', serif;
      font-size: 0.72rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      border: 1px solid var(--gold);
      cursor: pointer; text-decoration: none;
      transition: background 0.3s, color 0.3s, transform 0.2s;
      display: inline-block;
    }
    .btn-outline:hover { background: var(--gold); color: var(--deep); transform: translateY(-2px); }

    .hero-scroll {
      position: absolute; bottom: 2.5rem; left: 50%;
      transform: translateX(-50%);
      display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
      color: var(--muted);
      font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
      animation: fadeUp 1.8s ease both;
    }
    .scroll-line {
      width: 1px; height: 48px;
      background: linear-gradient(to bottom, var(--gold), transparent);
      animation: scrollPulse 2s ease-in-out infinite;
    }
    @keyframes scrollPulse {
      0%,100% { opacity:0.4; transform: scaleY(1); }
      50%      { opacity:1; transform: scaleY(1.1); }
    }

    /* ── MARQUEE STRIP ── */
    .marquee-strip {
      overflow: hidden;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 1rem 0;
      background: rgba(184,134,11,0.04);
    }
    .marquee-track {
      display: flex; gap: 3rem;
      animation: marquee 30s linear infinite;
      width: max-content;
    }
    .marquee-item {
      font-family: 'Cinzel', serif;
      font-size: 0.65rem;
      letter-spacing: 0.25em;
      color: var(--gold);
      text-transform: uppercase;
      white-space: nowrap;
      display: flex; align-items: center; gap: 1.2rem;
    }
    .marquee-item::after { content: '✦'; opacity: 0.5; }
    @keyframes marquee {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    /* ── SECTION COMMON ── */
    section { padding: 7rem 4rem; }

    .section-label {
      font-family: 'Cinzel', serif;
      font-size: 0.65rem;
      letter-spacing: 0.35em;
      color: var(--saffron);
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    h2 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: clamp(2.2rem, 4vw, 3.5rem);
      line-height: 1.15;
      color: var(--ivory);
    }
    h2 em { font-style: italic; color: var(--gold); }

    .divider {
      width: 60px; height: 1px;
      background: linear-gradient(to right, var(--gold), transparent);
      margin: 1.5rem 0;
    }

    /* ── HERITAGE SECTION ── */
    .heritage {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6rem;
      align-items: center;
      max-width: 1300px; margin: 0 auto;
    }

    .heritage-visual {
      position: relative;
    }

    .heritage-frame {
      width: 100%;
      aspect-ratio: 3/4;
      background:
        linear-gradient(135deg, #3b1f12, #5a2d0c);
      position: relative;
      overflow: hidden;
    }

    /* Simulated textile pattern */
    .heritage-frame::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        repeating-linear-gradient(45deg, rgba(184,134,11,0.08) 0px, rgba(184,134,11,0.08) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgba(200,98,42,0.06) 0px, rgba(200,98,42,0.06) 1px, transparent 1px, transparent 20px);
    }

    .heritage-frame-inner {
      position: absolute; inset: 20px;
      border: 1px solid rgba(184,134,11,0.25);
      display: flex; align-items: center; justify-content: center;
      flex-direction: column; gap: 1rem;
    }

    .textile-icon {
      font-size: 5rem;
      opacity: 0.4;
      line-height: 1;
    }

    .heritage-frame-text {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1rem;
      color: var(--gold);
      opacity: 0.7;
      text-align: center;
      padding: 0 2rem;
    }

    .heritage-accent {
      position: absolute;
      top: -20px; right: -20px;
      width: 120px; height: 120px;
      border: 1px solid var(--gold);
      opacity: 0.2;
    }
    .heritage-accent-2 {
      position: absolute;
      bottom: -20px; left: -20px;
      width: 80px; height: 80px;
      border: 1px solid var(--saffron);
      opacity: 0.2;
    }

    .heritage-text p {
      color: var(--muted);
      line-height: 1.9;
      font-size: 0.95rem;
      margin-bottom: 1.4rem;
    }

    .stat-row {
      display: flex; gap: 3rem; margin-top: 3rem;
      padding-top: 2rem;
      border-top: 1px solid var(--border);
    }
    .stat strong {
      display: block;
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.5rem;
      color: var(--gold);
      line-height: 1;
    }
    .stat span {
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      color: var(--muted);
      text-transform: uppercase;
    }

    /* ── COLLECTIONS ── */
    .collections-section {
      background: linear-gradient(to bottom, var(--deep), #200e06, var(--deep));
    }

    .collections-header {
      text-align: center;
      max-width: 600px; margin: 0 auto 4rem;
    }
    .collections-header .divider { margin: 1.5rem auto; }

    .collections-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5px;
      max-width: 1300px; margin: 0 auto;
    }

    .collection-card {
      position: relative;
      aspect-ratio: 3/4;
      overflow: hidden;
      cursor: pointer;
    }

    .collection-card:first-child {
      grid-row: span 2;
      aspect-ratio: auto;
    }

    .card-bg {
      position: absolute; inset: 0;
      transition: transform 0.7s ease;
    }
    .collection-card:hover .card-bg { transform: scale(1.05); }

    .card-bg-1 { background: linear-gradient(160deg, #4a1505 0%, #8b2500 50%, #c8622a 100%); }
    .card-bg-2 { background: linear-gradient(160deg, #1a2a4a 0%, #2d4a8a 50%, #4060c0 100%); }
    .card-bg-3 { background: linear-gradient(160deg, #1a3a1a 0%, #2a6a2a 50%, #3a8a3a 100%); }
    .card-bg-4 { background: linear-gradient(160deg, #3a2a1a 0%, #6a4a2a 50%, #8a6a3a 100%); }
    .card-bg-5 { background: linear-gradient(160deg, #3a1a3a 0%, #6a2a6a 50%, #8a3a8a 100%); }

    /* Textile pattern overlay per card */
    .card-pattern {
      position: absolute; inset: 0;
      background-image:
        repeating-linear-gradient(30deg, rgba(255,255,255,0.04) 0, rgba(255,255,255,0.04) 1px, transparent 1px, transparent 16px),
        repeating-linear-gradient(-30deg, rgba(255,255,255,0.03) 0, rgba(255,255,255,0.03) 1px, transparent 1px, transparent 16px);
      transition: opacity 0.4s;
    }
    .collection-card:hover .card-pattern { opacity: 0.5; }

    .card-content {
      position: absolute; inset: 0;
      display: flex; flex-direction: column; justify-content: flex-end;
      padding: 2rem;
      background: linear-gradient(to top, rgba(26,15,10,0.85) 0%, transparent 60%);
    }

    .card-tag {
      font-size: 0.6rem;
      letter-spacing: 0.25em;
      color: var(--gold);
      text-transform: uppercase;
      font-family: 'Cinzel', serif;
      margin-bottom: 0.5rem;
    }

    .card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 300;
      color: var(--ivory);
      line-height: 1.2;
      margin-bottom: 0.8rem;
    }
    .collection-card:first-child .card-title { font-size: 2.2rem; }

    .card-link {
      font-size: 0.65rem;
      letter-spacing: 0.15em;
      color: var(--saffron);
      text-transform: uppercase;
      text-decoration: none;
      display: flex; align-items: center; gap: 0.6rem;
      opacity: 0;
      transform: translateY(8px);
      transition: opacity 0.3s, transform 0.3s;
    }
    .collection-card:hover .card-link { opacity: 1; transform: translateY(0); }
    .card-link::after { content: '→'; }

    /* ── CRAFT SECTION ── */
    .craft {
      max-width: 1300px; margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 6rem;
      align-items: start;
    }

    .craft-steps { margin-top: 3rem; }
    .step {
      display: flex; gap: 1.5rem;
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem;
      border-bottom: 1px solid var(--border);
    }
    .step:last-child { border-bottom: none; }

    .step-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 3rem;
      color: var(--gold);
      opacity: 0.3;
      line-height: 1;
      flex: 0 0 auto;
      width: 3.5rem;
      text-align: right;
    }

    .step-body h3 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: var(--ivory);
      margin-bottom: 0.5rem;
    }
    .step-body p {
      color: var(--muted);
      font-size: 0.9rem;
      line-height: 1.8;
    }

    .craft-visual {
      position: sticky; top: 120px;
    }

    .craft-frame {
      aspect-ratio: 2/3;
      background: linear-gradient(135deg, #2c1508, #4a2010);
      position: relative;
      overflow: hidden;
    }

    .craft-frame::before {
      content: '';
      position: absolute; inset: 0;
      background:
        repeating-conic-gradient(from 0deg at 50% 50%, rgba(184,134,11,0.05) 0deg 10deg, transparent 10deg 20deg),
        repeating-linear-gradient(0deg, rgba(200,98,42,0.04) 0, rgba(200,98,42,0.04) 1px, transparent 1px, transparent 30px);
    }

    .craft-frame-center {
      position: absolute; inset: 0;
      display: flex; align-items: center; justify-content: center;
      flex-direction: column; gap: 1.5rem;
    }

    .loom-icon { font-size: 6rem; opacity: 0.3; }

    .craft-quote {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.1rem;
      color: var(--gold);
      opacity: 0.6;
      text-align: center;
      padding: 0 3rem;
      line-height: 1.7;
    }

    .craft-border {
      position: absolute;
      top: 24px; right: 24px; bottom: 24px; left: 24px;
      border: 1px solid rgba(184,134,11,0.15);
      pointer-events: none;
    }

    /* ── FEATURED PRODUCT ── */
    .featured {
      background: linear-gradient(135deg, #200e06, #150903);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

    .featured-inner {
      max-width: 1300px; margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
    }

    .featured-product-img {
      aspect-ratio: 1;
      background: radial-gradient(ellipse at center, #4a1505 0%, #1a0800 100%);
      position: relative;
      overflow: hidden;
    }

    .featured-product-img::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        repeating-linear-gradient(45deg, rgba(184,134,11,0.1) 0, rgba(184,134,11,0.1) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(200,98,42,0.08) 0, rgba(200,98,42,0.08) 1px, transparent 1px, transparent 15px);
    }

    .product-badge { position:absolute; top:1.5rem; left:1.5rem; background:var(--saffron); color:var(--ivory); font-family:'Cinzel',serif; font-size:0.6rem; letter-spacing:0.2em; padding:0.4rem 0.8rem; text-transform:uppercase; z-index:2; }

    .featured-info h2 { margin-bottom: 0.5rem; }
    .featured-info .product-name {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.1rem;
      color: var(--muted);
      margin-bottom: 1.5rem;
    }
    .featured-info p {
      color: var(--muted);
      line-height: 1.9;
      font-size: 0.95rem;
      margin-bottom: 1.5rem;
    }

    .price-row {
      display: flex; align-items: baseline; gap: 1rem;
      margin: 2rem 0;
    }
    .price {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.5rem;
      color: var(--gold);
    }
    .price-note { font-size: 0.8rem; color: var(--muted); }

    .spec-list {
      list-style: none;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 0.8rem 2rem;
      margin-bottom: 2.5rem;
    }
    .spec-list li {
      font-size: 0.8rem;
      color: var(--muted);
      display: flex; align-items: center; gap: 0.5rem;
    }
    .spec-list li::before { content: '✦'; color: var(--gold); font-size: 0.5rem; opacity: 0.7; }

    /* ── TESTIMONIALS ── */
    .testimonials-section { text-align: center; }

    .testimonials-header {
      max-width: 500px; margin: 0 auto 4rem;
    }
    .testimonials-header .divider { margin: 1.5rem auto; }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 2rem;
      max-width: 1200px; margin: 0 auto;
    }

    .testimonial {
      background: rgba(184,134,11,0.04);
      border: 1px solid var(--border);
      padding: 2.5rem;
      text-align: left;
      position: relative;
      transition: border-color 0.3s;
    }
    .testimonial:hover { border-color: rgba(184,134,11,0.5); }

    .testimonial::before {
      content: '"';
      font-family: 'Cormorant Garamond', serif;
      font-size: 6rem;
      color: var(--gold);
      opacity: 0.12;
      position: absolute; top: -1rem; left: 1.5rem;
      line-height: 1;
      pointer-events: none;
    }

    .testimonial p {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.05rem;
      color: var(--cream);
      line-height: 1.8;
      margin-bottom: 1.5rem;
      opacity: 0.85;
    }

    .testimonial-author strong {
      display: block;
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      color: var(--gold);
      text-transform: uppercase;
      font-style: normal;
      font-family: 'Cinzel', serif;
    }
    .testimonial-author span {
      font-size: 0.72rem;
      color: var(--muted);
    }

    .stars { color: var(--saffron); font-size: 0.75rem; margin-bottom: 1rem; letter-spacing: 0.1em; }

    /* ── CONTACT/FOOTER ── */
    .contact {
      background: linear-gradient(135deg, #150903, #0d0603);
      border-top: 1px solid var(--border);
    }

    .contact-inner {
      max-width: 1300px; margin: 0 auto;
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr;
      gap: 5rem;
    }

    .contact-brand .nav-logo { font-size: 1.4rem; display: block; margin-bottom: 1.2rem; }
    .contact-brand p { color: var(--muted); font-size: 0.9rem; line-height: 1.8; margin-bottom: 2rem; }

    .social-links { display: flex; gap: 1rem; }
    .social-link {
      width: 40px; height: 40px;
      border: 1px solid var(--border);
      display: flex; align-items: center; justify-content: center;
      color: var(--muted);
      text-decoration: none;
      font-size: 0.75rem;
      transition: border-color 0.3s, color 0.3s;
    }
    .social-link:hover { border-color: var(--gold); color: var(--gold); }

    .contact-col h4 {
      font-family: 'Cinzel', serif;
      font-size: 0.7rem;
      letter-spacing: 0.2em;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 1.5rem;
    }

    .contact-col ul { list-style: none; }
    .contact-col ul li { margin-bottom: 0.8rem; }
    .contact-col ul li a {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.85rem;
      transition: color 0.3s;
    }
    .contact-col ul li a:hover { color: var(--gold); }
    .contact-col ul li span {
      color: var(--muted);
      font-size: 0.85rem;
      line-height: 1.7;
      display: block;
    }

    .footer-bottom {
      border-top: 1px solid var(--border);
      padding: 2rem 4rem;
      display: flex; justify-content: space-between; align-items: center;
      max-width: 100%;
    }
    .footer-bottom p { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.08em; }

    .joo-webs-credit {
      width: 116px;
      min-height: 116px;
      padding: 0.62rem 0.56rem 0.58rem;
      border: 1px solid rgba(184,134,11,0.26);
      background: linear-gradient(145deg, #10212b, #061018);
      display: grid;
      justify-items: center;
      align-content: center;
      gap: 0.42rem;
      text-decoration: none;
      box-shadow: 0 14px 32px rgba(0,0,0,0.22);
      transition: transform 0.25s ease, border-color 0.25s ease;
    }

    .joo-webs-credit:hover {
      transform: translateY(-2px);
      border-color: rgba(0,214,255,0.55);
    }

    .joo-webs-credit img {
      width: 54px;
      height: auto;
    }

    .joo-webs-credit span {
      color: rgba(255,246,226,0.82);
      font-size: 0.48rem;
      line-height: 1.45;
      letter-spacing: 0.1em;
      text-align: center;
      text-transform: uppercase;
    }

    /* ── WHATSAPP FLOATING BUTTON ── */
    .whatsapp-fab {
      position: fixed;
      bottom: 2rem; right: 2rem;
      z-index: 9998;
      display: flex; align-items: center; gap: 0.75rem;
      background: #25D366;
      color: #fff;
      text-decoration: none;
      padding: 0.85rem 1.4rem 0.85rem 1rem;
      border-radius: 50px;
      box-shadow: 0 4px 24px rgba(37,211,102,0.35), 0 2px 8px rgba(0,0,0,0.3);
      font-family: 'Cinzel', serif;
      font-size: 0.65rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
      animation: waPulse 3s ease-in-out infinite;
    }
    .whatsapp-fab:hover {
      background: #1db954;
      transform: translateY(-3px) scale(1.04);
      box-shadow: 0 8px 30px rgba(37,211,102,0.45);
      animation: none;
    }
    .whatsapp-fab:focus,
    .whatsapp-fab:focus-visible {
      outline: none;
      box-shadow: 0 4px 24px rgba(37,211,102,0.35), 0 2px 8px rgba(0,0,0,0.3);
    }
    .whatsapp-fab svg { width: 22px; height: 22px; flex-shrink: 0; }
    @keyframes waPulse {
      0%,100% { box-shadow: 0 4px 24px rgba(37,211,102,0.35), 0 2px 8px rgba(0,0,0,0.3); }
      50%      { box-shadow: 0 4px 32px rgba(37,211,102,0.6), 0 2px 8px rgba(0,0,0,0.3); }
    }

    /* catalog link helper */
    a



    .carpet-code {
      font-family: 'Cinzel', serif;
      font-size: 0.6rem;
      letter-spacing: 0.2em;
      color: var(--gold);
      background: rgba(184,134,11,0.1);
      border: 1px solid rgba(184,134,11,0.25);
      display: inline-block;
      padding: 0.2rem 0.6rem;
      margin-bottom: 0.45rem;
    }

    /* ── CARPET GRID ── */
    .carpet-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      max-width: 1400px;
      margin: 0 auto;
    }
    .gallery-grid, .shawl-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      max-width: 900px;
      margin: 0 auto;
    }
    .shawl-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      max-width: 900px;
      margin: 0 auto;
    }
    @media(max-width:600px){
      .shawl-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    }
    .shawl-grid .carpet-img-wrap {
      aspect-ratio: 3 / 4 !important;
    }
    .shawl-grid .carpet-img-wrap img {
      object-fit: cover !important;
      object-position: center center !important;
      width: 100% !important;
      height: 100% !important;
    }

    .carpet-card {
      background: #1e0f07;
      border: 1px solid rgba(184,134,11,0.15);
      overflow: hidden;
      transition: border-color 0.3s, transform 0.3s;
      cursor: pointer;
    }
    .carpet-card:hover {
      border-color: rgba(184,134,11,0.5);
      transform: translateY(-4px);
    }
    .whatsapp-quote-btn {
      display: flex; align-items: center; justify-content: center; gap: 0.5rem;
      background: #25D366; color: #fff; border: none;
      padding: 0.65rem 0.9rem; font-family: 'Cinzel', serif;
      font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase;
      cursor: pointer; width: 100%; transition: background 0.2s; margin-top: 0.3rem;
      -webkit-tap-highlight-color: transparent;
    }
    .whatsapp-quote-btn:hover, .whatsapp-quote-btn:active { background: #128C7E; }
    .whatsapp-quote-btn svg { flex-shrink: 0; fill: #fff; }

    .carpet-img-wrap {
      position: relative;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #100703;
    }
    .carpet-img-wrap img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
    .carpet-card:hover .carpet-img-wrap img {
      transform: scale(1.06);
    }

    .card-slider-controls {
      position: absolute;
      inset: 0;
      z-index: 4;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.25s ease;
    }
    .carpet-card:hover .card-slider-controls,
    .carpet-card:focus-within .card-slider-controls {
      opacity: 1;
    }
    .card-slide-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid rgba(184,134,11,0.5);
      background: rgba(12,6,3,0.78);
      color: var(--gold);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      line-height: 1;
      pointer-events: auto;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
    }
    .card-slide-btn:hover {
      background: rgba(184,134,11,0.22);
      border-color: rgba(184,134,11,0.82);
      color: var(--ivory);
    }
    .card-slide-btn:active { transform: translateY(-50%) scale(0.96); }
    .card-slide-prev { left: 0.65rem; }
    .card-slide-next { right: 0.65rem; }
    .card-slide-dots {
      position: absolute;
      left: 50%;
      bottom: 0.7rem;
      transform: translateX(-50%);
      display: flex;
      gap: 0.35rem;
      padding: 0.25rem 0.45rem;
      border-radius: 999px;
      background: rgba(8,3,1,0.5);
      pointer-events: auto;
    }
    .card-slide-dot {
      width: 7px;
      height: 7px;
      border: 0;
      border-radius: 50%;
      background: rgba(255,255,255,0.42);
      padding: 0;
      cursor: pointer;
    }
    .card-slide-dot.active { background: var(--gold); }
    .card-photo-count {
      position: absolute;
      right: 0.75rem;
      top: 0.75rem;
      z-index: 5;
      color: var(--ivory);
      background: rgba(8,3,1,0.62);
      border: 1px solid rgba(184,134,11,0.32);
      font-family: 'Cinzel', serif;
      font-size: 0.52rem;
      letter-spacing: 0.12em;
      padding: 0.25rem 0.45rem;
      pointer-events: none;
    }
    @media (hover: none) {
      .card-slider-controls { opacity: 1; }
      .card-slide-btn {
        width: 30px;
        height: 30px;
        background: rgba(12,6,3,0.7);
      }
    }

    .carpet-overlay {
      position: absolute; inset: 0;
      background: rgba(26,15,10,0.55);
      display: flex; align-items: center; justify-content: center;
      opacity: 0;
      transition: opacity 0.35s;
    }
    .carpet-card:hover .carpet-overlay { opacity: 1; }

    .quote-btn {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: #25D366;
      color: #fff;
      text-decoration: none;
      padding: 0.75rem 1.4rem;
      font-family: 'Cinzel', serif;
      font-size: 0.65rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      border: none;
      transition: background 0.25s, transform 0.2s;
      white-space: nowrap;
    }
    .quote-btn:hover { background: #1db954; transform: scale(1.04); }

    .carpet-info {
      padding: 1rem 1.1rem 1.2rem;
      border-top: 1px solid rgba(184,134,11,0.12);
    }
    .carpet-type {
      font-family: 'Cinzel', serif;
      font-size: 0.55rem;
      letter-spacing: 0.2em;
      color: var(--saffron);
      text-transform: uppercase;
      margin-bottom: 0.3rem;
    }
    .carpet-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 400;
      color: var(--ivory);
      line-height: 1.3;
    }

    @media (max-width: 1100px) {
      .carpet-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 750px) {
      .carpet-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
      .shawl-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    }
    @media (max-width: 480px) {
      .carpet-grid, .shawl-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    }


    /* ── PRICE POPUP ── */
    .price-popup-overlay {
      display:none; position:fixed; inset:0; z-index:10002;
      background:rgba(10,5,2,0.92); backdrop-filter:blur(8px);
      align-items:center; justify-content:center;
    }
    .price-popup-overlay.active { display:flex; }
    .price-popup {
      background:linear-gradient(160deg,#1e0f05,#2c1508);
      border:1px solid rgba(184,134,11,0.4);
      max-width:460px; width:92%;
      padding:2.8rem 2.4rem;
      position:relative; text-align:center;
    }
    .price-popup-close {
      position:absolute; top:1rem; right:1.2rem;
      background:none; border:none; color:#7a5c44;
      font-size:1.4rem; cursor:pointer; line-height:1;
    }
    .popup-code {
      font-family:'Cinzel',serif; font-size:0.6rem;
      letter-spacing:0.25em; color:var(--gold);
      background:rgba(184,134,11,0.1);
      border:1px solid rgba(184,134,11,0.25);
      display:inline-block; padding:0.2rem 0.7rem;
      margin-bottom:0.8rem;
    }
    .popup-name {
      font-family:'Cormorant Garamond',serif; font-weight:300;
      font-size:1.6rem; color:var(--ivory); margin-bottom:0.4rem; line-height:1.2;
    }
    .popup-type {
      font-size:0.72rem; color:var(--muted); margin-bottom:1.5rem; letter-spacing:0.08em;
    }
    .popup-price-display {
      font-family:'Cormorant Garamond',serif;
      font-size:2.4rem; color:var(--gold);
      margin-bottom:0.3rem; line-height:1;
    }
    .popup-price-note {
      font-size:0.72rem; color:var(--muted); margin-bottom:0.8rem;
    }
    .popup-currency-row {
      display:flex; align-items:center; justify-content:center; gap:0.8rem;
      margin-bottom:1.8rem;
    }
    .popup-currency-select {
      background:rgba(184,134,11,0.1);
      border:1px solid rgba(184,134,11,0.35);
      color:var(--gold); font-family:'Cinzel',serif;
      font-size:0.62rem; letter-spacing:0.08em;
      padding:0.35rem 0.7rem; cursor:pointer; outline:none;
    }
    .popup-actions { display:flex; flex-direction:column; gap:0.8rem; align-items:center; }
    .popup-rzp-btn {
      display:inline-flex; align-items:center; gap:0.5rem;
      background:var(--saffron); color:var(--ivory);
      border:none; cursor:pointer;
      font-family:'Cinzel',serif; font-size:0.65rem;
      letter-spacing:0.15em; text-transform:uppercase;
      padding:0.85rem 2rem; width:100%;
      justify-content:center;
      transition:background 0.3s;
    }
    .popup-rzp-btn:hover { background:#a8521f; }
    .popup-paypal-wrap { width:100%; }
    .wise-pay-btn {
      display:inline-flex; align-items:center; justify-content:center; gap:0.5rem;
      width:100%; box-sizing:border-box;
      background:#163300; color:#9fe870; border:1px solid rgba(159,232,112,0.55);
      text-decoration:none; cursor:pointer;
      font-family:'Cinzel',serif; font-size:0.62rem;
      letter-spacing:0.13em; text-transform:uppercase;
      padding:0.82rem 1.4rem; transition:background 0.2s, color 0.2s, border-color 0.2s;
      -webkit-tap-highlight-color:transparent;
    }
    .wise-pay-btn:hover, .wise-pay-btn:active {
      background:#9fe870; color:#102600; border-color:#9fe870;
    }
    .popup-wa-btn {
      display:inline-flex; align-items:center; gap:0.5rem;
      background:#25D366; color:#fff; text-decoration:none;
      font-family:'Cinzel',serif; font-size:0.65rem;
      letter-spacing:0.15em; text-transform:uppercase;
      padding:0.85rem 2rem; width:100%;
      justify-content:center; transition:background 0.3s;
    }
    .popup-wa-btn:hover { background:#1db954; }
    .popup-intl-note { font-size:0.7rem; color:var(--muted); margin-top:0.5rem; }

    /* ── RESPONSIVE ── */
    @media (max-width: 640px) { #cardPopupBox { grid-template-columns: 1fr !important; } }
    @media (max-width: 900px) {
      nav { padding: 1.2rem 1.5rem; z-index: 9060; }
      .collection-announcement {
        top: 68px;
        min-height: 48px;
        gap: 0.55rem;
        padding: 0.55rem 0.9rem;
        font-size: 0.65rem;
      }
      .collection-announcement strong,
      .collection-announcement a { font-size: 0.58rem; }
      .nav-links { display: none; }
      .mobile-menu-toggle { display: inline-flex; margin-left: auto; position: relative; z-index: 9066; touch-action: manipulation; }
      .nav-logo { min-width: 0; }
      .nav-logo span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      nav > .btn-primary,
      nav > .specials-hold-btn { display: none !important; }
      .mobile-menu-shield {
        position: fixed;
        inset: 0;
        z-index: 9061;
        display: block;
        opacity: 0;
        pointer-events: none;
        background: rgba(8, 6, 4, 0.18);
        touch-action: none;
      }
      body.mobile-menu-open .mobile-menu-shield {
        pointer-events: auto;
      }
      body.mobile-menu-open {
        overflow: hidden;
        touch-action: none;
      }
      body.mobile-menu-open > :not(nav):not(#mobileMenuShield):not(#mobileNavPanel) {
        pointer-events: none;
      }
      .mobile-nav-panel {
        position: fixed;
        top: 5.35rem;
        right: 1rem;
        z-index: 9065;
        display: grid;
        width: min(330px, calc(100vw - 2rem));
        max-height: calc(100svh - 6.1rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 0.72rem;
        gap: 0.4rem;
        background:
          linear-gradient(180deg, rgba(23,14,9,0.98), rgba(10,15,13,0.98));
        border: 1px solid rgba(196,154,68,0.22);
        border-radius: 8px;
        box-shadow: 0 22px 60px rgba(0,0,0,0.42);
        transform: translateY(-8px);
        opacity: 1;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.22s ease, visibility 0.22s ease;
      }
      .mobile-nav-panel.is-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }
      .mobile-nav-scroll-hint {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        min-height: 27px;
        margin: -0.18rem -0.18rem 0.05rem;
        color: var(--gold);
        background: linear-gradient(180deg, rgba(23,14,9,1), rgba(23,14,9,0.9));
        font-family: 'Cinzel', serif;
        font-size: 0.52rem;
        letter-spacing: 0.2em;
        line-height: 1;
        text-transform: uppercase;
      }
      .mobile-nav-scroll-arrow {
        font-size: 0.92rem;
        line-height: 0.7;
        animation: mobileNavScrollNudge 1.4s ease-in-out infinite;
      }
      @keyframes mobileNavScrollNudge {
        0%, 100% { transform: translateY(-1px); opacity: 0.65; }
        50% { transform: translateY(2px); opacity: 1; }
      }
      .mobile-nav-panel button,
      .mobile-nav-panel a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 44px;
        padding: 0.82rem 0.9rem;
        color: var(--cream);
        background: rgba(255,248,234,0.035);
        border: 1px solid rgba(196,154,68,0.1);
        border-radius: 6px;
        font-family: 'Cinzel', serif;
        font-size: 0.64rem;
        letter-spacing: 0.14em;
        line-height: 1.25;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        box-shadow: none;
        touch-action: manipulation;
      }
      .mobile-nav-panel button:active,
      .mobile-nav-panel a:active,
      .mobile-nav-panel button.is-active-page-link {
        background: rgba(196,154,68,0.12);
        border-color: rgba(196,154,68,0.34);
        color: var(--gold);
      }
      .mobile-nav-panel button:focus,
      .mobile-nav-panel a:focus {
        outline: none;
        box-shadow: none;
      }
      .mobile-nav-panel button:focus-visible,
      .mobile-nav-panel a:focus-visible {
        outline: 1px solid rgba(196,154,68,0.72);
        outline-offset: 2px;
      }
      .mobile-nav-panel .mobile-specials-hold {
        position: relative;
        overflow: hidden;
        isolation: isolate;
        color: #f7dc93;
        border-color: rgba(197,161,90,0.22);
        background:
          linear-gradient(135deg, rgba(43,20,60,0.38), rgba(255,248,234,0.035));
      }
      .mobile-specials-fill {
        position: absolute;
        inset: 0;
        width: 0%;
        z-index: -1;
        background: linear-gradient(90deg, rgba(105,52,143,0.82), rgba(197,161,90,0.9));
        transition: width 0.08s linear;
      }
      .mobile-specials-label {
        position: relative;
        z-index: 1;
      }
      .mobile-specials-hold.is-holding .mobile-specials-fill {
        width: 100%;
        transition: width 1.05s linear;
      }
      section { padding: 5rem 1.5rem; }
      .hero-content { padding: 0 1.5rem; }
      .heritage, .craft, .featured-inner, .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
      .collections-grid { grid-template-columns: 1fr 1fr; }
      .collection-card:first-child { grid-column: span 2; grid-row: auto; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .hero-pattern, .hero-paisley { display: none; }
      .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    }
  



.weaving-divider {
  background: var(--deep);
  padding: 3rem 0 2rem;
  overflow: hidden;
  position: relative;
}
.weaving-container {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
#weavingCanvas {
  display: block;
  width: 100%;
}
.weaving-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem 0;
  opacity: 0.65;
}
.weaving-label-line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}
.weaving-label-line:last-child {
  background: linear-gradient(to left, transparent, var(--gold));
}
.weaving-label-text {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .weaving-label-text { font-size: 0.48rem; letter-spacing: 0.1em; }
  .weaving-label { gap: 0.8rem; }
}




.care-card {
  background: rgba(26,13,4,0.8);
  border: 1px solid rgba(184,134,11,0.18);
  padding: 1.6rem 1.4rem;
  transition: border-color 0.3s, transform 0.3s;
}
.care-card:hover {
  border-color: rgba(184,134,11,0.45);
  transform: translateY(-3px);
}
.care-icon {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.care-title {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.care-body {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 0.8rem;
}
.care-freq {
  font-size: 0.68rem;
  color: rgba(184,134,11,0.55);
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 700px) {
  .care-grid { grid-template-columns: 1fr 1fr !important; }
  .care-dos-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  .care-grid { grid-template-columns: 1fr !important; }
}




#cardPopupOverlay { -webkit-overflow-scrolling: touch; }




/* Top-bar and home ticker repair: keep the registered mark readable and the craft band moving. */
.nav-brand-copy {
  display: grid !important;
  gap: 0.18rem;
  min-width: 0;
}

.nav-brand-title {
  display: block !important;
  line-height: 1;
  white-space: nowrap;
}

.nav-brand-copy small {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.48rem;
  letter-spacing: 0.24em;
  color: rgba(197,161,90,0.76);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-logo .registered-mark,
.contact-brand .registered-mark {
  display: inline-block !important;
  margin-left: 0.1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--gold) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  vertical-align: super !important;
  transform: translateY(-0.04em);
  text-shadow: 0 0 14px rgba(196,154,68,0.5);
}

.marquee-strip {
  overflow: hidden !important;
}

.marquee-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  min-width: max-content !important;
  transform: translate3d(0,0,0);
  will-change: transform !important;
  animation-name: tkkCraftConveyor !important;
  animation-duration: 18s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-play-state: running !important;
}

@keyframes tkkCraftConveyor {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-50%,0,0); }
}

@media (max-width: 760px) {
  .nav-logo .registered-mark {
    font-size: 0.62rem !important;
  }

  .nav-brand-copy small {
    font-size: 0.42rem;
    letter-spacing: 0.16em;
  }

  .marquee-track {
    animation-duration: 14s !important;
  }
}




@media(max-width:700px){
  #shawl-specials-grid { grid-template-columns:1fr !important; }
}




@media(max-width:900px){ #mobile-shawls-bar{ display:block !important; } }




.cp-dot {
  width:7px;height:7px;border-radius:50%;
  background:rgba(255,255,255,0.4);cursor:pointer;
  transition:background 0.2s;
}
.cp-dot.active { background:var(--gold); }




/* Responsive polish: shawls and phone layout */
.carpet-card .card-info {
  padding: 1rem 1.05rem 1.1rem;
  border-top: 1px solid rgba(184,134,11,0.12);
}

#shawls-page {
  overflow-x: hidden;
}

#shawl-specials-grid > div:first-child {
  aspect-ratio: 4 / 5;
  background: #120804;
}

#shawl-specials-grid > div:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.shawl-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.shawl-grid .carpet-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  background: #1e0f07 !important;
}

.shawl-grid .carpet-card > img:first-child,
.shawl-grid .carpet-card img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  background: #120804 !important;
}

.shawl-grid .card-info {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

.shawl-grid .carpet-type {
  line-height: 1.45 !important;
}

.shawl-grid .carpet-name {
  font-size: 1.08rem !important;
  min-height: 2.7em !important;
}

.shawl-grid .carpet-price {
  margin: 0.35rem 0 0.7rem !important;
}

.shawl-grid .whatsapp-quote-btn {
  background: #25D366 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  margin-top: auto !important;
}

@media (max-width: 1100px) {
  .shawl-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }

  nav {
    padding: 0.85rem 1rem !important;
    background: rgba(18,9,4,0.94) !important;
  }

  .nav-logo {
    max-width: 62vw;
    font-size: 0.82rem !important;
    letter-spacing: 0.12em !important;
  }

  .nav-logo img {
    height: 40px !important;
  }

  .nav-logo sup {
    font-size: 0.68rem !important;
  }

  nav > .btn-primary {
    padding: 0.55rem 0.85rem !important;
    font-size: 0.55rem !important;
    letter-spacing: 0.12em !important;
  }

  .hero {
    min-height: 92svh !important;
    align-items: flex-start !important;
    padding-top: 6.5rem !important;
  }

  .hero-content {
    padding: 0 1.15rem !important;
    max-width: 100% !important;
  }

  .hero-eyebrow {
    font-size: 0.56rem !important;
    letter-spacing: 0.22em !important;
    gap: 0.6rem !important;
    flex-wrap: wrap !important;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.25rem) !important;
    line-height: 0.98 !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .btn-group {
    gap: 0.75rem !important;
  }

  .btn-primary,
  .btn-outline {
    padding: 0.82rem 1.1rem !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.13em !important;
  }

  section,
  #collections,
  #shawls-page section {
    padding: 4rem 1rem !important;
  }

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

  .carpet-card .card-info {
    padding: 0.85rem 0.8rem 0.95rem !important;
  }

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

  .shawl-grid .carpet-name {
    font-size: 0.98rem !important;
    min-height: 2.8em !important;
  }

  .shawl-grid .carpet-type,
  .shawl-grid .carpet-code {
    letter-spacing: 0.12em !important;
  }

  #shawl-specials-grid {
    grid-template-columns: 1fr !important;
    gap: 1.6rem !important;
  }

  #shawl-specials-grid > div:first-child {
    max-height: 520px;
  }

  #cardPopupOverlay {
    padding: 0.65rem !important;
  }

  #cardPopupBox {
    margin: 0 !important;
    max-height: calc(100svh - 1.3rem) !important;
    overflow-y: auto !important;
  }

  .whatsapp-fab {
    width: 54px !important;
    height: 54px !important;
    right: 1rem !important;
    bottom: 1rem !important;
    padding: 0 !important;
    justify-content: center !important;
    font-size: 0 !important;
  }

  .whatsapp-fab svg {
    width: 24px !important;
    height: 24px !important;
  }

  #mobile-shawls-bar {
    top: 4.9rem !important;
    bottom: auto !important;
    left: 1rem !important;
    transform: none !important;
    max-width: calc(100vw - 2rem) !important;
    white-space: nowrap !important;
    padding: 0.55rem 1rem !important;
  }

  body.shawls-open #mobile-shawls-bar {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.shawls-open #mobile-shawl-label {
    display: none !important;
  }

  body.shawls-open #mobile-shawl-icon {
    font-size: 1rem !important;
    line-height: 1 !important;
  }

  #customRequestModal {
    align-items: flex-start !important;
    padding: 0.75rem !important;
  }

  #customRequestModal > div {
    padding: 1.6rem 1.05rem 1.2rem !important;
    margin: 0.5rem 0 !important;
  }

  #custom-request-fields {
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
  }
}

@media (max-width: 360px) {
  .carpet-grid,
  .shawl-grid {
    grid-template-columns: 1fr !important;
  }
}




.custom-pattern-btn {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  background: transparent;
  border: 1px solid rgba(184,134,11,0.5);
  color: var(--gold);
  padding: 0.55rem 0.9rem;
  font-family: 'Cinzel', serif;
  font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; width: 100%; margin-top: 0.35rem;
  transition: all 0.2s; -webkit-tap-highlight-color: transparent;
}
.custom-pattern-btn:hover, .custom-pattern-btn:active {
  background: rgba(184,134,11,0.12);
  border-color: var(--gold);
}




/* Final luxury polish layer */
:root {
  --cream: #f7efe3;
  --ivory: #fffaf1;
  --gold: #c49a44;
  --saffron: #a85d34;
  --deep: #100b08;
  --walnut: #24130d;
  --muted: #c2ad91;
  --border: rgba(196,154,68,0.28);
  --panel: rgba(27,15,10,0.82);
  --line: rgba(255,244,222,0.08);
}

body {
  background:
    linear-gradient(180deg, #100b08 0%, #160d09 42%, #0f0907 100%);
}

nav {
  background: linear-gradient(to bottom, rgba(10,7,5,0.96), rgba(10,7,5,0.78));
  border-bottom: 1px solid rgba(196,154,68,0.12);
}

.nav-logo img {
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.32));
}

.nav-logo sup {
  display: inline-block;
  margin-left: 0.08rem;
  font-size: 0.78rem !important;
  line-height: 1;
  transform: translateY(-0.12em);
  text-shadow: 0 0 14px rgba(196,154,68,0.46);
}

.marquee-strip {
  width: 100%;
  overflow: hidden !important;
  isolation: isolate;
}

.marquee-track {
  min-width: max-content;
  will-change: transform;
  animation: marqueeFlow 22s linear infinite !important;
}

@keyframes marqueeFlow {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

.hero {
  min-height: 96svh;
  isolation: isolate;
}

.hero-bg {
  background:
    radial-gradient(ellipse at 70% 50%, rgba(200,98,42,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(184,134,11,0.08) 0%, transparent 50%),
    linear-gradient(135deg, #1a0f0a 0%, #2c1508 50%, #1a0f0a 100%);
  background-size: cover;
  background-position: center;
  transform: none;
}

.hero-pattern,
.hero-paisley {
  opacity: 0.035;
}

.hero-content {
  max-width: 820px;
  padding-top: 5rem;
  text-shadow: 0 10px 32px rgba(0,0,0,0.48);
}

.hero-eyebrow {
  color: #d7b86d;
}

h1 {
  max-width: 9ch;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 620px;
  color: rgba(247,239,227,0.82);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.hero-proof span {
  border: 1px solid rgba(196,154,68,0.34);
  background: rgba(10,6,4,0.48);
  color: rgba(255,250,241,0.82);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.42rem 0.68rem;
}

.btn-primary,
.btn-outline,
.bespoke-cta,
.whatsapp-quote-btn,
.custom-pattern-btn,
.wise-pay-btn,
#cp-wa-btn,
#cardPopupOverlay button,
#customRequestModal button {
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}

.btn-primary,
.bespoke-cta {
  background: linear-gradient(135deg, #b9763e, #8c4e2e);
  color: var(--ivory);
  border: 1px solid rgba(255,230,190,0.16);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

.btn-primary:hover,
.bespoke-cta:hover {
  background: linear-gradient(135deg, #c78349, #965635);
}

.btn-outline {
  border-color: rgba(196,154,68,0.58);
  background: rgba(13,8,5,0.34);
}

.btn-outline:hover {
  background: rgba(196,154,68,0.9);
}

.bespoke-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.8rem;
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.custom-price-note {
  color: rgba(194,173,145,0.88);
  font-size: 0.76rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0.85rem auto 0;
}

#collections {
  background:
    linear-gradient(180deg, #110b08 0%, #19100b 50%, #100b08 100%) !important;
}

.carpet-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.35rem;
}

.carpet-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(37,21,14,0.92), rgba(21,12,8,0.98));
  border: 1px solid rgba(196,154,68,0.18);
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.22);
}

.carpet-card:hover {
  border-color: rgba(196,154,68,0.62);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.34);
}

.carpet-img-wrap {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at center, rgba(196,154,68,0.12), transparent 58%),
    #0d0806;
}

#collections .carpet-img-wrap img {
  object-fit: contain;
  padding: 0.42rem;
}

.carpet-card:hover .carpet-img-wrap img {
  transform: scale(1.025);
}

.card-info,
.carpet-card .card-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.34rem;
  padding: 1.05rem 1rem 1.1rem;
}

.carpet-code {
  color: rgba(196,154,68,0.92);
}

.carpet-type {
  color: rgba(216,183,115,0.82);
  line-height: 1.45;
}

.carpet-name {
  font-size: 1.16rem;
  min-height: 2.55em;
  text-wrap: balance;
}

.price-on-request,
.carpet-price span {
  display: inline-flex;
  width: fit-content;
  color: #e4c57d !important;
  border: 1px solid rgba(196,154,68,0.28);
  background: rgba(196,154,68,0.08);
  font-family: 'Cinzel', serif !important;
  font-size: 0.58rem !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.28rem 0.48rem;
  margin: 0.08rem 0 0.1rem;
}

.product-size-note {
  color: rgba(194,173,145,0.86);
  font-size: 0.68rem;
  font-style: italic;
  line-height: 1.55;
  min-height: 2.7em;
  margin-bottom: 0.3rem;
}

.whatsapp-quote-btn {
  background: linear-gradient(135deg, #8e5a2e, #5d3623);
  border: 1px solid rgba(196,154,68,0.28);
  color: var(--ivory);
  min-height: 42px;
  margin-top: auto;
}

.whatsapp-quote-btn:hover,
.whatsapp-quote-btn:active {
  background: linear-gradient(135deg, #a66a38, #704229);
}

.custom-pattern-btn {
  min-height: 40px;
  background: rgba(255,250,241,0.03);
}

.mini-badge {
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.5rem;
  background: linear-gradient(135deg, #c49a44, #8c4e2e);
}

.card-slide-btn {
  box-shadow: none;
}

.featured {
  background:
    linear-gradient(135deg, rgba(31,17,11,0.98), rgba(13,8,5,0.98));
}

.featured-inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.featured-product-img {
  border: 1px solid rgba(196,154,68,0.24);
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
  background:
    radial-gradient(circle at center, rgba(196,154,68,0.12), transparent 62%),
    #0b0706 !important;
}

.featured-product-img img {
  object-fit: contain !important;
  padding: 0.7rem;
}

.product-badge {
  border-radius: 2px;
  background: linear-gradient(135deg, #c49a44, #8c4e2e);
}

.price {
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: 0.02em;
}

.spec-list {
  background: rgba(255,250,241,0.025);
  border: 1px solid var(--line);
  padding: 1rem;
  border-radius: 6px;
}

#cardPopupBox {
  max-width: 980px !important;
  border-radius: 7px;
  box-shadow: 0 28px 90px rgba(0,0,0,0.52);
  align-items: stretch;
  isolation: isolate;
}

#cp-slider-wrap {
  min-height: 420px;
  align-self: stretch;
  contain: paint;
  z-index: 0;
  background:
    radial-gradient(circle at center, rgba(196,154,68,0.12), transparent 62%),
    #0b0706 !important;
}

#cp-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  box-sizing: border-box;
  object-fit: contain !important;
  padding: 0.6rem;
}

.cp-popup-details {
  z-index: 1;
  min-width: 0;
  background: inherit;
}

#cp-name {
  text-wrap: balance;
}

#cp-quote-block {
  border: 1px solid rgba(196,154,68,0.2);
  background: rgba(196,154,68,0.06);
  padding: 0.9rem 1rem;
  border-radius: 5px;
}

#customRequestModal > div {
  border-radius: 7px;
  box-shadow: 0 28px 90px rgba(0,0,0,0.5);
}

.custom-price-disclaimer {
  border: 1px solid rgba(197,161,90,0.24);
  background: rgba(197,161,90,0.07);
  color: rgba(255,250,241,0.78);
  font-size: 0.78rem;
  line-height: 1.7;
  padding: 0.85rem 0.95rem;
  margin: -0.3rem 0 1rem;
  border-radius: 4px;
}

#customRequestModal input,
#customRequestModal textarea,
#customRequestModal select,
#preCheckoutModal input,
#preCheckoutModal textarea {
  border-radius: 3px;
  background: rgba(255,250,241,0.055) !important;
  border-color: rgba(196,154,68,0.3) !important;
}

#customRequestModal input:focus,
#customRequestModal textarea:focus,
#customRequestModal select:focus,
#preCheckoutModal input:focus,
#preCheckoutModal textarea:focus {
  border-color: rgba(196,154,68,0.72) !important;
  box-shadow: 0 0 0 3px rgba(196,154,68,0.08) !important;
}

.shawl-grid .carpet-card > img:first-child,
.shawl-grid .carpet-card img {
  padding: 0 !important;
  object-fit: cover !important;
}

.shawl-grid .carpet-name {
  min-height: 2.8em;
}

.whatsapp-fab {
  box-shadow: 0 18px 42px rgba(0,0,0,0.35);
}

@media (max-width: 900px) {
  .hero {
    min-height: 92svh;
  }

	  .hero-bg {
	    background:
	      radial-gradient(ellipse at 70% 42%, rgba(200,98,42,0.12) 0%, transparent 58%),
	      radial-gradient(ellipse at 20% 76%, rgba(184,134,11,0.08) 0%, transparent 48%),
	      linear-gradient(135deg, #1a0f0a 0%, #2c1508 50%, #1a0f0a 100%);
	    background-size: cover;
	    background-position: center;
	  }

  .hero-content {
    padding-top: 4.4rem;
  }

  h1 {
    max-width: 8ch;
  }

  .featured-inner {
    grid-template-columns: 1fr;
  }

  .featured-product-img {
    max-height: 70svh;
  }
}

@media (max-width: 620px) {
  .hero-proof {
    gap: 0.45rem;
  }

  .hero-proof span {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
    padding: 0.36rem 0.5rem;
  }

  #collections .carpet-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  #collections .carpet-img-wrap {
    aspect-ratio: 5 / 6;
  }

  .carpet-name {
    min-height: auto;
  }

  .product-size-note {
    min-height: auto;
  }

  .whatsapp-quote-btn,
  .custom-pattern-btn {
    font-size: 0.56rem;
    letter-spacing: 0.11em;
  }

  #cardPopupBox {
    border-radius: 6px;
  }

  #cp-slider-wrap {
    min-height: 0 !important;
    height: min(46svh, 360px) !important;
    max-height: 360px;
  }

  .cp-popup-details {
    padding: 1.35rem 1rem 1.15rem !important;
    overflow: visible !important;
    justify-content: flex-start !important;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}




#enquiryBasketFab {
  position: fixed;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 9002;
  border: 1px solid rgba(196,154,68,0.44);
  background: linear-gradient(135deg, rgba(36,19,13,0.96), rgba(20,11,8,0.96));
  color: var(--ivory);
  padding: 0.76rem 1rem;
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(0,0,0,0.34);
}

#customerAccountFab {
  position: fixed;
  right: 1rem;
  bottom: 6.2rem;
  z-index: 9994;
  border: 1px solid rgba(197,161,90,0.55);
  background: rgba(13,20,17,0.88);
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.74rem 0.95rem;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,0.24);
}

.customer-account-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10020;
  background: rgba(6,4,2,0.82);
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.customer-account-panel {
  position: relative;
  width: min(460px, 100%);
  background: linear-gradient(160deg, #15100c, #241611);
  border: 1px solid rgba(197,161,90,0.42);
  padding: 1.6rem;
  box-shadow: 0 24px 80px rgba(0,0,0,0.42);
}

.customer-account-form,
.customer-account-signed-in {
  display: grid;
  gap: 0.75rem;
}

.customer-account-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(241,231,212,0.72);
  font-size: 0.78rem;
}

.customer-account-form label span {
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.customer-account-form input {
  width: 100%;
  border: 1px solid rgba(197,161,90,0.28);
  background: rgba(255,248,234,0.07);
  color: var(--ivory);
  padding: 0.78rem 0.85rem;
  outline: none;
}

.customer-account-signed-in strong {
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.customer-account-signed-in span,
.customer-account-status {
  color: rgba(241,231,212,0.68);
  font-size: 0.82rem;
  line-height: 1.5;
}

.customer-account-status {
  min-height: 1.2rem;
  margin-top: 0.85rem;
}

#enquiryBasketCount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  margin-left: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
  color: #120804;
  font-size: 0.62rem;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  #mobileNavPanel {
    opacity: 1 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    pointer-events: none !important;
  }

  body.mobile-menu-open #mobileNavPanel,
  #mobileNavPanel.is-open {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  body.mobile-menu-open #mobileMenuShield {
    display: block !important;
    pointer-events: auto !important;
  }
}

.basket-panel {
  position: relative;
  width: min(92vw, 520px);
  max-height: min(82svh, 680px);
  overflow-y: auto;
  background: linear-gradient(160deg,#1a0d04,#271207);
  border: 1px solid rgba(196,154,68,0.42);
  border-radius: 7px;
  padding: 2rem;
  box-shadow: 0 28px 90px rgba(0,0,0,0.52);
}

.basket-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(196,154,68,0.38);
  background: rgba(196,154,68,0.12);
  color: var(--ivory);
  cursor: pointer;
}

.basket-kicker {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.basket-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--ivory);
  margin-bottom: 0.45rem;
}

.basket-copy {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.basket-items {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.basket-empty {
  border: 1px solid rgba(196,154,68,0.18);
  background: rgba(196,154,68,0.05);
  color: var(--muted);
  padding: 1rem;
  font-size: 0.82rem;
  line-height: 1.6;
}

.basket-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  align-items: center;
  border: 1px solid rgba(196,154,68,0.18);
  background: rgba(255,250,241,0.035);
  padding: 0.85rem;
}

.basket-item-code {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 0.2rem;
}

.basket-item-name {
  color: var(--ivory);
  font-size: 0.9rem;
  line-height: 1.35;
}

.basket-remove {
  border: 1px solid rgba(196,154,68,0.3);
  background: transparent;
  color: var(--muted);
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.basket-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.basket-primary,
.basket-secondary {
  border: 1px solid rgba(196,154,68,0.38);
  padding: 0.85rem 1rem;
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
}

.basket-primary {
  background: linear-gradient(135deg, #b9763e, #8c4e2e);
  color: var(--ivory);
}

.basket-secondary {
  background: rgba(255,250,241,0.03);
  color: var(--gold);
}

@media (max-width: 620px) {
  #enquiryBasketFab {
    left: 1rem;
    bottom: 5.1rem;
    max-width: calc(100vw - 6.2rem);
    padding: 0.68rem 0.8rem;
    font-size: 0.52rem;
    letter-spacing: 0.11em;
  }

  .basket-panel {
    padding: 1.55rem 1.05rem 1.15rem;
  }

  .basket-actions {
    grid-template-columns: 1fr;
  }
}




/* Kashmir atelier palette + woven texture */
:root {
  --deep: #0d1411;
  --walnut: #1a241e;
  --cream: #f1e7d4;
  --ivory: #fff8ea;
  --gold: #c5a15a;
  --saffron: #8d4f38;
  --muted: #b9ad97;
  --border: rgba(197,161,90,0.28);
  --moss: #4f654f;
  --madder: #7b332f;
  --ink: #080d0c;
  --panel: rgba(19,29,25,0.84);
  --line: rgba(255,248,234,0.085);
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(79,101,79,0.14), transparent 28%),
    linear-gradient(180deg, #0d1411 0%, #151c17 42%, #090d0c 100%) !important;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,248,234,0.12) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(197,161,90,0.11) 0 1px, transparent 1px 7px),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='t'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23t)' opacity='0.42'/%3E%3C/svg%3E");
}

nav {
  background: linear-gradient(to bottom, rgba(8,13,12,0.96), rgba(8,13,12,0.78)) !important;
  border-bottom-color: rgba(197,161,90,0.16) !important;
}

nav.scrolled {
  background: rgba(8,13,12,0.94) !important;
}

.hero-bg {
  background:
    radial-gradient(ellipse at 70% 50%, rgba(200,98,42,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(184,134,11,0.08) 0%, transparent 50%),
    linear-gradient(135deg, #1a0f0a 0%, #2c1508 50%, #1a0f0a 100%) !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero-eyebrow,
.section-label,
.carpet-code,
.basket-kicker {
  color: #d2b36b !important;
}

.carpet-code {
  display: none !important;
}

h1 em,
h2 em,
.price,
.price-on-request,
.carpet-price span,
.product-name,
.nav-logo,
.nav-logo span,
.basket-title {
  color: var(--gold) !important;
}

.hero-proof span,
.price-on-request,
.carpet-price span,
.spec-list,
#cp-quote-block,
.basket-empty,
.basket-item {
  background:
    linear-gradient(135deg, rgba(255,248,234,0.045), rgba(79,101,79,0.055)),
    repeating-linear-gradient(135deg, rgba(255,248,234,0.035) 0 1px, transparent 1px 8px) !important;
  border-color: rgba(197,161,90,0.26) !important;
}

section,
#collections,
.featured,
.contact,
.testimonials-section,
#shawls-page section {
  background:
    linear-gradient(180deg, rgba(13,20,17,0.98), rgba(20,28,23,0.98)),
    repeating-linear-gradient(90deg, rgba(255,248,234,0.025) 0 1px, transparent 1px 10px) !important;
}

.marquee-strip,
.collections-section {
  background:
    linear-gradient(90deg, rgba(79,101,79,0.16), rgba(123,51,47,0.08), rgba(197,161,90,0.08)) !important;
}

.carpet-card,
.shawl-grid .carpet-card,
.care-card,
.testimonial,
#cardPopupBox,
#customRequestModal > div,
.basket-panel {
  background:
    linear-gradient(160deg, rgba(27,37,31,0.96), rgba(10,15,13,0.98)),
    repeating-linear-gradient(135deg, rgba(255,248,234,0.025) 0 1px, transparent 1px 9px) !important;
  border-color: rgba(197,161,90,0.22) !important;
}

.carpet-card:hover {
  border-color: rgba(197,161,90,0.68) !important;
}

.carpet-img-wrap,
#cp-slider-wrap,
.featured-product-img {
  background:
    radial-gradient(circle at center, rgba(197,161,90,0.13), transparent 58%),
    linear-gradient(145deg, #121a16, #080d0c) !important;
}

.btn-primary,
.bespoke-cta,
.basket-primary,
#rzp-btn,
#cp-rzp-btn {
  background: linear-gradient(135deg, #b9864a, #7b332f) !important;
  border-color: rgba(255,248,234,0.18) !important;
  color: var(--ivory) !important;
}

.btn-primary:hover,
.bespoke-cta:hover,
.basket-primary:hover {
  background: linear-gradient(135deg, #c49455, #884039) !important;
}

.btn-outline,
.custom-pattern-btn,
.basket-secondary,
#enquiryBasketFab {
  background: rgba(13,20,17,0.54) !important;
  border-color: rgba(197,161,90,0.5) !important;
  color: var(--gold) !important;
}

.btn-outline:hover,
.custom-pattern-btn:hover,
.basket-secondary:hover {
  background: rgba(197,161,90,0.15) !important;
  color: var(--ivory) !important;
}

.whatsapp-quote-btn,
#cp-wa-btn,
.quote-btn {
  background: linear-gradient(135deg, #526b56, #2f4f43) !important;
  border: 1px solid rgba(197,161,90,0.24) !important;
  color: var(--ivory) !important;
}

.whatsapp-quote-btn:hover,
#cp-wa-btn:hover,
.quote-btn:hover {
  background: linear-gradient(135deg, #60795f, #395f50) !important;
}

.hero-bg {
  animation: none !important;
  transform: none !important;
  will-change: auto;
}

.hero-content {
  animation: heroContentRise 0.95s cubic-bezier(.16,1,.3,1) 0.15s both;
}

.hero-eyebrow {
  animation: quietGlow 3.8s ease-in-out infinite;
}

@keyframes heroImageDrift {
  from { transform: scale(1.02) translate3d(0, 0, 0); filter: saturate(1.02) contrast(1); }
  to { transform: scale(1.075) translate3d(-1.2%, -0.8%, 0); filter: saturate(1.1) contrast(1.04); }
}

@keyframes heroContentRise {
  from { opacity: 0; transform: translateY(24px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes quietGlow {
  0%, 100% { text-shadow: 0 0 0 rgba(197,161,90,0); }
  50% { text-shadow: 0 0 24px rgba(197,161,90,0.28); }
}

.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 0.82s cubic-bezier(.16,1,.3,1),
    transform 0.82s cubic-bezier(.16,1,.3,1),
    filter 0.82s cubic-bezier(.16,1,.3,1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform, filter;
}

.motion-reveal.motion-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.carpet-card.motion-reveal,
.collection-card.motion-reveal,
.care-card.motion-reveal,
.testimonial.motion-reveal {
  transform: translate3d(0, 42px, 0) scale(0.97);
}

.featured-product-img.motion-reveal {
  transform: translate3d(-28px, 24px, 0) scale(0.97);
}

.featured-info.motion-reveal {
  transform: translate3d(28px, 24px, 0) scale(0.985);
}

.carpet-card,
.collection-card,
.care-card,
.quick-contact-card,
.featured-product-img {
  transition:
    transform 0.46s cubic-bezier(.16,1,.3,1),
    border-color 0.3s ease,
    box-shadow 0.46s ease,
    filter 0.46s ease;
}

.carpet-card:hover,
.collection-card:hover,
.care-card:hover,
.quick-contact-card:hover {
  filter: saturate(1.04);
}

.carpet-card::before,
.collection-card::before,
.care-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 20%), rgba(197,161,90,0.18), transparent 38%);
  transition: opacity 0.36s ease;
  z-index: 1;
}

.carpet-card:hover::before,
.collection-card:hover::before,
.care-card:hover::before {
  opacity: 1;
}

.carpet-card > *,
.collection-card > *,
.care-card > * {
  position: relative;
  z-index: 2;
}

.btn-primary,
.btn-outline,
.bespoke-cta,
.whatsapp-quote-btn,
.custom-pattern-btn,
.basket-primary,
.basket-secondary {
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
.btn-outline::after,
.bespoke-cta::after,
.whatsapp-quote-btn::after,
.custom-pattern-btn::after,
.basket-primary::after,
.basket-secondary::after {
  content: '';
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 48%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255,248,234,0.22), transparent);
  opacity: 0;
  pointer-events: none;
}

.btn-primary:hover::after,
.btn-outline:hover::after,
.bespoke-cta:hover::after,
.whatsapp-quote-btn:hover::after,
.custom-pattern-btn:hover::after,
.basket-primary:hover::after,
.basket-secondary:hover::after {
  animation: buttonSheen 0.78s ease both;
}

@keyframes buttonSheen {
  0% { transform: translateX(0) skewX(-22deg); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateX(360%) skewX(-22deg); opacity: 0; }
}

.product-badge,
.mini-badge,
#enquiryBasketCount {
  background: linear-gradient(135deg, #c5a15a, #8d4f38) !important;
  color: #0d1411 !important;
}

input,
textarea,
select {
  background:
    linear-gradient(135deg, rgba(255,248,234,0.055), rgba(79,101,79,0.04)) !important;
  border-color: rgba(197,161,90,0.32) !important;
  color: var(--ivory) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(197,161,90,0.78) !important;
  box-shadow: 0 0 0 3px rgba(197,161,90,0.09) !important;
}

.divider {
  background: linear-gradient(90deg, var(--gold), rgba(79,101,79,0.08)) !important;
}

.quick-contact-section,
.empty-collection-section {
  padding: clamp(3.2rem, 6vw, 5.5rem) 2rem !important;
  background:
    linear-gradient(135deg, rgba(13,20,17,0.96), rgba(29,31,22,0.94)),
    repeating-linear-gradient(90deg, rgba(197,161,90,0.06) 0 1px, transparent 1px 16px) !important;
  border-top: 1px solid rgba(197,161,90,0.18);
  border-bottom: 1px solid rgba(197,161,90,0.12);
}

.home-concierge-section {
  padding: clamp(3.8rem, 7vw, 6rem) 2rem;
  background:
    linear-gradient(135deg, rgba(10,15,13,0.98), rgba(18,10,7,0.98)),
    repeating-linear-gradient(45deg, rgba(197,161,90,0.035) 0 1px, transparent 1px 18px);
  border-top: 1px solid rgba(197,161,90,0.14);
  border-bottom: 1px solid rgba(197,161,90,0.12);
}

.home-concierge-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.home-concierge-copy {
  max-width: 720px;
  margin-bottom: 2rem;
}

.home-concierge-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.home-concierge-copy p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 0.96rem;
}

.home-budget-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0 0 2rem;
}

.home-budget-guide > div {
  border: 1px solid rgba(197,161,90,0.22);
  background:
    linear-gradient(180deg, rgba(255,248,234,0.055), rgba(255,248,234,0.03)),
    repeating-linear-gradient(135deg, rgba(197,161,90,0.03) 0 1px, transparent 1px 12px);
  border-radius: 6px;
  padding: 1.05rem 1rem 1.1rem;
}

.home-budget-guide span {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.home-budget-guide strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  line-height: 1;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.7rem;
}

.home-budget-guide p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.82rem;
}

.home-budget-note {
  grid-column: 1 / -1;
  margin: 0.15rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 1px solid rgba(197,161,90,0.55);
  background: rgba(197,161,90,0.055);
  color: rgba(253,248,240,0.78) !important;
  font-size: 0.9rem !important;
  line-height: 1.75 !important;
}

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

.home-concierge-card,
.heritage-note-grid > div,
.ownership-timeline > div,
.payment-safety-notes > div,
.private-viewing-note {
  border: 1px solid rgba(197,161,90,0.2);
  background: rgba(255,248,234,0.04);
  border-radius: 6px;
}

.home-concierge-card {
  padding: 1.2rem;
  min-height: 190px;
}

.home-concierge-card span,
.heritage-note-grid span,
.ownership-timeline span {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.home-concierge-card strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 0.55rem;
}

.home-concierge-card p,
.heritage-note-grid p,
.ownership-timeline p,
.private-viewing-note p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.84rem;
}

.head-weaver-card {
  display: grid;
  place-items: center;
  gap: 0.55rem;
  margin: 0 auto 1.15rem;
}

.head-weaver-frame {
  width: clamp(128px, 15vw, 170px);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0.38rem;
  background:
    linear-gradient(135deg, rgba(197,161,90,0.92), rgba(123,51,47,0.55)),
    radial-gradient(circle at 32% 18%, rgba(255,250,241,0.35), transparent 35%);
  box-shadow:
    0 18px 42px rgba(0,0,0,0.42),
    0 0 0 1px rgba(255,250,241,0.08);
}

.head-weaver-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 52% 26%;
  border-radius: 50%;
  border: 2px solid rgba(13,20,17,0.9);
}

.head-weaver-kicker {
  font-family: 'Cinzel', serif;
  font-size: 0.54rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
}

.head-weaver-card strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  color: var(--ivory);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 400;
  line-height: 1;
}

.home-signature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
  border: 1px solid rgba(197,161,90,0.18);
}

.home-signature-strip span {
  padding: 0.9rem;
  color: rgba(255,250,241,0.76);
  font-family: 'Cinzel', serif;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid rgba(197,161,90,0.14);
}

.home-signature-strip span:last-child {
  border-right: 0;
}

.kashmiri-collection-section {
  padding: clamp(4rem, 7vw, 6rem) 2rem !important;
  background:
    linear-gradient(180deg, rgba(13,20,17,0.97), rgba(28,19,13,0.96)),
    repeating-linear-gradient(45deg, rgba(197,161,90,0.045) 0 1px, transparent 1px 18px) !important;
  border-top: 1px solid rgba(197,161,90,0.16);
  border-bottom: 1px solid rgba(197,161,90,0.16);
}

.kashmiri-card .carpet-img-wrap {
  background: rgba(255,248,234,0.04);
}

.kashmiri-card .carpet-type {
  color: rgba(197,161,90,0.86) !important;
}

.kashmiri-loom-story {
  width: min(560px, 100%);
  margin: 0 auto 3rem;
  padding: 1.1rem 1.1rem 1rem;
  border: 1px solid rgba(197,161,90,0.2);
  background:
    linear-gradient(180deg, rgba(255,248,234,0.045), rgba(255,248,234,0.018)),
    radial-gradient(circle at 50% 0%, rgba(197,161,90,0.15), transparent 58%);
}

.loom-animation {
  position: relative;
  height: 132px;
  overflow: hidden;
  border: 1px solid rgba(197,161,90,0.18);
  background:
    linear-gradient(90deg, rgba(13,20,17,0.8), rgba(45,25,14,0.84), rgba(13,20,17,0.8));
}

.loom-beam {
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(78,44,21,0.95), rgba(197,161,90,0.7), rgba(78,44,21,0.95));
  box-shadow: 0 2px 12px rgba(0,0,0,0.28);
}

.loom-beam.top { top: 14px; }
.loom-beam.bottom { bottom: 14px; }

.loom-warp,
.loom-weft {
  position: absolute;
  inset: 27px 1.6rem;
  pointer-events: none;
}

.loom-warp span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(245,224,171,0.2), rgba(245,224,171,0.72), rgba(245,224,171,0.2));
  opacity: 0.72;
  animation: loomThreadGlow 2.8s ease-in-out infinite;
}

.loom-warp span:nth-child(1) { left: 4%; animation-delay: 0s; }
.loom-warp span:nth-child(2) { left: 11%; animation-delay: 0.12s; }
.loom-warp span:nth-child(3) { left: 18%; animation-delay: 0.24s; }
.loom-warp span:nth-child(4) { left: 25%; animation-delay: 0.36s; }
.loom-warp span:nth-child(5) { left: 32%; animation-delay: 0.48s; }
.loom-warp span:nth-child(6) { left: 39%; animation-delay: 0.6s; }
.loom-warp span:nth-child(7) { left: 46%; animation-delay: 0.72s; }
.loom-warp span:nth-child(8) { left: 53%; animation-delay: 0.84s; }
.loom-warp span:nth-child(9) { left: 60%; animation-delay: 0.96s; }
.loom-warp span:nth-child(10) { left: 67%; animation-delay: 1.08s; }
.loom-warp span:nth-child(11) { left: 74%; animation-delay: 1.2s; }
.loom-warp span:nth-child(12) { left: 81%; animation-delay: 1.32s; }
.loom-warp span:nth-child(13) { left: 88%; animation-delay: 1.44s; }
.loom-warp span:nth-child(14) { left: 95%; animation-delay: 1.56s; }

.loom-weft span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(132,57,25,0), rgba(181,90,38,0.8), rgba(246,219,154,0.72), rgba(132,57,25,0));
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left center;
  animation: loomWeftBuild 4.8s ease-in-out infinite;
}

.loom-weft span:nth-child(1) { top: 10%; animation-delay: 0s; }
.loom-weft span:nth-child(2) { top: 22%; animation-delay: 0.18s; }
.loom-weft span:nth-child(3) { top: 34%; animation-delay: 0.36s; }
.loom-weft span:nth-child(4) { top: 46%; animation-delay: 0.54s; }
.loom-weft span:nth-child(5) { top: 58%; animation-delay: 0.72s; }
.loom-weft span:nth-child(6) { top: 70%; animation-delay: 0.9s; }
.loom-weft span:nth-child(7) { top: 82%; animation-delay: 1.08s; }

.loom-shuttle {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  width: 76px;
  height: 16px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(80,38,17,0.95), rgba(202,142,55,0.94), rgba(80,38,17,0.95));
  box-shadow: 0 0 18px rgba(197,161,90,0.3);
  transform: translate(0, -50%);
  animation: loomShuttlePass 4.8s ease-in-out infinite;
}

.loom-shuttle::before,
.loom-shuttle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  background: rgba(245,224,171,0.8);
}

.loom-shuttle::before { right: 100%; }
.loom-shuttle::after { left: 100%; }

.loom-caption {
  margin-top: 0.9rem;
  text-align: center;
  color: rgba(245,224,171,0.78);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  letter-spacing: 0;
}

@keyframes loomShuttlePass {
  0%, 100% { transform: translate(0, -50%); }
  48% { transform: translate(calc(100% - 76px - 3.2rem), -50%); }
  52% { transform: translate(calc(100% - 76px - 3.2rem), -50%); }
}

@keyframes loomWeftBuild {
  0% { opacity: 0; transform: scaleX(0.16); }
  18%, 78% { opacity: 0.8; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

@keyframes loomThreadGlow {
  0%, 100% { opacity: 0.48; }
  50% { opacity: 0.95; }
}

.specials-hold-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(197,161,90,0.42);
  background:
    linear-gradient(135deg, rgba(43,20,60,0.82), rgba(14,12,18,0.82)),
    radial-gradient(circle at top left, rgba(197,161,90,0.28), transparent 60%);
  color: var(--ivory);
  padding: 0.62rem 1rem;
  border-radius: 999px;
  font-family: 'Cinzel', serif;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 10px 30px rgba(47,20,64,0.28);
}

.specials-hold-btn:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(197,161,90,0.55), 0 10px 30px rgba(47,20,64,0.28);
}

.specials-hold-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(90deg, rgba(105,52,143,0.82), rgba(197,161,90,0.9));
  transition: width 0.08s linear;
  z-index: -1;
}

.specials-hold-btn.is-holding .specials-hold-fill {
  width: 100%;
  transition: width 1.05s linear;
}

.tkk-specials-section {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  max-width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-x: contain;
  padding: 6.5rem clamp(1rem, 3vw, 2.5rem) 2.5rem;
  background:
    radial-gradient(circle at 18% 10%, rgba(132,67,166,0.34), transparent 30%),
    radial-gradient(circle at 82% 0%, rgba(197,161,90,0.26), transparent 34%),
    linear-gradient(135deg, rgba(8,6,12,0.98), rgba(38,18,55,0.97) 52%, rgba(13,11,9,0.98));
  backdrop-filter: blur(16px);
}

.tkk-specials-section::before,
.tkk-specials-section::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  width: 50vw;
  max-width: 50vw;
  z-index: 5;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,237,172,0.18), transparent 18%),
    linear-gradient(90deg, rgba(8,2,12,0.22), transparent 15%, rgba(255,231,143,0.13) 28%, transparent 42%, rgba(0,0,0,0.2) 62%, transparent 78%),
    repeating-linear-gradient(90deg, rgba(255,239,179,0.08) 0 1px, transparent 1px 28px),
    linear-gradient(145deg, #2a123e 0%, #5b1f5f 42%, #180d22 100%);
  box-shadow:
    inset 0 0 60px rgba(0,0,0,0.64),
    inset 0 0 140px rgba(255,215,112,0.06),
    0 0 44px rgba(0,0,0,0.45);
}

.tkk-specials-section::before {
  left: 0;
  right: auto;
  border-right: 1px solid rgba(248,214,128,0.34);
  transform-origin: left center;
}

.tkk-specials-section::after {
  right: 0;
  left: auto;
  border-left: 1px solid rgba(248,214,128,0.34);
  transform-origin: right center;
}

.tkk-specials-section.is-visible {
  display: block;
  animation: specialsReveal 0.62s cubic-bezier(.16,1,.3,1) both;
  overflow-x: hidden !important;
}

.tkk-specials-section.is-visible::before {
  animation: curtainLeftOpen 1.25s cubic-bezier(.7,0,.18,1) 0.18s both;
}

.tkk-specials-section.is-visible::after {
  animation: curtainRightOpen 1.25s cubic-bezier(.7,0,.18,1) 0.18s both;
}

@keyframes specialsReveal {
  from { opacity: 0; transform: translateY(-28px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes curtainLeftOpen {
  0% { transform: scaleX(1); filter: brightness(0.92) saturate(1.08); }
  58% { transform: scaleX(0.34); filter: brightness(1.08) saturate(1.18); }
  100% { transform: scaleX(0.03); filter: brightness(0.82) saturate(1.05); }
}

@keyframes curtainRightOpen {
  0% { transform: scaleX(1); filter: brightness(0.92) saturate(1.08); }
  58% { transform: scaleX(0.34); filter: brightness(1.08) saturate(1.18); }
  100% { transform: scaleX(0.03); filter: brightness(0.82) saturate(1.05); }
}

.specials-curtain-rail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 6;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,236,164,0.16), transparent),
    repeating-linear-gradient(90deg, #2b142f 0 22px, #47204d 22px 44px);
  border-bottom: 1px solid rgba(248,214,128,0.34);
  box-shadow: 0 16px 42px rgba(0,0,0,0.48), inset 0 -8px 20px rgba(0,0,0,0.24);
}

.specials-curtain-rail span {
  position: absolute;
  left: 50%;
  top: 11px;
  width: 16px;
  height: 32px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #f2cf78, #8f6226);
  box-shadow: 0 0 20px rgba(248,214,128,0.42);
}

.tkk-specials-section.is-visible .specials-curtain-rail {
  animation: curtainRailLift 0.82s cubic-bezier(.16,1,.3,1) 1s both;
}

@keyframes curtainRailLift {
  from { transform: translateY(0); opacity: 1; }
  to { transform: translateY(-74px); opacity: 0; }
}

.tkk-specials-shell {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  border: 1px solid rgba(197,161,90,0.34);
  border-radius: 18px;
  padding: clamp(1.3rem, 3vw, 2.4rem);
  background:
    linear-gradient(135deg, rgba(255,248,234,0.08), rgba(43,20,60,0.18)),
    repeating-linear-gradient(45deg, rgba(197,161,90,0.055) 0 1px, transparent 1px 18px);
  box-shadow: 0 32px 110px rgba(0,0,0,0.58), inset 0 0 90px rgba(197,161,90,0.08);
}

.tkk-specials-section.is-visible .tkk-specials-shell {
  animation: specialsContentRise 0.9s cubic-bezier(.16,1,.3,1) 0.62s both;
}

@keyframes specialsContentRise {
  from { opacity: 0; transform: translateY(24px) scale(0.985); filter: blur(10px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

.tkk-specials-close {
  position: fixed;
  top: 5.2rem;
  right: 1.35rem;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(197,161,90,0.42);
  background: rgba(9,7,12,0.82);
  color: var(--gold);
  font-size: 1.45rem;
  cursor: pointer;
  z-index: 4;
}

.tkk-specials-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 2.2rem;
}

.tkk-specials-kicker {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(197,161,90,0.9);
  margin-bottom: 0.5rem;
}

.tkk-specials-header h2 {
  font-family: 'Snell Roundhand', 'Brush Script MT', 'Cormorant Garamond', cursive;
  font-size: clamp(3rem, 8vw, 7.4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  margin-bottom: 1rem;
  background: linear-gradient(110deg, #f7dc93 0%, #b47aff 42%, #f0c96b 72%, #fff2c2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 20px 55px rgba(126,72,172,0.26);
}

.tkk-specials-header p {
  color: rgba(255,248,234,0.72);
  line-height: 1.85;
}

.tkk-specials-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 1rem;
  margin: 0 auto 1.35rem;
  align-items: stretch;
}

.tkk-specials-intro > div,
.tkk-specials-details {
  border: 1px solid rgba(197,161,90,0.24);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,248,234,0.075), rgba(89,40,118,0.13)),
    repeating-linear-gradient(90deg, rgba(255,248,234,0.025) 0 1px, transparent 1px 12px);
  box-shadow: inset 0 0 60px rgba(197,161,90,0.045);
}

.tkk-specials-intro > div:first-child {
  padding: clamp(1rem, 2vw, 1.45rem);
}

.tkk-specials-intro span,
.tkk-specials-copy span {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.56rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(247,220,147,0.88);
  margin-bottom: 0.45rem;
}

.tkk-specials-intro strong {
  display: block;
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.6rem;
}

.tkk-specials-intro p,
.tkk-specials-details p {
  color: rgba(255,248,234,0.7);
  line-height: 1.75;
  font-size: 0.86rem;
}

.tkk-specials-facts {
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 1rem;
}

.tkk-specials-facts span {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(197,161,90,0.18);
  border-radius: 999px;
  background: rgba(10,8,13,0.36);
  text-align: center;
}

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

.tkk-special-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(197,161,90,0.28);
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  background: #100912;
  box-shadow: 0 22px 54px rgba(0,0,0,0.34);
}

.tkk-special-card img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.tkk-special-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 30%, rgba(9,7,12,0.94));
}

.tkk-special-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.tkk-special-card div {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  pointer-events: auto;
}

.tkk-special-card > div > span,
.tkk-special-card > div > small {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.tkk-special-card strong {
  display: block;
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0.35rem 0;
}

.tkk-special-hold {
  position: relative;
  isolation: isolate;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 38px;
  margin-top: 0.72rem;
  padding: 0.68rem 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(222, 187, 105, 0.6);
  border-radius: 999px;
  background: rgba(18, 12, 9, 0.72);
  color: var(--ivory);
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  box-shadow: 0 10px 26px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.05);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.tkk-special-hold *,
.specials-hold-btn *,
.mobile-specials-hold * {
  pointer-events: none;
}

.tkk-special-hold:hover {
  transform: translateY(-1px);
  border-color: rgba(247, 214, 128, 0.96);
  background: rgba(36, 20, 12, 0.86);
}

.tkk-special-hold:focus {
  outline: none;
}

.tkk-special-hold:focus-visible {
  box-shadow: 0 0 0 3px rgba(224, 180, 91, 0.3), 0 10px 26px rgba(0,0,0,0.28);
}

.special-hold-fill {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 0;
  background: linear-gradient(90deg, rgba(92, 48, 24, 0.9), rgba(223, 181, 84, 0.95), rgba(102, 54, 27, 0.96));
  transition: width 0.12s ease;
}

.tkk-special-hold.is-holding .special-hold-fill {
  width: 100%;
  transition: width 1.25s linear;
}

.tkk-special-hold.is-locked {
  color: #170d08;
  border-color: rgba(255, 225, 142, 1);
  background: linear-gradient(135deg, #f5d27b, #b8792d 48%, #fbe6a0);
  box-shadow: 0 14px 34px rgba(205, 148, 49, 0.28), inset 0 0 18px rgba(255,255,255,0.2);
}

.special-lock-icon {
  position: relative;
  width: 13px;
  height: 10px;
  border: 1.6px solid currentColor;
  border-radius: 2px;
  flex: 0 0 auto;
}

.special-lock-icon::before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  top: -8px;
  height: 8px;
  border: 1.6px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.tkk-special-hold.is-locked .special-lock-icon {
  animation: lockSnap 0.42s ease both;
}

.special-hold-label {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

@keyframes lockSnap {
  0% { transform: scale(0.9) rotate(-7deg); }
  60% { transform: scale(1.18) rotate(5deg); }
  100% { transform: scale(1) rotate(0); }
}

.tkk-specials-details {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: 1.35rem;
  padding: clamp(1.1rem, 2.4vw, 1.8rem);
}

.tkk-specials-copy h3 {
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.tkk-specials-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.tkk-specials-service-grid div {
  padding: 1rem;
  border: 1px solid rgba(197,161,90,0.18);
  border-radius: 12px;
  background: rgba(8,6,12,0.34);
}

.tkk-specials-service-grid strong {
  display: block;
  color: #f7dc93;
  font-family: 'Cinzel', serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.tkk-specials-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 0.3rem;
}

.tkk-specials-actions a,
.tkk-specials-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(197,161,90,0.38);
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.tkk-specials-actions a {
  color: #110b08;
  background: linear-gradient(135deg, #f7dc93, #b47aff);
}

.tkk-specials-actions button {
  color: var(--gold);
  background: rgba(10,8,13,0.42);
}

.trust-ribbon {
  padding: 0;
  background:
    linear-gradient(90deg, rgba(13,20,17,0.94), rgba(34,18,13,0.94), rgba(13,20,17,0.94)),
    repeating-linear-gradient(90deg, rgba(197,161,90,0.08) 0 1px, transparent 1px 16px);
  border-top: 1px solid rgba(197,161,90,0.14);
  border-bottom: 1px solid rgba(197,161,90,0.14);
}

.trust-ribbon-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
}

	.trust-ribbon span {
	  min-height: 72px;
	  display: flex;
	  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  text-align: center;
  color: var(--ivory);
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
	  background: rgba(255,248,234,0.025);
	}

	.policy-section {
	  position: relative;
	  overflow: hidden;
	  padding: clamp(4rem, 8vw, 7rem) 2rem;
	  background:
	    radial-gradient(circle at 82% 18%, rgba(197,161,90,0.11), transparent 30%),
	    linear-gradient(180deg, #0a0f0d, #15110d 54%, #080d0c);
	  border-top: 1px solid rgba(197,161,90,0.14);
	}

	.policy-inner {
	  max-width: 1220px;
	  margin: 0 auto;
	}

	.policy-intro {
	  max-width: 760px;
	  margin-bottom: 2rem;
	}

	.policy-intro h2 {
	  color: var(--ivory);
	  font-family: 'Cormorant Garamond', serif;
	  font-size: clamp(2.2rem, 5vw, 4rem);
	  font-weight: 300;
	  line-height: 1;
	  margin-bottom: 1rem;
	}

	.policy-intro p {
	  color: var(--muted);
	  line-height: 1.85;
	}

	.policy-proof {
	  margin-top: 1.35rem;
	  padding: 1rem 1.15rem;
	  border-left: 2px solid var(--gold);
	  background: rgba(255,248,234,0.045);
	}

	.policy-proof span {
	  display: block;
	  margin-bottom: .4rem;
	  color: var(--gold);
	  font-family: 'Cinzel', serif;
	  font-size: .58rem;
	  letter-spacing: .16em;
	  text-transform: uppercase;
	}

	.policy-proof p { margin: 0; }

	.policy-grid {
	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 0.9rem;
	}

	.policy-card {
	  min-height: 260px;
	  padding: 1.2rem;
	  border: 1px solid rgba(197,161,90,0.22);
	  border-radius: 8px;
	  background:
	    linear-gradient(150deg, rgba(255,248,234,0.07), rgba(8,13,12,0.76)),
	    repeating-linear-gradient(45deg, rgba(197,161,90,0.05) 0 1px, transparent 1px 13px);
	  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
	}

	.policy-card span {
	  display: block;
	  color: var(--gold);
	  font-family: 'Cinzel', serif;
	  font-size: 0.56rem;
	  letter-spacing: 0.22em;
	  text-transform: uppercase;
	  margin-bottom: 1rem;
	}

	.policy-card strong {
	  display: block;
	  color: var(--ivory);
	  font-family: 'Cormorant Garamond', serif;
	  font-size: 1.45rem;
	  font-weight: 500;
	  margin-bottom: 0.72rem;
	}

	.policy-card p {
	  color: var(--muted);
	  font-size: 0.86rem;
	  line-height: 1.76;
	}

	@media (max-width: 900px) {
	  .policy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	}

.assurance-section,
.private-viewing-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 2rem;
  background:
    radial-gradient(circle at 15% 15%, rgba(197,161,90,0.12), transparent 28%),
    linear-gradient(180deg, #0a0f0d, #15110d 52%, #080d0c);
}

.assurance-inner,
.private-viewing-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.assurance-intro {
  max-width: 740px;
  margin-bottom: 2rem;
}

.assurance-intro h2,
.private-viewing-copy h2 {
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}

.assurance-intro p,
.private-viewing-copy p {
  color: var(--muted);
  line-height: 1.85;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.assurance-card {
  min-height: 230px;
  padding: 1.25rem;
  border: 1px solid rgba(197,161,90,0.22);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255,248,234,0.07), rgba(8,13,12,0.76)),
    repeating-linear-gradient(45deg, rgba(197,161,90,0.06) 0 1px, transparent 1px 13px);
  box-shadow: 0 20px 55px rgba(0,0,0,0.24);
}

.assurance-card span {
  display: block;
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  margin-bottom: 1.15rem;
}

.assurance-card strong {
  display: block;
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.assurance-card p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.88rem;
}

.certificate-proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 1.22fr);
  gap: clamp(1rem, 2.8vw, 1.8rem);
  align-items: center;
  margin-top: 0.95rem;
  padding: 1.1rem;
  border: 1px solid rgba(197,161,90,0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(197,161,90,0.11), rgba(255,248,234,0.04)),
    repeating-linear-gradient(90deg, rgba(197,161,90,0.06) 0 1px, transparent 1px 18px);
  box-shadow: 0 18px 55px rgba(0,0,0,0.24);
}

.certificate-proof-copy {
  min-width: 0;
}

.certificate-proof-panel span {
  display: block;
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.certificate-proof-panel strong {
  display: block;
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.certificate-proof-panel p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.certificate-proof-preview {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(197,161,90,0.24);
  border-radius: 6px;
  background: rgba(255,250,241,0.95);
  box-shadow: 0 16px 42px rgba(0,0,0,0.26);
}

.certificate-proof-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.certificate-proof-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(197,161,90,0.42);
  border-radius: 999px;
  background: rgba(8,13,12,0.44);
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.assurance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.assurance-actions a,
.private-viewing-form button,
.cp-private-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(197,161,90,0.36);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(141,79,56,0.92), rgba(197,161,90,0.78));
  color: var(--ivory);
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

.private-viewing-form button:disabled {
  cursor: progress;
  opacity: 0.68;
}

.private-viewing-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.private-viewing-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.private-viewing-points span {
  padding: 0.85rem;
  border: 1px solid rgba(197,161,90,0.2);
  border-radius: 8px;
  color: var(--ivory);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255,248,234,0.04);
}

.private-viewing-form {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
  border: 1px solid rgba(197,161,90,0.28);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(15,10,7,0.92), rgba(12,18,15,0.88));
  box-shadow: 0 24px 70px rgba(0,0,0,0.34);
}

.private-viewing-form label {
  display: grid;
  gap: 0.35rem;
}

.private-viewing-form label span {
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.private-viewing-form input,
.private-viewing-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(197,161,90,0.26);
  border-radius: 6px;
  background: rgba(255,248,234,0.055);
  color: var(--ivory);
  padding: 0.8rem;
  outline: none;
  font: inherit;
}

.private-viewing-form textarea {
  resize: vertical;
}

.private-viewing-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.private-viewing-error {
  display: none;
  color: #e9a08d;
  font-size: 0.78rem;
}

.private-viewing-status {
  display: none;
  color: rgba(245,237,224,0.78);
  font-size: 0.78rem;
  line-height: 1.55;
}

.private-viewing-status.is-visible {
  display: block;
}

.private-viewing-status.is-success {
  color: #b9d9bd;
}

.private-viewing-status.is-error {
  color: #e9a08d;
}

.private-viewing-status a {
  color: var(--gold);
}

.cp-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.cp-meta-grid div {
  padding: 0.72rem;
  border: 1px solid rgba(197,161,90,0.18);
  border-radius: 8px;
  background: rgba(255,248,234,0.04);
}

.cp-meta-grid span,
.cp-assurance-list span {
  display: block;
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cp-meta-grid strong {
  display: block;
  color: var(--ivory);
  font-size: 0.83rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.cp-description {
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.88rem;
  margin: 0 0 1rem;
}

.cp-room-preview {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.85rem;
  border: 1px solid rgba(197,161,90,0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(197,161,90,0.09), rgba(8,13,12,0.48)),
    repeating-linear-gradient(45deg, rgba(197,161,90,0.07) 0 1px, transparent 1px 12px);
}

.cp-viewing-icon {
  position: relative;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197,161,90,0.35);
  border-radius: 50%;
  background: rgba(8,5,3,0.35);
}

.cp-viewing-icon::before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255,250,241,0.35);
  border-radius: 3px;
  transform: rotate(45deg);
}

.cp-viewing-icon span {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.cp-viewing-icon span:nth-child(1) {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.cp-viewing-icon span:nth-child(2) {
  left: 12px;
  bottom: 15px;
}

.cp-viewing-icon span:nth-child(3) {
  right: 12px;
  bottom: 15px;
}

.cp-room-copy strong {
  display: block;
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.cp-room-copy span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.cp-assurance-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.cp-assurance-list span {
  padding: 0.55rem;
  border: 1px solid rgba(197,161,90,0.16);
  border-radius: 6px;
  color: var(--ivory);
  background: rgba(255,248,234,0.035);
  line-height: 1.45;
}

.cp-private-btn {
  width: 100%;
  margin-top: 0.55rem;
  border-radius: 0;
  background: rgba(197,161,90,0.12);
  color: var(--gold);
}

.quick-contact-inner,
.empty-collection-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.section-kicker {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.quick-contact-copy h2,
.empty-collection-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--ivory);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
  margin-bottom: 0.8rem;
}

.quick-contact-copy p,
.empty-collection-copy p,
.empty-collection-panel p {
  color: var(--muted);
  line-height: 1.8;
}

.quick-contact-actions {
  display: grid;
  gap: 0.8rem;
}

.quick-contact-card,
.empty-collection-panel {
  border: 1px solid rgba(197,161,90,0.28);
  background:
    linear-gradient(135deg, rgba(255,248,234,0.07), rgba(13,20,17,0.66)),
    repeating-linear-gradient(45deg, rgba(197,161,90,0.06) 0 1px, transparent 1px 14px);
  text-decoration: none;
  padding: 1.25rem;
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(0,0,0,0.28);
}

.quick-contact-card span,
.empty-collection-panel span {
  display: block;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.quick-contact-card strong,
.empty-collection-panel strong {
  color: var(--ivory);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.quick-contact-card:hover {
  border-color: rgba(197,161,90,0.62);
  transform: translateY(-2px);
}

.heritage-note-grid,
.ownership-timeline,
.payment-safety-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.15rem;
}

.heritage-note-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.heritage-note-grid > div,
.ownership-timeline > div,
.payment-safety-notes > div,
.private-viewing-note {
  padding: 1rem;
}

.payment-safety-notes strong,
.private-viewing-note strong {
  display: block;
  color: var(--ivory);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.payment-safety-notes span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.6;
}

.private-viewing-note {
  margin-top: 1rem;
}

.empty-collection-panel {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.payment-desk-section {
  padding: clamp(4rem, 8vw, 6.5rem) 2rem;
  background:
    linear-gradient(135deg, rgba(15,9,6,0.94), rgba(36,19,13,0.9)),
    repeating-linear-gradient(45deg, rgba(196,154,68,0.055) 0 1px, transparent 1px 16px);
  border-top: 1px solid rgba(196,154,68,0.12);
  border-bottom: 1px solid rgba(196,154,68,0.12);
}

.payment-desk-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.payment-desk-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--ivory);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}

.payment-desk-copy p {
  color: var(--muted);
  line-height: 1.9;
  max-width: 520px;
}

.payment-method-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.payment-method-strip span {
  border: 1px solid rgba(196,154,68,0.3);
  background: rgba(255,250,241,0.05);
  color: rgba(255,250,241,0.82);
  font-family: 'Cinzel', serif;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.5rem 0.65rem;
}

.payment-desk-panel {
  border: 1px solid rgba(196,154,68,0.28);
  background:
    linear-gradient(160deg, rgba(38,21,14,0.94), rgba(15,9,6,0.98)),
    radial-gradient(circle at 20% 0%, rgba(196,154,68,0.16), transparent 34%);
  border-radius: 8px;
  padding: clamp(1rem, 3vw, 1.6rem);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.payment-dials {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
}

.payment-wheel-block {
  min-width: 0;
  max-width: 100%;
}

.payment-wheel-block > span,
.payment-form-grid label span {
  display: block;
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.48rem;
}

.payment-wheel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  max-height: 190px;
  overflow: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: grid;
  gap: 0.45rem;
  padding: 0.35rem;
  border: 1px solid rgba(255,244,222,0.08);
  background: rgba(8,5,3,0.32);
  border-radius: 6px;
}

.payment-wheel::-webkit-scrollbar {
  width: 6px;
}

.payment-wheel::-webkit-scrollbar-thumb {
  background: rgba(196,154,68,0.42);
}

.payment-wheel button {
  scroll-snap-align: center;
  width: 100%;
  border: 1px solid rgba(196,154,68,0.16);
  background: rgba(255,250,241,0.045);
  color: rgba(255,250,241,0.78);
  text-align: left;
  padding: 0.72rem 0.75rem;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s;
}

.payment-wheel button strong {
  display: block;
  color: inherit;
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.payment-wheel button small {
  display: block;
  color: rgba(255,250,241,0.52);
  font-size: 0.66rem;
  line-height: 1.45;
  margin-top: 0.25rem;
}

.payment-wheel button:hover,
.payment-wheel button.is-selected {
  border-color: rgba(196,154,68,0.7);
  background: linear-gradient(135deg, rgba(196,154,68,0.2), rgba(139,75,42,0.22));
  color: var(--ivory);
  transform: translateY(-1px);
}

.payment-selected-card {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(196,154,68,0.24);
  background: rgba(255,250,241,0.055);
  border-radius: 6px;
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  overflow: hidden;
}

.payment-selected-media {
  min-height: 180px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(196,154,68,0.22);
  background:
    linear-gradient(135deg, rgba(196,154,68,0.16), rgba(12,8,5,0.62)),
    repeating-linear-gradient(45deg, rgba(255,250,241,0.08) 0 1px, transparent 1px 12px);
}

.payment-selected-media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.payment-selected-details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payment-selected-card span,
.payment-selected-card small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.payment-selected-card strong {
  display: block;
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
  margin: 0.2rem 0;
}

.payment-selected-card p {
  color: rgba(255,250,241,0.74);
  font-size: 0.78rem;
  line-height: 1.72;
  margin-top: 0.62rem;
}

.payment-selected-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.payment-selected-meta span {
  color: var(--gold);
  border: 1px solid rgba(196,154,68,0.24);
  background: rgba(8,5,3,0.28);
  border-radius: 999px;
  font-family: 'Cinzel', serif;
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
}

.card-description {
  color: rgba(255,250,241,0.66);
  font-size: 0.74rem;
  line-height: 1.65;
  margin: 0.2rem 0 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.payment-form-grid label {
  min-width: 0;
}

.payment-field-wide {
  grid-column: 1 / -1;
}

.payment-form-grid input,
.payment-form-grid select,
.payment-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(196,154,68,0.28);
  background: rgba(8,5,3,0.45);
  color: var(--ivory);
  padding: 0.78rem;
  border-radius: 4px;
  font: inherit;
}

.payment-form-grid input[readonly] {
  color: var(--gold);
  font-family: 'Cinzel', serif;
  letter-spacing: 0.08em;
}

.payment-form-grid textarea {
  resize: vertical;
}

.payment-error {
  display: none;
  color: #ffb3a3;
  font-size: 0.78rem;
  margin-top: 0.9rem;
}

.payment-helper {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.7;
  margin-top: 0.9rem;
}

.payment-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.payment-action-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,230,190,0.16);
  color: var(--ivory);
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 0.7rem;
  border-radius: 4px;
  cursor: pointer;
  min-height: 48px;
}

.payment-action-btn.razorpay {
  background: linear-gradient(135deg, #b9763e, #8c4e2e);
}

.payment-action-btn.wise {
  background: linear-gradient(135deg, #2f7d62, #174f43);
  border-color: rgba(159,232,112,0.48);
  box-shadow: 0 14px 34px rgba(47,125,98,0.22);
}

.payment-action-btn .best-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.22rem 0.5rem;
  background: linear-gradient(135deg, #d8bd72, #9fe870);
  color: #102600;
  font-size: 0.48rem;
  line-height: 1;
  letter-spacing: 0.12em;
  border-bottom-left-radius: 4px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.24);
}

.payment-action-btn.paypal {
  background: linear-gradient(135deg, #244f8f, #142b53);
}

.payment-action-btn:hover {
  filter: brightness(1.08);
}

.payment-paypal-target {
  margin-top: 1rem;
}

#mobile-shawls-bar {
  display: none !important;
}

@media (max-width: 900px) {
  .hero-bg {
    background:
      radial-gradient(ellipse at 70% 42%, rgba(200,98,42,0.12) 0%, transparent 58%),
      radial-gradient(ellipse at 20% 76%, rgba(184,134,11,0.08) 0%, transparent 48%),
      linear-gradient(135deg, #1a0f0a 0%, #2c1508 50%, #1a0f0a 100%) !important;
    background-size: cover !important;
    background-position: center !important;
  }

	  .quick-contact-inner,
	  .empty-collection-inner,
	  .payment-desk-inner,
	  .payment-dials {
	    grid-template-columns: 1fr;
	  }

	  .trust-ribbon-inner {
	    grid-template-columns: 1fr 1fr;
	  }

	  .trust-ribbon span {
	    min-height: 58px;
	    font-size: 0.54rem;
	  }

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

	  .certificate-proof-panel {
	    grid-template-columns: 1fr;
	  }

	  .private-viewing-inner {
	    grid-template-columns: 1fr;
	  }

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

	  .cp-room-preview {
	    grid-template-columns: 56px 1fr;
	  }

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

	  .payment-selected-media,
	  .payment-selected-media img {
	    min-height: 240px;
	  }

	  .quick-contact-section,
	  .empty-collection-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .specials-hold-btn {
    padding: 0.58rem 0.72rem;
    font-size: 0.5rem;
  }

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

  .tkk-specials-intro,
  .tkk-specials-details,
  .tkk-specials-service-grid {
    grid-template-columns: 1fr;
  }

  .tkk-specials-actions {
    justify-content: stretch;
  }

  .tkk-specials-actions a,
  .tkk-specials-actions button {
    width: 100%;
  }

  .tkk-special-card {
    min-height: 300px;
  }

  .tkk-special-hold {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .payment-desk-section {
    padding: 3.2rem 0.85rem;
  }

  .payment-desk-copy h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .payment-desk-copy p {
    font-size: 0.86rem;
    line-height: 1.75;
  }

  .payment-method-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
  }

  .payment-method-strip span {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.5rem;
    letter-spacing: 0.12em;
    padding: 0.45rem;
  }

  .payment-desk-panel {
    padding: 0.85rem;
    border-radius: 6px;
  }

  .payment-dials {
    gap: 0.72rem;
  }

  #payment-family-wheel {
    display: flex;
    gap: 0.45rem;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.48rem;
  }

  #payment-family-wheel button {
    min-width: 145px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .payment-code-wheel {
    max-height: 235px;
  }

  .payment-wheel button {
    padding: 0.66rem 0.68rem;
  }

  .payment-wheel button strong {
    font-size: 0.64rem;
  }

  .payment-wheel button small {
    font-size: 0.62rem;
  }

  .payment-selected-card {
    margin: 0.85rem 0;
    padding: 0.72rem;
    gap: 0.75rem;
  }

  .payment-selected-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .payment-selected-media img {
    min-height: 0;
    height: 100%;
  }

  .payment-selected-card strong {
    font-size: clamp(1.65rem, 9vw, 2.15rem);
  }

  .payment-selected-card p {
    font-size: 0.74rem;
    line-height: 1.58;
  }

  .payment-selected-meta span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .payment-form-grid {
    gap: 0.68rem;
  }

  .payment-form-grid input,
  .payment-form-grid select,
  .payment-form-grid textarea {
    min-height: 46px;
    font-size: 0.9rem;
    padding: 0.72rem;
  }

  .payment-helper {
    font-size: 0.7rem;
  }

  .payment-actions {
    gap: 0.55rem;
    margin-top: 0.85rem;
  }

  .payment-action-btn {
    min-height: 50px;
    font-size: 0.55rem;
    letter-spacing: 0.1em;
    padding: 0.82rem 0.65rem;
  }

	  .payment-paypal-target iframe {
	    max-width: 100%;
	  }
	}

	/* Mobile polish: keep featured pieces and the payment desk centered and calm. */
	.featured,
	.payment-desk-section {
	  overflow-x: clip;
	}

	.featured-inner,
	.payment-desk-inner,
	.payment-desk-panel,
	.payment-selected-card,
	.payment-form-grid,
	.payment-form-grid label,
	.payment-actions {
	  min-width: 0;
	  box-sizing: border-box;
	}

	.featured-inner {
	  width: min(100%, 1180px);
	}

	.featured-product-img {
	  width: 100%;
	  max-width: 560px;
	  margin-inline: auto;
	  display: grid;
	  place-items: center;
	}

	.featured-product-img img {
	  box-sizing: border-box;
	  object-position: center;
	}

	#shawl-specials-grid {
	  width: 100%;
	}

	#shawl-specials-grid > div {
	  min-width: 0;
	}

	#shawl-specials-grid img {
	  width: 100%;
	  aspect-ratio: 4 / 5;
	  height: auto;
	  object-fit: contain !important;
	  object-position: center;
	  background: #0b0706;
	  box-sizing: border-box;
	  padding: 0.45rem;
	}

	#shawl-specials-grid > div:first-child img {
	  object-fit: contain !important;
	  object-position: center !important;
	  padding: 0.45rem !important;
	}

	.payment-wheel button,
	.payment-selected-card,
	.payment-form-grid input,
	.payment-form-grid select,
	.payment-form-grid textarea,
	.payment-action-btn {
	  max-width: 100%;
	}

	.payment-wheel button {
	  overflow-wrap: anywhere;
	}

	.payment-action-btn {
	  white-space: normal;
	  text-align: center;
	}

	@media (max-width: 900px) {
	  .featured-inner {
	    max-width: 620px;
	    margin-inline: auto;
	    text-align: center;
	  }

	  .featured-product-img {
	    max-width: min(100%, 460px);
	  }

	  .featured-info .divider {
	    margin-inline: auto;
	  }

	  .featured-info .price-row {
	    align-items: center !important;
	  }

	  .featured-info .price-row > div,
	  .featured-info .btn-group {
	    justify-content: center;
	  }

	  .featured-info .spec-list {
	    text-align: left;
	  }

	  .featured .product-badge {
	    left: 50%;
	    transform: translateX(-50%);
	    white-space: nowrap;
	  }
	}

	@media (max-width: 700px) {
	  .payment-desk-inner {
	    width: 100%;
	    max-width: 540px;
	    margin-inline: auto;
	  }

	  .payment-desk-copy {
	    text-align: center;
	  }

	  .payment-desk-copy p,
	  .payment-method-strip {
	    margin-left: auto;
	    margin-right: auto;
	  }

	  .payment-desk-panel {
	    width: 100%;
	  }

	  .payment-dials,
	  .payment-form-grid,
	  .payment-actions {
	    grid-template-columns: 1fr !important;
	  }

	  .payment-code-wheel {
	    max-height: 210px;
	  }

	  .payment-selected-card {
	    text-align: center;
	  }

	  .payment-selected-details {
	    align-items: center;
	  }

	  .payment-selected-meta {
	    justify-content: center;
	  }

	  .payment-action-btn {
	    width: 100%;
	  }

	  #shawl-specials-grid {
	    max-width: 520px;
	    margin-inline: auto;
	    place-items: center;
	    gap: 1.5rem !important;
	    text-align: center;
	  }

	  #shawl-specials-grid > div {
	    width: 100%;
	  }

	  #shawl-specials-grid > div:first-child {
	    max-width: 420px;
	    margin-inline: auto;
	  }

	  #shawl-specials-grid > div:nth-child(2) > div:last-child {
	    justify-content: center;
	  }

	  #shawl-specials-grid .btn-primary,
	  #shawl-specials-grid .btn-outline {
	    width: min(100%, 290px);
	    justify-content: center;
	  }
	}

	@media (max-width: 520px) {
	  .tkk-specials-grid {
	    grid-template-columns: 1fr;
  }

	  .tkk-specials-section {
	    padding-top: 5.8rem;
	  }

		  .trust-ribbon-inner,
		  .assurance-grid,
		  .policy-grid,
		  .private-viewing-points,
		  .cp-meta-grid,
		  .cp-assurance-list {
		    grid-template-columns: 1fr;
		  }

		  .assurance-section,
		  .policy-section,
		  .private-viewing-section,
		  .payment-desk-section {
		    padding-left: 1rem;
		    padding-right: 1rem;
		  }

	  .payment-form-grid,
	  .payment-actions {
	    grid-template-columns: 1fr;
	  }
	}

@media (max-width: 380px) {
  .payment-method-strip {
    grid-template-columns: 1fr;
  }

  #payment-family-wheel button {
    min-width: 132px;
  }

  .payment-selected-card {
    padding: 0.62rem;
  }
}

/* Phone performance + payment desk repair layer */
.payment-selected-media img {
  object-fit: contain;
  padding: 0.45rem;
  background: #0b0706;
}

@media (max-width: 900px) {
  .featured-product-img {
    aspect-ratio: 4 / 5;
    max-height: none !important;
  }

  .featured-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    padding: clamp(0.45rem, 2vw, 0.75rem) !important;
  }
}

@media (max-width: 700px) {
  .hero-bg {
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
  }

  .motion-reveal,
  .motion-reveal.motion-in {
    filter: none !important;
    transition: opacity 0.22s ease, transform 0.22s ease !important;
    will-change: auto !important;
  }

  .carpet-card::before,
  .collection-card::before,
  .care-card::before {
    display: none !important;
  }

  .featured {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  .featured-inner {
    width: 100%;
    max-width: 430px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.35rem;
    margin-inline: auto;
    text-align: center;
  }

  .featured-product-img {
    width: min(100%, 340px);
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    margin-inline: auto !important;
  }

  .featured-info {
    width: min(100%, 360px);
    margin-inline: auto;
    text-align: center;
  }

  .featured-info h2,
  .featured-info .product-name,
  .featured-info .section-label,
  .featured-info .price,
  .featured-info .price-note,
  #intl-note {
    text-align: center !important;
  }

  .featured-info p {
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.88rem;
    line-height: 1.72;
  }

  .featured-info .spec-list {
    width: min(100%, 340px);
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
  }

  .featured-info .price-row {
    width: 100%;
    align-items: center !important;
  }

  .featured-info .price-row > div {
    width: 100%;
    justify-content: center !important;
  }

  .featured-info .btn-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 340px);
    margin-left: auto;
    margin-right: auto;
    gap: 0.7rem !important;
  }

  .featured-info .btn-group > * {
    width: 100%;
    justify-content: center;
  }

  .payment-desk-section {
    padding: 2.6rem 0.72rem !important;
  }

  .home-concierge-section {
    padding: 3rem 1rem;
  }

  .home-concierge-grid,
  .home-budget-guide,
  .home-signature-strip,
  .heritage-note-grid,
  .ownership-timeline,
  .payment-safety-notes {
    grid-template-columns: 1fr !important;
  }

  .home-signature-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(197,161,90,0.14);
  }

  .home-signature-strip span:last-child {
    border-bottom: 0;
  }

  .payment-desk-inner {
    max-width: 520px;
    gap: 1rem;
  }

  .payment-desk-panel {
    padding: 0.72rem !important;
    overflow: hidden;
  }

  .payment-dials {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.78rem !important;
    min-width: 0;
  }

  .payment-wheel-block {
    overflow: hidden;
    min-width: 0;
  }

  .payment-wheel {
    display: flex !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    gap: 0.5rem;
    padding: 0.45rem;
    scrollbar-width: none;
  }

  .payment-wheel::-webkit-scrollbar {
    display: none;
  }

  .payment-wheel button {
    flex: 0 0 clamp(132px, 42vw, 176px);
    width: auto !important;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    scroll-snap-align: center;
    text-align: left;
    white-space: normal;
  }

  .payment-code-wheel button {
    flex-basis: clamp(146px, 47vw, 192px);
  }

  .payment-wheel button strong {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .payment-wheel button small {
    min-height: 2.7em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .payment-selected-card {
    grid-template-columns: 1fr !important;
    padding: 0.72rem !important;
  }

  .payment-selected-media {
    width: 100%;
    min-height: 0 !important;
    max-height: 235px;
    aspect-ratio: 4 / 3;
  }

  .payment-selected-media img {
    min-height: 0 !important;
    height: 100%;
    object-fit: contain !important;
    padding: 0.5rem;
  }

  .payment-form-grid input,
  .payment-form-grid select,
  .payment-form-grid textarea {
    font-size: 16px;
  }

  .payment-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .featured-product-img {
    width: min(100%, 310px);
  }

  .featured-info,
  .featured-info .spec-list,
  .featured-info .btn-group {
    width: min(100%, 326px);
  }

  .payment-wheel button {
    flex-basis: clamp(126px, 44vw, 162px);
    padding: 0.62rem;
  }

  .payment-code-wheel button {
    flex-basis: clamp(138px, 50vw, 178px);
  }
}

@media (max-width: 700px) {
  html,
  body,
  body.specials-open {
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  .tkk-specials-section,
  .tkk-specials-section.is-visible {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  .head-weaver-frame {
    width: min(46vw, 150px);
  }

  .trust-ribbon {
    padding: 0.9rem 1rem !important;
    background:
      linear-gradient(180deg, rgba(13,20,17,0.98), rgba(13,20,17,0.94)) !important;
  }

  .trust-ribbon-inner {
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
    max-width: 420px;
    margin-inline: auto;
  }

  .trust-ribbon span {
    position: relative;
    min-height: 0 !important;
    justify-content: flex-start !important;
    padding: 0.62rem 0.2rem 0.62rem 1.25rem !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(197,161,90,0.13) !important;
    color: rgba(255,250,241,0.84) !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.13em !important;
    line-height: 1.55 !important;
  }

  .trust-ribbon span:last-child {
    border-bottom: 0 !important;
  }

  .trust-ribbon span::before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(197,161,90,0.72);
    transform: translateY(-50%);
  }
}

/* Page-router guard: prevent hidden sections from painting and keep page tops clear of the fixed nav. */
:root {
  --page-mode-top-gap: 104px;
}

body.page-mode [hidden] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html[data-site-page]:not([data-site-page="home"]) body.page-mode {
  padding-top: var(--page-mode-top-gap) !important;
}

html[data-site-page="home"] body.page-mode {
  padding-top: 0 !important;
}

html[data-site-page]:not([data-site-page="home"]) .site-page-active {
  scroll-margin-top: var(--page-mode-top-gap) !important;
}

@media (max-width: 700px) {
  :root {
    --page-mode-top-gap: 80px;
  }
}

html[data-site-page]:not([data-site-page="home"]) body.page-mode > section.site-page-active,
html[data-site-page="shawls"] body.page-mode > #shawls-page.site-page-active > section:first-of-type {
  padding-top: 2.4rem !important;
}

@media (max-width: 700px) {
  html[data-site-page]:not([data-site-page="home"]) body.page-mode > section.site-page-active,
  html[data-site-page="shawls"] body.page-mode > #shawls-page.site-page-active > section:first-of-type {
    padding-top: 1.6rem !important;
  }
}




/* Last-word fix for the paid-for symbol and home conveyor. */
.nav-logo .registered-mark {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin-left: 0.1rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--gold) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  vertical-align: super !important;
  transform: translateY(-0.04em) !important;
  text-shadow: 0 0 12px rgba(196,154,68,0.48) !important;
}

.nav-brand-copy small {
  display: block !important;
}

.marquee-track {
  animation: tkkCraftConveyor 16s linear infinite !important;
  animation-play-state: running !important;
  animation-duration: 16s !important;
  will-change: transform !important;
}

@media (max-width: 760px) {
  .nav-logo .registered-mark {
    font-size: 0.62rem !important;
  }
  .marquee-track {
    animation-duration: 12s !important;
  }
}

html[data-site-page]:not([data-site-page="home"]) body.page-mode > #collections.site-page-active,
html[data-site-page]:not([data-site-page="home"]) body.page-mode > #kashmiri-carpets.site-page-active,
html[data-site-page]:not([data-site-page="home"]) body.page-mode > #care-guide.site-page-active,
html[data-site-page]:not([data-site-page="home"]) body.page-mode > #payment-desk.site-page-active,
html[data-site-page]:not([data-site-page="home"]) body.page-mode > #policies.site-page-active,
html[data-site-page="shawls"] body.page-mode > #shawls-page.site-page-active > section:first-of-type {
  padding-top: 2.4rem !important;
}

@media (max-width: 700px) {
  html[data-site-page]:not([data-site-page="home"]) body.page-mode > #collections.site-page-active,
  html[data-site-page]:not([data-site-page="home"]) body.page-mode > #kashmiri-carpets.site-page-active,
  html[data-site-page]:not([data-site-page="home"]) body.page-mode > #care-guide.site-page-active,
  html[data-site-page]:not([data-site-page="home"]) body.page-mode > #payment-desk.site-page-active,
  html[data-site-page]:not([data-site-page="home"]) body.page-mode > #policies.site-page-active,
  html[data-site-page="shawls"] body.page-mode > #shawls-page.site-page-active > section:first-of-type {
    padding-top: 1.6rem !important;
  }
}

@media (max-width: 760px) {
  .whatsapp-fab {
    width: 44px !important;
    height: 44px !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    padding: 0 !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .whatsapp-fab svg {
    width: 20px !important;
    height: 20px !important;
  }
}




/* The Kashmir Knot Journal */
.journal-section {
  --journal-ink: #08110f;
  --journal-green: #12241d;
  --journal-paper: #eee4d0;
  --journal-saffron: #bd6932;
  --journal-wine: #5d2622;
  position: relative;
  overflow: hidden;
  color: var(--journal-paper);
  background: var(--journal-ink);
  border-top: 1px solid rgba(197,161,90,0.26);
}

:root {
  --journal-main-nav-height: 86px;
  --journal-subnav-height: 58px;
  --journal-page-top: calc(var(--journal-main-nav-height) + var(--journal-subnav-height));
}

.journal-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(197,161,90,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197,161,90,0.016) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 22%);
}

.journal-masthead {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(480px, 1.16fr);
  gap: clamp(2rem, 6vw, 7rem);
  max-width: 1500px;
  min-height: min(790px, calc(100vh - 104px));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 9rem) clamp(1.4rem, 5vw, 5.5rem) 6rem;
  align-items: center;
}

.journal-masthead-copy {
  max-width: 650px;
}

.journal-masthead-copy .section-kicker {
  margin-bottom: 1.35rem;
  color: #cf9d51;
}

.journal-masthead-copy h2 {
  max-width: 620px;
  margin: 0 0 1.5rem;
  color: #fff8ec;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4.2rem, 7.2vw, 8.4rem);
  font-weight: 300;
  line-height: 0.79;
  letter-spacing: 0;
}

.journal-masthead-copy h2 em {
  color: #c89249;
  font-weight: 300;
}

.journal-deck {
  max-width: 570px;
  color: rgba(238,228,208,0.72);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.55;
}

.journal-edition {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(197,161,90,0.25);
  color: rgba(238,228,208,0.5);
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journal-masthead-visual {
  position: relative;
  align-self: center;
  width: min(100%, 660px);
  margin: 0 auto;
  padding: clamp(0.7rem, 1.4vw, 1rem);
  background: rgba(238,228,208,0.025);
  border: 1px solid rgba(197,161,90,0.28);
  box-shadow: 0 34px 90px rgba(0,0,0,0.36);
}

.journal-masthead-visual::before {
  content: '';
  position: absolute;
  inset: clamp(0.7rem, 1.4vw, 1rem);
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255,248,234,0.12);
}

.journal-masthead-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.04) brightness(0.9);
}

.journal-image-main {
  position: relative;
}

.journal-masthead-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0.15rem 0.05rem;
  color: rgba(238,228,208,0.48);
  font-family: 'Cinzel', serif;
  font-size: 0.48rem;
  letter-spacing: 0.17em;
  line-height: 1.6;
  text-transform: uppercase;
}

.journal-subnav {
  position: fixed;
  top: var(--journal-main-nav-height);
  right: 0;
  left: 0;
  z-index: 95;
  display: grid;
  grid-template-columns: 0.72fr repeat(4, minmax(0, 1fr));
  width: 100%;
  height: var(--journal-subnav-height);
  min-height: var(--journal-subnav-height);
  padding: 0 !important;
  background: rgba(7,17,15,0.97) !important;
  border-top: 1px solid rgba(197,161,90,0.2);
  border-bottom: 1px solid rgba(197,161,90,0.32) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
}

.journal-subnav a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.8rem clamp(0.7rem, 1.6vw, 1.6rem);
  color: rgba(238,228,208,0.58);
  border-right: 1px solid rgba(197,161,90,0.16);
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.journal-subnav a:last-child {
  border-right: 0;
}

.journal-subnav a:hover,
.journal-subnav a.is-active-journal-link {
  color: #fff8ec;
  background: rgba(197,161,90,0.09);
}

.journal-subnav a.is-active-journal-link {
  box-shadow: inset 0 -2px 0 #c99b53;
}

.journal-subnav span {
  flex: 0 0 auto;
  color: #c99b53;
  font-size: 0.46rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-subnav strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.52rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.journal-article {
  position: relative;
  z-index: 1;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.3rem, 5vw, 5rem) clamp(6rem, 12vw, 12rem);
  border-bottom: 1px solid rgba(197,161,90,0.26);
}

.journal-article:nth-of-type(2) {
  background: #0c1714;
}

.journal-article:nth-of-type(3) {
  background: #15100d;
}

.journal-article:nth-of-type(4) {
  background: #0f1714;
}

.journal-article:nth-of-type(5) {
  background: #17100d;
}

.journal-article-header {
  max-width: 1020px;
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  text-align: center;
}

.journal-article-number {
  margin-bottom: 1.2rem;
  color: #c99a51;
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.journal-article-header h3 {
  color: #fff9ee;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: 0;
}

.journal-article-header > p {
  max-width: 760px;
  margin: 1.7rem auto 0;
  color: rgba(238,228,208,0.66);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.5;
}

.journal-article-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  margin-top: 2.2rem;
  color: rgba(238,228,208,0.42);
  font-family: 'Cinzel', serif;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.journal-wide-figure {
  max-width: 1380px;
  margin: 0 auto clamp(4rem, 8vw, 7rem);
}

.journal-wide-figure > img {
  display: block;
  width: 100%;
  height: min(68vw, 760px);
  object-fit: cover;
  border: 1px solid rgba(197,161,90,0.32);
}

.journal-wide-figure figcaption,
.journal-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  color: rgba(238,228,208,0.46);
  font-family: 'Raleway', sans-serif;
  font-size: 0.66rem;
  line-height: 1.6;
}

.journal-figure-pair {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0.8rem;
}

.journal-figure-pair > img {
  height: min(58vw, 720px);
}

.journal-figure-pair figcaption {
  grid-column: 1 / -1;
}

.journal-article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 270px) minmax(0, 760px);
  gap: clamp(3rem, 8vw, 8rem);
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}

.journal-margin-note {
  position: sticky;
  top: 145px;
  align-self: start;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(197,161,90,0.44);
  border-bottom: 1px solid rgba(197,161,90,0.22);
}

.journal-margin-note span,
.journal-closing-note span {
  display: block;
  margin-bottom: 1rem;
  color: #cc9850;
  font-family: 'Cinzel', serif;
  font-size: 0.52rem;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.journal-margin-note strong {
  display: block;
  margin-bottom: 0.75rem;
  color: #fff7e9;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.08;
}

.journal-margin-note p {
  color: rgba(238,228,208,0.5);
  font-size: 0.72rem;
  line-height: 1.85;
}

.journal-prose {
  color: rgba(238,228,208,0.72);
}

.journal-prose p {
  margin-bottom: 1.55rem;
  font-size: 0.91rem;
  line-height: 2.02;
}

.journal-prose .journal-lede {
  margin-bottom: 3.2rem;
  color: #f4ead8;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.55;
}

.journal-prose .journal-lede::first-letter {
  float: left;
  margin: 0.08em 0.14em 0 0;
  color: #d29e50;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5em;
  line-height: 0.72;
}

.journal-prose h4 {
  margin: 3.8rem 0 1.3rem;
  padding-top: 1.4rem;
  color: #fff8ec;
  border-top: 1px solid rgba(197,161,90,0.2);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.journal-prose blockquote {
  margin: 4.2rem 0;
  padding: 2.7rem 0 2.7rem clamp(1.4rem, 4vw, 3.2rem);
  color: #d9af6b;
  border-left: 1px solid #b8863d;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.16;
}

.journal-closing-note {
  margin-top: 4rem;
  padding: 2rem;
  color: #f1e6d3;
  border: 1px solid rgba(197,161,90,0.35);
  background: rgba(197,161,90,0.06);
}

.journal-closing-note p {
  margin: 0;
  color: rgba(241,230,211,0.7);
}

.journal-back-link {
  display: inline-block;
  margin-top: 2.4rem;
  padding-bottom: 0.4rem;
  color: #c99b53;
  border-bottom: 1px solid rgba(201,155,83,0.48);
  font-family: 'Cinzel', serif;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.journal-source-note {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1.3rem 0;
  border-top: 1px solid rgba(197,161,90,0.22);
  border-bottom: 1px solid rgba(197,161,90,0.22);
}

.journal-source-note span {
  margin-bottom: 0.2rem;
  color: #c99b53;
  font-family: 'Cinzel', serif;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.journal-source-note a {
  color: rgba(238,228,208,0.62);
  font-size: 0.69rem;
  line-height: 1.55;
  text-decoration-color: rgba(197,161,90,0.42);
  text-underline-offset: 0.25rem;
}

.journal-source-note a:hover {
  color: #e8c07d;
}

.journal-authenticity-figure {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
  max-width: 1320px;
  min-height: 0;
  padding: clamp(0.8rem, 1.7vw, 1.35rem);
  background:
    radial-gradient(circle at 16% 12%, rgba(197,161,90,0.12), transparent 34%),
    linear-gradient(135deg, #101b16, #0a130f);
  border: 1px solid rgba(197,161,90,0.32);
  box-shadow: 0 32px 90px rgba(0,0,0,0.34);
}

.journal-authenticity-figure > img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  background: rgba(255,250,240,0.94);
  border: 1px solid rgba(197,161,90,0.42);
  box-shadow: 0 22px 55px rgba(0,0,0,0.24);
}

.journal-maker-tag {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  margin-left: 0;
  padding: clamp(2rem, 3.4vw, 3.2rem);
  color: #eaddc7;
  background:
    linear-gradient(160deg, rgba(22,49,38,0.96), rgba(8,22,16,0.98));
  border: 1px solid rgba(184,134,11,0.6);
  box-shadow: none;
}

.journal-maker-tag::before {
  content: '';
  position: absolute;
  inset: 0.7rem;
  border: 1px solid rgba(197,161,90,0.2);
  pointer-events: none;
}

.journal-maker-tag span,
.journal-maker-tag small {
  position: relative;
  display: block;
  color: #cba05e;
  font-family: 'Cinzel', serif;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-transform: uppercase;
}

.journal-maker-tag strong {
  position: relative;
  display: block;
  margin: 1.4rem 0 0.3rem;
  color: #fff7e9;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 0.9;
}

.journal-maker-tag dl {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem 1rem;
  margin-top: 2.2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(197,161,90,0.28);
  font-size: 0.65rem;
  line-height: 1.5;
}

.journal-maker-tag dt {
  color: #cba05e;
  font-family: 'Cinzel', serif;
  font-size: 0.48rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-maker-tag dd {
  color: rgba(234,221,199,0.68);
}

.journal-authenticity-figure figcaption {
  position: static;
  grid-column: 1 / -1;
  padding: 0.2rem 0.2rem 0;
  color: rgba(238,228,208,0.56);
}

.journal-history-opening {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 8rem);
  max-width: 1300px;
  margin: 0 auto clamp(5rem, 9vw, 9rem);
  padding: 0 clamp(0rem, 3vw, 3rem);
  align-items: center;
}

.journal-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 191 / 264;
  max-height: 740px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(0.9);
  border: 1px solid rgba(197,161,90,0.45);
  box-shadow: 0 32px 80px rgba(0,0,0,0.42);
}

.journal-portrait figcaption {
  display: block;
}

.journal-portrait figcaption strong,
.journal-portrait figcaption span {
  display: block;
}

.journal-portrait figcaption strong {
  color: #e8c07d;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.journal-history-intro > span {
  color: #c99b53;
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.journal-history-intro p {
  margin-top: 1.5rem;
  color: #f2e7d4;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  line-height: 1.23;
}

.journal-route-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}

.journal-route-line::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #9e5a32, #caa45d, #789178);
}

.journal-route-line i {
  position: relative;
  width: 9px;
  height: 9px;
  background: #c99b53;
  border: 2px solid #17100d;
  border-radius: 50%;
}

html[data-site-page="journal"] body.page-mode > #journal.site-page-active {
  padding-top: 0 !important;
}

html[data-site-page^="journal"]:not([data-site-page="home"]) body.page-mode {
  padding-top: var(--journal-page-top) !important;
}

html[data-site-page^="journal"] body.page-mode > #journal.site-page-active,
html[data-site-page^="journal"] body.page-mode > .journal-article.site-page-active {
  margin-top: 0 !important;
  scroll-margin-top: var(--journal-page-top) !important;
}

html[data-site-page^="journal"] body.page-mode > .journal-article:not(.site-page-active),
html[data-site-page^="journal"] body.page-mode > #journal:not(.site-page-active) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html[data-site-page^="journal"],
html[data-site-page^="journal"] body {
  overflow-anchor: none;
}

html.journal-scroll-reset,
html.journal-scroll-reset body {
  scroll-behavior: auto !important;
}

@media (min-width: 901px) and (max-width: 1799px) {
  nav {
    gap: 0.55rem !important;
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .nav-logo img {
    height: 40px !important;
  }

  .nav-brand-title {
    font-size: 0.78rem !important;
  }

  .nav-brand-copy small {
    font-size: 0.45rem !important;
  }

  .nav-links {
    gap: clamp(0.48rem, 0.75vw, 0.8rem) !important;
    margin-right: 0 !important;
  }

  .nav-links a {
    font-size: 0.54rem !important;
    letter-spacing: 0.1em !important;
  }

  nav > .specials-hold-btn {
    display: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1649px) {
  nav > .btn-primary {
    display: none !important;
  }
}

@media (min-width: 1650px) and (max-width: 1799px) {
  nav > .btn-primary {
    display: inline-flex !important;
    padding: 0.58rem 0.9rem !important;
    font-size: 0.54rem !important;
    letter-spacing: 0.1em !important;
  }
}

@media (min-width: 1800px) {
  nav {
    gap: 0.75rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .nav-links {
    gap: 0.85rem !important;
    margin-right: 0 !important;
  }

  .nav-links a {
    font-size: 0.6rem !important;
    letter-spacing: 0.12em !important;
  }

  nav > .specials-hold-btn {
    display: none !important;
  }

  nav > .btn-primary {
    display: inline-flex !important;
    padding: 0.62rem 1.1rem !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.11em !important;
  }
}

@media (max-width: 1100px) {
  .journal-masthead {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 5rem;
  }

  .journal-masthead-copy {
    max-width: 760px;
  }

  .journal-masthead-visual {
    width: min(100%, 620px);
  }

}

@media (max-width: 780px) {
  :root {
    --journal-main-nav-height: 72px;
    --journal-subnav-height: 54px;
  }

  html[data-site-page^="journal"]:not([data-site-page="home"]) body.page-mode {
    padding-top: var(--journal-page-top) !important;
  }

  .journal-subnav {
    top: var(--journal-main-nav-height);
    display: flex;
    height: var(--journal-subnav-height);
    min-height: var(--journal-subnav-height);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .journal-subnav::-webkit-scrollbar {
    display: none;
  }

  .journal-subnav a {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 0.72rem 1rem;
  }

  .journal-subnav strong {
    overflow: visible;
    text-overflow: clip;
  }

  .journal-masthead {
    display: block;
    padding: 3.5rem 1.2rem 2.5rem;
  }

  .journal-masthead-copy h2 {
    font-size: clamp(3.55rem, 18vw, 5.4rem);
    line-height: 0.84;
  }

  .journal-masthead-visual {
    margin-top: 2.7rem;
    padding: 0.55rem;
  }

  .journal-image-main {
    width: 100%;
  }

  .journal-masthead-visual::before {
    inset: 0.55rem;
  }

  .journal-masthead-visual figcaption {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem 0.1rem 0.05rem;
    font-size: 0.42rem;
  }

  .journal-article {
    padding: 5rem 1.15rem 7rem;
  }

  .journal-article-header {
    text-align: left;
  }

  .journal-article-header h3 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .journal-article-meta {
    justify-content: flex-start;
  }

  .journal-wide-figure {
    margin-bottom: 3.5rem;
  }

  .journal-wide-figure > img {
    height: 72vw;
    min-height: 320px;
  }

  .journal-figure-pair {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 0.45rem;
  }

  .journal-figure-pair > img {
    height: 72vw;
    min-height: 300px;
  }

  .journal-wide-figure figcaption {
    display: block;
  }

  .journal-article-layout {
    display: block;
  }

  .journal-margin-note {
    position: static;
    margin-bottom: 3.5rem;
  }

  .journal-prose p {
    font-size: 0.86rem;
    line-height: 1.95;
  }

  .journal-prose .journal-lede {
    font-size: 1.45rem;
  }

  .journal-prose h4 {
    margin-top: 3rem;
    font-size: 2.35rem;
  }

  .journal-prose blockquote {
    margin: 3rem 0;
    padding: 2rem 0 2rem 1.2rem;
    font-size: 2.1rem;
  }

  .journal-authenticity-figure {
    display: block;
    min-height: 0;
    padding: 0.8rem;
  }

  .journal-maker-tag {
    width: 100%;
    min-height: 0;
    margin: 0.8rem auto 0;
    padding: 2rem;
  }

  .journal-authenticity-figure figcaption {
    padding: 0.9rem 0.1rem 0;
  }

  .journal-history-opening {
    display: block;
    margin-bottom: 4rem;
    padding: 0;
  }

  .journal-portrait {
    max-width: 470px;
    margin: 0 auto 3rem;
  }

  .journal-history-intro p {
    font-size: 2rem;
  }
}




/* Final header guard: keep the brand visible and the nav anchored on every desktop deploy preview. */
#nav {
  min-height: 72px;
}

#nav .nav-logo {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  min-width: max-content;
  opacity: 1 !important;
}

#nav .nav-logo img {
  display: block !important;
  flex: 0 0 auto;
}

#nav .nav-brand-copy {
  display: grid !important;
}

#nav .nav-links {
  justify-content: flex-end;
}

@media (min-width: 901px) {
  #nav .mobile-menu-toggle {
    display: none !important;
  }
}





/* Final top-bar containment: prevent desktop headers from preserving a sideways scroll offset. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

#nav {
  box-sizing: border-box;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

#nav .nav-logo {
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(360px, 32vw);
  overflow: hidden;
}

#nav .nav-brand-copy {
  min-width: 0;
  overflow: hidden;
}

#nav .nav-brand-title,
#nav .nav-brand-copy small {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nav .nav-links {
  flex: 1 1 auto;
  min-width: 0;
}

#journal-subnav.journal-subnav {
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
  overscroll-behavior-x: contain;
}

#journal-subnav.journal-subnav a {
  min-width: 0;
}

@media (max-width: 780px) {
  #journal-subnav.journal-subnav {
    overflow-x: auto;
  }

  #journal-subnav.journal-subnav a {
    min-width: max-content;
  }
}




/* Desktop header restore: keep the brand mark and Hold Specials available without horizontal drift. */
@media (min-width: 1181px) {
  #nav {
    gap: clamp(0.42rem, 0.62vw, 0.72rem) !important;
    padding-left: clamp(1rem, 1.35vw, 1.6rem) !important;
    padding-right: clamp(1rem, 1.35vw, 1.6rem) !important;
  }

  #nav .nav-logo {
    flex: 0 0 auto;
    min-width: 0;
    max-width: clamp(46px, 15vw, 300px);
  }

  #nav .nav-logo img {
    height: 40px !important;
  }

  #nav .nav-links {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: clamp(0.4rem, 0.68vw, 0.78rem) !important;
    margin-left: auto;
    margin-right: 0 !important;
  }

  #nav .nav-links a {
    font-size: clamp(0.5rem, 0.48vw, 0.58rem) !important;
    letter-spacing: clamp(0.07em, 0.16vw, 0.11em) !important;
  }

  #nav > .specials-hold-btn {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    margin-left: clamp(0.25rem, 0.55vw, 0.58rem) !important;
    padding: 0.58rem 0.78rem !important;
    font-size: 0.5rem !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap;
  }

  #nav > .btn-primary {
    display: none !important;
  }
}

@media (min-width: 1181px) and (max-width: 1439px) {
  #nav .nav-logo {
    max-width: 46px;
  }

  #nav .nav-brand-copy {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  #nav .nav-brand-copy {
    display: grid !important;
  }
}

@media (min-width: 1680px) {
  #nav > .btn-primary {
    display: inline-flex !important;
    flex: 0 0 auto;
    padding: 0.58rem 0.95rem !important;
    font-size: 0.54rem !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap;
  }
}

@media (max-width: 1180px) {
  #nav {
    padding: 1.2rem 1.5rem !important;
  }

  #nav .nav-links,
  #nav > .specials-hold-btn,
  #nav > .btn-primary {
    display: none !important;
  }

  #nav .mobile-menu-toggle {
    display: inline-flex !important;
    margin-left: auto;
  }
}

.hero {
  background: #050403;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.08) brightness(0.78);
}

.hero-bg {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.86) 0%, rgba(7,5,4,0.68) 35%, rgba(7,5,4,0.34) 68%, rgba(5,4,3,0.52) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.12) 44%, rgba(0,0,0,0.68) 100%) !important;
  animation: none !important;
  transform: none !important;
}

.hero-pattern,
.hero-paisley {
  display: none !important;
  animation: none !important;
}

.hero-content,
.hero-scroll {
  z-index: 2;
}

.hero-content {
  text-shadow: 0 8px 26px rgba(0,0,0,0.74), 0 2px 6px rgba(0,0,0,0.9) !important;
}

.hero h1,
.hero h1 em {
  text-shadow: 0 10px 32px rgba(0,0,0,0.82), 0 2px 8px rgba(0,0,0,0.96);
}

.hero h1 em {
  background: none !important;
  color: #d7b86d !important;
  -webkit-text-fill-color: currentColor;
}

@media (max-width: 900px) {
  .hero {
    background: #050403 !important;
  }

  .hero-video {
    display: block !important;
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.94) contrast(1.08) brightness(0.68);
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(5,4,3,0.88) 0%, rgba(7,5,4,0.7) 48%, rgba(5,4,3,0.54) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.16) 42%, rgba(0,0,0,0.72) 100%) !important;
  }
}

@media (max-width: 540px) {
  .hero-video {
    object-position: 52% center;
  }
}
