:root {
  --ink: #111827;
  --navy: #172238;
  --navy-2: #0c1424;
  --red: #c32032;
  --red-dark: #9e1728;
  --white: #fff;
  --cloud: #f4f6f8;
  --mist: #e4e8ed;
  --muted: #626b79;
  --line: #d8dde4;
  --success: #177a55;
  --max: 1240px;
  --radius: 1.2rem;
  --shadow: 0 22px 70px rgba(12, 20, 36, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: clip;
}
body.drawer-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 999; transform: translateY(-180%); background: var(--white); padding: .7rem 1rem; border: 2px solid var(--red); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topbar { background: var(--navy-2); color: #dfe6f0; font-size: .82rem; }
.topbar__inner { min-height: 2.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__links { display: flex; gap: 1.25rem; }
.topbar a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,221,228,.8); backdrop-filter: blur(16px); }
.nav { min-height: 5.1rem; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 2rem; }
.brand img { width: 168px; height: 54px; object-fit: contain; object-position: left center; }
.nav__links { display: flex; justify-content: center; gap: clamp(1rem, 2.3vw, 2.25rem); }
.nav__links a { position: relative; color: #3e4857; font-weight: 680; font-size: .92rem; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--red); transition: right .2s ease; }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { right: 0; }
.nav__links a[aria-current="page"] { color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: .65rem; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 1.55rem; height: 2px; margin: 5px 0; background: var(--ink); }

.button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: .45rem; font-weight: 760; line-height: 1.15; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); color: var(--white); }
.button--primary:hover { background: var(--red-dark); }
.button--dark { background: var(--navy); color: var(--white); }
.button--light { background: var(--white); color: var(--navy); }
.button--outline { border-color: var(--line); background: transparent; color: var(--ink); }
.button--whatsapp { background: #168a5b; color: var(--white); }
.button--small { min-height: 2.55rem; padding: .65rem .85rem; font-size: .88rem; }
.text-link { color: var(--red); font-weight: 760; }

.eyebrow { margin: 0 0 .85rem; color: var(--red); font-size: .78rem; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.display { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.3rem); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4.6vw, 4.35rem); line-height: 1; letter-spacing: -.045em; font-weight: 500; }
h3 { margin: 0; font-size: 1.12rem; line-height: 1.28; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.7; }
.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section--soft { background: var(--cloud); }
.section--dark { background: var(--navy-2); color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading > p { max-width: 35rem; margin: 0; color: var(--muted); }
.section--dark .section-heading > p { color: #aeb8c8; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; background: linear-gradient(115deg, #f7f8fa 0%, #fff 58%, #edf0f4 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(23,34,56,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,34,56,.045) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; padding-block: 4rem; }
.hero__copy { max-width: 650px; }
.hero__lead { max-width: 600px; margin: 1.6rem 0 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero__facts { margin: 3rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.hero__facts div { padding-top: 1rem; border-top: 1px solid var(--line); }
.hero__facts dt { color: var(--navy); font-size: 1.1rem; font-weight: 820; }
.hero__facts dd { margin: .15rem 0 0; color: var(--muted); font-size: .84rem; }
.hero__visual { position: relative; min-height: 560px; }
.hero-bottle { position: absolute; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.hero-bottle img { width: 100%; height: 100%; object-fit: cover; }
.hero-bottle--main { width: min(74%, 390px); aspect-ratio: 1; right: 8%; top: 4%; border-radius: 50% 50% 1.25rem 1.25rem; }
.hero-bottle--small { width: 39%; aspect-ratio: 1; left: 0; bottom: 3%; border-radius: 1.25rem; border: .7rem solid var(--white); }
.hero-stamp { position: absolute; right: -1%; bottom: 5%; width: 10rem; height: 10rem; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--red); color: var(--white); transform: rotate(7deg); box-shadow: 0 15px 45px rgba(195,32,50,.28); }
.hero-stamp strong { display: block; font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.hero-stamp span { display: block; margin-top: .35rem; font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.signal-strip { background: var(--navy); color: var(--white); }
.signal-grid { min-height: 8.5rem; display: grid; grid-template-columns: repeat(4, 1fr); }
.signal { display: flex; gap: .9rem; align-items: center; padding: 1.6rem; border-right: 1px solid rgba(255,255,255,.12); }
.signal:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.signal__no { color: #ff8190; font-size: .74rem; font-weight: 800; }
.signal strong, .signal small { display: block; }
.signal small { margin-top: .15rem; color: #aeb8c8; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.category-card { position: relative; min-height: 15.5rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; color: var(--white); background: var(--navy); overflow: hidden; border-radius: var(--radius); }
.category-card::after { content: ""; position: absolute; width: 13rem; height: 13rem; right: -3rem; top: -4rem; border-radius: 50%; background: rgba(255,255,255,.06); }
.category-card:nth-child(2) { background: var(--red); }
.category-card:nth-child(3) { background: #33425c; }
.category-card span { color: rgba(255,255,255,.7); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.category-card h3 { margin-top: .35rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.category-card p { margin: .55rem 0 0; color: rgba(255,255,255,.76); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.product-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: .85rem; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 46px rgba(12,20,36,.1); }
.product-card__media { position: relative; aspect-ratio: 1; background: #f6f7f9; overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-card__media img { transform: scale(1.025); }
.badge { position: absolute; z-index: 1; top: .75rem; left: .75rem; padding: .35rem .55rem; border-radius: 999px; background: var(--white); color: var(--success); box-shadow: 0 5px 16px rgba(12,20,36,.1); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 1.1rem; }
.product-meta { display: flex; justify-content: space-between; gap: .5rem; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.product-card h3 { margin-top: .45rem; }
.product-price { margin: .65rem 0 .85rem; font-weight: 800; color: var(--navy); }
.product-card__actions { margin-top: auto; display: grid; grid-template-columns: 1fr auto; gap: .45rem; }
.icon-button { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: .4rem; background: var(--white); color: var(--red); font-size: 1.2rem; }
.icon-button.is-added { background: var(--red); border-color: var(--red); color: var(--white); }
.catalog-empty { grid-column: 1 / -1; padding: 4rem 1rem; text-align: center; border: 1px dashed var(--line); color: var(--muted); }
.catalog-status { margin: 0 0 1rem; color: var(--muted); font-size: .92rem; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 2rem; }

.service-stage { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.service-stage__copy { position: sticky; top: 8rem; }
.service-stage__copy p { color: #b6bfce; }
.service-list { border-top: 1px solid rgba(255,255,255,.17); }
.service-item { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.service-item > span { color: #ff7889; font-size: .78rem; font-weight: 800; }
.service-item p { margin: .4rem 0 0; color: #abb6c6; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process article { padding: 1.5rem 1.5rem 0 0; }
.process article + article { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.process span { display: inline-grid; place-items: center; width: 2.35rem; height: 2.35rem; margin-bottom: 1.25rem; border-radius: 50%; background: var(--navy); color: var(--white); font-size: .75rem; font-weight: 800; }
.process p { color: var(--muted); }

.contact-band { position: relative; overflow: hidden; background: var(--red); color: var(--white); }
.contact-band::after { content: "ELAFEE"; position: absolute; right: -1rem; bottom: -3.2rem; color: rgba(255,255,255,.08); font-size: clamp(8rem, 21vw, 20rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.contact-band__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.contact-band h2 { max-width: 760px; }
.contact-band p { max-width: 650px; color: rgba(255,255,255,.82); }
.contact-band__actions { display: grid; gap: .75rem; min-width: 230px; }

.page-hero { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--cloud); border-bottom: 1px solid var(--line); }
.page-hero__grid { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 3rem; }
.page-hero h1 { margin: 0; max-width: 820px; font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 500; line-height: .95; letter-spacing: -.05em; }
.page-hero p { margin: 0; color: var(--muted); font-size: 1.12rem; }

.catalog-layout { display: grid; grid-template-columns: 240px 1fr; gap: 2rem; align-items: start; }
.catalog-filters { position: sticky; top: 7rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: .8rem; }
.filter-group + .filter-group { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.filter-group label, .filter-group legend { display: block; margin-bottom: .5rem; font-weight: 780; font-size: .88rem; }
.filter-group input, .filter-group select { width: 100%; min-height: 2.8rem; padding: .65rem .75rem; border: 1px solid var(--line); border-radius: .4rem; background: var(--white); }
.filter-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.filter-chip { padding: .5rem .7rem; border: 1px solid var(--line); background: var(--white); border-radius: 999px; font-size: .8rem; }
.filter-chip.is-active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.split__visual { min-height: 450px; display: grid; place-items: center; padding: 2rem; border-radius: var(--radius); background: var(--cloud); }
.split__visual img { max-height: 430px; object-fit: contain; }
.feature-list { display: grid; gap: .85rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 1.8rem 1fr; gap: .6rem; }
.feature-list li::before { content: "✓"; display: grid; place-items: center; width: 1.5rem; height: 1.5rem; margin-top: .1rem; border-radius: 50%; background: #e5f6ef; color: var(--success); font-weight: 900; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.value { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); }
.value span { color: var(--red); font-size: .78rem; font-weight: 800; }
.value h3 { margin-top: .75rem; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.value p { color: var(--muted); }
.section--dark .value { border-color: rgba(255,255,255,.17); }
.section--dark .value p { color: #aeb8c8; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); }
.contact-details { display: grid; gap: 1rem; }
.contact-detail { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-detail span { color: var(--muted); display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-detail strong, .contact-detail a { display: block; margin-top: .3rem; font-size: 1.08rem; }
.enquiry-form { display: grid; gap: 1rem; padding: clamp(1.3rem, 3vw, 2.5rem); background: var(--cloud); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; margin-bottom: .4rem; font-weight: 720; font-size: .86rem; }
.field input, .field select, .field textarea { width: 100%; padding: .78rem .85rem; border: 1px solid #cdd3db; border-radius: .42rem; background: var(--white); color: var(--ink); }
.field textarea { resize: vertical; min-height: 120px; }
.form-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.form-note { margin: 0; color: var(--muted); font-size: .8rem; }

.inquiry-toggle { position: fixed; right: 1rem; bottom: 1rem; z-index: 70; display: none; align-items: center; gap: .6rem; min-height: 3.2rem; padding: .75rem 1rem; border: 0; border-radius: 999px; background: var(--red); color: var(--white); box-shadow: 0 16px 40px rgba(195,32,50,.35); font-weight: 800; }
.inquiry-toggle.is-visible { display: flex; }
.inquiry-count { min-width: 1.55rem; height: 1.55rem; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--red); font-size: .75rem; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 79; background: rgba(5,10,18,.55); opacity: 0; pointer-events: none; transition: opacity .2s; }
.drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
.inquiry-drawer { position: fixed; top: 0; right: 0; z-index: 80; width: min(440px, 100%); height: 100%; display: flex; flex-direction: column; padding: 1.25rem; background: var(--white); transform: translateX(100%); transition: transform .25s ease; box-shadow: -20px 0 60px rgba(12,20,36,.2); }
.inquiry-drawer.is-open { transform: none; }
.drawer__head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.drawer__head p { margin: .2rem 0 0; color: var(--muted); font-size: .88rem; }
.drawer-close { border: 0; background: transparent; font-size: 1.7rem; line-height: 1; }
.drawer__list { flex: 1; overflow: auto; margin: 0; padding: 1rem 0; list-style: none; }
.drawer__item { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: .7rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.drawer__item img { width: 60px; height: 60px; object-fit: cover; background: var(--cloud); }
.drawer__item strong, .drawer__item small { display: block; }
.drawer__item small { color: var(--muted); }
.drawer__item button { border: 0; background: transparent; color: var(--red); }
.drawer__empty { color: var(--muted); text-align: center; padding: 3rem 1rem; }
.drawer__actions { display: grid; gap: .6rem; padding-top: 1rem; border-top: 1px solid var(--line); }

.site-footer { padding: 4rem 0 1.5rem; background: var(--navy-2); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 2rem; }
.footer-brand img { width: 175px; height: 56px; object-fit: contain; object-position: left center; background: var(--white); border-radius: .3rem; padding: .3rem; }
.footer-brand p { max-width: 23rem; color: #aeb8c8; }
.footer-column h3 { margin-bottom: .85rem; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-column a, .footer-column span { display: block; margin: .45rem 0; color: #aeb8c8; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); color: #8f9bad; font-size: .8rem; }

.language-menu { position: relative; }
.language-menu summary { min-width: 7.25rem; padding: .62rem .8rem; border: 1px solid var(--line); border-radius: .4rem; background: var(--white); color: var(--ink); font-size: .8rem; font-weight: 750; text-align: center; cursor: pointer; list-style: none; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { content: " ▾"; color: var(--muted); }
.language-menu__list { position: absolute; top: calc(100% + .4rem); right: 0; z-index: 90; display: grid; grid-template-columns: minmax(0, 1fr); gap: .15rem; width: max-content; min-width: 11rem; padding: .4rem; border: 1px solid var(--line); border-radius: .5rem; background: var(--white); box-shadow: var(--shadow); }
.language-menu__list a { display: block; width: 100%; padding: .6rem .7rem; border-radius: .3rem; color: var(--ink); font-size: .84rem; line-height: 1.3; white-space: nowrap; }
.language-menu__list a:hover, .language-menu__list a[aria-current="true"] { background: var(--cloud); color: var(--red); }

.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.news-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cloud); }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-card__image img { transform: scale(1.025); }
.news-card__body { padding: 1.35rem; }
.news-card h2 { margin: .65rem 0; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 1.8rem); font-weight: 500; line-height: 1.15; }
.news-card h2 a { color: var(--ink); }
.news-card__body > p:not(.news-meta) { color: var(--muted); }
.news-meta { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin: 0; color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.news-meta span { color: var(--red); }
.text-link { display: inline-block; margin-top: .55rem; color: var(--red); font-weight: 800; }
.article-hero { padding: clamp(4rem, 8vw, 7.5rem) 0 3rem; background: var(--cloud); }
.article-hero__inner { max-width: 930px; }
.article-back { display: inline-block; margin-bottom: 2.5rem; color: var(--muted); font-size: .85rem; font-weight: 750; }
.article-hero h1 { max-width: 900px; margin: .9rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2.6rem, 6vw, 5.3rem); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.article-deck { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: clamp(2rem, 6vw, 5rem); padding-block: clamp(3rem, 7vw, 6rem); }
.article-featured { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.article-copy { max-width: 760px; padding-top: 2rem; font-size: 1.08rem; line-height: 1.8; }
.article-copy h2 { margin: 2.4rem 0 .7rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 500; }
.article-disclaimer { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.6; }
.article-cta { position: sticky; top: 8rem; display: grid; gap: .85rem; padding: 1.5rem; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.article-cta h2 { margin: 0; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.article-cta p:not(.eyebrow) { margin: 0 0 .4rem; color: #bdc5d1; }
.article-cta .button--outline { border-color: rgba(255,255,255,.45); color: var(--white); }
html[lang^="zh"] body, html[lang^="th"] body { line-break: auto; }
html[lang^="zh"] h1, html[lang^="zh"] h2, html[lang^="zh"] h3, html[lang^="th"] h1, html[lang^="th"] h2, html[lang^="th"] h3 { font-family: system-ui, "Segoe UI", sans-serif; letter-spacing: 0; }

@media (max-width: 1020px) {
  .nav { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; order: 3; }
  .nav__links { position: fixed; inset: 7.3rem 0 auto; display: grid; justify-content: stretch; gap: 0; padding: 1rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .25s ease; }
  .nav__links.is-open { transform: none; }
  .nav__links a { padding: .85rem; }
  .nav__links a::after { display: none; }
  .hero__grid, .page-hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding-top: 1rem; }
  .hero__visual { min-height: 470px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); border-top: 1px solid rgba(255,255,255,.12); }
  .signal:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .service-stage { grid-template-columns: 1fr; }
  .service-stage__copy { position: static; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filters { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-cta { position: static; }
}

@media (max-width: 720px) {
  .topbar__inner { justify-content: center; }
  .topbar__inner > span, .topbar__links a:first-child { display: none; }
  .nav { min-height: 4.5rem; gap: .65rem; }
  .brand img { width: 132px; height: 44px; }
  .nav__actions .button { display: none; }
  .nav__links { inset: 6.7rem 0 auto; }
  .hero { min-height: auto; }
  .hero__grid { padding-block: 3.5rem; gap: 1rem; }
  .display { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero__facts { grid-template-columns: 1fr; margin-top: 2rem; }
  .hero__visual { min-height: 380px; }
  .hero-bottle--main { width: 78%; right: 0; }
  .hero-bottle--small { width: 44%; }
  .hero-stamp { width: 7.5rem; height: 7.5rem; }
  .hero-stamp strong { font-size: 1.5rem; }
  .signal-grid, .category-grid, .product-grid, .process, .split, .values { grid-template-columns: 1fr 1fr; }
  .signal { border-bottom: 1px solid rgba(255,255,255,.12); }
  .signal:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.12); }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .process article, .process article + article { padding: 1.25rem 1rem 1.25rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .process article:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--line); }
  .contact-band__grid { grid-template-columns: 1fr; }
  .contact-band__actions { min-width: 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .news-grid { grid-template-columns: 1fr; }
  .language-menu summary { min-width: 0; padding-inline: .6rem; }
}

@media (max-width: 480px) {
  .shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .section { padding-block: 4rem; }
  .hero__actions, .form-actions { display: grid; }
  .hero__actions .button, .form-actions .button { width: 100%; }
  .signal-grid, .category-grid, .product-grid, .values { grid-template-columns: 1fr; }
  .signal { border-left: 1px solid rgba(255,255,255,.12); }
  .product-card__media { aspect-ratio: 1.12; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .split { grid-template-columns: 1fr; }
  .split__visual { min-height: 320px; }
}

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