:root {
  --ivory: #f5efe5;
  --paper: #fffaf1;
  --sand: #e5d4bd;
  --clay: #af6845;
  --clay-dark: #7a3f28;
  --cacao: #241711;
  --coffee: #392319;
  --palm: #465f3e;
  --mist: #9da9a7;
  --line: rgba(36, 23, 17, .14);
  --line-dark: rgba(255, 250, 241, .16);
  --shadow: 0 24px 80px rgba(36, 23, 17, .18);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Outfit", sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

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

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--cacao);
  background:
    linear-gradient(90deg, rgba(36, 23, 17, .045) 1px, transparent 1px) 0 0 / 120px 120px,
    var(--ivory);
  font-family: var(--body);
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body::before {
  content: "🇨🇮 DISPONIBLE 24H/24 · 7J/7 — RÉPONSE GARANTIE SOUS 2 HEURES      +225 07 79 76 25 11";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  display: grid;
  height: 32px;
  place-items: center;
  color: #070604;
  background: #d0b577;
  border-bottom: 1px solid rgba(7, 6, 4, .22);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.lang-fr [data-en],
body.lang-en [data-fr] {
  display: none !important;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 4px;
}

button,
a,
input,
select,
textarea {
  min-height: 44px;
}

button {
  touch-action: manipulation;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 999;
  transform: translateY(-140%);
  padding: 10px 14px;
  background: var(--cacao);
  color: var(--paper);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-grain {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: .24;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(36, 23, 17, .12) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 80%, rgba(36, 23, 17, .10) 0 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
}

.site-header {
  position: fixed;
  inset: 32px 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 24px 40px;
  color: var(--paper);
  transition: color .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), padding .35s var(--ease);
}

.site-header.is-scrolled {
  padding-block: 14px;
  color: var(--sand);
  background: rgba(7, 6, 4, .88);
  border-bottom: 1px solid rgba(217, 189, 124, .18);
  backdrop-filter: blur(18px);
}

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

.brand-logo {
  width: clamp(205px, 20vw, 360px);
  height: auto;
  max-height: 74px;
  aspect-ratio: 866 / 280;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  font-family: var(--display);
  font-size: .8rem;
  letter-spacing: .08em;
}

.brand-text {
  display: grid;
  gap: 2px;
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 26px);
}

.primary-nav a,
.nav-cta,
.lang-toggle,
.text-link {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
}

.primary-nav a {
  position: relative;
  opacity: .76;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform .3s var(--ease);
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lang-toggle,
.menu-toggle {
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.lang-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
}

.nav-cta {
  display: inline-grid;
  min-height: 42px;
  place-items: center;
  padding: 0 18px;
  color: var(--paper);
  background: var(--clay-dark);
}

.site-header.is-scrolled .nav-cta {
  color: var(--paper);
}

.inner-header {
  color: var(--sand);
  background: rgba(7, 6, 4, .92);
  border-bottom: 1px solid rgba(217, 189, 124, .16);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5vw;
  align-items: center;
  padding: 150px 40px 42px;
  color: var(--paper);
  background:
    linear-gradient(118deg, transparent 0 14%, rgba(217, 189, 124, .08) 14.06%, transparent 14.25% 41%, rgba(217, 189, 124, .07) 41.08%, transparent 41.25%),
    radial-gradient(circle at 74% 42%, rgba(217, 189, 124, .07), transparent 22rem),
    #070604;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(217, 189, 124, .11) 1px, transparent 1px) 40px 0 / calc((100vw - 80px) / 3) 100%,
    radial-gradient(circle at 78% 49%, transparent 0 5.2rem, rgba(217, 189, 124, .12) 5.25rem 5.35rem, transparent 5.4rem);
  opacity: .52;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 40px 116px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 250, 241, .35), transparent);
}

.hero-copy,
.hero-visual,
.hero-index {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 1180px;
  min-width: 0;
}

.hero h1 {
  max-width: 1120px;
  font-size: clamp(5.1rem, 9.5vw, 10.6rem);
  line-height: .86;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  color: rgba(245, 239, 229, .72);
  font-family: var(--display);
  font-size: clamp(1.18rem, 1.55vw, 1.65rem);
  font-style: italic;
  line-height: 1.2;
}

.hero-kicker::before {
  content: "";
  display: inline-grid;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  background: rgba(217, 189, 124, .86);
  border: 1px solid rgba(217, 189, 124, .44);
  transform: rotate(-45deg);
}

.hero-kicker span {
  display: inline-block;
}

.eyebrow,
.section-label {
  margin: 0 0 22px;
  color: var(--clay);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 930px;
  margin-bottom: 28px;
  font-size: clamp(4.2rem, 9vw, 9.8rem);
  line-height: .86;
}

h2 {
  font-size: clamp(2.65rem, 6vw, 6.7rem);
  line-height: .92;
}

h1 em,
h2 em {
  color: var(--sand);
  font-style: italic;
  font-weight: 500;
}

h3 {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 450;
  line-height: 1;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 34px;
  color: rgba(255, 250, 241, .62);
  font-size: clamp(1.03rem, 1.45vw, 1.28rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-grid;
  min-height: 52px;
  place-items: center;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--paper);
  background: var(--clay-dark);
  border-color: var(--clay-dark);
}

