/* Laconic variant — overrides only. Base template stays in styles.css */

/* No draft banner: header flush to top of viewport */
.theme-laconic .site-header {
  top: 0 !important;
}

.theme-laconic .draft-banner {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* —— Hero: lift up, kill gap under header (don't shrink content) —— */
.theme-laconic .hero {
  padding: 12px 0 0;
  overflow-x: clip;
  overflow-y: visible;
}

.theme-laconic .hero::before {
  width: 48%;
  opacity: 0.9;
  top: 0;
}

.theme-laconic .hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.9fr);
  gap: 16px 20px;
  /* vertically center copy against the photo */
  align-items: center;
  min-height: 0 !important;
}

.theme-laconic .hero-copy {
  padding-top: 0;
  text-align: left;
}

.theme-laconic .hero-title {
  margin-bottom: 14px;
}

.theme-laconic .hero-lead {
  margin-bottom: 20px;
}

.theme-laconic .hero-cta {
  margin-bottom: 0;
  justify-content: stretch;
}

.theme-laconic .hero-visual {
  min-height: 0 !important;
  overflow: hidden;
}

.theme-laconic .hero-stage {
  max-width: none;
  width: 100%;
  height: min(640px, 78vh);
  overflow: hidden;
}

.theme-laconic .feature-strip {
  padding: 20px 0 40px;
  margin-top: -12px;
}

.theme-laconic .hero-glow {
  inset: 12% 8% 5%;
  filter: blur(36px);
  opacity: 0.85;
}

.theme-laconic .hero-mist {
  display: none;
}

.theme-laconic .hero-person {
  height: 100%;
  max-width: none;
  width: auto;
  object-fit: contain;
  object-position: center bottom;
  /* soft-edge PNG: hoodie kept, only outer frame fades */
  filter: none;
  background: none;
  /* kill any residual hard rect from browser premultiplication */
  mix-blend-mode: normal;
}

/* —— Lifestyle: no card / border / grey panel —— */
.theme-laconic .lifestyle {
  border: none;
  border-radius: 0;
  background: transparent;
  min-height: 0;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 0.9fr);
  gap: 12px 32px;
  align-items: center;
  padding: 8px 0 16px;
  overflow: visible;
}

.theme-laconic .lifestyle-media {
  order: 2;
  min-height: 0;
  height: min(460px, 58vh);
  overflow: visible;
  justify-content: flex-end;
}

.theme-laconic .lifestyle-glow {
  width: 80%;
  height: 80%;
  top: 10%;
  opacity: 0.9;
  filter: blur(32px);
}

.theme-laconic .lifestyle-person {
  height: 100%;
  max-height: none;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  object-position: right bottom;
  mask-image: none;
  -webkit-mask-image: none;
  filter: none;
}

.theme-laconic .lifestyle-content {
  order: 1;
  padding: 24px 8px 24px 0;
  max-width: 480px;
}

/* Slightly quieter section cards so photos stay the soft focus */
.theme-laconic .section {
  padding: 64px 0;
}

