:root {
  --forest: #173f32;
  --forest-2: #245846;
  --forest-3: #0f2d24;
  --cream: #f7f3e9;
  --cream-2: #eee7d8;
  --paper: #fffdf8;
  --ink: #15231e;
  --muted: #65736d;
  --sage: #dbe6d9;
  --sage-2: #b8ccb8;
  --orange: #ee8b4d;
  --orange-soft: #f7d7be;
  --brown: #8b664c;
  --line: rgba(21, 35, 30, .12);
  --shadow: 0 24px 60px rgba(32, 45, 39, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(21, 35, 30, .07);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 36px; height: 36px; border-radius: 12px; background: var(--forest); color: var(--cream); display: grid; place-items: center; font-size: 14px; }
.brand-mark svg { width: 30px; height: 30px; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 10px; }
.desktop-nav a, .footer-links a { color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--forest); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 750; font-size: 14px; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; }
.button-dark { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(23, 63, 50, .16); }
.button-primary { background: var(--orange); color: #2b1d13; box-shadow: 0 15px 35px rgba(238, 139, 77, .28); }
.button-cream { background: var(--cream); color: var(--forest); box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.text-link { font-size: 14px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.hero { overflow: hidden; background: linear-gradient(180deg, var(--paper) 0%, #fbf6ea 100%); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 28px; padding: 72px 0 64px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; color: var(--forest-2); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); margin-right: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(58px, 7vw, 92px); line-height: .94; letter-spacing: -.07em; margin: 24px 0 28px; max-width: 700px; font-weight: 820; }
h1 span { color: var(--forest); }
.hero-lead { max-width: 610px; color: #52635c; font-size: 18px; line-height: 1.7; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trust-row span { background: rgba(255,255,255,.66); border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; color: var(--muted); font-weight: 650; font-size: 12px; }

.hero-art { position: relative; height: 610px; min-width: 0; }
.warm-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 480px; height: 480px; background: #e8ead4; right: -80px; top: 50px; }
.orb-two { width: 260px; height: 260px; background: var(--orange-soft); left: 38px; bottom: 28px; opacity: .8; }
.phone { position: absolute; right: 64px; top: 38px; width: 274px; height: 555px; padding: 10px; background: #18201d; border: 2px solid rgba(255,255,255,.18); border-radius: 46px; box-shadow: 0 38px 74px rgba(25, 43, 35, .25); transform: rotate(3deg); z-index: 5; }
.phone-top { height: 28px; display: grid; place-items: center; position: absolute; width: 100%; top: 12px; left: 0; z-index: 2; }
.phone-top span { width: 72px; height: 22px; background: #101411; border-radius: 20px; }
.phone-screen { height: 100%; border-radius: 35px; overflow: hidden; background: #f8f3e8; padding: 54px 18px 18px; }
.app-topline { display: flex; align-items: center; justify-content: space-between; font-weight: 800; font-size: 21px; letter-spacing: -.04em; }
.mini-avatar { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; background: var(--sage); color: var(--forest); font-size: 11px; }
.app-greeting { color: var(--muted); font-size: 11px; margin: 4px 0 18px; }
.session-card { background: var(--forest); color: white; border-radius: 22px; padding: 17px; display: flex; gap: 12px; align-items: center; box-shadow: 0 14px 28px rgba(23,63,50,.18); }
.session-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--orange); color: var(--forest-3); display: grid; place-items: center; font-size: 22px; font-weight: 700; }
.session-card small, .session-card strong, .session-card span { display: block; }
.session-card small { font-size: 7px; letter-spacing: .12em; opacity: .65; }
.session-card strong { margin: 5px 0 3px; font-size: 13px; }
.session-card span { font-size: 9px; opacity: .65; }
.progress-line { display: flex; justify-content: space-between; margin: 22px 3px 10px; font-size: 10px; }
.progress-line span { color: var(--muted); }
.week-dots { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.week-dots i { aspect-ratio: 1; display: grid; place-items: center; background: #eee8db; color: #9c978d; border-radius: 50%; font-style: normal; font-size: 7px; font-weight: 800; }
.week-dots i.done { background: var(--sage); color: var(--forest); }
.tool-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
.tool-row div { background: white; border: 1px solid rgba(23,63,50,.08); padding: 13px; border-radius: 16px; }
.tool-row b, .tool-row span { display: block; }
.tool-row b { font-size: 11px; }
.tool-row span { margin-top: 3px; color: var(--muted); font-size: 8px; }

.dog-portrait { position: absolute; width: 300px; height: 320px; left: 2px; bottom: 34px; z-index: 6; filter: drop-shadow(0 24px 34px rgba(81, 62, 47, .2)); }
.fur { position: absolute; background: #e9d6b8; border-radius: 50%; }
.fur-1 { width: 150px; height: 165px; left: 74px; top: 52px; }
.fur-2 { width: 98px; height: 105px; left: 34px; top: 92px; }
.fur-3 { width: 98px; height: 105px; right: 34px; top: 92px; }
.fur-4 { width: 118px; height: 115px; left: 48px; top: 145px; }
.fur-5 { width: 118px; height: 115px; right: 48px; top: 145px; }
.fur-6 { width: 155px; height: 108px; left: 73px; top: 175px; background: #e2c9a6; }
.fur-7 { width: 90px; height: 78px; left: 105px; top: 36px; background: #efdfc6; }
.ear { position: absolute; width: 74px; height: 150px; background: var(--brown); top: 74px; border-radius: 70% 32% 60% 40%; z-index: 0; }
.ear-left { left: 24px; transform: rotate(18deg); }
.ear-right { right: 24px; transform: scaleX(-1) rotate(18deg); }
.dog-face { position: absolute; left: 84px; top: 95px; width: 132px; height: 140px; z-index: 3; }
.eye { position: absolute; width: 10px; height: 12px; border-radius: 50%; background: #372b23; top: 35px; box-shadow: inset 2px 2px 0 rgba(255,255,255,.35); }
.eye-left { left: 26px; } .eye-right { right: 26px; }
.muzzle { position: absolute; width: 70px; height: 54px; background: #f3e4ce; border-radius: 50%; left: 31px; top: 62px; }
.nose { position: absolute; width: 22px; height: 16px; background: #2e2722; border-radius: 55% 55% 65% 65%; left: 55px; top: 68px; }
.smile { position: absolute; width: 26px; height: 14px; border-bottom: 3px solid #5d4335; border-radius: 50%; left: 53px; top: 84px; }
.collar { position: absolute; width: 142px; height: 13px; background: var(--orange); border-radius: 999px; left: 80px; top: 237px; z-index: 5; transform: rotate(-2deg); }
.floating-note { position: absolute; z-index: 8; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: 0 16px 34px rgba(34,53,44,.14); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; padding: 11px 14px; font-size: 11px; font-weight: 750; }
.floating-note span { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; margin-right: 6px; background: var(--sage); color: var(--forest); }
.note-one { right: 8px; top: 145px; }
.note-two { left: 22px; top: 84px; }
.note-two span { background: var(--orange-soft); }

.proof-strip { background: var(--forest); color: white; }
.strip-inner { min-height: 88px; display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 13px; }
.strip-inner p { margin: 0; opacity: .58; }
.strip-inner strong { font-weight: 700; }
.pawless-divider { color: var(--orange); }

.section { padding: 116px 0; }
.section-tint { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .split-heading h2, .program-copy h2, .safety-grid h2, .final-card h2, .legal-hero h1 { font-size: clamp(38px, 4.8vw, 62px); line-height: 1.02; letter-spacing: -.055em; margin: 17px 0 18px; }
.section-heading p, .split-heading > p, .program-copy > p, .final-card p { color: var(--muted); line-height: 1.7; font-size: 16px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.step-card { position: relative; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; min-height: 420px; overflow: hidden; }
.step-number { position: absolute; right: 22px; top: 20px; color: #a8b0ac; font-weight: 800; font-size: 12px; }
.step-card h3 { font-size: 21px; letter-spacing: -.035em; margin: 24px 0 10px; }
.step-card p { color: var(--muted); line-height: 1.6; font-size: 14px; }
.step-visual { height: 220px; border-radius: 22px; background: var(--cream); margin-top: 20px; position: relative; overflow: hidden; }
.profile-visual .tiny-dog { position: absolute; left: 50%; top: 52px; transform: translateX(-50%); width: 78px; height: 78px; display: grid; place-items: center; background: var(--sage); color: var(--forest); border-radius: 50%; font-size: 36px; box-shadow: inset 0 -10px 0 rgba(23,63,50,.05); }
.profile-visual i { position: absolute; height: 8px; background: #dcd6ca; border-radius: 20px; left: 50%; transform: translateX(-50%); }
.profile-visual i:nth-of-type(1) { width: 105px; bottom: 60px; }
.profile-visual i:nth-of-type(2) { width: 145px; bottom: 40px; }
.profile-visual i:nth-of-type(3) { width: 80px; bottom: 20px; }
.lesson-visual { background: var(--forest); color: white; padding: 30px; }
.lesson-visual b { display: block; font-size: 22px; }
.lesson-visual i { display: block; height: 10px; background: rgba(255,255,255,.13); border-radius: 10px; margin-top: 16px; }
.lesson-visual i:nth-of-type(1) { width: 80%; margin-top: 46px; }
.lesson-visual i:nth-of-type(2) { width: 55%; }
.lesson-visual em { position: absolute; right: 22px; bottom: 22px; background: var(--orange); color: var(--forest-3); padding: 10px 13px; border-radius: 999px; font-style: normal; font-weight: 800; font-size: 11px; }
.progress-visual { display: flex; align-items: end; justify-content: center; gap: 10px; padding: 38px; }
.progress-visual span { position: absolute; left: 24px; top: 20px; width: 44px; height: 44px; border-radius: 50%; background: var(--sage); color: var(--forest); display: grid; place-items: center; font-weight: 800; }
.progress-visual i { display: block; width: 30px; background: var(--forest); border-radius: 8px 8px 3px 3px; }
.progress-visual i:nth-of-type(1) { height: 46px; opacity: .35; }.progress-visual i:nth-of-type(2) { height: 72px; opacity: .5; }.progress-visual i:nth-of-type(3) { height: 100px; opacity: .72; }.progress-visual i:nth-of-type(4) { height: 136px; }

.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.split-heading > p { max-width: 460px; margin-bottom: 10px; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.feature-card { min-height: 360px; background: white; border-radius: var(--radius); border: 1px solid rgba(21,35,30,.08); padding: 34px; position: relative; overflow: hidden; }
.feature-card h3 { font-size: 30px; line-height: 1.08; letter-spacing: -.05em; margin: 18px 0 12px; }
.feature-card p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.chip { display: inline-flex; border-radius: 999px; padding: 8px 11px; background: var(--sage); color: var(--forest); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.chip-light { background: rgba(255,255,255,.13); color: #fff; }
.feature-large { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: center; }
.mini-dashboard { width: 250px; justify-self: end; background: var(--cream); border: 1px solid rgba(21,35,30,.08); padding: 20px; border-radius: 24px; transform: rotate(3deg); box-shadow: var(--shadow); }
.dash-head { display: flex; justify-content: space-between; align-items: center; font-weight: 800; }
.dash-head b { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--sage); font-size: 10px; }
.dash-card { background: var(--forest); color: white; padding: 15px; border-radius: 16px; margin-top: 20px; }
.dash-card small, .dash-card strong, .dash-card span { display: block; }.dash-card small { opacity: .5; font-size: 7px; }.dash-card strong { margin: 5px 0; font-size: 12px; }.dash-card span { opacity: .6; font-size: 8px; }
.dash-meter { height: 7px; background: #ded7c9; border-radius: 8px; margin-top: 15px; overflow: hidden; }.dash-meter i { display: block; height: 100%; background: var(--orange); border-radius: inherit; }
.dark-card { background: var(--forest); color: white; }
.dark-card p { color: rgba(255,255,255,.62); max-width: 440px; }
.round-tool { width: 122px; height: 122px; border-radius: 50%; display: grid; place-items: center; background: #fff9ec; color: var(--forest); font-size: 13px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 0 0 18px rgba(255,255,255,.05), 0 0 0 38px rgba(255,255,255,.03); margin: 8px 0 42px auto; }
.orange-card { background: #f2c097; }
.orange-card p { color: #624b3a; max-width: 450px; }
.whistle-wave { height: 110px; display: flex; align-items: center; gap: 8px; justify-content: flex-end; }
.whistle-wave i { width: 8px; border-radius: 8px; background: var(--forest); }.whistle-wave i:nth-child(1),.whistle-wave i:nth-child(5){height:32px; opacity:.42}.whistle-wave i:nth-child(2),.whistle-wave i:nth-child(4){height:58px; opacity:.7}.whistle-wave i:nth-child(3){height:92px}
.feature-wide { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.feature-wide > div:first-child { max-width: 560px; }
.rings { width: 180px; height: 180px; position: relative; display: grid; place-items: center; flex: 0 0 auto; }
.rings span { position: absolute; border-radius: 50%; border-style: solid; transform: rotate(28deg); }
.ring-a { inset: 5px; border-width: 15px; border-color: var(--forest) var(--forest) #e4ded1 var(--forest); }
.ring-b { inset: 34px; border-width: 11px; border-color: var(--orange) var(--orange) #eee8dc #eee8dc; transform: rotate(-34deg)!important; }
.rings b { font-size: 30px; letter-spacing: -.05em; text-align: center; }.rings small { display: block; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }

.programs-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.program-copy > p { max-width: 570px; }
.program-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.program-tags span { border: 1px solid var(--line); border-radius: 999px; padding: 10px 13px; color: var(--forest); font-size: 12px; font-weight: 700; background: white; }
.program-art { min-height: 490px; position: relative; }
.trail-card { position: absolute; width: 360px; height: 360px; right: 70px; top: 55px; border-radius: 32px; padding: 32px; box-shadow: var(--shadow); border: 1px solid rgba(21,35,30,.06); }
.trail-card > span { display: block; font-size: 46px; font-weight: 820; letter-spacing: -.06em; }.trail-card > b { display: block; color: var(--muted); font-size: 13px; }
.trail-back { background: var(--sage); transform: rotate(-13deg) translate(-70px, 3px); }
.trail-mid { background: #f2c097; transform: rotate(8deg) translate(75px, -8px); }
.trail-front { background: var(--forest); color: white; transform: rotate(-1deg); z-index: 4; }
.trail-front small { opacity: .52; font-size: 9px; letter-spacing: .14em; }.trail-front h3 { font-size: 30px; margin: 8px 0; }.trail-front p { font-size: 12px; opacity: .6; }
.recall-scene { height: 160px; position: relative; background: linear-gradient(#73917d 0 56%, #587457 56%); margin: -32px -32px 24px; border-radius: 32px 32px 8px 8px; overflow: hidden; }
.recall-scene:after { content: ""; position: absolute; width: 220px; height: 70px; border-radius: 50%; background: rgba(247,243,233,.18); left: 80px; bottom: -35px; }
.dog-dot, .person-dot { position: absolute; display: block; background: #e8d2af; border-radius: 50% 50% 42% 42%; bottom: 25px; z-index: 2; }
.dog-dot { width: 44px; height: 34px; left: 64px; }.person-dot { width: 28px; height: 62px; right: 62px; border-radius: 16px 16px 8px 8px; background: #d8c5a8; }
.recall-scene i { position: absolute; height: 2px; width: 120px; background: rgba(255,255,255,.45); left: 108px; bottom: 45px; transform: rotate(-2deg); }
.tiny-meter { height: 6px; border-radius: 8px; background: rgba(255,255,255,.12); overflow: hidden; margin-top: 22px; }.tiny-meter i { display: block; height: 100%; width: 58%; background: var(--orange); }

.quote-section { padding: 30px 0 80px; }
.quote-card { background: var(--cream); border-radius: 40px; padding: 72px; text-align: center; position: relative; overflow: hidden; }
.quote-card:before, .quote-card:after { content:""; position:absolute; width:220px; height:220px; border-radius:50%; background:var(--sage); opacity:.65; }.quote-card:before{left:-110px;top:-120px}.quote-card:after{right:-90px;bottom:-140px;background:var(--orange-soft)}
.quote-mark { display: block; font-family: Georgia, serif; font-size: 72px; line-height: .7; color: var(--orange); }
blockquote { margin: 24px 0 20px; font-size: clamp(38px, 5vw, 66px); line-height: 1.04; letter-spacing: -.055em; font-weight: 800; font-style: normal; }
blockquote em { color: var(--forest); font-style: normal; }
.quote-card p { color: var(--muted); }

.safety-section { padding-top: 70px; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.principles { border-top: 1px solid var(--line); }
.principles p { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; margin: 0; border-bottom: 1px solid var(--line); line-height: 1.5; font-weight: 650; }
.principles span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.final-section { padding-top: 50px; }
.final-card { background: var(--forest); color: white; border-radius: 38px; padding: 68px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; overflow: hidden; position: relative; }
.final-card:after { content:""; position:absolute; width:320px; height:320px; border-radius:50%; background:rgba(238,139,77,.13); right:-90px; top:-140px; }
.final-card h2 { max-width: 720px; }
.final-card p { color: rgba(255,255,255,.6); max-width: 680px; }
.kicker-light { color: var(--orange-soft); }
.final-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.final-actions span { font-size: 11px; opacity: .5; padding-left: 15px; }

.site-footer { padding: 78px 0 28px; background: #f5f0e5; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }
.footer-brand .brand-mark { font-size: 12px; }
.footer-grid > div:first-child p { color: var(--muted); max-width: 320px; line-height: 1.6; margin-top: 18px; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 5px; }
.footer-bottom { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #85908b; font-size: 11px; }

/* Legal + support */
.legal-main { min-height: 70vh; }
.legal-hero { background: var(--cream); padding: 84px 0 64px; border-bottom: 1px solid var(--line); }
.legal-hero .shell { max-width: 900px; }
.legal-hero h1 { max-width: 760px; margin-bottom: 18px; }
.legal-hero p { color: var(--muted); max-width: 660px; line-height: 1.7; }
.legal-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 25px; }
.legal-meta span { border: 1px solid var(--line); background: rgba(255,255,255,.6); padding: 8px 11px; border-radius: 999px; font-size: 11px; color: var(--muted); }
.legal-content { max-width: 900px; padding-top: 72px; padding-bottom: 100px; }
.legal-content h2 { font-size: 26px; letter-spacing: -.035em; margin: 46px 0 14px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 17px; letter-spacing: -.02em; margin: 28px 0 10px; }
.legal-content p, .legal-content li { color: #53635c; font-size: 15px; line-height: 1.78; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--forest); font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.notice { background: var(--cream); border: 1px solid var(--line); border-radius: 22px; padding: 22px; margin: 30px 0; }
.notice strong { display: block; margin-bottom: 6px; }
.support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.support-card { position: sticky; top: 108px; background: var(--forest); color: white; border-radius: 28px; padding: 30px; }
.support-card p { color: rgba(255,255,255,.62); }
.support-card .button { margin-top: 8px; }
.faq-item { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq-item:first-child { padding-top: 0; }
.faq-item h2 { margin: 0 0 8px; font-size: 20px; }
.faq-item p { margin-bottom: 0; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-art { max-width: 680px; width: 100%; margin: -20px auto 0; }
  .phone { right: 8%; }
  .dog-portrait { left: 10%; }
  .steps-grid, .safety-grid, .programs-grid, .final-card { grid-template-columns: 1fr; }
  .programs-grid { gap: 30px; }
  .program-art { max-width: 640px; width: 100%; margin: 0 auto; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .feature-large { grid-template-columns: 1fr; }
  .mini-dashboard { justify-self: start; margin-top: 12px; }
  .final-card { gap: 28px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
  .support-grid { grid-template-columns: 1fr; }.support-card { position: static; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { height: 70px; }.nav-wrap > .button { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-grid { min-height: auto; padding: 50px 0 40px; }
  h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-art { height: 510px; transform: scale(.9); transform-origin: top center; margin-bottom: -50px; width: 111%; left: -5.5%; }
  .phone { width: 240px; height: 490px; right: 1%; }.dog-portrait { transform: scale(.83); transform-origin: bottom left; left: 1%; }.note-one { right: -10px; }.note-two { left: -5px; }
  .section { padding: 82px 0; }
  .section-heading h2, .split-heading h2, .program-copy h2, .safety-grid h2, .final-card h2, .legal-hero h1 { font-size: 40px; }
  .steps-grid, .feature-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 390px; }
  .feature-card { min-height: auto; padding: 26px; }.feature-card h3 { font-size: 27px; }.feature-wide { flex-direction: column; align-items: flex-start; }
  .mini-dashboard { width: 100%; }
  .program-art { min-height: 420px; transform: scale(.84); transform-origin: top center; margin-bottom: -65px; }.trail-card { right: 50%; transform-origin: center; margin-right: -180px; }.trail-back { transform: rotate(-13deg) translate(-70px,3px); }.trail-mid { transform: rotate(8deg) translate(75px,-8px); }.trail-front { transform: rotate(-1deg); }
  .quote-card { padding: 54px 20px; border-radius: 28px; } blockquote { font-size: 40px; }
  .final-card { padding: 38px 28px; border-radius: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-hero { padding: 62px 0 48px; }.legal-content { padding-top: 50px; }
}

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