/* =============================================================
   The Pug Project — "Fawn" design system
   Warm cream paper · cocoa ink · pug-coral · honey & sage accents
   Friendly, joyful, editorial. Light and sunlit by design.
   ============================================================= */

:root {
  --paper:    #fbf6ee;   /* warm cream */
  --paper-2:  #f5ebda;   /* alt section */
  --paper-3:  #efe1cb;   /* deeper warm */
  --card:     #ffffff;
  --cocoa:    #2d2620;   /* near-black warm — the pug mask */
  --cocoa-2:  #3c332a;

  --ink:      #2d2620;
  --ink-2:    #5f5446;
  --ink-3:    #897c69;
  --muted:    #a99a83;
  --line:     #ece0cc;
  --line-2:   #e0cfb2;

  --coral:       #e86f4c;   /* primary — warm pug-tongue / desert sun */
  --coral-deep:  #d4512f;
  --coral-ink:   #b23e22;   /* coral readable on cream */
  --coral-soft:  rgba(232,111,76,0.10);
  --coral-faint: rgba(232,111,76,0.06);

  --honey:    #e0a13c;   /* warm gold accent */
  --honey-ink:#b87a1e;
  --sage:     #6f9080;   /* soft green accent */
  --sage-ink: #4f7263;
  --berry:    #b5546b;   /* tag accent */
  --sky:      #5b86a6;

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-label:   'Nunito', system-ui, sans-serif;

  --radius-1: 14px;
  --radius-2: 24px;
  --radius-3: 34px;
  --radius-blob: 42% 58% 56% 44% / 52% 44% 56% 48%;
  --ease: cubic-bezier(.2,.7,.2,1);
  --transition: 260ms var(--ease);
  --container: 1180px;
  --measure: 700px;
  --shadow-1: 0 2px 10px rgba(78,54,30,0.06);
  --shadow-2: 0 14px 38px rgba(78,54,30,0.12);
  --shadow-coral: 0 10px 24px rgba(212,81,47,0.26);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink-2);
  font-family: var(--font-body); font-size: 17px; line-height: 1.68;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--coral-ink); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--coral-deep); }

h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 600; color: var(--ink);
  letter-spacing: -0.012em; line-height: 1.12; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); font-weight: 600; line-height: 1.02; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1.1em; }
