:root {
  color-scheme: light;
  --forest-950: #0d3028; --forest-900: #173f35; --forest-800: #255448;
  --forest-700: #35695a; --sage-500: #83a996; --sage-200: #d4e2d9;
  --sage-100: #eaf1ec; --cream-50: #fdfbf6; --cream-100: #f7f1e6;
  --cream-200: #ede3d2; --yellow: #e8bd51; --ink: #17352e;
  --muted: #62746e; --white: #fff; --shadow: 0 28px 70px rgba(20,61,51,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream-50);
  color: var(--ink); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; transform: translateY(-150%); border-radius: 10px; background: var(--white); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
[hidden] { display: none !important; }
.site-header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest-950); font: 700 22px Georgia, serif; text-decoration: none; }
.brand img { border-radius: 13px; }
.header-link { color: var(--forest-800); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--sage-500); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest-950); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(44px, 6vw, 76px); font-weight: 500; letter-spacing: -.045em; }
h1 em { color: var(--forest-700); font-weight: inherit; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4.4vw, 54px); font-weight: 500; letter-spacing: -.035em; }
h3 { margin-bottom: 12px; font-size: 24px; font-weight: 600; }
.lead { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.eyebrow { margin-bottom: 14px; color: var(--forest-700); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--yellow); }
.eyebrow--center { text-align: center; }
.home-hero, .share-hero { position: relative; min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding: 52px 0 92px; }
.share-hero { min-height: 610px; }
.share-hero h1 { font-size: clamp(42px, 5vw, 66px); }
.home-copy, .share-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 15px 22px; border-radius: 16px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--forest-900); color: var(--white); box-shadow: 0 14px 30px rgba(23,63,53,.2); }
.button--primary:hover { background: var(--forest-950); box-shadow: 0 18px 38px rgba(23,63,53,.25); }
.text-link { color: var(--forest-700); font-weight: 750; text-underline-offset: 4px; }
.availability { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14px; }
.availability-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(232,189,81,.16); }
.fine-print { max-width: 570px; margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.status-message { margin: 0 0 22px; padding: 14px 16px; border: 1px solid #d9b2a4; border-radius: 14px; background: #fff3ed; color: #733924; font-size: 14px; }
.phone-scene, .share-card-wrap { position: relative; min-height: 530px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: 292px; padding: 12px; border: 8px solid var(--forest-950); border-radius: 44px; background: var(--white); box-shadow: var(--shadow); transform: rotate(2.5deg); }
.phone__bar { width: 88px; height: 24px; margin: -4px auto 5px; border-radius: 20px; background: var(--forest-950); }
.phone__content { min-height: 470px; padding: 26px 18px 20px; border-radius: 29px; background: linear-gradient(160deg, var(--cream-50), var(--sage-100)); }
.phone__welcome { display: grid; margin-bottom: 22px; }
.phone__welcome span { color: var(--muted); font-size: 12px; }
.phone__welcome strong { font: 21px Georgia, serif; }
.phone__moment { display: grid; gap: 5px; margin-bottom: 12px; padding: 20px; border-radius: 20px; background: var(--forest-900); color: var(--white); box-shadow: 0 12px 28px rgba(23,63,53,.18); }
.phone__moment small { color: #c7d9cf; font-size: 9px; letter-spacing: .12em; }
.phone__moment strong { font: 18px Georgia, serif; }
.phone__moment span { font-size: 11px; }
.phone__reminder, .reminder-preview { display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 12px; border: 1px solid var(--sage-200); border-radius: 16px; background: rgba(255,255,255,.92); }
.phone__reminder > span:last-child, .reminder-preview > span:last-child { display: grid; }
.phone__reminder strong, .reminder-preview strong { font-size: 12px; }
.phone__reminder small, .reminder-preview small { color: var(--muted); font-size: 9px; }
.date-tile { width: 42px; min-width: 42px; height: 46px; display: grid; place-content: center; text-align: center; border-radius: 12px; background: var(--cream-100); color: var(--forest-800); line-height: 1; }
.date-tile strong { font: 18px Georgia, serif; }
.date-tile small { margin-top: 4px; font-size: 8px; font-weight: 800; }
.floating-note { position: absolute; right: 0; bottom: 62px; z-index: 3; display: grid; min-width: 196px; padding: 16px 18px 16px 54px; border: 1px solid var(--cream-200); border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 16px 45px rgba(20,61,51,.12); backdrop-filter: blur(10px); }
.floating-note > span { position: absolute; left: 17px; top: 19px; color: var(--forest-700); font-size: 26px; }
.floating-note strong { font-size: 13px; }
.floating-note small { color: var(--muted); font-size: 10px; }
.botanical { position: absolute; border-radius: 50% 45%; background: var(--sage-200); opacity: .62; transform: rotate(24deg); }
.botanical::after { content: ""; position: absolute; width: 42%; height: 76%; left: 74%; top: 43%; border-radius: inherit; background: var(--sage-500); transform: rotate(58deg); opacity: .55; }
.botanical--one { width: 300px; height: 410px; right: -30px; top: 30px; }
.botanical--two { width: 170px; height: 240px; left: 0; bottom: 20px; transform: rotate(-48deg); opacity: .35; }
.share-card { position: relative; z-index: 2; width: min(100%, 430px); padding: 28px; border: 1px solid var(--sage-200); border-radius: 36px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); transform: rotate(1deg); }
.share-card__sender { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.share-card__sender img { border-radius: 14px; }
.share-card__sender span { display: grid; }
.share-card__sender strong { font: 21px Georgia, serif; }
.share-card__sender small { color: var(--muted); }
.reminder-preview { padding: 15px; }
.reminder-preview strong { font-size: 14px; }
.reminder-preview small { font-size: 11px; }
.reminder-preview--soft { opacity: .76; }
.privacy-chip { width: fit-content; margin: 22px auto 0; padding: 8px 13px; border-radius: 999px; background: var(--sage-100); color: var(--forest-700); font-size: 11px; font-weight: 800; }
.trust-strip { border-block: 1px solid var(--cream-200); background: var(--white); }
.trust-strip .wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-around; gap: 24px; }
.trust-strip span { color: var(--muted); font-size: 14px; font-weight: 650; }
.trust-strip b { display: inline-grid; width: 22px; height: 22px; margin-right: 9px; place-items: center; border-radius: 50%; background: var(--sage-100); color: var(--forest-700); }
.benefits-section { padding: 110px 0; background: var(--white); }
.benefits-section h2 { max-width: 730px; margin-inline: auto; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.benefit-card { padding: 32px; border: 1px solid var(--cream-200); border-radius: 24px; background: var(--cream-50); }
.benefit-card p { margin-bottom: 0; color: var(--muted); }
.benefit-icon { width: 50px; height: 50px; display: grid; margin-bottom: 22px; place-items: center; border-radius: 15px; background: var(--sage-100); color: var(--forest-700); font-size: 27px; }
.steps-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 110px 0; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 0 0 26px; }
.steps-list li + li { padding-top: 26px; border-top: 1px solid var(--cream-200); }
.steps-list li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-900); color: var(--white); font: 20px Georgia, serif; }
.steps-list strong { display: block; margin-bottom: 5px; color: var(--forest-950); font: 21px Georgia, serif; }
.steps-list p { margin-bottom: 0; color: var(--muted); }
.download-section { padding: 32px 0 92px; }
.download-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 42px 48px; border-radius: 36px; background: var(--forest-900); color: var(--white); box-shadow: var(--shadow); }
.download-card > img { border-radius: 22px; }
.download-card h2 { margin-bottom: 8px; color: var(--white); font-size: clamp(29px, 4vw, 42px); }
.download-card p { margin-bottom: 0; color: #cbdad2; }
.download-card .eyebrow { margin-bottom: 8px; color: #b9cfc3; }
.store-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.store-button { min-width: 148px; display: grid; padding: 10px 15px; border: 1px solid rgba(255,255,255,.32); border-radius: 13px; background: var(--white); color: var(--forest-950); line-height: 1.1; text-decoration: none; }
.store-button span { font-size: 9px; }
.store-button strong { margin-top: 3px; font-size: 16px; }
.store-button--disabled { background: rgba(255,255,255,.08); color: #dce6e1; }
.site-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.brand--footer { font-size: 18px; }
.brand--footer img { border-radius: 10px; }
.site-footer p { margin: 0; }
@media (max-width: 900px) {
  .home-hero, .share-hero { grid-template-columns: 1fr; gap: 25px; padding-top: 45px; }
  .home-copy, .share-copy { max-width: 690px; }
  .phone-scene, .share-card-wrap { min-height: 500px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .steps-section { grid-template-columns: 1fr; gap: 35px; }
  .download-card { grid-template-columns: auto 1fr; }
  .store-buttons { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), 1160px); }
  .site-header { min-height: 76px; }
  .brand { font-size: 19px; }
  .brand img { width: 42px; height: 42px; }
  .header-link { display: none; }
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  .home-hero, .share-hero { min-height: auto; padding: 40px 0 70px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link, .availability { text-align: center; justify-content: center; }
  .phone-scene, .share-card-wrap { min-height: 470px; margin-top: 8px; }
  .phone { width: 258px; transform: rotate(1.5deg); }
  .phone__content { min-height: 420px; padding-inline: 14px; }
  .floating-note { right: -6px; bottom: 38px; min-width: 174px; }
  .share-card { padding: 20px; border-radius: 28px; }
  .botanical--one { right: -110px; }
  .trust-strip .wrap { align-items: flex-start; flex-direction: column; padding-block: 22px; gap: 12px; }
  .benefits-section { padding: 78px 0; }
  .benefit-grid { margin-top: 34px; }
  .benefit-card { padding: 26px; }
  .steps-section { padding: 78px 0; }
  .download-section { padding-bottom: 50px; }
  .download-card { width: calc(100% - 20px); grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .download-card > img { margin-inline: auto; }
  .store-buttons { justify-content: center; }
  .store-button { min-width: min(100%, 230px); text-align: left; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Public homepage: clean-room implementation of the approved brand direction. */
@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-garamond.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/cormorant-garamond-italic.woff2") format("woff2"); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url("/assets/fonts/inter.woff2") format("woff2"); font-style: normal; font-weight: 300 700; font-display: swap; }

.vmn-home {
  --vmn-cream: hsl(40 36% 95%);
  --vmn-cream-light: hsl(40 36% 98%);
  --vmn-moss: hsl(162 30% 16%);
  --vmn-moss-soft: hsl(162 26% 27%);
  --vmn-petal: hsl(20 60% 94%);
  --vmn-gold: hsl(41 50% 55%);
  --vmn-blue: hsl(218 60% 72%);
  --vmn-muted: hsl(162 12% 40%);
  --vmn-border: hsl(40 20% 85%);
  --vmn-display: "Cormorant Garamond", Georgia, serif;
  margin: 0;
  background: var(--vmn-cream);
  color: var(--vmn-moss);
  font: 400 16px/1.65 Inter, system-ui, sans-serif;
}
.vmn-home h1,.vmn-home h2,.vmn-home h3 { color: var(--vmn-moss); font-family: var(--vmn-display); font-weight: 500; line-height: 1.04; text-wrap: balance; }
.vmn-home h1 { margin: 0 0 26px; font-size: clamp(3.6rem,6.2vw,5.35rem); letter-spacing: -.045em; }
.vmn-home h2 { margin: 0 0 20px; font-size: clamp(3rem,4.7vw,4.15rem); letter-spacing: -.035em; }
.vmn-home h3 { margin: 0 0 13px; font-size: 2rem; }
.vmn-home p { margin-top: 0; }
.vmn-container { width: min(1240px,calc(100% - 48px)); margin-inline: auto; }

.vmn-nav { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(23,53,46,.08); background: rgba(247,242,233,.84); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.vmn-nav__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.vmn-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--vmn-moss); text-decoration: none; }
.vmn-brand img { flex: 0 0 auto; border-radius: 14px; box-shadow: 0 7px 20px rgba(23,53,46,.1); }
.vmn-brand span { display: grid; line-height: 1; }
.vmn-brand strong { font: 600 1.5rem var(--vmn-display); letter-spacing: -.02em; }
.vmn-brand small { margin-top: 6px; color: var(--vmn-muted); font-size: .64rem; }
.vmn-nav__links { display: flex; align-items: center; gap: 34px; }
.vmn-nav__links a { position: relative; color: rgba(23,53,46,.78); font-size: .86rem; text-decoration: none; transition: color .25s; }
.vmn-nav__links a:not(.vmn-nav__cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--vmn-gold); transform: scaleX(0); transition: transform .25s; }
.vmn-nav__links a:hover { color: var(--vmn-gold); }
.vmn-nav__links a:hover::after { transform: scaleX(1); }
.vmn-nav__cta { padding: 11px 22px; border-radius: 999px; background: var(--vmn-moss); color: var(--vmn-cream)!important; font-weight: 600; transition: background .25s,color .25s; }
.vmn-nav__cta:hover { background: var(--vmn-gold); color: var(--vmn-moss)!important; }
.vmn-menu { display: none; position: relative; }
.vmn-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; cursor: pointer; list-style: none; }
.vmn-menu summary::-webkit-details-marker { display: none; }
.vmn-menu summary span { width: 23px; height: 2px; border-radius: 2px; background: var(--vmn-moss); }
.vmn-menu>div { position: absolute; top: 52px; right: 0; width: 260px; display: grid; gap: 5px; padding: 16px; border: 1px solid var(--vmn-border); border-radius: 22px; background: rgba(255,253,249,.98); box-shadow: 0 24px 60px rgba(23,53,46,.15); }
.vmn-menu a { padding: 11px 13px; border-radius: 12px; text-decoration: none; }
.vmn-menu .vmn-nav__cta { text-align: center; }

.vmn-hero { position: relative; min-height: 850px; display: grid; align-items: center; padding: 145px 0 80px; overflow: hidden; background: var(--vmn-cream); }
.vmn-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.vmn-orb--petal { width: 680px; height: 680px; top: -290px; left: calc(50% - 340px); background: hsl(20 60% 94% / .65); }
.vmn-orb--gold { width: 380px; height: 380px; top: 300px; left: -190px; background: hsl(41 50% 55% / .11); filter: blur(58px); }
.vmn-hero__grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; }
.vmn-hero__grid>* { min-width: 0; }
.vmn-hero__copy { position: relative; z-index: 2; }
.vmn-pill { width: fit-content; max-width: 100%; display: flex; align-items: center; gap: 9px; margin: 0 0 28px; padding: 8px 15px; border: 1px solid hsl(162 30% 16% / .1); border-radius: 999px; background: hsl(40 36% 98% / .45); color: hsl(162 30% 16% / .7); font-size: .74rem; font-weight: 500; }
.vmn-pill>span { width: 7px; height: 7px; border-radius: 50%; background: var(--vmn-gold); box-shadow: 0 0 0 5px hsl(41 50% 55% / .12); }
.vmn-lead { max-width: 620px; margin-bottom: 34px; color: hsl(162 30% 16% / .68); font-size: clamp(1.08rem,1.7vw,1.22rem); line-height: 1.7; }
.vmn-store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.vmn-store { min-width: 174px; min-height: 61px; display: flex; align-items: center; gap: 12px; padding: 10px 19px; border: 1px solid transparent; border-radius: 999px; background: var(--vmn-moss); color: var(--vmn-cream); text-decoration: none; line-height: 1.08; transition: transform .25s,background .25s,color .25s; }
a.vmn-store:hover { transform: translateY(-2px); background: var(--vmn-gold); color: var(--vmn-moss); }
.vmn-store b { font-size: 1.1rem; }
.vmn-store span { display: grid; }
.vmn-store small { font-size: .59rem; letter-spacing: .08em; opacity: .7; text-transform: uppercase; }
.vmn-store strong { margin-top: 5px; font-size: .88rem; font-weight: 600; }
.vmn-store--soon { border-color: hsl(162 30% 16% / .16); background: hsl(162 30% 16% / .055); color: hsl(162 30% 16% / .65); }
.vmn-florist-link { display: inline-block; margin-top: 25px; color: hsl(162 30% 16% / .68); font-size: .85rem; text-underline-offset: 5px; transition: color .2s; }
.vmn-florist-link:hover { color: var(--vmn-gold); }
.vmn-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 38px; color: hsl(162 30% 16% / .55); font-size: .7rem; }
.vmn-proof>span:first-child { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid hsl(162 30% 16% / .14); border-radius: 50%; color: var(--vmn-gold); font-size: 1rem; }
.vmn-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--vmn-gold); }
.vmn-phone-stage { position: relative; min-height: 690px; display: grid; place-items: center; }
.vmn-phone-stage::before { content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%; background: hsl(20 60% 94% / .72); filter: blur(18px); }
.vmn-phone { position: relative; z-index: 2; width: 330px; height: 690px; padding: 10px; overflow: hidden; border: 1px solid hsl(162 30% 16% / .28); border-radius: 50px; background: #101815; box-shadow: 0 28px 75px hsl(162 30% 16% / .23); animation: vmn-float 7s ease-in-out infinite; }
.vmn-phone>img { width: 100%; height: 100%; object-fit: cover; border-radius: 40px; }
.vmn-phone__notch { position: absolute; top: 18px; left: 50%; z-index: 5; width: 88px; height: 23px; border-radius: 999px; background: #050807; transform: translateX(-50%); }
.vmn-enter { animation: vmn-rise .9s cubic-bezier(.22,1,.36,1) both; }
.vmn-enter--late { animation-delay: .15s; }

.vmn-section { padding: clamp(95px,10vw,140px) 0; }
.vmn-journey { background: var(--vmn-cream-light); }
.vmn-heading { max-width: 730px; margin: 0 auto 62px; text-align: center; }
.vmn-heading>p:last-child { max-width: 610px; margin-inline: auto; color: var(--vmn-muted); font-size: 1.05rem; }
.vmn-kicker { margin-bottom: 14px; color: var(--vmn-gold); font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.vmn-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 0 0 105px; padding: 0; list-style: none; }
.vmn-steps li { position: relative; min-height: 300px; padding: 32px; border: 1px solid var(--vmn-border); border-radius: 32px; background: hsl(40 36% 99%); box-shadow: 0 9px 32px hsl(162 30% 16% / .07); transition: transform .4s,box-shadow .4s; }
.vmn-steps li:hover { transform: translateY(-6px); box-shadow: 0 22px 55px hsl(162 30% 16% / .12); }
.vmn-step__icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: hsl(162 30% 16% / .075); color: var(--vmn-moss); font-size: 1.55rem; }
.vmn-steps li>b { position: absolute; top: 35px; right: 30px; color: hsl(162 30% 16% / .13); font: 600 2.25rem var(--vmn-display); }
.vmn-steps h3 { margin-top: 24px; }
.vmn-steps p { margin-bottom: 0; color: var(--vmn-muted); font-size: .9rem; }
.vmn-shared { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: clamp(24px,4vw,52px); margin: -24px 0 88px; padding: clamp(28px,4vw,46px); overflow: hidden; border: 1px solid hsl(218 60% 72% / .32); border-radius: 32px; background: linear-gradient(115deg,hsl(218 60% 72% / .2),hsl(20 60% 94% / .62)); }
.vmn-shared::after { content: ""; position: absolute; right: -55px; bottom: -85px; width: 210px; height: 210px; border-radius: 50%; background: hsl(41 50% 55% / .12); }
.vmn-shared__people { display: flex; align-items: center; padding-left: 14px; }
.vmn-shared__people span { width: 54px; height: 54px; display: grid; margin-left: -14px; place-items: center; border: 3px solid var(--vmn-cream); border-radius: 50%; background: var(--vmn-moss); color: var(--vmn-cream); font: 600 1.05rem var(--vmn-display); box-shadow: 0 8px 18px hsl(162 30% 16% / .12); }
.vmn-shared__people span:nth-child(2) { background: var(--vmn-gold); }
.vmn-shared__people span:last-child { background: var(--vmn-cream); color: var(--vmn-moss); }
.vmn-shared h2 { max-width: 720px; margin: 2px 0 8px; font-size: clamp(2rem,3.2vw,2.8rem); }
.vmn-shared p:last-child { max-width: 760px; margin: 0; color: var(--vmn-muted); }
.vmn-shared__heart { position: relative; z-index: 1; color: var(--vmn-gold); font: 400 clamp(2.5rem,5vw,4.5rem) var(--vmn-display); }
.vmn-editorial { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(48px,7vw,92px); }
.vmn-editorial figure { position: relative; aspect-ratio: 4/5; margin: 0; overflow: hidden; border-radius: 42px; box-shadow: 0 25px 65px hsl(162 30% 16% / .15); }
.vmn-editorial figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s; }
.vmn-editorial figure:hover img { transform: scale(1.04); }
.vmn-editorial figure::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent,hsl(162 30% 16% / .58)); }
.vmn-editorial figcaption { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 2; padding: 18px 20px; border: 1px solid hsl(0 0% 100% / .23); border-radius: 20px; background: hsl(162 30% 16% / .55); color: var(--vmn-cream); font: italic 1.4rem/1.25 var(--vmn-display); -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); }
.vmn-editorial>div>p:not(.vmn-kicker) { color: var(--vmn-muted); font-size: 1.04rem; }
.vmn-editorial ul { display: grid; gap: 15px; margin: 30px 0 0; padding: 0; list-style: none; }
.vmn-editorial li { position: relative; padding-left: 23px; color: hsl(162 30% 16% / .73); }
.vmn-editorial li::before { content: ""; position: absolute; top: .7em; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--vmn-gold); }
.vmn-banner { position: relative; aspect-ratio: 16/7; margin: 76px 0 0; overflow: hidden; border-radius: 42px; box-shadow: 0 25px 65px hsl(162 30% 16% / .14); }
.vmn-banner img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s; }
.vmn-banner:hover img { transform: scale(1.03); }
.vmn-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,hsl(162 30% 16% / .66),hsl(162 30% 16% / .08) 67%); }
.vmn-banner figcaption { position: absolute; top: 50%; left: clamp(30px,6vw,76px); z-index: 2; max-width: 530px; color: var(--vmn-cream); font: 500 clamp(2.2rem,4vw,3.5rem)/1.02 var(--vmn-display); transform: translateY(-50%); }

