@font-face {
  font-family: "Figtree";
  src: url("/hazil-site/fonts/figtree.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Figtree";
  src: url("/hazil-site/fonts/figtree-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/hazil-site/fonts/instrument-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/hazil-site/fonts/instrument-serif-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("/hazil-site/fonts/inter-display-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("/hazil-site/fonts/inter-display-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/hazil-site/fonts/inter-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/hazil-site/fonts/inter-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/hazil-site/fonts/inter-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/hazil-site/fonts/inter-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("/hazil-site/fonts/roboto-mono.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/hazil-site/fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --black: #000;
  --ink: #111;
  --paper: #f8f8f8;
  --white: #fff;
  --muted: #666;
  --blue: #3478f6;
  --line: #d7d7d7;
  --dark-line: #3b3b3b;
  --portfolio-width: 1000px;
  --page-pad: 40px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: "Figtree", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow-x: hidden;
}

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

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

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

::selection {
  background: #fff;
  color: #000;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.hero-section {
  min-height: 570px;
  background: var(--black);
}

.site-nav {
  width: 100%;
  background: #000;
}

.nav-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 74px;
  padding: 0 62px;
}

.brand-link {
  display: inline-flex;
  width: 105px;
  height: 15px;
  align-items: center;
}

.brand-link img {
  width: 105px;
  height: 15px;
  object-fit: contain;
}

.desktop-links {
  display: flex;
  grid-column: 2;
  gap: 39px;
  align-items: center;
  justify-content: center;
}

.desktop-links a,
.mobile-menu a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: opacity 180ms ease;
}

.desktop-links a:hover,
.mobile-menu a:hover {
  opacity: 0.62;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero-main {
  display: flex;
  min-height: 496px;
  padding: 138px 24px 72px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.hero-content {
  width: min(900px, 100%);
}

.hero-heading {
  margin: 0;
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.hero-heading .serif-line {
  display: block;
  margin-top: 7px;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero-subtitle {
  margin: 20px 0 25px;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.primary-button {
  display: inline-flex;
  min-width: 165px;
  min-height: 43px;
  padding: 11px 26px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.primary-button:hover {
  background: #4a87f7;
  transform: translateY(-2px);
}

.reviews {
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  color: #c4c4c4;
}

.reviews .stars {
  color: #ffe65b;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1;
}

.what-we-do-section {
  padding: 112px var(--page-pad) 150px;
  background: var(--black);
  color: var(--white);
}

.what-we-do-eyebrow {
  margin-bottom: 22px;
  color: #aaa;
  text-align: center;
}

.what-we-do-title {
  max-width: 880px;
  margin: 0 auto;
  font-size: 82px;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-align: center;
}

.what-we-do-process {
  display: flex;
  margin: 30px auto 0;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #e5e5e5;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.what-we-do-process span:nth-child(even) {
  color: #777;
  font-size: 20px;
}

.what-we-do-photo {
  margin: 0;
}

.what-we-do-photo img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.what-we-do-photo figcaption {
  margin-top: 10px;
  color: #aaa;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: -0.03em;
}

.what-we-do-feature {
  display: grid;
  width: min(1100px, 100%);
  margin: 88px auto 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 88px;
  align-items: center;
}

.what-we-do-copy {
  max-width: 480px;
}

.what-we-do-title em {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

.what-we-do-title-first {
  white-space: nowrap;
}

.what-we-do-lede {
  max-width: 490px;
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.what-we-do-benefits {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  gap: 15px;
  list-style: none;
}

.what-we-do-benefits li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #e4e4e4;
  font-size: 21px;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.what-we-do-check {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
}

.what-we-do-benefits a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  transition: border-color 180ms ease, opacity 180ms ease;
}

.what-we-do-benefits a:hover {
  border-color: #fff;
  opacity: 0.72;
}

.what-we-do-photo--founders {
  height: clamp(480px, 42vw, 620px);
}

.what-we-do-photo--founders img {
  object-position: center 32%;
}

.process-section,
.benefits-section,
.pricing-section {
  background: var(--paper);
  color: var(--ink);
}

.process-section {
  min-height: 674px;
  height: 674px;
  padding: 98px var(--page-pad) 116px;
}

.process-title {
  max-width: 644px;
  margin: 0 auto 105px;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.process-title em,
.mixed-heading em,
.pricing-title em,
.faq-title em,
.schedule-title em {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
}

.process-grid {
  display: grid;
  width: min(1200px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.process-card {
  position: relative;
  display: flex;
  min-height: 200px;
  overflow: hidden;
  padding: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  text-align: center;
}

.process-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  content: "";
}

.process-card--subscribe {
  background-image: url("/hazil-site/images/fQt62CzJ1ZHmldrLmLCbdUMDA.webp");
}

.process-card--request {
  background-image: url("/hazil-site/images/1SvyWr5haeZMLjQb2ZrJiyvp4.webp");
}

.process-card--receive {
  background-image: url("/hazil-site/images/fccSa8M7bChDNxN7zDz6Iuw8uI.avif");
}

.process-card h3 {
  margin: 0 0 5px;
  font-family: "Inter Display", "Inter", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.process-card p {
  max-width: 340px;
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.benefits-section {
  min-height: 871px;
  height: 871px;
  padding: 52px var(--page-pad) 0;
  border-top: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 24px;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  text-align: center;
}

.mixed-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 82px;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.mixed-heading em {
  font-size: 1.03em;
  letter-spacing: -0.045em;
}

.benefits-intro {
  max-width: 700px;
  margin: 31px auto 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.22;
  text-align: center;
}

.benefits-grid {
  display: grid;
  width: min(1200px, 100%);
  margin: 90px auto 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
}

.benefit-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.benefit-card:hover img {
  transform: translateY(-4px);
}

.benefit-card h3 {
  margin: 10px 0 5px;
  font-family: "Inter Display", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.05;
}

.benefit-card p {
  margin: 0;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
}

.portfolio-section {
  min-height: 2440px;
  height: 2440px;
  padding: 80px 0 48px;
  background: #000;
  color: #fff;
}

.portfolio-title {
  margin: 0 0 100px;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.4;
  text-align: center;
}

.portfolio-grid {
  display: grid;
  width: min(var(--portfolio-width), calc(100% - 80px));
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 60px;
}

.work-item {
  min-width: 0;
  text-align: center;
}

.work-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 17px;
  background: #111;
}

.work-frame::after {
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.work-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.work-item:hover .work-frame img,
.work-item:focus-visible .work-frame img {
  transform: scale(1.035);
}

.work-item h3 {
  margin: 24px 0 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 24px;
}

.client-logos {
  display: grid;
  width: min(982px, calc(100% - 48px));
  margin: 60px auto 0;
  grid-template-columns: 222px 222px 136px 222px;
  column-gap: 60px;
  align-items: center;
}

.client-logo {
  display: flex;
  width: 100%;
  height: 75px;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 100%;
  max-height: 75px;
  object-fit: contain;
}

.client-logo:nth-child(1) img {
  width: 222px;
  height: 75px;
}

.client-logo:nth-child(2) img {
  width: 222px;
  height: 75px;
}

.client-logo:nth-child(3) img {
  width: 136px;
  height: 46px;
}

.client-logo:nth-child(4) img {
  width: 222px;
  height: 75px;
}

.pricing-section {
  min-height: 1064px;
  height: 1064px;
  padding: 100px 24px 0;
}

.pricing-section .eyebrow {
  margin-bottom: 16px;
}

.pricing-title {
  margin: 0;
  text-align: center;
  font-size: 82px;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.pricing-title em {
  display: block;
  margin-top: 3px;
  letter-spacing: -0.035em;
}

.pricing-card {
  width: 400px;
  min-height: 479px;
  height: 479px;
  margin: 62px auto 24px;
  padding: 40px 29px 31px;
  border: 1px solid #111;
  border-radius: 20px;
  background: url("/hazil-site/images/DLfDqsxo11nl25vMYSK0GK7i5T4.webp") center / cover no-repeat;
  color: #fff;
}

.pricing-card h3 {
  margin: 0 0 3px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.pricing-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.price-line {
  display: flex;
  margin-top: 26px;
  align-items: baseline;
}

.price {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1;
}

.per-month {
  margin-left: 3px;
  font-size: 15px;
  font-weight: 500;
}

.service-tags {
  display: flex;
  margin-top: 19px;
  gap: 5px;
}

.service-tags span {
  padding: 5px 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.plan-list {
  display: grid;
  margin: 28px 0 22px;
  padding: 0;
  gap: 15px;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-left: 34px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.plan-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #151515;
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.join-button {
  display: flex;
  width: 100%;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.join-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.16);
}

.pricing-notes {
  display: grid;
  width: min(820px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pricing-note {
  min-height: 153px;
  padding: 30px;
  border: 1px solid #777;
  border-radius: 20px;
}

.pricing-note h3 {
  display: flex;
  margin: 0 0 17px;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.note-icon {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #111;
  border-radius: 50%;
  font-size: 15px;
}

.note-icon--pause::before,
.note-icon--pause::after {
  width: 2px;
  height: 12px;
  margin: 0 2px;
  background: #111;
  content: "";
}

.note-icon--check::after {
  width: 12px;
  height: 6px;
  border-bottom: 1.7px solid #111;
  border-left: 1.7px solid #111;
  content: "";
  transform: translateY(-2px) rotate(-45deg);
}

.pricing-note p {
  margin: 0;
  color: #777;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.faq-section {
  min-height: 1177px;
  height: 1177px;
  padding: 40px 40px 0;
  background: #000;
  color: #fff;
}

.faq-layout {
  display: grid;
  width: min(1200px, 100%);
  margin: 0 auto;
  grid-template-columns: 688px 433px;
  gap: 79px;
  align-items: start;
}

.faq-title {
  width: 360px;
  margin: 0;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.45;
}

.faq-title em {
  display: block;
  font-size: 1.08em;
  letter-spacing: -0.03em;
}

.faq-list {
  margin-top: 64px;
  overflow: hidden;
  padding: 0 20px;
  border-radius: 18px;
  background: #111;
}

.faq-list details {
  border-bottom: 1px solid var(--dark-line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 68px;
  padding: 20px 6px 20px 40px;
  align-items: center;
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35;
  list-style: none;
}

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

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 1.5px;
  background: #fff;
  content: "";
  transition: transform 220ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0deg);
}

.faq-answer {
  max-width: 610px;
  margin: -5px 0 0 40px;
  padding: 0 20px 23px 0;
  color: #b8b8b8;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 1.45;
}

.call-card {
  min-height: 320px;
  height: 320px;
  padding: 40px;
  border-radius: 8px;
  background: url("/hazil-site/images/DLfDqsxo11nl25vMYSK0GK7i5T4.webp") center / cover no-repeat;
  color: #fff;
}

.call-card h3 {
  margin: 0 0 22px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.call-card-button {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #fff;
  color: #111;
  font-size: 21px;
  font-weight: 500;
  transition: transform 180ms ease;
}

.call-card-button:hover {
  transform: translateY(-2px);
}

.email-row {
  display: grid;
  margin-top: 24px;
  grid-template-columns: 32px 1fr 42px;
  gap: 11px;
  align-items: center;
}

.email-plane {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.email-copy {
  font-size: 14px;
  line-height: 1.15;
}

.email-copy strong {
  display: block;
  font-weight: 700;
}

.email-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 25px;
  line-height: 1;
  transition: transform 180ms ease;
}

.email-row:hover .email-arrow {
  transform: translateX(3px);
}

.schedule-section {
  min-height: 1071px;
  height: 1071px;
  padding: 100px 40px;
  background: #000;
  color: #fff;
}

.schedule-layout {
  display: grid;
  width: min(1200px, 100%);
  margin: 0 auto;
  grid-template-columns: 456px 704px;
  gap: 39px;
  align-items: start;
}

.schedule-title {
  margin: 0;
  font-size: 82px;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.schedule-title em {
  display: inline;
}

.schedule-copy {
  max-width: 410px;
  margin: 35px 0 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.scheduler-frame {
  width: 100%;
  min-height: 870px;
  border: 0;
  background: #fff;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-heading,
.hero-subtitle,
.hero-actions {
  animation: hero-in 700ms both cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-subtitle {
  animation-delay: 90ms;
}

.hero-actions {
  animation-delay: 170ms;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .faq-section {
    min-height: 1177px;
    height: auto;
    padding-bottom: 40px;
  }

  .faq-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 32px;
  }

  .faq-title {
    max-width: 100%;
  }

  .call-card {
    padding: 32px;
  }

  .call-card h3 {
    font-size: 36px;
  }

  .call-card-button {
    font-size: 19px;
  }

  .schedule-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.6fr);
    gap: 32px;
  }
}

@media (max-width: 767px) {
  :root {
    --page-pad: 20px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .hero-section {
    min-height: 464px;
  }

  .nav-main {
    display: flex;
    min-height: 64px;
    padding: 0 34px 0 32px;
    justify-content: space-between;
  }

  .brand-link,
  .brand-link img {
    width: 107px;
    height: 15px;
  }

  .desktop-links {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    left: 3px;
    width: 20px;
    height: 1.5px;
    background: #fff;
    transition: top 220ms ease, transform 220ms ease;
  }

  .menu-toggle span:first-child {
    top: 9px;
  }

  .menu-toggle span:last-child {
    top: 18px;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    top: 14px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    top: 14px;
    transform: rotate(-45deg);
  }

  .mobile-menu {
    display: grid;
    max-height: 0;
    overflow: hidden;
    padding: 0 34px;
    gap: 0;
    opacity: 0;
    transition: max-height 260ms ease, opacity 180ms ease;
  }

  .menu-open .mobile-menu {
    max-height: 99px;
    opacity: 1;
  }

  .mobile-menu a {
    padding-bottom: 22px;
    font-size: 16px;
  }

  .mobile-menu::after {
    height: 1px;
    background: #fff;
    content: "";
  }

  .hero-main {
    min-height: 400px;
    padding: 77px 24px 56px;
    justify-content: flex-start;
    text-align: left;
  }

  .menu-open .hero-main {
    padding-top: 77px;
  }

  .hero-heading {
    font-size: 40px;
    letter-spacing: -0.045em;
    line-height: 1.1;
  }

  .hero-heading .serif-line {
    margin-top: 0;
    font-size: 40px;
    letter-spacing: -0.035em;
    line-height: 1.1;
  }

  .hero-subtitle {
    margin: 8px 0 16px;
    font-size: 15px;
    line-height: 23px;
    white-space: nowrap;
  }

  .primary-button {
    min-width: 200px;
    min-height: 40px;
    padding: 9px 24px;
    font-size: 16px;
  }

  .reviews {
    height: 19px;
    margin-top: 8px;
    justify-content: flex-start;
    gap: 6px;
    font-size: 14px;
  }

  .reviews .stars {
    font-size: 18px;
  }

  .process-section {
    min-height: 0;
    height: auto;
    padding: 40px 20px 0;
  }

  .what-we-do-section {
    padding: 80px 20px 100px;
  }

  .what-we-do-eyebrow {
    margin-bottom: 16px;
  }

  .what-we-do-title {
    max-width: 350px;
    font-size: 56px;
    letter-spacing: -0.05em;
    line-height: 0.94;
  }

  .what-we-do-title-first {
    white-space: normal;
  }

  .what-we-do-process {
    margin-top: 22px;
    gap: 13px;
    font-size: 14px;
  }

  .what-we-do-process span:nth-child(even) {
    font-size: 16px;
  }

  .what-we-do-feature {
    display: flex;
    flex-direction: column;
    gap: 38px;
    margin-top: 58px;
  }

  .what-we-do-copy {
    width: min(340px, 100%);
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .what-we-do-photo {
    width: 100%;
  }

  .what-we-do-photo--founders {
    height: 420px;
  }

  .what-we-do-lede {
    max-width: none;
    font-size: 31px;
    line-height: 1;
  }

  .what-we-do-benefits {
    margin-top: 26px;
    gap: 13px;
    text-align: left;
  }

  .what-we-do-benefits li {
    gap: 12px;
    font-size: 18px;
  }

  .what-we-do-check {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 16px;
  }

  .process-title {
    max-width: 350px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1;
  }

  .process-grid {
    height: 487px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }

  .process-card {
    min-height: 0;
    padding: 18px 20px;
    border-radius: 6px;
  }

  .process-card h3 {
    margin-bottom: 9px;
    font-size: 30px;
  }

  .process-card p {
    max-width: 310px;
    font-size: 16px;
    line-height: 1.28;
  }

  .benefits-section {
    min-height: 0;
    height: auto;
    padding: 100px 20px 31px;
    border-top: 0;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .mixed-heading {
    max-width: 350px;
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1;
  }

  .mixed-heading em {
    font-size: 1em;
    letter-spacing: normal;
  }

  .benefits-intro {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.2;
  }

  .benefits-grid {
    margin-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 44px;
  }

  .benefit-card img {
    border-radius: 10px;
  }

  .benefit-card h3 {
    margin: 8px 0 6px;
    font-size: 18px;
    line-height: 0.98;
  }

  .benefit-card p {
    font-size: 14px;
    line-height: 1.3;
  }

  .portfolio-section {
    min-height: 0;
    height: auto;
    padding: 24px 0 40px;
  }

  .portfolio-title {
    margin-bottom: 52px;
    font-size: 40px;
    text-transform: none;
  }

  .portfolio-grid {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 32px;
  }

  .work-frame {
    border-radius: 16px;
  }

  .work-item h3 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .client-logos {
    display: grid;
    width: calc(100% - 24px);
    height: 40px;
    margin-top: 52px;
    grid-template-columns: 92px 92px 73px 92px;
    column-gap: calc(17px / 3);
  }

  .client-logo {
    width: 100%;
    height: 40px;
  }

  .client-logo img {
    max-height: 40px;
  }

  .client-logo:nth-child(1) img {
    width: 92px;
    height: 39px;
  }

  .client-logo:nth-child(2) img {
    width: 92px;
    height: 40px;
  }

  .client-logo:nth-child(3) img {
    width: 73px;
    height: 24px;
  }

  .client-logo:nth-child(4) img {
    width: 92px;
    height: 36px;
  }

  .pricing-section {
    min-height: 0;
    height: auto;
    padding: 40px 24px 52px;
  }

  .pricing-section .eyebrow {
    margin-bottom: 8px;
  }

  .pricing-title {
    font-size: 40px;
    line-height: 1;
  }

  .pricing-title em {
    margin-top: 1px;
  }

  .pricing-card {
    width: 100%;
    min-height: 479px;
    height: 479px;
    margin: 48px auto 24px;
    padding: 39px 29px 29px;
    border-radius: 20px;
  }

  .pricing-card h3 {
    font-size: 29px;
  }

  .price-line {
    margin-top: 27px;
  }

  .price {
    font-size: 56px;
  }

  .service-tags {
    margin-top: 18px;
    gap: 4px;
  }

  .service-tags span {
    padding: 6px 5px;
    font-size: 12px;
  }

  .plan-list {
    margin: 27px 0 23px;
    gap: 15px;
  }

  .plan-list li {
    font-size: 20px;
  }

  .pricing-notes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pricing-note {
    min-height: 152px;
    height: 152px;
    padding: 30px;
  }

  .pricing-note h3 {
    margin-bottom: 17px;
    font-size: 24px;
  }

  .pricing-note p {
    font-size: 17px;
  }

  .faq-section {
    min-height: 0;
    height: auto;
    padding: 60px 20px;
  }

  .faq-layout {
    display: flex;
    flex-direction: column;
    gap: 79px;
  }

  .faq-column,
  .call-card {
    width: 100%;
  }

  .faq-title {
    max-width: 350px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 40.5px;
    text-align: center;
  }

  .faq-title em {
    display: inline;
    font-size: 1em;
  }

  .faq-list {
    margin-top: 40px;
    padding: 0 20px;
    border-radius: 18px;
  }

  .faq-list summary {
    min-height: 0;
    padding: 20px 0 20px 40px;
    font-size: 20px;
    line-height: 1.35;
  }

  .faq-answer {
    margin-left: 40px;
    padding-right: 0;
    font-size: 15px;
  }

  .call-card {
    min-height: 320px;
    padding: 40px;
  }

  .call-card h3 {
    margin-bottom: 24px;
    font-size: 40px;
  }

  .call-card-button {
    min-height: 72px;
  }

  .schedule-section {
    min-height: 0;
    height: auto;
    padding: 40px 20px 63px;
  }

  .schedule-layout {
    display: block;
  }

  .schedule-title {
    max-width: 350px;
    margin: 0 auto;
    font-size: 40px;
    letter-spacing: -0.045em;
    line-height: 40.333px;
    text-align: center;
  }

  .schedule-title em {
    display: block;
  }

  .schedule-copy {
    max-width: 340px;
    margin: 8px auto 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .scheduler-frame {
    display: block;
    min-height: 870px;
    margin-top: 40px;
  }
}

@media (max-width: 365px) {
  .hero-main {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hero-heading .serif-line {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .benefits-grid {
    column-gap: 24px;
  }

  .portfolio-grid {
    column-gap: 22px;
  }

  .pricing-card,
  .call-card,
  .pricing-note {
    padding-right: 22px;
    padding-left: 22px;
  }

  .service-tags {
    gap: 3px;
  }

  .service-tags span {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

}
