:root {
  --ink: #211813; --coal: #120f0d; --paper: #fbf5e8; --paper-deep: #eee1ca;
  --rust: #a5320d; --rust-dark: #722106; --gold: #bd8a4a;
  --line: rgba(33, 24, 19, 0.2); --line-light: rgba(251, 245, 232, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif; --sans: "Archivo", Arial, sans-serif;
  --container: 1240px; --header-height: 82px; --section-space: clamp(5.5rem, 9vw, 8.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
section[id] { scroll-margin-top: calc(var(--header-height) + 1.25rem); }
::selection { color: var(--paper); background: var(--rust); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 1000; padding: .7rem 1rem; color: #fff; background: var(--rust); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.section { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.section-label { margin: 0 0 .8rem; color: var(--rust); font-size: .88rem; font-weight: 700; }
.section-label-light { color: var(--gold); }
.section h2, .commitments h2, .closing h2 { max-width: 16ch; margin: 0; font-family: var(--serif); font-size: clamp(2.65rem, 5vw, 5rem); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
.section-heading-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: clamp(2rem, 7vw, 7rem); }
.section-heading-row > p { max-width: 55ch; margin: 0 0 .45rem; color: rgba(33,24,19,.72); }

.site-header { position: sticky; top: 0; z-index: 100; min-height: var(--header-height); border-bottom: 1px solid transparent; background: rgba(251,245,232,.96); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(33,24,19,.06); }
.header-inner { display: flex; width: min(100% - 2.5rem, 1380px); min-height: var(--header-height); margin-inline: auto; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 58px; height: 58px; border: 1px solid rgba(165,50,13,.25); border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; }
.brand small { margin-top: .25rem; color: rgba(33,24,19,.65); font-size: .72rem; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.main-nav a { position: relative; padding: .65rem 0; font-size: .84rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.main-nav a[data-nav-section]::after { position: absolute; right: 0; bottom: .35rem; left: 0; height: 2px; content: ""; background: var(--rust); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a[data-nav-section]:hover::after, .main-nav a[aria-current="location"]::after { transform: scaleX(1); }
.instagram-nav { display: inline-flex; align-items: center; gap: .4rem; color: var(--rust); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; top: 0; right: 0; width: 46%; height: 100%; content: ""; background: var(--paper-deep); clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%); }
.hero-inner { --hero-block-padding: clamp(2.25rem, 4.5vh, 3.5rem); position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); width: min(100% - 2.5rem, 1380px); min-height: calc(100svh - var(--header-height)); margin-inline: auto; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); padding-block: var(--hero-block-padding); }
.hero-copy { max-width: 700px; animation: copy-in .65s ease-out both; }
.location-line { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.4rem; color: var(--rust); font-size: .84rem; font-weight: 700; }
.location-line::before { width: 42px; height: 1px; content: ""; background: var(--rust); }
.hero h1 { max-width: 13ch; margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 6.4vw, 6.6rem); font-weight: 600; line-height: .9; letter-spacing: -.052em; }
.hero-intro { max-width: 62ch; margin: 1.75rem 0 0; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 50px; padding: .78rem 1.25rem; align-items: center; justify-content: center; gap: .65rem; border: 1px solid transparent; font-size: .88rem; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.button-primary { color: #fff; background: var(--rust); }
.button-primary:hover { background: var(--rust-dark); }
.button-secondary { border-color: var(--ink); }
.button-secondary:hover { color: var(--paper); background: var(--ink); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 680px; margin: clamp(2rem, 5vh, 3.8rem) 0 0; border-top: 1px solid var(--line); }
.hero-facts div { min-width: 0; padding: 1rem .8rem 0 0; }
.hero-facts div + div { padding-left: 1rem; border-left: 1px solid var(--line); }
.hero-facts dt { color: rgba(33,24,19,.62); font-size: .72rem; font-weight: 700; }
.hero-facts dd { margin: .2rem 0 0; font-family: var(--serif); font-size: 1.1rem; font-weight: 600; line-height: 1.2; }
.hero-portrait { width: min(100%, calc(100svh - var(--header-height) - var(--hero-block-padding) - var(--hero-block-padding) - 5rem)); max-width: 780px; margin: clamp(3rem, 7vh, 4.5rem) 0 0; align-self: start; justify-self: end; animation: image-in .75s .08s ease-out both; }
.hero-image-frame { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid rgba(33,24,19,.18); border-radius: 48% 48% 0 0 / 32% 32% 0 0; background: #fff; }
.hero-monogram { position: absolute; top: -13%; left: -2%; z-index: 0; color: rgba(165,50,13,.075); font-family: var(--serif); font-size: clamp(20rem, 35vw, 36rem); font-weight: 700; line-height: 1; }
.hero-image-frame img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero-portrait figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .65rem 0 0; border-top: 1px solid var(--line); }
.hero-portrait figcaption strong { font-family: var(--serif); font-size: 1.65rem; line-height: 1; }
.hero-portrait figcaption span { color: rgba(33,24,19,.65); font-size: .84rem; }

.canil { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 8rem); padding-block: var(--section-space); }
.canil-copy { max-width: 650px; }
.canil-copy p { max-width: 66ch; margin: 1.35rem 0 0; }
.canil-copy .lead { margin-top: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2.05rem); line-height: 1.35; }
.identity-line { display: grid; grid-template-columns: 1fr 1fr; margin: 2.5rem 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity-line div { padding: 1rem 0; }
.identity-line div + div { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.identity-line dt { color: var(--rust); font-size: .78rem; font-weight: 700; }
.identity-line dd { margin: .25rem 0 0; font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }

.commitments { color: var(--paper); background: var(--coal); }
.commitments-inner { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 8vw, 8rem); padding-block: var(--section-space); }
.commitments-intro > p:last-child { max-width: 50ch; margin: 1.6rem 0 0; color: rgba(251,245,232,.66); }
.commitment-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.commitment-list article { min-width: 0; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.commitment-list h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.05rem); font-weight: 600; line-height: 1.12; }
.commitment-list p { margin: 0; color: rgba(251,245,232,.68); }

.breeds { padding-block: clamp(2rem, 3vh, 2.5rem); }
.breeds h2 { max-width: 21ch; font-size: clamp(3rem, 4.2vw, 3.65rem); }
.breed-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 1.35rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.breed-tabs button { min-height: 58px; padding: .9rem 1rem; border: 0; color: rgba(33,24,19,.75); background: transparent; font-weight: 600; cursor: pointer; }
.breed-tabs button + button { border-left: 1px solid var(--line); }
.breed-tabs button:hover { color: var(--ink); }
.breed-tabs button[aria-selected="true"] { color: var(--paper); background: var(--rust); }
.breed-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); height: clamp(350px, calc(100svh - 420px), 440px); min-height: 0; margin-top: 1.25rem; border-bottom: 1px solid var(--line); }
.breed-image { min-width: 0; margin: 0; overflow: hidden; background: #fff; }
.breed-image img { width: 100%; height: 100%; object-fit: contain; transition: opacity .16s ease, transform .25s ease; }
.breed-image img.is-changing, .dog-photo img.is-changing { opacity: .2; transform: scale(.99); }
.breed-content { display: flex; min-height: 0; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--paper-deep); }
.breed-content > p:first-child { margin: 0; color: var(--rust); font-size: .8rem; font-weight: 700; }
.breed-content h3 { margin: .55rem 0 1rem; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.4rem); font-weight: 600; line-height: .95; }
.breed-content > p:not(:first-child) { max-width: 58ch; margin: 0; }
.breed-traits { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.breed-traits li { padding: .45rem .75rem; border: 1px solid rgba(33,24,19,.3); font-size: .78rem; font-weight: 600; }
.breed-gallery-link { align-self: flex-start; margin-top: 1rem; padding-block: .35rem; color: var(--rust); font-size: .9rem; font-weight: 600; text-underline-offset: .25em; }
.breed-disclaimer { max-width: 72ch; margin: 1.1rem 0 0 auto; color: rgba(33,24,19,.58); font-size: .84rem; }

.dogs-section { padding-block: clamp(2rem, 3vh, 2.5rem); background: var(--paper-deep); }
.dogs-heading { margin-bottom: 1.35rem; }
.dogs-heading h2 { max-width: 21ch; font-size: clamp(3rem, 4.2vw, 3.65rem); }
.dog-explorer { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); height: clamp(445px, calc(100svh - 320px), 580px); min-height: 0; border: 1px solid var(--line); background: var(--paper); }
.dog-photo { min-width: 0; margin: 0; overflow: hidden; border-right: 1px solid var(--line); background: #fff; touch-action: pan-y; }
.dog-photo img { width: 100%; height: 100%; object-fit: contain; transition: opacity .16s ease, transform .25s ease; }
.dog-panel { display: flex; min-width: 0; min-height: 0; flex-direction: column; padding: clamp(1.25rem, 2.5vw, 2rem); }
.gallery-breed-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem; }
.gallery-breed-tabs button { min-height: 44px; padding: .45rem .55rem; border: 1px solid transparent; color: rgba(33,24,19,.75); background: transparent; text-align: center; font-size: .8rem; cursor: pointer; }
.gallery-breed-tabs button:hover { color: var(--ink); border-color: var(--line); }
.gallery-breed-tabs button[aria-pressed="true"] { color: var(--paper); background: var(--ink); }
.dog-caption { margin-top: auto; padding-top: 1.25rem; }
.dog-caption p { margin: 0; color: var(--rust); font-size: .82rem; font-weight: 700; }
.dog-caption h3 { margin: .25rem 0 0; font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.2rem); font-weight: 600; line-height: .9; }
.dog-caption span { display: block; min-height: 1.6em; margin-top: .45rem; color: rgba(33,24,19,.62); font-size: .84rem; }
.dog-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem; margin-top: 1.25rem; }
.dog-selector button { min-width: 0; min-height: 44px; padding: .55rem .65rem; overflow-wrap: anywhere; border: 1px solid var(--line); color: rgba(33,24,19,.65); background: transparent; text-align: left; cursor: pointer; }
.dog-selector button:hover { color: var(--ink); border-color: var(--rust); }
.dog-selector button[aria-pressed="true"] { color: var(--paper); border-color: var(--rust); background: var(--rust); }
.gallery-controls { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 1rem; margin-top: 1rem; padding-top: .85rem; border-top: 1px solid var(--line); }
.gallery-controls button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; transition: color .2s ease, background .2s ease; }
.gallery-controls button:hover { color: var(--paper); background: var(--ink); }
.gallery-controls span { text-align: center; font-family: var(--serif); font-size: 1.1rem; }

