.gb-brand-page { background: var(--gb-bg); padding: 60px 20px 90px; }
.gb-brand-wrap { width: min(1180px, 100%); margin: 0 auto; }
.gb-brand-hero { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: center; background: var(--gb-white); padding: 48px; border: 1px solid var(--gb-border); border-radius: 24px; box-shadow: var(--gb-shadow); }
.gb-brand-logo-box { min-height: 180px; display: flex; align-items: center; justify-content: center; padding: 30px; background: #fafafa; border: 1px solid #eee; border-radius: 20px; }
.gb-brand-logo-img { display: block; max-width: 160px; max-height: 110px; width: auto; height: auto; object-fit: contain; }
.gb-brand-logo-placeholder { width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--gb-ink); color: #fff; font-size: 32px; font-weight: 700; }
.gb-brand-label { display: inline-block; margin-bottom: 12px; color: var(--gb-muted); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gb-brand-title { margin: 0 0 12px; font: 700 clamp(42px,5vw,64px)/1 "Playfair Display", serif; }
.gb-brand-tagline { margin: 0 0 20px; color: var(--gb-text); font-size: 20px; line-height: 1.6; }
.gb-brand-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.gb-brand-meta-item { padding: 8px 13px; border-radius: 999px; background: var(--gb-surface); color: #353b45; font-size: 14px; font-weight: 600; }
.gb-brand-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: var(--gb-radius-sm); background: var(--gb-navy); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.gb-brand-section { margin-top: 28px; padding: 42px 48px; background: var(--gb-white); border: 1px solid var(--gb-border); border-radius: 20px; }
.gb-brand-section-heading { margin-bottom: 25px; }
.gb-brand-section-kicker { display: block; margin-bottom: 5px; color: var(--gb-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gb-brand-section h2 { margin: 0; font: 700 30px/1.2 "Playfair Display", serif; }
.gb-brand-content { max-width: 820px; color: #444b55; font-size: 17px; line-height: 1.8; }
.gb-brand-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.gb-brand-fact { padding: 20px; background: var(--gb-surface); border-radius: 14px; }
.gb-brand-fact span { display: block; margin-bottom: 6px; color: var(--gb-muted); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.gb-brand-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.gb-brand-post-card { overflow: hidden; background: #fff; border: 1px solid var(--gb-border); border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.gb-brand-post-card:hover { transform: translateY(-4px); box-shadow: 0 14px 35px rgba(0,0,0,.07); }
.gb-brand-post-image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--gb-surface); text-decoration: none; }
.gb-brand-post-image img { width: 100%; height: 100%; object-fit: cover; }
.gb-brand-post-image-empty { display: flex; align-items: center; justify-content: center; padding: 25px; color: #89909b; text-align: center; }
.gb-brand-post-body { padding: 22px; }
.gb-brand-post-type { display: block; margin-bottom: 8px; color: var(--gb-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.gb-brand-post-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.35; }
.gb-brand-post-card h3 a { text-decoration: none; }
.gb-brand-post-excerpt { margin: 0 0 18px; color: var(--gb-text); font-size: 14px; line-height: 1.65; }
.gb-brand-post-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 15px; border-top: 1px solid #eee; color: var(--gb-muted); font-size: 12px; }
.gb-brand-post-footer a { color: var(--gb-navy); font-weight: 700; text-decoration: none; }
.gb-brand-directory-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.gb-brand-directory-card { padding: 24px; background: #fff; border: 1px solid var(--gb-border); border-radius: 16px; text-decoration: none; }
.gb-brand-directory-logo { min-height: 120px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 12px; background: var(--gb-surface); }
.gb-brand-directory-logo img { max-width: 160px; max-height: 90px; object-fit: contain; }
.gb-brand-directory-logo span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--gb-navy); color: #fff; font-weight: 800; }
.gb-brand-directory-card h2 { font: 700 24px/1.15 "Playfair Display", serif; margin-bottom: 8px; }
.gb-brand-directory-card > span { color: var(--gb-navy); font-size: 13px; font-weight: 700; }
@media (max-width: 900px) { .gb-brand-post-grid { grid-template-columns: repeat(2,1fr); } .gb-brand-directory-grid { grid-template-columns: repeat(2,1fr); } .gb-brand-facts { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 768px) { .gb-brand-page { padding: 30px 15px 60px; } .gb-brand-hero { grid-template-columns: 1fr; padding: 28px; gap: 25px; } .gb-brand-section { padding: 28px; } }
@media (max-width: 560px) { .gb-brand-post-grid, .gb-brand-directory-grid, .gb-brand-facts { grid-template-columns: 1fr; } }
