:root {
  --navy: #1e2a43;
  --navy-deep: #141c2e;
  --gold: #c9a45c;
  --gold-soft: #e2c684;
  --cream: #fbf8f2;
  --sand: #efe2c7;
  --ink: #161616;
  --muted: #666a73;
  --line: rgba(30, 42, 67, 0.12);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--cream);
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.lp-path-switch {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #f4f1ea;
  border-bottom: 1px solid var(--line);
  padding: 10px 0 12px;
}
.lp-path-switch-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 0 !important;
  border: 1px solid rgba(30, 42, 67, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 32, 44, 0.06);
}
.lp-path-switch a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  min-height: 58px;
  min-width: 0;
  padding: 10px 8px !important;
  text-align: center;
  text-decoration: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid rgba(30, 42, 67, 0.12) !important;
  background: #fff !important;
  color: var(--navy) !important;
  box-shadow: none !important;
}
.lp-path-switch a:last-child { border-right: 0 !important; }
.lp-path-switch a strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
}
.lp-path-switch a .path-switch-hint {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}
.lp-path-switch .path-switch-short { display: none; }
.lp-path-switch .path-switch-full { display: inline; }
.lp-path-switch a:hover { background: rgba(201, 164, 92, 0.12) !important; }
.lp-path-switch a.is-active {
  background: var(--navy) !important;
  color: #fff !important;
}
.lp-path-switch a.is-active .path-switch-hint { color: rgba(255, 255, 255, 0.78); }
@media (max-width: 760px) {
  .lp-path-switch { padding: 8px 0 10px; }
  .lp-path-switch-inner {
    width: min(var(--max), calc(100% - 20px));
    border-radius: 14px;
  }
  .lp-path-switch a { min-height: 54px; padding: 8px 4px !important; }
  .lp-path-switch a strong { font-size: 0.78rem; letter-spacing: -0.01em; }
  .lp-path-switch a .path-switch-hint { font-size: 0.66rem; }
  .lp-path-switch .path-switch-full { display: none; }
  .lp-path-switch .path-switch-short { display: inline; }
}

.lp-top {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 0.95rem 0;
}
@media (max-width: 760px) {
  .lp-top { top: 70px; }
}
.lp-logo img {
  height: 42px;
  width: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}
.lp-nav {
  display: none;
  gap: 1rem;
}
.lp-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(247, 241, 230, 0.78);
}
.lp-nav a:hover,
.lp-nav a.active { color: #fff; }
.lp-phone {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.85rem;
  color: #fff;
  white-space: nowrap;
}

.lp-hero {
  position: relative;
  min-height: min(92dvh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #f7f1e6;
  isolation: isolate;
}
.lp-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 20%;
  transform: scale(1.05);
  animation: lp-ken 20s ease-out forwards;
}
.lp-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 18, 28, 0.82) 0%, rgba(14, 18, 28, 0.45) 48%, rgba(14, 18, 28, 0.22) 100%),
    linear-gradient(180deg, rgba(14, 18, 28, 0.18) 0%, rgba(14, 18, 28, 0.78) 100%);
}
.lp-hero-copy {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(5.5rem, 14vw, 7.5rem) 0 clamp(2.2rem, 5vw, 3.2rem);
  animation: lp-rise 0.9s ease-out both;
}
.lp-brand {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.lp-hero h1 {
  margin: 0 0 0.75rem;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 8vw, 4.6rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.lp-lede {
  margin: 0 0 1.6rem;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(247, 241, 230, 0.88);
}
.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-deep);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  transition: transform 0.2s ease, background 0.2s ease;
}
.lp-cta:hover {
  transform: translateY(-2px);
  background: var(--gold-soft);
}
.lp-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lp-cta-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
}

.lp-main {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 0 0 3.5rem;
}
.lp-section {
  padding: clamp(2.8rem, 6vw, 4.2rem) 0 0;
}
.lp-section-head {
  max-width: 38rem;
  margin-bottom: 1.6rem;
}
.lp-section-head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.lp-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 500;
}

.lp-usp {
  display: grid;
  gap: 1rem;
}
.lp-usp article {
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}
.lp-usp article:last-child { border-bottom: 1px solid var(--line); }
.lp-usp h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
}
.lp-usp p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.lp-split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.lp-split figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}
.lp-split img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  animation: lp-fade-in 1s ease both;
}
.lp-split-copy h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--navy);
}
.lp-split-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 500;
}
.lp-split-copy p:last-child { margin-bottom: 0; }

