/*
Theme Name: Ash & Oak Lounge
Theme URI: https://theashoaklounge.com
Author: Ash & Oak Lounge
Description: A sophisticated, image-led pre-opening theme designed to build interest in Ash & Oak Lounge.
Version: 2.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ash-oak-lounge
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ink: #080604;
  --espresso: #130d08;
  --brown: #21150d;
  --gold: #b68a46;
  --gold-bright: #d6b46f;
  --cream: #eee3ce;
  --muted: #ad9c82;
  --line: rgba(182, 138, 70, 0.32);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--gold) var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -8%, rgba(120, 73, 29, 0.2), transparent 26rem),
    var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 999;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
  mix-blend-mode: soft-light;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 12px;
  left: 12px;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  background: var(--gold-bright);
  color: var(--ink);
}

.image-surface {
  background-image: var(--ao-image);
  background-position: center;
  background-size: cover;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(238, 227, 206, 0.12);
  background: linear-gradient(180deg, rgba(6, 4, 3, 0.84), transparent);
  transition:
    min-height 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(182, 138, 70, 0.24);
  background: rgba(8, 6, 4, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

body.admin-bar .site-header {
  top: 32px;
}

#experience,
#craft,
#membership,
#events,
#interest {
  scroll-margin-top: 94px;
}

.header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.header-brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: 50% 58%;
  border: 1px solid rgba(182, 138, 70, 0.38);
  border-radius: 50%;
  mix-blend-mode: screen;
}

.header-brand span {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-navigation a {
  position: relative;
  color: rgba(238, 227, 206, 0.75);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-navigation a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-navigation .nav-cta {
  padding: 12px 18px;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  transition:
    color 180ms ease,
    background 180ms ease;
}

.primary-navigation .nav-cta:hover,
.primary-navigation .nav-cta:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 3, 2, 0.97) 0%, rgba(5, 3, 2, 0.8) 38%, rgba(5, 3, 2, 0.16) 78%),
    linear-gradient(0deg, var(--ink) 0%, transparent 31%),
    repeating-linear-gradient(90deg, transparent 0 83px, rgba(255, 255, 255, 0.018) 84px);
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(105deg, transparent 55%, rgba(214, 180, 111, 0.1) 73%, transparent 74%);
}

.hero-shell {
  width: var(--shell);
}

.hero-content {
  width: min(700px, 68%);
  padding: 188px 0 112px;
}

.hero-logo {
  width: min(350px, 78vw);
  margin: 0 0 32px -18px;
  mix-blend-mode: screen;
  filter: contrast(1.06);
}

.coming-soon {
  margin: 0 0 13px;
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: 0.36em;
  line-height: 1;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.6;
  text-transform: uppercase;
}

.kicker::before {
  width: 38px;
  height: 1px;
  flex: 0 0 auto;
  content: "";
  background: var(--gold);
}

.kicker.centered {
  justify-content: center;
}

.hero h1,
.section h2,
.craft h2,
.membership h2,
.interest h2,
.standard-header h1 {
  margin: 22px 0 20px;
  font-family: var(--serif);
  font-size: clamp(54px, 7.4vw, 94px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.93;
}

.hero h1 {
  max-width: 680px;
}

.hero h1 em {
  color: var(--gold-bright);
  font-weight: 400;
}

.hero-copy {
  max-width: 610px;
  margin: 0;
  color: rgba(238, 227, 206, 0.76);
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 36px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--gold-bright);
}

.text-link {
  color: var(--cream);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  color: var(--gold-bright);
  content: "  →";
}

.hero-proof {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 64px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  border: 1px solid rgba(238, 227, 206, 0.15);
  background: rgba(8, 6, 4, 0.72);
  backdrop-filter: blur(10px);
}

.hero-proof div {
  min-width: 138px;
  padding: 19px 22px;
  border-right: 1px solid rgba(238, 227, 206, 0.11);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.hero-proof strong.word {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-proof span {
  color: rgba(238, 227, 206, 0.56);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: 118px 0;
}

.experience {
  background:
    radial-gradient(circle at 15% 40%, rgba(114, 68, 26, 0.16), transparent 30rem),
    var(--ink);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.section h2,
.craft h2,
.membership h2 {
  margin-top: 14px;
  font-size: clamp(46px, 5.7vw, 74px);
  line-height: 0.98;
}

.section-lede {
  margin: 0;
  color: rgba(238, 227, 206, 0.67);
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.38;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 18px;
}

.experience-main {
  position: relative;
  z-index: 0;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(182, 138, 70, 0.2);
  isolation: isolate;
}

.experience-main::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 36%, rgba(5, 3, 2, 0.96) 100%),
    linear-gradient(90deg, rgba(5, 3, 2, 0.4), transparent 65%);
}

.image-card-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 90%);
  padding: 38px;
}

.section-number {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 20px;
}

.image-card-copy h3,
.detail-card h3,
.craft-block h3,
.event-types h3,
.tiers strong {
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
}

.image-card-copy p,
.detail-card p,
.craft-block p,
.event-types p {
  margin: 0;
  color: rgba(238, 227, 206, 0.67);
  font-size: 12px;
  line-height: 1.85;
}

.experience-details {
  display: grid;
  gap: 18px;
}

.detail-card {
  position: relative;
  min-height: 231px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(182, 138, 70, 0.2);
  isolation: isolate;
}

.detail-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 6, 4, 0.16), rgba(8, 6, 4, 0.97));
}

.detail-card-room::before {
  background: linear-gradient(180deg, rgba(8, 6, 4, 0.28), rgba(8, 6, 4, 0.97));
}

.detail-card h3 {
  font-size: 27px;
}

.craft {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(380px, 0.78fr);
  border-block: 1px solid rgba(182, 138, 70, 0.18);
  background: var(--espresso);
}

.craft-image {
  min-height: 680px;
  position: relative;
}

.craft-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 48%, rgba(19, 13, 8, 0.28));
}

.craft-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(36px, 6vw, 90px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    var(--espresso);
  background-size: 100% 84px;
}

.craft-block {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.craft-block h3 {
  margin-top: 0;
  color: var(--gold-bright);
  font-size: 30px;
}

.membership {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  padding: 120px 0;
  isolation: isolate;
}

.membership::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 5, 3, 0.97) 0%, rgba(7, 5, 3, 0.75) 48%, rgba(7, 5, 3, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 5, 3, 0.92), transparent 62%),
    radial-gradient(circle at 75% 38%, rgba(214, 180, 111, 0.12), transparent 20rem);
}

.membership-shell {
  width: var(--shell);
}

.membership-copy {
  position: relative;
  width: min(700px, 70%);
}

.membership-mark {
  position: absolute;
  right: -20px;
  bottom: -35px;
  width: 210px;
  opacity: 0.08;
  mix-blend-mode: screen;
  pointer-events: none;
}

.membership-lede {
  max-width: 610px;
  color: rgba(238, 227, 206, 0.7);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.5;
}

.tiers {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 44px;
}

.tiers article {
  min-height: 155px;
  padding: 24px 22px;
  border: 1px solid rgba(182, 138, 70, 0.32);
  background: rgba(7, 5, 3, 0.74);
  backdrop-filter: blur(8px);
}

.tiers strong {
  display: block;
  margin: 0;
  color: var(--gold-bright);
  font-size: 28px;
}

.tiers span {
  display: block;
  margin-top: 12px;
  color: rgba(238, 227, 206, 0.6);
  font-size: 10px;
  line-height: 1.7;
}

.membership-link {
  display: inline-block;
  margin-top: 30px;
}

.events {
  background:
    radial-gradient(circle at 85% 15%, rgba(114, 68, 26, 0.13), transparent 26rem),
    var(--ink);
}

.events-frame {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(182, 138, 70, 0.22);
  isolation: isolate;
}

.events-frame::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(6, 4, 3, 0.98) 0%, rgba(6, 4, 3, 0.1) 68%),
    linear-gradient(90deg, rgba(6, 4, 3, 0.62), transparent 50%);
}

.event-types {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(182, 138, 70, 0.25);
}

.event-types article {
  min-height: 220px;
  padding: 38px 44px;
  background: rgba(8, 6, 4, 0.9);
  backdrop-filter: blur(8px);
}

.event-types > article > span {
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.event-types h3 {
  font-size: 36px;
}

.interest {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 100px 24px;
  text-align: center;
  isolation: isolate;
}

.interest::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(rgba(7, 5, 3, 0.86), rgba(7, 5, 3, 0.94));
}

.interest::after {
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(182, 138, 70, 0.16);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(182, 138, 70, 0.035);
}

.interest-inner {
  position: relative;
  z-index: 2;
  width: min(740px, 100%);
}

.interest-logo {
  width: 210px;
  margin: 0 auto 24px;
  mix-blend-mode: screen;
}

.interest h2 {
  margin: 16px 0 18px;
  font-size: clamp(52px, 7vw, 86px);
  line-height: 0.98;
}

.interest-inner > p:not(.kicker) {
  max-width: 590px;
  margin: 0 auto 32px;
  color: rgba(238, 227, 206, 0.67);
  font-size: 13px;
  line-height: 1.9;
}

.social-link {
  display: block;
  margin-top: 28px;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer {
  padding: 32px 0;
  border-top: 1px solid rgba(182, 138, 70, 0.2);
  background: #050403;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(238, 227, 206, 0.42);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-inner img {
  width: 90px;
  mix-blend-mode: screen;
}

.standard-page {
  min-height: 70vh;
  padding: 180px 0 100px;
}

.standard-header {
  max-width: 850px;
  margin-bottom: 60px;
}

.standard-header h1 {
  font-size: clamp(48px, 7vw, 82px);
}

.standard-entry {
  max-width: 850px;
  color: rgba(238, 227, 206, 0.72);
}

.standard-entry h2,
.standard-entry h3 {
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 500;
}

.standard-entry a {
  color: var(--gold-bright);
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 800ms var(--ease),
    transform 800ms var(--ease);
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 980px) {
  .primary-navigation {
    gap: 18px;
  }

  .primary-navigation a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 760px;
    align-items: center;
    background-position: 62% center;
  }

  .hero-content {
    width: min(620px, 78%);
    padding: 150px 0 180px;
  }

  .hero-proof {
    right: 24px;
    bottom: 30px;
  }

  .section-heading,
  .experience-grid,
  .craft {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 28px;
  }

  .experience-details {
    grid-template-columns: 1fr 1fr;
  }

  .craft-image {
    min-height: 540px;
  }

  .membership-copy {
    width: min(720px, 92%);
  }
}

@media (max-width: 700px) {
  :root {
    --shell: min(1180px, calc(100vw - 32px));
  }

  .header-inner {
    min-height: 78px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .header-brand img {
    width: 48px;
    height: 48px;
  }

  .header-brand span {
    display: none;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    color: var(--cream);
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .menu-toggle i,
  .menu-toggle i::before {
    display: block;
    width: 23px;
    height: 1px;
    content: "";
    background: var(--gold-bright);
    transition: transform 180ms ease;
  }

  .menu-toggle i::before {
    transform: translateY(6px);
  }

  .menu-open .menu-toggle i {
    transform: rotate(45deg);
  }

  .menu-open .menu-toggle i::before {
    transform: rotate(-90deg);
  }

  .primary-navigation {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 36px;
    background: rgba(8, 6, 4, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .menu-open .primary-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-navigation a:not(.nav-cta) {
    display: block;
  }

  .primary-navigation a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(182, 138, 70, 0.2);
    font-family: var(--serif);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .primary-navigation .nav-cta {
    margin-top: 26px;
    padding: 16px 18px;
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
  }

  .hero {
    min-height: 780px;
    align-items: flex-end;
    background-position: 67% center;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(5, 3, 2, 0.99) 0%, rgba(5, 3, 2, 0.55) 56%, rgba(5, 3, 2, 0.2) 100%),
      repeating-linear-gradient(90deg, transparent 0 83px, rgba(255, 255, 255, 0.018) 84px);
  }

  .hero-content {
    width: 100%;
    padding: 130px 0 210px;
  }

  .hero-logo {
    width: 260px;
    margin-left: -10px;
  }

  .coming-soon {
    font-size: 22px;
    letter-spacing: 0.26em;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-copy {
    font-size: 13px;
  }

  .hero-proof {
    right: 16px;
    bottom: 24px;
    left: 16px;
  }

  .hero-proof div {
    min-width: 0;
    padding: 14px 9px;
    text-align: center;
  }

  .hero-proof strong {
    font-size: 21px;
  }

  .hero-proof span {
    font-size: 7px;
    letter-spacing: 0.09em;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .experience-main {
    min-height: 440px;
  }

  .experience-details,
  .tiers,
  .event-types {
    grid-template-columns: 1fr;
  }

  .detail-card {
    min-height: 280px;
  }

  .image-card-copy {
    padding: 28px;
  }

  .craft-image {
    min-height: 460px;
  }

  .craft-copy {
    padding: 76px 24px;
  }

  .membership {
    min-height: 980px;
    padding: 92px 0;
    background-position: 58% center;
  }

  .membership::before {
    background:
      linear-gradient(0deg, rgba(7, 5, 3, 0.99) 0%, rgba(7, 5, 3, 0.74) 68%, rgba(7, 5, 3, 0.22) 100%),
      radial-gradient(circle at 75% 38%, rgba(214, 180, 111, 0.12), transparent 20rem);
  }

  .membership-copy {
    width: 100%;
  }

  .membership-lede {
    font-size: 22px;
  }

  .membership-mark {
    display: none;
  }

  .tiers article {
    min-height: 0;
  }

  .events-frame {
    min-height: 830px;
  }

  .event-types article {
    min-height: 210px;
    padding: 30px 26px;
  }

  .interest {
    min-height: 650px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
