:root {
  --cream: #fff8f1;
  --cream-2: #f9eee4;
  --paper: #fffdf9;
  --ink: #332a29;
  --muted: #786967;
  --rose: #a84e59;
  --rose-dark: #813944;
  --rose-soft: #f3d8d4;
  --peach: #f4c7b3;
  --sage: #89a286;
  --sage-soft: #dce9d9;
  --gold: #d5aa67;
  --line: rgba(79, 57, 53, .14);
  --line-strong: rgba(79, 57, 53, .25);
  --danger: #9a3d48;
  --focus: #145fa7;
  --white: #fff;
  --shadow-soft: 0 20px 70px rgba(102, 67, 58, .10);
  --shadow-card: 0 28px 90px rgba(102, 67, 58, .16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(244, 199, 179, .24), transparent 30rem),
    radial-gradient(circle at 88% 35%, rgba(220, 233, 217, .42), transparent 34rem),
    var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(84, 58, 50, .24) .55px, transparent .55px);
  background-size: 7px 7px;
}

::selection { background: var(--rose-soft); color: var(--ink); }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--rose-dark); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
[hidden] { display: none !important; }

.site-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255, 248, 241, .76); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-size: 27px; letter-spacing: -.03em; }
.brand__mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--rose); color: white; font-style: italic; box-shadow: 0 7px 18px rgba(184, 95, 105, .26); }
.custom-logo { max-height: 50px; width: auto; }
.site-nav__list, .footer-nav { list-style: none; display: flex; flex-wrap: wrap; gap: 22px; margin: 0; padding: 0; }
.site-nav a, .footer-nav a { text-decoration: none; font-size: 14px; }

.eyebrow { margin: 0 0 16px; color: var(--rose-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(52px, 8.5vw, 106px); line-height: .94; }
h2 { margin: 0 0 22px; font-size: clamp(39px, 5.6vw, 70px); line-height: 1; }
h3 { margin: 0; font-size: clamp(25px, 2.8vw, 36px); line-height: 1.08; }
p { overflow-wrap: anywhere; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, .64);
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
  font-weight: 720;
  box-shadow: 0 6px 18px rgba(79, 57, 53, .06);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); color: var(--ink); box-shadow: 0 10px 24px rgba(79, 57, 53, .11); }
.button--primary { border-color: var(--rose); background: var(--rose); color: white; box-shadow: 0 12px 30px rgba(184, 95, 105, .26); }
.button--primary:hover { background: var(--rose-dark); color: white; }
.button--secondary { background: rgba(255, 255, 255, .7); }
.button--danger { border-color: rgba(154, 61, 72, .44); color: var(--danger); background: rgba(255, 255, 255, .72); }
.button--wide { width: 100%; }
.button--large { min-height: 56px; padding: 15px 28px; font-size: 16px; }
.text-link { font-weight: 720; text-decoration: none; border-bottom: 1px solid currentColor; }

.hero { min-height: min(780px, 86vh); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(26px, 6vw, 82px); padding-block: 74px 88px; }
.hero__copy { position: relative; z-index: 2; }
.hero__lead { max-width: 610px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(18px, 2vw, 24px); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 34px 0 0; list-style: none; color: var(--muted); font-size: 13px; }
.hero__trust li { position: relative; padding-left: 17px; }
.hero__trust li::before { content: "♡"; position: absolute; left: 0; color: var(--rose); }
.hero__art { position: relative; }
.hero__art::before { content: ""; position: absolute; inset: 10% 9% 12%; border-radius: 50%; background: rgba(255,255,255,.55); filter: blur(12px); }
.hero__art img { position: relative; width: min(100%, 620px); margin-inline: auto; animation: float-soft 6s ease-in-out infinite; }

.soft-story { padding-block: 108px; border-top: 1px solid var(--line); }
.soft-story__intro { max-width: 790px; }
.soft-story__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.soft-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.52); box-shadow: var(--shadow-soft); }
.soft-card:nth-child(2) { transform: translateY(18px); background: rgba(245, 218, 213, .52); }
.soft-card:nth-child(3) { background: rgba(220, 233, 217, .54); }
.soft-card__number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 48px; border-radius: 50%; background: var(--paper); color: var(--rose-dark); font-weight: 800; font-size: 12px; }
.soft-card h3 { margin-bottom: 16px; }
.soft-card p { color: var(--muted); }

