/* MG studios shared stylesheet.
   Extracted from index.html so the multi-page site downloads it once and
   serves it from cache on every subsequent page. Single source of truth for
   the design system: do not fork per-page copies. */

:root {
 --black: #080608;
 --pink: #f06292;
 --pink-light: #f8bbd0;
 --purple: #9c27b0;
 --purple-light: #ce93d8;
 --purple-deep: #4a0072;
 --white: #fdf6ff;
 --muted: rgba(255,255,255,0.5);
 --glass: rgba(255,255,255,0.04);
 --border: rgba(240,98,146,0.2);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* === Accessibility (WCAG 2.1 AA) === */
/* Visible keyboard focus indicator for every interactive element (2.4.7) */
:focus-visible {
 outline: 3px solid var(--pink-light);
 outline-offset: 2px;
 border-radius: 4px;
}
/* Inputs explicitly clear their outline elsewhere, restore a ring on keyboard focus */
.inquiry-form input:focus-visible,
.inquiry-form select:focus-visible,
.inquiry-form textarea:focus-visible {
 outline: 3px solid var(--pink-light);
 outline-offset: 2px;
}
/* Skip-to-content link, first tab stop, lets keyboard/screen-reader users bypass the nav (2.4.1) */
.skip-link {
 position: absolute;
 left: 1rem;
 top: -4rem;
 z-index: 9999;
 background: var(--pink);
 color: #fff;
 padding: 0.7rem 1.2rem;
 border-radius: 0 0 0.6rem 0.6rem;
 font-size: 0.85rem;
 font-weight: 500;
 text-decoration: none;
 transition: top 0.2s ease;
}
.skip-link:focus { top: 0; }
/* Main landmark receives focus from the skip link without a lingering outline */
main:focus { outline: none; }
/* Visually hidden, but announced by screen readers */
.sr-only {
 position: absolute;
 width: 1px; height: 1px;
 padding: 0; margin: -1px;
 overflow: hidden;
 clip: rect(0,0,0,0);
 white-space: nowrap;
 border: 0;
}
@media (prefers-reduced-motion: reduce) { .skip-link { transition: none; } }
body {
 background: var(--black);
 color: var(--white);
 font-family: 'DM Sans', sans-serif;
 font-weight: 300;
 overflow-x: hidden;
}
nav[aria-label="Primary"] {
 position: fixed; top: 0; left: 0; right: 0; z-index: 100;
 padding: 1.5rem 5vw;
 display: flex; justify-content: space-between; align-items: center;
 background: rgba(8,6,8,0.98);
 border-bottom: 1px solid var(--border);
}
.logo {
 font-family: 'Playfair Display', serif;
 font-size: 1.6rem; font-weight: 900;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 letter-spacing: 0.02em;
 /* Now an <a> to the homepage on every page, so strip anchor styling. */
 text-decoration: none; display: inline-block;
}
nav[aria-label="Primary"] ul { list-style: none; display: flex; gap: 2rem; align-items: center; }
nav[aria-label="Primary"] ul li a {
 color: var(--muted); text-decoration: none;
 font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
 transition: color 0.3s;
}
nav[aria-label="Primary"] ul li a:hover { color: var(--pink-light); }
.nav-cta {
 background: linear-gradient(135deg, var(--pink), var(--purple));
 padding: 0.5rem 1.4rem !important;
 border-radius: 2rem;
 color: white !important;
 -webkit-text-fill-color: white !important;
 font-weight: 500 !important;
}
.hero {
 min-height: 100vh; display: flex; align-items: center;
 padding: 10rem 5vw 6rem; position: relative; overflow: hidden;
 background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%27264%27%20height=%27114.32%27%20viewBox=%270%200%20264%20114.32%27%3E%3Cg%20stroke=%27%23fdf6ff%27%20stroke-opacity=%270.11%27%20stroke-width=%270.9%27%20fill=%27none%27%3E%3Cpath%20d=%27M231%2057.16L297%2057.16M66%20342.95L99%20285.79M396%20342.95L429%20285.79M495%20171.47L528%20114.32M198%20228.63L231%20285.79M528%20342.95L594%20342.95M528%200L561%20-57.16M-231%2057.16L-198%20114.32M627%20171.47L660%20228.63M-264%20-114.32L-198%20-114.32M-66%20-114.32L0%20-114.32M0%200L33%2057.16M429%20285.79L462%20228.63M165%20-57.16L198%20-114.32M495%20-57.16L528%20-114.32M231%20171.47L297%20171.47M-264%200L-231%2057.16M-99%20-57.16L-66%20-114.32M660%20228.63L693%20171.47M528%20114.32L594%20114.32M627%20285.79L693%20285.79M-33%20-57.16L0%200M396%20114.32L462%20114.32M693%2057.16L726%20114.32M-330%20-114.32L-264%20-114.32M330%20228.63L363%20171.47M132%200L198%200M-132%200L-99%20-57.16M-33%20171.47L33%20171.47M264%20114.32L297%20171.47M660%20342.95L693%20285.79M-165%20-57.16L-132%20-114.32M231%2057.16L264%20114.32M462%20114.32L528%20114.32M660%20114.32L726%20114.32M561%20-57.16L594%200M-132%20114.32L-99%20171.47M495%20285.79L528%20342.95M462%200L495%2057.16M297%20171.47L330%20228.63M528%20-114.32L561%20-57.16M495%20171.47L561%20171.47M462%20228.63L528%20228.63M594%200L627%20-57.16M429%20171.47L462%20114.32M-66%200L0%200M66%20228.63L99%20171.47M-132%20-114.32L-99%20-57.16M-297%20-57.16L-231%20-57.16M165%20285.79L198%20228.63M198%20342.95L264%20342.95M264%200L297%20-57.16M330%20-114.32L396%20-114.32M594%200L627%2057.16M-33%20285.79L0%20342.95M-198%200L-132%200M-33%2057.16L33%2057.16M330%20342.95L363%20285.79M33%20171.47L66%20228.63M528%200L561%2057.16M-66%20114.32L0%20114.32M132%20114.32L165%20171.47M462%200L495%20-57.16M-231%20-57.16L-198%20-114.32M495%20-57.16L528%200M363%20285.79L396%20228.63M429%20-57.16L462%20-114.32M-99%2057.16L-66%200M660%20228.63L693%20285.79M99%20285.79L165%20285.79M99%20-57.16L165%20-57.16M66%20114.32L99%2057.16M429%20285.79L462%20342.95M330%20228.63L363%20285.79M429%2057.16L495%2057.16M792%20342.95L858%20342.95M-132%200L-99%2057.16M594%20114.32L660%20114.32M-198%20114.32L-165%20171.47M33%20285.79L99%20285.79M-99%20-57.16L-33%20-57.16M0%20114.32L33%2057.16M-99%20285.79L-66%20228.63M363%2057.16L429%2057.16M462%20-114.32L495%20-57.16M132%20228.63L198%20228.63M165%20171.47L198%20114.32M363%20171.47L396%20114.32M759%20285.79L792%20342.95M165%2057.16L198%200M0%20228.63L33%20171.47M-132%20114.32L-66%20114.32M-99%20285.79L-66%20342.95M594%20228.63L660%20228.63M-330%20-114.32L-297%20-57.16M99%2057.16L165%2057.16M660%20342.95L726%20342.95M66%200L132%200M726%20228.63L792%20228.63M-99%2057.16L-33%2057.16M0%20342.95L33%20285.79M99%20171.47L132%20114.32M198%20-114.32L264%20-114.32M462%20114.32L495%2057.16M-132%20228.63L-66%20228.63M594%20114.32L627%2057.16M297%20-57.16L363%20-57.16M99%20171.47L165%20171.47M429%20-57.16L462%200M198%20342.95L231%20285.79M-231%20-57.16L-198%200M-66%200L-33%20-57.16M-165%20171.47L-132%20114.32M396%20-114.32L429%20-57.16M132%20114.32L198%20114.32M495%2057.16L528%20114.32M-165%2057.16L-99%2057.16M594%20342.95L660%20342.95M363%20285.79L396%20342.95M-165%20171.47L-99%20171.47M264%20-114.32L297%20-57.16M693%20171.47L726%20228.63M-198%200L-165%20-57.16M396%200L462%200M231%20171.47L264%20228.63M561%20171.47L594%20114.32M-33%2057.16L0%200M33%20-57.16L99%20-57.16M363%20-57.16L429%20-57.16M330%200L396%200M462%20342.95L528%20342.95M66%20228.63L99%20285.79M-66%20-114.32L-33%20-57.16M264%20114.32L330%20114.32M396%20114.32L429%2057.16M528%20228.63L561%20171.47M627%20285.79L660%20228.63M132%200L165%20-57.16M165%20285.79L198%20342.95M165%20-57.16L198%200M495%2057.16L528%200M297%20285.79L330%20228.63M297%20285.79L363%20285.79M-198%20114.32L-132%20114.32M198%200L264%200M0%20228.63L33%20285.79M-99%20-57.16L-66%200M627%20171.47L660%20114.32M264%20342.95L330%20342.95M792%20342.95L825%20285.79M264%20228.63L330%20228.63M-231%2057.16L-165%2057.16M198%20114.32L231%20171.47M0%200L66%200M-264%200L-198%200M-99%20285.79L-33%20285.79M-165%20-57.16L-132%200M-33%20-57.16L33%20-57.16M165%20-57.16L231%20-57.16M363%2057.16L396%200M660%20228.63L726%20228.63M33%20285.79L66%20228.63M528%20114.32L561%2057.16M-99%2057.16L-66%20114.32M429%20171.47L495%20171.47M-132%20114.32L-99%2057.16M297%20171.47L330%20114.32M99%2057.16L132%200M627%2057.16L693%2057.16M-66%20114.32L-33%2057.16M264%200L297%2057.16M33%2057.16L99%2057.16M66%200L99%20-57.16M726%20228.63L759%20171.47M231%20171.47L264%20114.32M198%20114.32L264%20114.32M-132%20228.63L-99%20171.47M-33%2057.16L0%20114.32M132%20-114.32L165%20-57.16M594%20342.95L627%20285.79M165%2057.16L198%20114.32M396%20228.63L462%20228.63M132%20114.32L165%2057.16M132%200L165%2057.16M528%200L594%200M-33%20171.47L0%20228.63M-66%20342.95L0%20342.95M297%2057.16L363%2057.16M528%20342.95L561%20285.79M99%20285.79L132%20342.95M396%200L429%20-57.16M-198%20-114.32L-165%20-57.16M495%20-57.16L561%20-57.16M363%20-57.16L396%20-114.32M132%20228.63L165%20171.47M0%20-114.32L66%20-114.32M462%20342.95L495%20285.79M495%20171.47L528%20228.63M33%20285.79L66%20342.95M-66%200L-33%2057.16M-99%20171.47L-66%20228.63M825%20285.79L858%20342.95M264%20342.95L297%20285.79M-264%20-114.32L-231%20-57.16M-297%20-57.16L-264%200M660%20114.32L693%20171.47M363%20171.47L429%20171.47M330%20-114.32L363%20-57.16M-198%20114.32L-165%2057.16M198%200L231%20-57.16M759%20171.47L792%20228.63M726%20342.95L792%20342.95M99%2057.16L132%20114.32M429%2057.16L462%200M-198%200L-165%2057.16M627%20171.47L693%20171.47M99%20285.79L132%20228.63M165%20285.79L231%20285.79M-231%2057.16L-198%200M693%20285.79L759%20285.79M0%200L33%20-57.16M528%20228.63L561%20285.79M-66%20228.63L0%20228.63M462%20-114.32L528%20-114.32M726%20228.63L759%20285.79M-132%20228.63L-99%20285.79M33%20171.47L66%20114.32M-99%20171.47L-33%20171.47M462%20228.63L495%20171.47M198%20-114.32L231%20-57.16M66%20-114.32L99%20-57.16M-297%20-57.16L-264%20-114.32M330%20114.32L363%20171.47M594%20228.63L627%20171.47M-165%2057.16L-132%20114.32M561%20285.79L594%20228.63M462%200L528%200M297%20171.47L363%20171.47M297%20-57.16L330%20-114.32M693%20285.79L726%20228.63M66%20114.32L132%20114.32M231%20-57.16L264%20-114.32M561%2057.16L594%200M396%20228.63L429%20171.47M165%20171.47L231%20171.47M99%20-57.16L132%20-114.32M-165%2057.16L-132%200M198%200L231%2057.16M627%20285.79L660%20342.95M33%20171.47L99%20171.47M132%20342.95L198%20342.95M231%20285.79L264%20228.63M297%20285.79L330%20342.95M198%20228.63L264%20228.63M33%20-57.16L66%20-114.32M429%2057.16L462%20114.32M165%2057.16L231%2057.16M66%20114.32L99%20171.47M660%200L693%2057.16M264%20114.32L297%2057.16M462%20228.63L495%20285.79M792%20228.63L825%20285.79M495%20285.79L561%20285.79M627%2057.16L660%200M429%20171.47L462%20228.63M363%2057.16L396%20114.32M528%20-114.32L594%20-114.32M561%20285.79L594%20342.95M0%20114.32L33%20171.47M-132%200L-66%200M594%20228.63L627%20285.79M726%20114.32L759%20171.47M264%20228.63L297%20171.47M396%200L429%2057.16M198%20228.63L231%20171.47M165%20171.47L198%20228.63M693%20171.47L726%20114.32M-264%200L-231%20-57.16M363%20-57.16L396%200M330%20114.32L396%20114.32M-66%20228.63L-33%20171.47M-132%20-114.32L-66%20-114.32M693%20171.47L759%20171.47M-33%20285.79L0%20228.63M-33%20285.79L33%20285.79M561%20285.79L627%20285.79M99%20171.47L132%20228.63M297%2057.16L330%200M462%20114.32L495%20171.47M-66%20342.95L-33%20285.79M396%20228.63L429%20285.79M231%20285.79L264%20342.95M231%2057.16L264%200M66%20342.95L132%20342.95M396%20342.95L462%20342.95M231%20-57.16L264%200M0%20114.32L66%20114.32M99%20-57.16L132%200M-165%20171.47L-132%20228.63M429%20285.79L495%20285.79M330%200L363%20-57.16M198%20114.32L231%2057.16M627%20-57.16L660%200M-231%20-57.16L-165%20-57.16M132%20-114.32L198%20-114.32M0%20228.63L66%20228.63M495%2057.16L561%2057.16M330%20228.63L396%20228.63M231%20285.79L297%20285.79M-33%20171.47L0%20114.32M561%2057.16L627%2057.16M330%200L363%2057.16M264%20-114.32L330%20-114.32M561%20171.47L594%20228.63M132%20342.95L165%20285.79M726%20342.95L759%20285.79M0%20342.95L66%20342.95M-165%20-57.16L-99%20-57.16M363%20171.47L396%20228.63M396%20114.32L429%20171.47M627%2057.16L660%20114.32M264%20228.63L297%20285.79M561%20171.47L627%20171.47M66%200L99%2057.16M33%2057.16L66%20114.32M759%20285.79L792%20228.63M759%20285.79L825%20285.79M-99%20171.47L-66%20114.32M594%200L660%200M660%20114.32L693%2057.16M66%20228.63L132%20228.63M297%20-57.16L330%200M594%20-114.32L627%20-57.16M-66%20228.63L-33%20285.79M264%200L330%200M-33%20-57.16L0%20-114.32M561%20-57.16L627%20-57.16M693%20285.79L726%20342.95M594%20114.32L627%20171.47M561%20-57.16L594%20-114.32M561%2057.16L594%20114.32M495%20285.79L528%20228.63M330%20342.95L396%20342.95M297%2057.16L330%20114.32M66%20-114.32L132%20-114.32M33%2057.16L66%200M528%20114.32L561%20171.47M33%20-57.16L66%200M528%20228.63L594%20228.63M429%20-57.16L495%20-57.16M363%20285.79L429%20285.79M330%20114.32L363%2057.16M132%20228.63L165%20285.79M0%20-114.32L33%20-57.16M396%20-114.32L462%20-114.32M-66%20114.32L-33%20171.47M231%20-57.16L297%20-57.16M-198%20-114.32L-132%20-114.32M-297%20-95.26L-330%20-114.32M-297%20-95.26L-264%20-114.32M-297%20-95.26L-297%20-57.16M-264%20-76.21L-264%20-114.32M-264%20-76.21L-297%20-57.16M-264%20-76.21L-231%20-57.16M-231%20-95.26L-264%20-114.32M-231%20-95.26L-198%20-114.32M-231%20-95.26L-231%20-57.16M-198%20-76.21L-198%20-114.32M-198%20-76.21L-231%20-57.16M-198%20-76.21L-165%20-57.16M-165%20-95.26L-198%20-114.32M-165%20-95.26L-132%20-114.32M-165%20-95.26L-165%20-57.16M-132%20-76.21L-132%20-114.32M-132%20-76.21L-165%20-57.16M-132%20-76.21L-99%20-57.16M-99%20-95.26L-132%20-114.32M-99%20-95.26L-66%20-114.32M-99%20-95.26L-99%20-57.16M-66%20-76.21L-66%20-114.32M-66%20-76.21L-99%20-57.16M-66%20-76.21L-33%20-57.16M-33%20-95.26L-66%20-114.32M-33%20-95.26L0%20-114.32M-33%20-95.26L-33%20-57.16M0%20-76.21L0%20-114.32M0%20-76.21L-33%20-57.16M0%20-76.21L33%20-57.16M33%20-95.26L0%20-114.32M33%20-95.26L66%20-114.32M33%20-95.26L33%20-57.16M66%20-76.21L66%20-114.32M66%20-76.21L33%20-57.16M66%20-76.21L99%20-57.16M99%20-95.26L66%20-114.32M99%20-95.26L132%20-114.32M99%20-95.26L99%20-57.16M132%20-76.21L132%20-114.32M132%20-76.21L99%20-57.16M132%20-76.21L165%20-57.16M165%20-95.26L132%20-114.32M165%20-95.26L198%20-114.32M165%20-95.26L165%20-57.16M198%20-76.21L198%20-114.32M198%20-76.21L165%20-57.16M198%20-76.21L231%20-57.16M231%20-95.26L198%20-114.32M231%20-95.26L264%20-114.32M231%20-95.26L231%20-57.16M264%20-76.21L264%20-114.32M264%20-76.21L231%20-57.16M264%20-76.21L297%20-57.16M297%20-95.26L264%20-114.32M297%20-95.26L330%20-114.32M297%20-95.26L297%20-57.16M330%20-76.21L330%20-114.32M330%20-76.21L297%20-57.16M330%20-76.21L363%20-57.16M363%20-95.26L330%20-114.32M363%20-95.26L396%20-114.32M363%20-95.26L363%20-57.16M396%20-76.21L396%20-114.32M396%20-76.21L363%20-57.16M396%20-76.21L429%20-57.16M429%20-95.26L396%20-114.32M429%20-95.26L462%20-114.32M429%20-95.26L429%20-57.16M462%20-76.21L462%20-114.32M462%20-76.21L429%20-57.16M462%20-76.21L495%20-57.16M495%20-95.26L462%20-114.32M495%20-95.26L528%20-114.32M495%20-95.26L495%20-57.16M528%20-76.21L528%20-114.32M528%20-76.21L495%20-57.16M528%20-76.21L561%20-57.16M561%20-95.26L528%20-114.32M561%20-95.26L594%20-114.32M561%20-95.26L561%20-57.16M594%20-76.21L594%20-114.32M594%20-76.21L561%20-57.16M594%20-76.21L627%20-57.16M-264%20-38.11L-297%20-57.16M-264%20-38.11L-231%20-57.16M-264%20-38.11L-264%200M-231%20-19.05L-231%20-57.16M-231%20-19.05L-264%200M-231%20-19.05L-198%200M-198%20-38.11L-231%20-57.16M-198%20-38.11L-165%20-57.16M-198%20-38.11L-198%200M-165%20-19.05L-165%20-57.16M-165%20-19.05L-198%200M-165%20-19.05L-132%200M-132%20-38.11L-165%20-57.16M-132%20-38.11L-99%20-57.16M-132%20-38.11L-132%200M-99%20-19.05L-99%20-57.16M-99%20-19.05L-132%200M-99%20-19.05L-66%200M-66%20-38.11L-99%20-57.16M-66%20-38.11L-33%20-57.16M-66%20-38.11L-66%200M-33%20-19.05L-33%20-57.16M-33%20-19.05L-66%200M-33%20-19.05L0%200M0%20-38.11L-33%20-57.16M0%20-38.11L33%20-57.16M0%20-38.11L0%200M33%20-19.05L33%20-57.16M33%20-19.05L0%200M33%20-19.05L66%200M66%20-38.11L33%20-57.16M66%20-38.11L99%20-57.16M66%20-38.11L66%200M99%20-19.05L99%20-57.16M99%20-19.05L66%200M99%20-19.05L132%200M132%20-38.11L99%20-57.16M132%20-38.11L165%20-57.16M132%20-38.11L132%200M165%20-19.05L165%20-57.16M165%20-19.05L132%200M165%20-19.05L198%200M198%20-38.11L165%20-57.16M198%20-38.11L231%20-57.16M198%20-38.11L198%200M231%20-19.05L231%20-57.16M231%20-19.05L198%200M231%20-19.05L264%200M264%20-38.11L231%20-57.16M264%20-38.11L297%20-57.16M264%20-38.11L264%200M297%20-19.05L297%20-57.16M297%20-19.05L264%200M297%20-19.05L330%200M330%20-38.11L297%20-57.16M330%20-38.11L363%20-57.16M330%20-38.11L330%200M363%20-19.05L363%20-57.16M363%20-19.05L330%200M363%20-19.05L396%200M396%20-38.11L363%20-57.16M396%20-38.11L429%20-57.16M396%20-38.11L396%200M429%20-19.05L429%20-57.16M429%20-19.05L396%200M429%20-19.05L462%200M462%20-38.11L429%20-57.16M462%20-38.11L495%20-57.16M462%20-38.11L462%200M495%20-19.05L495%20-57.16M495%20-19.05L462%200M495%20-19.05L528%200M528%20-38.11L495%20-57.16M528%20-38.11L561%20-57.16M528%20-38.11L528%200M561%20-19.05L561%20-57.16M561%20-19.05L528%200M561%20-19.05L594%200M594%20-38.11L561%20-57.16M594%20-38.11L627%20-57.16M594%20-38.11L594%200M627%20-19.05L627%20-57.16M627%20-19.05L594%200M627%20-19.05L660%200M-231%2019.05L-264%200M-231%2019.05L-198%200M-231%2019.05L-231%2057.16M-198%2038.11L-198%200M-198%2038.11L-231%2057.16M-198%2038.11L-165%2057.16M-165%2019.05L-198%200M-165%2019.05L-132%200M-165%2019.05L-165%2057.16M-132%2038.11L-132%200M-132%2038.11L-165%2057.16M-132%2038.11L-99%2057.16M-99%2019.05L-132%200M-99%2019.05L-66%200M-99%2019.05L-99%2057.16M-66%2038.11L-66%200M-66%2038.11L-99%2057.16M-66%2038.11L-33%2057.16M-33%2019.05L-66%200M-33%2019.05L0%200M-33%2019.05L-33%2057.16M0%2038.11L0%200M0%2038.11L-33%2057.16M0%2038.11L33%2057.16M33%2019.05L0%200M33%2019.05L66%200M33%2019.05L33%2057.16M66%2038.11L66%200M66%2038.11L33%2057.16M66%2038.11L99%2057.16M99%2019.05L66%200M99%2019.05L132%200M99%2019.05L99%2057.16M132%2038.11L132%200M132%2038.11L99%2057.16M132%2038.11L165%2057.16M165%2019.05L132%200M165%2019.05L198%200M165%2019.05L165%2057.16M198%2038.11L198%200M198%2038.11L165%2057.16M198%2038.11L231%2057.16M231%2019.05L198%200M231%2019.05L264%200M231%2019.05L231%2057.16M264%2038.11L264%200M264%2038.11L231%2057.16M264%2038.11L297%2057.16M297%2019.05L264%200M297%2019.05L330%200M297%2019.05L297%2057.16M330%2038.11L330%200M330%2038.11L297%2057.16M330%2038.11L363%2057.16M363%2019.05L330%200M363%2019.05L396%200M363%2019.05L363%2057.16M396%2038.11L396%200M396%2038.11L363%2057.16M396%2038.11L429%2057.16M429%2019.05L396%200M429%2019.05L462%200M429%2019.05L429%2057.16M462%2038.11L462%200M462%2038.11L429%2057.16M462%2038.11L495%2057.16M495%2019.05L462%200M495%2019.05L528%200M495%2019.05L495%2057.16M528%2038.11L528%200M528%2038.11L495%2057.16M528%2038.11L561%2057.16M561%2019.05L528%200M561%2019.05L594%200M561%2019.05L561%2057.16M594%2038.11L594%200M594%2038.11L561%2057.16M594%2038.11L627%2057.16M627%2019.05L594%200M627%2019.05L660%200M627%2019.05L627%2057.16M660%2038.11L660%200M660%2038.11L627%2057.16M660%2038.11L693%2057.16M-198%2076.21L-231%2057.16M-198%2076.21L-165%2057.16M-198%2076.21L-198%20114.32M-165%2095.26L-165%2057.16M-165%2095.26L-198%20114.32M-165%2095.26L-132%20114.32M-132%2076.21L-165%2057.16M-132%2076.21L-99%2057.16M-132%2076.21L-132%20114.32M-99%2095.26L-99%2057.16M-99%2095.26L-132%20114.32M-99%2095.26L-66%20114.32M-66%2076.21L-99%2057.16M-66%2076.21L-33%2057.16M-66%2076.21L-66%20114.32M-33%2095.26L-33%2057.16M-33%2095.26L-66%20114.32M-33%2095.26L0%20114.32M0%2076.21L-33%2057.16M0%2076.21L33%2057.16M0%2076.21L0%20114.32M33%2095.26L33%2057.16M33%2095.26L0%20114.32M33%2095.26L66%20114.32M66%2076.21L33%2057.16M66%2076.21L99%2057.16M66%2076.21L66%20114.32M99%2095.26L99%2057.16M99%2095.26L66%20114.32M99%2095.26L132%20114.32M132%2076.21L99%2057.16M132%2076.21L165%2057.16M132%2076.21L132%20114.32M165%2095.26L165%2057.16M165%2095.26L132%20114.32M165%2095.26L198%20114.32M198%2076.21L165%2057.16M198%2076.21L231%2057.16M198%2076.21L198%20114.32M231%2095.26L231%2057.16M231%2095.26L198%20114.32M231%2095.26L264%20114.32M264%2076.21L231%2057.16M264%2076.21L297%2057.16M264%2076.21L264%20114.32M297%2095.26L297%2057.16M297%2095.26L264%20114.32M297%2095.26L330%20114.32M330%2076.21L297%2057.16M330%2076.21L363%2057.16M330%2076.21L330%20114.32M363%2095.26L363%2057.16M363%2095.26L330%20114.32M363%2095.26L396%20114.32M396%2076.21L363%2057.16M396%2076.21L429%2057.16M396%2076.21L396%20114.32M429%2095.26L429%2057.16M429%2095.26L396%20114.32M429%2095.26L462%20114.32M462%2076.21L429%2057.16M462%2076.21L495%2057.16M462%2076.21L462%20114.32M495%2095.26L495%2057.16M495%2095.26L462%20114.32M495%2095.26L528%20114.32M528%2076.21L495%2057.16M528%2076.21L561%2057.16M528%2076.21L528%20114.32M561%2095.26L561%2057.16M561%2095.26L528%20114.32M561%2095.26L594%20114.32M594%2076.21L561%2057.16M594%2076.21L627%2057.16M594%2076.21L594%20114.32M627%2095.26L627%2057.16M627%2095.26L594%20114.32M627%2095.26L660%20114.32M660%2076.21L627%2057.16M660%2076.21L693%2057.16M660%2076.21L660%20114.32M693%2095.26L693%2057.16M693%2095.26L660%20114.32M693%2095.26L726%20114.32M-165%20133.37L-198%20114.32M-165%20133.37L-132%20114.32M-165%20133.37L-165%20171.47M-132%20152.42L-132%20114.32M-132%20152.42L-165%20171.47M-132%20152.42L-99%20171.47M-99%20133.37L-132%20114.32M-99%20133.37L-66%20114.32M-99%20133.37L-99%20171.47M-66%20152.42L-66%20114.32M-66%20152.42L-99%20171.47M-66%20152.42L-33%20171.47M-33%20133.37L-66%20114.32M-33%20133.37L0%20114.32M-33%20133.37L-33%20171.47M0%20152.42L0%20114.32M0%20152.42L-33%20171.47M0%20152.42L33%20171.47M33%20133.37L0%20114.32M33%20133.37L66%20114.32M33%20133.37L33%20171.47M66%20152.42L66%20114.32M66%20152.42L33%20171.47M66%20152.42L99%20171.47M99%20133.37L66%20114.32M99%20133.37L132%20114.32M99%20133.37L99%20171.47M132%20152.42L132%20114.32M132%20152.42L99%20171.47M132%20152.42L165%20171.47M165%20133.37L132%20114.32M165%20133.37L198%20114.32M165%20133.37L165%20171.47M198%20152.42L198%20114.32M198%20152.42L165%20171.47M198%20152.42L231%20171.47M231%20133.37L198%20114.32M231%20133.37L264%20114.32M231%20133.37L231%20171.47M264%20152.42L264%20114.32M264%20152.42L231%20171.47M264%20152.42L297%20171.47M297%20133.37L264%20114.32M297%20133.37L330%20114.32M297%20133.37L297%20171.47M330%20152.42L330%20114.32M330%20152.42L297%20171.47M330%20152.42L363%20171.47M363%20133.37L330%20114.32M363%20133.37L396%20114.32M363%20133.37L363%20171.47M396%20152.42L396%20114.32M396%20152.42L363%20171.47M396%20152.42L429%20171.47M429%20133.37L396%20114.32M429%20133.37L462%20114.32M429%20133.37L429%20171.47M462%20152.42L462%20114.32M462%20152.42L429%20171.47M462%20152.42L495%20171.47M495%20133.37L462%20114.32M495%20133.37L528%20114.32M495%20133.37L495%20171.47M528%20152.42L528%20114.32M528%20152.42L495%20171.47M528%20152.42L561%20171.47M561%20133.37L528%20114.32M561%20133.37L594%20114.32M561%20133.37L561%20171.47M594%20152.42L594%20114.32M594%20152.42L561%20171.47M594%20152.42L627%20171.47M627%20133.37L594%20114.32M627%20133.37L660%20114.32M627%20133.37L627%20171.47M660%20152.42L660%20114.32M660%20152.42L627%20171.47M660%20152.42L693%20171.47M693%20133.37L660%20114.32M693%20133.37L726%20114.32M693%20133.37L693%20171.47M726%20152.42L726%20114.32M726%20152.42L693%20171.47M726%20152.42L759%20171.47M-132%20190.53L-165%20171.47M-132%20190.53L-99%20171.47M-132%20190.53L-132%20228.63M-99%20209.58L-99%20171.47M-99%20209.58L-132%20228.63M-99%20209.58L-66%20228.63M-66%20190.53L-99%20171.47M-66%20190.53L-33%20171.47M-66%20190.53L-66%20228.63M-33%20209.58L-33%20171.47M-33%20209.58L-66%20228.63M-33%20209.58L0%20228.63M0%20190.53L-33%20171.47M0%20190.53L33%20171.47M0%20190.53L0%20228.63M33%20209.58L33%20171.47M33%20209.58L0%20228.63M33%20209.58L66%20228.63M66%20190.53L33%20171.47M66%20190.53L99%20171.47M66%20190.53L66%20228.63M99%20209.58L99%20171.47M99%20209.58L66%20228.63M99%20209.58L132%20228.63M132%20190.53L99%20171.47M132%20190.53L165%20171.47M132%20190.53L132%20228.63M165%20209.58L165%20171.47M165%20209.58L132%20228.63M165%20209.58L198%20228.63M198%20190.53L165%20171.47M198%20190.53L231%20171.47M198%20190.53L198%20228.63M231%20209.58L231%20171.47M231%20209.58L198%20228.63M231%20209.58L264%20228.63M264%20190.53L231%20171.47M264%20190.53L297%20171.47M264%20190.53L264%20228.63M297%20209.58L297%20171.47M297%20209.58L264%20228.63M297%20209.58L330%20228.63M330%20190.53L297%20171.47M330%20190.53L363%20171.47M330%20190.53L330%20228.63M363%20209.58L363%20171.47M363%20209.58L330%20228.63M363%20209.58L396%20228.63M396%20190.53L363%20171.47M396%20190.53L429%20171.47M396%20190.53L396%20228.63M429%20209.58L429%20171.47M429%20209.58L396%20228.63M429%20209.58L462%20228.63M462%20190.53L429%20171.47M462%20190.53L495%20171.47M462%20190.53L462%20228.63M495%20209.58L495%20171.47M495%20209.58L462%20228.63M495%20209.58L528%20228.63M528%20190.53L495%20171.47M528%20190.53L561%20171.47M528%20190.53L528%20228.63M561%20209.58L561%20171.47M561%20209.58L528%20228.63M561%20209.58L594%20228.63M594%20190.53L561%20171.47M594%20190.53L627%20171.47M594%20190.53L594%20228.63M627%20209.58L627%20171.47M627%20209.58L594%20228.63M627%20209.58L660%20228.63M660%20190.53L627%20171.47M660%20190.53L693%20171.47M660%20190.53L660%20228.63M693%20209.58L693%20171.47M693%20209.58L660%20228.63M693%20209.58L726%20228.63M726%20190.53L693%20171.47M726%20190.53L759%20171.47M726%20190.53L726%20228.63M759%20209.58L759%20171.47M759%20209.58L726%20228.63M759%20209.58L792%20228.63M-99%20247.68L-132%20228.63M-99%20247.68L-66%20228.63M-99%20247.68L-99%20285.79M-66%20266.74L-66%20228.63M-66%20266.74L-99%20285.79M-66%20266.74L-33%20285.79M-33%20247.68L-66%20228.63M-33%20247.68L0%20228.63M-33%20247.68L-33%20285.79M0%20266.74L0%20228.63M0%20266.74L-33%20285.79M0%20266.74L33%20285.79M33%20247.68L0%20228.63M33%20247.68L66%20228.63M33%20247.68L33%20285.79M66%20266.74L66%20228.63M66%20266.74L33%20285.79M66%20266.74L99%20285.79M99%20247.68L66%20228.63M99%20247.68L132%20228.63M99%20247.68L99%20285.79M132%20266.74L132%20228.63M132%20266.74L99%20285.79M132%20266.74L165%20285.79M165%20247.68L132%20228.63M165%20247.68L198%20228.63M165%20247.68L165%20285.79M198%20266.74L198%20228.63M198%20266.74L165%20285.79M198%20266.74L231%20285.79M231%20247.68L198%20228.63M231%20247.68L264%20228.63M231%20247.68L231%20285.79M264%20266.74L264%20228.63M264%20266.74L231%20285.79M264%20266.74L297%20285.79M297%20247.68L264%20228.63M297%20247.68L330%20228.63M297%20247.68L297%20285.79M330%20266.74L330%20228.63M330%20266.74L297%20285.79M330%20266.74L363%20285.79M363%20247.68L330%20228.63M363%20247.68L396%20228.63M363%20247.68L363%20285.79M396%20266.74L396%20228.63M396%20266.74L363%20285.79M396%20266.74L429%20285.79M429%20247.68L396%20228.63M429%20247.68L462%20228.63M429%20247.68L429%20285.79M462%20266.74L462%20228.63M462%20266.74L429%20285.79M462%20266.74L495%20285.79M495%20247.68L462%20228.63M495%20247.68L528%20228.63M495%20247.68L495%20285.79M528%20266.74L528%20228.63M528%20266.74L495%20285.79M528%20266.74L561%20285.79M561%20247.68L528%20228.63M561%20247.68L594%20228.63M561%20247.68L561%20285.79M594%20266.74L594%20228.63M594%20266.74L561%20285.79M594%20266.74L627%20285.79M627%20247.68L594%20228.63M627%20247.68L660%20228.63M627%20247.68L627%20285.79M660%20266.74L660%20228.63M660%20266.74L627%20285.79M660%20266.74L693%20285.79M693%20247.68L660%20228.63M693%20247.68L726%20228.63M693%20247.68L693%20285.79M726%20266.74L726%20228.63M726%20266.74L693%20285.79M726%20266.74L759%20285.79M759%20247.68L726%20228.63M759%20247.68L792%20228.63M759%20247.68L759%20285.79M792%20266.74L792%20228.63M792%20266.74L759%20285.79M792%20266.74L825%20285.79M-66%20304.84L-99%20285.79M-66%20304.84L-33%20285.79M-66%20304.84L-66%20342.95M-33%20323.89L-33%20285.79M-33%20323.89L-66%20342.95M-33%20323.89L0%20342.95M0%20304.84L-33%20285.79M0%20304.84L33%20285.79M0%20304.84L0%20342.95M33%20323.89L33%20285.79M33%20323.89L0%20342.95M33%20323.89L66%20342.95M66%20304.84L33%20285.79M66%20304.84L99%20285.79M66%20304.84L66%20342.95M99%20323.89L99%20285.79M99%20323.89L66%20342.95M99%20323.89L132%20342.95M132%20304.84L99%20285.79M132%20304.84L165%20285.79M132%20304.84L132%20342.95M165%20323.89L165%20285.79M165%20323.89L132%20342.95M165%20323.89L198%20342.95M198%20304.84L165%20285.79M198%20304.84L231%20285.79M198%20304.84L198%20342.95M231%20323.89L231%20285.79M231%20323.89L198%20342.95M231%20323.89L264%20342.95M264%20304.84L231%20285.79M264%20304.84L297%20285.79M264%20304.84L264%20342.95M297%20323.89L297%20285.79M297%20323.89L264%20342.95M297%20323.89L330%20342.95M330%20304.84L297%20285.79M330%20304.84L363%20285.79M330%20304.84L330%20342.95M363%20323.89L363%20285.79M363%20323.89L330%20342.95M363%20323.89L396%20342.95M396%20304.84L363%20285.79M396%20304.84L429%20285.79M396%20304.84L396%20342.95M429%20323.89L429%20285.79M429%20323.89L396%20342.95M429%20323.89L462%20342.95M462%20304.84L429%20285.79M462%20304.84L495%20285.79M462%20304.84L462%20342.95M495%20323.89L495%20285.79M495%20323.89L462%20342.95M495%20323.89L528%20342.95M528%20304.84L495%20285.79M528%20304.84L561%20285.79M528%20304.84L528%20342.95M561%20323.89L561%20285.79M561%20323.89L528%20342.95M561%20323.89L594%20342.95M594%20304.84L561%20285.79M594%20304.84L627%20285.79M594%20304.84L594%20342.95M627%20323.89L627%20285.79M627%20323.89L594%20342.95M627%20323.89L660%20342.95M660%20304.84L627%20285.79M660%20304.84L693%20285.79M660%20304.84L660%20342.95M693%20323.89L693%20285.79M693%20323.89L660%20342.95M693%20323.89L726%20342.95M726%20304.84L693%20285.79M726%20304.84L759%20285.79M726%20304.84L726%20342.95M759%20323.89L759%20285.79M759%20323.89L726%20342.95M759%20323.89L792%20342.95M792%20304.84L759%20285.79M792%20304.84L825%20285.79M792%20304.84L792%20342.95M825%20323.89L825%20285.79M825%20323.89L792%20342.95M825%20323.89L858%20342.95%27/%3E%3C/g%3E%3Cg%20fill=%27%23fdf6ff%27%20fill-opacity=%270.22%27%3E%3Ccircle%20cx=%27231%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27231%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-165%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-99%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-33%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27429%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2733%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27495%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2799%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27561%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27330%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2733%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2799%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27165%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27561%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27660%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27297%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27363%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-33%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27429%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27495%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27627%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27693%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-264%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-198%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27264%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-132%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-66%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%270%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27462%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2766%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27528%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27132%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27594%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27132%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27198%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27297%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27363%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27297%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27363%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-33%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27429%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27495%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-231%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27231%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-165%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-99%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27627%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27693%27%20cy=%27171.47%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27759%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2733%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2799%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27561%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27165%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27264%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27330%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27396%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27396%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%270%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27462%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2766%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27528%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27594%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-198%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-132%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-66%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27132%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27198%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-264%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-198%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27264%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-132%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-66%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27297%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2766%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-330%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27132%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-33%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27198%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27429%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27495%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27363%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27627%27%20cy=%2757.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27726%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27330%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-231%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-165%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-99%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27264%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27660%27%20cy=%27228.63%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27396%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-297%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27165%27%20cy=%27-57.16%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2766%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27528%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%270%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27594%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27462%27%20cy=%27114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27231%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-99%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2733%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%2799%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27561%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27165%27%20cy=%27285.79%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27330%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27396%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%270%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27462%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27528%27%20cy=%27-114.32%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-132%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27-66%27%20cy=%270%27%20r=%271.7%27/%3E%3Ccircle%20cx=%27198%27%20cy=%270%27%20r=%271.7%27/%3E%3C/g%3E%3C/svg%3E");
}
.hero-logo {
 display: block;
 width: clamp(280px, 32vw, 440px);
 height: auto;
 margin: 0 auto 1rem;
 opacity: 0;
 animation: up 0.9s ease forwards 0.1s;
}
.hero-bg {
 position: absolute; inset: 0;
 background:
 radial-gradient(ellipse 70% 60% at 80% 50%, rgba(156,39,176,0.18), transparent 60%),
 radial-gradient(ellipse 50% 50% at 20% 30%, rgba(240,98,146,0.12), transparent 55%),
 radial-gradient(ellipse 40% 40% at 60% 80%, rgba(74,0,114,0.25), transparent 50%);
}
.orb { display: none; }
@keyframes orbFloat {
 0%, 100% { transform: translateY(0) scale(1); }
 50% { transform: translateY(-30px) scale(1.05); }
}
.hero-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; text-align: center; }
.eyebrow {
 display: inline-flex; align-items: center; gap: 0.6rem;
 font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
 color: var(--pink); margin-bottom: 1.5rem;
 border: 1px solid var(--border); padding: 0.4rem 1rem; border-radius: 2rem;
 background: rgba(240,98,146,0.05);
}
.eyebrow::before {
 content: ''; width: 6px; height: 6px; border-radius: 50%;
 background: var(--pink); display: block;
}
.hero-inner h1 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(3.2rem, 7vw, 6.5rem);
 line-height: 1.05; font-weight: 900; margin-bottom: 1.5rem;
 opacity: 0; animation: up 0.9s ease forwards 0.2s;
}
.hero-inner h1 em {
 font-style: italic;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-desc {
 font-size: 1.1rem; color: var(--muted); line-height: 1.8;
 max-width: 520px; margin: 0 auto 2.5rem;
 opacity: 0; animation: up 0.9s ease forwards 0.4s;
}
.hero-btns {
 display: flex; gap: 1rem; flex-wrap: wrap;
 justify-content: center;
 opacity: 0; animation: up 0.9s ease forwards 0.6s;
}
@keyframes up {
 from { transform: translateY(30px); opacity: 0; }
 to { transform: translateY(0); opacity: 1; }
}
.hero-nums {
 display: flex; gap: 3rem; margin-top: 4rem; padding-top: 3rem;
 border-top: 1px solid var(--border);
 justify-content: center;
 opacity: 0; animation: up 0.9s ease forwards 0.8s;
 flex-wrap: wrap;
}
.num-val {
 font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.num-lbl { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.2rem; }
/* Free Eval / Demo Popup */
.eval-pop {
 position: fixed;
 inset: 0;
 z-index: 9000;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 1.5rem;
 background: rgba(8,6,8,0.72);
 backdrop-filter: blur(8px);
 -webkit-backdrop-filter: blur(8px);
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
}
.eval-pop.is-open { opacity: 1; visibility: visible; }
.eval-pop-card {
 position: relative;
 max-width: 480px;
 width: 100%;
 background: linear-gradient(160deg, #1a0a1f 0%, #0d0510 100%);
 border: 1px solid var(--border);
 border-radius: 1.5rem;
 padding: 2.75rem 2rem 2.25rem;
 text-align: center;
 box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 60px rgba(240,98,146,0.18);
 transform: translateY(16px) scale(0.98);
 transition: transform 0.35s ease;
}
.eval-pop.is-open .eval-pop-card { transform: translateY(0) scale(1); }
.eval-pop-close {
 position: absolute;
 top: 0.85rem;
 right: 0.85rem;
 width: 2rem;
 height: 2rem;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 background: transparent;
 border: 1px solid var(--border);
 border-radius: 50%;
 color: var(--muted);
 font-size: 1.1rem;
 line-height: 1;
 cursor: pointer;
 transition: color 0.2s, border-color 0.2s, transform 0.2s;
}
.eval-pop-close:hover { color: var(--pink); border-color: var(--pink); transform: rotate(90deg); }
.eval-pop-label {
 display: inline-block;
 font-size: 0.7rem;
 letter-spacing: 0.18em;
 text-transform: uppercase;
 color: var(--pink);
 border: 1px solid var(--border);
 padding: 0.3rem 0.9rem;
 border-radius: 2rem;
 margin-bottom: 1.1rem;
}
.eval-pop-title {
 font-family: 'Playfair Display', serif;
 font-size: 1.85rem;
 line-height: 1.2;
 margin-bottom: 0.8rem;
 color: var(--white);
}
.eval-pop-title em {
 font-style: italic;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
}
.eval-pop-desc {
 color: var(--muted);
 font-size: 0.95rem;
 line-height: 1.7;
 margin-bottom: 1.6rem;
 max-width: 380px;
 margin-left: auto;
 margin-right: auto;
}
.eval-pop-actions {
 display: flex;
 flex-direction: column;
 gap: 0.7rem;
 align-items: center;
}
.eval-pop-call {
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 background: linear-gradient(135deg, var(--pink), var(--purple));
 color: white;
 text-decoration: none;
 padding: 0.95rem 1.8rem;
 border-radius: 3rem;
 font-size: 0.95rem;
 font-weight: 500;
 letter-spacing: 0.05em;
 box-shadow: 0 0 30px rgba(240,98,146,0.35);
 transition: transform 0.25s, box-shadow 0.25s;
}
.eval-pop-call:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(240,98,146,0.5); }
.eval-pop-text {
 color: var(--muted);
 text-decoration: none;
 font-size: 0.85rem;
 letter-spacing: 0.05em;
 transition: color 0.2s;
}
.eval-pop-text:hover { color: var(--pink-light); }
.eval-pop-text strong { color: var(--white); font-weight: 500; }
@media (max-width: 480px) {
 .eval-pop-card { padding: 2.5rem 1.5rem 2rem; }
 .eval-pop-title { font-size: 1.55rem; }
 .eval-pop-desc { font-size: 0.9rem; }
}

.btn {
 display: inline-flex; align-items: center; gap: 0.5rem;
 background: linear-gradient(135deg, var(--pink), var(--purple));
 color: white; text-decoration: none;
 padding: 0.9rem 2rem; border-radius: 3rem;
 font-size: 0.9rem; font-weight: 500; letter-spacing: 0.05em;
 transition: transform 0.3s, box-shadow 0.3s;
 box-shadow: 0 0 30px rgba(240,98,146,0.3);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(240,98,146,0.45); }
.btn-ghost {
 display: inline-flex; align-items: center; gap: 0.5rem;
 color: var(--white); text-decoration: none;
 padding: 0.9rem 2rem; border-radius: 3rem;
 font-size: 0.9rem; font-weight: 500; letter-spacing: 0.05em;
 border: 1px solid var(--border); background: var(--glass);
 transition: border-color 0.3s, background 0.3s;
}
.btn-ghost:hover { border-color: var(--pink); background: rgba(240,98,146,0.08); }
section { padding: 4rem 5vw; }
.lbl { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.25em; color: var(--pink); margin-bottom: 0.8rem; }
.title {
 font-family: 'Playfair Display', serif;
 font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.2; margin-bottom: 1rem;
}
.title em {
 font-style: italic;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.sub { color: var(--muted); font-size: 1rem; line-height: 1.8; max-width: 500px; }

/* Website Management Plans */
.plans-grid {
 display: grid; grid-template-columns: repeat(2, 1fr);
 gap: 1.5rem; margin-top: 3.5rem; align-items: stretch;
 max-width: 920px; margin-left: auto; margin-right: auto;
}
.plan-card {
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.5rem; padding: 2.5rem 2rem;
 display: flex; flex-direction: column;
 transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.plan-card:hover { transform: translateY(-4px); border-color: rgba(240,98,146,0.45); }
.plan-card.featured {
 border-color: var(--pink);
 background: linear-gradient(180deg, rgba(240,98,146,0.08), rgba(156,39,176,0.05));
 box-shadow: 0 0 50px rgba(240,98,146,0.18);
 position: relative;
}
.plan-badge {
 position: absolute; top: -0.85rem; left: 50%; transform: translateX(-50%);
 background: linear-gradient(135deg, var(--pink), var(--purple));
 color: #fff; font-size: 0.62rem; font-weight: 600;
 text-transform: uppercase; letter-spacing: 0.2em;
 padding: 0.4rem 1.1rem; border-radius: 2rem; white-space: nowrap;
 box-shadow: 0 0 24px rgba(240,98,146,0.4);
}
.plan-name { font-family: 'Playfair Display', serif; font-size: 1.4rem; margin-bottom: 0.5rem; }
.plan-tagline { color: var(--muted); font-size: 0.85rem; line-height: 1.6; min-height: 2.7rem; }
.plan-price {
 display: flex; align-items: baseline; gap: 0.3rem; flex-wrap: wrap;
 margin: 1.5rem 0 0.4rem;
}
.plan-price .amount {
 font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; line-height: 1;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.plan-price .period { color: var(--muted); font-size: 0.9rem; }
/* "Starting at" sits on its own line so the amount left-aligns with the
   fixed-price tiers. Negative top margin borrows from .plan-price's existing
   1.5rem gap, keeping all four price baselines on the same line. */
.plan-price .from {
 flex-basis: 100%; color: var(--muted); font-size: 0.78rem;
 line-height: 1; margin: -1.15rem 0 0.35rem;
}
.plan-inherits {
 font-size: 0.78rem; color: var(--pink-light); font-style: italic;
 margin: 1.3rem 0 0.4rem; padding-bottom: 1.1rem;
 border-bottom: 1px solid var(--border);
}
.plan-features { list-style: none; margin: 1.3rem 0 2rem; flex: 1; }
.plan-features li {
 display: flex; align-items: flex-start; gap: 0.65rem;
 color: var(--white); font-size: 0.88rem; line-height: 1.5;
 padding: 0.4rem 0;
}
.plan-features li svg { flex-shrink: 0; margin-top: 0.15rem; color: var(--pink); }
.plan-card .btn, .plan-card .btn-ghost { justify-content: center; width: 100%; }
.plans-note {
 text-align: center; color: var(--muted); font-size: 0.85rem;
 margin-top: 2.5rem; line-height: 1.7;
}
/* Four tiers: 4-across only when cards stay readable, otherwise 2x2, then stacked. */
@media (min-width: 1400px) {
 .plans-grid { grid-template-columns: repeat(4, 1fr); max-width: 1440px; gap: 1.15rem; }
 .plan-card { padding: 2.5rem 1.6rem; }
 .plan-tagline { min-height: 4.1rem; }
 .plan-features li { font-size: 0.85rem; }
}
@media (max-width: 860px) {
 .plans-grid { grid-template-columns: 1fr; max-width: 440px; }
 .plan-tagline { min-height: 0; }
}

.port-grid {
 display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
 gap: 1.5rem; margin-top: 4rem;
}
.port-card {
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.2rem; overflow: hidden;
 transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
 cursor: pointer;
 display: flex;
 flex-direction: column;
}
.port-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(156,39,176,0.2); border-color: rgba(240,98,146,0.4); }
.port-preview {
 width: 100%;
 height: 160px;
 border-bottom: 1px solid var(--border);
 overflow: hidden;
 position: relative;
}
.port-preview iframe {
 width: 100%;
 height: 100%;
 border: none;
 pointer-events: none;
}
.port-info { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.port-tag {
 display: inline-block; font-size: 0.7rem; letter-spacing: 0.1em;
 text-transform: uppercase; color: var(--pink);
 border: 1px solid var(--border); padding: 0.2rem 0.7rem;
 border-radius: 2rem; margin-bottom: 0.6rem;
}
.port-info h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; margin-bottom: 0.3rem; }
.port-info p { color: var(--muted); font-size: 0.85rem; line-height: 1.6; margin-bottom: 1rem; }
.port-link {
 display: inline-flex; align-items: center; gap: 0.4rem;
 font-size: 0.8rem; color: var(--pink); text-decoration: none;
 letter-spacing: 0.05em; transition: gap 0.2s;
}
.port-link:hover { gap: 0.7rem; }
/* Free Demos Guarantee Strip */
.guarantee {
 width: 100vw;
 margin-left: calc(50% - 50vw);
 padding: 1.6rem 5vw;
 margin-top: 2rem;
 background: linear-gradient(135deg, var(--pink), var(--purple));
 box-shadow: 0 0 50px rgba(240,98,146,0.35);
 position: relative;
 z-index: 1;
}
.guarantee-card {
 max-width: 1200px;
 margin: 0 auto;
 background: transparent;
 border: none;
 border-radius: 0;
 padding: 0;
 display: flex;
 align-items: center;
 gap: 1.75rem;
}
.guarantee-emblem {
 font-family: 'Playfair Display', serif;
 font-weight: 900;
 font-size: 1.45rem;
 letter-spacing: 0.05em;
 color: var(--white);
 background: none;
 -webkit-text-fill-color: currentColor;
 flex-shrink: 0;
 white-space: nowrap;
 padding-right: 1.5rem;
 border-right: 1px solid rgba(255,255,255,0.4);
 text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.guarantee-text h2 {
 font-family: 'Playfair Display', serif;
 font-size: 1.3rem;
 font-weight: 700;
 color: var(--white);
 margin-bottom: 0.3rem;
}
.guarantee-text h2 em {
 font-style: italic;
 color: var(--white);
 background: none;
 -webkit-text-fill-color: currentColor;
 border-bottom: 1px solid rgba(255,255,255,0.55);
 padding-bottom: 1px;
}
.guarantee-text p {
 color: rgba(255,255,255,0.92);
 font-size: 0.92rem;
 line-height: 1.65;
}
@media (max-width: 700px) {
 .guarantee { padding: 1.4rem 1.25rem; }
 .guarantee-card {
 flex-direction: column;
 text-align: center;
 gap: 1rem;
 }
 .guarantee-emblem {
 padding-right: 0;
 padding-bottom: 0.9rem;
 border-right: none;
 border-bottom: 1px solid rgba(255,255,255,0.4);
 width: 100%;
 font-size: 1.3rem;
 }
}

/* Demo / Featured Work */
.demo-feature {
 display: block;
 text-decoration: none;
 background: var(--glass);
 border: 1px solid var(--border);
 border-radius: 1.5rem;
 overflow: hidden;
 margin: 3rem auto 0;
 max-width: 1000px;
 transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
}
.demo-feature:hover {
 transform: translateY(-6px);
 box-shadow: 0 20px 60px rgba(156, 39, 176, 0.25);
 border-color: rgba(240, 98, 146, 0.4);
}
.demo-preview {
 width: 100%;
 aspect-ratio: 16 / 9;
 overflow: hidden;
 border-bottom: 1px solid var(--border);
 background: var(--black);
}
.demo-preview img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: top;
 display: block;
 transition: transform 0.6s;
}
.demo-feature:hover .demo-preview img { transform: scale(1.02); }
.demo-info {
 padding: 2rem 2.5rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 2rem;
 flex-wrap: wrap;
}
.demo-info .text { flex: 1; min-width: 240px; }
.demo-info .tag {
 display: inline-block;
 font-size: 0.7rem;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: var(--pink);
 border: 1px solid var(--border);
 padding: 0.25rem 0.8rem;
 border-radius: 2rem;
 margin-bottom: 0.7rem;
}
.demo-info h3 {
 font-family: 'Playfair Display', serif;
 font-size: 1.5rem;
 margin-bottom: 0.4rem;
 color: var(--white);
}
.demo-info p {
 color: var(--muted);
 font-size: 0.9rem;
 line-height: 1.7;
}
.demo-info .link {
 display: inline-flex;
 align-items: center;
 gap: 0.4rem;
 font-size: 0.85rem;
 color: var(--pink);
 font-weight: 500;
 letter-spacing: 0.05em;
 transition: gap 0.2s;
 white-space: nowrap;
}
.demo-feature:hover .demo-info .link { gap: 0.7rem; }
@media (max-width: 600px) {
 .demo-info { padding: 1.5rem; flex-direction: column; align-items: flex-start; }
 .demo-info h3 { font-size: 1.25rem; }
}

/* Compact grid layout for projects */
.work-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1.5rem;
 max-width: 1000px;
 margin: 2.5rem auto 0;
}
.work-grid .demo-feature {
 margin: 0;
 max-width: none;
 border-radius: 1.25rem;
}
.work-grid .demo-info {
 padding: 1.25rem 1.4rem 1.4rem;
 flex-direction: column;
 align-items: flex-start;
 gap: 0.9rem;
}
.work-grid .demo-info .text { min-width: 0; width: 100%; }
.work-grid .demo-info h3 { font-size: 1.25rem; }
.work-grid .demo-info p {
 font-size: 0.82rem;
 line-height: 1.65;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
@media (max-width: 720px) {
 .work-grid { grid-template-columns: 1fr; }
}

/* Testimonials (clickable, square-cornered cards) */
.testimonials-header {
 margin-top: 5rem;
 text-align: center;
}
.testimonials-header .lbl { display: inline-block; }
.t-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
 gap: 1.25rem;
 margin: 2.5rem auto 0;
 max-width: 1100px;
}
/* With a 4th review, switch to a balanced 2x2 instead of a lone orphan card */
.t-grid:has(.t-card:nth-child(4)) {
 grid-template-columns: repeat(2, minmax(320px, 1fr));
 max-width: 820px;
}
.t-card { margin: 0; }
.t-card-trigger {
 width: 100%;
 text-align: left;
 background: var(--glass);
 border: 1px solid var(--border);
 border-radius: 0; /* clean cut edges */
 padding: 1.75rem 1.75rem 1.25rem;
 color: inherit;
 font: inherit;
 cursor: pointer;
 display: flex;
 flex-direction: column;
 gap: 1rem;
 position: relative;
 transition: border-color 0.25s, background 0.25s, transform 0.25s;
}
.t-card-trigger:hover,
.t-card-trigger:focus-visible {
 border-color: rgba(240,98,146,0.55);
 background: rgba(240,98,146,0.06);
 transform: translateY(-2px);
 outline: none;
}
.t-card-trigger:focus-visible { box-shadow: 0 0 0 2px rgba(240,98,146,0.45); }
.t-quote-mark {
 font-family: 'Playfair Display', serif;
 font-size: 3.2rem;
 line-height: 0.7;
 color: var(--pink);
 opacity: 0.5;
 margin-bottom: -0.4rem;
}
.t-body { position: relative; }
.t-body p {
 font-family: 'Playfair Display', serif;
 font-style: italic;
 font-size: 1rem;
 line-height: 1.75;
 color: var(--white);
 margin: 0 0 0.9rem;
}
.t-body p:last-child { margin-bottom: 0; }
/* Collapsed: clamp to 4 lines, hide following paragraphs */
.t-card[data-expanded="false"] .t-body {
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 4;
 line-clamp: 4;
 overflow: hidden;
}
.t-card[data-expanded="false"] .t-body p:not(:first-child) { display: none; }
.t-attr {
 margin-top: auto;
 padding-top: 1rem;
 border-top: 1px solid var(--border);
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 gap: 1rem;
}
.t-name {
 font-family: 'Playfair Display', serif;
 font-size: 1rem;
 color: var(--white);
 margin-bottom: 0.2rem;
}
.t-role {
 font-size: 0.72rem;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: var(--pink);
}
.t-toggle-label {
 font-size: 0.78rem;
 letter-spacing: 0.06em;
 color: var(--pink);
 white-space: nowrap;
 transition: color 0.2s;
}
.t-card[data-expanded="true"] .t-toggle-label { color: var(--muted); }
@media (max-width: 600px) {
 /* Horizontal scroll row: cards line up across, swipe left/right to read */
 .t-grid,
 .t-grid:has(.t-card:nth-child(4)) {
 display: flex;
 grid-template-columns: none;
 max-width: 100%;
 gap: 1rem;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 -webkit-overflow-scrolling: touch;
 /* full-bleed edge padding so first/last cards aren't flush to the screen */
 padding: 0 1.25rem 1rem;
 margin-left: -1.25rem;
 margin-right: -1.25rem;
 scrollbar-width: none; /* Firefox */
 }
 .t-grid::-webkit-scrollbar { display: none; } /* Safari/Chrome */
 .t-card {
 flex: 0 0 85%;
 max-width: 85%;
 scroll-snap-align: center;
 }
 .t-card-trigger { padding: 1.5rem 1.25rem 1.1rem; height: 100%; }
 .t-preview p, .t-full p { font-size: 0.95rem; }
}

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.about-intro { position: sticky; top: 7rem; align-self: start; }
@media (max-width: 768px) { .about-grid { grid-template-columns: 1fr; gap: 1.5rem; } .about-intro { position: static; } }
.about-cards { display: flex; flex-direction: column; gap: 1rem; }
.about-card {
 display: flex; align-items: flex-start; gap: 1rem;
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1rem; padding: 1.4rem 1.6rem; transition: border-color 0.3s;
}
.about-card:hover { border-color: rgba(240,98,146,0.4); }
.about-card .dot { margin-top: 0.55rem; }
.about-card h4 { font-size: 1rem; font-weight: 600; color: var(--white); margin: 0 0 0.3rem; }
.about-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.55; margin: 0; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--purple)); flex-shrink: 0; }
.why-sec { background: linear-gradient(to bottom, transparent, rgba(74,0,114,0.06), transparent); }
.why-intro { max-width: 620px; margin-bottom: 4rem; }
.why-grid {
 display: grid; grid-template-columns: repeat(3, 1fr);
 gap: 1.5rem; margin-bottom: 3rem;
}
.why-card {
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.2rem; padding: 2rem; transition: transform 0.3s, border-color 0.3s;
}
.why-card:hover { transform: translateY(-4px); border-color: rgba(240,98,146,0.35); }
.why-num {
 font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 900; line-height: 1;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
 margin-bottom: 0.6rem;
}
.why-card h3 { font-size: 1rem; font-weight: 500; margin-bottom: 0.5rem; }
.why-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.7; }
.src { font-size: 0.72rem; color: rgba(255,255,255,0.5); text-align: center; margin-top: 2rem; letter-spacing: 0.05em; }
.contact-sec { position: relative; overflow: hidden; text-align: center; }
.contact-sec::before {
 content: ''; position: absolute; inset: 0;
 background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(156,39,176,0.12), transparent 65%);
}
.contact-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.ccard {
 margin-top: 3rem; background: var(--glass);
 border: 1px solid var(--border); border-radius: 1.5rem;
 padding: 3rem 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; align-items: center;
}
.cmethod { display: flex; align-items: center; gap: 1rem; }
.cicon {
 width: 44px; height: 44px; border-radius: 50%;
 background: linear-gradient(135deg, var(--pink), var(--purple));
 display: flex; align-items: center; justify-content: center;
 font-size: 1.1rem; flex-shrink: 0;
}
.clabel { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); }
.cval { font-size: 1.1rem; font-weight: 500; }
.cdiv { width: 100%; height: 1px; background: var(--border); }
.ccta { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

/* Phone-focused contact card */
.phone-card {
 margin: 2.5rem auto 0;
 background: var(--glass);
 border: 1px solid var(--border);
 border-radius: 1.5rem;
 padding: 2.5rem 2rem;
 max-width: 500px;
 text-align: center;
}
.phone-card .phone-label {
 font-size: 0.7rem;
 text-transform: uppercase;
 letter-spacing: 0.25em;
 color: var(--pink);
 margin-bottom: 0.6rem;
}
.phone-card .phone-number {
 font-family: 'Playfair Display', serif;
 font-size: 2rem;
 font-weight: 700;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 margin-bottom: 0.75rem;
}
.phone-card .phone-email {
 display: inline-flex;
 align-items: center;
 gap: 0.45rem;
 color: var(--muted);
 text-decoration: none;
 font-size: 0.9rem;
 margin-bottom: 1.5rem;
 transition: color 0.2s;
}
.phone-card .phone-email:hover { color: var(--pink); }
.phone-card .phone-buttons {
 display: flex;
 gap: 0.8rem;
 justify-content: center;
 flex-wrap: wrap;
}
@media (max-width: 480px) {
 .phone-card { padding: 2rem 1.5rem; }
 .phone-card .phone-number { font-size: 1.6rem; }
}

/* Inquiry Form */
.inquiry-form {
 margin: 2rem auto 0;
 display: flex;
 flex-direction: column;
 gap: 1rem;
 max-width: 580px;
 text-align: left;
}
.inquiry-form .form-row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 1rem;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
 width: 100%;
 background: var(--glass);
 border: 1px solid var(--border);
 border-radius: 0.75rem;
 padding: 0.85rem 1rem;
 color: var(--white);
 font-family: 'DM Sans', sans-serif;
 font-size: 0.9rem;
 outline: none;
 transition: border-color 0.2s, background 0.2s;
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder { color: var(--muted); }
.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
 border-color: var(--pink);
 background: rgba(255, 255, 255, 0.06);
}
.inquiry-form select {
 appearance: none;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f06292' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 1rem center;
 padding-right: 2.5rem;
 cursor: pointer;
 color: var(--muted);
}
.inquiry-form select.has-value { color: var(--white); }
.inquiry-form textarea {
 resize: vertical;
 min-height: 110px;
 line-height: 1.6;
}
.inquiry-form .btn-submit {
 background: linear-gradient(135deg, var(--pink), var(--purple));
 color: white;
 border: none;
 border-radius: 3rem;
 padding: 0.95rem 2rem;
 font-size: 0.9rem;
 font-weight: 500;
 letter-spacing: 0.05em;
 cursor: pointer;
 margin-top: 0.5rem;
 align-self: center;
 box-shadow: 0 0 30px rgba(240, 98, 146, 0.3);
 transition: transform 0.3s, box-shadow 0.3s;
 font-family: 'DM Sans', sans-serif;
}
.inquiry-form .btn-submit:hover:not(:disabled) {
 transform: translateY(-2px);
 box-shadow: 0 8px 40px rgba(240, 98, 146, 0.45);
}
.inquiry-form .btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.form-honey { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-status {
 text-align: center;
 font-size: 0.88rem;
 margin-top: 1rem;
 padding: 0.75rem 1rem;
 border-radius: 0.6rem;
 line-height: 1.5;
}
.form-status.success {
 color: #86efac;
 background: rgba(74, 222, 128, 0.08);
 border: 1px solid rgba(74, 222, 128, 0.3);
}
.form-status.error {
 color: #fca5a5;
 background: rgba(248, 113, 113, 0.08);
 border: 1px solid rgba(248, 113, 113, 0.3);
}
.contact-alt {
 margin-top: 2.5rem;
 text-align: center;
}
.contact-alt .alt-label {
 font-size: 0.7rem;
 color: var(--muted);
 text-transform: uppercase;
 letter-spacing: 0.2em;
 margin-bottom: 0.7rem;
}
.contact-alt .alt-methods {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 1rem;
 flex-wrap: wrap;
}
.contact-alt .alt-methods a {
 color: var(--white);
 text-decoration: none;
 font-size: 0.95rem;
 font-weight: 500;
 transition: color 0.2s;
}
.contact-alt .alt-methods a:hover { color: var(--pink); }
.contact-alt .alt-divider { color: var(--muted); }
@media (max-width: 600px) {
 .inquiry-form .form-row { grid-template-columns: 1fr; }
 .contact-alt .alt-methods { flex-direction: column; gap: 0.5rem; }
 .contact-alt .alt-divider { display: none; }
}
footer {
 padding: 3rem 5vw; border-top: 1px solid var(--border);
 display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
footer p { color: var(--muted); font-size: 0.8rem; }
/* Footer sitemap column. Carries About and the other routes the four-item
   header deliberately leaves out. */
.footer-brand { display: flex; flex-direction: column; gap: 0.9rem; align-items: flex-start; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 0.4rem 1.1rem; max-width: 22rem; }
.footer-nav a {
 color: var(--muted); text-decoration: none; font-size: 0.8rem;
 transition: color 0.2s;
}
.footer-nav a:hover { color: var(--pink-light); }
@media (max-width: 700px) {
 footer { flex-direction: column; align-items: flex-start; }
 footer > div[style] { text-align: left !important; }
}
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
 .orb, .hero-inner h1, .hero-desc, .hero-btns, .hero-nums, .hero-logo {
 animation: none !important;
 opacity: 1 !important;
 }
 .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
 .demo-feature:hover .demo-preview img { transform: none !important; }
 *, *::before, *::after { animation-duration: 0s !important; transition-duration: 0s !important; }
}
@media (max-width: 1024px) {
 .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
 nav[aria-label="Primary"] ul { display: none; }
 .hero-nums { flex-wrap: wrap; gap: 1.5rem; }
 .ccard { padding: 2rem 1.5rem; }
 .why-grid { grid-template-columns: 1fr; }
 section { padding: 3rem 5vw; }
}

/* SEO Section */
.seo-sec {
 position: relative;
 overflow: hidden;
 background: linear-gradient(to bottom, transparent, rgba(156,39,176,0.08), transparent);
}
.seo-sec::before {
 content: '';
 position: absolute;
 inset: 0;
 background:
 radial-gradient(ellipse 55% 50% at 85% 25%, rgba(240,98,146,0.10), transparent 60%),
 radial-gradient(ellipse 45% 50% at 15% 80%, rgba(156,39,176,0.10), transparent 60%);
 pointer-events: none;
}
.seo-intro {
 max-width: 720px;
 position: relative;
 z-index: 1;
}
.seo-emphasis {
 display: inline-block;
 margin-top: 1.4rem;
 padding: 0.55rem 1.2rem;
 font-family: 'Playfair Display', serif;
 font-style: italic;
 font-size: 1.05rem;
 color: var(--pink-light);
 background: rgba(240,98,146,0.06);
 border: 1px solid var(--border);
 border-radius: 2rem;
}
.seo-stats {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.2rem;
 margin: 2.75rem 0 3rem;
 position: relative;
 z-index: 1;
}
.seo-stat {
 background: linear-gradient(135deg, rgba(240,98,146,0.07), rgba(156,39,176,0.07));
 border: 1px solid var(--border);
 border-radius: 1rem;
 padding: 1.7rem 1.4rem;
 text-align: center;
 transition: border-color 0.3s, transform 0.3s;
}
.seo-stat:hover { transform: translateY(-3px); border-color: rgba(240,98,146,0.4); }
.seo-stat-big {
 font-family: 'Playfair Display', serif;
 font-size: 2.6rem;
 font-weight: 900;
 line-height: 1;
 margin-bottom: 0.5rem;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.seo-stat-text {
 color: var(--muted);
 font-size: 0.85rem;
 line-height: 1.55;
}
.seo-grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1.25rem;
 position: relative;
 z-index: 1;
}
.seo-card {
 background: var(--glass);
 border: 1px solid var(--border);
 border-radius: 1.2rem;
 padding: 2rem 1.8rem;
 transition: transform 0.3s, border-color 0.3s, background 0.3s;
}
.seo-card:hover {
 transform: translateY(-4px);
 border-color: rgba(240,98,146,0.45);
 background: rgba(240,98,146,0.04);
}
.seo-card-icon {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 46px;
 height: 46px;
 border-radius: 12px;
 margin-bottom: 1rem;
 font-size: 1.4rem;
 color: var(--white);
 background: linear-gradient(135deg, rgba(240,98,146,0.22), rgba(156,39,176,0.22));
 border: 1px solid var(--border);
}
.seo-card h3 {
 font-family: 'Playfair Display', serif;
 font-size: 1.18rem;
 font-weight: 700;
 margin-bottom: 0.6rem;
 color: var(--white);
}
.seo-card p {
 color: var(--muted);
 font-size: 0.9rem;
 line-height: 1.7;
}
.seo-banner {
 position: relative;
 z-index: 1;
 margin-top: 2.5rem;
 padding: 2.8rem 2.5rem;
 text-align: center;
 background: linear-gradient(135deg, rgba(240,98,146,0.10), rgba(156,39,176,0.13));
 border: 1px solid rgba(240,98,146,0.32);
 border-radius: 1.5rem;
}
.seo-banner-eyebrow {
 display: inline-block;
 margin-bottom: 1rem;
 padding: 0.32rem 0.95rem;
 font-size: 0.7rem;
 letter-spacing: 0.22em;
 text-transform: uppercase;
 color: var(--pink);
 background: rgba(240,98,146,0.06);
 border: 1px solid var(--border);
 border-radius: 2rem;
}
.seo-banner h3 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(1.55rem, 3vw, 2.2rem);
 font-weight: 700;
 line-height: 1.25;
 margin-bottom: 0.9rem;
 color: var(--white);
}
.seo-banner h3 em {
 font-style: italic;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.seo-banner p {
 color: var(--muted);
 font-size: 1rem;
 line-height: 1.75;
 max-width: 620px;
 margin: 0 auto 1.5rem;
}
@media (max-width: 1024px) {
 .seo-grid, .seo-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
 .seo-grid, .seo-stats { grid-template-columns: 1fr; }
 .seo-banner { padding: 2.25rem 1.5rem; }
}

/* FAQ */
.faq-list {
 max-width: 820px;
 margin: 3rem auto 0;
 display: flex;
 flex-direction: column;
 gap: 0.8rem;
}
.faq-item {
 background: var(--glass);
 border: 1px solid var(--border);
 border-radius: 1rem;
 overflow: hidden;
 transition: border-color 0.3s, background 0.3s;
}
.faq-item[open] {
 border-color: rgba(240, 98, 146, 0.4);
 background: rgba(240, 98, 146, 0.04);
}
.faq-item summary {
 padding: 1.2rem 1.5rem;
 cursor: pointer;
 font-size: 0.98rem;
 font-weight: 500;
 color: var(--white);
 list-style: none;
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 1rem;
 transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
 content: '+';
 font-size: 1.5rem;
 color: var(--pink);
 font-weight: 300;
 transition: transform 0.3s;
 flex-shrink: 0;
 line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--pink-light); }
