/*
Theme Name: Cliff House Salcombe
Theme URI: https://www.cliffhousesalcombe.com/
Author: Simon Roberts Solutions
Description: Editable WordPress theme for the Cliff House Salcombe sandbox and Friends/200 Club migration.
Version: 0.1.43
Text Domain: cliff-house-friends
*/

:root {
  --chf-navy: #262f64;
  --chf-navy-deep: #151d46;
  --chf-gold: #91851b;
  --chf-gold-bright: #b29c18;
  --chf-gold-soft: #b29c18;
  --chf-teal: #1f8ca3;
  --chf-ink: #202542;
  --chf-muted: #5d6473;
  --chf-paper: #fbfaf5;
  --chf-white: #ffffff;
  --chf-line: #ddd8c2;
  --chf-shadow: 0 20px 50px rgba(20, 26, 52, 0.18);
  --chs-teal-dark: #3f8794;
  --chs-teal: #6fb3be;
  --chs-gold: #c5a55e;
  --chs-gold-dark: #93773b;
  --chs-ink: #464042;
  --chs-paper: #f6f3ec;
  --chs-white: #ffffff;
  --chs-sheen: rgba(255, 255, 255, 0.48);
  --chs-sheen-soft: rgba(255, 255, 255, 0.22);
  --chs-glow-gold: rgba(197, 165, 94, 0.34);
  --chs-lift-shadow: 0 0.85em 1.85em rgba(43, 38, 36, 0.13);
}

@keyframes chs-light-sweep {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-135%) skewX(-18deg);
  }

  42% {
    opacity: 0.52;
  }

  70%,
  100% {
    opacity: 0;
    transform: translateX(135%) skewX(-18deg);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--chf-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), transparent 18rem),
    var(--chf-paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.66;
}

img {
  display: block;
  max-width: 100%;
}

