@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,800;1,900&display=swap');
.gc-topbar{background:#fff;border-bottom:1px solid #e5e5e5;font-family:'Inter',sans-serif;font-size:12px;color:#555}
.gc-topbar-inner{max-width:1280px;margin:0 auto;padding:8px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.gc-topbar .gc-date{font-weight:600;color:#1a1a1a}
.gc-topbar-right{display:flex;align-items:center;gap:18px}
.gc-topbar-links a{color:#555;text-decoration:none;margin-left:14px;font-weight:500}
.gc-topbar-links a:hover{color:#052962}
.gc-topbar-social{display:flex;gap:10px}
.gc-topbar-social a{width:26px;height:26px;border:1px solid #d5d5d5;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#555;font-family:'Inter',sans-serif;font-weight:700;font-size:11px;text-decoration:none;transition:.2s}
.gc-topbar-social a:hover{background:#052962;color:#fff;border-color:#052962}
.gc-subscribe-btn{background:#052962;color:#fff!important;padding:7px 18px;font-family:'Inter',sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:0;display:inline-block;transition:.2s}
.gc-subscribe-btn:hover{background:#04204e;color:#fff!important}

.gc-mast{background:#052962;color:#fff;position:relative;overflow:hidden}
.gc-mast-inner{max-width:1280px;margin:0 auto;padding:24px 24px 28px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.gc-wordmark{display:inline-flex;align-items:center;gap:18px;text-decoration:none;color:#fff}
.gc-wordmark img,.gc-wordmark .gc-logo{height:72px;width:72px;display:block;flex-shrink:0}
.gc-wordmark .gc-text{display:flex;flex-direction:column;line-height:.92;font-family:'Playfair Display',Georgia,serif;font-style:italic;color:#fff}
.gc-wordmark .gc-the{font-size:26px;font-weight:800;letter-spacing:-.5px;margin-bottom:4px}
.gc-wordmark .gc-name{font-size:56px;font-weight:900;letter-spacing:-1.5px;white-space:nowrap}
.gc-wordmark:hover{color:#fff}
.gc-rni{font-family:'Inter',sans-serif;font-size:11px;color:#cdd6e4;text-align:right;line-height:1.5}
.gc-rni strong{color:#fff;font-weight:600}
@media(max-width:720px){.gc-wordmark img{height:48px}.gc-wordmark .gc-the{font-size:18px}.gc-wordmark .gc-name{font-size:32px;letter-spacing:-1px}.gc-rni{display:none}.gc-topbar-social{display:none}}

.gc-nav{background:#fff;border-bottom:2px solid #052962;font-family:'Inter',sans-serif}
.gc-nav .wp-block-navigation{padding:0 24px;max-width:1280px;margin:0 auto;justify-content:center}
.gc-nav .wp-block-navigation__container{flex-wrap:nowrap;justify-content:center;gap:0!important}
.gc-nav .wp-block-navigation a,.gc-nav .wp-block-navigation__container a{color:#1a1a1a!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.04em;font-size:12px;padding:12px 14px!important;white-space:nowrap}
@media(max-width:980px){.gc-nav .wp-block-navigation a{font-size:11px;padding:10px 8px!important}}
@media(max-width:720px){.gc-nav .wp-block-navigation__container{flex-wrap:wrap}}
.gc-nav .wp-block-navigation a:hover,.gc-nav .wp-block-navigation__container a:hover{color:#052962!important;background:transparent!important}
