:root {
  --may-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --may-font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --may-font-heading-safe: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --may-font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --may-text-xs: clamp(.75rem, .72rem + .12vw, .82rem);
  --may-text-sm: clamp(.82rem, .79rem + .16vw, .9rem);
  --may-text-md: clamp(.94rem, .9rem + .18vw, 1rem);
  --may-text-lg: clamp(1.04rem, .98rem + .26vw, 1.16rem);
  --may-text-xl: clamp(1.18rem, 1.08rem + .42vw, 1.38rem);
  --may-h1: clamp(2.25rem, 5vw, 4rem);
  --may-h1-hero: clamp(2.35rem, 6vw, 4.5rem);
  --may-h2: clamp(1.75rem, 3.2vw, 2.75rem);
  --may-h3: clamp(1.18rem, 1.7vw, 1.48rem);
  --may-h4: clamp(1.02rem, 1.2vw, 1.18rem);
  --may-leading-tight: 1.08;
  --may-leading-heading: 1.14;
  --may-leading-body: 1.68;
  --may-leading-ui: 1.18;
  --may-tracking-eyebrow: .035em;
  --may-tracking-ui: 0;
  --may-btn-height-sm: 38px;
  --may-btn-height-md: 44px;
  --may-btn-height-lg: 52px;
  --may-btn-radius: 999px;
  --may-btn-font-size: var(--may-text-sm);
  --may-btn-font-weight: 760;
  --may-space-1: .25rem;
  --may-space-2: .5rem;
  --may-space-3: .75rem;
  --may-space-4: 1rem;
  --may-space-5: 1.5rem;
  --may-space-6: 2rem;
  --may-section-y: clamp(58px, 7vw, 94px);
  --may-section-y-sm: clamp(42px, 5vw, 68px);
  --may-container: 1180px;
  --may-container-narrow: 920px;
  --may-bg: #fbf8f1;
  --may-surface: #fffdf8;
  --may-surface-soft: #f6efe3;
  --may-surface-strong: #3a2418;
  --may-text: #2f2a24;
  --may-muted: #766f64;
  --may-accent: #b98238;
  --may-accent-soft: #ead6b8;
  --may-border: rgba(159, 115, 53, .16);
  --may-gap: clamp(18px, 2.4vw, 28px);
  --may-radius-card: 22px;
  --may-radius-media: 16px;
  --may-radius-pill: 999px;
  --may-shadow-card: 0 16px 38px rgba(64, 48, 32, .07);
  --may-h1-size-desktop: var(--may-h1);
  --may-h1-size-mobile: clamp(2rem, 9vw, 2.5rem);
  --may-h2-size-desktop: var(--may-h2);
  --may-h2-size-mobile: clamp(1.62rem, 7vw, 2rem);
  --may-card-title-size: var(--may-h4);
  --may-body-size: var(--may-text-md);
  --may-small-size: var(--may-text-sm);
  --may-line-height-heading: var(--may-leading-heading);
  --may-line-height-body: var(--may-leading-body);
  --may-h1-size: var(--may-h1-size-desktop);
  --may-h2-size: var(--may-h2-size-desktop);
  --may-h3-size: var(--may-h3);
  --may-heading-line: var(--may-line-height-heading);
  --may-body-line: var(--may-line-height-body);
}

body.may-home-ui {
  margin: 0;
  background: var(--may-bg);
  color: var(--may-text);
  font-family: var(--may-font-body);
  font-size: var(--may-body-size);
  line-height: var(--may-body-line);
  text-rendering: optimizeLegibility;
}

body.may-home-ui button,
body.may-home-ui input,
body.may-home-ui select,
body.may-home-ui textarea {
  font-family: var(--may-font-body);
}

body.may-home-ui h1,
body.may-home-ui h2,
body.may-home-ui h3,
.may-core-hero__copy h1,
.may-section-head h2,
.may-section-heading h2,
.may-pricing-group__head h2,
.may-service-card h3,
.may-post-card__title,
.may-post-card h3,
.may-core-faq-list h3 {
  color: var(--may-text);
  font-family: var(--may-font-heading);
  font-weight: 650;
  line-height: var(--may-heading-line);
  letter-spacing: 0;
}

body.may-home-ui h1,
.may-core-hero__copy h1 {
  font-size: var(--may-h1-size);
}

body.may-home-ui h2,
.may-section-head h2,
.may-section-heading h2,
.may-pricing-group__head h2 {
  font-size: var(--may-h2-size);
}

body.may-home-ui h3,
.may-service-card h3,
.may-post-card__title,
.may-post-card h3,
.may-core-faq-list h3 {
  font-size: var(--may-h3-size);
}

body.may-home-ui p,
body.may-home-ui li,
.may-service-card p,
.may-post-card__excerpt,
.may-review-card p,
.may-core-faq-list p,
.may-faq-answer p,
.may-faq-item__panel p {
  color: var(--may-muted);
  line-height: var(--may-body-line);
}

.may-section-label,
.may-post-card__meta,
.may-post-card__body > span,
.may-price-row__eyebrow,
.may-service-card__subtitle {
  color: var(--may-accent);
  font-family: var(--may-font-body);
  font-size: var(--may-small-size);
  font-weight: 750;
  letter-spacing: .04em;
}

.may-footer h2 {
  font-family: var(--may-font-body);
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .02em;
}

.may-container {
  width: min(100% - 32px, var(--may-container));
  margin-inline: auto;
}

.may-section {
  padding-block: var(--may-section-y);
}

.may-section--compact {
  padding-block: clamp(44px, 5vw, 68px);
}

.may-section--tint,
.may-home-faq,
.may-reviews-section,
.may-booking-section {
  background: var(--may-bg);
}

.may-card,
.may-service-card,
.may-post-card,
.may-review-card,
.may-price-row,
.may-core-faq-list article,
.may-booking-form,
.may-booking-highlights,
.may-core-panel,
.may-core-hero-card,
.may-faq-item {
  background: var(--may-surface);
  border: 1px solid var(--may-border);
  border-radius: var(--may-radius-card);
  box-shadow: var(--may-shadow-card);
}

.may-card__body,
.may-service-card,
.may-post-card,
.may-review-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.may-card__body,
.may-post-card__body {
  gap: 12px;
}

