/* =========================================================
   Fahad Textiles — site styles
   Brand colours are taken from the FT logo (stitch blue).
   ========================================================= */
:root {
  --blue: #1b6fb8;
  --blue-dark: #145a96;
  --blue-deep: #0f2c4a;
  --ink: #17212b;
  --ink-soft: #4c5a68;
  --muted: #7a8794;
  --line: #dfe5ec;
  --paper: #f5f6f7;
  --paper-2: #eceff2;
  --white: #ffffff;
  --thread: #d9a441;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 10px 30px rgba(15, 44, 74, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 44, 74, 0.14);
  --font-head: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
.container { width: min(var(--container), 100% - 2.5rem); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Stitch motif ---------- */
.stitch {
  height: 2px;
  background-image: repeating-linear-gradient(90deg, var(--blue) 0 14px, transparent 14px 24px);
  opacity: .5;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  font-weight: 600; font-size: .95rem; transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(27, 111, 184, .3); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--blue-deep); }
.btn-light:hover { background: var(--paper); transform: translateY(-2px); }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1fb457; transform: translateY(-2px); }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, box-shadow .3s;
}
.header.is-scrolled { background: rgba(255,255,255,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--line); box-shadow: 0 6px 24px rgba(15,44,74,.06); }
.header:not(.is-scrolled) .brand, .header:not(.is-scrolled) .brand-mark, .header:not(.is-scrolled) .nav a:not(.btn) { color: #fff; }
.header:not(.is-scrolled) .brand-tag { color: rgba(255,255,255,.7); }
.header:not(.is-scrolled) .nav a:not(.btn)::after { background: var(--thread); }
.header:not(.is-scrolled) .nav .btn-primary { background: #fff; color: var(--blue-deep); box-shadow: none; }
.header:not(.is-scrolled) .nav-toggle { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); }
.header:not(.is-scrolled) .nav-toggle span, .header:not(.is-scrolled) .nav-toggle span::before, .header:not(.is-scrolled) .nav-toggle span::after { background: #fff; }
.header:not(.is-scrolled) .nav-toggle[aria-expanded="true"] span { background: transparent; }
[id] { scroll-margin-top: 84px; }
.header .container { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .8rem; color: var(--ink); }
.brand-mark { width: 44px; color: var(--blue); }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; line-height: 1; }
.brand-tag { display: block; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: .25rem; font-family: var(--font-body); font-weight: 500; }
.nav { display: flex; align-items: center; gap: 2rem; }
.nav a { font-weight: 500; font-size: .95rem; color: var(--ink-soft); position: relative; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav a:not(.btn):hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a:not(.btn):hover, .nav a.active { color: var(--blue); }
.nav .btn { padding: .65rem 1.2rem; font-size: .9rem; color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: background .2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); transition: transform .25s, top .25s; }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Eyebrow label ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: var(--blue); margin-bottom: 1.2rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background-image: repeating-linear-gradient(90deg, var(--blue) 0 5px, transparent 5px 8px); }

