/* ============================================================
   HOUSE OSBORNE — CINEMATIC HOMEPAGE
   The film entry overlay + editorial front page. Framework-free.
   ============================================================ */
html.ho-locked, html.ho-locked body { overflow: hidden; height: 100%; }

/* ---------- Cinematic entry overlay ---------- */
#ho-cine { position: fixed; inset: 0; z-index: 200; overflow: hidden; background: #06152C;
  transition: opacity 1.1s var(--ease-out), visibility 1.1s; }
#ho-cine.is-dismissed { opacity: 0; visibility: hidden; pointer-events: none; }
/* At the "choose a world" stop, the film becomes a 100vh hero you can
   scroll past into the editorial homepage below. */
#ho-cine.is-scrollable { position: relative; height: 100vh; }

#ho-film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0;
  transition: opacity 1s var(--ease-out); background: #06152C; }
#ho-cine.is-rolling #ho-film { opacity: 1; }

#ho-cine-scrim { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; transition: opacity .8s var(--ease-out);
  background: radial-gradient(120% 80% at 50% 18%, rgba(6,21,44,.10), rgba(6,21,44,.34) 60%, rgba(6,21,44,.74) 100%),
              linear-gradient(to top, rgba(6,21,44,.86) 0%, rgba(6,21,44,.18) 34%, transparent 56%); }
#ho-cine.is-choosing #ho-cine-scrim { opacity: 1; }

/* Exterior gate */
#ho-gate { position: absolute; inset: 0; z-index: 5; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 26px; transition: opacity 1s var(--ease-out), visibility 1s, transform 1.3s var(--ease-out); }
#ho-gate.is-gone { opacity: 0; visibility: hidden; transform: scale(1.06); }
#ho-exterior { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: cover; z-index: -2;
  transform-origin: 50% 46%; animation: hoKenburns 30s ease-in-out infinite alternate; }
#ho-gate::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(120% 92% at 50% 36%, rgba(6,21,44,.30), rgba(6,21,44,.62) 78%); }
@keyframes hoKenburns { from { transform: scale(1.08) translate(4.5%, 0); } to { transform: scale(1.15) translate(4.5%, -1.5%); } }
#ho-gate .mono { width: 78px; height: 78px; animation: hoRise 1s var(--ease-out) .1s backwards; }
#ho-gate .eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-400); animation: hoRise 1s var(--ease-out) .85s backwards; }
#ho-gate h1 { font-family: var(--font-display); font-weight: 600; color: var(--parchment-50); margin: 0;
  font-size: clamp(2.6rem, 1.4rem + 4.4vw, 5rem); line-height: 1.02; letter-spacing: -.02em;
  text-shadow: 0 2px 44px rgba(6,21,44,.7); animation: hoRise 1.1s var(--ease-out) .45s backwards; }
#ho-enter { margin-top: 8px; width: 146px; height: 146px; border-radius: 50%; cursor: pointer; background: transparent;
  color: var(--parchment-50); border: 1px solid rgba(201,165,92,.5); font-family: var(--font-sans); font-size: 12px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; display: flex; align-items: center; justify-content: center;
  animation: hoRise 1.1s var(--ease-out) .6s backwards, hoPulse 3.6s ease-in-out 1.8s infinite;
  transition: background .4s var(--ease-out), border-color .4s, color .4s, transform .4s; }
#ho-enter:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900); transform: scale(1.05); }
@keyframes hoRise { from { transform: translateY(18px); } to { transform: translateY(0); } }
@keyframes hoPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(201,165,92,0); } 50% { box-shadow: 0 0 0 16px rgba(201,165,92,.06); } }

/* Film brand + skip */
#ho-cine .filmbrand { position: absolute; top: 24px; left: 30px; z-index: 6; display: flex; align-items: center; gap: 11px;
  opacity: 0; transition: opacity .8s var(--ease-out) .2s; }
#ho-cine.is-choosing .filmbrand { opacity: 1; }
#ho-cine .filmbrand img { width: 30px; height: 30px; }
#ho-cine .filmbrand span { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--parchment-50); white-space: nowrap; }
#ho-skip { position: absolute; top: 26px; right: 30px; z-index: 8; background: transparent; border: 0; cursor: pointer;
  font-family: var(--font-sans); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--navy-200);
  opacity: 0; transition: color .3s, opacity .6s; }
