:root {
  --ink: #10130f;
  --cream: #f3efe3;
  --paper: #faf8f1;
  --green: #174b2b;
  --green-dark: #0e2f1c;
  --berry: #a71948;
  --amber: #f1a52d;
  --line: rgba(16, 19, 15, .18);
  --radius: 28px;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
textarea, input, select { max-width: 100%; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--cream);
  color: var(--ink);
  border-radius: 99px;
}
.skip-link:focus { top: 16px; }
.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--amber);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1520px;
  margin: auto;
  padding: 24px 40px;
  color: white;
}
.blog .site-header,
.single .site-header,
.archive .site-header,
.search .site-header,
.error404 .site-header,
.page:not(.home) .site-header {
  background: var(--green-dark);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 5px 14px rgba(0,0,0,.25));
}
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.main-nav a:not(.nav-cta):hover { color: var(--amber); }
.nav-cta {
  padding: 13px 20px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 99px;
}
.menu-toggle { display: none; }

.hero {
  min-height: 930px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background:
    radial-gradient(circle at 14% 38%, rgba(241,165,45,.13), transparent 28%),
    linear-gradient(120deg, var(--green-dark), var(--green) 62%, #235d35);
  color: white;
  overflow: hidden;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px clamp(40px, 7vw, 120px) 80px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light, .section-number.light { color: rgba(255,255,255,.68); }
.hero h1, .section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.03;
}
.hero h1 {
  max-width: 900px;
  font-size: clamp(54px, 6.4vw, 108px);
}
.hero h1 em, .team-copy h2 em, .audience h2 em, .request h2 em {
  color: var(--amber);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -.05em;
}
.hero-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 1.5vw, 23px);
}
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 58px;
  padding: 0 26px;
  border: 0;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: #ffc052; }
.button span { font-size: 22px; }
.text-link {
  text-underline-offset: 5px;
  font-weight: 700;
}
.text-link span { margin-left: 6px; color: var(--amber); }
.hero-stats {
  display: flex;
  align-items: stretch;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hero-stats div { display: flex; align-items: center; gap: 12px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stats div:last-child { border: 0; padding: 0; margin: 0; }
.hero-stats strong { font-family: var(--display); font-size: clamp(17px, 1.6vw, 24px); white-space: nowrap; }
.hero-stats span { color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.3; }
.hero-visual { position: relative; display: flex; align-items: flex-end; min-width: 0; }
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 590px;
  height: 590px;
  left: 44%;
  top: 52%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025);
}
.photo-frame { position: relative; z-index: 1; width: 100%; height: 100%; overflow: hidden; }
.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--green) 0%, transparent 18%), linear-gradient(0deg, var(--green-dark) 0%, transparent 22%);
  pointer-events: none;
}
.photo-frame picture, .photo-frame img { width: 100%; height: 100%; }
.photo-frame img { object-fit: cover; object-position: 51% 27%; mix-blend-mode: screen; filter: contrast(1.05) saturate(.8); }
.name-tag {
  position: absolute;
  z-index: 2;
  bottom: 11%;
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(16,19,15,.14);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transform: rotate(-3deg);
}
.name-tag b { font-family: var(--display); font-size: 14px; }
.name-tag span { font-size: 11px; color: rgba(16,19,15,.6); }
.tag-left { left: 9%; }
.tag-right { right: 8%; bottom: 16%; transform: rotate(3deg); }
.hero-sticker {
  position: absolute;
  z-index: 3;
  top: 18%;
  left: -24px;
  display: grid;
  place-items: center;
  width: 155px;
  height: 155px;
  padding: 20px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 50%;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(9deg);
}
.hero-sticker b { font-family: var(--display); font-size: 12px; }

