:root {
  --green: #577B39;
  --orange: #FF751F;
  --navy: #0A2231;
  --teal: #195F60;
  --lime: #CDE990;
  --paper: #F8FAF5;
  --white: #FFFFFF;
  --muted: #53656B;
  --line: #D8E2DC;
  --green-soft: #EEF6E4;
  --teal-soft: #E6F1EF;
  --orange-soft: #FFF0E6;
  --shadow-sm: 0 14px 40px rgba(10, 34, 49, .08);
  --shadow-lg: 0 34px 90px rgba(10, 34, 49, .14);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --content: 1180px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--navy);
  background:
    radial-gradient(circle at 92% 4%, rgba(205, 233, 144, .34), transparent 31rem),
    radial-gradient(circle at 3% 30%, rgba(25, 95, 96, .08), transparent 28rem),
    var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  color: var(--navy);
  background: var(--lime);
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.shell {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(10, 34, 49, .09);
  background: rgba(248, 250, 245, .92);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-logo {
  width: 62px;
  height: 58px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -.035em;
}

.brand-text span {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.header-contact {
  display: grid;
  justify-items: end;
  line-height: 1.2;
  text-decoration: none;
}

.header-contact-label {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 700;
}

.header-contact strong {
  color: var(--teal);
  font-size: .98rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 104px) 0 clamp(72px, 9vw, 118px);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -260px;
  bottom: -390px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(25, 95, 96, .10);
  border-radius: 50%;
  box-shadow:
    0 0 0 84px rgba(25, 95, 96, .025),
    0 0 0 168px rgba(87, 123, 57, .02);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
  gap: clamp(48px, 8vw, 104px);
  align-items: center;
}

.hero-copy { max-width: 720px; }

.status-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  padding: 8px 12px;
  border: 1px solid rgba(25, 95, 96, .18);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 24px rgba(10, 34, 49, .05);
  font-size: .78rem;
  font-weight: 800;
}

.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 117, 31, .13);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: clamp(3.05rem, 6.2vw, 5.75rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.button img { width: 20px; height: 20px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }

.button-primary {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(255, 117, 31, .24);
}

.button-primary:hover {
  border-color: #E96414;
  background: #E96414;
  box-shadow: 0 18px 38px rgba(255, 117, 31, .30);
}

.button-secondary {
  border-color: rgba(10, 34, 49, .16);
  background: rgba(255, 255, 255, .78);
}

.button-secondary:hover {
  border-color: var(--teal);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.instagram-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--teal);
  font-size: .94rem;
  text-decoration: none;
}

.instagram-link:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.external-mark { font-weight: 900; }

.service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-facts li {
  display: grid;
  gap: 2px;
  padding-right: 18px;
}

.service-facts li + li {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.service-facts strong {
  font-size: .9rem;
  line-height: 1.25;
}

.service-facts span {
  color: var(--muted);
  font-size: .78rem;
}

.brand-visual {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}

.brand-visual-halo {
  position: absolute;
  inset: 5% 2% 7% 8%;
  border-radius: 48% 52% 43% 57% / 52% 44% 56% 48%;
  background:
    radial-gradient(circle at 75% 18%, rgba(205, 233, 144, .9), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(230, 241, 239, .82));
  border: 1px solid rgba(25, 95, 96, .11);
  box-shadow: var(--shadow-lg);
  transform: rotate(-3deg);
}

.logo-panel {
  position: relative;
  z-index: 1;
  width: min(88%, 490px);
  padding: 26px;
}

.logo-panel img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 32px rgba(10, 34, 49, .10));
}

.visual-note {
  position: absolute;
  z-index: 2;
  max-width: 210px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(10, 34, 49, .10);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-sm);
}

.visual-note > span {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--white);
  background: var(--teal);
  font-size: .72rem;
  font-weight: 900;
}

.visual-note p {
  margin: 0;
  color: var(--muted);
  font-size: .79rem;
  line-height: 1.45;
}

.visual-note strong { color: var(--navy); }
.visual-note-top { top: 9%; right: -1%; }
.visual-note-bottom { bottom: 9%; left: -2%; }

.support-section {
  padding: clamp(76px, 9vw, 118px) 0;
  border-block: 1px solid rgba(10, 34, 49, .07);
  background: rgba(255, 255, 255, .54);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading h2,
.contact-panel h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4.5vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

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

.support-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 10px 32px rgba(10, 34, 49, .055);
}

