/* Brickell CPA Firm Style Fix
   This stylesheet applies the premium Brickell CPA Firm look to the imported XML pages. */

:root {
  --brickell-deep-teal: #0D3B45;
  --brickell-aqua: #009CA6;
  --brickell-gold: #D4AF37;
  --brickell-ivory: #F8F5EE;
  --brickell-ink: #17262B;
  --brickell-muted: #63777D;
  --brickell-white: #FFFFFF;
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: var(--brickell-ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--brickell-ivory) 100%);
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.wp-block-post-title,
.wp-block-site-title {
  font-family: 'Cinzel', Georgia, serif !important;
  letter-spacing: -0.025em;
}

a {
  color: var(--brickell-aqua);
}

/* Make imported pages feel full-width even inside restrictive themes. */
.brickell-page,
.wp-block-post-content .brickell-page,
.entry-content .brickell-page {
  width: 100%;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  color: var(--brickell-ink);
  line-height: 1.65;
  background: linear-gradient(180deg, #ffffff 0%, var(--brickell-ivory) 100%);
  padding-bottom: 56px;
}

.brickell-page *,
.brickell-page *::before,
.brickell-page *::after {
  box-sizing: border-box;
}

.brickell-page h1,
.brickell-page h2,
.brickell-page h3 {
  font-family: 'Cinzel', Georgia, serif !important;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
}

.brickell-page p {
  margin: 0 0 18px;
}

.brickell-page a {
  color: var(--brickell-aqua);
  font-weight: 800;
  text-decoration: none;
}

.brickell-shell {
  width: min(1120px, calc(100% - 36px));
  max-width: 1120px !important;
  margin: 0 auto;
}

.brickell-eyebrow {
  color: var(--brickell-gold) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.brickell-hero,
.brickell-page-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.brickell-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(0,156,166,.36), transparent 26%),
    radial-gradient(circle at 16% 12%, rgba(212,175,55,.20), transparent 30%),
    linear-gradient(135deg, #09262D 0%, #0D3B45 52%, #073138 100%);
  color: #fff;
  border-radius: 0 0 36px 36px;
  padding: 90px 34px;
  margin-bottom: 60px;
  box-shadow: 0 24px 70px rgba(13,59,69,.18);
}

.brickell-hero h1 {
  color: #fff !important;
  font-size: clamp(40px, 6vw, 76px);
  max-width: 980px;
}

.brickell-hero p {
  color: rgba(255,255,255,.88);
  font-size: 20px;
  max-width: 800px;
}

.brickell-page-hero {
  background: linear-gradient(135deg, #09262D, #0D3B45);
  color: #fff;
  padding: 72px 34px;
  border-radius: 0 0 34px 34px;
  margin-bottom: 48px;
  box-shadow: 0 24px 70px rgba(13,59,69,.16);
}

.brickell-page-hero h1 {
  color: #fff !important;
  font-size: clamp(34px, 5vw, 60px);
  max-width: 920px;
}

.brickell-page-hero p {
  color: rgba(255,255,255,.86);
  font-size: 19px;
  max-width: 820px;
}

.brickell-content {
  background: #fff;
  border: 1px solid rgba(13,59,69,.09);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 18px 50px rgba(13,59,69,.08);
  margin-bottom: 34px;
}

.brickell-content h2 {
  color: var(--brickell-deep-teal) !important;
  font-size: clamp(26px, 3vw, 38px);
  margin-top: 10px;
}

.brickell-content ul {
  padding-left: 22px;
  margin: 8px 0 26px;
}

.brickell-content li {
  margin-bottom: 9px;
}

.brickell-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 20px;
  margin: 26px 0 40px;
}

.brickell-card {
  background: #fff;
  border: 1px solid rgba(13,59,69,.09);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(13,59,69,.08);
}

.brickell-card h3 {
  color: var(--brickell-deep-teal) !important;
  font-size: 24px;
}

.brickell-card p {
  color: var(--brickell-muted);
}

.brickell-banner {
  background: linear-gradient(135deg, var(--brickell-deep-teal), #07262D);
  color: #fff;
  border-radius: 34px;
  padding: 48px;
  box-shadow: 0 24px 70px rgba(13,59,69,.18);
  margin-top: 42px;
}

.brickell-banner h2 {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 46px);
}

.brickell-banner p,
.brickell-banner a {
  color: #fff !important;
}

.brickell-button,
.wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  color: #0b2c33 !important;
  background: linear-gradient(135deg, #F3D66A, var(--brickell-gold)) !important;
  box-shadow: 0 14px 32px rgba(212,175,55,.32);
  margin-right: 12px;
  margin-top: 10px;
  border: 0 !important;
}

.brickell-button.secondary {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  background: rgba(255,255,255,.07) !important;
  box-shadow: none;
}

.brickell-kicker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.brickell-kicker div {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
}

.brickell-footer {
  text-align: center;
  color: var(--brickell-muted);
  padding: 26px 0;
}

.brickell-footer strong {
  font-family: 'Cinzel', Georgia, serif;
  color: var(--brickell-deep-teal);
  letter-spacing: .08em;
}

/* Header/navigation polish for common block themes. */
.wp-block-site-logo img {
  max-height: 90px;
  width: auto;
}

.wp-block-navigation a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.wp-block-navigation a:hover {
  color: var(--brickell-gold) !important;
}

.wp-site-blocks > header,
.wp-block-template-part:has(header) {
  border-bottom: 1px solid rgba(212,175,55,.25);
}

@media (max-width: 720px) {
  .brickell-hero,
  .brickell-page-hero {
    padding: 64px 22px;
  }

  .brickell-content,
  .brickell-card,
  .brickell-banner {
    padding: 26px;
  }

  .brickell-hero h1 {
    font-size: 42px;
  }
}