.sve-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.sve-floating-cta {
  position: fixed !important;
  right: 0;
  top: 50%;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 92px;
  min-height: 104px;
  padding: 10px 12px 10px 10px;
  overflow: hidden;
  color: var(--chf-navy);
  background: #ffffff;
  border: 2px solid var(--chf-navy);
  border-right: 0;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 18px 42px rgba(20, 26, 52, 0.24);
  isolation: isolate;
  text-decoration: none;
  transform: translateY(-50%);
  transition:
    width 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

@media (min-width: 1120px) {
  .sve-floating-cta {
    width: 118px;
    min-height: 116px;
    padding: 12px 14px 12px 12px;
  }

  .sve-floating-cta:hover,
  .sve-floating-cta:focus-visible {
    width: 316px;
  }

  .sve-floating-cta__media {
    flex-basis: 78px;
    width: 78px;
    height: 88px;
  }
}

.sve-floating-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(112deg, transparent 0 38%, rgba(197, 165, 94, 0.12) 48%, transparent 58% 100%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.sve-floating-cta > * {
  position: relative;
  z-index: 1;
}

.sve-floating-cta:hover,
.sve-floating-cta:focus-visible {
  width: 292px;
  box-shadow: 0 22px 52px rgba(20, 26, 52, 0.3);
}

.sve-floating-cta:hover::before,
.sve-floating-cta:focus-visible::before {
  opacity: 1;
}

.sve-floating-cta__media {
  flex: 0 0 66px;
  width: 66px;
  height: 76px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(38, 47, 100, 0.18);
  border-radius: 8px;
}

.sve-floating-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sve-floating-cta__label {
  min-width: 176px;
  color: var(--chf-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.15;
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.sve-floating-cta:hover .sve-floating-cta__label,
.sve-floating-cta:focus-visible .sve-floating-cta__label {
  opacity: 1;
  transform: none;
}

.chf-200-club-review-list {
  display: grid;
  gap: 18px;
}

.chf-200-club-review-list section {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(178, 156, 24, 0.26);
}

.chf-200-club-review-list section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.chf-200-club-review-list h3 {
  margin: 0 0 8px;
  color: var(--chf-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.chf-200-club-review-list p {
  margin: 0;
}

.chf-200-club-review-list strong {
  color: var(--chf-gold);
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(178, 156, 24, 0.58);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.utility-bar {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 52px;
  background: linear-gradient(180deg, #cbb06c, var(--chs-gold));
  color: var(--chs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  font-weight: 400;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.utility-bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -28%;
  z-index: 0;
  width: 42%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  animation: chs-light-sweep 12s ease-in-out infinite;
}

.utility-bar > * {
  position: relative;
  z-index: 1;
}

.utility-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: inherit;
  text-decoration: none;
}

.utility-bar > a {
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 2px;
  background: rgba(63, 135, 148, 0.84);
  color: var(--chs-white);
}

.utility-bar a:hover,
.utility-bar a:focus-visible {
  color: var(--chs-white);
}

.utility-bar > a:hover,
.utility-bar > a:focus-visible {
  background: var(--chs-white);
  color: var(--chs-teal-dark);
}

.utility-bar__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 17px;
}

.site-header {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 52px;
  background: var(--chs-white);
  border-bottom: 0;
  box-shadow: 0 3px 24px rgba(43, 38, 36, 0.12);
  position: sticky;
  top: 0;
  z-index: 20;
  isolation: isolate;
}

.site-header::after {
  content: "";
  position: absolute;
  right: 52px;
  bottom: 0;
  left: 52px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 94, 0.62), transparent);
  pointer-events: none;
}

.site-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 100px;
  text-decoration: none;
}

.site-brand img {
  width: 166px;
  height: 100%;
  max-height: 98px;
  object-fit: contain;
}

.primary-nav {
  justify-self: end;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav a {
  color: var(--chs-teal-dark);
  display: inline-flex;
  align-items: center;
  min-height: 41px;
  padding: 6px 6px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--chs-teal);
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 6px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--chs-gold);
  transition: transform 150ms ease;
}

.primary-nav a {
  position: relative;
}

.primary-nav .current-menu-item > a::after,
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.social-link {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--chf-white);
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.social-link:hover {
  border-color: rgba(178, 156, 24, 0.74);
  background: rgba(178, 156, 24, 0.16);
  color: var(--chf-gold-bright);
  transform: translateY(-1px);
}

.social-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link--facebook svg {
  fill: currentColor;
  stroke: none;
}

.site-main {
  min-height: 70vh;
}

.post-password-form {
  width: min(720px, calc(100% - 36px));
  margin: 84px auto;
  padding: 34px;
  border: 1px solid var(--chf-line);
  border-top: 6px solid var(--chf-gold);
  border-radius: 8px;
  background: var(--chf-white);
  box-shadow: var(--chf-shadow);
}

.post-password-form p {
  margin: 0 0 18px;
}

.post-password-form label {
  display: grid;
  gap: 8px;
  color: var(--chf-muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.post-password-form input[type="password"] {
  width: min(360px, 100%);
  min-height: 44px;
  margin-top: 8px;
  border: 1px solid var(--chf-line);
  border-radius: 8px;
  padding: 9px 11px;
  font: inherit;
}

.post-password-form input[type="submit"] {
  min-height: 44px;
  margin-left: 8px;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--chf-navy);
  color: var(--chf-white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.chf-social-post-maker {
  width: 100%;
  background: #f4f6f2;
}

.chf-social-post-maker__frame {
  display: block;
  width: 100%;
  min-height: calc(100svh - 76px);
  height: 1120px;
  border: 0;
  background: #f4f6f2;
}

.sve-section {
  position: relative;
  overflow: hidden;
}

.sve-section-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.sve-columns {
  display: grid;
}

.sve-heading {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.sve-text p {
  margin: 0;
}

.sve-text p + p {
  margin-top: 18px;
}

.sve-button-wrap {
  display: inline-flex;
}

.sve-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  text-decoration: none;
}

.sve-button:hover {
  filter: brightness(1.06);
}

.sve-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sve-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--chf-line);
  border-top: 5px solid var(--chf-gold);
  border-radius: 8px;
  background: var(--chf-white);
}

.sve-card h3 {
  margin: 0 0 10px;
  color: var(--chf-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.12;
}

.sve-card p {
  margin: 0;
  color: var(--chf-muted);
}

.sve-card a {
  color: var(--chf-navy);
  font-weight: 900;
}

.chf-200-club-terms-list {
  margin: 0;
  padding-left: 1.35em;
}

.chf-200-club-terms-list li {
  margin: 0 0 0.82em;
  padding-left: 0.35em;
}

.chf-200-club-terms-list li:last-child {
  margin-bottom: 0;
}

.sve-image {
  margin: 0;
}

.sve-image img {
  height: auto;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 29px 64px;
  background:
    linear-gradient(90deg, rgba(197, 165, 94, 0.16), transparent 44%),
    var(--chs-teal-dark);
  border-top: 5px solid var(--chs-gold);
  color: rgba(255, 255, 255, 0.94);
}

.site-footer-brand,
.site-footer-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-footer-brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.site-footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.site-footer-brand span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.site-footer a {
  color: var(--chs-white);
  font-weight: 800;
  text-decoration: none;
}

.site-footer-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.site-footer .social-link {
  width: 36px;
  height: 36px;
}

.chf-policy {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0 84px;
}

.chf-policy__updated {
  margin: 0 0 18px;
  color: var(--chf-gold);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.chf-policy h1,
.chf-policy h2 {
  color: var(--chf-navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.chf-policy h1 {
  margin: 0 0 24px;
  font-size: 4.4rem;
}

.chf-policy h2 {
  margin: 34px 0 10px;
  font-size: 1.55rem;
}

.chf-policy p {
  margin: 0 0 16px;
  color: var(--chf-muted);
}

.chf-policy a {
  color: var(--chf-navy);
  font-weight: 900;
}

.chs-public-page {
  --chs-page-teal-dark: #3f8794;
  --chs-page-teal: #6fb3be;
  --chs-page-teal-soft: #dceff0;
  --chs-page-gold: #c5a55e;
  --chs-page-gold-dark: #93773b;
  --chs-page-ink: #464042;
  --chs-page-muted: #5f5759;
  --chs-page-paper: #f6f3ec;
  --chs-page-paper-deep: #efe8dc;
  --chs-page-white: #ffffff;
  --chs-page-line: #ded5c4;
  --chs-page-shadow: 0 0.55em 1.4em rgba(43, 38, 36, 0.08);
  color: var(--chs-page-ink);
  background: var(--chs-page-paper);
  font-family: Georgia, "Times New Roman", serif;
}

.chs-public-page a {
  color: inherit;
}

.chs-hero {
  min-height: clamp(420px, 56vh, 590px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(50px, 7vh, 80px) clamp(18px, 5vw, 60px);
  color: var(--chs-page-white);
  text-align: center;
  background:
    linear-gradient(0deg, rgba(14, 42, 45, 0.42), rgba(14, 42, 45, 0.12)),
    var(--chs-hero-image);
  background-position: center 58%;
  background-size: cover;
  isolation: isolate;
  overflow: hidden;
}

.chs-hero::before {
  content: "";
  position: absolute;
  inset: -12% auto -12% -34%;
  z-index: 0;
  width: 42%;
  background: linear-gradient(112deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: chs-light-sweep 15s ease-in-out infinite;
  pointer-events: none;
}

.chs-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 94, 0.88), transparent);
  z-index: 2;
}

.chs-hero__content {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  padding: 0;
  background: transparent;
}

.chs-hero--home-elegant {
  min-height: clamp(620px, 72vh, 780px);
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(92px, 13vh, 142px) clamp(28px, 8vw, 112px) clamp(84px, 10vh, 128px);
  text-align: left;
  background:
    linear-gradient(90deg, rgba(16, 31, 44, 0.74) 0%, rgba(16, 31, 44, 0.42) 37%, rgba(16, 31, 44, 0.1) 68%, rgba(16, 31, 44, 0.02) 100%),
    linear-gradient(180deg, rgba(9, 20, 31, 0.36) 0%, rgba(9, 20, 31, 0.05) 42%, rgba(9, 20, 31, 0.28) 100%),
    var(--chs-hero-image);
  background-position: center 46%;
  background-size: cover;
}

.chs-hero--home-elegant .chs-hero__content {
  width: min(680px, 100%);
  margin-top: clamp(8px, 2.2vh, 28px);
}

.chs-hero--home-elegant h1 {
  max-width: 720px;
  font-size: 6.65rem;
  line-height: 0.96;
  text-wrap: balance;
}

.chs-hero--home-elegant p:not(.chs-kicker) {
  max-width: 620px;
  margin-right: 0;
  margin-left: 0;
  font-size: 1.28rem;
}

.chs-hero--home-elegant .chs-hero__actions {
  justify-content: flex-start;
  margin-top: 1.65em;
}

.chs-hero--split {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  justify-content: initial;
  padding: clamp(48px, 6.5vw, 86px) clamp(18px, 5vw, 60px);
  color: var(--chs-page-ink);
  text-align: left;
  background:
    linear-gradient(90deg, rgba(246, 243, 236, 0.98), rgba(255, 255, 255, 0.98));
}

.chs-hero--split::after {
  height: 3px;
  background: linear-gradient(90deg, rgba(197, 165, 94, 0.78), transparent 72%);
}

.chs-hero--split .chs-hero__content {
  width: min(560px, 100%);
  justify-self: end;
}

.chs-kicker,
.chs-section-kicker {
  margin: 0 0 0.85em;
  color: var(--chs-page-teal-soft);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chs-section-kicker {
  color: var(--chs-page-teal-dark);
}

.chs-hero--split .chs-kicker {
  color: var(--chs-page-teal-dark);
}

.chs-hero h1,
.chs-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.chs-hero h1 {
  color: var(--chs-page-white);
  font-size: 4.9rem;
  text-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.42);
}

.chs-hero p:not(.chs-kicker) {
  max-width: 660px;
  margin: 1.05em auto 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.16rem;
  text-shadow: 0 0.06em 0.18em rgba(0, 0, 0, 0.55);
}

.chs-hero--split h1 {
  color: var(--chs-page-gold);
  font-size: 3.85rem;
  text-shadow: none;
}

.chs-hero--split p:not(.chs-kicker) {
  max-width: 520px;
  margin-right: 0;
  margin-left: 0;
  color: var(--chs-page-muted);
  text-shadow: none;
}

.chs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7em;
  margin-top: 1.35em;
}

.chs-hero--split .chs-hero__actions {
  justify-content: flex-start;
}

.chs-button {
  min-height: 2.7em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.65em 1.05em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.12em;
  background: var(--chs-page-teal-dark);
  color: var(--chs-page-white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.chs-button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -65%;
  width: 42%;
  background: linear-gradient(104deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-18deg);
  transition: left 360ms ease;
  pointer-events: none;
}

.chs-button--ghost {
  border-color: var(--chs-page-gold);
  background: var(--chs-page-gold);
}

.chs-button:hover,
.chs-button:focus-visible {
  border-color: var(--chs-page-teal);
  background: var(--chs-page-teal);
  box-shadow: 0 0.7em 1.2em rgba(63, 135, 148, 0.22);
  transform: translateY(-1px);
}

.chs-button:hover::before,
.chs-button:focus-visible::before {
  left: 120%;
}

.chs-hero__media,
.chs-image-frame,
.chs-editorial-split__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--chs-page-line);
  background: var(--chs-page-paper-deep);
  box-shadow: var(--chs-page-shadow);
}

.chs-image-frame::after,
.chs-editorial-split__media::after,
.chs-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -54%;
  width: 38%;
  background: linear-gradient(104deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease;
  pointer-events: none;
}

.chs-image-frame:hover::after,
.chs-editorial-split__media:hover::after,
.chs-feature-card:hover::before {
  left: 120%;
}

.chs-hero__media {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  min-height: min(320px, 34vw);
}

.chs-hero__media::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.52);
  pointer-events: none;
}

.chs-hero__media img,
.chs-image-frame img,
.chs-feature-card img,
.chs-event-item img,
.chs-gallery-grid img,
.chs-editorial-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chs-section {
  padding: clamp(52px, 6.2vw, 86px) 0;
  background: var(--chs-page-white);
}

.chs-section--intro,
.chs-section--tint {
  background: var(--chs-page-paper);
}

.chs-section__inner {
  width: min(1180px, 88%);
  margin: 0 auto;
}

.chs-section h2 {
  max-width: 860px;
  color: var(--chs-page-gold);
  font-size: 3.35rem;
}

.chs-copy {
  max-width: 780px;
  margin-top: 1.45em;
}

.chs-copy--narrow {
  max-width: 820px;
}

.chs-copy p,
.chs-feature-card p,
.chs-event-item p,
.chs-venue-notes p,
.chs-trust-grid span {
  color: var(--chs-page-muted);
  font-size: 1.02rem;
}

.chs-copy p + p {
  margin-top: 0.9em;
}

.chs-feature-grid,
.chs-event-list,
.chs-gallery-grid {
  margin-top: 2.1em;
}

.chs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35em;
}

.chs-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--chs-page-line);
  background: var(--chs-page-white);
  box-shadow: var(--chs-page-shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.chs-feature-card figure {
  margin: 0;
  aspect-ratio: 16 / 9.5;
  overflow: hidden;
  background: #e5e5e5;
}

.chs-feature-card div {
  padding: 1.25em 1.28em 1.35em;
}

.chs-feature-card h3,
.chs-event-item h3,
.chs-venue-notes h3 {
  margin: 0 0 0.45em;
  color: #376f79;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 400;
  line-height: 1.2;
}

.chs-feature-card p,
.chs-event-item p,
.chs-venue-notes p {
  margin: 0;
}

.chs-feature-card > a {
  position: absolute;
  inset: 0;
  font-size: 0;
}

.chs-feature-card:hover {
  border-color: rgba(197, 165, 94, 0.68);
  box-shadow: var(--chs-lift-shadow);
  transform: translateY(-2px);
}

.chs-event-list {
  display: grid;
  gap: 1em;
}

.chs-event-item {
  display: grid;
  grid-template-columns: 150px 110px minmax(0, 1fr);
  gap: 1.15em;
  align-items: center;
  padding: 1em;
  border: 1px solid var(--chs-page-line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--chs-page-shadow);
}

.chs-event-item time {
  color: var(--chs-page-gold-dark);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chs-event-item figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--chs-page-white);
}

.chs-event-item img {
  object-fit: contain;
}

.chs-section-link {
  margin: 1.8em 0 0;
}

.chs-section-link a {
  color: var(--chs-page-teal-dark);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
}

.chs-section--split .chs-section__inner,
.chs-split-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}

