* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 8%, var(--third), transparent 24rem),
    radial-gradient(circle at 92% 4%, var(--bg-accent), transparent 22rem),
    linear-gradient(135deg, var(--bg), #ffffff 68%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
  opacity: .52;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,.055) 1px, transparent 1px);
  background-size: 22px 22px;
  z-index: -1;
  opacity: .28;
}
a { color: inherit; }
.page-shell { width: min(var(--max-width), calc(100% - 28px)); margin: 0 auto; padding: 26px 0 44px; }
.card-soft {
  background: color-mix(in srgb, var(--card) 92%, transparent);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--card-radius);
  box-shadow: 0 var(--shadow-strength) calc(var(--shadow-strength) * 2.4) rgba(30, 41, 59, .13);
  backdrop-filter: blur(10px);
}
.hero { position: relative; overflow: hidden; padding: clamp(24px, 5vw, 48px); display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; }
.hero-art { position: absolute; right: -90px; top: -110px; width: 280px; height: 280px; border-radius: 50%; background: linear-gradient(135deg, var(--secondary), var(--third)); opacity: .35; }
.hero-logo-wrap { position: relative; width: 128px; height: 128px; display: grid; place-items: center; border-radius: 32px; background: #fff; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); }
.brand-logo { width: 112px; height: auto; display: block; }
.profile-image { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; }
.eyebrow, .section-kicker { margin: 0 0 8px; color: var(--secondary); font-weight: 800; letter-spacing: .03em; text-transform: uppercase; font-size: .78rem; }
h1 { font-size: clamp(2.3rem, 7vw, 4.8rem); line-height: .95; margin: 0 0 12px; letter-spacing: -0.07em; }
.subtitle { margin: 0; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 750; max-width: 760px; }
.intro { color: var(--muted); font-size: 1rem; line-height: 1.75; max-width: 760px; margin: 14px 0 0; }
.quick-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.quick-button, .big-link, .post-link { text-decoration: none; }
.quick-button { display: inline-flex; align-items: center; gap: 8px; border-radius: var(--button-radius); padding: 12px 16px; font-weight: 850; color: var(--button-text); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 10px 22px rgba(31,41,55,.10); }
.style-primary { background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 62%, #fff)); }
.style-secondary { background: linear-gradient(135deg, var(--secondary), color-mix(in srgb, var(--secondary) 62%, #fff)); }
.style-third { background: linear-gradient(135deg, var(--third), color-mix(in srgb, var(--third) 62%, #fff)); }
.section-block { margin-top: var(--section-gap); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 0 2px 14px; }
.section-heading h2 { margin: 0; font-size: clamp(1.5rem, 3.4vw, 2.3rem); letter-spacing: -.04em; }
.hobby-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hobby-card { padding: 20px; min-height: 190px; }
.hobby-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 18px; background: color-mix(in srgb, var(--third) 55%, white); font-size: 1.5rem; }
.hobby-card h3, .post-card h3, .highlight-card h3 { margin: 14px 0 8px; letter-spacing: -.03em; }
.hobby-card p, .post-card p, .highlight-card p, .big-link small { color: var(--muted); line-height: 1.6; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.post-card { overflow: hidden; }
.post-image { width: 100%; height: 230px; object-fit: cover; display: block; background: #f2f4f7; }
.post-content { padding: 20px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.post-meta span { font-size: .8rem; font-weight: 800; color: var(--secondary); background: color-mix(in srgb, var(--secondary) 13%, white); padding: 7px 10px; border-radius: 999px; }
.embed-shell { margin-top: 14px; max-width: 100%; overflow: hidden; border-radius: 18px; background: #fff; }
.embed-shell blockquote { margin: 0 auto !important; max-width: 100% !important; min-width: 0 !important; }
.embed-fallback { display: block; padding: 12px 14px; color: var(--muted); font-size: .92rem; }
.video-frame { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 18px; margin-top: 14px; background: #111827; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.post-link { display: inline-flex; margin-top: 12px; font-weight: 850; color: var(--secondary); }
.highlight-rail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.highlight-card { padding: 22px; border-left: 8px solid var(--primary); }
.highlight-card strong { color: var(--primary); }
.link-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.big-link { display: flex; gap: 16px; align-items: center; padding: 18px; border-radius: var(--button-radius); color: var(--button-text); font-weight: 800; box-shadow: 0 12px 26px rgba(31,41,55,.10); transition: transform .18s ease, box-shadow .18s ease; }
.big-link:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(31,41,55,.15); }
.big-link-icon { width: 48px; height: 48px; display: grid; place-items: center; background: rgba(255,255,255,.68); border-radius: 18px; font-size: 1.4rem; flex: 0 0 auto; }
.big-link strong, .big-link small { display: block; }
.big-link small { margin-top: 3px; color: color-mix(in srgb, var(--button-text) 72%, transparent); font-weight: 650; }
.empty-card { padding: 26px; color: var(--muted); }
.footer-note { text-align: center; color: var(--muted); padding: 30px 0 8px; font-size: .92rem; }
.footer-note a { color: var(--muted); text-decoration: none; border-bottom: 1px dashed currentColor; }
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; text-align: left; }
  .hero-logo-wrap { width: 104px; height: 104px; border-radius: 26px; }
  .brand-logo { width: 92px; }
  .hobby-grid, .post-grid, .highlight-rail, .link-list { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; gap: 4px; }
}
@media (max-width: 520px) {
  .page-shell { width: min(100% - 18px, var(--max-width)); padding-top: 10px; }
  .hero { padding: 22px; }
  .quick-button, .big-link { width: 100%; }
  .post-image { height: 190px; }
}
