:root {
  --teal: #20c7be;
  --teal-ink: #087c78;
  --navy: #1f2847;
  --mist: #f6f8f9;
  --teal-soft: color-mix(in srgb, var(--teal) 12%, var(--mist));
  --navy-soft: color-mix(in srgb, var(--navy) 76%, var(--mist));
  --surface: color-mix(in srgb, var(--navy) 3%, var(--mist));
  --ink: var(--navy);
  --ink-soft: var(--navy-soft);
  --ivory: var(--mist);
  --paper: var(--mist);
  --line: color-mix(in srgb, var(--navy) 16%, var(--mist));
  --muted: color-mix(in srgb, var(--navy) 68%, var(--mist));
  --max: 1220px;
  --font-latin: Inter, Arial, sans-serif;
  --font-thai: "Noto Sans Thai", "Leelawadee UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-latin), var(--font-thai);
  letter-spacing: 0;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, summary, select, input):focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--mist);
}
section[id] { scroll-margin-top: 84px; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--navy);
  color: var(--mist);
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px max(24px, calc((100vw - var(--max)) / 2));
  background: color-mix(in srgb, var(--mist) 94%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 158px; height: 48px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: 24px; }
nav a { font-size: 14px; font-weight: 800; text-decoration: none; }
nav .language { border: 1px solid var(--ink); padding: 8px 10px; }

.hero {
  position: relative;
  min-height: min(680px, calc(100svh - 120px));
  overflow: hidden;
  display: grid;
  align-items: center;
  background: var(--mist);
  color: var(--navy);
}
.portrait-stage { position: absolute; inset: 0; overflow: hidden; background: var(--mist); }
.portrait-stage.is-portrait::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 64%; background: color-mix(in srgb, var(--navy) 62%, transparent); }
.portrait-picture { position: absolute; inset: 0; display: block; }
.portrait-picture img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: right center; }
.portrait-stage.is-portrait ~ .hero-copy { color: var(--mist); }
.portrait-stage.is-portrait ~ .hero-copy .lead,
.portrait-stage.is-portrait ~ .hero-copy .trust-row span { color: color-mix(in srgb, var(--mist) 82%, var(--navy)); }
.portrait-stage.is-portrait ~ .hero-copy .trust-row strong { color: var(--mist); }
.portrait-stage.is-portrait ~ .hero-copy .eyebrow,
.portrait-stage.is-portrait ~ .hero-copy .brand-tagline { color: var(--teal); }
.portrait-stage.is-portrait ~ .hero-copy .button.secondary { color: var(--mist); border-color: var(--mist); }
.portrait-stage.is-mascot .portrait-picture { inset: 2% 0 0 auto; width: 54%; }
.portrait-stage.is-mascot .portrait-picture img { object-fit: contain; object-position: center; }
.fresh-flow-art { position: absolute; right: calc((100vw - var(--max)) / 2 - 170px); top: 50%; width: min(58vw, 780px); height: auto; color: var(--teal); transform: translateY(-50%); }
.fresh-dots { color: var(--teal); }
.fresh-surface { fill: var(--mist); stroke: var(--navy); stroke-width: 8; }
.fresh-screen, .fresh-window { fill: color-mix(in srgb, var(--teal) 12%, var(--mist)); stroke: var(--navy); stroke-width: 6; }
.fresh-action, .fresh-awning, .fresh-pin-body, .fresh-stars path { fill: var(--teal); }
.fresh-pin-hole { fill: var(--mist); stroke: var(--navy); stroke-width: 8; }
.fresh-ui-line { fill: none; stroke: var(--navy); stroke-width: 8; stroke-linecap: round; opacity: .72; }
.fresh-current-base { fill: none; stroke: var(--navy); stroke-width: 20; stroke-linecap: round; opacity: .11; }
.fresh-current-line { fill: none; stroke: var(--teal); stroke-width: 9; stroke-linecap: round; stroke-dasharray: 18 28; animation: fresh-current 7s linear infinite; }
.fresh-pin { transform-origin: 812px 245px; animation: fresh-float 3.4s ease-in-out infinite; }
.fresh-stars path { transform-box: fill-box; transform-origin: center; animation: fresh-star 3s ease-in-out infinite; }
.fresh-stars path:nth-child(2) { animation-delay: .18s; }
.fresh-stars path:nth-child(3) { animation-delay: .36s; }
.fresh-flow-rule { position: absolute; right: 0; bottom: 0; z-index: 2; width: min(58vw, 760px); height: 5px; overflow: hidden; }
.fresh-flow-rule i { display: block; width: 100%; height: 100%; background: var(--teal); transform-origin: left; animation: fresh-rule 4.5s ease-in-out infinite; }
.hero-copy { position: relative; z-index: 3; width: min(650px, 52vw); margin-left: max(24px, calc((100vw - var(--max)) / 2)); padding: 76px 0; }
.eyebrow { margin: 0 0 16px; color: var(--teal-ink); font-size: 12px; font-weight: 950; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 18px; font-size: 68px; line-height: 1.02; font-weight: 950; }
.brand-tagline { margin-bottom: 16px; color: var(--teal-ink); font-size: 16px; font-weight: 850; }
.lead { max-width: 620px; color: var(--navy-soft); font-size: 24px; line-height: 1.45; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid currentColor; border-radius: 4px; text-decoration: none; font-weight: 900; }
.button.primary { color: var(--navy); background: var(--teal); border-color: var(--teal); }
.button.primary:hover { background: var(--mist); border-color: var(--navy); }
.button.secondary { color: var(--navy); background: transparent; border-color: var(--navy); }
.catalog-hero .button.secondary { color: var(--mist); border-color: var(--mist); }
.button.light { color: var(--navy); background: var(--mist); border-color: var(--mist); }
.button.is-disabled { opacity: .55; pointer-events: none; }
.trust-row { display: flex; gap: 26px; margin-top: 48px; flex-wrap: wrap; }
.trust-row span { min-width: 110px; display: grid; gap: 2px; color: var(--muted); font-size: 12px; }
.trust-row strong { color: var(--navy); font-size: 18px; }

