/* Every rule is scoped to additions or containers marked by this plugin. */
.to-studio-native-content, .to-studio-app-root { width: 100%; max-width: none; min-width: 0; }
.to-studio-native-content { margin: 0; padding: 0; }
.to-studio-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.to-studio-desktop-nav {
  gap: clamp(10px, 1.3vw, 22px) !important;
  row-gap: 0 !important;
  padding-inline: 24px !important;
  font-size: 12px !important;
  letter-spacing: .10em !important;
  height: auto !important;
  min-height: 44px;
  flex-wrap: wrap;
}
/* The parent theme uses transform-based Tailwind utilities while the studio
   uses individual translate properties. Apply one translation only. */
.to-studio-native-page #to-scheme-studio-root [data-slot="dialog-content"] {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: none !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100vw - 24px);
  max-width: min(850px, calc(100vw - 24px)) !important;
  max-height: 90dvh;
  z-index: 100002;
  background: var(--popover, #faf7f1);
}
.to-studio-native-page #to-scheme-studio-root [data-slot="dialog-overlay"] {
  position: fixed;
  inset: 0;
  z-index: 100001;
}
.to-studio-menu-item { flex: 0 0 auto; list-style: none; }
.to-studio-create-link { color: #906631; white-space: nowrap; }
.to-studio-desktop-nav .to-studio-create-link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; }
.to-studio-utility { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.to-studio-pins-link { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.to-studio-pin-count { display: inline-flex; justify-content: center; align-items: center; min-width: 20px; height: 20px; padding-inline: 4px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; line-height: 1; letter-spacing: 0; }
.to-studio-drawer-nav > .to-studio-menu-item { padding: 0; border-bottom: 1px solid rgba(144, 102, 49, .18); }
.to-studio-drawer-nav .to-studio-create-link { display: block; padding: 17px 20px; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.to-studio-drawer-quicklinks { flex-wrap: wrap; gap: 14px; }
.to-studio-mobile-links { display: flex; justify-content: center; align-items: center; min-height: 38px; padding: 4px 20px; background: #f1eae4; color: #6f5642; border-top: 1px solid #ddd1c3; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.to-studio-mobile-links[hidden] { display: none !important; }
.to-studio-home-feature { box-sizing: border-box; max-width: 1384px; margin: 40px auto; display: grid; grid-template-columns: 40% 60%; background: #efe6db; color: #49261d; overflow: hidden; }
.to-studio-home-feature * { box-sizing: border-box; }
.to-studio-home-copy { padding: 49px 25px 45px 48px; display: flex; flex-direction: column; align-items: flex-start; }
.to-studio-eyebrow { margin: 0; font-size: 10px; line-height: 1.5; letter-spacing: 2px; text-transform: uppercase; color: #846145; }
.to-studio-home-copy h2 { font-family: 'BreweryNo2Pro', 'Brewery No2 Pro', Georgia, serif; font-weight: 400; font-size: 46px; line-height: 1.06; margin: 19px 0 21px; letter-spacing: -.4px; color: #49261d; }
.to-studio-home-copy h2 em { font-style: normal; color: #9d7958; }
.to-studio-home-description { margin: 0; font-size: 15px; line-height: 1.7; max-width: 320px; color: #7b6452; }
.to-studio-home-benefits { list-style: none; margin: 23px 0 26px; padding: 0; display: grid; gap: 11px; font-size: 12px; line-height: 1.5; color: #6f5642; }
.to-studio-home-benefits li { display: flex; align-items: baseline; gap: 10px; }
.to-studio-home-benefits li::before { content: '✓'; flex: 0 0 auto; }
.to-studio-home-copy .to-studio-home-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; background: #49261d; color: #fff8ef; padding: 16px 24px; min-width: 230px; font-size: 14px; line-height: 1.4; letter-spacing: 0; text-decoration: none; }
.to-studio-home-copy .to-studio-home-cta:hover { background: #654434; color: #fff8ef; }
.to-studio-home-microcopy { font-size: 11px; line-height: 1.5; color: #997d66; margin-top: 12px; }
.to-studio-home-board-link { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 40px 30px 17px; text-decoration: none; min-width: 0; }
.to-studio-home-board { width: 100%; aspect-ratio: 1.35; position: relative; background-color: #d5c9b2; background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #fff6e425 2px, #fff6e425 3px), repeating-linear-gradient(0deg, transparent, transparent 2px, #705a3616 2px, #705a3616 3px); border: 9px solid #bda17b; box-shadow: 1px 8px 22px #5c402b30; transform: rotate(1.5deg); }
.to-studio-home-piece { position: absolute; background: #fcf8ef; box-shadow: 1px 3px 6px #4f352436; padding: 5px 5px 0; display: flex; flex-direction: column; }
.to-studio-home-piece > img { width: 100%; flex: 1; min-height: 0; object-fit: contain; mix-blend-mode: multiply; background: #ece7de; }
.to-studio-home-material > img { object-fit: cover; mix-blend-mode: normal; }
.to-studio-home-piece > span { font-family: 'BreweryNo2Pro', 'Brewery No2 Pro', Georgia, serif; font-size: 16px; line-height: 1.2; color: #49261d; padding: 6px 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.to-studio-home-pin { width: 8px; height: 8px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #eddcbc, #b49762 65%, #86693d); box-shadow: 1px 2px 2px #533a2960; position: absolute; top: -3px; left: 50%; }
.to-studio-home-palette { position: absolute; left: 38%; top: 43%; width: 24%; background: #f3ebdc; transform: rotate(-3deg); padding: 8px; box-shadow: 1px 2px 5px #50382527; }
.to-studio-home-palette > span { font-family: 'BreweryNo2Pro', 'Brewery No2 Pro', Georgia, serif; font-size: 17px; line-height: 1.2; color: #49261d; display: block; text-align: center; margin-bottom: 5px; }
.to-studio-home-palette > div { display: flex; gap: 3px; }
.to-studio-home-palette i { height: 20px; flex: 1; }
.to-studio-home-caption { display: flex; align-items: center; gap: 7px; font-size: 11px; line-height: 1.5; color: #92765d; margin-top: 22px; }
.to-studio-home-caption > svg { flex: 0 0 auto; }
@media (max-width: 1400px) {
  .to-studio-home-feature { margin-inline: 28px; }
}
@media (max-width: 1100px) {
  .to-studio-home-copy { padding: 36px 20px 36px 32px; }
  .to-studio-home-copy h2 { font-size: 40px; }
  .to-studio-home-board-link { padding: 30px 28px 30px 10px; }
  .to-studio-home-description { font-size: 14px; }
  .to-studio-home-piece > span { font-size: 13px; }
  .to-studio-home-palette > span { font-size: 14px; }
  .to-studio-home-caption { font-size: 10px; }
}
@media (max-width: 760px) {
  .to-studio-home-feature { display: flex; flex-direction: column; margin: 24px 20px; }
  .to-studio-home-copy { padding: 32px 28px 12px; }
  .to-studio-home-copy h2 { font-size: 43px; }
  .to-studio-home-description { font-size: 14px; max-width: none; }
  .to-studio-home-benefits { font-size: 12px; margin: 18px 0 22px; }
  .to-studio-home-copy .to-studio-home-cta { width: 100%; padding: 15px 20px; font-size: 14px; }
  .to-studio-home-board-link { padding: 30px 22px 24px; }
  .to-studio-home-board { max-width: 500px; }
  .to-studio-home-piece > span { font-size: 12px; }
  .to-studio-home-palette > span { font-size: 12px; }
  .to-studio-home-palette i { height: 14px; }
  .to-studio-home-caption { font-size: 10px; margin-top: 18px; }
}
@media (max-width: 380px) {
  .to-studio-home-feature { margin-inline: 12px; }
  .to-studio-home-copy { padding-inline: 20px; }
  .to-studio-home-copy h2 { font-size: 38px; }
  .to-studio-home-piece > span, .to-studio-home-palette > span { font-size: 10px; }
}

/* Visible mobile access and homepage breathing room. */
.to-studio-mobile-links { padding: 10px 20px; min-height: 68px; background: #f9f7f6; border-color: #bb9464; }
.to-studio-mobile-links .to-studio-pins-link { display: flex; justify-content: center; width: 100%; min-height: 48px; padding: 12px 20px; border: 1px solid #bb9464; color: #49261d; font-size: 14px; letter-spacing: .045em; text-decoration: none; gap: 9px; }
.to-studio-mobile-links .to-studio-pin-count { min-width: 24px; height: 24px; color: #bb9464; font-size: 12px; }
.to-studio-mobile-links .to-studio-pins-link svg { width: 17px; height: 17px; }
.to-studio-home-copy .to-studio-home-benefits { margin-top: 25px !important; margin-bottom: 0 !important; row-gap: 15px; }
.to-studio-home-copy .to-studio-home-cta { margin-top: 30px !important; padding: 18px 26px; min-height: 56px; }
.to-studio-home-copy .to-studio-home-microcopy { margin-top: 18px !important; }
@media (max-width: 760px) { .to-studio-home-copy { padding: 36px 28px 18px; } .to-studio-home-copy .to-studio-home-cta { margin-top: 28px !important; padding: 17px 22px; } }
