@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Archivo+Expanded:wght@700;800;900&display=swap");

.brand-wordmark {
  width: auto;
  min-width: 198px;
  height: 50px;
  padding: 5px 14px 5px 5px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
  gap: 10px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  background: transparent !important;
  box-shadow: none !important;
}

/* Plan B Lumio alignment skin.
   This keeps the Applied West AI media and page structure, but pulls the
   typography, editorial rhythm, and card language closer to the approved
   LUMIO direction. */
:root {
  --aw-ink: #090b10;
  --aw-muted: #616875;
  --aw-soft: #f4f5f4;
  --aw-line: rgba(9, 11, 16, .12);
  --aw-gold: #d7b773;
  --aw-blue: #1f6f8b;
  --aw-green: #2f7f62;
}

body {
  font-family: "Archivo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--aw-ink);
  background: #f7f8f7;
}

h1,
h2,
h3,
.hero-title,
.template-hero h1,
.content-page h1,
.content-page h2,
.aw-big-h {
  font-family: "Archivo Expanded", "Archivo", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.hero-brand-slogan .lang-en {
  display: block;
}

.hero-brand-slogan .lang-zh {
  display: none;
}

.hero-brand-slogan .lang-en > span,
.hero-brand-slogan .lang-zh > span {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: .18em;
  text-align: left;
  align-items: baseline;
}

.hero-brand-slogan {
  font-size: clamp(38px, 6.6vw, 86px) !important;
  line-height: .95 !important;
  max-width: min(980px, 100%);
}

.hero-brand-slogan .lang-en > span,
.hero-brand-slogan .lang-zh > span {
  margin-right: 0;
}

.hero-brand-word {
  color: var(--aw-blue);
  display: inline-block;
  min-width: 3.95em;
}

.hero-brand-west,
.hero-brand-ai {
  color: var(--aw-green);
}

html[lang="zh-Hant"] .hero-brand-slogan .lang-en {
  display: none;
}

html[lang="zh-Hant"] .hero-brand-slogan .lang-zh {
  display: block;
}

@media (max-width: 680px) {
  .source-system-hero,
  .source-system-hero .hero-surface {
    min-height: 520px !important;
  }

  .source-system-hero .hero-video {
    inset: 126px 12px auto !important;
    width: calc(100% - 24px) !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
  }

  .hero-brand-slogan {
    font-size: clamp(21px, 5.7vw, 27px) !important;
    line-height: 1.04 !important;
    max-width: 100%;
  }

  .hero-brand-slogan .lang-en > span,
  .hero-brand-slogan .lang-zh > span {
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: .12em;
    margin-right: 0;
  }

  .hero-brand-slogan .hero-brand-word {
    min-width: 0 !important;
  }
}

.brand-wordmark .brand-mark {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 auto;
  display: block;
  object-fit: contain !important;
}

.brand-wordmark .brand-name,
.site-footer .brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: .28em;
  white-space: nowrap;
}

.brand-wordmark .brand-applied,
.site-footer .brand-applied {
  color: var(--aw-blue);
}

.brand-wordmark .brand-west-ai,
.site-footer .brand-west-ai {
  color: var(--aw-green);
}

