:root {
  --bg: #08090d;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --text: #f5f7fb;
  --muted: #a9afbd;
  --soft: #737b8d;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #c8ff2f;
  --accent-2: #36d6ff;
  --danger: #ff385c;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% 0%, rgba(200, 255, 47, 0.11), transparent 32%),
              radial-gradient(circle at 90% 10%, rgba(54, 214, 255, 0.12), transparent 30%),
              var(--bg);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 70%);
}

button,
a,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-glow {
  position: fixed;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.28;
}

.page-glow-one {
  left: -130px;
  top: 320px;
  background: var(--accent);
}

.page-glow-two {
  right: -120px;
  top: 720px;
  background: var(--accent-2);
}

.site-header {
  width: min(var(--max), calc(100% - 32px));
  position: sticky;
  top: 16px;
  z-index: 50;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 9, 13, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: #06070a;
  background: linear-gradient(135deg, var(--accent), #ffffff 52%, var(--accent-2));
  box-shadow: 0 0 34px rgba(200, 255, 47, 0.22);
}
.brand-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 34px rgba(200, 255, 47, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 0.94rem;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.75rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 999px;
}

.nav-links a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.18s ease;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta,
.button-primary {
  color: #08090d;
  background: var(--accent);
  box-shadow: 0 12px 34px rgba(200, 255, 47, 0.2);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid var(--line);
}

.section-pad {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0;
}

.section-pad-topless {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 104px;
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: 58px;
  padding-top: 78px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
}

.eyebrow span {
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(200, 255, 47, 0.6);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  line-height: 0.88;
  letter-spacing: -0.085em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4.8vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.hero-subtitle,
.section-description,
.section-heading-centered p,
.contact-card p,
.strategy-list p,
.process-card p,
.case-card p,
.faq-grid p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-subtitle {
  max-width: 650px;
  font-size: clamp(1.02rem, 1.6vw, 1.23rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 660px;
}

.hero-proof div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
}

.hero-proof strong {
  display: block;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.hero-proof span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-showcase {
  position: relative;
  min-height: 560px;
}

.hero-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 0;
  transition: 0.22s ease;
}

.hero-card:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(200, 255, 47, 0.6);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card-main {
  inset: 0 0 auto auto;
  width: 94%;
  aspect-ratio: 16 / 9;
  transform: rotate(2deg);
}

.hero-card-a,
.hero-card-b {
  width: 54%;
  aspect-ratio: 16 / 9;
}

.hero-card-a {
  left: -4%;
  bottom: 88px;
  transform: rotate(-5deg);
}

.hero-card-b {
  right: 4%;
  bottom: 0;
  transform: rotate(5deg);
}

.card-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: translateX(-120%);
  animation: shine 4.5s ease-in-out infinite;
}

@keyframes shine {
  55%, 100% { transform: translateX(130%); }
}

.logo-strip {
  width: min(var(--max), calc(100% - 32px));
  margin: -18px auto 0;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.logo-strip span {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 800;
}

.section-header-grid {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  gap: 36px;
  align-items: end;
}

.section-description {
  margin-bottom: 8px;
  font-size: 1rem;
}

.gallery-section {
  padding-top: 82px;
}

.gallery-top {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 22px;
}

.gallery-top h2 {
  max-width: 820px;
}

.gallery-copy {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.052);
}

.gallery-copy p {
  margin-bottom: 18px;
}

.gallery-copy code {
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

.gallery-copy a {
  display: inline-flex;
  color: #08090d;
  background: var(--accent);
  border-radius: 999px;
  padding: 11px 15px;
  font-weight: 900;
}

.gallery-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 800;
}

.gallery-tools code {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 9px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  padding: 7px;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.gallery-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(200, 255, 47, 0.56);
  background: rgba(255, 255, 255, 0.075);
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16 / 9;
  background: #111;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 0.24s ease, filter 0.24s ease;
}

.gallery-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: auto 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 9, 13, 0.72);
  backdrop-filter: blur(12px);
  transform: translateY(8px);
  opacity: 0;
  transition: 0.2s ease;
}

.gallery-card:hover .gallery-overlay {
  transform: translateY(0);
  opacity: 1;
}

.gallery-overlay strong,
.gallery-overlay span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gallery-overlay strong {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.gallery-overlay span {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}


.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.filter-chip {
  padding: 11px 16px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  font-weight: 800;
  transition: 0.18s ease;
}

.filter-chip:hover,
.filter-chip.is-active {
  color: #08090d;
  border-color: var(--accent);
  background: var(--accent);
}

.gallery-filter-row {
  margin-top: 22px;
  margin-bottom: 24px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.work-card {
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.045);
  padding: 10px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.work-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 255, 47, 0.58);
  background: rgba(255, 255, 255, 0.075);
}

.work-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  background: #111;
}

.work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.012);
  transition: transform 0.28s ease, filter 0.28s ease;
}

.work-card:hover .work-thumb img {
  transform: scale(1.062);
  filter: saturate(1.08) contrast(1.08);
}

.work-thumb::after {
  content: "Click to view";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #08090d;
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.2s ease;
}

.work-card:hover .work-thumb::after {
  opacity: 1;
  transform: translateY(0);
}

.work-info {
  padding: 16px 4px 6px;
}

