.brand-page { --brand-ease: cubic-bezier(.2,.8,.2,1); background: #fefefe; color: #0b1730; }
.brand-page .site-header { background: rgba(254,254,254,.97); }
.brand-page :focus-visible { outline: 3px solid #016ff7; outline-offset: 4px; }
.brand-hero { padding: clamp(66px,7.5vw,108px) 0 clamp(76px,8vw,102px); border-bottom: 1px solid #dce4ef; overflow: clip; }
.brand-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: center; gap: clamp(52px,7vw,104px); }
.brand-hero-copy { max-width: 790px; }
.brand-hero h1 { margin: 14px 0 20px; color: #06152d; font-size: clamp(3.45rem,7vw,6.8rem); letter-spacing: -.064em; line-height: .92; }
.brand-subtitle { max-width: 720px; margin: 0; color: #0b1730; font-size: clamp(1.3rem,2.15vw,1.9rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.32; }
.brand-intro { max-width: 680px; margin: 22px 0 0; color: #68758a; font-size: 1.02rem; line-height: 1.72; }
.brand-page .hero-actions { margin-top: 32px; }
.brand-signature { position: relative; min-width: 0; padding: 27px 0 0 28px; border-left: 1px solid #dce4ef; }
.brand-signature::before { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #016ff7; content: ""; transform-origin: left center; }
.brand-lockup { display: grid; place-items: center; width: 100%; min-height: 116px; margin: 21px 0 23px; }
.brand-lockup img { display: block; width: min(100%,285px); height: auto; aspect-ratio: 285 / 79; margin: 0 auto; object-fit: contain; object-position: center; }
.brand-signature-label, .brand-signature-domain, .project-type { color: #005bc9; font: 700 .72rem/1.2 ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .12em; }
.brand-signature p { margin: 0 0 24px; color: #68758a; line-height: 1.68; }
.brand-signature-domain { color: #68758a; letter-spacing: .04em; }
.brand-section { padding: 92px 0; border-bottom: 1px solid #dce4ef; }
.brand-split { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: clamp(50px,9vw,130px); }
.brand-page h2 { max-width: 620px; margin: 12px 0 0; color: #06152d; font-size: clamp(2rem,4vw,3.2rem); letter-spacing: -.045em; line-height: 1.08; }
.brand-copy { max-width: 700px; }
.brand-copy p { margin: 0 0 22px; color: #68758a; font-size: 1rem; line-height: 1.8; }
.text-route { display: inline-flex; gap: 10px; margin-top: 10px; color: #005bc9; font-weight: 750; text-decoration: none; text-decoration-color: transparent; text-underline-offset: 5px; transition: color .2s ease, text-decoration-color .2s ease; }
.text-route span, .brand-services-grid a span, .brand-project-grid a span, .brand-page .primary-link span, .brand-page .secondary-link span { transition: transform .22s var(--brand-ease); }
.text-route:hover { color: #016ff7; text-decoration: underline; text-decoration-color: currentColor; }
.text-route:hover span, .brand-services-grid a:hover span, .brand-project-grid a:hover span, .brand-page .primary-link:hover span, .brand-page .secondary-link:hover span { transform: translateX(3px); }
.brand-page .primary-link, .brand-page .secondary-link { transition: transform .22s var(--brand-ease), background-color .22s ease, border-color .22s ease, color .22s ease; }
.brand-page .primary-link:hover, .brand-page .secondary-link:hover { transform: translateY(-1px); }
.brand-page .primary-link:active, .brand-page .secondary-link:active { transform: translateY(0); }
.brand-services { background: #f8fafc; }
.brand-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 46px; }
.brand-section-heading > p { max-width: 430px; margin: 0; color: #68758a; line-height: 1.7; }
.brand-services-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #cbd6e5; }
.brand-services-grid article { display: grid; grid-template-columns: 34px 1fr; gap: 8px 18px; padding: 30px 34px 34px 0; border-bottom: 1px solid #dce4ef; }
.brand-services-grid article:nth-child(even) { padding-left: 34px; border-left: 1px solid #dce4ef; }
.brand-services-grid article > span { grid-row: 1 / 4; padding-top: 5px; color: #005bc9; font: 700 .72rem ui-monospace,monospace; }
.brand-page h3 { margin: 0; color: #06152d; font-size: 1.18rem; letter-spacing: -.02em; }
.brand-services-grid p, .brand-project-grid p { margin: 6px 0 8px; color: #68758a; line-height: 1.65; }
.brand-services-grid a, .brand-project-grid a { color: #005bc9; font-size: .9rem; font-weight: 750; text-decoration: none; transition: color .2s ease; }
.brand-services-grid a:hover, .brand-project-grid a:hover { color: #016ff7; text-decoration: underline; text-underline-offset: 4px; }
.brand-project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid #dce4ef; }
.brand-project-grid article { padding: 34px clamp(24px,3vw,42px) 38px 0; }
.brand-project-grid article + article { padding-left: clamp(24px,3vw,42px); border-left: 1px solid #dce4ef; }
.brand-project-grid .project-type { margin: 0 0 20px; }
.brand-project-grid h3 { font-size: 1.4rem; }
.brand-project-grid p:not(.project-type) { min-height: 82px; }
.brand-principles { background: #06152d; }
.brand-principles .section-label, .brand-principles h2 { color: #fefefe; }
.principles-list { border-top: 1px solid rgba(255,255,255,.22); }
.principles-list p { display: grid; grid-template-columns: minmax(180px,.7fr) minmax(0,1.3fr); gap: 30px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.principles-list strong { color: #fefefe; }
.principles-list span { color: #b7c3d5; line-height: 1.6; }
.brand-cta { padding: 86px 0; }
.brand-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.brand-cta h2 { margin-top: 10px; }
.brand-cta p:not(.section-label) { margin: 18px 0 0; color: #68758a; }

@media (prefers-reduced-motion: no-preference) {
  .brand-page .hero-enter, .brand-page .brand-hero h1 { animation: brand-hero-enter .58s var(--brand-ease) both; }
  .brand-page .hero-enter-1 { animation-delay: 40ms; }
  .brand-page .brand-hero h1 { animation-delay: 115ms; }
  .brand-page .hero-enter-3 { animation-delay: 190ms; }
  .brand-page .hero-enter-4 { animation-delay: 265ms; }
  .brand-page .hero-enter-5 { animation-delay: 340ms; }
  .brand-page .hero-enter-6 { animation-delay: 415ms; }
  .brand-page .brand-signature::before { animation: brand-line-enter .68s var(--brand-ease) .42s both; }
}
@keyframes brand-hero-enter { from { opacity: 0; transform: translate3d(0,12px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes brand-line-enter { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 900px) {
  .brand-hero-grid, .brand-split { grid-template-columns: 1fr; }
  .brand-hero-grid { gap: 58px; }
  .brand-signature { width: min(100%,620px); }
  .brand-project-grid { grid-template-columns: 1fr; }
  .brand-project-grid article, .brand-project-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid #dce4ef; }
  .brand-project-grid article:last-child { border-bottom: 0; }
  .brand-project-grid p:not(.project-type) { min-height: 0; }
}
@media (max-width: 680px) {
  .brand-hero { padding: 54px 0 68px; }
  .brand-hero-grid { gap: 46px; }
  .brand-hero h1 { font-size: clamp(3.15rem,17vw,4.8rem); }
  .brand-intro { margin-top: 20px; }
  .brand-signature { padding: 24px 0 0; border-left: 0; }
  .brand-lockup { min-height: 96px; margin: 16px 0 18px; }
  .brand-lockup img { width: min(86vw,285px); }
  .brand-section { padding: 64px 0; }
  .brand-services-grid { grid-template-columns: 1fr; }
  .brand-services-grid article, .brand-services-grid article:nth-child(even) { padding: 26px 0; border-left: 0; }
  .brand-section-heading, .brand-cta-inner { align-items: flex-start; flex-direction: column; }
  .principles-list p { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 360px) {
  .brand-hero h1 { font-size: 3rem; }
  .brand-subtitle { font-size: 1.2rem; }
  .brand-page .hero-actions { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-page * { scroll-behavior: auto !important; }
  .brand-page .hero-enter, .brand-page .brand-hero h1, .brand-page .brand-signature::before { animation: none !important; opacity: 1 !important; transform: none !important; }
}
