/* Tér Design Studio sitewide profile gate */
:root {
  --ter-profile-ink: #2a2d32;
  --ter-profile-copy: #67625c;
  --ter-profile-muted: #625d56;
  --ter-profile-ivory: #f6f2ea;
  --ter-profile-error: #8a5144;
  --ter-profile-ease: cubic-bezier(.22, 1, .36, 1);
}

.ter-brochure-trigger {
  position: relative;
  display: inline-flex;
  width: auto;
  height: 41px;
  min-height: 41px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #34322f;
  background: transparent;
  border: 1px solid rgba(47, 45, 41, .32);
  border-radius: 1px;
  box-shadow: none;
  font-family: 'Qanelas-Regular', 'qanelas-light', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color 380ms cubic-bezier(.22, 1, .36, 1),
    background-color 380ms cubic-bezier(.22, 1, .36, 1),
    border-color 380ms cubic-bezier(.22, 1, .36, 1);
}

.ter-brochure-trigger__label,
.ter-brochure-trigger__icon {
  position: relative;
}

.ter-brochure-trigger__icon {
  display: inline-grid;
  flex: 0 0 15px;
  place-items: center;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.ter-brochure-trigger__icon svg {
  display: block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ter-brochure-trigger:hover,
.ter-brochure-trigger:focus-visible {
  color: #f6f2ea;
  background: #2a2d32;
  border-color: #2a2d32;
}

.ter-brochure-trigger:hover .ter-brochure-trigger__icon,
.ter-brochure-trigger:focus-visible .ter-brochure-trigger__icon {
  transform: translateY(1.5px);
}

.ter-brochure-trigger:focus-visible {
  outline: 1px solid #2a2d32;
  outline-offset: 4px;
}

.page-home .ter-brochure-dialog button:focus-visible,
.page-home .ter-brochure-dialog a:focus-visible {
  outline: 2px solid var(--ter-profile-ink);
  outline-offset: 4px;
}

@media (min-width: 1200px) {
  #header-sticky .tp-header-right--brochure {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 30px;
  }

  #header-sticky .tp-header-right--brochure .tp-header-icon.cart,
  #header-sticky .tp-header-right--brochure .tp-header-bar {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }

  #header-sticky .tp-header-right--brochure .tp-header-bar .tp-menu-bar {
    width: 40px;
    height: 40px;
    margin: 0 !important;
    transform: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #header-sticky .tp-header-right--brochure {
    gap: 23px;
  }

  #header-sticky .ter-brochure-trigger {
    gap: 8px;
    padding-inline: 14px;
    font-size: 11px;
    letter-spacing: .1em;
  }
}

#header-sticky .tp-header-icon.cart {
  display: flex !important;
  flex: 0 0 auto;
  overflow: visible;
}

.ter-offcanvas-profile {
  display: none;
}

.tpoffcanvas .ter-brochure-trigger--offcanvas {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  justify-content: space-between;
  border-color: rgba(47, 45, 41, .38);
  font-size: 11px;
  letter-spacing: .1em;
  touch-action: manipulation;
}

.tpoffcanvas .ter-brochure-trigger--offcanvas .ter-brochure-trigger__icon {
  flex-basis: 18px;
}

