:root {
  --bg1: #061f1c;
  --bg2: #0b3d35;
  --panel: rgba(255,255,255,.09);
  --panel2: rgba(255,255,255,.13);
  --line: rgba(255,255,255,.18);
  --text: #f7fbf7;
  --muted: rgba(247,251,247,.72);
  --orange: #f5a332;
  --cream: #fff4df;
  --green: #123f2b;
  --teal: #007f82;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(255,122,26,.28), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(0,127,130,.24), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(80,220,150,.10), transparent 40%),
    linear-gradient(135deg, var(--bg1), var(--bg2));
}

a {
  color: inherit;
}

.home-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 18px 24px 34px;
}

.home-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(4, 24, 21, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(0,0,0,.22);
}

.home-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.home-brand strong {
  color: var(--orange);
}

.home-logo-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,122,26,.95), rgba(0,127,130,.95));
  color: white;
  font-size: 22px;
}

.home-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

.home-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 9px 14px;
  text-decoration: none;
  color: rgba(255,255,255,.78);
  font-weight: 900;
}

.home-nav .nav-cta {
  background: var(--orange);
  color: #1a1008;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: center;
  min-height: 650px;
}

.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--cream);
  background: rgba(0,0,0,.18);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

h1 {
  margin: 22px 0 16px;
  font-size: clamp(48px, 8vw, 94px);
  line-height: .9;
  letter-spacing: -.08em;
}

.hero-lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.42;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  background: var(--orange);
  color: #1a1008;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 14px 36px rgba(255,122,26,.28);
}

.btn-secondary {
  background: rgba(255,255,255,.11);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: none;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-row span {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--cream);
  font-size: 13px;
  font-weight: 850;
}

.hero-card {
  display: grid;
  place-items: center;
}

.phone {
  width: min(390px, 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 38px;
  padding: 14px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 30px 100px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
  transform: rotate(2deg);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 10px 14px;
}

.phone-top strong {
  display: block;
  color: var(--cream);
}

.phone-top span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.pill {
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(80,220,150,.16);
  border: 1px solid rgba(80,220,150,.3);
  color: #eafff3 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.preview-photo {
  position: relative;
  height: 390px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #154f62, #0b302b 65%, #245d38);
}

.sun {
  position: absolute;
  top: 58px;
  right: 64px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 80px rgba(255,122,26,.65);
}

.mountain {
  position: absolute;
  bottom: 106px;
  width: 310px;
  height: 230px;
  background: var(--teal);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.mountain-one {
  left: -60px;
}

.mountain-two {
  right: -54px;
  bottom: 96px;
  background: var(--green);
}

.tent {
  position: absolute;
  left: 70px;
  bottom: 55px;
  width: 150px;
  height: 110px;
  background: var(--orange);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.fire {
  position: absolute;
  right: 82px;
  bottom: 64px;
  width: 44px;
  height: 70px;
  background: var(--cream);
  clip-path: polygon(50% 0, 10% 100%, 90% 100%);
}

.preview-copy {
  padding: 16px 8px 6px;
}

.preview-copy h2 {
  margin: 0 0 6px;
  font-size: 34px;
  letter-spacing: -.05em;
}

.preview-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.chips span {
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(255,255,255,.08);
  color: var(--cream);
  font-size: 12px;
  font-weight: 900;
}

.swipe-buttons {
  display: grid;
  grid-template-columns: 58px 1fr 58px;
  gap: 10px;
  margin-top: 16px;
}

.swipe-buttons span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: var(--cream);
  font-weight: 950;
}

.swipe-buttons span:last-child {
  background: var(--orange);
  color: #1a1008;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.feature-card,
.how-it-works,
.cta-panel {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

.feature-card {
  padding: 24px;
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  font-size: 28px;
}

.feature-card h2,
.how-it-works h2,
.cta-panel h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.05em;
}

.feature-card p,
.steps p,
.cta-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.how-it-works {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
  padding: 28px;
}

.how-it-works h2 {
  margin-top: 18px;
  font-size: clamp(34px, 5vw, 58px);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(0,0,0,.15);
  border: 1px solid rgba(255,255,255,.12);
}

.steps span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: #1a1008;
  font-weight: 950;
}

.steps strong {
  color: var(--cream);
  font-size: 18px;
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,122,26,.18), transparent 34%),
    rgba(255,255,255,.08);
}