.may-card__actions,
.may-service-card__meta,
.may-post-card__meta,
.may-post-card__footer,
.may-card-actions {
  margin-top: auto;
}

.may-media-frame,
.may-service-card__media,
.may-post-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--may-radius-media);
  background: var(--may-surface-soft);
}

.may-media-frame img,
.may-media-frame .may-card-img,
.may-service-card__media img,
.may-post-card__media img,
.may-post-card__image-link,
.may-post-card__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.may-media-frame--service,
.may-service-card__media {
  aspect-ratio: 4 / 3;
}

.may-media-frame--post,
.may-post-card__media {
  aspect-ratio: 4 / 3;
}

.may-video-card,
.may-video-frame,
.may-video-card iframe,
.may-video-card video {
  aspect-ratio: 9 / 16;
}

.may-media-placeholder {
  color: rgba(47, 42, 36, .46);
}

.may-button,
.may-btn,
.may-card-action,
.may-card-actions a,
.may-price-row .may-button,
.may-post-card__footer a,
.may-post-card__body > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: var(--may-radius-pill);
  font-family: var(--may-font-body);
  font-size: .95rem;
  font-weight: 750;
  line-height: 1.15;
  opacity: 1;
  overflow: visible;
  text-indent: 0;
  white-space: normal;
}

.may-button--primary,
.may-btn--primary,
.may-card-action--primary,
.may-card-actions a:last-child {
  background: var(--may-accent);
  border-color: var(--may-accent);
  color: #fffdf8;
}

.may-button--soft,
.may-button--ghost,
.may-btn--soft,
.may-btn--ghost,
.may-card-action--soft,
.may-card-actions a:first-child,
.may-post-card__footer a,
.may-post-card__body > a {
  background: rgba(185, 130, 56, .1);
  border-color: rgba(185, 130, 56, .2);
  color: var(--may-text);
}

.may-icon-button,
.may-menu-toggle,
.may-cta-rail a,
.may-cta-rail button,
.may-footer-socials a,
.may-footer-socials button {
  min-width: 44px;
  min-height: 44px;
}

.may-button:empty,
.may-btn:empty,
.may-card-action:empty,
.may-card-actions a:empty,
.may-post-card__footer a:empty,
.may-post-card__body > a:empty {
  display: none;
}

.may-service-grid,
.post-type-archive-may_service .may-service-grid,
.tax-may_service_category .may-service-grid,
.may-service-grid--booking,
.may-service-grid--partial,
.may-blog-grid,
#may-home-news .may-blog-grid,
#may-section-5 .may-blog-grid,
.may-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--may-gap);
}

.may-service-card p,
.may-post-card__excerpt,
.may-review-card p,
.may-service-card h3,
.may-post-card__title,
.may-post-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.may-service-card h3,
.may-post-card__title,
.may-post-card h3 {
  -webkit-line-clamp: 2;
}

.may-service-card p,
.may-post-card__excerpt {
  -webkit-line-clamp: 3;
}

.may-review-card p {
  -webkit-line-clamp: 5;
}

.may-post-card--featured {
  grid-column: span 2;
}

.may-post-card--featured .may-post-card__media {
  aspect-ratio: 16 / 10;
}

.may-price-list--page {
  display: grid;
  gap: 14px;
}

.may-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 26px);
}

