/* =====================================================================
   Dress To Impress (D.T.I) — Tailoring, Alterations & Repairs, Nottingham
   Brand palette: NAVY + YELLOW + WHITE
   ===================================================================== */

:root {
  --navy-deep: #16133b;
  --navy: #211d56;
  --navy-2: #2a2566;
  --navy-soft: #322c73;
  --yellow: #f5ce1b;
  --yellow-bright: #ffd83a;
  --yellow-deep: #b8950f;
  --cream: #f2f1fb;
  --cream-2: #e7e4f6;
  --paper: #ffffff;
  --ink: #20203b;
  --muted: #6a6886;
  --line: rgba(33, 29, 86, 0.14);
  --line-dark: rgba(245, 206, 27, 0.32);
  --shadow: 0 18px 50px rgba(22, 19, 59, 0.18);
  --shadow-soft: 0 10px 30px rgba(22, 19, 59, 0.10);
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 0.5em;
  letter-spacing: 0.01em;
  color: var(--navy);
}

p { margin: 0 0 1.1em; }
a { color: var(--navy); text-decoration: none; transition: color .2s ease; }
a:hover { color: #4a43b5; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 14px;
  display: inline-block;
}

.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--navy); color: var(--cream); }
.section--dark .eyebrow { color: var(--yellow-bright); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }

.lead { font-size: 1.16rem; color: var(--muted); max-width: 720px; }
.section--dark .lead { color: rgba(242,241,251,0.82); }

.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

