/* ============================================================
   Thai Terpz — landing page components
   Shared by /cannabis-dispensary-ekkamai and
   /24-7-cannabis-dispensary-bangkok. Mirrors the visit page
   component styles so the new landing pages render natively.
   ============================================================ */
    .visit-hero {
      padding: 140px 6vw 64px;
      border-bottom: 1px solid var(--line);
      background:
        radial-gradient(ellipse at 80% 0%, rgba(124,43,255,0.30) 0%, transparent 55%),
        radial-gradient(ellipse at 0% 100%, rgba(212,175,55,0.10) 0%, transparent 55%),
        linear-gradient(180deg, var(--purple) 0%, var(--ink-2) 100%);
      position: relative;
      overflow: hidden;
    }
    .visit-hero h1 {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: clamp(56px, 9vw, 132px);
      line-height: 0.92;
      color: var(--cream);
      text-wrap: balance;
    }
    .visit-hero h1 em {
      font-style: normal;
      background: linear-gradient(180deg, #ffe28a 0%, #d4af37 45%, #8a6a14 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .visit-hero .lead {
      max-width: 64ch;
      margin-top: 22px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 13px;
      line-height: 1.7;
      letter-spacing: 0.04em;
      color: var(--cream-dim);
    }
    .back {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'Rubik Mono One', sans-serif;
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--honey);
      margin-bottom: 28px;
    }
    .back:hover { color: var(--cream); }

    /* generic visit section shell */
    .v-block {
      padding: 96px 6vw;
      border-bottom: 1px solid var(--line);
      background: var(--ink);
    }
    .v-block.alt {
      background:
        radial-gradient(ellipse at 100% 0%, rgba(124,43,255,0.18) 0%, transparent 55%),
        var(--ink-2);
    }
    .v-eyebrow {
      font-family: 'Rubik Mono One', sans-serif;
      font-size: 11px;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--honey);
      margin-bottom: 14px;
    }
    .v-title {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: clamp(36px, 5vw, 64px);
      line-height: 0.95;
      color: var(--cream);
      margin-bottom: 32px;
    }
    .v-title em {
      font-style: normal;
      background: linear-gradient(180deg, #ffe28a 0%, #d4af37 45%, #8a6a14 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    /* Getting here — 3-card grid */
    .here-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-bottom: 28px;
    }
    .here-card {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 26px 26px 24px;
      background: rgba(10,7,18,0.55);
      display: flex;
      flex-direction: column;
      gap: 10px;
      transition: border-color 280ms ease, background 280ms ease, transform 200ms ease, box-shadow 280ms ease;
    }
    .here-card:hover {
      border-color: rgba(178,102,255,0.55);
      transform: translateY(-3px);
      box-shadow: 0 18px 50px rgba(124,43,255,0.25);
    }
    .here-card-eyebrow {
      font-family: 'Rubik Mono One', sans-serif;
      font-size: 10px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--honey-2);
    }
    .here-card h3 {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: 26px;
      line-height: 1;
      color: var(--cream);
      margin-bottom: 4px;
    }
    .here-card p {
      font-size: 14.5px;
      line-height: 1.6;
      color: var(--cream-dim);
    }
    .here-address {
      font-family: 'JetBrains Mono', monospace;
      font-size: 13px;
      line-height: 1.7;
      color: var(--cream);
    }

    .v-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 16px 24px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-family: 'Rubik Mono One', sans-serif;
      font-size: 11px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      transition: background 280ms ease, color 280ms ease, transform 200ms ease, box-shadow 280ms ease, border-color 280ms ease;
      white-space: nowrap;
    }
    .v-cta.primary {
      background: linear-gradient(180deg, #f4d36a 0%, #d4af37 50%, #8a6a14 100%);
      color: var(--ink);
      box-shadow: 0 0 0 1px rgba(212,175,55,0.6), 0 8px 28px rgba(124,43,255,0.35);
    }
    .v-cta.primary:hover {
      filter: brightness(1.1);
      box-shadow: 0 0 0 1px rgba(244,211,106,0.8), 0 10px 40px rgba(124,43,255,0.55);
      transform: translateY(-2px);
    }
    .v-cta.ghost {
      background: rgba(10,7,18,0.5);
      border-color: var(--line-strong);
      color: var(--cream);
    }
    .v-cta.ghost:hover {
      background: linear-gradient(180deg, #a04fff 0%, #7c2bff 100%);
      border-color: var(--purple-glow);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 12px 36px rgba(124,43,255,0.45);
    }

    /* Hours card — full width style */
    .hours-card {
      max-width: 720px;
      border: 1px solid var(--line-strong);
      border-radius: 22px;
      padding: 32px;
      background:
        radial-gradient(ellipse at 0% 0%, rgba(124,43,255,0.18) 0%, transparent 55%),
        linear-gradient(180deg, rgba(10,7,18,0.7) 0%, rgba(42,10,74,0.4) 100%);
      box-shadow: 0 22px 70px rgba(124,43,255,0.18);
    }
    .hours-lede {
      font-size: 16px;
      line-height: 1.65;
      color: var(--cream-dim);
      margin-bottom: 20px;
    }
    .hours-table {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 24px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
      font-family: 'JetBrains Mono', monospace;
      font-size: 13px;
    }
    .hours-table b {
      color: var(--cream);
      font-weight: 500;
    }
    .hours-table span {
      color: var(--honey-2);
      text-align: right;
    }

    /* What to bring */
    .bring-grid {
      max-width: 760px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
    .bring-card {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 24px;
      background: rgba(10,7,18,0.5);
    }
    .bring-card h3 {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: 22px;
      color: var(--cream);
      margin-bottom: 8px;
    }
    .bring-card p {
      font-size: 14.5px;
      line-height: 1.6;
      color: var(--cream-dim);
    }

    /* What's inside — three floor blocks */
    .floor-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .floor-card {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 28px;
      background: linear-gradient(180deg, rgba(10,7,18,0.7) 0%, rgba(42,10,74,0.30) 100%);
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: border-color 280ms ease, transform 200ms ease, box-shadow 280ms ease;
    }
    .floor-card:hover {
      border-color: rgba(178,102,255,0.55);
      transform: translateY(-3px);
      box-shadow: 0 18px 50px rgba(124,43,255,0.25);
    }
    .floor-tag {
      align-self: flex-start;
      font-family: 'Rubik Mono One', sans-serif;
      font-size: 10px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #fff;
      background: linear-gradient(180deg, #a04fff 0%, #7c2bff 100%);
      padding: 7px 12px;
      border-radius: 999px;
      box-shadow: 0 0 0 1px rgba(178,102,255,0.4), 0 0 18px rgba(124,43,255,0.45);
    }
    .floor-card h3 {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: 28px;
      line-height: 1;
      color: var(--cream);
    }
    .floor-card p {
      font-size: 14.5px;
      line-height: 1.65;
      color: var(--cream-dim);
    }

    /* Weekly events — three card row */
    .events-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .v-event {
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 28px;
      background:
        radial-gradient(ellipse at 0% 0%, rgba(124,43,255,0.15) 0%, transparent 55%),
        rgba(10,7,18,0.55);
      display: flex;
      flex-direction: column;
      gap: 12px;
      transition: border-color 280ms ease, transform 200ms ease, box-shadow 280ms ease;
    }
    .v-event:hover {
      border-color: var(--purple-glow);
      transform: translateY(-3px);
      box-shadow: 0 18px 50px rgba(124,43,255,0.30);
    }
    .v-event-day {
      align-self: flex-start;
      font-family: 'Rubik Mono One', sans-serif;
      font-size: 10px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #fff;
      background: linear-gradient(180deg, #a04fff 0%, #7c2bff 100%);
      padding: 7px 12px;
      border-radius: 999px;
      box-shadow: 0 0 0 1px rgba(178,102,255,0.4), 0 0 18px rgba(124,43,255,0.45);
    }
    .v-event h3 {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: 26px;
      line-height: 1;
      color: var(--cream);
    }
    .v-event p {
      font-size: 14.5px;
      line-height: 1.6;
      color: var(--cream-dim);
    }

    /* Good to know */
    .know-block {
      max-width: 780px;
    }
    .know-block p {
      font-size: 17px;
      line-height: 1.7;
      color: var(--cream-dim);
    }
    .know-block p + p { margin-top: 16px; }
    .know-block em {
      font-style: normal;
      color: var(--honey-2);
    }

    /* FAQ */
    .faq {
      padding: 80px 6vw 80px;
      max-width: 920px;
      border-bottom: 1px solid var(--line);
    }
    .faq h2 {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: clamp(40px, 6vw, 72px);
      color: var(--cream);
      margin-bottom: 36px;
    }
    .faq h2 em {
      font-style: normal;
      background: linear-gradient(180deg, #ffe28a 0%, #d4af37 45%, #8a6a14 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    details {
      border-top: 1px solid var(--line);
      padding: 22px 0;
    }
    details:last-of-type { border-bottom: 1px solid var(--line); }
    summary {
      cursor: pointer;
      font-family: 'Bagel Fat One', sans-serif;
      font-size: 22px;
      color: var(--cream);
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after {
      content: '+';
      font-family: 'Bagel Fat One', sans-serif;
      font-size: 30px;
      color: var(--honey);
      transition: transform 200ms;
    }
    details[open] summary::after { transform: rotate(45deg); }
    details p {
      margin-top: 12px;
      font-size: 15.5px;
      line-height: 1.65;
      color: var(--cream-dim);
      max-width: 70ch;
    }

    /* Closing CTA strip */
    .v-close {
      padding: 80px 6vw 96px;
      background:
        radial-gradient(ellipse at 80% 0%, rgba(124,43,255,0.25) 0%, transparent 55%),
        radial-gradient(ellipse at 0% 100%, rgba(212,175,55,0.10) 0%, transparent 55%),
        linear-gradient(180deg, var(--ink-2) 0%, var(--purple) 100%);
      text-align: center;
    }
    .v-close-line {
      font-family: 'Bagel Fat One', sans-serif;
      font-size: clamp(28px, 4vw, 48px);
      line-height: 1.1;
      color: var(--cream);
      max-width: 22ch;
      margin: 0 auto 28px;
    }
    .v-close-cta-row {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
    }

    @media (max-width: 880px) {
      .here-grid,
      .floor-grid,
      .events-row { grid-template-columns: 1fr; }
      .bring-grid { grid-template-columns: 1fr; }
      .hours-table { grid-template-columns: 1fr 1fr; }
    }
