@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream1.otf") format("opentype"); font-style: normal; font-weight: 100; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream2.otf") format("opentype"); font-style: normal; font-weight: 200; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream3.otf") format("opentype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream4.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream5.otf") format("opentype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream6.otf") format("opentype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream7.otf") format("opentype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream8.otf") format("opentype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "S-Core Dream"; src: url("/fonts/SCDream9.otf") format("opentype"); font-style: normal; font-weight: 900; font-display: swap; }

:root {
  --pink-50: #fff7fa;
  --pink-100: #ffeef4;
  --pink-200: #ffdce8;
  --pink-300: #ffc4d7;
  --pink-500: #ff86ad;
  --pink-600: #ed6996;
  --rose: #8f405d;
  --ink: #2b2226;
  --muted: #776a70;
  --line: #eadde2;
  --white: #fff;
  --max: 1240px;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(122, 63, 84, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "S-Core Dream", "Pretendard", "Noto Sans KR", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.notice-bar { height: 34px; display: flex; justify-content: center; align-items: center; gap: 8px; padding: 0 20px; color: var(--rose); background: var(--pink-100); font-size: 13px; font-weight: 600; letter-spacing: -.01em; }
.notice-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink-500); box-shadow: 0 0 0 4px rgba(255,134,173,.14); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(234,221,226,.75); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 48px), var(--max)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 43px; height: 43px; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; background: var(--pink-300); border: 1px solid rgba(237, 105, 150, .22); border-radius: 50%; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .42); }
.brand-mascot { width: 46px; max-width: none; height: 46px; object-fit: contain; transform: translateY(2px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; color: var(--pink-500);}
.brand-copy strong {font-size: 22px; letter-spacing: -.03em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-shop) { position: relative; }
.main-nav > a:not(.nav-shop)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--pink-500); transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-shop { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; transition: .25s ease; }
.nav-shop:hover { color: #fff; background: var(--ink); }
.menu-toggle { display: none; padding: 6px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px; background: var(--ink); transition: .25s ease; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, .9fr); align-items: center; gap: clamp(44px, 6vw, 90px); padding: clamp(48px, 4.5vw, 68px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; background: linear-gradient(115deg, #fff 0 47%, var(--pink-50) 47% 100%); }
.hero-content { padding-left: 4px; }
.eyebrow { margin: 0 0 18px; color: var(--pink-600); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.hero h1 { margin: 0; font-size: clamp(53px, 6vw, 88px); line-height: 1.08; letter-spacing: -.075em; word-break: keep-all; font-weight: 600;}
.hero h1 em { color: var(--pink-500); font-family: inherit; font-style: normal; font-weight: 600; letter-spacing: -.03em; }
.hero-description { margin: 27px 0 34px; color: var(--muted); font-family: "Gowun Dodum", sans-serif; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.85; word-break: keep-all; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 26px; border-radius: 999px; font-size: 15px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--pink-500); box-shadow: 0 14px 30px rgba(255, 134, 173, .28); }
.button-primary:hover { background: var(--pink-600); box-shadow: 0 18px 38px rgba(255, 134, 173, .34); }
.text-link { padding: 8px 0; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 600; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 54px; }
.mini-avatar { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--pink-600); background: var(--pink-100); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--pink-200); }
.hero-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.hero-note strong { color: var(--ink); font-size: 13px; }

.hero-visual { position: relative; width: min(100%, 520px); justify-self: end; padding: 20px; }
.hero-image-wrap { position: relative; z-index: 1; aspect-ratio: .77; padding: 12px; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.8); border-radius: 48% 48% 24px 24px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: inherit; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 47% 47% 18px 18px; }
.float-tag { position: absolute; z-index: 3; padding: 10px 16px; color: var(--rose); background: rgba(255,255,255,.92); border: 1px solid var(--pink-200); border-radius: 999px; box-shadow: 0 8px 22px rgba(122,63,84,.09); font-family: Georgia, serif; font-size: 14px; font-style: italic; white-space: nowrap; }
.tag-top { top: 13%; left: -4%; transform: rotate(-6deg); }
.tag-bottom { right: -5%; bottom: 12%; transform: rotate(4deg); }
.bubble { position: absolute; z-index: 0; display: block; border-radius: 50%; background: var(--pink-200); }
.bubble-one { width: 95px; height: 95px; top: 0; right: -25px; opacity: .8; }
.bubble-two { width: 44px; height: 44px; left: -20px; bottom: 4%; background: #ead8ff; }

.promise-strip { width: min(calc(100% - 48px), var(--max)); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; padding: 32px 0; border-bottom: 1px solid var(--line); }
.promise-strip > div { display: flex; align-items: center; justify-content: center; padding: 0 24px; border-right: 1px solid var(--line); }
.promise-strip > div:last-child { border-right: 0; }
.promise-strip .promise-index { color: var(--pink-500); font-family: Georgia, serif; font-size: 12px; font-style: italic; }
.promise-strip p { min-width: 0; margin: 0 0 0 16px; color: var(--muted); font-size: 13px; word-break: keep-all; overflow-wrap: normal; }
.promise-strip strong { display: block; margin-bottom: 1px; color: var(--ink); font-size: 15px; word-break: keep-all; white-space: nowrap; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: clamp(92px, 10vw, 145px) 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2, .story-copy h2, .closing-cta h2 { margin: 0; font-size: clamp(35px, 4vw, 56px); line-height: 1.25; letter-spacing: -.055em; word-break: keep-all; }
.round-link { display: inline-flex; align-items: center; gap: 10px; padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 600; transition: .25s ease; }
.round-link:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 22px; }
.product-image { position: relative; display: block; aspect-ratio: .82; overflow: hidden; background: var(--pink-50); border-radius: var(--radius-md); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 11px; color: var(--rose); background: rgba(255,255,255,.9); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .12em; backdrop-filter: blur(8px); }
.product-view { position: absolute; z-index: 2; right: 15px; bottom: 15px; left: 15px; display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; color: #fff; background: rgba(43,34,38,.82); border-radius: 13px; font-size: 13px; font-weight: 600; opacity: 0; transform: translateY(10px); transition: .25s ease; backdrop-filter: blur(8px); }
.product-card:hover .product-view, .product-image:focus-visible .product-view { opacity: 1; transform: translateY(0); }
.product-info { padding: 19px 5px 0; }
.product-category { margin: 0 0 6px; color: var(--pink-600); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.product-info h3 { margin: 0; font-size: 18px; letter-spacing: -.03em; }
.product-info h3 a:hover { color: var(--pink-600); }
.product-caption { min-height: 43px; margin: 8px 0 14px; color: var(--muted); font-size: 13px; line-height: 1.6; word-break: keep-all; }
.product-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line); }
.product-meta strong { font-size: 16px; }
.product-meta span { color: var(--muted); font-size: 11px; }

.story { width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: clamp(55px, 8vw, 130px); align-items: center; padding-right: max(24px, calc((100vw - var(--max)) / 2)); padding-left: max(24px, calc((100vw - var(--max)) / 2)); background: var(--pink-50); }
.story-visual { position: relative; padding: 22px 0 22px 22px; }
.story-image-main { aspect-ratio: 1.08; overflow: hidden; border-radius: 28px 120px 28px 28px; box-shadow: var(--shadow); }
.story-image-main img { width: 100%; height: 100%; object-fit: cover; }
.story-sticker { position: absolute; right: -35px; bottom: -18px; width: 142px; height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--pink-500); border: 8px solid var(--pink-50); border-radius: 50%; text-align: center; transform: rotate(6deg); }
.story-sticker span { font-family: Georgia, serif; font-size: 12px; font-style: italic; }
.story-sticker strong { font-family: Georgia, serif; font-size: 24px; font-style: italic; line-height: .95; }
.story-copy { max-width: 510px; }
.story-copy > p:not(.eyebrow) { margin: 28px 0 35px; color: var(--muted); font-family: "Gowun Dodum", sans-serif; font-size: 17px; line-height: 1.9; word-break: keep-all; }
.story-facts { margin: 0; border-top: 1px solid var(--line); }
.story-facts div { display: grid; grid-template-columns: 115px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); }
.story-facts dt { color: var(--pink-600); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.story-facts dd { margin: 0; font-size: 14px; }

.heading-description { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; text-align: right; }
.order-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.order-steps li { position: relative; min-height: 270px; display: grid; grid-template-columns: clamp(54px, 5vw, 66px) minmax(0, 1fr); grid-template-rows: auto auto 1fr auto; column-gap: clamp(14px, 1.65vw, 22px); padding: 28px clamp(20px, 2.2vw, 28px); overflow: hidden; background: var(--pink-50); border: 1px solid var(--pink-100); border-radius: var(--radius-md); }
.order-steps li:nth-child(2) { background: #fffafb; }
.order-steps li:nth-child(3) { background: #fff7f4; }
.order-steps li > span { grid-column: 1 / -1; color: var(--pink-500); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.step-icon { grid-column: 1; grid-row: 2 / 4; width: clamp(54px, 5vw, 66px); height: clamp(54px, 5vw, 66px); display: grid; place-items: center; margin-top: 24px; color: var(--pink-600); background: #fff; border: 1px solid var(--pink-200); border-radius: 50%; font-family: Georgia, serif; font-size: 22px; font-style: italic; box-shadow: 0 10px 30px rgba(143,64,93,.07); }
.step-icon svg { width: 27px; height: 27px; }
.order-steps h3 { grid-column: 2; margin: 23px 0 8px; font-size: 20px; letter-spacing: -.03em; }
.order-steps p { grid-column: 2; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; word-break: keep-all; }
.step-detail { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; margin-top: 22px; padding-top: 17px; border-top: 1px solid rgba(237, 105, 150, .16); }
.step-detail span { flex: 0 0 auto; color: var(--pink-600); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.step-detail strong { color: var(--muted); font-size: 12px; font-weight: 500; }
.order-tip { margin: 22px 0 0; padding: 16px 20px; color: var(--muted); background: #faf8f9; border-radius: 12px; font-size: 13px; text-align: center; }
.order-tip strong { margin-right: 5px; color: var(--pink-600); }

.closing-cta { position: relative; margin: 0 24px 24px; padding: clamp(85px, 10vw, 130px) 24px; overflow: hidden; color: var(--ink); background: var(--pink-200); border-radius: var(--radius-lg); text-align: center; }
.closing-cta .eyebrow { color: var(--rose); }
.closing-cta > p:not(.eyebrow) { margin: 18px 0 30px; color: var(--rose); font-family: "Gowun Dodum", sans-serif; font-size: 17px; }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 16px 34px rgba(43,34,38,.18); }
.button-dark:hover { background: var(--rose); }
.cta-bubbles i { position: absolute; display: block; border-radius: 50%; background: rgba(255,255,255,.38); }
.cta-bubbles i:nth-child(1) { width: 170px; height: 170px; left: 7%; top: -55px; }
.cta-bubbles i:nth-child(2) { width: 46px; height: 46px; left: 19%; bottom: 18%; }
.cta-bubbles i:nth-child(3) { width: 220px; height: 220px; right: 5%; bottom: -110px; }

.site-footer { width: min(calc(100% - 48px), var(--max)); display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); align-items: start; gap: 60px; margin: 0 auto; padding: 42px 0 36px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.footer-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.footer-brand { color: var(--ink); }
.footer-intro > p { margin: 0; font-size: 13px; word-break: keep-all; }
.footer-intro > small { margin-top: 6px; color: #9b8f94; font-size: 11px; white-space: nowrap; }
.footer-business { min-width: 0; }
.business-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; margin: 0; }
.business-list > div { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 10px; padding: 7px 0; border-top: 1px solid rgba(234, 221, 226, .72); }
.business-list > div:nth-child(-n + 2) { padding-top: 0; border-top: 0; }
.business-list .business-wide { grid-column: 1 / -1; }
.business-list dt { color: #9b8f94; }
.business-list dd { min-width: 0; margin: 0; color: var(--ink); line-height: 1.55; overflow-wrap: anywhere; }
.business-list dd span { color: var(--muted); }
.business-list a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.business-list a:hover { color: var(--pink-600); text-decoration-color: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.product-card:nth-child(2), .order-steps li:nth-child(2) { transition-delay: .08s; }
.product-card:nth-child(3), .order-steps li:nth-child(3) { transition-delay: .16s; }
.product-card:nth-child(5) { transition-delay: .08s; }
.product-card:nth-child(6) { transition-delay: .16s; }

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

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 70px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(48px, 7vw, 68px); }
  .hero-note { margin-top: 38px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story { gap: 65px; }
  .main-nav { gap: 22px; }
  .nav-shop { padding-right: 14px; padding-left: 14px; }
  .site-footer { gap: 36px; }
}

@media (max-width: 760px) {
  .notice-bar { height: 32px; font-size: 12px; }
  .header-inner { width: min(calc(100% - 32px), var(--max)); height: 70px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 30px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(60,30,42,.1); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav > a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.nav-shop)::after { display: none; }
  .nav-shop { margin-top: 15px; color: #fff; background: var(--ink); border-radius: 999px; text-align: center; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-mascot { width: 42px; height: 42px; }

  .hero { grid-template-columns: 1fr; gap: 50px; padding: 62px 24px 70px; background: linear-gradient(180deg, #fff 0 52%, var(--pink-50) 52% 100%); }
  .hero-content { text-align: center; }
  .hero h1 { font-size: clamp(49px, 14vw, 68px); }
  .hero-description { font-size: 16px; }
  .desktop-only { display: none; }
  .hero-actions { justify-content: center; }
  .hero-note { justify-content: center; text-align: left; }
  .hero-visual { width: min(100%, 470px); justify-self: center; padding: 18px; }
  .tag-top { left: -1%; }
  .tag-bottom { right: -1%; }

  .promise-strip { width: calc(100% - 48px); padding: 20px 0; }
  .promise-strip > div { justify-content: flex-start; padding: 8px 14px; }
  .promise-strip p { margin-left: 10px; }
  .section { width: calc(100% - 48px); padding: 92px 0; }
  .section-heading { align-items: flex-start; }
  .section-heading h2, .story-copy h2, .closing-cta h2 { font-size: 38px; }
  .round-link { flex: 0 0 auto; }
  .product-grid { gap: 45px 16px; }
  .product-info h3 { font-size: 17px; }
  .product-meta { align-items: flex-start; flex-direction: column; gap: 4px; }

  .story { width: 100%; grid-template-columns: 1fr; gap: 75px; padding: 92px 24px; }
  .story-visual { max-width: 600px; padding: 0; }
  .story-copy { max-width: 600px; }
  .story-sticker { right: -8px; bottom: -45px; }
  .order-steps { grid-template-columns: 1fr; }
  .order-steps li { min-height: 0; }
  .heading-description { display: none; }
  .closing-cta { margin: 0 16px 16px; border-radius: 24px; }
  .site-footer { width: calc(100% - 48px); grid-template-columns: 1fr; gap: 28px; padding: 36px 0 30px; }
  .footer-intro { gap: 14px; }
  .footer-intro > small { width: 100%; margin-top: 2px; padding-top: 16px; border-top: 1px solid var(--line); white-space: normal; }
  .footer-business { width: 100%; }
  .business-list { grid-template-columns: 1fr; }
  .business-list .business-wide { grid-column: auto; }
}

@media (max-width: 520px) {
  .promise-strip { grid-template-columns: 1fr; padding: 8px 0; }
  .promise-strip > div { display: flex; align-items: baseline; padding: 11px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-strip > div:last-child { border-bottom: 0; }
  .promise-strip .promise-index { width: 28px; flex: 0 0 28px; margin-right: 10px; }
  .promise-strip p { display: flex; align-items: baseline; min-width: 0; margin-left: 0; }
  .promise-strip strong { display: block; flex: 0 0 auto; margin: 0 12px 0 0; font-size: 14px; }
  .promise-strip .promise-description { min-width: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { align-self: center; }
  .float-tag { font-size: 12px; }
  .tag-bottom { bottom: 9%; }
  .section-heading { flex-direction: column; margin-bottom: 34px; }
  .product-grid { grid-template-columns: 1fr; gap: 48px; }
  .product-image { aspect-ratio: .88; }
  .product-caption { min-height: 0; }
  .product-meta { align-items: center; flex-direction: row; }
  .story-sticker { width: 118px; height: 118px; }
  .story-sticker strong { font-size: 20px; }
  .story-facts div { grid-template-columns: 100px 1fr; }
  .order-steps li { grid-template-columns: 54px minmax(0, 1fr); column-gap: 18px; padding: 24px; }
  .step-icon { width: 54px; height: 54px; font-size: 19px; }
  .step-icon svg { width: 24px; height: 24px; }
  .step-detail { align-items: flex-start; flex-direction: column; gap: 4px; }
  .closing-cta .button { width: 100%; padding: 0 18px; }
}
