/*
Theme Name: Skagit Dash
Author: Skagit Dash
Description: Custom WordPress theme for Skagit Dash, based on the approved Version 1.1 website prototype and Version 1.0 master plan.
Version: 2.1
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: skagit-dash
*/

:root {
  color-scheme: light;
  --forest: #17342a;
  --green: #2f7d4f;
  --green-soft: #e8f3ed;
  --orange: #f47b20;
  --orange-dark: #c95910;
  --river: #2b7a9b;
  --cream: #fff7e8;
  --paper: #fbfaf6;
  --mist: #eef1f2;
  --charcoal: #263238;
  --ink: #12201c;
  --muted: #607077;
  --line: rgba(18, 32, 28, 0.12);
  --white: #ffffff;
  --shadow-soft: 0 20px 70px rgba(18, 32, 28, 0.14);
  --shadow-tight: 0 12px 30px rgba(18, 32, 28, 0.12);
  --radius: 8px;
  --content: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid rgba(244, 123, 32, 0.65);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--forest);
  font-weight: 800;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(calc(100% - 32px), var(--content));
  min-height: 64px;
  padding: 10px 12px 10px 14px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 40px rgba(18, 32, 28, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  text-decoration: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.site-nav ul,
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav li,
.footer-menu li {
  margin: 0;
}

.site-nav a,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: var(--radius);
  padding: 10px 12px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a {
  white-space: nowrap;
}

.site-nav a:hover {
  background: rgba(47, 125, 79, 0.1);
  color: var(--forest);
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.footer-menu .current-menu-item > a,
.footer-menu .current_page_item > a {
  color: var(--green);
}

.nav-cta {
  min-height: 44px;
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 10px 20px rgba(244, 123, 32, 0.24);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
  min-height: 86vh;
  padding: 142px max(22px, calc((100vw - var(--content)) / 2)) 46px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 20, 16, 0.88) 0%, rgba(10, 20, 16, 0.64) 42%, rgba(10, 20, 16, 0.16) 100%),
    url("assets/skagit-dash-home-hero.png") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: -10vw;
  bottom: -30vh;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  content: "";
  background: radial-gradient(circle, rgba(244, 123, 32, 0.2), rgba(244, 123, 32, 0));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 20, 16, 0.12) 0%, rgba(10, 20, 16, 0.44) 100%);
}

.hero-content {
  max-width: 810px;
  padding-top: 10vh;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.launch-list .eyebrow {
  color: #bce7ca;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(3.6rem, 7.5vw, 7.8rem);
  font-weight: 900;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4.8vw, 4.7rem);
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 900;
}

.hero-text {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.16rem, 1.9vw, 1.42rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: var(--radius);
  padding: 14px 20px;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 15px 30px rgba(244, 123, 32, 0.28);
}

.button.primary:hover {
  background: var(--orange-dark);
}

.button.secondary {
  border: 1px solid rgba(23, 52, 42, 0.18);
  background: var(--white);
  color: var(--forest);
  box-shadow: 0 12px 24px rgba(23, 52, 42, 0.08);
}

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

.button.glass {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.launch-card {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  color: var(--charcoal);
  backdrop-filter: blur(18px);
}

.status-dot {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(244, 123, 32, 0.16);
}

.card-kicker,
.card-label {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-card h2 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.launch-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
  min-height: 72vh;
  padding: 142px max(22px, calc((100vw - var(--content)) / 2)) 58px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 20, 16, 0.9) 0%, rgba(10, 20, 16, 0.7) 48%, rgba(10, 20, 16, 0.24) 100%),
    url("assets/skagit-dash-home-hero.png") center / cover no-repeat;
}

.page-hero::after {
  position: absolute;
  right: -18vw;
  bottom: -34vh;
  z-index: -1;
  width: 58vw;
  height: 58vw;
  content: "";
  background: radial-gradient(circle, rgba(244, 123, 32, 0.22), rgba(244, 123, 32, 0));
}

.page-hero-copy {
  max-width: 850px;
}

.page-hero h1 {
  max-width: 780px;
}

.page-status h2 {
  font-size: 1.85rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--content);
  margin: -1px auto 0;
  padding: 0 clamp(22px, 4vw, 0px);
  background: var(--line);
}

