/* eroticmassagemalta.com, prefix mlt-. White ground, coral rose, limestone sand, plum ink. */
:root {
  --mlt-bg: #ffffff;
  --mlt-panel: #fdf3f5;
  --mlt-sand: #efe4d2;
  --mlt-sand-deep: #d8c6a6;
  --mlt-ink: #241b21;
  --mlt-muted: #6b5c63;
  --mlt-rose: #d9466e;
  --mlt-rose-deep: #b8305a;
  --mlt-wa: #25d366;
  --mlt-wa-deep: #1aa851;
  --mlt-line: #eadfe3;
  --mlt-display: "Marcellus", "Cormorant Garamond", Georgia, serif;
  --mlt-body: "Figtree", "Segoe UI", system-ui, sans-serif;
  --mlt-wrap: 84rem;
  --mlt-radius: 18px;
}
html { font-size: clamp(16px, 0.42vw + 12.5px, 22px); -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
* { box-sizing: border-box; }
body.mlt-body { margin: 0; background: var(--mlt-bg); color: var(--mlt-ink); font-family: var(--mlt-body); line-height: 1.65; font-size: 1.05rem; }
body.mlt-noscroll { overflow: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--mlt-rose-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--mlt-rose); }
h1, h2, h3 { font-family: var(--mlt-display); font-weight: 400; line-height: 1.15; margin: 0 0 0.6em; letter-spacing: 0.005em; }
h2 { font-size: clamp(1.55rem, 1.2rem + 1.2vw, 2.2rem); margin-top: 0.4em; }
h3 { font-size: 1.2rem; }
strong { font-weight: 700; color: var(--mlt-ink); }
.mlt-wrap { width: min(100% - 2.5rem, var(--mlt-wrap)); margin-inline: auto; }
.mlt-skip { position: absolute; left: -999px; top: 0; background: var(--mlt-ink); color: #fff; padding: .5rem 1rem; }
.mlt-skip:focus { left: 1rem; z-index: 50; }

/* Buttons */
.mlt-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.4rem; border-radius: 999px; font-weight: 700; text-decoration: none; line-height: 1.1; white-space: nowrap; border: 2px solid transparent; transition: background .15s, color .15s, border-color .15s, transform .15s; }
.mlt-btn:hover { transform: translateY(-1px); }
.mlt-btn--wa { background: var(--mlt-wa); color: #fff; }
.mlt-btn--wa:hover { background: var(--mlt-wa-deep); color: #fff; }
.mlt-btn--wa::before { content: ""; width: 1.05em; height: 1.05em; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 2a10 10 0 0 0-8.6 15.1L2 22l5-1.3A10 10 0 1 0 12 2zm0 18.2a8.2 8.2 0 0 1-4.2-1.2l-.3-.2-3 .8.8-2.9-.2-.3A8.2 8.2 0 1 1 12 20.2zm4.5-6.1c-.2-.1-1.5-.7-1.7-.8s-.4-.1-.6.1-.6.8-.8 1-.3.2-.5.1a6.7 6.7 0 0 1-3.3-2.9c-.2-.4.3-.4.7-1.3.1-.2 0-.3 0-.4l-.8-1.8c-.2-.5-.4-.4-.6-.4h-.5a1 1 0 0 0-.7.3 3 3 0 0 0-.9 2.2 5.2 5.2 0 0 0 1.1 2.8 12 12 0 0 0 4.6 4.1c1.7.7 2.4.8 3.2.7a2.8 2.8 0 0 0 1.8-1.3 2.3 2.3 0 0 0 .2-1.3c-.1-.1-.3-.2-.5-.3z'/></svg>") center/contain no-repeat; }
.mlt-btn--ghost { background: transparent; color: var(--mlt-ink); border-color: var(--mlt-sand-deep); }
.mlt-btn--ghost:hover { border-color: var(--mlt-rose); color: var(--mlt-rose-deep); }

/* Header */
.mlt-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.985); backdrop-filter: blur(8px); border-bottom: 1px solid var(--mlt-line); }
.mlt-header-in { display: flex; align-items: center; gap: 1.5rem; min-height: 4.4rem; }
.mlt-brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--mlt-ink); margin-right: auto; }
.mlt-brand-mark { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--mlt-rose); color: #fff; font-family: var(--mlt-display); font-size: 1.4rem; }
.mlt-brand-text { font-family: var(--mlt-display); font-size: 1.25rem; line-height: 1.05; }
.mlt-brand-text em { display: block; font-style: normal; font-family: var(--mlt-body); font-size: .72rem; color: var(--mlt-muted); letter-spacing: .06em; text-transform: uppercase; }
.mlt-nav-list { list-style: none; margin: 0; padding: 0; display: flex; gap: .2rem; }
.mlt-nav-list a { display: block; padding: .5rem .75rem; border-radius: 999px; text-decoration: none; color: var(--mlt-ink); font-weight: 600; font-size: .95rem; }
.mlt-nav-list a:hover, .mlt-nav-list a[aria-current="page"] { background: var(--mlt-panel); color: var(--mlt-rose-deep); }
.mlt-nav-toggle { display: none; }