.faq-answer {
 padding: 0 1.5rem 1.3rem;
 color: var(--muted);
 font-size: 0.92rem;
 line-height: 1.7;
}

/* Floating Call Button */
.call-fab {
 position: fixed;
 bottom: 1.5rem;
 left: 1.5rem;
 z-index: 1000;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 background: linear-gradient(135deg, var(--pink), var(--purple));
 color: white;
 display: flex;
 align-items: center;
 justify-content: center;
 box-shadow: 0 8px 24px rgba(240, 98, 146, 0.4);
 transition: transform 0.3s, box-shadow 0.3s;
 text-decoration: none;
}
.call-fab:hover {
 transform: translateY(-3px);
 box-shadow: 0 12px 32px rgba(240, 98, 146, 0.55);
}
.call-fab svg {
 width: 26px;
 height: 26px;
}
@media (max-width: 480px) {
 .call-fab { bottom: 1rem; left: 1rem; width: 56px; height: 56px; }
 .call-fab svg { width: 24px; height: 24px; }
}

/* === Branding & Design === */
.faq-more[hidden] { display: none; }
.faq-more { display: grid; gap: 0.8rem; margin-top: 0.8rem; }
.faq-toggle {
 display: block; margin: 1.5rem auto 0;
 background: var(--glass); color: var(--white);
 border: 1px solid var(--border); border-radius: 3rem;
 padding: 0.8rem 1.8rem; font-size: 0.85rem; font-weight: 500;
 letter-spacing: 0.05em; cursor: pointer; font-family: inherit;
 transition: border-color 0.3s, background 0.3s, color 0.3s;
}
.faq-toggle:hover { border-color: var(--pink); background: rgba(240,98,146,0.08); color: var(--pink-light); }