.may-price-row__meta {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.may-price-row__meta strong {
  color: var(--may-text);
  white-space: nowrap;
}

.may-faq-container,
.may-home-faq .may-faq-container {
  display: block;
  max-width: 980px;
}

.may-faq-list,
.may-home-faq .may-faq-list {
  display: grid;
  width: 100%;
  gap: 12px;
}

.may-faq-item,
.may-home-faq .may-faq-item {
  width: 100%;
  overflow: clip;
}

.may-faq-question,
.may-faq-item__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  gap: 18px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: var(--may-text);
  font-family: var(--may-font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  list-style: none;
}

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

.may-faq-question-text,
.may-faq-item__trigger span:first-child {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  color: inherit;
  opacity: 1;
  overflow: visible;
  text-indent: 0;
  white-space: normal;
}

.may-faq-toggle,
.may-faq-item__icon {
  position: static;
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(185, 130, 56, .12);
  color: var(--may-accent);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.may-faq-toggle::before,
.may-faq-item__icon::before {
  content: "+";
  position: static;
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  color: currentColor;
  transform: none;
}

.may-faq-toggle::after,
.may-faq-item__icon::after {
  content: none;
  display: none;
}

.may-faq-item[open] .may-faq-toggle::before,
.may-faq-item__trigger[aria-expanded="true"] .may-faq-item__icon::before {
  content: "-";
}

.may-faq-answer,
.may-faq-item__panel {
  padding: 0 22px 22px;
}

.may-faq-answer p,
.may-faq-item__panel p {
  margin: 0;
}

.may-core-faq-list {
  display: grid;
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.may-core-faq-list article {
  position: relative;
  padding: 22px;
}

.may-core-faq-list h3 {
  margin: 0 0 8px;
  padding-right: 34px;
}

.may-core-faq-list h3::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 22px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--may-accent);
}

.may-review-widget-wrap {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
  overflow: visible;
}

.may-review-widget-wrap > * {
  max-width: 100%;
}

.may-booking-form input,
.may-booking-form select,
.may-booking-form textarea,
.may-inquiry-form input,
.may-inquiry-form select,
.may-inquiry-form textarea {
  min-height: 44px;
  border-color: var(--may-border);
  border-radius: 14px;
  color: var(--may-text);
  font-family: var(--may-font-body);
}

.may-header,
.may-footer {
  color: var(--may-text);
}

.may-header__inner,
.may-footer__grid {
  width: min(100% - 32px, var(--may-container));
}

.may-cta-rail a,
.may-cta-rail button,
.may-mobile-sticky a,
.may-mobile-sticky button,
.may-footer-socials a,
.may-footer-socials button {
  font-family: var(--may-font-body);
}

@media (max-width: 1024px) {
  .may-service-grid,
  .post-type-archive-may_service .may-service-grid,
  .tax-may_service_category .may-service-grid,
  .may-service-grid--booking,
  .may-service-grid--partial,
  .may-blog-grid,
  #may-home-news .may-blog-grid,
  #may-section-5 .may-blog-grid,
  .may-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .may-post-card--featured {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .may-price-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .may-price-row__meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .may-container,
  .may-header__inner,
  .may-footer__grid {
    width: min(100% - 28px, var(--may-container));
  }

  .may-section {
    padding-block: clamp(44px, 12vw, 64px);
  }

  .may-service-grid,
  .post-type-archive-may_service .may-service-grid,
  .tax-may_service_category .may-service-grid,
  .may-service-grid--booking,
  .may-service-grid--partial,
  .may-blog-grid,
  #may-home-news .may-blog-grid,
  #may-section-5 .may-blog-grid,
  .may-review-grid {
    grid-template-columns: 1fr;
  }

  .may-faq-question,
  .may-faq-item__trigger {
    min-height: 56px;
    gap: 12px;
    padding: 16px;
  }

  .may-faq-answer,
  .may-faq-item__panel {
    padding: 0 16px 18px;
  }

  .may-button,
  .may-btn,
  .may-card-action,
  .may-card-actions a,
  .may-price-row .may-button {
    width: 100%;
  }
}

.may-page-title,
.may-section-title,
.may-display-title,
.may-hero h1,
.may-core-hero__copy h1,
.may-service-archive-hero h1,
.may-article-hero h1,
.may-section-head h2,
.may-section-heading h2,
.may-booking-copy h2,
.may-pricing-group__head h2 {
  font-family: var(--may-font-heading);
  letter-spacing: 0;
}

.may-card-title,
.may-service-card h3,
.may-service-card h3 a,
.may-post-card__title,
.may-post-card__title a,
.may-post-card h3,
.may-post-card h3 a,
.may-price-row__main h3,
.may-service-package h3,
.may-short-card h3,
.may-core-card h3,
.may-core-faq-list h3,
.may-footer h2,
.may-footer h3,
.may-footer-title,
.may-footer-column-title,
.may-nav,
.may-btn,
.may-button,
.may-chip,
.may-form label,
.may-faq-question,
.may-faq-item__trigger {
  font-family: var(--may-font-body);
  letter-spacing: 0;
}

.may-service-card h3,
.may-post-card__title,
.may-post-card h3,
.may-price-row__main h3,
.may-service-package h3,
.may-short-card h3 {
  color: var(--may-text);
  font-size: clamp(1.05rem, 1.1vw, 1.18rem);
  font-weight: 800;
  line-height: 1.28;
}

.may-post-card__title a,
.may-post-card h3 a,
.may-service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.may-price-row__meta strong {
  color: var(--may-text);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 850;
}

.may-footer {
  background: #32180d;
  color: rgba(255, 250, 242, .82);
}

.may-footer h2,
.may-footer h3,
.may-footer-title,
.may-footer-column-title {
  color: #fffaf2;
  font-family: var(--may-font-body);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.may-footer p,
.may-footer a,
.may-footer li {
  color: rgba(255, 250, 242, .74);
  font-size: .92rem;
  line-height: 1.65;
}

.may-footer a:hover,
.may-footer a:focus-visible {
  color: #fffaf2;
}

.may-footer-socials a,
.may-footer-socials button,
.may-footer-social a,
.may-footer-social button,
.may-footer-contact a,
.may-contact-chip-list a,
.may-contact-chip-list button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border-color: rgba(255, 250, 242, .18);
  background: rgba(255, 250, 242, .08);
  color: #fffaf2;
  font-family: var(--may-font-body);
  font-size: .9rem;
  line-height: 1.2;
}

.may-media-frame.is-image-missing,
.may-media-frame--placeholder,
.may-media-placeholder,
.may-post-card__placeholder,
.may-service-card__placeholder,
.may-service-hero__placeholder {
  background:
    radial-gradient(circle at 50% 40%, rgba(197, 154, 74, .16), transparent 38%),
    linear-gradient(135deg, #fffdf8, #f0dfc5);
  color: rgba(58, 36, 24, .46);
}

.may-media-placeholder,
.may-post-card__placeholder,
.may-service-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}

.may-media-placeholder svg,
.may-post-card__placeholder svg,
.may-service-card__placeholder svg,
.may-service-hero__placeholder svg {
  width: clamp(46px, 7vw, 78px);
  height: clamp(46px, 7vw, 78px);
  opacity: .26;
}

.may-button,
.may-btn,
.may-card-action,
.may-card-actions a,
.may-price-row .may-button,
.may-post-card__footer a,
.may-post-card__body > a,
.may-header__cta,
.may-contact-chip-list a,
.may-contact-chip-list button,
.may-mobile-sticky a,
.may-mobile-sticky button {
  min-height: 44px;
  border-radius: var(--may-radius-pill);
  font-family: var(--may-font-body);
  font-weight: 800;
  text-decoration: none;
}

.may-header__cta,
.may-button--primary,
.may-btn--primary,
.may-card-action--primary {
  background: var(--may-accent);
  border-color: var(--may-accent);
  color: #fffdf8;
}

.may-core-hero,
.may-service-archive-hero,
.may-article-hero {
  padding-block: clamp(58px, 7vw, 92px);
}

.may-core-hero__copy p,
.may-service-archive-hero p,
.may-article-hero p {
  font-family: var(--may-font-body);
  line-height: 1.68;
}

@media (max-width: 640px) {
  .may-footer__grid {
    gap: 24px;
  }

  .may-footer h2,
  .may-footer h3,
  .may-footer-title,
  .may-footer-column-title {
    margin-bottom: 8px;
  }

  .may-service-card h3,
  .may-post-card__title,
  .may-post-card h3,
  .may-price-row__main h3 {
    font-size: 1.05rem;
  }
}

.may-service-grid,
.may-services-grid,
.may-service-preview-grid,
.post-type-archive-may_service .may-service-grid,
.tax-may_service_category .may-service-grid,
.may-service-grid--booking,
.may-service-grid--partial {
  display: grid;
  gap: clamp(12px, 2vw, 24px);
}

@media (min-width: 1024px) {
  .may-service-grid,
  .may-services-grid,
  .may-service-preview-grid,
  .post-type-archive-may_service .may-service-grid,
  .tax-may_service_category .may-service-grid,
  .may-service-grid--booking,
  .may-service-grid--partial {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .may-service-grid,
  .may-services-grid,
  .may-service-preview-grid,
  .post-type-archive-may_service .may-service-grid,
  .tax-may_service_category .may-service-grid,
  .may-service-grid--booking,
  .may-service-grid--partial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 340px) and (max-width: 767px) {
  .may-service-grid,
  .may-services-grid,
  .may-service-preview-grid,
  .post-type-archive-may_service .may-service-grid,
  .tax-may_service_category .may-service-grid,
  .may-service-grid--booking,
  .may-service-grid--partial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .may-service-card {
    padding: clamp(12px, 3.4vw, 16px);
  }
}

@media (max-width: 339px) {
  .may-service-grid,
  .may-services-grid,
  .may-service-preview-grid,
  .post-type-archive-may_service .may-service-grid,
  .tax-may_service_category .may-service-grid,
  .may-service-grid--booking,
  .may-service-grid--partial {
    grid-template-columns: 1fr;
  }
}

.may-service-card__actions,
.may-service-card .may-card-actions,
.may-service-card .may-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}

.may-service-card__actions .may-btn,
.may-service-card .may-card-actions .may-btn,
.may-service-card .may-card__actions .may-btn,
.may-service-card__actions .may-card-action,
.may-service-card .may-card-actions .may-card-action,
.may-service-card .may-card__actions .may-card-action,
.may-service-card .may-card-actions a {
  min-height: 40px;
  padding-inline: 10px;
  font-size: clamp(.78rem, 1.8vw, .92rem);
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 360px) {
  .may-service-card__actions,
  .may-service-card .may-card-actions,
  .may-service-card .may-card__actions {
    grid-template-columns: 1fr;
  }
}

.may-video-row,
.may-video-grid {
  display: grid;
  gap: clamp(12px, 2vw, 22px);
}

@media (min-width: 1024px) {
  .may-video-row,
  .may-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 520px) and (max-width: 1023px) {
  .may-video-row,
  .may-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 360px) and (max-width: 519px) {
  .may-video-row,
  .may-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 359px) {
  .may-video-row,
  .may-video-grid {
    grid-template-columns: 1fr;
  }
}

.may-short-card__thumb,
.may-video-card__thumb,
.may-video-frame {
  display: flex;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: var(--may-radius-media);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.may-short-card__thumb img,
.may-video-card__thumb img,
.may-video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.may-price-row .may-btn,
.may-price-row .may-button,
.may-pricing-page .may-btn,
.may-pricing-page .may-button {
  min-height: 40px;
  padding-inline: 18px;
  border-color: transparent;
  border-radius: 999px;
  background: var(--may-accent);
  color: #fffdf8;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.15;
  opacity: 1;
  text-indent: 0;
  white-space: nowrap;
}

.may-price-row .may-btn:empty,
.may-price-row .may-button:empty {
  display: inline-flex;
}

.may-price-row .may-btn:empty::before,
.may-price-row .may-button:empty::before {
  content: "Đặt lịch";
}

.may-video-row,
.may-video-grid {
  display: grid;
  gap: clamp(12px, 2vw, 22px);
}

@media (min-width: 1024px) {
  body .may-video-row,
  body .may-video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 520px) and (max-width: 1023px) {
  body .may-video-row,
  body .may-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 360px) and (max-width: 519px) {
  body .may-video-row,
  body .may-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 339px) {
  body .may-video-row,
  body .may-video-grid {
    grid-template-columns: 1fr !important;
  }
}

.may-short-card {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.may-short-card__media,
.may-short-card__thumb,
.may-video-frame {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 9 / 16 !important;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--may-surface-soft);
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.may-short-card__media img,
.may-short-card__thumb-img,
.may-short-card__thumb img,
.may-video-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.may-short-card__play,
.may-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(43, 20, 11, .72);
  color: #fffdf8;
  transform: translate(-50%, -50%);
}

.may-short-card__play svg,
.may-play svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.may-short-card__body {
  display: grid;
  gap: 6px;
  padding-top: 12px;
}

@media (min-width: 360px) and (max-width: 767px) {
  body .may-service-grid,
  body .may-services-grid,
  body .may-service-preview-grid,
  body.post-type-archive-may_service .may-service-grid,
  body.tax-may_service_category .may-service-grid,
  body .may-service-grid--booking,
  body .may-service-grid--partial,
  body .may-booking-suggestions .may-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }
}

@media (max-width: 339px) {
  body .may-service-grid,
  body .may-services-grid,
  body .may-service-preview-grid,
  body.post-type-archive-may_service .may-service-grid,
  body.tax-may_service_category .may-service-grid,
  body .may-service-grid--booking,
  body .may-service-grid--partial,
  body .may-booking-suggestions .may-service-grid {
    grid-template-columns: 1fr !important;
  }
}

.may-service-card {
  display: flex;
  flex-direction: column;
}

.may-service-card__meta,
.may-service-card .may-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 12px;
}

.may-service-card .may-card-actions,
.may-service-card__actions,
.may-service-card .may-card__actions {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.may-service-card .may-card-actions .may-btn,
.may-service-card__actions .may-btn,
.may-service-card .may-card__actions .may-btn,
.may-service-card .may-card-actions .may-card-action,
.may-service-card__actions .may-card-action,
.may-service-card .may-card__actions .may-card-action,
.may-service-card .may-card-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: clamp(.78rem, 1.5vw, .92rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 340px) {
  .may-service-card .may-card-actions,
  .may-service-card__actions,
  .may-service-card .may-card__actions {
    grid-template-columns: 1fr;
  }
}

body .may-pricing-page .may-btn,
body .may-pricing-page .may-button,
body .may-price-row .may-btn,
body .may-price-row .may-button,
body .may-price-row a {
  min-height: 40px;
  padding-inline: 18px;
  border-color: transparent;
  border-radius: 999px;
  background: #b98238 !important;
  color: #fffdf8 !important;
  font-family: var(--may-font-body);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  opacity: 1;
  text-indent: 0;
  white-space: nowrap;
}

body .may-pricing-page .may-btn *,
body .may-pricing-page .may-button *,
body .may-price-row .may-btn *,
body .may-price-row .may-button * {
  color: inherit;
}

body .may-footer {
  padding: clamp(44px, 6vw, 72px) 0;
  background: #2b140b;
  color: rgba(255, 250, 242, .78);
}

body .may-footer .may-footer__grid {
  display: grid;
  width: min(100% - 32px, var(--may-container));
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

body .may-footer .may-footer__grid h1,
body .may-footer .may-footer__grid h2,
body .may-footer .may-footer__grid h3,
body .may-footer .may-footer-title,
body .may-footer .may-footer-column-title {
  margin: 0 0 12px;
  color: #fffaf2 !important;
  font-family: var(--may-font-body);
  font-size: .88rem !important;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .01em;
}

body .may-footer p,
body .may-footer a,
body .may-footer li {
  color: rgba(255, 250, 242, .72);
  font-family: var(--may-font-body);
  font-size: .9rem;
  line-height: 1.62;
}

body .may-footer a {
  display: block;
  text-decoration: none;
}

body .may-footer a:hover,
body .may-footer a:focus-visible {
  color: #fffaf2;
}

body .may-footer-socials,
body .may-footer .may-contact-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

body .may-footer-socials a,
body .may-footer-socials button,
body .may-footer .may-contact-chip-list a,
body .may-footer .may-contact-chip-list button {
  display: inline-flex;
  width: auto;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 250, 242, .16);
  border-radius: 999px;
  background: rgba(255, 250, 242, .08);
  color: #fffaf2;
}

@media (max-width: 900px) {
  body .may-footer .may-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body .may-footer .may-footer__grid {
    width: min(100% - 28px, var(--may-container));
    grid-template-columns: 1fr;
  }
}

:root {
  --may-font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --may-font-body: "Inter", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --may-radius-card: 8px;
  --may-radius-media: 8px;
  --may-card-border-color: rgba(116, 83, 45, .16);
  --may-card-border-rule: 1px solid var(--may-card-border-color);
  --may-card-shadow-soft: 0 10px 28px rgba(50, 36, 23, .055);
}

body.may-home-ui,
body.may-home-ui button,
body.may-home-ui input,
body.may-home-ui select,
body.may-home-ui textarea {
  font-family: var(--may-font-body) !important;
  letter-spacing: 0;
}

body.may-home-ui h1,
body.may-home-ui h2,
body.may-home-ui h3,
.may-core-hero__copy h1,
.may-section-head h2,
.may-section-heading h2,
.may-service-card h3,
.may-post-card__title,
.may-short-card__body h3,
.may-core-faq-list h3 {
  font-family: var(--may-font-heading) !important;
  letter-spacing: 0;
  text-wrap: wrap;
}

.may-service-card,
.may-card,
.may-post-card,
.may-short-card,
.may-review-card,
.may-faq-item,
.may-core-panel,
.may-core-faq-list article,
.may-booking-form,
.may-booking-copy,
.may-price-row,
.may-contact-card,
.may-manual-review-card {
  background: var(--may-surface, #fffdf8);
  border: var(--may-card-border-rule);
  border-radius: var(--may-radius-card);
  box-shadow: var(--may-card-shadow-soft);
}

.may-short-card {
  overflow: hidden;
}

.may-service-card,
.may-post-card,
.may-short-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.may-service-card__media,
.may-post-card__media,
.may-short-card__media,
.may-media-frame {
  border-radius: var(--may-radius-media) !important;
}

.may-video-row,
.may-video-grid {
  display: grid;
  gap: clamp(12px, 2vw, 20px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.may-short-card__media,
button.may-short-card__media,
.may-video-frame {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16 !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: inherit;
  background: #efe5d6;
}

.may-short-card__media img,
.may-short-card__thumb-img,
.may-video-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.may-short-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  color: #9b6a2c;
  box-shadow: 0 12px 30px rgba(38, 26, 16, .18);
}

.may-short-card__play svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.may-short-card__body {
  padding: 14px 14px 16px;
}

.may-short-card__body h3,
.may-post-card__title,
.may-service-card h3 {
  font-size: clamp(1rem, 2vw, 1.2rem) !important;
  line-height: 1.28;
}

.may-video-modal[hidden] {
  display: none !important;
}

.may-video-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 44px);
}

.may-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 14, 10, .72);
  backdrop-filter: blur(8px);
}

