/* ============================================================
   LUGH — Institutional Advisory & Systems Engineering
   Quiet luxury design system
   Palette: matte obsidian / gunmetal / champagne gold #C5A059
   Type: Marcellus (display) + Jost (body & labels)
   ============================================================ */

:root {
  --void: #060709;
  --obsidian: #0A0B0E;
  --gunmetal: #14161C;
  --gunmetal-2: #1B1E26;
  --gold: #C5A059;
  --gold-dim: #8A7340;
  --gold-faint: rgba(197, 160, 89, 0.16);
  --ivory: #F2EFE7;
  --grey: #9A9FA9;
  --grey-dim: #6A6E77;
  --hairline: rgba(197, 160, 89, 0.18);
  --hairline-grey: rgba(154, 159, 169, 0.12);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--void);
  color: var(--ivory);
  font-family: 'Jost', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--gold); color: var(--void); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, .display {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  line-height: 1.15;
}

/* ---------- Utility ---------- */
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
}

.rule {
  width: 56px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border: 0; margin: 18px 0 26px;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding: 22px 0;
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease), padding 0.5s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(6, 7, 9, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--hairline-grey);
  padding: 14px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 92px; height: auto; opacity: 0.92; transition: width 0.5s var(--ease); }
.site-header.scrolled .brand img { width: 51px; }
.brand-name {
  font-family: 'Marcellus', serif;
  font-size: 17px; letter-spacing: 0.5em; text-indent: 0.5em;
  color: var(--ivory);
}
.nav { display: flex; gap: 38px; align-items: center; }
.nav a {
  font-size: 11.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--grey);
  transition: color 0.35s var(--ease);
  position: relative; padding-bottom: 4px;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.4s var(--ease);
}
.nav a:hover, .nav a.active { color: var(--ivory); }
.nav a:hover::after, .nav a.active::after { width: 100%; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 12px; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase; text-indent: 0.3em;
  padding: 16px 34px;
  border: 1px solid var(--gold-dim);
  color: var(--ivory);
  background: transparent;
  cursor: pointer;
  transition: all 0.45s var(--ease);
}
.btn:hover { border-color: var(--gold); box-shadow: 0 0 24px rgba(197,160,89,0.15); }
.btn.solid {
  background: var(--gold); border-color: var(--gold); color: var(--void);
  font-weight: 500;
}
.btn.solid:hover { background: #D4B26C; box-shadow: 0 0 32px rgba(197,160,89,0.35); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 1px solid var(--gold); outline-offset: 3px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 110px 24px 80px;
  overflow: hidden;
}
#particle-field {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
}
.hero::after { /* vignette */
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 90% 70% at 50% 42%, transparent 40%, var(--void) 100%);
}
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }

/* The floating three-faced head */
.head-stage {
  perspective: 900px;
  margin-bottom: 42px;
}
.head-stack {
  position: relative;
  width: clamp(168px, 26.6vw, 266px);
  aspect-ratio: 428 / 376;
  transform-style: preserve-3d;
  will-change: transform;
  animation: head-idle 9s ease-in-out infinite;
}
.head-stack img {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.head-glow { /* champagne gold edge-lit layer beneath */
  filter: blur(7px) brightness(1.05);
  opacity: 0.55;
  transform: scale(1.012);
}
.head-core { /* matte black structure */
  filter: drop-shadow(0 0 34px rgba(197, 160, 89, 0.12))
          drop-shadow(0 26px 50px rgba(0, 0, 0, 0.85));
}
@keyframes head-idle {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

.hero-wordmark {
  font-family: 'Jost', sans-serif;
  font-size: 15px; font-weight: 300;
  letter-spacing: 0.75em; text-indent: 0.75em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.hero-title {
  font-size: clamp(28px, 4.6vw, 52px);
  letter-spacing: 0.06em;
  max-width: 17ch;
  margin-bottom: 20px;
  text-wrap: balance;
}
.hero-sub {
  font-size: clamp(14px, 1.6vw, 17px);
  color: var(--grey);
  max-width: 52ch;
  margin-bottom: 44px;
}
.hero-ctas { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }

.scroll-cue {
  position: absolute; bottom: 28px; left: 50%; translate: -50% 0; z-index: 2;
  width: 1px; height: 52px;
  background: linear-gradient(180deg, transparent, var(--gold-dim));
  overflow: hidden;
}
.scroll-cue::after {
  content: ""; position: absolute; inset: 0;
  background: var(--gold);
  animation: cue 2.6s var(--ease) infinite;
}
@keyframes cue {
  0% { transform: translateY(-100%); }
  60%, 100% { transform: translateY(100%); }
}

/* ============================================================
   PRACTICES — 3D circular carousel
   ============================================================ */
.practices {
  position: relative;
  padding: 130px 0 150px;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(197,160,89,0.04), transparent 70%),
    var(--void);
  text-align: center;
}
.practices .eyebrow { display: block; }
.practices h2 { font-size: clamp(26px, 3.4vw, 40px); margin-top: 16px; }
.practices .lede { color: var(--grey); max-width: 56ch; margin: 18px auto 0; font-size: 15px; }

.carousel-viewport {
  margin-top: 90px;
  perspective: 1400px;
  height: 340px;
  display: flex; align-items: center; justify-content: center;
}
.carousel-ring {
  position: relative;
  width: 240px; height: 260px;
  transform-style: preserve-3d;
  animation: ring-rotate 46s linear infinite;
}
.carousel-ring.paused { animation-play-state: paused; }
@keyframes ring-rotate {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(-360deg); }
}
.node {
  position: absolute; inset: 0;
  border-radius: 18px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px;
  padding: 26px 20px;
  background: linear-gradient(160deg, rgba(27,30,38,0.72), rgba(10,11,14,0.85));
  border: 1px solid var(--hairline);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.node:hover {
  border-color: var(--gold);
  box-shadow: 0 0 40px rgba(197,160,89,0.14), inset 0 0 30px rgba(197,160,89,0.05);
}
.node .numeral {
  font-family: 'Marcellus', serif;
  font-size: 13px; color: var(--gold-dim); letter-spacing: 0.3em;
}
.node .node-title {
  font-family: 'Marcellus', serif;
  font-size: 17px; line-height: 1.35; color: var(--ivory);
}
.node .node-hint {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--grey-dim);
  transition: color 0.4s var(--ease);
}
.node:hover .node-hint { color: var(--gold); }

/* Expanded glassmorphism practice panel */
.panel-overlay {
  position: fixed; inset: 0; z-index: 90;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(4, 5, 7, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.5s var(--ease);
}
.panel-overlay.open { opacity: 1; pointer-events: auto; }
.practice-panel {
  width: min(760px, 100%);
  max-height: 86vh; overflow-y: auto;
  background: linear-gradient(165deg, rgba(27,30,38,0.82), rgba(10,11,14,0.92));
  border: 1px solid var(--hairline);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 40px 120px rgba(0,0,0,0.7), 0 0 60px rgba(197,160,89,0.06);
  padding: clamp(34px, 6vw, 64px);
  text-align: left;
  transform: translateY(26px) scale(0.985);
  transition: transform 0.55s var(--ease);
}
.panel-overlay.open .practice-panel { transform: translateY(0) scale(1); }
.practice-panel .eyebrow { font-size: 10.5px; }
.practice-panel h3 { font-size: clamp(24px, 3vw, 34px); margin-top: 14px; }
.practice-panel .panel-body { margin-top: 28px; display: grid; gap: 26px; }
.panel-item h4 {
  font-family: 'Jost', sans-serif; font-weight: 400;
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}
.panel-item p { color: var(--grey); font-size: 15px; }
.panel-close {
  position: absolute; top: 0; right: 0;
  margin: 18px 22px;
  background: none; border: 0; cursor: pointer;
  color: var(--grey); font-family: 'Jost', sans-serif;
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  padding: 8px;
  transition: color 0.3s var(--ease);
}
.panel-close:hover { color: var(--gold); }
.practice-panel-wrap { position: relative; width: min(760px, 100%); }

/* ============================================================
   STATEMENT STRIP
   ============================================================ */
.statement {
  padding: 120px 0;
  border-top: 1px solid var(--hairline-grey);
  border-bottom: 1px solid var(--hairline-grey);
  background: var(--obsidian);
  text-align: center;
}
.statement blockquote {
  font-family: 'Marcellus', serif;
  font-size: clamp(20px, 2.8vw, 30px);
  line-height: 1.5;
  max-width: 34ch; margin-inline: auto;
  color: var(--ivory);
}
.statement blockquote em { color: var(--gold); font-style: normal; }

/* ============================================================
   PAGE HEADERS (projects / blog)
   ============================================================ */
.page-head {
  padding: 190px 0 90px;
  background:
    radial-gradient(ellipse 70% 60% at 50% -10%, rgba(197,160,89,0.05), transparent 70%),
    var(--void);
  text-align: center;
}
.page-head h1 { font-size: clamp(32px, 4.4vw, 54px); margin-top: 18px; letter-spacing: 0.04em; }
.page-head p { color: var(--grey); max-width: 58ch; margin: 20px auto 0; font-size: 15.5px; }

/* ============================================================
   PROJECTS GRID
   ============================================================ */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1px;
  background: var(--hairline-grey);
  border: 1px solid var(--hairline-grey);
  margin: 40px 0 140px;
}
.project-card {
  background: var(--obsidian);
  padding: 52px 44px;
  display: flex; flex-direction: column; gap: 18px;
  transition: background 0.5s var(--ease);
  position: relative; overflow: hidden;
}
.project-card::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 100%; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent 60%);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.project-card:hover { background: var(--gunmetal); }
.project-card:hover::before { transform: scaleX(1); }
.project-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 10.5px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--grey-dim);
}
.project-meta .domain { color: var(--gold-dim); }
.project-card h3 { font-size: 22px; letter-spacing: 0.03em; }
.project-card p { color: var(--grey); font-size: 14.5px; }
.project-scale {
  margin-top: auto; padding-top: 20px;
  border-top: 1px solid var(--hairline-grey);
  font-family: 'Marcellus', serif;
  font-size: 14px; color: var(--gold); letter-spacing: 0.06em;
}

