/* Guides Daily: one stylesheet, per-page theme via body class.
   Shape rule: containers 22px, controls 14px, tags/pills full-round. */
:root {
  color-scheme: light;
  --display: ui-rounded, "SF Pro Rounded", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --r-box: 22px; --r-ctl: 14px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  /* hub theme (default) */
  --bg: #f3f4f1; --surface: #ffffff; --ink: #15171c; --muted: #4a4f5a; --line: #dfe2dc;
  --brand: #15171c; --hl: #d7f64a; --hl-ink: #15171c;
  --panel: #15171c; --panel-ink: #f4f5f0; --panel-muted: #b9bdb2;
  --cta: #d7f64a; --cta-ink: #15171c;
  --tint: #e8ebe3; --shadow: 20 24 18;
}
.t-after50 { --bg:#ffffff; --surface:#ffffff; --ink:#101826; --muted:#3d4757; --line:#dde3ec; --brand:#1f3a5f; --hl:#ffd23f; --hl-ink:#101826; --panel:#1f3a5f; --panel-ink:#ffffff; --panel-muted:#cfd9e6; --cta:#ffd23f; --cta-ink:#101826; --tint:#edf2f8; --shadow:31 58 95; }
.t-cats   { --bg:#f2faf8; --surface:#ffffff; --ink:#0f1f1d; --muted:#3b4f4c; --line:#cfe8e3; --brand:#16706a; --hl:#ffd23f; --hl-ink:#0f1f1d; --panel:#0f2e2b; --panel-ink:#ffffff; --panel-muted:#b7d3cf; --cta:#ffd23f; --cta-ink:#0f1f1d; --tint:#dcf1ed; --shadow:22 112 106; }
.t-dogs   { --bg:#fff9e3; --surface:#ffffff; --ink:#16201f; --muted:#48504b; --line:#f0e3b0; --brand:#1f6e68; --hl:#8fd8d1; --hl-ink:#16201f; --panel:#16201f; --panel-ink:#ffffff; --panel-muted:#c3cdc9; --cta:#ffd23f; --cta-ink:#16201f; --tint:#ffefb0; --shadow:120 96 20; }
.t-prayer { --display: "Iowan Old Style", Georgia, "Times New Roman", serif; --body: "Iowan Old Style", Georgia, "Times New Roman", serif;
            --bg:#fbf7ef; --surface:#fffdf8; --ink:#1d1a16; --muted:#4f473b; --line:#eadfc8; --brand:#7f5c14; --hl:transparent; --hl-ink:#7f5c14; --panel:#2b241c; --panel-ink:#ffffff; --panel-muted:#cbbfae; --cta:#e3c27a; --cta-ink:#1d1a16; --tint:#f3ebda; --shadow:90 70 30; }
.t-perro  { --bg:#ffffff; --surface:#ffffff; --ink:#121212; --muted:#44474d; --line:#e6e8ec; --brand:#1d7a4a; --hl:#ffd23f; --hl-ink:#121212; --panel:#141414; --panel-ink:#ffffff; --panel-muted:#bdbdbd; --cta:#ffd23f; --cta-ink:#121212; --tint:#f3f5f7; --shadow:30 30 30; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--body); font-size: 18px; line-height: 1.55; color: var(--ink); background: var(--bg); overflow-x: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: var(--bg); padding: 10px 14px; border-radius: var(--r-ctl); z-index: 10; }
.skip:focus { left: 8px; }

/* ---------- top bar ---------- */
.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.mark { display: inline-flex; align-items: center; gap: 10px; font-family: ui-rounded, "SF Pro Rounded", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-weight: 800; font-size: 19px; letter-spacing: -.01em; text-decoration: none; }
.mark b { width: 34px; height: 34px; border-radius: 10px; background: #15171c; color: #d7f64a; display: grid; place-items: center; font-size: 17px; font-family: ui-rounded, system-ui, sans-serif; }
@media (max-width: 479px) { .top nav { display: none; } }
.mark { white-space: nowrap; }
.top nav { display: flex; gap: 22px; font-size: 16px; font-weight: 600; }
.top nav a { text-decoration: none; color: var(--muted); }
.top nav a:hover { color: var(--ink); }
.back { font-size: 15px; font-weight: 600; color: var(--muted); text-decoration: none; white-space: nowrap; }
.back:hover { color: var(--ink); }

/* ---------- type ---------- */
h1, h2, h3 { font-family: var(--display); letter-spacing: -.025em; line-height: 1.08; font-weight: 800; }
.t-prayer h1, .t-prayer h2, .t-prayer h3 { font-weight: 400; letter-spacing: -.01em; }
h1 { font-size: clamp(36px, 8.6vw, 64px); }
h2 { font-size: clamp(30px, 5.6vw, 46px); }
h3 { font-size: 22px; letter-spacing: -.015em; }
.hl { background: var(--hl); color: var(--hl-ink); padding: 0 .16em; border-radius: .18em; -webkit-box-decoration-break: clone; box-decoration-break: clone; font-style: normal; }
.t-prayer .hl { font-style: italic; padding: 0; }
.lede { font-size: clamp(18px, 2.2vw, 21px); color: var(--muted); max-width: 40ch; margin-top: 18px; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--brand); color: #fff; padding: 5px 12px; border-radius: 99px; margin-bottom: 18px; font-family: var(--body); }
.t-prayer .eyebrow { background: transparent; color: var(--brand); padding: 0; letter-spacing: .2em; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 26px; border-radius: var(--r-ctl); border: 0; background: var(--cta); color: var(--cta-ink); font: 800 18px/1 var(--body); text-decoration: none; cursor: pointer; white-space: nowrap; transition: transform .25s var(--ease), box-shadow .25s var(--ease); box-shadow: 0 1px 0 rgb(0 0 0 / .12), 0 10px 24px -12px rgb(var(--shadow) / .55); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(1px) scale(.98); }
.btn.dark { background: var(--ink); color: var(--bg); }
.btn .arr { transition: transform .25s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }
.hero .btn, .b-hero .btn { margin-top: 28px; }

/* ---------- hub hero ---------- */
.hero { display: grid; gap: 36px; padding-block: 20px 40px; align-items: center; }
.hero h1 { max-width: 12ch; }
.fan { position: relative; height: 300px; max-width: 520px; width: 100%; margin: 0 auto; }
.fan img { position: absolute; top: 50%; left: 50%; width: 38%; border-radius: 10px; box-shadow: 0 2px 0 rgb(0 0 0 / .06), 0 24px 48px -20px rgb(var(--shadow) / .5); transition: transform .6s var(--ease); translate: -50% -50%; }
.fan img:nth-child(1) { transform: translate(-58%, 4%) rotate(-12deg); }
.fan img:nth-child(2) { transform: translate(-30%, -6%) rotate(-6deg); }
.fan img:nth-child(3) { transform: translate(0, -10%) rotate(0deg); z-index: 3; }
.fan img:nth-child(4) { transform: translate(30%, -4%) rotate(6deg); z-index: 2; }
.fan img:nth-child(5) { transform: translate(58%, 6%) rotate(12deg); z-index: 1; }
.fan img:nth-child(1), .fan img:nth-child(2) { z-index: 1; }
@media (hover: hover) {
  .fan:hover img:nth-child(1) { transform: translate(-76%, 8%) rotate(-16deg); }
  .fan:hover img:nth-child(2) { transform: translate(-40%, -8%) rotate(-8deg); }
  .fan:hover img:nth-child(4) { transform: translate(40%, -6%) rotate(8deg); }
  .fan:hover img:nth-child(5) { transform: translate(76%, 10%) rotate(16deg); }
}

/* ---------- hub bento ---------- */
.section { padding-block: 64px; }
.section > .wrap > h2 { max-width: 20ch; }
.bento { display: grid; gap: 16px; margin-top: 32px; }
.tile { position: relative; display: grid; grid-template-columns: 1fr 108px; gap: 18px; align-items: end; padding: 22px; border-radius: var(--r-box); text-decoration: none; color: var(--k); background: var(--c); overflow: hidden; transition: transform .35s var(--ease); isolation: isolate; }
.tile:hover { transform: translateY(-3px); }
.tile:active { transform: scale(.99); }
.tile .brand { font-size: 14px; font-weight: 700; opacity: .85; margin-bottom: 8px; }
.tile h3 { margin-bottom: 8px; }
.tile p { font-size: 16px; line-height: 1.45; opacity: .9; }
.tile .go { display: inline-flex; margin-top: 16px; font-weight: 800; font-size: 16px; padding: 10px 16px; border-radius: 99px; background: var(--k); color: var(--c); }
.tile img { width: 108px; border-radius: 8px; box-shadow: 0 16px 30px -14px rgb(0 0 0 / .45); transform: rotate(4deg); transition: transform .45s var(--ease); }
.tile:hover img { transform: rotate(0deg) translateY(-4px); }
.tile.dog    { --c: #ffd23f; --k: #16201f; }
.tile.cat    { --c: #1a7d76; --k: #ffffff; }
.tile.a50    { --c: #1f3a5f; --k: #ffffff; }
.tile.pray   { --c: #efe3c8; --k: #2b241c; }
.tile.perro  { --c: #e5483b; --k: #ffffff; }
.tile.pray h3 { font-family: "Iowan Old Style", Georgia, serif; font-weight: 400; letter-spacing: 0; }

/* ---------- hub trust ---------- */
.trust { background: var(--surface); border-block: 1px solid var(--line); }
.trust-grid { display: grid; gap: 36px; }
.trust p.body { color: var(--muted); max-width: 46ch; margin-top: 16px; }
.sources { display: grid; grid-template-columns: 1fr; gap: 12px; }
.src { padding: 16px 18px; border-radius: 16px; background: var(--bg); }
.src b { display: block; font-family: var(--display); font-size: 18px; letter-spacing: -.01em; }
.src span { font-size: 15px; color: var(--muted); }
.nots { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.nots li { list-style: none; font-size: 15px; font-weight: 700; padding: 8px 14px; border-radius: 99px; border: 2px solid var(--ink); }

/* ---------- brand hero ---------- */
.b-hero { display: grid; gap: 34px; padding-block: 12px 56px; align-items: center; }
.b-hero .who { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 18px; margin-bottom: 18px; }
.b-hero .who img { width: 56px; height: 56px; }
.who i { font-style: normal; width: 44px; height: 44px; border-radius: 12px; background: var(--brand); color: var(--cta); display: grid; place-items: center; font-size: 15px; font-weight: 800; }
.who i.round { border-radius: 50%; background: #3aa9a0; border: 2px solid #111; font-size: 22px; }
.t-prayer .who { font-weight: 400; font-size: 14px; letter-spacing: .22em; text-transform: uppercase; color: var(--brand); font-family: var(--body); }
.frame { position: relative; background: var(--tint); border-radius: var(--r-box); padding: 36px 20px; display: grid; place-items: center; overflow: hidden; }
.frame img { width: min(78%, 330px); border-radius: 8px; transform: rotate(-3deg); box-shadow: 0 2px 0 rgb(0 0 0 / .05), 0 30px 60px -24px rgb(var(--shadow) / .6); transition: transform .6s var(--ease); }
.frame:hover img { transform: rotate(0) scale(1.02); }
.t-perro .frame { background: linear-gradient(135deg, #fde2df 0 33%, #fff3c4 33% 66%, #dcf3e4 66%); }

/* ---------- inside ---------- */
.inside { display: grid; gap: 14px; margin-top: 30px; }
.item { padding: 24px; border-radius: var(--r-box); background: var(--surface); border: 1px solid var(--line); }
.item h3 { margin-bottom: 8px; }
.item p { color: var(--muted); font-size: 17px; }
.item.lead { background: var(--brand); color: #fff; border: 0; }
.item.lead p { color: rgb(255 255 255 / .86); }
.verse { margin-top: 22px; padding-left: 18px; border-left: 2px solid var(--cta); }
.verse p { font-size: clamp(20px, 2.4vw, 24px); font-style: italic; line-height: 1.4; color: #fff !important; }
.verse cite { display: block; margin-top: 10px; font-style: normal; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--cta); }
.levels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.levels span { font-size: 15px; font-weight: 700; padding: 7px 12px; border-radius: 99px; background: #fff; color: #1a1a1a; display: inline-flex; align-items: center; gap: 8px; }
.levels i { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.lv-r { background: #e5483b; } .lv-a { background: #f5b82e; } .lv-g { background: #34b36a; }

/* ---------- form panel ---------- */
.get { background: var(--panel); color: var(--panel-ink); border-radius: calc(var(--r-box) + 6px); padding: 28px 22px; display: grid; gap: 28px; }
.get h2 { color: var(--panel-ink); }
.get .note { color: var(--panel-muted); margin-top: 12px; max-width: 38ch; }
.get form, .get .ready { display: grid; gap: 14px; align-content: start; }
.get label.f { font-weight: 700; font-size: 17px; }
.get input[type=email] { width: 100%; min-height: 56px; font: 400 18px var(--body); padding: 0 16px; border-radius: var(--r-ctl); border: 2px solid transparent; background: #fff; color: #111; }
.get input[type=email]::placeholder { color: #6b6f76; }
.get input[type=email]:focus { outline: none; border-color: var(--cta); box-shadow: 0 0 0 4px rgb(255 255 255 / .25); }
.get input[type=email]:user-invalid { border-color: #ff8a80; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.45; cursor: pointer; }
.consent input { width: 22px; height: 22px; flex: none; margin-top: 1px; accent-color: var(--cta); }
.get .btn { width: 100%; white-space: normal; text-align: center; line-height: 1.2; }
.fine { font-size: 14px; color: var(--panel-muted); line-height: 1.5; }
.fine a { color: var(--panel-ink); }
.ready h3 { color: var(--panel-ink); font-size: 26px; }
.ready p { color: var(--panel-muted); }

/* ---------- faq ---------- */
.faq { display: grid; gap: 10px; margin-top: 26px; max-width: 760px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; font-family: var(--display); font-weight: 700; font-size: 19px; padding: 18px 32px 18px 0; position: relative; }
.t-prayer .faq summary { font-weight: 400; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; translate: 0 -50%; font-size: 26px; font-weight: 400; color: var(--brand); transition: rotate .3s var(--ease); }
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { color: var(--muted); padding-bottom: 18px; max-width: 62ch; }

/* ---------- follow ---------- */
.follow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.follow span { font-weight: 700; margin-right: 6px; }
.follow a { text-decoration: none; font-weight: 700; font-size: 16px; padding: 12px 18px; border-radius: 99px; border: 2px solid var(--brand); color: var(--brand); transition: background .2s, color .2s; }
.follow a:hover { background: var(--brand); color: #fff; }
.disc { margin-top: 22px; font-size: 15px; color: var(--muted); max-width: 70ch; }

/* ---------- footer ---------- */
.foot { margin-top: 72px; padding-block: 36px 44px; border-top: 1px solid var(--line); font-size: 15px; color: var(--muted); }
.foot .row { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; justify-content: space-between; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.foot a { color: var(--ink); font-weight: 600; }
.foot p.d { margin-top: 14px; max-width: 70ch; }

/* ---------- legal ---------- */
.legal { max-width: 720px; padding-block: 24px 20px; }
.legal h1 { font-size: clamp(34px, 7vw, 52px); margin-bottom: 10px; }
.legal .upd { color: var(--muted); font-size: 15px; margin-bottom: 30px; }
.legal h2 { font-size: 24px; margin: 34px 0 10px; letter-spacing: -.015em; }
.legal p, .legal li { color: var(--muted); margin-bottom: 10px; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--ink); font-weight: 600; }
.legal .es { margin-top: 40px; padding: 22px; border-radius: var(--r-box); background: var(--surface); border: 1px solid var(--line); }

/* ---------- motion ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fan-in { from { opacity: 0; translate: -50% -30%; } to { opacity: 1; translate: -50% -50%; } }
@media (prefers-reduced-motion: no-preference) {
  .rise { animation: rise .8s var(--ease) both; animation-delay: calc(var(--i, 0) * 90ms); }
  .fan img { animation: fan-in .9s var(--ease) both; animation-delay: calc(var(--i, 0) * 70ms + 150ms); }
  @supports (animation-timeline: view()) {
    .reveal { animation: rise linear both; animation-timeline: view(); animation-range: entry 0% entry 40%; }
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* ---------- >= 700px ---------- */
@media (min-width: 700px) {
  .wrap { padding: 0 32px; }
  .sources { grid-template-columns: 1fr 1fr; }
  .inside { grid-template-columns: 1fr 1fr; }
  .inside .item.lead { grid-column: 1 / -1; }
  .tile { grid-template-columns: 1fr 132px; padding: 26px; }
  .tile img { width: 132px; }
  .fan { height: 420px; }
  .fan img { width: 46%; }
}
/* ---------- >= 960px ---------- */
@media (min-width: 960px) {
  .hero { grid-template-columns: 1.05fr .95fr; padding-block: 36px 40px; }
  .hero h1 { font-size: clamp(48px, 5.6vw, 72px); }
  .fan { height: 480px; }
  .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(250px, auto); }
  .tile.dog { grid-column: 1 / 4; grid-row: 1 / 3; grid-template-columns: 1fr; align-content: space-between; padding: 34px; }
  .tile.dog img { width: 230px; justify-self: end; order: -1; }
  .tile.dog h3 { font-size: 34px; }
  .tile.cat { grid-column: 4 / 7; }
  .tile.a50 { grid-column: 4 / 7; }
  .tile.pray { grid-column: 1 / 4; }
  .tile.perro { grid-column: 4 / 7; }
  .trust-grid { grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
  .b-hero { grid-template-columns: 1.2fr .8fr; padding-block: 28px 84px; gap: 56px; }
  .b-hero h1 { font-size: clamp(44px, 4.6vw, 58px); }
  .frame { padding: 56px 32px; }
  .inside { grid-template-columns: 1.3fr 1fr; grid-template-rows: auto auto; }
  .inside .item.lead { grid-column: 1; grid-row: 1 / 3; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; }
  .inside .item.lead h3 { font-size: 30px; }
  .get { grid-template-columns: 1fr 1fr; padding: 48px; gap: 48px; align-items: start; }
  .section { padding-block: 84px; }
}
