/*
Theme Name: Webatelier Studio
Theme URI: https://example.com/webatelier-studio
Author: Webatelier
Author URI: https://example.com
Description: Grafisch sterk, responsive WordPress-thema voor webstudio's, pluginbouwers en digitale bureaus. Inclusief instelbare branding, footer, widgetgebieden en moderne blok-editorstijlen.
Version: 4.0.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: webatelier-studio
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, footer-widgets, block-styles, wide-blocks, blog, portfolio
*/

:root {
  --wa-primary: #7c5cff;
  --wa-secondary: #27d9ff;
  --wa-bg: #090b12;
  --wa-surface: #121622;
  --wa-text: #f7f8ff;
  --wa-muted: #a9b0c3;
  --wa-line: #2a3142;
  --wa-logo-width: 190px;
  --wa-radius: 26px;
  --wa-radius-sm: 16px;
  --wa-container: 1240px;
  --wa-shadow: 0 24px 70px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wa-bg);
  color: var(--wa-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.1em; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 .55em; line-height: 1.06; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4.4vw, 4.2rem); }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
button,input,textarea,select { font: inherit; }
::selection { background: var(--wa-primary); color: #fff; }

.container { width: min(calc(100% - 40px), var(--wa-container)); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 150px) 0; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.screen-reader-text:focus { position:fixed!important; top:12px; left:12px; z-index:99999; width:auto; height:auto; padding:12px 16px; margin:0; clip:auto; background:#fff; color:#000; border-radius:8px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: color-mix(in srgb, var(--wa-bg) 74%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { border-color: color-mix(in srgb, var(--wa-line) 70%, transparent); box-shadow: 0 10px 40px rgba(0,0,0,.16); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { display:flex; align-items:center; min-width: 0; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: var(--wa-logo-width); max-height: 58px; object-fit: contain; object-position: left center; }
.brand-wordmark { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; font-size: 1.08rem; white-space: nowrap; }
.brand-mark { width: 28px; height: 28px; border-radius: 9px 4px 9px 4px; background: linear-gradient(135deg,var(--wa-primary),var(--wa-secondary)); box-shadow: 0 0 28px color-mix(in srgb,var(--wa-primary) 55%,transparent); transform: rotate(-7deg); }
.site-navigation { display: flex; align-items: center; gap: 30px; }
.primary-menu, .fallback-menu > ul { list-style:none; display:flex; align-items:center; gap:28px; padding:0; margin:0; }
.primary-menu li, .fallback-menu li { position:relative; }
.primary-menu a, .fallback-menu a { color: var(--wa-muted); font-size:.94rem; font-weight:650; transition:.2s ease; }
.primary-menu a:hover, .primary-menu .current-menu-item > a, .fallback-menu a:hover { color: var(--wa-text); }
.primary-menu .sub-menu { position:absolute; top:calc(100% + 14px); left:-18px; min-width:220px; list-style:none; margin:0; padding:10px; border:1px solid var(--wa-line); border-radius:14px; background:var(--wa-surface); box-shadow:var(--wa-shadow); opacity:0; visibility:hidden; transform:translateY(8px); transition:.2s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity:1; visibility:visible; transform:none; }
.primary-menu .sub-menu a { display:block; padding:10px 12px; border-radius:9px; }
.primary-menu .sub-menu a:hover { background:color-mix(in srgb,var(--wa-primary) 12%,transparent); }
.menu-toggle { display:none; border:0; background:transparent; color:var(--wa-text); padding:10px 0; cursor:pointer; align-items:center; gap:10px; }
.menu-toggle__label { font-weight:700; }
.menu-toggle__icon { width:28px; height:18px; display:grid; align-content:center; gap:6px; }
.menu-toggle__icon i { height:2px; width:100%; background:currentColor; display:block; transition:.2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:first-child { transform:translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:last-child { transform:translateY(-4px) rotate(-45deg); }

/* Buttons */
.button, .wp-element-button, input[type="submit"] { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:52px; padding:0 22px; border:0; border-radius:999px; background:linear-gradient(135deg,var(--wa-primary),color-mix(in srgb,var(--wa-primary) 76%,var(--wa-secondary))); color:#fff; font-weight:800; box-shadow:0 12px 32px color-mix(in srgb,var(--wa-primary) 24%,transparent); transition:transform .2s ease, box-shadow .2s ease; cursor:pointer; }
.button:hover, .wp-element-button:hover, input[type="submit"]:hover { transform:translateY(-2px); box-shadow:0 16px 40px color-mix(in srgb,var(--wa-primary) 34%,transparent); }
.button--small { min-height:42px; padding:0 18px; font-size:.9rem; }
.button--light { background:#fff; color:#0b0d13; box-shadow:none; }
.text-link { display:inline-flex; align-items:center; gap:9px; font-weight:800; color:var(--wa-text); }
.text-link span { transition:transform .2s ease; }
.text-link:hover span { transform:translateX(4px); }

/* Hero */
.hero { position:relative; min-height:calc(100vh - 84px); display:flex; align-items:center; padding:clamp(70px,9vw,135px) 0; overflow:hidden; isolation:isolate; }
.hero-grid { position:absolute; inset:0; z-index:-3; background-image:linear-gradient(color-mix(in srgb,var(--wa-line) 36%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--wa-line) 36%,transparent) 1px,transparent 1px); background-size:62px 62px; mask-image:linear-gradient(to bottom,black,transparent 90%); opacity:.42; }
.hero::after { content:""; position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,var(--wa-bg) 0%,color-mix(in srgb,var(--wa-bg) 88%,transparent) 42%,color-mix(in srgb,var(--wa-bg) 55%,transparent) 100%); }
.hero-orb { position:absolute; z-index:-1; border-radius:50%; filter:blur(22px); opacity:.3; }
.hero-orb--one { width:480px; height:480px; right:7%; top:12%; background:var(--wa-primary); }
.hero-orb--two { width:280px; height:280px; right:32%; bottom:7%; background:var(--wa-secondary); opacity:.18; }
.hero-inner { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr); gap:clamp(55px,8vw,120px); align-items:center; }
.hero-copy { max-width:780px; }
.eyebrow { display:flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.16em; font-size:.76rem; font-weight:800; color:var(--wa-muted); margin:0 0 22px; }
.eyebrow > span { display:inline-block; width:28px; height:2px; background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary)); }
.hero h1 { max-width:900px; }
.hero-lead { max-width:660px; margin:28px 0 34px; color:var(--wa-muted); font-size:clamp(1.08rem,1.6vw,1.3rem); }
.hero-actions { display:flex; flex-wrap:wrap; gap:22px; align-items:center; }
.hero-visual { position:relative; min-height:520px; display:flex; align-items:center; justify-content:center; perspective:1200px; }
.browser-card { width:min(100%,560px); border:1px solid color-mix(in srgb,var(--wa-line) 82%,transparent); border-radius:24px; overflow:hidden; background:color-mix(in srgb,var(--wa-surface) 82%,transparent); box-shadow:0 45px 120px rgba(0,0,0,.43); transform:rotateY(-7deg) rotateX(4deg) rotateZ(1deg); backdrop-filter:blur(18px); }
.browser-bar { height:52px; display:flex; align-items:center; gap:8px; padding:0 16px; border-bottom:1px solid var(--wa-line); color:var(--wa-muted); font-size:.72rem; }
.browser-bar span { width:8px; height:8px; border-radius:50%; background:var(--wa-line); }
.browser-bar span:first-child { background:var(--wa-primary); }
.browser-bar span:nth-child(2) { background:var(--wa-secondary); }
.browser-bar b { margin-left:auto; margin-right:auto; font-weight:650; letter-spacing:.02em; }
.browser-content { min-height:370px; padding:48px 40px; background:radial-gradient(circle at 72% 22%,color-mix(in srgb,var(--wa-primary) 26%,transparent),transparent 34%),linear-gradient(160deg,color-mix(in srgb,var(--wa-surface) 96%,black),var(--wa-bg)); }
.code-label { display:inline-flex; padding:7px 11px; border:1px solid color-mix(in srgb,var(--wa-secondary) 42%,var(--wa-line)); border-radius:999px; color:var(--wa-secondary); font-size:.66rem; font-weight:850; letter-spacing:.15em; }
.mini-headline { height:30px; width:82%; margin-top:34px; border-radius:7px; background:var(--wa-text); opacity:.95; }
.mini-headline--short { width:58%; margin-top:11px; background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary)); }
.mini-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:52px; }
.mini-grid i { display:block; height:110px; border-radius:16px; border:1px solid var(--wa-line); background:linear-gradient(145deg,color-mix(in srgb,var(--wa-surface) 90%,white 3%),color-mix(in srgb,var(--wa-bg) 95%,black)); }
.floating-chip { position:absolute; display:flex; align-items:center; border:1px solid color-mix(in srgb,var(--wa-line) 88%,transparent); background:color-mix(in srgb,var(--wa-bg) 68%,transparent); backdrop-filter:blur(16px); box-shadow:var(--wa-shadow); }
.floating-chip--top { top:40px; right:-20px; border-radius:999px; padding:11px 16px; font-size:.8rem; font-weight:800; color:var(--wa-secondary); }
.floating-chip--bottom { bottom:38px; left:-32px; width:136px; height:136px; border-radius:24px; flex-direction:column; justify-content:center; font-size:2.3rem; line-height:1; font-weight:900; }
.floating-chip--bottom span { font-size:.85rem; color:var(--wa-muted); margin-left:3px; }
.floating-chip--bottom small { display:block; font-size:.62rem; text-transform:uppercase; letter-spacing:.12em; color:var(--wa-muted); margin-top:10px; }

/* Sections */
.services { border-top:1px solid color-mix(in srgb,var(--wa-line) 62%,transparent); background:linear-gradient(180deg,color-mix(in srgb,var(--wa-surface) 23%,var(--wa-bg)),var(--wa-bg)); }
.section-heading { display:grid; grid-template-columns:1.25fr .75fr; gap:60px; align-items:end; margin-bottom:55px; }
.section-heading > p { color:var(--wa-muted); font-size:1.08rem; max-width:500px; justify-self:end; }
.section-heading--compact { grid-template-columns:1fr; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { position:relative; min-height:360px; padding:32px; border:1px solid var(--wa-line); border-radius:var(--wa-radius); background:linear-gradient(145deg,color-mix(in srgb,var(--wa-surface) 92%,white 2%),color-mix(in srgb,var(--wa-bg) 88%,var(--wa-surface))); overflow:hidden; transition:.25s ease; }
.service-card::after { content:""; position:absolute; inset:auto -80px -120px auto; width:230px; height:230px; border-radius:50%; background:var(--wa-primary); filter:blur(50px); opacity:0; transition:.3s ease; }
.service-card:hover { transform:translateY(-6px); border-color:color-mix(in srgb,var(--wa-primary) 55%,var(--wa-line)); }
.service-card:hover::after { opacity:.13; }
.service-number { font:700 .75rem/1 ui-monospace,SFMono-Regular,Menlo,monospace; color:var(--wa-muted); }
.service-icon { width:58px; height:58px; margin:62px 0 26px; position:relative; border-radius:18px; border:1px solid color-mix(in srgb,var(--wa-primary) 55%,var(--wa-line)); background:color-mix(in srgb,var(--wa-primary) 9%,var(--wa-surface)); }
.service-icon span { position:absolute; width:24px; height:2px; top:50%; left:50%; background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary)); transform:translate(-50%,-50%); }
.service-icon span:last-child { transform:translate(-50%,-50%) rotate(90deg); }
.service-card p { color:var(--wa-muted); margin:0; }

