/*
Theme Name: Jessica Ashby Art
Theme URI: https://www.jessicaashby.co.uk/
Author: Red Eagle Tech
Author URI: https://redeagle.tech/
Description: Bespoke theme for Jessica Ashby Art — North London artist running painting workshops, selling art prints and offering body-paint services. Brand-faithful rebuild of the previous Wix site (ticket #603).
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.2
License: Proprietary
Text Domain: jessashby
*/

/* ==========================================================================
   Design tokens — sampled from the live Wix site (H1 design-fidelity pass):
   Helvetica type, #333 ink, flat colour bands (yellow #FFF000, coral #FF6160),
   turquoise pill buttons, pale-yellow form fills, cream footer, and her own
   painted textures as backgrounds (all under assets/images/wix/).
   ========================================================================== */
:root {
  --pink: #ff1e8e;
  --pink-deep: #d1006b;
  --yellow: #fff000;
  --coral: #ff6160;
  --cyan: #1fd6d6;
  --cyan-deep: #00a8a8;
  --teal-band: #8bd0c3;
  --pink-band: #ffbed3;
  --grey-band: #dbdbdb;
  --page-grey: #e8e6e6;
  --cream: #fff1d4;
  --input-fill: #fff9e1;
  --ink: #333333;
  --ink-soft: #5a5a66;
  --paper: #ffffff;
  --paper-tint: #faf7f2;
  --rule: rgba(51, 51, 51, 0.14);

  /* The Wix site is set in Helvetica (helvetica-w01 webfonts) — use the system stack. */
  --font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;

  --wrap: 1180px;
  --wrap-narrow: 900px;
  --gap: clamp(1rem, 3vw, 2rem);
  --section-y: clamp(2.75rem, 6vw, 4.5rem);
  --radius: 8px;
  --shadow: 0 10px 30px rgba(43, 43, 51, 0.10);
}

/* ==========================================================================
   Reset / base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-underline-offset: 3px; }
a:hover { color: var(--pink-deep); }
:focus-visible { outline: 3px solid var(--cyan-deep); outline-offset: 3px; border-radius: 4px; }

/* Wix headings: Helvetica bold, ~38px, near-black, generous but not oversized. */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--ink);
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1, h2 { font-size: clamp(1.7rem, 1.4rem + 1.4vw, 2.375rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem); }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); margin-inline: auto; }
.section { padding-block: var(--section-y); }
.text-center { text-align: center; }
.lede { font-size: 1.02rem; color: var(--ink); }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 0.75rem 1.25rem;
}
.skip-link:focus { left: 0; }

/* ==========================================================================
   Buttons — Wix uses small turquoise pills with dark text
   ========================================================================== */
.btn {
  display: inline-block; border: 0; cursor: pointer;
  font-family: var(--font-display); font-weight: 700; font-size: 0.92rem;
  letter-spacing: 0.01em; text-decoration: none;
  padding: 0.7rem 1.9rem; border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-cyan, .btn-pink, .btn-ink { background: var(--cyan); color: var(--ink); }
.btn-cyan:hover, .btn-pink:hover, .btn-ink:hover { background: var(--cyan-deep); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }

/* ==========================================================================
   Header — the painted-mural band from the Wix site, wordmark + white nav on top
   ========================================================================== */
.site-header {
  position: relative; z-index: 100;
  background: #2c3550 url("assets/images/wix/header-mural.jpg") center 32% / cover no-repeat;
  min-height: clamp(150px, 19.5vw, 280px);
}
.header-inner {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: var(--gap); padding-block: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.35rem; text-decoration: none; flex-shrink: 0; }
.brand-logo img { width: auto; height: clamp(44px, 5.5vw, 66px); }
.brand-block {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1rem, 0.85rem + 0.55vw, 1.35rem);
  letter-spacing: -0.01em; padding: 0.22em 0.5em; line-height: 1.1;
}
.brand-first { background: var(--pink); color: var(--yellow); }
.brand-last { background: var(--yellow); color: var(--pink); transform: translateY(4px); }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  padding: 0.5rem; color: #fff;
}
.nav-toggle svg { width: 28px; height: 28px; filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.6)); }

