body[data-theme="studio"] { --paper: #f3eee5; --ink: #211d18; --muted: #746c62; --green: #322b24; --accent: #b1482d; background: var(--paper); }
body[data-theme="studio"] .site-header { border-bottom: 1px solid #d8cfc1; }
.studio-hero { width: min(1240px, calc(100% - 40px)); min-height: 540px; margin: 0 auto; padding: clamp(34px, 7vw, 88px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 44px; align-content: center; align-items: end; background: #27221d; color: #f6efe5; border-radius: 2px; }
.studio-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 10vw, 128px); font-weight: 400; line-height: .83; letter-spacing: -.07em; }
.studio-hero > p { margin: 0; color: #d2c6b6; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.3vw, 30px); line-height: 1.35; }
.studio-hero > a { grid-column: 2; color: #fff; font-weight: 900; }
.studio-catalog .section-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 74px); font-weight: 400; }
body[data-theme="studio"] .product-card { border-radius: 2px; border-color: #d8cfc1; }
body[data-theme="studio"] .product-image { border-radius: 0; background: #e6ded2; }
@media (max-width: 700px) { .studio-hero { width: min(100% - 24px, 1240px); min-height: 460px; grid-template-columns: 1fr; align-items: start; } .studio-hero > a { grid-column: 1; } }
