/*
Theme Name: Nha Trang Paper
Theme URI: https://nhatrangpaper.com/
Author: Nha Trang Paper – Thế Giới Giấy
Description: Theme viết tay cho Nha Trang Paper – văn phòng Nha Trang của Thế Giới Giấy. Tông xanh biển + màu cát, nền vân giấy, bo góc lớn; dữ liệu gom trong inc/data.php và inc/products.php; schema JSON-LD; form báo giá lưu đơn; không page builder, không jQuery.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: nhatrang-paper
*/

/* ==========================================================================
   1. Tokens — đổi giao diện chủ yếu ở đây
   ========================================================================== */
:root {
	--c-primary: #0a5f8c;        /* xanh biển sâu: tiêu đề, nút chính */
	--c-primary-dark: #07476a;
	--c-sea: #0b78ad;            /* header */
	--c-teal: #14a0b5;           /* xanh ngọc: điểm nhấn phụ */
	--c-accent: #eaa53e;         /* màu cát: nút báo giá */
	--c-accent-dark: #d18d22;
	--c-accent-soft: #fdf0da;
	--c-sky: #e3f2f8;            /* nền xanh nhạt */
	--c-paper: #f7f5f0;          /* nền giấy */
	--c-deep: #083b58;           /* khối đậm */
	--c-deeper: #062c42;         /* chân trang */
	--c-bg: #ffffff;
	--c-text: #1d2b35;
	--c-text-muted: #56666f;
	--c-text-invert: #f4f9fb;
	--c-border: #dbe6ec;

	/* Biến cho landing.css */
	--c-royal: var(--c-primary);
	--c-cream: var(--c-paper);
	--c-cream-2: var(--c-sky);
	--grad-brand: linear-gradient(120deg, var(--c-primary), var(--c-teal));
	--grad-deep: linear-gradient(135deg, var(--c-deep), var(--c-primary));
	--grad-light: linear-gradient(160deg, var(--c-sky), var(--c-paper));
	--grad-soft: linear-gradient(160deg, #fff, var(--c-sky));

	--f-body: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--f-heading: "Quicksand", "Be Vietnam Pro", system-ui, sans-serif;

	--fs-sm: 0.875rem;
	--fs-base: 1rem;
	--fs-lg: 1.1rem;
	--fs-h3: clamp(1.1rem, 1rem + 0.35vw, 1.25rem);
	--fs-h2: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem);
	--fs-h1: clamp(1.85rem, 1.25rem + 2.4vw, 3rem);

	--radius: 22px;
	--radius-lg: 30px;
	--radius-sm: 12px;
	--radius-pill: 999px;
	--radius-cta: 1.4rem 0.45rem 1.4rem 0.45rem; /* nút bo lệch góc, học từ mẫu */
	--shadow: 0 18px 40px rgba(8, 59, 88, 0.14);
	--shadow-sm: 0 6px 20px rgba(8, 59, 88, 0.08);

	--space-section: clamp(3.25rem, 2.4rem + 3.5vw, 5.75rem);
	--container: 1200px;
	--gutter: 16px;
	--header-h: 76px;

	/* Vân giấy/khăn giấy: nhiễu mịn + chấm dập nổi kiểu khăn giấy, vẽ bằng SVG (không cần ảnh) */
	--tex-paper: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .35 0 0 0 0 .32 0 0 0 0 .27 0 0 0 .07 0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
	--tex-tissue: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath d='M14 4l10 10-10 10L4 14z' fill='none' stroke='%230a5f8c' stroke-opacity='.05'/%3E%3Ccircle cx='14' cy='14' r='1.2' fill='%230a5f8c' fill-opacity='.06'/%3E%3C/svg%3E");
	--tex-wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='40'%3E%3Cpath d='M0 20c20-12 40-12 60 0s40 12 60 0 30-10 40-6' fill='none' stroke='%23ffffff' stroke-opacity='.06' stroke-width='2'/%3E%3C/svg%3E");
}