/* ---------- Hero (full-bleed photo) ---------- */
.hero {
  position: relative; overflow: hidden; background: var(--blue-deep); color: #fff; text-align: center;
  min-height: 92vh; display: grid; place-items: center; padding: calc(76px + 5rem) 0 10rem;
}
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.hero-bg-2, .hero-bg-3 { opacity: 0; animation: heroFade 21s ease-in-out infinite; }
.hero-bg-3 { animation-delay: 7s; }
@keyframes heroFade {
  0% { opacity: 0; } 33.3% { opacity: 0; } 40% { opacity: 1; } 66.6% { opacity: 1; } 73.3% { opacity: 0; } 100% { opacity: 0; }
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(15,44,74,.55) 0%, rgba(15,44,74,.22) 40%, rgba(15,44,74,.3) 70%, rgba(15,44,74,.85) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(60% 70% at 50% 52%, rgba(10,30,52,.72) 0%, rgba(10,30,52,.45) 45%, transparent 78%);
}
.hero-inner { position: relative; z-index: 2; max-width: 54rem; }
.eyebrow-light { color: var(--thread); }
.eyebrow-light::before { background-image: repeating-linear-gradient(90deg, var(--thread) 0 5px, transparent 5px 8px); }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.6rem); font-weight: 700; color: #fff; text-shadow: 0 4px 30px rgba(0,0,0,.45); }
.hero h1 em { font-style: normal; color: #9ccdff; }
.hero .lead { font-size: clamp(1rem, 1.4vw, 1.18rem); color: rgba(255,255,255,.9); max-width: 38rem; margin: 1.4rem auto 2.2rem; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.btn-ghost { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.14); transform: translateY(-2px); }
.hero-points { display: flex; flex-wrap: wrap; gap: .6rem 1.8rem; margin: 2.6rem 0 0; padding: 0; list-style: none; justify-content: center; }
.hero-points li { display: flex; align-items: center; gap: .5rem; font-size: .9rem; color: rgba(255,255,255,.88); font-weight: 500; }
.hero-points svg { width: 18px; height: 18px; color: var(--thread); flex: none; }

/* ---------- Photo strip (overlaps hero bottom) ---------- */
.photo-strip { position: relative; z-index: 2; margin-top: -6.5rem; overflow: hidden; padding: .6rem 0 1rem; }
.photo-track { display: flex; gap: 1.1rem; width: max-content; animation: marquee 48s linear infinite; padding-left: 1.1rem; }
.photo-track img { width: 300px; height: 200px; object-fit: cover; border-radius: 16px; border: 4px solid #fff; box-shadow: 0 18px 40px rgba(15,44,74,.22); }
.photo-track img:nth-child(odd) { transform: translateY(14px); }

/* ---------- Marquee strip ---------- */
.strip { background: var(--blue-deep); color: #fff; overflow: hidden; padding: .9rem 0; }
.strip-track { display: flex; gap: 3rem; white-space: nowrap; animation: marquee 32s linear infinite; width: max-content; }
.strip-track span { font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; opacity: .9; display: inline-flex; align-items: center; gap: 3rem; }
.strip-track span::after { content: "\2726"; color: var(--thread); font-size: .7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 6rem 0; }
.section-alt { background: var(--paper); }
.section-head { max-width: 46rem; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); color: var(--blue-deep); margin-bottom: .9rem; }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.service {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.6rem;
  position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--thread)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.service:hover::before { transform: scaleX(1); }
.service-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(27,111,184,.1); color: var(--blue); display: grid; place-items: center; margin-bottom: 1.3rem; }
.service-icon svg { width: 28px; height: 28px; }
.service h3 { font-size: 1.2rem; margin-bottom: .6rem; color: var(--blue-deep); }
.service p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 1rem; }
.service ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
.service li { font-size: .88rem; color: var(--ink-soft); padding-left: 1.2rem; position: relative; }
.service li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 2px; background: var(--blue); }

