/* Gentleman Coiffure — Barbershop & salon de coiffure homme, Agdal, Rabat.
   Kit-faithful: noir #0E0E10 / anthracite #2A2A2E / ivoire #F5F1E8 / beige #E6D8C0, or champagne #C8A86A EN TOUCHE.
   Cinzel (titres, nav, logo) + Montserrat (accents, corps). Signature: bowler + moustache, monogramme CM.
   L'or est un accent minimal (marque, survol, un filet par section), le site vit en noir + ivoire/beige.
   Static hand-written CSS, partage sur toutes les pages. */

:root {
  --noir: #0E0E10;
  --noir-2: #080809;
  --charbon: #2A2A2E;
  --charbon-2: #17171A;
  --ivoire: #F5F1E8;
  --ivoire-2: #E9E1D2;
  --beige: #E6D8C0;
  --beige-d: #CBB994;
  --or: #C8A86A;
  --or-clair: #DBC08A;
  --or-fonce: #A98A52;
  --brun: #5A3A2A;
  --taupe: #B4A88E;
  --gris: #8B867C;
  --line: rgba(245, 241, 232, 0.12);
  --line-2: rgba(230, 216, 192, 0.20);
  --hair-or: rgba(200, 168, 106, 0.34);
  --serif: "Cinzel", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1200px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--noir); color: var(--ivoire);
  font-family: var(--sans); font-weight: 300; line-height: 1.75;
  overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 300; background: var(--ivoire); color: var(--noir); padding: 10px 16px; font-weight: 600; }
.skip-link:focus { left: 12px; top: 12px; }

/* ============ TYPOGRAPHY HELPERS ============ */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.18; color: var(--ivoire); letter-spacing: .02em; }
.eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; color: var(--beige); }
.eyebrow-line { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--beige); margin-bottom: 20px; }
.eyebrow-line::before { content: ""; width: 40px; height: 1px; background: var(--beige-d); display: inline-block; }
.motto { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--beige); }

/* Bowler ornament divider — the one gold touch per section head */
.orn { display: block; width: 30px; height: auto; margin: 0 auto 16px; }
.orn path { fill: var(--or); }
.rule-orn { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 18px auto 0; max-width: 220px; }
.rule-orn::before, .rule-orn::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--hair-or)); }
.rule-orn::after { background: linear-gradient(90deg, var(--hair-or), transparent); }
.rule-orn span { width: 6px; height: 6px; background: var(--or); transform: rotate(45deg); }

