:root {
  --ink: #153445;
  --teal: #0d6873;
  --teal-light: #4ebfa7;
  --yellow: #f6c84c;
  --coral: #ef7867;
  --sky: #dff5f2;
  --paper: #f7fbfa;
  --white: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; text-decoration: none; }
.brand-nav {
  min-height: 72px;
  padding: 12px clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-bottom: 1px solid #d6e8e6;
}
.wordmark { display: flex; align-items: center; gap: 8px; }
.wordmark > img { width: 48px; height: 52px; object-fit: contain; object-position: center bottom; transition: transform .2s ease; }
.brand-signature { min-width: 0; display: grid; gap: 5px; }
.brand-name { position: relative; padding-bottom: 6px; font-size: 28px; font-weight: 950; line-height: 1; }
.brand-name b { color: #d99c00; }
.brand-name strong { color: var(--teal); }
.brand-name::after { content: ""; position: absolute; bottom: -2px; left: 2px; width: 7px; height: 4px; background: var(--yellow); border-radius: 4px; box-shadow: 11px 0 var(--teal-light), 22px 0 var(--coral); transition: transform .2s ease; }
.brand-signature small { display: flex; align-items: center; gap: 7px; color: #526f7b; font-size: 14px; font-weight: 880; line-height: 1.1; white-space: nowrap; }
.brand-signature small img { width: 24px; height: 24px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 1px rgba(13,104,115,.2); }
.wordmark:hover > img { transform: translateY(-2px) rotate(-2deg); }
.wordmark:hover .brand-name::after { transform: translateX(5px); }
.brand-nav-actions { display: flex; align-items: center; gap: 8px; }
.brand-nav-actions a { padding: 11px 14px; color: var(--teal); border-radius: 6px; text-decoration: none; font-size: 13px; font-weight: 820; }
.portal-link {
  min-height: 42px;
  padding: 11px 16px;
  color: var(--white);
  background: var(--teal);
  border-radius: 8px;
  font-weight: 820;
}
.brand-hero {
  position: relative;
  min-height: min(780px, calc(100vh - 190px));
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 54px clamp(24px, 7vw, 110px);
  color: var(--white);
  background: var(--teal);
}
.brand-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12px;
  background: linear-gradient(90deg, var(--yellow) 0 40%, var(--teal-light) 40% 70%, var(--coral) 70%);
}
.brand-hero img {
  position: absolute;
  right: clamp(-30px, 2vw, 50px);
  bottom: 0;
  width: min(52vw, 650px);
  max-height: 92%;
  object-fit: contain;
  object-position: right bottom;
}
.hero-copy { position: relative; z-index: 1; width: min(690px, 59%); }
.eyebrow {
  margin: 0 0 10px;
  color: #b8f0e5;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 900;
}
.brand-hero h1 { margin: 0; color: var(--yellow); font-size: clamp(72px, 11vw, 156px); line-height: .9; }
.hero-line { margin: 30px 0 0; font-size: clamp(23px, 3vw, 40px); line-height: 1.18; font-weight: 760; }
.brand-intro,
.archetypes,
.neuro-section,
.symbol-section {
  padding: 72px clamp(24px, 7vw, 110px);
}
.brand-intro { max-width: 1100px; }
.brand-intro .eyebrow,
.archetypes .eyebrow,
.neuro-section .eyebrow,
.symbol-section .eyebrow { color: var(--teal); }
h2 { margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.06; }
.brand-intro > p:last-child,
.neuro-copy > p,
.symbol-section p {
  max-width: 820px;
  color: #526d78;
  font-size: 19px;
  line-height: 1.65;
}
.archetypes { color: var(--white); background: #163f4d; }
.archetypes .eyebrow { color: #9be1d4; }
.archetype-bar {
  margin: 34px 0 28px;
  display: grid;
  grid-template-columns: 4fr 3fr 3fr;
  overflow: hidden;
  border-radius: 8px;
}
.archetype-bar span { min-height: 70px; padding: 18px; display: grid; place-items: center; color: var(--ink); font-weight: 900; }
.protection { background: var(--teal-light); }
.wisdom { background: var(--yellow); }
.creativity { background: var(--coral); }
.archetype-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.archetype-grid article { padding-top: 20px; border-top: 2px solid rgba(255,255,255,.25); }
.archetype-grid .number { color: var(--yellow); font-size: 48px; font-weight: 950; }
.archetype-grid h3 { margin: 4px 0 12px; font-size: 27px; }
.archetype-grid p { margin: 0; color: #d0e2e6; line-height: 1.6; }
.neuro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 70px;
  align-items: start;
}
.principles { display: grid; gap: 12px; }
.principles div {
  min-height: 92px;
  padding: 18px;
  display: grid;
  gap: 4px;
  background: var(--white);
  border: 1px solid #cfe3e0;
  border-left: 6px solid var(--teal-light);
  border-radius: 8px;
}
.principles div:nth-child(2) { border-left-color: var(--yellow); }
.principles div:nth-child(3) { border-left-color: var(--coral); }
.principles strong { font-size: 20px; }
.principles span { color: #607985; line-height: 1.45; }
.symbol-section {
  display: flex;
  align-items: center;
  gap: clamp(28px, 7vw, 90px);
  background: var(--sky);
}
.symbol-section img { width: min(330px, 35vw); max-height: 390px; object-fit: contain; }
footer {
  min-height: 100px;
  padding: 28px clamp(24px, 7vw, 110px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  background: var(--ink);
}
footer strong { color: var(--yellow); font-size: 30px; }
footer span { color: #c4d7dc; }

@media (max-width: 760px) {
  .brand-nav { padding-inline: 14px; }
  .brand-nav .wordmark > img { width: 42px; height: 47px; }
  .brand-name { font-size: 23px; }
  .brand-signature small { font-size: 11px; }
  .brand-signature small img { width: 19px; height: 19px; }
  .brand-nav-actions > a:first-child { display: none; }
  .portal-link { padding-inline: 11px; font-size: 12px; }
  .brand-hero { min-height: calc(100svh - 200px); align-items: flex-start; padding-top: 54px; }
  .brand-hero img { width: 95vw; right: -22vw; opacity: .52; }
  .hero-copy { width: 100%; }
  .hero-line { max-width: 88%; }
  .archetype-bar { grid-template-columns: 1fr; }
  .archetype-grid, .neuro-section { grid-template-columns: 1fr; }
  .symbol-section { align-items: flex-start; }
  .symbol-section img { width: 120px; }
  footer { align-items: flex-start; flex-direction: column; }
}