.marquee { overflow: hidden; padding: 18px 0; color: white; background: var(--berry); transform: rotate(-1deg) scale(1.02); }
.marquee div { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.marquee span { margin: 0 26px; font-family: var(--display); font-size: 18px; text-transform: uppercase; white-space: nowrap; }
.marquee i { color: var(--amber); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(84px, 9vw, 150px) clamp(24px, 7vw, 112px); }
.section-number { margin-bottom: 45px; color: rgba(16,19,15,.48); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section h2 { font-size: clamp(40px, 5.2vw, 80px); }
.section h2 span { color: var(--berry); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 9vw; }
.intro-text { padding-top: 15px; }
.intro-text p { color: rgba(16,19,15,.7); }
.large-text { color: var(--ink) !important; font-size: clamp(20px, 2vw, 28px); font-weight: 600; line-height: 1.42; }
.problem-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 80px; }
.problem-cards article {
  min-height: 330px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.problem-cards article:nth-child(2) { transform: translateY(32px); }
.problem-cards article:hover { color: white; background: var(--green); transform: translateY(-8px) rotate(-1deg); }
.problem-cards article:nth-child(2):hover { transform: translateY(24px) rotate(1deg); }
.problem-cards article > span { color: var(--berry); font-family: var(--display); font-size: 12px; }
.problem-cards h3 { margin: 85px 0 15px; font-family: var(--display); font-size: 24px; line-height: 1.2; }
.problem-cards p { margin: 0; opacity: .68; }

.package { color: white; background: var(--green-dark); }
.package-heading { display: grid; grid-template-columns: .4fr .5fr 1.5fr; align-items: start; gap: 30px; }
.package-heading h2 { text-align: right; }
.package-board { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; margin-top: 75px; }
.package-list { border-top: 1px solid rgba(255,255,255,.18); }
.package-list article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.package-list article > b { color: var(--amber); font-family: var(--display); font-size: 13px; }
.package-list h3 { margin: 0 0 8px; font-family: var(--display); font-size: 23px; }
.package-list p { max-width: 650px; margin: 0; color: rgba(255,255,255,.63); }
.price-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding: 38px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 42% 42% 28px 28px;
  text-align: center;
}
.price-card img { width: 134px; height: 134px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.15)); }
.price-card > p { margin: 15px 0 4px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.price-card strong { font-family: var(--display); font-size: clamp(42px, 5vw, 72px); }
.price-card strong small { font-size: .45em; }
.price-card ul { display: flex; gap: 9px; padding: 0; margin: 20px 0 30px; list-style: none; }
.price-card li { padding: 7px 11px; border: 1px solid rgba(16,19,15,.25); border-radius: 99px; font-size: 12px; font-weight: 700; }
.button-cream { color: var(--ink); background: var(--cream); }
.button-cream:hover { background: white; }
.price-card > small { margin-top: 16px; opacity: .6; }

.process { background: var(--cream); }
.process-head { display: grid; grid-template-columns: 1.1fr .55fr; align-items: end; gap: 10vw; }
.process-head p { margin: 0 0 8px; font-size: 18px; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 90px 0 0; list-style: none; counter-reset: steps; }
.timeline li { position: relative; padding: 0 24px; border-top: 1px solid var(--line); }
.timeline li::before { content: ""; position: absolute; top: -5px; left: 24px; width: 9px; height: 9px; background: var(--berry); border-radius: 50%; }
.timeline li > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin: 32px 0 48px; color: white; background: var(--berry); border-radius: 50%; font-family: var(--display); }
.timeline b { display: block; margin-bottom: 10px; font-family: var(--display); font-size: 18px; }
.timeline p { margin: 0; color: rgba(16,19,15,.62); font-size: 14px; }

