:root {
  --teal-50: #daeeed; --teal-100: #9ed4cf; --teal: #0d9488; --teal-700: #096f66; --teal-900: #07514a;
  --cyan: #14b8a6; --emerald-50: #dbf4ec; --emerald: #10b981; --mint: #34d399;
  --amber-50: #fdf0da; --amber: #f59e0b; --amber-700: #b77608;
  --paper: #f3f4f6; --paper-2: #e9eeed; --ink: #374151; --muted: #6b7280; --cold: #9ca3af;
  --line: rgba(55, 65, 81, .14); --surface: #f8faf9; --shadow: 0 18px 50px rgba(7, 81, 74, .10);
  --radius: 6px; --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, [tabindex]:focus-visible { outline: 3px solid rgba(20, 184, 166, .35); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-160%); background: var(--teal-900); color: var(--paper); padding: 8px 14px; border-radius: var(--radius); }
.skip-link:focus { transform: none; }
.site-header { width: min(calc(100% - 40px), var(--max)); height: 72px; margin: 14px auto 0; padding: 0 16px 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: sticky; top: 12px; z-index: 50; border: 1px solid rgba(55,65,81,.10); background: rgba(243,244,246,.92); backdrop-filter: blur(18px); box-shadow: 0 8px 26px rgba(7,81,74,.07); border-radius: 8px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--teal-900); white-space: nowrap; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 6px; }
.brand b { font-size: 20px; letter-spacing: -.5px; }
.brand small { color: var(--teal); font-size: 12px; font-weight: 700; }
.brand-mark { width: 30px; height: 30px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 2px; padding: 5px; background: var(--teal); border-radius: 5px; transform: skew(-8deg); }
.brand-mark i { display: block; background: var(--paper); border-radius: 1px; }
.brand-mark i:nth-child(1) { height: 45%; }.brand-mark i:nth-child(2) { height: 75%; }.brand-mark i:nth-child(3) { height: 100%; }
.desktop-nav { display: flex; height: 100%; align-items: center; gap: 4px; }
.nav-link { height: 40px; border: 0; background: transparent; padding: 0 15px; cursor: pointer; color: var(--muted); font-size: 13px; position: relative; }
.nav-link::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 3px; height: 2px; background: var(--teal); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--teal-900); }.nav-link.is-active::after { transform: scaleX(1); }
.contact-button, .closing-cta { border: 0; background: var(--amber); color: #fff; font-weight: 700; border-radius: 5px; cursor: pointer; box-shadow: 0 8px 20px rgba(245,158,11,.22); transition: background .2s, transform .2s; }
.contact-button { min-height: 40px; padding: 0 18px; font-size: 13px; }.contact-button:hover, .closing-cta:hover { background: var(--amber-700); transform: translateY(-1px); }
main { overflow: hidden; }
.hero { width: min(calc(100% - 40px), var(--max)); min-height: 660px; margin: 28px auto 0; padding: 74px 56px 0; position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.08fr .92fr; align-items: start; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -280px; top: -270px; border: 1px solid var(--teal-100); border-radius: 50%; box-shadow: 0 0 0 75px rgba(218,238,237,.48), 0 0 0 150px rgba(218,238,237,.22); }
.hero-copy { position: relative; z-index: 2; padding-top: 24px; }
.eyebrow, .stage-kicker, .drawer-eyebrow { margin: 0 0 18px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: 2.2px; }
.eyebrow { display: flex; align-items: center; gap: 10px; }.eyebrow span { width: 32px; height: 1px; background: var(--teal); }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(40px, 4.4vw, 64px); line-height: 1.14; letter-spacing: -2.5px; font-weight: 800; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.value-line { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 0; font-size: 13px; font-weight: 700; color: var(--teal-900); }
.value-line span { display: inline-flex; align-items: center; }.value-line span:not(:last-child)::after { content: ""; width: 3px; height: 3px; margin: 0 12px; background: var(--mint); border-radius: 50%; }
.hero-visual { width: 390px; height: 350px; justify-self: end; position: relative; z-index: 1; }
.visual-core { position: absolute; left: 50%; top: 50%; width: 142px; height: 142px; transform: translate(-50%,-48%); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--teal); color: var(--paper); box-shadow: 0 22px 45px rgba(13,148,136,.25), inset 0 0 0 10px rgba(255,255,255,.08); }
.visual-core span { font-family: Georgia, serif; font-size: 38px; line-height: .95; }.visual-core b { font-size: 14px; }.visual-core small { opacity: .75; font-size: 10px; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed var(--teal-100); border-radius: 50%; transform: translate(-50%,-50%); }.orbit-one { width: 260px; height: 260px; }.orbit-two { width: 340px; height: 340px; opacity: .65; }
.visual-node { position: absolute; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: var(--teal-900); }
.visual-node i { width: 44px; height: 44px; display: grid; place-items: center; color: var(--teal); background: var(--paper); border: 1px solid var(--teal-100); border-radius: 50%; font-style: normal; box-shadow: 0 8px 18px rgba(7,81,74,.09); }
.node-a { left: 4px; top: 64px; }.node-b { right: 4px; top: 65px; flex-direction: row-reverse; }.node-c { left: 0; bottom: 46px; }.node-d { right: 0; bottom: 46px; flex-direction: row-reverse; }
.business-switcher { grid-column: 1 / -1; align-self: end; margin: 48px -56px 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--teal-900); }
.business-card { min-height: 132px; padding: 22px 26px; position: relative; text-align: left; display: flex; flex-direction: column; border: 0; border-right: 1px solid rgba(243,244,246,.15); background: transparent; color: var(--paper); cursor: pointer; transition: background .22s ease; }
.business-card:hover, .business-card.is-active { background: var(--teal); }.business-card > span { color: var(--mint); font-size: 10px; letter-spacing: 1.6px; }.business-card b { margin-top: 8px; font-size: 16px; }.business-card small { margin-top: 3px; opacity: .65; font-size: 11px; }.business-card i { position: absolute; right: 24px; top: 26px; font-style: normal; font-size: 19px; }
.stage-shell { width: min(calc(100% - 40px), var(--max)); min-height: 690px; scroll-margin-top: 105px; margin: 70px auto; }
.stage-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; padding: 0 2px 22px; border-bottom: 1px solid var(--line); }
.stage-heading h2 { margin: 0; color: var(--teal-900); font-size: clamp(30px,4vw,48px); letter-spacing: -1.5px; }.stage-heading .stage-kicker { margin-bottom: 8px; }.stage-heading > p { max-width: 500px; justify-self: end; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.stage-content { padding-top: 24px; }.stage-content.is-entering { animation: stageIn .24s ease both; }
@keyframes stageIn { from { opacity: 0; transform: translateY(8px); } }
.resource-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.resource-tabs button { min-height: 76px; padding: 13px 16px; text-align: left; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(248,250,249,.66); cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.resource-tabs button b { display: block; font-size: 14px; }.resource-tabs button small { display: block; margin-top: 4px; color: var(--cold); font-size: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.resource-tabs button:hover { transform: translateY(-2px); }.resource-tabs button.is-active { color: var(--paper); background: var(--teal); border-color: var(--teal); box-shadow: 0 10px 22px rgba(13,148,136,.16); }.resource-tabs button.is-active small { color: rgba(243,244,246,.75); }
.resource-panel { margin-top: 18px; }
.resource-grid { display: grid; gap: 14px; }.physical-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.resource-card { min-width: 0; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 25px rgba(7,81,74,.04); }
.card-top { display: flex; justify-content: space-between; align-items: center; }.resource-tag { padding: 4px 8px; color: var(--teal-700); background: var(--teal-50); font-size: 10px; font-weight: 800; border-radius: 3px; }.card-index { color: var(--teal-100); font-family: Georgia, serif; font-size: 28px; }
.resource-card h3 { margin: 12px 0 2px; color: var(--teal-900); font-size: 20px; }.card-headline { margin: 0 0 11px !important; color: var(--teal) !important; font-size: 12px !important; font-weight: 800; }.resource-card > p { min-height: 64px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.card-meta { margin-top: 14px; }.card-meta > b { display: block; margin-bottom: 7px; font-size: 11px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 6px; }.chip-list span { padding: 4px 8px; color: var(--teal-700); background: var(--teal-50); border-radius: 3px; font-size: 10px; }
.text-action { margin-top: 16px; padding: 0; border: 0; background: none; color: var(--teal); font-size: 11px; font-weight: 800; cursor: pointer; }.text-action span { margin-left: 4px; }
.product-section { margin: 20px -22px -22px; padding: 16px 22px 20px; border-top: 1px solid var(--line); background: rgba(218,238,237,.18); }
.product-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 10px; }.product-heading > span:first-child { display: flex; flex-direction: column; }.product-heading b { font-size: 11px; }.product-heading small, .swipe-hint { color: var(--cold); font-size: 9px; }.swipe-hint { white-space: nowrap; }
.product-rail { display: flex; gap: 8px; overflow-x: auto; padding: 1px 1px 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--teal-100) transparent; }
.product-slot { flex: 0 0 116px; height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: var(--muted); background: var(--paper); border: 1px dashed var(--teal-100); border-radius: 5px; scroll-snap-align: start; overflow: hidden; }
.product-slot span { color: var(--teal-100); font-size: 22px; line-height: 1; }.product-slot b { margin-top: 8px; font-size: 10px; }.product-slot small { margin-top: 2px; color: var(--cold); font-size: 8px; }.product-slot.has-product img { width: 100%; height: 72px; object-fit: cover; }.product-slot.has-product b { padding: 4px 7px; margin: 0; }
.compact-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.compact-card { min-height: 180px; padding: 22px; display: flex; align-items: flex-start; gap: 15px; text-align: left; position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); cursor: pointer; transition: transform .2s, box-shadow .2s, border .2s; }.compact-card:hover { transform: translateY(-3px); border-color: var(--teal-100); box-shadow: var(--shadow); }.compact-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; color: var(--paper); background: var(--teal); border-radius: 5px; font-size: 14px; font-weight: 800; }.compact-copy { display: flex; flex-direction: column; }.compact-copy small { color: var(--teal); font-size: 9px; font-weight: 800; }.compact-copy b { margin-top: 4px; color: var(--teal-900); font-size: 17px; }.compact-copy em { margin-top: 10px; color: var(--muted); font-style: normal; font-size: 11px; line-height: 1.65; }.compact-card > i { position: absolute; right: 16px; top: 15px; color: var(--teal); font-style: normal; }
.why-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }.why-card { min-height: 150px; padding: 20px; display: flex; gap: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }.why-card:nth-child(1), .why-card:nth-child(2) { grid-column: span 3; }.why-card:nth-child(n+3) { grid-column: span 2; }.why-card > span { color: var(--teal-100); font: 28px Georgia,serif; }.why-card h3 { margin: 3px 0 8px; color: var(--teal-900); font-size: 16px; }.why-card p { margin: 0; color: var(--muted); font-size: 11px; }
.service-layout { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; }.service-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; position: relative; text-align: left; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); cursor: pointer; transition: transform .2s, box-shadow .2s; }.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }.service-card.is-featured { color: var(--paper); background: var(--teal-900); }.service-no { font: 44px Georgia, serif; color: var(--teal-100); }.service-card small { color: var(--teal); font-size: 10px; font-weight: 800; }.service-card h3 { margin: 8px 0 12px; font-size: 24px; }.service-card p { margin: 0; color: var(--muted); font-size: 12px; }.service-card.is-featured p { color: rgba(243,244,246,.68); }.service-card > i { position: absolute; top: 28px; right: 28px; font-style: normal; }.stage-note { margin: 14px 0 0; color: var(--cold); font-size: 10px; text-align: right; }
.case-layout { display: grid; grid-template-columns: 210px 1fr; gap: 18px; }.case-tabs { display: flex; flex-direction: column; gap: 8px; }.case-tabs button { min-height: 68px; padding: 12px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: transparent; text-align: left; cursor: pointer; font-size: 12px; }.case-tabs button span { color: var(--teal-100); font-family: Georgia,serif; }.case-tabs button.is-active { color: var(--paper); background: var(--teal); border-color: var(--teal); }.case-card { min-height: 410px; padding: 34px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }.case-label { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: 1px; }.case-label span { margin-left: 6px; padding: 3px 6px; background: var(--teal-50); border-radius: 3px; }.case-card > h3 { margin: 12px 0 26px; color: var(--teal-900); font-size: 26px; }.case-flow { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 16px; }.case-flow > div { padding: 16px; border-left: 2px solid var(--teal-100); }.case-flow small { color: var(--teal); font-size: 10px; font-weight: 800; }.case-flow p, .case-flow li { color: var(--muted); font-size: 11px; line-height: 1.7; }.case-flow ul { padding-left: 16px; }.case-result { background: var(--emerald-50); border-color: var(--emerald) !important; }.case-controls { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; color: var(--cold); font-size: 11px; }.case-controls button { width: 38px; height: 38px; margin-left: 5px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; }.case-controls button:hover { color: var(--paper); background: var(--teal); }
.policy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.policy-card { min-height: 220px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }.policy-card > span { color: var(--teal-100); font: 38px Georgia,serif; }.policy-card h3 { margin: 0 0 10px; color: var(--teal-900); font-size: 18px; }.policy-card p { margin: 0; color: var(--muted); font-size: 12px; }.policy-callout { margin-top: 12px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--paper); background: var(--teal-900); border-radius: var(--radius); }.policy-callout small { color: var(--mint); letter-spacing: 1.5px; }.policy-callout h3 { margin: 6px 0 2px; font-size: 20px; }.policy-callout p { margin: 0; opacity: .7; font-size: 11px; }.policy-callout button { min-height: 44px; padding: 0 18px; border: 1px solid rgba(243,244,246,.35); border-radius: 5px; background: transparent; color: var(--paper); cursor: pointer; }
.closing-panel { width: min(calc(100% - 40px), var(--max)); margin: 0 auto 70px; padding: 42px 50px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(110deg, var(--surface) 0 67%, var(--teal-50) 67%); }.closing-panel p { margin: 0; color: var(--teal); font-size: 11px; font-weight: 800; }.closing-panel h2 { margin: 6px 0 0; color: var(--teal-900); font-size: 25px; }.closing-cta { min-width: 170px; min-height: 50px; }.closing-cta span { margin-left: 10px; }
footer { width: min(calc(100% - 40px), var(--max)); min-height: 100px; margin: 0 auto; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }.brand-footer .brand-mark { width: 24px; height: 24px; }.brand-footer b { font-size: 16px; }footer p { color: var(--cold); font-size: 10px; }
.mobile-nav { display: none; }
.drawer-root { position: fixed; inset: 0; z-index: 100; pointer-events: none; visibility: hidden; }.drawer-root.is-open { pointer-events: auto; visibility: visible; }.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(55,65,81,.42); opacity: 0; transition: opacity .24s ease; }.drawer-root.is-open .drawer-backdrop { opacity: 1; }.drawer { position: absolute; top: 0; right: 0; width: min(470px, 92vw); height: 100%; padding: 64px 42px 40px; overflow-y: auto; background: var(--paper); box-shadow: -20px 0 60px rgba(7,81,74,.16); transform: translateX(100%); transition: transform .26s ease; }.drawer-root.is-open .drawer { transform: translateX(0); }.drawer-close { position: absolute; right: 24px; top: 20px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; }.drawer-handle { display: none; }.drawer h2 { margin: 0; color: var(--teal-900); font-size: 32px; }.drawer-lead { margin: 8px 0 24px; color: var(--teal); font-weight: 800; }.drawer p { color: var(--muted); font-size: 13px; line-height: 1.75; }.drawer-section { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }.drawer-section h3 { font-size: 13px; }.drawer-list { margin: 12px 0 0; padding: 0; list-style: none; }.drawer-list li { padding: 12px 0 12px 20px; position: relative; border-bottom: 1px solid var(--line); font-size: 12px; }.drawer-list li::before { content: "✓"; position: absolute; left: 0; color: var(--emerald); font-weight: 800; }.contact-placeholder { margin-top: 30px; padding: 20px; display: flex; align-items: center; gap: 15px; background: var(--teal-50); border: 1px dashed var(--teal-100); border-radius: var(--radius); }.contact-placeholder > span { width: 50px; height: 50px; display: grid; place-items: center; background: var(--teal); color: var(--paper); border-radius: 5px; font-weight: 800; }.contact-placeholder div { display: flex; flex-direction: column; }.contact-placeholder b { color: var(--teal-900); font-size: 13px; }.contact-placeholder small, .drawer-footnote { color: var(--muted); font-size: 10px; }
body.drawer-open { overflow: hidden; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }.hero { padding: 54px 34px 0; grid-template-columns: 1fr; }.hero-copy { padding-top: 0; max-width: 720px; }.hero-visual { position: absolute; right: -50px; top: 80px; opacity: .28; }.business-switcher { margin: 48px -34px 0; }.stage-heading { grid-template-columns: 1fr; gap: 10px; }.stage-heading > p { justify-self: start; }.compact-resource-grid { grid-template-columns: repeat(2,1fr); }.service-layout { grid-template-columns: 1fr 1fr; }.service-card:first-child { grid-column: 1 / -1; min-height: 240px; }.case-flow { grid-template-columns: 1fr; }.case-card { min-height: 0; }
}
@media (max-width: 700px) {
  body { padding-bottom: 78px; }.site-header { width: calc(100% - 24px); height: 60px; top: 8px; margin-top: 8px; padding: 0 12px; }.brand b { font-size: 17px; }.brand-mark { width: 26px; height: 26px; }.contact-button { padding: 0 12px; min-height: 38px; }
  .hero { width: calc(100% - 24px); min-height: auto; margin-top: 16px; padding: 42px 20px 0; display: block; }.hero::before { width: 380px; height: 380px; }.hero h1 { font-size: 38px; letter-spacing: -1.5px; }.hero-lead { font-size: 13px; }.value-line { font-size: 11px; gap: 6px 0; }.value-line span:not(:last-child)::after { margin: 0 8px; }.hero-visual { width: 260px; height: 235px; position: relative; right: auto; top: auto; margin: 22px auto -8px; opacity: 1; transform: scale(.82); transform-origin: center; }.orbit-two { width: 280px; height: 280px; }.orbit-one { width: 220px; height: 220px; }.visual-core { width: 112px; height: 112px; }.node-a { left: -18px; }.node-b { right: -18px; }.node-c { left: -18px; bottom: 26px; }.node-d { right: -18px; bottom: 26px; }
  .business-switcher { margin: 18px -20px 0; grid-template-columns: repeat(2,1fr); }.business-card { min-height: 105px; padding: 16px 18px; }.business-card small { display: none; }.business-card i { right: 16px; top: 16px; }
  .stage-shell { width: calc(100% - 24px); min-height: 640px; margin: 48px auto; scroll-margin-top: 82px; }.stage-heading { padding-bottom: 16px; }.stage-heading h2 { font-size: 34px; }.stage-heading > p { font-size: 12px; }.resource-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }.resource-tabs button { flex: 0 0 158px; min-height: 66px; scroll-snap-align: start; }.physical-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 1px 10px; scrollbar-width: thin; scrollbar-color: var(--teal-100) transparent; }.physical-card { flex: 0 0 91%; scroll-snap-align: start; }.compact-resource-grid, .policy-grid { grid-template-columns: 1fr; }.resource-card { padding: 18px; }.product-section { margin: 18px -18px -18px; padding: 14px 18px 18px; }.resource-card > p { min-height: 0; }.compact-card { min-height: 142px; }.why-grid { grid-template-columns: 1fr; }.why-card:nth-child(n) { grid-column: auto; min-height: 130px; }
  .service-layout { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }.service-card, .service-card:first-child { flex: 0 0 82%; min-height: 290px; grid-column: auto; scroll-snap-align: start; }.case-layout { grid-template-columns: 1fr; }.case-tabs { flex-direction: row; overflow-x: auto; }.case-tabs button { flex: 0 0 auto; min-height: 46px; }.case-card { padding: 22px 18px; }.case-card > h3 { font-size: 21px; }.case-flow > div { padding: 12px; }.policy-card { min-height: 160px; }.policy-callout { padding: 22px; flex-direction: column; align-items: stretch; }.policy-callout button { width: 100%; }
  .closing-panel { width: calc(100% - 24px); margin-bottom: 44px; padding: 28px 22px; flex-direction: column; align-items: stretch; background: var(--surface); }.closing-panel h2 { font-size: 20px; }.closing-cta { width: 100%; }footer { width: calc(100% - 24px); flex-direction: column; align-items: flex-start; gap: 14px; }
  .mobile-nav { position: fixed; left: 10px; right: 10px; bottom: max(8px, env(safe-area-inset-bottom)); z-index: 70; height: 64px; padding: 5px; display: grid; grid-template-columns: repeat(4,1fr); background: rgba(7,81,74,.96); backdrop-filter: blur(16px); border-radius: 8px; box-shadow: 0 12px 35px rgba(7,81,74,.28); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 18px)); transition: opacity .22s ease, transform .22s ease; }.mobile-nav.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }.mobile-nav button { border: 0; border-radius: 5px; background: transparent; color: rgba(243,244,246,.65); display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; }.mobile-nav button i { font-style: normal; font-size: 13px; font-weight: 800; }.mobile-nav button span { font-size: 9px; }.mobile-nav button.is-active { background: var(--teal); color: var(--paper); }
  .drawer { top: auto; bottom: 0; width: 100%; height: min(78vh, 680px); padding: 46px 22px 28px; border-radius: 14px 14px 0 0; transform: translateY(100%); }.drawer-root.is-open .drawer { transform: translateY(0); }.drawer-handle { display: block; position: absolute; left: 50%; top: 10px; width: 42px; height: 4px; transform: translateX(-50%); background: var(--teal-100); border-radius: 2px; }.drawer-close { top: 16px; right: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* ===== V2: 1920 desktop + iPhone 17 Pro Max reading scale ===== */
:root { --max: 1600px; }
body { font-size: 16px; }
.site-header { height: 82px; padding: 0 22px 0 28px; }
.brand img { display: block; width: 188px; height: 58px; object-fit: contain; object-position: left center; }
.desktop-nav { gap: 10px; }
.nav-link { height: 48px; padding: 0 20px; font-size: 16px; }
.contact-button { min-height: 48px; padding: 0 24px; font-size: 16px; }
.hero { min-height: 730px; padding: 80px 76px 0; grid-template-columns: 1.06fr .94fr; }
.hero-copy { padding-top: 12px; }
.eyebrow { margin-bottom: 22px; font-size: 14px; }
.hero h1 { font-size: clamp(58px, 4.5vw, 82px); line-height: 1.1; }
.hero-lead { max-width: 760px; font-size: 18px; line-height: 1.85; }
.value-line { margin-top: 30px; font-size: 16px; }
.hero-visual { width: 510px; height: 420px; }
.visual-core { width: 172px; height: 172px; }
.visual-core span { font-size: 48px; }.visual-core b { font-size: 17px; }.visual-core small { font-size: 13px; }
.orbit-one { width: 320px; height: 320px; }.orbit-two { width: 410px; height: 410px; }
.visual-node { font-size: 14px; }.visual-node i { width: 54px; height: 54px; font-size: 15px; }
.business-switcher { margin: 54px -76px 0; }
.business-card { min-height: 142px; padding: 24px 32px; }.business-card > span { font-size: 13px; }.business-card b { font-size: 20px; }.business-card small { font-size: 14px; }.business-card i { font-size: 24px; }
.stage-shell { min-height: 730px; margin: 82px auto; }
.stage-heading { padding-bottom: 28px; }.stage-heading h2 { font-size: 54px; }.stage-heading .stage-kicker { font-size: 13px; }.stage-heading > p { max-width: 640px; font-size: 17px; line-height: 1.75; }
.stage-content { padding-top: 30px; }
.resource-tabs { gap: 12px; }
.resource-tabs button { min-height: 92px; padding: 18px 22px; }.resource-tabs button b { font-size: 18px; }.resource-tabs button small { margin-top: 5px; font-size: 13px; }
.resource-panel { margin-top: 24px; }
.resource-benefits { margin-top: 14px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.resource-benefits article { min-height: 90px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 14px; background: rgba(218,238,237,.25); border: 1px solid rgba(13,148,136,.12); border-radius: var(--radius); }
.resource-benefits article > span { color: var(--teal-100); font: 24px Georgia,serif; }
.resource-benefits b { color: var(--teal-900); font-size: 16px; }.resource-benefits p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.resource-workbench { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 18px; align-items: stretch; }
.resource-master { display: flex; flex-direction: column; gap: 10px; }
.resource-master button { min-height: 112px; padding: 18px 20px; display: grid; grid-template-columns: 38px minmax(0,1fr) 24px; align-items: center; gap: 12px; text-align: left; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.resource-master button:hover { transform: translateX(4px); border-color: var(--teal-100); }
.resource-master button > span { color: var(--teal-100); font: 22px Georgia,serif; }
.resource-master button small { display: block; color: var(--teal); font-size: 12px; font-weight: 800; }
.resource-master button b { display: block; margin-top: 5px; color: var(--teal-900); font-size: 17px; }
.resource-master button i { color: var(--teal); font-style: normal; font-size: 20px; }
.resource-master button.is-active { color: var(--paper); border-color: var(--teal); background: var(--teal); box-shadow: 0 14px 30px rgba(13,148,136,.16); }
.resource-master button.is-active > span, .resource-master button.is-active small, .resource-master button.is-active b, .resource-master button.is-active i { color: var(--paper); }
.resource-master button.is-active small { opacity: .75; }
.resource-detail { min-width: 0; padding: 32px 36px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(7,81,74,.05); }
.detail-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.detail-header h3 { margin: 14px 0 2px; color: var(--teal-900); font-size: 32px; line-height: 1.25; }
.detail-index { color: var(--teal-100); font: 54px Georgia,serif; }
.resource-tag { padding: 6px 10px; font-size: 13px; }
.card-headline { color: var(--teal); font-size: 16px; font-weight: 800; }
.detail-description { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.detail-columns { margin-top: 26px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.detail-columns > div { padding: 20px; background: rgba(218,238,237,.28); border-radius: var(--radius); }
.detail-columns > div > b, .entitlement-meta > b { display: block; margin-bottom: 12px; color: var(--teal-900); font-size: 15px; }
.chip-list { gap: 8px; }.chip-list span { padding: 7px 11px; font-size: 14px; }
.advantage-list { margin: 0; padding: 0; list-style: none; }
.advantage-list li { position: relative; padding: 0 0 9px 22px; color: var(--ink); font-size: 15px; line-height: 1.65; }
.advantage-list li::before { content: "✓"; position: absolute; left: 0; color: var(--emerald); font-weight: 800; }
.product-section { margin: 30px -36px -32px; padding: 24px 36px 28px; }
.product-heading { margin-bottom: 16px; }.product-heading b { font-size: 16px; }.product-heading small, .swipe-hint { font-size: 13px; }
.product-rail { gap: 12px; }
.product-slot { flex-basis: 158px; height: 144px; }.product-slot span { font-size: 30px; }.product-slot b { font-size: 14px; }.product-slot small { font-size: 11px; }.product-slot.has-product img { height: 98px; }.product-slot.has-product b { font-size: 13px; }

.entitlement-layout { display: grid; gap: 22px; }
.entitlement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.entitlement-card { min-height: 360px; padding: 26px; display: grid; grid-template-columns: 72px 1fr; grid-template-rows: auto 1fr; gap: 16px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(7,81,74,.04); }
.entitlement-card > img { width: 72px; height: 72px; object-fit: contain; }
.entitlement-card small { color: var(--teal); font-size: 13px; font-weight: 800; }.entitlement-card h3 { margin: 5px 0 8px; color: var(--teal-900); font-size: 24px; }.entitlement-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.entitlement-meta { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); }.entitlement-meta > b:not(:first-child) { margin-top: 20px; }
.brand-wall-section { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.section-minihead { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }.section-minihead small { color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; }.section-minihead h3 { margin: 4px 0 0; color: var(--teal-900); font-size: 24px; }.section-minihead > span { color: var(--cold); font-size: 13px; }
.brand-wall { display: grid; grid-template-columns: repeat(7,1fr); gap: 12px; }
.brand-wall figure { min-width: 0; margin: 0; padding: 12px 10px 10px; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 5px; }
.brand-wall img { width: 100%; height: 74px; object-fit: contain; mix-blend-mode: multiply; }.brand-wall figcaption { margin-top: 7px; color: var(--ink); font-size: 13px; }

.local-workbench { grid-template-columns: 1fr; }
.local-master { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.local-master button { min-height: 110px; padding: 15px; display: flex; align-items: center; gap: 14px; text-align: left; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); cursor: pointer; }
.local-master img { width: 56px; height: 56px; }.local-master span { color: var(--teal-900); font-size: 17px; font-weight: 800; }
.local-master button.is-active { border-color: var(--teal); background: var(--teal-50); box-shadow: inset 0 -3px var(--teal); }
.local-detail { min-height: 420px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; }
.local-detail-copy { min-width: 0; }.detail-icon { width: 96px; height: 96px; }.catering-brand { width: 460px; margin: 0; padding: 16px; align-self: center; background: var(--amber-50); border-radius: var(--radius); }.catering-brand figcaption { margin-bottom: 10px; color: var(--teal-900); font-size: 14px; font-weight: 800; }.catering-brand img { display: block; width: 100%; height: auto; border-radius: 5px; }

.why-card h3 { font-size: 20px; }.why-card p { font-size: 15px; line-height: 1.7; }
.service-layout { gap: 16px; }.service-card { min-height: 360px; padding: 34px; }.service-icon { width: 76px; height: 76px; margin: 8px 0 18px; }.service-card small { font-size: 14px; }.service-card h3 { font-size: 28px; }.service-card p { font-size: 16px; line-height: 1.7; }
.case-tabs button { min-height: 78px; font-size: 16px; }.case-card { padding: 42px; }.case-card > h3 { font-size: 34px; }.case-label { font-size: 13px; }.case-flow small { font-size: 13px; }.case-flow p, .case-flow li { font-size: 16px; }.case-controls { font-size: 14px; }
.policy-card h3 { font-size: 23px; }.policy-card p { font-size: 16px; line-height: 1.7; }.policy-callout h3 { font-size: 26px; }.policy-callout p { font-size: 15px; }.policy-callout button { min-height: 50px; font-size: 16px; }
.closing-panel p { font-size: 14px; }.closing-panel h2 { font-size: 31px; }.closing-cta { min-width: 210px; min-height: 58px; font-size: 17px; }
footer { min-height: 150px; padding: 34px; color: var(--paper); background: var(--teal-900); border: 0; border-radius: 8px 8px 0 0; }
.brand-footer img { width: 210px; height: 66px; }.brand-footer { filter: none; } footer p { color: rgba(243,244,246,.72); font-size: 14px; }
.drawer { width: min(560px,92vw); padding: 76px 50px 46px; }.drawer h2 { font-size: 40px; }.drawer-lead { font-size: 17px; }.drawer p { font-size: 16px; }.drawer-section h3 { font-size: 16px; }.drawer-list li { font-size: 15px; }

@media (max-width: 1180px) {
  :root { --max: 1080px; }
  .hero { padding-left: 46px; padding-right: 46px; }.business-switcher { margin-left: -46px; margin-right: -46px; }
  .resource-workbench { grid-template-columns: 270px minmax(0,1fr); }.brand-wall { grid-template-columns: repeat(5,1fr); }.catering-brand { width: 360px; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .site-header { height: 72px; padding: 0 12px 0 16px; }.brand img { width: 150px; height: 48px; }.contact-button { min-height: 46px; padding: 0 16px; font-size: 15px; }
  .hero { padding: 44px 22px 0; }.eyebrow { font-size: 13px; letter-spacing: 1.4px; }.hero h1 { font-size: 44px; line-height: 1.12; }.hero-lead { font-size: 16px; line-height: 1.8; }.value-line { font-size: 14px; line-height: 1.7; }
  .business-switcher { margin-left: -22px; margin-right: -22px; }.business-card { min-height: 116px; padding: 18px; }.business-card b { font-size: 18px; }.business-card > span { font-size: 12px; }
  .stage-shell { width: calc(100% - 24px); margin-top: 56px; }.stage-heading h2 { font-size: 38px; }.stage-heading > p { font-size: 16px; }.stage-heading .stage-kicker { font-size: 12px; }
  .resource-tabs button { flex-basis: 190px; min-height: 78px; padding: 14px 16px; }.resource-tabs button b { font-size: 17px; }.resource-tabs button small { font-size: 12px; }
  .resource-benefits { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }.resource-benefits article { flex: 0 0 84%; min-height: 102px; scroll-snap-align: start; }.resource-benefits b { font-size: 16px; }.resource-benefits p { font-size: 14px; }
  .resource-workbench { grid-template-columns: 1fr; gap: 12px; }.resource-master { flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }.resource-master button { flex: 0 0 230px; min-height: 86px; scroll-snap-align: start; grid-template-columns: 28px 1fr 20px; padding: 13px 15px; }.resource-master button b { font-size: 16px; }
  .resource-detail { padding: 24px 20px; }.detail-header h3 { font-size: 28px; }.detail-index { font-size: 42px; }.resource-tag { font-size: 12px; }.card-headline { font-size: 15px; }.detail-description { font-size: 16px; }.detail-columns { grid-template-columns: 1fr; gap: 12px; }.detail-columns > div { padding: 16px; }.detail-columns > div > b, .entitlement-meta > b { font-size: 15px; }.chip-list span { font-size: 13px; }.advantage-list li { font-size: 15px; }
  .product-section { margin: 24px -20px -24px; padding: 20px; }.product-heading b { font-size: 15px; }.product-heading small, .swipe-hint { font-size: 12px; }.product-slot { flex-basis: 148px; height: 138px; }
  .entitlement-grid { grid-template-columns: 1fr; }.entitlement-card { min-height: 0; padding: 22px; grid-template-columns: 64px 1fr; }.entitlement-card > img { width: 64px; height: 64px; }.entitlement-card h3 { font-size: 23px; }.entitlement-card p { font-size: 16px; }.brand-wall-section { padding: 20px; }.brand-wall { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }.brand-wall figure { flex: 0 0 130px; scroll-snap-align: start; }.brand-wall img { height: 80px; }.brand-wall figcaption { font-size: 13px; }
  .local-master { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }.local-master button { flex: 0 0 160px; min-height: 88px; scroll-snap-align: start; }.local-master img { width: 50px; height: 50px; }.local-master span { font-size: 16px; }.local-detail { min-height: 0; grid-template-columns: 1fr; }.detail-icon { width: 76px; height: 76px; }.catering-brand { width: 100%; }
  .why-card h3 { font-size: 19px; }.why-card p { font-size: 15px; }
  .service-card, .service-card:first-child { flex-basis: 88%; min-height: 330px; }.service-card h3 { font-size: 25px; }.service-card p { font-size: 16px; }.service-icon { width: 68px; height: 68px; }
  .case-tabs button { font-size: 15px; }.case-card { padding: 26px 20px; }.case-card > h3 { font-size: 26px; }.case-flow p, .case-flow li { font-size: 16px; }.policy-card p { font-size: 16px; }.policy-callout h3 { font-size: 22px; }.policy-callout p { font-size: 15px; }
  .closing-panel h2 { font-size: 24px; }.closing-cta { min-height: 54px; font-size: 16px; }
  footer { width: calc(100% - 24px); padding: 28px 22px; }.brand-footer img { width: 190px; height: 58px; } footer p { font-size: 13px; }
  .drawer { height: min(82vh,780px); padding: 54px 24px 34px; }.drawer h2 { font-size: 32px; }.drawer p { font-size: 16px; }.drawer-list li { font-size: 15px; }
}
