:root {
    --ink: #423b3a;
    --muted: #887c78;
    --rose: #b9676e;
    --rose-dark: #97525c;
    --cream: #fffaf7;
    --line: #eadfd9;
    --blush: #f7e5e0;
    --shadow: 0 22px 60px rgba(98, 69, 62, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Noto Sans Thai", "Helvetica Neue", Arial, sans-serif; }
body.no-scroll { overflow: hidden; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

.announcement { background: var(--ink); color: #f9e9e4; text-align: center; padding: 9px 16px; font-size: 11px; letter-spacing: .04em; }
.announcement span { margin-left: 10px; color: #e5b4af; }
.site-header { background: rgba(255, 250, 247, .92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.header-inner { max-width: 1180px; min-height: 82px; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { align-items: center; display: inline-flex; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { color: var(--rose); font-size: 24px; line-height: 1; }.brand strong { display: block; font: 18px Georgia, serif; letter-spacing: .12em; }.brand small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .34em; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; color: var(--muted); }.main-nav a { text-decoration: none; }.main-nav a:hover { color: var(--rose-dark); }
.header-actions { display: flex; align-items: center; gap: 18px; }.contact-link { color: var(--rose-dark); font-size: 12px; text-decoration: none; }.cart-button { align-items: center; border: 0; background: transparent; color: var(--ink); display: flex; gap: 7px; font-size: 12px; }.cart-icon { color: var(--rose); font-size: 21px; }.cart-button b { align-items: center; background: var(--rose); border-radius: 50%; color: #fff; display: inline-flex; font-size: 10px; height: 20px; justify-content: center; width: 20px; }.mobile-menu { display: none; background: none; border: 0; font-size: 23px; }

main, .site-footer { overflow: hidden; }.hero, .promise-bar, .category-section, .products-section, .story-section, .footer-main, .footer-bottom { max-width: 1180px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.hero { min-height: 590px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 34px; padding-top: 62px; padding-bottom: 68px; }.hero-copy { position: relative; z-index: 2; }.eyebrow { color: var(--rose-dark); display: block; font-size: 10px; font-weight: 700; letter-spacing: .23em; }.hero h1 { font: 400 clamp(48px, 7vw, 88px)/.99 Georgia, serif; letter-spacing: -.05em; margin: 20px 0; white-space: pre-line; }.hero h1::first-line { color: var(--ink); }.hero p { color: var(--muted); font-size: 15px; line-height: 1.9; max-width: 430px; }.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 29px; }.button { border-radius: 999px; display: inline-flex; align-items: center; gap: 18px; justify-content: center; padding: 14px 23px; text-decoration: none; border: 1px solid transparent; font-size: 12px; }.button-dark { background: var(--ink); color: #fff; }.button-dark:hover { background: var(--rose-dark); color: #fff; }.button-outline { border-color: var(--rose-dark); color: var(--rose-dark); }.button-outline:hover { background: var(--rose-dark); color: #fff; }.text-link { color: var(--rose-dark); font-size: 12px; text-decoration: none; }.text-link span { font-size: 17px; margin-left: 6px; }
.hero-art { height: 430px; position: relative; }.hero-orbit { border-radius: 50%; position: absolute; }.orbit-one { background: #f5ded9; height: 390px; right: 2%; top: 18px; width: 390px; }.orbit-two { border: 1px solid rgba(185, 103, 110, .36); height: 430px; right: -3%; top: -3px; width: 430px; }.hero-bottle { background: linear-gradient(100deg, #b5656b, #e4a49e 55%, #a55361); border-radius: 35px 35px 28px 28px; box-shadow: 25px 31px 38px rgba(131, 75, 80, .24); height: 265px; left: 35%; position: absolute; top: 120px; transform: rotate(7deg); width: 145px; }.bottle-cap { background: #eacfc3; border-radius: 8px 8px 3px 3px; height: 57px; left: 30px; position: absolute; top: -48px; width: 83px; }.bottle-label { align-items: center; background: #fae9e1; color: var(--rose-dark); display: flex; flex-direction: column; height: 102px; justify-content: center; left: 22px; position: absolute; text-align: center; top: 92px; width: 101px; }.bottle-label small { font: 10px Georgia, serif; letter-spacing: .18em; }.bottle-label strong { font: 16px Georgia, serif; letter-spacing: .08em; line-height: 1.2; margin-top: 9px; }.hero-flower { color: #fff; font-size: 38px; position: absolute; }.flower-one { right: 0; top: 52px; }.flower-two { bottom: 17px; font-size: 25px; left: 9%; }.hero-leaf { border: 2px solid #b98a87; border-radius: 100% 0 100% 0; height: 85px; position: absolute; width: 42px; }.leaf-one { bottom: 27px; right: 15%; transform: rotate(36deg); }.leaf-two { bottom: 70px; right: 23%; transform: rotate(-26deg) scale(.72); }
.promise-bar { background: #fff; border: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -2px; margin-bottom: 90px; padding-top: 0; padding-bottom: 0; }.promise-bar > div { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 15px; padding: 22px 28px; }.promise-bar > div:last-child { border-right: 0; }.promise-icon { color: var(--rose); font-size: 23px; width: 27px; }.promise-bar strong, .promise-bar small { display: block; }.promise-bar strong { font-size: 12px; }.promise-bar small { color: var(--muted); font-size: 11px; margin-top: 6px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 23px; }.section-heading h2 { font: 400 38px Georgia, serif; letter-spacing: -.03em; margin: 10px 0 0; }.category-section { margin-bottom: 88px; }.category-grid { display: grid; gap: 17px; grid-template-columns: repeat(4, 1fr); }.category-card { border: 0; border-radius: 18px; color: var(--ink); display: flex; flex-direction: column; min-height: 175px; padding: 20px; text-align: left; transition: transform .2s, box-shadow .2s; }.category-card:hover { box-shadow: var(--shadow); color: var(--ink); transform: translateY(-5px); }.category-card > span { color: var(--rose-dark); font-size: 10px; margin-bottom: auto; }.category-card strong { font: 25px Georgia, serif; }.category-card small { color: var(--muted); font-size: 11px; margin-top: 5px; }.category-skin { background: #eee1d3; }.category-makeup { background: #f4dddf; }.category-hair { background: #e1e2d5; }.category-gift { background: #e5deea; }
.products-section { margin-bottom: 100px; scroll-margin-top: 105px; }.products-heading { align-items: end; }.product-filter { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }.filter-button { background: transparent; border: 1px solid transparent; border-radius: 30px; color: var(--muted); font-size: 11px; padding: 8px 11px; }.filter-button:hover, .filter-button.active { background: var(--blush); border-color: #eccdc8; color: var(--rose-dark); }.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }.product-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: box-shadow .2s, transform .2s; }.product-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }.product-card[hidden] { display: none; }.product-image { aspect-ratio: 1/1; overflow: hidden; position: relative; }.product-image img { height: 100%; object-fit: cover; transition: transform .4s; width: 100%; }.product-card:hover .product-image img { transform: scale(1.04); }.tone-rose { background: #f3e5df; }.tone-sage { background: #e5eee8; }.tone-petal { background: #f4dadd; }.tone-sand { background: #eee4da; }.tone-olive { background: #e5e4d8; }.tone-peach { background: #f3e5d8; }.tone-lilac { background: #e8dfeb; }.tone-blush { background: #f3e0dc; }.product-badge { background: #fff; border-radius: 30px; color: var(--rose-dark); font-size: 10px; left: 12px; padding: 7px 10px; position: absolute; top: 12px; z-index: 2; }.quick-view { background: rgba(255,255,255,.9); border: 0; border-radius: 30px; bottom: 13px; color: var(--rose-dark); font-size: 10px; left: 50%; opacity: 0; padding: 9px 15px; position: absolute; transform: translate(-50%, 8px); transition: opacity .2s, transform .2s; z-index: 3; }.product-card:hover .quick-view { opacity: 1; transform: translate(-50%, 0); }.product-info { padding: 17px; }.product-category { color: var(--rose-dark); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.product-info h3 { font: 19px/1.15 Georgia, serif; margin: 9px 0 4px; }.product-info p { color: var(--muted); font-size: 11px; margin: 0; }.product-bottom { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 16px; padding-top: 13px; }.product-bottom strong { color: var(--rose-dark); font-size: 14px; }.add-button { align-items: center; background: var(--blush); border: 0; border-radius: 50%; color: var(--rose-dark); display: inline-flex; font-size: 23px; height: 32px; justify-content: center; line-height: 1; width: 32px; }.add-button:hover { background: var(--rose-dark); color: #fff; }.empty-state { color: var(--muted); text-align: center; padding: 45px; }
.story-section { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; margin-bottom: 110px; }.story-art { align-items: center; background: #e8deda; display: flex; height: 400px; justify-content: center; overflow: hidden; position: relative; }.story-art:before, .story-art:after { border: 1px solid rgba(151,82,92,.25); border-radius: 50%; content: ""; height: 360px; position: absolute; width: 360px; }.story-art:after { height: 440px; width: 440px; }.story-disc { background: radial-gradient(circle at 33% 28%, #f6b2aa, #bd7077 44%, #80515d 90%); border-radius: 50%; height: 215px; position: relative; width: 215px; z-index: 1; }.story-art span { color: #fff1ec; font: 23px/1.2 Georgia, serif; letter-spacing: .12em; position: absolute; text-align: center; z-index: 2; }.story-copy h2 { font: 400 46px/1.04 Georgia, serif; letter-spacing: -.04em; margin: 14px 0 20px; }.story-copy h2 em { color: var(--rose-dark); }.story-copy p { color: var(--muted); font-size: 14px; line-height: 1.9; max-width: 460px; }.story-copy .button { margin-top: 10px; }
.site-footer { background: var(--ink); color: #f8e9e4; }.footer-main { display: grid; gap: 80px; grid-template-columns: 2fr 1fr 1fr; padding-bottom: 55px; padding-top: 57px; }.footer-main .brand { color: #fff; }.footer-main h3 { color: #e7bcb4; font-size: 12px; font-weight: 400; margin: 5px 0 18px; }.footer-main a, .footer-main span { color: #e6d0ca; display: block; font-size: 12px; margin-bottom: 12px; text-decoration: none; }.footer-brand p { color: #cdb7b0; font-size: 12px; line-height: 1.8; max-width: 280px; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); color: #bca8a3; display: flex; font-size: 10px; justify-content: space-between; padding-bottom: 20px; padding-top: 20px; }
.modal-backdrop { background: rgba(49, 38, 35, .42); inset: 0; position: fixed; z-index: 40; }.modal-backdrop[hidden], .product-modal[hidden] { display: none; }.cart-drawer { background: var(--cream); bottom: 0; box-shadow: -15px 0 50px rgba(48, 34, 30, .16); display: flex; flex-direction: column; max-width: 430px; padding: 32px; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform .28s ease; width: 100%; z-index: 50; }.cart-drawer.is-open { transform: translateX(0); }.drawer-header { align-items: flex-start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 21px; }.drawer-header h2 { font: 32px Georgia, serif; margin: 9px 0 0; }.close-button { background: transparent; border: 0; color: var(--muted); font-size: 28px; line-height: 1; }.cart-items { overflow: auto; padding: 18px 0; }.cart-row { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 12px; padding: 13px 0; }.cart-row img { background: #f2e5df; height: 68px; object-fit: cover; width: 68px; }.cart-row-info { flex: 1; }.cart-row-info strong, .cart-row-info small { display: block; }.cart-row-info strong { font: 15px Georgia, serif; }.cart-row-info small { color: var(--rose-dark); font-size: 11px; margin-top: 4px; }.quantity-control { align-items: center; display: flex; gap: 10px; margin-top: 8px; }.quantity-control button { background: var(--blush); border: 0; border-radius: 50%; color: var(--rose-dark); height: 21px; width: 21px; }.quantity-control span { font-size: 11px; }.remove-item { background: transparent; border: 0; color: var(--muted); font-size: 18px; }.cart-empty { align-items: center; color: var(--muted); display: flex; flex: 1; flex-direction: column; justify-content: center; text-align: center; }.cart-empty[hidden], .cart-items[hidden] { display: none; }.cart-empty > span { color: var(--rose); font-size: 42px; }.cart-empty p { color: var(--ink); font: 23px Georgia, serif; margin: 15px 0 5px; }.cart-empty small { font-size: 11px; }.cart-footer { border-top: 1px solid var(--line); padding-top: 18px; }.cart-footer > div { align-items: center; display: flex; justify-content: space-between; margin-bottom: 16px; }.cart-footer strong { color: var(--rose-dark); font: 23px Georgia, serif; }.full-button { border: 0; width: 100%; }.cart-note { color: var(--muted); display: block; font-size: 10px; margin-top: 12px; text-align: center; }
.product-modal { align-items: center; display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 45; }.modal-card { background: var(--cream); border-radius: 20px; display: grid; grid-template-columns: 1fr 1fr; max-width: 820px; overflow: hidden; position: relative; width: 100%; }.modal-card > .close-button { position: absolute; right: 18px; top: 15px; z-index: 2; }.modal-product-image { background: #f1e4de; }.modal-product-image img { display: block; height: 100%; object-fit: cover; width: 100%; }.modal-product-copy { padding: 54px 42px; }.modal-product-copy h2 { font: 37px/1.08 Georgia, serif; margin: 14px 0 5px; }.modal-thai-name { color: var(--rose-dark); font-size: 12px; }.modal-product-copy > p:not(.modal-thai-name) { color: var(--muted); font-size: 13px; line-height: 1.9; margin: 26px 0; }.modal-price { color: var(--rose-dark); display: block; font: 25px Georgia, serif; margin-bottom: 24px; }
@media (max-width: 850px) { .main-nav { gap: 17px; }.hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 20px; }.hero-art { margin: 0 auto -70px; max-width: 480px; width: 100%; }.product-grid { grid-template-columns: repeat(2, 1fr); }.category-grid { grid-template-columns: repeat(2, 1fr); }.story-section { gap: 40px; }.promise-bar > div { padding-left: 15px; padding-right: 15px; } }
@media (max-width: 620px) { .announcement { font-size: 10px; }.announcement span { display: none; }.header-inner { min-height: 68px; }.main-nav { background: var(--cream); border-bottom: 1px solid var(--line); display: none; flex-direction: column; left: 0; padding: 20px 24px; position: absolute; right: 0; top: 68px; }.main-nav.is-visible { display: flex; }.mobile-menu { display: block; }.contact-link { display: none; }.hero, .promise-bar, .category-section, .products-section, .story-section, .footer-main, .footer-bottom { padding-left: 18px; padding-right: 18px; }.hero { padding-top: 48px; }.hero h1 { font-size: 55px; }.hero-art { height: 330px; transform: scale(.8); transform-origin: center top; margin-bottom: -70px; }.promise-bar { grid-template-columns: 1fr; margin-bottom: 65px; }.promise-bar > div { border-bottom: 1px solid var(--line); border-right: 0; }.promise-bar > div:last-child { border-bottom: 0; }.section-heading, .products-heading { align-items: flex-start; flex-direction: column; gap: 18px; }.section-heading h2 { font-size: 32px; }.product-filter { justify-content: flex-start; }.product-grid { gap: 11px; }.product-info { padding: 12px; }.product-info h3 { font-size: 16px; }.product-bottom { margin-top: 12px; }.story-section { grid-template-columns: 1fr; margin-bottom: 75px; }.story-art { height: 300px; }.story-copy h2 { font-size: 39px; }.footer-main { gap: 25px; grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 7px; }.modal-card { grid-template-columns: 1fr; max-height: 90vh; overflow: auto; }.modal-product-image { height: 260px; }.modal-product-copy { padding: 32px 25px; } }
.add-button { border-radius: 20px; font-size: 16px; gap: 5px; height: 34px; padding: 0 12px; width: auto; }
.add-button em { font-size: 11px; font-style: normal; }
.brand-logo { height: 34px; max-width: 110px; object-fit: contain; width: auto; }

/* Cute Press-inspired storefront structure, using original NIRAYA visuals. */
.header-inner { gap: 18px; }
.main-nav { gap: 22px; }
.header-actions { gap: 12px; }
.header-search { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 999px; display: flex; height: 36px; padding-left: 13px; width: 190px; }
.header-search:focus-within { border-color: #d6aaa4; box-shadow: 0 0 0 3px rgba(185, 103, 110, .09); }
.header-search input { background: transparent; border: 0; color: var(--ink); font-size: 11px; min-width: 0; outline: 0; width: 100%; }
.header-search input::placeholder { color: #a99a95; }
.header-search button { background: transparent; border: 0; color: var(--rose-dark); font-size: 20px; line-height: 1; padding: 0 11px 2px 4px; }
.hero-campaign { background: var(--blush); border-radius: 30px; color: var(--rose-dark); display: inline-block; font-size: 9px; letter-spacing: .18em; padding: 8px 12px; }
.hero-campaign + .eyebrow { margin-top: 23px; }
.hero-slide-caption { align-items: center; bottom: -5px; color: var(--rose-dark); display: flex; gap: 10px; position: absolute; right: 3%; }
.hero-slide-caption span { font: 16px Georgia, serif; }
.hero-slide-caption i { background: var(--rose); display: block; height: 1px; width: 45px; }
.hero-slide-caption small { font-size: 8px; letter-spacing: .16em; }
.promo-banners { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); margin: 0 auto 88px; max-width: 1180px; padding: 0 24px; }
.promo-banner { border-radius: 18px; color: var(--ink); display: flex; flex-direction: column; min-height: 190px; overflow: hidden; padding: 27px 30px; position: relative; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.promo-banner:hover { box-shadow: var(--shadow); color: var(--ink); transform: translateY(-4px); }
.promo-banner strong { font: 28px/1.14 Georgia, serif; letter-spacing: -.03em; margin-top: 15px; position: relative; z-index: 1; }
.promo-banner small { color: var(--rose-dark); font-size: 11px; margin-top: auto; position: relative; z-index: 1; }
.promo-banner:after { border: 1px solid rgba(151, 82, 92, .24); border-radius: 50%; content: ""; height: 220px; position: absolute; right: -30px; top: -80px; width: 220px; }
.promo-banner-rose { background: #f3ddda; }
.promo-banner-rose:before { background: #cf858a; border-radius: 50%; bottom: -64px; content: ""; height: 155px; position: absolute; right: 100px; width: 155px; }
.promo-banner-cream { background: #ece7da; }
.promo-banner-cream:before { background: #d2c99b; border-radius: 50% 50% 10% 50%; bottom: -35px; content: ""; height: 150px; position: absolute; right: 82px; transform: rotate(-25deg); width: 80px; }
.quick-category-grid { display: grid; gap: 12px; grid-template-columns: repeat(8, 1fr); }
.quick-category-card { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; color: var(--ink); display: flex; flex-direction: column; min-height: 143px; padding: 15px 8px; text-align: center; transition: border-color .2s, box-shadow .2s, transform .2s; }
.quick-category-card:hover { border-color: #d9aaa5; box-shadow: var(--shadow); color: var(--ink); transform: translateY(-4px); }
.quick-category-icon { align-items: center; background: var(--blush); border-radius: 50%; color: var(--rose-dark); display: flex; font-size: 24px; height: 53px; justify-content: center; margin-bottom: 15px; width: 53px; }
.quick-category-card strong { font-size: 10px; letter-spacing: .08em; }
.quick-category-card small { color: var(--muted); font-size: 10px; margin-top: 5px; }
.quick-category-makeup .quick-category-icon { background: #f4dddf; }
.quick-category-body .quick-category-icon { background: #e6ead7; }
.quick-category-sun .quick-category-icon { background: #f1e5ba; }
.quick-category-clean .quick-category-icon { background: #dcebe8; }
.quick-category-fragrance .quick-category-icon { background: #e8dfeb; }
.quick-category-gift .quick-category-icon { background: #eee0e6; }
.quick-category-all .quick-category-icon { background: #eeeae5; }
.category-section { margin-bottom: 88px; }
.concern-section, .tips-section { margin: 0 auto 100px; max-width: 1180px; padding: 0 24px; }
.section-note { color: var(--muted); font-size: 11px; }
.concern-grid { display: grid; gap: 13px; grid-template-columns: repeat(6, 1fr); }
.concern-card { border: 0; border-radius: 16px; color: var(--ink); display: flex; flex-direction: column; min-height: 155px; overflow: hidden; padding: 18px; position: relative; text-align: left; transition: box-shadow .2s, transform .2s; }
.concern-card:hover { box-shadow: var(--shadow); color: var(--ink); transform: translateY(-4px); }
.concern-card strong { font: 21px Georgia, serif; position: relative; z-index: 1; }
.concern-card span { color: var(--muted); font-size: 10px; line-height: 1.5; margin-top: 6px; max-width: 95px; position: relative; z-index: 1; }
.concern-card b { bottom: 15px; color: var(--rose-dark); font-size: 17px; font-weight: 400; position: absolute; right: 17px; }
.concern-card:after { border: 1px solid rgba(151, 82, 92, .2); border-radius: 50%; bottom: -60px; content: ""; height: 145px; position: absolute; right: -25px; width: 145px; }
.concern-oily { background: #e5e9dc; }.concern-acne { background: #f2dfdf; }.concern-sensitive { background: #e5e0ea; }.concern-dull { background: #efe4cf; }.concern-dry { background: #f2e2d8; }.concern-age { background: #e8dedb; }
.tips-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.tip-card { background: #fff; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.tip-art { align-items: center; display: flex; height: 168px; justify-content: center; overflow: hidden; position: relative; }
.tip-art:before { border: 1px solid rgba(151, 82, 92, .22); border-radius: 50%; content: ""; height: 240px; position: absolute; width: 240px; }
.tip-art span { color: rgba(255, 250, 247, .88); font: 23px/1.15 Georgia, serif; letter-spacing: .08em; position: relative; text-align: center; }
.tip-card-pink .tip-art { background: radial-gradient(circle at 65% 35%, #e5a9a3, #bd727a); }.tip-card-sage .tip-art { background: radial-gradient(circle at 35% 28%, #d4d8b8, #8d9a7b); }.tip-card-sand .tip-art { background: radial-gradient(circle at 60% 25%, #e4c7a9, #b88974); }
.tip-card > div:last-child { padding: 18px 19px 20px; }
.tip-label { color: var(--rose-dark); font-size: 9px; letter-spacing: .15em; }
.tip-card h3 { font: 19px/1.3 Georgia, serif; margin: 10px 0 17px; }
.tip-card a { color: var(--rose-dark); font-size: 11px; text-decoration: none; }.tip-card a span { font-size: 16px; margin-left: 5px; }
.service-bar { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto 100px; max-width: 1180px; }
.service-bar > div { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 12px; min-height: 91px; padding: 15px 20px; }.service-bar > div:last-child { border-right: 0; }
.service-icon { color: var(--rose); font-size: 22px; }.service-bar strong { font-size: 10px; letter-spacing: .1em; }.service-bar small { color: var(--muted); display: block; font-size: 10px; font-weight: 400; letter-spacing: 0; margin-top: 5px; }
.tips-section + .service-bar { padding-left: 24px; padding-right: 24px; }
@media (max-width: 1050px) { .main-nav { gap: 13px; }.header-search { width: 155px; }.quick-category-grid { grid-template-columns: repeat(4, 1fr); }.concern-grid { grid-template-columns: repeat(3, 1fr); }.service-bar { margin-left: 24px; margin-right: 24px; } }
@media (max-width: 850px) { .header-search { width: 145px; }.promo-banners { margin-bottom: 70px; }.quick-category-grid { grid-template-columns: repeat(4, 1fr); }.concern-grid { grid-template-columns: repeat(3, 1fr); }.tips-grid { grid-template-columns: 1fr 1fr; }.tips-grid .tip-card:last-child { display: none; }.service-bar { grid-template-columns: repeat(2, 1fr); }.service-bar > div:nth-child(2) { border-right: 0; }.service-bar > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 620px) { .header-inner { flex-wrap: wrap; gap: 10px; padding-bottom: 11px; padding-top: 11px; }.header-actions { margin-left: auto; }.header-search { flex-basis: 100%; height: 34px; order: 5; width: 100%; }.main-nav { top: 111px; }.hero-campaign { font-size: 8px; }.hero-slide-caption { bottom: -2px; right: 0; }.promo-banners { grid-template-columns: 1fr; margin-bottom: 65px; padding-left: 18px; padding-right: 18px; }.promo-banner { min-height: 160px; }.promo-banner strong { font-size: 25px; }.quick-category-grid { gap: 9px; grid-template-columns: repeat(4, 1fr); }.quick-category-card { min-height: 125px; padding: 11px 4px; }.quick-category-icon { font-size: 19px; height: 42px; margin-bottom: 10px; width: 42px; }.quick-category-card strong { font-size: 8px; }.quick-category-card small { font-size: 9px; }.concern-section, .tips-section { padding-left: 18px; padding-right: 18px; }.section-note { display: none; }.concern-grid { gap: 9px; grid-template-columns: repeat(2, 1fr); }.concern-card { min-height: 135px; padding: 15px; }.concern-card strong { font-size: 19px; }.tips-grid { grid-template-columns: 1fr; }.tips-grid .tip-card:last-child { display: block; }.tip-art { height: 150px; }.service-bar { margin-left: 18px; margin-right: 18px; }.service-bar > div { min-height: 82px; padding-left: 13px; padding-right: 10px; }.service-bar strong { font-size: 8px; }.service-bar small { font-size: 9px; } }
