/* =========================================================
   T'LUX CAR DETAILING — Premium Stylesheet
   ========================================================= */

:root {
  --black:      #0d0d0f;
  --charcoal:   #16161a;
  --charcoal-2: #1e1e24;
  --gold:       #c9a24b;
  --gold-light: #e3c884;
  --gold-deep:  #a9842f;
  --cream:      #f6f3ec;
  --soft:       #f3f1ec;
  --white:      #ffffff;
  --text:       #2a2a2e;
  --text-soft:  #5d5d66;
  --text-dim:   #9a9aa3;
  --line:       #e6e3dc;
  --radius:     14px;
  --radius-lg:  22px;
  --shadow:     0 18px 50px rgba(0,0,0,.10);
  --shadow-lg:  0 30px 70px rgba(0,0,0,.22);
  --ease:       cubic-bezier(.22,.61,.36,1);
  --serif:      'Playfair Display', Georgia, serif;
  --sans:       'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: min(1200px, 92%); margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--sans); font-weight: 600; font-size: .95rem;
  letter-spacing: .02em; padding: .95rem 1.8rem; border-radius: 50px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.btn--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--black); box-shadow: 0 12px 30px rgba(201,162,75,.35);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(201,162,75,.5); }
.btn--ghost {
  background: rgba(255,255,255,.08); color: var(--white);
  border-color: rgba(255,255,255,.5); backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: var(--white); color: var(--black); transform: translateY(-3px); }
.btn--outline { background: transparent; color: var(--gold-deep); border-color: var(--gold); }
.btn--outline:hover { background: var(--gold); color: var(--black); transform: translateY(-3px); }
.btn--block { width: 100%; }
.btn--lg { padding: 1.15rem 2.4rem; font-size: 1.05rem; }

/* ---------- Top Bar ---------- */
.topbar {
  background: var(--black); color: var(--text-dim);
  font-size: .82rem; padding: .5rem 0;
}
.topbar__inner { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.topbar i { color: var(--gold); margin-right: .35rem; }
.topbar__divider { color: #3a3a40; }
.topbar__phone { color: var(--gold-light); font-weight: 600; }
.topbar__phone:hover { color: var(--white); }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13,13,15,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .3s var(--ease), padding .3s var(--ease);
}
.nav.scrolled { background: rgba(13,13,15,.99); box-shadow: 0 8px 30px rgba(0,0,0,.4); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; padding: .9rem 0; }

.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand__logo {
  height: 56px; width: auto; display: block;
  transition: transform .3s var(--ease);
}
.brand:hover .brand__logo { transform: scale(1.03); }
.brand--light .brand__logo { height: 64px; }
/* legacy icon/text styles kept for the admin login card */
.brand__icon {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  color: var(--black); border-radius: 11px; font-size: 1.15rem;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong {
  font-family: var(--serif); font-size: 1.2rem; color: var(--white);
  letter-spacing: .03em;
}
.brand__text small { font-size: .68rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); }
.brand--light .brand__text strong { color: var(--white); }

.nav__links { display: flex; align-items: center; gap: 1.9rem; }
.nav__links a {
  color: #d8d8de; font-size: .92rem; font-weight: 500;
  position: relative; transition: color .2s var(--ease);
}
.nav__links a:not(.nav__cta):hover { color: var(--gold-light); }
.nav__links a:not(.nav__cta)::after {
  content: ''; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px; background: var(--gold); transition: width .25s var(--ease);
}
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--black) !important; font-weight: 600;
  padding: .6rem 1.4rem; border-radius: 50px;
  box-shadow: 0 8px 22px rgba(201,162,75,.3);
}
.nav__cta:hover { transform: translateY(-2px); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 26px; height: 2.5px; background: var(--white); border-radius: 2px; transition: .3s var(--ease); }
.nav__toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  color: var(--white); overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  background-color: #1a1a1f;
  background-image: linear-gradient(135deg, #1a1a1f, #2c2c34);
  transform: scale(1.05); animation: heroZoom 18s var(--ease) infinite alternate;
}
@keyframes heroZoom { to { transform: scale(1.16); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(13,13,15,.94) 0%, rgba(13,13,15,.72) 45%, rgba(13,13,15,.32) 100%),
    linear-gradient(to top, rgba(13,13,15,.85), transparent 55%);
}
.hero__content {
  position: relative; z-index: 2; padding: 6rem 0;
  max-width: 760px; margin: 0 auto; text-align: center;
}
.hero__logo {
  width: min(600px, 92%);
  height: auto;
  display: block;
  margin: 0 auto 1.2rem;
  filter:
    drop-shadow(0 0 28px rgba(0, 0, 0, 0.55))
    drop-shadow(0 16px 38px rgba(0, 0, 0, 0.6));
  animation: heroLogoIn 0.9s var(--ease) both;
}
@keyframes heroLogoIn {
  from { opacity: 0; transform: translateY(-14px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .8rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-light); font-weight: 600;
  border: 1px solid rgba(201,162,75,.4); padding: .45rem 1rem; border-radius: 50px;
  margin-bottom: 1.6rem;
}
.hero__title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.4rem, 5.4vw, 4.2rem); line-height: 1.12; margin-bottom: 1.3rem;
}
.hero__title span { color: var(--gold-light); font-style: italic; }
.hero__text {
  font-size: clamp(1rem, 1.4vw, 1.18rem); color: #d6d6dc;
  max-width: 580px; margin: 0 auto 2.2rem; font-weight: 300;
}
.hero__actions {
  display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.6rem;
  justify-content: center;
}
.hero__badges {
  display: flex; flex-wrap: wrap; gap: 1.4rem 2rem;
  padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.12);
  justify-content: center;
}
.hero__badges li { font-size: .9rem; color: #e2e2e8; font-weight: 500; }
.hero__badges i { color: var(--gold); margin-right: .5rem; }
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 2; width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white);
  animation: bob 2s var(--ease) infinite;
}
@keyframes bob { 50% { transform: translate(-50%, 8px); } }