.tpoffcanvas .ter-brochure-trigger--offcanvas .ter-brochure-trigger__icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1199.98px) {
  #header-sticky {
    --ter-responsive-header-height: 88px;
    height: var(--ter-responsive-header-height) !important;
    min-height: var(--ter-responsive-header-height) !important;
    padding: 0 !important;
  }

  #header-sticky > .container,
  #header-sticky > .container > .row,
  #header-sticky > .container > .row > [class*="col-"] {
    height: 100%;
  }

  #header-sticky > .container {
    padding-right: clamp(18px, 3vw, 36px);
    padding-left: clamp(18px, 3vw, 36px);
  }

  #header-sticky > .container > .row,
  #header-sticky > .container > .row > [class*="col-"] {
    align-items: center;
  }

  #header-sticky > .container > .row > [class*="col-"] {
    display: flex;
  }

  #header-sticky .tp-header-logo,
  #header-sticky .tp-header-logo > a {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0 !important;
    align-items: center;
  }

  #header-sticky .tp-header-logo img {
    position: static !important;
    top: auto !important;
    display: block;
    width: 140px !important;
    max-width: 100%;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #header-sticky .tp-header-right {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 16px;
  }

  #header-sticky .tp-header-icon.cart {
    display: none !important;
  }

  .tpoffcanvas .tp-main-menu-mobile {
    margin-bottom: 24px;
  }

  .tpoffcanvas .ter-offcanvas-profile {
    display: block;
    margin: 0 0 42px;
  }

  #header-sticky .ter-brochure-trigger {
    width: 42px;
    height: 42px;
    padding: 0;
    gap: 0;
  }

  #header-sticky .ter-brochure-trigger__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  #header-sticky .tp-header-bar,
  #header-sticky .tp-header-icon.cart {
    display: flex;
    height: 100%;
    align-items: center;
    flex: 0 0 auto;
  }

  #header-sticky .tp-header-bar .tp-menu-bar {
    width: 42px;
    height: 42px;
    margin: 0 !important;
    transform: none !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  #header-sticky .tp-header-icon.cart {
    display: none !important;
  }

  .tpoffcanvas .ter-offcanvas-profile {
    display: block;
    margin: 0 0 42px;
  }
}

@media (max-width: 767.98px) {
  #header-sticky {
    --ter-responsive-header-height: 74px;
  }

  #header-sticky > .container {
    padding-right: clamp(12px, 4vw, 18px);
    padding-left: clamp(12px, 4vw, 18px);
  }

  #header-sticky .tp-header-logo img {
    width: clamp(100px, 28vw, 110px) !important;
  }

  #header-sticky .tp-header-right {
    gap: clamp(10px, 3vw, 14px);
  }

  .tpoffcanvas .ter-offcanvas-profile {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: flex-start;
  }

  .tpoffcanvas .ter-brochure-trigger--offcanvas {
    width: fit-content;
    min-width: unset;
    max-width: none;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    justify-content: flex-start;
    gap: 8px;
    font-size: 10.5px;
    letter-spacing: .11em;
  }

  .tpoffcanvas .ter-brochure-trigger--offcanvas .ter-brochure-trigger__icon {
    flex-basis: 15px;
  }

  .tpoffcanvas .ter-brochure-trigger--offcanvas .ter-brochure-trigger__icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 359.98px) {
  #header-sticky .ter-brochure-trigger,
  #header-sticky .tp-header-bar .tp-menu-bar {
    width: 40px;
    height: 40px;
  }

  #header-sticky .tp-header-right {
    gap: 8px;
  }
}

.page-home .ter-brochure-dialog {
  width: min(960px, calc(100vw - 64px));
  height: auto;
  max-width: none;
  max-height: min(550px, calc(100svh - 72px));
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--ter-profile-copy);
  background: transparent;
  border: 0;
}

.page-home .ter-brochure-dialog[open] {
  display: block;
}

.page-home .ter-brochure-dialog::backdrop {
  background: rgba(27, 27, 24, 0);
  backdrop-filter: blur(0);
  transition: background-color 280ms ease, backdrop-filter 280ms ease;
}

.page-home .ter-brochure-dialog.is-visible::backdrop {
  background: rgba(27, 27, 24, .68);
  backdrop-filter: blur(4px);
}

.page-home .ter-brochure-dialog.is-fallback-open {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 24px;
  place-items: center;
  background: rgba(27, 27, 24, .68);
  backdrop-filter: blur(4px);
}

.page-home .ter-brochure-dialog__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  width: 100%;
  height: auto;
  max-height: min(550px, calc(100svh - 72px));
  overflow: hidden;
  background: var(--ter-profile-ivory);
  border: 1px solid rgba(42, 45, 50, .16);
  border-radius: 1px;
  box-shadow: 0 30px 90px rgba(18, 18, 16, .22);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 280ms ease, transform 520ms var(--ter-profile-ease);
}

.page-home .ter-brochure-dialog.is-fallback-open .ter-brochure-dialog__shell {
  width: min(960px, calc(100vw - 64px));
  height: auto;
  max-height: min(550px, calc(100svh - 72px));
}

