:root {
  --paper: #fbf7ee;
  --surface: #fffdf8;
  --ink: #16171d;
  --muted: #62636d;
  --pink: #ff6fa5;
  --lime: #d8f45f;
  --blue: #3156e8;
  --line: rgba(22, 23, 29, 0.16);
  --shell: min(1200px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Trebuchet MS", "Avenir Next", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(22, 23, 29, 0.055) 1px, transparent 1px);
  background-size: 19px 19px;
  content: "";
  pointer-events: none;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 15px;
  letter-spacing: -0.03em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.site-nav {
  display: flex;
  align-items: center;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 17px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.nav-cta:hover {
  box-shadow: 1px 1px 0 var(--ink);
  transform: translate(2px, 2px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.eyebrow > span {
  color: var(--pink);
  font-size: 14px;
  letter-spacing: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  min-height: min(720px, calc(100svh - 92px));
  padding-block: 64px 76px;
}

.hero-copy {
  max-width: 650px;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(46px, 5.5vw, 76px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.hero h1 em {
  display: block;
  margin-top: 8px;
  color: var(--blue);
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.075em;
}

.hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-chip {
  appearance: none;
  cursor: pointer;
  padding: 9px 14px;
  border: 2px solid var(--ink);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-chip:hover {
  background: var(--lime);
}

.service-chip[aria-selected="true"] {
  background: var(--ink);
  color: var(--surface);
  box-shadow: 3px 3px 0 var(--pink);
}

.service-chip:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.offer-card:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}

.contact-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 58px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.contact-line a {
  border-bottom: 1px solid transparent;
}

.contact-line a:hover {
  border-color: currentcolor;
  color: var(--blue);
}

.contact-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
}

.contact-status i {
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid rgba(8, 124, 116, 0.18);
  border-radius: 50%;
  background: #21b978;
  box-shadow: 0 0 0 2px rgba(33, 185, 120, 0.12);
}

.offer-card {
  position: relative;
  display: flex;
  min-height: 700px;
  flex-direction: column;
  padding: 30px;
  border: 2px solid var(--ink);
  background: var(--ink);
  box-shadow: 10px 10px 0 var(--pink);
  color: var(--surface);
}

.offer-card::before {
  position: absolute;
  top: -14px;
  right: 28px;
  width: 92px;
  height: 28px;
  background: var(--lime);
  content: "";
  opacity: 0.95;
  transform: rotate(2deg);
}

.offer-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 42px;
}

.offer-card__eyebrow {
  margin: 0;
  color: var(--lime);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

.offer-card__index {
  flex: 0 0 auto;
  margin: 0;
  color: var(--pink);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.offer-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  transition: opacity 180ms ease, transform 180ms ease;
}

.offer-card__content--changing {
  opacity: 0;
  transform: translateY(6px);
}

.offer-card h2 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1.02;
}

.offer-card__intro {
  max-width: 470px;
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: 15px;
  line-height: 1.55;
}

.offer-card__category {
  margin-top: 28px;
}

.offer-card__category-heading {
  max-width: 470px;
  margin: 0;
  color: var(--surface);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.05;
}

.offer-card__category-intro {
  max-width: 470px;
  margin: 8px 0 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.offer-list {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 253, 248, 0.22);
  list-style: none;
}

.offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.22);
}

.offer-row h4 {
  margin: 0;
  color: var(--surface);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.offer-row p {
  margin: 3px 0 0;
  color: rgba(255, 253, 248, 0.66);
  font-size: 11px;
  line-height: 1.4;
}

.offer-card__url {
  flex: 0 0 auto;
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.52);
  font-family: Arial, sans-serif;
  font-size: 10px;
  transition: color 180ms ease;
}

.offer-card__url:hover {
  color: var(--lime);
}

.work-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: 48px;
  padding-block: 42px 48px;
  border-top: 1px solid var(--line);
}

.work-heading .eyebrow {
  margin-bottom: 12px;
}

.work-heading h2 {
  max-width: 280px;
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
}

.work-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
}

.work-links a {
  position: relative;
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 14px 0;
  border-bottom: 1px solid var(--line);
}

.work-links a + a {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.work-links a:hover strong {
  color: var(--blue);
}

.work-links strong {
  font-size: 14px;
  letter-spacing: -0.03em;
  transition: color 180ms ease;
}

.work-links small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.work-links b {
  color: var(--pink);
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-block: 26px 38px;
  border-top: 1px solid var(--line);
}

.brand-logo--footer {
  width: 34px;
  height: 34px;
}

.footer-brand {
  gap: 10px;
  font-size: 11px;
  line-height: 1.25;
}

.footer-brand strong {
  font-size: 12px;
}

.footer-note,
.footer-email {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-email {
  border-bottom: 1px solid transparent;
  color: var(--ink);
  font-weight: 900;
}

.footer-email:hover {
  border-color: currentcolor;
  color: var(--blue);
}

@media (width <= 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 56px;
    min-height: 0;
    padding-block: 58px 76px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .offer-card {
    width: min(100%, 620px);
    justify-self: center;
  }

  .work-strip {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .work-heading h2 {
    max-width: none;
  }
}

@media (width <= 760px) {
  :root {
    --shell: calc(100% - 32px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 76px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 8px 11px;
    box-shadow: 2px 2px 0 var(--ink);
    font-size: 11px;
  }

  .hero {
    gap: 42px;
    padding-block: 46px 62px;
  }

  .eyebrow {
    margin-bottom: 15px;
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .hero h1 {
    font-size: clamp(42px, 12.5vw, 60px);
    line-height: 0.99;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 17px;
  }

  .service-chips {
    gap: 10px;
    margin-top: 24px;
  }

  .service-chip {
    padding: 8px 11px;
    font-size: 12px;
  }

  .contact-line {
    gap: 10px 16px;
    margin-top: 42px;
    font-size: 12px;
  }

  .offer-card {
    min-height: 48rem;
    padding: 24px;
    box-shadow: 8px 8px 0 var(--pink);
  }

  .offer-card::before {
    top: -11px;
    right: 22px;
    width: 76px;
    height: 24px;
  }

  .offer-card__topline {
    margin-bottom: 34px;
  }

  .offer-card__eyebrow {
    font-size: 9px;
  }

  .offer-card h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .offer-card__intro {
    margin-top: 16px;
    font-size: 14px;
  }

  .offer-card__category {
    margin-top: 24px;
  }

  .offer-card__category-heading {
    font-size: clamp(21px, 6.5vw, 28px);
  }

  .offer-card__category-intro {
    font-size: 12px;
  }

  .offer-list {
    margin-top: 22px;
  }

  .offer-row {
    padding-block: 13px;
  }

  .offer-row h4 {
    font-size: 15px;
  }

  .offer-row p {
    font-size: 10px;
  }

  .work-strip {
    gap: 24px;
    padding-block: 36px 40px;
  }

  .work-links {
    grid-template-columns: 1fr;
  }

  .work-links a,
  .work-links a + a {
    min-height: 0;
    padding: 14px 0;
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding-block: 24px 34px;
  }

  .footer-note {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (width <= 420px) {
  .site-header {
    gap: 14px;
  }

  .nav-cta {
    padding-inline: 9px;
    font-size: 10px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .offer-card {
    padding: 22px 20px;
  }

  .offer-card__eyebrow {
    font-size: 8px;
    letter-spacing: 0.11em;
  }

  .offer-card__index {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .offer-card__content {
    transform: none;
  }
}
