.frisco-page {
  --frisco-cream: #f2eee6;
  --frisco-sand: #d9c8a7;
  --frisco-blue: #294f5b;
  --frisco-coral: #d34a3f;
  --frisco-gold: #d0aa52;
  --frisco-green: #16332b;
}

.frisco-hero {
  min-height: 820px;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #07120f;
}

.frisco-hero-image,
.frisco-hero-shade {
  position: absolute;
  inset: 0;
}

.frisco-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.frisco-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 15, 12, .94) 0%, rgba(4, 15, 12, .68) 45%, rgba(4, 15, 12, .12) 78%),
    linear-gradient(0deg, rgba(4, 15, 12, .78), transparent 58%);
}

.frisco-hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 190px 0 90px;
}

.frisco-hero h1 {
  max-width: 880px;
  margin: 0;
  font: 600 clamp(58px, 8vw, 108px)/.96 var(--serif);
  letter-spacing: -.045em;
}

.frisco-hero-content > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255,255,255,.82);
  font-size: 19px;
}

.frisco-hero-index {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  display: flex;
  gap: 22px;
  color: rgba(255,255,255,.58);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.frisco-intro {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 90px;
}

.frisco-intro h2,
.destination-heading h2,
.local-rhythm h2,
.living-lens h2,
.local-media h2,
.frisco-final-cta h2 {
  margin: 0;
  font: 600 clamp(45px, 6vw, 78px)/1.03 var(--serif);
  letter-spacing: -.035em;
}

.frisco-intro > div:last-child {
  padding-top: 36px;
}

.frisco-intro > div:last-child p,
.local-rhythm-heading > p:not(.eyebrow),
.local-media > div:last-child p {
  color: var(--muted);
  font-size: 18px;
}

.destination-section {
  padding: 110px 0;
  background: var(--forest);
  color: #fff;
}

.destination-heading {
  margin-bottom: 46px;
}

.destination-heading h2 {
  max-width: 900px;
}

.destination-grid {
  width: min(calc(100% - 48px), 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.destination-card {
  min-height: 690px;
  display: grid;
  grid-template-rows: 1.05fr .95fr;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}

.destination-art {
  min-height: 355px;
  position: relative;
  overflow: hidden;
}

.destination-art strong {
  position: absolute;
  left: 34px;
  bottom: 40px;
  z-index: 3;
  font: 600 clamp(74px, 8vw, 120px)/.8 var(--serif);
  letter-spacing: -.06em;
}

.destination-art small {
  position: absolute;
  left: 38px;
  bottom: 14px;
  z-index: 3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.destination-copy {
  padding: 38px;
  display: flex;
  flex-direction: column;
}

.card-number {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.destination-copy h3 {
  margin: 0;
  font: 600 clamp(39px, 4vw, 58px)/1 var(--serif);
}

.destination-copy > p:not(.card-number) {
  color: var(--muted);
}

.destination-actions {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.destination-actions a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.fields-art {
  background: linear-gradient(135deg, #d9c8a7, #7f9a80);
}

.contour {
  position: absolute;
  border: 1px solid rgba(13,28,24,.32);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.contour-a { width: 560px; height: 220px; left: 90px; top: 20px; }
.contour-b { width: 650px; height: 300px; left: 10px; top: 60px; }
.contour-c { width: 780px; height: 390px; left: -80px; top: 100px; }

.universal-art {
  background: #f1e9df;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: .94;
}
.shape-one { width: 220px; height: 220px; background: #efbb37; left: 6%; top: 14%; }
.shape-two { width: 180px; height: 180px; background: #6da7d6; right: 9%; top: 20%; border-radius: 24px; transform: rotate(15deg); }
.shape-three { width: 150px; height: 150px; background: #d85e79; left: 41%; bottom: -20px; }
.shape-four { width: 110px; height: 110px; background: #79a876; right: 27%; bottom: 20px; border-radius: 18px; transform: rotate(-10deg); }

.star-art {
  background: linear-gradient(150deg, #263f4a, #0d1c18);
  color: #fff;
}

.field-line {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(255,255,255,.36);
}
.line-one { top: 25%; }
.line-two { top: 50%; }
.line-three { top: 75%; }
.field-center {
  position: absolute;
  width: 120px;
  height: 120px;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
}

.pga-art {
  background: linear-gradient(145deg, #6f8f69, #1f4b3f);
  color: #fff;
}

.fairway {
  position: absolute;
  border-radius: 50%;
  background: rgba(225,238,206,.26);
}
.fairway-one { width: 580px; height: 190px; left: -80px; top: 80px; transform: rotate(-12deg); }
.fairway-two { width: 520px; height: 150px; right: -90px; bottom: 25px; transform: rotate(14deg); }
.golf-hole { position: absolute; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 50%; right: 26%; top: 25%; }
.golf-flag { position: absolute; width: 2px; height: 100px; background: #fff; right: calc(26% + 5px); top: calc(25% - 88px); }
.golf-flag:after { content: ""; position: absolute; left: 2px; top: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 34px solid var(--frisco-coral); }

.local-rhythm {
  padding: 120px 0;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
}

.local-rhythm-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.local-link-list {
  border-top: 1px solid var(--line);
}

.local-link-list a {
  min-height: 142px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 150px 1fr 1fr;
  gap: 24px;
  align-items: center;
  text-decoration: none;
  transition: padding .2s ease, color .2s ease;
}

.local-link-list a:hover {
  padding-left: 14px;
  color: var(--red);
}

.local-link-list span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.local-link-list strong {
  font: 600 36px/1 var(--serif);
}

.local-link-list small {
  color: var(--muted);
  font-size: 13px;
}

.living-lens {
  padding: 110px 0;
  background: var(--forest);
  color: #fff;
}

.living-lens-heading {
  max-width: 900px;
}

.living-lens-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.2);
}

.living-lens-grid article {
  min-height: 260px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.2);
}

.living-lens-grid article:last-child {
  border-right: 0;
}

.living-lens-grid span {
  color: rgba(255,255,255,.54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.living-lens-grid h3 {
  margin: 16px 0;
  font: 600 32px/1.04 var(--serif);
}

.living-lens-grid p {
  color: rgba(255,255,255,.68);
}

.living-lens-actions {
  margin-top: 38px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.local-media {
  padding: 110px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.frisco-final-cta {
  padding: 120px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,16,13,.92), rgba(5,16,13,.48)),
    url("/assets/img/carlos-noahmi-standing.jpg") center 55% / cover;
}

.frisco-final-cta h2,
.frisco-final-cta p {
  max-width: 780px;
}

.frisco-final-cta > div > p:not(.eyebrow) {
  color: rgba(255,255,255,.76);
  font-size: 18px;
}

.source-note {
  padding: 30px 0 60px;
}

.source-note p {
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 1050px) {
  .destination-grid,
  .frisco-intro,
  .local-rhythm,
  .local-media {
    grid-template-columns: 1fr;
  }

  .local-rhythm-heading {
    position: static;
  }

  .living-lens-grid {
    grid-template-columns: 1fr 1fr;
  }

  .living-lens-grid article:nth-child(2) {
    border-right: 0;
  }

  .living-lens-grid article {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
}

@media (max-width: 700px) {
  .frisco-hero {
    min-height: 760px;
  }

  .frisco-hero-image img {
    object-position: 57% 24%;
  }

  .frisco-hero-content {
    width: calc(100% - 30px);
    padding-bottom: 58px;
  }

  .frisco-hero h1 {
    font-size: 56px;
  }

  .frisco-hero-index {
    display: none;
  }

  .frisco-intro,
  .local-rhythm,
  .local-media {
    padding: 80px 0;
    gap: 40px;
  }

  .destination-section {
    padding: 80px 0;
  }

  .destination-grid {
    width: calc(100% - 30px);
  }

  .destination-card {
    min-height: 650px;
  }

  .destination-art {
    min-height: 310px;
  }

  .destination-copy {
    padding: 26px;
  }

  .local-link-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .living-lens-grid {
    grid-template-columns: 1fr;
  }

  .living-lens-grid article {
    border-right: 0;
  }

  .frisco-final-cta {
    padding: 90px 0;
    background-position: 60% 50%;
  }
}


/* Explore Frisco V2 — lightweight destination video embeds */
.destination-card {
  grid-template-rows: auto 1fr;
}

.destination-video {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: #081510;
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #081510;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.video-poster:hover img,
.video-poster:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(4,15,12,.82), rgba(4,15,12,.08) 68%),
    linear-gradient(90deg, rgba(4,15,12,.32), transparent 55%);
}

.video-source {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  right: 24px;
  color: rgba(255,255,255,.86);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  padding-left: 4px;
  background: rgba(5,16,13,.48);
  backdrop-filter: blur(8px);
  font-size: 22px;
  transition: transform .2s ease, background .2s ease;
}

.video-poster:hover .play-button,
.video-poster:focus-visible .play-button {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--red);
  border-color: var(--red);
}

.video-caption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 20px;
  font: 600 25px/1.1 var(--serif);
}

.destination-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 700px) {
  .video-source {
    top: 15px;
    left: 16px;
    right: 16px;
  }

  .video-caption {
    left: 16px;
    right: 16px;
    bottom: 14px;
    font-size: 21px;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }
}
