/* ============================================================
   Google Font
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300&display=swap');

/* ============================================================
   Pebble & Moss — Morandi Palette
   ============================================================ */
:root {
  --bg:           #edede9;
  --surface:      #e4e4de;
  --card:         #e9e9e4;
  --text:         #242422;
  --muted:        #4a4a45;
  --accent:       #6b7a5c;
  --accent-light: #d2dcc8;
  --border:       #d6d6ce;
  --tag:          #cad4c2;
  --tag-text:     #3d4e32;
  --radius:       10px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
* { box-sizing: border-box; }

body {
  font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: var(--text);
  background-color: var(--bg);
  line-height: 1.85;
}

h1, h2, h3, h4 {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  line-height: 1.15;
  letter-spacing: -0.3px;
}

a { color: var(--accent); text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.75; text-decoration: none; color: var(--accent); }

img { max-width: 100%; }

hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 40px 0;
}

/* ============================================================
   BOOTSTRAP OVERRIDES — hide default page title, toc, etc.
   ============================================================ */
.title { display: none !important; }
.toc-content { padding-left: 0 !important; }

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  background-color: var(--bg) !important;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  box-shadow: none !important;
  font-family: 'DM Sans', sans-serif;
  min-height: 10px;
}

/* Remove the brand title area if unused */
.navbar .navbar-brand {
  color: var(--text) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: -0.2px;
}

.navbar .navbar-brand:hover {
  color: var(--accent) !important;
}

/* Remove borders around nav items */
.navbar-nav {
  border: none !important;
  background: transparent !important;
}

.navbar-nav > li {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
}

.navbar-nav > li > a {
  color: var(--muted) !important;
  font-weight: 400;
  font-size: 14px;
  padding: 18px 16px !important;
  margin: 0 4px !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  transition: color 0.2s ease;
  position: relative;
}

/* Hover state — just color change */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: var(--accent) !important;
  background-color: transparent !important;
  border: none !important;
}

/* Active page — underline only, no box */
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  color: var(--accent) !important;
  background-color: transparent !important;
  border: none !important;
  font-weight: 600;
}

/* Underline effect under active tab */
.navbar-nav > .active > a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 1px;
  height: 2px;
  background-color: var(--accent);
  border-radius: 1px;
}

/* Add arrow only to GitHub and LinkedIn navbar links */
.navbar-nav > li > a[href*="github.com"]::after,
.navbar-nav > li > a[href*="linkedin.com"]::after {
  content: " ↗";
  font-size: 0.85em;
  margin-left: 4px;
  opacity: 0.7;
}

/* Remove any default Bootstrap container borders */
.navbar-default,
.navbar-inverse,
.navbar-collapse {
  border: none !important;
  box-shadow: none !important;
}
/* ============================================================
   PAGE WRAPPER
   ============================================================ */
.container-fluid.main-container {
  max-width: 1280px !important;
  padding: 0 24px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;   
}

/* ============================================================
   FADE-IN ANIMATION
   ============================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}
.fade-in.d1 { transition-delay: 0.1s; }
.fade-in.d2 { transition-delay: 0.2s; }
.fade-in.d3 { transition-delay: 0.3s; }
.fade-in.d4 { transition-delay: 0.4s; }

/* ============================================================
   HERO — index.html
   ============================================================ */
.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 0 100px 30px;
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: 10%;
  right: 0;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--accent-light);
  opacity: 0.45;
  filter: blur(70px);
  pointer-events: none;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}