.trust-strip div {
  padding: 26px;
  background: var(--white);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1rem;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.96rem;
}

.site-nav a[aria-current="page"],
.site-footer a[aria-current="page"] {
  color: var(--green);
}

.section,
.audience-section,
.launch-list,
.site-footer {
  padding-right: max(22px, calc((100vw - var(--content)) / 2));
  padding-left: max(22px, calc((100vw - var(--content)) / 2));
}

.section {
  padding-top: clamp(78px, 10vw, 132px);
  padding-bottom: clamp(78px, 10vw, 132px);
}

.section-heading {
  max-width: 880px;
}

.section-heading.compact {
  max-width: 740px;
}

.promise {
  display: grid;
  grid-template-columns: minmax(280px, 0.98fr) minmax(300px, 0.82fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
  background: var(--paper);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.82fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
  background: var(--paper);
}

.checklist-panel {
  display: grid;
  gap: 12px;
}

.check-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(18, 32, 28, 0.04);
}

.check-item > span {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(244, 123, 32, 0.12);
}

.check-item.complete > span {
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(47, 125, 79, 0.12);
}

.check-item h3 {
  margin-bottom: 6px;
  font-size: 1.12rem;
}

.check-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.order-flow {
  background: var(--white);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.flow-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.flow-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 900;
}

.flow-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-panel {
  padding: clamp(70px, 9vw, 112px) max(22px, calc((100vw - var(--content)) / 2));
  background: var(--white);
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.contact-methods a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.contact-methods span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-methods strong {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.05;
}

.contact-social-section {
  padding: clamp(44px, 6vw, 72px) max(22px, calc((100vw - var(--content)) / 2));
  border-top: 1px solid var(--line);
  background: var(--white);
}

.contact-social-section .social-links {
  margin-top: 24px;
}

.promise-copy {
  padding-top: 12px;
}

.promise-copy p,
.service-copy p,
.launch-list p {
  color: #4e5f65;
  font-size: 1.12rem;
}

.promise-copy p:last-child,
.service-copy p:last-child,
.launch-list p:last-child {
  margin-bottom: 0;
}

.audience-section {
  padding-top: clamp(72px, 9vw, 116px);
  padding-bottom: clamp(80px, 10vw, 128px);
  background: var(--white);
}

.path-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

.path-card {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(18, 32, 28, 0.04);
}

.path-card.featured {
  background: var(--forest);
  color: var(--white);
  box-shadow: var(--shadow-tight);
}

.path-card.featured h3,
.path-card.featured p {
  color: var(--white);
}

.path-card.featured .card-label,
.path-card.featured .text-link {
  color: #bce7ca;
}

.path-card p {
  color: var(--muted);
}

.text-link {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(47, 125, 79, 0.3);
  text-underline-offset: 5px;
}

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

.launch-plan {
  background: var(--cream);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 44px 0 0;
  list-style: none;
}

.timeline li {
  padding: 26px;
  border: 1px solid rgba(23, 52, 42, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.timeline span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 900;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-area {
  display: grid;
  grid-template-columns: minmax(280px, 0.96fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  background: var(--forest);
}

.service-area h2,
.service-area .eyebrow {
  color: var(--white);
}

.service-area p {
  color: rgba(255, 255, 255, 0.76);
}

.area-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.area-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.area-list span {
  font-weight: 900;
}

.area-list small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  text-align: right;
}

.faq-preview {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

summary {
  min-height: 64px;
  padding: 20px 22px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.launch-list {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.72fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  padding-top: clamp(70px, 9vw, 112px);
  padding-bottom: clamp(70px, 9vw, 112px);
  background:
    linear-gradient(135deg, rgba(23, 52, 42, 0.96), rgba(23, 52, 42, 0.88)),
    var(--forest);
  color: var(--white);
}

.launch-list h2 {
  color: var(--white);
}

.interest-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
}

.interest-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 900;
}

.interest-form input,
.interest-form select,
.interest-form textarea {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 0 14px;
}

.interest-form textarea {
  min-height: 132px;
  padding-top: 14px;
  resize: vertical;
}

.alt-section {
  background: var(--white);
}

.simple-hero {
  padding: 156px max(22px, calc((100vw - var(--content)) / 2)) 70px;
  background: var(--forest);
  color: var(--white);
}

.simple-hero h1 {
  max-width: 960px;
  color: var(--white);
}

.simple-hero p:not(.eyebrow) {
  max-width: 820px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.34rem);
}

.journal-hero {
  background:
    linear-gradient(135deg, rgba(23, 52, 42, 0.98), rgba(47, 125, 79, 0.86)),
    var(--forest);
}

.error-404-section {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(23, 52, 42, 0.98), rgba(18, 32, 28, 0.92)),
    var(--forest);
}

.error-404-section .hero-actions {
  margin-top: 30px;
}

.journal-index,
.journal-preview {
  background: var(--paper);
}

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

.journal-grid--preview {
  margin-top: 34px;
}

.journal-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-tight);
}

