:root {
  --navy-975: #03142b;
  --navy-950: #061a36;
  --navy-900: #082348;
  --navy-850: #0a2a55;
  --navy-800: #103869;
  --blue: #79a9dc;
  --red: #df0a3d;
  --red-dark: #b40731;
  --ink: #071c3f;
  --muted: #5d6d83;
  --paper: #ffffff;
  --off-white: #f4f6f8;
  --line: #d9e0e8;
  --max: 1260px;
  --shadow: 0 24px 70px rgba(3, 20, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.container { width: min(var(--max), calc(100% - 72px)); margin-inline: auto; }
.section { padding: 118px 0; scroll-margin-top: 72px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(3,20,43,.97); box-shadow: 0 10px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: cover; background: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.28); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.17rem; letter-spacing: .13em; }
.brand-copy small { margin-top: 7px; color: rgba(255,255,255,.7); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { position: relative; color: rgba(255,255,255,.88); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.48); transition: background .2s ease, border-color .2s ease; }
.site-nav .nav-cta:hover { background: var(--red); border-color: var(--red); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; color: #fff; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 820px; height: max(100vh, 820px); display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy-975); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,20,43,.99) 0%, rgba(3,20,43,.91) 38%, rgba(3,20,43,.54) 69%, rgba(3,20,43,.37) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 82px 0 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg, #000, transparent 55%); pointer-events: none; }
.hero-background { position: absolute; inset: 0; background: url("images/hero-background.jpg") center / cover no-repeat; opacity: .93; transform: scale(1.015); }
.hero-accent { position: absolute; z-index: 3; top: 83px; right: 0; width: 14%; height: 4px; background: var(--red); }
.hero-inner { position: relative; z-index: 2; padding-top: 105px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow { color: #fff; }
.eyebrow::before, .section-kicker::before { content: ""; width: 42px; height: 2px; background: currentColor; }
.section-kicker.light { color: #fff; }
.hero h1 { max-width: 930px; margin: 0; font-size: clamp(4.2rem, 6.9vw, 7rem); font-weight: 750; letter-spacing: -.065em; line-height: .9; }
.hero h1 span { display: block; }
.hero h1 .hero-light { font-weight: 320; letter-spacing: -.055em; }
.hero-lead { max-width: 710px; margin: 36px 0 0; color: rgba(255,255,255,.9); font-size: 1.17rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 28px; padding: 14px 23px; border: 0; color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-light { color: var(--navy-950); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 25px; padding: 12px 0 9px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .78rem; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--blue); }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1060px; margin: 52px 0 0; border-top: 1px solid rgba(255,255,255,.26); }
.hero-stats div { min-height: 94px; padding: 25px 28px 10px 0; }
.hero-stats div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-stats dt { font-size: 1.18rem; font-weight: 800; line-height: 1.2; }
.hero-stats dd { margin: 9px 0 0; color: rgba(255,255,255,.65); font-size: .7rem; line-height: 1.4; }

.about { background: #fff; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); align-items: start; gap: clamp(70px, 8vw, 120px); }
.about-visual h2 { margin: 0; color: var(--navy-950); font-size: clamp(3.6rem, 5.35vw, 5.35rem); font-weight: 750; letter-spacing: -.055em; line-height: .85; }
.about-visual h2 span { color: #c90037; font-weight: 420; }
.about-photo { position: relative; margin-top: 58px; aspect-ratio: 1.37 / 1; overflow: hidden; background: var(--off-white); }
.about-photo::before { content: ""; position: absolute; z-index: 2; top: 0; right: 0; width: 110px; height: 4px; background: var(--red); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.about-photo > span { position: absolute; z-index: 2; right: 20px; bottom: 18px; padding: 9px 14px; color: #fff; background: var(--navy-950); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-copy { padding-top: 3px; }
.founder-heading { display: flex; align-items: center; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.founder-heading img { width: 58px; height: 58px; object-fit: cover; }
.founder-heading div { display: grid; }
.founder-heading strong { font-size: 1.05rem; }
.founder-heading span { margin-top: 5px; color: #40516d; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.founder-bio { padding-top: 31px; }
.founder-bio p { margin: 0 0 15px; color: var(--muted); }
.founder-bio .intro { color: var(--navy-950); font-size: 1.14rem; font-weight: 550; line-height: 1.55; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); margin: 42px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials div { min-height: 82px; padding: 18px 12px; }
.credentials div + div { border-left: 1px solid var(--line); }
.credentials dt { color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 700; }
.credentials dd { margin: 5px 0 0; color: var(--muted); font-size: .63rem; }

.section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .55fr); align-items: end; gap: 70px; margin-bottom: 66px; }
.section-heading h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 5.4vw, 5.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.section-heading > p { margin: 0 0 6px; }
.section-heading.dark h2 { color: var(--navy-950); }
.section-heading.dark > p { color: var(--muted); }

.services { position: relative; overflow: hidden; color: #fff; background: var(--navy-900); }
.services::after { content: "MFCE"; position: absolute; right: -1.5vw; bottom: -6vw; color: rgba(255,255,255,.025); font-size: 24vw; font-weight: 900; letter-spacing: -.08em; line-height: 1; pointer-events: none; }
.services .section-heading > p { color: rgba(255,255,255,.66); }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.service-card { min-height: 292px; padding: 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, transform .25s ease; }
.service-card:hover { position: relative; z-index: 2; background: var(--red); transform: translateY(-5px); }
.service-card > span { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.service-card:hover > span { color: #fff; }
.service-card h3 { max-width: 280px; margin: 36px 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: 1.56rem; font-weight: 400; line-height: 1.2; }
.service-card p { margin: 0; color: rgba(255,255,255,.64); font-size: .86rem; }
.service-card:hover p { color: rgba(255,255,255,.9); }

.approach { background: #fff; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.process-list li:hover { padding-right: 22px; padding-left: 22px; background: var(--off-white); }
.process-list li > span { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.process-list li > div { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); gap: 55px; }
.process-list h3 { margin: 0; color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; }
.process-list p { max-width: 670px; margin: 0; color: var(--muted); }

.experience { color: #fff; background: var(--navy-950); }
.experience-kicker { margin-bottom: 34px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(121,169,220,.38); border-left: 1px solid rgba(121,169,220,.38); }
.experience-card { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid rgba(121,169,220,.38); border-bottom: 1px solid rgba(121,169,220,.38); background: #09254c; }
.project-carousel { position: relative; aspect-ratio: 1.78 / 1; overflow: hidden; background: #12386b; outline: none; touch-action: pan-y; }
.project-carousel:focus-visible { box-shadow: inset 0 0 0 3px var(--red); }
.project-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .3s ease; }
.project-slide.is-active { opacity: 1; }
.project-slide img { width: 100%; height: 100%; object-fit: cover; }
.project-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3,20,43,.66)); pointer-events: none; }
.project-slide figcaption { position: absolute; z-index: 3; right: 18px; bottom: 16px; max-width: 70%; padding: 7px 10px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.32); background: rgba(3,20,43,.76); font-size: .52rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.project-arrow { position: absolute; z-index: 4; top: 50%; width: 40px; height: 48px; border: 1px solid rgba(255,255,255,.75); color: #fff; background: rgba(223,10,61,.86); font-family: Georgia, serif; font-size: 1.9rem; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background .2s ease; }
.project-arrow:hover { background: var(--red); }
.project-arrow[aria-disabled="true"] { opacity: .46; }
.project-prev { left: 8px; }
.project-next { right: 8px; }
.project-counter { position: absolute; z-index: 4; bottom: 16px; left: 18px; padding: 6px 9px; color: #fff; background: rgba(3,20,43,.8); font-size: .54rem; font-weight: 900; letter-spacing: .13em; }
.project-counter span:first-child { color: #fff; }
.blueprint { background-color: #143a70; background-image: linear-gradient(135deg, transparent 49.5%, rgba(255,255,255,.14) 50%, transparent 50.5%), linear-gradient(45deg, transparent 49.5%, rgba(255,255,255,.08) 50%, transparent 50.5%); }
.blueprint-grid { background-color: #18457c; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 26px 26px; }
.blueprint-arena { background-color: #122f5d; }
.blueprint-residential { background-color: #184878; }
.blueprint-leisure { background-color: #0c5269; }
.blueprint-masterplan { background-color: #394b65; }
.blueprint-heritage { background-color: #574a43; }
.blueprint-hotel { background-color: #514566; }
.blueprint-student { background-color: #83523c; }
.blueprint-refurb { background-color: #3b566d; }
.blueprint-temporary { background-color: #29364c; }
.blueprint-lines { position: absolute; inset: 0; }
.blueprint-lines::before, .blueprint-lines::after, .blueprint-lines i { content: ""; position: absolute; height: 3px; background: var(--red); transform: rotate(-27deg); }
.blueprint-lines::before { width: 42%; top: 47%; left: 27%; }
.blueprint-lines::after { width: 34%; top: 58%; left: 43%; opacity: .7; }
.blueprint-lines i:nth-child(1) { width: 24%; top: 35%; left: 18%; opacity: .65; }
.blueprint-lines i:nth-child(2) { width: 20%; top: 64%; left: 55%; opacity: .5; }
.experience-copy { display: flex; min-height: 322px; flex: 1; flex-direction: column; padding: 28px 28px 25px; }
.experience-sector { margin: 0 0 17px; color: #a9d1fa; font-size: .6rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.experience-copy h3 { margin: 0; color: #fff; font-size: 1.35rem; font-weight: 520; letter-spacing: -.025em; line-height: 1.18; }
.experience-location { margin: 7px 0 19px; color: #82b4e5; font-size: .72rem; }
.experience-copy > p:not(.experience-sector):not(.experience-location) { margin: 0; color: rgba(255,255,255,.75); font-size: .78rem; line-height: 1.6; }
.project-link { width: max-content; max-width: 100%; margin-top: 17px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.4); color: #fff; font-size: .67rem; font-weight: 800; text-decoration: none; }
.experience-role { margin-top: auto; padding-top: 23px; color: #fff; font-size: .56rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.contact { position: relative; overflow: hidden; color: #fff; background: var(--red); }
.contact::before { content: ""; position: absolute; top: -35%; right: -10%; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.035), 0 0 0 220px rgba(255,255,255,.025); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 9vw, 130px); }
.contact h2 { color: #fff; }
.contact-copy > p:not(.section-kicker) { max-width: 530px; color: rgba(255,255,255,.82); }
.contact-details { display: grid; gap: 18px; margin-top: 42px; }
.contact-details a { display: grid; text-decoration: none; }
.contact-details span { color: rgba(255,255,255,.66); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 400; }
.contact-form { padding: 42px; color: var(--ink); background: var(--navy-975); box-shadow: 0 30px 80px rgba(74,0,16,.3); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 23px; color: rgba(255,255,255,.68); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.27); border-radius: 0; outline: 0; color: #fff; background: transparent; }
.contact-form input { height: 44px; }
.contact-form textarea { padding: 10px 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--red); }
.contact-form .button { margin-top: 8px; }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.45); font-size: .67rem; }
.hidden-field { position: absolute; left: -9999px; }

.site-footer { color: #fff; background: var(--navy-975); }
.footer-main { display: flex; min-height: 168px; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 17px; text-decoration: none; }
.footer-brand img { width: 58px; height: 58px; }
.footer-brand span { display: grid; }
.footer-brand strong { font-size: 1.17rem; letter-spacing: .12em; }
.footer-brand small { color: rgba(255,255,255,.48); }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.44); font-size: .68rem; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 20px; }
  .hero h1 { font-size: clamp(4rem, 8.3vw, 6rem); }
  .about-layout { gap: 60px; }
  .service-grid, .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-copy { min-height: 305px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 40px, var(--max)); }
  .section { padding: 88px 0; }
  .header-inner { min-height: 74px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy small { display: none; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 24px; padding: 100px 30px; background: var(--navy-975); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .site-nav .nav-cta { padding: 12px 20px; font-family: inherit; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  body.nav-open { overflow: hidden; }
  .hero { min-height: 850px; height: auto; padding: 132px 0 65px; }
  .hero-inner { padding-top: 0; }
  .hero h1 { font-size: clamp(3.7rem, 12vw, 6rem); }
  .hero-lead { max-width: 650px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats div:nth-child(3) { border-left: 0; }
  .hero-stats div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo { width: min(650px, 100%); }
  .about-copy { padding-top: 10px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 48px; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 72px 0; }
  .hero { min-height: 780px; padding-top: 118px; }
  .hero::after { background-size: 64px 64px; }
  .hero-accent { top: 74px; width: 24%; }
  .eyebrow { font-size: .58rem; letter-spacing: .18em; }
  .hero h1 { font-size: clamp(3.15rem, 15.5vw, 4.8rem); }
  .hero-lead { margin-top: 27px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; margin-top: 30px; }
  .button { width: 100%; }
  .text-link { justify-content: space-between; }
  .hero-stats { margin-top: 38px; }
  .hero-stats div { min-height: 82px; padding: 19px 12px 10px 0; }
  .hero-stats div + div { padding-left: 15px; }
  .hero-stats dt { font-size: .92rem; }
  .hero-stats dd { font-size: .61rem; }
  .about-visual h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .about-photo { margin-top: 40px; aspect-ratio: 1 / 1; }
  .about-photo > span { right: 10px; bottom: 10px; max-width: calc(100% - 20px); }
  .founder-heading img { width: 50px; height: 50px; }
  .credentials { grid-template-columns: 1fr; }
  .credentials div { min-height: 70px; }
  .credentials div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section-heading h2, .contact h2 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .service-grid, .experience-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 258px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 10px; }
  .process-list li > div { grid-template-columns: 1fr; gap: 7px; }
  .project-carousel { aspect-ratio: 1.64 / 1; }
  .experience-copy { min-height: 0; padding: 25px 23px 24px; }
  .experience-role { padding-top: 26px; }
  .project-arrow { width: 38px; height: 46px; }
  .project-prev { left: 6px; }
  .project-next { right: 6px; }
  .project-slide figcaption { right: 12px; bottom: 12px; }
  .project-counter { bottom: 12px; left: 12px; }
  .contact-form { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { align-items: flex-start; flex-direction: column; justify-content: center; padding: 38px 0; }
  .footer-links { gap: 17px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
  .footer-bottom p { margin: 0; }
}

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