

.bh {
  --turq: #4FC8B6;
  --turq-l: #6ADCCB;
  --turq-deep: #11675C;
  --paper: #F3EDDE;
  --paper-2: #EAE2CE;
  --paper-ink: #221B10;
  --paper-muted: rgba(34, 27, 16, .68);
  --paper-gold: #6B4D14;
  --bh-ease: cubic-bezier(.23, 1, .32, 1);
  --bh-line: rgba(201, 168, 76, .13);
  --bh-line-s: rgba(201, 168, 76, .36);
  --bh-ink: #0A0A0C;
  --bh-surface: #141318;
  --bh-surface2: #1A1820;
  --bh-text: #F0E8D5;
  --bh-muted: rgba(240, 232, 213, .64);
  --bh-dim: rgba(240, 232, 213, .56);

  position: relative;
  z-index: 2;
  color: var(--bh-text);
  font-family: 'IRANYekanX', Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.9;
}

html[data-bird-theme="light"] .bh {
  --turq: #11675C;
  --turq-l: #0E7A6C;
  --turq-deep: #0B4F46;
  --paper: #EDE4D0;
  --paper-2: #E0D5BC;
  --bh-line: rgba(138, 100, 32, .16);
  --bh-line-s: rgba(138, 100, 32, .38);
  --bh-ink: #F6F3EC;
  --bh-surface: #FFFFFF;
  --bh-surface2: #FBF9F4;
  --bh-text: #221B10;
  --bh-muted: rgba(34, 27, 16, .70);
  --bh-dim: rgba(34, 27, 16, .62);
}

.bh a { text-decoration: none; }

