:root {
  --cream: #ffffff;
  --paper: #ffffff;
  --soft-paper: #f6f6f1;
  --green: #1f4d3a;
  --green-dark: #173f31;
  --green-soft: #edf2eb;
  --gold: #c99a3b;
  --ink: #20231f;
  --muted: #6c7069;
  --line: rgba(31, 77, 58, .14);
  --shadow: 0 18px 46px rgba(23, 63, 49, .09);
  --radius-lg: 20px;
  --radius-md: 12px;
  --font-serif: "Times New Roman", "Noto Serif", "DejaVu Serif", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Be Vietnam Pro", "Aptos", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(201, 154, 59, .55); outline-offset: 3px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.trustbar { color: #fff; background: var(--green-dark); font-size: 12px; letter-spacing: .03em; }
.trustbar__inner { min-height: 35px; display: flex; justify-content: center; gap: 38px; align-items: center; }
.trustbar span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.trustbar i { width: 4px; height: 4px; border-radius: 99px; background: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, .96); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s; }
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { height: 82px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; }
.brand { width: 70px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 64px; height: 68px; object-fit: contain; }
.desktop-nav { justify-self: center; display: flex; gap: 36px; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 30px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; gap: 12px; align-items: center; }
.text-button { border: 0; background: transparent; color: var(--green); font-weight: 700; }
.cart-button { border: 1px solid var(--green); color: var(--green); background: transparent; padding: 11px 15px; border-radius: 5px; font-size: 13px; font-weight: 750; display: flex; align-items: center; gap: 9px; }
.cart-button span { min-width: 23px; height: 23px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-button span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 6px auto; transition: transform .2s; }
.mobile-nav { display: none; }

