.brief-page-root{min-height:100dvh;color:var(--studio-ink);background:var(--studio-canvas)}.brief-page-main{width:min(1280px,100% - 80px);margin:0 auto;padding:144px 0 112px}.brief-layout{grid-template-columns:minmax(260px,.82fr) minmax(0,1.45fr);align-items:start;gap:clamp(40px,6vw,88px);display:grid}.brief-intro{position:sticky;top:114px}.brief-back-link{color:var(--studio-plum);align-items:center;gap:9px;margin-bottom:28px;font-size:.9rem;text-decoration:none;display:inline-flex}.brief-back-link:hover{text-underline-offset:4px;text-decoration:underline}.brief-back-link svg{width:16px;height:16px}.brief-intro h1{font-family:var(--display);letter-spacing:-.055em;text-wrap:balance;overflow-wrap:anywhere;margin:0;font-size:clamp(2.6rem,4.5vw,4.6rem);font-weight:650;line-height:1.06}.brief-intro h1 span{color:var(--studio-violet)}.brief-intro-description{max-width:35ch;color:var(--studio-plum);margin:23px 0 0;font-size:1.06rem;line-height:1.65}.brief-step-list{gap:20px;margin:42px 0;padding:0;list-style:none;display:grid}.brief-step-list li{color:var(--studio-violet);align-items:center;gap:14px;font-size:.96rem;display:flex}.brief-step-list .is-current,.brief-step-list .is-complete{color:var(--studio-plum)}.brief-step-list .is-current{font-weight:650}.brief-step-number{border:1px solid var(--studio-line);font-variant-numeric:tabular-nums;border-radius:50%;flex:none;place-items:center;width:35px;height:35px;font-size:.75rem;display:grid}.brief-step-number svg{width:16px;height:16px}.is-current .brief-step-number{background:var(--studio-plum);color:var(--studio-white);border-color:var(--studio-plum)}.is-complete .brief-step-number{background:#eee4f1;border-color:#0000}.brief-delivery-note{border-top:1px solid var(--studio-line);max-width:36ch;padding-top:24px}.brief-delivery-note h2{margin:0 0 9px;font-size:.94rem;font-weight:650}.brief-delivery-note p{color:var(--studio-plum);margin:0;font-size:.86rem;line-height:1.65}.brief-form-panel{border:1px solid var(--studio-line);background:var(--studio-white);border-radius:24px;min-width:0;padding:clamp(28px,3.7vw,52px);box-shadow:0 16px 50px #502f4c0b}.brief-form-heading{margin-bottom:32px}.brief-form-heading .brief-step-status{color:var(--studio-violet);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:16px;margin:0 0 24px;font-size:.78rem;font-weight:600;display:flex}.brief-step-status span{text-align:end}.brief-form-heading h2{letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,2.7vw,2.2rem);font-weight:600;line-height:1.16}.brief-form-heading h2:focus{outline:none}.brief-form-heading>p:not(.brief-step-status){color:var(--studio-plum);margin:12px 0 0;font-size:.98rem;line-height:1.55}.brief-form-heading small{color:var(--studio-violet);margin-top:16px;font-size:.78rem;display:block}.brief-step-fields{gap:25px;display:grid}.brief-step-fields[hidden]{display:none!important}.brief-field{border:0;min-width:0;margin:0;padding:0}.brief-phone-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.brief-field>label,.brief-field>legend,.brief-other-field>label{width:100%;color:var(--studio-ink);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:5px 12px;margin-bottom:9px;padding:0;font-size:.98rem;font-weight:550;line-height:1.45;display:flex}.brief-field>legend{display:block}.brief-field .brief-optional{color:var(--studio-violet);white-space:nowrap;font-size:.74rem;font-weight:400}.brief-field-hint{color:var(--studio-violet);margin:-2px 0 12px;font-size:.85rem;line-height:1.55}.brief-field input:not([type=radio]),.brief-field textarea,.brief-field select{width:100%;min-width:0;min-height:53px;color:var(--studio-ink);background:var(--studio-white);font-family:var(--sans);box-shadow:none;border:1px solid #502f4c4d;border-radius:10px;margin:0;padding:14px 16px;font-size:1rem;line-height:1.5;transition:border-color .18s,outline-color .18s;display:block}.brief-field select{padding-right:34px}.brief-field textarea{resize:vertical;min-height:108px}.brief-field input::placeholder,.brief-field textarea::placeholder{color:#796b7a;opacity:1;font-size:.94rem}.brief-field input:not([type=radio]):hover,.brief-field textarea:hover,.brief-field select:hover{border-color:var(--studio-violet)}.brief-field input:not([type=radio]):focus,.brief-field textarea:focus,.brief-field select:focus{border-color:var(--studio-plum);outline:3px solid var(--studio-lavender);outline-offset:2px}.brief-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.brief-option{border:1px solid var(--studio-line);cursor:pointer;min-width:0;min-height:58px;color:var(--studio-plum);background:var(--studio-white);border-radius:10px;align-items:center;gap:10px;padding:13px 14px;font-size:.88rem;line-height:1.4;transition:border-color .18s,background-color .18s;display:flex}.brief-option:hover{border-color:var(--studio-violet)}.brief-option.is-selected{border-color:var(--studio-violet);background:#f5f0f7}.brief-option input{width:17px;height:17px;accent-color:var(--studio-plum);flex:none;margin:0}.brief-option:has(input:focus-visible){outline:3px solid var(--studio-lavender);outline-offset:2px}.brief-other-field{margin-top:18px}.brief-other-field>label{display:block}.brief-field-error{color:#94223e;margin:8px 0 0;font-size:.84rem;line-height:1.4}.brief-field input[aria-invalid=true],.brief-field textarea[aria-invalid=true],.brief-field select[aria-invalid=true],.brief-choice-field[aria-invalid=true] .brief-option{border-color:#94223e}.brief-validation-summary{color:#7d1d34;background:#fff4f6;border-left:3px solid #94223e;margin:0 0 24px;padding:13px 16px;font-size:.92rem;line-height:1.5}.brief-category-fields{border-top:1px solid var(--studio-line);gap:25px;margin-top:10px;padding-top:28px;display:grid}.brief-category-fields>h3{letter-spacing:-.02em;margin:0;font-size:1.12rem;font-weight:600}.brief-consent-area{border-top:1px solid var(--studio-line);padding-top:26px}.brief-consent{color:var(--studio-plum);cursor:pointer;align-items:flex-start;gap:12px;font-size:.86rem;line-height:1.55;display:flex}.brief-consent input{width:19px;height:19px;accent-color:var(--studio-plum);flex:none;margin:2px 0 0}.brief-consent input:focus-visible{outline:3px solid var(--studio-lavender);outline-offset:3px}.brief-privacy-link{color:var(--studio-plum);text-underline-offset:3px;align-items:center;gap:5px;margin:10px 0 0 31px;font-size:.84rem;text-decoration:underline;display:inline-flex}.brief-privacy-link svg{width:13px;height:13px}.brief-confirmation-note{color:var(--studio-plum);background:var(--studio-canvas);border-radius:10px;margin:24px 0 0;padding:16px;font-size:.86rem;line-height:1.6}.brief-actions{border-top:1px solid var(--studio-line);justify-content:space-between;align-items:center;gap:18px;margin-top:32px;padding-top:26px;display:flex}.brief-actions button{cursor:pointer;min-height:52px;font-family:var(--sans);border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:12px;padding:15px 20px;font-size:.92rem;font-weight:550;line-height:1.25;transition:background-color .18s,border-color .18s;display:inline-flex}.brief-actions button svg{flex:none;width:17px;height:17px}.brief-actions .brief-next{color:var(--studio-white);background:var(--studio-plum)}.brief-actions .brief-next:hover{background:var(--studio-violet)}.brief-actions .brief-previous{color:var(--studio-plum);background:0 0;padding-inline:8px}.brief-actions .brief-previous:hover{border-color:var(--studio-line)}.brief-actions button:disabled{cursor:wait;opacity:.65}.brief-submit-status{color:var(--studio-plum);background:var(--studio-canvas);border-radius:10px;margin-top:22px;padding:16px;font-size:.87rem;line-height:1.55}.brief-submit-status p{margin:0}.brief-submit-status.is-error{color:#7d1d34;background:#fff4f6}.brief-submit-status a{text-underline-offset:3px;align-items:center;gap:7px;margin-top:8px;text-decoration:underline;display:inline-flex}.brief-submit-status a svg{width:15px;height:15px}@media (max-width:1000px){.brief-page-main{width:min(840px,100% - 48px);padding-top:125px}.brief-layout{grid-template-columns:1fr;gap:34px}.brief-intro{position:static}.brief-intro h1{max-width:17ch;font-size:clamp(2.75rem,7vw,4.3rem)}.brief-intro h1 br{display:none}.brief-intro h1 br:after,.brief-intro h1 span:before{content:" "}.brief-intro-description{max-width:58ch;margin-top:16px}.brief-back-link{margin-bottom:20px}.brief-step-list{gap:18px;margin:28px 0 0;display:flex}.brief-step-list li{flex:1;align-items:flex-start;gap:9px;font-size:.8rem;line-height:1.4}.brief-step-number{width:28px;height:28px;font-size:.67rem}.brief-step-list li>span:last-child{padding-top:4px}.brief-delivery-note{display:none}.brief-form-panel{padding:38px}}@media (max-width:600px){.brief-page-main{width:calc(100% - 32px);padding-top:112px;padding-bottom:64px}.brief-layout{gap:26px}.brief-intro h1{max-width:16ch;font-size:clamp(2.6rem,11vw,3.3rem)}.brief-intro-description{max-width:40ch;font-size:.98rem;line-height:1.6}.brief-step-list{gap:7px}.brief-step-list li{gap:7px;font-size:.69rem;display:grid}.brief-step-list li>span:last-child{padding-top:0}.brief-form-panel{border-radius:18px;padding:26px 20px}.brief-form-heading .brief-step-status{margin-bottom:20px;font-size:.72rem}.brief-form-heading h2{font-size:1.7rem}.brief-form-heading>p:not(.brief-step-status){font-size:.9rem}.brief-field>label,.brief-field>legend,.brief-other-field>label{font-size:.94rem}.brief-field input:not([type=radio]),.brief-field textarea,.brief-field select{padding:13px 12px}.brief-phone-fields{grid-template-columns:1fr;gap:22px}.brief-options{grid-template-columns:1fr}.brief-option{min-height:51px}.brief-actions{gap:10px}.brief-actions button{gap:9px;padding-inline:14px;font-size:.87rem}.brief-actions .brief-previous{padding-inline:0}.brief-actions .brief-next{max-width:78%}}@media (prefers-reduced-motion:reduce){.brief-page-root *,.brief-page-root :before,.brief-page-root :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
