:root {
  color-scheme: light;
  --ink: #0a2b2a;
  --ink-2: #123b39;
  --paper: #f4f1e9;
  --white: #fff;
  --muted: #5d6d69;
  --copper: #b57845;
  --sand: #ddc59e;
  --sage: #a9bca8;
  --line: rgba(10,43,42,.16);
  --shell: min(1240px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; background: var(--paper); overflow-x: hidden; }
body { margin: 0; min-width: 320px; max-width: 100%; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip { position: fixed; z-index: 200; left: 16px; top: 12px; padding: 11px 15px; color: var(--white); background: var(--ink); text-decoration: none; transform: translateY(-150%); transition: transform .2s ease; }
.skip:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled, body.inner-page .site-header { background: rgba(7,34,33,.96); box-shadow: 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 104px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 40px; }
.brand-logo { display: block; width: 122px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 44px); }
.desktop-nav a { position: relative; color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 760; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -11px; height: 1px; background: var(--sand); transition: right .25s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 8px; font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.language-switch a { color: rgba(255,255,255,.45); text-decoration: none; }
.language-switch a.active { color: var(--white); }
.language-switch span { color: rgba(255,255,255,.24); }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.26); color: var(--white); background: transparent; cursor: pointer; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle i { position: relative; }
.menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; }
.menu-toggle i::before { top: -6px; }
.menu-toggle i::after { top: 6px; }
.menu-open .menu-toggle i { background: transparent; }
.menu-open .menu-toggle i::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle i::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-panel { display: none; position: fixed; z-index: 90; inset: 0; padding: 132px 32px 40px; color: var(--white); background: var(--ink); }
.menu-open .mobile-panel { display: flex; flex-direction: column; }
.mobile-panel nav { display: grid; }
.mobile-panel nav a { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: clamp(1.6rem, 7vw, 2.6rem); font-weight: 650; text-decoration: none; }
.mobile-language { margin-top: auto; display: flex; gap: 20px; font-size: .8rem; font-weight: 800; letter-spacing: .12em; }