@media (max-width: 980px) {
  .theme-laconic .hero-grid {
    grid-template-columns: 1fr;
    gap: 8px 0;
  }

  .theme-laconic .hero-stage {
    height: min(480px, 58vh);
    max-width: 360px;
  }

  .theme-laconic .lifestyle {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .theme-laconic .lifestyle-content {
    padding: 8px 0 12px;
    margin-inline: auto;
    align-items: center;
  }

  .theme-laconic .lifestyle-content p {
    margin-inline: auto;
  }

  .theme-laconic .lifestyle-media {
    order: 0;
    height: min(400px, 50vh);
    justify-content: center;
  }

  .theme-laconic .lifestyle-person {
    object-position: center bottom;
  }
}

@media (max-width: 600px) {
  .theme-laconic .hero-stage {
    height: min(400px, 52vh);
  }

  .theme-laconic .lifestyle-media {
    height: min(340px, 46vh);
  }
}

/* —— Devices scene: laptop+phones foreground, TV far back-right —— */
.theme-laconic .devices-stage--scene {
  position: relative;
  min-height: 560px;
  padding: 24px 20px 18px;
  overflow: hidden;
  border: none;
  background:
    radial-gradient(ellipse 42% 48% at 28% 86%, rgba(241, 38, 50, 0.2), transparent 70%),
    radial-gradient(ellipse 48% 55% at 78% 28%, rgba(241, 38, 50, 0.07), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.theme-laconic .devices-scene {
  position: relative;
  width: 100%;
  min-height: 520px;
  background:
    linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.018) 100%);
}

/* Foreground: laptop + upright phones left/right, 30% overlap */
.theme-laconic .devices-front {
  --laptop-w: 68%;
  --laptop-l: 16%;
  --phone-w: 108px;
  position: absolute;
  left: 1%;
  bottom: 8px;
  z-index: 5;
  width: 56%;
  height: 320px;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.55));
}

.theme-laconic .devices-front .device-laptop-wrap {
  position: absolute;
  left: var(--laptop-l);
  bottom: 28px;
  width: var(--laptop-w);
  z-index: 2;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.5));
}

.theme-laconic .devices-front .device-phone-sm {
  position: absolute;
  width: var(--phone-w);
  height: 212px;
  z-index: 5;
  bottom: 4px;
  right: auto;
  transform: none;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.5));
}

/* 30% of phone width overlaps the laptop */
.theme-laconic .devices-front .device-phone-sm.left {
  left: calc(var(--laptop-l) - 0.7 * var(--phone-w));
  transform: none;
}

.theme-laconic .devices-front .device-phone-sm.right {
  left: calc(var(--laptop-l) + var(--laptop-w) - 0.3 * var(--phone-w));
  right: auto;
  transform: none;
  z-index: 6;
}

/* Background: TV ~70% width, fully inside the frame */
.theme-laconic .device-tv {
  position: absolute;
  right: 1%;
  top: 3%;
  width: 70%;
  max-height: 94%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.72;
  transform: none;
  transform-origin: center top;
  filter: saturate(0.7) brightness(0.82) contrast(0.92) blur(0.55px);
  pointer-events: none;
}