.may-video-modal__dialog {
  position: relative;
  width: min(92vw, 430px);
  max-height: min(86vh, 760px);
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  background: #120c08;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
}

.may-video-modal__frame,
.may-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.may-video-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 250, 242, .35);
  border-radius: 999px;
  background: #fffdf8;
  color: #2f2118;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

body.may-video-modal-open {
  overflow: hidden;
}

.may-service-grid,
.may-services-grid,
.may-service-preview-grid {
  display: grid;
  gap: clamp(12px, 2vw, 22px);
}

@media (min-width: 1024px) {
  .may-service-grid,
  .may-services-grid,
  .may-service-preview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .may-service-grid,
  .may-services-grid,
  .may-service-preview-grid,
  .may-video-row,
  .may-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  body .may-service-grid,
  body .may-services-grid,
  body .may-service-preview-grid,
  body .post-type-archive-may_service .may-service-grid,
  body .tax-may_service_category .may-service-grid,
  body .may-booking-suggestions .may-service-grid,
  body .may-video-row,
  body .may-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }
}

@media (max-width: 339px) {
  body .may-service-grid,
  body .may-services-grid,
  body .may-service-preview-grid,
  body .may-video-row,
  body .may-video-grid {
    grid-template-columns: 1fr !important;
  }
}