.discretion-note {
  text-align: center; color: var(--grey-dim);
  font-size: 12.5px; letter-spacing: 0.14em;
  margin: -100px 0 130px;
}

/* ============================================================
   BLOG / JOURNAL
   ============================================================ */
.journal { margin: 30px 0 150px; }
.feature-piece {
  display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px;
  padding: 60px 0; border-top: 1px solid var(--hairline);
  align-items: start;
}
.feature-piece .fp-meta { position: sticky; top: 120px; }
.fp-meta .eyebrow { display: block; }
.fp-meta time { display: block; margin-top: 14px; color: var(--grey-dim); font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase; }
.feature-piece h2 { font-size: clamp(26px, 3.2vw, 38px); }
.feature-piece .fp-body p { color: var(--grey); font-size: 15.5px; margin-top: 20px; }
.read-more {
  display: inline-block; margin-top: 26px;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold-dim);
  padding-bottom: 5px;
  transition: letter-spacing 0.4s var(--ease);
}
.read-more:hover { letter-spacing: 0.42em; }

.journal-list { border-top: 1px solid var(--hairline-grey); margin-top: 20px; }
.journal-row {
  display: grid; grid-template-columns: 150px 1fr auto; gap: 40px;
  align-items: baseline;
  padding: 38px 8px;
  border-bottom: 1px solid var(--hairline-grey);
  transition: background 0.45s var(--ease), padding-left 0.45s var(--ease);
  cursor: pointer;
}
.journal-row:hover { background: rgba(27,30,38,0.4); padding-left: 22px; }
.journal-row time { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--grey-dim); }
.journal-row h3 { font-size: 20px; }
.journal-row .jr-tag { font-size: 10.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-dim); }
.journal-row p { grid-column: 2; color: var(--grey); font-size: 14px; margin-top: 6px; }

