﻿/* ============================================
   Laura Ashurov Photography — Main Stylesheet
   Hebrew RTL, family & children photography
   ============================================ */

:root {
  --primary:      #26221e;
  --accent:       #c4a47c;
  --accent-dark:  #a0845a;
  --bg:           #faf8f5;
  --bg-alt:       #f0ebe3;
  --text:         #3a3530;
  --text-light:   #888;
  --white:        #ffffff;
  --border:       #e4ddd4;
  --nav-height:   72px;
}

/* ── Reset ──────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  direction: rtl;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: Tahoma, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.75;
}

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

/* ── Navigation ─────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-height);
  background: rgba(250, 248, 245, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.nav-logo-name {
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFBD31;
  letter-spacing: 0.01em;
}
.nav-logo-sub {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--accent-dark);
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.03em;
  position: relative;
  transition: color 0.25s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; right: 0;
  width: 0; height: 1.5px;
  background: var(--accent);
  transition: width 0.3s;
}
.nav-links a:hover,
.nav-links a.active { color: #888888; }
.nav-links a:hover::after,
.nav-links a.active::after { width: 0; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.4rem;
  background: var(--accent);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: background 0.25s, transform 0.25s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--accent-dark); transform: translateY(-1px); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 910;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Buttons ─────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 0.85rem 2.4rem;
  background: var(--accent);
  color: var(--white);
  font-family: Tahoma, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.btn:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(160, 132, 90, 0.35);
}
.btn-outline {
  background: transparent;
  border: 1.5px solid var(--white);
  margin-inline-start: 1rem;
}
.btn-outline:hover {
  background: var(--white);
  color: var(--primary);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.btn-dark {
  background: var(--primary);
}
.btn-dark:hover {
  background: #3d3830;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* ── Layout helpers ──────────────────────────── */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.section-pad { padding: 6rem 0; }
.section-pad-sm { padding: 4rem 0; }

.label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 0.9rem;
}
.section-title {
  font-family: Tahoma, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.section-body {
  font-size: 1rem;
  color: #5e564e;
  max-width: 600px;
  line-height: 1.85;
}

/* ── Hero ────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: var(--nav-height) 1.5rem 0;
}
/* 
  === REPLACE HERO PHOTO ===
  Set a real photo of yours here, e.g.:
  background-image: url('images/hero.jpg');
*/
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../10667753.webp');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(30,24,20,0.22) 0%,
    rgba(30,24,20,0.42) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 680px;
  animation: fadeUp 1s ease both;
  margin-top: 0;
}
.hero-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  border: none;
  padding: 0.35rem 1.2rem;
  margin-bottom: 1.8rem;
}
.hero-title {
  font-family: Tahoma, sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #ffffff;
  text-shadow: 0 2px 30px rgba(0,0,0,0.18);
}
.hero-sub {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; }
.hero-scroll {
  position: absolute;
  bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.65);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: bounce 2.2s infinite;
}
.hero-scroll::after {
  content: '';
  display: block;
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.45);
}

/* ── About section ───────────────────────────── */
.about { background: var(--bg-alt); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: center;
}
.about-photo {
  position: relative;
}
.about-photo-frame {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  /*
    === REPLACE ABOUT PHOTO ===
    Add your portrait here:
    background-image: url('images/about.jpg');
  */
  background: linear-gradient(160deg, #d0c3b8 0%, #b8a898 60%, #a89080 100%);
}
.about-photo-frame img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease;
}
.about-photo-frame:hover img { transform: scale(1.04); }
.about-badge {
  position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  background: var(--accent);
  color: var(--white);
  padding: 1.2rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(196,164,124,0.4);
}
.about-badge-num {
  font-family: Tahoma, sans-serif;
  font-size: 2rem; font-weight: 900;
  line-height: 1;
}
.about-badge-text {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  opacity: 0.92;
}
.about-text .section-body + .section-body { margin-top: 1rem; }

/* ── Why / Feature cards ─────────────────────── */
.why { background: var(--bg); }
.why-header { text-align: center; }
.why-header .section-body { margin: 0 auto; text-align: center; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 2.5rem 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.07);
}
.card-num {
  font-family: Tahoma, sans-serif;
  font-size: 3.5rem; line-height: 1;
  color: var(--accent);
  opacity: 0.28;
  margin-bottom: 1.2rem;
}
.card-title {
  font-family: Tahoma, sans-serif;
  font-size: 1.2rem;
  color: var(--primary);
  margin-bottom: 0.75rem;
}
.card-text { font-size: 0.93rem; color: #706860; line-height: 1.7; }

/* ── Quote ───────────────────────────────────── */
.quote-block {
  background: var(--primary);
  text-align: center;
  padding: 5.5rem clamp(1.5rem, 8vw, 8rem);
}
.quote-mark {
  font-family: Tahoma, sans-serif;
  font-size: 8rem; line-height: 0.5;
  color: var(--accent);
  opacity: 0.25;
  margin-bottom: 0.5rem;
}
.quote-text {
  font-family: Tahoma, sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  max-width: 780px;
  margin: 0 auto 1.5rem;
  line-height: 1.55;
}
.quote-author {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: #FFBD31;
  text-transform: uppercase;
}

/* ── Gallery preview ─────────────────────────── */
.gallery-preview { background: var(--bg-alt); }
.gallery-header { margin-bottom: 2.5rem; }

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px;
  gap: 10px;
}
.gallery-mosaic .g-item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery-mosaic .g-item:first-child {
  grid-column: span 2;
}
.gallery-mosaic .g-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.gallery-mosaic .g-item::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(38,34,30,0);
  transition: background 0.35s;
}
.gallery-mosaic .g-item:hover img { transform: scale(1.07); }
.gallery-mosaic .g-item:hover::after { background: rgba(38,34,30,0.12); }

