/*
Galaxy Pizza — theme stylesheet.
Owns: design tokens, header/footer, section styling, typography, component CSS.
Elementor owns page content; rules that style native widgets are prefixed with
`body .elementor` so they beat Elementor's kit defaults (0,3,0) at (0,3,1)
without beating the client's own per-widget style controls (0,4,0).
__TOKENS__ placeholders are replaced with data-URI art at build time.
*/

/* ---------------------------------------------------------------- tokens */
:root {
  --gp-navy-900: #120d33;
  --gp-navy-800: #1b1546;
  --gp-navy-700: #251c55;
  --gp-navy-600: #2e2366;
  --gp-panel: #221a52;
  --gp-purple: #8752c9;
  --gp-purple-deep: #5b2d91;
  --gp-lavender: #9187dd;
  --gp-red: #e5242b;
  --gp-red-dark: #b3121a;
  --gp-red-bg: #e21e26;
  --gp-yellow: #ffd200;
  --gp-teal: #35c2b9;
  --gp-text: #ece9ff;
  --gp-text-dim: #d5cff2;
  --gp-font-pixel: 'Press Start 2P', 'Courier New', monospace;
  --gp-font-display: 'Baloo 2', 'Arial Rounded MT Bold', 'Trebuchet MS', sans-serif;
  --gp-font-tech: 'Exo 2', 'Arial Black', sans-serif;
  --gp-font-body: 'Titillium Web', 'Segoe UI', sans-serif;
}

/* ---------------------------------------------------------------- base */
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--gp-font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--gp-text);
  background-color: #231a52;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox=%220 0 280 280%22 width=%22280%22 height=%22280%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle cx=%2220%22 cy=%2230%22 r=%221.4%22 fill=%22%23fff%22 opacity=%220.5%22/%3E%3Ccircle cx=%2270%22 cy=%22122%22 r=%221.1%22 fill=%22%23fff%22 opacity=%220.35%22/%3E%3Ccircle cx=%22132%22 cy=%2258%22 r=%221.8%22 fill=%22%23fff%22 opacity=%220.55%22/%3E%3Ccircle cx=%22190%22 cy=%22150%22 r=%221.2%22 fill=%22%23fff%22 opacity=%220.4%22/%3E%3Ccircle cx=%22242%22 cy=%2240%22 r=%221.0%22 fill=%22%23fff%22 opacity=%220.3%22/%3E%3Ccircle cx=%2258%22 cy=%22222%22 r=%221.6%22 fill=%22%23fff%22 opacity=%220.5%22/%3E%3Ccircle cx=%22152%22 cy=%22252%22 r=%221.0%22 fill=%22%23fff%22 opacity=%220.3%22/%3E%3Ccircle cx=%22222%22 cy=%22212%22 r=%221.4%22 fill=%22%23fff%22 opacity=%220.45%22/%3E%3Ccircle cx=%2230%22 cy=%22162%22 r=%221.0%22 fill=%22%23fff%22 opacity=%220.3%22/%3E%3Ccircle cx=%22262%22 cy=%22122%22 r=%221.2%22 fill=%22%23fff%22 opacity=%220.35%22/%3E%3Ccircle cx=%22108%22 cy=%2212%22 r=%221.1%22 fill=%22%23fff%22 opacity=%220.3%22/%3E%3Ccircle cx=%22250%22 cy=%22268%22 r=%221.3%22 fill=%22%23fff%22 opacity=%220.4%22/%3E%3Cg opacity=%22.45%22 fill=%22%23ffd200%22%3E%3Crect x=%2298.6%22 y=%22176%22 width=%222.8%22 height=%2214%22 rx=%221.4%22/%3E%3Crect x=%2293%22 y=%22181.6%22 width=%2214%22 height=%222.8%22 rx=%221.4%22/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(1200px 800px at 72% 6%, rgba(96, 62, 170, 0.38), transparent 70%),
    radial-gradient(1000px 720px at 12% 42%, rgba(122, 72, 194, 0.28), transparent 70%),
    linear-gradient(#161040 0%, #231a52 26%, #2b2161 55%, #231a52 80%, #1d1750 100%);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--gp-yellow); }
.gp-skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gp-yellow); color: var(--gp-red-dark);
  padding: 10px 16px; font-weight: 700; border-radius: 0 0 8px 0;
}
.gp-skip:focus { left: 0; }

