/* ============================================================
   TAZAMA MINERALS RESOURCES LIMITED
   Palette drawn from the Tanzanian flag:
   green #1EB53A · yellow/gold #FCD116 · black #0A0A0A · blue #00A3DD
   ============================================================ */

:root {
  --green: #1eb53a;
  --green-deep: #0b3d2e;
  --green-darker: #072a20;
  --gold: #fcd116;
  --gold-soft: #f4c430;
  --blue: #00a3dd;
  --blue-deep: #063a56;
  --ink: #0a0f0d;
  --ink-2: #10201a;
  --cream: #f7f6f1;
  --sand: #e9e4d8;
  --text: #1c2622;
  --muted: #5f6b64;
  --white: #ffffff;

  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 24px 60px -24px rgba(7, 42, 32, 0.45);
  --shadow-sm: 0 12px 30px -18px rgba(7, 42, 32, 0.5);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --maxw: 1200px;

  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

/* ---------- Scroll progress ---------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  z-index: 200;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--blue));
}

/* ---------- Buttons ---------- */
.btn {
  --pad: 0.95rem 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: var(--pad);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
    background 0.3s, color 0.3s;
  will-change: transform;
}
.btn--gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #2a2100;
  box-shadow: 0 14px 30px -12px rgba(252, 209, 22, 0.7);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(252, 209, 22, 0.85); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-3px); }
.btn--full { width: 100%; justify-content: center; }

/* ---------- Navbar ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  transition: background 0.4s var(--ease), box-shadow 0.4s, padding 0.4s;
}
.nav.scrolled {
  background: rgba(9, 24, 18, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.nav__logo {
  height: 52px;
  width: auto;
  border-radius: 10px;
  background: #fff;
  padding: 4px 8px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease);
}
.nav__brand:hover .nav__logo { transform: scale(1.04) rotate(-1deg); }
.nav__links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.nav__links a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  font-size: 0.96rem;
  position: relative;
  transition: color 0.25s;
}
.nav__links a:not(.nav__cta)::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.3s var(--ease);
}
.nav__links a:not(.nav__cta):hover { color: #fff; }
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta {
  background: var(--gold);
  color: #2a2100 !important;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 24px -10px rgba(252, 209, 22, 0.7);
}
.nav__cta:hover { transform: translateY(-2px); }
.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav__toggle span {
  width: 26px; height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.3s;
}
.nav__toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 7rem clamp(1rem, 4vw, 3rem) 4rem;
  color: #fff;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 700px at 78% -10%, rgba(0, 163, 221, 0.28), transparent 60%),
    radial-gradient(900px 600px at 8% 110%, rgba(30, 181, 58, 0.32), transparent 55%),
    linear-gradient(160deg, #061c15 0%, #0b3d2e 45%, #072a20 100%);
}
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 60% 40%, #000 30%, transparent 80%);
}
.hero__grain {
  position: absolute; inset: 0;
  opacity: 0.5; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
.hero__badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(252, 209, 22, 0.7);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(252, 209, 22, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(252, 209, 22, 0); }
  100% { box-shadow: 0 0 0 0 rgba(252, 209, 22, 0); }
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 1.4rem;
}
.hero__title .grad {
  display: block;
  background: linear-gradient(120deg, var(--gold) 0%, #ffe98a 40%, var(--green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin-bottom: 2.2rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 5vw, 3.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stat { display: flex; flex-direction: column; }
.stat__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--gold);
  line-height: 1;
}
.stat__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.4rem;
  letter-spacing: 0.02em;
}
.hero__scroll {
  position: absolute;
  bottom: 1.8rem; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  z-index: 2;
}
.hero__scroll span {
  position: absolute;
  top: 8px; left: 50%;
  width: 4px; height: 8px;
  margin-left: -2px;
  background: var(--gold);
  border-radius: 2px;
  animation: scrolldot 1.8s infinite;
}
@keyframes scrolldot {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; }
  80% { opacity: 0; transform: translateY(16px); }
  100% { opacity: 0; }
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--green);
  padding: 0.9rem 0;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 2rem;
  white-space: nowrap;
  width: max-content;
  animation: marquee 26s linear infinite;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
}
.marquee__track span { opacity: 0.92; }
.marquee__track i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section helpers ---------- */
section { position: relative; }
.section__head {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
  text-align: center;
}
.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.8rem;
}
.section__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--green-deep);
}
.section__intro {
  max-width: 640px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

/* ---------- About ---------- */
.about { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.about__grid {
  max-width: var(--maxw);
  margin: 3rem auto 0;
  padding: 0 clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.about__text .lead {
  font-size: 1.25rem;
  color: var(--green-deep);
  margin-bottom: 1.1rem;
  font-weight: 500;
}
.about__text p { color: var(--muted); margin-bottom: 1.1rem; }
.about__points { list-style: none; display: grid; gap: 0.7rem; margin-top: 1.5rem; }
.about__points li {
  position: relative;
  padding-left: 1.9rem;
  color: var(--text);
}
.about__points li::before {
  content: "◆";
  position: absolute;
  left: 0; top: 0;
  color: var(--gold);
}
.about__media { position: relative; }
.about__media img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
}
.about__flag {
  position: absolute;
  bottom: -18px; right: -14px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transform: rotate(-3deg);
}
.about__flag span { width: 46px; height: 30px; }
.about__flag span:nth-child(1) { background: var(--green); }
.about__flag span:nth-child(2) { background: var(--gold); }
.about__flag span:nth-child(3) { background: var(--ink); }
.about__flag span:nth-child(4) { background: var(--blue); }

/* ---------- Services ---------- */
.services {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  background: linear-gradient(180deg, var(--sand), var(--cream));
}
.services__grid {
  max-width: var(--maxw);
  margin: 3rem auto 0;
  padding: 0 clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.svc {
  background: #fff;
  border: 1px solid rgba(11, 61, 46, 0.08);
  border-radius: var(--radius);
  padding: 2rem 1.6rem;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s;
  position: relative;
  overflow: hidden;
}
.svc::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(var(--green), var(--gold));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s var(--ease);
}
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.svc:hover::before { transform: scaleY(1); }
.svc__icon {
  font-size: 2rem;
  width: 62px; height: 62px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(30, 181, 58, 0.12), rgba(252, 209, 22, 0.16));
  margin-bottom: 1.1rem;
}
.svc h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--green-deep);
  margin-bottom: 0.5rem;
}
.svc p { color: var(--muted); font-size: 0.97rem; }