.journal-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--green-soft);
}

.post-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-image--placeholder {
  display: grid;
  place-items: center;
  color: var(--forest);
  font-weight: 900;
}

.journal-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.journal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journal-meta a {
  color: var(--green);
  text-decoration: none;
}

.journal-meta a:hover {
  color: var(--orange-dark);
}

.journal-card h2 {
  margin: 14px 0 10px;
  color: var(--ink);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.08;
}

.journal-card h2 a {
  color: inherit;
  text-decoration: none;
}

.journal-card h2 a:hover {
  color: var(--green);
}

.journal-card p {
  color: var(--muted);
}

.journal-card .text-link {
  margin-top: auto;
}

.journal-empty {
  max-width: 720px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 800;
}

.journal-pagination {
  margin-top: 34px;
}

.journal-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.journal-pagination a,
.journal-pagination span {
  display: inline-flex;
  min-height: 42px;
  min-width: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 12px;
  background: var(--white);
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
}

.journal-pagination a:hover,
.journal-pagination .current {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.search-form label {
  flex: 1 1 260px;
}

.search-form input[type="search"] {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  background: var(--white);
  color: var(--ink);
}

.search-form .search-submit {
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  padding: 0 18px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
}

.search-form .search-submit:hover {
  background: var(--forest);
}

.single-journal-post {
  background: var(--paper);
}

.single-post-header {
  padding: 154px max(22px, calc((100vw - 920px) / 2)) 34px;
  background: var(--forest);
  color: var(--white);
}

.single-post-header .journal-meta,
.single-post-header .journal-meta a {
  color: #bce7ca;
}

.single-post-header h1 {
  max-width: 920px;
  margin-bottom: 0;
  color: var(--white);
}

.single-post-image {
  max-width: 1060px;
  margin: 0 auto;
  padding: 34px max(22px, calc((100vw - 1060px) / 2)) 0;
}

.single-post-featured-image {
  width: 100%;
  max-height: 580px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-tight);
}

.single-post-content {
  max-width: 760px;
  padding: clamp(44px, 6vw, 72px) 22px;
  margin: 0 auto;
  color: var(--charcoal);
  font-size: 1.08rem;
}

.single-post-content > *:first-child {
  margin-top: 0;
}

.single-post-content h2,
.single-post-content h3 {
  color: var(--ink);
  line-height: 1.15;
}

.single-post-content a {
  color: var(--green);
  font-weight: 850;
}

.single-post-content img {
  height: auto;
  border-radius: var(--radius);
}

.single-post-footer {
  max-width: 920px;
  padding: 0 22px clamp(70px, 9vw, 112px);
  margin: 0 auto;
}

.post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.post-navigation a {
  display: flex;
  min-height: 72px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--white);
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
}

.post-navigation a:hover {
  border-color: var(--green);
  background: var(--green-soft);
}

.journal-cta {
  border-radius: var(--radius);
  padding: clamp(28px, 5vw, 44px);
  background: var(--forest);
  color: var(--white);
}

.journal-cta h2 {
  color: var(--white);
}

.journal-cta p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.legal-section {
  max-width: 900px;
  padding: clamp(64px, 8vw, 112px) max(22px, calc((100vw - 900px) / 2));
  background: var(--paper);
}

.legal-section h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.legal-section h2:first-child {
  margin-top: 0;
}

.legal-section p {
  color: #4e5f65;
  font-size: 1.06rem;
}