.vmn-florist { position: relative; padding: clamp(100px,10vw,140px) 0; overflow: hidden; background: var(--vmn-moss); color: var(--vmn-cream); }
.vmn-florist::before { content: ""; position: absolute; width: 500px; height: 500px; top: -220px; right: -130px; border-radius: 50%; background: hsl(41 50% 55% / .11); filter: blur(55px); }
.vmn-florist__grid { position: relative; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: clamp(55px,7vw,95px); }
.vmn-pill--dark { border-color: hsl(0 0% 100% / .16); background: hsl(0 0% 100% / .07); color: hsl(40 36% 95% / .82); }
.vmn-florist__copy h2 { color: var(--vmn-cream); }
.vmn-florist__copy>p:not(.vmn-pill) { max-width: 590px; color: hsl(40 36% 95% / .64); font-size: 1.04rem; }
.vmn-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin: 35px 0 42px; }
.vmn-values span { display: grid; }
.vmn-values strong { color: var(--vmn-gold); font: 600 1.45rem var(--vmn-display); }
.vmn-values small { color: hsl(40 36% 95% / .5); font-size: .66rem; }
.vmn-florist__copy>img { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: 32px; box-shadow: 0 24px 65px hsl(0 0% 0% / .2); }
.vmn-apply { padding: clamp(34px,4vw,50px); border-radius: 40px; background: var(--vmn-cream); color: var(--vmn-moss); box-shadow: 0 30px 80px hsl(0 0% 0% / .24); }
.vmn-apply__icon { width: 62px; height: 62px; display: grid; margin-bottom: 25px; place-items: center; border-radius: 20px; background: hsl(41 50% 55% / .16); color: var(--vmn-gold); font-size: 1.85rem; }
.vmn-apply h3 { font-size: clamp(2.2rem,3.5vw,3rem); }
.vmn-apply>p:not(.vmn-kicker) { color: var(--vmn-muted); }
.vmn-apply__invitation { display: grid; gap: 7px; margin: 30px 0; padding: 20px 22px; border-left: 3px solid var(--vmn-gold); border-radius: 0 18px 18px 0; background: hsl(41 50% 55% / .1); }
.vmn-apply__invitation strong { color: var(--vmn-moss); font: 600 1.15rem var(--vmn-display); }
.vmn-apply__invitation span { color: var(--vmn-muted); font-size: .82rem; line-height: 1.6; }
.vmn-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 14px 24px; border-radius: 999px; background: var(--vmn-moss); color: var(--vmn-cream); font-weight: 600; text-decoration: none; box-shadow: 0 14px 30px hsl(162 30% 16% / .18); transition: transform .25s,background .25s,color .25s; }
.vmn-button:hover { transform: translateY(-2px); background: var(--vmn-gold); color: var(--vmn-moss); }
.vmn-apply .vmn-button { width: 100%; }
.vmn-apply__note { display: block; margin-top: 13px; color: var(--vmn-muted); font-size: .66rem; text-align: center; }