/* Hero */
.mlt-hero { background: linear-gradient(180deg, var(--mlt-panel) 0%, #fff 100%); padding-block: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem); }
.mlt-hero-in { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.mlt-hero--portrait .mlt-hero-in { grid-template-columns: 1.3fr .8fr; }
.mlt-kicker { margin: 0 0 .8rem; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mlt-rose-deep); font-weight: 700; }
.mlt-h1 { font-size: clamp(2rem, 1.4rem + 2.4vw, 3.6rem); margin-bottom: .5em; }
.mlt-deck { font-size: 1.2rem; color: var(--mlt-muted); max-width: 40rem; margin: 0 0 1.4rem; }
.mlt-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.4rem; }
.mlt-facts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem .6rem; }
.mlt-facts li { background: #fff; border: 1px solid var(--mlt-line); border-radius: 999px; padding: .35rem .8rem; font-size: .85rem; color: var(--mlt-muted); }
.mlt-facts li::before { content: "\2713\00a0"; color: var(--mlt-rose); font-weight: 700; }
.mlt-hero-media { margin: 0; }
.mlt-hero-media img { width: 100%; border-radius: var(--mlt-radius); box-shadow: 0 24px 60px -30px rgba(36,27,33,.45); background: var(--mlt-sand); }
.mlt-hero--portrait .mlt-hero-media img { max-height: 78vh; width: auto; margin-inline: auto; }
.mlt-hero-media figcaption { font-size: .8rem; color: var(--mlt-muted); text-align: center; margin-top: .6rem; }

/* Article */
.mlt-article { padding-block: clamp(2rem, 4vw, 3.5rem) 2rem; }
.mlt-prose { max-width: 48rem; }
.mlt-section { margin-bottom: 2.4rem; }
.mlt-section p { margin: 0 0 1.05em; }
.mlt-menu { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: .7rem; }
.mlt-menu li { background: var(--mlt-panel); border-left: 4px solid var(--mlt-rose); border-radius: 0 12px 12px 0; padding: .8rem 1rem; }
.mlt-menu li > a:first-child, .mlt-menu-name { font-family: var(--mlt-display); font-size: 1.25rem; }
.mlt-menu--cards li { display: grid; gap: .25rem; }
.mlt-menu--cards li > span:last-child { color: var(--mlt-muted); }
.mlt-cta-line { margin-top: 1.4rem; }

/* Sidebar (wide screens) */
.mlt-side { display: none; }
@media (min-width: 1100px) {
  .mlt-article--side { display: grid; grid-template-columns: minmax(0, 48rem) minmax(16rem, 22rem); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
  .mlt-article--side > .mlt-prose { grid-column: 1; }
  .mlt-article--side > .mlt-faq, .mlt-article--side > .mlt-band { grid-column: 1; }
  .mlt-side { display: block; grid-column: 2; grid-row: 1 / span 3; }
  .mlt-side-sticky { position: sticky; top: 5.4rem; display: grid; gap: 1.2rem; }
}
.mlt-side-card { background: var(--mlt-panel); border: 1px solid var(--mlt-line); border-radius: var(--mlt-radius); padding: 1.2rem; display: grid; gap: .7rem; }
.mlt-side-title { font-family: var(--mlt-display); font-size: 1.35rem; margin: 0; }
.mlt-side-wa { justify-content: center; }
.mlt-side-alt { font-size: .9rem; text-align: center; }
.mlt-side-facts { margin: .3rem 0 0; display: grid; gap: .5rem; font-size: .9rem; }
.mlt-side-facts div { display: grid; grid-template-columns: 5.2rem 1fr; gap: .4rem; }
.mlt-side-facts dt { color: var(--mlt-muted); font-weight: 700; }
.mlt-side-facts dd { margin: 0; }
.mlt-side-photo { margin: 0; }
.mlt-side-photo img { width: 100%; border-radius: 14px; background: var(--mlt-sand); }
.mlt-side-photo figcaption { font-size: .82rem; text-align: center; margin-top: .5rem; }
.mlt-side-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .2rem; }
.mlt-side-nav a { display: block; padding: .45rem .7rem; border-radius: 10px; text-decoration: none; color: var(--mlt-ink); font-weight: 600; }
.mlt-side-nav a:hover, .mlt-side-nav a[aria-current="page"] { background: var(--mlt-panel); color: var(--mlt-rose-deep); }

/* FAQ */
.mlt-faq { max-width: 48rem; }
.mlt-faq-item { border-top: 1px solid var(--mlt-line); padding: .4rem 0; }
.mlt-faq-item:last-of-type { border-bottom: 1px solid var(--mlt-line); }
.mlt-faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .5rem 0; }
.mlt-faq-item summary::-webkit-details-marker { display: none; }
.mlt-faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--mlt-rose); flex: none; }
.mlt-faq-item[open] summary::after { content: "\2212"; }
.mlt-faq-item h3 { margin: 0; font-size: 1.15rem; }
.mlt-faq-item p { margin: 0 0 .8rem; color: var(--mlt-muted); }

