/* maxmaleescort.uk - light editorial theme
   Palette: warm cream, ink, burgundy accent */

:root {
  --bg: #f6f3ee;
  --surface: #ffffff;
  --surface-2: #efe9df;
  --ink: #17151a;
  --ink-soft: #3d3a41;
  --muted: #6f6a63;
  --line: #e3dccf;
  --accent: #9b2242;
  --accent-dark: #7a1a34;
  --accent-soft: #f4e3e8;
  --radius: 10px;
  --radius-sm: 7px;
  --maxw: 1150px;
  --head: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow: 0 14px 40px rgba(23, 21, 26, 0.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--accent-dark); }

h1, h2, h3, h4 { font-family: var(--head); color: var(--ink); font-weight: 600; line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.5rem, 5.4vw, 3.9rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.05rem; }

p { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 780px; }
.section { padding: 84px 0; }
.section-sm { padding: 52px 0; }
.surface { background: var(--surface); }
.text-center { text-align: center; }
.muted { color: var(--muted); }

.eyebrow {
  font-family: var(--head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-block;
  margin-bottom: 16px;
}
.lead { font-size: 1.2rem; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--head);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .15s ease;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--accent); border-color: var(--line); }
.btn-light:hover { border-color: var(--accent); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 243, 238, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.brand {
  font-family: var(--head);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ink);
  letter-spacing: -0.02em;
  display: flex; align-items: center; gap: 8px;
}
.brand:hover { color: var(--ink); }
.brand .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); display: inline-block; }
.nav-menu { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-menu a {
  font-family: var(--head);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.nav-menu a:hover, .nav-menu a.active { color: var(--accent); }
.nav-cta { margin-left: 6px; }
.nav-cta a { padding: 10px 20px; border-radius: 100px; background: var(--accent); color: #fff !important; letter-spacing: 0.04em; }
.nav-cta a:hover { background: var(--accent-dark); }
.nav-toggle { display: none; background: none; border: none; color: var(--ink); cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 26px; height: 26px; }

/* ---------- Hero ---------- */
.hero { padding: 92px 0 80px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.hero h1 .u { background: linear-gradient(transparent 62%, var(--accent-soft) 62%); padding: 0 2px; }
.hero p { font-size: 1.18rem; color: var(--muted); margin-bottom: 30px; max-width: 560px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-card {
  background: var(--ink);
  color: #efe9df;
  border-radius: 16px;
  padding: 38px 34px;
  box-shadow: var(--shadow);
}
.hero-card h3 { color: #fff; font-size: 1.2rem; margin-bottom: 20px; }
.hero-card ul { list-style: none; }
.hero-card li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.10); font-size: 0.98rem; }
.hero-card li:last-child { border-bottom: none; }
.hero-card .chk { color: var(--accent); flex: 0 0 auto; }
.hero-card .chk svg { width: 20px; height: 20px; }

/* ---------- Grid / cards ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

.tile {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tile .num { font-family: var(--head); font-weight: 700; font-size: 1.05rem; color: #fff; background: var(--accent); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 18px; }
.tile h3 { margin-bottom: 9px; }
.tile p { color: var(--muted); font-size: 0.98rem; }

.feature .ic { width: 44px; height: 44px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature .ic svg { width: 24px; height: 24px; }

/* ---------- Section head ---------- */
.sec-head { max-width: 640px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* ---------- Callout ---------- */
.callout {
  border-left: 4px solid var(--accent);
  background: var(--surface);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 26px 30px;
  margin: 28px 0;
  box-shadow: var(--shadow);
}
.callout h3 { color: var(--accent-dark); margin-bottom: 8px; }

/* ---------- Prose ---------- */
.prose { max-width: 780px; }
.prose h2 { margin: 40px 0 16px; }
.prose h3 { margin: 30px 0 10px; }
.prose ul, .prose ol { margin: 0 0 1.2rem 1.25rem; }
.prose li { margin-bottom: 8px; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }

.checklist { list-style: none; margin-left: 0 !important; }
.checklist li { position: relative; padding-left: 32px; margin-bottom: 12px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 19px; height: 19px; border-radius: 5px; background: var(--accent-soft); border: 1px solid var(--accent); }
.checklist li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 6px; height: 10px; border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* ---------- CTA band ---------- */
.cta {
  background: var(--ink);
  color: #efe9df;
  border-radius: 18px;
  padding: 60px 48px;
  text-align: center;
}
.cta .eyebrow { color: var(--accent-soft); }
.cta h2 { color: #fff; margin-bottom: 14px; }
.cta p { color: #c9c3ba; max-width: 560px; margin: 0 auto 28px; }
.cta .btn-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---------- Page hero ---------- */
.page-hero { padding: 64px 0 40px; border-bottom: 1px solid var(--line); }
.page-hero p { color: var(--muted); max-width: 640px; font-size: 1.1rem; }
.crumb { font-family: var(--head); font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--accent); }

/* ---------- Blog ---------- */
.posts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.post {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.post:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post .cat { font-family: var(--head); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.post h3 { font-size: 1.35rem; margin-bottom: 10px; }
.post h3 a { color: var(--ink); }
.post h3 a:hover { color: var(--accent); }
.post p { color: var(--muted); font-size: 0.97rem; margin-bottom: 18px; }
.post .more { margin-top: auto; font-family: var(--head); font-weight: 500; font-size: 0.9rem; }

.article { max-width: 760px; margin: 0 auto; }
.article-meta { font-family: var(--head); color: var(--muted); font-size: 0.85rem; letter-spacing: 0.03em; margin-bottom: 30px; }
.article-body h2 { margin: 38px 0 14px; }
.article-body h3 { margin: 28px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 1.2rem 1.3rem; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote {
  border-left: 3px solid var(--accent);
  margin: 24px 0; padding: 6px 0 6px 22px;
  font-family: var(--head); font-size: 1.25rem; color: var(--ink); font-weight: 500;
}
.tag { display: inline-block; font-family: var(--head); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); padding: 5px 12px; border-radius: 100px; margin-bottom: 18px; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq-item h3 { color: var(--ink); margin-bottom: 8px; }
.faq-item p { color: var(--muted); }

/* ---------- Contact ---------- */
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 44px; text-align: center; max-width: 560px; margin: 0 auto; box-shadow: var(--shadow); }
.contact-card .mail { font-family: var(--head); font-weight: 600; font-size: 1.7rem; color: var(--accent); display: inline-block; margin: 14px 0 20px; }

/* ---------- Trust row ---------- */
.trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.trust span { font-family: var(--head); font-size: 0.85rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.trust .d { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b7b1a9; padding: 60px 0 28px; font-size: 0.92rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 42px; }
.foot-brand { font-family: var(--head); font-weight: 700; font-size: 1.3rem; color: #fff; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.foot-brand .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.foot-col h4 { font-family: var(--head); color: #fff; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 10px; }
.foot-col a { color: #b7b1a9; }
.foot-col a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.84rem; color: #8f8a83; }

/* ---------- Cookie ---------- */
.cookie { position: fixed; left: 20px; right: 20px; bottom: 20px; max-width: 620px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; box-shadow: var(--shadow); z-index: 80; display: none; }
.cookie.show { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.cookie p { font-size: 0.9rem; color: var(--muted); margin: 0; flex: 1 1 260px; }
.cookie .acts { display: flex; gap: 10px; }
.cookie .btn { padding: 9px 18px; font-size: 0.85rem; }

.mb-0 { margin-bottom: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .posts { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .cta { padding: 44px 24px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .nav-menu {
    position: fixed; inset: 76px 0 auto 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
    padding: 8px 24px 18px; display: none;
  }
  .nav-menu.open { display: flex; }
  .nav-menu li { width: 100%; }
  .nav-menu a { display: block; padding: 14px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-cta { width: 100%; margin: 8px 0 0; }
  .nav-cta a { display: inline-block; }
  .nav-toggle { display: inline-flex; }
  .foot-bottom { flex-direction: column; }
}