.legal-section a {
  color: var(--green);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, auto) minmax(120px, auto) minmax(220px, auto);
  gap: 24px;
  align-items: start;
  padding-top: 34px;
  padding-bottom: 34px;
  background: #101a17;
  color: var(--white);
}

.footer-brand {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
}

.site-footer p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-weight: 850;
}

.site-footer .footer-menu {
  justify-content: flex-start;
  gap: 10px 18px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-weight: 850;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.site-footer a:hover {
  color: #bce7ca;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-links--footer {
  margin-top: 18px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: #bce7ca;
  background: #bce7ca;
  color: var(--forest);
}

.social-icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-links--contact .social-link {
  border-color: rgba(47, 125, 79, 0.2);
  background: var(--green-soft);
  color: var(--forest);
}

.social-links--contact .social-link:hover,
.social-links--contact .social-link:focus-visible {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.fine-print {
  text-align: right;
}

.brand-logo {
  width: auto;
  max-width: 214px;
  max-height: 58px;
  height: auto;
}

.brand {
  min-width: auto;
}

.footer-logo {
  width: auto;
  max-width: 218px;
  max-height: 70px;
  height: auto;
  margin-bottom: 12px;
  padding: 7px;
  border-radius: 14px;
  background: var(--white);
}

.hero-brand-signature {
  width: fit-content;
  max-width: min(300px, 68vw);
  margin-bottom: 24px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
}

.hero-brand-signature img {
  display: block;
  width: auto;
  max-width: min(272px, 58vw);
  max-height: 82px;
  height: auto;
}

.hero::after {
  display: none;
}

.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-nav a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 12px;
  color: var(--forest);
  font-weight: 900;
  text-decoration: none;
  background: var(--white);
}

.mini-nav a:hover {
  border-color: rgba(47, 125, 79, 0.32);
  background: var(--green-soft);
}

.status-grid,
.benefit-grid,
.requirements-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.status-card,
.benefit-card,
.requirement-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 24px;
  box-shadow: var(--shadow-tight);
}

.status-card h3,
.benefit-card h3,
.requirement-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.1rem;
}

.status-card p,
.benefit-card p,
.requirement-card p {
  margin: 0;
  color: var(--muted);
}

.confirmation-panel {
  margin-top: 18px;
  border: 1px solid rgba(188, 231, 202, 0.42);
  border-radius: var(--radius);
  background: rgba(188, 231, 202, 0.16);
  color: var(--white);
  padding: 18px;
}

.confirmation-panel h3 {
  margin: 0 0 6px;
  color: var(--white);
}

.confirmation-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.skagit-dash-form-wrap,
.skagit-dash-form-fallback {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-soft);
}

.skagit-dash-form-wrap .forminator-ui {
  margin: 0;
}

.skagit-dash-form-wrap .forminator-row,
.skagit-dash-form-wrap .forminator-field {
  margin-bottom: 14px;
}