/* ---------- Trust Strip ---------- */
.trust { background: var(--black); padding: 2.4rem 0; border-top: 1px solid rgba(255,255,255,.05); }
.trust__inner {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; text-align: center;
}
.trust__item strong {
  display: block; font-family: var(--serif); font-size: 2rem; color: var(--gold-light);
}
.trust__item span { font-size: .85rem; color: var(--text-dim); letter-spacing: .04em; }

/* ---------- Sections ---------- */
.section { padding: 6rem 0; }
.section--dark { background: var(--charcoal); color: var(--white); }
.section--soft { background: var(--soft); }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 3.4rem; }
.section__eyebrow {
  font-size: .8rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 700; margin-bottom: .8rem;
}
.section--dark .section__eyebrow { color: var(--gold-light); }
.section__title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.2; margin-bottom: 1rem;
}
.section__sub { color: var(--text-soft); font-size: 1.04rem; font-weight: 300; }
.section--dark .section__sub { color: #b9b9c2; }

/* ---------- Services ---------- */
.services__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem;
}
.service-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }
.service-card__img {
  height: 170px; background-size: cover; background-position: center;
  background-color: #d9d6cf;
  background-image: linear-gradient(135deg, #2c2c34, #1a1a1f);
}
.service-card__body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.service-card__body h3 { font-family: var(--serif); font-size: 1.25rem; margin-bottom: .5rem; }
.service-card__body p { font-size: .9rem; color: var(--text-soft); flex: 1; }
.service-card__foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line);
}
.price { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--gold-deep); }
.link-arrow { font-size: .82rem; font-weight: 600; color: var(--text); display: inline-flex; align-items: center; gap: .35rem; }
.link-arrow i { transition: transform .25s var(--ease); }
.link-arrow:hover { color: var(--gold-deep); }
.link-arrow:hover i { transform: translateX(4px); }
.services__note {
  text-align: center; margin-top: 2.6rem; color: var(--text-soft); font-size: .95rem;
  background: var(--soft); padding: 1rem 1.5rem; border-radius: 50px; display: inline-flex;
  gap: .5rem; align-items: center; width: fit-content; margin-inline: auto;
}
.services__note i { color: var(--gold-deep); }
:where(.section) > .container { display: block; }

