:root {
  --forest-950: #071f1a;
  --forest-900: #0b2b25;
  --forest-800: #123d33;
  --forest-700: #176047;
  --forest-600: #1c7656;
  --lime: #b9df35;
  --lime-light: #c9e95a;
  --ivory: #fbfaf6;
  --sand: #f4f0e6;
  --sand-deep: #e9e3d5;
  --sage: #e4ebe6;
  --sage-deep: #b8c8bf;
  --ink: #10201c;
  --ink-soft: #30433c;
  --muted: #56665f;
  --white: #fff;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Inter, Arial, sans-serif;
  --shadow-sm: 0 10px 30px rgba(7, 31, 26, .09);
  --shadow-lg: 0 24px 70px rgba(7, 31, 26, .2);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--forest-950);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.05;
}
h1 { font-size: clamp(3.15rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.05rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--forest-950);
  border-radius: 4px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

:where(a, button):focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--forest-700), 0 0 0 9px var(--lime);
}

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  color: var(--forest-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--lime); }
.eyebrow-light { color: var(--lime-light); }
.lead { font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.6; }
.small { color: var(--muted); font-size: .9rem; }

.utility-bar { background: var(--forest-950); color: rgba(255,255,255,.82); font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; gap: 1.25rem; }
.utility-links a { color: var(--white); text-decoration: none; }
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(251, 250, 246, .95);
  border-bottom: 1px solid rgba(7,31,26,.12);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 124px; height: 86px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a { color: var(--forest-950); font-size: .88rem; font-weight: 750; text-decoration: none; }
.nav a:not(.btn):hover { color: var(--forest-600); }
.nav .btn-dark { color: var(--white); }

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .78rem 1.25rem;
  border: 1px solid var(--forest-950);
  border-radius: 4px;
  background: transparent;
  color: var(--forest-950);
  font-family: var(--sans);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { border-color: var(--lime); background: var(--lime); color: var(--forest-950); }
.btn-primary:hover { border-color: var(--lime-light); background: var(--lime-light); }
.btn-dark { border-color: var(--forest-950); background: var(--forest-950); color: var(--white); }
.btn-light { border-color: rgba(255,255,255,.65); color: var(--white); }
.btn-light:hover { border-color: var(--white); background: var(--white); color: var(--forest-950); }
.btn-arrow::after { content: "\2197"; font-size: 1rem; }

.hero { overflow: hidden; background: var(--forest-900); color: var(--white); }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); }
.hero-copy { align-self: center; padding: 90px 8% 90px max(24px, calc((100vw - var(--container)) / 2)); }
.hero-copy h1 { max-width: 800px; margin-bottom: 1.4rem; color: var(--white); }
.hero-copy .lead { max-width: 650px; color: rgba(255,255,255,.79); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-media { position: relative; min-height: 520px; clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7,31,26,.32), transparent 42%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }

.proof-strip { background: var(--forest-950); color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-block: 0; padding: 0; list-style: none; }
.proof-item { position: relative; min-height: 102px; display: flex; align-items: center; gap: 1rem; padding: 1.4rem 2rem; border-right: 1px solid rgba(255,255,255,.15); }
.proof-item:last-child { border-right: 0; }
.proof-num { color: var(--lime); font-family: var(--display); font-size: 2rem; line-height: 1; }
.proof-item strong { display: block; font-size: .86rem; line-height: 1.35; }
.proof-item span { display: block; margin-top: .15rem; color: rgba(255,255,255,.62); font-size: .78rem; }

.section { padding: 100px 0; }
.surface-white { background: var(--white); }
.surface-sand { background: var(--sand); }
.surface-sage { background: var(--sage); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .55fr); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-head h2 { margin-bottom: 0; }
.section-head p:last-child { margin-bottom: 0; color: var(--ink-soft); }