.support-card-featured {
  border-color: rgba(87, 123, 57, .25);
  background: linear-gradient(145deg, var(--green-soft), #FBFDF8);
}

.support-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 13px;
  color: var(--teal);
  background: var(--teal-soft);
  font-size: .78rem;
  font-weight: 900;
}

.support-card h3 {
  margin: 28px 0 12px;
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: -.025em;
}

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

.contact-section {
  padding: clamp(70px, 8vw, 104px) 0;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(38px, 7vw, 84px);
  align-items: center;
  padding: clamp(34px, 5vw, 62px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 92% 10%, rgba(205, 233, 144, .18), transparent 23rem),
    linear-gradient(145deg, #195F60, #0A3943 74%);
  box-shadow: var(--shadow-lg);
}

.contact-panel::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -210px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, .035);
}

.contact-panel > * { position: relative; z-index: 1; }
.eyebrow-light { color: var(--lime); }

.contact-panel > div:first-child > p:last-child {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.05rem;
}

.contact-links { display: grid; gap: 10px; }

.contact-links a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 17px;
  background: rgba(255, 255, 255, .075);
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease;
}

.contact-links a:hover {
  transform: translateX(3px);
  background: rgba(255, 255, 255, .12);
}

.contact-links img { flex: 0 0 auto; }

.contact-links span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.contact-links small {
  color: rgba(255, 255, 255, .58);
  font-size: .72rem;
}

.contact-links strong {
  overflow-wrap: anywhere;
  font-size: .94rem;
}

.site-footer {
  padding: 28px 0 34px;
  border-top: 1px solid rgba(10, 34, 49, .08);
  background: rgba(255, 255, 255, .55);
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner > div { display: grid; gap: 2px; }
.footer-inner strong { font-size: .9rem; }
.footer-inner span,
.footer-inner p {
  color: var(--muted);
  font-size: .78rem;
}

.footer-inner p {
  max-width: 600px;
  margin: 0;
  text-align: right;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-copy { max-width: 800px; }
  .brand-visual { min-height: 520px; }
  .logo-panel { width: min(70%, 470px); }
  .visual-note-top { right: 7%; }
  .visual-note-bottom { left: 7%; }

  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--content)); }

  .header-inner { min-height: 76px; }
  .brand-logo { width: 50px; height: 48px; }
  .brand-text strong { font-size: 1.14rem; }
  .brand-text span { font-size: .61rem; }
  .header-contact-label { display: none; }
  .header-contact strong { font-size: .87rem; }

  .hero { padding-top: 48px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.35rem); }

  .primary-actions { display: grid; }
  .button { width: 100%; }

  .service-facts {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-facts li,
  .service-facts li + li {
    padding: 0 0 14px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-facts li:last-child { border-bottom: 0; padding-bottom: 0; }

  .brand-visual { min-height: 470px; }
  .logo-panel { width: min(82%, 410px); }
  .visual-note { max-width: 185px; padding: 12px; }
  .visual-note-top { top: 4%; right: 0; }
  .visual-note-bottom { bottom: 4%; left: 0; }

  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 230px; }

  .contact-panel {
    width: min(calc(100% - 28px), var(--content));
    padding: 30px 20px;
    border-radius: 28px;
  }

  .footer-inner { display: grid; }
  .footer-inner p { text-align: left; }
}

@media (max-width: 480px) {
  .header-contact strong { font-size: .78rem; }
  .brand-text span { display: none; }
  .status-pill { align-items: flex-start; border-radius: 16px; }
  .brand-visual { min-height: 400px; }
  .logo-panel { width: 86%; padding: 12px; }
  .visual-note { display: none; }
  .contact-links a { padding-inline: 13px; }
}

@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 {
  body { background: #fff; }
  .site-header, .primary-actions, .instagram-link { display: none; }
  .hero, .support-section, .contact-section { padding: 24px 0; }
  .brand-visual { min-height: auto; }
  .brand-visual-halo, .visual-note { display: none; }
  .logo-panel { width: 280px; margin-inline: auto; }
  .contact-panel { color: #000; background: #fff; border: 1px solid #ccc; box-shadow: none; }
}
