/* Allahoroskop v4 — a denser, human editorial system built around real photography. */
@font-face{
  font-family:"Newsreader";
  src:url("/assets/fonts/newsreader-400.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Newsreader";
  src:url("/assets/fonts/newsreader-500.woff2") format("woff2");
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
@font-face{
  font-family:"Newsreader";
  src:url("/assets/fonts/newsreader-400-italic.woff2") format("woff2");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Manrope";
  src:url("/assets/fonts/manrope-400.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"Manrope";
  src:url("/assets/fonts/manrope-500.woff2") format("woff2");
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
@font-face{
  font-family:"Manrope";
  src:url("/assets/fonts/manrope-600.woff2") format("woff2");
  font-style:normal;
  font-weight:600;
  font-display:swap;
}

.editorial-v4{
  --calm-serif:"Newsreader",Georgia,serif;
  --calm-sans:"Manrope","Helvetica Neue",Arial,sans-serif;
  --calm-paper:#f7f4ee;
  --calm-ivory:#f3efe7;
  --calm-plum:#4e3041;
  --calm-plum-soft:#765867;
  --calm-muted:#6f6967;
  --calm-line:rgba(51,43,45,.17);
  --v4-ink:#2f2c2d;
  --v4-sage:#dce1d5;
  --v4-night:#172224;
  font-family:var(--calm-sans);
  color:var(--v4-ink);
  background:var(--calm-paper);
  font-size:15px;
}
.editorial-v4 h1,
.editorial-v4 h2,
.editorial-v4 h3,
.editorial-v4 .brand,
.editorial-v4 .time-greeting{
  font-family:var(--calm-serif);
  font-weight:400;
  letter-spacing:-.035em;
}
.editorial-v4 h2{font-size:clamp(2.15rem,3vw,2.95rem);line-height:1.02}
.editorial-v4 .shell{width:min(1120px,calc(100% - 72px))}
.editorial-v4 .soft-label,
.editorial-v4 .hero-date-line{
  font-family:var(--calm-sans);
  font-size:.61rem;
  font-weight:600;
  letter-spacing:.14em;
}

/* Navigation */
.editorial-v4 .calm-header{background:rgba(247,244,238,.96);border-color:rgba(51,43,45,.12)}
.editorial-v4 .calm-header .nav-wrap{height:68px}
.editorial-v4 .calm-header .brand{font-size:1.55rem;color:#432638}
.editorial-v4 .brand-lotus{font-family:var(--calm-sans);font-size:.72rem;color:#987184}
.editorial-v4 .desktop-nav{gap:30px}
.editorial-v4 .desktop-nav a{font-size:.74rem;color:#595253;letter-spacing:.01em}
.editorial-v4 .desktop-nav a:hover{color:var(--calm-plum)}
.editorial-v4 .profile-pill{font-size:.72rem;color:#554a4f}
.editorial-v4 .profile-pill span{font-size:.9rem}
.editorial-v4 .language-switch{font-size:.59rem;letter-spacing:.08em}
.editorial-v4 .language-switch button[aria-pressed="true"]{background:transparent;text-decoration:underline;text-underline-offset:4px}

/* Opening image */
.editorial-v4 .calm-hero{height:560px;min-height:0;background:#dad9ce}
.editorial-v4 .calm-hero-image{object-position:62% 62%;filter:saturate(.74) contrast(.94) brightness(.96)}
.editorial-v4 .calm-hero-shade,
.editorial-v4[data-day-phase="evening"] .calm-hero-shade{
  background:linear-gradient(90deg,rgba(247,244,238,.97) 0%,rgba(247,244,238,.9) 31%,rgba(247,244,238,.49) 49%,rgba(247,244,238,.04) 72%),linear-gradient(180deg,transparent 65%,rgba(24,29,28,.08));
}
.editorial-v4 .calm-hero-content{justify-content:center;padding:0 0 4px}
.editorial-v4 .time-greeting{font-style:italic;font-size:1.35rem;line-height:1;margin:0 0 12px;color:#664557}
.editorial-v4 .hero-date-line{margin:0 0 17px;color:#72686b}
.editorial-v4 .calm-hero h1{font-size:clamp(3.25rem,5.1vw,4.5rem);line-height:.95;max-width:500px;margin:0 0 18px;color:#432638}
.editorial-v4 .calm-hero-lead{max-width:440px;font-size:.91rem;line-height:1.67;color:#514b4b;margin:0 0 22px}
.editorial-v4 .primary-button{
  border-radius:2px;
  padding:11px 17px;
  font-family:var(--calm-sans);
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.02em;
  box-shadow:none;
}

/* Today's reading */
.editorial-v4 .daily-overview-section{padding:58px 0 54px;background:var(--calm-paper)}
.editorial-v4 .daily-overview-card{grid-template-columns:minmax(0,1.7fr) minmax(270px,.75fr);gap:54px}
.editorial-v4 .daily-overview-main h2{font-size:clamp(2.2rem,3.4vw,3.15rem);margin:8px 0 12px}
.editorial-v4 .daily-overview-lead{font-size:.88rem;line-height:1.72;max-width:620px}
.editorial-v4 .daily-overview-topline{padding-bottom:9px;border-bottom:1px solid var(--calm-line)}
.editorial-v4 .daily-overview-topline>span{font-size:.69rem;color:#7a7172}
.editorial-v4 .quiet-signals{margin-top:20px;padding:14px 0;border-top:1px solid var(--calm-line);border-bottom:1px solid var(--calm-line)}
.editorial-v4 .quiet-signals>div{padding:0 14px}
.editorial-v4 .quiet-signals small{font-size:.58rem;letter-spacing:.06em}
.editorial-v4 .quiet-signals strong{font-size:.72rem}
.editorial-v4 .today-thought{margin-top:16px;gap:14px}
.editorial-v4 .today-thought span{font-size:.58rem;letter-spacing:.1em}
.editorial-v4 .today-thought p{font-family:var(--calm-serif);font-style:italic;font-size:1.05rem}
.editorial-v4 .daily-balance{padding-left:26px}
.editorial-v4 .balance-note{padding:15px 0}
.editorial-v4 .balance-note p{font-size:.76rem;line-height:1.62}

/* Zodiac as a compact index, not a card wall */
.editorial-v4 .editorial-zodiac{padding:54px 0 62px;background:#efebe3}
.editorial-v4 .calm-section-heading{margin-bottom:24px;align-items:flex-end}
.editorial-v4 .calm-section-heading>p{display:none}
.editorial-v4 .calm-section-heading .soft-label{margin-bottom:6px}
.editorial-v4 .calm-section-heading h2{margin:0}
.editorial-v4 .zodiac-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr)!important;
  gap:0!important;
  border-top:1px solid var(--calm-line);
  border-left:1px solid var(--calm-line);
}
.editorial-v4 .zodiac-card{
  min-height:84px;
  display:grid;
  grid-template-columns:34px 1fr;
  grid-template-rows:auto auto;
  align-content:center;
  column-gap:9px;
  padding:13px 14px!important;
  text-align:left;
  border-radius:0!important;
  border-right:1px solid var(--calm-line)!important;
  border-bottom:1px solid var(--calm-line)!important;
}
.editorial-v4 .zodiac-card:hover,
.editorial-v4 .zodiac-card.active{background:rgba(255,255,255,.43)!important;transform:none!important}
.editorial-v4 .zodiac-card .symbol{
  grid-row:1/3;
  width:32px!important;
  height:32px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  font-size:1.35rem!important;
}
.editorial-v4 .zodiac-card.active .symbol{color:var(--calm-plum)!important}
.editorial-v4 .zodiac-card strong{font-family:var(--calm-serif)!important;font-size:.95rem!important;line-height:1.1}
.editorial-v4 .zodiac-card small{display:block!important;font-size:.54rem;color:#7b7473;line-height:1.2}
.editorial-v4 .calm-reading{margin-top:28px;padding:31px 34px;border-radius:2px;background:#f8f5ef;box-shadow:none;border:1px solid var(--calm-line)}
.editorial-v4 .reading-symbol{border-radius:0}
.editorial-v4 .reading-view-tabs{margin-bottom:16px}
.editorial-v4 .reading-view-tabs button{font-family:var(--calm-sans);font-size:.65rem}
.editorial-v4 .reading-block{padding:16px}
.editorial-v4 .reading-block p{font-size:.76rem!important}

/* Quiet tools and horizons are lists */
.editorial-v4 .editorial-tools{padding:58px 0 62px}
.editorial-v4 .calm-tools-grid{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--calm-line);border-bottom:0}
.editorial-v4 .calm-tool{
  min-height:92px;
  grid-template-columns:58px minmax(0,1fr);
  gap:20px;
  padding:17px 2px;
  border-bottom:1px solid var(--calm-line);
  border-left:0!important;
  background:transparent;
}
.editorial-v4 .calm-tool:hover{background:transparent;color:var(--calm-plum)}
.editorial-v4 .calm-tool>span:nth-child(2){display:grid;grid-template-columns:180px 1fr;grid-template-rows:auto auto;column-gap:28px;align-items:center}
.editorial-v4 .calm-tool small{grid-column:1;font-size:.58rem;letter-spacing:.12em}
.editorial-v4 .calm-tool strong{grid-column:1;font-size:1.38rem;line-height:1.05}
.editorial-v4 .calm-tool em{grid-column:2;grid-row:1/3;font-size:.77rem;line-height:1.55;max-width:520px}
.editorial-v4 .editorial-index,
.editorial-v4 .horizon-index{
  font-family:var(--calm-sans);
  font-size:.63rem;
  font-weight:600;
  letter-spacing:.12em;
  color:#897f7e;
}
.editorial-v4 .calm-tool b,
.editorial-v4 .horizon-card b{display:none!important}

.editorial-v4 .editorial-horizons{padding:58px 0 66px;background:#f7f4ee}
.editorial-v4 .horizon-grid{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--calm-line)}
.editorial-v4 .horizon-card{
  min-height:126px;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  padding:22px 2px;
  border:0;
  border-bottom:1px solid var(--calm-line);
  background:transparent;
}
.editorial-v4 .horizon-card:hover{background:transparent;color:var(--calm-plum)}
.editorial-v4 .horizon-card>div{display:grid;grid-template-columns:180px minmax(0,1fr);grid-template-rows:auto auto;column-gap:28px;align-items:center}
.editorial-v4 .horizon-card small{grid-column:1;font-size:.57rem;margin:0}
.editorial-v4 .horizon-card h3{grid-column:1;font-size:1.45rem;margin:1px 0 0}
.editorial-v4 .horizon-card p{grid-column:2;grid-row:1/3;font-size:.76rem;line-height:1.55;max-width:500px;margin:0}
.editorial-v4 .horizon-card .range{grid-column:2;grid-row:3;font-size:.57rem;margin:5px 0 0}
.editorial-v4 .horizon-meta{font-size:.59rem;letter-spacing:.08em;text-transform:uppercase;color:#82797a;white-space:nowrap}

/* Personal profile and real editorial photography */
.editorial-v4 .calm-personal{background:#ebe6de}
.editorial-v4 .editorial-story{padding:70px 0;background:#e7e2d9}
.editorial-v4 .ritual-story-grid{grid-template-columns:1.18fr .82fr;gap:64px}
.editorial-v4 .ritual-story-image{border-radius:0;overflow:hidden;aspect-ratio:3/2}
.editorial-v4 .ritual-story-image img{height:100%;object-fit:cover;filter:saturate(.67) contrast(.94) sepia(.06)}
.editorial-v4 .ritual-story-copy h2{font-size:clamp(2.35rem,3.4vw,3.2rem);margin:0 0 16px}
.editorial-v4 .ritual-story-copy>p:not(.soft-label){font-size:.83rem;line-height:1.72;max-width:410px}
.editorial-v4 .ritual-story-copy .profile-note{font-family:var(--calm-serif);font-style:italic;font-size:1rem!important;padding-top:15px;margin-top:15px}
.editorial-v4 .ritual-story-copy .primary-button{margin-top:4px}

/* Method becomes a distinct night chapter */
.editorial-v4 .editorial-method{padding:72px 0;background:var(--v4-night);color:#f2eee7;border:0}
.editorial-v4 .method-calm-grid{grid-template-columns:minmax(220px,.72fr) minmax(250px,.86fr) minmax(320px,1.12fr);gap:46px;align-items:center}
.editorial-v4 .method-photo{margin:0;height:470px;overflow:hidden}
.editorial-v4 .method-photo img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.67) contrast(.92)}
.editorial-v4 .editorial-method .soft-label{color:#c9b3be}
.editorial-v4 .editorial-method h2{color:#f4efe8;font-size:clamp(2.25rem,3.3vw,3.2rem);margin:7px 0 15px}
.editorial-v4 .editorial-method p{font-size:.8rem;line-height:1.72;color:#cdd0cc}
.editorial-v4 .editorial-method .quiet-link{display:inline-block;margin-top:12px;color:#f4efe8;font-size:.71rem;text-decoration:underline;text-underline-offset:5px}
.editorial-v4 .sky-details{border-color:rgba(255,255,255,.2);background:transparent}
.editorial-v4 .sky-details summary{color:#f4efe8;font-size:1.05rem}
.editorial-v4 .sky-details-inner{border-color:rgba(255,255,255,.15)}
.editorial-v4 .sky-details-inner>small{color:#aeb8b3}
.editorial-v4 .sky-details .sky-position,
.editorial-v4 .sky-details .aspect-card{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12)}
.editorial-v4 .sky-details .sky-position strong,
.editorial-v4 .sky-details .aspect-card strong{color:#f4efe8}
.editorial-v4 .sky-details .sky-position small,
.editorial-v4 .sky-details .aspect-card small,
.editorial-v4 .sky-details .aspect-card span{color:#b9c1bd}

/* FAQ and footer */
.editorial-v4 .editorial-faq{padding:64px 0 74px}
.editorial-v4 .editorial-faq .section-heading{margin-bottom:12px}
.editorial-v4 .editorial-faq summary{padding:17px 1px;font-family:var(--calm-serif);font-size:1.13rem}
.editorial-v4 .editorial-faq details p{font-size:.78rem;line-height:1.7;max-width:770px}
.editorial-v4 .calm-footer{background:#ded8cf}
.editorial-v4 .footer-grid{padding-top:54px;padding-bottom:36px}
.editorial-v4 .footer-grid strong{font-size:.61rem;letter-spacing:.11em;text-transform:uppercase}
.editorial-v4 .footer-grid a,
.editorial-v4 .footer-grid p{font-size:.7rem;line-height:1.7}
.editorial-v4 .footer-bottom{font-size:.62rem}
.editorial-v4 .photo-credits{padding:13px 0 26px;color:#7a7371;font-size:.55rem;line-height:1.6}
.editorial-v4 .photo-credits a{text-decoration:underline;text-underline-offset:3px}

@media (max-width:1050px){
  .editorial-v4 .shell{width:min(100% - 48px,1120px)}
  .editorial-v4 .zodiac-grid{grid-template-columns:repeat(4,1fr)!important}
  .editorial-v4 .method-calm-grid{grid-template-columns:.72fr 1fr;gap:38px}
  .editorial-v4 .method-copy{align-self:end}
  .editorial-v4 .sky-details{grid-column:2}
  .editorial-v4 .method-photo{grid-row:1/3;height:540px}
}

@media (max-width:760px){
  .editorial-v4{font-size:14px}
  .editorial-v4 .shell{width:min(100% - 30px,1120px)}
  .editorial-v4 .calm-header .nav-wrap{height:62px}
  .editorial-v4 .calm-header .brand{font-size:1.28rem}
  .editorial-v4 .calm-hero{height:535px}
  .editorial-v4 .calm-hero-image{object-position:66% 57%}
  .editorial-v4 .calm-hero-shade,
  .editorial-v4[data-day-phase="evening"] .calm-hero-shade{background:linear-gradient(180deg,rgba(247,244,238,.32) 0%,rgba(247,244,238,.24) 37%,rgba(247,244,238,.94) 76%,rgba(247,244,238,.99) 100%)}
  .editorial-v4 .calm-hero-content{justify-content:flex-end;padding-bottom:43px}
  .editorial-v4 .time-greeting{font-size:1.15rem;margin-bottom:9px}
  .editorial-v4 .hero-date-line{margin-bottom:12px}
  .editorial-v4 .calm-hero h1{font-size:3rem;margin-bottom:14px;max-width:350px}
  .editorial-v4 .calm-hero-lead{font-size:.79rem;line-height:1.57;margin-bottom:17px;max-width:335px}
  .editorial-v4 .daily-overview-section{padding:44px 0 42px}
  .editorial-v4 .daily-overview-card{grid-template-columns:1fr;gap:26px}
  .editorial-v4 .daily-balance{padding:0;border-left:0;border-top:1px solid var(--calm-line)}
  .editorial-v4 .quiet-signals>div{padding:10px 7px}
  .editorial-v4 .editorial-zodiac{padding:44px 0 50px}
  .editorial-v4 .calm-section-heading{margin-bottom:18px}
  .editorial-v4 .calm-section-heading h2{font-size:2rem}
  .editorial-v4 .zodiac-grid{grid-template-columns:repeat(2,1fr)!important}
  .editorial-v4 .zodiac-card{min-height:74px;padding:10px!important}
  .editorial-v4 .calm-reading{padding:23px 18px}
  .editorial-v4 .editorial-tools,
  .editorial-v4 .editorial-horizons{padding:47px 0 52px}
  .editorial-v4 .calm-tool{grid-template-columns:38px 1fr;gap:12px;padding:16px 0}
  .editorial-v4 .calm-tool>span:nth-child(2){grid-template-columns:1fr;gap:3px}
  .editorial-v4 .calm-tool em{grid-column:1;grid-row:auto;font-size:.7rem;margin-top:4px}
  .editorial-v4 .horizon-card{grid-template-columns:38px 1fr;gap:12px;padding:19px 0}
  .editorial-v4 .horizon-card>div{grid-template-columns:1fr;gap:3px}
  .editorial-v4 .horizon-card p{grid-column:1;grid-row:auto;margin-top:5px}
  .editorial-v4 .horizon-card .range{grid-column:1;grid-row:auto}
  .editorial-v4 .horizon-meta{display:none}
  .editorial-v4 .editorial-story{padding:52px 0}
  .editorial-v4 .ritual-story-grid{grid-template-columns:1fr;gap:27px}
  .editorial-v4 .ritual-story-image{aspect-ratio:4/3}
  .editorial-v4 .ritual-story-copy{order:0}
  .editorial-v4 .method-calm-grid{grid-template-columns:1fr;gap:27px}
  .editorial-v4 .editorial-method{padding:52px 0}
  .editorial-v4 .method-photo{height:320px;grid-row:auto}
  .editorial-v4 .sky-details{grid-column:auto}
  .editorial-v4 .editorial-faq{padding:52px 0 62px}
  .editorial-v4 .footer-grid{padding-top:45px}
  .editorial-v4 .photo-credits{padding-bottom:22px}
}

@media (prefers-reduced-motion:reduce){
  .editorial-v4 *,
  .editorial-v4 *::before,
  .editorial-v4 *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