/* ============================================================
   Subpage layouts (added for the multi-page restructure)
   Uses only existing tokens: no new colors, fonts, or scale.
   ============================================================ */

/* Compact hero for subpages. The homepage keeps its full-height .hero. */
.page-hero {
 padding: 9rem 5vw 4rem; position: relative; overflow: hidden;
 border-bottom: 1px solid var(--border);
}
.page-hero-inner { max-width: 860px; }
.page-hero h1 {
 font-family: 'Playfair Display', serif; font-weight: 700;
 font-size: clamp(2.1rem, 4.4vw, 3.4rem); line-height: 1.15; margin: 0.6rem 0 1rem;
}
.page-hero h1 em { font-style: italic; color: var(--pink-light); }
.page-hero .sub { max-width: 660px; font-size: 1.05rem; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }

/* Breadcrumb bar sits below the fixed header, so it owns the top offset and
   the hero that follows it drops its own. */
.crumb-bar { padding: 7.5rem 5vw 0; }
.crumb-bar + .page-hero { padding-top: 2rem; }

/* Breadcrumbs. Mirrors the BreadcrumbList JSON-LD on every subpage. */
.breadcrumb { font-size: 0.78rem; color: var(--muted); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.45rem; padding: 0; margin: 0; }
.breadcrumb li { display: flex; align-items: center; gap: 0.45rem; }
.breadcrumb li + li::before { content: '/'; opacity: 0.5; }
.breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--pink-light); }
.breadcrumb [aria-current='page'] { color: var(--white); }

