/* The original brand tokens in styles.css are the only accent palette. */
body { background-image: radial-gradient(ellipse at 95% 5%, #1372f20c, transparent 28%); }
.site-header { background: #071426ed; }
.nav-shell { min-height: 84px; }
.motion-toggle--header { flex-shrink: 0; width: 38px; justify-content: center; border: 1px solid var(--line); border-radius: 50%; min-height: 38px; padding: 0; }
.motion-toggle--header .motion-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.motion-toggle--header .motion-icon { font-size: 13px; }
.desktop-nav { margin-left: auto; }
.nav-shell { gap: 25px; }
.hero { min-height: 740px; padding-top: 62px; padding-bottom: 116px; grid-template-columns: 1.1fr 1fr; }
.hero-grid { opacity: .65; background-size: 56px 56px; }
.hero-visual { width: 100%; left: 0; aspect-ratio: 1; }
.hero-visual::before { inset: -12%; background: radial-gradient(ellipse, #1372f231, transparent 65%); }
.mascot-stage { inset: 3% 6% 6%; display: grid; place-items: center; transform: none; }
.hero-mascot { width: 100%; height: 100%; object-fit: contain; mask-image: none; animation: none; }
.journey-ready[data-motion=on] .hero-mascot { visibility: hidden; }
.visual-orbit { inset: 7%; border-color: #1372f250; }
.orbit-one { transform: rotate(-25deg) scaleY(.78); }
.orbit-two { inset: 0; transform: rotate(35deg) scaleY(.83); border-style: dashed; }
.hero-visual::after { content: '+'; position: absolute; right: 0; top: 28%; font: 24px var(--mono); color: var(--blue); }
.floating-label { border-radius: 7px; animation: none; box-shadow: 0 12px 35px #040d1b80; padding: 12px 14px; }
.label-tech { top: 5%; left: 0; transform: rotate(-5deg); }
.label-design { bottom: 14%; right: -1%; transform: rotate(4deg); }
.hero-platform { position: absolute; left: 8%; right: 8%; bottom: 1%; display: flex; align-items: center; gap: 14px; font: 9px var(--mono); letter-spacing: 1px; color: var(--muted); }
.hero-platform i { flex: 1; height: 1px; background: linear-gradient(90deg,var(--line),var(--blue),var(--line)); }
.hero-bottom { bottom: 33px; }
.hero-bottom > a { color: var(--ink); letter-spacing: 1.2px; }
.hero-description { max-width: 440px; }
.hero h1 { font-size: clamp(52px,5.55vw,78px); letter-spacing: -4px; }
.marquee { transform: none; margin: 0; border-block: 1px solid var(--lime); padding: 17px 0; }
.marquee-track > div { font-size: 14px; letter-spacing: 1.8px; gap: 39px; padding-right: 39px; }
.section-space { padding-block: 106px; }
.section-heading { margin-bottom: 0; }
.section-index { font-size: 10px; letter-spacing: 1.7px; }
.section-intro { max-width: 310px; }
.work-row { position: relative; }
.chapter-floor { position: relative; height: 160px; pointer-events: none; }
.work-floor,.process-floor { height: 190px; }
.floor-line { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); }
.floor-line::before,.floor-line::after { content: '+'; position: absolute; bottom: -10px; font: 17px var(--mono); color: var(--muted); }
.floor-line::before { left: 0; }.floor-line::after { right: 0; }
.floor-caption { position: absolute; bottom: 20px; left: 0; font: 9px var(--mono); letter-spacing: 1.4px; color: var(--muted); }
.floor-target { position: absolute; bottom: 16px; right: 8%; font: 26px var(--mono); color: var(--lime); opacity: .6; transition: transform .3s, opacity .3s; }
.work-row.is-visited .floor-target { opacity: 1; transform: rotate(90deg); }
.work-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; padding: 22px 40px 0; }
.offset-card { margin-top: 0; }
.work-image { border-radius: 8px; aspect-ratio: 4 / 5; background: var(--panel); transition: border-color .25s, box-shadow .25s; }
.work-image--portrait { padding: 14px; }
.work-image--massagem { background: #e5d4cb; }.work-image--brow { background: #372920; }
.work-image > img { object-fit: contain; }
.work-category { color: var(--lime); font: 9px var(--mono); letter-spacing: .8px; display: block; margin-bottom: 10px; }
.work-caption h3 { font-size: 16px; line-height: 1.5; }
.work-caption p { font-size: 11px; }
.work-card.is-presented .work-image { border-color: var(--lime); box-shadow: 0 0 0 3px #a3f52b10, 0 18px 40px #040d1b55; }
.work-card.is-presented .work-open { color: var(--bg); background: var(--lime); }
.instagram-link { margin-top: 42px; }
.solutions-section { background: var(--bg-deep); overflow: visible; }
.solutions-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#1372f20b 1px,transparent 1px),linear-gradient(90deg,#1372f20b 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,#000,transparent 85%); }
.offer-heading,.offer-stage { position: relative; z-index: 1; }
.offer-title-row { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 70px; align-items: end; }
.offer-title-row h2 { max-width: 850px; }
.offer-title-row > p { max-width: 390px; color: var(--muted); font-size: 16px; line-height: 1.85; padding-bottom: 8px; }
.offer-stage { margin-top: 20px; }
.offer-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(370px,.95fr); gap: 80px; align-items: start; }
.offer-layout .service-list { padding-top: 0; }
.offer-layout .service-detail:first-child { border-top-color: var(--lime); }
.service-detail.is-current-service { border-top-color: var(--lime); }
.service-detail.is-current-service .service-num { color: var(--lime); }
.service-delivery { margin: 18px 0 3px; padding: 14px 16px; border-left: 2px solid var(--lime); background: #a3f52b08; color: #c8d5e6!important; }
.service-delivery strong { color: var(--ink); }
.solution-concept { position: sticky; top: 125px; }
.concept-kicker { display: flex; align-items: center; gap: 10px; margin: 2px 0 12px; font: 9px var(--mono); letter-spacing: 1.2px; color: var(--muted); }
.concept-kicker span { padding: 4px 7px; border: 1px solid var(--lime); border-radius: 20px; color: var(--lime); }
.concept-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 13px; color: var(--muted); font: 9px var(--mono); letter-spacing: 1.2px; }
.concept-count { color: var(--lime); }
.mascot-video { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(270px,360px); gap: 80px; align-items: center; margin-top: 105px; padding: 50px 70px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(125deg,#0c2039,#071426); overflow: hidden; }
.mascot-video::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 50%,#1372f22b,transparent 33%); }
.video-copy,.video-frame { position: relative; z-index: 1; }
.video-copy .section-index { margin-bottom: 18px; }
.video-copy h3 { font-size: clamp(36px,4vw,56px); line-height: 1.1; letter-spacing: -2.2px; }
.video-copy h3 span { color: var(--lime); }
.video-copy > p:not(.section-index) { max-width: 430px; margin-top: 20px; color: var(--muted); font-size: 16px; }
.video-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #b9c8da; font: 9px var(--mono); letter-spacing: 1px; }
.video-note i { display: grid; place-items: center; width: 28px; height: 28px; color: var(--bg); background: var(--lime); border-radius: 50%; font-style: normal; font-size: 9px; }
.video-frame { width: min(100%,285px); justify-self: center; aspect-ratio: 9/16; padding: 7px; border: 1px solid #1372f266; border-radius: 18px; background: var(--bg-deep); box-shadow: 0 20px 55px #040d1b80; }
.video-frame video { width: 100%; height: 100%; display: block; border-radius: 11px; object-fit: cover; background: var(--bg); }
.solutions-layout { gap: 88px; grid-template-columns: 1fr 1fr; position: relative; }
.solutions-intro { position: static; }
.solutions-intro h2 { font-size: clamp(40px,4.4vw,62px); }
.service-list { padding-top: 145px; }
.service-detail { padding: 28px 0; }
.service-detail[open] { border-top-color: var(--lime); }
.service-detail[open] .service-num { color: var(--lime); }
.service-detail h3 { font-size: 21px; }
.solution-scene { margin-top: 12px; max-width: 410px; }
.solution-floor { height: 178px; }
.solution-floor .floor-target { right: 8px; bottom: 12px; }
.solution-preview { position: relative; border: 1px solid #1372f270; border-radius: 10px; background: var(--panel); overflow: hidden; box-shadow: 0 22px 50px #040d1b66; transition: border-color .3s,box-shadow .3s; }
.solution-scene.is-visited .solution-preview { border-color: var(--lime); box-shadow: 0 0 32px #1372f218; }
.preview-top { height: 37px; display: flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); padding: 0 13px; font: 8px var(--mono); letter-spacing: .8px; }
.window-dots { color: var(--muted); font-size: 6px; white-space: nowrap; }.preview-status { margin-left: auto; color: var(--lime); font-size: 15px; }
.preview-content { padding: 28px; min-height: 260px; position: relative; overflow: hidden; }
.preview-brand { font-size: 11px; font-weight: 800; }.preview-brand > span { color: var(--lime); margin-left: 3px; }
.preview-title { font-size: 29px; line-height: 1.25; letter-spacing: -1.2px; margin: 28px 0 20px; width: 72%; position: relative; }
.preview-chip { font-size: 8px; font-weight: 700; color: var(--bg); padding: 5px 9px; border-radius: 20px; background: var(--lime); position: relative; }
.preview-bars { position: absolute; right: -12px; top: 92px; width: 145px; transform: rotate(-23deg); display: grid; gap: 10px; }
.preview-bars i { height: 13px; background: var(--ink); border-radius: 15px; }.preview-bars i:last-child { background: var(--lime); }
[data-preview='1'] .preview-bars { display: flex; align-items: end; gap: 7px; right: 28px; top: 100px; height: 115px; width: 125px; transform: none; }
[data-preview='1'] .preview-bars i { flex: 1; height: 32%; border-radius: 4px 4px 0 0; background: var(--blue); }
[data-preview='1'] .preview-bars i:nth-child(2) { height: 58%; }[data-preview='1'] .preview-bars i:nth-child(3) { height: 75%; }[data-preview='1'] .preview-bars i:nth-child(4) { height: 100%; background: var(--lime); }
[data-preview='2'] .preview-bars { transform: rotate(12deg); right: 28px; top: 98px; width: 125px; display: grid; grid-template-columns: 1fr 1fr; }
[data-preview='2'] .preview-bars i { height: 45px; border-radius: 50% 50% 4px 50%; }[data-preview='2'] .preview-bars i:nth-child(2) { background: var(--blue); }
.scene-note { font: 10px/1.6 var(--mono); color: var(--muted); margin-top: 14px; }
.brand-pair { margin-top: 24px; }
.process-floor { margin-top: 5px; height: 156px; }
.process-grid { margin-top: 0; gap: 0; position: relative; }
.process-grid li { padding: 28px 25px 12px 0; position: relative; border-top: 1px solid var(--line); transition: border-color .2s; }
.process-grid li::before { content: ''; position: absolute; left: 0; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--muted); transition: background .2s,box-shadow .2s; }
.step-number { border: 0; padding: 0; margin: 0 0 26px; font: 12px var(--mono); color: var(--muted); }
.step-number > span { font-size: 15px; padding-right: 25px; }
.process-grid li.is-current { border-top-color: var(--lime); }.process-grid li.is-current::before { background: var(--lime); box-shadow: 0 0 15px #a3f52b55; }.process-grid li.is-current .step-number { color: var(--lime); }
.contact-section { padding: 100px 0 55px; }
.contact-inner h2 { font-size: clamp(64px,8.5vw,110px); }
.contact-arrival { position: absolute; top: 180px; right: max(8%,calc((100vw - 1240px)/2)); width: 28%; height: 145px; border-bottom: 1px solid #07142633; }
.contact-arrival > span { position: absolute; bottom: -29px; right: 0; font: 9px var(--mono); letter-spacing: 1.4px; }
.contact-arrival > i { position: absolute; right: 2%; top: -70px; font: normal 110px/1 var(--font); opacity: .2; }
.mascot-traveler { position: absolute; left: 0; top: 0; width: 320px; height: 320px; z-index: 5; pointer-events: none; transform-origin: top left; will-change: transform; }
.mascot-rig { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 8px 8px #040d1b20); opacity: 1; transform: scaleX(var(--rig-flip,1)); transform-origin: center; transition: opacity .16s ease; }
.mascot-pose { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: scaleX(var(--pose-flip,1)); transition: opacity .16s ease; filter: drop-shadow(0 8px 8px #040d1b20); }
.mascot-traveler[data-pose=down] .mascot-rig,.mascot-traveler[data-pose=side] .mascot-rig,.mascot-traveler[data-pose=wave] .mascot-rig { opacity: 0; }
.mascot-traveler[data-pose=down] .mascot-pose--down,.mascot-traveler[data-pose=side] .mascot-pose--side,.mascot-traveler[data-pose=wave] .mascot-pose--wave { opacity: 1; }
.mascot-shadow { position: absolute; width: 54%; left: 24%; bottom: 2%; height: 4%; background: #040d1b66; border-radius: 50%; filter: blur(4px); transform: scaleX(var(--shadow,1)); }
.rig-leg-left { transform-origin: 139px 217px; transform: translateY(var(--foot-left-y,0px)) rotate(var(--leg-left,0deg)); }
.rig-leg-right { transform-origin: 201px 219px; transform: translateY(var(--foot-right-y,0px)) rotate(var(--leg-right,0deg)); }
.rig-arm-left { transform-origin: 112px 159px; transform: rotate(var(--arm-left,0deg)); }
.rig-arm-right { transform-origin: 255px 169px; transform: rotate(var(--arm-right,0deg)); }
.rig-upper { transform: translateY(var(--body-y,0px)) rotate(var(--body-lean,0deg)); transform-origin: 172px 205px; }
.mascot-traveler:not(.is-walking) .rig-leg,.mascot-traveler:not(.is-walking) .rig-arm,.mascot-traveler:not(.is-walking) .rig-upper { transition: transform .18s ease-out; }
.mascot-speech { display: none; position: absolute; bottom: 103%; left: 50%; width: max-content; max-width: 530px; font: 700 37px/1.18 var(--font); padding: 15px 21px; color: var(--bg); background: var(--lime); border: 2px solid var(--bg); border-radius: 24px 24px 24px 5px; text-align: center; transform: translateX(calc(-50% + var(--speech-shift,0px))); box-shadow: 0 12px 30px #040d1b40; }
.mascot-speech::after { content: ''; position: absolute; top: 100%; left: 50%; width: 18px; height: 18px; background: var(--lime); border-right: 2px solid var(--bg); border-bottom: 2px solid var(--bg); transform: translate(-50%,-10px) rotate(45deg); }
.mascot-traveler[data-has-caption=true]:not([data-pose=walk]) .mascot-speech { display: block; }
.mascot-traveler[data-scene=contact] .mascot-speech { color: var(--lime); background: var(--bg); border-color: var(--lime); }
.mascot-traveler[data-scene=contact] .mascot-speech::after { background: var(--bg); border-color: var(--lime); }
.art-dialog { z-index: 30; }
body.modal-open .mascot-traveler { visibility: hidden; }
html[data-motion=off] .mascot-traveler { display: none; }
html[data-motion=off] .chapter-floor { height: 60px; }
html[data-motion=off] .contact-arrival { display: none; }
@media (min-width:1550px) { .hero { min-height: 760px; }.hero-visual { width: 560px; } }
@media (max-width:1100px) { .hero { min-height: 690px; }.hero h1 { font-size: 58px; }.nav-shell { gap: 18px; }.desktop-nav { gap: 20px; }.work-grid { gap: 20px; padding-inline: 22px; }.offer-title-row { gap: 45px; }.offer-layout { gap: 45px; grid-template-columns: minmax(0,1fr) minmax(340px,.9fr); }.service-detail h3 { font-size: 18px; }.floating-label small { font-size: 7px; }.section-intro { max-width: 275px; } }
@media (max-width:850px) { .nav-shell { min-height: 76px; }.nav-cta { margin-left: auto; }.motion-toggle--header { margin-left: 0; }.hero { min-height: 630px; }.hero h1 { font-size: 46px; letter-spacing: -2.8px; }.offer-title-row { grid-template-columns: 1fr; gap: 22px; }.offer-title-row > p { max-width: 560px; }.offer-layout { grid-template-columns: minmax(0,1fr) 310px; gap: 30px; }.service-detail summary { gap: 10px; }.service-detail h3 { font-size: 17px; }.detail-content { padding-left: 0; }.preview-content { min-height: 230px; padding: 22px; }.preview-title { font-size: 24px; }.mascot-video { grid-template-columns: 1fr 250px; gap: 35px; padding: 40px; }.work-grid { grid-template-columns: repeat(3,minmax(0,1fr)); padding-inline: 0; gap: 18px; }.work-caption h3 { font-size: 14px; }.work-category { font-size: 8px; }.work-image--portrait { padding: 8px; }.work-open { width: 30px; height: 30px; font-size: 18px; top: 9px; right: 9px; }.process-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }.process-grid li { padding-right: 15px; }.process-grid h3 { font-size: 16px; }.process-grid p { font-size: 14px; }.contact-arrival { right: 5%; width: 25%; } }
@media (max-width:700px) {
  .nav-shell { gap: 10px; }.nav-cta { font-size: 10px; gap: 7px; padding: 8px 10px; }.motion-toggle--header { min-width: 32px; width: 32px; min-height: 32px; }.menu-toggle { padding: 8px; }.brand-name { font-size: 19px; }.brand img { width: 34px; height: 34px; }.brand { gap: 8px; }.brand-name small { font-size: 7px; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 36px; padding-bottom: 79px; }.hero h1 { font-size: clamp(39px,10.1vw,58px); line-height: 1.08; letter-spacing: -2.7px; }.hero-description { font-size: 15px; }.hero-visual { width: min(390px,100%); aspect-ratio: 1.1; margin-top: 26px; }.mascot-stage { inset: 0 8% 7%; }.hero-platform { bottom: 0; font-size: 7px; }.label-tech { top: 10%; }.label-design { right: 0; bottom: 16%; }.floating-label { font-size: 12px; padding: 9px 11px; }.hero-bottom { bottom: 21px; font-size: 9px; }.hero-bottom > a { font-size: 8px; gap: 9px; letter-spacing: .5px; }
  .section-space { padding-block: 70px; }.section-heading { margin-bottom: 0; }.section-intro { max-width: 355px; font-size: 15px; }.chapter-floor,.work-floor,.process-floor { height: 150px; }.floor-caption { font-size: 8px; letter-spacing: .8px; bottom: 14px; }.floor-target { font-size: 23px; right: 4%; bottom: 12px; }.work-grid { grid-template-columns: 1fr; gap: 26px; padding: 22px 0 0; }.work-card + .work-card { margin-top: 150px; }.work-image { aspect-ratio: 1 / 1; }.work-image--portrait { aspect-ratio: 4 / 5; padding: 16px; }.work-caption h3 { font-size: 17px; }.work-caption p { font-size: 12px; }.work-category { font-size: 10px; }.work-open { width: 38px; height: 38px; font-size: 24px; top: 14px; right: 14px; }.work-caption { padding-bottom: 7px; }.work-row + .work-row { margin-top: 14px; }.instagram-link { flex-wrap: wrap; gap: 8px 14px; padding: 23px 0; margin-top: 32px; }
  .offer-title-row { display: block; }.offer-title-row h2 { font-size: 37px; letter-spacing: -1.8px; }.offer-title-row > p { margin-top: 22px; font-size: 15px; }.offer-stage { margin-top: 0; }.offer-layout { grid-template-columns: 1fr; gap: 42px; }.offer-layout .service-list { order: 2; }.solution-concept { position: static; order: 1; }.service-detail h3 { font-size: 19px; line-height: 1.35; }.service-detail { padding-block: 23px; }.solution-floor { height: 150px; }.preview-content { min-height: 210px; padding: 22px; }.preview-top { font-size: 8px; }.preview-title { font-size: 25px; margin-top: 23px; }.detail-content { padding-left: 25px; }.service-delivery { margin-left: -25px; }.concept-meta { font-size: 8px; }.brand-pair { display: none; }.mascot-speech { font-size: 40px; max-width: 500px; }.mascot-video { grid-template-columns: 1fr; gap: 30px; margin-top: 70px; padding: 34px 24px; }.video-copy h3 { font-size: 39px; }.video-copy > p:not(.section-index) { font-size: 15px; }.video-frame { width: min(100%,270px); }
  .process-floor { height: 122px; margin-top: 0; }.process-grid { grid-template-columns: 1fr 1fr; gap: 120px 20px; }.process-grid li { padding: 22px 0 4px; }.process-grid h3 { font-size: 16px; }.process-grid p { font-size: 14px; }.step-number { margin-bottom: 19px; }.step-number > span { padding-right: 5px; }
  .contact-section { padding: 170px 0 36px; }.contact-arrival { top: 20px; left: 20px; right: 20px; width: auto; height: 118px; }.contact-arrival > span { font-size: 8px; right: 0; bottom: 12px; letter-spacing: .7px; max-width: 150px; }.contact-arrival > i { top: 10px; right: 0; font-size: 67px; }.contact-inner h2 { font-size: clamp(58px,14.5vw,86px); }.contact-details { gap: 20px; }.contact-details strong { font-size: 13px; }.contact-inner > p:not(.section-index) { font-size: 15px; }.contact-inner .button { font-size: 12px; }
  .art-dialog img { max-height: none; }.art-dialog .dialog-close { position: sticky; top: 0; display: grid; place-items: center; margin: -42px -4px 2px auto; background: var(--bg); border-radius: 50%; }
  html[data-motion=off] .contact-section { padding-top: 65px; }html[data-motion=off] .process-grid { row-gap: 30px; }
}
@media (max-width:370px) { .nav-cta { display: none; }.motion-toggle--header { margin-left: auto; }.menu-toggle { margin-left: 0; }.hero-actions { gap: 10px; }.hero-actions .button { font-size: 11px; }.hero-actions .text-link { font-size: 11px; }.hero-bottom > span { max-width: 150px; }.solutions-intro h2 { font-size: 39px; }.contact-inner .button { font-size: 11px; gap: 15px; } }
@media (prefers-reduced-motion:reduce) { .mascot-traveler { display: none; }.hero-mascot { visibility: visible!important; }.chapter-floor { height: 60px; }.contact-arrival { display: none; } }