.home-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 4px 0;
  color: rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .hero,
  .feature-grid,
  .how-it-works {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .phone {
    transform: none;
  }
}

@media (max-width: 680px) {
  .home-shell {
    padding: 12px 14px 28px;
  }

  .home-header {
    align-items: stretch;
    flex-direction: column;
    border-radius: 24px;
  }

  .home-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-nav a {
    justify-content: center;
  }

  h1 {
    font-size: clamp(44px, 15vw, 74px);
  }

  .hero-actions .btn,
  .cta-panel .btn {
    width: 100%;
  }

  .preview-photo {
    height: 350px;
  }

  .cta-panel,
  .home-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .steps div {
    grid-template-columns: 42px 1fr;
  }

  .steps span {
    width: 42px;
    height: 42px;
  }
}

/* MMO_HOME_OUTDOOR_THEME_POLISH_V1 */

:root {
  --mmo-forest: #062a22;
  --mmo-moss: #2f6b3f;
  --mmo-grass: #5f9f4b;
  --mmo-sun: #f5a332;
  --mmo-sunset: #dd6b32;
  --mmo-cream: #fff4df;
  --mmo-sage: #dce8c8;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(246,162,58,.30), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(95,159,75,.23), transparent 35%),
    radial-gradient(circle at 50% 105%, rgba(111,78,55,.20), transparent 42%),
    linear-gradient(145deg, #041d18 0%, var(--mmo-forest) 50%, #102e22 100%);
}

.home-header,
.feature-card,
.how-it-works,
.cta-panel,
.phone {
  border-color: rgba(255,244,223,.18);
  background: linear-gradient(180deg, rgba(255,244,223,.10), rgba(255,244,223,.055));
}

.home-nav .nav-cta,
.btn,
.steps span,
.swipe-buttons span:last-child {
  background: var(--mmo-sun);
  color: #241307;
}

.btn {
  border: 1px solid rgba(246,162,58,.34);
  box-shadow: 0 14px 34px rgba(246,162,58,.24);
}

.btn-secondary {
  background: rgba(255,244,223,.10);
  color: var(--mmo-cream);
  border-color: rgba(255,244,223,.20);
}

.home-brand strong,
.eyebrow {
  color: var(--mmo-sun);
}

.trust-row span,
.chips span {
  border-color: rgba(220,232,200,.20);
  background: rgba(220,232,200,.08);
  color: var(--mmo-sage);
}

.pill {
  background: rgba(95,159,75,.16);
  border-color: rgba(95,159,75,.32);
  color: #efffe8 !important;
}

.preview-photo {
  background: linear-gradient(180deg, #1d6273, #0b302b 62%, #315f37);
}

.sun {
  background: var(--mmo-sun);
  box-shadow: 0 0 80px rgba(246,162,58,.68);
}

.tent {
  background: var(--mmo-sunset);
}

/* MMO_HOME_LOGO_V1 */
.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-brand-logo {
  width: 38px;
  height: 38px;
  display: inline-block;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 12px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.22));
}

.home-hero-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 18px;
}

.home-hero-logo {
  width: clamp(110px, 17vw, 180px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(0,0,0,.28));
}

@media (max-width: 760px) {
  .home-hero-logo-wrap {
    justify-content: center;
    margin-bottom: 14px;
  }

  .home-hero-logo {
    width: clamp(96px, 34vw, 140px);
  }
}

@media (max-width: 560px) {
  .home-brand-logo {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .home-brand {
    gap: 8px;
  }
}

/* MMO_HOME_LOGO_CARD_STYLE_V2 */
.home-hero-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 18px;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0,0,0,.24);
  margin: 0 0 20px;
}