.button-primary:hover {
  background: var(--clay);
  border-color: var(--clay);
}

.button-quiet {
  color: var(--paper);
  background: rgba(255, 250, 241, .08);
  backdrop-filter: blur(14px);
}

.hero-visual {
  display: none;
  align-self: center;
}

.hero-frame {
  position: relative;
  height: min(68svh, 740px);
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
  clip-path: polygon(12% 0, 100% 0, 100% 86%, 88% 100%, 0 100%, 0 14%);
}

.hero-frame::after,
.experience-image::after,
.fleet-image::after,
.contact-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(36, 23, 17, .22));
  pointer-events: none;
}

.arrival-card {
  position: absolute;
  right: -18px;
  bottom: 34px;
  display: grid;
  gap: 12px;
  width: min(260px, 78vw);
  padding: 22px;
  color: var(--cacao);
  background: rgba(255, 250, 241, .88);
  border: 1px solid rgba(255, 250, 241, .7);
  box-shadow: 0 20px 50px rgba(36, 23, 17, .24);
  backdrop-filter: blur(16px);
}

.arrival-kicker {
  color: var(--clay-dark);
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 1;
}

.hero-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.hero-index div {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 18px 0;
  color: rgba(255, 250, 241, .72);
  border-right: 1px solid var(--line-dark);
}

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

.hero-index strong {
  color: var(--sand);
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 400;
}

.section-pad {
  padding: 120px 40px;
}

.intro-grid,
.section-head,
.fleet-layout,
.contact {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .65fr);
  gap: clamp(36px, 7vw, 110px);
}

.intro h2 {
  max-width: 890px;
}

.intro-copy {
  max-width: 560px;
  align-self: end;
  color: rgba(36, 23, 17, .72);
  font-size: 1.08rem;
  line-height: 1.9;
}

.section-head {
  align-items: end;
  margin-bottom: 48px;
}

.section-head h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.text-link {
  justify-self: end;
  padding-bottom: 6px;
  color: var(--clay-dark);
  border-bottom: 1px solid currentColor;
}

.section-action {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 320px;
  padding: 34px;
  color: var(--cacao);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, .28);
  text-align: left;
  transition: transform .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}

.service-card:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-6px);
  background: rgba(255, 250, 241, .62);
  box-shadow: 0 24px 70px rgba(36, 23, 17, .12);
}

.service-grid-interactive .service-card {
  cursor: pointer;
  border-top: 0;
  border-left: 0;
}

.service-grid-interactive .service-card.is-active {
  background: rgba(36, 23, 17, .94);
  box-shadow: inset 0 0 0 1px rgba(217, 189, 124, .28);
}

.service-grid-interactive .service-card.is-active h3,
.service-grid-interactive .service-card.is-active p,
.service-grid-interactive .service-card.is-active small {
  color: var(--paper);
}

.service-card span {
  display: block;
  margin-bottom: 72px;
  color: var(--clay);
  font-family: var(--display);
  font-size: 1.2rem;
}

.service-card p {
  color: rgba(36, 23, 17, .68);
  line-height: 1.75;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(36, 23, 17, .62);
  font-size: .9rem;
  line-height: 1.45;
  list-style: none;
}

.service-card li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  transform: translateY(-2px);
  background: var(--clay);
}

.service-card small {
  display: inline-block;
  margin-top: 24px;
  color: var(--clay-dark);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-card-feature {
  color: var(--paper);
  background: var(--cacao);
}

.service-card-feature p,
.service-card-feature span,
.service-card-feature ul,
.service-card-feature small {
  color: rgba(255, 250, 241, .72);
}

.identity {
  display: grid;
  grid-template-columns: minmax(320px, .7fr) minmax(0, .9fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  background: var(--paper);
}

.identity-media {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.identity-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.identity-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(36, 23, 17, .28));
}

.identity-copy blockquote {
  margin: 34px 0;
  padding-left: 28px;
  color: var(--clay-dark);
  border-left: 1px solid var(--clay);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.24;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.values-grid div {
  display: grid;
  gap: 9px;
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values-grid strong {
  color: var(--clay-dark);
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.values-grid span {
  color: rgba(36, 23, 17, .68);
  line-height: 1.55;
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  min-height: 760px;
  color: var(--paper);
  background: var(--cacao);
}

.experience-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.experience-copy {
  align-self: center;
  padding: 80px 40px 80px clamp(40px, 8vw, 120px);
}

.experience-copy .eyebrow {
  color: var(--sand);
}

.experience-copy p {
  max-width: 600px;
  color: rgba(255, 250, 241, .72);
  font-size: 1.08rem;
  line-height: 1.85;
}

.experience-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 44px 0 0;
}

.experience-list div {
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.experience-list dt {
  color: var(--sand);
  font-family: var(--display);
  font-size: 2.2rem;
}

.experience-list dd {
  margin: 7px 0 0;
  color: rgba(255, 250, 241, .58);
}

.fleet-image,
.contact-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.fleet-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 5vw, 56px);
  color: var(--paper);
  background: var(--coffee);
}

.fleet-panel p {
  max-width: 560px;
  color: rgba(255, 250, 241, .73);
  line-height: 1.85;
}

.fleet-table {
  display: grid;
  margin-top: 36px;
  border-top: 1px solid var(--line-dark);
}

.fleet-table div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
}

.fleet-table span {
  color: rgba(255, 250, 241, .72);
}

.fleet-table strong {
  color: var(--sand);
  font-weight: 500;
}

.work {
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(255, 250, 241, .045) 1px, transparent 1px) 0 0 / 120px 120px,
    var(--cacao);
}