.bh-ticket, .bh-row, .bh-indexrow, .bh-post, .bh-chip { color: var(--bh-text); }
.bh svg.bh-i { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.bh :where(a, button):focus-visible { outline: 2px solid var(--gold, #C9A84C); outline-offset: 3px; border-radius: 8px; }

body.home { background: #0A0A0C; }
html[data-bird-theme="light"] body.home { background: #F6F3EC !important; }

body.home .grain-overlay {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.8 0 0 0 0 0.72 0 0 0 0 0.55 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .5;
  mix-blend-mode: normal;
  z-index: 1;
}

html[data-bird-theme="light"] body.home .grain-overlay { opacity: .3; }

.bh-foot-seal { margin-top: 18px; }
.bh-foot-seal-t { display: block; font-size: 12.5px; color: rgba(240, 232, 213, .56); margin-bottom: 8px; }
html[data-bird-theme="light"] .bh-foot-seal-t { color: rgba(34, 27, 16, .62); }
.bh-foot-seal-box {
  display: inline-flex; align-items: center; justify-content: center;
  background: #FFFFFF; border-radius: 12px; padding: 8px;
  border: 1px solid rgba(201, 168, 76, .13);
}
.bh-foot-seal-box img { width: 78px; height: auto; display: block; }

.bird-ribbon {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 8px 26px;
  min-height: 38px; padding: 6px 4vw;
  background: #101013;
  border-bottom: 1px solid rgba(201, 168, 76, .13);
  font-size: 11.5px; color: rgba(240, 232, 213, .56);
  font-family: 'IRANYekanX', Tahoma, sans-serif;
  position: relative; z-index: 60;
}
.bird-ribbon b { color: rgba(240, 232, 213, .64); font-weight: 500; }
.bird-ribbon .rb-dot { width: 3px; height: 3px; border-radius: 50%; background: #8A6420; flex: none; }
.bird-ribbon .rb-up { color: #4FC8B6; font-weight: 500; }
.bird-ribbon a { color: inherit; text-decoration: none; transition: color .18s cubic-bezier(.23, 1, .32, 1); }
@media (hover: hover) { .bird-ribbon a:hover { color: #E8C97A; } }
@media (max-width: 760px) { .bird-ribbon .rb-hide { display: none; } }
html[data-bird-theme="light"] .bird-ribbon { background: #FBF9F4; border-bottom-color: rgba(138, 100, 32, .16); color: rgba(34, 27, 16, .62); }
html[data-bird-theme="light"] .bird-ribbon b { color: rgba(34, 27, 16, .72); }
html[data-bird-theme="light"] .bird-ribbon .rb-up { color: #11675C; }
html[data-bird-theme="light"] .bird-ribbon a:hover { color: #6B4D14; }

.bh-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 30px;
  height: 72px; padding: 0 4.5vw;
  background: rgba(10, 10, 12, .78);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(201, 168, 76, .13);
  font-family: 'IRANYekanX', Tahoma, sans-serif;
}
html[data-bird-theme="light"] .bh-nav {
  background: rgba(246, 243, 236, .82);
  border-bottom-color: rgba(138, 100, 32, .16);
}

.bh-brand {
  --bw: 44px;
  --bm: calc(var(--bw) * 1.18);
  display: flex; align-items: center; gap: 6px; text-decoration: none;
}
.bh-brand-glyph { width: var(--bm); height: var(--bm); flex: none; display: block; }
.bh-brand-glyph svg { width: 100%; height: 100%; display: block; filter: none; }
.bh-brand-word {
  font-family: 'IRANYekanX', system-ui, sans-serif; font-size: var(--bw); font-weight: 500;
  color: #E8C97A; letter-spacing: -.015em; line-height: 1;
}

@media (max-width: 720px) { .bh-brand { --bw: 36px; } }
html[data-bird-theme="light"] .bh-brand-word { color: #8A6420; }
.bh-navlinks { display: flex; gap: 26px; font-size: 13.5px; margin-inline-start: 14px; }
.bh-navlinks a { color: rgba(240, 232, 213, .64); text-decoration: none; transition: color .18s cubic-bezier(.23, 1, .32, 1); }
html[data-bird-theme="light"] .bh-navlinks a { color: rgba(34, 27, 16, .70); }
@media (hover: hover) {
  .bh-navlinks a:hover { color: #E8C97A; }
  html[data-bird-theme="light"] .bh-navlinks a:hover { color: #6B4D14; }
}
.bh-navside { display: flex; align-items: center; gap: 10px; margin-inline-start: auto; }
.bh-navicon {
  width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(201, 168, 76, .13); border-radius: 50%;
  background: transparent; color: rgba(240, 232, 213, .64); cursor: pointer;
  transition: color .18s cubic-bezier(.23, 1, .32, 1), border-color .18s cubic-bezier(.23, 1, .32, 1), transform .14s cubic-bezier(.23, 1, .32, 1);
}
html[data-bird-theme="light"] .bh-navicon { border-color: rgba(138, 100, 32, .2); color: rgba(34, 27, 16, .70); }
.bh-navicon:active { transform: scale(.94); }
@media (hover: hover) {
  .bh-navicon:hover { color: #E8C97A; border-color: rgba(201, 168, 76, .36); }
  html[data-bird-theme="light"] .bh-navicon:hover { color: #6B4D14; border-color: rgba(138, 100, 32, .4); }
}
.bh-navcta {
  display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 20px;
  border: 1px solid rgba(201, 168, 76, .36); border-radius: 20px;
  font-size: 13px; font-weight: 500; color: #E8C97A; text-decoration: none;
  transition: background .18s cubic-bezier(.23, 1, .32, 1), transform .14s cubic-bezier(.23, 1, .32, 1);
}
html[data-bird-theme="light"] .bh-navcta { border-color: rgba(138, 100, 32, .4); color: #6B4D14; }
.bh-navcta:active { transform: scale(.97); }
@media (hover: hover) {
  .bh-navcta:hover { background: rgba(201, 168, 76, .1); }
  html[data-bird-theme="light"] .bh-navcta:hover { background: rgba(138, 100, 32, .08); }
}
@media (max-width: 640px) { .bh-navlinks { display: none; } }

.bh-foot {
  border-top: 1px solid rgba(201, 168, 76, .13);
  background: #101013; padding: 64px 4.5vw 30px;
  font-family: 'IRANYekanX', Tahoma, sans-serif;
  color: #F0E8D5; font-size: 15px; line-height: 1.9;
  position: relative; z-index: 2;
}
html[data-bird-theme="light"] .bh-foot { background: #FBF9F4; border-top-color: rgba(138, 100, 32, .16); color: #221B10; }
.bh-foot a { text-decoration: none; color: inherit; }
.bh-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 44px; margin-bottom: 48px; }
.bh-foot-brand p { font-size: 12.5px; color: rgba(240, 232, 213, .56); margin: 14px 0 0; max-width: 26em; line-height: 2; }
html[data-bird-theme="light"] .bh-foot-brand p { color: rgba(34, 27, 16, .62); }
.bh-foot-slogan { display: block; font-size: 14px; color: #E8C97A; margin-top: 10px; letter-spacing: -.01em; }
html[data-bird-theme="light"] .bh-foot-slogan { color: #6B4D14; }
.bh-foot-col h4 {
  font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400;
  font-size: 14.5px; color: #F0E8D5; margin: 0 0 16px;
}
html[data-bird-theme="light"] .bh-foot-col h4 { color: #221B10; }
.bh-foot-col > a { display: block; font-size: 12.5px; color: rgba(240, 232, 213, .56); padding: 5px 0; transition: color .18s cubic-bezier(.23, 1, .32, 1); }
html[data-bird-theme="light"] .bh-foot-col > a { color: rgba(34, 27, 16, .62); }
@media (hover: hover) {
  .bh-foot-col > a:hover { color: #E8C97A; }
  html[data-bird-theme="light"] .bh-foot-col > a:hover { color: #6B4D14; }
}
.bh-foot-contact { font-size: 12.5px; color: rgba(240, 232, 213, .56); display: flex; flex-direction: column; gap: 10px; }
html[data-bird-theme="light"] .bh-foot-contact { color: rgba(34, 27, 16, .62); }
.bh-foot-contact div { display: flex; align-items: center; gap: 9px; }
.bh-foot-contact svg { color: #4FC8B6; flex: none; }
html[data-bird-theme="light"] .bh-foot-contact svg { color: #11675C; }
@media (hover: hover) {
  .bh-foot-contact a:hover { color: #E8C97A; }
  html[data-bird-theme="light"] .bh-foot-contact a:hover { color: #6B4D14; }
}
.bh-foot-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border-top: 1px solid rgba(201, 168, 76, .13); padding-top: 22px;
  font-size: 11px; color: rgba(240, 232, 213, .56);
}
html[data-bird-theme="light"] .bh-foot-bottom { border-top-color: rgba(138, 100, 32, .16); color: rgba(34, 27, 16, .62); }
@media (max-width: 1060px) { .bh-foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .bh-foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .bh-foot-bottom { flex-direction: column; text-align: center; }
}

.bh-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 30px;
  align-items: center;
  padding: 64px 4.5vw 80px;
  min-height: 78vh;
}
.bh-hero::before {
  content: ""; position: absolute; inset-block: 0; inset-inline-start: 0; width: 52%;
  background: radial-gradient(52% 44% at 42% 52%, rgba(201, 168, 76, .09), transparent 70%);
  pointer-events: none;
}
html[data-bird-theme="light"] .bh-hero::before { opacity: .55; }
.bh-hero-text { position: relative; z-index: 2; }

.bh-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.bh-kicker .bh-rule { width: 44px; height: 2px; background: var(--turq); border-radius: 2px; flex: none; }
.bh-kicker span:last-child {
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 21px; letter-spacing: .09em; color: var(--turq);
  text-transform: uppercase; direction: ltr;
}

.bh-h1 {
  font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400;
  font-size: clamp(40px, 5vw, 66px); line-height: 1.3;
  letter-spacing: -.025em; color: var(--bh-text); text-wrap: balance;
  margin: 0;
}
.bh-h1 .bh-gold {
  background: linear-gradient(115deg, var(--gold-glow, #FFE8A8), var(--gold, #C9A84C) 60%, var(--gold-light, #E8C97A));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
html[data-bird-theme="light"] .bh-h1 .bh-gold {
  background: linear-gradient(115deg, var(--gold-glow, #A9842F), var(--gold-deep, #6B4D14) 70%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bh-h1 .bh-u { position: relative; white-space: nowrap; }
.bh-h1 .bh-u svg {
  position: absolute; inset-inline: 0; bottom: -.14em; width: 100%; height: .3em; color: var(--turq);
}

.bh-lede { max-width: 33em; margin: 22px 0 0; font-size: 15.5px; color: var(--bh-muted); text-wrap: pretty; }

.bh-ctas { display: flex; align-items: center; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.bh-btn {
  display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 30px;
  border: none; border-radius: 15px; cursor: pointer;
  background: linear-gradient(135deg, var(--gold-glow, #FFE8A8), var(--gold-light, #E8C97A) 45%, var(--gold, #C9A84C));
  color: #1A1304; font-family: inherit; font-size: 15px; font-weight: 800; letter-spacing: -.01em;
  box-shadow: 0 12px 34px rgba(201, 168, 76, .26);
  transition: transform .18s var(--bh-ease), box-shadow .18s var(--bh-ease);
}
html[data-bird-theme="light"] .bh-btn {
  background: linear-gradient(135deg, var(--gold, #8A6420), var(--gold-deep, #6B4D14));
  color: #FFFDF7; box-shadow: 0 12px 30px rgba(138, 100, 32, .26);
}
.bh-btn:active { transform: scale(.97); }
@media (hover: hover) { .bh-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(201, 168, 76, .38); } }

.bh-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--bh-muted); transition: color .18s var(--bh-ease); }
.bh-link svg { transition: transform .18s var(--bh-ease); }
@media (hover: hover) { .bh-link:hover { color: var(--turq-l); } .bh-link:hover svg { transform: translateX(-4px); } }

.bh-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; margin-top: 40px; font-size: 12px; color: var(--bh-dim); }
.bh-proof .bh-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-deep, #8A6420); flex: none; }
.bh-proof b { color: var(--bh-muted); font-weight: 500; }
.bh-proof .bh-stars { color: var(--gold-light, #E8C97A); letter-spacing: 2px; font-size: 11px; }
html[data-bird-theme="light"] .bh-proof .bh-stars { color: var(--gold-deep, #6B4D14); }

.bh-tickets { position: relative; height: 470px; }
.bh-ticket {
  --hole: var(--bh-ink);
  position: absolute; width: min(360px, 88%); display: block;
  background: linear-gradient(172deg, var(--bh-surface2), #100F13);
  border: 1px solid var(--bh-line-s); border-radius: 14px;
  padding: 20px 22px 16px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
  transition: transform .28s var(--bh-ease), box-shadow .28s var(--bh-ease);
}
html[data-bird-theme="light"] .bh-ticket {
  background: linear-gradient(172deg, #FFFFFF, #F7F3E9);
  box-shadow: 0 22px 48px rgba(94, 68, 20, .16);
}

.bh-ticket::before {
  content: ""; position: absolute; inset: 0; border-radius: 14px; pointer-events: none;
  background-image:
    radial-gradient(circle 3.2px, var(--hole) 3.2px, transparent 3.6px),
    radial-gradient(circle 3.2px, var(--hole) 3.2px, transparent 3.6px);
  background-size: 22px 8px, 22px 8px;
  background-position: 11px -4px, 11px calc(100% + 4px);
  background-repeat: repeat-x, repeat-x;
}
.bh-strip {
  position: absolute; inset-inline: 14px; top: 0; height: 5px; border-radius: 0 0 4px 4px;
  background: repeating-linear-gradient(-45deg, var(--gold, #C9A84C) 0 9px, transparent 9px 18px, var(--turq) 18px 27px, transparent 27px 36px);
  opacity: .85;
}
.bh-ticket:nth-of-type(1) { top: 22px; inset-inline-start: 6%; transform: rotate(2.4deg); z-index: 3; }
.bh-ticket:nth-of-type(2) { top: 150px; inset-inline-start: 22%; transform: rotate(-2deg); z-index: 2; opacity: .94; }
.bh-ticket:nth-of-type(3) { top: 286px; inset-inline-start: 2%; transform: rotate(1.2deg); z-index: 1; opacity: .85; }
@media (hover: hover) {
  .bh-ticket:hover { transform: rotate(0deg) translateY(-4px); opacity: 1; z-index: 5; box-shadow: 0 36px 80px rgba(0, 0, 0, .6); }
}
.bh-ticket:active { transform: scale(.985); }

.bh-tk-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-top: 8px; }
.bh-tk-titles { min-width: 0; }
.bh-tk-kind { font-family: 'Bird Mono', ui-monospace, monospace; font-size: 9.5px; letter-spacing: .2em; color: var(--turq); text-transform: uppercase; direction: ltr; display: block; }
.bh-tk-name { font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400; font-size: 17px; line-height: 1.5; margin-top: 3px; color: var(--bh-text); }
.bh-tk-lat { font-family: 'Bird Mono', ui-monospace, monospace; font-size: 10.5px; color: var(--bh-dim); direction: ltr; display: block; }
.bh-tk-logo {
  width: 38px; height: 38px; border-radius: 10px; flex: none; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--bh-line); color: var(--gold-light, #E8C97A); background: rgba(201, 168, 76, .07);
}
.bh-tk-logo img { width: 100%; height: 100%; object-fit: cover; }
html[data-bird-theme="light"] .bh-tk-logo { color: var(--gold-deep, #6B4D14); }

.bh-tk-route { display: flex; align-items: center; gap: 10px; margin: 14px 0 4px; font-size: 11.5px; color: var(--bh-muted); }
.bh-tk-path { flex: 1; border-bottom: 1.5px dashed rgba(79, 200, 182, .5); position: relative; transform: translateY(-2px); }
html[data-bird-theme="light"] .bh-tk-path { border-bottom-color: rgba(17, 103, 92, .5); }
.bh-tk-path svg { position: absolute; top: -8px; inset-inline-start: calc(50% - 8px); color: var(--turq); transform: scaleX(-1); }

.bh-tk-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 10px; }

.bh-tk-price { display: flex; align-items: baseline; gap: 5px; font-size: 15px; font-weight: 800; color: var(--gold-light, #E8C97A); }
.bh-tk-price b { font-weight: 800; direction: ltr; unicode-bidi: isolate; }
.bh-tk-price small { font-size: 10.5px; font-weight: 400; color: var(--bh-dim); }
html[data-bird-theme="light"] .bh-tk-price { color: var(--gold-deep, #6B4D14); }
.bh-tk-code {
  width: 86px; height: 26px; opacity: .55;
  background: repeating-linear-gradient(90deg, var(--bh-text) 0 2px, transparent 2px 4px, var(--bh-text) 4px 5px, transparent 5px 9px, var(--bh-text) 9px 12px, transparent 12px 14px);
}
.bh-tk-stamp {
  position: absolute; top: 44px; inset-inline-end: 18px;
  width: 74px; height: 74px; border: 2px solid rgba(79, 200, 182, .65); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1px;
  color: var(--turq); font-size: 9.5px; font-weight: 700; letter-spacing: .08em;
  transform: rotate(-14deg); opacity: .85; text-align: center;
}
html[data-bird-theme="light"] .bh-tk-stamp { border-color: rgba(17, 103, 92, .6); }
.bh-tk-stamp b { font-size: 8px; font-weight: 500; letter-spacing: .18em; opacity: .8; }

.bh-tickerwrap {
  border-block: 1px solid var(--bh-line);
  background: var(--bg2, #0A0A0A);
  overflow: hidden; padding: 15px 0;

  direction: ltr;
}
.bh-ticker { display: flex; width: max-content; gap: 14px; animation: bhTick 36s linear infinite; }
@keyframes bhTick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .bh-ticker { animation: none; } }
.bh-chip {
  direction: rtl;
  display: flex; align-items: center; gap: 9px;
  height: 40px; padding: 0 18px; border: 1px solid var(--bh-line); border-radius: 20px;
  font-size: 12.5px; color: var(--bh-muted); white-space: nowrap;
  background: rgba(20, 19, 24, .6);
  transition: border-color .18s var(--bh-ease), color .18s var(--bh-ease);
}
html[data-bird-theme="light"] .bh-chip { background: #FFFFFF; }
.bh-chip svg { width: 16px; height: 16px; color: var(--turq); }
.bh-chip em { font-style: normal; color: var(--gold, #C9A84C); font-size: 10px; margin-inline-start: 2px; }
html[data-bird-theme="light"] .bh-chip em { color: var(--gold-deep, #6B4D14); }
@media (hover: hover) { .bh-chip:hover { border-color: var(--bh-line-s); color: var(--bh-text); } }

.bh-section { padding: 84px 4.5vw; }
.bh-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.bh-seckicker {
  font-family: 'Bird Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: .22em;
  color: var(--turq); text-transform: uppercase; display: block; margin-bottom: 12px; direction: ltr;
}
.bh-sectitle {
  font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400;
  font-size: clamp(25px, 2.8vw, 34px); letter-spacing: -.01em; line-height: 1.45;
  text-wrap: balance; color: var(--bh-text); margin: 0;
}
.bh-seclink { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--bh-muted); flex: none; transition: color .18s var(--bh-ease); }
@media (hover: hover) { .bh-seclink:hover { color: var(--gold-light, #E8C97A); } }
html[data-bird-theme="light"] .bh-seclink:hover { color: var(--gold-deep, #6B4D14); }

.bh-menu { border-top: 1px solid var(--bh-line); }
.bh-row {
  display: flex; align-items: center; gap: 18px;
  padding: 24px 10px; border-bottom: 1px solid var(--bh-line);
  position: relative; transition: background .18s var(--bh-ease);
}
@media (hover: hover) { .bh-row:hover { background: rgba(201, 168, 76, .04); } }
.bh-rank {
  font-family: 'Bird Mono', ui-monospace, monospace; font-size: 22px; font-weight: 700; line-height: 1;
  color: var(--gold, #C9A84C); width: 56px; flex: none; direction: ltr; text-align: center; letter-spacing: -.02em;
}
html[data-bird-theme="light"] .bh-rank { color: var(--gold-deep, #6B4D14); }
.bh-rowname { min-width: 0; }
.bh-rowname b { display: block; font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400; font-size: 17px; line-height: 1.6; color: var(--bh-text); }
.bh-rowname span { font-family: 'Bird Mono', ui-monospace, monospace; font-size: 11px; color: var(--bh-dim); direction: ltr; display: inline-block; letter-spacing: -.01em; }
.bh-tag { flex: none; font-size: 10.5px; color: var(--turq); border: 1px solid rgba(79, 200, 182, .35); border-radius: 12px; padding: 3px 11px; white-space: nowrap; }
html[data-bird-theme="light"] .bh-tag { border-color: rgba(17, 103, 92, .35); }
.bh-lead { flex: 1; border-bottom: 1px dotted var(--bh-line-s); transform: translateY(6px); min-width: 30px; }
.bh-price { flex: none; font-size: 15px; font-weight: 800; color: var(--gold-light, #E8C97A); white-space: nowrap; }
.bh-price small { font-size: 10.5px; font-weight: 400; color: var(--bh-dim); margin-inline-start: 5px; }
.bh-price .bh-from { font-size: 10.5px; font-weight: 400; color: var(--bh-dim); margin-inline-end: 5px; }
html[data-bird-theme="light"] .bh-price { color: var(--gold-deep, #6B4D14); }
.bh-go {
  flex: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--bh-line-s);
  display: flex; align-items: center; justify-content: center; color: var(--gold-light, #E8C97A);
  transition: background .18s var(--bh-ease), color .18s var(--bh-ease), transform .14s var(--bh-ease);
}
html[data-bird-theme="light"] .bh-go { color: var(--gold-deep, #6B4D14); }
.bh-row:active .bh-go { transform: scale(.92); }
@media (hover: hover) {
  .bh-row:hover .bh-go { background: var(--gold, #C9A84C); color: #1A1304; border-color: var(--gold, #C9A84C); }
  html[data-bird-theme="light"] .bh-row:hover .bh-go { color: #FFFDF7; }
}

.bh-paper { position: relative; background: var(--paper); color: var(--paper-ink); padding: 90px 4.5vw 84px; }

.bh-paper::before, .bh-paper::after {
  content: ""; position: absolute; inset-inline: 0; height: 9px; pointer-events: none;
  background-image: radial-gradient(circle 4.2px, var(--bh-ink) 4.2px, transparent 4.6px);
  background-size: 24px 9px; background-position: 12px 0; background-repeat: repeat-x;
}
.bh-paper::before { top: -1px; }
.bh-paper::after { bottom: -1px; transform: scaleY(-1); }
.bh-paper .bh-seckicker { color: var(--turq-deep); }
.bh-paper .bh-sectitle { color: var(--paper-ink); }

.bh-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.bh-steps::before { content: ""; position: absolute; top: 44px; inset-inline: 60px; border-top: 1.5px dashed rgba(17, 103, 92, .4); }
.bh-step { position: relative; text-align: center; }
.bh-stamp {
  position: relative; width: 88px; height: 88px; margin: 0 auto 18px;
  background: #FDFAF1; border: 1px solid var(--paper-2);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(94, 68, 20, .13);

  background-image:
    radial-gradient(circle 3.4px, var(--paper) 3.4px, transparent 3.8px),
    radial-gradient(circle 3.4px, var(--paper) 3.4px, transparent 3.8px),
    radial-gradient(circle 3.4px, var(--paper) 3.4px, transparent 3.8px),
    radial-gradient(circle 3.4px, var(--paper) 3.4px, transparent 3.8px);
  background-size: 16px 7px, 16px 7px, 7px 16px, 7px 16px;
  background-position: 8px -3.5px, 8px calc(100% + 3.5px), -3.5px 8px, calc(100% + 3.5px) 8px;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
.bh-step:nth-child(odd) .bh-stamp { transform: rotate(-2deg); }
.bh-step:nth-child(even) .bh-stamp { transform: rotate(1.6deg); }
.bh-stamp-in { position: absolute; inset: 9px; border: 1px solid rgba(107, 77, 20, .35); display: flex; align-items: center; justify-content: center; }
.bh-stamp-num { font-family: 'IRANYekanX', sans-serif; font-size: 30px; font-weight: 800; color: var(--paper-gold); line-height: 1; }
.bh-stamp-ic { position: absolute; bottom: 5px; inset-inline-end: 5px; color: var(--turq-deep); display: flex; }
.bh-step h3 { font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400; font-size: 16.5px; margin: 0 0 6px; color: var(--paper-ink); }
.bh-step p { font-size: 12.5px; color: var(--paper-muted); line-height: 1.9; max-width: 21em; margin: 0 auto; text-wrap: pretty; }

.bh-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 64px; }
.bh-card {
  position: relative; background: #FDFAF1; border: 1px solid var(--paper-2);
  border-radius: 6px; padding: 26px 24px 20px; margin: 0;
  box-shadow: 0 14px 34px rgba(94, 68, 20, .12);
}
.bh-card:nth-child(1) { transform: rotate(-.8deg); }
.bh-card:nth-child(2) { transform: rotate(.6deg); }
.bh-card:nth-child(3) { transform: rotate(-.4deg); }
.bh-card-edge {
  position: absolute; inset-inline: 0; top: 0; height: 5px; border-radius: 6px 6px 0 0;
  background: repeating-linear-gradient(-45deg, var(--gold, #C9A84C) 0 9px, transparent 9px 18px, var(--turq-deep) 18px 27px, transparent 27px 36px);
  opacity: .75;
}
.bh-card-stamp {
  position: absolute; top: 14px; inset-inline-end: 14px; width: 34px; height: 40px;
  border: 1px solid rgba(107, 77, 20, .3); border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  color: var(--paper-gold); opacity: .7; transform: rotate(3deg);
}
.bh-card-stars { color: var(--gold-deep, #8A6420); font-size: 12px; letter-spacing: 3px; margin-bottom: 12px; }
html[data-bird-theme="light"] .bh-card-stars { color: #6B4D14; }
.bh-card blockquote { font-size: 13.5px; color: var(--paper-ink); line-height: 2; text-wrap: pretty; margin: 0; }
.bh-card-who { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding-top: 14px; border-top: 1px dashed rgba(107, 77, 20, .3); }
.bh-card-av { width: 32px; height: 32px; border-radius: 50%; flex: none; background: var(--turq-deep); color: #F3EDDE; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.bh-card-who > span:last-child { font-size: 12px; color: var(--paper-muted); }

.bh-index { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; border-top: 1px solid var(--bh-line); }
.bh-indexrow {
  display: flex; align-items: center; gap: 14px;
  padding: 19px 8px; border-bottom: 1px solid var(--bh-line);
  transition: background .18s var(--bh-ease);
}
@media (hover: hover) { .bh-indexrow:hover { background: rgba(79, 200, 182, .04); } }
.bh-indexrow svg { color: var(--turq); width: 19px; height: 19px; }
.bh-indexrow b { font-size: 14.5px; font-weight: 500; color: var(--bh-text); }
.bh-count { flex: none; font-size: 12.5px; color: var(--gold-light, #E8C97A); }
html[data-bird-theme="light"] .bh-count { color: var(--gold-deep, #6B4D14); }
.bh-count small { color: var(--bh-dim); font-size: 11px; margin-inline-start: 4px; }

.bh-blog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bh-post {
  border: 1px solid var(--bh-line); border-radius: 18px;
  background: linear-gradient(180deg, var(--bh-surface), #0A0A0C);
  padding: 26px 24px 22px; display: flex; flex-direction: column; gap: 12px;
  transition: transform .2s var(--bh-ease), border-color .2s var(--bh-ease);
}
html[data-bird-theme="light"] .bh-post { background: linear-gradient(180deg, #FFFFFF, #FBF9F4); }
.bh-post:active { transform: scale(.98); }
@media (hover: hover) { .bh-post:hover { transform: translateY(-4px); border-color: var(--bh-line-s); } }
.bh-post-date { align-self: flex-start; font-size: 10.5px; color: var(--turq); border: 1px solid rgba(79, 200, 182, .35); border-radius: 11px; padding: 2px 11px; }
html[data-bird-theme="light"] .bh-post-date { border-color: rgba(17, 103, 92, .35); }
.bh-post h3 { font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400; font-size: 17px; line-height: 1.7; letter-spacing: 0; text-wrap: balance; margin: 0; color: var(--bh-text); }
.bh-post p { font-size: 12.5px; color: var(--bh-dim); line-height: 1.95; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bh-post-more { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--gold-light, #E8C97A); }
html[data-bird-theme="light"] .bh-post-more { color: var(--gold-deep, #6B4D14); }
.bh-post-more svg { transition: transform .18s var(--bh-ease); }
@media (hover: hover) { .bh-post:hover .bh-post-more svg { transform: translateX(-4px); } }

.bh-cta { padding: 0 4.5vw 90px; }
.bh-ctapanel {
  position: relative; overflow: hidden; border-radius: 26px;
  background: linear-gradient(135deg, var(--gold-glow, #FFE8A8), var(--gold-light, #E8C97A) 40%, var(--gold, #C9A84C) 78%, #B08F3B);
  color: #1A1304; padding: 70px 60px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
html[data-bird-theme="light"] .bh-ctapanel {
  background: linear-gradient(135deg, var(--gold, #8A6420), var(--gold-deep, #6B4D14));
  color: #FFFDF7;
}
.bh-ctamark { position: absolute; inset-inline-end: -60px; top: -70px; width: 340px; height: 340px; opacity: .12; transform: rotate(-8deg); pointer-events: none; }
.bh-ctamark path { fill: #1A1304; }
html[data-bird-theme="light"] .bh-ctamark path { fill: #FFFDF7; }
html[data-bird-theme="light"] .bh-ctamark { opacity: .15; }
.bh-cta-text { position: relative; z-index: 1; min-width: 0; }
.bh-cta-kicker {
  font-family: 'Bird Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(26, 19, 4, .86); display: block; margin-bottom: 12px; direction: ltr; white-space: nowrap;
}
html[data-bird-theme="light"] .bh-cta-kicker { color: #FFFDF7; }
.bh-ctapanel h2 {
  font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400;
  font-size: clamp(25px, 3vw, 37px); letter-spacing: -.01em; line-height: 1.5;
  max-width: 16em; text-wrap: balance; margin: 0; color: inherit;
}
.bh-ctapanel p { font-size: 13.5px; color: rgba(26, 19, 4, .88); margin: 10px 0 0; max-width: 34em; }
html[data-bird-theme="light"] .bh-ctapanel p { color: #FBF6E9; }
.bh-btnink {
  position: relative; z-index: 1; flex: none;
  display: inline-flex; align-items: center; gap: 10px; height: 54px; padding: 0 32px;

  background: #141210; color: #E8C97A; border: none; border-radius: 15px;
  font-family: inherit; font-size: 15px; font-weight: 700;
  box-shadow: 0 14px 34px rgba(26, 19, 4, .3);
  transition: transform .18s var(--bh-ease), box-shadow .18s var(--bh-ease);
}
.bh-btnink:active { transform: scale(.97); }
@media (hover: hover) { .bh-btnink:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(26, 19, 4, .4); } }

@media (prefers-reduced-motion: no-preference) {
  .bh-kicker, .bh-h1, .bh-lede, .bh-ctas, .bh-proof, .bh-ticket {
    opacity: 0; transform: translateY(14px); animation: bhRise .5s var(--bh-ease) forwards;
  }
  .bh-h1 { animation-delay: .05s; }
  .bh-lede { animation-delay: .12s; }
  .bh-ctas { animation-delay: .19s; }
  .bh-proof { animation-delay: .26s; }
  .bh-ticket:nth-of-type(1) { animation-delay: .12s; }
  .bh-ticket:nth-of-type(2) { animation-delay: .19s; }
  .bh-ticket:nth-of-type(3) { animation-delay: .26s; }
  @keyframes bhRise { to { opacity: 1; transform: none; } }

  .bh-ticket:nth-of-type(1) { animation-name: bhRise1; }
  .bh-ticket:nth-of-type(2) { animation-name: bhRise2; }
  .bh-ticket:nth-of-type(3) { animation-name: bhRise3; }
  @keyframes bhRise1 { from { opacity: 0; transform: rotate(2.4deg) translateY(14px); } to { opacity: 1; transform: rotate(2.4deg); } }
  @keyframes bhRise2 { from { opacity: 0; transform: rotate(-2deg) translateY(14px); } to { opacity: .94; transform: rotate(-2deg); } }
  @keyframes bhRise3 { from { opacity: 0; transform: rotate(1.2deg) translateY(14px); } to { opacity: .85; transform: rotate(1.2deg); } }
}

@media (max-width: 1060px) {
  .bh-hero { grid-template-columns: 1fr; min-height: 0; }
  .bh-tickets { height: 430px; max-width: 520px; margin: 10px auto 0; width: 100%; }
  .bh-steps { grid-template-columns: repeat(2, 1fr); gap: 38px 26px; }
  .bh-steps::before { display: none; }
  .bh-cards { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; margin-top: 56px; }
  .bh-blog { grid-template-columns: 1fr; }
  .bh-index { grid-template-columns: 1fr; }
  .bh-ctapanel { flex-direction: column; align-items: flex-start; padding: 50px 34px; }
}
@media (max-width: 640px) {
  .bh-hero { padding-top: 44px; }
  .bh-h1 { font-size: clamp(34px, 9.6vw, 46px); }
  .bh-proof { row-gap: 6px; }

  .bh-ticket { width: 86%; }
  .bh-ticket:nth-of-type(1) { inset-inline-start: 6%; }
  .bh-ticket:nth-of-type(2) { inset-inline-start: 10%; }
  .bh-ticket:nth-of-type(3) { inset-inline-start: 0; }
  .bh-rank { width: 40px; font-size: 18px; }
  .bh-tag { display: none; }
  .bh-rowname span { display: none; }
  .bh-steps { grid-template-columns: 1fr; }
  .bh-section { padding: 60px 5vw; }
  .bh-paper { padding: 70px 5vw 64px; }
}

.bh-cc { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
.bh-ccard {
  --hole: #0A0A0C;
  position: relative; display: flex; flex-direction: column;
  background: linear-gradient(172deg, var(--bh-surface2, #1A1820), #100F13);
  border: 1px solid var(--bh-line-s); border-radius: 14px;
  padding: 24px 22px 18px;
  transition: transform .2s var(--bh-ease), box-shadow .2s var(--bh-ease);
}
html[data-bird-theme="light"] .bh-ccard { --hole: #F6F3EC; background: linear-gradient(172deg, #FFFFFF, #FBF9F4); }
.bh-ccard::before {
  content: ""; position: absolute; inset: 0; border-radius: 14px; pointer-events: none;
  background-image: radial-gradient(circle 3.2px, var(--hole) 3.2px, transparent 3.6px), radial-gradient(circle 3.2px, var(--hole) 3.2px, transparent 3.6px);
  background-size: 22px 8px, 22px 8px; background-position: 11px -4px, 11px calc(100% + 4px); background-repeat: repeat-x, repeat-x;
}
.bh-ccstrip {
  position: absolute; inset-inline: 14px; top: 0; height: 5px; border-radius: 0 0 4px 4px; opacity: .85;
  background: repeating-linear-gradient(-45deg, var(--gold, #C9A84C) 0 9px, transparent 9px 18px, var(--turq) 18px 27px, transparent 27px 36px);
}
@media (hover: hover) { .bh-ccard:hover { transform: translateY(-4px); box-shadow: 0 26px 60px rgba(0, 0, 0, .5); } }
html[data-bird-theme="light"] .bh-ccard:hover { box-shadow: 0 22px 50px rgba(107, 77, 20, .13); }
.bh-cchead { position: relative; display: flex; align-items: center; gap: 13px; margin-top: 6px; }
.bh-ccicon {
  width: 42px; height: 42px; flex: none; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--bh-line); border-radius: 12px; background: rgba(79, 200, 182, .06); color: var(--turq);
}
.bh-ccicon svg { width: 20px; height: 20px; }
.bh-cclat { display: block; font-family: 'Bird Mono', ui-monospace, monospace; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--turq); direction: ltr; }
.bh-ccname { font-family: 'Onvan', 'IRANYekanX', sans-serif; font-weight: 400; font-size: 16.5px; letter-spacing: -.01em; color: var(--bh-text); margin: 2px 0 0; }
.bh-cclist { list-style: none; margin: 15px 0 0; padding: 0; flex: 1; }
.bh-cclist li { border-bottom: 1px dashed var(--bh-line); }
.bh-cclist li:last-child { border-bottom: 0; }
.bh-cclist a {
  display: block; padding: 8px 0; font-size: 12.5px; color: var(--bh-dim);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  transition: color .18s var(--bh-ease), padding-inline-start .18s var(--bh-ease);
}
.bh-cclist a:active { transform: scale(.99); }
@media (hover: hover) { .bh-cclist a:hover { color: var(--bh-text); padding-inline-start: 5px; } }
.bh-ccmore { padding: 8px 0; font-size: 11.5px; color: var(--bh-dim); opacity: .75; }
.bh-ccall {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  margin-top: 14px; padding-top: 13px; border-top: 1px dashed var(--bh-line);
  font-size: 12px; color: var(--gold-light, #E8C97A);
  transition: transform .14s var(--bh-ease), color .18s var(--bh-ease);
}
html[data-bird-theme="light"] .bh-ccall { color: var(--gold-deep, #6B4D14); }
.bh-ccall:active { transform: scale(.97); }
.bh-ccall svg { width: 15px; height: 15px; flex: none; }
@media (max-width: 1180px) { .bh-cc { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .bh-cc { grid-template-columns: 1fr; } }

.bh-burger { display: none; width: 38px; height: 38px; flex: none; align-items: center; justify-content: center; flex-direction: column; gap: 4px;
  border: 1px solid var(--bh-line); border-radius: 50%; background: transparent; cursor: pointer;
  transition: border-color .18s var(--bh-ease), transform .14s var(--bh-ease); }
.bh-burger span { display: block; width: 15px; height: 1.6px; border-radius: 2px; background: rgba(240, 232, 213, .8);
  transition: transform .22s var(--bh-ease), opacity .18s var(--bh-ease); }
html[data-bird-theme="light"] .bh-burger span { background: rgba(34, 27, 16, .78); }
.bh-burger:active { transform: scale(.94); }
@media (hover: hover) { .bh-burger:hover { border-color: var(--bh-line-s); } }
.bh-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.6px) rotate(45deg); }
.bh-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bh-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.6px) rotate(-45deg); }

.bh-mobscrim { position: fixed; inset: 0; z-index: 58; background: rgba(0, 0, 0, .55);
  opacity: 0; transition: opacity .22s var(--bh-ease); }
html.bh-mob-open .bh-mobscrim { opacity: 1; }
html[data-bird-theme="light"] .bh-mobscrim { background: rgba(34, 27, 16, .35); }

.bh-mobnav { position: fixed; z-index: 59; top: 0; right: 0; width: min(78vw, 300px); height: 100dvh;
  display: flex; flex-direction: column; gap: 2px; padding: 84px 22px 28px;
  background: #101013; border-left: 1px solid var(--bh-line);
  transform: translateX(100%); transition: transform .26s var(--bh-ease);
  overflow-y: auto; overscroll-behavior: contain; }
html.bh-mob-open .bh-mobnav { transform: translateX(0); }
html[data-bird-theme="light"] .bh-mobnav { background: #FFFFFF; border-left-color: rgba(138, 100, 32, .16); }
.bh-mobnav a { display: block; padding: 15px 4px; font-size: 14.5px; color: var(--bh-text);
  border-bottom: 1px dashed var(--bh-line); text-decoration: none;
  transition: color .18s var(--bh-ease), padding-inline-start .18s var(--bh-ease); }
.bh-mobnav a:last-child { border-bottom: 0; }
.bh-mobnav a:active { transform: scale(.99); }
@media (hover: hover) { .bh-mobnav a:hover { color: var(--gold-light, #E8C97A); padding-inline-start: 6px; } }
html[data-bird-theme="light"] .bh-mobnav a:hover { color: #6B4D14; }
@media (prefers-reduced-motion: reduce) {
  .bh-mobnav, .bh-mobscrim, .bh-burger span { transition-duration: .01ms; }
}
@media (max-width: 640px) { .bh-burger { display: flex; } }
@media (min-width: 641px) { .bh-mobnav, .bh-mobscrim { display: none; } }

@media (max-width: 640px) {
  .bh-navcta-t { display: none; }
  .bh-navcta { padding: 0; width: 38px; height: 38px; justify-content: center; border-radius: 50%; }
  .bh-nav { gap: 12px; }
}

.bh-bnav { display: none; }
@media (max-width: 640px) {
  .bh-bnav {
    display: block; position: fixed; z-index: 57; inset-inline: 0; bottom: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(10, 10, 12, .78);
    -webkit-backdrop-filter: blur(22px) saturate(1.7);
    backdrop-filter: blur(22px) saturate(1.7);
    border-top: 1px solid rgba(201, 168, 76, .36);
    box-shadow: 0 -18px 40px rgba(0, 0, 0, .55);
  }
  html[data-bird-theme="light"] .bh-bnav {
    background: rgba(246, 243, 236, .82);
    border-top-color: rgba(138, 100, 32, .4);
    box-shadow: 0 -18px 40px rgba(93, 70, 26, .14);
  }
  .bh-bnav-in { display: grid; grid-template-columns: repeat(5, 1fr); }
  .bh-bnav-i {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    min-height: 52px; padding: 7px 2px; border-radius: 14px; text-decoration: none;
    color: rgba(240, 232, 213, .56); -webkit-tap-highlight-color: transparent;
    transition: color .28s cubic-bezier(.23, 1, .32, 1), transform .16s cubic-bezier(.23, 1, .32, 1);
  }
  html[data-bird-theme="light"] .bh-bnav-i { color: rgba(34, 27, 16, .58); }
  .bh-bnav-i span { font-size: 10px; font-weight: 500; line-height: 1; letter-spacing: -.005em; }
  .bh-bnav-i:active { transform: scale(.94); }

  .bh-bnav-i[aria-current="page"] {
    color: #E8C97A;
    background: linear-gradient(180deg, rgba(201, 168, 76, .16), rgba(201, 168, 76, .06));
    box-shadow: inset 0 0 0 1px rgba(201, 168, 76, .36);
  }
  html[data-bird-theme="light"] .bh-bnav-i[aria-current="page"] {
    color: #6B4D14;
    background: linear-gradient(180deg, rgba(138, 100, 32, .13), rgba(138, 100, 32, .05));
    box-shadow: inset 0 0 0 1px rgba(138, 100, 32, .4);
  }

  body.bird-has-bnav { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }

  body.bird-has-bnav .bird-cta { inset-block-end: calc(84px + env(safe-area-inset-bottom)); }
}
@media (max-width: 640px) and (hover: hover) {
  .bh-bnav-i:hover { color: rgba(240, 232, 213, .8); }
  html[data-bird-theme="light"] .bh-bnav-i:hover { color: rgba(34, 27, 16, .8); }
}

body.bird-bh .bird-main{ padding-top:34px !important; }
body.bird-bh .bird-404{ min-height:58vh; padding-top:40px; }
