:root {
  --black: #090909;
  --panel: #15130f;
  --panel2: #1d1912;
  --gold: #cda45e;
  --gold-bright: #f0cf87;
  --cream: #fff9ed;
  --muted: #c9beac;
  --line: rgba(205, 164, 94, 0.30);
  --display: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--cream);
  font-family: var(--body);
  line-height: 1.6;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--gold); color: var(--black); }

.ribbon {
  overflow: hidden;
  padding: 22px 0;
  position: relative;
  background: linear-gradient(90deg, #070707, #20180e, #070707);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ribbon::before,
.ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 85px;
  z-index: 2;
  pointer-events: none;
}
.ribbon::before { left: 0; background: linear-gradient(90deg, #070707, transparent); }
.ribbon::after { right: 0; background: linear-gradient(270deg, #070707, transparent); }
.ribbon-track {
  display: flex;
  width: max-content;
  animation: tickerRightToLeft 48s linear infinite;
}
.ribbon:hover .ribbon-track { animation-play-state: paused; }
.quote-chip {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 0 43px;
  border-right: 1px solid var(--line);
  color: var(--cream);
  font-family: var(--display);
  font-size: 18px;
  white-space: nowrap;
}
.quote-chip strong {
  color: var(--gold-bright);
  font-family: var(--body);
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.quote-mark { color: var(--gold); font-size: 29px; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 16px 6%;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(9, 9, 9, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand {
  color: var(--gold-bright);
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}
.brand .brand-name { color: var(--gold-bright); }
.brand .brand-subtitle { color: var(--cream); font-size: 0.88em; font-style: italic; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:hover,
.site-nav a.active { color: var(--gold-bright); }
.site-nav .nav-book {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
}
.site-nav .nav-book:hover,
.site-nav .nav-book.active { color: var(--black); background: var(--gold-bright); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 42px;
  border: none;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
}
.menu-toggle i { display: block; width: 19px; height: 1px; margin: 5px auto; background: var(--gold-bright); }

.photo-hero { width: 100%; border-bottom: 1px solid var(--line); background: #050505; }
.photo-frame { width: 100%; height: clamp(300px, 54vw, 670px); position: relative; overflow: hidden; }
.photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.9) contrast(1.06);
}
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.52), transparent 43%); }
.photo-caption {
  position: absolute;
  z-index: 1;
  left: 6%;
  bottom: 23px;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(19px, 2vw, 29px);
  font-style: italic;
  text-shadow: 0 2px 12px #000;
}
.photo-caption span {
  display: block;
  margin-top: 3px;
  color: var(--gold-bright);
  font-family: var(--body);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.home-intro,
.page-hero { max-width: 960px; margin: 0 auto; padding: 72px 6% 88px; text-align: center; }
.eyebrow { margin: 0 0 15px; color: var(--gold); font-size: 11px; letter-spacing: 0.31em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.home-intro h1,
.page-hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(46px, 8vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.025em;
}
.home-intro h1 span {
  display: block;
  margin-top: 12px;
  color: var(--gold-bright);
  font-size: clamp(23px, 4vw, 41px);
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
}
.page-hero h1 em,
.section-heading em { color: var(--gold-bright); font-style: italic; }
.page-hero { padding-bottom: 56px; }
.page-hero p { max-width: 620px; margin: 20px auto 0; color: var(--muted); }
.lead { max-width: 650px; margin: 25px auto 0; color: var(--muted); font-size: 16px; }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: transparent;
  color: var(--gold-bright);
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s, background 0.2s;
}
.button:hover { transform: translateY(-2px); background: rgba(205,164,94,0.14); }
.button-primary { background: var(--gold); color: var(--black); }
.button-primary:hover { background: var(--gold-bright); }

.content-width { max-width: 1160px; margin: 0 auto; padding: 86px 6%; }
.home-cards,
.three-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card,
.card {
  min-height: 230px;
  padding: 30px 25px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg, #1c1a17, #111);
  text-decoration: none;
  transition: transform 0.22s, border-color 0.22s;
}
.feature-card:hover,
.card:hover { transform: translateY(-5px); border-color: var(--gold); }
.feature-card span,
.card span { display: block; margin-bottom: 17px; color: var(--gold); font-family: var(--display); font-size: 15px; font-style: italic; }
.feature-card h2,
.card h3 { margin: 0 0 10px; color: var(--cream); font-family: var(--display); font-size: 24px; }
.feature-card p,
.card p,
.copy p { color: var(--muted); font-size: 15px; }
.feature-card b { color: var(--gold-bright); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

.two-column,
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.content-image { overflow: hidden; min-height: 350px; border: 1px solid var(--line); border-radius: 14px; }
.content-image img { width: 100%; height: 100%; min-height: 350px; display: block; object-fit: cover; }
.section-heading { margin: 0 auto 50px; text-align: center; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(30px, 4vw, 46px); }
.demo-page { padding-top: 18px; }
.video-frame { overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 15px; background: #000; box-shadow: 0 22px 50px rgba(0,0,0,0.4); }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; }
.center-note { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 13px; text-align: center; }

.setlist { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.setlist div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: #111; }
.setlist div:last-child { border-bottom: 0; }
.setlist div:hover { background: #1b1813; }
.setlist b { color: var(--cream); font-family: var(--display); font-size: 19px; font-weight: normal; }
.setlist span { color: var(--gold-bright); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

.reviews-section { max-width: none; padding: 80px 6% 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 0%, rgba(205,164,94,0.22), transparent 45%), linear-gradient(135deg, #18130b, #090909 55%, #1d160a); }
.featured-review { max-width: 940px; min-height: 290px; margin: 0 auto; text-align: center; }
.featured-review > div:first-child { color: var(--gold); font-family: var(--display); font-size: 76px; line-height: 0.68; }
.featured-review p { margin: 22px 0 0; color: var(--cream); font-family: var(--display); font-size: clamp(25px, 3.6vw, 38px); font-style: italic; line-height: 1.42; }
.featured-review cite,
.review-grid cite { display: block; margin-top: 25px; color: var(--gold-bright); font-size: 12px; font-style: normal; letter-spacing: 0.16em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; max-width: 1120px; margin: 65px auto 0; }
.review-grid article { padding: 28px 24px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,0.025); }
.review-grid span { color: var(--gold); font-family: var(--display); font-size: 40px; }
.review-grid p { color: var(--cream); font-family: var(--display); font-size: 18px; font-style: italic; }
.review-grid cite { margin-top: 17px; font-size: 10px; }

.contact-grid { align-items: start; }

@media (min-width: 851px) {
  .contact-grid { align-items: stretch; }
  .contact-grid > .copy,
  .contact-grid > .contact-form { height: 100%; box-sizing: border-box; }
}
.copy h2 { font-family: var(--display); font-size: 35px; }
.phone-link { display: inline-block; margin: 8px 0 17px; color: var(--gold-bright); font-family: var(--display); font-size: 25px; text-decoration: none; }
.small-copy { font-size: 13px !important; }
.contact-form { padding: 27px; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(145deg, #1c1a17, #101010); }
.contact-form label { display: block; margin: 0 0 6px; color: var(--gold-bright); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; margin: 0 0 15px; padding: 11px 12px; border: 1px solid rgba(205,164,94,0.28); border-radius: 8px; outline: none; background: #080808; color: var(--cream); }
.contact-form textarea { min-height: 112px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--gold); }
.form-message { color: var(--gold-bright); font-size: 13px; }

.site-footer { padding: 54px 6% 40px; border-top: 1px solid var(--line); background: #050505; color: var(--muted); font-size: 12px; text-align: center; }
.site-footer::before { content: "Eamonn Magner — George Michael Tribute"; display: block; margin-bottom: 10px; color: var(--gold-bright); font-family: var(--display); font-size: 22px; font-style: italic; }
.site-footer::after { content: "Live music for private events, weddings, corporate functions, venues and clubs.\A\A Facebook  •  Instagram  •  Call 086 044 9295"; white-space: pre-line; }
.whatsapp-button { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid var(--gold-bright); border-radius: 999px; background: var(--gold); color: var(--black); box-shadow: 0 12px 30px rgba(0,0,0,0.45); font-size: 12px; font-weight: bold; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transition: transform 0.2s, background 0.2s; }
.whatsapp-button:hover { transform: translateY(-3px); background: var(--gold-bright); }
.whatsapp-button span { font-size: 18px; }

@media (max-width: 1020px) {
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 10px; }
}
@media (max-width: 850px) {
  .site-header { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 12px 6% 19px; border-bottom: 1px solid var(--line); background: #0b0b0b; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(205,164,94,0.16); font-size: 12px; }
  .site-nav .nav-book { margin-top: 13px; text-align: center; border-bottom: 0; }
  .home-cards, .three-cards, .review-grid { grid-template-columns: 1fr; }
  .two-column, .contact-grid { grid-template-columns: 1fr; }
  .content-image, .content-image img { min-height: 260px; }
  .review-grid { margin-top: 42px; }
}
@media (max-width: 680px) {
  .ribbon { padding: 17px 0; }
  .quote-chip { padding: 0 28px; font-size: 15px; }
  .brand { font-size: 17px; }
  .brand span { display: block; font-size: 0.77em; }
  .photo-frame { height: clamp(290px, 80vw, 460px); }
  .photo-frame img { object-position: center center; }
  .home-intro { padding: 57px 6% 70px; }
  .page-hero { padding: 54px 6% 38px; }
  .home-intro h1, .page-hero h1 { font-size: clamp(42px, 13vw, 66px); }
  .home-intro h1 span { font-size: clamp(21px, 7vw, 31px); }
  .content-width { padding: 68px 6%; }
  .reviews-section { padding: 68px 6%; }
  .featured-review { min-height: 230px; }
  .featured-review p { font-size: clamp(23px, 6vw, 31px); }
  .setlist div { flex-direction: column; gap: 4px; }
  .actions { flex-direction: column; align-items: center; }
  .button { min-width: 220px; text-align: center; }
  .whatsapp-button { right: 15px; bottom: 15px; padding: 12px 14px; }
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img, video {
  max-width: 100%;
}


/* =========================
   CLEAN FINAL OVERRIDES
   ========================= */

/* Homepage hero */
.home-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  width: 100%;
  min-height: 520px;
  border-bottom: 1px solid var(--line);
}

.home-hero .photo-hero {
  min-width: 0;
  border-bottom: 0;
}

.home-hero .photo-frame {
  height: 100%;
  min-height: 520px;
}

.home-hero .home-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 45px 7%;
  text-align: center;
}

.home-hero .home-intro h1 {
  font-size: clamp(42px, 5vw, 72px);
}

/* Gold homepage tagline */
.home-intro h1 span {
  color: var(--gold-bright);
}

.home-hero .home-intro h1 span {
  font-size: clamp(22px, 2.8vw, 34px);
}

.home-hero .home-intro .actions {
  margin-top: 25px;
}

.home-hero .home-intro .lead {
  margin-top: 18px;
}

/* Homepage photo */
@media (min-width: 851px) {
  .home-hero .photo-frame img {
    object-fit: cover;
    object-position: center 35%;
  }
}



/* Final footer */
.site-footer {
  padding: 34px 20px 30px;
  border-top: 1px solid var(--line);
  background: #050505;
}

.site-footer::before,
.site-footer::after {
  display: none;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.footer-name {
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: 20px;
  font-style: italic;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}

.footer-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-icon .facebook-f,
.footer-icon .social-dot {
  fill: currentColor;
  stroke: none;
}

.footer-icon:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  color: var(--gold-bright);
  background: rgba(205,164,94,.1);
}

/* About page */
.about-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 58px 6% 48px;
}

.about-title-block {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.about-title-block h1 {
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
}

.about-title-block h1 em {
  color: var(--gold-bright);
  font-style: italic;
}

.about-hero-image {
  width: min(720px, 100%);
  height: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #050505;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}

.about-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #050505;
}

.about-hero-lead {
  max-width: 520px;
  margin: 22px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 21px);
}

.about-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 35px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 8px 6% 64px;
}

.about-body .copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.about-body .copy p:last-child { margin-bottom: 0; }

.about-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 34px;
}

/* General accessibility / interaction */
:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

@media (max-width: 850px) {
  .site-header {
    min-height: 68px;
    padding: 14px 18px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    flex: 0 0 44px;
    z-index: 3;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    padding: 8px 18px 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #0b0b0b;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open { display: flex; }

  .site-nav a {
    display: block;
    width: 100%;
    padding: 15px 4px;
    border-bottom: 1px solid rgba(205,164,94,.16);
    font-size: 13px;
  }

  .site-nav .nav-book {
    margin-top: 14px;
    padding: 12px;
    border-bottom: 0;
    text-align: center;
  }

  .home-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .home-hero .photo-hero { order: 1; }
  .home-hero .home-intro { order: 2; padding: 25px 18px 30px; }

  .home-hero .photo-frame {
    height: 300px;
    min-height: 300px;
  }

  .home-hero .home-intro h1 { font-size: 38px; }

  .home-hero .home-intro h1 span {
    margin-top: 6px;
    font-size: 23px;
  }

  .home-hero .home-intro .actions { margin-top: 19px; }

  .home-hero .home-intro .lead {
    margin-top: 15px;
    font-size: 14px;
  }

  .about-hero {
    padding: 54px 6% 42px;
  }

  .about-title-block {
    margin-bottom: 24px;
  }

  .about-hero-image {
    width: 100%;
  }

  .about-body { grid-template-columns: 1fr; }
  .about-cta { justify-content: center; }

  .home-cards,
  .three-cards,
  .review-grid,
  .two-column,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ribbon { padding: 14px 0; }

  .ribbon::before,
  .ribbon::after { width: 32px; }

  .ribbon-track { animation-duration: 70s; }

  .quote-chip {
    gap: 8px;
    padding: 0 20px;
    font-size: 13px;
  }

  .quote-chip strong { font-size: 10px; }
  .quote-mark { font-size: 20px; }

  .brand {
    font-size: 17px;
  }

  .brand-name,
  .brand-subtitle {
    display: block;
  }

  .brand-subtitle { font-size: 12px; }

  .home-hero .photo-frame {
    height: 270px;
    min-height: 270px;
  }

  .home-hero .home-intro { padding: 22px 16px 27px; }

  .home-hero .home-intro .eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .home-hero .home-intro h1 {
    font-size: 34px;
    line-height: .98;
  }

  .home-hero .home-intro h1 span { font-size: 21px; }

  .home-hero .home-intro .actions {
    margin-top: 17px;
    gap: 9px;
  }

  .home-hero .home-intro .button {
    width: 100%;
    min-height: 46px;
    padding: 13px 18px;
  }

  .home-hero .home-intro .lead {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.5;
  }

  .page-hero {
    padding: 34px 16px 22px;
  }

  .page-hero h1 { font-size: 36px; }

  .content-width {
    width: 100%;
    padding: 60px 16px;
  }

  .reviews-section { padding: 68px 16px; }

  .featured-review { min-height: 0; }
  .featured-review p { font-size: clamp(22px, 6vw, 31px); }

  .setlist div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 17px 18px;
  }

  .actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .about-hero {
    padding: 35px 16px 38px;
  }

  .about-hero-image {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .about-title-block h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .about-body {
    width: 100%;
    padding: 4px 16px 52px;
  }

  .about-body .copy p { font-size: 15px; }

  .about-cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .about-cta .button {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .video-frame { border-radius: 8px; }

  .site-footer { padding: 30px 18px 26px; }
  .footer-name { font-size: 18px; }
  .footer-copy { max-width: 280px; font-size: 11px; }
  .footer-icon { width: 34px; height: 34px; }

  .whatsapp-button {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
    padding: 12px 15px;
  }
}

@media (max-width: 380px) {
  .brand { font-size: 16px; }
  .brand-subtitle { font-size: 11px; }

  .home-hero .photo-frame {
    height: 245px;
    min-height: 245px;
  }

  .home-hero .home-intro h1 { font-size: 31px; }
  .home-hero .home-intro h1 span { font-size: 19px; }

  .site-footer { padding: 26px 14px 22px; }
  .footer-name { font-size: 16px; }
  .footer-copy { font-size: 10px; }
  .footer-socials { gap: 10px; }
  .footer-icon { width: 32px; height: 32px; }
  .footer-icon svg { width: 15px; height: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ribbon-track { animation: none; }
}


/* Contact detail links */
.contact-details{display:grid;gap:12px;margin:28px 0 24px}.contact-detail{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--line);background:rgba(21,19,15,.72);color:var(--cream);text-decoration:none;transition:border-color .2s ease,transform .2s ease}.contact-detail:hover{border-color:var(--gold);transform:translateY(-1px)}.contact-detail-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border:1px solid var(--line);color:var(--gold-bright)}.contact-detail-icon svg{width:20px;height:20px;fill:currentColor;stroke:currentColor}.contact-detail span:last-child{display:grid;gap:3px}.contact-detail strong{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-bright)}.contact-detail small{color:var(--cream);font-size:.98rem}.contact-detail .social-dot{fill:currentColor}
@media (max-width:700px){.contact-details{margin-top:22px}.contact-detail{padding:13px 14px}}

/* Compact page headings on Demo, Testimonials and Contact */
.page-hero {
  padding-top: 30px;
  padding-bottom: 22px;
}

.page-hero h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.page-hero p {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .page-hero {
    padding-top: 26px;
    padding-bottom: 18px;
  }

  .page-hero h1 {
    font-size: clamp(30px, 9vw, 40px);
  }
}


/* FINAL: testimonial text moves RIGHT -> LEFT */
.ribbon-track {
  animation: tickerRightToLeft 48s linear infinite !important;
}

@keyframes tickerRightToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}.contact-detail-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-detail-icon svg circle:last-child {
  fill: currentColor;
  stroke: none;
}
.menu-toggle i {
  display: block;
  width: 19px;
  height: 1px;
  margin: 5px auto;
  background: var(--gold-bright);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.menu-toggle.open i:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.open i:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open i:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}