.chs-section--friends {
  background: var(--chs-page-white);
}

.chs-section--club {
  border-top: 1px solid var(--chs-page-line);
}

.chs-image-frame {
  border: 1px solid var(--chs-page-line);
}

.chs-image-frame--poster {
  max-width: 360px;
  justify-self: center;
}

.chs-image-frame--poster img {
  background: var(--chs-page-white);
  object-fit: contain;
}

.chs-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 0;
}

.chs-trust-grid article {
  min-height: 126px;
  position: relative;
  padding: 18px;
  border: 1px solid var(--chs-page-line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--chs-page-shadow);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.chs-trust-grid article:hover {
  border-color: rgba(197, 165, 94, 0.62);
  box-shadow: var(--chs-lift-shadow);
  transform: translateY(-1px);
}

.chs-trust-grid strong {
  display: block;
  margin: 0 0 8px;
  color: var(--chs-page-teal-dark);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chs-trust-grid span {
  display: block;
  line-height: 1.55;
}

.chs-hero--portrait {
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.64fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(42px, 5vw, 72px);
}

.chs-hero--wedding-feature {
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
  padding-top: clamp(42px, 5.4vw, 74px);
  padding-bottom: clamp(42px, 5.4vw, 74px);
  background:
    linear-gradient(90deg, rgba(246, 243, 236, 0.99), rgba(255, 255, 255, 0.99) 72%);
}

.chs-hero--wedding-feature .chs-hero__content {
  width: min(540px, 100%);
}

.chs-hero--wedding-feature .chs-hero__media--portrait {
  width: min(620px, 100%);
  min-height: clamp(560px, 58vw, 720px);
  max-height: 760px;
  justify-self: start;
  aspect-ratio: 2 / 3;
  border: 10px solid var(--chs-page-white);
}

.chs-hero--wedding-feature .chs-hero__media--portrait::before {
  inset: 14px;
}

.chs-hero--wedding-feature .chs-hero__media--portrait img {
  object-position: center center;
}

.chs-editorial-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.chs-editorial-split--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.chs-editorial-split--reverse .chs-editorial-split__media {
  order: 2;
}

.chs-editorial-split__media img {
  height: auto;
  object-fit: contain;
}

.chs-editorial-split__media--portrait {
  max-width: 460px;
  justify-self: end;
}

.chs-editorial-split__content {
  max-width: 660px;
}

.chs-venue-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin-top: 2em;
}

.chs-venue-notes article {
  padding-top: 1.05em;
  border-top: 2px solid rgba(197, 165, 94, 0.72);
}

.chs-venue-notes--illustrated {
  align-items: stretch;
  gap: clamp(20px, 2.8vw, 30px);
}

.chs-venue-notes--illustrated article {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(197, 165, 94, 0.34);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--chs-page-shadow);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.chs-venue-notes--illustrated article::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -54%;
  width: 38%;
  background: linear-gradient(104deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease;
  pointer-events: none;
}

.chs-venue-notes--illustrated article:hover {
  border-color: rgba(197, 165, 94, 0.68);
  box-shadow: var(--chs-lift-shadow);
  transform: translateY(-2px);
}

.chs-venue-notes--illustrated article:hover::after {
  left: 120%;
}

.chs-venue-notes--illustrated figure {
  margin: 0;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--chs-page-paper-deep);
}

.chs-venue-notes--illustrated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chs-venue-notes--illustrated article > div {
  padding: 1.15em 1.2em 1.35em;
}

.chs-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15em;
}

.chs-gallery-grid figure {
  margin: 0;
}

.chs-gallery-grid--plain img {
  height: auto;
  object-fit: contain;
}

.chs-gallery-grid--plain figcaption {
  position: static;
  padding: 0.55em 0 0;
  color: var(--chs-page-muted);
  background: transparent;
  font-size: 0.92rem;
}

.chs-hero--friends {
  background:
    linear-gradient(135deg, rgba(38, 47, 100, 0.94), rgba(63, 135, 148, 0.88)),
    var(--chs-hero-image, none);
  background-position: center;
  background-size: cover;
  color: var(--chs-page-white);
}

.chs-hero--friends .chs-hero__content {
  max-width: 720px;
}

.chs-hero--friends .chs-hero__content > p {
  color: rgba(255, 255, 255, 0.9);
}

.chs-hero__media--friends-logo {
  display: grid;
  place-items: center;
  min-height: min(52vw, 560px);
  padding: clamp(28px, 5vw, 68px);
  border: 1px solid rgba(218, 203, 88, 0.44);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.18), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.22);
}

.chs-hero__media--friends-logo::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(218, 203, 88, 0.34);
  pointer-events: none;
}

.chs-hero__media--friends-logo img {
  width: min(100%, 460px);
  height: auto;
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.28));
}

.chs-friends-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
}

