.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.cta-actions .button.primary {
  background: #326a51;
  border-color: #77a28a;
  color: #fff;
}

.cta-actions .button.primary:hover {
  background: #285840;
}

.cta-actions .button {
  min-width: 0;
  font-size: 15px;
}

.email-action {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 15px;
  padding: 14px 0;
}

.contact-card a,
.contact-details a {
  overflow-wrap: anywhere;
}

.nav-services {
  position: relative;
}

.nav-services summary {
  cursor: pointer;
  white-space: nowrap;
}

.services-menu {
  position: absolute;
  top: calc(100% + 22px);
  left: -20px;
  width: 280px;
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #18211d;
  border: 1px solid #526459;
  box-shadow: 0 16px 36px rgba(0,0,0,.2);
}

.main-nav .services-menu a {
  padding: 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #f3f5f3;
}

.main-nav .services-menu a:hover,
.main-nav .services-menu a[aria-current="page"] {
  background: #2c3a31;
  color: #f0c89d;
}

.service-directions {
  background: #e8eeeb;
  color: #23342b;
  padding: 80px 0;
}

.service-directions .section-label {
  color: #37684d;
}

.service-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  margin-top: 36px;
}

.service-direction-grid > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  min-height: 280px;
  padding: 28px;
  border: 1px solid #bdcbc2;
  border-radius: 4px;
  background: #fdfefd;
}

.service-direction-grid > a:hover,
.service-direction-grid > a:focus-visible {
  border-color: #37684d;
  background: #f3f8f4;
}

.service-index {
  color: #37684d;
  font-size: 14px;
  font-weight: 750;
}

.service-direction-grid h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  padding-right: 16px;
}

.service-direction-grid p {
  margin: 0;
  color: #56645c;
  font-size: 16px;
  line-height: 1.65;
}

.service-open {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 25px;
  color: #37684d;
}

.producer-guide-band {
  border-top: 1px solid #cdd6d0;
  padding-top: 56px;
}

.service-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  padding-block: 26px;
  border-bottom: 1px solid #cbd6ce;
}

.service-topic-nav a,
.portfolio-source a,
.service-resources a {
  color: #326249;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.service-page .guide-content > .guide-answer:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-faq,
.service-resources {
  margin-top: 36px;
  border-top: 1px solid #cbd6ce;
  padding-top: 32px;
  scroll-margin-top: 100px;
}

.service-faq h2,
.service-resources h2 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 24px;
}

.service-faq details {
  border-bottom: 1px solid #cbd6ce;
}

.service-faq summary {
  cursor: pointer;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
}

.service-faq p {
  padding-right: 12px;
}

.service-resources > div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  line-height: 1.5;
}

.service-contact {
  background: #1e2925;
  color: #fff;
  padding: 64px 0;
  scroll-margin-top: 80px;
}

.service-contact > .guide-container {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 48px;
}

.service-contact h2 {
  font-size: 36px;
  line-height: 1.2;
}

.service-contact .section-label {
  color: #e6bba9;
}

.service-contact p {
  color: #c6d0c9;
  font-size: 17px;
  line-height: 1.65;
  max-width: 570px;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  font-size: 17px;
}

.contact-details p {
  margin: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  padding-block: 36px;
}

.footer-identity > a {
  font-size: 15px;
  color: #fff;
}

.footer-identity p {
  max-width: 390px;
  margin: 12px 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.site-footer nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-dock {
  display: none;
}

.not-found {
  min-height: calc(100svh - 160px);
  padding: 150px 0 72px;
  background: #17221d;
}

.not-found h1 {
  font-size: 48px;
  line-height: 1.15;
  max-width: 820px;
}

.error-code {
  color: #aac9b5;
  font-size: 20px;
}

.not-found p {
  max-width: 740px;
  color: #c6d0c9;
  line-height: 1.7;
}

.not-found nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin: 28px 0;
}

.not-found nav a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1100px) {
  .service-direction-grid { gap: 12px; }
  .service-direction-grid > a { padding: 24px; }
  .service-direction-grid h3 { font-size: 21px; }
  .service-contact > .guide-container { gap: 32px; }
}

@media (max-width: 880px) {
  body:not([data-page="not-found"]) { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
  .main-nav { overflow-y: auto; align-content: start; padding-top: 98px; padding-bottom: 36px; overscroll-behavior: contain; }
  .nav-services { text-align: center; width: 100%; }
  .services-menu { position: static; width: 100%; max-width: 380px; margin: 16px auto 0; text-align: left; box-shadow: none; }
  .service-direction-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-direction-grid > a { min-height: 0; }
  .service-contact > .guide-container, .site-footer { grid-template-columns: 1fr; }
  .contact-dock { position: fixed; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; inset: auto 0 0; z-index: 25; padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)); background: #111b16; border-top: 1px solid #526459; }
  .contact-dock a { display: flex; justify-content: center; align-items: center; min-height: 48px; font-size: 15px; font-weight: 700; color: #fff; border: 1px solid #648271; }
  .contact-dock a:first-child { background: #326a51; }
  .nav-is-open .contact-dock { visibility: hidden; }
  .nav-is-open { overflow: hidden; }
}

@media (max-width: 600px) {
  .service-directions { padding-block: 56px; }
  .cta-actions { gap: 12px; }
  .cta-actions .button { width: 100%; justify-content: center; }
  .cta-actions .email-action { width: 100%; text-align: center; padding: 10px 0; }
  .service-faq h2, .service-resources h2 { font-size: 25px; }
  .service-contact h2 { font-size: 29px; }
  .not-found h1 { font-size: 34px; }
  .not-found { padding-top: 124px; }
}