.page-home .ter-brochure-dialog.is-visible .ter-brochure-dialog__shell {
  opacity: 1;
  transform: translateY(0);
}

.page-home .ter-brochure-dialog.is-closing .ter-brochure-dialog__shell {
  opacity: 0;
  transform: translateY(10px);
  transition-duration: 240ms;
}

.page-home .ter-brochure-dialog__close {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: var(--ter-profile-ink);
  background: rgba(246, 242, 234, .88);
  border: 1px solid rgba(42, 45, 50, .22);
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  transition: color 320ms ease, background-color 320ms ease, border-color 320ms ease;
}

.page-home .ter-brochure-dialog__close:hover {
  color: var(--ter-profile-ivory);
  background: var(--ter-profile-ink);
  border-color: var(--ter-profile-ink);
}

.page-home .ter-brochure-dialog__close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
}

.page-home .ter-brochure-dialog__visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #d8d0c4;
}

.page-home .ter-brochure-dialog__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 22, 19, .08) 18%, rgba(22, 22, 19, .82) 100%);
  content: "";
}

.page-home .ter-brochure-dialog__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) sepia(.06) brightness(.9);
  transform: scale(1.015);
  transition: transform 900ms var(--ter-profile-ease);
}

.page-home .ter-brochure-dialog.is-visible .ter-brochure-dialog__visual img {
  transform: scale(1);
}

.page-home .ter-brochure-dialog__visual-copy {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 30px;
  left: 34px;
  color: #f8f4ec;
  text-shadow: 0 1px 18px rgba(16, 15, 13, .28);
}

.page-home .ter-brochure-dialog__visual-copy p,
.page-home .ter-brochure-dialog__visual-eyebrow,
.page-home .ter-brochure-dialog__visual-title,
.page-home .ter-brochure-dialog__visual-services,
.page-home .ter-brochure-dialog__visual-location {
  color: #f8f4ec !important;
}

.page-home .ter-brochure-dialog__visual-copy p,
.page-home .ter-brochure-dialog__panel p,
.page-home .ter-brochure-dialog__panel h2 {
  margin: 0;
}