/* ==========================================================================
   2. Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--f-body); font-size: var(--fs-base); line-height: 1.7; color: var(--c-text); background: var(--tex-paper), var(--tex-tissue), var(--c-paper); overflow-x: hidden; }
img, picture, video, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--c-primary); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--c-primary-dark); }
h1, h2, h3, h4 { font-family: var(--f-heading); font-weight: 700; line-height: 1.22; margin: 0 0 0.6em; color: var(--c-primary); letter-spacing: -0.01em; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
strong { font-weight: 700; }
input, select, textarea, button { font: inherit; }
:focus-visible { outline: 3px solid var(--c-accent); outline-offset: 2px; }
[hidden] { display: none !important; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 1000; width: auto; height: auto; clip: auto; padding: 8px 16px; background: #fff; }
.icon { width: 1.2em; height: 1.2em; flex: none; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--space-section); position: relative; }
.section--paper, .section--tissue, .section--tissue-alt, .section--alt { background: var(--tex-paper), var(--tex-tissue), #efece4; }
.section--kraft { background: linear-gradient(180deg, var(--c-sky), #f1f8fb); }
.section--deep, .section--dark, .section--photo { color: var(--c-text-invert); background: var(--tex-wave), linear-gradient(140deg, var(--c-deep) 0%, #0a4f75 100%); }
.section--deep h2, .section--deep h3, .section--dark h2, .section--dark h3, .section--photo h2 { color: #fff; }
.section__head { max-width: 780px; margin: 0 auto 2.5rem; text-align: center; }
.section__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 0.5rem; font-family: var(--f-heading); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.04em; color: var(--c-teal); text-transform: uppercase; }
.section__head .section__eyebrow::before, .section__head .section__eyebrow::after { content: ""; width: 28px; height: 2px; border-radius: 2px; background: currentColor; opacity: 0.6; }
.section--deep .section__eyebrow, .section--dark .section__eyebrow { color: var(--c-accent); }
.section__lead { color: var(--c-text-muted); font-size: var(--fs-lg); }
.section--deep .section__lead, .section--dark .section__lead { color: rgba(244, 249, 251, 0.82); }
.grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
.center-cta { margin-top: 2.25rem; text-align: center; }
.note { font-size: var(--fs-sm); color: var(--c-text-muted); font-style: italic; }

/* Đoạn văn căn đều hai bên (trừ chữ căn giữa có chủ đích) */
.about__text p, .entry p, .entry li, .faq__a p, .feature p, .frame-card__body p, .frame-card__text p,
.seg-card__text, .product-group__head p, .hero__lead, .office__info p, .steps4 p, .split > div > p {
	text-align: justify;
	text-justify: inter-word;
}
.section__head .section__lead, .entry--center p, .entry td, .entry th { text-align: inherit; }
h1, h2, h3, .section__lead { text-wrap: balance; }
p, li, dd { text-wrap: pretty; }

/* ==========================================================================
   3. Nút, chip, icon tròn
   ========================================================================== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 26px; border: 2px solid transparent; border-radius: var(--radius-pill); font-family: var(--f-heading); font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s; }
.btn:hover { transform: translateY(-2px); }
.btn .icon { width: 18px; height: 18px; }
.btn--lg { min-height: 54px; padding: 13px 30px; font-size: 1.05rem; }
.btn--primary { background: var(--c-primary); color: #fff; }
.btn--primary:hover { background: var(--c-primary-dark); color: #fff; box-shadow: 0 10px 22px rgba(10, 95, 140, 0.28); }
.btn--accent { background: var(--c-accent); color: #0b2a3d; border-radius: var(--radius-cta); box-shadow: 0 10px 22px rgba(234, 165, 62, 0.32); }
.btn--accent:hover { background: var(--c-accent-dark); color: #0b2a3d; }
.btn--light { background: #fff; color: var(--c-primary); box-shadow: var(--shadow-sm); }
.btn--light:hover { color: var(--c-primary-dark); }
.btn--ghost { border-color: currentColor; color: var(--c-primary); background: transparent; }
.section--deep .btn--ghost, .section--dark .btn--ghost { color: #fff; }
.btn--outline { border: 2px solid var(--c-primary); background: #fff; color: var(--c-primary); }
.btn--sm { min-height: 40px; padding: 8px 18px; font-size: 0.95rem; }
.btn--block { width: 100%; }
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-group--center { justify-content: center; }

.icon-btn { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); color: #fff; text-decoration: none; transition: transform 0.2s, background 0.2s; }
.icon-btn:hover { color: #fff; background: rgba(255, 255, 255, 0.28); transform: translateY(-2px); }
.icon-btn .icon { width: 20px; height: 20px; }
.icon-btn .icon--zalo { width: 30px; height: 30px; }
.icon-btn--accent { background: var(--c-accent); color: #0b2a3d; }
.icon-btn--accent:hover { background: var(--c-accent-dark); color: #0b2a3d; }

.chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.chips__label { font-weight: 700; color: var(--c-primary); margin-right: 4px; }
.chip { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 16px; border: 1.5px solid var(--c-primary); border-radius: var(--radius-pill); background: #fff; color: var(--c-primary); font-size: 0.93rem; font-weight: 600; text-decoration: none; cursor: pointer; }
.chip:hover { background: var(--c-sky); color: var(--c-primary); }
.chip.is-active { background: var(--c-primary); color: #fff; }
.chips--nav { margin-top: 1.25rem; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.tags li { padding: 5px 14px; border-radius: var(--radius-pill); background: #fff; color: var(--c-primary); font-size: 0.9rem; font-weight: 600; box-shadow: var(--shadow-sm); }

.checklist { list-style: none; margin: 0 0 1rem; padding: 0; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; }
.checklist .icon { color: var(--c-teal); margin-top: 4px; }

.link-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: none; }
.link-more .icon { width: 16px; height: 16px; }

/* ==========================================================================
   4. Dải địa chỉ + Header (xanh biển đặc, menu trắng — theo mẫu)
   ========================================================================== */
