:root {
  --paper: #faf9f6;
  --ink: #20231f;
  --muted: #686c63;
  --line: #dcded6;
  --accent: #d9ee72;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    15px/1.65 Arial,
    Helvetica,
    sans-serif;
  overflow-wrap: anywhere;
}
a {
  color: inherit;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #526b10;
  outline-offset: 5px;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin: auto;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  padding: 10px;
  background: white;
  z-index: 10;
}
.skip-link:focus {
  top: 0;
}
.preview-banner {
  text-align: center;
  background: var(--ink);
  color: #fff;
  padding: 7px 20px;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  text-decoration: none;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}
.wordmark span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-top: 12px;
  font-weight: 500;
}
nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
}
nav a {
  text-decoration: none;
}
.header-cta {
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.hero {
  padding-top: 40px;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 700;
  margin: 0 0 20px;
}
.hero-top > span {
  text-align: right;
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 0.07em;
}
h1,
h2,
h3 {
  letter-spacing: -0.05em;
}
h1 {
  font-size: clamp(50px, 7.3vw, 108px);
  line-height: 1.02;
  font-weight: 600;
  margin: 0 0 40px;
}
h1 > span {
  color: #6b7357;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 45px;
  margin-bottom: 45px;
}
.hero-bottom > p {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}
.hero-bottom > div {
  min-width: 240px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  min-height: 50px;
  padding: 14px 23px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
}
.text-link {
  display: block;
  font-size: 12px;
  text-underline-offset: 5px;
  margin-top: 18px;
}
.local-photo {
  margin: 0;
}
.local-photo img {
  display: block;
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: 50% 52%;
}
.local-photo figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.local-photo figcaption > span:first-child {
  letter-spacing: 0.1em;
  font-weight: 700;
}
.photo-credit {
  font-size: 9px;
  color: var(--muted);
  margin: 12px 0;
}
.section {
  padding: 90px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 60px;
  align-items: end;
  margin-bottom: 45px;
}
.section-heading > .eyebrow {
  grid-column: 1/-1;
}
h2 {
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.06;
  font-weight: 500;
  margin: 0;
}
.section-heading > p:last-child {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin-bottom: 55px;
}
.approach-grid article {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
}
.approach-grid article > span {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin: 18px 0;
}
.approach-grid p {
  font-size: 13px;
  color: var(--muted);
}
.example-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.example-links > a {
  display: block;
  position: relative;
  background: #e8ecdf;
  padding: 35px 70px 35px 30px;
  text-decoration: none;
  border-bottom: 4px solid #647750;
}
.example-links > a:last-child {
  background: #e9e8e2;
  border-color: #777062;
}
.example-links > a > span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.example-links strong {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.example-links p {
  font-size: 12px;
  color: var(--muted);
  margin: 8px 0 0;
}
.example-links b {
  position: absolute;
  right: 30px;
  bottom: 35px;
  font-size: 30px;
  font-weight: 400;
}
.section-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 18px;
}
.process-section {
  background: #eef0e5;
  padding: 80px 0;
}
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-list li {
  border-top: 1px solid #cbd1be;
  display: grid;
  grid-template-columns: 0.2fr 1.5fr 0.7fr;
  gap: 30px;
  padding: 28px 0;
  align-items: start;
}
.process-list li > span {
  font-size: 13px;
  padding-top: 5px;
}
.process-list h3 {
  margin: 0 0 10px;
  font-size: 28px;
}
.process-list p {
  margin: 0;
  font-size: 13px;
  max-width: 600px;
  color: #626b54;
}
.process-list small {
  text-align: right;
  font-size: 9px;
  letter-spacing: 0.08em;
  padding-top: 7px;
}
.package-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.package-section > div:first-child > p:not(.eyebrow) {
  font-size: 14px;
  max-width: 370px;
  color: var(--muted);
  margin-top: 25px;
}
.package-details {
  border-top: 5px solid var(--ink);
  padding-top: 20px;
}
.price {
  font-size: 100px;
  letter-spacing: -0.08em;
  font-weight: 500;
  line-height: 1.1;
}
.price span {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin: 10px 0 20px;
}
.payment-split {
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  font-size: 12px;
}
.package-details ul {
  list-style: none;
  margin: 25px 0;
  padding: 0;
  font-size: 13px;
}
.package-details li {
  margin: 12px 0;
  display: flex;
  gap: 15px;
}
.package-details li:before {
  content: '✓';
  font-size: 12px;
}
.package-details > p {
  font-size: 11px;
  color: var(--muted);
}
.questions {
  padding-top: 0;
}
.questions details {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.questions summary {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  cursor: pointer;
}
.questions details > p {
  font-size: 14px;
  color: var(--muted);
  max-width: 820px;
  margin: 20px 0 0;
}
.contact-section {
  padding: 70px 0;
  background: var(--ink);
  color: #f6f7ef;
}
.contact-section h2 {
  font-size: clamp(55px, 7.5vw, 105px);
  margin-bottom: 35px;
}
.contact-section .wrap > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.contact-section .wrap > div > p {
  font-size: 14px;
  max-width: 470px;
  color: #c2c8b9;
  margin: 0;
}
.contact-section .button {
  background: var(--accent);
  color: var(--ink);
}
#contact-note {
  font-size: 10px;
  margin: 35px 0 0;
  color: #c2c8b9;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 0 40px !important;
}
footer > span {
  font-size: 11px;
  color: var(--muted);
}
footer > a:last-child {
  font-size: 11px;
}
footer .wordmark {
  font-size: 24px;
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 60px);
  }
  nav {
    gap: 18px;
  }
  .header-cta {
    display: none;
  }
  .package-section {
    gap: 50px;
  }
  .section-heading {
    gap: 25px;
  }
  .local-photo img {
    height: 350px;
  }
  .process-list li {
    grid-template-columns: 0.15fr 1.5fr 0.5fr;
  }
  .approach-grid {
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    flex-wrap: wrap;
    gap: 26px;
    padding: 24px 0;
  }
  .wordmark {
    font-size: 24px;
  }
  nav {
    font-size: 11px;
    gap: 25px;
    width: 100%;
  }
  .hero {
    padding-top: 30px;
  }
  .hero-top {
    margin-bottom: 24px;
  }
  .hero-top > span {
    display: none;
  }
  .eyebrow {
    font-size: 9px;
  }
  .hero-top > .eyebrow {
    margin: 0;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -0.06em;
    margin-bottom: 25px;
  }
  .hero-bottom {
    display: block;
    margin-bottom: 30px;
  }
  .hero-bottom > p {
    font-size: 14px;
  }
  .hero-bottom > div {
    margin-top: 25px;
  }
  .local-photo img {
    height: 270px;
    object-position: 45% 50%;
  }
  .local-photo figcaption {
    align-items: start;
    font-size: 8px;
    gap: 20px;
  }
  .local-photo figcaption > span {
    max-width: 50%;
  }
  .photo-credit {
    font-size: 8px;
  }
  .section {
    padding: 55px 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-heading > .eyebrow {
    margin: 0;
  }
  .section-heading > p:last-child {
    font-size: 13px;
  }
  h2 {
    font-size: 38px;
  }
  .approach-grid,
  .example-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .approach-grid {
    margin-bottom: 35px;
  }
  .approach-grid article {
    padding-top: 17px;
  }
  .approach-grid h3 {
    font-size: 25px;
    margin: 14px 0;
  }
  .example-links > a {
    padding: 25px 50px 25px 25px;
  }
  .example-links > a > span {
    margin-bottom: 20px;
  }
  .example-links strong {
    font-size: 27px;
  }
  .example-links b {
    right: 22px;
    bottom: 22px;
  }
  .process-section {
    padding: 50px 0;
  }
  .process-list li {
    grid-template-columns: 25px 1fr;
    gap: 10px 18px;
    padding: 25px 0;
  }
  .process-list small {
    grid-column: 2;
    text-align: left;
  }
  .process-list h3 {
    font-size: 26px;
  }
  .package-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .price {
    font-size: 83px;
  }
  .questions {
    padding-top: 0;
  }
  .questions summary {
    font-size: 18px;
  }
  .questions details > p {
    font-size: 13px;
  }
  .contact-section {
    padding: 50px 0;
  }
  .contact-section h2 {
    font-size: 61px;
  }
  .contact-section .wrap > div {
    display: block;
  }
  .contact-section .button {
    margin-top: 25px;
  }
  footer {
    align-items: start;
    flex-wrap: wrap;
    padding: 28px 0 !important;
  }
  footer > a:last-child {
    display: none;
  }
  .button {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.industry-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 45px;
}
.industry-benefits article {
  border-top: 1px solid #a8ada0;
  padding-top: 24px;
}
.industry-benefits article > span {
  font:
    600 11px/1.6 Arial,
    sans-serif;
  letter-spacing: 0.1em;
}
.industry-benefits h3 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 20px 0 15px;
}
.industry-benefits p {
  font-size: 17px;
  line-height: 1.7;
}
.industry-note {
  font-size: 13px;
  line-height: 1.7;
  max-width: 850px;
  margin-top: 32px;
}
@media (max-width: 760px) {
  .industry-benefits {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