.hero-text { flex: 1; max-width: 560px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-light);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 28px;
}
.hero-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
}
.hero-badge span {
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.hero-headline {
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -2px;
  color: var(--text);
  margin: 0 0 22px;
}
.hero-headline em {
  color: var(--accent);
  font-style: italic;
  font-weight: 300;
}

.hero-bio {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 440px;
  margin-bottom: 36px;
  font-weight: 300;
}
.hero-bio strong { color: var(--text); font-weight: 500; }

.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

.btn-primary-moss {
  display: inline-block;
  background: var(--accent);
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: opacity 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.btn-primary-moss:hover { opacity: 0.82; color: #fff !important; }

.btn-outline-moss {
  display: inline-block;
  background: transparent;
  color: var(--text) !important;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  padding: 11px 26px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: border-color 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.btn-outline-moss:hover { border-color: var(--accent); color: var(--text) !important; }

/* Photo */
.hero-photo-wrap { flex-shrink: 0; position: relative; }
.hero-photo-frame {
  width: 260px; height: 320px;
  border-radius: 130px 130px 40px 40px;
  overflow: hidden;
  border: 2px solid var(--border);
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.hero-photo-card {
  position: absolute;
  bottom: -16px; left: 50%;
  transform: translateX(-50%);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 18px;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  text-align: center;
}
.hero-photo-card .card-sub { font-size: 11px; color: var(--muted); margin-bottom: 3px; }
.hero-photo-card .card-main { font-size: 13px; font-weight: 500; color: var(--text); }
.hero-photo-card .card-loc { font-size: 11px; color: var(--accent); margin-top: 2px; }

/* Scroll cue */
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  padding-bottom: 40px;
}
.scroll-cue-line { width: 1px; height: 36px; background: var(--accent); opacity: 0.5; }
.scroll-cue span { font-size: 11px; letter-spacing: 1.5px; color: var(--muted); text-transform: uppercase; }

/* ============================================================
   SECTION HEADER (shared)
   ============================================================ */
.section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-top: 40px;
}
.section-header-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.section-header-line { flex: 1; height: 1px; background: var(--border); }
.section-header-link { font-size: 13px; color: var(--accent); white-space: nowrap; }

/* ============================================================
   FOCUS ROWS — index.html
   ============================================================ */
.focus-section {
  border-top: 1px solid var(--border);
  padding-bottom: 40px;
}

.focus-row {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 20px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s, padding-left 0.2s, border-radius 0.2s;
  border-radius: 0;
}
.focus-row:hover {
  background: var(--surface);
  padding-left: 16px;
  border-radius: 8px;
}

.focus-num {
  font-size: 13px;
  font-weight: 300;
  color: var(--muted);
  font-style: italic;
}
.focus-title {
  font-size: 21px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: -0.4px;
}
.focus-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 500px;
  font-weight: 300;
  margin: 0;
}
.focus-tag {
  display: inline-block;
  background: var(--tag);
  color: var(--tag-text);
  font-size: 11.5px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 100px;
  text-align: center;
  float: right;
}

/* ============================================================
   HOME FOOTER — index.html
   ============================================================ */
.home-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 72px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.home-footer h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: var(--text);
  margin-bottom: 6px;
}
.home-footer p { font-size: 14px; color: var(--muted); margin: 0; }
.footer-links { display: flex; gap: 12px; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-hero {
  min-height: auto;
  display: flex;
  align-items: flex-start;
  padding: 0 30px 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.about-hero-glow {
  position: absolute;
  top: 20%;
  left: 55%;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: var(--accent-light);
  opacity: 0.38;
  filter: blur(70px);
  pointer-events: none;
}
.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}
.about-eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}
.about-headline {
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--text);
  margin-bottom: 24px;
}
.about-headline em {
  color: var(--accent);
  font-style: italic;
  font-weight: 300;
}
.about-intro {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 16px;
}

.about-photo-wrap { display: flex; justify-content: center; align-items: center; position: relative;}
.about-photo-frame {
  width: 280x; height: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--border);
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}
.about-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about-photo-badge {
  position: absolute;
  top: -18px; right: -18px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.about-photo-badge .b-sub { font-size: 11px; color: var(--muted); margin-bottom: 3px; }
.about-photo-badge .b-main { font-size: 13px; font-weight: 600; color: var(--text); }
.about-photo-badge .b-loc { font-size: 11px; color: var(--accent); margin-top: 2px; }

/* Story */
.story-section {
  background: var(--surface);
  padding: 20px 30px;
  border-top: 1px solid var(--border);
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.story-card .s-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.story-card .s-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.story-card .s-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}

/* Personal rows */
.personal-section { padding: 40px 0; border-top: 1px solid var(--border); }
.personal-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
}
.personal-row-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.3px;
  line-height: 1.35;
}
.personal-row-body {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
  padding-top: 2px;
}

/* Skills */
/* ============================================================
   SKILLS TABLE — about.html
   ============================================================ */
.skills-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  margin-top: 12px;
}

.skills-table tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.skills-table tr:last-child {
  border-bottom: none;
}
.skills-table tr:hover {
  background: var(--surface);
}

.skills-table td {
  padding: 14px 12px;
  vertical-align: top;
  line-height: 1.75;
  color: var(--muted);
  font-weight: 300;
  font-size: 14px;
}

.skills-table td:first-child {
  width: 200px;
  white-space: nowrap;
  padding-right: 28px;
}

.skills-table td strong {
  color: var(--text);
  font-weight: 500;
  font-size: 13.5px;
}

/* Section wrapper reuse */
.section-block {
  margin-bottom: 40px;
}

.section-title {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 20px;
  font-weight: 400;
  border: none;
  padding: 0;
}

