@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Syne:wght@500;600;700;800&display=swap");

:root {
  --ink: #07110c;
  --ink-soft: #0d1b13;
  --ink-lift: #14251a;
  --paper: #f4f2e9;
  --paper-2: #e8eadf;
  --lime: #c8f560;
  --lime-soft: #e6ffae;
  --green: #267c4b;
  --muted: #a6b0a9;
  --muted-dark: #506057;
  --line: rgba(244, 242, 233, 0.14);
  --line-dark: rgba(7, 17, 12, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.light-page {
  background: var(--paper);
  color: var(--ink);
}

button,
a,
input,
textarea {
  font: inherit;
}

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

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

button {
  color: inherit;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow.is-dark {
  color: var(--green);
}

.display-title,
h1,
h2,
h3 {
  font-family: "Syne", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.logo-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(200, 245, 96, 0.55);
  border-radius: 50%;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 800;
}

.light-page .logo-mark {
  border-color: var(--green);
  color: var(--green);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.light-page .site-nav {
  color: var(--muted-dark);
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--lime);
}

.light-page .site-nav a:hover,
.light-page .site-nav a:focus-visible {
  color: var(--green);
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--paper) !important;
}

.light-page .nav-cta {
  border-color: var(--line-dark);
  color: var(--ink) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
}

.menu-toggle span {
  position: relative;
}

.menu-toggle span::before {
  position: absolute;
  top: -6px;
}

.menu-toggle span::after {
  position: absolute;
  top: 6px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--lime-soft);
  box-shadow: 0 12px 30px rgba(200, 245, 96, 0.18);
}

.button.is-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--paper);
}

.button.is-dark {
  background: var(--ink);
  color: var(--paper);
}

.button svg {
  width: 18px;
  height: 18px;
}

/* Link hub */
.hub-page {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 40px 20px;
}

.hub-page::before {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.hub-page::after {
  position: fixed;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48, 142, 84, 0.34), rgba(7, 17, 12, 0) 68%);
  content: "";
  pointer-events: none;
  right: -180px;
  top: -220px;
}

.hub-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
}

.hub-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.profile-block {
  margin-bottom: 30px;
  text-align: center;
}

.profile-photo-wrap {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto 20px;
}

.profile-photo-wrap::before {
  position: absolute;
  inset: -6px;
  border: 1px dashed rgba(200, 245, 96, 0.7);
  border-radius: 50%;
  content: "";
  animation: spin 22s linear infinite;
}

.profile-photo {
  width: 100%;
  height: 100%;
  border: 3px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
}

.availability-dot {
  position: absolute;
  right: 1px;
  bottom: 6px;
  width: 18px;
  height: 18px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
}

.profile-block h1 {
  margin: 0;
  font-size: clamp(2.35rem, 8vw, 3.7rem);
}

.profile-role {
  margin: 7px 0 14px;
  color: var(--lime);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-copy {
  max-width: 500px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.02rem;
}

.hub-links {
  display: grid;
  gap: 12px;
}

.hub-link {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr 34px;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hub-link::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(200, 245, 96, 0.1), transparent 45%);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.hub-link:hover,
.hub-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(200, 245, 96, 0.5);
  background: rgba(255, 255, 255, 0.065);
}

.hub-link:hover::before,
.hub-link:focus-visible::before {
  opacity: 1;
}

.hub-link.is-disabled {
  cursor: default;
  opacity: 0.68;
}

.hub-link.is-disabled:hover {
  transform: none;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.link-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  background: rgba(200, 245, 96, 0.1);
  color: var(--lime);
}

.link-icon svg {
  width: 24px;
  height: 24px;
}

.link-content {
  position: relative;
  z-index: 1;
}

.link-content strong,
.link-content span {
  display: block;
}

.link-content strong {
  margin-bottom: 2px;
  font-family: "Syne", sans-serif;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.link-content span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.link-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
}

.link-arrow svg {
  width: 15px;
  height: 15px;
}

.coming-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hub-footer {
  margin-top: 24px;
  color: #6e7b73;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

/* Services */
.services-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding-bottom: 90px;
}

