:root {
  --ink: #25211f;
  --muted: #766e69;
  --line: #e9e2dc;
  --paper: #fffdfa;
  --cream: #f8f3ee;
  --peach: #f36e5a;
  --peach-dark: #d84d3c;
  --sage: #50746a;
  --navy: #242d3b;
  --success: #287a57;
  --danger: #b83e38;
  --shadow: 0 18px 50px rgba(48, 36, 28, .08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { color: var(--ink); background: var(--cream); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif; }
body { margin: 0; min-height: 100vh; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.muted { color: var(--muted); }
.right { text-align: right; }
.eyebrow { margin: 0 0 8px; color: var(--peach-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; }

.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; color: #fff; background: var(--peach); font-weight: 900; letter-spacing: -.08em; box-shadow: 0 8px 20px rgba(243, 110, 90, .24); }
.brand-mark.large { width: 58px; height: 58px; border-radius: 18px; font-size: 20px; }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-size: 14px; font-weight: 750; transition: .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--peach); box-shadow: 0 8px 20px rgba(243, 110, 90, .19); }
.button.primary:hover { background: var(--peach-dark); }
.button.dark { color: #fff; background: var(--navy); }
.button.ghost { border-color: var(--line); background: #fff; }
.button.danger { color: #fff; background: var(--danger); }
.button.full { width: 100%; }
.button.small { min-height: 36px; padding: 0 12px; }
.link-button { padding: 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }
.danger-text { color: var(--danger); }

label { display: grid; gap: 8px; color: #4b4541; font-size: 13px; font-weight: 750; }
label em { color: var(--peach); font-style: normal; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); outline: none; }
input, select { height: 44px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; line-height: 1.65; }
input:focus, select:focus, textarea:focus { border-color: var(--peach); box-shadow: 0 0 0 3px rgba(243, 110, 90, .1); }
label small { color: var(--muted); font-size: 11px; font-weight: 500; }

.admin-body { min-width: 1080px; background: #f5f2ef; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 5; display: flex; width: 246px; flex-direction: column; padding: 26px 18px 20px; color: #fff; background: var(--navy); }
.admin-brand { display: flex; align-items: center; gap: 12px; padding: 0 9px 25px; font-size: 16px; font-weight: 850; }
.admin-brand small { display: block; margin-top: 2px; color: #aab2bf; font-size: 11px; font-weight: 500; }
.admin-nav { display: grid; gap: 7px; }
.admin-nav a { display: flex; min-height: 46px; align-items: center; gap: 12px; padding: 0 13px; border-radius: 12px; color: #c9ced7; font-size: 14px; font-weight: 700; }
.admin-nav a span { width: 22px; text-align: center; }
.admin-nav a:hover, .admin-nav a.active { color: #fff; background: rgba(255,255,255,.1); }
.admin-nav a.active { box-shadow: inset 3px 0 var(--peach); }
.admin-account { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 16px 10px 0; border-top: 1px solid rgba(255,255,255,.1); }
.admin-account strong, .admin-account small { display: block; }
.admin-account small { margin-top: 3px; color: #9ba4b2; font-size: 11px; }
.admin-account .link-button { color: #b9c0cb; font-size: 12px; }
.admin-main { margin-left: 246px; padding: 34px 40px 70px; }
.admin-topbar { display: flex; min-height: 70px; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.admin-topbar h1 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.panel { border: 1px solid rgba(224, 216, 209, .8); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.filter-panel { margin-bottom: 18px; padding: 19px 22px; }
.filter-grid { display: grid; grid-template-columns: minmax(240px, 1fr) 190px 150px auto; align-items: end; gap: 13px; }
.filter-actions { display: flex; gap: 8px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; padding: 23px 25px 18px; }
.panel-heading h2, .form-section h2, .sticky-card h2, .danger-zone h2 { margin: 0; font-size: 18px; }
.panel-heading p, .form-section p, .danger-zone p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th { padding: 13px 20px; border-block: 1px solid var(--line); color: #8b837e; background: #fbf9f7; font-size: 11px; letter-spacing: .04em; text-align: left; }
.data-table td { padding: 15px 20px; border-bottom: 1px solid #f0ebe7; font-size: 13px; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover { background: #fffcfa; }
.product-cell { display: flex; min-width: 260px; align-items: center; gap: 12px; }
.product-cell strong, .product-cell small { display: block; }
.product-cell small { margin-top: 4px; color: var(--muted); }
.thumb { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; color: #b3a8a0; background: #f5efea; font-size: 12px; font-weight: 900; }
.thumb.large { width: 72px; height: 72px; border-radius: 20px; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.order-pill, .type-pill { display: inline-flex; align-items: center; border-radius: 20px; background: #f0ece8; color: #685f59; font-size: 11px; font-weight: 800; }
.order-pill { justify-content: center; width: 32px; height: 25px; }
.type-pill { padding: 6px 9px; }
.status { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 800; }
.status::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; }
.status.active { color: var(--success); }
.status.inactive { color: #9a928d; }
.count-link { color: var(--peach-dark); font-weight: 800; }
.row-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; white-space: nowrap; font-size: 12px; font-weight: 750; }
.row-actions form { display: inline; }
.row-actions a:hover, .row-actions button:hover { color: var(--peach-dark); }
.flash { margin: 0 0 18px; padding: 14px 17px; border-radius: 13px; font-size: 13px; font-weight: 700; }
.flash-success { color: #176644; background: #e7f5ee; }
.flash-error { color: #9e302b; background: #fdecea; }
.empty-state { display: grid; justify-items: center; padding: 60px 20px; text-align: center; }
.empty-state > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 18px; color: var(--peach); background: #fff0ec; font-size: 25px; }
.empty-state h3 { margin: 17px 0 5px; }
.empty-state p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }

.editor-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: start; gap: 20px; }
.editor-main { display: grid; gap: 20px; }
.editor-side { min-width: 0; }
.form-section { padding: 25px; }
.section-title { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.section-title > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 13px; color: var(--peach-dark); background: #fff0ec; font-size: 12px; font-weight: 900; }
.form-grid { display: grid; gap: 17px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.span-2 { grid-column: span 2; }
.sticky-card { position: sticky; top: 25px; display: grid; gap: 16px; padding: 22px; }
.danger-zone { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 22px 25px; }
.danger-actions { display: flex; gap: 9px; }
.split-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); align-items: start; gap: 20px; }
.compact { position: sticky; top: 25px; }
.stack-form { display: grid; gap: 16px; }
.category-list { display: grid; padding: 0 22px 22px; }
.category-row { display: grid; grid-template-columns: 1fr 100px 110px auto auto; gap: 9px; padding: 13px 0; border-top: 1px solid var(--line); }
.category-row input, .category-row select { height: 38px; }
.product-summary { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; padding: 20px 23px; }
.product-summary h2, .product-summary p { margin: 0; }
.product-summary > .button { margin-left: auto; }
.menu-sort-list { display: grid; padding: 0 20px 22px; }
.menu-sort-item { display: grid; grid-template-columns: 30px 44px minmax(160px, 1fr) auto auto auto; align-items: center; gap: 13px; padding: 14px 8px; border-top: 1px solid var(--line); background: var(--paper); }
.menu-sort-item.dragging { opacity: .45; }
.drag-handle { color: #b0a8a1; cursor: grab; font-size: 18px; }
.menu-icon { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 14px; color: var(--peach-dark); background: #fff0ec; font-size: 18px; font-style: normal; font-weight: 900; }
.menu-icon.large { width: 56px; height: 56px; border-radius: 18px; font-size: 24px; }
.menu-copy strong, .menu-copy small { display: block; }
.menu-copy small { margin-top: 4px; color: var(--muted); }
.save-state { color: var(--success); font-size: 11px; font-weight: 700; }
.icon-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.icon-option { cursor: pointer; }
.icon-option input { position: absolute; opacity: 0; pointer-events: none; }
.icon-option { display: grid; justify-items: center; gap: 7px; padding: 13px 7px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.icon-option:has(input:checked) { border-color: var(--peach); background: #fff9f7; box-shadow: 0 0 0 2px rgba(243,110,90,.1); }

.admin-topbar > .button { margin-left: 8px; }
.text-link { color: var(--peach-dark); font-size: 12px; font-weight: 800; }
.dashboard-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.dashboard-stat { display: grid; min-height: 150px; align-content: center; padding: 23px; border: 1px solid rgba(224,216,209,.8); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.dashboard-stat > span { color: var(--muted); font-size: 12px; font-weight: 800; }
.dashboard-stat strong { margin: 7px 0 1px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.dashboard-stat small { margin-top: 8px; color: #9b928c; font-size: 10px; }
.dashboard-stat--dark { color: #fff; background: var(--navy); }
.dashboard-stat--dark > span, .dashboard-stat--dark small { color: #bfc6d0; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 20px; }
.dashboard-side { display: grid; gap: 16px; }
.dashboard-product-list { display: grid; padding: 0 22px 22px; }
.dashboard-product-list article { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto auto; align-items: center; gap: 13px; padding: 14px 3px; border-top: 1px solid var(--line); }
.dashboard-product-list article strong, .dashboard-product-list article small { display: block; }
.dashboard-product-list article small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.common-status-card, .admin-guide-card { padding: 22px; }
.common-status-card .section-title { margin-bottom: 18px; }
.common-status-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 12px; font-weight: 750; }
.common-status-row strong { padding: 5px 8px; border-radius: 16px; font-size: 10px; }
.common-status-row strong.ready { color: var(--success); background: #e7f5ee; }
.common-status-row strong.waiting { color: #8c8179; background: #f0ece8; }
.common-status-card .button { margin-top: 14px; }
.admin-guide-card ol { display: grid; gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; }
.admin-guide-card li { display: flex; align-items: center; gap: 10px; color: #514a45; font-size: 12px; }
.admin-guide-card li b { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 9px; color: var(--peach-dark); background: #fff0ec; font-size: 10px; }

.asset-quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-bottom: 20px; }
.asset-quick-grid > a { position: relative; display: grid; grid-template-columns: 46px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 12px; min-height: 98px; align-content: center; padding: 15px 35px 15px 15px; border: 1px solid rgba(224,216,209,.8); border-radius: 19px; background: var(--paper); box-shadow: var(--shadow); transition: .18s ease; }
.asset-quick-grid > a:hover { transform: translateY(-2px); border-color: #dccdc4; }
.asset-quick-grid .menu-icon { grid-row: 1 / 3; align-self: center; }
.asset-quick-grid strong { align-self: end; font-size: 13px; }
.asset-quick-grid small { overflow: hidden; align-self: start; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.asset-quick-grid i { position: absolute; right: 14px; top: 50%; color: var(--peach-dark); font-size: 19px; font-style: normal; transform: translateY(-50%); }
.menus-layout { grid-template-columns: minmax(0, 1fr) 300px; }
.menus-layout .editor-side { display: grid; gap: 16px; }
.menus-layout .sticky-card { position: static; }
.menu-sort-item { grid-template-columns: 30px 44px minmax(160px, 1fr) minmax(120px, auto) auto auto; }
.type-pill { white-space: nowrap; }
.common-mini-card .common-status-row { padding-block: 10px; }

.settings-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 20px; }
.settings-form { overflow: hidden; }
.settings-intro { padding: 31px 32px; color: #fff; background: linear-gradient(145deg, #293342, #202936); }
.settings-intro > span { color: #ffc5b9; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.settings-intro h2 { margin: 8px 0 10px; font-size: 25px; letter-spacing: -.05em; }
.settings-intro p { max-width: 650px; margin: 0; color: #bdc4ce; font-size: 12px; line-height: 1.7; }
.settings-fields { display: grid; gap: 18px; padding: 28px 32px; }
.settings-fields > label { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.settings-fields > label:last-child { padding-bottom: 0; border-bottom: 0; }
.settings-label { display: flex; align-items: center; gap: 12px; }
.settings-label .menu-icon { font-style: normal; }
.settings-label strong, .settings-label small { display: block; }
.settings-label small { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 500; }
.settings-fields input { margin-top: 11px; }
.settings-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 32px; border-top: 1px solid var(--line); background: #fbf9f7; }
.settings-actions p { margin: 0; color: var(--muted); font-size: 11px; }
.settings-preview { padding: 24px 20px; }
.settings-preview h2 { margin: 4px 0 20px; font-size: 18px; }
.settings-menu-preview { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 13px 0; border-top: 1px solid var(--line); }
.settings-menu-preview strong, .settings-menu-preview small { display: block; }
.settings-menu-preview strong { font-size: 12px; }
.settings-menu-preview small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.settings-menu-preview > i { color: #afa49d; font-size: 20px; font-style: normal; }

.login-body { display: grid; min-height: 100vh; place-items: center; padding: 35px; background: radial-gradient(circle at 18% 10%, #fff0e9, transparent 28%), var(--cream); }
.login-shell { display: grid; width: min(960px, 100%); grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 30px; background: var(--paper); box-shadow: 0 30px 80px rgba(54, 39, 29, .14); }
.login-intro { display: grid; align-content: center; padding: 70px 64px; color: #fff; background: linear-gradient(150deg, #293342 0%, #1e2632 100%); }
.login-intro .eyebrow { margin-top: 25px; color: #ffc5b9; }
.login-intro h1 { margin: 5px 0 18px; font-size: 36px; line-height: 1.25; letter-spacing: -.055em; }
.login-intro > p:last-child { max-width: 420px; margin: 0; color: #bac1cb; line-height: 1.75; }
.login-card { display: grid; align-content: center; gap: 25px; padding: 58px 52px; }
.login-card h2 { margin: 0; font-size: 27px; }
.login-card .muted { margin: 7px 0 0; font-size: 13px; }
.login-card .back-link { text-align: center; }

.support-body { min-height: 100vh; background: #f6f1ec; }
.support-container { width: 100%; max-width: 640px; min-height: 100vh; margin: 0 auto; padding: 0 20px 34px; background: var(--paper); box-shadow: 0 0 60px rgba(55, 40, 30, .07); }
.support-hero { padding: 26px 4px 22px; }
.support-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 48px; font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.support-brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 0; }
.support-hero h1 { margin: 4px 0 14px; font-size: clamp(34px, 9vw, 48px); line-height: 1.12; letter-spacing: -.065em; }
.support-hero > p:last-child { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.support-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; height: 56px; padding: 0 7px 0 17px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(57, 43, 34, .07); }
.support-search > span { color: var(--muted); font-size: 22px; }
.support-search input { height: 48px; padding: 0; border: 0; box-shadow: none; }
.support-search button { height: 42px; padding: 0 14px; border: 0; border-radius: 13px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; }
.category-tabs { display: flex; gap: 7px; overflow-x: auto; padding: 18px 0 13px; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs a { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line); border-radius: 22px; color: var(--muted); background: #fff; font-size: 12px; font-weight: 750; }
.category-tabs a.active { border-color: var(--navy); color: #fff; background: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 5px 0 30px; }
.product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .2s ease; }
.product-card:hover { transform: translateY(-3px); border-color: #e0d5cd; box-shadow: var(--shadow); }
.product-image { aspect-ratio: 1 / .86; overflow: hidden; background: linear-gradient(145deg, #f8f3ef, #efe7df); }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.placeholder-product { display: grid; width: 100%; height: 100%; place-content: center; color: #bcafa6; text-align: center; }
.placeholder-product span { font-size: 25px; font-weight: 950; letter-spacing: -.08em; }
.placeholder-product small { margin-top: 2px; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.product-card-copy { padding: 14px 14px 17px; }
.product-card-copy > span { color: var(--peach-dark); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.product-card h2 { overflow: hidden; margin: 5px 0 4px; font-size: 16px; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.product-card p { overflow: hidden; margin: 0; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.product-card > i { position: absolute; right: 12px; bottom: 15px; color: #b1a69f; font-style: normal; }
.support-footer { padding: 25px 0 5px; color: #a9a09a; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-align: center; }
.support-empty { border: 1px dashed var(--line); border-radius: 20px; background: #fcfaf8; }

.preview-banner { margin: 0 -20px 15px; padding: 10px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 700; text-align: center; }
.product-hero { padding: 24px 4px 30px; text-align: center; }
.back-link { display: inline-flex; color: var(--muted); font-size: 12px; font-weight: 750; }
.product-hero .back-link { display: flex; margin-bottom: 18px; }
.product-visual { width: min(78vw, 330px); aspect-ratio: 1; margin: 0 auto 24px; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, #f7f1ec, #ede3db); box-shadow: 0 18px 38px rgba(73, 51, 37, .1); }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-hero h1 { margin: 5px 0 4px; font-size: 31px; letter-spacing: -.055em; }
.model-name { margin: 0; color: var(--peach-dark); font-size: 13px; font-weight: 800; }
.product-description { max-width: 440px; margin: 14px auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.support-menu-section { padding-top: 25px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin: 0 2px 15px; }
.section-heading h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.section-heading > span { color: var(--muted); font-size: 11px; }
.support-menu-list { display: grid; gap: 10px; }
.support-menu-card { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 13px; min-height: 78px; padding: 14px; border: 1px solid var(--line); border-radius: 19px; background: #fff; transition: .18s ease; }
.support-menu-card:hover { transform: translateX(3px); border-color: #dfd2ca; box-shadow: 0 12px 26px rgba(54, 39, 30, .07); }
.support-menu-card strong, .support-menu-card small { display: block; }
.support-menu-card strong { font-size: 15px; }
.support-menu-card small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.support-menu-card > i { color: #a69b94; font-size: 25px; font-style: normal; }
.support-menu-card.inactive-preview { opacity: .5; pointer-events: none; }
.content-header { padding: 26px 2px 22px; }
.content-header .menu-icon { margin: 38px 0 18px; }
.content-header h1 { margin: 4px 0 8px; font-size: 31px; letter-spacing: -.05em; }
.content-header > p:last-child { margin: 0; color: var(--muted); line-height: 1.6; }
.content-body { min-height: 250px; margin-bottom: 22px; padding: 23px; border: 1px solid var(--line); border-radius: 21px; background: #fff; color: #403b37; font-size: 14px; line-height: 1.8; }
.content-body img { height: auto; border-radius: 14px; }
.content-body a { color: var(--peach-dark); text-decoration: underline; }

@media (max-width: 720px) {
  .support-container { max-width: none; padding-inline: 16px; box-shadow: none; }
  .support-brand { margin-bottom: 38px; }
  .product-grid { gap: 10px; }
  .product-card-copy { padding-inline: 12px; }
  .preview-banner { margin-inline: -16px; }
}

@media (max-width: 420px) {
  .support-hero h1 { font-size: 36px; }
  .support-search { height: 53px; }
  .product-card h2 { font-size: 15px; }
  .support-menu-card { padding: 12px; }
}