/* ---------- Fleet ---------- */
.fleet { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.fleet__grid {
  max-width: var(--maxw);
  margin: 3rem auto 0;
  padding: 0 clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
.fleet__card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 300px;
}
.fleet__card--wide { grid-column: span 2; }
.fleet__card img {
  width: 100%; height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.fleet__card:hover img { transform: scale(1.06); }
.fleet__card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.2rem 1.6rem 1.4rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(6, 28, 21, 0.9));
}
.fleet__card figcaption h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
}
.fleet__card figcaption p { color: rgba(255, 255, 255, 0.82); font-size: 0.95rem; }

/* ---------- Gallery ---------- */
.gallery {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  background: var(--ink);
  color: #fff;
}
.gallery .eyebrow { color: var(--gold); }
.gallery .section__title { color: #fff; }
.gallery__grid {
  max-width: var(--maxw);
  margin: 3rem auto 0;
  padding: 0 clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 1.2rem;
}
.gallery__item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease), filter 0.5s;
  filter: saturate(1.05);
}
.gallery__item:hover img { transform: scale(1.08); }
.gallery__tag {
  position: absolute;
  left: 14px; bottom: 14px;
  padding: 0.4rem 0.9rem;
  background: rgba(10, 15, 13, 0.72);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.4s var(--ease), opacity 0.4s;
}
.gallery__item:hover .gallery__tag { transform: translateY(0); opacity: 1; }

/* ---------- CTA band ---------- */
.cta {
  padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(600px 300px at 20% 0%, rgba(0, 163, 221, 0.35), transparent 60%),
    linear-gradient(120deg, var(--green-deep), var(--green-darker));
  color: #fff;
}
.cta__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.cta__inner h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
}
.cta__inner p { color: rgba(255, 255, 255, 0.82); margin-bottom: 1.8rem; font-size: 1.1rem; }

/* ---------- Contact ---------- */
.contact { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.contact__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.contact__lead { color: var(--muted); margin: 1rem 0 2rem; }
.contact__list { list-style: none; display: grid; gap: 1.4rem; }
.contact__list li { display: flex; gap: 1rem; }
.contact__ic {
  flex-shrink: 0;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 12px;
  font-size: 1.2rem;
  background: linear-gradient(135deg, rgba(30, 181, 58, 0.14), rgba(0, 163, 221, 0.14));
}
.contact__list b { display: block; color: var(--green-deep); font-family: var(--font-display); margin-bottom: 0.15rem; }
.contact__list div { color: var(--muted); font-size: 0.97rem; }
.contact__list a:hover { color: var(--green); text-decoration: underline; }

.contact__form {
  background: #fff;
  border: 1px solid rgba(11, 61, 46, 0.1);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  box-shadow: var(--shadow);
}
.contact__form h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--green-deep);
  margin-bottom: 1.4rem;
}
.field { position: relative; margin-bottom: 1.1rem; }
.field input, .field textarea {
  width: 100%;
  padding: 1.05rem 1rem 0.55rem;
  border: 1.5px solid var(--sand);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  background: #fbfaf6;
  color: var(--text);
  transition: border-color 0.3s, box-shadow 0.3s;
  resize: vertical;
}
.field textarea { min-height: 110px; }
.field label {
  position: absolute;
  left: 1rem; top: 0.95rem;
  color: var(--muted);
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.2s var(--ease);
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(30, 181, 58, 0.12);
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  top: 0.35rem;
  font-size: 0.72rem;
  color: var(--green);
  font-weight: 600;
}
.form__note { margin-top: 0.9rem; font-size: 0.9rem; text-align: center; min-height: 1.1em; }
.form__note.ok { color: var(--green); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255, 255, 255, 0.8); }
.footer__top {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 3rem clamp(1rem, 4vw, 3rem) 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer__brand { display: flex; align-items: center; gap: 1rem; }
.footer__brand img {
  height: 58px;
  background: #fff;
  padding: 5px 9px;
  border-radius: 10px;
}
.footer__brand p {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.03em;
}
.footer__nav { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.footer__nav a { transition: color 0.25s; }
.footer__nav a:hover { color: var(--gold); }
.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.3rem clamp(1rem, 4vw, 3rem);
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- Reveal animations ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
[data-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__media { order: -1; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 320px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;
    padding: 2rem;
    background: rgba(9, 24, 18, 0.97);
    backdrop-filter: blur(16px);
    transform: translateX(100%);
    transition: transform 0.45s var(--ease);
  }
  .nav__links.open { transform: translateX(0); }
  .nav__links a { font-size: 1.15rem; }
  .services__grid { grid-template-columns: 1fr; }
  .fleet__grid { grid-template-columns: 1fr; }
  .fleet__card--wide { grid-column: span 1; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery__item--wide { grid-column: span 2; }
  .footer__top { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery__item--wide, .gallery__item--tall { grid-column: span 1; grid-row: span 1; }
  .hero__actions { width: 100%; }
  .hero__actions .btn { flex: 1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