.site-footer strong {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.site-footer .brand-mark {
  width: 58px;
  height: 58px;
}

.site-footer b {
  color: #111827;
}

.language-switcher {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: 20;
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.lang-trigger {
  min-width: 72px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #11182724;
  border-radius: 999px;
  background: rgba(237, 237, 237, .88);
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 34px #11182712;
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  gap: 4px;
  min-width: 130px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 60px #1118271a;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease;
}

.language-switcher.open .lang-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lang-option {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.lang-option:hover,
.lang-option.is-active {
  background: #111827;
  color: #fff;
}

.hero-nav {
  display: grid !important;
  grid-template-columns: auto minmax(0, auto) auto auto;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  padding: 0 !important;
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: auto;
}

.hero-nav {
  position: fixed !important;
  top: max(14px, env(safe-area-inset-top)) !important;
  left: 50% !important;
  z-index: 2147483000 !important;
  transform: translateX(-50%) !important;
  isolation: isolate !important;
}

.hero-nav > * {
  pointer-events: auto;
}

.nav-pill {
  gap: 24px !important;
  min-height: 50px;
  border: 1px solid #1118271c;
  border-radius: 16px !important;
  background: rgba(237, 237, 237, .82) !important;
  box-shadow: 0 14px 36px #1118270f;
  white-space: nowrap;
}

.header-cta {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d9b879;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 14px 32px #9f7f3c24;
  transition: transform .18s ease, background .18s ease;
}

.header-cta:hover {
  background: #e4c887;
  transform: translateY(-1px);
}

.header-cta.whatsapp-cta {
  gap: 8px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 32px rgba(37, 211, 102, .24);
}

.header-cta.whatsapp-cta:hover {
  background: #1fbd5a;
}

.whatsapp-icon {
  width: 17px;
  height: 17px;
  display: block;
  flex: 0 0 auto;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.secondary-cta {
  color: #374151;
  border-color: #11182733;
}

.trust-line {
  color: #6b7280 !important;
  max-width: 560px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.portfolio-hero-copy {
  min-height: clamp(560px, 78vh, 760px);
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.portfolio-hero-copy .portfolio-hero-eyebrow {
  color: #b88a45;
  border: 1px solid rgba(184, 138, 69, .34);
  background: rgba(255, 255, 255, .74);
  border-radius: 999px;
  padding: 8px 18px;
  margin: 0 0 22px;
  pointer-events: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.portfolio-hero-copy h1 {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: clamp(54px, 7.1vw, 94px);
  line-height: .98;
  letter-spacing: 0;
}

.portfolio-hero-copy p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-hero-copy .trust-line {
  margin-top: 16px;
  max-width: 520px !important;
}

@media (max-width: 680px) {
  .portfolio-hero-copy {
    min-height: 560px;
    width: calc(100% - 40px);
    padding: 112px 0 64px;
  }

  .portfolio-hero-copy h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.02;
  }

  .portfolio-hero-copy .portfolio-hero-eyebrow {
    padding: 7px 14px;
    font-size: 11px;
  }
}

.page-hero {
  min-height: 66vh;
}

.page-hero .hero-surface {
  min-height: 66vh;
}

.source-system-hero {
  background: #f7f8f6;
}

.product-card .outline-cta,
.cta-panel .outline-cta {
  align-self: flex-start;
  justify-self: flex-start;
}

.product-card h3 {
  overflow-wrap: anywhere;
}

.faq-row,
.case-row {
  grid-template-columns: 68px minmax(220px, .85fr) minmax(0, 1.25fr);
}

.case-row p strong {
  color: #111827;
}

.cta-panel {
  align-content: start;
  gap: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.site-footer p,
.site-footer small {
  color: #6b7280;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer div:last-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: flex-end;
}

.site-footer a {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.site-footer small {
  grid-column: 1 / -1;
}

.visual-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
}

.visual-feature.is-reverse {
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
}

.visual-feature.is-reverse .geo-visual-card {
  order: 2;
}

.visual-feature-copy {
  display: grid;
  gap: 14px;
}

.visual-feature-copy h2 {
  margin: 0;
  max-width: 760px;
}

.visual-feature-copy p {
  max-width: 620px;
  color: #6b7280;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.55;
  margin: 0;
}

.geo-visual-card {
  margin: 0;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 22px 58px #11182714;
}

.geo-visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.team-photo-card {
  margin: 0;
  min-height: clamp(240px, 28vw, 360px);
  border: 1px solid var(--aw-line);
  border-radius: 24px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 22px 58px #11182714;
}

.team-photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.brand-story-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, .92fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.brand-story-layout-image-left {
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1fr);
}

.brand-story-layout-image-left .brand-story-copy {
  justify-self: stretch;
}

.brand-story-copy h2 {
  color: var(--aw-ink);
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: .96;
  letter-spacing: -.045em;
  margin: 0;
  max-width: 620px;
}

.brand-story-copy .copy-stack {
  margin: clamp(34px, 5vw, 58px) 0 0;
}

.brand-story-metrics {
  margin-top: clamp(28px, 4vw, 42px);
  max-width: 560px;
}

.brand-story-metrics article {
  min-height: 118px;
  padding: 18px 20px;
}

.brand-story-metrics strong {
  font-size: clamp(34px, 4.8vw, 58px);
}

.brand-story-image {
  margin: 0;
  border: 1px solid var(--aw-line);
  border-radius: 28px;
  overflow: hidden;
  background: #eef2f4;
  box-shadow: 0 24px 70px rgba(9, 11, 16, .1);
}

.brand-story-image img {
  width: 100%;
  height: clamp(280px, 36vw, 430px);
  display: block;
  object-fit: cover;
}

@media (max-width: 760px) {
  .brand-story-layout,
  .brand-story-layout-image-left {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brand-story-copy h2 {
    font-size: clamp(42px, 11vw, 62px);
  }

  .brand-story-copy .copy-stack {
    margin-top: 28px;
  }

  .brand-story-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .brand-story-metrics article {
    min-height: 96px;
    padding: 14px 12px;
    border-radius: 16px;
  }

  .brand-story-metrics strong {
    font-size: clamp(30px, 10vw, 42px);
  }

  .brand-story-metrics span {
    font-size: 12px;
  }

  .brand-story-image img {
    height: 240px;
  }
}

.insight-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.insight-visual-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 20px 56px #11182712;
}

.insight-visual-card img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.insight-visual-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.insight-visual-card span {
  color: #3b82f6;
  font-size: 13px;
  font-weight: 800;
}

.insight-visual-card h3,
.insight-visual-card p {
  margin: 0;
}

.insight-visual-card p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.45;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric-strip article {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 0 18px 48px #1118270f;
  display: grid;
  align-content: end;
}

.metric-strip strong {
  font-size: clamp(38px, 6vw, 68px);
  line-height: .9;
  letter-spacing: -.04em;
}

.metric-strip span {
  color: #6b7280;
  font-size: 15px;
  font-weight: 600;
}

.compact-media,
.case-media {
  position: relative;
  min-height: 168px;
  border-radius: 16px;
  overflow: hidden;
  background: #e5e7eb;
}

.compact-media video,
.compact-media img,
.case-media video,
.case-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.proof-card .compact-media {
  border-radius: 0;
  min-height: 150px;
}

.proof-card.is-featured .compact-media {
  min-height: 190px;
}

.case-gallery {
  display: grid;
  gap: 34px;
}

.portfolio-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 20px 56px #11182712;
}

.portfolio-card-media {
  display: block;
  background: #e5e7eb;
}

.portfolio-card .compact-media,
.portfolio-card .portfolio-preview {
  min-height: 214px;
  border-radius: 0;
}

.portfolio-card .compact-media video,
.portfolio-card .compact-media img {
  object-fit: cover;
}

.portfolio-card-copy {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.portfolio-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #3b82f6;
  font-size: 13px;
  font-weight: 800;
}

.portfolio-card-topline strong {
  color: #6b7280;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.portfolio-card h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(26px, 3vw, 42px);
  line-height: .98;
}

.portfolio-card p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.45;
}

.portfolio-card .portfolio-type {
  color: #374151;
  font-weight: 700;
}

.portfolio-card b,
.visit-link {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 800;
}

.visit-link {
  margin-top: 4px;
}

.stayfix-ui-preview {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 18px;
  background: linear-gradient(135deg, #f7fbff, #dde8f2);
}

.stayfix-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-weight: 900;
}

.stayfix-brand::first-letter {
  color: #fff;
}

.stayfix-window {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px #0f172a1a;
}

.stayfix-window h3 {
  margin: 8px 0 4px;
  font-size: 28px;
  line-height: .95;
}

.stayfix-window p {
  color: #64748b;
  margin: 0;
}

.stayfix-urgent {
  display: inline-flex;
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 800;
}

.stayfix-ui-preview ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.stayfix-ui-preview li span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 11px;
}

.case-panel {
  display: grid;
  gap: 22px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  box-shadow: 0 22px 60px #11182712;
}

.case-num {
  color: #c9a96e;
  font-size: clamp(48px, 9vw, 96px);
  line-height: .82;
  font-weight: 700;
  letter-spacing: -.06em;
}

.case-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.case-panel-head h2 {
  font-size: clamp(38px, 6vw, 82px);
  max-width: 720px;
}

.case-panel-head p,
.case-copy-block p {
  color: #6b7280;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.6;
}

.case-panel-head strong {
  flex-shrink: 0;
  border: 1px solid #111827;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.case-panel .case-media {
  aspect-ratio: 16 / 8.4;
  min-height: 260px;
}

.case-copy-block {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: start;
}

.case-copy-block h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}

.case-copy-block ul {
  display: grid;
  gap: 10px;
  color: #374151;
  font-size: 17px;
  line-height: 1.55;
}

.case-copy-block li::before,
.plan-card li::before {
  content: "— ";
  color: #c9a96e;
}

.plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}

.stage-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.stage-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  position: relative;
}

.stage-timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 31px;
  height: 1px;
  background: linear-gradient(90deg, #c9a96e, #60a5fa);
  opacity: .55;
}

.stage-node {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .74);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  min-height: 160px;
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: start;
  position: relative;
  box-shadow: 0 18px 48px #1118270f;
}

.stage-node span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.stage-node h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 600;
}