.gallery-cta { text-align: center; margin-top: 2.5rem; }

/* ── CTA band ────────────────────────────────── */
.cta-band {
  background: var(--bg);
  text-align: center;
}
.cta-band .section-title { margin: 0 auto 1rem; max-width: 540px; }
.cta-band .section-body { margin: 0 auto 2.5rem; text-align: center; }

/* ── Footer ──────────────────────────────────── */
.footer {
  background: transparent;
  color: rgba(255,255,255,0.6);
  padding: 4rem clamp(1.5rem, 5vw, 4rem);
  text-align: center;
}
.footer-logo {
  font-family: Tahoma, sans-serif;
  font-size: 1.7rem; font-weight: 700;
  color: #FFBD31;
  margin-bottom: 0.3rem;
}
.footer-sub {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.footer-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.03em;
  transition: color 0.25s;
}
.footer-nav a:hover { color: #888888; }
.footer-social {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.soc-icon {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  transition: all 0.25s;
}
.soc-icon:hover { border-color: var(--accent); color: var(--accent); }
.soc-icon svg { width: 18px; height: 18px; fill: currentColor; }
.footer-copy {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.28);
}

/* ── Inner page hero ─────────────────────────── */
.page-hero {
  padding-top: var(--nav-height);
  min-height: 32vh;
  background: var(--bg-alt);
  display: flex;
  align-items: flex-end;
}
.page-hero .container { padding-bottom: 3rem; padding-top: 3rem; }
.page-hero .section-title { margin-bottom: 0; }

/* ── Albums page ─────────────────────────────── */
.album-filter {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.filter-btn {
  padding: 0.5rem 1.4rem;
  border: 1.5px solid var(--border);
  background: none;
  font-family: Tahoma, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  transition: all 0.25s;
  letter-spacing: 0.04em;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.albums-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.album-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.album-card-img {
  aspect-ratio: 3/4;
  overflow: hidden;
  /*
    Replace background gradient with:
    background-image: url('images/album-N.jpg');
    background-size: cover;
    background-position: center;
  */
}
.album-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.55s;
}
.album-card:hover .album-card-img img { transform: scale(1.06); }
.album-card-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(26,22,18,0.72) 0%, transparent 100%);
  color: var(--white);
}
.album-card-title {
  font-family: Tahoma, sans-serif;
  font-size: 1.2rem; font-weight: 700;
  margin-bottom: 0.2rem;
}
.album-card-count { font-size: 0.8rem; opacity: 0.75; }

/* ── Services page ───────────────────────────── */
.services-intro {
  background: var(--bg-alt);
}
.srv-carousel {
  position: relative;
}
.services-scroll {
  display: flex;
  gap: 1.75rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  margin-top: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.services-scroll::-webkit-scrollbar { display: none; }
.srv-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  z-index: 5;
  transition: background 0.25s, color 0.25s, opacity 0.25s, transform 0.25s, box-shadow 0.25s;
}
.srv-arrow:hover {
  background: var(--accent-dark);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}