/* ============ BUTTONS ============ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; padding: 16px 32px; cursor: pointer; border: 1px solid var(--ivoire); transition: transform .35s var(--ease), background .35s, color .35s, border-color .35s, box-shadow .35s; white-space: nowrap; }
.btn-solid { background: var(--ivoire); color: var(--noir); border-color: var(--ivoire); }
.btn-solid:hover { background: var(--beige); border-color: var(--beige); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.4); }
.btn-line { background: transparent; color: var(--ivoire); border-color: var(--line-2); }
.btn-line:hover { border-color: var(--or); color: var(--or); transform: translateY(-2px); }
.btn-underline { display: inline-block; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ivoire); padding-bottom: 8px; position: relative; border: 0; background: none; }
.btn-underline::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 62px; background: var(--beige-d); transition: width .4s ease, background .4s; }
.btn-underline:hover { color: var(--beige); }
.btn-underline:hover::after { width: 100%; background: var(--or); }

/* ============ HEADER / NAV ============ */
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 200; transition: background .4s ease, box-shadow .4s ease, border-color .4s; background: linear-gradient(180deg, rgba(8,8,9,.74), rgba(8,8,9,0)); border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(10,10,12,.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(0,0,0,.5); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 90px; }
.brand { justify-self: start; display: flex; align-items: center; gap: 13px; }
.brand-seal { height: 44px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; align-items: flex-start; }
.brand-name { font-family: var(--serif); font-weight: 700; font-size: 18px; letter-spacing: .18em; color: var(--ivoire); }
.brand-tag { font-size: 8px; letter-spacing: .38em; text-transform: uppercase; color: var(--taupe); margin-top: 6px; }
.nav-center { justify-self: center; display: flex; align-items: center; gap: 34px; }
.nav-link { position: relative; font-family: var(--serif); font-size: 14px; font-weight: 500; letter-spacing: .08em; color: var(--ivoire); padding: 6px 0; transition: color .3s; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: var(--or); transition: width .35s ease; }
.nav-link:hover, .nav-link.active { color: var(--beige); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-cta { justify-self: end; padding: 12px 26px; }
.nav-toggle { display: none; width: 46px; height: 46px; background: transparent; border: 0; cursor: pointer; flex-direction: column; justify-content: center; align-items: flex-end; gap: 6px; justify-self: end; z-index: 260; }
.nav-toggle span { display: block; width: 27px; height: 2px; background: var(--ivoire); transition: transform .3s, opacity .3s, width .3s; }
.nav-toggle span:nth-child(2) { width: 20px; }

.mobile-menu { display: none; }

/* ============ HERO ============ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 140px 0 110px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: url(assets/hero.webp) center/cover no-repeat; animation: kenburns 28s ease-in-out infinite alternate; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,9,.74) 0%, rgba(8,8,9,.55) 38%, rgba(8,8,9,.9) 100%); }
@keyframes kenburns { from { transform: scale(1.04); } to { transform: scale(1.13) translateY(-1.5%); } }
.hero-inner { position: relative; z-index: 2; max-width: 780px; padding: 0 24px; }
.hero-logo { width: clamp(180px, 26vw, 250px); height: auto; margin: 0 auto 30px; filter: drop-shadow(0 10px 30px rgba(0,0,0,.55)); }
.hero .motto { display: block; margin-bottom: 20px; }
.hero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(34px, 6vw, 66px); letter-spacing: .04em; margin-bottom: 22px; color: var(--ivoire); text-transform: uppercase; }
.hero-sub { font-size: clamp(14px, 1.6vw, 17px); color: #E9E3D6; font-weight: 300; max-width: 560px; margin: 0 auto 40px; }
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; }

/* Keyword strip under hero */
.keystrip { background: var(--noir-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.keystrip ul { list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 40px; padding: 26px 26px; }
.keystrip li { position: relative; font-family: var(--serif); font-size: 14px; letter-spacing: .28em; text-transform: uppercase; color: var(--ivoire); }
.keystrip li + li::before { content: ""; position: absolute; left: -22px; top: 50%; width: 5px; height: 5px; background: var(--or); transform: translateY(-50%) rotate(45deg); }

/* ============ SECTIONS ============ */
.section { padding: 106px 0; }
.section.alt { background: var(--charbon-2); }
.section.light { background: var(--ivoire); color: var(--charbon); }
.section.light h1, .section.light h2, .section.light h3, .section.light h4 { color: var(--noir); }
.section.light .eyebrow, .section.light .eyebrow-line, .section.light .motto { color: var(--brun); }
.section.light .eyebrow-line::before { background: var(--brun); }
.section.light .btn-underline { color: var(--charbon); }
.section.light .btn-underline::after { background: var(--brun); }
.section.light p { color: #5c5348; }

.sec-head { text-align: center; padding: 0 26px; margin-bottom: 56px; }
.sec-head .eyebrow { display: block; margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(27px, 4.4vw, 44px); }

/* ============ STORY (framed photo + text) ============ */
.story-inner { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; }
.story-visual { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.story-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.story-visual:hover img { transform: scale(1.05); }
.story-visual .frame { position: absolute; inset: 16px; border: 1px solid var(--hair-or); z-index: 2; pointer-events: none; }
.story-text h2 { font-size: clamp(26px, 4.2vw, 42px); margin-bottom: 22px; }
.story-text > p { font-size: clamp(14px, 1.5vw, 16px); margin-bottom: 20px; }
.story-text .btn-underline { margin-top: 10px; }

/* ============ SERVICE IMAGE CARDS ============ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scard { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); }
.scard-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(1.04) contrast(1.02); transition: transform .9s var(--ease), filter .4s; z-index: 0; }
.scard::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,8,9,.05) 0%, rgba(8,8,9,.24) 42%, rgba(8,8,9,.9) 100%); transition: background .4s; }
.scard:hover .scard-img { transform: scale(1.07); filter: brightness(1.1) contrast(1.02); }
.scard-body { position: absolute; left: 0; bottom: 0; z-index: 3; padding: 28px 26px; width: 100%; }
.scard-num { font-family: var(--serif); font-size: 13px; letter-spacing: .2em; color: var(--beige); display: block; margin-bottom: 8px; }
.scard-body h3 { font-size: 20px; color: var(--ivoire); margin-bottom: 8px; letter-spacing: .04em; text-transform: uppercase; }
.scard-body p { font-size: 13px; color: #DcD6Cb; line-height: 1.6; opacity: 0; max-height: 0; transform: translateY(8px); transition: opacity .45s, max-height .45s, transform .45s; overflow: hidden; }
.scard:hover .scard-body p { opacity: 1; max-height: 120px; transform: none; }
.scard-line { width: 42px; height: 2px; background: var(--or); margin-top: 14px; }

/* ============ VALUES ============ */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.value { text-align: center; padding: 0 8px; }
.value .vico { display: block; width: 38px; height: 38px; margin: 0 auto 16px; }
.value .vico svg { display: block; width: 38px; height: 38px; fill: none; stroke: var(--or); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.value h3 { font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: var(--ivoire); margin-bottom: 10px; font-family: var(--sans); font-weight: 600; }
.value p { font-size: 13.5px; color: var(--taupe); line-height: 1.65; }
.section.light .value p { color: #6b6157; }
.section.light .value h3 { color: var(--noir); }
.section.light .value .vico svg { stroke: var(--or-fonce); }

/* ============ INSTAGRAM STRIP ============ */
.igsec { padding: 100px 0; background: var(--charbon-2); }
.ig-head { text-align: center; margin-bottom: 46px; }
.ig-head .eyebrow { display: block; margin-bottom: 12px; }
.ig-head h2 { font-size: clamp(24px, 3.6vw, 36px); text-transform: none; }
.ig-head .ig-handle { display: inline-block; margin-top: 12px; font-family: var(--sans); font-size: 13px; letter-spacing: .1em; color: var(--beige); transition: color .3s; }
.ig-head .ig-handle:hover { color: var(--or); }
.igstrip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.igtile { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--line); display: block; }
.igtile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .4s; }
.igtile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,9,0) 52%, rgba(8,8,9,.62)); opacity: 0; transition: opacity .4s; z-index: 1; }
.igtile .ig-ic { position: absolute; right: 12px; bottom: 12px; width: 22px; height: 22px; z-index: 2; opacity: 0; transform: translateY(6px); transition: opacity .4s, transform .4s; }
.igtile .ig-ic svg { width: 100%; height: 100%; fill: none; stroke: var(--ivoire); stroke-width: 1.6; }
.igtile:hover img { transform: scale(1.07); }
.igtile:hover::after, .igtile:hover .ig-ic { opacity: 1; transform: none; }

/* ============ PAGE BANNER (inner pages) ============ */
.page-banner { position: relative; padding: 186px 0 78px; text-align: center; overflow: hidden; }
.page-banner .pb-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.page-banner::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,8,9,.82), rgba(8,8,9,.92)); }
.page-banner .wrap { position: relative; z-index: 2; }
.page-banner .eyebrow { display: block; margin-bottom: 14px; }
.page-banner h1 { font-size: clamp(34px, 6vw, 60px); text-transform: uppercase; }
.breadcrumb { display: inline-flex; gap: 11px; align-items: center; margin-top: 18px; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--taupe); font-family: var(--sans); }
.breadcrumb a { color: var(--taupe); transition: color .3s; }
.breadcrumb a:hover { color: var(--beige); }
.breadcrumb .sep, .breadcrumb .cur { color: var(--beige); }

