/* ─── TGDC — Footer ─── */

.tgdc-footer { background: var(--deep); color: var(--cream); }

/* ── Brand back-cover panel ── */
.tgdc-foot-brand {
  position: relative;
  text-align: center;
  padding: 100px 0 72px;
  border-bottom: 1px solid rgba(196,160,90,.12);
  overflow: hidden;
  background: var(--forest);
}
.tgdc-foot-botanical {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tgdc-foot-botanical2 {
  position: absolute;
  /* inset: 0; */
  width: 100%;
  height: 45%;
  pointer-events: none;
  bottom: 0;
}

.tgdc-foot-emblem-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.tgdc-foot-emblem { width: 80px; height: auto; margin: 0 auto; }

.tgdc-foot-headline {
  position: relative;
  z-index: 2;
  font-family: var(--serif);
  font-weight: 300;
  margin-bottom: 28px;
}
.tgdc-foot-hl-main  {
display: block;
    font-family: var(--serif);
    font-size: clamp(38px, 5.8vw, 78px);
    color: var(--cream);
    letter-spacing: .03em;
    line-height: 1.1;
    font-weight: 300;
}
.tgdc-foot-hl-accent {
    display: block;
    font-family: var(--serif);
    font-size: clamp(38px, 5.8vw, 78px);
    color: var(--gold);
    font-style: italic;
    letter-spacing: .03em;
    line-height: 1.1;
    font-weight: 300;
}
.tgdc-foot-rule {
  width: 48px;
  height: 1px;
  background: rgba(196,160,90,.4);
  margin: 0 auto 28px;
}
.tgdc-foot-contact-strip {
display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-family: var(--sans);
    font-size: 10.5px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(242, 237, 227, .42);
    position: relative;
    z-index: 1;
	padding: 0 15px;
}
.tgdc-foot-contact-strip a { color: rgba(242,237,227,.7); transition: color .25s; }
.tgdc-foot-contact-strip a:hover { color: var(--gold); }
.tgdc-foot-dot { opacity: .4; }

/* ── Nav columns ── */
.tgdc-foot-nav { padding-top: 56px; }
.tgdc-foot-top {
/*   display: grid;
  grid-template-columns: repeat(3, 1fr); */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(196,160,90,.1);
}
.tgdc-foot-ttl {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  font-family: var(--sans);
  font-weight: 500;
}
.tgdc-foot-col a,
.tgdc-foot-col li a {
  display: block;
  font-size: 14px;
  color: rgba(242,237,227, 1);
  margin-bottom: 10px;
  transition: color .25s;
}
.tgdc-foot-col a:hover,
.tgdc-foot-col li a:hover { color: var(--cream); }
.tgdc-foot-col ul { list-style: none; }
.tgdc-foot-appt {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(196,160,90, 1);
}
.tgdc-foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px 0 40px;
  font-size: 12px;
  color: rgba(242,237,227,.35);
}
.tgdc-foot-legal { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.tgdc-foot-legal a { color: rgba(242,237,227, 1); transition: color .25s; }
.tgdc-foot-legal a:hover { color: var(--cream); }
.tgdc-foot-right { display: flex; align-items: center; gap: 20px; }
.tgdc-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(196,160,90,.3);
  border-radius: 50%;
  color: var(--gold);
  font-size: 16px;
  transition: background .25s, border-color .25s;
}

.tgdc-foot-legal em{
  font-style: normal;
  color: rgba(242,237,227, 1)
}

.tgdc-foot-right{
  color: rgba(242,237,227, 1);
}

.tgdc-to-top:hover { background: rgba(196,160,90,.12); border-color: var(--gold); }

@media (max-width: 768px) {
  .tgdc-foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .tgdc-foot-top { grid-template-columns: 1fr; }
  .tgdc-foot-bottom { flex-direction: column; text-align: center; }
}