.home-hero-logo {
  width: clamp(110px, 17vw, 180px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: none;
}

@media (max-width: 760px) {
  .home-hero-logo-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    border-radius: 28px;
  }

  .home-hero-logo {
    width: clamp(96px, 34vw, 140px);
  }
}

/* Small header logo can also sit in a subtle white tile */
.home-brand-logo {
  background: #fff;
  padding: 3px;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}

/* MMO_HOME_HERO_BRAND_TITLE_V1 */
.home-hero-brand-title {
  margin: 0 0 12px;
  color: var(--cream, #fff4df);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: .92;
  text-wrap: balance;
  text-shadow: 0 20px 50px rgba(0,0,0,.28);
}

.home-hero-brand-title span {
  color: var(--sun, #f6a23a);
}

@media (max-width: 760px) {
  .home-hero-brand-title {
    text-align: center;
    font-size: clamp(38px, 13vw, 66px);
    margin-bottom: 10px;
  }
}

/* MMO_HOME_HERO_BRAND_LOCKUP_V1 */
.home-hero-brand-lockup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 2.4vw, 26px);
  margin: 0 0 18px;
}

.home-hero-brand-lockup .home-hero-logo-wrap {
  flex: 0 0 auto;
  margin: 0;
  padding: 14px;
  border-radius: 28px;
}

.home-hero-brand-lockup .home-hero-logo {
  width: clamp(86px, 10vw, 138px);
}

.home-hero-brand-lockup .home-hero-brand-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  white-space: nowrap;
  font-size: clamp(42px, 6.6vw, 88px);
  line-height: .88;
}

/* Override earlier mobile centering/wrapping rules */
@media (max-width: 760px) {
  .home-hero-brand-lockup {
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .home-hero-brand-lockup .home-hero-logo-wrap {
    margin: 0;
    padding: 10px;
    border-radius: 22px;
  }

  .home-hero-brand-lockup .home-hero-logo {
    width: clamp(58px, 18vw, 86px);
  }

  .home-hero-brand-lockup .home-hero-brand-title {
    text-align: left;
    white-space: nowrap;
    font-size: clamp(32px, 10vw, 54px);
    margin: 0;
  }
}

@media (max-width: 430px) {
  .home-hero-brand-lockup {
    gap: 9px;
  }

  .home-hero-brand-lockup .home-hero-logo-wrap {
    padding: 8px;
    border-radius: 18px;
  }

  .home-hero-brand-lockup .home-hero-logo {
    width: clamp(50px, 16vw, 68px);
  }

  .home-hero-brand-lockup .home-hero-brand-title {
    font-size: clamp(28px, 9vw, 40px);
    letter-spacing: -0.07em;
  }
}

/* MMO_HOME_HERO_PHONE_RESTORE_V1 */

/* Give the hero two clear columns again so the phone preview does not get squeezed */
.hero {
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
}

.hero-copy {
  min-width: 0;
}

/* Let the phone card keep a sensible size */
.hero-card {
  width: min(100%, 430px) !important;
  justify-self: center !important;
  align-self: center !important;
}

.phone {
  width: min(100%, 360px) !important;
  min-height: 620px !important;
  margin: 0 auto !important;
  transform: none !important;
}

/* Keep the illustrated image area tall enough */
.preview-photo {
  min-height: 270px !important;
  aspect-ratio: 1 / .82 !important;
}

/* Remove leftover trust row spacing if CSS still applies */
.trust-row {
  display: none !important;
}

/* Make the brand lockup a little more compact so it does not push/squeeze the hero */
.home-hero-brand-lockup {
  max-width: 100%;
}

.home-hero-brand-lockup .home-hero-logo {
  width: clamp(74px, 8vw, 118px) !important;
}

.home-hero-brand-lockup .home-hero-brand-title {
  font-size: clamp(38px, 5.5vw, 76px) !important;
}

/* Tablet/mobile: stack the phone under the copy at natural size */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .hero-card {
    width: min(100%, 420px) !important;
    justify-self: center !important;
  }

  .phone {
    width: min(100%, 350px) !important;
    min-height: 600px !important;
  }
}