/* ---------- Packages ---------- */
.packages__grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; align-items: stretch;
}
.pkg {
  background: var(--charcoal-2); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg); padding: 2.4rem 2rem; position: relative;
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), border-color .35s var(--ease);
}
.pkg:hover { transform: translateY(-8px); border-color: rgba(201,162,75,.5); }
.pkg--featured {
  background: linear-gradient(180deg, #23232b, #18181d);
  border-color: var(--gold); box-shadow: 0 30px 70px rgba(0,0,0,.5);
  transform: scale(1.04);
}
.pkg--featured:hover { transform: scale(1.04) translateY(-8px); }
.pkg__tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--black); font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; padding: .4rem 1.1rem; border-radius: 50px; white-space: nowrap;
}
.pkg__name { font-family: var(--serif); font-size: 1.5rem; color: var(--white); }
.pkg__for { font-size: .88rem; color: var(--text-dim); margin-bottom: 1.2rem; }
.pkg__price {
  font-family: var(--serif); font-size: 3.2rem; font-weight: 700;
  color: var(--gold-light); line-height: 1; margin-bottom: 1.5rem;
}
.pkg__currency { font-size: 1.3rem; vertical-align: super; margin-right: 2px; }
.pkg__list { flex: 1; margin-bottom: 1.8rem; }
.pkg__list li {
  font-size: .92rem; color: #c9c9d1; padding: .55rem 0;
  border-bottom: 1px dashed rgba(255,255,255,.08); display: flex; gap: .65rem; align-items: flex-start;
}
.pkg__list li:last-child { border-bottom: 0; }
.pkg__list i { color: var(--gold); margin-top: .25rem; font-size: .8rem; }
.packages__note { text-align: center; margin-top: 2rem; font-size: .88rem; color: var(--text-dim); }

/* ---------- Why Us ---------- */
.why__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
.why__card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem; transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.why__card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.why__icon {
  width: 58px; height: 58px; display: grid; place-items: center;
  background: linear-gradient(135deg, #fbf4e3, #f0e2bf);
  color: var(--gold-deep); border-radius: 14px; font-size: 1.4rem; margin-bottom: 1.1rem;
}
.why__card h3 { font-family: var(--serif); font-size: 1.25rem; margin-bottom: .5rem; }
.why__card p { font-size: .92rem; color: var(--text-soft); }

/* ---------- Process ---------- */
.process__grid {
  display: flex; align-items: flex-start; justify-content: center; gap: 1rem;
}
.process__step { flex: 1; text-align: center; max-width: 300px; }
.process__num {
  width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 1.2rem;
  background: var(--black); color: var(--gold-light); border-radius: 50%;
  font-family: var(--serif); font-size: 1.8rem; font-weight: 700;
  border: 2px solid var(--gold);
}
.process__step h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: .5rem; }
.process__step p { font-size: .93rem; color: var(--text-soft); }
.process__line {
  flex: .5; height: 2px; margin-top: 35px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 8px, transparent 8px 16px);
}

