@import url('../../fonts/fonts.css');

:root {
  --hk-blue: #7B9CC5;
  --hk-blue-dark: #5F7FA8;
  --hk-blue-soft: #F3F7FB;
  --hk-blue-soft-2: #F8FBFF;
  --hk-cream: #F7F3EA;
  --hk-cream-2: #FAF8F2;
  --hk-ink: #303030;
  --hk-text: #374957;
  --hk-muted: #6F7C8C;
  --hk-border: #D8E4EF;
  --hk-border-2: #BFD1E3;
  --hk-warning: #FFF3E2;
  --hk-warning-text: #6C4A13;
  --hk-orange: #F49B21;
  --hk-purple: #7B61FF;
  --hk-green: #29A870;
  --hk-red: #EF4444;
  --hk-shadow: 0 22px 60px rgba(55, 73, 87, .075);
  --hk-shadow-card: 0 14px 36px rgba(55, 73, 87, .065);
  --hk-radius-xl: 28px;
  --hk-radius-lg: 22px;
  --hk-container: 1425px;
  --hk-side: 32px;
  --hk-font: Montserrat, Arial, sans-serif;

  /* Phase 6O: typography tokens aligned to hevkad.com homepage computed styles */
  --hk-t-h1-size: 45px;
  --hk-t-h1-lh: 54px;
  --hk-t-h1-weight: 600;
  --hk-t-h1-color: #06122A;
  --hk-t-h2-size: 30px;
  --hk-t-h2-lh: 36px;
  --hk-t-h2-weight: 500;
  --hk-t-h2-color: #06122A;
  --hk-t-card-title-size: 34px;
  --hk-t-card-title-lh: 1.1;
  --hk-t-card-title-weight: 500;
  --hk-t-card-title-letter: -0.04em;
  --hk-t-body-size: 17px;
  --hk-t-body-lh: 21px;
  --hk-t-body-weight: 400;
  --hk-t-page-body-size: 16px;
  --hk-t-page-body-lh: 1.65;
  --hk-t-caption-size: 14px;
  --hk-t-caption-lh: 1.4;
  --hk-t-caption-weight: 400;
  --hk-t-small-size: 12px;
  --hk-t-small-lh: 1.4;
  --hk-t-small-weight: 400;
  --hk-t-btn-size: 17px;
  --hk-t-btn-lh: 21px;
  --hk-t-btn-weight: 400;
  --hk-t-label-weight: 400;
  --hk-t-value-weight: 500;
  --hk-t-emphasis-weight: 600;
}

