/* Aetheric Professional design adaptation for Champlain Consulting Services */
:root {
  --surface: #f9f9f9;
  --surface-soft: #f3f8ff;
  --surface-cloud: rgba(255, 255, 255, 0.82);
  --surface-card: #ffffff;
  --surface-line: rgba(196, 198, 208, 0.66);
  --primary: #001736;
  --primary-container: #002b5b;
  --secondary: #00696f;
  --cyan: #00f1fe;
  --cyan-soft: rgba(0, 241, 254, 0.14);
  --text: #1a1c1c;
  --muted: #43474f;
  --muted-light: #667085;
  --shadow: 0 30px 80px -45px rgba(0, 43, 91, 0.40);
  --shadow-soft: 0 10px 30px -15px rgba(0, 43, 91, 0.18);
  --radius-xl: 24px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(0, 241, 254, 0.22), transparent 26rem),
    radial-gradient(circle at 82% 2%, rgba(169, 199, 255, 0.36), transparent 28rem),
    linear-gradient(180deg, #f9fbff 0%, #f4f9ff 45%, #f9f9f9 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 450, 'GRAD' 0, 'opsz' 24;
  line-height: 1;
}
.icon-fill { font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24; }

.shell { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 88px 0; }

.glass-nav {
  position: fixed;
  inset: 16px 24px auto;
  z-index: 50;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; color: var(--primary); letter-spacing: -0.02em; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--primary-container);
  color: #fff;
  font-family: Geist, monospace;
  font-size: 0.8rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 10px 22px -14px var(--primary);
}
.desktop-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-family: Geist, sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { position: relative; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--primary); }
.desktop-nav a:hover::after { content: ""; position: absolute; left: 50%; bottom: -10px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); transform: translateX(-50%); }
.nav-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; border-radius: 999px; background: var(--cyan); color: var(--primary); font-weight: 800; box-shadow: 0 12px 24px -14px rgba(0, 241, 254, .7); transition: transform .2s ease, box-shadow .2s ease; }
.nav-button:hover { transform: translateY(-2px); box-shadow: 0 18px 28px -15px rgba(0, 241, 254, .85); }

.hero { min-height: 92vh; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .72fr); align-items: center; gap: 56px; padding-top: 150px; padding-bottom: 78px; }
.eyebrow, .card-kicker, .panel-label { font-family: Geist, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--secondary); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; padding: 8px 14px; border-radius: 999px; background: var(--cyan-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 24px; color: var(--primary); font-size: clamp(3rem, 7vw, 6.4rem); line-height: .94; letter-spacing: -.06em; font-weight: 800; }
h2 { color: var(--primary); font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: 1; letter-spacing: -.045em; font-weight: 800; margin-bottom: 20px; }
h3 { color: var(--primary); font-size: 1.28rem; line-height: 1.18; letter-spacing: -.02em; margin-bottom: 12px; }
p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.hero-subhead { max-width: 740px; font-size: clamp(1.17rem, 2vw, 1.42rem); line-height: 1.55; margin-bottom: 34px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--primary); box-shadow: 0 18px 34px -18px rgba(0, 241, 254, .82), inset 0 1px 0 rgba(255,255,255,.65); }
.button-secondary { border: 1.5px solid rgba(0, 23, 54, .22); color: var(--primary); background: rgba(255,255,255,.42); }
.button-secondary:hover { background: rgba(255,255,255,.88); }
.trust-line { max-width: 620px; font-family: Geist, sans-serif; font-size: .95rem; color: var(--muted-light); }

.glass-card { background: var(--surface-cloud); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.76); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.neon-edge { border-left: 4px solid var(--cyan); }
.hero-panel { position: relative; overflow: hidden; padding: 34px; min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; }
.panel-orb { position: absolute; width: 290px; height: 290px; top: -80px; right: -70px; border-radius: 50%; background: radial-gradient(circle, rgba(0,241,254,.7), rgba(169,199,255,.26) 48%, transparent 70%); filter: blur(2px); }
.hero-panel h2 { position: relative; font-size: clamp(2rem, 3vw, 3.1rem); }
.panel-label { position: relative; margin-bottom: 14px; color: var(--secondary); }
.signal-list { position: relative; display: grid; gap: 14px; margin-top: 22px; }
.signal-list div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(196,198,208,.42); }
.signal-list span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--cyan-soft); color: var(--secondary); }
.signal-list p { margin: 0; font-size: .98rem; line-height: 1.5; }

