/* ============ HERO ============ */
.me-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
}
.me-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.me-hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(11,10,8,.88) 0%, rgba(11,10,8,.44) 58%, rgba(11,10,8,.12) 100%);
}
.me-hero__content { position: relative; z-index: 2; padding: 210px 56px 110px; max-width: 880px; }
.me-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--text-faint);
  text-transform: uppercase;
  margin-bottom: 26px;
}
.me-hero__breadcrumb a { color: var(--text-faint); text-decoration: none; transition: color .2s; }
.me-hero__breadcrumb a:hover { color: var(--brass); }
.me-hero__breadcrumb-current { color: #D8B978; }
.me-hero__eyebrow { color: #D8B978; }
.me-hero__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(46px, 5.2vw, 74px);
  line-height: 1.04;
  margin: 20px 0 24px;
  text-wrap: balance;
  color: var(--text);
}
.me-hero__desc { font-size: 17px; font-weight: 300; line-height: 1.75; color: var(--text-muted); max-width: 620px; margin: 0; }
.me-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 44px; flex-wrap: wrap; }

/* ============ FOR MEETINGS THAT CAN'T SLIP ============ */
.me-why {
  position: relative;
  background: #F2ECE1;
  color: #1A1512;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
}
.me-why__media {
  width: 100%; height: 100%; min-height: 700px;
  object-fit: cover; display: block; align-self: stretch;
  border-right: 1px solid rgba(26,21,18,.14);
}
.me-why__content { padding: 130px 56px 130px 74px; display: flex; flex-direction: column; justify-content: center; }
.me-why__list { display: flex; flex-direction: column; }
.me-why__item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  align-items: flex-start;
  padding: 26px 0;
  border-top: 1px solid rgba(26,21,18,.14);
}
.me-why__item--last { border-bottom: 1px solid rgba(26,21,18,.14); }
.me-why__icon {
  width: 48px; height: 48px;
  border: 1px solid rgba(156,123,62,.5);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 40%, rgba(216,185,120,.16) 0%, rgba(216,185,120,0) 70%);
  color: #9C7B3E;
}
.me-why__title { font-family: var(--serif); font-size: 26px; font-weight: 500; margin-bottom: 6px; color: #1A1512; }
.me-why__text { font-size: 15px; font-weight: 300; line-height: 1.7; color: #5C5449; margin: 0; max-width: 440px; }

/* ============ WHAT WE COVER ============ */
.me-cover { background: #1C1714; padding: 140px 56px; }
.me-cover__head {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 64px;
}
.me-cover__head-main { max-width: 660px; }
.me-cover__title { margin: 18px 0 0; }
.me-cover__desc { font-size: 15px; font-weight: 300; line-height: 1.8; color: #D8B978; margin: 0; max-width: 400px; }
.me-cover__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.me-cover-card {
  border: 1px solid rgba(168,137,92,.22);
  background: rgba(11,10,8,.4);
  padding: 38px 34px;
  transition: border-color .4s, background .4s;
}
.me-cover-card:hover { border-color: #D8B978; background: rgba(11,10,8,.75); }
.me-cover-card__title { font-family: var(--serif); font-size: 28px; font-weight: 500; color: #D8B978; }
.me-cover-card__text { font-size: 14.5px; font-weight: 300; line-height: 1.75; color: var(--text-dim); margin: 14px 0 0; }
.me-cover-card__link { color: #D8B978; text-decoration: none; border-bottom: 1px solid rgba(216,185,120,.4); }

/* ============ FOR WEDDINGS & PRIVATE EVENTS ============ */
.me-wedding {
  position: relative;
  background: #F2ECE1;
  color: #1A1512;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
}
.me-wedding__content { padding: 130px 74px 130px 56px; display: flex; flex-direction: column; justify-content: center; }
.me-wedding__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; }
.me-wedding__item { padding: 22px 0; border-top: 1px solid rgba(26,21,18,.14); }
.me-wedding__item--last { border-bottom: 1px solid rgba(26,21,18,.14); }
.me-wedding__item-title { font-family: var(--serif); font-size: 23px; color: #1A1512; }
.me-wedding__item-text { font-size: 14.5px; font-weight: 300; line-height: 1.7; color: #5C5449; margin: 6px 0 0; }
.me-wedding__note { font-size: 14px; font-weight: 300; line-height: 1.7; color: #5C5449; margin: 30px 0 0; }
.me-wedding__note a { color: #9C7B3E; }
.me-wedding__media {
  width: 100%; height: 100%; min-height: 700px;
  object-fit: cover; display: block; align-self: stretch;
  border-left: 1px solid rgba(26,21,18,.14);
}

/* ============ FLEET ============ */
.me-fleet { background: var(--bg); padding: 140px 56px; }
.me-fleet__head {
  max-width: 1280px;
  margin: 0 auto 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.me-fleet__head-main { max-width: 640px; }
.me-fleet__title { margin: 18px 0 0; }
.me-fleet__desc { font-size: 15px; font-weight: 300; line-height: 1.8; color: #D8B978; margin: 0; max-width: 400px; }
.me-fleet__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 48px;
  row-gap: 56px;
}
.me-fleet-card {
  display: block;
  text-decoration: none;
  border-top: 1px solid rgba(168,137,92,.25);
  padding-top: 26px;
  transition: border-color .35s;
}
.me-fleet-card:hover { border-top-color: #D8B978; }
.me-fleet-card__image { width: 100%; height: 280px; object-fit: cover; display: block; margin-bottom: 24px; }
.me-fleet-card__row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.me-fleet-card__title { font-size: 14px; letter-spacing: .16em; font-weight: 500; color: var(--text); text-transform: uppercase; }
.me-fleet-card__spec { font-size: 11.5px; letter-spacing: .2em; color: var(--text-faint); text-transform: uppercase; white-space: nowrap; }
.me-fleet-card__text { font-size: 14.5px; font-weight: 300; line-height: 1.7; color: var(--text-dim); margin: 12px 0 0; }
.me-fleet__footer {
  max-width: 1280px;
  margin: 56px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(168,137,92,.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.me-fleet__footer-text { font-size: 14.5px; font-weight: 300; line-height: 1.7; color: var(--text-dim); margin: 0; max-width: 640px; }

/* ============ FAQ ============ */
.me-faq { background: #F2ECE1; color: #1A1512; padding: 104px 56px; }
.me-faq__head {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
.me-faq__title { font-size: clamp(30px, 2.6vw, 40px); margin: 16px 0 0; }
.me-faq__call { flex: none; color: #9C7B3E; border-color: rgba(156,123,62,.5); white-space: nowrap; padding: 14px 26px; }
.me-faq__call:hover { background: #9C7B3E; color: #F2ECE1; }
.me-faq__list { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; border-top: 1px solid rgba(26,21,18,.16); }
.me-faq__item { border-bottom: 1px solid rgba(26,21,18,.16); }
.me-faq__item summary { list-style: none; cursor: pointer; }
.me-faq__item summary::-webkit-details-marker { display: none; }
.me-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 2px;
}
.me-faq__q {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #1A1512;
  transition: color .25s;
}
.me-faq__summary:hover .me-faq__q { color: #9C7B3E; }
.me-faq__sign {
  flex: none;
  width: 26px; height: 26px;
  border: 1px solid rgba(156,123,62,.45);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  color: #9C7B3E;
  line-height: 1;
}
.me-faq__sign::after { content: '+'; }
.me-faq__item[open] .me-faq__sign::after { content: '\2013'; }
.me-faq__a { font-size: 15.5px; font-weight: 300; line-height: 1.75; color: #5C5449; margin: 0; padding: 0 60px 26px 2px; max-width: 760px; }

/* ============ CTA ============ */
.me-cta { position: relative; padding: 150px 56px; text-align: center; overflow: hidden; }
.me-cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.me-cta__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(11,10,8,.74) 0%, rgba(11,10,8,.58) 50%, rgba(11,10,8,.86) 100%);
}
.me-cta__content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.me-cta__eyebrow { color: #D8B978; }
.me-cta__title { margin: 20px 0 22px; }
.me-cta__desc { font-size: 16.5px; font-weight: 300; line-height: 1.8; color: var(--text-muted); margin: 0 auto 42px; max-width: 580px; }
.me-cta__actions { display: flex; gap: 22px; justify-content: center; align-items: center; flex-wrap: wrap; }
.me-cta__outline { color: var(--text); border-color: rgba(243,238,227,.35); }
.me-cta__outline:hover { background: transparent; border-color: #D8B978; color: #D8B978; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .me-hero__content { padding: 170px 40px 90px; }
  .me-why__content { padding: 100px 40px; }
  .me-why__media { min-height: 480px; }
  .me-cover { padding: 100px 40px; }
  .me-cover__grid { grid-template-columns: repeat(2,1fr); }
  .me-wedding__content { padding: 100px 40px; }
  .me-wedding__media { min-height: 420px; }
  .me-fleet { padding: 100px 40px; }
  .me-faq { padding: 90px 40px; }
  .me-cta { padding: 110px 40px; }
}

@media (max-width: 640px) {
  .me-hero { min-height: 76vh; }
  .me-hero__content { padding: 120px 22px 60px; }
  .me-hero__title { font-size: clamp(32px, 9vw, 46px); }
  .me-hero__desc { font-size: 15.5px; }
  .me-hero__breadcrumb { font-size: 9.5px; gap: 8px; flex-wrap: wrap; }
  .me-hero__actions { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 32px; }

  .me-why { grid-template-columns: 1fr; }
  .me-why__media { min-height: 260px; border-right: none; border-bottom: 1px solid rgba(26,21,18,.14); }
  .me-why__content { padding: 60px 22px; }
  .me-why__item { grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 0; }

  .me-cover { padding: 70px 22px; }
  .me-cover__head { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 40px; }
  .me-cover__grid { grid-template-columns: 1fr; gap: 16px; }
  .me-cover-card { padding: 30px 26px; }

  .me-wedding { grid-template-columns: 1fr; }
  .me-wedding__content { padding: 60px 22px; order: 2; }
  .me-wedding__media { min-height: 260px; border-left: none; order: 1; }
  .me-wedding__grid { grid-template-columns: 1fr; gap: 0; }

  .me-fleet { padding: 70px 22px; }
  .me-fleet__head { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 40px; }
  .me-fleet__grid { grid-template-columns: 1fr; row-gap: 40px; }
  .me-fleet-card__row { flex-wrap: wrap; gap: 8px 20px; }
  .me-fleet__footer { flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 40px; }

  .me-faq { padding: 70px 22px; }
  .me-faq__head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .me-faq__call { width: 100%; text-align: center; }
  .me-faq__q { font-size: 19px; }
  .me-faq__a { padding: 0 30px 22px 2px; }

  .me-cta { padding: 76px 22px; }
  .me-cta__desc { font-size: 15.5px; }
  .me-cta__actions { flex-direction: column; gap: 16px; }
  .me-cta__actions .btn { width: 100%; text-align: center; }
}
