/* Page-level refinements and asset hooks.
   Replace visual assets in data/content.json to swap images without editing HTML. */
#main-content { position: relative; }
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 110px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(246,250,255,.96));
  pointer-events: none;
}
.service-card:nth-child(1) { background: linear-gradient(145deg, rgba(255, 240, 247, .96), rgba(255,255,255,.88)); }
.service-card:nth-child(2) { background: linear-gradient(145deg, rgba(245, 235, 255, .96), rgba(255,255,255,.88)); }
.service-card:nth-child(3) { background: linear-gradient(145deg, rgba(234, 243, 255, .96), rgba(255,255,255,.88)); }
.service-card:nth-child(4) { background: linear-gradient(145deg, rgba(238, 255, 247, .96), rgba(255,255,255,.88)); }
.service-card:nth-child(5) { background: linear-gradient(145deg, rgba(255, 244, 229, .96), rgba(255,255,255,.88)); }
.service-card:nth-child(6) { background: linear-gradient(145deg, rgba(255, 239, 248, .96), rgba(255,255,255,.88)); }
.service-card:nth-child(7) { background: linear-gradient(145deg, rgba(235, 246, 255, .96), rgba(255,255,255,.88)); }
.service-card:nth-child(8) { background: linear-gradient(145deg, rgba(248, 239, 255, .96), rgba(255,255,255,.88)); }
.panel-block:first-child { background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(249,251,255,.76)); }
.panel-block:last-child { background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(246,250,255,.82)); }
.process-card:nth-child(1) .number { color: #ff3b91; }
.process-card:nth-child(2) .number { color: #8a5cff; }
.process-card:nth-child(3) .number { color: #3178ff; }
.process-card:nth-child(4) .number { color: #21b986; }
.process-card:nth-child(5) .number { color: #ff9e2f; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* 2026 polish pass — tuned to match the selected Strawbu mockup more closely. */
body {
  background:
    radial-gradient(circle at 7% 23%, rgba(255, 80, 160, .18), transparent 34%),
    radial-gradient(circle at 92% 20%, rgba(99, 181, 255, .18), transparent 38%),
    linear-gradient(135deg, #fff3fa 0%, #fbfdff 46%, #eef8ff 100%);
}

.site-header {
  top: 18px;
  width: min(1320px, calc(100% - 44px));
  border-radius: 28px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 22px 80px rgba(72, 76, 142, .10), inset 0 1px 0 rgba(255,255,255,.90);
}
.header-inner { min-height: 76px; padding: 0 28px; }
.brand { font-size: 1.38rem; }
.brand img { width: 40px; height: 40px; }
.nav-links { gap: 30px; font-size: .9rem; }
.header-inner > .cta-button { min-height: 52px; padding: 0 28px; font-size: .96rem; }

.hero { padding: 64px 0 46px; }
.hero-wrap {
  grid-template-columns: .82fr 1.18fr;
  gap: 50px;
  min-height: 610px;
}
.hero-copy { padding: 36px 0 42px; }
.kicker {
  padding: 12px 18px;
  border-radius: 999px;
  color: #ec3f93;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(244, 119, 184, .25);
  box-shadow: 0 12px 34px rgba(134, 83, 172, .10);
}
.hero h1 {
  max-width: 560px;
  margin: 22px 0 22px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(4.25rem, 6.3vw, 6.6rem);
  line-height: .88;
  letter-spacing: -0.075em;
  font-weight: 900;
}
.hero p {
  max-width: 585px;
  font-size: 1.08rem;
  line-height: 1.48;
  color: #303751;
}
.hero-actions { gap: 18px; margin-top: 30px; }
.hero-copy .cta-button { min-height: 52px; padding: 0 28px; font-size: .95rem; }
.hero-stats { margin-top: 30px; gap: 22px; }
.stat-pill { font-size: .78rem; }
.stat-pill .dot { width: 34px; height: 34px; }
.stat-pill strong { font-size: .96rem; }

.hero-visual {
  min-height: 570px;
  isolation: isolate;
}
.hero-visual::before {
  inset: 8px 0 8px 0;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,232,246,.58) 35%, rgba(224,239,255,.78));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.32), 0 26px 80px rgba(83, 99, 168, .13);
  overflow: hidden;
}
.hero-art {
  width: min(830px, 108%);
  border-radius: 36px;
  transform: translateX(0) scale(1.01);
  filter: drop-shadow(0 32px 54px rgba(79, 84, 180, .18));
}

.process-grid {
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.process-card {
  min-height: 158px;
  padding: 26px 24px 24px;
  border-radius: 25px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(79, 95, 162, .10);
  box-shadow: 0 20px 54px rgba(80, 92, 150, .10), inset 0 1px 0 rgba(255,255,255,.92);
}
.process-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(125, 100, 255, .45);
  font-size: 1.35rem;
  font-weight: 900;
  z-index: 2;
}
.process-topline { display: flex; align-items: center; gap: 14px; }
.process-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 30px rgba(91, 101, 168, .12);
  font-size: 1.2rem;
}
.process-card .number { font-size: 1.04rem; }
.process-card h3 { margin: 14px 0 8px; font-size: 1.12rem; }
.process-card p { max-width: 190px; font-size: .82rem; line-height: 1.48; }

.faq-cta-grid {
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.72fr);
  gap: 28px;
}
.faq-card {
  border-radius: 34px;
  padding: 34px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 22px 70px rgba(78, 91, 148, .11), inset 0 1px 0 rgba(255,255,255,.9);
}
.faq-card h2 { font-size: 1.8rem; margin-bottom: 20px; }
.faq-item { border-radius: 17px; margin-bottom: 12px; background: rgba(255,255,255,.88); }
.faq-question { padding: 17px 18px; font-size: .9rem; }
.faq-answer { padding: 0 18px 18px; font-size: .88rem; }

.final-cta {
  min-height: 340px;
  border-radius: 34px;
  padding: 58px 62px;
  background:
    radial-gradient(circle at 90% 78%, rgba(255,255,255,.38), transparent 34%),
    linear-gradient(135deg, #ff4f9c 0%, #b54fff 48%, #78c7ff 100%);
  box-shadow: 0 30px 88px rgba(140, 92, 232, .28), inset 0 1px 0 rgba(255,255,255,.28);
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 60%, rgba(255,255,255,.36), transparent 35%);
  pointer-events: none;
}
.final-cta h2,
.final-cta p,
.final-cta .hero-actions {
  position: relative;
  z-index: 2;
}
.final-cta h2 {
  max-width: 560px;
  font-size: clamp(2.25rem, 3.4vw, 3.3rem);
  line-height: .98;
  letter-spacing: -0.075em;
}
.final-cta p { font-size: 1.08rem; margin-bottom: 28px; }
.final-cta .hero-actions { max-width: 560px; }
.final-cta .cta-button { min-height: 50px; padding: 0 26px; }
.final-art {
  z-index: 1;
  right: 0;
  bottom: 0;
  width: min(560px, 46%);
  height: 100%;
  object-fit: cover;
  object-position: center right;
  border-radius: 0 34px 34px 0;
  opacity: .96;
  filter: drop-shadow(0 18px 38px rgba(37, 49, 126, .20));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 12%, #000 32%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 12%, #000 32%);
}

@media (max-width: 1180px) {
  .hero-wrap { grid-template-columns: 1fr; gap: 24px; }
  .hero h1 { max-width: 760px; font-size: clamp(3.7rem, 10vw, 6rem); }
  .hero p { max-width: 720px; }
  .hero-visual { min-height: auto; }
  .hero-art { width: 100%; }
  .process-card:not(:last-child)::after { display: none; }
}

@media (max-width: 1060px) {
  .site-header { top: 8px; }
  .hero { padding-top: 32px; }
  .faq-cta-grid { grid-template-columns: 1fr; }
  .final-art { width: 54%; }
}

@media (max-width: 720px) {
  .site-header { width: min(100% - 18px, 1220px); }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 4.7rem); line-height: .9; }
  .process-card { min-height: auto; }
  .final-cta { min-height: 560px; padding: 34px 26px 260px; }
  .final-art {
    width: 100%;
    height: 58%;
    right: 0;
    bottom: 0;
    border-radius: 0 0 34px 34px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 28%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 28%);
  }
}