.section-heading { max-width: 880px; margin-bottom: 42px; }
.section-heading.narrow { max-width: 820px; margin-inline: auto; text-align: center; }
.section-heading .eyebrow, .final-panel .eyebrow { margin-bottom: 18px; }

.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.bento-grid article, .benefit-grid article, .proof-grid article, .fit-grid article, .framework-card { padding: 30px; }
.bento-large { grid-row: span 2; min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; }
.bento-grid .material-symbols-outlined, .benefit-grid .material-symbols-outlined { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 18px; background: var(--cyan-soft); color: var(--secondary); font-size: 30px; }

.outcome-band { padding-top: 40px; }
.split { display: grid; grid-template-columns: 1fr .72fr; gap: 52px; align-items: end; padding: 54px; border-radius: 32px; background: linear-gradient(135deg, #fff, #eaf7ff); border: 1px solid rgba(255,255,255,.86); box-shadow: var(--shadow-soft); }
.split h2 { margin-bottom: 0; }
.split p { margin-bottom: 0; font-size: 1.15rem; }

.framework-grid, .fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.framework-card { min-height: 410px; }
.card-kicker { display: block; margin-bottom: 16px; color: var(--secondary); }
.framework-card ul, .deliverables ul, .fit-grid ul { display: grid; gap: 12px; margin-top: 22px; }
.framework-card li, .deliverables li, .fit-grid li { position: relative; padding-left: 28px; color: var(--muted); line-height: 1.5; }
.framework-card li::before, .deliverables li::before, .fit-grid li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px var(--cyan-soft); }

.pmo-section { background: linear-gradient(180deg, rgba(255,255,255,0), rgba(227,242,253,.62), rgba(255,255,255,0)); }
.agent-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.agent-grid article { padding: 24px; border-radius: 22px; background: rgba(255,255,255,.72); border: 1px solid rgba(196,198,208,.48); box-shadow: var(--shadow-soft); }
.agent-grid span, .steps span { display: inline-flex; margin-bottom: 18px; font-family: Geist, sans-serif; color: var(--secondary); font-weight: 800; }
.agent-grid p { font-size: .96rem; line-height: 1.55; }

.offer-panel { display: grid; grid-template-columns: 1fr .72fr; gap: 34px; padding: 44px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(227,242,253,.82)); }
.offer-panel h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.inner-card { padding: 30px; box-shadow: none; background: rgba(255,255,255,.66); }
.deliverables h3 { margin-bottom: 10px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit-grid article { min-height: 280px; }

.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.proof-grid article { min-height: 210px; }
.proof-grid strong { display: block; margin-bottom: 18px; color: var(--primary); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: .95; letter-spacing: -.05em; }
.proof-grid span { color: var(--muted); line-height: 1.55; }

.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; counter-reset: steps; }
.steps li { min-height: 245px; padding: 24px; border-radius: 24px; background: rgba(255,255,255,.72); border: 1px solid rgba(196,198,208,.48); box-shadow: var(--shadow-soft); }
.steps strong { display: block; color: var(--primary); font-size: 1.24rem; margin-bottom: 12px; }
.steps p { font-size: .96rem; line-height: 1.55; margin-bottom: 0; }

.muted-card { background: rgba(243,243,244,.76); }
.faq-list { display: grid; gap: 14px; }
details { padding: 24px 28px; }
summary { cursor: pointer; color: var(--primary); font-size: 1.12rem; font-weight: 800; }
details p { margin: 14px 0 0; max-width: 900px; }
.final-panel { padding: 64px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(0,241,254,.22), transparent 28rem), rgba(255,255,255,.86); }
.final-panel h2 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.final-panel p { max-width: 720px; margin-inline: auto; }
.placeholder-note { margin-top: 18px; font-family: Geist, sans-serif; font-size: .9rem; color: var(--muted-light); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px 0 56px; color: var(--muted); }
.site-footer p { margin-bottom: 0; font-size: .95rem; }
.site-footer a { color: var(--primary); font-weight: 800; }