.lp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
  counter-reset: step;
}
.lp-steps li {
  counter-increment: step;
  padding-left: 3.2rem;
  position: relative;
}
.lp-steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--gold);
}
.lp-steps h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  color: var(--navy);
}
.lp-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.lp-craft-grid {
  display: grid;
  gap: 1rem;
}
.lp-craft-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}
.lp-craft-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.lp-craft-grid figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.lp-price-band {
  margin-top: clamp(2.8rem, 6vw, 4rem);
  padding: clamp(1.6rem, 4vw, 2.2rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.25rem;
}
.lp-price-band strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
}
.lp-price-band p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.mieru-pricing {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}
.mieru-pricing-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}
.mieru-pricing-tier {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(1.1rem, 3vw, 1.5rem);
  background: #fff;
  display: grid;
  gap: 0.45rem;
}
.mieru-pricing-tier.is-featured {
  border-color: rgba(201, 164, 92, 0.55);
  box-shadow: 0 10px 28px rgba(15, 20, 32, 0.06);
}
.mieru-pricing-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.mieru-pricing-base {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  line-height: 1.1;
  color: var(--navy);
}
.mieru-pricing-popular {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.mieru-pricing-popular strong {
  color: var(--navy);
  font-weight: 800;
}
.mieru-pricing-tier .lp-cta {
  margin-top: 0.65rem;
  justify-self: start;
}
.mieru-pricing-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.mieru-flow {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}
.mieru-flow-steps {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.mieru-flow-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.mieru-flow-steps li.is-quality {
  border-color: rgba(201, 164, 92, 0.45);
  background: linear-gradient(180deg, #fff, #faf7f0);
}
.mieru-flow-steps .n {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  flex-shrink: 0;
}
.mieru-flow-steps li.is-quality .n {
  background: var(--gold, #c4a35a);
  color: #1a2233;
}
.mieru-flow-steps strong {
  display: block;
  color: var(--navy);
  font-size: 0.98rem;
}
.mieru-flow-steps span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.mieru-flow-note {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--gold, #c4a35a);
  background: #faf7f0;
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.5;
}

.lp-faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}
.lp-faq details:last-child { border-bottom: 1px solid var(--line); }
.lp-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--navy);
  font-size: 1.02rem;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq details p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.lp-final {
  margin-top: clamp(2.8rem, 6vw, 4rem);
  padding: clamp(2rem, 5vw, 2.8rem) 0;
  text-align: left;
}
.lp-final h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 600;
  color: var(--navy);
}
.lp-final p {
  margin: 0 0 1.35rem;
  max-width: 34rem;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}
.lp-final .lp-cta { color: var(--navy-deep); }

.lp-foot {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  padding: 1.4rem 0 2.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}
.lp-foot a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}
.lp-foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin-top: 0.75rem;
}

.lp-cta-ghost.on-light {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}
.lp-cta-ghost.on-light:hover {
  background: var(--cream);
  border-color: rgba(30, 42, 67, 0.28);
}

.lp-related {
  margin-top: clamp(2.4rem, 5vw, 3.5rem);
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.lp-related h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--navy);
}
.lp-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.lp-related-list a {
  text-decoration: none;
  font-weight: 700;
  color: var(--navy);
  border-bottom: 1px solid transparent;
}
.lp-related-list a:hover {
  border-bottom-color: var(--gold);
}
.lp-related-list span {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.45;
}
@media (min-width: 820px) {
  .lp-related-list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
  }
}

@keyframes lp-ken {
  from { transform: scale(1.05); }
  to { transform: scale(1); }
}
@keyframes lp-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes lp-fade-in {
  from { opacity: 0.7; transform: scale(1.02); }
  to { opacity: 1; transform: scale(1); }
}

