.vlog-page { background: #f4f7fb; }
.vlog-page .site-header { position: absolute; inset-block-start: 14px; }
.vlog-page .nav-shell { gap: 18px; }
.vlog-page .site-nav { gap: clamp(14px, 1.45vw, 24px); }
.vlog-page .nav-login, .vlog-page .nav-cta { white-space: nowrap; }
.vlog-page .site-header.scrolled { position: fixed; }
.vlog-hero {
  position: relative;
  min-height: 455px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 24%, rgba(42,213,255,.2), transparent 29%),
    radial-gradient(circle at 14% 82%, rgba(11,108,255,.3), transparent 33%),
    linear-gradient(135deg, #041024 0%, #082b57 57%, #06517f 100%);
}
.vlog-hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 94%); }
.vlog-hero-content { position: relative; z-index: 2; padding-top: 118px; padding-bottom: 52px; }
.vlog-back-link { display: inline-flex; margin-bottom: 18px; color: #bed7f5; font-size: .82rem; font-weight: 750; }
.vlog-back-link:hover { color: #fff; }
.vlog-hero h1 { max-width: 1040px; margin: 0; font-size: clamp(3rem, 5.8vw, 5.35rem); line-height: .96; letter-spacing: -.06em; }
.vlog-hero-content > p:not(.eyebrow) { max-width: 800px; margin: 18px 0 0; color: #d1deed; font-size: 1.08rem; }

.vlog-feed-section { padding: 56px 0 96px; }
.vlog-feed-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 32px; align-items: end; margin-bottom: 34px; }
.vlog-feed-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.05em; }
.vlog-feed-heading > div:first-child > p:last-child { max-width: 720px; margin: 15px 0 0; color: var(--muted); }
.vlog-auth-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; border: 1px solid #cdddec; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.vlog-auth-card strong, .vlog-auth-card span { display: block; }
.vlog-auth-card strong { color: #10233e; font-size: .88rem; }
.vlog-auth-card span { margin-top: 4px; color: #667a93; font-size: .7rem; line-height: 1.45; }
.vlog-auth-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.vlog-google-button, .vlog-signout-button { min-height: 40px; padding: 9px 13px; border-radius: 11px; font-size: .72rem; font-weight: 850; }
.vlog-google-button { color: #fff; border: 1px solid #0b6cff; background: #0b6cff; box-shadow: 0 8px 18px rgba(11,108,255,.18); }
.vlog-signout-button { color: #29425e; border: 1px solid #ccd9e7; background: #fff; }
.vlog-status { padding: 18px; color: #55708d; border: 1px dashed #c7d6e6; border-radius: 16px; background: #fff; text-align: center; }
.vlog-status[hidden] { display: none; }
.vlog-feed { display: grid; gap: 28px; }
.vlog-empty { padding: 58px 24px; border: 1px dashed #b9cbe0; border-radius: 24px; background: #fff; text-align: center; }
.vlog-empty h3 { margin: 0; font-size: 1.35rem; }
.vlog-empty p { max-width: 600px; margin: 9px auto 0; color: var(--muted); }

.vlog-article { overflow: hidden; border: 1px solid #d7e1ec; border-radius: 25px; background: #fff; box-shadow: 0 22px 50px rgba(15,42,74,.08); scroll-margin-top: 105px; }
.vlog-article-head { padding: 30px 32px 0; }
.vlog-article-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; color: #6d8198; font-size: .7rem; font-weight: 700; }
.vlog-article-meta span:first-child { color: var(--blue); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vlog-article h2 { margin: 11px 0 0; color: #071a35; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.05; letter-spacing: -.04em; }
.vlog-article-excerpt { max-width: 920px; margin: 13px 0 0; color: #526a83; font-size: 1rem; line-height: 1.65; }
.vlog-photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 24px 32px 0; }
.vlog-photos.one-photo { grid-template-columns: 1fr; }
.vlog-photo { overflow: hidden; min-height: 230px; border-radius: 17px; background: #071a35; }
.vlog-photo img { display: block; width: 100%; height: 100%; min-height: 230px; max-height: 560px; object-fit: cover; }
.vlog-article-body { padding: 28px 32px 34px; color: #253d58; font-size: .96rem; line-height: 1.78; }
.vlog-article-body p { margin: 0 0 1em; }
.vlog-article-body p:last-child { margin-bottom: 0; }
.vlog-article-body h2 { margin: 1.25em 0 .5em; color: #102b49; font-size: 1.45rem; line-height: 1.25; }
.vlog-article-body h3 { margin: 1.1em 0 .45em; color: #173654; font-size: 1.15rem; line-height: 1.3; }
.vlog-article-body ul, .vlog-article-body ol { margin: .8em 0 1.1em 1.4em; padding: 0; }
.vlog-article-body li { margin: .3em 0; }
.vlog-article-body blockquote { margin: 1.2em 0; padding: 12px 16px; border-left: 4px solid #0b6cff; border-radius: 0 10px 10px 0; background: #f0f6ff; color: #294a6b; }
.vlog-article-body a { color: #075fd1; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.vlog-share-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 32px 28px; }
.vlog-share-copy { color: #687d94; font-size: .72rem; line-height: 1.4; }
.vlog-share-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.vlog-share-button, .vlog-copy-link-button { min-height: 39px; padding: 8px 13px; border-radius: 11px; font-size: .72rem; font-weight: 850; cursor: pointer; }
.vlog-share-button { color: #fff; border: 1px solid #0b6cff; background: #0b6cff; box-shadow: 0 8px 18px rgba(11,108,255,.15); }
.vlog-copy-link-button { color: #29425e; border: 1px solid #ccd9e7; background: #fff; }
.vlog-share-button:hover, .vlog-copy-link-button:hover { transform: translateY(-1px); }
.vlog-share-status { min-height: 17px; color: #0758ca; font-size: .66rem; font-weight: 750; }

.vlog-comments { padding: 28px 32px 32px; border-top: 1px solid #e1e8f0; background: #f8fbff; }
.vlog-comments-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.vlog-comments-head h3 { margin: 0; color: #0a203d; font-size: 1.12rem; }
.vlog-comments-head span { color: #74879d; font-size: .7rem; }
.vlog-comment-list { display: grid; gap: 11px; margin-bottom: 18px; }
.vlog-comment-empty { padding: 16px; color: #6d8097; border: 1px dashed #c9d8e6; border-radius: 13px; background: #fff; font-size: .78rem; text-align: center; }
.vlog-comment { padding: 15px 16px; border: 1px solid #d7e2ee; border-radius: 15px; background: #fff; }
.vlog-comment-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.vlog-comment-author { color: #0b2340; font-size: .8rem; font-weight: 850; }
.vlog-anonymous-badge { margin-left: 6px; padding: 3px 7px; color: #75601a; border-radius: 99px; background: #fff2bd; font-size: .57rem; font-weight: 900; text-transform: uppercase; }
.vlog-comment-time { color: #8293a6; font-size: .62rem; }
.vlog-comment-message { margin: 8px 0 0; color: #354d67; font-size: .82rem; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.vlog-replies { display: grid; gap: 8px; margin: 12px 0 0 22px; }
.vlog-reply { padding: 10px 12px; border-left: 3px solid #0b6cff; border-radius: 0 11px 11px 0; background: #edf5ff; }
.vlog-reply strong { color: #0758ca; font-size: .68rem; }
.vlog-reply span { margin-left: 7px; color: #7a8ba0; font-size: .58rem; }
.vlog-reply p { margin: 5px 0 0; color: #2e4865; font-size: .76rem; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
.vlog-comment-form { display: grid; gap: 10px; padding: 15px; border: 1px solid #d5e1ed; border-radius: 16px; background: #fff; }
.vlog-comment-form textarea { width: 100%; min-height: 92px; resize: vertical; padding: 12px 13px; color: #172f4b; border: 1px solid #cbd9e7; border-radius: 12px; background: #fff; font: inherit; font-size: .8rem; line-height: 1.5; }
.vlog-comment-form textarea:focus { outline: 3px solid rgba(11,108,255,.13); border-color: #6da8ff; }
.vlog-comment-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vlog-anonymous-choice { display: inline-flex; align-items: center; gap: 8px; color: #4f657d; font-size: .72rem; font-weight: 700; }
.vlog-anonymous-choice input { width: 17px; height: 17px; accent-color: #0b6cff; }
.vlog-comment-submit { min-height: 40px; padding: 9px 15px; color: #fff; border: 0; border-radius: 11px; background: #0b6cff; font-size: .72rem; font-weight: 850; }
.vlog-comment-submit:disabled { opacity: .55; cursor: not-allowed; }
.vlog-comment-note { margin: 0; color: #7c8da1; font-size: .64rem; line-height: 1.45; }
.vlog-comment-status { min-height: 18px; margin: 0; color: #0b6cff; font-size: .68rem; font-weight: 700; }

@media (max-width: 860px) {
  .vlog-hero { min-height: auto; }
  .vlog-hero-content { padding-top: 112px; padding-bottom: 46px; }
  .vlog-back-link { margin-bottom: 14px; }
  .vlog-hero h1 { font-size: clamp(2.8rem, 10vw, 4.6rem); }
  .vlog-feed-section { padding-top: 48px; }
  .vlog-feed-heading { grid-template-columns: 1fr; align-items: start; }
  .vlog-auth-card { align-items: flex-start; }
}
@media (max-width: 620px) {
  .vlog-hero { min-height: auto; }
  .vlog-hero-content { padding-top: 104px; padding-bottom: 40px; }
  .vlog-hero h1 { font-size: clamp(2.45rem, 12.5vw, 3.7rem); line-height: 1; letter-spacing: -.045em; }
  .vlog-hero-content > p:not(.eyebrow) { margin-top: 14px; font-size: .96rem; line-height: 1.6; }
  .vlog-feed-section { padding: 42px 0 76px; }
  .vlog-feed-heading { margin-bottom: 24px; }
  .vlog-auth-card { flex-direction: column; padding: 15px; }
  .vlog-auth-actions { width: 100%; }
  .vlog-google-button, .vlog-signout-button { width: 100%; }
  .vlog-article { border-radius: 19px; }
  .vlog-article-head { padding: 22px 18px 0; }
  .vlog-article h2 { font-size: 1.8rem; }
  .vlog-article-excerpt { font-size: .9rem; }
  .vlog-photos, .vlog-photos.one-photo { grid-template-columns: 1fr; padding: 18px 18px 0; }
  .vlog-photo, .vlog-photo img { min-height: 190px; }
  .vlog-article-body { padding: 22px 18px 22px; font-size: .88rem; line-height: 1.7; }
  .vlog-share-bar { align-items: flex-start; flex-direction: column; padding: 0 18px 22px; }
  .vlog-share-actions { width: 100%; }
  .vlog-share-button, .vlog-copy-link-button { flex: 1 1 140px; }
  .vlog-comments { padding: 22px 18px 24px; }
  .vlog-comments-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .vlog-comment-actions { align-items: flex-start; flex-direction: column; }
  .vlog-comment-submit { width: 100%; }
  .vlog-replies { margin-left: 10px; }
}

@media (max-width: 430px) {
  .vlog-page .site-header { inset-block-start: 8px; }
  .vlog-hero-content { padding-top: 96px; padding-bottom: 34px; }
  .vlog-back-link { font-size: .74rem; }
  .vlog-hero h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .vlog-feed-heading h2 { font-size: clamp(1.85rem, 9vw, 2.5rem); }
  .vlog-article-meta { gap: 6px 10px; }
}