.stage-node p,
.data-support {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.data-support {
  margin-top: 16px;
  max-width: 760px;
}

.stage-card strong {
  color: #111827;
  font-size: 15px;
}

.stage-card small {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.plan-card {
  position: relative;
  min-height: 0;
}

.plan-card .plan-price {
  color: #111827;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -.04em;
  line-height: 1;
}

.plan-suited {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
  margin: -4px 0 2px;
}

.plan-card.is-recommended {
  border-color: #c9a96e;
  box-shadow: 0 24px 70px rgba(201, 169, 110, .22);
  transform: translateY(-10px);
}

.plan-badge {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #c9a96e;
  color: #111827;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-details {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.plan-details summary {
  cursor: pointer;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.plan-details summary::-webkit-details-marker {
  display: none;
}

.plan-details summary::after {
  content: "+";
  margin-left: 8px;
  color: #c9a96e;
}

.plan-details[open] summary::after {
  content: "−";
}

.plan-details .plan-suited {
  margin: 12px 0 10px;
  max-width: 32ch;
  font-size: 13px;
  line-height: 1.55;
}

.diagnosis-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .10);
  padding: 22px;
  display: grid;
  gap: 18px;
}

.diagnosis-card p {
  color: #374151;
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
}

.diagnosis-visual {
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(17,24,39,.92), rgba(17,24,39,.76)),
    radial-gradient(circle at 84% 10%, rgba(201,169,110,.38), transparent 34%);
  padding: 18px;
  display: grid;
  gap: 10px;
}

.diagnosis-visual span {
  color: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
}

.pricing-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.selector-question,
.selector-result {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 20px 56px #11182710;
}

.selector-question h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: -.04em;
}

.selector-question div {
  display: grid;
  gap: 10px;
}

.selector-question button {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #11182718;
  border-radius: 14px;
  background: #fff;
  color: #374151;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.selector-question button:hover,
.selector-question button.is-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
  transform: translateY(-1px);
}

.selector-result {
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-color: rgba(201, 169, 110, .55);
  background: linear-gradient(135deg, #fff, #fbf6eb);
}

.selector-result span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.selector-result strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .9;
  letter-spacing: -.06em;
}

.selector-result p {
  grid-column: 1;
  max-width: 720px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.55;
}

.selector-result .outline-cta {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 56px #11182710;
}

.pricing-comparison {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: #111827;
}

.pricing-comparison th,
.pricing-comparison td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 15px;
  line-height: 1.35;
}

.pricing-comparison th {
  background: #f9fafb;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-comparison tr:last-child td {
  border-bottom: 0;
}

.pricing-comparison th:nth-child(3),
.pricing-comparison td:nth-child(3),
.pricing-comparison .popular-cell {
  background: rgba(201, 169, 110, .12);
  font-weight: 800;
}

.stayfix-preview {
  background-image: linear-gradient(105deg, rgba(12, 22, 36, .66), rgba(31, 64, 87, .22) 46%, rgba(91, 141, 179, .3)), url("/assets/kuala-lumpur-skyline.jpg");
}

.auntli-preview {
  background-image: linear-gradient(105deg, rgba(102, 78, 45, .5), rgba(239, 229, 211, .3)), url("/assets/hong-kong-skyline.jpg");
}