.creator { padding-block: 112px 130px; border-top: 1px solid var(--line); }
.creator__intro { max-width: 790px; margin-bottom: 56px; }
.creator__intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; }
.creator__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .78fr); gap: clamp(30px, 6vw, 82px); align-items: start; }
.warm-form { padding: clamp(20px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.62); box-shadow: var(--shadow-soft); }
.letter-form { display: grid; gap: 24px; }
.form-step { display: grid; gap: 22px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.form-step__head { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; }
.form-step__head > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--rose-dark); font-size: 13px; font-weight: 800; }
.form-step__head h3 { font-size: 29px; }
.form-step__head p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; font-size: 14px; font-weight: 720; }
.field input, .field select, .field textarea, .access-form input {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(255,253,249,.9);
  color: var(--ink);
  padding: 13px 15px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(184,95,105,.42); }
.field input:focus, .field select:focus, .field textarea:focus, .access-form input:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(184,95,105,.12); outline: 0; background: white; }
.field input, .field select { min-height: 50px; }
.field textarea { resize: vertical; min-height: 120px; }
.field small { color: var(--muted); font-weight: 450; }
.field--compact { max-width: 460px; }
.field-hint { margin: -10px 0 0; color: var(--muted); font-size: 12px; }
.occasion-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: -10px; }
.occasion-chips button { min-height: 38px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.66); color: var(--muted); cursor: pointer; font-size: 13px; }
.occasion-chips button:hover { color: var(--rose-dark); border-color: rgba(184,95,105,.4); }
.mood-picker { margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mood-picker legend { margin-bottom: 10px; font-size: 14px; font-weight: 720; }
.mood-picker input, .response-options input, .response-option input { position: absolute; opacity: 0; pointer-events: none; }
.mood-picker span { min-height: 56px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.62); padding: 10px 13px; cursor: pointer; font-size: 13px; }
.mood-picker input:checked + span { border-color: var(--rose); box-shadow: inset 0 0 0 1px var(--rose), 0 7px 18px rgba(184,95,105,.1); background: white; }
.mood-picker input:focus-visible + span, .response-option input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.mood-dot { width: 21px; height: 21px; flex: 0 0 auto; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.mood-dot--paper { background: #fff1df; }
.mood-dot--evening { background: #39404d; }
.mood-dot--garden { background: #bfd2b8; }
.mood-dot--minimal { background: white; }
.optional-fields { border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.42); overflow: hidden; }
.optional-fields summary { padding: 16px 18px; cursor: pointer; font-weight: 720; }
.optional-fields__body { display: grid; gap: 18px; padding: 0 18px 18px; }
.check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 13px; }
.check input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--rose); }
.form-reassurance { margin: -10px auto 0; max-width: 580px; color: var(--muted); text-align: center; font-size: 12px; }
.preview-panel { position: sticky; top: 28px; }