.may-service-card__meta,
.may-service-card .may-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 12px;
}

.may-service-card .may-card-actions,
.may-service-card__actions,
.may-service-card .may-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.may-card-action,
.may-service-card .may-button,
.may-service-card .may-btn {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  font-size: clamp(.76rem, 1.8vw, .92rem);
  font-weight: 800;
  line-height: 1.18;
}

.may-post-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.may-post-card__media img,
.may-post-card__image-link,
.may-post-card__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.may-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(16px, 2vw, 22px);
}

.may-post-card__title,
.may-post-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.may-post-card__title {
  -webkit-line-clamp: 2;
}

.may-post-card__excerpt {
  -webkit-line-clamp: 3;
}

.may-post-card__footer {
  margin-top: auto;
}

.may-pricing-page .may-btn,
.may-pricing-page .may-button,
.may-price-row .may-btn,
.may-price-row .may-button,
.may-price-row a {
  min-height: 40px;
  padding-inline: 18px;
  border-radius: 999px;
  background: #b98238 !important;
  color: #fffdf8 !important;
  font-family: var(--may-font-body) !important;
  font-size: .92rem;
  font-weight: 800;
  opacity: 1 !important;
  text-decoration: none;
  text-indent: 0 !important;
  white-space: nowrap;
}

.may-booking-focused .may-core-hero--compact {
  padding-block: clamp(34px, 5vw, 58px) clamp(20px, 3vw, 34px);
}

