:root {
  --wibi-ink: #172235;
  --wibi-navy: #142c49;
  --wibi-navy-deep: #0d2138;
  --wibi-cream: #f7f3ea;
  --wibi-paper: #fffdf8;
  --wibi-gold: #c89b4b;
  --wibi-gold-light: #e8cf99;
  --wibi-muted: #657081;
  --wibi-line: #ded8ca;
}

html { scroll-behavior: smooth; }
body.wibi-homepage-active { margin: 0; background: var(--wibi-paper); color: var(--wibi-ink); }
.wibi-page, .wibi-page * { box-sizing: border-box; }
.wibi-page { margin: 0; overflow: hidden; background: var(--wibi-paper); color: var(--wibi-ink); font-family: Arial, Helvetica, sans-serif; }
.wibi-page a { color: inherit; text-decoration: none; }
.wibi-page img { display: block; width: 100%; }
.wibi-page button, .wibi-page audio { font: inherit; }

.wibi-header {
  min-height: 86px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 253, 248, .98);
  border-bottom: 1px solid rgba(23, 34, 53, .1);
  position: relative;
  z-index: 20;
}
.wibi-brand { display: flex; align-items: center; gap: 13px; }
.wibi-brand-mark { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; display: grid; place-items: center; background: var(--wibi-navy); color: var(--wibi-gold-light); font-size: 18px; }
.wibi-brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: -.2px; }
.wibi-brand small { display: block; color: var(--wibi-muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1.6px; margin-top: 3px; }
.wibi-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); font-size: 13px; font-weight: 700; letter-spacing: .3px; }
.wibi-nav a { padding: 33px 0 29px; border-bottom: 3px solid transparent; }
.wibi-nav a:hover, .wibi-nav a:focus-visible { border-color: var(--wibi-gold); }
.wibi-menu-toggle { display: none; }

