/* Scoped to the designer; shared site typography, navigation and footer remain intact. */
.td-page {
  max-width: none;
  margin: auto;
  padding: 0;
  color: var(--color-text);
  font-family: var(--font-body);
}
.td-page [hidden] {
  display: none !important;
}
.td-page button,
.td-page select,
.td-page input {
  font: inherit;
}
.td-page button,
.td-page a,
.td-page select {
  touch-action: manipulation;
}
.td-page button {
  cursor: pointer;
}
.td-page button:focus-visible,
.td-page a:focus-visible,
.td-page input:focus-visible,
.td-page select:focus-visible {
  outline: 2px solid var(--color-accent-dark);
  outline-offset: 3px;
}
.td-page button:active {
  transform: translateY(1px);
}
.td-skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 200;
  background: white;
  padding: 12px;
}
.td-skip:focus {
  top: 16px;
}
.td-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}
.td-hero nav {
  display: flex;
  gap: 10px;
  color: var(--color-text-muted);
  font-size: 11px;
  margin-bottom: 24px;
}
.td-eyebrow {
  font-size: 10px !important;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--color-text-muted);
  margin: 0 0 12px !important;
}
.td-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 0 0 14px;
}
.td-hero h1 span {
  color: #777b70;
}
.td-hero p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.7;
}
.td-hero-note {
  text-align: right;
  padding-bottom: 5px;
}
.td-hero-note p {
  font-size: 11px;
  margin-top: 12px;
}
.td-planning {
  max-width: 1180px;
  margin: 88px auto 0;
  padding-inline: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.td-planning [id],
#designer {
  scroll-margin-top: 110px;
}
.td-planning h2,
.td-planning h3 {
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--color-text);
}
.td-planning h2 {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 20px;
}
.td-planning h3 {
  font-size: 24px;
  margin: 14px 0;
}
.td-planning p {
  color: var(--color-text-muted);
  margin: 0 0 15px;
}
.td-planning a {
  color: #315e38;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.td-planning a:hover {
  color: #182f1c;
}
.td-planning-intro {
  max-width: 760px;
  margin-bottom: 40px;
}
.td-planning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.td-planning-grid article {
  padding: 32px;
  border: 1px solid #dedfd5;
  border-radius: 16px;
  background: #f7f8f2;
}
.td-planning-number {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #63715d;
}
.td-planning-faq {
  margin-top: 60px;
}
.td-planning-faq details {
  border-bottom: 1px solid #dedfd5;
}
.td-planning-faq summary {
  cursor: pointer;
  padding: 22px 0;
  font-weight: 600;
}
.td-planning-faq summary:focus-visible {
  outline: 2px solid var(--color-accent-dark);
  outline-offset: 3px;
}
.td-planning-faq details p {
  max-width: 850px;
  margin-bottom: 24px;
}
.td-planning-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding: 32px;
  border-radius: 16px;
  background: #e9efdf;
}
.td-planning-next h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
.td-planning-next p {
  margin-bottom: 0;
}
.td-planning-next a {
  flex-shrink: 0;
  padding: 14px 20px;
  border-radius: 30px;
  background: #293c2b;
  color: white;
  font-size: 12px;
  text-decoration: none;
}
.td-planning-next a:hover {
  color: white;
  background: #38583b;
}
@media (max-width: 700px) {
  .td-planning { margin-top: 52px; }
  .td-planning-grid { grid-template-columns: 1fr; }
  .td-planning-grid article { padding: 24px; }
  .td-planning-next { flex-direction: column; align-items: flex-start; padding: 24px; }
}
.td-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
}
.td-visual {
  min-width: 0;
  background: #e8e6e0;
  display: flex;
  flex-direction: column;
  border: 1px solid #373936;
  border-radius: 16px;
  overflow: hidden;
  scroll-margin-top: 100px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}