.may-booking-focused .may-core-hero__grid {
  grid-template-columns: minmax(0, 1fr);
}

.may-booking-focused .may-core-hero__copy {
  max-width: 760px;
}

.may-booking-focused .may-core-hero__copy h1 {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
}

.may-booking-focused .may-core-mini-steps {
  display: none;
}

.may-booking-focused .may-booking-section {
  padding-top: clamp(20px, 3vw, 36px);
}

.may-booking-focused .may-booking-grid {
  align-items: start;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.45fr);
}

.may-booking-focused .may-booking-copy,
.may-booking-focused .may-booking-form {
  border-radius: 8px;
}

.may-booking-focused .may-booking-copy {
  padding: clamp(18px, 2.5vw, 28px);
}

.may-booking-focused .may-booking-form {
  padding: clamp(20px, 3vw, 34px);
}

.may-booking-focused .may-service-grid--booking {
  opacity: .94;
}

.may-footer {
  background: #2b140b !important;
  color: rgba(255, 250, 242, .78);
}

body .may-footer .may-footer__grid h1,
body .may-footer .may-footer__grid h2,
body .may-footer .may-footer__grid h3,
.may-footer-title,
.may-footer-column-title {
  color: #fffaf2 !important;
  font-family: var(--may-font-body) !important;
  font-size: .88rem !important;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.may-footer p,
.may-footer a,
.may-footer li {
  color: rgba(255, 250, 242, .72) !important;
  font-family: var(--may-font-body) !important;
  font-size: .9rem;
  line-height: 1.62;
}

.may-footer a:hover {
  color: #fffaf2 !important;
}

@media (max-width: 760px) {
  .may-booking-focused .may-booking-grid {
    grid-template-columns: 1fr;
  }

  .may-booking-focused .may-booking-copy {
    order: 2;
  }

  .may-booking-focused .may-booking-form {
    order: 1;
  }
}

.may-short-card__placeholder,
.may-short-card__media.is-video-thumb-missing .may-short-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f2e6d7, #e4d1b8);
  color: #9b6a2c;
}

.may-short-card__placeholder svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.may-home-news-grid,
.may-news-grid,
.may-post-grid,
#may-home-news .may-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
}

.may-news-layout--grid {
  display: block;
}

.may-home-news-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(18px, 3vw, 28px);
}

.may-post-card {
  min-width: 0;
  height: 100%;
}

.may-post-card__media {
  aspect-ratio: 16 / 10;
}

.may-post-card__title,
.may-post-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.may-post-card__title {
  -webkit-line-clamp: 2;
}

.may-post-card__excerpt {
  -webkit-line-clamp: 3;
}

.may-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 42px);
}

.may-pagination ul,
.may-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.may-pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.may-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(116, 83, 45, .18);
  border-radius: 999px;
  background: #fffdf8;
  color: #5b3b22;
  font-family: var(--may-font-body);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.may-pagination .page-numbers.current {
  background: #b98238;
  border-color: #b98238;
  color: #fffdf8;
}

.may-pagination a.page-numbers:hover,
.may-pagination a.page-numbers:focus-visible {
  background: #f5eadc;
  color: #2f2118;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .may-home-news-grid,
  .may-news-grid,
  .may-post-grid,
  #may-home-news .may-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  body .may-home-news-grid,
  body .may-news-grid,
  body .may-post-grid,
  body #may-home-news .may-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }
}

@media (max-width: 359px) {
  body .may-home-news-grid,
  body .may-news-grid,
  body .may-post-grid,
  body #may-home-news .may-blog-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .may-post-card {
    border-radius: 8px;
  }

  .may-post-card__body,
  .may-post-card .may-card__body {
    padding: 10px;
    gap: 7px;
  }

  .may-post-card__media {
    border-radius: 8px 8px 0 0 !important;
    aspect-ratio: 16 / 11;
  }

  .may-post-card__title,
  .may-post-card h3 {
    font-size: .92rem !important;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .may-post-card__excerpt,
  .may-post-card p {
    font-size: .78rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #may-home-news .may-post-card__excerpt {
    display: none;
  }

  .may-post-card__meta,
  .may-post-card .may-post-meta {
    gap: 5px;
    font-size: .68rem;
    line-height: 1.25;
  }

  .may-post-card__footer a,
  .may-post-card .may-btn,
  .may-post-card a {
    font-size: .72rem;
  }

  .may-pagination .page-numbers {
    min-width: 34px;
    min-height: 34px;
    font-size: .82rem;
  }
}

@media (max-width: 1199px) {
  html body aside.may-cta-rail,
  html body .may-cta-rail {
    display: none !important;
  }
}

body.may-home-ui .may-footer svg,
body.may-home-ui .may-cta-rail svg,
body.may-home-ui .may-mobile-sticky svg,
body.may-home-ui .may-contact-chip svg,
body.may-home-ui .may-app-icon svg,
body.may-page-shell .may-footer svg,
body.may-page-shell .may-cta-rail svg,
body.may-page-shell .may-mobile-sticky svg,
body.may-page-shell .may-contact-chip svg,
body.may-page-shell .may-app-icon svg {
  width: 1em;
  height: 1em;
  max-width: 24px;
  max-height: 24px;
  display: block;
}

body.may-home-ui .may-app-icon,
body.may-page-shell .may-app-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
}

body.may-home-ui .may-app-icon svg,
body.may-home-ui .may-app-icon img,
body.may-page-shell .may-app-icon svg,
body.may-page-shell .may-app-icon img {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  display: block;
}

body .may-service-package .may-button,
body .may-price-row .may-button,
body.single-may_service .may-price-row .may-button,
body.single-may_service .may-service-package .may-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 92px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #b98238;
  color: #fffdf8;
  font-family: var(--may-font-body);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  opacity: 1;
  text-indent: 0;
  white-space: nowrap;
}

body .may-service-package .may-button *,
body .may-price-row .may-button * {
  color: inherit;
}

.may-app-icon,
.may-contact-icon,
.may-cta-icon,
.may-channel-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
}

