/* Interactive concept demos - ADVENTADOOR v13 */

/* Source consolidated from demo-v5.css */

:root{--bg:#090b0d;--panel:#111419;--panel2:#171b21;--text:#f7f4ed;--muted:#bcb8af;--gold:#e6bd48;--gold2:#f4d779;--line:rgba(230,189,72,.22);--ok:#52d487;--danger:#ff7272;--blue:#5eb9ff;--radius:18px;--shadow:0 24px 70px rgba(0,0,0,.3)}*{box-sizing:border-box}html{font-size:17px}body{margin:0;background:radial-gradient(circle at 80% 0,rgba(230,189,72,.08),transparent 35%),var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}.demo-skip{position:fixed;left:12px;top:-100px;background:#fff;color:#000;padding:10px 14px;z-index:999}.demo-skip:focus{top:12px}.demo-topbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:20px;min-height:84px;padding:12px clamp(18px,4vw,60px);background:rgba(8,10,12,.93);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.demo-brand img{display:block;width:255px;max-height:60px;object-fit:contain;object-position:left center}.demo-top-title span{display:block;color:var(--gold);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.demo-top-title strong{font-size:1.05rem}.demo-top-actions{display:flex;gap:10px;align-items:center}.demo-link{color:#e8e4dc;text-decoration:none;font-weight:700}.demo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:12px;background:#15181d;color:var(--text);padding:11px 15px;min-height:46px;text-decoration:none;font-weight:800;cursor:pointer;transition:.2s}.demo-btn:hover{transform:translateY(-2px);border-color:rgba(230,189,72,.55)}.demo-btn-gold{background:linear-gradient(135deg,var(--gold2),#c8931f);color:#111;border-color:transparent}.demo-btn-ghost{background:transparent}.demo-btn-danger{border-color:rgba(255,114,114,.4);color:#ffb1b1}.demo-disclosure{padding:10px clamp(18px,4vw,60px);background:#16120a;color:#e6d8ad;border-bottom:1px solid rgba(230,189,72,.18);font-size:.88rem}.demo-shell{max-width:1440px;margin:auto;padding:34px clamp(18px,4vw,60px) 80px}.demo-hero{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:26px}.demo-hero h1{font-size:clamp(2.3rem,5vw,4.8rem);line-height:1.02;margin:0 0 10px;letter-spacing:-.045em}.demo-hero p{font-size:1.1rem;color:var(--muted);max-width:780px;margin:0}.demo-kicker{display:inline-flex;color:var(--gold);font-size:.77rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.demo-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.demo-stat{background:linear-gradient(160deg,rgba(255,255,255,.04),rgba(255,255,255,.015));border:1px solid var(--line);border-radius:15px;padding:16px}.demo-stat b{display:block;font-size:1.55rem}.demo-stat span{color:var(--muted);font-size:.88rem}.demo-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px}.demo-sidebar{align-self:start;position:sticky;top:120px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:12px}.demo-sidebar button{width:100%;border:0;background:transparent;color:#d7d3ca;text-align:left;padding:12px 13px;border-radius:10px;font-weight:750;cursor:pointer}.demo-sidebar button.active,.demo-sidebar button:hover{background:rgba(230,189,72,.12);color:#f5d679}.demo-panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(18px,3vw,30px);box-shadow:var(--shadow)}.demo-panel+.demo-panel{margin-top:20px}.demo-panel h2{font-size:clamp(1.5rem,2.8vw,2.2rem);margin:0 0 8px}.demo-panel>p{color:var(--muted);margin-top:0}.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.field,.toolbar input,.toolbar select{background:#0d1014;border:1px solid rgba(255,255,255,.12);color:var(--text);border-radius:11px;padding:12px 13px;min-height:46px}.toolbar input{min-width:230px;flex:1}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid rgba(255,255,255,.14);background:#12161b;color:#d8d4cc;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:700}.chip.active{background:rgba(230,189,72,.16);color:#f7d977;border-color:rgba(230,189,72,.4)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.data-card{background:linear-gradient(155deg,#181d23,#111419);border:1px solid rgba(255,255,255,.09);border-radius:15px;overflow:hidden;transition:.2s}.data-card:hover{transform:translateY(-3px);border-color:rgba(230,189,72,.38)}.card-art{height:150px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(230,189,72,.22),rgba(94,185,255,.09));font-size:3rem;font-weight:900;color:#f5d679}.card-body{padding:15px}.card-body h3{font-size:1.1rem;margin:0 0 6px}.card-body p{color:var(--muted);font-size:.93rem;line-height:1.55;margin:0 0 10px}.card-meta{display:flex;gap:8px;flex-wrap:wrap;margin:9px 0}.tag{display:inline-flex;background:#20252d;color:#d7d4cd;padding:4px 8px;border-radius:7px;font-size:.72rem;font-weight:800}.price{color:#f6d778;font-weight:900}.card-actions{display:flex;gap:8px;margin-top:12px}.card-actions .demo-btn{flex:1;padding:9px 11px;min-height:40px;font-size:.85rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full{grid-column:1/-1}.form-group label{font-weight:800;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{background:#0d1014;border:1px solid rgba(255,255,255,.12);color:var(--text);border-radius:11px;padding:12px 13px;min-height:46px}.form-group textarea{min-height:110px;resize:vertical}.table-wrap{overflow:auto;border:1px solid rgba(255,255,255,.08);border-radius:14px}.demo-table{width:100%;border-collapse:collapse;min-width:720px}.demo-table th,.demo-table td{padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left}.demo-table th{color:#f3d474;background:#15191e;font-size:.84rem;text-transform:uppercase;letter-spacing:.07em}.demo-table td{color:#d2cec6}.empty-state{text-align:center;padding:48px 20px;color:var(--muted)}.demo-toast{position:fixed;right:22px;bottom:22px;z-index:100;max-width:380px;padding:14px 16px;border-radius:12px;background:#202a23;border:1px solid rgba(82,212,135,.4);color:#dff9e8;box-shadow:var(--shadow);opacity:0;transform:translateY(20px);pointer-events:none;transition:.25s}.demo-toast.show{opacity:1;transform:none}.demo-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:90;display:grid;place-items:center;padding:20px}.demo-modal{width:min(720px,100%);max-height:90vh;overflow:auto;background:#12161b;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.demo-modal-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.demo-modal-head h2{margin:0}.icon-btn{width:42px;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#191d22;color:white;font-size:1.3rem;cursor:pointer}.demo-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px clamp(18px,4vw,60px);border-top:1px solid var(--line);background:#0d0f12;color:var(--muted)}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);z-index:95;background:#11151a;border-left:1px solid var(--line);padding:20px;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.45)}.drawer-head{display:flex;justify-content:space-between;align-items:center}.line-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}.metric-bars{display:grid;gap:14px}.metric-row{display:grid;grid-template-columns:150px 1fr 70px;gap:12px;align-items:center}.metric-track{height:12px;border-radius:999px;background:#232831;overflow:hidden}.metric-fill{height:100%;background:linear-gradient(90deg,#d8a82f,#f4d979);border-radius:inherit}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-day{min-height:115px;background:#14181d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px}.calendar-day b{display:block;color:#f4d779}.calendar-day small{display:block;margin-top:8px;color:#c9c5bd}.palette-row{display:flex;gap:12px;flex-wrap:wrap}.swatch{width:72px;height:72px;border-radius:14px;border:3px solid transparent;cursor:pointer;box-shadow:0 0 0 1px rgba(255,255,255,.16)}.swatch.active{border-color:white}.brand-preview{min-height:330px;border-radius:18px;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:.25s}.brand-preview .mark{font-family:Georgia,serif;font-size:5rem;line-height:1}.brand-preview h2{font-size:2.5rem;margin:8px}.comparison-bar{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.compare-card{background:#161b20;border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:14px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-tile{min-height:180px;border-radius:14px;display:grid;place-items:center;font-size:2rem;background:linear-gradient(140deg,#4b271d,#d77c38);cursor:pointer}.appointment-row,.reservation-row,.enquiry-row,.order-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#14181d;margin-top:10px}.status{font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#8ee5ad}.demo-notice{padding:12px 14px;border-radius:12px;background:rgba(94,185,255,.08);border:1px solid rgba(94,185,255,.22);color:#cbe7ff;margin:12px 0}
@media(max-width:1050px){.demo-topbar{grid-template-columns:210px 1fr}.demo-top-actions{grid-column:1/-1;justify-content:flex-end}.demo-brand img{width:200px}.card-grid{grid-template-columns:repeat(2,1fr)}.demo-layout{grid-template-columns:1fr}.demo-sidebar{position:static;display:flex;overflow:auto}.demo-sidebar button{min-width:max-content}.demo-stat-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){html{font-size:16px}.demo-topbar{position:relative;grid-template-columns:1fr;gap:8px}.demo-brand img{width:220px}.demo-top-actions{justify-content:stretch;flex-wrap:wrap}.demo-top-actions>*{flex:1}.demo-hero{display:block}.demo-hero h1{font-size:2.65rem}.demo-stat-row,.card-grid,.two-col,.three-col,.form-grid{grid-template-columns:1fr}.calendar-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:1fr 1fr}.metric-row{grid-template-columns:95px 1fr 54px}.appointment-row,.reservation-row,.enquiry-row,.order-row{align-items:flex-start;flex-direction:column}.demo-footer{align-items:flex-start;flex-direction:column}}