.work-info-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.work-category,
.work-hook {
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.work-category {
  color: var(--accent);
}

.work-hook {
  color: rgba(255, 255, 255, 0.72);
}

.work-info h3 {
  margin-bottom: 8px;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
}

.work-info p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.93rem;
}

.section-heading-centered {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading-centered .eyebrow {
  justify-content: center;
}

.case-grid,
.process-grid,
.testimonial-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.case-grid {
  grid-template-columns: repeat(3, 1fr);
}

.case-card,
.process-card,
.testimonial,
.faq-grid details,
.contact-card,
.strategy-band {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
}

.case-card {
  padding: 28px;
}

.case-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 50%;
  color: #08090d;
  background: var(--accent);
  font-weight: 900;
}

.case-stat {
  color: var(--text) !important;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.2 !important;
}

.strategy-band {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 38px;
  padding: 58px;
}

.strategy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.strategy-list div {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.strategy-list strong {
  display: block;
  margin-bottom: 8px;
}

.strategy-list p {
  margin: 0;
  font-size: 0.94rem;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-card {
  padding: 24px;
}

.process-card span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.process-card h3 {
  margin-bottom: 10px;
}

.process-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.testimonial-grid {
  grid-template-columns: repeat(4, 1fr);
}

.testimonial {
  padding: 24px;
}

.testimonial p {
  min-height: 124px;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.testimonial strong,
.testimonial span {
  display: block;
}

.testimonial span {
  margin-top: 5px;
  color: var(--muted);
}

.faq-grid {
  max-width: 900px;
  margin: 0 auto;
}

.faq-grid details {
  padding: 22px 24px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.05rem;
}

.faq-grid p {
  margin: 14px 0 0;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 44px;
  padding: 46px;
  background: radial-gradient(circle at 15% 20%, rgba(200, 255, 47, 0.16), transparent 34%),
              linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
}


.contact-copy {
  display: flex;
  flex-direction: column;
}

.contact-options {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-option {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.contact-option:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 255, 47, 0.38);
  background: rgba(255, 255, 255, 0.095);
}

.contact-option.is-primary {
  background: linear-gradient(135deg, var(--accent), #efff83);
  color: #08090d;
  border-color: rgba(200, 255, 47, 0.7);
}

.contact-option span {
  font-weight: 950;
}

.contact-option small {
  color: currentColor;
  opacity: 0.68;
  font-weight: 800;
  text-align: right;
}

.copy-email-button {
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.18);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.copy-email-button:hover {
  color: var(--text);
  border-color: rgba(200, 255, 47, 0.45);
  background: rgba(200, 255, 47, 0.08);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.social-row a {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.085);
  color: var(--muted);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-intro {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.form-intro strong {
  color: var(--text);
  font-weight: 950;
}

.form-intro span {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--text);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 15px 16px;
  outline: none;
  transition: 0.18s ease;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(200, 255, 47, 0.1);
}

.form-note {
  margin: 0;
  color: var(--soft) !important;
  font-size: 0.85rem;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 46px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer > a:last-child {
  color: var(--accent);
  font-weight: 800;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(16px);
}

.lightbox.is-open {
  display: grid;
}

.lightbox-panel {
  width: min(1120px, 100%);
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #0c0e14;
  box-shadow: var(--shadow);
}

.lightbox-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
}

.lightbox-panel figcaption {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.lightbox-panel strong {
  color: #ffffff;
  font-size: 1.25rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.lightbox-panel span,
.lightbox-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.lightbox-panel a {
  width: max-content;
  margin-top: 6px;
  color: #08090d;
  background: var(--accent);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 220;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
}

.lightbox-close {
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 2rem;
}

.lightbox-nav {
  top: 50%;
  width: 54px;
  height: 54px;
  font-size: 2.4rem;
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .hero,
  .strategy-band,
  .contact-card,
  .section-header-grid,
  .gallery-top {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 520px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .work-grid,
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    border-radius: 26px;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .nav-links a {
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .nav-cta {
    padding: 0 14px;
  }

  .section-pad,
  .section-pad-topless {
    width: min(100% - 22px, var(--max));
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero {
    gap: 24px;
    padding-top: 54px;
  }

  .hero-proof,
  .strategy-list,
  .work-grid,
  .case-grid,
  .process-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-showcase {
    min-height: 390px;
  }

  .hero-card-main {
    width: 100%;
  }

  .hero-card-a,
  .hero-card-b {
    width: 58%;
  }

  .strategy-band,
  .contact-card {
    padding: 28px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 16px;
  }

  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 0.86rem; }
  .brand small { display: none; }
  .nav-cta { min-height: 42px; font-size: 0.86rem; }
  .hero-actions .button { width: 100%; }
  .hero-showcase { min-height: 320px; }
  .logo-strip { border-radius: 22px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-overlay { opacity: 1; transform: translateY(0); }
}


/* Keeps the top of the gallery feeling more premium and less cluttered. */
.gallery-card:nth-child(-n + 12) {
  border-color: rgba(255, 255, 255, 0.16);
}

.gallery-overlay {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}


@media (max-width: 760px) {
  .contact-option {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .contact-option small {
    text-align: left;
  }

  .copy-email-button {
    border-radius: 18px;
    line-height: 1.35;
  }
}