@media (max-width: 560px) {
  .hero {
    gap: 22px !important;
  }

  .hero-card {
    width: min(100%, 360px) !important;
  }

  .phone {
    width: min(100%, 330px) !important;
    min-height: 570px !important;
  }

  .preview-photo {
    min-height: 235px !important;
  }
}

@media (max-width: 390px) {
  .phone {
    width: min(100%, 310px) !important;
    min-height: 540px !important;
  }

  .preview-photo {
    min-height: 220px !important;
  }
}

/* MMO_HOME_HERO_LAYOUT_REBALANCE_V2 */

/* Restore a clean two-column hero and prevent the phone card overlapping the title */
.hero {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr) !important;
  align-items: center !important;
  gap: clamp(46px, 6vw, 96px) !important;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 760px;
}

.hero-card {
  position: relative !important;
  z-index: 1 !important;
  justify-self: end !important;
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  margin-left: 0 !important;
  transform: none !important;
}

/* Keep the phone preview at a natural size */
.phone {
  width: min(100%, 360px) !important;
  min-height: 620px !important;
  margin: 0 auto !important;
  transform: none !important;
}

.preview-photo {
  min-height: 270px !important;
  aspect-ratio: 1 / .82 !important;
}

/* Brand lockup: keep title on one line, but stop it running under the phone */
.home-hero-brand-lockup {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(14px, 2vw, 22px) !important;
  max-width: 100% !important;
  margin: 0 0 28px !important;
}

.home-hero-brand-lockup .home-hero-logo-wrap {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 12px !important;
  border-radius: 28px !important;
}

.home-hero-brand-lockup .home-hero-logo {
  width: clamp(78px, 8vw, 122px) !important;
}

.home-hero-brand-lockup .home-hero-brand-title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  font-size: clamp(38px, 5vw, 72px) !important;
  line-height: .9 !important;
  letter-spacing: -0.07em !important;
}

/* Main headline slightly reduced so it sits cleanly beside the phone */
.hero h1 {
  max-width: 680px !important;
  font-size: clamp(54px, 6.4vw, 92px) !important;
  line-height: .94 !important;
}