strong { color: var(--ink); font-weight: 600; }
em { color: var(--ink); }
.muted { color: var(--muted); }
.lede { font-size: 1.24rem; line-height: 1.6; color: var(--ink-2); }
.in-accent { color: var(--coral); font-style: italic; }
::selection { background: var(--coral); color: #fff; }

/* layout */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.container--narrow { max-width: var(--measure); }
.section { padding: clamp(56px, 8vw, 110px) 0; position: relative; }
.section--tight { padding: clamp(40px, 5vw, 70px) 0; }
.section--alt { background: var(--paper-2); }
.section--cocoa { background: var(--cocoa); color: #e9dcc8; }
.section__header { max-width: var(--measure); margin-bottom: clamp(34px,5vw,52px); }
.section__header.is-center { margin-left: auto; margin-right: auto; text-align: center; }
.section__header p { color: var(--ink-3); font-size: 1.1rem; margin-bottom: 0; }
.section--cocoa .section__header p { color: #c7b9a4; }

.eyebrow { font-family: var(--font-label); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--coral-ink); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.eyebrow::before { content: ''; width: 22px; height: 2px; border-radius: 2px; background: var(--coral); }
.is-center .eyebrow { justify-content: center; }
.eyebrow--honey { color: var(--honey-ink); } .eyebrow--honey::before { background: var(--honey); }
.eyebrow--sage { color: var(--sage-ink); } .eyebrow--sage::before { background: var(--sage); }
.eyebrow--on-dark { color: #f4c9ad; } .eyebrow--on-dark::before { background: var(--coral); }

/* ── sticker / badge chip (signature scrapbook component) ── */
.sticker { display: inline-block; font-family: var(--font-label); font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.04em; padding: 7px 16px; border-radius: 999px; margin-bottom: 18px;
  background: var(--coral); color: #fff; transform: rotate(-2deg);
  box-shadow: 0 3px 0 rgba(0,0,0,0.10), 0 8px 18px rgba(212,81,47,0.20);
  border: 2px solid rgba(255,255,255,0.55); }
.is-center .sticker { transform: rotate(-2deg); }
.sticker--honey { background: var(--honey); box-shadow: 0 3px 0 rgba(0,0,0,0.10), 0 8px 18px rgba(224,161,60,0.22); transform: rotate(2deg); }
.sticker--sage  { background: var(--sage);  box-shadow: 0 3px 0 rgba(0,0,0,0.10), 0 8px 18px rgba(111,144,128,0.22); transform: rotate(-1.5deg); }
.sticker--coral { background: var(--coral); }

.visually-hidden, .skip-link { position: absolute; left: -9999px; }
.skip-link:focus { position: fixed; left: 16px; top: 16px; z-index: 9999; background: var(--coral); color: #fff; padding: 10px 16px; font-family: var(--font-label); font-weight: 700; border-radius: var(--radius-1); }

/* ── scrapbook ribbon (was the corporate top bar) ── */
.ribbon { background: var(--cocoa); color: #e3d5bf; font-size: 0.82rem; }
.ribbon__inner { display: flex; align-items: center; gap: 12px; padding: 8px 0; flex-wrap: wrap; font-family: var(--font-label); font-weight: 700; }
.ribbon__spacer { flex: 1 1 auto; }
.ribbon__item { color: #e3d5bf; display: inline-flex; align-items: center; gap: 6px; }
.ribbon__item--tag { background: var(--coral); color: #fff; padding: 3px 13px; border-radius: 999px; transform: rotate(-1.4deg); box-shadow: 0 2px 0 rgba(0,0,0,0.18); }
a.ribbon__item:hover { color: #fff; }
@media (max-width: 600px) { .ribbon__inner { justify-content: center; } .ribbon__spacer { flex-basis: 100%; height: 0; } }

/* ── header: floating rounded scrapbook bar with a pill nav ── */
.site-header { position: sticky; top: 0; z-index: 50; padding: 14px 0 2px; background: linear-gradient(var(--paper) 62%, transparent); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--card); border: 1.5px solid var(--line-2); border-radius: 999px;
  padding: 10px 12px 10px 14px; box-shadow: 0 10px 30px rgba(78,54,30,0.10); }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__mark { display: inline-flex; transform: rotate(-4deg); transition: transform var(--transition); }
.brand:hover .brand__mark { transform: rotate(4deg) scale(1.05); }
.brand__word { font-family: var(--font-display); font-weight: 600; font-size: 1.24rem; letter-spacing: -0.01em; line-height: 1.05; }
.brand__word b { font-weight: 600; color: var(--coral); }
.brand__sub { display: block; font-family: var(--font-label); font-weight: 800; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral-ink); margin-top: 3px; }

/* the pill that holds the links */
.site-nav__pill { display: flex; align-items: center; gap: 4px; background: var(--paper-2); border: 1.5px solid var(--line); border-radius: 999px; padding: 5px 6px; }
.site-nav__list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.site-nav__list > li > a { color: var(--ink-2); font-family: var(--font-label); font-size: 0.92rem; font-weight: 700; padding: 8px 15px; border-radius: 999px; display: block; transition: background var(--transition), color var(--transition); }
.site-nav__list > li > a:hover { color: var(--coral-ink); background: var(--card); }
.site-nav__list > li > a.is-active { color: #fff; background: var(--coral); }
.site-nav__cta { margin-left: 4px; } .site-nav__cta > a { color: #fff; }
.site-nav__toggle { display: none; width: 46px; height: 46px; background: var(--card); border: 1.5px solid var(--line-2); border-radius: 50%; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; }
.site-nav__toggle-bar { width: 18px; height: 2px; border-radius: 2px; background: var(--coral-deep); }
@media (max-width: 920px) {
  .site-nav__toggle { display: inline-flex; }
  .site-nav__pill { position: fixed; inset: 0; background: var(--paper); border: 0; border-radius: 0; padding: 100px 26px 40px; display: block; transform: translateY(-110%); visibility: hidden; transition: transform var(--transition), visibility var(--transition); overflow-y: auto; }
  .site-nav.is-open .site-nav__pill { transform: translateY(0); visibility: visible; }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 6px; }
  .site-nav__list > li { width: 100%; }
  .site-nav__list > li > a { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; padding: 14px 18px; border-radius: var(--radius-2); background: var(--card); border: 1.5px solid var(--line); }
  .site-nav__cta { margin: 14px 0 0; } .site-nav__cta > a { font-size: 1.05rem; width: 100%; justify-content: center; }
}

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 24px; font-family: var(--font-label); font-size: 0.98rem; font-weight: 700; background: transparent; color: var(--ink); border: 2px solid var(--line-2); border-radius: 999px; cursor: pointer; transition: all var(--transition); }
.btn--primary { background: var(--coral); border-color: var(--coral); color: #fff; box-shadow: var(--shadow-coral); }
.btn--primary:hover { background: var(--coral-deep); border-color: var(--coral-deep); color: #fff; transform: translateY(-2px); }
.btn--cocoa { background: var(--cocoa); border-color: var(--cocoa); color: #fff; }
.btn--cocoa:hover { background: var(--cocoa-2); border-color: var(--cocoa-2); color: #fff; transform: translateY(-2px); }
.btn--ghost { border-color: var(--line-2); color: var(--ink); }
.btn--ghost:hover { border-color: var(--coral); color: var(--coral-ink); transform: translateY(-2px); }
.btn--ghost-light { border-color: rgba(255,255,255,0.4); color: #fff; }
.btn--ghost-light:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }
.btn--lg { padding: 16px 30px; font-size: 1.05rem; }
.btn--sm { padding: 9px 18px; font-size: 0.9rem; }
.btn .arrow { transition: transform var(--transition); }
.btn:hover .arrow { transform: translateX(3px); }

/* ── hero: scrapbook / polaroid archetype ── */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(60% 50% at 88% 8%, var(--coral-faint), transparent 70%),
  radial-gradient(46% 42% at 6% 96%, rgba(224,161,60,0.10), transparent 70%), var(--paper); }
.hero__inner { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(30px,4vw,64px); align-items: center;
  padding: clamp(44px,6vw,90px) 0 clamp(56px,8vw,104px); }
.hero__copy { max-width: 600px; }
.hero h1 { margin-bottom: 0; }
.hero h1 .squiggle { position: relative; color: var(--coral); white-space: nowrap; }
.hero h1 .squiggle::after { content: ''; position: absolute; left: 0; right: 0; bottom: -0.12em; height: 0.22em;
  background: no-repeat center/100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12'%3E%3Cpath d='M2 8C22 2 42 2 60 7s40 5 58-1' fill='none' stroke='%23e0a13c' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E"); }
.hero__lede { margin-top: 22px; font-size: 1.22rem; color: var(--ink-2); }
.hero__actions { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { margin-top: 26px; display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--ink-3); font-family: var(--font-label); font-weight: 700; }
.hero__trust strong { color: var(--coral-ink); }

/* scrapbook cluster of tilted polaroids */
.hero__scrap { position: relative; min-height: 440px; }
.polaroid { position: relative; margin: 0; background: #fff; padding: 12px 12px 0; border-radius: 6px;
  box-shadow: var(--shadow-2); border: 1px solid #f0e6d4; }
.polaroid img { width: 100%; object-fit: cover; border-radius: 3px; display: block; }
.polaroid__cap { font-family: 'Fraunces', serif; font-style: italic; font-weight: 500; text-align: center;
  color: var(--ink-2); font-size: 0.95rem; padding: 12px 6px 16px; }
.polaroid__tape { position: absolute; top: -13px; left: 50%; width: 92px; height: 26px; transform: translateX(-50%) rotate(-3deg);
  background: rgba(224,161,60,0.42); border: 1px dashed rgba(176,122,30,0.5); border-radius: 2px; }
.polaroid__tape--alt { background: rgba(232,111,76,0.34); border-color: rgba(178,62,34,0.45); transform: translateX(-50%) rotate(4deg); }
.polaroid--lead { width: 78%; margin-left: auto; transform: rotate(2.4deg); transition: transform var(--transition); }
.polaroid--lead img { aspect-ratio: 4/3.4; }
.polaroid--lead:hover { transform: rotate(0.5deg) scale(1.01); }
.polaroid--peek { position: absolute; left: -6px; bottom: -8px; width: 46%; transform: rotate(-5deg); transition: transform var(--transition); z-index: 2; }
.polaroid--peek img { aspect-ratio: 1/1; }
.polaroid--peek:hover { transform: rotate(-2deg) scale(1.03); }
.hero__badge { position: absolute; right: -6px; top: 6px; z-index: 3; background: var(--card); border-radius: var(--radius-2); padding: 13px 16px; box-shadow: var(--shadow-2); border: 1.5px solid var(--line); display: flex; align-items: center; gap: 11px; max-width: 215px; transform: rotate(3deg); }
.hero__badge .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(111,144,128,0.18); flex: none; }
.hero__badge p { margin: 0; font-size: 0.82rem; color: var(--ink-2); line-height: 1.4; }
.hero__badge b { color: var(--ink); font-family: var(--font-label); }
@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__scrap { order: -1; min-height: 0; padding-bottom: 24px; max-width: 460px; margin: 0 auto; }
  .polaroid--lead { width: 82%; }
}

/* ── hand-drawn wavy divider ── */
.wave-divider { color: var(--line-2); line-height: 0; }
.wave-divider svg { width: 100%; height: 36px; display: block; }
.section--scrap + * .wave-divider, .wave-divider + .section { margin-top: 0; }

/* stat strip */
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: 14px; }
.stat-cell { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-2); padding: 26px 24px; box-shadow: var(--shadow-1); }
.stat-cell__num { font-family: var(--font-display); font-size: clamp(2.1rem,4vw,2.9rem); font-weight: 600; color: var(--coral); line-height: 1; }
.stat-cell__label { margin-top: 10px; font-size: 1rem; color: var(--ink); font-weight: 600; font-family: var(--font-label); }
.stat-cell__sub { margin-top: 5px; font-size: 0.88rem; color: var(--ink-3); }

/* cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 22px; }
.card { background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius-3); padding: 30px 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-1); transition: transform var(--transition), box-shadow var(--transition); }
a.card:hover { transform: translateY(-5px) rotate(-1deg); box-shadow: var(--shadow-2); color: var(--ink-2); }
.card__icon { width: 54px; height: 54px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: var(--coral-soft); color: var(--coral-deep); margin-bottom: 16px; transform: rotate(-4deg); }
.card__icon svg { width: 26px; height: 26px; }
.card__kicker { font-family: var(--font-label); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral-ink); margin-bottom: 10px; }
.card h3 { font-size: 1.3rem; margin-bottom: 9px; }
.card p { color: var(--ink-3); font-size: 0.98rem; margin-bottom: 0; }
.card__more { margin-top: 16px; font-weight: 700; font-size: 0.92rem; color: var(--coral-ink); display: inline-flex; gap: 6px; font-family: var(--font-label); }
.card__more::after { content: '→'; transition: transform var(--transition); }
a.card:hover .card__more::after { transform: translateX(4px); }

/* scrapbook section rhythm: dotted paper backing + roomier cards */
.section--scrap { background:
  radial-gradient(circle at 1px 1px, rgba(176,122,30,0.10) 1px, transparent 0) 0 0/26px 26px,
  var(--paper); }
.section--scrap .card { background: var(--card); }
.section--scrap .card:nth-child(2n) { transform: rotate(-0.8deg); }
.section--scrap .card:nth-child(3n) { transform: rotate(0.8deg); }
.section--scrap a.card:hover { transform: translateY(-5px) rotate(0deg); }

/* gallery teaser as tilted polaroids */
.scrap-grid .gphoto { background: #fff; padding: 11px 11px 0; border-radius: 5px; border: 1px solid #f0e6d4; box-shadow: var(--shadow-2); overflow: visible; transition: transform var(--transition); }
.scrap-grid .gphoto img { border-radius: 3px; }
.scrap-grid .gphoto:nth-child(1) { transform: rotate(-2.5deg); }
.scrap-grid .gphoto:nth-child(2) { transform: rotate(1.5deg); }
.scrap-grid .gphoto:nth-child(3) { transform: rotate(-1deg); }
.scrap-grid .gphoto:hover { transform: rotate(0deg) scale(1.02); z-index: 2; }
.scrap-grid .gphoto .gphoto__cap { font-family: 'Fraunces', serif; font-style: italic; position: static; opacity: 1; transform: none; background: none; color: var(--ink-2); padding: 12px 6px 14px; text-align: center; }

/* split feature row */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,60px); align-items: center; }
.split--flip .split__media { order: 2; }
.split__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-2); box-shadow: var(--shadow-2); }
.split__body { max-width: 520px; }
.split + .split { margin-top: clamp(48px,7vw,90px); }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; gap: 26px; } .split--flip .split__media { order: -1; } }

/* ── adoptable pug cards ── */
.pug-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 24px; }
.pug { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-2); overflow: hidden; box-shadow: var(--shadow-1); display: flex; flex-direction: column; transition: transform var(--transition), box-shadow var(--transition); }
.pug:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.pug__photo { position: relative; aspect-ratio: 3/3.4; overflow: hidden; background: var(--paper-3); }
.pug__photo img { width: 100%; height: 100%; object-fit: cover; }
.pug__status { position: absolute; top: 12px; left: 12px; font-family: var(--font-label); font-weight: 800; font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; background: var(--card); color: var(--sage-ink); box-shadow: var(--shadow-1); }
.pug__status--pending { color: var(--honey-ink); }
.pug__status--available { color: var(--sage-ink); }
.pug__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.pug__name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--ink); display: flex; align-items: baseline; gap: 10px; }
.pug__meta { font-family: var(--font-label); font-weight: 600; font-size: 0.8rem; color: var(--ink-3); }
.pug__tagline { color: var(--ink-2); font-size: 0.98rem; margin: 8px 0 14px; }
.pug__traits { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.pug__trait { font-family: var(--font-label); font-weight: 700; font-size: 0.72rem; padding: 4px 11px; border-radius: 999px; background: var(--paper-2); color: var(--ink-2); border: 1px solid var(--line); }
.pug__foot { margin-top: auto; display: flex; gap: 10px; align-items: center; }
.pug__bio { color: var(--ink-2); font-size: 0.96rem; }

/* ── care topics ── */
.care-list { display: flex; flex-direction: column; gap: clamp(40px,6vw,78px); }
.care-item { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px,4vw,54px); align-items: center; scroll-margin-top: 100px; }
.care-item:nth-child(even) .care-item__media { order: 2; }
.care-item--nomedia { grid-template-columns: 1fr; max-width: var(--measure); }
.care-item__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-2); box-shadow: var(--shadow-2); }
.care-item__body { max-width: 560px; }
.care-item__lede { font-size: 1.12rem; color: var(--ink-2); }
.care-points { list-style: none; padding: 0; margin: 18px 0 0; }
.care-points li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--ink-2); font-size: 0.99rem; }
.care-points li::before { content: ''; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--coral-soft); }
.care-points li::after { content: '✓'; position: absolute; left: 6px; top: 1px; color: var(--coral-deep); font-weight: 700; font-size: 0.8rem; }
@media (max-width: 800px) { .care-item { grid-template-columns: 1fr; gap: 22px; } .care-item:nth-child(even) .care-item__media { order: -1; } }