/* ---------------------------------------------------------------- top bar */
.gp-topbar { background: var(--gp-navy-800); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.gp-topbar-inner {
  max-width: 1320px; margin: 0 auto; padding: 12px 18px;
  display: flex; justify-content: center; align-items: center;
  gap: 12px 38px; flex-wrap: wrap;
}
.gp-topbar-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--gp-font-pixel); font-size: 10px; letter-spacing: 0.5px;
  color: var(--gp-yellow); text-transform: uppercase; line-height: 1.8;
}
.gp-topbar-item a { color: var(--gp-yellow); text-decoration: none; }
.gp-topbar-item a:hover { color: #fff; }
.gp-picon { flex: none; }

/* ---------------------------------------------------------------- pac-man strip */
.gp-pacline {
  display: flex; align-items: center; height: 46px;
  padding-left: clamp(10px, 3vw, 34px); overflow: hidden;
}
.gp-pac { flex: none; position: relative; z-index: 2; margin-right: -4px;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.35)); }
.gp-pac-jaw { transform-box: view-box; transform-origin: 18px 18px; }
.gp-pac-jaw-t { animation: gp-chomp-t 0.34s linear infinite alternate; }
.gp-pac-jaw-b { animation: gp-chomp-b 0.34s linear infinite alternate; }
@keyframes gp-chomp-t { from { transform: rotate(0deg); } to { transform: rotate(-26deg); } }
@keyframes gp-chomp-b { from { transform: rotate(0deg); } to { transform: rotate(26deg); } }
.gp-pacline-dots {
  flex: 1; height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%220 0 240 46%22 width=%22240%22 height=%2246%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle cx=%2212%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Ccircle cx=%2236%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Ccircle cx=%2260%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Ccircle cx=%2284%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Ccircle cx=%22108%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Ccircle cx=%22132%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Ccircle cx=%22156%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Ccircle cx=%22180%22 cy=%2223%22 r=%224%22 fill=%22%23efe6ff%22 opacity=%22.92%22/%3E%3Cpolygon points=%22198,23 230,9 230,37%22 fill=%22%23f6c453%22/%3E%3Crect x=%22228%22 y=%229%22 width=%226%22 height=%2228%22 rx=%223%22 fill=%22%23e09a3e%22/%3E%3Ccircle cx=%22219%22 cy=%2219%22 r=%222.8%22 fill=%22%23d63324%22/%3E%3Ccircle cx=%22222%22 cy=%2228%22 r=%222.8%22 fill=%22%23d63324%22/%3E%3Ccircle cx=%22211%22 cy=%2223%22 r=%222%22 fill=%22%23d63324%22/%3E%3C/svg%3E");
  background-repeat: repeat-x; background-position: 0 center;
  animation: gp-eat 3.4s linear infinite;
}
@keyframes gp-eat { from { background-position-x: 0; } to { background-position-x: -240px; } }

/* ---------------------------------------------------------------- nav */
.gp-nav { margin: 14px 0 28px; }
.gp-nav ul { list-style: none; margin: 0; padding: 0 16px; display: flex;
  justify-content: center; gap: 18px 28px; flex-wrap: wrap; }
