:root {
  --ink: #202623;
  --muted: #68726c;
  --paper: #fff;
  --canvas: #f4f6f5;
  --line: #dde3df;
  --gold: #e8bd56;
  --green: #176950;
  --soft-green: #e6f1eb;
  --radius: 8px;
  color: var(--ink);
  letter-spacing: 0;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

button, a {
  touch-action: manipulation;
}

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

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

button, summary {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: .65;
}

button {
  color: inherit;
}

h1, h2, h3, p, figure {
  margin: 0;
}

h1, h2, h3 {
  letter-spacing: 0;
}

p {
  line-height: 1.75;
}

svg {
  vertical-align: middle;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
}

a, button {
  transition: background .18s, color .18s, transform .18s;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #208e73;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(1240px, 100% - 80px);
  margin-inline: auto;
}

.section {
  padding-block: 96px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 22px;
  font-size: .7rem;
  font-weight: 750;
  line-height: 1.5;
}

.button {
  white-space: normal;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 48px;
  padding: 15px 22px;
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.4;
  display: inline-flex;
}

.primary {
  background: var(--gold);
  color: #21271f;
}

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

.secondary {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.secondary:hover {
  background: var(--soft-green);
}

.outline-white {
  color: #fff;
  background: #ffffff08;
  border-color: #ffffff65;
}

.outline-white:hover {
  background: #ffffff18;
}

.action-row {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.text-link {
  align-items: center;
  gap: 18px;
  padding-block: 8px;
  font-size: .87rem;
  font-weight: 650;
  display: inline-flex;
}

.text-link:hover {
  color: var(--green);
}

.brand-logo {
  object-fit: contain;
  width: 135px;
  height: 45px;
}

.icon-button {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 6px;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: inline-grid;
}

.skip-link {
  color: #222;
  z-index: 1000;
  background: #fff;
  padding: 15px;
  position: fixed;
  top: -100px;
  left: 20px;
}

.skip-link:focus {
  top: 10px;
}

.marketing-header {
  z-index: 30;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  background: #ffffffed;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  height: 88px;
  padding: 0 4%;
  display: flex;
  position: sticky;
  top: 0;
}

.marketing-header nav {
  align-items: center;
  gap: 23px;
  display: flex;
}

.marketing-header nav a {
  font-size: .75rem;
  font-weight: 550;
}

.marketing-header nav a:hover {
  color: var(--green);
}

.mobile-nav {
  display: none;
}

.agency-hero {
  color: #fff;
  isolation: isolate;
  background: #152c26;
  scroll-margin-top: 90px;
  position: relative;
}

.hero-photo {
  object-fit: cover;
  object-position: center;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.agency-hero:after {
  content: "";
  z-index: -1;
  background: linear-gradient(90deg, #0c231cf0, #0c231cd4 45%, #0c231c40);
  position: absolute;
  inset: 0;
}

.hero-content {
  padding-top: 76px;
  padding-bottom: 26px;
}

.hero-content .eyebrow {
  color: #e6d9b9;
  align-items: center;
  gap: 10px;
  display: flex;
}

.status-dot {
  background: var(--gold);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.agency-hero h1 {
  max-width: 840px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.agency-hero h1 > span {
  max-width: 760px;
  margin-top: 10px;
  font-size: 3.3rem;
  font-weight: 450;
  line-height: 1.15;
  display: block;
}

.hero-description {
  color: #d1dbd5;
  max-width: 570px;
  margin: 25px 0 30px;
  font-size: 1rem;
}

.hero-signoff {
  color: #d5dfd8;
  border-top: 1px solid #ffffff35;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
  padding-top: 23px;
  font-size: .68rem;
  display: flex;
}

.hero-signoff a {
  align-items: center;
  gap: 12px;
  display: flex;
}

.trust-band {
  border-bottom: 1px solid var(--line);
  background: #fafbf9;
  padding: 35px 0;
}

.trust-band .shell {
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 45px;
  display: grid;
}

.trust-band .eyebrow {
  max-width: 240px;
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}

.trust-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  display: grid;
}

.trust-stats strong {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

.trust-stats span {
  color: var(--muted);
  margin-top: 4px;
  font-size: .73rem;
  display: block;
}

.section h2 {
  font-size: 2.65rem;
  font-weight: 550;
  line-height: 1.17;
}

.section h3 {
  font-size: 1.16rem;
  font-weight: 650;
  line-height: 1.4;
}

.about-layout {
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  display: grid;
}

.about-layout .large-copy {
  color: var(--ink);
  margin-bottom: 20px;
  font-size: 1.35rem;
  line-height: 1.6;
}

.about-layout p:not(.eyebrow) {
  color: var(--muted);
}

.about-layout .text-link {
  margin-top: 25px;
}

.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 44px;
  display: flex;
}

.section-heading > p {
  color: var(--muted);
  font-size: .88rem;
}

.service-band {
  background: var(--canvas);
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.service-tile {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 26px;
  transition: transform .2s, border-color .2s;
}

.service-tile:hover {
  border-color: #97b3a3;
  transform: translateY(-5px);
}

.tile-top {
  color: var(--green);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
  display: flex;
}

.tile-top svg {
  width: 30px;
  height: 30px;
}

.tile-top span {
  color: #89918b;
  font-size: .7rem;
}

.service-tile p {
  color: var(--muted);
  margin: 15px 0 25px;
  font-size: .85rem;
}

.service-tile summary {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  padding-top: 20px;
  font-size: .78rem;
  font-weight: 600;
  display: flex;
}

.solution-rows > div {
  border-top: 1px solid var(--line);
  grid-template-columns: 70px 1fr 1.25fr 25px;
  align-items: center;
  gap: 25px;
  padding: 30px 0;
  display: grid;
}

.solution-rows p {
  color: var(--muted);
  font-size: .87rem;
}

.step-number {
  color: var(--green);
  font-size: .8rem;
  font-weight: 650;
}

.work-band {
  background: #eaf0ed;
}

.work-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  display: grid;
}

.project-visual {
  border-radius: 6px;
  height: 260px;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.project:hover img {
  transform: scale(1.035);
}

.project-1 img {
  object-position: left;
  filter: grayscale(.9);
}

.project-2 img {
  object-position: right;
  filter: sepia(.25);
}

.project-visual > span {
  background: #fff;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: .65rem;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.project-title {
  justify-content: space-between;
  gap: 15px;
  margin-top: 22px;
  display: flex;
}

.project p {
  color: var(--muted);
  margin: 9px 0;
  font-size: .8rem;
}

.project summary {
  margin-top: 15px;
  font-size: .78rem;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  display: grid;
}

.process-grid article {
  border-top: 1px solid #a5b6aa;
  padding-top: 25px;
}

.process-grid h3 {
  margin: 30px 0 12px;
}

.process-grid p {
  color: var(--muted);
  font-size: .85rem;
}

.testimonial-band {
  color: #fff;
  background: #183f32;
}

.testimonial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  display: grid;
}

.testimonial-grid figure > svg {
  color: var(--gold);
  width: 30px;
  height: 30px;
}

.testimonial-grid blockquote {
  margin: 22px 0 30px;
  font-size: 1.28rem;
  line-height: 1.7;
}

.testimonial-grid figcaption {
  align-items: center;
  gap: 13px;
  font-size: .82rem;
  display: flex;
}

.testimonial-grid small {
  color: #aebfb5;
  margin-top: 5px;
  font-size: .72rem;
  display: block;
}

.avatar {
  background: var(--soft-green);
  width: 40px;
  height: 40px;
  color: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  font-size: .8rem;
  display: inline-grid;
}

.segmented {
  border-bottom: 1px solid var(--line);
  gap: 5px;
  margin-bottom: 30px;
  display: flex;
  overflow-x: auto;
}

.segmented button {
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 2px solid #0000;
  padding: 14px 18px;
  font-size: .8rem;
}

.segmented button[aria-selected="true"] {
  border-color: var(--green);
  color: var(--green);
  font-weight: 700;
}

.price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}

.pricing-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.pricing-card.recommended {
  border-color: var(--green);
  box-shadow: 0 3px 0 var(--green) inset;
}

.plan-badge {
  color: var(--green);
  background: var(--soft-green);
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 5px 8px;
  font-size: .66rem;
}

.price {
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.price small {
  color: var(--muted);
  margin-top: 8px;
  font-size: .72rem;
  font-weight: 400;
  display: block;
}

.pricing-card ul {
  border-top: 1px solid var(--line);
  width: 100%;
  margin: 0;
  padding: 23px 0;
  list-style: none;
}

.pricing-card li {
  align-items: start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: .8rem;
  line-height: 1.6;
  display: flex;
}

.pricing-card li svg {
  width: 16px;
  color: var(--green);
}

.package-note {
  color: var(--muted);
  margin: auto 0 20px;
  font-size: .7rem;
}

.pricing-card .button {
  width: 100%;
}

.resource-band {
  background: var(--canvas);
}

.resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  display: grid;
}

.resource-card {
  border-top: 2px solid var(--green);
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 30px;
}

.resource-card h3 {
  margin: 20px 0;
  font-size: 1.5rem;
}

.resource-card p {
  color: var(--muted);
  margin-bottom: 25px;
  font-size: .85rem;
}

.filter-label {
  color: var(--muted);
  gap: 8px;
  font-size: .7rem;
  display: grid;
}

input, select, textarea {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  border-radius: 5px;
  min-width: 0;
  max-width: 100%;
  padding: 11px 13px;
}

textarea {
  resize: vertical;
}

label {
  line-height: 1.5;
}

.faq-layout {
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
  display: grid;
}

.faq {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.faq summary {
  justify-content: space-between;
  gap: 20px;
  font-size: .92rem;
  font-weight: 600;
  display: flex;
}

.faq p {
  color: var(--muted);
  margin-top: 20px;
  font-size: .85rem;
}

.contact-band {
  background: #edf1e9;
}

.contact-layout {
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  display: grid;
}

.contact-layout h2 {
  font-size: 3.2rem;
}

.contact-layout > div > p:not(.eyebrow) {
  color: var(--muted);
  max-width: 380px;
  margin: 25px 0;
  font-size: .9rem;
}

.consultation-form {
  gap: 20px;
  display: grid;
}

.consultation-form label {
  gap: 7px;
  font-size: .75rem;
  font-weight: 550;
  display: grid;
}

.consultation-form h3 {
  margin-bottom: 5px;
}

.consultation-form .button {
  justify-self: start;
}

.marketing-footer {
  color: #bdc9c0;
  background: #152a22;
  padding: 65px 0 25px;
}

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  display: grid;
}

.footer-grid p {
  max-width: 280px;
  margin-top: 22px;
  font-size: .78rem;
}

.footer-grid nav {
  align-content: start;
  gap: 14px;
  font-size: .75rem;
  display: grid;
}

.footer-grid strong {
  color: #fff;
  margin-bottom: 10px;
}

.footer-bottom {
  border-top: 1px solid #ffffff20;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 25px;
  font-size: .68rem;
  display: flex;
}

.marketing section[id] {
  scroll-margin-top: 90px;
}

.alert {
  color: #7f3921;
  background: #fff2ea;
  border: 1px solid #e5bca4;
  border-radius: 5px;
  padding: 15px 18px;
  font-size: .85rem;
}

.alert.success {
  color: #24543c;
  background: #eef8f2;
  border-color: #b2d2bf;
}

.alert p {
  margin: 0;
}

@media (width <= 1200px) {
  .marketing-header nav {
    gap: 14px;
  }

  .marketing-header nav a {
    font-size: .68rem;
  }

  .header-cta {
    padding: 12px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout, .about-layout {
    gap: 50px;
  }

  .price {
    font-size: 1.25rem;
  }

  .marketing-header {
    gap: 15px;
  }
}

@media (width <= 1000px) {
  .mobile-nav {
    margin-left: auto;
    display: inline-grid;
  }

  .marketing-header nav {
    border-bottom: 1px solid var(--line);
    background: #fff;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 24px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .marketing-header nav.open {
    display: grid;
  }

  .marketing-header nav a {
    font-size: .85rem;
  }

  .trust-band .shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trust-band .eyebrow {
    max-width: none;
  }

  .hero-content {
    padding-top: 60px;
  }

  .agency-hero h1 {
    font-size: 3.6rem;
  }

  .agency-hero h1 > span {
    font-size: 2.7rem;
  }

  .price-grid {
    gap: 12px;
  }

  .pricing-card {
    padding: 20px;
  }

  .work-grid {
    gap: 16px;
  }

  .project-visual {
    height: 200px;
  }

  .section {
    padding-block: 70px;
  }

  .section h2 {
    font-size: 2.15rem;
  }

  .footer-grid {
    gap: 30px;
  }

  .faq-layout {
    gap: 40px;
  }
}

@media (width <= 700px) {
  .shell {
    width: calc(100% - 40px);
  }

  .marketing-header {
    height: 72px;
    padding: 0 20px;
  }

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

  .header-cta {
    gap: 8px;
    min-height: 40px;
    padding: 10px;
    font-size: .7rem;
  }

  .hero-content {
    padding-top: 50px;
  }

  .agency-hero h1 {
    font-size: 3rem;
  }

  .agency-hero h1 > span {
    font-size: 2.25rem;
    line-height: 1.18;
  }

  .hero-description {
    font-size: .88rem;
  }

  .hero-signoff {
    gap: 20px;
    margin-top: 45px;
    font-size: .58rem;
  }

  .hero-signoff > span {
    max-width: 180px;
  }

  .hero-photo {
    object-position: 65%;
  }

  .trust-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .trust-stats strong {
    font-size: 1.6rem;
  }

  .section {
    padding-block: 55px;
  }

  .about-layout, .contact-layout, .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section h2 {
    font-size: 2rem;
  }

  .section-heading {
    flex-direction: column;
    align-items: start;
    gap: 24px;
    margin-bottom: 30px;
  }

  .services-grid, .price-grid, .work-grid, .resource-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tile {
    padding: 25px;
  }

  .tile-top {
    margin-bottom: 25px;
  }

  .solution-rows > div {
    grid-template-columns: 30px 1fr 20px;
    gap: 15px;
  }

  .solution-rows p {
    grid-area: 2 / 2;
  }

  .solution-rows svg {
    grid-area: 1 / 3;
  }

  .solution-rows h3 {
    font-size: 1rem;
  }

  .project-visual {
    height: 250px;
  }

  .project {
    margin-bottom: 20px;
  }

  .testimonial-grid {
    gap: 40px;
  }

  .testimonial-grid blockquote {
    font-size: 1.15rem;
  }

  .pricing-card {
    padding: 27px;
  }

  .price {
    font-size: 1.6rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .contact-layout h2 {
    font-size: 2.3rem;
  }

  .action-row .button {
    padding: 14px 17px;
    font-size: .76rem;
  }

  .marketing section[id] {
    scroll-margin-top: 75px;
  }
}

.trust-stats strong [data-counter] {
  font: inherit;
  color: inherit;
  display: inline;
}

.marketing h1, .marketing h2, .marketing h3, .marketing p, .marketing a {
  overflow-wrap: anywhere;
}

.marketing-header nav {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 9px;
}

.marketing .process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 42px;
}

.benefit-list {
  color: var(--muted);
  margin: 20px 0;
  padding-left: 18px;
  font-size: .8rem;
  line-height: 1.8;
}

.client-logo-strip {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 45px !important;
  display: flex !important;
}

.client-logo-strip img {
  object-fit: contain;
  max-width: 135px;
  height: 55px;
}

.social-links {
  gap: 20px;
  margin-top: 20px;
  display: flex;
}

.rating {
  color: var(--gold);
  gap: 4px;
  margin: 0 0 20px;
  display: flex;
}

.rating svg {
  fill: currentColor;
  width: 15px;
  height: 15px;
}

.avatar {
  object-fit: cover;
}

.footer-bottom > div {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.results-band {
  color: #fff;
  background: #183f32;
}

.result-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px;
  display: grid;
}

.result-grid strong {
  color: var(--gold);
  font-size: 2.75rem;
  font-weight: 550;
  display: block;
}

.result-grid h3 {
  margin: 18px 0 10px;
}

.result-grid p {
  color: #bdd0c4;
  font-size: .78rem;
}

.detail-page {
  max-width: 980px;
}

.detail-page > .eyebrow {
  margin-top: 55px;
}

.detail-page h1 {
  max-width: 850px;
  font-size: 3.2rem;
  font-weight: 550;
  line-height: 1.15;
}

.detail-intro {
  color: var(--muted);
  margin: 30px 0;
  font-size: 1.15rem;
}

.detail-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-height: 500px;
  margin: 40px 0;
}

.case-facts {
  border-block: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-block: 35px;
  padding-block: 30px;
  display: grid;
}

.case-facts .eyebrow {
  color: var(--muted);
}

.case-facts p {
  margin-top: 10px;
  font-size: .9rem;
}

.detail-copy {
  margin: 40px 0;
}

.detail-copy p {
  white-space: pre-line;
  margin-top: 20px;
  line-height: 1.9;
}

.detail-next {
  border-top: 1px solid var(--line);
  margin-top: 60px;
  padding-top: 40px;
}

.detail-next .button {
  margin-top: 25px;
}

@media (width <= 700px) {
  .marketing .process-grid, .result-grid, .case-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-page h1 {
    font-size: 2.2rem;
  }

  .result-grid strong {
    font-size: 2rem;
  }
}

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

@media (width <= 700px) {
  .hero-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-content .eyebrow {
    margin-bottom: 16px;
    font-size: .62rem;
  }

  .agency-hero h1 {
    font-size: 2.75rem;
  }

  .agency-hero h1 > span {
    font-size: 1.8rem;
  }

  .hero-description {
    margin: 18px 0 22px;
    font-size: .85rem;
    line-height: 1.65;
  }

  .hero-signoff {
    display: none;
  }

  .agency-hero .action-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    display: grid;
  }

  .agency-hero .action-row .button {
    gap: 8px;
    padding: 12px 10px;
    font-size: .7rem;
  }

  .agency-hero .action-row svg {
    width: 15px;
    height: 15px;
  }
}
