:root {
  --ink: #17201d;
  --forest: #173d33;
  --forest-deep: #0d2a23;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --sage: #dce7df;
  --gold: #c5a46a;
  --gold-light: #e9dabb;
  --muted: #66706b;
  --line: rgba(23, 32, 29, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body::selection {
  color: var(--paper);
  background: var(--forest);
}
a {
  color: inherit;
}
img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 18px;
  z-index: 2000;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 0 0 8px 8px;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
}
.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 3px;
  z-index: 1500;
  background: transparent;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--gold);
}

.site-header {
  border-bottom: 1px solid rgba(23, 32, 29, 0.08);
  background: rgba(247, 243, 234, 0.92);
  backdrop-filter: blur(16px);
}
.navbar {
  min-height: 78px;
  padding: 10px 0;
}
.brand-mark {
  display: flex;
  align-items: center;
  padding: 0;
  color: var(--ink);
  font-weight: 700;
}
.brand-logo {
  display: block;
  width: clamp(214px, 20vw, 274px);
  height: auto;
  transition: opacity 0.2s ease;
}
.brand-mark:hover .brand-logo,
.brand-mark:focus .brand-logo {
  opacity: 0.78;
}
.navbar-nav {
  gap: 5px;
}
.nav-link {
  position: relative;
  padding: 10px 13px !important;
  color: #3e4743;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.nav-link::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 6px;
  left: 13px;
  height: 1px;
  background: var(--forest);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--forest);
}
.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
  transform: scaleX(1);
}
.navbar-toggler {
  width: 44px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none !important;
}
.navbar-toggler span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 10px 22px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
}
.btn-sm {
  min-height: 42px;
  padding: 8px 18px;
}
.btn-dark-elegant {
  color: #fff;
  border: 1px solid var(--forest);
  background: var(--forest);
}
.btn-dark-elegant:hover,
.btn-dark-elegant:focus {
  color: #fff;
  border-color: var(--forest-deep);
  background: var(--forest-deep);
  transform: translateY(-2px);
}
.btn-outline-elegant {
  color: var(--ink);
  border: 1px solid rgba(23, 32, 29, 0.35);
  background: transparent;
}
.btn-outline-elegant:hover,
.btn-outline-elegant:focus {
  color: var(--paper);
  border-color: var(--ink);
  background: var(--ink);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  padding: clamp(76px, 10vw, 150px) 0 96px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
}
.hero-ornament {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(197, 164, 106, 0.25);
  border-radius: 50%;
}
.ornament-one {
  top: -250px;
  left: 42%;
}
.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(68px, 8vw, 126px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.82;
}
.hero h1 em {
  color: var(--forest);
  font-weight: 400;
}
.hero-lead {
  max-width: 685px;
  margin: 40px 0 34px;
  color: #46504b;
  font-family: var(--serif);
  font-size: clamp(21px, 2.25vw, 31px);
  line-height: 1.45;
}
.hero-facts {
  display: flex;
  gap: 32px;
  margin-top: 54px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.hero-facts div {
  display: flex;
  min-width: 150px;
  gap: 12px;
  align-items: flex-start;
}
.hero-facts strong {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}
.hero-facts span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.55;
  text-transform: uppercase;
}
.portrait-stage {
  position: relative;
  max-width: 440px;
  margin-left: auto;
  padding: 18px 18px 55px;
  background: var(--forest);
  box-shadow: 22px 24px 0 var(--gold-light);
}
.portrait-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--forest-deep);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(7, 22, 18, 0.42));
  pointer-events: none;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}
.portrait-note {
  position: absolute;
  right: -20px;
  bottom: 24px;
  display: flex;
  min-width: 260px;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(13, 42, 35, 0.14);
}
.portrait-note small,
.portrait-note strong {
  display: block;
}
.portrait-note small {
  margin-bottom: 1px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.portrait-note strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
}
.status-dot {
  width: 9px;
  height: 9px;
  background: #5c8a70;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(92, 138, 112, 0.14);
}
.portrait-index {
  position: absolute;
  bottom: 9px;
  left: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--serif);
  font-size: 12px;
}

