/* SirGolf Travel Tatarstan destination collection v1 */

.tatarstan-hero,
.tatarstan-detail-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: min(92svh, 58rem);
  overflow: hidden;
  color: #f5efe2;
  background: #07120f;
}

.tatarstan-hero-media,
.tatarstan-detail-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.tatarstan-hero-media img,
.tatarstan-detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.03);
}

.tatarstan-hero::after,
.tatarstan-detail-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 9, .94) 0%, rgba(3, 12, 9, .72) 42%, rgba(3, 12, 9, .18) 76%),
    linear-gradient(0deg, rgba(3, 12, 9, .9) 0%, transparent 54%);
}

.tatarstan-hero-inner,
.tatarstan-detail-hero-inner {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(10rem, 18vh, 14rem) 0 clamp(4rem, 8vw, 7rem);
}

.tatarstan-hero-grid,
.tatarstan-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(15rem, .55fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
}

.tatarstan-hero h1,
.tatarstan-detail-hero h1 {
  max-width: 12ch;
  margin: .7rem 0 1.25rem;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 8.5vw, 9.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .8;
}

.tatarstan-detail-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.9rem, 7.2vw, 8.4rem);
}

.tatarstan-hero-lede,
.tatarstan-detail-hero-lede {
  max-width: 43rem;
  color: rgba(245, 239, 226, .78);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.65;
}

.tatarstan-hero-actions,
.tatarstan-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.8rem;
}

.tatarstan-hero-note,
.tatarstan-detail-hero-note {
  padding: 1.6rem 0 0 1.5rem;
  border-top: 1px solid rgba(222, 195, 137, .42);
  border-left: 1px solid rgba(222, 195, 137, .25);
}

.tatarstan-hero-note span,
.tatarstan-detail-hero-note span {
  display: block;
  margin-bottom: .65rem;
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tatarstan-hero-note strong,
.tatarstan-detail-hero-note strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.65rem);
  font-weight: 500;
  line-height: 1;
}

.tatarstan-hero-note p,
.tatarstan-detail-hero-note p {
  margin: .8rem 0 0;
  color: rgba(245, 239, 226, .6);
  font-size: .88rem;
  line-height: 1.6;
}

.tatarstan-section {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: #0b1d17;
  color: #f5efe2;
}

.tatarstan-section--ivory {
  background: #eee8dc;
  color: #0b1d17;
}

.tatarstan-section--deep {
  background:
    radial-gradient(circle at 92% 0, rgba(200, 169, 106, .12), transparent 35%),
    #06100d;
}

.tatarstan-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .65fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.75rem);
}

.tatarstan-section-head h2 {
  max-width: 14ch;
  margin: .55rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .86;
}

.tatarstan-section-head > p {
  margin: 0;
  color: currentColor;
  opacity: .68;
  font-size: 1rem;
  line-height: 1.75;
}

.tatarstan-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(222, 195, 137, .28);
  border-bottom: 1px solid rgba(222, 195, 137, .28);
}

.tatarstan-fact {
  min-height: 10rem;
  padding: 1.6rem;
  border-right: 1px solid rgba(222, 195, 137, .22);
}

.tatarstan-fact:last-child {
  border-right: 0;
}

.tatarstan-fact span {
  color: var(--gold-light);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tatarstan-fact strong {
  display: block;
  margin-top: 1.15rem;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.4vw, 2.6rem);
  font-weight: 500;
  line-height: .95;
}

.tatarstan-fact p {
  margin: .65rem 0 0;
  color: rgba(245, 239, 226, .55);
  font-size: .76rem;
  line-height: 1.55;
}

.tatarstan-section--ivory .tatarstan-facts {
  border-color: rgba(11, 29, 23, .2);
}

.tatarstan-section--ivory .tatarstan-fact {
  border-color: rgba(11, 29, 23, .16);
}

.tatarstan-section--ivory .tatarstan-fact p {
  color: rgba(11, 29, 23, .62);
}

.destination-grid,
.tatarstan-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(222, 195, 137, .28);
  border: 1px solid rgba(222, 195, 137, .28);
}

.destination-card,
.tatarstan-entity-card {
  position: relative;
  display: grid;
  min-height: clamp(31rem, 54vw, 48rem);
  overflow: hidden;
  color: #f5efe2;
  background: #07120f;
}

.tatarstan-entity-card {
  min-height: clamp(29rem, 45vw, 42rem);
}

.destination-card img,
.tatarstan-entity-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.2, .75, .2, 1), filter 500ms ease;
}

.destination-card::after,
.tatarstan-entity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 12, 9, .95), rgba(3, 12, 9, .08) 75%);
}

.destination-card:hover img,
.tatarstan-entity-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.destination-card-copy,
.tatarstan-entity-card-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: clamp(1.6rem, 4vw, 3.2rem);
}

.destination-card-copy h3,
.tatarstan-entity-card-copy h3 {
  max-width: 12ch;
  margin: .6rem 0 .75rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .86;
}

.tatarstan-entity-card-copy h3 {
  font-size: clamp(2.3rem, 4vw, 4.4rem);
}

.destination-card-copy p,
.tatarstan-entity-card-copy p {
  max-width: 37rem;
  margin: 0;
  color: rgba(245, 239, 226, .72);
  line-height: 1.65;
}

.destination-card-meta,
.tatarstan-entity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin-bottom: .4rem;
  color: var(--gold-light);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.destination-card-action,
.tatarstan-entity-action {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1.25rem;
  color: #f5efe2;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.destination-card-action::after,
.tatarstan-entity-action::after {
  content: "\2197";
  color: var(--gold-light);
}

.tatarstan-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 9vw, 9rem);
}

