:root {
  --paper: #f8f3f1;
  --ink: #000000;
  --peach: #eebbaf;
  --lavender: #d7cbf0;
  --lavender-ink: #5d4f86;
  --line: rgba(0, 0, 0, 0.22);
  --muted: rgba(0, 0, 0, 0.66);
  --peach-soft: rgba(238, 187, 175, 0.7);
  --lavender-soft: rgba(215, 203, 240, 0.7);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  min-height: 164px;
  padding: 28px max(22px, calc((100vw - 1180px) / 2));
  background: rgba(248, 243, 241, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  width: 188px;
  height: 120px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-1px);
}

.section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) 0;
}

.section[id] {
  scroll-margin-top: 196px;
}

main > .section:not(.hero) {
  border-top: 1px solid var(--line);
}

.label {
  margin: 0 0 18px;
  color: var(--lavender-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 1120px;
  margin-bottom: 24px;
  font-size: clamp(38px, 4.9vw, 62px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  margin-bottom: 28px;
  font-size: clamp(25px, 3vw, 34px);
}

p {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - 164px);
  display: grid;
  place-items: center;
  padding-top: clamp(72px, 9vw, 132px);
  padding-right: clamp(28px, 10vw, 190px);
  padding-bottom: clamp(72px, 9vw, 132px);
  padding-left: clamp(28px, 18vw, 300px);
  overflow: hidden;
  text-align: center;
}

.hero.section {
  width: 100%;
  max-width: none;
  margin: 0;
}

.hero-wash {
  position: absolute;
  top: 0;
  right: -20%;
  bottom: auto;
  z-index: -1;
  width: min(1820px, 138vw);
  max-width: none;
  opacity: 0.58;
  mix-blend-mode: multiply;
}

.hero-inner {
  max-width: 880px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 690px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.hero-copy.secondary {
  max-width: 560px;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.hero-actions {
  margin-top: 34px;
}

.hero-note {
  width: min(1180px, calc(100vw - 44px));
  margin-top: clamp(112px, 12vw, 176px);
  margin-left: calc(((100vw - min(1180px, calc(100vw - 44px))) / 2) - clamp(28px, 18vw, 300px));
  padding: 0;
  text-align: center;
}

.hero-note p {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--ink);
  font-size: clamp(24px, 3.4vw, 42px);
  line-height: 1.32;
  letter-spacing: 0.02em;
}

.note-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--lavender-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 96px);
}

.text-stack {
  max-width: 760px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--peach-soft);
}

.text-stack p {
  max-width: 680px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.4;
}

.text-stack p:last-child {
  margin-bottom: 0;
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  padding-top: clamp(64px, 8vw, 108px);
  padding-bottom: clamp(64px, 8vw, 108px);
}

.issue-card,
.service-card {
  padding: 30px;
  background: var(--peach-soft);
}

.issue-card {
  min-height: 260px;
}

.service-card:nth-child(odd) {
  background: var(--lavender-soft);
}

.issue-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  row-gap: 34px;
  overflow: hidden;
  background: transparent;
}

.issue-card + .issue-card::before {
  content: "";
  position: absolute;
  top: 12.5%;
  bottom: 12.5%;
  left: 0;
  width: 1px;
  background: var(--line);
}


.issue-card span {
  display: block;
  width: clamp(17px, 2.1vw, 28px);
  height: clamp(17px, 2.1vw, 28px);
}

.process-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.issue-card p {
  align-self: start;
  max-width: 230px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.24;
}

.approach {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
}

.approach-panel {
  padding: clamp(34px, 5vw, 58px);
  background: var(--lavender-soft);
}

.approach-panel p {
  max-width: 680px;
  margin-bottom: 46px;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.35;
}

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

.outcome-list span,
.tag-grid span {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 16px;
  background: var(--lavender-soft);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.outcome-list span {
  background: var(--paper);
  color: var(--ink);
}

.outcome-list span:nth-child(even) {
  background: var(--paper);
}


.section-heading {
  max-width: 840px;
  margin-bottom: 46px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.service-card {
  min-height: 100%;
}

.service-card h3 {
  min-height: 68px;
  margin-bottom: 22px;
  font-size: clamp(25px, 2.35vw, 30px);
  line-height: 1.12;
  white-space: nowrap;
}

.service-card p {
  color: var(--ink);
}

.service-card .label {
  color: var(--lavender-ink);
}

.service-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  line-height: 1.34;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ink);
  font-weight: 600;
}


.accent-pink {
  background: var(--peach-soft);
}

.accent-lavender {
  background: var(--lavender-soft);
}

