@import url('fonts.css');
:root{color-scheme:dark;--bg:#000000;--surface:#111111;--surface-2:#191919;--line:#303030;--muted:#b4b4b4;--text:#ffffff;--accent:#fc2c2c;--ink:#000000;--radius:16px;font-family:'Montserrat',sans-serif;font-synthesis:none;color:var(--text);background:var(--bg)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,a,label,input,textarea,select{touch-action:manipulation}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}button:disabled{cursor:not-allowed;opacity:.42}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}h1,h2,h3,p{margin:0}button{border:0}button,a{transition:background .18s,color .18s,border-color .18s,transform .18s}button:active:not(:disabled){transform:translateY(1px)}[hidden]{display:none!important}.shell{width:min(1280px,100% - 104px);margin:0 auto}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-family:'Montserrat',sans-serif;font-size:21px;line-height:1;font-weight:800;letter-spacing:1px}.header-location{font-size:10px;letter-spacing:1.7px;color:var(--muted);display:flex;align-items:center;gap:10px}.status-dot{width:5px;height:5px;display:inline-block;border-radius:50%;background:var(--accent);box-shadow:0 0 12px #fc2c2c22}.header-link{font-size:13px;border-bottom:1px solid #6c6c6c;padding:9px 0;display:flex;gap:25px}.header-link:hover{color:var(--accent)}.hero{padding:66px 0 58px;display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center}.eyebrow{font-size:10px;line-height:1.5;font-weight:600;letter-spacing:1.8px;color:var(--muted)}.hero .eyebrow{display:flex;gap:10px;align-items:center;color:var(--accent);margin-bottom:24px}.little-line{height:1px;width:25px;background:var(--accent)}h1{font-family:'Montserrat',sans-serif;font-weight:500;font-size:clamp(48px,5.7vw,80px);line-height:1.08;letter-spacing:-4.5px}h1 em{font-weight:500;font-style:normal;color:var(--accent)}.hero-description{color:var(--muted);font-size:14px;line-height:1.8;margin-top:24px}.hero-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:31px}.slogan{font-size:11px;color:#d2d2d2}.hero-arrow{font-size:32px;color:var(--accent);margin-right:20px;font-weight:400}.planner-section{border-top:1px solid var(--line);padding:40px 0 65px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:9px}h2{font-family:'Montserrat',sans-serif;font-weight:500;letter-spacing:-1.4px;font-size:34px;line-height:1.2}.section-heading>p{font-size:12px;line-height:1.6;color:var(--muted);padding-bottom:3px}.planner-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr);gap:38px;align-items:start}.preset-bar{display:flex;gap:6px;padding:5px;border:1px solid var(--line);background:#181818;border-radius:11px}.preset{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:6px;background:transparent;font-size:12px;font-weight:500;color:var(--muted);flex:1}.preset.active{background:var(--accent);color:var(--ink)}.preset svg{width:17px;height:17px;stroke-width:1.3}.recommended{font-size:7px;letter-spacing:.7px;border:1px solid #66666666;padding:3px 5px;border-radius:3px}.preset-help{color:var(--muted);font-size:11px;margin:13px 1px 21px;line-height:1.6;min-height:18px}.service-list{display:grid;gap:11px}.service{border:1px solid var(--line);border-radius:12px;background:#181818;transition:border-color .18s,background .18s;overflow:hidden}.service.selected{border-color:#6c3434;background:#171111}.service:hover{border-color:#7f7f7f}.service-header{position:relative;display:flex;align-items:center;gap:16px;padding:20px 21px;cursor:pointer;min-height:83px}.service-header>input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.service-header:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:-4px;border-radius:11px}.service-icon{color:var(--muted);width:31px;display:flex;justify-content:center}.selected .service-icon{color:#ff8c8c}.service-text{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.service-title{font-size:14px;font-weight:550;display:flex;align-items:center;gap:9px;flex-wrap:wrap}.service-description{font-size:11px;line-height:1.5;color:var(--muted)}.checkmark{width:20px;height:20px;border:1px solid #606060;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.selected .checkmark{background:var(--accent);border-color:var(--accent)}.selected .checkmark:after{content:'';width:8px;height:5px;border-left:1.7px solid var(--ink);border-bottom:1.7px solid var(--ink);transform:rotate(-45deg);margin-top:-2px}.service-details{margin:0 22px 18px 68px;border-top:1px solid #383838;padding-top:16px}.segmented{display:flex;gap:3px;border:none;padding:3px;background:#121212;border-radius:7px;margin:0 0 18px}.segmented label{position:relative;flex:1}.segmented input,.instrument-options input{position:absolute;opacity:0}.segmented span{display:block;text-align:center;font-size:11px;color:var(--muted);padding:9px 3px;border-radius:4px;cursor:pointer}.segmented input:checked+span{background:#343434;color:var(--text)}.segmented input:focus-visible+span,.instrument-options input:focus-visible+span{outline:2px solid var(--accent);outline-offset:2px}.hours-row{display:flex;align-items:center;justify-content:space-between;gap:15px}.field-title{font-size:11px;font-weight:500;display:block}.subtle{display:block;color:var(--muted);font-size:10px;margin-top:5px}.stepper{display:flex;align-items:center;border:1px solid #464646;border-radius:7px;overflow:hidden;background:#161616}.stepper button{width:35px;height:36px;background:transparent;color:var(--accent);font-size:18px}.stepper button:hover{background:#303030}.stepper input{width:29px;min-width:0;height:34px;padding:0;text-align:center;background:transparent;color:var(--text);border:0;font-size:12px;appearance:textfield;-moz-appearance:textfield}.stepper input::-webkit-inner-spin-button,.stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stepper>span{color:var(--muted);font-size:10px;margin-right:7px}.detail-note{font-size:10px;line-height:1.7;color:var(--muted);margin-top:13px}.service-price{margin:-6px 22px 18px 68px;font-size:10px;color:#bbbbbb}.optional{font-size:7px;letter-spacing:.6px;color:#bcbcbc;border:1px solid #404040;border-radius:3px;padding:3px 5px}.instrument-options{padding:0;margin:0;border:0;display:flex;gap:6px;flex-wrap:wrap}.instrument-options legend{font-size:11px;margin-bottom:12px}.instrument-options legend span{color:var(--muted);font-size:10px}.instrument-options label{position:relative}.instrument-options label span{display:block;padding:8px 11px;font-size:10px;border:1px solid #4c4c4c;border-radius:5px;cursor:pointer}.instrument-options input:checked+span{background:#fc2c2c17;border-color:var(--accent);color:var(--accent)}select{width:100%;border:1px solid #4a4a4a;border-radius:6px;padding:10px;background:#171717;font-size:12px;color:var(--text);margin-top:10px}select option{background:#171717}.prior-offer{border-top:1px solid #3a3a3a;margin-top:14px;padding-top:12px;font-size:10px;color:var(--muted)}.prior-offer summary{cursor:pointer;color:#c6c6c6;line-height:1.6}.prior-offer summary span{float:right}.prior-offer p{line-height:1.8;margin-top:10px}.project-notes{margin-top:31px}.notes-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.notes-heading h3{font-size:16px;font-weight:500;letter-spacing:-.3px}.notes-heading>span{font-size:8px;letter-spacing:1px;color:var(--muted)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-grid label,.notes-label{font-size:11px;color:#c2c2c2;display:block}.field-grid input,textarea{border:1px solid var(--line);border-radius:8px;background:#181818;color:var(--text);padding:13px;width:100%;font-size:11px;line-height:1.6;resize:vertical}.field-grid input{margin-top:8px;height:42px}.field-grid input::placeholder,textarea::placeholder{color:#888888;opacity:1}.notes-label{margin:17px 0 8px}.project-notes textarea{min-height:94px}.summary{border:1px solid #404040;background:#191313;border-radius:14px;padding:28px;position:sticky;top:24px;overflow:hidden}.summary:before{content:'';position:absolute;top:0;left:28px;right:28px;height:2px;background:linear-gradient(90deg,var(--accent),#525252)}.summary-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.summary-top .eyebrow{color:#ffabab;font-size:8px;letter-spacing:1.4px}.summary-top svg{width:21px;height:21px;color:#ff7777}.summary h2{font-size:39px;margin-bottom:8px}.summary-caption{font-size:11px;color:#b8b8b8}.summary-lines{padding:23px 0 9px;border-bottom:1px solid #404040;min-height:156px}.summary-line{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;font-size:11px;padding:0 0 18px;line-height:1.5}.line-left{display:flex;gap:8px;align-items:flex-start}.line-left svg{width:12px;height:16px;color:#ff9292;stroke-width:2}.line-detail{display:block;font-size:10px;color:#a6a6a6;margin-top:3px}.line-cost{white-space:nowrap;font-size:10px;color:#ffb6b6}.summary-line.priced .line-cost{color:var(--text)}.empty-plan{font-size:12px;line-height:1.8;color:#bababa;padding:0 0 22px}.estimate{padding:22px 0}.estimate-label{font-size:8px;letter-spacing:1.4px;color:#b4b4b4;display:flex;justify-content:space-between}.estimate-label>span{font-size:9px;letter-spacing:1px}.amount{font-family:'Montserrat',sans-serif;font-size:56px;letter-spacing:-3px;line-height:1.1;font-weight:500;margin:12px 0 9px}.amount>span{font-size:30px;color:#a9a9a9;letter-spacing:-1px}.amount.quote-only{font-size:32px;letter-spacing:-1px;line-height:1.3}.estimate-explainer{font-size:10px;color:#b8b8b8;line-height:1.6}.quote-notice{font-size:10px;display:flex;align-items:center;gap:7px;color:var(--accent);margin-top:18px}.quote-dot{border:1px solid var(--accent);width:5px;height:5px;border-radius:50%}.total-note{font-size:10px;line-height:1.8;color:#aeaeae;margin-top:10px}.primary-button{background:var(--accent);color:var(--ink);width:100%;min-height:48px;border-radius:7px;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:space-between;padding:13px 16px;gap:14px}.primary-button:hover{background:#ff5656}.primary-button svg{width:19px;height:19px;stroke-width:1.5}.summary-footnote{text-align:center;font-size:10px;color:#b2b2b2;line-height:1.7;margin-top:15px}.reset-button{font-size:10px;color:#9f9f9f;background:transparent;padding:15px 0 0;margin-top:19px;width:100%;border-top:1px solid #3b3b3b;display:flex;justify-content:space-between}.reset-button:hover{color:var(--accent)}.next-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding:41px 0 50px;border-top:1px solid var(--line)}.next-section .eyebrow{font-size:8px;margin-bottom:15px;letter-spacing:1.2px}.next-section h2{font-size:32px;line-height:1.25}.next-copy p{font-size:12px;color:var(--muted);line-height:1.9;max-width:330px}.next-copy a{font-size:11px;display:inline-flex;gap:40px;padding-bottom:9px;margin-top:18px;border-bottom:1px solid #4c4c4c;color:#c0c0c0}.next-copy a:hover{color:var(--accent)}footer{border-top:1px solid var(--line);padding:26px 0 36px;display:flex;justify-content:space-between;color:var(--muted);font-size:8px;letter-spacing:1px}footer>span:last-child{letter-spacing:.2px}.footer-dot{margin:0 10px;color:#626262}.mobile-summary{display:none}dialog{width:min(540px,calc(100% - 32px));border:1px solid #684040;border-radius:17px;padding:28px;background:#191313;color:var(--text);max-height:calc(100dvh - 40px);box-shadow:0 40px 100px #0009}dialog::backdrop{background:#060606c9;backdrop-filter:blur(6px)}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dialog-heading .eyebrow{font-size:8px;color:#bcbcbc;margin-bottom:9px}.dialog-heading h2{font-size:33px}.icon-button{width:36px;height:36px;border:1px solid #4a4a4a;border-radius:50%;background:transparent;font-size:24px;font-weight:400;color:var(--muted)}.icon-button:hover{background:#383838;color:var(--text)}.dialog-description{font-size:12px;color:var(--muted);line-height:1.7;margin:18px 0}.dialog-heading+ p{max-width:440px}#inquiry-text{font-size:11px;line-height:1.8;min-height:260px;height:31vh;max-height:330px;margin-bottom:17px;background:#141414;resize:vertical}.copy-status{text-align:center;font-size:10px;color:#bcbcbc;min-height:18px;margin:12px 0}.dialog-contact{display:block;text-align:center;font-size:10px;color:#bcbcbc;text-decoration:underline;text-underline-offset:4px;padding:8px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:10px;top:-80px;background:var(--accent);color:var(--ink);padding:12px;z-index:100}.skip-link:focus{top:10px}.noscript{background:#fc2c2c;color:#000000;padding:20px;position:fixed;bottom:0;left:0;right:0;z-index:100}
@media(min-width:1500px){.hero{gap:120px}h1{font-size:84px}.planner-layout{grid-template-columns:minmax(0,1.65fr) minmax(360px,1fr);gap:60px}.service-title{font-size:15px}.service-description{font-size:12px}.summary{padding:32px}}
@media(max-width:1100px){.shell{width:calc(100% - 64px)}.hero{gap:36px}h1{letter-spacing:-3px}.planner-layout{gap:24px;grid-template-columns:minmax(0,1.55fr) minmax(290px,1fr)}.summary{padding:23px}.recommended{display:none}.service-header{padding:18px 16px;gap:12px}.service-details{margin-left:59px;margin-right:16px}.service-price{margin-left:59px}.service-title{font-size:13px}.service-description{font-size:10px}.optional{font-size:6px}.next-section{gap:60px}.amount{font-size:50px}}
@media(max-width:800px){.shell{width:calc(100% - 40px);max-width:650px}.site-header{height:85px}.header-location{display:none}.hero{padding:42px 0 36px;gap:24px;grid-template-columns:1fr .65fr}.hero .eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:20px}h1{font-size:53px;letter-spacing:-3px}.hero-description{font-size:12px}.desktop-break{display:none}.hero-bottom{margin-top:23px}.slogan{font-size:10px}.hero-arrow{display:none}.planner-section{padding-top:30px;padding-bottom:40px}.planner-layout{grid-template-columns:1fr;gap:28px}.section-heading h2{font-size:29px}.section-heading>p{font-size:10px}.section-heading .eyebrow{font-size:8px}.recommended{display:inline}.service-title{font-size:14px}.service-description{font-size:11px}.service-header{padding:20px;gap:14px}.service-details{margin-left:65px;margin-right:20px}.service-price{margin-left:65px}.summary{position:static;padding:26px}.summary-lines{min-height:0}.summary-line{font-size:12px}.summary-caption{font-size:12px}.summary-top .eyebrow{font-size:9px}.summary:before{left:26px;right:26px}.summary-footnote br{display:none}.estimate{padding-top:22px}.next-section{gap:30px;padding:34px 0}.next-section h2{font-size:25px}.next-section .eyebrow{font-size:7px}.next-copy p{font-size:11px}.next-copy a{font-size:10px;gap:20px}footer{margin-bottom:85px;font-size:7px;gap:20px}.mobile-summary{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 20px calc(13px + env(safe-area-inset-bottom));background:#191313f7;border-top:1px solid #684040;backdrop-filter:blur(15px);z-index:5}.mobile-summary>div>span{display:block;font-size:13px;font-weight:500}.mobile-summary small{display:block;font-size:9px;color:var(--muted);margin-top:4px}.mobile-summary button{background:var(--accent);color:var(--ink);font-size:11px;font-weight:600;padding:13px 16px;border-radius:6px;display:flex;gap:22px;min-height:42px}.mobile-summary button:disabled{background:#4c4c4c;color:#c5c5c5}}
@media(max-width:500px){.shell{width:calc(100% - 36px)}.brand{font-size:18px}.header-link{font-size:11px;gap:13px}.hero{grid-template-columns:1fr;padding-top:32px;gap:26px}.hero .eyebrow{font-size:8px;margin-bottom:17px}h1{font-size:61px;letter-spacing:-3.3px}.hero-description{font-size:13px;max-width:300px;margin-top:20px;line-height:1.7}.hero-bottom{margin-top:19px}.slogan{font-size:10px}.section-heading{align-items:center;gap:16px;margin-bottom:23px}.section-heading h2{font-size:28px;letter-spacing:-1px}.section-heading>p{display:none}.preset{font-size:10px;gap:6px;min-height:42px}.preset svg{width:14px;height:14px}.recommended{font-size:5px;padding:3px}.preset-help{font-size:10px;line-height:1.7;margin-bottom:18px}.service-header{padding:17px 14px;gap:10px}.service-icon{width:24px}.service-icon svg{width:22px;height:22px}.service-title{font-size:12px;gap:6px}.service-description{font-size:10px}.checkmark{width:19px;height:19px}.service-details{margin:0 15px 16px 48px}.service-price{margin-left:48px;font-size:9px}.hours-row{gap:5px}.field-title{font-size:10px}.stepper button{width:30px;height:36px}.stepper input{width:21px}.subtle{font-size:9px}.detail-note{font-size:9px}.segmented{margin-bottom:15px}.segmented span{font-size:10px;padding:9px 3px}.instrument-options{gap:5px}.instrument-options label span{padding:7px 9px;font-size:9px}.instrument-options legend{font-size:10px}.instrument-options legend span{font-size:9px}.optional{font-size:6px}.prior-offer{font-size:9px}.field-grid{grid-template-columns:1fr;gap:14px}.field-grid label,.notes-label{font-size:11px}.field-grid input,textarea{font-size:12px}.notes-heading h3{font-size:15px}.next-section{grid-template-columns:1fr;gap:20px}.next-section h2{font-size:29px}.next-section .eyebrow{font-size:7px;letter-spacing:1px}.next-copy p{font-size:12px;max-width:320px}.next-copy a{font-size:11px}footer{flex-direction:column;gap:12px;padding:24px 0}.summary h2{font-size:38px}.mobile-summary{padding-left:18px;padding-right:18px}dialog{padding:23px}.dialog-description{font-size:11px}#inquiry-text{font-size:11px;min-height:230px}.dialog-heading h2{font-size:29px}.dialog-heading .eyebrow{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Vytal Studio identity, matched to the existing website. */
.site-header{height:116px}
.brand{display:block;line-height:0;flex-shrink:0}
.brand-logo{display:block;width:112px;height:112px;object-fit:contain}
.header-link{border-bottom-color:var(--accent)}
.hero{padding-top:52px;padding-bottom:54px;gap:58px}
h1{font-size:clamp(44px,4.8vw,70px);font-weight:500;letter-spacing:-3px;line-height:1.15}
h1 em{display:inline-block;font-family:'Calligraffitti',cursive;font-size:1.14em;font-weight:400;letter-spacing:-2px;line-height:1.35;margin-top:2px}
.hero-description{font-size:13px;line-height:1.9}
.slogan{font-size:11px;color:#e2e2e2}
.studio-visual{position:relative;isolation:isolate;overflow:hidden;margin:0;min-height:360px;height:100%;border:1px solid #363030;border-radius:10px;background:#101010}
.studio-photo{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 45%}
.studio-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#000b 0%,transparent 36%,#0002 54%,#000e 100%);z-index:0;pointer-events:none}
.photo-top{position:absolute;top:21px;left:23px;right:23px;display:flex;justify-content:space-between;gap:10px;z-index:1;font-size:8px;font-weight:600;letter-spacing:1.6px;color:#fff}
.studio-visual figcaption{position:absolute;left:23px;right:23px;bottom:22px;z-index:1}
.photo-script{display:block;font-family:'Calligraffitti',cursive;font-size:28px;line-height:1.5;color:#fff}
.photo-caption{display:block;font-size:7px;letter-spacing:1.1px;margin-top:8px;color:#e2e2e2}
.photo-caption .status-dot{margin-right:7px}
.recommended{border-color:#0005}
.preset.active{font-weight:650}
.service.selected{border-color:#683535;background:linear-gradient(110deg,#1a1111,#121212)}
.service:hover{border-color:#a04747}
.service-header:has(input:focus-visible){outline-color:#ff6868}
.segmented input:checked+span{background:#422424;color:#fff}
.stepper button:hover{background:#422424}
.instrument-options input:checked+span{color:#ffaaaa}
.summary{background:linear-gradient(145deg,#211616,#131313);border-color:#684040}
.summary:before{background:linear-gradient(90deg,#fc2c2c,#652121)}
.summary h2{font-family:'Calligraffitti',cursive;font-weight:400;font-size:45px;letter-spacing:0}
.quote-notice{color:#ff9191}
.primary-button{font-weight:700}
.next-section{background:#fc2c2c;border:0;border-radius:10px;margin-bottom:38px;padding:34px 38px;gap:70px}
.next-section .eyebrow{color:#1b0000;font-weight:650;letter-spacing:1px}
.next-section h2{font-family:'Calligraffitti',cursive;color:#fff;font-size:39px;line-height:1.35;letter-spacing:0;font-weight:400}
.next-copy p{color:#170000;font-weight:500}
.next-copy a{color:#140000;font-weight:650;border-bottom-color:#360000}
.next-copy a:hover{color:#fff}
.copy-status{color:#ffb3b3}
.mobile-summary{border-top-color:#7a3939}
@media(min-width:1500px){h1{font-size:75px}.studio-visual{min-height:390px}}
@media(max-width:1100px){.hero{gap:34px}.studio-visual{min-height:320px}.photo-script{font-size:24px}.hero-description{font-size:12px}.next-section{gap:34px;padding:30px}.next-section h2{font-size:33px}}
@media(max-width:800px){.site-header{height:94px}.brand-logo{width:94px;height:94px}.hero{grid-template-columns:1fr .85fr;padding:36px 0;gap:24px}h1{font-size:43px;letter-spacing:-2px}h1 em{letter-spacing:-1px}.studio-visual{min-height:295px}.photo-top{left:15px;right:15px;top:17px;font-size:6px;letter-spacing:1px}.photo-top span:last-child{display:none}.studio-visual figcaption{left:15px;right:15px;bottom:16px}.photo-script{font-size:21px}.photo-caption{font-size:6px;line-height:1.8;letter-spacing:.8px}.hero-description{font-size:11px}.slogan{font-size:9px}.next-section{gap:26px;padding:27px}.next-section h2{font-size:29px}.summary h2{font-size:45px}}
@media(max-width:500px){.site-header{height:86px}.brand-logo{width:88px;height:88px}.hero{grid-template-columns:1fr;gap:25px;padding:29px 0 34px}h1{font-size:clamp(40px,11.7vw,58px);letter-spacing:-2px;line-height:1.15}h1 em{font-size:1.22em;letter-spacing:-1px}.hero-description{font-size:12px;max-width:320px;margin-top:15px}.hero-bottom{margin-top:15px}.slogan{font-size:10px}.studio-visual{min-height:240px;height:240px}.studio-photo{object-position:50% 48%}.photo-top{top:16px;left:17px;right:17px;font-size:7px}.photo-top span:last-child{display:block;font-size:6px}.studio-visual figcaption{left:17px;bottom:15px}.photo-script{font-size:25px}.photo-caption{font-size:6px;margin-top:4px}.service-title{font-size:11px;font-weight:600}.service-description{font-size:9px}.preset{font-size:9px}.preset-help{font-size:9px}.field-title{font-size:9px}.recommended{font-size:5px}.instrument-options legend{font-size:9px}.next-section{grid-template-columns:1fr;margin-bottom:26px;padding:25px 22px;gap:16px}.next-section h2{font-size:31px}.next-section .eyebrow{font-size:6px;line-height:1.8}.next-copy p{font-size:11px}.next-copy a{font-size:10px}.summary-line{font-size:11px}.line-cost{font-size:9px}.mobile-summary>div>span{font-size:11px}.mobile-summary button{font-size:10px;gap:14px}}