/* Why us */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-list { display: grid; gap: 1.4rem; }
.why-item { display: flex; gap: 1.1rem; }
.why-item .num { flex: none; width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--blue); color: var(--blue); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: .95rem; }
.why-item h3 { font-size: 1.1rem; color: var(--blue-deep); margin-bottom: .3rem; }
.why-item p { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.why-panel {
  border-radius: var(--radius-lg); padding: 2.5rem; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--blue) 0%, var(--blue-deep) 100%); box-shadow: var(--shadow-lg);
}
.why-panel::after { content: ""; position: absolute; right: -40px; bottom: -60px; width: 320px; height: 320px; border-radius: 50%; border: 24px solid rgba(255,255,255,.07); }
.why-panel .brand-mark { width: 84px; color: #fff; opacity: .95; margin-bottom: 1.6rem; }
.why-panel h3 { font-size: 1.6rem; margin-bottom: .8rem; }
.why-panel p { color: rgba(255,255,255,.82); position: relative; }
.why-panel .tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; position: relative; }
.why-panel .tags span { padding: .4rem .8rem; border-radius: 999px; background: rgba(255,255,255,.12); font-size: .8rem; font-weight: 500; }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; counter-reset: step; position: relative; }
.steps::before { content: ""; position: absolute; top: 34px; left: 12%; right: 12%; height: 2px; background-image: repeating-linear-gradient(90deg, var(--blue) 0 10px, transparent 10px 18px); opacity: .4; }
.step { text-align: center; padding: 0 .6rem; position: relative; }
.step-icon { width: 68px; height: 68px; margin: 0 auto 1.2rem; border-radius: 50%; background: #fff; border: 2px solid var(--blue); color: var(--blue); display: grid; place-items: center; position: relative; box-shadow: var(--shadow); }
.step-icon svg { width: 30px; height: 30px; }
.step-icon::after { counter-increment: step; content: counter(step); position: absolute; top: -8px; right: -8px; width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color: #fff; font-size: .75rem; font-weight: 700; display: grid; place-items: center; font-family: var(--font-head); }
.step h3 { font-size: 1.1rem; color: var(--blue-deep); margin-bottom: .4rem; }
.step p { color: var(--ink-soft); font-size: .92rem; margin: 0; }

/* Work / gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.work {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper-2);
  display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s, box-shadow .25s;
}
.work:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.work img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.work-ph { position: absolute; inset: 0; display: grid; place-items: center; color: var(--blue); }
.work-ph svg { width: 34%; opacity: .35; }
.work-ph::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, rgba(27,111,184,.06) 0 6px, transparent 6px 22px); }
.work-body { position: relative; padding: 3rem 1.3rem 1.2rem; background: linear-gradient(to top, rgba(15,44,74,.92), rgba(15,44,74,0)); color: #fff; }
.work-body span { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; opacity: .8; margin-bottom: .2rem; }
.work-body h3 { font-size: 1.05rem; }
.gallery-note { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 1.6rem; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text p { color: var(--ink-soft); font-size: 1.02rem; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1rem; }
.stat strong { display: block; font-family: var(--font-head); font-size: 1.35rem; color: var(--blue); }
.stat span { font-size: .8rem; color: var(--muted); }
.about-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.about-tile { border-radius: var(--radius-lg); background: var(--paper-2); aspect-ratio: 1; display: grid; place-items: center; color: var(--blue); position: relative; overflow: hidden; }
.about-tile svg { width: 40%; opacity: .5; }
.about-tile.accent { background: var(--blue); color: #fff; }
.about-tile.accent svg { opacity: .9; }
.about-tile.tall { grid-row: span 2; aspect-ratio: auto; }
.about-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Testimonials */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; position: relative; }
.quote::before { content: "\201C"; position: absolute; top: .6rem; left: 1.4rem; font-family: Georgia, serif; font-size: 4rem; color: var(--blue); opacity: .18; line-height: 1; }
.quote p { color: var(--ink-soft); font-size: .98rem; position: relative; }
.quote footer { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: var(--font-head); font-size: .95rem; }
.quote footer strong { display: block; font-size: .92rem; }
.quote footer span { font-size: .8rem; color: var(--muted); }

/* FAQ */
.faq { max-width: 52rem; margin: 0 auto; display: grid; gap: .8rem; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 1.4rem; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary { list-style: none; cursor: pointer; padding: 1.1rem 0; font-weight: 600; font-family: var(--font-head); font-size: 1rem; color: var(--blue-deep); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--blue); transition: transform .25s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-soft); padding-bottom: 1.2rem; margin: 0; font-size: .96rem; }

/* CTA band */
.cta { background: linear-gradient(120deg, var(--blue) 0%, var(--blue-deep) 100%); color: #fff; }
.cta .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3.5rem 0; }
.cta h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: .4rem; }
.cta p { margin: 0; color: rgba(255,255,255,.82); }

