/* Panggee redesigned home page. Scoped to draft page 262. */
body.panggee-home-page {
  --pg-navy: #123b5d;
  --pg-blue: #2563eb;
  --pg-green: #16865a;
  --pg-ink: #172033;
  --pg-text: #475569;
  --pg-line: #e2e8f0;
  --pg-soft: #f8fafc;
  --pg-white: #fff;
  --pg-shadow: 0 16px 48px rgba(18, 59, 93, .09);
}

body.panggee-home-page .entry-header { display: none; }
body.panggee-home-page #masthead,
body.panggee-home-page #colophon { display: none; }
body.panggee-home-page .site-content .ast-container { max-width: none; padding: 0; }
body.panggee-home-page .site-main,
body.panggee-home-page .site-main > article,
body.panggee-home-page .entry-content { margin: 0; padding: 0; }

.pg-home,
.pg-home * { box-sizing: border-box; }
.pg-home { color: var(--pg-text); background: var(--pg-white); font: 16px/1.65 Inter, "PingFang SC", "Microsoft YaHei", sans-serif; }
.pg-home a { color: inherit; text-decoration: none; }
.pg-home h1,
.pg-home h2,
.pg-home h3 { color: var(--pg-ink); line-height: 1.22; margin-top: 0; }
.pg-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.pg-section { padding: 88px 0; }
.pg-soft { background: var(--pg-soft); }
.pg-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.pg-section-head h2 { margin-bottom: 7px; font-size: 34px; }
.pg-section-head p { margin: 0; }
.pg-site-header { height: 70px; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--pg-line); background: rgba(255, 255, 255, .97); backdrop-filter: blur(12px); }
body.admin-bar .pg-site-header { top: 32px; }
.pg-nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.pg-brand { display: flex; align-items: center; gap: 11px; color: var(--pg-navy) !important; font-size: 20px; font-weight: 800; }
.pg-brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg, var(--pg-navy), var(--pg-blue)); font-size: 17px; }
.pg-nav-menu { display: none; }
.pg-nav-panel { display: flex; align-items: center; gap: 20px; color: #334155; font-size: 15px; font-weight: 650; }
.pg-nav-panel > a:hover { color: var(--pg-blue); }
.pg-nav-tool { padding: 8px 12px; border-radius: 7px; color: #fff !important; background: var(--pg-blue); }
.pg-search { display: flex; align-items: center; }
.pg-search input { width: 118px; height: 38px; padding: 7px 9px; border: 1px solid var(--pg-line); border-radius: 8px 0 0 8px; background: #fff; }
.pg-search button { height: 38px; padding: 7px 10px; border: 1px solid var(--pg-blue); border-radius: 0 8px 8px 0; color: #fff; background: var(--pg-blue); font-weight: 700; }

.pg-btn { min-height: 50px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--pg-line); border-radius: 8px; font-weight: 750; }
.pg-btn-primary { color: #fff !important; background: var(--pg-blue); border-color: var(--pg-blue); box-shadow: 0 10px 25px rgba(37, 99, 235, .2); }
.pg-btn-secondary { color: var(--pg-navy) !important; background: #fff; }
.pg-text-link { color: var(--pg-blue) !important; font-weight: 750; }

.pg-hero { overflow: hidden; background: linear-gradient(140deg, #fff 30%, #f1f7fb 100%); border-bottom: 1px solid var(--pg-line); }
.pg-hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 72px 0; }
.pg-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--pg-green); font-size: 14px; font-weight: 800; }
.pg-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--pg-green); box-shadow: 0 0 0 5px rgba(22, 134, 90, .11); }
.pg-hero h1 { max-width: 650px; margin-bottom: 22px; color: var(--pg-navy); font-size: clamp(43px, 5.1vw, 68px); letter-spacing: -.045em; }
.pg-hero-copy { max-width: 650px; margin: 0 0 30px; font-size: 19px; line-height: 1.75; }
.pg-actions { display: flex; gap: 12px; margin-bottom: 27px; }
.pg-trust { display: flex; flex-wrap: wrap; gap: 20px; color: #526376; font-size: 14px; font-weight: 650; }
.pg-trust span { display: flex; align-items: center; gap: 7px; }
.pg-trust span::before { content: "✓"; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; color: var(--pg-green); background: #e9f7f1; font-size: 12px; font-weight: 900; }
.pg-hero-visual { position: relative; min-height: 440px; border: 1px solid #dceaf1; border-radius: 28px; background: linear-gradient(145deg, #e9f3f8, #f8fbfd); box-shadow: var(--pg-shadow); }
.pg-map { position: absolute; inset: 25px 16px 30px; opacity: .65; }
.pg-map path { fill: #c7dae5; }
.pg-pin { position: absolute; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--pg-blue); box-shadow: 0 3px 10px rgba(18, 59, 93, .3); }
.pg-pin-au { right: 15%; bottom: 20%; }
.pg-pin-nz { right: 8%; bottom: 16%; }
.pg-pin-ca { left: 21%; top: 27%; }
.pg-pin-jp { right: 19%; top: 36%; }
.pg-float-card { position: absolute; padding: 15px 17px; border: 1px solid var(--pg-line); border-radius: 11px; background: #fff; box-shadow: var(--pg-shadow); }
.pg-float-card strong,
.pg-float-card small { display: block; }
.pg-float-card small { color: #64748b; }
.pg-fc-one { left: 7%; top: 11%; }
.pg-fc-two { right: 5%; top: 44%; }
.pg-fc-three { left: 13%; bottom: 8%; }

.pg-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pg-card { padding: 25px; border: 1px solid var(--pg-line); border-radius: 12px; background: #fff; box-shadow: 0 6px 22px rgba(18, 59, 93, .045); }
.pg-card h3 { margin-bottom: 10px; font-size: 20px; }
.pg-card-meta { color: #64748b; font-size: 14px; }
.pg-card-foot { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--pg-line); font-size: 13px; }
.pg-jobs .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; }
.pg-jobs .wp-block-post { min-height: 230px; display: flex; flex-direction: column; padding: 25px; list-style: none; border: 1px solid var(--pg-line); border-radius: 12px; background: #fff; box-shadow: 0 6px 22px rgba(18, 59, 93, .045); }
.pg-jobs .wp-block-post-title { margin-bottom: 12px; font-size: 20px; }
.pg-jobs .wp-block-post-terms { margin-bottom: 12px; color: var(--pg-green); font-size: 13px; font-weight: 750; }
.pg-jobs .wp-block-post-date { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--pg-line); color: #64748b; font-size: 13px; }
.pg-jobs .wp-block-read-more { margin-top: 12px; color: var(--pg-blue); font-weight: 750; }
.pg-more { margin: 30px 0 0; text-align: center; }

.pg-country-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pg-country-card { min-height: 138px; display: flex; align-items: center; gap: 18px; padding: 22px; overflow: hidden; position: relative; border: 1px solid var(--pg-line); border-radius: 12px; background: linear-gradient(180deg, #f7fbfe 0, #fff 48%); }
.pg-country-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: #c9dce9; }
.pg-flag { width: 44px; height: 30px; object-fit: cover; border-radius: 3px; box-shadow: 0 2px 7px rgba(18, 59, 93, .16); }
.pg-country-card h3 { margin-bottom: 2px; font-size: 19px; }
.pg-country-flag { flex: 0 0 auto; font-size: 34px; line-height: 1; }
.pg-country-flag-svg { width: 44px; height: 30px; border-radius: 3px; background: #fff; box-shadow: 0 2px 7px rgba(18, 59, 93, .16); }
.pg-country-count { display: block; color: #64748b; font-size: 12px; }
.pg-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pg-guide-card { padding: 25px; border: 1px solid var(--pg-line); border-left: 4px solid var(--pg-green); border-radius: 12px; background: #fff; }
.pg-guide-label { color: var(--pg-green); font-size: 13px; font-weight: 800; }
.pg-guide-card h3 { margin: 10px 0; font-size: 21px; }
.pg-guide-card p { color: #64748b; }

.pg-tool-card { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; padding: 48px; border: 1px solid #bcd8ea; border-radius: 18px; background: linear-gradient(125deg, #eef7fc, #fff); box-shadow: var(--pg-shadow); }
.pg-tool-card h2 { margin: 8px 0 12px; color: var(--pg-navy); font-size: 36px; }
.pg-tool-meta { display: flex; gap: 18px; margin-bottom: 25px; color: #526376; font-size: 14px; font-weight: 700; }
.pg-tool-meta span::before { content: "✓"; margin-right: 6px; color: var(--pg-green); }
.pg-tool-art { min-height: 220px; display: grid; place-items: center; position: relative; }
.pg-gauge { width: 190px; height: 95px; overflow: hidden; position: relative; }
.pg-gauge::before,
.pg-gauge::after { content: ""; position: absolute; inset: 0; border: 25px solid #dceaf3; border-bottom: 0; border-radius: 190px 190px 0 0; }
.pg-gauge::after { border-color: var(--pg-green); border-bottom: 0; border-right-color: transparent; transform: rotate(-18deg); }

.pg-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--pg-line); border-radius: 14px; background: #fff; overflow: hidden; }
.pg-step { min-height: 140px; padding: 27px 25px; border-right: 1px solid var(--pg-line); }
.pg-step:last-child { border: 0; }
.pg-step b { display: block; margin-bottom: 20px; color: var(--pg-blue); font-size: 13px; }
.pg-notice { display: flex; gap: 17px; align-items: flex-start; padding: 26px 28px; border: 1px solid #cbdfea; border-radius: 13px; background: #eef6fb; }
.pg-contact { background: #f3f8fb; }
.pg-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pg-contact-card { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 14px; padding: 22px; border: 1px solid var(--pg-line); border-radius: 12px; background: #fff; }
.pg-contact-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--pg-navy); font-size: 13px; font-weight: 800; }
.pg-contact-card h3 { margin: 5px 0 8px; font-size: 18px; }
.pg-contact-card p,
.pg-contact-link { margin: 0; color: #64748b; font-size: 13px; }
.pg-qr-placeholder { width: 70px; height: 70px; display: grid; place-items: center; padding: 6px; border: 1px dashed #b8c7d4; border-radius: 8px; color: #8293a3; background: #f8fafc; text-align: center; font-size: 10px; line-height: 1.35; }
.pg-footer { padding: 58px 0 26px; color: #c9d5df; background: #0f2f47; }
.pg-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 38px; }
.pg-footer-brand { color: #fff; font-size: 21px; font-weight: 800; }
.pg-footer-copy { max-width: 360px; margin: 12px 0 0; color: #aebfcc; }
.pg-footer-title { margin-bottom: 13px; color: #fff; font-size: 14px; font-weight: 800; }
.pg-footer-links { display: grid; gap: 9px; font-size: 14px; }
.pg-copyright { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); color: #9db0bf; font-size: 13px; }

@media (max-width: 900px) {
  .pg-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .pg-hero-visual { min-height: 390px; }
  .pg-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-jobs .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-tool-card { grid-template-columns: 1fr; }
  .pg-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body.admin-bar .pg-site-header { top: 46px; }
  .pg-wrap { width: calc(100% - 36px); }
  .pg-desktop-nav { display: none; }
  .pg-nav-menu { display: block; position: relative; }
  .pg-nav-menu summary { width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; list-style: none; border: 1px solid var(--pg-line); border-radius: 9px; color: var(--pg-navy); background: #fff; font-size: 21px; }
  .pg-nav-menu summary::-webkit-details-marker { display: none; }
  .pg-nav-panel { min-width: min(340px, calc(100vw - 36px)); display: none; position: absolute; right: 0; top: 52px; padding: 14px; border: 1px solid var(--pg-line); border-radius: 12px; background: #fff; box-shadow: var(--pg-shadow); }
  .pg-nav-menu[open] .pg-nav-panel { display: grid; gap: 2px; }
  .pg-nav-panel > a { padding: 10px 8px; }
  .pg-nav-tool { color: var(--pg-blue) !important; background: #edf4ff; }
  .pg-search { margin-top: 6px; }
  .pg-search label { flex: 1; }
  .pg-search input { width: 100%; }
  .pg-section { padding: 62px 0; }
  .pg-section-head { display: block; }
  .pg-section-head h2 { font-size: 29px; }
  .pg-hero-grid { min-height: auto; padding: 55px 0; }
  .pg-hero h1 { font-size: 38px; }
  .pg-hero-copy { font-size: 17px; }
  .pg-actions { flex-direction: column; }
  .pg-btn { width: 100%; }
  .pg-trust { display: grid; gap: 10px; }
  .pg-hero-visual { min-height: 330px; border-radius: 20px; }
  .pg-card-grid { grid-template-columns: 1fr; }
  .pg-jobs .wp-block-post-template,
  .pg-guide-grid,
  .pg-footer-grid { grid-template-columns: 1fr; }
  .pg-country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pg-country-card { min-height: 138px; padding: 17px; }
  .pg-tool-card { padding: 27px 22px; gap: 26px; }
  .pg-tool-card h2 { font-size: 29px; }
  .pg-tool-meta { display: grid; gap: 7px; }
  .pg-tool-art { min-height: 170px; }
  .pg-steps { grid-template-columns: 1fr; }
  .pg-step { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--pg-line); }
  .pg-notice { padding: 22px 19px; }
  .pg-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .pg-wrap { width: calc(100% - 32px); }
  .pg-hero h1 { font-size: 34px; }
  .pg-hero-visual { min-height: 310px; }
}

/* 2026-09-05: visual entry area; existing dynamic sections remain below. */
body.panggee-home-page { overflow-x: hidden; }
.pg-site-header { position: relative; top: auto; }
body.admin-bar .pg-site-header { top: auto; }
.pg-nav-panel { gap: 34px; }
.pg-desktop-nav .pg-search { order: -1; margin-right: 12px; }
.pg-search { position: relative; }
.pg-search input { width: 300px; height: 40px; padding: 8px 44px 8px 42px; border-radius: 999px; }
.pg-search button { width: 40px; height: 40px; position: absolute; left: 0; padding: 0; border: 0; border-radius: 999px; color: var(--pg-navy); background: transparent; font-size: 22px; }

.pg-entry-hero { min-height: 320px; overflow: hidden; position: relative; background: linear-gradient(180deg, #9bd6ff 0%, #dff2ff 55%, #cfeaf2 100%); }
.pg-entry-hero::before { content: ""; position: absolute; inset: auto -4% 0 -4%; height: 58%; background: linear-gradient(145deg, transparent 0 12%, rgba(91, 147, 181, .45) 12% 25%, transparent 25% 31%, rgba(57, 128, 167, .45) 31% 46%, transparent 46% 53%, rgba(91, 147, 181, .42) 53% 67%, transparent 67%), linear-gradient(180deg, transparent 72%, rgba(255,255,255,.7) 72% 75%, #b6dfe9 75%); clip-path: polygon(0 70%, 13% 25%, 26% 68%, 38% 12%, 51% 69%, 65% 32%, 78% 70%, 90% 21%, 100% 62%, 100% 100%, 0 100%); }
.pg-entry-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 68px; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.72)); border-top: 1px solid rgba(255,255,255,.72); }
.pg-entry-sky { position: absolute; inset: 0; pointer-events: none; }
.pg-entry-plane { position: absolute; z-index: 2; right: 12%; top: 70px; color: #edf7ff; font-size: 76px; line-height: 1; text-shadow: 0 7px 12px rgba(17,65,101,.24); transform: rotate(-12deg); }
.pg-entry-plane::after { content: ""; width: 180px; height: 3px; position: absolute; right: 57px; top: 55px; border-radius: 99px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9)); transform: rotate(12deg); }
.pg-entry-city { position: absolute; z-index: 2; right: 2%; bottom: 43px; width: 250px; height: 72px; opacity: .48; background: repeating-linear-gradient(90deg, #316d90 0 13px, transparent 13px 20px); clip-path: polygon(0 100%,0 60%,8% 60%,8% 25%,14% 25%,14% 68%,20% 68%,20% 45%,28% 45%,28% 8%,34% 8%,34% 55%,43% 55%,43% 34%,50% 34%,50% 72%,57% 72%,57% 48%,66% 48%,66% 20%,72% 20%,72% 65%,80% 65%,80% 38%,87% 38%,87% 0,91% 38%,100% 38%,100% 100%); }
.pg-entry-heading { min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 3; padding-bottom: 34px; text-align: center; }
.pg-entry-heading h1 { margin: 0 0 6px; color: #082f5f; font-size: clamp(48px, 5vw, 76px); letter-spacing: .03em; text-shadow: 0 3px 0 rgba(255,255,255,.4); }
.pg-entry-motto { margin: 0; color: #0b315f; font-family: STKaiti, KaiTi, serif; font-size: clamp(27px, 2.8vw, 42px); letter-spacing: .22em; }
.pg-entry-note { margin: 22px 0 0; color: #123f70; font-family: STKaiti, KaiTi, serif; font-size: 20px; transform: rotate(-1deg); }

.pg-entry-section { padding: 0 0 34px; background: #fff; }
.pg-entry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; position: relative; z-index: 5; margin-top: -30px; }
.pg-entry-card { --entry:#176ff2; --entry-dark:#064aaf; min-width: 0; min-height: 440px; display: flex; flex-direction: column; align-items: center; position: relative; padding: 24px 24px 22px; overflow: hidden; border: 1px solid rgba(25,74,120,.08); border-radius: 18px; background: #dff1ff; box-shadow: 0 14px 32px rgba(31,83,125,.13); transition: transform .18s ease, box-shadow .18s ease; }
.pg-entry-card,
.pg-entry-card * { text-decoration: none !important; }
.pg-entry-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(31,83,125,.2); }
.pg-entry-card:focus-visible { outline: 3px solid var(--entry); outline-offset: 4px; }
.pg-entry-green { --entry:#07964e; --entry-dark:#087339; background:#def8e4; }
.pg-entry-orange { --entry:#f05a0c; --entry-dark:#a93409; background:#ffead7; }
.pg-entry-purple { --entry:#6630d7; --entry-dark:#3c139d; background:#eee7ff; }
.pg-entry-art { min-height: 180px; display: grid; place-items: center; position: relative; color: var(--entry); font-size: 105px; line-height: 1; filter: drop-shadow(0 12px 10px rgba(23,80,125,.16)); }
.pg-entry-art b { position: absolute; right: -16px; bottom: 8px; font-size: 58px; }
.pg-entry-copy { width: 100%; display: flex; flex: 1; flex-direction: column; align-items: center; color: #25394d; text-align: center; }
.pg-entry-copy strong { color: var(--entry-dark); font-size: 36px; line-height: 1.2; }
.pg-entry-copy > span { min-height: 58px; margin-top: 10px; font-size: 18px; line-height: 1.55; }
.pg-entry-copy em { min-height: 46px; margin: 8px 0 10px; color: var(--entry); font-family: STKaiti, KaiTi, serif; font-size: 17px; font-style: normal; transform: rotate(-3deg); }
.pg-entry-copy > b { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: auto; border-radius: 999px; color: #fff; background: var(--entry); font-size: 20px; }
.pg-entry-copy i { font-size: 28px; font-style: normal; font-weight: 400; }
.pg-entry-arrow { display: none; }
.pg-ad-placeholder { min-height: 142px; display: grid; grid-template-columns: auto auto; justify-content: center; align-content: center; column-gap: 18px; margin-top: 24px; border-radius: 17px; color: #9aa6b6; background: #f0f2f5; text-align: left; }
.pg-ad-placeholder > span { grid-row: 1 / 3; align-self: center; font-size: 50px; transform: rotate(-18deg); }
.pg-ad-placeholder strong { align-self: end; font-size: 22px; }
.pg-ad-placeholder small { align-self: start; font-size: 15px; }
.pg-preserved-intro { border-top: 1px solid var(--pg-line); }

@media (max-width: 900px) {
  .pg-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-entry-plane { right: 5%; }
}

@media (max-width: 720px) {
  .pg-site-header { height: 78px; position: absolute; z-index: 30; left: 0; right: 0; background: transparent; border: 0; backdrop-filter: none; }
  body.admin-bar .pg-site-header { top: 0; }
  .pg-brand { font-size: 21px; }
  .pg-brand-mark { width: 48px; height: 48px; border-radius: 14px; font-size: 22px; }
  .pg-nav-menu summary { background: rgba(255,255,255,.92); }
  .pg-nav-panel { max-height: calc(100vh - 120px); overflow-y: auto; }
  .pg-nav-menu .pg-search button { left: 0; }
  .pg-nav-menu .pg-search input { width: 100%; }
  .pg-entry-hero { min-height: 305px; }
  .pg-entry-heading { min-height: 305px; padding: 75px 12px 20px; }
  .pg-entry-heading h1 { display: none; }
  .pg-entry-motto { font-size: 27px; letter-spacing: .13em; }
  .pg-entry-note { max-width: 270px; margin-top: 12px; font-size: 15px; }
  .pg-entry-plane { right: 8%; top: 124px; font-size: 48px; opacity: .9; }
  .pg-entry-plane::after { width: 90px; right: 38px; top: 35px; }
  .pg-entry-city { right: -10%; bottom: 38px; width: 180px; height: 56px; }
  .pg-entry-section { padding: 0 0 26px; }
  .pg-entry-grid { grid-template-columns: 1fr; gap: 14px; margin-top: -8px; }
  .pg-entry-card { min-height: 224px; display: grid; grid-template-columns: 31% minmax(0, 1fr) 46px; align-items: center; padding: 18px 16px; border-radius: 17px; }
  .pg-entry-art { min-height: 150px; font-size: 70px; }
  .pg-entry-art b { right: -2px; bottom: 24px; font-size: 38px; }
  .pg-entry-copy { min-width: 0; align-items: flex-start; text-align: left; }
  .pg-entry-copy strong { font-size: 30px; white-space: nowrap; }
  .pg-entry-copy > span { min-height: 0; font-size: 16px; }
  .pg-entry-copy em { min-height: 0; margin: 8px 0; font-size: 15px; }
  .pg-entry-copy > b { width: min(100%, 210px); min-height: 46px; font-size: 17px; }
  .pg-entry-arrow { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--entry); background: rgba(255,255,255,.94); box-shadow: 0 6px 18px rgba(25,74,120,.12); font-size: 35px; }
  .pg-ad-placeholder { min-height: 120px; margin-top: 18px; }
  .pg-preserved-intro { padding-top: 54px; }
}

@media (max-width: 390px) {
  .pg-entry-card { grid-template-columns: 29% minmax(0, 1fr) 38px; padding: 16px 12px; }
  .pg-entry-art { font-size: 62px; }
  .pg-entry-art b { font-size: 32px; }
  .pg-entry-copy strong { font-size: 27px; }
  .pg-entry-copy > span { font-size: 15px; }
  .pg-entry-copy em { font-size: 14px; }
  .pg-entry-arrow { width: 36px; height: 36px; font-size: 31px; }
}

/* 2026-09-05 visual proportion correction: compact entry navigation. */
.pg-entry-hero,
.pg-entry-heading { min-height: 245px; }
.pg-entry-heading { padding-bottom: 24px; }
.pg-entry-heading h1 { margin-bottom: 2px; font-size: clamp(44px, 4.4vw, 66px); }
.pg-entry-motto { font-size: clamp(25px, 2.3vw, 36px); }
.pg-entry-note { margin-top: 12px; font-size: 17px; }
.pg-entry-plane { top: 54px; font-size: 62px; }
.pg-entry-city { bottom: 32px; height: 58px; }
.pg-entry-grid { gap: 16px; margin-top: -20px; }
.pg-entry-card { min-height: 326px; padding: 16px 18px; border-radius: 16px; box-shadow: 0 9px 22px rgba(31,83,125,.1); }
.pg-entry-card:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(31,83,125,.15); }
.pg-entry-art { min-height: 108px; font-size: 76px; }
.pg-entry-art b { right: -8px; bottom: 2px; font-size: 40px; }
.pg-entry-copy strong { font-size: 30px; }
.pg-entry-copy > span { min-height: 44px; margin-top: 6px; font-size: 16px; line-height: 1.45; }
.pg-entry-copy em { min-height: 28px; margin: 3px 0 7px; font-size: 14px; }
.pg-entry-copy > b { min-height: 42px; font-size: 17px; }
.pg-entry-copy i { font-size: 23px; }
.pg-entry-section { padding-bottom: 24px; }
.pg-ad-placeholder { min-height: 112px; margin-top: 16px; }
.pg-ad-placeholder > span { font-size: 42px; }
.pg-ad-placeholder strong { font-size: 20px; }

@media (max-width: 720px) {
  .pg-site-header { height: 66px; }
  .pg-brand { gap: 9px; font-size: 19px; }
  .pg-brand-mark { width: 42px; height: 42px; border-radius: 12px; font-size: 20px; }
  .pg-nav-menu summary { width: 42px; height: 42px; }
  .pg-entry-hero,
  .pg-entry-heading { min-height: 190px; }
  .pg-entry-heading { padding: 62px 10px 12px; }
  .pg-entry-motto { font-size: 25px; }
  .pg-entry-note { display: none; }
  .pg-entry-plane { top: 105px; right: 8%; font-size: 38px; }
  .pg-entry-plane::after { width: 72px; right: 29px; top: 27px; }
  .pg-entry-city { right: -7%; bottom: 24px; width: 145px; height: 42px; }
  .pg-entry-grid { gap: 9px; margin-top: -6px; }
  .pg-entry-card { min-height: 126px; grid-template-columns: 78px minmax(0, 1fr) 34px; padding: 10px 12px; border-radius: 15px; box-shadow: 0 6px 15px rgba(31,83,125,.09); }
  .pg-entry-card:hover { transform: none; box-shadow: 0 6px 15px rgba(31,83,125,.09); }
  .pg-entry-art { min-height: 78px; font-size: 48px; }
  .pg-entry-art b { right: 0; bottom: 8px; font-size: 25px; }
  .pg-entry-copy strong { font-size: 24px; }
  .pg-entry-copy > span { min-height: 0; margin-top: 4px; font-size: 14px; line-height: 1.4; }
  .pg-entry-copy em,
  .pg-entry-copy > b { display: none; }
  .pg-entry-arrow { width: 32px; height: 32px; font-size: 28px; box-shadow: 0 4px 11px rgba(25,74,120,.1); }
  .pg-entry-section { padding-bottom: 18px; }
  .pg-ad-placeholder { min-height: 88px; margin-top: 12px; column-gap: 12px; }
  .pg-ad-placeholder > span { font-size: 34px; }
  .pg-ad-placeholder strong { font-size: 17px; }
  .pg-ad-placeholder small { font-size: 13px; }
}

@media (max-width: 390px) {
  .pg-entry-card { min-height: 122px; grid-template-columns: 74px minmax(0, 1fr) 32px; padding: 9px 10px; }
  .pg-entry-art { min-height: 72px; font-size: 44px; }
  .pg-entry-art b { font-size: 23px; }
  .pg-entry-copy strong { font-size: 23px; }
  .pg-entry-copy > span { font-size: 13px; }
  .pg-entry-arrow { width: 30px; height: 30px; font-size: 26px; }
}

/* Compact destination pages used by the four-card portal home. */
.pg-portal-hero { padding: 62px 0 54px; background: linear-gradient(145deg, #eaf6ff, #fff); text-align: center; }
.pg-portal-hero h1 { margin: 0 0 10px; color: var(--pg-navy); font-size: clamp(36px, 5vw, 56px); }
.pg-portal-hero p { max-width: 680px; margin: 0 auto; font-size: 17px; }
.pg-diy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pg-diy-country { min-height: 150px; padding: 22px; border: 1px solid var(--pg-line); border-radius: 14px; background: #fff; box-shadow: 0 6px 20px rgba(18,59,93,.05); }
.pg-diy-title { display: flex; align-items: center; gap: 12px; }
.pg-diy-title span { font-size: 32px; }
.pg-diy-title h3 { margin: 0; font-size: 21px; }
.pg-diy-links { display: grid; gap: 8px; margin-top: 15px; }
.pg-diy-links a { color: var(--pg-blue); font-weight: 700; }
.pg-diy-pending { margin: 17px 0 0; color: #94a3b8; }
.pg-diy-official { min-height: 42px; margin-top: 14px; padding: 8px 14px; color: var(--pg-blue) !important; }
.pg-portal-footer { padding: 20px; border-top: 1px solid var(--pg-line); color: #718096; background: #fff; text-align: center; font-size: 13px; }

@media (max-width: 720px) {
  .pg-portal-hero { padding: 88px 0 38px; }
  .pg-portal-hero h1 { font-size: 34px; }
  .pg-portal-hero p { font-size: 15px; }
  .pg-diy-grid { grid-template-columns: 1fr; gap: 10px; }
  .pg-diy-country { min-height: 112px; padding: 17px; }
}