.hk-calendar-page,
.hk-calendar-page * { box-sizing: border-box; }
.hk-calendar-page { min-height: 100vh; overflow: clip; background: #fff; color: var(--hk-text); font-family: var(--hk-font); font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-body-weight); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.hk-calendar-page a { color: inherit; text-decoration: none; }
.hk-calendar-page button,
.hk-calendar-page select,
.hk-calendar-page input { font: inherit; }
.hk-calendar-page button { cursor: pointer; }
.hk-calendar-page h1,
.hk-calendar-page h2,
.hk-calendar-page h3,
.hk-calendar-page h4,
.hk-calendar-page p { margin-top: 0; }
.hk-calendar-main { padding: 26px 0 72px; }
.hk-calendar-container { width: min(var(--hk-container), calc(100% - var(--hk-side) * 2)); margin: 0 auto; }
.hk-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--hk-muted); font-size: var(--hk-t-caption-size); font-weight: var(--hk-t-caption-weight); line-height: var(--hk-t-caption-lh); }
.hk-breadcrumbs a { color: var(--hk-blue-dark); font-weight: var(--hk-t-value-weight); }
.hk-breadcrumbs__sep { color: #9BA9BE; }

.hk-hero { margin-bottom: 28px; }
.hk-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 24px; align-items: stretch; }
.hk-hero__copy { min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 46px 48px; border: 1px solid rgba(123,156,197,.22); border-radius: 34px; background: #fff; box-shadow: var(--hk-shadow); }
.hk-eyebrow { display: inline-flex; width: max-content; align-items: center; min-height: 34px; margin-bottom: 22px; padding: 7px 14px; border: 1px solid rgba(123,156,197,.20); border-radius: 999px; background: var(--hk-blue-soft); color: var(--hk-blue-dark); font-size: var(--hk-t-caption-size); font-weight: var(--hk-t-value-weight); line-height: 1; }
.hk-calendar-page h1 { max-width: 790px; margin-bottom: 22px; color: var(--hk-t-h1-color); font-size: var(--hk-t-h1-size); line-height: var(--hk-t-h1-lh); letter-spacing: normal; font-weight: var(--hk-t-h1-weight); }
.hk-hero__text { max-width: 790px; margin-bottom: 0; color: var(--hk-text); font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-body-weight); }
.hk-hero__cards { display: grid; grid-template-columns: 1fr; gap: 14px; }
.hk-stat-card { display: grid; grid-template-columns: 56px 1fr; grid-template-rows: auto auto; gap: 6px 16px; align-content: center; min-height: 0; padding: 24px; border: 1px solid rgba(123,156,197,.24); border-radius: 28px; background: #fff; box-shadow: var(--hk-shadow-card); }
.hk-stat-card__icon,
.hk-tool-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--hk-blue-soft); color: var(--hk-blue-dark); font-size: 24px; font-weight: var(--hk-t-value-weight); }
.hk-stat-card__icon { grid-row: 1 / span 2; }
.hk-stat-card strong { color: var(--hk-ink); font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-stat-card span { grid-column: 2; color: var(--hk-muted); font-size: 14px; line-height: 1.45; font-weight: var(--hk-t-body-weight); }

.hk-anchor-nav { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0 0 28px; border: 1px solid rgba(123,156,197,.24); border-radius: 18px; background: #fff; box-shadow: var(--hk-shadow-card); overflow: hidden; }
.hk-anchor-nav a { min-height: 74px; display: flex; align-items: center; justify-content: center; padding: 0 14px; border-right: 1px solid var(--hk-border); color: var(--hk-blue-dark); font-weight: var(--hk-t-value-weight); font-size: 15px; text-align: center; transition: .2s ease; }
.hk-anchor-nav a:last-child { border-right: 0; }
.hk-anchor-nav a:hover { background: var(--hk-blue-soft-2); }

.hk-card,
.hk-location-setup,
.hk-tool-card,
.hk-photo-card,
.hk-cta-band { border: 1px solid rgba(123,156,197,.24); background: #fff; box-shadow: var(--hk-shadow-card); }
.hk-card { border-radius: var(--hk-radius-lg); }
.hk-card--wide,
.hk-calendar-card,
.hk-side-card,
.hk-events-card,
.hk-info-card,
.hk-seo-card,
.hk-faq-card { padding: 30px; }
.hk-card__title,
.hk-side-title { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: var(--hk-t-h2-color); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; }

.hk-location-setup { margin: 0 0 28px; padding: 30px; border-radius: 34px; }
.hk-location-setup__head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; margin-bottom: 22px; }
.hk-location-setup__eyebrow,
.hk-section-label,
.hk-method-panel__eyebrow { margin-bottom: 9px; color: var(--hk-blue-dark); font-size: var(--hk-t-small-size); line-height: 1; font-weight: var(--hk-t-value-weight); text-transform: uppercase; letter-spacing: .08em; }
.hk-location-setup h2,
.hk-practical-head h2 { margin: 0 0 10px; color: var(--hk-t-h2-color); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; }
.hk-location-setup__lead,
.hk-practical-head p { max-width: 900px; margin: 0; color: var(--hk-muted); font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-body-weight); }
.hk-location-current { min-width: 280px; padding: 18px 20px; border: 1px solid rgba(123,156,197,.18); border-radius: 22px; background: var(--hk-cream-2); }
.hk-location-current span { display: block; margin-bottom: 5px; color: var(--hk-muted); font-size: var(--hk-t-small-size); font-weight: var(--hk-t-value-weight); text-transform: uppercase; letter-spacing: .06em; }
.hk-location-current strong { display: block; color: var(--hk-ink); font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-location-current small { display: block; margin-top: 5px; color: var(--hk-muted); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-caption-weight); }
.hk-location-setup__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.hk-location-choice { min-height: 178px; padding: 20px; border: 1px solid rgba(123,156,197,.22); border-radius: 24px; background: #fff; box-shadow: 0 10px 26px rgba(55,73,87,.045); }
.hk-location-choice__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 16px; background: var(--hk-blue-soft); color: var(--hk-blue-dark); font-size: 22px; font-weight: var(--hk-t-value-weight); }
.hk-location-choice strong,
.hk-tool-card h3 { display: block; margin-bottom: 7px; color: var(--hk-ink); font-size: 17px; line-height: 1.22; font-weight: var(--hk-t-value-weight); }
.hk-location-choice p,
.hk-tool-card p { margin: 0 0 14px; color: var(--hk-muted); font-size: 13px; line-height: 1.52; font-weight: var(--hk-t-body-weight); }
.hk-location-choice button,
.hk-tool-btn { min-height: 40px; padding: 0 14px; border: 1px solid var(--hk-border-2); border-radius: 13px; background: #fff; color: var(--hk-text); font-size: 13px; font-weight: var(--hk-t-value-weight); }
.hk-location-choice button:hover,
.hk-location-choice button.is-primary,
.hk-primary-btn,
.hk-zmanim-settings,
.hk-tab.is-active,
.hk-segmented button.is-active,
.hk-method-tabs button.is-active,
.hk-tool-btn.is-primary,
.hk-cta-phone { border-color: var(--hk-blue); background: linear-gradient(135deg, var(--hk-blue) 0%, var(--hk-blue-dark) 100%); color: #fff; box-shadow: 0 12px 24px rgba(123,156,197,.22); }
.hk-location-choice-status { min-height: 22px; margin-top: 10px; color: var(--hk-blue-dark); font-size: 13px; font-weight: var(--hk-t-value-weight); }
.hk-location-method-strip { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 18px; align-items: center; padding: 18px; border: 1px solid rgba(123,156,197,.14); border-radius: 22px; background: var(--hk-cream-2); }
.hk-location-method-strip p { margin: 0; color: var(--hk-text); font-size: 14px; line-height: 1.6; font-weight: var(--hk-t-label-weight); }

.hk-method-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; padding: 8px; border-radius: 18px; background: var(--hk-cream); }
.hk-method-tabs button,
.hk-segmented button { min-height: 48px; padding: 0 12px; border: 1px solid transparent; border-radius: 13px; background: #fff; color: var(--hk-text); font-size: 13px; line-height: 1.15; font-weight: var(--hk-t-value-weight); box-shadow: 0 6px 18px rgba(55,73,87,.045); }

.hk-photo-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 0 0 28px; }
.hk-photo-card { display: grid; grid-template-columns: minmax(220px, .82fr) minmax(0, 1fr); min-height: 292px; overflow: hidden; border-radius: 34px; }
.hk-photo-card__media { position: relative; min-height: 292px; background: linear-gradient(135deg, var(--hk-cream) 0%, var(--hk-blue-soft) 100%); overflow: hidden; }
.hk-photo-card__media img { width: 100%; height: 100%; min-height: 292px; object-fit: cover; display: block; }
.hk-photo-card__media:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(48,48,48,0) 52%, rgba(48,48,48,.16) 100%); pointer-events: none; }
.hk-photo-card__body { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.hk-photo-card__body span { width: max-content; margin-bottom: 14px; padding: 8px 13px; border-radius: 999px; background: var(--hk-blue-soft); color: var(--hk-blue-dark); font-size: 13px; line-height: 1; font-weight: var(--hk-t-value-weight); letter-spacing: .04em; text-transform: uppercase; }
.hk-photo-card__body strong { margin-bottom: 12px; color: var(--hk-t-h2-color); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; }
.hk-photo-card__body p { margin: 0; color: var(--hk-muted); font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-body-weight); }

