/* Studio edition: an editorial direction built around the MugCode identity. */
.studio-edition { --mc-section-space: clamp(64px, 8vw, 120px); }
.studio-edition .site-header { height: 102px; border-bottom: 1px solid var(--mc-stone); }
.studio-edition .brand .mc-logo { width: 205px; }
.studio-edition .brand-divider { height: 28px; opacity: .5; }
.studio-edition .brand-descriptor { font-size: 11px; letter-spacing: 0; line-height: 1.4; }
.studio-edition .site-nav { gap: 32px; }
.studio-edition .site-nav a { font-size: 13px; }
.studio-edition .site-nav .nav-cta { background: var(--mc-ink); color: var(--mc-paper); border-color: var(--mc-ink); border-radius: 999px; padding: 12px 21px; }
.studio-edition .nav-cta span { margin-left: 14px; }
.studio-edition .site-nav .nav-cta:hover { background: var(--mc-red); border-color: var(--mc-red); }
.studio-edition .mc-button { border-radius: 999px; min-height: 54px; padding: 15px 23px; font-size: 14px; gap: 25px; }
.studio-edition .mc-button span { transition: transform .2s ease; }
.studio-edition .mc-button:hover span { transform: translate(2px,-2px); }
.studio-edition .mc-heading { font-size: clamp(36px, 4.4vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.studio-edition .eyebrow { font-size: 10px; letter-spacing: .16em; }
.studio-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mc-red); margin-right: 10px; vertical-align: 1px; }
/* The opening composition. */
.studio-edition .studio-hero { grid-template-columns: 1.05fr 1fr; align-items: center; gap: 6%; padding-top: 40px; padding-bottom: 45px; min-height: 0; }
.studio-hero .hero-copy { padding-top: 8px; }
.studio-edition .hero-eyebrow { display: block; margin: 0 0 31px; font-size: 10px; }
.studio-edition .hero h1 { font-size: clamp(56px, 7.1vw, 106px); line-height: 1; letter-spacing: -.065em; }
.hero-heading-main { display: block; }
.studio-edition .hero h1 .hero-heading-accent { display: block; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-style: italic; font-size: 1.09em; letter-spacing: -.07em; line-height: 1.08; margin-left: -4px; margin-top: 3px; }
.studio-edition .hero h1 .mc-accent::after { display: none; }
.studio-edition .hero .mc-lead { font-size: 16px; line-height: 1.7; max-width: 35ch; margin: 27px 0; }
.studio-edition .hero-actions { gap: 25px; }
.hero-work-link { font-size: 13px; text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--mc-stone); }
.hero-work-link span { margin-left: 10px; display: inline-block; transition: transform .25s; }
.hero-work-link:hover span { transform: translateY(4px); }
.hero-bottom-note { display: flex; align-items: center; gap: 16px; margin-top: 37px; max-width: 350px; }
.handdrawn-spark { font-size: 44px; color: var(--mc-red); line-height: 1; }
.hero-bottom-note p { margin: 0; font-size: 11px; line-height: 1.6; color: var(--mc-slate); white-space: nowrap; }
.hero-bottom-note strong { color: var(--mc-ink); font-weight: 500; }
.hero-note-line { flex: 1; height: 1px; background: var(--mc-stone); margin-left: 10px; }
.hero-sculpture { position: relative; height: min(46vw, 660px); min-height: 480px; margin: 0; isolation: isolate; animation: sculpture-in 1.1s ease both; }
.hero-sculpture>img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 46% 46% 8px 8px / 35% 35% 8px 8px; transition: transform .8s cubic-bezier(.2,.7,.2,1); transform: perspective(1000px) rotateY(var(--tilt-x,0deg)) rotateX(var(--tilt-y,0deg)); }
.hero-sculpture figcaption { position: absolute; bottom: 22px; left: 22px; right: 22px; padding: 15px 18px; background: #f5f2eaee; border: 1px solid #f5f2ea; display: flex; justify-content: space-between; align-items: center; border-radius: 4px; }
.hero-sculpture figcaption>span:first-child { font-size: 9px; letter-spacing: .17em; line-height: 1.65; }
.hero-sculpture figcaption>span:last-child { font-size: 29px; font-weight: 400; color: var(--mc-red); }
.sculpture-caption { position: absolute; right: -27px; top: 43%; writing-mode: vertical-rl; display: flex; align-items: center; gap: 15px; font-size: 7px; letter-spacing: .15em; color: var(--mc-slate); }
.sculpture-caption i { color: var(--mc-red); font-style: normal; }
.hero-service-line { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-bottom: 34px; padding-top: 5px; }
.hero-service-line p { margin: 0; font-size: 12px; color: var(--mc-slate); }
.hero-service-line>span { font-size: 8px; letter-spacing: .15em; color: var(--mc-slate); }
.hero-service-line i { margin: 0 12px; color: var(--mc-red); font-style: normal; }
.hero-service-line a { font-size: 8px; letter-spacing: .13em; color: var(--mc-ink); text-decoration: none; }
.hero-service-line a span { margin-left: 12px; font-size: 18px; }
/* A gallery with the presence of an editorial spread. */
.studio-edition .work-section { background: var(--mc-ink); color: var(--mc-paper); }
.studio-edition .work-section .eyebrow { color: #b3b6bd; }
.studio-edition .work-section .slash { color: #ec8176; }
.studio-edition .work-section .section-heading-row { grid-template-columns: 1.15fr .85fr; gap: 15%; margin-bottom: 48px; }
.studio-edition .work-section h2 { max-width: 12ch; font-size: clamp(44px, 5.3vw, 76px); }
.work-section-intro { display: flex; align-items: flex-start; gap: 23px; }
.work-section-intro p { color: #b3b6bd; font-size: 14px; line-height: 1.8; margin: 0; max-width: 30ch; }
.work-star { font-size: 52px; color: #ed786b; line-height: 1; }
.studio-edition .work-toolbar { border-color: #42454b; padding: 18px 0 27px; }
.studio-edition .work-filters button { color: #c5c7cd; font-size: 11px; }
.studio-edition .work-filters button[aria-pressed=true] { background: var(--mc-paper); color: var(--mc-ink); }
.studio-edition .work-note { color: #a6abb4; font-size: 10px; }
.studio-edition .work-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 54px 34px; }
.studio-edition .project-card:nth-child(3n) { grid-column: auto; }
.studio-edition .project-card:first-child { grid-column: 1/-1; }
.studio-edition .project-card:first-child .project-link { display: grid; grid-template-columns: 1.55fr 1fr; gap: 60px; align-items: center; }
.studio-edition .project-art { border-radius: 5px; aspect-ratio: 1.32; }
.studio-edition .project-card:first-child .project-art { aspect-ratio: 1.45; }
.studio-edition .project-card:first-child .project-info { padding-right: 26px; }
.project-info { padding-top: 23px; }
.project-order { color: #989da6; font-size: 11px; letter-spacing: .12em; display: none; }
.studio-edition .project-card:first-child .project-order { display: block; margin-bottom: 60px; }
.studio-edition .project-category { color: #a7adb6; font-size: 9px; margin-bottom: 9px; }
.studio-edition .project-caption { margin-top: 0; }
.studio-edition .project-caption h3 { font-size: 32px; letter-spacing: -.04em; }
.studio-edition .project-card:first-child h3 { font-size: 49px; }
.studio-edition .project-summary { color: #aeb4bd; font-size: 13px; line-height: 1.75; margin-top: 14px; max-width: 42ch; }
.studio-edition .project-card:first-child .project-summary { font-size: 15px; }
.studio-edition .project-arrow { border-color: #4e535d; color: var(--mc-paper); }
.studio-edition .project-card:first-child .project-arrow { display: none; }
.project-read-more { display: none; margin-top: 30px; font-size: 12px; padding-bottom: 8px; border-bottom: 1px solid #62656b; width: fit-content; }
.project-read-more>span { margin-left: 30px; }
.studio-edition .project-card:first-child .project-read-more { display: block; }
.studio-edition .project-card:first-child .project-link:hover .project-read-more { color: #ed9288; }
.studio-edition .work-footnote { border-color: #42454b; margin-top: 55px; padding-top: 30px; }
.studio-edition .work-footnote p { color: #aeb4bd; font-size: 14px; }
.studio-edition .work-footnote strong { color: var(--mc-paper); }
.studio-edition .work-footnote a { font-size: 12px; border-color: #80838b; }
.studio-edition .work-section :is(a,button):focus-visible { outline-color: var(--mc-paper); }
.studio-edition .work-grid.is-filtered .project-card { grid-column: auto; }
.studio-edition .work-grid.is-filtered .project-link { display: block; }
.studio-edition .work-grid.is-filtered .project-info { padding-right: 0; }
.studio-edition .work-grid.is-filtered .project-art { aspect-ratio: 1.32; }
.studio-edition .work-grid.is-filtered .project-order, .studio-edition .work-grid.is-filtered .project-read-more { display: none; }
.studio-edition .work-grid.is-filtered h3 { font-size: 32px; }
.studio-edition .work-grid.is-filtered .project-arrow { display: grid; }
.architecture-scene img { width: 100%; height: 100%; object-fit: cover; display: block; }
.studio-edition .coffee-art .coffee-copy { top: 34%; font-size: 8cqw; }
.studio-edition .coffee-art .coffee-bag { width: 27%; left: 65%; height: 65%; top: 20%; }
.studio-edition .coffee-art .coffee-brand { font-size: 5cqw; top: 14%; }
.studio-edition .coffee-art .coffee-brand>span { font-size: 1.1cqw; }
.studio-edition .coffee-art .coffee-copy small { font-size: 1.5cqw; }
.studio-edition .coffee-art .coffee-cta { font-size: 1.5cqw; }
.studio-edition .coffee-art .bag-label>span { font-size: 2.7cqw; }
.studio-edition .coffee-art .bag-label i { font-size: 6cqw; }
.studio-edition .coffee-art .bag-label strong { font-size: 2cqw; }
.studio-edition .coffee-art .bag-label small { font-size: .8cqw; }
.studio-edition .coffee-art .coffee-bottom { font-size: 1cqw; }
/* Services: a readable list rather than another grid of cards. */
.studio-edition .studio-services { padding-top: var(--mc-section-space); }
.studio-services .section-heading-row { gap: 15%; }
.studio-services .section-heading-row>p { font-size: 15px; }
.service-rows { border-top: 1px solid var(--mc-stone); }
.service-row { display: grid; grid-template-columns: 55px 1.3fr 1fr 64px; gap: 30px; padding: 37px 0; align-items: center; border-bottom: 1px solid var(--mc-stone); }
.service-index { color: var(--mc-red); font-size: 11px; align-self: start; padding-top: 10px; }
.service-name h3 { font: 800 37px/1.15 var(--mc-font-display); letter-spacing: -.045em; margin: 0 0 12px; transition: color .2s; }
.service-row:hover h3 { color: var(--mc-red); }
.service-name p { margin: 0; max-width: 35ch; font-size: 14px; line-height: 1.7; color: var(--mc-slate); }
.service-row ul { list-style: none; padding: 0 0 0 10%; margin: 0; color: var(--mc-slate); font-size: 12px; line-height: 2.1; }
.service-row li::before { content: '+'; margin-right: 12px; color: var(--mc-red); }
.service-circle { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--mc-stone); border-radius: 50%; font-size: 29px; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.service-circle:hover { background: var(--mc-red); border-color: var(--mc-red); color: var(--mc-paper); transform: rotate(8deg); }
.studio-edition .craft-section { background: #eae6dc; }
.studio-edition .craft-grid { gap: 48px; }
.studio-edition .craft-grid h3 { font-size: 23px; letter-spacing: -.04em; }
.studio-edition .craft-grid p { font-size: 14px; }
.studio-edition .process { background: var(--mc-paper); color: var(--mc-ink); }
.studio-edition .process .eyebrow { color: var(--mc-slate); }
.studio-edition .process-grid article { border-top-color: var(--mc-stone); padding-top: 23px; }
.studio-edition .process-grid article>span { color: var(--mc-red); font-size: 12px; }
.studio-edition .process-grid h3 { font-size: 23px; margin-top: 22px; }
.studio-edition .process-grid p { color: var(--mc-slate); font-size: 14px; }
.studio-edition .process-signature { display: none; }
.studio-edition .process-grid { max-width: none; gap: 40px; }
.studio-edition .studio { width: 100%; max-width: none; background: var(--mc-red); color: var(--mc-paper); grid-template-columns: 1fr 1fr; padding-inline: max(var(--mc-gutter), calc((100vw - 1280px)/2)); gap: 12%; position: relative; overflow: hidden; }
.studio-edition .studio .eyebrow { color: #f7dcd3; }
.studio-edition .studio .slash { color: var(--mc-paper); }
.studio-edition .studio .mc-heading { font-size: clamp(42px,5vw,72px); max-width: 12ch; }
.studio-edition .studio-marker { position: absolute; display: block; left: 37%; bottom: -37px; font-size: 210px; line-height: 1; color: #ef9380; opacity: .4; transform: rotate(12deg); }
.studio-edition .studio-copy { padding-top: 36px; position: relative; }
.studio-edition .studio-copy p { color: var(--mc-paper); font-size: 17px; line-height: 1.85; }
.studio-edition .studio-copy .mc-text-link { border-color: #ecb5a9; font-size: 13px; }
.studio-edition .studio-copy .mc-text-link:hover { color: white; }
.studio-edition .studio a:focus-visible { outline-color: white; }
.studio-edition .faq-section { border-top: 0; gap: 13%; }
.studio-edition .faq-section h2 { font-size: clamp(34px,3.3vw,48px); }
.studio-edition .faq-list summary { font-size: 15px; padding-block: 26px; }
.studio-edition .contact { background: #eae6dc; }
.studio-edition .contact .mc-heading { font-size: clamp(45px,5.8vw,82px); }
.studio-edition .contact .mc-accent { font-family: Georgia,serif; font-style: italic; font-weight: 400; letter-spacing: -.055em; }
.studio-edition .contact-intro>p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
.studio-edition .form-wrap { border: 0; box-shadow: none; border-radius: 8px; padding: 36px; }
.studio-edition .form-wrap input, .studio-edition .form-wrap select, .studio-edition .form-wrap textarea { background: transparent; border-color: #d6d1c6; border-radius: 3px; font-size: 14px; }
.studio-edition .form-note { font-size: 10px; margin-top: 6px; }
.studio-edition .site-footer { padding-top: 75px; }
.footer-statement>span { font-size: 10px; letter-spacing: .18em; color: #b8bcc4; }
.footer-statement>a { display: flex; align-items: center; gap: 20px; font: 700 clamp(42px,6vw,85px)/1.15 var(--mc-font-display); letter-spacing: -.06em; text-decoration: none; margin: 22px 0 60px; }
.footer-statement em { font-family: Georgia,serif; font-weight: 400; color: #e88679; }
.footer-statement>a>span { margin-left: auto; color: #e88679; font-size: .9em; transition: transform .25s; }
.footer-statement>a:hover>span { transform: translate(5px,-5px); }
.studio-edition .footer-inner { border-top: 1px solid #3a4149; padding-top: 25px; }
.studio-edition .footer-inner .mc-logo { width: 160px; }
.studio-edition .footer-inner p { font-size: 11px; }
.studio-edition .footer-links { align-items: center; gap: 23px; }
.studio-edition .footer-links a { font-size: 12px; }
/* Studio sign-in shares the same visual language. */
.studio-login { margin: 0; background: var(--mc-paper); }
.studio-login-shell { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 20px; }
.login-art { min-height: 680px; position: relative; border-radius: 12px; overflow: hidden; }
.login-art>img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.login-art-top { position: absolute; left: 30px; right: 30px; top: 24px; display: flex; justify-content: space-between; align-items: center; }
.login-art-top>span { font-size: 10px; letter-spacing: .13em; font-weight: 600; }
.login-art-top i { font-style: normal; margin-inline: 10px; color: var(--mc-red); }
.login-art-top>a { width: 36px; height: 36px; border: 1px solid #9c968766; border-radius: 50%; display: grid; place-items: center; text-decoration: none; font-size: 21px; }
.login-art-bottom { position: absolute; bottom: 25px; left: 25px; right: 25px; padding: 20px 23px; background: #f5f2eaeb; border-radius: 6px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.login-art-bottom>span { font-size: 13px; font-weight: 600; line-height: 1.5; letter-spacing: .03em; }
.login-art-bottom em { font: italic 30px/1.1 Georgia,serif; letter-spacing: -.04em; color: var(--mc-red); }
.login-art-bottom small { font-size: 7px; letter-spacing: .12em; max-width: 16ch; line-height: 1.6; }
.login-content { display: flex; flex-direction: column; padding: 12px clamp(28px,5vw,90px); }
.login-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.login-top img { display: block; width: 160px; height: auto; }
.login-top>a:last-child { font-size: 10px; white-space: nowrap; color: var(--mc-slate); text-decoration: none; }
.studio-login .login-panel { background: transparent; box-shadow: none; border: 0; border-radius: 0; padding: 55px 0; width: 100%; max-width: 380px; margin: auto; }
.studio-login .login-panel .admin-kicker { color: var(--mc-slate); font-size: 9px; letter-spacing: .17em; margin: 0 0 24px; }
.studio-login .login-panel h1 { font: 800 clamp(40px,4vw,57px)/1.08 var(--mc-font-display); letter-spacing: -.06em; }
.studio-login .login-panel h1 em { font: italic 1.08em/1.2 Georgia,serif; color: var(--mc-red); letter-spacing: -.055em; }
.studio-login .login-panel>p:not(.admin-kicker):not(.login-private-note) { font-size: 12px; color: var(--mc-slate); margin: 16px 0 26px; }
.studio-login .login-panel label { font-size: 11px; font-weight: 600; margin: 18px 0 8px; }
.studio-login .login-panel input { min-width: 0; background: #fbfaf6; border: 1px solid #d8d3c8; min-height: 50px; border-radius: 5px; padding: 13px 15px; font: 400 13px var(--mc-font-body); }
.studio-login input::placeholder { color: #878980; }
.password-field { position: relative; }
.studio-login .password-field input { padding-right: 65px; }
.studio-login .login-panel .password-toggle { position: absolute; right: 6px; top: 6px; min-width: 48px; margin: 0; background: transparent; color: var(--mc-slate); padding: 12px 8px; font-size: 10px; border: 0; }
.studio-login .login-panel .password-toggle[hidden] { display: none; }
.studio-login .login-panel .login-submit { background: var(--mc-ink); border-radius: 999px; padding: 16px 23px; margin-top: 26px; font: 600 13px var(--mc-font-body); transition: background .2s; }
.studio-login .login-panel .login-submit:hover { background: var(--mc-red); }
.studio-login .login-panel .login-submit span { font-size: 19px; line-height: 16px; }
.studio-login .login-panel .login-private-note { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--mc-slate); font-size: 9px; margin: 23px 0 0; }
.login-bottom { display: flex; justify-content: space-between; gap: 15px; font-size: 9px; color: var(--mc-slate); padding-bottom: 15px; }
@keyframes sculpture-in { from { opacity: 0; transform: translateY(24px) rotate(1deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@media (max-width:1100px) {
    .studio-edition .site-nav { gap: 22px; }
    .studio-edition .hero h1 { font-size: clamp(55px,7.4vw,82px); }
    .hero-sculpture { min-height: 460px; }
    .hero-bottom-note { margin-top: 28px; }
    .studio-edition .hero-actions { gap: 15px; }
    .hero-work-link { font-size: 12px; }
    .hero-service-line>span { display: none; }
    .studio-edition .project-card:first-child .project-link { gap: 35px; }
    .studio-edition .project-card:first-child h3 { font-size: 36px; }
    .studio-edition .project-card:first-child .project-order { margin-bottom: 30px; }
    .service-row { grid-template-columns: 35px 1.2fr 1fr 50px; gap: 20px; }
    .service-name h3 { font-size: 31px; }
    .service-circle { width: 48px; height: 48px; }
    .service-row ul { padding-left: 0; font-size: 11px; }
    .studio-login-shell { grid-template-columns: .9fr 1fr; }
    .login-content { padding-inline: 32px; }
}
@media (max-width:768px) {
    .studio-edition .site-header { height: 80px; }
    .studio-edition .brand .mc-logo { width: 170px; }
    .studio-edition .site-nav { gap: 0; }
    .studio-edition .site-nav .nav-cta { margin-top: 10px; }
    .studio-edition .studio-hero { grid-template-columns: 1fr; gap: 40px; padding-top: 35px; padding-bottom: 28px; }
    .studio-edition .hero h1 { font-size: clamp(56px,11vw,86px); }
    .studio-edition .hero h1 .hero-heading-accent { font-size: 1.1em; }
    .studio-edition .hero .mc-lead { font-size: 16px; max-width: 40ch; }
    .studio-edition .hero-eyebrow { font-size: 9px; margin-bottom: 25px; }
    .hero-bottom-note { display: none; }
    .hero-sculpture { height: 580px; min-height: 0; width: min(100%,500px); justify-self: center; }
    .sculpture-caption { display: none; }
    .hero-service-line { padding-top: 0; padding-bottom: 30px; }
    .hero-service-line p { font-size: 11px; max-width: 22ch; }
    .hero-service-line a { font-size: 7px; white-space: nowrap; }
    .studio-edition .work-section .section-heading-row { grid-template-columns: 1fr; gap: 28px; }
    .studio-edition .work-section h2 { font-size: clamp(42px,9vw,66px); }
    .work-section-intro { gap: 20px; }
    .work-section-intro p { font-size: 13px; max-width: 38ch; }
    .work-star { font-size: 37px; }
    .studio-edition .work-grid, .studio-edition .work-grid.is-filtered { grid-template-columns: 1fr; gap: 36px; }
    .studio-edition .project-card:first-child, .studio-edition .project-card:nth-child(3n) { grid-column: auto; }
    .studio-edition .project-card:first-child .project-link { display: block; }
    .studio-edition .project-card:first-child .project-info { padding-right: 0; }
    .studio-edition .project-card:first-child .project-order, .studio-edition .project-card:first-child .project-read-more { display: none; }
    .studio-edition .project-card:first-child .project-arrow { display: grid; }
    .studio-edition .project-card:first-child h3, .studio-edition .project-caption h3 { font-size: 30px; }
    .studio-edition .project-card:first-child .project-summary { font-size: 13px; }
    .project-info { padding-top: 20px; }
    .studio-edition .project-card:first-child .project-art { aspect-ratio: 1.32; }
    .studio-edition .work-footnote { margin-top: 35px; }
    .service-row { grid-template-columns: 25px 1fr 45px; gap: 12px; padding-block: 29px; }
    .service-index { font-size: 9px; }
    .service-name h3 { font-size: 28px; }
    .service-name p { font-size: 13px; }
    .service-row ul { grid-column: 2; grid-row: 2; font-size: 11px; margin-top: 3px; }
    .service-circle { grid-column: 3; grid-row: 1; width: 41px; height: 41px; font-size: 23px; }
    .studio-edition .craft-grid { gap: 30px; }
    .studio-edition .process-grid { grid-template-columns: repeat(2,1fr); gap: 30px; }
    .studio-edition .studio { grid-template-columns: 1fr; gap: 25px; }
    .studio-edition .studio-copy { padding-top: 0; }
    .studio-edition .studio-marker { left: auto; right: -20px; bottom: -45px; }
    .studio-edition .studio-copy p { font-size: 16px; }
    .studio-edition .faq-section { gap: 30px; }
    .studio-edition .form-wrap { padding: 26px; }
    .studio-edition .contact .mc-heading { font-size: 56px; }
    .footer-statement>a { flex-wrap: wrap; gap: 5px 12px; font-size: 53px; margin-bottom: 40px; }
    .footer-statement>a>span { font-size: 46px; }
    .studio-edition .footer-links { justify-content: flex-start; }
    .studio-login-shell { grid-template-columns: 1fr; padding: 0; }
    .login-art { display: none; }
    .login-content { min-height: 100svh; padding: 18px 28px 0; }
    .studio-login .login-panel { padding-block: 50px; }
    .studio-login .login-panel h1 { font-size: 52px; }
    .login-top img { width: 150px; }
}
@media (max-width:400px) {
    .studio-edition .hero h1 { font-size: 53px; }
    .studio-edition .hero-actions { gap: 16px; }
    .studio-edition .hero-actions .mc-button { width: 100%; }
    .hero-work-link { margin-inline: auto; }
    .hero-sculpture { height: 400px; }
    .hero-sculpture figcaption { left: 15px; right: 15px; bottom: 15px; padding: 10px 13px; }
    .hero-sculpture figcaption>span:first-child { font-size: 7px; }
    .studio-edition .work-filters button { font-size: 10px; padding: 8px 9px; }
    .studio-edition .mc-heading { font-size: 36px; }
    .studio-edition .contact .mc-heading { font-size: 49px; }
    .studio-edition .process-grid { gap: 25px 18px; }
    .studio-edition .process-grid h3 { font-size: 20px; }
    .studio-edition .process-grid p { font-size: 13px; }
    .studio-edition .form-wrap { padding: 21px; }
    .footer-statement>a { font-size: 43px; }
    .studio-login .login-panel h1 { font-size: 44px; }
    .login-content { padding-inline: 22px; }
}
@media (prefers-reduced-motion:reduce) {
    .hero-sculpture, .hero-sculpture>img { animation: none; transition: none; transform: none; }
    .studio-login * { transition: none!important; }
}
/* Keep the light project mockup legible inside the dark gallery. */
.forma-art { color: #2c3027; }
/* The private workspace uses the same typography and quieter surfaces. */
.admin-body { background: var(--mc-paper); }
.admin-body .admin-shell { grid-template-columns: 270px minmax(0,1fr); }
.admin-body .admin-sidebar { margin: 16px 0 16px 16px; border-radius: 12px; position: sticky; top: 16px; height: calc(100svh - 32px); align-self: start; padding: 26px 20px; }
.admin-body .admin-brand { width: 100%; border-radius: 6px; }
.admin-body .admin-sidebar nav a { font-size: 12px; padding-block: 13px; }
.admin-body .admin-topline { font-size: 9px; }
.admin-body .page-heading h1 { letter-spacing: -.055em; }
.admin-body .stats>div, .admin-body .inbox, .admin-body .editor-section, .admin-body .detail-card { background: #fcfbf7; border-color: #ded9ce; }
.admin-body .stats strong { color: var(--mc-red); }
.admin-body .reply-button, .admin-body .editor-actions button, .admin-body .search-form button { border-radius: 999px; }
@media(max-width:850px) {
    .admin-body .admin-shell { grid-template-columns: 1fr; }
    .admin-body .admin-sidebar { position: static; height: auto; margin: 12px; padding: 14px 18px; }
    .admin-body .admin-brand { width: 140px; }
}
@media(max-width:768px) {
    .studio-login .login-panel input, .studio-edition .form-wrap input, .studio-edition .form-wrap select, .studio-edition .form-wrap textarea { font-size: 16px; }
}
/* Clear brand emphasis, without italic letterforms. */
.studio-edition .hero h1 .hero-heading-accent {
    font-family: var(--mc-font-display);
    font-style: normal;
    font-weight: 800;
    font-size: .94em;
    letter-spacing: -.055em;
    line-height: 1.12;
    margin-left: 0;
    margin-top: 8px;
}
.login-art-bottom em {
    font-family: var(--mc-font-display);
    font-style: normal;
    font-weight: 800;
    letter-spacing: -.035em;
}

/* Digital product direction: a real, interactive interface composition. */
.tech-edition { --tech-mono: ui-monospace, SFMono-Regular, Consolas, monospace; }
.tech-edition .studio-hero { position: relative; gap: 4%; grid-template-columns: 1fr 1.05fr; }
.tech-edition .eyebrow, .tech-edition .service-index, .tech-edition .project-category { font-family: var(--tech-mono); letter-spacing: .08em; }
.tech-edition .mc-button, .tech-edition .site-nav .nav-cta { border-radius: 8px; }
.code-signature { font: 700 29px/1 var(--tech-mono); color: var(--mc-red); }
.tech-workspace { margin: 0; min-width: 0; border: 1px solid #414751; border-radius: 14px; background: #171c24; color: #f5f2ea; box-shadow: 0 24px 60px -34px #171c2490; overflow: hidden; }
.workspace-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px 18px; border-bottom: 1px solid #343b46; color: #b9bec8; font: 10px var(--tech-mono); }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 6px; height: 6px; background: #69717e; border-radius: 50%; }.window-dots i:first-child { background: #df796d; }
.workspace-mark { color: #f29a8f; }
.workspace-tabs { display: flex; padding: 0 16px; border-bottom: 1px solid #343b46; }
.workspace-tabs button { background: transparent; border: 0; border-bottom: 2px solid transparent; padding: 17px 13px; color: #aeb6c3; font: 11px var(--tech-mono); cursor: pointer; }
.workspace-tabs button[aria-pressed=true] { border-bottom-color: #ed8175; color: #fff; background: #ffffff05; }
.workspace-tabs button:hover { color: #fff; }.workspace-tabs button:focus-visible { outline: 2px solid #ed8175; outline-offset: -4px; }
.workspace-canvas { height: 425px; position: relative; isolation: isolate; overflow: hidden; }
.workspace-grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#a3b4d00a 1px,transparent 1px),linear-gradient(90deg,#a3b4d00a 1px,transparent 1px); background-size: 25px 25px; }
.code-panel { position: absolute; top: 29px; left: 22px; right: 68px; background: #202732; border: 1px solid #424b5a; border-radius: 8px; box-shadow: 0 12px 35px #0003; transform: rotate(-3deg); transition: transform .5s,opacity .5s; }
.panel-label { padding: 12px 15px; border-bottom: 1px solid #3a424f; display: flex; justify-content: space-between; font: 9px var(--tech-mono); color: #b9c2d0; }
.panel-label span:last-child { color: #e89587; }
.code-lines { padding: 16px 12px 22px; font: 11px/2 var(--tech-mono); }.code-lines>div { display: flex; gap: 15px; white-space: nowrap; }.code-lines b { color: #778391; font-weight: 400; }.code-lines i { color: #eda096; font-style: normal; }.code-lines em { color: #b8d2c3; font-style: normal; }.syntax-muted { color: #99a5b6; }
.code-cursor { display: inline-block; width: 5px; height: 12px; background: #ed8175; vertical-align: -2px; margin-left: 3px; animation: cursor-beat 1.3s step-end 4; }
.product-preview { position: absolute; width: 230px; right: 23px; bottom: 37px; background: #f5f2ea; color: #171c24; border: 5px solid #303946; border-radius: 12px; box-shadow: 0 20px 45px #0005; transform: rotate(4deg); transition: transform .5s, filter .5s; }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-bottom: 1px solid #dad5ca; }.preview-brand { font: 800 13px var(--mc-font-display); }.preview-menu { font-size: 10px; }
.preview-content { padding: 16px 14px 9px; }.preview-kicker { font: 6px var(--tech-mono); letter-spacing: .07em; display: block; margin-bottom: 8px; }.preview-content>strong { font: 800 23px/1.1 var(--mc-font-display); letter-spacing: -.06em; }
.preview-visual { height: 113px; position: relative; display: grid; place-items: center; overflow: hidden; }.orbit-ring { width: 136px; height: 65px; border: 1px solid #c7392d77; border-radius: 50%; position: absolute; transform: rotate(-30deg); }.ring-two { transform: rotate(35deg); width: 119px; height: 85px; }.orbit-core { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: #c7392d; color: #fff; font: 700 35px var(--tech-mono); box-shadow: 0 8px 20px #c7392d33; transform: rotate(-8deg); }.orbit-point { position: absolute; width: 8px; height: 8px; background: #171c24; border-radius: 50%; left: 28px; top: 67px; }
.preview-bottom { border-top: 1px solid #dad5ca; display: flex; justify-content: space-between; align-items: center; font-size: 8px; padding-top: 8px; }.preview-bottom>span:last-child { background: #171c24; color: #fff; padding: 5px 8px; border-radius: 4px; font-size: 13px; }
.floating-token { position: absolute; background: #252e3b; border: 1px solid #4b5668; color: #e3e8ef; border-radius: 6px; padding: 10px 12px; font: 9px var(--tech-mono); box-shadow: 0 8px 20px #0003; }.floating-token>span { color: #f2a196; margin-right: 5px; }.token-responsive { bottom: 44px; left: 18px; transform: rotate(-3deg); }.token-design { top: 18px; right: 16px; transform: rotate(5deg); }
.workspace-status { display: flex; align-items: center; gap: 8px; padding: 15px; border-top: 1px solid #343b46; font: 9px/1.5 var(--tech-mono); color: #c3cad5; min-height: 51px; }.status-indicator { width: 6px; height: 6px; border-radius: 50%; background: #adcbb8; flex: 0 0 auto; }.workspace-version { margin-left: auto; color: #95a1b1; font-size: 7px; white-space: nowrap; }
.workspace-canvas[data-active-stage=design] .product-preview { transform: translate(-25px,-14px) rotate(0); }.workspace-canvas[data-active-stage=design] .code-panel { opacity: .3; transform: translateY(-7px) rotate(-5deg); }.workspace-canvas[data-active-stage=launch] .product-preview { transform: translate(-27px,-15px) rotate(0) scale(1.06); }.workspace-canvas[data-active-stage=launch] .code-panel { opacity: .45; transform: translate(-8px,0) rotate(-5deg); }
.tech-capabilities { border-top: 1px solid var(--mc-stone); background: #eeece6; }.tech-capabilities>.mc-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding-top: 24px; padding-bottom: 24px; }.tech-capabilities span { display: flex; gap: 12px; align-items: center; font: 11px var(--tech-mono); color: #4e5866; }.tech-capabilities b { color: #c7392d; font: 700 18px var(--tech-mono); }
.tech-edition .service-row { transition: background .2s; }.tech-edition .service-row:hover { background: #171c2404; }.tech-edition .service-index { border: 1px solid #c7392d40; padding: 10px; border-radius: 6px; width: fit-content; }
.tech-edition .process { background-image: radial-gradient(#171c2414 1px,transparent 1px); background-size: 18px 18px; }.tech-edition .process-grid>article { border-top: 2px solid #c7392d; }.tech-edition .studio-marker { font: 700 80px var(--tech-mono); letter-spacing: -.12em; }
@keyframes cursor-beat { 50% { opacity: 0; } }
@media (max-width: 1100px) and (min-width: 851px) { .code-lines { font-size: 9px; }.product-preview { width: 205px; }.floating-token { font-size: 8px; }.workspace-version { display: none; } }
@media (max-width: 850px) { .tech-edition .studio-hero { grid-template-columns: 1fr; }.tech-workspace { width: min(100%,540px); justify-self: center; }.tech-capabilities>.mc-container { display: grid; grid-template-columns: 1fr 1fr; }.tech-capabilities span { font-size: 9px; }.tech-edition .studio-marker { font-size: 50px; } }
@media (max-width: 480px) { .workspace-top { padding: 14px 12px; font-size: 8px; }.workspace-tabs { padding: 0 6px; }.workspace-tabs button { padding: 14px 11px; font-size: 10px; }.workspace-canvas { height: 375px; }.code-panel { left: 12px; right: 18px; }.code-lines { font-size: 9px; padding-left: 9px; }.code-lines>div { gap: 9px; }.product-preview { width: 180px; right: 15px; bottom: 43px; }.preview-content>strong { font-size: 20px; }.preview-visual { height: 90px; }.token-responsive { left: 12px; bottom: 15px; font-size: 8px; }.token-design { font-size: 7px; top: 14px; right: 8px; padding: 8px; }.workspace-status { font-size: 8px; }.workspace-version { display: none; }.tech-capabilities>.mc-container { gap: 18px 9px; }.tech-capabilities span { gap: 7px; font-size: 8px; } }
@media (prefers-reduced-motion: reduce) { .tech-workspace *, .tech-edition .service-row { animation: none !important; transition: none !important; } }

/* Keep website screenshots readable without cropping the page edges. */
.studio-edition .project-card .project-art:has(> .project-upload) { aspect-ratio: 16 / 10; background: #ebe7de; }
.project-art > .project-upload { object-fit: contain; object-position: center; }
.project-art--detail:has(> .project-upload) { aspect-ratio: auto; }
.project-art--detail > .project-upload { height: auto; }
.project-link:hover .project-art > .project-upload,
.project-link:focus-visible .project-art > .project-upload { transform: none; }
.project-art--detail > .project-upload { width: auto; max-width: 100%; max-height: 900px; margin-inline: auto; }

/* Device presentation for uploaded mobile app screens. */
.project-art:has(> .app-showcase) { background: #e9e3d6; }
.app-showcase { position: relative; height: 100%; width: 100%; display: grid; place-items: center; overflow: hidden; background: radial-gradient(ellipse at 50% 42%, #fffaf0 0%, #eee7d8 42%, #ddd6c7 100%); }
.app-showcase::before { content: ''; position: absolute; width: 76%; aspect-ratio: 1; border: 1px solid #bfb29966; border-radius: 50%; box-shadow: 0 0 0 5cqw #ffffff22, 0 0 0 10cqw #ffffff18; }
.app-showcase-label { position: absolute; inset: 5% 6% auto; display: flex; justify-content: space-between; gap: 12px; font: 500 clamp(7px,1.3cqw,11px)/1.4 var(--mc-font-body); letter-spacing: .15em; color: #716957; }
.iphone-device { position: relative; height: 78%; aspect-ratio: 0.47; padding: 1.2%; box-sizing: content-box; border-radius: 5.6cqw; background: linear-gradient(120deg,#b2aa9a,#3a3935 20%,#d5cfc2 48%,#363632 75%,#a8a08f); box-shadow: 0 0 0 1px #514c40, inset 0 0 0 2px #dad4c799, 1cqw 3cqw 4cqw #27221430, 0 1cqw 1.5cqw #27221420; transform: rotate(-6deg); z-index: 1; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.iphone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border: .6cqw solid #141412; box-sizing: border-box; border-radius: 4.7cqw; background: #100e0b; }
.iphone-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.iphone-island { position: absolute; top: 1.8%; left: 50%; transform: translateX(-50%); width: 28%; height: 3.2%; border-radius: 50px; background: #080808; box-shadow: inset 0 1px 1px #ffffff12; }
.iphone-island::after { content: ''; position: absolute; right: 13%; top: 30%; width: 9%; aspect-ratio: 1; border-radius: 50%; background: #172331; }
.iphone-button { position: absolute; width: .6cqw; background: linear-gradient(90deg,#514e45,#a29a89); border-radius: 3px; }
.iphone-button--volume { height: 12%; top: 22%; left: -.5cqw; }
.iphone-button--power { height: 9%; top: 28%; right: -.5cqw; }
.app-showcase-footer { position: absolute; inset: auto 6% 5%; display: flex; justify-content: space-between; align-items: end; color: #716957; font: 500 clamp(8px,1.8cqw,15px)/1.5 var(--mc-font-body); }
.app-showcase-footer>span:last-child { font-size: 3.4cqw; }
.project-link:hover .project-art > .app-showcase, .project-link:focus-visible .project-art > .app-showcase { transform: none; }
.project-link:hover .iphone-device { transform: rotate(-3deg) translateY(-1%); }
.project-art--detail:has(> .app-showcase) { aspect-ratio: 16 / 11; max-height: 850px; }
.project-art--detail .iphone-device { border-radius: 3.5cqw; padding: .65%; }
.project-art--detail .iphone-screen { border-radius: 2.9cqw; border-width: .4cqw; }
@media(max-width:600px) { .project-art--detail:has(> .app-showcase) { aspect-ratio: 4 / 5; }.project-art--detail .iphone-device { border-radius: 7cqw; padding: 1.2%; }.project-art--detail .iphone-screen { border-radius: 6cqw; border-width: .8cqw; }.app-showcase-label { letter-spacing: .1em; } }
@media(prefers-reduced-motion:reduce) { .iphone-device { transition: none; } }
.app-showcase { position: absolute; inset: 0; }
.iphone-device { position: absolute; top: 10%; min-width: 0; min-height: 0; }

/* Website work presented as a browser window on a project-specific backdrop. */
.studio-edition .project-card .project-art:has(> .web-showcase) { aspect-ratio: 4 / 3; border-radius: 12px; }
.web-showcase { --web-tint: #ccd4de; --web-base: #9daabd; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: radial-gradient(ellipse at 22% 8%,#ffffff65,transparent 60%),linear-gradient(145deg,var(--web-tint),var(--web-base)); overflow: hidden; }
.web-showcase--ember { --web-tint: #eac0a7; --web-base: #b77758; }
.web-showcase--peach { --web-tint: #f5d9c5; --web-base: #d6a58c; }
.web-showcase--gold { --web-tint: #d5c9a8; --web-base: #9a8960; }
.web-showcase::before { content: ''; position: absolute; width: 90%; aspect-ratio: 1; border: 1px solid #ffffff26; border-radius: 50%; transform: translate(34%,32%); box-shadow: 0 0 0 4cqw #ffffff09,0 0 0 8cqw #ffffff06; }
.web-browser { position: relative; width: 88%; max-height: 84%; border-radius: 9px; border: 1px solid #ffffff66; background: #fff; overflow: hidden; box-shadow: 0 2.5cqw 5cqw #32201532,0 .5cqw 1cqw #32201518; transition: transform .45s ease,box-shadow .45s ease; }
.web-browser-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: clamp(23px,4.4cqw,43px); padding: 0 2.1%; border-bottom: 1px solid #dddfe2; background: linear-gradient(#fafafa,#efeff0); color: #62656b; }
.web-browser-dots { display: flex; gap: .6cqw; flex-shrink: 0; }.web-browser-dots i { width: clamp(4px,.85cqw,8px); aspect-ratio: 1; border-radius: 50%; background: #ff625a; }.web-browser-dots i:nth-child(2) { background: #ffbd2e; }.web-browser-dots i:nth-child(3) { background: #28c840; }
.web-browser-address { display: flex; justify-content: center; align-items: center; gap: 7px; width: 55%; height: 65%; background: #ffffff; border: 1px solid #e2e3e5; border-radius: 4px; font: 400 clamp(7px,1.25cqw,12px)/1 var(--mc-font-body); overflow: hidden; white-space: nowrap; }
.web-browser-address>span { color: #999; }.web-browser-menu { font-size: clamp(14px,2cqw,22px); line-height: 1; }
.web-browser-page { overflow: hidden; background: white; }.web-browser-page img { display: block; width: 100%; height: auto; }
.project-link:hover .project-art > .web-showcase,.project-link:focus-visible .project-art > .web-showcase { transform: none; }
.project-link:hover .web-browser,.project-link:focus-visible .web-browser { transform: translateY(-1.2%); box-shadow: 0 3cqw 5cqw #3220153b; }
.project-art--detail:has(> .web-showcase) { aspect-ratio: auto; border-radius: 14px; }
.project-art--detail .web-showcase { position: relative; padding: clamp(25px,5cqw,70px) 0; }
.project-art--detail .web-browser { width: 90%; max-height: none; }
@media(max-width:600px) { .web-browser { width: 92%; max-height: 88%; border-radius: 5px; }.web-browser-toolbar { gap: 6px; }.web-browser-address { width: 64%; }.project-art--detail .web-browser { width: 94%; } }
@media(prefers-reduced-motion:reduce) { .web-browser { transition: none; } }
