/* Grayscale360 shell styles. Generated by wireframe/build_v2.py --prod from
   _wireframe.css; do not edit by hand. Everything is scoped to .g360-shell or
   body.wp-theme-hub so it cannot leak into (or be broken by) the WordPress theme. */

/* 1. Base + tokens */
.g360-shell {
  --paper: #ffffff;
  --ink: #050605;
  --ink-muted: #5b5c5b;
  --line: #e7e7e5;
  --accent-start: #e32482;
  --accent-end: #ec195d;
  --accent-solid: #e32482;
  --accent-gradient: linear-gradient(90deg, var(--accent-start), var(--accent-end));
  --accent-tint: #fce9f1;
  --cream: #f7f1e6;
  --slate: #eef1f3;
  --pink-wash: #fff7fa;
  --line-strong: #868683;
  --accent-solid-strong: color-mix(in srgb, var(--accent-solid) 85%, black);
  --font-display: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --s1: 0.5rem;
  --s2: 1rem;
  --s3: 1.5rem;
  --s4: 2rem;
  --s5: 3rem;
  --s6: 5rem;
  --section-pad: clamp(4.5rem, 3rem + 9vw, 9rem);
  --container: 72rem;
  --radius: 14px;
  --dur: 320ms;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: start;
  pointer-events: auto;
  -webkit-font-smoothing: antialiased;
}
.g360-shell *, .g360-shell *::before, .g360-shell *::after { box-sizing: border-box; }
.g360-shell .nav::before, .g360-shell .nav::after { content: none; display: none; }
.g360-shell img { max-width: 100%; height: auto; display: block; }
.g360-shell a { color: var(--ink); text-decoration-line: underline; text-underline-offset: 3px; text-decoration-color: var(--line); transition: none; }
.g360-shell button { line-height: normal; letter-spacing: normal; text-transform: none; }
.g360-shell a:hover { text-decoration-color: var(--accent-solid); }
.g360-shell p { margin: 0 0 1rem; max-width: 62ch; }
.g360-shell :focus-visible { outline: 2px solid var(--accent-solid); outline-offset: 3px; border-radius: 3px; }