.invitation-card { position: relative; min-height: 540px; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 62px); border: 1px solid rgba(72,52,45,.14); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden; overflow-wrap: anywhere; isolation: isolate; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.invitation-card::before, .invitation-card::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); opacity: .56; }
.invitation-card::before { width: 190px; height: 190px; top: -72px; right: -70px; background: rgba(244,199,179,.52); }
.invitation-card::after { width: 160px; height: 160px; bottom: -82px; left: -62px; background: rgba(220,233,217,.62); }
.invitation-card h1, .invitation-card h3 { margin: 10px 0 20px; font-size: clamp(42px, 6vw, 74px); line-height: .98; }
.invitation-card__to, .invitation-card__from, .invitation-card__date { font-size: 14px; letter-spacing: .02em; }
.invitation-card__message { white-space: pre-line; color: currentColor; opacity: .82; }
.invitation-card__from { margin-top: auto; padding-top: 46px; font-family: var(--serif); font-size: 21px; }
.card-bouquet { position: absolute; z-index: -1; right: 26px; top: 22px; width: 132px; opacity: .74; transform: rotate(7deg); }
.invitation-card--preview { min-height: 560px; }
.mood-paper { background: linear-gradient(145deg, #fffaf2, #faeee4); color: #3a302c; }
.mood-evening { background: linear-gradient(145deg, #34343d, #202029); color: #fff3e8; border-color: rgba(255,255,255,.14); }
.mood-evening::before { background: rgba(232,164,142,.28); }
.mood-evening::after { background: rgba(148,177,143,.24); }
.mood-garden { background: linear-gradient(145deg, #eff5eb, #dbe8d8); color: #29402f; }
.mood-minimal { background: #fff; color: #24201f; }

.principles { display: grid; grid-template-columns: .38fr 1fr; align-items: center; gap: clamp(30px, 8vw, 100px); padding-block: 110px; border-top: 1px solid var(--line); }
.principles__art img { width: min(100%, 240px); margin-inline: auto; transform: rotate(-6deg); }
.principles__copy { max-width: 790px; }
.principles__copy > p:last-child { max-width: 660px; color: var(--muted); font-size: 18px; }

.site-footer { border-top: 1px solid var(--line); background: rgba(255,255,255,.3); }
.site-footer__inner { min-height: 124px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; }

.content-page, .state-page { padding-block: 82px 120px; min-height: 62vh; }
.prose { max-width: 760px; }
.prose h1 { font-size: clamp(42px, 7vw, 80px); margin-bottom: 36px; }
.prose p, .prose li { font-size: 18px; }
.notice { padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.6); }
.notice p { margin-bottom: 0; }
.notice--warning { border-left: 5px solid var(--gold); }
.notice--success { border-left: 5px solid var(--sage); }
.notice--warm { margin-top: 24px; box-shadow: var(--shadow-soft); }
.state-page--centered { display: grid; place-items: center; align-content: center; text-align: center; }
.state-page--centered h1 { max-width: 760px; }
.state-illustration { width: 150px; margin-bottom: 20px; }

.invitation-page { padding-block: 42px 100px; }
.invitation-layout { max-width: 810px; margin-inline: auto; }
.invitation-kicker { margin: 0 0 18px; color: var(--muted); text-align: center; font-size: 13px; letter-spacing: .06em; }
.invitation-card--public { min-height: 610px; }
.invitation-card--public h1 { max-width: 660px; }
.invitation-date-block { display: grid; gap: 3px; margin: 22px 0; padding: 20px 0; border-block: 1px solid currentColor; border-color: rgba(80,70,50,.16); }
.invitation-date-block__label { color: currentColor; opacity: .62; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.invitation-date-block time { font-family: var(--serif); font-size: clamp(21px, 3vw, 30px); }
.invitation-date-block__end { font-size: 14px; opacity: .78; }
.invitation-date-block__end time { font-family: inherit; font-size: inherit; }
.invitation-date-block small { margin-top: 6px; opacity: .62; font-size: 11px; }
.invitation-place { display: grid; gap: 6px; margin-bottom: 16px; }
.invitation-place p { display: flex; gap: 8px; margin: 0; }
.invitation-message { margin: 32px 0; font-family: var(--serif); font-size: clamp(23px, 4vw, 35px); line-height: 1.35; white-space: pre-line; }

.response-panel, .management-panel { margin-top: 26px; padding: clamp(22px, 4vw, 36px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.58); box-shadow: var(--shadow-soft); }
.response-panel__head { max-width: 660px; }
.response-panel__head h2 { font-size: clamp(38px, 5vw, 58px); }
.response-panel__head > p:last-child { color: var(--muted); }
.response-panel--state { text-align: center; }
.current-response { padding: 12px 15px; border-radius: var(--radius-sm); background: var(--sage-soft); color: #30462f; font-size: 14px; }
.response-form { margin-top: 24px; }
.response-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.response-option span { min-height: 142px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.68); padding: 16px 12px; text-align: center; cursor: pointer; transition: transform .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease; }
.response-option span:hover { transform: translateY(-2px); border-color: rgba(184,95,105,.4); }
.response-option b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--rose-dark); font-size: 19px; }
.response-option strong { font-size: 14px; }
.response-option small { max-width: 150px; color: var(--muted); font-size: 11px; }
.response-option input:checked + span { border-color: var(--rose); background: #fff9f6; box-shadow: 0 10px 28px rgba(184,95,105,.14), inset 0 0 0 1px var(--rose); }
.response-option--yes input:checked + span { background: #fff5f2; }
.response-option--decline { display: block; margin-top: 12px; }
.response-option--decline span { min-height: 92px; flex-direction: row; justify-content: flex-start; text-align: left; }
.response-option--decline small { max-width: none; }
.gentle-decline { border-top: 1px solid var(--line); padding-top: 14px; }
.gentle-decline summary { cursor: pointer; color: var(--muted); font-size: 13px; }
.share-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.share-row--centered { justify-content: center; }

.status-pill { display: inline-flex; padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: 12px; font-weight: 750; letter-spacing: .03em; }
.manage-page { max-width: 1080px; }
.access-card { max-width: 700px; margin-inline: auto; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.62); box-shadow: var(--shadow-soft); text-align: center; }
.access-card .state-illustration { margin-inline: auto; }
.access-card h1 { font-size: clamp(44px, 7vw, 76px); }
.access-form { display: grid; gap: 14px; max-width: 540px; margin: 28px auto 0; text-align: left; }
.manage-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.manage-hero h1 { max-width: 780px; font-size: clamp(48px, 7vw, 86px); }
.manage-hero img { width: 160px; }
.manage-dashboard { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; align-items: start; margin-top: 28px; }
.management-panel { margin-top: 0; }
.management-panel--response, .management-panel--settings { grid-column: 1; }
.management-panel--edit { grid-column: 2; grid-row: 1 / span 2; }
.management-panel h2 { font-size: clamp(34px, 4vw, 50px); }
.big-status { margin: 18px 0; font-family: var(--serif); font-size: 34px; color: var(--rose-dark); }
.empty-state { color: var(--muted); }
.management-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.management-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 16px; }
.management-actions form { margin: 0; }
.danger-zone { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; }
.danger-zone summary { cursor: pointer; color: var(--muted); font-size: 13px; }
.secret-box { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px; background: rgba(255,255,255,.62); overflow-wrap: anywhere; }
.secret-box code { display: block; font-size: 13px; margin: 10px 0; }

.zovy-toast { position: fixed; z-index: 99999; left: 50%; bottom: 22px; transform: translate(-50%, 18px); padding: 12px 18px; border-radius: 999px; background: var(--ink); color: white; box-shadow: 0 14px 40px rgba(0,0,0,.24); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-size: 13px; }
.zovy-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.zovy-hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; margin: 0; clip: auto; background: white; color: var(--ink); }

@keyframes float-soft { 0%, 100% { transform: translateY(0) rotate(-.5deg); } 50% { transform: translateY(-10px) rotate(.5deg); } }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero__copy { max-width: 760px; }
  .hero__art { max-width: 620px; margin: -28px auto 0; }
  .creator__grid { grid-template-columns: 1fr; }
  .preview-panel { position: static; order: -1; max-width: 650px; margin-inline: auto; }
  .soft-story__grid { grid-template-columns: 1fr 1fr; }
  .soft-card:nth-child(2) { transform: none; }
  .soft-card:nth-child(3) { grid-column: 1 / -1; }
  .manage-dashboard { grid-template-columns: 1fr; }
  .management-panel--response, .management-panel--settings, .management-panel--edit { grid-column: 1; grid-row: auto; }
}

@media (max-width: 720px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .site-header__inner { min-height: 66px; }
  .site-nav { display: none; }
  .hero { min-height: auto; padding-block: 62px 76px; }
  h1 { font-size: clamp(48px, 16vw, 76px); }
  .hero__lead { margin-top: 22px; }
  .hero__trust { display: grid; }
  .soft-story, .creator, .principles { padding-block: 76px; }
  .soft-story__grid { grid-template-columns: 1fr; }
  .soft-card:nth-child(3) { grid-column: auto; }
  .field-row, .management-grid { grid-template-columns: 1fr; }
  .mood-picker { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; text-align: center; }
  .principles__copy > p:last-child { margin-inline: auto; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; justify-content: center; }
  .invitation-page { padding-block: 22px 66px; }
  .invitation-card { min-height: 510px; border-radius: 28px; }
  .invitation-card--public { min-height: 560px; }
  .response-options { grid-template-columns: 1fr; }
  .response-option span { min-height: 92px; flex-direction: row; justify-content: flex-start; text-align: left; }
  .response-option small { max-width: none; }
  .response-panel, .management-panel { padding: 20px; }
  .manage-hero { align-items: flex-start; }
  .manage-hero img { width: 100px; }
}

@media (max-width: 420px) {
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .warm-form { padding: 18px; border-radius: 24px; }
  .form-step__head { grid-template-columns: 36px 1fr; }
  .form-step__head > span { width: 34px; height: 34px; }
  .invitation-card { padding: 26px 22px; }
  .card-bouquet { width: 100px; right: 12px; top: 12px; }
  .share-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
