.lake-wedding-page-shell .site-header,
.lake-wedding-page-shell .site-header.fixed,
.lake-wedding-page-shell .site-header.float-header {
  position: absolute !important;
  top: 0 !important;
}

.lake-wedding-page-shell {
  overflow-x: hidden;
  background: #fff;
}

.lake-wedding-page-shell .page-wrap,
.lake-wedding-page-shell .content-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lake-wedding-page {
  color: #424242;
}

.lake-wedding-page,
.lake-wedding-page * {
  box-sizing: border-box;
}

.lake-wedding-page img {
  max-width: 100%;
}

.lake-wedding-container {
  width: min(100% - 40px, 1200px);
  margin-right: auto;
  margin-left: auto;
}

.lake-wedding-hero {
  width: min(100% - 40px, 1400px);
  margin: 0 auto;
}

.lake-wedding-hero-media {
  position: relative;
  min-height: clamp(500px, 68vw, 820px);
  overflow: hidden;
  background: #1c1c1c;
}

.lake-wedding-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.5) 100%);
}

.lake-wedding--maggiore .lake-wedding-hero-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 20%, rgba(0, 0, 0, 0.42) 100%);
}

.lake-wedding-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lake-wedding-hero-copy {
  position: absolute;
  z-index: 1;
  right: clamp(24px, 7vw, 100px);
  bottom: clamp(38px, 8vw, 100px);
  left: clamp(24px, 7vw, 100px);
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.lake-wedding-eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.lake-wedding-hero h1 {
  position: relative;
  margin: 0;
  padding-bottom: 24px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.18;
  text-transform: uppercase;
}

.lake-wedding-hero h1::after,
.lake-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  transform: translateX(-50%);
  background: currentColor;
}

.lake-wedding-subtitle {
  max-width: 720px;
  margin: 22px auto 0;
  color: #fff;
  font-size: clamp(16px, 2vw, 23px);
  font-weight: 300;
  line-height: 1.55;
}

.lake-section-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 22px;
  color: #9e937f;
  font-size: clamp(27px, 3.2vw, 39px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.lake-wedding-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
  justify-content: center;
  padding-top: clamp(56px, 7vw, 88px);
  padding-bottom: clamp(56px, 7vw, 88px);
}

.lake-editorial-media {
  width: 100%;
  margin: 0 auto;
}

.lake-editorial-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(158, 147, 127, 0.4);
  box-shadow: 0 18px 48px rgba(28, 28, 28, 0.08);
}

.lake-editorial-photo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 2 / 3;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(158, 147, 127, 0.4);
  background: #f1efeb;
  color: #68635a;
  box-shadow: 0 18px 48px rgba(28, 28, 28, 0.08);
  text-align: center;
}

.lake-editorial-photo-slot span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.lake-editorial-copy {
  max-width: 650px;
}

.lake-editorial-copy h2 {
  position: relative;
  margin: 0 0 26px;
  padding-bottom: 18px;
  color: #9e937f;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 300;
  line-height: 1.35;
}

.lake-editorial-copy h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: currentColor;
}

.lake-editorial-copy p {
  margin: 0;
  color: #424242;
  font-size: 16px;
  line-height: 1.9;
}

.lake-editorial-copy p + p {
  margin-top: 18px;
}

.lake-editorial-copy a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #9e937f;
  text-underline-offset: 3px;
}

.lake-location-groups {
  padding-bottom: clamp(36px, 5vw, 64px);
}

.lake-location-section {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
  padding: clamp(52px, 6vw, 76px) 0;
  border-top: 1px solid rgba(158, 147, 127, 0.28);
}

.lake-location-media {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1efeb;
}

.lake-location-photo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(158, 147, 127, 0.46);
  background: #f1efeb;
  color: #756d5e;
  text-align: center;
}

.lake-location-photo[hidden] {
  display: none;
}

.lake-location-photo span {
  max-width: 360px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.7;
  text-transform: uppercase;
}

.lake-location-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lake-location-list li {
  position: relative;
  margin: 0;
  padding: 22px 0 22px 24px;
  border-bottom: 1px solid rgba(158, 147, 127, 0.24);
  color: #424242;
}

.lake-location-list li:first-child {
  border-top: 1px solid rgba(158, 147, 127, 0.24);
}

.lake-location-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: transparent;
}

.lake-location-list li[aria-current="true"] {
  color: #9e937f;
}

