/* Intake owns its type and spacing; editorial form defaults must not leak in. */
.editorial .project-intake{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:clamp(32px,6vw,86px);padding:72px var(--ed-gutter);background:#f5f5f6;scroll-margin-top:90px}
.project-intake .intake-heading{padding-top:24px}.project-intake .intake-heading h2{font-size:clamp(36px,3.5vw,50px);line-height:1.1;letter-spacing:-.045em}.project-intake .intake-heading>p{font-size:15px;line-height:1.6;margin:18px 0 0;color:#62646c}.intake-body{min-width:0}
.chat-composer{margin:0;color:#171921;font-family:var(--sans);font-weight:400}.chat-composer .composer-identity{display:flex;align-items:center;gap:8px;font-size:12px;line-height:1.5;font-weight:500;margin:0 0 12px 4px}.composer-identity .chat-brand-dot{width:7px;height:7px;background:#efc100;border-radius:50%}
.chat-composer .composer-surface{background:#fff;border:1px solid #d7d9df;border-radius:24px;padding:16px 12px 10px;box-shadow:0 3px 12px #17192104;transition:border-color .2s,box-shadow .2s}.chat-composer .composer-surface:focus-within{border-color:#9398a3;box-shadow:0 0 0 3px #17192106}
.chat-composer textarea{display:block;width:100%;min-height:96px;max-height:160px;margin:0;border:0;border-radius:0;padding:2px 8px 10px;background:transparent;color:#171921;font:400 16px/1.6 var(--sans);resize:none;box-shadow:none;outline:none}.chat-composer textarea::placeholder{color:#777b84;opacity:1}
.chat-composer .composer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0}.chat-composer button,.chat-panel>header button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;border:0;margin:0;padding:0;font:inherit;transition:background .15s,color .15s}.chat-composer svg,.chat-panel svg{display:block;width:21px;height:21px}
.chat-composer .chat-attach{width:44px;height:44px;border-radius:50%;background:transparent;color:#5e626c}.chat-composer .chat-attach:hover{background:#f0f1f3;color:#171921}.chat-composer .chat-send{width:44px;height:44px;border-radius:50%;background:#171921;color:#fff}.chat-composer .chat-send:hover{background:#3566bb}.chat-composer .chat-send:disabled{background:#edeef0;color:#9ca0a8;cursor:default}.chat-composer button:disabled{cursor:wait}
.chat-composer .attachment-chip{display:flex;align-items:center;max-width:100%;width:fit-content;gap:4px;margin:0 8px 8px;padding-left:12px;border:1px solid #dfe1e6;border-radius:12px;background:#f6f7f8}.chat-composer .attachment-name{font-size:12px;line-height:1.4;overflow-wrap:anywhere;min-width:0}.chat-composer [data-remove-file]{width:44px;height:44px;background:transparent;color:#62646c;border-radius:10px}.chat-composer [data-remove-file]:hover{background:#e9ebef}.chat-composer [data-remove-file] svg{width:16px;height:16px}
.chat-composer .composer-status,.project-inquiry #form-status{font-size:12px;line-height:1.5;color:#525865;margin:10px 4px 0;overflow-wrap:anywhere}.chat-composer .composer-status:empty,.project-inquiry #form-status:empty,.chat-status:empty{display:none}.chat-composer .chat-about{margin:6px 4px 0}.chat-about summary{list-style:none;width:fit-content;display:flex;align-items:center;gap:6px;min-height:32px;font-size:11px;line-height:1.5;color:#696e78;cursor:pointer}.chat-about summary:after{content:'+';font-size:14px}.chat-about[open] summary:after{content:'−'}.chat-about summary::-webkit-details-marker{display:none}.chat-composer .chat-about p{font-size:12px;line-height:1.6;color:#62646c;margin:2px 0 12px;max-width:48ch}
.project-intake .project-inquiry{border-top:1px solid #dddfe4;margin-top:10px;padding:0}.project-inquiry>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;min-height:54px;padding:5px 4px;font-size:13px;line-height:1.5;font-weight:500;color:#414650;cursor:pointer}.project-inquiry>summary:hover{color:#171921}.project-inquiry>summary::-webkit-details-marker{display:none}.project-inquiry>summary svg{width:20px;height:20px;transition:transform .2s}.project-inquiry[open]>summary svg{transform:rotate(180deg)}
.project-inquiry #inquiry-form{display:grid;gap:16px;margin:4px 0 0;padding:12px 0 0}.project-inquiry .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.project-inquiry label{display:block;margin:0;color:#343943;font-size:12px;line-height:1.5;font-weight:500}.project-inquiry .field-optional{font-weight:400;color:#777b84}.project-inquiry input,.project-inquiry textarea{display:block;width:100%;margin:6px 0 0;background:#fff;border:1px solid #d7d9df;border-radius:10px;padding:11px 12px;color:#171921;font:400 16px/1.5 var(--sans);box-sizing:border-box}.project-inquiry textarea{min-height:96px;resize:vertical}.project-inquiry textarea::placeholder{color:#777b84}.project-inquiry .brief-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#62646c}.project-inquiry [type=submit]{display:flex;align-items:center;justify-content:center;gap:16px;min-height:44px;background:#171921;color:white;border:0;border-radius:10px;padding:10px 18px;font:500 13px/1.5 var(--sans);cursor:pointer}.project-inquiry [type=submit]:hover{background:#3566bb}.project-inquiry [type=submit]:disabled{opacity:.6;cursor:wait}
.chat-resume{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:44px;background:#fff;border:1px solid #d7d9df;border-radius:12px;color:#171921;padding:12px 16px;font:500 13px/1.5 var(--sans);cursor:pointer}.chat-composer+.chat-resume{margin-top:8px}
.chat-panel{position:fixed;z-index:1200;bottom:24px;right:24px;width:420px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100dvh - 40px);background:#fff;color:#171921;border:1px solid #dddfe4;border-radius:24px;box-shadow:0 18px 70px #0002;display:flex;flex-direction:column;overflow:hidden;font-family:var(--sans);font-weight:400}.chat-panel>header{display:flex;gap:12px;align-items:center;padding:16px 16px 16px 22px;border-bottom:1px solid #eeeff2;flex-shrink:0}.chat-panel>header>div{flex:1}.chat-panel>header strong{font-size:19px;font-weight:600;letter-spacing:-.04em}.chat-panel>header .chat-brand-dot{color:#c69d00}.chat-panel>header small{display:block;color:#6a6f78;font-size:11px;line-height:1.5;margin-top:3px}.chat-panel>header button{background:transparent;color:#62646c;border-radius:50%;width:44px;height:44px}.chat-panel>header button:hover{background:#f0f1f3}
.chat-panel [data-floating-slot]{padding:12px 14px 4px;overflow:auto;flex-shrink:0;max-height:50dvh}.chat-panel .composer-identity{display:none}.chat-panel .composer-surface{border-radius:22px;padding-top:12px}.chat-panel textarea{min-height:64px}.chat-panel .chat-about{margin-top:0}.chat-panel .chat-about summary{min-height:30px}.chat-messages{overflow:auto;overscroll-behavior:contain;padding:8px 20px;min-height:50px;flex:1}.chat-message{margin:16px 0;overflow-wrap:anywhere}.chat-message.visitor{background:#f1f2f4;padding:12px 16px;border-radius:18px 18px 4px 18px;margin-left:24px}.chat-message strong{display:block;color:#6a6f78;font-size:11px;font-weight:500}.chat-message p{font-size:14px;line-height:1.6;white-space:pre-wrap;margin:5px 0 0}.chat-message a{display:inline-block;color:#3566bb;font-size:12px;margin-top:8px;text-decoration:underline;text-underline-offset:3px}.chat-status{font-size:11px;line-height:1.5;color:#6a6f78;padding:0 22px;margin:4px 0}
.chat-launcher{position:fixed;z-index:1199;right:24px;bottom:24px;background:#171921;color:#fff;border:0;border-radius:30px;padding:14px 22px;min-height:44px;font:500 14px/1.5 var(--sans);cursor:pointer;box-shadow:0 6px 22px #0002}
.chat-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.chat-panel[hidden],.chat-launcher[hidden],.chat-resume[hidden],.attachment-chip[hidden]{display:none!important}.chat-composer button:focus-visible,.chat-panel button:focus-visible,.chat-launcher:focus-visible,.chat-resume:focus-visible,.chat-about summary:focus-visible,.project-inquiry summary:focus-visible,.project-inquiry input:focus-visible,.project-inquiry textarea:focus-visible,.project-inquiry button:focus-visible{outline:2px solid #3566bb;outline-offset:3px}
.story-skip{background:transparent;color:inherit;border:0;border-left:1px solid #ffffff50;padding:8px 12px;font:inherit;cursor:pointer;white-space:nowrap}.story-skip:focus-visible{outline:2px solid #efc100}
@media(max-width:800px){.editorial .project-intake{grid-template-columns:1fr;gap:26px;padding:44px var(--ed-gutter)}.project-intake .intake-heading{padding:0}.project-intake .intake-heading h2{font-size:36px}.project-intake .intake-heading>p{font-size:14px;margin-top:12px}.chat-panel{right:8px;bottom:max(8px,env(safe-area-inset-bottom));max-width:calc(100vw - 16px);width:420px;max-height:calc(100dvh - 16px)}.chat-launcher{bottom:max(16px,env(safe-area-inset-bottom))}.story-skip{font-size:11px;padding:8px}}
@media(max-width:380px){.project-inquiry .form-row{grid-template-columns:1fr}.project-intake .intake-heading h2{font-size:32px}}
@media(prefers-reduced-motion:reduce){.chat-composer *,.project-inquiry>summary svg{transition:none}}

.chat-composer .composer-surface:has(textarea:focus-visible){outline:2px solid #3566bb;outline-offset:3px}

.chat-panel .chat-booking{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 20px;padding:10px 14px;min-height:44px;border:1px solid #d7d9df;border-radius:12px;color:#171921;font-size:13px;text-decoration:none}.chat-panel .chat-booking:hover{background:#f2f4f7}.chat-panel .chat-booking:focus-visible{outline:2px solid #3566bb;outline-offset:3px}.chat-panel .chat-booking[hidden]{display:none}