.chs-friends-lockup img {
  width: 104px;
  height: 104px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: var(--chs-page-white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.chs-friends-lockup .chs-kicker {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.84);
}

.chs-friends-lockup span {
  display: block;
  color: #dacb58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.chs-friends-focus-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.chs-friends-focus-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(218, 203, 88, 0.56);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.92rem;
  font-weight: 700;
}

.chs-section--friends-identity {
  background:
    linear-gradient(90deg, rgba(38, 47, 100, 0.06), transparent 48%),
    var(--chs-page-white);
}

.chs-section--friends-identity h2 {
  color: #262f64;
}

.chs-section--friends-identity .chs-trust-grid article {
  border-top: 4px solid #91851b;
}

.chs-gallery-grid--collage {
  grid-auto-flow: dense;
}

.chs-gallery-grid--collage figure {
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--chs-page-line);
  background: var(--chs-page-paper-deep);
  box-shadow: var(--chs-page-shadow);
}

.chs-gallery-grid--collage figure:nth-child(5n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.chs-gallery-grid--collage img {
  object-fit: cover;
}

.chs-gallery-grid--collage figure.has-credit figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  padding: 0.5em 0.65em;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(31, 46, 63, 0.82);
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.25;
  box-shadow: 0 8px 20px rgba(28, 24, 21, 0.22);
}

.chs-gallery-grid--photos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: clamp(12px, 1.5vw, 18px);
}

.chs-gallery-grid--photos figure,
.chs-gallery-grid--photos figure:nth-child(5n + 1) {
  display: grid;
  grid-column: auto;
  grid-row: auto;
  place-items: center;
  aspect-ratio: 4 / 3;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 243, 236, 0.96)),
    var(--chs-page-paper-deep);
}

.chs-gallery-grid--photos figure::after {
  inset: 8px;
}

.chs-gallery-grid--photos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chs-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.chs-contact-list {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--chs-page-line);
  background: var(--chs-page-line);
  box-shadow: var(--chs-page-shadow);
}

