/* ============================================================
   PTMA 디자인 시스템 — 마젠타 + 무채색 · Pretendard · 카드 규격 통일
   ============================================================ */
:root {
	--pt-magenta: #C9006B;
	--pt-magenta-dark: #9A0052;
	--pt-magenta-tint: #FBEFF5;
	--pt-magenta-tint2: #F6DCE9;
	--pt-blue: #3D6FD6;
	--pt-green: #0B8A4B;
	--pt-ink: #1A1B1E;
	--pt-gray-700: #4A4C52;
	--pt-gray-500: #7E8188;
	--pt-gray-300: #C9CBD0;
	--pt-gray-200: #E7E8EB;
	--pt-gray-100: #F5F6F8;
	--pt-radius: 14px;
	--pt-shadow: 0 2px 14px rgba(26,27,30,.07);
	--pt-shadow-hover: 0 8px 26px rgba(26,27,30,.13);
}

body {
	font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans KR', sans-serif !important;
	letter-spacing: -0.01em;
	color: var(--pt-ink);
}

.ptma-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ===== 풀폭 레이아웃 — GeneratePress 컨테이너 해제 (히어로가 화면 끝까지) ===== */
body.ptma-full .site-content { display: block !important; }
body.ptma-full .site-content > main,
body.ptma-full .site-main { width: 100% !important; max-width: 100% !important; }
body.ptma-full .grid-container,
body.ptma-full .site-content,
body.ptma-full .content-area { max-width: 100% !important; width: 100%; padding: 0 !important; }
body.ptma-full .site-main { margin: 0 !important; padding: 0 !important; }
body.ptma-full #content { padding: 0 !important; }
body.ptma-full .site-main > article,
body.ptma-full .inside-article { padding: 0 !important; margin: 0 !important; box-shadow: none; border: 0; }

/* ===== GNB — 회원 라운지 CTA 버튼 스타일 ===== */
.main-navigation .ptma-nav-cta > a {
	background: var(--pt-magenta) !important; color: #fff !important;
	border-radius: 99px; margin: 8px 0 8px 10px; padding-top: 8px !important; padding-bottom: 8px !important;
	line-height: 1.6 !important; font-weight: 700;
}
.main-navigation .ptma-nav-cta > a:hover { background: var(--pt-magenta-dark) !important; }
.main-navigation a { font-weight: 600; }
.main-navigation .sub-menu a { font-weight: 500; }
.ptma-sec { padding: 88px 0; }
.ptma-sec-pad { padding-top: 48px; padding-bottom: 88px; }
.ptma-sec-alt { background: var(--pt-gray-100); }

/* ---------- 공통 타이포 · 섹션 헤더 ---------- */
.ptma-eyebrow {
	display: inline-block; font-size: 13px; font-weight: 700;
	color: var(--pt-magenta); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px;
}
.ptma-sec-head { margin-bottom: 40px; }
.ptma-sec-head h2 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.25; margin: 0; }
.ptma-sec-head p { margin-top: 10px; color: var(--pt-gray-500); font-size: 16px; }
.ptma-more {
	float: right; margin-top: -44px; font-size: 14px; font-weight: 600; color: var(--pt-gray-700);
	border: 1px solid var(--pt-gray-300); padding: 9px 18px; border-radius: 99px; text-decoration: none; transition: .2s;
}
.ptma-more:hover { border-color: var(--pt-magenta); color: var(--pt-magenta); }