.services-hero::after {
  position: absolute;
  z-index: 0;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(200, 245, 96, 0.18);
  border-radius: 50%;
  content: "";
  right: -260px;
  top: 80px;
  box-shadow: 0 0 0 90px rgba(200, 245, 96, 0.025), 0 0 0 180px rgba(200, 245, 96, 0.018);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: 80px;
  padding-top: 90px;
}

.hero-copy h1 {
  max-width: 830px;
  margin: 0 0 28px;
  font-size: clamp(3.4rem, 7vw, 7.15rem);
}

.hero-copy h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-lead {
  max-width: 660px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-aside {
  position: relative;
  min-height: 430px;
}

.hero-photo-card {
  position: absolute;
  inset: 0 15px 32px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 180px 180px var(--radius-lg) var(--radius-lg);
  background: var(--ink-lift);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.hero-card-note {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 220px;
  padding: 19px;
  border: 1px solid rgba(7, 17, 12, 0.18);
  border-radius: 18px;
  background: var(--lime);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-card-note strong,
.hero-card-note span {
  display: block;
}

.hero-card-note strong {
  margin-bottom: 4px;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
}

.hero-card-note span {
  font-size: 0.8rem;
  line-height: 1.4;
}

.section {
  padding: 120px 0;
}

.section.is-paper {
  background: var(--paper);
  color: var(--ink);
}

.section.is-soft {
  background: var(--paper-2);
  color: var(--ink);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}

.section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.section-heading p {
  max-width: 520px;
  margin: 0 0 7px auto;
  color: var(--muted-dark);
  font-size: 1.08rem;
}

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

.pain-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.28);
}

.pain-number {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--green);
  font-family: "Syne", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.pain-card h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
}

.pain-card p {
  margin: 0;
  color: var(--muted-dark);
}

.service-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}

.service-intro h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
}

.service-intro p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.service-card {
  position: relative;
  grid-column: span 4;
  min-height: 390px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, transform 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 245, 96, 0.38);
}

.service-card.is-wide {
  grid-column: span 8;
}

.service-card.is-accent {
  background: var(--lime);
  color: var(--ink);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 74px;
}

.service-index {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.is-accent .service-index {
  color: rgba(7,17,12,.62);
}

.service-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--lime);
}

.is-accent .service-icon {
  border-color: rgba(7,17,12,.22);
  color: var(--ink);
}

.service-icon svg {
  width: 20px;
  height: 20px;
}

.service-card h3 {
  max-width: 470px;
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
}

.service-card p {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--muted);
}

.is-accent p {
  color: rgba(7,17,12,.68);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.74rem;
}

.is-accent .tag-list li {
  border-color: rgba(7,17,12,.2);
  color: rgba(7,17,12,.72);
}

.method-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

.method-copy {
  position: sticky;
  top: 40px;
}

.method-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.method-copy p {
  max-width: 440px;
  margin: 0;
  color: var(--muted-dark);
}

.method-list {
  display: grid;
}

.method-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 32px 0;
  border-top: 1px solid var(--line-dark);
}

.method-item:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.method-item > span {
  color: var(--green);
  font-family: "Syne", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.method-item h3 {
  margin: 0 0 8px;
  font-size: 1.55rem;
}

.method-item p {
  margin: 0;
  color: var(--muted-dark);
}

.proof-section {
  position: relative;
  overflow: hidden;
}

.proof-section::before {
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,245,96,.15), transparent 70%);
  content: "";
  left: -260px;
  top: -180px;
}

.proof-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.proof-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(2.8rem, 5.3vw, 5.5rem);
}

.proof-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.proof-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.proof-stat {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.04);
}

.proof-stat strong {
  display: block;
  margin: 34px 0 10px;
  color: var(--lime);
  font-family: "Syne", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: .9;
  letter-spacing: -.07em;
}