/* ADVENTADOOR v6 interactive workflow additions */
.toolbar-wide{align-items:center}.toolbar-wide select{min-width:150px}.result-count{margin:-4px 0 16px;color:var(--muted);font-weight:700}.modal-art{height:230px;margin:16px 0}.detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.detail-list span{display:flex;flex-direction:column;gap:3px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:#15191f;color:#d6d1c8}.detail-list b{color:var(--gold);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.gallery-tile span{display:block}.gallery-viewer{height:420px;font-size:5rem}.demo-modal-wide{width:min(940px,100%)}.quantity-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.cart-summary-grid{margin-top:18px}.inline-field{display:flex;gap:8px;margin:10px 0}.inline-field .field{flex:1;min-width:0}.totals-card p,.totals-card h3{display:flex;justify-content:space-between;gap:18px}.checkout-stepper{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.checkout-stepper span{padding:10px;border-radius:10px;background:#191d23;color:#888;border:1px solid rgba(255,255,255,.08);text-align:center;font-weight:800}.checkout-stepper span.active{background:rgba(230,189,72,.13);color:#f4d779;border-color:rgba(230,189,72,.35)}.checkout-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.checkout-review{display:grid;gap:14px}.panel-heading-row{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:15px}.panel-heading-row h2,.panel-heading-row p{margin:0}.notification-row{width:100%;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;text-align:left;background:#14181d;color:#eee;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:13px;margin-top:10px;cursor:pointer}.notification-row>span{color:var(--gold)}.notification-row p{margin:0;color:#d7d2c9}.notification-row.read{opacity:.62}.status-cancelled{color:#ff9a9a}.process-demo{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:18px 0}.process-demo button{background:#15191f;color:#ddd;border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:12px 8px;cursor:pointer}.process-demo button b{display:grid;place-items:center;width:28px;height:28px;margin:0 auto 7px;border-radius:50%;background:rgba(230,189,72,.15);color:var(--gold)}.process-demo button span{font-size:.8rem}.process-demo button.active{border-color:rgba(230,189,72,.5);background:rgba(230,189,72,.1)}.brand-controls-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(340px,1.2fr);gap:20px}.device-frame{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#0c0f13;transition:.25s}.device-frame.mobile-device{max-width:390px;margin-inline:auto}.device-frame.mobile-device .brand-preview{min-height:560px}.colour-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.colour-detail{display:flex;gap:11px;align-items:center;padding:12px;border-radius:12px;background:#15191f;border:1px solid rgba(255,255,255,.08)}.colour-detail>span{width:48px;height:48px;border-radius:10px;box-shadow:0 0 0 1px rgba(255,255,255,.15)}.colour-detail b,.colour-detail small{display:block}.colour-detail small{color:var(--muted);font-size:.72rem}.typography-previews{margin-top:18px}.application-preview{margin-top:18px;min-height:440px}.mock-card,.mock-paper,.mock-social,.mock-presentation{width:min(620px,90%);padding:30px;border-radius:12px;background:#f4f0e6;color:#16352f;text-align:left}.mock-paper{min-height:380px}.mock-paper footer{margin-top:140px}.mock-signature{display:flex;gap:20px;align-items:center;text-align:left}.mock-social{border:3px solid}.mock-story{width:260px;height:460px;border:3px solid;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:28px}.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.embedded-panel{margin-top:18px!important;background:#171b20}.filter-stack{display:grid;gap:10px}.template-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.reel-preview,.story-preview{min-height:330px;border-radius:18px;padding:24px;background:linear-gradient(160deg,#1c222a,#101318);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:flex-end}.reel-preview>span,.story-preview>span{color:var(--gold);font-weight:900;letter-spacing:.12em}.story-preview{background:linear-gradient(160deg,#3c271f,#171111)}.post-preview{min-height:300px;border-radius:16px;margin:14px 0;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(140deg,#f2cf62,#d98553);color:#111}.post-preview.reel{aspect-ratio:9/12;max-width:330px;margin-inline:auto}.post-preview.story{aspect-ratio:9/14;max-width:300px;margin-inline:auto}.metric-comparison{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.metric-card{padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#15191f}.metric-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.metric-card-head b,.metric-card-head span{display:block}.metric-card-head span{font-size:1.5rem}.metric-card-head em{color:#84e2a8;font-style:normal;font-weight:800}.metric-dual{display:grid;gap:8px;margin-top:12px}.metric-dual>div{height:24px;border-radius:999px;background:#252a31;overflow:hidden;position:relative}.metric-dual small{position:absolute;z-index:2;left:9px;top:2px;color:#fff;font-size:.7rem}.metric-dual i{display:block;height:100%;background:#57606b}.metric-dual i.current{background:linear-gradient(90deg,#d8a82f,#f4d979)}.calendar-day span{display:block;margin-top:8px;color:#eee;font-size:.8rem;line-height:1.25}.demo-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.full{grid-column:1/-1}
@media(max-width:1100px){.process-demo{grid-template-columns:repeat(4,1fr)}.colour-detail-grid,.four-col,.template-grid{grid-template-columns:repeat(2,1fr)}.brand-controls-grid{grid-template-columns:1fr}.metric-comparison{grid-template-columns:1fr}}
@media(max-width:700px){.detail-list,.colour-detail-grid,.four-col,.template-grid{grid-template-columns:1fr}.checkout-stepper{grid-template-columns:1fr}.checkout-actions{flex-direction:column}.checkout-actions .demo-btn{width:100%}.panel-heading-row{align-items:flex-start;flex-direction:column}.process-demo{grid-template-columns:repeat(2,1fr)}.inline-field{flex-direction:column}.quantity-actions{justify-content:flex-start}.gallery-viewer{height:280px}.metric-card-head{flex-direction:column}}


/* V11 item-level concept imagery and embedded preview mode */
.card-art.media{padding:0;overflow:hidden;background:#11161b;position:relative}.card-art-image{width:100%;height:100%;display:block;object-fit:cover}.media-gallery{padding:0;position:relative;overflow:hidden}.media-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.media-gallery:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.8))}.media-gallery small{position:absolute;left:12px;right:12px;bottom:10px;z-index:2;color:#fff}.gallery-viewer-image{display:block;width:100%;max-height:62vh;object-fit:cover;border-radius:14px}.post-preview.has-image{position:relative;background-size:cover;background-position:center;min-height:290px;overflow:hidden}.post-preview.has-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,12,.08),rgba(8,10,12,.72))}.post-preview.has-image>*{position:relative;z-index:1}.is-embed-preview .demo-topbar,.is-embed-preview .demo-disclosure,.is-embed-preview .demo-similar-cta,.is-embed-preview .demo-footer,.is-embed-preview .demo-skip{display:none!important}.is-embed-preview body{padding:0!important}.is-embed-preview .demo-shell{max-width:none;margin:0;padding:10px}.is-embed-preview .demo-hero{min-height:auto;padding:20px}.is-embed-preview .demo-hero h1{font-size:clamp(28px,4vw,44px)}.is-embed-preview .demo-stat-row{margin-top:10px}.is-embed-preview .demo-layout{margin-top:10px}.is-embed-preview .demo-sidebar{top:10px}


/* Source consolidated from interactive-v6.css */

/* ADVENTADOOR v5 — readability, crisp brand assets, interactive demos */
:root{--v5-text:#f7f4ed;--v5-muted:#c9c6be;--v5-gold:#e5bd4a;--v5-panel:#111317;--v5-line:rgba(229,189,74,.24)}
html{font-size:17px;scroll-behavior:smooth}
body{font-size:1rem;line-height:1.72;color:var(--v5-text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
p,li,dd,label,input,select,textarea,button{font-size:1rem}
.primary-nav>a,.nav-parent{font-size:.94rem;font-weight:700}.brand img{width:min(310px,26vw);height:auto;image-rendering:auto;filter:none}.footer-logo img{width:min(330px,100%);filter:none}.v4-hero-mark img{width:min(510px,42vw);max-height:520px;object-fit:contain;filter:none;transform:none}.v4-hero-mark:after{content:"";position:absolute;inset:18% 12%;background:radial-gradient(circle,rgba(229,189,74,.18),transparent 65%);z-index:-1;filter:blur(22px)}
.hero h1,.v4-hero h1{font-size:clamp(3.3rem,6vw,5.3rem);line-height:1.03;letter-spacing:-.045em}.v4-hero-copy>p{font-size:clamp(1.08rem,1.5vw,1.25rem);line-height:1.7;color:#d7d3ca;max-width:760px}.section-heading h2,.page-hero h1,.concept-hero h1{font-size:clamp(2.35rem,4.2vw,4.2rem);line-height:1.08}.section-heading>p,.page-hero p,.concept-hero p{font-size:1.12rem;line-height:1.75;color:#cfcbc1}.service-card h3,.work-card h3,.package-card h3,.v4-scope-card h3{font-size:1.35rem;line-height:1.22}.service-card p,.work-card p,.package-card p,.v4-scope-card p,.info-panel p,.info-panel li,.faq-item p{font-size:1rem;line-height:1.72;color:#c9c6be}.section-kicker,.eyebrow{font-size:.84rem;letter-spacing:.14em}.button{font-size:.96rem;min-height:52px;padding:.82rem 1.25rem}.site-footer,.site-footer p,.site-footer a,.site-footer span{font-size:.96rem}.v4-home-trust h2{font-size:1.14rem}.v4-home-trust p{font-size:.93rem;color:#bdb9b0}.v4-work-card .v4-work-body p{font-size:1rem}.v4-feature-chips span{font-size:.92rem}.concept-disclaimer-banner p{font-size:1rem}.concept-demo{font-size:1rem}
/* demo launch enhancement */
.demo-launch-panel{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.5rem;padding:1.35rem 1.5rem;border:1px solid var(--v5-line);border-radius:18px;background:linear-gradient(135deg,rgba(229,189,74,.1),rgba(255,255,255,.025))}.demo-launch-panel strong{display:block;font-size:1.2rem}.demo-launch-panel p{margin:.25rem 0 0;color:#c9c6be}.demo-live-badge{display:inline-flex;align-items:center;gap:.5rem;color:#f0cc65;font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}.demo-live-badge:before{content:"";width:9px;height:9px;border-radius:50%;background:#55d38a;box-shadow:0 0 0 5px rgba(85,211,138,.12)}
@media(max-width:900px){html{font-size:16px}.brand img{width:210px}.v4-hero-mark img{width:min(360px,82vw)}.demo-launch-panel{align-items:flex-start;flex-direction:column}.demo-launch-panel .button{width:100%}}
@media(max-width:680px){.hero h1,.v4-hero h1{font-size:clamp(2.65rem,13vw,3.7rem)}.section-heading h2,.page-hero h1,.concept-hero h1{font-size:clamp(2.1rem,10vw,3rem)}.v4-hero-copy>p,.section-heading>p,.page-hero p{font-size:1.05rem}.brand img{width:52px;max-height:52px}.site-header .container{min-height:72px}.service-card p,.work-card p,.package-card p,.info-panel p,.info-panel li{font-size:1rem}}


/* v6 overview/demo enhancements */
.interactive-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.interactive-flow span{padding:14px;border:1px solid rgba(229,189,74,.22);border-radius:14px;background:rgba(255,255,255,.025);font-weight:750;color:#d9d4ca}.interactive-flow b{color:#e5bd4a;margin-right:7px}.v6-demo-badge{display:inline-flex;align-items:center;gap:7px;color:#f0cc65;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.v6-demo-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:#55d38a;box-shadow:0 0 0 4px rgba(85,211,138,.12)}@media(max-width:800px){.interactive-flow{grid-template-columns:1fr 1fr}}@media(max-width:520px){.interactive-flow{grid-template-columns:1fr}}