.page-home .ter-brochure-dialog__visual-eyebrow,
.page-home .ter-brochure-dialog__eyebrow,
.page-home .ter-brochure-success__eyebrow {
  font-family: Qanelas-Regular, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-home .ter-brochure-dialog__visual-title {
  max-width: 8ch;
  margin-top: 12px !important;
  font-family: Qanelas-UltraLight, Qanelas-Regular, Arial, sans-serif;
  font-size: clamp(30px, 2.4vw, 40px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.page-home .ter-brochure-dialog__visual-services {
  max-width: 26ch;
  margin-top: 12px !important;
  font-family: qanelas-light, Qanelas-Regular, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.page-home .ter-brochure-dialog__visual-location {
  margin-top: 18px !important;
  padding-top: 10px;
  border-top: 1px solid rgba(248, 244, 236, .42);
  font-family: Qanelas-Regular, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-home .ter-brochure-dialog__panel {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 30px 42px 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(42, 45, 50, .28) transparent;
  scrollbar-width: thin;
}

.page-home .ter-brochure-dialog__panel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(42, 45, 50, .16);
  content: "";
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 760ms 160ms var(--ter-profile-ease);
}

.page-home .ter-brochure-dialog.is-visible .ter-brochure-dialog__panel::before {
  transform: scaleY(1);
}

.page-home .ter-brochure-dialog__eyebrow {
  color: var(--ter-profile-muted);
}

.page-home .ter-brochure-dialog__title {
  max-width: 10ch;
  margin-top: 12px !important;
  color: #4d4b47;
  font-family: Qanelas-UltraLight, Qanelas-Regular, Arial, sans-serif;
  font-size: clamp(32px, 2.6vw, 36px);
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: -.032em;
  text-transform: none;
}

.page-home .ter-brochure-dialog__title:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .page-home .ter-brochure-dialog__title {
    max-width: none;
    white-space: nowrap;
  }
}

.page-home .ter-brochure-dialog__introduction {
  max-width: 46ch;
  margin-top: 10px !important;
  color: var(--ter-profile-copy);
  font-family: qanelas-light, Qanelas-Regular, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.page-home .ter-brochure-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 620ms var(--ter-profile-ease);
  transition-delay: calc(180ms + (var(--ter-reveal-order, 0) * 50ms));
}

.page-home .ter-brochure-dialog.is-visible .ter-brochure-reveal {
  opacity: 1;
  transform: translateY(0);
}

.page-home .ter-brochure-form {
  position: relative;
  margin-top: 16px;
}

.page-home .ter-brochure-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 18px;
}

.page-home .ter-brochure-field {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  align-content: start;
}

.page-home .ter-brochure-field label {
  display: block;
  margin-bottom: 5px;
  color: var(--ter-profile-muted);
  font-family: Qanelas-Regular, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-home .ter-brochure-field input,
.page-home .ter-brochure-field select {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 7px 0;
  color: var(--ter-profile-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(58, 54, 49, .28);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-family: qanelas-light, Qanelas-Regular, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color 260ms ease, box-shadow 260ms ease;
}

.page-home .ter-brochure-field select {
  cursor: pointer;
}

.page-home .ter-brochure-field input:focus-visible,
.page-home .ter-brochure-field select:focus-visible {
  border-bottom-color: var(--ter-profile-ink);
  box-shadow: 0 1px 0 var(--ter-profile-ink);
}

.page-home .ter-brochure-field input[aria-invalid="true"],
.page-home .ter-brochure-field select[aria-invalid="true"] {
  border-bottom-color: rgba(128, 73, 63, .78);
  box-shadow: 0 1px 0 rgba(128, 73, 63, .14);
}

.page-home .ter-brochure-field__error {
  display: block;
  min-height: 14px;
  margin: 6px 0 0;
  padding-left: 1px;
  color: #805047;
  font-family: qanelas-light, Qanelas-Regular, Arial, sans-serif;
  font-size: 10.5px;
  line-height: 1.35;
  letter-spacing: .01em;
}

.page-home .ter-brochure-field__error[hidden] {
  display: none;
}

.page-home .ter-brochure-form.has-validation-errors .ter-brochure-form__grid {
  row-gap: 12px;
}

.page-home .ter-brochure-form.has-validation-errors .ter-brochure-field label {
  margin-bottom: 3px;
}

.page-home .ter-brochure-form.has-validation-errors .ter-brochure-field input,
.page-home .ter-brochure-form.has-validation-errors .ter-brochure-field select {
  height: 34px;
  min-height: 34px;
  padding-block: 4px;
}

.page-home .ter-brochure-form.has-validation-errors .ter-brochure-field__error {
  min-height: 13px;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.3;
}

.page-home .ter-brochure-form.has-validation-errors .ter-brochure-form__submit {
  margin-top: 12px;
}

.page-home .ter-brochure-form__status {
  margin: 14px 0 0 !important;
  padding: 10px 12px 9px;
  color: #70483f;
  background: rgba(112, 72, 63, .055);
  border-left: 2px solid rgba(112, 72, 63, .58);
  font-family: qanelas-light, Qanelas-Regular, Arial, sans-serif;
  font-size: 10.5px;
  line-height: 1.45;
  letter-spacing: .01em;
}

.page-home .ter-brochure-form__status[hidden] {
  display: none;
}

.page-home .ter-brochure-form__submit {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 18px;
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  padding: 10px 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  color: var(--ter-profile-ivory);
  background: var(--ter-profile-ink);
  border: 1px solid var(--ter-profile-ink);
  border-radius: 1px;
  box-shadow: none;
  font-family: Qanelas-Regular, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 360ms ease, color 360ms ease, border-color 360ms ease;
}

.page-home .ter-brochure-form__submit:hover {
  color: var(--ter-profile-ink);
  background: transparent;
}

.page-home .ter-brochure-form__submit:disabled {
  cursor: wait;
  opacity: .78;
}

.page-home .ter-brochure-form__submit-icon,
.page-home .ter-brochure-form__submit-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.page-home .ter-brochure-form__submit-icon {
  transition: transform 420ms var(--ter-profile-ease), opacity 220ms ease;
}

.page-home .ter-brochure-form__submit-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-home .ter-brochure-form__submit:hover .ter-brochure-form__submit-icon {
  transform: translateY(2px);
}

.page-home .ter-brochure-form__spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(246, 242, 234, .34);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: ter-profile-spin 900ms linear infinite;
}

.page-home .ter-brochure-form__submit.is-loading .ter-brochure-form__submit-icon {
  display: none;
}

.page-home .ter-brochure-form__submit.is-loading .ter-brochure-form__spinner {
  display: block;
}

.page-home .ter-brochure-form__submit.is-error {
  color: #f9ede8;
  background: #70483f;
  border-color: #70483f;
}

.page-home .ter-brochure-form__note {
  margin-top: 9px !important;
  color: var(--ter-profile-muted);
  font-family: qanelas-light, Qanelas-Regular, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}

@keyframes ter-profile-spin {
  to { transform: rotate(360deg); }
}

.page-home .ter-brochure-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.page-home .ter-brochure-success[hidden],
.page-home .ter-brochure-dialog__form-view[hidden] {
  display: none !important;
}

.page-home .ter-brochure-dialog__form-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 250ms var(--ter-profile-ease);
}

.page-home .ter-brochure-dialog__form-view.is-leaving {
  opacity: 0;
  transform: translateY(-8px);
}

.page-home .ter-brochure-success {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  min-height: 496px;
  padding: 34px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ter-profile-copy);
  outline: 0;
}

.page-home .ter-brochure-success__eyebrow {
  margin: 0 0 20px !important;
  color: #827366;
  font-family: Qanelas-Regular, qanelas-light, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.page-home .ter-brochure-success__title {
  max-width: 100%;
  margin: 0 0 22px !important;
  color: #393632;
  font-family: Qanelas-UltraLight, Qanelas-Regular, Arial, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.015em;
  text-transform: none;
}

.page-home .ter-brochure-success__title span {
  display: block;
  white-space: nowrap;
}

.page-home .ter-brochure-success__title:focus {
  outline: 0;
}

.page-home .ter-brochure-success__message {
  max-width: 48ch;
  margin: 0 0 30px !important;
  color: #68625c;
  font-family: qanelas-light, Qanelas-Regular, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.page-home .ter-brochure-success__eyebrow,
.page-home .ter-brochure-success__title,
.page-home .ter-brochure-success__message,
.page-home .ter-brochure-success__profile,
.page-home .ter-brochure-success__secondary-actions {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 560ms var(--ter-profile-ease);
}

.page-home .ter-brochure-success.is-active .ter-brochure-success__eyebrow,
.page-home .ter-brochure-success.is-active .ter-brochure-success__title,
.page-home .ter-brochure-success.is-active .ter-brochure-success__message,
.page-home .ter-brochure-success.is-active .ter-brochure-success__profile,
.page-home .ter-brochure-success.is-active .ter-brochure-success__secondary-actions {
  opacity: 1;
  transform: translateY(0);
}

.page-home .ter-brochure-success.is-active .ter-brochure-success__eyebrow { transition-delay: 60ms; }
.page-home .ter-brochure-success.is-active .ter-brochure-success__title { transition-delay: 120ms; }
.page-home .ter-brochure-success.is-active .ter-brochure-success__message { transition-delay: 180ms; }
.page-home .ter-brochure-success.is-active .ter-brochure-success__profile { transition-delay: 260ms; }
.page-home .ter-brochure-success.is-active .ter-brochure-success__secondary-actions { transition-delay: 320ms; }

.page-home .ter-brochure-success__actions {
  margin-top: 0;
}

.page-home .ter-brochure-success__whatsapp,
.page-home .ter-brochure-success__profile,
.page-home .ter-brochure-success__continue {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  font-family: Qanelas-Regular, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.page-home .ter-brochure-success__profile {
  min-height: 54px;
  padding-inline: 24px;
  color: var(--ter-profile-ivory);
  background: #827366;
  border: 1px solid #827366;
  font-size: 12px;
  letter-spacing: .11em;
  transition: color 320ms ease, background-color 320ms ease, border-color 320ms ease;
}

.page-home .ter-brochure-success__profile:hover {
  color: var(--ter-profile-ivory);
  background: #6f6257;
  border-color: #6f6257;
}

.page-home .ter-brochure-success__whatsapp {
  gap: 9px;
}

.page-home .ter-brochure-success__whatsapp svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 320ms var(--ter-profile-ease);
}

.page-home .ter-brochure-success__whatsapp:hover svg {
  transform: translateY(-1px);
}

.page-home .ter-brochure-success__secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.page-home .ter-brochure-success__whatsapp,
.page-home .ter-brochure-success__continue {
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  gap: 9px;
  color: #4c4640;
  background: transparent;
  border: 1px solid rgba(130, 115, 102, .62);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  transition: color 320ms ease, background-color 320ms ease, border-color 320ms ease;
}

.page-home .ter-brochure-success__continue {
  appearance: none;
  cursor: pointer;
}

.page-home .ter-brochure-success__whatsapp:hover,
.page-home .ter-brochure-success__continue:hover {
  color: var(--ter-profile-ivory);
  background: var(--ter-profile-ink);
  border-color: var(--ter-profile-ink);
}

.page-home .ter-brochure-dialog__live {
  position: fixed;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

html.ter-brochure-open,
body.page-home.ter-brochure-open {
  overflow: hidden !important;
}

@media (max-width: 899.98px) and (min-width: 768px) {
  .page-home .ter-brochure-dialog {
    width: calc(100vw - 36px);
    max-height: min(550px, calc(100svh - 36px));
  }

  .page-home .ter-brochure-dialog__shell,
  .page-home .ter-brochure-dialog.is-fallback-open .ter-brochure-dialog__shell {
    grid-template-columns: minmax(0, 39fr) minmax(0, 61fr);
    width: calc(100vw - 36px);
    max-height: min(550px, calc(100svh - 36px));
  }

  .page-home .ter-brochure-dialog__panel {
    padding: 30px 30px 24px;
  }

  .page-home .ter-brochure-form__grid {
    row-gap: 14px;
  }
}

@media (max-width: 767.98px) {
  .page-home .ter-brochure-dialog {
    position: fixed;
    inset: 0;
    width: min(90vw, 390px);
    height: auto;
    max-width: 390px;
    max-height: min(78svh, 720px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(42, 45, 50, .16);
  }

  .page-home .ter-brochure-dialog.is-fallback-open {
    display: grid;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right))
      max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    place-items: center;
    border: 0;
  }

  .page-home .ter-brochure-dialog__shell,
  .page-home .ter-brochure-dialog.is-fallback-open .ter-brochure-dialog__shell {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: clamp(110px, 20svh, 150px) minmax(0, 1fr);
    width: 100%;
    height: auto;
    max-height: min(78svh, 720px);
    border: 0;
    border-radius: 1px;
    transform: translateY(12px);
  }

  .page-home .ter-brochure-dialog.is-fallback-open .ter-brochure-dialog__shell {
    width: min(90vw, 390px);
    border: 1px solid rgba(42, 45, 50, .16);
  }

  .page-home .ter-brochure-dialog.is-visible .ter-brochure-dialog__shell {
    transform: translateY(0);
  }

  .page-home .ter-brochure-dialog__close {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    color: #f8f4ec;
    background: rgba(22, 22, 19, .34);
    border-color: rgba(248, 244, 236, .54);
  }

  .page-home .ter-brochure-dialog__close::before {
    position: absolute;
    inset: -5px;
    content: "";
  }

  .page-home .ter-brochure-dialog__visual {
    height: clamp(110px, 20svh, 150px);
    min-height: 0;
  }

  .page-home .ter-brochure-dialog__visual::after {
    background: linear-gradient(to top, rgba(20, 18, 16, .55), transparent);
  }

  .page-home .ter-brochure-dialog__visual img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  .page-home .ter-brochure-dialog__visual-copy {
    right: 16px;
    bottom: 15px;
    left: 16px;
  }

  .page-home .ter-brochure-dialog__visual-eyebrow,
  .page-home .ter-brochure-dialog__visual-services,
  .page-home .ter-brochure-dialog__visual-location {
    display: none;
  }

  .page-home .ter-brochure-dialog__visual-title {
    max-width: none;
    margin: 0 !important;
    color: #f8f4ec !important;
    font-family: Qanelas-UltraLight, Qanelas-Regular, Arial, sans-serif;
    font-size: clamp(20px, 5.5vw, 22px);
    font-weight: 300;
    line-height: 1.05;
  }

  .page-home .ter-brochure-dialog__panel {
    min-height: 0;
    max-height: calc(min(78svh, 720px) - clamp(110px, 20svh, 150px));
    padding: 18px 16px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .page-home .ter-brochure-dialog__panel::before {
    display: none;
  }

  .page-home .ter-brochure-dialog__eyebrow {
    margin-bottom: 8px !important;
    font-size: 8.5px;
    line-height: 1.3;
    letter-spacing: .16em;
  }

  .page-home .ter-brochure-dialog__title {
    max-width: none;
    margin-top: 0 !important;
    font-size: clamp(26px, 7vw, 31px);
    line-height: 1.04;
  }

  .page-home .ter-brochure-dialog__introduction {
    max-width: none;
    margin-top: 10px !important;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .page-home .ter-brochure-form {
    margin-top: 14px;
  }

  .page-home .ter-brochure-form__grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 11px;
  }

  .page-home .ter-brochure-field label {
    margin-bottom: 4px;
    font-size: 8px;
    letter-spacing: .14em;
  }

  .page-home .ter-brochure-field input,
  .page-home .ter-brochure-field select {
    height: 40px;
    min-height: 40px;
    padding: 5px 0;
    font-size: 16px;
  }

  .page-home .ter-brochure-form.has-validation-errors .ter-brochure-form__grid {
    row-gap: 8px;
  }

  .page-home .ter-brochure-form.has-validation-errors .ter-brochure-field input,
  .page-home .ter-brochure-form.has-validation-errors .ter-brochure-field select {
    height: 38px;
    min-height: 38px;
  }

  .page-home .ter-brochure-form__status {
    margin-top: 10px !important;
    padding: 8px 10px;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .page-home .ter-brochure-form__submit {
    min-height: 46px;
    margin-top: 14px;
    padding: 8px 16px;
  }

  .page-home .ter-brochure-form__note {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    font-size: 9.5px;
    line-height: 1.3;
  }

  .page-home .ter-brochure-success {
    min-height: 0;
    padding: 2px 0 0;
    justify-content: flex-start;
  }

  .page-home .ter-brochure-success__eyebrow {
    margin-bottom: 10px !important;
    font-size: 8.5px;
  }

  .page-home .ter-brochure-success__title {
    margin-bottom: 12px !important;
    font-size: clamp(28px, 7.5vw, 32px);
    line-height: 1.05;
  }

  .page-home .ter-brochure-success__message {
    margin-bottom: 16px !important;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .page-home .ter-brochure-success__profile {
    min-height: 46px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .page-home .ter-brochure-success__secondary-actions {
    gap: 8px;
    margin-top: 8px;
  }

  .page-home .ter-brochure-success__whatsapp,
  .page-home .ter-brochure-success__continue {
    min-height: 44px;
    padding-inline: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-home .ter-brochure-success__title {
    font-size: clamp(38px, 4.5vw, 44px);
  }
}

@media (max-width: 575.98px) {
  .page-home .ter-brochure-success__secondary-actions {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

@media (min-width: 360px) and (max-width: 767.98px) {
  .page-home .ter-brochure-success__title {
    font-size: clamp(22px, 5.8vw, 25px);
    line-height: 1.15;
    letter-spacing: -.02em;
    white-space: nowrap;
  }

  .page-home .ter-brochure-success__title span {
    display: inline;
    white-space: nowrap;
  }
}

@media (max-width: 359.98px) {
  .page-home .ter-brochure-success__title {
    white-space: normal;
  }

  .page-home .ter-brochure-success__title span {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) and (max-height: 700px) {
  .page-home .ter-brochure-dialog {
    max-height: calc(100svh - 32px);
  }

  .page-home .ter-brochure-dialog__shell,
  .page-home .ter-brochure-dialog.is-fallback-open .ter-brochure-dialog__shell {
    grid-template-rows: 96px minmax(0, 1fr);
    max-height: calc(100svh - 32px);
  }

  .page-home .ter-brochure-dialog__visual {
    height: 96px;
  }

  .page-home .ter-brochure-dialog__visual-copy {
    bottom: 15px;
  }

  .page-home .ter-brochure-dialog__visual-title {
    font-size: 21px;
  }

  .page-home .ter-brochure-dialog__panel {
    max-height: calc(100svh - 128px);
    padding: 14px;
  }

  .page-home .ter-brochure-dialog__eyebrow {
    margin-bottom: 6px !important;
  }

  .page-home .ter-brochure-dialog__title {
    margin-bottom: 0 !important;
    font-size: 25px;
    line-height: 1.04;
  }

  .page-home .ter-brochure-dialog__introduction {
    margin-top: 8px !important;
  }

  .page-home .ter-brochure-form {
    margin-top: 10px;
  }

  .page-home .ter-brochure-form__grid {
    row-gap: 8px;
  }

  .page-home .ter-brochure-form__submit {
    margin-top: 12px;
  }
}

@media (max-height: 700px) and (min-width: 768px) {
  .page-home .ter-brochure-dialog {
    width: min(900px, calc(100vw - 48px));
    max-height: calc(100svh - 32px);
  }

  .page-home .ter-brochure-dialog__shell,
  .page-home .ter-brochure-dialog.is-fallback-open .ter-brochure-dialog__shell {
    width: min(900px, calc(100vw - 48px));
    max-height: calc(100svh - 32px);
  }

  .page-home .ter-brochure-dialog__panel {
    padding: 26px 34px 20px;
  }

  .page-home .ter-brochure-dialog__close {
    top: 14px;
    right: 14px;
  }

  .page-home .ter-brochure-dialog__title {
    margin-top: 10px !important;
    font-size: 32px;
  }

  .page-home .ter-brochure-dialog__introduction {
    margin-top: 10px !important;
    line-height: 1.4;
  }

  .page-home .ter-brochure-form {
    margin-top: 14px;
  }

  .page-home .ter-brochure-form__grid {
    row-gap: 11px;
  }

  .page-home .ter-brochure-form__submit {
    min-height: 48px;
    margin-top: 14px;
  }

  .page-home .ter-brochure-form__note {
    margin-top: 8px !important;
  }

  .page-home .ter-brochure-dialog__visual-copy {
    right: 26px;
    bottom: 24px;
    left: 26px;
  }

  .page-home .ter-brochure-success {
    min-height: 0;
    padding-block: 16px;
  }

  .page-home .ter-brochure-success__actions {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #header-sticky .tp-header-right--brochure .ter-brochure-trigger__icon,
  #header-sticky .tp-header-right--brochure .ter-brochure-trigger:hover .ter-brochure-trigger__icon,
  #header-sticky .tp-header-right--brochure .ter-brochure-trigger:focus-visible .ter-brochure-trigger__icon {
    transform: none !important;
    transition: none !important;
  }

  .page-home .ter-brochure-trigger,
  .page-home .ter-brochure-trigger__icon,
  .page-home .ter-brochure-dialog::backdrop,
  .page-home .ter-brochure-dialog__shell,
  .page-home .ter-brochure-dialog__visual img,
  .page-home .ter-brochure-dialog__panel::before,
  .page-home .ter-brochure-reveal,
  .page-home .ter-brochure-dialog__form-view,
  .page-home .ter-brochure-form__submit-icon,
  .page-home .ter-brochure-success__eyebrow,
  .page-home .ter-brochure-success__title,
  .page-home .ter-brochure-success__message,
  .page-home .ter-brochure-success__profile,
  .page-home .ter-brochure-success__whatsapp svg,
  .page-home .ter-brochure-success__secondary-actions {
    transform: none !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .page-home .ter-brochure-form__spinner {
    animation-duration: 1.8s;
  }

}
