/* WedHues Aura v2: editorial typography and luxury art direction */

:root {
  --wh-heading-weight: 300;
  --wh-grain-opacity: 0;
  --wh-ornament-opacity: 1;
  --wh-hero-overlay-top: .27;
  --wh-hero-overlay-bottom: .62;
  --wh-hairline: rgba(184, 146, 74, .42);
  --wh-hairline-soft: rgba(184, 146, 74, .22);
  --wh-image-warmth: sepia(.08) saturate(.92) contrast(1.04);
  --wh-ornament-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='16' viewBox='0 0 72 16' fill='none'%3E%3Cpath d='M1 8h24M47 8h24' stroke='%23B8924A' stroke-width='.8' stroke-linecap='round'/%3E%3Cpath d='M36 1l7 7-7 7-7-7 7-7z' stroke='%23B8924A' stroke-width='.8' fill='none'/%3E%3Ccircle cx='36' cy='8' r='1.6' fill='%23B8924A'/%3E%3C/svg%3E");
}

html {
  hanging-punctuation: first last;
}

body {
  font-variant-numeric: oldstyle-nums;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
  opacity: var(--wh-grain-opacity);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  mix-blend-mode: soft-light;
}

h1,
h2,
h3,
h4,
.wh-page-content h2,
.wh-page-content h3,
.wh-section__header h1,
.wh-section__header h2,
.wh-hero__content h1 {
  font-weight: var(--wh-heading-weight);
  letter-spacing: 0;
  text-wrap: balance;
}

h1,
.wh-hero__content h1 {
  font-size: 2.75rem;
  line-height: .98;
}

h2,
.wh-section__header h2 {
  font-size: 2.25rem;
  line-height: 1.02;
}

h3 {
  line-height: 1.08;
}

.wh-hero__content h1 {
  max-width: 11ch;
  margin-left: auto;
  margin-right: auto;
}

.wh-hero__content p,
.wh-lead,
.wh-page-content > p:first-of-type {
  text-wrap: pretty;
}

.wh-romance {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 300;
}

.wh-pullquote,
.wh-page-content blockquote,
.wh-testimonial-card__quote {
  font-family: var(--ff-accent);
  font-style: italic;
  font-variant-numeric: oldstyle-nums;
}

.wh-dropcap > p:first-of-type::first-letter,
.wh-page-content.wh-dropcap > p:first-of-type::first-letter {
  float: left;
  font-family: var(--ff-display);
  font-size: 4.2rem;
  line-height: .78;
  margin: .12em .18em 0 0;
  color: var(--wh-terracotta);
}

.wh-eyebrow,
.wh-kicker {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: .72rem;
  color: var(--wh-gold);
  letter-spacing: .16em;
}

.wh-eyebrow::before,
.wh-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .62;
}

.wh-hero__content .wh-kicker,
.wh-section__header .wh-kicker,
.wh-text-center .wh-kicker {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.wh-section__header {
  position: relative;
}

.wh-section__header::after {
  content: "";
  display: block;
  width: 72px;
  height: 16px;
  margin: 1.15rem auto 0;
  opacity: var(--wh-ornament-opacity);
  background-image: var(--wh-ornament-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wh-section__header h1,
.wh-section__header h2,
.wh-story-films__heading {
  position: relative;
}

.wh-section__header h1::after,
.wh-section__header h2::after {
  content: "";
  display: block;
  width: min(120px, 32vw);
  height: 1px;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, transparent, var(--wh-hairline), transparent);
  opacity: var(--wh-ornament-opacity);
}

.wh-hero__overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, var(--wh-hero-overlay-top)) 0%,
    rgba(0, 0, 0, var(--wh-hero-overlay-bottom)) 100%
  );
}

.wh-hero__content {
  max-width: 920px;
}

.wh-hero__content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.wh-hero__bg img,
.wh-portfolio-card img,
.wh-story-card-img img,
.wh-service-card img,
.wh-blog-card__img img,
.wh-story-gallery__item img,
.wh-venue-story-card__img,
.wh-venue-archive-card__img {
  filter: var(--wh-image-warmth);
}

.wh-portfolio-card,
.wh-story-card-img,
.wh-service-card,
.wh-blog-card__img,
.wh-story-gallery__item,
.wh-instagram-feed__item,
.wh-venue-story-card,
.wh-venue-archive-card {
  position: relative;
  isolation: isolate;
}

.wh-portfolio-card::after,
.wh-story-card-img::after,
.wh-service-card::after,
.wh-blog-card__img::after,
.wh-story-gallery__item::after,
.wh-instagram-feed__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(250, 247, 242, .2), rgba(196, 101, 74, .1)),
    linear-gradient(to top, rgba(13, 13, 13, .14), transparent 48%);
  transition: opacity var(--transition);
}

