:root {
  --navy: #0b1c3d;
  --navy-2: #1b2d57;
  --pink: #ff0a6c;       /* logo pink, accents only */
  --pink-deep: #c8005a;  /* buttons and links, passes contrast on white */
  --blush: #fff3f8;
  --lilac: #f5f2fb;
  --ink: #1d2433;
  --muted: #5a6275;
  --line: #e8e3ee;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(11, 28, 61, .08);
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --body: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--white); font-size: 1.0625rem; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--pink-deep); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
h1, h2, h3 { font-family: var(--display); color: var(--navy); line-height: 1.15; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.i { width: 1.1em; height: 1.1em; fill: currentColor; flex: none; vertical-align: -.18em; }
.wrap { width: min(1160px, 100% - 32px); margin-inline: auto; }
.narrow { max-width: 760px; }
.wrap.narrow { width: min(760px, 100% - 32px); }
.center { text-align: center; }
.sub { color: var(--muted); max-width: 620px; margin: -.3em auto 2em; }
.small { font-size: .9rem; color: var(--muted); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 2px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; }
.brand img { display: block; width: 190px; height: auto; }
#menu { display: flex; align-items: center; gap: 22px; }
#menu ul { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
#menu ul a { color: var(--navy); text-decoration: none; font-weight: 600; font-size: .98rem; }
#menu ul a:hover, #menu ul a[aria-current] { color: var(--pink-deep); }
.menu-btn { display: none; background: var(--navy); color: #fff; border: 0; border-radius: 999px; padding: 10px 18px; font: 700 .95rem var(--body); cursor: pointer; }
@media (max-width: 1020px) {
  .menu-btn { display: block; }
  #menu { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 12px 16px 20px; box-shadow: var(--shadow); }
  #menu.open { display: flex; }
  #menu ul { flex-direction: column; gap: 0; }
  #menu ul a { display: block; padding: 12px 4px; border-bottom: 1px solid var(--line); }
  #menu .btn { margin-top: 12px; text-align: center; }
  .brand img { width: 160px; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--pink-deep); color: #fff; text-decoration: none; font-weight: 700; padding: 14px 24px; border-radius: 999px; border: 2px solid var(--pink-deep); transition: transform .15s, background .15s; font-family: var(--body); font-size: 1rem; cursor: pointer; }
.btn:hover { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateY(-1px); }
.btn-sm { padding: 10px 18px; font-size: .95rem; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-light { background: #fff; color: var(--navy); border-color: #fff; }
.btn-light:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.4em 0; }

/* Hero */
.hero { background: radial-gradient(1200px 500px at 90% -10%, #ffe1ee 0, transparent 60%), radial-gradient(900px 500px at -10% 110%, var(--lilac) 0, transparent 60%), var(--blush); padding: 56px 0 48px; }
.hero-small { padding: 44px 0 36px; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: center; }
.hero-card { background: #fff; border-radius: 28px; box-shadow: var(--shadow); padding: 28px; text-align: center; }
.hero-card img { width: 100%; max-width: 320px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: var(--pink-deep); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; margin-bottom: 1em; }
.lead { font-size: 1.2rem; color: var(--ink); max-width: 700px; }
.sign { font-family: var(--display); font-style: italic; color: var(--navy); font-size: 1.15rem; }
@media (max-width: 820px) { .hero-grid { grid-template-columns: 1fr; } .hero-card { display: none; } .hero { padding: 36px 0; } }

.trust { list-style: none; padding: 0; margin: 1.2em 0 0; display: flex; flex-wrap: wrap; gap: 10px 20px; }
.trust li { display: flex; gap: 6px; align-items: center; font-weight: 600; color: var(--navy); font-size: .95rem; }
.trust .i { color: var(--pink-deep); }

/* Sections */
.section { padding: 64px 0; }
.section.soft { background: var(--lilac); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 820px) { .two-col { grid-template-columns: 1fr; gap: 28px; } .section { padding: 48px 0; } }

.answer { background: #fff; border: 2px solid #ffd0e3; border-radius: var(--radius); padding: 26px 28px; box-shadow: var(--shadow); }
.answer h2 { font-size: 1.3rem; }
.answer p:last-child, .answer ul:last-child { margin-bottom: 0; }
.answer ul { padding-left: 1.1em; }

.checks-panel { list-style: none; margin: 0; padding: 28px; background: var(--navy); color: #fff; border-radius: var(--radius); display: grid; gap: 14px; }
.checks-panel li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.checks-panel .i { color: var(--pink); margin-top: .2em; }

.cards { display: grid; gap: 22px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .cards.four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards.four { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .cards.three, .cards.two { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); position: relative; }
.link-card { text-decoration: none; color: var(--ink); transition: transform .15s, border-color .15s; display: block; }
.link-card:hover { transform: translateY(-3px); border-color: var(--pink); color: var(--ink); }
.more { color: var(--pink-deep); font-weight: 700; }
.more::after { content: ' \2192'; }
.tag { display: inline-block; background: var(--blush); color: var(--pink-deep); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; padding: 4px 10px; border-radius: 999px; margin-bottom: .8em; }
.tag-soon { background: var(--lilac); color: #5b3fa0; }
.price-card { text-align: center; }
.price-card .big { font-family: var(--display); font-size: 2.4rem; color: var(--navy); margin: .1em 0 .3em; font-weight: 700; }
.price-card .big span { font-family: var(--body); font-size: 1rem; color: var(--muted); font-weight: 600; }
.price-card.featured { border: 2px solid var(--pink); }
.rooms .card h3 { color: var(--navy); }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; }
.ticks .i { color: var(--pink-deep); margin-top: .25em; }
.plain { padding-left: 1.1em; }
.plain li { margin-bottom: .6em; }
.steps { padding-left: 1.3em; }
.steps li { margin-bottom: .9em; padding-left: .3em; }
.steps li::marker { color: var(--pink-deep); font-weight: 700; }

.callout { display: flex; gap: 14px; align-items: flex-start; background: var(--blush); border-left: 5px solid var(--pink); border-radius: 12px; padding: 18px 20px; margin: 1.8em 0; }
.callout > .i { color: var(--pink-deep); width: 1.6em; height: 1.6em; }

.prose h2 { margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.byline { color: var(--muted); font-style: italic; }
blockquote.pull { margin: 1.2em 0; padding: 18px 24px; font-family: var(--display); font-size: 1.45rem; color: var(--navy); border-left: 5px solid var(--pink); background: #fff; }

.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 820px) { .quotes { grid-template-columns: 1fr; } }
.quote { margin: 0; background: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.quote blockquote { margin: 0 0 12px; font-family: var(--display); font-size: 1.2rem; color: var(--navy); line-height: 1.45; }
.quote figcaption { color: var(--muted); font-size: .92rem; }

.photo-slot { aspect-ratio: 4/5; max-width: 380px; margin: auto; border-radius: 28px; background: linear-gradient(145deg, var(--navy), var(--navy-2)); display: grid; place-items: center; box-shadow: var(--shadow); }
.photo-slot span { font-family: var(--display); color: var(--pink); font-size: 5rem; }

.area-links { list-style: none; padding: 0; margin: 0 0 1.5em; display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; }
.area-links a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--navy); font-weight: 700; }
.area-links a:hover, .area-links a[aria-current] { border-color: var(--pink); color: var(--pink-deep); }
.area-links span { color: var(--muted); font-weight: 600; font-size: .85rem; }

.table-wrap { overflow-x: auto; margin: 1.5em 0; }
table.prices { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-width: 460px; }
.prices caption { caption-side: top; text-align: left; font-weight: 700; color: var(--navy); padding: 0 0 10px; }
.prices th, .prices td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.prices thead th { background: var(--navy); color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; }
.prices tbody th { color: var(--navy); }
.prices td:nth-child(3), .prices td:nth-child(4) { font-weight: 700; }

.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; padding: 16px 32px 16px 0; font-weight: 700; color: var(--navy); list-style: none; position: relative; font-size: 1.08rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 12px; font-size: 1.5rem; color: var(--pink-deep); }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { padding-bottom: 12px; color: var(--ink); }

.cta-band { background: var(--navy); color: #fff; padding: 60px 0; text-align: center; background-image: radial-gradient(600px 300px at 85% 0, rgba(255,10,108,.25), transparent 70%); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d7dcea; max-width: 620px; margin-inline: auto; }
.cta-band .actions { justify-content: center; }

.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 0; margin: 0; font-size: .88rem; color: var(--muted); }
.crumbs li + li::before { content: '/'; margin-right: 6px; color: #b9b3c4; }
.crumbs a { color: var(--muted); }

/* Form */
.quote-form fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px 8px; margin: 0 0 22px; background: #fff; }
.quote-form legend { font-family: var(--display); font-weight: 700; color: var(--navy); font-size: 1.2rem; padding: 0 8px; }
.quote-form label { display: block; font-weight: 600; color: var(--navy); margin-bottom: 16px; }
.quote-form input:not([type=radio]):not([type=checkbox]), .quote-form select, .quote-form textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; border: 1.5px solid #cfc8da; border-radius: 12px; font: 1rem var(--body); color: var(--ink); background: #fff; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--pink-deep); outline: none; box-shadow: 0 0 0 3px #ffd0e3; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
@media (max-width: 600px) { .grid2 { grid-template-columns: 1fr; } }
.radio-group { margin-bottom: 16px; }
.radio-group .label { font-weight: 600; color: var(--navy); margin-bottom: 6px; }
label.radio, label.consent { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; color: var(--ink); }
label.radio input, label.consent input { margin-top: .35em; accent-color: var(--pink-deep); width: 18px; height: 18px; flex: none; }
.hp { position: absolute; left: -9999px; }

/* Footer */
.site-footer { background: #081530; color: #c9cfe0; padding: 56px 0 90px; font-size: .95rem; }
.site-footer .cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 32px; }
@media (max-width: 900px) { .site-footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer .cols { grid-template-columns: 1fr; } }
.site-footer h2 { color: #fff; font-family: var(--body); font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer ul { list-style: none; padding: 0; margin: 0 0 1em; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--pink); }
.contact-list a { display: inline-flex; gap: 8px; align-items: center; }
.site-footer .legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 24px; padding-top: 18px; font-size: .85rem; }

.mobile-bar { display: none; }
@media (max-width: 760px) {
  .mobile-bar { display: grid; grid-template-columns: repeat(4, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(11,28,61,.08); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 0; text-decoration: none; color: var(--navy); font-weight: 700; font-size: .85rem; }
  .mobile-bar a.hot { background: var(--pink-deep); color: #fff; }
  .mobile-bar .i { width: 1.3em; height: 1.3em; }
}

/* Price pill shown in the hero, so the price is visible without scrolling */
.hero-price { display: inline-flex; flex-wrap: wrap; gap: 4px 10px; align-items: center; background: #fff; border: 1.5px solid #ffd0e3; color: var(--navy); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: .98rem; margin: 0 0 .4em; }
.hero-price strong { color: var(--pink-deep); }
html { scroll-padding-top: 90px; }

/* Phones: most customers arrive here from a search */
@media (max-width: 600px) {
  body { font-size: 1rem; }
  h1 { font-size: 1.95rem; }
  h2 { font-size: 1.5rem; }
  .lead { font-size: 1.05rem; }
  .hero, .hero-small { padding: 22px 0 26px; }
  .eyebrow { font-size: .74rem; margin-bottom: .7em; }
  .hero-price { font-size: .9rem; padding: 7px 14px; }
  .actions { gap: 10px; margin: 1.1em 0; }
  .actions .btn { flex: 1 1 140px; justify-content: center; padding: 14px 12px; }
  .trust { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
  .trust li { font-size: .84rem; align-items: flex-start; }
  .trust .i { margin-top: .15em; }
  .section { padding: 40px 0; }
  .card, .answer { padding: 20px; }
  .checks-panel { padding: 22px; }
  .price-card .big { font-size: 2rem; }
  table.prices { min-width: 0; font-size: .9rem; }
  .prices th, .prices td { padding: 11px 8px; }
  .prices thead th { font-size: .74rem; letter-spacing: .02em; }
  .quote blockquote { font-size: 1.08rem; }
  .cta-band { padding: 44px 0; }
  .quote-form fieldset { padding: 16px 16px 4px; }
  .area-links { grid-template-columns: 1fr 1fr; gap: 8px; }
  .area-links a { flex-direction: column; align-items: flex-start; padding: 12px 14px; gap: 0; }
  .faq summary { font-size: 1rem; }
  .brand img { width: 150px; }
  .bar { min-height: 64px; }
}

/* Contact icons */
.i-wa { color: #25d366; }
.btn .i-wa, .cta-band .i-wa { color: inherit; }
.mobile-bar .i-wa { color: #1faa53; }
.mobile-bar a.hot .i { color: #fff; }
.big-number { font-family: var(--display); font-size: 1.6rem; font-weight: 700; margin: .2em 0 0; }
.big-number a { color: var(--navy); text-decoration: none; }
@media (max-width: 600px) { .contact-actions .btn { flex: 1 1 90px; padding: 13px 8px; } }
.price-card .big-text { font-size: 1.45rem; line-height: 1.2; }
.price-card .big-text span { display: block; font-family: var(--display); font-size: 1.45rem; color: var(--navy); font-weight: 700; }
.ticks.left { text-align: left; margin-top: .8em; }