/* 2026 alignment + navigation polish patch */
html {
  scroll-padding-top: 112px;
}

section[id],
#top,
#services,
#who,
#difference,
#projects,
#process,
#faq {
  scroll-margin-top: 112px;
}

.site-header {
  z-index: 100;
}

.nav-links a,
.brand,
.cta-button {
  scroll-behavior: smooth;
}

/* Keep anchor targets from hiding under the sticky nav */
.section-pad {
  position: relative;
}

/* Who / Difference alignment fix */
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border-radius: 34px;
  min-height: 420px;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 28px 80px rgba(79, 91, 151, .11), inset 0 1px 0 rgba(255,255,255,.82);
}

.panel-block {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 56px 50px 50px;
}

.panel-block h2 {
  max-width: 440px;
  margin-top: 12px;
  line-height: 1.02;
}

.panel-block > p {
  max-width: 520px;
}

.chip-grid {
  max-width: 560px;
  align-content: start;
}

.chip {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.difference-grid {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(260px, .78fr);
  align-items: center;
  gap: 28px;
}

.difference-grid > div:first-child {
  min-width: 0;
}

.point-list {
  max-width: 430px;
}

.point {
  align-items: start;
}

.point h3 {
  line-height: 1.08;
}

.point p {
  max-width: 330px;
}

.why-art {
  width: 100%;
  max-width: 360px;
  min-width: 0;
  justify-self: end;
  align-self: center;
  border-radius: 24px;
  object-fit: contain;
  transform: translateY(8px);
}

/* Projects alignment and visual rhythm */
#projects {
  padding-top: 58px;
}

