:root {
  color-scheme: light;
  --paper: #faf8f1;
  --ink: #18372f;
  --muted: #53605a;
  --green: #173d34;
  --green-hover: #285548;
  --sage: #e9eee5;
  --gold: #e3c779;
  --line: #d5dbd1;
  --display: Georgia, "Times New Roman", serif;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.65;
  background: var(--paper);
  color: var(--ink);
}
* { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .24em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #976900; outline-offset: 5px; }
.price-card-premium :focus-visible, .singles-banner :focus-visible, .join-banner :focus-visible { outline-color: #f5d884; }
main:focus { outline: none; }
h1, h2, h3, p, figure, ul, dl { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.8rem, 5.2vw, 4.8rem); }
h2 { font-size: clamp(2.1rem, 3.6vw, 3.4rem); }
h3 { font-size: 1.12rem; line-height: 1.35; font-weight: 650; }
h1 em { font-weight: 400; color: #4f6d4e; }
p { max-width: 62ch; }
p + p { margin-top: 1rem; }
address { font-style: normal; }
section, [id] { scroll-margin-top: 1.5rem; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 88px; }
.eyebrow { display: block; margin-bottom: 1.25rem; font-size: .74rem; line-height: 1.4; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lede { font-size: 1.1rem; line-height: 1.75; color: var(--muted); }
.little-star { color: #9a7424; font-size: 1.6rem; vertical-align: middle; margin-right: .65rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 1.75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.1rem; padding: .82rem 1.3rem; min-height: 48px; border: 1px solid var(--green); border-radius: 5px; background: var(--green); color: #fffdf7; font-weight: 650; font-size: .9rem; line-height: 1.5; text-decoration: none; text-align: center; transition: background-color .15s; }
.button:hover { background: var(--green-hover); text-decoration: none; }
.button-small { min-height: 44px; padding: .65rem 1.15rem; }
.button-outline { background: transparent; color: var(--green); }
.button-outline:hover { background: var(--sage); }
.button-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.button-gold:hover { background: #eed598; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; padding-block: .65rem; font-size: .91rem; font-weight: 650; }
.skip-link { position: absolute; z-index: 10; left: 1rem; top: .5rem; padding: .65rem 1rem; background: var(--green); color: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; flex-shrink: 0; text-decoration: none; }
.brand-name { font-family: var(--display); font-size: 1.65rem; line-height: 1.1; letter-spacing: -.05em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 1.85rem; font-size: .85rem; font-weight: 650; }
.site-nav > a:not(.button) { text-decoration: none; min-height: 44px; display: flex; align-items: center; }
.site-nav > a:hover, .site-nav > a[aria-current] { text-decoration: underline; text-underline-offset: .5em; }
.menu-toggle { color: var(--green); background: transparent; border: 1px solid var(--green); padding: .55rem .8rem; border-radius: 4px; min-height: 44px; font-weight: 650; }
.menu-toggle span { margin-left: .5rem; }
.hero { display: grid; grid-template-columns: 1fr 1.06fr; gap: 56px; align-items: center; padding-block: 64px; }
.hero-copy .lede { max-width: 43ch; margin-top: 1.5rem; font-size: 1rem; }
.hero-note { font-size: .8rem; margin-top: 1.4rem; color: var(--muted); }
.hero-figure { min-width: 0; }
.photo { display: block; overflow: hidden; border-radius: 9px; background: var(--sage); }
.photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-photo { border-radius: 9px 88px 9px 9px; }
.hero-photo img { aspect-ratio: 1.05; object-position: 58% 50%; }
figcaption { display: flex; justify-content: space-between; gap: .75rem; margin-top: .8rem; font-size: .73rem; color: var(--muted); }
.visit-strip { background: var(--sage); border-block: 1px solid var(--line); }
.visit-strip-inner { display: grid; grid-template-columns: 1fr 1.05fr .85fr; gap: 40px; padding-block: 38px; }
.visit-strip h2 { font-size: 1.85rem; margin-bottom: 1rem; }
.visit-strip .eyebrow { margin-bottom: .7rem; }
.visit-strip address { font-size: .9rem; }
.visit-strip h3 { font-size: .96rem; margin-bottom: 1rem; }
.hours { font-size: .91rem; }
.hours > div { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 0 1.25rem; border-bottom: 1px solid var(--line); padding-block: .6rem; }
.hours dt { font-weight: 500; }
.hours dd { margin: 0; text-align: right; }
.visit-strip-last { padding-left: 30px; border-left: 1px solid #c7cec2; }
.visit-strip-last p { font-size: .91rem; }
.round-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid #aebba6; border-radius: 50%; margin-bottom: 1rem; font-size: 1.5rem; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.section-copy > p:not(.eyebrow) { margin-top: 1.4rem; color: var(--muted); }
.section-copy > .button { margin-top: 1.8rem; }
.price-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding-block: 1.75rem 1rem; }
.price-summary > div { border-top: 1px solid var(--line); padding-top: 1rem; }
.price-summary h3 { font-size: .85rem; margin-bottom: .55rem; }
.price-summary p { font-size: .86rem; color: var(--muted); }
.price-summary p + p { margin-top: .3rem; }
.price-summary strong { font-family: var(--display); font-size: 2rem; color: var(--ink); font-weight: 400; }
.shop-section { background: #f0efe5; }
.category-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; margin-top: 1.4rem; }
.category-list li { border-bottom: 1px solid #c5cdbc; padding: .35rem .45rem; font-size: .8rem; }
.singles-banner { background: var(--green); color: var(--paper); border-radius: 10px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; padding: 60px 64px; overflow: hidden; }
.singles-banner .eyebrow { color: var(--gold); }
.singles-banner p:not(.eyebrow) { margin-block: 1.5rem 1.75rem; max-width: 43ch; color: #e0e8da; }
.card-art { position: relative; height: 290px; width: 260px; justify-self: center; }
.playing-card { position: absolute; width: 174px; height: 250px; border: 1px solid #95a78e; border-radius: 11px; background: #325345; top: 12px; left: 38px; }
.card-back { transform: rotate(-24deg) translate(-32px, 0); }
.card-middle { transform: rotate(-8deg); background: #6d7d59; }
.card-front { transform: rotate(12deg) translate(25px, -3px); background: #e8debc; color: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.8rem; border: 9px solid #c3b589; outline: 1px solid #e8debc; font-family: var(--display); font-size: 1.2rem; }
.card-front img { width: 76px; height: 76px; }
.closing-section { padding-block: 0 88px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.closing-section p:not(.eyebrow) { margin-block: 1.5rem; max-width: 46ch; }
.closing-note { text-align: center; border-left: 1px solid var(--line); padding: 40px; }
.closing-note .little-star { font-size: 2.5rem; }
.closing-note p { font-family: var(--display); font-size: 1.9rem; line-height: 1.4; }
.site-footer { background: var(--sage); border-top: 1px solid var(--line); padding-block: 48px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 48px; }
.footer-grid > div > p { font-size: .85rem; margin-top: .8rem; }
.footer-grid h2 { font-family: inherit; font-size: .85rem; font-weight: 700; letter-spacing: 0; margin-block: 1rem; }
.footer-grid .text-link { display: flex; width: fit-content; padding-block: .4rem; font-size: .82rem; min-height: 36px; }
.contact-links { display: grid; justify-items: start; }
.contact-links a { font-size: .9rem; padding-block: .4rem; min-height: 36px; overflow-wrap: anywhere; }
.social-links { list-style: none; padding: 0; display: flex; flex-wrap: wrap; column-gap: 1rem; margin-top: 1rem; }
.social-links a { display: inline-flex; align-items: center; gap: .3rem; font-size: .8rem; min-height: 44px; }
.copyright { color: var(--muted); }
.visit-hero { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; padding-block: 64px 28px; }
.visit-hero .lede { margin-top: 1.5rem; }
.hero-address { margin-top: 1.25rem; font-size: 1.1rem; font-weight: 650; }
.visit-parking { margin-top: 1rem; font-size: .87rem; }
.storefront-photo { border-radius: 9px 9px 64px 9px; }
.storefront-photo img { aspect-ratio: 1.1; object-position: 60% 50%; }
.visit-details { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; padding-top: 48px; }
.hours-panel { background: var(--sage); border-radius: 8px; padding: 36px; align-self: start; }
.hours-panel > p:not(.eyebrow) { margin-block: 1rem; }
.hours-panel .hours { margin-top: 1.5rem; }
.small-note { font-size: .84rem; color: var(--muted); }
.travel-panel h3 { margin-block: 1.8rem .65rem; }
.travel-panel p { font-size: .95rem; }
.route-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; margin-top: 1rem; }
.route-link { display: flex; gap: .5rem; align-items: center; justify-content: center; min-height: 44px; padding: .35rem .75rem; border: 1px solid var(--line); border-radius: 4px; font-size: .9rem; }
.play-section { background: #f0efe5; }
.visit-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.visit-contact p { margin-block: 1.25rem; }
.visit-contact .contact-links a { font-size: 1.1rem; min-height: 44px; }
.contact-join { border-top: 1px solid var(--line); padding-top: 1.75rem; margin-top: 2rem; }
.membership-intro { text-align: center; padding-block: 72px 64px; }
.membership-intro .lede { max-width: 57ch; margin: 1.5rem auto 0; }
.membership-intro .actions { justify-content: center; }
.membership-options { padding-bottom: 80px; }
.section-heading { margin-bottom: 2rem; }
.section-heading h2 { font-size: 2.25rem; }
.section-heading p:last-child { margin-top: 1rem; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: #fffef9; }
.plan-label { font-size: .68rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin-bottom: .7rem; }
.price-card h3 { font-size: 1.2rem; }
.price-card .price { margin-block: 1.2rem 1.5rem; font-family: var(--display); font-size: 3rem; line-height: 1; letter-spacing: -.045em; }
.price span { font-family: "Segoe UI", Arial, sans-serif; font-size: .9rem; letter-spacing: 0; margin-left: .5rem; }
.price-card > p:not(.price, .plan-label, .renewal-note) { font-size: .92rem; }
.price-card > .button { margin-top: auto; align-self: stretch; }
.price-card > p + .button { margin-top: 1.5rem; }
.check-list { list-style: none; padding: 1.5rem 0 2rem; font-size: .9rem; }
.check-list li { position: relative; padding-left: 1.65rem; }
.check-list li + li { margin-top: .8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; }
.day-offer { border-top: 1px solid var(--line); margin-block: 1.5rem; padding-top: 1rem; font-size: .83rem; }
.offer-terms { padding-left: 1.1rem; margin-top: .7rem; }
.offer-terms li + li { margin-top: .5rem; }
.price-card-premium { background: var(--green); color: var(--paper); border-color: var(--green); }
.price-card-premium .plan-label { color: var(--gold); }
.price-card-premium .button { margin-top: auto !important; }
.price-card-premium > p:not(.price, .plan-label, .renewal-note) { margin-bottom: 1.5rem; }
.renewal-note { font-size: .76rem; text-align: center; margin-top: .8rem; }
.account-note { margin: 1.5rem auto 0; font-size: .88rem; text-align: center; max-width: 83ch; color: var(--muted); }
.benefits-section { background: var(--sage); }
.benefits-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.benefits-layout .lede { margin-top: 1.25rem; }
.membership-figure { margin-top: 2rem; max-width: 440px; }
.membership-photo img { aspect-ratio: 4 / 3; }
.benefit-list { padding: 0; list-style: none; }
.benefit-list li { padding-block: 1.5rem; border-top: 1px solid #bcc9b7; }
.benefit-list h3 { margin-bottom: .6rem; }
.benefit-list p { font-size: .94rem; }
.benefits-layout .button { margin-top: 1.5rem; background: var(--green); color: var(--paper); border-color: var(--green); }
.faq-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; }
.faq-section > div > p:not(.eyebrow) { margin-top: 1.5rem; color: var(--muted); }
.policy-links { display: grid; justify-items: start; margin-top: 1.2rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 650; padding: 1.35rem 1.5rem 1.35rem 0; min-height: 48px; }
summary::marker { color: #577448; }
details p { font-size: .94rem; margin: 0 0 1.5rem; color: var(--muted); }
.join-banner { background: var(--green); color: var(--paper); padding-block: 56px; }
.join-banner > .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 2rem; }
.join-banner .eyebrow { color: var(--gold); }
.join-banner p:last-child { margin-top: 1rem; }
.not-found { padding-block: 80px; }
.not-found .lede { margin-top: 2rem; }
.not-found-links { display: flex; align-items: center; flex-wrap: wrap; gap: 2rem; margin-block: 2rem; }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .site-nav { gap: 1rem; }
  .hero, .visit-hero { gap: 32px; }
  .split-section, .visit-details, .benefits-layout, .faq-section { gap: 40px; }
  .visit-strip-inner { gap: 28px; grid-template-columns: 1fr 1.15fr; }
  .visit-strip-last { grid-column: 1 / -1; padding: 1.25rem 0 0; border-left: none; border-top: 1px solid var(--line); }
  .visit-strip-last .round-icon { display: none; }
  .visit-strip-last h3 { margin-bottom: .35rem; }
  .price-card { padding: 22px; }
  .footer-grid { gap: 28px; }
}
@media (max-width: 900px) {
  .header-inner { gap: 1rem; min-height: 88px; }
  .site-nav { gap: .8rem; font-size: .76rem; }
  .brand-name { font-size: 1.4rem; }
  .site-nav .button { padding-inline: .8rem; font-size: .76rem; }
  .hero-photo img { aspect-ratio: .85; }
  .hero .actions { align-items: stretch; }
  .hero .button { padding-inline: 1rem; }
  .singles-banner { padding: 44px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .price-card { padding: 30px; }
  .price-card > .button { align-self: start; margin-top: 1.25rem !important; }
  .price-card-premium .renewal-note { text-align: left; }
  .price-card .check-list { padding-bottom: .5rem; }
  .day-offer { margin-bottom: 0; }
  .visit-contact { gap: 40px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { flex-wrap: wrap; padding-block: 10px; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: .4rem 1.25rem; font-size: .9rem; padding-block: .5rem; }
  .site-nav .button { font-size: .85rem; }
  .has-menu .site-nav { display: none; }
  .has-menu .site-nav.is-open { display: flex; }
  .section { padding-block: 56px; }
  .hero { padding-block: 40px; }
  .hero, .visit-hero, .split-section, .visit-details, .visit-contact, .benefits-layout, .faq-section { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  h1 { font-size: clamp(2.75rem, 9vw, 4rem); }
  .hero h1 br { display: none; }
  .hero h1 { max-width: 12ch; }
  .hero-copy .lede { max-width: 50ch; }
  .hero-note { margin-top: 1rem; }
  .hero-photo { border-top-right-radius: 60px; }
  .hero-photo img { aspect-ratio: 4 / 3; }
  .visit-strip-inner { grid-template-columns: 1fr; padding-block: 30px; gap: 28px; }
  .visit-strip h2 br { display: none; }
  .visit-strip h2 { font-size: 1.7rem; }
  .visit-strip-last { grid-column: auto; }
  .split-section figure { order: 2; }
  .split-section .section-copy { order: 1; }
  .shop-section .section-copy > .button { margin-top: 1.4rem; }
  .singles-banner { grid-template-columns: 1fr; padding: 32px; gap: 24px; }
  .card-art { height: 220px; transform: scale(.8); transform-origin: top center; margin-bottom: -30px; }
  .closing-section { grid-template-columns: 1fr; gap: 28px; padding-bottom: 56px; }
  .closing-note { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; text-align: left; }
  .closing-note p { font-size: 1.65rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid h2 { margin-top: 0; }
  .visit-hero { padding-block: 40px 0; }
  .visit-hero .storefront-photo img { aspect-ratio: 4 / 3; }
  .hours-panel { padding: 26px; }
  .travel-panel { padding-top: 10px; }
  .membership-intro { text-align: left; padding-block: 44px; }
  .membership-intro h1 br { display: none; }
  .membership-intro .lede { margin-inline: 0; }
  .membership-intro .actions { justify-content: start; }
  .membership-options { padding-bottom: 48px; }
  .section-heading h2 { font-size: 1.85rem; }
  .price-card { padding: 26px; }
  .benefits-layout { gap: 28px; }
  .membership-figure { max-width: none; }
  .faq-section { gap: 28px; }
  .join-banner { padding-block: 40px; }
  .not-found { padding-block: 48px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .hero .button, .visit-hero .button { flex: 1 1 auto; }
  .price-summary { gap: 1rem; }
  .hours-panel, .price-card { padding: 20px; }
  .singles-banner { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .site-header, .site-footer, .card-art, .menu-toggle { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 20px; }
  .photo { max-height: 240px; }
  .pricing-grid { display: block; }
  .price-card { margin-bottom: 20px; break-inside: avoid; }
}