/* Connect */
.connect-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 40px 20px;
}
.connect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.connect-title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--text);
  margin-bottom: 14px;
  line-height: 1.2;
}
.connect-sub {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.connect-links { display: flex; flex-direction: column; gap: 12px; }
.connect-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: var(--bg);
  border-radius: 8px;
  border: 1px solid var(--border);
  text-decoration: none !important;
  transition: border-color 0.2s, transform 0.2s;
  color: inherit !important;
}
.connect-link:hover {
  border-color: var(--accent);
  transform: translateX(4px);
  text-decoration: none !important;
}
.connect-link .cl-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--muted);
}
.connect-link .cl-value {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
}

/* ============================================================
   PROJECTS PAGE
   ============================================================ */
.projects-hero {
  padding: 0 0 30px;
  border-bottom: 1px solid var(--border);
}
.projects-eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.projects-headline {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--text);
  line-height: 1.05;
  margin-bottom: 18px;
}
.projects-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 500px;
  line-height: 1.75;
  font-weight: 300;
}

/* Featured card */
.featured-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: box-shadow 0.3s;
  text-decoration: none !important;
  color: inherit !important;
}
.featured-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.08); }

.featured-card-visual {
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 40px;
  text-align: center;
}
.featured-card-visual .fv-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.featured-card-visual .fv-title {
  font-size: 26px;
  font-weight: 300;
  color: var(--accent);
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.featured-card-body { padding: 44px; }

/* Project tags */
.proj-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.proj-tag {
  background: var(--tag);
  color: var(--tag-text);
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
}

.proj-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 14px;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.proj-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 24px;
  font-weight: 300;
}
.proj-links { display: flex; gap: 16px; }
.proj-link-primary {
  background: var(--accent);
  color: #fff !important;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none !important;
  transition: opacity 0.2s;
}
.proj-link-primary:hover { opacity: 0.82; color: #fff !important; }
.proj-link-secondary {
  color: var(--muted) !important;
  font-size: 13.5px;
  text-decoration: none !important;
  padding-top: 9px;
  transition: color 0.2s;
}
.proj-link-secondary:hover { color: var(--accent) !important; }

/* Project grid cards */
.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 80px;
}
.proj-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.proj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.07);
}
.proj-card-visual {
  height: 100px;
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.proj-card-visual span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.7;
}
.proj-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.proj-card-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.proj-card-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 18px;
  font-weight: 300;
}

/* ============================================================
   BAYESIAN MODEL PAGE (bayesianmodel.html)
   ============================================================ */

/* Page background & base */
body {
  background-color: var(--bg);
  color: var(--text);
}

/* Bootstrap container */
.container {
  max-width: 860px;
  padding-top: 60px;
  padding-bottom: 80px;
}

/* Page header block */
.page-header {
  border-bottom: 1px solid var(--border) !important;
  padding-bottom: 24px;
  margin-bottom: 36px;
  margin-top: 0;
}

.page-header h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 14px;
}

.page-header .lead {
  font-size: 16px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
}

/* Section headings */
.container h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.3px;
  margin-top: 44px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

/* Body text */
.container p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 16px;
}

.container p strong {
  color: var(--text);
  font-weight: 500;
}

/* Lists */
.container ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 16px;
}
.container ul li {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
  padding: 8px 16px;
  margin-bottom: 6px;
  background: var(--surface);
  border-radius: 6px;
  border-left: 2px solid var(--accent);
}

/* Figure */
.container img {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin: 24px 0;
}

/* HR */
.container hr {
  border-top: 1px solid var(--border);
  margin: 36px 0;
}

/* Bootstrap button overrides */
.container .btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 6px;
  padding: 9px 22px;
  transition: opacity 0.2s, border-color 0.2s;
  margin-right: 10px;
  text-decoration: none;
}

.container .btn-primary {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.container .btn-primary:hover,
.container .btn-primary:focus {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
  opacity: 0.82;
  color: #fff !important;
}

.container .btn-default {
  background-color: transparent !important;
  border: 1.5px solid var(--border) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}
.container .btn-default:hover,
.container .btn-default:focus {
  border-color: var(--accent) !important;
  color: var(--text) !important;
  background-color: transparent !important;
}

.container .btn-link {
  background: none !important;
  border: none !important;
  color: var(--accent) !important;
  padding-left: 0;
  box-shadow: none !important;
}
.container .btn-link:hover {
  color: var(--text) !important;
  text-decoration: none !important;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {
  .container-fluid.main-container { padding: 0 20px !important; }
  .hero-inner { flex-direction: column; }
  .hero-photo-wrap { display: none; }
  .hero-headline { font-size: 40px; }
  .focus-row { grid-template-columns: 48px 1fr; }
  .focus-tag { display: none; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { display: none; }
  .story-grid { grid-template-columns: 1fr; }
  .personal-row { grid-template-columns: 1fr; gap: 10px; }
  .connect-grid { grid-template-columns: 1fr; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-card-visual { min-height: 140px; }
  .projects-grid { grid-template-columns: 1fr; }
}

