:root {
    --fw-gold: #d3a42b;
    --fw-white: #f7f6f1;
    --fw-muted: #c6c9c5;
    --fw-line: rgba(255,255,255,.12);
    --fw-black: #030504;
}

* { box-sizing: border-box; }

body.forwin-public-home {
    margin: 0;
    background: #020403;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.fw-public {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    color: var(--fw-white);
    background: #020403;
}

.fw-site-header {
    min-height: 82px;
    display: grid;
    grid-template-columns: 230px minmax(0,1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 0 34px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgba(211,164,43,.24);
    background: rgba(1,4,4,.94);
}

.fw-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--fw-gold);
    text-decoration: none;
}

.fw-brand-mark { font-size: 38px; line-height: 1; }
.fw-brand-copy { display: flex; flex-direction: column; letter-spacing: .14em; }
.fw-brand-copy strong { font-size: 20px; }
.fw-brand-copy small { margin-top: 3px; font-size: 8px; }

.fw-site-nav {
    display: flex;
    justify-content: center;
    gap: 27px;
    min-width: 0;
}

.fw-site-nav a {
    padding: 30px 0 24px;
    position: relative;
    color: #efefeb;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
}

.fw-site-nav a.is-active { color: var(--fw-gold); }
.fw-site-nav a.is-active:after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 14px;
    height: 2px;
    background: var(--fw-gold);
}

.fw-header-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--fw-gold);
    font-size: 12px;
}
.fw-search-symbol { font-size: 20px; }

.fw-component { position: relative; }
.fw-component-label { display: none; }

.fw-kicker {
    margin: 0 0 14px;
    color: var(--fw-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fw-component h1 {
    margin: 0;
    color: var(--fw-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px,5vw,76px);
    font-weight: 500;
    line-height: 1.08;
}

.fw-component h2 {
    margin: 6px 0 16px;
    color: var(--fw-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px,3vw,46px);
    font-weight: 500;
    line-height: 1.14;
}

.fw-subtitle {
    margin: 14px 0 0;
    color: var(--fw-gold);
    font-size: 17px;
    line-height: 1.55;
}

.fw-lead {
    max-width: 720px;
    margin: 16px 0 0;
    color: #e3e4df;
    font-size: 15px;
    line-height: 1.8;
}

.fw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.fw-button {
    display: inline-block;
    padding: 11px 18px;
    border: 1px solid var(--fw-gold);
    border-radius: 4px;
    color: var(--fw-gold);
    text-decoration: none;
    font-size: 13px;
}

.fw-button-primary { background: rgba(211,164,43,.08); }
.fw-button:hover { background: var(--fw-gold); color: #050505; }

.fw-profile-values {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 8px;
    padding: 10px 18px;
    border-top: 1px solid rgba(211,164,43,.22);
    border-bottom: 1px solid rgba(211,164,43,.22);
    background: rgba(0,0,0,.45);
}

.fw-profile-values article {
    min-height: 92px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 15px;
    align-items: center;
    padding: 15px 17px;
    border: 1px solid rgba(211,164,43,.18);
    border-radius: 7px;
    background: rgba(255,255,255,.025);
}

.fw-value-icon {
    width: 48px; height: 48px;
    display: grid; place-items: center;
    border: 1px solid var(--fw-gold);
    border-radius: 50%;
    color: var(--fw-gold);
    font-size: 24px;
}

.fw-profile-values h3 {
    margin: 0 0 5px;
    color: var(--fw-gold);
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 500;
}

.fw-profile-values p {
    margin: 0;
    color: #d7d7d2;
    font-size: 11px;
    line-height: 1.45;
}

.fw-product-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
    margin-top: 18px;
}

.fw-product-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 7px;
    background: rgba(255,255,255,.035);
}

.fw-product-image-wrap {
    aspect-ratio: 1 / 1.04;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.045);
}

.fw-product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fw-product-card-copy {
    padding: 12px 10px 14px;
    text-align: center;
}

.fw-product-card h3 {
    margin: 0;
    color: #f5f3eb;
    font-size: 13px;
    font-weight: 500;
}

.fw-price {
    margin: 7px 0 0;
    color: var(--fw-gold);
    font-size: 11px;
}

.fw-card-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
    margin-top: 24px;
}

.fw-card {
    padding: 22px;
    border: 1px solid var(--fw-line);
    background: rgba(255,255,255,.04);
}

.fw-card h3 { margin: 0 0 9px; color: var(--fw-gold); }
.fw-card p { margin: 0; color: #ddd; line-height: 1.65; }

.fw-contact-form {
    max-width: 880px;
    margin-top: 25px;
    padding: 24px;
    border: 1px solid var(--fw-line);
    background: rgba(255,255,255,.035);
}

.fw-contact-form input,
.fw-contact-form select,
.fw-contact-form textarea {
    width: 100%;
    padding: 11px 12px;
    margin: 5px 0 13px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.96);
    color: #1d2327;
}

.fw-contact-form input[type="submit"],
.fw-contact-form button {
    width: auto;
    border: 1px solid var(--fw-gold);
    background: transparent;
    color: var(--fw-gold);
    cursor: pointer;
}

.fw-empty-state,
.fw-public-error {
    padding: 18px;
    border: 1px solid var(--fw-line);
    background: rgba(255,255,255,.04);
}