.gp-nav a {
  display: block; min-width: 168px; padding: 14px 22px; text-align: center;
  background: var(--gp-red); color: #fff; text-decoration: none;
  font-family: var(--gp-font-tech); font-weight: 800; font-size: 15px;
  letter-spacing: 0.24em; text-transform: uppercase; border-radius: 12px;
  box-shadow: 0 5px 0 #8f0f16, inset 0 -3px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, background 0.15s ease;
}
.gp-nav a:hover { background: #f23a41; transform: translateY(-2px); }
.gp-nav li.gp-current a, .gp-nav li.current-menu-item a, .gp-nav li.current_page_item a {
  background: #c8161d; box-shadow: 0 3px 0 #8f0f16, inset 0 3px 6px rgba(0, 0, 0, 0.35);
}

/* ---------------------------------------------------------------- buttons (native Elementor + plain) */
body .elementor .elementor-widget-button .elementor-button,
.gp-btn {
  display: inline-block; background: var(--gp-yellow); color: #d21a22;
  font-family: var(--gp-font-tech); font-weight: 800; font-size: 19px;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 13px 36px; border-radius: 10px; border: 0; line-height: 1.3;
  box-shadow: 0 5px 0 #c79b00, 0 12px 22px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
body .elementor .elementor-widget-button .elementor-button:hover,
body .elementor .elementor-widget-button .elementor-button:focus,
.gp-btn:hover, .gp-btn:focus {
  background: #ffdd33; color: #d21a22; transform: translateY(-2px);
  box-shadow: 0 7px 0 #c79b00, 0 16px 26px rgba(0, 0, 0, 0.4);
}
body .elementor .elementor-widget-button .elementor-button-text { color: inherit; }
body .elementor .elementor-widget-button { width: auto; max-width: 100%; }
body .elementor .elementor-widget-button .elementor-button-wrapper { text-align: center; }
/* Full-width widgets are unaffected; auto-width ones (buttons) center in the flex row. */
body .elementor .elementor-widget-wrap { justify-content: center; }

/* ---------------------------------------------------------------- widget defaults inside sections */
body .elementor .elementor-widget-heading .elementor-heading-title {
  font-family: var(--gp-font-display); font-weight: 800; color: #fff; line-height: 1.12;
}
body .elementor .elementor-widget-text-editor { color: var(--gp-text-dim); font-size: 17px; }
body .elementor .elementor-widget-text-editor p { margin: 0 0 1em; }
body .elementor .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
body .elementor .elementor-widget-text-editor a { color: var(--gp-yellow); }
body .elementor .elementor-icon-list-icon i { color: var(--gp-yellow); }
body .elementor .elementor-icon-list-text { color: var(--gp-text); font-size: 17px; padding-left: 12px; }
body .elementor .elementor-icon-list-item { margin: 9px 0; }

/* ---------------------------------------------------------------- hero */
.elementor-section.gp-hero {
  width: min(1320px, calc(100% - 36px));
  margin: 26px auto 80px; padding: 56px 22px 30px;
  border-radius: 46px; border: 6px solid var(--gp-red);
  box-shadow: inset 0 0 0 5px var(--gp-yellow), 0 34px 70px -24px rgba(0, 0, 0, 0.65);
  background-color: #171040; background-position: center; background-size: cover;
  position: relative; overflow: visible; text-align: center;
}
.elementor-section.gp-hero::before {
  content: ""; position: absolute; inset: 5px; z-index: 0; border-radius: 36px;
  background: radial-gradient(ellipse at 50% 42%, rgba(15, 10, 44, 0.05) 0%, rgba(13, 9, 40, 0.22) 68%, rgba(11, 8, 36, 0.5) 100%);
}
.gp-hero > .elementor-container { position: relative; z-index: 2; }
body .elementor .gp-hero-logo { margin-bottom: 4px; }
body .elementor .gp-hero-logo .gp-logo,
body .elementor .gp-hero-logo img {
  width: min(520px, 74vw); height: auto; display: block; margin: 0 auto;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.55));
}
body .elementor .gp-hero-title .elementor-heading-title {
  font-size: clamp(34px, 5vw, 58px); color: var(--gp-yellow);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.45);
}
body .elementor .gp-hero-since .elementor-heading-title {
  font-family: var(--gp-font-tech); font-weight: 700; color: #fff;
  font-size: clamp(15px, 2vw, 22px); letter-spacing: 0.52em; text-indent: 0.52em;
  margin-top: 2px; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
/* position (not transform) so the entrance animation's fill-mode can't cancel the overlap */
body .elementor .gp-hero-cta { position: relative; top: 64px; margin-top: -8px; }
body .elementor .gp-hero-cta .elementor-button { font-size: 22px; padding: 15px 44px; }

/* ---------------------------------------------------------------- intro / centered copy sections */
.elementor-section.gp-intro { padding: 66px 24px 96px; text-align: center; }
body .elementor .gp-intro-title .elementor-heading-title {
  font-size: clamp(40px, 6vw, 64px); color: var(--gp-lavender);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
}
body .elementor .gp-intro-copy { font-size: 19px; }
body .elementor .gp-intro-copy p { max-width: 690px; margin: 0.4em auto 1em; }

/* ---------------------------------------------------------------- gallery */
.elementor-section.gp-gallery { padding: 0; }
.gp-gallery > .elementor-container { max-width: none; }
body .elementor .gp-gallery .elementor-column { width: 25%; }
body .elementor .gp-gallery .elementor-column > .elementor-widget-wrap { padding: 0; }
body .elementor .gp-gallery .elementor-widget { margin-bottom: 0; }
body .elementor .gp-gallery .elementor-widget-image img {
  display: block; width: 100%; aspect-ratio: 1604 / 1394; object-fit: cover;
}

/* ---------------------------------------------------------------- reviews */
.elementor-section.gp-reviews {
  background: var(--gp-red-bg); padding: 78px 24px 92px; text-align: center;
  box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.12) inset;
}
body .elementor .gp-reviews-title .elementor-heading-title {
  font-size: clamp(38px, 5.5vw, 60px); color: var(--gp-yellow);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
}
.gp-reviews-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  max-width: 1250px; margin: 46px auto 0; text-align: left;
}
.gp-rcard {
  background: #fff; border-radius: 12px; padding: 16px 18px 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22); color: #444;
  display: flex; flex-direction: column; gap: 8px; min-height: 150px;
}
.gp-rcard-head { display: flex; align-items: center; gap: 10px; }
.gp-ravatar {
  width: 38px; height: 38px; border-radius: 50%; flex: none; color: #fff;
  font: 700 15px/38px var(--gp-font-body); text-align: center;
}
.gp-rname { font-weight: 700; font-size: 14px; color: #202124; line-height: 1.3; }
.gp-rtime { font-size: 12px; color: #70757a; }
.gp-rbadge { margin-left: auto; flex: none; }
.gp-rstars { display: flex; align-items: center; gap: 2px; }
.gp-rstars svg { display: block; }
.gp-rrec { font-size: 12.5px; font-weight: 700; color: #e0455a; }
.gp-rtext { font-size: 13.5px; line-height: 1.55; color: #4a4d51; margin: 0; }
.gp-rmore { font-size: 12.5px; color: #6b6f74; font-weight: 600; }

/* ---------------------------------------------------------------- inner page hero */
.elementor-section.gp-pagehero { padding: 64px 24px 8px; text-align: center; }
body .elementor .gp-page-title .elementor-heading-title {
  font-size: clamp(38px, 5.5vw, 60px); color: var(--gp-lavender);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
}
body .elementor .gp-page-lede { font-size: 19px; }
body .elementor .gp-page-lede p { max-width: 640px; margin: 0.5em auto 0; }

/* ---------------------------------------------------------------- story (about) */
.elementor-section.gp-story { padding: 26px 24px 30px; }
.gp-story > .elementor-container { max-width: 820px; }
body .elementor .gp-story-h .elementor-heading-title {
  font-size: clamp(26px, 3.4vw, 36px); color: var(--gp-yellow); margin-top: 0.7em;
}
body .elementor .gp-story-copy { font-size: 17.5px; }
.gp-quote {
  margin: 10px 0 6px; padding: 18px 24px; background: var(--gp-navy-800);
  border-left: 6px solid var(--gp-yellow); border-radius: 12px;
}
.gp-quote p { margin: 0; font-family: var(--gp-font-display); font-weight: 700;
  font-size: 21px; line-height: 1.4; color: #fff; }
.gp-quote cite { display: block; margin-top: 8px; font-style: normal;
  font-family: var(--gp-font-body); font-size: 13.5px; color: var(--gp-text-dim); }
.gp-funfact {
  margin-top: 14px; padding: 14px 18px; border: 2px dashed var(--gp-purple);
  border-radius: 12px; font-size: 15.5px; color: var(--gp-text-dim); background: rgba(18, 13, 51, 0.5);
}
.gp-funfact strong { color: var(--gp-teal); text-transform: uppercase;
  font-family: var(--gp-font-tech); letter-spacing: 0.08em; font-size: 13px; }

/* ---------------------------------------------------------------- framed photos */
body .elementor .gp-photo img {
  display: block; width: 100%; height: auto; border-radius: 18px;
  border: 3px solid #47398c; box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}
.elementor-section.gp-about-photos { padding: 26px 24px 10px; }
.gp-about-photos > .elementor-container { max-width: 1080px; }
body .elementor .gp-about-photos .gp-photo img { aspect-ratio: 3 / 2; object-fit: cover; }
body .elementor .gp-about-photos .elementor-column { width: 50%; }
body .elementor .gp-about-photos .elementor-column > .elementor-widget-wrap { padding: 0 12px; }
body .elementor .gp-contact-photo .elementor-widget-container { max-width: 620px; margin: 22px auto 0; }
@media (max-width: 760px) {
  body .elementor .gp-about-photos .elementor-column { width: 100%; }
  body .elementor .gp-about-photos .elementor-column > .elementor-widget-wrap { padding: 0 0 20px; }
}

/* ---------------------------------------------------------------- visit / CTA band */
.elementor-section.gp-visit { padding: 40px 24px 96px; text-align: center; }
body .elementor .gp-visit-h .elementor-heading-title {
  font-size: clamp(30px, 4vw, 44px); color: var(--gp-yellow);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
}
body .elementor .gp-visit p { max-width: 640px; margin: 0.5em auto 1em; }
body .elementor .gp-visit .elementor-widget-wrap { justify-content: center; }
body .elementor .gp-visit .elementor-widget-button { margin: 6px 10px 0; }

/* ---------------------------------------------------------------- menu page */
.elementor-section.gp-menuhero { padding: 48px 24px 8px; text-align: center; }
body .elementor .gp-menu-logo .gp-logo,
body .elementor .gp-menu-logo img { width: min(360px, 68vw); height: auto; display: block; margin: 0 auto 6px; }
body .elementor .gp-menu-title .elementor-heading-title {
  font-size: clamp(38px, 5vw, 54px); color: var(--gp-yellow);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
}
body .elementor .gp-menu-phone { font-family: var(--gp-font-tech); font-weight: 700; font-size: 24px; }
body .elementor .gp-menu-phone a { color: #fff; text-decoration: none; letter-spacing: 0.06em; }
body .elementor .gp-menu-phone a:hover { color: var(--gp-yellow); }

.elementor-section.gp-menuboard { padding: 26px 24px 30px; }
.gp-menuboard > .elementor-container { max-width: 1240px; }
body .elementor .gp-menuboard .elementor-column { width: 50%; }
body .elementor .gp-menuboard .elementor-column > .elementor-widget-wrap { padding: 0 26px; }
body .elementor .gp-mcat .elementor-heading-title {
  font-size: clamp(34px, 4vw, 46px); color: var(--gp-yellow); letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.4); margin-top: 0.35em;
}
body .elementor .gp-mcat-r .elementor-heading-title { text-align: right; }
body .elementor .gp-msub .elementor-heading-title {
  font-size: 25px; color: #ff8c1f; letter-spacing: 0.05em; margin-top: 0.7em;
  text-transform: uppercase;
  text-shadow: -1.5px -1.5px 0 #14102f, 1.5px -1.5px 0 #14102f, -1.5px 1.5px 0 #14102f,
    1.5px 1.5px 0 #14102f, 0 3px 0 rgba(0, 0, 0, 0.5);
}
.gp-mrow { display: flex; align-items: baseline; gap: 10px; margin: 8px 0; }
.gp-mrow .n { font-weight: 700; text-transform: uppercase; font-size: 16.5px; color: #fff; letter-spacing: 0.02em; }
.gp-mrow .lead { flex: 1; border-bottom: 3px dotted rgba(238, 230, 255, 0.42); transform: translateY(-4px); min-width: 24px; }
.gp-mrow .p { font-weight: 700; font-size: 16.5px; color: #fff; white-space: nowrap; }
.gp-mtable { display: grid; grid-template-columns: minmax(0, 1fr) 76px 76px 76px; column-gap: 8px; align-items: baseline; margin: 8px 0 4px; }
.gp-mtable2 { display: grid; grid-template-columns: minmax(0, 1fr) 92px 92px; column-gap: 8px; align-items: baseline; margin: 8px 0 4px; }
.gp-mth { font-family: var(--gp-font-tech); font-weight: 800; font-size: 15px; color: var(--gp-yellow);
  text-align: right; letter-spacing: 0.06em; padding: 4px 0; }
.gp-mtd-n { font-weight: 700; text-transform: uppercase; font-size: 15.5px; color: #fff; padding: 5px 0; }
.gp-mtd { font-weight: 700; font-size: 15.5px; color: #fff; text-align: right; padding: 5px 0; white-space: nowrap; }
.gp-mdesc { grid-column: 1 / -1; font-size: 12.5px; font-style: italic; color: #c7bff0; margin: -4px 0 6px; line-height: 1.5; }
.gp-mnote { font-size: 12.5px; line-height: 1.8; color: #d9d2f6; font-weight: 700; letter-spacing: 0.03em;
  text-transform: uppercase; margin: 16px 0 4px; }
.gp-wgrid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; gap: 2px 8px; margin: 6px 0 10px; }
.gp-wgrid .gp-mth { text-align: center; }
.gp-wgrid .gp-mtd { text-align: center; font-size: 17px; }
.gp-msauce { text-align: center; font-weight: 700; text-transform: uppercase; font-size: 14.5px;
  color: #fff; letter-spacing: 0.05em; margin: 4px 0 10px; }
.gp-msauce b { color: var(--gp-yellow); }

.elementor-section.gp-menucta { padding: 34px 24px 96px; text-align: center; }
body .elementor .gp-menucta p { max-width: 560px; margin: 0 auto 1.1em; font-size: 18px; }

/* ---------------------------------------------------------------- contact cards */
.elementor-section.gp-contact-cards { padding: 44px 16px 20px; }
.gp-contact-cards > .elementor-container { max-width: 1180px; }
body .elementor .gp-contact-cards .elementor-column { width: 33.333%; padding: 0 12px; }
body .elementor .gp-contact-cards .elementor-column > .elementor-widget-wrap {
  background: var(--gp-panel); border: 2px solid #47398c; border-radius: 18px;
  padding: 34px 26px 30px; box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  text-align: center; align-content: flex-start; height: 100%;
}
body .elementor .gp-card-icon { margin-bottom: 2px; }
body .elementor .gp-card-icon .gp-picon { width: 46px; height: 46px; }
body .elementor .gp-card-h .elementor-heading-title { font-size: 26px; color: var(--gp-yellow); }
body .elementor .gp-contact-cards .elementor-widget-text-editor { font-size: 16.5px; }
body .elementor .gp-contact-cards .elementor-icon-list-items { display: inline-block; text-align: left; }
body .elementor .gp-contact-cards .elementor-button { font-size: 16px; padding: 12px 26px; }

.elementor-section.gp-social { padding: 36px 24px 96px; text-align: center; }
body .elementor .gp-social-h .elementor-heading-title {
  font-size: clamp(28px, 4vw, 40px); color: var(--gp-lavender);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.35);
}
body .elementor .gp-social p { max-width: 520px; margin: 0.4em auto 1em; }

/* ---------------------------------------------------------------- footer */
.gp-footer { background: var(--gp-navy-800);
  border-top: 1px solid rgba(255, 255, 255, 0.06); }
.gp-footer-inner {
  max-width: 1280px; margin: 0 auto; padding: 58px 24px 52px;
  display: grid; grid-template-columns: 1.15fr 1fr 1.05fr; gap: 44px; align-items: center;
}
.gp-footer-about p { margin: 0 0 18px; font-size: 15px; line-height: 1.75; color: #cfc9ee; max-width: 330px; }
.gp-btn-fb {
  display: inline-block; background: var(--gp-yellow); color: #c8161d;
  font-family: var(--gp-font-pixel); font-size: 9px; letter-spacing: 0.5px;
  text-transform: uppercase; text-decoration: none; padding: 12px 16px 10px;
  border-radius: 8px; box-shadow: 0 4px 0 #c79b00;
  transition: transform 0.15s ease;
}
.gp-btn-fb:hover { transform: translateY(-2px); color: #c8161d; }
.gp-footer-logo { text-align: center; }
.gp-footer-logo .gp-logo,
.gp-footer-logo img { width: min(300px, 80%); height: auto; display: inline-block; }
.gp-footer-contact { display: flex; flex-direction: column; gap: 16px; justify-self: end; }
.gp-footer-row { display: flex; gap: 12px; align-items: flex-start;
  font-family: var(--gp-font-pixel); font-size: 10px; line-height: 2;
  color: var(--gp-yellow); text-transform: uppercase; }
.gp-footer-row .gp-picon { margin-top: 4px; }
.gp-footer-row a { color: var(--gp-yellow); text-decoration: none; }
.gp-footer-row a:hover { color: #fff; }
.gp-copybar { background: var(--gp-red-bg); padding: 15px 18px; text-align: center; }
.gp-copybar p { margin: 0; font-family: var(--gp-font-pixel); font-size: 9px;
  letter-spacing: 0.5px; color: #fff; line-height: 2; text-transform: uppercase; }
.gp-heart { color: var(--gp-yellow); }

/* ---------------------------------------------------------------- plain content (blog/404/search fallbacks) */
.gp-plain { max-width: 860px; margin: 48px auto 90px; padding: 40px 34px;
  background: var(--gp-panel); border: 2px solid #47398c; border-radius: 18px; }
.gp-plain h1, .gp-plain h2, .gp-plain h3 { font-family: var(--gp-font-display); color: var(--gp-yellow); line-height: 1.15; }
.gp-plain a { color: var(--gp-yellow); }
.gp-plain .gp-meta { color: #a89fd8; font-size: 14px; }

/* ---------------------------------------------------------------- entrance animation (fail-open)
   Visible by default; the animation (which briefly holds opacity 0 during its
   delay) only engages once html.js proves scripts ran, and never in the editor. */
html.js .gp-anim { animation: gp-pop 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
html.js .gp-anim-d1 { animation-delay: 0.1s; }
html.js .gp-anim-d2 { animation-delay: 0.2s; }
html.js .gp-anim-d3 { animation-delay: 0.3s; }
@keyframes gp-pop {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
body.elementor-editor-active .gp-anim,
body.elementor-editor-active .gp-anim-d1,
body.elementor-editor-active .gp-anim-d2,
body.elementor-editor-active .gp-anim-d3 { animation: none !important; }
@media (prefers-reduced-motion: reduce) {
  .gp-anim, .gp-anim-d1, .gp-anim-d2, .gp-anim-d3,
  .gp-pac-jaw-t, .gp-pac-jaw-b, .gp-pacline-dots { animation: none !important; }
}

/* ---------------------------------------------------------------- responsive */
@media (max-width: 1100px) {
  .gp-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .gp-footer-inner { grid-template-columns: 1fr; text-align: center; }
  .gp-footer-about p { margin-inline: auto; }
  .gp-footer-contact { justify-self: center; align-items: flex-start; }
}
@media (max-width: 900px) {
  body .elementor .gp-menuboard .elementor-column { width: 100%; }
  body .elementor .gp-menuboard .elementor-column > .elementor-widget-wrap { padding: 0 4px; }
  body .elementor .gp-mcat-r .elementor-heading-title { text-align: left; }
  body .elementor .gp-contact-cards .elementor-column { width: 100%; padding: 0 0 22px; }
}
@media (max-width: 760px) {
  .gp-nav ul { gap: 12px 14px; }
  .gp-nav a { min-width: 132px; padding: 12px 14px; font-size: 13px; letter-spacing: 0.18em; }
  .elementor-section.gp-hero { border-radius: 30px; border-width: 5px; padding: 40px 14px 24px;
    width: calc(100% - 24px); margin-bottom: 70px; }
  .elementor-section.gp-hero::before { border-radius: 22px; }
  body .elementor .gp-hero-cta { top: 56px; }
  body .elementor .gp-gallery .elementor-column { width: 50%; }
  .gp-topbar-item { font-size: 8px; gap: 7px; }
  .gp-mtable { grid-template-columns: minmax(0, 1fr) 58px 58px 58px; }
  .gp-mtable2 { grid-template-columns: minmax(0, 1fr) 74px 74px; }
}
@media (max-width: 640px) {
  .gp-reviews-grid { grid-template-columns: 1fr; max-width: 460px; }
}
