/* Watson Media House — value-prop strip
   A swipeable row of composed "show it, don't say it" slides, shared by the homepage,
   /real-estate and /work. Each slide is sized with container-query units (cqw) so the
   artwork scales cleanly from a 330px phone card to a 560px desktop card.
   Markup: <section data-vstrip> … <div class="strip-nav">…</div> … <div class="strip" data-strip>…</div>
   Behaviour (counter + arrows) lives in /scripts/value-strip.js. */

/* ---------- Strip ---------- */
.strip { position: relative; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  padding: 0 clamp(20px,4vw,48px) 6px; }
.strip::-webkit-scrollbar { display: none; }
.strip figure { flex: 0 0 84vw; max-width: 640px; aspect-ratio: 3 / 2; scroll-snap-align: center; border-radius: 14px; overflow: hidden; background: var(--ink-2); margin: 0; position: relative; container-type: inline-size; }
.strip figure:not(.slide) img, .strip .slide__bg { width: 100%; height: 100%; object-fit: cover; display: block; }
.strip figure figcaption { position: absolute; left: 12px; bottom: 10px; z-index: 5; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff;
  background: rgba(14,20,25,.55); backdrop-filter: blur(6px); padding: 5px 9px; border-radius: 999px; }
@media (min-width: 900px) { .strip figure { flex-basis: 560px; } }
.strip-nav { display: flex; align-items: center; gap: 10px; }
.strip-nav button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s, transform .15s; }
.strip-nav button:hover { background: var(--ink); color: #fff; transform: translateY(-1px); }
.strip-nav button svg { width: 18px; height: 18px; }
.strip-count { font-variant-numeric: tabular-nums; font-size: 13px; color: var(--muted); min-width: 52px; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- Composed slides ---------- */
.strip figure.slide { cursor: default; background: #1A2129; }
.slide__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }

/* Full HD on Zillow: listing-card frame with a gold edge that glows and a highlight along the top edge */
.slide--zillow { background: radial-gradient(120% 90% at 50% 100%, #2A3440, #0E1419 70%) !important; }
.zframe { position: absolute; inset: 5% 8% 15%; border-radius: 3.2cqw; padding: 0.7cqw; background: linear-gradient(160deg, #FFF7E4 0%, #C9A35B 22%, #A68341 55%, #C9A35B 80%, #FFF7E4 100%); box-shadow: 0 0 0 1px rgba(201,163,91,.35), 0 0 34px rgba(201,163,91,.32), 0 20px 50px rgba(0,0,0,.45); animation: zglow 3.6s ease-in-out infinite; }
@keyframes zglow { 0%, 100% { box-shadow: 0 0 0 1px rgba(201,163,91,.35), 0 0 30px rgba(201,163,91,.28), 0 20px 50px rgba(0,0,0,.45); } 50% { box-shadow: 0 0 0 1px rgba(241,230,206,.9), 0 0 56px rgba(201,163,91,.6), 0 20px 50px rgba(0,0,0,.45); } }
@media (prefers-reduced-motion: reduce) { .zframe { animation: none; } }
.zshine { position: absolute; left: 12%; right: 12%; top: -1px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,255,255,0), #fff, rgba(255,255,255,0)); opacity: .9; pointer-events: none; }
.zcard { position: relative; z-index: 1; height: 100%; border-radius: 2.6cqw; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.zbar { display: flex; align-items: center; justify-content: space-between; padding: 2cqw 3cqw; }
.zbar img { height: 4.2cqw; width: auto; display: block; }
.zhd { font-size: clamp(8px, 2.2cqw, 12px); font-weight: 800; letter-spacing: .12em; color: #fff; background: #1277E1; border-radius: 999px; padding: .5cqw 1.6cqw; }
.zphoto { flex: 1; min-height: 0; width: 100%; object-fit: cover; display: block; }
.zmeta { display: flex; align-items: baseline; justify-content: space-between; gap: 2cqw; padding: 2cqw 3cqw 2.2cqw; }
.zmeta b { font-size: clamp(10px, 2.9cqw, 15px); font-weight: 600; color: #0E1419; }
.zmeta span { font-size: clamp(8px, 2.2cqw, 12px); color: #6B7480; white-space: nowrap; }

/* Photos delivered in walkthrough (MLS) order */
.slide--order { background: linear-gradient(160deg, #F7F4EF, #E2DDD3) !important; }
.order__head { position: absolute; top: 7%; left: 5%; right: 5%; display: flex; flex-direction: column; gap: .8cqw; color: #0E1419; }
.order__head b { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(15px, 4.6cqw, 25px); line-height: 1.1; letter-spacing: -.01em; }
.order__head span { font-size: clamp(9px, 2.6cqw, 14px); color: #4B5460; }
.order__strip { position: absolute; left: 5%; right: 5%; top: 40%; bottom: 14%; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(7, 1fr); gap: 1.4cqw; align-items: stretch; }
.order__strip li { position: relative; border-radius: 1.6cqw; overflow: hidden; background: #fff; box-shadow: 0 6px 18px rgba(14,20,25,.16); display: flex; flex-direction: column; }
.order__strip img { width: 100%; flex: 1; min-height: 0; object-fit: cover; display: block; }
.order__num { position: absolute; top: 1cqw; left: 1cqw; width: 4.6cqw; height: 4.6cqw; border-radius: 50%; background: #0E1419; color: #C9A35B; font-size: clamp(7px, 2cqw, 11px); font-weight: 700; display: grid; place-items: center; font-variant-numeric: tabular-nums; }
.order__label { font-size: clamp(7px, 1.9cqw, 10.5px); font-weight: 600; color: #0E1419; text-align: center; padding: .9cqw .4cqw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.order__more { align-items: center; justify-content: center; background: #EFEAE1 !important; box-shadow: none !important; border: 1px dashed #B4ADA1; }
.order__more span { font-family: 'Fraunces', Georgia, serif; font-size: clamp(11px, 3.4cqw, 18px); color: #6B7480; }

/* Delivered next morning */
.slide--morning::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(14,20,25,.7) 0%, rgba(14,20,25,.25) 28%, rgba(14,20,25,0) 45%), linear-gradient(0deg, rgba(14,20,25,.5) 0%, rgba(14,20,25,0) 26%); }
.morning { position: absolute; z-index: 2; top: 5%; left: 4.5%; right: 4.5%; display: flex; align-items: center; gap: 2cqw; flex-wrap: wrap; color: #fff; }
.morning__time { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(13px, 4cqw, 22px); line-height: 1.1; letter-spacing: -.01em; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.morning__time--gold { color: #C9A35B; }
.morning__arrow { font-size: clamp(14px, 4cqw, 22px); color: rgba(255,255,255,.7); }

/* Print + MLS sizes */
.slide--print { background: linear-gradient(135deg, #EFEAE1, #E2DDD3) !important; }
.print { position: absolute; left: 6%; top: 8%; width: 58%; background: #fff; padding: 2.4cqw 2.4cqw 7cqw; box-shadow: 0 14px 34px rgba(14,20,25,.22); transform: rotate(-2.5deg); }
.print img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.mls { position: absolute; right: 7%; top: 7%; width: 24%; aspect-ratio: 9 / 18; background: #fff; border: 1.4cqw solid #0E1419; border-radius: 4cqw; overflow: hidden; box-shadow: 0 14px 34px rgba(14,20,25,.28); display: flex; flex-direction: column; }
.mls__bar { height: 9%; background: #F7F4EF; border-bottom: 1px solid #E2DDD3; }
.mls img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.mls__lines { padding: 2cqw; display: flex; flex-direction: column; gap: 1.4cqw; }
.mls__lines span { height: 1.5cqw; border-radius: 2px; background: #E2DDD3; }
.mls__lines span:first-child { width: 70%; height: 2.2cqw; background: #0E1419; }
.mls__lines span:last-child { width: 55%; }
.size-tag { position: absolute; left: 2.4cqw; bottom: 1.8cqw; font-size: clamp(8px, 2.3cqw, 12px); color: #6B7480; white-space: nowrap; }
.size-tag b { color: #0E1419; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-right: .4em; }
.size-tag--dark { left: 50%; bottom: 2.4cqw; transform: translateX(-50%); background: #0E1419; color: #F1E6CE; padding: .5cqw 1.6cqw; border-radius: 999px; }
.size-tag--dark b { color: #C9A35B; }

/* Property website (links to a live example — mark the <a> data-not-booking so main.js leaves it alone) */
.slide--site { background: linear-gradient(160deg, #2A3440, #0E1419) !important; }
.site-link { position: absolute; inset: 0; display: block; color: inherit; }
.browser { position: absolute; left: 5%; top: 7%; width: 72%; border-radius: 1.8cqw; overflow: hidden; background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.45); }
.browser__bar { height: 5.2cqw; display: flex; align-items: center; gap: .9cqw; padding: 0 1.6cqw; background: #EFEAE1; }
.browser__bar i { width: 1.3cqw; height: 1.3cqw; border-radius: 50%; background: #C9C3B8; flex: none; }
.browser__bar span { margin-left: 1.2cqw; flex: 1; min-width: 0; font-size: clamp(7px, 2cqw, 11px); color: #6B7480; background: #fff; border-radius: 999px; padding: .5cqw 1.6cqw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.browser img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; display: block; }
.site-phone { position: absolute; right: 6%; top: 15%; width: 21%; aspect-ratio: 9 / 18; border: 1.2cqw solid #0E1419; border-radius: 3.6cqw; overflow: hidden; background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.site-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.site-open { position: absolute; left: 3cqw; bottom: 3cqw; font-size: clamp(9px, 2.5cqw, 13px); font-weight: 600; color: #0E1419; background: #C9A35B; border-radius: 999px; padding: 1cqw 2.4cqw; transition: background .15s; }
.site-link:hover .site-open, .site-link:focus-visible .site-open { background: #D5AF67; }
.site-link:focus-visible { outline: 3px solid #C9A35B; outline-offset: -3px; }

/* Floor plan with measurements (click = lightbox on pages that have one) */
.slide--plan { background: #fff !important; cursor: zoom-in !important; }
.plan { position: absolute; inset: 4% 4% 12%; width: 92%; height: 84%; object-fit: contain; display: block; }
.plan__tag { position: absolute; top: 12px; right: 12px; z-index: 5; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #0E1419; background: #C9A35B; padding: 6px 10px; border-radius: 999px; }

/* Local team, on site: centred 2:3 portrait over a blurred copy */
.person { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); height: 92%; width: auto; aspect-ratio: 2 / 3; object-fit: cover; object-position: top; border-radius: 3cqw 3cqw 0 0; box-shadow: 0 -6px 30px rgba(0,0,0,.35); display: block; }

/* 100% money-back guarantee */
.slide--guarantee::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(14,20,25,.82) 0%, rgba(14,20,25,.45) 30%, rgba(14,20,25,0) 52%), linear-gradient(0deg, rgba(14,20,25,.5) 0%, rgba(14,20,25,0) 26%); }
.promise { position: absolute; z-index: 2; top: 5%; left: 4.5%; right: 4.5%; display: flex; align-items: center; gap: 3cqw; color: #fff; }
.promise__seal { width: 15cqw; height: 15cqw; flex: none; color: #C9A35B; filter: drop-shadow(0 2px 10px rgba(0,0,0,.4)); }
.promise__text { display: flex; flex-direction: column; gap: .6cqw; }
.promise__text b { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(14px, 4.6cqw, 24px); line-height: 1.1; letter-spacing: -.01em; }
.promise__text span { font-size: clamp(10px, 2.9cqw, 15px); color: #F1E6CE; }