.chs-contact-list div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.chs-contact-list dt {
  margin: 0 0 6px;
  color: var(--chs-page-teal-dark);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chs-contact-list dd {
  margin: 0;
  color: var(--chs-page-ink);
  font-size: 1.02rem;
  line-height: 1.45;
}

.chs-contact-list a {
  color: inherit;
  text-decoration-thickness: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .chs-button:hover,
  .chs-button:focus-visible,
  .chs-feature-card:hover,
  .chs-trust-grid article:hover,
  .social-link:hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .utility-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 28px;
  }

  .utility-bar__links {
    justify-content: flex-start;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 18px 28px 20px;
    gap: 16px;
  }

  .primary-nav {
    width: 100%;
  }

  .primary-nav ul {
    gap: 0 12px;
    justify-content: flex-start;
  }

  .sve-columns,
  .sve-cards {
    grid-template-columns: 1fr !important;
  }

  .chs-hero--split,
  .chs-hero--portrait,
  .chs-hero--wedding-feature,
  .chs-editorial-split,
  .chs-editorial-split--reverse {
    grid-template-columns: 1fr;
  }

  .chs-hero--home-elegant {
    min-height: clamp(560px, 72vh, 700px);
    padding: 78px 36px 72px;
    background-position: center 49%;
  }

  .chs-hero--split .chs-hero__content {
    justify-self: stretch;
  }

  .chs-hero__media,
  .chs-editorial-split__media,
  .chs-editorial-split__media--portrait {
    width: min(520px, 100%);
    max-width: 100%;
    justify-self: center;
  }

  .chs-editorial-split--reverse .chs-editorial-split__media {
    order: 0;
  }

  .chs-feature-grid,
  .chs-venue-notes,
  .chs-contact-grid,
  .chs-section--split .chs-section__inner,
  .chs-split-panel {
    grid-template-columns: 1fr;
  }

  .chs-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chs-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .utility-bar {
    padding: 6px 18px;
    font-size: 0.84rem;
  }

  .site-header {
    position: static;
    gap: 10px;
    padding: 18px;
  }

  .site-brand {
    height: auto;
  }

  .site-brand img {
    width: 142px;
    height: auto;
    max-height: none;
  }

  .primary-nav {
    width: 100%;
  }

  .primary-nav ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 11px;
  }

  .primary-nav a {
    min-height: 33px;
    padding: 6px 0;
    font-size: 0.82rem;
  }

  .post-password-form {
    margin: 48px auto;
    padding: 24px;
  }

  .post-password-form input[type="submit"] {
    width: 100%;
    margin: 12px 0 0;
  }

  .chf-social-post-maker__frame {
    min-height: 1240px;
  }

  .sve-section-inner {
    width: calc(100% - 36px);
  }

  .sve-heading {
    font-size: 2.15rem !important;
  }

  .sve-button-wrap,
  .sve-button {
    width: 100%;
  }

  .sve-floating-cta,
  .sve-floating-cta:hover,
  .sve-floating-cta:focus-visible {
    left: 14px;
    right: 14px;
    top: auto;
    bottom: 14px;
    width: auto;
    min-height: 64px;
    justify-content: center;
    border: 2px solid var(--chf-navy);
    border-radius: 999px;
    transform: none;
  }

  .sve-floating-cta__media {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
  }

  .sve-floating-cta__label,
  .sve-floating-cta:hover .sve-floating-cta__label,
  .sve-floating-cta:focus-visible .sve-floating-cta__label {
    min-width: 0;
    opacity: 1;
    transform: none;
  }

  .sve-card {
    min-height: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 18px;
  }

  .site-footer-actions {
    justify-content: flex-start;
  }

  .chs-hero {
    min-height: clamp(380px, 64vh, 520px);
    padding: 52px 18px;
  }

  .chs-hero h1 {
    font-size: 3.8rem;
  }

  .chs-hero--split {
    padding: 44px 18px;
  }

  .chs-hero--home-elegant {
    min-height: 560px;
    padding: 54px 22px 58px;
    background:
      linear-gradient(180deg, rgba(12, 26, 39, 0.72) 0%, rgba(12, 26, 39, 0.38) 50%, rgba(12, 26, 39, 0.22) 100%),
      var(--chs-hero-image);
    background-position: center 56%;
    text-align: left;
  }

  .chs-hero--home-elegant h1 {
    font-size: 3.85rem;
  }

  .chs-hero--home-elegant .chs-hero__actions {
    justify-content: stretch;
  }

  .chs-hero--home-elegant .chs-button {
    width: 100%;
  }

  .chs-hero--wedding-feature .chs-hero__media--portrait {
    width: 100%;
    min-height: 0;
    max-height: min(74vh, 560px);
    aspect-ratio: 4 / 5;
    border-width: 1px;
  }

  .chs-hero--wedding-feature .chs-hero__media--portrait::before {
    inset: 10px;
  }

  .chs-section {
    padding: 52px 0;
  }

  .chs-section__inner {
    width: calc(100% - 36px);
  }

  .chs-event-item {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .chs-event-item time {
    grid-column: 1 / -1;
  }

  .chs-event-item figure {
    width: 82px;
  }

  .chs-trust-grid,
  .chs-gallery-grid,
  .chs-gallery-grid--wedding {
    grid-template-columns: 1fr;
  }

  .chs-gallery-grid--collage figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .chs-friends-lockup {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .chs-friends-lockup img {
    width: 90px;
    height: 90px;
  }
}

/* Grand editorial polish for the Cliff House public site. */
body {
  color: #24292b;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 244, 236, 0.92) 34rem),
    #f7f4ec;
}

.utility-bar {
  min-height: 38px;
  padding: 0 64px;
  background: linear-gradient(90deg, #20272a, #2d4f55 62%, #a88a45);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
}

.utility-bar > a {
  min-height: 30px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.site-header {
  min-height: 128px;
  padding: 0 64px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 38px rgba(32, 39, 42, 0.08);
  backdrop-filter: blur(10px);
}

.site-header::after {
  right: 64px;
  left: 64px;
  background: linear-gradient(90deg, transparent, rgba(168, 138, 69, 0.62), transparent);
}

.site-brand {
  height: 108px;
}

.site-brand img {
  width: 184px;
  max-height: 104px;
}

.primary-nav a {
  min-height: 44px;
  padding: 6px 8px;
  color: #315f68;
  font-size: 0.76rem;
  letter-spacing: 0;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: #20272a;
}

.primary-nav a::after {
  background: #a88a45;
}

.chs-public-page {
  --chs-page-teal-dark: #315f68;
  --chs-page-teal: #6eaeb5;
  --chs-page-teal-soft: #e7f0ef;
  --chs-page-gold: #a88a45;
  --chs-page-gold-dark: #7f6837;
  --chs-page-ink: #24292b;
  --chs-page-muted: #62666a;
  --chs-page-paper: #f7f4ec;
  --chs-page-paper-deep: #eee7db;
  --chs-page-line: #ddd2bf;
  --chs-page-shadow: 0 18px 48px rgba(32, 39, 42, 0.09);
  color: var(--chs-page-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 244, 236, 0.98) 36rem),
    var(--chs-page-paper);
}

.chs-kicker,
.chs-section-kicker {
  color: var(--chs-page-gold-dark);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.chs-hero {
  min-height: 600px;
  padding: 88px 64px;
}

.chs-hero::before {
  opacity: 0.45;
}

.chs-hero--home-elegant {
  min-height: 780px;
  align-items: flex-end;
  padding: 144px 112px 118px;
  background:
    linear-gradient(90deg, rgba(18, 26, 27, 0.78) 0%, rgba(18, 26, 27, 0.46) 42%, rgba(18, 26, 27, 0.08) 78%),
    linear-gradient(180deg, rgba(18, 26, 27, 0.12) 0%, rgba(18, 26, 27, 0.52) 100%),
    var(--chs-hero-image);
  background-position: center 62%;
}

.chs-hero .chs-kicker {
  color: #d8c07c;
}

.chs-hero--split .chs-kicker {
  color: #7f6837;
}

.chs-hero--home-elegant .chs-hero__content {
  width: min(720px, 100%);
  margin-top: 0;
}

.chs-hero h1 {
  font-size: 4.2rem;
  font-style: normal;
  line-height: 0.98;
}

.chs-hero--home-elegant h1 {
  max-width: 780px;
  font-size: 6.2rem;
  line-height: 0.92;
}

.chs-hero p:not(.chs-kicker),
.chs-hero--home-elegant p:not(.chs-kicker) {
  max-width: 650px;
  font-size: 1.17rem;
  line-height: 1.62;
}

.chs-hero--split {
  padding: 82px 64px;
  background:
    linear-gradient(90deg, rgba(247, 244, 236, 0.98), rgba(255, 255, 255, 0.98) 70%);
}

.chs-hero--split h1 {
  color: #a88a45;
  font-size: 3.7rem;
  font-style: normal;
}

.chs-hero__media,
.chs-image-frame,
.chs-editorial-split__media {
  border-color: rgba(168, 138, 69, 0.28);
  border-radius: 6px;
  box-shadow: 0 22px 56px rgba(32, 39, 42, 0.12);
}

.chs-hero__media::before {
  border-color: rgba(255, 255, 255, 0.58);
}

.chs-button {
  min-height: 48px;
  padding: 12px 18px;
  border-color: #315f68;
  border-radius: 3px;
  background: #315f68;
  color: #ffffff;
  font-size: 0.86rem;
  letter-spacing: 0;
  text-shadow: none;
}

.chs-button--ghost {
  border-color: #a88a45;
  background: #a88a45;
}

.chs-button:hover,
.chs-button:focus-visible {
  border-color: #20272a;
  background: #20272a;
  box-shadow: 0 12px 28px rgba(32, 39, 42, 0.18);
}

.chs-section {
  padding: 96px 0;
}

.chs-section--intro,
.chs-section--tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 38%),
    var(--chs-page-paper);
}

.chs-section__inner {
  width: min(1180px, calc(100% - 92px));
}

.chs-section h2 {
  color: #20272a;
  font-size: 3.25rem;
  font-style: normal;
  line-height: 1.02;
}

.chs-copy {
  max-width: 820px;
}

.chs-copy p,
.chs-feature-card p,
.chs-event-item p,
.chs-venue-notes p,
.chs-trust-grid span {
  color: var(--chs-page-muted);
  font-size: 1.04rem;
}

.chs-feature-grid,
.chs-event-list,
.chs-gallery-grid {
  margin-top: 2.6em;
}

.chs-feature-grid {
  gap: 22px;
}

.chs-feature-card,
.chs-event-item,
.chs-trust-grid article,
.chs-contact-list div,
.chs-venue-notes--illustrated article {
  border-color: rgba(168, 138, 69, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(32, 39, 42, 0.07);
}

.chs-feature-card figure {
  aspect-ratio: 16 / 10.2;
}

.chs-feature-card div {
  padding: 1.35em 1.4em 1.45em;
}

.chs-feature-card h3,
.chs-event-item h3,
.chs-venue-notes h3 {
  color: #315f68;
  font-size: 1.38rem;
  font-style: normal;
}

.chs-event-item {
  grid-template-columns: 145px 128px minmax(0, 1fr);
  padding: 18px;
}

.chs-event-item time,
.chs-section-link a {
  color: #7f6837;
}

.chs-section-link a {
  font-size: 0.86rem;
}

.chs-trust-grid article {
  min-height: 136px;
  padding: 22px;
}

.chs-trust-grid strong {
  color: #315f68;
}

.chs-hero--wedding-feature {
  background:
    linear-gradient(90deg, rgba(247, 244, 236, 0.98), rgba(255, 255, 255, 0.98) 72%);
}

.chs-hero--wedding-feature .chs-hero__media--portrait {
  width: min(660px, 100%);
  min-height: 730px;
  border: 12px solid #ffffff;
}

.chs-venue-notes--illustrated figure {
  aspect-ratio: 16 / 10.4;
}

.chs-gallery-grid--collage figure {
  border-color: rgba(168, 138, 69, 0.24);
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(32, 39, 42, 0.08);
}

.chs-hero--friends {
  background:
    linear-gradient(90deg, rgba(32, 39, 42, 0.9), rgba(49, 95, 104, 0.82)),
    var(--chs-hero-image, none);
}

.chs-friends-lockup img {
  border-radius: 6px;
}

.site-footer {
  padding: 34px 64px;
  background:
    linear-gradient(90deg, rgba(168, 138, 69, 0.2), transparent 54%),
    #20272a;
  border-top-color: #a88a45;
}

@media (max-width: 900px) {
  .utility-bar {
    padding: 7px 28px;
  }

  .site-header {
    min-height: 0;
    padding: 18px 28px 20px;
  }

  .chs-hero,
  .chs-hero--split {
    padding: 62px 36px;
  }

  .chs-hero h1,
  .chs-hero--split h1 {
    font-size: 3.45rem;
  }

  .chs-hero--home-elegant {
    min-height: 680px;
    padding: 96px 46px 78px;
    background-position: center 58%;
  }

  .chs-hero--home-elegant h1 {
    font-size: 4.65rem;
  }

  .chs-section {
    padding: 76px 0;
  }

  .chs-section__inner {
    width: calc(100% - 56px);
  }

  .chs-section h2 {
    font-size: 2.75rem;
  }

  .chs-hero--wedding-feature .chs-hero__media--portrait {
    min-height: 600px;
  }
}

@media (max-width: 640px) {
  .utility-bar {
    padding: 7px 18px;
  }

  .site-header {
    padding: 18px;
  }

  .site-brand img {
    width: 148px;
  }

  .chs-hero,
  .chs-hero--split {
    min-height: 0;
    padding: 48px 22px;
  }

  .chs-hero h1,
  .chs-hero--split h1 {
    font-size: 2.75rem;
  }

  .chs-hero--home-elegant {
    min-height: 590px;
    padding: 62px 24px 58px;
    background-position: center 60%;
  }

  .chs-hero--home-elegant h1 {
    font-size: 3.35rem;
  }

  .chs-hero p:not(.chs-kicker),
  .chs-hero--home-elegant p:not(.chs-kicker) {
    font-size: 1.04rem;
  }

  .chs-section {
    padding: 58px 0;
  }

  .chs-section__inner {
    width: calc(100% - 36px);
  }

  .chs-section h2 {
    font-size: 2.22rem;
  }

  .chs-event-item {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 14px;
  }

  .chs-event-item figure {
    width: 86px;
  }

  .chs-hero--wedding-feature .chs-hero__media--portrait {
    width: 100%;
    min-height: 0;
    max-height: min(74vh, 560px);
    border-width: 1px;
  }
}

/* Direction correction: keep the original Cliff House character, without the glossy sweep. */
.utility-bar::before,
.chs-hero::before,
.chs-button::before,
.chs-image-frame::after,
.chs-editorial-split__media::after,
.chs-feature-card::before {
  display: none !important;
  animation: none !important;
}

body {
  color: var(--chs-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), transparent 18rem),
    var(--chs-paper);
}

.utility-bar {
  min-height: 45px;
  padding: 0 52px;
  background: linear-gradient(180deg, #cbb06c, var(--chs-gold));
  color: var(--chs-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.utility-bar > a {
  min-height: 34px;
  padding: 6px 12px;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(63, 135, 148, 0.84);
  color: var(--chs-white);
}

.site-header {
  min-height: 116px;
  padding: 0 52px;
  background: var(--chs-white);
  box-shadow: 0 3px 24px rgba(43, 38, 36, 0.12);
  backdrop-filter: none;
}

.site-header::after {
  right: 52px;
  left: 52px;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 94, 0.62), transparent);
}

.site-brand {
  height: 100px;
}

.site-brand img {
  width: 166px;
  max-height: 98px;
}

.primary-nav a {
  min-height: 42px;
  padding: 5px 7px;
  color: var(--chs-teal-dark);
  font-size: 0.78rem;
}

.primary-nav a::after {
  background: var(--chs-gold);
}

.chs-public-page {
  --chs-page-teal-dark: #3f8794;
  --chs-page-teal: #6fb3be;
  --chs-page-teal-soft: #e4f0f2;
  --chs-page-gold: #c5a55e;
  --chs-page-gold-dark: #93773b;
  --chs-page-ink: #464042;
  --chs-page-muted: #665f5d;
  --chs-page-paper: #f6f3ec;
  --chs-page-paper-deep: #ece5d7;
  --chs-page-line: #ded5c4;
  --chs-page-shadow: 0 0.55em 1.4em rgba(43, 38, 36, 0.08);
  color: var(--chs-page-ink);
  background: var(--chs-page-paper);
}

.chs-kicker,
.chs-section-kicker {
  color: var(--chs-page-gold-dark);
}

.chs-hero {
  background-position: center 58%;
}

.chs-hero--home-elegant {
  min-height: 700px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 118px 88px 96px;
  background:
    linear-gradient(90deg, rgba(16, 31, 44, 0.74) 0%, rgba(16, 31, 44, 0.42) 38%, rgba(16, 31, 44, 0.12) 70%, rgba(16, 31, 44, 0.02) 100%),
    linear-gradient(180deg, rgba(9, 20, 31, 0.18) 0%, rgba(9, 20, 31, 0.04) 46%, rgba(9, 20, 31, 0.2) 100%),
    var(--chs-hero-image);
  background-position: center center;
  background-size: cover;
}

.chs-hero .chs-kicker {
  color: #ead79d;
}

.chs-hero--home-elegant .chs-hero__content {
  width: min(690px, 100%);
  margin-top: 0;
}

.chs-hero--home-elegant h1 {
  max-width: 720px;
  font-size: 5.65rem;
  line-height: 0.98;
}

.chs-hero--home-elegant p:not(.chs-kicker) {
  max-width: 610px;
  font-size: 1.18rem;
}

.chs-button {
  border-color: var(--chs-page-teal-dark);
  background: var(--chs-page-teal-dark);
  border-radius: 0.12em;
  color: var(--chs-page-white);
}

.chs-button--ghost {
  border-color: var(--chs-page-gold);
  background: var(--chs-page-gold);
}

.chs-button:hover,
.chs-button:focus-visible {
  border-color: var(--chs-page-teal);
  background: var(--chs-page-teal);
  box-shadow: 0 0.7em 1.2em rgba(63, 135, 148, 0.22);
}

.chs-feature-card,
.chs-event-item,
.chs-trust-grid article,
.chs-contact-list div,
.chs-venue-notes--illustrated article {
  border-color: var(--chs-page-line);
  border-radius: 0.12em;
  background: var(--chs-page-white);
  box-shadow: var(--chs-page-shadow);
}

.chs-feature-card h3,
.chs-event-item h3,
.chs-venue-notes h3 {
  color: var(--chs-page-teal-dark);
}

.site-footer {
  background: #3f8794;
  border-top-color: var(--chs-gold);
}

@media (max-width: 900px) {
  .chs-hero--home-elegant {
    min-height: 650px;
    padding: 88px 40px 72px;
    background-position: center center;
  }

  .chs-hero--home-elegant h1 {
    font-size: 4.1rem;
  }
}

@media (max-width: 640px) {
  .chs-hero--home-elegant {
    min-height: 560px;
    padding: 58px 22px 54px;
    background-position: center center;
  }

  .chs-hero--home-elegant h1 {
    font-size: 3.05rem;
  }
}

/* Subtle heritage trim: still, quiet details that support the existing style. */
.chs-hero--home-elegant .chs-hero__content {
  padding-left: clamp(18px, 2.8vw, 34px);
  border-left: 3px solid rgba(197, 165, 94, 0.86);
}

.chs-hero--home-elegant .chs-kicker::before,
.chs-section-kicker::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 1px;
  margin-right: 12px;
  background: currentColor;
  vertical-align: middle;
}

.chs-section h2 {
  position: relative;
  padding-bottom: 0.42em;
}

.chs-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(116px, 28%);
  height: 2px;
  background: linear-gradient(90deg, var(--chs-page-gold), var(--chs-page-teal));
}