/* Desktop/tablet: if space gets tight, stack before overlap happens */
@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-card {
    justify-self: center !important;
    width: min(100%, 420px) !important;
  }

  .phone {
    width: min(100%, 350px) !important;
    min-height: 600px !important;
  }

  .home-hero-brand-lockup {
    justify-content: flex-start !important;
  }

  .home-hero-brand-lockup .home-hero-brand-title {
    font-size: clamp(38px, 8vw, 72px) !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .hero {
    gap: 26px !important;
  }

  .home-hero-brand-lockup {
    justify-content: center !important;
    gap: 11px !important;
    margin-bottom: 20px !important;
  }

  .home-hero-brand-lockup .home-hero-logo-wrap {
    padding: 9px !important;
    border-radius: 20px !important;
  }

  .home-hero-brand-lockup .home-hero-logo {
    width: clamp(54px, 16vw, 78px) !important;
  }

  .home-hero-brand-lockup .home-hero-brand-title {
    font-size: clamp(30px, 9vw, 48px) !important;
    white-space: nowrap !important;
  }

  .hero h1 {
    text-align: center;
    font-size: clamp(44px, 13vw, 68px) !important;
  }

  .hero-lead {
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-card {
    width: min(100%, 360px) !important;
  }

  .phone {
    width: min(100%, 330px) !important;
    min-height: 570px !important;
  }

  .preview-photo {
    min-height: 235px !important;
  }
}

/* Very small phones */
@media (max-width: 390px) {
  .home-hero-brand-lockup .home-hero-logo {
    width: 52px !important;
  }

  .home-hero-brand-lockup .home-hero-brand-title {
    font-size: 30px !important;
  }

  .phone {
    width: min(100%, 310px) !important;
    min-height: 540px !important;
  }
}

/* MMO_HOME_PHONE_PREVIEW_IMAGE_FIT_V3 */

/* Keep the phone mockup contained and centred */
.hero-card {
  overflow: visible !important;
}

.phone {
  overflow: hidden !important;
  border-radius: 34px !important;
  box-sizing: border-box !important;
}

/* The picture above Emily Skye should fit inside the phone, not spill out */
.preview-photo {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1 / .82 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
  margin: 14px 0 18px !important;
  background:
    linear-gradient(180deg, rgba(22,113,126,.95), rgba(33,89,52,.95)) !important;
}

/* Any decorative pieces inside the preview must stay clipped */
.preview-photo > * {
  position: absolute !important;
}

/* Re-position the mock landscape so it sits nicely inside the preview area */
.preview-photo .sun {
  right: 13% !important;
  top: 15% !important;
  width: 74px !important;
  height: 74px !important;
}

.preview-photo .mountain-one {
  left: -6% !important;
  bottom: 25% !important;
  width: 58% !important;
  height: 58% !important;
}

.preview-photo .mountain-two {
  right: -7% !important;
  bottom: 25% !important;
  width: 56% !important;
  height: 62% !important;
}

.preview-photo .tent {
  left: 24% !important;
  bottom: 14% !important;
  width: 88px !important;
  height: 72px !important;
}

.preview-photo .fire {
  right: 18% !important;
  bottom: 16% !important;
  width: 42px !important;
  height: 58px !important;
}

/* Phone content should breathe without squeezing */
.preview-copy {
  padding-top: 0 !important;
}

.phone-top,
.preview-copy {
  position: relative !important;
  z-index: 2 !important;
}

/* Desktop/tablet phone sizing */
.hero-card {
  width: min(100%, 420px) !important;
  max-width: 420px !important;
}

.phone {
  width: min(100%, 360px) !important;
  min-height: auto !important;
  padding: 20px !important;
}

/* Mobile view: stack cleanly and keep the phone image proportional */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .hero-card {
    justify-self: center !important;
    width: min(100%, 400px) !important;
    max-width: 400px !important;
  }

  .phone {
    width: min(100%, 350px) !important;
    padding: 18px !important;
    border-radius: 32px !important;
  }

  .preview-photo {
    aspect-ratio: 1 / .80 !important;
    border-radius: 22px !important;
    margin: 12px 0 16px !important;
  }
}

@media (max-width: 560px) {
  .hero-card {
    width: min(100%, 350px) !important;
  }

  .phone {
    width: min(100%, 330px) !important;
    padding: 16px !important;
    border-radius: 30px !important;
  }

  .preview-photo {
    aspect-ratio: 1 / .78 !important;
    border-radius: 20px !important;
  }

  .preview-photo .sun {
    width: 58px !important;
    height: 58px !important;
    right: 12% !important;
    top: 14% !important;
  }

  .preview-photo .tent {
    width: 70px !important;
    height: 58px !important;
    left: 24% !important;
    bottom: 14% !important;
  }

  .preview-photo .fire {
    width: 34px !important;
    height: 48px !important;
    right: 18% !important;
    bottom: 16% !important;
  }
}

@media (max-width: 390px) {
  .hero-card {
    width: min(100%, 320px) !important;
  }

  .phone {
    width: min(100%, 310px) !important;
    padding: 14px !important;
  }

  .preview-photo {
    border-radius: 18px !important;
  }
}

/* MMO_HOME_REMOVE_FLOATING_HEADER_V1 */
.home-header {
  display: none !important;
}

.home-shell {
  padding-top: clamp(22px, 4vw, 54px) !important;
}

.hero {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .home-shell {
    padding-top: 18px !important;
  }
}

