/*
 * Maison public website system
 * Canonical design source:
 * Designer/boards/marketing-site/marketing-site-system-board.md
 */

:root{
  --site-ink:#17131D;
  --site-ink-soft:rgba(23,19,29,.70);
  --site-ink-muted:rgba(23,19,29,.52);
  --site-bone:#FBF9FC;
  --site-white:#FFFFFF;
  --site-line:rgba(45,41,51,.11);
  --site-shadow:0 28px 80px rgba(64,44,82,.12);
  --site-radius:22px;
  --site-radius-compact:16px;
  --site-radius-control:13px;
  --site-space-section:88px;
  --site-lime:#D7FF5F;
  --site-solo:#CFC3E6;
  --site-solo-strong:#9375C0;
  --site-people:#7FE34A;
  --site-property:#38BDF8;
  --site-chat:#A78BFA;
  --site-tenancy:#F0C36A;
  --site-complete:#7DE0C3;
}

.marketing-home{
  color:var(--site-ink);
  background:var(--site-bone);
}

.marketing-home::before{opacity:.035}
.marketing-home .shell{max-width:1180px}

/* Shared actions: rectangles for actions, pills only for compact controls. */
.marketing-home .btn{
  min-height:50px;
  border-radius:var(--site-radius-control);
  padding:13px 20px;
  box-shadow:0 10px 26px rgba(23,19,29,.08);
}
.marketing-home .btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(23,19,29,.13)}
.marketing-home .btn-lime{background:var(--site-lime);color:var(--site-ink);border-color:rgba(23,19,29,.08)}
.marketing-home .text-action{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 4px;
  color:var(--site-ink);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}
.marketing-home .text-action::after{content:'↗';font-size:18px;line-height:1;color:var(--site-solo-strong)}
.marketing-home .text-action:hover{text-decoration:underline;text-underline-offset:5px}

/* Shared public navigation. */
.marketing-home nav{
  background:rgba(251,249,252,.86);
  border-bottom-color:rgba(45,41,51,.08);
  box-shadow:0 8px 34px rgba(54,38,65,.05);
}
.marketing-home .brand{color:var(--site-ink)}
.marketing-home .nav-links a{color:var(--site-ink-soft)}
.marketing-home .nav-links a:hover{color:var(--site-ink);background:rgba(147,117,192,.10)}
.marketing-home .nav-toggle{color:var(--site-ink);border-color:var(--site-line);background:rgba(255,255,255,.72);border-radius:var(--site-radius-control)}