/* ============ SERVICES LIST (services page) ============ */
.svc-list { display: grid; gap: 20px; }
.svc-row { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 24px; padding: 26px 30px; background: var(--charbon-2); border: 1px solid var(--line); transition: border-color .35s, transform .35s; }
.svc-row:hover { border-color: var(--hair-or); transform: translateX(4px); }
.svc-ico { display: block; width: 44px; height: 44px; }
.svc-ico svg { display: block; width: 44px; height: 44px; fill: none; stroke: var(--or); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.svc-main h3 { font-size: 20px; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .03em; }
.svc-main p { font-size: 14px; color: var(--taupe); line-height: 1.6; }
.svc-tag { font-family: var(--serif); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--beige); white-space: nowrap; }

/* ============ TARIFS ============ */
.price-note-top { text-align: center; font-size: 13px; color: var(--taupe); letter-spacing: .04em; margin-bottom: 44px; }
.pricing { display: grid; gap: 54px; }
.price-group h2 { font-size: clamp(22px, 3.4vw, 30px); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .04em; }
.price-group .grp-sub { font-size: 13px; color: var(--taupe); letter-spacing: .04em; margin-bottom: 26px; }
.price-list { display: grid; gap: 2px; }
.price-item { display: flex; align-items: baseline; gap: 14px; padding: 17px 4px; border-bottom: 1px dotted var(--line-2); }
.price-item:last-child { border-bottom: 0; }
.price-item .pname { font-size: 15.5px; color: var(--ivoire); font-weight: 400; flex: 0 1 auto; }
.price-item .pname small { display: block; font-size: 12px; color: var(--taupe); font-weight: 300; letter-spacing: .02em; margin-top: 3px; }
.price-item .pdot { flex: 1 1 auto; min-width: 16px; align-self: flex-end; border-bottom: 1px dotted var(--line-2); transform: translateY(-5px); }
.price-item .pprice { font-family: var(--serif); font-size: 18px; color: var(--beige); letter-spacing: .02em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-note { margin-top: 34px; font-size: 13px; color: var(--taupe); text-align: center; letter-spacing: .02em; }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: start; }
.contact-lead h2 { font-size: clamp(25px, 4vw, 38px); margin-bottom: 18px; text-transform: uppercase; }
.contact-lead > p { color: var(--taupe); margin-bottom: 30px; max-width: 430px; }
.ci-list { display: grid; gap: 22px; margin-bottom: 34px; }
.ci-item { display: flex; gap: 18px; align-items: flex-start; }
.ci-item .ci-ico { flex: 0 0 46px; height: 46px; border: 1px solid var(--line-2); display: grid; place-items: center; }
.ci-item .ci-ico svg { width: 21px; height: 21px; fill: none; stroke: var(--or); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.ci-item h3 { font-family: var(--serif); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--beige); margin-bottom: 6px; }
.ci-item p { font-size: 15px; color: var(--ivoire); font-weight: 300; }
.ci-item p a { color: var(--ivoire); transition: color .3s; }
.ci-item p a:hover { color: var(--beige); }
.contact-map { position: relative; min-height: 460px; height: 100%; }
.map-frame { position: absolute; inset: -1px; border: 1px solid var(--line-2); pointer-events: none; z-index: 2; }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 460px; filter: grayscale(.4) contrast(1.05) brightness(.9); border: 0; }