.statement-section {
  padding: 80px 0 86px;
  color: #fff;
  background: var(--forest-deep);
}
.section-kicker.light {
  color: var(--gold-light);
}
blockquote {
  max-width: 880px;
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: -0.025em;
  line-height: 1.23;
}
blockquote em {
  color: var(--gold-light);
}
.section-space {
  padding: clamp(90px, 11vw, 150px) 0;
}
.section-kicker {
  margin-bottom: 22px;
}
h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.06;
}
.large-copy {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.5;
}
.profile-section p:not(.section-kicker):not(.large-copy) {
  color: var(--muted);
}
.signature-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 33px;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.signature-line span::before {
  content: "•";
  margin-right: 9px;
  color: var(--gold);
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 86px;
  border: 1px solid var(--line);
}
.capability-card {
  min-height: 430px;
  padding: 40px 36px;
  background: rgba(255, 253, 248, 0.4);
}
.capability-card + .capability-card {
  border-left: 1px solid var(--line);
}
.capability-card.featured {
  color: #fff;
  background: var(--forest);
  transform: translateY(-18px);
  box-shadow: 0 24px 50px rgba(13, 42, 35, 0.14);
}
.card-number {
  display: block;
  margin-bottom: 72px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px;
}
.capability-card h3 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
}
.capability-card p {
  margin-bottom: 27px;
  color: var(--muted);
  line-height: 1.7;
}
.capability-card.featured p {
  color: rgba(255, 255, 255, 0.74);
}
.capability-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.capability-card li {
  padding: 8px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.capability-card.featured li {
  border-color: rgba(255, 255, 255, 0.13);
}

.experience-section {
  background: var(--paper);
}
.section-heading {
  margin-bottom: 72px;
}
.section-heading p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
}
.timeline {
  border-top: 1px solid var(--line);
}
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 2.3fr 2fr;
  gap: 44px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-date {
  display: flex;
  gap: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.timeline-date span + span::before {
  content: "—";
  margin-right: 9px;
  color: var(--gold);
}
.role-type {
  margin: 0 0 7px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.timeline-main h3 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}
.organisation {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.timeline-detail p {
  margin: 0;
  color: var(--muted);
}

.work-section {
  color: #fff;
  background: var(--forest);
}
.work-section .section-heading p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.68);
}
.project-list {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.project-row {
  display: grid;
  grid-template-columns: 0.35fr 1.8fr 2fr 1.1fr;
  gap: 30px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.project-id {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 13px;
}
.project-title span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.project-title h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}
.project-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.project-copy .project-outcome {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}
.project-outcome strong {
  color: var(--gold-light);
  font-weight: 800;
}
.project-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}
.project-tools span {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.research-section {
  background: var(--paper);
}
.research-section .section-heading p:not(.section-kicker) {
  color: var(--muted);
}
.research-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.research-card,
.research-method {
  min-height: 430px;
  padding: clamp(30px, 4vw, 48px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.research-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 58px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.research-card h3 {
  max-width: 520px;
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.18;
}
.research-card > p {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--muted);
}
.research-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.research-card li {
  padding: 6px 11px;
  color: var(--forest);
  border: 1px solid rgba(23, 61, 51, 0.2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.research-sources {
  margin: 24px 0 0 !important;
  padding-top: 18px;
  color: var(--forest) !important;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-style: italic;
}
.research-method {
  color: #fff;
  background: var(--forest-deep);
}
.research-method .section-kicker {
  margin-bottom: 22px;
}
.research-method h3 {
  max-width: 420px;
  margin: 0 0 32px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 400;
  line-height: 1.15;
}
.research-method ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.research-method li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--serif);
  font-size: 19px;
}
.research-method li span {
  padding-top: 4px;
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.research-note {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.7;
}

.education-section {
  background: var(--cream);
}
.education-intro {
  max-width: 380px;
  margin-top: 28px;
  color: var(--muted);
}
.education-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 25px;
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.education-item:last-child {
  border-bottom: 1px solid var(--line);
}
.education-year {
  padding-top: 6px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.education-item h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
}
.education-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.degree-mark {
  color: rgba(23, 61, 51, 0.13);
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
}

.toolkit-section {
  color: #fff;
  background: var(--ink);
}
.toolkit-section h2 {
  color: var(--paper);
}
.skill-group {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.skill-group:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.skill-group h3 {
  margin: 8px 0 0;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.skill-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.outlook-section {
  padding: clamp(80px, 10vw, 130px) 0;
  background: var(--paper);
}
.outlook-card {
  padding: clamp(45px, 7vw, 86px);
  border: 1px solid var(--gold);
  background: var(--cream);
  box-shadow: 18px 18px 0 var(--sage);
}
.outlook-card h2 {
  font-size: clamp(39px, 4.6vw, 62px);
}
.outlook-card > .row > div:first-child > p:last-child {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--muted);
}
.principle {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.principle:last-child {
  border-bottom: 1px solid var(--line);
}
.principle > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 12px;
}
.principle strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}
.principle p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-section {
  padding: clamp(100px, 13vw, 180px) 0 110px;
  background: var(--cream);
}
.contact-section h2 {
  font-size: clamp(57px, 7.5vw, 105px);
  line-height: 0.95;
}
.contact-section h2 em {
  color: var(--forest);
  font-weight: 400;
}
.contact-section .col-lg-4 > p {
  color: var(--muted);
}
.contact-links {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}
.contact-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.contact-links a:hover {
  color: var(--forest);
}
.contact-links a span {
  color: var(--gold);
}
footer {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.64);
  background: var(--forest-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
footer p {
  margin: 0;
}
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 1000;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  border: 0;
  background: var(--forest);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.back-to-top:hover {
  background: var(--forest-deep);
}

.whatsapp-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 12px 24px rgba(15, 45, 36, 0.2));
}
.whatsapp-label {
  padding: 9px 13px;
  color: var(--forest-deep);
  background: var(--cream);
  border: 1px solid rgba(23, 61, 51, 0.14);
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.whatsapp-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: #1f9d62;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.whatsapp-icon svg {
  width: 31px;
  height: 31px;
}
.whatsapp-button:hover,
.whatsapp-button:focus {
  color: #fff;
}
.whatsapp-button:hover .whatsapp-label,
.whatsapp-button:focus .whatsapp-label {
  opacity: 1;
  transform: none;
}
.whatsapp-button:hover .whatsapp-icon,
.whatsapp-button:focus .whatsapp-icon {
  background: var(--forest);
  transform: translateY(-2px);
}
.whatsapp-button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay {
  transition-delay: 0.12s;
}

@media (max-width: 1199.98px) {
  .hero h1 {
    font-size: clamp(68px, 9vw, 104px);
  }
  .capability-card {
    padding: 34px 27px;
  }
  .timeline-item {
    grid-template-columns: 0.85fr 2fr 1.7fr;
    gap: 26px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 12px;
    padding: 18px 0 22px;
    border-top: 1px solid var(--line);
  }
  .nav-link {
    padding: 9px 0 !important;
  }
  .nav-link::after {
    display: none;
  }
  .navbar-nav {
    align-items: stretch !important;
  }
  .navbar-nav .btn {
    margin-top: 10px;
  }
  .hero {
    padding-top: 85px;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow {
    justify-content: center;
  }
  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }
  .hero-actions,
  .hero-facts {
    justify-content: center;
  }
  .portrait-stage {
    margin: 25px auto 0;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-card {
    min-height: auto;
  }
  .capability-card + .capability-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .capability-card.featured {
    transform: none;
  }
  .card-number {
    margin-bottom: 35px;
  }
  .timeline-item {
    grid-template-columns: 1fr 2.4fr;
  }
  .timeline-detail {
    grid-column: 2;
  }
  .project-row {
    grid-template-columns: 0.25fr 1.5fr 2fr;
  }
  .project-tools {
    grid-column: 2 / 4;
    justify-content: flex-start;
  }
  .research-card,
  .research-method {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  .brand-logo {
    width: 196px;
  }
  .hero {
    min-height: auto;
    padding: 70px 0 85px;
  }
  .hero h1 {
    font-size: clamp(62px, 20vw, 90px);
    line-height: 0.87;
  }
  .hero-lead {
    margin-top: 30px;
    font-size: 21px;
  }
  .hero-facts {
    flex-direction: column;
    max-width: 330px;
    margin: 43px auto 0;
    gap: 18px;
    text-align: left;
  }
  .hero-facts div {
    width: 100%;
    justify-content: space-between;
  }
  .hero-facts span {
    text-align: right;
  }
  .portrait-stage {
    width: calc(100% - 22px);
    padding: 12px 12px 48px;
    box-shadow: 13px 15px 0 var(--gold-light);
  }
  .portrait-note {
    right: -10px;
    min-width: 235px;
  }
  .statement-section {
    padding: 65px 0;
  }
  .section-space {
    padding: 82px 0;
  }
  .capability-grid {
    margin-top: 58px;
  }
  .timeline-item {
    display: block;
    padding: 30px 0;
  }
  .timeline-main {
    margin: 18px 0 14px;
  }
  .project-row {
    display: grid;
    grid-template-columns: 35px 1fr;
    padding: 30px 0;
  }
  .project-title {
    grid-column: 2;
  }
  .project-copy,
  .project-tools {
    grid-column: 2;
  }
  .project-tools {
    justify-content: flex-start;
  }
  .research-grid {
    grid-template-columns: 1fr;
  }
  .research-meta {
    margin-bottom: 38px;
  }
  .education-item {
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
  .degree-mark {
    display: none;
  }
  .skill-group {
    grid-template-columns: 1fr;
  }
  .outlook-card {
    padding: 38px 27px;
    box-shadow: 10px 10px 0 var(--sage);
  }
  .contact-section {
    padding-top: 90px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 174px;
  }
  .whatsapp-button {
    right: 16px;
    bottom: 16px;
  }
  .whatsapp-label {
    display: none;
  }
  .whatsapp-icon {
    width: 54px;
    height: 54px;
  }
  .back-to-top {
    right: 21px;
    bottom: 82px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .portrait-note {
    left: 24px;
    right: -8px;
    min-width: 0;
  }
  .education-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .education-year {
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .scroll-progress,
  .back-to-top,
  .whatsapp-button,
  .hero-actions {
    display: none !important;
  }
  body,
  .hero,
  .profile-section,
  .experience-section,
  .research-section,
  .education-section,
  .contact-section {
    color: #111;
    background: #fff;
  }
  .section-space {
    padding: 55px 0;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .work-section,
  .research-method,
  .toolkit-section,
  .statement-section {
    color: #111;
    background: #f2f2f2;
  }
  .work-section *,
  .research-method *,
  .toolkit-section *,
  .statement-section * {
    color: #111 !important;
    border-color: #ccc !important;
  }
}
