:root {
  --ink: #0f1c2e;
  --ink-2: #33415a;
  --muted: #5d6b82;
  --line: #d9e0ea;
  --bg: #ffffff;
  --bg-2: #f4f7fb;
  --accent: #0d8f8a;
  --accent-ink: #ffffff;
  --accent-soft: #e3f4f3;
  --blend: #5b5bd6;
  --blend-soft: #ecebfb;
  --warn: #9a5b00;
  --warn-soft: #fff3de;
  --ok: #17803d;
  --ok-soft: #e4f5ea;
  --bad: #b42318;
  --cap: #26364f;
  --neck: #c4ccd8;
  --glass: #f7fafd;
  --powder: #efe9dc;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(15, 28, 46, .06), 0 8px 24px rgba(15, 28, 46, .06);
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.55; font-size: 16px; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 700; }
h2 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); font-weight: 650; }
h3 { font-size: 1.1rem; font-weight: 600; }
p { margin: 0 0 1em; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 760px; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.mono { font-family: var(--mono); font-size: .88em; }
.lead { font-size: 1.12rem; color: var(--ink-2); }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 600; color: var(--accent); margin-bottom: .75em; }
.section { padding-top: 48px; padding-bottom: 48px; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.sub { margin-top: 1.5em; }

/* bars */
.ruo-bar { background: var(--ink); color: #dbe4f0; font-size: .8rem; text-align: center; padding: 6px 16px; }
.preorder-bar { background: var(--warn-soft); color: #5b3a00; font-size: .9rem; padding: 10px 0; border-bottom: 1px solid #f1dfbd; }

/* header */
.site-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(8px); position: sticky; top: 0; z-index: 20; }
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.brand:hover { text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--ink); color: #fff; font-size: .8rem; letter-spacing: .02em; }
.main-nav { display: flex; gap: 20px; margin-left: auto; }
.main-nav a { color: var(--ink-2); font-weight: 500; font-size: .95rem; }
.main-nav a[aria-current] { color: var(--accent); }
.cart-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; }
.cart-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; border-radius: 999px; background: var(--accent); color: #fff; font-size: .75rem; padding: 0 6px; }
@media (max-width: 760px) {
  .header-inner { flex-wrap: wrap; gap: 10px; padding: 10px 0; }
  .main-nav { order: 3; width: 100%; margin: 0; overflow-x: auto; gap: 16px; padding-bottom: 4px; }
  .cart-link { margin-left: auto; }
}

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: inherit; font-weight: 600; border-radius: 10px; padding: 10px 18px; border: 1px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, transform .05s; text-decoration: none !important; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: #0a7a76; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink-2); }
.btn-lg { padding: 13px 22px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.btn-sm { padding: 6px 12px; font-size: .85rem; }

/* hero */
.hero { background: linear-gradient(180deg, var(--bg-2), #fff); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; padding: 56px 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.hero-art { display: flex; justify-content: center; align-items: flex-end; gap: 8px; }
.hero-art .vial:nth-child(2) { transform: translateY(-18px); }
.trust { list-style: none; padding: 0; margin: 8px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trust li { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; display: flex; flex-direction: column; }
.trust strong { font-size: .92rem; }
.trust span { font-size: .82rem; color: var(--muted); }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; padding: 36px 16px; }
  .hero-art { display: none; }
  .trust { grid-template-columns: 1fr; }
}

/* vial */
.vial { display: block; }
.vial-md { width: 64px; height: 128px; }
.vial-lg { width: 110px; height: 220px; }
.vial-t { fill: #fff; font: 700 9px var(--font); }
.vial-s { fill: #fff; font: 500 8px var(--font); opacity: .9; }

/* grid + cards */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); display: flex; flex-direction: column; overflow: hidden; }
.product-card .card-link { color: inherit; display: flex; flex-direction: column; flex: 1; }
.product-card .card-link:hover { text-decoration: none; }
.product-card .card-link:hover h3 { color: var(--accent); }
.card-art { background: var(--bg-2); display: grid; place-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.card-body { padding: 14px 16px 10px; flex: 1; }
.card-top { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.product-card .btn { border-radius: 0; }
.price-row { display: flex; align-items: baseline; gap: 10px; }
.price { font-weight: 700; font-size: 1.2rem; }
.per-mg { font-family: var(--mono); font-size: .8rem; color: var(--muted); }
.price-row.big .price { font-size: 1.8rem; }
.tag { display: inline-block; font-size: .72rem; font-weight: 600; padding: 3px 8px; border-radius: 999px; background: var(--accent-soft); color: #075e5b; }
.tag-blend { background: var(--blend-soft); color: #3a3aa8; }
.tag-soft { background: var(--bg-2); color: var(--ink-2); }
.tag-warn { background: var(--warn-soft); color: var(--warn); }
.tag-ok { background: var(--ok-soft); color: var(--ok); }
.tag-bad { background: #fde8e7; color: var(--bad); }

.from { font-size: .8rem; color: var(--muted); margin-right: -4px; }
.product-card[hidden], .cat-section[hidden] { display: none; }

/* shop tools + categories */
.shop-tools { position: sticky; top: 64px; z-index: 10; background: rgba(255,255,255,.95); backdrop-filter: blur(6px); padding: 12px 0; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
.search { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; font: inherit; }
.search:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent; }
.cat-nav { display: flex; gap: 8px; overflow-x: auto; margin-top: 10px; padding-bottom: 2px; }
.cat-nav a { white-space: nowrap; font-size: .82rem; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); }
.cat-section { scroll-margin-top: 150px; }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.cat-link { display: flex; flex-direction: column; gap: 2px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; }
.cat-link:hover { border-color: var(--accent); text-decoration: none; }
@media (max-width: 760px) { .shop-tools { top: 0; position: static; } }

/* size picker */
.sizes { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 10px; }
.size-opt { position: relative; cursor: pointer; }
.size-opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.size-opt > span { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 9px 14px; border: 1.5px solid var(--line); border-radius: 10px; min-width: 92px; font-size: .92rem; }
.size-opt input:checked + span { border-color: var(--accent); background: var(--accent-soft); }
.size-opt input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }

/* product page */
.crumbs { font-size: .88rem; color: var(--muted); padding-top: 20px; }
.pdp { display: grid; grid-template-columns: 320px 1fr; gap: 40px; padding: 24px 0 8px; align-items: start; }
.pdp-art { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); display: grid; place-items: center; padding: 36px 0; }
.qty-row { display: flex; align-items: center; gap: 10px; margin: 18px 0; flex-wrap: wrap; }
.qty-row input { width: 76px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; font: inherit; }
.facts { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 8px; font-size: .95rem; }
.facts li { padding-left: 18px; position: relative; }
.facts li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); position: absolute; left: 0; top: .58em; }
.ruo-note { font-size: .82rem; color: var(--muted); border-top: 1px dashed var(--line); padding-top: 12px; }
@media (max-width: 820px) { .pdp { grid-template-columns: 1fr; gap: 20px; } }

/* tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
table.spec { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 560px; }
.spec th, .spec td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec thead th { background: var(--bg-2); font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.spec tbody tr:last-child th, .spec tbody tr:last-child td { border-bottom: 0; }

/* prose */
.prose { max-width: 780px; }
.prose h2 { margin-top: 1.6em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .4em; }
.refs { font-size: .88rem; color: var(--ink-2); }
.refs-h { font-size: 1rem; margin-top: 1.5em; }
sup a.cite { font-size: .72em; padding: 0 2px; }
.callout { background: var(--accent-soft); border: 1px solid #bfe5e2; border-radius: 12px; padding: 14px 16px; margin: 18px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } }
details.faq { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; }
details.faq summary { font-weight: 600; cursor: pointer; }
details.faq p { margin: 10px 0 0; }

/* cart / checkout / order */
.cart-line { display: grid; grid-template-columns: 1fr auto auto auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line input { width: 64px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.link-btn { background: none; border: 0; color: var(--muted); cursor: pointer; font: inherit; text-decoration: underline; }
.totals { margin: 18px 0; display: grid; gap: 6px; }
.totals div { display: flex; justify-content: space-between; }
.totals .grand { font-weight: 700; font-size: 1.15rem; border-top: 1px solid var(--line); padding-top: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
label.field { display: flex; flex-direction: column; gap: 4px; font-size: .88rem; font-weight: 500; }
label.field input, label.field select { padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; font: inherit; background: #fff; }
label.field input:focus, label.field select:focus, .qty-row input:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent; }
fieldset { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin: 18px 0; }
legend { font-weight: 600; padding: 0 6px; }
.pay-opt { display: flex; gap: 12px; align-items: flex-start; padding: 10px; border-radius: 10px; cursor: pointer; }
.pay-opt:hover { background: var(--bg-2); }
.pay-opt input { margin-top: 5px; }
.pay-opt.disabled { opacity: .45; cursor: not-allowed; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; margin: 10px 0; }
.check input { margin-top: 4px; }
.error { color: var(--bad); font-weight: 500; }
.notice { background: var(--warn-soft); border: 1px solid #f1dfbd; border-radius: 12px; padding: 14px 16px; }
.pay-box { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.pay-box canvas, .pay-box img, .qr { width: 200px; height: 200px; image-rendering: pixelated; }
.copy-row { display: flex; gap: 8px; align-items: center; margin: 6px 0 14px; }
.copy-row code { font-family: var(--mono); font-size: .9rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; overflow-wrap: anywhere; flex: 1; }
.amount-big { font-family: var(--mono); font-size: 1.5rem; font-weight: 600; }
@media (max-width: 620px) { .pay-box { grid-template-columns: 1fr; justify-items: center; } .pay-box > div { width: 100%; } }
.status-steps { list-style: none; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 24px; }
.status-steps li { padding: 6px 12px; border-radius: 999px; background: var(--bg-2); color: var(--muted); font-size: .85rem; font-weight: 500; }
.status-steps li.done { background: var(--ok-soft); color: var(--ok); }
.status-steps li.now { background: var(--accent); color: #fff; }
.spinner { display: inline-block; width: 12px; height: 12px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin 1s linear infinite; vertical-align: -1px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* admin */
.admin-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--line); padding: 8px; text-align: left; vertical-align: top; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.admin-actions input { padding: 6px 8px; border: 1px solid var(--line); border-radius: 8px; font: inherit; width: 150px; }

/* gate */
.gate { position: fixed; inset: 0; background: rgba(15, 28, 46, .72); display: grid; place-items: center; z-index: 100; padding: 16px; }
.gate[hidden] { display: none; }
.gate-card { background: #fff; border-radius: 16px; max-width: 440px; padding: 28px; box-shadow: var(--shadow); }
.gate-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

/* toast */
.toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 12px; box-shadow: var(--shadow); z-index: 50; font-weight: 500; }

/* footer */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 40px 0 24px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.footer-grid h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.footer-grid a { display: block; color: var(--ink-2); font-size: .92rem; margin-bottom: 6px; }
.ruo-foot { font-size: .8rem; color: var(--muted); border-top: 1px solid var(--line); margin-top: 24px; padding-top: 16px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* request a peptide */
.request-callout { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border: 1px dashed var(--accent); background: var(--accent-soft); border-radius: var(--radius); padding: 16px 18px; margin: 24px 0; }

.signal-box { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.signal-box > div { flex: 1 1 280px; }
.signal-box img { border-radius: 12px; }

/* pay-with-your-app */
.app-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.app-opt { position: relative; cursor: pointer; }
.app-opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.app-opt > span { display: flex; flex-direction: column; gap: 3px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; height: 100%; }
.app-opt input:checked + span { border-color: var(--accent); background: var(--accent-soft); }
.app-opt input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.pay-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); margin-bottom: 12px; }
.pay-title { margin-top: 0; }
.amount-code { font-size: 1.35rem !important; font-weight: 600; }
.pay-steps { padding-left: 1.3em; }
.pay-steps li { margin-bottom: 6px; }
.qr-wrap { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 14px 0; }
.qr-details { margin: 12px 0; }
.wait { margin-top: 14px; }
.supplier-box { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; margin: 16px 0; background: var(--bg-2); }
.supplier-box pre { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px; white-space: pre-wrap; font-family: var(--mono); font-size: .88rem; margin: 10px 0; }

/* ===== Clinical Glass theme (2026-09-23) ===== */
:root {
  --bg: #f7fafd;
  --bg-2: #eef4f9;
  --pearl: #e9e4f2;
  --glass-bg: rgba(255, 255, 255, .64);
  --glass-line: rgba(15, 28, 46, .08);
  --serif: 'Instrument Serif', 'Iowan Old Style', Georgia, serif;
}
body {
  background:
    radial-gradient(1100px 620px at 88% -8%, rgba(13, 143, 138, .10), transparent 62%),
    radial-gradient(900px 520px at -12% 18%, rgba(109, 91, 208, .07), transparent 60%),
    radial-gradient(800px 500px at 50% 110%, rgba(233, 228, 242, .9), transparent 70%),
    var(--bg);
  background-attachment: fixed;
}
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.005em; }
h1 { font-size: clamp(2.5rem, 5.2vw, 4rem); line-height: 1.04; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.1; }
.eyebrow { letter-spacing: .14em; }
.card, .pay-card, .supplier-box, fieldset, .trust li, .cat-link, details.faq, .table-wrap, .request-callout, .pdp-art, .callout, .notice {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid var(--glass-line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 12px 32px rgba(15, 28, 46, .06);
}
.callout { background: linear-gradient(135deg, rgba(227, 244, 243, .75), rgba(255, 255, 255, .6)); }
.notice { background: linear-gradient(135deg, rgba(255, 243, 222, .8), rgba(255, 255, 255, .6)); }
.request-callout { border-style: solid; border-color: rgba(13, 143, 138, .25); }
.site-header { background: rgba(247, 250, 253, .72); border-bottom-color: var(--glass-line); }
.site-footer { background: rgba(238, 244, 249, .7); border-top-color: var(--glass-line); }
.preorder-bar { background: rgba(255, 243, 222, .85); }
.hero { background: transparent; border-bottom: 0; }
.card-art { background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(238, 244, 249, .8)); border-bottom-color: var(--glass-line); }
.btn-primary { background: linear-gradient(180deg, #129e98, #0b807b); box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 6px 16px rgba(13, 143, 138, .25); }
.btn-primary:hover { background: linear-gradient(180deg, #0f8f89, #09716c); }
.btn-ghost { background: rgba(255, 255, 255, .6); }
.brand-mark { background: linear-gradient(145deg, #1b2d47, #0f1c2e); box-shadow: 0 4px 12px rgba(15, 28, 46, .25); }
.product-card { transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 1px 0 rgba(255, 255, 255, .85) inset, 0 18px 40px rgba(15, 28, 46, .10); }
.product-card .btn { border-radius: 0; box-shadow: none; }

/* hero molecule */
.hero-grid { grid-template-columns: 1.05fr .95fr; padding-top: 64px; padding-bottom: 40px; }
.hero-art { position: relative; min-height: 440px; display: block; }
#helix { position: relative; z-index: 1; width: 100%; height: 440px; display: block; opacity: 0; transition: opacity 1.2s ease; }
#helix.ready { opacity: 1; }
.helix-fallback { position: absolute; inset: 0 0 34px; display: grid; place-items: center; transition: opacity .8s; }
.hero-art:has(#helix.ready) .helix-fallback { opacity: 0; }
.helix-fallback svg { width: 100%; max-width: 520px; height: auto; }
.hero-caption { position: relative; z-index: 2; text-align: center; font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; color: var(--muted); text-transform: uppercase; margin: 0; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 28px; }
  .hero-art { display: block; min-height: 280px; order: -1; }
  #helix { height: 280px; }
}

/* logo: chain-drawn P */
.brand-logo { width: 46px; height: 46px; flex: none; filter: drop-shadow(0 3px 6px rgba(15, 28, 46, .18)); }
.brand-word { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: -.01em; }
.site-footer .brand-logo { width: 34px; height: 34px; }
