@font-face {
  font-family: "29LT Zarid Display";
  src: url("assets/29LT-Zarid-Display-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --blue: #073f78;
  --deep: #022c57;
  --ink: #101418;
  --cream: #f3efe5;
  --yellow: #ffbe18;
  --line: rgba(16, 20, 24, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "29LT Zarid Display", "Alexandria", system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.cursor-glow {
  position: fixed;
  z-index: 50;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255,190,24,.12), transparent 65%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .4s;
}
body:hover .cursor-glow { opacity: 1; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 5vw;
  color: white;
}
.site-header.solid {
  position: relative;
  background: #061b2b;
}
.brand { display: flex; align-items: center; width: 112px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 2.2rem; font-size: .85rem; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; }
.main-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 1px;
  background: var(--yellow); transition: width .3s;
}
.main-nav > a:hover::after { width: 100%; }
.nav-cta {
  display: flex; gap: 1.2rem; align-items: center; border: 1px solid rgba(255,255,255,.45);
  border-radius: 99px; padding: 11px 18px; transition: .3s;
}
.nav-cta:hover { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px; background: white; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: white;
  background: var(--blue);
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
  background: url("assets/back.png") center/cover no-repeat;
  transform: scale(1.03);
  animation: heroZoom 14s ease-out both;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,28,56,.18), rgba(0,25,51,.36)), linear-gradient(0deg, rgba(0,23,48,.65), transparent 60%); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 160px 8vw 8vh; }
.eyebrow { font-size: 1rem; letter-spacing: .08em; font-weight: 600; }
.hero h1, .statement h2, .services h2, .work h2, .journal h2, .contact h2 {
  margin: 20px 0 40px;
  font-size: clamp(3.5rem, 8.3vw, 9rem);
  line-height: 1.06;
  letter-spacing: -.06em;
  font-weight: 500;
}
.hero h1 span { display: block; color: var(--yellow); }
em { color: var(--yellow); font-style: normal; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.hero-bottom > p { max-width: 550px; margin: 0; font-size: clamp(1rem, 1.5vw, 1.35rem); line-height: 1.8; font-weight: 300; }
.circle-link {
  width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; font-size: .75rem; transition: .35s;
}
.circle-link b { font-size: 1.25rem; }
.circle-link:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); transform: rotate(-8deg); }
.hero-index { position: absolute; z-index: 2; left: 5vw; top: 50%; transform: rotate(-90deg); transform-origin: left top; font-size: .7rem; letter-spacing: .18em; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1.03); } }

.section { position: relative; padding: 130px 8vw; }
.section-label { display: flex; align-items: center; gap: 16px; font-size: 1rem; font-weight: 700; }
.section-label span { color: var(--blue); }
.section-label::after { content: ""; width: 80px; height: 1px; background: currentColor; opacity: .35; }
.section-label.light span { color: var(--yellow); }
.statement {
  min-height: 720px;
  display: grid;
  align-items: center;
  color: white;
  overflow: hidden;
}
.statement-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 27, 48, .62), rgba(4, 27, 48, .24)),
    url("assets/قصتنا - خلفية.png") center/cover no-repeat;
}
.statement-content { position: relative; z-index: 2; }
.statement-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 6vw;
  align-items: start;
  margin: 42px 0 85px;
}
.statement h2, .services h2, .work h2, .journal h2, .contact h2 { font-size: clamp(3rem, 6vw, 6.7rem); }
.statement h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.8rem); }
.statement h2 em { color: var(--yellow); }
.statement-copy { max-width: 450px; line-height: 1.9; font-size: 1rem; }
.statement-copy p + p { color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 22px; border-bottom: 1px solid currentColor; padding-bottom: 8px; font-size: .85rem; font-weight: 600; }
.article-open { color: inherit; background: none; border-top: 0; border-right: 0; border-left: 0; cursor: pointer; font-family: inherit; }
.text-link span { transition: transform .3s; }
.text-link:hover span { transform: translateX(-8px); }
.story-star { position: absolute; top: 10%; left: -10%; width: 34vw; opacity: .08; filter: sepia(1) saturate(3); }
.star-float { animation: starFloat 6s ease-in-out infinite; }
@keyframes starFloat { 50% { transform: rotate(8deg) scale(.94); } }