.td-viewbar {
  height: 60px;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6d6cb;
  background: #f2f1ec;
}
.td-segment {
  display: flex;
  padding: 3px;
  background: #e4e5dc;
  border-radius: 7px;
}
.td-segment button {
  font-size: 11px;
  border: 0;
  background: transparent;
  color: #5d635a;
  padding: 8px 13px;
  border-radius: 5px;
}
.td-segment button[aria-pressed="true"] {
  background: #fff;
  color: #111210;
  box-shadow: 0 1px 4px #0001;
}
.td-live {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #60675c;
  display: flex;
  align-items: center;
  gap: 7px;
}
.td-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #007844;
}
#td-canvas {
  position: relative;
  min-height: 500px;
  height: clamp(500px, 65vh, 780px);
  max-height: 780px;
  flex: 1;
  overflow: hidden;
}
#td-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#td-canvas[data-error]:after {
  content: attr(data-error);
  position: absolute;
  inset: 35% 12% auto;
  padding: 22px;
  background: white;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.7;
  z-index: 4;
}
.td-view-title {
  position: absolute;
  left: 26px;
  top: 25px;
  pointer-events: none;
  z-index: 1;
}
.td-view-title span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.2em;
  color: #62685d;
  margin-bottom: 6px;
}
.td-view-title strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #30372c;
}
.td-view-help {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
  color: #484e43;
  pointer-events: none;
  z-index: 1;
  background: #e8e6e099;
}
.td-camera {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 12px 8px;
  background: #f0efe8;
  border-top: 1px solid #d6d6cb;
}
.td-camera button {
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  color: #5d635a;
  padding: 7px 9px;
  font-size: 10px;
}
.td-camera button[aria-pressed="true"] {
  background: #fff;
  border-color: #cdd0c4;
  color: #111210;
}
.td-camera button:hover {
  background: #fff;
}
.td-overlays {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 9px;
  border-top: 1px solid #d6d6cb;
  color: #5d635a;
}
.td-overlays label {
  display: flex;
  gap: 4px;
  align-items: center;
}
.td-overlays input,
.td-check input {
  accent-color: #007844;
}
.td-overlays button {
  font-size: 10px;
  border: 1px solid #b6bbae;
  border-radius: 4px;
  background: white;
  padding: 4px 8px;
}
.td-strip {
  display: grid;
  grid-template-columns: 1.4fr 1.1fr 0.7fr 1fr;
  background: #fafaf8;
  border-top: 1px solid #d6d6cb;
  padding: 20px 16px;
  gap: 10px;
}
.td-strip > div {
  padding-left: 10px;
  border-left: 1px solid #dbddd5;
}
.td-strip > div:first-child {
  border-left: 0;
  padding-left: 0;
}
.td-strip small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #72796b;
  margin-bottom: 7px;
}
.td-strip strong {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 15px;
}
.td-strip em {
  display: block;
  font: 9px var(--font-body);
  color: #777f6e;
  margin-top: 2px;
}
.td-config {
  min-width: 0;
}
.td-config-top {
  padding: 0 2px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: #fafaf8;
}
.td-config-top h2 {
  font: 500 34px / 1.15 var(--font-heading);
  letter-spacing: -0.035em;
  margin: 8px 0 12px;
}
.td-config-top p:not(.td-eyebrow) {
  font-size: 13px;
  color: #b6bcb2;
  margin: 0;
}
.td-config-top a {
  flex-shrink: 0;
  padding: 12px 18px;
  border: 1px solid #596052;
  border-radius: 24px;
  font-size: 12px;
  color: #fafaf8;
}
.td-tabs {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  margin-bottom: 18px;
  background: #1b1e19;
  border: 1px solid #373d32;
  border-radius: 18px;
}
.td-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 98px;
  padding: 16px 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #b5bdae;
  font: 500 12px / 1.3 var(--font-body);
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.td-tab svg {
  width: 25px;
  height: 25px;
}
.td-tab:hover {
  background: #2a3026;
  color: #f4f6ef;
}
.td-tab[aria-selected="true"] {
  background: #f4f6ef;
  color: #285839;
  border-color: #d4e1c9;
  box-shadow: 0 3px 12px #0002;
}
.td-tab:focus-visible {
  outline: 2px solid #6fd29c;
  outline-offset: 2px;
}
.td-panel {
  display: block;
}
.td-config-card[hidden] {
  display: none;
}
.td-card-content {
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 1200px) {
  .td-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .td-tab { min-height: 80px; gap: 8px; padding: 12px 8px; }
}
.td-config-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid #d9dcd3;
  border-radius: 16px;
  background: #fffefa;
  color: var(--color-text);
}
.td-card-content > .td-eyebrow {
  color: #537747;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.td-panel h2 {
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 0 0 12px;
}
.td-panel h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  margin: 20px 0 12px;
}
.td-panel p {
  font-size: 13px;
  line-height: 1.75;
  color: #646d5d;
  margin: 0 0 18px;
}
.td-field {
  display: block;
  margin: 17px 0;
  font-size: 13px;
  font-weight: 500;
  color: #394331;
}
.td-field select,
.td-field input {
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  border: 1px solid #d8ddcf;
  border-radius: 6px;
  padding: 11px 10px;
  background: #fafbf7;
  color: #222c1b;
  font-size: 12px;
}
.td-field select {
  padding-right: 24px;
  cursor: pointer;
}
.td-field small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 6px;
  color: #737c69;
}
.td-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.td-field-grid .td-field {
  margin: 0;
}
.td-input-unit {
  position: relative;
}
.td-input-unit input {
  padding-right: 44px;
}
.td-input-unit span {
  position: absolute;
  right: 12px;
  top: 20px;
  font-size: 10px;
  color: #7a826f;
}
.td-callout {
  padding: 15px;
  border: 1px solid #dce2d5;
  background: #f4f6ef;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.7;
  margin: 18px 0;
  color: #3f4a36;
}
.td-callout strong {
  font-weight: 600;
}
.td-callout p {
  margin: 6px 0 0;
  font-size: 10px;
}
.td-badge {
  display: inline-block;
  border: 1px solid #d8dfd0;
  background: #edf2e7;
  border-radius: 20px;
  color: #46543c;
  padding: 4px 8px;
  font-size: 8px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  white-space: nowrap;
}
.td-badge.recommended {
  background: var(--color-accent-dim);
  color: var(--color-accent-deep);
  border-color: #c3ded0;
}
.td-badge.not_recommended {
  background: #eeede7;
  color: #625e4a;
  border-color: #ddd8ca;
}
.td-badge.unavailable {
  background: #eeecea;
  color: #76635b;
  border-color: #ddd4cf;
}
.td-actions button,
.td-presets button {
  background: white;
  border: 1px solid #d6ddcc;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 10px;
  color: #48523e;
}
.td-actions button:hover,
.td-presets button:hover {
  background: #e9eee3;
  color: #20291a;
}
.td-actions,
.td-presets {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.td-presets button {
  padding: 8px;
  font-size: 9px;
}
.td-capacity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
  padding: 14px 0;
  border-block: 1px solid #e0e5d8;
}
.td-capacity small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.03em;
  color: #6d7761;
  line-height: 1.5;
}
.td-capacity strong {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 28px;
}
.td-row {
  border: 1px solid #dce2d5;
  border-radius: 7px;
  margin: 12px 0;
  padding: 12px;
}
.td-row > div:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.td-row strong {
  font-size: 11px;
}
.td-row span {
  font-size: 8px;
  color: #748068;
  margin-right: auto;
}
.td-row b {
  font-size: 12px;
}
.td-row button {
  border: 1px solid #cdd7c3;
  background: #f7f9f3;
  border-radius: 4px;
  min-width: 25px;
  min-height: 26px;
  font-size: 12px;
}
.td-row button:hover {
  background: #e3ecd9;
}
.td-seats {
  display: flex;
  gap: 5px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.td-seats button {
  flex: 1;
  border-bottom-width: 4px;
}
.td-seats button[aria-pressed="true"] {
  background: #005330;
  color: white;
  border-color: #005330;
}
.td-help {
  font-size: 10px !important;
  margin-top: 14px !important;
}
.td-screen-sizes,
.td-layouts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 1200px) {
  .td-screen-sizes, .td-layouts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.td-screen-sizes .td-option,
.td-layouts .td-option {
  margin: 0;
}
.td-option {
  display: block;
  text-align: left;
  width: 100%;
  padding: 12px;
  margin: 9px 0;
  border: 1px solid #dae0d2;
  border-radius: 7px;
  background: white;
  color: #36412e;
}
.td-option.selected {
  border-color: #5b6f4c;
  background: #f1f5eb;
  box-shadow: inset 3px 0 #586f47;
}
.td-option:hover {
  background: #f4f7ef;
  border-color: #9fae92;
}
.td-option[aria-disabled="true"] {
  background: #f7f7f3;
  color: #707769;
  border-style: dashed;
}
.td-option-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.td-option-head strong {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
}
.td-option > span:not(.td-option-head) {
  display: block;
  font-size: 10px;
  margin-top: 6px;
}
.td-option small {
  display: block;
  line-height: 1.6;
  font-size: 9px;
  color: #6c7760;
  margin-top: 7px;
}
.td-finding {
  padding: 13px 0;
  border-bottom: 1px solid #e5e9df;
}
.td-finding p {
  margin: 7px 0;
  font-size: 10px;
}
.td-finding small {
  font-size: 9px;
  color: #727e65;
}
.td-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.td-table-wrap {
  overflow: auto;
  margin: 15px -10px;
}
.td-table-wrap table {
  font-size: 9px;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.td-table-wrap th,
.td-table-wrap td {
  padding: 9px 5px;
  border-bottom: 1px solid #e0e5d8;
  vertical-align: top;
}
.td-table-wrap th {
  font-weight: 500;
}
.td-table-wrap small {
  display: block;
  font-size: 8px;
  color: #7a856c;
  margin-top: 5px;
  line-height: 1.5;
}
.td-spec {
  margin: 20px 0;
}
.td-spec dt {
  font-size: 9px;
  color: #717e62;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 18px 0 6px;
}
.td-spec dd {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e7dc;
}
.td-quote {
  display: block;
  padding: 14px;
  text-align: center;
  border-radius: 6px;
  background: #1f2819;
  color: white;
  font-size: 11px;
  margin: 18px 0;
}
.td-quote:hover {
  background: #414e37;
}
.td-notice {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(850px, calc(100vw - 180px));
  margin: 0;
  padding: 15px 20px;
  background: #222b1c;
  color: white;
  border-radius: 8px;
  box-shadow: 0 5px 25px #0002;
  font-size: 12px;
  line-height: 1.7;
  z-index: 10;
}
.td-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin: 55px 12px 10px;
}
.td-bottom h2 {
  font-family: var(--font-heading);
  font-size: 34px;
  letter-spacing: -0.035em;
  font-weight: 400;
  margin: 0 0 12px;
}
.td-bottom p {
  font-size: 12px;
  line-height: 1.8;
  color: #68735d;
  max-width: 500px;
}
.td-recommendation {
  border-left: 2px solid #adbca0;
  padding-left: 20px;
}
.td-recommendation > span {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #738265;
}
.td-recommendation strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 400;
  margin: 8px 0;
}
.td-mini-warning {
  font-size: 10px !important;
  margin-top: 12px;
}
.td-desktop-message {
  text-align: center;
  max-width: 650px;
  margin: 50px auto;
  padding: 50px 24px;
  border: 1px solid #d5dccd;
  background: white;
  border-radius: 16px;
}
.td-desktop-icon {
  font-size: 68px;
  line-height: 1;
  margin: 15px;
}
.td-desktop-message h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.td-desktop-message p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text-muted);
  margin: 18px auto;
}
.td-desktop-message button {
  display: block;
  margin: 25px auto;
  border: 0;
  border-radius: 7px;
  background: #20281a;
  color: white;
  padding: 14px 28px;
}
.td-desktop-message button:hover {
  background: #46543b;
}
.td-desktop-message a {
  font-size: 12px;
  text-decoration: underline;
}
.td-noscript {
  padding: 25px;
  text-align: center;
}
#td-print {
  display: none;
}
@media (min-width: 1550px) {
  .td-config-card {
    padding: 34px;
  }
  .td-strip strong {
    font-size: 18px;
  }
}
@media (max-width: 1150px) and (min-width: 1024px) {
  .td-page {
    padding-inline: 20px;
  }
  .td-strip {
    grid-template-columns: 1fr 1fr;
  }
  .td-hero-note {
    display: none;
  }
  .td-camera button {
    padding: 6px;
  }
  .td-view-title strong {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .td-page {
    padding: 125px 22px 40px;
  }
  .td-hero {
    display: block;
  }
  .td-hero-note {
    display: none;
  }
  .td-hero h1 {
    font-size: 42px;
  }
  .td-hero p {
    font-size: 12px;
  }
  .td-hero nav {
    font-size: 10px;
    gap: 6px;
  }
  .td-desktop-message {
    margin-top: 25px;
    padding: 28px 20px;
  }
  .td-desktop-message h2 {
    font-size: 28px;
  }
}
@media print {
  body > * {
    display: none !important;
  }
  body > #td-print {
    display: block !important;
    font: 11px/1.5 Arial;
    color: black;
    padding: 20px;
  }
  #td-print h1 {
    font-size: 24px;
  }
  #td-print h2 {
    font-size: 17px;
    margin-top: 20px;
  }
  #td-print li {
    break-inside: avoid;
  }
  .td-spec {
    columns: 2;
  }
  .td-spec dt {
    margin-top: 12px;
    font-weight: bold;
  }
  .td-spec dd {
    margin: 0 0 12px;
  }
}

