/* Official artwork stays byte-for-byte intact. The emblem windows are CSS crops. */
:root { --brand-blue: #19a1db; --brand-ink: #0874a4; --brand-soft: #e5f5fc; }
html, body { cursor: auto; background: #f4f6f8; }
body { background: radial-gradient(ellipse at 4% 35%, #fff 0, transparent 42rem), #f4f6f8; }
.grain-overlay { opacity: .12; }
::selection { background: #b7e6fa; color: #102c3d; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; color: #252b30; text-decoration: none; }
.brand-emblem { display: block; width: 54px; aspect-ratio: 283 / 253; overflow: hidden; flex-shrink: 0; }
.brand-emblem img { display: block; width: 100%; height: auto; max-width: none; }
.brand-name { font-family: Syne, sans-serif; font-weight: 800; font-size: 14px; line-height: 1.18; letter-spacing: .025em; }
.brand-name > span { display: block; color: #58646d; letter-spacing: .105em; font-size: 12px; margin-top: 2px; }
.site-nav .glass-panel { background: rgba(255,255,255,.87); }
.nav-link { transition: color .18s; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--brand-ink); }
.nav-link[aria-current="page"] { text-decoration: underline; text-underline-offset: 7px; text-decoration-color: var(--brand-blue); }
.lead-hero { padding-top: 148px; }
.brand-ink, .brand-eyebrow { color: var(--brand-ink); }
.offer-card { display: flex; flex-direction: column; gap: 14px; padding: 26px; border-radius: 22px; position: relative; transition: background .2s, box-shadow .2s, transform .2s; }
.offer-card::before { content: ""; position: absolute; top: 0; left: 26px; height: 3px; width: 40px; background: var(--brand-blue); border-radius: 0 0 3px 3px; }
.offer-card p { color: #536171; line-height: 1.65; font-size: 15px; }
a.offer-card:hover { background: rgba(255,255,255,.85); box-shadow: 0 12px 30px rgba(25,161,219,.12); transform: translateY(-3px); }
.offer-action { display: flex; justify-content: space-between; gap: 10px; color: var(--brand-ink); font-weight: 600; font-size: 14px; margin-top: auto; padding-top: 8px; }
.offer-action > span { font-size: 21px; line-height: 1; }
.text-link { color: var(--brand-ink); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(8,116,164,.3); text-underline-offset: 5px; }
.text-link:hover { text-decoration-color: var(--brand-ink); }
.btn-dark { background: #096c97; color: white; box-shadow: 0 5px 16px rgba(8,116,164,.16); text-transform: none; letter-spacing: 0; font-family: Inter, sans-serif; font-size: 14px; min-height: 44px; }
.btn-dark:hover { background: #075473; }
.btn-ghost { border-color: #bddfeb; color: #08648b; }
.work-visual { display: flex; flex-direction: column; justify-content: center; padding: 32px; background: linear-gradient(150deg, #10212e, #1b394b); min-height: 340px; gap: 20px; }
.work-visual img { width: 100%; height: auto; image-rendering: auto; border-radius: 8px; box-shadow: 0 15px 35px #0005; }
.work-caption { color: #b9d8e8; font-size: 12px; letter-spacing: .025em; }
.process-step { display: flex; align-items: flex-start; gap: 20px; }
.process-step > span { color: var(--brand-ink); font-size: 12px; font-weight: 700; font-family: Syne, sans-serif; padding-top: 5px; }
.site-footer { background: linear-gradient(135deg, rgba(226,243,251,.75), rgba(255,255,255,.35)); }
#inquiry-form { background: rgba(255,255,255,.7); }
#inquiry-form input:focus, #inquiry-form select:focus, #inquiry-form textarea:focus { border-color: var(--brand-ink); --tw-ring-color: #a0d9f2; }
.prose-mc a { color: #08648b; text-decoration-color: #87bed6; }
.eyebrow { color: #546876; }
.eyebrow.brand-eyebrow { color: var(--brand-ink); }
.pill { color: #486273; border-color: #d9e8ef; }
.text-metallic { animation: none; }
.page-title { line-height: 1.1; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 18px; background: white; color: #075473; border-radius: 8px; }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #0874a4; outline-offset: 4px; }
@media (max-width: 767px) {
  .lead-hero { padding-top: 122px; }
  .lead-hero h1 { font-size: clamp(2.45rem, 10.4vw, 3.5rem); }
  .lead-hero #start-here { gap: 12px; margin-top: 28px; }
  .offer-card { padding: 23px; gap: 9px; }
  .offer-card h2 { font-size: 22px; }
  .work-visual { min-height: 0; padding: 22px; }
  .academy-intro { align-items: flex-start; }
  .brand-emblem { width: 43px; }
  .brand-lockup { gap: 9px; }
  .brand-name { font-size: 12px; }
  .brand-name > span { font-size: 10px; }
  #mobile-menu { max-height: calc(100dvh - 110px); overflow-y: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
/* Keep all three paths in reach on a phone; each destination provides the detail. */
@media (max-width: 767px) {
  .lead-hero #start-here .offer-card { padding: 18px 22px; gap: 6px; }
  .lead-hero #start-here .offer-card p { display: none; }
  .lead-hero #start-here .offer-card h2 { font-size: 20px; }
  .lead-hero #start-here .offer-action { padding-top: 4px; }
  .lead-hero .text-sm.text-gray-500 { display: none; }
}

/* The approved product concept replaces the floating emblem and its halo. */
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr); }
.hero-copy { order: 0; }
.hero-layout #start-here { order: 1; }
.hero-product { order: 2; width: 100%; max-width: 400px; margin: 32px auto 0; }
.hero-product img { display: block; width: 100%; height: auto; border-radius: 16px; }
.hero-product figcaption { margin-top: 9px; color: #63717c; font-size: 12px; text-align: right; }
@media (min-width: 768px) {
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(240px, .6fr); column-gap: 40px; align-items: center; }
  .hero-product { order: 1; margin: 0; justify-self: end; }
  .hero-layout #start-here { order: 2; grid-column: 1 / -1; }
}

/* One continuous surface: a generous brand area flowing into a slim link bar. */
.site-nav .nav-shell { position: relative; height: 80px; padding: 10px 18px; overflow: visible; background: white; border: 0; border-radius: 28px; }
.nav-surface { display: none; }
.site-nav .brand-lockup { gap: 12px; position: relative; }
.site-nav .brand-emblem { width: 64px; }
.site-nav .brand-name { font-size: 14px; }
.site-nav .brand-name > span { font-size: 11px; }
@media (min-width: 1024px) {
  .site-nav .nav-shell { height: 112px; padding: 20px 24px; background: transparent; border-radius: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; isolation: isolate; }
  .nav-surface { display: block; position: absolute; inset: 0; z-index: -1; pointer-events: none; filter: drop-shadow(0 10px 18px rgba(37, 55, 70, .055)); }
  .nav-brand-surface { position: absolute; left: 0; top: 0; width: 380px; height: 112px; }
  .nav-link-surface { position: absolute; left: 379px; right: 0; top: 20px; height: 72px; background: white; border-radius: 0 40px 40px 0; }
  .site-nav .brand-emblem { width: 92px; }
  .site-nav .brand-name { font-size: 16px; }
  .site-nav .brand-name > span { font-size: 13px; }
}
.about-identity { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: center; gap: 40px; margin: 8px 0 48px; }
.prose-mc .about-identity-logo { display: block; width: 240px; height: auto; margin: 0; border-radius: 0; box-shadow: none; }
.about-identity p { margin: 0; }
@media (max-width: 767px) {
  .site-nav .brand-emblem { width: 64px; }
  .site-nav .brand-lockup { gap: 10px; }
  .site-nav .brand-name { font-size: 12px; }
  .site-nav .brand-name > span { font-size: 10px; }
  .about-identity { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .prose-mc .about-identity-logo { width: 240px; justify-self: center; }
}

/* Match content clearance to the brand area. */
.lead-hero { padding-top: 168px; }
@media (max-width: 767px) {
  .lead-hero { padding-top: 136px; }
  #mobile-menu { max-height: calc(100dvh - 124px); }
}