.work .eyebrow {
  color: var(--sand);
}

.work h2 {
  max-width: 920px;
}

.work-grid,
.event-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.work-card,
.event-card,
.price-panel {
  min-width: 0;
  max-width: 100%;
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 250, 241, .055);
}

.work-card p,
.event-card > span {
  color: var(--sand);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.work-card h3,
.event-card h3 {
  margin: 58px 0 20px;
  color: var(--paper);
}

.work-card span,
.event-card p {
  color: rgba(255, 250, 241, .68);
  line-height: 1.7;
}

.events {
  background: var(--ivory);
}

.section-side-copy {
  max-width: 430px;
  margin: 0;
  color: rgba(36, 23, 17, .66);
  line-height: 1.8;
}

.event-card {
  color: var(--paper);
  background: var(--coffee);
}

.event-card button {
  margin-top: 24px;
  padding: 13px 16px;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-dark);
  cursor: pointer;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.membership {
  background:
    linear-gradient(90deg, rgba(36, 23, 17, .06) 1px, transparent 1px) 0 0 / 120px 120px,
    var(--paper);
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.membership-card {
  min-width: 0;
  max-width: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.membership-card.featured {
  color: var(--paper);
  background: var(--palm);
}

.membership-card p {
  color: var(--clay);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.membership-card.featured p {
  color: var(--sand);
}

.membership-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.membership-card span {
  color: rgba(36, 23, 17, .66);
  line-height: 1.7;
}

.membership-card.featured span {
  color: rgba(255, 250, 241, .72);
}

.pricing {
  color: var(--paper);
  background: var(--cacao);
}

.pricing .eyebrow {
  color: var(--sand);
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-panel h3 {
  color: var(--paper);
  margin-bottom: 30px;
}

.price-panel div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line-dark);
}

.price-panel span,
.terms {
  color: rgba(255, 250, 241, .68);
  line-height: 1.6;
}

.price-panel strong {
  color: var(--sand);
  font-weight: 600;
}

.terms {
  max-width: 760px;
  margin-top: 30px;
}

.instagram-section {
  background: var(--paper);
}

.instagram-compact {
  padding-block: 86px;
}

.instagram-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.instagram-follow {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  padding: 0 18px;
  color: var(--clay-dark);
  border: 1px solid currentColor;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

.behold-embed {
  min-height: 360px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(175, 104, 69, .08), transparent 48%),
    var(--ivory);
  border: 1px solid var(--line);
}

.instagram-placeholder {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr .72fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.instagram-placeholder a {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  color: var(--cacao);
  background:
    linear-gradient(135deg, rgba(175, 104, 69, .08), transparent 48%),
    var(--ivory);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: transform .3s var(--ease), background .3s var(--ease);
}

.instagram-placeholder img {
  position: absolute;
  inset: 0;
  opacity: .42;
  filter: saturate(.8) contrast(.92);
  transition: opacity .3s var(--ease), transform .55s var(--ease);
}

.instagram-placeholder a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 23, 17, .05), rgba(36, 23, 17, .72));
}

.instagram-placeholder a:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-5px);
  background: var(--paper);
}

.instagram-placeholder a:hover img {
  opacity: .58;
  transform: scale(1.04);
}

.instagram-placeholder span {
  position: relative;
  z-index: 1;
  color: var(--clay);
  font-family: var(--display);
  font-size: 1.35rem;
}

.instagram-placeholder strong {
  position: relative;
  z-index: 1;
  max-width: 240px;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.5vw, 2.6rem);
  font-weight: 430;
  line-height: 1;
}

.instagram-card-small strong {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
}

.instagram-note {
  margin: 18px 0 0;
  color: rgba(36, 23, 17, .58);
  font-size: .9rem;
  letter-spacing: .04em;
}

.instagram-note a {
  color: var(--clay-dark);
}

.contact {
  align-items: stretch;
  color: var(--paper);
  background: var(--cacao);
}

.contact-panel {
  padding: clamp(34px, 6vw, 72px);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .05), rgba(255, 250, 241, 0)),
    var(--coffee);
}

.contact-panel .eyebrow {
  color: var(--sand);
}

.request-form {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.request-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 250, 241, .72);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--paper);
  background: rgba(255, 250, 241, .07);
  border: 1px solid var(--line-dark);
  border-radius: 0;
  outline: 0;
  text-transform: none;
  letter-spacing: 0;
}

.request-form textarea {
  resize: vertical;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.form-actions .button {
  flex: 1 1 210px;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--sand);
}

