/* J&N Painting theme – translated from the Lovable design (Tailwind) */
:root {
	--ink: #2d2a2f;
	--slate: #1d293d;
	--teal: #84cbb9;
	--ocean: #0073af;
	--flame: #fd5c00;
	--flame-d: #e55300;
	--sun: #fbbc03;
	--mist: #f1f5f9;
	--fg: #020618;
	--muted: #62748e;
	--border: #e2e8f0;
	--white: #fff;
	--radius: 10px;
	--r-lg: 16px;
	--r-xl: 18px;
	--shadow-soft: 0 2px 10px -4px rgba(29, 41, 61, .25);
	--shadow-lift: 0 22px 50px -24px rgba(29, 41, 61, .45);
	--shadow-cta: 0 10px 24px -10px rgba(253, 92, 0, .65);
	--grad-cta: linear-gradient(120deg, #1d293d, #2d2a2f 55%, #1c4159);
	--grad-hero: linear-gradient(100deg, rgba(28, 30, 45, .94) 0%, rgba(29, 41, 61, .82) 45%, rgba(29, 41, 61, .25) 100%);
	--display: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--sans: "Barlow", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--header-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 110px; }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--fg); background: #fff; }
img { max-width: 100%; height: auto; }
a { color: var(--ocean); }
h1, h2, h3, h4, h5, h6 { font-family: var(--display); color: var(--slate); line-height: 1.12; margin: 0; text-wrap: balance; }
p { margin: 0; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--flame); color: #fff; padding: 10px 14px; border-radius: 6px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.hp { position: absolute; left: -9999px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }

