/* Glow Peptides GT — styles */
:root {
  --bg: #f6f8f7;
  --surface: #ffffff;
  --surface-2: #eef4f2;
  --ink: #0f1c26;
  --ink-2: #33434f;
  --muted: #667580;
  --line: #dfe7e4;
  --teal: #0e8f7e;
  --teal-dark: #0a6c5f;
  --teal-soft: #d9f1ec;
  --pink: #e5386a;
  --amber: #b7791f;
  --amber-soft: #fdf1dc;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(15, 28, 38, .06), 0 8px 24px rgba(15, 28, 38, .06);
  --shadow-lg: 0 12px 40px rgba(15, 28, 38, .16);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--font-body); font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--teal-dark); }
button { font: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -.01em; line-height: 1.15; margin: 0; }
h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); }
h3 { font-size: 1.15rem; }
p { margin: 0; }
.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding-inline: clamp(16px, 4vw, 32px); }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 999px; border: 1.5px solid transparent; font-weight: 600; font-size: .95rem; text-decoration: none; transition: transform .12s ease, background .15s ease, border-color .15s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #1b2b38; }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-dark); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink-2); padding: 8px 12px; }
.btn-ghost:hover { background: var(--surface-2); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.btn-sm { padding: 8px 14px; font-size: .85rem; }

/* Header */
.header { position: sticky; top: 0; z-index: 40; background: rgba(246, 248, 247, .88); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.header .wrap { display: flex; align-items: center; gap: 16px; min-height: 64px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.brand img { width: 34px; height: 34px; border-radius: 50%; }
.brand .gt { color: var(--teal); }
.brand span { white-space: nowrap; }
@media (max-width: 520px) {
  .header .wrap { gap: 10px; }
  .brand { font-size: 1rem; gap: 8px; }
  .brand img { width: 30px; height: 30px; }
  .cart-btn > span:not(.count) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .cart-btn { padding: 8px 12px; gap: 6px; }
  .lang-toggle button { padding: 7px 10px; }
}
.nav { display: flex; gap: 4px; margin-left: 8px; }
.nav a { text-decoration: none; color: var(--ink-2); font-weight: 500; font-size: .92rem; padding: 8px 12px; border-radius: 999px; }
.nav a:hover { background: var(--surface-2); color: var(--ink); }
.nav a[aria-current="page"] { background: var(--teal-soft); color: var(--teal-dark); font-weight: 600; }
@media (max-width: 859px) {
  .header .wrap { padding-bottom: 8px; row-gap: 6px; }
  .nav { order: 3; flex-basis: 100%; margin-left: 0; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { white-space: nowrap; font-size: .86rem; padding: 6px 10px; }
}
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.lang-toggle { display: inline-flex; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--surface); }
.lang-toggle button { border: 0; background: transparent; padding: 7px 12px; font-weight: 600; font-size: .82rem; color: var(--muted); }
.lang-toggle button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.cart-btn { position: relative; display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--line); background: var(--surface); border-radius: 999px; padding: 8px 14px; font-weight: 600; font-size: .9rem; }
.cart-btn .count { background: var(--pink); color: #fff; border-radius: 999px; min-width: 22px; height: 22px; display: inline-grid; place-items: center; font-size: .75rem; font-weight: 700; padding: 0 6px; }
.cart-btn .count:empty, .cart-btn .count[data-zero="true"] { display: none; }

/* Hero */
.hero { padding-block: clamp(40px, 7vw, 88px) clamp(28px, 5vw, 56px); }
.hero .wrap { display: grid; gap: 32px; align-items: center; grid-template-columns: 1fr; }
.hero-copy { display: grid; gap: 20px; }
.hero-copy h1 { color: var(--ink); }
.hero-copy h1 em { font-style: italic; color: var(--teal); }
.hero-copy .lead { font-size: 1.1rem; color: var(--ink-2); max-width: 54ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-art { position: relative; display: grid; gap: clamp(18px, 3vw, 28px); justify-items: center; }
.hero-logo { width: min(340px, 78%); height: auto; }
.hero-vials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; }
.hero-vials img { aspect-ratio: 1024/812; object-fit: cover; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.hero-vials img:nth-child(2) { transform: translateY(18px); }
@media (min-width: 900px) { .hero .wrap { grid-template-columns: 1.1fr .9fr; } }

/* Trust strip */
.trust { border-block: 1px solid var(--line); background: var(--surface); }
.trust .wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 24px; padding-block: 16px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 500; color: var(--ink-2); }
.trust-item svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--teal); }
@media (min-width: 760px) { .trust .wrap { grid-template-columns: repeat(4, 1fr); } }

/* Sections */
.section { padding-block: clamp(44px, 7vw, 80px); }
.section-head { display: grid; gap: 10px; margin-bottom: 28px; max-width: 64ch; }
.section-head p { color: var(--ink-2); }

/* Category chips */
.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; border: 1.5px solid var(--line); background: var(--surface); color: var(--ink-2); border-radius: 999px; padding: 8px 14px; font-size: .88rem; font-weight: 600; }
.chip[aria-pressed="true"] { background: var(--teal); border-color: var(--teal); color: #fff; }

/* Product grid */
.grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .18s ease, transform .18s ease; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.card-media { position: relative; background: linear-gradient(180deg, #fafcfb, #eef4f2); aspect-ratio: 1.15; display: grid; place-items: center; cursor: pointer; }
.card-media img { width: 86%; height: 86%; object-fit: contain; }
.card-media .badge { position: absolute; top: 10px; left: 10px; background: var(--teal-soft); color: var(--teal-dark); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; }
.card-media .badge.coa { left: auto; right: 10px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); }
.card-body { padding: 14px 16px 16px; display: grid; gap: 6px; flex: 1; }
.card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.card-title h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; }
.card-title .strength { color: var(--muted); font-size: .85rem; font-weight: 600; white-space: nowrap; }
.card .tagline { color: var(--ink-2); font-size: .9rem; min-height: 2.6em; }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.price .usd { font-weight: 700; font-size: 1.15rem; }
.price .gtq { color: var(--muted); font-size: .85rem; }
.card-actions { display: flex; gap: 8px; margin-top: 8px; }
.card-actions .btn { flex: 1; padding: 10px 12px; font-size: .88rem; }

/* COA table */
.coa-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: .92rem; }
.coa-table th, .coa-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.coa-table th { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); background: var(--surface-2); }
.coa-table tr:last-child td { border-bottom: 0; }
.coa-table .purity { font-weight: 700; color: var(--teal-dark); }
.badge-current { display: inline-block; margin-left: 6px; background: var(--teal-soft); color: var(--teal-dark); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 2px 7px; border-radius: 999px; vertical-align: middle; }
.coa-table a { font-weight: 600; text-decoration: none; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); }
.coa-note { margin-top: 14px; font-size: .9rem; color: var(--ink-2); }