.vmn-final { padding: 95px 0; background: var(--vmn-petal); text-align: center; }
.vmn-final__inner { max-width: 760px; }
.vmn-final img { margin: 0 auto 24px; border-radius: 24px; box-shadow: 0 14px 36px hsl(162 30% 16% / .12); animation: vmn-float 7s ease-in-out infinite; }
.vmn-final h2 { max-width: 680px; margin-inline: auto; font-size: clamp(2.5rem,4.3vw,3.5rem); }
.vmn-final>div>p:not(.vmn-kicker) { color: var(--vmn-muted); }
.vmn-final .vmn-store-row { justify-content: center; margin-top: 30px; }
.vmn-button--cream { background: var(--vmn-moss); }

.vmn-footer { background: hsl(20 60% 94%); color: var(--vmn-muted); }
.vmn-footer__grid { display: grid; grid-template-columns: 1.6fr .75fr .9fr; gap: 65px; padding: 58px 0 45px; border-bottom: 1px solid hsl(162 30% 16% / .1); }
.vmn-footer__grid>div:first-child p { max-width: 400px; margin: 16px 0 0; font-size: .82rem; }
.vmn-footer nav,.vmn-footer__grid>div:last-child { display: grid; align-content: start; gap: 9px; }
.vmn-footer nav>strong,.vmn-footer__grid>div:last-child>strong { margin-bottom: 4px; color: var(--vmn-moss); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.vmn-footer nav a,.vmn-footer__grid>div:last-child a { width: fit-content; color: var(--vmn-muted); font-size: .8rem; text-decoration: none; }
.vmn-footer nav a:hover,.vmn-footer__grid>div:last-child a:hover { color: var(--vmn-gold); }
.vmn-footer__bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .7rem; }
.vmn-footer__heart { margin: 0 3px; color: var(--vmn-gold); }