.alert { border-radius: var(--radius-2); padding: 22px 26px; margin: 0 0 clamp(30px,4vw,46px); border: 1px solid var(--coral); background: var(--coral-faint); display: flex; gap: 16px; align-items: flex-start; }
.alert__icon { flex: none; width: 40px; height: 40px; border-radius: 12px; background: var(--coral); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.alert h3 { margin: 0 0 4px; font-size: 1.2rem; color: var(--coral-deep); }
.alert p { margin: 0; color: var(--ink-2); }

/* ── gallery (masonry-ish) ── */
.gallery { columns: 3; column-gap: 16px; }
@media (max-width: 880px) { .gallery { columns: 2; } }
@media (max-width: 520px) { .gallery { columns: 1; } }
.gphoto { break-inside: avoid; margin-bottom: 16px; border-radius: var(--radius-2); overflow: hidden; position: relative; box-shadow: var(--shadow-1); background: var(--paper-3); }
.gphoto img { width: 100%; display: block; transition: transform 600ms var(--ease); }
.gphoto:hover img { transform: scale(1.04); }
.gphoto__cap { position: absolute; inset: auto 0 0 0; padding: 26px 16px 13px; font-family: var(--font-label); font-weight: 700; font-size: 0.86rem; color: #fff; background: linear-gradient(180deg, transparent, rgba(45,38,32,0.72)); opacity: 0; transform: translateY(8px); transition: all var(--transition); }
.gphoto:hover .gphoto__cap { opacity: 1; transform: none; }
@media (hover: none) { .gphoto__cap { opacity: 1; transform: none; } }

/* ── events ── */
.event { display: grid; grid-template-columns: 168px 1fr auto; gap: 24px; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-2); padding: 24px 26px; box-shadow: var(--shadow-1); margin-bottom: 16px; }
.event__date { font-family: var(--font-display); }
.event__day { font-size: 1.15rem; color: var(--ink); font-weight: 600; line-height: 1.15; }
.event__time { font-family: var(--font-label); font-weight: 600; font-size: 0.86rem; color: var(--coral-ink); margin-top: 4px; }
.event__where { }
.event__venue { font-weight: 600; color: var(--ink); font-size: 1.08rem; }
.event__area { font-family: var(--font-label); font-weight: 600; font-size: 0.8rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; margin: 3px 0 8px; }
.event__note { color: var(--ink-2); font-size: 0.95rem; margin: 0; }
@media (max-width: 720px) { .event { grid-template-columns: 1fr; gap: 10px; } .event__cta { justify-self: start; } }

.zoo-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 20px; counter-reset: step; }
.zoo-step { counter-increment: step; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-2); padding: 26px 24px; box-shadow: var(--shadow-1); }
.zoo-step::before { content: counter(step); font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: #fff; background: var(--coral); width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.zoo-step h3 { font-size: 1.18rem; }
.zoo-step p { color: var(--ink-3); font-size: 0.95rem; margin: 0; }

/* ── page head ── */
.page-head { padding: clamp(40px,5vw,72px) 0 clamp(24px,3vw,36px); }
.page-head--media { background: var(--paper-2); }
.page-head__inner { max-width: 760px; }
.page-head__lede { font-size: 1.2rem; color: var(--ink-2); margin: 16px 0 0; }
.crumbs { font-family: var(--font-label); font-weight: 600; font-size: 0.8rem; color: var(--muted); margin-bottom: 16px; }
.crumbs a { color: var(--ink-3); } .crumbs a:hover { color: var(--coral-ink); } .crumbs span { color: var(--ink); }

/* ── prose ── */
.prose { max-width: var(--measure); }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { margin-top: 1.6em; margin-bottom: 0.4em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.4em; margin-bottom: 0.3em; }
.prose p, .prose li { color: var(--ink-2); }
.prose a { text-decoration: underline; text-decoration-color: rgba(232,111,76,0.4); text-underline-offset: 2px; }
.prose ul { list-style: none; padding-left: 0; margin: 0 0 1.1em; }
.prose ul > li { position: relative; padding-left: 1.7em; margin-bottom: 0.5em; }
.prose ul > li::before { content: '🐾'; position: absolute; left: 0; top: 0.05em; font-size: 0.85em; }

/* ── FAQ ── */
.faq { max-width: 800px; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 44px 22px 0; position: relative; font-family: var(--font-display); font-size: 1.18rem; font-weight: 600; color: var(--ink); }
.faq__q::after { content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--font-body); font-size: 1.6rem; color: var(--coral); transition: transform var(--transition); }
.faq__item.is-open .faq__q::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 340ms var(--ease); }
.faq__a-inner { padding: 0 0 22px; color: var(--ink-2); }
.faq__a-inner p { margin: 0; }

