:root {
  --ink: #11243c;
  --blue: #2b5591;
  --pink: #e59bb9;
  --pink-soft: #f5d4e1;
  --paper: #f7f4ec;
  --line: rgba(17, 36, 60, 0.14);
  --shadow: 0 24px 70px rgba(17, 36, 60, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(247, 244, 236, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 15px;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 30px);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

main {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  min-height: min(680px, calc(100vh - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
  padding: clamp(54px, 9vw, 118px) 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(58px, 9vw, 132px);
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.intro {
  max-width: 600px;
  font-size: clamp(18px, 2.1vw, 27px);
  line-height: 1.24;
  color: rgba(17, 36, 60, 0.78);
}

.hero-mark {
  justify-self: center;
  width: min(420px, 80%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink-soft);
  box-shadow: var(--shadow);
}

.hero-mark img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.feature {
  padding: 0 0 clamp(34px, 7vw, 92px);
}

.cacahead-card {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  overflow: hidden;
  padding: clamp(26px, 5vw, 64px);
  border-radius: 34px;
  background: var(--pink);
  box-shadow: var(--shadow);
}

.cacahead-wordmark {
  width: min(460px, 100%);
  margin-bottom: 22px;
}

.cacahead-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 26px;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.28;
}

.pill,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 14px;
  font-weight: 900;
}

.cacahead-brand-art {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(18px, 3vw, 32px);
  min-height: 280px;
  padding: clamp(18px, 3vw, 38px);
  border-radius: 28px;
  background: rgba(43, 85, 145, 0.1);
}

.cacahead-token {
  width: min(180px, 42vw);
  filter: drop-shadow(0 18px 22px rgba(17, 36, 60, 0.16));
}

.cacahead-big-wordmark {
  width: min(520px, 100%);
  filter: drop-shadow(0 14px 0 rgba(17, 36, 60, 0.1));
}

.studio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: clamp(34px, 7vw, 92px);
}

.studio-grid article {
  min-height: 260px;
  padding: clamp(22px, 3.2vw, 36px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.38);
}

.studio-grid span {
  display: block;
  margin-bottom: 46px;
  color: var(--blue);
  font-weight: 900;
}

.studio-grid h2,
.contact h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.studio-grid p {
  color: rgba(17, 36, 60, 0.72);
  font-size: 16px;
  line-height: 1.48;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: clamp(26px, 5vw, 56px);
  border-radius: 30px;
  background: var(--ink);
  color: white;
}

.contact .eyebrow {
  color: var(--pink);
}

.contact h2 {
  max-width: 650px;
  margin-bottom: 0;
}

.contact .button {
  flex: 0 0 auto;
  background: var(--pink);
  color: var(--ink);
}

footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 22px 0 34px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(17, 36, 60, 0.56);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    gap: 12px;
    font-size: 11px;
  }

  .hero,
  .cacahead-card,
  .studio-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-mark {
    grid-row: 1;
    width: min(300px, 72vw);
  }

  h1 {
    font-size: clamp(50px, 17vw, 86px);
  }

  .cacahead-card {
    border-radius: 24px;
  }

  .studio-grid article {
    min-height: 210px;
  }

  .contact,
  footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