.closing { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: end; gap: clamp(3rem, 8vw, 8rem); padding-block: var(--section-space); }
.closing-copy { max-width: 570px; padding-left: 2rem; border-left: 2px solid var(--rust); }
.closing-copy p { margin: 0 0 1.5rem; }
.instagram-button { color: var(--paper); background: var(--rust); }
.instagram-button:hover { background: var(--rust-dark); }
.instagram-button svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.contact-handle { display: block; margin-top: .65rem; color: rgba(33,24,19,.72); font-size: .85rem; }

.site-footer { color: var(--paper); background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; width: min(100% - 2.5rem, var(--container)); margin-inline: auto; align-items: center; gap: 2.5rem; padding-block: 3rem 1.5rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 1.7rem; line-height: 1; }
.footer-brand span, .footer-meta { color: rgba(251,245,232,.62); font-size: .8rem; }
.footer-meta p { margin: .05rem 0; }
.footer-instagram { font-size: .85rem; font-weight: 700; text-underline-offset: .3rem; }
.copyright { grid-column: 1 / -1; margin: .5rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(251,245,232,.16); color: rgba(251,245,232,.65); font-size: .74rem; }

@keyframes copy-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes image-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1080px) {
  :root { --header-height: 74px; }
  .header-inner { min-height: var(--header-height); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 1.25rem; left: 1.25rem; display: none; max-height: calc(100svh - var(--header-height) - 1rem); overflow-y: auto; padding: 1rem; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 45px rgba(33,24,19,.13); }
  .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 44px; padding: .7rem; }
  .main-nav a[data-nav-section]::after { display: none; }
  .main-nav a[aria-current="location"] { color: var(--paper); background: var(--rust); }
  .hero-inner { grid-template-columns: minmax(0, .96fr) minmax(390px, 1.04fr); }
  .hero h1 { font-size: clamp(3.5rem, 6.8vw, 5.6rem); }
  .commitments-inner { grid-template-columns: 1fr; }
  .commitments-intro { max-width: 730px; }
  .dog-explorer { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); min-height: 600px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-instagram { grid-column: 2; }
}