.may-app-icon img,
.may-contact-icon img,
.may-cta-icon img,
.may-channel-icon img,
.may-app-icon svg,
.may-contact-icon svg,
.may-cta-icon svg,
.may-channel-icon svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
  display: block;
}

.may-service-package.is-featured {
  border-color: color-mix(in srgb, var(--may-accent) 35%, var(--may-border));
  box-shadow: 0 18px 38px rgba(46, 76, 59, .11);
}

.may-service-package__badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(190, 145, 70, .14);
  color: var(--may-accent-strong);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.may-service-package .may-button,
.may-price-row .may-button {
  white-space: nowrap;
}

.may-service-hero__media,
.may-service-hero__media img,
.may-service-card__media,
.may-service-card__media img {
  max-width: 100%;
}

@media (max-width: 420px) {
  .may-service-package .may-button,
  .may-price-row .may-button {
    min-width: 100%;
  }
}

.may-section-head--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 42px);
  text-align: left;
}

.may-section-head--split > div {
  max-width: 740px;
}

.may-gallery-section {
  background: linear-gradient(180deg, #fffdf8 0%, #f8f0e7 100%);
  overflow: hidden;
}

.may-gallery-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
  padding: 2px 2px 12px;
}

.may-gallery-card {
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid rgba(116, 83, 45, .16);
  border-radius: 8px;
  background: #fffdf8;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(68, 45, 25, .08);
}

.may-gallery-card__media {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  background: linear-gradient(145deg, #f2e5d5, #e6d2b9);
}

.may-gallery-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.may-gallery-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #9b6a2c;
}

.may-gallery-card__placeholder svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.may-gallery-card__body {
  padding: 14px 15px 16px;
}

.may-gallery-card__body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.25;
}

.may-gallery-card__body p {
  margin: 0;
  color: #6f5948;
  font-size: .9rem;
  line-height: 1.55;
}

.may-final-cta-section {
  padding-block: clamp(42px, 6vw, 72px);
}

.may-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: center;
  gap: clamp(20px, 4vw, 46px);
  border: 1px solid rgba(116, 83, 45, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffdf8 0%, #f2e5d5 100%);
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 18px 44px rgba(68, 45, 25, .08);
}

.may-final-cta h2 {
  margin: 6px 0 10px;
  max-width: 720px;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.may-final-cta p {
  margin: 0;
  max-width: 640px;
  color: #6f5948;
  line-height: 1.7;
}

.may-final-cta__actions {
  display: grid;
  gap: 10px;
}

.may-final-cta__button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(116, 83, 45, .18);
  border-radius: 999px;
  background: #fffdf8;
  color: #4a2f1d;
  font-size: .95rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.may-final-cta__button:first-child {
  background: #b98238;
  border-color: #b98238;
  color: #fffdf8;
}

.may-final-cta__button .may-app-icon {
  width: 24px;
  height: 24px;
}

.may-final-cta__button .may-app-icon svg {
  width: 100%;
  height: 100%;
}

.may-coupon {
  min-height: 0;
}

@media (max-width: 1023px) {
  .may-section-head--split,
  .may-final-cta {
    grid-template-columns: 1fr;
  }

  .may-section-head--split {
    display: grid;
    align-items: start;
  }

  .may-gallery-rail {
    grid-template-columns: none;
    grid-auto-columns: minmax(260px, 46vw);
  }
}

@media (max-width: 1199px) {
  .may-cta-rail {
    display: none !important;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  body .may-service-grid,
  body .may-services-grid,
  body .may-video-row,
  body .may-video-grid,
  body .may-home-news-grid,
  body .may-news-grid,
  body .may-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .may-gallery-section .may-container {
    padding-right: 0;
  }

  .may-gallery-rail {
    grid-auto-columns: minmax(238px, 78vw);
    padding-right: 18px;
  }

  .may-gallery-card__body {
    padding: 12px;
  }

  .may-gallery-card__body h3 {
    font-size: .92rem;
  }

  .may-gallery-card__body p {
    font-size: .8rem;
  }

  .may-final-cta {
    padding: 20px;
  }

  .may-final-cta h2 {
    font-size: 1.55rem;
  }

  .may-final-cta__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 359px) {
  body .may-service-grid,
  body .may-services-grid,
  body .may-video-row,
  body .may-video-grid,
  body .may-home-news-grid,
  body .may-news-grid,
  body .may-post-grid {
    grid-template-columns: 1fr !important;
  }

  .may-gallery-rail {
    grid-auto-columns: minmax(220px, 86vw);
  }
}

@media (max-width: 1199px) {
  body .may-cta-rail {
    display: none !important;
  }
}

.may-app-icon,
.may-contact-icon,
.may-cta-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
}

.may-app-icon img,
.may-contact-icon img,
.may-cta-icon img,
.may-app-icon svg,
.may-contact-icon svg,
.may-cta-icon svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
  display: block;
}

