/* CrossContinents Technologies · Crafted as a dependency-free static website. */
:root {
  color-scheme: dark;
  --bg: #060913;
  --bg-raised: #0d101c;
  --surface: rgba(17, 21, 35, 0.72);
  --surface-strong: #111522;
  --text: #f4f7ff;
  --muted: #8992a7;
  --faint: #667087;
  --line: rgba(210, 220, 255, 0.1);
  --line-strong: rgba(210, 220, 255, 0.15);
  --cyan: #61e5ff;
  --violet: #a287ff;
  --green: #67e7aa;
  --pink: #ff88c6;
  --header: rgba(6, 9, 19, 0.77);
  --card-shadow: 0 32px 100px rgba(0, 0, 0, 0.23);
  --radius: 30px;
  --wrapper: min(1200px, calc(100% - 88px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

[data-theme="light"] {
  color-scheme: light;
  --bg: #f7f8fd;
  --bg-raised: #fff;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #fff;
  --text: #141724;
  --muted: #666f83;
  --faint: #81899c;
  --line: rgba(48, 57, 87, 0.1);
  --line-strong: rgba(48, 57, 87, 0.16);
  --cyan: #028db7;
  --violet: #7354e8;
  --green: #188e5a;
  --pink: #ce488f;
  --header: rgba(247, 248, 253, 0.84);
  --card-shadow: 0 28px 80px rgba(37, 48, 86, 0.075);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; transition: background-color 0.35s ease, color 0.35s ease; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: #fff; background: rgba(118, 99, 245, 0.68); }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
.wrapper { width: var(--wrapper); margin-inline: auto; }
.section-space { padding-block: clamp(100px, 13vw, 175px); }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 12px 18px; border-radius: 12px; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 16px; }

/* Ambient lighting */
.page-atmosphere { position: absolute; z-index: -1; inset: 0 0 auto; height: 1160px; overflow: hidden; pointer-events: none; }
.atmosphere-orb { position: absolute; border-radius: 50%; opacity: 0.48; filter: blur(100px); }
.orb-one { top: -210px; left: 48%; width: 470px; height: 470px; background: rgba(66, 54, 162, 0.48); }
.orb-two { top: 280px; right: -170px; width: 380px; height: 450px; background: rgba(16, 109, 153, 0.34); }
.orb-three { top: 490px; left: -250px; width: 460px; height: 460px; background: rgba(66, 48, 135, 0.2); }
.grain { position: absolute; inset: 0; opacity: 0.05; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.93' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.52' filter='url(%23n)'/%3E%3C/svg%3E"); }
[data-theme="light"] .atmosphere-orb { opacity: 0.2; }

/* Floating, iOS-inspired navigation */
.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid transparent; transition: border-color 0.35s ease, background-color 0.35s ease; }
.site-header.scrolled { border-color: var(--line); background: var(--header); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); }
.header-inner { position: relative; display: flex; min-height: 92px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; min-width: 216px; align-items: center; gap: 11px; }
.brand-mark { flex: 0 0 auto; }
.brand-name { display: grid; gap: 1px; color: var(--text); font-size: 14px; font-weight: 710; letter-spacing: -0.35px; line-height: 1.15; }
.brand-name > span { color: var(--muted); font-size: 11px; font-weight: 550; letter-spacing: 0.6px; }
.desktop-nav { display: flex; height: 44px; align-items: center; gap: 7px; padding: 5px 7px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.desktop-nav a { padding: 9px 12px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 520; transition: color 0.2s ease, background-color 0.2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); background: rgba(147, 155, 186, 0.12); }
.header-actions { display: flex; min-width: 216px; align-items: center; justify-content: flex-end; gap: 15px; }
.theme-toggle { display: grid; width: 41px; height: 41px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
.theme-toggle .icon { width: 17px; height: 17px; }
.theme-moon, [data-theme="light"] .theme-sun { display: none; }
[data-theme="light"] .theme-moon { display: block; }
.header-contact { padding: 12px 15px; border-radius: 999px; background: var(--text); color: var(--bg); font-size: 12px; font-weight: 650; }
.header-contact span { margin-left: 3px; }
.menu-toggle, .mobile-nav { display: none; }

/* Opening story and the entirely CSS-built phone */
.hero { position: relative; display: grid; min-height: min(850px, calc(100svh - 60px)); grid-template-columns: 1fr 1fr; align-items: center; gap: 22px; padding-top: 18px; padding-bottom: 100px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; min-height: 36px; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: 11px; font-weight: 530; letter-spacing: 0.13px; }
.live-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: #64e3ab; }
.live-dot::after { position: absolute; inset: -4px; border: 1px solid rgba(100, 227, 171, 0.36); border-radius: 50%; content: ""; animation: livePulse 2.2s ease-out infinite; }
.hero h1 { margin: 27px 0 18px; font-size: clamp(72px, 8vw, 104px); font-weight: 750; letter-spacing: -8.5px; line-height: 0.96; }
.gradient-text { background: linear-gradient(100deg, #62e7ff 7%, #93a9ff 48%, #bb80ff 95%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-description { max-width: 455px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border-radius: 13px; font-size: 12px; font-weight: 640; }
.button-primary { background: var(--text); color: var(--bg); transition: transform 0.25s var(--ease), box-shadow 0.25s ease; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(122, 113, 227, 0.2); }
.button .icon { width: 15px; height: 15px; }
.text-link { color: var(--muted); font-size: 12px; transition: color 0.2s ease; }
.text-link:hover { color: var(--text); }
.text-link span { margin-left: 3px; }
.hero-proof { display: flex; align-items: center; gap: 11px; margin-top: 48px; }
.proof-globe { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); }
.proof-globe .icon { width: 17px; height: 17px; }
.hero-proof p { display: grid; gap: 3px; margin: 0; font-size: 11px; }
.hero-proof p strong { font-weight: 640; }
.hero-proof p span { color: var(--muted); }
.hero-visual { position: relative; display: grid; min-height: 685px; place-items: center; perspective: 1000px; }
.visual-halo { position: absolute; pointer-events: none; }
.halo-back { width: 550px; height: 550px; border: 1px solid rgba(145, 146, 222, 0.08); border-radius: 50%; background: radial-gradient(ellipse at center, rgba(68, 50, 144, 0.17), transparent 64%); }
.halo-back::before, .halo-back::after { position: absolute; border: 1px solid rgba(151, 151, 228, 0.07); border-radius: 50%; content: ""; }
.halo-back::before { inset: 50px; }
.halo-back::after { inset: 105px; }
.halo-front { width: 320px; height: 520px; border-radius: 45%; background: linear-gradient(145deg, rgba(73, 156, 236, 0.22), rgba(132, 69, 209, 0.29)); filter: blur(55px); }
.iphone { position: relative; z-index: 1; width: 315px; height: 636px; padding: 10px; border: 1px solid rgba(204, 216, 243, 0.63); border-radius: 52px; background: linear-gradient(145deg, #abb5c8 0%, #586176 13%, #242b39 38%, #60677b 75%, #aeb6c5 100%); box-shadow: 0 48px 95px rgba(0, 0, 0, 0.47), inset 0 0 0 1px rgba(255, 255, 255, 0.48); transform-style: preserve-3d; transition: transform 0.22s ease-out; }
.iphone::before, .iphone::after { position: absolute; z-index: -1; left: -4px; width: 3px; border-radius: 3px 0 0 3px; background: #80899b; content: ""; }
.iphone::before { top: 137px; height: 36px; }
.iphone::after { top: 189px; height: 61px; }
.iphone-edge { position: absolute; top: 159px; right: -4px; width: 3px; height: 77px; border-radius: 0 3px 3px 0; background: #8b93a3; }
.iphone-screen { position: relative; height: 100%; overflow: hidden; border: 2px solid #10131c; border-radius: 42px; background: #f5f6fb; color: #171a27; }
.phone-status { position: absolute; z-index: 2; top: 14px; right: 20px; left: 22px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 720; }
.phone-status-icons { font-size: 9px; letter-spacing: 1px; }
.dynamic-island { position: absolute; z-index: 3; top: 8px; left: 50%; width: 91px; height: 26px; border-radius: 20px; background: #0a0c10; transform: translateX(-50%); }
.dynamic-island span { position: absolute; top: 9px; right: 9px; width: 8px; height: 8px; border-radius: 50%; background: #192431; box-shadow: inset 0 0 0 1px rgba(73, 115, 171, 0.55); }
.phone-content { padding: 57px 17px 0; }
.phone-heading { display: grid; gap: 4px; }
.phone-heading span { color: #7f8697; font-size: 10px; }
.phone-heading strong { font-size: 23px; letter-spacing: -0.9px; }
.phone-summary { position: relative; height: 180px; overflow: hidden; margin-top: 18px; padding: 15px; border-radius: 19px; background: linear-gradient(145deg, #171828 0%, #242044 100%); color: #fff; }
.summary-top { display: flex; justify-content: space-between; color: #ced0e1; font-size: 9px; }
.summary-live { display: flex; align-items: center; gap: 5px; }
.summary-live i { width: 5px; height: 5px; border-radius: 50%; background: #6de5ad; }
.summary-number { margin-top: 16px; font-size: 36px; font-weight: 730; letter-spacing: -1.5px; }
.summary-number span { margin-left: 6px; color: #a3a1ba; font-size: 11px; font-weight: 500; letter-spacing: 0; }
.phone-summary > p { margin: 1px 0 0; color: #c4bfd4; font-size: 9px; }
.summary-chart { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 66px; overflow: visible; }
.chart-line, .chart-shadow { fill: none; stroke: url(#chartGradient); stroke-linecap: round; stroke-width: 2.5; }
.chart-line { stroke-dasharray: 370; stroke-dashoffset: 370; animation: drawChart 2.2s 0.6s var(--ease) forwards; }
.chart-shadow { opacity: 0.38; filter: blur(6px); }
.phone-section-heading { display: flex; justify-content: space-between; margin-top: 20px; }
.phone-section-heading strong { font-size: 12px; }
.phone-section-heading span { color: #7662df; font-size: 10px; }
.phone-markets { display: grid; gap: 9px; margin-top: 12px; }
.phone-markets > div { display: flex; height: 45px; align-items: center; gap: 9px; padding-inline: 10px; border-radius: 12px; background: #fff; }
.country-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; font-size: 9px; font-weight: 750; }
.country-icon.us { background: #eef1ff; color: #5367c3; }
.country-icon.ca { background: #fff0f1; color: #c95762; }
.country-icon.au { background: #f0efff; color: #7562ca; }
.phone-markets strong { flex: 1; font-size: 10px; font-weight: 620; }
.phone-markets i { width: 6px; height: 6px; border-radius: 50%; background: #64c99a; }
.phone-tabbar { display: flex; height: 44px; justify-content: space-around; align-items: center; margin-top: 12px; color: #8b90a0; font-size: 17px; }
.phone-tabbar span:first-child { color: #7561df; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(206, 214, 248, 0.14); border-radius: 15px; background: rgba(17, 20, 33, 0.84); box-shadow: 0 14px 48px rgba(0, 0, 0, 0.23); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); color: #f4f6ff; }
.floating-card > div { display: grid; gap: 4px; }
.floating-card strong { font-size: 10px; font-weight: 650; }
.floating-card > div > span { color: #a9adc0; font-size: 9px; }
.market-float { top: 100px; left: -4px; animation: levitate 5s ease-in-out infinite; }
.delivery-float { right: -17px; bottom: 104px; animation: levitate 5s 1.2s ease-in-out infinite; }
.float-icon, .delivery-check { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; font-size: 15px; }
.float-icon { background: rgba(114, 99, 239, 0.21); color: #b6aaff; }
.delivery-check { background: rgba(76, 195, 139, 0.17); color: #73e3a9; }
.scroll-indicator { position: absolute; bottom: 39px; left: 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; }
.scroll-indicator > span { width: 18px; height: 28px; border: 1px solid var(--line-strong); border-radius: 12px; }
.scroll-indicator > span::after { display: block; width: 3px; height: 6px; margin: 5px auto 0; border-radius: 2px; background: var(--cyan); animation: scrollWheel 1.7s ease-in-out infinite; }

/* Motion strip and editorial introduction */
.marquee-section { overflow: hidden; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee-track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.marquee-group { display: flex; flex: 0 0 auto; align-items: center; gap: 46px; padding-right: 46px; }
.marquee-group span { color: var(--muted); font-size: 12px; font-weight: 570; white-space: nowrap; }
.marquee-group i { color: var(--violet); font-size: 15px; font-style: normal; }
.section-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 36px; color: var(--faint); font-size: 10px; font-weight: 650; letter-spacing: 1.55px; }
.section-kicker > span { color: var(--violet); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr); align-items: end; gap: 70px; }
.statement, .section-heading h2, .markets-copy h2, .method-title { margin: 0; font-size: clamp(44px, 6vw, 72px); font-weight: 730; letter-spacing: -4.5px; line-height: 1.08; }
.statement > span, .section-heading h2 > span, .markets-copy h2 > span, .method-title > span { color: var(--muted); }
.intro-detail p, .section-heading > p, .markets-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.83; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 21px; color: var(--text); font-size: 12px; font-weight: 610; }
.arrow-link .icon { width: 15px; height: 15px; transition: transform 0.22s ease; }
.arrow-link:hover .icon { transform: translateX(4px); }
.principle-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 77px; }
.principle-card { padding: 24px 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.principle-card > span { color: var(--violet); font-size: 10px; font-weight: 650; }
.principle-card strong { display: block; margin-top: 17px; font-size: 17px; font-weight: 670; letter-spacing: -0.35px; }
.principle-card p { max-width: 260px; margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

/* Product-like bento capability cards */
.capabilities-section { background: linear-gradient(180deg, transparent, rgba(88, 84, 158, 0.05) 27%, rgba(88, 84, 158, 0.05) 72%, transparent); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; }
.section-heading > p { max-width: 360px; padding-bottom: 7px; }
.bento-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 17px; margin-top: 55px; }
.bento-card { position: relative; min-height: 300px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--card-shadow); transition: border-color 0.3s ease, transform 0.35s var(--ease); }
.bento-card::before { position: absolute; z-index: 0; inset: 0; background: radial-gradient(360px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(126, 121, 255, 0.11), transparent 55%); content: ""; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.bento-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.bento-card:hover::before { opacity: 1; }
.bento-commerce { grid-column: span 7; }
.bento-platform { grid-column: span 5; }
.bento-fulfilment { grid-column: span 5; }
.bento-brands { grid-column: span 7; }
.bento-copy { position: relative; z-index: 1; }
.capability-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: rgba(160, 167, 191, 0.07); }
.capability-icon.cyan { color: var(--cyan); }
.capability-icon.violet { color: var(--violet); }
.capability-icon.green { color: var(--green); }
.capability-icon.pink { color: var(--pink); }
.bento-copy > span { display: block; margin-top: 23px; color: var(--faint); font-size: 9px; font-weight: 640; letter-spacing: 1.18px; }
.bento-copy h3 { margin: 10px 0 8px; font-size: 26px; font-weight: 680; letter-spacing: -1.05px; line-height: 1.2; }
.bento-copy p { max-width: 340px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.commerce-orbits { position: absolute; top: 51%; right: 31px; width: 172px; height: 172px; transform: translateY(-50%); }
.commerce-orbits > span { position: absolute; border: 1px solid rgba(102, 217, 255, 0.16); border-radius: 50%; }
.commerce-orbits > span:nth-child(1) { inset: 0; }
.commerce-orbits > span:nth-child(2) { inset: 24px; }
.commerce-orbits > span:nth-child(3) { inset: 49px; }
.commerce-orbits i { position: absolute; top: 50%; left: 50%; color: var(--cyan); font-size: 25px; font-style: normal; transform: translate(-50%, -50%); animation: rotateSlow 13s linear infinite; }
.code-decoration { position: absolute; right: 26px; bottom: 37px; display: grid; gap: 8px; opacity: 0.6; }
.code-decoration span { width: 70px; height: 5px; border-radius: 5px; background: linear-gradient(90deg, transparent, rgba(145, 121, 247, 0.66)); }
.code-decoration span:nth-child(2) { width: 46px; margin-left: 15px; }
.code-decoration span:nth-child(3) { width: 62px; margin-left: 8px; }
.code-decoration span:nth-child(4) { width: 37px; margin-left: 23px; }
.route-decoration { position: absolute; right: 24px; bottom: 38px; display: flex; align-items: center; gap: 5px; }
.route-decoration i { width: 9px; height: 9px; border: 1px solid var(--green); border-radius: 50%; }
.route-decoration span { width: 65px; border-top: 1px dashed rgba(98, 207, 155, 0.5); }
.brand-decoration { position: absolute; right: 21px; bottom: 31px; display: flex; gap: 6px; }
.brand-decoration span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; }

/* International route map */
.markets-layout { display: grid; grid-template-columns: minmax(260px, 0.77fr) minmax(0, 1.23fr); align-items: center; gap: 38px; }
.markets-copy h2 { font-size: clamp(43px, 5.6vw, 64px); }
.markets-copy > p { max-width: 435px; margin-top: 19px; }
.network-visual { overflow: hidden; padding: 18px 16px 15px; border: 1px solid var(--line); border-radius: 27px; background: linear-gradient(145deg, var(--surface), rgba(127, 107, 255, 0.035)); }
.network-map { display: block; width: 100%; height: auto; }
.map-grid path { fill: none; stroke: rgba(127, 143, 176, 0.12); stroke-width: 1; }
.route-lines path { fill: none; stroke: url(#routeGradient); stroke-dasharray: 6 8; stroke-width: 1.5; animation: routeTravel 18s linear infinite; }
.secondary-node { fill: var(--cyan); }
.main-node { fill: var(--violet); }
.map-label text { fill: var(--muted); font-size: 13px; font-weight: 630; letter-spacing: 0.7px; }
.market-labels { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; padding-top: 8px; padding-bottom: 8px; }
.market-labels > span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.flag-dot { width: 7px; height: 7px; border-radius: 50%; }
.us-dot { background: #7593ff; }
.ca-dot { background: #f27582; }
.au-dot { background: #9676ff; }
.nz-dot { background: #56d9af; }

/* Method, registration information and final contact story */
.method-section { background: linear-gradient(180deg, transparent, rgba(64, 71, 123, 0.055) 27%, rgba(64, 71, 123, 0.055) 72%, transparent); }
.method-title { max-width: 880px; }
.method-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 23px; margin-top: 80px; }
.method-step { position: relative; padding-top: 23px; border-top: 1px solid var(--line); }
.method-step::before { position: absolute; top: -3px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--violet); content: ""; }
.step-number { color: var(--faint); font-size: 10px; }
.method-step h3 { margin: 23px 0 9px; font-size: 18px; letter-spacing: -0.42px; }
.method-step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.company-card { overflow: hidden; padding: 55px; border: 1px solid var(--line); border-radius: 35px; background: linear-gradient(145deg, var(--surface), rgba(94, 78, 150, 0.1)); box-shadow: var(--card-shadow); }
.company-top { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.company-top h2 { margin: 0; font-size: clamp(42px, 6.5vw, 72px); font-weight: 740; letter-spacing: -4.8px; line-height: 1.05; }
.company-top h2 > span { color: var(--muted); }
.company-top > div > p { max-width: 580px; margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.company-top > img { width: 94px; height: 94px; }
.company-details { display: grid; grid-template-columns: 1fr 1fr 1.4fr 0.8fr; gap: 25px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); }
.company-details > div { display: grid; align-content: start; gap: 11px; }
.company-details > div > span { color: var(--faint); font-size: 9px; font-weight: 660; letter-spacing: 0.75px; }
.company-details > div > strong { font-size: 11px; font-weight: 570; line-height: 1.7; }
.contact-section { position: relative; display: grid; min-height: 660px; place-items: center; text-align: center; }
.contact-glow { position: absolute; width: 550px; height: 430px; border-radius: 50%; background: radial-gradient(ellipse, rgba(76, 64, 157, 0.22), transparent 69%); filter: blur(23px); pointer-events: none; }
.contact-content { position: relative; }
.contact-content h2 { margin: 26px 0 13px; font-size: clamp(68px, 10vw, 108px); font-weight: 750; letter-spacing: -8px; line-height: 0.97; }
.contact-content h2 > span { background: linear-gradient(105deg, #65e4ff 5%, #aaa0ff 53%, #c48cff 95%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.contact-content > p { max-width: 460px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact-button { display: inline-flex; min-width: 158px; min-height: 51px; justify-content: center; align-items: center; gap: 8px; margin-top: 28px; border-radius: 14px; background: var(--text); color: var(--bg); font-size: 13px; font-weight: 670; transition: transform 0.25s var(--ease); }
.contact-button:hover { transform: translateY(-3px); }
.contact-button .icon { width: 16px; height: 16px; }
.contact-email { display: block; margin-top: 14px; color: var(--muted); font-size: 11px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: grid; min-height: 132px; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; }
.footer-inner > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; color: var(--muted); font-size: 10px; }
.footer-links a:hover { color: var(--text); }

/* Privacy page */
.legal-page { padding-block: 90px 120px; }
.legal-intro { max-width: 780px; margin-bottom: 58px; }
.legal-intro h1 { margin: 19px 0 13px; font-size: clamp(52px, 8vw, 90px); letter-spacing: -5px; line-height: 1; }
.legal-intro p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-content { max-width: 790px; }
.legal-content section { padding-block: 27px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 11px; font-size: 20px; letter-spacing: -0.4px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 13px; line-height: 1.85; }
.legal-content a { color: var(--violet); }

/* Reveal behavior is added only after JavaScript is actually running. */
.js-ready .reveal { opacity: 0; transform: translateY(27px); transition: opacity 0.72s var(--ease), transform 0.72s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes livePulse { 0% { transform: scale(0.65); opacity: 0.8; } 100% { transform: scale(1.95); opacity: 0; } }
@keyframes drawChart { to { stroke-dashoffset: 0; } }
@keyframes levitate { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes scrollWheel { 0%, 100% { transform: translateY(0); opacity: 1; } 75% { transform: translateY(7px); opacity: 0.2; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes rotateSlow { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes routeTravel { to { stroke-dashoffset: -140; } }

@media (max-width: 1100px) {
  :root { --wrapper: min(100% - 60px, 1070px); }
  .desktop-nav { gap: 2px; }
  .desktop-nav a { padding-inline: 9px; font-size: 11px; }
  .brand, .header-actions { min-width: 181px; }
  .hero h1 { font-size: 83px; letter-spacing: -6.4px; }
  .iphone { width: 290px; height: 588px; }
  .phone-content { padding-right: 14px; padding-left: 14px; }
  .phone-summary { height: 164px; }
  .phone-markets { gap: 7px; }
  .phone-markets > div { height: 41px; }
  .phone-tabbar { margin-top: 8px; }
  .market-float { left: -15px; }
  .delivery-float { right: -8px; }
  .commerce-orbits { right: 15px; width: 135px; height: 135px; }
  .commerce-orbits > span:nth-child(2) { inset: 19px; }
  .commerce-orbits > span:nth-child(3) { inset: 39px; }
  .bento-commerce .bento-copy p { max-width: 280px; }
}

@media (max-width: 800px) {
  :root { --wrapper: calc(100% - 44px); }
  .header-inner { min-height: 76px; }
  .desktop-nav, .header-contact { display: none; }
  .brand, .header-actions { min-width: auto; }
  .menu-toggle { position: relative; z-index: 42; display: grid; width: 39px; height: 39px; align-content: center; justify-items: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
  .menu-toggle span { width: 16px; height: 1px; background: var(--text); transition: transform 0.24s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 39; top: 76px; right: 0; left: 0; display: grid; gap: 6px; padding: 18px 22px 24px; border-bottom: 1px solid var(--line); background: var(--header); -webkit-backdrop-filter: blur(28px); backdrop-filter: blur(28px); opacity: 0; visibility: hidden; transform: translateY(-9px); transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-nav a { padding: 13px 8px; color: var(--text); font-size: 15px; }
  .mobile-nav a:last-child { color: var(--violet); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-top: 87px; padding-bottom: 82px; }
  .hero-copy { text-align: center; }
  .hero h1 { margin-top: 25px; font-size: clamp(73px, 14vw, 103px); letter-spacing: -7px; }
  .hero-description { max-width: 505px; margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-proof { margin-top: 30px; text-align: left; }
  .hero-visual { min-height: 690px; }
  .iphone { width: 315px; height: 636px; }
  .phone-content { padding-right: 17px; padding-left: 17px; }
  .phone-summary { height: 180px; }
  .phone-markets { gap: 9px; }
  .phone-markets > div { height: 45px; }
  .phone-tabbar { margin-top: 12px; }
  .market-float { left: 8%; }
  .delivery-float { right: 7%; }
  .scroll-indicator { bottom: 28px; left: 50%; transform: translateX(-50%); }
  .section-space { padding-block: 100px; }
  .intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .intro-detail { max-width: 540px; }
  .statement, .section-heading h2, .markets-copy h2, .method-title { font-size: clamp(43px, 8vw, 68px); letter-spacing: -3.3px; }
  .principle-cards { gap: 10px; margin-top: 51px; }
  .principle-card { padding: 19px 14px; }
  .principle-card strong { font-size: 15px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 17px; }
  .bento-commerce, .bento-brands { grid-column: span 7; }
  .bento-platform, .bento-fulfilment { grid-column: span 5; }
  .bento-card { min-height: 295px; padding: 22px; }
  .bento-copy h3 { font-size: 23px; }
  .commerce-orbits { right: -42px; opacity: 0.7; }
  .brand-decoration { right: 13px; }
  .markets-layout { grid-template-columns: 1fr; gap: 38px; }
  .network-visual { max-width: 680px; }
  .method-steps { grid-template-columns: 1fr 1fr; gap: 40px 23px; margin-top: 62px; }
  .company-card { padding: 37px 30px; }
  .company-top > img { width: 70px; height: 70px; }
  .company-details { grid-template-columns: 1fr 1fr; gap: 29px; }
  .contact-section { min-height: 560px; }
  .contact-content h2 { letter-spacing: -5.7px; }
  .footer-inner { min-height: 170px; grid-template-columns: 1fr 1fr; }
  .footer-inner > p { order: 2; grid-column: 1 / -1; padding-bottom: 20px; text-align: left; }
  .footer-links { order: 1; }
}

@media (max-width: 520px) {
  :root { --wrapper: calc(100% - 34px); }
  .brand-name { font-size: 12px; }
  .brand-mark { width: 37px; height: 37px; }
  .header-actions { gap: 9px; }
  .hero { padding-top: 69px; }
  .hero h1 { font-size: clamp(66px, 16vw, 85px); letter-spacing: -5.4px; }
  .eyebrow { font-size: 9px; }
  .hero-description { font-size: 14px; }
  .hero-actions { flex-wrap: wrap; gap: 14px; }
  .button { min-height: 47px; padding-inline: 13px; font-size: 11px; }
  .text-link { font-size: 11px; }
  .hero-visual { min-height: 590px; }
  .iphone { width: 272px; height: 550px; padding: 8px; border-radius: 45px; }
  .iphone-screen { border-radius: 37px; }
  .dynamic-island { top: 7px; width: 80px; height: 24px; }
  .phone-content { padding: 52px 13px 0; }
  .phone-heading strong { font-size: 20px; }
  .phone-summary { height: 152px; margin-top: 14px; padding: 12px; }
  .summary-number { margin-top: 12px; font-size: 32px; }
  .summary-chart { height: 50px; }
  .phone-section-heading { margin-top: 15px; }
  .phone-markets { gap: 6px; margin-top: 9px; }
  .phone-markets > div { height: 39px; }
  .phone-tabbar { height: 36px; margin-top: 6px; }
  .floating-card { gap: 7px; padding: 9px 10px; }
  .floating-card strong { font-size: 8px; }
  .floating-card > div > span { font-size: 8px; }
  .float-icon, .delivery-check { width: 26px; height: 26px; }
  .market-float { top: 92px; left: -3px; }
  .delivery-float { right: -3px; bottom: 91px; }
  .halo-back { width: 400px; height: 400px; }
  .marquee-group { gap: 29px; padding-right: 29px; }
  .section-space { padding-block: 85px; }
  .section-kicker { margin-bottom: 27px; font-size: 9px; }
  .statement, .section-heading h2, .markets-copy h2, .method-title { font-size: 44px; letter-spacing: -2.5px; }
  .principle-cards { grid-template-columns: 1fr; gap: 11px; margin-top: 36px; }
  .principle-card { padding: 20px; }
  .bento-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 36px; }
  .bento-commerce, .bento-platform, .bento-fulfilment, .bento-brands { grid-column: auto; }
  .bento-card { min-height: 267px; padding: 24px; }
  .commerce-orbits { right: -12px; }
  .bento-commerce .bento-copy p { max-width: 245px; }
  .market-labels { justify-content: flex-start; gap: 10px 15px; }
  .market-labels > span { font-size: 9px; }
  .method-steps { grid-template-columns: 1fr; gap: 35px; margin-top: 48px; }
  .method-step h3 { margin-top: 15px; }
  .company-card { padding: 31px 21px; border-radius: 25px; }
  .company-top h2 { font-size: 42px; letter-spacing: -2.7px; }
  .company-top > img { width: 43px; height: 43px; }
  .company-details { gap: 25px 15px; }
  .company-details > div > span { font-size: 8px; }
  .company-details > div > strong { font-size: 10px; }
  .contact-section { min-height: 480px; }
  .contact-content h2 { font-size: 65px; letter-spacing: -4.7px; }
  .contact-content > p { font-size: 12px; }
  .contact-email { font-size: 9px; }
  .footer-inner { gap: 16px 8px; }
  .footer-links { gap: 12px; font-size: 9px; }
  .footer-brand .brand-name { font-size: 11px; }
  .legal-page { padding-block: 72px 90px; }
  .legal-intro h1 { letter-spacing: -3px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .chart-line { stroke-dashoffset: 0; }
}

/* ===== 2026 multidisciplinary group redesign ===== */
.desktop-nav { gap: 3px; }
.desktop-nav a { padding-inline: 10px; }
.group-phone-content .phone-summary { overflow: hidden; }
.engineering-summary { background: radial-gradient(circle at 78% 18%, rgba(97,229,255,.2), transparent 28%), linear-gradient(145deg, #15182a 0%, #202449 100%); }
.phone-engineering-art { position: relative; height: 88px; margin-top: 10px; }
.phone-engineering-art .chip-core { position: absolute; z-index: 2; top: 22px; left: 50%; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(136,235,255,.48); border-radius: 13px; background: rgba(78,104,145,.3); color: #8cecff; font-size: 15px; font-weight: 750; transform: translateX(-50%); box-shadow: 0 0 28px rgba(97,229,255,.13); }
.phone-engineering-art i, .phone-engineering-art b { position: absolute; background: linear-gradient(90deg, rgba(97,229,255,.05), rgba(97,229,255,.7), rgba(162,135,255,.15)); }
.phone-engineering-art i { left: 16%; width: 68%; height: 1px; }
.phone-engineering-art i:nth-of-type(1) { top: 31px; }
.phone-engineering-art i:nth-of-type(2) { top: 60px; }
.phone-engineering-art i:nth-of-type(3) { top: 45px; left: 7%; width: 24%; }
.phone-engineering-art i:nth-of-type(4) { top: 45px; left: 69%; width: 24%; }
.phone-engineering-art b { top: 8px; width: 1px; height: 72px; }
.phone-engineering-art b:nth-of-type(1) { left: 42%; }
.phone-engineering-art b:nth-of-type(2) { left: 58%; }
.phone-divisions { display: grid; gap: 7px; margin-top: 10px; }
.phone-divisions > div { display: grid; grid-template-columns: 34px 1fr auto; grid-template-rows: 1fr 1fr; min-height: 52px; align-items: center; padding: 7px 9px; border-radius: 13px; background: #fff; }
.phone-divisions .division-mini { grid-row: 1 / 3; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; }
.phone-divisions .division-mini .icon { width: 15px; height: 15px; }
.division-mini.cyan { background: #e9fbff; color: #168aa7; }
.division-mini.violet { background: #f0edff; color: #7558dd; }
.division-mini.green { background: #ebfaf3; color: #20815a; }
.phone-divisions strong { align-self: end; font-size: 10px; }
.phone-divisions small { align-self: start; color: #858b99; font-size: 8px; }
.float-icon .icon, .delivery-check .icon { width: 15px; height: 15px; }

/* Group divisions */
.division-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 17px; margin-top: 72px; }
.division-card { position: relative; min-height: 380px; overflow: hidden; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--card-shadow); transition: border-color .3s ease, transform .35s var(--ease); }
.division-card::before, .engineering-feature::before, .owned-brand::before { position: absolute; z-index: 0; inset: 0; background: radial-gradient(380px circle at var(--mouse-x,50%) var(--mouse-y,50%), rgba(126,121,255,.12), transparent 58%); content: ""; opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.division-card:hover, .engineering-feature:hover, .owned-brand:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.division-card:hover::before, .engineering-feature:hover::before, .owned-brand:hover::before { opacity: 1; }
.division-card > * { position: relative; z-index: 1; }
.division-engineering { background: radial-gradient(circle at 85% 18%, rgba(97,229,255,.1), transparent 30%), var(--surface); }
.division-number { position: absolute; top: 28px; right: 29px; color: var(--faint); font-size: 10px; letter-spacing: 1.2px; }
.division-card h3 { margin: 44px 0 13px; font-size: clamp(28px, 2.7vw, 38px); line-height: 1.08; letter-spacing: -1.7px; }
.division-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.78; }
.division-tags, .trade-points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }
.division-tags span, .trade-points span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; background: rgba(144,151,180,.05); }

/* Engineering deep dive */
.engineering-section { background: linear-gradient(180deg, transparent, rgba(50,78,112,.055) 20%, rgba(64,53,116,.055) 75%, transparent); }
.engineering-heading > p { max-width: 430px; }
.engineering-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.engineering-feature { position: relative; min-height: 300px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 25px; background: var(--surface); transition: border-color .3s ease, transform .35s var(--ease); }
.engineering-feature > * { position: relative; z-index: 1; }
.feature-index { position: absolute; top: 28px; right: 28px; color: var(--faint); font-size: 9px; letter-spacing: 1.2px; }
.engineering-feature h3 { margin: 33px 0 11px; font-size: 22px; line-height: 1.15; letter-spacing: -.8px; }
.engineering-feature p { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.75; }
.development-flow { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; margin-top: 18px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(97,229,255,.045), rgba(162,135,255,.05)); }
.flow-copy > span { color: var(--violet); font-size: 9px; font-weight: 650; letter-spacing: 1.4px; }
.flow-copy h3 { margin: 13px 0 12px; font-size: 30px; line-height: 1.12; letter-spacing: -1.25px; }
.flow-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.flow-track { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.flow-track::before { position: absolute; top: 29px; right: 7%; left: 7%; height: 1px; background: linear-gradient(90deg, rgba(97,229,255,.2), rgba(162,135,255,.45), rgba(103,231,170,.2)); content: ""; }
.flow-track > div { position: relative; z-index: 1; min-height: 112px; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: var(--bg-raised); }
.flow-track i { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--bg-raised); color: var(--cyan); font-size: 8px; font-style: normal; }
.flow-track strong { display: block; margin-top: 14px; font-size: 12px; }
.flow-track span { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }

/* Brands */
.brands-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.brands-intro h2 { margin: 0; font-size: clamp(44px, 6vw, 72px); font-weight: 730; letter-spacing: -4.5px; line-height: 1.08; }
.brands-intro h2 span { color: var(--muted); }
.brands-intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.83; }
.brand-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 60px; }
.owned-brand { position: relative; display: flex; min-height: 410px; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .3s ease, transform .35s var(--ease); }
.owned-brand > * { position: relative; z-index: 1; }
.liwiza-card { background: radial-gradient(circle at 72% 33%, rgba(162,135,255,.14), transparent 29%), var(--surface); }
.petwoow-card { background: radial-gradient(circle at 70% 30%, rgba(97,229,255,.12), transparent 30%), var(--surface); }
.owned-brand-top { display: flex; justify-content: space-between; color: var(--faint); font-size: 9px; letter-spacing: 1.25px; }
.brand-arrow { color: var(--text); font-size: 17px; }
.brand-wordmark { display: flex; min-height: 145px; align-items: center; justify-content: center; font-size: clamp(44px, 6vw, 77px); font-weight: 780; letter-spacing: -4px; opacity: .92; }
.liwiza-card .brand-wordmark { background: linear-gradient(100deg, #b8b0ff, #f2f3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.petwoow-card .brand-wordmark { background: linear-gradient(100deg, #6ce6ff, #92a7ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.owned-brand h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.6px; }
.owned-brand p { max-width: 430px; margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.72; }

/* Trade */
.trade-points { margin-top: 23px; }

/* Company + location */
.company-details { grid-template-columns: .75fr .75fr 1fr 1.5fr; }
.location-section { padding-top: 80px; }
.location-card { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 470px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--card-shadow); }
.location-info { padding: 42px; }
.location-label { display: block; margin-top: 30px; color: var(--faint); font-size: 9px; font-weight: 650; letter-spacing: 1.25px; text-transform: uppercase; }
.location-info h2 { margin: 12px 0 16px; font-size: clamp(42px, 5vw, 65px); line-height: 1.02; letter-spacing: -3.7px; }
.location-info h2 span { color: var(--muted); }
.location-info p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.map-frame { min-height: 470px; padding: 11px; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 448px; border: 0; border-radius: 22px; filter: saturate(.75) contrast(1.03); }
[data-theme="dark"] .map-frame iframe, :root:not([data-theme="light"]) .map-frame iframe { filter: grayscale(.15) saturate(.7) brightness(.82) contrast(1.1); }

@media (max-width: 1100px) {
  .desktop-nav a { padding-inline: 7px; font-size: 10px; }
  .division-grid { grid-template-columns: 1.1fr 1fr; }
  .division-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .engineering-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .development-flow { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .division-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 48px; }
  .division-card:last-child { grid-column: auto; }
  .division-card { min-height: 310px; }
  .engineering-feature-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .flow-track { grid-template-columns: repeat(2, 1fr); }
  .brands-intro { grid-template-columns: 1fr; gap: 24px; }
  .brands-intro h2 { font-size: clamp(43px, 8vw, 68px); letter-spacing: -3.3px; }
  .brand-showcase { grid-template-columns: 1fr; }
  .owned-brand { min-height: 360px; }
  .company-details { grid-template-columns: 1fr 1fr; }
  .location-card { grid-template-columns: 1fr; }
  .map-frame { min-height: 390px; }
  .map-frame iframe { min-height: 368px; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: clamp(58px, 15vw, 78px); }
  .hero-description { max-width: 94%; }
  .group-phone-content .phone-summary { height: 150px; }
  .phone-engineering-art { height: 67px; }
  .phone-engineering-art .chip-core { top: 12px; width: 42px; height: 42px; }
  .phone-engineering-art i:nth-of-type(1) { top: 23px; }
  .phone-engineering-art i:nth-of-type(2) { top: 48px; }
  .phone-engineering-art i:nth-of-type(3), .phone-engineering-art i:nth-of-type(4) { top: 36px; }
  .phone-engineering-art b { top: 2px; height: 59px; }
  .phone-divisions > div { min-height: 44px; }
  .division-card { min-height: 285px; padding: 24px; }
  .division-card h3 { margin-top: 34px; font-size: 29px; }
  .engineering-feature-grid { grid-template-columns: 1fr; }
  .engineering-feature { min-height: 270px; padding: 24px; }
  .development-flow { gap: 30px; padding: 26px 21px; }
  .flow-track { grid-template-columns: 1fr; }
  .flow-track::before { display: none; }
  .brands-intro h2 { font-size: 44px; letter-spacing: -2.5px; }
  .brand-showcase { margin-top: 38px; }
  .owned-brand { min-height: 330px; padding: 24px; }
  .brand-wordmark { min-height: 120px; font-size: 47px; }
  .location-info { padding: 28px 22px; }
  .location-info h2 { font-size: 43px; letter-spacing: -2.6px; }
  .map-frame { min-height: 320px; padding: 8px; }
  .map-frame iframe { min-height: 304px; border-radius: 19px; }
  .footer-links { flex-wrap: wrap; justify-content: flex-end; }
}

/* ===== Premium gold visual system · August 2026 ===== */
:root {
  --bg: #171716;
  --bg-raised: #1f1e1b;
  --surface: rgba(38, 36, 31, 0.92);
  --surface-strong: #2a2721;
  --text: #f7f2e8;
  --muted: #b9af9d;
  --faint: #887d6d;
  --line: rgba(238, 207, 143, 0.14);
  --line-strong: rgba(238, 197, 105, 0.34);
  --gold-pale: #fff0bd;
  --gold-soft: #f2d182;
  --gold: #d4a548;
  --gold-deep: #9a6211;
  --cyan: #f6dda0;
  --violet: #e8bd62;
  --green: #f1d48f;
  --pink: #c99132;
  --header: rgba(23, 23, 22, 0.82);
  --card-shadow: 0 30px 85px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  --radius: 30px;
  --wrapper: min(1240px, calc(100% - 64px));
}

[data-theme="light"] {
  --bg: #f4f0e7;
  --bg-raised: #fffaf0;
  --surface: rgba(255, 252, 245, 0.92);
  --surface-strong: #fffdf8;
  --text: #211e18;
  --muted: #6f675b;
  --faint: #958978;
  --line: rgba(129, 91, 27, 0.14);
  --line-strong: rgba(151, 101, 20, 0.3);
  --gold-pale: #7d510b;
  --gold-soft: #a36c14;
  --gold: #b27a1b;
  --gold-deep: #7c4f08;
  --cyan: #9b6814;
  --violet: #b77d1c;
  --green: #9d711f;
  --pink: #8c5a10;
  --header: rgba(244, 240, 231, 0.86);
  --card-shadow: 0 25px 70px rgba(89, 66, 31, 0.09), inset 0 1px 0 rgba(255,255,255,.8);
}

body {
  background:
    radial-gradient(circle at 50% -15%, rgba(212, 165, 72, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.01), transparent 30%),
    var(--bg);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, .brand-wordmark, .brand-name, .contact-content h2 {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

::selection { color: #211b10; background: rgba(238, 197, 105, 0.86); }
:focus-visible { outline-color: var(--gold-soft); }
.section-space { padding-block: clamp(72px, 8vw, 108px); }

/* warmer, lighter atmosphere */
.page-atmosphere { height: 1280px; }
.atmosphere-orb { opacity: .34; filter: blur(120px); }
.orb-one { top: -260px; left: 43%; width: 600px; height: 600px; background: rgba(184, 127, 32, 0.34); }
.orb-two { top: 240px; right: -200px; width: 480px; height: 520px; background: rgba(222, 181, 96, 0.2); }
.orb-three { top: 530px; left: -260px; width: 520px; height: 520px; background: rgba(136, 91, 22, 0.19); }
.grain { opacity: .035; }
[data-theme="light"] .atmosphere-orb { opacity: .12; }

/* navigation */
.header-inner { min-height: 84px; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.brand { min-width: 238px; gap: 12px; }
.brand-mark { width: 54px !important; height: auto !important; object-fit: contain; }
.brand-name { font-size: 14px; font-weight: 760; letter-spacing: -.4px; }
.brand-name > span { color: var(--muted); font-size: 10px; letter-spacing: .8px; }
.desktop-nav {
  height: 46px;
  border-color: var(--line);
  background: rgba(44, 41, 35, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
[data-theme="light"] .desktop-nav { background: rgba(255,250,240,.8); }
.desktop-nav a { color: var(--muted); font-weight: 600; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); background: linear-gradient(180deg, rgba(236,197,108,.13), rgba(236,197,108,.06)); }
.theme-toggle { border-color: var(--line); background: var(--surface-strong); }
.header-contact {
  background: linear-gradient(110deg, var(--gold-pale), var(--gold-soft) 48%, #bd7f20 100%);
  color: #231a0a;
  box-shadow: 0 10px 28px rgba(201, 145, 45, .17);
}

/* hero: proprietary brand stage instead of generic device mockup */
.hero { min-height: min(820px, calc(100svh - 40px)); gap: clamp(40px, 5vw, 78px); padding-top: 24px; padding-bottom: 90px; }
.hero-copy { padding-left: 2px; }
.eyebrow { border-color: var(--line); background: rgba(42,39,33,.68); color: #c9beaa; font-weight: 600; }
[data-theme="light"] .eyebrow { background: rgba(255,250,240,.85); color: var(--muted); }
.hero h1 { margin-top: 30px; font-size: clamp(65px, 7.35vw, 98px); font-weight: 760; letter-spacing: -7.4px; line-height: .98; }
.gradient-text, .contact-content h2 > span {
  background: linear-gradient(105deg, #fff3c5 3%, #efca76 38%, #c88e2a 68%, #f1d18a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-description { max-width: 520px; color: #bdb3a2; font-size: 16px; line-height: 1.72; }
[data-theme="light"] .hero-description { color: var(--muted); }
.button-primary, .contact-button {
  background: linear-gradient(110deg, #fff0bd, #e3b75e 53%, #b8791d 100%);
  color: #221807;
  box-shadow: 0 12px 34px rgba(191, 135, 37, .16);
}
.button-primary:hover, .contact-button:hover { box-shadow: 0 18px 42px rgba(199, 145, 49, .24); }
.proof-globe { border-color: var(--line-strong); color: var(--gold-soft); background: rgba(218,170,78,.06); }

.hero-visual { min-height: 650px; perspective: none; }
.hero-stage {
  position: relative;
  width: min(100%, 565px);
  height: 610px;
  overflow: hidden;
  border: 1px solid rgba(238,207,143,.18);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 42%, rgba(223, 176, 83, .2), transparent 24%),
    radial-gradient(circle at 50% 45%, rgba(255,239,190,.07), transparent 42%),
    linear-gradient(145deg, #2a2823 0%, #22211e 45%, #2f2b23 100%);
  box-shadow: 0 38px 95px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.035);
  isolation: isolate;
}
[data-theme="light"] .hero-stage {
  background:
    radial-gradient(circle at 50% 42%, rgba(204, 149, 49, .13), transparent 27%),
    linear-gradient(145deg, #fffdf8, #f2ebdc);
  box-shadow: 0 30px 75px rgba(106,77,30,.11), inset 0 1px 0 #fff;
}
.hero-stage::before {
  position: absolute; inset: 0; content: ""; pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.035), transparent 27%, transparent 70%, rgba(235,190,97,.05));
}
.hero-stage-grid {
  position: absolute; inset: 0; opacity: .38;
  background-image:
    linear-gradient(rgba(231,198,129,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231,198,129,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle at center, #000 20%, transparent 73%);
  mask-image: radial-gradient(circle at center, #000 20%, transparent 73%);
}
.hero-ring { position: absolute; left: 50%; top: 45%; border: 1px solid rgba(235,198,119,.17); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 390px; height: 390px; }
.ring-two { width: 305px; height: 305px; border-color: rgba(239,201,122,.23); }
.ring-three { width: 220px; height: 220px; border-color: rgba(247,220,158,.13); box-shadow: 0 0 70px rgba(218,164,66,.08); }
.hero-logo-shell { position: absolute; z-index: 2; top: 47%; left: 50%; display: grid; width: 330px; place-items: center; text-align: center; transform: translate(-50%,-50%); }
.hero-logo-shell img { width: 305px; height: auto; filter: drop-shadow(0 18px 28px rgba(0,0,0,.23)); }
.hero-logo-kicker, .hero-logo-caption { color: #ad9d82; font-size: 8px; font-weight: 700; letter-spacing: 1.65px; }
.hero-logo-kicker { margin-bottom: 23px; }
.hero-logo-caption { margin-top: 19px; color: #c8b792; letter-spacing: .8px; }
[data-theme="light"] .hero-logo-kicker, [data-theme="light"] .hero-logo-caption { color: #796a54; }
.hero-tech-chip {
  position: absolute; z-index: 4; display: flex; min-width: 210px; align-items: center; gap: 11px;
  padding: 12px 14px; border: 1px solid rgba(235,199,124,.19); border-radius: 15px;
  background: rgba(40, 37, 31, .85); box-shadow: 0 16px 38px rgba(0,0,0,.17); backdrop-filter: blur(16px);
}
[data-theme="light"] .hero-tech-chip { background: rgba(255,252,245,.91); box-shadow: 0 16px 35px rgba(96,65,18,.08); }
.hero-tech-chip .chip-index { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border: 1px solid rgba(237,200,123,.26); border-radius: 10px; background: linear-gradient(145deg, rgba(239,202,128,.16), rgba(180,119,26,.08)); color: var(--gold-soft); font-size: 9px; font-weight: 700; }
.hero-tech-chip > div { display: grid; gap: 3px; }
.hero-tech-chip strong { font-size: 10px; font-weight: 700; }
.hero-tech-chip small { color: var(--muted); font-size: 8px; }
.chip-engineering { top: 84px; left: 24px; }
.chip-commerce { top: 255px; right: 21px; }
.chip-trade { bottom: 82px; left: 30px; }
.hero-stage-status { position: absolute; z-index: 3; right: 25px; bottom: 27px; display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 8px; letter-spacing: .3px; }
.hero-stage-status i { width: 6px; height: 6px; border-radius: 50%; background: #6cd69e; box-shadow: 0 0 0 4px rgba(108,214,158,.09); }
.scroll-indicator > span::after { background: var(--gold-soft); }

/* framed editorial sections: clearer grouping and less empty darkness */
.intro-section,
.brands-section,
.markets-section,
.company-section,
.location-section,
.contact-section,
.engineering-section > .wrapper,
.method-section > .wrapper {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.018), transparent 35%),
    rgba(31, 30, 27, .58);
  box-shadow: 0 30px 90px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.018);
}
[data-theme="light"] .intro-section,
[data-theme="light"] .brands-section,
[data-theme="light"] .markets-section,
[data-theme="light"] .company-section,
[data-theme="light"] .location-section,
[data-theme="light"] .contact-section,
[data-theme="light"] .engineering-section > .wrapper,
[data-theme="light"] .method-section > .wrapper {
  background: rgba(255,252,245,.68);
}
.intro-section, .brands-section, .markets-section, .company-section, .location-section, .contact-section { padding-inline: clamp(28px, 4.6vw, 62px); margin-block: 24px; }
.engineering-section, .method-section { padding-block: 24px; background: transparent; }
.engineering-section > .wrapper, .method-section > .wrapper { padding: clamp(72px, 8vw, 108px) clamp(28px, 4.6vw, 62px); }

.marquee-section { margin-block: 18px; border-color: var(--line); background: linear-gradient(90deg, transparent, rgba(217,169,77,.055), transparent); }
.marquee-group span { color: #bdb19d; font-weight: 600; letter-spacing: .18px; }
[data-theme="light"] .marquee-group span { color: var(--muted); }
.marquee-group i, .section-kicker > span { color: var(--gold-soft); }
.section-kicker { margin-bottom: 34px; color: #968a79; }
.section-kicker::after { height: 1px; flex: 1; margin-left: 10px; background: linear-gradient(90deg, var(--line), transparent 70%); content: ""; }
.statement, .section-heading h2, .markets-copy h2, .method-title, .brands-intro h2 { font-weight: 740; letter-spacing: -4px; }
.statement > span, .section-heading h2 > span, .markets-copy h2 > span, .method-title > span, .brands-intro h2 span { color: #a99f8f; }
[data-theme="light"] .statement > span, [data-theme="light"] .section-heading h2 > span, [data-theme="light"] .markets-copy h2 > span, [data-theme="light"] .method-title > span, [data-theme="light"] .brands-intro h2 span { color: var(--muted); }

/* premium surface cards */
.division-card, .engineering-feature, .owned-brand, .network-visual, .development-flow, .company-card, .location-card {
  border-color: rgba(236,204,137,.15);
  background:
    linear-gradient(145deg, rgba(255,255,255,.025), transparent 40%),
    var(--surface);
  box-shadow: var(--card-shadow);
}
.division-card:hover, .engineering-feature:hover, .owned-brand:hover { border-color: rgba(239,201,122,.38); }
.division-card::before, .engineering-feature::before, .owned-brand::before { background: radial-gradient(390px circle at var(--mouse-x,50%) var(--mouse-y,50%), rgba(225,177,82,.13), transparent 58%); }
.division-engineering { background: radial-gradient(circle at 84% 12%, rgba(231,188,105,.14), transparent 30%), var(--surface); }
.division-card:nth-child(2) { background: radial-gradient(circle at 84% 12%, rgba(196,139,39,.11), transparent 30%), var(--surface); }
.division-card:nth-child(3) { background: radial-gradient(circle at 84% 12%, rgba(250,222,157,.08), transparent 31%), var(--surface); }
.capability-icon { border-color: rgba(236,202,132,.18); background: linear-gradient(145deg, rgba(238,202,130,.13), rgba(183,121,26,.05)); color: var(--gold-soft) !important; }
.division-tags span, .trade-points span { border-color: rgba(235,201,132,.14); background: rgba(227,179,87,.05); color: #bfb4a2; }
[data-theme="light"] .division-tags span, [data-theme="light"] .trade-points span { color: var(--muted); }

.engineering-section { background: transparent; }
.engineering-feature { min-height: 315px; }
.engineering-feature::after { position: absolute; top: 0; right: 28px; left: 28px; height: 1px; background: linear-gradient(90deg, transparent, rgba(244,211,144,.55), transparent); content: ""; }
.feature-index, .division-number { color: #9d8e76; }
.development-flow { margin-top: 20px; background: linear-gradient(135deg, rgba(235,196,116,.08), rgba(158,101,17,.04)), var(--surface); }
.flow-copy > span, .flow-track i { color: var(--gold-soft); }
.flow-track::before { background: linear-gradient(90deg, rgba(167,107,18,.2), rgba(239,201,123,.62), rgba(255,239,189,.23)); }
.flow-track > div { border-color: var(--line); background: var(--bg-raised); box-shadow: inset 0 1px 0 rgba(255,255,255,.02); }

.liwiza-card { background: radial-gradient(circle at 70% 28%, rgba(244,214,151,.13), transparent 34%), var(--surface); }
.petwoow-card { background: radial-gradient(circle at 70% 28%, rgba(201,144,44,.12), transparent 34%), var(--surface); }
.liwiza-card .brand-wordmark, .petwoow-card .brand-wordmark { background: linear-gradient(100deg, #fff0bd, #e3b65e 55%, #c18528); -webkit-background-clip: text; background-clip: text; color: transparent; }

.network-visual { padding: 20px; background: radial-gradient(circle at 62% 38%, rgba(225,178,84,.07), transparent 34%), var(--surface); }
.map-grid path { stroke: rgba(228,198,139,.10); }
.secondary-node { fill: #d8a84a; }
.main-node { fill: #f1cf83; }
.us-dot, .ca-dot, .au-dot, .nz-dot { background: var(--gold-soft); }
.market-labels > span { color: #b5aa98; }

.method-step {
  min-height: 214px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
}
.method-step::before { top: 0; left: 22px; width: 48px; height: 2px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, #a56a13, #f0cb7b); }
.step-number { color: var(--gold-soft); }

.company-card { background: radial-gradient(circle at 90% 10%, rgba(235,196,116,.11), transparent 30%), var(--surface-strong); }
.company-top > img { width: 130px !important; height: auto !important; filter: drop-shadow(0 12px 18px rgba(0,0,0,.15)); }
.location-card { background: var(--surface-strong); }
.location-info h2 span { color: #aca190; }
.map-frame iframe { filter: saturate(.78) contrast(1.02) brightness(.96); }
[data-theme="dark"] .map-frame iframe, :root:not([data-theme="light"]) .map-frame iframe { filter: grayscale(.08) saturate(.78) brightness(.92) contrast(1.04); }

.contact-section { min-height: 590px; overflow: hidden; background: radial-gradient(circle at 50% 55%, rgba(223,176,82,.09), transparent 38%), rgba(31,30,27,.6); }
.contact-glow { width: 620px; height: 480px; background: radial-gradient(ellipse, rgba(220, 171, 73, .18), transparent 69%); filter: blur(28px); }
.contact-content h2 { font-size: clamp(64px, 9vw, 104px); }
.contact-email { color: #a99d8b; }

.site-footer { margin-top: 26px; border-color: var(--line); background: rgba(25,24,22,.7); }
[data-theme="light"] .site-footer { background: rgba(238,231,218,.65); }
.footer-brand .brand-mark { width: 48px !important; }
.legal-content a { color: var(--gold-deep); }

@media (max-width: 1100px) {
  :root { --wrapper: min(100% - 44px, 1120px); }
  .brand, .header-actions { min-width: 190px; }
  .brand-mark { width: 48px !important; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .hero h1 { font-size: 76px; letter-spacing: -5.7px; }
  .hero-stage { height: 560px; }
  .hero-logo-shell { width: 285px; }
  .hero-logo-shell img { width: 270px; }
  .hero-tech-chip { min-width: 190px; padding: 11px 12px; }
}

@media (max-width: 800px) {
  :root { --wrapper: min(100% - 28px, 700px); }
  .section-space { padding-block: 66px; }
  .header-inner { min-height: 76px; }
  .brand { min-width: auto; }
  .brand-mark { width: 46px !important; }
  .hero { display: grid; min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-top: 58px; padding-bottom: 86px; }
  .hero h1 { font-size: clamp(58px, 15vw, 76px); letter-spacing: -5px; }
  .hero-description { max-width: 600px; }
  .hero-visual { min-height: 540px; }
  .hero-stage { height: 520px; border-radius: 30px; }
  .hero-logo-shell { width: 300px; }
  .hero-logo-shell img { width: 276px; }
  .chip-engineering { top: 50px; left: 18px; }
  .chip-commerce { top: 225px; right: 16px; }
  .chip-trade { bottom: 58px; left: 19px; }
  .scroll-indicator { display: none; }
  .intro-section, .brands-section, .markets-section, .company-section, .location-section, .contact-section { padding-inline: 25px; border-radius: 30px; }
  .engineering-section > .wrapper, .method-section > .wrapper { padding: 66px 25px; border-radius: 30px; }
  .method-steps { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 50px; }
  .company-top > img { width: 92px !important; }
}

@media (max-width: 560px) {
  :root { --wrapper: min(100% - 20px, 520px); }
  .brand-name { font-size: 12px; }
  .brand-name > span { font-size: 8px; }
  .brand-mark { width: 42px !important; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: 56px; letter-spacing: -4.1px; }
  .hero-description { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-visual { min-height: 455px; }
  .hero-stage { height: 445px; border-radius: 25px; }
  .hero-ring.ring-one { width: 300px; height: 300px; }
  .hero-ring.ring-two { width: 235px; height: 235px; }
  .hero-ring.ring-three { width: 170px; height: 170px; }
  .hero-logo-shell { top: 46%; width: 225px; }
  .hero-logo-shell img { width: 210px; }
  .hero-logo-kicker { margin-bottom: 14px; font-size: 6px; }
  .hero-logo-caption { margin-top: 13px; font-size: 6px; }
  .hero-tech-chip { min-width: 165px; gap: 8px; padding: 9px 10px; border-radius: 12px; }
  .hero-tech-chip .chip-index { width: 27px; height: 27px; flex-basis: 27px; }
  .hero-tech-chip strong { font-size: 8px; }
  .hero-tech-chip small { font-size: 6.5px; }
  .chip-engineering { top: 27px; left: 11px; }
  .chip-commerce { top: 184px; right: 9px; }
  .chip-trade { bottom: 42px; left: 12px; }
  .hero-stage-status { right: 14px; bottom: 15px; font-size: 6.5px; }
  .intro-section, .brands-section, .markets-section, .company-section, .location-section, .contact-section { padding-inline: 20px; border-radius: 26px; }
  .engineering-section > .wrapper, .method-section > .wrapper { padding: 60px 20px; border-radius: 26px; }
  .statement, .section-heading h2, .markets-copy h2, .method-title, .brands-intro h2 { font-size: 41px; letter-spacing: -2.5px; }
  .method-steps { grid-template-columns: 1fr; }
  .method-step { min-height: 185px; }
  .company-top > img { width: 70px !important; }
}