.wibi-hero { min-height: 700px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.wibi-hero-image { position: absolute; inset: 0; background-image: var(--wibi-hero-image); background-size: cover; background-position: center; transform: scale(1.015); }
.wibi-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,25,43,.93) 0%, rgba(8,25,43,.79) 38%, rgba(8,25,43,.18) 72%, rgba(8,25,43,.06) 100%); }
.wibi-hero-content { position: relative; z-index: 2; width: min(690px, 52vw); margin-left: clamp(28px, 8vw, 122px); padding: 90px 0 142px; }
.wibi-eyebrow { margin: 0 0 18px; color: #8b6a30; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 2.2px; }
.wibi-eyebrow.wibi-light { color: var(--wibi-gold-light); }
.wibi-hero h1, .wibi-page h2, .wibi-verse blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.wibi-hero h1 { color: #fff; font-size: clamp(54px, 5.7vw, 86px); line-height: .99; letter-spacing: -2.8px; margin: 0; }
.wibi-hero-lead { max-width: 610px; margin: 26px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.65; color: rgba(255,255,255,.87); }
.wibi-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 37px; }
.wibi-button { display: inline-flex; align-items: center; gap: 30px; min-width: 192px; justify-content: space-between; padding: 17px 20px; background: var(--wibi-gold); color: var(--wibi-navy-deep) !important; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; transition: .2s ease; }
.wibi-button:hover { background: #ddb363; transform: translateY(-2px); }
.wibi-text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--wibi-gold); color: var(--wibi-navy); font-size: 12px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; }
.wibi-light-link { color: #fff !important; border-color: rgba(255,255,255,.45); }
.wibi-play-dot { width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; font-size: 8px; }
.wibi-hero-note { position: absolute; z-index: 3; bottom: 0; right: 0; background: var(--wibi-paper); color: var(--wibi-ink); width: min(510px, 45vw); padding: 25px 32px; display: flex; flex-direction: column; gap: 6px; }
.wibi-hero-note > span { color: #8b6a30; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.7px; }
.wibi-hero-note a { font-family: Georgia, "Times New Roman", serif; font-size: 16px; display: flex; justify-content: space-between; gap: 18px; }

.wibi-section { padding: 100px clamp(28px, 8vw, 122px); }
.wibi-section-kicker { display: flex; align-items: center; gap: 14px; color: #8b6a30; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }
.wibi-section-kicker i { display: block; height: 1px; width: 58px; background: var(--wibi-gold); }
.wibi-welcome { background: var(--wibi-paper); }
.wibi-welcome-copy { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(50px, 10vw, 150px); align-items: end; margin-top: 34px; }
.wibi-welcome h2, .wibi-section-heading h2, .wibi-listen-copy h2 { color: var(--wibi-ink); margin: 0; font-size: clamp(40px, 4.2vw, 64px); line-height: 1.08; letter-spacing: -1.6px; }
.wibi-welcome-copy > div p { margin: 0 0 28px; color: var(--wibi-muted); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.75; }
.wibi-belief-strip { margin-top: 78px; border-top: 1px solid var(--wibi-line); border-bottom: 1px solid var(--wibi-line); display: grid; grid-template-columns: repeat(3, 1fr); }
.wibi-belief-strip div { display: flex; align-items: center; gap: 16px; padding: 24px 20px; border-right: 1px solid var(--wibi-line); }
.wibi-belief-strip div:last-child { border-right: 0; }
.wibi-belief-strip b { color: var(--wibi-gold); font-family: Georgia, serif; font-size: 14px; }
.wibi-belief-strip span { font-size: 13px; font-weight: 700; }

.wibi-latest { background: var(--wibi-cream); }
.wibi-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.wibi-section-heading h2 { font-size: clamp(42px, 4.5vw, 68px); }
.wibi-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; }
.wibi-lead-story { background: var(--wibi-paper); box-shadow: 0 20px 65px rgba(27,37,49,.08); }
.wibi-story-image { display: block; aspect-ratio: 16 / 9; position: relative; overflow: hidden; background: #d8d0c1; }
.wibi-story-image img, .wibi-side-image img, .wibi-image-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wibi-image-fallback { display: block; background: linear-gradient(135deg, #263f5d, #c89b4b); }
.wibi-story-image:hover img, .wibi-side-image:hover img { transform: scale(1.035); }
.wibi-media-badge { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: var(--wibi-navy); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.wibi-story-body { padding: 30px 34px 32px; position: relative; min-height: 250px; }
.wibi-meta { display: flex; align-items: center; gap: 16px; color: #8b6a30; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; }
.wibi-meta time { color: #8a9099; font-weight: 600; }
.wibi-story-body h3, .wibi-side-story h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.wibi-story-body h3 { max-width: 560px; font-size: clamp(28px, 2.7vw, 40px); line-height: 1.1; margin: 18px 0 14px; }
.wibi-story-body p, .wibi-side-story p { color: var(--wibi-muted); font-family: Georgia, serif; line-height: 1.65; }
.wibi-story-body p { max-width: 520px; margin: 0; font-size: 15px; }
.wibi-round-arrow { position: absolute; right: 28px; bottom: 28px; width: 43px; height: 43px; border-radius: 50%; background: var(--wibi-gold); display: grid; place-items: center; }
.wibi-side-stories { display: grid; gap: 28px; }
.wibi-side-story { display: grid; grid-template-columns: 42% 1fr; background: var(--wibi-paper); min-height: 270px; }
.wibi-side-image { position: relative; overflow: hidden; background: #d8d0c1; }
.wibi-small-play { position: absolute; left: 16px; bottom: 16px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--wibi-gold); color: var(--wibi-navy); font-size: 10px; }
.wibi-side-story > div { padding: 27px 25px; }
.wibi-side-story .wibi-meta { flex-direction: column; align-items: flex-start; gap: 5px; }
.wibi-side-story h3 { font-size: clamp(20px, 2vw, 27px); line-height: 1.16; margin: 15px 0 9px; }
.wibi-side-story p { font-size: 13px; margin: 0 0 18px; }
.wibi-side-story .wibi-text-link { font-size: 9px; }
.wibi-empty { padding: 30px; border: 1px solid var(--wibi-line); background: var(--wibi-paper); }

.wibi-listen-section { min-height: 590px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--wibi-navy-deep); color: #fff; overflow: hidden; }
.wibi-listen-art { position: relative; min-height: 530px; background: radial-gradient(circle at 50% 50%, #254c73 0, #132f4d 42%, #0d2138 70%); display: grid; place-items: center; overflow: hidden; }
.wibi-sound-ring { position: absolute; border: 1px solid rgba(232,207,153,.2); border-radius: 50%; }
.wibi-ring-one { width: 300px; height: 300px; }
.wibi-ring-two { width: 470px; height: 470px; }
.wibi-headphones { width: 145px; height: 145px; border-radius: 50%; background: var(--wibi-gold); color: var(--wibi-navy-deep); font-family: Georgia, serif; font-size: 56px; display: grid; place-items: center; box-shadow: 0 20px 70px rgba(0,0,0,.3); z-index: 2; }
.wibi-listen-copy { padding: 85px clamp(35px, 7vw, 100px); align-self: center; }
.wibi-listen-copy h2 { color: #fff; }
.wibi-listen-copy > p:not(.wibi-eyebrow) { max-width: 620px; color: rgba(255,255,255,.7); font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.wibi-audio-card { margin-top: 30px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 18px; }
.wibi-audio-title { display: flex; align-items: center; gap: 14px; margin-bottom: 13px; }
.wibi-audio-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--wibi-gold); color: var(--wibi-navy); font-size: 10px; }
.wibi-audio-title small, .wibi-audio-title b { display: block; }
.wibi-audio-title small { color: var(--wibi-gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.wibi-audio-title b { font-family: Georgia, serif; font-size: 16px; font-weight: 400; }
.wibi-audio-card audio { width: 100%; height: 40px; }

.wibi-topics { background: var(--wibi-paper); }
.wibi-heading-note { max-width: 380px; margin: 0; color: var(--wibi-muted); font-family: Georgia, serif; font-size: 16px; line-height: 1.7; }
.wibi-topic-grid { display: grid; grid-template-columns: repeat(var(--wibi-topic-columns, 3), minmax(0, 1fr)); border-top: 1px solid var(--wibi-line); border-left: 1px solid var(--wibi-line); }
.wibi-topic-card { min-height: 310px; padding: 31px 28px; border-right: 1px solid var(--wibi-line); border-bottom: 1px solid var(--wibi-line); position: relative; transition: .25s ease; }
.wibi-topic-card:hover { background: var(--wibi-navy); color: #fff; transform: translateY(-4px); }
.wibi-topic-number { color: var(--wibi-gold); font-family: Georgia, serif; font-size: 14px; }
.wibi-topic-card h3 { color: inherit; max-width: 230px; margin: 62px 0 15px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.12; }
.wibi-topic-card p { color: var(--wibi-muted); font-family: Georgia, serif; font-size: 14px; line-height: 1.65; }
.wibi-topic-card:hover p { color: rgba(255,255,255,.72); }
.wibi-topic-arrow { position: absolute; right: 26px; bottom: 25px; color: var(--wibi-gold); font-size: 20px; }

.wibi-verse { text-align: center; padding: 105px 25px; color: #fff; background: linear-gradient(rgba(10,31,51,.84),rgba(10,31,51,.88)), var(--wibi-hero-image) center 48% / cover; }
.wibi-verse blockquote { margin: 0 auto 22px; color: #fff; font-size: clamp(36px, 4.7vw, 67px); line-height: 1.12; letter-spacing: -1.5px; }
.wibi-verse cite { color: var(--wibi-gold-light); font-size: 11px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }

.wibi-footer { background: #091b2e; color: #fff; padding: 70px clamp(28px, 8vw, 122px) 25px; }
.wibi-footer-brand { display: flex; gap: 18px; max-width: 480px; }
.wibi-footer-brand .wibi-brand-mark { background: var(--wibi-gold); color: var(--wibi-navy); }
.wibi-footer-brand strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.wibi-footer-brand p { color: rgba(255,255,255,.57); font-family: Georgia, serif; font-size: 14px; line-height: 1.7; }
.wibi-footer-links { display: grid; grid-template-columns: repeat(2, 180px); justify-content: end; gap: 50px; margin-top: -75px; }
.wibi-footer-links div { display: flex; flex-direction: column; gap: 13px; }
.wibi-footer-links b { color: var(--wibi-gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 7px; }
.wibi-footer-links a { color: rgba(255,255,255,.68); font-size: 13px; }
.wibi-footer-links a:hover { color: #fff; }
.wibi-footer-bottom { margin-top: 65px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }

.wibi-archive-hero { min-height: 380px; padding: 85px clamp(28px, 8vw, 122px); display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(90deg, rgba(8,25,43,.96), rgba(8,25,43,.72)), var(--wibi-hero-image) center 42% / cover; }
.wibi-archive-hero h1 { max-width: 850px; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6vw, 82px); font-weight: 400; line-height: 1.02; letter-spacing: -2px; }
.wibi-archive-hero > p:not(.wibi-eyebrow) { max-width: 680px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; }
.wibi-archive-content { background: var(--wibi-cream); }
.wibi-archive-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.wibi-archive-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); }
.wibi-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.wibi-archive-card { display: flex; flex-direction: column; min-width: 0; background: var(--wibi-paper); box-shadow: 0 16px 50px rgba(27,37,49,.07); }
.wibi-archive-image { display: block; position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #d8d0c1; }
.wibi-archive-image img, .wibi-archive-image .wibi-image-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wibi-archive-image:hover img { transform: scale(1.035); }
.wibi-archive-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.wibi-archive-body h2 { margin: 16px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; line-height: 1.15; }
.wibi-archive-body > p { margin: 0 0 24px; color: var(--wibi-muted); font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.65; }
.wibi-archive-body .wibi-text-link { align-self: flex-start; margin-top: auto; }
.wibi-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 48px; }
.wibi-pagination .page-numbers { min-width: 40px; min-height: 40px; padding: 10px 13px; display: grid; place-items: center; border: 1px solid var(--wibi-line); background: var(--wibi-paper); color: var(--wibi-ink); font-size: 12px; font-weight: 700; }
.wibi-pagination .page-numbers.current, .wibi-pagination a.page-numbers:hover { border-color: var(--wibi-gold); background: var(--wibi-gold); color: var(--wibi-navy-deep); }

@media (max-width: 980px) {
  .wibi-header { min-height: 76px; }
  .wibi-menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 42px; height: 42px; padding: 0; border: 0; background: none; cursor: pointer; }
  .wibi-menu-toggle span { display: block; height: 2px; width: 25px; background: var(--wibi-ink); }
  .wibi-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px 28px 28px; background: var(--wibi-paper); flex-direction: column; align-items: flex-start; gap: 0; box-shadow: 0 20px 30px rgba(0,0,0,.1); }
  .wibi-nav.is-open { display: flex; }
  .wibi-nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--wibi-line); }
  .wibi-hero { min-height: 650px; }
  .wibi-hero-content { width: 75vw; margin-left: 7vw; }
  .wibi-story-grid { grid-template-columns: 1fr; }
  .wibi-side-stories { grid-template-columns: repeat(2, 1fr); }
  .wibi-side-story { grid-template-columns: 1fr; }
  .wibi-side-image { aspect-ratio: 16 / 9; }
  .wibi-listen-section { grid-template-columns: 1fr; }
  .wibi-listen-art { min-height: 360px; }
  .wibi-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wibi-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wibi-footer-links { margin-top: 50px; justify-content: start; }
}

@media (max-width: 680px) {
  .wibi-header { padding: 0 20px; }
  .wibi-brand strong { font-size: 18px; }
  .wibi-brand small { font-size: 8px; }
  .wibi-hero { min-height: 700px; align-items: flex-start; }
  .wibi-hero-image { background-position: 67% center; }
  .wibi-hero-shade { background: linear-gradient(90deg, rgba(8,25,43,.95), rgba(8,25,43,.67)); }
  .wibi-hero-content { width: auto; margin: 0; padding: 85px 24px 150px; }
  .wibi-hero h1 { font-size: 51px; letter-spacing: -1.8px; }
  .wibi-hero-lead { font-size: 17px; line-height: 1.55; }
  .wibi-hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .wibi-hero-note { width: calc(100% - 24px); padding: 20px; }
  .wibi-section { padding: 76px 22px; }
  .wibi-welcome-copy { grid-template-columns: 1fr; gap: 32px; }
  .wibi-welcome h2, .wibi-section-heading h2, .wibi-listen-copy h2 { font-size: 41px; }
  .wibi-belief-strip { grid-template-columns: 1fr; margin-top: 48px; }
  .wibi-belief-strip div { border-right: 0; border-bottom: 1px solid var(--wibi-line); }
  .wibi-belief-strip div:last-child { border-bottom: 0; }
  .wibi-section-heading { align-items: flex-start; flex-direction: column; }
  .wibi-desktop-link { display: none; }
  .wibi-story-body { padding: 25px 22px 75px; }
  .wibi-side-stories { grid-template-columns: 1fr; }
  .wibi-listen-art { min-height: 290px; }
  .wibi-ring-one { width: 240px; height: 240px; }
  .wibi-ring-two { width: 370px; height: 370px; }
  .wibi-headphones { width: 120px; height: 120px; }
  .wibi-listen-copy { padding: 65px 22px 75px; }
  .wibi-audio-title b { font-size: 14px; }
  .wibi-topic-grid { grid-template-columns: 1fr; }
  .wibi-topic-card { min-height: 270px; }
  .wibi-topic-card h3 { margin-top: 50px; }
  .wibi-verse { padding: 80px 22px; }
  .wibi-verse blockquote { font-size: 38px; }
  .wibi-archive-hero { min-height: 330px; padding: 70px 22px; }
  .wibi-archive-hero h1 { font-size: 49px; }
  .wibi-archive-grid { grid-template-columns: 1fr; }
  .wibi-archive-body h2 { font-size: 27px; }
  .wibi-footer-links { grid-template-columns: 1fr 1fr; gap: 28px; }
  .wibi-footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wibi-page * { transition: none !important; }
}