/* ---------- Gallery ---------- */
.gallery__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 1.1rem;
}
.gallery__item {
  background-size: cover; background-position: center; border-radius: var(--radius);
  background-color: #2c2c34;
  background-image: linear-gradient(135deg, #2c2c34, #1a1a1f);
  position: relative; overflow: hidden; cursor: pointer;
}
.gallery__item::after {
  content: '\f00e'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(13,13,15,.55); color: var(--gold-light); font-size: 1.6rem;
  opacity: 0; transition: opacity .3s var(--ease);
}
.gallery__item:hover::after { opacity: 1; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* ---------- Service Area ---------- */
.area__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3.5rem; align-items: center; }
.area__sub { margin-bottom: 1.8rem; }
.area__list {
  display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem 1.5rem; margin-bottom: 2rem;
}
.area__list li { font-size: .93rem; color: #c9c9d1; }
.area__list i { color: var(--gold); margin-right: .5rem; }
.area__map {
  position: relative; height: 380px; border-radius: var(--radius-lg);
  background-size: cover; background-position: center;
  background-color: #2c2c34;
  background-image: linear-gradient(135deg, #2c2c34, #1a1a1f);
  border: 1px solid rgba(255,255,255,.1); overflow: hidden;
}
.area__map::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,13,15,.6), transparent);
}
.area__pin {
  position: absolute; bottom: 20px; left: 20px; z-index: 2;
  background: rgba(13,13,15,.85); color: var(--gold-light); font-weight: 600;
  font-size: .9rem; padding: .6rem 1.1rem; border-radius: 50px;
  border: 1px solid rgba(201,162,75,.4); backdrop-filter: blur(6px);
}
.area__pin i { margin-right: .4rem; }

/* ---------- Reviews ---------- */
.reviews__rating {
  display: flex; align-items: center; justify-content: center; gap: .7rem;
  margin-top: 1rem; font-size: .92rem; color: var(--text-soft);
}
.stars, .review__stars { color: var(--gold); letter-spacing: .12em; }
.reviews__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
.review {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.8rem; box-shadow: var(--shadow);
}
.review__stars { font-size: 1.05rem; margin-bottom: .9rem; }
.review p { font-size: .95rem; color: var(--text-soft); font-style: italic; margin-bottom: 1.4rem; }
.review__author { display: flex; align-items: center; gap: .8rem; }
.review__avatar {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  color: var(--black); font-weight: 700; border-radius: 50%; font-family: var(--serif);
}
.review__author strong { display: block; font-size: .95rem; }
.review__author small { color: var(--text-dim); font-size: .82rem; }

/* ---------- Contact ---------- */
.contact__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 3.5rem; align-items: start; }
.contact__list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.2rem; }
.contact__list li { display: flex; gap: 1rem; align-items: center; }
.contact__ic {
  width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center;
  background: rgba(201,162,75,.14); color: var(--gold-light);
  border-radius: 12px; font-size: 1.15rem;
}
.contact__list small { display: block; font-size: .76rem; color: var(--text-dim); letter-spacing: .08em; text-transform: uppercase; }
.contact__list a, .contact__list span { color: var(--white); font-weight: 600; font-size: 1.05rem; }
.contact__list a:hover { color: var(--gold-light); }

.contact__form {
  background: var(--white); color: var(--text); border-radius: var(--radius-lg);
  padding: 2.4rem; box-shadow: var(--shadow-lg);
}
.contact__form h3 { font-family: var(--serif); font-size: 1.55rem; }
.contact__formsub { font-size: .9rem; color: var(--text-soft); margin-bottom: 1.6rem; }
.field { margin-bottom: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label {
  display: block; font-size: .82rem; font-weight: 600; margin-bottom: .4rem; color: var(--text);
}
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: .95rem;
  padding: .8rem 1rem; border: 1.5px solid var(--line); border-radius: 10px;
  background: #faf9f6; color: var(--text); transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,162,75,.15); background: var(--white);
}
.field textarea { resize: vertical; }
.contact__form .btn { margin-top: .6rem; }
.contact__formnote {
  margin-top: 1rem; padding: .85rem 1rem; border-radius: 10px;
  background: #eaf7ec; color: #1f7a32; font-size: .9rem; font-weight: 500; text-align: center;
}
.contact__formtiny { margin-top: 1rem; font-size: .85rem; color: var(--text-soft); text-align: center; }
.contact__formtiny a { color: var(--gold-deep); font-weight: 700; }