.hk-practical-tools { margin: 0 0 28px; }
.hk-practical-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: end; margin-bottom: 20px; padding: 0 4px; }
.hk-practical-badge { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid rgba(123,156,197,.24); border-radius: 999px; background: #fff; color: var(--hk-blue-dark); font-size: 13px; font-weight: var(--hk-t-value-weight); white-space: nowrap; box-shadow: var(--hk-shadow-card); }
.hk-practical-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hk-tool-card { position: relative; min-height: 244px; padding: 24px; border-radius: 28px; overflow: visible; }
.hk-tool-card:before { content: ''; position: absolute; right: -56px; top: -62px; width: 160px; height: 160px; border-radius: 50%; background: rgba(123,156,197,.10); pointer-events: none; }
.hk-tool-card > * { position: relative; }
.hk-tool-card--wide { grid-column: span 2; }
.hk-tool-card--accent { background: linear-gradient(135deg, #fff 0%, var(--hk-blue-soft-2) 100%); }
.hk-tool-icon { width: 52px; height: 52px; margin-bottom: 16px; }
.hk-tool-card h3 { font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); letter-spacing: normal; }
.hk-tool-list { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.hk-tool-list li { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 8px 14px; align-items: start; padding-bottom: 10px; border-bottom: 1px solid rgba(216,228,239,.72); color: var(--hk-text); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-label-weight); min-width: 0; }
.hk-tool-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.hk-tool-list span { min-width: 0; }
.hk-tool-list strong { color: var(--hk-ink); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-value-weight); white-space: normal; overflow-wrap: normal; word-break: normal; hyphens: none; text-align: right; min-width: 0; max-width: 100%; }
.hk-tool-list strong.hk-zmanim-value-note { color: var(--hk-muted); font-size: var(--hk-t-small-size); line-height: var(--hk-t-small-lh); font-weight: var(--hk-t-caption-weight); }
.hk-tool-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; max-width: 100%; }
.hk-tool-actions .hk-tool-btn { display: inline-flex; align-items: center; justify-content: center; width: auto; max-width: 100%; min-height: 40px; padding: 10px 16px; font-size: var(--hk-t-btn-size); line-height: var(--hk-t-btn-lh); font-weight: var(--hk-t-btn-weight); text-decoration: none; box-sizing: border-box; white-space: normal; text-align: center; }
.hk-method-compare,
.hk-upcoming-mini { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.hk-upcoming-mini { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hk-method-chip,
.hk-upcoming-item { padding: 12px; border: 1px solid rgba(123,156,197,.24); border-radius: 16px; background: #fff; }
.hk-upcoming-item { background: var(--hk-cream-2); }
.hk-method-chip strong,
.hk-upcoming-item strong { display: block; margin-bottom: 4px; color: var(--hk-ink); font-size: 13px; font-weight: var(--hk-t-value-weight); }
.hk-method-chip span,
.hk-upcoming-item span { display: block; color: var(--hk-muted); font-size: 12px; line-height: 1.35; font-weight: var(--hk-t-body-weight); }
.hk-restriction-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; padding: 9px 12px; border-radius: 999px; background: #EFF8F4; color: #27644B; font-size: 13px; font-weight: var(--hk-t-value-weight); }
.hk-restriction-status:before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--hk-green); }
.hk-ics-note,
.hk-tool-note { margin-top: 10px !important; color: var(--hk-muted) !important; font-size: var(--hk-t-small-size) !important; font-weight: var(--hk-t-caption-weight) !important; }

.hk-converter { margin-bottom: 24px; }
.hk-converter__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: 38px; align-items: stretch; }
.hk-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 28px; border: 1px solid var(--hk-border-2); border-radius: 10px; overflow: hidden; background: #fff; }
.hk-tab { min-height: 54px; border: 0; background: transparent; color: var(--hk-blue-dark); font-size: var(--hk-t-btn-size); line-height: var(--hk-t-btn-lh); font-weight: var(--hk-t-btn-weight); }
.hk-form-grid { display: grid; grid-template-columns: 160px 1fr 160px; gap: 22px; margin-bottom: 24px; }
.hk-field label { display: block; margin-bottom: 8px; color: var(--hk-text); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-label-weight); }
.hk-select { position: relative; }
.hk-select select,
.hk-city-form-grid input,
.hk-city-search input { width: 100%; min-height: 58px; padding: 0 46px 0 18px; border: 1px solid var(--hk-border-2); border-radius: 10px; background: #fff; color: var(--hk-ink); font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-label-weight); outline: none; }
.hk-select:after { content: '⌄'; position: absolute; right: 16px; top: 50%; transform: translateY(-52%); color: var(--hk-blue-dark); font-size: 18px; pointer-events: none; }
.hk-primary-btn { width: 100%; min-height: 62px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 28px; border: 0; border-radius: 11px; font-size: var(--hk-t-btn-size); line-height: var(--hk-t-btn-lh); font-weight: var(--hk-t-btn-weight); }
.hk-today-panel { height: 100%; padding: 28px; border: 1px solid rgba(123,156,197,.24); border-radius: 18px; background: linear-gradient(135deg, var(--hk-blue-soft-2) 0%, #fff 55%, #F2F7FF 100%); }
.hk-today-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--hk-border); }
.hk-today-panel h3 { margin: 0; color: var(--hk-ink); font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-today-panel__date { color: var(--hk-blue-dark); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-value-weight); white-space: nowrap; }
.hk-today-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.hk-today-list li { display: grid; grid-template-columns: 34px 1fr auto; gap: 16px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--hk-border); }
.hk-today-list li:last-child { border-bottom: 0; }
.hk-today-list span { color: var(--hk-text); font-weight: var(--hk-t-label-weight); }
.hk-today-list strong { color: var(--hk-ink); font-weight: var(--hk-t-value-weight); }