.srv-arrow[disabled] { opacity: 0.3; cursor: default; pointer-events: none; }
.srv-track { position: relative; }
/* sit just outside the cards, in the container's side padding */
.srv-arrow-left { left: max(0.25rem, calc(clamp(1.5rem, 5vw, 4rem) - 46px - 0.5rem)); }
.srv-arrow-right { right: max(0.25rem, calc(clamp(1.5rem, 5vw, 4rem) - 46px - 0.5rem)); }
.srv-card {
  flex: 0 0 var(--card-w, 320px);
  scroll-snap-align: start;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.srv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.07);
}
.srv-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
}
.srv-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.srv-media svg {
  width: 62%; height: 62%;
  transition: transform 0.5s ease;
}
.srv-card:hover .srv-media img,
.srv-card:hover .srv-media svg { transform: scale(1.06); }
.srv-badge {
  position: absolute;
  top: 0.9rem; right: 0.9rem;
  background: var(--accent);
  color: var(--white);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  z-index: 1;
}
.srv-body {
  padding: 1.75rem 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.srv-title {
  font-family: Tahoma, sans-serif;
  font-size: 1.1rem; font-weight: 700;
  line-height: 1.3;
  min-height: 2.9rem;
  color: var(--primary);
  margin-bottom: 0.75rem;
}
.srv-desc {
  font-size: 0.92rem; color: #66584e;
  line-height: 1.7; margin-bottom: 1.5rem;
}
.srv-list {
  list-style: none;
  margin-bottom: 2rem;
  border-top: 1px solid var(--border);
}
.srv-list li {
  padding: 0.6rem 0;
  font-size: 0.88rem; color: #554b44;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.srv-list li::before {
  content: '✓';
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}
.srv-price {
  font-family: Tahoma, sans-serif;
  font-size: 1.05rem; font-weight: 700;
  color: #4a4640;
  margin-top: auto;
}
.srv-price sup { font-size: 1rem; vertical-align: top; margin-top: 0.4rem; }
.srv-price small {
  font-family: Tahoma, sans-serif;
  font-size: 0.88rem; font-weight: 400;
  color: var(--text-light);
}
.srv-body .btn { text-align: center; }

/* Process */
.process { background: var(--bg-alt); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.proc-step { text-align: center; padding: 0 0.5rem; }
.proc-num {
  font-family: Tahoma, sans-serif;
  font-size: 3.5rem; line-height: 1;
  color: var(--accent); opacity: 0.3;
  margin-bottom: 1rem;
}
.proc-title {
  font-family: Tahoma, sans-serif;
  font-size: 1.1rem; color: var(--primary);
  margin-bottom: 0.5rem;
}
.proc-text { font-size: 0.9rem; color: #706860; line-height: 1.65; }

/* ── Contact page ────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
}
.contact-info-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
.c-item { display: flex; align-items: flex-start; gap: 1rem; }
.c-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: var(--bg-alt);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--accent);
}
.c-label {
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-light); margin-bottom: 0.2rem;
}
.c-value { font-size: 1rem; color: var(--primary); }
.c-value a { transition: color 0.25s; }
.c-value a:hover { color: var(--accent-dark); }

.social-cta { margin-top: 2.5rem; }
.social-cta p { font-size: 0.88rem; color: var(--text-light); margin-bottom: 1rem; }
.social-btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.s-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.5rem;
  font-family: Tahoma, sans-serif;
  font-size: 0.88rem; font-weight: 700;
  color: var(--white);
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: opacity 0.25s, transform 0.25s;
}
.s-btn:hover { opacity: 0.88; transform: translateY(-2px); }
.s-btn.wa  { background: #25D366; }
.s-btn.tg  { background: #229ED9; }
.s-btn.ig  { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.s-btn svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

/* Contact form */
.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 2.8rem 2.5rem;
}
.form-card h3 {
  font-family: Tahoma, sans-serif;
  font-size: 1.4rem; color: var(--primary);
  margin-bottom: 1.8rem;
}
.form-group { margin-bottom: 1.4rem; }
.form-group label {
  display: block;
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-light); margin-bottom: 0.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--border);
  background: var(--bg);
  font-family: Tahoma, sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  direction: rtl;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border-color 0.25s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--white);
}
.form-group textarea { height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { width: 100%; margin-top: 0.5rem; }
.form-note { font-size: 0.78rem; color: var(--text-light); margin-top: 0.75rem; text-align: center; }

/* ── Animations ──────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 900px) {
  .cards-grid           { grid-template-columns: 1fr 1fr; }
  .albums-grid          { grid-template-columns: 1fr 1fr; }
  .srv-card             { flex-basis: var(--card-w, 280px); }
  .process-grid         { grid-template-columns: 1fr 1fr; }
  .contact-grid         { grid-template-columns: 1fr; gap: 3rem; }
  .about-grid           { grid-template-columns: 1fr; gap: 3rem; }
  .gallery-mosaic { grid-template-rows: 220px 220px; }
}

@media (max-width: 700px) {
  .srv-arrow { width: 36px; height: 36px; font-size: 1.1rem; }
  .srv-arrow-left { left: 0.15rem; }
  .srv-arrow-right { right: 0.15rem; }
  .nav-links {
    position: fixed;
    top: var(--nav-height); left: 0; right: 0;
    flex-direction: column;
    background: var(--bg);
    border-top: 1px solid var(--border);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    gap: 0;
    display: none;
    z-index: 890;
  }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid var(--border); }
  .nav-links a { display: block; padding: 1rem 2rem; }
  .nav-links a::after { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }

  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
  }
  .gallery-mosaic .g-item:first-child { grid-column: span 2; }

  .cards-grid    { grid-template-columns: 1fr; }
  .albums-grid   { grid-template-columns: 1fr 1fr; }
  .srv-card      { flex-basis: 82vw; }
  .process-grid  { grid-template-columns: 1fr 1fr; }
  .form-row      { grid-template-columns: 1fr; }
  .about-badge   { right: 0; bottom: -1rem; }
  .section-pad   { padding: 4rem 0; }
}

@media (max-width: 480px) {
  .albums-grid  { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 200px);
  }
  .gallery-mosaic .g-item:first-child { grid-column: span 1; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-outline  { margin-inline-start: 0; }
}