.action-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--sand-deep); }
.action-card {
  position: relative;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  padding: 2.1rem;
  background: var(--white);
  color: var(--ink);
  border: 0;
  border-right: 1px solid var(--sand-deep);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.action-card:last-child { border-right: 0; }
.action-card::after { content: "\2197"; position: absolute; top: 1.7rem; right: 1.7rem; color: var(--forest-700); font-size: 1.2rem; }
.action-card:hover { background: var(--sand); }
.action-kicker { margin-bottom: auto; color: var(--forest-700); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.action-card h3 { margin: 2rem 0 .6rem; }
.action-card p { margin: 0; color: var(--muted); font-size: .94rem; overflow-wrap: anywhere; }

.brief-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 5rem; align-items: start; }
.brief-copy p { color: var(--ink-soft); }
.check-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--sage-deep); }
.check-list li { position: relative; padding: 1rem 1rem 1rem 2.1rem; border-bottom: 1px solid var(--sage-deep); font-weight: 650; }
.check-list li::before { content: "\2713"; position: absolute; left: .3rem; top: 1rem; color: var(--forest-700); font-weight: 900; }
.notice { margin-top: 1.5rem; padding: 1rem 1.15rem; border-left: 3px solid var(--lime); background: rgba(255,255,255,.66); color: var(--ink-soft); font-size: .9rem; }

.hours-social { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 2rem; }
.info-card { padding: 2rem; background: var(--forest-900); color: var(--white); }
.info-card h3 { color: var(--white); }
.hours { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.social-list { display: grid; gap: .75rem; }
.social-link { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; background: var(--white); border: 1px solid var(--sand-deep); text-decoration: none; }
.social-link:hover { border-color: var(--forest-700); }
.social-link strong { display: block; }
.social-link span { color: var(--muted); font-size: .84rem; }
.social-link::after { content: "\2197"; color: var(--forest-700); }

.profile-hero { overflow: hidden; background: var(--forest-900); color: var(--white); }
.profile-grid { min-height: 600px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .72fr); gap: 4rem; align-items: center; padding-block: 78px; }
.profile-copy h1 { margin-bottom: .8rem; color: var(--white); font-size: clamp(3.4rem, 7vw, 6.8rem); }
.profile-role { margin-bottom: 1.25rem; color: var(--lime-light); font-weight: 800; }
.profile-copy .lead { max-width: 650px; color: rgba(255,255,255,.78); }
.contact-facts { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.contact-fact { padding: .48rem .72rem; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: rgba(255,255,255,.9); font-size: .82rem; overflow-wrap: anywhere; }
.qr-card { position: relative; padding: 2rem; background: var(--ivory); color: var(--ink); box-shadow: var(--shadow-lg); }
.qr-card::before { content: ""; position: absolute; top: 0; left: 0; width: 82px; height: 7px; background: var(--lime); }
.qr-card h2 { margin-bottom: .5rem; font-size: 2rem; }
.qr-card > p { color: var(--muted); }
.qr-frame { width: min(250px, 100%); margin: 1.5rem auto 1rem; padding: .6rem; background: var(--white); border: 1px solid var(--sand-deep); }
.qr-frame img { width: 100%; aspect-ratio: 1; }
.qr-card .small { margin-bottom: 0; text-align: center; }

.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--sand-deep); }
.quick-card {
  position: relative;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: var(--white);
  border: 0;
  border-right: 1px solid var(--sand-deep);
  border-bottom: 1px solid var(--sand-deep);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.quick-card:nth-child(3n) { border-right: 0; }
.quick-card:nth-last-child(-n+3) { border-bottom: 0; }
.quick-card:hover { background: var(--sand); }
.quick-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: auto; background: var(--sage); color: var(--forest-700); }
.quick-icon svg { width: 21px; height: 21px; }
.quick-card h3 { margin: 1.2rem 0 .35rem; font-size: 1.45rem; }
.quick-card p { margin: 0; color: var(--muted); font-size: .88rem; overflow-wrap: anywhere; }
.quick-title { display: block; margin: 1.2rem 0 .35rem; color: var(--forest-950); font-family: var(--display); font-size: 1.45rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.05; }
.quick-detail { display: block; color: var(--muted); font-size: .88rem; overflow-wrap: anywhere; }
.quick-card .arrow { position: absolute; top: 1.65rem; right: 1.65rem; color: var(--forest-700); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--sage-deep); border: 1px solid var(--sage-deep); }
.process-step { padding: 2rem; background: var(--sage); }
.step-num { display: block; margin-bottom: 2rem; color: var(--forest-700); font-family: var(--display); font-size: 2rem; }
.process-step h3 { margin-bottom: .55rem; }
.process-step p { margin-bottom: 0; color: var(--ink-soft); }