/* Contact */
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; }
.contact-cards { display: grid; gap: 1rem; align-content: start; }
.contact-card { display: flex; gap: 1rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-card .ico { flex: none; width: 46px; height: 46px; border-radius: 12px; background: rgba(27,111,184,.1); color: var(--blue); display: grid; place-items: center; }
.contact-card .ico svg { width: 22px; height: 22px; }
.contact-card h3 { font-size: 1rem; color: var(--blue-deep); margin-bottom: .2rem; }
.contact-card p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.contact-card a:hover { color: var(--blue); }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.2rem; box-shadow: var(--shadow); }
.form h3 { font-size: 1.3rem; color: var(--blue-deep); margin-bottom: .3rem; }
.form > p { color: var(--muted); font-size: .92rem; margin-bottom: 1.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 600; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .95rem; border: 1px solid var(--line); border-radius: 10px; font: inherit; color: var(--ink); background: var(--paper);
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(27,111,184,.12); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.form-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; align-items: center; }
.form-note { font-size: .82rem; color: var(--muted); width: 100%; margin: .4rem 0 0; }

/* Footer */
.footer { background: var(--blue-deep); color: rgba(255,255,255,.8); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer .brand { color: #fff; }
.footer .brand-mark { color: #fff; }
.footer .brand-tag { color: rgba(255,255,255,.6); }
.footer p { font-size: .92rem; }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: 1rem; letter-spacing: .04em; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer li a { font-size: .92rem; transition: color .2s; }
.footer li a:hover { color: #fff; }
.socials { display: flex; gap: .6rem; margin-top: 1.2rem; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.1); display: grid; place-items: center; transition: background .2s; }
.socials a:hover { background: var(--blue); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 3rem; padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; font-size: .82rem; color: rgba(255,255,255,.55); }

/* Floating WhatsApp */
.wa-float {
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(37,211,102,.4); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .strip-track, .photo-track { animation: none; }
  .hero-bg-2, .hero-bg-3 { display: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; }
  .steps::before { display: none; }
  .quotes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 76px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0;
    padding: .6rem 1.25rem 1.25rem; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(15,44,74,.1);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s;
  }
  .nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav a:not(.btn) { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .nav .btn { margin-top: 1rem; justify-content: center; }
  .nav-toggle { display: flex; }
  .header:not(.is-scrolled) .nav.open a:not(.btn) { color: var(--ink-soft); }
  .header:not(.is-scrolled) .nav.open .btn-primary { background: var(--blue); color: #fff; }
  .hero { min-height: 0; padding: calc(76px + 3.5rem) 0 8rem; }
  .photo-strip { margin-top: -5rem; }
  .photo-track img { width: 220px; height: 150px; }
  .why, .about, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .cta .container { flex-direction: column; align-items: flex-start; }
  .section { padding: 4.5rem 0; }
}
@media (max-width: 560px) {
  .services-grid, .steps, .gallery, .about-stats, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .about-visual { grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .form { padding: 1.5rem; }
  .hero .eyebrow::before { display: none; }
  .hero .eyebrow { font-size: .7rem; }
  .brand-tag { display: none; }
}

/* ---------- Photography ---------- */

.service-img { margin: -2rem -1.6rem 1.4rem; height: 170px; overflow: hidden; background: var(--paper-2); }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service:hover .service-img img { transform: scale(1.05); }
.service .service-icon { width: 48px; height: 48px; margin-top: -3.9rem; margin-bottom: 1rem; position: relative; background: #fff; box-shadow: var(--shadow); border: 3px solid #fff; }
.service .service-icon svg { width: 24px; height: 24px; }

.work img { transition: transform .6s ease; }
.work:hover img { transform: scale(1.05); }
.work-body { z-index: 1; }

.about-tile.accent { display: grid; place-items: center; }
.about-tile.accent svg { width: 52%; opacity: 1; }

.why-panel .why-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .18; mix-blend-mode: luminosity; }
.why-panel > :not(.why-bg) { position: relative; }

.cta { position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; mix-blend-mode: luminosity; }
.cta .container { position: relative; }

@media (max-width: 560px) {
    }