/* ---------- 버튼 · 칩 ---------- */
.ptma-btn {
	display: inline-block; font-size: 15px; font-weight: 700; padding: 14px 28px;
	border-radius: 99px; text-decoration: none; transition: .2s; border: none; cursor: pointer; font-family: inherit;
}
.ptma-btn-primary { background: var(--pt-magenta); color: #fff !important; }
.ptma-btn-primary:hover { background: var(--pt-magenta-dark); color: #fff; }
.ptma-btn-ghost { border: 1.5px solid rgba(255,255,255,.5); color: #fff !important; background: transparent; }
.ptma-btn-ghost:hover { background: rgba(255,255,255,.12); }
.ptma-btn-line { border: 1.5px solid var(--pt-gray-300); color: var(--pt-gray-700) !important; background: #fff; }
.ptma-btn-line:hover { border-color: var(--pt-magenta); color: var(--pt-magenta) !important; }

.ptma-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.ptma-chip {
	font-size: 14px; font-weight: 600; padding: 10px 20px; border-radius: 99px;
	border: 1px solid var(--pt-gray-300); color: var(--pt-gray-700); background: #fff;
	text-decoration: none; transition: .15s; cursor: pointer;
}
.ptma-chip.on { background: var(--pt-ink); color: #fff; border-color: var(--pt-ink); }
.ptma-chip:hover:not(.on) { border-color: var(--pt-magenta); color: var(--pt-magenta); }

.ptma-empty {
	background: #fff; border: 1px dashed var(--pt-gray-300); border-radius: var(--pt-radius);
	padding: 40px; text-align: center; color: var(--pt-gray-500); font-size: 15px;
}
.ptma-muted { color: var(--pt-gray-500); font-size: 13.5px; }

/* ---------- ① 히어로 ---------- */
.ptma-hero {
	min-height: 560px; height: 72vh; display: flex; align-items: center; position: relative; overflow: hidden;
	background: linear-gradient(120deg, #26272B 0%, #3A3B41 55%, #4A3140 100%);
	background-size: cover; background-position: center;
}
.ptma-hero::after {
	content: ''; position: absolute; inset: 0;
	background: radial-gradient(ellipse at 78% 30%, rgba(201,0,107,.28), transparent 55%);
}
.ptma-hero-video {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45;
}
.ptma-hero-inner { position: relative; z-index: 2; color: #fff; width: 100%; }

/* ===== 밝은 히어로 (막 없음 · 글자 그림자로 가독성 확보) ===== */
.ptma-hero-bright { background-color: #1A1B1E; }
.ptma-hero-bright::after {
	/* 마젠타 톤·어두운 막 제거 — 아주 옅은 하단 정착감만 남김 */
	background: linear-gradient(180deg, rgba(16,17,20,.22) 0%, transparent 26%, transparent 68%, rgba(16,17,20,.30) 100%);
}
.ptma-hero-bright .ptma-hero-video { opacity: 1; }
.ptma-hero-bright .ptma-hero-inner {
	text-shadow: 0 2px 16px rgba(0,0,0,.85), 0 1px 4px rgba(0,0,0,.9), 0 0 40px rgba(0,0,0,.5);
}
.ptma-hero-bright .ptma-video-badge {
	background: rgba(0,0,0,.34); border-color: rgba(255,255,255,.45);
	backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); text-shadow: none;
}
.ptma-hero-bright .ptma-btn-primary {
	box-shadow: 0 4px 18px rgba(201,0,107,.5); text-shadow: none;
}
.ptma-hero-bright .ptma-btn-ghost {
	border-color: rgba(255,255,255,.72); text-shadow: 0 1px 6px rgba(0,0,0,.6);
	backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.ptma-scroll-hint {
	position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3;
	color: rgba(255,255,255,.6); font-size: 11px; font-weight: 600; letter-spacing: .2em;
	text-shadow: 0 1px 6px rgba(0,0,0,.7);
}

/* 모바일: 영상 대신 포스터 이미지만 (트래픽 절감 + 배터리) */
@media (max-width: 820px) {
	.ptma-hero-video { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
	.ptma-hero-video { display: none !important; }
}
.ptma-video-badge {
	display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
	background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25);
	padding: 8px 16px; border-radius: 99px; margin-bottom: 26px;
}
.ptma-video-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #FF4D9E; animation: ptma-pulse 1.6s infinite; }
@keyframes ptma-pulse { 0%,100% { opacity: 1 } 50% { opacity: .35 } }
.ptma-hero h1 { font-size: 50px; font-weight: 900; letter-spacing: -0.03em; line-height: 1.22; margin: 0 0 18px; color: #fff; }
.ptma-hero h1 em { font-style: normal; color: #FF7DB8; }
.ptma-hero p { font-size: 18px; color: rgba(255,255,255,.75); max-width: 560px; margin-bottom: 34px; }
.ptma-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- ② 소식 ---------- */
.ptma-news-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: stretch; }
.ptma-feature-card {
	background: #fff; border-radius: var(--pt-radius); overflow: hidden; box-shadow: var(--pt-shadow);
	display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: .2s;
}
.ptma-feature-card:hover { box-shadow: var(--pt-shadow-hover); transform: translateY(-3px); }
.ptma-feature-thumb {
	height: 260px; background: linear-gradient(135deg,#54565C,#7E8188); background-size: cover; background-position: center; position: relative;
}
.ptma-date-badge {
	position: absolute; top: 18px; left: 18px; background: var(--pt-magenta); color: #fff;
	border-radius: 12px; padding: 10px 14px; text-align: center; line-height: 1.15;
}
.ptma-date-badge b { display: block; font-size: 22px; font-weight: 800; }
.ptma-date-badge span { font-size: 12px; font-weight: 600; opacity: .9; }
.ptma-feature-body { padding: 24px 26px; }
.ptma-tag {
	display: inline-block; font-size: 12px; font-weight: 700; color: var(--pt-magenta);
	background: var(--pt-magenta-tint); padding: 5px 12px; border-radius: 99px; margin-bottom: 12px;
}
.ptma-feature-body h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.ptma-feature-body p { font-size: 14.5px; color: var(--pt-gray-500); margin: 0; }
.ptma-notice-list { display: flex; flex-direction: column; gap: 13px; }
.ptma-notice {
	background: #fff; border: 1px solid var(--pt-gray-200); border-radius: var(--pt-radius);
	padding: 18px 22px; display: flex; align-items: center; gap: 16px; text-decoration: none; color: inherit; transition: .2s;
}
.ptma-notice:hover { border-color: var(--pt-magenta); box-shadow: var(--pt-shadow); }
.ptma-notice .n-tag {
	flex-shrink: 0; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 99px;
	background: var(--pt-gray-100); color: var(--pt-gray-700);
}
.ptma-notice .n-tag.hot { background: var(--pt-magenta-tint); color: var(--pt-magenta); }
.ptma-notice h4 { font-size: 15px; font-weight: 600; flex: 1; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ptma-notice time { font-size: 13px; color: var(--pt-gray-500); flex-shrink: 0; }

/* ---------- ③ 회원사 그리드 ---------- */
.ptma-biz-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ptma-biz-card {
	background: #fff; border-radius: var(--pt-radius); overflow: hidden; box-shadow: var(--pt-shadow);
	text-decoration: none; color: inherit; transition: .2s;
}
.ptma-biz-card:hover { box-shadow: var(--pt-shadow-hover); transform: translateY(-4px); }
.ptma-biz-thumb {
	height: 168px; position: relative; background: linear-gradient(135deg,#5B5E66,#83868D);
	background-size: cover; background-position: center;
}
.ptma-coupon-flag {
	position: absolute; top: 12px; right: 12px; background: var(--pt-magenta); color: #fff;
	font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: 99px;
}
.ptma-shorts-flag {
	position: absolute; bottom: 12px; left: 12px; background: rgba(0,0,0,.55); color: #fff;
	font-size: 11.5px; font-weight: 600; padding: 5px 11px; border-radius: 99px;
}
.ptma-biz-body { padding: 18px 20px 22px; }
.ptma-biz-cat { font-size: 12px; font-weight: 700; color: var(--pt-magenta); margin-bottom: 6px; display: block; }
.ptma-biz-body h4 { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 6px; }
.ptma-biz-body p {
	font-size: 13.5px; color: var(--pt-gray-500); margin: 0 0 10px;
	display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
.ptma-biz-loc { font-size: 12.5px; color: var(--pt-gray-500); }
.ptma-grid-note { margin-top: 26px; text-align: center; font-size: 13px; color: var(--pt-gray-500); }
.ptma-grid-note b { color: var(--pt-magenta); }
.ptma-pagination { margin-top: 34px; text-align: center; }

/* ---------- ④ 쿠폰 섹션 ---------- */
.ptma-coupon-sec { background: linear-gradient(160deg, var(--pt-magenta-tint) 0%, #fff 70%); }
.ptma-coupon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ptma-coupon {
	background: #fff; border-radius: var(--pt-radius); box-shadow: var(--pt-shadow);
	display: flex; overflow: hidden; transition: .2s; position: relative;
}
.ptma-coupon:hover { box-shadow: var(--pt-shadow-hover); transform: translateY(-3px); }
.ptma-coupon .c-stub {
	width: 96px; flex-shrink: 0; background: linear-gradient(160deg, var(--pt-magenta), var(--pt-magenta-dark));
	color: #fff; display: flex; align-items: center; justify-content: center;
	border-right: 2px dashed rgba(255,255,255,.5); font-size: 18px; font-weight: 900;
	writing-mode: initial;
}
.ptma-coupon .c-body { padding: 20px 22px; flex: 1; }
.ptma-coupon .c-body h4 { font-size: 16.5px; font-weight: 800; margin: 0 0 4px; }
.ptma-coupon .c-benefit { font-size: 14px; color: var(--pt-gray-700); margin: 0 0 10px; }
.ptma-coupon .c-benefit s { color: var(--pt-gray-300); margin-right: 6px; }
.ptma-coupon .c-benefit em { font-style: normal; color: var(--pt-magenta); font-weight: 800; }
.ptma-coupon .c-meta { font-size: 12px; color: var(--pt-gray-500); margin: 0 0 12px; }
.ptma-coupon .c-btn {
	display: inline-block; font-size: 13px; font-weight: 700; color: var(--pt-magenta);
	border: 1.5px solid var(--pt-magenta); background: #fff; padding: 8px 16px; border-radius: 99px;
	cursor: pointer; font-family: inherit; transition: .15s;
}
.ptma-coupon .c-btn:hover { background: var(--pt-magenta); color: #fff; }
.ptma-coupon-note { margin-top: 24px; font-size: 13px; color: var(--pt-gray-500); text-align: center; }

/* ---------- ⑤ 관광 ---------- */
.ptma-tour-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ptma-tour-card {
	height: 290px; border-radius: var(--pt-radius); overflow: hidden; position: relative;
	display: flex; align-items: flex-end; padding: 24px; color: #fff; box-shadow: var(--pt-shadow); transition: .25s;
	background-size: cover; background-position: center;
}
.ptma-tour-card:hover { transform: translateY(-4px); box-shadow: var(--pt-shadow-hover); }
.ptma-tour-card::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(20,21,24,.82));
}
.ptma-tour-card > div { position: relative; z-index: 2; }
.ptma-tour-card small { font-size: 12px; font-weight: 600; opacity: .75; letter-spacing: .08em; }
.ptma-tour-card h4 { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin: 3px 0 0; color: #fff; }
.ptma-tour-card.g1 { background-image: linear-gradient(150deg,#3E5C76,#6B8CA8); }
.ptma-tour-card.g2 { background-image: linear-gradient(150deg,#4E4A5C,#7C7590); }
.ptma-tour-card.g3 { background-image: linear-gradient(150deg,#5C4A3E,#8F7A66); }
.ptma-tour-card.g4 { background-image: linear-gradient(150deg,#3E5C50,#6E9282); }

/* ---------- ⑥ 소개 ---------- */
.ptma-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.ptma-greet-card {
	background: #fff; border-radius: var(--pt-radius); box-shadow: var(--pt-shadow);
	padding: 42px 40px; position: relative;
}
.ptma-greet-card::before {
	content: '“'; position: absolute; top: 16px; left: 28px; font-size: 84px; font-weight: 900;
	color: var(--pt-magenta-tint2); line-height: 1; font-family: Georgia, serif;
}
.ptma-greet-card blockquote {
	position: relative; font-size: 17px; font-weight: 500; line-height: 1.75;
	color: var(--pt-gray-700); margin: 22px 0 26px; border: none; padding: 0; background: none;
}
.ptma-greet-card blockquote b { color: var(--pt-ink); }
.ptma-greet-who b { display: block; font-size: 16px; }
.ptma-greet-who span { font-size: 13px; color: var(--pt-gray-500); }
.ptma-about-txt h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.3; margin: 0 0 16px; }
.ptma-about-txt > p { font-size: 15.5px; color: var(--pt-gray-500); margin-bottom: 28px; }
.ptma-stats { display: flex; gap: 38px; margin-bottom: 30px; }
.ptma-stats .stat b { font-size: 32px; font-weight: 900; color: var(--pt-magenta); letter-spacing: -0.02em; }
.ptma-stats .stat span { display: block; font-size: 13px; color: var(--pt-gray-500); margin-top: 2px; }

/* ---------- 목록/상세 공통 페이지 히어로 ---------- */
.ptma-page-hero { background: var(--pt-ink); color: #fff; padding: 64px 0 56px; }
.ptma-page-hero h1 { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; margin: 0; color: #fff; }
.ptma-page-hero p { color: rgba(255,255,255,.65); font-size: 15px; margin-top: 8px; }

/* ---------- 회원사 상세 ---------- */
.ptma-member-hero {
	background: linear-gradient(120deg,#26272B,#3A3B41); background-size: cover; background-position: center;
	position: relative; padding: 90px 0 64px; color: #fff;
}
.ptma-member-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,21,24,.5), rgba(20,21,24,.82)); }
.ptma-member-hero-inner { position: relative; z-index: 2; }
.ptma-tag-light {
	display: inline-block; font-size: 12px; font-weight: 700; color: #fff;
	background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
	padding: 5px 14px; border-radius: 99px; margin-bottom: 14px;
}
.ptma-member-hero h1 { font-size: 38px; font-weight: 900; letter-spacing: -0.02em; margin: 0 0 8px; color: #fff; }
.ptma-member-hero p { font-size: 16px; color: rgba(255,255,255,.75); margin: 0; }
.ptma-honor {
	display: inline-block; margin-top: 16px; background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.25); border-radius: 99px; padding: 7px 16px;
	font-size: 13px; font-weight: 700;
}
.ptma-member-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: start; }
.ptma-card-block {
	background: #fff; border-radius: var(--pt-radius); box-shadow: var(--pt-shadow);
	padding: 26px 28px; margin-bottom: 22px;
}
.ptma-card-block h3 {
	font-size: 16px; font-weight: 800; margin: 0 0 16px; display: flex; align-items: center; gap: 8px;
}
.ptma-card-block h3::before { content: ''; width: 4px; height: 16px; background: var(--pt-magenta); border-radius: 2px; }
.ptma-info-table { width: 100%; border-collapse: collapse; }
.ptma-info-table th {
	text-align: left; font-size: 13px; color: var(--pt-gray-500); font-weight: 600;
	padding: 9px 12px 9px 0; width: 76px; vertical-align: top; border-bottom: 1px solid var(--pt-gray-100);
}
.ptma-info-table td { font-size: 14px; padding: 9px 0; border-bottom: 1px solid var(--pt-gray-100); }
.ptma-info-table tr:last-child th, .ptma-info-table tr:last-child td { border-bottom: none; }
.ptma-shorts-frame { position: relative; max-width: 320px; aspect-ratio: 9/16; border-radius: 14px; overflow: hidden; margin: 0 auto; }
.ptma-shorts-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ptma-side-coupon .sc-benefit { font-size: 19px; font-weight: 900; margin-bottom: 6px; }
.ptma-side-coupon .sc-price s { color: var(--pt-gray-300); }
.ptma-side-coupon .sc-price em { font-style: normal; color: var(--pt-magenta); font-weight: 800; }
.ptma-side-coupon .sc-meta { font-size: 12.5px; color: var(--pt-gray-500); margin-bottom: 14px; }
.ptma-side-coupon .sc-note { font-size: 12px; color: var(--pt-gray-500); margin-top: 10px; }
.ptma-history .h-row {
	display: flex; align-items: center; gap: 12px; padding: 10px 0;
	border-bottom: 1px solid var(--pt-gray-100); font-size: 13.5px;
}
.ptma-history .h-row:last-child { border-bottom: none; }
.ptma-history time { color: var(--pt-gray-500); font-size: 12.5px; width: 58px; flex-shrink: 0; }
.ptma-history .h-type { font-size: 11px; font-weight: 800; border-radius: 5px; padding: 2px 8px; flex-shrink: 0; }
.ptma-history .t-현금 { background: var(--pt-magenta-tint); color: var(--pt-magenta); }
.ptma-history .t-물품 { background: #EAF1FF; color: var(--pt-blue); }
.ptma-history .t-참여 { background: var(--pt-gray-100); color: var(--pt-gray-500); }
.ptma-history a { color: var(--pt-gray-700); text-decoration: none; }
.ptma-history a:hover { color: var(--pt-magenta); }

/* ---------- 후원 크레딧 보드 (글 하단) ---------- */
.ptma-credit {
	margin-top: 48px; background: #fff; border: 1px solid var(--pt-gray-200);
	border-radius: var(--pt-radius); padding: 34px 32px;
}
.ptma-credit-title { text-align: center; margin-bottom: 28px; }
.ptma-credit-title b { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; }
.ptma-credit-title b em { font-style: normal; color: var(--pt-magenta); }
.ptma-credit-title span { display: block; font-size: 13px; color: var(--pt-gray-500); margin-top: 4px; }
.ptma-credit-group { margin-bottom: 24px; }
.ptma-credit-group:last-child { margin-bottom: 0; }
.ptma-cg-head { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.ptma-cg-head span { font-size: 14px; font-weight: 800; }
.ptma-cg-head i { flex: 1; height: 1px; background: var(--pt-gray-200); }
.ptma-cg-head em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--pt-gray-500); }
.ptma-sponsor-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.ptma-sponsor {
	display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--pt-magenta-tint2);
	background: #fff; border-radius: 12px; padding: 9px 15px 9px 9px;
	text-decoration: none; color: inherit; transition: .15s;
}
.ptma-sponsor:hover { border-color: var(--pt-magenta); box-shadow: var(--pt-shadow); }
.ptma-sponsor .ini {
	width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(135deg,#5B5E66,#83868D);
	color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ptma-sponsor .inf b { font-size: 14px; font-weight: 700; display: block; line-height: 1.3; }
.ptma-sponsor .inf small { font-size: 12px; color: var(--pt-gray-500); display: block; line-height: 1.3; }
.ptma-joiners { display: flex; flex-wrap: wrap; gap: 8px; }
.ptma-joiners span { font-size: 13px; font-weight: 600; color: var(--pt-gray-700); background: var(--pt-gray-100); border-radius: 99px; padding: 6px 14px; }
.ptma-credit-foot { margin-top: 22px; padding-top: 16px; border-top: 1px dashed var(--pt-gray-200); font-size: 12.5px; color: var(--pt-gray-500); text-align: center; }

/* ---------- 쿠폰 페이지 ---------- */
.ptma-coupon-page { background: var(--pt-gray-100); min-height: 80vh; padding: 40px 16px 80px; }
.ptma-coupon-wrap { max-width: 380px; margin: 0 auto; }
.ptma-coupon-brand { text-align: center; font-size: 12px; font-weight: 800; color: var(--pt-magenta); letter-spacing: .1em; margin-bottom: 14px; }
.ptma-ticket {
	border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(201,0,107,.16);
	border: 1px solid var(--pt-magenta-tint2); background: #fff; position: relative;
}
.ptma-ticket .tk-top { background: linear-gradient(135deg, var(--pt-magenta), var(--pt-magenta-dark)); color: #fff; padding: 20px; text-align: center; }
.ptma-ticket .tk-assoc { font-size: 9.5px; font-weight: 700; letter-spacing: .18em; opacity: .85; }
.ptma-ticket .tk-top h4 { font-size: 21px; font-weight: 900; margin: 6px 0 2px; color: #fff; }
.ptma-ticket .tk-benefit { font-size: 14px; font-weight: 600; opacity: .95; }
.ptma-ticket .tk-mid { padding: 14px 20px; border-bottom: 2px dashed var(--pt-gray-200); }
.ptma-ticket .tk-row { display: flex; justify-content: space-between; font-size: 12px; color: var(--pt-gray-500); padding: 3px 0; }
.ptma-ticket .tk-row b { color: var(--pt-ink); font-weight: 700; }
.ptma-ticket .tk-num { padding: 13px 20px; text-align: center; }
.ptma-ticket .tk-num small { display: block; font-size: 9.5px; color: var(--pt-gray-500); letter-spacing: .12em; margin-bottom: 2px; }
.ptma-ticket .tk-num .code { font-family: 'SF Mono', Consolas, monospace; font-size: 18px; font-weight: 800; letter-spacing: .05em; }
.ptma-ticket .used-overlay { position: absolute; inset: 0; background: rgba(255,255,255,.55); display: none; align-items: center; justify-content: center; z-index: 5; }
.ptma-ticket.used .used-overlay { display: flex; }
.ptma-ticket .mini-stamp {
	border: 4px solid var(--pt-green); color: var(--pt-green); border-radius: 50%;
	width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center;
	transform: rotate(-10deg); background: rgba(255,255,255,.85);
}
.ptma-ticket .mini-stamp b { font-size: 20px; font-weight: 900; }
.ptma-ticket .mini-stamp span { font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.ptma-coupon-actions { display: flex; gap: 8px; margin-top: 14px; }
.pc-btn {
	flex: 1; text-align: center; font-size: 13px; font-weight: 700; padding: 13px 4px;
	border-radius: 10px; border: none; cursor: pointer; font-family: inherit;
}
.pc-save { background: #fff; border: 1.5px solid var(--pt-gray-300); color: var(--pt-gray-700); }
.pc-kakao { background: #FEE500; color: #191919; }
.pc-confirm {
	display: block; width: 100%; margin-top: 10px; background: var(--pt-ink); color: #fff;
	text-align: center; font-size: 14px; font-weight: 800; padding: 15px; border-radius: 10px;
	border: none; cursor: pointer; font-family: inherit;
}
.pc-confirm:disabled { background: var(--pt-gray-300); cursor: not-allowed; }
.pc-hint { font-size: 11.5px; color: var(--pt-gray-500); text-align: center; margin-top: 10px; }

.ptma-keypad-modal {
	position: fixed; inset: 0; background: rgba(26,27,30,.55); z-index: 999;
	display: flex; align-items: center; justify-content: center; padding: 20px;
}
.ptma-keypad-modal[hidden] { display: none; }
.kp-box { background: #fff; border-radius: 20px; padding: 28px 26px; width: 100%; max-width: 340px; }
.kp-head { text-align: center; margin-bottom: 12px; }
.kp-head .lock { width: 44px; height: 44px; border-radius: 50%; background: var(--pt-magenta-tint); display: inline-flex; align-items: center; justify-content: center; font-size: 19px; margin-bottom: 6px; }
.kp-head h5 { font-size: 16px; font-weight: 800; margin: 0; }
.kp-head p { font-size: 12px; color: var(--pt-gray-500); margin: 4px 0 0; }
.kp-dots { display: flex; gap: 12px; justify-content: center; margin: 16px 0; }
.kp-dots i { width: 14px; height: 14px; border-radius: 50%; background: var(--pt-gray-200); }
.kp-dots i.f { background: var(--pt-magenta); }
.kp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.kp-grid button {
	height: 52px; border: none; background: var(--pt-gray-100); border-radius: 10px;
	font-size: 19px; font-weight: 700; font-family: inherit; color: var(--pt-ink); cursor: pointer;
}
.kp-grid button:active { background: var(--pt-magenta-tint); }
.kp-msg { margin-top: 12px; text-align: center; font-size: 12.5px; font-weight: 700; min-height: 18px; }
.kp-msg.err { color: #C62828; }
.kp-close { display: block; margin: 12px auto 0; background: none; border: none; font-size: 12.5px; color: var(--pt-gray-500); font-family: inherit; cursor: pointer; text-decoration: underline; }
.shake { animation: ptma-shake .4s; }
@keyframes ptma-shake { 0%,100% { transform: translateX(0) } 20%,60% { transform: translateX(-8px) } 40%,80% { transform: translateX(8px) } }

.ptma-done { text-align: center; margin-top: 26px; }
.ptma-done[hidden] { display: none; }
.ptma-done .stamp {
	width: 150px; height: 150px; border-radius: 50%; border: 5px solid var(--pt-green); color: var(--pt-green);
	display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
	transform: rotate(-9deg); margin: 10px 0 14px; background: rgba(11,138,75,.05);
	animation: ptma-stamp .45s cubic-bezier(.2,1.6,.4,1);
}
@keyframes ptma-stamp { from { transform: rotate(-9deg) scale(2.2); opacity: 0 } to { transform: rotate(-9deg) scale(1); opacity: 1 } }
.ptma-done .stamp b { font-size: 23px; font-weight: 900; }
.ptma-done .stamp span { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.ptma-done .done-info { font-size: 13px; color: var(--pt-gray-500); line-height: 1.7; }
.ptma-done .done-info b { color: var(--pt-ink); }
.ptma-done .done-badge {
	display: inline-block; margin-top: 12px; background: #fff; border-radius: 99px;
	padding: 8px 16px; font-size: 12px; font-weight: 700; color: var(--pt-gray-700);
}

.ptma-toast {
	position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(80px);
	background: var(--pt-ink); color: #fff; font-size: 13.5px; font-weight: 600;
	padding: 13px 24px; border-radius: 99px; opacity: 0; transition: .3s;
	box-shadow: 0 8px 24px rgba(0,0,0,.25); z-index: 9999; max-width: 90vw; text-align: center;
}
.ptma-toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* ---------- 라운지 ---------- */
.ptma-login-box { max-width: 480px; margin: 40px auto; background: #fff; border-radius: var(--pt-radius); box-shadow: var(--pt-shadow); padding: 44px 40px; text-align: center; }
.ptma-login-box h1 { font-size: 26px; font-weight: 800; margin: 0 0 10px; }
.ptma-login-box > p { color: var(--pt-gray-500); font-size: 14.5px; }
.ptma-alert { background: var(--pt-magenta-tint); color: var(--pt-magenta); font-weight: 700; font-size: 13.5px; border-radius: 10px; padding: 10px; margin-top: 14px; }
.ptma-login-form { margin-top: 20px; text-align: left; }
.ptma-login-form input[type="text"], .ptma-login-form input[type="password"] {
	width: 100%; padding: 12px 14px; border: 1px solid var(--pt-gray-300); border-radius: 10px; font-size: 14px;
}
.ptma-login-form .login-remember { font-size: 13px; color: var(--pt-gray-500); }
.ptma-login-form input[type="submit"] {
	width: 100%; background: var(--pt-magenta); color: #fff; border: none; border-radius: 99px;
	padding: 13px; font-size: 15px; font-weight: 800; cursor: pointer; font-family: inherit;
}
.ptma-login-help { font-size: 12.5px; color: var(--pt-gray-500); margin-top: 16px; }
.ptma-lounge-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.ptma-lounge-head h1 { font-size: 26px; font-weight: 800; margin: 0; }
.ptma-lounge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.ptma-lm-row { display: flex; gap: 12px; }
.lm-tile { flex: 1; background: var(--pt-gray-100); border-radius: 12px; padding: 14px 8px; text-align: center; }
.lm-tile b { display: block; font-size: 23px; font-weight: 900; letter-spacing: -0.02em; }
.lm-tile span { font-size: 11.5px; color: var(--pt-gray-500); font-weight: 600; }
.ptma-lm-recent { margin-top: 14px; }
.lm-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--pt-gray-100); font-size: 12.5px; }
.lm-item:last-child { border-bottom: none; }
.lm-item code { font-family: 'SF Mono', Consolas, monospace; font-size: 11.5px; color: var(--pt-gray-700); }
.lm-item time { color: var(--pt-gray-500); font-size: 11.5px; }
.lm-item .st { font-size: 10.5px; font-weight: 800; border-radius: 5px; padding: 2px 8px; }
.lm-item .st.ok { background: #E7F4EC; color: var(--pt-green); }
.lm-item .st.wait { background: var(--pt-gray-100); color: var(--pt-gray-500); }
.ptma-doc-row {
	display: flex; align-items: center; gap: 12px; padding: 11px 0;
	border-bottom: 1px solid var(--pt-gray-100); text-decoration: none; color: inherit; font-size: 14px;
}
.ptma-doc-row:last-of-type { border-bottom: none; }
.ptma-doc-row .doc-ico { width: 34px; height: 34px; border-radius: 9px; background: var(--pt-gray-100); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.ptma-doc-row b { font-weight: 700; flex: 1; }
.ptma-doc-row b small { display: block; font-size: 12px; font-weight: 500; color: var(--pt-gray-500); }
.ptma-doc-row .doc-view { font-size: 12px; font-weight: 700; color: var(--pt-gray-700); border: 1px solid var(--pt-gray-300); padding: 6px 14px; border-radius: 99px; flex-shrink: 0; }
.ptma-doc-row:hover .doc-view { border-color: var(--pt-magenta); color: var(--pt-magenta); }

/* ---------- 매장 안내 카드 ---------- */
.ptma-storecard-page { background: var(--pt-gray-100); padding: 40px 16px 80px; min-height: 80vh; }
.ptma-print-toolbar { max-width: 420px; margin: 0 auto 24px; text-align: center; }
.ptma-print-toolbar p { color: var(--pt-gray-500); font-size: 14px; margin-bottom: 14px; }
.ptma-print-toolbar .ptma-btn { margin: 0 4px; }
.ptma-print-card {
	width: 100%; max-width: 420px; aspect-ratio: 105/148; background: #fff; border-radius: 12px;
	box-shadow: 0 14px 40px rgba(26,27,30,.16); padding: 34px 32px;
	display: flex; flex-direction: column; position: relative; overflow: hidden; margin: 0 auto;
}
.ptma-print-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 9px; background: linear-gradient(90deg, var(--pt-magenta), var(--pt-magenta-dark)); }
.ptma-print-card .pc-logo { font-size: 12px; font-weight: 900; color: var(--pt-magenta); letter-spacing: .12em; margin-bottom: 3px; }
.ptma-print-card .pc-title { font-size: 21px; font-weight: 900; letter-spacing: -0.02em; line-height: 1.3; }
.ptma-print-card .pc-store { font-size: 12.5px; color: var(--pt-gray-500); font-weight: 600; margin: 3px 0 20px; }
.ptma-print-card .pc-step { display: flex; gap: 11px; align-items: flex-start; padding: 8px 0; font-size: 13.5px; font-weight: 600; color: var(--pt-gray-700); }
.ptma-print-card .pc-step b { color: var(--pt-ink); }
.ptma-print-card .pc-step .n { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--pt-ink); color: #fff; font-size: 11.5px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.ptma-print-card .pc-code { margin-top: auto; background: var(--pt-magenta-tint); border: 2px dashed var(--pt-magenta); border-radius: 14px; text-align: center; padding: 16px; }
.ptma-print-card .pc-code small { display: block; font-size: 10.5px; font-weight: 800; color: var(--pt-magenta); letter-spacing: .14em; margin-bottom: 2px; }
.ptma-print-card .pc-code .big { font-family: 'SF Mono', Consolas, monospace; font-size: 40px; font-weight: 900; letter-spacing: .28em; color: var(--pt-magenta-dark); text-indent: .28em; }
.ptma-print-card .pc-foot { font-size: 9.5px; color: var(--pt-gray-500); text-align: center; margin-top: 12px; }

@media print {
	header, footer, .ptma-print-toolbar, .site-header, .site-footer, .main-navigation { display: none !important; }
	.ptma-storecard-page { background: #fff; padding: 0; }
	.ptma-print-card { box-shadow: none; border: 1px solid #ddd; }
}

/* ---------- 반응형 ---------- */
@media (max-width: 1000px) {
	.ptma-biz-grid { grid-template-columns: repeat(2, 1fr); }
	.ptma-tour-grid { grid-template-columns: repeat(2, 1fr); }
	.ptma-coupon-grid { grid-template-columns: 1fr; }
	.ptma-news-grid, .ptma-about-grid, .ptma-member-grid { grid-template-columns: 1fr; }
	.ptma-lounge-grid { grid-template-columns: 1fr; }
	.ptma-hero h1 { font-size: 34px; }
	.ptma-sec { padding: 60px 0; }
	.ptma-more { float: none; margin-top: 10px; display: inline-block; }
}
@media (max-width: 560px) {
	.ptma-biz-grid { grid-template-columns: 1fr; }
	.ptma-tour-grid { grid-template-columns: 1fr; }
	.ptma-stats { gap: 24px; }
}

/* ============ v1.1.2 — 헤더 · GNB 폴리시 ============ */
.site-header .custom-logo { max-height: 40px; width: auto; }
.site-header { box-shadow: 0 1px 0 var(--pt-gray-200); }
.site-branding .main-title, .main-title a { font-size: 19px !important; font-weight: 800; letter-spacing: -0.02em; }

.main-navigation .main-nav > ul > li > a { font-size: 15px; font-weight: 700; color: var(--pt-gray-700); position: relative; transition: color .15s; }
.main-navigation .main-nav > ul > li:hover > a,
.main-navigation .main-nav > ul > li[class*="current"] > a { color: var(--pt-magenta) !important; }
.main-navigation .main-nav > ul > li:not(.ptma-nav-cta) > a::after {
	content: ''; position: absolute; left: 16px; right: 16px; bottom: 12px; height: 2.5px; border-radius: 2px;
	background: var(--pt-magenta); transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.main-navigation .main-nav > ul > li:not(.ptma-nav-cta):hover > a::after { transform: scaleX(1); }

.main-navigation ul ul {
	background: #fff !important; border: 1px solid var(--pt-gray-200); border-radius: 16px;
	box-shadow: 0 18px 46px rgba(26,27,30,.16); padding: 10px !important; min-width: 240px; margin-top: 8px;
}
.main-navigation ul ul li a {
	padding: 11px 16px !important; border-radius: 10px; font-size: 14px !important;
	color: var(--pt-gray-700) !important; font-weight: 600; line-height: 1.5 !important; height: auto !important;
	transition: background .15s, color .15s, padding-left .18s;
}
.main-navigation ul ul li a:hover { background: var(--pt-magenta-tint); color: var(--pt-magenta) !important; padding-left: 22px !important; }
@keyframes ptmaDrop { from { opacity: 0; transform: translateY(-6px) } to { opacity: 1; transform: none } }
.main-navigation ul li:hover > ul, .main-navigation ul li.sfHover > ul { animation: ptmaDrop .2s ease; }

/* 스크롤 리빌 */
.ptma-reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.ptma-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .ptma-reveal { opacity: 1; transform: none; transition: none } }

/* v1.1.3 — GP 로고 실제 클래스 대응 */
.site-header img.header-image, .site-header img.is-logo-image, .site-logo img { max-height: 40px !important; width: auto !important; }
.site-logo { display: flex; align-items: center; }


/* ============ v1.2.0 — 인사말 · 푸터 · 회원사 이니셜 타일 ============ */

/* 인사말 페이지 — 회장 사진 레이아웃 */
.ptma-greeting-wrap { display: grid; grid-template-columns: 340px 1fr; gap: 48px; align-items: start; margin: 8px 0 40px; }
.ptma-greeting-photo { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 40px rgba(26,27,30,.16); background: linear-gradient(150deg,#5B5E66,#83868D); aspect-ratio: 4/5; }
.ptma-greeting-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ptma-greeting-photo .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 20px 18px; color: #fff;
	background: linear-gradient(180deg, transparent, rgba(16,17,20,.85)); }
.ptma-greeting-photo .cap b { display: block; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.ptma-greeting-photo .cap span { font-size: 12.5px; opacity: .82; }
.ptma-greeting-photo .cap em { display: block; font-style: normal; font-size: 11px; opacity: .6; letter-spacing: .04em; margin-top: 2px; }
.ptma-greeting-photo.empty { display: flex; align-items: center; justify-content: center; }
.ptma-greeting-photo.empty p { color: rgba(255,255,255,.75); font-size: 13px; text-align: center; padding: 20px; line-height: 1.7; }
.ptma-greeting-body { font-size: 16.5px; line-height: 1.9; color: var(--pt-gray-700); }
.ptma-greeting-body .lead { font-size: 21px; font-weight: 700; color: var(--pt-ink); letter-spacing: -.02em; line-height: 1.6; margin-bottom: 22px; }
.ptma-greeting-body .sign { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--pt-gray-200); }
.ptma-greeting-body .sign b { font-size: 17px; color: var(--pt-ink); }
.ptma-greeting-body .sign span { display: block; font-size: 13px; color: var(--pt-gray-500); margin-top: 3px; }
@media (max-width: 860px) { .ptma-greeting-wrap { grid-template-columns: 1fr; gap: 28px; } .ptma-greeting-photo { max-width: 300px; } }

/* 일반 페이지 읽기 폭 */
body:not(.ptma-full) .entry-content { max-width: 860px; }
body:not(.ptma-full) .entry-content h2 { font-size: 24px; font-weight: 800; letter-spacing: -.02em; margin: 40px 0 14px; padding-left: 14px; border-left: 4px solid var(--pt-magenta); }
body:not(.ptma-full) .entry-content h3 { font-size: 19px; font-weight: 800; margin: 30px 0 10px; }
body:not(.ptma-full) .entry-content table { font-size: 14.5px; }
body:not(.ptma-full) .entry-content th { background: var(--pt-gray-100); font-weight: 700; }
body:not(.ptma-full) .entry-content li { margin-bottom: 6px; }
.page .entry-title, .single .entry-title { font-size: 32px; font-weight: 800; letter-spacing: -.02em; }

/* 회원사 카드 — 사진 없을 때 이니셜 타일 */
.ptma-biz-thumb.noimg { display: flex; align-items: center; justify-content: center; }
.ptma-biz-thumb .ini {
	font-size: 44px; font-weight: 900; color: rgba(255,255,255,.92); letter-spacing: -.03em;
	text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.ptma-biz-thumb.t0 { background: linear-gradient(140deg,#C9006B,#8E0A57); }
.ptma-biz-thumb.t1 { background: linear-gradient(140deg,#3D6FD6,#2B4E99); }
.ptma-biz-thumb.t2 { background: linear-gradient(140deg,#4A6E5F,#33503F); }
.ptma-biz-thumb.t3 { background: linear-gradient(140deg,#6E5B85,#4C3D60); }
.ptma-biz-thumb.t4 { background: linear-gradient(140deg,#8A6A3E,#5E4526); }
.ptma-biz-thumb.t5 { background: linear-gradient(140deg,#4A4C52,#2E3035); }

/* 협회 푸터 */
.ptma-footer { background: #16171A; color: rgba(255,255,255,.6); padding: 56px 0 34px; font-size: 13.5px; }
.ptma-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.ptma-foot-brand img { max-height: 34px; width: auto; margin-bottom: 14px; }
.ptma-foot-brand .nm { color: #fff; font-weight: 800; font-size: 16px; margin-bottom: 8px; letter-spacing: -.02em; }
.ptma-foot-brand p { line-height: 1.9; font-size: 13px; }
.ptma-foot-col h4 { color: #fff; font-size: 13.5px; font-weight: 700; margin-bottom: 14px; letter-spacing: .02em; }
.ptma-foot-col a { display: block; color: rgba(255,255,255,.6); text-decoration: none; padding: 5px 0; font-size: 13.5px; transition: color .15s; }
.ptma-foot-col a:hover { color: #FF7DB8; }
.ptma-foot-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1);
	display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: rgba(255,255,255,.45); }
.ptma-foot-bottom em { font-style: normal; color: rgba(255,255,255,.6); }
@media (max-width: 860px) { .ptma-foot-grid { grid-template-columns: 1fr; gap: 30px; } }

/* 모바일 메뉴 */
@media (max-width: 768px) {
	.main-navigation .ptma-nav-cta > a { border-radius: 0; margin: 0; }
	.main-navigation ul ul { border-radius: 0; box-shadow: none; border: 0; padding: 0 !important; }
	.main-navigation ul ul li a { padding-left: 34px !important; }
	.ptma-hero h1 { font-size: 30px; }
	.ptma-hero { height: 66vh; min-height: 440px; }
}

/* ============ v1.3.0 — 조직도 ============ */
.ptma-org-note { color: var(--pt-gray-500); font-size: 14px; margin-bottom: 26px; }
.ptma-org-chief {
	background: linear-gradient(135deg, var(--pt-magenta), var(--pt-magenta-dark)); color: #fff;
	border-radius: 18px; padding: 34px 36px; margin-bottom: 34px; box-shadow: 0 10px 30px rgba(201,0,107,.28);
}
.ptma-org-chief .lbl { font-size: 11.5px; font-weight: 800; letter-spacing: .16em; opacity: .82; }
.ptma-org-chief h3 { font-size: 34px; font-weight: 900; letter-spacing: -.03em; margin: 6px 0 4px; color: #fff; }
.ptma-org-chief p { font-size: 15px; opacity: .9; margin: 0 0 16px; }
.ptma-org-chief .vision { display: inline-block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
	border-radius: 99px; padding: 7px 16px; font-size: 13px; font-weight: 700; }
.ptma-org-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; margin-bottom: 30px; }
.ptma-p { background: #fff; border: 1px solid var(--pt-gray-200); border-radius: 12px; padding: 14px 16px; transition: .15s; }
.ptma-p:hover { border-color: var(--pt-magenta-tint2); box-shadow: var(--pt-shadow); }
.ptma-p b { display: block; font-size: 15.5px; font-weight: 800; letter-spacing: -.02em; }
.ptma-p span { display: block; font-size: 12.5px; color: var(--pt-gray-500); margin-top: 2px; line-height: 1.45; }
.ptma-p em { display: inline-block; font-style: normal; font-size: 11px; font-weight: 800; color: var(--pt-magenta);
	background: var(--pt-magenta-tint); border-radius: 5px; padding: 2px 8px; margin-top: 8px; }
.ptma-org-row.adv .ptma-p b { font-size: 15px; }
.ptma-div-block { background: var(--pt-gray-100); border-radius: 16px; padding: 26px 26px 6px; margin-bottom: 22px; }
.ptma-div-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.ptma-div-head h3 { font-size: 21px; font-weight: 800; letter-spacing: -.02em; margin: 0; }
.ptma-div-head span { font-size: 12.5px; font-weight: 700; color: var(--pt-magenta); background: var(--pt-magenta-tint); border-radius: 99px; padding: 3px 11px; }
.ptma-div-mission { font-size: 14.5px; color: var(--pt-gray-700); line-height: 1.75; margin-bottom: 18px; max-width: 780px; }
.ptma-org-foot { margin-top: 20px; font-size: 13px; color: var(--pt-gray-500); padding-top: 16px; border-top: 1px solid var(--pt-gray-200); }
.entry-content h2 small { font-size: 14px; font-weight: 600; color: var(--pt-gray-500); }
@media (max-width: 640px) { .ptma-org-row { grid-template-columns: 1fr 1fr; } .ptma-org-chief h3 { font-size: 26px; } }