/* GAIA ---------------------------------------------------------------- */
.fw-layout-gaia {
    --fw-gold: #d0a22b;
    background: linear-gradient(145deg,#061006,#0d1608 55%,#111407);
}

.fw-header-forest { background: rgba(3,10,3,.96); }

.fw-gaia-hero-stage {
    min-height: 420px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    position: relative;
    background:
        linear-gradient(90deg,rgba(3,10,3,.96) 0%,rgba(4,11,3,.92) 43%,rgba(9,17,5,.22) 66%),
        radial-gradient(circle at 83% 38%,rgba(142,176,75,.45),transparent 25%),
        linear-gradient(135deg,#162611,#344523 58%,#10170d);
}

.fw-component-variant-gaia-hero {
    padding: 55px 20px 48px 38px;
    align-self: center;
    z-index: 2;
}

.fw-component-variant-gaia-hero h1 { max-width: 560px; font-size: clamp(44px,4.5vw,70px); }

.fw-gaia-botanical { position: relative; min-height: 420px; overflow: hidden; }
.fw-leaf {
    position: absolute;
    width: 260px; height: 86px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg,#8baa59,#2d4d1d);
    opacity: .78;
}
.fw-leaf-a { right: 70px; top: 52px; transform: rotate(-18deg); }
.fw-leaf-b { right: 188px; top: 168px; transform: rotate(28deg) scale(.8); }
.fw-mortar {
    position: absolute;
    right: 120px; bottom: 42px;
    width: 210px; height: 120px;
    border-radius: 12px 12px 72px 72px;
    background: linear-gradient(#ded8c7,#9a927e);
    box-shadow: 0 18px 30px rgba(0,0,0,.45);
}
.fw-mortar:after {
    content:"";
    position:absolute;
    width:170px;height:28px;
    right:-75px;top:-38px;
    transform:rotate(-24deg);
    border-radius:20px;
    background:linear-gradient(#d9d3c1,#827b69);
}

.fw-gaia-lower {
    display: grid;
    grid-template-columns: .9fr .65fr 1.45fr;
    min-height: 290px;
    border-bottom: 1px solid rgba(211,164,43,.22);
}

.fw-gaia-story-visual {
    min-height: 290px;
    background:
        linear-gradient(rgba(6,16,6,.15),rgba(6,16,6,.72)),
        linear-gradient(135deg,#2d442a,#73805b);
}
.fw-building-lines {
    width: 70%; height: 70%;
    margin: 42px auto 0;
    border: 1px solid rgba(255,255,255,.2);
    background:
        linear-gradient(90deg,transparent 48%,rgba(255,255,255,.2) 49%,transparent 51%),
        repeating-linear-gradient(0deg,rgba(255,255,255,.15) 0 2px,transparent 2px 22px);
    transform: perspective(500px) rotateY(-8deg);
}

.fw-gaia-story,
.fw-gaia-products {
    padding: 28px 24px;
    background: rgba(6,12,5,.88);
}

.fw-gaia-products { border-left: 1px solid rgba(211,164,43,.18); }
.fw-gaia-products .fw-component h2 { font-size: 22px; }
.fw-gaia-products .fw-lead { display:none; }

/* HELIX --------------------------------------------------------------- */
.fw-layout-helix {
    --fw-gold: #d8a62e;
    background: linear-gradient(145deg,#021020,#021b31 55%,#06111d);
}

.fw-header-laboratory { background: rgba(1,11,22,.97); }

.fw-helix-hero {
    min-height: 420px;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    background:
        linear-gradient(90deg,#02101e 0%,rgba(2,16,30,.94) 42%,rgba(2,16,30,.2) 68%),
        radial-gradient(circle at 78% 42%,rgba(35,133,212,.5),transparent 36%),
        #02111f;
}

.fw-helix-copy { padding:55px 20px 48px 38px; align-self:center; }
.fw-dna-stage { position:relative; min-height:420px; overflow:hidden; }
.fw-dna-helix {
    position:absolute;
    width:330px;height:330px;
    right:130px;top:38px;
    border:4px solid rgba(85,185,255,.76);
    border-left-color:transparent;border-right-color:transparent;
    border-radius:50%;
    transform:skewX(-18deg);
    box-shadow:0 0 45px rgba(24,145,255,.55);
}
.fw-dna-helix:before,.fw-dna-helix:after {
    content:""; position:absolute; inset:40px;
    border:2px dashed rgba(125,210,255,.75); border-radius:50%;
}
.fw-molecule {
    position:absolute;width:16px;height:16px;border-radius:50%;
    background:#65c7ff;box-shadow:0 0 20px #3daeff;
}
.fw-molecule-a{right:90px;top:100px}.fw-molecule-b{right:55px;top:230px}
.fw-lab-vials {
    position:absolute;right:15px;bottom:35px;width:150px;height:115px;
    background:repeating-linear-gradient(90deg,transparent 0 18px,rgba(102,194,255,.45) 19px 30px);
    border-bottom:3px solid rgba(102,194,255,.5);
}

.fw-helix-dashboard {
    display:grid;
    grid-template-columns:.72fr .55fr 1.15fr;
    min-height:290px;
}
.fw-helix-lab-image {
    background:
        linear-gradient(rgba(0,24,48,.1),rgba(0,10,25,.78)),
        repeating-linear-gradient(90deg,#28445c 0 32px,#365970 33px 38px);
}
.fw-lab-grid {
    width:78%;height:70%;margin:44px auto 0;
    background:
        linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px);
    background-size:28px 28px;
}
.fw-helix-story,.fw-helix-products {
    padding:28px 24px;background:rgba(1,14,29,.93);
}
.fw-helix-products { border-left:1px solid rgba(75,168,233,.22); }
.fw-helix-products .fw-component h2{font-size:22px}.fw-helix-products .fw-lead{display:none}
.fw-helix-secondary{padding:0 30px 30px;background:#03101f}

/* ATLAS --------------------------------------------------------------- */
.fw-layout-atlas {
    --fw-gold:#d7a329;
    background:linear-gradient(145deg,#050403,#161006 58%,#080604);
}
.fw-header-executive{background:rgba(4,3,2,.97)}
.fw-atlas-hero{
    min-height:420px;display:grid;grid-template-columns:.88fr 1.12fr;
    background:
        linear-gradient(90deg,#080603 0%,rgba(8,6,3,.92) 42%,rgba(8,6,3,.12) 69%),
        radial-gradient(circle at 75% 45%,rgba(202,143,24,.28),transparent 38%),
        #0c0904;
}
.fw-atlas-copy{padding:55px 20px 48px 38px;align-self:center}
.fw-atlas-map{position:relative;min-height:420px;overflow:hidden;
    background:
        radial-gradient(circle at 58% 42%,rgba(225,161,40,.34),transparent 2%),
        radial-gradient(circle at 72% 35%,rgba(225,161,40,.34),transparent 2%),
        radial-gradient(circle at 80% 55%,rgba(225,161,40,.34),transparent 2%),
        linear-gradient(transparent 72%,rgba(0,0,0,.82)),
        repeating-linear-gradient(25deg,transparent 0 28px,rgba(211,164,43,.06) 29px 30px);
}
.fw-world-points{
    position:absolute;inset:55px 45px 110px;
    border:1px solid rgba(211,164,43,.22);
    border-radius:45% 55% 46% 54%;
    box-shadow:
        100px 30px 0 -45px rgba(211,164,43,.38),
        205px 75px 0 -48px rgba(211,164,43,.34),
        310px 20px 0 -47px rgba(211,164,43,.3);
}
.fw-city-silhouette{
    position:absolute;left:0;right:0;bottom:0;height:105px;
    background:repeating-linear-gradient(90deg,#060503 0 25px,#151006 26px 38px);
    clip-path:polygon(0 60%,4% 48%,7% 70%,11% 30%,14% 67%,18% 38%,22% 62%,26% 18%,30% 67%,35% 32%,39% 60%,43% 22%,47% 68%,52% 35%,56% 65%,61% 28%,66% 70%,72% 38%,77% 68%,83% 30%,89% 64%,94% 42%,100% 61%,100% 100%,0 100%);
}
.fw-atlas-lower{display:grid;grid-template-columns:.9fr .65fr 1.45fr;min-height:290px}
.fw-atlas-global-image{
    background:
        linear-gradient(rgba(9,6,2,.15),rgba(9,6,2,.78)),
        linear-gradient(135deg,#2c261b,#6c5a31);
}
.fw-building-glow{
    width:72%;height:72%;margin:40px auto 0;
    border:1px solid rgba(211,164,43,.34);
    background:repeating-linear-gradient(90deg,transparent 0 23px,rgba(211,164,43,.11) 24px 26px);
    box-shadow:0 0 35px rgba(211,164,43,.16);
}
.fw-atlas-story,.fw-atlas-products{padding:28px 24px;background:rgba(12,9,4,.95)}
.fw-atlas-products{border-left:1px solid rgba(211,164,43,.2)}
.fw-atlas-products .fw-component h2{font-size:22px}.fw-atlas-products .fw-lead{display:none}
.fw-atlas-insights{padding:0 30px 30px}

/* NEXUS --------------------------------------------------------------- */
.fw-layout-nexus {
    --fw-gold:#d6aa31;
    background:linear-gradient(145deg,#001216,#00353d 58%,#00181c);
}
.fw-header-network{background:rgba(0,12,15,.97)}
.fw-nexus-hero{
    min-height:420px;display:grid;grid-template-columns:.88fr 1.12fr;
    background:
        linear-gradient(90deg,#001218 0%,rgba(0,18,24,.92) 42%,rgba(0,18,24,.15) 68%),
        radial-gradient(circle at 80% 36%,rgba(36,202,220,.35),transparent 36%),
        #00151b;
}
.fw-nexus-copy{padding:55px 20px 48px 38px;align-self:center}
.fw-network-stage{position:relative;min-height:420px;overflow:hidden;
    background:
        linear-gradient(160deg,transparent 55%,rgba(13,100,111,.4)),
        repeating-linear-gradient(25deg,transparent 0 44px,rgba(75,209,221,.07) 45px 46px);
}
.fw-network-horizon{
    position:absolute;left:0;right:0;bottom:60px;height:170px;
    border-top:1px solid rgba(98,225,235,.35);
    transform:skewY(-7deg);
}
.fw-network-node{position:absolute;width:18px;height:18px;border:2px solid #7ae1e8;border-radius:50%;box-shadow:0 0 18px #28b9c4}
.fw-network-node.n1{right:170px;top:90px}.fw-network-node.n2{right:320px;top:205px}.fw-network-node.n3{right:75px;top:260px}
.fw-network-link{position:absolute;height:1px;background:rgba(112,224,232,.65);transform-origin:left center}
.fw-network-link.l1{width:190px;right:155px;top:105px;transform:rotate(143deg)}
.fw-network-link.l2{width:260px;right:80px;top:270px;transform:rotate(-19deg)}
.fw-nexus-lower{display:grid;grid-template-columns:.9fr .65fr 1.45fr;min-height:290px}
.fw-nexus-coast{
    background:
        linear-gradient(rgba(0,34,40,.1),rgba(0,20,24,.68)),
        linear-gradient(135deg,#285e62,#d08b42 52%,#1d555a 53%);
}
.fw-coast-network{
    width:82%;height:76%;margin:35px auto 0;
    background:
        radial-gradient(circle at 25% 35%,rgba(255,255,255,.75) 0 2px,transparent 3px),
        radial-gradient(circle at 67% 45%,rgba(255,255,255,.75) 0 2px,transparent 3px),
        repeating-linear-gradient(25deg,transparent 0 30px,rgba(255,255,255,.12) 31px 32px);
}
.fw-nexus-story,.fw-nexus-products{padding:28px 24px;background:rgba(0,26,31,.95)}
.fw-nexus-products{border-left:1px solid rgba(68,202,212,.2)}
.fw-nexus-products .fw-component h2{font-size:22px}.fw-nexus-products .fw-lead{display:none}
.fw-nexus-panels{padding:0 30px 30px}

/* Secondary and contact components ----------------------------------- */
.fw-component-variant-gaia-features,
.fw-component-variant-gaia-media,
.fw-component-variant-helix-features,
.fw-component-variant-helix-media,
.fw-component-variant-atlas-features,
.fw-component-variant-atlas-media,
.fw-component-variant-nexus-features,
.fw-component-variant-nexus-media,
.fw-component-variant-footer-contact {
    padding:45px 30px;
    border-top:1px solid var(--fw-line);
}

.fw-component-variant-footer-contact {
    background:rgba(0,0,0,.45);
}

/* Component overlay --------------------------------------------------- */
.fw-component-overlay-on .fw-component {
    outline:2px dashed rgba(255,215,112,.8);
    outline-offset:-5px;
}
.fw-component-overlay-on .fw-component-label {
    display:inline-block;
    position:absolute;
    top:7px;left:7px;z-index:9999;
    padding:5px 8px;
    border:1px solid rgba(255,215,112,.75);
    border-radius:999px;
    background:rgba(0,0,0,.82);
    color:#ffd86d;
    font-size:10px;
    font-weight:700;
    letter-spacing:.06em;
}

/* Responsive ---------------------------------------------------------- */
@media (max-width: 1120px) {
    .fw-site-header { grid-template-columns:200px 1fr auto; }
    .fw-site-nav { gap:15px; }
    .fw-site-nav a { font-size:11px; }
}

@media (max-width: 900px) {
    .fw-site-header { grid-template-columns:1fr auto; padding:0 20px; }
    .fw-site-nav { display:none; }
    .fw-profile-values { grid-template-columns:repeat(2,1fr); }
    .fw-gaia-hero-stage,.fw-helix-hero,.fw-atlas-hero,.fw-nexus-hero {
        grid-template-columns:1fr;
    }
    .fw-gaia-botanical,.fw-dna-stage,.fw-atlas-map,.fw-network-stage { min-height:260px; }
    .fw-gaia-lower,.fw-helix-dashboard,.fw-atlas-lower,.fw-nexus-lower {
        grid-template-columns:1fr;
    }
    .fw-product-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 560px) {
    .fw-profile-values,.fw-product-grid,.fw-card-grid { grid-template-columns:1fr; }
    .fw-component-variant-gaia-hero,.fw-helix-copy,.fw-atlas-copy,.fw-nexus-copy {
        padding:42px 22px;
    }
}



/* A13.2.4 — Corporate reference-fidelity baseline ------------------- */
.fw-corporate-package{
    --fw-profile-bg:#071006;
    --fw-profile-surface:#0c130b;
    --fw-profile-panel:#10160e;
    --fw-profile-accent:#d3a42b;
    --fw-profile-line:rgba(211,164,43,.24);
    color:#f7f4e9;
    background:var(--fw-profile-bg);
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.fw-corporate-package .fw-site-header{
    min-height:72px;
    display:grid;
    grid-template-columns:230px minmax(0,1fr) auto;
    align-items:center;
    padding:0 26px;
    background:#050907;
    border-bottom:1px solid var(--fw-profile-line);
}

.fw-corporate-package .fw-brand{
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--fw-profile-accent);
}

.fw-corporate-package .fw-brand-copy strong{
    display:block;
    font-size:17px;
    letter-spacing:.08em;
}

.fw-corporate-package .fw-brand-copy small{
    display:block;
    margin-top:2px;
    font-size:9px;
    letter-spacing:.16em;
    color:#c6a95c;
}

.fw-corporate-package .fw-site-nav{
    display:flex;
    justify-content:center;
    gap:30px;
}

.fw-corporate-package .fw-site-nav a{
    position:relative;
    padding:27px 0 23px;
    font-size:12px;
    font-weight:600;
    color:#f4f1e7;
    text-decoration:none;
}

.fw-corporate-package .fw-site-nav a.is-active{
    color:var(--fw-profile-accent);
}

.fw-corporate-package .fw-site-nav a.is-active:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:15px;
    height:2px;
    background:var(--fw-profile-accent);
}

.fw-corporate-hero{
    min-height:390px;
    display:grid;
    grid-template-columns:49% 51%;
    background:var(--fw-profile-bg);
    border-bottom:1px solid var(--fw-profile-line);
}

.fw-corporate-hero-copy{
    display:flex;
    align-items:center;
    padding:42px 44px;
    background:linear-gradient(90deg,var(--fw-profile-bg) 0%,var(--fw-profile-bg) 86%,transparent 100%);
    z-index:2;
}

.fw-corporate-hero-image{
    min-height:390px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.fw-component-variant-corporate-hero h1{
    max-width:560px;
    margin:0 0 12px;
    font-family:"Noto Serif TC","Times New Roman",serif;
    font-size:clamp(40px,4vw,64px);
    line-height:1.05;
    letter-spacing:.01em;
}

.fw-component-variant-corporate-hero .fw-kicker{
    margin-bottom:12px;
    color:var(--fw-profile-accent);
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
}

.fw-component-variant-corporate-hero .fw-subtitle{
    margin:0 0 14px;
    color:var(--fw-profile-accent);
    font-size:17px;
    font-weight:700;
}

.fw-component-variant-corporate-hero .fw-lead{
    max-width:520px;
    margin:0 0 22px;
    color:#f3efe4;
    font-size:14px;
    line-height:1.75;
}

.fw-corporate-package .fw-button{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 18px;
    border:1px solid var(--fw-profile-accent);
    color:var(--fw-profile-accent);
    background:transparent;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}

.fw-region-values .fw-profile-values{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
    padding:8px 18px;
    background:#080d09;
    border-bottom:1px solid var(--fw-profile-line);
}

.fw-region-values .fw-profile-values article{
    min-height:74px;
    display:grid;
    grid-template-columns:48px 1fr;
    align-items:center;
    gap:10px;
    padding:10px 14px;
    background:rgba(255,255,255,.025);
    border:1px solid var(--fw-profile-line);
}

.fw-region-values .fw-profile-values h3{
    margin:0 0 3px;
    color:var(--fw-profile-accent);
    font-family:"Noto Serif TC","Times New Roman",serif;
    font-size:16px;
}

.fw-region-values .fw-profile-values p{
    margin:0;
    font-size:11px;
    line-height:1.45;
    color:#eee9dc;
}

.fw-corporate-lower{
    display:grid;
    grid-template-columns:31% 24% 45%;
    min-height:285px;
    background:var(--fw-profile-panel);
    border-bottom:1px solid var(--fw-profile-line);
}

.fw-corporate-company-image{
    min-height:285px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.fw-corporate-company-copy,
.fw-corporate-products{
    padding:24px 26px;
    border-left:1px solid var(--fw-profile-line);
}

.fw-corporate-company-copy{
    display:flex;
    align-items:center;
}

.fw-component-variant-corporate-company h2,
.fw-component-variant-corporate-products h2{
    margin:0 0 12px;
    font-family:"Noto Serif TC","Times New Roman",serif;
    font-size:28px;
    line-height:1.15;
}

.fw-component-variant-corporate-company p{
    margin:0 0 18px;
    color:#efeadd;
    font-size:13px;
    line-height:1.7;
}

.fw-corporate-products .fw-product-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin-top:14px;
}

.fw-corporate-products .fw-product-card{
    min-width:0;
    padding:10px 8px 12px;
    text-align:center;
    border:1px solid var(--fw-profile-line);
    background:rgba(255,255,255,.035);
}

.fw-corporate-products .fw-product-image-wrap{
    aspect-ratio:1 / 1.05;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:rgba(255,255,255,.02);
}

.fw-corporate-products .fw-product-image-wrap img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.fw-corporate-products .fw-product-card h3{
    margin:8px 0 3px;
    font-size:12px;
    line-height:1.35;
}

.fw-corporate-products .fw-price{
    color:var(--fw-profile-accent);
    font-size:10px;
}

.fw-corporate-secondary{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    background:var(--fw-profile-line);
}

.fw-corporate-secondary>.fw-region,
.fw-region-contact{
    position:relative;
    background:var(--fw-profile-bg);
}

.fw-component-variant-corporate-features,
.fw-component-variant-corporate-media,
.fw-component-variant-footer-contact{
    padding:34px;
}

.fw-region{position:relative}

.fw-overlay-region-label{
    position:absolute;
    z-index:50;
    top:8px;
    left:8px;
    display:inline-block;
    padding:4px 7px;
    border-radius:999px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.04em;
    pointer-events:none;
}

.fw-overlay-package{
    color:#101010;
    background:#57d3ff;
    border:1px solid #b9edff;
}

.fw-overlay-content{
    color:#101010;
    background:#f6c947;
    border:1px solid #ffeaa3;
}

.fw-profile-gaia{
    --fw-profile-bg:#071006;
    --fw-profile-surface:#10170b;
    --fw-profile-panel:#11180d;
    --fw-profile-accent:#d4a72c;
    --fw-profile-line:rgba(212,167,44,.25);
}

.fw-profile-helix{
    --fw-profile-bg:#041526;
    --fw-profile-surface:#071d31;
    --fw-profile-panel:#06192a;
    --fw-profile-accent:#d8a92c;
    --fw-profile-line:rgba(53,140,210,.35);
}

.fw-profile-atlas{
    --fw-profile-bg:#0a0805;
    --fw-profile-surface:#151006;
    --fw-profile-panel:#120e08;
    --fw-profile-accent:#d3a42b;
    --fw-profile-line:rgba(211,164,43,.28);
}

.fw-profile-nexus{
    --fw-profile-bg:#03181b;
    --fw-profile-surface:#07262a;
    --fw-profile-panel:#052126;
    --fw-profile-accent:#d5a72b;
    --fw-profile-line:rgba(57,169,176,.34);
}

@media(max-width:1100px){
    .fw-corporate-package .fw-site-header{
        grid-template-columns:200px 1fr;
    }
    .fw-corporate-package .fw-header-tools{display:none}
    .fw-corporate-package .fw-site-nav{justify-content:flex-end;gap:18px}
    .fw-corporate-lower{grid-template-columns:42% 58%}
    .fw-corporate-products{
        grid-column:1/-1;
        border-left:0;
        border-top:1px solid var(--fw-profile-line);
    }
}

@media(max-width:780px){
    .fw-corporate-package .fw-site-header{
        grid-template-columns:1fr;
        padding:14px 18px;
    }
    .fw-corporate-package .fw-site-nav{
        justify-content:flex-start;
        overflow-x:auto;
        gap:18px;
    }
    .fw-corporate-hero{grid-template-columns:1fr}
    .fw-corporate-hero-copy{
        min-height:360px;
        background:linear-gradient(180deg,rgba(4,8,6,.60),rgba(4,8,6,.94));
    }
    .fw-corporate-hero-image{display:none}
    .fw-region-values .fw-profile-values{grid-template-columns:repeat(2,1fr)}
    .fw-corporate-lower{grid-template-columns:1fr}
    .fw-corporate-company-copy,
    .fw-corporate-products{
        border-left:0;
        border-top:1px solid var(--fw-profile-line);
    }
    .fw-corporate-products .fw-product-grid{grid-template-columns:repeat(2,1fr)}
    .fw-corporate-secondary{grid-template-columns:1fr}
}


/* A13.2.6 overlay hierarchy ---------------------------------------- */
.fw-component-overlay-on .fw-overlay-target{
    position:relative;
    outline:2px dashed #65d889;
    outline-offset:-3px;
}
.fw-component-overlay-on .fw-overlay-target-navigation{
    outline-color:#65d889;
}
.fw-component-overlay-on .fw-overlay-target-tools{
    outline-color:#59c9f2;
}
.fw-component-overlay-on .fw-region{
    outline-offset:-3px;
}
.fw-overlay-setting{
    color:#07120a;
    background:#65d889;
    border-color:#baf4ca;
}
.fw-overlay-provider{
    color:#fff;
    background:#7657d5;
    border-color:#b8a8f1;
}
.fw-overlay-profile{
    color:#fff;
    background:#6c7278;
    border-color:#c3c7ca;
}
.fw-overlay-action{
    display:inline-block;
    margin-left:7px;
    padding:1px 5px;
    border-radius:8px;
    color:inherit;
    background:rgba(255,255,255,.55);
    text-decoration:none;
    pointer-events:auto;
}
.fw-overlay-action:hover{
    color:#000;
    background:#fff;
}
.fw-overlay-target-branding .fw-overlay-region-label,
.fw-overlay-target-navigation .fw-overlay-region-label,
.fw-overlay-target-tools .fw-overlay-region-label{
    top:3px;
    left:3px;
    transform:translateY(-100%);
}

/* Use the loaded hero asset when simulated-device CSS stacks the layout. */
.fw-profile-gaia{--fw-simulated-hero:url("../theme_packages/corporate/assets/profiles/gaia/hero.jpg")}
.fw-profile-helix{--fw-simulated-hero:url("../theme_packages/corporate/assets/profiles/helix/hero.jpg")}
.fw-profile-atlas{--fw-simulated-hero:url("../theme_packages/corporate/assets/profiles/atlas/hero.jpg")}
.fw-profile-nexus{--fw-simulated-hero:url("../theme_packages/corporate/assets/profiles/nexus/hero.jpg")}


/* A13.2.7 editable values overlay ---------------------------------- */
.fw-component-overlay-on .fw-component-values{
    position:relative;
    outline:2px dashed #f6c947;
    outline-offset:-3px;
}
.fw-component-overlay-on .fw-component-values .fw-value-item{
    position:relative;
    outline:1px dashed rgba(246,201,71,.75);
    outline-offset:-3px;
}
.fw-component-variant-corporate-values .fw-component-label{
    display:none;
}

/* A13.3.1 test corrections ------------------------------------------- */
.fw-site-header {
    grid-template-columns: minmax(330px, 430px) minmax(0,1fr) auto;
    gap: 22px;
}
.fw-brand,
.fw-brand-copy { min-width: 0; }
.fw-brand-copy strong,
.fw-brand-copy small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fw-brand-copy strong { font-size: clamp(15px, 1.35vw, 20px); }
.fw-company-visual-preview img { max-width: 520px; max-height: 260px; object-fit: contain; }
.fw-corporate-company-image { background-position: center; background-size: cover; }

@media (max-width: 1180px) {
    .fw-site-header { grid-template-columns: minmax(280px, 360px) minmax(0,1fr) auto; padding-left: 20px; padding-right: 20px; }
    .fw-site-nav { gap: 16px; }
}

/* A13.3.2 focused test corrections ----------------------------------- */
.fw-corporate-package .fw-site-header{
    grid-template-columns:minmax(430px,520px) minmax(0,1fr) auto;
    column-gap:18px;
}
.fw-corporate-package .fw-overlay-target-branding,
.fw-corporate-package .fw-brand,
.fw-corporate-package .fw-brand-copy{min-width:0;width:100%;}
.fw-corporate-package .fw-brand-copy strong,
.fw-corporate-package .fw-brand-copy small{
    white-space:nowrap;
    overflow:visible;
    text-overflow:clip;
}
.fw-corporate-package .fw-brand-copy strong{font-size:clamp(14px,1.15vw,18px);letter-spacing:.045em;}
.fw-corporate-package .fw-brand-copy small{font-size:8px;letter-spacing:.12em;}
@media(max-width:1280px){
    .fw-corporate-package .fw-site-header{grid-template-columns:minmax(360px,430px) minmax(0,1fr);padding-left:18px;padding-right:18px;}
    .fw-corporate-package .fw-header-tools{display:none;}
    .fw-corporate-package .fw-site-nav{gap:13px;justify-content:flex-end;}
    .fw-corporate-package .fw-site-nav a{font-size:11px;}
}
.fw-device-tablet-portrait .fw-public,
.fw-device-tablet-portrait .fw-corporate-package,
.fw-device-tablet-portrait .fw-region,
.fw-device-tablet-portrait .fw-corporate-lower{
    min-width:0;max-width:100%;box-sizing:border-box;
}
.fw-device-tablet-portrait .fw-corporate-lower{grid-template-columns:1fr!important;}
.fw-device-tablet-portrait .fw-corporate-company-image,
.fw-device-tablet-portrait .fw-corporate-company-copy,
.fw-device-tablet-portrait .fw-corporate-products{
    grid-column:1!important;width:100%;min-width:0;border-left:0;
}
.fw-device-tablet-portrait .fw-corporate-company-copy,
.fw-device-tablet-portrait .fw-corporate-products{border-top:1px solid var(--fw-profile-line);}
.fw-device-tablet-portrait .fw-corporate-products .fw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.fw-device-tablet-portrait .fw-component,
.fw-device-tablet-portrait .fw-component *{max-width:100%;box-sizing:border-box;}


/* A13.3.3 contact communication section ------------------------------ */
.fw-contact-layout{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:28px;
    align-items:start;
    margin-top:24px;
}
.fw-contact-layout-form-right{
    grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);
}
.fw-contact-layout .fw-contact-form{
    max-width:none;
    width:100%;
    margin-top:0;
    box-sizing:border-box;
}
.fw-contact-methods{
    min-width:0;
    padding:24px;
    border:1px solid var(--fw-line);
    background:rgba(255,255,255,.035);
    box-sizing:border-box;
}
.fw-contact-methods h3{margin:0 0 18px;color:var(--fw-gold)}
.fw-contact-methods h4{margin:0 0 18px;font-size:1.05rem}
.fw-contact-method{display:grid;gap:4px;margin:0 0 15px}
.fw-contact-method strong{color:var(--fw-gold);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}
.fw-contact-method span,.fw-contact-method a{color:inherit;text-decoration:none;overflow-wrap:anywhere}
.fw-contact-map-link{display:inline-block;border:1px solid var(--fw-gold);padding:9px 13px;color:var(--fw-gold);text-decoration:none}
.fw-contact-qr-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:24px;
}
.fw-contact-qr-count-1{grid-template-columns:minmax(0,180px)}
.fw-contact-qr-grid figure{margin:0;padding:12px;border:1px solid var(--fw-line);text-align:center;background:rgba(255,255,255,.03)}
.fw-contact-qr-grid img{display:block;width:100%;max-width:180px;aspect-ratio:1/1;object-fit:contain;margin:0 auto;background:#fff}
.fw-contact-qr-grid figcaption{margin-top:8px;font-size:.85rem}
@media (max-width:900px){
    .fw-contact-layout,.fw-contact-layout-form-right{grid-template-columns:1fr}
}
@media (max-width:520px){
    .fw-contact-qr-grid{grid-template-columns:1fr 1fr}
    .fw-contact-methods,.fw-contact-form{padding:18px}
}


/* A15.1 native WordPress and WooCommerce presentation bridge -------- */
body.fw-native-content{--fw-native-bg:#07110f;--fw-native-panel:#0b1714;--fw-native-text:#f7f4e8;--fw-native-muted:#c7c4b8;--fw-native-accent:#d5aa32;--fw-native-line:rgba(213,170,50,.28);background:var(--fw-native-bg);color:var(--fw-native-text)}
body.fw-native-content.fw-profile-gaia{--fw-native-bg:#07110f;--fw-native-panel:#0c1a16;--fw-native-accent:#d5aa32}
body.fw-native-content.fw-profile-helix{--fw-native-bg:#071018;--fw-native-panel:#0b1922;--fw-native-accent:#44c4cf}
body.fw-native-content.fw-profile-atlas{--fw-native-bg:#101117;--fw-native-panel:#191a22;--fw-native-accent:#caa66a}
body.fw-native-content.fw-profile-nexus{--fw-native-bg:#050d0d;--fw-native-panel:#0a1717;--fw-native-accent:#d7b43f}
body.fw-native-content .site,body.fw-native-content #page,body.fw-native-content .site-content{background:var(--fw-native-bg);color:var(--fw-native-text)}
body.fw-native-content .entry-title,body.fw-native-content .page-title,body.fw-native-content .product_title{color:var(--fw-native-text)}
body.fw-native-content a{color:var(--fw-native-accent)}
body.fw-native-content .fw-native-page-content,body.fw-native-content .site-main,body.fw-native-content .woocommerce div.product{box-sizing:border-box}
body.fw-native-content .fw-native-page-content{max-width:1120px;margin:0 auto;padding:32px;border:1px solid var(--fw-native-line);background:var(--fw-native-panel)}
body.fw-native-content .woocommerce ul.products li.product,body.fw-native-content .woocommerce div.product div.summary,body.fw-native-content .woocommerce div.product .woocommerce-tabs{border:1px solid var(--fw-native-line);background:var(--fw-native-panel);padding:22px;box-sizing:border-box}
body.fw-native-content .woocommerce button.button,body.fw-native-content .woocommerce a.button,body.fw-native-content .woocommerce input.button{background:var(--fw-native-accent);color:#07100e;border-radius:0}
@media(max-width:782px){body.fw-native-content .fw-native-page-content{padding:20px;margin:0 14px}body.fw-native-content .woocommerce div.product div.images,body.fw-native-content .woocommerce div.product div.summary{float:none;width:100%}}


/* A15.2 interactive header, linked cards, dynamic product grid, and blended hero. */
.fw-header-tools{position:relative;display:flex;align-items:center;gap:10px}
.fw-language-selector select{max-width:130px;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}
.fw-language-selector option{color:#111;background:#fff}
.fw-header-search{position:relative}
.fw-header-search summary{list-style:none;cursor:pointer;font-size:20px}
.fw-header-search summary::-webkit-details-marker{display:none}
.fw-header-search form{position:absolute;right:0;top:calc(100% + 12px);z-index:20;display:flex;min-width:280px;padding:10px;background:var(--fw-profile-panel);border:1px solid var(--fw-profile-line)}
.fw-header-search input{min-width:0;flex:1;padding:8px}
.fw-header-search button{padding:8px 12px;border:1px solid var(--fw-profile-accent);background:transparent;color:var(--fw-profile-accent)}
.fw-value-item-linked{color:inherit;text-decoration:none;transition:transform .15s ease,border-color .15s ease}
.fw-value-item-linked:hover,.fw-value-item-linked:focus{transform:translateY(-2px);border-color:var(--fw-profile-accent)}
.fw-product-card a{color:inherit;text-decoration:none}
.fw-product-card h3 a:hover,.fw-product-card h3 a:focus{color:var(--fw-profile-accent)}
.fw-corporate-products .fw-product-grid{grid-template-columns:repeat(min(var(--fw-product-columns,4),4),minmax(0,1fr))}
.fw-corporate-hero{position:relative;isolation:isolate;background-size:cover;background-position:center right;background-repeat:no-repeat;grid-template-columns:minmax(0,58%) minmax(0,42%);overflow:hidden}
.fw-corporate-hero::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,var(--fw-profile-bg) 0%,var(--fw-profile-bg) 38%,color-mix(in srgb,var(--fw-profile-bg) 88%,transparent) 52%,color-mix(in srgb,var(--fw-profile-bg) 30%,transparent) 72%,transparent 86%)}
.fw-corporate-hero-copy{position:relative;z-index:2;background:transparent}
.fw-corporate-hero-image{position:relative;z-index:1;background:none}
@media(max-width:780px){
 .fw-header-search form{right:-20px;min-width:240px}
 .fw-corporate-hero{display:block;background-position:65% center}
 .fw-corporate-hero::before{background:linear-gradient(180deg,color-mix(in srgb,var(--fw-profile-bg) 72%,transparent) 0%,var(--fw-profile-bg) 72%)}
 .fw-corporate-hero-image{display:none}
 .fw-corporate-products .fw-product-grid{grid-template-columns:1fr}
}

/* A15.4 native product shell */
body.fw-native-shell{margin:0;background:var(--fw-native-bg);color:var(--fw-native-text)}
.fw-native-site-shell{min-height:100vh;background:var(--fw-native-bg);color:var(--fw-native-text)}
.fw-native-header{position:sticky;top:0;z-index:20;max-width:none;padding:18px clamp(24px,5vw,80px);border-bottom:1px solid var(--fw-native-line);background:rgba(5,15,13,.96)}
.fw-native-main{max-width:1240px;margin:0 auto;padding:48px clamp(24px,5vw,72px) 72px}
.fw-native-breadcrumb{margin-bottom:28px;color:var(--fw-native-muted)}
.fw-native-product-main .product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:56px;align-items:start}
.fw-native-product-main .product .woocommerce-product-gallery,.fw-native-product-main .product .summary{float:none!important;width:auto!important;margin:0!important}
.fw-native-product-main .product .summary{padding:38px;border:1px solid var(--fw-native-line);background:var(--fw-native-panel)}
.fw-native-product-main .product .woocommerce-tabs,.fw-native-product-main .product .related{grid-column:1/-1;margin-top:22px}
.fw-native-product-main .woocommerce-product-gallery__image img{width:100%;height:auto;object-fit:contain;background:rgba(255,255,255,.025)}
.fw-native-product-main h1.product_title{font-size:clamp(2rem,4vw,4.5rem);line-height:1.05;margin-top:0}
.fw-native-product-main .price{font-size:1.45rem;color:var(--fw-native-accent)!important}
.fw-native-footer{padding:48px clamp(24px,5vw,80px);border-top:1px solid var(--fw-native-line);background:var(--fw-native-panel);color:var(--fw-native-text)}
.fw-native-footer strong{font-size:1.35rem;color:var(--fw-native-accent)}
@media(max-width:900px){.fw-native-header{position:relative}.fw-native-header .fw-site-nav{display:flex;overflow-x:auto}.fw-native-product-main .product{grid-template-columns:1fr;gap:28px}.fw-native-product-main .product .woocommerce-tabs,.fw-native-product-main .product .related{grid-column:auto}.fw-native-main{padding-top:28px}}
/* A15.4 destination editor */
.fw-destination-control{display:flex;gap:8px;align-items:center;min-width:520px}.fw-destination-control>select{min-width:170px}.fw-destination-panel[hidden]{display:none!important}.fw-destination-panel select,.fw-destination-panel input{min-width:260px}


/* A15.5 native product and header refinement */
.fw-native-header{display:grid!important;grid-template-columns:minmax(260px,360px) minmax(0,1fr) auto;align-items:center;gap:28px;min-height:88px;padding:12px clamp(24px,4vw,64px)!important}
.fw-native-header .fw-brand{display:flex;align-items:center;gap:14px;min-width:0;text-decoration:none}
.fw-native-header .fw-brand-logo{width:54px!important;height:54px!important;max-width:54px!important;object-fit:contain;margin:0!important}
.fw-native-header .fw-brand-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.05rem;color:var(--fw-native-accent)}
.fw-native-header .fw-site-nav{display:flex;justify-content:center;gap:clamp(14px,2vw,28px);align-items:center}
.fw-native-header .fw-site-nav a{font-size:.92rem;text-decoration:none;white-space:nowrap}
.fw-native-tools{display:flex;align-items:center;gap:12px}.fw-native-language{max-width:120px;background:transparent;color:var(--fw-native-accent);border:1px solid var(--fw-native-line);padding:8px}.fw-native-language option{color:#111;background:#fff}.fw-native-search{text-decoration:none;font-size:1.35rem}
.fw-native-product-main{max-width:1320px;padding-top:36px}.fw-product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(36px,6vw,92px);align-items:center;padding:clamp(24px,4vw,56px);border:1px solid var(--fw-native-line);background:linear-gradient(135deg,rgba(255,255,255,.025),rgba(255,255,255,0))}
.fw-product-visual{display:flex;align-items:center;justify-content:center;min-height:520px;padding:28px;background:radial-gradient(circle at 50% 45%,rgba(213,170,50,.09),transparent 58%)}
.fw-product-primary-image{display:block;width:100%!important;max-width:620px!important;height:auto!important;max-height:650px;object-fit:contain}
.fw-product-summary{padding:clamp(26px,4vw,54px);border-left:1px solid var(--fw-native-line)}.fw-product-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--fw-native-accent);font-size:.78rem;font-weight:700}.fw-product-summary h1{margin:.25em 0;font-size:clamp(2.5rem,5vw,5.4rem);line-height:.98;font-weight:600}.fw-product-price{margin:22px 0;font-size:1.65rem;color:var(--fw-native-accent)}.fw-product-intro{max-width:54ch;color:var(--fw-native-muted);font-size:1.05rem;line-height:1.75}.fw-product-purchase{margin:30px 0}.fw-product-purchase form.cart{display:flex;gap:12px;align-items:stretch}.fw-product-purchase .quantity input{min-height:48px;width:78px}.fw-product-purchase button{min-height:48px;padding:0 28px!important}.fw-product-meta{padding-top:22px;border-top:1px solid var(--fw-native-line);color:var(--fw-native-muted)}
.fw-product-information{margin-top:36px;padding:clamp(24px,4vw,48px);border:1px solid var(--fw-native-line);background:var(--fw-native-panel)}.fw-product-information .woocommerce-tabs{border:0!important;background:transparent!important;padding:0!important}.fw-product-information .tabs{display:flex!important;gap:8px!important;padding:0!important;margin:0 0 28px!important}.fw-product-information .tabs:before{display:none!important}.fw-product-information .tabs li{border:1px solid var(--fw-native-line)!important;background:transparent!important;margin:0!important;padding:0!important}.fw-product-information .tabs li a{padding:12px 18px!important}.fw-product-information .tabs li.active{background:var(--fw-native-accent)!important}.fw-product-information .tabs li.active a{color:#07110f!important}
.fw-language-selector{position:relative;z-index:40}.fw-language-selector select{position:relative;z-index:41;min-width:110px;padding:6px 8px;background:rgba(0,0,0,.25)!important;border:1px solid currentColor!important}
@media(max-width:980px){.fw-native-header{grid-template-columns:1fr auto}.fw-native-header .fw-site-nav{grid-column:1/-1;justify-content:flex-start;overflow-x:auto}.fw-product-detail{grid-template-columns:1fr}.fw-product-summary{border-left:0;border-top:1px solid var(--fw-native-line)}.fw-product-visual{min-height:360px}}


/* A15.7: keep the language control legible in every interaction state. */
.fw-language-selector select,
.fw-language-selector select:hover,
.fw-language-selector select:focus,
.fw-language-selector select:focus-visible,
.fw-language-selector select:active {
  color: var(--fw-accent, #d6ab2f) !important;
  background: rgba(0, 0, 0, .72) !important;
  border-color: currentColor !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}
.fw-language-selector select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.fw-language-selector option {
  color: #111 !important;
  background: #fff !important;
}

/* A15.8 count-aware featured products and profile-aware shop archive. */
.fw-corporate-products .fw-product-grid-count-1{grid-template-columns:minmax(0,1fr)}
.fw-corporate-products .fw-product-grid-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.fw-corporate-products .fw-product-grid-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.fw-corporate-products .fw-product-grid-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.fw-product-archive-header{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
.fw-native-product-grid{display:grid;grid-template-columns:repeat(var(--fw-archive-columns,4),minmax(0,1fr));gap:24px}
.fw-native-product-card{border:1px solid var(--fw-native-line);background:var(--fw-native-panel);padding:20px;display:flex;flex-direction:column;min-width:0}
.fw-native-product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:rgba(255,255,255,.02)}
.fw-native-product-card h2{font-size:1.1rem;line-height:1.35;margin:18px 0 8px;color:var(--fw-native-text)}
.fw-native-product-card a{text-decoration:none}
.fw-native-product-card .price{margin-top:auto;color:var(--fw-native-accent)}
@media(max-width:980px){.fw-native-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.fw-native-product-grid{grid-template-columns:1fr}.fw-product-archive-header{display:block}}

/* A15.9 context-preserving native preview and compact product presentation. */
.fw-native-language,
.fw-native-language:hover,
.fw-native-language:focus,
.fw-native-language:active{color:var(--fw-native-accent)!important;background:rgba(0,0,0,.72)!important;border-color:var(--fw-native-accent)!important;opacity:1!important;-webkit-text-fill-color:var(--fw-native-accent)!important}
.fw-native-language option{color:#111!important;background:#fff!important}
.fw-product-summary h1{font-size:clamp(2.25rem,4vw,4.25rem);line-height:1.04;overflow-wrap:anywhere}
.fw-preview-frame .fw-native-site-shell{--fw-native-bg:var(--fw-profile-bg,#07110f);--fw-native-panel:var(--fw-profile-panel,#0c1a16);--fw-native-text:var(--fw-profile-text,#f7f4e8);--fw-native-muted:var(--fw-profile-muted,#c7c4b8);--fw-native-accent:var(--fw-profile-accent,#d5aa32);--fw-native-line:var(--fw-profile-line,rgba(213,170,50,.28));background:var(--fw-native-bg);color:var(--fw-native-text)}
.fw-preview-frame .fw-native-main{box-sizing:border-box}

/* A16.1 — unified context and layered Corporate composition ---------------- */
.fw-corporate-hero{
    display:block!important;
    position:relative;
    isolation:isolate;
    min-height:clamp(420px,38vw,620px);
    background-image:var(--fw-current-hero)!important;
    background-size:cover!important;
    background-position:center right!important;
    overflow:hidden;
}
.fw-corporate-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    background:linear-gradient(90deg,
        var(--fw-profile-bg) 0%,
        var(--fw-profile-bg) min(42%,620px),
        color-mix(in srgb,var(--fw-profile-bg) 94%,transparent) calc(min(42%,620px) + 45px),
        color-mix(in srgb,var(--fw-profile-bg) 58%,transparent) calc(min(42%,620px) + 135px),
        transparent calc(min(42%,620px) + 200px));
    pointer-events:none;
}
.fw-corporate-hero-copy{position:relative;z-index:2;width:min(42%,620px);min-width:520px;background:transparent!important;}
.fw-corporate-hero-image{position:absolute!important;inset:0;z-index:1;background:transparent!important;pointer-events:none;}

.fw-corporate-lower{display:grid!important;grid-template-columns:minmax(0,1.75fr) minmax(340px,1fr)!important;min-height:520px;}
.fw-corporate-company-stage{
    position:relative;
    isolation:isolate;
    min-height:520px;
    overflow:hidden;
    background-image:var(--fw-company-image);
    background-size:cover;
    background-position:center left;
}
.fw-corporate-company-stage::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(270deg,
        var(--fw-profile-panel) 0%,
        var(--fw-profile-panel) min(44%,600px),
        color-mix(in srgb,var(--fw-profile-panel) 92%,transparent) calc(min(44%,600px) + 45px),
        color-mix(in srgb,var(--fw-profile-panel) 52%,transparent) calc(min(44%,600px) + 135px),
        transparent calc(min(44%,600px) + 200px));
    pointer-events:none;
}
.fw-corporate-company-image{position:absolute!important;inset:0;z-index:0;background:none!important;min-height:100%!important;}
.fw-corporate-company-copy{
    position:relative;
    z-index:2;
    width:min(44%,600px);
    min-width:470px;
    margin-left:auto;
    min-height:520px;
    display:flex;
    align-items:center;
    background:transparent!important;
}
.fw-corporate-products{min-width:0;}

/* Theme-owned responsive product distribution: count controls width, four columns max. */
.fw-corporate-products .fw-product-grid,
.fw-corporate-products .fw-products-grid{
    display:grid!important;
    grid-template-columns:repeat(min(var(--fw-product-columns,1),4),minmax(0,1fr))!important;
    width:100%;
}
.fw-corporate-products .fw-product-card:only-child{width:100%;max-width:none;}

/* Keep native WooCommerce pages in the same Corporate visual rhythm. */
.fw-native-product-archive-main,.fw-native-product-main{max-width:1440px!important;padding:clamp(28px,4vw,64px)!important;}
.fw-product-archive-header{padding:0 0 24px;border-bottom:1px solid var(--fw-native-line);margin-bottom:28px!important;}
.fw-native-product-card{background:var(--fw-profile-panel,rgba(255,255,255,.025))!important;border:1px solid var(--fw-native-line)!important;padding:18px!important;}
.fw-native-product-card img{aspect-ratio:1/1;object-fit:contain;width:100%;max-height:420px;}
.fw-native-product-card h2{font-size:clamp(18px,1.6vw,25px)!important;line-height:1.3;}

@media(max-width:980px){
 .fw-corporate-hero-copy{width:68%;min-width:0;}
 .fw-corporate-hero::before{background:linear-gradient(90deg,var(--fw-profile-bg) 0%,var(--fw-profile-bg) 48%,color-mix(in srgb,var(--fw-profile-bg) 72%,transparent) 72%,transparent 92%)}
 .fw-corporate-lower{grid-template-columns:1fr!important;}
 .fw-corporate-company-copy{width:62%;min-width:0;}
}
@media(max-width:680px){
 .fw-corporate-hero{padding-top:230px;background-position:center top!important;}
 .fw-corporate-hero::before{background:linear-gradient(180deg,transparent 0 170px,color-mix(in srgb,var(--fw-profile-bg) 55%,transparent) 220px,var(--fw-profile-bg) 300px)!important;}
 .fw-corporate-hero-copy{width:100%;min-width:0;}
 .fw-corporate-company-stage{padding-top:240px;background-position:center top;}
 .fw-corporate-company-stage::after{background:linear-gradient(180deg,transparent 0 175px,color-mix(in srgb,var(--fw-profile-panel) 56%,transparent) 225px,var(--fw-profile-panel) 315px)!important;}
 .fw-corporate-company-copy{width:100%;min-width:0;min-height:auto;}
}

/* A16.2 — simplified shared shell and cinematic overlay tuning -------- */
/* Keep branding readable without allowing it to crowd navigation. */
.fw-corporate-package .fw-site-header{
    grid-template-columns:minmax(280px,360px) minmax(0,1fr) auto;
}
.fw-corporate-package .fw-brand-copy,
.fw-native-header .fw-brand-copy{min-width:0;max-width:100%;}
.fw-corporate-package .fw-brand-copy strong,
.fw-native-header .fw-brand-copy strong{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    line-height:1.25;
}
.fw-native-header{grid-template-columns:minmax(300px,420px) minmax(0,1fr) auto!important;}

/* The image remains the bottom layer. The text treatment is an 85% panel
   that starts fading only after the readable text width. */
.fw-corporate-hero::before{
    background:linear-gradient(90deg,
        color-mix(in srgb,var(--fw-profile-bg) 85%,transparent) 0%,
        color-mix(in srgb,var(--fw-profile-bg) 85%,transparent) 36%,
        color-mix(in srgb,var(--fw-profile-bg) 72%,transparent) calc(36% + 60px),
        color-mix(in srgb,var(--fw-profile-bg) 38%,transparent) calc(36% + 135px),
        transparent calc(36% + 190px))!important;
}
.fw-corporate-hero-copy{
    width:min(38%,580px)!important;
    min-width:500px!important;
}

/* Company image remains the full bottom layer. The right-side copy panel
   mirrors the hero and fades about 190px beyond the text edge. */
.fw-corporate-company-stage::after{
    background:linear-gradient(270deg,
        color-mix(in srgb,var(--fw-profile-panel) 85%,transparent) 0%,
        color-mix(in srgb,var(--fw-profile-panel) 85%,transparent) 38%,
        color-mix(in srgb,var(--fw-profile-panel) 72%,transparent) calc(38% + 60px),
        color-mix(in srgb,var(--fw-profile-panel) 38%,transparent) calc(38% + 135px),
        transparent calc(38% + 190px))!important;
}
.fw-corporate-company-copy{
    width:min(40%,560px)!important;
    min-width:450px!important;
}

/* Contact/footer content should support the page rather than dominate it. */
.fw-component-variant-footer-contact{padding:30px clamp(22px,3vw,44px)!important;}
.fw-component-variant-footer-contact h2{font-size:clamp(22px,2.1vw,32px)!important;line-height:1.2!important;}
.fw-component-variant-footer-contact .fw-lead,
.fw-component-variant-footer-contact p{font-size:13px!important;line-height:1.65!important;}
.fw-native-footer{padding:30px clamp(24px,4vw,64px)!important;}
.fw-native-footer strong{font-size:1rem!important;line-height:1.3;}
.fw-native-footer p{font-size:.88rem;margin:.45rem 0;}
.fw-native-footer small{font-size:.75rem;}

@media(max-width:1120px){
    .fw-corporate-package .fw-site-header{grid-template-columns:minmax(240px,300px) minmax(0,1fr) auto;}
    .fw-native-header{grid-template-columns:minmax(240px,320px) minmax(0,1fr) auto!important;}
    .fw-corporate-hero-copy{width:52%!important;min-width:0!important;}
    .fw-corporate-company-copy{width:52%!important;min-width:0!important;}
}
@media(max-width:680px){
    .fw-corporate-hero-copy,.fw-corporate-company-copy{width:100%!important;min-width:0!important;}
}

/* A16.3 — canonical locale context and shared-shell alignment. */
html,body,.forwin-public-home,.fw-public,.fw-corporate-package,.fw-native-site-shell{max-width:100%;overflow-x:hidden}
.fw-corporate-hero,.fw-corporate-package{width:100%;box-sizing:border-box;margin-right:0!important}
.fw-corporate-hero{background-color:var(--fw-profile-bg)!important}
.fw-corporate-package .fw-site-header,
.fw-native-header{
    grid-template-columns:minmax(430px,520px) minmax(0,1fr) auto!important;
}
.fw-corporate-package .fw-brand-copy strong,
.fw-native-header .fw-brand-copy strong{
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
    font-size:clamp(14px,1.15vw,19px)!important;
    letter-spacing:.045em!important;
}
.fw-native-site-shell.fw-corporate-package .fw-brand-logo{width:54px!important;height:54px!important;max-width:54px!important;object-fit:contain!important}
.fw-native-site-shell.fw-corporate-package .fw-native-footer{border-top:1px solid var(--fw-native-line)}
@media(max-width:1180px){
 .fw-corporate-package .fw-site-header,.fw-native-header{grid-template-columns:minmax(330px,420px) minmax(0,1fr) auto!important}
 .fw-corporate-package .fw-brand-copy strong,.fw-native-header .fw-brand-copy strong{font-size:14px!important}
}
@media(max-width:900px){
 .fw-corporate-package .fw-site-header,.fw-native-header{grid-template-columns:1fr auto!important}
 .fw-corporate-package .fw-brand-copy strong,.fw-native-header .fw-brand-copy strong{white-space:normal!important}
}

/* A16.4 unified rendering pipeline */
.fw-unified-renderer,
.fw-unified-renderer *{box-sizing:border-box}
.fw-unified-renderer{font-family:var(--fw-font-body,Inter,"Segoe UI",Arial,sans-serif);background:var(--fw-native-bg,#07110f);color:var(--fw-native-text,#f7f4e8)}
.fw-unified-renderer .fw-native-header{position:relative;top:auto;min-height:104px;padding:14px clamp(22px,4vw,64px)!important;background:var(--fw-header-bg,rgba(5,15,13,.98));border-bottom:1px solid var(--fw-native-line);grid-template-columns:minmax(420px,520px) minmax(0,1fr) auto!important}
.fw-unified-renderer .fw-brand-logo{width:70px!important;height:70px!important;max-width:70px!important}
.fw-unified-renderer .fw-brand-copy strong{font-family:var(--fw-font-heading,Georgia,"Times New Roman",serif);font-size:clamp(16px,1.25vw,21px)!important;line-height:1.15;letter-spacing:.035em;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;color:var(--fw-native-accent)!important}
.fw-unified-renderer .fw-site-nav a{font-family:var(--fw-font-body,Inter,"Segoe UI",Arial,sans-serif);font-size:.88rem;letter-spacing:.02em;color:var(--fw-native-muted);transition:color .18s ease}
.fw-unified-renderer .fw-site-nav a:hover,.fw-unified-renderer .fw-site-nav a:focus{color:var(--fw-native-accent)}
.fw-unified-renderer .fw-native-main{width:100%;max-width:1440px;margin:0 auto;padding:clamp(30px,4.5vw,72px) clamp(22px,5vw,80px)}
.fw-unified-renderer h1,.fw-unified-renderer h2,.fw-unified-renderer h3{font-family:var(--fw-font-heading,Georgia,"Times New Roman",serif);font-weight:500;letter-spacing:-.015em;color:var(--fw-native-text)}
.fw-unified-renderer .fw-product-summary h1{font-size:clamp(2rem,4.2vw,4.8rem);line-height:1.04;color:var(--fw-native-text)!important}
.fw-unified-renderer .fw-product-detail{border-color:var(--fw-native-line);background:linear-gradient(120deg,color-mix(in srgb,var(--fw-native-panel) 94%,transparent),color-mix(in srgb,var(--fw-native-bg) 92%,transparent))}
.fw-unified-renderer .fw-product-visual{background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.055),transparent 68%)}
.fw-unified-renderer .fw-product-primary-image{max-height:650px;object-fit:contain}
.fw-unified-renderer .button,.fw-unified-renderer button,.fw-unified-renderer input[type=submit]{border-radius:0!important;border:1px solid var(--fw-native-accent)!important;background:var(--fw-native-accent)!important;color:#07110f!important;font-weight:700;letter-spacing:.04em}
.fw-unified-renderer .fw-native-footer{display:grid;gap:4px;padding:26px clamp(22px,4vw,64px)!important;background:var(--fw-native-panel);border-top:1px solid var(--fw-native-line);font-family:var(--fw-font-body,Inter,"Segoe UI",Arial,sans-serif)}
.fw-unified-renderer .fw-native-footer strong{font-family:var(--fw-font-heading,Georgia,"Times New Roman",serif);font-size:.96rem!important;letter-spacing:.04em;color:var(--fw-native-accent)}
.fw-unified-renderer .fw-native-footer p{font-size:.8rem;margin:.25rem 0;color:var(--fw-native-muted)}
.fw-unified-renderer .fw-native-footer small{font-size:.7rem;color:var(--fw-native-muted)}
.fw-adapted-page{max-width:1120px;margin:0 auto;border:1px solid var(--fw-native-line);background:var(--fw-native-panel);padding:clamp(28px,5vw,72px)}
.fw-adapted-page-header{padding-bottom:24px;margin-bottom:32px;border-bottom:1px solid var(--fw-native-line)}
.fw-adapted-page-header h1{font-size:clamp(2.2rem,5vw,5rem);margin:.15em 0}
.fw-adapted-page-image img{display:block;width:100%;height:auto;margin-bottom:32px}
.fw-adapted-page-content{font-size:1.05rem;line-height:1.8;color:var(--fw-native-muted)}
@media(max-width:1100px){.fw-unified-renderer .fw-native-header{grid-template-columns:minmax(300px,1fr) auto!important}.fw-unified-renderer .fw-site-nav{grid-column:1/-1}}
@media(max-width:700px){.fw-unified-renderer .fw-native-header{grid-template-columns:1fr auto!important}.fw-unified-renderer .fw-brand-logo{width:52px!important;height:52px!important}.fw-unified-renderer .fw-brand-copy strong{white-space:normal!important;font-size:14px!important}.fw-unified-renderer .fw-product-detail{padding:18px}.fw-unified-renderer .fw-product-summary{padding:24px 4px 4px}}

/* A17 architecture validation: one profile-aware shell for every public adapter. */
body.fw-native-shell,
.fw-native-site-shell{
    --fw-native-bg:var(--fw-profile-bg,#07110f);
    --fw-native-panel:var(--fw-profile-panel,#0c1a16);
    --fw-native-text:var(--fw-profile-text,#f7f4e8);
    --fw-native-muted:var(--fw-profile-muted,#c7c4b8);
    --fw-native-accent:var(--fw-profile-accent,#d5aa32);
    --fw-native-line:var(--fw-profile-line,rgba(213,170,50,.28));
}
body.fw-native-shell{margin:0!important;padding:0!important;min-height:100vh;background:var(--fw-native-bg)!important;color:var(--fw-native-text)!important;font-family:Inter,"Segoe UI",Arial,sans-serif!important;}
body.fw-native-shell #wpadminbar~.fw-native-site-shell .fw-native-header{top:32px}
.fw-native-site-shell{width:100%;max-width:none!important;margin:0!important;overflow-x:hidden;background:var(--fw-native-bg)!important;color:var(--fw-native-text)!important;}
.fw-native-site-shell *{box-sizing:border-box}
.fw-native-site-shell img{max-width:100%;height:auto}
.fw-native-site-shell h1,.fw-native-site-shell h2,.fw-native-site-shell h3,.fw-native-site-shell h4{font-family:"Noto Serif TC",Georgia,"Times New Roman",serif;color:var(--fw-native-text)}
.fw-native-site-shell p,.fw-native-site-shell li,.fw-native-site-shell label,.fw-native-site-shell input,.fw-native-site-shell select,.fw-native-site-shell textarea,.fw-native-site-shell button{font-family:Inter,"Segoe UI",Arial,sans-serif}
.fw-native-site-shell a{color:var(--fw-native-accent)}
.fw-native-site-shell .fw-native-header{width:100%;max-width:none!important;margin:0!important;}
.fw-native-site-shell .fw-brand-logo{display:block!important;width:54px!important;height:54px!important;max-width:54px!important;max-height:54px!important;min-width:54px!important;object-fit:contain!important;}
.fw-native-site-shell .fw-public{width:100%;max-width:none;margin:0;background:var(--fw-native-bg);color:var(--fw-native-text)}
.fw-native-site-shell .fw-homepage-content>.fw-region-header{display:none!important}
.fw-native-site-shell .fw-native-main{width:100%;max-width:1320px;margin:0 auto;background:transparent;color:inherit}
.fw-native-site-shell .fw-adapted-page-content,.fw-native-site-shell .fw-product-information{color:var(--fw-native-text)}
.fw-native-site-shell .woocommerce,.fw-native-site-shell .woocommerce-page{background:transparent!important;color:inherit!important}
.fw-native-site-shell .woocommerce-notices-wrapper:empty{display:none}
.fw-native-site-shell .button,.fw-native-site-shell button,.fw-native-site-shell input[type=submit]{border:1px solid var(--fw-native-accent)!important;background:transparent!important;color:var(--fw-native-accent)!important;border-radius:3px!important;box-shadow:none!important;}
.fw-native-site-shell .button:hover,.fw-native-site-shell button:hover,.fw-native-site-shell input[type=submit]:hover{background:var(--fw-native-accent)!important;color:var(--fw-native-bg)!important;}
.fw-native-site-shell .fw-native-pagination .nav-links{display:flex;gap:8px;justify-content:center;margin-top:34px}
.fw-native-site-shell .fw-native-pagination a,.fw-native-site-shell .fw-native-pagination span{padding:8px 12px;border:1px solid var(--fw-native-line);text-decoration:none}
@media(max-width:782px){body.fw-native-shell #wpadminbar~.fw-native-site-shell .fw-native-header{top:46px}.fw-native-site-shell .fw-brand-logo{width:46px!important;height:46px!important;min-width:46px!important}}
