/*
Theme Name: 우영티켓 게시판
Theme URI: https://우영티켓.com
Author: 비랜딩 (blanding.kr)
Author URI: https://blanding.kr
Description: 게시판 중심의 생활 결제 정보 커뮤니티 테마
Version: 1.0.4
Text Domain: wooyoung-ticket
*/

:root {
	--navy-950: #071525;
	--navy-900: #0d2037;
	--navy-800: #16324f;
	--ink: #152335;
	--muted: #687587;
	--line: #dfe4e8;
	--paper: #f7f5f0;
	--cream: #fffaf1;
	--white: #ffffff;
	--orange: #f06a32;
	--orange-dark: #cf4d1a;
	--teal: #477b76;
	--shell: 1180px;
	--shadow: 0 16px 40px rgba( 7, 21, 37, 0.08 );
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "IBM Plex Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: -0.012em; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a, button, input { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.shell--narrow { max-width: 900px; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 16px; margin: 0; clip: auto; color: var(--white); background: var(--navy-950); }
:focus-visible { outline: 3px solid rgba(240,106,50,.45); outline-offset: 3px; }

.utility-bar { color: #536274; background: #eef1f4; font-size: 12px; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; gap: 18px; }
.utility-links a:hover { color: var(--orange-dark); }
.site-header { position: relative; z-index: 20; background: var(--white); }
.masthead { min-height: 102px; display: grid; grid-template-columns: minmax(250px, 1fr) minmax(340px, 510px); align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; flex: none; color: var(--white); background: var(--orange); border-radius: 50% 50% 50% 12px; font-size: 20px; font-weight: 700; letter-spacing: -.08em; }
.brand__text { display: grid; line-height: 1.15; }
.brand__text strong { color: var(--navy-900); font-size: 24px; font-weight: 700; letter-spacing: -.045em; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .07em; }
.search-form { position: relative; display: flex; }
.search-form label { width: 100%; }
.search-field { width: 100%; min-height: 48px; padding: 0 54px 0 18px; color: var(--ink); background: #f4f6f7; border: 1px solid transparent; border-radius: 6px; }
.search-field::placeholder { color: #8a94a0; }
.search-field:focus { background: var(--white); border-color: var(--navy-800); outline: none; box-shadow: 0 0 0 3px rgba(22,50,79,.1); }
.search-submit { position: absolute; top: 5px; right: 5px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: var(--white); background: var(--navy-900); border: 0; border-radius: 5px; cursor: pointer; }
.search-submit svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.search-submit:hover { background: var(--orange-dark); }
.menu-toggle { display: none; }
.site-navigation { color: var(--white); background: var(--navy-900); }
.nav-shell { min-height: 58px; display: flex; align-items: stretch; justify-content: space-between; }
.nav-menu { display: flex; align-items: stretch; gap: 4px; padding: 0; margin: 0; list-style: none; }
.nav-menu li { display: flex; }
.nav-menu a { position: relative; display: flex; align-items: center; padding: 0 19px; font-size: 15px; font-weight: 600; }
.nav-menu a::after { content: ""; position: absolute; right: 18px; bottom: 0; left: 18px; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.nav-menu a:hover::after, .nav-menu .current-menu-item a::after, .nav-menu .current-category-ancestor a::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; align-self: center; min-height: 36px; padding: 0 16px; color: var(--navy-950); background: var(--cream); border-radius: 4px; font-size: 13px; font-weight: 700; }
.notice-strip { color: #dbe2e9; background: #152b44; border-top: 1px solid rgba(255,255,255,.08); }
.notice-strip__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 13px; overflow: hidden; font-size: 13px; white-space: nowrap; }
.notice-strip__inner strong { padding: 2px 8px; color: var(--navy-950); background: var(--orange); border-radius: 3px; font-size: 11px; letter-spacing: .08em; }

.eyebrow { display: block; margin-bottom: 10px; color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.hero { overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero__inner { position: relative; min-height: 530px; display: grid; grid-template-columns: 52% 48%; align-items: center; }
.hero__copy { position: relative; z-index: 2; padding: 68px 0; }
.hero__copy .eyebrow { color: #ff9a6f; }
.hero h1 { margin: 0; max-width: 620px; font-size: 52px; font-weight: 600; line-height: 1.2; letter-spacing: -.055em; }
.hero h1 em { color: #ff8a58; font-style: normal; }
.hero__copy > p { max-width: 560px; margin: 24px 0 0; color: #cbd5df; font-size: 18px; line-height: 1.75; word-break: keep-all; }
.hero__actions { display: flex; gap: 10px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--orange); }
.button--primary:hover { background: var(--orange-dark); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.3); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.hero__meta { display: flex; gap: 26px; margin-top: 38px; color: #9eacba; font-size: 13px; }
.hero__meta span + span { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.15); }
.hero__meta b { color: var(--white); font-size: 16px; }
.hero__visual { position: absolute; top: 0; right: max(calc((100vw - var(--shell))/ -2), -120px); width: min(58vw, 850px); height: 100%; }
.hero__visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--navy-950) 1%, transparent 42%), linear-gradient(0deg, rgba(7,21,37,.22), transparent 40%); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }

.board-categories { padding-block: 44px 50px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; color: var(--navy-900); font-size: 32px; font-weight: 600; line-height: 1.25; letter-spacing: -.04em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.category-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--line); border-top: 2px solid var(--navy-900); background: var(--white); }
.category-link { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "num arrow" "content content"; align-content: space-between; gap: 11px; min-width: 0; min-height: 118px; padding: 17px 18px; border-right: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.category-link:last-child { border-right: 0; }
.category-link:hover { padding: 17px 18px; background: var(--cream); }
.category-link__num { grid-area: num; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.category-link > span:nth-child(2) { grid-area: content; display: grid; gap: 2px; min-width: 0; }
.category-link strong { overflow: hidden; color: var(--navy-900); font-size: 16px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.category-link small { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.category-link i { grid-area: arrow; width: 26px; height: 26px; display: grid; place-items: center; color: var(--navy-800); border: 1px solid var(--line); border-radius: 50%; font-size: 12px; font-style: normal; transition: color .2s ease, background .2s ease; }
.category-link:hover i { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }

.content-band { padding-block: 78px 88px; background: var(--paper); }
.board-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; align-items: start; }
.board-main { min-width: 0; }
.section-heading--board { min-height: 48px; margin-bottom: 22px; }
.section-heading--board > a { color: var(--muted); font-size: 13px; font-weight: 600; }
.section-heading--board > a span { margin-left: 6px; color: var(--orange); }
.board-table { border-top: 2px solid var(--navy-900); background: var(--white); }
.board-table__head, .board-row { display: grid; grid-template-columns: 64px 112px minmax(0,1fr) 88px 60px; align-items: center; gap: 12px; }
.board-table__head { min-height: 48px; color: #6e7985; background: #f1f3f4; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 600; text-align: center; }
.board-row { min-height: 64px; padding-block: 8px; border-bottom: 1px solid var(--line); font-size: 13px; }
.board-row__number, .board-row__category, .board-row__author, .board-row__date { color: var(--muted); text-align: center; }
.board-row__category { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.board-row__subject { min-width: 0; }
.board-row__subject a { display: inline; color: var(--ink); font-size: 15px; font-weight: 500; line-height: 1.45; }
.board-row__subject a:hover { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 4px; }
.reply-count { margin-left: 5px; color: var(--orange-dark); font-size: 11px; font-weight: 700; }
.board-side { display: grid; gap: 18px; }
.side-panel { padding: 26px; background: var(--white); border: 1px solid var(--line); }
.side-panel--dark { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); box-shadow: var(--shadow); }
.side-panel--dark .eyebrow { color: #ff9a6f; }
.side-panel__title { margin: 0 0 18px; color: var(--navy-900); font-size: 21px; font-weight: 600; letter-spacing: -.035em; }
.side-panel--dark .side-panel__title { color: var(--white); }
.popular-list { padding: 0; margin: 0; list-style: none; counter-reset: popular; }
.popular-list li { position: relative; min-height: 62px; padding: 13px 34px 13px 28px; border-top: 1px solid rgba(255,255,255,.12); counter-increment: popular; }
.popular-list li::before { content: "0" counter(popular); position: absolute; top: 15px; left: 0; color: #ff9a6f; font-size: 11px; font-weight: 700; }
.popular-list a { display: -webkit-box; overflow: hidden; font-size: 14px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.popular-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.popular-list time { position: absolute; top: 16px; right: 0; color: #8493a4; font-size: 10px; }
.popular-list__empty { color: #a8b5c2; }
.help-panel { position: relative; overflow: hidden; background: var(--cream); border-color: #f1dfca; }
.help-panel__icon { position: absolute; top: 21px; right: 20px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--orange-dark); border: 1px solid #e8b89c; border-radius: 50%; font-weight: 700; }
.help-panel p { margin: 0 0 14px; color: #6d625a; font-size: 13px; line-height: 1.7; }
.help-panel > a { color: var(--orange-dark); font-size: 13px; font-weight: 700; }
.help-panel .search-form { margin-top: 16px; }
.empty-state { display: grid; place-items: center; min-height: 260px; padding: 40px; color: var(--muted); background: var(--white); border-top: 2px solid var(--navy-900); border-bottom: 1px solid var(--line); text-align: center; }
.empty-state strong { color: var(--navy-900); font-size: 18px; }

.search-callout { min-height: 230px; display: grid; grid-template-columns: 1fr minmax(360px, 520px); align-items: center; gap: 64px; padding-block: 58px; }
.search-callout h2 { margin: 0; color: var(--navy-900); font-size: 30px; font-weight: 600; letter-spacing: -.04em; }
.search-callout p { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.search-callout .search-field { min-height: 58px; background: var(--white); border-color: var(--navy-900); }
.search-callout .search-submit { top: 8px; right: 8px; width: 42px; height: 42px; background: var(--orange); }

.inner-page { min-height: 620px; padding: 28px 0 88px; background: var(--paper); }
.breadcrumbs { display: flex; gap: 9px; align-items: center; min-height: 42px; overflow: hidden; color: #7c8794; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.breadcrumbs a:hover { color: var(--orange-dark); }
.archive-hero { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 50px; margin: 10px 0 34px; padding: 34px 38px; color: var(--white); background: var(--navy-900); }
.archive-hero h1 { margin: 0; font-size: 34px; font-weight: 600; letter-spacing: -.045em; }
.archive-hero h1 .page-title { display: inline; }
.archive-hero p, .archive-description { max-width: 560px; margin: 10px 0 0; color: #c5d0da; font-size: 14px; }
.archive-hero .eyebrow { color: #ff9a6f; }
.archive-search { width: min(100%, 380px); }
.archive-search .search-field { background: var(--white); }
.pagination { margin-top: 28px; }
.nav-links { display: flex; justify-content: center; gap: 6px; }
.nav-links .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; color: var(--muted); background: var(--white); border: 1px solid var(--line); font-size: 12px; }
.nav-links .current, .nav-links a:hover { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.side-menu { display: grid; border-top: 1px solid var(--line); }
.side-menu a { display: flex; justify-content: space-between; align-items: center; min-height: 47px; border-bottom: 1px solid var(--line); font-size: 14px; }
.side-menu a:hover { color: var(--orange-dark); }
.side-menu i { color: #a5aeb7; font-style: normal; }

.auth-page { min-height: 700px; padding: 72px 0 84px; background: var(--paper); }
.auth-layout { max-width: 1050px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); padding: 0; background: var(--white); box-shadow: var(--shadow); }
.auth-intro { position: relative; overflow: hidden; padding: 64px 56px; color: var(--white); background: var(--navy-900); }
.auth-intro::after { content: "W"; position: absolute; right: -24px; bottom: -68px; color: rgba(255,255,255,.035); font-size: 260px; font-weight: 700; line-height: 1; letter-spacing: -.12em; }
.auth-intro .eyebrow { color: #ff9a6f; }
.auth-intro h1 { position: relative; z-index: 1; margin: 0; font-size: 41px; font-weight: 600; line-height: 1.28; letter-spacing: -.05em; word-break: keep-all; }
.auth-intro > p { position: relative; z-index: 1; max-width: 390px; margin: 23px 0 0; color: #c8d2dc; font-size: 15px; line-height: 1.75; word-break: keep-all; }
.auth-intro__note { position: relative; z-index: 1; display: grid; gap: 5px; margin-top: 44px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.auth-intro__note strong { color: #ff9a6f; font-size: 12px; }
.auth-intro__note span { color: #b5c1cc; font-size: 12px; }
.auth-benefits { position: relative; z-index: 1; display: grid; gap: 0; padding: 0; margin: 38px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.auth-benefits li { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 52px; border-bottom: 1px solid rgba(255,255,255,.15); color: #c8d2dc; font-size: 12px; }
.auth-benefits b { color: #ff9a6f; font-size: 10px; letter-spacing: .08em; }
.auth-card { display: flex; flex-direction: column; justify-content: center; padding: 54px 62px; }
.auth-card__header { margin-bottom: 28px; }
.auth-card__header > span { color: var(--orange-dark); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.auth-card h2, .auth-card__header h2 { margin: 8px 0 0; color: var(--navy-900); font-size: 31px; font-weight: 600; letter-spacing: -.04em; }
.auth-card__header p, .auth-card > p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.auth-card__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 16px; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 20px; }
.auth-card__actions { display: flex; gap: 8px; margin-top: 28px; }
.auth-button--outline { color: var(--navy-900); border-color: var(--line); }
.auth-alert { margin: -10px 0 22px; padding: 12px 14px; color: #a83c15; background: #fff2e9; border-left: 3px solid var(--orange); font-size: 12px; }
.auth-form { display: grid; gap: 18px; }
.auth-form label > span { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--navy-900); font-size: 12px; font-weight: 600; }
.auth-form label > span small { color: var(--muted); font-size: 10px; font-weight: 400; }
.auth-form input[type="text"], .auth-form input[type="email"], .auth-form input[type="password"] { width: 100%; min-height: 48px; padding: 0 14px; color: var(--ink); background: #fafafa; border: 1px solid var(--line); border-radius: 4px; outline: none; }
.auth-form input:focus { background: var(--white); border-color: var(--navy-800); box-shadow: 0 0 0 3px rgba(22,50,79,.09); }
.auth-form__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.auth-form__options { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.auth-form__options > a { color: var(--orange-dark); }
.check-label { display: inline-flex !important; align-items: center; gap: 7px; cursor: pointer; }
.check-label input { accent-color: var(--orange); }
.check-label > span { display: inline !important; margin: 0 !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 400 !important; }
.check-label--privacy { align-items: flex-start; margin-top: 2px; }
.check-label--privacy input { margin-top: 3px; }
.check-label a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 2px; }
.auth-submit { min-height: 50px; display: grid; place-items: center; padding: 0 18px; color: var(--white); background: var(--orange); border: 0; border-radius: 4px; font-size: 14px; font-weight: 700; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.auth-submit:hover { background: var(--orange-dark); transform: translateY(-1px); }
.auth-switch { margin: 24px 0 0 !important; padding-top: 20px; border-top: 1px solid var(--line); text-align: center; }
.auth-switch a { color: var(--orange-dark); font-weight: 700; }

.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 36px; align-items: start; margin-top: 18px; }
.single-article { min-width: 0; background: var(--white); border-top: 3px solid var(--navy-900); }
.article-header { padding: 44px 48px 32px; border-bottom: 1px solid var(--line); }
.article-category { display: inline-block; margin-bottom: 14px; color: var(--orange-dark); font-size: 12px; font-weight: 700; }
.article-header h1 { max-width: 780px; margin: 0; color: var(--navy-900); font-size: 36px; font-weight: 600; line-height: 1.34; letter-spacing: -.045em; word-break: keep-all; }
.article-meta { display: flex; gap: 20px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.article-thumbnail { margin: 0; }
.article-thumbnail img { width: 100%; max-height: 520px; object-fit: cover; }
.article-content { padding: 46px 48px 64px; color: #273749; font-size: 16px; line-height: 1.82; word-break: keep-all; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2, .article-content h3 { margin: 2.1em 0 .7em; color: var(--navy-900); line-height: 1.35; letter-spacing: -.035em; }
.article-content h2 { padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 27px; }
.article-content h3 { font-size: 21px; }
.article-content p { margin: 0 0 1.4em; }
.article-content ul, .article-content ol { padding-left: 1.3em; }
.article-content blockquote { margin: 30px 0; padding: 22px 26px; background: var(--cream); border-left: 4px solid var(--orange); }
.article-content a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-content img { margin: 30px auto; }
.article-content table { width: 100%; border-collapse: collapse; }
.article-content th, .article-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.article-content th { background: #f1f3f4; }
.article-footer { display: flex; justify-content: space-between; align-items: center; margin: 0 48px 34px; padding: 20px 22px; background: var(--paper); color: var(--muted); font-size: 13px; }
.article-footer a { color: var(--orange-dark); font-weight: 700; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.post-navigation > div { min-height: 100px; display: grid; align-content: center; gap: 5px; padding: 22px 48px; }
.post-navigation > div + div { border-left: 1px solid var(--line); text-align: right; }
.post-navigation span { color: var(--muted); font-size: 11px; }
.post-navigation a { font-size: 14px; font-weight: 600; }
.page-article { margin-top: 18px; }
.comments-area { padding: 34px 48px; border-top: 1px solid var(--line); }
.comments-title, .comment-reply-title { color: var(--navy-900); font-size: 22px; }
.comment-list { padding: 0; margin: 0 0 34px; list-style: none; }
.comment-list .comment { padding: 18px 0; border-bottom: 1px solid var(--line); }
.comment-list .children { margin-top: 16px; list-style: none; }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 50%; }
.comment-metadata { margin: 4px 0 10px 48px; color: var(--muted); font-size: 11px; }
.comment-content { margin-left: 48px; }
.reply { margin-left: 48px; color: var(--orange-dark); font-size: 12px; font-weight: 700; }
.comment-form label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 12px; }
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 4px; }
.comment-form .submit { padding: 12px 20px; color: var(--white); background: var(--orange); border: 0; border-radius: 4px; cursor: pointer; }

.not-found { min-height: 620px; display: grid; place-items: center; align-content: center; padding-block: 80px; text-align: center; }
.not-found__code { color: var(--orange); font-size: 76px; font-weight: 700; line-height: 1; }
.not-found h1 { margin: 18px 0 0; color: var(--navy-900); font-size: 34px; }
.not-found p { margin: 10px 0 24px; color: var(--muted); }
.not-found__search { width: min(100%, 500px); margin-bottom: 20px; }

.site-footer { padding-top: 58px; color: #c4ced8; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 70px; padding-bottom: 46px; }
.brand--footer .brand__text strong { color: var(--white); }
.brand--footer .brand__text small { color: #8493a4; }
.footer-note { max-width: 420px; margin: 20px 0 0; color: #8795a4; font-size: 13px; }
.footer-links, .footer-search { display: grid; align-content: start; gap: 10px; font-size: 13px; }
.footer-links > strong, .footer-search > strong { margin-bottom: 8px; color: var(--white); font-size: 14px; }
.footer-links ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.footer-links a:hover { color: #ff9a6f; }
.footer-search .search-field { color: var(--white); background: #122840; border-color: #243e59; }
.footer-search .search-submit { background: var(--orange); }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #6f7e8d; border-top: 1px solid #1d3349; font-size: 11px; }

@media (max-width: 980px) {
	.masthead { grid-template-columns: 1fr minmax(280px, 400px); }
	.nav-menu a { padding-inline: 12px; font-size: 13px; }
	.hero__inner { grid-template-columns: 58% 42%; }
	.hero h1 { font-size: 44px; }
	.hero__visual { width: 58vw; opacity: .78; }
	.board-layout, .article-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 22px; }
	.board-table__head, .board-row { grid-template-columns: 48px 90px minmax(0,1fr) 58px; }
	.board-table__head span:nth-child(4), .board-row__author { display: none; }
	.footer-grid { gap: 36px; }
}

@media (max-width: 760px) {
	body { font-size: 15px; }
	.shell { width: min(calc(100% - 28px), var(--shell)); }
	.utility-bar { display: none; }
	.masthead { min-height: 74px; display: flex; justify-content: space-between; gap: 16px; }
	.brand__mark { width: 36px; height: 36px; font-size: 17px; }
	.brand__text strong { font-size: 20px; }
	.brand__text small { display: none; }
	.header-search { display: none; }
	.menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 4px; }
	.menu-toggle > span:not(.screen-reader-text) { width: 19px; height: 2px; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }
	.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
	.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.site-navigation { display: none; position: absolute; top: 74px; right: 0; left: 0; max-height: calc(100vh - 74px); overflow: auto; }
	.site-navigation.is-open { display: block; min-height: calc(100vh - 74px); }
	.nav-shell { display: block; padding-block: 10px 18px; }
	.nav-menu { display: grid; }
	.nav-menu li { display: block; }
	.nav-menu a { min-height: 50px; padding: 0 8px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 15px; }
	.nav-menu a::after { display: none; }
	.nav-cta { margin-top: 12px; justify-content: center; }
	.notice-strip__inner { justify-content: flex-start; }
	.hero__inner { min-height: auto; display: block; }
	.hero__copy { padding: 54px 0 340px; }
	.hero h1 { font-size: 38px; line-height: 1.25; }
	.hero__copy > p { margin-top: 18px; font-size: 16px; }
	.hero__actions { margin-top: 28px; }
	.hero__meta { margin-top: 26px; }
	.hero__visual { top: auto; right: -45px; bottom: 0; width: 125%; height: 350px; }
	.hero__visual::before { background: linear-gradient(180deg, var(--navy-950), transparent 45%), linear-gradient(90deg, rgba(7,21,37,.3), transparent); }
	.board-categories { padding-block: 42px 46px; }
	.section-heading { display: block; }
	.section-heading h2 { font-size: 28px; }
	.section-heading > p { margin-top: 8px; }
	.category-list { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #cbd2d8 transparent; }
	.category-link { min-width: 196px; min-height: 108px; padding: 15px 16px; border-right: 1px solid var(--line); scroll-snap-align: start; }
	.category-link:last-child { border-right: 0; }
	.category-link:hover { padding: 15px 16px; }
	.category-link strong { font-size: 15px; }
	.category-link small { font-size: 11px; }
	.content-band { padding-block: 58px; }
	.board-layout, .article-layout { grid-template-columns: 1fr; }
	.board-side { grid-template-columns: 1fr 1fr; }
	.board-table__head { display: none; }
	.board-table { border-top-width: 2px; }
	.board-row { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 4px 9px; min-height: 82px; align-content: center; padding: 12px 8px; }
	.board-row__number { display: none; }
	.board-row__category { grid-column: 1; grid-row: 1; color: var(--orange-dark); font-size: 11px; font-weight: 700; text-align: left; }
	.board-row__subject { grid-column: 1 / 4; grid-row: 2; }
	.board-row__subject a { display: -webkit-box; font-size: 15px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
	.board-row__author { display: block; grid-column: 2; grid-row: 1; text-align: left; font-size: 11px; }
	.board-row__date { grid-column: 3; grid-row: 1; font-size: 11px; }
	.search-callout { min-height: 0; grid-template-columns: 1fr; gap: 24px; padding-block: 52px; }
	.search-callout h2 { font-size: 27px; }
	.inner-page { padding-top: 12px; }
	.archive-hero { min-height: 0; display: block; margin-top: 4px; padding: 30px 24px; }
	.archive-hero h1 { font-size: 29px; }
	.archive-search { margin-top: 24px; }
	.article-header { padding: 34px 24px 26px; }
	.article-header h1 { font-size: 29px; }
	.article-content { padding: 34px 24px 48px; font-size: 15px; }
	.article-content h2 { font-size: 23px; }
	.article-meta { flex-wrap: wrap; gap: 8px 14px; }
	.article-footer { margin: 0 24px 28px; }
	.post-navigation > div { min-height: 88px; padding: 18px 24px; }
	.comments-area { padding: 28px 24px; }
	.auth-page { min-height: 0; padding: 28px 0 52px; }
	.auth-layout { grid-template-columns: 1fr; }
	.auth-intro { padding: 38px 32px; }
	.auth-intro h1 { font-size: 32px; }
	.auth-intro > p { font-size: 14px; }
	.auth-intro__note, .auth-benefits { margin-top: 26px; }
	.auth-card { padding: 38px 32px 42px; }
	.auth-card h2, .auth-card__header h2 { font-size: 27px; }
	.auth-form__columns { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid > div:first-child { grid-column: 1 / -1; }
	.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (max-width: 480px) {
	.hero__copy { padding-bottom: 300px; }
	.hero h1 { font-size: 33px; }
	.hero__actions { display: grid; }
	.hero__meta { display: grid; gap: 6px; }
	.hero__meta span + span { padding-left: 0; border-left: 0; }
	.hero__visual { height: 300px; }
	.board-side, .footer-grid { grid-template-columns: 1fr; }
	.footer-grid > div:first-child { grid-column: auto; }
	.post-navigation { grid-template-columns: 1fr; }
	.post-navigation > div + div { border-top: 1px solid var(--line); border-left: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
