:root {
  --ink: #11100e;
  --cream: #f2eee7;
  --paper: #fbfaf7;
  --sand: #c9ab82;
  --line: rgba(17, 16, 14, .16);
  --serif: 'Italiana', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 11px 16px; color: white; background: var(--ink); transform: translateY(-150%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #a7835c; outline-offset: 4px; }

.site-header { height: 92px; padding: 0 5vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; background: rgba(251,250,247,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo-wrap { width: 72px; height: 72px; display: grid; place-items: center; flex: 0 0 72px; overflow: hidden; border: 1px solid rgba(17,16,14,.12); border-radius: 50%; background: #eee8df; }
.brand-logo { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transform: scale(1.26); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 52px); font-size: .9rem; }
.main-nav a { position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: var(--ink); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-instagram { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.header-instagram:hover, .header-instagram:focus-visible { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.header-instagram svg { width: 22px; height: 22px; }

.button { min-height: 50px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.button-large { min-height: 62px; padding-inline: 34px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.hero { min-height: calc(100vh - 92px); position: relative; isolation: isolate; display: flex; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 40%; z-index: -2; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.46) 42%, rgba(0,0,0,.08) 75%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 50%); z-index: -1; }
.hero-content { width: min(830px, 86vw); padding: 9vh 7vw 10vh; }
.eyebrow { margin: 0 0 22px; font-size: .75rem; font-weight: 600; letter-spacing: .24em; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(4rem, 9vw, 8.7rem); }
.hero h1 em, h2 em { color: var(--sand); font-weight: 400; }
.hero-text { max-width: 560px; margin: 34px 0; font-size: clamp(1rem, 1.3vw, 1.18rem); color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-index { position: absolute; right: 4vw; bottom: 4vh; font-size: .68rem; letter-spacing: .22em; }

.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 6vw; background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-fact { min-height: 110px; padding: 22px 24px; display: flex; align-items: center; gap: 17px; border-right: 1px solid var(--line); }
.quick-fact:first-child { padding-left: 0; }
.quick-fact:last-child { border-right: 0; }
.quick-fact svg { width: 28px; height: 28px; }
.pet-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border: 1px solid rgba(167,131,92,.34); border-radius: 50%; color: #a7835c; background: rgba(167,131,92,.08); }
.pet-icon svg { width: 27px; height: 27px; }
.fact-icon { flex: 0 0 34px; color: #a7835c; font-family: var(--serif); font-size: 1.3rem; }
.quick-fact p { display: grid; margin: 0; }
.quick-fact strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.quick-fact p span { color: #6e675f; font-size: .75rem; }

.section { padding: 76px 6vw; }
.work-heading h2, .prices-heading h2, .promotions-heading h2, .partners-heading h2, .reviews-heading h2 { width: 100%; max-width: none; font-size: clamp(3.3rem, 6.5vw, 7.1rem); }
.partners-heading h2 { font-size: clamp(2.9rem, 5.1vw, 5.8rem); }
.work-heading h2 { font-size: clamp(2.35rem, 3.8vw, 4rem); white-space: nowrap; }

.prices { background: var(--paper); }
.prices-heading { display: block; margin-bottom: 42px; }
.prices-heading h2, .location h2 { font-size: clamp(3.3rem, 6.5vw, 7.1rem); }
.prices-heading > p:not(.eyebrow, .cash-price-note) { max-width: none; margin: 24px 0 0; color: #5d5952; font-size: .95rem; white-space: nowrap; }
.prices-heading .cash-price-note { width: fit-content; margin: 18px 0 0; padding: 10px 16px; color: var(--ink); background: var(--cream); border-left: 3px solid #a7835c; font-size: .85rem; }
.cash-price-note strong { color: #a7835c; }
.price-groups { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.price-group { min-height: 280px; padding: 30px 36px 34px 0; border-bottom: 1px solid var(--line); }
.price-group:nth-of-type(odd) { padding-right: 6vw; border-right: 1px solid var(--line); }
.price-group:nth-of-type(even) { padding-left: 6vw; }
.price-number { margin: 0 0 18px; color: #8a8379; font-size: .75rem; letter-spacing: .2em; }
.price-group h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; }
.price-group ul { margin: 0; padding: 0; list-style: none; }
.price-group li { min-height: 44px; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; border-bottom: 1px dashed rgba(17,16,14,.13); }
.price-group li span { color: #4f4a44; }
.price-marker { color: #9a744c; font-size: .8em; font-weight: 700; }
.price-footnote { margin: 12px 0 0; color: #9a744c; font-size: .72rem; font-weight: 600; letter-spacing: .04em; }
.price-footnote span { font-weight: 800; }
.price-group li strong { white-space: nowrap; font-size: .94rem; font-weight: 600; }
.benefits-ticker { grid-column: 1 / -1; overflow: hidden; color: white; background: var(--ink); }
.benefits-ticker-track { width: max-content; display: flex; animation: benefits-scroll 32s linear infinite; }
.benefits-ticker-track span { padding: 15px 0; white-space: nowrap; font-size: .76rem; font-weight: 600; letter-spacing: .12em; }
@keyframes benefits-scroll { to { transform: translateX(-50%); } }
.price-note { margin-top: 36px; padding: 24px 28px; display: flex; justify-content: space-between; gap: 30px; align-items: center; background: var(--cream); }
.price-note p { margin: 0; }

.promotions { background: #a7835c; color: white; }
.promotions-heading, .partners-heading { display: block; margin-bottom: 36px; }
.promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.promo-card { min-height: 295px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.35); }
.promo-featured { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.promo-label { margin: 0 auto auto 0; font-size: .75rem; font-weight: 600; letter-spacing: .2em; }
.promo-value { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 6vw, 6.2rem); line-height: .82; }
.promo-value-word { font-size: clamp(3.3rem, 5vw, 5.2rem); }
.promo-card h3 { margin: 14px 0 7px; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.promo-card > p:last-child { margin: 0; color: inherit; opacity: .8; }
.promo-terms { margin: 18px 0 0; font-size: .78rem; opacity: .72; }

.partners { background: var(--cream); }
.partner-wordmark { color: var(--ink); font-weight: 600; line-height: .82; letter-spacing: -.07em; }
.partner-wordmark-sport { width: 140px; height: 86px; display: flex; align-items: center; justify-content: center; font-size: 1.65rem; font-style: italic; }
.partner-wordmark-sport strong { font-weight: 400; }
.partner-logo-sportclub { width: 140px; height: 86px; object-fit: contain; padding: 10px; border-radius: 3px; background: #fff; filter: grayscale(1) contrast(1.08); }
.partner-wordmark-circle { width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--ink); border-radius: 50%; }
.partner-wordmark-circle strong { font-size: 1.05rem; letter-spacing: -.05em; }
.partner-wordmark-circle small { margin-top: 8px; font-size: .44rem; font-weight: 600; letter-spacing: .3em; }
.partner-wordmark-omega { color: white; background: var(--ink); }
.partner-wordmark-omega strong { font-style: italic; }
.partner-offers { display: grid; grid-template-columns: .86fr 1.34fr; gap: 12px; }
.partner-offer { min-height: 310px; padding: 30px; display: grid; grid-template-columns: 140px minmax(0, 1fr); align-items: center; gap: 28px; background: var(--paper); border: 1px solid var(--line); }
.community-offer { grid-template-columns: 110px minmax(0, 1fr); }
.sport-offer { color: white; background: var(--ink); }
.sport-offer .partner-wordmark { color: white; }
.partner-brand-column { display: grid; place-items: center; }
.partner-brand-stack { gap: 14px; }
.partner-offer .promo-label { margin: 0 0 14px; }
.partner-discount { margin: 0; color: #c9ab82; font-family: var(--serif); font-size: clamp(3.4rem, 4.6vw, 5.1rem); line-height: .92; }
.partner-offer h3 { margin: 12px 0 9px; font-family: var(--serif); font-size: clamp(1.7rem, 2.2vw, 2.35rem); font-weight: 400; line-height: 1.05; }
.partner-offer-copy > p:last-child { margin-bottom: 0; opacity: .75; }
.benefit-list { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.benefit-list p { min-height: 45px; margin: 0; padding: 7px 0; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); }
.benefit-list strong { flex: 0 0 82px; color: #a7835c; font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.benefit-list span { color: #585149; font-size: .76rem; line-height: 1.3; }

.work { background: var(--ink); color: white; }
.work-heading { margin-bottom: 32px; }
.gallery-filters { margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.gallery-filters button { min-height: 44px; padding: 0 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: rgba(255,255,255,.8); background: transparent; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.gallery-filters button:hover, .gallery-filters button:focus-visible, .gallery-filters button.is-active { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.gallery-item { min-width: 0; margin: 0; }
.gallery-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #1b1917; }
.gallery-media img, .gallery-media video { width: 100%; height: 100%; object-fit: cover; }
.gallery-miel .gallery-media img { transform: scale(1.4); transform-origin: center 47%; object-position: center; }
.gallery-item figcaption { padding-top: 12px; color: rgba(255,255,255,.68); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.gallery-item.is-filtered-out { display: none; }
.gallery-video { align-self: end; }
.gallery[data-filter="all"] .gallery-video { grid-column: 2; }
.portfolio-video { background: #1b1917; cursor: pointer; }
.portfolio-video-toggle { position: absolute; top: 22px; right: 22px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; background: rgba(0,0,0,.25); backdrop-filter: blur(8px); cursor: pointer; }

.reviews { background: var(--paper); }
.reviews-heading { display: block; margin-bottom: 40px; }
.reviews-heading .text-link { width: fit-content; margin-top: 28px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.review-card { min-height: 285px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stars { color: #b38a48; letter-spacing: .12em; }
.review-card blockquote { margin: 26px 0; color: #302d29; font-family: var(--sans); font-size: 1rem; line-height: 1.62; }
.review-card > p { display: grid; margin: auto 0 0; }
.review-card > p strong { font-size: .83rem; }
.review-card > p span { color: #746e66; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; background: var(--paper); }
.faq-heading h2 { font-size: clamp(3rem, 5vw, 5.7rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: var(--serif); font-size: 1.35rem; }
.faq-list details p { max-width: 720px; margin: 14px 0 0; color: #4f4a44; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: end; background: var(--cream); }
.about-heading h2 { font-size: clamp(3rem, 5vw, 5.7rem); }
.about-copy p { max-width: 720px; margin: 0; color: #4f4a44; font-size: clamp(1.1rem, 1.45vw, 1.35rem); line-height: 1.65; }
.dark-link { color: var(--ink); }

.location { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: center; background: var(--paper); }
.location-copy > p:not(.eyebrow) { margin: 14px 0; color: #5d5952; }
.location-copy .button { margin-top: 25px; }
.map-wrap { position: relative; min-height: 510px; overflow: hidden; background: var(--cream); }
.map-wrap iframe { width: 100%; height: 510px; border: 0; filter: grayscale(1) contrast(.9); }
.map-wrap > a { position: absolute; right: 18px; bottom: 18px; padding: 14px 18px; border-radius: 999px; color: white; background: var(--ink); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(0,0,0,.2); }

.contact { display: grid; grid-template-columns: minmax(360px, .8fr) 1.2fr; background: #a7835c; color: white; }
.contact-image { min-height: 620px; overflow: hidden; }
.contact-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.contact-panel { display: grid; grid-template-columns: 1fr; align-content: center; gap: 48px; }
.contact h2 { font-size: clamp(4rem, 9vw, 9rem); }
.contact-copy > p:last-child { max-width: 600px; margin: 32px 0 0; color: rgba(255,255,255,.82); }
.contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 30px; }
.contact-actions p { margin: 0; }
.contact-details { display: grid; gap: 22px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-details a { width: fit-content; border-bottom: 1px solid rgba(255,255,255,.5); }

.footer { min-height: 180px; padding: 45px 6vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--ink); color: white; font-size: .76rem; }
.footer > a:last-child { justify-self: end; }
.footer p { color: rgba(255,255,255,.55); }
.brand-logo-wrap-footer { background: var(--cream); border-color: rgba(255,255,255,.28); }
.brand-logo-footer { filter: none; mix-blend-mode: multiply; }
.floating-contact { position: fixed; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; z-index: 40; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 10px 30px rgba(0,0,0,.24); }
.floating-contact svg { width: 31px; fill: currentColor; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto auto; gap: 12px; padding-inline: 22px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 75px 0 auto; padding: 32px 24px 38px; display: none; align-items: flex-start; flex-direction: column; gap: 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav a { min-height: 44px; display: flex; align-items: center; }
  .main-nav.is-open { display: flex; }
  .promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .hero { min-height: calc(100svh - 76px); }
  .hero > img { object-position: 62% center; }
  .hero-content { padding: 80px 24px 70px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .section { padding: 60px 24px; }
  .work-heading h2, .prices-heading h2, .promotions-heading h2, .partners-heading h2, .reviews-heading h2 { font-size: clamp(2.8rem, 11vw, 5.4rem); }
  .work-heading h2, .partners-heading h2 { font-size: clamp(2.55rem, 9.5vw, 4.6rem); }
  .work-heading h2 { white-space: normal; }
  .gallery { grid-template-columns: 1fr; }
  .gallery[data-filter="all"] .gallery-video { grid-column: auto; }
  .about, .faq { grid-template-columns: 1fr; gap: 26px; }
  .contact { grid-template-columns: 1fr; }
  .contact-image { min-height: 115vw; max-height: 720px; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); padding-inline: 24px; }
  .quick-fact, .quick-fact:first-child { padding-left: 18px; border-bottom: 1px solid var(--line); }
  .quick-fact:nth-child(2) { border-right: 0; }
  .price-groups, .partner-offers, .location { grid-template-columns: 1fr; }
  .price-group, .price-group:nth-of-type(odd), .price-group:nth-of-type(even) { min-height: auto; padding: 36px 0; border-right: 0; }
  .prices-heading > p:not(.eyebrow, .cash-price-note) { white-space: normal; }
  .price-note { align-items: flex-start; flex-direction: column; }
  .promo-card, .partner-offer { min-height: 280px; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 480px; height: 480px; }
  .footer { grid-template-columns: 1fr; text-align: left; }
  .footer > a:last-child { justify-self: start; }
}

@media (max-width: 520px) {
  .brand-logo-wrap { width: 58px; height: 58px; flex-basis: 58px; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.04) 72%); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-index { display: none; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-fact, .quick-fact:first-child { min-height: 108px; padding: 20px 0; border-right: 0; }
  .partner-wordmark-circle { width: 82px; height: 82px; }
  .partner-wordmark-circle strong { font-size: .9rem; }
  .partner-wordmark-circle small { margin-top: 6px; font-size: .38rem; }
  .partner-wordmark-sport { width: 88px; height: 62px; font-size: 1.08rem; }
  .partner-logo-sportclub { width: 82px; height: 66px; padding: 7px; }
  .header-instagram { width: 44px; height: 44px; }
  .partner-offer, .community-offer { padding: 22px; grid-template-columns: 88px minmax(0, 1fr); gap: 18px; }
  .promo-grid { grid-template-columns: 1fr; }
  .benefit-list { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .contact h2 { font-size: clamp(3.7rem, 20vw, 6rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .benefits-ticker-track { animation: none; }
}