/* Gallery */
.mlt-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.mlt-grid li { margin: 0; }
.mlt-grid-wide { grid-column: span 2; }
.mlt-grid img, .mlt-grid video { width: 100%; height: 100%; object-fit: contain; background: var(--mlt-sand); border-radius: 14px; }
.mlt-grid-video video { aspect-ratio: 9 / 16; max-height: 70vh; }

/* Contact cards */
.mlt-contact-cards { padding-block: 1.2rem 0; }
.mlt-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.mlt-card { display: grid; gap: .15rem; padding: 1.1rem 1.2rem; border: 1px solid var(--mlt-line); border-radius: var(--mlt-radius); text-decoration: none; color: var(--mlt-ink); background: #fff; }
.mlt-card:hover { border-color: var(--mlt-rose); }
.mlt-card--wa { background: var(--mlt-wa); border-color: var(--mlt-wa); color: #fff; }
.mlt-card--wa:hover { background: var(--mlt-wa-deep); }
.mlt-card--wa .mlt-card-label, .mlt-card--wa .mlt-card-hint { color: rgba(255,255,255,.85); }
.mlt-card-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--mlt-muted); font-weight: 700; }
.mlt-card-value { font-family: var(--mlt-display); font-size: 1.35rem; }
.mlt-card-hint { font-size: .85rem; color: var(--mlt-muted); }

/* Band */
.mlt-band { margin-top: 1rem; background: var(--mlt-ink); color: #fff; border-radius: var(--mlt-radius); padding: clamp(1.4rem, 3vw, 2.4rem); }
.mlt-band-in { max-width: 48rem; }
.mlt-band-title { font-family: var(--mlt-display); font-size: 1.7rem; margin: 0 0 .4rem; }
.mlt-band p { margin: 0 0 .8rem; color: rgba(255,255,255,.85); }
.mlt-band-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.mlt-band .mlt-btn--ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.mlt-band .mlt-btn--ghost:hover { border-color: #fff; }

/* Footer */
.mlt-footer { margin-top: 2rem; background: var(--mlt-sand); color: var(--mlt-ink); padding-block: 2.4rem 5.5rem; }
.mlt-footer-in { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.mlt-footer-brand { font-family: var(--mlt-display); font-size: 1.4rem; margin: 0 0 .5rem; }
.mlt-footer-head { font-weight: 700; margin: 0 0 .5rem; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; color: var(--mlt-muted); }
.mlt-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
.mlt-footer a { color: var(--mlt-ink); }
.mlt-footer p { margin: 0 0 .6rem; font-size: .95rem; }
.mlt-footer-legal { margin-top: 1.5rem; font-size: .8rem; color: var(--mlt-muted); border-top: 1px solid var(--mlt-sand-deep); padding-top: 1rem; }

/* Sticky contact bar (mobile) */
.mlt-sticky { display: none; }

/* Lightbox */
.mlt-lb { position: fixed; inset: 0; background: rgba(20,12,16,.92); z-index: 60; display: grid; place-items: center; padding: 1.5rem; cursor: zoom-out; }
.mlt-lb[hidden] { display: none; }
.mlt-lb img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 10px; }
.mlt-lb-close { position: absolute; top: .8rem; right: 1rem; background: none; border: 0; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; }

/* Responsive */
@media (max-width: 980px) {
  .mlt-hero-in, .mlt-hero--portrait .mlt-hero-in { grid-template-columns: 1fr; }
  .mlt-hero-media { order: -1; }
  .mlt-hero--portrait .mlt-hero-media img { max-height: 46vh; }
  .mlt-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .mlt-footer-in { grid-template-columns: 1fr 1fr; }
  .mlt-footer-col:first-child { grid-column: 1 / -1; }
  .mlt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .mlt-header-in { gap: .8rem; }
  .mlt-header-wa { display: none; }
  .mlt-nav-toggle { display: inline-block; background: var(--mlt-panel); border: 1px solid var(--mlt-line); border-radius: 999px; padding: .45rem .9rem; font: inherit; font-weight: 700; color: var(--mlt-ink); }
  .mlt-nav-list { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--mlt-line); padding: .6rem 1.25rem 1rem; flex-direction: column; gap: 0; box-shadow: 0 20px 30px -20px rgba(0,0,0,.3); }
  .mlt-nav-list.is-open { display: flex; }
  .mlt-nav-list a { padding: .7rem .5rem; border-radius: 8px; }
  .mlt-hero { padding-block: 1.2rem 1.6rem; }
  .mlt-hero-actions .mlt-btn { flex: 1 1 auto; justify-content: center; }
  .mlt-contact-grid { grid-template-columns: 1fr; }
  .mlt-grid { gap: .5rem; }
  .mlt-grid-wide { grid-column: span 2; }
  .mlt-sticky { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; gap: .5rem; padding: .55rem .8rem calc(.55rem + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--mlt-line); backdrop-filter: blur(8px); }
  .mlt-sticky .mlt-btn { justify-content: center; padding: .7rem .6rem; font-size: .92rem; }
  .mlt-sticky .mlt-btn--wa { flex: 2 1 0; }
  .mlt-sticky .mlt-btn--ghost { flex: 1 1 0; }
}
