  :root {
    --cream:       #f6ecd3;   /* the sky in the paintings */
    --sand:        #eedcb2;   /* courtyard earth */
    --sand-deep:   #e5cd97;
    --terracotta:  #b4502a;   /* the red walls */
    --terracotta-deep: #93411f;
    --vermilion:   #bf3b21;   /* the accent. locked. */
    --leaf:        #3f5427;   /* foliage */
    --leaf-soft:   #dcdfb8;
    --marigold:    #e29a3a;
    --marigold-soft: #f2ddae;
    --ink:         #35200f;   /* painted ink brown */
    --ink-soft:    #6d5138;
    --paper:       #fbf3dd;   /* plaque paper */
    /* shape system: image frames arch or 18px, panels 18px, buttons 12px signboards, chips pill */
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

  body {
    background: var(--cream);
    color: var(--ink);
    font-family: "Schibsted Grotesk", system-ui, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  /* film grain, fixed + inert */
  .grain {
    position: fixed; inset: 0; z-index: 60; pointer-events: none;
    opacity: .42; mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.05'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

  .wrap { max-width: 1240px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }

  h1, h2, h3 { font-family: "Bricolage Grotesque", sans-serif; letter-spacing: -0.015em; line-height: 1.08; font-weight: 800; }
  h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
  h3 { font-size: 1.3rem; line-height: 1.25; font-weight: 700; }
  .dev { font-family: "Baloo Tammudu 2", "Yatra One", "Bricolage Grotesque", sans-serif; font-weight: 700; }
  .kicker { display: block; font-family: "Baloo Tammudu 2", "Yatra One", sans-serif; font-weight: 700; font-size: clamp(1.4rem, 2.4vw, 2rem); color: var(--terracotta); margin-bottom: .6rem; }

  p.lede { font-size: clamp(1.08rem, 1.5vw, 1.25rem); color: var(--ink-soft); max-width: 58ch; }
  a { color: inherit; }

  /* ---------- painted signboard buttons ---------- */
  .btn {
    display: inline-flex; align-items: center; gap: .5rem;
    font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 1rem;
    padding: .8rem 1.5rem; border-radius: 12px; text-decoration: none; white-space: nowrap;
    border: 2px solid var(--ink);
    transition: transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease;
  }
  .btn:active { transform: translateY(1px) scale(.985); }
  .btn-primary { background: var(--vermilion); color: var(--paper); box-shadow: 3px 3px 0 var(--ink); }
  .btn-primary:hover { transform: translate(-1px,-2px); box-shadow: 5px 6px 0 var(--ink); }
  .btn-ghost { background: var(--paper); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
  .btn-ghost:hover { transform: translate(-1px,-2px); box-shadow: 5px 6px 0 var(--ink); }

  /* ---------- frames ---------- */
  .frame {
    position: relative; overflow: hidden; border-radius: 18px;
    border: 2px solid var(--ink);
    background: linear-gradient(160deg, #f0d9ae, var(--sand-deep) 55%, var(--leaf-soft));
  }
  .frame.arch { border-radius: 999px 999px 18px 18px; }
  .frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
  .frame .slot-label {
    position: absolute; inset: 0; display: grid; place-items: center; text-align: center;
    color: var(--ink-soft); font-size: .85rem; line-height: 1.5; padding: 1rem;
    font-family: "Bricolage Grotesque", sans-serif;
  }
  .frame .slot-label strong { display: block; font-size: 1rem; color: var(--ink); }

  /* awning fringe */
  .fringe { height: 14px; width: 100%; background-size: 26px 14px; background-repeat: repeat-x; }

  /* ---------- nav ---------- */
  .topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; }
  .ribbon { height: 6px; background: repeating-linear-gradient(90deg, var(--terracotta) 0 42px, var(--marigold) 42px 84px, var(--leaf) 84px 126px); }
  header.nav {
    height: 70px;
    background: rgba(251, 243, 221, .34);
    -webkit-backdrop-filter: blur(16px) saturate(1.5);
    backdrop-filter: blur(16px) saturate(1.5);
    border-bottom: 1px solid rgba(53, 32, 15, .28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);
  }
  @media (prefers-reduced-transparency: reduce) { header.nav { background: var(--cream); } }
  section[id] { scroll-margin-top: 96px; }
  .nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .brand { display: flex; align-items: baseline; gap: .55rem; text-decoration: none; }
  .brand .mark { font-family: "Baloo Tammudu 2", "Yatra One", sans-serif; font-weight: 700; font-size: 1.5rem; color: var(--vermilion); line-height: 1; }
  .brand-img { height: 46px; width: auto; display: block; }
  .brand { align-items: center; }
  .brand .word { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 1.12rem; letter-spacing: .02em; }
  nav.links { display: flex; gap: 1.6rem; font-weight: 500; font-size: .95rem; }
  nav.links a { text-decoration: none; opacity: .85; }
  nav.links a:hover { opacity: 1; color: var(--vermilion); }
  nav.links a.nav-account { border: 1.5px solid var(--ink); border-radius: 999px; padding: .32rem .9rem; opacity: 1; background: var(--marigold-soft); font-weight: 600; }
  nav.links a.nav-account:hover { color: var(--ink); background: var(--marigold); }
  .nav .btn { padding: .5rem 1.1rem; font-size: .9rem; box-shadow: 2px 2px 0 var(--ink); }

  /* mobile menu */
  .menu-btn { display: none; background: none; border: none; cursor: pointer; padding: .6rem .4rem; flex-direction: column; gap: 5px; }
  .menu-btn span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .22s cubic-bezier(.16,1,.3,1), opacity .18s ease; }
  .topbar.open .menu-btn span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .topbar.open .menu-btn span:nth-child(2) { opacity: 0; }
  .topbar.open .menu-btn span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .mobile-links { display: none; background: rgba(251, 243, 221, .93); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-bottom: 2px solid var(--ink); padding: .5rem 1.5rem 1.1rem; }
  .topbar.open .mobile-links { display: grid; }
  .mobile-links a { text-decoration: none; font-weight: 600; padding: .7rem 0; border-bottom: 1px solid rgba(53, 32, 15, .14); }
  .mobile-links a:last-child { border-bottom: none; }
  @media (max-width: 940px) {
    nav.links { display: none; }
    .menu-btn { display: flex; }
  }
  @media (max-width: 460px) {
    .brand .word { display: none; }
    .brand .mark { font-size: 1.8rem; }
    .brand-img { height: 42px; }
    .nav .btn { padding: .5rem .85rem; font-size: .85rem; }
  }

  /* ---------- hero: full-bleed painting with pasted plaque ---------- */
  .hero { position: relative; min-height: clamp(640px, 100dvh, 920px); padding-top: 84px; display: flex; align-items: center; overflow: hidden; border-bottom: 2px solid var(--ink); }
  @media (max-width: 640px) { .hero { min-height: 0; padding-top: 92px; padding-bottom: 2.5rem; } }
  .hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
  .hero .plaque {
    position: relative; z-index: 2; max-width: 560px; margin-left: auto;
    background: rgba(251, 243, 221, .46);
    -webkit-backdrop-filter: blur(10px) saturate(1.4);
    backdrop-filter: blur(10px) saturate(1.4);
    border: 2px solid rgba(53, 32, 15, .7); border-radius: 18px;
    box-shadow: 0 18px 44px rgba(28, 12, 4, .38), inset 0 1px 0 rgba(255, 255, 255, .35);
    padding: clamp(1.6rem, 3vw, 2.4rem);
    rotate: -0.6deg;
    margin-block: clamp(2rem, 6vh, 4rem);
  }
  .hero .plaque .dev-top { font-size: 1.5rem; color: var(--terracotta); display: block; margin-bottom: .35rem; }
  .hero .plaque .sub-top {
    font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: .75rem;
    letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); display: block; margin-bottom: 1rem;
  }
  .hero h1 { font-size: clamp(2rem, 3.6vw, 2.9rem); }
  .hero h1 .accent { color: var(--vermilion); }
  .hero p.lede { margin-top: 1rem; font-size: 1.08rem; }
  .hero .cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

  /* ---------- commitments: painted wall, no boxes ---------- */
  .pillars { background: var(--terracotta); color: var(--paper); padding-block: clamp(3.5rem, 7vh, 5.5rem); border-bottom: 2px solid var(--ink); }
  .pillars h2 { color: var(--paper); }
  .pillars .sub { margin-top: .75rem; color: #f3d3ae; max-width: 54ch; }
  .pillar-row { margin-top: 2.75rem; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 2rem 1.75rem; }
  .pillar .dev { font-size: 2.1rem; color: var(--marigold); display: block; line-height: 1; margin-bottom: .5rem; }
  .pillar h3 { color: var(--paper); font-size: 1.12rem; }
  .pillar p { font-size: .88rem; color: #eec9a4; line-height: 1.55; margin-top: .35rem; }
  @media (max-width: 1000px) { .pillar-row { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 640px) { .pillar-row { grid-template-columns: 1fr 1fr; } }

  /* ---------- about ---------- */
  .about { padding-block: clamp(4rem, 8vh, 6.5rem); }
  .about h2 { max-width: 24ch; }
  .about .cols { margin-top: 2rem; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); max-width: 64rem; }
  .about .cols p + p { margin-top: 1rem; }
  .about .cols strong { color: var(--vermilion); font-weight: 600; }
  .gita { margin-top: 3rem; max-width: 64rem; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); padding-block: 1.75rem; }
  .gita .dev-words { font-family: "Yatra One", sans-serif; font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--terracotta); }
  .gita p.q { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(1.35rem, 2.6vw, 2rem); line-height: 1.3; margin-top: .4rem; }
  .gita p.src { margin-top: .6rem; font-size: .92rem; color: var(--ink-soft); }
  @media (max-width: 800px) { .about .cols { grid-template-columns: 1fr; } }

  /* ---------- statement band: full painting + caption plaque ---------- */
  .band { position: relative; min-height: 74vh; display: flex; align-items: flex-end; overflow: hidden; border-block: 2px solid var(--ink); background: var(--sand-deep); }
  .band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
  @media (max-width: 700px) { .band > img { object-position: 28% 40%; } .band { min-height: 78vh; } }
  .band .plaque {
    position: relative; z-index: 2; max-width: 540px; margin-left: auto;
    background: rgba(251, 243, 221, .52);
    -webkit-backdrop-filter: blur(14px) saturate(1.4);
    backdrop-filter: blur(14px) saturate(1.4);
    border: 2px solid rgba(53, 32, 15, .75); border-radius: 18px;
    box-shadow: 0 18px 44px rgba(28, 12, 4, .38), inset 0 1px 0 rgba(255, 255, 255, .4);
    padding: clamp(1.5rem, 2.6vw, 2.2rem);
    rotate: 0.5deg;
    margin-block: clamp(2rem, 6vh, 3.5rem);
  }
  @media (prefers-reduced-transparency: reduce) { .hero .plaque, .band .plaque { background: var(--paper); backdrop-filter: none; -webkit-backdrop-filter: none; } }
  .band .plaque h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
  .band .plaque p { margin-top: .8rem; color: var(--ink-soft); font-size: 1rem; }

  /* ---------- questions ---------- */
  .questions { padding-block: clamp(4rem, 8vh, 6.5rem); background: var(--sand); }
  .questions h2 { max-width: 24ch; }
  .q-list { margin-top: 2.25rem; display: grid; max-width: 58rem; }
  .q-list p {
    font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
    font-size: clamp(1.2rem, 2.3vw, 1.7rem); line-height: 1.35;
    padding: 1.05rem 0; border-top: 1.5px solid rgba(53,32,15,.3);
  }
  .q-list p:last-child { border-bottom: 1.5px solid rgba(53,32,15,.3); color: var(--vermilion); }
  .needs { margin-top: 2.25rem; max-width: 58rem; }
  .needs p { color: var(--ink-soft); }
  .stamp-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
  .stamp {
    font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: .92rem;
    background: var(--paper); border: 1.5px solid var(--ink); border-radius: 999px;
    padding: .42rem 1.05rem; box-shadow: 2px 2px 0 rgba(53,32,15,.75);
  }
  .stamp-row .stamp:nth-child(odd) { rotate: -1.1deg; }
  .stamp-row .stamp:nth-child(even) { rotate: 1deg; }
  .stamp.hot { background: var(--vermilion); color: var(--paper); }
  .stamp.gold { background: var(--marigold-soft); }

  /* ---------- breeds ---------- */
  .breeds { padding-block: clamp(4rem, 8vh, 6.5rem); }
  .breeds-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
  .breeds h2 { max-width: 21ch; }
  .breeds .cols { margin-top: 1.5rem; color: var(--ink-soft); }
  .breeds .cols p + p { margin-top: 1rem; }
  .breeds .loss { margin-top: 1.75rem; display: grid; gap: .3rem; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(1.15rem, 2vw, 1.5rem); }
  .breeds .loss span:last-child { color: var(--vermilion); }
  .breeds-art { aspect-ratio: 3/4; rotate: 1deg; box-shadow: 6px 7px 0 rgba(53,32,15,.75); }
  @media (max-width: 900px) { .breeds-grid { grid-template-columns: 1fr; } .breeds-art { max-width: 400px; } }

  /* ---------- earth & cycle ---------- */
  .cycle { padding-block: clamp(4rem, 8vh, 6.5rem) clamp(4.5rem, 9vh, 7rem); background: var(--leaf); color: var(--cream); border-top: 2px solid var(--ink); position: relative; }
  .cycle h2 { color: var(--cream); max-width: 26ch; }
  .cycle p.sub { margin-top: 1rem; color: #ccd3a8; max-width: 60ch; }
  .cycle .ask {
    margin-top: 1.75rem; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800;
    font-size: clamp(1.2rem, 2.2vw, 1.65rem); line-height: 1.35; color: var(--marigold); max-width: 46ch;
  }
  .cycle-flow { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 0; }
  .cycle-flow .node {
    font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: clamp(.95rem, 1.5vw, 1.15rem);
    border: 1.5px dashed rgba(246, 236, 211, .55);
    padding: .45rem 1.05rem; border-radius: 999px;
  }
  .cycle-flow .node.hot { background: var(--vermilion); border: 1.5px solid var(--vermilion); color: var(--paper); }
  .cycle-flow .arrow { padding-inline: .5rem; color: var(--marigold); font-weight: 700; }
  .cycle .fringe { position: absolute; left: 0; right: 0; bottom: -14px; z-index: 3;
    background-image: radial-gradient(circle at 13px 0, var(--leaf) 11px, transparent 12px); }
  .cycle .earth-art { aspect-ratio: 21/9; margin-top: 2.75rem; border-color: rgba(246,236,211,.65); }
  @media (max-width: 700px) { .cycle .earth-art { aspect-ratio: 4/3; } }

  /* ---------- marquee ---------- */
  .marquee { border-bottom: 2px solid var(--ink); background: var(--marigold-soft); overflow: hidden; padding-block: 1.35rem .85rem; }
  .marquee-track { display: flex; gap: 3rem; width: max-content; animation: slide 40s linear infinite; }
  .marquee span { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 1rem; color: var(--ink); white-space: nowrap; }
  @keyframes slide { to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

  /* ---------- ways of seva: the bazaar ---------- */
  .seva { padding-block: clamp(4rem, 8vh, 6.5rem); background: var(--sand); border-bottom: 2px solid var(--ink); }
  .seva h2 { max-width: 22ch; }
  .seva p.lede { margin-top: 1rem; }

  .poster-row { margin-top: 2.75rem; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: start; }
  .poster {
    background: var(--paper); border: 2px solid var(--ink); border-radius: 18px;
    box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: .8rem .8rem 1.6rem;
    transition: transform .2s cubic-bezier(.16,1,.3,1);
  }
  .poster:hover { transform: translateY(-4px); }
  .poster.tilt-l { rotate: -0.7deg; }
  .poster.tilt-r { rotate: 0.7deg; margin-top: 2.25rem; }
  .poster .frame { aspect-ratio: 16/10; border-radius: 12px; }
  .poster-body { padding: 1.2rem .8rem 0; display: flex; flex-direction: column; gap: .55rem; }
  .poster-body .titleline { display: flex; align-items: baseline; gap: .8rem; flex-wrap: wrap; }
  .poster-body .price { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 1.7rem; color: var(--vermilion); }
  .poster-body p { color: var(--ink-soft); font-size: .97rem; }
  .poster-body .btn { align-self: flex-start; margin-top: .7rem; }
  .day-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .2rem; }
  .day-chips .stamp { font-size: .85rem; box-shadow: none; }

  .godanam {
    margin-top: 2.5rem; background: var(--paper); border: 2px solid var(--ink); border-radius: 18px;
    box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: 1.8rem 1.9rem 2rem; rotate: -0.35deg;
  }
  .godanam-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem 1.1rem; }
  .godanam-head .dev { font-size: 1.7rem; color: var(--terracotta); }
  .godanam p.intro { color: var(--ink-soft); margin-top: .6rem; max-width: 62ch; }
  .paths { margin-top: 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  .path { border: 1.5px dashed rgba(53,32,15,.4); border-radius: 12px; padding: 1.2rem 1.3rem; background: var(--cream); }
  .path h3 { font-size: 1.05rem; color: var(--vermilion); }
  .path p { font-size: .93rem; color: var(--ink-soft); margin-top: .4rem; }
  .godanam .btn { margin-top: 1.4rem; }
  @media (max-width: 760px) { .paths { grid-template-columns: 1fr; } }

  .board-row { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.6rem; }
  .board {
    border: 2px solid var(--ink); border-radius: 18px; padding: 1.5rem 1.5rem 1.55rem;
    box-shadow: 4px 5px 0 rgba(53,32,15,.75);
    display: flex; flex-direction: column; gap: .5rem; min-height: 12.5rem;
    transition: transform .2s cubic-bezier(.16,1,.3,1);
  }
  .board:hover { transform: translateY(-4px); }
  .board-row .board:nth-child(odd) { rotate: -0.8deg; }
  .board-row .board:nth-child(even) { rotate: 0.8deg; }
  .board .dev { font-size: 1.7rem; color: var(--terracotta); line-height: 1; }
  .board p { font-size: .93rem; color: var(--ink-soft); }
  .board a.more, .board .more { margin-top: auto; font-weight: 700; font-size: .93rem; text-decoration: none; color: var(--vermilion); padding-top: .7rem; font-family: "Bricolage Grotesque", sans-serif; }
  .board a.more:hover, .board .more:hover { text-decoration: underline; }
  .board.t-paper { background: var(--paper); }
  .board.t-leaf { background: var(--leaf-soft); }
  .board.t-gold { background: var(--marigold-soft); }
  .board.t-img { position: relative; overflow: hidden; padding: 0; border-radius: 18px; }
  .board.t-img .frame { position: absolute; inset: 0; border: none; border-radius: 0; }
  .board.t-img .board-overlay {
    position: relative; z-index: 2; margin-top: auto; padding: 3rem 1.5rem 1.35rem;
    background: linear-gradient(to top, rgba(28, 12, 4, .88), transparent); color: var(--paper);
  }
  .board.t-img .board-overlay h3 { color: var(--paper); }
  .board.t-img .board-overlay p { color: #ecd2ae; }
  .board.t-img .board-overlay a.more { color: var(--marigold); display: inline-block; padding-top: .5rem; }
  @media (max-width: 900px) {
    .poster-row { grid-template-columns: 1fr; }
    .poster.tilt-r { margin-top: 0; }
    .board-row { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 620px) { .board-row { grid-template-columns: 1fr; } }

  /* ---------- rishabha ---------- */
  .rishabha { padding-block: clamp(4rem, 8vh, 6.5rem); }
  .rishabha-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
  .rishabha-art { aspect-ratio: 4/5; rotate: -1deg; box-shadow: 6px 7px 0 rgba(53,32,15,.75); }
  .rishabha h2 { max-width: 18ch; }
  .rishabha .sub { margin-top: 1rem; color: var(--ink-soft); max-width: 56ch; }
  .creed { margin-top: 1.75rem; display: grid; gap: .3rem; }
  .creed span { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(1.2rem, 2.3vw, 1.7rem); line-height: 1.3; }
  .creed span:nth-child(2) { color: var(--vermilion); }
  .creed span:nth-child(4) { color: var(--leaf); }
  .rishabha .fine { margin-top: 1.5rem; font-size: .95rem; color: var(--ink-soft); max-width: 58ch; }
  .rishabha .btn { margin-top: 1.75rem; }
  @media (max-width: 900px) { .rishabha-grid { grid-template-columns: 1fr; } .rishabha-art { max-width: 400px; } }

  /* ---------- sustain + the written promise ---------- */
  .sustain { padding-block: clamp(4rem, 8vh, 6.5rem); background: var(--sand); border-top: 2px solid var(--ink); }
  .sustain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
  .sustain h2 { max-width: 18ch; }
  .sustain .left p { margin-top: 1.25rem; color: var(--ink-soft); max-width: 50ch; }
  .sustain .stamp-row { margin-top: 1.5rem; }
  .letter {
    position: relative;
    background: var(--paper); border: 2px solid var(--ink); border-radius: 18px;
    box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: 2rem 2.1rem 2.1rem; rotate: 0.8deg;
  }
  .letter .seal {
    position: absolute; top: -1.4rem; right: 1.6rem; width: 4.4rem; height: 4.4rem;
    background: var(--vermilion); color: var(--paper); border: 2px solid var(--ink); border-radius: 999px;
    display: grid; place-items: center; font-family: "Baloo Tammudu 2", "Yatra One", sans-serif; font-weight: 700; font-size: 1.05rem;
    rotate: 8deg; box-shadow: 2px 3px 0 rgba(53,32,15,.6);
  }
  .letter blockquote { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(1.3rem, 2.3vw, 1.7rem); line-height: 1.3; max-width: 24ch; }
  .letter blockquote em { color: var(--vermilion); font-style: normal; }
  .letter ul { margin-top: 1.2rem; list-style: none; display: grid; gap: .55rem; }
  .letter li { padding-left: 1.4rem; position: relative; color: var(--ink-soft); font-size: .96rem; }
  .letter li::before { content: "✓"; position: absolute; left: 0; color: var(--leaf); font-weight: 700; }
  .letter p.close { margin-top: 1.2rem; font-weight: 600; color: var(--ink); }
  @media (max-width: 880px) { .sustain-grid { grid-template-columns: 1fr; } }
  @media (max-width: 640px) {
    .letter .seal { width: 3.5rem; height: 3.5rem; top: -1.1rem; right: .9rem; font-size: .85rem; }
    .letter blockquote { padding-right: 2.5rem; }
  }

  /* ---------- why priority: manifesto lines ---------- */
  .priority { padding-block: clamp(4rem, 8vh, 6.5rem); border-top: 2px solid var(--ink); }
  .priority h2 { max-width: 24ch; }
  .priority p.lede { margin-top: 1rem; }
  .belief-list { margin-top: 2.25rem; max-width: 62rem; }
  .belief { padding: 1.3rem 0; border-top: 1.5px solid rgba(53,32,15,.25); }
  .belief:last-child { border-bottom: 1.5px solid rgba(53,32,15,.25); }
  .belief p { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: clamp(1.2rem, 2.3vw, 1.75rem); line-height: 1.35; }
  .belief p em { font-style: normal; color: var(--vermilion); }
  .belief p b { font-weight: 700; color: var(--leaf); }

  /* ---------- visit ---------- */
  .visit { padding-block: clamp(4rem, 8vh, 6.5rem); background: var(--sand); border-top: 2px solid var(--ink); }
  .visit h2 { max-width: 26ch; }
  .visit p.lede { margin-top: 1rem; }
  .visit-art { aspect-ratio: 21/9; margin-top: 2.5rem; box-shadow: 6px 7px 0 rgba(53,32,15,.75); }
  .visit .btn { margin-top: 2rem; }
  @media (max-width: 700px) { .visit-art { aspect-ratio: 4/3; } }

  /* ---------- mitra ---------- */
  .mitra { padding-block: clamp(4rem, 8vh, 6.5rem) clamp(5rem, 10vh, 8rem); text-align: center; border-top: 2px solid var(--ink); }
  .mitra .kicker { color: var(--terracotta); }
  .mitra h2 { margin-inline: auto; max-width: 24ch; }
  .mitra .lede { margin: 1.25rem auto 0; }
  .mitra-strip { margin: 2.5rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; max-width: 820px; }
  .mitra-strip .frame { aspect-ratio: 4/5; }
  .mitra-strip .frame:nth-child(1) { rotate: -1.2deg; }
  .mitra-strip .frame:nth-child(3) { rotate: 1.2deg; }
  @media (max-width: 640px) { .mitra-strip { grid-template-columns: 1fr; max-width: 300px; } }
  .tiers { margin-top: 2.25rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
  .tier {
    font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 1.3rem;
    border: 2px solid var(--ink); border-radius: 999px; padding: .65rem 1.7rem; background: var(--marigold-soft);
    box-shadow: 3px 3px 0 rgba(53,32,15,.75); transition: transform .18s cubic-bezier(.16,1,.3,1);
  }
  .tiers .tier:nth-child(odd) { rotate: -1.3deg; }
  .tiers .tier:nth-child(even) { rotate: 1.2deg; }
  .tier:hover { transform: translateY(-3px); }
  .mitra .note { margin-top: 1.75rem; font-style: italic; color: var(--ink-soft); }
  .mitra .btn { margin-top: 1.75rem; }

  /* ---------- closing: diya-lit night (the one deliberate dark block) ---------- */
  .closing { position: relative; background: #1c1107; color: var(--cream); padding-block: clamp(5rem, 11vh, 8.5rem) 0; overflow: hidden; }
  .closing .fringe { position: absolute; top: 0; left: 0; right: 0; z-index: 3;
    background-image: radial-gradient(circle at 13px 0, #1c1107 11px, transparent 12px); display: none; }
  .closing > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
  .closing::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(28,17,7,.92) 30%, rgba(28,17,7,.55) 70%, rgba(28,17,7,.75)); }
  .closing .wrap { position: relative; z-index: 2; }
  .closing .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; }
  .closing .big { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.025em; }
  .closing .big .dev-line { display: block; font-family: "Baloo Tammudu 2", "Yatra One", sans-serif; font-weight: 700; color: var(--marigold); font-size: clamp(1.7rem, 3.8vw, 2.9rem); margin-top: 1rem; }
  .closing .vow { margin-top: 1.75rem; font-size: 1.12rem; color: #dcc39c; max-width: 44ch; }
  .closing .cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.25rem; }
  .closing .btn { border-color: rgba(246,236,211,.9); box-shadow: 3px 3px 0 rgba(0,0,0,.55); }
  .closing .btn-ghost { background: transparent; color: var(--cream); }
  .closing .btn-ghost:hover { background: rgba(246,236,211,.1); }
  .tomorrow { display: grid; }
  .tomorrow .step { padding: 1.05rem 0; border-top: 1px solid rgba(246,236,211,.22); font-size: 1.02rem; color: #d9bf97; line-height: 1.6; }
  .tomorrow .step:last-child { border-bottom: 1px solid rgba(246,236,211,.22); }
  .tomorrow .step strong { color: var(--cream); font-weight: 700; display: block; }
  @media (max-width: 880px) { .closing .grid { grid-template-columns: 1fr; } }

  footer { position: relative; z-index: 2; margin-top: clamp(4rem, 8vh, 6rem); border-top: 1px solid rgba(246,236,211,.25); padding-block: 2.75rem 2rem; background: rgba(20, 12, 5, .72); }
  .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 2rem; font-size: .92rem; color: #c2a678; }
  .foot-grid h3 { font-size: .95rem; color: var(--cream); margin-bottom: .8rem; }
  .foot-grid nav { display: grid; gap: .45rem; }
  .foot-grid a { text-decoration: none; }
  .foot-grid a:hover { color: var(--marigold); }
  .foot-about .brand .word { color: var(--cream); }
  .foot-about p { margin-top: .8rem; }
  .foot-bottom { margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(246,236,211,.14);
    display: flex; flex-wrap: wrap; gap: .75rem 2rem; justify-content: space-between; font-size: .85rem; color: #a08355; }
  @media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .foot-grid { grid-template-columns: 1fr; } }

  /* rotations off on small screens */
  @media (max-width: 640px) {
    .hero .plaque, .band .plaque, .poster, .godanam, .board, .letter, .breeds-art, .rishabha-art, .tier, .stamp { rotate: none !important; }
  }

  /* ---------- reveal ---------- */
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

  /* ================= Dharma utility pages ================= */
  .page-hero { padding: 118px 0 clamp(2rem, 5vh, 3.5rem); background: var(--sand); border-bottom: 2px solid var(--ink); }
  .page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
  .page-hero h1 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.9rem); letter-spacing: -.015em; line-height: 1.1; }
  .page-hero p.lede { margin-top: .9rem; }
  .page-art { aspect-ratio: 4/5; max-width: 340px; justify-self: end; rotate: 1deg; box-shadow: 6px 7px 0 rgba(53,32,15,.75); }
  .page-art.wide { aspect-ratio: 16/9; max-width: 460px; }
  @media (max-width: 860px) { .page-hero-grid { grid-template-columns: 1fr; } .page-art { justify-self: start; max-width: 300px; } }

  .tool-wrap { padding: clamp(2.5rem, 6vh, 4.5rem) 0 clamp(3.5rem, 8vh, 6rem); }
  .tool-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
  @media (max-width: 860px) { .tool-grid { grid-template-columns: 1fr; } }
  .tool-panel { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: 1.7rem 1.7rem 1.9rem; }
  .tool-panel h2 { font-size: 1.3rem; margin-bottom: 1rem; }
  .field { display: grid; gap: .35rem; margin-bottom: 1.05rem; }
  .field label { font-weight: 600; font-size: .92rem; }
  .field .hint { font-size: .8rem; color: var(--ink-soft); }
  .field input, .field select, .field textarea {
    width: 100%; padding: .7rem .9rem; font: inherit; color: var(--ink);
    background: var(--cream); border: 2px solid var(--ink); border-radius: 12px;
  }
  .field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--marigold); outline-offset: 1px; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  @media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }
  .tool-panel .btn { margin-top: .4rem; }

  .result { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: 1.7rem 1.7rem 1.9rem; }
  .result .big-line { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.2; }
  .result .big-line span { color: var(--vermilion); }
  .kv { margin-top: 1.1rem; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem 1.2rem; }
  .kv > div { border-top: 1.5px solid rgba(53,32,15,.18); padding-top: .5rem; }
  .kv .k { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
  .kv .v { font-weight: 600; margin-top: .1rem; }
  .kv .v small { display: block; font-weight: 400; color: var(--ink-soft); }
  @media (max-width: 480px) { .kv { grid-template-columns: 1fr; } }
  .note { margin-top: 1.2rem; font-size: .86rem; color: var(--ink-soft); line-height: 1.6; border-top: 1.5px dashed rgba(53,32,15,.35); padding-top: .9rem; }
  .result-empty { color: var(--ink-soft); font-style: italic; }

  /* homepage panchang strip */
  .pan-strip { background: var(--sand); border-bottom: 2px solid var(--ink); padding: clamp(2rem, 4vh, 3rem) 0; }
  .pan-card { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: 1.5rem 1.7rem 1.6rem; }
  .pan-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem 1rem; margin-bottom: .9rem; }
  .pan-head .dev { font-size: 1.35rem; color: var(--terracotta); }
  .pan-head .today-date { font-weight: 700; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.1rem; }
  .pan-head select { margin-left: auto; padding: .35rem .7rem; font: inherit; font-size: .9rem; border: 2px solid var(--ink); border-radius: 999px; background: var(--cream); }
  .pan-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .8rem 1.2rem; }
  .pan-grid > div { border-top: 1.5px solid rgba(53,32,15,.18); padding-top: .5rem; }
  .pan-grid .k { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
  .pan-grid .v { font-weight: 600; font-size: .98rem; margin-top: .1rem; }
  @media (max-width: 760px) { .pan-grid { grid-template-columns: repeat(2, 1fr); } }
  .special-row { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
  .special-badge { background: var(--vermilion); color: var(--paper); border: 2px solid var(--ink); border-radius: 999px; padding: .3rem .95rem; font-weight: 700; font-size: .88rem; font-family: "Bricolage Grotesque", sans-serif; }
  .pan-links { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .6rem; font-weight: 700; font-size: .9rem; font-family: "Bricolage Grotesque", sans-serif; }
  .pan-links a {
    color: var(--ink); text-decoration: none; background: var(--cream);
    border: 1.5px solid var(--ink); border-radius: 999px; padding: .45rem 1.05rem;
    box-shadow: 2px 2px 0 rgba(53,32,15,.65);
    transition: transform .16s cubic-bezier(.16,1,.3,1), box-shadow .16s ease;
  }
  .pan-links a:hover { transform: translate(-1px,-2px); box-shadow: 3px 4px 0 rgba(53,32,15,.65); }
  .pan-links a:first-child { background: var(--vermilion); color: var(--paper); border-color: var(--ink); }

  /* hindu calendar */
  .cal-controls { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-bottom: 1.2rem; }
  .cal-controls .btn { padding: .45rem .9rem; font-size: .9rem; }
  .cal-controls .month-label { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 1.3rem; margin-inline: .5rem; }
  .cal-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
  .cal-filters .stamp { cursor: pointer; user-select: none; }
  .cal-filters .stamp.active { background: var(--vermilion); color: var(--paper); }
  .cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 6px; }
  .cal-dow { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); text-align: center; padding-bottom: .3rem; }
  .cal-cell { min-height: 92px; background: var(--paper); border: 1.5px solid rgba(53,32,15,.35); border-radius: 10px; padding: .4rem .5rem; font-size: .74rem; line-height: 1.35; }
  .cal-cell .d { font-weight: 800; font-family: "Bricolage Grotesque", sans-serif; font-size: .95rem; }
  .cal-cell .t { color: var(--ink-soft); }
  .cal-cell.dim { opacity: .35; }
  .cal-cell.today { outline: 3px solid var(--marigold); }
  .cal-cell .fb { display: inline-block; margin-top: .25rem; background: var(--marigold-soft); border: 1px solid var(--ink); border-radius: 999px; padding: 0 .45rem; font-weight: 700; font-size: .68rem; }
  .cal-cell .fb.hot { background: var(--vermilion); color: var(--paper); }
  @media (max-width: 760px) { .cal-grid { gap: 3px; } .cal-cell { min-height: 74px; padding: .3rem .35rem; font-size: .62rem; } .cal-cell .d { font-size: .8rem; } }

  /* festivals + cows lists */
  .fest-list { display: grid; gap: 1.1rem; max-width: 60rem; }
  .fest { background: var(--paper); border: 2px solid var(--ink); border-radius: 14px; box-shadow: 4px 4px 0 rgba(53,32,15,.7); padding: 1.15rem 1.35rem; display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: center; }
  .fest .when { text-align: center; min-width: 5.2rem; border-right: 1.5px dashed rgba(53,32,15,.35); padding-right: 1.1rem; }
  .fest .when .dd { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--vermilion); line-height: 1; }
  .fest .when .mm { font-size: .8rem; font-weight: 700; }
  .fest h3 { font-size: 1.1rem; }
  .fest p { font-size: .9rem; color: var(--ink-soft); margin-top: .2rem; }

  .cow-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.6rem; }
  @media (max-width: 900px) { .cow-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .cow-grid { grid-template-columns: 1fr; } }
  .cow-card { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 6px 0 rgba(53,32,15,.75); overflow: hidden; display: flex; flex-direction: column; }
  .cow-card .frame { border: none; border-bottom: 2px solid var(--ink); border-radius: 0; aspect-ratio: 4/3; }
  .cow-card .body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
  .cow-card .meta { font-size: .8rem; font-weight: 700; color: var(--terracotta); letter-spacing: .04em; text-transform: uppercase; }
  .cow-card p { font-size: .9rem; color: var(--ink-soft); }
  .cow-card .btn { margin-top: auto; align-self: flex-start; padding: .55rem 1.1rem; font-size: .9rem; }
  .sample-note { margin-top: 1.4rem; font-size: .85rem; color: var(--ink-soft); font-style: italic; }

  /* mini footer for subpages */
  .mini-footer { background: #221609; color: #c2a678; padding: 2.2rem 0; margin-top: 0; }
  .mini-footer .row { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; align-items: center; font-size: .9rem; }
  .mini-footer a { color: var(--cream); text-decoration: none; font-weight: 600; }
  .mini-footer a:hover { color: var(--marigold); }
  .mini-footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }

  /* ================= adoption wall / meter / certificate ================= */
  .skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: var(--paper); padding: .6rem 1rem; border-radius: 0 0 10px 0; font-weight: 700; }
  .skip-link:focus { left: 0; }
  a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--marigold); outline-offset: 2px; }

  .meter { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: 1.5rem 1.7rem 1.6rem; }
  .meter .big-line { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: clamp(1.3rem, 2.6vw, 2rem); line-height: 1.25; }
  .meter .big-line span { color: var(--vermilion); }
  .prog { margin-top: .9rem; height: 18px; border: 2px solid var(--ink); border-radius: 999px; background: var(--cream); overflow: hidden; }
  .prog .fill { height: 100%; background: var(--vermilion); border-radius: 999px 0 0 999px; transition: width .8s cubic-bezier(.16,1,.3,1); }
  .prog.full .fill { background: var(--leaf); border-radius: 999px; }
  .meter .sub-line { margin-top: .6rem; font-size: .9rem; color: var(--ink-soft); }

  .cow-card .prog { height: 12px; margin-top: .5rem; border-width: 1.5px; }
  .cow-card .prog-label { font-size: .78rem; font-weight: 700; color: var(--ink-soft); margin-top: .4rem; }
  .status-chip { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; border: 1.5px solid var(--ink); border-radius: 999px; padding: .1rem .6rem; margin-left: .4rem; vertical-align: middle; }
  .status-chip.healthy { background: var(--leaf-soft); }
  .status-chip.recovering { background: var(--marigold-soft); }
  .status-chip.senior { background: var(--rose-soft, #ecd2ae); }
  .status-chip.treatment { background: var(--vermilion); color: var(--paper); }

  /* certificate page */
  .cert-preview { background: var(--paper); border: 2px solid var(--ink); border-radius: 18px; box-shadow: 6px 7px 0 rgba(53,32,15,.78); padding: 1rem; display: grid; place-items: center; }
  .cert-preview canvas { max-width: 100%; height: auto; border-radius: 10px; border: 1.5px solid rgba(53,32,15,.3); }
  .cert-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
  .fmt-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
  .fmt-chips .stamp { cursor: pointer; user-select: none; }
  .fmt-chips .stamp.active { background: var(--vermilion); color: var(--paper); }

  /* faq */
  .faq-search { max-width: 34rem; margin-bottom: 1.6rem; }
  .faq-list { max-width: 52rem; display: grid; gap: .9rem; }
  details.faq { background: var(--paper); border: 2px solid var(--ink); border-radius: 14px; box-shadow: 4px 4px 0 rgba(53,32,15,.7); padding: 0; overflow: hidden; }
  details.faq summary { cursor: pointer; list-style: none; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 1.05rem; padding: 1rem 3rem 1rem 1.3rem; position: relative; }
  details.faq summary::-webkit-details-marker { display: none; }
  details.faq summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--vermilion); font-weight: 700; }
  details.faq[open] summary::after { content: "\2013"; }
  details.faq .a { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); font-size: .96rem; line-height: 1.65; }
  details.faq .a strong { color: var(--ink); }

  /* star days */
  .star-days { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .5rem; }
  .star-days .stamp { font-size: .85rem; box-shadow: none; }
  .seva-cta-block { margin-top: 1.3rem; border-top: 1.5px dashed rgba(53,32,15,.35); padding-top: 1.1rem; }
  .seva-cta-block p { font-size: .95rem; color: var(--ink-soft); margin-bottom: .8rem; }
  .seva-cta-block .row { display: flex; flex-wrap: wrap; gap: .7rem; }

  /* 404 */
  .lost { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 6rem 1.5rem 4rem; }
  .lost .dev { font-size: clamp(3rem, 8vw, 5rem); color: var(--terracotta); display: block; }
  .lost h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-top: .5rem; }
  .lost p { color: var(--ink-soft); margin-top: .8rem; max-width: 40ch; }
  .lost .btn { margin-top: 1.6rem; }

  /* ================= the reality gallery ================= */
  .reality { padding-block: clamp(4rem, 8vh, 6.5rem); background: var(--ink); color: var(--cream); border-block: 2px solid var(--ink); }
  .reality h2 { color: var(--cream); max-width: 22ch; }
  .reality .kicker { color: var(--marigold); }
  .reality .lede { color: #d8c3a5; max-width: 62ch; margin-top: 1rem; }
  .reality .lede strong { color: var(--cream); font-weight: 600; }
  .r-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
  .r-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 12px;
    border: 1.5px solid rgba(246,236,211,.35); background: #2a1a0d; aspect-ratio: 4/3; }
  .r-grid figure img { width: 100%; height: 100%; object-fit: cover; display: block;
    filter: saturate(.92); transition: transform .5s cubic-bezier(.16,1,.3,1); }
  .r-grid figure:hover img { transform: scale(1.04); }
  @media (max-width: 900px) { .r-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 620px) { .r-grid { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  }
  .r-after { margin-top: 2.25rem; padding-top: 1.5rem; border-top: 1px solid rgba(246,236,211,.25);
    display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
  .r-after p { color: #d8c3a5; font-size: 1.05rem; line-height: 1.75; }
  .r-after p strong { color: var(--marigold); font-weight: 700; }
  .r-after .cta-row { display: flex; flex-wrap: wrap; gap: .8rem; }
  .r-after .btn-ghost { background: transparent; color: var(--cream); border-color: rgba(246,236,211,.6); box-shadow: 3px 3px 0 rgba(0,0,0,.5); }
  .r-after .btn-ghost:hover { background: rgba(246,236,211,.1); }
  @media (max-width: 760px) { .r-after { grid-template-columns: 1fr; } }

  /* mobile tap targets: hamburger to the 44px minimum */
  @media (max-width: 940px) {
    .menu-btn { min-width: 44px; min-height: 44px; justify-content: center; }
  }
