:root {
  color-scheme: only light;
  --lf-page: #fffdf9;
  --lf-ink: #354a27;
  --lf-secondary: #536046;
  --lf-line: #d8e2c8;
  --lf-pink: #fbe5ed;
  --lf-green: #d8e8ac;
  --lf-photo-frame: #b2c980;
  --lf-ease-out: cubic-bezier(.23, 1, .32, 1);
  --lf-ease-in-out: cubic-bezier(.77, 0, .175, 1);
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--lf-ink);
  background: var(--lf-page);
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--lf-page); color: var(--lf-ink); }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .7; }
a { color: inherit; text-underline-offset: 5px; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #466d32; outline-offset: 4px; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
h1, h2, h3, p { overflow-wrap: break-word; }
.skip-link { position: absolute; left: 20px; top: -120px; z-index: 20; padding: 14px; background: white; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.lf-page { position: relative; isolation: isolate; max-width: 1192px; margin: auto; padding: 24px 36px 30px; }
.lf-page > :not(.lf-background-florals) { position: relative; z-index: 1; }
.lf-background-florals { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; opacity: .58; }
.lf-scatter { position: absolute; left: var(--x); top: var(--y); width: var(--s); height: var(--s); transform: translate(-50%, -50%) rotate(var(--r)); line-height: 1; font-size: var(--s); }
.lf-bloom { color: #d894b0; }
.lf-foliage { color: #a0b764; }
.lf-hero { isolation: isolate; overflow: hidden; border-radius: 28px; min-height: 530px; background: #eaf0d5; }
.lf-hero-photo { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: center; opacity: .85; z-index: -1; }
.lf-header { display: flex; justify-content: flex-end; padding: 22px 24px 0; }
.lf-contact { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: 22px; background: var(--lf-green); color: var(--lf-ink); font-weight: 600; text-decoration: none; }
.lf-contact:hover { background: #cbdc97; }
.lf-header .lf-contact { border-color: #f6f8eb; box-shadow: 0 2px 12px #20331716; }
.lf-identity { display: flex; justify-content: center; padding: 16px 20px 42px; }
.lf-logo-frame { position: relative; width: 414px; max-width: 100%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: #f1c3d5; box-shadow: 0 0 0 7px #fffdf9b3, 0 14px 45px #2836192b; padding: 13px; }
.lf-logo { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: #fff; border: 9px solid #c3d894; }
.lf-logo img { width: 94%; height: 94%; object-fit: contain; }
.lf-promo { --lf-promo-x: 44px; --lf-promo-y: 36px; display: flex; align-items: center; isolation: isolate; overflow: hidden; min-height: 350px; margin-top: 26px; padding: var(--lf-promo-y) var(--lf-promo-x); background: var(--lf-pink); border-radius: 24px; }
.lf-promo-copy { position: relative; z-index: 1; width: 56%; }
.lf-eyebrow { font-size: .875rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lf-promo h1 { font: 400 clamp(2rem, 4.1vw, 3rem)/1.12 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; margin: 16px 0; }
.lf-seasonal { position: absolute; inset: 0 0 0 44%; pointer-events: none; -webkit-mask-image: linear-gradient(to right, transparent, #00000014 14%, #00000080 35%, #000 63%); mask-image: linear-gradient(to right, transparent, #00000014 14%, #00000080 35%, #000 63%); }
.lf-promo-photo { position: relative; height: 100%; overflow: hidden; }
.lf-seasonal-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1800ms ease-in-out; }
.lf-seasonal-slide.is-active { opacity: 1; z-index: 1; }
.lf-promo-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lf-seasonal-slide img[src$='chrysanthemum-v3.jpg'] { object-position: center 38%; }
.lf-seasonal-slide img[src$='hydrangea-v3.jpg'] { transform: scale(1.13); }
#lf-catalog { scroll-margin-top: 24px; }
.lf-catalog-head { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px 20px; padding-top: 40px; }
.lf-catalog-head h2 { font: 400 2rem/1.25 Georgia, 'Times New Roman', serif; letter-spacing: -.02em; margin: 0; }
.lf-updated { color: var(--lf-secondary); font-size: .875rem; }
.lf-tabs { display: flex; flex-wrap: wrap; gap: 0 30px; margin: 12px 0 24px; border-bottom: 1px solid var(--lf-line); }
.lf-tab { color: var(--lf-secondary); background: transparent; border: 0; border-bottom: 3px solid transparent; padding: 14px 0; min-height: 52px; text-align: left; }
.lf-tab[aria-selected='true'] { color: var(--lf-ink); border-bottom-color: #64823a; font-weight: 600; }
.lf-tab:hover { color: #344a21; }
.lf-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; min-height: 260px; }
.lf-product { min-width: 0; }
.lf-product-photo { position: relative; aspect-ratio: 4 / 3.6; max-height: 350px; border: 4px solid var(--lf-photo-frame); border-radius: 24px; background: #edf0de; overflow: hidden; }
.lf-product-photo img { width: 100%; height: 100%; object-fit: cover; }
.lf-product[data-product='rose'] .lf-product-photo img { object-position: 45% 72%; }
.lf-product[data-product='chrysanthemum'] .lf-product-photo img { object-position: center 38%; }
.lf-product[data-product='rose-bouquet'] .lf-product-photo img { object-position: center 72%; }
.lf-product[data-product='basket'] .lf-product-photo img { object-position: 80% 55%; }
.lf-product[data-product='arrangement'] .lf-product-photo img { object-position: center 65%; }
.lf-product[data-category='potted'] .lf-product-photo img { object-fit: contain; }
.lf-product[data-product='potted'] .lf-product-photo { background: #e9eaed; }
.lf-product[data-product='orchid'] .lf-product-photo { background: #dfdad1; }
.lf-product h3 { font: 400 1.6rem/1.25 Georgia, 'Times New Roman', serif; margin: 16px 0 8px; }
.lf-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; color: var(--lf-secondary); }
.lf-price span:first-child { color: var(--lf-ink); font-size: 1.1875rem; font-weight: 600; overflow-wrap: anywhere; }
.lf-product-contact { display: flex; align-items: center; gap: 6px; color: var(--lf-ink); background: transparent; border: 0; padding: 11px 0; margin-top: 3px; min-height: 48px; font-size: 1rem; text-align: left; text-decoration: underline; text-underline-offset: 4px; }
.lf-product-contact:hover { color: #62782e; }
.lf-catalog-head, .lf-tabs, .lf-product, .lf-footer > * { background: var(--lf-page); }
.lf-footer { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--lf-line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; color: var(--lf-secondary); font-size: .875rem; }
.lf-footer-brand { font-family: Georgia, 'Times New Roman', serif; color: var(--lf-ink); font-size: 1.3rem; }
.lf-footer a { display: inline-flex; align-items: center; min-height: 44px; }
dialog { width: min(440px, calc(100% - 32px)); padding: 30px; border: 2px solid #c3d894; border-radius: 24px; background: var(--lf-page); color: var(--lf-ink); box-shadow: 0 20px 100px #28361940; }
dialog::backdrop { background: #26341e66; }
dialog h2 { font: 400 1.8rem/1.2 Georgia, serif; margin: 0 0 16px; }
dialog p { margin: 0 0 24px; }
dialog form { margin: 0; }
.noscript-note { max-width: 1100px; margin: 20px auto; padding: 16px; }
.lf-error { flex: 1; }
.lf-error button { display: block; margin-top: 10px; }
@media (min-width: 1600px) { .lf-page { padding-top: 32px; } }
@media (max-width: 850px) {
  .lf-page { padding: 18px 24px 24px; }
  .lf-hero { min-height: 460px; }
  .lf-logo-frame { width: 354px; }
  .lf-promo { --lf-promo-x: 28px; --lf-promo-y: 28px; min-height: 320px; }
  .lf-tabs { gap: 0 24px; }
  .lf-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .lf-page { padding: 12px 16px 24px; }
  .lf-hero { min-height: 0; border-radius: 24px; }
  .lf-header { padding: 16px 16px 0; }
  .lf-header .lf-contact { min-height: 48px; padding: 10px 17px; }
  .lf-identity { padding: 22px 21px 36px; }
  .lf-logo-frame { padding: 10px; width: 320px; box-shadow: 0 0 0 5px #fffdf9bf, 0 10px 24px #28361920; }
  .lf-logo { border-width: 7px; }
  .lf-promo { --lf-promo-x: 26px; --lf-promo-y: 26px; display: block; min-height: 0; margin-top: 20px; }
  .lf-promo-copy { width: 100%; }
  .lf-promo h1 { font-size: 2.25rem; }
  .lf-seasonal { position: relative; inset: auto; height: 270px; margin: 0 calc(-1 * var(--lf-promo-x)) calc(-1 * var(--lf-promo-y)); -webkit-mask-image: linear-gradient(to bottom, transparent, #00000014 12%, #00000080 30%, #000 58%); mask-image: linear-gradient(to bottom, transparent, #00000014 12%, #00000080 30%, #000 58%); }
  .lf-catalog-head { padding-top: 30px; }
  .lf-catalog-head h2 { font-size: 1.85rem; }
  .lf-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; align-items: stretch; }
  .lf-tab { font-size: 1rem; }
  .lf-products { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .lf-product-photo { aspect-ratio: 1 / 1.05; max-height: none; }
  .lf-product h3 { font-size: 1.45rem; }
  .lf-footer { justify-content: flex-start; }
  .lf-footer > span:nth-child(2) { flex-basis: 100%; }
}
@media (max-width: 420px) {
  .lf-product-photo { aspect-ratio: 1 / 1.05; }
  .lf-promo { --lf-promo-x: 22px; --lf-promo-y: 24px; }
  .lf-promo h1 { font-size: 2rem; }
}
@media (prefers-reduced-motion: no-preference) {
  button, a { transition: background-color 160ms ease, color 160ms ease, transform 160ms var(--lf-ease-out); }
  button:active:not(:disabled) { transform: scale(.98); }
  .lf-hero-photo { animation: lf-hero-breathe 22s ease-in-out infinite alternate; }
  .lf-product-photo img { transition: transform 700ms var(--lf-ease-out); }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .lf-product:hover .lf-product-photo img { transform: scale(1.025); }
}
@media (prefers-reduced-motion: reduce) {
  .lf-seasonal-slide { transition: none; }
}
.lf-hero.is-motion-paused .lf-hero-photo { animation-play-state: paused; }
@keyframes lf-hero-breathe {
  from { transform: scale(1.035) translate3d(-.4%, 0, 0); }
  to { transform: scale(1.065) translate3d(.4%, -.35%, 0); }
}
.scatter-0 {--x:4%;--y:2%;--s:22px;--r:-14deg}
.scatter-1 {--x:26%;--y:3%;--s:25px;--r:18deg}
.scatter-2 {--x:64%;--y:2%;--s:23px;--r:-6deg}
.scatter-3 {--x:94%;--y:8%;--s:26px;--r:24deg}
.scatter-4 {--x:13%;--y:14%;--s:22px;--r:-15deg}
.scatter-5 {--x:84%;--y:17%;--s:22px;--r:10deg}
.scatter-6 {--x:39%;--y:8%;--s:21px;--r:20deg}
.scatter-7 {--x:57%;--y:23%;--s:24px;--r:-18deg}
.scatter-8 {--x:3%;--y:29%;--s:24px;--r:18deg}
.scatter-9 {--x:97%;--y:35%;--s:23px;--r:-15deg}
.scatter-10 {--x:19%;--y:39%;--s:23px;--r:12deg}
.scatter-11 {--x:71%;--y:37%;--s:25px;--r:-20deg}
.scatter-12 {--x:3%;--y:47%;--s:22px;--r:-10deg}
.scatter-13 {--x:97%;--y:51%;--s:25px;--r:8deg}
.scatter-14 {--x:29%;--y:52%;--s:22px;--r:20deg}
.scatter-15 {--x:61%;--y:55%;--s:24px;--r:-12deg}
.scatter-16 {--x:13%;--y:60%;--s:25px;--r:-16deg}
.scatter-17 {--x:83%;--y:64%;--s:23px;--r:14deg}
.scatter-18 {--x:46%;--y:68%;--s:24px;--r:-12deg}
.scatter-19 {--x:3%;--y:72%;--s:23px;--r:26deg}
.scatter-20 {--x:97%;--y:78%;--s:25px;--r:-18deg}
.scatter-21 {--x:27%;--y:80%;--s:24px;--r:12deg}
.scatter-22 {--x:67%;--y:84%;--s:25px;--r:-10deg}
.scatter-23 {--x:13%;--y:89%;--s:23px;--r:12deg}
.scatter-24 {--x:88%;--y:91%;--s:22px;--r:-24deg}
.scatter-25 {--x:48%;--y:95%;--s:25px;--r:18deg}
.scatter-26 {--x:3%;--y:97%;--s:24px;--r:-12deg}
.scatter-27 {--x:96%;--y:98%;--s:24px;--r:10deg}
