/* =========================================================
   research.ebiweb.co.kr — 학과(/dept) 페이지 전용 스타일
   Soft Glass / Lavender · Blue · Mint Theme
   ========================================================= */

body.dept { --dept:#A9CEC8; --dept2:#6FAFA6; --dept3:var(--brand-deep); --lab:#8F98D9; --lab2:var(--brand-deep); --center:#A9BCE5; --cta:#D98FA8; --ink:#272A38; --muted:#676D81; --soft:#F4F5F8; --line:rgba(116,126,160,.16); --white:#fff; --main-grad:var(--brand-fill); --mint-grad:linear-gradient(135deg,#A9CEC8,#8F98D9); --hot-grad:linear-gradient(135deg,#D98FA8,#C985A7); --shadow:0 20px 50px rgba(90,100,145,.12); background:radial-gradient(circle at 14% 6%, rgba(143,152,217,.22), transparent 36%), radial-gradient(circle at 88% 14%, rgba(238,206,184,.18), transparent 32%), radial-gradient(circle at 76% 66%, rgba(217,143,168,.12), transparent 34%), #F4F5F8; color:var(--ink); overflow-x:hidden; }
.dept-main { background:transparent; }
.dept-main>section { padding:100px 0; }
.dept-main>section+section { border-top:1px solid rgba(143, 152, 217, .16); }
.dept-main * { box-sizing:border-box; }
.dept-main a { color:inherit; text-decoration:none; }
.dept-main img { max-width:100%; display:block; }
.dept-main .wrap { width:min(calc(100% - 48px), 1400px); margin:0 auto; }
.dept-kicker { margin:0 0 16px; color:var(--brand-eyebrow); font-size: 14px; line-height: 1.3; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.dept-section-head { max-width:760px; margin:0 0 44px; }
.dept-section-head h2 { margin:0 0 20px; color:var(--ink); font-size:clamp(24px,2vw,32px); line-height:1.3; letter-spacing:-.03em; font-weight:700; }
.dept-section-head p:not(.dept-kicker) { max-width:760px; margin:0; color:var(--muted); font-size:16px; line-height:1.7; letter-spacing:-.02em; word-break:keep-all; }
.dept-btn { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 22px; border-radius:999px; font-size:15px; font-weight:800; letter-spacing:-.02em; transition:.2s ease; }
.dept-btn.primary { color:#fff; background:var(--hot2); box-shadow:0 12px 28px var(--hot2-shadow); }
.dept-btn.outline { border:1px solid rgba(143,152,217,.28); background:rgba(255,255,255,.72); color:var(--ink); }
.dept-btn.line { border:1px solid rgba(143,152,217,.22); background:#fff; color:#555B68; }
.dept-btn:hover { transform:translateY(-2px); }
.dept-visual { position:relative; height:calc(100vh - 80px); display:flex; align-items:center; padding:100px 0; background:radial-gradient(circle at 18% 24%,rgba(226,221,245,.85),transparent 42%),radial-gradient(circle at 82% 22%,rgba(245,227,217,.70),transparent 42%),radial-gradient(circle at 50% 86%,rgba(219,224,240,.75),transparent 46%),linear-gradient(180deg,#F5F4F8 0%,#EEEFF4 60%,#F6F5F9 100%); overflow:hidden; }
.dept-visual-grid { display:grid; grid-template-columns:1fr 420px; align-items:center; gap:80px; }
.dept-visual-copy h1 { margin:0 0 24px; color:var(--ink); font-size:clamp(42px,5vw,50px); line-height:1.3; letter-spacing:-.03em; font-weight:800; }
.dept-visual-copy h1 span { background:var(--brand-grad); -webkit-background-clip:text; background-clip:text; color:var(--brand-deep); -webkit-text-fill-color:transparent; }
.dept-visual-copy p:not(.dept-kicker) { max-width:640px; margin:0 0 28px; color:#555B68; font-size:18px; line-height:1.65; letter-spacing:-.02em; word-break:keep-all; margin-bottom: clamp(40px, 10vh, 80px);}
.dept-visual-actions { display:flex; gap:12px; flex-wrap:wrap; }
.dept-visual-banner { display:flex; justify-content:center; }
.dept-banner-card { width:420px; min-height:240px; padding:36px; border-radius: var(--radius-md); background:radial-gradient(circle at 82% 18%,rgba(255,255,255,.34),transparent 34%),var(--brand-fill); box-shadow:0 24px 48px rgba(90,100,145,.18); color:#fff; }
.dept-banner-card span { display:inline-flex; margin-bottom:42px; padding:5px 12px; border-radius:999px; background:rgba(255,255,255,.24); font-size: 14px; line-height: 1.3; font-weight:800; }
.dept-banner-card strong { display:block; margin-bottom:10px; font-size:28px; line-height:1.2; letter-spacing:-.04em; }
.dept-banner-card p { margin:0; color:rgba(255,255,255,.88); font-size:15px; line-height:1.55; }
.dept-finder { position:relative; z-index:3; border-top:0 !important; padding-bottom:24px !important;}
.dept-finder-box { display:grid; grid-template-columns:260px 1fr; gap:32px; align-items:center; padding:var(--pad-box-lg); border-radius: var(--radius-md); background:var(--cta-bg); border:1px solid rgba(255,255,255,.10); box-shadow:0 18px 48px rgba(40,46,80,.28); }
.dept-finder-title strong { display:block; color:#fff; font-size:clamp(20px,1.5vw,24px); line-height:1.35; letter-spacing:-.04em; font-weight:800; text-align:center;}
.dept-finder-list { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; }
.dept-finder-list a { display:grid; place-items:center; gap:10px; text-align:center; }
.finder-icon { display:grid; place-items:center; width:72px; height:72px; border-radius:50%; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.10); color:#fff; font-size:16px; font-weight:800; transition:.2s ease; }
.dept-finder-list a:hover .finder-icon { background:rgba(255,255,255,.18); transform:translateY(-3px); }
.finder-icon svg { width:32px; height:32px; display:block; }
.dept-finder-list em { color:rgba(255,255,255,.82); font-style:normal; font-size: 14px; line-height: 1.3; font-weight:750; }
.dept-quick { padding:56px 0 36px; }
.dept-quick-inner { display:flex; align-items:center; justify-content:center; gap:24px; }
.dept-quick strong { font-size:22px; font-weight:800; letter-spacing:-.03em; }
.dept-quick nav { display:flex; flex-wrap:wrap; gap:8px; }
.dept-quick nav a { display:inline-flex; align-items:center; min-height:38px; padding:0 18px; border:1px solid #E2E4EA; border-radius:999px; background:#fff; color:#555B68; font-size: 14px; line-height: 1.3; font-weight:750; }
.dept-products { padding:64px 0 72px; background:transparent; }
.dept-product-slider { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.dept-product-card { display:flex; flex-direction:column; min-height:390px; padding:var(--pad-box); border:1px solid rgba(143,152,217,.34); border-radius: var(--radius-md); background:rgba(255,255,255,.72); text-align:center; box-shadow:0 18px 44px rgba(90,100,145,.10); }
.dept-product-card.featured { border-color:rgba(217,143,168,.42); background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(244,241,250,.72)); box-shadow:0 24px 54px rgba(143,152,217,.16); transform:translateY(-8px); }
.product-label { align-self:center; margin-bottom:12px; padding:5px 12px; border-radius:999px; background:rgba(143,152,217,.12); color:var(--brand-deep); font-size: clamp(12px,1.5vw,14px); line-height: 1.3; font-weight:800; letter-spacing:.04em; }
.dept-product-card.featured .product-label { background:rgba(217,143,168,.14); color:#C985A7; }
.dept-product-card h3 { margin:0 0 12px; color:var(--ink); font-size:clamp(18px,1.5vw,21px); line-height:1.35; letter-spacing:-.03em; font-weight:700; }
.product-desc { min-height:48px; margin:0 0 20px; color:var(--muted); font-size:15px; line-height:1.55; word-break:keep-all; }
.product-icons { display:flex; justify-content:center; gap:8px; margin:0 0 22px; }
.product-icons span { display:grid; place-items:center; min-width:66px; min-height:34px; padding:0 10px; border-radius:999px; background:rgba(143,152,217,.12); color:var(--brand-deep); font-size: 14px; line-height: 1.3; font-weight:800; }
.dept-product-card ul { display:grid; gap:8px; margin:0 0 22px; padding:0; color:#777E8A; list-style:none; text-align:left; }
.dept-product-card li { position:relative; padding-left:16px; font-size:15px; font-weight:500; line-height:1.5; }
.dept-product-card li::before { content:"·"; position:absolute; left:0; top:0; color:#8F98D9; font-weight:800; }
.product-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:auto; }
.product-actions .dept-btn { width:100%; min-height:42px; padding:0 12px; border-radius:999px; font-size: 14px; line-height: 1.3; }
.dept-bar { padding:24px 0 !important; background:var(--brand-fill); color:#fff; }
.dept-bar-inner { display:flex; align-items:center; justify-content:center; gap:24px; text-align:center; }
.dept-bar strong { font-size:clamp(16px,1.5vw,22px); font-weight:600; letter-spacing:-.3px; line-height:1.5; display:block;}
.dept-bar a { display:inline-flex; align-items:center; min-height:38px; padding:0 20px; border:1px solid rgba(255,255,255,.72); border-radius:999px; background:rgba(255,255,255,.10); font-size:15px; font-weight:500; }
.dept-benefits { padding:72px 0 48px; }
.benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.benefit-grid article { min-height:220px; padding:var(--pad-box); border-radius: var(--radius-md); text-align:center; border:1px solid rgba(255,255,255,.12); background:var(--cta-bg); box-shadow:0 16px 40px rgba(72,80,130,.18); overflow:hidden; }
.benefit-grid span { display:grid; place-items:center; width:54px; height:54px; margin:0 auto 18px; border-radius: var(--radius-md); border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.12); color:#fff; font-weight:800; }
.benefit-grid span svg { width:28px; height:28px; display:block; }
.benefit-grid strong { display:block; margin-bottom:8px; color:#fff; font-size:18px; font-weight:800; }
.benefit-grid p { margin:0; color:rgba(255,255,255,.72); font-size:14px; line-height: 1.3; word-break:keep-all; }
.dept-hot { padding:24px 0 72px; }
.hot-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.hot-card { min-height:116px; padding:var(--pad-box); border-radius:16px; color:#fff; overflow:hidden; box-shadow:0 18px 34px rgba(90,100,145,.10); }
.hot-card strong { display:block; margin-bottom:12px; font-size:18px; line-height:1.35; letter-spacing:-.03em; font-weight:800; }
.hot-card span { font-size: 14px; line-height: 1.3; font-weight:800; opacity:.9; }
.hot-card.purple { background:var(--brand-fill); }
.hot-card.coral { background:linear-gradient(135deg,#D98FA8,#C985A7); }
.hot-card.violet { background:var(--brand-fill); }
.dept-banner { padding:24px 0 72px; }
.dept-wide-banner { display:grid; grid-template-columns:1fr 360px; align-items:center; gap:40px; min-height:280px; padding:var(--pad-box-lg); border-radius: var(--radius-lg); background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.64),transparent 34%),linear-gradient(120deg,rgba(220,225,244,.62) 0%,rgba(218,232,247,.56) 42%,rgba(227,235,239,.58) 100%); border:1px solid rgba(255,255,255,.74); box-shadow:0 24px 70px rgba(90,100,145,.12); overflow:hidden; }
.dept-wide-banner h2 { margin:0 0 18px; color:#151821; font-size:34px; line-height:1.3; letter-spacing:-.04em; font-weight:800; }
.dept-wide-banner a { font-size: 14px; line-height: 1.3; font-weight:800; }
.wide-visual { position:relative; min-height:220px; }
.circle { position:absolute; display:block; border-radius:50%; }
.circle.one { width:180px; height:180px; right:40px; top:12px; background:linear-gradient(135deg,#8E84E6,#fff); }
.circle.two { width:100px; height:100px; left:16px; bottom:20px; background:#D98FA8; opacity:.42; }
.card-mini { position:absolute; right:160px; top:48px; padding:14px 22px; border-radius:16px; background:#fff; color:var(--brand-deep); font-weight:800; box-shadow:0 14px 26px rgba(40,80,120,.12); }
.card-mini.second { right:30px; top:134px; color:var(--brand-deep); }
.dept-self { position:relative; overflow:hidden; padding:72px 0; background:#000; }
.dept-self::before { content:""; position:absolute; inset:0; z-index:0; background:url("/images/dept_self.webp") center / cover no-repeat; opacity:.3; pointer-events:none; }
.dept-self > .wrap { position:relative; z-index:1; }
.dept-self .dept-kicker { color:rgba(255,255,255,.72); }
.dept-self .dept-section-head h2 { color:#fff; }
.dept-self .dept-section-head p:not(.dept-kicker) { color:rgba(255,255,255,.82); }
.self-list { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.self-list article { display:grid; grid-template-columns:54px 1fr; gap:14px; align-items:start; min-height:116px; padding:var(--pad-box); border-radius: var(--radius-md); background:#fff; box-shadow:0 8px 24px rgba(90,100,145,.06); }
.self-list span { display:grid; place-items:center; width:44px; height:44px; border-radius:14px; background:rgba(143, 152, 217, .14); color:var(--brand-deep); font-weight:800; }
.self-list span svg { width:24px; height:24px; display:block; }
.self-list strong { display:block; margin-bottom:6px; font-size:17px; font-weight:800; }
.self-list p { grid-column:2; margin:-6px 0 0; color:var(--muted); font-size:14px; line-height: 1.3; word-break:keep-all; }
.dept-admin { padding:72px 0; background:transparent; }
.admin-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.admin-grid article { min-height:210px; padding:var(--pad-box); border-radius: var(--radius-md); background:rgba(255,255,255,.78); border:1px solid rgba(255,255,255,.72); box-shadow:0 8px 24px rgba(40,50,80,.06); }
.admin-grid span { display:inline-flex; margin-bottom:18px; padding:5px 12px; border-radius:999px; background:rgba(143,152,217,.14); color:var(--brand-deep); font-size: 14px; line-height: 1.3; font-weight:800; }
.admin-grid h3 { margin:0 0 10px; font-size:20px; letter-spacing:-.03em; }
.admin-grid p { margin:0; color:var(--muted); font-size:14px; line-height: 1.3; word-break:keep-all; }
.dept-price { padding:72px 0; }
/* 제작 가격 그리드(.price-grid/.amount/.price-note)는 common.css 공용 사용 */
.dept-responsive { padding:72px 0; background:transparent; }
.responsive-panel { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.responsive-panel div { padding:var(--pad-box-lg); border-radius: var(--radius-md); border:1px solid rgba(255,255,255,.12); background:var(--cta-bg); box-shadow:0 16px 40px rgba(72,80,130,.18); overflow:hidden; }
.responsive-panel .rp-icon { display:grid; place-items:center; width:48px; height:48px; margin-bottom:18px; border-radius:14px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.12); color:#fff; }
.responsive-panel .rp-icon svg { width:26px; height:26px; display:block; }
.responsive-panel strong { display:block; margin-bottom:10px; color:#fff; font-size:20px; font-weight:800; letter-spacing:-.02em; }
.responsive-panel p { margin:0 0 18px; color:rgba(255,255,255,.72); font-size:15px; line-height:1.7; word-break:keep-all; }
.responsive-panel ul { display:grid; gap:9px; margin:0; padding:18px 0 0; border-top:1px solid rgba(255,255,255,.12); list-style:none; }
.responsive-panel li { position:relative; padding-left:20px; color:rgba(255,255,255,.78); font-size:14px; line-height: 1.3; word-break:keep-all; }
.responsive-panel li::before { content:""; position:absolute; left:2px; top:.6em; width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.55); }
.dept-faq { padding:72px 0; }
.faq-grid-layout { display:grid; grid-template-columns:320px 1fr; gap:64px; align-items:start; }
.faq-title h2 { margin:0 0 24px; font-size:30px; line-height:1.35; letter-spacing:-.04em; font-weight:800; }
.faq-title a { display:inline-flex; align-items:center; min-height:38px; padding:0 18px; border-radius:999px; background:#F3F4F7; color:#555B68; font-size: 14px; line-height: 1.3; font-weight:800; }
/* FAQ 리스트 스타일은 common.css .faq-list 공용 사용 */
.dept-bottom-cta { padding:72px 0 100px; }
.bottom-cta-box { display:grid; grid-template-columns:1fr auto; align-items:center; gap:40px; padding:var(--pad-box-lg); border-radius: var(--radius-lg); background:linear-gradient(120deg,rgba(220,225,244,.62) 0%,rgba(218,232,247,.56) 40%,rgba(227,235,239,.52) 72%,rgba(240,225,232,.52) 100%); border:1px solid rgba(255,255,255,.74); box-shadow:0 24px 70px rgba(90,100,145,.12); }
.bottom-cta-box h2 { margin:0 0 14px; font-size:clamp(24px,2vw,32px); line-height:1.35; letter-spacing:-.04em; font-weight:800; }
.bottom-cta-box p:not(.dept-kicker) { max-width:760px; margin:0; color:var(--muted); font-size:16px; line-height:1.65; word-break:keep-all; }
.bottom-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }

/* ---------- DIRECT ANSWER (AEO 즉답) ---------- */
.dept-answer { padding-top:0 !important; border-top:0 !important;}
.dept-answer-box { padding:var(--pad-box-lg); border-radius: var(--radius-lg); background:rgba(255,255,255,.72); border:1px solid rgba(255,255,255,.78); box-shadow:var(--shadow); backdrop-filter:blur(16px); }
.dept-answer-box h2 { margin:8px 0 14px; color:var(--ink); font-size:clamp(24px,2vw,32px); line-height:1.3; letter-spacing:-.03em; font-weight:700; }
.dept-answer-box > p { max-width:960px; margin:0 0 22px; color:#555B68; font-size:clamp(14px,1.5vw,17px); line-height:1.75; letter-spacing:-.02em; word-break:keep-all; }
.dept-answer-box ul { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:0; padding:0; list-style:none; }
.dept-answer-box li { padding:18px 20px; border-radius:16px; background:rgba(143,152,217,.10); color:#555B68; font-size:14.5px; line-height:1.55; font-weight:700; word-break:keep-all; }

/* ---------- GEO 신뢰 근거 ---------- */
.dept-trust { padding:72px 0; }
.dept-trust-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:56px; align-items:center; }
.dept-trust-copy h2 { margin:0 0 14px; color:var(--ink); font-size:30px; line-height:1.3; letter-spacing:-.03em; font-weight:800; }
.dept-trust-copy p { margin:0; color:#555B68; font-size:16px; line-height:1.8; letter-spacing:-.02em; word-break:keep-all; }
.dept-trust-stats { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.dept-trust-stats article { padding:var(--pad-box); border-radius: var(--radius-md); border:1px solid rgba(255,255,255,.72); background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(143,152,217,.12)); box-shadow:0 12px 32px rgba(90,100,145,.08); }
.dept-trust-stats strong { display:block; margin-bottom:8px; color:var(--brand-deep); font-size:clamp(24px,2vw,32px); line-height:1; letter-spacing:-.04em; font-weight:800; }
.dept-trust-stats span { display:block; color:var(--muted); font-size:15px; font-weight:750; word-break:keep-all; }

/* ---------- 대학 로고 마키 ---------- */
.dept-logos { padding:8px 0 80px; }
.dept-marquee { position:relative; overflow:hidden; mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); }
.dept-track { display:flex; width:max-content; gap:14px; animation:dept-marquee 30s linear infinite; }
.dept-track span { display:grid; place-items:center; min-width:132px; height:74px; border:1px solid #E6E8EF; border-radius: var(--radius-md); background:#fff; color:#5C6276; font-weight:800; }
@keyframes dept-marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }

/* ---------- 사이트맵 상세 ---------- */
.dept-sitemap-detail { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:18px; }
.dept-sitemap-detail article { padding:var(--pad-box); border-radius:16px; background:rgba(255,255,255,.7); border:1px solid rgba(143,152,217,.16); box-shadow:0 8px 22px rgba(90,100,145,.05); }
.dept-sitemap-detail strong { display:block; margin-bottom:6px; color:var(--brand-deep); font-size:16px; font-weight:800; letter-spacing:-.02em; }
.dept-sitemap-detail span { color:#5F6479; font-size: 14px; line-height: 1.3; word-break:keep-all; }
.dept-sitemap-note { margin:18px 0 0; padding:16px 20px; border-radius:14px; background:rgba(143,152,217,.08); color:#555B68; font-size:14px; line-height: 1.3; letter-spacing:-.02em; word-break:keep-all; }
.dept-sitemap-note b { color:var(--brand-deep); font-weight:800; }

/* ---------- 실무 시나리오 ---------- */
.dept-cases { padding:24px 0 72px; }
.dept-case-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.dept-case-grid article { padding:var(--pad-box); border-radius: var(--radius-md); border:1px solid rgba(255,255,255,.12); background:var(--cta-bg); box-shadow:0 16px 40px rgba(72,80,130,.18); overflow:hidden; }
.dept-case-grid strong { display:block; position:relative; margin-bottom:10px; padding-left:26px; color:#fff; font-size:16.5px; line-height:1.4; letter-spacing:-.02em; font-weight:800; word-break:keep-all; }
.dept-case-grid strong::before { content:"Q"; position:absolute; left:0; top:1px; display:grid; place-items:center; width:19px; height:19px; border-radius:6px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.14); color:#fff; font-size: 14px; line-height: 1.3; font-weight:800; }
.dept-case-grid p { margin:0; color:rgba(255,255,255,.72); font-size:14px; line-height: 1.3; word-break:keep-all; }

@media (max-width:1180px) {
  .dept-visual-grid { grid-template-columns:1fr; gap:40px; }
  .dept-visual-banner { justify-content:flex-start; }
  .dept-finder-box { grid-template-columns:1fr; }
  .dept-finder-list { grid-template-columns:repeat(5,1fr); }
  .dept-product-slider, .benefit-grid, .admin-grid { grid-template-columns:repeat(2,1fr); }
  .dept-wide-banner { grid-template-columns:1fr; }
  .faq-grid-layout { grid-template-columns:1fr; gap:28px; }
  .bottom-cta-box { grid-template-columns:1fr; }
  .dept-trust-grid { grid-template-columns:1fr; gap:36px; }
  .dept-sitemap-detail, .dept-case-grid { grid-template-columns:repeat(2,1fr); }
  .bottom-actions { justify-content:flex-start; }
}

@media (max-width:768px) {
  .dept-main>section {padding:50px 0;}
  .dept-visual { padding:64px 0 82px; }
  .dept-visual-copy p:not(.dept-kicker) { font-size:16px; }
  .dept-banner-card { width:100%; min-height:220px; }
  .dept-finder { margin-top:-28px; }
  .dept-finder-list { grid-template-columns:repeat(2,1fr); }
  .dept-quick-inner { display:block; }
  .dept-quick strong { display:block; margin-bottom:14px; }
  .dept-product-slider, .benefit-grid, .hot-grid, .self-list, .admin-grid, .price-grid, .responsive-panel, .dept-answer-box ul, .dept-trust-stats, .dept-sitemap-detail, .dept-case-grid { grid-template-columns:1fr; }
  .dept-product-card.featured { transform:none; }
  .product-actions { grid-template-columns:1fr; }
  .dept-bar-inner { display:block; }
  .dept-bar a { margin-top:14px; }
  .dept-wide-banner h2 { font-size:28px; }
  .wide-visual { min-height:180px; }
  .bottom-cta-box h2 { font-size:26px; }
  .bottom-actions { flex-direction:column; }
  .bottom-actions .dept-btn { width:100%; }
}