.skagit-dash-form-wrap .forminator-label,
.skagit-dash-form-wrap .forminator-checkbox__label,
.skagit-dash-form-wrap .forminator-radio-label {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.skagit-dash-form-wrap .forminator-description,
.skagit-dash-form-wrap .forminator-description p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.skagit-dash-form-wrap .forminator-required,
.skagit-dash-form-wrap .forminator-field-required,
.skagit-dash-form-wrap .forminator-label .required {
  color: #ffd1a8 !important;
  font-weight: 900 !important;
}

.skagit-dash-form-wrap .forminator-input,
.skagit-dash-form-wrap .forminator-textarea,
.skagit-dash-form-wrap .forminator-select2 + .select2 .select2-selection,
.skagit-dash-form-wrap .forminator-select {
  min-height: 52px !important;
  width: 100% !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: var(--radius) !important;
  background: var(--white) !important;
  color: var(--ink) !important;
  padding: 0 14px !important;
  font: inherit !important;
  box-shadow: none !important;
}

.skagit-dash-form-wrap .forminator-input::placeholder,
.skagit-dash-form-wrap .forminator-textarea::placeholder {
  color: rgba(18, 32, 28, 0.46) !important;
}

.skagit-dash-form-wrap .forminator-textarea {
  min-height: 132px !important;
  padding-top: 14px !important;
  resize: vertical;
}

.skagit-dash-form-wrap .forminator-checkbox {
  align-items: flex-start;
}

.skagit-dash-form-wrap .forminator-checkbox-box {
  width: 22px !important;
  height: 22px !important;
  border: 2px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 4px !important;
  background: var(--white) !important;
}

.skagit-dash-form-wrap .forminator-checkbox input:checked + .forminator-checkbox-box,
.skagit-dash-form-wrap .forminator-checkbox input:checked ~ .forminator-checkbox-box {
  border-color: var(--orange) !important;
  background: var(--orange) !important;
}

.skagit-dash-form-wrap .forminator-error-message,
.skagit-dash-form-wrap .forminator-response-message.forminator-error,
.skagit-dash-form-wrap .forminator-response-message[aria-live] {
  border-radius: var(--radius) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #8a2f10 !important;
  padding: 10px 12px !important;
  font-weight: 800 !important;
}

.skagit-dash-form-wrap .forminator-response-message.forminator-success {
  border: 1px solid rgba(188, 231, 202, 0.42) !important;
  border-radius: var(--radius) !important;
  background: rgba(188, 231, 202, 0.16) !important;
  color: var(--white) !important;
  padding: 18px !important;
  font-weight: 850 !important;
}

.skagit-dash-form-wrap .forminator-button,
.skagit-dash-form-wrap .forminator-button-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  width: auto !important;
  border: 0 !important;
  border-radius: var(--radius) !important;
  background: var(--orange) !important;
  color: var(--white) !important;
  padding: 14px 20px !important;
  cursor: pointer !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 15px 30px rgba(244, 123, 32, 0.28) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
}

.skagit-dash-form-wrap .forminator-button:hover,
.skagit-dash-form-wrap .forminator-button-submit:hover {
  background: var(--orange-dark) !important;
  transform: translateY(-2px);
}

.skagit-dash-form-wrap a,
.skagit-dash-form-fallback a {
  color: #bce7ca;
  font-weight: 900;
}

.skagit-dash-form-fallback p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.04rem;
}

.legal-cta {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.admin-bar .site-header {
  top: 46px;
}

.page-content {
  padding: clamp(64px, 8vw, 112px) max(22px, calc((100vw - var(--content)) / 2));
  background: var(--paper);
}

.page-content > * {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  clip: auto;
  padding: 15px 23px 14px;
  background: var(--white);
  color: var(--forest);
  font-weight: 800;
}

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

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    top: 0;
    left: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    transform: none;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .site-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .site-nav ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .nav-cta {
    justify-self: start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 84vh;
    padding-top: 86px;
  }

  .hero-content {
    padding-top: 8vh;
  }

  .launch-card {
    max-width: 520px;
  }

  .trust-strip,
  .promise,
  .split-section,
  .path-grid,
  .journal-grid,
  .timeline,
  .flow-grid,
  .contact-methods,
  .status-grid,
  .benefit-grid,
  .requirements-grid,
  .service-area,
  .launch-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .page-hero {
    grid-template-columns: 1fr;
    min-height: 68vh;
    padding-top: 104px;
  }

  .path-card {
    min-height: 260px;
  }

  .fine-print {
    text-align: left;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: auto 1fr;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
    order: 1;
  }

  .brand-copy {
    display: none;
  }

  .brand-logo {
    max-width: 168px;
    max-height: 52px;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .nav-cta {
    justify-self: end;
    order: 2;
  }

  .site-nav a,
  .nav-cta {
    padding: 9px 9px;
    font-size: 0.86rem;
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding: 42px 20px 34px;
    background-position: 58% center;
  }

  .simple-hero {
    padding: 48px 20px 52px;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .hero-text,
  .promise-copy p,
  .service-copy p,
  .launch-list p {
    font-size: 1.04rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .launch-card,
  .trust-strip div,
  .path-card,
  .journal-card-body,
  .timeline li,
  .interest-form,
  .skagit-dash-form-wrap,
  .skagit-dash-form-fallback {
    padding: 20px;
  }

  .skagit-dash-form-wrap .forminator-button,
  .skagit-dash-form-wrap .forminator-button-submit {
    width: 100% !important;
  }

  .search-form .search-submit {
    width: 100%;
  }

  .launch-card {
    display: none;
  }

  .flow-grid article {
    min-height: auto;
  }

  .area-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .area-list small {
    text-align: left;
  }
}