@media (max-width: 820px) {
  .hero::before { top: auto; bottom: 0; width: 100%; height: 48%; clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%); }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; gap: 0; padding-block: 3rem; }
  .hero-copy { display: contents; }
  .hero-portrait { order: 1; width: min(100%, 540px); margin: 2rem auto 0; align-self: auto; }
  .hero-facts { order: 2; width: 100%; max-width: none; margin-top: 2rem; }
  .canil { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-heading-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .breed-feature { grid-template-columns: 1fr; height: auto; }
  .breed-image { height: clamp(260px, 48vw, 400px); min-height: 0; }
  .dog-explorer { grid-template-columns: minmax(0, 1fr) auto; height: auto; min-height: 0; padding-bottom: 1rem; }
  .dog-panel { display: contents; }
  .gallery-breed-tabs { grid-area: 1 / 1 / 2 / -1; padding: .6rem; border-bottom: 1px solid var(--line); }
  .dog-photo { grid-area: 2 / 1 / 3 / -1; height: clamp(240px, 40svh, 400px); border-right: 0; border-bottom: 1px solid var(--line); }
  .dog-caption { grid-area: 3 / 1 / 4 / 2; margin: 0; padding: 1rem 0 0 1rem; }
  .dog-caption h3 { font-size: 2.6rem; }
  .gallery-controls { grid-area: 3 / 2 / 4 / 3; align-self: center; grid-template-columns: 44px 44px; gap: .3rem .5rem; margin: 1rem 1rem 0; padding: 0; border: 0; }
  .gallery-controls button { width: 44px; height: 44px; }
  .gallery-controls [data-counter] { grid-area: 2 / 1 / 3 / -1; font-size: 1rem; }
  .dog-selector { grid-area: 4 / 1 / 5 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 1rem 1rem 0; }
  .dogs-heading h2, .breeds h2 { font-size: clamp(2.35rem, 5vw, 3.5rem); }
  .closing { grid-template-columns: 1fr; gap: 2.5rem; }
  .closing-copy { padding-left: 0; border-left: 0; }
}