/* MMO_HOME_PHONE_TILT_RIGHT_V1 */
.hero-card {
  transform: rotate(3deg) translateY(4px) !important;
  transform-origin: center center !important;
  transition: transform .25s ease, filter .25s ease;
}

.hero-card:hover {
  transform: rotate(2deg) translateY(0) !important;
}

/* Keep mobile straighter so it does not waste screen space */
@media (max-width: 900px) {
  .hero-card {
    transform: rotate(1.5deg) translateY(2px) !important;
  }
}

@media (max-width: 560px) {
  .hero-card {
    transform: rotate(0deg) !important;
  }
}

/* MMO_HOME_PHONE_SUBTLE_ANIMATION_V1 */
.hero-card .phone {
  animation: mmoHomePhoneSubtleFloat 6.8s ease-in-out infinite;
  transform-origin: 50% 55%;
  will-change: transform;
}

.hero-card {
  animation: mmoHomePhoneShadowBreath 6.8s ease-in-out infinite;
}

@keyframes mmoHomePhoneSubtleFloat {
  0%, 100% {
    transform: translateY(0) rotate(7deg);
  }

  35% {
    transform: translateY(-7px) rotate(6.1deg);
  }

  70% {
    transform: translateY(4px) rotate(7.8deg);
  }
}

@keyframes mmoHomePhoneShadowBreath {
  0%, 100% {
    filter: drop-shadow(0 20px 34px rgba(0,0,0,.20));
  }

  50% {
    filter: drop-shadow(0 28px 44px rgba(0,0,0,.26));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-card,
  .hero-card .phone {
    animation: none !important;
  }
}

/* MMO_HOME_PHONE_SUBTLE_ANIMATION_V2 */
/*
  V2 uses individual transform properties because older rules use
  transform: ... !important on .phone / .hero-card.
*/
.hero-card .phone {
  animation: mmoHomePhoneSubtleDriftV2 7.2s ease-in-out infinite !important;
  transform-origin: 50% 55% !important;
  will-change: translate, rotate;
}

.hero-card {
  animation: mmoHomeCardSubtleLiftV2 7.2s ease-in-out infinite !important;
  will-change: translate, filter;
}

@keyframes mmoHomePhoneSubtleDriftV2 {
  0%, 100% {
    translate: 0 0;
    rotate: 0deg;
  }

  30% {
    translate: 0 -8px;
    rotate: .7deg;
  }

  62% {
    translate: 0 3px;
    rotate: -.45deg;
  }
}

@keyframes mmoHomeCardSubtleLiftV2 {
  0%, 100% {
    translate: 0 0;
    filter: drop-shadow(0 20px 34px rgba(0,0,0,.20));
  }

  50% {
    translate: 0 -3px;
    filter: drop-shadow(0 28px 44px rgba(0,0,0,.26));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-card,
  .hero-card .phone {
    animation: none !important;
    translate: 0 0 !important;
    rotate: 0deg !important;
  }
}

/* MMO_HOME_USE_SOCIAL_PREVIEW_HERO_IMAGE_V1 */
.home-social-preview-hero-card {
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  justify-self: end !important;
  transform: rotate(2deg) translateY(4px) !important;
  animation: mmoHomeHeroImageFloatV1 7.2s ease-in-out infinite !important;
  transform-origin: center center !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,244,223,.18);
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}

.home-social-preview-hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

@keyframes mmoHomeHeroImageFloatV1 {
  0%, 100% {
    translate: 0 0;
    filter: drop-shadow(0 20px 34px rgba(0,0,0,.20));
  }

  45% {
    translate: 0 -8px;
    filter: drop-shadow(0 28px 46px rgba(0,0,0,.28));
  }

  72% {
    translate: 0 3px;
  }
}

@media (max-width: 1100px) {
  .home-social-preview-hero-card {
    justify-self: center !important;
    width: min(100%, 620px) !important;
  }
}

@media (max-width: 760px) {
  .home-social-preview-hero-card {
    transform: none !important;
    border-radius: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-social-preview-hero-card {
    animation: none !important;
    translate: 0 0 !important;
  }
}

/* MMO_HOME_SOCIAL_HERO_STATIC_LARGER_V1 */
.home-social-preview-hero-card {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  justify-self: end !important;
  transform: none !important;
  animation: none !important;
  translate: 0 0 !important;
  rotate: 0deg !important;
  border-radius: 28px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.36) !important;
}

.home-social-preview-hero-card:hover {
  transform: none !important;
}

.home-social-preview-hero-image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

/* Rebalance the homepage columns now the right-hand visual is larger */
.hero {
  grid-template-columns: minmax(0, .92fr) minmax(520px, .98fr) !important;
  gap: clamp(36px, 5vw, 82px) !important;
}

@media (max-width: 1200px) {
  .hero {
    grid-template-columns: 1fr !important;
  }

  .home-social-preview-hero-card {
    justify-self: center !important;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }
}

@media (max-width: 760px) {
  .home-social-preview-hero-card {
    width: min(100%, 100%) !important;
    border-radius: 22px !important;
  }
}

/* MMO_HOME_SOCIAL_IMAGE_TOP_HERO_V1 */
.hero {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(22px, 4vw, 38px) !important;
  align-items: center !important;
  min-height: auto !important;
  padding-top: 8px !important;
}

.home-social-preview-top-card {
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  justify-self: center !important;
  margin: 0 auto !important;
  transform: none !important;
  animation: none !important;
  translate: 0 0 !important;
  rotate: 0deg !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  box-shadow: 0 32px 90px rgba(0,0,0,.34) !important;
}

.home-social-preview-top-card:hover {
  transform: none !important;
}

.home-social-preview-top-card .home-social-preview-hero-image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  aspect-ratio: 1200 / 630 !important;
  object-fit: cover !important;
}