/* Long-form body copy. */
.prose { max-width: 760px; }
.prose p { color: var(--muted); font-size: 0.98rem; line-height: 1.85; margin-bottom: 1.1rem; }
.prose p strong { color: var(--white); font-weight: 500; }
.prose h3 {
 font-family: 'Playfair Display', serif; font-size: 1.35rem;
 margin: 2.2rem 0 0.8rem; color: var(--white);
}
.prose ul { list-style: none; margin: 0 0 1.4rem; padding: 0; }
.prose ul li {
 color: var(--muted); font-size: 0.95rem; line-height: 1.7;
 padding: 0.35rem 0 0.35rem 1.4rem; position: relative;
}
.prose ul li::before {
 content: ''; position: absolute; left: 0; top: 0.95rem;
 width: 6px; height: 6px; border-radius: 50%;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
}
.prose a { color: var(--pink-light); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--pink); }

/* Two-column split for content plus an aside. */
.split { display: grid; grid-template-columns: 1.35fr 1fr; gap: 3rem; align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 2rem; } }

/* Fact panel used on case studies and service pages. */
.fact-panel {
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.25rem; padding: 1.8rem;
}
.fact-panel dl { margin: 0; }
.fact-panel dt {
 font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.18em;
 color: var(--pink); margin-top: 1.2rem;
}
.fact-panel dt:first-child { margin-top: 0; }
.fact-panel dd { margin: 0.35rem 0 0; color: var(--white); font-size: 0.9rem; line-height: 1.6; }