@keyframes fresh-current { to { stroke-dashoffset: -184; } }
@keyframes fresh-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes fresh-star { 0%, 100% { opacity: .45; transform: scale(.86); } 45%, 70% { opacity: 1; transform: scale(1); } }
@keyframes fresh-rule { 0%, 100% { transform: scaleX(.32); } 50% { transform: scaleX(1); } }

.service-band, .capability-band, .offers-band, .process-band, .faq-band { padding: 90px max(24px, calc((100vw - var(--max)) / 2)); }
.service-band { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .guide-copy h2, .contact-band h2 { margin-bottom: 18px; font-size: 52px; line-height: 1.04; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 32px; background: var(--navy); color: var(--mist); border-radius: 4px; }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card:nth-child(2) .service-icon, .service-card:nth-child(5) .service-icon { color: var(--navy); background: var(--teal-soft); }
.service-card:nth-child(3) .service-icon, .service-card:nth-child(6) .service-icon { color: var(--navy); background: var(--teal); }
.service-card h3 { margin-bottom: 12px; font-size: 22px; }
.service-card p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }

.local-presence { display: grid; grid-template-columns: 1.3fr .7fr; gap: 0; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: var(--mist); border-block: 1px solid var(--line); }
.local-presence-message, .local-presence-facts { min-height: 270px; padding: 42px; }
.local-presence-message { border-right: 1px solid var(--line); }
.local-presence-message h2 { max-width: 720px; margin-bottom: 18px; font-size: 38px; line-height: 1.08; }
.local-presence-message > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.local-presence-facts { display: grid; align-content: center; gap: 12px; font-style: normal; background: var(--teal-soft); }
.local-presence-facts strong { font-size: 21px; }
.local-presence-facts span { color: var(--navy-soft); line-height: 1.55; }
.local-presence-facts a { font-weight: 900; }
.google-profile-link { display: flex; justify-content: space-between; gap: 14px; margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--navy); text-decoration: none; }

.vertical-door-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.vertical-door { min-height: 280px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; }
.vertical-door > span { color: var(--teal-ink); font-size: 12px; font-weight: 950; }
.vertical-door h3 { margin: 42px 0 12px; font-size: 25px; }
.vertical-door p { flex: 1; color: var(--navy-soft); line-height: 1.55; }
.vertical-door small { padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--navy) 38%, transparent); color: var(--navy); font-weight: 850; }
.vertical-door:hover { background: var(--mist); }

.capability-band { background: var(--navy); color: var(--mist); }
.capability-band .eyebrow { color: var(--teal); }
.capability-band .section-heading > p:last-child { color: color-mix(in srgb, var(--mist) 76%, var(--navy)); }
.capability-door-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid color-mix(in srgb, var(--mist) 20%, var(--navy)); border-left: 1px solid color-mix(in srgb, var(--mist) 20%, var(--navy)); }
.capability-door { min-height: 360px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid color-mix(in srgb, var(--mist) 20%, var(--navy)); border-bottom: 1px solid color-mix(in srgb, var(--mist) 20%, var(--navy)); }
.capability-door-topline { display: flex; justify-content: space-between; color: var(--teal); font-size: 12px; font-weight: 950; }
.capability-door-topline small { color: color-mix(in srgb, var(--mist) 66%, var(--navy)); }
.capability-door h3 { margin: 42px 0 12px; color: var(--mist); font-size: 27px; }
.capability-door > p { color: color-mix(in srgb, var(--mist) 72%, var(--navy)); line-height: 1.55; }
.capability-door ul { flex: 1; margin: 18px 0 28px; padding-left: 18px; color: color-mix(in srgb, var(--mist) 88%, var(--navy)); line-height: 1.65; }
.capability-door a, .capability-all-link { display: flex; justify-content: space-between; gap: 14px; padding-top: 15px; border-top: 1px solid color-mix(in srgb, var(--mist) 20%, var(--navy)); color: var(--mist); text-decoration: none; font-weight: 900; }
.capability-door a span, .capability-all-link span { color: var(--teal); }
.capability-all-link { max-width: 520px; margin-top: 34px; }

.guide-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: var(--teal-soft); }
.guide-copy .eyebrow { color: var(--navy); }
.guide-copy > p:last-child { font-size: 18px; line-height: 1.6; }
.guide-tool { background: var(--paper); border: 1px solid var(--ink); border-radius: 6px; padding: 26px; }
.need-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.need-button { min-height: 42px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 4px; background: var(--mist); color: var(--ink); font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; }
.need-button:hover, .need-button.active { border-color: var(--navy); background: var(--navy); color: var(--mist); }
.guide-result { min-height: 188px; display: grid; align-content: start; gap: 12px; margin-top: 20px; padding: 24px; background: var(--mist); border-left: 5px solid var(--teal); }
.guide-result small { color: var(--teal-ink); font-weight: 900; }
.guide-result strong { font-size: 24px; }
.guide-result p { min-height: 48px; margin-bottom: 0; color: var(--muted); line-height: 1.5; }
.guide-result .button { justify-self: start; }

