:root {
  --navy: #122a51;
  --navy-deep: #091d37;
  --ink: #173345;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --white: #fff;
  --aqua: #45cfc0;
  --aqua-pale: #c8f1ea;
  --blue: #2e69d3;
  --line: #ccd9d6;
  --display: "DM Sans", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link:focus { top: 84px; left: 20px; width: auto; height: auto; margin: 0; padding: 10px 16px; overflow: visible; clip: auto; color: var(--navy); background: var(--aqua-pale); }
.eyebrow { margin: 0; color: #176e70; font-size: 13px; font-weight: 700; letter-spacing: .01em; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 23px clamp(24px, 5vw, 78px); background: var(--cream); border-bottom: 1px solid rgba(18,42,81,.1); }
.wordmark { display: inline-flex; width: 166px; text-decoration: none; }
.wordmark img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 43px); }
.site-nav a { color: #294559; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue); }
.site-nav .nav-cta { padding: 11px 18px; color: var(--white); background: var(--navy); border-radius: 999px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--white); background: var(--blue); }
.menu-toggle { display: none; }

.hero { min-height: 850px; display: grid; grid-template-columns: minmax(520px, 1.05fr) minmax(460px, .95fr); align-items: stretch; background: var(--cream); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 150px clamp(35px, 6.8vw, 112px) 76px; }
.hero h1 { max-width: 760px; margin: 23px 0 0; color: var(--navy); font: 500 clamp(58px, 6.1vw, 92px)/.96 var(--display); letter-spacing: -.058em; }
.hero h1 span { display: block; color: var(--blue); }
.hero-intro { max-width: 660px; margin: 34px 0 0; color: #435e6e; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue); }
.text-link { color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 6px; color: var(--blue); }
.company-line { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 44px; color: #5e737d; font-size: 12px; font-weight: 700; }
.company-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--aqua); }
.hero-photo { position: relative; min-height: 850px; overflow: hidden; border-bottom-left-radius: 160px; }
.hero-photo > picture, .hero-photo img { width: 100%; height: 100%; }
.hero-photo img { object-fit: cover; object-position: center; }

.approach { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 130px); padding: 108px clamp(24px, 8vw, 130px); color: var(--white); background: var(--navy-deep); }
.approach-lead { align-self: start; position: sticky; top: 50px; }
.approach .eyebrow { color: var(--aqua); }
.contact .eyebrow { color: var(--aqua-pale); }
.approach h2, .section-heading h2, .contact h2 { margin: 23px 0 0; font: 500 clamp(43px, 5.1vw, 76px)/1.02 var(--display); letter-spacing: -.055em; }
.approach-steps { border-top: 1px solid rgba(255,255,255,.22); }
.approach-steps article { position: relative; display: grid; grid-template-columns: .72fr 1fr; gap: 34px; padding: 42px 0 42px 28px; border-bottom: 1px solid rgba(255,255,255,.22); }
.approach-steps article::before { position: absolute; top: 51px; left: 0; width: 7px; height: 7px; background: var(--aqua); border-radius: 50%; content: ""; }
.approach-steps h3 { margin: 0; font: 500 25px/1.15 var(--display); letter-spacing: -.03em; }
.approach-steps p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }

.ecosystem { padding: 96px clamp(24px, 7vw, 112px); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .36fr 1.08fr .62fr; gap: clamp(34px, 4vw, 72px); align-items: start; max-width: 1500px; margin: 0 auto 38px; }
.section-heading h2 { margin-top: 0; color: var(--navy); font-size: clamp(45px, 5.4vw, 80px); }
.section-heading > p:last-child { margin: 9px 0 0; color: #536d78; font-size: 15px; }
.brand-grid { max-width: 1500px; display: grid; gap: 28px; margin: 0 auto; }
.brand { position: relative; min-height: 560px; display: grid; overflow: hidden; }
.brand-copy { position: relative; z-index: 1; padding: clamp(42px, 5vw, 76px); }
.brand-type { margin: 0 0 38px; color: #577177; font-size: 12px; font-weight: 700; }
.brand-logo { width: auto; max-height: 62px; object-fit: contain; object-position: left center; }
.angelpaw-logo { max-width: 170px; }
.lovingvet-logo { max-width: 198px; }
.fetcher-logo { max-width: 275px; }
.brand h3 { max-width: 670px; margin: 36px 0 0; color: var(--navy); font: 500 clamp(31px, 3.2vw, 47px)/1.08 var(--display); letter-spacing: -.047em; }
.brand-copy > p:not(.brand-type) { max-width: 600px; margin: 22px 0 0; color: #405f69; font-size: 15px; }
.brand-copy > a { display: inline-block; margin-top: 30px; color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.brand-media { overflow: hidden; }
.brand-media > picture, .brand-media > img { width: 100%; height: 100%; }
.brand-media img { object-fit: cover; }
.brand-angelpaw { grid-template-columns: .82fr 1.18fr; background: #e7f1dc; }
.brand-angelpaw .brand-media { display: grid; place-items: center; padding: clamp(18px, 2.5vw, 38px); background: #d5e7c3; }
.brand-angelpaw .brand-media picture { height: auto; }
.brand-angelpaw .brand-media img { height: auto; filter: drop-shadow(0 28px 30px rgba(45,75,43,.17)); }
.brand-lovingvet { grid-template-columns: 1.12fr .88fr; background: #efe9f6; }
.brand-lovingvet .brand-media { height: 560px; min-height: 0; }
.brand-lovingvet .brand-media picture, .brand-lovingvet .brand-media img { width: 100%; height: 100%; }
.brand-lovingvet .brand-media img { object-position: center 35%; }
.brand-lovingvet .brand-copy { align-self: center; }
.brand-fetcher { grid-template-columns: .82fr 1.18fr; color: var(--white); background: var(--blue); }
.brand-fetcher .brand-copy { align-self: center; }
.brand-fetcher .brand-type, .brand-fetcher .brand-copy > p:not(.brand-type) { color: rgba(255,255,255,.8); }
.brand-fetcher h3, .brand-fetcher .brand-copy > a { color: var(--white); }
.brand-media-ui { display: grid; place-items: center; padding: clamp(34px, 4vw, 68px); background: #dcecf4; }
.brand-media-ui > img { height: auto; box-shadow: 0 30px 65px rgba(11,47,96,.27); }
.fetcher-gallery { position: relative; display: block; }
.fetcher-gallery picture { width: 88%; height: auto; margin-left: auto; }
.fetcher-gallery img { width: 100%; height: auto; box-shadow: 0 24px 48px rgba(11,47,96,.22); }
.fetcher-gallery .fetcher-inset { position: absolute; z-index: 1; bottom: 12%; left: 5%; width: 48%; border: 8px solid var(--white); box-shadow: 0 28px 58px rgba(11,47,96,.3); }

.purpose { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 630px; background: var(--cream); }
.purpose-photo { min-height: 630px; overflow: hidden; border-top-right-radius: 150px; }
.purpose-photo picture, .purpose-photo img { width: 100%; height: 100%; }
.purpose-photo img { object-fit: cover; object-position: center; }
.purpose-copy { display: flex; flex-direction: column; justify-content: center; padding: 95px clamp(35px, 8vw, 125px); }
.purpose-copy h2 { max-width: 720px; margin: 35px 0 0; color: var(--navy); font: 500 clamp(37px, 4.5vw, 67px)/1.07 var(--display); letter-spacing: -.052em; }
.purpose-copy > p:last-child { max-width: 610px; margin: 32px 0 0; color: #496570; }

.contact { padding: 105px clamp(24px, 8vw, 130px); text-align: center; color: var(--white); background: var(--blue); }
.contact h2 { max-width: 1000px; margin: 20px auto 0; }
.button-light { margin-top: 37px; color: var(--navy); background: var(--white); }
.button-light:hover, .button-light:focus-visible { background: var(--aqua-pale); }

.site-footer { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 50px; align-items: start; padding: 68px clamp(24px, 8vw, 130px) 38px; color: rgba(255,255,255,.72); background: var(--navy-deep); font-size: 13px; }
.wordmark-footer { width: 158px; }
.site-footer p { margin: 0; }
.footer-brand p { max-width: 280px; margin-top: 23px; font-size: 14px; }
.footer-contact p { color: var(--aqua); font-size: 12px; font-weight: 700; }
.footer-contact a { display: inline-block; margin-top: 12px; color: var(--white); font-size: 18px; font-weight: 600; text-decoration: none; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; }
.footer-links a { color: var(--white); text-decoration: none; }
.footer-meta { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }

.legal-header { position: static; }
.legal-main { padding: clamp(72px, 9vw, 130px) 24px; background: var(--cream); }
.legal-document { max-width: 780px; margin: 0 auto; }
.legal-document h1 { margin: 20px 0 0; color: var(--navy); font: 500 clamp(48px, 7vw, 82px)/.98 var(--display); letter-spacing: -.06em; }
.legal-date { margin: 24px 0 0; color: #5d747e; font-size: 14px; }
.legal-content { margin-top: 62px; padding-top: 16px; border-top: 1px solid var(--line); }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0; color: var(--navy); font: 600 25px/1.2 var(--display); letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #405f69; }
.legal-content p { margin: 14px 0 0; }
.legal-content ul { margin: 14px 0 0; padding-left: 22px; }
.legal-content a { color: var(--blue); font-weight: 600; }
.legal-footer { grid-template-columns: 1fr auto; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr .8fr; }
  .hero h1 { font-size: clamp(54px, 7vw, 76px); }
  .section-heading { grid-template-columns: .4fr 1fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .brand-angelpaw { grid-template-columns: .95fr 1.05fr; }
  .brand-lovingvet { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; grid-template-columns: repeat(4, auto); }
}

@media (max-width: 820px) {
  .site-header { padding: 23px 24px; }
  .wordmark { width: 158px; min-height: 26px; align-items: center; }
  .menu-toggle { min-width: 64px; min-height: 44px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; padding: 6px 0; color: var(--navy); background: none; border: 0; font: 700 13px var(--body); }
  .menu-toggle i, .menu-toggle i::after { display: block; width: 19px; height: 1px; background: currentColor; content: ""; }
  .menu-toggle i::after { transform: translateY(6px); }
  .site-nav { position: absolute; top: 68px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px; background: var(--white); box-shadow: 0 20px 50px rgba(9,29,55,.18); }
  .site-nav.open { display: flex; }
  .site-nav a, .site-nav .nav-cta { padding: 12px 2px; color: var(--navy); background: none; border: 0; border-bottom: 1px solid #dae3e0; border-radius: 0; }
  .site-nav a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 82px; }
  .hero-copy { padding: 55px 24px 65px; }
  .hero h1 { font-size: clamp(51px, 12vw, 76px); }
  .hero-photo { min-height: 480px; border-bottom-left-radius: 100px; }
  .approach { grid-template-columns: 1fr; gap: 55px; padding: 88px 24px; }
  .approach-lead { position: static; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 27px; }
  .brand-angelpaw, .brand-lovingvet, .brand-fetcher { min-height: 0; grid-template-columns: 1fr; }
  .brand-angelpaw .brand-media { min-height: 420px; }
  .brand-lovingvet { grid-template-rows: auto auto; }
  .brand-lovingvet .brand-media { height: 470px; min-height: 0; }
  .brand-fetcher .brand-media { min-height: 440px; }
  .purpose { grid-template-columns: 1fr; }
  .purpose-photo { min-height: 580px; border-top-right-radius: 100px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header { backdrop-filter: blur(8px); }
  .hero { padding-top: 70px; }
  .hero-photo { height: 330px; min-height: 0; border-bottom-left-radius: 72px; }
  .hero-copy { padding: 36px 24px 46px; }
  .hero h1 { margin-top: 16px; font-size: 38px; line-height: .98; }
  .hero h1 span { display: inline; }
  .hero-intro { margin-top: 21px; font-size: 15px; line-height: 1.58; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 25px; }
  .company-line { margin-top: 27px; }
  .approach { padding: 64px 24px; }
  .approach h2, .section-heading h2, .contact h2 { font-size: 39px; }
  .approach-steps article { grid-template-columns: 1fr; gap: 12px; padding: 29px 0 29px 24px; }
  .approach-steps article::before { top: 39px; }
  .ecosystem { padding: 64px 24px; }
  .section-heading { margin-bottom: 47px; }
  .brand-grid { gap: 22px; }
  .brand-copy { padding: 38px 26px 43px; }
  .brand-type { margin-bottom: 29px; }
  .brand h3 { margin-top: 29px; font-size: 34px; }
  .brand-angelpaw .brand-media { min-height: 290px; padding: 25px; }
  .brand-lovingvet .brand-copy { order: -1; }
  .brand-lovingvet .brand-media { height: 340px; min-height: 0; }
  .brand-lovingvet .brand-media img { object-position: center 72%; }
  .brand-fetcher .brand-media { min-height: 340px; padding: 28px 20px; }
  .fetcher-gallery picture { width: 91%; }
  .fetcher-gallery .fetcher-inset { bottom: 10%; left: 2%; width: 53%; border-width: 5px; }
  .purpose-photo { min-height: 370px; border-top-right-radius: 72px; }
  .purpose-copy { padding: 58px 24px; }
  .purpose-copy h2 { font-size: 39px; }
  .contact { padding: 64px 24px; }
  .text-link, .brand-copy > a { min-height: 44px; display: inline-flex; align-items: center; }
  .contact .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; padding: 52px 24px 34px; }
  .footer-links { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: auto; }
  .legal-main { padding: 60px 24px; }
  .legal-content { margin-top: 42px; }
  .legal-content section { padding: 24px 0; }
  .legal-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