.reach { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 820px; color: white; background: var(--berry); overflow: hidden; }
.reach-copy { align-self: center; max-width: 580px; }
.reach-copy p { max-width: 500px; color: rgba(255,255,255,.72); font-size: 20px; }
.reach-rings { position: relative; min-height: 560px; align-self: center; }
.orbit, .reach-center { position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%,-50%); }
.orbit { border: 1px solid rgba(255,255,255,.32); animation: orbit 18s linear infinite; }
.orbit span { position: absolute; display: grid; place-items: center; min-width: 86px; height: 48px; padding: 0 14px; color: var(--ink); background: var(--amber); border-radius: 99px; font-weight: 800; }
.orbit-one { width: 250px; height: 250px; }
.orbit-one span { right: -22px; top: 25px; }
.orbit-two { width: 400px; height: 400px; animation-direction: reverse; animation-duration: 24s; }
.orbit-two span { left: 14px; bottom: 45px; }
.orbit-three { width: 560px; height: 560px; animation-duration: 30s; }
.orbit-three span { right: 20px; bottom: 100px; }
.reach-center { z-index: 2; display: grid; place-items: center; width: 190px; height: 190px; background: var(--green-dark); text-align: center; }
.reach-center strong { font-family: var(--display); font-size: 48px; line-height: 1; }
.reach-center small { color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .1em; }
@keyframes orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }

.team { background: var(--paper); }
.team-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.team-photo { position: relative; height: 740px; overflow: hidden; border-radius: 240px 240px 28px 28px; background: var(--green); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; filter: contrast(1.02); }
.team-photo > span { position: absolute; right: -1px; bottom: -1px; padding: 18px 26px; color: white; background: var(--berry); font-family: var(--display); font-size: 14px; text-transform: uppercase; transform: rotate(-4deg); }
.team-copy h2 { font-size: clamp(42px, 5vw, 75px); }
.team-copy p:not(.eyebrow) { max-width: 700px; color: rgba(16,19,15,.68); }
.team-names { display: flex; gap: 55px; margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); }
.team-names div { display: flex; flex-direction: column; }
.team-names b { font-family: var(--display); }
.team-names span { color: rgba(16,19,15,.48); font-size: 13px; }

.kit { background: var(--cream); }
.kit-head { display: grid; grid-template-columns: 1.1fr .6fr; gap: 10vw; align-items: end; }
.kit-head p { margin: 0; font-size: 18px; }
.kit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 75px; }
.kit-grid article { display: flex; flex-direction: column; min-height: 320px; padding: 26px; background: var(--paper); border-radius: 22px; border: 1px solid var(--line); }
.kit-icon { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: auto; color: white; background: var(--green); border-radius: 50%; font-family: var(--display); font-size: 25px; }
.kit-grid article:nth-child(2) .kit-icon { color: var(--ink); background: var(--amber); }
.kit-grid article:nth-child(3) .kit-icon { background: var(--berry); }
.kit-grid b { margin: 30px 0 8px; font-family: var(--display); font-size: 18px; }
.kit-grid span { color: rgba(16,19,15,.6); font-size: 14px; }

.audience { color: white; background: var(--green); text-align: center; }
.audience .section-number { text-align: left; }
.audience h2 { max-width: 1100px; margin: 0 auto; }
.audience-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 1050px; margin: 65px auto 40px; perspective: 900px; }
.audience-tags span {
  --tag-rotate: -2deg;
  --tag-x: 0px;
  --tag-y: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 99px;
  font-family: var(--display);
  font-size: 14px;
  transform: translate3d(var(--tag-x), var(--tag-y), 0) rotate(var(--tag-rotate));
  transform-origin: center;
  transition: transform .22s cubic-bezier(.2,.8,.2,1), color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
  will-change: transform;
  cursor: default;
  overflow: hidden;
}
.audience-tags span:nth-child(2n) {
  --tag-rotate: 2deg;
  color: var(--ink);
  background: var(--amber);
  border-color: var(--amber);
}
.audience-tags span::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.28) 50%, transparent 65%);
  transform: translateX(-70%) rotate(8deg);
  transition: transform .55s ease;
  pointer-events: none;
}
.audience-tags span:hover {
  z-index: 2;
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream);
  box-shadow: 0 16px 34px rgba(8,29,17,.28);
}
.audience-tags span:hover::after { transform: translateX(70%) rotate(8deg); }
.audience-tags b { position: relative; z-index: 1; font-weight: 600; }
.audience-tags i {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 0;
  margin-right: 0;
  font-family: var(--body);
  font-size: 19px;
  font-style: normal;
  opacity: 0;
  transform: translate3d(-12px, 10px, 0) rotate(-25deg) scale(.45);
  transition: width .24s ease, margin .24s ease, opacity .18s ease, transform .38s cubic-bezier(.2,1.5,.4,1);
}
.audience-tags span:hover i {
  width: 25px;
  margin-right: 8px;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
  animation: tag-icon-dance .75s ease-in-out infinite alternate;
}
@keyframes tag-icon-dance {
  from { transform: translate3d(0, -2px, 0) rotate(-8deg) scale(1); }
  to { transform: translate3d(2px, 2px, 0) rotate(10deg) scale(1.12); }
}
.audience > p { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.66); font-size: 20px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; background: var(--paper); }
.faq-head { position: sticky; top: 40px; align-self: start; }
.faq-head h2 { font-size: clamp(40px, 4vw, 68px); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 18px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; color: white; background: var(--berry); border-radius: 50%; font-size: 22px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 750px; margin: -6px 0 28px; color: rgba(16,19,15,.65); }