.topbar { background: var(--c-deep); color: rgba(244, 249, 251, 0.9); font-size: 0.82rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 36px; }
.topbar__item { display: inline-flex; align-items: center; gap: 6px; color: inherit; text-decoration: none; min-width: 0; }
.topbar__item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar__item:hover { color: #fff; }
.topbar__item .icon { width: 15px; height: 15px; color: var(--c-accent); }
.topbar__slogan { display: none; font-family: var(--f-heading); font-weight: 600; font-style: italic; letter-spacing: 0.03em; color: var(--c-accent); }
.topbar__phone { display: none; }

.site-header { position: sticky; top: 0; z-index: 100; background: linear-gradient(90deg, var(--c-primary) 0%, var(--c-sea) 100%); transition: box-shadow 0.2s; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(6, 44, 66, 0.25); }
.site-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: var(--header-h); }
.site-logo { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 6px 14px 6px 8px; border-radius: 18px 6px 18px 6px; background: #fff; color: var(--c-primary); text-decoration: none; box-shadow: 0 6px 16px rgba(6, 44, 66, 0.18); }
.site-logo:hover { color: var(--c-primary); }
.site-logo__img { width: auto; height: 40px; }
.site-logo__text { display: flex; flex-direction: column; line-height: 1.05; padding-left: 10px; border-left: 1.5px solid var(--c-border); }
.site-logo__name { font-family: var(--f-heading); font-size: 1.08rem; font-weight: 700; white-space: nowrap; }
.site-logo__sub { margin-top: 3px; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-teal); font-weight: 700; white-space: nowrap; }
.custom-logo-link img { max-height: 52px; width: auto; }