.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 26px; color: var(--copper); font-size: .68rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.display { margin: 0; font-size: clamp(3.5rem, 7.5vw, 7rem); line-height: .91; letter-spacing: -.07em; }
.display em { color: var(--sage); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.lede { max-width: 680px; color: rgba(255,255,255,.66); font-size: clamp(1.02rem, 1.5vw, 1.22rem); line-height: 1.75; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 24px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .03em; text-decoration: none; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.copper { border-color: var(--copper); background: var(--copper); }
.button.light { border-color: rgba(255,255,255,.55); color: var(--white); background: transparent; }
.button.arrow::after { content: "→"; font-size: 1rem; }

.home-hero { min-height: 880px; display: grid; align-items: center; position: relative; isolation: isolate; padding: 150px 0 70px; color: var(--white); background: var(--ink); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000 38%, #000); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.hero-copy .lede { margin: 32px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trade-visual { min-height: 590px; position: relative; border-left: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); overflow: hidden; transform-style: preserve-3d; transition: transform .25s ease-out; }
.trade-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.trade-label { position: absolute; z-index: 2; left: 34px; top: 32px; color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.trade-status { position: absolute; z-index: 2; right: 30px; bottom: 30px; display: grid; gap: 7px; padding-left: 18px; border-left: 1px solid var(--sand); }
.trade-status strong { font-size: .73rem; letter-spacing: .1em; }
.trade-status span { color: rgba(255,255,255,.48); font-size: .65rem; }
.route-line { fill: none; stroke: rgba(221,197,158,.56); stroke-width: 1.6; stroke-dasharray: 8 11; animation: routeFlow 14s linear infinite; }
.route-line.secondary { stroke: rgba(169,188,168,.34); animation-duration: 20s; animation-direction: reverse; }
.route-node { fill: var(--sand); filter: drop-shadow(0 0 7px rgba(221,197,158,.65)); }
.route-pulse { fill: none; stroke: rgba(221,197,158,.38); transform-box: fill-box; transform-origin: center; animation: pulse 2.4s ease-out infinite; }
@keyframes routeFlow { to { stroke-dashoffset: -190; } }
@keyframes pulse { from { transform: scale(.5); opacity: 1; } to { transform: scale(2.2); opacity: 0; } }
.ticker { color: rgba(255,255,255,.7); background: #061f1e; border-top: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.ticker-track { width: max-content; display: flex; gap: 34px; padding: 17px 0; animation: ticker 32s linear infinite; font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.ticker-track span::after { content: "·"; margin-left: 34px; color: var(--copper); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(86px, 10vw, 150px) 0; }
.section.white { background: var(--white); }
.section.dark { color: var(--white); background: var(--ink); }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 9vw, 130px); }
.split h2, .section-title { margin: 0; font-size: clamp(2.6rem, 5vw, 5.1rem); line-height: .97; letter-spacing: -.055em; }
.body-copy { color: var(--muted); font-size: 1rem; line-height: 1.85; }
.dark .body-copy { color: rgba(255,255,255,.64); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.principles { margin-top: 64px; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 90px minmax(0, .8fr) minmax(0, 1.2fr); gap: 34px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principle span { color: var(--copper); font: 500 1.1rem/1 Georgia, serif; }
.principle strong { font-size: 1rem; }
.principle p { margin: 0; color: var(--muted); line-height: 1.65; }

.brand-preview { display: grid; grid-template-columns: 1fr 1fr; }
.brand-preview article { min-height: 500px; display: grid; align-content: space-between; position: relative; padding: clamp(36px, 5vw, 70px); overflow: hidden; }
.brand-preview article:first-child { color: var(--ink); background: #fff6eb; }
.brand-preview article:last-child { color: var(--white); background: #111; }
.brand-preview .brand-image { max-width: 250px; max-height: 135px; object-fit: contain; object-position: left center; }
.brand-preview article:last-child .brand-image { filter: brightness(0) invert(1); }
.brand-preview h3 { margin: 0; font-size: clamp(2.5rem, 4vw, 4.2rem); letter-spacing: -.05em; }
.brand-preview p { max-width: 480px; line-height: 1.7; opacity: .72; }
.brand-product { position: absolute; right: -20px; bottom: -24px; width: 47%; height: 75%; object-fit: cover; opacity: .4; mix-blend-mode: luminosity; }

.page-hero { min-height: 540px; display: grid; align-items: end; padding: 180px 0 80px; color: var(--white); background: var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); align-items: end; gap: 70px; }
.page-hero h1 { max-width: 870px; margin: 0; font-size: clamp(3.6rem, 7vw, 7.4rem); line-height: .9; letter-spacing: -.065em; }
.page-hero p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.75; }
.page-index { color: var(--sand); font-size: .65rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }

.company-profile { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 90px; }
.statement { padding: 45px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 400 clamp(2rem, 3.2vw, 3.5rem)/1.2 Georgia, serif; }
.legal-panel { padding: 38px; color: rgba(255,255,255,.72); background: var(--ink); }
.legal-panel strong { display: block; margin-bottom: 24px; color: var(--white); font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; }
.legal-panel p { margin: 8px 0; font-size: .82rem; line-height: 1.7; }

.operation-map { min-height: 620px; position: relative; background: var(--ink); overflow: hidden; }
.operation-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.operation-caption { position: absolute; z-index: 2; inset: auto auto 44px 44px; max-width: 410px; color: var(--white); }
.operation-caption h2 { margin: 0 0 18px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.operation-caption p { color: rgba(255,255,255,.6); line-height: 1.7; }
.process-list { counter-reset: steps; border-top: 1px solid var(--line); }
.process-step { counter-increment: steps; display: grid; grid-template-columns: 100px minmax(220px,.65fr) minmax(0,1fr); gap: 38px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.process-step::before { content: "0" counter(steps); color: var(--copper); font-size: .72rem; font-weight: 850; letter-spacing: .16em; }
.process-step h3 { margin: 0; font-size: 1.5rem; }
.process-step p { margin: 0; color: var(--muted); line-height: 1.7; }

.brands-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.brand-row { min-height: 450px; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--white); }
.brand-identity { display: grid; place-items: center; position: relative; padding: 50px; overflow: hidden; }
.brand-identity img { max-width: 290px; max-height: 180px; object-fit: contain; }
.brand-row.velass .brand-identity { background: #111; }
.brand-row.velass .brand-identity img { filter: brightness(0) invert(1); }
.brand-copy { display: grid; align-content: center; padding: clamp(45px, 7vw, 100px); }
.brand-copy h2 { margin: 0 0 20px; font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.055em; }
.brand-copy p { max-width: 640px; color: var(--muted); line-height: 1.8; }
.brand-row.velass .brand-identity::after { content: ""; position: absolute; inset: auto 0 0 45%; height: 70%; background: url('/assets/velass-bambu.webp?v=202609161650') center/cover; opacity: .36; mix-blend-mode: luminosity; }
.future-line { padding: 42px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid var(--line); border-top: 0; }
.future-line span { color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: clamp(50px, 8vw, 120px); }
.contact-actions { display: grid; gap: 12px; margin-top: 34px; }
.contact-actions .button { width: fit-content; }
.contact-aside { align-self: start; padding: 34px; border: 1px solid var(--line); }
.contact-aside strong { display: block; margin-bottom: 23px; font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; }
.contact-aside p { margin: 9px 0; color: var(--muted); font-size: .85rem; line-height: 1.65; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-footer { color: rgba(255,255,255,.62); background: #061f1e; }
.footer-main { padding: 62px 0 38px; display: grid; grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(150px, .4fr)); gap: 60px; }
.footer-brand img { width: 130px; height: auto; }
.footer-brand p { max-width: 440px; margin: 24px 0 0; font-size: .84rem; line-height: 1.75; }
.footer-col strong { display: block; margin-bottom: 18px; color: var(--white); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 10px 0; color: inherit; font-size: .8rem; text-decoration: none; }
.footer-col a:hover { color: var(--white); }
.footer-legal { padding: 0 0 34px; display: grid; grid-template-columns: 1fr auto; gap: 36px; color: rgba(255,255,255,.55); font-size: .73rem; line-height: 1.7; }
.footer-legal strong { display: block; color: rgba(255,255,255,.82); font-size: .69rem; letter-spacing: .03em; }
.footer-legal address { font-style: normal; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .69rem; }
.credit { display: inline-flex; align-items: center; gap: 9px; color: inherit; text-decoration: none; opacity: .65; }
.fg { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 700 .55rem/1 Georgia, serif; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 160px 32px 80px; color: var(--white); background: var(--ink); text-align: center; }
.error-page h1 { margin: 10px 0 20px; font-size: clamp(5rem, 14vw, 10rem); letter-spacing: -.08em; }
.error-page p { max-width: 560px; margin: 0 auto 30px; color: rgba(255,255,255,.62); line-height: 1.7; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 42px, 820px); }
  .header-inner { grid-template-columns: 130px 1fr auto; }
  .desktop-nav { display: none; }
  .header-tools { justify-self: end; }
  .menu-toggle { display: grid; }
  .hero-layout, .page-hero-grid, .company-profile, .contact-layout { grid-template-columns: 1fr; }
  .home-hero { padding-top: 135px; }
  .trade-visual { min-height: 500px; }
  .split { grid-template-columns: 1fr; }
  .brand-preview { grid-template-columns: 1fr; }
  .brand-preview article { min-height: 430px; }
  .brand-row { grid-template-columns: 1fr; }
  .brand-identity { min-height: 320px; }
  .contact-aside { max-width: 520px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 32px, 580px); }
  .header-inner { min-height: 82px; grid-template-columns: 104px 1fr auto; gap: 15px; }
  .brand-logo { width: 96px; }
  .language-switch { display: none; }
  .home-hero { min-height: auto; padding: 126px 0 56px; }
  .hero-layout { gap: 50px; }
  .display { font-size: clamp(3.3rem, 15.4vw, 4.4rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trade-visual { min-height: 410px; }
  .trade-label { left: 22px; top: 22px; }
  .trade-status { right: 20px; bottom: 20px; }
  .page-hero { min-height: 470px; padding: 142px 0 56px; }
  .page-hero h1 { font-size: clamp(3.3rem, 15vw, 4.8rem); }
  .section { padding: 78px 0; }
  .principle, .process-step { grid-template-columns: 1fr; gap: 12px; }
  .principle { padding: 25px 0; }
  .process-step { padding: 30px 0; }
  .brand-preview article { min-height: 390px; padding: 32px 24px; }
  .brand-preview .brand-image { max-width: 190px; }
  .brand-product { width: 55%; }
  .operation-map { min-height: 570px; }
  .operation-caption { inset: auto 25px 30px; }
  .brand-identity { min-height: 260px; padding: 38px; }
  .brand-copy { padding: 42px 26px; }
  .future-line { align-items: flex-start; flex-direction: column; padding: 28px; }
  .contact-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