.may-cta-rail .may-app-icon,
.may-cta-rail .may-contact-icon,
.may-cta-rail .may-cta-icon,
.may-cta-rail .may-channel-icon {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.may-cta-rail .may-app-icon img,
.may-cta-rail .may-contact-icon img,
.may-cta-rail .may-cta-icon img,
.may-cta-rail .may-channel-icon img,
.may-cta-rail .may-app-icon svg,
.may-cta-rail .may-contact-icon svg,
.may-cta-rail .may-cta-icon svg,
.may-cta-rail .may-channel-icon svg {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}

.may-footer .may-app-icon,
.may-footer .may-contact-icon,
.may-footer .may-cta-icon,
.may-footer .may-channel-icon {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
}

body .may-app-icon,
body .may-contact-icon,
body .may-cta-icon,
body .may-channel-icon {
  box-sizing: border-box;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  flex: 0 0 28px !important;
}

body .may-app-icon img,
body .may-contact-icon img,
body .may-cta-icon img,
body .may-channel-icon img,
body .may-app-icon svg,
body .may-contact-icon svg,
body .may-cta-icon svg,
body .may-channel-icon svg {
  width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  max-height: 18px !important;
}

body .may-cta-rail .may-app-icon,
body .may-cta-rail .may-contact-icon,
body .may-cta-rail .may-cta-icon,
body .may-cta-rail .may-channel-icon {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  flex-basis: 24px !important;
}

body .may-cta-rail .may-app-icon img,
body .may-cta-rail .may-contact-icon img,
body .may-cta-rail .may-cta-icon img,
body .may-cta-rail .may-channel-icon img,
body .may-cta-rail .may-app-icon svg,
body .may-cta-rail .may-contact-icon svg,
body .may-cta-rail .may-cta-icon svg,
body .may-cta-rail .may-channel-icon svg {
  width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  max-height: 20px !important;
}

body .may-footer .may-app-icon,
body .may-footer .may-contact-icon,
body .may-footer .may-cta-icon,
body .may-footer .may-channel-icon {
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  flex-basis: 26px !important;
}

@media (max-width: 760px) {
  :root {
    --may-h1-size: var(--may-h1-size-mobile);
    --may-h2-size: var(--may-h2-size-mobile);
    --may-h3-size: var(--may-card-title-size);
    --may-body-size: .96rem;
    --may-small-size: .82rem;
    --may-container: 100%;
  }
}

/* Typography tokens */
:root {
  --may-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --may-font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --may-font-heading-safe: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --may-font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --may-text-xs: clamp(.75rem, .72rem + .12vw, .82rem);
  --may-text-sm: clamp(.82rem, .79rem + .16vw, .9rem);
  --may-text-md: clamp(.94rem, .9rem + .18vw, 1rem);
  --may-text-lg: clamp(1.04rem, .98rem + .26vw, 1.16rem);
  --may-text-xl: clamp(1.18rem, 1.08rem + .42vw, 1.38rem);
  --may-h1: clamp(2.25rem, 5vw, 4rem);
  --may-h1-hero: clamp(2.35rem, 6vw, 4.5rem);
  --may-h2: clamp(1.75rem, 3.2vw, 2.75rem);
  --may-h3: clamp(1.18rem, 1.7vw, 1.48rem);
  --may-h4: clamp(1.02rem, 1.2vw, 1.18rem);
  --may-leading-tight: 1.08;
  --may-leading-heading: 1.14;
  --may-leading-body: 1.68;
  --may-leading-ui: 1.18;
  --may-tracking-eyebrow: .035em;
  --may-tracking-ui: 0;
  --may-btn-height-sm: 38px;
  --may-btn-height-md: 44px;
  --may-btn-height-lg: 52px;
  --may-btn-radius: 999px;
  --may-btn-font-size: var(--may-text-sm);
  --may-btn-font-weight: 760;
  --may-space-1: .25rem;
  --may-space-2: .5rem;
  --may-space-3: .75rem;
  --may-space-4: 1rem;
  --may-space-5: 1.5rem;
  --may-space-6: 2rem;
  --may-section-y: clamp(58px, 7vw, 94px);
  --may-section-y-sm: clamp(42px, 5vw, 68px);
  --may-container: 1180px;
  --may-container-narrow: 920px;
  --may-h1-size-desktop: var(--may-h1);
  --may-h1-size-mobile: clamp(2rem, 9vw, 2.5rem);
  --may-h2-size-desktop: var(--may-h2);
  --may-h2-size-mobile: clamp(1.62rem, 7vw, 2rem);
  --may-card-title-size: var(--may-h4);
  --may-body-size: var(--may-text-md);
  --may-small-size: var(--may-text-sm);
  --may-line-height-heading: var(--may-leading-heading);
  --may-line-height-body: var(--may-leading-body);
  --may-h1-size: var(--may-h1-size-desktop);
  --may-h2-size: var(--may-h2-size-desktop);
  --may-h3-size: var(--may-h3);
  --may-heading-line: var(--may-line-height-heading);
  --may-body-line: var(--may-line-height-body);
}

.may-eyebrow,
.may-meta-text {
  font-family: var(--may-font-ui);
  font-size: var(--may-text-sm);
  font-weight: 760;
  letter-spacing: var(--may-tracking-eyebrow);
  line-height: var(--may-leading-ui);
}

.may-page-title {
  font-family: var(--may-font-heading);
  font-size: var(--may-h1);
  font-weight: 680;
  line-height: var(--may-leading-tight);
  letter-spacing: 0;
}

.may-section-title {
  font-family: var(--may-font-heading);
  font-size: var(--may-h2);
  font-weight: 660;
  line-height: var(--may-leading-heading);
  letter-spacing: 0;
}

.may-card-title {
  font-family: var(--may-font-heading);
  font-size: var(--may-h4);
  font-weight: 680;
  line-height: 1.22;
  letter-spacing: 0;
}

.may-section-subtitle,
.may-card-text,
.may-body-text {
  font-family: var(--may-font-body);
  font-size: var(--may-text-md);
  line-height: var(--may-leading-body);
}

.may-button-text {
  font-family: var(--may-font-ui);
  font-size: var(--may-btn-font-size);
  font-weight: var(--may-btn-font-weight);
  line-height: var(--may-leading-ui);
  letter-spacing: var(--may-tracking-ui);
}

/* Vietnamese typography guard */
body.may-home-ui :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .may-page-title,
  .may-section-title,
  .may-card-title,
  .may-service-card__title,
  .may-pricing-title,
  .may-booking-title,
  .may-news-card__title,
  .may-footer-title,
  .may-button,
  .may-card-action,
  .may-nav a,
  .may-main-nav a,
  .may-post-card__title,
  .may-price-row__main h3,
  .may-booking-section-title h4,
  .may-core-card h3,
  .may-core-panel h2,
  .may-core-panel h3,
  .may-faq-item__trigger,
  .may-faq-item__trigger span,
  .may-service-package h3,
  .may-service-detail-block h2
) {
  font-family: var(--may-font-ui, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-wrap: wrap;
  font-variant: normal;
  font-feature-settings: normal;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

body.may-home-ui :where(
  .may-service-card__title,
  .may-post-card__title,
  .may-price-row__main h3,
  .may-core-card h3,
  .may-booking-section-title h4
) {
  word-break: normal;
  overflow-wrap: normal;
}

@media (max-width: 760px) {
  :root {
    --may-h1-size: var(--may-h1-size-mobile);
    --may-h2-size: var(--may-h2-size-mobile);
    --may-h3-size: var(--may-card-title-size);
    --may-body-size: .9375rem;
    --may-small-size: .8125rem;
    --may-section-y: clamp(42px, 10vw, 58px);
    --may-section-y-sm: clamp(34px, 8vw, 48px);
    --may-container: 100%;
  }
}