/* Closing CTA band, shared by every subpage. */
.cta-band { padding: 4rem 5vw; text-align: center; border-top: 1px solid var(--border); }
.cta-band h2 {
 font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3.2vw, 2.5rem);
 margin-bottom: 0.9rem;
}
.cta-band h2 em { font-style: italic; color: var(--pink-light); }
.cta-band p { color: var(--muted); font-size: 0.95rem; max-width: 540px; margin: 0 auto 2rem; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }

/* "Keep reading" internal link cards. Every page links to at least two others. */
.next-grid {
 display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 gap: 1.2rem; margin-top: 2rem;
}
.next-card {
 display: block; background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.25rem; padding: 1.5rem; text-decoration: none;
 transition: transform 0.3s, border-color 0.3s;
}
.next-card:hover { transform: translateY(-4px); border-color: rgba(240,98,146,0.45); }
.next-card h3 {
 font-family: 'Playfair Display', serif; font-size: 1.1rem;
 color: var(--white); margin-bottom: 0.4rem;
}
.next-card p { color: var(--muted); font-size: 0.85rem; line-height: 1.6; }
.next-card .link { color: var(--pink-light); font-size: 0.82rem; display: inline-block; margin-top: 0.7rem; }

/* Case study index cards. */
.case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.case-card {
 display: flex; flex-direction: column; background: var(--glass);
 border: 1px solid var(--border); border-radius: 1.5rem; overflow: hidden;
 text-decoration: none; transition: transform 0.3s, border-color 0.3s;
}
.case-card:hover { transform: translateY(-4px); border-color: rgba(240,98,146,0.45); }
.case-card img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.case-card-body { padding: 1.6rem; display: flex; flex-direction: column; flex: 1; }
.case-card-body .tag {
 font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--pink);
}
.case-card-body h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--white); margin: 0.5rem 0; }
.case-card-body p { color: var(--muted); font-size: 0.87rem; line-height: 1.65; flex: 1; }
.case-card-body .link { color: var(--pink-light); font-size: 0.85rem; margin-top: 1rem; }

