@import url("../vendor/pannellum/pannellum.css");

:root {
    --paper: #f7f4ee;
    --paper-deep: #eee9e1;
    --white: #fffdf9;
    --ink: #2d1d19;
    --ink-soft: #6d635c;
    --forest: #143f32;
    --forest-deep: #0b2b22;
    --copper: #b6613d;
    --line: rgba(45, 29, 25, 0.16);
    --line-light: rgba(255, 255, 255, 0.2);
    --display: "Iowan Old Style", "Baskerville", "Songti SC", "STSong", serif;
    --sans: "Avenir Next", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
    --gutter: clamp(24px, 4vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
.shell, .container { width: 100%; margin: 0; padding-right: var(--gutter); padding-left: var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 244, 238, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 82px; display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr); align-items: center; gap: 34px; }
.brand { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-logo { width: auto; max-width: 180px; height: 34px; margin-bottom: 7px; object-fit: contain; object-position: left center; }
.brand-name { font-family: var(--display); font-size: 21px; font-weight: 500; letter-spacing: .025em; }
.brand-meta { margin-top: 7px; color: var(--ink-soft); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 38px); }
.nav a { position: relative; padding: 31px 0 27px; color: var(--ink-soft); font-size: 12px; letter-spacing: .08em; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 22px; width: 100%; height: 1px; background: var(--copper); transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.lang-switch { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--copper); padding: 6px 0; }
.header-inquiry { color: var(--forest); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; border: 0; border-bottom: 1px solid var(--copper); background: transparent; padding: 7px 0; color: var(--ink); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }

.home-hero { background: var(--paper); overflow: hidden; }
.hero-layout { min-height: 700px; display: grid; grid-template-columns: minmax(420px, 42%) minmax(0, 58%); align-items: stretch; padding-right: 0; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 88px 72px 88px 16px; }
.kicker { margin: 0 0 16px; color: var(--copper); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h1 { max-width: none; margin: 0; font-family: var(--display); font-size: clamp(52px, 5.8vw, 96px); font-weight: 400; line-height: .92; letter-spacing: -.045em; text-transform: uppercase; white-space: nowrap; }
html[lang="en"] .hero-copy h1 { font-size: clamp(25px, 2.7vw, 52px); }
.title-rule { width: 32px; height: 2px; margin: 28px 0; background: var(--copper); }
.hero-note { max-width: 520px; margin: 0; color: var(--ink-soft); font-family: var(--display); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; background: var(--forest); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { background: var(--forest-deep); }
.button-light { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }
.button-light:hover { background: #fff; color: var(--forest); }
.text-action { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 1px solid var(--copper); color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 700px; }
.hero-visual > img { height: 100%; object-fit: cover; object-position: center; }
.capability-index { position: absolute; top: 6%; left: 0; width: min(280px, 38%); padding: 30px 16px; background: transparent; color: var(--ink); }
.capability-index > p { margin: 0 0 18px; color: var(--ink); font-size: 18px; font-weight: 600; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.capability-index ol { margin: 0; padding: 0; list-style: none; }
.capability-index li { display: grid; grid-template-columns: 30px auto; justify-content: center; align-items: center; min-height: 47px; border: 0; font-size: 15px; }
.capability-index li span { color: var(--copper); font-size: 10px; }

.stats-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stats-grid > div { padding: 38px 28px; border-left: 1px solid var(--line); }
.stats-grid > div:first-child { border-left: 0; }
.stats-grid strong { display: block; font-family: var(--display); font-size: clamp(30px, 3.2vw, 48px); font-weight: 400; line-height: 1; }
.stats-grid span { display: block; margin-top: 11px; color: var(--ink-soft); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.section-space { padding: 78px 0; }
.section-soft { background: var(--paper-deep); }
.process-section { padding: 48px 0; border-bottom: 1px solid var(--line); }
.process-layout { display: grid; grid-template-columns: minmax(340px, .9fr) 2.1fr; gap: 52px; align-items: center; }
.section-intro h2, .section-heading h2, .page-hero h1 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.section-intro h2 { font-size: clamp(32px, 3vw, 44px); }
html[lang="zh"] .section-intro h2 { font-size: clamp(28px, 2.5vw, 36px); white-space: nowrap; }
.process-track { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.process-track li { min-height: 124px; padding: 14px 16px 10px; border-left: 1px solid var(--line); }
.process-track li span { display: block; color: var(--copper); font-family: var(--display); font-size: 21px; }
.process-track li strong { display: block; margin-top: 38px; font-size: 11px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }

.section-heading { margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(42px, 5.4vw, 72px); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 42px; }
.split-heading > p { max-width: 480px; margin: 0; color: var(--ink-soft); }
.inline-heading { display: flex; align-items: start; justify-content: space-between; gap: 32px; }
.facilities-section, .products-section { padding-top: 58px; }
.facility-feature { position: relative; display: block; overflow: hidden; }
.facility-feature img { height: clamp(390px, 48vw, 650px); object-fit: cover; transition: transform .8s ease; }
.facility-feature:hover img { transform: scale(1.015); }
.facility-feature span { position: absolute; right: 0; bottom: 0; padding: 18px 24px; background: var(--forest); color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.home-panorama-link { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 18px 24px; background: var(--forest); color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.facility-strip { display: grid; grid-template-columns: repeat(6, 1fr); border-bottom: 1px solid var(--line); }
.facility-strip a { min-height: 108px; padding: 22px 14px; border-left: 1px solid var(--line); }
.facility-strip a:first-child { border-left: 0; }
.facility-strip span { display: block; color: var(--copper); font-family: var(--display); font-size: 14px; }
.facility-strip strong { display: block; margin-top: 12px; font-size: 12px; font-weight: 500; }

.lookbook-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.lookbook-card { position: relative; overflow: hidden; background: var(--white); }
.lookbook-card img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .7s ease; }
.lookbook-card:hover img { transform: scale(1.025); }
.lookbook-card span { display: block; padding: 16px 4px 2px; font-size: 12px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.home-cta { padding: 58px 0; background: var(--forest); color: #fff; }
.cta-layout { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 60px; }
.cta-layout h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 4.8vw, 64px); font-weight: 400; line-height: 1; }
.cta-layout p { margin: 0; color: rgba(255,255,255,.72); }

.page-hero { padding: 84px 0 58px; border-bottom: 1px solid var(--line); background: var(--paper); }
.page-hero .container, .section .container { width: 100%; margin: 0; }
.page-hero h1 { max-width: 1040px; font-size: clamp(48px, 6.4vw, 88px); }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-intro { max-width: 760px; margin: 20px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.eyebrow { margin: 0; color: var(--copper); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section { padding: 66px 0; }
.section-alt { background: var(--paper-deep); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head h2, .section-head h3 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4vw, 56px); font-weight: 400; line-height: 1.1; }
.section-head.slim { margin-top: 52px; }
.feature-grid, .card-grid, .category-grid, .contact-layout, .product-layout { display: grid; gap: 28px; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 32px 0; border-top: 1px solid var(--line); }
.feature-card h2, .feature-card h3 { margin: 0 0 18px; font-family: var(--display); font-size: 32px; font-weight: 400; }
.feature-card p { margin: 0; color: var(--ink-soft); }
.card-grid { grid-template-columns: repeat(3, 1fr); }
.image-card { overflow: hidden; border-bottom: 1px solid var(--line); }
.image-card > a { display: block; overflow: hidden; }
.image-card img, .main-visual { aspect-ratio: 16 / 11; object-fit: cover; transition: transform .7s ease; }
.image-card:hover img { transform: scale(1.025); }
.image-card.compact img { aspect-ratio: 4 / 5; }
.card-body { padding: 20px 0 24px; }
.card-body h3 { margin: 0 0 8px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.card-body p { margin: 0 0 12px; color: var(--ink-soft); }
.text-link { display: inline-block; border-bottom: 1px solid var(--copper); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.category-grid { grid-template-columns: repeat(4, 1fr); }
.category-card { min-height: 170px; padding: 26px 0; border-top: 1px solid var(--line); }
.category-card h3 { margin: 0 0 48px; font-family: var(--display); font-size: 28px; font-weight: 400; }
.image-placeholder { min-height: 260px; display: flex; align-items: center; justify-content: center; padding: 36px; background: var(--paper-deep); color: var(--ink-soft); text-align: center; }

.about-visual-section .container { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .55fr); align-items: end; }
.about-visual { min-height: 520px; object-fit: cover; }
.about-manifesto { margin-left: -1px; padding: 46px 42px; background: var(--forest); color: #fff; }
.about-manifesto h2 { margin: 0; font-family: var(--display); font-size: 46px; font-weight: 400; line-height: 1.06; }
.about-manifesto > p:last-child { margin: 24px 0 0; color: rgba(255,255,255,.7); }

.directory-visual { height: clamp(360px, 44vw, 620px); object-fit: cover; }
.facility-directory { border-bottom: 1px solid var(--line); }
.facility-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 34px; align-items: center; padding: 28px 4px; border-top: 1px solid var(--line); }
.facility-row > span { color: var(--copper); font-family: var(--display); font-size: 18px; }
.facility-row h2 { margin: 0; font-family: var(--display); font-size: 34px; font-weight: 400; }
.facility-row p { max-width: 760px; margin: 6px 0 0; color: var(--ink-soft); }
.facility-row > strong { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid var(--copper); }

.category-nav { position: sticky; top: 82px; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(247,244,238,.95); backdrop-filter: blur(12px); }
.category-nav .container { display: flex; gap: 34px; overflow-x: auto; scrollbar-width: none; }
.category-nav .container::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; padding: 18px 0 15px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-group { padding: 62px 0 82px; border-top: 1px solid var(--line); scroll-margin-top: 150px; }
.catalog-group:first-child { border-top: 0; padding-top: 0; }
.catalog-heading { display: grid; grid-template-columns: 70px 1fr auto; align-items: end; gap: 30px; margin-bottom: 30px; }
.catalog-heading > span { color: var(--copper); font-family: var(--display); font-size: 20px; }
.catalog-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1; }
.catalog-heading p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.catalog-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 44px; align-items: start; }
.category-cover { aspect-ratio: 4 / 5; object-fit: cover; }
.catalog-products { border-top: 1px solid var(--line); }
.catalog-empty { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.catalog-empty p { max-width: 520px; color: var(--ink-soft); }
.catalog-product { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.catalog-product img { aspect-ratio: 1; object-fit: cover; }
.catalog-product h3 { margin: 8px 0; font-family: var(--display); font-size: 26px; font-weight: 400; }
.catalog-product p { margin: 0; color: var(--ink-soft); }

.contact-layout { grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.contact-card { padding: 34px 0; border-top: 1px solid var(--line); }
.contact-card h2, .product-summary h2 { margin: 0 0 28px; font-family: var(--display); font-size: 38px; font-weight: 400; }
.contact-card p { margin: 0 0 14px; color: var(--ink-soft); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-form .form-message { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; padding: 13px 0; background: transparent; color: var(--ink); font: 16px var(--sans); text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--forest); }
.contact-form button { grid-column: 1 / -1; justify-self: start; margin-top: 10px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.map-embed { margin-top: 28px; }
.map-embed iframe { width: 100%; min-height: 320px; border: 0; }
.flash { grid-column: 1 / -1; margin-bottom: 12px; padding: 14px 16px; border-left: 3px solid; background: var(--white); }
.flash.success { border-color: #3f7a58; color: #28553c; }
.flash.error { border-color: #aa4a3e; color: #7c2e26; }

.product-layout { grid-template-columns: 1.25fr .75fr; align-items: start; }
.product-summary { position: sticky; top: 116px; padding: 12px 0 12px 36px; border-left: 1px solid var(--line); }
.product-summary p { color: var(--ink-soft); }
.thumb-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.thumb-row img { aspect-ratio: 1; object-fit: cover; }

.custom-content-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(42px, 7vw, 120px); }
.custom-content-layout.no-image { grid-template-columns: minmax(0, 900px); }
.custom-content-image { min-height: 420px; max-height: 680px; object-fit: cover; }
.custom-content-copy h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
.rich-copy { max-width: 680px; margin-top: 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.9; }

.panorama-shell { overflow: hidden; background: var(--forest-deep); color: #fff; }
.panorama-toolbar { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--line-light); }
.panorama-toolbar button { min-width: 44px; height: 44px; border: 1px solid var(--line-light); background: transparent; color: #fff; cursor: pointer; }
.panorama-toolbar span { margin-left: auto; color: rgba(255,255,255,.62); font-size: 11px; }
.panorama-stage { position: relative; height: 560px; overflow: hidden; background: var(--forest-deep); }
.panorama-stage > img { width: 100%; height: 100%; object-fit: cover; }
.panorama-stage > img[hidden] { display: none; }
.panorama-loading { position: absolute; z-index: 1; color: rgba(255,255,255,.74); }
.env-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; background: var(--line); }
.env-nav a { padding: 20px 22px; background: var(--white); font-size: 13px; }

.site-footer { padding: 50px 0 24px; background: var(--white); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; }
.site-footer h3 { margin: 0 0 18px; font-family: var(--display); font-size: 24px; font-weight: 400; }
.site-footer h4 { margin: 0 0 18px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p, .site-footer a { display: block; margin: 0 0 9px; color: var(--ink-soft); font-size: 13px; }
.footer-brand p { max-width: 320px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

.reveal { animation: reveal-up .8s cubic-bezier(.2,.7,.2,1) both; }
.reveal-delay { animation-delay: .14s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } * { transition-duration: .01ms !important; } }

@media (max-width: 1100px) {
    :root { --gutter: 24px; }
    .header-inner { grid-template-columns: 1fr auto auto; }
    .nav-toggle { display: block; }
    .nav {
        position: fixed; inset: 82px 0 auto; display: grid; align-content: start; gap: 0;
        padding: 18px 24px 30px; background: var(--paper); border-bottom: 1px solid var(--line);
        opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility .25s;
    }
    .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 26px; }
    .nav a::after { display: none; }
    .hero-layout { grid-template-columns: .82fr 1.18fr; }
    .hero-copy { padding-right: 40px; }
    .capability-index { width: 48%; }
    .process-layout { grid-template-columns: 1fr; }
    .process-track { overflow-x: auto; grid-template-columns: repeat(6, minmax(150px, 1fr)); padding-bottom: 8px; }
    .split-heading { grid-template-columns: 1fr 1fr; }
    .split-heading .text-action { grid-column: 2; justify-self: start; }
    .about-visual-section .container { grid-template-columns: 1.3fr .7fr; }
    .catalog-layout { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 760px) {
    :root { --gutter: 18px; }
    .site-header { position: sticky; }
    .header-inner { min-height: 68px; grid-template-columns: 1fr auto auto; gap: 16px; }
    .brand-name { max-width: 170px; overflow: hidden; text-overflow: ellipsis; font-size: 17px; white-space: nowrap; }
    .brand-meta, .header-inquiry { display: none; }
    .nav { top: 68px; }
    .header-actions { gap: 0; }
    .lang-switch { font-size: 10px; }

    .hero-layout { width: 100%; min-height: 0; grid-template-columns: 1fr; padding: 0; }
    .hero-copy { width: 100%; margin: 0; padding: 68px var(--gutter) 46px; }
    .hero-copy h1 { max-width: none; font-size: clamp(46px, 14vw, 60px); }
    html[lang="en"] .hero-copy h1 { font-size: clamp(24px, 6.8vw, 28px); }
    .hero-note { font-size: 15px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .hero-visual { min-height: 0; margin: 0; }
    .hero-visual > img { height: auto; aspect-ratio: 4 / 3; object-position: 64% center; }
    .capability-index { position: absolute; top: 18px; left: 6px; width: min(210px, 58%); padding: 0; }
    .capability-index > p { margin-bottom: 8px; font-size: 14px; }
    .capability-index ol { display: block; }
    .capability-index li { grid-template-columns: 24px auto; min-height: 30px; font-size: 12px; }

    .stats-grid { width: 100%; overflow-x: auto; grid-template-columns: repeat(5, minmax(150px, 1fr)); scrollbar-width: none; }
    .stats-grid::-webkit-scrollbar, .process-track::-webkit-scrollbar, .facility-strip::-webkit-scrollbar, .lookbook-grid::-webkit-scrollbar { display: none; }
    .stats-grid > div { padding: 28px 22px; }
    .section-space { padding: 52px 0; }
    .process-section { padding: 42px 0; }
    .process-layout { gap: 28px; }
    .process-track { margin-right: 0; }
    .process-track li { min-height: 116px; padding: 12px 14px 8px; }
    .process-track li strong { margin-top: 32px; }

    .section-heading h2 { font-size: 48px; }
    .split-heading, .inline-heading { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
    .split-heading .text-action { grid-column: auto; }
    .facility-feature { margin: 0; }
    .facility-feature img { height: 300px; }
    .facility-feature span { right: 0; left: 0; padding: 14px 16px; text-align: center; }
    .facility-strip { margin-right: 0; overflow-x: auto; grid-template-columns: repeat(6, minmax(140px, 1fr)); }
    .facility-strip a { min-height: 96px; }

    .lookbook-grid { margin-right: 0; overflow-x: auto; grid-template-columns: repeat(4, minmax(220px, 1fr)); scroll-snap-type: x mandatory; }
    .lookbook-card { scroll-snap-align: start; }
    .home-cta { padding: 48px 0; }
    .cta-layout { grid-template-columns: 1fr; gap: 22px; }
    .cta-layout h2 { font-size: 48px; }
    .cta-layout .button { justify-self: start; }

    .page-hero { padding: 54px 0 38px; }
    .page-hero h1 { font-size: 48px; }
    .page-intro { font-size: 15px; }
    .section { padding: 48px 0; }
    .section-head { display: block; }
    .feature-grid, .card-grid, .category-grid, .contact-layout, .product-layout { grid-template-columns: 1fr; }
    .card-grid { gap: 34px; }
    .image-card img { aspect-ratio: 4 / 3; }
    .contact-layout { gap: 36px; }
    .contact-form { grid-template-columns: 1fr; }
    .contact-form .form-message, .contact-form button { grid-column: auto; }
    .product-summary { position: static; padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
    .about-visual-section .container { display: block; }
    .about-visual { min-height: 0; aspect-ratio: 4 / 3; }
    .about-manifesto { margin: 0; padding: 34px 24px; }
    .about-manifesto h2 { font-size: 38px; }
    .directory-visual { height: 280px; }
    .facility-row { grid-template-columns: 42px 1fr; gap: 16px; padding: 24px 0; }
    .facility-row h2 { font-size: 28px; }
    .facility-row p { font-size: 13px; }
    .facility-row > strong { grid-column: 2; justify-self: start; }
    .category-nav { top: 68px; }
    .category-nav .container { width: 100%; padding: 0 18px; gap: 26px; }
    .catalog-group { padding: 36px 0 48px; }
    .catalog-heading { grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
    .catalog-heading h2 { font-size: 42px; }
    .catalog-heading p { grid-column: 2; }
    .catalog-layout { grid-template-columns: 1fr; gap: 26px; }
    .category-cover { aspect-ratio: 16 / 11; }
    .catalog-empty { min-height: 220px; }
    .panorama-toolbar { flex-wrap: wrap; }
    .panorama-toolbar span { width: 100%; margin: 4px 0 0; }
    .panorama-stage { height: 330px; }
    .env-nav { grid-template-columns: 1fr; }
    .custom-content-layout, .custom-content-layout.no-image { grid-template-columns: 1fr; gap: 30px; }
    .custom-content-image { min-height: 0; aspect-ratio: 4 / 3; }
    .custom-content-copy h2 { font-size: 42px; }
    .rich-copy { margin-top: 20px; font-size: 15px; }

    .site-footer { padding-top: 52px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; margin-top: 38px; gap: 8px; }
}

@media (max-width: 390px) {
    .brand-name { max-width: 132px; }
    .header-inner { gap: 11px; }
    .hero-copy h1 { font-size: 52px; }
    .capability-index ol { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}
