@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@500;600;700&family=Pretendard:wght@400;500;600;700&display=swap');

:root {
    --flower-ink: #24312a;
    --flower-ink-soft: #5f6b63;
    --flower-paper: #fbf8f1;
    --flower-paper-deep: #f2eddf;
    --flower-sage: #b9c6b1;
    --flower-sage-dark: #56705b;
    --flower-green: #1f4d3b;
    --flower-coral: #b6473a;
    --flower-marigold: #9b641f;
    --flower-line: rgba(36, 49, 42, .16);
    --flower-serif: 'Noto Serif KR', Georgia, serif;
    --flower-sans: Pretendard, 'Noto Sans KR', Arial, sans-serif;
    --color-primary: var(--flower-green);
    --color-primary-dark: #143d2d;
    --color-primary-light: #eef3eb;
    --color-secondary: var(--flower-ink);
    --color-bg: var(--flower-paper);
    --color-bg-alt: #f4efe3;
    --color-text: var(--flower-ink);
    --color-text-light: var(--flower-ink-soft);
    --color-border: var(--flower-line);
}

.flower24-body { background: var(--flower-paper); color: var(--flower-ink); font-family: var(--flower-sans); font-size: 17px; line-height: 1.76; }
.flower24-body *, .flower24-body *::before, .flower24-body *::after { box-sizing: border-box; }
.flower24-body a { color: inherit; text-underline-offset: .18em; }
.flower24-body img { max-width: 100%; height: auto; }
.flower24-body h1, .flower24-body h2, .flower24-body h3, .flower24-body h4 { color: var(--flower-ink); font-family: var(--flower-serif); letter-spacing: -.055em; }
.flower24-body h1 { font-size: clamp(2.55rem, 5.5vw, 5.25rem); line-height: 1.18; }
.flower24-body h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); line-height: 1.26; }
.flower24-body h3 { font-size: 1.35rem; line-height: 1.38; }
.flower24-body .container { width: min(1180px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.flower24-body .container--narrow { width: min(760px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.flower24-body .section { padding: clamp(72px, 10vw, 144px) 0; }
.flower-skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--flower-green); color: #fff; transform: translateY(-140%); }
.flower-skip-link:focus { transform: translateY(0); }
.flower24-body :focus-visible { outline: 3px solid var(--flower-marigold); outline-offset: 4px; }
.eyebrow { margin: 0 0 13px; color: var(--flower-sage-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; line-height: 1.3; }
.flower-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 0; font-size: .94rem; font-weight: 700; letter-spacing: -.02em; text-align: center; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.flower-button:hover { transform: translateY(-2px); text-decoration: none; }
.flower24-body .flower-button--primary, .flower24-body .flower-button--dark { background: var(--flower-green); color: #fff; }
.flower24-body .flower-button--primary:hover, .flower24-body .flower-button--dark:hover { background: #143d2d; color: #fff; }
.flower24-body .flower-button--light { background: #fffdf7; color: var(--flower-green); }
.flower24-body .flower-button--light:hover { background: var(--flower-paper-deep); color: var(--flower-green); }
.flower-text-link, .flower-card-link { font-weight: 700; text-decoration: none; }
.flower-text-link:hover, .flower-card-link:hover { text-decoration: underline; }

.flower-header { position: relative; z-index: 20; border-bottom: 1px solid var(--flower-line); background: rgba(251, 248, 241, .95); }
.flower-header__inner { display: flex; align-items: center; min-height: 82px; gap: 34px; }
.flower-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--flower-green); text-decoration: none; white-space: nowrap; }
.flower-brand__lockup { display: grid; gap: 1px; line-height: 1; }
.flower-brand__wordmark { font-family: var(--flower-serif); font-size: 1.38rem; font-weight: 700; letter-spacing: -.075em; }
.flower-brand__descriptor { color: var(--flower-sage-dark); font-family: var(--flower-sans); font-size: .58rem; font-weight: 700; letter-spacing: .14em; }
.flower-brand__mark { color: var(--flower-marigold); font-family: Georgia, serif; font-size: 1.1em; }
.flower-nav { margin-left: auto; }
.flower-nav__list, .flower-mobile-menu__list { display: flex; gap: 4px; margin: 0; padding: 0; list-style: none; }
.flower-nav__list a { display: inline-flex; padding: 12px 13px; font-size: .9rem; font-weight: 600; text-decoration: none; }
.flower-nav__list a:hover, .flower-nav__list .current-menu-item > a { color: var(--flower-coral); }
.flower-nav__list .sub-menu { position: absolute; display: none; min-width: 190px; padding: 8px; background: #fff; box-shadow: 0 12px 30px rgba(29, 43, 33, .15); list-style: none; }
.flower-nav__list .menu-item-has-children:hover > .sub-menu, .flower-nav__list .menu-item-has-children:focus-within > .sub-menu { display: block; }
.flower-nav__list .sub-menu a { display: block; }
.flower-header__actions { display: flex; align-items: center; gap: 14px; }
.flower-header__contact { padding-bottom: 2px; border-bottom: 1px solid var(--flower-green); color: var(--flower-green); font-size: .84rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.flower-menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.flower-menu-toggle span { display: block; width: 21px; height: 1px; margin: 5px auto; background: var(--flower-ink); transition: transform .2s ease; }
.flower-mobile-menu { border-top: 1px solid var(--flower-line); background: var(--flower-paper); }
.flower-mobile-menu > .container { padding: 24px 0 30px; }
.flower-mobile-menu__list { display: grid; gap: 0; margin-bottom: 24px; }
.flower-mobile-menu__list a { display: block; padding: 12px 0; border-bottom: 1px solid var(--flower-line); font-weight: 600; text-decoration: none; }
.flower-mobile-menu__list .sub-menu { padding-left: 14px; list-style: none; }

.flower-hero { position: relative; overflow: hidden; min-height: min(760px, calc(100vh - 82px)); background: var(--flower-paper); }
.flower-hero__wash { position: absolute; right: -8%; bottom: -25%; width: min(760px, 68vw); aspect-ratio: 1; border-radius: 50%; background: #e2eadb; opacity: .75; }
.flower-hero__grid { position: relative; display: grid; grid-template-columns: 55fr 45fr; align-items: center; min-height: min(760px, calc(100vh - 82px)); gap: clamp(28px, 4vw, 64px); }
.flower-hero__content { min-width: 0; max-width: 610px; padding: 70px 0; }
.flower-hero h1 { margin: 0; font-size: clamp(2.75rem, 5vw, 3.75rem); overflow-wrap: break-word; word-break: keep-all; }
.flower-hero h1 em { color: var(--flower-sage-dark); font-style: normal; }
.flower-hero__lead { max-width: 560px; margin: 27px 0 0; color: var(--flower-ink-soft); font-size: 1.1rem; overflow-wrap: anywhere; }
.flower-hero__actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.flower-hero__notice { display: flex; gap: 8px; margin: 28px 0 0; color: var(--flower-ink-soft); font-size: .8rem; }
.flower-hero__notice span { color: var(--flower-coral); font-size: .55rem; line-height: 2.5; }
.flower-hero__art { position: relative; min-height: 550px; }
.flower-hero__art > picture { position: absolute; inset: 0; display: block; overflow: hidden; border-radius: 48% 52% 42% 58% / 43% 38% 62% 57%; }
.flower-hero__art > picture > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.flower-hero__art-fallback { position: absolute; inset: 12% 2% 4% 5%; overflow: hidden; background: linear-gradient(145deg, #e1e9d9 0%, #e6d8c9 100%); border-radius: 48% 52% 42% 58% / 43% 38% 62% 57%; }
.flower-hero__stem { position: absolute; bottom: 8%; width: 7px; height: 58%; border-radius: 50%; background: var(--flower-green); transform-origin: bottom; }
.flower-hero__stem--one { left: 39%; transform: rotate(-23deg); }.flower-hero__stem--two { left: 53%; height: 65%; transform: rotate(13deg); }.flower-hero__stem--three { left: 62%; height: 50%; transform: rotate(32deg); }
.flower-hero__bloom { position: absolute; width: 120px; aspect-ratio: 1; border-radius: 50% 48% 52% 46%; background: radial-gradient(circle, #f1cf80 0 11%, transparent 12%), conic-gradient(from 20deg, #e18477, #f1aa9d, #cf6f71, #e18477); box-shadow: 0 10px 25px rgba(113, 75, 63, .16); }
.flower-hero__bloom--one { top: 22%; left: 22%; }.flower-hero__bloom--two { top: 10%; left: 45%; width: 145px; }.flower-hero__bloom--three { top: 35%; right: 8%; width: 92px; }
.flower-hero__card-note { position: absolute; right: 1%; bottom: 14%; padding: 20px; background: #fbf7ed; color: var(--flower-green); font-family: var(--flower-serif); font-size: 1.1rem; line-height: 1.3; transform: rotate(-8deg); box-shadow: 0 8px 24px rgba(36, 49, 42, .13); }

.flower-search { background: var(--flower-green); color: #fff; }
.flower-search h2 { margin: 0; color: #fff; }.flower-search .eyebrow { color: #c9d8c1; }
.flower-search__inner { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; }
.flower-search__form label { display: block; margin-bottom: 8px; font-size: .83rem; font-weight: 700; }
.flower-search__input-row { display: flex; }
.flower-search__input-row input { width: 100%; min-height: 55px; border: 0; border-radius: 0; padding: 0 17px; color: var(--flower-ink); font: inherit; }
.flower-search__input-row .flower-button { min-width: 84px; background: var(--flower-marigold); }.flower-search__input-row .flower-button:hover { background: #7b4c14; }
.flower-search__form p { margin: 10px 0 0; color: #dbe4d6; font-size: .78rem; }
.flower-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 43px; }.flower-section-heading h2 { margin: 0; }.flower-section-heading > p { max-width: 330px; margin: 0; color: var(--flower-ink-soft); font-size: .94rem; }.flower-section-heading--journal { align-items: center; }
.flower-intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.flower-intent-card { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--flower-line); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }.flower-intent-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(36, 49, 42, .11); text-decoration: none; }.flower-intent-card--condolence { background: #e8ede4; }.flower-intent-card--celebration { background: #f4e2da; }.flower-intent-card--visit { background: #f1e9d5; }.flower-intent-card__number { color: var(--flower-sage-dark); font-size: .73rem; font-weight: 700; letter-spacing: .09em; }.flower-intent-card__mark { position: absolute; top: 23px; right: 27px; color: rgba(31, 77, 59, .6); font-size: 2rem; }.flower-intent-card h3 { margin: auto 0 10px; font-size: 2.25rem; }.flower-intent-card p { max-width: 260px; margin: 0; color: var(--flower-ink-soft); font-size: .9rem; }.flower-intent-card .flower-card-link { margin-top: 22px; color: var(--flower-green); font-size: .84rem; }
.flower-decision { background: var(--flower-paper-deep); }.flower-decision__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(42px, 9vw, 140px); align-items: start; }.flower-decision__copy h2 { margin: 0 0 22px; }.flower-decision__copy > p:last-child { max-width: 430px; margin: 0; color: var(--flower-ink-soft); }.flower-decision__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--flower-line); }.flower-decision__list li { display: grid; grid-template-columns: 56px 1fr; gap: 10px; padding: 24px 0; border-bottom: 1px solid var(--flower-line); }.flower-decision__list span { color: var(--flower-coral); font-size: .78rem; font-weight: 700; }.flower-decision__list h3 { margin: 0 0 5px; font-family: var(--flower-sans); font-size: 1.05rem; letter-spacing: -.04em; }.flower-decision__list p { margin: 0; color: var(--flower-ink-soft); font-size: .9rem; }
.flower-journal { background: #fffdf8; }.flower-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }.flower-journal-card__image { display: block; aspect-ratio: 1; overflow: hidden; background: #e2eadb; }.flower-journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }.flower-journal-card:hover img { transform: scale(1.025); }.flower-journal-card__placeholder { display: grid; width: 100%; height: 100%; place-content: center; color: var(--flower-sage-dark); font-family: var(--flower-serif); font-size: 1.7rem; line-height: 1.05; text-align: center; }.flower-journal-card__body { padding-top: 19px; }.flower-journal-card__body > p { margin: 0 0 8px; color: var(--flower-sage-dark); font-size: .69rem; font-weight: 700; letter-spacing: .1em; }.flower-journal-card h3 { margin: 0; font-size: 1.38rem; }.flower-journal-card h3 a { text-decoration: none; }.flower-journal-card .flower-card-link { display: inline-block; margin-top: 14px; color: var(--flower-green); font-size: .82rem; }
.flower-regions { background: var(--flower-green); color: #fff; }.flower-regions h2 { margin: 0 0 18px; color: #fff; }.flower-regions .eyebrow { color: #c9d8c1; }.flower-regions p { color: #d9e3d6; }.flower-regions__shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; }.flower-region-links { display: grid; grid-template-columns: repeat(4, 1fr); align-content: start; border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.16); }.flower-region-links a { display: flex; justify-content: space-between; gap: 8px; min-height: 72px; padding: 16px 14px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.3); color: #fff; font-size: .9rem; text-decoration: none; }.flower-region-links a:hover { background: rgba(255,255,255,.08); color: #f1d99d; }
.flower-dayflower { background: var(--flower-paper); }.flower-dayflower__card { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--flower-line); border-left: 5px solid var(--flower-sage-dark); background: #fffdf8; }.flower-dayflower h2 { margin: 0 0 14px; }.flower-dayflower p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--flower-ink-soft); }.flower-dayflower .flower-button { flex: 0 0 auto; }
.flower-faq__list { border-top: 1px solid var(--flower-line); }.flower-faq details { border-bottom: 1px solid var(--flower-line); }.flower-faq summary { position: relative; padding: 20px 42px 20px 0; cursor: pointer; font-weight: 700; list-style: none; }.flower-faq summary::-webkit-details-marker { display: none; }.flower-faq summary::after { position: absolute; top: 19px; right: 5px; content: '+'; color: var(--flower-coral); font-size: 1.4rem; font-weight: 400; }.flower-faq details[open] summary::after { content: '−'; }.flower-faq details p { max-width: 660px; margin: 0 0 21px; color: var(--flower-ink-soft); font-size: .94rem; }
.flower-inquiry { background: var(--flower-coral); color: #fff; }.flower-inquiry h2 { margin: 0 0 15px; color: #fff; }.flower-inquiry .eyebrow { color: #f6d4cd; }.flower-inquiry__inner { display: flex; justify-content: space-between; gap: 44px; padding: clamp(65px, 9vw, 110px) 0; }.flower-inquiry__inner > div:first-child p:last-child { margin: 0; color: #fff0eb; }.flower-inquiry__actions { align-self: center; min-width: 260px; }.flower-inquiry__actions p { margin: 11px 0 0; color: #fff0eb; font-size: .78rem; }.flower-inquiry__actions [aria-disabled="true"] { cursor: default; opacity: .82; }

.flower-category__hero { padding: clamp(85px, 12vw, 150px) 0; background: linear-gradient(120deg, #e7ede2 0%, #f5eadf 100%); }.flower-category__hero .container { max-width: 950px; }.flower-category__hero h1 { max-width: 770px; margin: 0 0 22px; }.flower-category__hero p:not(.eyebrow):not(.flower-category__kicker) { max-width: 630px; margin: 0 0 28px; color: var(--flower-ink-soft); }.flower-category__kicker { color: var(--flower-sage-dark); font-family: var(--flower-serif); }.flower-category-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--flower-line); border-left: 1px solid var(--flower-line); }.flower-category-links a { display: flex; justify-content: space-between; gap: 10px; min-height: 94px; padding: 25px; border-right: 1px solid var(--flower-line); border-bottom: 1px solid var(--flower-line); font-weight: 700; text-decoration: none; }.flower-category-links a:hover { background: var(--flower-paper-deep); color: var(--flower-green); }.flower-category__checklist { background: var(--flower-paper-deep); }.flower-category__checklist h2 { margin: 0 0 25px; }.flower-category__checklist ol { margin: 0; padding: 0; list-style: none; }.flower-category__checklist li { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 22px 0; border-top: 1px solid var(--flower-line); }.flower-category__checklist li > span { color: var(--flower-coral); font-size: .78rem; font-weight: 700; }.flower-category__checklist h3 { margin: 0 0 3px; font-family: var(--flower-sans); font-size: 1rem; }.flower-category__checklist p { margin: 0; color: var(--flower-ink-soft); font-size: .92rem; }.flower-category__notice h2 { margin: 0 0 13px; }.flower-category__notice p { color: var(--flower-ink-soft); }

.flower-article { padding: clamp(70px, 10vw, 128px) 0 40px; }.flower-article__header { margin-bottom: 32px; }.flower-article__header h1 { margin: 0; font-size: clamp(2.3rem, 4.6vw, 4.15rem); }.flower-article__category { margin: 0 0 12px; color: var(--flower-sage-dark); font-size: .9rem; }.flower-article__meta { display: flex; gap: 8px; margin-top: 22px; color: var(--flower-ink-soft); font-size: .78rem; }.flower-article__answer { margin: 0 calc(min(150px, 12vw) * -1) 43px; padding: 28px clamp(24px, 5vw, 55px); border-left: 5px solid var(--flower-coral); background: var(--flower-paper-deep); }.flower-article__answer span { color: var(--flower-coral); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }.flower-article__answer p { margin: 8px 0 0; font-size: 1.02rem; }.flower-article__image { margin: 0 0 32px; }.flower-article__image img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }.flower-article__toc { margin: 0 0 45px; padding: 24px 28px; border: 1px solid var(--flower-line); }.flower-article__toc h2 { margin: 0 0 13px; font-family: var(--flower-sans); font-size: .9rem; letter-spacing: -.03em; }.flower-article__toc ol { margin: 0; padding-left: 20px; }.flower-article__toc li { margin: 6px 0; color: var(--flower-sage-dark); }.flower-article__toc a { color: var(--flower-ink); font-size: .9rem; }.flower-prose { max-width: 72ch; color: #38453d; font-size: 1.06rem; line-height: 1.85; }.flower-prose h2 { margin: 2.4em 0 .65em; font-size: 1.75rem; }.flower-prose h3 { margin: 1.9em 0 .6em; font-family: var(--flower-sans); font-size: 1.2rem; }.flower-prose p, .flower-prose ul, .flower-prose ol { margin: 0 0 1.35em; }.flower-prose img { margin: 1.5em 0; }.flower-article__check { margin: 55px 0 10px; padding: 28px; background: #e7ede2; }.flower-article__check h2 { margin: 0 0 13px; font-size: 1.35rem; }.flower-article__check ul { margin: 0 0 18px; padding-left: 20px; }.flower-article__check li { margin: 5px 0; font-size: .92rem; }.flower-article__check .flower-text-link { color: var(--flower-green); font-size: .88rem; }.flower-article-related { padding-top: 35px; }.flower-article-related .related-posts__title { font-family: var(--flower-serif); font-size: 1.7rem; }

@media (max-width: 1000px) { .flower-article__answer { margin-right: 0; margin-left: 0; } }

.flower-footer { padding-top: 68px; background: #1d3026; color: #e9eee5; }.flower-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 55px; }.flower-brand--footer { color: #fff; }.flower-brand--footer .flower-brand__descriptor { color: #c6d0c5; }.flower-footer p { color: #c6d0c5; font-size: .85rem; }.flower-footer__status { max-width: 270px; color: #aab8a8 !important; font-size: .76rem !important; }.flower-footer h2 { margin: 0 0 16px; color: #fff; font-family: var(--flower-sans); font-size: .78rem; letter-spacing: .03em; }.flower-footer ul { margin: 0; padding: 0; list-style: none; }.flower-footer li { margin: 7px 0; }.flower-footer a { color: #e9eee5; font-size: .85rem; text-decoration: none; }.flower-footer a:hover { color: #f2c579; text-decoration: underline; }.flower-footer__contact { display: grid; align-content: start; gap: 6px; }.flower-footer__contact p { margin: 0; }.flower-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); color: #aab8a8; font-size: .7rem; }

@media (max-width: 900px) { .flower-nav { display: none; }.flower-header__inner { min-height: 70px; }.flower-menu-toggle { display: block; }.flower-hero { min-height: auto; }.flower-hero__grid { grid-template-columns: 1fr; min-height: auto; }.flower-hero__content { padding: 75px 0 20px; }.flower-hero__art { min-height: 420px; }.flower-search__inner, .flower-decision__grid, .flower-regions__shell { grid-template-columns: 1fr; gap: 35px; }.flower-footer__grid { grid-template-columns: 1.6fr 1fr 1fr; }.flower-footer__contact { grid-column: span 3; }.flower-article__answer { margin-right: 0; margin-left: 0; } }
@media (max-width: 600px) { .flower24-body { font-size: 16px; }.flower24-body .container, .flower24-body .container--narrow { width: min(100% - 32px, 760px); }.flower-header__contact { display: none; }.flower-hero__content { padding-top: 57px; }.flower-hero__closing { display: block; }.flower-hero__lead { font-size: 1rem; }.flower-hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 28px; }.flower-hero__art { min-height: 330px; }.flower-hero__art-fallback { inset: 5% 2% 2%; }.flower-hero__bloom { width: 83px; }.flower-hero__bloom--two { width: 105px; }.flower-hero__bloom--three { width: 68px; }.flower-hero__card-note { padding: 12px; font-size: .82rem; }.flower-search__input-row { display: grid; grid-template-columns: 1fr 75px; }.flower-search__input-row input { min-width: 0; }.flower-section-heading, .flower-section-heading--journal { align-items: start; flex-direction: column; gap: 13px; margin-bottom: 28px; }.flower-intent-grid, .flower-journal-grid { grid-template-columns: 1fr; }.flower-intent-card { min-height: 285px; }.flower-intent-card h3 { font-size: 1.8rem; }.flower-region-links { grid-template-columns: repeat(2, 1fr); }.flower-dayflower__card { align-items: flex-start; flex-direction: column; }.flower-inquiry__inner { flex-direction: column; }.flower-inquiry__actions { min-width: 0; }.flower-category-links { grid-template-columns: 1fr; }.flower-article { padding-top: 62px; }.flower-article__answer { padding: 23px; }.flower-prose { font-size: 1rem; }.flower-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 23px; }.flower-footer__grid > :first-child, .flower-footer__contact { grid-column: span 2; }.flower-footer__bottom { align-items: flex-start; flex-direction: column; gap: 6px; } }
@media (max-width: 600px) { .flower-hero__art > picture > img { object-position: 66% center; } }
@media (prefers-reduced-motion: reduce) { .flower24-body *, .flower24-body *::before, .flower24-body *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