/* ---------- CTA Banner ---------- */
.cta {
  background:
    linear-gradient(rgba(13,13,15,.92), rgba(13,13,15,.92)),
    linear-gradient(135deg, #2c2c34, #1a1a1f);
  color: var(--white); text-align: center; padding: 5rem 0;
}
.cta__inner { max-width: 640px; margin: 0 auto; }
.cta h2 { font-family: var(--serif); font-size: clamp(1.8rem,3.4vw,2.6rem); margin-bottom: .8rem; }
.cta p { color: #c2c2cb; margin-bottom: 1.8rem; font-weight: 300; }

/* ---------- Footer ---------- */
.footer { background: var(--black); color: #b6b6bf; padding-top: 4rem; }
.footer__inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 3rem;
}
.footer__brand p { font-size: .9rem; margin: 1rem 0 1.2rem; max-width: 320px; }
.footer__social { display: flex; gap: .7rem; }
.footer__social a {
  width: 40px; height: 40px; display: grid; place-items: center;
  background: var(--charcoal-2); border-radius: 10px; color: var(--gold-light);
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.footer__social a:hover { background: var(--gold); color: var(--black); transform: translateY(-3px); }
.footer__col h4 {
  color: var(--white); font-size: 1rem; margin-bottom: 1.1rem;
  font-family: var(--serif); font-weight: 600;
}
.footer__col a, .footer__col span {
  display: block; font-size: .9rem; padding: .32rem 0; color: #b6b6bf;
  transition: color .2s var(--ease);
}
.footer__col a:hover { color: var(--gold-light); }
.footer__col i { color: var(--gold); margin-right: .5rem; width: 16px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 1.4rem 0; }
.footer__bottominner {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem;
  font-size: .82rem; color: var(--text-dim);
}

/* ---------- Sticky Call Bar (mobile) ---------- */
.callbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--black); font-weight: 700; text-align: center;
  padding: 1rem; font-size: 1rem; box-shadow: 0 -8px 24px rgba(0,0,0,.25);
}
.callbar i { margin-right: .4rem; }

/* ---------- Reveal Animation ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .services__grid { grid-template-columns: repeat(2,1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .gallery__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .brand__logo { height: 48px; }
  .brand--light .brand__logo { height: 58px; }
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed; top: 0; right: -100%; height: 100vh; width: min(82%, 320px);
    background: var(--charcoal); flex-direction: column; align-items: flex-start;
    padding: 6rem 2rem 2rem; gap: 1.4rem; transition: right .35s var(--ease);
    box-shadow: -20px 0 60px rgba(0,0,0,.5);
  }
  .nav__links.open { right: 0; }
  .nav__links a { font-size: 1.05rem; width: 100%; }
  .nav__cta { width: 100%; text-align: center; }

  .trust__inner { grid-template-columns: repeat(2,1fr); gap: 1.6rem; }
  .packages__grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .pkg--featured { transform: none; }
  .pkg--featured:hover { transform: translateY(-8px); }
  .why__grid { grid-template-columns: 1fr; }
  .process__grid { flex-direction: column; align-items: center; }
  .process__line { width: 2px; height: 36px; flex: none;
    background: repeating-linear-gradient(180deg, var(--gold) 0 8px, transparent 8px 16px); margin-top: 0; }
  .area__inner, .contact__inner { grid-template-columns: 1fr; gap: 2.4rem; }
  .reviews__grid { grid-template-columns: 1fr; }
  .callbar { display: block; }
  body { padding-bottom: 56px; }
  .topbar { display: none; }
  .section { padding: 4.2rem 0; }
}

@media (max-width: 560px) {
  .services__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gallery__item--wide, .gallery__item--tall { grid-column: auto; grid-row: auto; }
  .area__list { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .contact__form { padding: 1.6rem; }
  .hero__content { padding: 4.5rem 0; }
  .hero__logo { width: min(360px, 92%); margin-bottom: 1.1rem; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ---- Owner login link in footer ---- */
.footer__adminlink { color: inherit; opacity: 0.7; text-decoration: underline; }
.footer__adminlink:hover { opacity: 1; }