.lake-location-list li[aria-current="true"]::before {
  background: #9e937f;
}

.lake-location-select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.lake-location-select:focus-visible {
  outline: 2px solid #9e937f;
  outline-offset: 6px;
}

.lake-location-name {
  display: block;
  margin: 0 0 7px;
  color: inherit;
  font-size: clamp(21px, 2.2vw, 29px);
  font-weight: 300;
  line-height: 1.25;
  text-transform: none;
}

.lake-location-list li[aria-current="true"] .lake-location-name {
  text-transform: uppercase;
}

.lake-location-description {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.65;
}

.lake-location-section--media-right .lake-location-media {
  grid-column: 2;
}

.lake-location-section--media-right .lake-location-list {
  grid-row: 1;
  grid-column: 1;
}

.lake-wedding-crosslink {
  padding: clamp(54px, 6vw, 78px) 20px;
  background: rgba(158, 147, 127, 0.11);
  text-align: center;
}

.lake-wedding-crosslink h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #424242;
  font-size: clamp(27px, 3.2vw, 39px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.35;
}

.lake-crosslink-divider {
  display: block;
  width: 72px;
  height: 1px;
  margin: 28px auto;
  background: #9e937f;
}

.lake-wire-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid #9e937f;
  color: #817561;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-decoration: none;
  text-transform: uppercase;
}

.lake-wire-link:hover,
.lake-wire-link:focus-visible {
  background: #9e937f;
  color: #fff;
}

.lake-wedding-portfolio {
  width: min(100% - 40px, 1400px);
  margin: 0 auto;
  padding: clamp(52px, 6vw, 76px) 0;
  border-top: 1px solid rgba(158, 147, 127, 0.24);
}

.lake-wedding-portfolio > .lake-section-title {
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.lake-wedding-portfolio #pg-20-2,
.lake-wedding-portfolio #pg-20-2 > .panel-row-style {
  margin: 0 !important;
}

.lake-wedding-portfolio #pg-20-2 > .panel-row-style {
  padding: 0 !important;
}

.lake-wedding-portfolio .tiled-gallery {
  max-width: 100%;
}

.lake-wedding-page a:focus-visible {
  outline: 2px solid #817561;
  outline-offset: 4px;
}

@media only screen and (min-width: 1540px) {
  .lake-wedding-container {
    width: 1200px;
  }

  .lake-wedding-hero,
  .lake-wedding-portfolio {
    width: 1400px;
  }
}

@media only screen and (max-width: 991px) {
  .lake-wedding-hero-media {
    min-height: clamp(470px, 92vw, 680px);
  }

  .lake-location-section {
    grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.92fr);
    gap: 42px;
  }

  .lake-location-list li {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lake-location-list li::before {
    top: 18px;
    bottom: 18px;
  }
}

@media only screen and (max-width: 780px) {
  .lake-wedding-container,
  .lake-wedding-hero,
  .lake-wedding-portfolio {
    width: min(100% - 32px, 100%);
  }

  .lake-wedding-hero-media {
    min-height: 560px;
  }

  .lake-wedding-hero-copy {
    right: 22px;
    bottom: 42px;
    left: 22px;
  }

  .lake-wedding-hero h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .lake-wedding-editorial {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .lake-editorial-media {
    grid-row: 1;
  }

  .lake-editorial-copy {
    grid-row: 2;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .lake-editorial-copy h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .lake-location-section,
  .lake-location-section--media-right {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
  }

  .lake-location-media,
  .lake-location-section--media-right .lake-location-media {
    grid-row: 1;
    grid-column: 1;
  }

  .lake-location-list,
  .lake-location-section--media-right .lake-location-list {
    grid-row: 2;
    grid-column: 1;
  }

  .lake-wedding-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lake-wedding-portfolio .gallery-row {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .lake-wedding-container,
  .lake-wedding-hero,
  .lake-wedding-portfolio {
    width: calc(100% - 24px);
  }

  .lake-wedding-hero-media {
    min-height: 520px;
  }

  .lake-editorial-copy p {
    font-size: 15px;
    line-height: 1.82;
  }

  .lake-location-photo {
    padding: 20px;
  }

  .lake-location-list li {
    padding-left: 18px;
  }

  .lake-wedding-crosslink {
    padding-right: 16px;
    padding-left: 16px;
  }
}
