:root {
  --navy: #071827;
  --navy-2: #092033;
  --teal: #00a6a6;
  --teal-dark: #008b8f;
  --soft-teal: #ddf7f5;
  --cream: #fff8ef;
  --text: #1e293b;
  --muted: #637083;
  --green: #16a34a;
  --amber: #f59e0b;
  --red: #ef6b6b;
  --line: rgba(7, 24, 39, 0.15);
  --panel-line: rgba(221, 247, 245, 0.24);
  --shadow: 0 28px 80px rgba(2, 12, 22, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.site-footer {
  align-items: center;
  background: var(--navy);
  color: #f8fcff;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 72px);
}

.site-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.brand {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: clamp(29px, 3vw, 42px);
  gap: 12px;
  font-weight: 800;
  line-height: 1;
}

.brand img {
  flex: 0 0 auto;
  height: clamp(38px, 3.4vw, 52px);
  width: clamp(38px, 3.4vw, 52px);
}

.brand span {
  display: inline-block;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(22px, 4vw, 52px);
  font-size: 16px;
  font-weight: 600;
}

.nav-links a {
  opacity: 0.92;
}

.nav-links a:hover {
  color: var(--teal);
}

.header-cta,
.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
}

.header-cta,
.button-primary {
  background: linear-gradient(135deg, #09bdbd, var(--teal-dark));
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 166, 166, 0.24);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.86);
  color: #ffffff;
}

.button-light {
  background: #ffffff;
  color: var(--teal-dark);
  min-width: 220px;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 166, 166, 0.22), transparent 34%),
    linear-gradient(135deg, #071827 0%, #06131f 48%, #092238 100%);
  color: #ffffff;
  display: grid;
  gap: clamp(36px, 5vw, 70px);
  grid-template-columns: minmax(420px, 0.76fr) minmax(680px, 1.24fr);
  min-height: 860px;
  padding: 130px clamp(24px, 5vw, 72px) 62px;
}

.hero-copy {
  max-width: 560px;
}

.hero h1 {
  font-size: clamp(46px, 4.5vw, 68px);
  font-weight: 800;
  line-height: 1.16;
  margin: 0 0 24px;
}

.hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(19px, 1.28vw, 23px);
  line-height: 1.45;
  margin: 0;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

.product-shell,
.mini-dashboard {
  background: rgba(7, 24, 39, 0.92);
  border: 1px solid rgba(221, 247, 245, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #e9fbfb;
  overflow: hidden;
}

.actual-product {
  background: #0f1826;
  border-color: rgba(0, 166, 166, 0.58);
  padding: 0;
  position: relative;
}

.actual-product img {
  display: block;
  height: auto;
  width: 100%;
}

.actual-product::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.product-notes {
  bottom: 14px;
  display: flex;
  gap: 10px;
  left: 14px;
  position: absolute;
}

.product-notes span {
  background: rgba(7, 24, 39, 0.84);
  border: 1px solid rgba(0, 166, 166, 0.45);
  border-radius: 999px;
  color: #d9ffff;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 11px;
}

.product-topbar {
  align-items: center;
  border-bottom: 1px solid var(--panel-line);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  padding: 14px 18px;
}

.product-topbar strong,
.mini-head strong {
  color: var(--teal);
  font-size: 20px;
}

.product-topbar nav,
.mini-head {
  align-items: center;
  display: flex;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
}

.product-topbar em {
  border: 1px solid var(--panel-line);
  border-radius: 6px;
  color: #d9eeee;
  font-size: 12px;
  font-style: normal;
  padding: 8px 10px;
}

.product-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.3fr 0.86fr 0.9fr;
  padding: 10px;
}

.panel {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--panel-line);
  border-radius: 6px;
  min-width: 0;
  padding: 12px;
}

.panel-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.panel-head strong {
  color: #ffffff;
  font-size: 16px;
}

.panel-head span {
  border: 1px solid var(--panel-line);
  border-radius: 5px;
  color: #c8dcdf;
  font-size: 11px;
  padding: 5px 8px;
}

.floor-panel {
  grid-row: span 2;
}

.floor-map {
  background:
    linear-gradient(90deg, rgba(221, 247, 245, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(221, 247, 245, 0.08) 1px, transparent 1px),
    rgba(11, 31, 48, 0.92);
  background-size: 44px 44px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(44px, 1fr));
  min-height: 275px;
  padding: 30px 22px;
  position: relative;
}