/* ── forms ── */
.form-wrap { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-3); padding: clamp(26px,4vw,42px); box-shadow: var(--shadow-2); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--font-label); font-weight: 700; font-size: 0.86rem; color: var(--ink); }
.field label .req { color: var(--coral); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--paper);
  border: 1.5px solid var(--line-2); border-radius: var(--radius-1); padding: 12px 14px; transition: border-color var(--transition), box-shadow var(--transition); width: 100%;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px var(--coral-soft); }
.field__hint { font-size: 0.8rem; color: var(--ink-3); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 0.86rem; color: var(--ink-3); margin: 4px 0 0; }
.form-status { padding: 14px 18px; border-radius: var(--radius-1); font-weight: 600; margin-bottom: 18px; display: none; }
.form-status.is-show { display: block; }
.form-status--ok { background: rgba(111,144,128,0.14); color: var(--sage-ink); border: 1px solid rgba(111,144,128,0.4); }
.form-status--err { background: var(--coral-faint); color: var(--coral-deep); border: 1px solid var(--coral); }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }

/* contact cards */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 16px; }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-2); padding: 24px; box-shadow: var(--shadow-1); }
.contact-card h3 { font-size: 1.1rem; margin-bottom: 4px; }
.contact-card a { font-family: var(--font-label); font-weight: 700; }