@media (max-width: 980px) {
  .hero-nav {
    width: calc(100% - 24px);
    grid-template-columns: auto auto auto auto;
    justify-content: flex-start !important;
    overflow: visible;
    padding: 12px 0 4px !important;
  }

  .hero-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-pill {
    gap: 18px !important;
    padding-inline: 18px !important;
    max-width: min(54vw, 520px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-pill::-webkit-scrollbar {
    display: none;
  }

  .faq-row,
  .case-row {
    grid-template-columns: 56px 1fr;
  }

  .faq-row p,
  .case-row p {
    grid-column: 2;
  }

  .visual-feature,
  .visual-feature.is-reverse,
  .insight-visual-grid {
    grid-template-columns: 1fr;
  }

  .visual-feature.is-reverse .geo-visual-card {
    order: 0;
  }
}

@media (max-width: 680px) {
  .hero-nav {
    padding-top: 10px !important;
  }

  .brand-wordmark {
    width: auto;
    min-width: 168px;
    height: 46px;
    font-size: 12px;
    padding: 4px 10px 4px 4px;
  }

  .brand-wordmark .brand-name {
    display: inline-block;
  }

  .brand-wordmark .brand-mark {
    width: 38px !important;
    height: 38px !important;
  }

  .cta-row {
    display: grid;
  }

  .page-hero,
  .page-hero .hero-surface {
    min-height: 78vh;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer div:last-of-type {
    justify-content: flex-start;
  }

  .metric-strip,
  .plan-grid,
  .portfolio-card-grid,
  .pricing-selector,
  .insight-visual-grid {
    grid-template-columns: 1fr;
  }

  .brand-story-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .brand-story-metrics article {
    min-height: 0;
    padding: 14px 10px 12px;
    border-radius: 16px;
    align-content: start;
  }

  .brand-story-metrics strong {
    font-size: clamp(30px, 11vw, 42px);
    line-height: .9;
  }

  .brand-story-metrics span {
    font-size: 12px;
    line-height: 1.15;
  }

  .geo-visual-card {
    min-height: 220px;
    border-radius: 18px;
  }

  .insight-visual-card img {
    height: 190px;
  }

  .stage-timeline {
    grid-template-columns: 1fr;
  }

  .stage-timeline::before {
    left: 28px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 1px;
    height: auto;
  }

  .stage-node {
    min-height: 132px;
    padding-left: 54px;
  }

  .diagnosis-card p {
    font-size: 17px;
  }

  .plan-card.is-recommended {
    transform: none;
  }

  .selector-result,
  .selector-result p,
  .selector-result .outline-cta {
    grid-column: auto;
    grid-row: auto;
  }

  .level-selector-panel,
  .level-selector-panel[open] {
    margin-top: 18px;
    align-items: flex-start;
  }

  .level-selector-panel > summary {
    align-self: flex-start;
  }

  .case-panel-head,
  .case-copy-block {
    display: grid;
  }

  .case-panel .case-media {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }

  .case-panel-head strong {
    justify-self: start;
  }
}

.hero-nav .header-cta.start-project-cta {
  background: #dfbd74;
  border: 1px solid #dfbd74;
  color: #111827;
  box-shadow: 0 18px 42px rgba(201, 169, 110, .24);
}

.hero-nav .header-cta.start-project-cta:hover {
  background: #d4aa58;
  border-color: #d4aa58;
  color: #111827;
}

.stage-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-height: 260px;
  padding: 40px 0;
  position: relative;
}

.stage-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #c9a96e, #60a5fa);
  opacity: .75;
}

.stage-node {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 0;
  padding: 0 14px;
  display: grid;
  align-content: center;
  justify-items: center;
  position: relative;
  text-align: center;
}

.stage-node::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #111827;
  border: 3px solid #dfbd74;
  box-shadow: 0 0 0 8px rgba(223, 189, 116, .18);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.stage-node::after {
  content: "";
  width: 1px;
  height: 54px;
  background: rgba(17, 24, 39, .24);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.stage-node:nth-child(odd)::after {
  top: calc(50% + 10px);
}

.stage-node:nth-child(even)::after {
  bottom: calc(50% + 10px);
}

.stage-node span,
.stage-node h3,
.stage-node p {
  max-width: 160px;
  position: relative;
  z-index: 3;
}

.stage-node:nth-child(odd) span,
.stage-node:nth-child(odd) h3,
.stage-node:nth-child(odd) p {
  transform: translateY(96px);
}

.stage-node:nth-child(even) span,
.stage-node:nth-child(even) h3,
.stage-node:nth-child(even) p {
  transform: translateY(-96px);
}

.stage-node h3 {
  font-size: clamp(18px, 1.9vw, 26px);
}

.stage-node p,
.data-support {
  font-size: 15px;
}

.start-project-section {
  background: #070707;
  color: #f8fafc;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 96px);
  margin-top: 0;
  max-width: none;
  padding: clamp(56px, 8vw, 110px) clamp(24px, 5vw, 72px);
}

.start-project-section .page-kicker {
  color: #dfbd74;
}

.start-project-section h2 {
  color: #fff;
  font-size: clamp(58px, 7.8vw, 108px);
  letter-spacing: -.07em;
  line-height: .88;
  margin: 0;
  max-width: 560px;
  text-transform: uppercase;
}

.start-project-section .outline-word {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
}

.start-project-section p {
  color: rgba(248, 250, 252, .7);
  font-size: 16px;
  line-height: 1.6;
  max-width: 460px;
}

.start-project-meta {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.start-project-meta span {
  align-items: center;
  color: rgba(248, 250, 252, .78);
  display: flex;
  gap: 12px;
  font-size: 15px;
}

.start-project-meta b {
  align-items: center;
  background: rgba(223, 189, 116, .2);
  border-radius: 999px;
  color: #dfbd74;
  display: inline-flex;
  font-size: 11px;
  height: 28px;
  justify-content: center;
  min-width: 28px;
  padding: 0 8px;
}

.start-project-form {
  align-content: start;
  display: grid;
  gap: 18px;
}

.start-project-form .form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.start-project-form label {
  color: rgba(248, 250, 252, .72);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.start-project-form input,
.start-project-form select,
.start-project-form textarea {
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  color: #fff;
  font: inherit;
  min-height: 54px;
  padding: 0 16px;
}

.start-project-form textarea {
  min-height: 112px;
  padding: 16px;
  resize: vertical;
}

.start-project-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 4px;
}

.start-project-actions button {
  background: #dfbd74;
  border: 0;
  border-radius: 999px;
  color: #111827;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .08em;
  min-height: 54px;
  padding: 0 34px;
  text-transform: uppercase;
}

.start-project-actions .text-action {
  background: transparent;
  color: rgba(248, 250, 252, .65);
  min-height: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}

.start-project-actions.contact-choice-actions {
  gap: 12px;
}

.start-project-actions .email-enquiry-button,
.start-project-actions .whatsapp-enquiry-button {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  text-transform: none;
}

.start-project-actions .email-enquiry-button {
  background: #2563eb;
  color: #fff;
}

.start-project-actions .whatsapp-enquiry-button {
  background: #22c55e;
  color: #fff;
}

.contact-action-icon {
  display: inline-flex;
  height: 20px;
  width: 20px;
}

.contact-action-icon svg {
  display: block;
  height: 20px;
  width: 20px;
}

.email-enquiry-button .contact-action-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.whatsapp-enquiry-button .contact-action-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@media (max-width: 760px) {
  .hero-nav .header-cta.start-project-cta {
    grid-area: cta;
    justify-self: stretch;
  }

  .stage-timeline {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    padding: 14px 0 14px 30px;
  }

  .stage-timeline::before {
    bottom: 0;
    left: 9px;
    right: auto;
    top: 0;
    width: 2px;
    height: auto;
  }

  .stage-node {
    align-content: start;
    justify-items: start;
    padding: 0 0 0 18px;
    text-align: left;
  }

  .stage-node::before {
    left: -21px;
    top: 12px;
    transform: none;
  }

  .stage-node::after {
    display: none;
  }

  .stage-node span,
  .stage-node h3,
  .stage-node p,
  .stage-node:nth-child(odd) span,
  .stage-node:nth-child(odd) h3,
  .stage-node:nth-child(odd) p,
  .stage-node:nth-child(even) span,
  .stage-node:nth-child(even) h3,
  .stage-node:nth-child(even) p {
    max-width: none;
    transform: none;
  }

  .start-project-section {
    grid-template-columns: 1fr;
    padding: 52px 22px;
  }

  .start-project-section h2 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .start-project-form .form-row {
    grid-template-columns: 1fr;
  }
}

.stage-timeline::before {
  background: linear-gradient(90deg, #d2b46f 0%, #1f6f8b 50%, #2f7f62 100%) !important;
  height: 3px !important;
  opacity: 1 !important;
  z-index: 1;
}

.stage-node::before {
  background: #0f172a !important;
  border-color: #d2b46f !important;
  box-shadow: 0 0 0 10px rgba(210, 180, 111, .24) !important;
  z-index: 3;
}

.stage-node::after {
  background: rgba(15, 23, 42, .34) !important;
  z-index: 2;
}

.start-project-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(31, 111, 139, .08), transparent 34%),
    radial-gradient(circle at 12% 80%, rgba(47, 127, 98, .06), transparent 30%),
    #f4f5f4 !important;
  border-top: 1px solid rgba(17, 24, 39, .08);
  color: #111827 !important;
}

.start-project-section .page-kicker {
  color: #1f6f8b !important;
}

.start-project-section h2 {
  color: #111827 !important;
  letter-spacing: -.04em !important;
  text-transform: none !important;
}

.start-project-section .outline-word {
  color: #111827 !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}

.start-project-section p,
.start-project-meta span {
  color: #4b5563 !important;
}

.start-project-meta b {
  background: rgba(31, 111, 139, .1) !important;
  color: #1f6f8b !important;
}

.start-project-form {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(17, 24, 39, .1);
  padding: clamp(20px, 3vw, 34px);
}

.start-project-form label {
  color: #111827 !important;
}

.start-project-form input,
.start-project-form select,
.start-project-form textarea {
  background: #fff !important;
  border: 1px solid rgba(17, 24, 39, .14) !important;
  color: #111827 !important;
}

.start-project-form input::placeholder,
.start-project-form textarea::placeholder {
  color: #6b7280 !important;
}

.start-project-actions button {
  background: #e5e7eb !important;
  border: 1px solid rgba(17, 24, 39, .12) !important;
  color: #111827 !important;
}

.start-project-actions button[type="submit"],
.start-project-actions .email-enquiry-button {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #fff !important;
}

.start-project-actions .whatsapp-enquiry-button {
  background: #22c55e !important;
  border-color: #22c55e !important;
  color: #fff !important;
}

.start-project-actions .text-action {
  background: transparent !important;
  border: 0 !important;
  color: #111827 !important;
}

@media (max-width: 760px) {
  .stage-timeline::before {
    height: auto !important;
    width: 3px !important;
  }

  .start-project-section {
    padding: 42px 20px !important;
  }

  .start-project-section h2 {
    font-size: clamp(38px, 11vw, 58px) !important;
  }

  .start-project-form {
    border-radius: 18px;
    padding: 18px;
  }
}

.aw-editorial-section {
  background: #f4f5f4;
  border-top: 1px solid rgba(17, 24, 39, .1);
  color: #070707;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(76px, 9vw, 128px) clamp(24px, 5vw, 44px);
}

.aw-sec-label {
  align-items: center;
  color: #777;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 14px;
  letter-spacing: .28em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.aw-sec-label::before {
  background: #777;
  content: "";
  display: inline-block;
  height: 1px;
  width: 42px;
}

.aw-big-h {
  color: #070707;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .92;
  margin: 0;
  text-transform: uppercase;
}

.aw-outline {
  color: transparent;
  -webkit-text-stroke: 1.45px #070707;
}

.aw-pain-grid {
  border: 1px solid rgba(7, 7, 7, .14);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
}

.aw-pain-card {
  background: rgba(255, 255, 255, .42);
  min-height: 180px;
  padding: 44px 42px;
}

.aw-pain-card + .aw-pain-card {
  border-left: 1px solid rgba(7, 7, 7, .1);
}

.aw-dot {
  align-items: center;
  background: #0b0b0b;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  margin-bottom: 26px;
  width: 36px;
}

.aw-card-tag,
.aw-mini-label {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.aw-pain-card p {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin: 18px 0 0;
}

.aw-fix-row {
  border-top: 1px solid rgba(7, 7, 7, .14);
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 70px;
  padding-top: 56px;
}

.aw-fix-row h3 {
  color: #070707;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.02;
  margin: 20px 0 28px;
  max-width: 520px;
  text-transform: uppercase;
}

.aw-check {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 17px;
  gap: 18px;
  margin: 18px 0;
}

.aw-check::before {
  align-items: center;
  background: #070707;
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 13px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.aw-statement {
  color: #080808;
  font-size: clamp(30px, 4.5vw, 52px);
  letter-spacing: -.04em;
  line-height: 1.12;
  margin: 0;
  max-width: 960px;
}

.aw-statement strong {
  display: block;
  font-weight: 900;
}

.aw-two-cols {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 64px;
}

.aw-two-cols p,
.aw-about-copy p,
.aw-lead,
.aw-quotes-sub {
  color: #5d626b;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.aw-stats-row {
  border-top: 1px solid rgba(7, 7, 7, .12);
  display: flex;
  gap: clamp(42px, 7vw, 96px);
  margin-top: 66px;
  padding-top: 56px;
}

.aw-stats-row strong {
  color: #d0ad68;
  display: block;
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: .85;
}

.aw-stats-row span {
  color: #8a8a8a;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .28em;
  margin-top: 16px;
  text-transform: uppercase;
}

.aw-quotes {
  background: #eeeeec;
}

.aw-quotes-head {
  align-items: end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.aw-rating {
  color: #070707;
  font-weight: 950;
  text-align: right;
}

.aw-rating span {
  display: block;
  font-size: 18px;
  letter-spacing: .16em;
}

.aw-rating strong {
  display: block;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -.06em;
  line-height: .9;
}

.aw-quotes-sub {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .26em;
  margin-top: 44px;
  text-transform: uppercase;
}

.aw-quote-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 56px;
}

.aw-quote-card {
  background: #fff;
  border: 1px solid rgba(7, 7, 7, .1);
  min-height: 260px;
  padding: 44px;
}

.aw-quote-card > span {
  border: 1px solid #070707;
  border-radius: 999px;
  color: #070707;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  padding: 8px 16px;
  text-transform: uppercase;
}

.aw-quote-card blockquote {
  color: #111;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
  margin: 30px 0 34px;
}

.aw-quote-card p {
  margin: 0;
}

.aw-quote-card b,
.aw-quote-card small {
  display: block;
}

.aw-quote-card b {
  color: #111;
  font-size: 15px;
}

.aw-quote-card small {
  color: #7b7b7b;
  font-size: 13px;
  margin-top: 2px;
}

.aw-pricing-teaser .aw-lead {
  margin-top: 28px;
  max-width: 560px;
}

.aw-black-btn {
  align-items: center;
  background: #070707;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-top: 42px;
  min-height: 56px;
  padding: 0 34px;
  text-decoration: none;
  text-transform: uppercase;
}

.aw-about-compact {
  display: grid;
  gap: clamp(48px, 8vw, 110px);
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
}

.aw-about-copy {
  align-self: center;
}

.aw-about-copy p + p {
  margin-top: 26px;
}

.aw-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.aw-chip-row span {
  background: #fff;
  border: 1px solid rgba(7, 7, 7, .1);
  border-radius: 999px;
  color: #070707;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  padding: 12px 18px;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .aw-editorial-section {
    padding: 72px 24px;
  }

  .aw-big-h {
    font-size: clamp(42px, 12vw, 64px);
  }

  .aw-pain-grid,
  .aw-fix-row,
  .aw-two-cols,
  .aw-quote-grid,
  .aw-about-compact {
    grid-template-columns: 1fr;
  }

  .aw-pain-card + .aw-pain-card {
    border-left: 0;
    border-top: 1px solid rgba(7, 7, 7, .1);
  }

  .aw-pain-card,
  .aw-quote-card {
    min-height: 0;
    padding: 30px;
  }

  .aw-fix-row {
    gap: 48px;
  }

  .aw-stats-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }

  .aw-quotes-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .aw-rating {
    text-align: left;
  }
}

/* Lumio-style editorial alignment pass */
.hero-nav {
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.hero-nav .nav-links {
  border: 1px solid rgba(9, 11, 16, .12);
  background: rgba(255, 255, 255, .74);
}

.hero-nav .nav-links a,
.header-cta,
.lang-trigger,
.outline-cta,
.aw-black-btn {
  font-family: "Archivo", system-ui, sans-serif;
}

.brand-wordmark .brand-name {
  color: var(--aw-ink);
  font-weight: 800;
  letter-spacing: -.015em;
}

.content-page {
  background: var(--aw-soft);
  color: var(--aw-ink);
  border-top: 1px solid var(--aw-line);
  padding: clamp(76px, 9vw, 126px) clamp(22px, 5vw, 52px);
}

.section-head {
  align-items: end;
  display: grid;
  gap: clamp(28px, 6vw, 80px);
  grid-template-columns: minmax(0, .95fr) minmax(280px, .8fr);
  margin: 0 auto clamp(46px, 7vw, 80px);
  max-width: 1180px;
}

.page-kicker,
.section-head .page-kicker {
  align-items: center;
  color: #777;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 14px;
  letter-spacing: .26em;
  line-height: 1.2;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.page-kicker::before,
.section-head .page-kicker::before {
  background: #777;
  content: "";
  display: inline-block;
  height: 1px;
  width: 42px;
}

.section-head h2,
.visual-feature-copy h2 {
  color: var(--aw-ink);
  font-size: clamp(44px, 6.4vw, 84px);
  line-height: .96;
  margin: 0;
  max-width: 780px;
}

.section-head p,
.visual-feature-copy p,
.copy-stack p,
.process-row p,
.product-card p,
.portfolio-card-copy p,
.success-proof-copy p {
  color: var(--aw-muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.copy-stack,
.process-list,
.product-grid,
.portfolio-card-grid,
.success-proof-showcase,
.pricing-table-wrap,
.split-layout,
.visual-feature {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.process-list {
  border: 1px solid rgba(9, 11, 16, .14);
  background: rgba(255, 255, 255, .4);
}

.geo-principle-section {
  padding-top: clamp(44px, 6vw, 80px);
  padding-bottom: clamp(44px, 6vw, 80px);
}

.geo-principle-card {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(9, 11, 16, .14);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(9, 11, 16, .08);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(30px, 5vw, 64px);
}

.geo-principle-card p {
  color: var(--aw-ink);
  font-size: clamp(25px, 3.5vw, 48px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 0;
  max-width: 980px;
}

.process-row {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 28px;
  grid-template-columns: 70px minmax(220px, .5fr) minmax(260px, 1fr);
  min-height: 138px;
  padding: clamp(28px, 4vw, 44px);
}

.process-row + .process-row {
  border-top: 1px solid rgba(9, 11, 16, .12);
}

.process-row span,
.proof-number {
  align-items: center;
  background: #090b10;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  letter-spacing: 0;
  width: 40px;
}

.process-row h3 {
  color: var(--aw-ink);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.04em;
  line-height: 1;
  margin: 0;
}

.process-row p {
  margin: 0;
}

.portfolio-card,
.product-card,
.success-proof-card,
.pricing-table-wrap,
.geo-visual-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(9, 11, 16, .12);
  box-shadow: none;
}

.portfolio-card h2,
.product-card h3,
.success-proof-card h3 {
  color: var(--aw-ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .98;
}

.portfolio-card h2 {
  font-size: clamp(34px, 4.2vw, 58px);
}

.product-card h3,
.success-proof-card h3 {
  font-size: clamp(30px, 3.4vw, 48px);
}

.portfolio-card-topline,
.portfolio-type,
.proof-label,
.product-card span {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.visit-link,
.outline-cta,
.aw-black-btn,
.start-project-actions button {
  font-weight: 900;
}

.stage-timeline {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.start-project-section {
  max-width: none;
}

.site-footer {
  background: #f4f5f4;
}

.process-timeline-five {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 0;
  background: transparent;
  min-height: 330px;
  padding: 28px 0;
}

.process-timeline-five::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(31, 122, 151, .28), rgba(42, 143, 103, .86), rgba(31, 122, 151, .28));
  border-radius: 999px;
}

.process-timeline-five .process-row {
  position: relative;
  display: block;
  min-height: 274px;
  padding: 0 18px;
  text-align: center;
}

.process-timeline-five .process-row + .process-row {
  border-top: 0;
}

.process-timeline-five .process-row::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% - 60px);
  width: 1px;
  height: 60px;
  background: rgba(42, 143, 103, .28);
  transform: translateX(-50%);
}

.process-timeline-five .process-row:nth-child(even)::before {
  top: 50%;
}

.process-timeline-five .process-row span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 0 9px #f4f5f4;
}

.process-timeline-five .process-row h3,
.process-timeline-five .process-row p {
  position: absolute;
  left: 18px;
  right: 18px;
  margin: 0 auto;
  max-width: 18ch;
}

.process-timeline-five .process-row:nth-child(odd) h3 {
  top: calc(50% + 44px);
  padding-top: 0;
}

.process-timeline-five .process-row:nth-child(odd) p {
  top: calc(50% + 86px);
}

.process-timeline-five .process-row:nth-child(even) {
  align-content: initial;
}

.process-timeline-five .process-row:nth-child(even) h3 {
  bottom: calc(50% + 64px);
  padding-bottom: 0;
}

.process-timeline-five .process-row:nth-child(even) p {
  bottom: calc(50% + 22px);
}

.process-timeline-five .process-row h3 {
  font-size: clamp(22px, 2.2vw, 32px);
}

.process-timeline-five .process-row p {
  font-size: 15px;
  line-height: 1.4;
}

.proof-footnote {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--aw-muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
}

.plan-card {
  overflow: visible;
  padding-block: clamp(22px, 2.6vw, 32px);
}

.plan-card.is-recommended {
  transform: none;
}

.plan-badge {
  position: absolute;
  top: -16px;
  left: 24px;
  z-index: 2;
}

.plan-card .outline-cta {
  display: none;
}

.plan-details {
  border-top: 0;
  padding-top: 0;
}

.plan-details summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
}

.plan-details summary::after {
  margin-left: 2px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.level-selector-panel {
  max-width: 1180px;
  margin: -92px auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.level-selector-panel[open] {
  margin-top: 28px;
  align-items: stretch;
}

.level-selector-panel > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .02em;
  list-style: none;
  align-self: flex-end;
}

.level-selector-panel > summary::-webkit-details-marker {
  display: none;
}

.level-selector-panel > summary::after {
  content: "+";
  margin-left: 14px;
  font-size: 24px;
  line-height: 1;
}

.level-selector-panel[open] > summary::after {
  content: "−";
}

.level-selector-panel .pricing-selector {
  margin-top: 28px;
  width: 100%;
}

.level-selector-panel .pricing-table-wrap {
  margin-top: 24px;
  width: 100%;
}

.compact-notes {
  padding-top: 30px;
  padding-bottom: 30px;
}

.compact-notes p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--aw-muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .hero-nav {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "brand cta lang"
      "links links links";
    gap: 12px;
    padding-inline: 18px;
  }

  .hero-nav .brand-wordmark {
    grid-area: brand;
    min-width: 0;
    width: auto;
  }

  .hero-nav .nav-links {
    grid-area: links;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .hero-nav .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero-nav .header-cta.start-project-cta {
    grid-area: cta;
    min-width: 0;
    padding: 0 18px;
    white-space: nowrap;
  }

  .hero-nav .language-switcher {
    grid-area: lang;
    justify-self: end;
  }

  .section-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .visual-feature-copy h2,
  .aw-big-h {
    font-size: clamp(42px, 11vw, 68px);
    letter-spacing: -.04em;
    overflow-wrap: anywhere;
  }

  .process-row {
    grid-template-columns: 52px 1fr;
    gap: 18px;
  }

  .process-timeline-five {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0;
  }

  .process-timeline-five::before {
    left: 20px;
    right: auto;
    top: 20px;
    bottom: 20px;
    width: 2px;
    height: auto;
  }

  .process-timeline-five .process-row,
  .process-timeline-five .process-row:nth-child(even),
  .process-timeline-five .process-row:nth-child(odd) {
    min-height: 0;
    padding: 0 0 0 62px;
    text-align: left;
    align-content: start;
  }

  .process-timeline-five .process-row::before,
  .process-timeline-five .process-row:nth-child(even)::before {
    display: none;
  }

  .process-timeline-five .process-row span {
    left: 20px;
    top: 0;
    transform: translateX(-50%);
    box-shadow: 0 0 0 8px #f4f5f4;
  }

  .process-timeline-five .process-row h3,
  .process-timeline-five .process-row:nth-child(odd) h3,
  .process-timeline-five .process-row:nth-child(even) h3 {
    padding: 0;
    max-width: none;
  }

  .process-timeline-five .process-row p,
  .process-timeline-five .process-row:nth-child(even) p {
    position: static;
    max-width: none;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .process-row p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .content-page,
  .aw-editorial-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brand-wordmark {
    font-size: 14px;
    min-width: 0;
    padding-right: 6px;
  }

  .brand-wordmark .brand-mark {
    width: 38px !important;
    height: 38px !important;
  }

  .hero-nav .header-cta.start-project-cta {
    font-size: 13px;
    min-height: 46px;
  }

  .lang-trigger {
    min-width: 58px;
    padding: 0 10px;
  }

  .aw-pain-grid {
    margin-top: 44px;
  }

  .aw-pain-card {
    padding: 34px 28px;
  }

  .aw-pain-card p,
  .aw-check,
  .section-head p,
  .visual-feature-copy p,
  .copy-stack p,
  .process-row p,
  .product-card p,
  .portfolio-card-copy p,
  .success-proof-copy p {
    font-size: 16px;
  }

  .start-project-section h2 {
    font-size: clamp(42px, 13vw, 62px) !important;
  }
}

@media (max-width: 680px) {
  .source-system-hero {
    min-height: 620px !important;
    overflow: hidden !important;
  }

  .source-system-hero .hero-video {
    top: 205px !important;
    left: 14px !important;
    right: 14px !important;
    width: calc(100% - 28px) !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 22px !important;
    background: #fff !important;
  }

  .process-timeline-five {
    gap: 24px !important;
    min-height: auto !important;
    padding: 8px 0 14px !important;
  }

  .process-timeline-five::before {
    left: 28px !important;
    top: 26px !important;
    bottom: 34px !important;
    width: 2px !important;
    height: auto !important;
    right: auto !important;
    transform: none !important;
    background: linear-gradient(180deg, rgba(31, 122, 151, .32), rgba(42, 143, 103, .92), rgba(31, 122, 151, .32)) !important;
  }

  .process-timeline-five .process-row,
  .process-timeline-five .process-row:nth-child(odd),
  .process-timeline-five .process-row:nth-child(even) {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 0 !important;
    min-height: 92px !important;
    text-align: left !important;
    align-items: start !important;
  }

  .process-timeline-five .process-row span {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    justify-self: center !important;
    margin-top: 2px !important;
    z-index: 2 !important;
  }

  .process-timeline-five .process-row h3,
  .process-timeline-five .process-row:nth-child(odd) h3,
  .process-timeline-five .process-row:nth-child(even) h3,
  .process-timeline-five .process-row p,
  .process-timeline-five .process-row:nth-child(odd) p,
  .process-timeline-five .process-row:nth-child(even) p {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    grid-column: 2 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .process-timeline-five .process-row h3 {
    font-size: 24px !important;
    line-height: 1.05 !important;
  }

  .process-timeline-five .process-row p {
    margin-top: 7px !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  .success-proof-card {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 26px 24px 30px !important;
  }

  .success-proof-copy .proof-number {
    font-size: 54px !important;
    margin-bottom: 14px !important;
  }

  .proof-dots {
    display: none !important;
  }

  .success-proof-copy h3 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.02 !important;
  }

  .success-proof-copy p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
  }

  .phone-proof {
    width: min(330px, 88vw) !important;
    justify-self: center !important;
  }

  #plan-selector .section-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  #plan-selector .section-head h2 {
    font-size: clamp(42px, 14vw, 58px) !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
  }

  .level-selector-panel {
    margin: 0 !important;
    align-items: stretch !important;
  }

  .level-selector-panel > summary {
    align-self: stretch !important;
    width: 100% !important;
    min-height: 56px !important;
    justify-content: center !important;
  }

  .pricing-selector {
    grid-template-columns: 1fr !important;
  }

  .selector-result {
    grid-column: auto !important;
  }

  .pricing-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .pricing-comparison {
    min-width: 720px !important;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .success-proof-showcase {
    grid-template-columns: 1fr !important;
  }

  .success-proof-card {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr) !important;
  }
}

/* 2026-07-16: Process & Plans mobile hardening.
   Keep the approved LUMIO-style page, but stop mobile crop/overlap regressions. */
@media (max-width: 680px) {
  html,
  body,
  .site-shell {
    overflow-x: hidden !important;
  }

  .source-system-hero,
  .source-system-hero .hero-surface {
    min-height: 560px !important;
    max-height: none !important;
  }

  .source-system-hero {
    padding-bottom: 22px !important;
  }

  .source-system-hero .hero-video {
    position: absolute !important;
    inset: auto auto auto auto !important;
    top: 206px !important;
    left: 50% !important;
    width: min(92vw, 430px) !important;
    min-width: 0 !important;
    max-width: 92vw !important;
    height: auto !important;
    max-height: 300px !important;
    aspect-ratio: 16 / 9 !important;
    transform: translateX(-50%) !important;
    object-fit: contain !important;
    object-position: center center !important;
    overflow: hidden !important;
  }

  #how-it-works .section-head {
    margin-bottom: 34px !important;
  }

  #how-it-works .section-head p {
    max-width: 31ch !important;
    margin-top: 18px !important;
  }

  .process-timeline-five {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-height: auto !important;
    padding: 8px 0 10px !important;
    overflow: visible !important;
  }

  .process-timeline-five::before {
    content: "" !important;
    position: absolute !important;
    left: 26px !important;
    top: 16px !important;
    bottom: 38px !important;
    width: 2px !important;
    height: auto !important;
    right: auto !important;
    transform: none !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(31, 111, 139, .3), rgba(47, 127, 98, .95), rgba(31, 111, 139, .3)) !important;
    z-index: 0 !important;
  }

  .process-timeline-five .process-row,
  .process-timeline-five .process-row:nth-child(odd),
  .process-timeline-five .process-row:nth-child(even) {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 20px !important;
    min-height: 96px !important;
    padding: 0 !important;
    text-align: left !important;
    align-items: start !important;
    align-content: start !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .process-timeline-five .process-row::before,
  .process-timeline-five .process-row:nth-child(odd)::before,
  .process-timeline-five .process-row:nth-child(even)::before {
    display: none !important;
  }

  .process-timeline-five .process-row span {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    justify-self: center !important;
    align-self: start !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    transform: none !important;
    box-shadow: 0 0 0 8px #f4f5f4 !important;
    z-index: 2 !important;
  }

  .process-timeline-five .process-row h3,
  .process-timeline-five .process-row:nth-child(odd) h3,
  .process-timeline-five .process-row:nth-child(even) h3 {
    position: static !important;
    grid-column: 2 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 25px !important;
    line-height: 1.06 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .process-timeline-five .process-row p,
  .process-timeline-five .process-row:nth-child(odd) p,
  .process-timeline-five .process-row:nth-child(even) p {
    position: static !important;
    grid-column: 2 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  .success-proof-showcase {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .success-proof-card {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 26px 24px 30px !important;
    gap: 22px !important;
  }

  .success-proof-copy {
    display: grid !important;
    gap: 12px !important;
  }

  .success-proof-copy .proof-number {
    font-size: 52px !important;
    line-height: .85 !important;
    margin: 0 !important;
  }

  .success-proof-copy h3 {
    max-width: 100% !important;
    font-size: clamp(27px, 8vw, 36px) !important;
    line-height: 1.02 !important;
    margin: 0 !important;
  }

  .success-proof-copy p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
  }

  .phone-proof {
    justify-self: center !important;
    width: min(315px, 84vw) !important;
  }

  #plan-selector .section-head {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #plan-selector .section-head h2 {
    max-width: 100% !important;
    font-size: clamp(38px, 12vw, 54px) !important;
    line-height: .96 !important;
    overflow-wrap: normal !important;
  }

  .level-selector-panel {
    margin-top: 0 !important;
  }

  .level-selector-panel > summary {
    width: 100% !important;
    justify-content: center !important;
  }

  .pricing-selector {
    grid-template-columns: 1fr !important;
  }

  .selector-result {
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 14px !important;
  }

  .selector-result p,
  .selector-result .outline-cta {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .selector-result .outline-cta {
    width: 100% !important;
    justify-content: center !important;
  }

  .pricing-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .pricing-comparison {
    min-width: 760px !important;
  }
}

/* 2026-07-16: header and homepage slogan hardening */
body .hero-nav {
  position: fixed !important;
  top: max(14px, env(safe-area-inset-top)) !important;
  left: 50% !important;
  right: auto !important;
  width: min(100% - 36px, 1180px) !important;
  transform: translateX(-50%) !important;
  z-index: 2147483647 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  contain: none !important;
}

body .hero-nav.aw-nav-portaled {
  position: fixed !important;
}

.home-hero .hero-brand-word,
.hero-brand-slogan .hero-brand-word {
  min-width: 0 !important;
}

.home-hero .hero-brand-slogan .lang-en > span,
.home-hero .hero-brand-slogan .lang-zh > span {
  grid-template-columns: max-content minmax(0, 1fr) !important;
  column-gap: .12em !important;
}

@media (min-width: 681px) {
  .home-hero .hero-brand-slogan {
    font-size: clamp(34px, 5.2vw, 64px) !important;
    line-height: .9 !important;
    max-width: min(980px, 100%) !important;
  }
}

@media (max-width: 900px) {
  body .hero-nav {
    width: min(100% - 32px, 720px) !important;
  }
}

/* 2026-07-17: About page compact alignment pass */
.about-merged-section {
  padding-top: clamp(72px, 8vw, 112px) !important;
  padding-bottom: clamp(72px, 8vw, 112px) !important;
}

.about-merged-grid {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.about-merged-image {
  margin: 0;
  min-height: clamp(300px, 34vw, 430px);
  border: 1px solid var(--aw-line);
  border-radius: 28px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 22px 58px #11182714;
}

.about-merged-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.about-merged-copy {
  text-align: left;
}

.about-merged-copy h2 {
  margin: 0;
  max-width: 690px;
  color: var(--aw-ink);
  font-size: clamp(48px, 6.4vw, 82px);
  line-height: .96;
  letter-spacing: -.05em;
}

.about-merged-lead {
  margin: clamp(22px, 3vw, 34px) 0 0;
  max-width: 560px;
  color: var(--aw-muted);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
}

.about-merged-body {
  margin: clamp(22px, 3vw, 34px) 0 0;
  max-width: 620px;
}

.about-merged-body p + p {
  margin-top: 12px;
}

.team-tight-section {
  padding-top: clamp(68px, 8vw, 108px) !important;
  padding-bottom: clamp(68px, 8vw, 108px) !important;
}

.team-tight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}

.team-tight-copy h2 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(48px, 6vw, 80px);
  line-height: .96;
  letter-spacing: -.05em;
}

.team-tight-copy .copy-stack {
  margin-top: clamp(28px, 4vw, 46px);
  max-width: 660px;
}

.team-photo-card-tight {
  align-self: end;
  transform: translateY(18px);
}

.why-applied-compact .section-head > p {
  max-width: 600px;
}

@media (max-width: 760px) {
  .about-merged-section,
  .team-tight-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .about-merged-grid,
  .team-tight-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-merged-copy {
    order: 1;
  }

  .about-merged-image {
    order: 2;
    min-height: 220px;
    border-radius: 22px;
  }

  .about-merged-copy h2,
  .team-tight-copy h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .team-photo-card-tight {
    transform: none;
  }
}

/* project-balance-20260717-v2: keep the start-project block balanced on desktop. */
@media (min-width: 900px) {
  .start-project-section {
    align-items: start !important;
    grid-template-columns: minmax(260px, .72fr) minmax(500px, 1fr) !important;
    gap: clamp(36px, 5vw, 72px) !important;
  }

  .start-project-section h2 {
    font-size: clamp(52px, 5.4vw, 76px) !important;
    line-height: .92 !important;
    max-width: 400px !important;
  }

  .start-project-form {
    align-self: start !important;
    height: fit-content !important;
    max-width: 560px;
    min-height: 0 !important;
    width: 100%;
  }
}
