@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Bebas+Neue&display=swap");

:root {
  --navy: #0d223d;
  --navy-2: #142d4c;
  --red: #cf3b2e;
  --red-dark: #a8291f;
  --sand: #f4efe4;
  --cream: #fbf7ef;
  --gold: #d4a44a;
  --charcoal: #151515;
  --steel: #5f6772;
  --line: rgba(13, 34, 61, 0.12);
  --shadow: 0 18px 40px rgba(11, 20, 36, 0.14);
  --radius: 22px;
  --container: min(1180px, calc(100vw - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  color: var(--charcoal);
  background:
    radial-gradient(circle at top right, rgba(207, 59, 46, 0.08), transparent 32%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2e7 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  overflow-x: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, var(--navy) 0%, #09182c 100%);
  color: var(--sand);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
}

.topbar-badge strong {
  color: var(--gold);
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: rgba(244, 239, 228, 0.82);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(13, 34, 61, 0.98) 0%, rgba(13, 34, 61, 0.92) 100%);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(5, 12, 22, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 98px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.15rem 0;
  min-width: 0;
}

.brand img {
  width: clamp(250px, 31vw, 420px);
  height: auto;
  display: block;
}

.mobile-toggle {
  display: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: white;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.88);
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.nav-cta {
  background: var(--red);
  color: white;
}

.nav-cta:hover {
  background: var(--red-dark);
}

.hero {
  position: relative;
  isolation: isolate;
  color: white;
  background: #0a1930;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 25, 48, 0.92) 0%, rgba(10, 25, 48, 0.72) 42%, rgba(10, 25, 48, 0.4) 100%),
    linear-gradient(180deg, rgba(207, 59, 46, 0.12), transparent 40%);
  z-index: -1;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(0.92) contrast(1.02);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 2rem;
  padding: 5.5rem 0 4rem;
  min-height: 72vh;
  align-items: end;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1,
.page-intro h1 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.75rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0.03em;
}

.hero p {
  max-width: 42rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.button,
.button-ghost,
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button {
  background: var(--red);
  color: white;
  box-shadow: var(--shadow);
}

.button:hover {
  background: var(--red-dark);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.button-outline {
  border: 2px solid var(--navy);
  color: var(--navy);
  background: transparent;
}

.hero-card {
  align-self: center;
  background: rgba(248, 243, 234, 0.95);
  color: var(--charcoal);
  border-radius: 28px;
  padding: 1.35rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-card h2,
.section-heading h2,
.card h3,
.promo-card h3,
.contact-card h3,
.coupon-card h3,
.timeline-card h3,
.faq-card h3,
.split-copy h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.04em;
}

.hero-card h2 {
  margin: 0 0 0.6rem;
  font-size: 2rem;
  color: var(--navy);
}

.hero-card p {
  color: var(--steel);
  font-size: 1.12rem;
  margin-top: 0;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.detail-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.detail-row {
  display: grid;
  gap: 0.28rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
}

.detail-label {
  color: var(--red);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.detail-value {
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.35;
}

.stat {
  padding: 1rem;
  border-radius: 20px;
  background: white;
  border: 1px solid var(--line);
}

.stat strong {
  display: block;
  color: var(--red);
  font-size: 2.1rem;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 0.4rem;
  color: var(--steel);
  font-size: 1rem;
}

.section {
  padding: 4.5rem 0;
}

.section-tight {
  padding: 3rem 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3.4rem);
  line-height: 0.98;
  color: var(--navy);
}

.section-heading p {
  margin: 0;
  max-width: 38rem;
  font-size: 1.25rem;
  color: var(--steel);
}

.promo-grid,
.card-grid,
.coupon-grid,
.review-grid,
.testimonial-grid,
.timeline-grid,
.faq-grid,
.contact-grid {
  display: grid;
  gap: 1.1rem;
}

.promo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.promo-card,
.card,
.coupon-card,
.review-card,
.testimonial,
.timeline-card,
.faq-card,
.contact-card {
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.promo-card {
  overflow: hidden;
  min-height: 100%;
}

.review-card {
  padding: 1.35rem;
  min-width: 0;
}

.review-source {
  color: var(--red);
  font-size: 0.98rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.review-score-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 0.8rem;
}

.review-score {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  color: var(--navy);
}

.review-meta strong {
  display: block;
  color: var(--navy);
  font-size: 1.2rem;
  overflow-wrap: anywhere;
}

.review-meta span {
  display: block;
  margin-top: 0.35rem;
  color: var(--steel);
  font-size: 1.05rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.review-copy {
  margin: 1rem 0 0;
  color: var(--steel);
  font-size: 1.08rem;
  line-height: 1.4;
}

.review-link {
  margin-top: 1rem;
}

.review-note {
  margin: 1rem 0 0;
  color: var(--steel);
  font-size: 1rem;
}

.promo-card .promo-top {
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: white;
}

.promo-card .promo-body {
  padding: 1.2rem 1.1rem 1.3rem;
}

.promo-card h3 {
  margin: 0 0 0.4rem;
  font-size: 2rem;
}

.promo-card p {
  margin: 0;
  color: var(--steel);
  font-size: 1.08rem;
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  padding: 1.35rem;
  min-width: 0;
}

.card-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(207, 59, 46, 0.1);
  color: var(--red);
  font-weight: 800;
  font-size: 1.3rem;
}

.card h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.85rem;
  color: var(--navy);
}

.card p,
.split-copy p,
.timeline-card p,
.contact-card p,
.coupon-card p,
.faq-card p,
.testimonial p {
  margin: 0;
  color: var(--steel);
  font-size: 1.1rem;
  line-height: 1.35;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: stretch;
}

.split-media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-copy {
  background: white;
  border-radius: 30px;
  padding: 2rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-width: 0;
}

.split-copy h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 0.95;
  color: var(--navy);
}

.eyebrow-dark {
  color: var(--red);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.checklist {
  padding: 0;
  list-style: none;
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.checklist li {
  padding-left: 1.5rem;
  position: relative;
  color: var(--navy);
  font-size: 1.1rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--red);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1rem;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.tech-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.tech-copy {
  padding: 1.25rem 1.25rem 1.35rem;
}

.tech-copy h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.tech-copy p {
  margin: 0;
  color: var(--steel);
  font-size: 1.08rem;
  line-height: 1.4;
}

.gallery-stack {
  display: grid;
  gap: 1rem;
}

.photo-card {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
  min-height: 220px;
  position: relative;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(13, 34, 61, 0.88);
  color: white;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.coupon-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coupon-card {
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  position: relative;
  overflow: hidden;
}

.coupon-image-card {
  padding: 0;
  background: white;
}

.coupon-image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.coupon-image-body {
  padding: 1rem 1rem 1.15rem;
  display: grid;
  gap: 0.8rem;
}

.coupon-image-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.coupon-action {
  flex: 1 1 180px;
}

.coupon-image-actions .button-outline {
  border-color: rgba(13, 34, 61, 0.18);
  background: #fffdfa;
}

.coupon-rule {
  margin: 0;
  color: var(--navy) !important;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.35 !important;
  text-align: center;
  border-top: 1px dashed rgba(13, 34, 61, 0.16);
  padding-top: 0.8rem;
}

.coupon-card::before,
.coupon-card::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #f7f2e7;
  top: calc(50% - 15px);
  border: 1px solid var(--line);
}

.coupon-card::before {
  left: -15px;
}

.coupon-card::after {
  right: -15px;
}

.coupon-image-card::before,
.coupon-image-card::after {
  display: none;
}

.coupon-kicker {
  color: var(--red);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.coupon-card h3 {
  margin: 0.5rem 0 0.75rem;
  color: var(--navy);
  font-size: 2rem;
}

.coupon-save {
  font-family: "Bebas Neue", Impact, sans-serif;
  color: var(--red);
  font-size: 3.25rem;
  line-height: 0.9;
  margin-bottom: 0.55rem;
}

.coupon-meta {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  border-top: 1px dashed rgba(13, 34, 61, 0.18);
  font-size: 0.98rem;
  color: var(--steel);
}

.banner {
  background: linear-gradient(120deg, var(--red) 0%, #b92f22 48%, var(--navy) 100%);
  color: white;
}

.banner-inner {
  display: grid;
  grid-template-columns: 1.1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}

.banner h2 {
  margin: 0 0 0.4rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: 0.05em;
}

.banner p {
  margin: 0;
  font-size: 1.22rem;
  color: rgba(255, 255, 255, 0.88);
}

.testimonial-grid,
.timeline-grid,
.faq-grid,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial,
.timeline-card,
.faq-card,
.contact-card {
  padding: 1.35rem;
}

.testimonial strong,
.timeline-card strong {
  display: block;
  color: var(--navy);
  margin-top: 0.8rem;
  font-size: 1.05rem;
}

.page-intro {
  background:
    linear-gradient(135deg, rgba(13, 34, 61, 0.94), rgba(13, 34, 61, 0.86)),
    url("../assets/shop-front.jpg") center/cover no-repeat;
  color: white;
}

.page-intro-inner {
  padding: 5rem 0 3.2rem;
}

.page-intro p {
  max-width: 46rem;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.88);
}

.service-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #fffdfa;
  border: 1px solid rgba(13, 34, 61, 0.12);
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(11, 20, 36, 0.06);
}

.service-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px dashed rgba(13, 34, 61, 0.12);
  font-size: 1.12rem;
  color: var(--navy);
}

.service-cta-card {
  padding: 2rem;
  border-radius: 30px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-cta-card h2 {
  margin: 0 0 0.75rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
  color: var(--navy);
}

.service-cta-card p {
  margin: 0;
  max-width: 48rem;
  color: var(--steel);
  font-size: 1.18rem;
  line-height: 1.4;
}

.faq-card h3,
.contact-card h3,
.timeline-card h3 {
  margin: 0 0 0.5rem;
  color: var(--navy);
  font-size: 1.8rem;
}

.location-embed {
  min-height: 420px;
  border: 0;
  width: 100%;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.form-card {
  background: white;
  border-radius: 28px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(13, 34, 61, 0.18);
  border-radius: 16px;
  min-height: 52px;
  padding: 0.9rem 1rem;
  background: #fffdfa;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  margin-top: 1rem;
  color: var(--steel);
  font-size: 1rem;
}

.footer {
  background:
    linear-gradient(180deg, #0b1830 0%, #081223 100%);
  color: rgba(255, 255, 255, 0.82);
  margin-top: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 1.7rem;
  padding: 3rem 0 2.4rem;
}

.footer-brand,
.footer-column {
  min-width: 0;
}

.footer-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer h3 {
  margin: 0 0 0.7rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 0.05em;
}

.footer p,
.footer li,
.footer a {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.76);
}

.footer a:hover {
  color: white;
}

.footer-phone {
  display: inline-flex;
  margin-top: 1.1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 0 1.4rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-shell {
  max-width: 1280px;
  margin: 0 auto;
}

.admin-login,
.admin-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.admin-login {
  max-width: 560px;
}

.admin-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.2rem;
}

.admin-sticky {
  position: sticky;
  top: 110px;
  align-self: start;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.admin-inline-form {
  margin: 0;
}

.admin-note {
  margin-top: 0.85rem;
  color: var(--steel);
  font-size: 1rem;
}

.admin-section {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1rem;
  background: #fffdfa;
}

.admin-section + .admin-section {
  margin-top: 1rem;
}

.admin-section h3 {
  margin: 0 0 0.8rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2rem;
  color: var(--navy);
  letter-spacing: 0.04em;
}

.admin-preview {
  margin-top: 1rem;
}

.admin-coupon-preview {
  margin-top: 0.65rem;
  max-width: 280px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.admin-coupon-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.admin-coupon-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.admin-coupon-card {
  background: white;
}

.admin-coupon-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-coupon-head h3 {
  margin-bottom: 0.35rem;
}

.admin-add-button,
.admin-remove-button {
  min-height: 48px;
}

.microcopy {
  font-size: 0.98rem;
  color: var(--steel);
}

.print-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.muted {
  color: var(--steel);
}

@media (max-width: 1040px) {
  .hero-grid,
  .split,
  .gallery-grid,
  .banner-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .coupon-grid,
  .promo-grid,
  .tech-grid,
  .review-grid,
  .testimonial-grid,
  .timeline-grid,
  .faq-grid,
  .contact-grid,
  .admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-sticky {
    position: static;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .review-score-row {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .review-score {
    font-size: 3.35rem;
  }

  .review-link {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .topbar-inner,
  .section-heading,
  .print-bar,
  .admin-coupon-head {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header {
    position: static;
    box-shadow: 0 10px 24px rgba(5, 12, 22, 0.16);
  }

  .header-inner {
    min-height: auto;
    padding: 0.7rem 0 0.85rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
  }

  .brand {
    flex: 0 1 260px;
    max-width: min(100%, 260px);
    padding: 0;
  }

  .brand img {
    width: 100%;
  }

  .mobile-toggle {
    display: inline-flex;
    align-self: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .nav-links {
    display: none;
    width: 100%;
    padding: 0.45rem;
    margin-top: 0.35rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(5, 12, 22, 0.18);
    justify-content: stretch;
    justify-items: center;
    align-items: stretch;
  }

  .nav-links.open {
    display: grid;
    gap: 0.35rem;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 230px);
    min-height: 46px;
    border-radius: 14px;
    padding: 0.75rem 0.9rem;
    font-size: 1rem;
    text-align: center;
  }

  .hero-grid {
    padding: 4.25rem 0 3.25rem;
  }

  .hero-card-grid,
  .card-grid,
  .coupon-grid,
  .promo-grid,
  .tech-grid,
  .testimonial-grid,
  .timeline-grid,
  .faq-grid,
  .contact-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .split-copy,
  .form-card,
  .hero-card {
    padding: 1.2rem;
  }

  .hero h1,
  .page-intro h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .hero p,
  .page-intro p,
  .section-heading p,
  .banner p,
  .split-copy p,
  .service-cta-card p {
    font-size: 1.08rem;
  }

  .hero-card h2,
  .split-copy h2,
  .service-cta-card h2,
  .banner h2,
  .section-heading h2 {
    line-height: 1;
  }

  .detail-row {
    padding: 0.9rem;
  }

  .detail-label {
    font-size: 1.22rem;
  }

  .detail-value {
    font-size: 1rem;
  }

  .review-card {
    padding: 1.1rem;
  }

  .review-source {
    font-size: 0.86rem;
    letter-spacing: 0.08em;
  }

  .review-score {
    font-size: 3.2rem;
  }

  .review-meta strong,
  .review-meta span,
  .review-copy {
    font-size: 1rem;
  }

  .card,
  .tech-copy,
  .contact-card,
  .testimonial,
  .timeline-card,
  .faq-card {
    padding: 1.15rem;
  }

  .card h3,
  .tech-copy h3,
  .faq-card h3,
  .contact-card h3,
  .timeline-card h3 {
    font-size: 1.65rem;
  }

  .button,
  .button-ghost,
  .button-outline {
    width: 100%;
  }

  .coupon-image-actions {
    flex-direction: column;
  }

  .coupon-action {
    width: 100%;
    flex-basis: auto;
  }

  .topbar {
    display: none;
  }
}

@media print {
  .topbar,
  .site-header,
  .footer,
  .button,
  .button-ghost,
  .button-outline,
  .print-hide {
    display: none !important;
  }

  body {
    background: white;
  }

  .coupon-grid {
    grid-template-columns: 1fr 1fr;
  }
}