.reveal { animation: fadeUp .7s ease-out both; }
.delay-1 { animation-delay: .14s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
  .hero, .offer-panel, .split { grid-template-columns: 1fr; }
  .hero { padding-top: 132px; }
  .hero-panel { min-height: 420px; }
  .agent-grid, .steps, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .desktop-nav { display: none; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, var(--container)); }
  .glass-nav { inset: 10px 12px auto; height: 64px; padding: 0 12px 0 14px; }
  .brand span:last-child { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-button { min-height: 40px; padding: 0 16px; font-size: .92rem; }
  .hero { min-height: auto; padding-top: 112px; gap: 28px; }
  .section { padding: 58px 0; }
  h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .cta-row, .button { width: 100%; }
  .button { padding-inline: 18px; }
  .hero-panel, .offer-panel, .split, .final-panel { padding: 26px; border-radius: 24px; }
  .bento-grid, .framework-grid, .fit-grid, .agent-grid, .steps, .benefit-grid, .proof-grid { grid-template-columns: 1fr; }
  .bento-large { min-height: 290px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}

/* Requested layout refinements: larger logo, stronger brand label, and enhanced form aesthetics */
.glass-nav {
  height: 86px;
  padding: 0 28px;
}
.brand {
  gap: 16px;
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.05;
}
.brand-name {
  color: var(--primary);
  font-weight: 800;
}
.brand-tagline {
  color: var(--secondary);
  font-family: Geist, sans-serif;
  font-size: clamp(.64rem, .95vw, .78rem);
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}
.brand-mark {
  width: 98px;
  height: 58px;
  background: #ffffff;
  overflow: visible;
  border-radius: 14px;
  box-shadow: 0 14px 28px -18px rgba(0, 23, 54, .45), inset 0 0 0 1px rgba(0, 23, 54, .08);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.consultation-form {
  max-width: 980px;
  margin: 34px auto 30px;
  padding: 34px;
  text-align: left;
  background: linear-gradient(145deg, rgba(0, 23, 54, .96), rgba(0, 43, 91, .92));
  border: 1px solid rgba(0, 241, 254, .28);
  box-shadow: 0 30px 90px -46px rgba(0, 23, 54, .78), inset 0 1px 0 rgba(255,255,255,.12);
}
.consultation-form p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.84);
}
.consultation-form label {
  display: block;
  color: rgba(255,255,255,.86);
  font-family: Geist, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.consultation-form input:not([type="hidden"]),
.consultation-form select,
.consultation-form textarea,
.newsletter-form input {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border: 1px solid rgba(196, 198, 208, .55);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--primary);
  background: rgba(255,255,255,.94);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 23, 54, .06);
}
.consultation-form textarea {
  min-height: 150px;
  resize: vertical;
}
.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus,
.newsletter-form input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 241, 254, .18);
}
.consultation-form .button {
  width: 100%;
  margin-top: 8px;
}
.newsletter-form {
  display: grid;
  gap: 14px;
}
.newsletter-form p {
  margin-bottom: 0;
}
@media (max-width: 1120px) {
  .glass-nav { height: 78px; }
  .brand-mark { width: 54px; height: 54px; }
  .brand { font-size: 1.05rem; }
}
@media (max-width: 760px) {
  .glass-nav { height: 68px; }
  .brand-mark { width: 46px; height: 46px; }
  .brand span:last-child { display: inline; max-width: 145px; font-size: .86rem; line-height: 1.05; }
  .consultation-form { padding: 22px; }
}

