
:root{--bg:#fffaf6;--card:#fff;--text:#1f2a2a;--muted:#66706f;--brand:#ef7c5b;--brand-dark:#d45f3e;--soft:#f8eee7;--line:#eadfd7;--shadow:0 18px 50px rgba(57,39,31,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px clamp(20px,5vw,72px);background:rgba(255,250,246,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,223,215,.8)}.brand{display:flex;gap:10px;align-items:center;color:var(--text);font-weight:800;text-decoration:none;font-size:1.15rem}.brand-mark{font-size:1.6rem}.site-header nav{display:flex;gap:22px;align-items:center}.site-header nav a{color:var(--text);text-decoration:none;font-weight:650}.nav-cta{padding:10px 16px;border-radius:999px;background:var(--brand);color:white!important}.section{padding:88px clamp(20px,6vw,90px)}.hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:78vh;gap:48px}.eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.16em;font-weight:800;color:var(--brand-dark);margin-bottom:14px}.hero h1,.section h2{line-height:1.08;margin:0 0 20px}.hero h1{font-size:clamp(2.8rem,6vw,5.6rem);max-width:820px}.hero p{font-size:1.12rem;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:14px;margin:30px 0}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border-radius:14px;border:1px solid transparent;text-decoration:none;font-weight:800;cursor:pointer}.primary{background:var(--brand);color:white}.primary:hover{background:var(--brand-dark)}.secondary{background:white;color:var(--text);border-color:var(--line)}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#56615f;font-size:.94rem}.hero-art img{filter:drop-shadow(0 28px 35px rgba(81,52,38,.14))}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:34px}.section-heading h2{font-size:clamp(2rem,4vw,3.4rem)}.centered{text-align:center;display:block}.filters{display:flex;gap:10px}.filter{border:1px solid var(--line);background:white;padding:10px 16px;border-radius:999px;cursor:pointer}.filter.active{background:var(--text);color:white}.pet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.pet-card{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(66,46,35,.06);transition:.25s}.pet-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.pet-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--soft)}.pet-info{padding:20px}.pet-top{display:flex;justify-content:space-between;gap:10px;align-items:start}.pet-info h3{margin:0;font-size:1.35rem}.pill{font-size:.75rem;background:var(--soft);padding:5px 9px;border-radius:999px;color:var(--brand-dark);font-weight:800}.pet-meta{color:var(--muted);font-size:.9rem;margin:6px 0}.pet-info p{color:#586260;font-size:.94rem}.pet-info button{width:100%;margin-top:8px}.alt{background:#f7eee7}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.steps article{background:white;border-radius:22px;padding:28px;border:1px solid var(--line)}.steps span{font-weight:900;color:var(--brand);font-size:1.4rem}.steps h3{font-size:1.3rem}.story{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.story img{border-radius:28px}.story-note{padding:16px 18px;background:var(--soft);border-radius:14px}.apply-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.application-form{background:white;padding:30px;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.application-form label{display:grid;gap:8px;font-weight:700}.application-form input,.application-form select,.application-form textarea{width:100%;padding:13px 14px;border-radius:12px;border:1px solid #d8cec6;background:#fff}.application-form>label{margin-top:18px}.check{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important}.check input{width:auto;margin-top:6px}.application-form button{margin-top:18px}.form-message{font-weight:700;color:#2f7157}.faq-list{max-width:850px;margin:auto}.faq-list details{background:white;border:1px solid var(--line);padding:18px 20px;border-radius:16px;margin-bottom:12px}.faq-list summary{font-weight:800;cursor:pointer}footer{padding:44px clamp(20px,6vw,90px);background:#202928;color:white;display:grid;gap:20px}.footer-links{display:flex;flex-wrap:wrap;gap:12px}.footer-links button{background:none;border:0;color:#f4c4b6;padding:0;cursor:pointer}.copyright{font-size:.85rem;color:#b9c2c0}.modal{position:fixed;inset:0;background:rgba(23,28,27,.58);display:none;align-items:center;justify-content:center;padding:20px;z-index:50}.modal.show{display:flex}.modal-card{position:relative;background:white;border-radius:24px;max-width:760px;width:100%;max-height:90vh;overflow:auto;padding:28px}.modal-close{position:absolute;right:16px;top:12px;border:0;background:#f3eee9;border-radius:50%;width:38px;height:38px;font-size:1.4rem;cursor:pointer}.modal-pet{display:grid;grid-template-columns:1fr 1.1fr;gap:24px}.modal-pet img{border-radius:18px}.facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.facts span{background:var(--soft);padding:10px;border-radius:10px}.policy-card h2{padding-right:50px}.browser-guide{position:fixed;inset:0;background:rgba(13,18,18,.72);z-index:80;display:flex;align-items:center;justify-content:center;padding:20px}.browser-guide[hidden]{display:none}.guide-card{background:white;border-radius:24px;padding:30px;max-width:440px;text-align:center;position:relative;box-shadow:var(--shadow)}.guide-card>button{position:absolute;right:16px;top:12px;border:0;background:none;font-size:1.6rem}.guide-icon{font-size:3rem}.guide-actions{display:flex;gap:10px;justify-content:center;margin-top:20px}.guide-card small{display:block;margin-top:12px;color:#3f755f}
@media(max-width:1000px){.pet-grid{grid-template-columns:repeat(2,1fr)}.hero,.story,.apply-section{grid-template-columns:1fr}.hero{padding-top:54px}.hero-art{max-width:620px;margin:auto}.steps{grid-template-columns:1fr}.site-header nav a:not(.nav-cta){display:none}}
@media(max-width:640px){.section{padding:64px 18px}.site-header{padding:14px 18px}.pet-grid{grid-template-columns:1fr}.field-grid{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.hero-actions,.guide-actions{flex-direction:column}.modal-pet{grid-template-columns:1fr}.trust-row{display:grid}.hero h1{font-size:2.8rem}}

.hero-art img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:32px;
}
.story>img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:28px;
}