#ho-cine.is-rolling #ho-skip, #ho-cine.is-choosing #ho-skip { opacity: .9; }
#ho-skip:hover { color: var(--parchment-50); }

/* Choose panel */
#ho-choose { position: absolute; left: 0; right: 0; bottom: 0; z-index: 7; padding: 0 28px clamp(56px, 13vh, 140px); display: flex; flex-direction: column;
  align-items: center; opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity .7s var(--ease-out) .15s, transform .7s var(--ease-out) .15s; }
#ho-cine.is-choosing #ho-choose { opacity: 1; transform: translateY(0); pointer-events: auto; }
#ho-choose .ce { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-400); margin-bottom: 26px; display: flex; align-items: center; gap: 10px; }
#ho-choose .ce::before, #ho-choose .ce::after { content: ""; width: 34px; height: 1px; background: rgba(201,165,92,.5); }
#ho-pick { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 1200px; }
.ho-pick { cursor: pointer; border: 1px solid rgba(201,165,92,.3); background: rgba(6,21,44,.5); -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); border-radius: var(--radius-md); width: 200px; height: 81px; padding: 8px 28px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0;
  text-align: center; color: var(--parchment-50); transition: border-color .3s var(--ease-out), background .3s, transform .3s; text-decoration: none; }
.ho-pick:hover { border-color: var(--gold-500); background: rgba(201,165,92,.16); transform: translateY(-3px); color: var(--parchment-50); }
.ho-pick__top { display: flex; align-items: baseline; gap: 11px; }
.ho-pick .idx { font-family: var(--font-sans); font-size: 11px; letter-spacing: .16em; color: var(--gold-400); }
.ho-pick .nm { font-family: var(--font-sans); font-weight: 600; font-size: 17px; letter-spacing: .2em; text-transform: uppercase; }
.ho-pick .cap { font-family: var(--font-display); font-style: italic; font-size: 13px; color: var(--navy-200); max-width: 24ch; line-height: 1.35; }
#ho-choose .wander { margin-top: 22px; background: transparent; border: 0; cursor: pointer; font-family: var(--font-sans);
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--navy-200); display: flex; align-items: center; gap: 8px; transition: color .3s; }
#ho-choose .wander:hover { color: var(--parchment-50); }
#ho-choose .wander .chev { display: inline-block; animation: hoBob 2.2s ease-in-out infinite; }
@keyframes hoBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* Arriving — world title card with Enter CTA */
#ho-arrive { position: absolute; inset: 0; z-index: 8; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; opacity: 0; transition: opacity .6s var(--ease-out); pointer-events: none; }
#ho-cine.is-arriving #ho-arrive { opacity: 1; pointer-events: auto; }
#ho-cine.is-arriving #ho-cine-scrim { opacity: 1; }
#ho-arrive .w { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.4rem,1.4rem+3vw,4rem); color: var(--parchment-50);
  letter-spacing: .02em; text-shadow: 0 2px 30px rgba(6,21,44,.7); }
#ho-arrive .s { font-family: var(--font-sans); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-400); margin-top: 12px; }
.ho-arrive-enter { margin-top: 34px; width: 132px; height: 132px; border-radius: 50%; cursor: pointer; background: transparent; color: var(--parchment-50);
  border: 1px solid rgba(201,165,92,.6); font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; text-decoration: none;
  transition: background .4s var(--ease-out), border-color .4s, color .4s, transform .4s; }
.ho-arrive-enter:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900); transform: scale(1.05); }