/* Pull quote reusing the testimonial voice on case study pages. */
.pull-quote {
 border-left: 2px solid var(--pink); padding: 0.4rem 0 0.4rem 1.5rem;
 margin: 2rem 0; max-width: 760px;
}
.pull-quote p { color: var(--white); font-size: 1rem; line-height: 1.8; font-style: italic; margin-bottom: 0.8rem; }
.pull-quote footer { display: block; padding: 0; border: 0; }
.pull-quote .t-name { color: var(--white); font-size: 0.88rem; font-weight: 500; }
.pull-quote .t-role { color: var(--muted); font-size: 0.78rem; }

/* Condensed plan summary on the homepage. The full cards live on /pricing;
   these link through rather than duplicating the feature lists. */
.plan-mini-grid {
 display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem;
 margin-top: 3rem; max-width: 1280px; margin-left: auto; margin-right: auto;
}
.plan-mini {
 position: relative; display: block; text-decoration: none;
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.35rem; padding: 2rem 1.6rem;
 transition: transform 0.3s, border-color 0.3s;
}
.plan-mini:hover { transform: translateY(-4px); border-color: rgba(240,98,146,0.45); }
.plan-mini.featured {
 border-color: var(--pink);
 background: linear-gradient(180deg, rgba(240,98,146,0.08), rgba(156,39,176,0.05));
 box-shadow: 0 0 50px rgba(240,98,146,0.18);
}
.plan-mini h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--white); margin-bottom: 0.6rem; }
.plan-mini-price {
 font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 700; line-height: 1;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
 margin-bottom: 0.9rem;
}
.plan-mini-price span { font-family: 'DM Sans', sans-serif; font-size: 0.82rem; -webkit-text-fill-color: var(--muted); }
.plan-mini-price .from { font-size: 0.7rem; margin-right: 0.3rem; }
.plan-mini p { color: var(--muted); font-size: 0.84rem; line-height: 1.6; }
@media (max-width: 1100px) { .plan-mini-grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; } }
@media (max-width: 620px) { .plan-mini-grid { grid-template-columns: 1fr; max-width: 420px; } }