.hk-work-grid { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 24px; margin-bottom: 28px; align-items: start; min-width: 0; max-width: 100%; }
.hk-work-grid > * { min-width: 0; max-width: 100%; }
.hk-calendar-card { min-width: 0; max-width: 100%; }
.hk-calendar-scroll-wrap { display: block; width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; }
.hk-calendar-top { display: grid; grid-template-columns: 54px 1fr 54px; align-items: center; gap: 18px; margin-bottom: 16px; }
.hk-nav-btn { width: 54px; height: 54px; border: 1px solid rgba(123,156,197,.24); border-radius: 12px; background: #fff; color: var(--hk-blue-dark); display: grid; place-items: center; font-size: 28px; font-weight: 500; }
.hk-month-title { text-align: center; color: var(--hk-ink); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; word-break: normal; overflow-wrap: normal; hyphens: none; min-width: 0; }
.hk-month-title span { color: #8B98AD; font-weight: 500; word-break: normal; overflow-wrap: normal; hyphens: none; }
.hk-calendar-mode { display: inline-flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; padding: 4px; border: 1px solid rgba(123,156,197,.22); border-radius: 14px; background: #F8FAFD; }
.hk-calendar-mode button { min-height: 40px; padding: 0 16px; border: 0; border-radius: 10px; background: transparent; color: var(--hk-muted); font-size: 14px; font-weight: 500; }
.hk-calendar-mode button.is-active { background: #fff; color: var(--hk-ink); box-shadow: 0 4px 12px rgba(55,73,87,.06); }
.hk-filter-row { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid rgba(123,156,197,.18); }
.hk-filter-label { color: var(--hk-ink); font-size: 14px; font-weight: 500; }
.hk-segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hk-calendar-variant.hk-segmented button { min-height: 42px; font-weight: 500; }
.hk-calendar-scroll-wrap { width: 100%; max-width: 100%; min-width: 0; }
.hk-calendar-scroll-hint { display: none; margin: 0 0 10px; padding: 8px 12px; border: 1px solid rgba(123,156,197,.22); border-radius: 10px; background: var(--hk-blue-soft); color: var(--hk-blue-dark); font-size: 13px; line-height: 1.35; font-weight: var(--hk-t-value-weight); text-align: center; }
.hk-calendar-table { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border: 1px solid rgba(123,156,197,.22); border-right: 0; border-bottom: 0; border-radius: 12px; overflow: hidden; background: #fff; }
.hk-weekday { min-height: 40px; display: flex; align-items: center; justify-content: center; background: #F9FCFF; color: var(--hk-ink); border-right: 1px solid rgba(123,156,197,.18); border-bottom: 1px solid rgba(123,156,197,.18); font-size: 13px; font-weight: 600; }
.hk-day { min-height: 112px; padding: 13px; border: 0; border-right: 1px solid rgba(123,156,197,.18); border-bottom: 1px solid rgba(123,156,197,.18); background: #fff; text-align: left; transition: .2s ease; }
.hk-day:hover { background: var(--hk-blue-soft-2); }
.hk-day.is-muted { background: #FBFDFF; color: #A2AEC0; }
.hk-day.is-today { box-shadow: inset 0 0 0 2px var(--hk-blue); background: linear-gradient(180deg, #F5F9FF 0%, #fff 100%); }
.hk-day__num { display: block; margin-bottom: 2px; color: currentColor; font-size: 17px; line-height: 1.2; font-weight: 600; word-break: normal; overflow-wrap: normal; hyphens: none; white-space: nowrap; }
.hk-day__heb { display: block; margin-bottom: 7px; color: var(--hk-muted); font-size: 12px; line-height: 1.25; font-weight: 500; word-break: normal; overflow-wrap: normal; hyphens: none; white-space: nowrap; }
.hk-day .hk-event { display: block; width: fit-content; max-width: 100%; }
.hk-event { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-width: 100%; min-height: 20px; max-height: 2.6em; margin-top: 4px; padding: 2px 6px; border-radius: 999px; background: #E8F2FF; color: var(--hk-blue-dark); font-size: 10px; line-height: 1.25; font-weight: 500; white-space: normal; overflow: hidden; text-overflow: ellipsis; word-break: normal; overflow-wrap: anywhere; }
.hk-event--purple { background: #F0EDFF; color: #5942D4; }
.hk-event--blue { background: #EAF4FF; color: #2F6EA8; }
.hk-event--green { background: #EAF7F0; color: #2F7A55; }
.hk-calendar-card .hk-card__title { font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; }
.hk-calendar-card .hk-legend { color: var(--hk-muted); font-weight: 500; }
.hk-calendar-empty { grid-column: 1 / -1; padding: 24px 18px; color: var(--hk-muted); font-size: 14px; font-weight: 500; text-align: center; }
.hk-legend { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; color: var(--hk-text); font-size: 14px; font-weight: 500; }
.hk-legend span { display: inline-flex; align-items: center; gap: 8px; }
.hk-legend i { width: 10px; height: 10px; border-radius: 50%; background: var(--hk-orange); }
.hk-legend .is-purple i { background: var(--hk-purple); }
.hk-legend .is-blue i { background: var(--hk-blue); }
.hk-legend .is-green i { background: var(--hk-green); }
.hk-mobile-calendar-list { display: none; }
.hk-side-stack { display: grid; gap: 20px; }
.hk-empty-state { min-height: 180px; display: grid; place-items: center; text-align: center; padding: 24px; border-radius: 16px; background: linear-gradient(135deg, var(--hk-blue-soft-2) 0%, #F2F7FF 100%); color: var(--hk-muted); font-size: 14px; font-weight: var(--hk-t-label-weight); line-height: 1.55; }
[data-event-details-empty][hidden],
[data-event-details-loading][hidden],
[data-event-details-content][hidden] { display: none !important; }
.hk-event-details__panel[data-event-details-state="loaded"] [data-event-details-empty],
.hk-event-details__panel[data-event-details-state="loaded"] [data-event-details-loading],
.hk-event-details__panel[data-event-details-state="loading"] [data-event-details-empty],
.hk-event-details__panel[data-event-details-state="loading"] [data-event-details-content] { display: none !important; }
.hk-event-details__panel { min-width: 0; max-width: 100%; }
.hk-event-details__loading { min-height: 120px; }
.hk-event-details__content { display: grid; gap: 14px; min-width: 0; max-width: 100%; }
.hk-event-details__title { margin: 0; color: var(--hk-ink); font-size: 22px; line-height: 1.2; font-weight: var(--hk-t-value-weight); word-break: normal; overflow-wrap: normal; }
.hk-event-details__tag { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; min-height: 28px; padding: 0 10px; border-radius: 999px; background: var(--hk-blue-soft); color: var(--hk-blue-dark); font-size: 12px; font-weight: var(--hk-t-value-weight); }
.hk-event-details__meta { display: grid; gap: 10px; margin: 0; }
.hk-event-details__meta-row { display: grid; gap: 4px; }
.hk-event-details__meta dt { margin: 0; color: var(--hk-muted); font-size: 12px; font-weight: var(--hk-t-value-weight); text-transform: uppercase; letter-spacing: .04em; }
.hk-event-details__meta dd { margin: 0; color: var(--hk-ink); font-size: 15px; line-height: 1.35; font-weight: var(--hk-t-value-weight); word-break: normal; overflow-wrap: normal; }
.hk-event-details__short,
.hk-event-details__excerpt,
.hk-event-details__fallback,
.hk-event-details__page-status { margin: 0; color: var(--hk-text); font-size: 14px; line-height: 1.55; word-break: normal; overflow-wrap: normal; }
.hk-event-details__excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; overflow: hidden; max-height: calc(1.55em * 10); }
.hk-event-details__page-status { color: var(--hk-muted); font-size: 13px; }
.hk-event-details__others { display: grid; gap: 8px; }
.hk-event-details__others-title { color: var(--hk-muted); font-size: 12px; font-weight: var(--hk-t-value-weight); text-transform: uppercase; letter-spacing: .04em; }
.hk-event-details__others-list { display: flex; flex-wrap: wrap; gap: 8px; }
.hk-event-details__other-btn { min-height: 34px; padding: 0 12px; border: 1px solid rgba(123,156,197,.24); border-radius: 999px; background: #fff; color: var(--hk-blue-dark); font-size: 12px; font-weight: var(--hk-t-value-weight); }
.hk-event-details__read-more { width: 100%; margin-top: 4px; text-align: center; text-decoration: none; }
.hk-day.is-selected-day { box-shadow: inset 0 0 0 2px var(--hk-blue); background: linear-gradient(180deg, #F5F9FF 0%, #fff 100%); }
.hk-event.is-active { outline: 2px solid var(--hk-blue-dark); outline-offset: 1px; }
.hk-calendar-table .hk-event { display: block; width: 100%; max-width: 100%; border: 0; cursor: pointer; text-align: left; font: inherit; }
.hk-calendar-table .hk-event:focus-visible { outline: 2px solid var(--hk-blue-dark); outline-offset: 1px; }
.hk-next-event { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; }
.hk-next-event strong { display: block; color: var(--hk-ink); font-size: 17px; line-height: 1.3; }
.hk-next-event span { color: var(--hk-muted); font-size: 14px; font-weight: var(--hk-t-label-weight); }
.hk-next-event b { color: var(--hk-blue-dark); font-size: 14px; white-space: nowrap; }
.hk-zmanim-mini { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 16px; border: 1px solid var(--hk-border); border-radius: 16px; background: linear-gradient(135deg, var(--hk-blue-soft-2) 0%, #fff 100%); }
.hk-zmanim-mini span { display: block; color: var(--hk-muted); font-size: 13px; font-weight: var(--hk-t-value-weight); }
.hk-zmanim-mini strong { color: var(--hk-ink); font-size: 16px; font-weight: var(--hk-t-value-weight); }
.hk-mini-link { border: 0; background: transparent; color: var(--hk-blue-dark); font-size: 13px; font-weight: var(--hk-t-value-weight); }
.hk-zmanim-mini-times { display: grid; gap: 10px; margin-top: 18px; }
.hk-zmanim-mini-times div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--hk-border); }
.hk-zmanim-mini-times div:last-child { border-bottom: 0; padding-bottom: 0; }
.hk-zmanim-mini-times span { color: var(--hk-muted); font-size: 13px; font-weight: var(--hk-t-value-weight); }
.hk-zmanim-mini-times b { color: var(--hk-ink); font-size: 17px; }
.hk-side-action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 18px; padding: 0 18px; border-radius: 14px; background: var(--hk-blue-soft); color: var(--hk-blue-dark); font-weight: var(--hk-t-value-weight); font-size: 14px; }

.hk-zmanim-section { margin: 0 0 28px; }
.hk-zmanim-card { padding: 34px; border-radius: var(--hk-radius-xl); overflow: hidden; }
.hk-zmanim-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: start; margin-bottom: 24px; }
.hk-zmanim-head h2 { margin: 0 0 8px; color: var(--hk-t-h2-color); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); letter-spacing: normal; font-weight: var(--hk-t-h2-weight); }
.hk-zmanim-head p { max-width: 790px; margin: 0; color: var(--hk-muted); font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-body-weight); }
.hk-zmanim-settings { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 0; border-radius: 16px; font-size: 15px; line-height: 1; font-weight: var(--hk-t-value-weight); }
.hk-zmanim-location { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; padding: 20px; border-radius: 20px; background: linear-gradient(135deg, var(--hk-blue) 0%, var(--hk-blue-dark) 100%); color: #fff; margin-bottom: 18px; }
.hk-zmanim-location__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.16); font-size: 28px; font-weight: var(--hk-t-value-weight); }
.hk-zmanim-location strong { display: block; font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); letter-spacing: normal; }
.hk-zmanim-location span { display: block; margin-top: 4px; color: rgba(255,255,255,.86); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-caption-weight); }
.hk-zmanim-date { display: grid; gap: 6px; text-align: center; margin: 20px 0; }
.hk-zmanim-date strong { color: var(--hk-ink); font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-zmanim-date span { color: var(--hk-muted); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-caption-weight); }
.hk-zmanim-alert { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; max-width: 980px; margin: 0 auto 24px; padding: 18px 20px; border-radius: 18px; background: var(--hk-warning); color: var(--hk-warning-text); }
.hk-zmanim-alert i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(244,155,33,.22); font-style: normal; font-weight: var(--hk-t-value-weight); }
.hk-zmanim-alert p { margin: 0; font-weight: var(--hk-t-value-weight); line-height: 1.55; }
.hk-method-panel { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 24px; align-items: center; margin: 0 0 24px; padding: 26px; border: 1px solid rgba(123,156,197,.24); border-radius: 28px; background: #fff; box-shadow: var(--hk-shadow-card); }
.hk-method-panel strong { display: block; margin: 0 0 8px; color: var(--hk-t-h2-color); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; }
.hk-method-panel span { display: block; max-width: 620px; color: var(--hk-muted); font-size: var(--hk-t-caption-size); line-height: var(--hk-t-caption-lh); font-weight: var(--hk-t-caption-weight); }
.hk-status[hidden] { display: none; }
.hk-status { margin: 0 0 18px; padding: 14px 16px; border-radius: 14px; font-weight: var(--hk-t-value-weight); font-size: 14px; }
.hk-status--loading { background: var(--hk-blue-soft); color: var(--hk-blue-dark); }
.hk-status--error { background: #FEE2E2; color: #991B1B; }
.hk-status--notice { background: var(--hk-warning); color: var(--hk-warning-text); }
.hk-zmanim-table-wrap { overflow: hidden; border: 1px solid var(--hk-border); border-radius: 20px; background: #fff; }
.hk-zmanim-table { width: 100%; border-collapse: collapse; font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); }
.hk-zmanim-table tr:nth-child(odd):not(.hk-zmanim-group) { background: var(--hk-cream-2); }
.hk-zmanim-table tr:nth-child(even):not(.hk-zmanim-group) { background: #fff; }
.hk-zmanim-table th,
.hk-zmanim-table td { padding: 13px 18px; border-bottom: 1px solid rgba(221,232,247,.75); vertical-align: middle; }
.hk-zmanim-table tr:last-child th,
.hk-zmanim-table tr:last-child td { border-bottom: 0; }
.hk-zmanim-table th { color: var(--hk-ink); font-weight: var(--hk-t-value-weight); text-align: left; }
.hk-zmanim-table td { width: 150px; color: #050A17; text-align: right; font-weight: var(--hk-t-value-weight); white-space: nowrap; }
.hk-zmanim-table time { font-variant-numeric: tabular-nums; font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-zmanim-table .hk-zmanim-value-note { display: inline-block; max-width: 210px; color: var(--hk-muted); font-size: var(--hk-t-small-size); line-height: var(--hk-t-small-lh); font-weight: var(--hk-t-caption-weight); white-space: normal; text-align: right; font-variant-numeric: normal; }
.hk-zmanim-group th { padding: 14px 18px; background: #EDE8DA; color: var(--hk-ink); text-align: center; font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-row-note { display: block; margin-top: 4px; color: var(--hk-muted); font-size: 12px; font-weight: var(--hk-t-value-weight); }
.hk-row-hidden { display: none !important; }
.hk-row-highlight th,
.hk-row-highlight td { background: #EAF3FF !important; }

.hk-city-modal[hidden] { display: none; }
.hk-city-modal { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; background: rgba(7,28,61,.48); backdrop-filter: blur(8px); }
.hk-city-modal__panel { position: relative; width: min(1120px, 100%); max-height: min(900px, calc(100vh - 48px)); overflow: auto; padding: 34px; border-radius: 28px; background: #fff; box-shadow: 0 28px 90px rgba(7,28,61,.25); }
.hk-city-modal__close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 14px; background: #F4F9FF; color: var(--hk-muted); font-size: 28px; line-height: 1; }
.hk-city-modal__head { padding-right: 56px; margin-bottom: 22px; }
.hk-city-modal__head h3 { margin: 0 0 8px; color: var(--hk-t-h2-color); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; }
.hk-city-modal__head p { margin: 0; max-width: 900px; color: var(--hk-text); font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-body-weight); }
.hk-city-selected,
.hk-city-search,
.hk-gps-box { padding: 24px; border-radius: 22px; margin-bottom: 22px; }
.hk-city-selected,
.hk-gps-box { background: var(--hk-cream-2); }
.hk-city-search { background: #fff; border: 1px solid var(--hk-border); }
.hk-gps-box { border: 1px dashed #9EC2F0; }
.hk-city-selected h4,
.hk-city-search h4,
.hk-gps-box h4 { margin: 0 0 14px; color: var(--hk-ink); font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-city-form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 20px; }
.hk-city-form-grid label,
.hk-city-search label { display: grid; gap: 7px; color: var(--hk-ink); font-size: 14px; line-height: 1.2; font-weight: var(--hk-t-value-weight); }
.hk-city-list { display: grid; max-height: min(52vh, 420px); overflow: auto; margin-top: 10px; border: 1px solid var(--hk-border); border-radius: 16px; background: #fff; -webkit-overflow-scrolling: touch; }
.hk-city-list__count { margin: 12px 0 0; color: var(--hk-muted); font-size: 13px; line-height: 1.5; font-weight: var(--hk-t-label-weight); }
.hk-city-list__section { padding: 10px 18px 6px; color: var(--hk-muted); font-size: 12px; line-height: 1.4; font-weight: var(--hk-t-label-weight); letter-spacing: .02em; text-transform: uppercase; background: #F8FBFF; border-bottom: 1px solid var(--hk-border); position: sticky; top: 0; z-index: 1; }
.hk-city-list__item { min-height: 52px; padding: 10px 18px; border: 0; border-bottom: 1px solid var(--hk-border); background: #fff; color: var(--hk-text); text-align: left; cursor: pointer; display: grid; gap: 2px; width: 100%; }
.hk-city-list__item:last-child { border-bottom: 0; }
.hk-city-list__item:hover,
.hk-city-list__item:focus-visible { background: var(--hk-blue-soft); color: var(--hk-blue-dark); outline: none; }
.hk-city-list__name { color: var(--hk-ink); font-size: 16px; line-height: 1.35; font-weight: var(--hk-t-value-weight); overflow-wrap: anywhere; }
.hk-city-list__meta { color: var(--hk-muted); font-size: 12px; line-height: 1.35; font-weight: var(--hk-t-body-weight); overflow-wrap: anywhere; }
.hk-city-list__empty { padding: 18px; color: var(--hk-muted); font-size: 14px; line-height: 1.5; }
.hk-city-list button:last-child { border-bottom: 0; }
.hk-city-list button:hover { background: var(--hk-blue-soft); color: var(--hk-blue-dark); }
.hk-city-note { margin: 0; color: var(--hk-muted); font-size: 13px; font-weight: var(--hk-t-label-weight); line-height: 1.6; }
.hk-secondary-btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid var(--hk-border-2); border-radius: 14px; background: #fff; color: var(--hk-blue-dark); font-weight: var(--hk-t-value-weight); }

.hk-events-wrap,
.hk-seo-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 24px; align-items: start; margin-bottom: 28px; }
.hk-events-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 44px; margin-top: 18px; }
.hk-event-row { display: grid; grid-template-columns: 36px 1fr auto; gap: 14px; align-items: center; min-height: 58px; border-bottom: 1px solid var(--hk-border); }
.hk-event-row__icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--hk-blue); }
.hk-event-row__icon.is-orange { color: var(--hk-orange); }
.hk-event-row__icon.is-purple { color: var(--hk-purple); }
.hk-event-row__icon.is-green { color: var(--hk-green); }
.hk-event-row__icon.is-red { color: var(--hk-red); }
.hk-event-row strong { color: var(--hk-ink); font-size: 15px; line-height: 1.25; font-weight: var(--hk-t-value-weight); }
.hk-event-row span { color: var(--hk-muted); font-size: 13px; line-height: 1.25; font-weight: var(--hk-t-body-weight); white-space: nowrap; }
.hk-info-card p,
.hk-seo-card p,
.hk-faq-card p { margin-bottom: 14px; color: var(--hk-text); font-weight: var(--hk-t-body-weight); line-height: 1.75; }
.hk-faq-item { padding: 18px 0; border-bottom: 1px solid var(--hk-border); }
.hk-faq-item:last-child { border-bottom: 0; padding-bottom: 0; }
.hk-faq-item strong { display: block; margin-bottom: 7px; color: var(--hk-ink); font-size: var(--hk-t-body-size); line-height: var(--hk-t-body-lh); font-weight: var(--hk-t-value-weight); }
.hk-editorial-note,
.hk-trust-note { padding: 20px; border-radius: 20px; background: var(--hk-cream-2); border: 1px solid rgba(123,156,197,.16); }
.hk-editorial-note strong { display: block; margin-bottom: 8px; color: var(--hk-ink); font-size: 17px; font-weight: var(--hk-t-value-weight); }
.hk-editorial-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.hk-editorial-list li { position: relative; padding-left: 22px; color: var(--hk-text); font-size: 15px; line-height: 1.65; font-weight: var(--hk-t-body-weight); }
.hk-editorial-list li:before { content: ''; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--hk-blue); }
.hk-trust-note { background: #EEF5FA; font-size: 14px; line-height: 1.7; font-weight: var(--hk-t-label-weight); }
.hk-internal-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 8px; }
.hk-internal-links a { display: grid; gap: 6px; min-height: 78px; padding: 14px; border: 1px solid var(--hk-border); border-radius: 16px; background: #fff; color: var(--hk-text); font-size: 13px; line-height: 1.35; font-weight: var(--hk-t-value-weight); }
.hk-internal-links a span { color: var(--hk-blue-dark); font-size: 12px; font-weight: var(--hk-t-value-weight); text-transform: uppercase; letter-spacing: .04em; }
.hk-cta-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; margin: 0 0 28px; padding: 28px 32px; border-radius: 32px; background: linear-gradient(135deg, #fff 0%, var(--hk-blue-soft-2) 100%); }
.hk-cta-band h2 { margin: 0 0 6px; color: var(--hk-t-h2-color); font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); font-weight: var(--hk-t-h2-weight); letter-spacing: normal; }
.hk-cta-band p { max-width: 880px; margin: 0; color: var(--hk-muted); font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-body-weight); }
.hk-cta-phone { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 22px; border-radius: 18px; font-size: var(--hk-t-btn-size); line-height: var(--hk-t-btn-lh); font-weight: var(--hk-t-btn-weight); white-space: nowrap; }
.hk-foot-note { padding: 22px 26px; border: 1px solid #BBD3F2; border-radius: 18px; background: linear-gradient(135deg, #F7FBFF 0%, #EDF5FF 100%); color: var(--hk-text); font-size: 14px; line-height: 1.65; font-weight: var(--hk-t-body-weight); }

@media (max-width: 1180px) {
  :root { --hk-side: 24px; --hk-t-h1-size: 40px; --hk-t-h1-lh: 48px; }
  .hk-hero__grid,
  .hk-location-setup__head,
  .hk-location-method-strip,
  .hk-zmanim-head,
  .hk-method-panel,
  .hk-cta-band { grid-template-columns: 1fr; }
  .hk-hero__copy { min-height: auto; }
  .hk-hero__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hk-anchor-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hk-location-current { min-width: 0; }
  .hk-location-setup__grid,
  .hk-practical-grid,
  .hk-photo-story,
  .hk-work-grid,
  .hk-events-wrap,
  .hk-seo-wrap { grid-template-columns: 1fr; }
  .hk-practical-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hk-method-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hk-city-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hk-internal-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  :root { --hk-side: 16px; --hk-t-h1-size: 28px; --hk-t-h1-lh: 33.6px; --hk-t-h2-size: 24px; --hk-t-h2-lh: 28.8px; }
  .hk-calendar-main { padding: 18px 0 44px; }
  .hk-hero__copy { padding: 28px 22px; border-radius: 26px; }
  .hk-hero__text { font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); }
  .hk-hero__cards,
  .hk-anchor-nav,
  .hk-location-setup__grid,
  .hk-practical-grid,
  .hk-upcoming-mini,
  .hk-method-compare,
  .hk-method-tabs,
  .hk-form-grid,
  .hk-segmented,
  .hk-internal-links { grid-template-columns: 1fr; }
  .hk-practical-grid .hk-tool-list li { grid-template-columns: 1fr; gap: 4px; }
  .hk-practical-grid .hk-tool-list strong { text-align: left; }
  .hk-practical-head { grid-template-columns: 1fr; align-items: start; gap: 14px; }
  .hk-practical-head > div { width: 100%; max-width: 100%; min-width: 0; }
  .hk-practical-head h2,
  .hk-practical-head p { width: 100%; max-width: 100%; min-width: 0; word-break: normal; overflow-wrap: normal; hyphens: none; }
  .hk-practical-badge { justify-self: start; white-space: normal; max-width: 100%; }
  .hk-hero__grid > *,
  .hk-hero__copy,
  .hk-location-setup__head > *,
  .hk-location-method-strip > * { min-width: 0; max-width: 100%; }
  .hk-calendar-page h1 { max-width: 100%; word-break: normal; overflow-wrap: normal; hyphens: none; }
  .hk-tool-actions .hk-tool-btn { width: 100%; min-height: 44px; }
  .hk-anchor-nav a { min-height: 58px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--hk-border); text-align: left; }
  .hk-anchor-nav a:last-child { border-bottom: 0; }
  .hk-stat-card,
  .hk-location-setup,
  .hk-tool-card,
  .hk-card--wide,
  .hk-calendar-card,
  .hk-side-card,
  .hk-events-card,
  .hk-info-card,
  .hk-seo-card,
  .hk-faq-card,
  .hk-zmanim-card { padding: 22px; }
  .hk-location-setup,
  .hk-photo-card,
  .hk-tool-card,
  .hk-cta-band { border-radius: 26px; }
  .hk-tool-card--wide { grid-column: auto; }
  .hk-photo-card { grid-template-columns: 1fr; min-height: 0; }
  .hk-photo-card__media,
  .hk-photo-card__media img { min-height: 220px; }
  .hk-photo-card__body { padding: 22px; }
  .hk-converter__grid { grid-template-columns: 1fr; gap: 22px; }
  .hk-today-panel__head { align-items: flex-start; flex-direction: column; }
  .hk-calendar-top { grid-template-columns: 48px 1fr 48px; gap: 10px; }
  .hk-nav-btn { width: 48px; height: 48px; }
  .hk-month-title { font-size: var(--hk-t-h2-size); line-height: var(--hk-t-h2-lh); }
  .hk-calendar-mode { width: 100%; }
  .hk-calendar-mode button { flex: 1 1 auto; }
  .hk-filter-row { grid-template-columns: 1fr; }
  .hk-calendar-scroll-hint { display: block; }
  .hk-calendar-scroll-wrap .hk-calendar-table { min-width: 700px; width: max-content; max-width: none; }
  .hk-calendar-scroll-wrap .hk-weekday,
  .hk-calendar-scroll-wrap .hk-day { min-width: 90px; box-sizing: border-box; }
  .hk-day { min-height: 112px; padding: 13px; }
  .hk-day__num { font-size: 17px; line-height: 1.2; }
  .hk-day__heb { font-size: 12px; margin-bottom: 7px; line-height: 1.25; }
  .hk-event { font-size: 10px; min-height: 20px; max-height: 2.6em; padding: 2px 6px; max-width: 100%; }
  .hk-mobile-calendar-list { display: none !important; }
  .hk-mobile-day { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 14px; border: 1px solid var(--hk-border); border-radius: 14px; background: #fff; }
  .hk-mobile-day.is-active { border-color: var(--hk-blue); background: #F4F9FF; }
  .hk-mobile-day strong { color: var(--hk-ink); font-size: 18px; }
  .hk-mobile-day span { color: var(--hk-muted); font-size: 13px; font-weight: var(--hk-t-body-weight); }
  .hk-zmanim-head h2 { font-size: 27px; }
  .hk-zmanim-settings { width: 100%; }
  .hk-zmanim-location { grid-template-columns: 1fr; text-align: center; }
  .hk-zmanim-location__icon { margin: 0 auto; }
  .hk-zmanim-date strong { font-size: 21px; }
  .hk-zmanim-alert { grid-template-columns: 1fr; }
  .hk-zmanim-table { font-size: 15px; }
  .hk-zmanim-table th,
  .hk-zmanim-table td { padding: 11px 12px; }
  .hk-zmanim-table time { font-size: var(--hk-t-body-size); }
  .hk-zmanim-table .hk-zmanim-value-note { max-width: 132px; font-size: 12px; }
  .hk-zmanim-table td { width: 104px; }
  .hk-city-modal { padding: 12px; align-items: start; }
  .hk-city-modal__panel { max-height: calc(100vh - 24px); padding: 22px; border-radius: 22px; }
  .hk-city-form-grid { grid-template-columns: 1fr; }
  .hk-event-row { grid-template-columns: 32px 1fr; }
  .hk-event-row span { grid-column: 2; white-space: normal; }
  .hk-cta-phone { width: 100%; }
}

.hk-converter-message {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #FFF7F0;
  color: #8A4A12;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.hk-converter-form[hidden] { display: none !important; }

@media (max-width: 767px) {
  .hk-calendar-page { overflow-x: hidden; max-width: 100%; }
  .hk-calendar-container,
  .hk-hero__grid,
  .hk-practical-head,
  .hk-practical-grid,
  .hk-location-setup__head,
  .hk-location-setup__grid,
  .hk-location-method-strip,
  .hk-photo-story,
  .hk-converter__grid,
  .hk-work-grid,
  .hk-events-wrap,
  .hk-seo-wrap,
  .hk-cta-band,
  .hk-zmanim-head,
  .hk-method-panel { grid-template-columns: 1fr !important; }
  .hk-hero__cards,
  .hk-anchor-nav,
  .hk-practical-grid,
  .hk-upcoming-mini,
  .hk-method-compare,
  .hk-method-tabs,
  .hk-form-grid,
  .hk-segmented,
  .hk-internal-links { grid-template-columns: 1fr !important; }
  .hk-calendar-scroll-wrap { width: 100%; max-width: 100%; }
  .hk-month-title { font-size: 22px; line-height: 1.2; }
  .hk-month-title span { display: block; margin-top: 4px; font-size: 16px; }
}

@media (min-width: 861px) {
  .hk-calendar-scroll-hint { display: none !important; }
  .hk-calendar-scroll-wrap { overflow-x: visible; }
  .hk-calendar-scroll-wrap .hk-calendar-table { min-width: 0; width: 100%; max-width: 100%; }
}

/* Phase 6O: scoped typography token enforcement (aligned to hevkad.com homepage) */
.hk-calendar-page strong,
.hk-calendar-page b { font-weight: var(--hk-t-value-weight); }
.hk-calendar-page .hk-weekday,
.hk-calendar-page .hk-day__num,
.hk-calendar-page .hk-event { font-weight: var(--hk-t-emphasis-weight); }
.hk-calendar-page .hk-tab,
.hk-calendar-page .hk-primary-btn,
.hk-calendar-page .hk-secondary-btn,
.hk-calendar-page .hk-tool-btn,
.hk-calendar-page .hk-zmanim-settings,
.hk-calendar-page .hk-side-action,
.hk-calendar-page .hk-mini-link,
.hk-calendar-page .hk-cta-phone,
.hk-calendar-page .hk-segmented button,
.hk-calendar-page .hk-calendar-mode button,
.hk-calendar-page .hk-nav-btn { font-size: var(--hk-t-btn-size); line-height: var(--hk-t-btn-lh); font-weight: var(--hk-t-btn-weight); }
.hk-calendar-page .hk-select select,
.hk-calendar-page .hk-city-form-grid input,
.hk-calendar-page .hk-city-search input { font-size: var(--hk-t-page-body-size); line-height: var(--hk-t-page-body-lh); font-weight: var(--hk-t-label-weight); }