.page-builder-zone { border-top:1px solid var(--wa-line); }
.latest-section { padding-top:80px; }
.post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.post-card { border:1px solid var(--wa-line); border-radius:var(--wa-radius); overflow:hidden; background:color-mix(in srgb,var(--wa-surface) 86%,var(--wa-bg)); transition:.25s ease; }
.post-card:hover { transform:translateY(-5px); border-color:color-mix(in srgb,var(--wa-primary) 48%,var(--wa-line)); box-shadow:0 28px 60px rgba(0,0,0,.2); }
.post-card__media { display:block; aspect-ratio:16/10; overflow:hidden; background:var(--wa-surface); }
.post-card__media img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.post-card:hover .post-card__media img { transform:scale(1.035); }
.post-card__placeholder { height:100%; display:grid; grid-template-columns:repeat(3,1fr); align-items:end; gap:12px; padding:22px; background:radial-gradient(circle at 72% 20%,color-mix(in srgb,var(--wa-primary) 25%,transparent),transparent 38%),var(--wa-surface); }
.post-card__placeholder i { display:block; border:1px solid var(--wa-line); border-radius:12px; height:52%; background:color-mix(in srgb,var(--wa-bg) 80%,transparent); }
.post-card__placeholder i:nth-child(2) { height:78%; }
.post-card__placeholder i:nth-child(3) { height:38%; }
.post-card__body { padding:26px; }
.post-card__meta { display:flex; justify-content:space-between; gap:12px; color:var(--wa-muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.09em; margin-bottom:20px; }
.post-card h2 { font-size:1.55rem; }
.post-card h2 a:hover { color:var(--wa-secondary); }
.post-card p { color:var(--wa-muted); font-size:.94rem; }
.post-card .text-link { font-size:.9rem; margin-top:10px; }
.empty-state { grid-column:1/-1; padding:38px; border:1px dashed var(--wa-line); border-radius:var(--wa-radius); color:var(--wa-muted); }

.cta-band { margin-top:50px; padding:72px 0; background:linear-gradient(120deg,var(--wa-primary),color-mix(in srgb,var(--wa-primary) 48%,var(--wa-secondary))); color:#fff; }
.cta-band__inner { display:flex; align-items:end; justify-content:space-between; gap:50px; }
.cta-band .eyebrow { color:rgba(255,255,255,.74); }
.cta-band .eyebrow > span { background:#fff; }
.cta-band h2 { max-width:760px; margin-bottom:0; }

/* Singular / archive */
.singular-hero, .archive-page { position:relative; }
.singular-hero { padding:clamp(80px,10vw,150px) 0 65px; border-bottom:1px solid var(--wa-line); background:radial-gradient(circle at 80% 10%,color-mix(in srgb,var(--wa-primary) 18%,transparent),transparent 32%); }
.singular-hero__inner { max-width:1050px; }
.singular-hero h1 { font-size:clamp(2.7rem,6vw,5.6rem); }
.singular-intro { max-width:780px; color:var(--wa-muted); font-size:clamp(1.1rem,2vw,1.35rem); }
.featured-media { margin-top:70px; }
.featured-media img { width:100%; max-height:720px; object-fit:cover; border-radius:var(--wa-radius); box-shadow:var(--wa-shadow); }
.content-shell { width:min(calc(100% - 40px),820px); }
.entry-content { padding-top:70px; padding-bottom:100px; font-size:1.08rem; }
.entry-content > * { margin-top:0; margin-bottom:1.45em; }
.entry-content h2,.entry-content h3,.entry-content h4 { margin-top:1.8em; }
.entry-content a { color:var(--wa-secondary); text-decoration:underline; text-underline-offset:3px; }
.entry-content blockquote { margin-inline:0; padding:22px 26px; border-left:3px solid var(--wa-primary); background:var(--wa-surface); border-radius:0 16px 16px 0; font-size:1.2rem; }
.entry-content pre { overflow:auto; padding:22px; border:1px solid var(--wa-line); border-radius:16px; background:#06080d; }
.entry-content code { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; }
.entry-content table { width:100%; border-collapse:collapse; }
.entry-content th,.entry-content td { border:1px solid var(--wa-line); padding:12px; text-align:left; }
.entry-content .alignwide { width:min(1100px,calc(100vw - 40px)); max-width:none; margin-left:50%; transform:translateX(-50%); }
.entry-content .alignfull { width:100vw; max-width:none; margin-left:50%; transform:translateX(-50%); }
.post-footer { max-width:820px; padding-bottom:100px; }
.tag-list { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:45px; }
.tag-list a { padding:8px 12px; border:1px solid var(--wa-line); border-radius:999px; color:var(--wa-muted); font-size:.8rem; }
.post-navigation .nav-links { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.post-navigation a { display:flex; flex-direction:column; gap:5px; padding:22px; border:1px solid var(--wa-line); border-radius:16px; }
.post-navigation .nav-next { text-align:right; }
.post-navigation span { color:var(--wa-muted); font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; }
.archive-header { max-width:930px; margin-bottom:60px; }
.archive-header h1 { font-size:clamp(2.8rem,6vw,5.5rem); }
.archive-header > p,.archive-description { color:var(--wa-muted); font-size:1.1rem; }
.nav-links { margin-top:50px; display:flex; gap:8px; }
.page-numbers { width:42px; height:42px; border:1px solid var(--wa-line); border-radius:50%; display:grid; place-items:center; color:var(--wa-muted); }
.page-numbers.current,.page-numbers:hover { background:var(--wa-primary); border-color:var(--wa-primary); color:#fff; }

/* Forms & comments */
input[type="text"],input[type="email"],input[type="url"],input[type="search"],textarea,select { width:100%; padding:13px 14px; border:1px solid var(--wa-line); border-radius:12px; background:var(--wa-surface); color:var(--wa-text); outline:none; }
input:focus,textarea:focus,select:focus { border-color:var(--wa-primary); box-shadow:0 0 0 3px color-mix(in srgb,var(--wa-primary) 15%,transparent); }
.search-form { display:flex; gap:10px; }
.comments-area { padding-bottom:100px; }
.comment-list { list-style:none; padding:0; }
.comment-body { margin:20px 0; padding:22px; border:1px solid var(--wa-line); border-radius:16px; background:var(--wa-surface); }
.comment-meta { font-size:.86rem; color:var(--wa-muted); }
.comment-author img { border-radius:50%; vertical-align:middle; margin-right:10px; }

/* 404 */
.error-page { min-height:70vh; display:grid; place-items:center; padding:90px 0; position:relative; overflow:hidden; }
.error-page__inner { max-width:760px; }
.error-code { display:block; font-size:clamp(7rem,24vw,18rem); line-height:.75; font-weight:950; letter-spacing:-.08em; background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary)); -webkit-background-clip:text; background-clip:text; color:transparent; opacity:.25; margin-bottom:40px; }
.error-page h1 { font-size:clamp(2.7rem,6vw,5rem); }
.error-page p:not(.eyebrow) { color:var(--wa-muted); max-width:620px; font-size:1.12rem; }

/* Footer */
.site-footer { border-top:1px solid var(--wa-line); background:color-mix(in srgb,var(--wa-surface) 58%,var(--wa-bg)); }
.footer-top { padding:78px 0 58px; display:grid; grid-template-columns:minmax(230px,.85fr) minmax(0,1.55fr); gap:70px; }
.footer-brand { max-width:330px; }
.footer-brand p { margin-top:24px; color:var(--wa-muted); font-size:.92rem; }
.footer-logo img,.footer-logo .custom-logo { width:min(220px,100%); max-height:70px; object-fit:contain; object-position:left center; }
.footer-widgets { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:32px; }
.footer-widget__title { font-size:.78rem; text-transform:uppercase; letter-spacing:.13em; color:var(--wa-muted); margin-bottom:18px; }
.footer-widget { color:var(--wa-muted); font-size:.88rem; }
.footer-widget ul { list-style:none; padding:0; margin:0; }
.footer-widget li { margin:8px 0; }
.footer-widget a:hover { color:var(--wa-secondary); }
.footer-bottom { min-height:80px; border-top:1px solid var(--wa-line); display:flex; align-items:center; justify-content:space-between; gap:30px; color:var(--wa-muted); font-size:.78rem; }
.footer-legal { margin:0; }
.footer-menu { list-style:none; display:flex; gap:20px; margin:0; padding:0; }
.footer-menu a:hover { color:var(--wa-text); }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns:1fr 420px; gap:42px; }
  .hero-visual { min-height:440px; }
  .floating-chip--top { right:0; }
  .floating-chip--bottom { left:0; }
  .service-grid,.post-grid { grid-template-columns:repeat(2,1fr); }
  .service-card:last-child,.post-grid > :last-child:nth-child(odd) { grid-column:1/-1; }
  .footer-top { grid-template-columns:1fr; }
}

@media (max-width: 900px) {
  .header-inner { min-height:74px; }
  .menu-toggle { display:flex; z-index:1002; }
  .site-navigation { position:fixed; inset:74px 0 0; z-index:1001; padding:32px 20px 45px; background:color-mix(in srgb,var(--wa-bg) 96%,transparent); backdrop-filter:blur(24px); flex-direction:column; align-items:stretch; gap:28px; transform:translateX(100%); visibility:hidden; transition:transform .28s ease,visibility .28s; }
  .site-navigation.is-open { transform:none; visibility:visible; }
  .primary-menu,.fallback-menu > ul { flex-direction:column; align-items:stretch; gap:0; }
  .primary-menu > li > a,.fallback-menu > ul > li > a { display:block; padding:14px 0; border-bottom:1px solid var(--wa-line); font-size:1.3rem; color:var(--wa-text); }
  .primary-menu .sub-menu { position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; background:transparent; border:0; padding:0 0 8px 16px; }
  .nav-cta { align-self:flex-start; }
  .hero { min-height:auto; padding-top:90px; }
  .hero-inner { grid-template-columns:1fr; }
  .hero-visual { max-width:620px; width:100%; margin-inline:auto; }
  .section-heading { grid-template-columns:1fr; gap:20px; }
  .section-heading > p { justify-self:start; }
  .cta-band__inner { align-items:flex-start; flex-direction:column; }
  .footer-widgets { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container,.content-shell { width:min(calc(100% - 28px),var(--wa-container)); }
  .site-branding .custom-logo { max-width:170px; }
  .menu-toggle__label { display:none; }
  .hero { padding-top:64px; }
  h1 { font-size:clamp(2.75rem,14vw,4.5rem); }
  .hero-lead { font-size:1rem; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .hero-visual { min-height:360px; }
  .browser-card { transform:rotateZ(1deg); }
  .browser-content { min-height:285px; padding:34px 24px; }
  .mini-headline { height:22px; }
  .mini-grid { margin-top:36px; gap:8px; }
  .mini-grid i { height:78px; }
  .floating-chip--top { top:2px; }
  .floating-chip--bottom { width:105px; height:105px; bottom:0; font-size:1.8rem; }
  .service-grid,.post-grid { grid-template-columns:1fr; }
  .service-card:last-child,.post-grid > :last-child:nth-child(odd) { grid-column:auto; }
  .service-card { min-height:310px; }
  .service-icon { margin-top:42px; }
  .section { padding:80px 0; }
  .footer-widgets { grid-template-columns:1fr; }
  .footer-bottom { padding:24px 0; align-items:flex-start; flex-direction:column; }
  .footer-menu { flex-wrap:wrap; }
  .post-navigation .nav-links { grid-template-columns:1fr; }
  .post-navigation .nav-next { text-align:left; }
  .search-form { flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; animation:none!important; }
}

/* v2 — light studio direction */
:root { --wa-bg:#f7f8fc; --wa-surface:#ffffff; --wa-text:#151827; --wa-muted:#626a7d; --wa-line:#dfe3ec; --wa-shadow:0 22px 65px rgba(31,38,63,.14); }
body { background:linear-gradient(180deg,#fbfcff 0%,var(--wa-bg) 36%,#fff 100%); }
.site-header { background:color-mix(in srgb,#fff 86%,transparent); }
.site-header.is-scrolled { box-shadow:0 10px 36px rgba(31,38,63,.08); }
.hero { background:radial-gradient(circle at 85% 15%,color-mix(in srgb,var(--wa-secondary) 18%,transparent),transparent 30%),radial-gradient(circle at 10% 50%,color-mix(in srgb,var(--wa-primary) 13%,transparent),transparent 32%); }
.hero-grid { opacity:.18; }
.hero-rotator-wrap { display:block; margin-top:.12em; font-size:.42em; letter-spacing:-.02em; color:var(--wa-muted); }
.hero-rotator-label { font-weight:650; }
.hero-rotator { display:inline-block; color:var(--wa-primary); font-weight:850; min-width:8ch; transition:opacity .22s ease,transform .22s ease,filter .22s ease; }
.hero-rotator.is-changing { opacity:0; transform:translateY(9px) rotate(1deg); filter:blur(4px); }
.browser-card,.service-card,.post-card,.content-shell { box-shadow:var(--wa-shadow); }
.singular-hero { background:linear-gradient(180deg,color-mix(in srgb,var(--wa-primary) 5%,#fff),transparent); padding:clamp(70px,9vw,125px) 0 38px; }
.title-card { position:relative; overflow:hidden; background:#fff; border:1px solid color-mix(in srgb,var(--wa-line) 85%,transparent); border-radius:32px; padding:clamp(30px,5vw,68px); box-shadow:0 28px 80px rgba(31,38,63,.15),0 4px 16px rgba(31,38,63,.05); }
.title-card:after { content:""; position:absolute; width:260px; height:260px; right:-90px; top:-130px; border-radius:50%; background:linear-gradient(135deg,color-mix(in srgb,var(--wa-primary) 24%,transparent),color-mix(in srgb,var(--wa-secondary) 18%,transparent)); filter:blur(2px); }
.title-card > * { position:relative; z-index:1; }
body:not(.has-title-card) .title-card { padding:0; border:0; box-shadow:none; background:transparent; overflow:visible; }
body:not(.has-title-card) .title-card:after { display:none; }
.contact-hero { padding:clamp(70px,9vw,125px) 0 0; }
.contact-layout { padding-top:50px; }
.contact-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); gap:28px; align-items:start; }
.contact-stack { display:grid; gap:20px; }
.contact-card { background:#fff; border:1px solid var(--wa-line); border-radius:24px; padding:28px; box-shadow:0 18px 55px rgba(31,38,63,.09); }
.contact-card--main { padding:clamp(30px,5vw,58px); }
.contact-card h2,.contact-card h3 { margin-bottom:18px; }
.contact-card p:last-child { margin-bottom:0; }
.open-status { display:inline-flex; align-items:center; gap:9px; padding:7px 11px; margin-bottom:18px; border-radius:999px; font-size:.78rem; font-weight:800; background:#f1f3f7; }
.open-status i { width:8px; height:8px; border-radius:50%; background:#8a91a0; box-shadow:0 0 0 4px rgba(138,145,160,.12); }
.open-status.is-open { background:#eaf9f0; color:#17673a; }.open-status.is-open i { background:#28a862; box-shadow:0 0 0 4px rgba(40,168,98,.14); }
.open-status.is-closed { background:#fff0f0; color:#8c3434; }.open-status.is-closed i { background:#d65c5c; }
.hours-list { margin:0; }.hours-list > div { display:flex; justify-content:space-between; gap:18px; padding:9px 0; border-bottom:1px solid #edf0f5; }.hours-list > div:last-child { border:0; }.hours-list dt { color:var(--wa-muted); }.hours-list dd { margin:0; font-weight:750; text-align:right; }
.partner-card { display:grid; gap:8px; }.partner-card small { color:var(--wa-muted); }.partner-card strong { font-size:1.2rem; }
.footer-hours-mini { min-width:170px; }.footer-hours-mini .open-status { margin-bottom:5px; }.footer-hours-mini small { display:block; color:var(--wa-muted); }
.site-footer { background:#f0f2f8; color:var(--wa-text); border-top:1px solid var(--wa-line); }
@media (max-width:850px){ .contact-grid{grid-template-columns:1fr}.title-card{border-radius:24px}.hero-rotator-wrap{font-size:.48em} }
@media (prefers-reduced-motion:reduce){ .hero-rotator{transition:none!important} }


/* v2.1 — signature boxed singular pages */
body.page:not(.page-template-page-contact), body.single-post { background:#f3f5fa; }
body.page:not(.page-template-page-contact) .site-main, body.single-post .site-main { overflow:hidden; }
body.page:not(.page-template-page-contact) .singular, body.single-post .singular { position:relative; padding-bottom:clamp(70px,9vw,125px); }
body.page:not(.page-template-page-contact) .singular:before, body.single-post .singular:before { content:""; position:absolute; inset:0 0 auto; height:520px; pointer-events:none; background:radial-gradient(circle at 12% 24%,color-mix(in srgb,var(--wa-primary) 12%,transparent),transparent 30%),radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--wa-secondary) 13%,transparent),transparent 28%); }
body.page:not(.page-template-page-contact) .singular-hero, body.single-post .singular-hero { border:0; background:transparent; padding:clamp(72px,9vw,118px) 0 0; }
body.page:not(.page-template-page-contact) .singular-hero__inner, body.single-post .singular-hero__inner { width:min(calc(100% - 40px),1120px); max-width:none; position:relative; }
body.page:not(.page-template-page-contact) .title-card, body.single-post .title-card { isolation:isolate; min-height:clamp(300px,38vw,500px); display:flex; flex-direction:column; justify-content:flex-end; border-radius:clamp(28px,4vw,48px); padding:clamp(34px,6vw,82px); border:1px solid rgba(255,255,255,.8); background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.88)); box-shadow:0 42px 100px rgba(33,42,70,.17),0 12px 28px rgba(33,42,70,.08),inset 0 1px 0 rgba(255,255,255,.9); }
body.page:not(.page-template-page-contact) .title-card:before, body.single-post .title-card:before { content:""; position:absolute; z-index:-1; width:clamp(170px,25vw,330px); aspect-ratio:1; left:-7%; top:-32%; border-radius:34% 66% 58% 42% / 46% 38% 62% 54%; background:linear-gradient(145deg,color-mix(in srgb,var(--wa-primary) 18%,#fff),color-mix(in srgb,var(--wa-secondary) 10%,#fff)); transform:rotate(18deg); }
body.page:not(.page-template-page-contact) .title-card:after, body.single-post .title-card:after { width:clamp(220px,32vw,430px); height:auto; aspect-ratio:1; right:-10%; top:-45%; opacity:.9; background:linear-gradient(135deg,color-mix(in srgb,var(--wa-primary) 26%,transparent),color-mix(in srgb,var(--wa-secondary) 20%,transparent)); filter:blur(1px); }
body.page:not(.page-template-page-contact) .title-card .eyebrow, body.single-post .title-card .eyebrow { align-self:flex-start; padding:9px 14px; margin-bottom:clamp(22px,4vw,42px); border:1px solid color-mix(in srgb,var(--wa-primary) 16%,var(--wa-line)); border-radius:999px; background:rgba(255,255,255,.72); backdrop-filter:blur(12px); box-shadow:0 8px 24px rgba(31,38,63,.06); }
body.page:not(.page-template-page-contact) .title-card h1, body.single-post .title-card h1 { max-width:920px; margin:0; font-size:clamp(3.1rem,7.3vw,7rem); line-height:.88; letter-spacing:-.065em; text-wrap:balance; }
body.page:not(.page-template-page-contact) .singular-intro, body.single-post .singular-intro { max-width:760px; margin:clamp(22px,3vw,34px) 0 0; font-size:clamp(1.05rem,1.8vw,1.3rem); line-height:1.65; }
body.page:not(.page-template-page-contact) .featured-media, body.single-post .featured-media { width:min(calc(100% - 72px),1000px); position:relative; z-index:2; margin-top:-42px; }
body.page:not(.page-template-page-contact) .featured-media img, body.single-post .featured-media img { border:8px solid #fff; border-radius:30px; box-shadow:0 30px 75px rgba(31,38,63,.17); }
body.page:not(.page-template-page-contact) .content-shell, body.single-post .content-shell { position:relative; z-index:1; width:min(calc(100% - 40px),900px); margin-top:clamp(34px,5vw,66px); padding:clamp(32px,5vw,68px); border:1px solid rgba(215,220,232,.9); border-radius:clamp(24px,3vw,36px); background:rgba(255,255,255,.97); box-shadow:0 30px 80px rgba(31,38,63,.11),0 8px 22px rgba(31,38,63,.05); font-size:1.08rem; }
body.page:not(.page-template-page-contact) .featured-media + .content-shell, body.single-post .featured-media + .content-shell { margin-top:34px; }
body.page:not(.page-template-page-contact) .entry-content, body.single-post .entry-content { padding-top:clamp(32px,5vw,68px); padding-bottom:clamp(32px,5vw,68px); }
body.page:not(.page-template-page-contact) .entry-content > h2, body.single-post .entry-content > h2 { font-size:clamp(2rem,4vw,3.25rem); letter-spacing:-.045em; }
body.page:not(.page-template-page-contact) .entry-content > h2:after, body.single-post .entry-content > h2:after { content:""; display:block; width:54px; height:5px; margin-top:14px; border-radius:999px; background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary)); }
body.single-post .post-footer { width:min(calc(100% - 40px),900px); max-width:none; padding:28px 0 0; }
body.single-post .post-navigation a { background:#fff; box-shadow:0 14px 38px rgba(31,38,63,.07); }
body.page:not(.page-template-page-contact):not(.has-title-card) .title-card, body.single-post:not(.has-title-card) .title-card { padding:clamp(34px,6vw,82px); border:1px solid rgba(255,255,255,.8); box-shadow:0 42px 100px rgba(33,42,70,.17),0 12px 28px rgba(33,42,70,.08); background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,255,255,.88)); overflow:hidden; }
body.page:not(.page-template-page-contact):not(.has-title-card) .title-card:after, body.single-post:not(.has-title-card) .title-card:after { display:block; }
@media (max-width:620px) {
 body.page:not(.page-template-page-contact) .singular-hero__inner, body.single-post .singular-hero__inner { width:min(calc(100% - 24px),1120px); }
 body.page:not(.page-template-page-contact) .title-card, body.single-post .title-card { min-height:330px; border-radius:28px; padding:30px 26px; }
 body.page:not(.page-template-page-contact) .title-card h1, body.single-post .title-card h1 { font-size:clamp(2.7rem,15vw,4.6rem); }
 body.page:not(.page-template-page-contact) .content-shell, body.single-post .content-shell { width:min(calc(100% - 24px),900px); padding:28px 22px; border-radius:24px; }
 body.page:not(.page-template-page-contact) .featured-media, body.single-post .featured-media { width:min(calc(100% - 38px),1000px); margin-top:-26px; }
 body.page:not(.page-template-page-contact) .featured-media img, body.single-post .featured-media img { border-width:5px; border-radius:22px; }
}

/* 2.2 typography + optional visitor content deterrence */
.wa-copy-protected body:not(.logged-in),.wa-copy-protected body:not(.logged-in) .entry-content,.wa-copy-protected body:not(.logged-in) .page-content{-webkit-user-select:none;user-select:none}.wa-copy-protected input,.wa-copy-protected textarea,.wa-copy-protected select,.wa-copy-protected [contenteditable="true"],.wa-copy-protected pre,.wa-copy-protected code{-webkit-user-select:text;user-select:text}
@media (max-width:900px){.singular-shell,.site-main,.wa-container{width:min(100% - 28px,1180px)}.singular-title-card{padding:clamp(28px,7vw,54px);border-radius:26px}.singular-content-card{padding:clamp(24px,6vw,48px);border-radius:24px}}
@media (max-width:600px){.singular-shell,.site-main,.wa-container{width:min(100% - 20px,1180px)}.singular-title-card{border-radius:22px}.singular-content-card{border-radius:20px}}


/* ===== Webatelier Studio 3.0 premium light redesign ===== */
body{background:var(--v3-bg,#f7f8fc);color:#111827}.container{max-width:1240px}.studio-topbar{background:#f4f7fb;border-bottom:1px solid #e6eaf1;font-size:12px;color:#43506a}.studio-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.studio-topbar__contact{display:flex;gap:22px;align-items:center}.studio-topbar a{color:inherit;text-decoration:none}.site-header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #e9ecf3;box-shadow:0 8px 30px rgba(29,39,70,.04);position:sticky;top:0;z-index:50}.header-inner{min-height:82px}.primary-menu a{color:#121827!important;font-weight:700}.nav-cta,.button{background:linear-gradient(135deg,#7048ff,#536dfe)!important;color:white!important;border:0!important;box-shadow:0 12px 30px rgba(99,72,255,.24)}
.premium-hero{background:radial-gradient(circle at 65% 30%,#eef0ff 0,transparent 34%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,249,255,.95));padding:74px 0 58px;overflow:hidden}.premium-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.kicker{font-size:12px!important;letter-spacing:.16em;font-weight:800;color:#3154cc!important;margin:0 0 18px}.premium-hero h1{font-size:clamp(48px,5.4vw,82px);line-height:.94;letter-spacing:-.055em;margin:0 0 24px;color:#101522;max-width:720px}.premium-lead{font-size:18px;line-height:1.75;color:#657087;max-width:650px}.premium-actions{display:flex;gap:14px;align-items:center;margin-top:30px}.button--ghost{background:white!important;color:#111827!important;border:1px solid #dde2ec!important;box-shadow:0 8px 25px rgba(31,42,80,.07)!important}.hero-stats{display:flex;gap:55px;margin-top:55px}.hero-stats div{display:grid;gap:2px}.hero-stats strong{font-size:29px;color:#5b45f6}.hero-stats span{font-size:13px;color:#677189}.premium-hero__visual{min-height:510px;position:relative;display:grid;place-items:center}.device-scene{width:100%;height:430px;position:relative}.device-browser{position:absolute;inset:35px 30px 35px 0;background:#101a38;border:10px solid #20263c;border-radius:20px;transform:rotate(4deg);box-shadow:0 35px 70px rgba(43,51,94,.25);padding:28px;color:white}.device-nav{font-weight:900;font-size:14px}.device-nav span{float:right;font-size:10px;font-weight:500;opacity:.7}.device-message{font-size:44px;line-height:1.05;margin-top:85px;font-weight:800}.device-message em{color:#a992ff;font-style:normal}.device-button{display:inline-block;margin-top:25px;background:#6b55ff;padding:10px 18px;border-radius:99px;font-size:12px}.device-phone{position:absolute;right:0;bottom:5px;width:190px;height:340px;background:#0b1126;border:8px solid #22283a;border-radius:30px;box-shadow:0 30px 55px rgba(43,51,94,.3);color:white;padding:75px 18px 20px;transform:rotate(-3deg)}.device-phone small,.device-phone span{display:block;color:#aeb7d2}.device-phone strong{font-size:30px;display:block;margin:8px 0}.visual-note{position:absolute;right:40px;top:0;transform:rotate(-6deg);font-size:13px;color:#2744b5;font-weight:700}.visual-badge{position:absolute;right:0;bottom:0;background:white;border:1px solid #e5e8f1;border-radius:18px;padding:18px 22px;box-shadow:0 16px 45px rgba(37,48,83,.13);display:grid;gap:5px}.visual-badge span{font-size:12px;color:#6b748a;line-height:1.5}.hero-photo{width:100%;height:450px;object-fit:cover;border-radius:28px;box-shadow:0 30px 70px rgba(43,51,94,.18)}
.premium-services{background:white}.premium-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.premium-section-head h2,.premium-about h2{font-size:44px;letter-spacing:-.04em;margin:0;color:#111827}.premium-section-head a,.premium-service-card a{color:#3154cc;font-weight:700;text-decoration:none}.premium-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.premium-service-card{background:#fff;border:1px solid #e6e9f1;border-radius:18px;padding:26px;box-shadow:0 16px 40px rgba(32,44,80,.06);transition:.25s}.premium-service-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(32,44,80,.11)}.premium-service-card i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#eee9ff,#dff8ff);color:#6049ee;font-style:normal;font-weight:900;margin-bottom:28px}.premium-service-card h3{font-size:23px;color:#111827}.premium-service-card p{color:#697388;line-height:1.65;min-height:84px}.premium-about{background:#f8f9fd}.premium-about__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.about-art{min-height:430px;border-radius:26px;background:linear-gradient(145deg,#e5f4ff,#f2eaff 55%,#fff);display:grid;place-items:center;box-shadow:0 25px 60px rgba(42,53,90,.1)}.about-art span{font-size:52px;line-height:.92;font-weight:900;letter-spacing:-.05em;color:#121827}.premium-about p{color:#667188;line-height:1.7}.check-list{list-style:none;padding:0;margin:24px 0}.check-list li{margin:10px 0}.check-list li:before{content:'✓';display:inline-grid;place-items:center;width:20px;height:20px;background:#111827;color:white;border-radius:50%;margin-right:10px;font-size:11px}.premium-cta{background:white;padding:38px 0;border-top:1px solid #e7eaf2}.premium-cta__inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.premium-cta h2{margin:0 0 6px;font-size:30px;color:#111827}.premium-cta p{margin:0;color:#70798c}
.contact-split-hero{background:linear-gradient(120deg,#f1f7ff,#fff 52%,#f2efff);padding:54px 0}.contact-split-hero__grid{display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center}.contact-split-hero h1{font-size:clamp(48px,5vw,74px);line-height:.98;letter-spacing:-.055em;color:#111827;margin:0 0 24px}.contact-split-hero p:not(.kicker){font-size:17px;line-height:1.7;color:#687389;max-width:620px}.contact-hero-art{height:330px;border-radius:26px;background:linear-gradient(135deg,#d9edff,#eee7ff);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 60px rgba(39,50,86,.12)}.contact-hero-art strong{font-size:45px;line-height:.95;color:#111827}.contact-hero-art em{font-style:normal;color:#4b5fe7}.premium-contact-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:start}.contact-form-card,.contact-info-card{background:#fff;border:1px solid #e3e7ef;border-radius:22px;padding:34px;box-shadow:0 18px 50px rgba(34,45,79,.07)}.contact-form-card{min-height:560px}.contact-form-card h2,.contact-info-card h2{font-size:29px;margin-top:0;color:#111827}.form-hint{background:#f7f8fc;border:1px dashed #cfd5e3;border-radius:14px;padding:20px;color:#697388}.info-row{display:flex;gap:14px;padding:13px 0}.info-row i{width:38px;height:38px;display:grid;place-items:center;background:#edf2ff;color:#5365e8;border-radius:10px;font-style:normal}.info-row p{margin:0;display:grid;gap:3px}.info-row strong{font-size:13px}.info-row a,.info-row span{color:#5f6980;text-decoration:none;font-size:14px}.status-panel{margin:22px 0;padding:15px;border-radius:12px;display:grid;gap:4px;font-size:13px}.status-panel.is-open{background:#eaf8ef;color:#23683b}.status-panel.is-closed{background:#fff1f1;color:#8b3434}.premium-hours div{display:flex;justify-content:space-between;padding:6px 0;font-size:13px}.premium-hours dt{color:#657087}.premium-hours dd{font-weight:700}.partner-panel{background:#f0edff;border-radius:14px;padding:16px;margin-top:22px;display:grid;gap:5px}.partner-panel a{color:#3d50d2;font-size:13px;font-weight:700;text-decoration:none}
@media(max-width:900px){.studio-topbar__contact span{display:none}.premium-hero__grid,.premium-about__grid,.contact-split-hero__grid,.premium-contact-grid{grid-template-columns:1fr}.premium-hero__visual{min-height:420px}.premium-service-grid{grid-template-columns:repeat(2,1fr)}.hero-stats{gap:30px}.contact-hero-art{height:260px}.premium-cta__inner{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.studio-topbar{display:none}.premium-hero{padding:45px 0}.premium-hero h1,.contact-split-hero h1{font-size:46px}.premium-actions{align-items:stretch;flex-direction:column}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hero-stats strong{font-size:23px}.hero-stats span{font-size:10px}.premium-hero__visual{min-height:330px}.device-scene{height:310px}.device-browser{inset:20px 35px 25px 0}.device-message{font-size:30px;margin-top:45px}.device-phone{width:130px;height:235px;padding-top:50px}.device-phone strong{font-size:21px}.visual-note{display:none}.visual-badge{padding:12px}.premium-service-grid{grid-template-columns:1fr}.premium-section-head{align-items:flex-start;gap:15px;flex-direction:column}.premium-section-head h2,.premium-about h2{font-size:36px}.about-art{min-height:300px}.about-art span{font-size:42px}.contact-form-card,.contact-info-card{padding:22px}.contact-hero-art strong{font-size:36px}}


/* ===== 3.1 visual hotfix: cache bust + robust premium layout ===== */
.studio-home{width:100%!important;max-width:none!important;margin:0!important;background:#fff!important}
.premium-hero{position:relative!important;isolation:isolate;background:linear-gradient(135deg,#fff 0%,#f8f9ff 55%,#eef5ff 100%)!important;color:#111827!important;min-height:650px}
.premium-hero:before{content:"";position:absolute;z-index:-1;width:520px;height:520px;border-radius:50%;right:-130px;top:-120px;background:linear-gradient(135deg,rgba(101,76,255,.12),rgba(63,211,255,.16))}
.premium-hero__grid{width:min(calc(100% - 48px),1240px)!important;margin:auto!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;gap:64px!important;align-items:center!important}
.premium-hero__copy{min-width:0}.premium-hero__visual{display:grid!important;min-width:0!important;visibility:visible!important;opacity:1!important}
.premium-hero h1{color:#101522!important;text-shadow:none!important}.premium-lead{color:#606b80!important}.hero-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.hero-stats div{padding:18px 0;border-top:1px solid #dde3ef}.hero-stats strong,.hero-stats span{display:block!important}
.device-scene{filter:none!important}.device-browser{background:linear-gradient(145deg,#111a39,#18264e)!important}.visual-badge{color:#111827!important}
.premium-services,.premium-about,.premium-cta{position:relative;z-index:1}.premium-services{padding:86px 0!important}.premium-service-grid{display:grid!important}.premium-service-card{min-width:0!important}.premium-about{padding:90px 0!important}.premium-about__grid{width:min(calc(100% - 48px),1240px)!important;margin:auto!important}.premium-cta{padding:44px 0!important}
.page-template-page-contact .site-main{width:100%!important;max-width:none!important;margin:0!important;background:#f7f9fd!important}.contact-split-hero{background:linear-gradient(120deg,#f5f8ff 0%,#fff 52%,#f2efff 100%)!important;color:#111827!important}.contact-split-hero__grid,.premium-contact-grid{width:min(calc(100% - 48px),1240px)!important;margin-left:auto!important;margin-right:auto!important}.contact-form-card,.contact-info-card{color:#111827!important}.contact-form-card p,.contact-info-card p{color:#657087}.contact-hero-art{background-color:#eef2ff!important}
@media (max-width:1050px){.premium-hero__grid{grid-template-columns:minmax(0,1fr) minmax(300px,.8fr)!important;gap:32px!important}.premium-hero h1{font-size:clamp(48px,6.2vw,70px)!important}.device-phone{width:150px;height:280px}.device-message{font-size:36px}.premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:780px){.premium-hero{padding-top:52px!important}.premium-hero__grid{grid-template-columns:1fr!important}.premium-hero__visual{min-height:390px!important}.premium-about__grid,.contact-split-hero__grid,.premium-contact-grid{grid-template-columns:1fr!important}.premium-service-grid{grid-template-columns:1fr!important}}
@media (max-width:600px){.premium-hero__grid,.premium-about__grid,.contact-split-hero__grid,.premium-contact-grid{width:min(calc(100% - 28px),1240px)!important}.premium-hero h1{font-size:clamp(43px,13vw,58px)!important}.hero-stats{grid-template-columns:1fr!important}.hero-stats div{display:grid!important;grid-template-columns:90px 1fr!important;align-items:center}.premium-hero__visual{min-height:315px!important}.device-phone{display:none!important}.device-browser{inset:10px 0!important;transform:rotate(1deg)!important}.visual-badge{right:8px!important}.premium-services,.premium-about{padding:64px 0!important}}


/* ===== 3.4 luxury frontend refinement ===== */
.premium-hero{overflow:hidden}.premium-hero__copy{position:relative;z-index:2}.premium-hero h1{font-size:clamp(58px,6.5vw,92px)!important;line-height:.91!important;letter-spacing:-.065em!important;text-wrap:balance}.premium-lead{font-size:18px!important;line-height:1.75!important;max-width:680px}.premium-actions .button{box-shadow:0 14px 32px color-mix(in srgb,var(--wa-primary) 28%,transparent);transition:transform .25s,box-shadow .25s}.premium-actions .button:hover{transform:translateY(-3px);box-shadow:0 20px 42px color-mix(in srgb,var(--wa-primary) 34%,transparent)}.premium-actions .button--ghost{box-shadow:0 10px 28px #26325012;background:rgba(255,255,255,.82);backdrop-filter:blur(12px)}.premium-hero__visual:before{content:'';position:absolute;inset:6% -5% 4% 6%;border-radius:48% 52% 42% 58%/45% 38% 62% 55%;background:linear-gradient(145deg,color-mix(in srgb,var(--wa-primary) 12%,#fff),color-mix(in srgb,var(--wa-secondary) 16%,#fff));filter:blur(.2px);z-index:-1}.premium-hero__visual{position:relative;isolation:isolate}.hero-photo{border:8px solid rgba(255,255,255,.72);outline:1px solid #dfe4ef;transform:rotate(1deg)}.premium-service-card{position:relative;overflow:hidden;padding:31px!important;border-radius:24px!important}.premium-service-card:before{content:'';position:absolute;width:100px;height:100px;border-radius:50%;right:-45px;top:-45px;background:linear-gradient(135deg,color-mix(in srgb,var(--wa-primary) 16%,#fff),color-mix(in srgb,var(--wa-secondary) 14%,#fff));transition:.3s}.premium-service-card:hover:before{transform:scale(1.35)}.premium-service-card h3{font-size:25px!important;letter-spacing:-.03em}.premium-about__grid{gap:90px!important}.about-art{position:relative;overflow:hidden;border:10px solid #fff;outline:1px solid #e4e8f0;transform:rotate(-1deg)}.about-art:after{content:'✦';position:absolute;right:28px;top:24px;font-size:34px;color:var(--wa-primary)}.premium-cta__inner{border-radius:26px;padding:34px 38px;background:linear-gradient(120deg,#f4f1ff,#f5fbff 55%,#fff);border:1px solid #e2e6f0;box-shadow:0 18px 50px #2632500d}.contact-split-hero{position:relative;overflow:hidden}.contact-split-hero:after{content:'';position:absolute;width:420px;height:420px;border:1px solid color-mix(in srgb,var(--wa-primary) 18%,transparent);border-radius:50%;right:-150px;top:-190px}.contact-hero-art{border:8px solid rgba(255,255,255,.8);outline:1px solid #e1e5ef}.contact-form-card,.contact-info-card{border-radius:26px!important;box-shadow:0 24px 70px #25304b10!important}.contact-info-card{position:sticky;top:120px}@media(max-width:900px){.contact-info-card{position:static}.premium-about__grid{gap:45px!important}}@media(max-width:600px){.premium-hero h1{font-size:clamp(44px,13vw,60px)!important}.premium-cta__inner{padding:25px}.premium-service-card{padding:25px!important}}

/* v3.5: cleaner luxury surface, optional header image and redesigned services */
.studio-header-image{height:var(--wa-header-height,180px);background-image:linear-gradient(rgba(8,14,30,var(--wa-header-overlay,0)),rgba(8,14,30,var(--wa-header-overlay,0))),var(--wa-header-image);background-size:cover;background-position:var(--wa-header-position,center);border-bottom:1px solid #e7eaf1}
.premium-hero:before,.premium-hero__visual:before,.premium-service-card:before{display:none!important}
.premium-hero{background:linear-gradient(135deg,#fff 0%,#fafbff 62%,#f3f7ff 100%)!important}
.premium-hero__visual{background:linear-gradient(145deg,#f7f9ff,#eef5ff);border:1px solid #e3e8f2;border-radius:36px;padding:18px;box-shadow:0 30px 80px rgba(34,48,82,.10)}
.hero-photo{width:100%;height:100%;object-fit:cover;border-radius:25px!important;border:0!important;outline:0!important;transform:none!important}
.premium-services{background:#fff!important}.premium-service-grid{gap:20px!important}.premium-service-card{padding:0!important;min-height:430px;border:1px solid #e2e7f0!important;background:linear-gradient(180deg,#fff,#fbfcff)!important;box-shadow:0 18px 55px rgba(31,43,73,.08)!important;display:flex!important;flex-direction:column;border-radius:28px!important;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.premium-service-card:hover{transform:translateY(-8px);border-color:color-mix(in srgb,var(--wa-primary) 28%,#e2e7f0)!important;box-shadow:0 30px 80px rgba(31,43,73,.14)!important}.service-card__media{height:175px;margin:10px 10px 0;border-radius:20px;overflow:hidden;background:#eef3fb}.service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.premium-service-card:hover .service-card__media img{transform:scale(1.04)}.service-card__icon{margin:26px 26px 0;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:24px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--wa-primary),#526fff);box-shadow:0 14px 28px color-mix(in srgb,var(--wa-primary) 28%,transparent)}.service-card__body{padding:24px 26px 26px;display:flex;flex:1;flex-direction:column}.service-card__body h3{margin:0 0 12px!important;font-size:27px!important}.service-card__body p{line-height:1.7;color:#68748a;flex:1}.service-card__button{margin-top:22px!important;display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px 13px 17px;border-radius:14px;text-decoration:none!important;font-weight:800!important;color:#172033!important;background:#f0f3fa;transition:.25s}.service-card__button b{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#fff;color:var(--wa-primary);box-shadow:0 6px 16px #26325012}.premium-service-card:hover .service-card__button{color:#fff!important;background:linear-gradient(135deg,var(--wa-primary),#526fff)}.premium-service-card:hover .service-card__button b{transform:translate(2px,-2px)}
.premium-about{background:linear-gradient(180deg,#f8faff,#fff)!important}.about-art{background:linear-gradient(145deg,#f5f8ff,#f7f2ff)!important}.about-art:after{display:none!important}
@media(max-width:900px){.studio-header-image{height:min(var(--wa-header-height,180px),150px)}.premium-service-card{min-height:380px}}

/* v3.6 premium navigation + editorial singular hero */
.site-header{padding:12px 18px;background:transparent!important;border:0!important;box-shadow:none!important;transition:.28s ease}
.site-header .header-inner{min-height:76px;padding:10px 12px 10px 18px;border:1px solid rgba(215,222,238,.9);border-radius:24px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%);box-shadow:0 18px 50px rgba(27,39,75,.10),inset 0 1px 0 #fff}
.site-header.is-scrolled{padding-top:8px}.site-header.is-scrolled .header-inner{min-height:66px;box-shadow:0 16px 42px rgba(27,39,75,.14)}
.site-branding img{filter:drop-shadow(0 8px 12px rgba(28,42,77,.12))}
.primary-menu{gap:7px!important}.primary-menu a{position:relative;padding:12px 14px!important;border-radius:14px;transition:.2s ease}.primary-menu a:hover,.primary-menu .current-menu-item>a,.primary-menu .current_page_item>a{background:linear-gradient(135deg,color-mix(in srgb,var(--wa-primary) 9%,#fff),color-mix(in srgb,var(--wa-secondary) 8%,#fff));color:var(--wa-primary)!important;transform:translateY(-1px)}
.primary-menu a:after{content:"";position:absolute;left:16px;right:16px;bottom:7px;height:2px;border-radius:9px;background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));transform:scaleX(0);transition:.2s ease}.primary-menu a:hover:after,.primary-menu .current-menu-item>a:after,.primary-menu .current_page_item>a:after{transform:scaleX(1)}
.nav-cta{border-radius:16px!important;padding:13px 20px!important;box-shadow:0 12px 28px color-mix(in srgb,var(--wa-primary) 28%,transparent)!important}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 17px 34px color-mix(in srgb,var(--wa-primary) 34%,transparent)!important}

body.page:not(.page-template-page-contact) .singular:before,body.single-post .singular:before{display:none}
body.page:not(.page-template-page-contact) .singular-hero,body.single-post .singular-hero{padding:clamp(44px,6vw,86px) 0 0}
body.page:not(.page-template-page-contact) .singular-hero__inner,body.single-post .singular-hero__inner{width:min(calc(100% - 40px),1240px)}
body.page:not(.page-template-page-contact) .title-card,body.single-post .title-card{position:relative;overflow:hidden;min-height:clamp(350px,43vw,570px);justify-content:center;padding:clamp(42px,7vw,92px);border:1px solid rgba(217,224,240,.95);border-radius:clamp(30px,4vw,52px);background:linear-gradient(125deg,#fff 0%,#fff 56%,color-mix(in srgb,var(--wa-primary) 7%,#f8faff) 100%);box-shadow:0 38px 90px rgba(31,43,76,.14),0 3px 0 rgba(255,255,255,.9) inset}
body.page:not(.page-template-page-contact) .title-card:before,body.single-post .title-card:before{content:"";position:absolute;inset:28px 28px 28px auto;width:clamp(170px,25vw,330px);height:auto;aspect-ratio:1;border-radius:36px;background:linear-gradient(145deg,color-mix(in srgb,var(--wa-primary) 14%,#fff),color-mix(in srgb,var(--wa-secondary) 16%,#fff));transform:rotate(7deg);opacity:.9;box-shadow:0 30px 70px rgba(67,76,145,.12)}
body.page:not(.page-template-page-contact) .title-card:after,body.single-post .title-card:after{content:"";display:block;position:absolute;right:clamp(58px,9vw,130px);top:50%;width:clamp(105px,15vw,190px);aspect-ratio:1;transform:translateY(-50%) rotate(-9deg);border:1px solid rgba(255,255,255,.95);border-radius:28px;background:rgba(255,255,255,.52);box-shadow:0 22px 50px rgba(44,53,95,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
body.page:not(.page-template-page-contact) .title-card>* ,body.single-post .title-card>*{position:relative;z-index:2;max-width:min(760px,68%)}
body.page:not(.page-template-page-contact) .title-card .eyebrow,body.single-post .title-card .eyebrow{margin:0 0 26px;padding:9px 14px;border:0;background:color-mix(in srgb,var(--wa-primary) 8%,#fff);color:var(--wa-primary);box-shadow:none;font-weight:800;letter-spacing:.16em}
body.page:not(.page-template-page-contact) .title-card .eyebrow span,body.single-post .title-card .eyebrow span{width:26px;height:3px;background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));border-radius:99px}
body.page:not(.page-template-page-contact) .title-card h1,body.single-post .title-card h1{font-size:clamp(3.2rem,7vw,7.2rem);line-height:.9;letter-spacing:-.07em;text-wrap:balance}
body.page:not(.page-template-page-contact) .singular-intro,body.single-post .singular-intro{margin-top:26px;font-size:clamp(1.08rem,1.6vw,1.3rem);color:var(--wa-muted)}
body.page:not(.page-template-page-contact) .content-shell,body.single-post .content-shell{margin-top:clamp(38px,5vw,70px);box-shadow:0 26px 70px rgba(31,43,76,.09)}
@media(max-width:900px){.site-header{padding:9px 10px}.site-header .header-inner{border-radius:20px}.site-navigation{border-radius:22px!important;box-shadow:0 24px 70px rgba(25,36,70,.18)!important}.title-card:before,.title-card:after{opacity:.6}body.page:not(.page-template-page-contact) .title-card>*,body.single-post .title-card>*{max-width:76%}}
@media(max-width:620px){body.page:not(.page-template-page-contact) .title-card,body.single-post .title-card{min-height:390px;padding:34px 26px;justify-content:flex-end}body.page:not(.page-template-page-contact) .title-card>*,body.single-post .title-card>*{max-width:100%}body.page:not(.page-template-page-contact) .title-card:before,body.single-post .title-card:before{inset:22px 22px auto auto;width:150px;border-radius:26px;opacity:.55}body.page:not(.page-template-page-contact) .title-card:after,body.single-post .title-card:after{right:48px;top:78px;width:92px;border-radius:20px;opacity:.65}}


/* v3.7 signature page hero: compact, editorial, no empty billboard */
body.page:not(.page-template-page-contact) .singular-hero--v37{padding:clamp(34px,4.5vw,62px) 0 0;background:transparent}
body.page:not(.page-template-page-contact) .singular-hero--v37 .singular-hero__inner{width:min(calc(100% - 40px),1240px)}
body.page:not(.page-template-page-contact) .title-card--v37{min-height:0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);align-items:stretch;gap:0;padding:0!important;overflow:hidden;border-radius:clamp(26px,3vw,40px);background:#fff;border:1px solid #e4e9f3;box-shadow:0 28px 75px rgba(32,45,80,.13)}
body.page:not(.page-template-page-contact) .title-card--v37:before,body.page:not(.page-template-page-contact) .title-card--v37:after{display:none!important}
body.page:not(.page-template-page-contact) .title-card--v37>*{max-width:none!important}
.page-hero-copy{position:relative;z-index:2;padding:clamp(44px,6vw,78px);display:flex;flex-direction:column;justify-content:center;min-height:clamp(300px,31vw,430px);background:linear-gradient(135deg,#fff 0%,#fff 72%,#fafbff 100%)}
body.page:not(.page-template-page-contact) .title-card--v37 .eyebrow{align-self:flex-start;margin:0 0 22px;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:var(--wa-primary);font-size:.78rem;font-weight:850;letter-spacing:.19em;text-transform:uppercase}
body.page:not(.page-template-page-contact) .title-card--v37 h1{margin:0;max-width:820px;font-size:clamp(3.4rem,6.5vw,6.8rem);line-height:.88;letter-spacing:-.065em}
body.page:not(.page-template-page-contact) .title-card--v37 .singular-intro{max-width:700px;margin:24px 0 0;font-size:clamp(1.08rem,1.55vw,1.28rem);line-height:1.65}
.page-hero-art{position:relative;isolation:isolate;overflow:hidden;min-height:100%;background:linear-gradient(145deg,color-mix(in srgb,var(--wa-primary) 15%,#f7f9ff),color-mix(in srgb,var(--wa-secondary) 14%,#fff));border-left:1px solid #e8ecf5}
.page-hero-art:before{content:"";position:absolute;width:72%;aspect-ratio:1;right:-16%;top:-26%;border-radius:38% 62% 52% 48%;background:linear-gradient(145deg,color-mix(in srgb,var(--wa-primary) 32%,transparent),color-mix(in srgb,var(--wa-secondary) 20%,transparent));filter:blur(2px);transform:rotate(18deg)}
.page-hero-art:after{content:"";position:absolute;width:58%;aspect-ratio:1;left:8%;bottom:-26%;border:1px solid rgba(255,255,255,.9);border-radius:34px;background:rgba(255,255,255,.38);box-shadow:0 28px 70px rgba(56,68,112,.13);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:rotate(-9deg)}
.page-hero-art__line{position:absolute;z-index:2;left:15%;top:24%;width:42%;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary))}
.page-hero-art__orb{position:absolute;z-index:2;right:17%;bottom:18%;width:16px;height:16px;border-radius:50%;background:var(--wa-primary);box-shadow:0 0 0 9px rgba(124,92,255,.12)}
.page-hero-art strong{position:absolute;z-index:3;left:14%;bottom:15%;font-size:clamp(5rem,10vw,9rem);line-height:1;color:rgba(255,255,255,.72);text-shadow:0 10px 35px rgba(65,75,130,.08)}
body.page:not(.page-template-page-contact) .featured-media{margin-top:-28px;position:relative;z-index:3}
body.page:not(.page-template-page-contact) .content-shell{margin-top:clamp(34px,5vw,70px)}
@media(max-width:850px){body.page:not(.page-template-page-contact) .title-card--v37{grid-template-columns:1fr}.page-hero-copy{min-height:300px}.page-hero-art{min-height:150px;border-left:0;border-top:1px solid #e8ecf5}.page-hero-art strong{font-size:6rem;bottom:8%;left:8%}.page-hero-art:before{width:220px;right:-30px;top:-100px}.page-hero-art:after{width:150px;left:auto;right:15%;bottom:-80px}}
@media(max-width:520px){body.page:not(.page-template-page-contact) .singular-hero--v37 .singular-hero__inner{width:min(calc(100% - 20px),1240px)}.page-hero-copy{padding:34px 26px;min-height:270px}.page-hero-art{min-height:115px}body.page:not(.page-template-page-contact) .title-card--v37 h1{font-size:clamp(3rem,16vw,4.6rem)}}

/* v3.8 normal pages: title only, then breadcrumb, then existing page content. */
body.page:not(.page-template-page-contact) .singular-titlebar--v38{
  position:relative;
  padding:clamp(58px,7vw,96px) 0 clamp(24px,3vw,38px);
  background:transparent;
}
body.page:not(.page-template-page-contact) .singular-titlebar__inner{
  width:min(calc(100% - 40px),1120px);
  position:relative;
}
body.page:not(.page-template-page-contact) .singular-titlebar__inner:before{
  content:"";
  position:absolute;
  left:0;
  top:-18px;
  width:58px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 6px 18px color-mix(in srgb,var(--wa-primary) 24%,transparent);
}
body.page:not(.page-template-page-contact) .singular-titlebar__title{
  position:relative;
  display:inline-block;
  margin:0;
  max-width:100%;
  color:var(--wa-h1,var(--wa-text));
  font-size:clamp(3.2rem,7vw,6.7rem);
  line-height:.9;
  letter-spacing:-.065em;
  text-wrap:balance;
  text-shadow:0 3px 0 rgba(255,255,255,.92),0 13px 28px rgba(31,43,76,.14);
}
body.page:not(.page-template-page-contact) .singular-titlebar__title:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:3%;
  right:-3%;
  bottom:.03em;
  height:.16em;
  border-radius:999px;
  background:linear-gradient(90deg,color-mix(in srgb,var(--wa-primary) 48%,transparent),color-mix(in srgb,var(--wa-secondary) 38%,transparent));
  filter:blur(.2px);
  opacity:.72;
}
body.page:not(.page-template-page-contact) .singular-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:20px;
  color:var(--wa-muted);
  font-size:.92rem;
  font-weight:650;
}
body.page:not(.page-template-page-contact) .singular-breadcrumbs a{
  color:var(--wa-primary);
  text-decoration:none;
}
body.page:not(.page-template-page-contact) .singular-breadcrumbs a:hover{text-decoration:underline}
body.page:not(.page-template-page-contact) .singular-breadcrumbs span[aria-hidden="true"]{opacity:.45}
body.page:not(.page-template-page-contact) .content-shell{
  margin-top:0;
}
body.page:not(.page-template-page-contact) .featured-media{
  margin-top:0;
}
@media(max-width:620px){
  body.page:not(.page-template-page-contact) .singular-titlebar--v38{padding:48px 0 24px}
  body.page:not(.page-template-page-contact) .singular-titlebar__inner{width:min(calc(100% - 28px),1120px)}
  body.page:not(.page-template-page-contact) .singular-titlebar__title{font-size:clamp(2.8rem,15vw,4.6rem)}
  body.page:not(.page-template-page-contact) .singular-breadcrumbs{margin-top:16px;font-size:.86rem}
}

/* v3.8 normal pages: title only, breadcrumb, then existing page content. */
body.page:not(.page-template-page-contact) .singular-titlebar--v38{position:relative;padding:clamp(58px,7vw,96px) 0 clamp(24px,3vw,38px);background:transparent}
body.page:not(.page-template-page-contact) .singular-titlebar__inner{width:min(calc(100% - 40px),1120px);position:relative}
body.page:not(.page-template-page-contact) .singular-titlebar__inner:before{content:"";position:absolute;left:0;top:-18px;width:58px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));box-shadow:0 6px 18px color-mix(in srgb,var(--wa-primary) 24%,transparent)}
body.page:not(.page-template-page-contact) .singular-titlebar__title{position:relative;display:inline-block;margin:0;max-width:100%;color:var(--wa-h1,var(--wa-text));font-size:clamp(3.2rem,7vw,6.7rem);line-height:.9;letter-spacing:-.065em;text-wrap:balance;text-shadow:0 3px 0 rgba(255,255,255,.92),0 13px 28px rgba(31,43,76,.14)}
body.page:not(.page-template-page-contact) .singular-titlebar__title:after{content:"";position:absolute;z-index:-1;left:3%;right:-3%;bottom:.03em;height:.16em;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--wa-primary) 48%,transparent),color-mix(in srgb,var(--wa-secondary) 38%,transparent));opacity:.72}
body.page:not(.page-template-page-contact) .singular-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:20px;color:var(--wa-muted);font-size:.92rem;font-weight:650}
body.page:not(.page-template-page-contact) .singular-breadcrumbs a{color:var(--wa-primary);text-decoration:none}
body.page:not(.page-template-page-contact) .singular-breadcrumbs a:hover{text-decoration:underline}
body.page:not(.page-template-page-contact) .singular-breadcrumbs span[aria-hidden="true"]{opacity:.45}
body.page:not(.page-template-page-contact) .content-shell{margin-top:0}
body.page:not(.page-template-page-contact) .featured-media{margin-top:0}
@media(max-width:620px){body.page:not(.page-template-page-contact) .singular-titlebar--v38{padding:48px 0 24px}body.page:not(.page-template-page-contact) .singular-titlebar__inner{width:min(calc(100% - 28px),1120px)}body.page:not(.page-template-page-contact) .singular-titlebar__title{font-size:clamp(2.8rem,15vw,4.6rem)}body.page:not(.page-template-page-contact) .singular-breadcrumbs{margin-top:16px;font-size:.86rem}}

/* v3.9: compact boxed title + breadcrumb, aligned with page content. */
body.page:not(.page-template-page-contact) .singular-titlebar--v38{
  padding:clamp(34px,4.5vw,58px) 0 clamp(22px,3vw,34px);
}
body.page:not(.page-template-page-contact) .singular-titlebar__inner{
  box-sizing:border-box;
  width:min(calc(100% - 48px),1120px);
  padding:clamp(26px,3.2vw,42px) clamp(28px,4vw,54px) clamp(24px,3vw,36px);
  border:1px solid rgba(220,225,237,.92);
  border-radius:clamp(20px,2vw,30px);
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(249,250,255,.92));
  box-shadow:0 18px 48px rgba(37,49,83,.08),inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
}
body.page:not(.page-template-page-contact) .singular-titlebar__inner:before{
  left:clamp(28px,4vw,54px);
  top:20px;
  width:52px;
  height:3px;
}
body.page:not(.page-template-page-contact) .singular-titlebar__inner:after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-92px;
  top:-110px;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--wa-secondary) 13%,transparent),transparent 68%);
  pointer-events:none;
}
body.page:not(.page-template-page-contact) .singular-titlebar__title{
  font-size:clamp(3rem,6vw,5.8rem);
}
body.page:not(.page-template-page-contact) .singular-breadcrumbs{
  margin-top:18px;
}
@media(max-width:620px){
  body.page:not(.page-template-page-contact) .singular-titlebar--v38{padding:26px 0 20px}
  body.page:not(.page-template-page-contact) .singular-titlebar__inner{width:min(calc(100% - 24px),1120px);padding:30px 22px 24px;border-radius:20px}
  body.page:not(.page-template-page-contact) .singular-titlebar__inner:before{left:22px;top:17px;width:42px}
  body.page:not(.page-template-page-contact) .singular-titlebar__title{font-size:clamp(2.6rem,13vw,4.2rem)}
}

/* v3.10 — rebuilt mobile navigation + premium compact footer */
.menu-backdrop{display:none}

.site-footer{
  position:relative;
  padding:clamp(34px,5vw,64px) 0 28px;
  border-top:0!important;
  background:linear-gradient(180deg,#f7f9fd 0%,#eef3fb 100%)!important;
  color:var(--wa-text);
}
.footer-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(214,221,235,.95);
  border-radius:clamp(24px,3vw,36px);
  background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(248,247,255,.96) 48%,rgba(241,249,255,.96) 100%);
  box-shadow:0 28px 80px rgba(30,43,77,.10),inset 0 1px 0 rgba(255,255,255,.98);
}
.footer-shell:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
}
.footer-top{
  width:auto!important;
  padding:clamp(30px,4vw,48px)!important;
  display:grid!important;
  align-items:start;
  gap:clamp(22px,3vw,38px)!important;
}
.footer-top.has-widgets{grid-template-columns:minmax(220px,.95fr) minmax(190px,.7fr) minmax(0,1.55fr)!important}
.footer-top.no-widgets{grid-template-columns:minmax(0,1.45fr) minmax(210px,.65fr)!important}
.footer-brand{max-width:390px!important}
.footer-brand p{
  margin:20px 0 0!important;
  color:#657087!important;
  font-size:.94rem!important;
  line-height:1.7;
}
.footer-logo,.footer-logo--fallback{display:inline-flex;align-items:center}
.footer-logo img,.footer-logo .custom-logo{
  width:min(190px,100%)!important;
  max-height:72px!important;
  filter:drop-shadow(0 10px 16px rgba(30,43,77,.12));
}
.footer-hours-mini{
  min-width:0!important;
  padding:20px 22px;
  border:1px solid rgba(218,224,237,.95);
  border-radius:20px;
  background:rgba(255,255,255,.72);
  box-shadow:0 14px 34px rgba(33,47,82,.07);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
}
.footer-hours-mini__label{
  display:block;
  margin-bottom:13px;
  color:#7a8498;
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.footer-hours-mini .open-status{margin-bottom:8px!important}
.footer-hours-mini small{color:#798399!important;line-height:1.55}
.footer-widgets{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.footer-widget-column{
  min-width:0;
  padding:18px 20px;
  border:1px solid rgba(222,227,239,.9);
  border-radius:18px;
  background:rgba(255,255,255,.58);
}
.footer-widget__title{margin-bottom:13px!important;color:#6e7890!important}
.footer-widget{color:#687288!important}
.footer-widget a{transition:.2s ease}
.footer-widget a:hover{color:var(--wa-primary)!important}
.footer-bottom{
  width:auto!important;
  min-height:0!important;
  padding:20px clamp(30px,4vw,48px)!important;
  border-top:1px solid rgba(214,221,235,.9)!important;
  gap:24px!important;
  color:#7a8497!important;
  background:rgba(255,255,255,.38);
}
.footer-menu{gap:8px!important;flex-wrap:wrap;justify-content:flex-end}
.footer-menu a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 11px;
  border-radius:10px;
  color:#657087;
  font-weight:700;
  transition:.2s ease;
}
.footer-menu a:hover{
  background:#fff;
  color:var(--wa-primary)!important;
  box-shadow:0 8px 22px rgba(35,48,80,.08);
}

@media (max-width:900px){
  .menu-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:999;
    background:rgba(21,28,47,.24);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    transition:opacity .22s ease,visibility .22s ease;
  }
  .menu-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}
  body.menu-open{overflow:hidden!important;touch-action:none}
  .site-header{z-index:1100!important;padding:8px 10px!important}
  .site-header .header-inner{
    position:relative;
    z-index:1102;
    min-height:72px!important;
    padding:9px 10px 9px 16px!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 14px 38px rgba(28,41,72,.12)!important;
  }
  .site-branding .custom-logo{max-width:150px!important;max-height:52px!important}
  .menu-toggle{
    display:grid!important;
    place-items:center;
    width:48px;
    height:48px;
    padding:0!important;
    border:1px solid #e4e8f1!important;
    border-radius:15px;
    background:linear-gradient(145deg,#fff,#f5f7fc)!important;
    color:#20283a!important;
    box-shadow:0 8px 20px rgba(31,43,75,.08);
  }
  .menu-toggle__label{display:none!important}
  .menu-toggle__icon{width:22px!important;height:16px!important;gap:6px!important}
  .menu-toggle__icon i{height:2px!important;border-radius:99px;background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary))!important}
  .site-navigation{
    position:fixed!important;
    inset:var(--wa-mobile-nav-top,96px) 12px 12px 12px!important;
    z-index:1101!important;
    max-height:calc(100dvh - var(--wa-mobile-nav-top,96px) - 12px)!important;
    padding:16px!important;
    overflow:auto;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:14px!important;
    border:1px solid rgba(218,224,237,.98)!important;
    border-radius:26px!important;
    background:rgba(255,255,255,.98)!important;
    color:#171c2a!important;
    box-shadow:0 28px 80px rgba(18,29,55,.24)!important;
    -webkit-backdrop-filter:blur(22px) saturate(140%)!important;
    backdrop-filter:blur(22px) saturate(140%)!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px) scale(.985)!important;
    transform-origin:top center;
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important;
  }
  .site-navigation.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none!important;
  }
  .primary-menu,.fallback-menu>ul{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%;
    margin:0!important;
    padding:0!important;
  }
  .primary-menu>li,.fallback-menu>ul>li{width:100%}
  .primary-menu>li>a,.fallback-menu>ul>li>a{
    position:relative;
    display:flex!important;
    align-items:center;
    width:100%;
    min-height:56px;
    padding:13px 48px 13px 16px!important;
    border:1px solid #e8ebf3!important;
    border-radius:16px!important;
    background:#f8f9fc!important;
    color:#202638!important;
    font-size:1.08rem!important;
    font-weight:800!important;
    line-height:1.2;
    box-sizing:border-box;
  }
  .primary-menu>li>a:before,.fallback-menu>ul>li>a:before{
    content:"→";
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    color:var(--wa-primary);
    font-size:1.15rem;
  }
  .primary-menu>li>a:after,.fallback-menu>ul>li>a:after{display:none!important}
  .primary-menu>li>a:hover,.primary-menu>.current-menu-item>a,.primary-menu>.current_page_item>a,
  .fallback-menu>ul>li>a:hover{
    color:var(--wa-primary)!important;
    border-color:color-mix(in srgb,var(--wa-primary) 26%,#e8ebf3)!important;
    background:linear-gradient(135deg,color-mix(in srgb,var(--wa-primary) 8%,#fff),color-mix(in srgb,var(--wa-secondary) 7%,#fff))!important;
    transform:none!important;
  }
  .primary-menu .sub-menu{
    margin:6px 0 2px!important;
    padding:6px 0 6px 14px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .primary-menu .sub-menu a{
    padding:10px 12px!important;
    color:#667087!important;
    font-size:.94rem!important;
  }
  .nav-cta{
    width:100%!important;
    min-height:54px!important;
    margin-top:auto!important;
    align-self:stretch!important;
    border-radius:16px!important;
    font-size:1rem!important;
  }

  .footer-top.has-widgets,.footer-top.no-widgets{grid-template-columns:1fr!important}
  .footer-widgets{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:620px){
  .site-footer{padding:22px 0 18px!important}
  .footer-shell{border-radius:24px!important}
  .footer-top{
    padding:26px 20px 22px!important;
    gap:16px!important;
  }
  .footer-brand{
    max-width:none!important;
    padding:4px 2px 10px;
  }
  .footer-logo img,.footer-logo .custom-logo{width:min(165px,100%)!important;max-height:64px!important}
  .footer-brand p{margin-top:14px!important;font-size:.9rem!important}
  .footer-hours-mini{padding:17px 18px!important;border-radius:17px!important}
  .footer-widgets{grid-template-columns:1fr!important;gap:12px!important}
  .footer-widget-column{padding:16px 17px!important;border-radius:16px!important}
  .footer-bottom{
    padding:18px 20px 20px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:14px!important;
  }
  .footer-legal{font-size:.76rem!important;line-height:1.65!important}
  .footer-menu{justify-content:flex-start!important;gap:6px!important}
  .footer-menu a{padding:6px 8px!important;font-size:.78rem!important;background:rgba(255,255,255,.58)}
}


/* v3.11 — compact boxed page titles + full weekly opening-hours footer */
body.page:not(.page-template-page-contact) .singular-titlebar--v311{
  padding:clamp(30px,4vw,48px) 0 clamp(22px,3vw,34px)!important;
}
body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner{
  width:min(calc(100% - 40px),900px)!important;
  margin-inline:auto!important;
  padding:clamp(30px,4vw,48px) clamp(30px,4.5vw,58px) clamp(26px,3.6vw,42px)!important;
  border:1px solid rgba(210,218,234,.98)!important;
  border-radius:clamp(22px,2.5vw,32px)!important;
  background:
    radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--wa-secondary) 9%,transparent),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.99),rgba(248,250,255,.97))!important;
  box-shadow:0 24px 65px rgba(31,43,76,.13),0 7px 20px rgba(31,43,76,.06),inset 0 1px 0 #fff!important;
}
body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner:before{
  left:clamp(30px,4.5vw,58px)!important;
  top:21px!important;
  width:58px!important;
  height:4px!important;
  box-shadow:0 7px 18px color-mix(in srgb,var(--wa-primary) 22%,transparent)!important;
}
body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner:after{
  width:150px!important;
  height:150px!important;
  right:-75px!important;
  top:-88px!important;
  opacity:.72!important;
}
body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__title{
  font-size:clamp(3rem,5.7vw,5.5rem)!important;
  line-height:.94!important;
  text-shadow:0 3px 0 rgba(255,255,255,.98),0 12px 26px rgba(24,36,70,.16)!important;
}
body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-breadcrumbs{
  margin-top:18px!important;
  padding-top:15px;
  border-top:1px solid rgba(220,226,239,.78);
}

/* Footer: stronger visual hierarchy and complete weekly schedule. */
.site-footer .footer-shell--v311{
  border-color:rgba(207,216,234,.98)!important;
  background:linear-gradient(145deg,#ffffff 0%,#f7f6ff 48%,#eef9ff 100%)!important;
  box-shadow:0 34px 90px rgba(28,42,78,.14),inset 0 1px 0 #fff!important;
}
.site-footer .footer-shell--v311:after{
  content:"";
  position:absolute;
  width:360px;
  aspect-ratio:1;
  left:-220px;
  top:-210px;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--wa-primary) 15%,transparent),transparent 68%);
  pointer-events:none;
}
.footer-shell--v311 .footer-top{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)!important;
  gap:clamp(24px,4vw,54px)!important;
}
.footer-shell--v311 .footer-top.has-widgets{
  grid-template-columns:minmax(240px,.72fr) minmax(320px,.9fr) minmax(280px,1fr)!important;
}
.footer-shell--v311 .footer-brand{
  position:relative;
  padding:clamp(22px,3vw,32px)!important;
  border:1px solid rgba(218,224,238,.95);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(248,249,255,.72));
  box-shadow:0 14px 34px rgba(35,48,84,.07);
  overflow:hidden;
}
.footer-shell--v311 .footer-brand:after{
  content:"VS";
  position:absolute;
  right:-8px;
  bottom:-30px;
  color:color-mix(in srgb,var(--wa-primary) 7%,transparent);
  font-family:Georgia,"Times New Roman",serif;
  font-size:8rem;
  font-weight:800;
  line-height:1;
  pointer-events:none;
}
.footer-contact-chips{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.footer-contact-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:7px 10px;
  border:1px solid rgba(216,223,238,.95);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#59657c;
  font-size:.78rem;
  font-weight:750;
}
.footer-contact-chip:hover{color:var(--wa-primary);border-color:color-mix(in srgb,var(--wa-primary) 28%,#d8dfee)}
.footer-shell--v311 .footer-hours-mini{
  padding:clamp(22px,3vw,30px)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 16px 42px rgba(31,45,82,.09)!important;
}
.footer-hours-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.footer-hours-title{
  margin:0!important;
  color:var(--wa-text)!important;
  font-size:clamp(1.3rem,2vw,1.65rem)!important;
  letter-spacing:-.035em!important;
}
.footer-hours-head .open-status{flex:0 0 auto;margin:0!important}
.footer-hours-list{
  display:grid;
  gap:2px;
  margin-top:4px;
  border-top:1px solid #e8ecf4;
}
.footer-hours-row{
  display:grid;
  grid-template-columns:minmax(98px,.8fr) minmax(120px,1fr);
  align-items:center;
  gap:18px;
  min-height:38px;
  padding:7px 10px;
  border-bottom:1px solid #edf0f6;
  border-radius:10px;
  color:#68748b;
  font-size:.84rem;
}
.footer-hours-row strong{color:#30394d;font-weight:780}
.footer-hours-row span:last-child{text-align:right;font-variant-numeric:tabular-nums}
.footer-hours-row.is-today{
  margin:2px -4px;
  padding-inline:14px;
  border-color:transparent;
  background:linear-gradient(90deg,color-mix(in srgb,var(--wa-primary) 9%,#fff),color-mix(in srgb,var(--wa-secondary) 7%,#fff));
  color:#4f5e78;
}
.footer-hours-row.is-today strong{color:var(--wa-primary)}
.footer-hours-today-note{display:block;margin-top:12px;color:#7b869b;font-size:.76rem;line-height:1.45}
.footer-shell--v311 .footer-widgets{
  align-content:start;
}
.footer-shell--v311 .footer-widget-column{
  background:rgba(255,255,255,.75)!important;
  box-shadow:0 12px 30px rgba(31,45,82,.05);
}
.footer-shell--v311 .footer-bottom{
  position:relative;
  z-index:1;
}

@media (max-width:980px){
  .footer-shell--v311 .footer-top,
  .footer-shell--v311 .footer-top.has-widgets{grid-template-columns:1fr 1fr!important}
  .footer-shell--v311 .footer-widgets{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:620px){
  body.page:not(.page-template-page-contact) .singular-titlebar--v311{padding:22px 0 18px!important}
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner{
    width:min(calc(100% - 24px),900px)!important;
    padding:29px 22px 22px!important;
    border-radius:20px!important;
    box-shadow:0 18px 44px rgba(31,43,76,.12),0 5px 14px rgba(31,43,76,.05)!important;
  }
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner:before{left:22px!important;top:16px!important;width:44px!important;height:3px!important}
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__title{font-size:clamp(2.55rem,13vw,4rem)!important}
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-breadcrumbs{margin-top:14px!important;padding-top:12px;font-size:.82rem!important}
  .footer-shell--v311 .footer-top,
  .footer-shell--v311 .footer-top.has-widgets{grid-template-columns:1fr!important}
  .footer-shell--v311 .footer-brand{padding:20px 18px!important;border-radius:19px}
  .footer-shell--v311 .footer-brand:after{font-size:6rem;right:-10px;bottom:-18px}
  .footer-shell--v311 .footer-hours-mini{padding:20px 17px!important;border-radius:19px!important}
  .footer-hours-head{align-items:center;margin-bottom:14px}
  .footer-hours-title{font-size:1.3rem!important}
  .footer-hours-row{grid-template-columns:1fr auto;gap:10px;min-height:36px;padding:7px 6px;font-size:.8rem}
  .footer-hours-row.is-today{margin:2px 0;padding-inline:9px}
  .footer-shell--v311 .footer-widgets{grid-column:auto;grid-template-columns:1fr!important}
}

/* v3.12 — full-width footer + Safari-safe mobile navigation + mobile polish */
.site-footer.site-footer--v312{
  position:relative;
  margin-top:clamp(58px,7vw,100px)!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#f8f9fd 0%,#f1f4fa 100%)!important;
  color:var(--wa-text);
  box-shadow:0 -18px 55px rgba(29,42,74,.09)!important;
  overflow:hidden;
}
.site-footer--v312 .footer-accent-line{
  height:4px;
  width:100%;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 7px 24px color-mix(in srgb,var(--wa-primary) 24%,transparent);
}
.site-footer--v312 .footer-shell--v312{
  position:relative;
  width:min(calc(100% - 48px),var(--wa-container))!important;
  margin:0 auto!important;
  padding:clamp(46px,5.5vw,74px) 0 clamp(38px,4vw,58px)!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.site-footer--v312 .footer-shell--v312:before,
.site-footer--v312 .footer-shell--v312:after{display:none!important}
.site-footer--v312 .footer-main{
  display:grid;
  grid-template-columns:minmax(240px,.9fr) minmax(340px,1.1fr);
  gap:clamp(40px,7vw,92px);
  align-items:start;
}
.site-footer--v312 .footer-main.has-widgets{
  grid-template-columns:minmax(220px,.75fr) minmax(320px,.95fr) minmax(280px,1fr);
  gap:clamp(32px,4vw,58px);
}
.site-footer--v312 .footer-brand--v312{
  min-width:0;
  max-width:430px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.site-footer--v312 .footer-brand--v312:after{display:none!important}
.site-footer--v312 .footer-logo,
.site-footer--v312 .footer-logo--fallback{display:inline-flex;align-items:center}
.site-footer--v312 .footer-logo img,
.site-footer--v312 .footer-logo .custom-logo{
  width:min(190px,100%)!important;
  max-height:74px!important;
  object-fit:contain;
  object-position:left center;
}
.site-footer--v312 .footer-tagline{
  max-width:390px;
  margin:22px 0 0!important;
  color:#667086!important;
  font-size:.96rem!important;
  line-height:1.75!important;
}
.site-footer--v312 .footer-contact-list{
  display:grid;
  gap:9px;
  margin-top:24px;
}
.site-footer--v312 .footer-contact-list a{
  display:flex;
  align-items:center;
  gap:10px;
  width:fit-content;
  max-width:100%;
  color:#3f4a61;
  font-size:.86rem;
  font-weight:720;
  word-break:break-word;
}
.site-footer--v312 .footer-contact-list a span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border:1px solid #dce2ee;
  border-radius:9px;
  background:#fff;
  color:var(--wa-primary);
  box-shadow:0 7px 18px rgba(31,45,82,.06);
}
.site-footer--v312 .footer-hours--v312{
  min-width:0;
  padding:0 0 0 clamp(28px,4vw,52px)!important;
  border:0!important;
  border-left:1px solid #dce2ed!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.site-footer--v312 .footer-hours-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.site-footer--v312 .footer-kicker{
  display:block;
  margin-bottom:8px;
  color:#768198;
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.site-footer--v312 .footer-hours-heading h2{
  margin:0!important;
  color:#1a2232!important;
  font-size:clamp(1.35rem,2vw,1.75rem)!important;
  letter-spacing:-.035em!important;
}
.site-footer--v312 .footer-hours-list--v312{
  display:grid;
  gap:0;
  margin:0;
  border-top:1px solid #dfe5ef;
}
.site-footer--v312 .footer-hours-row{
  display:grid;
  grid-template-columns:minmax(100px,1fr) auto;
  gap:18px;
  align-items:center;
  min-height:39px;
  padding:8px 4px!important;
  border:0!important;
  border-bottom:1px solid #e3e8f1!important;
  border-radius:0!important;
  background:transparent!important;
  color:#667187;
  font-size:.84rem;
}
.site-footer--v312 .footer-hours-row strong{color:#2a3448;font-weight:800}
.site-footer--v312 .footer-hours-row span:last-child{text-align:right;font-variant-numeric:tabular-nums}
.site-footer--v312 .footer-hours-row.is-today{
  margin:0!important;
  padding-inline:10px!important;
  border-left:3px solid var(--wa-primary)!important;
  background:linear-gradient(90deg,color-mix(in srgb,var(--wa-primary) 8%,transparent),transparent 72%)!important;
}
.site-footer--v312 .footer-hours-row.is-today strong{color:var(--wa-primary)}
.site-footer--v312 .open-status{
  flex:0 0 auto;
  margin:0!important;
  white-space:nowrap;
}
.site-footer--v312 .footer-widgets--v312{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px!important;
  align-content:start;
}
.site-footer--v312 .footer-widget-column{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.site-footer--v312 .footer-widget-column + .footer-widget-column{
  padding-left:20px!important;
  border-left:1px solid #dce2ed!important;
}
.site-footer--v312 .footer-lower{
  border-top:1px solid #d9e0eb;
  background:rgba(255,255,255,.42);
}
.site-footer--v312 .footer-lower__inner{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.site-footer--v312 .footer-legal{
  margin:0!important;
  color:#798398!important;
  font-size:.78rem!important;
  line-height:1.55;
}
.site-footer--v312 .footer-menu{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:4px 20px!important;
  margin:0;
  padding:0;
  list-style:none;
}
.site-footer--v312 .footer-menu a{
  padding:4px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#566178!important;
  font-size:.8rem!important;
  font-weight:760;
}
.site-footer--v312 .footer-menu a:hover{color:var(--wa-primary)!important}

@media (max-width:980px){
  .site-footer--v312 .footer-main,
  .site-footer--v312 .footer-main.has-widgets{grid-template-columns:1fr 1fr;gap:42px}
  .site-footer--v312 .footer-widgets--v312{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Mobile navigation: absolute dropdown avoids iOS fixed-position/backdrop-filter bugs. */
@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  .studio-topbar{display:none!important}
  .studio-header-image{height:min(var(--wa-header-height),150px)!important}
  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:1200!important;
    padding:8px 10px!important;
    overflow:visible!important;
  }
  .site-header .header-inner{
    position:relative!important;
    z-index:1202!important;
    width:min(calc(100% - 2px),var(--wa-container))!important;
    min-height:68px!important;
    padding:8px 9px 8px 14px!important;
    border-radius:20px!important;
    overflow:visible!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  .site-branding{min-width:0;display:flex;align-items:center}
  .site-branding .custom-logo-link{display:flex;align-items:center}
  .site-branding .custom-logo{
    width:auto!important;
    max-width:min(var(--wa-logo-width),128px)!important;
    max-height:48px!important;
    object-fit:contain!important;
  }
  .menu-toggle{
    position:relative!important;
    z-index:1210!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 48px!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:15px!important;
    background:linear-gradient(135deg,#222b40,#111827)!important;
    color:#fff!important;
    box-shadow:0 10px 24px rgba(18,25,42,.2)!important;
    cursor:pointer!important;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }
  .menu-toggle:hover,.menu-toggle:focus-visible{background:linear-gradient(135deg,var(--wa-primary),#536dfe)!important;outline:3px solid color-mix(in srgb,var(--wa-primary) 20%,transparent);outline-offset:2px}
  .menu-toggle__label{display:none!important}
  .menu-toggle__icon{
    position:relative!important;
    display:block!important;
    width:23px!important;
    height:18px!important;
  }
  .menu-toggle__icon i{
    position:absolute!important;
    left:0!important;
    width:23px!important;
    height:2px!important;
    margin:0!important;
    border-radius:99px!important;
    background:#fff!important;
    transform:none!important;
    opacity:1!important;
    transition:top .2s ease,transform .2s ease,opacity .15s ease!important;
  }
  .menu-toggle__icon i:nth-child(1){top:1px!important}
  .menu-toggle__icon i:nth-child(2){top:8px!important}
  .menu-toggle__icon i:nth-child(3){top:15px!important}
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(1){top:8px!important;transform:rotate(45deg)!important}
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(2){opacity:0!important}
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(3){top:8px!important;transform:rotate(-45deg)!important}
  .menu-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:1190!important;
    background:rgba(15,23,42,.34)!important;
    -webkit-backdrop-filter:blur(4px)!important;
    backdrop-filter:blur(4px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,visibility .2s ease!important;
  }
  .menu-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  body.menu-open{overflow:hidden!important}
  .site-navigation{
    position:absolute!important;
    top:calc(100% + 10px)!important;
    right:0!important;
    bottom:auto!important;
    left:0!important;
    inset:auto 0 auto 0!important;
    z-index:1209!important;
    width:auto!important;
    max-width:none!important;
    max-height:min(72vh,620px)!important;
    margin:0!important;
    padding:12px!important;
    overflow:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    border:1px solid #dfe5f0!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 24px 68px rgba(18,29,55,.24)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-8px)!important;
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;
  }
  .site-navigation.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .primary-menu,.fallback-menu>ul{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .primary-menu>li,.fallback-menu>ul>li{width:100%!important;margin:0!important}
  .primary-menu>li>a,.fallback-menu>ul>li>a{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:50px!important;
    width:100%!important;
    padding:12px 44px 12px 15px!important;
    border:1px solid #e5eaf2!important;
    border-radius:14px!important;
    background:#f8fafc!important;
    color:#1c2434!important;
    font-size:1rem!important;
    font-weight:800!important;
    line-height:1.2!important;
    box-shadow:none!important;
  }
  .primary-menu>li>a:before,.fallback-menu>ul>li>a:before{
    content:"→"!important;
    position:absolute!important;
    right:15px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    color:var(--wa-primary)!important;
    font-size:1rem!important;
  }
  .primary-menu>li>a:after,.fallback-menu>ul>li>a:after{display:none!important}
  .primary-menu>.current-menu-item>a,.primary-menu>.current_page_item>a,
  .primary-menu>li>a:hover,.fallback-menu>ul>li>a:hover{
    border-color:color-mix(in srgb,var(--wa-primary) 24%,#e5eaf2)!important;
    background:linear-gradient(135deg,color-mix(in srgb,var(--wa-primary) 8%,#fff),color-mix(in srgb,var(--wa-secondary) 7%,#fff))!important;
    color:var(--wa-primary)!important;
  }
  .nav-cta{
    width:100%!important;
    min-height:50px!important;
    margin:2px 0 0!important;
    border-radius:14px!important;
    justify-content:center!important;
    font-size:.96rem!important;
  }

  body.page:not(.page-template-page-contact) .singular-titlebar--v311{padding:20px 0 16px!important}
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner{
    width:min(calc(100% - 24px),900px)!important;
    padding:27px 20px 20px!important;
    border-radius:20px!important;
  }
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner:before{left:20px!important;top:15px!important}
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__title{
    font-size:clamp(2.45rem,12vw,3.8rem)!important;
    line-height:.94!important;
    letter-spacing:-.055em!important;
  }
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-breadcrumbs{margin-top:13px!important;padding-top:11px!important;font-size:.8rem!important}
  body.page:not(.page-template-page-contact) .content-shell,
  body.single-post .content-shell{
    width:min(calc(100% - 24px),900px)!important;
    margin-top:18px!important;
    padding:26px 20px!important;
    border-radius:20px!important;
    font-size:1rem!important;
    line-height:1.72!important;
  }
  body.page:not(.page-template-page-contact) .content-shell ul,
  body.page:not(.page-template-page-contact) .content-shell ol{padding-left:1.25rem!important}
  body.page:not(.page-template-page-contact) .content-shell li{padding-left:.08rem}
}

@media (max-width:620px){
  .site-footer.site-footer--v312{margin-top:54px!important}
  .site-footer--v312 .footer-shell--v312{
    width:min(calc(100% - 30px),var(--wa-container))!important;
    padding:36px 0 30px!important;
  }
  .site-footer--v312 .footer-main,
  .site-footer--v312 .footer-main.has-widgets{grid-template-columns:1fr!important;gap:30px!important}
  .site-footer--v312 .footer-brand--v312{max-width:none!important}
  .site-footer--v312 .footer-logo img,
  .site-footer--v312 .footer-logo .custom-logo{width:min(150px,100%)!important;max-height:58px!important}
  .site-footer--v312 .footer-tagline{margin-top:17px!important;font-size:.9rem!important;line-height:1.65!important}
  .site-footer--v312 .footer-contact-list{margin-top:18px;gap:7px}
  .site-footer--v312 .footer-contact-list a{font-size:.8rem}
  .site-footer--v312 .footer-hours--v312{
    padding:27px 0 0!important;
    border-left:0!important;
    border-top:1px solid #dce2ed!important;
  }
  .site-footer--v312 .footer-hours-heading{align-items:center;gap:12px;margin-bottom:14px}
  .site-footer--v312 .footer-hours-heading h2{font-size:1.28rem!important}
  .site-footer--v312 .footer-kicker{font-size:.62rem;margin-bottom:6px}
  .site-footer--v312 .open-status{font-size:.72rem!important;padding:7px 9px!important}
  .site-footer--v312 .footer-hours-row{min-height:36px;padding:7px 2px!important;font-size:.79rem}
  .site-footer--v312 .footer-hours-row.is-today{padding-inline:8px!important}
  .site-footer--v312 .footer-widgets--v312{grid-column:auto;grid-template-columns:1fr!important;gap:20px!important;padding-top:4px}
  .site-footer--v312 .footer-widget-column + .footer-widget-column{padding-left:0!important;border-left:0!important;border-top:1px solid #dce2ed!important;padding-top:20px!important}
  .site-footer--v312 .footer-lower__inner{
    min-height:auto;
    padding:22px 0 26px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .site-footer--v312 .footer-menu{justify-content:flex-start!important;gap:7px 16px!important}
  .site-footer--v312 .footer-legal{font-size:.73rem!important}
  .site-footer--v312 .footer-menu a{font-size:.76rem!important}
}

/* v3.13 — mobile menu rebuilt as a non-scrollable full-screen panel */
@media (max-width:900px){
  /* Keep the header itself crisp and above the menu panel. */
  .site-header{
    z-index:1400!important;
    overflow:visible!important;
  }
  .site-header .header-inner{
    z-index:1402!important;
  }
  .menu-toggle{
    z-index:1410!important;
  }

  /* The old dropdown/backdrop combination caused iOS Safari to create an
     independently scrollable menu. The panel now owns the viewport and does
     not scroll at all. */
  .menu-backdrop{
    display:none!important;
  }
  .site-navigation{
    position:fixed!important;
    inset:0!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    z-index:1390!important;
    width:100%!important;
    height:100vh!important;
    height:100dvh!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:
      max(112px, calc(env(safe-area-inset-top) + 96px))
      20px
      max(24px, calc(env(safe-area-inset-bottom) + 18px))!important;
    overflow:hidden!important;
    overscroll-behavior:none!important;
    -webkit-overflow-scrolling:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    border:0!important;
    border-radius:0!important;
    background:
      radial-gradient(circle at 85% 12%,rgba(98,82,255,.12),transparent 28%),
      radial-gradient(circle at 12% 82%,rgba(39,217,255,.10),transparent 26%),
      rgba(248,250,255,.985)!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:blur(22px)!important;
    backdrop-filter:blur(22px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-12px) scale(.992)!important;
    transition:opacity .2s ease,transform .22s ease,visibility .2s ease!important;
  }
  .site-navigation.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .primary-menu,.fallback-menu>ul{
    width:min(100%,430px)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .primary-menu>li,.fallback-menu>ul>li{
    width:100%!important;
    margin:0!important;
  }
  .primary-menu>li>a,.fallback-menu>ul>li>a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:52px!important;
    padding:12px 48px 12px 17px!important;
    border:1px solid rgba(208,216,232,.9)!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.86)!important;
    color:#172033!important;
    font-size:1rem!important;
    font-weight:800!important;
    line-height:1.15!important;
    box-shadow:0 8px 24px rgba(39,52,82,.07)!important;
  }
  .primary-menu>li>a:before,.fallback-menu>ul>li>a:before{
    content:"→"!important;
    position:absolute!important;
    right:17px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    color:var(--wa-primary)!important;
    font-size:1rem!important;
  }
  .primary-menu>.current-menu-item>a,.primary-menu>.current_page_item>a,
  .primary-menu>li>a:hover,.primary-menu>li>a:focus-visible,
  .fallback-menu>ul>li>a:hover,.fallback-menu>ul>li>a:focus-visible{
    border-color:rgba(111,82,255,.28)!important;
    background:linear-gradient(135deg,rgba(112,72,255,.10),rgba(39,217,255,.08)),#fff!important;
    color:var(--wa-primary)!important;
    box-shadow:0 12px 30px rgba(79,68,180,.11)!important;
  }
  .primary-menu .sub-menu{
    display:none!important;
  }
  .nav-cta{
    width:min(100%,430px)!important;
    min-height:54px!important;
    margin:4px 0 0!important;
    border-radius:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 14px 34px rgba(93,72,255,.22)!important;
  }

  /* Lock the page itself while the menu is open. */
  html.menu-open,
  body.menu-open{
    overflow:hidden!important;
    overscroll-behavior:none!important;
    touch-action:none!important;
  }
}

@media (max-width:420px){
  .site-navigation{
    padding-left:14px!important;
    padding-right:14px!important;
    gap:10px!important;
  }
  .primary-menu,.fallback-menu>ul{gap:6px!important}
  .primary-menu>li>a,.fallback-menu>ul>li>a{
    min-height:48px!important;
    border-radius:14px!important;
    font-size:.95rem!important;
  }
  .nav-cta{min-height:50px!important;border-radius:14px!important}
}

/* v3.14 — working mobile submenus + richer premium homepage */
.submenu-toggle{display:none}

/* Homepage: more visual rhythm without adding fake content or decorative circles. */
.studio-home{
  background:linear-gradient(180deg,#fbfcff 0%,#fff 19%,#fff 72%,#f8faff 100%)!important;
}
.premium-hero{
  position:relative!important;
  padding:clamp(76px,8vw,118px) 0 clamp(74px,7vw,104px)!important;
  background:
    linear-gradient(118deg,rgba(255,255,255,.99) 0%,rgba(250,251,255,.98) 46%,rgba(238,247,255,.84) 100%)!important;
  border-bottom:1px solid #e8edf5;
}
.premium-hero:after{
  content:"";
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  width:min(47vw,760px);
  height:100%;
  background:linear-gradient(145deg,rgba(111,82,255,.055),rgba(48,211,255,.075));
  clip-path:polygon(24% 0,100% 0,100% 100%,0 100%);
  pointer-events:none;
}
.premium-hero__grid{position:relative;z-index:1;gap:clamp(48px,7vw,96px)!important}
.premium-hero__copy{padding:18px 0}
.premium-hero .kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 12px;
  border:1px solid rgba(216,223,239,.95);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  box-shadow:0 9px 28px rgba(32,45,78,.06);
}
.premium-hero h1{
  max-width:760px!important;
  text-shadow:0 3px 0 #fff,0 18px 38px rgba(30,42,76,.08)!important;
}
.premium-lead{max-width:610px!important}
.premium-actions{margin-top:34px!important}
.premium-actions .button{min-height:54px;border-radius:16px!important;padding-inline:22px!important}
.hero-stats{
  gap:12px!important;
  margin-top:48px!important;
}
.hero-stats div{
  position:relative;
  min-height:88px;
  padding:17px 18px!important;
  border:1px solid rgba(220,226,238,.95)!important;
  border-radius:18px;
  background:rgba(255,255,255,.76);
  box-shadow:0 13px 34px rgba(34,47,80,.055);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.hero-stats strong{font-size:clamp(1.35rem,2vw,1.8rem)!important;line-height:1.05}
.hero-stats span{margin-top:5px;font-size:.73rem!important;line-height:1.35}
.premium-hero__visual{
  min-height:500px!important;
  padding:20px!important;
  border-radius:34px!important;
  background:rgba(255,255,255,.7)!important;
  border:1px solid rgba(211,220,237,.96)!important;
  box-shadow:0 36px 95px rgba(32,45,82,.15)!important;
  transform:rotate(.45deg);
}
.premium-hero__visual:before{
  display:block!important;
  content:"";
  position:absolute;
  z-index:-1;
  inset:-14px 30px 30px -14px;
  border:1px solid rgba(105,82,255,.17);
  border-radius:38px;
  background:linear-gradient(135deg,rgba(110,83,255,.09),rgba(44,208,255,.07));
  transform:rotate(-2.2deg);
}
.device-scene{height:455px!important}
.device-browser{
  inset:26px 44px 30px 0!important;
  border-width:8px!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,#111a39,#192955)!important;
  transform:rotate(2.2deg)!important;
  overflow:hidden;
}
.device-browser:before{
  content:"";
  position:absolute;
  inset:18px 20px auto;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,255,255,.82) 0 7%,rgba(255,255,255,.2) 7% 14%,rgba(255,255,255,.2) 14% 21%,transparent 21%);
  opacity:.65;
}
.device-browser:after{
  content:"";
  position:absolute;
  left:28px;
  bottom:42px;
  width:58%;
  height:45%;
  border-radius:20px;
  background:
    linear-gradient(90deg,rgba(129,106,255,.9),rgba(72,210,255,.72)) left top/42% 8px no-repeat,
    linear-gradient(rgba(255,255,255,.86),rgba(255,255,255,.86)) left 38px/82% 10px no-repeat,
    linear-gradient(rgba(255,255,255,.23),rgba(255,255,255,.23)) left 66px/72% 7px no-repeat,
    linear-gradient(rgba(255,255,255,.23),rgba(255,255,255,.23)) left 87px/62% 7px no-repeat;
  opacity:.9;
}
.device-phone{
  width:178px!important;
  height:330px!important;
  border-radius:34px!important;
  background:linear-gradient(160deg,#0b1126,#101938)!important;
  box-shadow:0 34px 70px rgba(24,34,67,.32)!important;
}
.device-phone:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:56px;
  height:4px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 34px 0 rgba(255,255,255,.8),0 56px 0 rgba(255,255,255,.22),0 76px 0 rgba(255,255,255,.22);
}

.premium-services{
  padding:clamp(82px,8vw,118px) 0!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;
  border-bottom:1px solid #edf0f6;
}
.premium-section-head{margin-bottom:38px!important}
.premium-section-head h2{font-size:clamp(2.7rem,4.2vw,4.1rem)!important;line-height:.95!important}
.premium-section-head>a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 14px;
  border:1px solid #e2e7f0;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 22px rgba(34,47,80,.05);
}
.premium-service-grid{gap:18px!important}
.premium-service-card{
  min-height:320px!important;
  border-radius:24px!important;
  border:1px solid #e2e7f0!important;
  background:linear-gradient(180deg,#fff 0%,#f9fbff 100%)!important;
  box-shadow:0 18px 46px rgba(32,44,79,.065)!important;
}
.premium-service-card:after{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  opacity:.78;
}
.premium-service-card:nth-child(2):after{background:linear-gradient(90deg,#526dff,#38c9ff)}
.premium-service-card:nth-child(3):after{background:linear-gradient(90deg,#7351ff,#9f66ff)}
.premium-service-card:nth-child(4):after{background:linear-gradient(90deg,#3f78ff,#48d3dc)}
.premium-service-card:before{
  display:block!important;
  content:"0" counter(service-card);
  position:absolute;
  top:20px;
  right:22px;
  width:auto;
  height:auto;
  border-radius:0;
  background:none!important;
  color:#d8deeb;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.13em;
}
.premium-service-grid{counter-reset:service-card}
.premium-service-card{counter-increment:service-card}
.service-card__icon{
  width:64px!important;
  height:64px!important;
  margin:30px 26px 0!important;
  border-radius:19px!important;
  box-shadow:0 14px 32px rgba(91,72,235,.22)!important;
}
.service-card__body{padding:24px 26px 26px!important}
.service-card__body h3{font-size:clamp(1.35rem,2vw,1.65rem)!important;line-height:1.05!important}
.service-card__body p:empty{display:none!important}
.service-card__body p{min-height:0!important;margin:0 0 8px!important;font-size:.93rem}
.service-card__button{
  min-height:48px;
  margin-top:auto!important;
  border:1px solid #e2e7f0;
  background:#fff!important;
  box-shadow:0 9px 24px rgba(34,46,77,.055);
}
.premium-service-card:hover{transform:translateY(-9px) scale(1.008)!important}
.premium-service-card:hover .service-card__button{
  color:#fff!important;
  border-color:transparent;
  background:linear-gradient(135deg,var(--wa-primary),#526fff)!important;
}

.premium-about{
  padding:clamp(86px,9vw,128px) 0!important;
  background:linear-gradient(130deg,#f7f9ff 0%,#fff 48%,#f7fbff 100%)!important;
}
.premium-about__grid{
  position:relative;
  grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr)!important;
  gap:clamp(54px,8vw,112px)!important;
}
.about-art{
  min-height:380px!important;
  border:1px solid #dfe5f0!important;
  outline:0!important;
  border-radius:30px!important;
  background:
    linear-gradient(145deg,rgba(237,244,255,.96),rgba(247,241,255,.94))!important;
  box-shadow:0 28px 72px rgba(31,44,79,.11)!important;
  transform:rotate(-1.2deg)!important;
}
.about-art:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:22px;
  box-shadow:inset 0 0 0 1px rgba(216,224,240,.5);
}
.about-art span{position:relative;z-index:1;padding:38px;font-size:clamp(2.7rem,5vw,4.7rem)!important}
.premium-about__grid>div:last-child{
  align-self:center;
  padding:clamp(12px,2vw,24px) 0;
}
.premium-about .kicker{margin-bottom:15px!important}
.premium-about h2{font-size:clamp(2.65rem,4.3vw,4.35rem)!important;line-height:.96!important}
.check-list li{padding:8px 0;border-bottom:1px solid #e8ecf4}

.premium-cta{
  padding:clamp(58px,7vw,88px) 0!important;
  background:#fff!important;
}
.premium-cta__inner{
  position:relative;
  overflow:hidden;
  min-height:170px;
  padding:clamp(34px,5vw,58px)!important;
  border:1px solid rgba(212,220,236,.96)!important;
  border-radius:30px!important;
  background:linear-gradient(115deg,#f3f0ff 0%,#f5fbff 58%,#fff 100%)!important;
  box-shadow:0 28px 76px rgba(31,44,80,.10)!important;
}
.premium-cta__inner:after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:34%;
  height:100%;
  background:linear-gradient(140deg,rgba(112,72,255,.08),rgba(41,210,255,.12));
  clip-path:polygon(42% 0,100% 0,100% 100%,0 100%);
  pointer-events:none;
}
.premium-cta h2{position:relative;z-index:1;font-size:clamp(1.8rem,3.2vw,3rem)!important;letter-spacing:-.04em}
.premium-cta .button{position:relative;z-index:1;min-height:54px;border-radius:16px!important}

/* Mobile submenu accordion inside the fixed, non-scrollable v3.13 menu. */
@media (max-width:900px){
  .submenu-toggle{
    display:grid!important;
    place-items:center;
    position:absolute;
    z-index:4;
    top:8px;
    right:8px;
    width:36px;
    height:36px;
    padding:0;
    border:1px solid rgba(211,218,232,.96);
    border-radius:11px;
    background:#fff;
    color:var(--wa-primary);
    box-shadow:0 6px 16px rgba(32,44,77,.07);
    cursor:pointer;
  }
  .submenu-toggle span{
    position:relative;
    width:12px;
    height:12px;
  }
  .submenu-toggle span:before,
  .submenu-toggle span:after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:11px;
    height:2px;
    border-radius:99px;
    background:currentColor;
    transform:translate(-50%,-50%);
    transition:transform .18s ease;
  }
  .submenu-toggle span:after{transform:translate(-50%,-50%) rotate(90deg)}
  .submenu-toggle[aria-expanded="true"] span:after{transform:translate(-50%,-50%) rotate(0deg)}
  .primary-menu>li.menu-item-has-children,
  .primary-menu>li.has-submenu-js{position:relative!important}
  .primary-menu>li.menu-item-has-children>a:before,
  .primary-menu>li.has-submenu-js>a:before{display:none!important}
  .primary-menu .sub-menu{
    display:none!important;
    position:static!important;
    width:100%!important;
    margin:7px 0 0!important;
    padding:5px 7px 3px 13px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .primary-menu .submenu-open>.sub-menu{display:grid!important;gap:5px!important}
  .primary-menu .sub-menu li{width:100%!important}
  .primary-menu .sub-menu a{
    display:flex!important;
    align-items:center!important;
    min-height:42px!important;
    padding:9px 12px!important;
    border:1px solid #e8ecf4!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.72)!important;
    color:#59657b!important;
    font-size:.88rem!important;
    font-weight:750!important;
    box-shadow:none!important;
  }
  .primary-menu.is-submenu-active>li:not(.submenu-open){display:none!important}
  .site-navigation.is-submenu-open .nav-cta{display:none!important}
  .primary-menu.is-submenu-active>.submenu-open>a{
    color:var(--wa-primary)!important;
    background:linear-gradient(135deg,rgba(112,72,255,.10),rgba(39,217,255,.07)),#fff!important;
  }

  .premium-hero{padding:62px 0 72px!important}
  .premium-hero:after{width:100%;height:42%;top:auto;bottom:0;clip-path:polygon(0 24%,100% 0,100% 100%,0 100%)}
  .premium-hero__grid{grid-template-columns:1fr!important;gap:48px!important}
  .premium-hero__visual{min-height:390px!important;transform:none}
  .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .premium-service-card{min-height:300px!important}
  .premium-about__grid{grid-template-columns:1fr!important;gap:48px!important}
  .about-art{min-height:300px!important}
}

@media (max-width:620px){
  .premium-hero{padding:46px 0 58px!important}
  .premium-hero__grid{width:min(calc(100% - 28px),1240px)!important;gap:34px!important}
  .premium-hero .kicker{font-size:.66rem!important;padding:7px 10px!important}
  .premium-hero h1{font-size:clamp(3rem,13.5vw,4.2rem)!important;line-height:.91!important}
  .premium-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .premium-actions .button{width:100%;justify-content:center}
  .hero-stats{grid-template-columns:1fr!important;margin-top:32px!important}
  .hero-stats div{grid-template-columns:80px 1fr!important;min-height:66px!important;padding:13px 14px!important}
  .premium-hero__visual{min-height:290px!important;padding:12px!important;border-radius:24px!important}
  .premium-hero__visual:before{inset:-8px 14px 16px -8px;border-radius:28px}
  .device-scene{height:270px!important}
  .device-browser{inset:12px 8px 18px 0!important;border-radius:18px!important;transform:rotate(1deg)!important}
  .device-phone{display:none!important}
  .premium-services{padding:64px 0!important}
  .premium-service-grid{grid-template-columns:1fr!important}
  .premium-service-card{min-height:250px!important}
  .service-card__icon{margin-top:24px!important}
  .premium-about{padding:68px 0!important}
  .about-art{min-height:230px!important}
  .about-art span{padding:28px;font-size:clamp(2.3rem,12vw,3.7rem)!important}
  .premium-cta{padding:48px 0!important}
  .premium-cta__inner{min-height:0;padding:28px 24px!important;display:grid!important;gap:24px!important}
  .premium-cta__inner:after{width:60%;opacity:.65}
  .premium-cta .button{width:100%;justify-content:center}
}

/* ========================================================================
   v3.15 — premium agency homepage inspired by the approved visual direction
   ======================================================================== */

/* The layout stays bright and editorial, with stronger contrast between sections. */
.studio-home--v315{
  background:#fff!important;
  color:#111827;
}
.studio-home--v315 .container{width:min(calc(100% - 48px),1240px)}

/* Hero */
.premium-hero--v315{
  overflow:hidden;
  position:relative;
  padding:clamp(72px,7vw,108px) 0 clamp(62px,6vw,90px)!important;
  border-bottom:1px solid #e9edf5!important;
  background:
    radial-gradient(circle at 72% 22%,rgba(108,83,255,.10),transparent 26%),
    radial-gradient(circle at 92% 66%,rgba(48,207,255,.12),transparent 28%),
    linear-gradient(120deg,#fff 0%,#fbfcff 54%,#f3f7ff 100%)!important;
}
.premium-hero--v315:after{display:none!important}
.premium-hero--v315 .premium-hero__grid{
  grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr)!important;
  align-items:center!important;
  gap:clamp(48px,6vw,84px)!important;
}
.premium-hero--v315 .premium-hero__copy{padding:0!important}
.premium-hero--v315 .kicker{
  display:flex!important;
  width:max-content;
  align-items:center;
  gap:9px;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#4f46e5!important;
  font-size:.74rem!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase;
}
.premium-hero--v315 .kicker:before{
  content:"";
  width:8px;height:8px;border-radius:50%;
  background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 0 0 5px rgba(106,83,255,.08);
}
.premium-hero--v315 h1{
  max-width:720px!important;
  margin:20px 0 22px!important;
  font-size:clamp(4rem,6.6vw,6.4rem)!important;
  line-height:.89!important;
  letter-spacing:-.072em!important;
  color:#111827!important;
  text-shadow:0 18px 38px rgba(25,38,70,.075)!important;
}
.hero-title-accent{
  color:transparent;
  background:linear-gradient(95deg,#6347ff 0%,#7c5cff 45%,#496eff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  text-shadow:none;
}
.premium-hero--v315 .premium-lead{
  max-width:625px!important;
  margin:0!important;
  color:#516078!important;
  font-size:1.03rem!important;
  line-height:1.75!important;
}
.premium-hero--v315 .premium-actions{
  display:flex!important;
  flex-wrap:wrap;
  gap:14px!important;
  margin-top:34px!important;
}
.premium-hero--v315 .premium-actions .button{
  min-height:54px!important;
  padding:13px 22px!important;
  border-radius:16px!important;
  font-size:.95rem!important;
  box-shadow:0 17px 36px rgba(94,72,240,.24)!important;
}
.premium-hero--v315 .premium-actions .button--ghost{
  color:#172033!important;
  background:#fff!important;
  border:1px solid #dde3ed!important;
  box-shadow:0 12px 28px rgba(30,42,73,.07)!important;
}
.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:18px 26px;
  margin-top:34px;
  color:#253149;
  font-size:.82rem;
  font-weight:760;
}
.hero-proof span{display:flex;align-items:center;gap:8px}
.hero-proof i{
  display:grid;place-items:center;
  width:20px;height:20px;border-radius:50%;
  font-style:normal;
  color:#fff;
  background:linear-gradient(135deg,var(--wa-primary),#526fff);
  box-shadow:0 7px 16px rgba(95,74,236,.20);
  font-size:.68rem;
}

/* Device composition */
.premium-hero__visual--devices{
  min-height:510px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
  overflow:visible!important;
  isolation:isolate;
}
.premium-hero__visual--devices:before{display:none!important}
.hero-shape{position:absolute;z-index:-2;pointer-events:none;filter:saturate(115%)}
.hero-shape--one{
  width:300px;height:270px;right:2%;top:1%;border-radius:45% 55% 58% 42%;
  background:linear-gradient(145deg,rgba(104,79,255,.92),rgba(124,92,255,.45));
  transform:rotate(19deg);
  box-shadow:0 35px 70px rgba(86,63,222,.13);
}
.hero-shape--two{
  width:255px;height:210px;left:3%;bottom:7%;border-radius:62% 38% 48% 52%;
  background:linear-gradient(145deg,rgba(60,207,255,.55),rgba(112,80,255,.27));
  transform:rotate(-18deg);
}
.hero-laptop{
  position:absolute;
  left:2%;right:9%;top:13%;bottom:8%;
  padding:12px 12px 17px;
  border:1px solid #cfd7e5;
  border-radius:24px 24px 15px 15px;
  background:linear-gradient(145deg,#f8faff,#dfe5ee);
  box-shadow:0 42px 80px rgba(24,35,67,.24),0 8px 18px rgba(22,33,61,.10);
  transform:perspective(1200px) rotateY(-6deg) rotateX(1deg) rotateZ(-1deg);
  transform-origin:center;
}
.hero-laptop__camera{
  position:absolute;top:5px;left:50%;z-index:3;
  width:5px;height:5px;border-radius:50%;background:#8b95a7;transform:translateX(-50%);
}
.hero-laptop__screen{
  position:relative;
  height:100%;overflow:hidden;border-radius:15px;
  background:linear-gradient(145deg,#0e1532,#1e2c5d);
  border:6px solid #111827;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.hero-laptop__screen img,.hero-phone__screen img{width:100%;height:100%;object-fit:cover;display:block}
.hero-laptop__base{
  position:absolute;left:-4%;right:-4%;bottom:-14px;height:18px;
  border-radius:3px 3px 18px 18px;
  background:linear-gradient(180deg,#e6eaf0,#bcc4cf);
  box-shadow:0 12px 14px rgba(24,35,67,.13);
}
.hero-screen-placeholder{position:absolute;inset:0;padding:11% 9%;background:linear-gradient(135deg,#101a38,#172654)}
.hero-screen-placeholder span{display:block;width:68%;height:11px;border-radius:99px;background:linear-gradient(90deg,#7857ff,#47cfff);margin-bottom:40px}
.hero-screen-placeholder b{display:block;width:74%;height:65px;border-radius:10px;background:rgba(255,255,255,.91);margin-bottom:24px}
.hero-screen-placeholder i{display:inline-block;width:27%;height:58px;border-radius:10px;background:rgba(255,255,255,.13);margin-right:4%}
.hero-phone{
  position:absolute;right:-1%;bottom:2%;z-index:4;
  width:154px;height:315px;padding:9px;
  border:1px solid #323a4b;border-radius:34px;
  background:#111827;
  box-shadow:0 35px 68px rgba(17,24,39,.34);
  transform:rotate(2.2deg);
}
.hero-phone__speaker{position:absolute;z-index:3;top:10px;left:50%;width:38px;height:5px;border-radius:99px;background:#3f4758;transform:translateX(-50%)}
.hero-phone__screen{height:100%;overflow:hidden;border-radius:26px;background:linear-gradient(155deg,#172450,#0d1632)}
.hero-phone__screen:empty:before{
  content:"";display:block;width:54%;height:8px;margin:58px 20px 22px;border-radius:99px;background:linear-gradient(90deg,#7b5cff,#41cfff);box-shadow:0 34px 0 rgba(255,255,255,.85),0 54px 0 rgba(255,255,255,.19),0 73px 0 rgba(255,255,255,.19)
}
.premium-hero__visual--devices .visual-note{z-index:7;top:4%;left:1%;right:auto;transform:rotate(-7deg);color:#6750ec!important;background:#fff!important;border:1px solid #e2e5ef!important;box-shadow:0 12px 26px rgba(28,40,70,.09)!important}
.premium-hero__visual--devices .visual-badge{z-index:7;right:1%;bottom:1%;border-radius:17px!important;border:1px solid #e1e6ef!important;background:rgba(255,255,255,.93)!important;box-shadow:0 18px 38px rgba(31,44,78,.13)!important}

/* Services */
.premium-services--v315{
  padding:clamp(74px,7vw,100px) 0!important;
  background:#fff!important;
  border-bottom:0!important;
}
.premium-services--v315 .premium-section-head{margin-bottom:32px!important}
.premium-services--v315 .premium-section-head h2{font-size:clamp(2.7rem,4.4vw,4rem)!important;line-height:.95!important}
.premium-services--v315 .premium-section-head>a{
  border:0!important;padding:0!important;background:none!important;box-shadow:none!important;
  color:#5b48e9!important;font-weight:800;
}
.premium-service-card--v315{
  min-height:275px!important;
  padding:28px!important;
  border:1px solid #e3e8f1!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;
  box-shadow:0 18px 46px rgba(24,39,74,.055)!important;
}
.premium-service-card--v315:before,.premium-service-card--v315:after{display:none!important}
.service-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.premium-service-card--v315 .service-card__icon{
  width:52px!important;height:52px!important;margin:0!important;padding:0!important;
  border-radius:14px!important;display:grid;place-items:center;
  color:#fff!important;background:linear-gradient(145deg,#5c5afc,#526fff 55%,#35c9ff)!important;
  box-shadow:0 12px 24px rgba(76,82,235,.24)!important;
  overflow:hidden;
}
.premium-service-card--v315 .service-card__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.premium-service-card--v315 .service-card__icon.has-image{background:#eef2ff!important}
.premium-service-card--v315 .service-card__icon img{width:100%;height:100%;object-fit:cover}
.service-card__number{color:#8290aa;font-size:.72rem;font-weight:800;letter-spacing:.08em}
.premium-service-card--v315 .service-card__body{padding:23px 0 0!important}
.premium-service-card--v315 .service-card__body h3{margin:0 0 11px!important;font-size:1.45rem!important;line-height:1.05!important}
.premium-service-card--v315 .service-card__body p{margin:0!important;min-height:68px!important;color:#58657b!important;line-height:1.6!important;font-size:.91rem!important}
.premium-service-card--v315 .service-card__button{
  display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;
  width:max-content!important;min-height:auto!important;margin-top:19px!important;padding:0!important;
  border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;
  color:#5d47ec!important;font-size:.88rem!important;font-weight:850!important;
}
.premium-service-card--v315:hover{transform:translateY(-7px)!important;box-shadow:0 28px 70px rgba(24,39,74,.11)!important;border-color:#d7dcef!important}
.premium-service-card--v315:hover .service-card__button{background:none!important;color:#4b36dd!important;transform:translateX(3px)}

/* Dark performance band */
.home-stat-band{
  background:linear-gradient(105deg,#091a3c 0%,#0d2148 56%,#172e67 100%);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),inset 0 -1px 0 rgba(255,255,255,.05);
}
.home-stat-band__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.home-stat-item{display:flex;align-items:center;justify-content:center;gap:16px;min-height:118px;padding:26px 24px;border-right:1px solid rgba(255,255,255,.09)}
.home-stat-item:last-child{border-right:0}
.home-stat-icon{font-size:2rem;color:#7c74ff;text-shadow:0 10px 28px rgba(110,90,255,.6)}
.home-stat-item div{display:grid;gap:1px}
.home-stat-item strong{font-family:Georgia,'Times New Roman',serif;font-size:2.1rem;line-height:1;color:#fff}
.home-stat-item span:not(.home-stat-icon){color:#cbd5e9;font-size:.78rem}

/* About */
.premium-about--v315{
  padding:clamp(80px,8vw,112px) 0!important;
  background:linear-gradient(180deg,#fff 0%,#f9fbff 100%)!important;
}
.premium-about--v315 .premium-about__grid{
  grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)!important;
  gap:clamp(55px,7vw,94px)!important;
  align-items:center;
}
.about-visual-v315{position:relative;min-width:0}
.about-visual-v315>img,.about-art--v315{
  width:100%;height:430px;object-fit:cover;
  border:1px solid #dfe5ef!important;border-radius:28px!important;
  box-shadow:0 30px 70px rgba(30,43,76,.15)!important;
  overflow:hidden;
}
.about-art--v315{
  display:flex;align-items:flex-end!important;justify-content:flex-start!important;
  transform:none!important;
  background:
    linear-gradient(180deg,rgba(8,18,40,.05),rgba(8,18,40,.84)),
    linear-gradient(145deg,#334766,#111d36)!important;
}
.about-art--v315:before,.about-art--v315:after{display:none!important}
.about-art--v315 span{padding:34px!important;color:#fff!important;font-size:clamp(2.4rem,4.5vw,4rem)!important;line-height:.92!important;text-shadow:0 12px 30px rgba(0,0,0,.26)}
.about-trust-badge{
  position:absolute;right:-18px;bottom:22px;display:flex;align-items:center;gap:10px;
  padding:14px 17px;border:1px solid #e0e5ef;border-radius:16px;background:rgba(255,255,255,.96);
  box-shadow:0 18px 38px rgba(27,40,72,.14);color:#1a2438;font-size:.82rem;
}
.about-trust-badge>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;color:#fff;background:linear-gradient(135deg,var(--wa-primary),#526fff)}
.about-copy-v315 h2{font-size:clamp(2.8rem,4.4vw,4.5rem)!important;line-height:.94!important;margin-bottom:20px!important}
.about-lead-v315{color:#536178!important;line-height:1.75!important;font-size:1rem!important}
.check-list--v315{display:flex!important;flex-wrap:wrap;gap:10px 22px!important;margin:24px 0 30px!important;padding:0!important}
.check-list--v315 li{position:relative!important;padding:0 0 0 24px!important;border:0!important;color:#253149!important;font-weight:720!important;font-size:.86rem!important}
.check-list--v315 li:before{content:"✓"!important;position:absolute!important;left:0!important;top:0!important;width:17px!important;height:17px!important;display:grid!important;place-items:center!important;border-radius:50%!important;color:#fff!important;background:linear-gradient(135deg,var(--wa-primary),#526fff)!important;font-size:.58rem!important}

/* CTA */
.premium-cta--v315{padding:48px 0 70px!important;background:#f9fbff!important}
.premium-cta--v315 .premium-cta__inner{
  min-height:150px!important;padding:30px 38px!important;border-radius:24px!important;
  background:linear-gradient(110deg,#f4f1ff 0%,#f5fbff 52%,#fff 100%)!important;
  box-shadow:0 20px 54px rgba(30,43,78,.08)!important;
}
.premium-cta--v315 .premium-cta__inner:after{display:none!important}
.cta-kicker-v315{display:block;margin-bottom:9px;color:#5b48e9;font-size:.7rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.premium-cta--v315 h2{margin:0 0 7px!important;font-size:clamp(1.7rem,3vw,2.8rem)!important}
.premium-cta--v315 p{margin:0!important;color:#5a667b!important}

/* Dark, compact premium footer. */
.site-footer--v315{
  position:relative;
  margin:0!important;
  color:#d9e1ef!important;
  background:linear-gradient(115deg,#061329 0%,#081a35 54%,#0a1d3d 100%)!important;
  border:0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.site-footer--v315 .footer-accent-line{height:3px!important;background:linear-gradient(90deg,#6d4bff,#4c7dff 55%,#34d1ff)!important;box-shadow:0 -8px 28px rgba(100,78,255,.32)}
.footer-shell--v315{padding:54px 0 42px!important}
.footer-main--v315{
  display:grid!important;
  grid-template-columns:1.15fr .72fr 1fr 1fr!important;
  gap:42px!important;
  align-items:start!important;
}
.site-footer--v315 .footer-brand,.site-footer--v315 .footer-hours,.site-footer--v315 .footer-contact,.site-footer--v315 .footer-quicklinks{
  min-width:0;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;border-radius:0!important;color:inherit!important;
}
.site-footer--v315 .footer-brand{padding-right:34px!important;border-right:1px solid rgba(255,255,255,.09)!important}
.site-footer--v315 .footer-logo img,.site-footer--v315 .footer-logo--fallback img{max-width:155px!important;filter:drop-shadow(0 12px 20px rgba(0,0,0,.26))}
.site-footer--v315 .footer-tagline{max-width:280px;margin:19px 0 0!important;color:#aebbd0!important;line-height:1.65!important;font-size:.88rem!important}
.site-footer--v315 .footer-kicker{display:block!important;margin-bottom:13px!important;color:#8da0c1!important;font-size:.68rem!important;font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase}
.site-footer--v315 .footer-menu--main{display:grid!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important}
.site-footer--v315 .footer-menu--main a{color:#d5deec!important;text-decoration:none!important;font-size:.86rem!important;transition:.2s}
.site-footer--v315 .footer-menu--main a:hover{color:#7e78ff!important;transform:translateX(3px)}
.site-footer--v315 .footer-hours-heading{display:block!important;margin:0 0 12px!important}
.site-footer--v315 .footer-hours-heading h2{margin:0 0 12px!important;color:#fff!important;font-size:1.13rem!important}
.site-footer--v315 .open-status{display:inline-flex!important;margin:0!important;padding:5px 9px!important;border:1px solid rgba(72,210,135,.18)!important;border-radius:999px!important;background:rgba(51,197,118,.10)!important;color:#83e2ab!important;font-size:.7rem!important}
.site-footer--v315 .footer-hours-list{display:grid!important;gap:0!important;margin-top:10px!important}
.site-footer--v315 .footer-hours-row{display:grid!important;grid-template-columns:1fr auto!important;gap:14px!important;padding:5px 0!important;border:0!important;background:none!important;color:#b9c6da!important;font-size:.78rem!important}
.site-footer--v315 .footer-hours-row strong{color:#cfd8e7!important;font-weight:600!important}
.site-footer--v315 .footer-hours-row.is-today{padding:5px 8px!important;margin-left:-8px;border-left:2px solid #7964ff!important;background:rgba(113,91,255,.09)!important;color:#fff!important}
.footer-contact--v315{display:grid!important;gap:13px!important}
.footer-contact--v315>a,.footer-contact--v315>div{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;align-items:start!important;gap:10px!important;color:#d7e0ee!important;text-decoration:none!important;font-size:.82rem!important;line-height:1.45!important}
.footer-contact-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;color:#8c84ff;background:rgba(118,97,255,.13)}
.footer-widgets--v315{margin-top:40px!important;padding-top:28px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#c5cfdf!important}
.footer-widgets--v315 h2,.footer-widgets--v315 h3{color:#fff!important}
.footer-lower--v315{border-top:1px solid rgba(255,255,255,.08)!important;background:rgba(0,0,0,.08)!important}
.footer-lower--v315 .footer-lower__inner{min-height:64px!important;justify-content:flex-start!important}
.footer-lower--v315 .footer-legal{margin:0!important;color:#8998b2!important;font-size:.76rem!important}

@media (max-width:1050px){
  .premium-hero--v315 .premium-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr)!important;gap:36px!important}
  .premium-hero--v315 h1{font-size:clamp(3.6rem,7.5vw,5.4rem)!important}
  .premium-hero__visual--devices{min-height:440px!important}
  .hero-phone{width:128px;height:270px}
  .footer-main--v315{grid-template-columns:1fr 1fr!important;gap:38px 48px!important}
  .site-footer--v315 .footer-brand{border-right:0!important;padding-right:0!important}
}

@media (max-width:900px){
  .premium-hero--v315{padding:58px 0 70px!important}
  .premium-hero--v315 .premium-hero__grid{grid-template-columns:1fr!important;gap:42px!important}
  .premium-hero--v315 .premium-hero__copy{max-width:720px}
  .premium-hero--v315 h1{font-size:clamp(3.7rem,10vw,5.2rem)!important;max-width:700px!important}
  .premium-hero__visual--devices{min-height:480px!important;max-width:700px;width:100%}
  .premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .home-stat-band__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-stat-item:nth-child(2){border-right:0}
  .home-stat-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}
  .premium-about--v315 .premium-about__grid{grid-template-columns:1fr!important;gap:46px!important}
  .about-visual-v315{max-width:650px}
}

@media (max-width:620px){
  .studio-home--v315 .container{width:min(calc(100% - 28px),1240px)}
  .premium-hero--v315{padding:42px 0 52px!important}
  .premium-hero--v315 h1{font-size:clamp(3rem,14.5vw,4.15rem)!important;letter-spacing:-.065em!important}
  .premium-hero--v315 .premium-lead{font-size:.96rem!important;line-height:1.65!important}
  .hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:11px 14px;margin-top:25px;font-size:.76rem}
  .hero-proof span:last-child{grid-column:1/-1}
  .premium-hero__visual--devices{min-height:315px!important;margin-top:5px}
  .hero-laptop{left:0;right:8%;top:10%;bottom:7%;padding:8px 8px 11px;border-radius:17px 17px 11px 11px;transform:rotate(-1deg)}
  .hero-laptop__screen{border-width:4px;border-radius:11px}
  .hero-phone{right:-2%;bottom:-1%;width:88px;height:190px;padding:5px;border-radius:23px}
  .hero-phone__screen{border-radius:18px}
  .hero-phone__speaker{top:7px;width:25px;height:3px}
  .hero-shape--one{width:170px;height:155px;right:0}
  .hero-shape--two{width:150px;height:120px}
  .premium-services--v315{padding:62px 0!important}
  .premium-service-grid{grid-template-columns:1fr!important;gap:13px!important}
  .premium-service-card--v315{min-height:0!important;padding:23px!important}
  .premium-service-card--v315 .service-card__body p{min-height:0!important}
  .home-stat-band__grid{grid-template-columns:1fr 1fr}
  .home-stat-item{min-height:102px;padding:20px 12px;gap:10px;justify-content:flex-start}
  .home-stat-icon{font-size:1.4rem}.home-stat-item strong{font-size:1.7rem}.home-stat-item span:not(.home-stat-icon){font-size:.7rem}
  .premium-about--v315{padding:64px 0!important}
  .about-visual-v315>img,.about-art--v315{height:310px}
  .about-trust-badge{right:10px;bottom:12px}
  .about-copy-v315 h2{font-size:clamp(2.45rem,12vw,3.5rem)!important}
  .premium-cta--v315{padding:40px 0 54px!important}
  .premium-cta--v315 .premium-cta__inner{padding:26px 22px!important}
  .footer-shell--v315{padding:42px 0 34px!important}
  .footer-main--v315{grid-template-columns:1fr!important;gap:30px!important}
  .site-footer--v315 .footer-brand{padding-bottom:26px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
  .site-footer--v315 .footer-logo img,.site-footer--v315 .footer-logo--fallback img{max-width:135px!important}
  .site-footer--v315 .footer-tagline{max-width:100%}
  .footer-lower--v315 .footer-lower__inner{min-height:70px!important;text-align:center!important;justify-content:center!important}
}

/* === V3.16 refinement overrides === */
.studio-topbar__contact span:last-child{
  padding:.28rem .7rem;
  border-radius:999px;
  background:rgba(124,92,255,.08);
  color:#4a4476;
  font-weight:700;
}

.home-stat-band--v316{
  position:relative;
  overflow:hidden;
  padding:22px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(116,94,255,.22), transparent 30%),
    radial-gradient(circle at 85% 30%, rgba(55,209,255,.16), transparent 26%),
    linear-gradient(100deg,#071734 0%,#102654 52%,#183776 100%)!important;
}
.home-stat-band--v316 .home-stat-band__grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;
  gap:16px!important;
}
.home-stat-band--v316 .home-stat-item{
  min-height:0!important;
  justify-content:flex-start!important;
  gap:14px!important;
  padding:20px 20px 18px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 16px 36px rgba(2,12,32,.16)!important;
}
.home-stat-band--v316 .home-stat-item:last-child{border-right:1px solid rgba(255,255,255,.10)!important}
.home-stat-band--v316 .home-stat-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:15px;
  font-size:1.2rem;
  color:#fff;
  background:linear-gradient(135deg,var(--wa-primary),#37d1ff);
  box-shadow:0 12px 28px rgba(101,88,255,.35);
}
.home-stat-band--v316 .home-stat-item div{gap:4px!important}
.home-stat-band--v316 .home-stat-item strong{font-size:2rem!important;letter-spacing:-.04em}
.home-stat-band--v316 .home-stat-item span:not(.home-stat-icon){font-size:.82rem!important;color:#dbe5f7!important;line-height:1.4}

.about-visual-v315{
  overflow:hidden;
  border-radius:30px;
}
.about-visual-v315>img,
.about-art--v315{
  display:block;
}
.about-visual-v315.has-about-image{
  background:linear-gradient(180deg,#fff, #f6f8fd);
  padding:0;
  box-shadow:0 26px 64px rgba(29,44,79,.12);
}
.about-visual-v315.has-about-image > img{
  border:0!important;
  border-radius:30px!important;
  box-shadow:none!important;
}
.about-visual-v315.has-about-art .about-trust-badge{
  right:18px;
  bottom:18px;
}
.about-trust-badge{
  right:18px;
  bottom:18px;
  border-radius:14px;
}

.site-footer--v316{
  position:relative;
  margin:0!important;
  padding:0;
  color:#d7e3f3!important;
  background:
    radial-gradient(circle at top right, rgba(53,122,255,.16), transparent 28%),
    linear-gradient(115deg,#06142d 0%,#091c3d 58%,#0c2147 100%)!important;
  border:0!important;
}
.site-footer--v316 .footer-accent-line{
  height:2px!important;
  background:linear-gradient(90deg,#7950ff,#4f77ff 58%,#35d0ff)!important;
  box-shadow:0 -10px 28px rgba(89,87,255,.16),0 0 22px rgba(53,208,255,.18);
}
.site-footer--v316 .footer-top-shadow{
  position:absolute;
  left:0;
  right:0;
  top:2px;
  height:48px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.24),transparent);
}
.footer-shell--v316{
  padding:58px 0 28px!important;
}
.footer-main--v316{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(180px,.6fr) minmax(260px,.95fr)!important;
  gap:34px!important;
  align-items:start!important;
}
.site-footer--v316 .footer-brand,
.site-footer--v316 .footer-hours,
.site-footer--v316 .footer-quicklinks,
.site-footer--v316 .footer-contact{
  min-width:0;
  margin:0;
  padding:0;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}
.site-footer--v316 .footer-brand{
  display:grid;
  gap:18px;
  align-content:start;
}
.site-footer--v316 .footer-logo img,
.site-footer--v316 .footer-logo--fallback img{
  max-width:155px!important;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.22));
}
.site-footer--v316 .footer-tagline{
  max-width:360px;
  margin:0!important;
  color:#aebdd4!important;
  font-size:.94rem!important;
  line-height:1.75!important;
}
.site-footer--v316 .footer-kicker{
  display:block;
  margin:0 0 14px!important;
  color:#8ea3c5!important;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.7rem;
  font-weight:900;
}
.site-footer--v316 .footer-menu--main,
.site-footer--v316 .footer-menu--legal{
  list-style:none;
  margin:0;
  padding:0;
}
.site-footer--v316 .footer-menu--main{
  display:grid;
  gap:11px;
}
.site-footer--v316 .footer-menu--main a,
.site-footer--v316 .footer-menu--legal a{
  color:#e7efff!important;
  text-decoration:none!important;
  transition:transform .2s ease,color .2s ease,opacity .2s ease;
}
.site-footer--v316 .footer-menu--main a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.94rem;
  font-weight:700;
}
.site-footer--v316 .footer-menu--main a:hover,
.site-footer--v316 .footer-menu--legal a:hover{color:#8dc5ff!important;transform:translateX(3px)}
.footer-contact--v316{
  display:grid;
  gap:12px;
}
.footer-contact--v316 a,
.footer-contact--v316 div{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:11px;
  align-items:start;
  color:#d6e0ef!important;
  text-decoration:none!important;
  font-size:.88rem;
  line-height:1.55;
}
.site-footer--v316 .footer-contact-icon{
  width:32px;
  height:32px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(124,92,255,.24),rgba(53,208,255,.18));
  color:#bdbbff;
}
.footer-hours--v316{
  padding:24px 24px 18px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 20px 48px rgba(2,12,32,.14)!important;
}
.site-footer--v316 .footer-hours-heading{
  display:flex!important;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin:0 0 12px!important;
}
.site-footer--v316 .footer-hours-heading h2{
  margin:0!important;
  color:#fff!important;
  font-size:1.25rem!important;
}
.site-footer--v316 .open-status{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  padding:8px 12px!important;
  border-radius:999px!important;
  font-size:.76rem!important;
  font-weight:700;
  white-space:nowrap;
}
.site-footer--v316 .open-status.is-open{
  color:#9ff0bc!important;
  background:rgba(61,196,113,.14)!important;
  border:1px solid rgba(103,228,150,.18)!important;
}
.site-footer--v316 .open-status.is-closed{
  color:#ffcbbe!important;
  background:rgba(255,118,94,.12)!important;
  border:1px solid rgba(255,118,94,.14)!important;
}
.site-footer--v316 .open-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:currentColor;
  box-shadow:0 0 0 6px color-mix(in srgb,currentColor 12%, transparent);
}
.site-footer--v316 .footer-hours-list{
  display:grid;
  gap:8px;
}
.site-footer--v316 .footer-hours-row{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:18px;
  padding:10px 12px!important;
  border-radius:14px!important;
  color:#bdd0e8!important;
  background:rgba(255,255,255,.02)!important;
}
.site-footer--v316 .footer-hours-row strong{color:#f3f7ff!important}
.site-footer--v316 .footer-hours-row.is-today{
  background:linear-gradient(90deg,rgba(119,96,255,.16),rgba(53,208,255,.10))!important;
  border:1px solid rgba(129,146,255,.18)!important;
}
.footer-widgets--v316{
  margin-top:30px;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-lower--v316{
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.footer-lower--v316 .footer-legal{
  margin:0;
  color:#8ea3c0!important;
  font-size:.8rem!important;
}
.site-footer--v316 .footer-menu--legal{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.site-footer--v316 .footer-menu--legal a{
  font-size:.83rem;
  color:#b8c7dc!important;
}

@media (max-width:1100px){
  .footer-main--v316{grid-template-columns:1fr 1fr!important}
  .footer-hours--v316{grid-column:1/-1}
}
@media (max-width:760px){
  .home-stat-band--v316 .home-stat-band__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-shell--v316{padding:42px 0 24px!important}
  .footer-main--v316{grid-template-columns:1fr!important;gap:24px!important}
  .footer-hours--v316{grid-column:auto}
  .site-footer--v316 .footer-hours-heading{flex-direction:column;align-items:flex-start}
  .footer-lower--v316{flex-direction:column;align-items:flex-start}
}
@media (max-width:520px){
  .home-stat-band--v316 .home-stat-band__grid{grid-template-columns:1fr!important}
  .home-stat-band--v316 .home-stat-item{padding:18px!important}
  .footer-hours--v316{padding:18px 16px!important}
  .site-footer--v316 .footer-hours-row{grid-template-columns:1fr!important;gap:4px}
  .site-footer--v316 .footer-menu--legal{gap:12px}
}

/* === V3.17 footer reset: full-width dark footer, no pale inner panel === */
.site-footer.site-footer--v317{
  position:relative!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  color:#e9f0fb!important;
  background:
    radial-gradient(900px 360px at 12% -10%,rgba(115,83,255,.19),transparent 62%),
    radial-gradient(760px 340px at 92% 0%,rgba(49,197,255,.12),transparent 58%),
    linear-gradient(115deg,#06142d 0%,#081a39 54%,#0b2046 100%)!important;
  border:0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.site-footer--v317 .footer-accent-line{
  height:3px!important;
  background:linear-gradient(90deg,#744fff 0%,#536eff 55%,#31d2ff 100%)!important;
  box-shadow:0 0 24px rgba(82,107,255,.38)!important;
}
.site-footer--v317 .footer-top-shadow{display:none!important}
.site-footer--v317 .footer-shell--v317{
  position:relative!important;
  width:min(calc(100% - 48px),1240px)!important;
  margin:0 auto!important;
  padding:58px 0 26px!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.site-footer--v317 .footer-shell--v317:before,
.site-footer--v317 .footer-shell--v317:after{display:none!important;content:none!important}
.site-footer--v317 .footer-main--v317{
  display:grid!important;
  grid-template-columns:minmax(260px,1.1fr) minmax(160px,.55fr) minmax(310px,1fr)!important;
  gap:clamp(34px,5vw,74px)!important;
  align-items:start!important;
}
.site-footer--v317 .footer-brand--v317,
.site-footer--v317 .footer-quicklinks--v317,
.site-footer--v317 .footer-hours--v317,
.site-footer--v317 .footer-contact--v317{
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  color:inherit!important;
}
.site-footer--v317 .footer-brand--v317{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:18px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.site-footer--v317 .footer-logo,
.site-footer--v317 .footer-logo--fallback{display:inline-flex!important;align-items:center!important}
.site-footer--v317 .footer-logo img,
.site-footer--v317 .footer-logo .custom-logo,
.site-footer--v317 .footer-logo--fallback img{
  width:auto!important;
  max-width:150px!important;
  max-height:72px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.24))!important;
}
.site-footer--v317 .footer-tagline,
.site-footer--v317 .footer-brand p{
  margin:0!important;
  max-width:360px!important;
  color:#aabbd3!important;
  font-size:.94rem!important;
  line-height:1.72!important;
  text-shadow:none!important;
}
.site-footer--v317 .footer-contact--v317{
  display:grid!important;
  gap:10px!important;
  width:100%!important;
}
.site-footer--v317 .footer-contact--v317>a,
.site-footer--v317 .footer-contact--v317>div{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:11px!important;
  align-items:center!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#dce6f5!important;
  text-decoration:none!important;
  font-size:.86rem!important;
  line-height:1.45!important;
}
.site-footer--v317 .footer-contact-icon{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  border-radius:11px!important;
  color:#b8b5ff!important;
  background:linear-gradient(135deg,rgba(118,87,255,.22),rgba(49,204,255,.12))!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)!important;
}
.site-footer--v317 .footer-kicker{
  display:block!important;
  margin:0 0 16px!important;
  color:#8198ba!important;
  font-size:.68rem!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.site-footer--v317 .footer-menu--main,
.site-footer--v317 .footer-menu--legal{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.site-footer--v317 .footer-menu--main{
  display:grid!important;
  gap:11px!important;
}
.site-footer--v317 .footer-menu--main li,
.site-footer--v317 .footer-menu--legal li{margin:0!important;padding:0!important}
.site-footer--v317 .footer-menu--main a{
  color:#dbe5f3!important;
  text-decoration:none!important;
  font-size:.92rem!important;
  font-weight:700!important;
  transition:.2s ease!important;
}
.site-footer--v317 .footer-menu--main a:hover{color:#8cc7ff!important;transform:translateX(4px)!important}
.site-footer--v317 .footer-hours--v317{
  padding:24px 24px 20px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 22px 46px rgba(0,0,0,.13)!important;
}
.site-footer--v317 .footer-hours-heading{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 15px!important;
}
.site-footer--v317 .footer-hours-heading h2{
  margin:0!important;
  color:#fff!important;
  font-size:1.25rem!important;
  line-height:1.1!important;
}
.site-footer--v317 .open-status{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  padding:7px 10px!important;
  border-radius:999px!important;
  font-size:.72rem!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.site-footer--v317 .open-status.is-open{
  color:#91eab2!important;
  border:1px solid rgba(100,226,148,.18)!important;
  background:rgba(56,191,107,.12)!important;
}
.site-footer--v317 .open-status.is-closed{
  color:#ffbeaf!important;
  border:1px solid rgba(255,120,91,.18)!important;
  background:rgba(255,105,77,.10)!important;
}
.site-footer--v317 .open-status i{
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:currentColor!important;
}
.site-footer--v317 .footer-hours-list--v317{
  display:grid!important;
  gap:4px!important;
}
.site-footer--v317 .footer-hours-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:18px!important;
  align-items:center!important;
  min-height:36px!important;
  padding:7px 9px!important;
  border:0!important;
  border-radius:11px!important;
  background:transparent!important;
  color:#b9c9de!important;
  font-size:.79rem!important;
}
.site-footer--v317 .footer-hours-row strong{color:#dce6f5!important;font-weight:700!important}
.site-footer--v317 .footer-hours-row span{font-variant-numeric:tabular-nums!important}
.site-footer--v317 .footer-hours-row.is-today{
  color:#fff!important;
  background:linear-gradient(90deg,rgba(113,82,255,.18),rgba(45,199,255,.08))!important;
  box-shadow:inset 2px 0 0 #7b61ff!important;
}
.site-footer--v317 .footer-widgets--v317{
  margin-top:34px!important;
  padding-top:28px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  color:#c7d4e6!important;
}
.site-footer--v317 .footer-widgets--v317 .widget,
.site-footer--v317 .footer-widget-column{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:inherit!important;
}
.site-footer--v317 .footer-lower--v317{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  flex-wrap:wrap!important;
  margin-top:34px!important;
  padding:20px 0 0!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  background:transparent!important;
}
.site-footer--v317 .footer-legal{
  margin:0!important;
  color:#7f94b2!important;
  font-size:.77rem!important;
}
.site-footer--v317 .footer-menu--legal{
  display:flex!important;
  align-items:center!important;
  gap:15px!important;
  flex-wrap:wrap!important;
}
.site-footer--v317 .footer-menu--legal a{
  color:#9eb0c9!important;
  text-decoration:none!important;
  font-size:.78rem!important;
}
.site-footer--v317 .footer-menu--legal a:hover{color:#fff!important}

@media(max-width:980px){
  .site-footer--v317 .footer-main--v317{
    grid-template-columns:1fr 1fr!important;
    gap:34px 48px!important;
  }
  .site-footer--v317 .footer-hours--v317{grid-column:1/-1!important}
}
@media(max-width:650px){
  .site-footer--v317 .footer-shell--v317{
    width:min(calc(100% - 28px),1240px)!important;
    padding:42px 0 22px!important;
  }
  .site-footer--v317 .footer-main--v317{grid-template-columns:1fr!important;gap:28px!important}
  .site-footer--v317 .footer-hours--v317{grid-column:auto!important;padding:20px 16px!important}
  .site-footer--v317 .footer-hours-heading{flex-direction:column!important;align-items:flex-start!important}
  .site-footer--v317 .footer-lower--v317{align-items:flex-start!important;flex-direction:column!important}
  .site-footer--v317 .footer-menu--legal{gap:10px 14px!important}
}

/* === V3.18 services refinement === */
.premium-services--v315{position:relative;overflow:hidden}
.premium-services--v315:before{
  content:"";position:absolute;left:-8%;top:8%;width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(108,84,255,.055),transparent 68%);pointer-events:none
}
.premium-service-grid{position:relative;z-index:1;gap:18px!important}
.premium-service-card--v318{
  position:relative;display:flex;flex-direction:column;min-height:0!important;padding:0!important;overflow:hidden;
  border:1px solid #dfe5ef!important;border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)!important;
  box-shadow:0 18px 46px rgba(30,42,75,.065)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.premium-service-card--v318:before{
  content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:3px!important;
  background:linear-gradient(90deg,var(--wa-primary),#526fff 58%,#37d1ff)!important;
}
.premium-service-card--v318:after{display:none!important}
.premium-service-card--v318 .service-card__media{height:132px;overflow:hidden;background:#eef3fb}
.premium-service-card--v318 .service-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.premium-service-card--v318 .service-card__top{padding:24px 24px 0;align-items:center}
.premium-service-card--v318 .service-card__icon{
  width:50px!important;height:50px!important;margin:0!important;border-radius:15px!important;
  color:#fff!important;background:linear-gradient(145deg,#6755ff,#5576ff 58%,#37cfff)!important;
  box-shadow:0 12px 28px rgba(90,78,245,.26)!important
}
.premium-service-card--v318 .service-card__icon svg{width:24px;height:24px}
.premium-service-card--v318 .service-card__number{
  display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:28px;padding:0 8px;border-radius:999px;
  background:#f3f5fa;color:#7a879d;font-size:.67rem;font-weight:900;letter-spacing:.1em
}
.premium-service-card--v318 .service-card__body{padding:20px 24px 20px!important;flex:1}
.premium-service-card--v318 .service-card__body h3{margin:0 0 10px!important;font-size:1.52rem!important;line-height:1.05!important}
.premium-service-card--v318 .service-card__body p{margin:0!important;min-height:0!important;color:#5b687c!important;font-size:.91rem!important;line-height:1.62!important}
.premium-service-card--v318 .service-card__button--v318{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;
  width:auto!important;min-height:52px!important;margin:0 16px 16px!important;padding:12px 15px!important;
  border:1px solid #e4e7f0!important;border-radius:15px!important;
  background:linear-gradient(135deg,#f7f6ff,#f3f9ff)!important;color:#4334cf!important;
  box-shadow:none!important;text-decoration:none!important;font-size:.86rem!important;font-weight:850!important
}
.premium-service-card--v318 .service-card__button--v318 b{
  width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#6755ff,#48bfff);color:#fff;font-size:.85rem;box-shadow:0 8px 18px rgba(91,80,245,.22)
}
.premium-service-card--v318:hover{transform:translateY(-6px)!important;border-color:#d2d9e8!important;box-shadow:0 26px 64px rgba(26,40,72,.12)!important}
.premium-service-card--v318:hover .service-card__media img{transform:scale(1.035)}
.premium-service-card--v318:hover .service-card__button--v318{background:linear-gradient(135deg,#f0edff,#eef8ff)!important;transform:none!important}
@media(max-width:620px){
  .premium-service-card--v318 .service-card__media{height:150px}
  .premium-service-card--v318 .service-card__top{padding:20px 20px 0}
  .premium-service-card--v318 .service-card__body{padding:18px 20px!important}
  .premium-service-card--v318 .service-card__button--v318{margin:0 12px 12px!important}
}

/* === V3.20 visual cleanup and sizing === */
/* Remove the decorative purple/cyan blobs that had started breeding across sections. */
.premium-hero:before,
.premium-hero--v315:before,
.hero-shape,
.premium-services--v315:before{
  display:none!important;
  content:none!important;
}
.premium-hero--v315{
  background:linear-gradient(120deg,#fff 0%,#fbfcff 58%,#f2f7ff 100%)!important;
}
.home-stat-band--v316{
  background:linear-gradient(100deg,#071734 0%,#102654 52%,#173b73 100%)!important;
}
.site-footer.site-footer--v317{
  background:linear-gradient(115deg,#030a16 0%,#07152a 54%,#0a1c38 100%)!important;
}

/* Tighter, configurable type scale. */
body{font-size:var(--wa-body-size,16px)}
.premium-hero--v315 h1{
  font-size:clamp(3.55rem,5.7vw,var(--wa-hero-title-size,76px))!important;
  line-height:.93!important;
  letter-spacing:-.058em!important;
}
.premium-services--v315 .premium-section-head h2{
  font-size:clamp(2.25rem,3.7vw,var(--wa-section-title-size,48px))!important;
  line-height:1!important;
}
.about-copy-v315 h2{
  font-size:clamp(2.35rem,3.9vw,var(--wa-about-title-size,52px))!important;
  line-height:.98!important;
}
.premium-service-card--v320 .service-card__body h3{
  font-size:var(--wa-service-title-size,23px)!important;
}
.premium-lead,.about-lead-v315,.premium-service-card--v320 .service-card__body p{
  font-size:var(--wa-body-size,16px)!important;
}

/* Stronger topbar and a genuinely larger header logo. */
.studio-topbar{
  min-height:40px!important;
  font-size:13px!important;
  font-weight:var(--wa-topbar-weight,700)!important;
  letter-spacing:.005em!important;
  color:#26334a!important;
  background:#f5f7fb!important;
}
.studio-topbar__inner{min-height:40px!important}
.studio-topbar a,.studio-topbar span{font-weight:inherit!important}
.header-inner{min-height:92px!important}
.site-branding .custom-logo{
  width:min(var(--wa-logo-width,235px),440px)!important;
  max-width:none!important;
  max-height:76px!important;
  object-fit:contain!important;
}
.site-branding .custom-logo-link{max-width:min(var(--wa-logo-width,235px),440px)!important}

/* Services: denser, cleaner, useful even when only a title/link is filled in. */
.premium-services--v315{
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)!important;
  padding-top:clamp(70px,7vw,104px)!important;
  padding-bottom:clamp(76px,7vw,108px)!important;
}
.premium-service-grid{gap:20px!important}
.premium-service-card--v320{
  min-height:245px!important;
  border-radius:22px!important;
  border:1px solid #dde4ef!important;
  background:linear-gradient(160deg,#ffffff 0%,#fbfcff 68%,#f4f7ff 100%)!important;
  box-shadow:0 14px 38px rgba(25,42,79,.075)!important;
}
.premium-service-card--v320:before{
  height:4px!important;
  background:linear-gradient(90deg,#6651ff 0%,#5476ff 58%,#37cfff 100%)!important;
}
.premium-service-card--v320 .service-card__top{
  padding:24px 24px 0!important;
}
.premium-service-card--v320 .service-card__icon{
  width:54px!important;
  height:54px!important;
  border-radius:16px!important;
  box-shadow:0 12px 25px rgba(80,91,238,.20)!important;
}
.premium-service-card--v320 .service-card__number{
  color:#53627a!important;
  background:#f0f3f8!important;
  border:1px solid #e5e9f1!important;
}
.premium-service-card--v320 .service-card__body{
  padding:20px 24px 14px!important;
}
.premium-service-card--v320 .service-card__body h3{
  margin-bottom:10px!important;
  color:#111827!important;
  letter-spacing:-.025em!important;
}
.premium-service-card--v320 .service-card__body p{
  color:#59677c!important;
  line-height:1.58!important;
  min-height:0!important;
}
.premium-service-card--v320.no-description{
  min-height:205px!important;
}
.premium-service-card--v320.no-description .service-card__body{
  padding-bottom:4px!important;
}
.premium-service-card--v320 .service-card__button--v318{
  margin:0 16px 16px!important;
  min-height:50px!important;
  border:1px solid #e0e5ee!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#4938d6!important;
  box-shadow:0 7px 20px rgba(37,48,87,.055)!important;
}
.premium-service-card--v320 .service-card__button--v318 b{
  border-radius:10px!important;
  background:linear-gradient(135deg,#6651ff,#3bbcff)!important;
}
.premium-service-card--v320:hover{
  transform:translateY(-5px)!important;
  border-color:#cfd8e7!important;
  box-shadow:0 24px 54px rgba(25,42,79,.12)!important;
}

/* Footer: force readable contrast and prevent columns from disappearing into black. */
.site-footer--v317{
  overflow:visible!important;
  color:#dfe9f7!important;
}
.site-footer--v317 .footer-shell--v317{
  padding-top:52px!important;
  padding-bottom:26px!important;
}
.site-footer--v317 .footer-main--v317{
  grid-template-columns:minmax(260px,1.05fr) minmax(180px,.58fr) minmax(330px,1fr)!important;
}
.site-footer--v317 .footer-brand--v317,
.site-footer--v317 .footer-quicklinks--v317,
.site-footer--v317 .footer-hours--v317,
.site-footer--v317 .footer-contact--v317{
  opacity:1!important;
  visibility:visible!important;
}
.site-footer--v317 .footer-logo img,
.site-footer--v317 .footer-logo .custom-logo,
.site-footer--v317 .footer-logo--fallback img{
  max-width:175px!important;
  max-height:82px!important;
}
.site-footer--v317 .footer-tagline,
.site-footer--v317 .footer-brand p{color:#b8c7da!important}
.site-footer--v317 .footer-menu--main a{color:#e5eefb!important}
.site-footer--v317 .footer-contact--v317>a,
.site-footer--v317 .footer-contact--v317>div{color:#e0e9f5!important}
.site-footer--v317 .footer-hours--v317{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.11)!important;
}
.site-footer--v317 .footer-hours-row{color:#c5d2e5!important}
.site-footer--v317 .footer-hours-row strong{color:#f2f6fc!important}
.site-footer--v317 .footer-lower--v317{padding-bottom:4px!important}
.site-footer--v317 .footer-legal{color:#9cafc8!important}
.site-footer--v317 .footer-menu--legal a{color:#b7c5d8!important}

@media(max-width:900px){
  .site-branding .custom-logo{max-width:190px!important;max-height:66px!important}
  .site-branding .custom-logo-link{max-width:190px!important}
  .premium-hero--v315 h1{font-size:clamp(3.2rem,9vw,4.6rem)!important}
  .about-copy-v315 h2{font-size:clamp(2.3rem,7vw,3.5rem)!important}
}
@media(max-width:620px){
  .header-inner{min-height:78px!important}
  .site-branding .custom-logo{max-width:155px!important;max-height:58px!important}
  .site-branding .custom-logo-link{max-width:155px!important}
  .premium-hero--v315 h1{font-size:clamp(2.85rem,12vw,3.75rem)!important}
  .premium-services--v315 .premium-section-head h2{font-size:clamp(2.1rem,10vw,3rem)!important}
  .about-copy-v315 h2{font-size:clamp(2.15rem,10vw,3.05rem)!important}
  .premium-service-card--v320{min-height:0!important}
  .premium-service-card--v320.no-description{min-height:0!important}
  .site-footer--v317 .footer-main--v317{grid-template-columns:1fr!important}
}


/* === V3.21 — full-width boxed singular pages aligned with the header === */
body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner,
body.single-post .singular-titlebar--v311 .singular-titlebar__inner{
  width:min(calc(100% - 40px),var(--wa-container))!important;
  max-width:none!important;
}
body.page:not(.page-template-page-contact) .content-shell,
body.single-post .content-shell{
  width:min(calc(100% - 40px),var(--wa-container))!important;
  max-width:none!important;
}
body.page:not(.page-template-page-contact) .featured-media,
body.single-post .featured-media{
  width:min(calc(100% - 40px),var(--wa-container))!important;
  max-width:none!important;
}
body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner,
body.page:not(.page-template-page-contact) .content-shell,
body.single-post .content-shell{
  box-shadow:0 24px 64px rgba(31,43,76,.11),0 7px 20px rgba(31,43,76,.05)!important;
}
@media (max-width:900px){
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner,
  body.single-post .singular-titlebar--v311 .singular-titlebar__inner,
  body.page:not(.page-template-page-contact) .content-shell,
  body.single-post .content-shell,
  body.page:not(.page-template-page-contact) .featured-media,
  body.single-post .featured-media{
    width:min(calc(100% - 28px),var(--wa-container))!important;
  }
}
@media (max-width:620px){
  body.page:not(.page-template-page-contact) .singular-titlebar--v311 .singular-titlebar__inner,
  body.single-post .singular-titlebar--v311 .singular-titlebar__inner,
  body.page:not(.page-template-page-contact) .content-shell,
  body.single-post .content-shell,
  body.page:not(.page-template-page-contact) .featured-media,
  body.single-post .featured-media{
    width:min(calc(100% - 20px),var(--wa-container))!important;
  }
}

/* === V3.22 footer widgets + service cards redesign === */
.site-footer.site-footer--v322{
  position:relative;
  margin-top:72px;
  background:linear-gradient(180deg,#07101f 0%,#081325 34%,#09111d 100%);
  color:#e9efff;
  overflow:hidden;
}
.site-footer--v322 .footer-accent-line{
  height:2px;
  width:100%;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  opacity:.95;
}
.site-footer--v322 .footer-top-shadow{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:42px;
  box-shadow:0 -16px 45px rgba(13,22,40,.22);
  pointer-events:none;
}
.site-footer--v322 .footer-shell--v322{
  position:relative;
  padding:42px 0 0;
}
.site-footer--v322 .footer-main--v322{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:start;
}
.site-footer--v322 .footer-main--v322.has-widgets{
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}
.site-footer--v322 .footer-widget,
.site-footer--v322 .footer-widget-column--v322{
  min-width:0;
}
.site-footer--v322 .footer-widget,
.site-footer--v322 .footer-widget-column--v322 > .footer-widget,
.site-footer--v322 .footer-widget--fallback{
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
  border:1px solid rgba(140,165,210,.18);
  border-radius:24px;
  padding:24px;
  box-shadow:0 20px 50px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(12px);
}
.site-footer--v322 .footer-widget__title,
.site-footer--v322 .footer-widget__title--plain{
  margin:0 0 16px;
  font-size:1.3rem;
  line-height:1.15;
  color:#fff;
}
.site-footer--v322 .footer-logo,
.site-footer--v322 .footer-logo--fallback,
.site-footer--v322 .footer-logo--widget{
  display:inline-flex;
  align-items:center;
}
.site-footer--v322 .footer-logo img,
.site-footer--v322 .footer-logo .custom-logo,
.site-footer--v322 .footer-logo--fallback img{
  width:auto;
  max-width:180px;
  height:auto;
  max-height:80px;
  object-fit:contain;
  filter:drop-shadow(0 12px 24px rgba(7,10,24,.22));
}
.site-footer--v322 .footer-tagline,
.site-footer--v322 .footer-brand p,
.site-footer--v322 .textwidget,
.site-footer--v322 .widget_text p{
  color:rgba(232,238,251,.76);
  line-height:1.75;
  margin:16px 0 0;
}
.site-footer--v322 .footer-contact,
.site-footer--v322 .footer-contact--widget{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.site-footer--v322 .footer-contact a,
.site-footer--v322 .footer-contact div{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#eff4ff;
  text-decoration:none;
  font-weight:600;
  line-height:1.6;
}
.site-footer--v322 .footer-contact a:hover{color:#b8dbff}
.site-footer--v322 .footer-contact-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(124,92,255,.22),rgba(39,217,255,.2));
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
}
.site-footer--v322 .footer-kicker{
  display:inline-block;
  margin:0 0 10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.74rem;
  color:#8fa7d8;
  font-weight:800;
}
.site-footer--v322 .footer-menu{
  list-style:none;
  padding:0;
  margin:0;
}
.site-footer--v322 .footer-menu li{margin:0}
.site-footer--v322 .footer-menu--main{
  display:grid;
  gap:10px;
}
.site-footer--v322 .footer-menu--main a,
.site-footer--v322 .menu a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:12px 14px;
  border-radius:14px;
  color:#eff4ff;
  text-decoration:none;
  font-weight:700;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.site-footer--v322 .footer-menu--main a::after,
.site-footer--v322 .menu a::after{
  content:'→';
  margin-left:auto;
  opacity:.7;
}
.site-footer--v322 .footer-menu--main a:hover,
.site-footer--v322 .menu a:hover{
  transform:translateX(5px);
  color:#fff;
  background:linear-gradient(135deg,rgba(124,92,255,.18),rgba(39,217,255,.12));
  border-color:rgba(116,145,255,.35);
}
.site-footer--v322 .footer-hours-heading{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  margin-bottom:16px;
}
.site-footer--v322 .open-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:.9rem;
  white-space:nowrap;
}
.site-footer--v322 .open-status.is-open{
  background:rgba(76,221,136,.14);
  color:#93f0b5;
  border:1px solid rgba(76,221,136,.25);
}
.site-footer--v322 .open-status.is-closed{
  background:rgba(255,135,135,.12);
  color:#ffb0b0;
  border:1px solid rgba(255,135,135,.24);
}
.site-footer--v322 .open-status i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:currentColor;
  box-shadow:0 0 0 6px color-mix(in srgb,currentColor 18%, transparent);
}
.site-footer--v322 .footer-hours-list{
  display:grid;
  gap:10px;
}
.site-footer--v322 .footer-hours-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border-radius:14px;
  color:rgba(233,239,255,.82);
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.06);
}
.site-footer--v322 .footer-hours-row strong{color:#fff}
.site-footer--v322 .footer-hours-row.is-today{
  background:linear-gradient(90deg,rgba(124,92,255,.2),rgba(39,217,255,.12));
  border-color:rgba(115,148,255,.34);
  box-shadow:0 14px 28px rgba(12,18,32,.16);
}
.site-footer--v322 .footer-lower--v322{
  margin-top:26px;
  padding:18px 0 26px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px 28px;
  flex-wrap:wrap;
}
.site-footer--v322 .footer-legal{
  margin:0;
  color:rgba(224,233,249,.66);
  font-size:.95rem;
}
.site-footer--v322 .footer-menu--legal{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.site-footer--v322 .footer-menu--legal a{
  color:#eaf0ff;
  text-decoration:none;
  font-weight:700;
}
.site-footer--v322 .footer-menu--legal a:hover{color:#9bc2ff}
.site-footer--v322 .footer-lower--v322.is-menu-disabled{justify-content:flex-start}
.site-footer--v322 .widget_search form,
.site-footer--v322 .search-form{
  display:flex;
  gap:10px;
}
.site-footer--v322 input[type="text"],
.site-footer--v322 input[type="search"],
.site-footer--v322 input[type="email"],
.site-footer--v322 textarea,
.site-footer--v322 select{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#fff;
  padding:12px 14px;
}
.site-footer--v322 button,
.site-footer--v322 input[type="submit"]{
  border-radius:14px;
}

.premium-service-grid{
  gap:24px!important;
}
.premium-service-card--v322{
  min-height:0!important;
  padding:0!important;
  border:none!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.premium-service-card--v322:hover{
  transform:none!important;
  box-shadow:none!important;
}
.premium-service-card--v322 .service-card__surface{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:350px;
  padding:24px;
  border-radius:28px;
  text-decoration:none!important;
  color:inherit;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 48%,#f7faff 100%);
  border:1px solid #dbe4f2;
  box-shadow:0 20px 55px rgba(29,44,86,.08);
  overflow:hidden;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.premium-service-card--v322 .service-card__surface:hover{
  transform:translateY(-10px);
  border-color:rgba(112,128,255,.38);
  box-shadow:0 34px 75px rgba(25,40,78,.16);
}
.premium-service-card--v322 .service-card__glow{
  position:absolute;
  inset:auto -40px -40px auto;
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle at center, rgba(124,92,255,.16), rgba(39,217,255,0));
  pointer-events:none;
}
.premium-service-card--v322 .service-card__topline{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:18px;
}
.premium-service-card--v322 .service-card__icon-wrap{
  display:flex;
  align-items:center;
  gap:14px;
}
.premium-service-card--v322 .service-card__icon{
  width:60px;
  height:60px;
  margin:0!important;
  border-radius:20px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:26px;
  background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 18px 32px rgba(80,104,255,.26);
}
.premium-service-card--v322 .service-card__number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  border-radius:14px;
  font-size:.82rem;
  letter-spacing:.08em;
  font-weight:800;
  color:#6c7894;
  background:#f2f5fb;
  border:1px solid #e3e9f4;
}
.premium-service-card--v322 .service-card__chip{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#f3eeff,#eefaff);
  color:#5b4bd9;
  border:1px solid #e3e5ff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.premium-service-card--v322 .service-card__media--v322{
  margin:0 0 20px;
  height:155px;
  border-radius:22px;
  overflow:hidden;
  background:#eff4fb;
  border:1px solid #e2eaf6;
}
.premium-service-card--v322 .service-card__media--v322 img{
  width:100%;height:100%;object-fit:cover;
}
.premium-service-card--v322 .service-card__body--v322{
  padding:0!important;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
}
.premium-service-card--v322 .service-card__body--v322 h3{
  margin:0!important;
  font-size:clamp(1.55rem,2vw,2rem)!important;
  line-height:1.05;
  color:#121827!important;
}
.premium-service-card--v322 .service-card__body--v322 p{
  margin:0!important;
  color:#617089!important;
  line-height:1.72;
  font-size:1rem;
  flex:1;
}
.premium-service-card--v322 .service-card__action--v322{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-top:18px;
  border-top:1px solid #e7edf7;
}
.premium-service-card--v322 .service-card__action-label{
  font-weight:800;
  color:#394867;
}
.premium-service-card--v322 .service-card__action-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:8px 10px 8px 14px;
  border-radius:999px;
  background:#10182a;
  color:#fff;
  box-shadow:0 14px 24px rgba(16,24,42,.16);
}
.premium-service-card--v322 .service-card__action-pill i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary));
}
.premium-service-card--v322 .service-card__action-pill b{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  font-size:1rem;
}
.premium-service-card--v322 .service-card__surface:hover .service-card__action-pill{
  background:linear-gradient(135deg,var(--wa-primary),#4c7dff);
}
.premium-service-card--v322.no-description .service-card__surface{
  min-height:260px;
}
.premium-section-head{
  gap:18px;
}
.premium-section-head a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  min-height:48px;
  border-radius:999px;
  background:linear-gradient(135deg,#f3eeff,#eef9ff);
  border:1px solid #e3e6ff;
}
.premium-section-head a:hover{transform:translateY(-2px)}

@media (max-width: 1050px){
  .site-footer--v322 .footer-main--v322,
  .site-footer--v322 .footer-main--v322.has-widgets{grid-template-columns:repeat(2,minmax(0,1fr));}
  .premium-service-card--v322 .service-card__surface{min-height:330px}
}
@media (max-width: 767px){
  .site-footer.site-footer--v322{margin-top:56px}
  .site-footer--v322 .footer-shell--v322{padding-top:34px}
  .site-footer--v322 .footer-main--v322,
  .site-footer--v322 .footer-main--v322.has-widgets{grid-template-columns:1fr;gap:18px;}
  .site-footer--v322 .footer-lower--v322{flex-direction:column;align-items:flex-start;}
  .site-footer--v322 .footer-menu--legal{gap:12px 18px}
  .premium-service-grid{gap:16px!important}
  .premium-service-card--v322 .service-card__surface{min-height:0;padding:20px;border-radius:24px}
  .premium-service-card--v322 .service-card__topline{align-items:flex-start}
  .premium-service-card--v322 .service-card__icon{width:54px;height:54px;border-radius:18px}
  .premium-service-card--v322 .service-card__body--v322 h3{font-size:1.6rem!important}
  .premium-service-card--v322 .service-card__media--v322{height:135px}
}

/* === V3.23 · Variant 6 premium image-led services === */
.premium-services--v323{
  position:relative!important;
  isolation:isolate;
  padding:clamp(82px,8vw,118px) 0!important;
  overflow:hidden;
  background:var(--services-bg,#07101f)!important;
  color:#fff;
}
.premium-services--v323::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:var(--services-bg-image,none);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:var(--services-bg-position,center);
  transform:scale(1.02);
}
.premium-services--v323::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 14% 16%,rgba(112,76,255,.20),transparent 31%),
    radial-gradient(circle at 85% 76%,rgba(35,175,255,.14),transparent 27%),
    linear-gradient(115deg,rgba(3,10,24,var(--services-overlay,.64)),rgba(5,14,32,var(--services-overlay,.64)) 55%,rgba(4,12,27,var(--services-overlay,.64)));
  pointer-events:none;
}
.premium-services__inner--v323{position:relative;z-index:1}
.premium-services__inner--v323::before,
.premium-services__inner--v323::after{
  content:"";
  position:absolute;
  width:430px;
  height:1px;
  opacity:.6;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,var(--wa-primary),var(--wa-secondary),transparent);
}
.premium-services__inner--v323::before{top:-42px;right:-90px;transform:rotate(10deg)}
.premium-services__inner--v323::after{bottom:-40px;left:-100px;transform:rotate(-8deg)}

.premium-services__head--v323{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:48px;
  align-items:end;
  margin-bottom:42px;
}
.premium-services__title-group{max-width:760px}
.premium-services--v323 .kicker--light{
  margin:0 0 14px!important;
  color:#9c9bff!important;
  font-size:.72rem!important;
  font-weight:900!important;
  letter-spacing:.25em!important;
  text-transform:uppercase;
}
.premium-services--v323 .kicker--light::before{
  content:"";
  display:inline-block;
  width:38px;
  height:2px;
  margin:0 13px 3px 0;
  border-radius:99px;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 0 16px color-mix(in srgb,var(--wa-primary) 55%,transparent);
}
.premium-services--v323 h2{
  margin:0!important;
  max-width:820px;
  color:#fff!important;
  font-size:clamp(3.2rem,6vw,6rem)!important;
  line-height:.9!important;
  letter-spacing:-.065em!important;
  text-shadow:0 20px 55px rgba(0,0,0,.22);
}
.premium-services__head-side{
  display:grid;
  justify-items:start;
  gap:20px;
  padding-bottom:4px;
}
.premium-services__head-side p{
  margin:0!important;
  max-width:430px;
  color:rgba(235,241,255,.78)!important;
  font-size:1rem!important;
  line-height:1.75!important;
}
.services-all-button--v323{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  min-height:58px!important;
  padding:13px 18px 13px 24px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:850!important;
  background:linear-gradient(135deg,#6d45ff 0%,#5368ff 58%,#27cfff 100%)!important;
  box-shadow:0 16px 38px rgba(82,73,255,.32),inset 0 1px 0 rgba(255,255,255,.24)!important;
  transition:transform .3s ease,box-shadow .3s ease,filter .3s ease!important;
}
.services-all-button--v323 b{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  font-size:1.1rem;
  transition:transform .3s ease;
}
.services-all-button--v323:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 48px rgba(82,73,255,.4),inset 0 1px 0 rgba(255,255,255,.3)!important;
  filter:saturate(1.08);
}
.services-all-button--v323:hover b{transform:translateX(4px)}

.premium-service-grid--v323{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.premium-service-card--v323{
  min-width:0;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:26px!important;
  background:transparent!important;
  box-shadow:none!important;
  animation:wa-service-rise .65s cubic-bezier(.2,.75,.25,1) both;
  animation-delay:calc(var(--service-index,0) * 90ms);
}
.premium-service-card--v323:hover{transform:none!important;box-shadow:none!important}
.service-card__link--v323{
  position:relative;
  display:flex!important;
  flex-direction:column;
  min-height:470px;
  height:100%;
  overflow:hidden;
  border:1px solid rgba(132,167,255,.30)!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#0c1830,#071120)!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 24px 54px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.05)!important;
  transform:translateZ(0);
  transition:transform .38s cubic-bezier(.2,.75,.25,1),border-color .35s ease,box-shadow .35s ease!important;
}
.service-card__link--v323::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:5;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.service-card__link--v323:hover{
  transform:translateY(-10px) scale(1.012);
  border-color:rgba(115,137,255,.62)!important;
  box-shadow:0 34px 78px rgba(0,0,0,.32),0 0 44px rgba(92,81,255,.10),inset 0 1px 0 rgba(255,255,255,.09)!important;
}
.service-card__visual--v323{
  position:relative;
  height:250px;
  overflow:hidden;
  background:#0c1730;
}
.service-card__visual--v323 img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.95) contrast(1.03) brightness(.88);
  transition:transform .7s cubic-bezier(.2,.75,.25,1),filter .5s ease;
}
.service-card__link--v323:hover .service-card__visual--v323 img{
  transform:scale(1.075);
  filter:saturate(1.05) contrast(1.04) brightness(.98);
}
.service-card__visual-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,10,23,.04) 0%,rgba(4,10,23,.16) 55%,#071120 100%);
}
.service-card__fallback-art{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 18%,rgba(94,70,255,.55),transparent 26%),
    linear-gradient(135deg,#17284e 0%,#0e1c38 45%,#071120 100%);
}
.service-card__fallback-art::before{
  content:"";
  position:absolute;
  width:190px;
  height:135px;
  left:50%;
  top:52%;
  transform:translate(-50%,-50%) rotate(-4deg);
  border:7px solid rgba(222,233,255,.72);
  border-bottom-width:16px;
  border-radius:12px;
  box-shadow:0 26px 35px rgba(0,0,0,.32);
}
.service-card__fallback-art::after{
  content:"";
  position:absolute;
  width:72px;
  height:135px;
  right:20px;
  bottom:18px;
  border:6px solid rgba(19,31,58,.92);
  border-radius:20px;
  background:#081128;
  box-shadow:0 20px 32px rgba(0,0,0,.30);
}
.service-card__fallback-line{
  position:absolute;
  width:96px;
  height:4px;
  left:50%;
  top:42%;
  transform:translateX(-50%);
  border-radius:99px;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  z-index:2;
}
.service-card__fallback-panel{
  position:absolute;
  width:125px;
  height:46px;
  left:50%;
  top:51%;
  transform:translateX(-50%);
  border-radius:8px;
  background:rgba(255,255,255,.84);
  z-index:2;
}
.service-card__icon-badge--v323{
  position:absolute;
  left:24px;
  bottom:-25px;
  z-index:6;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(145deg,rgba(40,55,105,.96),rgba(18,29,59,.98));
  border:1px solid rgba(131,145,255,.45);
  box-shadow:0 16px 32px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.11);
  backdrop-filter:blur(10px);
  transition:transform .35s ease,box-shadow .35s ease;
}
.service-card__icon-badge--v323 svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  color:#a398ff;
  filter:drop-shadow(0 0 10px rgba(118,94,255,.35));
}
.service-card__link--v323:hover .service-card__icon-badge--v323{
  transform:translateY(-5px) rotate(-3deg);
  box-shadow:0 20px 38px rgba(0,0,0,.3),0 0 26px rgba(101,83,255,.12);
}
.service-card__content--v323{
  position:relative;
  z-index:3;
  display:flex;
  flex:1;
  flex-direction:column;
  justify-content:space-between;
  gap:22px;
  min-height:220px;
  padding:38px 24px 22px!important;
  background:linear-gradient(180deg,#071120 0%,#060d19 100%);
}
.service-card__copy{display:grid;gap:10px}
.service-card__eyebrow{
  display:none;
}
.service-card__content--v323 h3{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(1.65rem,2.1vw,2.2rem)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
}
.service-card__content--v323 p{
  margin:0!important;
  color:rgba(231,238,255,.74)!important;
  font-size:.96rem!important;
  line-height:1.65!important;
}
.service-card__footer--v323{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:auto;
}
.service-card__label{
  color:rgba(220,230,249,.76);
  font-size:.82rem;
  font-weight:750;
  transition:color .3s ease;
}
.service-card__round-arrow{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(153,140,255,.65);
  background:rgba(255,255,255,.025);
  color:#fff;
  font-size:1.35rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .32s ease,background .32s ease,border-color .32s ease,box-shadow .32s ease;
}
.service-card__link--v323:hover .service-card__round-arrow{
  transform:translateX(4px) rotate(-7deg);
  border-color:transparent;
  background:linear-gradient(135deg,var(--wa-primary),#507cff);
  box-shadow:0 12px 24px rgba(84,76,255,.28);
}
.service-card__link--v323:hover .service-card__label{color:#fff}
.service-card__edge-glow{
  position:absolute;
  inset:auto -70px -70px auto;
  z-index:1;
  width:170px;
  height:170px;
  border-radius:50%;
  pointer-events:none;
  background:radial-gradient(circle,rgba(86,71,255,.17),transparent 68%);
}
.premium-services__footer-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-top:44px;
  color:rgba(192,205,233,.58);
}
.premium-services__footer-note span{
  width:72px;
  height:1px;
  background:linear-gradient(90deg,transparent,#7266ff);
}
.premium-services__footer-note span:last-child{transform:scaleX(-1)}
.premium-services__footer-note b{
  font-size:.66rem;
  letter-spacing:.30em;
  text-transform:uppercase;
  font-weight:800;
}

@keyframes wa-service-rise{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}

@media (max-width:1100px){
  .premium-services__head--v323{grid-template-columns:1fr;gap:26px;align-items:start}
  .premium-services__head-side{grid-template-columns:minmax(0,1fr) auto;align-items:end;justify-items:start;width:100%}
  .premium-service-grid--v323{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .service-card__link--v323{min-height:450px}
}
@media (max-width:720px){
  .premium-services--v323{padding:66px 0!important}
  .premium-services__head--v323{margin-bottom:30px}
  .premium-services--v323 h2{font-size:clamp(3rem,14vw,4.5rem)!important}
  .premium-services__head-side{grid-template-columns:1fr;gap:18px}
  .services-all-button--v323{min-height:52px!important}
  .premium-service-grid--v323{grid-template-columns:1fr!important;gap:16px!important}
  .service-card__link--v323{min-height:0}
  .service-card__visual--v323{height:230px}
  .service-card__content--v323{min-height:190px;padding:36px 21px 20px!important}
  .premium-services__footer-note{margin-top:32px;gap:12px}
  .premium-services__footer-note span{width:30px}
  .premium-services__footer-note b{font-size:.57rem;letter-spacing:.2em}
}
@media (prefers-reduced-motion:reduce){
  .premium-service-card--v323{animation:none!important}
  .service-card__link--v323,
  .service-card__visual--v323 img,
  .service-card__round-arrow,
  .service-card__icon-badge--v323,
  .services-all-button--v323{transition:none!important}
}

/* === V3.25 · mobile regression repair ===
   Keep the stable v3.23 mobile page layout. Only navigation and footer are overridden here. */
@media (max-width:900px){
  /* Do not let the menu rules resize or reposition normal page sections. */
  .site-header{overflow:visible!important}
  .menu-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:1490!important;
    background:rgba(6,12,26,.54)!important;
    -webkit-backdrop-filter:blur(4px)!important;
    backdrop-filter:blur(4px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,visibility .2s ease!important;
  }
  .menu-backdrop.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  /* Closed menu is inert. It does not participate in the normal mobile layout. */
  .site-navigation{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    inset:0 0 0 auto!important;
    width:min(88vw,390px)!important;
    max-width:390px!important;
    height:100dvh!important;
    max-height:none!important;
    margin:0!important;
    padding:max(86px,calc(env(safe-area-inset-top) + 72px)) 16px max(22px,calc(env(safe-area-inset-bottom) + 16px))!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    gap:12px!important;
    overflow:hidden!important;
    border:0!important;
    border-left:1px solid #e0e7f2!important;
    border-radius:26px 0 0 26px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f8faff 72%,#f2f6ff 100%)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    box-shadow:-30px 0 80px rgba(8,15,31,.25)!important;
    z-index:1500!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateX(104%)!important;
    transition:transform .25s cubic-bezier(.22,.7,.25,1),opacity .18s ease,visibility .18s ease!important;
  }
  .site-navigation.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(0)!important;
  }
  body.admin-bar .site-navigation{
    top:46px!important;
    height:calc(100dvh - 46px)!important;
  }

  .menu-toggle[aria-expanded="true"]{
    position:fixed!important;
    top:max(18px,calc(env(safe-area-inset-top) + 10px))!important;
    right:18px!important;
    z-index:1510!important;
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,var(--wa-primary),#536dfe)!important;
    color:#fff!important;
    box-shadow:0 14px 34px rgba(65,56,180,.30)!important;
  }
  body.admin-bar .menu-toggle[aria-expanded="true"]{top:60px!important}

  .primary-menu,.fallback-menu>ul{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .primary-menu>li,.fallback-menu>ul>li{
    display:block!important;
    width:100%!important;
    margin:0!important;
  }
  .primary-menu>li>a,.fallback-menu>ul>li>a{
    min-height:52px!important;
    padding:12px 48px 12px 16px!important;
    border:1px solid #e0e6f0!important;
    border-radius:15px!important;
    background:#fff!important;
    color:#182134!important;
    font-size:.98rem!important;
    font-weight:800!important;
    box-shadow:0 7px 18px rgba(34,48,78,.055)!important;
  }
  .primary-menu>li>a:before,.fallback-menu>ul>li>a:before{
    right:16px!important;
    color:var(--wa-primary)!important;
  }
  .primary-menu>.current-menu-item>a,.primary-menu>.current_page_item>a,
  .primary-menu>li>a:hover,.primary-menu>li>a:focus-visible{
    border-color:rgba(111,82,255,.28)!important;
    background:linear-gradient(135deg,rgba(112,72,255,.09),rgba(39,217,255,.07)),#fff!important;
    color:var(--wa-primary)!important;
  }

  .submenu-toggle{
    top:8px!important;
    right:8px!important;
    width:36px!important;
    height:36px!important;
    border-radius:11px!important;
    background:#f6f4ff!important;
    border-color:#e1ddff!important;
    box-shadow:none!important;
  }
  .primary-menu .sub-menu{
    position:static!important;
    width:100%!important;
    margin:7px 0 0!important;
    padding:3px 0 2px 10px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .primary-menu .submenu-open>.sub-menu{
    display:grid!important;
    gap:5px!important;
  }
  .primary-menu .sub-menu a{
    min-height:42px!important;
    padding:9px 12px!important;
    border:1px solid #e7ebf3!important;
    border-radius:12px!important;
    background:#f3f6fb!important;
    color:#4f5c72!important;
    font-size:.88rem!important;
    box-shadow:none!important;
  }
  .primary-menu.is-submenu-active>li:not(.submenu-open){display:none!important}
  .site-navigation.is-submenu-open .nav-cta{display:none!important}

  .nav-cta{
    width:100%!important;
    max-width:none!important;
    min-height:52px!important;
    margin:3px 0 0!important;
    border-radius:15px!important;
    justify-content:center!important;
  }

  html.menu-open,body.menu-open{
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }
}

@media (min-width:783px) and (max-width:900px){
  body.admin-bar .site-navigation{top:32px!important;height:calc(100dvh - 32px)!important}
  body.admin-bar .menu-toggle[aria-expanded="true"]{top:46px!important}
}

@media (max-width:767px){
  /* Footer only. No selectors below this point target normal page content. */
  .site-footer.site-footer--v322{
    margin-top:44px!important;
    background:linear-gradient(180deg,#07101f 0%,#091427 58%,#070e1b 100%)!important;
    color:#eef4ff!important;
    overflow:hidden!important;
  }
  .site-footer--v322 .footer-shell--v322{
    width:min(calc(100% - 28px),var(--wa-container))!important;
    padding:28px 0 0!important;
    background:transparent!important;
  }
  .site-footer--v322 .footer-main--v322,
  .site-footer--v322 .footer-main--v322.has-widgets{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:0!important;
    background:transparent!important;
  }
  .site-footer--v322 .footer-widget-column--v322{
    display:block!important;
    width:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget,
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback{
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:18px!important;
    border:1px solid rgba(154,176,216,.16)!important;
    border-radius:20px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035))!important;
    box-shadow:0 16px 34px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.05)!important;
    color:#eef4ff!important;
    overflow:hidden!important;
  }
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget:empty,
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback:empty{display:none!important}

  /* Only unwrap the first Gutenberg layout wrapper inside a footer widget. */
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget > .wp-block-group,
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget > .wp-block-columns,
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget > .wp-block-cover,
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget > .wp-block-media-text{
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
  }
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget > .wp-block-spacer{display:none!important}

  .site-footer--v322 .footer-widget__title,
  .site-footer--v322 .footer-widget__title--plain,
  .site-footer--v322 h2,.site-footer--v322 h3,.site-footer--v322 h4{
    color:#fff!important;
  }
  .site-footer--v322 .footer-tagline,
  .site-footer--v322 p,
  .site-footer--v322 li,
  .site-footer--v322 .textwidget{
    color:rgba(232,239,252,.82)!important;
  }
  .site-footer--v322 .footer-logo img,
  .site-footer--v322 .footer-logo .custom-logo,
  .site-footer--v322 .footer-logo--fallback img{
    max-width:145px!important;
    max-height:62px!important;
  }
  .site-footer--v322 .footer-contact{gap:9px!important}
  .site-footer--v322 .footer-contact a,
  .site-footer--v322 .footer-contact div{font-size:.84rem!important}

  .site-footer--v322 .footer-menu--main{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .site-footer--v322 .footer-menu--main a{
    min-height:44px!important;
    padding:10px 12px!important;
    border-radius:12px!important;
    color:#edf4ff!important;
    background:rgba(255,255,255,.035)!important;
    border:1px solid rgba(255,255,255,.07)!important;
  }
  .site-footer--v322 .footer-hours-heading{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin-bottom:12px!important;
  }
  .site-footer--v322 .open-status{
    min-height:34px!important;
    padding:7px 10px!important;
    font-size:.72rem!important;
  }
  .site-footer--v322 .footer-hours-list{gap:6px!important}
  .site-footer--v322 .footer-hours-row{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:10px!important;
    padding:9px 10px!important;
    border-radius:11px!important;
    font-size:.78rem!important;
  }
  .site-footer--v322 .footer-lower--v322{
    margin-top:18px!important;
    padding:16px 0 max(24px,calc(env(safe-area-inset-bottom) + 16px))!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  .site-footer--v322 .footer-legal{
    margin:0!important;
    color:rgba(223,232,249,.62)!important;
    font-size:.72rem!important;
    line-height:1.55!important;
  }
  .site-footer--v322 .footer-menu--legal{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:7px 14px!important;
  }
  .site-footer--v322 .footer-menu--legal a{
    padding:0!important;
    border:0!important;
    background:none!important;
    box-shadow:none!important;
    color:#dfe8fa!important;
    font-size:.76rem!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .site-navigation,.menu-backdrop{transition:none!important}
}

/* === V3.26 footer desktop/tablet repair ===
   One footer system for >=768px. Mobile rules remain isolated below 767px. */
@media (min-width:768px){
  .site-footer.site-footer--v322{
    position:relative!important;
    margin-top:72px!important;
    background:linear-gradient(180deg,#07101f 0%,#081325 44%,#09111d 100%)!important;
    color:#edf4ff!important;
    border:0!important;
    overflow:hidden!important;
  }
  .site-footer--v322 .footer-accent-line{
    display:block!important;
    height:2px!important;
    background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary))!important;
  }
  .site-footer--v322 .footer-top-shadow{
    display:block!important;
    position:absolute!important;
    top:2px!important;left:0!important;right:0!important;height:44px!important;
    pointer-events:none!important;
    background:linear-gradient(180deg,rgba(0,0,0,.24),transparent)!important;
  }
  .site-footer--v322 .footer-shell--v322{
    width:min(calc(100% - 48px),1240px)!important;
    max-width:1240px!important;
    margin:0 auto!important;
    padding:48px 0 0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .site-footer--v322 .footer-main--v322,
  .site-footer--v322 .footer-main--v322.has-widgets,
  .site-footer--v322 .footer-main--v322.has-fallback{
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
    gap:0!important;
    align-items:start!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:26px!important;
    overflow:hidden!important;
    box-shadow:0 28px 70px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.04)!important;
  }
  .site-footer--v322 .footer-widget-column--v322,
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback{
    min-width:0!important;
    min-height:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-right:1px solid rgba(255,255,255,.07)!important;
    background:rgba(255,255,255,.018)!important;
    box-shadow:none!important;
  }
  .site-footer--v322 .footer-widget-column--v322:last-child,
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback:last-child{
    border-right:0!important;
  }
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget,
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:28px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    color:#edf4ff!important;
    overflow:visible!important;
  }
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget + .footer-widget{
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  /* Gutenberg layout wrappers may not become their own white panels inside footer widgets. */
  .site-footer--v322 .footer-widget > .wp-block-group,
  .site-footer--v322 .footer-widget > .wp-block-columns,
  .site-footer--v322 .footer-widget > .wp-block-column,
  .site-footer--v322 .footer-widget > .wp-block-cover,
  .site-footer--v322 .footer-widget > .wp-block-media-text,
  .site-footer--v322 .footer-widget .wp-block-group.is-layout-constrained,
  .site-footer--v322 .footer-widget .wp-block-group.is-layout-flow{
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
  }
  .site-footer--v322 .footer-widget > .wp-block-spacer{display:none!important}
  .site-footer--v322 .footer-widget:empty,
  .site-footer--v322 .footer-widget-column--v322:empty{display:none!important}

  .site-footer--v322 .footer-widget__title,
  .site-footer--v322 .footer-widget__title--plain,
  .site-footer--v322 h2,
  .site-footer--v322 h3,
  .site-footer--v322 h4{
    color:#fff!important;
    margin-top:0!important;
  }
  .site-footer--v322 .footer-widget__title{
    margin-bottom:18px!important;
    font-size:1.16rem!important;
    line-height:1.2!important;
    letter-spacing:-.015em!important;
    text-transform:none!important;
  }
  .site-footer--v322 p,
  .site-footer--v322 li,
  .site-footer--v322 .textwidget,
  .site-footer--v322 .footer-tagline{
    color:rgba(232,239,252,.78)!important;
  }
  .site-footer--v322 .footer-logo img,
  .site-footer--v322 .footer-logo .custom-logo,
  .site-footer--v322 .footer-logo--fallback img{
    max-width:170px!important;
    max-height:76px!important;
    width:auto!important;
    height:auto!important;
  }
  .site-footer--v322 .footer-contact a,
  .site-footer--v322 .footer-contact div{
    color:#edf4ff!important;
    font-size:.88rem!important;
  }
  .site-footer--v322 .footer-menu--main{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .site-footer--v322 .footer-menu--main a,
  .site-footer--v322 .menu a{
    min-height:44px!important;
    padding:10px 12px!important;
    border-radius:12px!important;
    color:#edf4ff!important;
    background:rgba(255,255,255,.025)!important;
    border:1px solid rgba(255,255,255,.055)!important;
    box-shadow:none!important;
  }
  .site-footer--v322 .footer-menu--main a:hover,
  .site-footer--v322 .menu a:hover{
    background:linear-gradient(135deg,rgba(124,92,255,.16),rgba(39,217,255,.08))!important;
    border-color:rgba(123,143,255,.28)!important;
  }
  .site-footer--v322 .footer-hours-heading{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:14px!important;
    margin-bottom:14px!important;
  }
  .site-footer--v322 .footer-hours-list{gap:7px!important}
  .site-footer--v322 .footer-hours-row{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:14px!important;
    padding:9px 11px!important;
    border-radius:11px!important;
    background:rgba(255,255,255,.022)!important;
    border:1px solid rgba(255,255,255,.05)!important;
    color:rgba(233,239,255,.80)!important;
    font-size:.80rem!important;
  }
  .site-footer--v322 .footer-hours-row.is-today{
    background:linear-gradient(90deg,rgba(124,92,255,.18),rgba(39,217,255,.08))!important;
    border-color:rgba(116,143,255,.24)!important;
  }
  .site-footer--v322 .footer-lower--v322{
    margin-top:22px!important;
    padding:18px 0 24px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px 30px!important;
    flex-wrap:wrap!important;
    border-top:1px solid rgba(255,255,255,.075)!important;
    background:transparent!important;
  }
  .site-footer--v322 .footer-legal{
    color:rgba(223,232,249,.60)!important;
    font-size:.78rem!important;
  }
  .site-footer--v322 .footer-menu--legal{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:8px 18px!important;
  }
  .site-footer--v322 .footer-menu--legal a{
    padding:0!important;
    border:0!important;
    background:none!important;
    box-shadow:none!important;
    color:#dce7fb!important;
    font-size:.80rem!important;
  }
}

@media (min-width:768px) and (max-width:1050px){
  .site-footer--v322 .footer-shell--v322{
    width:min(calc(100% - 36px),1240px)!important;
    padding-top:38px!important;
  }
  .site-footer--v322 .footer-main--v322,
  .site-footer--v322 .footer-main--v322.has-widgets,
  .site-footer--v322 .footer-main--v322.has-fallback{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .site-footer--v322 .footer-widget-column--v322,
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback{
    border-right:1px solid rgba(255,255,255,.07)!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
  }
  .site-footer--v322 .footer-widget-column--v322:nth-child(2n),
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback:nth-child(2n){border-right:0!important}
  .site-footer--v322 .footer-widget-column--v322:nth-last-child(-n+2),
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback:nth-last-child(-n+2){border-bottom:0!important}
  .site-footer--v322 .footer-widget-column--v322 > .footer-widget,
  .site-footer--v322 .footer-main--v322 > .footer-widget--fallback{padding:24px!important}
}

/* === V3.27 additional footer widgets === */
.site-footer .wa-footer-widget-title{
  position:relative!important;
  margin:0 0 22px!important;
  padding:0 0 12px!important;
  color:inherit!important;
  font-size:clamp(1.15rem,1.8vw,1.45rem)!important;
  font-weight:850!important;
  letter-spacing:-.025em!important;
  line-height:1.2!important;
}
.site-footer .wa-footer-widget-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:52px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 6px 18px color-mix(in srgb,var(--wa-primary) 22%,transparent);
}

.site-footer .wa-footer-contact-card{
  display:grid!important;
  gap:10px!important;
  padding:14px!important;
  border:1px solid rgba(128,145,178,.16)!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.10)!important;
}
.site-footer .wa-footer-contact-row{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  min-height:48px!important;
  padding:10px 12px!important;
  border:1px solid rgba(128,145,178,.16)!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.045)!important;
  color:inherit!important;
  text-decoration:none!important;
  font-size:.9rem!important;
  line-height:1.4!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}
.site-footer a.wa-footer-contact-row:hover{
  transform:translateY(-2px)!important;
  border-color:color-mix(in srgb,var(--wa-primary) 35%,transparent)!important;
  background:linear-gradient(135deg,rgba(124,92,255,.12),rgba(39,217,255,.07))!important;
}
.site-footer .wa-footer-contact-row__icon{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:9px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--wa-primary),#4b76ff)!important;
  box-shadow:0 8px 18px rgba(77,85,220,.22)!important;
  font-size:.85rem!important;
  font-weight:900!important;
}
.site-footer .wa-footer-contact-row strong{font-weight:800!important}

.site-footer .wa-footer-link-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
}
.site-footer .wa-footer-link-list li{
  margin:0!important;
  padding:0!important;
  border-bottom:1px solid rgba(128,145,178,.15)!important;
}
.site-footer .wa-footer-link-list li:last-child{border-bottom:0!important}
.site-footer .wa-footer-link-list a,
.site-footer .wa-footer-link-list__plain{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:10px 0!important;
  color:inherit!important;
  text-decoration:none!important;
  font-size:.94rem!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.site-footer .wa-footer-link-list a b{
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:9px!important;
  color:var(--wa-primary)!important;
  background:color-mix(in srgb,var(--wa-primary) 9%,transparent)!important;
  transition:transform .2s ease,background .2s ease!important;
}
.site-footer .wa-footer-link-list a:hover span{color:color-mix(in srgb,var(--wa-primary) 60%,currentColor)!important}
.site-footer .wa-footer-link-list a:hover b{
  transform:translateX(3px)!important;
  background:color-mix(in srgb,var(--wa-primary) 16%,transparent)!important;
}

.site-footer .wa-footer-text-block{
  font-size:.96rem!important;
  line-height:1.65!important;
  color:inherit!important;
}
.site-footer .wa-footer-text-block p{
  margin:0 0 14px!important;
  color:inherit!important;
  opacity:.86!important;
}
.site-footer .wa-footer-text-block p:last-child{margin-bottom:0!important}
.site-footer .wa-footer-text-block a{
  color:color-mix(in srgb,var(--wa-primary) 55%,#fff)!important;
  font-weight:800!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
}

/* Light footer compatibility: these widgets still resemble the supplied reference. */
.site-footer.footer-light .wa-footer-contact-card,
.site-footer.is-light .wa-footer-contact-card{
  background:#fff!important;
  border-color:#e3e6ed!important;
  box-shadow:0 14px 34px rgba(24,34,56,.08)!important;
}
.site-footer.footer-light .wa-footer-contact-row,
.site-footer.is-light .wa-footer-contact-row{
  background:#f8f9fb!important;
  border-color:#e3e6ed!important;
}

@media (max-width:767px){
  .site-footer .wa-footer-widget-title{margin-bottom:17px!important}
  .site-footer .wa-footer-contact-card{padding:10px!important;border-radius:17px!important}
  .site-footer .wa-footer-contact-row{grid-template-columns:32px minmax(0,1fr)!important;padding:9px 10px!important;min-height:44px!important;font-size:.84rem!important}
  .site-footer .wa-footer-link-list a,.site-footer .wa-footer-link-list__plain{min-height:42px!important;font-size:.9rem!important}
  .site-footer .wa-footer-text-block{font-size:.9rem!important}
}

/* === V3.28 synced contact widget + five fixed footer columns === */
.site-footer--v328 .footer-main--v328{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:start!important;
}
.site-footer--v328 .footer-widget-column--v328{
  min-width:0!important;
  width:auto!important;
  display:block!important;
}
.site-footer--v328 .footer-widget-column--v328.is-empty{
  min-height:1px!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.site-footer--v328 .footer-widget-column--v328.has-widget{
  visibility:visible!important;
}
.site-footer--v328 .footer-widget-column--v328 > .footer-widget{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.site-footer--v328 .footer-widget-column--v328 > .footer-widget + .footer-widget{
  margin-top:18px!important;
}

@media (min-width:768px) and (max-width:1100px){
  .site-footer--v328 .footer-main--v328{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .site-footer--v328 .footer-widget-column--v328 > .footer-widget{
    padding:16px!important;
  }
  .site-footer--v328 .wa-footer-widget-title,
  .site-footer--v328 .footer-widget__title{
    font-size:1rem!important;
  }
  .site-footer--v328 .wa-footer-contact-row,
  .site-footer--v328 .wa-footer-link-list a,
  .site-footer--v328 .wa-footer-link-list__plain,
  .site-footer--v328 .wa-footer-text-block{
    font-size:.78rem!important;
  }
}

@media (max-width:767px){
  .site-footer--v328 .footer-main--v328{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .site-footer--v328 .footer-widget-column--v328.is-empty{
    display:none!important;
  }
}

/* === V3.30 wider 4-column footer + edge logo === */
.site-footer--v330{
  position:relative;
  overflow:visible!important;
}
.site-footer--v330 .footer-shell--v330{
  width:min(94vw,1480px)!important;
  max-width:1480px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.site-footer--v330 .footer-main--v330{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:28px!important;
  align-items:start!important;
}
.site-footer--v330 .footer-widget-column--v328{
  min-width:0!important;
}
.site-footer--v330 .footer-widget-column--v328.is-empty{
  min-height:1px!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.site-footer--v330 .footer-widget-column--v328.has-widget{
  visibility:visible!important;
}
.footer-edge-logo--v330{
  position:absolute;
  z-index:8;
  top:0;
  left:50%;
  transform:translate(-50%,-50%);
  width:calc(var(--wa-footer-edge-logo-width,130px) + 28px);
  height:calc(var(--wa-footer-edge-logo-width,130px) + 28px);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#fff,#f5f7fc);
  border:1px solid rgba(83,96,133,.14);
  box-shadow:0 18px 50px rgba(18,30,58,.18),0 0 0 9px rgba(255,255,255,.72);
}
.footer-edge-logo--v330::before{
  content:'';
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  padding:2px;
  background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.85;
  pointer-events:none;
}
.footer-edge-logo--v330 a{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  border-radius:inherit;
  padding:13px;
}
.footer-edge-logo--v330 img{
  width:var(--wa-footer-edge-logo-width,130px)!important;
  max-width:100%!important;
  max-height:100%!important;
  height:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 9px 18px rgba(14,27,54,.13));
}
.site-footer--v330.has-edge-logo .footer-shell--v330{
  padding-top:92px!important;
}
.site-footer--v330.has-edge-logo{
  margin-top:92px!important;
}

@media (min-width:768px) and (max-width:1100px){
  .site-footer--v330 .footer-shell--v330{
    width:min(96vw,1040px)!important;
  }
  .site-footer--v330 .footer-main--v330{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
  }
  .site-footer--v330 .footer-widget-column--v328 > .footer-widget{
    padding:18px!important;
  }
  .footer-edge-logo--v330{
    transform:translate(-50%,-46%) scale(.88);
  }
}

@media (max-width:767px){
  .site-footer--v330 .footer-shell--v330{
    width:min(92vw,680px)!important;
  }
  .site-footer--v330 .footer-main--v330{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .site-footer--v330 .footer-widget-column--v328.is-empty{
    display:none!important;
  }
  .site-footer--v330.has-edge-logo{
    margin-top:74px!important;
  }
  .site-footer--v330.has-edge-logo .footer-shell--v330{
    padding-top:76px!important;
  }
  .footer-edge-logo--v330{
    width:calc(min(var(--wa-footer-edge-logo-width,130px),110px) + 22px);
    height:calc(min(var(--wa-footer-edge-logo-width,130px),110px) + 22px);
  }
  .footer-edge-logo--v330 img{
    width:min(var(--wa-footer-edge-logo-width,130px),110px)!important;
  }
}

/* === V3.31 Footer variant 4 === */
.site-footer--v331{
  position:relative;
  margin-top:84px!important;
  padding:0!important;
  overflow:visible!important;
  color:var(--wa-footer-text)!important;
  background:
    radial-gradient(circle at 8% 8%,color-mix(in srgb,var(--wa-footer-accent-1) 20%,transparent),transparent 26%),
    radial-gradient(circle at 92% 18%,color-mix(in srgb,var(--wa-footer-accent-2) 15%,transparent),transparent 24%),
    linear-gradient(180deg,var(--wa-footer-bg-top),var(--wa-footer-bg-bottom))!important;
  border:0!important;
}
.site-footer--v331 .footer-accent-line--v331{
  height:2px!important;
  width:100%!important;
  background:linear-gradient(90deg,var(--wa-footer-accent-1),var(--wa-footer-accent-2))!important;
  box-shadow:0 0 26px color-mix(in srgb,var(--wa-footer-accent-2) 35%,transparent)!important;
}
.site-footer--v331 .footer-shell--v331{
  width:min(94vw,1540px)!important;
  max-width:1540px!important;
  margin:0 auto!important;
  padding:48px 0 26px!important;
}
.site-footer--v331.has-edge-logo .footer-shell--v331{padding-top:82px!important}
.footer-edge-logo--v331{
  position:absolute;
  z-index:8;
  top:1px;
  left:50%;
  transform:translate(-50%,-50%);
  width:calc(var(--wa-footer-edge-logo-width,130px) + 26px);
  height:calc(var(--wa-footer-edge-logo-width,130px) + 26px);
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,var(--wa-footer-bg-top),var(--wa-footer-bg-bottom));
  border:1px solid color-mix(in srgb,var(--wa-footer-accent-2) 45%,var(--wa-footer-border));
  box-shadow:0 22px 55px rgba(0,0,0,.32),0 0 0 8px color-mix(in srgb,var(--wa-footer-bg-top) 85%,transparent),0 0 30px color-mix(in srgb,var(--wa-footer-accent-1) 28%,transparent);
}
.footer-edge-logo--v331 a{width:100%;height:100%;display:grid;place-items:center;padding:13px;border-radius:inherit}
.footer-edge-logo--v331 img{width:var(--wa-footer-edge-logo-width,130px)!important;max-width:100%!important;max-height:100%!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 10px 20px rgba(0,0,0,.24))}

.site-footer--v331 .footer-cta--v331{
  position:relative;
  display:grid!important;
  grid-template-columns:auto minmax(0,1.35fr) minmax(260px,.85fr) auto!important;
  align-items:center!important;
  gap:28px!important;
  margin:0 0 32px!important;
  padding:24px 28px!important;
  border-radius:26px!important;
  color:var(--wa-footer-cta-text)!important;
  background:
    linear-gradient(120deg,color-mix(in srgb,var(--wa-footer-accent-1) 30%,var(--wa-footer-cta)),var(--wa-footer-cta) 42%,color-mix(in srgb,var(--wa-footer-accent-2) 28%,var(--wa-footer-cta)))!important;
  border:1px solid color-mix(in srgb,var(--wa-footer-accent-2) 42%,var(--wa-footer-card-border))!important;
  box-shadow:0 24px 65px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.08)!important;
  overflow:hidden;
}
.site-footer--v331 .footer-cta--v331::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
  transform:translateX(-110%);
  animation:waFooterSheen 8s ease-in-out infinite;
}
@keyframes waFooterSheen{0%,65%{transform:translateX(-110%)}85%,100%{transform:translateX(110%)}}
.site-footer--v331 .footer-cta__icon{
  width:62px;height:62px;border-radius:20px;display:grid;place-items:center;font-size:1.65rem;
  color:#fff;background:linear-gradient(135deg,var(--wa-footer-accent-1),var(--wa-footer-accent-2));
  box-shadow:0 14px 32px color-mix(in srgb,var(--wa-footer-accent-1) 34%,transparent);
}
.site-footer--v331 .footer-cta__copy{display:grid;gap:5px;min-width:0}
.site-footer--v331 .footer-cta__copy span{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:color-mix(in srgb,var(--wa-footer-cta-text) 74%,transparent)}
.site-footer--v331 .footer-cta__copy strong{font-size:clamp(1.45rem,2.2vw,2.15rem);line-height:1.08;color:var(--wa-footer-cta-text)!important}
.site-footer--v331 .footer-cta--v331 p{margin:0!important;color:color-mix(in srgb,var(--wa-footer-cta-text) 78%,transparent)!important;line-height:1.65!important;font-size:.96rem!important}
.site-footer--v331 .footer-cta--v331>a{
  display:inline-flex!important;align-items:center;justify-content:center;min-height:54px;padding:14px 22px;border-radius:999px!important;
  color:var(--wa-footer-button-text)!important;background:var(--wa-footer-button)!important;text-decoration:none!important;font-weight:900!important;white-space:nowrap;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;transition:transform .25s ease,box-shadow .25s ease!important;
}
.site-footer--v331 .footer-cta--v331>a:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(0,0,0,.24)!important}

.site-footer--v331 .footer-main--v331{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
  padding:0!important;
  margin:0!important;
}
.site-footer--v331 .footer-widget-column--v331{
  min-width:0!important;
  min-height:100%!important;
  visibility:visible!important;
}
.site-footer--v331 .footer-widget-column--v331.is-empty{min-height:1px!important}
.site-footer--v331 .footer-widget-column--v331>.footer-widget,
.site-footer--v331 .footer-widget-column--v331>.widget,
.site-footer--v331 .footer-widget-column--v331>.wp-block-group,
.site-footer--v331 .footer-widget-column--v331 .footer-widget{
  height:100%!important;
  margin:0!important;
  padding:26px!important;
  border-radius:24px!important;
  color:var(--wa-footer-text)!important;
  background:
    linear-gradient(180deg,color-mix(in srgb,var(--wa-footer-card) 96%,white 4%),var(--wa-footer-card))!important;
  border:1px solid var(--wa-footer-border)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.19),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.site-footer--v331 .footer-widget-column--v331>.footer-widget:hover,
.site-footer--v331 .footer-widget-column--v331>.widget:hover{
  border-color:color-mix(in srgb,var(--wa-footer-accent-2) 45%,var(--wa-footer-border))!important;
}
.site-footer--v331 .footer-widget__title,
.site-footer--v331 .wa-footer-widget-title,
.site-footer--v331 .widget-title,
.site-footer--v331 h2,
.site-footer--v331 h3{
  color:var(--wa-footer-text)!important;
}
.site-footer--v331 .footer-widget__title,
.site-footer--v331 .wa-footer-widget-title,
.site-footer--v331 .widget-title{
  position:relative!important;margin:0 0 22px!important;padding-bottom:14px!important;font-size:1.22rem!important;line-height:1.2!important;font-weight:900!important;
}
.site-footer--v331 .footer-widget__title::after,
.site-footer--v331 .wa-footer-widget-title::after,
.site-footer--v331 .widget-title::after{
  content:''!important;position:absolute!important;left:0!important;bottom:0!important;width:52px!important;height:3px!important;border-radius:999px!important;
  background:linear-gradient(90deg,var(--wa-footer-accent-1),var(--wa-footer-accent-2))!important;
}
.site-footer--v331 p,
.site-footer--v331 li,
.site-footer--v331 span,
.site-footer--v331 dd{color:var(--wa-footer-muted)}
.site-footer--v331 strong,
.site-footer--v331 dt{color:var(--wa-footer-text)!important}
.site-footer--v331 a{color:var(--wa-footer-text)!important}
.site-footer--v331 .footer-hours-row,
.site-footer--v331 .wa-footer-contact-row,
.site-footer--v331 .wa-footer-link-list a,
.site-footer--v331 .wa-footer-link-list__plain{
  border-color:color-mix(in srgb,var(--wa-footer-border) 74%,transparent)!important;
  background:color-mix(in srgb,var(--wa-footer-card) 78%,white 3%)!important;
  color:var(--wa-footer-text)!important;
}
.site-footer--v331 .footer-hours-row.is-today{
  background:linear-gradient(90deg,color-mix(in srgb,var(--wa-footer-accent-1) 28%,var(--wa-footer-card)),color-mix(in srgb,var(--wa-footer-accent-2) 14%,var(--wa-footer-card)))!important;
  border-color:color-mix(in srgb,var(--wa-footer-accent-2) 45%,var(--wa-footer-border))!important;
}
.site-footer--v331 .open-status.is-open{color:#a7f1c1!important;background:rgba(52,199,108,.13)!important;border-color:rgba(88,222,138,.2)!important}
.site-footer--v331 .open-status.is-closed{color:#ffb4b4!important;background:rgba(255,98,98,.12)!important;border-color:rgba(255,115,115,.2)!important}
.site-footer--v331 .wa-footer-contact-row__icon,
.site-footer--v331 .footer-contact-icon{
  background:linear-gradient(135deg,color-mix(in srgb,var(--wa-footer-accent-1) 35%,var(--wa-footer-card)),color-mix(in srgb,var(--wa-footer-accent-2) 28%,var(--wa-footer-card)))!important;
  color:#fff!important;
}
.site-footer--v331 .footer-lower--v331{
  display:block!important;
  margin-top:30px!important;
  padding:22px 0 4px!important;
  border-top:1px solid color-mix(in srgb,var(--wa-footer-border) 70%,transparent)!important;
}
.site-footer--v331 .footer-legal{margin:0!important;color:var(--wa-footer-muted)!important;font-size:.84rem!important}
.site-footer--v331 .footer-menu--legal{display:none!important}

@media (max-width:1100px){
  .site-footer--v331 .footer-shell--v331{width:min(95vw,1080px)!important}
  .site-footer--v331 .footer-cta--v331{grid-template-columns:auto 1fr auto!important}
  .site-footer--v331 .footer-cta--v331 p{grid-column:2/3}
  .site-footer--v331 .footer-cta--v331>a{grid-column:3/4;grid-row:1/3}
  .site-footer--v331 .footer-main--v331{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:767px){
  .site-footer--v331{margin-top:68px!important}
  .site-footer--v331 .footer-shell--v331{width:min(92vw,680px)!important;padding-top:36px!important}
  .site-footer--v331.has-edge-logo .footer-shell--v331{padding-top:72px!important}
  .site-footer--v331 .footer-cta--v331{grid-template-columns:auto 1fr!important;gap:16px!important;padding:20px!important;border-radius:22px!important}
  .site-footer--v331 .footer-cta__icon{width:50px;height:50px;border-radius:16px;font-size:1.35rem}
  .site-footer--v331 .footer-cta--v331 p{grid-column:1/-1!important}
  .site-footer--v331 .footer-cta--v331>a{grid-column:1/-1!important;grid-row:auto!important;width:100%!important}
  .site-footer--v331 .footer-main--v331{grid-template-columns:1fr!important;gap:16px!important}
  .site-footer--v331 .footer-widget-column--v331.is-empty{display:none!important}
  .site-footer--v331 .footer-widget-column--v331>.footer-widget,
  .site-footer--v331 .footer-widget-column--v331>.widget{padding:20px!important;border-radius:20px!important}
  .footer-edge-logo--v331{width:calc(min(var(--wa-footer-edge-logo-width,130px),104px) + 22px);height:calc(min(var(--wa-footer-edge-logo-width,130px),104px) + 22px)}
  .footer-edge-logo--v331 img{width:min(var(--wa-footer-edge-logo-width,130px),104px)!important}
}
@media (prefers-reduced-motion:reduce){.site-footer--v331 .footer-cta--v331::before{animation:none!important}}

/* === V3.31 Built-in portfolio === */
.home-portfolio--v331{background:#f7f9fd!important;padding:92px 0!important;border-top:1px solid #e8edf5}
.home-portfolio__head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}
.home-portfolio__head>div{max-width:760px}
.home-portfolio__head h2,.wa-portfolio-hero h1{margin:.2rem 0 .75rem;color:#111827;font-size:clamp(2.2rem,4vw,4.4rem);line-height:.98;letter-spacing:-.045em}
.home-portfolio__head p:not(.kicker),.wa-portfolio-hero p:not(.kicker){color:#657086;line-height:1.75;font-size:1.05rem}
.wa-portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.wa-portfolio-card{min-width:0}
.wa-portfolio-card__link{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid #dfe6f1;border-radius:28px;background:#fff;text-decoration:none!important;color:inherit;box-shadow:0 18px 50px rgba(24,41,78,.08);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.wa-portfolio-card__link:hover{transform:translateY(-8px);box-shadow:0 30px 75px rgba(24,41,78,.15);border-color:color-mix(in srgb,var(--wa-primary) 34%,#dfe6f1)}
.wa-portfolio-card__visual{position:relative;height:225px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#eaf2ff,#f3edff 55%,#fff)}
.wa-portfolio-card__visual::after{content:'';position:absolute;inset:auto -20% -45% 20%;height:70%;background:radial-gradient(circle,color-mix(in srgb,var(--wa-secondary) 22%,transparent),transparent 65%)}
.wa-portfolio-card__visual img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.wa-portfolio-card__link:hover .wa-portfolio-card__visual img{transform:scale(1.045)}
.wa-portfolio-card__visual.no-image span{position:relative;z-index:1;width:98px;height:98px;border-radius:28px;display:grid;place-items:center;font-size:2rem;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary));box-shadow:0 20px 40px color-mix(in srgb,var(--wa-primary) 24%,transparent)}
.wa-portfolio-card__body{display:flex;flex:1;flex-direction:column;padding:24px}
.wa-portfolio-card__body small{color:var(--wa-primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}
.wa-portfolio-card__body h3{margin:8px 0 10px!important;color:#111827!important;font-size:1.7rem!important;line-height:1.1}
.wa-portfolio-card__body p{margin:0 0 22px!important;color:#69758a!important;line-height:1.65;flex:1}
.wa-portfolio-card__body>span{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #edf0f6;color:#28334b;font-weight:800}
.wa-portfolio-card__body>span b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#111827;color:#fff;transition:.25s}
.wa-portfolio-card__link:hover .wa-portfolio-card__body>span b{background:linear-gradient(135deg,var(--wa-primary),#4c7dff);transform:translateX(3px)}
.wa-portfolio-archive{background:#f7f9fd}
.wa-portfolio-hero{padding:82px 0 48px;background:linear-gradient(180deg,#f7f9fd,#fff)}
.wa-portfolio-hero .container{max-width:1100px}
.wa-portfolio-archive .navigation.pagination{margin:40px 0 0}.wa-portfolio-archive .nav-links{display:flex;gap:10px}.wa-portfolio-archive .page-numbers{display:grid;place-items:center;min-width:44px;height:44px;padding:0 14px;border-radius:14px;background:#fff;border:1px solid #dde4ef;text-decoration:none}.wa-portfolio-archive .page-numbers.current{color:#fff;background:linear-gradient(135deg,var(--wa-primary),#4f7cff);border-color:transparent}
.wa-portfolio-single{background:#f5f7fb;min-height:70vh}
.wa-project-hero{padding:54px 0 28px;background:linear-gradient(180deg,#f7f9fd,#f5f7fb)}
.wa-project-hero__inner{display:flex;align-items:center;gap:24px;max-width:1160px}
.wa-project-logo{width:126px;height:126px;flex:0 0 126px;border-radius:28px;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid #dfe5ef;box-shadow:0 18px 45px rgba(25,42,74,.1)}
.wa-project-logo img{max-width:88%;max-height:88%;width:auto;height:auto;object-fit:contain}.wa-project-logo span{font-size:2rem;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary));width:100%;height:100%;display:grid;place-items:center}
.wa-project-title h1{margin:.2rem 0 18px;font-size:clamp(2.4rem,5vw,5rem);line-height:.95;letter-spacing:-.045em;color:#111827}
.wa-project-actions{display:flex;gap:12px;flex-wrap:wrap}
.wa-project-content{padding-top:22px!important}
.wa-project-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.72fr);gap:24px;max-width:1160px;align-items:start}
.wa-project-main{display:grid;gap:20px}.wa-project-sidebar{position:sticky;top:130px}
.wa-project-card{padding:28px;border-radius:24px;background:#fff;border:1px solid #dfe5ef;box-shadow:0 18px 48px rgba(25,42,74,.07)}
.wa-project-card h2{margin:0 0 16px!important;color:#111827!important;font-size:1.35rem!important}
.wa-project-card p,.wa-project-card li,.wa-project-card dd{color:#59667d;line-height:1.75}
.wa-project-done{list-style:none;margin:0;padding:0;display:grid;gap:10px}.wa-project-done li{position:relative;padding-left:22px}.wa-project-done li::before{content:'→';position:absolute;left:0;color:var(--wa-primary);font-weight:900}
.wa-project-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wa-project-meta-grid>div{padding:16px;border:1px solid #e5e9f1;border-radius:16px}.wa-project-meta-grid strong{display:block;color:var(--wa-primary);font-size:.82rem;margin-bottom:7px}.wa-project-meta-grid span{color:#59667d}
.wa-project-facts dl{margin:0;display:grid;gap:14px}.wa-project-facts dl>div{display:grid;grid-template-columns:90px 1fr;gap:12px}.wa-project-facts dt{font-weight:800;color:#3b465b}.wa-project-facts dd{margin:0;overflow-wrap:anywhere}.wa-project-facts a{color:var(--wa-primary)}
.wa-project-iframe{height:480px;border:1px solid #e0e5ee;border-radius:18px;overflow:hidden;background:#eef2f8}.wa-project-iframe iframe{width:100%;height:100%;border:0;background:#fff}
.wa-project-review{background:linear-gradient(145deg,#101c37,#152c59);color:#fff}.wa-project-review blockquote{margin:10px 0 14px;font-size:1.2rem;line-height:1.6}.wa-project-review cite{color:#b8c9e4}.wa-project-stars{color:#ffd35c;letter-spacing:.14em;font-size:1.25rem}
@media(max-width:980px){.wa-portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wa-project-grid{grid-template-columns:1fr}.wa-project-sidebar{position:static}.home-portfolio__head{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.home-portfolio--v331{padding:64px 0!important}.wa-portfolio-grid{grid-template-columns:1fr}.wa-portfolio-card__visual{height:190px}.wa-project-hero__inner{align-items:flex-start;flex-direction:column}.wa-project-logo{width:100px;height:100px;flex-basis:100px}.wa-project-meta-grid{grid-template-columns:1fr}.wa-project-card{padding:20px}.wa-project-iframe{height:360px}.wa-project-facts dl>div{grid-template-columns:1fr;gap:4px}}

/* === V3.32 Footer variant 4 clean reset === */
.site-footer.site-footer--v332{
  position:relative!important;
  margin:72px 0 0!important;
  padding:0!important;
  overflow:visible!important;
  color:var(--wa-footer-text)!important;
  background:
    radial-gradient(circle at 9% 4%,color-mix(in srgb,var(--wa-footer-accent-1) 20%,transparent),transparent 24%),
    radial-gradient(circle at 92% 10%,color-mix(in srgb,var(--wa-footer-accent-2) 14%,transparent),transparent 24%),
    linear-gradient(180deg,var(--wa-footer-bg-top),var(--wa-footer-bg-bottom))!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:0 -24px 65px rgba(14,27,49,.14)!important;
}
.site-footer--v332 *{box-sizing:border-box}
.site-footer--v332 .footer-accent-line--v332{
  position:absolute!important;
  top:0!important;left:0!important;right:0!important;
  width:100%!important;height:2px!important;
  background:linear-gradient(90deg,var(--wa-footer-accent-1),var(--wa-footer-accent-2))!important;
  box-shadow:0 0 22px color-mix(in srgb,var(--wa-footer-accent-2) 36%,transparent)!important;
  z-index:2;
}
.site-footer--v332 .footer-shell--v332,
.site-footer--v332 .footer-shell,
.site-footer--v332 .container.footer-shell{
  position:relative!important;
  width:min(94vw,1540px)!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:58px 0 28px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.site-footer--v332.has-edge-logo .footer-shell--v332{padding-top:92px!important}
.footer-edge-logo--v332{
  position:absolute!important;
  top:0!important;left:50%!important;
  transform:translate(-50%,-50%)!important;
  z-index:8!important;
  width:calc(var(--wa-footer-edge-logo-width,130px) + 28px)!important;
  height:calc(var(--wa-footer-edge-logo-width,130px) + 28px)!important;
  display:grid!important;place-items:center!important;
  border-radius:999px!important;
  background:linear-gradient(145deg,var(--wa-footer-bg-top),var(--wa-footer-bg-bottom))!important;
  border:1px solid color-mix(in srgb,var(--wa-footer-accent-2) 48%,var(--wa-footer-card-border))!important;
  box-shadow:0 20px 48px rgba(0,0,0,.34),0 0 0 8px color-mix(in srgb,var(--wa-footer-bg-top) 88%,transparent),0 0 28px color-mix(in srgb,var(--wa-footer-accent-1) 28%,transparent)!important;
}
.footer-edge-logo--v332 a{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;padding:12px!important}
.footer-edge-logo--v332 img{width:var(--wa-footer-edge-logo-width,130px)!important;max-width:100%!important;max-height:100%!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.3))}

.site-footer--v332 .footer-cta--v332{
  position:relative!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1.25fr) minmax(240px,.8fr) auto!important;
  align-items:center!important;
  gap:22px!important;
  margin:0 0 28px!important;
  padding:20px 24px!important;
  border-radius:26px!important;
  overflow:hidden!important;
  color:var(--wa-footer-cta-text)!important;
  background:linear-gradient(115deg,color-mix(in srgb,var(--wa-footer-accent-1) 24%,var(--wa-footer-cta)),var(--wa-footer-cta) 42%,color-mix(in srgb,var(--wa-footer-accent-2) 22%,var(--wa-footer-cta)))!important;
  border:1px solid color-mix(in srgb,var(--wa-footer-accent-2) 35%,var(--wa-footer-border))!important;
  box-shadow:0 24px 58px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.site-footer--v332 .footer-cta--v332::before{
  content:'';position:absolute;inset:-80px auto auto -60px;width:230px;height:230px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,color-mix(in srgb,var(--wa-footer-accent-1) 42%,transparent),transparent 66%);
}
.site-footer--v332 .footer-cta__icon{
  position:relative!important;z-index:1!important;
  width:54px!important;height:54px!important;border-radius:18px!important;display:grid!important;place-items:center!important;
  color:#fff!important;background:linear-gradient(135deg,var(--wa-footer-accent-1),var(--wa-footer-accent-2))!important;
  box-shadow:0 14px 30px color-mix(in srgb,var(--wa-footer-accent-1) 32%,transparent)!important;
}
.site-footer--v332 .footer-cta__copy{position:relative!important;z-index:1!important;display:grid!important;gap:5px!important;min-width:0!important}
.site-footer--v332 .footer-cta__copy span{color:color-mix(in srgb,var(--wa-footer-cta-text) 72%,transparent)!important;font-size:.74rem!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-weight:900!important}
.site-footer--v332 .footer-cta__copy strong{color:var(--wa-footer-cta-text)!important;font-size:clamp(1.45rem,2vw,2.15rem)!important;line-height:1.08!important}
.site-footer--v332 .footer-cta--v332 p{position:relative!important;z-index:1!important;margin:0!important;color:color-mix(in srgb,var(--wa-footer-cta-text) 76%,transparent)!important;line-height:1.6!important;font-size:.96rem!important}
.site-footer--v332 .footer-cta--v332>a{position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:12px 20px!important;border-radius:999px!important;color:var(--wa-footer-button-text)!important;background:var(--wa-footer-button)!important;text-decoration:none!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important;transition:transform .2s ease,box-shadow .2s ease!important}
.site-footer--v332 .footer-cta--v332>a:hover{transform:translateY(-2px)!important;box-shadow:0 16px 30px rgba(0,0,0,.24)!important}

.site-footer--v332 .footer-main--v332{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-footer--v332 .footer-widget-column--v332{
  position:relative!important;
  min-width:0!important;
  min-height:360px!important;
  height:100%!important;
  padding:24px!important;
  margin:0!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--wa-footer-card) 96%,white 4%),var(--wa-footer-card))!important;
  border:1px solid var(--wa-footer-border)!important;
  box-shadow:0 20px 48px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.04)!important;
  overflow:hidden!important;
  color:var(--wa-footer-text)!important;
}
.site-footer--v332 .footer-widget-column--v332.is-empty{opacity:.24!important;background:transparent!important;border-style:dashed!important;box-shadow:none!important}
/* One card per footer column: kill legacy/card-within-card wrappers. */
.site-footer--v332 .footer-widget-column--v332 > *,
.site-footer--v332 .footer-widget-column--v332 > .footer-widget,
.site-footer--v332 .footer-widget-column--v332 > .widget,
.site-footer--v332 .footer-widget-column--v332 > .widget_block,
.site-footer--v332 .footer-widget-column--v332 > .wp-block-widget-group,
.site-footer--v332 .footer-widget-column--v332 > .wp-block-group,
.site-footer--v332 .footer-widget-column--v332 .wp-block-group,
.site-footer--v332 .footer-widget-column--v332 .wp-block-columns,
.site-footer--v332 .footer-widget-column--v332 .wp-block-column,
.site-footer--v332 .footer-widget-column--v332 .widget-content{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  outline:0!important;
}
.site-footer--v332 .footer-widget-column--v332 .footer-widget + .footer-widget,
.site-footer--v332 .footer-widget-column--v332 .widget + .widget{margin-top:24px!important;padding-top:24px!important;border-top:1px solid color-mix(in srgb,var(--wa-footer-border) 70%,transparent)!important}
.site-footer--v332 .footer-widget__title,
.site-footer--v332 .wa-footer-widget-title,
.site-footer--v332 .widget-title,
.site-footer--v332 .wp-block-heading,
.site-footer--v332 h2,
.site-footer--v332 h3{
  position:relative!important;
  margin:0 0 20px!important;
  padding:0 0 12px!important;
  color:var(--wa-footer-text)!important;
  font-size:1.2rem!important;
  line-height:1.15!important;
  letter-spacing:-.02em!important;
  background:transparent!important;
  border:0!important;
}
.site-footer--v332 .footer-widget__title::after,
.site-footer--v332 .wa-footer-widget-title::after,
.site-footer--v332 .widget-title::after,
.site-footer--v332 .wp-block-heading::after{
  content:''!important;position:absolute!important;left:0!important;bottom:0!important;width:52px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,var(--wa-footer-accent-1),var(--wa-footer-accent-2))!important;
}
.site-footer--v332 p,
.site-footer--v332 li,
.site-footer--v332 dd,
.site-footer--v332 span{color:var(--wa-footer-muted)}
.site-footer--v332 strong,
.site-footer--v332 dt{color:var(--wa-footer-text)!important}
.site-footer--v332 a{color:var(--wa-footer-text)!important}
.site-footer--v332 .footer-hours-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin:0 0 18px!important}
.site-footer--v332 .footer-hours-heading .footer-widget__title{margin-bottom:0!important;flex:1!important}
.site-footer--v332 .footer-hours-list,
.site-footer--v332 .footer-hours-list--widget{display:grid!important;gap:8px!important}
.site-footer--v332 .footer-hours-row{
  display:grid!important;grid-template-columns:1fr auto!important;gap:12px!important;align-items:center!important;
  padding:10px 12px!important;margin:0!important;border-radius:12px!important;
  background:color-mix(in srgb,var(--wa-footer-card) 86%,white 3%)!important;
  border:1px solid color-mix(in srgb,var(--wa-footer-border) 62%,transparent)!important;
}
.site-footer--v332 .footer-hours-row.is-today{background:linear-gradient(90deg,color-mix(in srgb,var(--wa-footer-accent-1) 26%,var(--wa-footer-card)),color-mix(in srgb,var(--wa-footer-accent-2) 12%,var(--wa-footer-card)))!important;border-color:color-mix(in srgb,var(--wa-footer-accent-2) 42%,var(--wa-footer-border))!important}
.site-footer--v332 .open-status{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:8px 10px!important;border-radius:999px!important;font-size:.72rem!important;font-weight:800!important;white-space:nowrap!important}
.site-footer--v332 .open-status.is-open{color:#a7f1c1!important;background:rgba(52,199,108,.12)!important;border:1px solid rgba(88,222,138,.2)!important}
.site-footer--v332 .open-status.is-closed{color:#ffb4b4!important;background:rgba(255,98,98,.11)!important;border:1px solid rgba(255,115,115,.2)!important}
.site-footer--v332 .open-status i{width:8px!important;height:8px!important;border-radius:50%!important;background:currentColor!important}
.site-footer--v332 .footer-menu,
.site-footer--v332 .wa-footer-link-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:8px!important}
.site-footer--v332 .footer-menu li{margin:0!important;padding:0!important}
.site-footer--v332 .footer-menu a,
.site-footer--v332 .wa-footer-link-list a,
.site-footer--v332 .wa-footer-link-list__plain{
  display:flex!important;align-items:center!important;gap:10px!important;min-height:44px!important;padding:10px 12px!important;margin:0!important;border-radius:12px!important;text-decoration:none!important;
  color:var(--wa-footer-text)!important;background:color-mix(in srgb,var(--wa-footer-card) 86%,white 3%)!important;border:1px solid color-mix(in srgb,var(--wa-footer-border) 62%,transparent)!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}
.site-footer--v332 .footer-menu a::after,
.site-footer--v332 .wa-footer-link-list a::after{content:'→'!important;margin-left:auto!important;color:var(--wa-footer-muted)!important}
.site-footer--v332 .footer-menu a:hover,
.site-footer--v332 .wa-footer-link-list a:hover{transform:translateX(3px)!important;border-color:color-mix(in srgb,var(--wa-footer-accent-2) 40%,var(--wa-footer-border))!important;background:linear-gradient(90deg,color-mix(in srgb,var(--wa-footer-accent-1) 15%,var(--wa-footer-card)),color-mix(in srgb,var(--wa-footer-accent-2) 8%,var(--wa-footer-card)))!important}
.site-footer--v332 .wa-footer-contact-card,
.site-footer--v332 .footer-contact,
.site-footer--v332 .footer-contact--widget{display:grid!important;gap:10px!important;margin:0!important}
.site-footer--v332 .wa-footer-contact-row,
.site-footer--v332 .footer-contact a,
.site-footer--v332 .footer-contact>div{
  display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:11px!important;align-items:center!important;
  min-height:48px!important;padding:9px 11px!important;margin:0!important;border-radius:12px!important;text-decoration:none!important;
  color:var(--wa-footer-text)!important;background:color-mix(in srgb,var(--wa-footer-card) 86%,white 3%)!important;border:1px solid color-mix(in srgb,var(--wa-footer-border) 62%,transparent)!important;
}
.site-footer--v332 .wa-footer-contact-row__icon,
.site-footer--v332 .footer-contact-icon{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:11px!important;color:#fff!important;background:linear-gradient(135deg,color-mix(in srgb,var(--wa-footer-accent-1) 45%,var(--wa-footer-card)),color-mix(in srgb,var(--wa-footer-accent-2) 38%,var(--wa-footer-card)))!important}
.site-footer--v332 .footer-tagline,
.site-footer--v332 .wa-footer-text-block{color:var(--wa-footer-muted)!important;line-height:1.75!important}
.site-footer--v332 .footer-logo img,
.site-footer--v332 .footer-logo .custom-logo,
.site-footer--v332 .footer-logo--fallback img{max-width:150px!important;max-height:76px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.2))}
.site-footer--v332 .footer-lower--v332{
  display:flex!important;align-items:center!important;justify-content:flex-start!important;
  margin:28px 0 0!important;padding:18px 0 0!important;border-top:1px solid color-mix(in srgb,var(--wa-footer-border) 66%,transparent)!important;
  background:transparent!important;box-shadow:none!important;border-radius:0!important;
}
.site-footer--v332 .footer-legal{margin:0!important;color:var(--wa-footer-muted)!important;font-size:.84rem!important}
.site-footer--v332 .footer-menu--legal{display:none!important}

@media(max-width:1100px){
  .site-footer--v332 .footer-shell--v332{width:min(94vw,980px)!important}
  .site-footer--v332 .footer-cta--v332{grid-template-columns:auto 1fr auto!important}
  .site-footer--v332 .footer-cta--v332 p{grid-column:2/3!important}
  .site-footer--v332 .footer-cta--v332>a{grid-column:3/4!important;grid-row:1/3!important}
  .site-footer--v332 .footer-main--v332{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .site-footer.site-footer--v332{margin-top:60px!important}
  .site-footer--v332 .footer-shell--v332{width:min(92vw,680px)!important;padding-top:34px!important}
  .site-footer--v332.has-edge-logo .footer-shell--v332{padding-top:74px!important}
  .site-footer--v332 .footer-cta--v332{grid-template-columns:auto 1fr!important;gap:14px!important;padding:18px!important;border-radius:20px!important}
  .site-footer--v332 .footer-cta--v332 p{grid-column:1/-1!important}
  .site-footer--v332 .footer-cta--v332>a{grid-column:1/-1!important;grid-row:auto!important;width:100%!important}
  .site-footer--v332 .footer-main--v332{grid-template-columns:1fr!important;gap:14px!important}
  .site-footer--v332 .footer-widget-column--v332{min-height:0!important;padding:20px!important;border-radius:20px!important}
  .site-footer--v332 .footer-widget-column--v332.is-empty{display:none!important}
  .footer-edge-logo--v332{width:calc(min(var(--wa-footer-edge-logo-width,130px),100px) + 22px)!important;height:calc(min(var(--wa-footer-edge-logo-width,130px),100px) + 22px)!important}
  .footer-edge-logo--v332 img{width:min(var(--wa-footer-edge-logo-width,130px),100px)!important}
}

/* === V3.32 Portfolio admin visibility === */
.wa-portfolio-admin label>strong{display:block;margin-bottom:7px;color:#172033}
.wa-portfolio-admin .widefat{margin-top:6px}

/* === V3.33 Website Portfolio redesign === */
.home-portfolio--v333{
  position:relative;
  overflow:hidden;
  padding:96px 0!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(124,92,255,.08),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(39,217,255,.09),transparent 26%),
    linear-gradient(180deg,#f8faff 0%,#fff 100%)!important;
  border-top:1px solid #e7edf7;
  border-bottom:1px solid #edf1f7;
}
.home-portfolio__head--v333{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end!important;
  gap:34px!important;
  margin-bottom:38px!important;
}
.home-portfolio__head--v333>div{max-width:760px}
.home-portfolio__head--v333 h2{
  margin:.15rem 0 .8rem!important;
  font-size:clamp(2.4rem,4.4vw,4.7rem)!important;
  line-height:.96!important;
  letter-spacing:-.05em!important;
  color:#111827!important;
}
.home-portfolio__head--v333>div>p:not(.kicker){max-width:680px;color:#65728a!important;line-height:1.75}
.wa-portfolio-grid--v333{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.wa-portfolio-card--v333{min-width:0}
.wa-portfolio-card--v333 .wa-portfolio-card__link{
  display:flex!important;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border-radius:30px!important;
  border:1px solid #dce5f2!important;
  background:#fff!important;
  color:inherit!important;
  text-decoration:none!important;
  box-shadow:0 22px 60px rgba(24,41,78,.09)!important;
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.wa-portfolio-card--v333 .wa-portfolio-card__link:hover{
  transform:translateY(-9px);
  box-shadow:0 34px 82px rgba(24,41,78,.16)!important;
  border-color:color-mix(in srgb,var(--wa-primary) 35%,#dce5f2)!important;
}
.wa-portfolio-card--v333 .wa-portfolio-card__visual{
  position:relative;
  height:260px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#101b34,#17386d);
}
.wa-portfolio-card--v333 .wa-portfolio-card__visual>img{
  width:100%;height:100%;object-fit:cover;transition:transform .55s ease;
}
.wa-portfolio-card--v333 .wa-portfolio-card__link:hover .wa-portfolio-card__visual>img{transform:scale(1.055)}
.wa-portfolio-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(4,11,24,.42));pointer-events:none}
.wa-portfolio-card__logo{
  position:absolute;left:20px;bottom:18px;z-index:2;
  width:82px;height:64px;border-radius:16px;display:grid;place-items:center;
  padding:8px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.6);
  box-shadow:0 14px 34px rgba(3,11,28,.2);backdrop-filter:blur(10px)
}
.wa-portfolio-card__logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.wa-portfolio-card__fallback{position:relative;z-index:1;display:grid;place-items:center;color:#fff;font-size:2.4rem;font-weight:900}.wa-portfolio-card__fallback img{max-width:170px;max-height:100px;width:auto;height:auto;object-fit:contain}
.wa-portfolio-card--v333 .wa-portfolio-card__body{display:flex;flex:1;flex-direction:column;padding:26px!important}
.wa-portfolio-card--v333 .wa-portfolio-card__body small{color:var(--wa-primary);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}
.wa-portfolio-card--v333 .wa-portfolio-card__body h3{margin:9px 0 10px!important;color:#111827!important;font-size:1.75rem!important;line-height:1.08!important}
.wa-portfolio-card--v333 .wa-portfolio-card__body p{margin:0 0 22px!important;line-height:1.7;color:#66738a!important;flex:1}
.wa-portfolio-card__action{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid #e9eef6;color:#25314a}.wa-portfolio-card__action b{font-size:.95rem}.wa-portfolio-card__action i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#111827;color:#fff;font-style:normal;transition:.25s}.wa-portfolio-card__link:hover .wa-portfolio-card__action i{background:linear-gradient(135deg,var(--wa-primary),#477cff);transform:translateX(3px)}

.wa-portfolio-page--v333{background:#f7f9fd;min-height:70vh}
.wa-portfolio-page__hero{padding:86px 0 52px;background:linear-gradient(180deg,#f7f9fd 0%,#fff 100%)}
.wa-portfolio-page__intro{max-width:1120px}
.wa-portfolio-page__intro h1{max-width:900px;margin:.15rem 0 22px;font-size:clamp(3rem,6vw,6.2rem);line-height:.92;letter-spacing:-.055em;color:#101827}
.wa-portfolio-page__lead{max-width:860px;margin:0;color:#5f6d84;font-size:clamp(1.08rem,1.6vw,1.28rem);line-height:1.8}
.wa-portfolio-page__content{max-width:860px;margin-top:20px;color:#5f6d84}
.wa-portfolio-logos{padding:10px 0 54px;background:#fff}
.wa-portfolio-logos h2{margin:0 0 22px!important;color:#27334c!important;font-size:1rem!important;text-transform:uppercase;letter-spacing:.12em}
.wa-portfolio-logo-cloud{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}
.wa-portfolio-logo-cloud__item{min-height:108px;padding:20px;border-radius:20px;display:grid;place-items:center;background:#fff;border:1px solid #e2e8f2;box-shadow:0 12px 32px rgba(27,43,74,.05);transition:.28s}.wa-portfolio-logo-cloud__item:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--wa-primary) 30%,#e2e8f2);box-shadow:0 20px 44px rgba(27,43,74,.1)}.wa-portfolio-logo-cloud__item img{max-width:150px;max-height:68px;width:auto;height:auto;object-fit:contain;filter:saturate(.82);transition:.25s}.wa-portfolio-logo-cloud__item:hover img{filter:saturate(1)}
.wa-portfolio-page__projects{padding-top:80px!important;background:linear-gradient(180deg,#f7f9fd,#fff)}
.wa-portfolio-page__projects-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:40px;align-items:end;margin-bottom:34px}.wa-portfolio-page__projects-head h2{margin:.2rem 0 0!important;font-size:clamp(2.2rem,4vw,4.2rem)!important;line-height:.98!important;color:#111827!important}.wa-portfolio-page__projects-head>p{margin:0;color:#69758a;line-height:1.7}.wa-portfolio-empty{padding:42px;border:1px dashed #cfd8e8;border-radius:24px;background:#fff;text-align:center}.wa-portfolio-empty h3{margin:0 0 8px!important;color:#111827!important}

.wa-portfolio-single--v333{background:#f5f7fb}.wa-project-hero--v333{position:relative;overflow:hidden;padding:68px 0 42px;background:linear-gradient(120deg,#eef3fb,#fff)}.wa-project-hero--v333:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,249,253,.96) 0%,rgba(247,249,253,.88) 48%,rgba(247,249,253,.52) 100%);z-index:0}.wa-project-hero--v333[style]:after{content:"";position:absolute;right:0;top:0;bottom:0;width:48%;background-image:var(--wa-project-cover);background-size:cover;background-position:center;opacity:.26;filter:saturate(.8);z-index:0}.wa-project-hero--v333 .wa-project-hero__inner{position:relative;z-index:1;max-width:1240px}.wa-project-logo--v333{width:142px;height:126px;flex-basis:142px}.wa-project-logo--v333 img{max-width:90%;max-height:90%;object-fit:contain}.wa-project-title{max-width:760px}.wa-project-title>p:not(.kicker){max-width:680px;color:#5f6d84;line-height:1.65;font-size:1.05rem}.wa-project-single--v333 .wa-project-card{border-radius:26px}.wa-project-single--v333 .wa-project-card .kicker{margin-bottom:8px}.wa-project-single--v333 .wa-project-card h2{font-size:1.55rem!important}

@media(max-width:980px){.home-portfolio__head--v333,.wa-portfolio-page__projects-head{grid-template-columns:1fr;align-items:start!important}.wa-portfolio-grid--v333{grid-template-columns:repeat(2,minmax(0,1fr))}.wa-portfolio-card--v333 .wa-portfolio-card__visual{height:230px}}
@media(max-width:620px){.home-portfolio--v333{padding:66px 0!important}.wa-portfolio-grid--v333{grid-template-columns:1fr}.wa-portfolio-card--v333 .wa-portfolio-card__visual{height:210px}.wa-portfolio-page__hero{padding:62px 0 34px}.wa-portfolio-page__intro h1{font-size:clamp(2.7rem,14vw,4.2rem)}.wa-portfolio-logo-cloud{grid-template-columns:repeat(2,minmax(0,1fr))}.wa-portfolio-logo-cloud__item{min-height:90px;padding:14px}.wa-portfolio-page__projects{padding-top:58px!important}.wa-project-hero--v333[style]:after{width:100%;opacity:.12}.wa-project-logo--v333{width:104px;height:94px;flex-basis:104px}}

/* === V3.34 Portfolio Studio + homepage portfolio refinement === */
.home-portfolio--v334{
  position:relative;
  overflow:hidden;
  padding:88px 0!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(124,92,255,.22),transparent 30%),
    radial-gradient(circle at 92% 15%,rgba(39,217,255,.16),transparent 26%),
    linear-gradient(145deg,#07142d 0%,#0a1c39 55%,#0a2449 100%)!important;
  border:0!important;
}
.home-portfolio--v334:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 85%);
}
.home-portfolio--v334>.container{position:relative;z-index:1}
.home-portfolio__head--v334{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.65fr)!important;
  gap:42px!important;
  align-items:end!important;
  margin-bottom:34px!important;
}
.home-portfolio__head--v334>div{max-width:720px}
.home-portfolio__head--v334 .kicker{color:#8ba7ff!important}
.home-portfolio__head--v334 h2{
  margin:.15rem 0 .85rem!important;
  max-width:760px;
  font-size:clamp(2.4rem,4.5vw,4.9rem)!important;
  line-height:.94!important;
  letter-spacing:-.055em!important;
  color:#fff!important;
}
.home-portfolio__head--v334>div>p:not(.kicker){margin:0;max-width:640px;color:#b9c9df!important;line-height:1.75;font-size:1.03rem}
.home-portfolio__head--v334>.button{
  justify-self:end;
  align-self:end;
  color:#fff!important;
  background:linear-gradient(135deg,var(--wa-primary),#4b7cff)!important;
  border-color:transparent!important;
  box-shadow:0 16px 34px rgba(77,94,255,.28)!important;
}
.wa-portfolio-grid--v334{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.wa-portfolio-grid--v334.wa-portfolio-grid--count-1{grid-template-columns:minmax(0,1fr)}
.wa-portfolio-grid--v334.wa-portfolio-grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.wa-portfolio-card--v334{min-width:0}
.wa-portfolio-card--v334 .wa-portfolio-card__link{
  position:relative;
  display:grid!important;
  grid-template-rows:minmax(280px,1.25fr) auto;
  height:100%;
  min-height:520px;
  overflow:hidden;
  border-radius:30px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:#0b1830!important;
  color:inherit!important;
  text-decoration:none!important;
  box-shadow:0 26px 70px rgba(0,0,0,.24)!important;
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.wa-portfolio-card--v334 .wa-portfolio-card__link:hover{
  transform:translateY(-8px);
  border-color:rgba(93,164,255,.48)!important;
  box-shadow:0 36px 88px rgba(0,0,0,.34)!important;
}
.wa-portfolio-card--v334 .wa-portfolio-card__visual{
  position:relative;
  min-height:280px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 20% 20%,rgba(124,92,255,.28),transparent 30%),
    radial-gradient(circle at 80% 10%,rgba(39,217,255,.2),transparent 28%),
    linear-gradient(145deg,#101e3e,#0c2b56);
}
.wa-portfolio-card--v334 .wa-portfolio-card__visual>img{
  width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .55s ease;
}
.wa-portfolio-card--v334 .wa-portfolio-card__link:hover .wa-portfolio-card__visual>img{transform:scale(1.045);filter:saturate(1.06)}
.wa-portfolio-card--v334 .wa-portfolio-card__shade{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(3,9,20,.04) 30%,rgba(4,11,24,.48) 100%);
  pointer-events:none;
}
.wa-portfolio-card__visual-content{
  position:absolute;inset:0;z-index:2;
  display:flex;align-items:flex-end;justify-content:space-between;gap:14px;
  padding:22px;
}
.wa-portfolio-card__logo--v334,
.wa-portfolio-card__monogram{
  width:112px;height:84px;border-radius:18px;display:grid;place-items:center;padding:10px;
  background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.65);
  box-shadow:0 18px 40px rgba(0,0,0,.22);backdrop-filter:blur(12px);
  box-sizing:border-box;
}
.wa-portfolio-card__logo--v334 img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.wa-portfolio-card__monogram{font-size:1.55rem;font-weight:900;color:#15213a}
.wa-portfolio-card__type{
  display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border-radius:999px;
  background:rgba(4,13,29,.72);border:1px solid rgba(255,255,255,.12);color:#dce8fb;
  font-size:.72rem;font-weight:800;letter-spacing:.05em;backdrop-filter:blur(10px)
}
.wa-portfolio-card--v334 .wa-portfolio-card__body{
  display:flex;flex:1;flex-direction:column;padding:24px 25px 25px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%)!important;
}
.wa-portfolio-card__eyebrow{display:block;color:#7257ff;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem}
.wa-portfolio-card--v334 .wa-portfolio-card__body h3{margin:8px 0 9px!important;color:#111827!important;font-size:clamp(1.55rem,2.15vw,2rem)!important;line-height:1.05!important}
.wa-portfolio-card__tagline{margin:0 0 20px!important;color:#65728a!important;line-height:1.65;flex:1}
.wa-portfolio-card--v334 .wa-portfolio-card__action{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid #e6edf6;color:#26324b}
.wa-portfolio-card--v334 .wa-portfolio-card__action i{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#111827;color:#fff;font-style:normal;transition:.25s}
.wa-portfolio-card--v334 .wa-portfolio-card__link:hover .wa-portfolio-card__action i{background:linear-gradient(135deg,var(--wa-primary),#3f89ff);transform:translate(2px,-2px)}

/* Portfolio overview uses the same upgraded cards, while staying light. */
.wa-portfolio-page--v333 .wa-portfolio-card--v334 .wa-portfolio-card__link{min-height:500px}
.wa-portfolio-page--v333 .wa-portfolio-grid--v333{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}

@media(max-width:1050px){
  .home-portfolio__head--v334{grid-template-columns:1fr!important;align-items:start!important}
  .home-portfolio__head--v334>.button{justify-self:start}
  .wa-portfolio-grid--v334{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wa-portfolio-card--v334 .wa-portfolio-card__link{min-height:490px}
}
@media(max-width:680px){
  .home-portfolio--v334{padding:64px 0!important}
  .home-portfolio__head--v334{gap:24px!important;margin-bottom:26px!important}
  .home-portfolio__head--v334 h2{font-size:clamp(2.35rem,12vw,3.8rem)!important}
  .wa-portfolio-grid--v334,.wa-portfolio-grid--v334.wa-portfolio-grid--count-2{grid-template-columns:1fr}
  .wa-portfolio-card--v334 .wa-portfolio-card__link{min-height:0;grid-template-rows:230px auto;border-radius:24px!important}
  .wa-portfolio-card__visual-content{padding:16px}
  .wa-portfolio-card__logo--v334,.wa-portfolio-card__monogram{width:92px;height:68px;border-radius:15px}
  .wa-portfolio-card__type{max-width:58%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .wa-portfolio-card--v334 .wa-portfolio-card__body{padding:20px!important}
}

.wa-project-story__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.wa-project-story__grid>div{padding:20px;border-radius:18px;background:#f7f9fd;border:1px solid #e5ebf4}.wa-project-story__grid h2{margin:0 0 10px!important;font-size:1.2rem!important}.wa-project-story__grid p{margin:0;color:#637086;line-height:1.7}@media(max-width:820px){.wa-project-story__grid{grid-template-columns:1fr}}

/* === V3.35 portfolio redesign: compact homepage + richer overview === */
.wa-admin-feature-toggle label{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border:1px solid #dce5f1;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.wa-admin-feature-toggle input{margin-top:3px}
.wa-admin-feature-toggle span{display:grid;gap:3px}
.wa-admin-feature-toggle small{color:#6f7c92;line-height:1.5}

.home-portfolio--v335{
  position:relative;
  overflow:hidden;
  padding:76px 0!important;
  background:linear-gradient(180deg,#f7f9fd 0%,#fff 100%)!important;
  border-top:1px solid #edf1f7;
  border-bottom:1px solid #edf1f7;
}
.home-portfolio--v335:before{
  content:"";
  position:absolute;
  width:440px;
  height:440px;
  right:-180px;
  top:-250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(39,217,255,.10),transparent 68%);
  pointer-events:none;
}
.home-portfolio--v335>.container{position:relative;z-index:1}
.home-portfolio__head--v335{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:28px!important;
  align-items:end!important;
  margin-bottom:30px!important;
}
.home-portfolio__head--v335>div{max-width:720px}
.home-portfolio__head--v335 .kicker{color:var(--wa-primary)!important}
.home-portfolio__head--v335 h2{
  margin:.15rem 0 .65rem!important;
  color:#111827!important;
  font-size:clamp(2.2rem,4vw,4.25rem)!important;
  line-height:.96!important;
  letter-spacing:-.05em!important;
}
.home-portfolio__head--v335>div>p:not(.kicker){margin:0;max-width:620px;color:#68758c!important;line-height:1.72}
.home-portfolio__head--v335>.button{
  white-space:nowrap;
  color:#fff!important;
  background:linear-gradient(135deg,var(--wa-primary),#4c79ff)!important;
  border-color:transparent!important;
  box-shadow:0 14px 32px rgba(88,91,255,.18)!important;
}

.home-portfolio-logos{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:14px;
}
.home-portfolio-logo-card{
  position:relative;
  min-height:142px;
  padding:18px;
  display:grid;
  grid-template-rows:1fr auto;
  gap:14px;
  align-items:center;
  border:1px solid #e1e7f0;
  border-radius:22px;
  background:#fff;
  color:#1d2940!important;
  text-decoration:none!important;
  box-shadow:0 12px 30px rgba(30,49,81,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.home-portfolio-logo-card:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--wa-primary) 30%,#e1e7f0);
  box-shadow:0 20px 44px rgba(30,49,81,.11);
}
.home-portfolio-logo-card__mark{
  display:grid;
  place-items:center;
  min-height:68px;
  color:#5e6a80;
  font-size:1.6rem;
  font-weight:900;
}
.home-portfolio-logo-card__mark img{max-width:145px;max-height:72px;width:auto;height:auto;object-fit:contain}
.home-portfolio-logo-card__name{
  display:block;
  padding-right:30px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:800;
  font-size:.92rem;
}
.home-portfolio-logo-card>i{
  position:absolute;
  right:16px;
  bottom:15px;
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f1f4fa;
  font-style:normal;
  transition:.25s ease;
}
.home-portfolio-logo-card:hover>i{color:#fff;background:linear-gradient(135deg,var(--wa-primary),#4d86ff);transform:translate(2px,-2px)}

.home-portfolio-previews{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.home-portfolio-preview-card__link{
  display:block;
  padding:12px;
  border-radius:24px;
  background:#fff;
  border:1px solid #e0e7f2;
  color:#1b263a!important;
  text-decoration:none!important;
  box-shadow:0 14px 36px rgba(28,45,77,.07);
  transition:.3s ease;
}
.home-portfolio-preview-card__link:hover{transform:translateY(-6px);box-shadow:0 25px 55px rgba(28,45,77,.13);border-color:color-mix(in srgb,var(--wa-primary) 32%,#e0e7f2)}
.home-portfolio-browser{
  overflow:hidden;
  border-radius:16px;
  border:1px solid #dfe6f2;
  background:#f3f6fb;
}
.home-portfolio-browser__bar{height:36px;padding:0 10px;display:flex;align-items:center;gap:6px;background:#f8fafc;border-bottom:1px solid #e4eaf3;color:#7a879c}
.home-portfolio-browser__bar>span{width:7px;height:7px;border-radius:50%;background:#cbd4e2}.home-portfolio-browser__bar>span:nth-child(1){background:#ff8d8d}.home-portfolio-browser__bar>span:nth-child(2){background:#ffd46f}.home-portfolio-browser__bar>span:nth-child(3){background:#6edba3}
.home-portfolio-browser__bar b{margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:700}
.home-portfolio-browser__screen{height:180px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#edf3ff,#f1ecff)}
.home-portfolio-browser__screen>img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.home-portfolio-preview-card__link:hover .home-portfolio-browser__screen>img{transform:scale(1.035)}
.home-portfolio-browser__fallback{display:grid;place-items:center;color:#475674;font-weight:900;font-size:1.5rem}.home-portfolio-browser__fallback img{max-width:150px;max-height:85px;width:auto;height:auto;object-fit:contain}
.home-portfolio-preview-card__meta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:12px 4px 2px}
.home-portfolio-preview-card__logo{width:54px;height:40px;border-radius:10px;display:grid;place-items:center;background:#f6f8fc;border:1px solid #e7ebf2}.home-portfolio-preview-card__logo img{max-width:45px;max-height:30px;width:auto;height:auto;object-fit:contain}
.home-portfolio-preview-card__meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem}.home-portfolio-preview-card__meta i{font-style:normal}

.wa-portfolio-page--v335{background:#f7f9fd;min-height:70vh}
.wa-portfolio-page__hero--v335{
  position:relative;
  overflow:hidden;
  padding:84px 0 60px;
  background:
    radial-gradient(circle at 88% 12%,rgba(39,217,255,.16),transparent 24%),
    radial-gradient(circle at 12% 0%,rgba(124,92,255,.12),transparent 30%),
    linear-gradient(180deg,#f7f9fd,#fff);
}
.wa-portfolio-page__intro--v335{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(220px,.45fr);
  gap:50px;
  align-items:end;
  max-width:1240px;
}
.wa-portfolio-page__hero-copy{max-width:880px}
.wa-portfolio-page__hero-copy h1{margin:.15rem 0 20px!important;color:#111827!important;font-size:clamp(3rem,6vw,6rem)!important;line-height:.92!important;letter-spacing:-.055em!important}
.wa-portfolio-page__hero-copy .wa-portfolio-page__lead{max-width:820px;margin:0;color:#5f6d84;font-size:clamp(1.05rem,1.5vw,1.22rem);line-height:1.8}
.wa-portfolio-page__hero-copy .entry-content>*:first-child{margin-top:0}.wa-portfolio-page__hero-copy .entry-content>*:last-child{margin-bottom:0}
.wa-portfolio-page__hero-note{justify-self:end;width:min(100%,260px);padding:20px 22px;border:1px solid #e0e6f0;border-radius:20px;background:rgba(255,255,255,.78);box-shadow:0 16px 36px rgba(31,48,77,.07);backdrop-filter:blur(10px)}
.wa-portfolio-page__hero-note span{display:block;margin-bottom:5px;color:var(--wa-primary);font-size:1.6rem;font-weight:900}.wa-portfolio-page__hero-note strong{display:block;color:#536078;line-height:1.5;font-size:.86rem}

.wa-portfolio-logos--v335{padding:0 0 58px;background:#fff}
.wa-portfolio-logos--v335>.container{padding:28px;border:1px solid #e2e8f1;border-radius:28px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 18px 45px rgba(31,48,77,.055)}
.wa-portfolio-logos__head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:20px}.wa-portfolio-logos__head>div{display:flex;align-items:center;gap:12px}.wa-portfolio-logos__line{width:42px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--wa-primary),var(--wa-secondary))}.wa-portfolio-logos__head h2{margin:0!important;color:#222e45!important;font-size:1rem!important;text-transform:uppercase;letter-spacing:.1em}.wa-portfolio-logos__head p{margin:0;color:#7a879a;font-size:.9rem}
.wa-portfolio-logo-cloud--v335{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}
.wa-portfolio-logo-cloud--v335 .wa-portfolio-logo-cloud__item{min-height:96px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:10px;border-radius:18px;background:#f9fbfe;border:1px solid #e5ebf3;box-shadow:none}
.wa-portfolio-logo-cloud--v335 .wa-portfolio-logo-cloud__item img{max-width:130px;max-height:52px;margin:auto;width:auto;height:auto;object-fit:contain}.wa-portfolio-logo-cloud--v335 .wa-portfolio-logo-cloud__item span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;color:#647187;font-size:.72rem;font-weight:700}

.wa-portfolio-page__projects--v335{padding:76px 0 90px!important;background:linear-gradient(180deg,#f7f9fd,#fff)}
.wa-portfolio-page__projects-head--v335{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:40px;align-items:end;margin-bottom:24px}.wa-portfolio-page__projects-head--v335 h2{margin:.18rem 0 0!important;color:#111827!important;font-size:clamp(2.2rem,4vw,4rem)!important;line-height:.98!important}.wa-portfolio-page__projects-head--v335>p{margin:0;color:#69758a;line-height:1.7}
.wa-portfolio-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 28px}
.wa-portfolio-filters a{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid #dfe5ef;border-radius:999px;background:#fff;color:#4c5970!important;text-decoration:none!important;font-weight:800;font-size:.86rem;transition:.2s}.wa-portfolio-filters a span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f0f3f8;font-size:.7rem}.wa-portfolio-filters a:hover,.wa-portfolio-filters a.is-active{color:#fff!important;border-color:transparent;background:linear-gradient(135deg,var(--wa-primary),#4f83ff);box-shadow:0 10px 24px rgba(87,91,255,.18)}.wa-portfolio-filters a.is-active span{background:rgba(255,255,255,.18)}

.wa-portfolio-grid--v335{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.wa-portfolio-card--v335{min-width:0}
.wa-portfolio-card--v335 .wa-portfolio-card__link{display:grid!important;grid-template-rows:200px auto;height:100%;min-height:0!important;overflow:hidden;border:1px solid #e0e6f0!important;border-radius:24px!important;background:#fff!important;color:inherit!important;text-decoration:none!important;box-shadow:0 14px 36px rgba(28,44,74,.06)!important;transition:.28s ease}
.wa-portfolio-card--v335 .wa-portfolio-card__link:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--wa-primary) 30%,#e0e6f0)!important;box-shadow:0 24px 55px rgba(28,44,74,.12)!important}
.wa-portfolio-card--v335 .wa-portfolio-card__visual{position:relative;height:200px;min-height:0!important;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(124,92,255,.18),transparent 32%),linear-gradient(145deg,#edf3ff,#f4efff)}
.wa-portfolio-card--v335 .wa-portfolio-card__visual>img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.wa-portfolio-card--v335 .wa-portfolio-card__link:hover .wa-portfolio-card__visual>img{transform:scale(1.04)}
.wa-portfolio-card--v335 .wa-portfolio-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(5,12,25,.28));pointer-events:none}
.wa-portfolio-card__logo--v335{position:absolute;left:16px;bottom:14px;width:88px;height:60px;padding:8px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.7);box-shadow:0 10px 26px rgba(0,0,0,.12)}.wa-portfolio-card__logo--v335 img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.wa-portfolio-card__type--v335{position:absolute;right:14px;bottom:14px;max-width:56%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:34px;padding:7px 10px;border-radius:999px;background:rgba(7,17,35,.72);color:#fff;font-size:.68rem;font-weight:800;backdrop-filter:blur(8px)}
.wa-portfolio-card__body--v335{display:flex;flex-direction:column;padding:20px!important}.wa-portfolio-card__body--v335 h3{margin:6px 0 8px!important;color:#111827!important;font-size:1.45rem!important;line-height:1.08!important}.wa-portfolio-card__body--v335 p{margin:0 0 16px!important;color:#68758a!important;line-height:1.6;font-size:.94rem;flex:1}.wa-portfolio-card__body--v335 .wa-portfolio-card__eyebrow{font-size:.64rem}
.wa-portfolio-card__action--v335{margin-top:auto;padding-top:14px;border-top:1px solid #ebeff5}.wa-portfolio-card__action--v335 i{width:36px;height:36px!important;border-radius:50%;display:grid;place-items:center;background:#111827;color:#fff;font-style:normal}

@media(max-width:1050px){
  .home-portfolio-previews{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wa-portfolio-page__intro--v335{grid-template-columns:1fr}.wa-portfolio-page__hero-note{justify-self:start}
  .wa-portfolio-grid--v335{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .home-portfolio--v335{padding:58px 0!important}
  .home-portfolio__head--v335{grid-template-columns:1fr!important;align-items:start!important;gap:20px!important}.home-portfolio__head--v335>.button{justify-self:start}
  .home-portfolio-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-portfolio-logo-card{min-height:122px;padding:14px}.home-portfolio-logo-card__mark{min-height:58px}.home-portfolio-logo-card__mark img{max-width:115px;max-height:54px}.home-portfolio-logo-card__name{font-size:.8rem}
  .home-portfolio-previews{grid-template-columns:1fr}.home-portfolio-browser__screen{height:190px}
  .wa-portfolio-page__hero--v335{padding:58px 0 38px}.wa-portfolio-page__hero-copy h1{font-size:clamp(2.7rem,14vw,4.2rem)!important}
  .wa-portfolio-logos--v335>.container{padding:18px;border-radius:22px}.wa-portfolio-logos__head{align-items:flex-start;flex-direction:column;gap:8px}.wa-portfolio-logo-cloud--v335{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wa-portfolio-page__projects--v335{padding:56px 0 70px!important}.wa-portfolio-page__projects-head--v335{grid-template-columns:1fr;gap:12px}.wa-portfolio-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.wa-portfolio-filters a{white-space:nowrap}
  .wa-portfolio-grid--v335{grid-template-columns:1fr}.wa-portfolio-card--v335 .wa-portfolio-card__link{grid-template-rows:210px auto}.wa-portfolio-card--v335 .wa-portfolio-card__visual{height:210px}
}
@media(prefers-reduced-motion:reduce){
  .home-portfolio-logo-card,.home-portfolio-preview-card__link,.wa-portfolio-card--v335 .wa-portfolio-card__link,.home-portfolio-browser__screen>img,.wa-portfolio-card--v335 .wa-portfolio-card__visual>img{transition:none!important}
}

/* === V3.37 portfolio overview aligned with singular pages === */
body.page-template-page-portfolio .wa-portfolio-page--v337{
  background:var(--wa-bg,#f7f9fd);
  padding-bottom:clamp(64px,7vw,96px);
}
body.page-template-page-portfolio .wa-portfolio-titlebar--v337{
  padding-bottom:18px!important;
}
body.page-template-page-portfolio .wa-portfolio-intro--v337{
  margin-top:20px!important;
  margin-bottom:24px!important;
  font-size:1.05rem!important;
  line-height:1.78;
}
body.page-template-page-portfolio .wa-portfolio-intro--v337 > *:first-child{margin-top:0}
body.page-template-page-portfolio .wa-portfolio-intro--v337 > *:last-child{margin-bottom:0}
body.page-template-page-portfolio .wa-portfolio-projects-box--v337{
  margin-top:24px!important;
  margin-bottom:0!important;
  padding:clamp(28px,4vw,52px)!important;
}
.wa-portfolio-page__projects-head--v337{
  display:block;
  margin-bottom:22px;
}
.wa-portfolio-page__projects-head--v337 .kicker{
  margin:0 0 9px!important;
  color:var(--wa-primary)!important;
}
.wa-portfolio-page__projects-head--v337 h2{
  max-width:760px;
  margin:0!important;
  color:var(--wa-h2,var(--wa-text))!important;
  font-size:clamp(2.15rem,4vw,3.75rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em;
}
.wa-portfolio-filters--v337{
  margin:0 0 28px!important;
  padding:0 0 2px;
}
.wa-portfolio-grid--v337{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.wa-portfolio-card--v337{
  min-width:0;
}
.wa-portfolio-card--v337 .wa-portfolio-card__link{
  display:grid!important;
  grid-template-rows:190px auto;
  height:100%;
  overflow:hidden;
  border:1px solid #e1e7f0!important;
  border-radius:22px!important;
  background:#fff!important;
  color:inherit!important;
  text-decoration:none!important;
  box-shadow:0 12px 30px rgba(30,45,75,.055)!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.wa-portfolio-card--v337 .wa-portfolio-card__link:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--wa-primary) 32%,#e1e7f0)!important;
  box-shadow:0 22px 48px rgba(30,45,75,.105)!important;
}
.wa-portfolio-card--v337 .wa-portfolio-card__visual{
  position:relative;
  height:190px;
  min-height:0!important;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 18% 20%,color-mix(in srgb,var(--wa-primary) 14%,transparent),transparent 32%),
    radial-gradient(circle at 88% 78%,color-mix(in srgb,var(--wa-secondary) 13%,transparent),transparent 34%),
    linear-gradient(145deg,#f4f7fd,#eef3fb);
}
.wa-portfolio-card--v337 .wa-portfolio-card__visual>img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.wa-portfolio-card--v337 .wa-portfolio-card__link:hover .wa-portfolio-card__visual>img{transform:scale(1.035)}
.wa-portfolio-card--v337 .wa-portfolio-card__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(8,18,35,.24));
  pointer-events:none;
}
.wa-portfolio-card--v337.no-cover .wa-portfolio-card__shade{display:none}
.wa-portfolio-card__logo-stage{
  width:min(72%,220px);
  height:112px;
  padding:20px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(220,228,240,.95);
  box-shadow:0 16px 34px rgba(31,47,78,.09);
}
.wa-portfolio-card__logo-stage img{
  display:block;
  max-width:100%!important;
  max-height:100%!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
}
.wa-portfolio-card__logo--v337{
  position:absolute;
  left:14px;
  bottom:14px;
  width:78px;
  height:54px;
  padding:8px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 10px 24px rgba(4,13,28,.13);
}
.wa-portfolio-card__logo--v337 img{
  display:block;
  max-width:100%!important;
  max-height:100%!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
}
.wa-portfolio-card__type--v337{
  position:absolute;
  right:13px;
  bottom:14px;
  max-width:58%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  min-height:32px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(8,18,35,.76);
  color:#fff;
  font-size:.66rem;
  font-weight:800;
  backdrop-filter:blur(8px);
}
.wa-portfolio-card--v337.no-cover .wa-portfolio-card__type--v337{
  background:rgba(17,24,39,.82);
}
.wa-portfolio-card__monogram{
  width:88px;
  height:88px;
  display:grid;
  place-items:center;
  border-radius:24px;
  color:#fff;
  font-size:2.1rem;
  font-weight:900;
  background:linear-gradient(135deg,var(--wa-primary),var(--wa-secondary));
  box-shadow:0 18px 38px color-mix(in srgb,var(--wa-primary) 22%,transparent);
}
.wa-portfolio-card__body--v337{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:18px 18px 16px!important;
}
.wa-portfolio-card__body--v337 .wa-portfolio-card__eyebrow{
  margin-bottom:6px;
  color:#647189;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.wa-portfolio-card__body--v337 h3{
  margin:0!important;
  color:#111827!important;
  font-size:1.28rem!important;
  line-height:1.08!important;
}
.wa-portfolio-card__action--v337{
  margin-top:16px;
  padding-top:13px;
  border-top:1px solid #edf1f6;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.wa-portfolio-card__action--v337 b{font-size:.83rem;color:#35435c}
.wa-portfolio-card__action--v337 i{
  width:34px;
  height:34px!important;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#111827;
  color:#fff;
  font-style:normal;
  transition:transform .25s ease,background .25s ease;
}
.wa-portfolio-card--v337 .wa-portfolio-card__link:hover .wa-portfolio-card__action--v337 i{
  transform:translateX(2px);
  background:linear-gradient(135deg,var(--wa-primary),#4f83ff);
}
@media(max-width:980px){
  .wa-portfolio-grid--v337{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  body.page-template-page-portfolio .wa-portfolio-intro--v337{margin-top:14px!important;margin-bottom:16px!important}
  body.page-template-page-portfolio .wa-portfolio-projects-box--v337{margin-top:16px!important;padding:22px 18px!important}
  .wa-portfolio-grid--v337{grid-template-columns:1fr;gap:14px}
  .wa-portfolio-card--v337 .wa-portfolio-card__link{grid-template-rows:190px auto}
  .wa-portfolio-page__projects-head--v337 h2{font-size:clamp(2rem,11vw,3rem)!important}
  .wa-portfolio-filters--v337{display:flex;overflow-x:auto;flex-wrap:nowrap;padding-bottom:7px}
  .wa-portfolio-filters--v337 a{white-space:nowrap}
}
@media(prefers-reduced-motion:reduce){
  .wa-portfolio-card--v337 .wa-portfolio-card__link,
  .wa-portfolio-card--v337 .wa-portfolio-card__visual>img,
  .wa-portfolio-card__action--v337 i{transition:none!important}
}

/* === V3.38 submenu + portfolio refinements === */

/* Desktop/tablet dropdowns: always readable, regardless of global surface colors. */
@media (min-width: 861px){
  .site-header .primary-menu .sub-menu,
  .site-header .fallback-menu .sub-menu{
    min-width:240px!important;
    padding:10px!important;
    border:1px solid #e2e7f0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 22px 52px rgba(20,31,56,.16)!important;
    backdrop-filter:blur(16px)!important;
    color:#172033!important;
  }
  .site-header .primary-menu .sub-menu a,
  .site-header .fallback-menu .sub-menu a{
    display:flex!important;
    align-items:center!important;
    min-height:44px!important;
    padding:10px 12px!important;
    border-radius:11px!important;
    background:transparent!important;
    color:#29344a!important;
    font-weight:750!important;
    text-shadow:none!important;
    opacity:1!important;
  }
  .site-header .primary-menu .sub-menu a:hover,
  .site-header .primary-menu .sub-menu a:focus-visible,
  .site-header .fallback-menu .sub-menu a:hover,
  .site-header .fallback-menu .sub-menu a:focus-visible{
    color:var(--wa-primary)!important;
    background:linear-gradient(135deg,color-mix(in srgb,var(--wa-primary) 9%,#fff),color-mix(in srgb,var(--wa-secondary) 7%,#fff))!important;
  }
  .site-header .primary-menu .sub-menu .sub-menu{
    left:calc(100% + 8px)!important;
    top:-10px!important;
  }
}

/* Portfolio overview in the same boxed family as regular pages. */
body.page-template-page-portfolio .wa-portfolio-page--v338{
  padding-bottom:72px;
  background:var(--wa-bg,#f6f8fc);
}
body.page-template-page-portfolio .wa-portfolio-titlebar--v338{
  width:min(calc(100% - 40px),var(--wa-container));
  margin:38px auto 0!important;
}
body.page-template-page-portfolio .wa-portfolio-intro--v338{
  width:min(calc(100% - 40px),var(--wa-container));
  max-width:var(--wa-container)!important;
  margin:28px auto 0!important;
  padding:clamp(28px,4vw,54px)!important;
  border:1px solid #e2e7f0;
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 48px rgba(30,45,75,.075);
}
body.page-template-page-portfolio .wa-portfolio-intro--v338 > *{
  max-width:920px;
}
body.page-template-page-portfolio .wa-portfolio-projects-box--v338{
  width:min(calc(100% - 40px),var(--wa-container));
  max-width:var(--wa-container)!important;
  margin:28px auto 0!important;
  padding:clamp(28px,4vw,52px)!important;
  border:1px solid #e2e7f0;
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 48px rgba(30,45,75,.075);
}
.wa-portfolio-page__projects-head--v338{
  margin:0 0 30px;
}
.wa-portfolio-page__projects-head--v338 .kicker{
  margin:0 0 10px!important;
  color:var(--wa-primary)!important;
}
.wa-portfolio-page__projects-head--v338 h2{
  max-width:760px;
  margin:0!important;
  color:var(--wa-h2,var(--wa-text))!important;
  font-size:clamp(2.15rem,4vw,3.65rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em;
}
/* Categories are deliberately not part of the overview anymore. */
.wa-portfolio-page--v338 .wa-portfolio-filters{display:none!important}

/* Compact overview cards with a dedicated, uncropped logo stage. */
.wa-portfolio-page--v338 .wa-portfolio-grid--v337{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.wa-portfolio-page--v338 .wa-portfolio-card--v337 .wa-portfolio-card__link{
  grid-template-rows:178px auto!important;
  border-radius:22px!important;
}
.wa-portfolio-page--v338 .wa-portfolio-card--v337 .wa-portfolio-card__visual{
  height:178px!important;
  padding:18px;
  background:linear-gradient(145deg,#f5f7fc,#edf4fb)!important;
}
.wa-portfolio-page--v338 .wa-portfolio-card--v337.no-cover .wa-portfolio-card__visual{
  padding:24px!important;
}
.wa-portfolio-page--v338 .wa-portfolio-card__logo-stage{
  width:min(88%,240px)!important;
  height:118px!important;
  padding:14px 18px!important;
  border-radius:18px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.wa-portfolio-page--v338 .wa-portfolio-card__logo-stage img,
.wa-portfolio-page--v338 .wa-portfolio-card__logo--v337 img,
.wa-portfolio-page--v338 .wa-portfolio-logo-image{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
.wa-portfolio-page--v338 .wa-portfolio-card__logo--v337{
  width:92px!important;
  height:62px!important;
  padding:9px!important;
  overflow:hidden!important;
}
.wa-portfolio-page--v338 .wa-portfolio-card__type--v337{
  max-width:52%;
  font-size:.62rem;
}
.wa-portfolio-page--v338 .wa-portfolio-card__body--v337{
  padding:18px!important;
}

/* Homepage: portfolio is a teaser, never a huge full-width slab. */
.home-portfolio--v338{
  padding:clamp(64px,7vw,100px) 0!important;
  background:linear-gradient(180deg,#fff,#f8faff)!important;
}
.home-portfolio--v338 .home-portfolio__head--v335{
  margin-bottom:28px!important;
}
.home-portfolio--v338 .home-portfolio__head--v335 h2{
  max-width:720px;
  font-size:clamp(2.4rem,4.6vw,4.7rem)!important;
}
.home-portfolio--v338 .home-portfolio__head--v335 > div > p:not(.kicker){
  display:none!important;
}
.home-portfolio--v338 .home-portfolio-logos--v338,
.home-portfolio--v338 .home-portfolio-previews--v338{
  width:100%;
  margin:0 auto;
  display:grid!important;
  gap:18px!important;
  align-items:stretch;
}
.home-portfolio--v338 .home-portfolio-items--count-1{
  max-width:560px;
  grid-template-columns:minmax(0,1fr)!important;
  justify-content:center;
}
.home-portfolio--v338 .home-portfolio-items--count-2{
  max-width:900px;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.home-portfolio--v338 .home-portfolio-items--count-3{
  max-width:1120px;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.home-portfolio--v338 .home-portfolio-items--count-4,
.home-portfolio--v338 .home-portfolio-items--count-5,
.home-portfolio--v338 .home-portfolio-items--count-6{
  max-width:1180px;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.home-portfolio--v338 .home-portfolio-logo-card{
  min-height:150px!important;
  padding:22px!important;
  display:grid!important;
  grid-template-columns:130px minmax(0,1fr) 44px!important;
  gap:20px!important;
  align-items:center!important;
  border:1px solid #e1e7f0!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,#fff,#f8faff)!important;
  box-shadow:0 16px 40px rgba(30,45,75,.07)!important;
  overflow:hidden!important;
}
.home-portfolio--v338 .home-portfolio-logo-card__mark{
  width:130px!important;
  height:96px!important;
  margin:0!important;
  padding:12px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #e6ebf3!important;
  overflow:hidden!important;
}
.home-portfolio--v338 .home-portfolio-logo-card__mark img,
.home-portfolio--v338 .home-portfolio-logo-card__mark .wa-portfolio-logo-image{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
.home-portfolio--v338 .home-portfolio-logo-card__name{
  font-size:1.2rem!important;
  line-height:1.2!important;
  color:#172033!important;
  white-space:normal!important;
}
.home-portfolio--v338 .home-portfolio-logo-card > i{
  position:static!important;
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#111827!important;
  color:#fff!important;
}
.home-portfolio--v338 .home-portfolio-logo-card:hover{
  transform:translateY(-5px)!important;
  border-color:color-mix(in srgb,var(--wa-primary) 28%,#e1e7f0)!important;
  box-shadow:0 24px 50px rgba(30,45,75,.12)!important;
}

/* Browser-preview mode follows the same smart width rules. */
.home-portfolio--v338 .home-portfolio-preview-card__link{
  height:100%;
  padding:14px!important;
  border-radius:24px!important;
}
.home-portfolio--v338 .home-portfolio-browser{
  border-radius:18px!important;
  overflow:hidden!important;
}
.home-portfolio--v338 .home-portfolio-browser__screen{
  height:190px!important;
}
.home-portfolio--v338 .home-portfolio-browser__screen > img{
  object-fit:cover!important;
}

@media (max-width:980px){
  .wa-portfolio-page--v338 .wa-portfolio-grid--v337{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-portfolio--v338 .home-portfolio-items--count-3,
  .home-portfolio--v338 .home-portfolio-items--count-4,
  .home-portfolio--v338 .home-portfolio-items--count-5,
  .home-portfolio--v338 .home-portfolio-items--count-6{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:700px){
  body.page-template-page-portfolio .wa-portfolio-titlebar--v338,
  body.page-template-page-portfolio .wa-portfolio-intro--v338,
  body.page-template-page-portfolio .wa-portfolio-projects-box--v338{
    width:min(calc(100% - 28px),var(--wa-container));
  }
  body.page-template-page-portfolio .wa-portfolio-intro--v338,
  body.page-template-page-portfolio .wa-portfolio-projects-box--v338{padding:22px 18px!important;border-radius:22px}
  .wa-portfolio-page--v338 .wa-portfolio-grid--v337{grid-template-columns:1fr;gap:14px}
  .home-portfolio--v338 .home-portfolio-items--count-1,
  .home-portfolio--v338 .home-portfolio-items--count-2,
  .home-portfolio--v338 .home-portfolio-items--count-3,
  .home-portfolio--v338 .home-portfolio-items--count-4,
  .home-portfolio--v338 .home-portfolio-items--count-5,
  .home-portfolio--v338 .home-portfolio-items--count-6{grid-template-columns:1fr!important;max-width:560px}
  .home-portfolio--v338 .home-portfolio-logo-card{
    grid-template-columns:96px minmax(0,1fr) 40px!important;
    min-height:126px!important;
    padding:16px!important;
    gap:14px!important;
  }
  .home-portfolio--v338 .home-portfolio-logo-card__mark{width:96px!important;height:76px!important;padding:9px!important}
  .home-portfolio--v338 .home-portfolio-logo-card__name{font-size:1.02rem!important}
}
