:root {
  --ink: #172420;
  --ink-soft: #4d5e59;
  --paper: #f7f9f8;
  --white: #ffffff;
  --line: #d7dfdc;
  --line-dark: #aebbb7;
  --teal: #168d77;
  --teal-dark: #0c6555;
  --gold: #d4b03f;
  --gold-soft: #f3e8ba;
  --coral: #ad4a38;
  --whatsapp: #18795a;
  --shadow: 0 12px 30px rgba(18, 39, 34, 0.12);
  --max: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
body.drawer-open { overflow: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h2 { margin-bottom: 18px; font-size: 3.5rem; font-weight: 650; }
h3 { font-size: 1.1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.research-bar {
  min-height: 32px;
  padding: 7px 20px;
  text-align: center;
  color: white;
  background: var(--coral);
  font-size: 0.75rem;
  font-weight: 750;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(247, 249, 248, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-logo { width: 50px; height: 50px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; object-fit: cover; }
.brand-name { display: flex; flex-direction: column; font-weight: 760; line-height: 1.1; }
.brand-name small { margin-top: 4px; color: var(--ink-soft); font-size: 0.63rem; font-weight: 550; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.primary-nav a { text-decoration: none; color: var(--ink-soft); font-size: 0.88rem; font-weight: 650; }
.primary-nav a:hover { color: var(--teal-dark); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.language-control select { min-width: 64px; height: 42px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--ink); padding: 0 10px; font-weight: 700; }
.button, .icon-button {
  border: 0;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 18px; border-radius: 4px; text-decoration: none; font-weight: 720; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--teal-dark); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }
.button-outline { color: white; background: transparent; border: 1px solid rgba(255, 255, 255, 0.45); }
.button-whatsapp { width: 100%; background: var(--whatsapp); color: white; }
.button:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 4px; background: transparent; color: var(--ink); font-size: 1.45rem; }
.icon-button:hover { background: #e8eeeb; }
.menu-toggle { display: none; }
.count-badge { min-width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 0.72rem; }
.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 104px));
  display: flex;
  align-items: center;
  background-image: url("/assets/hero-lab.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-overlay { position: absolute; inset: 0 46% 0 0; background: rgba(239, 244, 242, 0.9); border-right: 1px solid rgba(255, 255, 255, 0.35); }
.hero-content { position: relative; z-index: 1; width: min(700px, 56%); margin-left: max(24px, calc((100vw - var(--max)) / 2)); padding: 72px 0 104px; }
.eyebrow { margin-bottom: 13px; color: var(--teal-dark); font-size: 0.74rem; font-weight: 800; text-transform: uppercase; }
.hero h1 { margin-bottom: 23px; font-size: 7rem; font-weight: 680; letter-spacing: 0; }
.hero-copy { max-width: 670px; margin-bottom: 30px; color: #354742; font-size: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-detail { margin: 22px 0 0; color: var(--ink-soft); font-size: 0.84rem; font-weight: 620; }
.proof-rail { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: -42px auto 0; position: relative; z-index: 2; background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); }
.proof-rail div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid var(--line); }
.proof-rail div:last-child { border-right: 0; }
.proof-rail strong { font-size: 1.55rem; }
.proof-rail span { margin-top: 5px; color: var(--ink-soft); font-size: 0.78rem; }
.gift-band { max-width: var(--max); margin: 86px auto; display: grid; grid-template-columns: 70px minmax(280px, 1.2fr) minmax(280px, 1fr) auto; align-items: center; gap: 28px; padding: 30px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.gift-number { width: 54px; height: 54px; display: grid; place-items: center; background: var(--gold); font-weight: 800; }
.gift-band h2 { margin: 0; font-size: 2.2rem; }
.gift-band p { margin-bottom: 0; color: var(--ink-soft); }
.catalog-section, .supply-section, .faq-section { max-width: var(--max); margin: 0 auto; padding: 80px 0; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 34px; }
.section-heading > div { max-width: 820px; }
.section-heading p:last-child { color: var(--ink-soft); }
.catalog-heading { align-items: flex-end; }
.search-field { width: min(420px, 100%); height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 15px; background: white; border: 1px solid var(--line-dark); border-radius: 4px; }
.search-field span { font-size: 1.4rem; color: var(--ink-soft); }
.search-field input { width: 100%; height: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.category-tabs { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
.category-tab { flex: 0 0 auto; min-height: 38px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--ink-soft); cursor: pointer; font-weight: 650; font-size: 0.8rem; }
.category-tab[aria-selected="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.catalog-meta { display: flex; justify-content: space-between; gap: 20px; margin: 18px 0 10px; color: var(--ink-soft); font-size: 0.78rem; }
.pricing-band { display: grid; grid-template-columns: minmax(250px, 1.15fr) auto minmax(260px, 0.9fr); gap: 30px; align-items: center; margin: 24px 0 34px; padding: 24px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.pricing-band > div:first-child span { display: block; margin-bottom: 6px; color: var(--teal-dark); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.pricing-band > div:first-child strong { display: block; max-width: 490px; font-size: 1.15rem; line-height: 1.3; }
.pricing-band > p { margin: 0; color: var(--ink-soft); font-size: 0.82rem; }
.pricing-tiers { display: grid; grid-template-columns: repeat(2, minmax(118px, 1fr)); border-left: 1px solid var(--line); }
.pricing-tiers p { min-width: 145px; margin: 0; padding: 5px 22px; border-right: 1px solid var(--line); }
.pricing-tiers strong, .pricing-tiers span { display: block; }
.pricing-tiers strong { color: var(--teal-dark); font-size: 1.15rem; }
.pricing-tiers span { margin-top: 2px; color: var(--ink-soft); font-size: 0.72rem; }
.product-table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); }
.product-table { width: 100%; border-collapse: collapse; }
.product-table th { padding: 13px 14px; background: #edf1ef; color: var(--ink-soft); font-size: 0.68rem; text-align: left; text-transform: uppercase; white-space: nowrap; }
.product-table td { padding: 14px; border-top: 1px solid var(--line); font-size: 0.84rem; vertical-align: middle; }
.product-table tbody tr:hover { background: #f2f6f4; }
.product-code { color: var(--teal-dark); font-weight: 800; }
.product-name-button { padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; font-weight: 720; }
.product-name-button:hover { color: var(--teal-dark); text-decoration: underline; }
.coa-badge { display: inline-block; padding: 3px 6px; border-radius: 3px; background: #e1f0eb; color: var(--teal-dark); font-size: 0.66rem; font-weight: 800; text-decoration: none; }
.coa-badge.unavailable { background: #edf0ef; color: #7d8a86; }
.price { white-space: nowrap; font-weight: 800; }
.add-button { min-width: 38px; height: 36px; border: 1px solid var(--ink); border-radius: 4px; background: transparent; color: var(--ink); cursor: pointer; font-weight: 800; }
.add-button:hover { background: var(--ink); color: white; }
.product-mobile-list { display: none; }
.pagination { min-height: 46px; display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 24px; }
.page-button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 4px; background: white; cursor: pointer; }
.page-button.active { background: var(--ink); color: white; border-color: var(--ink); }
.company-section { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(540px, 1.4fr); gap: clamp(48px, 8vw, 120px); align-items: end; padding: 82px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.company-intro { max-width: 560px; }
.company-intro h2 { margin-bottom: 22px; font-size: 3rem; }
.company-intro > p:last-child { margin-bottom: 0; color: #b6c4c0; }
.company-section .eyebrow { color: #72d2bd; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid #53635e; }
.company-facts div { min-height: 155px; padding: 24px 20px 16px 0; border-right: 1px solid #53635e; }
.company-facts div + div { padding-left: 20px; }
.company-facts div:last-child { border-right: 0; }
.company-facts dt { color: #8fa29c; font-size: 0.72rem; font-weight: 750; text-transform: uppercase; }
.company-facts dd { margin: 28px 0 0; font-size: 1rem; font-weight: 680; line-height: 1.35; }
.quality-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr); background: #e4ebe8; }
.quality-image { min-height: 640px; }
.quality-image img { width: 100%; height: 100%; object-fit: cover; }
.quality-copy { max-width: 650px; align-self: center; padding: 80px clamp(32px, 6vw, 110px); }
.quality-copy > p { color: var(--ink-soft); }
.quality-list { margin: 34px 0 0; }
.quality-list div { padding: 17px 0; border-top: 1px solid var(--line-dark); }
.quality-list dt { font-weight: 760; }
.quality-list dd { margin: 4px 0 0; color: var(--ink-soft); font-size: 0.88rem; }
.supply-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.supply-grid article { min-height: 250px; padding: 30px 24px; border-right: 1px solid var(--line); }
.supply-grid article:last-child { border-right: 0; }
.supply-grid span { color: var(--teal); font-weight: 850; }
.supply-grid h3 { margin: 54px 0 12px; }
.supply-grid p { color: var(--ink-soft); font-size: 0.88rem; }
.shipping-section { display: grid; grid-template-columns: 1.05fr 0.8fr 1.1fr; gap: 55px; align-items: center; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); background: var(--gold-soft); }
.shipping-section h2 { margin: 0; font-size: 3rem; }
.cutoff-display { padding-left: 30px; border-left: 4px solid var(--gold); }
.cutoff-display span, .cutoff-display small { display: block; color: var(--ink-soft); }
.cutoff-display strong { display: block; margin: 6px 0; font-size: 4rem; }
.shipping-copy p { color: #42534e; }
.faq-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; font-weight: 720; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 17px; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 45px 22px 0; color: var(--ink-soft); }
.final-cta { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; }
.final-cta > div:first-child { max-width: 740px; }
.final-cta h2 { margin-bottom: 0; }
.final-cta .eyebrow { color: #72d2bd; }
.final-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 35px 70px; padding: 56px max(24px, calc((100vw - var(--max)) / 2)); background: #101a17; color: white; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand .brand-logo { width: 56px; height: 56px; border-color: #60716c; }
.footer-brand p { margin: 4px 0 0; color: #9eafaa; font-size: 0.82rem; }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-links a { color: #c8d3d0; font-size: 0.8rem; }
.footer-disclaimer { max-width: 800px; color: #94a39f; font-size: 0.72rem; }
.copyright { color: #94a39f; font-size: 0.72rem; text-align: right; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(9, 20, 17, 0.55); }
.inquiry-drawer { position: fixed; top: 0; right: 0; z-index: 60; width: min(560px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 24px; background: var(--paper); box-shadow: -20px 0 50px rgba(8, 25, 21, 0.25); transform: translateX(102%); transition: transform 220ms ease; overflow-y: auto; }
.inquiry-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
.drawer-header h2 { margin: 0; font-size: 2rem; }
.drawer-items { display: grid; gap: 8px; padding: 18px 0; }
.empty-state { padding: 38px 20px; border: 1px dashed var(--line-dark); text-align: center; color: var(--ink-soft); }
.drawer-item { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.drawer-item strong, .drawer-item small { display: block; }
.drawer-item small { color: var(--ink-soft); }
.quantity-control { display: grid; grid-template-columns: 32px 48px 32px; height: 34px; border: 1px solid var(--line-dark); }
.quantity-control button, .quantity-control input { border: 0; background: white; text-align: center; min-width: 0; }
.quantity-control input { width: 48px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.remove-item { border: 0; background: transparent; color: var(--coral); cursor: pointer; font-weight: 750; }
.drawer-total { display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; padding: 18px 0; border-top: 2px solid var(--ink); }
.drawer-total > span { color: var(--ink-soft); font-size: 0.78rem; }
.drawer-total strong { font-size: 0.95rem; text-align: right; }
.drawer-total .drawer-estimated-label, .drawer-total .drawer-estimated-value { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--ink); }
.drawer-total .drawer-estimated-value { font-size: 1.3rem; }
.drawer-total small { grid-column: 1 / -1; color: var(--ink-soft); }
.inquiry-form { display: grid; gap: 13px; padding-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inquiry-form label { display: grid; gap: 5px; color: var(--ink-soft); font-size: 0.78rem; font-weight: 620; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 3px; background: white; padding: 10px 11px; color: var(--ink); }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select { height: 43px; }
.inquiry-form textarea { resize: vertical; }
.consent { grid-template-columns: 20px 1fr; align-items: start; color: var(--ink) !important; line-height: 1.4; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--teal); }
.form-message { min-height: 20px; margin: 0; color: var(--coral); font-size: 0.8rem; }
.product-dialog { width: min(620px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 6px; color: var(--ink); box-shadow: 0 25px 70px rgba(8, 25, 21, 0.3); }
.product-dialog::backdrop { background: rgba(9, 20, 17, 0.58); }
.dialog-close { position: absolute; right: 14px; top: 14px; }
.dialog-body { padding: 40px; }
.dialog-code { color: var(--teal-dark); font-weight: 800; }
.dialog-body h2 { margin: 8px 50px 20px 0; font-size: 2.3rem; }
.dialog-data { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dialog-data div { padding: 15px 0; }
.dialog-data div:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.dialog-data span { display: block; color: var(--ink-soft); font-size: 0.72rem; text-transform: uppercase; }
.dialog-storage { padding: 16px; background: #edf2f0; font-size: 0.83rem; color: var(--ink-soft); }
.dialog-actions { display: flex; gap: 10px; margin-top: 22px; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 24px; transform: translateX(-50%); min-width: 240px; padding: 12px 18px; border-radius: 4px; background: var(--ink); color: white; text-align: center; box-shadow: var(--shadow); }
.toast.toast-action { cursor: pointer; outline-offset: 3px; }
.toast.toast-action::after { content: " \2192"; color: var(--gold); font-weight: 800; }

@media (max-width: 1080px) {
  h2 { font-size: 3rem; }
  .site-header { gap: 16px; }
  .primary-nav { gap: 15px; }
  .hero-content { width: 62%; }
  .gift-band, .catalog-section, .supply-section, .faq-section { margin-left: 24px; margin-right: 24px; }
  .pricing-band { grid-template-columns: 1fr auto; }
  .pricing-band > p { grid-column: 1 / -1; }
  .gift-band { grid-template-columns: 60px 1fr 1fr; }
  .gift-band .button { grid-column: 2 / 4; justify-self: start; }
  .supply-grid { grid-template-columns: 1fr 1fr; }
  .supply-grid article:nth-child(2) { border-right: 0; }
  .supply-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .shipping-section { grid-template-columns: 1fr 1fr; }
  .shipping-copy { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .company-section { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 820px) {
  .site-header { min-height: 64px; padding: 8px 16px; }
  .brand-logo { width: 42px; height: 42px; }
  .brand-name small { display: none; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: grid; }
  .header-actions { margin-left: auto; }
  .header-inquiry { width: 42px; padding: 0; }
  .header-inquiry > span:first-child { display: none; }
  .hero { min-height: 690px; background-position: 64% center; align-items: flex-start; }
  .hero-overlay { inset: 0 0 24% 0; background: rgba(239, 244, 242, 0.95); border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.45); }
  .hero-content { width: auto; margin: 0; padding: 46px 24px 190px; }
  .hero h1 { font-size: 4.8rem; }
  .proof-rail { grid-template-columns: 1fr 1fr; margin: -32px 16px 0; }
  .proof-rail div { min-height: 102px; padding: 18px; }
  .proof-rail div:nth-child(2) { border-right: 0; }
  .proof-rail div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gift-band { grid-template-columns: 48px 1fr; margin-top: 60px; }
  .gift-band > p, .gift-band .button { grid-column: 2; }
  .catalog-section { padding-top: 48px; }
  .catalog-heading, .section-heading { display: block; }
  .search-field { margin-top: 26px; width: 100%; }
  .catalog-meta { align-items: flex-start; }
  .product-table-wrap { display: none; }
  .product-mobile-list { display: grid; border-top: 1px solid var(--line-dark); }
  .pricing-band { grid-template-columns: 1fr; gap: 20px; }
  .pricing-band > p { grid-column: auto; }
  .mobile-product { display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
  .mobile-product .product-code { font-size: 0.72rem; }
  .mobile-product h3 { margin: 0; }
  .mobile-product .mobile-spec { color: var(--ink-soft); font-size: 0.8rem; }
  .mobile-product .price { align-self: center; grid-column: 2; grid-row: 1 / 3; }
  .mobile-product .mobile-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; }
  .quality-section { grid-template-columns: 1fr; }
  .quality-image { min-height: 390px; }
  .quality-copy { padding: 55px 24px; }
  .company-section { padding-top: 60px; padding-bottom: 60px; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div, .company-facts div + div { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid #53635e; }
  .company-facts div:last-child { border-bottom: 0; }
  .company-facts dd { margin-top: 10px; }
  .faq-section { grid-template-columns: 1fr; gap: 20px; }
  .final-cta { display: block; }
  .final-actions { margin-top: 30px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 560px) {
  h2 { font-size: 2.35rem; }
  .research-bar { font-size: 0.62rem; }
  .brand-name { font-size: 0.85rem; }
  .language-control select { min-width: 58px; padding: 0 7px; }
  .hero-actions .button { width: 100%; }
  .hero h1 { font-size: 3.25rem; }
  .hero-copy { font-size: 1rem; }
  .hero-detail { font-size: 0.72rem; }
  .gift-band h2 { font-size: 1.7rem; }
  .shipping-section h2 { font-size: 2.35rem; }
  .cutoff-display strong { font-size: 3rem; }
  .hero-detail { max-width: 310px; }
  .proof-rail { margin-left: 10px; margin-right: 10px; }
  .proof-rail strong { font-size: 1.28rem; }
  .gift-band, .catalog-section, .supply-section, .faq-section { margin-left: 18px; margin-right: 18px; }
  .gift-band { gap: 18px; }
  .catalog-meta { display: grid; }
  .pricing-tiers { border-left: 0; border-top: 1px solid var(--line); }
  .pricing-tiers p { min-width: 0; padding: 14px 12px 0 0; }
  .supply-grid { grid-template-columns: 1fr; }
  .supply-grid article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .supply-grid h3 { margin-top: 30px; }
  .shipping-section { grid-template-columns: 1fr; gap: 35px; padding-top: 58px; padding-bottom: 58px; }
  .shipping-copy { grid-column: auto; grid-template-columns: 1fr; gap: 10px; }
  .quality-image { min-height: 300px; }
  .footer-links { flex-wrap: wrap; }
  .form-grid { grid-template-columns: 1fr; }
  .inquiry-drawer { padding: 18px; }
  .drawer-item { grid-template-columns: 1fr auto; }
  .drawer-item .remove-item { grid-column: 2; }
  .dialog-body { padding: 30px 22px; }
  .dialog-data { grid-template-columns: 1fr; }
  .dialog-data div:nth-child(even) { padding-left: 0; border-left: 0; }
}

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