:root {
  --about-ink: #10110f;
  --about-muted: #5f645c;
  --about-lime: #c8ff3d;
  --about-mint: #f3faee;
  --about-line: rgba(16, 17, 15, .12);
  --about-radius: 30px;
  --about-heading-font: var(--esteem-font-heading);
  --about-body-font: var(--esteem-font-body);
  --about-ui-font: var(--esteem-font-ui);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: #fff; color: var(--about-ink); font-family: var(--about-body-font); font-size: 15px; letter-spacing: -.01em; }
button, a { font: inherit; }
img, svg { display: block; max-width: 100%; }
.about-header-source { display: none !important; }
.about-container { width: min(calc(100% - 48px), 1280px); margin-inline: auto; }
.about-section { padding: clamp(82px, 9vw, 132px) 0; }
.about-eyebrow { margin: 0 0 18px; color: #39402f; font-family: var(--about-ui-font); font-size: 12px; font-weight: 500; letter-spacing: .13em; line-height: 1.2; }
.about-copy h2, .about-section-heading h2, .about-final h2 {
  margin: 0; max-width: 760px;
}
.about-copy > p:not(.about-eyebrow), .about-final > div > p:not(.about-eyebrow) {
  margin: 24px 0 0; max-width: 610px; color: var(--about-muted); font-family: var(--about-body-font); font-size: 15px; font-weight: 400; letter-spacing: -.01em; line-height: 1.4;
}
.about-copy > p + p { margin-top: 14px !important; }
.about-section-heading { margin-bottom: 44px; }

.about-hero { position: relative; min-height: 760px; padding: clamp(138px, 13vw, 190px) 0 92px; overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(200,255,61,.2), transparent 32%), linear-gradient(145deg, #f7fbf3, #edf7ec); }
.about-hero::before { content: ""; position: absolute; right: -180px; bottom: -260px; width: 560px; height: 560px; border: 1px solid rgba(16,17,15,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.22), 0 0 0 160px rgba(255,255,255,.14); }
.about-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); align-items: center; gap: clamp(42px, 6vw, 90px); }
.about-hero-copy h1 { margin: 0; max-width: 680px; }
.about-hero-copy h1 span { color: #78a800; }
.about-lead { margin: 28px 0 0; max-width: 650px; color: #53584f; font-family: var(--about-body-font); font-size: 15px; font-weight: 400; letter-spacing: -.01em; line-height: 1.4; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.about-hero-visual { position: relative; min-height: 560px; border: 1px solid rgba(104,145,0,.4); border-radius: 44px 44px 150px 44px; background: #dfead7; }
.about-hero-visual img { width: 100%; height: 100%; min-height: 560px; border-radius: inherit; object-fit: cover; object-position: center; transform: translateY(var(--parallax-y, 0)); }
.about-orbit { position: absolute; top: -24px; right: 10%; display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid var(--about-line); border-radius: 50%; background: var(--about-lime); }
.about-orbit svg { width: 34px; fill: none; stroke: var(--about-ink); stroke-linecap: round; stroke-width: 1.6; }
.about-image-note { position: absolute; bottom: 28px; left: -28px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 12px 34px rgba(16,17,15,.1); backdrop-filter: blur(12px); font-size: 13px; font-weight: 500; }
.about-image-note svg { width: 24px; fill: none; stroke: #668f00; stroke-width: 1.7; }

.about-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(54px, 8vw, 116px); }
.about-split--reverse .about-photo { order: 0; }
.about-split--reverse .about-copy { order: 1; }
.about-photo { position: relative; margin: 0; min-height: 510px; overflow: hidden; border: 1px solid var(--about-line); border-radius: var(--about-radius); background: #eef2e9; }
.about-photo img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; transform: translateY(var(--parallax-y, 0)) scale(1.025); }
.about-energy-line { width: 280px; margin-top: 38px; color: #7aa600; }
.about-energy-line svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.about-mission { background: #f5f8f1; }
.about-purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.about-purpose-card { position: relative; min-height: 470px; padding: clamp(34px, 4.5vw, 58px); overflow: hidden; border: 1px solid var(--about-line); border-radius: 34px; }
.about-purpose-card--dark { background: var(--about-ink); color: #fff; }
.about-purpose-card--mint { margin-top: 70px; background: #eaffb5; }
.about-purpose-card .about-eyebrow { color: inherit; opacity: .68; }
.about-purpose-card h3 { margin: 0; max-width: 470px; font-family: var(--about-heading-font); font-size: 40px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2; }
.about-purpose-card > p:last-child { max-width: 530px; margin: 24px 0 0; color: inherit; font-family: var(--about-body-font); font-size: 15px; line-height: 1.4; opacity: .76; }
.about-purpose-icon { position: absolute; right: 28px; bottom: 22px; width: 128px; opacity: .17; }
.about-purpose-icon svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }

.about-support-mark { position: absolute; top: 24px; right: 24px; display: grid; width: 70px; height: 70px; place-items: center; border-radius: 21px; background: var(--about-lime); animation: support-float 4s ease-in-out infinite; }
.about-support-mark svg { width: 36px; fill: none; stroke: var(--about-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.about-presence { background: var(--about-ink); color: #fff; }
.about-presence .about-eyebrow, .about-presence .about-copy > p:not(.about-eyebrow) { color: rgba(255,255,255,.65); }
.about-state-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 0; padding: 0; list-style: none; }
.about-state-list li { display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.86); font-size: 13px; }
.about-state-list span { width: 7px; height: 7px; border-radius: 50%; background: var(--about-lime); box-shadow: 0 0 0 4px rgba(200,255,61,.12); }
.about-map-card { padding: clamp(18px, 3vw, 38px); border: 1px solid rgba(255,255,255,.14); border-radius: 36px; background: rgba(255,255,255,.055); }
.about-map { width: 100%; max-height: 560px; }
.map-land, .map-tasmania { fill: #f5f6f1; stroke: rgba(255,255,255,.38); stroke-width: 3; }
.map-highlight { fill: rgba(200,255,61,.38); }.map-highlight--soft { fill: rgba(200,255,61,.2); }
.map-lines path { fill: none; stroke: rgba(16,17,15,.2); stroke-width: 2; }
.map-marker circle:not(.map-pulse) { fill: var(--about-lime); stroke: var(--about-ink); stroke-width: 2; }
.map-marker .map-pulse { fill: none; stroke: var(--about-lime); stroke-width: 2; transform-origin: center; animation: map-pulse 2.8s ease-out infinite; }
.map-marker:nth-of-type(2) .map-pulse { animation-delay: .55s; }.map-marker:nth-of-type(3) .map-pulse { animation-delay: 1.1s; }
.map-marker text { fill: #fff; font: 500 14px var(--about-ui-font); text-anchor: middle; }

.about-proof { padding: 28px 0; border-bottom: 1px solid var(--about-line); background: var(--about-lime); }
.about-proof .about-container { display: flex; justify-content: center; }
.about-proof-item { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.about-proof-item svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.about-card-grid, .about-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.about-info-card { min-height: 330px; padding: 30px; border: 1px solid var(--about-line); border-radius: 24px; background: #fff; transition: transform .3s ease, border-color .3s ease, background-color .3s ease; }
.about-info-card:hover { transform: translateY(-5px); border-color: rgba(112,157,0,.42); background: #fbfff3; }
.about-card-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 64px; border-radius: 17px; background: var(--about-lime); }
.about-card-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.about-info-card h3, .about-benefit-card h3 { margin: 0; font-family: var(--about-heading-font); font-size: 22px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2; }
.about-info-card p, .about-benefit-card p { margin: 16px 0 0; color: var(--about-muted); font-family: var(--about-body-font); font-size: 15px; line-height: 1.4; }
.about-benefits { background: var(--about-mint); }
.about-benefit-card { min-height: 290px; padding: 30px; border-top: 1px solid rgba(16,17,15,.5); background: transparent; }
.about-benefit-card > span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 70px; border-radius: 50%; background: var(--about-lime); font-size: 12px; font-weight: 600; }

.about-final-wrap { padding: 0 0 20px; }
.about-final { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; padding: 42px; border-radius: 24px; background: var(--about-lime); }
.about-final h2 { max-width: 790px; }
.about-final > div > p:not(.about-eyebrow) { color: rgba(16,17,15,.72); }
.about-final-actions { display: flex; flex-direction: row; align-items: center; gap: 12px; min-width: 0; margin: 12px 0 0; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes map-pulse { 0% { opacity: .8; transform: scale(.45); } 75%,100% { opacity: 0; transform: scale(1.45); } }
@keyframes support-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

@media (max-width: 1199px) and (min-width: 810px) {
  .about-purpose-card h3 { font-size: 34px; }
}

@media (max-width: 1199px) and (min-width: 810px) {
  .about-hero { min-height: auto; padding-top: 144px; }
  .about-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 36px; }
  .about-hero-visual, .about-hero-visual img { min-height: 480px; }
  .about-split { gap: 46px; }
  .about-photo, .about-photo img { min-height: 430px; }
  .about-purpose-card { min-height: 430px; }
  .about-purpose-card--mint { margin-top: 40px; }
  /* Tablet final CTA section style matches desktop stacked style */
}

@media (max-width: 809px) {
  body { font-size: 14px; }
  .about-purpose-card h3 { font-size: 30px; line-height: 1.2; }
  .about-lead,
  .about-copy > p:not(.about-eyebrow),
  .about-final > div > p:not(.about-eyebrow),
  .about-purpose-card > p:last-child,
  .about-info-card p,
  .about-benefit-card p { font-size: 14px; line-height: 1.4; }
}

@media (max-width: 809px) {
  .about-container { width: min(calc(100% - 40px), 640px); }
  .about-section { padding: 76px 0; }
  .about-hero { padding: 126px 0 62px; }
  .about-hero-grid, .about-split { grid-template-columns: minmax(0, 1fr); }
  .about-hero-visual { margin-top: 14px; min-height: 400px; border-radius: 28px 28px 86px 28px; }
  .about-hero-visual img { min-height: 400px; transform: none; }
  .about-image-note { bottom: 18px; left: 14px; }
  .about-orbit { top: -18px; right: 18px; width: 62px; height: 62px; }
  .about-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .about-split--reverse .about-photo { order: 1; }.about-split--reverse .about-copy { order: 0; }
  .about-photo, .about-photo img { min-height: 360px; transform: none; }
  .about-energy-line { width: min(280px, 100%); }
  .about-purpose-grid, .about-card-grid, .about-benefit-grid { grid-template-columns: minmax(0, 1fr); }
  .about-purpose-card, .about-purpose-card--mint { min-height: 400px; margin-top: 0; }
  .about-section-heading { margin-bottom: 32px; }
  .about-card-icon { margin-bottom: 48px; }
  .about-info-card { min-height: 290px; }
  .about-benefit-card { min-height: 240px; }
  .about-benefit-card > span { margin-bottom: 50px; }
  .about-final { padding: 36px 24px; border-radius: 26px; gap: 24px; }
  .about-final-actions { flex-direction: column; width: 100%; }
}

@media (max-width: 359px) {
  .about-container { width: calc(100% - 32px); }
  .about-hero-visual, .about-hero-visual img { min-height: 350px; }
  .about-image-note { right: 12px; font-size: 12px; }
  .about-purpose-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .about-parallax img { transform: none; }
}