.hero-copy {
  max-width: 920px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.hero h1 {
  max-width: 920px !important;
  margin: 0 auto 16px !important;
  font-size: clamp(42px, 6.8vw, 88px) !important;
  line-height: .94 !important;
}

.hero-lead {
  max-width: 820px !important;
  margin: 0 auto !important;
}

.hero-actions {
  justify-content: center !important;
}

@media (max-width: 760px) {
  .home-social-preview-top-card {
    border-radius: 22px !important;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 64px) !important;
  }
}

/* MMO_HOME_CTA_LOGIN_BOTTOM_ONLY_V1 */
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.cta-actions .btn {
  min-width: 150px;
}

@media (max-width: 680px) {
  .cta-actions {
    width: 100%;
    justify-content: stretch;
  }

  .cta-actions .btn {
    width: 100%;
  }
}

/* BRAND_ORANGE_STANDARDISE_V1 */
:root {
  --orange: #f5a332;
  --mmo-sun: #f5a332;
  --mmo-brand-orange: #f5a332;
  --mmo-brand-orange-strong: #f5a332;
}

.brand-link span,
.logo-word-outdoors {
  color: #f5a332 !important;
}

/* MMO_LEGAL_FOOTER_LINKS_V1 */
.mmo-site-footer {
  margin: 22px auto 0;
  width: min(1120px, 100%);
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 247, 223, 0.66);
}

.mmo-site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.mmo-site-footer-brand {
  font-weight: 900;
  color: #fff7df;
}

.mmo-site-footer-brand span {
  color: var(--mmo-brand-orange, #f5a332);
}

.mmo-site-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.mmo-site-footer-links a {
  color: rgba(255, 247, 223, 0.76);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.88rem;
}

.mmo-site-footer-links a:hover {
  color: var(--mmo-brand-orange, #f5a332);
}

@media (max-width: 700px) {
  .mmo-site-footer {
    padding: 16px;
  }

  .mmo-site-footer-inner {
    display: grid;
    gap: 12px;
    text-align: center;
  }

  .mmo-site-footer-links {
    justify-content: center;
  }
}