.site-nav ul { display: flex; align-items: center; gap: clamp(0.8rem, 1.6vw, 1.4rem); list-style: none; margin: 0; padding: 0; }
.site-nav a {
  font-family: var(--font-display); font-weight: 700; font-size: 0.9rem;
  color: #fff; text-decoration: none; padding: 0.35rem 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.site-nav a:hover { color: var(--yellow); }
.site-nav .current-menu-item > a, .site-nav .current_page_item > a { color: var(--yellow); }
.header-cart { position: relative; display: inline-flex; align-items: center; color: #fff; text-decoration: none; filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5)); }
.header-cart svg { width: 22px; height: 22px; }
.header-cart .count {
  position: absolute; top: -7px; right: -9px; min-width: 19px; height: 19px;
  background: var(--pink); color: #fff; border-radius: 999px;
  font-size: 0.7rem; font-weight: 700; line-height: 19px; text-align: center; padding: 0 4px;
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; inset: 100% 0 auto 0; background: #23252b;
    display: none; box-shadow: var(--shadow); z-index: 110;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 1.25rem 1.25rem; }
  .site-nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .site-nav a { display: block; padding: 0.9rem 0; text-shadow: none; }
}

/* ==========================================================================
   Home sections (front-page.php) — Wix's stacked colour bands
   ========================================================================== */

/* 1. White intro under the mural */
.home-intro { padding-block: clamp(2rem, 4.5vw, 3rem); text-align: center; }
.home-intro p { max-width: 78ch; margin-inline: auto; }

/* 2. Yellow band: white card + rotated photo collage */
.block-yellow { background: var(--yellow); }
.band-split { display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; }
.band-card { background: #fff; padding: clamp(1.75rem, 4vw, 3rem); text-align: center; }
.band-card .btn { margin-top: 1rem; }
.collage-frame { overflow: hidden; padding: clamp(0.5rem, 3vw, 2rem); }
.collage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; transform: rotate(45deg) scale(0.86); }
.collage .tile { overflow: hidden; aspect-ratio: 1; background: rgba(255, 255, 255, 0.35); }
.collage .tile img { width: 100%; height: 100%; object-fit: cover; transform: rotate(-45deg) scale(1.45); }

/* 3. Coral testimonials: photo-backed cards, coral names, white copy */
.block-coral { background: var(--coral); }
.block-coral > .wrap > h2 { color: #fff; text-align: center; }
.t-card {
  position: relative; overflow: hidden; border-radius: 4px;
  min-height: 520px; background-size: cover; background-position: center top;
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: 2rem 1.5rem;
}
.t-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(36, 48, 70, 0.62), rgba(36, 48, 70, 0.86)); }
.t-card > * { position: relative; }
.t-card cite { font-style: normal; font-weight: 700; color: var(--coral); display: block; text-align: center; }
.t-card .quote-role { display: block; text-align: center; font-weight: 700; color: var(--coral); font-size: 0.9rem; margin-bottom: 1.1rem; }
.t-card blockquote { margin: 0; color: #fff; text-align: center; font-size: 0.98rem; line-height: 1.6; }
.t-card .quote-mark { color: var(--coral); font-size: 3rem; line-height: 1; font-weight: 700; margin-top: auto; }

/* 4. "View & Purchase Art" on her paint-strokes texture — Wix shows it heavily veiled in white,
   so the strokes read as a pale wash, not full-strength colour. */
.band-strokes-light { background: linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)), url("assets/images/wix/strokes.jpg") center / cover no-repeat var(--paper); }
.print-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: clamp(1rem, 2.5vw, 1.75rem); margin-top: 2.25rem; }
.print-strip a { display: block; }
.print-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* 5. Body Paint: purple/magenta gradient band with a photo row */
.band-purple {
  background: linear-gradient(140deg, #6a35c2 0%, #a44fd0 32%, #d0559a 58%, #e17ab0 76%, #35c9dd 100%);
  color: #fff;
}
.band-purple h2 { color: #fff; text-align: center; }
.band-purple .band-sub { text-align: center; color: rgba(255, 255, 255, 0.95); }
.photo-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: clamp(1rem, 2.5vw, 1.75rem); margin-top: 2rem; }
.photo-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; }

