:root {
  --paper: #f5efe7;
  --ink: #111111;
  --muted: rgba(17, 17, 17, 0.48);
  --line: rgba(17, 17, 17, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  background: var(--paper);
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("assets/background-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 0 150px rgba(76, 55, 39, 0.1);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(255, 251, 245, 0.44);
  pointer-events: none;
}

.landing {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: clamp(44px, 7.6vh, 86px) 24px clamp(34px, 6vh, 64px);
}

.intro {
  width: min(100%, 760px);
  min-width: 0;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.brand {
  margin-bottom: 47px;
}

.brand picture,
.brand-logo {
  display: block;
}

.brand-logo {
  width: min(100%, 535px);
  height: auto;
  margin: 0 auto;
}

.services {
  display: grid;
  gap: 18px;
  margin-bottom: 60px;
}

.service-row,
.locations {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 17px;
  margin: 0;
  font-size: 0.91rem;
  font-weight: 500;
  line-height: 1.35;
}

.service-row.secondary {
  color: var(--muted);
  font-weight: 400;
}

.statement {
  width: 100%;
  max-width: 616px;
  margin: 0 auto 56px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.46rem;
  font-weight: 400;
  line-height: 1.48;
}

.note {
  margin: 0 0 40px;
  color: rgba(17, 17, 17, 0.42);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.16rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
}

.review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 48px;
  padding: 0 2px 9px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.review-link:hover,
.review-link:focus-visible {
  color: rgba(17, 17, 17, 0.65);
  border-bottom-color: rgba(17, 17, 17, 0.36);
  outline: none;
  transform: translateY(-1px);
}

.locations {
  gap: 9px 19px;
  font-size: 0.94rem;
  font-weight: 500;
}

.request-overlay[hidden] {
  display: none;
}

.request-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 22px;
  color: var(--ink);
  background-color: rgba(245, 239, 231, 0.96);
  background-image: url("assets/background-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  outline: none;
}

.request-overlay:focus,
.request-overlay:target {
  outline: none;
}

.request-overlay::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(255, 251, 245, 0.48);
  pointer-events: none;
}

.request-panel {
  position: relative;
  width: min(100%, 660px);
  max-width: 100%;
  min-width: 0;
  padding: 54px 0 18px;
  text-align: center;
}

.request-panel::before,
.request-panel::after {
  display: block;
  width: min(100%, 520px);
  height: 1px;
  margin: 0 auto;
  content: "";
  background: rgba(17, 17, 17, 0.18);
}

.request-panel::before {
  margin-bottom: 38px;
}

.request-panel::after {
  margin-top: 36px;
}

.close-request {
  position: fixed;
  top: 36px;
  right: 42px;
  z-index: 2;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.close-request:hover,
.close-request:focus-visible {
  color: rgba(17, 17, 17, 0.56);
  outline: none;
}

.panel-kicker {
  margin: 0 0 18px;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.4;
}

.panel-title {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 300;
  line-height: 1.05;
  overflow-wrap: break-word;
}

.panel-copy {
  max-width: 500px;
  margin: 22px auto 38px;
  color: rgba(17, 17, 17, 0.62);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.48;
}

.request-form {
  width: min(100%, 560px);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  text-align: left;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 30px;
}

.field,
.consent {
  display: grid;
  gap: 10px;
}

.field span {
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.3;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.38);
  border-radius: 0;
  padding: 0 0 10px;
  color: var(--ink);
  background: transparent;
  font: 400 1rem/1.45 "Inter", "Helvetica Neue", Arial, sans-serif;
  appearance: none;
}

.field textarea {
  resize: vertical;
  min-height: 118px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: rgba(17, 17, 17, 0.82);
  outline: none;
}

.field-wide {
  margin-top: 34px;
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 26px;
  color: rgba(17, 17, 17, 0.62);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.36;
}

.consent input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--ink);
}

.form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px 30px;
  margin-top: 34px;
  text-align: center;
}

.submit-request,
.continue-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 2px 8px;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.56);
  color: var(--ink);
  background: transparent;
  font: 500 0.88rem/1.2 "Inter", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.continue-link[aria-disabled="true"] {
  display: none;
}

.submit-request:hover,
.submit-request:focus-visible,
.continue-link:hover,
.continue-link:focus-visible {
  color: rgba(17, 17, 17, 0.62);
  border-bottom-color: rgba(17, 17, 17, 0.34);
  outline: none;
}

.form-status {
  min-height: 1.2em;
  margin: 22px 0 0;
  color: rgba(17, 17, 17, 0.64);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

body.request-open {
  overflow: hidden;
}

@media (max-width: 560px) {
  body {
    box-shadow: inset 0 0 90px rgba(76, 55, 39, 0.09);
  }

  .landing {
    padding: clamp(74px, 11.2vh, 96px) 24px 36px;
  }

  .intro {
    width: 100%;
  }

  .brand {
    margin-bottom: 44px;
  }

  .brand-logo {
    width: min(100%, 258px);
  }

  .services {
    gap: 18px;
    margin-bottom: 58px;
  }

  .service-row,
  .locations {
    gap: 8px 11px;
    font-size: 0.76rem;
  }

  .service-row.primary {
    max-width: 312px;
    margin-right: auto;
    margin-left: auto;
  }

  .service-row.secondary {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .wide-break {
    display: none;
  }

  .statement {
    max-width: 308px;
    margin-bottom: 56px;
    font-size: 1.17rem;
    line-height: 1.55;
  }

  .note {
    margin-bottom: 39px;
    font-size: 1.04rem;
  }

  .review-link {
    min-height: 42px;
    margin-bottom: 46px;
    font-size: 0.86rem;
  }

  .locations {
    max-width: 342px;
    margin-right: auto;
    margin-left: auto;
    gap: 8px;
    font-size: 0.69rem;
  }

  .request-overlay {
    align-items: start;
    justify-items: center;
    padding: 28px 22px;
    background-size: cover;
  }

  .request-panel {
    width: 100%;
    max-width: 292px;
    margin: 0 auto;
    padding-top: 46px;
    overflow-x: hidden;
  }

  .close-request {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
  }

  .request-panel::before,
  .request-panel::after {
    width: 100%;
  }

  .request-panel::before {
    margin-bottom: 32px;
  }

  .panel-title {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.68rem;
  }

  .panel-copy {
    max-width: 270px;
    margin-bottom: 32px;
    font-size: 0.98rem;
  }

  .request-form {
    width: 100%;
    max-width: 100%;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 0.94rem;
  }

  .consent span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .form-actions {
    flex-direction: column;
    gap: 14px 22px;
  }
}

@media (max-width: 375px) {
  .landing {
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand-logo {
    width: min(100%, 244px);
  }

  .statement {
    max-width: 286px;
    font-size: 1.08rem;
  }

  .locations {
    font-size: 0.66rem;
  }
}