/* 2. Nav, buttons, footer, WhatsApp (extracted from _wireframe.css) */
.g360-shell .container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 1.5rem; }
.g360-shell .g360-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.6rem; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; color: #fff; background-image: var(--accent-gradient); border: 0; border-radius: 999px; text-decoration: none; line-height: 1; transition: filter 0.25s ease, transform 0.3s var(--ease), box-shadow 0.3s ease; }
.g360-shell .g360-btn:hover { filter: brightness(1.06); box-shadow: 0 14px 30px -14px rgba(227, 36, 130, 0.45); transform: translateY(-2px); }
.g360-shell .g360-btn:active { transform: translateY(1px) scale(0.985); }
.g360-shell .g360-btn--ghost { background: none; background-image: none; color: var(--ink); border: 1px solid var(--line); transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s var(--ease), box-shadow 0.3s ease; }
.g360-shell .g360-btn--ghost:hover { background-color: var(--ink); border-color: var(--ink); color: #fff; filter: none; box-shadow: 0 14px 30px -14px rgba(5, 6, 5, 0.35); transform: translateY(-2px); }
.g360-shell .g360-btn--ghost:active { transform: translateY(1px) scale(0.985); }
.g360-shell .g360-btn--light { background: #fff; color: var(--ink); background-image: none; }
.g360-shell .nav-wrap { position: sticky; top: 0.9rem; z-index: 20; padding-inline: 1.25rem; margin-top: 0.9rem; }
.g360-shell .nav { position: relative; max-width: 64rem; margin-inline: auto; display: flex; align-items: center; gap: 1.5rem; padding: 0.55rem 0.6rem 0.55rem 1.4rem; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4); border: 1px solid rgba(5, 6, 5, 0.07); border-radius: 999px; }
.g360-shell .nav__brand { display: inline-flex; align-items: center; text-decoration: none; margin-right: auto; }
.g360-shell .nav__logo { height: 30px; width: auto; display: block; }
.g360-shell .nav__links { display: none; align-items: center; gap: 0.35rem; }
.g360-shell .nav__links > a { padding: 0.4rem 0.75rem; font-family: var(--font-body); font-size: 0.9rem; color: var(--ink-muted); text-decoration: none; border-radius: 999px; }
.g360-shell .nav__links > a:hover { color: var(--ink); background: var(--accent-tint); }
.g360-shell .nav__cta { display: none; }
.g360-shell .nav__menu { margin-left: auto; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 999px; background: none; cursor: pointer; }
.g360-shell .nav__burger,
.g360-shell .nav__burger::before,
.g360-shell .nav__burger::after { content: ""; display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform 0.3s var(--ease), background-color 0.2s ease; }
.g360-shell .nav__burger { position: relative; }
.g360-shell .nav__burger::before,
.g360-shell .nav__burger::after { position: absolute; left: 0; }
.g360-shell .nav__burger::before { top: -6px; }
.g360-shell .nav__burger::after { top: 6px; }
.g360-shell .nav-wrap.is-open .nav__burger { background: transparent; }
.g360-shell .nav-wrap.is-open .nav__burger::before { transform: translateY(6px) rotate(45deg); }
.g360-shell .nav-wrap.is-open .nav__burger::after { transform: translateY(-6px) rotate(-45deg); }
.g360-shell .nav__mega-wrap { position: static; }
.g360-shell .nav__trigger { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.4rem 0.75rem; font-family: var(--font-body); font-size: 0.9rem; color: var(--ink-muted); background: none; border: 0; border-radius: 999px; cursor: pointer; }
.g360-shell .nav__trigger svg { width: 12px; height: 12px; transition: transform 0.25s ease; }
.g360-shell .nav__mega-wrap.is-open .nav__trigger,
.g360-shell .nav__mega-wrap:focus-within .nav__trigger { color: var(--ink); background: var(--accent-tint); }
.g360-shell .nav__mega-wrap.is-open .nav__trigger svg,
.g360-shell .nav__mega-wrap:focus-within .nav__trigger svg { transform: rotate(180deg); }
.g360-shell .nav__mega { position: absolute; top: 100%; left: 50%; translate: -50% 8px; width: min(92vw, 22rem); padding-top: 0.9rem; opacity: 0; visibility: hidden; transition: opacity 0.28s ease, translate 0.28s var(--ease-out-expo), visibility 0.28s; z-index: 30; }
.g360-shell .nav__mega-wrap.is-open .nav__mega,
.g360-shell .nav__mega-wrap:focus-within .nav__mega { opacity: 1; visibility: visible; translate: -50% 0; }
.g360-shell .nav__mega-inner { display: grid; grid-template-columns: 1fr; gap: 0.2rem; padding: 0.6rem; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); border: 1px solid rgba(5, 6, 5, 0.08); border-radius: 16px; box-shadow: 0 18px 50px -20px rgba(5, 6, 5, 0.2); }
.g360-shell .nav__mega-item { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0.8rem; border-radius: 11px; text-decoration: none; color: var(--ink); font-family: var(--font-display); font-weight: 500; font-size: 0.92rem; line-height: 1.2; transition: background 0.2s ease; }
.g360-shell .nav__mega-item:hover { background: var(--accent-tint); }
.g360-shell .nav__mega-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: none; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease; }
.g360-shell .nav__mega-icon svg { width: 17px; height: 17px; }
.g360-shell .nav__mega-item:hover .nav__mega-icon { border-color: transparent; background-image: var(--accent-gradient); color: #fff; }
@media (min-width: 60rem) {
.g360-shell .nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; }
.g360-shell .nav__brand { justify-self: start; margin: 0; }
.g360-shell .nav__links { display: flex; justify-self: center; }
.g360-shell .nav__cta { display: inline-flex; justify-self: end; }
.g360-shell .nav__menu { display: none; }
}
.g360-shell .nav__cta .g360-btn__arrow { width: 13px; height: 13px; flex: none; }
.g360-shell .g360-btn .g360-btn__arrow { width: 13px; height: 13px; flex: none; margin-left: 0.1rem; transition: transform 0.3s var(--ease); }
.g360-shell .g360-btn:hover .g360-btn__arrow { transform: translate(2px, -2px); }
@media (max-width: 59.99rem) {
body.g360-nav-open { overflow: hidden; }
.g360-shell .nav-wrap.is-open { z-index: 40; }
.g360-shell .nav-wrap.is-open .nav { backdrop-filter: none; -webkit-backdrop-filter: none; background: transparent; border-color: transparent; box-shadow: none; }
.g360-shell .nav-wrap.is-open .nav__brand,
.g360-shell .nav-wrap.is-open .nav__menu { position: relative; z-index: 32; }
.g360-shell .nav__links { display: flex; flex-direction: column; align-items: stretch; gap: 0; position: fixed; inset: 0; z-index: 30; padding: clamp(5.5rem, 22vw, 8rem) 1.5rem 8rem; background: radial-gradient(60rem 40rem at 82% -10%, rgba(227, 36, 130, 0.05), transparent 70%), var(--paper); overflow-y: auto; -webkit-overflow-scrolling: touch; opacity: 0; visibility: hidden; transition: opacity 0.26s ease, visibility 0.26s; }
.g360-shell .nav-wrap.is-open .nav__links { opacity: 1; visibility: visible; }
.g360-shell .nav__links > a { font-family: var(--font-display); font-weight: 600; font-size: 1.55rem; letter-spacing: -0.02em; color: var(--ink); padding: 0.85rem 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; }
.g360-shell .nav__links > a:last-of-type { border-bottom: 1px solid var(--line); }
.g360-shell .nav__mega-wrap { order: -1; }
.g360-shell .nav__trigger { width: 100%; justify-content: flex-start; padding: 0 0 0.4rem; font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-muted); pointer-events: none; }
.g360-shell .nav__trigger svg { display: none; }
.g360-shell .nav__mega { position: static; opacity: 1; visibility: visible; translate: none; width: auto; padding: 0; }
.g360-shell .nav__mega-inner { grid-template-columns: 1fr; gap: 0; padding: 0; background: none; border: 0; box-shadow: none; backdrop-filter: none; }
.g360-shell .nav__mega-item { padding: 0.85rem 0; font-family: var(--font-display); font-weight: 600; font-size: 1.55rem; letter-spacing: -0.02em; border-radius: 0; border-top: 1px solid var(--line); }
.g360-shell .nav__mega-item:hover { background: none; }
.g360-shell .nav__mega-item:last-child { border-bottom: 1px solid var(--line); }
.g360-shell .nav__mega-icon { display: none; }
.g360-shell .nav-wrap.is-open .nav__cta { display: inline-flex; justify-content: center; position: fixed; left: 1.5rem; right: 1.5rem; bottom: calc(1.75rem + env(safe-area-inset-bottom, 0px)); z-index: 31; }
}
.g360-shell .footer { background: var(--ink); color: rgba(255, 255, 255, 0.72); padding-block: clamp(3rem, 2rem + 4vw, 4.5rem); }
.g360-shell .footer a { color: #fff; text-decoration-color: rgba(255, 255, 255, 0.3); }
.g360-shell .footer a:hover { text-decoration-color: var(--accent-start); }
.g360-shell .footer__grid { display: grid; gap: 2.5rem; }
@media (min-width: 46rem) {
.g360-shell .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 3rem; }
}
.g360-shell .footer__logo { height: 36px; width: auto; display: block; margin-bottom: 1.1rem; filter: brightness(0) invert(1); }
.g360-shell .footer__tagline { margin: 0 0 1.25rem; max-width: 36ch; line-height: 1.6; font-size: 0.92rem; }
.g360-shell .footer__socials { display: flex; gap: 0.75rem; }
.g360-shell .footer__socials a { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 999px; background: rgba(255, 255, 255, 0.1); transition: background-color 0.2s ease; }
.g360-shell .footer__socials a:hover { background: rgba(255, 255, 255, 0.18); }
.g360-shell .footer__socials svg { width: 17px; height: 17px; }
.g360-shell .footer nav { display: grid; gap: 0.55rem; font-size: 0.92rem; align-content: start; }
.g360-shell .footer nav a { text-decoration: none; }
.g360-shell .footer nav a:hover { text-decoration: underline; }
.g360-shell .footer__navhead { margin: 0 0 0.9rem; padding-bottom: 0.9rem; border-bottom: 1px solid rgba(255, 255, 255, 0.18); font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; }
.g360-shell .footer__bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.15); display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between; font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); }
.g360-shell .footer__bottom p { margin: 0; }
.g360-shell .footer__bottom-links { display: flex; gap: 1.5rem; }
.g360-shell .wa { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 50; display: inline-flex; align-items: center; height: 56px; border-radius: 999px; background: #25d366; color: #fff; text-decoration: none; box-shadow: 0 14px 34px -12px rgba(5, 6, 5, 0.4); transition: padding 0.32s var(--ease-out-expo), opacity 0.3s ease; }
.g360-shell .wa__icon { display: grid; place-items: center; width: 56px; height: 56px; flex: none; }
.g360-shell .wa__icon svg { width: 27px; height: 27px; }
.g360-shell .wa__label { max-width: 0; overflow: hidden; white-space: nowrap; font-family: var(--font-body); font-weight: 600; font-size: 0.92rem; transition: max-width 0.32s var(--ease-out-expo), opacity 0.24s ease, margin 0.32s var(--ease-out-expo); opacity: 0; }
.g360-shell .wa:hover,
.g360-shell .wa:focus-visible { padding-right: 1.3rem; }
.g360-shell .wa:hover .wa__label,
.g360-shell .wa:focus-visible .wa__label { max-width: 12rem; opacity: 1; margin-left: -0.2rem; }
.g360-shell .wa::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); animation: wa-ping 3s ease-out infinite; pointer-events: none; }
@keyframes wa-ping { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70%, 100% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); } }
.g360-shell .wa.is-hidden { opacity: 0; translate: 0 130%; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
.g360-shell .wa,
.g360-shell .wa__label { transition: none; }
.g360-shell .wa::after { animation: none; }
.g360-shell .wa.is-hidden { opacity: 1; translate: none; pointer-events: auto; }
}
@media print {
.g360-shell .wa { display: none; }
}