.projects-head {
  margin-bottom: 26px;
}

.projects-grid {
  align-items: stretch;
}

.project-card {
  height: 100%;
}

.project-card h3 {
  min-height: 46px;
  display: grid;
  place-items: center;
}

/* Process row alignment */
#process .section-heading {
  margin-bottom: 24px;
}

.process-grid {
  align-items: stretch;
}

.process-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.process-card p {
  margin-top: 2px;
}

/* FAQ + CTA alignment */
.faq-cta-grid {
  align-items: stretch;
}

.faq-card,
.final-cta {
  height: 100%;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.final-cta .hero-actions {
  flex-wrap: wrap;
}

.final-cta .hero-actions .cta-button.secondary {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  html { scroll-padding-top: 98px; }
  section[id], #top, #services, #who, #difference, #projects, #process, #faq { scroll-margin-top: 98px; }
  .split-section { grid-template-columns: 1fr; }
  .panel-block { min-height: auto; padding: 42px 36px; }
  .difference-grid { grid-template-columns: minmax(0, 1fr) minmax(240px, .55fr); }
  .why-art { justify-self: center; max-width: 330px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  section[id], #top, #services, #who, #difference, #projects, #process, #faq { scroll-margin-top: 82px; }
  .split-section { border-radius: 28px; }
  .panel-block { padding: 30px 24px; }
  .difference-grid { grid-template-columns: 1fr; }
  .why-art { max-width: 300px; justify-self: start; }
  .chip { min-height: 40px; white-space: normal; }
}

/* Mobile responsiveness hotfix — keeps process cards readable instead of squeezed. */
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 24px, 1220px);
  }

  .site-header {
    width: calc(100% - 18px);
    margin-top: 8px;
    border-radius: 26px;
  }

  .header-inner {
    min-height: 78px;
    padding: 0 20px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand {
    font-size: 1.55rem;
  }

  #process .section-heading {
    margin-bottom: 22px;
  }

  .process-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .process-card {
    width: 100%;
    min-width: 0;
    min-height: auto;
    border-radius: 24px;
    padding: 20px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    row-gap: 4px;
    align-items: start;
    text-align: left;
  }

  .process-card:not(:last-child)::after {
    display: none !important;
  }

  .process-topline {
    grid-row: 1 / span 3;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .process-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
  }

  .process-card .number {
    font-size: .95rem;
  }

  .process-card h3 {
    grid-column: 2;
    margin: 2px 0 4px;
    font-size: 1.25rem;
    line-height: 1.08;
  }

  .process-card p {
    grid-column: 2;
    max-width: none;
    font-size: .96rem;
    line-height: 1.45;
  }

  .faq-cta-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .faq-card {
    border-radius: 28px;
    padding: 26px 18px;
  }

  .faq-question {
    font-size: .94rem;
    line-height: 1.2;
  }

  .final-cta {
    border-radius: 28px;
    padding: 30px 22px 245px;
    min-height: 560px;
  }

  .final-cta h2 {
    font-size: clamp(2.1rem, 10vw, 3.1rem);
    line-height: 1;
  }

  .final-cta .hero-actions {
    width: 100%;
  }

  .final-cta .hero-actions .cta-button,
  .final-cta .hero-actions .cta-button.secondary {
    width: 100%;
    max-width: none;
  }

  .final-art {
    width: 115%;
    height: auto;
    right: -18%;
    bottom: -54px;
    border-radius: 0 0 28px 28px;
  }
}