.form-note {
  margin: 0;
  color: rgba(255, 250, 241, .58);
  font-size: .9rem;
  line-height: 1.6;
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.faq details {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(245, 239, 229, .72);
}

.faq summary {
  cursor: pointer;
  color: var(--cacao);
  font-family: var(--display);
  font-size: 1.35rem;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details p {
  margin: 18px 0 0;
  color: rgba(36, 23, 17, .68);
  line-height: 1.7;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, .68fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: end;
  min-height: 760px;
  padding: 176px 40px 70px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(36, 23, 17, .93), rgba(36, 23, 17, .72) 48%, rgba(36, 23, 17, .38)),
    var(--cacao);
}

.page-hero-copy {
  max-width: 940px;
  min-width: 0;
}

.page-hero h1 {
  margin-bottom: 26px;
}

.page-hero p {
  max-width: 680px;
  color: rgba(255, 250, 241, .75);
  font-size: clamp(1.06rem, 1.5vw, 1.32rem);
  line-height: 1.75;
}

.page-hero .eyebrow {
  color: var(--sand);
}

.page-hero-media {
  position: relative;
  height: min(58svh, 620px);
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
  clip-path: polygon(9% 0, 100% 0, 100% 88%, 90% 100%, 0 100%, 0 12%);
}

.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(36, 23, 17, .34));
}

.full-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.full-event-card {
  min-width: 0;
  max-width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: var(--paper);
  background: var(--coffee);
  border: 1px solid rgba(36, 23, 17, .1);
}

.full-event-card-private {
  background: var(--palm);
}

.event-category,
.event-date span,
.event-venue,
.event-card-footer > span {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.event-category {
  color: var(--sand);
}

.event-date {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 46px 0 24px;
}

.event-date strong {
  color: var(--sand);
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 430;
  line-height: .8;
}

.event-date span {
  color: rgba(255, 250, 241, .55);
}

.full-event-card h2 {
  margin-bottom: 20px;
  color: var(--paper);
  font-size: clamp(2rem, 3vw, 3.7rem);
}

.full-event-card p {
  color: rgba(255, 250, 241, .68);
  line-height: 1.75;
}

.event-card,
.full-event-card,
.subscription-card,
.service-card,
.contact-panel,
.tariff-section,
.events-note-panel {
  overflow-wrap: anywhere;
}

.event-venue {
  margin-top: auto;
  padding-top: 30px;
  color: rgba(255, 250, 241, .62);
}

.event-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-dark);
}

.event-card-footer > span {
  color: var(--sand);
}

.event-card-footer button,
.subscription-card button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-dark);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.events-note-panel {
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  margin-top: 24px;
  padding: 30px;
  color: var(--paper);
  background: var(--cacao);
}

.note-mark {
  color: var(--sand);
  font-size: 1.2rem;
}

.events-note-panel h2 {
  margin-bottom: 12px;
  color: var(--paper);
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.events-note-panel p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 250, 241, .68);
  line-height: 1.75;
}

.tariff-page {
  background: var(--ivory);
}

.tariff-section {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 30px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 250, 241, .6);
  border: 1px solid var(--line);
}

.tariff-title-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.tariff-title-row h2 {
  margin-bottom: 10px;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
}

.tariff-title-row p {
  margin: 0;
  color: rgba(36, 23, 17, .62);
  font-size: 1rem;
}

.table-wrap {
  overflow-x: auto;
}

.tariff-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.tariff-table th {
  padding: 16px 14px;
  color: var(--clay-dark);
  border-bottom: 1px solid var(--line);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: left;
  text-transform: uppercase;
}

.tariff-table td {
  padding: 18px 14px;
  color: rgba(36, 23, 17, .72);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.tariff-table td:last-child,
.tariff-table td:nth-last-child(2) {
  color: var(--clay-dark);
  font-weight: 600;
}

.subscription-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.subscription-card {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 26px;
  color: var(--cacao);
  background: var(--ivory);
  border: 1px solid var(--line);
}

.subscription-featured {
  color: var(--paper);
  background: var(--palm);
}

.subscription-card > span:first-child {
  color: var(--clay);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.subscription-featured > span:first-child {
  color: var(--sand);
}

.subscription-card strong {
  display: block;
  margin: 30px 0 18px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 430;
  line-height: .98;
}

.subscription-card small {
  display: block;
  margin-top: 6px;
  font-family: var(--body);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.subscription-card p,
.subscription-card li {
  color: rgba(36, 23, 17, .66);
  line-height: 1.55;
}

.subscription-featured p,
.subscription-featured li {
  color: rgba(255, 250, 241, .72);
}

.subscription-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.subscription-card button {
  margin-top: auto;
  color: var(--cacao);
  border-color: var(--line);
}

.subscription-featured button {
  color: var(--paper);
  border-color: var(--line-dark);
}

.terms-panel {
  padding: 34px;
  color: var(--paper);
  background: var(--cacao);
}

.terms-panel h2 {
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 4rem);
}

.terms-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.terms-panel li {
  color: rgba(255, 250, 241, .7);
  line-height: 1.55;
}

.detail-split,
.contact-channels {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(320px, .9fr);
  gap: clamp(34px, 7vw, 110px);
}

.long-copy {
  color: rgba(36, 23, 17, .72);
  font-size: 1.08rem;
  line-height: 1.85;
}

.long-copy blockquote {
  margin: 0 0 30px;
  padding-left: 28px;
  color: var(--clay-dark);
  border-left: 1px solid var(--clay);
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.4vw, 2.7rem);
  line-height: 1.15;
}

.timeline-section,
.gallery-page {
  background: var(--paper);
}

.gallery-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.gallery-command h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5vw, 5.8rem);
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.gallery-filters button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--clay-dark);
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}