.wh-portfolio-card:hover::after,
.wh-story-card:hover .wh-story-card-img::after,
.wh-service-card:hover::after,
.wh-blog-card:hover .wh-blog-card__img::after,
.wh-story-gallery__item:hover::after,
.wh-instagram-feed__item:hover::after {
  opacity: 1;
}

.wh-portfolio-card__overlay,
.wh-service-card__content {
  z-index: 2;
}

.wh-ken-burns,
.wh-ken-burns .wh-hero__bg {
  overflow: hidden;
}

.wh-ken-burns img,
.wh-ken-burns video {
  transform-origin: center;
  animation: whLuxuryKenBurns 18s ease-out both;
}

@keyframes whLuxuryKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.wh-divider-gold {
  height: 1px;
  width: min(220px, 42vw);
  margin: var(--space-xl) auto;
  background: linear-gradient(90deg, transparent, var(--wh-hairline), transparent);
}

.wh-corner-ornament {
  position: relative;
}

.wh-corner-ornament::before,
.wh-corner-ornament::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  opacity: var(--wh-ornament-opacity);
  pointer-events: none;
}

.wh-corner-ornament::before {
  top: 0;
  left: 0;
  border-top: 1px solid var(--wh-hairline);
  border-left: 1px solid var(--wh-hairline);
}

.wh-corner-ornament::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--wh-hairline);
  border-bottom: 1px solid var(--wh-hairline);
}

.wh-offset-left,
.wh-offset-right {
  display: grid;
  gap: var(--space-xl);
  align-items: center;
}

.wh-offset-left > :first-child,
.wh-offset-right > :last-child {
  position: relative;
}

.wh-offset-left img,
.wh-offset-right img {
  width: 100%;
  border-radius: var(--radius-sm);
  box-shadow: 0 24px 60px rgba(42, 31, 26, .12);
}

.wh-section-number,
.wh-section[data-wh-section] {
  position: relative;
}

.wh-section-number::before,
.wh-section[data-wh-section]::before {
  content: attr(data-wh-section);
  display: block;
  margin-bottom: var(--space-sm);
  font-family: var(--ff-accent);
  font-size: .82rem;
  color: var(--wh-gold);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wh-pricing-card,
.wh-testimonial-card,
.wh-venue-facts__grid div,
.wh-faq__item {
  border-color: var(--wh-hairline-soft);
  box-shadow: 0 18px 48px rgba(42, 31, 26, .04);
}

.wh-pricing-card__price,
.wh-stat,
.wh-trust-bar__item {
  font-family: var(--ff-accent);
  font-variant-numeric: oldstyle-nums;
}

.wh-footer-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(184, 146, 74, .08), transparent 42%),
    var(--wh-midnight);
}

.wh-footer-cta::before {
  content: "";
  display: block;
  width: 72px;
  height: 16px;
  margin: 0 auto var(--space-lg);
  opacity: var(--wh-ornament-opacity);
  background-image: var(--wh-ornament-svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wh-footer-cta__title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.wh-footer__main {
  background:
    linear-gradient(180deg, rgba(42, 31, 26, .2), transparent 34%),
    var(--wh-midnight);
}

.wh-footer__brand > p:first-of-type {
  max-width: 26rem;
  font-family: var(--ff-display);
  font-size: 1.35rem;
  line-height: 1.38;
  color: var(--wh-ivory);
}

.wh-footer__links :is(h3,h4),
.wh-footer__contact :is(h3,h4) {
  color: var(--wh-gold) !important;
  font-weight: 600;
}

.wh-footer__links a,
.wh-footer__contact a,
.wh-footer__bottom a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.wh-footer__links a:hover,
.wh-footer__contact a:hover,
.wh-footer__bottom a:hover {
  color: var(--wh-gold);
}

@media (min-width: 768px) {
  h1,
  .wh-hero__content h1 {
    font-size: 4rem;
  }

  h2,
  .wh-section__header h2 {
    font-size: 3.15rem;
  }

  .wh-offset-left,
  .wh-offset-right {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .wh-offset-left > :first-child {
    grid-column: 1 / span 7;
  }

  .wh-offset-left > :last-child {
    grid-column: 7 / span 6;
    margin-top: var(--space-3xl);
  }

  .wh-offset-right > :first-child {
    grid-column: 1 / span 6;
    margin-top: var(--space-3xl);
  }

  .wh-offset-right > :last-child {
    grid-column: 6 / span 7;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 4.8rem;
  }

  .wh-hero__content h1 {
    font-size: 5.5rem;
  }
}

@media (max-width: 640px) {
  .wh-kicker::before,
  .wh-eyebrow::before {
    width: 18px;
  }

  .wh-section__header::after,
  .wh-footer-cta::before {
    margin-top: .9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wh-ken-burns img,
  .wh-ken-burns video {
    animation: none;
  }
}