.divider { width: 64px; height: 3px; background: var(--yellow); margin: 18px 0 26px; border: none; border-radius: 2px; }
.center .divider { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; font-size: 0.74rem;
  padding: 15px 30px; border-radius: 3px; cursor: pointer;
  transition: all .25s ease; border: 1.5px solid transparent;
}
.btn--gold { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }
.btn--gold:hover { background: var(--navy); color: var(--yellow); border-color: var(--navy); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: #fff; }
.btn--ghost-light { background: transparent; color: var(--cream); border-color: var(--yellow); }
.btn--ghost-light:hover { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }

/* ---------- Promo bar ---------- */
.promo-bar {
  background: linear-gradient(90deg, var(--yellow), #ffdc4a);
  color: var(--navy);
  text-align: center;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 9px 16px;
}
.promo-bar strong { font-weight: 700; }
.promo-bar a { color: var(--navy); text-decoration: underline; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(22, 19, 59, 0.97);
  backdrop-filter: blur(6px);
  border-bottom: 2px solid var(--yellow);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand__logo { height: 50px; width: 50px; flex: 0 0 auto; display: block; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--serif); font-size: 1.5rem; color: #fff; letter-spacing: 0.03em; font-weight: 600; }
.brand__name .btn-o { color: var(--yellow); }
.brand__tag { font-family: var(--sans); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.26em; color: var(--yellow-bright); margin-top: 5px; }

.nav__links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  display: block; color: rgba(242,241,251,0.86);
  font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.15em;
  font-size: 0.72rem; font-weight: 500; padding: 10px 15px; border-radius: 2px;
}
.nav__links a:hover { color: #fff; }
.nav__links a.active { color: var(--yellow-bright); }
.nav__cta { margin-left: 8px; }
.nav__cta .btn { padding: 11px 20px; }

.nav__toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 26px; height: 2px; background: var(--yellow); margin: 6px 0; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(circle at 80% 16%, rgba(245,206,27,0.16), transparent 46%),
    linear-gradient(160deg, #12102e 0%, #211d56 55%, #2a2566 100%);
  color: var(--cream);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f5ce1b' stroke-opacity='0.06'%3E%3Cpath d='M0 30h60M30 0v60'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.7; pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px;
  align-items: center; min-height: 600px; padding: 84px 0;
}
.hero__title { font-size: clamp(2.8rem, 6vw, 4.7rem); color: #fff; margin-bottom: 18px; }
.hero__title em { color: var(--yellow-bright); font-style: italic; }
.hero__sub { font-size: 1.22rem; color: rgba(242,241,251,0.86); max-width: 540px; margin-bottom: 14px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 22px; margin: 26px 0 34px; font-size: 0.92rem; color: rgba(242,241,251,0.8); }
.hero__meta span { display: inline-flex; align-items: center; gap: 9px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__art { display: flex; justify-content: center; align-items: center; }

.hero__photo {
  position: relative; border-radius: 8px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45); border: 1px solid var(--line-dark);
  aspect-ratio: 4 / 5;
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(18,16,46,0.6)); }
.hero__badge {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  background: rgba(18,16,46,0.82); border: 1px solid var(--line-dark);
  border-radius: 100px; padding: 9px 16px;
  display: inline-flex; align-items: center; gap: 9px; font-size: 0.8rem; color: var(--cream);
}
.hero__badge strong { color: #fff; }
.hero__badge .s { color: var(--yellow); letter-spacing: 1px; }

.rating-chip {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(242,241,251,0.07); border: 1px solid var(--line-dark);
  padding: 12px 20px; border-radius: 100px;
}
.rating-chip__stars { color: var(--yellow); letter-spacing: 2px; font-size: 1rem; }
.rating-chip__num { font-weight: 700; color: #fff; font-family: var(--sans); }
.rating-chip__label { font-size: 0.8rem; color: rgba(242,241,251,0.72); }

/* ---------- Stat bar ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { text-align: center; padding: 34px 18px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat__num { font-family: var(--serif); font-size: 2.5rem; color: var(--navy); line-height: 1; }
.section--dark .stat__num { color: var(--yellow-bright); }
.stat__label { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-top: 8px; }
.section--dark .stat__label { color: rgba(242,241,251,0.72); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: 6px;
  padding: 36px 30px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--yellow); }
.card__icon { width: 52px; height: 52px; margin-bottom: 20px; color: var(--navy); }
.card__icon svg { width: 100%; height: 100%; }
.card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.98rem; margin: 0; }
.card__price { display:block; margin-top: 16px; font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); font-weight: 700; }
.card__price b { color: var(--yellow-deep); }

/* ---------- Split rows ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__art {
  background: linear-gradient(160deg, var(--navy), var(--navy-soft));
  border: 1px solid var(--line-dark); border-radius: 6px; padding: 40px;
  display: flex; align-items: center; justify-content: center; min-height: 340px;
}
.split__art svg { width: 100%; max-width: 320px; color: var(--yellow); }
.split__photo { min-height: 380px; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); position: relative; }
.split__photo img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; }

.checklist { list-style: none; padding: 0; margin: 20px 0 0; }
.checklist li { position: relative; padding: 9px 0 9px 38px; border-bottom: 1px dashed var(--line); font-size: 1rem; }
.checklist li:last-child { border-bottom: none; }
.checklist li::before {
  content: ""; position: absolute; left: 4px; top: 13px; width: 20px; height: 20px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23211d56' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--yellow);
  border-radius: 6px; padding: 32px 28px; box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column;
}
.section--dark .review { background: var(--navy-2); border-color: var(--line-dark); border-top-color: var(--yellow); }
.review__stars { color: var(--yellow); letter-spacing: 3px; margin-bottom: 14px; font-size: 1.05rem; }
.review__text { font-family: var(--serif); font-size: 1.32rem; line-height: 1.4; color: var(--ink); margin-bottom: 18px; }
.section--dark .review__text { color: #fff; }
.review__name { font-family: var(--sans); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--muted); font-weight: 600; }
.section--dark .review__name { color: rgba(242,241,251,0.72); }
.review__badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--yellow-deep); font-weight: 700; margin-top: auto; }
.section--dark .review__badge { color: var(--yellow-bright); }
.review__badge svg { width: 14px; height: 14px; }

.google-card {
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center;
  background: var(--navy-2); border: 1px solid var(--line-dark); border-radius: 8px;
  padding: 26px 36px; box-shadow: var(--shadow-soft); max-width: 640px; margin: 0 auto 8px;
}
.google-card__big { font-family: var(--serif); font-size: 3.4rem; color: var(--yellow-bright); line-height: 1; }
.google-card .stars { color: var(--yellow); letter-spacing: 2px; font-size: 1.1rem; }
.google-card small { display:block; color: rgba(242,241,251,0.72); font-size: 0.85rem; margin-top: 4px; }

/* ---------- Photography ---------- */
.photo { position: relative; border-radius: 6px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Gallery tiles ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tile {
  position: relative; border-radius: 6px; overflow: hidden; min-height: 280px;
  border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(160deg, var(--navy), var(--navy-soft)); color: var(--cream);
}
.tile--photo { background: var(--navy-deep); }
.tile--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tile--photo:hover img { transform: scale(1.07); }
.tile__cap { position: relative; padding: 22px; background: linear-gradient(transparent, rgba(15,13,40,0.94)); }
.tile__cap h4 { font-size: 1.3rem; color: #fff; margin: 0 0 4px; }
.tile__cap span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--yellow-bright); }

/* ---------- Price list ---------- */
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-soft); height: 100%; }
.price-card__head { background: var(--navy); color: #fff; padding: 16px 24px; display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; }
.price-card__head h3 { color: #fff; margin: 0; font-size: 1.5rem; }
.price-card__cols { display: flex; gap: 16px; }
.price-card__cols span { width: 62px; text-align: right; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--yellow-bright); font-weight: 600; }
.prow { display: grid; grid-template-columns: 1fr 62px 62px; column-gap: 16px; align-items: baseline; padding: 12px 24px; border-bottom: 1px solid var(--line); }
.price-card--single .prow { grid-template-columns: 1fr auto; }
.prow:last-child { border-bottom: none; }
.prow:nth-child(even) { background: #faf9fe; }
.prow__name { font-weight: 500; font-size: 0.96rem; color: var(--ink); }
.prow__name small { display: block; color: var(--muted); font-weight: 400; font-size: 0.8rem; }
.prow__p { font-family: var(--serif); font-size: 1.18rem; color: var(--navy); text-align: right; white-space: nowrap; font-weight: 600; }
.prow__p i { font-family: var(--sans); font-style: normal; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); display: block; line-height: 1; margin-bottom: 1px; }
.prow__p.empty { color: var(--cream-2); }
.price-note { font-size: 0.86rem; color: var(--muted); margin-top: 16px; }

.callout {
  background: var(--navy); color: var(--cream); border-radius: 8px; padding: 30px 34px;
  border-left: 5px solid var(--yellow);
}
.callout h3 { color: #fff; margin: 0 0 10px; }
.callout ul { list-style: none; padding: 0; margin: 0; }
.callout li { padding: 8px 0; border-bottom: 1px dashed var(--line-dark); display: flex; justify-content: space-between; gap: 16px; }
.callout li:last-child { border-bottom: none; }
.callout li b { color: var(--yellow-bright); white-space: nowrap; }

/* ---------- Story ---------- */
.story-quote { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.35; color: var(--navy); max-width: 880px; margin: 0 auto; text-align: center; font-style: italic; }
.section--dark .story-quote { color: var(--cream); }
.story-sign { display:block; margin-top: 18px; font-family: var(--sans); font-style: normal; font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow-deep); }
.section--dark .story-sign { color: var(--yellow-bright); }

.timeline { list-style: none; padding: 0; margin: 36px 0 0; }
.timeline li { position: relative; padding: 0 0 26px 34px; border-left: 2px solid var(--line); }
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: -8px; top: 2px; width: 14px; height: 14px; border-radius: 50%; background: var(--yellow); border: 3px solid var(--cream); }
.section--paper .timeline li::before { border-color: #fff; }
.timeline h4 { font-size: 1.3rem; margin: 0 0 4px; }
.timeline p { margin: 0; color: var(--muted); font-size: 0.97rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 40px auto 0; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--serif); font-size: 1.32rem; color: var(--navy); padding: 22px 44px 22px 0; position: relative; }
.section--dark .faq__q { color: var(--cream); }
.faq__q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 1.6rem; color: var(--yellow-deep); transition: transform .3s; }
.section--dark .faq__q::after { color: var(--yellow-bright); }
.faq__item.open .faq__q::after { content: "–"; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { color: var(--muted); margin: 0 0 22px; padding-right: 30px; }
.section--dark .faq__a p { color: rgba(242,241,251,0.8); }

/* ---------- Contact ---------- */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.info-card { text-align: center; padding: 36px 26px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.info-card__icon { width: 46px; height: 46px; margin: 0 auto 16px; color: var(--navy); }
.info-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.info-card p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.info-card a { font-weight: 600; color: var(--navy); }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 13px 4px; border-bottom: 1px dashed var(--line); font-size: 1rem; }
.hours-table td:last-child { text-align: right; font-weight: 600; color: var(--ink); }
.hours-table tr.today td { color: var(--yellow-deep); }
.hours-table tr.today td:last-child { color: var(--yellow-deep); }
.hours-table .closed { color: var(--muted); font-weight: 500; }

.form { display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.13em; font-weight: 600; color: var(--muted); }
.field input, .field select, .field textarea { font-family: var(--sans); font-size: 1rem; padding: 13px 15px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); transition: border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--yellow); }
.form__note { font-size: 0.84rem; color: var(--muted); }
.form-success { display:none; padding: 14px 18px; background: rgba(245,206,27,0.18); border: 1px solid var(--yellow); border-radius: 4px; color: var(--navy); font-weight: 600; }

.map-embed { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; min-height: 320px; box-shadow: var(--shadow-soft); }
.map-embed iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
.map-band { position: relative; }
.map-band .map-embed { min-height: 380px; border-radius: 0; border: none; }
.map-band .map-embed iframe { min-height: 380px; }

/* ---------- Page hero ---------- */
.page-hero {
  background:
    radial-gradient(circle at 82% 0%, rgba(245,206,27,0.16), transparent 50%),
    linear-gradient(160deg, #12102e, #2a2566);
  color: var(--cream); padding: 96px 0 70px; text-align: center;
}
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); color: #fff; }
.page-hero .lead { color: rgba(242,241,251,0.84); margin: 0 auto; }
.breadcrumb { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--yellow-bright); margin-bottom: 18px; }
.breadcrumb a { color: var(--yellow-bright); }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(circle at 18% 50%, rgba(245,206,27,0.18), transparent 55%),
    linear-gradient(135deg, #16133b, #322c73);
  color: var(--cream); text-align: center; padding: 78px 0;
}
.cta-band h2 { font-size: clamp(2rem, 4vw, 3rem); color: #fff; }
.cta-band .lead { margin: 0 auto 30px; color: rgba(242,241,251,0.86); }

/* ---------- Socials ---------- */
.socials { display: flex; gap: 12px; align-items: center; }
.socials a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-dark); color: var(--cream); transition: all .2s; }
.socials a:hover { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }
.socials svg { width: 18px; height: 18px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(242,241,251,0.72); padding: 64px 0 28px; border-top: 3px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 44px; }
.footer-brand .brand__name { color: #fff; }
.footer h4 { color: #fff; font-family: var(--sans); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 18px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; font-size: 0.95rem; }
.footer ul li a { color: rgba(242,241,251,0.72); }
.footer ul li a:hover { color: var(--yellow-bright); }
.footer p { font-size: 0.95rem; color: rgba(242,241,251,0.7); }
.footer-bottom { border-top: 1px solid rgba(242,241,251,0.12); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.82rem; color: rgba(242,241,251,0.5); }
.footer-bottom a { color: rgba(242,241,251,0.6); }

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

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero__inner { grid-template-columns: 1fr; min-height: auto; padding: 60px 0; }
  .hero__art { display: none; }
  .grid--3, .grid--4, .reviews, .gallery-grid, .info-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  /* On phones always show copy first, image second — prevents two section
     images stacking back-to-back and reading like a broken gallery. */
  .split__copy { order: 0; }
  .split__media { order: 1; }
  .split--reverse .split__copy { order: 0; }
  .split--reverse .split__media { order: 1; }
  .split__photo, .split__photo img { min-height: 260px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .google-card { padding: 22px; gap: 18px; }

  .nav__links {
    position: fixed; top: 80px; left: 0; right: 0; background: var(--navy);
    flex-direction: column; align-items: stretch; gap: 0; padding: 10px 0 20px;
    border-bottom: 1px solid var(--line-dark); transform: translateY(-150%);
    transition: transform .35s ease; box-shadow: var(--shadow);
  }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { padding: 14px 28px; }
  .nav__cta { margin: 12px 28px 0; }
  .nav__toggle { display: block; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .container { padding: 0 20px; }
  .grid--3, .grid--4, .reviews, .gallery-grid, .info-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .form .row { grid-template-columns: 1fr; }
  .prow { padding: 11px 18px; }
  .price-card__head { padding: 14px 18px; }
  .hero__meta { gap: 12px; }
}

/* =====================================================================
   Service photo cards + mobile pricing
   ===================================================================== */
.scard {
  background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  box-shadow: var(--shadow-soft); display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.scard:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--yellow); }
.scard__img { position: relative; height: 158px; background: var(--navy); overflow: hidden; }
.scard__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.scard:hover .scard__img img { transform: scale(1.07); }
.scard__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,19,59,0) 52%, rgba(22,19,59,0.5)); }
.scard__tag {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--yellow); color: var(--navy);
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 100px;
}
.scard__tag svg { width: 13px; height: 13px; }
.scard__body { padding: 22px 24px 26px; }
.scard__body h3 { font-size: 1.4rem; margin: 0 0 6px; }
.scard__body p { color: var(--muted); font-size: 0.94rem; margin: 0; }

@media (max-width: 600px) {
  /* 2-column card grids collapse to a single column on phones */
  .grid--2 { grid-template-columns: 1fr; }
  .scard__img { height: 180px; }

  /* Two-column price cards: stack each row with clear labels */
  .price-card:not(.price-card--single) .price-card__cols { display: none; }
  .price-card:not(.price-card--single) .prow { grid-template-columns: 1fr; row-gap: 3px; padding: 14px 18px; }
  .price-card:not(.price-card--single) .prow__name { font-weight: 600; margin-bottom: 4px; }
  .price-card:not(.price-card--single) .prow__p {
    display: flex; align-items: baseline; gap: 6px;
    text-align: left; font-size: 1.05rem; padding: 3px 0;
  }
  .price-card:not(.price-card--single) .prow__p::before {
    content: attr(data-l); margin-right: auto; align-self: center;
    font-family: var(--sans); font-weight: 600;
    font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
  }
  .price-card:not(.price-card--single) .prow__p i { display: inline; margin: 0; }
  .price-card:not(.price-card--single) .prow__p.empty { display: none; }
}