.safari-tip-bar{display:flex;align-items:center;justify-content:center;gap:18px;padding:10px 18px;background:#102f4f;color:#fff;text-align:center;font-size:.92rem;position:relative;z-index:25}
.safari-tip-bar div{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.safari-tip-bar button{border:1px solid rgba(255,255,255,.65);background:#fff;color:#102f4f;border-radius:999px;padding:7px 13px;font-weight:800;cursor:pointer}
.inline-safari-note{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:2px 0 24px;padding:12px 14px;border-left:4px solid var(--brand);background:#fff;border-radius:10px;color:#56615f;font-size:.92rem}
.text-link{border:0;background:none;color:var(--brand-dark);font-weight:800;padding:0;text-decoration:underline;cursor:pointer}
.safari-help-card{margin-top:34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;background:#102f4f;color:#fff;border-radius:22px;padding:26px 28px;box-shadow:var(--shadow)}
.safari-help-card h3{margin:2px 0 5px;font-size:1.45rem}
.safari-help-card p{margin:0;color:#d7e5ef}
.safari-help-card .eyebrow{color:#ffb5a1;margin-bottom:2px}
.safari-help-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#102f4f;font-size:1.8rem;font-weight:900}
.apply-browser-reminder{grid-column:2;display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:14px 16px;margin-bottom:14px;background:#fff3eb;border:1px solid #efd4c5;border-radius:14px;font-size:.92rem}
@media(max-width:1000px){.apply-browser-reminder{grid-column:1}}
@media(max-width:700px){.safari-tip-bar{align-items:stretch;flex-direction:column;gap:8px}.safari-tip-bar button{width:100%}.safari-help-card{grid-template-columns:1fr;text-align:center}.safari-help-icon{margin:auto}.safari-help-card .btn{width:100%}}