/* Reveal — world intro card (worlds without a matched landmark) */
#ho-reveal { position: absolute; inset: 0; z-index: 9; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 26px; opacity: 0; pointer-events: none; transition: opacity .55s var(--ease-out); }
#ho-cine.is-revealing #ho-reveal { opacity: 1; pointer-events: auto; }
#ho-cine.is-revealing #ho-cine-scrim { opacity: 1; }
#ho-reveal .rv-card { max-width: 620px; transform: translateY(20px); transition: transform .65s var(--ease-out); }
#ho-cine.is-revealing .rv-card { transform: none; }
#ho-reveal .rv-idx { font-family: var(--font-sans); font-size: 12px; letter-spacing: .36em; color: var(--gold-400); }
#ho-reveal .rv-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.6rem, 1.5rem + 3.8vw, 4.6rem);
  color: var(--parchment-50); letter-spacing: .01em; line-height: 1.02; margin: 16px 0 0; text-shadow: 0 2px 44px rgba(6,21,44,.75); }
#ho-reveal .rv-blurb { font-family: var(--font-display); font-style: italic; font-size: clamp(1.05rem, .9rem + .6vw, 1.4rem);
  color: var(--navy-100); line-height: 1.5; max-width: 48ch; margin: 22px auto 0; }
#ho-reveal .rv-cta { margin-top: 38px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none;
  font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--parchment-50); background: transparent; border: 1px solid rgba(201,165,92,.6); border-radius: var(--radius-pill);
  padding: 16px 38px; transition: background .4s var(--ease-out), border-color .4s, color .4s, transform .4s; }
#ho-reveal .rv-cta:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900); transform: translateY(-2px); }
#ho-reveal .rv-cta .rv-arrow { transition: transform .4s var(--ease-out); }
#ho-reveal .rv-cta:hover .rv-arrow { transform: translateX(4px); }
#ho-reveal .rv-back { position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%); background: transparent; border: 0;
  cursor: pointer; font-family: var(--font-sans); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--navy-200); transition: color .3s; }
#ho-reveal .rv-back:hover { color: var(--gold-400); }
@media (max-width: 640px) { #ho-reveal .rv-cta { padding: 15px 30px; } #ho-reveal .rv-back { bottom: 26px; } }

/* ---------- Editorial front page ---------- */
.ho-home-hero { background: var(--surface-base); padding: 150px var(--gutter) 90px; display: grid;
  grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.ho-home-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-display); line-height: 1.02;
  letter-spacing: -.02em; color: var(--navy-800); margin: 20px 0 0; }
.ho-home-hero .statement { font-family: var(--font-display); font-style: italic; font-size: var(--fs-body-lg); color: var(--ink-600);
  max-width: 44ch; margin-top: 26px; line-height: 1.4; }
.ho-home-hero .actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.ho-home-hero__plate { aspect-ratio: 1; background: var(--navy-800); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg); background-image: radial-gradient(120% 90% at 50% 10%, rgba(201,165,92,.16), transparent 60%); }
.ho-home-hero__plate img { width: 180px; height: 180px; }

.ho-worlds-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.ho-world-card { position: relative; height: 360px; border-radius: var(--radius-card); overflow: hidden; display: flex;
  flex-direction: column; justify-content: flex-end; padding: 26px; color: var(--parchment-50); text-decoration: none;
  box-shadow: var(--shadow-sm); transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base); }
.ho-world-card::before { content: ""; position: absolute; inset: 0; background: var(--wc-bg, var(--navy-800)); z-index: 0; transition: transform var(--dur-slow) var(--ease-out); }
.ho-world-card .ho-world-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform var(--dur-slow) var(--ease-out); }
.ho-world-card:hover .ho-world-card__img { transform: scale(1.04); }
.ho-world-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,21,44,.8), transparent 60%); z-index: 1; }
.ho-world-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); color: var(--parchment-50); }
.ho-world-card:hover::before { transform: scale(1.04); }
.ho-world-card > * { position: relative; z-index: 2; }
.ho-world-card .idx { font-family: var(--font-sans); font-size: 11px; letter-spacing: .18em; color: var(--gold-400); position: absolute; top: 22px; left: 26px; }
.ho-world-card .nm { font-family: var(--font-sans); font-weight: 600; letter-spacing: .22em; text-transform: uppercase; font-size: 15px; }
.ho-world-card .desc { font-family: var(--font-display); font-style: italic; color: var(--navy-200); font-size: var(--fs-body); margin-top: 8px; }