.gallery-dark {
  color: var(--paper);
  background:
    linear-gradient(116deg, transparent 0 18%, rgba(217, 189, 124, .10) 18.08%, transparent 18.28% 43%, rgba(217, 189, 124, .08) 43.08%, transparent 43.28%),
    radial-gradient(circle at 78% 38%, rgba(217, 189, 124, .08), transparent 18rem),
    #070604;
}

.gallery-dark .site-header {
  color: var(--paper);
  background: rgba(7, 6, 4, .88);
  border-bottom: 1px solid rgba(217, 189, 124, .18);
}

.gallery-dark .site-header.is-scrolled {
  color: var(--paper);
  background: rgba(7, 6, 4, .9);
  border-bottom-color: rgba(217, 189, 124, .18);
}

.gallery-dark .page-hero {
  display: block;
  min-height: auto;
  padding: 190px 40px 58px;
  color: var(--paper);
  background:
    linear-gradient(116deg, transparent 0 22%, rgba(217, 189, 124, .09) 22.08%, transparent 22.22% 58%, rgba(217, 189, 124, .07) 58.08%, transparent 58.25%),
    #070604;
}

.gallery-dark .page-hero-copy {
  max-width: 960px;
}

.gallery-dark .page-hero h1 {
  font-size: clamp(5.2rem, 10vw, 10.5rem);
}

.gallery-dark .page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 250, 241, .58);
}

.gallery-dark .gallery-page {
  padding-top: 0;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(217, 189, 124, .10) 1px, transparent 1px) 40px 0 / calc((100vw - 80px) / 3) 100%,
    #070604;
}

.gallery-dark .gallery-command {
  display: block;
  margin-bottom: 56px;
}

.gallery-dark .gallery-filters {
  justify-content: flex-start;
}

.gallery-dark .gallery-filters button {
  min-width: 118px;
  min-height: 50px;
  color: rgba(217, 189, 124, .7);
  border-color: rgba(217, 189, 124, .28);
  background: rgba(255, 250, 241, .015);
}

.gallery-dark .gallery-filters button:hover,
.gallery-dark .gallery-filters button.is-active {
  color: #070604;
  background: var(--sand);
}

.gallery-dark .media-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 0;
}

.gallery-dark .gallery-tile-featured {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-dark .gallery-tile-wide {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-dark .gallery-tile:not(.gallery-tile-featured):not(.gallery-tile-wide) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-dark .media-grid figure,
.gallery-dark .proof-grid figure {
  border: 1px solid rgba(217, 189, 124, .16);
  background: rgba(255, 250, 241, .035);
}

.gallery-dark .media-grid img,
.gallery-dark .proof-grid img {
  opacity: .84;
  filter: saturate(.82) contrast(1) brightness(.74);
}

.gallery-dark .media-grid figure:hover img,
.gallery-dark .proof-grid figure:hover img {
  opacity: 1;
  filter: saturate(.96) contrast(1.03) brightness(.94);
}

.gallery-dark .media-grid figcaption,
.gallery-dark .proof-grid figcaption {
  color: rgba(255, 250, 241, .75);
}

.gallery-dark .proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.gallery-dark .proof-grid figure {
  min-height: 330px;
}

.gallery-dark .video-placeholders {
  margin-top: 84px;
}

.gallery-dark .video-placeholders button {
  border: 1px solid rgba(217, 189, 124, .20);
  background: rgba(255, 250, 241, .025);
}

.gallery-filters button:hover,
.gallery-filters button.is-active {
  color: var(--paper);
  background: var(--cacao);
  transform: translateY(-1px);
}

.timeline-grid,
.client-grid,
.service-detail,
.placeholder-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.timeline-grid article,
.client-grid div,
.service-detail article,
.placeholder-grid div,
.proof-grid figure {
  padding: 28px;
  background: rgba(255, 250, 241, .58);
  border: 1px solid var(--line);
}

.timeline-grid strong,
.service-detail article > span {
  color: var(--clay);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 430;
}

.timeline-grid h3,
.client-grid strong,
.service-detail h2 {
  margin: 28px 0 14px;
  color: var(--cacao);
}

.timeline-grid p,
.client-grid p,
.service-detail p,
.service-detail li {
  color: rgba(36, 23, 17, .68);
  line-height: 1.65;
}

.service-detail {
  margin-top: 0;
}

.service-detail article {
  min-height: 420px;
}

.service-detail ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.clients-section,
.service-detail {
  background: var(--ivory);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.media-grid-compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 150px;
}

.media-grid figure {
  position: relative;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
}

.media-grid-compact figure {
  min-height: auto;
  cursor: zoom-in;
}

.gallery-tile-featured {
  grid-column: span 2;
  grid-row: span 3;
}

.gallery-tile-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tile:not(.gallery-tile-featured):not(.gallery-tile-wide) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-tile img,
.proof-grid img {
  transition: filter .35s var(--ease), transform .65s var(--ease), opacity .35s var(--ease);
}

.gallery-tile:hover img,
.proof-grid figure:hover img {
  filter: saturate(.82) contrast(.96);
  transform: scale(1.045);
}

.gallery-tile.is-hidden,
.proof-grid figure.is-hidden {
  display: none;
}

.media-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  color: var(--paper);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.media-grid figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--sand);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 430;
  letter-spacing: 0;
}

