/* =========================================================
   Concept site mockups
   Each .site is designed at 1280px wide and scaled into its
   browser frame by main.js (--s). The page auto-scrolls (--dist).
   ========================================================= */

.mock { background: #0d0f18; }
.mock__bar {
  position: absolute; top: 0; left: 0; right: 0; height: 28px; z-index: 2;
  display: flex; gap: 6px; align-items: center; padding: 0 12px;
  background: rgba(20, 22, 32, 0.96); border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mock__bar > i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); flex: none; }
.mock__bar > i:nth-child(1) { background: #ff5f57; }
.mock__bar > i:nth-child(2) { background: #febc2e; }
.mock__bar > i:nth-child(3) { background: #28c840; }
.mock__url {
  display: flex; align-items: center; gap: 5px; margin: 0 auto; min-width: 0;
  height: 17px; padding: 0 12px; border-radius: 6px; background: rgba(255, 255, 255, 0.07);
  font: 500 10px/1 var(--f-mono); color: rgba(255, 255, 255, 0.55); white-space: nowrap; overflow: hidden;
}
.mock__url svg { width: 9px; height: 9px; fill: none; stroke: currentColor; stroke-width: 2.4; flex: none; }
.mock__view { position: absolute; inset: 28px 0 0 0; overflow: hidden; }

.site {
  position: absolute; top: 0; left: 0; width: 1280px;
  transform: scale(var(--s, 0.5)); transform-origin: 0 0;
  font-family: var(--f-body); line-height: 1.4;
}
.site h4, .site h5, .site p { margin: 0; font-weight: inherit; }
.mock.is-paused, .mock.is-paused * { animation-play-state: paused !important; }

/* =========================================================
   AURUM — luxury watches
   ========================================================= */
.site--aurum { background: #0b0806; color: #f3e9d6; }
.au-nav {
  position: relative; z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 26px 56px; border-bottom: 1px solid rgba(232, 192, 122, 0.15);
  font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
}
.au-nav nav { display: flex; gap: 36px; color: rgba(243, 233, 214, 0.7); }
.au-logo { display: flex; flex-direction: column; align-items: center; gap: 6px; font-family: var(--f-display); font-size: 34px; letter-spacing: 0.42em; line-height: 1; color: #f6dfae; padding-left: 0.42em; }
.au-logo small { font-family: var(--f-body); font-size: 9px; letter-spacing: 0.5em; opacity: 0.6; }
.au-right { display: flex; justify-content: flex-end; align-items: center; gap: 28px; color: rgba(243, 233, 214, 0.7); }
.au-btn { border: 1px solid #e8c07a; color: #f6dfae; padding: 12px 22px; font-size: 11px; }

.au-hero { position: relative; height: 760px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 0 56px 60px; overflow: hidden; }
.au-glow { position: absolute; inset: -10% -14%; background:
  radial-gradient(circle at 70% 48%, rgba(232, 192, 122, 0.3), transparent 34%),
  radial-gradient(circle at 15% 95%, rgba(139, 90, 40, 0.28), transparent 40%),
  radial-gradient(circle at 95% 10%, rgba(110, 80, 160, 0.18), transparent 30%); }
.au-copy { position: relative; z-index: 2; }
.au-kicker { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: #e8c07a; }
.au-copy h4 { font-family: var(--f-display); font-size: 128px; line-height: 0.9; letter-spacing: -0.02em; margin: 26px 0 28px; }
.au-copy h4 em { color: #e8c07a; }
.au-copy p { font-size: 19px; line-height: 1.6; color: rgba(243, 233, 214, 0.65); max-width: 440px; }
.au-ctas { display: flex; gap: 32px; align-items: center; margin-top: 44px; }
.au-cta { background: linear-gradient(135deg, #f6dfae, #c9a061); color: #1a1206; padding: 19px 34px; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
.au-play { display: flex; align-items: center; gap: 14px; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; }
.au-play b { position: relative; width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(232, 192, 122, 0.6); animation: auRing 2.4s ease-out infinite; }
.au-play b::after { content: ""; position: absolute; left: 22px; top: 18px; border-left: 14px solid #f6dfae; border-top: 9px solid transparent; border-bottom: 9px solid transparent; }
@keyframes auRing { from { box-shadow: 0 0 0 0 rgba(232, 192, 122, 0.55); } to { box-shadow: 0 0 0 20px rgba(232, 192, 122, 0); } }

.au-watch { position: relative; justify-self: center; width: 400px; height: 400px; z-index: 1; animation: auFloat 7s ease-in-out infinite; }
@keyframes auFloat { 50% { transform: translateY(-16px) rotate(-3deg); } }
.au-strap { position: absolute; left: 50%; width: 200px; margin-left: -100px; height: 280px; background: linear-gradient(90deg, #1f130b, #4a2e1c 25%, #3a2416 75%, #1a0f08); }
.au-strap::after { content: ""; position: absolute; inset: 0 14px; border-left: 2px dashed rgba(232, 192, 122, 0.35); border-right: 2px dashed rgba(232, 192, 122, 0.35); }
.au-strap--top { bottom: 70%; border-radius: 26px 26px 0 0; mask: linear-gradient(transparent, #000 45%); -webkit-mask: linear-gradient(transparent, #000 45%); }
.au-strap--bot { top: 70%; border-radius: 0 0 26px 26px; mask: linear-gradient(#000 55%, transparent); -webkit-mask: linear-gradient(#000 55%, transparent); }
.au-case {
  position: absolute; inset: 0; border-radius: 50%; padding: 22px;
  background: conic-gradient(from 200deg, #8a6430, #f6dfae, #b48646, #6b4a22, #f6dfae, #8a6430);
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.75), 0 0 90px rgba(232, 192, 122, 0.25);
}
.au-crown { position: absolute; right: -22px; top: 50%; width: 26px; height: 56px; margin-top: -28px; border-radius: 6px; background: repeating-linear-gradient(0deg, #e0bd7e 0 3px, #6b4a22 3px 5px); }
.au-dial { position: relative; width: 100%; height: 100%; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 50% 32%, #25324f, #0b1020 72%); box-shadow: inset 0 0 36px rgba(0, 0, 0, 0.85); }
.au-ticks { position: absolute; inset: 0; border-radius: 50%;
  background: repeating-conic-gradient(from -1.2deg, #f6dfae 0 2.4deg, transparent 2.4deg 30deg);
  mask: radial-gradient(closest-side, transparent 78%, #000 79% 91%, transparent 92%);
  -webkit-mask: radial-gradient(closest-side, transparent 78%, #000 79% 91%, transparent 92%); }
.au-ticks--min { background: repeating-conic-gradient(from -0.4deg, rgba(246, 223, 174, 0.6) 0 0.8deg, transparent 0.8deg 6deg);
  mask: radial-gradient(closest-side, transparent 87%, #000 88% 91%, transparent 92%);
  -webkit-mask: radial-gradient(closest-side, transparent 87%, #000 88% 91%, transparent 92%); }
.au-num { position: absolute; font-family: var(--f-display); font-size: 28px; color: #f6dfae; line-height: 1; }
.au-n12 { top: 46px; left: 50%; transform: translateX(-50%); }
.au-n6 { bottom: 46px; left: 50%; transform: translateX(-50%); }
.au-n3 { right: 44px; top: 50%; transform: translateY(-50%); }
.au-n9 { left: 44px; top: 50%; transform: translateY(-50%); }
.au-brand { position: absolute; top: 96px; left: 0; right: 0; text-align: center; font-family: var(--f-display); font-size: 14px; letter-spacing: 0.45em; padding-left: 0.45em; color: rgba(246, 223, 174, 0.85); }
.au-moon {
  position: absolute; left: 50%; top: 214px; width: 76px; height: 40px; margin-left: -38px; overflow: hidden;
  border-radius: 76px 76px 0 0; border: 2px solid #c9a061; border-bottom: 0;
  background: radial-gradient(1px 1px at 20% 40%, #fff, transparent), radial-gradient(1px 1px at 70% 60%, #fff, transparent), radial-gradient(1px 1px at 45% 25%, #fff, transparent), #0a1430;
}
.au-moon i { position: absolute; top: 9px; left: -32px; width: 30px; height: 30px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #fff6dc, #e8c07a); box-shadow: 0 0 14px rgba(246, 223, 174, 0.7); animation: auMoon 10s linear infinite; }
@keyframes auMoon { to { left: 80px; } }
.au-hand { position: absolute; left: 50%; bottom: 50%; transform-origin: 50% 100%; border-radius: 4px; background: linear-gradient(#f6dfae, #c9a061); animation: auRot linear infinite; }
.au-hour { width: 9px; height: 92px; margin-left: -4.5px; --r: 305deg; animation-duration: 43200s; }
.au-min { width: 6px; height: 130px; margin-left: -3px; --r: 52deg; animation-duration: 3600s; }
.au-sec { width: 2px; height: 180px; margin-left: -1px; bottom: calc(50% - 30px); transform-origin: 50% calc(100% - 30px); background: #e8c07a; --r: 0deg; animation-duration: 60s; }
@keyframes auRot { from { transform: rotate(var(--r)); } to { transform: rotate(calc(var(--r) + 360deg)); } }
.au-pin { position: absolute; left: 50%; top: 50%; width: 16px; height: 16px; margin: -8px 0 0 -8px; border-radius: 50%; background: #f6dfae; box-shadow: 0 0 0 4px #0b1020, 0 0 0 5px #c9a061; }
.au-sheen { position: absolute; inset: 0; border-radius: 50%; background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.14) 46%, transparent 57%); animation: auSheen 6s ease-in-out infinite; }
@keyframes auSheen { 0%, 100% { transform: translateX(-35%); } 50% { transform: translateX(35%); } }

.au-dust { position: absolute; inset: 0; pointer-events: none; }
.au-dust i { position: absolute; bottom: 0; width: 4px; height: 4px; border-radius: 50%; background: #f6dfae; box-shadow: 0 0 10px #e8c07a; opacity: 0; animation: auDust 10s linear infinite; }
.au-dust i:nth-child(1) { left: 52%; animation-delay: 0s; }
.au-dust i:nth-child(2) { left: 58%; animation-delay: -1.2s; width: 3px; height: 3px; }
.au-dust i:nth-child(3) { left: 64%; animation-delay: -2.6s; }
.au-dust i:nth-child(4) { left: 71%; animation-delay: -4s; width: 5px; height: 5px; }
.au-dust i:nth-child(5) { left: 77%; animation-delay: -5.3s; }
.au-dust i:nth-child(6) { left: 84%; animation-delay: -6.8s; width: 3px; height: 3px; }
.au-dust i:nth-child(7) { left: 90%; animation-delay: -8.1s; }
.au-dust i:nth-child(8) { left: 61%; animation-delay: -9.2s; width: 2px; height: 2px; }
.au-dust i:nth-child(9) { left: 68%; animation-delay: -3.3s; width: 2px; height: 2px; }
.au-dust i:nth-child(10) { left: 81%; animation-delay: -7.4s; width: 2px; height: 2px; }
.au-dust i:nth-child(11) { left: 44%; animation-delay: -5.9s; width: 2px; height: 2px; }
.au-dust i:nth-child(12) { left: 94%; animation-delay: -1.9s; }
@keyframes auDust { 10% { opacity: 0.9; } 80% { opacity: 0.6; } 100% { transform: translate(50px, -760px); opacity: 0; } }

.au-specs { position: absolute; left: 56px; right: 56px; bottom: 34px; z-index: 2; display: flex; justify-content: space-between; border-top: 1px solid rgba(232, 192, 122, 0.2); padding-top: 22px; font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(243, 233, 214, 0.55); }

.au-collection { padding: 110px 56px; background: #0f0b08; }
.au-sechead { text-align: center; }
.au-sechead span, .au-heritage span { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: #e8c07a; }
.au-sechead h5 { font-family: var(--f-display); font-size: 68px; margin-top: 14px; }
.au-sechead em { color: #e8c07a; }
.au-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
.au-card { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 52px 32px 36px; background: linear-gradient(#1a130c, #110c08); border: 1px solid rgba(232, 192, 122, 0.14); }
.au-mini { width: 180px; height: 180px; border-radius: 50%; padding: 12px; margin-bottom: 30px; background: conic-gradient(#8a6430, #f6dfae, #8a6430, #f6dfae, #8a6430); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6); }
.au-mini i { position: relative; display: block; width: 100%; height: 100%; border-radius: 50%; background: radial-gradient(circle at 50% 35%, var(--d1), var(--d2) 75%); }
.au-mini i::before, .au-mini i::after { content: ""; position: absolute; left: 50%; bottom: 50%; transform-origin: 50% 100%; background: #f6dfae; border-radius: 3px; }
.au-mini i::before { width: 5px; height: 42px; margin-left: -2.5px; transform: rotate(-60deg); }
.au-mini i::after { width: 3px; height: 62px; margin-left: -1.5px; transform: rotate(40deg); }
.au-mini--blue { --d1: #2a3a60; --d2: #0b1020; }
.au-mini--cream { --d1: #f2e3c4; --d2: #b99d6d; }
.au-mini--cream i::before, .au-mini--cream i::after { background: #3a2a14; }
.au-mini--green { --d1: #1b5a45; --d2: #06201a; }
.au-card strong { font-family: var(--f-display); font-weight: 500; font-size: 34px; }
.au-card span { color: rgba(243, 233, 214, 0.55); font-size: 15px; }
.au-card small { margin-top: 14px; color: #e8c07a; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; }
.au-heritage { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 110px 56px 150px; }
.au-year { font-family: var(--f-display); font-size: 260px; line-height: 0.8; color: transparent; -webkit-text-stroke: 1px rgba(232, 192, 122, 0.55); }
.au-heritage p { font-family: var(--f-display); font-size: 40px; line-height: 1.2; margin-top: 18px; }

/* =========================================================
   VEDA — fintech
   ========================================================= */
.site--veda { background: #f3f6f4; color: #0b1f1a; }
.ve-nav { position: relative; z-index: 3; display: flex; align-items: center; gap: 56px; padding: 26px 56px; font-size: 15px; font-weight: 500; }
.ve-logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 28px; letter-spacing: -0.04em; }
.ve-logo b { width: 30px; height: 30px; border-radius: 9px; background: conic-gradient(from 180deg, #10b981, #6ee7b7, #065f46, #10b981); }
.ve-nav nav { display: flex; gap: 34px; color: #37534b; }
.ve-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.ve-btn { background: #0b1f1a; color: #fff; padding: 13px 24px; border-radius: 999px; font-weight: 600; }

.ve-hero { position: relative; display: grid; grid-template-columns: 1.08fr 1fr; gap: 40px; height: 720px; padding: 40px 56px 0; overflow: hidden; }
.ve-blob { position: absolute; inset: -10%; background:
  radial-gradient(circle at 74% 44%, rgba(16, 185, 129, 0.3), transparent 32%),
  radial-gradient(circle at 92% 92%, rgba(110, 231, 183, 0.3), transparent 28%),
  radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.9), transparent 30%); }
.ve-copy { position: relative; padding-top: 60px; }
.ve-pill { display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px 6px 6px; border-radius: 999px; background: #fff; border: 1px solid #d6e4de; font-size: 14px; font-weight: 500; }
.ve-pill b { background: #d1fae5; color: #047857; padding: 4px 10px; border-radius: 999px; font-size: 12px; }
.ve-copy h4 { font-size: 90px; line-height: 0.98; letter-spacing: -0.05em; font-weight: 800; margin: 28px 0 24px; }
.ve-copy h4 em { font-family: var(--f-display); font-weight: 500; letter-spacing: -0.02em; background: linear-gradient(90deg, #059669, #34d399); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: 8px; }
.ve-copy p { font-size: 20px; line-height: 1.55; color: #4b635c; max-width: 500px; }
.ve-form { display: flex; gap: 10px; width: 520px; margin-top: 38px; padding: 8px; border-radius: 999px; background: #fff; border: 1px solid #d6e4de; box-shadow: 0 12px 30px rgba(11, 31, 26, 0.07); }
.ve-input { flex: 1; display: flex; align-items: center; padding: 0 18px; font-size: 17px; color: #0b1f1a; }
.ve-input span { display: inline-block; overflow: hidden; white-space: nowrap; border-right: 2px solid #059669; width: 0; animation: veType 9s steps(15) infinite, veCaret 0.8s step-end infinite; }
@keyframes veType { 0%, 8% { width: 0; } 35%, 80% { width: 15ch; } 92%, 100% { width: 0; } }
@keyframes veCaret { 50% { border-color: transparent; } }
.ve-btn--lg { padding: 17px 28px; background: #059669; font-size: 16px; }
.ve-trust { display: flex; align-items: center; gap: 16px; margin-top: 30px; font-size: 15px; color: #4b635c; }
.ve-trust b { color: #0b1f1a; }
.ve-avatars { display: flex; padding-left: 10px; }
.ve-avatars i { width: 36px; height: 36px; margin-left: -10px; border-radius: 50%; border: 3px solid #f3f6f4; }
.ve-avatars i:nth-child(1) { background: linear-gradient(135deg, #fbbf24, #f97316); }
.ve-avatars i:nth-child(2) { background: linear-gradient(135deg, #a78bfa, #6366f1); }
.ve-avatars i:nth-child(3) { background: linear-gradient(135deg, #34d399, #0d9488); }
.ve-avatars i:nth-child(4) { background: linear-gradient(135deg, #f472b6, #e11d48); }

.ve-visual { position: relative; }
.ve-phone { position: absolute; left: 120px; top: 10px; width: 330px; height: 670px; padding: 14px; border-radius: 50px; background: #0b1f1a; box-shadow: 0 60px 110px rgba(11, 31, 26, 0.35), inset 0 0 0 2px #2a3f39; animation: veFloat 7s ease-in-out infinite; }
@keyframes veFloat { 50% { transform: translateY(-14px); } }
.ve-notch { position: absolute; top: 26px; left: 50%; width: 96px; height: 28px; margin-left: -48px; border-radius: 20px; background: #000; z-index: 2; }
.ve-app { display: flex; flex-direction: column; gap: 6px; height: 100%; padding: 74px 24px 24px; border-radius: 38px; background: linear-gradient(180deg, #0f2a24, #081813); color: #eafff7; overflow: hidden; }
.ve-app__label { font-size: 13px; opacity: 0.6; }
.ve-app__bal { font-size: 31px; font-weight: 800; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.ve-app__chg { font-size: 14px; font-weight: 600; color: #34d399; }
.ve-app__chart { width: 100%; height: 150px; margin: 18px 0 8px; overflow: visible; }
.ve-area { fill: rgba(52, 211, 153, 0.14); animation: veArea 7s ease-in-out infinite; }
.ve-line { fill: none; stroke: #34d399; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 420; stroke-dashoffset: 420; animation: veDraw 7s ease-in-out infinite; }
.ve-dot { fill: #34d399; transform-box: fill-box; transform-origin: center; animation: vePulse 7s ease-in-out infinite; }
@keyframes veDraw { 0% { stroke-dashoffset: 420; } 40%, 88% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -420; } }
@keyframes veArea { 0%, 10% { opacity: 0; } 40%, 85% { opacity: 1; } 100% { opacity: 0; } }
@keyframes vePulse { 0%, 38% { transform: scale(0); } 45% { transform: scale(1.5); } 52%, 86% { transform: scale(1); } 100% { transform: scale(0); } }
.ve-app__tabs { display: flex; gap: 6px; }
.ve-app__tabs span { padding: 6px 13px; border-radius: 999px; font-size: 12px; font-weight: 600; opacity: 0.6; }
.ve-app__tabs .on { opacity: 1; background: rgba(52, 211, 153, 0.18); color: #34d399; }
.ve-app__rows { margin-top: 18px; }
.ve-app__rows div { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 15px; }
.ve-app__rows i { width: 34px; height: 34px; border-radius: 10px; background: #34d399; }
.ve-app__rows div:nth-child(2) i { background: #60a5fa; }
.ve-app__rows div:nth-child(3) i { background: #fbbf24; }
.ve-app__rows span { flex: 1; }
.ve-float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 18px; background: #fff; box-shadow: 0 24px 50px rgba(11, 31, 26, 0.16); font-size: 14px; color: #4b635c; }
.ve-float b { display: block; font-size: 19px; color: #0b1f1a; }
.ve-float--a { left: -10px; top: 360px; animation: veIn 8s var(--ease-out) infinite; }
@keyframes veIn { 0% { opacity: 0; transform: translateX(-40px); } 10%, 82% { opacity: 1; transform: none; } 92%, 100% { opacity: 0; transform: translateX(-40px); } }
.ve-ico { position: relative; width: 42px; height: 42px; border-radius: 12px; background: #d1fae5; }
.ve-ico::after { content: ""; position: absolute; left: 13px; top: 12px; border-bottom: 16px solid #059669; border-left: 8px solid transparent; border-right: 8px solid transparent; }
.ve-float--b { right: 0; top: 120px; animation: veFloat 5s ease-in-out infinite reverse; }
.ve-toggle { position: relative; width: 48px; height: 28px; border-radius: 999px; background: #cbd5d1; animation: veToggleBg 6s infinite; }
.ve-toggle i { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); animation: veToggle 6s var(--ease-out) infinite; }
@keyframes veToggleBg { 0%, 40% { background: #cbd5d1; } 48%, 100% { background: #10b981; } }
@keyframes veToggle { 0%, 40% { transform: none; } 48%, 100% { transform: translateX(20px); } }

.ve-logos { display: flex; align-items: center; justify-content: space-between; padding: 34px 56px; border-block: 1px solid #dfe8e4; font-size: 14px; color: #7b918a; }
.ve-logos b { font-size: 26px; font-weight: 800; letter-spacing: -0.03em; color: #9fb3ac; }
.ve-logos b:nth-of-type(2) { font-weight: 500; letter-spacing: 0; }
.ve-logos b:nth-of-type(3) { font-family: var(--f-display); font-style: italic; font-weight: 600; font-size: 30px; }
.ve-logos b:nth-of-type(4) { font-family: var(--f-mono); letter-spacing: 0.2em; font-size: 20px; }
.ve-features { padding: 110px 56px 80px; }
.ve-features h5 { font-size: 64px; font-weight: 800; letter-spacing: -0.045em; line-height: 1; }
.ve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.ve-card { padding: 38px; border-radius: 26px; background: #fff; border: 1px solid #e2ebe7; }
.ve-card strong { display: block; margin: 26px 0 10px; font-size: 23px; }
.ve-card p { font-size: 16px; line-height: 1.55; color: #5b736b; }
.ve-fi { position: relative; display: block; width: 56px; height: 56px; border-radius: 18px; background: #d1fae5; }
.ve-fi::after { content: ""; position: absolute; inset: 16px; border: 3px solid #059669; border-radius: 50%; }
.ve-fi--2::after { border-radius: 4px; transform: rotate(45deg); }
.ve-fi--3::after { border-radius: 6px 6px 12px 12px; }
.ve-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 56px 110px; padding: 64px; border-radius: 32px; background: #0b1f1a; color: #eafff7; }
.ve-stats b { display: block; font-size: 68px; font-weight: 800; letter-spacing: -0.04em; color: #34d399; }
.ve-stats span { font-size: 17px; opacity: 0.7; }

/* =========================================================
   EMBER & OAK — restaurant
   ========================================================= */
.site--ember { background: #140c08; color: #fbeee0; }
.em-hero { position: relative; height: 800px; overflow: hidden; }
.em-scene { position: absolute; inset: -4% -10%; }
.em-wall { position: absolute; inset: 0; background:
  radial-gradient(ellipse at 64% 78%, rgba(249, 115, 22, 0.45), transparent 45%),
  repeating-linear-gradient(0deg, transparent 0 40px, rgba(0, 0, 0, 0.4) 40px 43px),
  repeating-linear-gradient(90deg, transparent 0 92px, rgba(0, 0, 0, 0.3) 92px 95px),
  linear-gradient(#2a120a, #4a1d0c 60%, #2a0f06); }
.em-oven {
  position: absolute; left: 50%; bottom: 0; width: 660px; height: 540px; margin-left: -80px;
  border-radius: 330px 330px 0 0;
  background: repeating-conic-gradient(from -90deg at 50% 100%, #6b2a12 0 7deg, #2a0f06 7deg 7.7deg);
  box-shadow: 0 0 120px rgba(249, 115, 22, 0.25);
}
.em-mouth {
  position: absolute; left: 90px; right: 90px; bottom: 0; height: 410px; overflow: hidden;
  border-radius: 240px 240px 0 0;
  background: radial-gradient(ellipse at 50% 100%, #ffc46b 0%, #f97316 20%, #9a3412 42%, #1a0703 74%);
  box-shadow: inset 0 26px 60px rgba(0, 0, 0, 0.85);
  animation: emGlow 2.2s ease-in-out infinite alternate;
}
@keyframes emGlow { to { filter: brightness(1.3) saturate(1.1); } }
.em-fire { position: absolute; left: 50%; bottom: 44px; width: 300px; height: 280px; margin-left: -150px; }
.em-fire i {
  position: absolute; bottom: 0; width: 100px; height: 100px;
  border-radius: 50% 0 50% 50%;
  background: linear-gradient(-45deg, #fff6c2, #ffc46b 25%, #f97316 55%, rgba(220, 38, 38, 0) 90%);
  filter: blur(5px); mix-blend-mode: screen;
  transform: rotate(-45deg); transform-origin: 50% 50%;
  animation: emFlame 1s ease-in-out infinite alternate;
}
.em-fire i:nth-child(1) { left: 100px; width: 110px; height: 110px; }
.em-fire i:nth-child(2) { left: 40px; width: 72px; height: 72px; animation-duration: 0.8s; animation-delay: -0.3s; }
.em-fire i:nth-child(3) { left: 180px; width: 80px; height: 80px; animation-duration: 1.2s; animation-delay: -0.5s; }
.em-fire i:nth-child(4) { left: 110px; width: 140px; height: 140px; bottom: 20px; animation-duration: 1.4s; opacity: 0.85; }
.em-fire i:nth-child(5) { left: 70px; width: 60px; height: 60px; bottom: 60px; animation-duration: 0.7s; }
.em-fire i:nth-child(6) { left: 170px; width: 56px; height: 56px; bottom: 80px; animation-duration: 0.9s; animation-delay: -0.2s; }
@keyframes emFlame {
  0% { transform: rotate(-45deg) scale(1) translate(0, 0); }
  100% { transform: rotate(-45deg) scale(1.18) translate(-8px, -10px); }
}
.em-logs i { position: absolute; bottom: 22px; left: 50%; width: 240px; height: 36px; margin-left: -120px; border-radius: 18px; background: linear-gradient(#3b1a0e, #140804); box-shadow: inset 0 -8px 14px rgba(255, 120, 40, 0.7); }
.em-logs i:nth-child(2) { transform: rotate(10deg) translateY(-18px); }
.em-logs i:nth-child(3) { transform: rotate(-12deg) translateY(-14px); }
.em-embers i { position: absolute; bottom: 110px; left: 64%; width: 5px; height: 5px; border-radius: 50%; background: #ffd58a; box-shadow: 0 0 10px #ff9a3c, 0 0 20px #f97316; opacity: 0; animation: emRise 4.5s linear infinite; }
.em-embers i:nth-child(1) { --dx: -60px; }
.em-embers i:nth-child(2) { --dx: 40px; left: 62%; animation-delay: -0.4s; }
.em-embers i:nth-child(3) { --dx: 90px; left: 66%; animation-delay: -0.9s; width: 3px; height: 3px; }
.em-embers i:nth-child(4) { --dx: -20px; left: 61%; animation-delay: -1.3s; }
.em-embers i:nth-child(5) { --dx: 120px; left: 67%; animation-delay: -1.8s; width: 4px; height: 4px; }
.em-embers i:nth-child(6) { --dx: -100px; left: 63%; animation-delay: -2.2s; width: 3px; height: 3px; }
.em-embers i:nth-child(7) { --dx: 20px; left: 65%; animation-delay: -2.7s; }
.em-embers i:nth-child(8) { --dx: 70px; left: 60%; animation-delay: -3.1s; width: 3px; height: 3px; }
.em-embers i:nth-child(9) { --dx: -40px; left: 68%; animation-delay: -3.6s; }
.em-embers i:nth-child(10) { --dx: 60px; left: 64%; animation-delay: -4s; width: 2px; height: 2px; }
.em-embers i:nth-child(11) { --dx: -80px; left: 66%; animation-delay: -1.1s; width: 2px; height: 2px; }
.em-embers i:nth-child(12) { --dx: 100px; left: 62%; animation-delay: -2.9s; width: 2px; height: 2px; }
@keyframes emRise { 8% { opacity: 1; } 70% { opacity: 0.8; } 100% { transform: translate(var(--dx), -640px); opacity: 0; } }
.em-smoke i { position: absolute; left: 62%; bottom: 470px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 230, 200, 0.14), transparent 70%); filter: blur(8px); opacity: 0; animation: emSmoke 9s linear infinite; }
.em-smoke i:nth-child(2) { animation-delay: -3s; left: 58%; }
.em-smoke i:nth-child(3) { animation-delay: -6s; left: 66%; }
@keyframes emSmoke { 0% { transform: translate(0, 0) scale(0.5); opacity: 0; } 25% { opacity: 1; } 100% { transform: translate(90px, -420px) scale(2.4); opacity: 0; } }
.em-shade { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(20, 12, 8, 0.94) 0%, rgba(20, 12, 8, 0.7) 36%, transparent 64%),
  linear-gradient(0deg, rgba(20, 12, 8, 0.9), transparent 30%),
  linear-gradient(180deg, rgba(20, 12, 8, 0.8), transparent 18%); }
.em-nav { position: absolute; top: 0; left: 0; right: 0; z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 28px 56px; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; }
.em-nav nav { display: flex; gap: 34px; color: rgba(251, 238, 224, 0.75); }
.em-logo { font-family: var(--f-display); font-size: 40px; letter-spacing: 0; text-transform: none; }
.em-logo i { color: #fdba74; }
.em-right { display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.em-btn { background: #f97316; color: #1a0c05; padding: 13px 26px; border-radius: 999px; font-weight: 700; letter-spacing: 0.1em; }
.em-copy { position: absolute; left: 56px; top: 170px; z-index: 2; max-width: 860px; }
.em-kicker { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: #fdba74; }
.em-copy h4 { font-family: var(--f-display); font-size: 96px; line-height: 0.92; letter-spacing: -0.01em; margin-top: 24px; }
.em-copy h4 em { color: #fdba74; }
.em-reserve { position: absolute; left: 56px; bottom: 60px; z-index: 2; display: flex; align-items: center; padding: 12px 12px 12px 0; border-radius: 22px; background: rgba(28, 16, 10, 0.82); border: 1px solid rgba(253, 186, 116, 0.28); backdrop-filter: blur(10px); }
.em-reserve > div { display: flex; flex-direction: column; gap: 4px; padding: 6px 34px; border-right: 1px solid rgba(253, 186, 116, 0.2); }
.em-reserve > div span { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #fdba74; }
.em-reserve > div b { font-size: 20px; font-weight: 600; }
.em-btn--lg { margin-left: 12px; padding: 20px 32px; font-size: 14px; }
.em-live { position: absolute; top: -40px; left: 4px; display: flex; align-items: center; gap: 10px; font-size: 15px; color: #fde68a; }
.em-live i { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; animation: emLive 1.6s ease-out infinite; }
@keyframes emLive { from { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); } to { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); } }
.em-menu { display: grid; grid-template-columns: 1fr 1.35fr; gap: 90px; padding: 120px 56px; }
.em-menu__head span { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: #fdba74; }
.em-menu__head h5 { font-family: var(--f-display); font-size: 110px; line-height: 0.9; margin: 18px 0 26px; }
.em-menu__head em { color: #fdba74; }
.em-menu__head p { font-size: 18px; line-height: 1.6; color: rgba(251, 238, 224, 0.6); max-width: 380px; }
.em-menu ul { list-style: none; margin: 0; padding: 0; }
.em-menu li { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 4px 16px; padding: 22px 0; border-bottom: 1px solid rgba(253, 186, 116, 0.16); }
.em-menu li b { font-family: var(--f-display); font-size: 32px; font-weight: 500; }
.em-menu li i { border-bottom: 2px dotted rgba(253, 186, 116, 0.35); transform: translateY(-6px); }
.em-menu li span { font-family: var(--f-display); font-size: 28px; color: #fdba74; }
.em-menu li small { grid-column: 1 / -1; font-size: 15px; color: rgba(251, 238, 224, 0.55); }
.em-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0 56px 120px; }
.em-tile { position: relative; aspect-ratio: 3 / 4; border-radius: 18px; overflow: hidden; background: radial-gradient(circle at 50% 40%, var(--t1), var(--t2)); }
.em-tile::before { content: ""; position: absolute; left: 50%; top: 50%; width: 72%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%;
  background: radial-gradient(circle, var(--f1) 0 30%, var(--f2) 31% 44%, #efe6da 45% 62%, #d8cbb8 63% 66%, transparent 67%);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5); }
.em-tile::after { content: ""; position: absolute; left: 50%; top: 50%; width: 22%; height: 10%; transform: translate(-30%, -80%) rotate(-20deg); border-radius: 50%; background: var(--g); }
.em-t1 { --t1: #6b2a12; --t2: #1f0c05; --f1: #9f1239; --f2: #fde68a; --g: #65a30d; }
.em-t2 { --t1: #7c4a1c; --t2: #241006; --f1: #f97316; --f2: #7c2d12; --g: #fef3c7; }
.em-t3 { --t1: #3f2a1a; --t2: #140c08; --f1: #7f1d1d; --f2: #451a03; --g: #84cc16; }
.em-t4 { --t1: #5a3a1c; --t2: #1a0f08; --f1: #fef3c7; --f2: #b45309; --g: #be123c; }

/* =========================================================
   MONOLITH — architecture
   ========================================================= */
.site--mono { background: #ebe7df; color: #111; }
.mo-nav { display: flex; align-items: center; gap: 40px; padding: 24px 40px; border-bottom: 1px solid #111; font-size: 15px; font-weight: 500; }
.mo-logo { font-weight: 800; font-size: 20px; letter-spacing: 0.02em; }
.mo-nav nav { display: flex; gap: 36px; margin-left: auto; }
.mo-nav sup { font-size: 10px; margin-left: 2px; }
.mo-menu { margin-left: 30px; font-weight: 700; }
.mo-hero { padding: 26px 40px 70px; }
.mo-word { font-size: 262px; font-weight: 800; letter-spacing: -0.07em; line-height: 0.78; margin: 0 0 30px -12px; white-space: nowrap; animation: moWord 12s var(--ease-in-out) infinite; }
@keyframes moWord { 0%, 100% { letter-spacing: -0.07em; } 50% { letter-spacing: -0.055em; } }
.mo-grid { display: grid; grid-template-columns: 1fr 330px; gap: 28px; }
.mo-slides { position: relative; height: 480px; overflow: hidden; background: #cfc8bb; }
.mo-layer { position: absolute; inset: 0 -8%; }
.mo-slide { position: absolute; inset: 0; opacity: 0; animation: moFade 15s linear infinite; }
.mo-slide i { position: absolute; display: block; }
.mo-s2 { animation-delay: -10s; }
.mo-s3 { animation-delay: -5s; }
@keyframes moFade { 0% { opacity: 0; transform: scale(1.08); } 4%, 33% { opacity: 1; } 37%, 100% { opacity: 0; transform: scale(1); } }
/* Casa Sombra */
.mo-s1 { background: linear-gradient(#f4d6b3, #e7b98f 58%, #d59f78); }
.mo-s1 .g { left: 0; right: 0; bottom: 0; height: 20%; background: linear-gradient(#6b6558, #3e3a32); }
.mo-s1 .p1 { left: 16%; bottom: 20%; width: 48%; height: 26%; background: linear-gradient(90deg, #a8a194, #d6d0c4 55%, #9d968a); }
.mo-s1 .p2 { left: 30%; bottom: 46%; width: 50%; height: 17%; background: linear-gradient(90deg, #cfc9bc, #ece7dc); box-shadow: 0 34px 40px rgba(0, 0, 0, 0.28); }
.mo-s1 .p3 { left: 33%; bottom: 51%; width: 42%; height: 5%; background: #2a2622; }
.mo-s1 .p4 { left: 20%; bottom: 20%; width: 17%; height: 18%; background: linear-gradient(90deg, #3a3530, #58534b); }
/* Torre Lumen */
.mo-s2 { background: linear-gradient(#18223a, #4a3f63 52%, #d9876a); }
.mo-s2 .p1 { left: 40%; bottom: 0; width: 20%; height: 88%; background: repeating-linear-gradient(90deg, #262b36 0 10px, #414a5c 10px 14px); }
.mo-s2 .p2 { left: 40%; bottom: 0; width: 20%; height: 88%; background: repeating-linear-gradient(0deg, transparent 0 16px, rgba(255, 206, 140, 0.55) 16px 18px); animation: moWindows 4s steps(2) infinite; }
@keyframes moWindows { 50% { opacity: 0.7; } }
.mo-s2 .p3 { left: 8%; bottom: 0; width: 24%; height: 30%; background: #171b24; }
.mo-s2 .p4 { right: 6%; bottom: 0; width: 22%; height: 42%; background: #1f2430; }
.mo-s2 .p5 { right: 22%; top: 12%; width: 44px; height: 44px; border-radius: 50%; background: #f6e7c8; box-shadow: 0 0 40px rgba(246, 231, 200, 0.6); }
/* Desert House */
.mo-s3 { background: linear-gradient(#bcd4df, #eadccb 64%); }
.mo-s3 .g { left: 0; right: 0; bottom: 0; height: 34%; background: linear-gradient(#dcbc92, #c29868); }
.mo-s3 .p1 { left: 10%; bottom: 40%; width: 72%; height: 4%; background: #f2ede4; box-shadow: 0 18px 22px rgba(0, 0, 0, 0.2); }
.mo-s3 .p2 { left: 18%; bottom: 32%; width: 54%; height: 8%; background: #3a3530; }
.mo-s3 .p3 { left: 20%; bottom: 32%; width: 32%; height: 8%; background: linear-gradient(90deg, #6f8b96, #b9d0d6, #6f8b96); }
.mo-s3 .p4 { left: 28%; bottom: 20%; width: 48%; height: 7%; background: linear-gradient(90deg, #4aa5bb, #8fd3e0, #2d7f95); background-size: 200% 100%; animation: moPool 4s ease-in-out infinite alternate; }
@keyframes moPool { to { background-position: 100% 0; } }
.mo-s3 .p5 { left: 74%; bottom: 32%; width: 1.4%; height: 8%; background: #f2ede4; }
.mo-light { position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%); mix-blend-mode: soft-light; animation: moLight 7s ease-in-out infinite; }
@keyframes moLight { 0%, 100% { transform: translateX(-40%); } 50% { transform: translateX(40%); } }
.mo-caprow { display: flex; align-items: center; gap: 22px; margin-top: 16px; font-family: var(--f-mono); font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; }
.mo-caps { position: relative; display: block; width: 360px; height: 18px; }
.mo-caps--n { width: 70px; text-align: right; }
.mo-cap { position: absolute; inset: 0; opacity: 0; white-space: nowrap; animation: moCap 15s linear infinite; }
.mo-cap:nth-child(2) { animation-delay: -10s; }
.mo-cap:nth-child(3) { animation-delay: -5s; }
@keyframes moCap { 0% { opacity: 0; transform: translateY(8px); } 3%, 32% { opacity: 1; transform: none; } 35%, 100% { opacity: 0; transform: translateY(-8px); } }
.mo-progress { flex: 1; height: 2px; background: rgba(0, 0, 0, 0.15); }
.mo-progress i { display: block; height: 100%; background: #111; transform-origin: left; animation: moProg 5s linear infinite; }
@keyframes moProg { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.mo-side { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding-left: 26px; border-left: 1px solid #111; }
.mo-side p { font-size: 27px; line-height: 1.3; font-weight: 500; letter-spacing: -0.02em; }
.mo-awards { font-size: 15px; }
.mo-awards > span { display: block; margin-bottom: 10px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #6b665d; }
.mo-awards div { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid rgba(0, 0, 0, 0.2); }
.mo-awards em { font-style: normal; color: #6b665d; }
.mo-link { align-self: flex-start; font-weight: 700; font-size: 16px; border-bottom: 2px solid #111; padding-bottom: 4px; }
.mo-index { position: relative; padding: 40px 40px 90px; }
.mo-row { display: grid; grid-template-columns: 70px 1.6fr 1fr 90px 1fr; align-items: center; height: 70px; border-top: 1px solid #111; font-size: 24px; font-weight: 500; letter-spacing: -0.01em; }
.mo-row--head { height: 44px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #6b665d; border-top: 0; }
.mo-hl { display: none; }
.mo-row:not(.mo-row--head) { padding: 0 0 0 0; animation: moRow 10s var(--ease-in-out) infinite; }
.mo-row:nth-child(4) { animation-delay: -7.5s; }
.mo-row:nth-child(5) { animation-delay: -5s; }
.mo-row:nth-child(6) { animation-delay: -2.5s; }
.mo-row:nth-child(7) { animation: none; }
@keyframes moRow {
  0% { background: transparent; color: #111; padding-left: 0; }
  4%, 21% { background: #111; color: #ebe7df; padding-left: 20px; }
  25%, 100% { background: transparent; color: #111; padding-left: 0; }
}
.mo-quote { padding: 60px 40px 140px; border-top: 1px solid #111; }
.mo-quote p { font-size: 150px; font-weight: 800; letter-spacing: -0.065em; line-height: 0.86; }
.mo-quote span { display: block; margin-top: 30px; font-family: var(--f-mono); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #6b665d; }

/* =========================================================
   MOBILE LAYOUTS
   main.js adds .is-m on screens narrower than 600px (phones);
   the page is then designed at 430px wide instead of 1280px.
   ========================================================= */
.site.is-m { width: 430px; }
/* Shared: hide desktop nav links, show a hamburger */
.site.is-m .au-nav nav, .site.is-m .ve-nav nav, .site.is-m .em-nav nav, .site.is-m .mo-nav nav { display: none; }
.site.is-m .au-right > *, .site.is-m .ve-right > *, .site.is-m .em-right > span:first-child { display: none; }
.site.is-m .au-right::after, .site.is-m .ve-right::after {
  content: ""; width: 26px; height: 10px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor;
}

/* Aurum */
.site.is-m .au-nav { display: flex; justify-content: space-between; padding: 18px 20px; }
.site.is-m .au-logo { font-size: 24px; align-items: flex-start; padding-left: 0; }
.site.is-m .au-logo small { font-size: 7px; }
.site.is-m .au-right { color: #f6dfae; }
.site.is-m .au-hero { display: flex; flex-direction: column; align-items: stretch; height: auto; padding: 10px 20px 40px; }
.site.is-m .au-copy h4 { font-size: 68px; margin: 16px 0 18px; }
.site.is-m .au-kicker { font-size: 11px; letter-spacing: 0.24em; }
.site.is-m .au-copy p { font-size: 16px; }
.site.is-m .au-ctas { flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.site.is-m .au-cta { padding: 16px 24px; font-size: 12px; }
.site.is-m .au-play b { width: 44px; height: 44px; }
.site.is-m .au-play b::after { left: 17px; top: 13px; }
.site.is-m .au-watch { order: -1; align-self: center; flex: none; scale: 0.62; margin: -50px 0 -40px; }
.site.is-m .au-specs { position: static; flex-wrap: wrap; gap: 10px 22px; justify-content: flex-start; margin-top: 60px; font-size: 10px; letter-spacing: 0.22em; }
.site.is-m .au-collection { padding: 64px 20px; }
.site.is-m .au-sechead h5 { font-size: 42px; }
.site.is-m .au-cards { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
.site.is-m .au-card { padding: 36px 24px 28px; }
.site.is-m .au-mini { width: 130px; height: 130px; margin-bottom: 20px; }
.site.is-m .au-mini i::before { height: 30px; }
.site.is-m .au-mini i::after { height: 44px; }
.site.is-m .au-heritage { grid-template-columns: 1fr; gap: 20px; padding: 64px 20px 90px; }
.site.is-m .au-year { font-size: 150px; }
.site.is-m .au-heritage p { font-size: 28px; }

/* Veda */
.site.is-m .ve-nav { padding: 18px 20px; }
.site.is-m .ve-logo { font-size: 24px; }
.site.is-m .ve-hero { display: flex; flex-direction: column; height: auto; gap: 0; padding: 20px 20px 40px; }
.site.is-m .ve-copy { padding-top: 10px; }
.site.is-m .ve-copy h4 { font-size: 54px; margin: 22px 0 16px; }
.site.is-m .ve-copy p { font-size: 17px; }
.site.is-m .ve-form { width: 100%; flex-direction: column; border-radius: 20px; margin-top: 26px; }
.site.is-m .ve-input { padding: 14px 12px; }
.site.is-m .ve-btn--lg { text-align: center; }
.site.is-m .ve-trust { font-size: 14px; margin-top: 22px; }
.site.is-m .ve-visual { height: 600px; margin-top: 30px; }
.site.is-m .ve-phone { left: 50%; margin-left: -165px; scale: 0.86; transform-origin: top center; }
.site.is-m .ve-float { padding: 12px 16px; font-size: 12px; }
.site.is-m .ve-float b { font-size: 16px; }
.site.is-m .ve-float--a { left: 0; top: 330px; }
.site.is-m .ve-float--b { right: 0; top: 50px; }
.site.is-m .ve-logos { flex-wrap: wrap; justify-content: center; gap: 14px 28px; padding: 28px 20px; }
.site.is-m .ve-logos span { flex-basis: 100%; text-align: center; }
.site.is-m .ve-logos b { font-size: 20px; }
.site.is-m .ve-features { padding: 64px 20px 50px; }
.site.is-m .ve-features h5 { font-size: 40px; }
.site.is-m .ve-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
.site.is-m .ve-card { padding: 28px; }
.site.is-m .ve-stats { grid-template-columns: 1fr; gap: 28px; margin: 0 20px 64px; padding: 36px; }
.site.is-m .ve-stats b { font-size: 52px; }

/* Ember & Oak */
.site.is-m .em-hero { height: 660px; }
.site.is-m .em-scene { inset: 0 -20%; }
.site.is-m .em-oven { bottom: 150px; width: 400px; height: 340px; margin-left: -200px; border-radius: 200px 200px 0 0; }
.site.is-m .em-mouth { left: 55px; right: 55px; height: 260px; }
.site.is-m .em-fire { scale: 0.75; transform-origin: bottom center; bottom: 24px; }
.site.is-m .em-embers i { bottom: 240px; left: 48%; }
.site.is-m .em-smoke i { bottom: 440px; left: 44%; }
.site.is-m .em-shade { background:
  linear-gradient(180deg, rgba(20, 12, 8, 0.95) 0%, rgba(20, 12, 8, 0.55) 38%, transparent 55%),
  linear-gradient(0deg, rgba(20, 12, 8, 0.85), transparent 25%); }
.site.is-m .em-nav { display: flex; justify-content: space-between; padding: 18px 20px; }
.site.is-m .em-logo { font-size: 28px; }
.site.is-m .em-btn { padding: 10px 18px; font-size: 11px; }
.site.is-m .em-copy { left: 20px; right: 20px; top: 110px; }
.site.is-m .em-kicker { font-size: 11px; letter-spacing: 0.22em; }
.site.is-m .em-copy h4 { font-size: 56px; margin-top: 16px; }
.site.is-m .em-reserve { left: 20px; right: 20px; bottom: 24px; flex-wrap: wrap; padding: 10px; }
.site.is-m .em-reserve > div { flex: 1 1 30%; padding: 6px 12px; }
.site.is-m .em-reserve > div:nth-of-type(3) { border-right: 0; }
.site.is-m .em-reserve > div b { font-size: 16px; }
.site.is-m .em-btn--lg { flex-basis: 100%; margin: 10px 0 0; padding: 16px; text-align: center; font-size: 13px; }
.site.is-m .em-live { top: -34px; font-size: 13px; }
.site.is-m .em-menu { grid-template-columns: 1fr; gap: 24px; padding: 64px 20px; }
.site.is-m .em-menu__head h5 { font-size: 72px; margin: 12px 0 16px; }
.site.is-m .em-menu__head p { font-size: 16px; }
.site.is-m .em-menu li { padding: 16px 0; }
.site.is-m .em-menu li b { font-size: 23px; }
.site.is-m .em-menu li span { font-size: 21px; }
.site.is-m .em-menu li small { font-size: 13px; }
.site.is-m .em-gallery { grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 20px 64px; }

/* Monolith */
.site.is-m .mo-nav { padding: 16px 20px; }
.site.is-m .mo-menu { margin-left: auto; }
.site.is-m .mo-hero { padding: 18px 20px 40px; }
.site.is-m .mo-word { font-size: 84px; margin: 0 0 18px -4px; }
.site.is-m .mo-grid { grid-template-columns: 1fr; gap: 26px; }
.site.is-m .mo-slides { height: 320px; }
.site.is-m .mo-caprow { gap: 12px; font-size: 10px; }
.site.is-m .mo-caps { width: 230px; }
.site.is-m .mo-caps--n { width: 48px; }
.site.is-m .mo-side { padding: 22px 0 0; border-left: 0; border-top: 1px solid #111; }
.site.is-m .mo-side p { font-size: 22px; }
.site.is-m .mo-index { padding: 24px 20px 60px; }
.site.is-m .mo-row { grid-template-columns: 46px 1fr 56px; height: 56px; font-size: 18px; }
.site.is-m .mo-row > span:nth-child(3), .site.is-m .mo-row > span:nth-child(5) { display: none; }
.site.is-m .mo-quote { padding: 40px 20px 80px; }
.site.is-m .mo-quote p { font-size: 68px; }