.tatarstan-copy-grid h2 {
  margin: .65rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.5vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .88;
}

.tatarstan-copy-body {
  display: grid;
  gap: 1.2rem;
  align-content: start;
}

.tatarstan-copy-body p {
  margin: 0;
  color: currentColor;
  opacity: .7;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.8;
}

.tatarstan-copy-body p:first-child {
  color: currentColor;
  opacity: 1;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  line-height: 1.15;
}

.tatarstan-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid rgba(222, 195, 137, .25);
  border-bottom: 1px solid rgba(222, 195, 137, .25);
}

.tatarstan-feature {
  min-height: 17rem;
  padding: clamp(1.4rem, 2.5vw, 2.2rem);
  border-right: 1px solid rgba(222, 195, 137, .2);
}

.tatarstan-feature:last-child {
  border-right: 0;
}

.tatarstan-feature > span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.tatarstan-feature h3 {
  margin: clamp(2.4rem, 6vw, 5rem) 0 .65rem;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
  font-weight: 500;
  line-height: 1;
}

.tatarstan-feature p {
  margin: 0;
  color: currentColor;
  opacity: .6;
  font-size: .82rem;
  line-height: 1.65;
}

.tatarstan-pairing {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.tatarstan-pairing-intro h2 {
  margin: .6rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .88;
}

.tatarstan-pairing-intro p {
  color: currentColor;
  opacity: .65;
  line-height: 1.75;
}

.tatarstan-pairing-list {
  display: grid;
  border-top: 1px solid rgba(222, 195, 137, .28);
}

.tatarstan-pairing-item {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(222, 195, 137, .2);
}

.tatarstan-pairing-item > span {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.tatarstan-pairing-item h3 {
  margin: 0 0 .3rem;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
}

.tatarstan-pairing-item p {
  margin: 0;
  color: currentColor;
  opacity: .58;
  font-size: .78rem;
  line-height: 1.55;
}

.tatarstan-pairing-item a {
  color: var(--gold-light);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tatarstan-sources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(222, 195, 137, .22);
}

.tatarstan-sources p {
  margin: 0;
  color: currentColor;
  opacity: .55;
  font-size: .7rem;
  line-height: 1.5;
}

.tatarstan-sources div {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.3rem;
}

.tatarstan-sources a {
  color: var(--gold-light);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tatarstan-home-destinations,
.tatarstan-catalog-feature {
  position: relative;
  overflow: hidden;
}

.tatarstan-home-destinations {
  background:
    radial-gradient(circle at 95% 5%, rgba(200, 169, 106, .12), transparent 30%),
    #07120f;
  color: #f5efe2;
}

.tatarstan-home-destinations .destination-grid,
.tatarstan-catalog-feature .tatarstan-collection-grid {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.tatarstan-catalog-feature {
  background: #0b1d17;
  color: #f5efe2;
}

.tatarstan-catalog-feature .catalog-card {
  background: #10271f;
}

.tatarstan-catalog-feature .catalog-copy {
  color: #f5efe2;
}

.tatarstan-catalog-feature .catalog-copy p {
  color: rgba(245, 239, 226, .62);
}

.tatarstan-catalog-feature .catalog-meta {
  color: rgba(222, 195, 137, .78);
}

@media (max-width: 1099px) {
  .tatarstan-hero-grid,
  .tatarstan-detail-hero-grid,
  .tatarstan-section-head,
  .tatarstan-copy-grid,
  .tatarstan-pairing {
    grid-template-columns: 1fr;
  }

  .tatarstan-hero-note,
  .tatarstan-detail-hero-note {
    max-width: 33rem;
  }

  .tatarstan-facts,
  .tatarstan-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tatarstan-fact:nth-child(2),
  .tatarstan-feature:nth-child(2) {
    border-right: 0;
  }

  .tatarstan-fact:nth-child(-n+2),
  .tatarstan-feature:nth-child(-n+2) {
    border-bottom: 1px solid rgba(222, 195, 137, .2);
  }
}

@media (max-width: 720px) {
  .tatarstan-hero,
  .tatarstan-detail-hero {
    min-height: 48rem;
  }

  .tatarstan-hero::after,
  .tatarstan-detail-hero::after {
    background:
      linear-gradient(0deg, rgba(3, 12, 9, .96) 0%, rgba(3, 12, 9, .76) 58%, rgba(3, 12, 9, .32) 100%);
  }

  .tatarstan-hero-inner,
  .tatarstan-detail-hero-inner {
    padding-top: 9rem;
  }

  .tatarstan-hero h1,
  .tatarstan-detail-hero h1 {
    max-width: 10ch;
    font-size: clamp(3.4rem, 16vw, 5.6rem);
  }

  .destination-grid,
  .tatarstan-collection-grid,
  .tatarstan-facts,
  .tatarstan-feature-grid {
    grid-template-columns: 1fr;
  }

  .destination-card,
  .tatarstan-entity-card {
    min-height: 34rem;
  }

  .tatarstan-fact,
  .tatarstan-feature {
    border-right: 0;
    border-bottom: 1px solid rgba(222, 195, 137, .2);
  }

  .tatarstan-fact:last-child,
  .tatarstan-feature:last-child {
    border-bottom: 0;
  }

  .tatarstan-pairing-item {
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .tatarstan-pairing-item a {
    grid-column: 2;
  }

  .tatarstan-sources {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .destination-card img,
  .tatarstan-entity-card img {
    transition: none;
  }
}