/* Hours grid (contact + footer share styling) */
.hours-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding: 9px 0; border-bottom: 1px dotted var(--line); }
.hours-row:last-child { border-bottom: 0; }
.hours-row .d { color: var(--ivoire); letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.hours-row .t { color: var(--taupe); font-variant-numeric: tabular-nums; }

/* ============ CTA BAND ============ */
.cta-band { position: relative; text-align: center; padding: 106px 0; overflow: hidden; }
.cta-band .cta-bg { position: absolute; inset: 0; z-index: 0; background: url(assets/interior.webp) center/cover; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,8,9,.92), rgba(8,8,9,.85)); }
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band .eyebrow { display: block; margin-bottom: 14px; }
.cta-band h2 { font-size: clamp(25px, 4.2vw, 42px); margin-bottom: 28px; text-transform: uppercase; }

/* ============ FOOTER ============ */
.site-footer { background: var(--noir-2); border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 46px; padding: 74px 0 50px; }
.footer-logo { width: 190px; height: auto; margin-bottom: 18px; }
.footer-brand-tag { font-size: 9px; letter-spacing: .34em; text-transform: uppercase; color: var(--taupe); display: block; margin-bottom: 18px; }
.footer-blurb { font-size: 13.5px; color: var(--taupe); font-weight: 300; max-width: 330px; margin-bottom: 20px; }
.footer-phone { font-family: var(--serif); font-size: 21px; color: var(--ivoire); letter-spacing: .04em; }
.footer-socials { display: flex; gap: 14px; margin-top: 18px; }
.footer-socials a { width: 40px; height: 40px; border: 1px solid var(--line-2); display: grid; place-items: center; transition: border-color .3s, background .3s; }
.footer-socials a svg { width: 18px; height: 18px; fill: var(--beige); transition: fill .3s; }
.footer-socials a:hover { border-color: var(--or); }
.footer-socials a:hover svg { fill: var(--or); }
.footer-col h4 { font-family: var(--serif); font-size: 15px; letter-spacing: .08em; color: var(--ivoire); margin-bottom: 20px; padding-bottom: 13px; border-bottom: 1px solid var(--line); text-transform: uppercase; }
.footer-col ul { list-style: none; display: grid; gap: 12px; }
.footer-col ul a { font-size: 13.5px; color: var(--taupe); transition: color .3s; }
.footer-col ul a:hover { color: var(--beige); }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer-bottom span { font-size: 11.5px; color: #6a675f; letter-spacing: .03em; }
.credit { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); transition: color .3s; }
.credit:hover { color: var(--beige); }