@media (min-width: 820px) {
  .lp-nav { display: flex; }
  .lp-usp { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .lp-usp article {
    border: none;
    padding: 0;
  }
  .lp-usp article:last-child { border: none; }
  .lp-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
  .lp-split.reverse { grid-template-columns: 0.95fr 1.05fr; }
  .lp-split.reverse figure { order: 2; }
  .lp-steps { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
  .lp-steps li { padding-left: 0; padding-top: 2.4rem; }
  .lp-steps li::before { top: 0; }
  .lp-craft-grid { grid-template-columns: 1fr 1fr; gap: 1.4rem; }
  .lp-price-band { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .mieru-pricing-grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  .mieru-flow-steps { grid-template-columns: 1fr 1fr; }
  .mieru-flow-steps li.is-quality { grid-column: span 1; }
}

@media (max-width: 760px) {
  .lp-hero { min-height: min(86dvh, 680px); }
  .lp-hero h1 { max-width: 10ch; }
  .lp-phone { font-size: 0.78rem; }
}

/* --- Lightbox overlay --- */
.lp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 12, 18, 0.92);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lp-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lp-lightbox-inner {
  position: relative;
  width: min(94vw, calc(78vh * 9 / 16));
  aspect-ratio: 9 / 16;
  max-height: 78vh;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  animation: lp-lb-pop 0.3s ease-out both;
}
.lp-lightbox-media {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  background: #0e1118;
}
.lp-lightbox-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 0;
  box-shadow: none;
}
.lp-lightbox-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.75rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(
    to top,
    rgba(8, 10, 15, 0.94) 0%,
    rgba(8, 10, 15, 0.82) 42%,
    rgba(8, 10, 15, 0.35) 72%,
    transparent 100%
  );
  pointer-events: none;
}
.lp-lightbox-detail > * {
  pointer-events: auto;
}
@keyframes lp-lb-pop {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
.lp-lightbox-caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  max-width: 36rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.lp-lightbox-fabric {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  line-height: 1.45;
  text-align: center;
  max-width: 28rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.lp-lightbox-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-deep);
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  transition: transform 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 16px rgba(201, 164, 92, 0.35);
}
.lp-lightbox-cta:hover {
  transform: translateY(-2px);
  background: var(--gold-soft);
}
.lp-lightbox-cta svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.lp-lightbox-close {
  position: absolute;
  top: max(0.65rem, env(safe-area-inset-top, 0px));
  right: max(0.65rem, env(safe-area-inset-right, 0px));
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 5;
}
.lp-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}
[data-lightbox] {
  cursor: zoom-in;
}

@media (max-width: 760px) {
  .lp-lightbox {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    background: #080a0f;
  }
  .lp-lightbox-inner {
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .lp-lightbox-media img {
    object-position: center 16%;
  }
  .lp-lightbox-detail {
    padding: 2.5rem 1.1rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
  }
  .lp-lightbox-caption {
    font-size: 1.08rem;
  }
  .lp-lightbox-fabric {
    max-width: none;
    font-size: 0.84rem;
  }
  .lp-lightbox-cta {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }
}

/* --- Hub grid --- */
.lp-hub-grid {
  display: grid;
  gap: 1.2rem;
  padding: 0;
}
.lp-hub-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(30, 42, 67, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(30, 42, 67, 0.14);
}
.lp-hub-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  cursor: zoom-in;
}
.lp-hub-card-body {
  padding: 1rem 1.1rem 1.2rem;
}
.lp-hub-card-body h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
}
.lp-hub-card-body p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}
.lp-hub-card-body .lp-cta {
  font-size: 0.82rem;
  padding: 0.6rem 1.1rem;
}
.lp-hub-card-badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.3rem 0.65rem;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 6px;
}
.lp-hub-card--smoking .lp-hub-card-badge {
  background: #1e2a43;
  color: #f5f0e6;
}
@media (min-width: 640px) {
  .lp-hub-grid { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
}
@media (min-width: 1024px) {
  .lp-hub-grid { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
}

/* --- Hub carousel (swipe styles) --- */
.lp-hub-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 0 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.lp-hub-carousel::-webkit-scrollbar {
  display: none;
}

.lp-hub-carousel .lp-hub-card {
  flex: 0 0 min(86vw, 340px);
  scroll-snap-align: start;
}
.lp-hub-carousel .lp-hub-card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 0.55rem;
}
.lp-hub-carousel .lp-hub-card-body .lp-cta {
  font-size: 0.9rem;
  padding: 0.7rem 1.1rem;
}

/* force-deploy 20260730213451 */

/* path-switch polish 20260730e */
