.tgh-standard-page-shell {
  background: var(--tgh-color-surface-subtle);
}

.tgh-static-main {
  padding: 30px 0 72px;
}

.tgh-static-article {
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 24px;
  background: var(--tgh-color-surface);
  box-shadow: 0 20px 54px rgba(54, 43, 27, .08);
}

.tgh-static-heading {
  padding: clamp(28px, 5vw, 56px) clamp(22px, 6vw, 74px) 26px;
  border-bottom: 1px solid var(--tgh-color-border);
  background:
    radial-gradient(circle at 88% 12%, rgba(200, 169, 107, .18), transparent 30%),
    linear-gradient(145deg, #fffdf9 0%, #f7f1e7 100%);
}

.tgh-static-heading h1 {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--tgh-color-charcoal);
  font-family: Fraunces, serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.tgh-static-content {
  max-width: 940px;
  padding: clamp(28px, 5vw, 58px) clamp(22px, 6vw, 74px) clamp(42px, 6vw, 72px);
  color: var(--tgh-color-text);
  font-size: 16px;
  line-height: 1.78;
}

.tgh-static-content > p:first-child {
  margin-top: 0;
  color: var(--tgh-color-charcoal);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}

.tgh-static-content h2 {
  margin: 42px 0 14px;
  color: var(--tgh-color-charcoal);
  font-family: Fraunces, serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.16;
  letter-spacing: -.02em;
}

.tgh-static-content h3 {
  margin: 28px 0 8px;
  color: var(--tgh-color-charcoal);
  font-size: 18px;
  line-height: 1.35;
}

.tgh-static-content p,
.tgh-static-content ul,
.tgh-static-content ol {
  margin: 0 0 18px;
}

.tgh-static-content ul,
.tgh-static-content ol {
  padding-left: 22px;
}

.tgh-static-content li + li {
  margin-top: 9px;
}

.tgh-static-content a {
  color: var(--tgh-color-primary);
  font-weight: 700;
  text-underline-offset: 3px;
}

.tgh-policy-note,
.tgh-contact-card {
  margin: 24px 0;
  padding: 20px 22px;
  border: 1px solid rgba(138, 103, 44, .24);
  border-radius: 16px;
  background: rgba(200, 169, 107, .1);
}

.tgh-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 36px;
}

.tgh-contact-card {
  margin: 0;
}

.tgh-contact-card h2 {
  margin-top: 0;
  font-size: 25px;
}

.tgh-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 24px;
  margin-top: 30px;
}

.tgh-contact-form,
.tgh-contact-map {
  padding: 24px;
  border: 1px solid var(--tgh-color-border);
  border-radius: 18px;
  background: #fffdf9;
}

.tgh-contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--tgh-color-charcoal);
  font-weight: 700;
}

.tgh-contact-form input,
.tgh-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(46, 42, 35, .28);
  border-radius: 11px;
  background: #fff;
  color: var(--tgh-color-charcoal);
  font: inherit;
}

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

.tgh-contact-form button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 11px;
  background: var(--tgh-color-primary);
  color: #fff;
  font: 800 15px/1 Manrope, sans-serif;
  cursor: pointer;
}

.tgh-contact-form button:disabled {
  cursor: wait;
  opacity: .68;
}

.tgh-contact-map iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
  border-radius: 12px;
}

.tgh-form-status {
  margin: 14px 0 0;
  font-weight: 700;
}

.tgh-form-status.is-error {
  color: #a12d24;
}

.tgh-contact-success {
  padding: 22px;
  border-radius: 14px;
  background: #edf5ef;
  color: #244735;
}

.tgh-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

@media (max-width: 780px) {
  .tgh-static-main {
    padding: 18px 0 52px;
  }

  .tgh-static-article {
    margin-top: 16px;
    border-radius: 18px;
  }

  .tgh-contact-grid,
  .tgh-contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .tgh-contact-form,
  .tgh-contact-map {
    padding: 18px;
  }

  .tgh-contact-map iframe {
    min-height: 310px;
  }
}