.offers-band { background: var(--surface); }
.offer-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.offer-card { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 24px; background: var(--mist); border: 1px solid var(--line); border-radius: 6px; }
.offer-card.featured { background: var(--navy); color: var(--mist); border-color: var(--navy); }
.offer-card.is-recommended { outline: 4px solid var(--teal); outline-offset: 3px; }
.offer-topline { min-height: 26px; display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 900; }
.featured .offer-topline { color: color-mix(in srgb, var(--mist) 76%, var(--navy)); }
.offer-topline strong { color: var(--teal-ink); }
.featured .offer-topline strong { color: var(--teal); }
.offer-card h3 { min-height: 58px; margin: 16px 0 10px; font-size: 23px; }
.offer-card > p { min-height: 112px; color: var(--muted); line-height: 1.55; }
.featured > p { color: color-mix(in srgb, var(--mist) 76%, var(--navy)); }
.price { margin: 10px 0 22px; font-size: 42px; line-height: 1; font-weight: 950; }
.price > span { margin-right: 8px; color: var(--muted); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.price small { font-size: 18px; vertical-align: top; }
.price em { margin-left: 4px; color: var(--muted); font-size: 12px; font-style: normal; }
.offer-card ul { flex: 1; margin: 0 0 22px; padding-left: 18px; }
.offer-card li { margin: 9px 0; line-height: 1.4; }
.offer-card > p.offer-scope-note { min-height: 0; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.text-link { display: flex; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); text-decoration: none; font-weight: 900; }
.featured .text-link { border-color: color-mix(in srgb, var(--mist) 18%, var(--navy)); }
.text-link span { color: var(--teal-ink); }
.featured .text-link span { color: var(--teal); }

.process-band { background: var(--mist); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-list li { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list span { display: block; margin-bottom: 54px; color: var(--teal-ink); font-weight: 950; }
.process-list strong { display: block; margin-bottom: 10px; font-size: 22px; }
.process-list p { color: var(--muted); line-height: 1.55; }

.faq-band { background: var(--paper); }
.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 52px 24px 0; color: var(--navy); font-size: 20px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--teal-ink); font-size: 28px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); font-size: 17px; line-height: 1.65; }

.contact-band { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--mist); }
.contact-band .eyebrow { color: var(--teal); }
.contact-band :where(a, button):focus-visible,
.catalog-hero :where(a, button):focus-visible,
.ladder-band :where(a, button):focus-visible { outline-color: var(--teal); box-shadow: 0 0 0 5px var(--navy); }
.contact-band > p:not(.eyebrow) { max-width: 680px; color: color-mix(in srgb, var(--mist) 82%, var(--navy)); font-size: 19px; line-height: 1.6; }
.contact-band .button { margin-top: 16px; }
.mail-link { display: inline-block; margin-left: 22px; color: var(--mist); font-weight: 800; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: color-mix(in srgb, var(--mist) 74%, var(--navy)); font-size: 13px; }
.legal-page { max-width: 760px; margin: 0 auto; padding: 100px 24px; }
.legal-page h1 { font-size: 64px; }
.legal-page p { font-size: 18px; line-height: 1.7; }