/* 6. Contact on the yellow-black paint texture — like the strokes, Wix veils it almost to cream. */
.band-wash { background: linear-gradient(rgba(255, 250, 238, 0.90), rgba(255, 250, 238, 0.90)), url("assets/images/wix/wash-watercolour.jpg") center / cover no-repeat var(--paper); }
.contact-grid { display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: 1.4fr 1fr; align-items: start; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-dark {
  background: #3b3b3b; color: rgba(255, 255, 255, 0.94); border-radius: 10px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.contact-dark h3 { color: #fff; }
.contact-dark a { color: #fff; font-weight: 400; }
.contact-dark a:hover { color: var(--yellow); }
.contact-dark dt { font-weight: 700; margin-top: 1rem; }
.contact-dark dd { margin: 0.2rem 0 0; }

/* ==========================================================================
   Generic inner-page banner (white, centred, Wix-style plain heading)
   ========================================================================== */
.page-banner { background: var(--paper); padding-block: clamp(1.75rem, 4vw, 2.75rem) 0.5rem; text-align: center; }
.page-banner h1 { margin: 0; }
.page-banner p { color: var(--ink); margin: 0.6rem auto 0; max-width: 60ch; }

/* Colour blocks kept for content use */
.block-pink { background: var(--pink); color: #fff; }
.block-pink h2, .block-pink h3 { color: #fff; }
.block-cyan { background: var(--cyan); }
.block-tint { background: var(--paper-tint); }

/* ==========================================================================
   About page — white card floating on her hot-pink painted texture
   ========================================================================== */
body.page-about { background: #b52d5e url("assets/images/wix/texture-pink.jpg") center / cover fixed no-repeat; }
body.page-about .site-footer { margin-top: 0; }
.page-card { background: #fff; padding: clamp(1.75rem, 4vw, 3rem); margin-block: clamp(2rem, 5vw, 3.5rem); }
.page-card h1 { text-align: left; }
.about-portrait { float: right; width: min(46%, 420px); margin: 0 0 1.25rem 1.75rem; }
@media (max-width: 700px) { .about-portrait { float: none; width: 100%; margin: 0 0 1.25rem; } }
.about-contact-band { background: var(--cream); padding-block: clamp(2rem, 5vw, 3rem); }
.about-contact-band .page-card { margin-block: 0; }

/* ==========================================================================
   Events index — full-width colour band per event, as on Wix
   ========================================================================== */
body.page-events { background: var(--page-grey); }
.events-intro { background: var(--paper); padding-block: clamp(1.5rem, 4vw, 2.5rem); text-align: center; }
.events-intro .wrap-narrow p { max-width: 84ch; margin-inline: auto; }
.event-band { padding-block: clamp(2.5rem, 6vw, 4rem); }
.event-band h2 { text-align: center; }
.event-band h2 a { text-decoration: none; color: inherit; }
.band-strokes { background: linear-gradient(rgba(252, 248, 240, 0.85), rgba(252, 248, 240, 0.85)), url("assets/images/wix/strokes.jpg") center / cover no-repeat var(--page-grey); }
.band-eventpink { background: var(--pink-band); }
.band-grey { background: var(--grey-band); }
.band-teal { background: var(--teal-band); }
.band-cream { background: var(--cream); }
.event-hero { margin: 1.5rem auto; max-width: 975px; }
.event-hero img { width: 100%; height: auto; }
.event-copy { max-width: 900px; margin-inline: auto; }
.event-copy h3 { margin-top: 1.4em; }
.event-facts { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 0.35rem; }
.event-facts b { font-weight: 700; }
.event-upcoming { font-weight: 700; margin-top: 1.6rem; }

/* Event pages themselves reuse the band colour behind a white content card */
.event-page-band { padding-block: clamp(1.5rem, 4vw, 2.5rem); }
.event-page-band .page-card { margin-block: 0; }

/* ==========================================================================
   DesignMyNight ticketing embed
   ========================================================================== */
.dmn-embed { background: transparent; padding: 0; margin-top: 1.25rem; }
.dmn-consent {
  background: rgba(255, 255, 255, 0.92); border: 1px dashed var(--rule); border-radius: 6px;
  padding: 1.5rem; text-align: center;
}
.dmn-consent p:first-child { max-width: 52ch; margin-inline: auto; }
.dmn-consent .btn { margin: 0.5rem 0; }
.dmn-embed h3 { margin-bottom: 0.9rem; }
.dmn-embed iframe { width: 100%; min-height: 620px; border: 0; border-radius: 6px; background: #fff; display: block; }
.dmn-fallback { font-size: 0.9rem; color: var(--ink-soft); margin-top: 0.75rem; }

/* ==========================================================================
   Blog — white column on the black & white graffiti wall
   ========================================================================== */
body.blog, body.single-post { background: #1c1c1c url("assets/images/wix/graffiti.jpg") center top / cover fixed no-repeat; }
.blog-column { background: #fff; padding: clamp(1.25rem, 3vw, 2.5rem); margin-block: 0 clamp(2rem, 5vw, 3rem); }
.blog-column > h1 { margin-bottom: 1.5rem; }
.post-row { display: grid; grid-template-columns: minmax(180px, 300px) 1fr; gap: clamp(1rem, 2.5vw, 1.75rem); padding-block: 1.5rem; border-bottom: 1px solid var(--rule); align-items: start; }
.post-row:last-child { border-bottom: 0; }
@media (max-width: 640px) { .post-row { grid-template-columns: 1fr; } }
.post-row img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.post-row h2 { font-size: 1.35rem; margin-bottom: 0.4rem; }
.post-row h2 a { text-decoration: none; }
.post-row .entry-meta { margin-bottom: 0.6rem; }
body.single-post .blog-column { margin-top: 0; }

/* ==========================================================================
   WooCommerce — plain Wix-like tiles: image, light name, from-price
   ========================================================================== */
.woocommerce ul.products { display: grid; gap: clamp(1.25rem, 3vw, 2rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); margin: 0; padding: 0; list-style: none; }
/* WooCommerce core puts a table clearfix (::before/::after) on ul.products; under display:grid the
   ::before becomes an anonymous grid item that occupies the FIRST CELL (a blank tile). Kill both. */
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none; }
.woocommerce ul.products li.product { margin: 0 !important; width: auto !important; float: none !important; text-align: left; position: relative; }
.woocommerce ul.products li.product a img { border-radius: 0; box-shadow: none; margin-bottom: 0.75rem; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--font-display); font-weight: 400; font-size: 1rem !important; padding: 0 !important; color: var(--ink); }
.woocommerce ul.products li.product .price { color: var(--ink) !important; font-weight: 400; font-size: 0.95rem; }
.badge-bestseller {
  position: absolute; top: 0; left: 0; z-index: 5;
  background: #1e5ae8; color: #fff; font-size: 0.8rem; font-weight: 400;
  padding: 0.3rem 0.7rem;
}
/* Wix shop shows no result count or sort dropdown */
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { display: none; }
.woocommerce-products-header { text-align: center; }
.woocommerce span.onsale { background: var(--pink); color: #fff; border-radius: 999px; min-height: 0; line-height: 1; padding: 0.45rem 0.9rem; font-weight: 700; top: 0.7rem; left: 0.7rem; margin: 0; }
/* Buttons (add-to-basket arrives with Stripe): Wix uses a flat blue rectangle */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #1e5ae8; color: #fff; border-radius: 3px; font-family: var(--font-display);
  font-weight: 400; padding: 0.85rem 1.8rem;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
  background: #1747b8; color: #fff;
}
.woocommerce div.product .product_title { font-weight: 400; margin-bottom: 0.3rem; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: 1.1rem; font-weight: 400; }
.woocommerce .quantity .qty { padding: 0.5rem; border: 1px solid var(--rule); border-radius: 3px; }

/* Shop closed / browse-only notice (checkout disabled pending the client's Stripe onboarding) */
.shop-notice {
  background: var(--yellow); border-radius: 4px; padding: 0.85rem 1.2rem;
  margin-bottom: 1.75rem; font-weight: 400; font-size: 0.95rem;
}
.shop-notice strong { font-weight: 700; }

/* ==========================================================================
   Forms (Contact Form 7) — Wix's pale-yellow fills and turquoise Send
   ========================================================================== */
.wpcf7 form { display: grid; gap: 1rem; }
.wpcf7 label { display: block; font-weight: 700; font-size: 0.92rem; margin-bottom: 0.35rem; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  width: 100%; padding: 0.8rem 0.9rem; border: 0; border-radius: 2px;
  font: inherit; background: var(--input-fill); color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(51, 51, 51, 0.10);
}
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--cyan-deep); }
.wpcf7 input[type="submit"] {
  background: var(--cyan); color: var(--ink); border: 0; border-radius: 999px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.95rem;
  padding: 0.8rem 2.4rem; cursor: pointer; justify-self: stretch;
}
.wpcf7 input[type="submit"]:hover { background: var(--cyan-deep); color: #fff; }
.wpcf7-response-output { border-radius: 4px; padding: 0.9rem 1.1rem !important; margin: 0 !important; }
.form-cols-2 { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .form-cols-2 { grid-template-columns: 1fr; } }

/* ==========================================================================
   Editorial content (pages + posts)
   ========================================================================== */
.entry-content > * + * { margin-top: 1.15em; }
.entry-content h2 { margin-top: 1.8em; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content img { border-radius: 4px; }
.entry-content blockquote {
  margin: 1.8em 0; padding: 1rem 1.5rem; border-left: 5px solid var(--yellow);
  background: var(--paper-tint); border-radius: 0 4px 4px 0;
}
.entry-content ul, .entry-content ol { padding-left: 1.4rem; }
.entry-meta { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 1.5rem; }

.pagination { display: flex; gap: 0.5rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap; }
.pagination .page-numbers {
  display: inline-block; padding: 0.6rem 1rem; border-radius: 999px;
  text-decoration: none; background: var(--paper-tint); color: var(--ink); font-weight: 700;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--pink); color: #fff; }

/* Cards kept for general use (search results etc.) */
.grid { display: grid; gap: clamp(1.25rem, 3vw, 2rem); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.card-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-tint); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 1.35rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.card a.stretched { text-decoration: none; color: inherit; }
.split { display: grid; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }
.split-media img { border-radius: 4px; }

/* ==========================================================================
   Footer — the slim cream strip from the Wix site
   ========================================================================== */
.site-footer { background: var(--cream); color: var(--ink); padding-block: 1.4rem; text-align: center; font-size: 0.9rem; }
.site-footer p { margin: 0.25rem 0; }
.site-footer a { color: var(--ink); }
.site-footer .footer-logo { height: 18px; width: auto; display: inline-block; vertical-align: -3px; margin-left: 0.35rem; }
.footer-social { display: inline-flex; gap: 0.75rem; margin-left: 0.75rem; vertical-align: middle; }
.footer-social a { color: var(--ink); }
.footer-social svg { width: 16px; height: 16px; }

/* Floating social rail — pinned to the right edge, as on Wix */
.social-rail { position: fixed; right: 0.75rem; top: 50%; transform: translateY(-50%); z-index: 90; display: grid; gap: 0.9rem; }
.social-rail a { color: var(--ink); }
.social-rail a:hover { color: var(--pink); }
.social-rail svg { width: 20px; height: 20px; }
@media (max-width: 1100px) { .social-rail { display: none; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .btn:hover { transform: none; }
}
