:root {
	--jons-berry: #9a2e70;
	--jons-magenta: #cf2788;
	--jons-magenta-deep: #b51e73;
	--jons-blush: #fbeaf3;
	--jons-blush-soft: #fff4f8;
	--jons-ivory: #fff9fc;
	--jons-charcoal: #241a21;
	--jons-muted: #665961;
	--jons-line: #efdbe7;
	--jons-white: #fff;
	--jons-container: 1280px;
	--jons-display: "Playfair Display", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.jons-beauty-site { margin: 0; min-width: 320px; color: var(--jons-charcoal); background: #fffdfd; font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
body.admin-bar .jons-header { top: 32px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid rgba(207, 39, 136, .36); outline-offset: 3px; }
[hidden] { display: none !important; }

.jons-container { width: min(calc(100% - 48px), var(--jons-container)); margin-inline: auto; }
.jons-skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: var(--jons-magenta-deep); background: #fff; transform: translateY(-150%); }
.jons-skip-link:focus { transform: translateY(0); }
.jons-eyebrow { margin-bottom: 14px; color: var(--jons-magenta); font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.jons-section { padding: 96px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.jons-utility { min-height: 36px; color: #fff; background: var(--jons-berry); font-size: 13px; }
.jons-utility-inner { min-height: 36px; display: flex; align-items: center; gap: 32px; }
.jons-utility-inner > span, .jons-utility-inner > a { display: inline-flex; align-items: center; gap: 7px; }
.jons-utility-inner > a:hover { text-decoration: underline; }
.jons-socials { display: flex; gap: 14px; margin-left: auto; }
.jons-socials .dashicons { font-size: 17px; width: 17px; height: 17px; }

.jons-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(239, 219, 231, .75); backdrop-filter: blur(16px); }
.jons-header-inner { min-height: 99px; display: flex; align-items: center; gap: 28px; }
.jons-logo { width: 214px; flex: 0 0 214px; }
.jons-logo a { display: block; }
.jons-logo img, .jons-logo .custom-logo { width: 190px; height: 78px; object-fit: contain; object-position: left center; }
.jons-primary-nav { margin-left: auto; }
.jons-nav-list { margin: 0; padding: 0; display: flex; align-items: center; gap: 30px; list-style: none; }
.jons-nav-list > li { position: relative; }
.jons-nav-list > li > a { position: relative; display: inline-flex; align-items: center; gap: 5px; padding: 38px 0 34px; font-size: 14px; font-weight: 600; }
.jons-nav-list > li > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 27px; height: 2px; background: var(--jons-magenta); transform: scaleX(0); transition: transform .2s ease; }
.jons-nav-list > li:hover > a::after, .jons-nav-list > .current-menu-item > a::after, .jons-nav-list > .current-menu-ancestor > a::after { transform: scaleX(1); }
.jons-nav-list > .current-menu-item > a, .jons-nav-list > .current-menu-ancestor > a { color: var(--jons-magenta); }
.jons-nav-list .menu-item-has-children > a::before { content: "\f347"; order: 2; font: 16px/1 dashicons; }
.jons-nav-list .sub-menu { position: absolute; top: calc(100% - 18px); left: -24px; min-width: 218px; margin: 0; padding: 10px 0; visibility: hidden; opacity: 0; list-style: none; color: var(--jons-charcoal); background: #fff; border: 1px solid var(--jons-line); box-shadow: 0 18px 36px rgba(62, 31, 50, .12); transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.jons-nav-list li:hover > .sub-menu, .jons-nav-list li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.jons-nav-list .sub-menu a { display: block; padding: 10px 22px; font-size: 13px; font-weight: 600; }
.jons-nav-list .sub-menu a:hover { color: var(--jons-magenta); background: var(--jons-blush-soft); }
.jons-header-book { margin-left: 12px; white-space: nowrap; }
.jons-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; place-items: center; color: var(--jons-charcoal); background: transparent; cursor: pointer; }
.jons-menu-toggle .dashicons { width: 28px; height: 28px; font-size: 28px; }

.jons-button { min-height: 50px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 3px; font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.jons-button:hover { transform: translateY(-2px); }
.jons-button-primary { color: #fff; background: var(--jons-magenta); border-color: var(--jons-magenta); }
.jons-button-primary:hover { color: #fff; background: var(--jons-magenta-deep); border-color: var(--jons-magenta-deep); }
.jons-button-secondary { color: var(--jons-magenta-deep); background: transparent; border-color: var(--jons-magenta); }
.jons-button-secondary:hover { color: #fff; background: var(--jons-magenta); }

.jons-hero { overflow: hidden; background: var(--jons-blush-soft); }
.jons-hero-grid { min-height: 455px; display: grid; grid-template-columns: .82fr 1.18fr; }
.jons-hero-copy { min-width: 0; align-self: center; padding: 48px 50px 48px 0; }
body.jons-beauty-site .jons-hero-copy h1 { max-width: 620px; margin-bottom: 18px; font-family: var(--jons-display); font-size: clamp(60px, 5.1vw, 78px); font-weight: 700; line-height: .98; letter-spacing: -.035em; }
body.jons-beauty-site .jons-hero-copy h1 em { color: var(--jons-magenta); font-style: normal; }
.jons-hero-lede { max-width: 565px; margin-bottom: 26px; color: var(--jons-muted); font-size: 16px; line-height: 1.65; }
.jons-hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.jons-hero-media { position: relative; min-height: 455px; margin-right: calc((100vw - min(100vw - 48px, var(--jons-container))) / -2); }
.jons-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.jons-trust { border-top: 1px solid #fff; border-bottom: 1px solid var(--jons-line); background: var(--jons-ivory); }
.jons-trust-grid { min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); }
.jons-trust-grid article { display: flex; align-items: center; gap: 18px; padding: 16px 34px; border-right: 1px solid var(--jons-line); }
.jons-trust-grid article:first-child { padding-left: 0; }
.jons-trust-grid article:last-child { border-right: 0; }
.jons-trust-grid article > .dashicons { flex: 0 0 auto; width: 42px; height: 42px; color: var(--jons-magenta); font-size: 40px; }
body.jons-beauty-site .jons-trust-grid h2 { margin-bottom: 4px; font-family: var(--jons-display); font-size: 18px; font-weight: 600; line-height: 1.2; letter-spacing: normal; }
.jons-trust-grid p { margin-bottom: 0; color: var(--jons-muted); font-size: 13px; line-height: 1.45; }

.jons-section-heading { margin-bottom: 12px; text-align: center; }
.jons-section-heading .jons-eyebrow { margin-bottom: 6px; }
body.jons-beauty-site .jons-section-heading h2, body.jons-beauty-site .jons-shop-copy h2, body.jons-beauty-site .jons-about-copy h2, body.jons-beauty-site .jons-testimonial-grid h2, body.jons-beauty-site .jons-contact-grid h2 { margin-bottom: 14px; font-family: var(--jons-display); font-size: clamp(38px, 3vw, 48px); font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
body.jons-beauty-site .jons-section-heading h2 { font-size: 36px; }
.jons-services { padding: 12px 0 40px; }
.jons-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jons-service-card { overflow: hidden; border: 1px solid var(--jons-line); background: #fff; transition: transform .2s ease, border-color .2s ease; }
.jons-service-card:hover { transform: translateY(-4px); border-color: #dca6c6; }
.jons-service-card > a { display: block; }
.jons-service-card img { width: 100%; aspect-ratio: 2.2 / 1; object-fit: cover; }
.jons-service-card-body { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px 14px 20px; }
.jons-service-card-body strong { font-family: var(--jons-display); font-size: 19px; }
.jons-service-card-body > .dashicons { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--jons-magenta); background: var(--jons-blush); font-size: 20px; line-height: 34px; }

.jons-shop-band { overflow: hidden; background: var(--jons-blush-soft); border-top: 1px solid var(--jons-line); border-bottom: 1px solid var(--jons-line); }
.jons-shop-grid { min-height: 355px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; }
.jons-shop-copy { align-self: center; padding: 64px 64px 64px 0; }
body.jons-beauty-site .jons-shop-copy h2 { font-size: clamp(36px, 3vw, 46px); }
.jons-shop-copy p:not(.jons-eyebrow) { max-width: 530px; color: var(--jons-muted); line-height: 1.65; }
.jons-shop-copy .jons-button { margin-top: 8px; }
.jons-shop-grid > img { width: 100%; height: 100%; min-height: 355px; object-fit: cover; object-position: center 60%; }

.jons-about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 86px; align-items: center; }
.jons-about-mark { min-height: 360px; display: grid; place-items: center; background: var(--jons-blush-soft); border: 1px solid var(--jons-line); }
.jons-about-mark img { width: min(76%, 360px); }
.jons-about-copy > p:not(.jons-eyebrow) { color: var(--jons-muted); font-size: 17px; line-height: 1.72; }
.jons-about-points { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 26px; }
.jons-about-points > span { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.jons-about-points .dashicons { color: var(--jons-magenta); }

.jons-testimonial { color: #fff; background: var(--jons-berry); }
.jons-testimonial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.jons-testimonial .jons-eyebrow { color: #ffd7eb; }
.jons-testimonial-grid h2 { margin: 0; }
.jons-testimonial-grid blockquote { margin: 0; padding-left: 42px; border-left: 1px solid rgba(255, 255, 255, .35); font-family: var(--jons-display); font-size: clamp(25px, 2vw, 32px); line-height: 1.45; }
.jons-testimonial-grid blockquote footer { margin-top: 20px; font-family: "DM Sans", Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.jons-contact { background: #fff; }
.jons-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.jons-contact-grid > div:first-child > p:not(.jons-eyebrow) { max-width: 520px; color: var(--jons-muted); line-height: 1.7; }
.jons-contact-grid .jons-button { margin-top: 18px; }
.jons-contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jons-contact-details > a, .jons-contact-details > div { min-height: 98px; display: flex; gap: 15px; padding: 20px; border: 1px solid var(--jons-line); background: var(--jons-ivory); color: var(--jons-muted); font-size: 14px; line-height: 1.5; }
.jons-contact-details > * > .dashicons { flex: 0 0 auto; color: var(--jons-magenta); }
.jons-contact-details > * > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.jons-contact-details strong { color: var(--jons-charcoal); font-size: 14px; }
.jons-contact-details a:hover { border-color: var(--jons-magenta); }

.jons-content { min-height: 58vh; }
.jons-page-hero { padding: 74px 0; text-align: center; background: var(--jons-blush-soft); border-bottom: 1px solid var(--jons-line); }
body.jons-beauty-site .jons-page-hero h1 { max-width: 920px; margin: 0 auto; font-family: var(--jons-display); font-size: clamp(48px, 5vw, 72px); font-weight: 700; line-height: 1.02; letter-spacing: -.025em; }
.jons-page-body, .jons-posts, .jons-commerce { padding-top: 72px; padding-bottom: 92px; }
.jons-entry-content { max-width: 860px; margin-inline: auto; color: var(--jons-muted); font-size: 17px; line-height: 1.75; }
body.jons-beauty-site .jons-entry-content h2, body.jons-beauty-site .jons-entry-content h3 { margin-top: 1.7em; color: var(--jons-charcoal); font-family: var(--jons-display); font-weight: 600; line-height: 1.15; letter-spacing: -.015em; }
body.jons-beauty-site .jons-entry-content h2 { font-size: 40px; }
body.jons-beauty-site .jons-entry-content h3 { font-size: 28px; }
.jons-entry-content a { color: var(--jons-magenta-deep); text-decoration: underline; text-underline-offset: 3px; }
.jons-entry-content img, .jons-entry-content .wp-block-image { margin-block: 34px; }
.jons-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.jons-post-card { padding: 28px; border: 1px solid var(--jons-line); background: #fff; }
.jons-post-card img { width: 100%; margin-bottom: 22px; aspect-ratio: 16 / 10; object-fit: cover; }
body.jons-beauty-site .jons-post-card h2 { font-family: var(--jons-display); font-size: 27px; font-weight: 600; line-height: 1.15; }
.jons-post-card p { color: var(--jons-muted); line-height: 1.65; }
.jons-meta { margin-bottom: 12px; color: var(--jons-magenta); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--jons-line); }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--jons-magenta); border-color: var(--jons-magenta); }

.woocommerce .woocommerce-breadcrumb { color: var(--jons-muted); }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding-bottom: 20px; background: #fff; border: 1px solid var(--jons-line); }
.woocommerce ul.products li.product a img { margin: 0 0 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price { padding-inline: 18px; }
.woocommerce ul.products li.product .price { color: var(--jons-magenta-deep); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { margin-left: 18px; color: #fff; background: var(--jons-magenta); border-radius: 3px; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { color: #fff; background: var(--jons-magenta-deep); }
.woocommerce span.onsale { background: var(--jons-berry); }

.jons-footer { padding-top: 58px; color: var(--jons-charcoal); background: #fff; border-top: 4px solid var(--jons-magenta); }
.jons-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 64px; padding-bottom: 46px; }
.jons-footer-grid > div:not(.jons-footer-brand) { padding-top: 12px; }
.jons-footer-brand img { width: 260px; margin-bottom: 18px; filter: none; }
body.jons-beauty-site .jons-footer-grid p { max-width: 330px; color: var(--jons-muted); line-height: 1.65; }
body.jons-beauty-site .jons-footer-grid h2 { margin-bottom: 18px; color: var(--jons-berry); font-family: var(--jons-display); font-size: 19px; font-weight: 600; line-height: 1.2; }
.jons-footer-grid a { position: relative; display: block; width: fit-content; margin: 11px 0; color: var(--jons-charcoal); font-size: 14px; font-weight: 500; transition: color .18s ease, transform .18s ease; }
.jons-footer-grid a:hover { color: var(--jons-magenta-deep); transform: translateX(3px); }
.jons-footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--jons-line); color: var(--jons-muted); font-size: 12px; }
.jons-footer-bottom span:last-child { color: var(--jons-berry); font-weight: 700; }
.jons-whatsapp-fab { position: fixed; right: 24px; bottom: 24px; z-index: 40; width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: #1fad65; border-radius: 50%; box-shadow: 0 12px 32px rgba(24, 93, 54, .25); transition: transform .2s ease; }
.jons-whatsapp-fab:hover { color: #fff; transform: translateY(-3px); }
.jons-whatsapp-fab .dashicons { width: 28px; height: 28px; font-size: 28px; }

.jons-modal-backdrop { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 24px; background: rgba(36, 26, 33, .62); }
.jons-booking-modal { position: relative; width: min(680px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 46px; background: #fff; box-shadow: 0 24px 80px rgba(53, 25, 43, .28); }
.jons-modal-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.jons-modal-close .dashicons { width: 24px; height: 24px; font-size: 24px; }
body.jons-beauty-site .jons-booking-modal h2 { margin-bottom: 10px; font-family: var(--jons-display); font-size: 38px; font-weight: 600; line-height: 1.12; letter-spacing: -.02em; }
.jons-modal-intro { margin-bottom: 24px; color: var(--jons-muted); line-height: 1.6; }
.jons-booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.jons-booking-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; }
.jons-booking-form input, .jons-booking-form select, .jons-booking-form textarea { width: 100%; padding: 13px 14px; color: var(--jons-charcoal); background: var(--jons-ivory); border: 1px solid #dec6d5; border-radius: 2px; }
.jons-booking-form textarea { resize: vertical; }
.jons-form-wide { grid-column: 1 / -1; }
.jons-booking-success { padding: 38px 10px 16px; text-align: center; }
.jons-booking-success > .dashicons { width: 58px; height: 58px; margin: 0 auto 20px; color: var(--jons-magenta); font-size: 58px; }
body.jons-beauty-site .jons-booking-success h2 { max-width: 520px; margin-inline: auto; }
.jons-booking-success p:not(.jons-eyebrow) { color: var(--jons-muted); }
.jons-booking-success .jons-button { margin-top: 18px; }

@media (max-width: 1120px) {
	.jons-utility-tagline { display: none !important; }
	.jons-header-inner { min-height: 86px; }
	.jons-logo { width: 180px; flex-basis: 180px; }
	.jons-logo img, .jons-logo .custom-logo { width: 168px; height: 68px; }
	.jons-nav-list { gap: 20px; }
	.jons-nav-list > li > a { font-size: 13px; }
	.jons-header-book { padding-inline: 18px; }
	.jons-hero-copy { padding-right: 36px; }
}

@media (max-width: 960px) {
	body.admin-bar .jons-header { top: 46px; }
	.jons-primary-nav { position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 16px 24px 24px; display: none; background: #fff; border-bottom: 1px solid var(--jons-line); box-shadow: 0 14px 28px rgba(62, 31, 50, .08); }
	.jons-primary-nav.is-open { display: block; }
	.jons-nav-list { align-items: stretch; flex-direction: column; gap: 0; }
	.jons-nav-list > li > a { display: flex; justify-content: center; padding: 13px; }
	.jons-nav-list > li > a::after { bottom: 8px; left: 45%; right: 45%; }
	.jons-nav-list .sub-menu { position: static; min-width: 0; margin: 0; padding: 0 0 8px; display: none; visibility: visible; opacity: 1; border: 0; box-shadow: none; transform: none; text-align: center; }
	.jons-nav-list li:hover > .sub-menu, .jons-nav-list li:focus-within > .sub-menu { display: block; }
	.jons-header-book { margin-left: auto; }
	.jons-menu-toggle { display: grid; }
	.jons-hero-grid { height: auto; min-height: 0; grid-template-columns: 1fr; }
	.jons-hero-copy { padding: 64px 0 44px; }
	body.jons-beauty-site .jons-hero-copy h1 { font-size: clamp(56px, 9vw, 74px); }
	.jons-hero-media { height: 500px; min-height: 0; margin: 0; }
	.jons-trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
	.jons-trust-grid article, .jons-trust-grid article:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--jons-line); }
	.jons-trust-grid article:last-child { border-bottom: 0; }
	.jons-service-grid { grid-template-columns: 1fr 1fr; }
	.jons-shop-grid { grid-template-columns: 1fr; }
	.jons-shop-copy { padding: 64px 0 38px; }
	.jons-shop-grid > img { min-height: 310px; }
	.jons-about-grid, .jons-testimonial-grid, .jons-contact-grid { gap: 44px; }
	.jons-contact-details { grid-template-columns: 1fr; }
	.jons-posts-grid { grid-template-columns: 1fr 1fr; }
	.jons-footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
	.jons-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
	.jons-container { width: min(calc(100% - 32px), var(--jons-container)); }
	.jons-section { padding: 72px 0; }
	.jons-utility-inner { justify-content: center; font-size: 12px; }
	.jons-utility-inner > span:first-child, .jons-socials { display: none; }
	.jons-header-inner { min-height: 76px; gap: 10px; }
	.jons-logo { width: 130px; flex-basis: 130px; }
	.jons-logo img, .jons-logo .custom-logo { width: 126px; height: 58px; }
	.jons-header-book { min-height: 42px; padding: 0 13px; font-size: 12px; }
	.jons-header-book .dashicons { display: none; }
	.jons-hero-copy { padding-top: 52px; }
	body.jons-beauty-site .jons-hero-copy h1 { font-size: clamp(49px, 15vw, 68px); }
	.jons-hero-lede { font-size: 15px; }
	.jons-hero-actions { align-items: stretch; flex-direction: column; }
	.jons-hero-actions .jons-button { width: 100%; }
	.jons-hero-media { height: 370px; min-height: 0; }
	.jons-hero-media img { object-position: 60% center; }
	.jons-section-heading { margin-bottom: 28px; }
	body.jons-beauty-site .jons-section-heading h2, body.jons-beauty-site .jons-shop-copy h2, body.jons-beauty-site .jons-about-copy h2, body.jons-beauty-site .jons-testimonial-grid h2, body.jons-beauty-site .jons-contact-grid h2 { font-size: 37px; }
	.jons-service-grid { grid-template-columns: 1fr; gap: 14px; }
	.jons-service-card img { aspect-ratio: 2 / 1; }
	.jons-shop-grid > img { min-height: 245px; }
	.jons-about-grid, .jons-testimonial-grid, .jons-contact-grid { grid-template-columns: 1fr; }
	.jons-about-grid { gap: 36px; }
	.jons-about-mark { min-height: 260px; }
	.jons-testimonial-grid blockquote { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .35); }
	.jons-contact-grid { gap: 34px; }
	.jons-page-hero { padding: 56px 0; }
	body.jons-beauty-site .jons-page-hero h1 { font-size: 48px; }
	.jons-page-body, .jons-posts, .jons-commerce { padding-top: 54px; padding-bottom: 72px; }
	body.jons-beauty-site .jons-entry-content h2 { font-size: 34px; }
	.jons-posts-grid { grid-template-columns: 1fr; }
	.jons-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
	.jons-footer-brand { grid-column: 1 / -1; }
	.jons-footer-grid > div:not(.jons-footer-brand) { padding-top: 0; }
	.jons-footer-grid > div:last-child { grid-column: auto; }
	.jons-footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; justify-content: center; }
	.jons-booking-modal { padding: 40px 22px 26px; }
	body.jons-beauty-site .jons-booking-modal h2 { font-size: 31px; }
	.jons-booking-form { grid-template-columns: 1fr; }
	.jons-form-wide { grid-column: auto; }
	.jons-whatsapp-fab { right: 16px; bottom: 16px; }
}

@media (max-width: 420px) {
	.jons-header-book { padding-inline: 10px; font-size: 11px; }
	.jons-menu-toggle { width: 38px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