.why {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 420px);
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
}

.why-copy p:not(.label) {
  max-width: 680px;
  margin-top: 30px;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.38;
}

.advantage {
  padding: 30px;
  background: var(--peach-soft);
}

.advantage p {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.3;
}

.built-for {
  padding-top: clamp(48px, 6vw, 84px);
}

.compact {
  max-width: 760px;
}

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

.tag-grid span {
  background: var(--lavender-soft);
  font-size: 18px;
}

.tag-grid span:nth-child(even) {
  background: var(--peach-soft);
}

.experience {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: end;
  overflow: hidden;
}

.experience-wash {
  position: absolute;
  top: 4%;
  right: -30%;
  bottom: auto;
  z-index: -1;
  width: min(1320px, 118vw);
  max-width: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
}

.experience > div,
.experience > p {
  position: relative;
  z-index: 1;
}

.experience p:not(.label) {
  margin-bottom: 0;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.38;
}

.final-cta {
  position: relative;
  width: min(1180px, calc(100% - 44px));
  margin: clamp(56px, 7vw, 96px) auto 22px;
  padding: clamp(48px, 7vw, 82px);
  background: var(--peach-soft);
  text-align: left;
}

.final-cta h2 {
  max-width: 980px;
  margin-right: 0;
  margin-bottom: 34px;
  margin-left: 0;
  font-size: clamp(34px, 5vw, 64px);
}

.final-copy {
  max-width: 760px;
  margin-right: 0;
  margin-bottom: 34px;
  margin-left: 0;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.38;
  letter-spacing: 0.02em;
}

.site-footer {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 62px) 0 clamp(26px, 4vw, 44px);
  color: var(--ink);
}

.footer-company p,
.footer-company a {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.footer-company a {
  display: block;
  width: max-content;
  text-decoration: none;
}

.footer-group {
  margin-top: 1.35em;
}

.footer-slogan {
  margin: 1.35em 0 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.footer-privacy {
  display: block;
  width: max-content;
  margin-top: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.footer-privacy:hover {
  text-decoration: underline;
}

.footer-company a:hover {
  text-decoration: underline;
}


@media (max-width: 980px) {
  .site-header {
    min-height: auto;
    padding: 22px max(22px, calc((100vw - 1180px) / 2));
  }

  .hero,
  .split,
  .approach,
  .why,
  .experience {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-note {
    position: static;
    width: min(1180px, calc(100vw - 44px));
    max-width: none;
    margin-top: clamp(84px, 12vw, 132px);
    margin-left: calc(((100vw - min(1180px, calc(100vw - 44px))) / 2) - clamp(28px, 18vw, 300px));
    transform: none;
  }

  .issue-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    min-height: 390px;
  }

  .outcome-list,
  .tag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .site-header {
    align-items: flex-start;
    padding: 16px 15px 18px;
  }

  .brand {
    width: 138px;
    height: 84px;
  }

  .section,
  .final-cta {
    width: calc(100% - 30px);
  }

  .section {
    padding: 58px 0;
  }

  .section[id] {
    scroll-margin-top: 138px;
  }

  h1 {
    font-size: 39px;
    line-height: 1.06;
  }

  h2 {
    font-size: 35px;
  }

  .hero {
    padding: 44px 24px 48px;
  }

  .hero-note {
    width: calc(100vw - 30px);
    margin-top: clamp(84px, 12vw, 132px);
    margin-left: -9px;
    padding: 0;
  }

  .hero-copy {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .hero-copy.secondary {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .hero-wash {
    top: 0;
    right: -70%;
    left: auto;
    width: 230vw;
    opacity: 0.34;
    transform: none;
  }

  .experience-wash {
    top: 12%;
    right: -92%;
    left: auto;
    width: 220vw;
    opacity: 0.3;
  }

  .button {
    width: 100%;
    min-height: 56px;
    text-align: center;
  }

  .issue-grid,
  .service-grid,
  .outcome-list,
  .tag-grid {
    grid-template-columns: 1fr;
  }

  .issue-card,
  .service-card,
  .hero-note,
  .approach-panel,
  .advantage {
    padding: 24px;
  }



  .issue-card + .issue-card::before {
    top: 0;
    right: 12.5%;
    bottom: auto;
    left: 12.5%;
    width: auto;
    height: 1px;
  }
  .issue-card {
    min-height: 220px;
    grid-template-rows: auto auto;
    row-gap: 28px;
  }

  .final-cta {
    margin-top: 44px;
    padding: 34px 24px;
  }

  .site-footer {
    width: calc(100% - 30px);
  }
}
