:root { --ink:#17251d; --cream:#f4f0e6; --paper:#fbf9f3; --lime:#d7ee58; --coral:#ef755b; --muted:#68736b; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"DM Sans",sans-serif; }
a { color:inherit; }
.site-header { height:82px; padding:0 clamp(24px,5vw,76px); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #d9d9cf; background:rgba(251,249,243,.9); backdrop-filter:blur(10px); position:relative; z-index:5; }
.brand { display:flex; gap:12px; align-items:center; font:800 19px "Manrope"; text-decoration:none; }
.brand-mark { width:38px; height:38px; display:grid; place-items:center; background:var(--lime); border-radius:50%; font-size:18px; }
.header-link { text-decoration:none; font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.header-link span { display:inline-block; margin-left:8px; transition:transform .2s; }
.header-link:hover span { transform:translateY(4px); }
.hero { min-height:680px; padding:110px clamp(24px,7vw,110px) 80px; background:var(--cream); position:relative; overflow:hidden; }
.eyebrow,.section-number { font-size:12px; letter-spacing:.15em; font-weight:700; }
.eyebrow { display:flex; align-items:center; gap:10px; color:var(--muted); text-transform:uppercase; }
.eyebrow span { width:32px; height:2px; background:var(--coral); }
h1,h2,h3 { font-family:"Manrope",sans-serif; margin:0; }
h1 { max-width:880px; font-size:clamp(54px,8.8vw,126px); line-height:.91; letter-spacing:-.065em; margin-top:30px; position:relative; z-index:1; }
h1 em,.closing em { color:var(--coral); font-family:Georgia,serif; font-weight:400; }
.hero-copy { max-width:480px; font-size:18px; line-height:1.65; margin:42px 0 38px; color:#59645d; }
.hero-meta { display:flex; gap:45px; }
.hero-meta div { display:flex; flex-direction:column; }
.hero-meta strong { font:700 27px "Manrope"; }
.hero-meta span { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.hero-orbit { position:absolute; width:350px; height:350px; right:8vw; bottom:30px; border-radius:50%; }
.orbit-circle { position:absolute; inset:38px; border-radius:50%; background:var(--lime); }
.orbit-circle::before,.orbit-circle::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(23,37,29,.24); }
.orbit-circle::before { inset:24px; }.orbit-circle::after { inset:55px; }
.orbit-paw { position:absolute; inset:0; display:grid; place-items:center; font-size:88px; transform:rotate(-12deg); }
.orbit-word { position:absolute; inset:-3px; border:1px dashed #899270; border-radius:50%; font-size:10px; letter-spacing:.35em; padding:12px; text-align:center; color:transparent; }
.breeds-section { padding:110px clamp(20px,6vw,90px) 130px; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; max-width:1240px; margin:0 auto 70px; }
.section-number { color:var(--coral); margin:0 0 16px; }
.section-heading h2 { font-size:clamp(42px,6vw,78px); line-height:1; letter-spacing:-.05em; }
.section-intro { max-width:390px; color:var(--muted); line-height:1.65; margin:0 0 8px; }
.breed-grid { max-width:1240px; margin:auto; display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.breed-card { background:#fff; border:1px solid #e3e1d9; border-radius:22px; overflow:hidden; transition:transform .3s ease, box-shadow .3s ease; }
.breed-card:hover { transform:translateY(-6px); box-shadow:0 20px 45px rgba(36,50,41,.1); }
.breed-card.featured,.breed-card.wide { grid-column:span 2; display:grid; grid-template-columns:1.35fr 1fr; }
.image-wrap { position:relative; height:330px; overflow:hidden; background:#dfe2d9; }
.wide .image-wrap,.featured .image-wrap { height:400px; }
.image-wrap img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .55s ease; }
.breed-card:hover img { transform:scale(1.035); }
.rank { position:absolute; top:18px; left:18px; background:var(--ink); color:white; border-radius:50%; width:44px; height:44px; display:grid; place-items:center; font:700 12px "Manrope"; }
.tag { position:absolute; right:16px; bottom:16px; background:var(--lime); padding:8px 12px; border-radius:30px; font-size:10px; font-weight:700; letter-spacing:.12em; }
.card-content { padding:30px 30px 26px; display:flex; flex-direction:column; }
.featured .card-content,.wide .card-content { justify-content:center; padding:50px; }
.card-content h3 { font-size:clamp(24px,2.5vw,34px); letter-spacing:-.035em; }
.card-content p { color:var(--muted); line-height:1.65; margin:15px 0 24px; }
.traits { margin-top:auto; padding-top:18px; border-top:1px solid #eceae4; display:flex; gap:9px; }
.traits span { padding:7px 11px; background:#f1f2eb; border-radius:30px; font-size:11px; font-weight:600; }
.closing { text-align:center; padding:120px 20px; background:var(--ink); color:white; }
.closing p { color:var(--lime); text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:700; }
.closing h2 { font-size:clamp(46px,7vw,96px); letter-spacing:-.055em; line-height:1; margin:22px 0 45px; }
.closing a { display:inline-flex; gap:13px; padding:15px 22px; border:1px solid rgba(255,255,255,.35); border-radius:30px; text-decoration:none; font-weight:600; font-size:13px; }
footer { display:flex; justify-content:space-between; padding:28px clamp(24px,6vw,90px); color:var(--muted); font-size:12px; background:#111c16; border-top:1px solid rgba(255,255,255,.08); }
.reveal { opacity:0; transform:translateY(24px); transition:opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width:800px) {
  .hero { min-height:740px; padding-top:80px; }
  .hero-orbit { width:260px; height:260px; right:-20px; bottom:15px; opacity:.8; }
  .section-heading { display:block; }.section-intro { margin-top:28px; }
  .breed-grid { grid-template-columns:1fr; }
  .breed-card.featured,.breed-card.wide { grid-column:auto; display:block; }
  .wide .image-wrap,.featured .image-wrap,.image-wrap { height:310px; }
  .featured .card-content,.wide .card-content { padding:30px; }
}
@media (max-width:520px) {
  .site-header { height:70px; }.header-link { font-size:0; }.header-link span { font-size:20px; }
  h1 { font-size:53px; }.hero { min-height:690px; padding-top:66px; }
  .hero-copy { font-size:16px; }.hero-meta { gap:26px; }
  .breeds-section { padding-top:80px; }.image-wrap,.wide .image-wrap,.featured .image-wrap { height:270px; }
  footer { flex-direction:column; gap:10px; text-align:center; }
}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.breed-card,.image-wrap img{transition:none} }
