
:root{
  --ink:#082d31;
  --ink-2:#16464a;
  --green:#3e6b37;
  --green-2:#5b864a;
  --forest:#0b3c38;
  --forest-deep:#062a28;
  --mist:#eef3ef;
  --paper:#fbfcfa;
  --line:rgba(8,45,49,.13);
  --white:#fff;
  --muted:#647477;
  --shadow:0 22px 70px rgba(6,42,40,.14);
  --radius:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.shell{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.grain{
  pointer-events:none;position:fixed;inset:0;z-index:100;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.site-header{
  position:fixed;inset:0 0 auto;z-index:50;
  background:rgba(251,252,250,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(8,45,49,.08);
}
.nav-wrap{height:88px;display:flex;align-items:center;gap:32px}
.brand{width:205px;flex:0 0 auto}
.brand img{width:100%;height:auto}
.nav{display:flex;gap:28px;margin-left:auto}
.nav a{
  font-size:14px;font-weight:650;color:var(--ink-2);
  transition:.25s ease;
}
.nav a:hover{color:var(--green)}
.nav-cta{
  padding:13px 18px;border-radius:999px;background:var(--ink);color:white;
  font-size:13px;font-weight:750;letter-spacing:.01em;
  box-shadow:0 8px 24px rgba(8,45,49,.16);
  transition:.25s ease;
}
.nav-cta:hover{transform:translateY(-2px);background:var(--forest)}
.hero{
  min-height:930px;
  padding:170px 0 160px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 20%,rgba(84,130,79,.18),transparent 28%),
    radial-gradient(circle at 22% 8%,rgba(25,85,89,.10),transparent 25%),
    linear-gradient(180deg,#fbfcfa 0%,#f2f6f2 72%,#dfe9e1 100%);
}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center;position:relative;z-index:2}
.eyebrow,.coming-pill{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid rgba(62,107,55,.22);
  background:rgba(255,255,255,.68);
  padding:9px 13px;border-radius:999px;
  font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;
  color:var(--green);
}
.pulse{width:8px;height:8px;border-radius:50%;background:var(--green-2);box-shadow:0 0 0 0 rgba(91,134,74,.5);animation:pulse 2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(91,134,74,0)}100%{box-shadow:0 0 0 0 rgba(91,134,74,0)}}
.hero h1{
  font-size:clamp(52px,6.4vw,88px);
  letter-spacing:-.055em;line-height:.95;
  margin:26px 0 26px;
  max-width:780px;
}
.hero h1 span{color:var(--green)}
.hero-lead{
  font-size:19px;line-height:1.72;color:#506568;max-width:690px;margin:0 0 32px;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  padding:15px 20px;border-radius:14px;font-size:14px;font-weight:800;
  transition:.25s ease;
}
.button.primary{background:var(--forest);color:white;box-shadow:0 14px 30px rgba(11,60,56,.18)}
.button.primary:hover{transform:translateY(-2px);background:var(--green)}
.button.secondary{border:1px solid var(--line);background:rgba(255,255,255,.62)}
.button.secondary:hover{background:white;transform:translateY(-2px)}
.micro-proof{display:flex;gap:36px;margin-top:44px;padding-top:26px;border-top:1px solid var(--line)}
.micro-proof div{display:flex;flex-direction:column;gap:4px}
.micro-proof strong{font-size:14px}
.micro-proof span{font-size:12px;color:var(--muted)}
.hero-visual{position:relative;min-height:580px;display:flex;align-items:center;justify-content:center}
.visual-card{
  width:min(520px,100%);min-height:550px;position:relative;overflow:hidden;
  border-radius:34px;border:1px solid rgba(255,255,255,.82);
  background:
    linear-gradient(150deg,rgba(255,255,255,.96),rgba(232,240,233,.90)),
    radial-gradient(circle at 70% 20%,rgba(82,126,74,.3),transparent 45%);
  box-shadow:var(--shadow);
  padding:24px;
}
.visual-card:before{
  content:"";position:absolute;width:330px;height:330px;border-radius:50%;
  right:-120px;top:-80px;background:rgba(68,117,64,.12);filter:blur(2px)
}
.visual-topline{display:flex;justify-content:space-between;gap:24px;font-size:10px;font-weight:800;letter-spacing:.12em;color:#627174;position:relative;z-index:2}
.harness-abstract{height:300px;position:relative;margin:18px 0 6px}
.ring{position:absolute;border:22px solid #103d3d;border-radius:50%;opacity:.96}
.ring-main{width:250px;height:210px;left:92px;top:46px;transform:rotate(-8deg)}
.ring-offset{width:170px;height:145px;left:226px;top:108px;border-width:17px;border-color:#4f7d49;transform:rotate(18deg)}
.strap{position:absolute;height:22px;border-radius:14px;background:#0b3435;box-shadow:inset 0 0 0 4px rgba(255,255,255,.05)}
.strap-a{width:245px;left:114px;top:105px;transform:rotate(29deg)}
.strap-b{width:205px;left:129px;top:190px;transform:rotate(-19deg)}
.strap-c{width:110px;left:254px;top:75px;transform:rotate(83deg);background:#4f7d49}
.handle{position:absolute;width:112px;height:57px;border:15px solid #0b3435;border-bottom:0;border-radius:60px 60px 0 0;top:31px;left:164px;transform:rotate(-8deg)}
.anchor{position:absolute;width:28px;height:28px;border:7px solid #b3c6bb;border-radius:50%;left:212px;top:17px}
.visual-copy{position:relative;z-index:2;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.92);border-radius:20px;padding:18px 18px 16px}
.visual-copy span{font-size:9px;letter-spacing:.13em;font-weight:850;color:var(--green)}
.visual-copy strong{display:block;font-size:21px;margin:5px 0 4px}
.visual-copy p{font-size:13px;line-height:1.5;color:#627174;margin:0}
.status-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:13px}
.status-row>div{border-top:2px solid rgba(8,45,49,.12);padding-top:9px;display:flex;flex-direction:column;gap:3px}
.status-row .active{border-color:var(--green)}
.status-row span{font-size:9px;color:#7a888a}
.status-row b{font-size:10px}
.floating-note{
  position:absolute;background:var(--forest);color:white;padding:9px 12px;border-radius:10px;
  font-size:9px;font-weight:850;letter-spacing:.12em;box-shadow:0 14px 30px rgba(6,42,40,.16)
}
.note-one{top:100px;right:-16px}
.note-two{bottom:110px;left:-22px}
.note-three{bottom:40px;right:16px;background:var(--green)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);opacity:.35}
.glow-one{width:360px;height:360px;right:-90px;top:100px;background:#8fb28a}
.glow-two{width:240px;height:240px;left:-120px;top:370px;background:#9abfc0}
.landscape{position:absolute;left:0;right:0;bottom:-2px;height:240px;z-index:1}
.landscape svg{width:100%;height:100%}
.ridge{fill:#a8c0ad}
.ridge-back{opacity:.35}
.ridge-mid{fill:#64866c;opacity:.48}
.ridge-front{fill:#315c45;opacity:.78}

.section{padding:120px 0}
.section-head{max-width:880px;margin-bottom:50px}
.section-head.compact{margin-bottom:42px}
.section-kicker{
  display:block;font-size:11px;font-weight:850;letter-spacing:.17em;color:var(--green);margin-bottom:16px
}
.section-kicker.light{color:#b8d5bf}
.section h2,.final-cta h2{
  font-size:clamp(38px,5vw,62px);letter-spacing:-.045em;line-height:1.04;margin:0 0 22px
}
.section-head p,.dev-copy>p{font-size:18px;line-height:1.7;color:#617174;max-width:820px}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{
  position:relative;min-height:245px;padding:28px;border:1px solid var(--line);border-radius:24px;
  background:white;box-shadow:0 10px 35px rgba(8,45,49,.05);transition:.3s ease
}
.feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(8,45,49,.09)}
.feature-card .num{display:block;font-size:11px;font-weight:850;letter-spacing:.12em;color:var(--green);margin-bottom:42px}
.feature-card h3{font-size:23px;margin:0 0 10px;letter-spacing:-.02em}
.feature-card p{margin:0;color:#68787a;line-height:1.6}
.development{
  background:linear-gradient(135deg,var(--forest-deep),#0d4642);
  color:white;position:relative;overflow:hidden
}
.development:after{
  content:"";position:absolute;inset:auto -170px -220px auto;width:520px;height:520px;border-radius:50%;
  border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)
}
.development-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start;position:relative;z-index:2}
.dev-copy{position:sticky;top:150px}
.dev-copy>p{color:#c7d7d5}
.dev-quote{margin-top:34px;border-left:2px solid #79a56e;padding:3px 0 3px 18px}
.dev-quote span{font-size:10px;letter-spacing:.15em;font-weight:850;color:#9fc0a4}
.dev-quote blockquote{font-size:24px;line-height:1.38;margin:8px 0 0;font-weight:650;letter-spacing:-.02em}
.timeline{position:relative;padding-left:34px}
.timeline-line{position:absolute;left:8px;top:13px;bottom:20px;width:1px;background:rgba(255,255,255,.18)}
.timeline-item{position:relative;padding:0 0 45px 24px;opacity:.58}
.timeline-item:last-child{padding-bottom:0}
.timeline-item.current,.timeline-item.complete{opacity:1}
.timeline-dot{
  position:absolute;left:-31px;top:7px;width:12px;height:12px;border-radius:50%;
  border:2px solid rgba(255,255,255,.5);background:var(--forest-deep)
}
.timeline-item.complete .timeline-dot{background:#8fbb83;border-color:#8fbb83}
.timeline-item.current .timeline-dot{background:white;border-color:white;box-shadow:0 0 0 7px rgba(255,255,255,.09)}
.timeline-item small{font-size:9px;letter-spacing:.14em;font-weight:850;color:#a9c3be}
.timeline-item.current small{color:#b8d9a9}
.timeline-item h3{font-size:27px;margin:7px 0 7px}
.timeline-item p{font-size:15px;line-height:1.6;color:#c2d0ce;margin:0;max-width:560px}
.principles{background:#f3f6f3}
.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.principle{
  background:white;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:235px
}
.icon{
  width:50px;height:50px;border-radius:15px;display:grid;place-items:center;
  background:#edf3ed;color:var(--green);margin-bottom:28px
}
.icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.principle h3{font-size:21px;margin:0 0 9px}
.principle p{font-size:14px;color:#69787a;line-height:1.6;margin:0}
.final-cta{
  padding:120px 0;text-align:center;color:white;
  background:
    radial-gradient(circle at 50% 10%,rgba(121,165,110,.22),transparent 35%),
    linear-gradient(180deg,#0a3b37,#062b2a)
}
.final-cta .shell{max-width:800px}
.final-cta h2{font-size:clamp(54px,7vw,92px)}
.final-cta p{font-size:18px;line-height:1.7;color:#c6d6d3;max-width:660px;margin:0 auto 28px}
.final-cta .coming-pill{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);color:#c8e0cd}
footer{padding:40px 0;background:#051f20;color:#96adaa}
.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-wrap img{width:180px;filter:brightness(0) invert(1);opacity:.9}
.footer-wrap p{margin:0 0 5px;font-size:12px}
.footer-wrap .small{font-size:11px;opacity:.65}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.65,.3,1)}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.08s}
.delay-2{transition-delay:.16s}
.delay-3{transition-delay:.24s}

@media (max-width:980px){
  .nav{display:none}
  .nav-cta{margin-left:auto}
  .hero{padding-top:140px;min-height:auto}
  .hero-grid,.development-grid{grid-template-columns:1fr;gap:55px}
  .hero-copy{max-width:760px}
  .hero-visual{min-height:520px}
  .dev-copy{position:static}
  .problem-grid{grid-template-columns:1fr}
  .principle-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:680px){
  .shell{width:min(100% - 28px,1180px)}
  .nav-wrap{height:74px}
  .brand{width:168px}
  .nav-cta{display:none}
  .hero{padding:125px 0 110px}
  .hero h1{font-size:50px}
  .hero-lead{font-size:16px}
  .micro-proof{gap:18px;display:grid;grid-template-columns:1fr 1fr}
  .visual-card{padding:18px;min-height:495px;border-radius:26px}
  .harness-abstract{transform:scale(.83);transform-origin:center;margin-left:-30px;margin-right:-30px}
  .floating-note{display:none}
  .status-row b{font-size:8px}
  .section{padding:84px 0}
  .section h2{font-size:40px}
  .development-grid{gap:55px}
  .principle-grid{grid-template-columns:1fr}
  .footer-wrap{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}


/* ===== Layout stability fixes (v2) ===== */
body { overflow-x: clip; }
.site-header, .hero, .section, .final-cta, footer { isolation: isolate; }

.hero-grid,
.development-grid,
.problem-grid,
.principle-grid,
.status-row {
  min-width: 0;
}

.hero-copy,
.hero-visual,
.visual-card,
.development-grid > *,
.problem-grid > *,
.principle-grid > * {
  min-width: 0;
}

.hero {
  min-height: auto;
}

.hero-grid {
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 560px;
  overflow: visible;
}

.visual-card {
  max-width: 100%;
}

.floating-note {
  z-index: 4;
  white-space: nowrap;
}

.landscape {
  pointer-events: none;
}

/* Footer logo fix */
.footer-logo {
  width: 190px !important;
  max-width: 45vw;
  height: auto;
  filter: none !important;
  opacity: 1 !important;
  object-fit: contain;
}

footer {
  overflow: hidden;
}

.footer-wrap {
  min-height: 92px;
}

/* Tablet: remove overlap-prone floating labels and give the hero breathing room */
@media (max-width: 1180px) {
  .hero-grid {
    gap: 42px;
  }

  .floating-note {
    display: none;
  }

  .hero-visual {
    min-height: 530px;
  }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 132px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

  .hero-visual {
    min-height: 500px;
    max-width: 620px;
    margin: 0 auto;
  }

  .development-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dev-copy {
    position: static;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landscape {
    height: 175px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-bottom: 95px;
  }

  .hero h1 {
    font-size: clamp(44px, 12vw, 64px);
    line-height: .98;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    flex: 1 1 180px;
  }

  .micro-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .visual-card {
    min-height: 470px;
    border-radius: 24px;
  }

  .harness-abstract {
    height: 265px;
    transform: scale(.78);
    transform-origin: center top;
    margin: 16px -50px -15px;
  }

  .visual-copy {
    margin-top: -12px;
  }

  .status-row {
    gap: 5px;
  }

  .status-row > div {
    min-width: 0;
  }

  .status-row b {
    font-size: 8.5px;
    overflow-wrap: anywhere;
  }

  .section {
    padding: 78px 0;
  }

  .section h2,
  .final-cta h2 {
    overflow-wrap: anywhere;
  }

  .timeline {
    padding-left: 27px;
  }

  .timeline-item {
    padding-left: 20px;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-logo {
    width: 180px !important;
    max-width: 70vw;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .nav-wrap {
    height: 70px;
  }

  .brand {
    width: 150px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .eyebrow,
  .coming-pill {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .micro-proof {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 445px;
  }

  .visual-card {
    padding: 15px;
    min-height: 445px;
  }

  .visual-topline {
    font-size: 8px;
    gap: 10px;
  }

  .harness-abstract {
    transform: scale(.66);
    margin-left: -84px;
    margin-right: -84px;
    margin-bottom: -42px;
  }

  .visual-copy strong {
    font-size: 18px;
  }

  .visual-copy p {
    font-size: 12px;
  }

  .status-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .status-row > div {
    padding-bottom: 4px;
  }

  .section h2 {
    font-size: 36px;
  }

  .feature-card,
  .principle {
    min-height: 0;
  }

  .final-cta h2 {
    font-size: 48px;
  }

  .landscape {
    height: 125px;
  }
}


/* ===== Hard overlap + footer fixes (v3) ===== */

/* Floating marketing tags have been removed from the markup entirely.
   Keep this as a safety net for cached/older HTML. */
.floating-note,
.note-one,
.note-two,
.note-three {
  display: none !important;
}

/* Keep all hero contents physically inside the visual card. */
.hero-visual {
  overflow: hidden;
  padding: 8px;
}

.visual-card {
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.visual-copy,
.status-row {
  position: relative;
  z-index: 5;
}

.visual-copy {
  clear: both;
}

.status-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.status-row > div {
  min-width: 0;
  overflow: hidden;
}

.status-row b,
.status-row span {
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Footer: show the actual approved AblePaw logo on a light plate.
   This avoids contrast/alpha artifacts on dark backgrounds. */
.footer-brandplate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 16px 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.14);
  flex: 0 0 auto;
}

.footer-brandplate .footer-logo {
  display: block;
  width: 220px !important;
  max-width: 100%;
  height: auto;
  filter: none !important;
  opacity: 1 !important;
}

.footer-wrap {
  align-items: center;
}

/* Avoid hero-art collision at intermediate desktop widths. */
@media (min-width: 981px) and (max-width: 1250px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(52px, 5.8vw, 76px);
  }

  .hero-visual {
    min-height: 540px;
  }

  .visual-card {
    max-width: 500px;
  }
}

@media (max-width: 760px) {
  .hero-visual {
    overflow: hidden;
    padding: 0;
  }

  .visual-card {
    width: 100%;
  }

  .footer-brandplate {
    padding: 10px 13px 9px;
  }

  .footer-brandplate .footer-logo {
    width: 190px !important;
  }
}

@media (max-width: 520px) {
  .status-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 8px;
  }

  .footer-brandplate .footer-logo {
    width: 165px !important;
  }
}