.chs-feature-card,
.chs-event-item,
.chs-trust-grid article,
.chs-contact-list div,
.chs-venue-notes--illustrated article {
  position: relative;
  overflow: hidden;
}

.chs-feature-card::after,
.chs-event-item::after,
.chs-trust-grid article::after,
.chs-contact-list div::after,
.chs-venue-notes--illustrated article::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(197, 165, 94, 0.22);
  pointer-events: none;
}

.chs-feature-card div,
.chs-event-item div,
.chs-venue-notes--illustrated article > div {
  position: relative;
  z-index: 1;
}

.chs-feature-card figure,
.chs-event-item figure,
.chs-venue-notes--illustrated figure {
  border-bottom: 1px solid rgba(197, 165, 94, 0.24);
}

.chs-button {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.site-header {
  border-bottom: 1px solid rgba(197, 165, 94, 0.2);
}

@media (max-width: 640px) {
  .chs-hero--home-elegant .chs-hero__content {
    padding-left: 16px;
  }

  .chs-feature-card::after,
  .chs-event-item::after,
  .chs-trust-grid article::after,
  .chs-contact-list div::after,
  .chs-venue-notes--illustrated article::after {
    inset: 6px;
  }
}

/* Deeper heritage embellishment: layered, still details to stop the site feeling flat. */
body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 243, 236, 0.96) 18rem),
    repeating-linear-gradient(90deg, rgba(197, 165, 94, 0.035) 0, rgba(197, 165, 94, 0.035) 1px, transparent 1px, transparent 76px),
    repeating-linear-gradient(0deg, rgba(63, 135, 148, 0.026) 0, rgba(63, 135, 148, 0.026) 1px, transparent 1px, transparent 58px),
    var(--chs-paper);
}

.site-header {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86) inset,
    0 14px 28px rgba(43, 38, 36, 0.1);
}

.site-header::before {
  content: "";
  position: absolute;
  right: 52px;
  bottom: 9px;
  left: 52px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(63, 135, 148, 0.34), rgba(197, 165, 94, 0.44), transparent);
  pointer-events: none;
}

