:root {
  --forest: #163d27;
  --forest-2: #0f2d1d;
  --leaf: #63a820;
  --lime: #96cc21;
  --sun: #efb51c;
  --clay: #9d5f21;
  --cream: #f4efdf;
  --paper: #fbfaf5;
  --ink: #18251c;
  --muted: #657268;
  --line: rgba(22, 61, 39, .14);
  --radius: 28px;
  --shadow: 0 22px 65px rgba(21, 51, 31, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); background: white; padding: 12px 18px; border-radius: 12px; }
.skip-link:focus { transform: none; }
:where(a, button, input):focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.eyebrow--green { color: #4c821a; }
.button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; font-weight: 800; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--sun { background: var(--sun); color: var(--forest-2); box-shadow: 0 12px 30px rgba(239, 181, 28, .25); }
.button--sun:hover { background: #ffc82f; }
.button--ghost { border: 1px solid rgba(255,255,255,.32); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button--light { background: white; color: var(--forest); }
.button--dark { background: var(--forest); color: white; }
.button--full { width: 100%; }

.contact-ribbon { position: relative; z-index: 40; background: var(--forest-2); color: white; font-size: 12px; }
.contact-ribbon__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.contact-ribbon p { margin: 0; display: flex; align-items: center; gap: 8px; opacity: .86; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(150, 204, 33, .12); }
.quick-contact { display: flex; align-self: stretch; }
.quick-contact a { padding: 0 16px; display: flex; align-items: center; gap: 7px; border-left: 1px solid rgba(255,255,255,.12); }
.quick-contact strong { color: var(--sun); }
.quick-contact__whatsapp { background: #1d6b3a; }
.quick-contact__whatsapp strong { color: #b9eb76; }

.site-header { position: sticky; z-index: 35; top: 0; background: rgba(251,250,245,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(22,61,39,.08); }
.nav-wrap {
  height: 88px;
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr) max-content;
  align-items: center;
  gap: clamp(12px, 1.55vw, 24px);
}
.brand {
  align-self: flex-start;
  width: 164px;
  height: 142px;
  position: relative;
  flex: none;
  display: grid;
  place-items: center;
  padding: 8px 13px 13px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.95), transparent 52%),
    linear-gradient(145deg, #fffdf6 0%, #f0e8d4 100%);
  border: 1px solid rgba(157,95,33,.24);
  border-top: 0;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 17px 35px rgba(10,39,22,.18), 0 5px 12px rgba(10,39,22,.1), inset 0 -1px 0 rgba(255,255,255,.85);
  isolation: isolate;
}
.brand::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8px;
  border: 1px solid rgba(199,145,23,.3);
  border-top: 0;
  border-radius: 0 0 22px 22px;
}
.brand::after {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 7px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--sun), transparent);
}
.brand img {
  position: relative;
  z-index: 2;
  width: 136px;
  height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 5px 5px rgba(88,55,17,.13));
}
.desktop-nav { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 0; margin-left: 0; }
.desktop-nav a {
  min-height: 44px;
  padding: 0 clamp(6px, .65vw, 10px);
  display: inline-flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  font-size: clamp(12px, .92vw, 14px);
  font-weight: 700;
}
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--leaf); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.icon-button { border: 0; background: transparent; display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 clamp(6px, .55vw, 9px); border-radius: 14px; cursor: pointer; color: var(--forest); white-space: nowrap; font-size: clamp(12px, .92vw, 14px); font-weight: 800; }
.icon-button:hover { background: #edf4e6; }
.icon-button svg { width: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-button b { min-width: 21px; height: 21px; padding: 0 8px; display: grid; place-items: center; background: var(--sun); border-radius: 99px; font-size: 9px; letter-spacing: .03em; text-transform: uppercase; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: var(--forest); padding: 12px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: white; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 790px; color: white; background: radial-gradient(circle at 78% 42%, rgba(239,181,28,.18), transparent 29%), radial-gradient(circle at 72% 82%, rgba(150,204,33,.12), transparent 25%), linear-gradient(125deg, #0d2b1b 0%, #15472a 55%, #1c5b33 100%); overflow: hidden; isolation: isolate; }
.hero__family-art { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.hero__family-art::before { content: ""; position: absolute; z-index: 0; width: min(54vw, 850px); height: 720px; right: -2vw; top: 34px; border: 18px solid rgba(250,246,224,.96); border-radius: 48% 48% 10% 10% / 37% 37% 8% 8%; background: radial-gradient(circle at 50% 24%, rgba(255,253,238,.74), transparent 38%), linear-gradient(148deg, #f4f1dc 0%, #e5ebcd 52%, #ccd8a8 100%); box-shadow: -34px 30px 82px rgba(5,26,14,.24), inset 0 0 0 15px rgba(239,181,28,.88), inset 0 0 72px rgba(93,124,62,.11); }
.hero__family-art::after { display: none; }
.hero__family-art img { position: absolute; z-index: 2; right: -1vw; top: 34px; width: min(52vw, 820px); height: auto; opacity: 1; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 100%); mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 100%); filter: drop-shadow(0 10px 14px rgba(79,94,55,.16)) drop-shadow(-16px 27px 36px rgba(5,26,14,.26)); }
.hero__texture { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(13,43,27,.98) 0%, rgba(13,43,27,.91) 27%, rgba(13,43,27,.52) 43%, rgba(13,43,27,.08) 57%, transparent 66%), radial-gradient(circle at 18% 20%, rgba(150,204,33,.22), transparent 25%), repeating-radial-gradient(circle at 0 0, transparent 0 11px, rgba(255,255,255,.02) 12px 13px); }
.hero::before { content: ""; position: absolute; z-index: 1; width: 360px; height: 360px; left: -220px; bottom: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.hero__grid { position: relative; z-index: 3; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; min-height: 710px; padding: 80px 0 120px; }
.hero__copy { grid-column: 1; max-width: 555px; text-shadow: 0 2px 22px rgba(5,25,13,.16); }
.hero__copy .eyebrow span { color: var(--sun); }
.hero h1 { max-width: 555px; margin: 24px 0; font: 700 clamp(58px, 5.3vw, 82px)/.94 "Fraunces", serif; letter-spacing: -.055em; }
.hero h1 em { color: #b8dc78; font-style: italic; }
.hero__copy > p { max-width: 560px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.trust-row { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.trust-row p { margin: 0; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.64); }
.trust-row strong { color: white; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 41px; height: 41px; margin-left: -9px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); border: 3px solid var(--forest); }
.avatar-stack span:first-child { margin-left: 0; }
.hero__marquee { position: absolute; z-index: 3; bottom: 0; left: -2%; right: -2%; overflow: hidden; padding: 17px 0; background: var(--sun); color: var(--forest-2); transform: rotate(-1deg); }
.hero__marquee div { width: max-content; font: 800 14px/1 "DM Sans", sans-serif; letter-spacing: .15em; animation: marquee 28s linear infinite; }
.hero__marquee span { margin: 0 20px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.section-heading h2 { margin: 10px 0 0; font: 700 clamp(40px, 5vw, 66px)/1 "Fraunces", serif; letter-spacing: -.045em; color: var(--forest); }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.7; }
.animal-shop { background: var(--cream); }
.animal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.animal-card { position: relative; min-height: 245px; padding: 25px; border: 0; border-radius: 26px; text-align: left; cursor: pointer; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.animal-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: var(--shadow); }
.animal-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -60px; bottom: -60px; background: rgba(255,255,255,.28); border-radius: 50%; }
.animal-card--horse { background: #d9edac; }
.animal-card--dog { background: #f9c94f; }
.animal-card--farm { background: #bde0cf; }
.animal-card--small { background: #e9c29b; }
.animal-card__icon { display: grid; place-items: center; width: 80px; height: 80px; margin-bottom: 34px; background: rgba(255,255,255,.58); border-radius: 24px; font-size: 41px; transition: transform .3s ease; }
.animal-card:hover .animal-card__icon { transform: rotate(8deg) scale(1.08); }
.animal-card b, .animal-card small { display: block; }
.animal-card b { margin-bottom: 6px; color: var(--forest-2); font: 700 25px/1.1 "Fraunces", serif; }
.animal-card small { color: rgba(15,45,29,.7); }
.animal-card i { position: absolute; top: 20px; right: 20px; color: var(--forest); font-style: normal; font-size: 12px; font-weight: 800; }

.shop { background: var(--paper); }
.pickup-banner { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin: -18px 0 42px; padding: 20px 22px; overflow: hidden; color: white; background: linear-gradient(110deg, var(--forest) 0%, #1f6739 100%); border-radius: 24px; box-shadow: 0 18px 45px rgba(14,61,35,.16); }
.pickup-banner::after { content: ""; position: absolute; width: 190px; height: 190px; right: 18%; top: -132px; border: 26px solid rgba(239,181,28,.12); border-radius: 50%; }
.pickup-banner > * { position: relative; z-index: 2; }
.pickup-banner__icon { width: 54px; height: 54px; display: grid; place-items: center; flex: none; color: var(--forest); background: var(--sun); border-radius: 17px; font-size: 25px; box-shadow: 0 8px 20px rgba(4,29,15,.18); }
.pickup-banner__copy span, .pickup-banner__copy strong, .pickup-banner__copy small { display: block; }
.pickup-banner__copy span { margin-bottom: 4px; color: #c5e58f; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 900; }
.pickup-banner__copy strong { font: 700 24px/1.05 "Fraunces", serif; }
.pickup-banner__copy small { margin-top: 6px; color: rgba(255,255,255,.67); font-size: 11px; }
.pickup-banner > a { padding: 13px 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 14px; white-space: nowrap; font-size: 12px; font-weight: 900; transition: background .2s ease, color .2s ease; }
.pickup-banner > a:hover { color: var(--forest); background: white; }
.shop-heading { margin-bottom: 25px; }
.catalog-note { max-width: 360px; padding: 12px 15px; border: 1px solid #e9c773; background: #fff7d9; border-radius: 14px; color: #6a5214; font-size: 12px; line-height: 1.45; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; padding: 11px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.filters { display: flex; flex-wrap: wrap; gap: 5px; }
.filter { border: 0; padding: 11px 16px; border-radius: 12px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 800; }
.filter:hover, .filter.is-active { background: var(--forest); color: white; }
.search-box { width: 270px; padding: 0 12px; display: flex; align-items: center; gap: 9px; border-left: 1px solid var(--line); }
.search-box:focus-within { border-radius: 12px; box-shadow: 0 0 0 3px rgba(239,181,28,.36); }
.search-box span { font-size: 23px; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: white; border-radius: 24px; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card__image { position: relative; aspect-ratio: 1; overflow: hidden; background: #edf1e8; }
.product-card__image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-card__image img { transform: scale(1.07); }
.product-card__tag { position: absolute; top: 13px; left: 13px; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); color: var(--forest); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-card__body { padding: 18px; }
.product-card__category { color: var(--leaf); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.product-card h3 { min-height: 47px; margin: 7px 0 14px; font: 700 20px/1.18 "Fraunces", serif; }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card__availability { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; color: #2f691c; background: #edf6e4; border: 1px solid #d9ebc8; border-radius: 99px; white-space: nowrap; font-size: 10px; font-weight: 900; }
.product-card__availability i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 4px rgba(99,168,32,.12); }
.product-card__ask { padding: 8px 0; color: var(--forest); border-bottom: 2px solid var(--sun); font-size: 11px; font-weight: 900; }
.product-card__ask:hover { color: var(--leaf); }
.no-results { grid-column: 1/-1; padding: 60px 20px; text-align: center; background: var(--cream); border-radius: var(--radius); }
.shop-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 35px; }
.shop-footer p { color: var(--muted); }
.shop-footer a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.story { background: var(--cream); overflow: hidden; }
.story__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.story__media { min-height: 650px; position: relative; }
.story__media::before { content: ""; position: absolute; inset: 45px -28px -28px 35px; border: 2px dashed rgba(99,168,32,.35); border-radius: 48% 48% 30px 30px; }
.story__media img { position: relative; height: 650px; object-fit: cover; object-position: center; border-radius: 48% 48% 30px 30px; box-shadow: var(--shadow); }
.story__stamp { position: absolute; right: -45px; bottom: 45px; width: 140px; height: 140px; display: grid; place-content: center; text-align: center; background: var(--sun); color: var(--forest); border-radius: 50%; transform: rotate(8deg); border: 8px solid var(--cream); }
.story__stamp span { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.story__stamp strong { font-size: 28px; }
.story__copy h2 { max-width: 650px; margin: 14px 0 22px; color: var(--forest); font: 700 clamp(45px, 5vw, 68px)/1 "Fraunces", serif; letter-spacing: -.045em; }
.story__lead { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.purpose-grid { margin: 35px 0; border-top: 1px solid var(--line); }
.purpose-grid article { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.purpose-grid article > span { color: var(--leaf); font: 700 24px/1 "Fraunces", serif; }
.purpose-grid h3 { margin: 0 0 7px; font: 700 22px/1 "Fraunces", serif; }
.purpose-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.text-link { color: var(--forest); font-weight: 900; text-decoration: underline; text-decoration-color: var(--sun); text-decoration-thickness: 3px; text-underline-offset: 7px; }

.team { position: relative; overflow: hidden; background: var(--paper); }
.team::before { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; top: 130px; border: 1px solid rgba(99,168,32,.14); border-radius: 50%; box-shadow: 0 0 0 75px rgba(99,168,32,.035), 0 0 0 150px rgba(99,168,32,.025); }
.team-spotlight { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; align-items: stretch; }
.team-family-photo { position: relative; min-height: 680px; margin: 0; overflow: hidden; border-radius: 36px; background: var(--forest); box-shadow: var(--shadow); }
.team-family-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,31,17,.85)); }
.team-family-photo img { height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease; }
.team-family-photo:hover img { transform: scale(1.035); }
.team-family-photo figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; padding: 19px 21px; color: white; background: rgba(15,45,29,.76); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; backdrop-filter: blur(16px); }
.team-family-photo figcaption span, .team-family-photo figcaption strong, .team-family-photo figcaption small { display: block; }
.team-family-photo figcaption span { margin-bottom: 7px; color: #c6e68e; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.team-family-photo figcaption strong { font: 700 30px/1 "Fraunces", serif; }
.team-family-photo figcaption small { margin-top: 5px; color: rgba(255,255,255,.7); }
.team-family-copy { position: relative; padding: 58px; overflow: hidden; color: white; background: var(--forest); border-radius: 36px; }
.team-family-copy::after { content: ""; position: absolute; width: 270px; height: 270px; right: -115px; bottom: -115px; border: 45px solid rgba(239,181,28,.08); border-radius: 50%; }
.team-family-copy > * { position: relative; z-index: 2; }
.team-family-copy > .eyebrow { color: #b7dc75; }
.team-family-copy h3 { margin: 17px 0 20px; font: 700 clamp(40px, 4vw, 58px)/1 "Fraunces", serif; letter-spacing: -.04em; }
.team-family-copy > p { margin: 0 0 34px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.family-roster { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.family-roster article { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.06); }
.family-roster__founder { grid-column: 1/-1; background: rgba(239,181,28,.13) !important; border-color: rgba(239,181,28,.3) !important; }
.family-roster article > span { width: 43px; height: 43px; flex: none; display: grid; place-items: center; border-radius: 13px; color: var(--forest); background: var(--sun); font-size: 12px; font-weight: 900; }
.family-roster strong, .family-roster small { display: block; }
.family-roster strong { font-size: 13px; }
.family-roster small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 10px; }
.team-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 250px; gap: 16px; margin-top: 22px; }
.team-gallery article { position: relative; overflow: hidden; border-radius: 26px; background: var(--forest); box-shadow: 0 12px 35px rgba(22,61,39,.09); }
.team-gallery__lead { grid-row: span 2; }
.team-gallery article:last-child { grid-column: 2 / 4; }
.team-gallery img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.team-gallery article:hover img { transform: scale(1.055); }
.team-gallery article::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(7,28,16,.92)); }
.team-gallery article > div { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: white; }
.team-gallery article span, .team-gallery article strong { display: block; }
.team-gallery article span { margin-bottom: 7px; color: #c6e68e; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.team-gallery article strong { max-width: 430px; font: 700 21px/1.12 "Fraunces", serif; }
.team-gallery__lead strong { font-size: 32px !important; }

.services { padding-top: 0; background: var(--cream); }
.services__banner { overflow: hidden; padding: 58px; color: white; background: var(--forest); border-radius: 36px; position: relative; }
.services__banner::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -170px; border: 50px solid rgba(150,204,33,.08); border-radius: 50%; }
.services__intro { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 45px; }
.services__intro .eyebrow { color: #b7dc75; }
.services__intro h2 { max-width: 650px; margin: 0; font: 700 48px/1 "Fraunces", serif; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; z-index: 2; }
.service-list article { min-height: 170px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.06); }
.service-list article > span { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 22px; border-radius: 13px; background: var(--sun); color: var(--forest); font-size: 22px; }
.service-list h3 { margin: 0 0 7px; font: 700 21px/1 "Fraunces", serif; }
.service-list p { margin: 0; color: rgba(255,255,255,.67); line-height: 1.55; }

.social-feed { scroll-margin-top: 115px; overflow: hidden; background: linear-gradient(180deg, var(--paper) 0%, #f6f1e3 100%); }
.social-feed__heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 34px; }
.social-feed__heading h2 { margin: 10px 0 0; color: var(--forest); font: 700 clamp(40px, 5vw, 66px)/1 "Fraunces", serif; letter-spacing: -.045em; }
.social-feed__heading > p { max-width: 485px; margin: 0; color: var(--muted); line-height: 1.7; }
.social-feed__stage { position: relative; }
.social-feed__toolbar { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.social-feed__hint { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.social-feed__hint span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--forest); background: #e4ecd7; border-radius: 50%; font-size: 15px; }
.social-feed__navigation { display: flex; align-items: center; gap: 8px; }
.social-feed__counter { min-width: 69px; color: var(--forest); text-align: right; font-size: 12px; font-variant-numeric: tabular-nums; font-weight: 900; }
.social-feed__arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: white; background: var(--forest); cursor: pointer; transition: transform .22s ease, color .22s ease, background .22s ease, opacity .22s ease; }
.social-feed__arrow:hover:not(:disabled) { transform: translateY(-2px); color: var(--forest); background: var(--sun); }
.social-feed__arrow:disabled { opacity: .28; cursor: not-allowed; }
.social-feed__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; padding: 8px 3px 18px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding-inline: 3px; scroll-behavior: smooth; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; scrollbar-width: none; touch-action: pan-x pan-y; }
.social-feed__track::-webkit-scrollbar { display: none; }
.social-feed__track:focus-visible { outline-offset: 5px; border-radius: 28px; }
.social-feed__loading, .social-feed__error { width: 100%; min-height: 0; aspect-ratio: 4 / 5; margin: 0; padding: 45px; display: grid; place-items: center; text-align: center; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 26px; }
.social-feed__error a { color: var(--forest); font-weight: 900; text-decoration: underline; text-decoration-color: var(--sun); text-underline-offset: 4px; }
.social-card { position: relative; isolation: isolate; aspect-ratio: 4 / 5; min-width: 0; overflow: hidden; color: white; background: var(--forest); border: 1px solid rgba(22,61,39,.12); border-radius: 28px; box-shadow: 0 11px 30px rgba(21,51,31,.09); scroll-snap-align: start; scroll-snap-stop: normal; transform: translateZ(0); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
.social-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(5,24,13,.26) 0%, transparent 28%, rgba(7,28,16,.12) 48%, rgba(7,28,16,.94) 100%); }
.social-card__image { position: absolute; inset: 0; height: 100%; object-fit: cover; background: #dce6d2; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .3s ease; }
.social-card__top { position: absolute; z-index: 2; top: 16px; left: 16px; right: 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.social-card__platform, .social-card__type { min-height: 31px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; background: rgba(15,45,29,.58); backdrop-filter: blur(12px); font-size: 10px; font-weight: 900; letter-spacing: .035em; }
.social-card__platform svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-card__type { color: var(--forest); background: rgba(250,246,232,.9); }
.social-card__content { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 21px; display: flex; flex-direction: column; align-items: flex-start; }
.social-card__date { margin-bottom: 8px; color: #c6e68e; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.social-card__title { max-width: 320px; font: 700 clamp(23px, 2.2vw, 29px)/1.03 "Fraunces", serif; text-wrap: balance; }
.social-card__caption { max-width: 320px; margin-top: 8px; display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.social-card__cta { margin-top: 15px; display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 11px; font-weight: 900; }
.social-card__cta > span { display: inline-block; transition: transform .25s ease; }
.social-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(21,51,31,.18); }
.social-card:hover .social-card__image { transform: scale(1.045); filter: saturate(1.06); }
.social-card:hover .social-card__cta > span { transform: translate(3px, -3px); }
.social-feed__progress { height: 3px; margin: 3px 3px 0; overflow: hidden; background: rgba(22,61,39,.12); border-radius: 99px; }
.social-feed__progress span { display: block; width: 50%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--sun), var(--leaf)); transition: width .25s ease; }
.social-feed__links { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.social-feed__links a { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; gap: 6px; border-radius: 17px; font-size: 13px; font-weight: 700; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.social-feed__links a:hover { transform: translateY(-2px); }
.social-feed__primary-link { color: white; background: var(--forest); box-shadow: 0 12px 30px rgba(22,61,39,.14); }
.social-feed__primary-link strong { color: #c6e68e; }
.social-feed__secondary-link { border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.social-feed__secondary-link:hover { border-color: rgba(22,61,39,.28); background: white; }

.contact { padding-top: 20px; background: var(--paper); }
.contact-card { padding: 70px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; color: white; background: var(--forest); border-radius: 40px; position: relative; overflow: hidden; }
.contact-card::before { content: ""; position: absolute; width: 400px; height: 400px; left: -200px; bottom: -260px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; }
.contact-card__copy { position: relative; z-index: 2; }
.contact-card__copy .eyebrow { color: #b7dc75; }
.contact-card h2 { margin: 14px 0 18px; font: 700 clamp(45px, 5vw, 67px)/.98 "Fraunces", serif; letter-spacing: -.04em; }
.contact-card__copy p { max-width: 590px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.contact-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.contact-card__details { padding: 32px; border-radius: 26px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.contact-card__details div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-card__details div:last-child { border-bottom: 0; }
.contact-card__details small, .contact-card__details strong { display: block; }
.contact-card__details small { margin-bottom: 6px; color: #afd870; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.contact-card__details strong { font-size: 18px; line-height: 1.45; }

.footer { padding: 70px 0 20px; color: white; background: var(--forest-2); }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer__brand { align-self: start; }
.footer__logo-badge {
  position: relative;
  isolation: isolate;
  width: 184px;
  aspect-ratio: 1;
  padding: 19px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239,181,28,.46);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255,255,255,.98) 0 13%, transparent 35%),
    linear-gradient(145deg, #fffdf6 0%, #f4ecd7 58%, #e7d2a0 100%);
  box-shadow: 0 24px 50px rgba(3,18,10,.32), 0 7px 18px rgba(3,18,10,.2), inset 0 1px 0 rgba(255,255,255,.95);
}
.footer__logo-badge::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8px;
  border: 1px solid rgba(157,95,33,.26);
  border-radius: inherit;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.34);
}
.footer__logo-badge::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -7px;
  border: 1px solid rgba(150,204,33,.28);
  border-right-color: rgba(239,181,28,.65);
  border-bottom-color: transparent;
  border-radius: inherit;
  transform: rotate(-18deg);
}
.footer__brand img { position: relative; z-index: 2; width: 150px; height: auto; max-height: none; object-fit: contain; filter: drop-shadow(0 7px 8px rgba(88,55,17,.15)); }
.footer__brand > p { max-width: 260px; margin-top: 24px; }
.footer__brand p, .footer__grid > div > p { color: rgba(255,255,255,.58); }
.footer h3 { color: #b7dc75; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.footer__grid > div:not(:first-child) a, .footer__grid > div:not(:first-child) p { display: block; margin: 12px 0; }
.footer__grid a:hover { color: var(--sun); }
.footer__bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); font-size: 12px; }

.drawer-backdrop, .modal-backdrop { position: fixed; z-index: 80; inset: 0; pointer-events: none; opacity: 0; background: rgba(7,23,13,.65); backdrop-filter: blur(5px); transition: opacity .3s ease; }
.drawer-backdrop.is-open, .modal-backdrop.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(450px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 28px; background: var(--paper); transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); box-shadow: -30px 0 70px rgba(0,0,0,.15); }
.cart-drawer.is-open { transform: none; }
.drawer__header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer__header h2 { margin: 5px 0 0; color: var(--forest); font: 700 36px/1 "Fraunces", serif; }
.close-button { width: 43px; height: 43px; border: 0; border-radius: 50%; background: #e9eddf; color: var(--forest); cursor: pointer; font-size: 27px; }
.cart-coming-soon { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px 4px 10px; text-align: center; }
.coming-soon-icon { width: 76px; height: 76px; margin-bottom: 18px; display: grid; place-items: center; color: var(--forest); background: radial-gradient(circle at 35% 30%, #fff5c7, var(--sun)); border: 1px solid rgba(157,95,33,.18); border-radius: 25px; box-shadow: 0 16px 34px rgba(239,181,28,.22); font-size: 35px; transform: rotate(-4deg); }
.coming-soon-badge { display: inline-flex; width: max-content; padding: 8px 11px; color: #47751e; background: #edf6e4; border: 1px solid #d5e8c0; border-radius: 99px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.cart-coming-soon h3 { max-width: 330px; margin: 18px 0 12px; color: var(--forest); font: 700 34px/1.04 "Fraunces", serif; }
.cart-coming-soon > p { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.65; }
.coming-soon-features { width: 100%; display: grid; gap: 9px; margin: 24px 0; text-align: left; }
.coming-soon-features span { padding: 11px 13px; color: var(--forest); background: #f0f3e9; border: 1px solid var(--line); border-radius: 12px; font-size: 12px; font-weight: 800; }
.cart-coming-soon > small { display: block; max-width: 330px; margin-top: 13px; color: var(--muted); line-height: 1.5; }

.modal-backdrop { z-index: 100; display: grid; place-items: center; padding: 20px; }
.auth-modal { position: relative; width: min(900px, 100%); max-height: 90dvh; overflow: auto; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--paper); border-radius: 34px; transform: translateY(20px) scale(.97); transition: transform .3s ease; }
.modal-backdrop.is-open .auth-modal { transform: none; }
.auth-modal > .close-button { position: absolute; z-index: 2; top: 17px; right: 17px; }
.auth-art { padding: 48px; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--forest); overflow: hidden; }
.auth-art img { width: 220px; margin: 0 auto 25px; }
.auth-art > p { font: 700 29px/1.18 "Fraunces", serif; }
.auth-perks { display: grid; gap: 12px; color: rgba(255,255,255,.72); }
.auth-form { padding: 60px; }
.auth-form h2 { margin: 8px 0; color: var(--forest); font: 700 44px/1 "Fraunces", serif; }
.auth-form > p { color: var(--muted); }
.auth-coming-soon { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.auth-coming-soon .coming-soon-badge { margin: 22px 0 9px; }
.auth-coming-soon h2 { margin: 7px 0 16px; font-size: clamp(36px, 3.7vw, 48px); line-height: 1.02; }
.auth-coming-soon > p { margin: 0; line-height: 1.65; }
.coming-soon-features--light { grid-template-columns: 1fr; margin: 23px 0; }
.coming-soon-features--light span { position: relative; padding-left: 38px; background: white; }
.coming-soon-features--light span::before { content: "✓"; position: absolute; left: 14px; color: var(--leaf); font-weight: 900; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 25px; max-width: calc(100% - 30px); padding: 13px 20px; border-radius: 99px; color: white; background: var(--forest-2); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: .3s ease; font-weight: 700; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal--delay-3 { transition-delay: .32s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-13px) rotate(4deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Firma interactiva: una herradura acompaña el mouse y sella cada clic o toque. */
.horseshoe-cursor,
.horseshoe-stamp {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  pointer-events: none;
  color: var(--sun);
  will-change: transform, opacity;
}
.horseshoe-cursor {
  width: 26px;
  height: 26px;
  opacity: 0;
  transform: translate3d(-60px, -60px, 0);
  transition: opacity .18s ease;
  filter: drop-shadow(0 3px 4px rgba(7, 31, 17, .35));
}
.horseshoe-cursor.is-visible { opacity: .96; }
.horseshoe-cursor svg,
.horseshoe-stamp svg { display: block; width: 100%; height: 100%; }
.horseshoe-stamp {
  --horseshoe-turn: 0deg;
  width: 44px;
  height: 44px;
  opacity: 0;
  filter: drop-shadow(0 8px 10px rgba(7, 31, 17, .24));
  animation: horseshoe-stamp .64s cubic-bezier(.18, .78, .25, 1) forwards;
}
.horseshoe-stamp::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -7px;
  border: 2px solid rgba(239, 181, 28, .4);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(150, 204, 33, .1);
}
.horseshoe-stamp::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -7px;
  left: 50%;
  border-radius: 50%;
  background: #b8dc78;
  box-shadow: 25px 16px 0 #efb51c, -23px 20px 0 #f4efdf;
}
@keyframes horseshoe-stamp {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.42) rotate(calc(var(--horseshoe-turn) - 16deg)); }
  34% { opacity: 1; transform: translate(-50%, -50%) scale(1.12) rotate(var(--horseshoe-turn)); }
  65% { opacity: .96; transform: translate(-50%, -50%) scale(.94) rotate(var(--horseshoe-turn)); }
  100% { opacity: 0; transform: translate(-50%, calc(-50% - 9px)) scale(1.22) rotate(calc(var(--horseshoe-turn) + 8deg)); }
}

@media (pointer: coarse) {
  .horseshoe-cursor { display: none; }
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 15px 20px 25px; display: grid; gap: 5px; background: var(--paper); border-bottom: 1px solid var(--line); transform: scaleY(0); transform-origin: top; opacity: 0; transition: .25s ease; }
  .mobile-nav.is-open { transform: none; opacity: 1; }
  .mobile-nav a { padding: 13px; border-radius: 11px; font-weight: 800; }
  .mobile-nav a:hover { background: var(--cream); }
}

@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero h1 { font-size: 60px; }
  .animal-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story__grid { grid-template-columns: 1fr 1fr; gap: 55px; }
  .team-family-copy { padding: 40px; }
  .team-family-copy h3 { font-size: 43px; }
  .family-roster { grid-template-columns: 1fr; }
  .family-roster__founder { grid-column: auto; }
  .services__intro { display: block; }
  .services__intro .eyebrow { margin-bottom: 12px; }
  .social-feed__track { grid-auto-columns: calc((100% - 16px) / 2); gap: 16px; }
  .contact-card { padding: 50px; grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .contact-ribbon__inner { justify-content: center; }
  .contact-ribbon p { display: none; }
  .quick-contact { width: 100%; justify-content: center; }
  .quick-contact a { flex: 1; justify-content: center; padding: 0 7px; }
  .quick-contact a span:not(.icon), .quick-contact a strong { font-size: 10px; }
  .nav-wrap { height: 74px; grid-template-columns: 108px minmax(0, 1fr) max-content; gap: 10px; }
  .brand { width: 108px; height: 104px; padding: 5px 8px 10px; border-radius: 0 0 20px 20px; }
  .brand::before { inset: 5px; border-radius: 0 0 15px 15px; }
  .brand::after { left: 25px; right: 25px; bottom: 5px; height: 2px; }
  .brand img { width: 94px; height: 88px; }
  .icon-button span { display: none; }
  .icon-button { padding: 0 8px; }
  .hero { min-height: 910px; }
  .hero__family-art { z-index: 2; inset: auto 14px 66px; height: 330px; overflow: hidden; border: 1px solid rgba(255,255,255,.34); border-radius: 40px 40px 25px 25px; background: linear-gradient(145deg, #fffdf2 0%, #f0e2bd 62%, #d1a646 100%); box-shadow: 0 24px 55px rgba(5,28,14,.34), inset 0 1px 0 rgba(255,255,255,.76); }
  .hero__family-art::before { width: 326px; height: 326px; right: -58px; top: -72px; border: 0; border-radius: 50%; background: radial-gradient(circle, #f4f1dc 0 54%, rgba(239,181,28,.9) 55% 66%, rgba(82,126,63,.24) 67% 100%); box-shadow: 0 0 0 20px rgba(255,255,255,.1); }
  .hero__family-art::after { display: none; }
  .hero__family-art img { left: 50%; right: auto; top: 8px; bottom: auto; width: 103%; max-width: none; height: auto; opacity: 1; transform: translateX(-50%); -webkit-mask-image: none; mask-image: none; filter: drop-shadow(0 8px 10px rgba(79,94,55,.14)) drop-shadow(0 16px 20px rgba(20,44,24,.22)); }
  .hero__texture { background: radial-gradient(circle at 50% 18%, rgba(150,204,33,.18), transparent 28%), repeating-radial-gradient(circle at 0 0, transparent 0 11px, rgba(255,255,255,.02) 12px 13px); }
  .hero__grid { display: block; min-height: auto; padding: 60px 0 410px; }
  .hero__copy { text-align: center; }
  .hero h1 { margin: 18px 0; font-size: clamp(49px, 15vw, 69px); }
  .hero__copy > p { font-size: 17px; }
  .hero__actions, .trust-row { justify-content: center; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { font-size: 45px; }
  .section-heading > p, .catalog-note { margin-top: 18px; }
  .pickup-banner { grid-template-columns: auto 1fr; gap: 14px; margin: -10px 0 34px; padding: 18px; }
  .pickup-banner__icon { width: 48px; height: 48px; }
  .pickup-banner__copy strong { font-size: 20px; }
  .pickup-banner > a { grid-column: 1/-1; width: 100%; text-align: center; }
  .animal-grid { gap: 10px; }
  .animal-card { min-height: 200px; padding: 18px; }
  .animal-card__icon { width: 62px; height: 62px; margin-bottom: 28px; font-size: 33px; }
  .animal-card b { font-size: 21px; }
  .animal-card small { font-size: 11px; }
  .shop-toolbar { align-items: stretch; flex-direction: column; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .filter { white-space: nowrap; }
  .search-box { width: 100%; min-height: 45px; border-left: 0; border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-card { border-radius: 18px; }
  .product-card__body { padding: 13px; }
  .product-card h3 { min-height: 38px; font-size: 17px; }
  .product-card__bottom { align-items: stretch; flex-direction: column; }
  .product-card__availability { justify-content: center; font-size: 9px; }
  .product-card__ask { text-align: center; }
  .cart-button b { height: 18px; padding: 0 6px; font-size: 8px; }
  .shop-footer { align-items: stretch; flex-direction: column; text-align: center; }
  .story__grid { grid-template-columns: 1fr; gap: 65px; }
  .story__media, .story__media img { min-height: 480px; height: 480px; }
  .story__media { width: 90%; }
  .story__stamp { right: -34px; }
  .story__copy h2 { font-size: 48px; }
  .team-spotlight { grid-template-columns: 1fr; }
  .team-family-photo { min-height: 540px; }
  .team-family-copy { padding: 36px 24px; }
  .team-family-copy h3 { font-size: 42px; }
  .family-roster { grid-template-columns: 1fr; }
  .team-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 245px; gap: 10px; }
  .team-gallery__lead { grid-column: 1/-1; grid-row: auto; min-height: 355px; }
  .team-gallery article:last-child { grid-column: 1/-1; }
  .team-gallery article { border-radius: 19px; }
  .team-gallery article > div { left: 16px; right: 16px; bottom: 15px; }
  .team-gallery__lead strong { font-size: 27px !important; }
  .services__banner { padding: 34px 24px; }
  .services__intro h2 { font-size: 39px; }
  .service-list { grid-template-columns: 1fr; }
  .social-feed { scroll-margin-top: 95px; }
  .social-feed__heading { display: block; margin-bottom: 22px; }
  .social-feed__heading h2 { font-size: 45px; }
  .social-feed__heading > p { margin-top: 18px; }
  .social-feed__toolbar { min-height: auto; flex-wrap: wrap; align-items: center; gap: 10px; }
  .social-feed__hint { flex: 1 1 150px; max-width: none; line-height: 1.35; }
  .social-feed__navigation { flex: none; margin-left: auto; }
  .social-feed__track { width: calc(100% + 14px); grid-auto-columns: min(84vw, 350px); gap: 14px; padding-right: 14px; }
  .social-card { border-radius: 24px; }
  .social-card:hover { transform: none; }
  .social-feed__links { align-items: stretch; flex-direction: column; }
  .social-feed__links a { width: 100%; justify-content: center; text-align: center; }
  .contact { padding-top: 0; }
  .contact-card { padding: 38px 24px; border-radius: 28px; }
  .contact-card h2 { font-size: 49px; }
  .contact-card__details { padding: 20px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer__brand { grid-column: 1/-1; }
  .footer__logo-badge { margin-inline: auto; }
  .footer__brand > p { margin-inline: auto; text-align: center; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .auth-modal { grid-template-columns: 1fr; }
  .auth-art { display: none; }
  .auth-form { padding: 52px 24px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .horseshoe-cursor, .horseshoe-stamp { display: none !important; }
}