.nav-toggle { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 10px; border: 0; background: transparent; color: #fff; font-size: 1rem; font-weight: 600; cursor: pointer; }
.nav-toggle__bar, .nav-toggle__bar::before, .nav-toggle__bar::after { display: block; width: 20px; height: 2px; background: #fff; position: relative; transition: transform 0.2s; }
.nav-toggle__bar::before, .nav-toggle__bar::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bar::before { top: -6px; }
.nav-toggle__bar::after { top: 6px; }
.nav-open .nav-toggle__bar { background: transparent; }
.nav-open .nav-toggle__bar::before { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle__bar::after { transform: translateY(-6px) rotate(-45deg); }

.primary-nav { position: fixed; inset: calc(var(--header-h) + 36px) 0 0 0; z-index: 99; background: var(--tex-paper), var(--c-paper); padding: 16px var(--gutter) 96px; overflow-y: auto; transform: translateX(100%); transition: transform 0.25s; }
.nav-open .primary-nav { transform: none; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; }
.primary-nav a { display: block; padding: 12px 0; color: var(--c-primary); font-family: var(--f-heading); font-weight: 700; font-size: 1.02rem; text-decoration: none; border-bottom: 1px solid var(--c-border); }
.primary-nav .sub-menu a, .primary-nav .children a { padding-left: 16px; font-family: var(--f-body); font-weight: 500; font-size: 0.97rem; }
.primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { color: var(--c-accent-dark); }
.primary-nav__contact { margin-top: 24px; }
.primary-nav__contact .btn--ghost { color: var(--c-primary); }
.header-actions { display: none; align-items: center; gap: 8px; }
.header-cta { background: #fff; color: var(--c-primary); box-shadow: none; border-radius: var(--radius-pill); }
.header-cta:hover { background: var(--c-accent); color: #0b2a3d; }

/* ==========================================================================
   5. Hero — khung bo góc trên nền trời/biển, sóng ở đáy, ảnh sản phẩm xếp so le
   ========================================================================== */
.hero { padding: 18px 0 8px; }
.hero__panel { position: relative; display: grid; gap: 22px; overflow: hidden; padding: 28px 20px 70px; border-radius: var(--radius-lg); background:
	radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.9) 0 60px, transparent 61px),
	radial-gradient(circle at 12% 90%, rgba(20, 160, 181, 0.12) 0 120px, transparent 121px),
	linear-gradient(165deg, #d9eff7 0%, #eef8fb 55%, #fbfaf6 100%); box-shadow: var(--shadow-sm); color: var(--c-primary); }
.hero__panel::before { content: ""; position: absolute; inset: 0; background: var(--tex-tissue); pointer-events: none; }
.hero__content, .hero__media { position: relative; z-index: 1; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; padding: 6px 14px; border-radius: var(--radius-pill); background: #fff; font-weight: 700; font-size: 0.85rem; color: var(--c-teal); box-shadow: var(--shadow-sm); }
.hero__eyebrow .icon { width: 18px; height: 18px; }
.hero__title { margin-bottom: 0.35em; font-size: var(--fs-h1); color: var(--c-primary); }
.hero__script { margin: 0 0 14px; font-family: var(--f-heading); font-style: italic; font-weight: 600; font-size: 1.15rem; color: var(--c-accent-dark); }
.hero__lead { max-width: 560px; color: var(--c-text-muted); font-size: 1.02rem; }
.hero .btn-group { margin-top: 1.4rem; }
.hero__media { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
.hero__tile { margin: 0; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--shadow); border: 5px solid #fff; }
.hero__tile img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.hero__tile--2, .hero__tile--4 { transform: translateY(18px); }
.hero__badge { position: absolute; left: 50%; top: 50%; z-index: 2; display: flex; flex-direction: column; align-items: center; margin: 0; padding: 12px 18px; border-radius: 20px 6px 20px 6px; background: var(--c-primary); color: #fff; transform: translate(-50%, -30%); box-shadow: var(--shadow); text-align: center; }
.hero__badge strong { font-family: var(--f-heading); font-size: 1.6rem; line-height: 1; }
.hero__badge span { font-size: 0.72rem; opacity: 0.85; }
.hero__waves { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 0; width: 100%; height: 70px; color: var(--c-teal); opacity: 0.55; }
.hero__segments { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.hero__segments a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: var(--radius-pill); background: #fff; color: var(--c-primary); font-weight: 600; font-size: 0.92rem; text-decoration: none; box-shadow: var(--shadow-sm); transition: background 0.2s, color 0.2s; }
.hero__segments a .icon { width: 18px; height: 18px; color: var(--c-teal); }
.hero__segments a:hover { background: var(--c-primary); color: #fff; }
.hero__segments a:hover .icon { color: #fff; }

/* 3 cam kết: khối xanh đậm bo góc */
.pledges { padding: 26px 0 0; }
.pledges__box { display: grid; gap: 22px; padding: 30px 24px; border-radius: var(--radius-lg); background: var(--tex-wave), linear-gradient(120deg, var(--c-deep), var(--c-primary)); color: var(--c-text-invert); box-shadow: var(--shadow); }
.pledge { text-align: center; }
.pledge__icon { display: inline-grid; place-items: center; width: 64px; height: 64px; margin-bottom: 10px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, 0.45); color: #fff; }
.pledge__icon .icon { width: 30px; height: 30px; stroke-width: 1.5; }
.pledge__title { margin-bottom: 6px; font-size: 1.15rem; color: #fff; }
.pledge p { margin: 0; font-size: 0.93rem; color: rgba(244, 249, 251, 0.82); }

/* ==========================================================================
   6. Giới thiệu
   ========================================================================== */
.about { display: grid; gap: 40px; }
.about__media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about__img { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 5px solid #fff; background: #fff; }
.about__img img { width: 100%; height: 100%; object-fit: cover; }
.about__media--3 { grid-template-columns: 1.2fr 1fr; grid-template-rows: auto auto; }
.about__media--3 .about__img--1 { position: relative; grid-row: 1 / span 2; min-height: 280px; border-radius: 30px 30px 30px 8px; }
.about__media--3 .about__img--1 img { position: absolute; inset: 0; }
.about__media--3 .about__img--2 img, .about__media--3 .about__img--3 img { aspect-ratio: 1; }
.about__points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 1.25rem 0 1.5rem; padding: 0; list-style: none; }
.about__points li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.95rem; color: var(--c-primary); }
.about__points span { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border-radius: 14px; background: var(--c-sky); color: var(--c-teal); }
.about__points .icon { width: 22px; height: 22px; }
.about__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; }
.about__hotline { display: flex; flex-direction: column; line-height: 1.2; text-decoration: none; }
.about__hotline span { font-size: 0.85rem; color: var(--c-text-muted); }
.about__hotline strong { font-family: var(--f-heading); font-size: 1.55rem; color: var(--c-primary); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 1.5rem 0 1.75rem; padding: 0; list-style: none; }
.stats li { display: flex; flex-direction: column; padding: 14px 12px; border-radius: var(--radius-sm); background: #fff; box-shadow: var(--shadow-sm); }
.stats strong { font-family: var(--f-heading); font-size: 1.45rem; line-height: 1.1; color: var(--c-primary); }
.stats span { font-size: 0.82rem; line-height: 1.35; color: var(--c-text-muted); margin-top: 4px; }

/* ==========================================================================
   7. Thẻ: nhóm khách, thẻ nội dung, sản phẩm
   ========================================================================== */
.seg-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
.seg-card__link { display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: var(--radius-lg); background: #fff; color: var(--c-text); text-decoration: none; box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s; }
.seg-card__link:hover { color: var(--c-text); transform: translateY(-6px); box-shadow: var(--shadow); }
.seg-card__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 0.4s; }
.seg-card__link:hover .seg-card__media img { transform: scale(1.04); }
.seg-card__media { overflow: hidden; }
.seg-card__body { position: relative; display: flex; flex-direction: column; flex: 1; padding: 34px 22px 22px; }
.seg-card__icon { position: absolute; top: -28px; left: 22px; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px 6px 18px 6px; background: var(--c-primary); color: #fff; box-shadow: var(--shadow-sm); }
.seg-card__icon .icon { width: 28px; height: 28px; }
.seg-card__label { margin: 0 0 6px; font-size: 1.2rem; color: var(--c-primary); }
.seg-card__text { margin: 0 0 14px; font-size: 0.93rem; color: var(--c-text-muted); }
.seg-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-family: var(--f-heading); font-weight: 700; color: var(--c-teal); }
.seg-card__more .icon { width: 16px; height: 16px; transition: transform 0.2s; }
.seg-card__link:hover .seg-card__more .icon { transform: translateX(4px); }
.grid--seg { grid-template-columns: repeat(2, 1fr); gap: 14px; }

.frame-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s; }
.frame-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.frame-card__media { display: block; overflow: hidden; background: #fff; }
.frame-card__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.frame-card__body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
.frame-card__title { margin-bottom: 0.45em; font-size: 1.12rem; line-height: 1.35; }
.frame-card__title a { color: var(--c-primary); text-decoration: none; }
.frame-card__title a:hover { color: var(--c-teal); }
.frame-card__body p, .frame-card__text { font-size: 0.93rem; color: var(--c-text-muted); }
.frame-card__text p { margin: 0 0 0.6em; }
.frame-card__meta { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-size: 0.9rem; font-weight: 700; color: var(--c-teal); }
.frame-card__meta .icon { width: 16px; height: 16px; }

.grid--products { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.product { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: box-shadow 0.2s, transform 0.2s; }
.product:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.product[hidden] { display: none; }
.product__media { position: relative; background: #fff; }
.product__media img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 10px; }
.product__badge { position: absolute; top: 10px; left: 10px; padding: 3px 10px; border-radius: var(--radius-pill); background: var(--c-accent); color: #0b2a3d; font-size: 0.74rem; font-weight: 700; }
.product__body { display: flex; flex-direction: column; flex: 1; padding: 12px 14px 14px; border-top: 1px dashed var(--c-border); }
.product__code { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; color: var(--c-teal); }
.product__name { margin: 2px 0 8px; font-size: 1rem; line-height: 1.35; color: var(--c-primary); }
.product__specs { margin: 0 0 8px; padding: 0; list-style: none; font-size: 0.85rem; line-height: 1.45; }
.product__specs li { margin-bottom: 3px; }
.product__specs span { color: var(--c-text-muted); }
.product__for { margin-bottom: 8px; font-size: 0.8rem; line-height: 1.4; color: var(--c-text-muted); }
.product__more { margin-bottom: 12px; font-size: 0.85rem; }
.product__more summary { cursor: pointer; font-weight: 700; color: var(--c-primary); }
.product__more dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; margin: 8px 0 0; }
.product__more dt { color: var(--c-text-muted); }
.product__more dd { margin: 0; }
.product__cta { margin-top: auto; width: 100%; }

.product-group { margin-bottom: 3.5rem; }
.product-group:last-child { margin-bottom: 0; }
.product-group__head { max-width: 780px; margin-bottom: 1.5rem; }
.product-group__head h2 { margin-bottom: 0.3em; }
.product-group__head p { color: var(--c-text-muted); margin-bottom: 0.4em; }
[data-product-filter] { margin-bottom: 2rem; }

/* ==========================================================================
   8. Quy trình, số liệu, 5 KHÔNG, in logo, FAQ, khu vực
   ========================================================================== */
.steps4 { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: st; }
.steps4__item { counter-increment: st; position: relative; padding: 26px 22px 22px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.steps4__item::before { content: "0" counter(st); position: absolute; top: 16px; right: 20px; font-family: var(--f-heading); font-weight: 700; font-size: 2.4rem; line-height: 1; color: var(--c-sky); }
.steps4__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 14px; border-radius: 18px 6px 18px 6px; background: var(--c-accent-soft); color: var(--c-accent-dark); }
.steps4__icon .icon { width: 28px; height: 28px; }
.steps4__item h3 { margin-bottom: 6px; }
.steps4__item p { margin: 0; font-size: 0.94rem; color: var(--c-text-muted); }

.steps { counter-reset: step; list-style: none; margin: 0; padding: 0; }
.steps li { counter-increment: step; position: relative; padding: 0 0 22px 66px; }
.steps li::before { content: counter(step); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--c-accent); color: #0b2a3d; font-family: var(--f-heading); font-weight: 700; font-size: 1.2rem; }
.steps h3 { margin-bottom: 0.2em; font-size: var(--fs-lg); }
.steps p { margin: 0; color: var(--c-text-muted); }

.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.stat-row li { display: flex; flex-direction: column; align-items: center; padding: 22px 12px; border-radius: var(--radius); background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14); text-align: center; }
.stat-row strong { font-family: var(--f-heading); font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.7rem); line-height: 1.1; color: var(--c-accent); }
.stat-row span { margin-top: 6px; font-size: 0.9rem; color: rgba(244, 249, 251, 0.85); }
.stat-note { margin: 18px 0 0; font-size: 0.8rem; text-align: center; color: rgba(244, 249, 251, 0.65); }

.five-no { margin-top: 2.25rem; padding: 22px; border-radius: var(--radius-lg); background: #fff; color: var(--c-text); text-align: center; }
.five-no__title { margin-bottom: 14px; font-family: var(--f-heading); font-weight: 700; font-size: 1.15rem; color: var(--c-primary); }
.five-no__title strong { color: var(--c-accent-dark); letter-spacing: 0.03em; }
.five-no__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin: 0; padding: 0; list-style: none; counter-reset: no; }
.five-no__list li { display: inline-flex; align-items: center; gap: 8px; counter-increment: no; font-weight: 600; font-size: 0.95rem; color: var(--c-primary); }
.five-no__list li::before { content: counter(no); display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--c-teal); color: #fff; font-weight: 700; font-size: 0.85rem; }

.feature { padding: 24px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.feature__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 14px; border-radius: 50%; background: var(--c-sky); color: var(--c-primary); }
.feature__icon .icon { width: 26px; height: 26px; }
.feature h3 { font-size: 1.1rem; }
.feature p { font-size: 0.95rem; color: var(--c-text-muted); margin: 0; }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.duo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); border: 5px solid #fff; box-shadow: var(--shadow-sm); }
.duo img:nth-child(2) { margin-top: 40px; }

.faq { max-width: 860px; margin-inline: auto; }
.faq__item { margin-bottom: 10px; border-radius: var(--radius-sm); background: #fff; box-shadow: var(--shadow-sm); }
.faq__h { margin: 0; }
.faq__q { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; padding: 16px 20px; border: 0; background: none; text-align: left; font-family: var(--f-heading); font-weight: 700; font-size: 1.04rem; color: var(--c-primary); cursor: pointer; }
.faq__q::after { content: "+"; flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--c-sky); font-size: 1.2rem; line-height: 1; color: var(--c-primary); transition: transform 0.2s, background 0.2s; }
.faq__q[aria-expanded="true"]::after { transform: rotate(45deg); background: var(--c-accent); }
.faq__a { padding: 0 20px 16px; color: var(--c-text); }
.faq__a p:last-child { margin-bottom: 0; }
.faq__a[hidden] { display: none; }

.gallery { display: grid; gap: 8px; grid-template-columns: repeat(2, 1fr); }
.gallery a { display: block; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius-sm); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.gallery a:hover img { transform: scale(1.05); }
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 16px; background: rgba(0, 0, 0, 0.9); }
.lightbox img { max-height: 90vh; width: auto; }
.lightbox__close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; font-size: 1.5rem; cursor: pointer; }

.office { display: grid; gap: 24px; }
.office__map iframe { display: block; width: 100%; height: 340px; border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.office__info { padding: 28px 24px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.office__info h3 { font-size: 1.15rem; }
.office__info p { margin-bottom: 0.8em; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.area-list li { display: flex; align-items: center; gap: 6px; font-size: 0.93rem; font-weight: 600; color: var(--c-primary); }
.area-list .icon { width: 16px; height: 16px; color: var(--c-accent-dark); }

.contact-list { margin: 0 0 1.5rem; padding: 0; list-style: none; }
.contact-list li { padding: 10px 0; border-bottom: 1px dashed var(--c-border); }
.contact-map { display: block; width: 100%; border: 0; border-radius: var(--radius-lg); }

/* ==========================================================================
   9. Form
   ========================================================================== */
.form { position: relative; display: grid; gap: 14px; padding: 26px 24px; background: #fff; color: var(--c-text); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form__row { display: grid; gap: 14px; }
.form label { display: block; margin-bottom: 4px; font-weight: 600; font-size: var(--fs-sm); color: var(--c-primary); }
.form input, .form select, .form textarea { width: 100%; min-height: 48px; padding: 10px 14px; border: 1.5px solid var(--c-border); border-radius: var(--radius-sm); background: #fbfdfe; color: var(--c-text); }
.form textarea { min-height: 110px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--c-teal); outline: none; box-shadow: 0 0 0 3px rgba(20, 160, 181, 0.2); }
.form__hp { position: absolute; left: -9999px; }
.form__note { margin: 0; font-size: 0.8rem; color: var(--c-text-muted); }
.notice { padding: 14px 18px; border-radius: var(--radius-sm); }
.notice--ok { background: #e6f6ef; color: #17643a; }
.notice--err { background: #fdecec; color: #9b1c1c; }

/* ==========================================================================
   10. Trang con, bài viết
   ========================================================================== */
.page-hero { position: relative; overflow: hidden; padding: 30px 0 64px; background: linear-gradient(165deg, #d9eff7 0%, #eef8fb 60%, var(--c-paper) 100%); }
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 46px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 46' preserveAspectRatio='none'%3E%3Cpath d='M0 22c120-20 240-20 360 0s240 20 360 0 240-20 360 0 240 20 360 0v24H0z' fill='%2314a0b5' fill-opacity='.18'/%3E%3C/svg%3E") bottom / 100% 100% no-repeat; pointer-events: none; }
.page-hero h1 { margin-bottom: 0.4em; }
.page-hero .section__lead { max-width: 780px; }
.page-hero--media .split { gap: 28px; }
.page-hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); border: 6px solid #fff; box-shadow: var(--shadow); }
.breadcrumb { margin-bottom: 10px; font-size: var(--fs-sm); color: var(--c-text-muted); }
.breadcrumb a { color: var(--c-primary); }
.entry { max-width: 820px; margin-inline: auto; }
.entry--center { text-align: center; }
.entry img { border-radius: var(--radius); }
.entry h2 { margin-top: 1.8em; font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.8rem); }
.entry h3 { margin-top: 1.4em; font-size: 1.18rem; }
.entry > :first-child { margin-top: 0; }
.entry blockquote { margin: 1.5em 0; padding: 14px 20px; border-left: 4px solid var(--c-accent); background: #fff; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.entry table { width: 100%; border-collapse: collapse; margin: 1.25em 0; font-size: 0.95rem; background: #fff; border-radius: var(--radius-sm); overflow: hidden; }
.entry th, .entry td { padding: 10px 12px; border: 1px solid var(--c-border); text-align: left; vertical-align: top; }
.entry th { background: var(--c-primary); color: #fff; }
.entry .box { margin: 1.5em 0; padding: 18px 20px; border-radius: var(--radius); background: var(--c-accent-soft); }
.entry .box p:last-child { margin-bottom: 0; }
.entry-wrap { overflow-x: auto; }
.pagination, .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 2.5rem; }
.page-numbers { padding: 8px 14px; border-radius: var(--radius-sm); text-decoration: none; background: #fff; box-shadow: var(--shadow-sm); }
.page-numbers.current { background: var(--c-primary); color: #fff; }

/* ==========================================================================
   11. CTA + Footer
   ========================================================================== */
.cta-band { padding-block: 56px; background: var(--tex-wave), linear-gradient(120deg, var(--c-primary), var(--c-teal)); color: #fff; text-align: center; }
.cta-band h2 { margin-bottom: 0.3em; color: #fff; }
.cta-band .btn-group { justify-content: center; }
.cta-band .btn--ghost { color: #fff; }
.site-footer { position: relative; padding-top: 72px; background: var(--tex-wave), var(--c-deeper); color: rgba(244, 249, 251, 0.85); font-size: 0.95rem; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 40px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0 0h1440v14c-120 18-240 18-360 0s-240-18-360 0-240 18-360 0S120-4 0 14z' fill='%23f7f5f0'/%3E%3C/svg%3E") top / 100% 100% no-repeat; }
.site-footer a { color: inherit; }
.site-footer a:hover { color: var(--c-accent); }
.site-footer__grid { display: grid; gap: 36px; }
.site-footer__title { position: relative; margin-bottom: 1.1em; padding-bottom: 10px; font-size: 1.08rem; color: #fff; }
.site-footer__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 3px; border-radius: 3px; background: var(--c-accent); }
.site-footer__legal { font-weight: 700; color: #fff; }
.site-footer__list, .site-footer__links { list-style: none; padding: 0; margin: 0 0 1rem; }
.site-footer__list li { display: flex; gap: 10px; margin-bottom: 10px; }
.site-footer__list .icon { margin-top: 4px; color: var(--c-accent); }
.site-footer__links li { margin-bottom: 8px; }
.site-footer__links a { text-decoration: none; }
.site-footer__links a::before { content: "› "; font-weight: 700; color: var(--c-accent); }
.site-footer__small { font-size: 0.82rem; opacity: 0.8; }
.site-footer__social { display: flex; gap: 10px; margin-top: 1.25rem; }
.site-footer__bottom { margin-top: 40px; padding-block: 18px 88px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.85rem; text-align: center; }
.site-footer__menu { display: inline-flex; flex-wrap: wrap; gap: 12px; margin: 6px 0 0; padding: 0; list-style: none; }

/* ==========================================================================
   12. Nút liên hệ nổi — mobile: thanh dưới đáy; desktop: cột trắng bo tròn giữa mép phải (theo mẫu)
   ========================================================================== */
.float-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; background: var(--c-bg); box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12); }
.float-contact__btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 60px; font-size: 0.78rem; font-weight: 700; color: #fff; text-decoration: none; }
.float-contact__btn:hover { color: #fff; }
.float-contact__btn svg { width: 22px; height: 22px; fill: currentColor; }
.float-contact__phone { background: var(--c-primary); }
.float-contact__zalo { background: #0068ff; }
.float-contact__mess { background: #a033ff; }

/* ==========================================================================
   13. Responsive
   ========================================================================== */
@media (min-width: 600px) {
	.gallery { grid-template-columns: repeat(3, 1fr); }
	.form__row { grid-template-columns: 1fr 1fr; }
	.seg-grid { grid-template-columns: repeat(2, 1fr); }
	.steps4 { grid-template-columns: repeat(2, 1fr); }
	.pledges__box { grid-template-columns: repeat(3, 1fr); }
	.stat-row { grid-template-columns: repeat(4, 1fr); }
	.hero__media { grid-template-columns: repeat(2, 1fr); max-width: 480px; margin-inline: auto; }
}
@media (min-width: 768px) {
	:root { --gutter: 24px; }
	.topbar__phone { display: inline-flex; }
	.grid--2 { grid-template-columns: repeat(2, 1fr); }
	.grid--3 { grid-template-columns: repeat(2, 1fr); }
	.grid--4 { grid-template-columns: repeat(2, 1fr); }
	.grid--products { grid-template-columns: repeat(3, 1fr); gap: 20px; }
	.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
	.split--top { align-items: start; }
	.about { grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
	.office { grid-template-columns: 1fr 1.2fr; align-items: stretch; }
	.office__map iframe { height: 100%; min-height: 380px; }
	.site-footer__grid { grid-template-columns: 1.6fr 1fr 1fr; }
	.five-no { padding: 26px 32px; }
	.pledges__box { padding: 38px 32px; }
}
@media (min-width: 1024px) {
	.topbar__slogan { display: inline; }
	.grid--3 { grid-template-columns: repeat(3, 1fr); }
	.grid--4 { grid-template-columns: repeat(4, 1fr); }
	.gallery { grid-template-columns: repeat(4, 1fr); }
	/* 5 thẻ: hàng trên 3, hàng dưới 2 rộng hơn */
	.seg-grid { grid-template-columns: repeat(6, 1fr); gap: 24px; }
	.seg-card { grid-column: span 2; }
	.seg-card:nth-child(4), .seg-card:nth-child(5) { grid-column: span 3; }
	.seg-card:nth-child(4) .seg-card__media img, .seg-card:nth-child(5) .seg-card__media img { aspect-ratio: 16 / 8; }
	.steps4 { grid-template-columns: repeat(4, 1fr); }

	/* Header */
	.nav-toggle { display: none; }
	.header-actions { display: flex; }
	.primary-nav { position: static; transform: none; padding: 0; overflow: visible; background: none; }
	.primary-nav__contact { display: none; }
	.primary-nav > div > ul, .primary-nav > ul { display: flex; gap: 2px; }
	.primary-nav a { padding: 10px 12px; border: 0; color: #fff; font-size: 1rem; font-weight: 600; white-space: nowrap; }
	.primary-nav a:hover { color: var(--c-accent); }
	.primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { color: var(--c-accent); }
	.primary-nav li { position: relative; }
	.primary-nav .menu-item-has-children > a::after, .primary-nav .page_item_has_children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
	.primary-nav .sub-menu, .primary-nav .children { position: absolute; top: 100%; left: 0; z-index: 5; min-width: 260px; padding: 10px 0; background: #fff; border-radius: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.2s, transform 0.2s, visibility 0.2s; }
	.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu,
	.primary-nav li:hover > .children, .primary-nav li:focus-within > .children { opacity: 1; visibility: visible; transform: none; }
	.primary-nav .sub-menu a, .primary-nav .children a { padding: 8px 20px; color: var(--c-primary); }
	.primary-nav .sub-menu a:hover { color: var(--c-teal); background: var(--c-sky); }
	.header-actions .icon-btn { display: none; }

	/* Hero */
	.hero { padding-top: 22px; }
	.hero__panel { grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; min-height: 520px; padding: 56px 56px 90px; }
	.hero__media { max-width: none; gap: 16px; }
	.hero__tile--1 { transform: rotate(-3deg); }
	.hero__tile--2 { transform: translateY(26px) rotate(2deg); }
	.hero__tile--3 { transform: rotate(2deg); }
	.hero__tile--4 { transform: translateY(26px) rotate(-2deg); }
	.hero__waves { height: 90px; }
	.hero__lead { font-size: 1.08rem; }

	.grid--products { grid-template-columns: repeat(4, 1fr); }
	.page-hero { padding: 40px 0 80px; }
	.page-hero--media .split { grid-template-columns: 1.1fr 1fr; }

	.float-contact { left: auto; right: 16px; top: 50%; bottom: auto; grid-auto-flow: row; gap: 10px; padding: 10px; border-radius: var(--radius-pill); background: #fff; box-shadow: var(--shadow); transform: translateY(-50%); }
	.float-contact__btn { width: 50px; height: 50px; min-height: 0; border-radius: 50%; }
	.float-contact__btn span { display: none; }
	.site-footer__bottom { padding-bottom: 20px; }
}
@media (min-width: 1200px) {
	.primary-nav a { padding: 10px 15px; }
}
@media (max-width: 599px) {
	.grid--seg .seg-card__text { display: none; }
	.about__points { grid-template-columns: 1fr; }
	.hero__badge { top: auto; bottom: -10px; transform: translate(-50%, 0); }
	.site-logo { padding: 5px 10px 5px 6px; gap: 8px; }
	.site-logo__img { height: 30px; }
	.site-logo__text { padding-left: 8px; }
	.site-logo__name { font-size: 0.92rem; }
	.site-logo__sub { font-size: 0.58rem; letter-spacing: 0.06em; }
	.nav-toggle__label { display: none; }
	.hero__panel { padding: 22px 16px 60px; }
	.hero__media { gap: 10px; }
	.hero__tile { border-width: 3px; border-radius: 16px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