.primary-nav a {
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: #2f6f7a;
}

.chs-public-page {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 243, 236, 0.98) 34rem),
    repeating-linear-gradient(135deg, rgba(197, 165, 94, 0.03) 0, rgba(197, 165, 94, 0.03) 1px, transparent 1px, transparent 34px),
    var(--chs-page-paper);
}

.chs-hero {
  position: relative;
  isolation: isolate;
  box-shadow:
    inset 0 -1px 0 rgba(197, 165, 94, 0.55),
    inset 0 -18px 38px rgba(9, 20, 31, 0.14);
}

.chs-hero--home-elegant {
  border-bottom: 4px solid var(--chs-page-gold);
}

.chs-hero--home-elegant::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 45%;
  background:
    linear-gradient(180deg, transparent, rgba(9, 20, 31, 0.22)),
    linear-gradient(90deg, rgba(197, 165, 94, 0.12), transparent 34%, transparent 72%, rgba(63, 135, 148, 0.1));
  pointer-events: none;
}

.chs-hero--home-elegant .chs-hero__content {
  filter: drop-shadow(0 16px 22px rgba(9, 20, 31, 0.24));
}

.chs-hero--home-elegant .chs-hero__actions {
  margin-top: 2.15em;
}

.chs-section {
  position: relative;
}

.chs-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(24px, calc((100% - 1180px) / 2));
  left: max(24px, calc((100% - 1180px) / 2));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 94, 0.4), rgba(63, 135, 148, 0.24), transparent);
  pointer-events: none;
}

.chs-section--intro,
.chs-section--tint {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(246, 243, 236, 0.8)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.32) 0, rgba(255, 255, 255, 0.32) 1px, transparent 1px, transparent 80px),
    var(--chs-page-paper-deep);
}

.chs-section__inner {
  position: relative;
}

.chs-section h2::after {
  width: 148px;
  max-width: 34%;
  height: 3px;
  background:
    linear-gradient(90deg, var(--chs-page-gold) 0 34%, rgba(255, 255, 255, 0.78) 34% 42%, var(--chs-page-teal) 42% 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.74);
}

.chs-feature-card,
.chs-event-item,
.chs-trust-grid article,
.chs-contact-list div,
.chs-venue-notes--illustrated article,
.chs-image-frame,
.chs-editorial-split__media,
.chs-hero__media {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 18px 42px rgba(43, 38, 36, 0.12),
    0 3px 0 rgba(197, 165, 94, 0.16);
}

.chs-feature-card,
.chs-event-item,
.chs-trust-grid article,
.chs-contact-list div,
.chs-venue-notes--illustrated article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 249, 241, 0.98));
}

.chs-feature-card::after,
.chs-event-item::after,
.chs-trust-grid article::after,
.chs-contact-list div::after,
.chs-venue-notes--illustrated article::after {
  inset: 9px;
  border-color: rgba(197, 165, 94, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.chs-feature-card h3,
.chs-event-item h3,
.chs-venue-notes h3 {
  padding-bottom: 0.35em;
  border-bottom: 1px solid rgba(197, 165, 94, 0.22);
}

.chs-feature-card figure,
.chs-event-item figure,
.chs-venue-notes--illustrated figure,
.chs-gallery-grid figure,
.chs-image-frame,
.chs-editorial-split__media,
.chs-hero__media {
  position: relative;
  overflow: hidden;
}

.chs-feature-card figure::after,
.chs-event-item figure::after,
.chs-venue-notes--illustrated figure::after,
.chs-gallery-grid figure::after,
.chs-image-frame::before,
.chs-editorial-split__media::before,
.chs-hero__media::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

.chs-feature-card img,
.chs-event-item img,
.chs-venue-notes--illustrated img,
.chs-gallery-grid img,
.chs-image-frame img,
.chs-editorial-split__media img,
.chs-hero__media img {
  filter: saturate(1.04) contrast(1.03);
}

.chs-button {
  border-bottom-width: 3px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 9px 18px rgba(43, 38, 36, 0.12);
}

.chs-button:hover,
.chs-button:focus-visible {
  transform: translateY(-1px);
}

.chs-section-link a {
  padding-bottom: 0.18em;
  background-image: linear-gradient(90deg, var(--chs-page-gold), var(--chs-page-teal));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
}

.site-footer {
  box-shadow:
    inset 0 4px 0 rgba(197, 165, 94, 0.78),
    inset 0 5px 0 rgba(255, 255, 255, 0.22);
}

@media (max-width: 900px) {
  .site-header::before {
    right: 28px;
    left: 28px;
  }

  .chs-section::before {
    right: 28px;
    left: 28px;
  }
}

@media (max-width: 640px) {
  body,
  .chs-public-page {
    background-image: none;
  }

  .site-header::before {
    right: 18px;
    left: 18px;
  }

  .chs-hero--home-elegant {
    border-bottom-width: 3px;
  }

  .chs-feature-card::after,
  .chs-event-item::after,
  .chs-trust-grid article::after,
  .chs-contact-list div::after,
  .chs-venue-notes--illustrated article::after {
    inset: 7px;
  }

  .chs-feature-card figure::after,
  .chs-event-item figure::after,
  .chs-venue-notes--illustrated figure::after,
  .chs-gallery-grid figure::after,
  .chs-image-frame::before,
  .chs-editorial-split__media::before,
  .chs-hero__media::before {
    inset: 7px;
  }
}

/* No-shine alignment pass: keep craft and depth, remove glossy/sweep effects. */
.sve-floating-cta::before,
.utility-bar::before,
.chs-hero::before,
.chs-hero--home-elegant::after,
.chs-button::before,
.chs-image-frame::after,
.chs-editorial-split__media::after,
.chs-feature-card::before,
.chs-venue-notes--illustrated article::after {
  animation: none !important;
  transform: none !important;
  background: none !important;
}

.chs-venue-notes--illustrated article::after {
  border: 1px solid rgba(197, 165, 94, 0.28);
}

.chs-feature-card figure::after,
.chs-event-item figure::after,
.chs-venue-notes--illustrated figure::after,
.chs-gallery-grid figure::after,
.chs-image-frame::before,
.chs-editorial-split__media::before,
.chs-hero__media::before {
  border-color: rgba(197, 165, 94, 0.32);
  box-shadow: none;
}

.chs-feature-card img,
.chs-event-item img,
.chs-venue-notes--illustrated img,
.chs-gallery-grid img,
.chs-image-frame img,
.chs-editorial-split__media img,
.chs-hero__media img {
  filter: none;
}

.chs-hero--home-elegant {
  min-height: 720px;
  background:
    linear-gradient(90deg, rgba(16, 31, 44, 0.68) 0%, rgba(16, 31, 44, 0.42) 36%, rgba(16, 31, 44, 0.1) 66%, rgba(16, 31, 44, 0) 100%),
    linear-gradient(180deg, rgba(9, 20, 31, 0.2) 0%, rgba(9, 20, 31, 0.04) 42%, rgba(9, 20, 31, 0.24) 100%),
    var(--chs-hero-image);
  background-position: center center;
}

.chs-hero--home-elegant .chs-hero__content {
  filter: none;
}

.chs-hero--split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(34px, 5vw, 72px);
  padding-right: max(42px, calc((100% - 1180px) / 2));
  padding-left: max(42px, calc((100% - 1180px) / 2));
}

.chs-hero--split .chs-hero__content,
.chs-editorial-split__content {
  justify-self: stretch;
  width: min(570px, 100%);
}

.chs-hero--wedding-feature {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.95fr);
}

.chs-hero--wedding-feature .chs-hero__content {
  justify-self: end;
}

.chs-hero--wedding-feature .chs-hero__media--portrait {
  width: min(560px, 100%);
  min-height: 660px;
  justify-self: start;
}

.chs-editorial-split,
.chs-editorial-split--reverse,
.chs-split-panel {
  column-gap: clamp(34px, 5vw, 76px);
}

.chs-editorial-split__media,
.chs-editorial-split__media--portrait {
  justify-self: stretch;
}

