:root {
  --glc-ink: #17241f;
  --glc-evergreen: #174c3c;
  --glc-evergreen-dark: #0d3328;
  --glc-gold: #c9983c;
  --glc-cream: #f7f2e8;
  --glc-mist: #edf3ef;
  --glc-white: #fff;
  --glc-line: rgba(23, 76, 60, .16);
  --glc-shadow: 0 20px 55px rgba(20, 41, 32, .12);
}

html { scroll-behavior: smooth; }
body { color: var(--glc-ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1, h2, h3, h4, .glc-display { color: var(--glc-ink); font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
a { color: var(--glc-evergreen); }
.glc-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-to-content { z-index: 99999 !important; }

.glc-service-bar { background: var(--glc-evergreen-dark); color: #fff; font-size: 13px; }
.glc-service-bar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.glc-service-bar p { margin: 0; display: flex; align-items: center; gap: 14px; color: #fff; }
.glc-service-bar p span { color: rgba(255,255,255,.72); }
.glc-service-bar__links { display: flex; gap: 18px; }
.glc-service-bar a { color: #fff; font-weight: 700; text-decoration: none; }
.glc-service-bar a:hover { color: #f5d48f; }

#header { display: none !important; }
.glc-header { position: relative; z-index: 100; border-bottom: 1px solid var(--glc-line); background: rgba(255,255,255,.97); box-shadow: 0 4px 20px rgba(20,41,32,.05); }
.glc-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.glc-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--glc-evergreen-dark); text-decoration: none; }
.glc-brand:hover { color: var(--glc-evergreen); text-decoration: none; }
.glc-brand__cross { display: inline-grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: var(--glc-evergreen); color: #fff; font-family: Georgia, serif; font-size: 24px; }
.glc-brand strong, .glc-brand small { display: block; }
.glc-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2vw, 27px); line-height: 1.1; letter-spacing: -.02em; }
.glc-brand small { margin-top: 3px; color: #68746f; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.glc-desktop-nav { display: flex; align-items: center; gap: 22px; }
.glc-nav-list { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.glc-nav-list li { margin: 0; }
.glc-nav-list a { color: var(--glc-ink); font-size: 14px; font-weight: 750; text-decoration: none; }
.glc-nav-list .current-menu-item > a, .glc-nav-list a:hover { color: var(--glc-evergreen); }
.glc-header__cta { display: inline-flex; align-items: center; min-height: 43px; padding: 0 19px; border-radius: 999px; background: var(--glc-evergreen); color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.glc-header__cta:hover { background: var(--glc-evergreen-dark); color: #fff; text-decoration: none; }
.glc-mobile-nav { display: none; position: relative; }
.glc-mobile-nav summary { padding: 10px 14px; border: 1px solid var(--glc-line); border-radius: 9px; color: var(--glc-ink); font-weight: 800; cursor: pointer; }
.glc-mobile-nav nav { position: absolute; top: calc(100% + 12px); right: 0; width: min(290px, calc(100vw - 28px)); padding: 13px; border: 1px solid var(--glc-line); border-radius: 12px; background: #fff; box-shadow: var(--glc-shadow); }
.glc-mobile-nav__list { margin: 0; padding: 0; list-style: none; }
.glc-mobile-nav__list li { margin: 0; border-bottom: 1px solid var(--glc-line); }
.glc-mobile-nav__list li:last-child { border: 0; }
.glc-mobile-nav__list a { display: block; padding: 12px 10px; color: var(--glc-ink); font-weight: 750; text-decoration: none; }
#footer { display: none; }
.page-title { display: none; }
.page-wrapper { padding: 0; }
.page-wrapper .row-main { max-width: none; }
.page-wrapper .large-12 { padding: 0; }
.entry-content { padding: 0; }
.entry-content > *:first-child { margin-top: 0; }

.glc-hero { position: relative; overflow: hidden; padding: clamp(72px, 10vw, 132px) 0; background: radial-gradient(circle at 82% 28%, rgba(201,152,60,.30), transparent 26%), linear-gradient(120deg, #0b3027 0%, #175643 58%, #37735e 100%); color: #fff; }
.glc-hero::after { content: ""; position: absolute; right: -5vw; bottom: -160px; width: min(42vw, 560px); aspect-ratio: .78; border: 2px solid rgba(255,255,255,.15); border-bottom: 0; border-radius: 50% 50% 0 0; box-shadow: 0 0 0 30px rgba(255,255,255,.035), 0 0 0 62px rgba(255,255,255,.025); }
.glc-hero__content { position: relative; z-index: 1; max-width: 790px; }
.glc-eyebrow { margin: 0 0 18px; color: #f2cf89; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.glc-hero h1 { max-width: 760px; margin: 0 0 22px; color: #fff; font-size: clamp(46px, 7vw, 82px); line-height: .99; }
.glc-hero__lead { max-width: 680px; margin: 0 0 32px; color: rgba(255,255,255,.85); font-size: clamp(18px, 2.1vw, 23px); line-height: 1.6; }
.glc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.glc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 2px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.glc-btn:hover { transform: translateY(-2px); text-decoration: none; }
.glc-btn--gold { background: var(--glc-gold); color: #14241d; }
.glc-btn--gold:hover { background: #ddb65f; color: #14241d; }
.glc-btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.glc-btn--ghost:hover { background: #fff; color: var(--glc-evergreen-dark); }
.glc-btn--green { background: var(--glc-evergreen); color: #fff; }
.glc-btn--green:hover { background: var(--glc-evergreen-dark); color: #fff; }

.glc-service-cards { position: relative; z-index: 2; margin-top: -35px; }
.glc-service-cards__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--glc-shadow); }
.glc-service-card { min-height: 135px; padding: 28px; border-right: 1px solid var(--glc-line); }
.glc-service-card:last-child { border: 0; }
.glc-service-card span { display: block; margin-bottom: 7px; color: var(--glc-evergreen); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.glc-service-card strong { display: block; color: var(--glc-ink); font-family: Georgia, serif; font-size: 20px; line-height: 1.25; }
.glc-service-card a { font-size: 13px; font-weight: 800; }

.glc-section { padding: clamp(64px, 8vw, 108px) 0; }
.glc-section--cream { background: var(--glc-cream); }
.glc-section--mist { background: var(--glc-mist); }
.glc-section--dark { background: var(--glc-evergreen-dark); color: #fff; }
.glc-section--dark h2, .glc-section--dark h3 { color: #fff; }
.glc-section--dark p { color: rgba(255,255,255,.78); }
.glc-section-heading { max-width: 720px; margin-bottom: 42px; }
.glc-section-heading h2 { margin: 0 0 14px; font-size: clamp(34px, 4.5vw, 55px); line-height: 1.06; }
.glc-section-heading p { margin: 0; color: #54625c; font-size: 18px; line-height: 1.75; }
.glc-section--dark .glc-section-heading p { color: rgba(255,255,255,.75); }
.glc-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 82px); align-items: center; }
.glc-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.glc-card { padding: 30px; border: 1px solid var(--glc-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(20,41,32,.05); }
.glc-card__number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: var(--glc-mist); color: var(--glc-evergreen); font-weight: 850; }
.glc-card h3 { margin: 0 0 10px; font-size: 25px; }
.glc-card p { margin: 0 0 12px; color: #5c6963; line-height: 1.7; }
.glc-card a { font-weight: 800; }
.glc-kicker { color: var(--glc-evergreen); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.glc-copy h2 { margin: 0 0 18px; font-size: clamp(36px, 5vw, 58px); line-height: 1.05; }
.glc-copy p { color: #56635d; font-size: 17px; line-height: 1.8; }
.glc-quote { padding: 40px; border-left: 5px solid var(--glc-gold); border-radius: 0 18px 18px 0; background: var(--glc-evergreen-dark); color: #fff; box-shadow: var(--glc-shadow); }
.glc-quote p { margin: 0 0 15px; color: #fff; font-family: Georgia, serif; font-size: clamp(26px, 3vw, 36px); line-height: 1.35; }
.glc-quote cite { color: #f1d699; font-style: normal; font-weight: 750; }
.glc-media-frame { overflow: hidden; border: 10px solid #fff; border-radius: 18px; background: #000; box-shadow: var(--glc-shadow); aspect-ratio: 16/9; }
.glc-media-frame iframe { width: 100%; height: 100%; border: 0; }
.glc-resource-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.glc-resource { display: block; padding: 26px; border: 1px solid var(--glc-line); border-radius: 14px; background: #fff; color: var(--glc-ink); text-decoration: none; }
.glc-resource:hover { border-color: var(--glc-gold); transform: translateY(-2px); color: var(--glc-evergreen); text-decoration: none; }
.glc-resource span { display: block; margin-top: 7px; color: #65716c; font-size: 13px; }

.glc-page-hero { padding: clamp(62px, 8vw, 96px) 0; background: radial-gradient(circle at 85% 20%, rgba(201,152,60,.24), transparent 28%), var(--glc-evergreen-dark); color: #fff; }
.glc-page-hero h1 { max-width: 760px; margin: 0 0 16px; color: #fff; font-size: clamp(42px, 6vw, 68px); }
.glc-page-hero p:last-child { max-width: 700px; margin: 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.7; }
.glc-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.glc-fact { padding: 24px; border-radius: 14px; background: var(--glc-mist); }
.glc-fact strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 21px; }
.glc-checklist { margin: 22px 0 0; padding: 0; list-style: none; }
.glc-checklist li { position: relative; margin: 0 0 13px; padding-left: 30px; }
.glc-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--glc-evergreen); font-weight: 900; }
.glc-faq details { margin-bottom: 12px; border: 1px solid var(--glc-line); border-radius: 12px; background: #fff; }
.glc-faq summary { padding: 20px 22px; color: var(--glc-ink); font-weight: 800; cursor: pointer; }
.glc-faq details p { padding: 0 22px 22px; margin: 0; color: #5b6862; line-height: 1.7; }
.glc-profile { overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--glc-shadow); }
.glc-profile img { display: block; width: 100%; max-height: 520px; object-fit: cover; object-position: 50% 30%; }
.glc-profile__copy { padding: 28px; }
.glc-profile__copy h3 { margin: 0 0 10px; font-size: 28px; }
.glc-profile__copy p { color: #5a6761; line-height: 1.7; }
.glc-belief { padding: 28px 0; border-bottom: 1px solid var(--glc-line); }
.glc-belief:last-child { border: 0; }
.glc-belief h3 { margin: 0 0 8px; font-size: 26px; }
.glc-belief p { margin: 0; color: #56635d; line-height: 1.75; }
.glc-map { overflow: hidden; min-height: 430px; border-radius: 18px; background: var(--glc-mist); box-shadow: var(--glc-shadow); }
.glc-map iframe { width: 100%; min-height: 430px; border: 0; }

.glc-contact-form label { display: block; margin: 0 0 7px; color: var(--glc-ink); font-size: 14px; font-weight: 800; }
.glc-contact-form label span { color: #6c7872; font-weight: 500; }
.glc-contact-form input, .glc-contact-form select, .glc-contact-form textarea { width: 100%; margin: 0 0 20px; border: 1px solid #cdd8d2; border-radius: 9px; background: #fff; box-shadow: none; }
.glc-contact-form input, .glc-contact-form select { min-height: 48px; }
.glc-contact-form input:focus, .glc-contact-form select:focus, .glc-contact-form textarea:focus { border-color: var(--glc-evergreen); box-shadow: 0 0 0 3px rgba(23,76,60,.12); }
.glc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.glc-form-row p { margin: 0; }
.glc-form-privacy { color: #68746f; font-size: 12px; line-height: 1.55; }
.glc-honeypot { position: absolute !important; left: -9999px !important; }
.glc-form-notice { margin-bottom: 22px; padding: 16px 18px; border-radius: 9px; font-weight: 750; }
.glc-form-notice--success { background: #e5f4e9; color: #154d2d; }
.glc-form-notice--error { background: #fff0ed; color: #8c2f22; }

.glc-footer { padding: 64px 0 24px; background: #09271f; color: rgba(255,255,255,.72); }
.glc-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.glc-footer h2 { margin: 0 0 14px; color: #f2d18d; font-family: inherit; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.glc-footer p { color: rgba(255,255,255,.68); line-height: 1.75; }
.glc-footer a { color: #fff; }
.glc-footer__brand { color: #fff !important; font-family: Georgia, serif; font-size: 25px; font-weight: 700; }
.glc-footer__brand span { color: #f2d18d; }
.glc-footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.glc-footer__bottom p { margin: 0; }

@media (max-width: 849px) {
  .glc-desktop-nav { display: none; }
  .glc-mobile-nav { display: block; }
  .glc-service-bar__inner { padding: 9px 0; }
  .glc-service-bar p span { display: none; }
  .glc-service-cards__grid { grid-template-columns: repeat(2, 1fr); }
  .glc-service-card:nth-child(2) { border-right: 0; }
  .glc-service-card:nth-child(-n+2) { border-bottom: 1px solid var(--glc-line); }
  .glc-grid-3, .glc-resource-list { grid-template-columns: 1fr 1fr; }
  .glc-footer__grid { grid-template-columns: 1.4fr 1fr; }
  .glc-footer__grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .glc-wrap { width: min(100% - 28px, 1160px); }
  .glc-service-bar__inner { align-items: flex-start; }
  .glc-service-bar p { display: block; }
  .glc-service-bar__links { flex-direction: column; gap: 2px; text-align: right; }
  .glc-header__inner { min-height: 76px; }
  .glc-brand__cross { flex-basis: 38px; width: 38px; height: 38px; font-size: 21px; }
  .glc-brand strong { font-size: 18px; }
  .glc-brand small { font-size: 9px; }
  .glc-hero { padding: 68px 0 92px; }
  .glc-hero h1 { font-size: 45px; }
  .glc-service-cards { margin-top: -30px; }
  .glc-service-cards__grid, .glc-grid-2, .glc-grid-3, .glc-resource-list, .glc-facts, .glc-form-row, .glc-footer__grid { grid-template-columns: 1fr; }
  .glc-service-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--glc-line); }
  .glc-service-card:nth-child(3) { border-bottom: 1px solid var(--glc-line); }
  .glc-footer__grid > :last-child { grid-column: auto; }
  .glc-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