/* ============================================================
   FLOATING CONTACT — "Private Dialogue"
   ============================================================ */
.dialogue-pill {
  position: fixed; right: 26px; bottom: 26px; z-index: 80;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 15px 26px;
  border-radius: 999px;
  background: rgba(20, 22, 28, 0.85);
  border: 1px solid var(--hairline);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ivory);
  font-family: 'Jost', sans-serif;
  font-size: 11.5px; letter-spacing: 0.3em; text-transform: uppercase; text-indent: 0.1em;
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(0,0,0,0.5);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}
.dialogue-pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(197,160,89,0.8);
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }
.dialogue-pill:hover {
  border-color: var(--gold);
  box-shadow: 0 14px 50px rgba(0,0,0,0.6), 0 0 30px rgba(197,160,89,0.18);
  transform: translateY(-2px);
}

.modal-overlay {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(4, 5, 7, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.5s var(--ease);
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.dialogue-modal {
  position: relative;
  width: min(520px, 100%);
  max-height: 90vh; overflow-y: auto;
  background: linear-gradient(170deg, var(--gunmetal-2), var(--obsidian));
  border: 1px solid var(--hairline);
  box-shadow: 0 50px 140px rgba(0,0,0,0.8);
  padding: clamp(36px, 6vw, 56px);
  transform: translateY(24px);
  transition: transform 0.55s var(--ease);
}
.modal-overlay.open .dialogue-modal { transform: translateY(0); }
.dialogue-modal .eyebrow { display: block; }
.dialogue-modal h3 { font-size: 26px; margin-top: 12px; }
.dialogue-modal .modal-sub { color: var(--grey); font-size: 13.5px; margin-top: 10px; }

.dialogue-form { margin-top: 34px; display: grid; gap: 26px; }
.field label {
  display: block;
  font-size: 10.5px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 10px;
}
.field input, .field textarea {
  width: 100%;
  background: transparent;
  border: 0; border-bottom: 1px solid var(--hairline-grey);
  color: var(--ivory);
  font-family: 'Jost', sans-serif; font-size: 15px; font-weight: 300;
  padding: 10px 2px 12px;
  transition: border-color 0.4s var(--ease);
  resize: vertical;
}
.field input:focus, .field textarea:focus {
  outline: none; border-bottom-color: var(--gold);
}
.field input::placeholder, .field textarea::placeholder { color: var(--grey-dim); }
.dialogue-form .btn { justify-self: start; margin-top: 6px; }
.form-note { font-size: 11px; color: var(--grey-dim); letter-spacing: 0.08em; }

.form-success {
  display: none;
  text-align: center; padding: 40px 0 20px;
}
.form-success.visible { display: block; }
.form-success .seal {
  width: 54px; height: 54px; margin: 0 auto 24px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-family: 'Marcellus', serif; font-size: 20px;
  box-shadow: 0 0 30px rgba(197,160,89,0.2);
}
.form-success h4 { font-family: 'Marcellus', serif; font-size: 22px; font-weight: 400; }
.form-success p { color: var(--grey); font-size: 13.5px; margin-top: 12px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--hairline-grey);
  background: var(--obsidian);
  padding: 70px 0 50px;
}
.footer-grid {
  display: flex; justify-content: space-between; align-items: center;
  gap: 50px; flex-wrap: wrap;
}
.footer-oup { display: flex; align-items: center; gap: 22px; max-width: 520px; }
.footer-oup img { width: 84px; height: auto; opacity: 0.85; filter: invert(0.85); }
.footer-oup .oup-text p { font-size: 13px; color: var(--grey); }
.footer-oup .oup-text .legal {
  margin-top: 10px; font-size: 11.5px; color: var(--grey-dim); letter-spacing: 0.04em;
}
.footer-oup a { color: var(--gold-dim); transition: color 0.3s var(--ease); }
.footer-oup a:hover { color: var(--gold); }
.footer-lugh { text-align: center; }
.footer-lugh img { width: 92px; margin-inline: auto; opacity: 0.9; }
.footer-lugh .fl-mark {
  margin-top: 14px;
  font-family: 'Marcellus', serif; font-size: 12px;
  letter-spacing: 0.5em; text-indent: 0.5em; color: var(--grey);
}
.footer-base {
  margin-top: 54px; padding-top: 26px;
  border-top: 1px solid var(--hairline-grey);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 11px; letter-spacing: 0.08em; color: var(--grey-dim);
}

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.article-head {
  padding: 190px 0 60px;
  background:
    radial-gradient(ellipse 70% 60% at 50% -10%, rgba(197,160,89,0.05), transparent 70%),
    var(--void);
  text-align: center;
}
.article-head h1 { font-size: clamp(30px, 4vw, 48px); margin-top: 18px; letter-spacing: 0.03em; max-width: 24ch; margin-inline: auto; text-wrap: balance; }
.article-head time { display: block; margin-top: 20px; color: var(--grey-dim); font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; }

.article-body {
  width: min(720px, calc(100% - 48px));
  margin: 30px auto 120px;
  font-size: 16.5px;
  color: #C9CCD2;
}
.article-body h2 {
  font-size: 26px; margin: 52px 0 18px; color: var(--ivory); letter-spacing: 0.03em;
}
.article-body h3 {
  font-family: 'Jost', sans-serif; font-weight: 400;
  font-size: 13px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin: 40px 0 14px;
}
.article-body p { margin: 0 0 22px; }
.article-body a { color: var(--gold); border-bottom: 1px solid var(--gold-dim); }
.article-body strong { color: var(--ivory); font-weight: 500; }
.article-body em { color: var(--ivory); }
.article-body ul, .article-body ol { margin: 0 0 22px 22px; }
.article-body li { margin-bottom: 10px; }
.article-body blockquote {
  font-family: 'Marcellus', serif; font-size: 21px; line-height: 1.55;
  color: var(--ivory);
  border-left: 1px solid var(--gold);
  padding: 6px 0 6px 28px;
  margin: 40px 0;
}
.article-body hr { border: 0; height: 1px; background: var(--hairline-grey); margin: 46px 0; }
.article-back {
  display: inline-block; margin-bottom: 40px;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--grey);
  transition: color 0.35s var(--ease);
}
.article-back:hover { color: var(--gold); }
.article-footer-nav {
  width: min(720px, calc(100% - 48px));
  margin: -80px auto 130px;
  padding-top: 28px;
  border-top: 1px solid var(--hairline-grey);
  text-align: center;
}
.journal-status {
  text-align: center; color: var(--grey-dim);
  font-size: 13px; letter-spacing: 0.1em;
  padding: 60px 0 120px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 860px) {
  .nav { gap: 22px; }
  .nav a { font-size: 10.5px; letter-spacing: 0.2em; }
  .feature-piece { grid-template-columns: 1fr; gap: 26px; }
  .feature-piece .fp-meta { position: static; }
  .journal-row { grid-template-columns: 1fr; gap: 8px; }
  .journal-row p { grid-column: 1; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-lugh { align-self: center; }
  .carousel-viewport { height: 320px; perspective: 1100px; }
  .carousel-ring { width: 200px; height: 240px; }
  .dialogue-pill { right: 16px; bottom: 16px; padding: 13px 20px; }
}
@media (max-width: 520px) {
  .brand-name { display: none; }
  .project-card { padding: 40px 28px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .head-stack, .carousel-ring, .scroll-cue::after, .dialogue-pill .dot { animation: none !important; }
  * { transition-duration: 0.01ms !important; }
}