/* Steps */
.steps { display: grid; gap: 14px; grid-template-columns: 1fr; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: grid; gap: 8px; }
.step .num { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--font-display); }
.step h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.05rem; }
.step p { color: var(--ink-2); font-size: .95rem; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); } }

/* Learn */
.learn { background: var(--surface); border-block: 1px solid var(--line); }
.learn .wrap { display: grid; gap: 28px; grid-template-columns: 1fr; }
.learn-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.learn-card { background: var(--bg); border-radius: var(--radius); padding: 20px; display: grid; gap: 6px; }
.learn-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; }
.learn-card p { color: var(--ink-2); font-size: .93rem; }
@media (min-width: 760px) { .learn-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .learn .wrap { grid-template-columns: .8fr 1.2fr; align-items: start; } }

/* Library (learn hub) */
.library { margin-top: clamp(36px, 6vw, 64px); }
.lib-controls { display: grid; gap: 12px; margin-bottom: 18px; }
.lib-controls .chips { margin-bottom: 0; }
.lib-search { font: inherit; padding: 11px 16px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--bg); color: var(--ink); width: 100%; max-width: 380px; }
.lib-search:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
@media (min-width: 760px) { .lib-controls { grid-template-columns: 1fr auto; align-items: center; } }
.lib-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.lib-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: box-shadow .18s ease, transform .18s ease; text-align: left; padding: 0; font: inherit; color: inherit; }
.lib-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.lib-card .cover { aspect-ratio: 16/9; background: var(--surface-2); display: grid; place-items: center; overflow: hidden; }
.lib-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.lib-card .cover img.vial { width: 60%; height: 90%; object-fit: contain; }
.lib-card .body { padding: 14px 16px 16px; display: grid; gap: 6px; flex: 1; }
.lib-card .meta { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.lib-card .type { background: var(--teal-soft); color: var(--teal-dark); padding: 3px 8px; border-radius: 999px; }
.lib-card .type.blog { background: #fde8ef; color: #a51f4a; }
.lib-card .type.compare { background: #e8eefc; color: #2b4a9e; }
.lib-card .type.method { background: var(--amber-soft); color: #7a4f0c; }
.lib-card .type.prep { background: #e7f0ff; color: #1f4a8f; }
.lib-card .lang { border: 1px solid var(--line); padding: 2px 6px; border-radius: 999px; }
.lib-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; line-height: 1.3; }
.lib-card p { color: var(--ink-2); font-size: .88rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.lib-empty { color: var(--muted); padding: 30px 0; text-align: center; }

/* Article reader */
.article { padding: clamp(20px, 4vw, 44px); display: grid; gap: 18px; max-width: 760px; margin: 0 auto; }
.article .meta { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.article .meta .type { background: var(--teal-soft); color: var(--teal-dark); padding: 3px 8px; border-radius: 999px; }
.article h1 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); }
.article .subtitle { color: var(--ink-2); font-size: 1.05rem; }
.article .lang-note { display: flex; gap: 10px; align-items: flex-start; background: var(--surface-2); border-radius: var(--radius-sm); padding: 10px 14px; font-size: .85rem; color: var(--ink-2); }
.article .cover { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/9; background: var(--surface-2); }
.article .cover img { width: 100%; height: 100%; object-fit: cover; }
.article .body { color: var(--ink); font-size: 1rem; line-height: 1.7; }
.article .body h2 { font-family: var(--font-display); font-size: 1.45rem; margin: 28px 0 10px; }
.article .body h3 { font-family: var(--font-body); font-size: 1.05rem; font-weight: 700; margin: 20px 0 6px; }
.article .body p { margin: 0 0 14px; }
.article .body ul, .article .body ol { margin: 0 0 14px; padding-left: 22px; }
.article .body li { margin-bottom: 6px; }
.article .body a { color: var(--teal-dark); font-weight: 600; }
.article .body table { width: 100%; border-collapse: collapse; font-size: .92rem; margin: 0 0 16px; display: block; overflow-x: auto; }
.article .body th, .article .body td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
.article .body th { background: var(--surface-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.article .body blockquote { margin: 0 0 14px; padding: 10px 16px; border-left: 3px solid var(--teal); background: var(--surface-2); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--ink-2); }
.article .body img { border-radius: var(--radius-sm); margin: 8px 0 14px; }
.article .body .eyebrow, .article .body .sect .eyebrow { display: block; margin-top: 24px; }
.article .body dl { margin: 0 0 14px; }
.article .body dt { font-weight: 700; margin-top: 10px; }
.article .body dd { margin: 2px 0 0; color: var(--ink-2); }
.article .actions { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 10px; border-top: 1px solid var(--line); }
.modal-panel.wide { max-width: 860px; }

/* Contact */
.contact-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); display: grid; gap: 16px; }
.contact-card h2 { color: #fff; }
.contact-card p { color: rgba(255,255,255,.78); }
.contact-card a { color: #fff; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-actions .btn-outline { border-color: rgba(255,255,255,.35); color: #fff; }

/* Footer */
.footer { padding-block: 32px 40px; font-size: .85rem; color: var(--muted); }
.footer .wrap { display: grid; gap: 10px; }
.footer .disclaimer { max-width: 80ch; }

/* Drawer (cart) */
.scrim { position: fixed; inset: 0; background: rgba(15, 28, 38, .45); z-index: 50; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--surface); z-index: 60; transform: translateX(100%); transition: transform .25s ease; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); }
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 1.25rem; }
.drawer-body { flex: 1; overflow-y: auto; padding: 16px 20px; display: grid; gap: 12px; align-content: start; }
.drawer-foot { border-top: 1px solid var(--line); padding: 16px 20px; display: grid; gap: 10px; }
.icon-btn { border: 0; background: transparent; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-2); }
.icon-btn:hover { background: var(--surface-2); }
.line-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; }
.line-item img { width: 64px; height: 64px; object-fit: contain; background: var(--surface-2); border-radius: var(--radius-sm); }
.line-item .name { font-weight: 600; font-size: .95rem; }
.line-item .meta { color: var(--muted); font-size: .82rem; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { border: 0; background: transparent; width: 30px; height: 30px; font-weight: 700; color: var(--ink-2); }
.qty span { min-width: 24px; text-align: center; font-weight: 600; font-size: .9rem; }
.line-item .line-price { font-weight: 700; text-align: right; }
.line-item .remove { border: 0; background: transparent; color: var(--muted); font-size: .78rem; text-decoration: underline; padding: 0; margin-top: 4px; }
.totals { display: grid; gap: 4px; }
.totals .row { display: flex; justify-content: space-between; font-size: .95rem; }
.totals .row.total { font-weight: 700; font-size: 1.1rem; }
.totals .row .gtq { color: var(--muted); font-size: .85rem; }
.empty { text-align: center; color: var(--muted); padding: 40px 0; display: grid; gap: 10px; justify-items: center; }

/* Modal (product detail + checkout) */
.modal { position: fixed; inset: 0; z-index: 70; display: none; align-items: flex-end; justify-content: center; padding: 0; }
.modal.open { display: flex; }
.modal-panel { background: var(--surface); width: 100%; max-width: 920px; max-height: 94vh; overflow-y: auto; border-radius: 22px 22px 0 0; box-shadow: var(--shadow-lg); position: relative; animation: rise .22s ease; }
@keyframes rise { from { transform: translateY(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-close { position: sticky; top: 0; float: right; margin: 12px 12px 0 0; z-index: 2; background: var(--surface); border: 1px solid var(--line); }
@media (min-width: 760px) { .modal { align-items: center; padding: 24px; } .modal-panel { border-radius: 22px; } }

.pd { display: grid; grid-template-columns: 1fr; }
.pd-media { background: linear-gradient(180deg, #fafcfb, #eef4f2); display: grid; place-items: center; padding: 24px; min-height: 260px; }
.pd-media img { max-height: 340px; object-fit: contain; }
.pd-body { padding: 24px; display: grid; gap: 18px; align-content: start; }
.pd-body h2 { font-size: 1.7rem; }
.pd-body .strength-line { color: var(--muted); font-weight: 600; }
.pd-body .blend { font-size: .85rem; color: var(--teal-dark); background: var(--teal-soft); display: inline-block; padding: 4px 10px; border-radius: 999px; font-weight: 600; }
.pd-body .tagline { color: var(--ink-2); font-size: 1.05rem; }
.pd-section { display: grid; gap: 8px; }
.pd-section h3 { font-family: var(--font-body); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.pd-section p { color: var(--ink-2); font-size: .95rem; }
.benefits { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.benefits li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--ink); }
.benefits li svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--teal); margin-top: 3px; }
.pd-buy { display: grid; gap: 10px; padding: 16px; background: var(--bg); border-radius: var(--radius); }
.pd-buy .price .usd { font-size: 1.5rem; }
.pd-coa { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--ink-2); padding: 12px 14px; border: 1px dashed var(--line); border-radius: var(--radius-sm); }
.pd-coa a { font-weight: 600; }
@media (min-width: 760px) { .pd { grid-template-columns: .9fr 1.1fr; } .pd-media { min-height: 100%; } .pd-body { padding: 32px; } }

/* Checkout form */
.checkout { padding: 24px; display: grid; gap: 20px; }
.checkout h2 { font-size: 1.6rem; }
.form-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.field { display: grid; gap: 6px; }
.field label { font-size: .85rem; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea { font: inherit; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
.field textarea { min-height: 84px; resize: vertical; }
.field .hint { font-size: .8rem; color: var(--muted); }
.radio-group { display: grid; gap: 8px; grid-template-columns: 1fr; }
.radio { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; }
.radio:has(input:checked) { border-color: var(--teal); background: var(--teal-soft); }
.radio input { margin-top: 3px; accent-color: var(--teal); }
.radio .rl { font-weight: 600; font-size: .95rem; }
.radio .rd { font-size: .83rem; color: var(--ink-2); }
.summary { background: var(--bg); border-radius: var(--radius); padding: 16px; display: grid; gap: 8px; font-size: .93rem; }
.summary .row { display: flex; justify-content: space-between; gap: 12px; }
.summary .row.total { font-weight: 700; border-top: 1px solid var(--line); padding-top: 8px; margin-top: 4px; }
.notice { display: flex; gap: 10px; background: var(--amber-soft); color: #5d3f0a; border-radius: var(--radius-sm); padding: 12px 14px; font-size: .88rem; }
.notice svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; color: var(--amber); }
.form-error { color: #b42318; font-size: .88rem; }
@media (min-width: 640px) { .form-grid.two { grid-template-columns: 1fr 1fr; } .radio-group { grid-template-columns: 1fr 1fr; } .checkout { padding: 32px; } }

/* Success */
.success { padding: 40px 24px; display: grid; gap: 14px; justify-items: center; text-align: center; }
.success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); display: grid; place-items: center; }
.success .order-no { font-family: var(--font-display); font-size: 1.6rem; letter-spacing: .04em; }
.success p { color: var(--ink-2); max-width: 46ch; }

/* Toast */
.toast { position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 20px); background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 999px; font-weight: 600; font-size: .9rem; opacity: 0; pointer-events: none; transition: all .2s ease; z-index: 80; box-shadow: var(--shadow-lg); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

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

/* Imported-article FAQ accordions (details/summary) */
.article .body details { border-bottom: 1px solid var(--line); padding: 14px 0; margin: 0; }
.article .body details summary { cursor: pointer; font-weight: 600; font-size: 1rem; line-height: 1.5; list-style: none; position: relative; padding-right: 36px; color: var(--ink); }
.article .body details summary:hover { color: var(--teal-dark); }
.article .body details summary::-webkit-details-marker { display: none; }
.article .body details summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; line-height: 1; color: var(--teal); }
.article .body details[open] summary::after { content: "−"; }
.article .body details p { margin: 12px 0 0; color: var(--ink-2); }
.article .body hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