@media (max-width: 430px) {
  .brand { font-size: 1.35rem; }
  .brand img { width: 38px; height: 38px; }
  .header-inner { min-height: 72px; }
  .process-card { padding: 18px 16px; column-gap: 13px; }
  .process-card h3 { font-size: 1.15rem; }
  .process-card p { font-size: .91rem; }
}


/* Final responsive polish pass — strawbu-updated
   - Mobile hero art appears first after the header.
   - Desktop/mobile rocket CTA use the correct aspect-ratio assets.
   - Cards align cleanly and avoid squeezed columns. */
html { scroll-padding-top: 104px; }
body { overflow-x: hidden; }
.site-header { top: 10px; }
.hero-copy, .hero-visual { min-width: 0; }
.hero-visual { overflow: visible; }
.hero-art { display: block; border-radius: 34px; }
.process-card { min-width: 0; }
.process-topline { min-width: 0; }
.final-art-wrap {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: min(590px, 50%);
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0 34px 34px 0;
  filter: drop-shadow(0 20px 44px rgba(37, 49, 126, .22));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.22) 14%, #000 36%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.22) 14%, #000 36%);
}
.final-art-wrap .final-art,
.final-art {
  position: static;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center right;
  border-radius: 0;
  opacity: 1;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.final-cta h2,
.final-cta p,
.final-cta .hero-actions { max-width: 58%; }

@media (min-width: 761px) and (max-width: 1100px) {
  .final-cta h2,
  .final-cta p,
  .final-cta .hero-actions { max-width: 62%; }
  .final-art-wrap { width: 54%; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 92px; }
  .site-header {
    top: 6px;
    width: calc(100% - 20px);
    border-radius: 28px;
  }
  .header-inner {
    min-height: 72px;
    padding: 0 20px;
  }
  .brand img { width: 44px; height: 44px; }
  .brand { font-size: 1.5rem; }

  .hero { padding: 12px 0 4px; }
  .hero-wrap {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    min-height: auto;
    align-items: stretch;
  }
  .hero-visual {
    order: -1;
    min-height: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
  }
  .hero-visual::before { display: none; }
  .hero-art {
    width: 100%;
    max-width: 100%;
    transform: none;
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(86, 96, 156, .16);
  }
  .hero-copy {
    order: 1;
    padding: 4px 2px 28px;
  }
  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.25rem);
    line-height: .94;
    letter-spacing: -.08em;
    margin: 14px 0 16px;
  }
  .hero p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.5;
  }
  .hero-actions { gap: 12px; }
  .hero-actions .cta-button { width: 100%; min-height: 54px; }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 22px;
  }
  .stat-pill { align-items: flex-start; }

  .services-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-card { min-height: 168px; }
  .split-section { display: grid; grid-template-columns: 1fr; border-radius: 30px; }
  .panel-block { min-height: auto; padding: 26px 22px; }
  .difference-grid { grid-template-columns: 1fr; }
  .why-art { min-width: 0; max-width: 100%; justify-self: center; }
  .projects-grid { grid-template-columns: 1fr; gap: 16px; }
  .project-card { border-radius: 22px; }

  .process-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .process-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    width: 100%;
    padding: 20px;
    min-height: auto;
    border-radius: 24px;
  }
  .process-card:not(:last-child)::after { display: none !important; }
  .process-topline {
    grid-row: 1 / span 2;
    grid-column: 1;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .process-card h3 {
    grid-column: 2;
    margin: 2px 0 5px;
    font-size: 1.22rem;
    line-height: 1.08;
  }
  .process-card p {
    grid-column: 2;
    max-width: none;
    font-size: .95rem;
    line-height: 1.45;
  }

  .faq-cta-grid { grid-template-columns: 1fr !important; gap: 18px; }
  .faq-card { padding: 26px 18px; border-radius: 28px; }
  .faq-question { font-size: .92rem; }

  .final-cta {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 30px 22px 0;
    border-radius: 30px;
  }
  .final-cta h2,
  .final-cta p,
  .final-cta .hero-actions {
    max-width: none;
    width: 100%;
  }
  .final-cta h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
    line-height: 1;
  }
  .final-cta .cta-button { min-height: 54px; }
  .final-art-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 44px);
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 24px -22px 0;
    border-radius: 0 0 30px 30px;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .final-art-wrap .final-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
}

@media (max-width: 430px) {
  .container { width: min(100% - 22px, 1220px); }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 3.45rem); }
  .hero-stats { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .final-cta { padding-left: 18px; padding-right: 18px; }
  .final-art-wrap { width: calc(100% + 36px); margin-left: -18px; margin-right: -18px; }
}
