/* Jazzy's studio: pearl surfaces, editorial spacing and interactive studies. */
:root { --muted: #6c586f; --line: #dfd1e1; --ease: cubic-bezier(.22,.8,.22,1); }
body { background: radial-gradient(ellipse at 95% 18%,#f0ddec80,transparent 35%), radial-gradient(ellipse at 0 55%,#eae3f48a,transparent 34%),#fbf8fc; }
button { line-height: 1.5; }
button:disabled { cursor: default; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.section { padding-block:104px; }
.section-label { font-size:12px; letter-spacing:.2px; }
h2 { font-weight:300; letter-spacing:-1.7px; line-height:1.16; }
h2 em { font-weight:400; }
.header { height:84px; width:calc(100% - 40px); max-width:1680px; margin:12px auto; top:12px; border:1px solid #fff; border-radius:18px; padding-inline:32px; box-shadow:0 10px 45px #66456f09; }
.header.scrolled { border-color:#e1d2e5; }
.header nav { font-size:14px; }
.nav-contact { font-size:12px; background:#fff9; box-shadow:none; }
.menu-toggle { border-radius:50%; }
.hero { border-radius:18px; }
.hero .eyebrow { font-size:12px; }
.hero-description { font-weight:400; }
.hero-actions > .button { color:#402844; }
.contact .hero-actions > .button { background:linear-gradient(115deg,#3b2947,#6c4372); color:#fff; border:1px solid #735d83; min-height:58px; font-size:14px; box-shadow:0 9px 28px #6d37652b; }
.contact .hero-actions > .button span { color:#432b51; background:#f6e6f4; }
.button { transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease); }
.button:active,.project-open:active { transform:scale(.97); }
.capability-strip { background:transparent; padding-block:28px; font-size:12px; }
.positioning { padding-block:100px 120px; }
.positioning-body { grid-template-columns:1.15fr 1fr; gap:10%; align-items:start; }
.editorial-note { display:block; font:italic 24px BrandSerif,serif; margin-bottom:24px; color:#836185; }
.positioning-copy { padding-top:58px; }
.positioning-copy > p:first-child { font-size:22px; font-weight:400; }
.positioning-copy > p:nth-child(2) { color:var(--muted); line-height:1.95; }
.signature-line { display:flex; gap:18px; align-items:center; margin-top:35px; font-size:12px; color:var(--muted); }
.signature-symbol { font-size:46px; line-height:1; color:#a078a3; }
.services { padding:80px max(5%,calc((100% - 1240px)/2)); border-radius:24px; background:radial-gradient(ellipse at 3% 55%,#7550793d,transparent 65%),linear-gradient(130deg,#302537,#382741 65%,#302337); }
.services-layout { display:grid; grid-template-columns:.92fr 1.08fr; gap:48px; align-items:start; }
.service-list { min-width:0; }
.services .section-heading { margin-bottom:52px; }
.service summary { grid-template-columns:24px 1fr 28px; gap:12px; padding:25px 0; }
.service summary:hover { padding-inline:0; color:#f2bedd; }
.service h3 { font-size:21px; line-height:1.45; }
.service-caption { display:none; }
.service-body { padding:0 36px 28px 0; }
.service-body p { font-size:14px; line-height:1.9; }
.service-body .tags { margin-block:18px; }
.service .text-link.dark { min-height:44px; font-size:13px; }
.service-showcase { position:sticky; top:120px; padding:7px; border:1px solid #dccbe43b; border-radius:20px; background:linear-gradient(140deg,#ffffff18,#dbc2e105); box-shadow:0 25px 60px #1b112626; color:var(--ink); min-width:0; }
.service-demo-panel { background:#f8f4f9; border-radius:14px; overflow:hidden; animation:study-enter .5s var(--ease); }
.showcase-caption { display:flex; justify-content:space-between; align-items:center; padding:14px 20px; background:#f1e8f3; color:#674d6c; font-size:11px; }
.showcase-caption i { width:7px; height:7px; border-radius:50%; background:#886887; box-shadow:0 0 0 4px #dfd1e4; }
.showcase-bottom { display:grid; gap:3px; padding:20px; background:#f8f4f9; border-top:1px solid #e6dce9; font-size:12px; }
.showcase-bottom strong { font-weight:500; font-size:14px; }
.showcase-bottom > span { color:#756178; }
.theme-picker { display:flex; justify-content:center; padding:14px 12px 0; gap:8px; background:#faf6f3; }
.theme-picker button { border:1px solid #d9c9d3; border-radius:99px; background:transparent; padding:7px 17px; min-height:40px; font-size:12px; }
.theme-picker button[aria-pressed="true"] { background:#49364e; color:#fff; border-color:#49364e; }
/* Every study is a real, keyboard-operable miniature interface. */
[data-demo] { font-family:ElegantHebrew,sans-serif; color:#332b32; }
[data-demo] button { transition:background .25s var(--ease),transform .25s var(--ease),color .25s var(--ease); }
[data-demo] button:active { transform:scale(.97); }
[data-demo] button:focus-visible { outline:2px solid #895988; outline-offset:3px; }
.demo-kicker { font-size:11px; color:#6b5866; }
.demo-options { display:flex; gap:6px; flex-wrap:wrap; }
.demo-options button { background:transparent; color:inherit; border:1px solid #d9cbd3; border-radius:99px; padding:7px 15px; min-height:38px; font-size:12px; }
.demo-options button[aria-pressed="true"] { color:#fff; background:#493b48; border-color:#493b48; }
.demo-live { font-size:11px; color:#6c5b70; line-height:1.7; margin:20px 0 0; }
.demo-site { --site-paper:#f8eeec; --site-ink:#603c48; --product:#dfa9ad; --product-deep:#bf7b89; background:var(--site-paper); color:var(--site-ink); padding:24px; overflow:hidden; }
.demo-site[data-theme="sage"] { --site-paper:#edf0e7; --site-ink:#344938; --product:#adb998; --product-deep:#6f8b70; }
.demo-site[data-theme="night"] { --site-paper:#302c3b; --site-ink:#f5e9f4; --product:#bda0cc; --product-deep:#89709f; }
.demo-site[data-theme="night"] .demo-kicker { color:#d6c5df; }
.demo-site[data-theme="night"] .demo-options button[aria-pressed="true"] { background:#e5d4e8; color:#302c3b; }
.demo-site-nav { display:flex; justify-content:space-between; align-items:center; gap:12px; font-size:10px; direction:ltr; }
.demo-site-nav > span:nth-child(2) { direction:rtl; }
.demo-logo { font:italic 34px BrandSerif,serif; letter-spacing:-1.5px; }
.demo-dot { font-size:23px; }
.demo-site-hero { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:10px; padding:30px 0; min-height:290px; }
.demo-site-copy { position:relative; z-index:1; }
.demo-site-copy .demo-kicker { font:italic 15px BrandSerif,serif; color:inherit; }
.demo-site h4 { font-size:clamp(26px,2.3vw,38px); font-weight:300; line-height:1.12; margin:15px 0; letter-spacing:-1px; }
.demo-site h4 em { font-style:normal; font-weight:400; }
.demo-site-copy p { font-size:11px; line-height:1.8; }
.demo-discover { display:inline-flex; gap:18px; align-items:center; padding:10px 0; min-height:40px; border:0; border-bottom:1px solid currentColor; color:inherit; background:transparent; font-size:11px; margin-top:12px; }
.product-stage { height:265px; position:relative; display:grid; place-items:center; isolation:isolate; }
.product-halo { position:absolute; width:230px; height:230px; max-width:140%; border:1px solid currentColor; opacity:.14; border-radius:50%; transform:rotate(-25deg) scaleX(.85); }
.product-bottle { height:155px; width:88px; border-radius:16px 16px 21px 21px; position:relative; transform:rotate(-12deg); background:linear-gradient(100deg,#fff9,transparent 25%,var(--product) 40%,var(--product-deep) 80%,#ffffff6b),var(--product); border:1px solid #ffffff8a; box-shadow:inset 6px 0 8px #fff6,inset -6px 0 9px #7d425533,12px 18px 27px #946c702a; z-index:2; transition:transform .6s var(--ease),border-radius .6s var(--ease); }
.bottle-cap { position:absolute; width:66px; height:47px; top:-38px; left:10px; border-radius:10px 10px 3px 3px; background:linear-gradient(90deg,#e0d1c7,#fff5e9 30%,#c1aea3 74%,#e6d7cb); box-shadow:inset 0 2px 3px #fff9; }
.bottle-label { position:absolute; inset:38px 5px auto; text-align:center; color:#562f3b; font:italic 34px BrandSerif,serif; }
.bottle-label small { display:block; font:5px ElegantHebrew,sans-serif; font-style:normal; letter-spacing:1px; margin-top:6px; }
.bottle-label i { display:block; font:7px ElegantHebrew,sans-serif; margin-top:18px; }
.product-petal { position:absolute; background:linear-gradient(140deg,#f3dcd699,var(--product)); border:1px solid #fff4; box-shadow:inset 2px 3px 8px #fff7; width:72px; height:135px; border-radius:90% 0 90% 0; z-index:1; }
.petal-one { bottom:9px; right:8px; transform:rotate(-24deg); }
.petal-two { bottom:18px; left:7px; transform:rotate(30deg) scale(.85); }
.product-shadow { position:absolute; bottom:11px; width:150px; height:16px; border-radius:50%; background:radial-gradient(ellipse,#86637240,transparent 70%); }
[data-product="cream"] .product-bottle { transform:translateY(22px) rotate(8deg) scaleY(.67) scaleX(1.28); border-radius:17px; }
[data-product="cream"] .bottle-label { transform:scaleY(1.3); }
.product-toolbar { border-top:1px solid #94748033; padding-top:16px; display:flex; align-items:center; justify-content:space-between; gap:10px; font-size:11px; }
.product-detail { margin-top:18px; padding:16px; background:#fff4; border-radius:10px; }
.product-detail strong { font-size:14px; font-weight:500; }
.product-detail p { font-size:12px; margin-top:8px; }
.demo-crm { padding:22px; background:#f3f2f6; }
.crm-top { display:flex; align-items:center; gap:16px; justify-content:space-between; border-bottom:1px solid #dedbe5; padding-bottom:17px; }
.crm-logo { font-size:27px; font-weight:600; letter-spacing:-1.5px; }
.crm-logo > span { display:inline-block; color:#876896; font-size:22px; margin-left:3px; }
.crm-avatar { background:#e9daee; color:#714a82; border-radius:50%; width:30px; height:30px; display:grid; place-items:center; font-size:12px; }
.crm-heading { display:flex; justify-content:space-between; align-items:center; gap:12px; margin:24px 0 18px; }
.crm-heading h4 { font-size:24px; font-weight:500; letter-spacing:-.6px; margin:3px 0 0; }
.crm-counter { font-size:10px; color:#6b596f; }
.crm-counter b { display:block; font-size:25px; text-align:center; line-height:1.2; color:#725684; }
.crm-filters { margin-bottom:18px; }
.crm-board { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; align-items:start; }
.crm-column { background:#eae6ef; border-radius:9px; padding:8px; min-height:210px; }
.crm-column h5 { display:flex; gap:5px; align-items:center; font-size:10px; margin:3px 0 12px; font-weight:500; }
.crm-column h5 > i { width:5px; height:5px; background:#a279a8; border-radius:50%; }
.crm-column:nth-child(2) h5 > i { background:#9b7841; }
.crm-column:nth-child(3) h5 > i { background:#588779; }
.crm-column h5 > span { margin-inline-start:auto; color:#736879; font-size:10px; }
.crm-cards { display:grid; gap:8px; }
.lead-card { background:#fff; border:1px solid #e2dce8; padding:10px 8px; border-radius:6px; box-shadow:0 3px 8px #60427205; }
.lead-type { display:inline-block; font-size:8px; color:#785488; background:#f0e5f4; padding:2px 5px; border-radius:3px; }
.lead-card strong { display:block; font-size:10px; font-weight:500; margin:8px 0 5px; }
.lead-card small { display:block; font-size:8px; color:#736777; line-height:1.6; }
.lead-card button { width:100%; display:flex; justify-content:space-between; border:0; border-top:1px solid #eee9f0; background:transparent; font-size:9px; color:#674476; padding:9px 0 0; margin-top:9px; min-height:34px; }
.column-hint { display:block; color:#6d5d75; font-size:9px; text-align:center; margin-top:24px; line-height:1.8; }
.crm-cards:not(:empty) + .column-hint { display:none; }
.demo-automation { background:radial-gradient(ellipse at 0 0,#eee6f9,transparent 65%),#f8f4fb; padding:24px; }
.automation-top { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.signal-logo { font:italic 32px BrandSerif,serif; letter-spacing:-1px; }
.signal-logo > span { font-size:20px; display:inline-block; margin-left:5px; color:#895995; }
.automation-heading { margin:22px 0; }
.automation-heading h4 { font-size:30px; line-height:1.15; font-weight:300; letter-spacing:-1px; margin:0; }
.automation-heading em { color:#805589; font-style:normal; }
.automation-heading p { font-size:12px; color:#76647f; margin-top:10px; }
.flow-track { list-style:none; padding:0; margin:25px 0; display:grid; gap:15px; }
.flow-track li { display:flex; align-items:center; gap:14px; padding:12px; background:#fff9; border:1px solid #e1d5e8; border-radius:10px; position:relative; transition:background .3s var(--ease),border-color .3s var(--ease); }
.flow-track li + li:before { content:''; position:absolute; top:-16px; right:30px; height:15px; width:1px; background:#bd9ece; }
.flow-icon { width:35px; height:35px; border-radius:9px; display:grid; place-items:center; background:linear-gradient(145deg,#f8e9f3,#e6ddf4); color:#794b86; font-size:22px; flex-shrink:0; }
.flow-track strong { font-size:12px; font-weight:500; display:block; }
.flow-track small { color:#726077; font-size:10px; }
.flow-check { margin-inline-start:auto; color:#5b7964; opacity:0; transform:scale(.6); transition:opacity .35s var(--ease),transform .35s var(--ease); }
.flow-track li.complete { background:#f0f5ef; border-color:#c9d9c7; }
.flow-track li.complete .flow-check { opacity:1; transform:scale(1); }
.flow-run { display:flex; align-items:center; justify-content:space-between; width:100%; border:0; border-radius:99px; background:#51355f; color:#fff; padding:12px 18px; min-height:44px; font-size:12px; }
.flow-run:disabled { opacity:.8; }
.demo-search { background:#fbf8fc; padding:26px; }
.demo-search h4 { margin:18px 0 28px; font-size:31px; font-weight:300; line-height:1.2; }
.demo-search h4 em { font-style:normal; color:#8e5e94; }
.search-input { display:flex; gap:14px; background:#fff; border:1px solid #ddd1e4; padding:12px 18px; border-radius:99px; font-size:12px; }
.search-input > span { font-size:21px; line-height:1; }
.search-result { display:grid; grid-template-columns:30px 1fr; gap:10px; margin:27px 0; min-height:160px; }
.search-mark { display:grid; place-items:center; width:29px; height:29px; border-radius:50%; background:#ece0f0; font:italic 24px BrandSerif,serif; }
.search-result b { font-size:12px; font-weight:500; display:block; }
.search-result small { font-size:10px; color:#736078; display:block; }
.search-result h5 { grid-column:1/-1; font-size:19px; color:#6a3d85; margin:8px 0 0; font-weight:400; }
.search-result p { grid-column:1/-1; font-size:12px; color:#65536c; line-height:1.8; }
/* Selected studies: a wide cover, followed by two complementary compositions. */
.projects { padding-block:112px 96px; }
.project-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px 36px; align-items:start; }
.project-concept { min-width:0; }
.project-concept:first-child { grid-column:1/-1; }
.project-concept:nth-child(2) { margin-top:0; }
.project-concept:nth-child(3) { margin-top:85px; }
.project-visual { position:relative; overflow:hidden; padding:28px 32px 0; min-height:385px; background:radial-gradient(ellipse at 10% 0,#fff9,transparent 50%),linear-gradient(120deg,#eedbd7,#e0bbcd 62%,#d5c4df); border-radius:18px; isolation:isolate; }
.project-visual-top { display:flex; justify-content:space-between; gap:14px; font-size:10px; color:#655068; position:relative; z-index:1; }
.project-device { width:100%; margin:34px auto -70px; background:#fffc; border:1px solid #fff; padding:6px; border-radius:12px; box-shadow:0 22px 40px #72536625; transform:translateY(0) rotate(-2deg); transition:transform .7s var(--ease); pointer-events:none; }
.project-device .device-bar { display:flex; direction:ltr; align-items:center; gap:4px; padding:3px 8px 8px; }
.device-bar > span { width:5px; height:5px; border-radius:50%; background:#cdbacb; }
.device-bar i { flex:1; text-align:center; font-size:8px; font-style:normal; color:#765d77; }
.project-device > [data-demo] { border-radius:5px; overflow:hidden; }
.project-device .demo-live { display:none; }
.project-device .demo-site { padding:26px; }
.project-web .project-visual { height:540px; padding-inline:6%; }
.project-web .project-device { width:80%; margin:36px 0 -70px auto; transform:rotate(-3deg); }
.project-web .demo-site-hero { min-height:330px; grid-template-columns:1.1fr 1fr; }
.project-web .demo-site h4 { font-size:53px; }
.project-web .demo-site-copy p { font-size:13px; }
.project-web .demo-site-copy .demo-kicker { font-size:20px; }
.project-web .product-stage { transform:scale(1.15); }
.project-phone { position:absolute; left:8%; bottom:30px; width:150px; height:292px; border:6px solid #faf3ee; border-radius:27px; background:#f7ebe5; color:#6c444c; box-shadow:12px 20px 35px #694b682b,inset 0 0 0 1px #d7c5c3; transform:rotate(8deg); display:flex; flex-direction:column; align-items:center; padding:32px 12px 16px; transition:transform .7s var(--ease); }
.phone-notch { position:absolute; height:7px; width:36px; border-radius:0 0 5px 5px; top:0; left:calc(50% - 18px); background:#f9f3ec; }
.project-phone > b { font:italic 23px BrandSerif,serif; }
.project-phone > i { font-size:18px; font-weight:300; font-style:normal; text-align:center; line-height:1.2; margin-top:14px; }
.phone-bottle { width:40px; height:68px; border-radius:6px; position:relative; margin-top:30px; background:linear-gradient(100deg,#f1d8cf,#d495a1 60%,#af7287); transform:rotate(-12deg); box-shadow:7px 10px 15px #916b7340; }
.phone-bottle:before { content:''; position:absolute; inset:-17px 6px auto; height:18px; border-radius:4px 4px 0 0; background:linear-gradient(90deg,#cdb9a9,#f2e4ce,#c3a58e); }
.project-phone > small { margin-top:auto; font-size:6px; letter-spacing:1px; }
.project-crm .project-visual { background:radial-gradient(ellipse at 85% 0,#f5edff,transparent 60%),linear-gradient(130deg,#e3e1ef,#cfc9e3); }
.project-automation .project-visual { background:radial-gradient(ellipse at 0 0,#fff6ff,transparent 60%),linear-gradient(135deg,#d6c2df,#ddbed2); }
.project-automation .project-device { margin-top:26px; transform:rotate(3deg); }
.project-open { position:absolute; bottom:22px; left:22px; width:48px; height:48px; border-radius:50%; background:#fffc; border:1px solid #fff; color:#59375c; font-size:27px; box-shadow:0 8px 20px #5333541a; transition:transform .4s var(--ease),background .4s var(--ease); z-index:2; }
.project-open:hover { background:#fff; transform:rotate(-10deg); }
.project-info { padding:22px 0 0; }
.project-title { display:flex; gap:20px; justify-content:space-between; align-items:baseline; }
.project-title h3 { font:italic 45px BrandSerif,serif; letter-spacing:-1.2px; }
.project-title > span { font-size:12px; color:var(--muted); }
.project-concept p { max-width:620px; font-size:14px; line-height:1.9; color:var(--muted); margin-top:12px; }
.project-meta { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:12px; }
.project-meta .tags { margin:0; }
.project-meta .tags span { font-size:10px; color:#705a76; border-color:#ded0e2; border-radius:99px; padding:4px 10px; }
.project-meta .text-link { background:none; border:0; border-bottom:1px solid #c6a8c5; padding:7px 0; font-size:12px; white-space:nowrap; min-height:44px; }
@media(hover:hover) and (prefers-reduced-motion:no-preference) { .project-visual:hover .project-device { transform:translateY(-8px) rotate(0); } .project-visual:hover .project-phone { transform:translateY(-10px) rotate(4deg); } }
/* Studio signature and a concise working process. */
.studio-about-grid { display:grid; grid-template-columns:.9fr 1fr; align-items:center; gap:12%; }
.studio-seal { aspect-ratio:1; position:relative; display:grid; place-items:center; border-radius:50% 50% 8px 8px; overflow:hidden; background:radial-gradient(ellipse at 50% 35%,#fff8 8%,transparent 64%),linear-gradient(135deg,#e6d7e9,#e8cbdc 52%,#d9d0e8); box-shadow:inset 0 1px 0 #fff; }
.studio-seal img { width:94%; height:auto; display:block; }
.seal-label { position:absolute; top:38px; font-size:9px; letter-spacing:2px; color:#68566d; }
.seal-signature { position:absolute; bottom:26px; text-align:center; }
.seal-signature > span { display:block; font:italic 41px BrandSerif,serif; letter-spacing:-2px; }
.seal-signature > small { display:block; font-size:10px; color:#68526b; }
.studio-story .eyebrow { color:#846087; font-size:12px; margin-bottom:23px; }
.studio-story h2 { font-size:clamp(40px,4.2vw,64px); }
.studio-story .about-lead { font-size:22px; margin:26px 0 16px; }
.studio-story > p:not(.about-lead):not(.eyebrow) { font-size:15px; color:var(--muted); line-height:1.9; }
.story-note { display:flex; gap:15px; align-items:center; margin-top:27px; padding-top:23px; border-top:1px solid var(--line); color:#77577d; font-size:12px; }
.story-note > span:first-child { font-size:30px; }
.process { border-top:1px solid var(--line); }
.process-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.process-step { border-top:1px solid #c8adcf; padding-top:20px; }
.process-step summary { display:grid; grid-template-columns:1fr auto; gap:20px; cursor:pointer; list-style:none; min-height:105px; }
.process-step summary::-webkit-details-marker { display:none; }
.process-step summary > span { grid-column:1/-1; font-size:12px; color:#8d6494; font-variant-numeric:tabular-nums; }
.process-step h3 { font-size:19px; font-weight:400; line-height:1.5; color:var(--ink); }
.process-step[open] h3 { color:var(--ink); }
.process-step summary > i { font-size:24px; font-style:normal; color:#8b6191; transition:transform .3s var(--ease); }
.process-step[open] summary > i { transform:rotate(-90deg); }
.process-step p { font-size:13px; color:var(--muted); margin-top:18px; line-height:1.9; }
.contact { width:calc(100% - 40px); max-width:1680px; margin:auto; border-radius:24px; padding-block:100px; }
.contact .wrap { position:relative; }
.contact-monogram { position:absolute; font:italic 430px BrandSerif,serif; line-height:1; color:#a672aa15; left:-10px; top:-90px; z-index:-1; pointer-events:none; }
.contact h2 { font-size:clamp(48px,6.4vw,96px); }
.contact .eyebrow { color:#704276; }
.footer { padding-bottom:50px; font-size:12px; }
/* Native dialog handles focus containment, Escape and assistive technology. */
body.project-is-open { overflow:hidden; }
.project-dialog { border:1px solid #e4d7e9; border-radius:22px; background:#fcf9fc; color:var(--ink); width:min(1020px,calc(100% - 48px)); max-height:90dvh; padding:0; box-shadow:0 25px 100px #26102f40; }
.project-dialog::backdrop { background:#20152dcc; backdrop-filter:blur(7px); }
.project-dialog[open] { animation:study-enter .4s var(--ease); }
.dialog-toolbar { position:sticky; top:0; z-index:1; display:flex; gap:12px; align-items:center; justify-content:space-between; background:#fcf9fcf5; backdrop-filter:blur(10px); border-bottom:1px solid #e7dce9; padding:14px 28px; font-size:12px; }
.dialog-close { display:flex; align-items:center; gap:14px; border:1px solid #d7c7de; border-radius:99px; background:#f6eef7; padding:7px 14px; min-height:42px; font-size:12px; }
.dialog-close span { font-size:24px; line-height:1; }
.dialog-intro { display:grid; grid-template-columns:.65fr 1fr; gap:50px; padding:35px 40px; align-items:center; }
.dialog-intro h2 { font:italic 76px BrandSerif,serif; letter-spacing:-3px; text-align:right; }
.dialog-intro .eyebrow { color:#88668c; font-size:11px; }
.dialog-intro h3 { font-size:20px; font-weight:400; line-height:1.6; }
.dialog-intro p:not(.eyebrow) { font-size:13px; color:var(--muted); line-height:1.85; margin-top:12px; }
.dialog-demo { margin:0 40px; padding:7px; background:#eaddec; border-radius:18px; }
.dialog-demo > [data-demo] { border-radius:12px; padding:30px; }
.dialog-demo .demo-site-hero { min-height:320px; }
.dialog-demo .demo-site h4 { font-size:52px; }
.dialog-demo .demo-site-copy p { font-size:14px; }
.dialog-demo .product-stage { transform:scale(1.25); }
.dialog-demo .demo-site-nav { font-size:12px; }
.dialog-demo .demo-logo { font-size:44px; }
.dialog-demo .crm-board { gap:16px; }
.dialog-demo .crm-column { min-height:245px; padding:14px; }
.dialog-demo .crm-column h5,.dialog-demo .lead-card strong { font-size:13px; }
.dialog-demo .lead-card small,.dialog-demo .lead-type { font-size:11px; }
.dialog-demo .lead-card button { font-size:12px; min-height:44px; }
.dialog-demo .flow-track { grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.dialog-demo .flow-track li { display:grid; grid-template-columns:40px 1fr; gap:15px; padding:20px; }
.dialog-demo .flow-track li > div { grid-column:1/-1; }
.dialog-demo .flow-track li + li:before { top:35px; right:-19px; width:18px; height:1px; }
.dialog-demo .flow-check { grid-area:1 / 2; }
.dialog-demo .flow-run { max-width:310px; }
.dialog-footnote { margin:0; padding:22px 40px 30px; font-size:11px; line-height:1.8; color:#746079; }
@keyframes study-enter { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }
@media(min-width:1600px) { .services-layout { gap:70px; } }
@media(max-width:1100px) {
  .services-layout { gap:28px; grid-template-columns:.9fr 1.1fr; }
  .service h3 { font-size:18px; }
  .service-body { padding-inline:0; }
  .service-body p { font-size:13px; }
  .demo-site,.demo-crm,.demo-automation { padding:18px; }
  .crm-top > .demo-kicker { display:none; }
  .crm-board { gap:5px; }
  .crm-column { padding:5px; }
  .lead-card { padding:8px 5px; }
  .project-meta { flex-wrap:wrap; }
  .project-web .project-visual { height:470px; }
  .project-web .demo-site-hero { min-height:275px; }
  .project-web .demo-site h4 { font-size:42px; }
  .project-web .project-device { width:88%; }
  .project-phone { left:6%; width:130px; height:257px; bottom:20px; }
  .project-visual { padding-inline:20px; }
  .studio-about-grid { gap:8%; }
  .process-steps { gap:16px; }
  .process-step h3 { font-size:16px; }
}
@media(max-width:850px) {
  .services-layout { grid-template-columns:1fr; gap:32px; }
  .service-showcase { position:static; max-width:600px; width:100%; margin:auto; }
  .service h3 { font-size:21px; }
  .service-body p { font-size:15px; }
  .demo-site h4 { font-size:35px; }
  .demo-site-copy p { font-size:12px; }
  .demo-site,.demo-crm,.demo-automation { padding:24px; }
  .crm-board { gap:10px; }
  .crm-column { padding:10px; }
  .lead-card { padding:12px 9px; }
  .project-grid { grid-template-columns:1fr; gap:44px; }
  .project-concept:nth-child(3) { margin-top:0; }
  .project-visual { min-height:410px; }
  .project-device { max-width:520px; }
  .project-crm .project-device { margin-bottom:-170px; }
  .project-automation .project-device { margin-bottom:-145px; max-width:430px; }
  .project-web .project-device { max-width:none; }
  .studio-about-grid { grid-template-columns:1fr 1fr; gap:35px; }
  .studio-story h2 { font-size:38px; }
  .seal-label { font-size:7px; top:24px; letter-spacing:1px; }
  .seal-signature { bottom:18px; }
  .seal-signature > span { font-size:32px; }
  .seal-signature > small { font-size:8px; }
  .process-steps { grid-template-columns:1fr 1fr; gap:32px; }
}
@media(max-width:768px) {
  html { scroll-padding-top:110px; }
  .header { width:calc(100% - 24px); height:70px; margin-block:9px; top:9px; padding-inline:20px; border-radius:14px; }
  .header nav { top:76px; padding:22px; border:1px solid #e0d0e5; border-radius:14px; box-shadow:0 15px 35px #58316d18; }
  .wordmark { font-size:40px; }
  .wordmark small { font-size:7px; }
  .hero { border-radius:12px; }
  .hero .eyebrow { font-size:10px; letter-spacing:0; }
  .hero-description { font-size:13px; }
  .wrap { width:calc(100% - 40px); }
  .section { padding-block:68px; }
  .section-label { font-size:11px; margin-bottom:30px; align-items:start; }
  .section-label > span[dir="ltr"] { max-width:150px; text-align:left; font-size:10px; }
  h2 { font-size:43px; letter-spacing:-1.2px; }
  .positioning-body { grid-template-columns:1fr; gap:32px; }
  .positioning h2 { font-size:49px; }
  .positioning-copy { padding-top:0; }
  .positioning-copy > p:first-child { font-size:20px; }
  .positioning-copy > p:nth-child(2) { max-width:none; font-size:15px; }
  .signature-line { margin-top:24px; }
  .editorial-note { font-size:22px; margin-bottom:20px; }
  .services { width:calc(100% - 24px); padding:55px 20px; border-radius:18px; }
  .services .section-heading { margin-bottom:30px; }
  .section-heading { gap:22px; align-items:flex-start; }
  .section-heading > p { font-size:14px; }
  .service summary { padding-block:22px; }
  .service h3 { font-size:19px; }
  .service-body { padding-bottom:25px; }
  .service-body p { font-size:14px; }
  .service-showcase { padding:5px; border-radius:16px; }
  .service-demo-panel { border-radius:11px; }
  .showcase-caption { padding:13px 14px; font-size:10px; }
  .showcase-bottom { padding:17px 14px; font-size:11px; }
  .demo-site,.demo-crm,.demo-automation,.demo-search { padding:18px; }
  .demo-site-hero { min-height:270px; padding:24px 0; gap:0; }
  .demo-site h4 { font-size:31px; }
  .demo-site-copy .demo-kicker { font-size:13px; }
  .demo-site-copy p { font-size:10px; }
  .product-stage { height:230px; transform:scale(.87); }
  .product-halo { max-width:160%; }
  .demo-logo { font-size:29px; }
  .demo-site-nav { font-size:9px; }
  .crm-heading h4 { font-size:22px; }
  .crm-board { gap:6px; }
  .crm-column { padding:6px; }
  .lead-card { padding:8px 5px; }
  .lead-card strong { font-size:9px; }
  .crm-column h5 { font-size:9px; gap:4px; }
  .crm-column h5 > i { display:none; }
  .lead-card button { font-size:9px; min-height:38px; }
  .demo-options button { min-height:40px; padding:7px 12px; font-size:11px; }
  .custom-grid { gap:35px; }
  .custom-copy { font-size:15px; }
  .project-visual { border-radius:12px; padding:20px 18px 0; min-height:365px; }
  .project-visual-top { font-size:9px; gap:12px; }
  .project-visual-top > span[dir="ltr"] { font-size:8px; }
  .project-web .project-visual { height:375px; min-height:375px; padding-inline:20px; }
  .project-web .project-device { width:95%; margin-top:30px; transform:rotate(-2deg); }
  .project-web .demo-site { padding:15px; }
  .project-web .demo-site h4 { font-size:30px; }
  .project-web .demo-site-copy p { font-size:9px; }
  .project-web .demo-site-copy .demo-kicker { font-size:12px; }
  .project-web .demo-site-hero { min-height:225px; padding:20px 0; }
  .project-web .product-stage { transform:scale(.78); }
  .project-phone { left:6%; bottom:18px; width:95px; height:194px; border-width:4px; border-radius:20px; padding:22px 8px 10px; }
  .project-phone > b { font-size:19px; }
  .project-phone > i { font-size:14px; margin-top:8px; }
  .phone-bottle { width:27px; height:47px; margin-top:22px; }
  .phone-bottle:before { height:13px; top:-12px; inset-inline:4px; }
  .project-phone > small { font-size:4px; }
  .project-open { width:44px; height:44px; font-size:24px; left:17px; bottom:17px; }
  .project-web .project-open { left:auto; right:18px; }
  .project-title h3 { font-size:40px; }
  .project-title > span { font-size:11px; }
  .project-concept p { font-size:14px; }
  .project-meta { gap:12px; }
  .project-meta .tags span { font-size:9px; }
  .studio-about-grid { grid-template-columns:1fr; gap:38px; }
  .studio-seal { max-width:380px; width:100%; margin:auto; }
  .seal-label { top:30px; font-size:9px; letter-spacing:1.4px; }
  .seal-signature > span { font-size:40px; }
  .seal-signature > small { font-size:10px; }
  .studio-story h2 { font-size:43px; }
  .studio-story .about-lead { font-size:21px; }
  .process-step h3 { font-size:18px; }
  .contact { width:calc(100% - 24px); padding-block:70px; border-radius:18px; }
  .contact h2 { font-size:clamp(39px,10.5vw,67px); letter-spacing:-1.2px; }
  .contact .eyebrow { font-size:11px; }
  .contact p:not(.eyebrow) { font-size:14px; }
  .contact-monogram { font-size:300px; left:-60px; top:-50px; }
  .contact .hero-actions { margin-top:28px; }
  .footer { padding-bottom:32px; gap:24px; }
  .project-dialog { width:calc(100% - 20px); max-height:94dvh; border-radius:16px; }
  .dialog-toolbar { padding:12px 16px; font-size:10px; }
  .dialog-close { font-size:11px; }
  .dialog-intro { display:block; padding:26px 20px; }
  .dialog-intro h2 { font-size:63px; margin-bottom:20px; }
  .dialog-intro h3 { font-size:18px; }
  .dialog-demo { margin:0 12px; padding:4px; border-radius:14px; }
  .dialog-demo > [data-demo] { padding:16px; border-radius:10px; }
  .dialog-demo .demo-site h4 { font-size:31px; }
  .dialog-demo .demo-site-copy p { font-size:11px; }
  .dialog-demo .demo-site-nav { font-size:9px; }
  .dialog-demo .demo-logo { font-size:32px; }
  .dialog-demo .product-stage { transform:scale(.86); }
  .dialog-demo .demo-site-hero { min-height:260px; }
  .dialog-demo .crm-board { gap:6px; }
  .dialog-demo .crm-column { padding:6px; min-height:225px; }
  .dialog-demo .crm-column h5,.dialog-demo .lead-card strong { font-size:10px; }
  .dialog-demo .lead-card small,.dialog-demo .lead-type { font-size:9px; }
  .dialog-demo .lead-card button { font-size:10px; min-height:42px; }
  .dialog-demo .flow-track { grid-template-columns:1fr; }
  .dialog-demo .flow-track li { display:flex; padding:14px; }
  .dialog-demo .flow-track li + li:before { top:-19px; right:31px; width:1px; height:18px; }
  .dialog-demo .flow-run { max-width:none; }
  .dialog-footnote { padding:18px 22px 25px; font-size:10px; }
}
@media(max-width:600px) {
  .service-showcase .crm-board,.dialog-demo .crm-board { grid-template-columns:1fr; gap:12px; }
  .service-showcase .crm-column,.dialog-demo .crm-column { min-height:80px; padding:12px; }
  .service-showcase .crm-cards,.dialog-demo .crm-cards { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .service-showcase .crm-column h5,.dialog-demo .crm-column h5 { font-size:12px; }
  .service-showcase .lead-card,.dialog-demo .lead-card { padding:12px 10px; }
  .service-showcase .lead-card strong,.dialog-demo .lead-card strong { font-size:12px; }
  .service-showcase .lead-card small,.dialog-demo .lead-card small { font-size:10px; }
  .service-showcase .lead-card button,.dialog-demo .lead-card button { font-size:11px; min-height:44px; }
  .service-showcase .column-hint,.dialog-demo .column-hint { font-size:11px; margin-block:15px; }
}
@media(max-width:380px) {
  .services { padding-inline:14px; }
  .demo-site,.demo-crm,.demo-automation,.demo-search { padding:14px; }
  .demo-site h4 { font-size:27px; }
  .product-stage { transform:scale(.73); }
  .crm-board { grid-template-columns:1fr; }
  .crm-column { min-height:80px; padding:10px; }
  .crm-cards { grid-template-columns:1fr 1fr; }
  .crm-column h5,.lead-card strong { font-size:11px; }
  .lead-card small { font-size:9px; }
  .project-device .crm-board { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .project-device .crm-cards { grid-template-columns:1fr; }
  .project-device .lead-card strong { font-size:8px; }
  .project-device .crm-column { padding:4px; }
  .project-web .demo-site h4 { font-size:26px; }
  .project-web .demo-site-copy .demo-kicker { font-size:10px; }
  .project-web .product-stage { transform:scale(.65); }
  .project-web .project-visual { height:340px; min-height:340px; }
  .project-visual-top { font-size:8px; }
  .project-visual-top > span[dir="ltr"] { display:none; }
  .process-steps { grid-template-columns:1fr; gap:22px; }
  .process-step summary { min-height:72px; gap:12px; }
  .dialog-demo .crm-board { grid-template-columns:1fr; }
  .dialog-demo .crm-column { min-height:80px; }
  .hero .eyebrow { font-size:9px; }
  .hero-description { font-size:12px; }
}
@media(prefers-reduced-motion:reduce) {
  .service-demo-panel,.project-dialog[open] { animation:none; }
  .project-device,.project-phone,.product-bottle,.flow-check,.process-step summary > i { transition:none; }
}