.floor-map span,
.mini-floor span {
  align-items: center;
  background: rgba(210, 219, 226, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  justify-self: center;
  width: 42px;
}

.floor-map .large {
  height: 56px;
  width: 70px;
}

.floor-map .green,
.mini-floor .green {
  background: rgba(22, 163, 74, 0.72);
}

.floor-map .amber,
.mini-floor .amber {
  background: rgba(245, 158, 11, 0.78);
}

.floor-map b {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0 0 28px 28px;
  bottom: -3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 16px 36px;
  position: absolute;
  right: 18px;
}

.legend {
  align-items: center;
  color: #b9cbcf;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 10px;
  margin-top: 12px;
}

.legend i {
  background: #a9b6bc;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
}

.legend .green {
  background: var(--green);
}

.legend .amber {
  background: var(--amber);
}

.legend .red {
  background: var(--red);
}

.pace-row {
  align-items: center;
  color: #dceff0;
  display: grid;
  font-size: 12px;
  gap: 10px;
  grid-template-columns: 48px 1fr 28px;
  margin-bottom: 13px;
}

.pace-row i {
  background: #9de5e1;
  display: block;
  height: 20px;
  width: var(--w);
}

.pace-row i.amber {
  background: var(--amber);
}

.pace-row i.red {
  background: var(--red);
}

.pace-row em {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.covers {
  color: var(--teal);
  display: block;
  font-size: 32px;
  margin-top: 20px;
  text-align: right;
}

.booking-line {
  align-items: center;
  border-bottom: 1px solid var(--panel-line);
  color: #dceff0;
  display: grid;
  font-size: 12px;
  gap: 10px;
  grid-template-columns: 48px 1fr auto;
  padding: 10px 0;
}

.booking-line b {
  color: #ffffff;
  font-weight: 600;
}

.booking-line em {
  color: #63d77d;
  font-style: normal;
}

.guest-panel {
  grid-column: 2 / 4;
}

.guest-table {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 0.8fr 1.4fr auto;
}

.guest-table span,
.guest-table b {
  border-bottom: 1px solid var(--panel-line);
  color: #dceff0;
  font-size: 12px;
  padding: 9px 8px;
}

.guest-table b {
  background: rgba(22, 163, 74, 0.28);
  border-radius: 4px;
  color: #c9f8d5;
  margin: 5px 0;
  text-align: center;
}

.problem,
.why,
.area-control,
.staff-view,
.matrix-view,
.editor-view,
.features,
.target,
.founder {
  padding: clamp(54px, 7vw, 96px) clamp(24px, 5vw, 72px);
}

.problem {
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(38px, 7vw, 90px);
  grid-template-columns: 0.9fr 1.1fr;
}

.section-heading {
  border-left: 4px solid var(--teal);
  padding-left: 32px;
}

h2 {
  color: #071827;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.16;
  margin: 0;
}

.problem-list {
  border-left: 1px solid var(--line);
  display: grid;
  gap: 22px;
  padding-left: clamp(28px, 6vw, 80px);
}

.problem-list span {
  align-items: center;
  color: #263446;
  display: flex;
  font-size: 19px;
  gap: 20px;
}

.problem-list i {
  align-items: center;
  border: 2px solid var(--teal);
  border-radius: 50%;
  color: var(--teal-dark);
  display: inline-flex;
  flex: 0 0 36px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  height: 36px;
  justify-content: center;
}

.why {
  align-items: center;
  background: linear-gradient(90deg, #f4ffff 0%, var(--soft-teal) 100%);
  display: grid;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: 0.75fr 1fr;
}

.check-list {
  display: grid;
  gap: 24px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

.check-list li {
  align-items: center;
  color: #243246;
  display: flex;
  font-size: 20px;
  gap: 18px;
  position: relative;
}

.check-list li::before {
  align-items: center;
  background: var(--teal);
  border-radius: 50%;
  color: #ffffff;
  content: "";
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 30px;
}

.check-list li::after {
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  height: 11px;
  left: 10px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg) translate(-1px, -1px);
  width: 6px;
}

.mini-dashboard {
  max-width: 670px;
}

.actual-mini {
  aspect-ratio: 16 / 8.15;
  border-color: rgba(7, 24, 39, 0.22);
  max-width: 720px;
}

.actual-mini img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.area-control {
  align-items: center;
  background: var(--navy);
  color: #ffffff;
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(620px, 1.28fr);
}

.area-copy h2 {
  color: #ffffff;
}

.area-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 560px;
}

.area-copy .check-list li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.area-shot {
  background: #101927;
  border: 1px solid rgba(0, 166, 166, 0.5);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.area-shot img {
  display: block;
  height: auto;
  width: 100%;
}

.staff-view {
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(700px, 1.34fr) minmax(300px, 0.66fr);
}

.staff-shot {
  background: #101927;
  border: 1px solid rgba(7, 24, 39, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(7, 24, 39, 0.18);
  overflow: hidden;
}

.staff-shot img {
  display: block;
  height: auto;
  width: 100%;
}

.staff-copy p {
  color: #425066;
  font-size: 20px;
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 560px;
}

.staff-copy .check-list li {
  font-size: 18px;
}

.matrix-view {
  background: var(--navy);
  color: #ffffff;
  display: grid;
  gap: 36px;
}

.matrix-copy {
  align-items: end;
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1.28fr);
}

.matrix-copy h2 {
  color: #ffffff;
}

.matrix-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.matrix-copy .check-list {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.matrix-copy .check-list li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.matrix-shot {
  background: #101927;
  border: 1px solid rgba(0, 166, 166, 0.5);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.matrix-shot img {
  display: block;
  height: auto;
  width: 100%;
}

.editor-view {
  align-items: center;
  background:
    radial-gradient(circle at 85% 10%, rgba(0, 166, 166, 0.14), transparent 28%),
    var(--navy);
  color: #ffffff;
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(310px, 0.62fr) minmax(700px, 1.38fr);
}

.editor-copy h2 {
  color: #ffffff;
}

.editor-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 580px;
}

.editor-copy .check-list li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.editor-shot {
  background: #101927;
  border: 1px solid rgba(0, 166, 166, 0.5);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.editor-shot img {
  display: block;
  height: auto;
  width: 100%;
}

.mini-head {
  border-bottom: 1px solid var(--panel-line);
  padding: 14px 16px;
}

.mini-body {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.35fr 0.8fr;
  padding: 14px;
}

.mini-floor {
  border: 2px solid rgba(255, 255, 255, 0.84);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 18px;
}

.mini-bars {
  display: grid;
  gap: 20px;
  padding-top: 18px;
}

.mini-bars i {
  background: #9de5e1;
  display: block;
  height: 22px;
  width: var(--w);
}

.mini-bars .amber {
  background: var(--amber);
}

.features {
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(32px, 5vw, 78px);
  grid-template-columns: auto 1fr;
}

.feature-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(7, minmax(112px, 1fr));
}

.feature-list span {
  align-items: center;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  font-size: 17px;
  font-weight: 800;
  gap: 14px;
  justify-content: flex-start;
  min-height: 145px;
  padding: 0 24px;
  text-align: center;
}

.feature-list span:first-child {
  border-left: 0;
}

.icon {
  border: 4px solid var(--teal-dark);
  display: block;
  height: 56px;
  position: relative;
  width: 56px;
}

.icon.clock {
  border-radius: 50%;
}

.icon.guest {
  border-radius: 16px 16px 5px 5px;
}

.icon.note {
  border-radius: 6px;
}

.icon.staff {
  border-style: dashed;
}

.icon.trail {
  border-radius: 6px;
}

.target {
  align-items: center;
  background: linear-gradient(90deg, var(--soft-teal), #f6ffff);
  display: grid;
  gap: 38px;
  grid-template-columns: 0.58fr 1fr 0.7fr;
}

.venue-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
}

.venue-list span {
  border-left: 1px solid var(--line);
  font-size: 18px;
  font-weight: 600;
  padding: 76px 24px 0;
  position: relative;
  text-align: center;
}

.venue-list span::before {
  border: 3px solid #092238;
  border-radius: 8px;
  content: "";
  height: 34px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 34px;
}

.target p {
  color: #425066;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.founder {
  align-items: center;
  background: #fffdf9;
  display: grid;
  gap: clamp(36px, 6vw, 70px);
  grid-template-columns: minmax(260px, 500px) 1fr;
}

.founder-portrait {
  aspect-ratio: 2.1 / 1;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 24, 39, 0.18);
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.founder-copy h2 {
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
}

.founder-copy h2::after {
  background: var(--teal);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 130px;
}

.founder-copy p {
  color: #344157;
  font-size: 20px;
  line-height: 1.58;
  margin: 28px 0 0;
  max-width: 560px;
}

.founder .check-list {
  gap: 14px;
  margin-top: 24px;
}

.founder .check-list li {
  font-size: 17px;
}

.founder .check-list li::before {
  flex-basis: 22px;
  height: 22px;
  width: 22px;
}

.founder .check-list li::after {
  display: none;
}

.cta {
  align-items: center;
  background: linear-gradient(90deg, #009999, #00a6a6 52%, #00898e);
  color: #ffffff;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  padding: 30px clamp(24px, 7vw, 104px);
}

.demo-form-section {
  align-items: start;
  background: #fffdf9;
  display: grid;
  gap: clamp(32px, 6vw, 86px);
  grid-template-columns: minmax(280px, 0.68fr) minmax(560px, 1.32fr);
  padding: clamp(54px, 7vw, 96px) clamp(24px, 5vw, 72px);
}

.demo-copy p {
  color: #425066;
  font-size: 20px;
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 540px;
}

.demo-form {
  background: #ffffff;
  border: 1px solid rgba(7, 24, 39, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(7, 24, 39, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(22px, 3vw, 36px);
}

.demo-form label {
  color: #071827;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

.demo-form input,
.demo-form textarea {
  background: #fbfdfe;
  border: 1px solid rgba(7, 24, 39, 0.2);
  border-radius: 8px;
  color: #071827;
  font: inherit;
  font-size: 16px;
  min-height: 52px;
  padding: 13px 14px;
  width: 100%;
}

.demo-form textarea {
  min-height: 132px;
  resize: vertical;
}

.demo-form input:focus,
.demo-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 166, 166, 0.14);
  outline: 0;
}

.demo-form .full,
.demo-form button,
.form-note {
  grid-column: 1 / -1;
}

.website-field {
  display: none !important;
}

.demo-form button {
  border: 0;
  cursor: pointer;
  justify-self: start;
}

.form-note {
  color: #637083;
  font-size: 14px;
  line-height: 1.45;
  margin: -4px 0 0;
}

.thanks-page {
  background: var(--navy);
}

.thanks {
  align-content: center;
  color: #ffffff;
  display: grid;
  min-height: 100vh;
  padding: clamp(28px, 7vw, 86px);
}

.thanks section {
  margin-top: clamp(70px, 10vw, 130px);
  max-width: 760px;
}

.thanks h1 {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1;
  margin: 0 0 24px;
}

.thanks p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 36px;
}

.cta h2 {
  color: #ffffff;
  font-size: clamp(30px, 3.4vw, 47px);
}

.cta-icon {
  border: 3px solid #ffffff;
  border-radius: 8px;
  height: 64px;
  position: relative;
  width: 64px;
}

.cta-icon::before {
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  content: "";
  height: 20px;
  left: 21px;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 11px;
}

.site-footer {
  padding-bottom: 26px;
  padding-top: 26px;
}

.site-footer .brand {
  font-size: 34px;
}

.site-footer .brand img {
  height: 42px;
  width: 42px;
}

@media (max-width: 1120px) {
  .hero,
  .problem,
  .why,
  .area-control,
  .staff-view,
  .matrix-copy,
  .editor-view,
  .demo-form-section,
  .target,
  .founder {
    grid-template-columns: 1fr;
  }

  .matrix-copy .check-list {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-panel,
  .guest-panel {
    grid-column: auto;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .feature-list,
  .venue-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .target {
    gap: 26px;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 210px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .product-topbar,
  .product-grid,
  .mini-body,
  .cta {
    grid-template-columns: 1fr;
  }

  .product-topbar nav {
    flex-wrap: wrap;
  }

  .product-notes {
    display: none;
  }

  .floor-panel {
    grid-row: auto;
  }

  .guest-table {
    grid-template-columns: 1fr;
  }

  .guest-table b {
    margin: 0 0 8px;
  }

  .problem-list {
    border-left: 0;
    padding-left: 0;
  }

  .feature-list,
  .venue-list {
    grid-template-columns: 1fr;
  }

  .feature-list span,
  .venue-list span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .founder-portrait {
    aspect-ratio: 1.25 / 1;
  }

  .demo-form {
    grid-template-columns: 1fr;
  }
}
