:root {
  --blue: #005EB8;
  --blue-dark: #00498f;
  --miami: #00A8E8;
  --navy: #0A2540;
  --navy-2: #102f4d;
  --ink: #1E2937;
  --muted: #5b6b7d;
  --white: #FFFFFF;
  --cloud: #F8FAFC;
  --mist: #F1F5F9;
  --line: #dbe5ef;
  --gold: #c9973e;
  --shadow-sm: 0 10px 30px rgba(10, 37, 64, .08);
  --shadow-lg: 0 28px 70px rgba(10, 37, 64, .16);
  --radius: 1.25rem;
  --radius-sm: .85rem;
  --header-height: 82px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
.anchor-alias { display: block; position: relative; top: calc(-1 * (var(--header-height) + 20px)); visibility: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.72; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue-dark); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--miami); outline-offset: 3px; border-radius: .25rem; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 9999; padding: .7rem 1rem; background: #fff; color: var(--navy); border: 2px solid var(--miami); border-radius: .5rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container-xl { max-width: 1220px; }
.site-header { background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(10,37,64,.08); backdrop-filter: blur(18px); box-shadow: 0 6px 24px rgba(10,37,64,.045); }
.navbar { min-height: var(--header-height); padding: .55rem 0; }
.navbar-brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--navy); text-decoration: none; min-width: 0; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 44px; color: var(--blue); }
.brand-copy { display: flex; min-width: 0; flex-direction: column; line-height: 1.05; }
.brand-name { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 1.08rem; letter-spacing: -.015em; white-space: nowrap; }
.brand-kicker { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; margin-top: .28rem; white-space: nowrap; }
.navbar-nav { gap: .15rem; }
.nav-link { color: #2f4154; font-weight: 700; font-size: .91rem; padding: .72rem .75rem !important; border-radius: .55rem; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--blue); background: #eef7ff; }
.nav-cta { min-width: 108px; }
.navbar-toggler { border: 1px solid var(--line); border-radius: .65rem; padding: .55rem .65rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(0,168,232,.25); }
.btn { border-radius: .72rem; font-weight: 800; letter-spacing: -.01em; padding: .72rem 1.15rem; border-width: 2px; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { --bs-btn-bg: var(--blue); --bs-btn-border-color: var(--blue); --bs-btn-hover-bg: var(--blue-dark); --bs-btn-hover-border-color: var(--blue-dark); box-shadow: 0 9px 24px rgba(0,94,184,.2); }
.btn-outline-primary { --bs-btn-color: var(--blue); --bs-btn-border-color: #72aede; --bs-btn-hover-bg: var(--blue); --bs-btn-hover-border-color: var(--blue); }
.btn-outline-light { --bs-btn-hover-color: var(--navy); }
.btn-lg { min-height: 52px; padding: .85rem 1.35rem; }
.eyebrow { margin: 0 0 .9rem; color: var(--miami); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.text-primary { color: var(--blue) !important; }
.text-info { color: #74d7ff !important; }
.text-white-75 { color: rgba(255,255,255,.76); }
.display-title { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 4.3vw, 3.6rem); line-height: 1.1; letter-spacing: -.035em; }
.section { padding: clamp(4.7rem, 8vw, 7.5rem) 0; }
.section-soft { background: var(--cloud); border-top: 1px solid #edf2f7; border-bottom: 1px solid #edf2f7; }
.section-heading { max-width: 760px; margin-bottom: 3.1rem; }
.section-heading.mx-auto { max-width: 780px; }
.section-heading h2 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; letter-spacing: -.03em; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.lead { color: #3d5368; line-height: 1.62; }
.identity-note { max-width: 760px; color: rgba(255,255,255,.76); font-size: .95rem; }
.section .identity-note { color: var(--muted); }
.text-link { display: inline-flex; gap: .5rem; align-items: center; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }
.hero-home { position: relative; overflow: hidden; color: white; background: linear-gradient(125deg, #061b2e 0%, var(--navy) 48%, #064d7b 100%); padding: clamp(4.3rem, 8vw, 7.4rem) 0 clamp(3rem, 6vw, 5.2rem); }
.hero-home::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 10%, rgba(0,168,232,.22), transparent 28%), radial-gradient(circle at 80% 95%, rgba(0,94,184,.25), transparent 32%); }
.hero-home .container-xl { position: relative; }
.hero-copy h1 { margin: 0 0 1rem; color: white; font-family: "Playfair Display", Georgia, serif; font-size: clamp(3rem, 6.3vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.hero-tagline { margin: 0 0 1.2rem; color: #8bddff; font-weight: 800; font-size: clamp(1.25rem, 2.7vw, 2rem); line-height: 1.25; }
.hero-lead { max-width: 670px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-availability { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin-top: 1.7rem; color: rgba(255,255,255,.7); font-size: .88rem; font-weight: 700; }
.hero-availability span { display: inline-flex; align-items: center; gap: .5rem; }
.hero-availability span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--miami); box-shadow: 0 0 0 5px rgba(0,168,232,.12); }
.hero-image-wrap { position: relative; max-width: 610px; margin-left: auto; }
.hero-image-wrap picture img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; border-radius: 1.75rem; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 32px 80px rgba(0,0,0,.3); }
.hero-image-wrap::before { content: ""; position: absolute; inset: -18px 26px 20px -18px; border: 2px solid rgba(0,168,232,.42); border-radius: 1.75rem; z-index: -1; }
.hero-quote { position: absolute; left: -2rem; bottom: 2rem; max-width: 310px; padding: 1.1rem 1.2rem; color: white; background: rgba(10,37,64,.92); border: 1px solid rgba(255,255,255,.18); border-left: 4px solid var(--miami); border-radius: .85rem; box-shadow: var(--shadow-lg); font-family: "Playfair Display", Georgia, serif; font-size: 1rem; line-height: 1.4; }
.trust-strip { position: relative; z-index: 2; margin-top: -1px; background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 1.5rem 1.3rem; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: 1.03rem; }
.trust-grid span { color: var(--muted); font-size: .78rem; margin-top: .2rem; }
.feature-card { height: 100%; padding: 2rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #a8d9f1; box-shadow: var(--shadow-lg); }
.feature-card.centered { text-align: center; }
.feature-card h3 { color: var(--navy); font-size: 1.28rem; font-weight: 800; margin: 1.15rem 0 .65rem; }
.feature-card p { color: var(--muted); margin: 0; }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; color: var(--blue); background: #eaf6ff; border: 1px solid #bfe6fa; border-radius: 1rem; }
.icon-box svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.topic-preview { position: relative; height: 100%; overflow: hidden; padding: 1.8rem; background: linear-gradient(180deg,#fff,#f7fbff); border: 1px solid var(--line); border-radius: var(--radius); }
.topic-preview > span { display: block; color: #8bbbdc; font-size: .8rem; font-weight: 800; letter-spacing: .16em; }
.topic-preview h3 { color: var(--navy); font-size: 1.25rem; font-weight: 800; margin: 1.1rem 0 .65rem; }
.topic-preview p { color: var(--muted); min-height: 78px; }
.topic-preview a { font-weight: 800; text-decoration: none; }
.audience-section { color: white; background: var(--navy); }
.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.audience-grid > div { padding: 1.35rem; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; }
.audience-grid strong, .audience-grid span { display: block; }
.audience-grid strong { color: white; }
.audience-grid span { color: rgba(255,255,255,.68); font-size: .88rem; margin-top: .25rem; }
.metrics-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin: 2rem 0; }
.metrics-grid > div { padding: 1.25rem; background: var(--cloud); border-left: 4px solid var(--miami); border-radius: .65rem; }
.metrics-grid strong, .metrics-grid span { display: block; }
.metrics-grid strong { color: var(--navy); font-size: 1.5rem; }
.metrics-grid span { color: var(--muted); font-size: .82rem; }
.quote-panel { padding: clamp(2rem,4vw,3.2rem); color: white; background: linear-gradient(145deg,var(--navy),#0d4f7a); border-radius: 1.5rem; box-shadow: var(--shadow-lg); }
.quote-panel blockquote { margin: 0 0 1.25rem; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.6rem,3.2vw,2.45rem); line-height: 1.32; }
.quote-panel cite { color: #91dcff; font-style: normal; font-weight: 800; }
.cta-section { padding: 0 0 clamp(4.5rem,7vw,7rem); background: white; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.3rem,5vw,4rem); color: white; background: linear-gradient(120deg,var(--blue-dark),var(--navy)); border-radius: 1.5rem; box-shadow: var(--shadow-lg); }
.cta-card h2 { max-width: 780px; margin: 0 0 .6rem; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem,4vw,3.35rem); line-height: 1.12; letter-spacing: -.03em; }
.cta-card p:last-child { color: rgba(255,255,255,.73); margin: 0; }
.page-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(125deg,#071d31,var(--navy) 52%,#075983); padding: clamp(3.3rem,7vw,6.4rem) 0; }
.page-hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -180px; top: -260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 64px rgba(255,255,255,.025),0 0 0 128px rgba(255,255,255,.02); }
.page-hero .container-xl { position: relative; z-index: 1; }
.page-hero .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.45); --bs-breadcrumb-item-active-color: rgba(255,255,255,.7); margin-bottom: 2.4rem; }
.page-hero .breadcrumb a { color: #a9e4ff; }
.page-hero h1 { max-width: 1000px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.65rem,6vw,5rem); line-height: 1.02; letter-spacing: -.05em; }
.page-hero .lead { max-width: 900px; color: rgba(255,255,255,.78); font-size: clamp(1.08rem,2vw,1.3rem); }
.page-hero-card { padding: 1.5rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; backdrop-filter: blur(12px); }
.page-hero-card span,.page-hero-card strong { display: block; }
.page-hero-card span { color: #87dcff; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .65rem; }
.page-hero-card strong { line-height: 1.55; }
.about-portrait { width: 100%; border-radius: 1.5rem; box-shadow: var(--shadow-lg); object-fit: cover; }
.portrait-caption { margin: -2.2rem 1.5rem 0; position: relative; z-index: 2; padding: 1.1rem 1.25rem; background: white; border: 1px solid var(--line); border-radius: .85rem; box-shadow: var(--shadow-sm); }
.portrait-caption strong,.portrait-caption span { display: block; }
.portrait-caption strong { color: var(--navy); }
.portrait-caption span { color: var(--muted); font-size: .82rem; margin-top: .2rem; }
.content-prose h2 { margin-top: 2.5rem; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.8rem,3vw,2.45rem); letter-spacing: -.025em; }
.content-prose p { color: #44586c; font-size: 1.04rem; }
.project-card { display: block; height: 100%; padding: 1.8rem; color: inherit; text-decoration: none; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.project-card:hover { color: inherit; transform: translateY(-4px); border-color: #9edcf8; box-shadow: var(--shadow-lg); }
.project-card > span { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-card h3 { color: var(--navy); font-size: 1.35rem; font-weight: 800; margin: .9rem 0 .55rem; }
.project-card p { color: var(--muted); }
.project-card strong { color: var(--blue); font-size: .88rem; }
.link-stack { display: grid; gap: .8rem; }
.link-stack a { display: flex; flex-direction: column; padding: 1.15rem 1.25rem; color: inherit; text-decoration: none; background: var(--cloud); border: 1px solid var(--line); border-radius: .8rem; }
.link-stack a:hover { border-color: var(--miami); background: #edf8ff; }
.link-stack span { color: var(--muted); font-size: .78rem; }
.link-stack strong { color: var(--navy); margin-top: .2rem; }
.audience-card { height: 100%; padding: 1.8rem; background: white; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.audience-card > span { color: #92b8d5; font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.audience-card h3 { color: var(--navy); font-size: 1.25rem; font-weight: 800; margin: 1rem 0 .55rem; }
.audience-card p { color: var(--muted); margin: 0; }
.format-list { display: grid; gap: .85rem; }
.format-list article { display: grid; grid-template-columns: 118px 1fr; gap: 1.2rem; padding: 1.25rem; background: white; border: 1px solid var(--line); border-radius: .85rem; }
.format-list article > span { color: var(--blue); font-weight: 800; }
.format-list h3 { color: var(--navy); font-size: 1.08rem; font-weight: 800; margin-bottom: .3rem; }
.format-list p { color: var(--muted); margin: 0; font-size: .92rem; }
.process-section { color: white; background: var(--navy); }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.3rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; }
.process-list li > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--navy); background: #8bddff; border-radius: 50%; font-weight: 900; }
.process-list h3 { color: white; font-size: 1.17rem; font-weight: 800; margin: 0 0 .35rem; }
.process-list p { color: rgba(255,255,255,.7); margin: 0; }
.check-card,.custom-topic-box,.reference-card,.inquiry-guide { padding: 1.8rem; background: var(--cloud); border: 1px solid var(--line); border-radius: var(--radius); }
.check-card h3,.custom-topic-box h3,.reference-card h3,.inquiry-guide h2 { color: var(--navy); font-size: 1.25rem; font-weight: 800; }
.check-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .65rem; }
.check-list li { position: relative; padding-left: 1.7rem; color: #465b6f; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }
.topic-card { height: 100%; padding: clamp(1.6rem,3vw,2.35rem); background: white; border: 1px solid var(--line); border-radius: 1.3rem; box-shadow: var(--shadow-sm); scroll-margin-top: 110px; }
.topic-card-top { display: flex; align-items: center; justify-content: space-between; }
.topic-card-top > span:last-child { color: #9db4c7; font-size: .82rem; font-weight: 800; letter-spacing: .15em; }
.topic-card h2 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.8rem,3vw,2.45rem); line-height: 1.15; margin: 1.4rem 0 .8rem; }
.topic-desc { color: #41566a; font-size: 1.03rem; }
.topic-meta { padding: 1.15rem; margin: 1.4rem 0; background: var(--cloud); border-radius: .8rem; }
.topic-meta h3 { color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 .3rem; }
.topic-meta p { color: var(--muted); margin: 0 0 .9rem; font-size: .9rem; }
.topic-meta p:last-child { margin-bottom: 0; }
.impact-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.impact-stats > div { padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow-sm); }
.impact-stats strong,.impact-stats span { display: block; }
.impact-stats strong { color: var(--navy); font-size: 1.4rem; }
.impact-stats span { color: var(--muted); font-size: .82rem; margin-top: .3rem; }
.gallery-note { max-width: 520px; color: var(--muted); font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 250px; gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; min-width: 0; padding: 0; background: var(--navy); border: 0; border-radius: 1rem; cursor: zoom-in; box-shadow: var(--shadow-sm); }
.gallery-item:nth-child(1),.gallery-item:nth-child(4) { grid-column: span 7; grid-row: span 2; }
.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(5),.gallery-item:nth-child(6) { grid-column: span 5; }
.gallery-item picture,.gallery-item img { width: 100%; height: 100%; }
.gallery-item img { object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery-item span { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .7rem; color: white; background: rgba(10,37,64,.86); border-radius: .5rem; font-size: .76rem; font-weight: 800; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; }
.gallery-item:hover img,.gallery-item:focus-visible img { transform: scale(1.03); opacity: .9; }
.gallery-item:hover span,.gallery-item:focus-visible span { opacity: 1; transform: translateY(0); }
.lightbox { position: fixed; inset: 0; z-index: 9998; display: grid; place-items: center; padding: 3.5rem 5rem; background: rgba(3,13,24,.94); }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1100px,86vw); max-height: 88vh; }
.lightbox img { max-width: 100%; max-height: 78vh; margin: auto; border-radius: .8rem; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox figcaption { color: rgba(255,255,255,.78); text-align: center; margin-top: .8rem; }
.lightbox-close,.lightbox-prev,.lightbox-next { position: fixed; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.lightbox-close { top: 1rem; right: 1rem; width: 48px; height: 48px; font-size: 2rem; line-height: 1; }
.lightbox-prev,.lightbox-next { top: 50%; width: 52px; height: 52px; font-size: 2.5rem; line-height: .8; transform: translateY(-50%); }
.lightbox-prev { left: 1rem; }.lightbox-next { right: 1rem; }
.impact-points { display: grid; gap: 1rem; margin-top: 2rem; }
.impact-points article { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; }
.impact-points > article > span { color: var(--miami); font-weight: 900; }
.impact-points h3 { color: var(--navy); font-size: 1.08rem; font-weight: 800; margin: 0 0 .25rem; }
.impact-points p { color: var(--muted); margin: 0; }
.media-section { color: white; background: var(--navy); }
.media-card { display: block; height: 100%; padding: 1.7rem; color: white; text-decoration: none; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; }
.media-card:hover { color: white; background: rgba(255,255,255,.1); border-color: rgba(116,215,255,.5); }
.media-card > span { color: #83dcff; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.media-card h3 { font-size: 1.35rem; font-weight: 800; margin: .85rem 0 .55rem; }
.media-card p { color: rgba(255,255,255,.68); }
.media-card strong { color: #8bddff; }
.reference-card > span { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reference-card h3 { margin: .8rem 0; }
.reference-card p { color: var(--muted); }
.form-shell { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 1.4rem; box-shadow: var(--shadow-lg); }
.form-shell-header { padding: 2rem 2rem 1rem; }
.form-shell-header h2 { color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem,4vw,3rem); }
.form-shell-header p:last-child { color: var(--muted); }
.ghl-form-wrap { min-height: 580px; padding: 1rem 2rem 2rem; }
.ghl-form-wrap iframe { width: 100% !important; min-height: 760px; border: 0 !important; border-radius: .8rem; }
.ghl-placeholder { display: flex; min-height: 520px; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; background: linear-gradient(145deg,#f3f9fd,#edf6fc); border: 2px dashed #9ac9e8; border-radius: 1rem; }
.placeholder-icon { width: 72px; height: 72px; color: var(--blue); margin-bottom: 1rem; }
.placeholder-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.ghl-placeholder h3 { color: var(--navy); font-size: 1.4rem; font-weight: 800; }
.ghl-placeholder p { max-width: 510px; color: var(--muted); }
.contact-sidebar { display: grid; gap: .8rem; }
.contact-card { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.15rem; background: white; border: 1px solid var(--line); border-radius: .85rem; }
.contact-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--blue); background: #eaf6ff; border-radius: .7rem; font-weight: 900; }
.contact-card h2 { color: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 .2rem; }
.contact-card p,.contact-card a { margin: 0; font-weight: 700; }
.inquiry-guide { margin-top: 1rem; }
.faq-accordion .accordion-item { border: 1px solid var(--line); border-radius: .8rem !important; overflow: hidden; margin-bottom: .8rem; }
.faq-accordion .accordion-button { color: var(--navy); font-weight: 800; box-shadow: none; padding: 1.2rem; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--blue); background: #edf7ff; }
.faq-accordion .accordion-body { color: var(--muted); }
.site-footer { padding: 4.5rem 0 1.5rem; color: rgba(255,255,255,.74); background: #06192b; }
.footer-brand { display: inline-flex; align-items: center; gap: .75rem; color: white; text-decoration: none; }
.footer-brand:hover { color: white; }
.footer-brand .brand-mark { color: var(--miami); width: 42px; height: 42px; }
.footer-brand strong,.footer-brand small { display: block; }
.footer-brand strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; }
.footer-brand small { color: rgba(255,255,255,.58); }
.footer-copy { max-width: 540px; margin-top: 1.2rem; }
.footer-heading { color: white; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { list-style: none; padding: 0; margin: .8rem 0 0; display: grid; gap: .45rem; }
.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-links a:hover { color: white; }
.site-footer hr { border-color: rgba(255,255,255,.13); margin: 3rem 0 1.3rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #83dcff; }
@media (max-width: 991.98px) {
  :root { --header-height: 72px; }
  .navbar { min-height: 72px; }
  .navbar-collapse { padding: 1rem 0 .45rem; border-top: 1px solid var(--line); margin-top: .7rem; }
  .navbar-nav { gap: .2rem; }
  .nav-link { min-height: 46px; display: flex; align-items: center; padding-inline: .9rem !important; }
  .nav-cta { width: 100%; margin-top: .6rem; min-height: 46px; }
  .hero-image-wrap { max-width: 720px; margin: 1rem auto 0; }
  .hero-quote { left: 1rem; bottom: 1rem; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .impact-stats { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-auto-rows: 220px; }
}
@media (max-width: 767.98px) {
  body { font-size: .98rem; }
  .section { padding: 4.3rem 0; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .brand-kicker { font-size: .59rem; letter-spacing: .075em; }
  .hero-home { padding-top: 3.6rem; }
  .hero-copy h1 { font-size: clamp(2.75rem,14vw,4.3rem); }
  .hero-image-wrap::before { inset: -10px 12px 12px -10px; }
  .hero-quote { position: relative; left: auto; bottom: auto; max-width: none; margin: -1.4rem 1rem 0; }
  .trust-grid > div { padding: 1.2rem 1rem; }
  .audience-grid,.metrics-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 3rem 0 3.6rem; }
  .page-hero .breadcrumb { margin-bottom: 1.7rem; }
  .page-hero h1 { font-size: clamp(2.5rem,12vw,4rem); }
  .format-list article { grid-template-columns: 1fr; gap: .4rem; }
  .impact-stats { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 3 / 2; }
  .gallery-item span { opacity: 1; transform: none; }
  .lightbox { padding: 4rem .75rem 1rem; }
  .lightbox figure { max-width: 100%; }
  .lightbox-prev,.lightbox-next { top: auto; bottom: 1rem; transform: none; }
  .lightbox-prev { left: calc(50% - 68px); }.lightbox-next { right: calc(50% - 68px); }
  .ghl-form-wrap,.form-shell-header { padding-left: 1.15rem; padding-right: 1.15rem; }
  .ghl-placeholder { min-height: 440px; padding: 1.3rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 399.98px) {
  .navbar-brand { gap: .55rem; }
  .brand-name { font-size: 1rem; }
  .brand-kicker { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
  .hero-copy .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media print {
  .site-header,.site-footer,.cta-section,.lightbox,.btn,.breadcrumb { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .page-hero,.hero-home,.process-section,.media-section,.audience-section { color: #000 !important; background: #fff !important; padding: 1rem 0 !important; }
  .page-hero h1,.hero-home h1,.text-white { color: #000 !important; }
  .section { padding: 1.2rem 0; }
  a { color: #000; text-decoration: none; }
  .feature-card,.topic-card,.project-card,.audience-card { box-shadow: none; break-inside: avoid; }
}