.ho-story { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.ho-story__plate { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-lg); background: #7C8456; }
.ho-quote { font-family: var(--font-display); font-style: italic; font-size: var(--fs-h3); line-height: 1.35; color: var(--parchment-50); margin: 0; }
.ho-quote cite { display: block; font-style: normal; font-family: var(--font-sans); font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold-400); margin-top: 18px; }

/* heritage timeline (Story / Journey) */
.ho-timeline { list-style: none; margin: 30px 0 0; padding: 2px 0 2px 30px; position: relative; }
.ho-timeline::before { content: ""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(to bottom, var(--gold-500), rgba(201,165,92,.22)); }
.ho-timeline li { position: relative; padding-bottom: 26px; }
.ho-timeline li:last-child { padding-bottom: 0; }
.ho-timeline li::before { content: ""; position: absolute; left: -30px; top: 4px; width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold-500); box-shadow: 0 0 0 4px rgba(201,165,92,.14); }
.ho-timeline .era { font-family: var(--font-sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-400); }
.ho-timeline h4 { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h4); color: var(--parchment-50); margin: 6px 0; }
.ho-timeline p { font-family: var(--font-sans); font-size: var(--fs-body-sm); color: var(--navy-200); line-height: 1.6; margin: 0; max-width: 46ch; }

.ho-concierge-band { text-align: center; }
.ho-concierge-band h2 { font-size: var(--fs-h2); color: var(--navy-800); margin: 18px 0 14px; }
.ho-concierge-band .sub { font-family: var(--font-display); font-style: italic; color: var(--ink-600); font-size: var(--fs-body-lg); margin: 0 auto 30px; max-width: 48ch; }
.ho-concierge-band .form { display: flex; gap: 10px; max-width: 520px; margin: 0 auto; align-items: flex-end; }
.ho-input { flex: 1; padding: 13px 15px; border-radius: var(--radius-sm); border: 1px solid var(--border-default); background: #fff; font-family: var(--font-sans); font-size: 14px; color: var(--ink-700); }

@media (max-width: 860px) {
  .ho-home-hero, .ho-story { grid-template-columns: 1fr; }
  .ho-home-hero__plate { max-width: 320px; }
}
@media (max-width: 700px) {
  #ho-cine .filmbrand { top: 18px; left: 18px; }
  #ho-choose { top: 0; bottom: 0; justify-content: center; max-height: 100dvh; overflow-y: auto;
    padding: 56px 16px calc(clamp(70px, 15vh, 130px) + env(safe-area-inset-bottom, 0px)); }
  #ho-choose .ce { margin-bottom: 18px; }
  #ho-choose .wander { margin-top: 26px; }
  #ho-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; max-width: 460px; }
  .ho-pick { width: auto; height: auto; min-height: 78px; padding: 12px 14px; gap: 5px; }
  .ho-pick:last-child:nth-child(odd) { grid-column: 1 / -1; }   /* lone final pick spans full width */
  .ho-pick__top { gap: 8px; }
  .ho-pick .nm { font-size: 14px; letter-spacing: .12em; }
  .ho-pick .cap { display: block; font-size: 11px; line-height: 1.3; max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  #ho-exterior { animation: none; }
  #ho-enter { animation: hoRise 1s var(--ease-out) .6s backwards; }
}

/* ---------- Motto / proclamation title card ---------- */
.ho-motto { position: relative; background: var(--navy-950); color: var(--gold-500); text-align: center;
  padding: clamp(96px, 15vh, 184px) var(--gutter); overflow: hidden; }
/* cinematic frame lines, top & bottom */
.ho-motto::before, .ho-motto::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  width: min(1100px, 88%); height: 1px; background: linear-gradient(90deg, transparent, rgba(201,165,92,.45), transparent); }
.ho-motto::before { top: clamp(48px, 8vh, 96px); }
.ho-motto::after { bottom: clamp(48px, 8vh, 96px); }
.ho-motto__glow { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(46% 62% at 50% 50%, rgba(201,165,92,.20), transparent 68%); }
.ho-motto__inner { position: relative; max-width: 1000px; margin: 0 auto; }
.ho-motto__eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 500; letter-spacing: .3em;
  text-transform: uppercase; color: var(--gold-400); display: inline-flex; align-items: center; gap: 14px; margin-bottom: 32px; }