/* Full-width dark studio and FAQ bands alternate with light planning surfaces. */
.td-studio {
  padding: 145px 3.2vw 60px;
  background-color: #0f0f0e;
  background-image: radial-gradient(circle, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 28px 28px;
}
.td-studio > .td-hero,
.td-studio > #designer {
  max-width: 1684px;
  margin-inline: auto;
}
.td-studio .td-hero {
  margin-bottom: 42px;
}
.td-studio .td-hero h1,
.td-studio .td-bottom h2,
.td-studio .td-recommendation strong {
  color: #fafaf8;
}
.td-studio .td-hero h1 span {
  color: #a8afa8;
}
.td-studio .td-hero p,
.td-studio .td-hero nav,
.td-studio .td-bottom p,
.td-studio .td-recommendation > span {
  color: #b5b8b1;
}
.td-studio .td-hero > div:first-child > p:last-child {
  max-width: 620px;
}
.td-studio .td-hero a:hover {
  color: white;
}
.td-studio .td-hero .td-badge {
  background: rgba(0,168,107,0.12);
  border-color: rgba(0,168,107,0.35);
  color: #a3d8bc;
}
.td-studio .td-bottom {
  padding-top: 38px;
  border-top: 1px solid rgba(255,255,255,0.14);
  margin-top: 38px;
}
.td-studio .td-recommendation {
  border-color: #51574e;
}
.td-studio .td-noscript,
.td-studio > #designer {
  color: #fafaf8;
}
.td-studio .td-workspace {
  color: var(--color-text);
}
.td-faq-band {
  background: #0f0f0e;
  padding: 72px 0;
  margin-top: 80px;
  color: #fafaf8;
}
.td-faq-band .td-planning-faq {
  margin-top: 0;
}
.td-faq-band h2 {
  color: #fafaf8;
  max-width: 650px;
  margin-bottom: 32px;
}
.td-faq-band p,
.td-faq-band .td-eyebrow {
  color: #b5b8b1;
}
.td-faq-band details {
  border-color: rgba(255,255,255,0.16);
}
.td-faq-band summary {
  font-size: 16px;
  font-weight: 500;
}
.td-faq-band summary:hover {
  color: #a3d8bc;
}
.td-faq-band a {
  color: #a3d8bc;
}
.td-faq-band a:hover {
  color: white;
}
.td-planning-outro {
  margin-block: 56px;
}
.td-planning-outro .td-planning-next {
  margin-top: 0;
  background: #eeecea;
}
@media (max-width: 1150px) {
  .td-page { padding: 0; }
  .td-studio { padding-inline: 22px; }
}
@media (max-width: 1023px) {
  .td-studio { padding-top: 125px; padding-bottom: 40px; }
  .td-studio .td-hero { margin-bottom: 30px; }
  .td-studio .td-hero h1 { font-size: clamp(34px, 8.4vw, 54px); }
  .td-studio .td-desktop-message { margin-bottom: 0; }
  .td-faq-band { padding-block: 48px; margin-top: 52px; }
  .td-planning-outro { margin-block: 40px; }
}

