html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

.site-v2 {
  --max-width: 1280px;
  background: #f5f6f3;
}

.site-v2 [hidden] { display: none !important; }
.site-v2 :focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.site-v2 h1, .site-v2 h2, .site-v2 h3, .site-v2 p { margin-top: 0; }
.site-v2 h1, .site-v2 h2, .site-v2 h3 { text-wrap: balance; }
.site-v2 h1 { font-size: clamp(38px, 4.2vw, 64px); line-height: 1.3; letter-spacing: -.035em; font-weight: 650; }
.site-v2 h2 { margin-bottom: 24px; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.35; letter-spacing: -.025em; font-weight: 600; }
.site-v2 h3 { font-size: 22px; line-height: 1.5; font-weight: 600; }
.site-v2 p { line-height: 1.85; }
.site-v2 figure { margin: 0; }
.site-v2 .section { padding: 104px 0; }
.site-v2 .section-kicker { margin-bottom: 20px; font-size: 15px; font-weight: 600; letter-spacing: .16em; color: var(--teal); }
.site-v2 .section-kicker.light { color: var(--teal-light); }
.site-v2 .brand-name small { font-size: 12px; letter-spacing: .03em; }
.site-v2 .brand-name strong { font-size: 15px; }
.site-v2 .brand-logo { display: grid; width: 144px; flex: none; }
.site-v2 .brand-logo img { grid-area: 1 / 1; display: block; width: 100%; height: auto; }
.site-v2 .brand-logo .logo-dark { visibility: hidden; }
.site-v2 .site-header.is-scrolled .logo-dark { visibility: visible; }
.site-v2 .site-header.is-scrolled .logo-light { visibility: hidden; }
.site-v2 .primary-nav { gap: clamp(20px, 2vw, 32px); }
.site-v2 .primary-nav a { font-size: 16px; }
.site-v2 .primary-nav [aria-current="page"] { opacity: 1; }
.site-v2 .primary-nav [aria-current="page"]::after { transform: scaleX(1); }
.site-v2:is([data-page="detail"], [data-page="contact"]) .site-header { color: var(--ink); background: #ffffffeb; height: 74px; backdrop-filter: blur(18px); }
.project-title-segment { display: inline-block; }
.project-title-segment + .project-title-segment { margin-left: .16em; }
.site-v2 .nav-consult { display: inline-flex; align-items: center; gap: 12px; padding: 9px 0; font-size: 16px; font-weight: 600; }
.site-v2 .nav-consult svg { width: 21px; }
.site-v2 .button { min-height: 54px; font-size: 16px; letter-spacing: .02em; border-radius: 2px; }
.site-v2 .button-primary { color: var(--navy); }
.site-v2 .button svg { width: 21px; }
.button-dark { color: white; background: var(--navy); border: 1px solid var(--navy); }
.button-dark:hover { background: var(--teal); border-color: var(--teal); }
.site-v2 .inline-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; font-size: 16px; font-weight: 600; color: var(--teal); border-bottom: 1px solid #9dafaa; }
.inline-link svg { width: 21px; }
.section-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-topline h2 { margin-bottom: 0; }
.section-side { max-width: 370px; flex-shrink: 0; color: var(--ink-soft); font-size: 17px; }
.section-side p { margin-bottom: 18px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 27px; color: #c3dfdb; font-size: 15px; letter-spacing: .15em; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.home-hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero-photo { position: absolute; inset: 0; background: linear-gradient(90deg, #081d2ae8 8%, #081d2af0 55%, #081d2ac9), url("assets/images/hero-campus.jpg") center / cover; }
.home-hero::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: radial-gradient(ellipse at 95% 35%, #15636b38, transparent 55%); }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 76px; padding: 174px 0 74px; }
.home-hero-copy h1 { margin: 0 0 30px; font-size: clamp(46px, 4.6vw, 68px); line-height: 1.3; }
.home-hero-copy h1 > span { color: #77d3c9; }
.hero-description { max-width: 540px; color: #d0dadc; font-size: 18px; }
.hero-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin: 36px 0 29px; }
.hero-text-link { font-size: 16px; }
.hero-text-link span { margin-left: 8px; color: var(--teal-light); }
.hero-principles { display: flex; flex-wrap: wrap; gap: 19px; color: #b8cccf; font-size: 14px; }
.hero-principles span { padding-left: 13px; position: relative; }
.hero-principles span::before { position: absolute; left: 0; top: 10px; content: ""; width: 4px; height: 4px; background: var(--teal-light); }
.hero-exhibit { position: relative; display: block; padding: 22px; color: var(--ink); background: #f0f3f0; border-radius: 4px; box-shadow: 0 22px 60px #0003; transform: rotate(1deg); transition: transform .4s ease, box-shadow .4s ease; }
.hero-exhibit:hover { transform: rotate(0); box-shadow: 0 28px 70px #0005; }
.hero-exhibit-heading { display: flex; justify-content: space-between; align-items: center; font-size: 14px; letter-spacing: .04em; }
.hero-exhibit-heading i { display: inline-block; width: 6px; height: 6px; margin: 0 8px 2px 0; background: var(--teal); border-radius: 50%; }
.hero-exhibit > img { width: 100%; height: 250px; margin: 15px 0 9px; object-fit: cover; }
.hero-exhibit-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 5px; border-top: 1px solid #ccdad7; }
.hero-exhibit-bottom strong { display: block; margin-top: 10px; font-size: 27px; line-height: 1.45; font-weight: 600; }
.hero-exhibit-bottom div > span { font-size: 14px; color: var(--teal); }
.round-arrow { display: grid; place-items: center; width: 52px; height: 52px; background: var(--teal); color: white; border-radius: 50%; font-size: 25px; }
.hero-exhibit-caption { display: block; padding: 2px 5px 0; color: #627875; font-size: 13px; }
.hero-foundation { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; padding: 29px 0 32px; border-top: 1px solid #ffffff29; }
.hero-foundation > div { display: flex; align-items: baseline; gap: 20px; }
.hero-foundation strong { font-size: 21px; letter-spacing: .01em; font-weight: 550; }
.hero-foundation span { font-size: 14px; color: #aac2c7; }

.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 25px; }
.case-card { min-width: 0; overflow: hidden; background: white; border: 1px solid #dfe4df; border-radius: 3px; transition: box-shadow .3s ease, transform .3s ease; }
.case-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px #17393512; }
.case-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.52; background: #e6eeeb; }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.case-card:hover .case-image img { transform: scale(1.035); }
.case-badge { position: absolute; top: 18px; left: 18px; padding: 5px 10px; font-size: 13px; color: var(--ink); background: #ffffffef; backdrop-filter: blur(5px); border-radius: 2px; }
.case-badge.is-model { color: white; background: var(--teal); }
.case-open { display: grid; position: absolute; bottom: 18px; right: 18px; place-items: center; width: 37px; height: 37px; color: white; border-radius: 50%; background: #081d2abf; }
.case-open svg { width: 21px; transform: rotate(-45deg); }
.case-body { padding: 24px; }
.case-meta { display: flex; justify-content: space-between; gap: 12px; color: #547269; font-size: 14px; }
.case-body h3 { margin: 15px 0 13px; font-size: 22px; }
.case-body > p { min-height: 90px; margin-bottom: 24px; color: #596a70; font-size: 16px; }
.case-link { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; font-size: 15px; border-top: 1px solid #e4e9e4; }
.case-link svg { width: 21px; color: var(--teal); }
.home-showroom { color: white; background: linear-gradient(120deg, #0b303c, #081d2a); overflow: hidden; }
.home-showroom-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 78px; padding: 94px 0; }
.showroom-visual { position: relative; min-width: 0; }
.showroom-visual img { width: 100%; border-radius: 3px; border: 1px solid #ffffff29; }
.image-note { display: block; margin-top: 16px; color: #aac7c8; font-size: 14px; }
.showroom-intro > p:not(.section-kicker) { color: #b8d0d1; }
.showroom-steps { display: grid; list-style: none; padding: 0; gap: 15px; margin: 30px 0; }
.showroom-steps li { display: flex; align-items: center; gap: 20px; font-size: 17px; }
.showroom-steps li > span { font-size: 14px; color: #76c9c1; }
.showroom-intro .technical-caption { margin: 19px 0 0; font-size: 14px; }
.system-overview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.system-overview > a { position: relative; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s; }
.system-overview > a:hover { background: white; }
.system-overview > a > span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 25px; color: var(--teal); background: #e5ebe5; font-size: 26px; border-radius: 50%; }
.system-overview h3 { margin: 0 0 12px; }
.system-overview p { color: #60706e; font-size: 16px; margin-bottom: 4px; }
.system-overview b { position: absolute; top: 38px; right: 32px; color: var(--teal); font-weight: 400; }
.delivery-section { padding: 88px 0; background: #e9eeE8; }
.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin: 48px 0 36px; }
.delivery-grid article { padding: 24px 0 0; border-top: 1px solid #afbfb8; }
.delivery-grid article > span { color: var(--teal); font-size: 15px; }
.delivery-grid h3 { margin: 22px 0 14px; font-size: 24px; }
.delivery-grid p { font-size: 16px; color: #526560; }
.delivery-grid h3 + p { color: #294d43; }
.brand-wall { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.brand-wall figure { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: 23px 14px 18px; background: white; border: 1px solid #e1e6de; }
.brand-wall img { width: 100%; height: 64px; object-fit: contain; mix-blend-mode: multiply; }
.brand-wall figcaption { margin-top: 19px; font-size: 15px; color: #526560; }
.brand-disclaimer { margin: 20px 0 0; font-size: 14px; color: #687971; }
.compact-contact { padding: 70px 0; background: var(--teal); color: white; }
.compact-contact > div { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.compact-contact h2 { margin: 0; font-size: clamp(29px, 3vw, 42px); }
.compact-contact .button { flex-shrink: 0; }
.compact-contact .section-kicker.light { color: #a3dfd1; }

.site-v2 .site-footer { padding: 0; color: #c5d2d3; background: var(--navy); border: 0; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1.1fr; gap: 45px; padding: 65px 0; }
.footer-top > div > p { margin-top: 26px; font-size: 15px; color: #9bb4b8; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 15px 25px; padding-top: 5px; font-size: 15px; }
.footer-top nav a:hover { color: white; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 14px; }
.footer-contact a { font-size: 25px; letter-spacing: .01em; color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 21px 0; border-top: 1px solid #ffffff20; color: #8da7ac; font-size: 13px; }

.page-hero { position: relative; padding: 156px 0 58px; overflow: hidden; color: white; background: var(--navy); }
.page-hero::after { position: absolute; width: 760px; height: 760px; right: -120px; top: -140px; border: 1px solid #64bcad15; border-radius: 50%; content: ""; box-shadow: 0 0 0 100px #64bcad08, 0 0 0 200px #64bcad05; pointer-events: none; }
.page-hero > div { position: relative; z-index: 1; }
.page-hero h1 { margin: 0 0 27px; }
.page-hero h1 + p { margin-bottom: 25px; color: #b2c9cd; font-size: 18px; }
.page-hero-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 26px; margin-top: 40px; border-top: 1px solid #ffffff26; font-size: 15px; color: #a3bebf; }
.page-hero-foot a { color: #daf1ec; }
.page-hero-foot a > span { margin-left: 17px; color: var(--teal-light); }
.project-library { padding: 43px 0 96px; }
.library-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 26px; }
.category-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.category-filters button { padding: 9px 18px; background: transparent; border: 1px solid transparent; cursor: pointer; color: #52656b; font-size: 16px; border-radius: 2px; }
.category-filters button[aria-pressed="true"] { background: var(--navy); color: white; border-color: var(--navy); }
.category-filters button:hover { border-color: #829b94; }
.project-search { display: flex; align-items: center; min-width: 240px; max-width: 320px; width: 28%; border: 1px solid #cfd9d2; padding: 9px 14px; background: #ffffffb3; border-radius: 2px; }
.project-search svg { width: 21px; flex-shrink: 0; margin-right: 12px; color: #5b746b; }
.project-search input { background: transparent; font: inherit; font-size: 16px; width: 100%; min-width: 0; border: 0; color: var(--ink); }
.project-search:focus-within { outline: 2px solid var(--teal); outline-offset: 2px; }
.project-search input:focus-visible { outline: 0; }
.library-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: #61746d; font-size: 14px; }
.library-meta p { margin: 0; }
.model-filter { display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 15px; }
.model-filter input { width: 17px; height: 17px; accent-color: var(--teal); }
.library-note { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 25px 0 0; margin-top: 46px; border-top: 1px solid var(--line); color: #64766c; font-size: 15px; }
.library-note > span { color: #385e50; font-weight: 600; }
.empty-state { padding: 75px 20px; text-align: center; border: 1px dashed #b6c9bf; }
.empty-state h2 { font-size: 27px; }
.empty-state p { color: #64766c; }
.availability { display: flex; align-items: center; gap: 8px; color: var(--teal); font-size: 15px; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.exhibit-feature { display: grid; grid-template-columns: 1.15fr 1fr; background: white; border: 1px solid #dce4db; border-radius: 4px; overflow: hidden; }
.exhibit-cover { position: relative; min-height: 475px; background: #e8efeb; }
.exhibit-cover > img { width: 100%; height: 100%; object-fit: cover; }
.exhibit-launch { position: absolute; bottom: 30px; right: 30px; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--navy); transition: transform .25s; }
.exhibit-launch:hover { transform: scale(1.1); }
.exhibit-launch svg { width: 28px; transform: rotate(-45deg); }
.exhibit-copy { padding: 40px; }
.exhibit-copy h2 { font-size: 31px; margin-bottom: 19px; }
.exhibit-copy > p { color: #5d706d; font-size: 17px; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0; }
.feature-pills > span { padding: 4px 9px; background: #eaf0e9; border: 1px solid #dfe7dc; color: #456354; font-size: 14px; border-radius: 2px; }
.exhibit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 29px; }
.exhibit-copy .exhibit-note { font-size: 14px; margin: 27px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.view-guide { padding: 83px 0; background: #e9eee8; }
.view-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; margin-top: 50px; }
.view-guide-grid article { padding-top: 25px; border-top: 1px solid #aabbaf; }
.view-guide-grid article > span { color: var(--teal); font-size: 15px; }
.view-guide-grid h3 { margin: 19px 0 14px; }
.view-guide-grid p { font-size: 16px; color: #5d6e64; }
.exhibition-boundary { display: grid; grid-template-columns: 1fr 1.2fr; gap: 95px; }
.exhibition-boundary h3 { margin: 0 0 14px; font-size: 21px; }
.exhibition-boundary p { margin: 0 0 31px; color: #5b6d66; }

.detail-intro { padding-top: 118px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 14px; font-size: 14px; color: #6b8076; margin: 9px 0 39px; }
.breadcrumb a:hover { color: var(--teal); text-decoration: underline; }
.detail-title-row { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-bottom: 35px; }
.detail-title-row h1 { font-size: clamp(34px, 3.8vw, 56px); margin: 0 0 17px; }
.detail-title-row .button { flex-shrink: 0; }
.detail-lead { max-width: 820px; color: #586d66; font-size: 18px; margin-bottom: 0; }
.detail-cover { position: relative; height: 530px; overflow: hidden; background: #e3ebe6; border-radius: 3px; }
.detail-cover img { width: 100%; height: 100%; object-fit: contain; }
.detail-cover > span { position: absolute; bottom: 20px; left: 20px; padding: 7px 12px; background: #082a31eb; color: white; font-size: 14px; border-radius: 2px; }
.project-system-tags { margin: 0 0 25px; }
.project-clients { margin: -4px 0 25px; color: #586d66; font-size: 16px; }
.project-clients strong { margin-right: 14px; color: #385e50; font-weight: 600; }
.project-model-caption { margin: 17px 0 0; font-size: 14px; color: #61746d; }
.case-gallery-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 28px; margin-top: 35px; }
.case-gallery-grid img { width: 100%; aspect-ratio: 1.7; object-fit: contain; }
.project-end-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 25px; margin-top: 42px; padding: 30px 0 64px; border-top: 1px solid var(--line); }
.project-facts { display: grid; grid-template-columns: .85fr 1.4fr 1fr 1.25fr; gap: 28px; padding: 30px 0; margin: 0; border-bottom: 1px solid var(--line); }
.project-facts dt { color: #6a7d73; font-size: 14px; }
.project-facts dd { margin: 10px 0 0; font-size: 16px; }
.story-layout { display: grid; grid-template-columns: 230px 1fr; gap: 88px; align-items: start; }
.story-index { position: sticky; top: 112px; }
.story-index a { display: flex; align-items: center; gap: 10px; padding: 12px 0; font-size: 15px; color: #516c60; }
.story-index a:hover { color: var(--teal); text-decoration: underline; }
.story-index svg { width: 19px; }
.story-main { min-width: 0; }
.story-main > section + section { margin-top: 75px; }
.story-main > section > p:not(.section-kicker) { color: #566c61; font-size: 17px; }
.story-main h2 { font-size: 34px; }
.scope-note { margin: 27px 0 0; padding: 23px 27px; background: #e8eee7; border-left: 3px solid #718f7a; }
.scope-note strong { font-size: 16px; font-weight: 600; }
.scope-note p { font-size: 16px; color: #56695e; margin: 10px 0 0; }
.focus-list { margin: 28px 0; }
.focus-list article { display: flex; gap: 25px; padding: 25px 0; border-top: 1px solid var(--line); }
.focus-list article > span { color: var(--teal); padding-top: 5px; font-size: 15px; }
.focus-list h3 { font-size: 21px; margin: 0 0 9px; }
.focus-list p { color: #617268; margin: 0; font-size: 16px; }
.detail-gallery { display: grid; gap: 34px; }
.detail-gallery img { width: 100%; max-height: 530px; object-fit: contain; background: #e7eee8; border-radius: 3px; }
.detail-gallery figcaption { display: grid; gap: 5px; padding-top: 15px; font-size: 14px; color: #65796c; }
.detail-gallery strong { font-size: 16px; color: #2c4938; font-weight: 500; }
.model-notice { background: #eeeee2; border-left: 3px solid #b99b55; padding: 24px 26px; margin-top: 25px; }
.model-notice strong { font-size: 17px; }
.model-notice p { margin: 12px 0 0; font-size: 15px; color: #626858; }
.detail-showroom { padding: 70px 0; background: var(--navy); color: white; }
.detail-showroom > div { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.detail-showroom h2 { margin-bottom: 22px; }
.detail-showroom p:not(.section-kicker) { color: #adcccc; margin-bottom: 0; }
.detail-showroom .button { flex-shrink: 0; }
.missing-project { min-height: 70vh; padding-top: 190px; padding-bottom: 100px; }
.missing-project p { max-width: 650px; color: #596f60; }

.solution-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.solution-details > article { display: flex; gap: 25px; padding: 33px; background: white; border: 1px solid #dfe5db; scroll-margin-top: 108px; }
.solution-details h3 { font-size: 25px; margin: 0 0 16px; }
.solution-details p:not(.section-kicker) { font-size: 16px; color: #5a6f62; }
.solution-details .section-kicker { font-size: 14px; margin-bottom: 12px; }
.solution-details .feature-pills { margin-bottom: 0; }
.system-character { flex: 0 0 60px; height: 60px; display: grid; place-items: center; background: #e7eee6; color: var(--teal); font-size: 30px; border-radius: 50%; }
.scene-section { padding: 90px 0; background: var(--navy); color: white; }
.scene-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.scene-grid > a { position: relative; min-height: 410px; overflow: hidden; background: #143d43; }
.scene-grid img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; opacity: .62; transition: transform .6s; }
.scene-grid > a:hover img { transform: scale(1.04); }
.scene-grid > a::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 15%, #061d29ed); }
.scene-grid > a > div { position: absolute; z-index: 1; bottom: 30px; left: 30px; right: 25px; }
.scene-grid h3 { font-size: 28px; margin: 0 0 14px; }
.scene-grid p { margin: 0 0 25px; font-size: 16px; color: #c1d6d6; }
.scene-grid span { font-size: 15px; color: #abdad2; }
.solution-bottom { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.solution-bottom p:not(.section-kicker) { color: #637769; margin-bottom: 26px; }
.solution-bottom img { width: 100%; border: 1px solid #d7e0d6; border-radius: 3px; }
.company-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.company-intro img { margin-top: 39px; width: 100%; height: 335px; object-fit: cover; }
.company-copy { padding-top: 5px; }
.company-copy > h3 { font-size: 24px; margin-bottom: 25px; }
.company-copy > p { color: #536e60; }
.company-values { margin-top: 30px; }
.company-values article { border-top: 1px solid var(--line); padding: 20px 0 0; display: grid; grid-template-columns: 85px 1fr; gap: 20px; }
.company-values span { color: var(--teal); font-size: 16px; font-weight: 600; }
.company-values p { font-size: 16px; color: #65776b; }
.delivery-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 40px; padding: 0; list-style: none; margin: 44px 0 0; }
.delivery-timeline li { border-top: 1px solid #b2c2b5; padding: 25px 0 0; }
.delivery-timeline span { color: var(--teal); font-size: 16px; }
.delivery-timeline h3 { display: inline-block; margin: 0 0 17px 23px; font-size: 23px; }
.delivery-timeline p { color: #5e7364; font-size: 16px; }

.contact-page { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-areas: "intro advisor" "checklist advisor"; grid-template-rows: auto 1fr; column-gap: 90px; padding: 160px 0 100px; align-items: start; }
.contact-page-copy { grid-area: intro; min-width: 0; }
.contact-page > .advisor-card { grid-area: advisor; min-width: 0; }
.contact-page > .contact-checklist { grid-area: checklist; }
.contact-page h1 { margin-bottom: 25px; }
.contact-lead { color: #61776a; font-size: 18px; }
.contact-checklist { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-checklist h2 { font-size: 23px; margin-bottom: 22px; }
.contact-checklist ul { padding: 0; list-style: none; color: #3e5b4b; }
.contact-checklist li { position: relative; padding-left: 21px; margin-bottom: 13px; font-size: 17px; }
.contact-checklist li::before { position: absolute; top: 11px; left: 0; width: 5px; height: 5px; content: ""; background: var(--teal); }
.contact-checklist > p { color: #6c7d72; font-size: 15px; margin-top: 25px; }
.contact-project-context { margin-top: 27px; padding: 23px; background: #e6eee4; border-left: 3px solid var(--teal); }
.contact-project-context > span { font-size: 14px; color: #657b6b; }
.contact-project-context a { display: flex; align-items: center; gap: 18px; color: #214b34; margin: 9px 0 6px; font-weight: 600; }
.contact-project-context svg { width: 20px; }
.contact-project-context p { font-size: 14px; margin-bottom: 0; color: #5c7362; }
.advisor-card { padding: 37px; border: 1px solid #dce4d9; background: white; box-shadow: 0 20px 50px #24433008; border-radius: 3px; }
.advisor-heading > span { display: block; font-size: 14px; color: var(--teal); }
.advisor-heading > strong { display: block; margin: 9px 0; font-size: 29px; font-weight: 600; }
.advisor-heading p { font-size: 15px; color: #71806f; margin-bottom: 25px; }
.advisor-phone { display: grid; gap: 7px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advisor-phone > span { font-size: 15px; color: #597563; }
.advisor-phone > strong { font-size: clamp(25px, 2.6vw, 34px); font-weight: 550; letter-spacing: .01em; }
.advisor-qr { padding: 23px 0; text-align: center; }
.advisor-qr img { max-width: 225px; max-height: 280px; object-fit: contain; margin: 0 auto; }
.advisor-qr figcaption { font-size: 14px; color: #5f7566; margin-top: 13px; }
.advisor-address { border-top: 1px solid var(--line); padding-top: 22px; }
.advisor-address > span { font-size: 14px; color: #66806a; }
.advisor-address p { font-size: 16px; margin: 9px 0; }
.advisor-address button { padding: 0; background: transparent; color: var(--teal); border: 0; font-size: 15px; cursor: pointer; border-bottom: 1px solid #b3c4b4; }
.consult-dialog { width: min(780px, calc(100% - 32px)); max-height: calc(100svh - 48px); max-height: calc(100dvh - 48px); padding: 0; overflow-y: auto; overscroll-behavior: contain; border: 0; border-radius: 4px; color: var(--ink); background: #f5f7f2; box-shadow: 0 30px 100px #0004; }
.consult-dialog::backdrop { background: #051a25c9; backdrop-filter: blur(5px); }
.consult-panel { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 35px; padding: 55px 38px 38px; }
.consult-panel h2 { font-size: 33px; }
.consult-panel p { font-size: 16px; color: #5a7160; }
.consult-panel figure { text-align: center; }
.consult-panel img { max-height: 300px; margin: 0 auto; object-fit: contain; }
.consult-panel figcaption { font-size: 14px; color: #586e5e; margin-top: 15px; }
.dialog-close { position: absolute; top: 10px; right: 13px; padding: 0; width: 44px; height: 44px; font-size: 30px; border: 0; background: transparent; cursor: pointer; }
.consult-phone { display: block; margin-top: 22px; font-size: 26px; font-weight: 600; color: var(--teal); }
.site-v2 .toast { max-width: calc(100% - 32px); font-size: 15px; }
.site-v2 .reveal { opacity: 1; transform: none; }
.site-v2 .reveal.reveal-ready { opacity: 0; transform: translateY(24px); }
.site-v2 .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1160px) {
  .site-v2 .brand-name small { display: none; }
  .site-v2 .brand-name { padding-left: 8px; }
  .site-v2 .brand { gap: 9px; }
  .site-v2 .primary-nav { gap: 19px; }
  .home-hero-grid { gap: 40px; }
  .home-hero-copy h1 { font-size: 53px; }
  .hero-foundation > div { gap: 9px; flex-direction: column; }
  .hero-exhibit > img { height: 210px; }
  .home-showroom-grid { gap: 48px; }
  .brand-wall { grid-template-columns: repeat(4, 1fr); }
  .exhibit-feature { grid-template-columns: 1fr 1fr; }
  .exhibit-copy { padding: 30px; }
  .exhibit-copy h2 { font-size: 28px; }
  .story-layout { grid-template-columns: 190px 1fr; gap: 45px; }
  .contact-page { column-gap: 50px; }
  .company-intro { gap: 55px; }
  .view-guide-grid { gap: 26px; }
  .library-toolbar { align-items: flex-start; }
  .category-filters button { padding: 9px 12px; }
}

@media (max-width: 920px) {
  .site-v2:is([data-page="detail"], [data-page="contact"]) .site-header { height: 72px; }
  .site-v2 .section { padding: 78px 0; }
  .site-v2 .primary-nav { gap: 0; }
  .site-v2 .primary-nav { max-height: calc(100vh - 72px); max-height: calc(100dvh - 72px); overflow-y: auto; overscroll-behavior: contain; }
  .site-v2 .menu-toggle { width: 44px; height: 44px; }
  .site-v2 .nav-consult { min-height: 44px; }
  .site-v2 .category-filters button, .site-v2 .model-filter { min-height: 44px; }
  .site-v2 .brand-name small { display: block; }
  .home-hero-grid { grid-template-columns: 1fr 0.95fr; gap: 30px; padding-top: 134px; }
  .home-hero-copy h1 { font-size: 44px; }
  .hero-description { font-size: 16px; }
  .hero-exhibit { padding: 16px; }
  .hero-exhibit-heading { font-size: 13px; }
  .hero-exhibit > img { height: 175px; }
  .hero-exhibit-bottom strong { font-size: 23px; }
  .hero-exhibit-caption { font-size: 12px; }
  .hero-cta { margin-top: 24px; gap: 18px; }
  .hero-principles { gap: 13px; font-size: 13px; }
  .home-showroom-grid { grid-template-columns: 1fr 1fr; gap: 35px; padding: 72px 0; }
  .section-topline { gap: 30px; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 20px; }
  [data-featured-projects] .case-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  [data-featured-projects] .case-card:last-child .case-image { height: 100%; aspect-ratio: auto; }
  .case-body { padding: 23px; }
  .section-side { max-width: 310px; flex-shrink: 1; }
  .system-overview > a { padding: 26px; }
  .system-overview p { font-size: 15px; }
  .delivery-grid { gap: 25px; }
  .delivery-grid h3 { font-size: 23px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 33px; }
  .footer-top nav { justify-self: end; }
  .footer-contact { grid-column: 1 / -1; }
  .page-hero { padding-top: 134px; }
  .exhibit-feature { grid-template-columns: 1fr; }
  .exhibit-cover { min-height: 0; height: 380px; }
  .exhibit-cover > img { object-fit: contain; }
  .exhibit-copy { padding: 35px; }
  .view-guide-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 35px; }
  .exhibition-boundary { gap: 45px; }
  .detail-title-row { display: block; }
  .detail-title-row .button { margin-top: 28px; }
  .project-facts { grid-template-columns: 1fr 1fr; gap: 24px 35px; }
  .detail-cover { height: 380px; }
  .story-layout { grid-template-columns: 1fr; gap: 35px; }
  .story-index { position: static; display: flex; flex-wrap: wrap; gap: 8px 25px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .story-index > p { width: 100%; margin-bottom: 4px; }
  .detail-showroom > div { gap: 30px; }
  .solution-details > article { flex-direction: column; gap: 23px; padding: 30px; }
  .system-character { flex-basis: 60px; width: 60px; }
  .solution-bottom { gap: 35px; }
  .scene-grid { gap: 18px; }
  .scene-grid > a { min-height: 360px; }
  .scene-grid > a > div { left: 20px; right: 20px; }
  .scene-grid h3 { font-size: 24px; }
  .company-intro { gap: 40px; }
  .company-values article { grid-template-columns: 1fr; gap: 7px; }
  .contact-page { column-gap: 30px; grid-template-columns: 1fr 1fr; padding-top: 128px; }
  .advisor-card { padding: 26px; }
  .contact-checklist h2 { font-size: 21px; }
}

@media (max-width: 680px) {
  .site-v2 .brand-logo { width: 124px; }
  .site-v2 .section { padding: 64px 0; }
  .site-v2 h1 { font-size: 38px; }
  .site-v2 h2 { font-size: 32px; }
  .site-v2 .section-kicker { margin-bottom: 17px; font-size: 14px; }
  .site-v2 .nav-consult { font-size: 15px; }
  .site-v2 .nav-actions { gap: 17px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 45px; padding: 124px 0 38px; }
  .home-hero-copy h1 { font-size: clamp(40px, 10.5vw, 54px); }
  .hero-description { font-size: 17px; }
  .eyebrow { font-size: 14px; letter-spacing: .08em; }
  .hero-cta { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hero-principles { margin-top: 26px; font-size: 14px; gap: 16px; }
  .hero-exhibit { transform: none; padding: 19px; }
  .hero-exhibit-heading { font-size: 14px; }
  .hero-exhibit > img { height: auto; aspect-ratio: 1.65; margin-bottom: 5px; }
  .hero-exhibit-bottom { padding-top: 17px; }
  .hero-exhibit-bottom strong { font-size: 26px; }
  .hero-exhibit-caption { font-size: 13px; }
  .hero-foundation { gap: 19px; padding: 25px 0 30px; }
  .hero-foundation strong { font-size: 17px; }
  .hero-foundation span { font-size: 13px; line-height: 1.6; }
  .section-topline { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 32px; }
  .section-side { max-width: 100%; font-size: 16px; }
  .section-side p { margin-bottom: 15px; }
  .section-side br { display: none; }
  .case-grid { grid-template-columns: 1fr; gap: 26px; }
  [data-featured-projects] .case-card:last-child { display: block; }
  [data-featured-projects] .case-card:last-child .case-image { aspect-ratio: 1.52; height: auto; }
  .case-body > p { min-height: 0; }
  .case-body h3 { font-size: 23px; }
  .home-showroom-grid { grid-template-columns: 1fr; gap: 35px; padding: 55px 0; }
  .showroom-intro { grid-row: 1; }
  .showroom-intro h2 { font-size: 33px; }
  .showroom-visual { margin-top: 10px; }
  .system-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-overview > a { padding: 23px 18px; }
  .system-overview h3 { font-size: 21px; }
  .system-overview p { font-size: 15px; }
  .system-overview b { right: 18px; top: 26px; }
  .system-overview > a > span { width: 45px; height: 45px; font-size: 24px; }
  .delivery-section { padding: 60px 0; }
  .delivery-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 30px; }
  .delivery-grid h3 { margin-top: 14px; }
  .brand-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-wall figure { padding: 22px 20px; }
  .brand-wall figure:last-child { grid-column: 1 / -1; }
  .brand-wall figure:last-child img { max-width: 150px; }
  .compact-contact { padding: 52px 0; }
  .compact-contact > div { flex-direction: column; align-items: flex-start; gap: 32px; }
  .compact-contact h2 { font-size: 30px; }
  .footer-top { grid-template-columns: 1fr; padding: 48px 0 30px; gap: 26px; }
  .footer-top nav { justify-self: stretch; max-width: 340px; }
  .footer-top > div > p { margin-bottom: 0; }
  .footer-contact { padding-top: 16px; }
  .footer-bottom { flex-direction: column; gap: 8px; font-size: 13px; }
  .page-hero { padding: 125px 0 39px; }
  .page-hero h1 { font-size: 37px; }
  .page-hero h1 + p { font-size: 17px; }
  .page-hero h1 + p br { display: none; }
  .page-hero-foot { flex-direction: column; align-items: flex-start; gap: 18px; font-size: 14px; padding-top: 23px; margin-top: 29px; }
  .project-library { padding-top: 27px; padding-bottom: 60px; }
  .library-toolbar { flex-direction: column; gap: 20px; }
  .category-filters { width: 100%; gap: 6px; }
  .category-filters button { padding: 9px 11px; font-size: 15px; }
  .project-search { width: 100%; max-width: none; }
  .library-meta { align-items: flex-start; gap: 12px; }
  .model-filter { font-size: 14px; gap: 7px; }
  .library-note { grid-template-columns: 1fr; gap: 10px; }
  .library-note p { margin-bottom: 0; }
  .empty-state { padding: 55px 20px; }
  .empty-state h2 { font-size: 24px; }
  .exhibit-cover { height: auto; aspect-ratio: 1.45; }
  .exhibit-cover > img { object-fit: cover; }
  .exhibit-launch { width: 52px; height: 52px; bottom: 20px; right: 20px; }
  .exhibit-copy { padding: 26px 22px; }
  .exhibit-copy h2 { font-size: 28px; }
  .view-guide { padding: 57px 0; }
  .view-guide-grid { gap: 25px 22px; margin-top: 34px; }
  .view-guide-grid h3 { font-size: 21px; }
  .view-guide-grid p { font-size: 16px; }
  .exhibition-boundary { grid-template-columns: 1fr; gap: 25px; }
  .detail-intro { padding-top: 98px; }
  .breadcrumb { font-size: 13px; gap: 9px; margin-bottom: 29px; }
  .detail-title-row h1 { font-size: 34px; }
  .detail-lead { font-size: 17px; }
  .detail-cover { height: 285px; }
  .detail-cover > span { left: 12px; bottom: 12px; font-size: 13px; padding: 6px 9px; }
  .project-facts { gap: 25px 20px; padding: 25px 0; }
  .project-facts dd { font-size: 15px; margin-top: 8px; }
  .story-index { gap: 3px 19px; }
  .story-index a { font-size: 14px; }
  .story-main h2 { font-size: 28px; }
  .story-main > section + section { margin-top: 50px; }
  .scope-note, .model-notice { padding: 21px; }
  .focus-list article { gap: 20px; }
  .detail-showroom { padding: 50px 0; }
  .detail-showroom > div { flex-direction: column; align-items: flex-start; }
  .detail-showroom h2 { font-size: 31px; }
  .missing-project { padding-top: 145px; }
  .solution-details { grid-template-columns: 1fr; gap: 19px; }
  .solution-details > article { padding: 27px; }
  .scene-section { padding: 60px 0; }
  .scene-grid { grid-template-columns: 1fr; gap: 23px; }
  .scene-grid > a { min-height: 310px; }
  .scene-grid > a > div { left: 27px; }
  .solution-bottom { grid-template-columns: 1fr; gap: 35px; }
  .company-intro { grid-template-columns: 1fr; gap: 35px; }
  .company-intro img { height: 260px; margin-top: 27px; }
  .company-copy > h3 { font-size: 22px; }
  .company-values article { grid-template-columns: 85px 1fr; gap: 17px; }
  .delivery-timeline { grid-template-columns: 1fr 1fr; gap: 21px; }
  .delivery-timeline h3 { margin-left: 15px; font-size: 22px; }
  .contact-page { grid-template-columns: 1fr; grid-template-areas: "intro" "advisor" "checklist"; grid-template-rows: auto; padding: 120px 0 65px; gap: 30px; }
  .contact-lead { font-size: 17px; }
  .contact-lead br { display: none; }
  .contact-checklist { margin-top: 0; }
  .contact-checklist h2 { font-size: 23px; }
  .advisor-card { padding: 30px; }
  .advisor-phone > strong { font-size: 32px; }
  .advisor-address button { min-height: 44px; }
  .footer-top nav a, .hero-text-link { display: inline-flex; align-items: center; min-height: 44px; }
  .consult-panel { grid-template-columns: 1fr; gap: 20px; padding: 55px 26px 28px; }
  .consult-panel h2 { font-size: 29px; }
  .consult-panel img { max-height: 260px; }
}

@media (pointer: coarse) {
  .site-v2 button, .site-v2 a { touch-action: manipulation; }
}

@media (max-width: 380px) {
  .site-v2 .logo-word { font-size: 24px; }
  .site-v2 .nav-actions { gap: 12px; }
  .site-v2 .nav-consult { font-size: 14px; gap: 7px; }
  .site-v2 .nav-consult svg { width: 17px; }
  .hero-principles { font-size: 13px; gap: 13px; }
  .hero-foundation { gap: 12px; }
  .hero-foundation strong { font-size: 15px; }
  .category-filters button { padding: 8px 9px; font-size: 14px; }
  .library-meta { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .site-v2 .reveal.reveal-ready { opacity: 1; transform: none; }
  .site-v2 .hero-exhibit { transform: none; }
}