.chs-hero--home-photo {
  min-height: 620px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.92fr);
  border-bottom: 4px solid var(--chs-page-gold);
  background:
    linear-gradient(135deg, rgba(246, 243, 236, 0.98), rgba(255, 255, 255, 0.96)),
    linear-gradient(90deg, rgba(197, 165, 94, 0.08), rgba(63, 135, 148, 0.08));
}

.chs-hero--home-photo::before {
  display: none;
}

.chs-hero--home-photo .chs-hero__content {
  justify-self: end;
  width: min(590px, 100%);
}

.chs-hero--home-photo h1 {
  max-width: 640px;
  color: var(--chs-page-blue);
  font-size: 4.8rem;
  line-height: 0.98;
}

.chs-hero--home-photo p:not(.chs-kicker) {
  max-width: 560px;
  color: var(--chs-page-muted);
}

.chs-hero--home-photo .chs-hero__actions {
  justify-content: flex-start;
  margin-top: 1.65em;
}

.chs-hero__media--home-photo {
  width: min(570px, 100%);
  min-height: 0;
  aspect-ratio: 1840 / 2082;
  justify-self: start;
  border-color: rgba(197, 165, 94, 0.5);
  background: rgba(255, 255, 255, 0.82);
}

.chs-hero__media--home-photo img {
  object-position: center center;
}

.chs-hero__media--home-photo::before {
  inset: 14px;
  border-color: rgba(255, 255, 255, 0.6);
}

.chs-button,
.chs-button:visited {
  min-height: 48px;
  padding: 12px 18px;
  border-color: rgba(197, 165, 94, 0.86);
  border-bottom-width: 3px;
  background: var(--chs-page-teal-dark);
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 10px 20px rgba(31, 46, 63, 0.16);
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.32);
}

.chs-button--ghost,
.chs-button--ghost:visited {
  border-color: rgba(197, 165, 94, 0.92);
  background: var(--chs-page-gold);
  color: #fff;
}

.chs-button:hover,
.chs-button:focus-visible {
  border-color: rgba(197, 165, 94, 0.98);
  background: var(--chs-page-teal);
  color: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    0 12px 28px rgba(32, 39, 42, 0.18);
  transform: translateY(-1px);
}

.chs-button--ghost:hover,
.chs-button--ghost:focus-visible {
  background: var(--chs-page-teal-dark);
  color: #fff;
}

.chs-hero__media--home-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  padding: 0.55em 0.7em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(31, 46, 63, 0.84);
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.25;
  box-shadow: 0 8px 20px rgba(28, 24, 21, 0.22);
}

@media (max-width: 900px) {
  .chs-hero--split,
  .chs-hero--wedding-feature {
    padding-right: 36px;
    padding-left: 36px;
  }

  .chs-hero--wedding-feature .chs-hero__content,
  .chs-hero--wedding-feature .chs-hero__media--portrait,
  .chs-hero--split .chs-hero__content,
  .chs-editorial-split__content {
    justify-self: center;
  }

  .chs-hero--wedding-feature .chs-hero__media--portrait {
    width: min(620px, 100%);
    min-height: 560px;
  }

  .chs-hero--home-photo .chs-hero__content,
  .chs-hero__media--home-photo {
    justify-self: center;
  }

  .chs-hero--home-photo h1 {
    font-size: 4rem;
  }
}

@media (max-width: 640px) {
  .chs-hero--home-elegant {
    min-height: 600px;
    background-position: 46% center;
  }

  .chs-hero--split,
  .chs-hero--wedding-feature {
    padding-right: 22px;
    padding-left: 22px;
  }

  .chs-hero--wedding-feature .chs-hero__media--portrait {
    min-height: 0;
  }

  .chs-hero--home-photo {
    min-height: 0;
  }

  .chs-hero--home-photo h1 {
    font-size: 3.1rem;
  }
}

/* Wedding album: image-only collage with natural, uncropped photos. */
.chs-gallery-grid--wedding {
  display: block;
  column-count: 3;
  column-gap: clamp(10px, 1.2vw, 16px);
  margin-top: 0;
}

.chs-gallery-grid--wedding figure {
  display: block;
  width: 100%;
  margin: 0 0 clamp(10px, 1.2vw, 16px);
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(197, 165, 94, 0.34);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(43, 38, 36, 0.09);
  break-inside: avoid;
}

.chs-gallery-grid--wedding figure:nth-child(1),
.chs-gallery-grid--wedding figure:nth-child(4),
.chs-gallery-grid--wedding figure:nth-child(6),
.chs-gallery-grid--wedding figure:nth-child(8) {
  grid-column: auto;
  grid-row: auto;
}

.chs-gallery-grid--wedding figure::after {
  inset: 8px;
}

.chs-gallery-grid--wedding img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

/* Static photo frame lines: keep the craft, remove sweep/flash movement. */
.chs-feature-card figure::after,
.chs-event-item figure::after,
.chs-venue-notes--illustrated figure::after,
.chs-gallery-grid figure::after,
.chs-image-frame::before,
.chs-editorial-split__media::before,
.chs-hero__media::before {
  content: "";
  display: block;
  position: absolute;
  inset: clamp(7px, 1vw, 10px);
  border: 1px solid rgba(197, 165, 94, 0.34);
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

@media (max-width: 640px) {
  .chs-gallery-grid--wedding {
    column-count: 1;
  }

  .chs-gallery-grid--wedding img {
    height: auto;
    aspect-ratio: auto;
  }
}

.chs-contact-forms {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  align-items: start;
}

@media (max-width: 900px) {
  .chs-contact-forms {
    grid-template-columns: 1fr;
  }
}

.chs-hero--friends .chs-hero__media--friends-logo {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  min-height: min(52vw, 560px);
  padding: clamp(28px, 5vw, 68px);
  border-color: rgba(168, 138, 69, 0.52);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(32, 39, 42, 0.28);
}

.chs-hero--friends .chs-hero__media--friends-logo::before {
  inset: 16px;
  border-color: rgba(168, 138, 69, 0.46);
}

.chs-hero--friends .chs-hero__media--friends-logo img {
  width: min(100%, 460px);
  height: auto;
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.28));
}

@media (max-width: 760px) {
  .chs-hero--friends .chs-hero__media--friends-logo {
    min-height: 280px;
    padding: 28px;
  }

  .chs-hero--friends .chs-hero__media--friends-logo img {
    max-height: 260px;
  }
}

/* Header and CTA correction: full logo, and buttons stay either blue or gold. */
.site-header {
  min-height: 132px;
  gap: clamp(24px, 3vw, 44px);
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-brand {
  flex: 0 0 clamp(210px, 20vw, 280px);
  width: clamp(210px, 20vw, 280px);
  min-width: 210px;
  height: auto;
  justify-content: flex-start;
}

.site-brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.chs-public-page .chs-button,
.chs-public-page .chs-button:visited {
  border-color: var(--chs-page-teal-dark);
  background: var(--chs-page-teal-dark);
  color: #fff;
}

.chs-public-page .chs-button--ghost,
.chs-public-page .chs-button--ghost:visited {
  border-color: var(--chs-page-gold);
  background: var(--chs-page-gold);
  color: #fff;
}

.chs-public-page .chs-button:hover,
.chs-public-page .chs-button:focus-visible {
  border-color: var(--chs-page-teal);
  background: var(--chs-page-teal-dark);
  color: #fff;
}

.chs-public-page .chs-button--ghost:hover,
.chs-public-page .chs-button--ghost:focus-visible {
  border-color: var(--chs-page-gold-dark);
  background: var(--chs-page-gold);
  color: #fff;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 0;
  }

  .site-brand {
    flex-basis: min(280px, 100%);
    width: min(280px, 100%);
    min-width: min(210px, 100%);
  }
}

@media (max-width: 640px) {
  .site-brand {
    flex-basis: min(260px, 100%);
    width: min(260px, 100%);
    min-width: 0;
  }
}