/* ============ REVIEWS ============ */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { padding: 34px 30px; background: var(--charbon-2); border: 1px solid var(--line); position: relative; }
.review .q { font-size: 26px; font-family: var(--serif); color: var(--or); line-height: 1; margin-bottom: 12px; display: block; opacity: .8; }
.review p { font-size: 14.5px; color: var(--ivoire-2); line-height: 1.7; font-weight: 300; margin-bottom: 18px; }
.review .r-name { font-family: var(--serif); font-size: 14px; letter-spacing: .06em; color: var(--beige); }
.section.light .review { background: #fff; border-color: rgba(0,0,0,.06); }
.section.light .review p { color: #554d42; }
.section.light .review .r-name { color: var(--brun); }

/* ============ REVEAL ANIMATIONS ============ */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s ease, transform .9s var(--ease); }
.reveal.left { transform: translateY(32px); }
.reveal.right { transform: translateY(32px); }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s var(--ease); }
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > *:nth-child(2) { transition-delay: .08s; }
.stagger.in > *:nth-child(3) { transition-delay: .16s; }
.stagger.in > *:nth-child(4) { transition-delay: .24s; }
.stagger.in > *:nth-child(5) { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .stagger > * { opacity: 1; transform: none; transition: none; }
  .hero-bg { animation: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .reveal.left, .reveal.right { transform: translateY(30px); }
  .story-inner { grid-template-columns: 1fr; gap: 40px; }
  .story-visual { max-width: 520px; margin: 0 auto; width: 100%; aspect-ratio: 4/5; }
  .values { grid-template-columns: repeat(2, 1fr); gap: 40px 26px; }
  .reviews { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .cta-band .cta-bg { background-attachment: scroll; }
  .igstrip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .nav-center, .nav-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto; height: 76px; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100dvh; background: var(--noir); z-index: 250; padding: 40px 24px; transform: translateY(-100%); transition: transform .45s var(--ease); }
  body.nav-open .mobile-menu { transform: translateY(0); }
  body.nav-open { overflow: hidden; }
  .mobile-menu .m-logo { width: 150px; height: auto; margin-bottom: 8px; }
  .mobile-menu .nav-link { font-family: var(--serif); font-size: 21px; color: var(--ivoire); letter-spacing: .06em; }
  .mobile-menu .btn { margin-top: 12px; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { width: 27px; transform: translateY(-8px) rotate(-45deg); }
  .section, .igsec { padding: 78px 0; }
  .page-banner { padding: 130px 0 58px; }
  .sec-head { margin-bottom: 42px; }
  .cards { grid-template-columns: 1fr; }
  .scard { aspect-ratio: 16 / 11; }
  .scard-body p { opacity: 1; max-height: 130px; transform: none; }
  .svc-row { grid-template-columns: 48px 1fr; gap: 16px; padding: 22px; }
  .svc-tag { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 16px; max-width: 320px; margin: 0 auto; }
  .hero-cta .btn { width: 100%; }
}
@media (max-width: 480px) {
  .values { grid-template-columns: 1fr; }
  .igstrip { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .keystrip ul { gap: 12px 28px; }
}