.hero { min-height: 650px; display: grid; align-items: center; padding: 66px 0 76px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 48px; align-items: center; }
.eyebrow { margin: 0 0 17px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: #d7b66e; }
h1, h2 { font-family: var(--font-serif); font-weight: 500; letter-spacing: normal; word-spacing: normal; font-kerning: normal; }
h1 { max-width: 680px; margin: 0; font-size: clamp(50px, 5.7vw, 80px); line-height: .98; }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
.hero__lead { max-width: 580px; margin: 26px 0 0; color: #525750; font-size: 18px; line-height: 1.72; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; font-weight: 800; letter-spacing: .015em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--green); }
.button--primary:hover { background: var(--green-dark); }
.button--ghost { color: var(--green); border-color: var(--green); background: transparent; }
.button--light { color: var(--green-dark); background: white; }
.button--gold { color: #18271f; background: #d6b05d; }
.button--wide { width: 100%; }
.hero__stats { margin: 50px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 640px; }
.hero__stats div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding-right: 22px; border-right: 1px solid var(--line); }
.hero__stats div + div { padding-left: 22px; }
.hero__stats div:last-child { border: 0; }
.hero__stats dt { color: var(--gold); font-family: var(--font-serif); font-size: 28px; }
.hero__stats dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.hero__visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero__halo { width: min(100%, 490px); height: 470px; position: absolute; border: 1px solid var(--line); border-radius: 24px 24px 116px 24px; background: var(--soft-paper); }
.hero__halo::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(31, 77, 58, .11); border-radius: 16px 16px 96px 16px; }
.hero__halo::after { content: ""; position: absolute; right: 0; bottom: 0; width: 150px; height: 150px; border-top: 1px solid rgba(31, 77, 58, .1); border-left: 1px solid rgba(31, 77, 58, .1); border-radius: 110px 0 0; }
.hero__product { width: 382px; position: relative; z-index: 1; margin: 0; padding: 22px; background: rgba(255,255,255,.82); border: 1px solid rgba(31,77,58,.12); box-shadow: var(--shadow); transform: rotate(1.25deg); }
.hero__product img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.hero__product figcaption { position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); width: max-content; color: #73766f; font-size: 10px; }
.seal-card { position: absolute; z-index: 2; min-width: 230px; padding: 14px 16px; display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.98); border: 1px solid rgba(31,77,58,.12); box-shadow: 0 15px 35px rgba(31,77,58,.1); border-radius: 6px; }
.seal-card--top { top: 36px; right: -12px; }
.seal-card--bottom { bottom: 28px; left: -12px; }
.seal-card__icon, .scan-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; color: white; background: var(--green); border-radius: 50%; }
.scan-icon { color: var(--green); background: #ebd9b0; font-size: 22px; }
.seal-card strong, .seal-card small { display: block; }
.seal-card strong { font-size: 12px; }
.seal-card small { margin-top: 4px; color: var(--muted); font-size: 9px; }

.commitments { background: var(--soft-paper); border-block: 1px solid var(--line); }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.commitment-grid article { position: relative; padding: 38px 44px; border-right: 1px solid var(--line); }
.commitment-grid article:first-child { border-left: 1px solid var(--line); }
.commitment-grid span { position: absolute; right: 24px; top: 22px; color: rgba(31,77,58,.18); font: 30px var(--font-serif); }
.commitment-grid h3 { margin: 0 0 7px; font: 600 18px var(--font-serif); }
.commitment-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .delivery__copy h2, .b2b__copy h2, .faq__heading h2 { margin: 0; max-width: 730px; font-size: clamp(40px, 4vw, 60px); line-height: 1.03; }
.section-heading > p, .delivery__copy > p, .b2b__copy > p, .faq__heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card__media { height: 380px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--soft-paper); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-card__media img { transform: scale(1.03); }
.product-tag { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 8px 11px; color: #5a4313; background: #ead6a3; border-radius: 4px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-tag--green { color: white; background: var(--green); }
.product-tag--outline { color: var(--green); background: rgba(255,255,255,.9); border: 1px solid var(--green); }
.quick-view { position: absolute; left: 20px; right: 20px; bottom: 16px; padding: 13px; opacity: 0; transform: translateY(8px); color: white; border: 0; background: rgba(23,63,49,.93); border-radius: 5px; font-size: 12px; font-weight: 700; transition: opacity .2s, transform .2s; }
.product-card:hover .quick-view { opacity: 1; transform: translateY(0); }
.product-card__body { padding: 24px; }
.product-meta { margin: 0 0 9px; color: var(--muted); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.product-card h3 { margin: 0; font: 600 24px var(--font-serif); }
.product-desc { min-height: 43px; margin: 12px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-card__footer { padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.product-card__footer strong, .product-card__footer small { display: block; }
.product-card__footer strong { color: var(--green); font-size: 18px; }
.product-card__footer small { margin-top: 3px; color: #8b8e87; font-size: 9px; }
.add-button { padding: 9px 12px; border: 0; background: transparent; color: var(--green); font-size: 12px; font-weight: 800; }
.add-button span { width: 28px; height: 28px; margin-left: 7px; display: inline-grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.bundle-banner { margin-top: 24px; padding: 28px 34px; display: grid; grid-template-columns: 120px 1fr auto; gap: 28px; align-items: center; color: white; background: var(--green); border-radius: 6px; }
.bundle-banner__number { font: 64px var(--font-serif); line-height: .8; color: #ddbc74; }
.bundle-banner__number small { font: 14px "Segoe UI", sans-serif; }
.bundle-banner .eyebrow { color: #d7ba78; margin-bottom: 6px; }
.bundle-banner h3 { margin: 0 0 6px; font: 500 25px var(--font-serif); }
.bundle-banner p:last-child { margin: 0; color: rgba(255,255,255,.7); font-size: 11px; }

.verification { color: white; background: var(--green-dark); overflow: hidden; }
.verification__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.verification__media { position: relative; }
.photo-frame { overflow: hidden; border-radius: 50% 50% 16px 16px; background: #eee7d3; }
.photo-frame img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; }
.verification__note { position: absolute; right: -34px; bottom: 28px; width: 245px; padding: 18px; color: var(--ink); background: #d9b968; box-shadow: var(--shadow); }
.verification__note span { display: block; font: 700 25px var(--font-serif); }
.verification__note p { margin: 7px 0 0; font-size: 10px; line-height: 1.55; }
.verification__content h2 { margin: 0; font-size: clamp(44px, 4vw, 65px); line-height: 1.02; color: white; }
.verification__lead { margin: 22px 0 34px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.steps li { padding: 20px 0; display: grid; grid-template-columns: 48px 1fr; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li > span { color: #ddb765; font: 28px var(--font-serif); }
.steps h3 { margin: 0 0 5px; font-size: 14px; }
.steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; }
.verification__actions { margin-top: 28px; display: flex; align-items: center; gap: 24px; }
.source-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; }

.delivery__grid { display: grid; grid-template-columns: 1fr .88fr; gap: 100px; align-items: center; }
.delivery__copy > p { margin-top: 24px; max-width: 590px; }
.feature-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 20px; }
.feature-list li { display: grid; grid-template-columns: 32px 1fr; gap: 14px; }
.feature-list li > span { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 11px; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { margin-bottom: 6px; font-size: 13px; }
.feature-list small { color: var(--muted); line-height: 1.5; }
.delivery-checker { padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); }
.form-head { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.form-head span { font: 600 23px var(--font-serif); }
.form-head strong { color: rgba(31,77,58,.2); font: 42px var(--font-serif); }
label { display: block; margin: 0 0 7px; color: #4e534c; font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
input, select { width: 100%; height: 49px; margin-bottom: 17px; padding: 0 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 4px; outline: none; }
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,77,58,.08); }
.delivery-result, .form-message { min-height: 20px; margin: 12px 0 0; color: var(--green); font-size: 11px; line-height: 1.5; }

.care { padding-top: 40px; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.care-card { min-height: 280px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: #f5f3eb; border-radius: 6px; }
.care-card:nth-child(2) { background: var(--green-soft); }
.care-card--dark { color: white; background: var(--green) !important; }
.care-card__num { margin-bottom: auto; color: var(--gold); font: 64px var(--font-serif); }
.care-card h3 { margin: 0 0 10px; font: 600 22px var(--font-serif); }
.care-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.care-card--dark p { color: rgba(255,255,255,.65); }

.repeat-order { padding-block: 24px; }
.repeat-order__inner { min-height: 320px; padding: 52px; display: grid; grid-template-columns: 1fr .8fr 180px; gap: 60px; align-items: center; color: white; background: var(--green-dark); border-radius: 8px; }
.repeat-order h2 { margin: 0; font-size: 48px; line-height: 1; color: white; }
.repeat-order__copy p { margin: 0 0 24px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.75; }
.calendar-card { height: 180px; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: #e2c377; border-radius: 18px; transform: rotate(3deg); }
.calendar-card span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.calendar-card strong { font: 72px var(--font-serif); line-height: 1; }
.calendar-card small { font-size: 12px; }

.b2b { background: var(--paper); }
.b2b__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.b2b__copy > p { margin-top: 24px; }
.b2b-types { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.b2b-types span { padding: 8px 12px; color: var(--green); border: 1px solid var(--line); border-radius: 99px; font-size: 10px; }
.b2b-form { padding: 38px; border: 1px solid var(--line); background: var(--soft-paper); border-radius: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.reviews { padding-block: 80px; }
.review-empty { padding: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: var(--soft-paper); border: 1px solid var(--line); border-radius: 6px; }
.review-empty h2 { margin: 0; font-size: 44px; line-height: 1; }
.review-empty > div:last-child > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.verified-pill { display: inline-flex; margin-top: 10px; padding: 9px 12px; color: var(--green); background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 4px; font-size: 10px; font-weight: 700; }

.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq__heading { position: sticky; top: 130px; align-self: start; }
.faq__heading > p { margin-top: 20px; }
.text-link { margin-top: 17px; padding: 0 0 4px; color: var(--green); background: transparent; border: 0; border-bottom: 1px solid var(--green); font-weight: 700; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 23px 0; display: flex; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font: 600 18px var(--font-serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font: 300 24px "Segoe UI", sans-serif; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: -4px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.footer { padding-top: 70px; color: white; background: #123126; }
.footer__top { padding-bottom: 52px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.footer__brand img { width: 92px; height: 96px; padding: 6px; object-fit: contain; background: white; border-radius: 8px; }
.footer__brand p { max-width: 300px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.footer h3 { margin: 0 0 18px; color: #d9b968; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer a, .footer button, .footer__top p { margin: 0 0 10px; display: block; color: rgba(255,255,255,.66); font-size: 11px; }
.footer button { padding: 0; background: transparent; border: 0; }
.footer__legal { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 40px; }
.footer__legal p { max-width: 760px; margin: 0; color: rgba(255,255,255,.4); font-size: 9px; line-height: 1.55; }

.zalo-float { position: fixed; right: 24px; bottom: 24px; z-index: 32; padding: 8px 15px 8px 8px; display: flex; align-items: center; gap: 8px; color: white; background: #1769e0; border: 3px solid rgba(255,255,255,.9); border-radius: 99px; box-shadow: 0 12px 32px rgba(0,0,0,.2); }
.zalo-float span { width: 29px; height: 29px; display: grid; place-items: center; font-weight: 900; background: white; color: #1769e0; border-radius: 50%; }
.zalo-float small { font-weight: 750; }
.mobile-buybar { display: none; }

.drawer, .modal { position: fixed; inset: 0; z-index: 100; visibility: hidden; }
.drawer.open, .modal.open { visibility: visible; }
.drawer__overlay, .modal__backdrop { position: absolute; inset: 0; opacity: 0; background: rgba(16,25,20,.58); transition: opacity .25s; }
.drawer.open .drawer__overlay, .modal.open .modal__backdrop { opacity: 1; }
.drawer__panel { width: min(440px, 100%); height: 100%; margin-left: auto; position: relative; z-index: 1; display: flex; flex-direction: column; background: var(--paper); transform: translateX(100%); transition: transform .3s ease; }
.drawer.open .drawer__panel { transform: translateX(0); }
.drawer__head { padding: 25px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.drawer__head small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.drawer__head h2 { margin: 3px 0 0; font-size: 30px; }
.drawer__head button, .modal__close { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; border-radius: 50%; font-size: 23px; }
.drawer__items { padding: 10px 25px; overflow-y: auto; }
.cart-item { padding: 16px 0; display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-item img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; }
.cart-item h3 { margin: 0 0 6px; font: 600 15px var(--font-serif); }
.cart-item p { margin: 0; color: var(--green); font-size: 11px; font-weight: 700; }
.qty { margin-top: 8px; display: flex; align-items: center; gap: 10px; }
.qty button { width: 23px; height: 23px; border: 1px solid var(--line); background: transparent; border-radius: 50%; }
.qty span { font-size: 11px; }
.remove-item { padding: 5px; color: #84877f; border: 0; background: transparent; font-size: 17px; }
.drawer__empty { margin: auto; padding: 30px; text-align: center; }
.drawer__empty > span { display: block; color: var(--gold); font: 60px var(--font-serif); }
.drawer__empty h3 { margin: 10px 0 6px; font: 600 21px var(--font-serif); }
.drawer__empty p { margin: 0; color: var(--muted); font-size: 11px; }
.drawer__footer { margin-top: auto; padding: 24px; border-top: 1px solid var(--line); }
.drawer__subtotal { margin-bottom: 12px; display: flex; justify-content: space-between; }
.drawer__subtotal strong { color: var(--green); }
.drawer__footer > p { color: var(--muted); font-size: 9px; line-height: 1.5; }
.modal { display: grid; place-items: center; padding: 20px; }
.modal__card { width: min(760px, 100%); max-height: 88vh; overflow-y: auto; position: relative; z-index: 1; padding: 38px; opacity: 0; transform: translateY(20px); background: var(--paper); border-radius: 8px; transition: opacity .2s, transform .2s; }
.modal.open .modal__card { opacity: 1; transform: translateY(0); }
.modal__close { position: absolute; top: 16px; right: 16px; z-index: 2; }
.modal-product { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: center; }
.modal-product img { aspect-ratio: 1; object-fit: cover; border-radius: 14px; }
.modal-product h2, .modal-copy h2 { margin: 0 0 14px; font-size: 38px; }
.modal-product p, .modal-copy p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.modal-product ul { padding-left: 18px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.modal-price { display: block; margin: 18px 0; color: var(--green); font-size: 21px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .trustbar__inner { justify-content: flex-start; overflow-x: auto; }
  .nav-wrap { grid-template-columns: 100px 1fr; }
  .desktop-nav { display: none; }
  .nav-actions { justify-self: end; }
  .text-button { display: none; }
  .menu-button { display: block; }
  .mobile-nav { padding: 0 20px; overflow: hidden; max-height: 0; display: grid; background: var(--cream); transition: max-height .25s, padding .25s; }
  .mobile-nav.open { max-height: 280px; padding-block: 10px 20px; }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
  .hero__grid, .verification__grid, .delivery__grid, .b2b__grid { gap: 55px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { grid-row: 1; min-height: 480px; }
  .hero__content { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__stats { margin-inline: auto; text-align: left; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); margin-inline: auto; }
  .verification__grid, .delivery__grid, .b2b__grid { grid-template-columns: 1fr; }
  .verification__media { max-width: 600px; margin-inline: auto; }
  .repeat-order__inner { grid-template-columns: 1fr 1fr; }
  .calendar-card { display: none; }
  .faq__grid { grid-template-columns: 1fr; gap: 45px; }
  .faq__heading { position: static; }
  .footer__top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__top > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .trustbar__inner { gap: 24px; }
  .trustbar span:nth-child(3) { display: none; }
  .nav-wrap { height: 69px; }
  .brand { height: 52px; }
  .brand img { width: 54px; height: 56px; }
  .cart-button { padding: 9px; font-size: 0; }
  .cart-button span { font-size: 11px; }
  .hero { padding: 35px 0 70px; }
  .hero__visual { min-height: 350px; }
  .hero__halo { width: 300px; height: 300px; }
  .hero__product { width: 300px; }
  .seal-card { min-width: 184px; padding: 10px; }
  .seal-card--top { right: -3px; top: 4px; }
  .seal-card--bottom { left: -3px; bottom: 2px; }
  .seal-card small { max-width: 140px; }
  h1 { font-size: 46px; }
  .hero__lead { font-size: 15px; }
  .hero__actions .button { width: 100%; }
  .hero__stats { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .hero__stats div, .hero__stats div + div { padding: 0; border: 0; }
  .commitment-grid { grid-template-columns: 1fr; }
  .commitment-grid article, .commitment-grid article:first-child { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .section-heading h2, .delivery__copy h2, .b2b__copy h2, .faq__heading h2 { font-size: 40px; }
  .product-grid, .care-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .product-card__media { height: 350px; }
  .quick-view { opacity: 1; transform: none; }
  .bundle-banner { grid-template-columns: 1fr; text-align: center; }
  .bundle-banner__number { display: none; }
  .verification__grid { gap: 70px; }
  .verification__note { right: 8px; bottom: -35px; }
  .verification__content h2 { font-size: 42px; }
  .verification__actions { align-items: flex-start; flex-direction: column; }
  .delivery-checker, .b2b-form { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .repeat-order__inner { padding: 35px 24px; grid-template-columns: 1fr; gap: 28px; }
  .repeat-order h2 { font-size: 40px; }
  .review-empty { padding: 30px 24px; grid-template-columns: 1fr; gap: 28px; }
  .review-empty h2 { font-size: 38px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer__brand, .footer__top > div:last-child { grid-column: 1 / -1; }
  .footer__legal { flex-direction: column; gap: 10px; }
  .zalo-float { display: none; }
  .mobile-buybar { height: 64px; padding: 8px 12px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; display: flex; justify-content: space-between; align-items: center; background: rgba(255,253,248,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(23,63,49,.08); }
  .mobile-buybar small, .mobile-buybar strong { display: block; }
  .mobile-buybar small { color: var(--muted); font-size: 9px; }
  .mobile-buybar strong { color: var(--green); font-size: 16px; }
  .mobile-buybar a { padding: 12px 24px; color: white; background: var(--green); border-radius: 5px; font-size: 12px; font-weight: 800; }
  .modal__card { padding: 55px 22px 25px; }
  .modal-product { grid-template-columns: 1fr; }
  .modal-product img { max-height: 270px; width: 100%; }
  .modal-product h2, .modal-copy h2 { font-size: 32px; }
}

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