.catalog-hero {
  min-height: 560px;
  display: grid;
  align-content: center;
  padding: 88px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--mist);
}
.catalog-hero .eyebrow { color: var(--teal); }
.catalog-hero h1 { max-width: 980px; margin-bottom: 24px; font-size: 72px; }
.catalog-hero > p:not(.eyebrow) { max-width: 760px; color: color-mix(in srgb, var(--mist) 78%, var(--navy)); font-size: 26px; line-height: 1.5; }
.catalog-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.catalog-index {
  display: flex;
  gap: 8px;
  padding: 18px max(24px, calc((100vw - var(--max)) / 2));
  overflow-x: auto;
  background: var(--teal-soft);
  border-bottom: 1px solid var(--ink);
}
.catalog-index a { flex: 0 0 auto; padding: 9px 12px; border: 1px solid var(--ink); border-radius: 4px; font-size: 13px; font-weight: 900; text-decoration: none; }
.catalog-category { padding: 86px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.catalog-category:nth-of-type(even) { background: var(--ivory); }
.catalog-category-heading { display: grid; grid-template-columns: 72px minmax(0, 760px); gap: 20px; margin-bottom: 36px; }
.catalog-category-heading > span { color: var(--teal-ink); font-size: 14px; font-weight: 950; }
.catalog-category-heading h2 { margin-bottom: 12px; font-size: 48px; line-height: 1.04; }
.catalog-category-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.catalog-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.catalog-service { min-height: 390px; display: flex; flex-direction: column; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.catalog-category:nth-of-type(odd) .catalog-service { background: var(--ivory); }
.catalog-service-topline { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 900; }
.catalog-service-topline span { color: var(--teal-ink); }
.catalog-service h3 { margin: 24px 0 12px; font-size: 24px; line-height: 1.15; }
.catalog-service > p { color: var(--muted); line-height: 1.6; }
.catalog-service ul { flex: 1; margin: 4px 0 24px; padding-left: 18px; }

.capabilities-hero { min-height: 650px; }
.capability-stats { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 30px; background: color-mix(in srgb, var(--mist) 18%, var(--ink)); }
.capability-stats span { min-width: 160px; display: grid; gap: 4px; padding: 16px 20px; background: var(--ink); color: color-mix(in srgb, var(--mist) 72%, var(--ink)); font-size: 13px; }
.capability-stats strong { color: var(--teal); font-size: 30px; line-height: 1; }
.capability-category { padding: 86px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.capability-category:nth-of-type(even) { background: var(--ivory); }
.capability-category-heading { display: grid; grid-template-columns: 72px minmax(0, 780px); gap: 20px; margin-bottom: 36px; }
.capability-category-heading > span { color: var(--teal-ink); font-size: 14px; font-weight: 950; }
.capability-category-heading h2 { margin: 5px 0 12px; font-size: 48px; line-height: 1.04; }
.capability-category-heading > div > p:last-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.capability-item-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.capability-item { min-height: 320px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 4px; background: var(--mist); }
.capability-category:nth-of-type(even) .capability-item { background: var(--paper); }
.capability-item-topline { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.capability-item-topline span { color: var(--teal-ink); }
.capability-item.is-later .capability-item-topline span { color: var(--muted); }
.capability-item h3 { margin: 42px 0 14px; font-size: 25px; line-height: 1.12; }
.capability-item > p { flex: 1; color: var(--muted); line-height: 1.6; }
.capability-item > a { display: flex; justify-content: space-between; gap: 12px; padding-top: 15px; border-top: 1px solid var(--line); text-decoration: none; font-weight: 900; }
.capability-item > a span { color: var(--teal-ink); }
.catalog-service li { margin: 7px 0; line-height: 1.4; }
.catalog-service-footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.catalog-service-footer > span { display: grid; color: var(--muted); font-size: 11px; }
.catalog-service-footer b { color: var(--ink); font-size: 23px; }
.catalog-service-footer small { margin-left: 3px; }
.catalog-service-footer a { max-width: 150px; text-align: right; font-size: 13px; font-weight: 900; text-decoration: none; }
.vertical-band { padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: var(--teal-soft); }
.vertical-band .eyebrow { color: var(--navy); }
.vertical-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.vertical-card { min-height: 290px; padding: 26px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.vertical-card h3 { font-size: 23px; }
.vertical-card p { min-height: 72px; line-height: 1.55; }
.vertical-card ul { margin: 0; padding: 16px 0 0; list-style: none; border-top: 1px solid color-mix(in srgb, var(--navy) 45%, transparent); }
.vertical-card li { margin: 7px 0; }
.vertical-card a { font-size: 13px; font-weight: 850; }
.vertical-hero { min-height: 610px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--mist); }
.vertical-hero h1 { max-width: 900px; }
.vertical-hero > div > p:not(.eyebrow) { max-width: 720px; color: color-mix(in srgb, var(--mist) 78%, var(--navy)); font-size: 21px; line-height: 1.6; }
.vertical-hero .eyebrow { color: var(--teal); }
.vertical-hero .button.secondary { color: var(--mist); border-color: var(--mist); }
.vertical-local-proof { display: grid; gap: 12px; padding: 28px; border: 1px solid color-mix(in srgb, var(--mist) 28%, var(--navy)); border-radius: 4px; }
.vertical-local-proof strong { font-size: 22px; line-height: 1.3; }
.vertical-local-proof p { color: color-mix(in srgb, var(--mist) 72%, var(--navy)); line-height: 1.55; }
.vertical-local-proof a { display: flex; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid color-mix(in srgb, var(--mist) 24%, var(--navy)); color: var(--mist); font-weight: 900; text-decoration: none; }
.vertical-local-proof a span { color: var(--teal); }
.vertical-ready, .vertical-services { padding: 90px max(24px, calc((100vw - var(--max)) / 2)); }
.vertical-ready { background: var(--teal-soft); }
.vertical-services { background: var(--paper); }
.vertical-offer-grid, .vertical-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vertical-offer-card, .vertical-service-card { min-height: 330px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 4px; background: var(--mist); }
.vertical-offer-card h3, .vertical-service-card h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.15; }
.vertical-offer-card > p:not(.eyebrow), .vertical-service-card > p { flex: 1; color: var(--muted); line-height: 1.6; }
.vertical-offer-card > strong { margin: 16px 0 22px; font-size: 34px; }
.vertical-offer-card .button { align-self: flex-start; }
.vertical-service-status { display: flex; justify-content: space-between; gap: 12px; color: var(--teal-ink); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.vertical-service-status strong { color: var(--navy); font-size: 16px; }
.vertical-service-card h3 { margin-top: 42px; }
.vertical-service-card > a { display: flex; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 900; text-decoration: none; }
.vertical-service-card > a span { color: var(--teal-ink); }
.vertical-service-card.is-later { background: var(--surface); }
.vertical-faq { background: var(--mist); }
.ladder-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--mist); }
.ladder-band .eyebrow { color: var(--teal); }
.ladder-band h2 { font-size: 52px; line-height: 1.04; }
.ladder-band ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid color-mix(in srgb, var(--mist) 18%, var(--navy)); }
.ladder-band li { min-height: 82px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid color-mix(in srgb, var(--mist) 18%, var(--navy)); }
.ladder-band li > span { color: var(--teal); font-size: 12px; font-weight: 950; }
.ladder-band li div { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.ladder-band li strong { font-size: 18px; }
.ladder-band li small { color: color-mix(in srgb, var(--mist) 72%, var(--navy)); font-size: 13px; }

.ora-page { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; }
.ora-page h1 { font-size: 1.6rem; margin-bottom: .25rem; }
.ora-meta { color: var(--muted); margin-bottom: 1.5rem; }
.ora-filters { display: flex; flex-wrap: wrap; gap: 1rem; align-items: end; margin-bottom: 1.5rem; }
.ora-filters label { display: flex; flex-direction: column; gap: .25rem; font-size: .85rem; }
.ora-filters select, .ora-filters input, .ora-filters button { padding: .45rem .6rem; font: inherit; }
.ora-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); }
.ora-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.ora-table th, .ora-table td { text-align: left; padding: .65rem .5rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.ora-table th { position: sticky; top: 0; background: var(--mist); }
.ora-table td:nth-child(1) { font-weight: 700; }
.ora-table a { color: var(--teal-ink); }
.ora-area { display: block; min-width: 180px; margin-top: .3rem; color: var(--muted); line-height: 1.35; }
.ora-gap { min-width: 260px; max-width: 360px; line-height: 1.45; }
.confidence-badge { display: inline-flex; padding: .25rem .4rem; border: 1px solid var(--line); font-size: .7rem; font-weight: 900; }
.confidence-badge.fact { color: var(--navy); background: var(--teal-soft); border-color: var(--teal); }
.confidence-badge.hypothese { color: var(--muted); background: var(--mist); }
.review-badge { display: inline-flex; padding: .25rem .4rem; background: var(--navy); color: var(--mist); font-size: .7rem; font-weight: 900; }
.review-badge.raw { background: var(--mist); color: var(--muted); border: 1px solid var(--line); }
.ora-review-status { display: block; min-width: 150px; margin-top: .35rem; color: var(--muted); line-height: 1.35; overflow-wrap: anywhere; }
.ora-table details { min-width: 190px; }
.ora-table summary { color: var(--navy); font-weight: 800; cursor: pointer; }
.ora-table details p, .ora-table details small { display: block; margin: .55rem 0 0; line-height: 1.45; }
.ora-table details small { color: var(--muted); }
.ora-status { min-width: 112px; padding: .4rem; border: 1px solid var(--line); background: var(--mist); color: var(--navy); font: inherit; }
.ora-status-summary { display: inline-flex; gap: .45rem; margin-left: .4rem; color: var(--navy); font-weight: 700; }
.ora-empty { padding: 2rem; text-align: center; color: var(--muted); }

.audit-page { max-width: 920px; margin: 0 auto; padding: 48px 24px 80px; }
.audit-back { display: inline-block; margin-bottom: 34px; font-weight: 850; }
.audit-stamp { display: inline-flex; max-width: 100%; margin-bottom: 18px; padding: 7px 10px; border: 2px solid var(--navy); color: var(--navy); font-size: 12px; font-weight: 950; overflow-wrap: anywhere; }
.audit-page h1 { max-width: 820px; font-size: clamp(38px, 6vw, 64px); line-height: 1; overflow-wrap: anywhere; }
.audit-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 44px; padding: 0; list-style: none; }
.audit-meta li { padding: 8px 10px; background: var(--teal-soft); font-size: 13px; font-weight: 850; }
.audit-section { padding: 32px 0; border-top: 1px solid var(--line); }
.audit-section h2 { max-width: 680px; font-size: 34px; }
.audit-section p, .audit-section li { max-width: 760px; font-size: 17px; line-height: 1.65; }
.audit-gap { display: grid; gap: 14px; padding: 24px; border-left: 5px solid var(--teal); background: var(--surface); }
.audit-gap span { display: block; }
.audit-source { overflow-wrap: anywhere; }
.audit-source ul { padding-left: 20px; }
.audit-private { padding: 24px; background: var(--navy); color: var(--mist); }
.audit-private strong { color: var(--teal); }

