:root {
  --ink: #173e36;
  --muted: #62716b;
  --paper: #f8f7f1;
  --lime: #d9f29d;
  --border: #dce3db;
  --brand: #245d50;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  color: var(--ink);
  letter-spacing: -0.045em;
  line-height: 1.12;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
a {
  color: inherit;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #7b9d36;
  outline-offset: 4px;
}
.container {
  max-width: 1220px;
  padding-left: 28px;
  padding-right: 28px;
}
.demo-ribbon {
  background: var(--ink);
  color: #fff;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 14px;
}
.demo-ribbon button {
  border: 0;
  background: var(--lime);
  color: var(--ink);
  padding: 7px 16px;
  border-radius: 6px;
  font-weight: 650;
}
.studio-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}
.studio-brand {
  font:
    700 36px Georgia,
    serif;
  letter-spacing: -2px;
  text-decoration: none;
}
.studio-brand span {
  display: block;
  font:
    11px "Segoe UI",
    sans-serif;
  letter-spacing: 6px;
  text-align: center;
  margin-top: 6px;
}
.studio-nav nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.studio-nav nav a {
  text-decoration: none;
  font-weight: 600;
}
.outline,
.primary {
  border-radius: 8px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 650;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--ink);
  display: inline-block;
  text-decoration: none;
}
.primary {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.primary:hover {
  background: #163e36;
  color: white;
}
.outline:hover {
  background: #edf1e8;
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.vt-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #b9cbb9;
  color: #295e45;
  border-radius: 5px;
  background: #eaf3df;
  padding: 4px 9px;
  font:
    600 11px/1.4 "Segoe UI",
    sans-serif;
  letter-spacing: 0.02em;
}
.live-announcement {
  display: flex;
  gap: 16px;
  align-items: center;
}
.widget-announcement {
  flex: 1;
  min-height: 30px;
}
#hero-1 {
  background: none;
  padding: 70px 0 85px;
  overflow: visible;
}
#hero-1 .hero-txt {
  padding-right: 50px;
}
#hero-1 .hero-headline {
  font-size: 54px;
  margin: 20px 0 26px;
  line-height: 1.05;
}
#hero-1 .lead {
  font-size: 18px;
  color: #53675e;
  line-height: 1.75;
}
.hero-actions {
  display: grid;
  gap: 14px;
  margin: 26px 0;
}
.hero-txt small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 20px;
}
.studio-image {
  position: relative;
  margin: 0;
  transform: rotate(2deg);
  background: #e7e0d0;
  padding: 12px;
  border-radius: 120px 12px 12px 12px;
}
.studio-image img {
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  border-radius: 110px 6px 6px 6px;
}
.studio-image figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 10px 8px;
  font:
    italic 17px Georgia,
    serif;
}
.image-loading {
  height: 330px;
  display: grid;
  place-items: center;
}
.spaces {
  padding-top: 30px;
  padding-bottom: 95px;
}
.spaces h2 {
  max-width: 420px;
}
.space-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}
.space-grid article {
  padding: 28px 0;
  border-top: 1px solid #a9b9a8;
}
.space-grid article > span {
  font-size: 12px;
  color: #7b8c74;
  display: block;
  margin-bottom: 30px;
}
.space-grid p {
  color: var(--muted);
  font-size: 15px;
  max-width: 270px;
}
.contact-section {
  background: #e4ecd9;
  padding: 72px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.contact-grid h2 {
  font-size: 44px;
  margin: 22px 0;
}
.contact-grid p {
  max-width: 430px;
}
.contact-form {
  background: var(--paper);
  padding: 30px;
  border-radius: 16px;
}
label {
  font-size: 13px;
  font-weight: 650;
  display: block;
  margin: 20px 0 8px;
}
label:first-child {
  margin-top: 0;
}
input:not([type="color"]),
textarea,
select {
  border: 1px solid #cdd8cd;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 12px;
  width: 100%;
  outline-offset: 3px;
}
textarea {
  resize: vertical;
}
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #779d72;
}
.contact-form button {
  margin-top: 20px;
}
.demo-explainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 90px;
  padding-bottom: 75px;
}
.studio-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #102a23a8;
  backdrop-filter: blur(5px);
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: auto;
}
.access-card {
  width: 100%;
  max-width: 510px;
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 25px 90px #102b2610;
  margin: auto;
}
.access-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.brand-mark {
  background: var(--brand);
  color: var(--lime);
  font-size: 25px;
  font-weight: 850;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 11px;
  letter-spacing: -3px;
  padding-right: 3px;
}
.access-card h1 {
  font-size: 37px;
}
.access-card p {
  color: var(--muted);
  font-size: 14px;
}
.icon-button {
  border: 0;
  background: #f1f4ef;
  font-size: 28px;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.full {
  width: 100%;
  margin-top: 16px;
}
.fine {
  font-size: 12px !important;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 20px;
}
.shared-note {
  font-size: 12px;
  background: #edf1e5;
  border: 1px solid #d8e2cb;
  padding: 15px 18px;
  border-radius: 8px;
  line-height: 1.65;
  color: #526646;
}
.shared-note strong {
  color: #264936;
}
.error {
  padding: 12px;
  border: 1px solid #d6a7a3;
  background: #fff3f2;
  color: #883934 !important;
  border-radius: 8px;
}
.success {
  background: #ecf6e7;
  border-radius: 12px;
  padding: 20px;
}
.success p {
  margin: 12px 0;
}
.access-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background:
    radial-gradient(ellipse at 10% 30%, #d7e6bd, transparent 60%), var(--paper);
}
.access-page .access-card {
  margin: 24px 0;
}
.back-link {
  font-size: 13px;
}
.dashboard-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
  background: #f6f8f4;
}
.sidebar {
  background: #fff;
  border-right: 1px solid var(--border);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.vt-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -1px;
  text-decoration: none;
}
.sidebar > .vt-badge {
  align-self: flex-start;
}
.site-label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  font-size: 13px;
}
.site-label small {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
}
.site-label span {
  font-size: 11px;
  color: var(--muted);
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar nav button {
  border: 0;
  background: none;
  border-radius: 8px;
  text-align: left;
  font-size: 13px;
  padding: 12px 10px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar nav button span {
  width: 22px;
  font-size: 18px;
  font-weight: 700;
}
.sidebar nav button.selected {
  background: #e9f2dd;
  color: #245d42;
  font-weight: 650;
}
.sidebar-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 12px;
  padding-top: 50px;
}
.sidebar-bottom button {
  background: none;
  border: 0;
  color: var(--muted);
  text-align: left;
  padding: 0;
}
.dashboard-main {
  padding: 0 40px;
  min-width: 0;
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 94px;
  font-size: 13px;
}
.dashboard-main > .shared-note {
  margin-bottom: 35px;
}
.editor-content {
  min-height: calc(100vh - 275px);
}
.editor-content h1 {
  font-size: 33px;
  margin-bottom: 20px;
}
.editor-content > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 780px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section-heading .eyebrow {
  margin-bottom: 10px;
}
.section-heading .vt-badge {
  background: #e7f3e1;
}
.editor-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 25px;
}
.panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
}
.panel h2 {
  font-size: 21px;
  margin-bottom: 24px;
}
.color-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.color-row input {
  height: 36px;
  width: 52px;
  padding: 0;
  border: 0;
  background: none;
}
.color-row code {
  color: var(--muted);
  font-size: 12px;
}
.input-caption {
  text-align: right;
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.action-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.feedback {
  font-size: 12px;
  margin: 16px 0 0;
  min-height: 35px;
  color: #456d4d;
}
.preview-panel {
  background: #f1f4ed;
}
.preview-panel p:not(.eyebrow),
.preview-panel small {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
.draft-preview {
  border-radius: 10px;
  padding: 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  margin: 32px 0;
}
.draft-preview.button-preview {
  display: inline-block;
  font-size: 16px;
  padding: 14px 22px;
}
.text-link {
  font-size: 13px;
  font-weight: 650;
}
.preview-panel hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 25px 0;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.image-option {
  padding: 12px 12px 22px;
}
.image-option img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 20px;
}
.image-option h2 {
  font-size: 17px;
  margin: 0 0 18px;
}
.image-option .outline {
  font-size: 12px;
  padding: 8px;
}
.table-wrap {
  margin-top: 25px;
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
}
th {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
td,
th {
  padding: 15px 14px;
  border-bottom: 1px solid var(--border);
}
td {
  overflow-wrap: anywhere;
  max-width: 420px;
}
.empty {
  padding: 45px 20px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}
.dashboard-footer {
  border-top: 1px solid var(--border);
  padding: 24px 0;
  font-size: 11px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 35px;
}
@media (max-width: 1050px) {
  .dashboard-shell {
    grid-template-columns: 200px 1fr;
  }
  .dashboard-main {
    padding: 0 24px;
  }
  .editor-grid {
    grid-template-columns: 1fr;
  }
  .image-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid,
  .demo-explainer {
    gap: 45px;
  }
  #hero-1 .hero-txt {
    padding-right: 25px;
  }
  .studio-nav nav {
    gap: 15px;
  }
  #hero-1 .hero-headline {
    font-size: 40px;
  }
}
@media (max-width: 720px) {
  .demo-ribbon {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    text-align: center;
  }
  .studio-nav {
    min-height: 95px;
  }
  .studio-nav nav a {
    display: none;
  }
  .studio-nav nav .outline {
    font-size: 11px;
    padding: 8px;
  }
  .studio-brand {
    font-size: 29px;
  }
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .live-announcement {
    display: block;
  }
  .live-announcement > .vt-badge {
    margin-bottom: 10px;
  }
  #hero-1 {
    padding: 45px 0;
  }
  #hero-1 .hero-headline {
    font-size: 42px;
  }
  .studio-image {
    margin: 45px 0 15px;
    transform: none;
  }
  .space-grid,
  .contact-grid,
  .demo-explainer {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .spaces {
    padding-bottom: 45px;
  }
  .space-grid article {
    padding: 20px 0;
  }
  .space-grid article > span {
    margin-bottom: 16px;
  }
  .space-grid p {
    max-width: none;
  }
  .contact-section {
    padding: 45px 0;
  }
  .demo-explainer {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .studio-footer {
    flex-direction: column;
  }
  .access-card {
    padding: 26px;
  }
  .dashboard-shell {
    display: block;
  }
  .sidebar {
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
    gap: 15px;
  }
  .sidebar > .vt-badge,
  .site-label,
  .sidebar-bottom {
    display: none;
  }
  .sidebar nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 6px;
  }
  .sidebar nav button {
    white-space: nowrap;
    padding: 9px;
    font-size: 11px;
  }
  .sidebar nav button span {
    font-size: 15px;
    width: auto;
  }
  .dashboard-main {
    padding: 0 17px;
  }
  .dashboard-top {
    font-size: 11px;
    min-height: 76px;
  }
  .dashboard-top button {
    font-size: 11px;
    padding: 8px;
  }
  .dashboard-main > .shared-note {
    margin-bottom: 25px;
  }
  .panel {
    padding: 20px;
  }
  .image-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-footer {
    flex-direction: column;
  }
  .section-heading h1 {
    font-size: 28px;
  }
  .contact-form {
    padding: 24px;
  }
  .modal-backdrop {
    padding: 15px;
    align-items: start;
  }
  .access-card h1 {
    font-size: 32px;
  }
}

.hero-headline {
  font-weight: 700;
  letter-spacing: -0.045em;
}

@media (max-width: 720px) {
  .sidebar-bottom {
    display: flex;
    flex-direction: row;
    padding-top: 0;
    margin-top: 0;
    justify-content: space-between;
  }
}