@keyframes vmn-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vmn-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-13px) rotate(.7deg); } }

@media (max-width: 960px) {
  .vmn-nav__links { display: none; }
  .vmn-menu { display: block; }
  .vmn-hero { padding-top: 130px; }
  .vmn-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .vmn-hero__copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .vmn-pill { margin-inline: auto; }
  .vmn-lead { margin-inline: auto; }
  .vmn-store-row,.vmn-proof { justify-content: center; }
  .vmn-phone-stage { min-height: 690px; }
  .vmn-steps { grid-template-columns: 1fr; margin-bottom: 80px; }
  .vmn-steps li { min-height: 0; }
  .vmn-editorial,.vmn-florist__grid { grid-template-columns: 1fr; }
  .vmn-editorial figure { max-width: 680px; }
  .vmn-apply { max-width: 720px; }
  .vmn-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 35px; }
}
@media (max-width: 640px) {
  .vmn-container { width: min(100% - 28px,1240px); }
  .vmn-nav__inner { min-height: 74px; }
  .vmn-brand img { width: 40px; height: 40px; }
  .vmn-brand strong { font-size: 1.25rem; }
  .vmn-brand small { display: none; }
  .vmn-hero { min-height: auto; padding: 112px 0 70px; }
  .vmn-home h1 { font-size: clamp(2.65rem,12.5vw,3.45rem); overflow-wrap: break-word; }
  .vmn-home h2 { font-size: clamp(2.55rem,11.5vw,3.4rem); }
  .vmn-pill { justify-content: center; text-align: center; }
  .vmn-store-row { align-items: stretch; flex-direction: column; }
  .vmn-store { width: 100%; justify-content: center; }
  .vmn-proof { gap: 8px; }
  .vmn-proof i { display: none; }
  .vmn-phone-stage { min-height: 578px; }
  .vmn-phone { width: 278px; height: 578px; border-radius: 44px; }
  .vmn-phone>img { border-radius: 34px; }
  .vmn-section,.vmn-florist { padding: 80px 0; }
  .vmn-heading { margin-bottom: 42px; }
  .vmn-steps { margin-bottom: 62px; }
  .vmn-steps li { padding: 27px; border-radius: 27px; }
  .vmn-shared { grid-template-columns: 1fr; gap: 20px; margin: -8px 0 62px; padding: 28px 24px; border-radius: 28px; }
  .vmn-shared__people { padding-left: 12px; }
  .vmn-shared__heart { display: none; }
  .vmn-editorial figure { border-radius: 30px; }
  .vmn-editorial figcaption { right: 14px; bottom: 14px; left: 14px; }
  .vmn-banner { aspect-ratio: 4/5; margin-top: 52px; border-radius: 30px; }
  .vmn-banner::after { background: linear-gradient(0deg,hsl(162 30% 16% / .7),transparent 70%); }
  .vmn-banner figcaption { top: auto; right: 25px; bottom: 30px; left: 25px; transform: none; }
  .vmn-values { grid-template-columns: 1fr; gap: 14px; }
  .vmn-florist__copy>img { aspect-ratio: 4/3; border-radius: 27px; }
  .vmn-apply { padding: 29px 23px; border-radius: 30px; }
  .vmn-final { padding: 80px 0; }
  .vmn-footer__grid { grid-template-columns: 1fr; gap: 30px; padding: 45px 0 34px; }
  .vmn-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .vmn-home *,.vmn-home *::before,.vmn-home *::after { animation: none!important; transition-duration: .01ms!important; }
}
