:root {
  --bg: #f4f0e7;
  --surface: #fbf8f1;
  --ink: #201b16;
  --muted: #777069;
  --accent: #d89b32;
  --dark: #201b16;
  --on-dark: #f9f3e7;
  --line: rgba(32, 27, 22, .2);
  --display: "Songti SC", "STSong", Georgia, serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
html[data-template="apparel"] { --bg: #eeeae3; --surface: #f7f4ef; --ink: #171717; --muted: #76706a; --accent: #b52e24; --dark: #b52e24; --on-dark: #fff8ef; --line: rgba(23,23,23,.22); --display: "Bodoni 72", "Didot", "Songti SC", serif; }
html[data-template="trade"] { --bg: #eee9de; --surface: #f8f5ee; --ink: #092a68; --muted: #667189; --accent: #f15b2a; --dark: #0d42ac; --on-dark: #fffdf5; --line: rgba(9,42,104,.2); --display: "Arial Narrow", "DIN Condensed", "PingFang SC", sans-serif; }
html[data-template="software"] { --bg: #071713; --surface: #0b211c; --ink: #d8ff60; --muted: #8aa69f; --accent: #52f0c5; --dark: #04100d; --on-dark: #ddfff5; --line: rgba(82,240,197,.23); --display: "SFMono-Regular", Menlo, Monaco, monospace; --body: "SFMono-Regular", Menlo, "PingFang SC", monospace; }
html[data-template="vegetable"] { --bg: #f0eddd; --surface: #faf6e8; --ink: #153d2c; --muted: #6d786c; --accent: #e65a36; --dark: #174c32; --on-dark: #fff9e7; --line: rgba(21,61,44,.2); --display: "Songti SC", "STSong", Georgia, serif; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
[hidden] { display: none !important; }
.texture { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 0 5vw; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { width: fit-content; display: flex; align-items: center; gap: 13px; font-family: var(--display); text-decoration: none; }
.brand-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--on-dark); background: var(--dark); font-size: 13px; }
.brand strong { font-size: 17px; letter-spacing: .08em; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { font-size: 11px; text-decoration: none; }
.template-tag { justify-self: end; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .18em; }

.hero { min-height: 680px; display: grid; grid-template-columns: 54% 46%; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-copy { padding: clamp(95px, 11vw, 165px) 7vw 80px 9vw; }
.eyebrow, .section-heading > p, .section-label, .advantages-heading > p, .contact > div > p { margin: 0 0 25px; color: var(--accent); font-size: 9px; font-weight: 700; letter-spacing: .24em; }
.hero h1, .section h2 { margin: 0; font-family: var(--display); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; }
.hero h1 { max-width: 720px; font-size: clamp(50px, 5.5vw, 86px); white-space: pre-line; }
.hero-summary { max-width: 540px; margin: 36px 0 34px; color: var(--muted); font-size: 15px; line-height: 2; }
.hero-cta { width: 150px; display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; text-decoration: none; }
.hero-cta i { color: var(--accent); font-size: 18px; font-style: normal; transition: transform 180ms ease; }
.hero-cta:hover i { transform: translate(4px,4px); }
.hero-stage { min-height: 680px; position: relative; background: var(--dark); overflow: hidden; }
.art { position: absolute; inset: 0; color: var(--on-dark); display: none; }
html[data-template="lighting"] .art-lighting, html[data-template="apparel"] .art-apparel, html[data-template="trade"] .art-trade, html[data-template="software"] .art-software, html[data-template="vegetable"] .art-vegetable { display: block; }

/* Lighting: warm sculptural minimalism */
.art-lighting { background: radial-gradient(circle at 50% 53%, rgba(216,155,50,.22), transparent 29%), linear-gradient(155deg,#2a241d,#17130f); }
.lamp-wire { width: 1px; height: 30%; position: absolute; left: 50%; top: 0; background: rgba(255,255,255,.35); }
.lamp-shade { width: min(25vw,340px); height: 115px; position: absolute; left: 50%; top: 30%; transform: translateX(-50%); border-radius: 170px 170px 20px 20px; background: #d6c3a1; box-shadow: inset 0 -13px 20px rgba(0,0,0,.2); }
.lamp-shade::after { content: ""; position: absolute; inset: auto 8% -17px; height: 34px; border-radius: 50%; background: #fff2cb; box-shadow: 0 25px 75px 40px rgba(241,190,91,.26); }
.lamp-glow { width: min(32vw,430px); height: 310px; position: absolute; left: 50%; top: 45%; transform: translateX(-50%); background: linear-gradient(to bottom,rgba(240,190,89,.18),transparent); clip-path: polygon(20% 0,80% 0,100% 100%,0 100%); }
.art-lighting p { position: absolute; right: 4vw; bottom: 55px; margin: 0; font-family: var(--display); font-size: 34px; line-height: 1.05; text-align: right; }

/* Apparel: fashion editorial */
html[data-template="apparel"] .hero { grid-template-columns: 46% 54%; }
html[data-template="apparel"] .hero-copy { order: 2; }
html[data-template="apparel"] .hero-stage { order: 1; }
.art-apparel { background: #c93227; }
.art-apparel::before { content: ""; position: absolute; inset: 5% 6%; border: 1px solid rgba(255,255,255,.35); }
.art-apparel svg { width: min(24vw,320px); position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%); fill: #f3e8d8; stroke: rgba(23,23,23,.55); stroke-width: 1; }
.editorial-number { position: absolute; top: 40px; left: 5vw; color: rgba(255,255,255,.13); font-family: var(--display); font-size: 210px; line-height: 1; }
.art-apparel p { position: absolute; right: 5vw; top: 65px; margin: 0; font-family: var(--display); font-size: 25px; line-height: 1.1; text-align: right; }

/* Trade: geometric global network */
html[data-template="trade"] .site-header { background: var(--surface); }
html[data-template="trade"] .brand-symbol { border-radius: 3px; background: var(--accent); }
html[data-template="trade"] .hero-copy { background: repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(9,42,104,.06) 25%); }
.art-trade { background: var(--dark); }
.art-trade::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 55px 55px; }
.globe { width: min(32vw,430px); aspect-ratio: 1; position: absolute; left: 50%; top: 47%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; z-index: 1; }
.globe::before, .globe::after { content: ""; position: absolute; inset: 0 25%; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; }
.globe::after { inset: 24% 0; }
.globe i, .globe b, .globe span, .globe em { width: 11px; height: 11px; position: absolute; z-index: 2; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(241,91,42,.18); }
.globe i { left: 12%; top: 30%; }.globe b { right: 16%; top: 20%; }.globe span { right: 8%; bottom: 31%; }.globe em { left: 30%; bottom: 10%; }
.art-trade p { position: absolute; left: 4vw; bottom: 50px; z-index: 2; margin: 0; font-family: var(--display); font-size: 30px; font-weight: 700; }
.art-trade small { position: absolute; right: 4vw; top: 45px; z-index: 2; color: var(--accent); font-size: 9px; letter-spacing: .25em; }

/* Software: luminous technical interface */
html[data-template="software"] body { background-image: linear-gradient(rgba(82,240,197,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(82,240,197,.04) 1px,transparent 1px); background-size: 32px 32px; }
html[data-template="software"] .site-header { background: rgba(4,16,13,.84); }
html[data-template="software"] .brand-symbol { border: 1px solid var(--accent); border-radius: 0; color: var(--accent); background: transparent; }
html[data-template="software"] .hero { min-height: 650px; }
html[data-template="software"] .hero-stage { min-height: 650px; border-left: 1px solid var(--line); }
.art-software { background: radial-gradient(circle at 60% 40%,rgba(82,240,197,.12),transparent 35%),#04100d; }
.code-window { width: 76%; position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); border: 1px solid rgba(82,240,197,.35); box-shadow: 16px 16px 0 rgba(82,240,197,.06); }
.code-window > div { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid rgba(82,240,197,.2); }
.code-window > div i { width: 7px; height: 7px; border-radius: 50%; background: #5f8178; }
.code-window > div i:first-child { background: var(--accent); }
.code-window pre { margin: 0; padding: 30px; color: #cde8e0; font-size: clamp(11px,1.2vw,16px); line-height: 2; }
.code-window pre span { color: #4c6f66; }
.pixel-orbit { position: absolute; width: 160px; aspect-ratio: 1; right: -55px; bottom: -55px; border: 1px dashed var(--accent); border-radius: 50%; animation: rotate 18s linear infinite; }
.art-software > p { position: absolute; left: 3vw; bottom: 35px; margin: 0; font-size: 10px; line-height: 1.7; letter-spacing: .18em; }
.art-software > p i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: blink 1.6s ease-in-out infinite; }

/* Vegetable: fresh produce market */
html[data-template="vegetable"] .site-header { background: #f8f2df; }
html[data-template="vegetable"] .brand-symbol { border-radius: 50% 50% 50% 8px; transform: rotate(-8deg); background: var(--dark); }
html[data-template="vegetable"] .brand-symbol + strong { transform: translateX(-2px); }
html[data-template="vegetable"] .hero { grid-template-columns: 50% 50%; }
html[data-template="vegetable"] .hero-copy { background: radial-gradient(circle at 10% 85%,rgba(230,90,54,.08),transparent 25%); }
html[data-template="vegetable"] .hero h1 { font-size:clamp(47px,4.15vw,66px); letter-spacing:-.06em; }
.art-vegetable { background: linear-gradient(155deg,#225d40 0%,#123d2b 72%); }
.art-vegetable::before { content:""; position:absolute; inset:0; opacity:.16; background:repeating-linear-gradient(102deg,transparent 0,transparent 58px,rgba(255,249,231,.35) 59px,transparent 60px); }
.market-label { width:190px; aspect-ratio:1; position:absolute; z-index:3; top:52px; right:4vw; display:grid; place-items:center; align-content:center; gap:8px; border:1px solid rgba(255,249,231,.48); border-radius:50%; color:#fff9e7; text-align:center; transform:rotate(7deg); }
.market-label::before,.market-label::after { content:"•"; position:absolute; left:50%; transform:translateX(-50%); color:#f5be59; }.market-label::before{top:16px}.market-label::after{bottom:16px}
.market-label small { color:#f5be59; font-size:8px; letter-spacing:.2em; }.market-label strong { font-family:var(--display); font-size:27px; font-weight:500; }.market-label span { font-size:9px; letter-spacing:.18em; }
.produce-basket { width:min(34vw,460px); height:210px; position:absolute; z-index:2; left:50%; bottom:70px; transform:translateX(-50%); border-radius:18px 18px 70px 70px; background:repeating-linear-gradient(0deg,#bd8246 0,#bd8246 17px,#d49a58 18px,#d49a58 34px); box-shadow:inset 0 14px 0 #e1ae6a,0 35px 70px rgba(3,24,15,.28); }
.produce-basket::before { content:""; width:76%; height:135px; position:absolute; left:12%; top:-74px; border:17px solid #9b6536; border-bottom:0; border-radius:120px 120px 0 0; opacity:.9; }
.produce-basket > i { position:absolute; display:block; }
.lettuce { width:180px; height:150px; left:18%; top:-77px; border-radius:52% 48% 45% 55%; background:radial-gradient(circle at 25% 35%,#a8c65d 0 22%,transparent 23%),radial-gradient(circle at 67% 25%,#87ad4d 0 27%,transparent 28%),radial-gradient(circle at 48% 67%,#67933e 0 38%,transparent 39%); transform:rotate(-8deg); }
.tomato { width:76px; height:70px; z-index:3; border-radius:50% 48% 53% 46%; background:#e45a38; box-shadow:inset -10px -9px 0 rgba(133,38,20,.15); }
.tomato::before { content:""; width:34px; height:20px; position:absolute; left:21px; top:-7px; background:#315f30; clip-path:polygon(50% 40%,100% 0,76% 54%,100% 100%,55% 67%,19% 100%,27% 58%,0 20%); }
.tomato-one { left:8%; top:-22px; transform:rotate(-12deg); }.tomato-two { right:13%; top:-36px; transform:scale(.83) rotate(8deg); }
.carrot { width:48px; height:150px; z-index:2; top:-50px; border-radius:45% 45% 70% 70%; background:#ef8a31; clip-path:polygon(6% 0,94% 0,51% 100%); }
.carrot::before { content:""; width:70px; height:60px; position:absolute; left:-11px; top:-43px; background:#78a54d; clip-path:polygon(47% 100%,0 5%,42% 49%,55% 0,61% 50%,100% 16%); }
.carrot-one { right:28%; transform:rotate(17deg); }.carrot-two { left:36%; top:-33px; transform:scale(.78) rotate(-18deg); }
.green-leaf { width:82px; height:125px; z-index:1; top:-81px; border-radius:100% 0 100% 0; background:#4d873e; transform-origin:bottom center; }.green-leaf::after { content:""; width:1px; position:absolute; inset:18px auto 10px 50%; background:rgba(255,255,255,.35); transform:rotate(27deg); }
.leaf-one { right:7%; transform:rotate(26deg); }.leaf-two { left:8%; transform:rotate(-27deg) scale(.8); }
.art-vegetable > p { position:absolute; left:4vw; bottom:32px; z-index:3; margin:0; color:#f5be59; font-family:var(--display); font-size:13px; line-height:1.35; letter-spacing:.16em; }

.signal-strip { min-height: 88px; display: grid; grid-template-columns: repeat(3,1fr) 1.5fr; align-items: center; padding: 0 5vw; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .11em; }
.signal-strip span + span { padding-left: 3vw; border-left: 1px solid var(--line); }
.signal-strip strong { color: var(--accent); text-align: right; font-size: 9px; letter-spacing: .22em; }
.section { padding: 125px 8vw; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 8vw; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(38px,5vw,68px); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 200ms ease,color 200ms ease; }
.service-grid article:hover { color: var(--on-dark); background: var(--dark); }
.service-grid span { color: var(--accent); font-size: 9px; }
.service-grid h3 { margin: auto 0 25px; font-family: var(--display); font-size: 23px; font-weight: 500; }
.service-grid i { width: 34px; height: 1px; background: currentColor; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; color: var(--on-dark); background: var(--dark); }
.about-art { min-height: 480px; display: grid; place-items: center; position: relative; border: 1px solid rgba(255,255,255,.18); overflow: hidden; }
.about-art > span { width: 160px; height: 160px; display: grid; place-items: center; z-index: 2; border-radius: 50%; color: var(--dark); background: var(--accent); font-family: var(--display); font-size: 58px; }
.about-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(white 1px,transparent 1px),linear-gradient(90deg,white 1px,transparent 1px); background-size: 45px 45px; }
.about-art small { position: absolute; left: 25px; bottom: 22px; font-size: 8px; letter-spacing: .22em; }
.about-copy { align-self: center; }
.about-copy h2 { font-size: clamp(38px,5vw,67px); }
.about-copy > p:not(.section-label) { margin: 34px 0; color: color-mix(in srgb,var(--on-dark) 62%,transparent); font-size: 16px; line-height: 2; }
.about-copy blockquote { margin: 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.18); font-family: var(--display); font-size: 20px; }

.advantages { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.advantages-heading h2 { font-size: clamp(36px,4.3vw,60px); }
.advantages ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.advantages li { min-height: 86px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.advantages li span { color: var(--accent); font-size: 9px; }
.advantages li p { margin: 0; font-family: var(--display); font-size: 18px; }
.advantages li i { font-style: normal; }

.contact { min-height: 440px; display: grid; grid-template-columns: 1.1fr .8fr auto; align-items: center; gap: 8vw; color: var(--on-dark); background: var(--dark); border-top: 1px solid rgba(255,255,255,.12); }
.contact h2 { font-size: clamp(42px,5vw,70px); }
.contact-info { display: grid; gap: 14px; }
.contact-info small { color: var(--accent); font-size: 9px; letter-spacing: .2em; }
.contact-info a, .contact-info > span { font-family: var(--display); font-size: 22px; text-underline-offset: 7px; }
.contact-info address, .contact-info p { margin: 0; color: color-mix(in srgb,var(--on-dark) 55%,transparent); font-size: 11px; font-style: normal; line-height: 1.8; }
.contact-arrow { width: 90px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--accent); font-size: 31px; }
footer { min-height: 135px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; padding: 30px 5vw; color: color-mix(in srgb,var(--on-dark) 48%,transparent); background: var(--dark); border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; }
footer > div:first-child { display: flex; align-items: baseline; gap: 16px; }
footer strong { color: var(--on-dark); font-family: var(--display); font-size: 15px; }
.filing-links { justify-self: end; display: flex; gap: 15px; }
.unconfigured { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: grid; gap: 6px; padding: 16px 18px; color: var(--on-dark); background: var(--dark); border: 1px solid var(--line); box-shadow: 0 18px 60px rgba(0,0,0,.25); }
.unconfigured strong { color: var(--accent); font-size: 11px; }.unconfigured span { font-size: 10px; }

html[data-template="apparel"] .service-grid { transform: rotate(-1deg); }
html[data-template="apparel"] .about-art > span { border-radius: 0; transform: rotate(-6deg); }
html[data-template="trade"] .service-grid article { min-height: 195px; }
html[data-template="trade"] .about-art > span { border-radius: 4px; }
html[data-template="software"] .service-grid { gap: 12px; border: 0; }
html[data-template="software"] .service-grid article { min-height: 190px; border: 1px solid var(--line); background: rgba(4,16,13,.6); }
html[data-template="software"] .about { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
html[data-template="software"] .about-art > span { border-radius: 0; color: var(--dark); }
html[data-template="vegetable"] .service-grid article:nth-child(even) { background:rgba(23,76,50,.035); }
html[data-template="vegetable"] .about-art > span { border-radius:50% 50% 50% 8px; transform:rotate(-8deg); }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes blink { 50% { opacity: .25; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none !important; transition: none !important; } }

@media (max-width: 860px) {
  .site-header { min-height: 76px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .site-header nav { display: none; }
  .template-tag { font-size: 0; }
  .template-tag::after { content: "●"; color: var(--accent); font-size: 12px; }
  .hero, html[data-template="apparel"] .hero, html[data-template="vegetable"] .hero { grid-template-columns: 1fr; }
  .hero-copy, html[data-template="apparel"] .hero-copy { order: 1; padding: 82px 8vw 70px; }
  .hero-stage, html[data-template="apparel"] .hero-stage { order: 2; min-height: 480px; }
  .hero h1 { font-size: clamp(45px,13vw,70px); }
  .lamp-shade { width: 58vw; }
  .lamp-glow { width: 76vw; }
  .art-apparel svg { width: 60vw; }
  .globe { width: 72vw; }
  .produce-basket { width:min(74vw,430px); }
  .market-label { width:150px; top:32px; right:6vw; }
  .signal-strip { grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px 7vw; }
  .signal-strip span + span { padding: 0; border: 0; }
  .signal-strip strong { display: none; }
  .section { padding: 85px 7vw; }
  .section-heading, .advantages { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 150px; }
  .about { grid-template-columns: 1fr; }
  .about-art { min-height: 350px; }
  .contact { grid-template-columns: 1fr; gap: 45px; }
  .contact-arrow { display: none; }
  footer { grid-template-columns: 1fr; gap: 13px; padding: 42px 7vw; }
  .filing-links { justify-self: start; }
}

@media (max-width: 480px) {
  .brand strong { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-summary { font-size: 14px; }
  .hero-stage, html[data-template="apparel"] .hero-stage { min-height: 390px; }
  .code-window { width: 88%; }
  .code-window pre { padding: 20px; }
  .produce-basket { height:175px; bottom:48px; }
  .lettuce { transform:scale(.82) rotate(-8deg); transform-origin:bottom left; }
  .section-heading { margin-bottom: 45px; }
  .about-art > span { width: 125px; height: 125px; font-size: 46px; }
}
