:root {
  --text: #111827;
  --muted: #626b7f;
  --dark: #062d57;
  --card: #ffffff;
  --soft: #f1f3ff;
  --soft-strong: #dfe5ff;
  --border: #d8dce8;
  --input: #f1f3ff;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

/** {*/
/*  box-sizing: border-box;*/
/*}*/

/*body {*/
/*  margin: 0;*/
/*  min-height: 100vh;*/
/*  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
/*  color: var(--text);*/
/*  background: #ffffff;*/
/*}*/

.contact-page {
/*  width: min(1160px, calc(100% - 96px));*/
/*  margin: 0 auto;*/
  padding: 48px 0;
}

.contact-header {
  margin-bottom: 76px;
}

.contact-header p {
  margin-top: 32px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

/*h1,*/
/*h2,*/
/*h3,*/
/*p {*/
/*  margin: 0;*/
/*}*/

/*h1 {*/
/*  margin-top: 30px;*/
/*  font-size: clamp(40px, 5vw, 58px);*/
/*  line-height: 0.98;*/
/*  letter-spacing: -0.05em;*/
/*  font-weight: 800;*/
/*}*/


/*.contact-grid {*/
/*  display: grid;*/
/*  grid-template-columns: 1.42fr 1fr;*/
/*  gap: 32px;*/
/*  align-items: stretch;*/
/*}*/

.contact-card,
.info-card {
  border-radius: 7px;
}

.form-card {
  padding: 48px 48px 58px;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.form-card h2 {
  margin-bottom: 42px;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

/*.form-row {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, minmax(0, 1fr));*/
/*  gap: 28px;*/
/*}*/

label {
  display: block;
}

label + label,
.form-row + label {
  margin-top: 24px;
}

label span {
  display: block;
  margin-bottom: 10px;
  color: #3f4758;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 2px;
  background: var(--input);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

input {
  height: 50px;
  padding: 0 18px;
}

textarea {
  min-height: 140px;
  resize: vertical;
  padding: 18px;
}

input::placeholder,
textarea::placeholder {
  color: #bec5d5;
}

input:focus,
textarea:focus {
  background: #eef1ff;
  box-shadow: 0 0 0 2px rgba(6, 45, 87, 0.18);
}

button {
  width: 100%;
  height: 54px;
  margin-top: 26px;
  border: 0;
  border-radius: 3px;
  background: var(--dark);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

button:hover {
  transform: translateY(-1px);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.form-status {
  min-height: 20px;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}

.form-status.success {
  color: #0f7a45;
}

.form-status.error {
  color: #b42318;
}

.details-column {
  display: grid;
  gap: 32px;
}

.info-card {
  background: var(--soft);
  padding: 92px 40px;
}

.studio-card {
  display: grid;
  gap: 32px;
}

.hours-card {
  background: var(--soft-strong);
  padding-top: 84px;
}

.contact-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 24px;
  align-items: start;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background: #ffffff;
}

.icon svg,
.small-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #006fb8;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item h3,
.hours-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  margin: 6px 0;
}

.contact-item p,
.contact-item a {
  margin-top: 8px;
  color: #525b6f;
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
}

.hours-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.small-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.small-icon svg {
  width: 18px;
  height: 18px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #333d50;
  font-size: 13px;
}

.hours-row + .hours-row {
  margin-top: 22px;
}

.hours-row strong {
  font-weight: 900;
  color: #111827;
  white-space: nowrap;
}

@media (max-width: 760px) {
  /*.contact-page {*/
  /*  width: min(100% - 52px, 520px);*/
  /*  padding: 45px 0 60px;*/
  /*}*/

  .contact-header {
    margin-bottom: 42px;
  }

  .eyebrow {
    height: 23px;
    padding: 0 13px;
    font-size: 9px;
  }

  h1 {
    margin-top: 28px;
    font-size: 34px;
  }

  .contact-header p {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.6;
  }

  .desktop-break {
    display: none;
  }

  /*.contact-grid {*/
  /*  grid-template-columns: 1fr;*/
  /*  gap: 28px;*/
  /*}*/

  .form-card {
    padding: 30px 24px 24px;
  }

  .form-card h2 {
    margin-bottom: 34px;
    font-size: 22px;
  }

  /*.form-row {*/
  /*  grid-template-columns: 1fr;*/
  /*  gap: 0;*/
  /*}*/

  label + label,
  .form-row + label {
    margin-top: 20px;
  }

  input {
    height: 50px;
  }

  textarea {
    min-height: 155px;
  }

  button {
    height: 56px;
    margin-top: 26px;
  }

  .details-column {
    gap: 28px;
  }

  .info-card {
    padding: 32px 25px;
  }

  /*.studio-card {*/
  /*  gap: 40px;*/
  /*}*/

  .contact-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hours-card {
    padding: 42px 26px;
  }

  .hours-row {
    font-size: 12px;
  }
}