/* Brand hero: light, editorial and product-led. */
.marketing-home .hero{
  min-height:820px;
  padding:132px 0 70px;
  color:var(--site-ink);
  background:
    radial-gradient(circle at 8% 12%,rgba(215,255,95,.42),transparent 25rem),
    radial-gradient(circle at 78% 16%,rgba(207,195,230,.60),transparent 29rem),
    radial-gradient(circle at 92% 72%,rgba(56,189,248,.18),transparent 31rem),
    linear-gradient(180deg,#FFFFFF 0%,#F8F3FA 72%,#F6F3F8 100%);
}
.marketing-home .hero::after{display:none}
.marketing-home .hero-grid{grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);gap:42px}
.marketing-home .hero-copy{max-width:660px}
.marketing-home .hero .kicker{color:#5E7920;margin-bottom:22px}
.marketing-home h1{font-size:clamp(62px,7.2vw,96px);line-height:.89}
.marketing-home h1 em{
  display:inline;
  position:relative;
  z-index:0;
  color:var(--site-ink);
  font-style:normal;
  white-space:nowrap;
}
.marketing-home h1 em::after{
  content:'';
  position:absolute;
  z-index:-1;
  left:-.02em;
  right:-.05em;
  bottom:.06em;
  height:.23em;
  border-radius:4px;
  background:var(--site-lime);
  transform:rotate(-1deg);
}
.marketing-home .hero-lede{max-width:610px;color:var(--site-ink-soft);font-size:clamp(18px,1.8vw,21px);line-height:1.5}
.marketing-home .hero-actions{align-items:center;gap:18px;margin-top:28px}
.marketing-home .hero-note{color:var(--site-ink-muted)}
.marketing-home .hero-stage{min-height:630px}
.marketing-home .hero-stage::before{
  inset:6% 1% 3%;
  background:
    radial-gradient(circle at 52% 42%,rgba(215,255,95,.38),transparent 31%),
    radial-gradient(circle at 24% 66%,rgba(127,227,74,.24),transparent 31%),
    radial-gradient(circle at 78% 64%,rgba(56,189,248,.26),transparent 34%);
  filter:blur(3px);
}
.marketing-home .phone-shot{filter:drop-shadow(0 30px 36px rgba(53,37,68,.24))}
.marketing-home .phone-shot.people{transform:rotate(-8deg) translateY(8px)}
.marketing-home .phone-shot.home{transform:rotate(8deg) translateY(8px)}
.marketing-home .stage-caption{
  right:0;
  bottom:22px;
  width:230px;
  border-color:rgba(45,41,51,.09);
  border-radius:var(--site-radius-compact);
  color:var(--site-ink);
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 50px rgba(64,44,82,.12);
}
.marketing-home .stage-caption .kicker{color:#4F832C;margin-bottom:6px}
.marketing-home .stage-caption p{color:var(--site-ink-soft)}

/* Download placements exist now but render only when central config is live. */
.store-links[hidden],.store-link[hidden]{display:none!important}
.store-links{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:18px}
.store-link{
  min-height:40px;display:inline-block;line-height:0;text-decoration:none;
}
.store-link img{display:block;width:auto;height:40px}
.hero .store-link img{height:50px}
.footer-store-links .store-link img{height:40px}
.store-link:focus-visible{outline:3px solid var(--site-property);outline-offset:4px}

/* Everyday section type uses Sans; display serif is reserved for major turns. */
.marketing-home .section-title,
.marketing-home .story-copy h3,
.marketing-home .homes-copy h3,
.marketing-home .support-card h3{
  font-family:"DM Sans",system-ui,sans-serif;
  font-weight:650;
  letter-spacing:-.045em;
}
.marketing-home .section-title{font-size:clamp(42px,5.1vw,66px);line-height:.98}
.marketing-home .section-lede{color:var(--site-ink-soft)}

/* Solo: a bright starting surface, not a formal feature list. */
.marketing-home .solo{
  padding:var(--site-space-section) 0;
  background:
    radial-gradient(circle at 88% 12%,rgba(207,195,230,.72),transparent 28rem),
    radial-gradient(circle at 5% 88%,rgba(215,255,95,.20),transparent 26rem),
    #F6F3F8;
}
.marketing-home .solo-grid{gap:56px}
.marketing-home .solo .kicker{margin-bottom:18px}
.marketing-home .start-list{gap:0;margin-top:28px;border-top:1px solid var(--site-line)}
.marketing-home .start-item{
  grid-template-columns:38px 1fr;
  gap:14px;
  padding:17px 0;
  border:0;
  border-bottom:1px solid var(--site-line);
  border-radius:0;
  background:transparent;
}
.marketing-home .start-num{width:34px;height:34px;border-radius:10px;background:rgba(147,117,192,.16);color:var(--site-solo-strong)}
.marketing-home .solo-screen{border-radius:34px;filter:drop-shadow(0 30px 42px rgba(74,58,94,.20))}

/* People: generous light proof cards with one clear accent. */
.marketing-home .journey{background:#F2F8EE}
.marketing-home .people-room{
  padding:var(--site-space-section) 0;
  color:var(--site-ink);
  background:
    radial-gradient(circle at 12% 8%,rgba(127,227,74,.30),transparent 27rem),
    radial-gradient(circle at 90% 55%,rgba(56,189,248,.12),transparent 30rem),
    #F5FAF2;
}
.marketing-home .room-head{align-items:start;margin-bottom:34px}
.marketing-home .room-head .kicker{color:#4F832C;margin-bottom:14px}
.marketing-home .room-head p{color:var(--site-ink-soft)}
.marketing-home .people-grid{gap:18px}
.marketing-home .story-card{
  min-height:560px;
  border-color:rgba(45,41,51,.09);
  border-radius:var(--site-radius);
  background:rgba(255,255,255,.78);
  box-shadow:var(--site-shadow);
}
.marketing-home .story-card.group-card{background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(127,227,74,.13))}
.marketing-home .story-copy{
  min-height:196px;
  padding:22px 24px 25px;
  border-top-color:rgba(45,41,51,.09);
  color:var(--site-ink);
  background:rgba(255,255,255,.90);
}
.marketing-home .story-copy .kicker{color:#4F832C}
.marketing-home .story-copy h3{font-size:clamp(26px,2.7vw,36px)}
.marketing-home .story-copy p{color:var(--site-ink-soft)}
.marketing-home .story-phone{filter:drop-shadow(0 22px 28px rgba(53,37,68,.20))}

/* Homes is the one immersive dark product room. */
.marketing-home .property-room{
  padding:var(--site-space-section) 0;
  color:var(--site-white);
  background:
    radial-gradient(circle at 78% 12%,rgba(56,189,248,.22),transparent 31rem),
    radial-gradient(circle at 8% 78%,rgba(167,139,250,.13),transparent 28rem),
    #0B1726;
}
.marketing-home .property-room .room-head .kicker{color:var(--site-property)}
.marketing-home .property-room .room-head p{color:rgba(255,255,255,.70)}
.marketing-home .property-stage{gap:16px}
.marketing-home .homes-card{border-radius:var(--site-radius)}
.marketing-home .homes-copy h3{color:var(--site-white)}

/* Safety returns to daylight and replaces four equal posters with practical rows. */
.marketing-home .support{
  padding:var(--site-space-section) 0;
  color:var(--site-ink);
  background:
    radial-gradient(circle at 8% 15%,rgba(215,255,95,.32),transparent 26rem),
    radial-gradient(circle at 92% 80%,rgba(125,224,195,.20),transparent 30rem),
    #FBFCF8;
}
.marketing-home .support-grid{gap:48px}
.marketing-home .support-copy .kicker{color:#5B8024}
.marketing-home .support-copy .section-lede{color:var(--site-ink-soft)}
.marketing-home .support-cards{grid-template-columns:1fr;gap:0;border-top:1px solid var(--site-line)}
.marketing-home .support-card{
  min-height:0;
  display:grid;
  grid-template-columns:150px minmax(180px,.7fr) minmax(260px,1.3fr);
  gap:18px;
  align-items:start;
  padding:20px 0;
  border:0;
  border-bottom:1px solid var(--site-line);
  border-radius:0;
  background:transparent;
}
.marketing-home .support-card.shared-inbox{background:transparent;border-color:var(--site-line)}
.marketing-home .support-card .kicker{color:#5B8024;margin:5px 0 0}
.marketing-home .support-card.shared-inbox .kicker{color:#247D70}
.marketing-home .support-card h3{color:var(--site-ink);font-size:22px}
.marketing-home .support-card p{margin:0;color:var(--site-ink-soft)}

/* Agent conversion: one confident contrast panel with the approved outcome. */
.marketing-home .agents{
  padding:var(--site-space-section) 0;
  color:var(--site-white);
  background:#F6F3F8;
}
.marketing-home .agent-copy{
  border:0;
  border-radius:var(--site-radius);
  color:var(--site-white);
  background:
    radial-gradient(circle at 92% 8%,rgba(56,189,248,.24),transparent 43%),
    radial-gradient(circle at 8% 92%,rgba(215,255,95,.14),transparent 40%),
    #111722;
  box-shadow:0 30px 80px rgba(24,24,34,.24);
}
.marketing-home .agent-copy .kicker{color:var(--site-lime)}
.marketing-home .agent-copy h2{color:var(--site-white)}
.marketing-home .agent-copy h2 em{color:var(--site-lime)}
.marketing-home .agent-intro>p{color:rgba(255,255,255,.74)}
.marketing-home .agent-point{border-top-color:rgba(255,255,255,.12)}
.marketing-home .agent-point:last-child{border-bottom-color:rgba(255,255,255,.12)}
.marketing-home .agent-point strong{color:var(--site-white)}
.marketing-home .agent-actions .btn-dark{background:var(--site-lime);color:var(--site-ink)}

/* Shared footer keeps downloads ready without exposing them. */
.marketing-home footer{background:#111217}
.marketing-home .footer-store-links{margin:4px 0 0}

/* Reveal is progressive enhancement: content starts visible. */
.marketing-home .fu{opacity:1;transform:none}
.marketing-home.motion-ready .fu{opacity:0;transform:translateY(12px)}
.marketing-home.motion-ready .fu.on{opacity:1;transform:none}

@media(max-width:960px){
  .marketing-home .nav-links{background:rgba(251,249,252,.98);border-color:var(--site-line);box-shadow:0 20px 50px rgba(53,37,68,.18)}
  .marketing-home .hero-grid{grid-template-columns:1fr}
  .marketing-home .hero-copy{max-width:760px}
  .marketing-home .support-card{grid-template-columns:130px minmax(160px,.75fr) minmax(220px,1.25fr)}
}

@media(max-width:620px){
  :root{--site-space-section:66px;--site-radius:19px}
  .marketing-home .hero{padding:108px 0 54px}
  .marketing-home h1{font-size:clamp(52px,15.5vw,68px);line-height:.91}
  .marketing-home h1 em{white-space:normal}
  .marketing-home .hero-lede{font-size:18px}
  .marketing-home .hero-actions{display:grid;grid-template-columns:1fr;justify-items:stretch;gap:8px}
  .marketing-home .hero-actions .btn{width:100%}
  .marketing-home .hero-actions .text-action{justify-content:center}
  .marketing-home .hero-stage{height:410px}
  .marketing-home .hero-stage .phone-shot.people{width:35%;left:3%;top:50px}
  .marketing-home .hero-stage .phone-shot.solo-phone{width:43%}
  .marketing-home .hero-stage .phone-shot.home{width:35%;right:3%;top:50px}
  .marketing-home .section-title{font-size:clamp(37px,11vw,52px)}
  .marketing-home .solo-grid{gap:34px}
  .marketing-home .solo-visual{min-height:480px}
  .marketing-home .solo-orbit{width:380px;right:-120px}
  .marketing-home .room-head{margin-bottom:28px}
  .marketing-home .people-grid{gap:14px}
  .marketing-home .story-card{min-height:520px}
  .marketing-home .story-copy{min-height:0}
  .marketing-home .support-grid{gap:34px}
  .marketing-home .support-card{grid-template-columns:1fr;gap:7px;padding:18px 0}
  .marketing-home .support-card .kicker{margin:0}
  .marketing-home .support-card p{font-size:14px}
  .marketing-home .agent-copy{padding:26px 22px}
  .marketing-home .agent-copy h2{font-size:clamp(40px,12vw,54px)}
}

@media(prefers-reduced-motion:reduce){
  .marketing-home.motion-ready .fu{opacity:1;transform:none}
}

/*
 * Discarded direction study. Retained only while the uncommitted comparison
 * mock-up is being reviewed; the accepted direction will be cleaned up before
 * commit.
 */
.marketing-home nav{
  color:var(--site-white);
  background:rgba(11,11,12,.88);
  border-bottom-color:rgba(255,255,255,.10);
  box-shadow:none;
}

/*
 * Direction study C — Maison as a student-house noticeboard / letting window.
 * This is an uncommitted visual experiment, not canonical implementation.
 */
.marketing-home nav{
  color:#FFF;
  background:#111014;
  border-bottom:3px solid #111014;
}
.marketing-home .nav-links a:hover{background:var(--site-lime);color:#111014}

.marketing-home .hero{
  min-height:1100px;
  padding:122px 0 72px;
  color:#17131D;
  background-color:#F5EFE4;
  background-image:
    radial-gradient(circle at 12% 12%,rgba(215,255,95,.44),transparent 24rem),
    radial-gradient(circle at 88% 18%,rgba(207,195,230,.40),transparent 26rem),
    repeating-linear-gradient(0deg,rgba(23,19,29,.025) 0 1px,transparent 1px 6px);
}
.marketing-home .hero-stickers{margin-bottom:26px}
.marketing-home .hero-sticker{
  min-height:32px;
  border:2px solid #17131D;
  border-radius:2px;
  box-shadow:3px 3px 0 #17131D;
  transform:none!important;
}
.marketing-home .hero-sticker.lime{background:var(--site-lime)}
.marketing-home .hero-sticker.purple{background:var(--site-chat)}
.marketing-home .hero-sticker.blue{background:var(--site-property)}
.marketing-home .hero-message{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:52px;align-items:end}
.marketing-home .hero h1{
  max-width:790px;
  color:#17131D;
  font-family:"Archivo Black","DM Sans",sans-serif;
  font-size:clamp(54px,7vw,88px);
  line-height:.91;
  letter-spacing:-.055em;
  text-transform:uppercase;
}
.marketing-home .hero h1 em{
  display:inline-block;
  margin-top:10px;
  padding:2px 10px 8px;
  color:#17131D;
  background:var(--site-people);
  border:3px solid #17131D;
  box-shadow:7px 7px 0 #17131D;
  line-height:.92;
}
.marketing-home .hero-side{padding:0 0 6px;border-left:3px solid #17131D;padding-left:24px}
.marketing-home .hero-lede{color:rgba(23,19,29,.76);font-size:18px;line-height:1.5}
.marketing-home .hero-actions .btn{
  min-height:52px;
  border:3px solid #17131D;
  border-radius:3px;
  color:#17131D;
  font-family:"DM Sans",sans-serif;
  font-size:14px;
  box-shadow:5px 5px 0 #17131D;
}
.marketing-home .hero-actions .btn-lime{background:var(--site-lime)}
.marketing-home .hero-actions .btn-ghost{background:#FFF;color:#17131D;border-color:#17131D;box-shadow:5px 5px 0 #17131D}
.marketing-home .hero-actions .btn:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 #17131D}
.marketing-home .hero-note{color:rgba(23,19,29,.55)}

.marketing-home .hero-stage{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  width:100%;
  height:auto;
  min-height:0;
  margin:52px 0 0;
  padding:56px 18px 60px;
  overflow:hidden;
  border:3px solid #17131D;
  background:
    linear-gradient(90deg,rgba(23,19,29,.07) 1px,transparent 1px),
    linear-gradient(rgba(23,19,29,.07) 1px,transparent 1px),
    #FFFDF8;
  background-size:24px 24px;
  box-shadow:9px 9px 0 #17131D;
}
.marketing-home .window-label{
  position:absolute;
  inset:0 0 auto;
  height:38px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border-bottom:3px solid #17131D;
  background:#17131D;
  color:#FFF;
  font-family:"IBM Plex Mono",monospace;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.marketing-home .hero-stage .phone-shot{
  position:relative;
  inset:auto;
  z-index:1;
  width:auto;
  max-width:none;
  height:390px;
  overflow:hidden;
  border:3px solid #17131D;
  border-radius:3px;
  background:#FFF;
  filter:none;
  transform:none;
}
.marketing-home .hero-stage .phone-shot:nth-of-type(1){margin-top:0;box-shadow:5px 5px 0 var(--site-solo-strong)}
.marketing-home .hero-stage .phone-shot:nth-of-type(2){margin-top:25px;box-shadow:5px 5px 0 var(--site-people)}
.marketing-home .hero-stage .phone-shot:nth-of-type(3){margin-top:8px;box-shadow:5px 5px 0 var(--site-chat)}
.marketing-home .hero-stage .phone-shot:nth-of-type(4){margin-top:34px;box-shadow:5px 5px 0 var(--site-property)}
.marketing-home .hero-stage .phone-shot figcaption{
  position:relative;
  z-index:2;
  height:34px;
  display:flex;
  align-items:center;
  padding:0 10px;
  border-bottom:3px solid #17131D;
  color:#17131D;
  background:#FFF;
  font-family:"IBM Plex Mono",monospace;
  font-size:10px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.marketing-home .hero-stage .phone-shot:nth-of-type(1) figcaption{background:var(--site-solo)}
.marketing-home .hero-stage .phone-shot:nth-of-type(2) figcaption{background:var(--site-people)}
.marketing-home .hero-stage .phone-shot:nth-of-type(3) figcaption{background:var(--site-chat)}
.marketing-home .hero-stage .phone-shot:nth-of-type(4) figcaption{background:var(--site-property)}
.marketing-home .hero-stage .phone-shot img{width:100%;height:calc(100% - 34px);object-fit:cover;object-position:top}
.marketing-home .hero-ticker{
  position:absolute;
  inset:auto 0 0;
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-around;
  gap:8px;
  padding:0 12px;
  border-top:3px solid #17131D;
  background:var(--site-lime);
  color:#17131D;
  font-family:"Archivo Black","DM Sans",sans-serif;
  font-size:11px;
}
.marketing-home .hero-ticker i{font-family:"IBM Plex Mono",monospace;font-style:normal}

@media(max-width:960px){
  .marketing-home .hero-message{grid-template-columns:1fr;gap:30px}
  .marketing-home .hero-side{max-width:660px}
  .marketing-home .hero-stage{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:62px}
  .marketing-home .hero-stage .phone-shot{height:420px}
}

@media(max-width:620px){
  .marketing-home .hero{padding:102px 0 54px}
  .marketing-home .hero h1{font-size:clamp(43px,13vw,58px)}
  .marketing-home .hero h1 em{box-shadow:5px 5px 0 #17131D}
  .marketing-home .hero-side{border-left:0;border-top:3px solid #17131D;padding:20px 0 0}
  .marketing-home .hero-stage{gap:10px;margin-top:38px;padding:52px 10px 58px;box-shadow:6px 6px 0 #17131D}
  .marketing-home .hero-stage .phone-shot{height:290px}
  .marketing-home .hero-stage .phone-shot:nth-of-type(2),
  .marketing-home .hero-stage .phone-shot:nth-of-type(4){margin-top:16px}
  .marketing-home .hero-ticker{font-size:8px}
  .marketing-home .hero-ticker span:nth-of-type(2),
  .marketing-home .hero-ticker span:nth-of-type(4){display:none}
}
.marketing-home .brand{color:var(--site-white)}
.marketing-home .nav-links a{color:rgba(255,255,255,.72)}
.marketing-home .nav-links a:hover{color:var(--site-white);background:rgba(255,255,255,.08)}
.marketing-home .nav-toggle{color:var(--site-white);border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.07)}

.marketing-home .hero{
  min-height:1040px;
  padding:126px 0 78px;
  color:var(--site-white);
  background:
    radial-gradient(circle at 15% 18%,rgba(215,255,95,.12),transparent 34%),
    radial-gradient(circle at 85% 14%,rgba(167,139,250,.15),transparent 36%),
    radial-gradient(circle at 78% 86%,rgba(56,189,248,.13),transparent 38%),
    radial-gradient(circle at 8% 86%,rgba(240,195,106,.10),transparent 35%),
    #0B0B0C;
}
.marketing-home .hero-grid{display:block}
.marketing-home .hero-copy{max-width:none;padding:0}
.marketing-home .hero-stickers{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:30px}
.marketing-home .hero-sticker{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 14px;
  border-radius:8px;
  color:#0B0B0C;
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:11px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
  box-shadow:3px 3px 0 rgba(255,255,255,.12);
}
.marketing-home .hero-sticker.lime{background:var(--site-lime);transform:rotate(-3deg)}
.marketing-home .hero-sticker.purple{background:var(--site-chat);transform:rotate(2deg)}
.marketing-home .hero-sticker.blue{background:var(--site-property);transform:rotate(-1deg)}
.marketing-home .hero-message{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:48px;align-items:end}
.marketing-home .hero h1{
  max-width:760px;
  margin:0;
  color:var(--site-white);
  font-family:"Unbounded","DM Sans",sans-serif;
  font-size:clamp(48px,6.3vw,78px);
  font-weight:700;
  line-height:.98;
  letter-spacing:-.025em;
}
.marketing-home .hero h1 em{display:block;color:var(--site-people);font-style:normal;white-space:normal}
.marketing-home .hero h1 em::after{display:none}
.marketing-home .hero-side{padding-bottom:5px}
.marketing-home .hero-lede{margin:0 0 24px;color:rgba(255,255,255,.76);font-size:17px;line-height:1.55}
.marketing-home .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:0}
.marketing-home .hero-actions .btn{font-family:"Unbounded","DM Sans",sans-serif;font-size:12px;font-weight:700;border-radius:14px}
.marketing-home .hero-actions .btn-lime{background:var(--site-people);box-shadow:4px 4px 0 rgba(255,255,255,.14)}
.marketing-home .hero-actions .btn-ghost{color:var(--site-white);background:transparent;border:2px solid rgba(255,255,255,.35);box-shadow:none}
.marketing-home .hero-note{margin-top:18px;color:rgba(255,255,255,.48)}
.marketing-home .hero-stage{position:relative;width:100%;height:545px;min-height:0;margin:42px 0 0;overflow:visible;isolation:isolate}
.marketing-home .hero-stage::before{display:none}
.marketing-home .phone-shot{
  position:absolute;
  overflow:hidden;
  border-radius:25px;
  background:#111;
  filter:drop-shadow(0 25px 32px rgba(0,0,0,.48));
}
.marketing-home .phone-shot img{width:100%;height:auto;display:block}
.marketing-home .hero-stage .phone-shot.solo-phone{z-index:2;width:205px;left:2%;top:18px;border:4px solid var(--site-tenancy);transform:rotate(-9deg)}
.marketing-home .hero-stage .phone-shot.people{z-index:4;width:220px;left:25%;top:70px;border:4px solid var(--site-people);transform:rotate(5deg)}
.marketing-home .hero-stage .phone-shot.group{z-index:3;width:195px;left:52%;top:8px;border:4px solid var(--site-chat);transform:rotate(-4deg)}
.marketing-home .hero-stage .phone-shot.home{z-index:2;width:210px;right:3%;top:112px;border:4px solid var(--site-property);transform:rotate(9deg)}
.marketing-home .hero-badge{
  position:absolute;
  z-index:7;
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 16px;
  border-radius:999px;
  color:#0B0B0C;
  font-family:"Unbounded","DM Sans",sans-serif;
  font-size:11px;
  font-weight:700;
  box-shadow:4px 4px 0 rgba(255,255,255,.13);
}
.marketing-home .badge-one{top:-8px;left:38%;background:var(--site-lime);transform:rotate(-5deg)}
.marketing-home .badge-two{left:7%;bottom:22px;background:var(--site-complete);transform:rotate(3deg)}

@media(max-width:960px){
  .marketing-home .nav-links{background:rgba(11,11,12,.98);border-color:rgba(255,255,255,.12);box-shadow:0 20px 50px rgba(0,0,0,.40)}
  .marketing-home .hero-message{grid-template-columns:1fr;gap:24px}
  .marketing-home .hero-side{max-width:620px}
  .marketing-home .hero-stage{height:450px}
  .marketing-home .hero-stage .phone-shot.solo-phone{width:170px}
  .marketing-home .hero-stage .phone-shot.people{width:180px;left:24%}
  .marketing-home .hero-stage .phone-shot.group{width:165px}
  .marketing-home .hero-stage .phone-shot.home{width:175px}
}

@media(max-width:620px){
  .marketing-home .hero{min-height:0;padding:104px 0 58px}
  .marketing-home .hero-stickers{gap:8px;margin-bottom:25px}
  .marketing-home .hero-sticker{min-height:30px;padding:6px 10px;font-size:9px}
  .marketing-home .hero h1{font-size:clamp(42px,12.5vw,59px);line-height:1.01}
  .marketing-home .hero-side{padding:0}
  .marketing-home .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .marketing-home .hero-stage{height:390px;margin-top:34px;overflow:hidden}
  .marketing-home .hero-stage .phone-shot.solo-phone{width:125px;left:-3%;top:35px}
  .marketing-home .hero-stage .phone-shot.people{width:135px;left:23%;top:78px}
  .marketing-home .hero-stage .phone-shot.group{width:120px;left:50%;top:18px}
  .marketing-home .hero-stage .phone-shot.home{width:130px;right:-3%;top:92px}
  .marketing-home .hero-badge{min-height:32px;padding:7px 11px;font-size:8px}
  .marketing-home .badge-one{left:38%;top:1px}
  .marketing-home .badge-two{left:3%;bottom:18px}
}