/* Visual refinements for requested section imagery */
.brand {
  font-size: clamp(1.22rem, 2.15vw, 1.72rem);
}
.brand-mark {
  width: 78px;
  height: 78px;
}
.growth-card {
  justify-content: space-between;
  overflow: hidden;
}
.card-visual {
  width: 100%;
  margin: 22px 0 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 44px -30px rgba(0, 23, 54, .62);
}
.card-visual img,
.approach-visual img,
.section-bridge-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.approach-visual {
  margin: -8px 0 28px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
}
.section-bridge-visual {
  margin-top: -28px;
  margin-bottom: 18px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255,255,255,.82);
}
@media (max-width: 1120px) {
  .brand-mark { width: 62px; height: 62px; }
  .brand { font-size: 1.12rem; }
}
@media (max-width: 760px) {
  .brand-mark { width: 50px; height: 50px; }
  .brand span:last-child { max-width: 165px; font-size: .95rem; }
  .section-bridge-visual { margin-top: -10px; }
}

/* Header logo final override + chatbot capture widget */
.brand-mark {
  width: 112px;
  height: 60px;
  border-radius: 14px;
  overflow: visible;
}
.brand-copy {
  min-width: 230px;
}
.chatbot-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  font-family: "Hanken Grotesk", system-ui, sans-serif;
}
.chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: white;
  font-weight: 800;
  box-shadow: 0 18px 40px -20px rgba(0, 23, 54, .8);
  cursor: pointer;
}
.chatbot-toggle .material-symbols-outlined { color: var(--cyan); }
.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: min(390px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 120px));
  display: none;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0, 241, 254, .24);
  box-shadow: 0 28px 90px -40px rgba(0, 23, 54, .88);
}
.chatbot-panel.is-open { display: block; }
.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  background: linear-gradient(145deg, var(--primary), var(--primary-container));
  color: white;
}
.chatbot-header strong { display: block; font-size: 1.05rem; }
.chatbot-header span { display: block; margin-top: 5px; color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.35; }
.chatbot-header button {
  border: 0;
  background: rgba(255,255,255,.12);
  color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
}
.chatbot-transcript {
  display: grid;
  gap: 10px;
  max-height: 180px;
  overflow-y: auto;
  padding: 18px 18px 0;
}
.chat-message { display: flex; }
.chat-message span {
  display: inline-block;
  max-width: 86%;
  padding: 10px 13px;
  border-radius: 16px;
  font-size: .94rem;
  line-height: 1.42;
}
.chat-message.bot span { background: var(--surface-soft); color: var(--primary); }
.chat-message.visitor { justify-content: flex-end; }
.chat-message.visitor span { background: var(--cyan); color: var(--primary); }
.chatbot-form {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.chatbot-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.chatbot-form label {
  display: grid;
  gap: 6px;
  color: var(--primary);
  font-size: .88rem;
  font-weight: 800;
}
.chatbot-form input,
.chatbot-form textarea {
  width: 100%;
  border: 1px solid rgba(196, 198, 208, .75);
  border-radius: 14px;
  padding: 11px 12px;
  font: inherit;
  color: var(--primary);
  background: white;
  outline: none;
}
.chatbot-form input:focus,
.chatbot-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px var(--cyan-soft);
}
.chatbot-form .button { width: 100%; border: 0; cursor: pointer; }
.chatbot-form .button:disabled { opacity: .62; cursor: wait; }
.chatbot-status { min-height: 1.2em; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.35; }
@media (max-width: 760px) {
  .brand-mark { width: 82px; height: 46px; }
  .brand-copy { min-width: 0; }
  .brand-tagline { white-space: normal; }
  .chatbot-widget { right: 14px; bottom: 14px; }
  .chatbot-field-grid { grid-template-columns: 1fr; }
}

/* Chatbot response library quick replies */
.chatbot-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0 2px;
}
.chatbot-quick-replies button {
  border: 1px solid rgba(0, 105, 111, .24);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(0, 241, 254, .12);
  color: var(--primary);
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.chatbot-quick-replies button:hover,
.chatbot-quick-replies button:focus-visible {
  transform: translateY(-1px);
  background: rgba(0, 241, 254, .24);
  border-color: rgba(0, 105, 111, .5);
  outline: none;
}