.ho-motto__eyebrow::before, .ho-motto__eyebrow::after { content: ""; width: 40px; height: 1px; background: rgba(201,165,92,.5); }
.ho-motto__quote { font-family: var(--font-display); font-weight: 600; color: var(--gold-500); margin: 0;
  font-size: clamp(2.4rem, 1.3rem + 4.8vw, 5.4rem); line-height: 1.04; letter-spacing: .04em; text-transform: uppercase;
  text-shadow: 0 2px 60px rgba(201,165,92,.3); }
.ho-motto__rule { width: 56px; height: 2px; background: var(--gold-500); margin: 36px auto 28px; }
.ho-motto__translation { font-family: var(--font-display); font-style: italic; color: var(--parchment-100); margin: 0;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.9rem); letter-spacing: .01em; }

/* ---------- Sub-brands ---------- */
.ho-subbrands { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.ho-subbrand { position: relative; overflow: hidden; background: var(--navy-800); border: 1px solid rgba(201,165,92,.2);
  border-radius: var(--radius-card); padding: 34px 30px; min-height: 250px; display: flex; flex-direction: column;
  text-decoration: none; transition: border-color var(--dur-base) var(--ease-out), transform var(--dur-base), box-shadow var(--dur-base); }
.ho-subbrand::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 80% at 85% 0%, rgba(201,165,92,.12), transparent 60%); }
.ho-subbrand:hover { border-color: var(--gold-500); transform: translateY(-3px); box-shadow: var(--shadow-md); color: inherit; }
.ho-subbrand > * { position: relative; z-index: 1; }
.ho-subbrand__mark { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h3); color: var(--gold-400); letter-spacing: .01em; }
.ho-subbrand__tag { font-family: var(--font-sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--navy-200); margin-top: 8px; }
.ho-subbrand p { font-family: var(--font-sans); font-size: var(--fs-body-sm); color: var(--navy-200); line-height: 1.6; margin: 18px 0 0; }
.ho-subbrand .cta { margin-top: auto; padding-top: 22px; font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-400); }

/* ---------- Video grid ---------- */
.ho-video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.ho-video { display: block; text-decoration: none; }
.ho-video__thumb { position: relative; aspect-ratio: 16/9; border-radius: var(--radius-card); overflow: hidden; background: var(--tile-bg, var(--navy-700)); box-shadow: var(--shadow-sm); }
.ho-video__thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,21,44,.55), transparent 60%); }
.ho-video__play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }
.ho-video__play span { width: 62px; height: 62px; border-radius: 50%; background: rgba(201,165,92,.94); color: var(--navy-900);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(6,21,44,.4); transition: transform var(--dur-base) var(--ease-out); }
.ho-video:hover .ho-video__play span { transform: scale(1.08); }
.ho-video__channel { font-family: var(--font-sans); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-400); margin: 16px 0 0; }
.ho-video__title { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h5); color: var(--parchment-50); margin: 6px 0 0; }

/* ---------- Shop teaser ---------- */
.ho-shop-teaser { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.ho-shop-teaser h2 { font-size: var(--fs-h2); color: var(--navy-800); margin: 14px 0 0; max-width: 18ch; }
.ho-shop-teaser .actions { margin-top: 28px; }
.ho-shop-counters { display: flex; flex-direction: column; gap: 12px; }
.ho-shop-counter { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px;
  background: var(--surface-raised); border: 1px solid var(--border-hairline); border-top: 2px solid var(--gold-500);
  border-radius: var(--radius-card); text-decoration: none; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base); }
.ho-shop-counter:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.ho-shop-counter > div { display: flex; flex-direction: column; gap: 4px; }
.ho-shop-counter__name { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-h5); line-height: 1.2; color: var(--navy-800); }
.ho-shop-counter__meta { font-family: var(--font-sans); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); }
.ho-shop-counter .arr { color: var(--gold-600); font-size: 18px; }

@media (max-width: 860px) {
  .ho-shop-teaser { grid-template-columns: 1fr; gap: 30px; }
}