.theme-laconic .device-tv-panel {
  width: 100%;
  max-height: calc(100% - 54px);
  background: linear-gradient(180deg, #1a1e26, #101319);
  border: 3px solid #1c212c;
  border-radius: 14px;
  padding: 10px;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.theme-laconic .device-tv-screen {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(241, 38, 50, 0.35), transparent 58%),
    #080A0E;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.theme-laconic .device-tv-screen .mini-ui {
  text-align: center;
}

.theme-laconic .device-tv-screen .mini-ui small {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  color: var(--muted-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.theme-laconic .device-tv-screen .mini-power,
.theme-laconic .device-tv-screen .mini-power.lg {
  width: 58px;
  height: 58px;
  margin: 0 auto 8px;
  border-radius: 50%;
  border: 2px solid var(--red);
  box-shadow: 0 0 18px rgba(241, 38, 50, 0.5);
  background: radial-gradient(circle at 50% 40%, rgba(241, 38, 50, 0.5), transparent 70%);
}

.theme-laconic .device-tv-screen .mini-ui span {
  color: #7CFFB2;
  font-size: 0.78rem;
  font-weight: 650;
}

.theme-laconic .device-tv-stand {
  position: relative;
  width: 58%;
  height: 52px;
  margin-top: 2px;
  flex-shrink: 0;
}

.theme-laconic .device-tv-stand .leg {
  position: absolute;
  top: 0;
  width: 4px;
  height: 42px;
  background: linear-gradient(180deg, #555d6e, #1c2028);
  border-radius: 3px;
  display: block;
}

.theme-laconic .device-tv-stand .leg.left {
  left: 18%;
  transform: rotate(-24deg);
  transform-origin: top center;
}

.theme-laconic .device-tv-stand .leg.right {
  right: 18%;
  transform: rotate(24deg);
  transform-origin: top center;
}

.theme-laconic .device-tv-stand .foot {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 52%;
  height: 7px;
  border-radius: 999px;
  background: #1a1d24;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  display: block;
}

@media (max-width: 980px) {
  .theme-laconic .devices-stage--scene {
    min-height: 480px;
  }

  .theme-laconic .devices-scene {
    min-height: 440px;
  }

  .theme-laconic .devices-front {
    width: 58%;
    height: 280px;
    --phone-w: 92px;
  }

  .theme-laconic .devices-front .device-phone-sm {
    height: 180px;
  }

  .theme-laconic .device-tv {
    width: 70%;
    right: 1%;
    opacity: 0.68;
  }

  .theme-laconic .device-tv-stand {
    height: 44px;
  }
}

@media (max-width: 700px) {
  .theme-laconic .devices-stage--scene {
    min-height: 0;
    height: auto;
    padding: 22px 14px 24px;
    overflow: visible;
    display: block;
  }

  .theme-laconic .devices-scene {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    min-height: 0;
    width: 100%;
    background: none;
  }

  /* Laptop block: no fixed height, no absolute leftovers */
  .theme-laconic .devices-front {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: min(340px, 100%);
    height: auto;
    min-height: 0;
    filter: none;
    transform: none;
    order: 2;
    display: block;
  }

  .theme-laconic .devices-front .device-phone-sm {
    display: none !important;
  }

  .theme-laconic .devices-front .device-laptop-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    transform: none;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.45));
  }

  .theme-laconic .devices-front .device-laptop {
    aspect-ratio: 16 / 10;
  }

  .theme-laconic .devices-front .device-laptop-base {
    width: 100%;
    margin: 0;
    margin-left: 0;
  }

  /* TV: full relative, no scale/blur that looks “broken” */
  .theme-laconic .device-tv {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(280px, 82%);
    max-height: none;
    opacity: 1;
    transform: none;
    filter: none;
    pointer-events: none;
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .theme-laconic .device-tv-panel {
    max-height: none;
    border-width: 2px;
    padding: 8px;
    border-radius: 12px;
  }

  .theme-laconic .device-tv-screen .mini-power,
  .theme-laconic .device-tv-screen .mini-power.lg {
    width: 48px;
    height: 48px;
  }

  .theme-laconic .device-tv-stand {
    height: 44px;
    width: 56%;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  .theme-laconic .devices-stage--scene {
    padding: 18px 12px 20px;
    border-radius: 16px;
  }

  .theme-laconic .devices-scene {
    gap: 22px;
  }

  .theme-laconic .devices-front {
    width: min(300px, 100%);
    max-width: none;
    height: auto;
  }

  .theme-laconic .device-tv {
    width: min(240px, 78%);
  }

  .theme-laconic .device-tv-stand {
    height: 40px;
  }

  .theme-laconic .devices-front .laptop-power {
    width: 52px;
    height: 52px;
  }
}

/* —— Mobile: lock width so iOS cannot pinch-zoom out past layout —— */
html:has(body.theme-laconic),
body.theme-laconic {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body.theme-laconic main,
body.theme-laconic .section,
body.theme-laconic .hero,
body.theme-laconic .feature-strip,
body.theme-laconic .site-footer {
  max-width: 100%;
  overflow-x: clip;
}

body.theme-laconic .container {
  min-width: 0;
}

body.theme-laconic img,
body.theme-laconic svg {
  max-width: 100%;
  height: auto;
}

body.theme-laconic .brand-mark {
  height: 34px;
  width: 34px;
}

@media (max-width: 980px) {
  /* Override laconic desktop hero overflow / alignment */
  .theme-laconic .hero {
    padding: 8px 0 0;
    overflow-x: clip;
  }

  .theme-laconic .hero-grid {
    min-width: 0;
  }

  .theme-laconic .hero-copy {
    text-align: center;
    padding-inline: 0;
    min-width: 0;
  }

  .theme-laconic .hero-title {
    font-size: clamp(1.85rem, 8.2vw, 2.6rem);
    margin-bottom: 12px;
  }

  .theme-laconic .hero-lead {
    margin-inline: auto;
    font-size: 1rem;
    max-width: 36ch;
  }

  .theme-laconic .hero-cta {
    justify-content: stretch;
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .theme-laconic .hero-cta .btn {
    width: 100%;
    min-width: 0;
    min-height: 3.2rem;
  }

  .theme-laconic .hero-visual {
    min-height: 0 !important;
    max-width: min(320px, 100%);
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
  }

  .theme-laconic .hero-stage {
    max-width: 100%;
    width: 100%;
    height: min(420px, 52vh);
    overflow: hidden;
  }

  .theme-laconic .hero-person {
    width: auto;
    max-width: 100%;
    height: 100%;
  }

  .theme-laconic .hero::before {
    width: 100%;
    opacity: 0.55;
  }

  .theme-laconic .nav {
    gap: 10px;
  }

  .theme-laconic .nav-actions {
    gap: 8px;
    min-width: 0;
  }

  .theme-laconic .nav-actions .btn-sm {
    padding: 9px 12px;
    font-size: 0.82rem;
    white-space: nowrap;
    min-width: 0;
  }

  .theme-laconic .section {
    padding: 48px 0;
  }

  .theme-laconic .limits-line {
    text-align: left;
    font-size: 0.84rem;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .theme-laconic .feature-strip {
    margin-top: 0;
    padding: 12px 0 28px;
  }
}

@media (max-width: 600px) {
  .theme-laconic .container {
    width: min(100% - 24px, var(--container));
  }

  .theme-laconic .site-header .nav {
    height: 64px;
  }

  .theme-laconic {
    --header-h: 64px;
  }

  /* Header: brand + burger; CTA moves into menu on very narrow */
  .theme-laconic .nav-actions .btn-sm {
    display: none;
  }

  .theme-laconic .brand-name {
    font-size: 0.95rem;
  }

  .theme-laconic .hero-title {
    font-size: clamp(1.7rem, 9vw, 2.15rem);
    letter-spacing: -0.03em;
  }

  .theme-laconic .hero-cta {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
  }

  .theme-laconic .hero-cta .btn {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
  }

  .theme-laconic .hero-stage {
    height: min(360px, 48vh);
  }

  .theme-laconic .hero-visual {
    max-width: min(280px, 88vw);
  }

  .theme-laconic .feature-strip-inner {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 6px;
  }

  .theme-laconic .feature-item {
    padding: 12px 14px;
  }

  .theme-laconic .smart-board {
    padding: 16px 12px 20px;
    border-radius: 16px;
  }

  .theme-laconic .plans {
    gap: 12px;
  }

  .theme-laconic .plan {
    padding: 20px 18px;
  }

  .theme-laconic .plan-price {
    font-size: 1.85rem;
  }

  .theme-laconic .checkout-panel,
  .theme-laconic .summary-panel {
    padding: 20px 16px;
  }

  .theme-laconic .contact-type-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .theme-laconic .contact-type-btn {
    padding: 10px 6px;
    font-size: 0.8rem;
    text-align: center;
  }

  .theme-laconic .btn-disclaimer {
    font-size: 0.75rem;
    line-height: 1.45;
    word-break: break-word;
  }

  .theme-laconic .pay-logos {
    gap: 6px;
  }

  .theme-laconic .pay-logos span {
    padding: 6px 8px;
    font-size: 0.7rem;
  }

  .theme-laconic .footer-grid {
    gap: 28px;
  }

  .theme-laconic .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
  }

  .theme-laconic .stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .theme-laconic .hero-title {
    font-size: 1.55rem;
  }

  .theme-laconic .contact-type-row {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 1240px) {
  .theme-laconic .nav-actions .btn-sm { min-width: 0; }
}