.cta-band { background: var(--forest-700); color: var(--white); }
.cta-inner { min-height: 270px; display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding-block: 3.5rem; }
.cta-inner h2 { margin-bottom: .75rem; color: var(--white); }
.cta-inner p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.78); }
.cta-actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; gap: .75rem; }

.site-footer { padding: 54px 0 95px; background: var(--forest-950); color: rgba(255,255,255,.68); }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 3rem; padding-bottom: 2.5rem; }
.footer-brand img { width: 170px; height: auto; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 430px; margin: 1rem 0 0; }
.footer-column h2 { color: var(--white); font-family: var(--sans); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-column ul { list-style: none; margin: 0; padding: 0; }
.footer-column li + li { margin-top: .5rem; }
.footer-column a { color: rgba(255,255,255,.76); text-decoration: none; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .78rem; }
.footer-bottom p { margin-bottom: 0; }

.toast {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 24px;
  max-width: calc(100vw - 40px);
  padding: .8rem 1rem;
  background: var(--forest-950);
  color: var(--white);
  border-left: 4px solid var(--lime);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show { opacity: 1; transform: none; }

.mobile-actions { display: none; }
.error-page { min-height: 68vh; display: grid; place-items: center; padding: 5rem 0; background: var(--forest-900); color: var(--white); text-align: center; }
.error-page h1 { color: var(--white); }
.error-page p { max-width: 620px; margin-inline: auto; color: rgba(255,255,255,.75); }
.hero-actions-center { justify-content: center; }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 74px 24px; }
  .hero-media { min-height: 400px; clip-path: none; }
  .hero-media::after { background: linear-gradient(180deg, rgba(7,31,26,.15), rgba(7,31,26,.4)); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-head, .brief-grid, .hours-social { grid-template-columns: 1fr; gap: 2rem; }
  .action-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--sand-deep); }
  .action-card:last-child { border-bottom: 0; }
  .profile-grid { grid-template-columns: 1fr; gap: 3rem; }
  .qr-card { width: min(520px, 100%); }
  .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-card:nth-child(3n) { border-right: 1px solid var(--sand-deep); }
  .quick-card:nth-child(2n) { border-right: 0; }
  .quick-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--sand-deep); }
  .quick-card:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(100% - 32px, var(--container)); }
  .utility-inner { justify-content: center; text-align: center; }
  .utility-links { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 105px; height: 73px; }
  .nav a:not(.btn) { display: none; }
  .nav .btn { min-height: 42px; padding: .62rem .8rem; font-size: .78rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-copy { padding: 58px 16px; }
  .hero-media { min-height: 300px; }
  .hero-actions, .cta-actions { display: grid; width: 100%; grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .section { padding: 62px 0; }
  .section-head { margin-bottom: 2rem; }
  .profile-grid { padding-block: 58px; }
  .profile-copy h1 { font-size: clamp(3.1rem, 17vw, 5rem); }
  .profile-hero .hero-actions .btn:nth-child(n+3) { display: none; }
  .qr-card { padding: 1.4rem; }
  .quick-grid, .process-grid { grid-template-columns: 1fr; }
  .quick-card, .quick-card:nth-child(2n), .quick-card:nth-child(3n), .quick-card:nth-last-child(-n+2), .quick-card:nth-last-child(-n+3) { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--sand-deep); }
  .quick-card:last-child { border-bottom: 0; }
  .cta-inner { display: grid; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; gap: .8rem; }
  .mobile-actions {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: .55rem;
    background: rgba(7,31,26,.97);
    border-top: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
  }
  .mobile-actions a { min-height: 48px; display: grid; place-items: center; color: var(--white); font-size: .82rem; font-weight: 800; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--lime); color: var(--forest-950); }
}

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

@media print {
  .utility-bar, .site-header, .mobile-actions, .site-footer, .cta-band, .hero-actions, .quick-actions-section { display: none !important; }
  body { background: #fff; color: #000; }
  .profile-hero { background: #fff; color: #000; }
  .profile-copy h1, .profile-role { color: #000; }
  .profile-copy .lead, .contact-fact { color: #000; }
  .profile-grid { min-height: 0; grid-template-columns: 1fr 260px; padding-block: 1rem; }
  .qr-card { box-shadow: none; border: 1px solid #bbb; }
}
