:root {
  --ink: #11100f;
  --paper: #f6f1ea;
  --cream: #fffaf4;
  --rose: #c59a7d;
  --rose-soft: #e9d8cb;
  --muted: #716963;
  --line: rgba(17,16,15,.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px clamp(18px,4vw,58px);
  background: rgba(246,241,234,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: baseline; gap: 7px; text-decoration: none; white-space: nowrap; }
.brand-the { font-family: Italiana, Georgia, serif; font-size: 16px; }
.brand-name { font-family: Parisienne, cursive; font-size: clamp(28px,4vw,40px); line-height: 1; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; }
.menu-button { display: none; border: 0; background: var(--ink); color: white; border-radius: 999px; padding: 14px 19px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: clamp(38px,7vw,92px) clamp(18px,4vw,58px) clamp(46px,7vw,90px); background: linear-gradient(135deg,#f8f3ed 0%,#efe5dc 100%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(20px); pointer-events: none; }
.hero-glow-one { width: 440px; height: 440px; right: -180px; top: -160px; background: rgba(197,154,125,.24); }
.hero-glow-two { width: 300px; height: 300px; left: -140px; bottom: -160px; background: rgba(255,255,255,.75); }
.hero-inner { position: relative; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px,7vw,86px); align-items: center; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
h1,h2 { margin: 0; font-family: Italiana, Georgia, serif; font-weight: 400; line-height: .96; letter-spacing: -.035em; }
h1 { font-size: clamp(64px,8vw,116px); max-width: 760px; }
h1 span,h2 i { font-family: Parisienne, cursive; font-weight: 400; color: #9c6f55; }
.hero-text { max-width: 600px; margin: 28px 0 0; font-size: 17px; line-height: 1.72; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 14px 34px rgba(17,16,15,.17); }
.button-secondary { border: 1px solid var(--ink); background: rgba(255,255,255,.32); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.trust-strip b { color: var(--ink); }

.hero-visual { position: relative; min-height: 570px; display: flex; flex-direction: column; justify-content: center; padding: 48px; background: rgba(255,250,244,.72); border: 1px solid rgba(255,255,255,.75); box-shadow: 0 32px 90px rgba(76,52,38,.12); backdrop-filter: blur(8px); }
.visual-kicker { text-transform: uppercase; letter-spacing: .24em; font-size: 10px; font-weight: 700; }
.script-lockup { margin-top: 16px; font-family: Italiana, serif; font-size: clamp(52px,6vw,82px); line-height: .72; }
.script-lockup span { font-family: Parisienne, cursive; color: #9c6f55; margin-left: 55px; }
.ladies-mark { width: 100%; max-width: 470px; margin: 28px auto 8px; filter: drop-shadow(0 16px 22px rgba(17,16,15,.12)); }
.visual-tagline { align-self: flex-end; max-width: 260px; padding-top: 18px; border-top: 1px solid var(--line); text-align: right; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }

.quick-book { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 9px; padding: 18px; background: var(--ink); color: white; font-size: 13px; }
.quick-book p { margin: 0 10px 0 0; color: #d4cdc7; }
.quick-book a { font-weight: 700; text-underline-offset: 3px; }
.quick-book span { color: #8d8782; }

.section { padding: 100px clamp(18px,4vw,58px); }
.section-intro { max-width: var(--max); margin: 0 auto 54px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: end; }
.section-intro h2,.about-copy h2,.contact-copy h2 { font-size: clamp(50px,6.7vw,88px); }
.services { background: var(--ink); color: white; }
.services h2 i { color: #d8ac90; }
.service-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.service-grid article { min-height: 310px; padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.service-grid article:last-child { border-right: 0; }
.service-number { color: #9f938b; font-size: 11px; letter-spacing: .16em; }
.service-grid h3 { margin: 65px 0 18px; font-family: Italiana, Georgia, serif; font-weight: 400; font-size: 33px; line-height: 1; }
.service-grid p { color: #b9b0aa; font-size: 14px; line-height: 1.72; }

.about { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,7vw,92px); align-items: center; }
.about-card { min-height: 510px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; background: linear-gradient(145deg,#d1a98e,#a9795d); color: white; box-shadow: 0 28px 70px rgba(76,52,38,.15); }
.about-monogram { width: 84px; height: 84px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: Italiana, serif; font-size: 25px; }
.about-card p { margin: 0; font-family: Italiana, serif; font-size: clamp(37px,4vw,55px); line-height: 1.02; }
.about-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); line-height: 1.8; font-size: 16px; }
.about-points { display: grid; gap: 12px; }
.about-points span { padding-bottom: 12px; border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; }

.reasons { border-top: 1px solid var(--line); }
.centered { display: block; text-align: center; }
.reason-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.reason-grid article { min-height: 310px; padding: 32px; background: var(--cream); border: 1px solid var(--line); }
.reason-grid strong { color: #a4775e; font-size: 11px; letter-spacing: .18em; }
.reason-grid h3 { margin: 74px 0 18px; font-family: Italiana, serif; font-weight: 400; font-size: 35px; line-height: 1.05; }
.reason-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-section { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; padding: 92px clamp(18px,4vw,58px); background: #2a211d; color: white; }
.contact-copy { max-width: 790px; }
.contact-copy p:last-child { max-width: 600px; color: #c7bab2; line-height: 1.7; }
.eyebrow.light { color: #c9b5a8; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-light-solid { background: white; color: var(--ink); }
.button-light-outline { border: 1px solid rgba(255,255,255,.55); color: white; }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 29px clamp(18px,4vw,58px); background: #120f0d; color: #928780; font-size: 11px; }
.footer-brand { color: white; font-family: Parisienne, cursive; font-size: 25px; }
.footer-brand span { font-family: Italiana, serif; font-size: 13px; }

@media (max-width: 900px) {
  .main-nav { position: fixed; inset: 77px 0 auto 0; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .menu-button { display: inline-flex; }
  .hero-inner,.about { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .section-intro { grid-template-columns: 1fr; gap: 12px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .reason-grid { grid-template-columns: 1fr; }
  .contact-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .site-header { min-height: 70px; padding: 11px 15px; }
  .brand-the { font-size: 12px; }
  .brand-name { font-size: 27px; }
  .menu-button { padding: 12px 16px; font-size: 11px; }
  .main-nav { inset: 70px 0 auto 0; }
  .hero { padding: 36px 17px 45px; }
  .hero-inner { gap: 34px; }
  h1 { font-size: 64px; }
  .hero-text { font-size: 15px; margin-top: 21px; }
  .hero-actions,.hero-actions .button { width: 100%; }
  .trust-strip { display: grid; gap: 10px; margin-top: 27px; }
  .hero-visual { min-height: 420px; padding: 27px 24px; }
  .script-lockup { font-size: 48px; }
  .script-lockup span { margin-left: 35px; }
  .ladies-mark { margin-top: 18px; }
  .visual-tagline { max-width: 220px; }
  .quick-book { padding: 16px 12px; }
  .quick-book p { width: 100%; text-align: center; margin: 0 0 3px; }
  .section { padding: 72px 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 240px; border-right: 0; }
  .service-grid h3 { margin-top: 46px; }
  .about { padding-left: 17px; padding-right: 17px; }
  .about-card { min-height: 390px; padding: 29px; }
  .contact-section { padding: 70px 17px; }
  .contact-actions,.contact-actions .button { width: 100%; }
  footer { flex-direction: column; }
}

/* Refined single-lady brand mark based on the original vehicle magnet */
.brand { align-items: center; gap: 12px; }
.brand-badge { width: 54px; height: 54px; border-radius: 50%; background: #11100f; overflow: hidden; display: grid; place-items: center; flex: 0 0 auto; box-shadow: 0 8px 20px rgba(17,16,15,.12); }
.brand-badge img { width: 34px; height: 48px; object-fit: cover; object-position: 50% 16%; filter: brightness(0) invert(1); }
.brand-copy { display: flex; align-items: baseline; gap: 7px; }
.hero-visual { overflow: hidden; }
.ladies-mark { display: block; width: auto; height: 390px; max-width: 74%; object-fit: contain; margin: 16px auto 0; filter: drop-shadow(0 18px 25px rgba(17,16,15,.13)); }
.local-badge { position: absolute; left: 34px; bottom: 85px; width: 118px; height: 118px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: #11100f; color: #fff; border: 7px solid #fffaf4; box-shadow: 0 15px 28px rgba(17,16,15,.16); }
.local-badge strong { display: block; font-family: Italiana,Georgia,serif; font-size: 38px; font-weight: 400; line-height: .9; }
.local-badge span { display: block; margin-top: 9px; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }
@media (max-width:560px) {
  .brand-badge { width: 48px; height: 48px; }
  .brand-badge img { width: 31px; height: 43px; }
  .brand-copy { gap: 5px; }
  .brand-the { font-size: 11px; }
  .brand-name { font-size: 24px; }
  .ladies-mark { height: 300px; max-width: 78%; margin-top: 10px; }
  .local-badge { width: 95px; height: 95px; left: 18px; bottom: 72px; border-width: 5px; }
  .local-badge strong { font-size: 31px; }
  .local-badge span { font-size: 7px; }
}