/* Cinema finish and immersive viewing. The controls retain the site's light surfaces. */
.td-view-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.td-view-actions > button {
  background: transparent;
  border: 1px solid #b9c0b0;
  color: inherit;
  padding: 7px 10px;
  font-size: 10px;
  border-radius: 5px;
}
.td-view-actions > button:hover {
  background: #ffffff18;
}
.td-visual[data-theme="dark"] {
  background: #17191c;
  color: #ebe8e2;
}
.td-visual[data-theme="dark"] .td-viewbar,
.td-visual[data-theme="dark"] .td-camera,
.td-visual[data-theme="dark"] .td-overlays {
  background: #1c1e22;
  border-color: #32343a;
  color: #c2c0b8;
}
.td-visual[data-theme="dark"] .td-view-title span {
  color: #aaa89f;
}
.td-visual[data-theme="dark"] .td-view-title strong {
  color: #eeebe3;
}
.td-visual[data-theme="dark"] .td-view-help {
  color: #c3bfb6;
  background: #17191cb0;
}
.td-visual[data-theme="dark"] .td-live {
  color: #b4b6ac;
}
.td-visual[data-theme="dark"] .td-segment {
  background: #111316;
}
.td-visual[data-theme="dark"] .td-segment button {
  color: #a7a99f;
}
.td-visual[data-theme="dark"] .td-segment button[aria-pressed="true"] {
  background: #3b3c3e;
  color: #f5f0e7;
}
.td-visual[data-theme="dark"] .td-camera button {
  color: #b5b6ad;
}
.td-visual[data-theme="dark"] .td-camera button[aria-pressed="true"],
.td-visual[data-theme="dark"] .td-camera button:hover {
  background: #36373b;
  border-color: #51524e;
  color: #fff;
}
.td-visual[data-theme="dark"] .td-overlays button {
  background: #323439;
  border-color: #585a55;
  color: #eee9df;
}
.td-visual[data-theme="dark"] .td-strip {
  background: #191b1e;
  border-color: #32343a;
}
.td-visual[data-theme="dark"] .td-strip > div {
  border-color: #3a3c3f;
}
.td-visual[data-theme="dark"] .td-strip small,
.td-visual[data-theme="dark"] .td-strip em {
  color: #aeafa6;
}
.td-visual[data-theme="dark"] .td-badge {
  background: #303930;
  color: #c7d8c2;
  border-color: #495343;
}
.td-visual[data-theme="dark"] .td-badge.not_recommended {
  background: #3a352c;
  color: #e0d2b8;
  border-color: #514837;
}
.td-visual:fullscreen,
.td-visual.td-expanded {
  width: 100vw;
  height: 100dvh;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.td-visual:fullscreen #td-canvas,
.td-visual.td-expanded #td-canvas {
  min-height: 0;
  max-height: none;
  height: auto;
  flex: 1;
}
.td-visual:fullscreen .td-view-title,
.td-visual.td-expanded .td-view-title {
  top: 25px;
  left: 35px;
}
.td-visual:fullscreen .td-strip,
.td-visual.td-expanded .td-strip {
  padding: 15px 30px;
}
.td-visual.td-expanded {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.td-fullscreen-open {
  overflow: hidden;
}
.td-fullscreen-cta {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.td-fullscreen-cta:focus-visible {
  outline: 2px solid #007844;
  outline-offset: 4px;
}

/* Compact controls within the single active configuration card. */
.td-card-content {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px 24px;
  align-items: start;
}
.td-panel .td-card-content > * {
  grid-column: span 12;
  min-width: 0;
  margin: 0;
}
.td-card-content > .td-field { grid-column: span 4; }
.td-card-content > .td-field-grid { grid-column: span 8; }
.td-card-content > .td-eyebrow { margin: 0 0 -6px; }
.td-card-content > .td-help { margin: 0 !important; }
.td-card-content > .td-badge { justify-self: start; }
.td-card-content > .td-check { align-self: center; }
.td-card-content > .td-row { grid-column: span 4; margin: 0; }
.td-card-content > .td-finding { grid-column: span 4; padding: 12px; background: #f5f6f0; border-radius: 8px; }
.td-card-content > .td-option { grid-column: span 4; height: 100%; margin: 0; }
#td-card-0 .td-card-content > .td-field:has([data-path="appearance.theme"]) { grid-column: span 6; }
#td-card-0 .td-card-content > .td-check { grid-column: span 6; }
#td-card-0 .td-card-content > .td-callout { grid-column: span 8; }
#td-card-0 .td-card-content > .td-presets { grid-column: span 4; align-self: center; }
#td-card-1 .td-card-content > .td-callout { grid-column: span 4; }
#td-card-1 .td-capacity { padding: 12px 0; }
#td-card-3 .td-card-content > .td-field { grid-column: span 6; }
#td-card-3 .td-card-content > .td-callout { grid-column: span 8; }
#td-card-3 .td-card-content > .td-finding { grid-column: span 4; }
#td-card-4 .td-card-content > .td-callout { grid-column: span 8; }
#td-card-5 .td-card-content > .td-field { grid-column: span 6; }
.td-technical-columns,
.td-spec-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}
.td-technical-columns > section { min-width: 0; }
.td-technical-columns h3 { margin-top: 0; }
.td-technical-columns .td-table-wrap { margin: 0; }
.td-technical-columns .td-table-wrap table { font-size: 11px; }
.td-technical-columns .td-table-wrap small { font-size: 9px; }
.td-spec-columns { grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr); }
.td-card-content .td-spec {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
  margin: 0;
}
.td-card-content .td-spec dt,
.td-card-content .td-spec dd {
  margin: 0;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid #e2e7dc;
  align-self: stretch;
}
.td-spec-actions {
  padding: 22px;
  background: #f2f5ed;
  border: 1px solid #dce2d5;
  border-radius: 12px;
}
.td-spec-actions .td-fullscreen-cta { margin: 0 0 16px; }
.td-spec-actions .td-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.td-findings-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.td-findings-grid .td-finding { padding: 14px; background: #f5f6f0; border-radius: 8px; }
@media (max-width: 1200px) {
  .td-card-content { gap: 14px 18px; }
  .td-card-content > .td-row { grid-column: span 6; }
  .td-findings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .td-technical-columns { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; }
}

#td-card-0 .td-card-content > .td-field:has([data-path="room.screenWall"]) { grid-column: span 8; }

.td-finish-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.td-finish { display: flex; align-items: center; gap: 12px; padding: 14px; background: #fafbf7; border: 1px solid #d8ddcf; border-radius: 9px; text-align: left; font-size: 12px; color: #36412e; }
.td-finish[aria-pressed="true"] { border-color: #39764e; background: #edf4e9; box-shadow: inset 0 0 0 1px #39764e; }
.td-swatches { display: flex; flex-shrink: 0; }
.td-swatches i { width: 22px; height: 28px; border: 1px solid #0001; }
.td-swatches i:first-child { border-radius: 5px 0 0 5px; }
.td-swatches i:last-child { border-radius: 0 5px 5px 0; }
@media (max-width: 1200px) { .td-finish-options { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