/* ============================================================
   Filling the right-hand void on text-heavy subpages.
   .prose caps at 760px and .sub at 500px, which reads well but
   leaves 40-60% of a wide row empty. These give long-form
   sections something to occupy the full width with.
   ============================================================ */

/* The aside travels with the reader instead of stranding a void
   under itself when the prose column is much taller. */
.split > aside { position: sticky; top: 6.5rem; align-self: start; }
@media (max-width: 900px) { .split > aside { position: static; } }

/* Two-column section intro: label and title left, supporting copy right. */
.section-head {
 display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem;
 align-items: end;
}
.section-head .sub { max-width: none; }
@media (max-width: 900px) { .section-head { grid-template-columns: 1fr; gap: 1rem; align-items: start; } }

/* Q&A laid out as cards across the full width rather than one narrow column. */
.qa-grid {
 display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
 gap: 1.2rem; margin-top: 2.5rem;
}
.qa-card {
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.25rem; padding: 1.7rem;
}
.qa-card h3 {
 font-family: 'Playfair Display', serif; font-size: 1.12rem;
 color: var(--white); margin-bottom: 0.6rem;
}
.qa-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.75; }
.qa-card p + p { margin-top: 0.7rem; }
.qa-card a { color: var(--pink-light); text-decoration: underline; text-underline-offset: 2px; }