.services { color: white; background: var(--deep); overflow: hidden; }
.services-backdrop { position: absolute; inset: 0; opacity: .18; background: url("assets/ماذا نقدم - خلفية.png") center/cover; mix-blend-mode: luminosity; }
.services > *:not(.services-backdrop) { position: relative; z-index: 1; }
.services-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; margin: 50px 0 80px; }
.services-head h2 { margin: 0; }
.services-head p { max-width: 480px; line-height: 2; color: rgba(255,255,255,.7); }
.service-list { border-top: 1px solid rgba(255,255,255,.25); }
.service-item {
  display: grid; grid-template-columns: 70px 1fr 1fr 40px; gap: 2rem; align-items: center;
  padding: 35px 10px; border-bottom: 1px solid rgba(255,255,255,.22); transition: .35s;
}
.service-item:hover { color: var(--ink); background: var(--yellow); padding-right: 28px; }
.service-item > span { font-size: .7rem; opacity: .65; }
.service-item h3 { margin: 0; font-size: clamp(1.3rem, 2.5vw, 2.2rem); font-weight: 500; }
.service-item p { margin: 0; max-width: 420px; font-size: .86rem; line-height: 1.8; opacity: .65; }
.service-item b { font-size: 1.4rem; }

.work { padding: 0; }
.work-intro {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  margin-bottom: 0;
  color: white;
  overflow: hidden;
}
.work-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 31, 57, .68), rgba(2, 31, 57, .2)),
    url("assets/أعمالنا - خلفية.png") center/cover no-repeat;
}
.work-intro-content { position: relative; z-index: 1; padding: 110px 8vw 75px; }
.work-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 0; }
.work-heading h2 { margin-bottom: 0; }
.work-heading h2 em { color: var(--yellow); }
.projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 1180px);
  margin-inline: auto;
  gap: 80px 28px;
}
.project-image { height: clamp(300px, 28vw, 440px); overflow: hidden; background: #ddd; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project:hover img { transform: scale(1.04); }
.project-logo-card { display: grid; place-items: center; padding: 12%; background: #e9e6de; }
.project-logo-card img {
  width: min(58%, 360px);
  height: min(34%, 190px);
  object-fit: contain;
}
.project-orange { background: #ef4817; }
.project-light { background: #e9e6de; }
.project-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: 18px; }
.project-meta h3 { margin: 0; font-size: 1.15rem; }
.project-meta span { color: #707579; font-size: .72rem; }
.project { color: inherit; }

.quote { position: relative; display: grid; place-items: center; min-height: 78vh; padding: 100px 8vw; text-align: center; color: white; background: var(--blue); overflow: hidden; }
.quote p { position: relative; z-index: 2; font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: 1.55; font-weight: 500; }
.quote-star { position: absolute; width: min(45vw, 520px); opacity: .13; }

.journal { padding-top: 100px; padding-bottom: 105px; }
.journal-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 7vw;
  align-items: start;
  margin-top: 34px;
}
.journal-copy { padding-top: 6px; }
.journal-copy h2 { margin: 14px 0 20px; font-size: clamp(2.55rem, 4.25vw, 4.5rem); line-height: 1.12; }
.journal-copy h2 em { color: var(--blue); }
.eyebrow.dark { color: var(--blue); }
.journal-copy > p:not(.eyebrow) { color: #62676a; line-height: 1.9; }
.journal-copy > .journal-excerpt { min-height: 60px; }
.journal-image { position: relative; height: 700px; overflow: hidden; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: .8s; }
.journal-image:hover img { transform: scale(1.035); }
.journal-image span { position: absolute; left: 20px; bottom: 20px; padding: 10px 15px; color: white; background: rgba(0,0,0,.45); backdrop-filter: blur(8px); font-size: .7rem; }
.journal-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.journal-controls > button {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(16,20,24,.25);
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
}
.journal-controls > button:hover { color: white; border-color: var(--blue); background: var(--blue); }
.journal-dots { display: flex; gap: 6px; }
.journal-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #b5b4af; cursor: pointer; transition: .3s; }
.journal-dots button.active { width: 22px; background: var(--blue); }
.journal-number { margin-inline-start: auto; color: #777; font-size: .68rem; }
.journal-changing { animation: journalChange .4s ease; }
@keyframes journalChange { from { opacity: .25; transform: translateY(9px); } }

.clients { padding: 65px 0 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.clients > p { margin: 0 8vw 35px; color: #6d6d68; font-size: 1rem; font-weight: 600; }
.client-marquee {
  width: 100%;
  overflow: hidden;
  direction: ltr;
}
.client-track {
  display: flex;
  width: max-content;
  direction: ltr;
  margin: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.client-set { display: flex; align-items: center; gap: 24px; padding-right: 24px; }
.client-logo {
  width: 156px;
  height: 92px;
  flex: 0 0 156px;
  display: grid;
  place-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(16,20,24,.08);
  background: rgba(255,255,255,.28);
  overflow: hidden;
}
.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) saturate(0) opacity(.58);
  transition: filter .3s, transform .3s;
}
.client-logo:hover img { filter: grayscale(0) saturate(1) opacity(1); transform: scale(1.05); }

.contact { min-height: 100vh; display: grid; place-items: center; color: white; text-align: center; background: #071d2e; overflow: hidden; }
.contact-bg { position: absolute; inset: 0; opacity: .38; background: url("assets/قصتنا - خلفية 2.png") center/cover; }
.contact-bg::after { content: ""; position: absolute; inset: 0; background: rgba(1,25,47,.45); }
.contact-content { position: relative; z-index: 1; width: min(950px, 100%); }
.contact h2 { margin: 25px 0 45px; }
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 35px;
  width: min(820px, 100%);
  margin-inline: auto;
  text-align: right;
}
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label { color: rgba(255,255,255,.68); font-size: .88rem; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 10px 0 13px;
  color: white;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.45);
  border-radius: 0;
  outline: 0;
  font: inherit;
  font-size: 1rem;
  transition: border-color .25s;
}
.form-field textarea { resize: vertical; min-height: 80px; }
.form-field select { cursor: pointer; }
.form-field select option { color: var(--ink); background: var(--cream); }
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(255,255,255,.35); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--yellow); }
.form-message { grid-column: 1 / -1; }
.form-submit {
  grid-column: 1 / -1;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 12px;
  padding: 13px 25px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 99px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  transition: transform .3s, background .3s;
}
.form-submit:hover { transform: translateY(-3px); background: #ffd052; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; text-align: center; color: var(--yellow); font-size: .9rem; }

.works-page { background: var(--paper); }
.works-hero { padding-top: 120px; padding-bottom: 70px; }
.works-hero h1 {
  margin: 18px 0 24px;
  font-size: clamp(3.1rem, 7vw, 7.5rem);
  line-height: 1.08;
  letter-spacing: -.06em;
}
.works-hero h1 em { color: var(--blue); }
.works-hero-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: 980px;
}
.works-hero-row p { max-width: 560px; margin: 0; color: #62676a; line-height: 1.9; }
.works-hero-row .text-link { margin-top: 0; white-space: nowrap; }
.works-list { display: grid; gap: 30px; padding-top: 0; }
.work-case {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(22px, 4vw, 50px);
  background: rgba(255,255,255,.52);
  border: 1px solid var(--line);
  border-radius: 34px;
}
.work-case-number {
  position: absolute;
  top: 26px;
  inset-inline-start: 28px;
  color: var(--blue);
  font-weight: 900;
}
.work-case:nth-child(even) .work-case-media { order: 2; }
.work-case-media { display: grid; place-items: center; min-height: 330px; overflow: hidden; border-radius: 26px; }
.work-case-media img { width: min(62%, 360px); max-height: 240px; object-fit: contain; }
.work-case-copy span { color: var(--blue); font-weight: 800; }
.work-case-copy h2 { margin: 14px 0 8px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1.05; }
.work-case-copy h3 { margin: 0 0 18px; color: #6b6e70; }
.work-case-copy p { max-width: 520px; color: #50565a; line-height: 1.9; }
.work-case-copy .text-link { margin-top: 16px; }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 45px 5vw;
  padding: 65px 6vw 28px;
  color: white;
  background: #061624;
  font-size: .78rem;
}
.footer-brand { width: 155px; justify-self: start; }
.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-self: center;
  gap: 10px 32px;
  min-width: 275px;
}
.footer-nav p {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: .88rem;
}
.footer-nav a {
  width: fit-content;
  color: rgba(255,255,255,.68);
  transition: color .25s, transform .25s;
}
.footer-nav a:hover { color: white; transform: translateX(-4px); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; gap: 14px; }
.footer-location,
.footer-detail {
  display: grid;
  grid-template-columns: 18px auto;
  align-items: center;
  column-gap: 10px;
  direction: rtl;
  margin: 0;
}
.footer-location svg { width: 18px; height: 18px; fill: none; stroke: var(--yellow); stroke-width: 1.7; }
.footer-detail { color: rgba(255,255,255,.78); }
.footer-detail svg { width: 17px; height: 17px; fill: none; stroke: var(--yellow); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.footer-phone { letter-spacing: .04em; }
.socials { display: flex; gap: 10px; margin-top: 4px; }
.socials a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  transition: .3s;
}
.socials a:hover { color: #061624; border-color: var(--yellow); background: var(--yellow); transform: translateY(-3px); }
.socials svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.socials .social-fill { fill: currentColor; stroke: none; }
.copyright {
  grid-column: 1 / -1;
  width: 100%;
  margin: 8px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.13);
  text-align: center;
  color: rgba(255,255,255,.55);
}

.article-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 3vw;
  background: rgba(2, 17, 31, .82);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
}
.article-modal.open { opacity: 1; visibility: visible; }
.article-modal-panel {
  width: min(1180px, 94vw);
  height: min(780px, 90vh);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  color: var(--ink);
  background: var(--cream);
  overflow: hidden;
  transform: translateY(25px) scale(.985);
  transition: transform .4s;
}
.article-modal.open .article-modal-panel { transform: translateY(0) scale(1); }
.article-close {
  position: absolute;
  z-index: 2;
  top: calc(5vh + 12px);
  left: calc(3vw + 12px);
  width: 46px;
  height: 46px;
  color: white;
  background: rgba(2, 17, 31, .58);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.article-modal-image { min-height: 0; overflow: hidden; background: var(--blue); }
.article-modal-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s; }
.article-modal-content { display: flex; flex-direction: column; min-height: 0; padding: 55px 58px 35px; overflow-y: auto; }
.article-meta { display: flex; justify-content: space-between; color: #6b7073; font-size: .7rem; }
.article-category { margin: 45px 0 14px; }
.article-modal-content h2 { max-width: 700px; margin: 0 0 28px; font-size: clamp(2.1rem, 3.2vw, 3.6rem); line-height: 1.25; letter-spacing: -.04em; }
.article-body { color: #41474b; font-size: .96rem; line-height: 2.05; }
.article-body p { margin: 0 0 18px; }
.article-body h3 { margin: 30px 0 10px; color: var(--blue); font-size: 1.15rem; }
.article-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  padding-top: 35px;
  border-top: 1px solid var(--line);
}
.article-controls button { padding: 8px 0; color: inherit; background: none; border: 0; cursor: pointer; font-family: inherit; font-size: .78rem; }
.article-next { text-align: left; }
.article-prev { text-align: right; }
.article-dots { display: flex; gap: 7px; }
.article-dots button { width: 7px; height: 7px; padding: 0; border-radius: 50%; background: #b4b5b1; }
.article-dots button.active { width: 23px; border-radius: 99px; background: var(--blue); }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .site-header { padding: 22px 6vw; }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  .main-nav {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 2rem;
    font-size: 1.4rem; background: var(--deep); transform: translateY(-100%); transition: transform .45s;
  }
  .main-nav.open { transform: translateY(0); }
  .nav-cta { margin-top: 1rem; font-size: .9rem; }
  .hero-content { padding: 140px 6vw 7vh; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5.4rem); }
  .hero-bottom { align-items: start; }
  .circle-link { width: 82px; height: 82px; flex: 0 0 auto; }
  .hero-index { display: none; }
  .section { padding: 90px 6vw; }
  .statement-grid, .services-head, .journal-grid { grid-template-columns: 1fr; gap: 35px; }
  .statement-grid { margin: 55px 0 70px; }
  .statement { min-height: 680px; }
  .service-item { grid-template-columns: 35px 1fr 28px; gap: 1rem; }
  .service-item p { display: none; }
  .work { padding-bottom: 0; }
  .work-intro { min-height: 560px; margin-bottom: 0; }
  .work-intro-content { padding: 90px 6vw 65px; }
  .projects { grid-template-columns: 1fr; gap: 70px; padding-inline: 6vw; }
  .project-image { height: clamp(280px, 68vw, 420px); }
  .project-meta { align-items: start; flex-direction: column; }
  .quote { min-height: 60vh; }
  .journal-image { height: 135vw; max-height: 700px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-brand { justify-self: center; }
  .footer-nav { justify-self: center; text-align: right; }
  .footer-contact { justify-self: center; align-items: center; }
  .copyright { grid-column: 1; }
  .article-modal { padding: 0; }
  .article-modal-panel { width: 100%; height: 100%; grid-template-columns: 1fr; grid-template-rows: 32vh 1fr; }
  .article-close { top: 14px; left: 14px; width: 40px; height: 40px; background: rgba(2,17,31,.35); }
  .article-modal-content { padding: 28px 24px 25px; }
  .article-category { margin-top: 25px; }
  .article-modal-content h2 { font-size: 2rem; }
  .article-controls { position: sticky; bottom: -25px; margin-inline: -24px; padding: 18px 24px; background: var(--cream); }
  .contact-form { grid-template-columns: 1fr; gap: 20px; }
  .form-message, .form-submit, .form-status { grid-column: 1; }
}

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

@media (max-width: 800px) {
  .site-header { padding: 18px 6vw; }
  .brand img { width: 112px; }
  .hero { min-height: 92vh; }
  .hero-content { padding: 125px 6vw 7vh; }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 5rem); line-height: 1.08; }
  .hero-bottom { align-items: start; flex-direction: column; gap: 28px; }
  .hero-bottom p { max-width: 100%; }
  .section { padding-inline: 6vw; }
  .statement-grid { margin: 40px 0 55px; }
  .statement { min-height: auto; padding-top: 80px; padding-bottom: 80px; }
  .statement h2, .services h2, .work h2, .journal h2, .contact h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .statement-copy { max-width: 100%; }
  .services { padding-top: 80px; padding-bottom: 80px; }
  .work-intro { min-height: 420px; margin-bottom: 0; }
  .work-intro-content { padding: 74px 6vw 48px; }
  .work-heading { align-items: start; flex-direction: column; }
  .journal { padding-top: 75px; padding-bottom: 75px; }
  .journal-copy h2 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .journal-image { height: 110vw; max-height: 560px; }
  .clients { padding: 45px 0 52px; }
  .client-logo { width: 160px; height: 86px; margin-inline: 10px; }
  .contact { min-height: auto; padding: 80px 6vw; }
  .contact-content { width: 100%; }
  .works-hero { padding-top: 76px; padding-bottom: 44px; }
  .works-hero-row { align-items: start; flex-direction: column; }
  .work-case,
  .work-case:nth-child(even) .work-case-media {
    grid-template-columns: 1fr;
    order: initial;
  }
  .work-case { padding-top: 54px; }
  .work-case-media { min-height: 240px; }
  .work-case-number { top: 20px; inset-inline-start: 22px; }
}

@media (max-width: 520px) {
  .section-label { gap: 16px; font-size: .82rem; }
  .section-label::before { width: 62px; }
  .hero-index { right: 6vw; bottom: 20px; }
  .service-item h3 { font-size: 1.25rem; }
  .quote { padding: 70px 6vw; }
  .quote p { font-size: clamp(2rem, 10vw, 3rem); }
  .journal-controls { flex-wrap: wrap; }
  .journal-number { width: 100%; margin-inline-start: 0; }
  .footer-nav { grid-template-columns: 1fr; }
}