/* 3. WordPress glue */
.g360-shell .nav-wrap { position: fixed; left: 0; right: 0; margin-top: 0; }
.admin-bar .g360-shell .nav-wrap { top: calc(32px + 0.9rem); }
@media (max-width: 782px) { .admin-bar .g360-shell .nav-wrap { top: calc(46px + 0.9rem); } }
header#header:has(.g360-shell) { background: none !important; box-shadow: none !important; border: 0 !important; }
footer#footer:has(.g360-shell) { position: static !important; padding: 0 !important; background: none !important; }
body.wp-theme-hub .lqd-preloader-wrap { display: none !important; }

/* 4. Brand override for the Hub theme + Elementor content */
body.wp-theme-hub {
  --e-global-color-primary: #e32482;
  --e-global-color-secondary: #050605;
  --e-global-color-text: #050605;
  --e-global-color-accent: #ec195d;
  --e-global-color-f58ed6d: #fce9f1;
  --e-global-color-a3198ec: #f7f1e6;
  --e-global-color-7a0a53f: #e32482;
  --e-global-color-9db57a6: #eef1f3;
  --e-global-color-81fb89a: #5b5c5b;
  --e-global-color-be2c497: #ec195d;
  --e-global-color-c368ab1: #fff7fa;
  --e-global-typography-primary-font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-secondary-font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-545be90-font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-114f6c0-font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-b23f226-font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-114f6c0-font-weight: 600;
  --e-global-typography-primary-letter-spacing: -0.02em;
  --e-global-typography-secondary-letter-spacing: -0.02em;
  --e-global-typography-114f6c0-letter-spacing: -0.02em;
  --e-global-typography-text-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-accent-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-8a13c22-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-7600bff-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-282adff-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-2cea23d-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-4fdbe0c-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-352b388-font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-text-letter-spacing: 0em;
  --color-font: #050605;
  --color-primary: #e32482;
  color: #050605;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* Headings: Hub's Fancy Heading widget hard-codes Figtree 700 per element, so this needs !important */
body.wp-theme-hub :is(h1, h2, h3, h4, h5, h6),
body.wp-theme-hub .elementor-heading-title,
body.wp-theme-hub .ld-fh-element { font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-weight: 600 !important; letter-spacing: -0.02em; }
body.wp-theme-hub .ld-fh-element.p { font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-weight: 400 !important; letter-spacing: normal; }
body.wp-theme-hub .elementor-widget-theme-post-content a,
body.wp-theme-hub .elementor-widget-text-editor a { color: #050605; text-decoration: underline; text-decoration-color: #e7e7e5; text-underline-offset: 3px; }
body.wp-theme-hub .elementor-widget-theme-post-content a:hover,
body.wp-theme-hub .elementor-widget-text-editor a:hover { text-decoration-color: #e32482; }
/* Blog post body: Hub colours links blue; single posts only so white links over image cards are untouched */
body.wp-theme-hub.single-post .entry-content a:not(.elementor-button) { color: #050605 !important; text-decoration: underline; text-decoration-color: #e7e7e5; text-underline-offset: 3px; }
body.wp-theme-hub.single-post .entry-content a:not(.elementor-button):hover { text-decoration-color: #e32482; }
/* Buttons: Hub's .btn.btn-solid sets its own radius, size and colour, so !important here too */
body.wp-theme-hub .elementor-button { font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; font-weight: 600 !important; font-size: 0.95rem !important; line-height: 1 !important; letter-spacing: normal !important; color: #fff !important; background-color: transparent !important; background-image: linear-gradient(90deg, #e32482, #ec195d) !important; border: 0 !important; border-radius: 999px !important; padding: 0.9rem 1.6rem !important; transition: filter 0.25s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease; }
body.wp-theme-hub .elementor-button:hover { filter: brightness(1.06); box-shadow: 0 14px 30px -14px rgba(227, 36, 130, 0.45); transform: translateY(-2px); }