/* Long inclusion lists run in two columns on wide screens. */
.prose ul.cols-2 { column-count: 2; column-gap: 2.5rem; }
.prose ul.cols-2 li { break-inside: avoid; }
@media (max-width: 780px) { .prose ul.cols-2 { column-count: 1; } }

/* Full-width prose for sections with no aside beside them. */
.prose.wide { max-width: 1100px; }

/* Compact conversion card that sits under a fact panel in the aside column. */
.aside-cta {
 margin-top: 1.2rem; background: linear-gradient(180deg, rgba(240,98,146,0.10), rgba(156,39,176,0.06));
 border: 1px solid var(--pink); border-radius: 1.25rem; padding: 1.6rem;
}
.aside-cta h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 0.5rem; }
.aside-cta p { color: var(--muted); font-size: 0.85rem; line-height: 1.65; margin-bottom: 1.1rem; }
.aside-cta .btn { width: 100%; justify-content: center; }

/* Ragged last rows read as accidental gaps. These two modifiers give a known
   card count an even column count so the grid always ends flush. */
.qa-grid.pair { grid-template-columns: repeat(2, 1fr); }
.qa-grid.steps { grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); }
@media (max-width: 900px) { .qa-grid.pair { grid-template-columns: 1fr; } }

/* ============================================================
   Blog
   ============================================================ */
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.post-card {
 display: flex; flex-direction: column; background: var(--glass);
 border: 1px solid var(--border); border-radius: 1.5rem; padding: 2rem;
 text-decoration: none; transition: transform 0.3s, border-color 0.3s;
}
.post-card:hover { transform: translateY(-4px); border-color: rgba(240,98,146,0.45); }
.post-meta { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--pink); margin-bottom: 0.8rem; }
.post-card h2, .post-card h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--white); margin-bottom: 0.7rem; line-height: 1.3; }
.post-card p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; flex: 1; }
.post-card .link { color: var(--pink-light); font-size: 0.85rem; margin-top: 1.2rem; }

/* Article body. Narrower than .prose.wide because long-form reads better
   at a shorter measure, and the byline row fills the space above it. */
.article { max-width: 720px; }
.article .post-meta { margin-bottom: 1.5rem; }
.article h2 {
 font-family: 'Playfair Display', serif; font-size: 1.7rem; color: var(--white);
 margin: 2.8rem 0 1rem; line-height: 1.3;
}
.article h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--white); margin: 2rem 0 0.7rem; }
.article p { color: var(--muted); font-size: 1rem; line-height: 1.9; margin-bottom: 1.2rem; }
.article p strong { color: var(--white); font-weight: 500; }
.article a { color: var(--pink-light); text-decoration: underline; text-underline-offset: 2px; }
.article ul { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.article ul li { color: var(--muted); font-size: 0.97rem; line-height: 1.8; padding: 0.4rem 0 0.4rem 1.5rem; position: relative; }
.article ul li::before {
 content: ''; position: absolute; left: 0; top: 1.05rem; width: 6px; height: 6px;
 border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--purple-light));
}
.article .stat-callout {
 border-left: 2px solid var(--pink); padding: 0.2rem 0 0.2rem 1.5rem; margin: 2rem 0;
}
.article .stat-callout .big {
 font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; line-height: 1;
 background: linear-gradient(135deg, var(--pink), var(--purple-light));
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.article .stat-callout p { margin: 0.5rem 0 0; font-size: 0.95rem; }
.article .src { color: var(--muted); font-size: 0.78rem; font-style: italic; margin-top: 2.5rem; }

/* ============================================================
   Inline lead forms
   Same FormSubmit AJAX endpoint as /start, restyled for in-page use.
   ============================================================ */
.lead-form-card {
 background: var(--glass); border: 1px solid var(--border);
 border-radius: 1.5rem; padding: 2.5rem 2rem; max-width: 640px;
}
.lead-form-card.wide { max-width: 100%; }
.lead-form-card h3 {
 font-family: 'Playfair Display', serif; font-size: 1.5rem;
 color: var(--white); margin-bottom: 0.5rem;
}
.lead-form-card h3 em { font-style: italic; color: var(--pink-light); }
.lead-form-intro { color: var(--muted); font-size: 0.9rem; line-height: 1.7; margin-bottom: 1.8rem; }

.lead-form { display: grid; gap: 1.1rem; }
.lead-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 620px) { .lead-form .row { grid-template-columns: 1fr; } }

.lead-field { display: flex; flex-direction: column; gap: 0.4rem; }
.lead-field label { font-size: 0.8rem; color: var(--white); letter-spacing: 0.02em; }
.lead-field .req { color: var(--pink); }
.lead-field input,
.lead-field textarea {
 width: 100%; background: rgba(255,255,255,0.03);
 border: 1px solid var(--border); border-radius: 0.75rem;
 padding: 0.8rem 1rem; color: var(--white);
 font-family: 'DM Sans', sans-serif; font-size: 0.92rem;
 transition: border-color 0.2s, background 0.2s;
}
.lead-field textarea { resize: vertical; min-height: 5.5rem; }
.lead-field input::placeholder,
.lead-field textarea::placeholder { color: rgba(255,255,255,0.3); }
.lead-field input:focus,
.lead-field textarea:focus {
 outline: none; border-color: var(--pink); background: rgba(240,98,146,0.05);
}
/* Visible focus ring for keyboard users, not just the colour change. */
.lead-field input:focus-visible,
.lead-field textarea:focus-visible { outline: 2px solid var(--pink-light); outline-offset: 2px; }

/* Error state: colour is never the only signal, the message carries it. */
.lead-field.has-error input,
.lead-field.has-error textarea { border-color: #ff6b6b; background: rgba(255,107,107,0.06); }
.lead-field-error { color: #ff8f8f; font-size: 0.76rem; min-height: 0; }
.lead-field-error:empty { display: none; }

.lead-form button[type="submit"] { width: 100%; justify-content: center; margin-top: 0.4rem; }
.lead-form button[type="submit"]:disabled { opacity: 0.6; cursor: wait; transform: none; }

.form-notice {
 border-radius: 0.75rem; padding: 0.9rem 1rem; font-size: 0.85rem; line-height: 1.6;
 border: 1px solid #ff6b6b; background: rgba(255,107,107,0.08); color: #ff8f8f;
}
.form-notice:empty { display: none; }
.form-notice a { color: var(--pink-light); }

.form-success { text-align: center; padding: 1rem 0; }
.form-success .tick {
 width: 52px; height: 52px; margin: 0 auto 1.1rem; border-radius: 50%;
 display: grid; place-items: center; color: #fff;
 background: linear-gradient(135deg, var(--pink), var(--purple));
}
.form-success h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--white); margin-bottom: 0.5rem; }
.form-success p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.form-privacy { color: var(--muted); font-size: 0.72rem; line-height: 1.6; margin-top: 0.2rem; }

/* Contact section: form beside the phone card rather than a lone column. */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; margin-top: 3rem; }
@media (max-width: 950px) { .contact-split { grid-template-columns: 1fr; } }

/* [hidden] is display:none in the UA stylesheet, but a class that sets display
   (like .lead-form's grid) outranks it and the element stays visible. This
   restores the attribute's meaning for the elements that set their own display. */
.lead-form[hidden],
.form-success[hidden],
.faq-more[hidden] { display: none; }

/* The contact-section form sits in a half-width column, so its paired fields
   have ~230px each and truncate. The wider standalone cards keep two-up. */
.contact-split .lead-form .row { grid-template-columns: 1fr; }

/* Four case studies: 2x2 reads better than a 3-up row with a lone orphan. */
.case-grid { grid-template-columns: repeat(2, 1fr); max-width: 1100px; }
@media (max-width: 820px) { .case-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
