.site-header {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 20px var(--page-gutter);
  border-bottom: 1px solid var(--color-sand);
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-secondary);
}
.brand-logo {
  width: 174px;
  height: auto;
}
.brand {
  flex-shrink: 0;
}
.primary-navigation {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-list,
.footer-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 0;
  margin: 0;
}
.nav-list a {
  font-size: 13px;
  display: block;
  padding: 12px 0;
  position: relative;
}
.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 1px;
  background: currentColor;
  bottom: 7px;
  transition: right var(--transition);
}
.nav-list a:hover::after,
.nav-list .current-menu-item > a::after {
  right: 0;
}
.header-cta {
  border-bottom: 1px solid var(--color-primary);
  display: flex;
  gap: 28px;
  align-items: center;
  color: var(--color-primary);
  font-size: 13px;
  min-height: 44px;
}
.header-cta span {
  font-size: 24px;
}
.nav-list li {
  position: relative;
}
.nav-list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: var(--color-secondary);
  list-style: none;
  padding: 16px;
  border: 1px solid var(--color-sand);
}
.nav-list li:hover > .sub-menu,
.nav-list li:focus-within > .sub-menu {
  display: block;
}
.nav-toggle {
  display: none;
}
.section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 52px;
}
.section-top h2 {
  margin: 0;
}
.section-top .eyebrow {
  margin-bottom: 22px;
}
.section-top > .eyebrow {
  margin: 0;
}
.section-label {
  margin-bottom: 42px;
}
.site-footer {
  background: var(--color-primary);
  color: var(--color-secondary);
  padding: 65px var(--page-gutter) 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgb(239 227 208 / 0.35);
}
.footer-top .brand-logo {
  width: 235px;
}
.footer-top p {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 600px;
  margin: 0;
}
.footer-middle {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 35px 0;
}
.footer-nav {
  gap: 28px;
  flex-wrap: wrap;
}
.footer-nav a,
.footer-middle .nav-list a {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0;
}
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 380px;
  font-size: 15px;
}
.contact-links a {
  min-height: 30px;
}
.contact-links a:hover,
.footer-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-bottom {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(239 227 208 / 0.35);
  padding-top: 24px;
  font-size: 11px;
}
.closing {
  text-align: center;
  background: var(--color-sand);
  padding-inline: var(--page-gutter);
}
.closing h2 {
  font-size: clamp(38px, 5.6vw, 84px);
  margin-bottom: 36px;
}
.closing .eyebrow {
  margin-bottom: 35px;
}
.moments-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1fr;
  gap: 35px;
  align-items: start;
}
.moment-tile:nth-child(3n + 2) {
  padding-top: 85px;
}
.moment-tile:nth-child(3n) {
  padding-top: 28px;
}
.moment-tile img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: filter var(--transition);
}
.moment-tile:nth-child(3n + 2) img {
  height: 380px;
}
.moment-tile:nth-child(3n) img {
  height: 280px;
}
.moment-title {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  line-height: 1.5;
}
.moment-tile a:hover .moment-title {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.service-information {
  background: var(--color-sand);
}
.service-information-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10%;
}
.service-information h2 {
  font-size: clamp(36px, 4.2vw, 60px);
}
.service-information dl {
  margin: 0;
}
.service-information dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 25px;
  border-top: 1px solid rgb(52 33 28 / 0.28);
  padding: 22px 0;
}
.service-information dt {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 3px;
}
.service-information dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.form-field.full {
  grid-column: 1/-1;
}
.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-field input,
.form-field select,
.form-field textarea,
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select,
.fluentform input:not([type="submit"]),
.fluentform textarea,
.fluentform select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-primary);
  background: transparent;
  border-radius: 0;
  padding: 12px 0;
  min-height: 48px;
  color: var(--color-text);
}
.form-field textarea {
  resize: vertical;
}
.form-hint {
  font-size: 13px;
}
.consent {
  display: flex;
  align-items: start;
  gap: 12px;
  margin: 30px 0;
  font-size: 13px;
}
.consent input {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--color-primary);
}
.consent a {
  text-decoration: underline;
}
.honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-notice {
  border: 1px solid var(--color-primary);
  padding: 25px;
  margin-bottom: 30px;
}
.form-notice h2 {
  font-size: 30px;
}
.form-notice ul {
  padding-left: 20px;
}
.form-error {
  border-left-width: 5px;
}
.wpcf7-form input[type="submit"],
.fluentform button[type="submit"] {
  background: var(--color-primary);
  color: var(--color-secondary);
  padding: 16px 25px;
  border: 0;
  border-radius: 0;
}
.contact-unavailable {
  padding: 35px 0;
}
.contact-unavailable h2 {
  font-size: 48px;
}
.admin-bar .site-header {
  top: 32px;
}
