:root {
  --orange: #ff751f;
  --orange-dark: #dc5708;
  --orange-soft: #fff0e7;
  --orange-pale: #fff8f3;
  --ink: #151515;
  --charcoal: #1d1e1f;
  --body: #485055;
  --muted: #737b80;
  --line: #e4e4e1;
  --soft: #f7f7f5;
  --white: #ffffff;
  --green: #28a96b;
  --shadow: 0 24px 70px rgba(34, 25, 17, .08);
  --font-geist: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-geist), Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.admin-bar .site-header { top: 32px; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: white; background: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 4.4rem); font-weight: 680; }
h1 em { color: var(--orange); font-style: normal; }
h2 { margin-bottom: 21px; font-size: clamp(2.25rem, 4vw, 3.2rem); font-weight: 650; }
h3 { margin-bottom: 11px; font-size: 20px; font-weight: 650; letter-spacing: -.025em; }
p { margin-bottom: 18px; color: var(--body); }
.shell { width: min(100% - 48px, 1180px); margin-inline: auto; }
.section { padding: 108px 0; }
.section-soft { background: var(--soft); }
.section-orange-soft { background: var(--orange-pale); border-block: 1px solid #f4dfd0; }
.section-dark { color: white; background: var(--charcoal); }
.section-dark h2, .section-dark h3 { color: white; }
.section-dark p { color: #bcc2c4; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 9px 13px; color: white; background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(20,20,20,.08); backdrop-filter: blur(14px); }
.nav-shell { width: min(100% - 40px, 1220px); min-height: 78px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 14px; font-weight: 560; letter-spacing: .03em; }
.brand img { width: 40px; height: 40px; object-fit: contain; border-radius: 11px; }
.brand b { color: var(--orange); }
nav { display: flex; align-items: center; justify-content: center; gap: 27px; }
nav a { position: relative; padding: 28px 0; color: #3f474b; font-size: 14px; font-weight: 580; }
nav a::after { content: ""; position: absolute; right: 50%; bottom: 20px; left: 50%; height: 2px; background: var(--orange); transition: right .18s ease, left .18s ease; }
nav a:hover::after, nav a.active::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.client-login { display: inline-flex; align-items: center; gap: 7px; color: #353b3e; font-size: 13px; font-weight: 650; white-space: nowrap; }
.client-login svg { color: var(--orange); }
.button { min-height: 48px; width: max-content; padding: 11px 18px 11px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--orange); border: 1px solid var(--orange); border-radius: 12px; font-size: 14px; font-weight: 680; line-height: 1.2; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--orange-dark); box-shadow: 0 12px 26px rgba(255,117,31,.19); transform: translateY(-2px); }
.button svg { transition: transform .18s ease; }
.button:hover svg { transform: translateX(3px); }
.button-secondary { color: var(--ink); background: white; border-color: #d6d6d3; }
.button-secondary:hover { color: var(--ink); background: var(--soft); border-color: #c8c8c4; box-shadow: none; }
.button-dark { color: white; background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: #2a2a2a; box-shadow: 0 12px 26px rgba(0,0,0,.15); }
.menu-toggle { display: none; }

/* Shared */
.eyebrow { margin-bottom: 18px; display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 12px; font-weight: 720; letter-spacing: .105em; text-transform: uppercase; }
.eyebrow i { width: 20px; height: 2px; background: var(--orange); }
.eyebrow-light { color: #ffad79; }
.hero-lead, .lead { color: #30373a; font-size: 18px; line-height: 1.6; }
.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head p { max-width: 710px; margin-bottom: 0; font-size: 17px; line-height: 1.65; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center p { margin-inline: auto; }
.light-copy h1, .light-copy h2, .light-copy h3 { color: white; }
.light-copy p { color: #b8bec1; }
.hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.section-action { margin-top: 38px; display: flex; justify-content: center; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 82px; }
.feature-list { margin: 27px 0 30px; padding: 0; display: grid; gap: 11px; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--body); font-size: 16px; }
.feature-list svg { margin-top: 4px; flex: 0 0 auto; color: var(--orange); }
.light-list li { color: #c9ced0; }
.line-icon { flex: 0 0 auto; }

/* Home hero */
.hero { overflow: hidden; background: linear-gradient(145deg, #fff 38%, #fff7f1 100%); }
.hero-grid { min-height: 670px; padding: 78px 0; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.hero-copy { max-width: 580px; }
.hero-copy p:not(.hero-lead) { max-width: 540px; }
.trust-row { margin-top: 25px; padding-top: 21px; display: flex; gap: 18px; flex-wrap: wrap; border-top: 1px solid #eadfd7; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; color: #51595d; font-size: 14px; font-weight: 620; }
.trust-row svg { color: var(--orange); }
.job-strip { border-block: 1px solid #eedfd5; background: rgba(255,255,255,.78); }
.job-strip-inner { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 20px; white-space: nowrap; overflow: hidden; }
.job-strip span { color: #5a6266; font-size: 12px; font-weight: 600; }
.job-strip i { width: 5px; height: 5px; flex: 0 0 auto; background: var(--orange); border-radius: 50%; }
.hero-benefit-bar { position: relative; z-index: 4; min-height: 72px; margin-top: -24px; padding: 0 28px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; background: white; border: 1px solid #eadfd7; border-radius: 0 0 26px 26px; box-shadow: 0 18px 44px rgba(48,34,24,.07); }
.hero-benefit-bar span { display: flex; align-items: center; gap: 11px; color: #444c50; font-size: 14px; font-weight: 620; }
.hero-benefit-bar span:nth-child(2) { justify-content: center; }
.hero-benefit-bar span:last-child { justify-content: flex-end; }
.hero-benefit-bar svg { color: var(--orange); }
.production-rail { margin-top: 28px; padding: 0 0 32px; }
.production-rail-inner { width: fit-content; max-width: calc(100% - 48px); min-height: 66px; padding: 0 28px; display: flex; align-items: center; justify-content: center; gap: 24px; overflow-x: auto; background: rgba(255,255,255,.9); border: 1px solid #eadfd7; border-radius: 18px; box-shadow: 0 12px 32px rgba(48,34,24,.055); scrollbar-width: none; }
.production-rail-inner a { position: relative; flex: 0 0 auto; color: #4b5357; font-size: 16px; font-weight: 680; transition: color .18s ease, transform .18s ease; }
.production-rail-inner a:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -15px; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; transform: translateY(-50%); }
.production-rail-inner a:hover { color: var(--orange-dark); transform: translateY(-1px); }

/* Location network */
.location-network { overflow: hidden; background: white; border: 1px solid #e4ddd7; border-radius: 26px; box-shadow: var(--shadow); }
.network-top { min-height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.network-top > span { font-size: 12px; font-weight: 680; }
.network-top b { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 10px; }
.network-top b i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(40,169,107,.1); }
.network-body { min-height: 380px; padding: 28px; display: grid; grid-template-columns: 1.2fr .28fr .92fr; align-items: center; gap: 0; background: radial-gradient(circle at 76% 48%, #fff1e7, transparent 32%), var(--soft); }
.location-list { display: grid; gap: 11px; }
.location-job { min-height: 78px; padding: 13px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 25px rgba(30,25,20,.045); animation: queue-in .55s backwards; }
.location-job-2 { animation-delay: .13s; }
.location-job-3 { animation-delay: .26s; }
.location-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 10px; }
.location-job small, .location-job strong { display: block; line-height: 1.35; }
.location-job small { color: var(--muted); font-size: 9px; }
.location-job strong { margin-top: 2px; font-size: 11px; }
.location-job em { padding: 4px 7px; color: #596166; background: var(--soft); border-radius: 20px; font-size: 8px; font-style: normal; white-space: nowrap; }
.network-lines { height: 190px; display: grid; align-items: center; }
.network-lines i { height: 1px; background: linear-gradient(90deg, #c9cccd, var(--orange)); transform-origin: right; animation: line-grow .55s .35s backwards; }
.central-team { min-height: 210px; padding: 22px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: var(--charcoal); border-radius: 20px; box-shadow: 0 22px 45px rgba(0,0,0,.16); }
.team-icon { width: 50px; height: 50px; margin-bottom: 14px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 15px; }
.central-team > small { color: #9fa5a8; font-size: 9px; }
.central-team > strong { margin-top: 3px; color: white; font-size: 14px; }
.central-team > div { margin-top: 18px; display: flex; gap: 5px; }
.central-team > div span { padding: 5px 7px; color: #bfc4c6; background: #2b2c2d; border-radius: 6px; font-size: 7px; }
.network-footer { min-height: 58px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }
.network-footer span { display: flex; align-items: center; gap: 5px; color: #5d6569; font-size: 8px; font-weight: 600; }
.network-footer svg { color: var(--orange); }

/* Cards */
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.clean-card { position: relative; min-height: 265px; padding: 28px; background: white; border: 1px solid var(--line); transition: transform .18s ease, box-shadow .18s ease; }
.clean-card:hover { z-index: 2; transform: translateY(-3px); box-shadow: var(--shadow); }
.clean-card > span { position: absolute; top: 28px; right: 28px; color: #a3a8aa; font-size: 10px; font-weight: 700; }
.clean-card .line-icon { width: 45px; height: 45px; margin-bottom: 54px; padding: 10px; color: var(--orange); background: var(--orange-soft); border-radius: 13px; }
.clean-card h3 { font-size: 19px; }
.clean-card p { margin: 0; font-size: 15px; }

/* Multi-location */
.location-section { gap: 74px; }
.location-stack { position: relative; min-height: 440px; padding: 25px; display: grid; gap: 10px; background: white; border: 1px solid #f0d5c3; border-radius: 25px; box-shadow: var(--shadow); }
.location-stack article { position: relative; padding: 16px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; background: var(--soft); border: 1px solid var(--line); border-radius: 13px; }
.location-stack article span, .location-stack article b, .location-stack article small { display: block; }
.location-stack article span { color: var(--orange-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.location-stack article b { margin-top: 3px; font-size: 13px; }
.location-stack article small { grid-column: 1; color: var(--muted); font-size: 9px; }
.location-stack article i { grid-column: 2; grid-row: 1/4; padding: 5px 8px; color: #536066; background: white; border: 1px solid var(--line); border-radius: 15px; font-size: 8px; font-style: normal; }
.rollup { padding: 17px; display: flex; align-items: center; gap: 12px; color: white; background: var(--charcoal); border-radius: 14px; }
.rollup .line-icon { color: var(--orange); }
.rollup b, .rollup small { display: block; }
.rollup b { font-size: 12px; }
.rollup small { margin-top: 3px; color: #aeb4b6; font-size: 9px; }

/* Service index */
.service-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-index-card { position: relative; min-height: 250px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-index-card:hover { z-index: 2; background: var(--orange-pale); transform: translateY(-3px); box-shadow: var(--shadow); }
.index-number { position: absolute; top: 25px; right: 26px; color: #a0a5a8; font-size: 10px; font-weight: 700; }
.icon-box { width: 48px; height: 48px; margin-bottom: 28px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 14px; }
.service-index-card h3 { margin-bottom: 8px; font-size: 18px; }
.service-index-card p { max-width: 285px; margin-bottom: 27px; font-size: 15px; }
.arrow-label { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-size: 13px; font-weight: 680; }
.arrow-label > span { transition: transform .18s ease; }
.service-index-card:hover .arrow-label > span, .specialty-item:hover .arrow-label > span { transform: translateX(3px); }
.compact-index .service-index-card { min-height: 205px; }
.compact-index .service-index-card .arrow-label { position: absolute; right: 25px; bottom: 25px; left: 25px; justify-content: space-between; }

/* Workflow visual */
.workflow-section-copy { align-items: start; }
.workflow-section-copy .button { margin-top: 12px; }
.outcome-map { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.outcome-map span { padding: 13px; color: #b9c0c2; background: #272829; border: 1px solid #333536; border-radius: 10px; font-size: 10px; }
.outcome-map b { display: block; margin-bottom: 3px; color: white; font-size: 11px; }
.workflow-visual { overflow: hidden; color: var(--ink); background: white; border: 1px solid #393a3b; border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.workflow-visual-head { min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.workflow-visual-head > span { font-size: 12px; font-weight: 680; }
.workflow-visual-head b { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 9px; }
.workflow-visual-head b i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.workflow-track { padding: 24px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; background: var(--soft); }
.workflow-stage { position: relative; min-height: 112px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 12px; animation: stage-pulse 4s calc(var(--stage) * .22s) 1; }
.workflow-stage > span { display: block; margin-bottom: 32px; color: var(--orange); font-size: 9px; font-weight: 750; }
.workflow-stage strong { font-size: 10px; line-height: 1.3; }
.workflow-stage > i { position: absolute; z-index: 2; top: 50%; right: -10px; width: 11px; height: 2px; background: var(--orange); }
.workflow-visual-note { min-height: 68px; padding: 14px 18px; display: flex; align-items: center; gap: 10px; }
.workflow-visual-note .line-icon { color: var(--orange); }
.workflow-visual-note p { margin: 0; font-size: 10px; }
.workflow-detailed .workflow-track { grid-template-columns: repeat(3, 1fr); }
.workflow-detailed .workflow-stage { min-height: 86px; }
.workflow-detailed .workflow-stage > span { margin-bottom: 17px; }
.workflow-detailed .workflow-stage:nth-child(3n) > i, .workflow-detailed .workflow-stage:last-child > i { display: none; }

/* Specialties */
.specialty-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.specialty-item { min-height: 175px; padding: 27px 25px; display: grid; grid-template-columns: 45px 1fr auto; align-items: start; gap: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .18s ease; }
.specialty-item:nth-child(even) { border-right: 0; }
.specialty-item:hover { background: var(--orange-pale); }
.specialty-item > .line-icon { width: 45px; height: 45px; padding: 10px; color: var(--orange); background: var(--orange-soft); border-radius: 12px; }
.specialty-item h3 { font-size: 17px; }
.specialty-item p { max-width: 400px; margin: 0; font-size: 15px; }
.specialty-item .arrow-label { margin-top: 3px; }

/* White label */
.protection-section { gap: 72px; }
.protection-card { padding: 38px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.shield-icon { width: 58px; height: 58px; margin-bottom: 30px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 17px; }
.protection-card > small { color: var(--orange-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.protection-card h3 { max-width: 400px; margin-top: 9px; font-size: 30px; }
.protection-card > div { margin-top: 27px; display: grid; gap: 9px; }
.protection-card > div span { display: flex; align-items: center; gap: 7px; color: #535b5f; font-size: 12px; }
.protection-card svg { color: var(--orange); }

/* Work cards */
.filter-row { margin-bottom: 32px; display: flex; gap: 8px; flex-wrap: wrap; }
.filter-row button { padding: 8px 13px; color: #535b5f; background: white; border: 1px solid var(--line); border-radius: 20px; font-size: 11px; font-weight: 620; cursor: pointer; }
.filter-row button.active, .filter-row button:hover { color: white; background: var(--ink); border-color: var(--ink); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.work-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; transition: transform .2s ease, box-shadow .2s ease; }
.work-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.work-image { overflow: hidden; background: var(--soft); }
.work-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.02); }
.work-card-copy { padding: 25px; }
.work-card-copy small { display: block; margin-bottom: 10px; color: var(--orange-dark); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.work-card-copy h3 { font-size: 22px; }
.work-card-copy p { font-size: 13px; }
.work-card-copy > span { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-dark); font-size: 11px; font-weight: 670; }
.work-grid-compact { grid-template-columns: 1.25fr .875fr .875fr; }
.work-grid-compact .work-card:first-child .work-image img { aspect-ratio: 4/3; }
.work-grid-compact .work-card:not(:first-child) .work-image img { aspect-ratio: 4/3; }
.work-grid-compact .work-card-copy h3 { font-size: 18px; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-size: 18px; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 50px 22px 0; font-size: 14px; }

/* Footer and CTA */
.final-cta { padding: 74px 0; color: white; background: var(--orange); }
.final-cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.final-cta h2 { max-width: 790px; margin-bottom: 14px; color: white; }
.final-cta p { max-width: 780px; margin-bottom: 0; color: #fff2e9; }
footer { padding-top: 82px; color: white; background: var(--ink); }
.footer-grid, .footer-bottom { width: min(100% - 64px, 1470px); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .9fr 1.05fr .9fr 1.45fr; gap: 60px; }
.brand-footer { color: white; }
.brand-footer img { width: 48px; height: 48px; }
.brand-footer { font-size: 17px; font-weight: 700; }
.footer-intro p { max-width: 330px; margin: 25px 0 28px; color: #c2c7c9; font-size: 16px; line-height: 1.9; }
.social-row { display: flex; gap: 10px; flex-wrap: wrap; }
.social-row a { padding: 8px 13px; color: #edf0f1; background: #222324; border: 1px solid #363738; border-radius: 22px; font-size: 12px; line-height: 1; transition: border-color .18s ease, transform .18s ease; }
.social-row a::after { content: "↗"; margin-left: 2px; color: var(--orange); }
.social-row a:hover { border-color: #57595a; transform: translateY(-2px); }
footer h3 { margin-bottom: 23px; color: white; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) > a { margin-bottom: 13px; display: block; color: #c2c7c9; font-size: 15px; line-height: 1.45; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 66px; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #aab0b2; border-top: 1px solid #343536; font-size: 13px; }

/* Page heroes */
.page-hero { overflow: hidden; background: linear-gradient(145deg, #fff 35%, #fff7f1); }
.page-hero-grid { min-height: 570px; padding: 70px 0; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.page-hero-grid > div:first-child { max-width: 560px; }
.narrow-hero { max-width: 920px; padding: 105px 0; text-align: center; }
.narrow-hero .hero-lead, .narrow-hero > p { max-width: 780px; margin-inline: auto; }

/* First approved visual direction */
.first-preview-visual { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.first-preview-visual > img { position: relative; z-index: 2; width: 100%; filter: drop-shadow(0 30px 35px rgba(44,30,20,.13)); animation: soft-float 7s ease-in-out infinite; }
.visual-halo { position: absolute; z-index: 0; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, #ffe0cd 0, #fff1e7 52%, transparent 72%); }
.floating-note { position: absolute; z-index: 3; min-width: 180px; padding: 12px 14px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.95); border: 1px solid rgba(20,20,20,.08); border-radius: 14px; box-shadow: 0 16px 36px rgba(44,30,20,.1); }
.floating-note > span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 9px; font-size: 9px; }
.floating-note b, .floating-note small { display: block; line-height: 1.3; }
.floating-note b { font-size: 11px; }
.floating-note small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.note-one { top: 68px; left: -8px; }
.note-two { right: -2px; bottom: 55px; }

/* Service rows */
.service-index-section { padding-bottom: 90px; }
.service-row { padding: 105px 0; border-top: 1px solid var(--line); }
.service-row-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 82px; }
.service-row-grid.reverse { grid-template-columns: 1.1fr .9fr; }
.service-row-grid.reverse .service-intro { order: 2; }
.service-intro h2 { max-width: 540px; }
.service-intro > p { max-width: 520px; font-size: 17px; }
.service-intro .button { margin-top: 10px; }
.service-number { width: 44px; height: 44px; margin-bottom: 27px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-size: 11px; font-weight: 750; }
.service-note { max-width: 510px; margin: 25px 0 18px; padding: 16px; display: flex; align-items: flex-start; gap: 11px; background: var(--orange-pale); border: 1px solid #f2d9c8; border-radius: 12px; }
.service-note b { padding: 3px 6px; color: white; background: var(--orange); border-radius: 5px; font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.service-note span { color: #4c5559; font-size: 14px; }
.service-ui { min-width: 0; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 24px 65px rgba(32,25,19,.055); }
.ui-head { margin-bottom: 23px; display: flex; align-items: center; gap: 11px; }
.ui-head .line-icon { color: var(--orange); }
.ui-head b, .ui-head small { display: block; }
.ui-head b { font-size: 15px; }
.ui-head small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.pill-list { display: flex; gap: 8px; flex-wrap: wrap; }
.pill-list span { min-height: 40px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 6px; color: #4b5357; background: var(--soft); border: 1px solid var(--line); border-radius: 9px; font-size: 13px; }
.pill-list svg { color: var(--orange); }

.version-ui { padding: 25px; }
.master-art { width: 190px; min-height: 145px; margin: 0 auto; padding: 18px; color: white; background: linear-gradient(145deg, var(--orange), #ff9c60); border-radius: 17px; transform: rotate(-2deg); box-shadow: 0 15px 28px rgba(255,117,31,.19); }
.master-art span, .master-art small { display: block; font-size: 8px; opacity: .8; }
.master-art b { display: block; margin: 20px 0; font-size: 18px; line-height: 1.05; }
.version-lines { height: 44px; display: flex; justify-content: center; align-items: flex-end; }
.version-lines i { width: 72px; height: 23px; border-left: 1px solid #cfd2d3; border-bottom: 1px solid #cfd2d3; }
.version-lines i:nth-child(2) { height: 38px; border-bottom: 0; border-right: 1px solid #cfd2d3; }
.version-lines i:last-child { border-left: 0; border-right: 1px solid #cfd2d3; }
.version-grid { margin-bottom: 19px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.version-grid span { padding: 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 9px; font-size: 10px; font-weight: 650; }
.version-grid small { display: block; color: var(--muted); font-size: 7px; font-weight: 450; }

.preflight-ui { padding: 0; overflow: hidden; }
.dark-ui-head { min-height: 66px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--ink); }
.dark-ui-head span { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 670; }
.dark-ui-head span i { width: 8px; height: 8px; background: #43ca80; border-radius: 50%; box-shadow: 0 0 0 5px rgba(67,202,128,.1); }
.dark-ui-head small { color: #aeb4b6; font-size: 8px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; }
.check-grid > div { min-height: 53px; padding: 10px 14px; display: grid; grid-template-columns: 24px 1fr 17px; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); }
.check-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
.check-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.check-grid span { color: #a0a5a8; font-size: 8px; }
.check-grid p { margin: 0; color: #343a3d; font-size: 9px; }
.check-grid svg { color: var(--orange); }

.cleanup-ui { display: grid; grid-template-columns: 1fr 44px 1fr; align-items: center; gap: 6px; background: #242526; border-color: #38393a; }
.cleanup-ui > div:not(.pill-list) { min-height: 190px; padding: 16px; background: #2c2d2e; border: 1px solid #3c3d3e; border-radius: 15px; }
.cleanup-ui small, .cleanup-ui > div > span { display: block; color: #9ca3a5; font-size: 8px; }
.cleanup-ui > div > span { margin-top: 13px; }
.pixel-mark { width: 74px; height: 74px; margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; transform: rotate(-7deg); filter: blur(.5px); }
.pixel-mark i { background: #787878; }
.pixel-mark i:nth-child(even) { background: #b0b0b0; }
.clean-mark { width: 74px; height: 74px; margin-top: 24px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 20px 7px 20px 7px; font-size: 31px; font-weight: 700; }
.repair-arrow { color: var(--orange); text-align: center; }
.cleanup-ui .pill-list { grid-column: 1/-1; margin-top: 13px; }
.cleanup-ui .pill-list span { color: #c5cacb; background: #2c2d2e; border-color: #3c3d3e; }

.proof-ui { padding-block: 12px; }
.proof-ui .ui-head { padding: 11px 2px; border-bottom: 1px solid var(--line); }
.proof-row { min-height: 75px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }
.proof-row:last-child { border: 0; }
.proof-row > span { width: 36px; height: 36px; display: grid; place-items: center; background: var(--soft); border: 1px solid var(--line); border-radius: 9px; font-size: 9px; font-weight: 700; }
.proof-row b, .proof-row small { display: block; }
.proof-row b { font-size: 13px; }
.proof-row small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.proof-row em { padding: 5px 9px; color: #646c70; background: #e9eaea; border-radius: 20px; font-size: 10px; font-style: normal; }
.proof-row em.approved { color: #147244; background: #def4e7; }

.capacity-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.capacity-options article { position: relative; min-height: 195px; padding: 23px; background: white; border: 1px solid #f0d9c9; border-radius: 16px; }
.capacity-options article > span { position: absolute; top: 22px; right: 22px; color: #aaaeb0; font-size: 9px; }
.capacity-options .line-icon { margin-bottom: 34px; color: var(--orange); }
.capacity-options h3 { font-size: 18px; }
.capacity-options p { margin: 0; font-size: 14px; }

.specialty-service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specialty-service-grid article { position: relative; min-height: 400px; padding: 32px; scroll-margin-top: 95px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specialty-service-grid .line-icon { width: 46px; height: 46px; margin-bottom: 39px; padding: 10px; color: var(--orange); background: var(--orange-soft); border-radius: 13px; }
.specialty-service-grid article > small { display: block; margin-bottom: 8px; color: var(--orange-dark); font-size: 11px; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.specialty-service-grid h3 { font-size: 21px; }
.specialty-service-grid p { font-size: 14px; line-height: 1.65; }
.specialty-service-grid ul { margin: 24px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.specialty-service-grid li { display: flex; align-items: center; gap: 7px; color: #535b5f; font-size: 13px; }
.specialty-service-grid li svg { color: var(--orange); }

/* Workflow page */
.workflow-hero .page-hero-grid { grid-template-columns: .87fr 1.13fr; }
.outcome-table { border-top: 1px solid var(--line); }
.outcome-table article { min-height: 82px; padding: 14px 18px; display: grid; grid-template-columns: 40px .7fr 38px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); transition: background .18s ease; }
.outcome-table article:hover { background: var(--orange-pale); }
.outcome-table .line-icon { color: var(--orange); }
.outcome-table small, .outcome-table b, .outcome-table strong { display: block; }
.outcome-table small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.outcome-table b, .outcome-table strong { margin-top: 2px; font-size: 12px; }
.outcome-table article > span { color: var(--orange); }
.workflow-stage-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.workflow-stage-grid article { min-height: 220px; padding: 23px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.workflow-stage-grid article > span { width: 37px; height: 37px; margin-bottom: 35px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: 9px; font-weight: 700; }
.workflow-stage-grid h3 { font-size: 17px; }
.workflow-stage-grid p { margin: 0; font-size: 11px; }
.workflow-boundary { margin-top: 29px; padding: 18px; display: flex; align-items: flex-start; gap: 12px; background: #292a2b; border: 1px solid #373839; border-radius: 13px; }
.workflow-boundary .line-icon { color: var(--orange); }
.workflow-boundary p { margin: 0; font-size: 11px; }
.workflow-boundary b { display: block; margin-bottom: 3px; color: white; }
.status-board { overflow: hidden; background: white; border-radius: 23px; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.status-board-head { min-height: 64px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: white; background: #28292a; }
.status-board-head span { font-size: 12px; font-weight: 650; }
.status-board-head small { color: #aeb4b6; font-size: 8px; }
.status-row { min-height: 78px; padding: 13px 18px; display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 12px; color: var(--ink); border-bottom: 1px solid var(--line); }
.status-row:last-child { border: 0; }
.status-row > span { color: #9ea4a6; font-size: 8px; }
.status-row b, .status-row small { display: block; }
.status-row b { font-size: 11px; }
.status-row small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.status-row em { padding: 5px 8px; border-radius: 15px; font-size: 7px; font-style: normal; }
.status-row em.orange { color: #b34708; background: #fff0e7; }
.status-row em.purple { color: #744db0; background: #eee7fa; }
.status-row em.yellow { color: #836915; background: #fff5d2; }
.status-row em.green { color: #167443; background: #dff5e8; }
.communication-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 82px; }
.communication-points { display: grid; gap: 9px; }
.communication-points span { padding: 12px 14px; display: flex; align-items: center; gap: 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }
.communication-points .line-icon { color: var(--orange); }
.communication-points b { font-size: 11px; }
.message-ui { padding: 17px; background: var(--soft); border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow); }
.message-ui-head { padding: 10px 5px 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.message-ui-head > div { display: flex; align-items: center; gap: 9px; }
.message-ui-head > div > span { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 10px; font-size: 9px; font-weight: 700; }
.message-ui-head b { font-size: 11px; }
.message-ui-head small { color: var(--muted); font-size: 8px; }
.message-bubble { max-width: 83%; margin-top: 15px; padding: 13px; background: white; border: 1px solid var(--line); border-radius: 12px 12px 12px 3px; }
.message-bubble.team { margin-left: auto; background: var(--orange-pale); border-color: #f2d9c7; border-radius: 12px 12px 3px 12px; }
.message-bubble small { color: var(--muted); font-size: 7px; }
.message-bubble p { margin: 5px 0; color: #373e42; font-size: 10px; }
.message-bubble span { color: var(--orange-dark); font-size: 8px; font-weight: 650; }
.message-state { margin-top: 15px; padding: 9px; display: flex; align-items: center; justify-content: center; gap: 6px; color: #1e784c; background: #e6f5ec; border-radius: 9px; font-size: 8px; font-weight: 650; }
.location-summary { overflow: hidden; background: white; border: 1px solid #efd8c8; border-radius: 22px; box-shadow: var(--shadow); }
.location-summary-head { min-height: 67px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--ink); }
.location-summary-head span { font-size: 11px; font-weight: 650; }
.location-summary-head b { color: var(--orange); font-size: 11px; }
.location-summary-row { min-height: 76px; padding: 14px 20px; display: grid; grid-template-columns: 105px 1fr 34px; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.location-summary-row b, .location-summary-row small { display: block; }
.location-summary-row b { font-size: 10px; }
.location-summary-row small { color: var(--muted); font-size: 7px; }
.location-summary-row > div { height: 6px; overflow: hidden; background: var(--soft); border-radius: 5px; }
.location-summary-row > div i { height: 100%; display: block; background: var(--orange); border-radius: 5px; }
.location-summary-row em { color: var(--muted); font-size: 8px; font-style: normal; text-align: right; }
.location-summary > p { margin: 0; padding: 12px 20px; color: var(--muted); font-size: 8px; }

/* Our Work */
.work-list-section { padding-top: 78px; }
.case-structure { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-structure article { min-height: 215px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-structure span { display: block; margin-bottom: 40px; color: var(--orange); font-size: 9px; font-weight: 700; }
.case-structure h3 { font-size: 16px; }
.case-structure p { margin: 0; font-size: 10px; }

/* Resources */
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.resource-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 21px; transition: transform .18s ease, box-shadow .18s ease; }
.resource-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.resource-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.resource-card > div { padding: 23px; }
.resource-card > a { display: block; }
.resource-card > a > div { padding: 23px; }
.resource-card small { display: block; margin-bottom: 9px; color: var(--orange-dark); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.resource-card h3 { font-size: 19px; line-height: 1.25; }
.resource-card p { font-size: 11px; }
.resource-card span { color: var(--orange-dark); font-size: 10px; font-weight: 650; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.category-grid article { min-height: 200px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.category-grid .line-icon { margin-bottom: 36px; color: var(--orange); }
.category-grid h3 { font-size: 16px; }
.category-grid p { margin: 0; font-size: 10px; }

/* About */
.about-principle { padding: 40px; background: var(--orange-pale); border: 1px solid #f0d7c6; border-radius: 24px; }
.about-principle > span { width: 58px; height: 58px; margin-bottom: 32px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 17px; }
.about-principle > small { color: var(--orange-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.about-principle h3 { margin-top: 8px; font-size: 29px; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.responsibility-grid article { padding: 31px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.responsibility-grid ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; }
.responsibility-grid li { display: flex; align-items: center; gap: 7px; color: #50585c; font-size: 10px; }
.responsibility-grid li svg { color: var(--orange); }
.responsibility-grid .dark-responsibility { color: white; background: var(--ink); border-color: var(--ink); }
.dark-responsibility .ui-head small, .dark-responsibility li { color: #b9bec0; }
.multi-principles { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #edd5c4; border-left: 1px solid #edd5c4; }
.multi-principles article { min-height: 225px; padding: 24px; background: rgba(255,255,255,.65); border-right: 1px solid #edd5c4; border-bottom: 1px solid #edd5c4; }
.multi-principles span { display: block; margin-bottom: 46px; color: var(--orange); font-size: 9px; font-weight: 700; }
.multi-principles h3 { font-size: 16px; }
.multi-principles p { margin: 0; font-size: 10px; }
.principles-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid article { min-height: 245px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid span { display: block; margin-bottom: 48px; color: var(--orange); font-size: 9px; font-weight: 700; }
.principles-grid h3 { font-size: 15px; }
.principles-grid p { margin: 0; font-size: 10px; }

/* Contact */
.contact-hero { padding: 82px 0 95px; background: linear-gradient(145deg, #fff 32%, #fff7f1); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 72px; }
.contact-copy { padding-top: 18px; }
.contact-copy h1 { font-size: clamp(2.75rem,4.8vw,4rem); }
.solution-paths { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.solution-paths article { padding: 13px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.75); border: 1px solid #eadfd7; border-radius: 11px; }
.solution-paths .line-icon { color: var(--orange); }
.solution-paths small, .solution-paths b { display: block; }
.solution-paths small { color: var(--muted); font-size: 7px; }
.solution-paths b { font-size: 9px; }
.contact-expect { margin-top: 25px; padding: 19px; background: white; border: 1px solid #eadfd7; border-left: 3px solid var(--orange); border-radius: 0 13px 13px 0; }
.contact-expect h3 { font-size: 13px; }
.contact-expect ul { margin: 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.contact-expect li { display: flex; align-items: center; gap: 6px; color: #535b5f; font-size: 9px; }
.contact-expect svg { color: var(--orange); }
.form-shell { overflow: hidden; background: white; border: 1px solid #e4ddd7; border-radius: 24px; box-shadow: var(--shadow); }
.form-head { min-height: 70px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--ink); }
.form-head span { font-size: 13px; font-weight: 650; }
.form-head small { color: #aeb4b6; font-size: 8px; }
.solution-form { position: relative; padding: 28px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: block; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid label > span { margin-bottom: 6px; display: block; color: #2d3437; font-size: 10px; font-weight: 670; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid #cfcfcb; border-radius: 9px; outline: none; font-size: 12px; }
.form-grid textarea { min-height: 120px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,117,31,.1); }
.form-grid label > small { margin-top: 5px; display: block; color: var(--muted); font-size: 8px; }
.form-submit { margin-top: 22px; display: flex; align-items: center; gap: 16px; }
.form-submit button { cursor: pointer; }
.form-submit p { margin: 0; color: var(--muted); font-size: 8px; }
.form-success { margin: 28px; padding: 43px 30px; text-align: center; background: var(--orange-pale); border: 1px solid #efd7c6; border-radius: 17px; }
.form-success > span { width: 50px; height: 50px; margin: 0 auto 20px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.form-success h3 { font-size: 22px; }
.form-success p { font-size: 11px; }
.form-success button { padding: 0; color: var(--orange-dark); background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 650; cursor: pointer; }
.form-error { margin: 0 28px 28px; padding: 15px 17px; color: #7b1b1b; background: #fff0f0; border: 1px solid #f0c8c8; border-radius: 12px; font-size: 13px; }
.form-success { margin-bottom: 28px; }
.contact-footer-note { max-width: 850px; display: flex; align-items: flex-start; gap: 18px; }
.contact-footer-note .line-icon { color: var(--orange); }
.contact-footer-note h2 { font-size: 26px; }
.contact-footer-note p { margin: 0; font-size: 13px; }

/* Login */
.login-page { min-height: 660px; padding: 90px 24px; display: grid; place-items: center; background: linear-gradient(145deg, #fff 30%, #fff5ed); }
.login-panel { width: min(100%, 620px); padding: 52px; text-align: center; background: white; border: 1px solid #e6ddd6; border-radius: 26px; box-shadow: var(--shadow); }
.login-icon { width: 64px; height: 64px; margin: 0 auto 25px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 18px; }
.login-panel h1 { font-size: 43px; }
.login-panel > p { max-width: 470px; margin-inline: auto; }
.login-notice { margin: 28px 0; padding: 18px; text-align: left; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; }
.login-notice b, .login-notice span { display: block; }
.login-notice b { font-size: 11px; }
.login-notice span { margin-top: 5px; color: var(--muted); font-size: 9px; }
.login-panel .hero-actions { justify-content: center; }

/* Policy pages */
.policy-hero { padding: 96px 0 72px; background: linear-gradient(145deg, #fff 38%, #fff7f1); border-bottom: 1px solid #eee2da; }
.policy-hero .shell { max-width: 900px; }
.policy-hero h1 { max-width: 840px; font-size: clamp(2.55rem, 5vw, 4rem); }
.policy-hero p { max-width: 760px; margin-bottom: 0; font-size: 18px; }
.policy-layout { padding: 78px 0 108px; }
.policy-shell { width: min(100% - 48px, 900px); margin-inline: auto; }
.policy-notice { margin-bottom: 45px; padding: 20px 22px; display: flex; align-items: flex-start; gap: 12px; background: var(--orange-pale); border: 1px solid #efd9ca; border-radius: 14px; }
.policy-notice svg { flex: 0 0 auto; margin-top: 3px; color: var(--orange); }
.policy-notice p { margin: 0; font-size: 15px; }
.policy-section { padding: 31px 0; border-top: 1px solid var(--line); }
.policy-section:first-of-type { border-top: 0; }
.policy-section h2 { margin-bottom: 15px; font-size: 27px; letter-spacing: -.025em; }
.policy-section p { margin-bottom: 14px; font-size: 16px; }
.policy-section ul { margin: 15px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.policy-section li { position: relative; padding-left: 25px; color: var(--body); font-size: 16px; }
.policy-section li::before { content: ""; position: absolute; top: .72em; left: 2px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.policy-contact { margin-top: 35px; padding: 27px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--ink); border-radius: 17px; }
.policy-contact h2 { margin: 0 0 7px; color: white; font-size: 24px; }
.policy-contact p { margin: 0; color: #bdc2c4; font-size: 15px; }

/* Existing WordPress posts */
.entry-content { margin-top: 34px; }
.entry-content h2 { margin-top: 48px; font-size: 34px; }
.entry-content h3 { margin-top: 34px; font-size: 24px; }
.entry-content p, .entry-content li { font-size: 17px; }
.entry-content ul, .entry-content ol { margin: 0 0 24px; padding-left: 24px; color: var(--body); }
.entry-content img { margin: 28px auto; border-radius: 15px; }
.entry-content a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }

/* Animations */
[data-reveal] { opacity: 1; transform: none; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .38s ease-out, transform .38s ease-out; }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.motion-ready .three-grid:not(.is-visible) > *,
.motion-ready .service-index-grid:not(.is-visible) > *,
.motion-ready .specialty-grid:not(.is-visible) > *,
.motion-ready .specialty-service-grid:not(.is-visible) > *,
.motion-ready .capacity-options:not(.is-visible) > *,
.motion-ready .work-grid:not(.is-visible) > *,
.motion-ready .workflow-stage-grid:not(.is-visible) > * { opacity: 0; }
.motion-ready .three-grid.is-visible > *,
.motion-ready .service-index-grid.is-visible > *,
.motion-ready .specialty-grid.is-visible > *,
.motion-ready .specialty-service-grid.is-visible > *,
.motion-ready .capacity-options.is-visible > *,
.motion-ready .work-grid.is-visible > *,
.motion-ready .workflow-stage-grid.is-visible > * { animation: reveal-card .4s ease-out backwards; }
.motion-ready .three-grid.is-visible > *:nth-child(2), .motion-ready .service-index-grid.is-visible > *:nth-child(2), .motion-ready .specialty-grid.is-visible > *:nth-child(2), .motion-ready .specialty-service-grid.is-visible > *:nth-child(2), .motion-ready .capacity-options.is-visible > *:nth-child(2), .motion-ready .work-grid.is-visible > *:nth-child(2), .motion-ready .workflow-stage-grid.is-visible > *:nth-child(2) { animation-delay: .07s; }
.motion-ready .three-grid.is-visible > *:nth-child(3), .motion-ready .service-index-grid.is-visible > *:nth-child(3), .motion-ready .specialty-grid.is-visible > *:nth-child(3), .motion-ready .specialty-service-grid.is-visible > *:nth-child(3), .motion-ready .capacity-options.is-visible > *:nth-child(3), .motion-ready .work-grid.is-visible > *:nth-child(3), .motion-ready .workflow-stage-grid.is-visible > *:nth-child(3) { animation-delay: .14s; }
.motion-ready .service-index-grid.is-visible > *:nth-child(4), .motion-ready .specialty-grid.is-visible > *:nth-child(4), .motion-ready .specialty-service-grid.is-visible > *:nth-child(4), .motion-ready .capacity-options.is-visible > *:nth-child(4), .motion-ready .work-grid.is-visible > *:nth-child(4), .motion-ready .workflow-stage-grid.is-visible > *:nth-child(4) { animation-delay: .21s; }
.motion-ready .service-index-grid.is-visible > *:nth-child(5), .motion-ready .specialty-grid.is-visible > *:nth-child(5), .motion-ready .specialty-service-grid.is-visible > *:nth-child(5), .motion-ready .work-grid.is-visible > *:nth-child(5), .motion-ready .workflow-stage-grid.is-visible > *:nth-child(5) { animation-delay: .28s; }
.motion-ready .service-index-grid.is-visible > *:nth-child(6), .motion-ready .specialty-grid.is-visible > *:nth-child(6), .motion-ready .specialty-service-grid.is-visible > *:nth-child(6), .motion-ready .workflow-stage-grid.is-visible > *:nth-child(6) { animation-delay: .35s; }
@keyframes reveal-card { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: none; } }
@keyframes soft-float { 0%,100% { transform: translateY(0) rotate(.15deg); } 50% { transform: translateY(-8px) rotate(-.15deg); } }
@keyframes queue-in { from { opacity: 0; transform: translateX(-14px); } }
@keyframes line-grow { from { transform: scaleX(0); } }
@keyframes stage-pulse { 0%,12%,100% { border-color: var(--line); box-shadow: none; } 4%,8% { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,117,31,.08); } }

@media (max-width: 1100px) {
  .nav-shell { grid-template-columns: auto 1fr auto; gap: 20px; }
  nav { gap: 17px; }
  .header-actions .button { display: none; }
  .hero-grid, .page-hero-grid { gap: 36px; }
  .split, .service-row-grid, .communication-layout { gap: 48px; }
  .footer-grid, .footer-bottom { width: min(100% - 48px, 1180px); }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 42px; }
  .footer-policies { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
  .footer-policies h3 { grid-column: 1/-1; }
  .footer-policies a { margin: 0!important; }
}

@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { backdrop-filter: none; }
  .nav-shell { min-height: 72px; grid-template-columns: 1fr auto; }
  nav { position: absolute; top: 72px; right: 0; left: 0; padding: 18px 24px 24px; display: none; align-items: stretch; flex-direction: column; gap: 2px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 36px rgba(0,0,0,.08); }
  nav.open { display: flex; }
  nav a { padding: 10px 0; }
  nav a::after { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; background: var(--orange-soft); border: 0; border-radius: 11px; }
  .menu-toggle span { width: 100%; height: 2px; background: var(--ink); border-radius: 2px; }
  .hero-grid, .page-hero-grid, .split, .service-row-grid, .service-row-grid.reverse, .communication-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-grid { padding: 62px 0; }
  .hero-copy { max-width: 720px; }
  .location-network { max-width: 720px; }
  .page-hero-grid { padding: 68px 0; }
  .page-hero-grid > div:first-child { max-width: 720px; }
  .service-row-grid.reverse .service-intro { order: initial; }
  .service-index-grid, .specialty-service-grid, .category-grid { grid-template-columns: repeat(2,1fr); }
  .work-grid-compact { grid-template-columns: repeat(2,1fr); }
  .work-grid-compact .work-card:first-child { grid-column: 1/-1; }
  .workflow-stage-grid { grid-template-columns: repeat(2,1fr); }
  .case-structure, .principles-grid { grid-template-columns: repeat(3,1fr); }
  .multi-principles { grid-template-columns: repeat(2,1fr); }
  .service-row-grid { gap: 40px; }
  .service-ui { max-width: 720px; }
  .contact-layout { gap: 45px; }
  .contact-copy { max-width: 720px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 76px 0; }
  h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .nav-shell { width: min(100% - 24px, 1220px); }
  .brand img { width: 36px; height: 36px; }
  .brand { font-size: 12px; }
  .client-login { font-size: 10px; }
  .client-login svg { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-grid { min-height: 0; padding: 54px 0; }
  .hero-lead, .lead { font-size: 17px; }
  .job-strip-inner { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .hero-benefit-bar { min-height: 0; margin-top: -8px; padding: 17px 19px; grid-template-columns: 1fr; gap: 12px; border-radius: 0 0 20px 20px; }
  .hero-benefit-bar span, .hero-benefit-bar span:nth-child(2), .hero-benefit-bar span:last-child { justify-content: flex-start; font-size: 14px; }
  .production-rail { margin-top: 18px; padding-bottom: 22px; }
  .production-rail-inner { width: calc(100% - 30px); max-width: none; min-height: 62px; padding: 0 20px; justify-content: flex-start; }
  .production-rail-inner a { font-size: 15px; }
  .network-body { min-height: 0; padding: 17px; grid-template-columns: 1fr; gap: 14px; }
  .network-lines { height: 28px; grid-template-columns: repeat(3,1fr); }
  .network-lines i { width: 1px; height: 28px; margin-inline: auto; background: linear-gradient(var(--orange), #c9cccd); }
  .central-team { min-height: 180px; }
  .network-footer { padding: 12px 15px; align-items: flex-start; flex-direction: column; }
  .three-grid, .service-index-grid, .specialty-service-grid, .specialty-grid, .work-grid, .work-grid-compact, .resource-grid, .category-grid, .responsibility-grid, .case-structure, .principles-grid, .multi-principles, .capacity-options { grid-template-columns: 1fr; }
  .work-grid-compact .work-card:first-child { grid-column: auto; }
  .specialty-item { grid-template-columns: 45px 1fr; }
  .specialty-item .arrow-label { grid-column: 2; }
  .specialty-item { border-right: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .final-cta-grid { grid-template-columns: 1fr; }
  .final-cta .button { width: 100%; }
  .footer-grid, .footer-bottom { width: min(100% - 30px, 1180px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-intro, .footer-policies { grid-column: 1/-1; }
  .footer-policies { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-policies h3 { grid-column: 1/-1; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .narrow-hero { padding: 76px 0; }
  .first-preview-visual { min-height: 400px; }
  .first-preview-visual > img { width: 115%; max-width: none; }
  .visual-halo { width: 330px; height: 330px; }
  .floating-note { min-width: 150px; padding: 9px; }
  .note-one { top: 45px; left: 0; }
  .note-two { right: 0; bottom: 40px; }
  .service-row { padding: 78px 0; }
  .service-ui { padding: 20px; }
  .check-grid { grid-template-columns: 1fr; }
  .check-grid > div:nth-child(odd) { border-right: 0; }
  .check-grid > div:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .cleanup-ui { grid-template-columns: 1fr; }
  .repair-arrow { transform: rotate(90deg); }
  .cleanup-ui .pill-list { grid-column: 1; }
  .version-grid { grid-template-columns: repeat(2,1fr); }
  .workflow-track, .workflow-detailed .workflow-track { grid-template-columns: 1fr; }
  .workflow-stage { min-height: 74px; }
  .workflow-stage > span { margin-bottom: 14px; }
  .workflow-stage > i { top: auto; right: auto; bottom: -9px; left: 50%; width: 2px; height: 10px; }
  .workflow-detailed .workflow-stage:nth-child(3n) > i { display: block; }
  .workflow-detailed .workflow-stage:last-child > i { display: none; }
  .outcome-map { grid-template-columns: 1fr; }
  .outcome-table article { grid-template-columns: 34px 1fr; gap: 10px; }
  .outcome-table article > span { display: none; }
  .outcome-table article > div:last-child { grid-column: 2; }
  .workflow-stage-grid { grid-template-columns: 1fr; }
  .status-row { grid-template-columns: 24px 1fr; }
  .status-row em { grid-column: 2; width: max-content; }
  .location-summary-row { grid-template-columns: 92px 1fr 30px; }
  .responsibility-grid ul { grid-template-columns: 1fr; }
  .solution-paths, .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .form-head { padding: 15px 20px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .solution-form { padding: 20px; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .login-panel { padding: 37px 22px; }
  .login-panel h1 { font-size: 38px; }
  .policy-hero { padding: 72px 0 55px; }
  .policy-layout { padding: 56px 0 78px; }
  .policy-shell { width: min(100% - 30px, 900px); }
  .policy-section h2 { font-size: 24px; }
  .policy-contact { align-items: stretch; flex-direction: column; }
  .policy-contact .button { width: 100%; }
}

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