.gallery-tile::after,
.media-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(36, 23, 17, .78));
  pointer-events: none;
}

.placeholder-grid {
  margin-top: 16px;
}

.placeholder-grid div {
  min-height: 160px;
  display: grid;
  place-items: end start;
  color: var(--cacao);
  font-family: var(--display);
  font-size: 1.5rem;
}

.proof-grid {
  margin-top: 18px;
}

.proof-strip {
  grid-template-columns: .9fr .9fr 1.2fr;
  gap: 14px;
}

.proof-grid figure {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  cursor: zoom-in;
}

.proof-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  color: var(--paper);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.proof-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(36, 23, 17, .72));
}

.video-placeholders {
  margin-top: 34px;
}

.video-placeholders > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.video-placeholders button {
  min-height: 118px;
  padding: 22px;
  color: var(--paper);
  background: var(--cacao);
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.35rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 0;
  color: var(--paper);
  background: rgba(19, 12, 8, .92);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(18px);
  transition: opacity .25s var(--ease);
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  width: 100%;
  height: 100svh;
  object-fit: contain;
  padding: 38px;
}

.lightbox-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: rgba(36, 23, 17, .82);
  border-left: 1px solid var(--line-dark);
}

.lightbox-caption {
  color: var(--sand);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .95;
}

.lightbox-close {
  align-self: flex-end;
  width: 46px;
  height: 46px;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-dark);
  cursor: pointer;
  font-size: 1.5rem;
}

.contact-channels {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 30px;
}

.contact-channels a {
  padding: 16px 0;
  color: rgba(255, 250, 241, .78);
  border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
}

.site-footer {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
  align-items: end;
  gap: clamp(32px, 8vw, 120px);
  min-height: 280px;
  padding: clamp(54px, 7vw, 92px) 40px 46px;
  color: rgba(255, 250, 241, .72);
  background:
    radial-gradient(circle at 12% 8%, rgba(217, 189, 124, .13), transparent 34%),
    linear-gradient(120deg, rgba(217, 189, 124, .08), transparent 44%),
    #070604;
  border-top: 1px solid var(--line-dark);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 40px;
  right: 40px;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 189, 124, .72), rgba(217, 189, 124, .12), transparent);
}

.site-footer::after {
  content: "LMV";
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  bottom: -28px;
  z-index: 0;
  color: rgba(217, 189, 124, .045);
  font-family: var(--display);
  font-size: clamp(5.8rem, 14vw, 15rem);
  font-weight: 500;
  line-height: .75;
  pointer-events: none;
}