@media (min-width: 821px) and (max-height: 820px) {
  .breeds, .dogs-section { padding-block: 2rem; }
  .breeds .section-heading-row h2, .dogs-heading h2 { max-width: 21ch; font-size: clamp(3rem, 4.2vw, 3.65rem); }
  .breed-tabs { margin-top: 1.35rem; }
  .breed-tabs button { min-height: 48px; padding-block: .65rem; }
  .breed-feature { height: 350px; margin-top: .75rem; }
  .breed-content { padding: 1.5rem 2rem; }
  .breed-content h3 { margin-block: .35rem .7rem; font-size: 3rem; }
  .breed-traits { margin-top: 1rem; }
  .breed-disclaimer { margin-top: .65rem; }
  .dogs-heading { margin-bottom: 1.35rem; }
  .dog-explorer { height: clamp(370px, calc(100svh - 300px), 420px); min-height: 0; }
  .dog-panel { padding: 1.1rem 1.35rem; }
  .gallery-breed-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem; }
  .gallery-breed-tabs button { min-height: 40px; padding: .4rem .5rem; text-align: center; font-size: .78rem; }
  .dog-caption { margin-top: 1rem; padding-top: 0; }
  .dog-caption h3 { font-size: 3.35rem; }
  .dog-selector { gap: .35rem; margin-top: .85rem; }
  .dog-selector button { min-height: 38px; padding: .35rem .55rem; font-size: .78rem; }
  .gallery-controls { grid-template-columns: 42px 1fr 42px; margin-top: .8rem; padding-top: .7rem; }
  .gallery-controls button { width: 42px; height: 42px; }
}

@media (max-width: 560px) {
  :root { --section-space: 4.8rem; }
  .section, .header-inner, .footer-inner, .hero-inner { width: min(100% - 2rem, var(--container)); }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 1.25rem; }
  .brand small { display: none; }
  .main-nav { right: 1rem; left: 1rem; }
  .hero-inner { padding-top: 2rem; }
  .hero h1 { font-size: clamp(2.9rem, 12vw, 3.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div, .hero-facts div + div { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: baseline; padding: .72rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-image-frame { border-radius: 45% 45% 0 0 / 25% 25% 0 0; }
  .hero-monogram { top: -4%; font-size: 72vw; }
  .identity-line { grid-template-columns: 1fr; }
  .identity-line div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .commitment-list { grid-template-columns: 1fr; }
  .breed-tabs { margin-top: 1.5rem; }
  .breed-tabs button { min-height: 52px; padding: .55rem .3rem; font-size: .78rem; }
  .breed-feature { min-height: 0; }
  .breed-image { height: clamp(240px, 75vw, 340px); }
  .breed-content { padding: 2rem 1.25rem 2.4rem; }
  .breed-disclaimer { margin-left: 0; }
  .dogs-section, .breeds { padding-block: 2.5rem; }
  .dogs-heading { margin-bottom: 1.25rem; }
  .dogs-heading > p { display: none; }
  .gallery-breed-tabs button { padding-inline: .3rem; }
  .dog-selector { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-meta, .footer-instagram { grid-column: 1; }
}

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