.container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 16px; }
@media (min-width: 640px) { .container { padding-inline: 24px; } }
.narrow { max-width: 820px; }
.section { padding-block: 64px; }
.section-tight { padding-block: 32px; }
.bg-mist { background: var(--mist); }
.bg-mist-soft { background: #f8fafc; }
.bg-cta { background: var(--grad-cta); }
.mt-md { margin-top: 28px; }
.mt-lg { margin-top: 40px; }
.center { text-align: center; justify-content: center; }
.stack { display: grid; gap: 16px; align-content: start; }

/* Type */
.eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ocean); }
.eyebrow.on-dark { color: var(--teal); }
.eyebrow.sm { margin-top: 20px; }
.h-hero { font-size: clamp(2.25rem, 5.2vw, 3.75rem); font-weight: 800; line-height: 1.05; margin-top: 16px; color: #fff; }
.h-hero .accent { display: block; color: var(--teal); }
.h-xl { font-size: clamp(2.1rem, 4.4vw, 3rem); font-weight: 800; margin-top: 12px; }
.h-lg { font-size: clamp(1.8rem, 3.4vw, 2.25rem); font-weight: 800; margin-top: 8px; }
.h-md { font-size: 1.5rem; font-weight: 800; }
.h-md a { color: inherit; text-decoration: none; }
.h-md a:hover { color: var(--ocean); }
.h-sm { font-size: 1.25rem; font-weight: 700; }
.h-xs { font-size: 1.125rem; font-weight: 700; margin-top: 16px; }
.on-dark, .on-dark h1, .on-dark h2, .on-dark h3 { color: #fff; }
.lead { margin-top: 18px; max-width: 42rem; font-size: 1.125rem; color: rgba(255, 255, 255, .8); }
.lead-sm { margin-top: 8px; max-width: 42rem; color: rgba(255, 255, 255, .8); }
.muted { color: var(--muted); }
.muted-dark { color: rgba(255, 255, 255, .7); }
.small { font-size: .875rem; }
.xsmall { font-size: .75rem; }
.sec-head { max-width: 42rem; margin-bottom: 36px; }

/* Icons */
.ico { width: 1.25em; height: 1.25em; flex-shrink: 0; vertical-align: -.2em; }
.stars { display: inline-flex; gap: 2px; color: var(--sun); }
.stars .ico { width: 16px; height: 16px; fill: currentColor; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid transparent; border-radius: 8px; padding: 10px 18px; font-family: var(--sans); font-size: .9375rem; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease; white-space: nowrap; }
.btn:hover { transform: scale(1.02); }
.btn .ico { width: 18px; height: 18px; }
.btn-sm { padding: 9px 14px; font-size: .875rem; }
.btn-lg { padding: 12px 22px; font-size: 1rem; }
.btn-xl { padding: 16px 24px; font-size: 1rem; }
.btn-xl .ico { width: 20px; height: 20px; }
.btn-block { display: flex; width: 100%; }
.btn-cta { background: var(--flame); color: #fff; box-shadow: var(--shadow-cta); }
.btn-cta:hover { background: var(--flame-d); color: #fff; }
.btn-cta:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-white { background: #fff; color: var(--slate); }
.btn-teal { background: var(--teal); color: var(--ink); }
.btn-teal:hover { background: #9ad6c7; color: var(--ink); }
.btn-teal-outline { border-color: var(--teal); color: var(--teal); background: transparent; }
.btn-teal-outline:hover { background: var(--teal); color: var(--ink); }
.btn-outline { border: 1px solid var(--border); background: #fff; color: var(--slate); }
.btn-outline:hover { background: var(--mist); color: var(--slate); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-row .grow { flex: 1 1 auto; }
@media (max-width: 639px) { .btn-row > .btn { flex: 1 1 100%; } }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(45, 42, 47, .95); border-bottom: 1px solid rgba(255, 255, 255, .1); }
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(45, 42, 47, .85); backdrop-filter: blur(8px); } }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 0; } }
.topstrip { display: none; background: rgba(132, 203, 185, .15); color: var(--teal); text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .03em; padding: 6px 16px; }
@media (min-width: 768px) { .topstrip { display: block; } }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; text-decoration: none; }
.logo { display: block; height: 44px; width: auto; max-width: 200px; object-fit: contain; }
@media (min-width: 1024px) { .logo { height: 56px; max-width: 260px; } }
.logo-text { display: flex; flex-direction: column; justify-content: center; color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.25rem; line-height: 1; height: auto; }
.logo-text b { color: var(--teal); }
.logo-text small { font-family: var(--sans); font-weight: 600; font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .7); margin-top: 4px; }
.logo-foot { height: 56px; }

.main-nav { display: none; }
@media (min-width: 1024px) { .main-nav { display: block; } }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.nav-list > li { position: relative; }
.nav-list a { display: block; padding: 8px 12px; border-radius: 6px; font-size: .875rem; font-weight: 600; color: rgba(255, 255, 255, .8); text-decoration: none; transition: background-color .15s, color .15s; }
.nav-list a:hover, .nav-list .current-menu-item > a, .nav-list .current-menu-ancestor > a, .nav-list .current_page_item > a { background: rgba(255, 255, 255, .1); color: #fff; }
.nav-list .menu-item-has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); }
.nav-list .sub-menu { list-style: none; margin: 0; padding: 8px; position: absolute; left: 0; top: 100%; min-width: 230px; background: var(--ink); border: 1px solid rgba(255, 255, 255, .1); border-radius: 10px; box-shadow: var(--shadow-lift); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .15s, transform .15s, visibility .15s; }
.nav-list li:hover > .sub-menu, .nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav-list .sub-menu a { padding: 9px 12px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.hide-xs { display: none; }
@media (min-width: 640px) { .hide-xs { display: inline-flex; } }
.show-lg { display: none; }
@media (min-width: 1024px) { .show-lg { display: inline-flex; } }
.menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, .2); background: transparent; color: #fff; cursor: pointer; }
.menu-toggle .ico { width: 20px; height: 20px; }
.menu-toggle .i-close, .menu-toggle[aria-expanded="true"] .i-open { display: none; }
.menu-toggle[aria-expanded="true"] .i-close { display: block; }
@media (min-width: 1024px) { .menu-toggle, .mobile-nav { display: none !important; } }
.mobile-nav { border-top: 1px solid rgba(255, 255, 255, .1); background: var(--ink); max-height: calc(100vh - 70px); overflow-y: auto; }
.mobile-nav nav { padding-block: 12px; display: grid; gap: 4px; }
.m-list, .m-list .sub-menu { list-style: none; margin: 0; padding: 0; }
.m-list .sub-menu { padding-left: 14px; border-left: 2px solid rgba(132, 203, 185, .35); margin: 0 0 6px 12px; }
.m-list a { display: block; padding: 11px 12px; border-radius: 6px; font-size: 1rem; font-weight: 600; color: rgba(255, 255, 255, .85); text-decoration: none; }
.m-list .sub-menu a { font-size: .9375rem; padding-block: 8px; }
.m-list a:hover, .m-list .current-menu-item > a { background: rgba(255, 255, 255, .1); color: #fff; }
.mobile-nav .btn { margin-top: 8px; padding-block: 13px; }

/* Heroes */
.home-hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; background-color: var(--slate); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-shade { position: absolute; inset: 0; background: var(--grad-hero); z-index: -1; }
.page-hero.bg-cta { background: var(--grad-cta); }
.home-hero-grid { display: grid; gap: 40px; padding-block: 56px; align-items: start; }
@media (min-width: 1024px) { .home-hero-grid { grid-template-columns: 1.05fr 1fr; padding-block: 80px; } }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px; border-radius: 999px; background: rgba(132, 203, 185, .2); color: var(--teal); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.pill .ico { width: 14px; height: 14px; }
.hero-checks { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 32rem; font-size: .875rem; font-weight: 600; }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks .ico { width: 16px; height: 16px; color: var(--teal); }
.hero-inner { padding-block: 56px; }
@media (min-width: 1024px) { .hero-inner { padding-block: 80px; } }
.crumbs { font-size: .8125rem; color: rgba(255, 255, 255, .65); margin-bottom: 14px; }
.crumbs a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.reviews-hero { display: grid; gap: 32px; padding-block: 56px; align-items: center; }
@media (min-width: 1024px) { .reviews-hero { grid-template-columns: 1.4fr 1fr; padding-block: 80px; } }
.rating-card { border-radius: var(--r-lg); background: rgba(255, 255, 255, .1); padding: 24px; text-align: center; color: rgba(255, 255, 255, .8); display: grid; gap: 10px; justify-items: center; }
.rating-big { font-family: var(--display); font-size: 3.75rem; font-weight: 800; line-height: 1; color: #fff; }
.rating-card .btn { margin-top: 6px; }

/* Trust bar */
.trustbar { background: var(--mist); }
.trustbar.is-dark { background: var(--slate); }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-block: 20px; }
@media (min-width: 1024px) { .trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 12px; border-radius: 8px; background: #fff; box-shadow: var(--shadow-soft); color: var(--slate); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; text-align: center; }
@media (min-width: 640px) { .trust-item { font-size: .875rem; } }
.trust-item .ico { color: var(--ocean); width: 20px; height: 20px; }
.is-dark .trust-item { background: rgba(255, 255, 255, .05); color: #fff; box-shadow: none; }
.is-dark .trust-item .ico { color: var(--teal); }

/* Cards & grids */
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow-soft); }
.card-hover { transition: transform .2s ease, box-shadow .2s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.card-dark { background: var(--slate); border-color: var(--slate); color: #fff; }
.card-flame { background: rgba(253, 92, 0, .08); border-color: rgba(253, 92, 0, .4); box-shadow: none; display: grid; gap: 12px; justify-items: start; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 20px; }
@media (min-width: 640px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; } .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.svc-grid { gap: 24px; }
.icon-tile { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(132, 203, 185, .2); color: var(--ocean); }
.icon-tile .ico { width: 24px; height: 24px; }
.feature .h-sm { margin-top: 16px; }
.feature p { margin-top: 8px; }
.more { display: inline-flex; align-items: center; gap: 4px; margin-top: 16px; font-size: .875rem; font-weight: 700; color: var(--ocean); text-decoration: none; }
.more .ico { width: 16px; height: 16px; transition: transform .15s; }
.more:hover .ico { transform: translateX(3px); }
.icon-h { display: flex; align-items: center; gap: 8px; }
.icon-h .ico { color: var(--ocean); width: 20px; height: 20px; }
.card-dark .icon-h .ico { color: var(--teal); }
.card-flame .icon-h .ico { color: var(--flame); }
ul.plain { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 8px; }

/* Proof & quotes */
.proof-grid { display: grid; gap: 24px; }
@media (min-width: 1024px) { .proof-grid { grid-template-columns: 1fr 1fr; } }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.shot { position: relative; margin: 0; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--shadow-soft); }
.shot img, img.shot { display: block; width: 100%; height: 224px; object-fit: cover; }
@media (min-width: 640px) { .shot img, img.shot { height: 288px; } }
.shot figcaption { position: absolute; left: 12px; top: 12px; padding: 4px 10px; border-radius: 6px; background: rgba(45, 42, 47, .85); color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
blockquote.quote { margin: 0; border: 0; }
.quote p, .review p { margin-top: 12px; font-size: .875rem; color: var(--slate); }
.meta { margin-top: 12px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.review .meta { border-top: 1px solid var(--border); padding-top: 12px; margin-top: 16px; }
.review-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.verified { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 999px; background: rgba(132, 203, 185, .2); color: var(--slate); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.verified .ico { width: 14px; height: 14px; color: var(--ocean); }
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.filter { border: 1px solid var(--border); background: #fff; color: var(--slate); border-radius: 999px; padding: 8px 16px; font-size: .875rem; font-weight: 600; cursor: pointer; transition: border-color .15s, background-color .15s; }
.filter:hover { border-color: var(--ocean); }
.filter.is-active { background: var(--slate); border-color: var(--slate); color: #fff; }

/* Steps */
ol.steps { list-style: none; margin: 0; padding: 0; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--slate); color: var(--teal); font-family: var(--display); font-size: 1.125rem; font-weight: 800; }
.steps .h-sm { margin-top: 16px; }
.steps p { margin-top: 8px; }

/* CTA band */
.cta-row { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-block: 56px; text-align: center; }
.cta-row .btn-row { margin-top: 0; width: 100%; }
@media (min-width: 640px) { .cta-row .btn-row { width: auto; } }
@media (min-width: 1024px) { .cta-row { flex-direction: row; justify-content: space-between; text-align: left; } }

/* Towns */
.towns { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.towns li { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 8px 16px; font-size: .875rem; font-weight: 600; color: var(--slate); }
.towns li a { color: inherit; text-decoration: none; }
.towns li a:hover { color: var(--ocean); }
.towns .ico { width: 14px; height: 14px; color: var(--ocean); }

/* FAQ */
.faq { margin-top: 24px; }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; font-family: var(--display); font-weight: 700; color: var(--slate); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 8px; height: 8px; flex-shrink: 0; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .2s; margin-right: 4px; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq summary:hover { text-decoration: underline; }
.faq details p { padding-bottom: 16px; font-size: .875rem; color: var(--muted); }

/* Services */
.svc { display: flex; flex-direction: column; }
.svc > p.muted { margin-top: 8px; }
.price { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 16px; padding: 6px 12px; border-radius: 999px; background: rgba(132, 203, 185, .2); color: var(--slate); font-size: .875rem; font-weight: 700; }
.price .ico { width: 16px; height: 16px; color: var(--ocean); }
.checks { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 8px; font-size: .875rem; color: var(--slate); }
.checks li { display: flex; gap: 8px; }
.checks .ico { width: 16px; height: 16px; color: var(--teal); margin-top: 2px; }
.svc .btn-row { margin-top: auto; padding-top: 24px; }

/* About */
.about-grid { display: grid; gap: 40px; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1.3fr 1fr; } }
.prose { display: grid; gap: 20px; color: var(--slate); align-content: start; }
.prose h2:not(:first-child) { margin-top: 16px; }
.numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0 0; font-size: .875rem; }
.numbers div { margin: 0; }
.numbers dt { font-family: var(--display); font-size: 1.5rem; font-weight: 800; color: var(--teal); }
.numbers dd { margin: 0; color: rgba(255, 255, 255, .7); }

/* Contact */
.contact-grid { display: grid; gap: 32px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1.7fr 1fr; } }
.contact-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 12px; font-size: .875rem; color: var(--muted); }
.contact-list li { display: flex; align-items: center; gap: 8px; }
.contact-list .ico { width: 16px; height: 16px; color: var(--ocean); }
.contact-list a { color: inherit; }
.strong-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ocean) !important; text-decoration: none; }
.strong-link:hover { text-decoration: underline; }
.map { margin-top: 16px; height: 160px; border-radius: 12px; overflow: hidden; background: rgba(255, 255, 255, .05); }
.map svg { width: 100%; height: 100%; }
.card-dark .xsmall { margin-top: 16px; }
.call-card { display: grid; gap: 8px; }
.call-card .btn { margin-top: 8px; }

/* Forms */
.lead-form { box-shadow: var(--shadow-lift); }
.form-title { font-size: 1.5rem; font-weight: 800; }
.lead-form > .muted { margin-top: 4px; }
.fgrid { display: grid; gap: 16px; margin-top: 20px; }
@media (min-width: 640px) { .fgrid { grid-template-columns: 1fr 1fr; } .fgrid .span-2 { grid-column: span 2; } }
.fgrid label { display: grid; gap: 6px; font-size: .875rem; font-weight: 600; color: var(--fg); }
.fgrid input, .fgrid select, .fgrid textarea { width: 100%; min-height: 40px; padding: 8px 12px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--fg); font-size: 1rem; font-weight: 400; box-shadow: 0 1px 2px rgba(0, 0, 0, .04); }
.fgrid textarea { resize: vertical; min-height: 80px; }
.fgrid input:focus, .fgrid select:focus, .fgrid textarea:focus { outline: none; border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(0, 115, 175, .18); }
.lead-form > .btn { margin-top: 20px; }
.lead-form > .xsmall { margin-top: 12px; }
.notice { display: flex; gap: 8px; align-items: flex-start; margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: .9rem; }
.notice-ok { background: rgba(132, 203, 185, .22); color: var(--slate); }
.notice-ok .ico { color: #2f8f76; width: 20px; height: 20px; }
.notice-err { background: rgba(253, 92, 0, .1); color: #9a3400; }

/* Booking widget */
.booking { padding: 0; overflow: hidden; box-shadow: var(--shadow-lift); color: var(--fg); }
.booking-head { background: var(--slate); padding: 16px 20px; }
.booking-title { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 1.125rem; font-weight: 800; color: #fff; }
.booking-title .ico { color: var(--teal); }
.booking-sub { margin-top: 4px; font-size: .875rem; color: rgba(255, 255, 255, .7); }
.booking-steps { list-style: none; margin: 16px 0 0; padding: 0; display: flex; gap: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: rgba(255, 255, 255, .4); }
.booking-steps li { flex: 1; display: flex; align-items: center; gap: 8px; }
.booking-steps span { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .5); }
.booking[data-step="1"] .booking-steps li[data-n="1"], .booking[data-step="2"] .booking-steps li:is([data-n="1"], [data-n="2"]), .booking[data-step="3"] .booking-steps li { color: #fff; }
.booking[data-step="1"] .booking-steps li[data-n="1"] span, .booking[data-step="2"] .booking-steps li:is([data-n="1"], [data-n="2"]) span, .booking[data-step="3"] .booking-steps li span { background: var(--teal); color: var(--ink); }
.booking-form > .notice { margin: 16px 20px 0; }
.js .booking[data-step="1"] .bk-step-2, .js .booking[data-step="2"] .bk-step-1 { display: none; }
.bk-step-1 { display: grid; }
.bk-cal-wrap, .bk-opts { padding: 20px; }
.bk-opts { display: grid; gap: 20px; align-content: start; }
@media (min-width: 1024px) { .booking:not(.is-compact) .bk-step-1 { grid-template-columns: 1.1fr 1fr; } .booking:not(.is-compact) .bk-cal-wrap { border-right: 1px solid var(--border); } }
.booking.is-compact .bk-cal-wrap { padding-bottom: 0; }
.flabel { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 8px; }
.chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.chip { display: flex; align-items: center; gap: 8px; text-align: left; padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--fg); font-size: .875rem; font-weight: 600; cursor: pointer; transition: border-color .15s, background-color .15s; }
.chip:hover { border-color: rgba(0, 115, 175, .5); }
.chip[aria-pressed="true"] { border-color: var(--ocean); background: rgba(0, 115, 175, .1); color: var(--ocean); }
.chip-time .ico { width: 16px; height: 16px; color: var(--ocean); }
.chip-time:hover { border-color: var(--teal); }
.chip-time[aria-pressed="true"] { border-color: var(--teal); background: rgba(132, 203, 185, .15); color: var(--slate); }
@media (max-width: 380px) { .chips { grid-template-columns: 1fr; } }
@media (min-width: 1024px) { .booking:not(.is-compact) .chip { font-size: .8125rem; padding-inline: 10px; } }

.cal { border: 1px solid var(--border); border-radius: 8px; padding: 12px; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cal-month { font-weight: 600; font-size: .9375rem; }
.cal-nav { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid var(--border); border-radius: 6px; background: #fff; cursor: pointer; opacity: .75; color: var(--fg); }
.cal-nav:hover { opacity: 1; }
.cal-nav:disabled { opacity: .3; cursor: not-allowed; }
.cal-nav .ico { width: 16px; height: 16px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 2px; text-align: center; }
.cal-dow { font-size: .75rem; color: var(--muted); padding: 4px 0; }
.cal-day { aspect-ratio: 1; max-height: 44px; width: 100%; border: 0; border-radius: 6px; background: transparent; font-size: .875rem; color: var(--fg); cursor: pointer; }
.cal-day:hover:not(:disabled) { background: var(--mist); }
.cal-day.is-today { background: var(--mist); font-weight: 700; }
.cal-day[aria-pressed="true"] { background: var(--slate); color: #fff; font-weight: 700; }
.cal-day:disabled { color: #b6c0cf; cursor: default; }
.bk-step-2 { padding: 20px; }
.bk-summary { padding: 16px; border-radius: 8px; background: var(--mist); font-size: .875rem; font-weight: 600; color: var(--slate); }
.bk-step-2 .fgrid { margin-top: 16px; }
.bk-step-2 .btn-row { margin-top: 20px; }
.booking-done { padding: 24px; text-align: center; }
.booking-done .big { width: 56px; height: 56px; color: var(--teal); }
.booking-done h3 { margin-top: 12px; font-size: 1.5rem; font-weight: 800; }
.booking-done > p { margin-top: 8px; }
.summary { max-width: 28rem; margin: 20px auto 0; display: grid; gap: 8px; padding: 16px; border-radius: 12px; background: var(--mist); text-align: left; font-size: .875rem; }
.summary div { display: flex; justify-content: space-between; gap: 16px; }
.summary dt { color: var(--muted); }
.summary dd { margin: 0; font-weight: 700; color: var(--slate); text-align: right; }

/* Original page copy */
.with-aside { display: grid; gap: 40px; }
@media (min-width: 1024px) { .with-aside { grid-template-columns: minmax(0, 1fr) 380px; align-items: start; } .aside-sticky { position: sticky; top: 130px; } }
.aside-sticky { display: grid; gap: 16px; }
.entry-wrap { min-width: 0; }
.entry { max-width: 760px; color: #334155; font-size: 1.0625rem; line-height: 1.75; }
.entry > * + * { margin-top: 1.1em; }
.entry h2 { font-size: clamp(1.5rem, 2.6vw, 1.875rem); font-weight: 800; margin-top: 1.8em; padding-left: 14px; border-left: 4px solid var(--teal); }
.entry h3 { font-size: 1.3rem; font-weight: 700; margin-top: 1.6em; }
.entry h4, .entry h5, .entry h6 { font-size: 1.1rem; font-weight: 700; margin-top: 1.4em; }
.entry > h2:first-child, .entry > h3:first-child { margin-top: 0; }
.entry-wrap > .eyebrow + .entry { margin-top: 10px; }
.entry p.entry-btn a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 8px; background: var(--flame); color: #fff; text-decoration: none; box-shadow: var(--shadow-cta); }
.entry p.entry-btn a:hover { background: var(--flame-d); }
.entry p.entry-btn a:has(img), .entry p.entry-btn:has(img) a { display: block; padding: 0; background: none; box-shadow: none; }
.entry p:has(> a > img:only-child) + h2, .entry p:has(> a > img:only-child) + h3 { margin-top: .5em; border-left: 0; padding-left: 0; font-size: 1.3rem; }
.entry a { color: var(--ocean); font-weight: 600; text-underline-offset: 3px; }
.entry ul, .entry ol { padding-left: 0; list-style: none; display: grid; gap: 8px; }
.entry ul li { position: relative; padding-left: 28px; }
.entry ul li::before { content: ""; position: absolute; left: 2px; top: .45em; width: 16px; height: 16px; border-radius: 50%; background: rgba(132, 203, 185, .35) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230073af' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center / 11px no-repeat; }
.entry ol { counter-reset: n; }
.entry ol li { counter-increment: n; position: relative; padding-left: 36px; }
.entry ol li::before { content: counter(n); position: absolute; left: 0; top: .15em; width: 24px; height: 24px; border-radius: 50%; background: var(--slate); color: var(--teal); font: 800 .75rem/24px var(--display); text-align: center; }
.entry img { display: block; width: auto; max-height: 460px; border-radius: var(--r-lg); box-shadow: var(--shadow-soft); }
.entry p:has(> img + img), .entry p:has(> a > img) { display: flex; flex-wrap: wrap; gap: 12px; }
.entry figure { margin: 1.4em 0; }
.entry figcaption { font-size: .8125rem; color: var(--muted); margin-top: 6px; }
.entry blockquote { margin: 1.4em 0; padding: 20px 24px; border-radius: var(--r-lg); background: var(--mist); border-left: 4px solid var(--flame); color: var(--slate); }
.entry hr { border: 0; border-top: 1px solid var(--border); margin: 2em 0; }
.table-scroll { overflow-x: auto; }
.entry table { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.entry th, .entry td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; }
.entry th { background: var(--mist); }
.tags { padding-bottom: 32px; font-size: .875rem; color: var(--muted); }

/* Blog list */
.post-card { display: flex; flex-direction: column; }
.post-thumb { display: block; margin: -24px -24px 16px; }
.post-thumb img { display: block; width: 100%; height: 190px; object-fit: cover; border-radius: var(--r-lg) var(--r-lg) 0 0; }
.post-card .eyebrow.sm { margin-top: 0; }
.post-card h2 { margin-top: 8px; }
.post-card h2 a { color: inherit; text-decoration: none; }
.post-card h2 a:hover { color: var(--ocean); }
.post-card .muted { margin-top: 8px; }
.post-card .more { margin-top: auto; padding-top: 16px; }
.pager { margin-top: 32px; }
.pager .nav-links { display: flex; gap: 6px; flex-wrap: wrap; }
.pager .page-numbers { padding: 8px 14px; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--slate); font-weight: 600; }
.pager .current { background: var(--slate); color: #fff; border-color: var(--slate); }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .7); font-size: .875rem; padding-bottom: 72px; }
@media (min-width: 1024px) { .site-footer { padding-bottom: 0; } }
.footer-grid { display: grid; gap: 40px; padding-block: 56px; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.footer-grid p { margin-top: 12px; }
.footer-grid .btn { margin-top: 20px; }
.footer-logo { display: inline-block; text-decoration: none; }
.foot-h { font-family: var(--display); font-size: .875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--teal); margin-top: 0 !important; }
.foot-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; }
.foot-list a { color: rgba(255, 255, 255, .7); text-decoration: none; }
.foot-list a:hover { color: #fff; }
.foot-icons { margin-top: 20px; }
.foot-icons li { display: flex; align-items: center; gap: 8px; }
.foot-icons .ico { width: 16px; height: 16px; color: var(--teal); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 24px 16px; text-align: center; font-size: .75rem; }

/* Mobile CTA bar */
.mobile-cta { position: fixed; inset: auto 0 0 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px)); background: rgba(45, 42, 47, .95); border-top: 1px solid rgba(255, 255, 255, .1); }
.mobile-cta .btn { padding: 12px; font-size: .875rem; box-shadow: none; }
.mobile-cta .btn:hover { transform: none; }
@media (min-width: 1024px) { .mobile-cta { display: none; } }
img.logo { background: #fff; border-radius: 8px; padding: 4px 10px; }