.footer-brand {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.footer-brand img {
  width: min(360px, 76vw);
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.footer-brand span {
  display: block;
  color: rgba(255, 250, 241, .58);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-links {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(90px, max-content));
  align-items: end;
  justify-content: flex-end;
  gap: 12px 28px;
}

.footer-links a {
  padding-top: 12px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 1px solid rgba(217, 189, 124, .2);
  transition: color .25s var(--ease), border-color .25s var(--ease);
}

.footer-links a:hover {
  color: var(--sand);
  border-color: rgba(217, 189, 124, .75);
}

.services-hero {
  background:
    linear-gradient(90deg, rgba(7, 6, 4, .96), rgba(36, 23, 17, .76) 52%, rgba(36, 23, 17, .35)),
    var(--cacao);
}

.service-console {
  display: grid;
  grid-template-columns: minmax(280px, .45fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  color: var(--paper);
  background: #070604;
}

.service-console-nav {
  position: sticky;
  top: 132px;
  align-self: start;
}

.service-console-nav h2 {
  color: var(--paper);
}

.service-tabs {
  display: grid;
  gap: 8px;
  margin-top: 38px;
}

.service-tabs button {
  min-height: 54px;
  padding: 0 18px;
  color: rgba(255, 250, 241, .62);
  background: rgba(255, 250, 241, .035);
  border: 1px solid rgba(217, 189, 124, .16);
  cursor: pointer;
  text-align: left;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}

.service-tabs button:hover,
.service-tabs button.is-active {
  color: #070604;
  background: var(--sand);
  transform: translateX(8px);
}

.service-stage {
  min-height: 690px;
  border: 1px solid rgba(217, 189, 124, .18);
  background: rgba(255, 250, 241, .025);
  overflow: hidden;
}

.service-scene {
  display: none;
  min-height: 690px;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
}

.service-scene.is-active {
  display: grid;
}

.service-scene img {
  min-height: 690px;
  filter: saturate(.78) contrast(.98) brightness(.78);
}

.service-scene > div {
  display: grid;
  align-content: center;
  padding: clamp(30px, 5vw, 68px);
}

.service-scene span {
  color: var(--sand);
  font-family: var(--display);
  font-size: 2rem;
}

.service-scene h3 {
  color: var(--paper);
  margin-top: 34px;
}

.service-scene p,
.service-scene li {
  color: rgba(255, 250, 241, .68);
  line-height: 1.7;
}

.service-scene ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 34px;
  padding: 0;
  list-style: none;
}

.service-scene li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  transform: translateY(-2px);
  background: var(--sand);
}

.service-scene a {
  width: fit-content;
  color: var(--sand);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.journey-builder {
  background: var(--paper);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.journey-grid article {
  min-height: 300px;
  padding: 32px;
  background: rgba(245, 239, 229, .62);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journey-grid span {
  color: var(--clay);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.journey-grid p {
  color: rgba(36, 23, 17, .66);
  line-height: 1.7;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--paper);
  background: #57d36b;
  border: 1px solid rgba(255, 250, 241, .28);
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(36, 23, 17, .26);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  background: #42c55a;
  box-shadow: 0 22px 54px rgba(35, 166, 70, .38);
}

.whatsapp-float span {
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: var(--paper);
  font-size: 0;
  line-height: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3.2A12.76 12.76 0 0 0 5.17 22.64L3.2 29l6.51-1.89a12.75 12.75 0 1 0 6.33-23.91Zm0 2.25a10.5 10.5 0 1 1-5.57 19.4l-.39-.23-3.75 1.09 1.12-3.62-.26-.41A10.5 10.5 0 0 1 16.04 5.45Zm-4.18 5.68c-.23-.5-.47-.51-.69-.52h-.59c-.2 0-.53.08-.81.38-.28.31-1.07 1.05-1.07 2.55s1.1 2.96 1.25 3.16c.15.2 2.12 3.39 5.25 4.62 2.6 1.02 3.13.82 3.7.77.57-.05 1.83-.75 2.09-1.47.26-.72.26-1.34.18-1.47-.08-.13-.28-.2-.59-.36-.31-.15-1.83-.9-2.11-1-.28-.1-.49-.15-.69.15-.2.31-.79 1-.97 1.2-.18.2-.36.23-.67.08-.31-.15-1.3-.48-2.48-1.53-.92-.82-1.54-1.83-1.72-2.14-.18-.31-.02-.48.13-.63.14-.13.31-.36.46-.54.15-.18.2-.31.31-.51.1-.2.05-.38-.03-.54-.08-.15-.69-1.66-.95-2.22Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3.2A12.76 12.76 0 0 0 5.17 22.64L3.2 29l6.51-1.89a12.75 12.75 0 1 0 6.33-23.91Zm0 2.25a10.5 10.5 0 1 1-5.57 19.4l-.39-.23-3.75 1.09 1.12-3.62-.26-.41A10.5 10.5 0 0 1 16.04 5.45Zm-4.18 5.68c-.23-.5-.47-.51-.69-.52h-.59c-.2 0-.53.08-.81.38-.28.31-1.07 1.05-1.07 2.55s1.1 2.96 1.25 3.16c.15.2 2.12 3.39 5.25 4.62 2.6 1.02 3.13.82 3.7.77.57-.05 1.83-.75 2.09-1.47.26-.72.26-1.34.18-1.47-.08-.13-.28-.2-.59-.36-.31-.15-1.83-.9-2.11-1-.28-.1-.49-.15-.69.15-.2.31-.79 1-.97 1.2-.18.2-.36.23-.67.08-.31-.15-1.3-.48-2.48-1.53-.92-.82-1.54-1.83-1.72-2.14-.18-.31-.02-.48.13-.63.14-.13.31-.36.46-.54.15-.18.2-.31.31-.51.1-.2.05-.38-.03-.54-.08-.15-.69-1.66-.95-2.22Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .42s var(--ease), transform .42s var(--ease);
}

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

.page-hero .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.tariff-section,
.terms-panel,
.full-event-card,
.events-note-panel,
.contact-panel,
.subscription-card {
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.delay-1 {
  transition-delay: .06s;
}

.delay-2 {
  transition-delay: .12s;
}

@media (max-width: 1080px) {
  .site-header {
    padding-inline: 22px;
  }

  .primary-nav {
    gap: 18px;
  }

  .hero,
  .intro-grid,
  .section-head,
  .fleet-layout,
  .identity,
  .contact,
  .experience,
  .page-hero,
  .detail-split,
  .service-console,
  .gallery-command {
    grid-template-columns: 1fr;
  }

  .service-console-nav {
    position: static;
  }

  .hero {
    gap: 34px;
    padding-inline: 22px;
  }

  .hero-frame {
    height: 52svh;
  }

  .experience-copy {
    padding: 64px 22px;
  }

  .service-grid,
  .membership-grid,
  .work-grid,
  .event-grid,
  .full-event-grid,
  .subscription-grid,
  .timeline-grid,
  .client-grid,
  .service-detail,
  .journey-grid,
  .placeholder-grid,
  .proof-grid,
  .media-grid,
  .video-placeholders > div,
  .instagram-placeholder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-scene,
  .service-scene.is-active {
    grid-template-columns: 1fr;
  }

  .service-scene img {
    min-height: 360px;
  }

  .pricing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .gallery-filters {
    justify-content: flex-start;
  }

  .media-grid-compact {
    grid-auto-rows: 170px;
  }

  .lightbox {
    grid-template-columns: 1fr;
  }

  .lightbox img {
    height: 72svh;
    padding: 22px;
  }

  .lightbox-panel {
    min-height: 28svh;
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }
}

@media (max-width: 760px) {
  body::before {
    content: "DISPONIBLE 24H/24 · +225 07 79 76 25 11";
    height: 30px;
    padding-inline: 10px;
    font-size: .58rem;
    letter-spacing: .16em;
  }

  body {
    position: relative;
  }

  .site-header {
    inset: 30px 0 auto;
    padding: 16px 22px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  body.menu-open .site-header {
    overflow: visible;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: clamp(178px, 50vw, 220px);
    max-height: 62px;
  }

  .brand-text {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    inset: 103px 14px auto;
    z-index: 1100;
    display: grid;
    gap: 0;
    max-height: calc(100svh - 122px);
    overflow-y: auto;
    padding: 14px;
    color: var(--cacao);
    background: rgba(245, 239, 229, .96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(18px);
    transition: opacity .25s var(--ease), transform .25s var(--ease);
  }

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

  .primary-nav a {
    padding: 17px 10px;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 168px 22px 42px;
    overflow-x: clip;
  }

  .hero-kicker {
    gap: 12px;
  }

  .hero-kicker::before {
    width: 9px;
    height: 9px;
    flex-basis: 9px;
  }

  .page-hero {
    min-height: auto;
    padding: 160px 22px 64px;
    overflow-x: clip;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.7rem);
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 5rem);
  }

  h2 {
    font-size: clamp(2.55rem, 13vw, 4.4rem);
  }

  .hero-index,
  .experience-list,
  .service-grid,
  .membership-grid,
  .work-grid,
  .event-grid,
  .full-event-grid,
  .subscription-grid,
  .timeline-grid,
  .client-grid,
  .service-detail,
  .service-console,
  .journey-grid,
  .placeholder-grid,
  .proof-grid,
  .media-grid,
  .video-placeholders > div,
  .instagram-placeholder,
  .terms-panel ul,
  .values-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-index div,
  .service-card {
    border-right: 0;
  }

  .section-pad {
    padding: 82px 20px;
    overflow-x: clip;
  }

  .form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-actions .button {
    width: 100%;
  }

  .intro-grid,
  .section-head,
  .fleet-layout,
  .contact,
  .detail-split,
  .gallery-command {
    gap: 32px;
  }

  .text-link {
    justify-self: start;
  }

  .service-card {
    min-height: 250px;
    padding: 26px;
  }

  .service-card span {
    margin-bottom: 42px;
  }

  .fleet-image,
  .contact-media,
  .experience-image,
  .identity-media,
  .page-hero-media {
    min-height: 420px;
  }

  .fleet-table div,
  .price-panel div,
  .event-card-footer,
  .tariff-title-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .full-event-card {
    min-height: 0;
    padding: 24px;
  }

  .tariff-section {
    padding: 22px;
  }

  .subscription-card {
    width: 100%;
    min-height: auto;
    padding: 24px;
  }

  .event-card,
  .full-event-card,
  .subscription-card,
  .membership-card,
  .price-panel,
  .tariff-section,
  .events-note-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .full-event-card h2,
  .membership-card h3,
  .subscription-card strong {
    overflow-wrap: anywhere;
  }

  .membership-card p,
  .subscription-card > span:first-child,
  .event-category,
  .event-date span,
  .event-venue,
  .event-card-footer > span {
    letter-spacing: .11em;
  }

  .event-card button,
  .event-card-footer button,
  .subscription-card button {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
    letter-spacing: .12em;
  }

  .subscription-card strong {
    font-size: clamp(1.85rem, 12vw, 2.55rem);
  }

  .subscription-card small {
    letter-spacing: .08em;
  }

  .events-note-panel {
    grid-template-columns: 1fr;
  }

  .media-grid figure {
    min-height: 260px;
  }

  .media-grid-compact {
    grid-auto-rows: 250px;
  }

  .media-grid-compact figure {
    min-height: auto;
  }

  .gallery-tile,
  .gallery-tile-featured,
  .gallery-tile-wide,
  .gallery-tile:not(.gallery-tile-featured):not(.gallery-tile-wide) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .proof-grid figure {
    min-height: 430px;
  }

  .lightbox-panel {
    padding: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 34px 22px 96px;
  }

  .site-footer::before {
    left: 22px;
    right: 22px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