.request { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; color: white; background: var(--berry); }
.request-copy h2 { font-size: clamp(46px, 5.3vw, 82px); }
.request-copy > p { max-width: 480px; color: rgba(255,255,255,.68); font-size: 18px; }
.request-price { display: flex; flex-direction: column; margin-top: 55px; }
.request-price span { text-transform: uppercase; letter-spacing: .13em; font-size: 12px; }
.request-price strong { font-family: var(--display); font-size: 38px; }
.call-panel {
  align-self: center;
  display: grid;
  gap: 14px;
  padding: clamp(28px, 4vw, 55px);
  color: var(--ink);
  background: var(--cream);
  border-radius: var(--radius);
}
.call-panel-label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.call-person {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 145px;
  padding: 24px 28px;
  color: white;
  background: var(--green);
  border-radius: 22px;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease;
}
.call-alexandra { color: var(--ink); background: var(--amber); }
.call-person:hover {
  z-index: 1;
  transform: translateY(-5px) rotate(-1deg);
  box-shadow: 0 18px 36px rgba(16,19,15,.2);
}
.call-alexandra:hover { transform: translateY(-5px) rotate(1deg); background: #ffb73b; }
.call-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  color: var(--green);
  background: var(--cream);
  border-radius: 50%;
  font-size: 27px;
  transition: transform .3s cubic-bezier(.2,1.5,.4,1);
}
.call-alexandra .call-icon { color: white; background: var(--berry); }
.call-person:hover .call-icon { transform: rotate(-16deg) scale(1.1); }
.call-info { display: flex; flex-direction: column; }
.call-info small { opacity: .65; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.call-info strong { font-family: var(--display); font-size: clamp(24px, 2.6vw, 38px); line-height: 1.15; }
.call-info b { margin-top: 5px; font-size: 15px; }
.call-arrow { font-size: 32px; transition: transform .25s ease; }
.call-person:hover .call-arrow { transform: translate(5px, -5px); }
.call-panel-note { margin: 8px 0 0; color: rgba(16,19,15,.5); font-size: 12px; text-align: center; }

.site-footer { padding: 65px clamp(24px, 7vw, 112px) 24px; color: white; background: var(--ink); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 82px; height: 82px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand b { font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.footer-brand span, .site-footer > p { color: rgba(255,255,255,.5); }
.site-footer > p { margin: 40px 0; font-size: 20px; }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 14px 38px; margin-bottom: 35px; }
.footer-contacts a {
  display: flex;
  flex-direction: column;
  color: white;
  font-family: var(--display);
  font-size: 15px;
  text-decoration: none;
}
.footer-contacts a:hover { color: var(--amber); }
.footer-contacts span {
  margin-bottom: 4px;
  color: rgba(255,255,255,.46);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 30px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-links a { color: rgba(255,255,255,.72); text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: rgba(255,255,255,.45); font-size: 13px; }
.cookie-banner {
  position: fixed;
  z-index: 100;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 700px;
  margin: auto;
  padding: 16px 18px 16px 24px;
  color: white;
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.3);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 13px; }
.cookie-banner button { padding: 10px 18px; border: 0; border-radius: 99px; background: var(--amber); font-weight: 800; cursor: pointer; }

.blog-preview { background: var(--cream); }
.blog-preview-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.blog-preview-head h2 { font-size: clamp(40px, 5vw, 74px); }
.blog-preview .text-link { flex: 0 0 auto; margin-bottom: 12px; }
.blog-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 65px; }
.blog-topic-card { display: flex; flex-direction: column; min-height: 300px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, background .25s ease, color .25s ease; }
.blog-topic-image { display: block; height: 155px; margin: -30px -30px 24px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.blog-topic-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-topic-card:hover { color: white; background: var(--green); transform: translateY(-7px); }
.blog-topic-card > span { color: var(--berry); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.blog-topic-card h3 { margin: auto 0 20px; font-family: var(--display); font-size: clamp(19px, 2vw, 27px); line-height: 1.25; }
.blog-topic-card h3 a { text-decoration: none; }
.blog-topic-link { font-weight: 800; text-underline-offset: 4px; }

.content-shell { min-height: 70vh; padding: 150px clamp(24px, 7vw, 112px) 100px; background: var(--paper); }
.content-shell-inner { max-width: 940px; margin: 0 auto; }
.content-shell .entry-kicker { color: var(--berry); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-shell h1 { margin: 16px 0 36px; font-family: var(--display); font-size: clamp(38px, 6vw, 76px); line-height: 1.05; letter-spacing: -.05em; }
.entry-content { color: rgba(16,19,15,.76); font-size: 18px; }
.entry-featured { margin: 0 0 42px; overflow: hidden; border-radius: var(--radius); }
.entry-featured img { width: 100%; height: auto; }
.entry-content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; -webkit-overflow-scrolling: touch; }
.entry-content th, .entry-content td { min-width: 150px; padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content blockquote { margin: 28px 0; padding: 20px 24px; background: var(--cream); border-left: 4px solid var(--amber); border-radius: 0 16px 16px 0; }
.entry-content h2, .entry-content h3 { margin-top: 2em; color: var(--ink); font-family: var(--display); line-height: 1.2; }
.entry-content a { color: var(--berry); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.post-card { padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.post-card-image { display: block; height: 190px; margin: -28px -28px 24px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card-image img { transform: scale(1.035); }
.post-card h2 { margin: 50px 0 18px; font-family: var(--display); font-size: 23px; line-height: 1.25; }
.post-card h2 a { text-decoration: none; }
.post-card p { color: rgba(16,19,15,.65); }
.pagination { margin-top: 50px; }
.search-form { display: flex; gap: 10px; max-width: 650px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 52px; padding: 0 18px; border: 1px solid var(--line); border-radius: 99px; background: white; }
.search-submit { min-height: 52px; padding: 0 22px; border: 0; border-radius: 99px; color: white; background: var(--green); font-weight: 800; }

.legal-page { max-width: 900px; margin: 0 auto; padding: 130px 24px 90px; }
.legal-page h1 { font-family: var(--display); font-size: clamp(34px, 5vw, 65px); line-height: 1.05; }
.legal-page h2 { margin-top: 40px; font-family: var(--display); font-size: 22px; }
.legal-page p, .legal-page li { color: rgba(16,19,15,.72); }
.legal-back { display: inline-flex; margin-top: 35px; font-weight: 800; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 40px; padding-right: 30px; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .hero-stats div { border: 0; padding: 0; margin: 0; }
  .package-heading { grid-template-columns: 1fr 1fr; }
  .package-heading .eyebrow { display: none; }
  .package-board { grid-template-columns: 1fr .75fr; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { display: grid; grid-template-columns: 70px 1fr; align-items: start; padding: 22px 0; border-top: 1px solid var(--line); }
  .timeline li::before { display: none; }
  .timeline li > span { grid-row: 1; margin: 0; }
  .timeline li div { grid-column: 2; }
  .kit-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .site-header { position: absolute; padding: 16px 20px; }
  .brand img { width: 48px; height: 48px; }
  .brand span { font-size: 11px; }
  .menu-toggle {
    position: relative;
    z-index: 22;
    display: grid;
    gap: 7px;
    width: 48px;
    height: 48px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--cream);
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    z-index: 21;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 70px 30px;
    background: var(--green-dark);
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-family: var(--display); font-size: 24px; }
  .nav-cta { margin-top: 15px; color: var(--ink); font-family: var(--body) !important; font-size: 14px !important; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { padding: 120px 20px 50px; }
  .hero h1 { max-width: 100%; font-size: clamp(40px, 11.4vw, 48px); overflow-wrap: normal; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .hero-stats div { flex-direction: column; align-items: flex-start; gap: 3px; }
  .hero-stats div:last-child { grid-column: 1 / -1; }
  .hero-visual {
    height: 770px;
    padding-top: 150px;
    background: var(--green-dark);
  }
  .hero-sticker {
    top: 5px;
    left: 20px;
    width: 120px;
    height: 120px;
    font-size: 10px;
  }
  .hero-visual .photo-frame { height: 620px; }
  .photo-frame::after { background: linear-gradient(0deg, var(--green-dark) 0%, transparent 18%); }
  .photo-frame img { mix-blend-mode: normal; object-position: 50% 24%; }
  .name-tag { bottom: 8%; }
  .tag-left { left: 4%; }
  .tag-right { right: 4%; bottom: 12%; }
  .marquee span { font-size: 14px; }
  .section { padding: 78px 20px; }
  .section-number { margin-bottom: 30px; }
  .section h2 { font-size: clamp(36px, 10.5vw, 55px); }
  .intro-grid, .package-heading, .package-board, .process-head, .reach, .team-grid, .kit-head, .faq, .request { grid-template-columns: 1fr; }
  .intro-grid { gap: 32px; }
  .problem-cards { grid-template-columns: 1fr; margin-top: 45px; }
  .problem-cards article, .problem-cards article:nth-child(2) { min-height: 255px; transform: none; }
  .problem-cards h3 { margin-top: 55px; }
  .package-heading h2 { text-align: left; }
  .package-board { margin-top: 45px; }
  .price-card { min-height: 540px; }
  .process-head { gap: 28px; }
  .timeline { margin-top: 55px; }
  .reach { min-height: auto; }
  .reach-rings { min-height: 470px; transform: scale(.78); margin: -45px -70px; }
  .team-photo { height: 580px; border-radius: 160px 160px 24px 24px; }
  .team-copy { padding-top: 35px; }
  .team-names { gap: 25px; }
  .kit-head { gap: 28px; }
  .kit-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .kit-grid article { min-height: 245px; }
  .faq-head { position: static; }
  .accordion summary { font-size: 15px; }
  .request { gap: 45px; }
  .call-panel { padding: 24px 16px; }
  .call-person { grid-template-columns: auto 1fr auto; gap: 14px; min-height: 122px; padding: 18px; }
  .call-icon { width: 54px; height: 54px; }
  .call-info strong { font-size: 23px; }
  .call-info b { font-size: 13px; }
  .blog-preview-head { align-items: flex-start; flex-direction: column; }
  .blog-topic-grid, .post-grid { grid-template-columns: 1fr; }
  .blog-topic-card { min-height: 240px; }
  .content-shell { padding-top: 120px; }
  .footer-links { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .cookie-banner { align-items: flex-start; flex-direction: column; left: 12px; right: 12px; bottom: 12px; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .audience-tags span { --tag-x: 0px !important; --tag-y: 0px !important; }
}