/* ── CTA band ── */
.cta-band { background: var(--cocoa); color: #e9dcc8; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(232,111,76,0.4), transparent 68%); top: -120px; right: -80px; filter: blur(20px); }
.cta-band__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(44px,6vw,72px) 0; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: #cdbda6; margin: 0; max-width: 460px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* highlight panel */
.panel { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-3); padding: clamp(28px,4vw,48px); }
.panel--coral { background: var(--coral-faint); border-color: rgba(232,111,76,0.25); }

/* ── footer ── */
.site-footer { background: #fff; border-top: 1px solid var(--line); padding-top: 56px; }
.site-footer__inner { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 44px; }
@media (max-width: 860px) { .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 480px) { .site-footer__inner { grid-template-columns: 1fr; } }
.site-footer__tag { color: var(--ink-3); margin-top: 12px; font-size: 0.94rem; max-width: 360px; }
.site-footer__contact { margin-top: 12px; font-family: var(--font-label); font-weight: 700; font-size: 0.95rem; }
.site-footer h3 { font-family: var(--font-label); font-weight: 800; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.link-list { list-style: none; padding: 0; margin: 0; }
.link-list li { padding: 5px 0; }
.link-list a { color: var(--ink-2); font-size: 0.95rem; }
.link-list a:hover { color: var(--coral-ink); }
.site-footer__base { border-top: 1px solid var(--line); padding: 22px 0; }
.site-footer__base-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-family: var(--font-label); font-weight: 600; font-size: 0.84rem; color: var(--ink-3); }
.site-footer__base p { margin: 0; }

/* utilities */
.center { text-align: center; }
.mt-s { margin-top: 14px; } .mt-m { margin-top: 26px; } .mt-l { margin-top: 40px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 620ms var(--ease), transform 620ms var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 90ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }
.reveal[data-delay="3"] { transition-delay: 270ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; }
}