.playbooks-page > h1 { margin-bottom: 10px; font-size: 48px; }
.playbook-gate, .playbook-rules { display: grid; gap: 8px; margin: 24px 0 32px; padding: 20px; border-left: 5px solid var(--teal); background: var(--surface); }
.playbook-gate strong, .playbook-rules strong { color: var(--navy); font-size: 14px; text-transform: uppercase; }
.playbook-gate span, .playbook-rules span { display: block; line-height: 1.5; }
.playbook-rules small { color: var(--muted); line-height: 1.5; }
.playbook-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.playbook-card { min-height: 390px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 4px; background: var(--mist); }
.playbook-card h2 { margin-bottom: 12px; font-size: 28px; }
.playbook-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.playbook-card .button { align-self: flex-start; margin-top: auto; }
.playbook-card-topline { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 30px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.playbook-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 18px 0 28px; background: var(--line); }
.playbook-facts div { padding: 12px; background: var(--paper); }
.playbook-facts dt { margin-bottom: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.playbook-facts dd { margin: 0; color: var(--navy); font-size: 14px; font-weight: 900; }
.playbook-compose { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 26px; padding: 16px 0; border-block: 1px solid var(--line); }
.playbook-compose strong { margin-right: 8px; }
.playbook-compose a { font-weight: 850; }
.playbook-intake, .playbook-workflow, .playbook-list { margin: 0; padding: 0; list-style: none; }
.playbook-intake li, .playbook-list li { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(0, 1fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.playbook-list li { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.playbook-required { color: var(--teal-ink); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.playbook-workflow { counter-reset: step; }
.playbook-workflow > li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.playbook-step-number { width: 44px; height: 44px; display: grid; place-items: center; background: var(--navy); color: var(--mist); font-weight: 950; }
.playbook-workflow h3 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; margin-bottom: 12px; font-size: 20px; }
.playbook-workflow p { display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(0, 1fr); gap: 16px; margin-bottom: 0; }
.playbook-workflow p strong { color: var(--teal-ink); font-size: 11px; text-transform: uppercase; }
.playbook-qa li { border-left: 4px solid var(--teal); padding-left: 14px; }
.playbook-exclusions li { border-left: 4px solid var(--navy); padding-left: 14px; }

.receipt-page > h1 { max-width: 900px; margin-bottom: 12px; font-size: 52px; }
.receipt-form { margin: 30px 0 16px; padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.receipt-form label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 950; text-transform: uppercase; }
.receipt-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.receipt-form input { min-height: 48px; min-width: 0; padding: 10px 12px; border: 1px solid var(--line); background: var(--mist); color: var(--navy); font: inherit; }
.receipt-examples { margin-bottom: 34px; }
.receipt-examples summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.receipt-examples ul { display: flex; flex-wrap: wrap; gap: 10px 20px; padding-left: 20px; }
.receipt-notice { display: grid; gap: 8px; margin-top: 34px; padding: 22px; border-left: 5px solid var(--navy); background: var(--surface); }
.receipt-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line); }
.receipt-heading h2 { margin: 0; font-size: 42px; }
.receipt-id { padding: 8px 10px; background: var(--navy); color: var(--mist); font-size: 12px; font-weight: 950; }
.receipt-source { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 12px; margin: 20px 0 28px; }
.receipt-source a { overflow-wrap: anywhere; }
.receipt-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.receipt-card { min-height: 300px; padding: 24px; border: 1px solid var(--line); border-radius: 4px; background: var(--mist); }
.receipt-card h3 { margin: 24px 0 16px; font-size: 24px; }
.receipt-card p { color: var(--navy-soft); line-height: 1.58; }
.receipt-card small { display: block; margin-top: 18px; color: var(--muted); }
.receipt-number { display: inline-grid; width: 36px; height: 36px; place-items: center; background: var(--teal); color: var(--navy); font-weight: 950; }
.receipt-action-card { background: var(--navy); color: var(--mist); }
.receipt-action-card h3, .receipt-action-card p { color: var(--mist); }
.receipt-boundary { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.receipt-boundary strong { color: var(--teal); }
.receipt-boundary ul { padding-left: 18px; line-height: 1.7; }
.receipt-footer { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; margin-top: 16px; padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.receipt-footer span { flex: 1 1 280px; }

@media (max-width: 1050px) {
  h1 { font-size: 56px; }
  .fresh-flow-art { right: -90px; width: 720px; opacity: .72; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-card { min-height: 460px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-door-grid, .capability-item-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-service-grid, .vertical-grid, .vertical-door-grid, .vertical-offer-grid, .vertical-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vertical-hero { grid-template-columns: 1fr 320px; gap: 36px; }
}
@media (min-width: 761px) and (max-width: 1050px) {
  .hero { min-height: 700px; overflow: hidden; }
  .fresh-flow-art { top: 26px; right: -130px; width: 450px; opacity: .28; }
  .hero-copy { width: 58vw; margin-left: 32px; padding: 64px 0; }
  .hero-copy h1 { font-size: 46px; }
  .hero-copy .lead { font-size: 20px; }
}
@media (max-width: 760px) {
  .topbar { min-height: 0; grid-template-columns: minmax(0, 1fr); display: grid; gap: 2px; padding: 7px 16px 10px; }
  .brand img { width: 100px; height: 42px; }
  .topbar nav { width: 100%; min-width: 0; justify-content: flex-start; align-content: start; flex-wrap: wrap; gap: 0 4px; overflow: visible; }
  .topbar nav a { flex: 0 0 auto; padding: 7px; font-size: 12px; line-height: 1.2; white-space: nowrap; }
  .hero { min-height: min(730px, calc(100svh - 126px)); align-items: end; }
  .portrait-stage.is-portrait::after { inset: 0; width: auto; background: color-mix(in srgb, var(--navy) 68%, transparent); }
  .portrait-picture { bottom: auto; height: 46%; }
  .portrait-picture img { object-position: 62% 24%; }
  .portrait-stage.is-mascot .portrait-picture { inset: 0 -38px auto auto; width: 100%; height: 310px; }
  .portrait-stage.is-mascot .portrait-picture img { object-fit: contain; object-position: center top; }
  .fresh-flow-art { top: 18px; right: -210px; width: 620px; transform: none; opacity: .42; }
  .fresh-flow-rule { width: 100%; }
  .hero-copy { align-self: end; width: auto; margin-left: 0; padding: 300px 20px 28px; }
  h1 { font-size: 40px; }
  .brand-tagline { font-size: 14px; }
  .lead { font-size: 18px; }
  .trust-row { margin-top: 24px; gap: 16px; }
  .service-band, .capability-band, .offers-band, .process-band, .faq-band { padding: 68px 20px; }
  .section-heading h2, .guide-copy h2, .contact-band h2, .ladder-band h2 { font-size: 38px; }
  .service-grid, .offer-grid, .process-list { grid-template-columns: 1fr; }
  .capability-door-grid, .capability-item-grid { grid-template-columns: 1fr; }
  .capability-door { min-height: auto; }
  .capability-category { padding: 68px 20px; }
  .capability-category-heading { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .capability-category-heading h2 { font-size: 38px; }
  .capability-item { min-height: auto; }
  .capability-stats { display: grid; grid-template-columns: 1fr; }
  .service-card { min-height: 210px; }
  .local-presence { grid-template-columns: 1fr; padding: 0; }
  .local-presence-message, .local-presence-facts { min-height: 0; padding: 34px 20px; }
  .local-presence-message { border-right: 0; border-bottom: 1px solid var(--line); }
  .local-presence-message h2 { font-size: 32px; }
  .guide-band { grid-template-columns: 1fr; gap: 24px; padding: 68px 20px; }
  .guide-tool { padding: 16px; }
  .offer-card { min-height: auto; }
  .offer-card > p, .offer-card h3 { min-height: 0; }
  .contact-band { padding: 72px 20px; }
  .mail-link { display: block; margin: 22px 0 0; }
  footer { flex-direction: column; padding: 28px 20px; }
  .catalog-hero { min-height: 520px; padding: 72px 20px; }
  .catalog-hero h1 { font-size: 50px; }
  .catalog-hero > p:not(.eyebrow) { font-size: 21px; }
  .legal-page h1 { font-size: 46px; }
  .playbook-grid { grid-template-columns: 1fr; }
  .playbook-card { min-height: auto; }
  .playbook-facts { grid-template-columns: 1fr; }
  .playbook-intake li, .playbook-list li { grid-template-columns: 1fr; gap: 7px; }
  .playbook-workflow > li { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .playbook-step-number { width: 38px; height: 38px; }
  .playbook-workflow h3, .playbook-workflow p { grid-template-columns: 1fr; gap: 7px; }
  .receipt-page > h1 { font-size: 40px; }
  .receipt-form > div, .receipt-grid { grid-template-columns: 1fr; }
  .receipt-form .button { width: 100%; }
  .receipt-heading { align-items: stretch; flex-direction: column; }
  .receipt-heading h2 { font-size: 34px; }
  .receipt-id { align-self: flex-start; }
  .receipt-boundary { grid-template-columns: 1fr; }
  .catalog-index { padding: 14px 20px; }
  .catalog-category, .vertical-band, .vertical-ready, .vertical-services { padding: 68px 20px; }
  .catalog-category-heading { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; }
  .catalog-service-grid, .vertical-grid, .vertical-door-grid, .vertical-offer-grid, .vertical-service-grid { grid-template-columns: 1fr; }
  .vertical-door, .vertical-offer-card, .vertical-service-card { min-height: 0; }
  .vertical-hero { min-height: 0; grid-template-columns: 1fr; gap: 32px; padding: 72px 20px; }
  .vertical-hero h1 { font-size: 44px; }
  .catalog-service { min-height: 0; }
  .catalog-service-footer { align-items: center; }
  .ladder-band { grid-template-columns: 1fr; gap: 28px; padding: 68px 20px; }
  .ladder-band li div { align-items: start; flex-direction: column; gap: 3px; }
  .ora-chatbot { right: 12px; bottom: 12px; }
  .ora-chat-toggle { padding: 10px; }
  .ora-chat-toggle > span:last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .fresh-current-line, .fresh-pin, .fresh-stars path, .fresh-flow-rule i { animation: none !important; }
  .fresh-stars path { opacity: 1; transform: none; }
  .fresh-flow-rule i { transform: none; }
  .ora-companion-mark img { animation: none !important; }
  .ora-chat-loading span { animation: none !important; transform: scale(1); }
}

@media print {
  .topbar, .audit-back, .audit-private { display: none !important; }
  .audit-page { max-width: none; padding: 0; }
  .audit-section { break-inside: avoid; }
}

/* Ora chatbot widget */
.ora-chatbot { position: fixed; right: 20px; bottom: 20px; z-index: 100; font-family: var(--font-latin), var(--font-thai); }
.ora-chat-toggle {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 18px; border: 0; border-radius: 999px;
  background: var(--teal); color: var(--navy);
  font-size: 15px; font-weight: 800; cursor: pointer;
  box-shadow: 0 8px 24px rgba(31,40,71,.18);
}
.ora-chat-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.ora-companion-mark { width: 30px; height: 30px; overflow: hidden; display: inline-grid; place-items: center; border: 1px solid color-mix(in srgb, var(--navy) 15%, transparent); border-radius: 50%; background: var(--mist); }
.ora-companion-mark img { width: 38px; height: 38px; object-fit: cover; transform: scale(1.22); animation: ora-companion-wink 7s ease-in-out infinite; }
.ora-chat-window {
  position: absolute; right: 0; bottom: 68px;
  width: min(360px, calc(100vw - 40px));
  background: var(--mist); border: 1px solid var(--line);
  border-radius: 16px; box-shadow: 0 16px 48px rgba(31,40,71,.22);
  display: flex; flex-direction: column; overflow: hidden;
}
.ora-chat-window[hidden] { display: none; }
.ora-chat-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; background: var(--navy); color: var(--mist);
}
.ora-chat-tools { display: flex; align-items: center; gap: 6px; }
.ora-chat-sound { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(255,255,255,.22); color: var(--mist); cursor: pointer; }
.ora-chat-sound[aria-pressed="false"] { opacity: .48; }
.ora-chat-sound svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.ora-chat-header strong { display: block; font-size: 15px; }
.ora-chat-header small { display: block; opacity: .72; font-size: 12px; }
.ora-chat-close {
  width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.78); border-radius: 50%;
  background: rgba(255,255,255,.22); color: var(--mist);
  font-size: 22px; line-height: 1; cursor: pointer;
}
@keyframes ora-companion-wink {
  0%, 91%, 96%, 100% { transform: scale(1.22) scaleY(1); }
  93% { transform: scale(1.22) scaleY(.84); }
}
.ora-chat-messages {
  height: 320px; overflow-y: auto; padding: 14px;
  display: flex; flex-direction: column; gap: 10px;
}
.ora-chat-bubble { display: flex; }
.ora-chat-bubble > div {
  max-width: 84%; padding: 10px 13px; border-radius: 14px;
  font-size: 14px; line-height: 1.45; white-space: pre-wrap;
}
.ora-chat-user { justify-content: flex-end; }
.ora-chat-user > div { background: var(--teal); color: var(--navy); border-bottom-right-radius: 4px; }
.ora-chat-bot > div { background: var(--surface); color: var(--ink); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.ora-chat-form {
  display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: var(--mist);
}
.ora-chat-form input {
  flex: 1; padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; font: inherit; font-size: 14px;
}
.ora-chat-form button { padding: 10px 16px; border-radius: 999px; }
.ora-chat-footer { padding: 8px 12px 12px; text-align: center; }
.ora-human-link { font-size: 12px; color: var(--teal-ink); text-decoration: underline; }
.ora-chat-loading > div { display: flex; gap: 4px; align-items: center; }
.ora-chat-loading span {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  background: var(--muted); animation: ora-chat-dot 1.2s infinite ease-in-out both;
}
.ora-chat-loading span:nth-child(1) { animation-delay: 0s; }
.ora-chat-loading span:nth-child(2) { animation-delay: .2s; }
.ora-chat-loading span:nth-child(3) { animation-delay: .4s; }
@keyframes ora-chat-dot { 0%,80%,100% { transform: scale(0); } 40% { transform: scale(1); } }
@media (max-width: 480px) {
  .ora-chatbot { right: 12px; bottom: 12px; }
  .ora-chat-window { width: calc(100vw - 24px); bottom: 60px; }
  .ora-chat-messages { height: 260px; }
}
/* Offer landing pages */
.offer-page { max-width: 720px; }
.offer-page .lead { font-size: 18px; color: var(--muted); margin-bottom: 28px; }
.offer-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.offer-facts span { min-height: 110px; display: grid; align-content: center; gap: 4px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-facts strong { font-size: 20px; }
.offer-facts small { color: var(--muted); }
.offer-detail { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 24px; margin: 24px 0; }
.offer-detail h2 { font-size: 18px; margin-bottom: 14px; }
.offer-detail ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.offer-detail li { padding-left: 24px; position: relative; }
.offer-detail li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-ink); font-weight: 800; }
.offer-page .button.primary { display: inline-block; margin-top: 8px; }
.offer-page .note { font-size: 13px; color: var(--muted); margin-top: 20px; }
.offer-audience { display: flex; flex-wrap: wrap; gap: 8px; }
.offer-audience span { padding: 8px 10px; border: 1px solid var(--line); background: var(--mist); font-weight: 750; }
.offer-faq details { padding: 12px 0; border-top: 1px solid var(--line); }
.offer-faq details:first-of-type { border-top: 0; }
.offer-faq summary { cursor: pointer; font-weight: 850; }
.offer-faq details p { margin: 10px 0 0; color: var(--muted); line-height: 1.6; }
.offer-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.catalog-service-actions { display: grid; justify-items: end; gap: 7px; }
@media (max-width: 560px) {
  .offer-facts { grid-template-columns: 1fr; }
  .catalog-service-actions { justify-items: start; }
}

/* Public bilingual guides */
.guides-page, .guide-page {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 96px;
}
.guides-intro { max-width: 820px; padding-bottom: 52px; }
.guides-intro h1, .guide-page > header h1 { font-size: clamp(44px, 6vw, 76px); }
.guides-intro > p:last-child, .guide-page > header .lead { max-width: 760px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.guide-list { border-top: 1px solid var(--line); }
.guide-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.guide-card-number { color: var(--teal-ink); font-size: 30px; font-weight: 950; }
.guide-card h2 { max-width: 820px; margin-bottom: 12px; font-size: clamp(27px, 4vw, 42px); line-height: 1.12; }
.guide-card h2 a { text-decoration: none; }
.guide-card h2 a:hover { text-decoration: underline; text-decoration-color: var(--teal); text-decoration-thickness: 4px; text-underline-offset: 5px; }
.guide-card > div > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.guide-card-meta { display: flex; gap: 12px; margin: 18px 0; color: var(--muted); font-size: 13px; }
.guide-card-meta span + span::before, .guide-card-meta time + span::before { content: "·"; margin-right: 12px; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 46px; color: var(--muted); }
.breadcrumbs a { font-weight: 800; }
.guide-page { max-width: 900px; }
.guide-page > header { padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.guide-page article { display: grid; gap: 28px; padding: 40px 0; }
.guide-section { padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.guide-section h2 { font-size: 26px; }
.guide-section p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.guide-section ul { margin: 20px 0 0; padding-left: 22px; display: grid; gap: 10px; line-height: 1.55; }
.guide-section li::marker { color: var(--teal-ink); }
.guide-next { padding: 34px; background: var(--navy); color: var(--mist); }
.guide-next h2 { font-size: 30px; }
.guide-next > p:not(.eyebrow) { max-width: 650px; color: color-mix(in srgb, var(--mist) 78%, var(--navy)); line-height: 1.65; }
.guide-next .button.secondary { color: var(--mist); border-color: var(--mist); }
@media (max-width: 760px) {
  .guides-page, .guide-page { width: calc(100% - 40px); padding: 52px 0 72px; }
  .guides-intro h1, .guide-page > header h1 { font-size: 40px; }
  .guide-card { grid-template-columns: 44px minmax(0, 1fr); gap: 10px; padding: 28px 0; }
  .guide-card-number { font-size: 22px; }
  .guide-card h2 { font-size: 28px; }
  .guide-section, .guide-next { padding: 22px; }
}

/* Request builder: no storage, opens the customer's chosen app */
.intake-page {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 96px;
}
.intake-page > header { max-width: 820px; margin-bottom: 44px; }
.intake-page > header h1 { font-size: clamp(46px, 6vw, 74px); }
.intake-page > header .lead { color: var(--muted); font-size: 20px; line-height: 1.65; }
.intake-form { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 24px; align-items: start; }
.intake-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.intake-fields label { display: grid; gap: 8px; }
.intake-fields label > span { font-weight: 850; }
.intake-fields input, .intake-fields select, .intake-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  font: inherit;
}
.intake-fields textarea { resize: vertical; line-height: 1.5; }
.intake-wide { grid-column: 1 / -1; }
.intake-summary { position: sticky; top: 96px; padding: 24px; background: var(--navy); color: var(--mist); }
.intake-summary pre { min-height: 190px; margin: 0 0 20px; white-space: pre-wrap; overflow-wrap: anywhere; color: var(--mist); font: 14px/1.65 var(--font-latin), var(--font-thai); }
.intake-summary .button.secondary { color: var(--mist); border-color: var(--mist); }
.intake-summary small { display: block; margin-top: 16px; color: color-mix(in srgb, var(--mist) 72%, var(--navy)); line-height: 1.5; }
@media (max-width: 760px) {
  .intake-page { width: calc(100% - 40px); padding: 52px 0 72px; }
  .intake-page > header h1 { font-size: 40px; }
  .intake-form, .intake-fields { grid-template-columns: 1fr; }
  .intake-wide { grid-column: auto; }
  .intake-summary { position: static; }
}

/* Public idea wall + private service request split */
.community-invite {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 42px;
  align-items: end;
  padding: 78px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--mist);
  border-top: 1px solid var(--line);
}
.community-invite h2 { max-width: 760px; font-size: clamp(34px, 5vw, 62px); }
.community-invite p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.community-invite-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.community-shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 100px;
}
.community-hero { max-width: 900px; margin-bottom: 48px; }
.community-hero h1 { max-width: 880px; font-size: clamp(46px, 7vw, 82px); }
.community-hero > p:last-child { max-width: 760px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.community-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 24px;
  align-items: start;
}
.community-composer { padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.community-composer form { display: grid; gap: 18px; }
.community-composer label { display: grid; gap: 8px; }
.community-composer label > span { font-weight: 850; }
.community-composer input,
.community-composer select,
.community-composer textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  font: inherit;
}
.community-composer textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
.community-field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.community-boundary { margin: 0; padding: 14px 16px; border-left: 4px solid var(--teal); background: var(--mist); color: var(--muted); font-size: 13px; line-height: 1.55; }
.community-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.community-form-status, .community-list-status { min-height: 24px; margin: 0; color: var(--teal-ink); font-weight: 750; }
.community-private-route { padding: 30px; background: var(--navy); color: var(--mist); }
.community-private-route h2 { font-size: 32px; }
.community-private-route > p:not(.eyebrow) { color: color-mix(in srgb, var(--mist) 76%, var(--navy)); line-height: 1.65; }
.community-wall { padding-top: 78px; }
.community-wall .section-heading { max-width: 820px; }
.community-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.community-idea { min-height: 210px; display: grid; align-content: start; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.community-idea-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.community-idea-meta span, .community-idea-meta time { padding: 5px 8px; background: var(--mist); color: var(--muted); font-size: 12px; font-weight: 750; }
.community-idea p { margin: 0; overflow-wrap: anywhere; font-size: 18px; line-height: 1.55; }
.community-idea small { margin-top: auto; color: var(--teal-ink); font-weight: 850; }
.community-composer button:disabled { cursor: wait; opacity: .58; }
@media (max-width: 900px) {
  .community-invite, .community-layout { grid-template-columns: 1fr; }
  .community-invite-actions { justify-content: flex-start; }
  .community-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .community-invite { padding: 56px 20px; }
  .community-shell { width: calc(100% - 40px); padding: 52px 0 72px; }
  .community-hero h1 { font-size: 40px; }
  .community-field-row, .community-list { grid-template-columns: 1fr; }
  .community-composer, .community-private-route { padding: 22px; }
  .community-idea { min-height: 0; }
}

@media (max-width: 760px) {
  .ora-chatbot { right: 12px; bottom: 12px; }
  .ora-chat-toggle { padding: 10px; }
  .ora-chat-toggle > span:last-child { display: none; }
}