.proof-stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.proof-label {
  color: var(--paper) !important;
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.faq-intro h2 {
  margin: 0 0 18px;
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
}

.faq-intro p {
  margin: 0;
  color: var(--muted-dark);
}

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

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

.faq-question {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 34px;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: "Syne", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -.025em;
  text-align: left;
}

.faq-plus {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-item.is-open .faq-plus {
  transform: rotate(45deg);
  background: var(--lime);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 650px;
  margin: 0;
  padding: 0 50px 24px 0;
  color: var(--muted-dark);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.closing-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: end;
  overflow: hidden;
  padding: clamp(34px, 7vw, 78px);
  border-radius: var(--radius-lg);
  background: var(--lime);
  color: var(--ink);
}

.closing-card::after {
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(7,17,12,.15);
  border-radius: 50%;
  content: "";
  right: -110px;
  top: -170px;
  box-shadow: 0 0 0 55px rgba(7,17,12,.035), 0 0 0 110px rgba(7,17,12,.025);
}

.closing-card h2 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
}

.closing-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 14px;
}

.closing-actions p {
  max-width: 340px;
  margin: 0;
  color: rgba(7,17,12,.67);
  text-align: right;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0;
  color: var(--muted);
  font-size: .82rem;
}

.site-footer-links {
  display: flex;
  gap: 20px;
}

/* Calendar */
.calendar-page {
  min-height: 100svh;
  background: var(--paper);
  color: var(--ink);
}

.calendar-shell {
  padding-bottom: 50px;
}

.calendar-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  padding: 55px 0 30px;
}

.calendar-heading h1 {
  max-width: 790px;
  margin: 0 0 14px;
  font-size: clamp(2.7rem, 5vw, 5.3rem);
}

.calendar-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--muted-dark);
}

.calendar-note {
  max-width: 245px;
  padding: 16px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  color: var(--muted-dark);
  font-size: .82rem;
}

.calendar-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.cal-frame {
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 20px 60px rgba(25,42,31,.08);
}

.cal-frame iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

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

@media (max-width: 920px) {
  .menu-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--ink-soft);
    box-shadow: var(--shadow);
  }

  .light-page .site-nav,
  .calendar-page .site-nav {
    border-color: var(--line-dark);
    background: var(--paper);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .nav-cta {
    margin-top: 5px;
    text-align: center;
  }

  .hero-grid,
  .section-heading,
  .proof-grid,
  .faq-grid,
  .closing-card,
  .calendar-heading {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 50px;
    padding-top: 65px;
  }

  .hero-aside {
    width: min(100%, 430px);
    min-height: 490px;
    margin-inline: auto;
  }

  .section-heading p {
    margin-left: 0;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .pain-card {
    min-height: 220px;
  }

  .service-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-card,
  .service-card.is-wide {
    grid-column: span 6;
  }

  .method-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .method-copy {
    position: static;
  }

  .closing-actions {
    align-items: flex-start;
  }

  .closing-actions p {
    text-align: left;
  }

  .calendar-note {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

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

  .hub-page {
    padding: 30px 14px;
  }

  .hub-link {
    grid-template-columns: 44px 1fr 28px;
    gap: 12px;
    min-height: 82px;
    padding: 14px;
  }

  .link-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .link-content strong {
    max-width: 250px;
    font-size: .92rem;
  }

  .link-content span {
    display: none;
  }

  .coming-badge {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    padding: 4px 6px;
    font-size: .55rem;
  }

  .hub-link.is-disabled .link-icon {
    grid-column: 1;
    grid-row: 1;
  }

  .hub-link.is-disabled .link-content {
    grid-column: 2;
    grid-row: 1;
  }

  .hub-link.is-disabled .link-arrow {
    display: none;
  }

  .hub-footer {
    padding-inline: 18px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .services-hero {
    min-height: auto;
    padding-bottom: 70px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .hero-aside {
    min-height: 400px;
  }

  .hero-photo-card {
    inset: 0 8px 24px 0;
  }

  .hero-card-note {
    width: 194px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    gap: 24px;
    margin-bottom: 38px;
  }

  .pain-card {
    min-height: auto;
  }

  .pain-number,
  .service-card-top {
    margin-bottom: 38px;
  }

  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card.is-wide {
    grid-column: auto;
    min-height: 350px;
  }

  .method-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .proof-panel {
    grid-template-columns: 1fr 1fr;
  }

  .proof-stat {
    min-height: 180px;
    padding: 20px;
  }

  .proof-stat strong {
    margin-top: 28px;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .calendar-heading {
    padding-top: 34px;
  }

  .cal-frame,
  .cal-frame iframe {
    min-height: 760px;
    height: 760px;
  }
}
