/*
Theme Name: Bronze Memorial Plaques
Theme URI: https://plaques.net.au
Author: Macedon Digital
Author URI: https://macedondigital.com.au
Description: Lightweight custom theme for Bronze Memorial Plaques.
Version: 1.5.0
License: Proprietary
Text Domain: bronze-plaques
*/


/* ============================================================
   CSS CUSTOM PROPERTIES
   Source: assets/bronze-plaques-custom-properties.css v1.5
   ============================================================ */

:root {

  /* -----------------------------------------------------------
     COLOURS - Brand
     ----------------------------------------------------------- */
  --color-black:              #000000;
  --color-dark:               #1a1a1a;
  --color-charcoal:           #333333;
  --color-accent:             #7f54b3;

  /* -----------------------------------------------------------
     COLOURS - Backgrounds
     ----------------------------------------------------------- */
  --bg-page:                  #ffffff;
  --bg-gallery:               #f4f4f4;
  --bg-dark:                  #1a1a1a;
  --bg-overlay-card:          rgba(0, 0, 0, 0.65);
  --bg-overlay-dark:          rgba(0, 0, 0, 0.82);
  --bg-overlay-hero-about:    rgba(0, 0, 0, 0.3);
  --bg-overlay-testimonial:   rgba(0, 0, 0, 0.65);
  --bg-btn-hover-on-dark:     rgba(255, 255, 255, 0.1);

  /* -----------------------------------------------------------
     COLOURS - Text
     ----------------------------------------------------------- */
  --text-heading:             #333333;
  --text-body:                #333333;
  --text-nav:                 #000000;
  --text-inverse:             #ffffff;
  --text-inverse-muted:       rgba(255, 255, 255, 0.5);
  --text-inverse-subtle:      rgba(255, 255, 255, 0.6);
  --text-inverse-faint:       rgba(255, 255, 255, 0.3);
  --text-muted:               #666666;
  --text-faint:               #999999;

  /* -----------------------------------------------------------
     COLOURS - Borders
     ----------------------------------------------------------- */
  --border-header:            rgba(0, 0, 0, 0.05);
  --border-faint:             rgba(0, 0, 0, 0.04);
  --border-subtle:            rgba(0, 0, 0, 0.06);
  --border-light:             rgba(0, 0, 0, 0.08);
  --border-medium:            rgba(0, 0, 0, 0.12);
  --border-default:           rgba(0, 0, 0, 0.15);
  --border-btn-on-dark:       rgba(255, 255, 255, 0.5);
  --border-btn-on-dark-hover: #ffffff;

  /* -----------------------------------------------------------
     TYPOGRAPHY - Font Families
     ----------------------------------------------------------- */
  --font-heading:             'Cormorant', serif;
  --font-body:                'Raleway', sans-serif;
  --font-signature:           'Corinthia', cursive;

  /* -----------------------------------------------------------
     TYPOGRAPHY - Font Weights
     ----------------------------------------------------------- */
  --weight-light:             300;
  --weight-regular:           400;
  --weight-medium:            500;
  --weight-semibold:          600;

  /* -----------------------------------------------------------
     TYPOGRAPHY - Font Sizes
     ----------------------------------------------------------- */
  --text-xs:                  10px;
  --text-sm:                  12px;
  --text-base:                20px;
  --text-md:                  17px;
  --text-lg:                  20px;
  --text-xl:                  24px;
  --text-2xl:                 30px;
  --text-3xl:                 40px;
  --text-4xl:                 48px;
  --text-signature:           56px;

  /* -----------------------------------------------------------
     TYPOGRAPHY - Line Heights
     ----------------------------------------------------------- */
  --leading-tight:            1.3;
  --leading-heading:          1.35;
  --leading-quote:            1.5;
  --leading-body:             1.7;

  /* -----------------------------------------------------------
     TYPOGRAPHY - Letter Spacing
     ----------------------------------------------------------- */
  --tracking-caps:            0.05em;
  --tracking-wide:            0.2em;

  /* -----------------------------------------------------------
     SPACING
     ----------------------------------------------------------- */
  --space-xs:                 10px;
  --space-sm:                 14px;
  --space-md:                 20px;
  --space-lg:                 30px;
  --space-xl:                 40px;
  --space-2xl:                50px;
  --space-3xl:                60px;
  --space-4xl:                70px;
  --space-5xl:                100px;

  /* -----------------------------------------------------------
     SPACING - Section Padding (desktop)
     ----------------------------------------------------------- */
  --section-pad-sm:           30px;
  --section-pad-md:           50px;
  --section-pad-lg:           70px;
  --section-pad-xl:           100px;

  /* -----------------------------------------------------------
     SPACING - Horizontal Padding
     ----------------------------------------------------------- */
  --pad-x-desktop:            30px;
  --pad-x-mobile:             20px;

  /* -----------------------------------------------------------
     SPACING - Content Widths
     ----------------------------------------------------------- */
  --width-container:          1140px;
  --width-container-wide:     1400px;
  --width-gallery-grid:       1100px;
  --width-text-narrow:        780px;
  --width-text-wide:          820px;
  --width-text-gallery:       900px;

  /* -----------------------------------------------------------
     SPACING - Component Gaps
     ----------------------------------------------------------- */
  --gap-nav:                  40px;
  --gap-category:             36px;
  --gap-usp:                  50px;
  --gap-gallery:              20px;
  --gap-promise-images:       40px;
  --gap-product-grid:         24px;
  --gap-product-grid-tablet:  16px;
  --gap-product-grid-mobile:  12px;
  --gap-hiw:                  48px;
  --gap-hiw-mobile:           36px;
  --gap-motif-pills:          6px;

  /* -----------------------------------------------------------
     BORDERS AND SHAPES
     ----------------------------------------------------------- */
  --radius-sm:                3px;
  --radius-md:                4px;
  --radius-pill:              100px;
  --radius-circle:            50%;

  /* -----------------------------------------------------------
     BUTTONS
     ----------------------------------------------------------- */
  --btn-pad-y:                14px;
  --btn-pad-x:                32px;
  --btn-pad-y-sm:             12px;
  --btn-pad-x-sm:             28px;
  --btn-font-size:            16px;
  --nav-font-size:            16px;
  --btn-font-size-sm:         14px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Header / Footer / Hero
     ----------------------------------------------------------- */
  --header-height:            130px;
  --header-height-mobile:     80px;
  --header-logo-height:       120px;
  --header-logo-height-mobile: 92px;
  --footer-logo-height:       160px;
  --footer-logo-height-mobile: 180px;
  --footer-curve-height:      60px;
  --border-footer-divider:    rgba(255, 255, 255, 0.1);
  --footer-nav-gap:           40px;
  --footer-nav-gap-tablet:    32px 24px;
  --footer-col-heading-size:  22px;
  --footer-link-size:         16px;
  --footer-link-size-mobile:  15px;
  --footer-meta-size:         14px;
  --footer-contact-size:      15px;
  --hero-logo-width:          520px;
  --hero-logo-width-tablet:   260px;
  --hero-logo-width-mobile:   234px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Homepage
     ----------------------------------------------------------- */
  --category-circle:          260px;
  --category-circle-mobile:   180px;
  --promise-circle:           260px;
  --promise-circle-mobile:    160px;
  --usp-icon-size:            56px;
  --usp-icon-size-mobile:     40px;
  --quote-icon-size:          48px;
  --ornament-width:           500px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Inner Page Hero (shared: About, Contact)
     ----------------------------------------------------------- */
  --inner-hero-height:              55vh;
  --inner-hero-min:                 380px;
  --inner-hero-max:                 520px;
  --inner-hero-height-mobile:       25vh;
  --inner-hero-min-mobile:          160px;
  --inner-hero-max-mobile:          200px;
  --inner-hero-curve-height:        80px;
  --inner-hero-curve-height-mobile: 50px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - About Page
     ----------------------------------------------------------- */
  --about-usp-icon-width:           130px;
  --about-usp-icon-width-tablet:    100px;
  --about-usp-icon-width-mobile:    80px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Testimonials Page
     ----------------------------------------------------------- */
  --testimonial-grid-gap:           24px;
  --testimonial-grid-gap-mobile:    16px;
  --testimonial-card-font-size:     20px;
  --testimonial-card-name-size:     18px;
  --featured-quote-size:            30px;
  --featured-quote-size-mobile:     22px;
  --featured-quote-max-width:       700px;
  --promise-oval-width:             260px;
  --promise-oval-height:            340px;
  --promise-oval-width-tablet:      160px;
  --promise-oval-height-tablet:     210px;
  --promise-oval-width-mobile:      140px;
  --promise-oval-height-mobile:     180px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Shop Layout
     ----------------------------------------------------------- */
  --sidebar-width:            240px;
  --sidebar-width-tablet:     200px;
  --sidebar-gap:              48px;
  --sidebar-gap-tablet:       32px;
  --drawer-width:             300px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Product Card
     ----------------------------------------------------------- */
  --product-card-title-size:         20px;
  --product-card-title-size-mobile:  17px;
  --card-accent-line-width:          28px;
  --card-accent-line-height:         2px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Product Single
     ----------------------------------------------------------- */
  --product-image-max:        520px;
  --product-title-size:       36px;
  --product-title-size-mobile: 28px;
  --product-spec-icon:        20px;
  --product-layout-gap:       60px;
  --related-grid-max:         900px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Enquiry Form
     ----------------------------------------------------------- */
  --form-input-border:        rgba(0, 0, 0, 0.12);
  --form-input-focus:         rgba(0, 0, 0, 0.3);
  --form-input-radius:        4px;
  --form-input-pad:           14px 16px;
  --form-wrapper-radius:      6px;
  --form-textarea-min-height: 120px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - How It Works
     ----------------------------------------------------------- */
  --hiw-icon-size:            88px;
  --hiw-number-size:          28px;
  --hiw-label-size:           var(--text-lg);
  --hiw-desc-size:            14px;
  --hiw-desc-max-width:       240px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Pagination
     ----------------------------------------------------------- */
  --pagination-size:          40px;
  --pagination-size-mobile:   36px;
  --pagination-font-size:     16px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Breadcrumb
     ----------------------------------------------------------- */
  --breadcrumb-font-size:     13px;
  --breadcrumb-icon-size:     13px;
  --breadcrumb-sep-size:      11px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Filter / Sidebar
     ----------------------------------------------------------- */
  --filter-pill-pad-y:        5px;
  --filter-pill-pad-x:        12px;
  --filter-pill-font-size:    14px;
  --filter-tag-pad-y:         4px;
  --filter-tag-pad-x:         10px;
  --filter-tag-font-size:     14px;
  --sidebar-item-pad-y:       7px;
  --sidebar-heading-size:     var(--text-lg);
  --sidebar-item-size:        16px;
  --sidebar-count-size:       14px;

  /* -----------------------------------------------------------
     COMPONENT SIZES - Sort Select
     ----------------------------------------------------------- */
  --sort-select-font-size:    16px;
  --sort-select-pad:          8px 32px 8px 12px;

  /* -----------------------------------------------------------
     HERO (homepage)
     ----------------------------------------------------------- */
  --hero-height:              60vh;
  --hero-min-height:          420px;
  --hero-max-height:          650px;
  --hero-height-tablet:       60vh;
  --hero-min-height-tablet:   400px;
  --hero-height-mobile:       40vh;
  --hero-min-height-mobile:   260px;

  /* -----------------------------------------------------------
     TRANSITIONS
     ----------------------------------------------------------- */
  --transition-fast:          0.15s ease;
  --transition-base:          0.2s ease;
  --transition-slow:          0.3s ease;
  --transition-image:         0.4s ease;

  /* -----------------------------------------------------------
     HOVER TRANSFORMS
     ----------------------------------------------------------- */
  --hover-lift:               translateY(-1px);
  --hover-scale-sm:           scale(1.05);
  --hover-scale-md:           scale(1.06);

  /* -----------------------------------------------------------
     Z-INDEX SCALE
     ----------------------------------------------------------- */
  --z-base:                   1;
  --z-shape-divider:          3;
  --z-sticky-footer:          90;
  --z-header:                 100;
  --z-sidebar-overlay:        150;
  --z-sidebar-drawer:         160;
  --z-mobile-nav:             200;
}


/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  font-family: var(--font-body);
  font-weight: var(--weight-regular);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-body);
  background: var(--bg-page);
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
}
p {
  font-size: var(--text-lg);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* Body copy section (generic pages) - extended padding */
.body-copy-section--page {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-3xl);
}

/* 404 page */
.error-404-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--color-black);
  background: transparent;
  border: 1px solid var(--border-default);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  transition: background var(--transition-base), transform var(--transition-fast);
}
.btn-outline:hover {
  background: var(--color-black);
  color: var(--text-inverse);
  transform: var(--hover-lift);
}

/* No results message */
.no-results {
  text-align: center;
  padding: 60px 0;
  color: var(--text-muted);
}

/* SVG rotation utility */
.svg-rotate-180 {
  transform: rotate(180deg);
}
.svg-flip-x {
  transform: scaleX(-1);
}

/* Focus styles */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* Skip navigation */
.skip-nav {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-black);
  color: var(--text-inverse);
  padding: 12px 24px;
  z-index: 9999;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  border-radius: var(--radius-sm);
}
.skip-nav:focus {
  top: 10px;
}

/* Screen-reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}


/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  max-width: var(--width-container);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}
.container--narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}


/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-header);
  height: var(--header-height);
  display: flex;
  align-items: center;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--width-container-wide);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop);
}
.header__logo img {
  height: var(--header-logo-height);
  width: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: var(--gap-nav);
}
.header__nav-link {
  font-family: var(--font-body);
  font-size: var(--nav-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-nav);
  transition: color var(--transition-base);
  position: relative;
}
.header__nav-link:hover {
  color: var(--color-accent);
}
.header__nav-link--has-dropdown::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--color-black);
  margin-left: 6px;
  vertical-align: middle;
  transition: transform var(--transition-base);
}
.header__cta {
  font-family: var(--font-body);
  font-size: var(--nav-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  background: var(--color-black);
  border: none;
  border-radius: var(--radius-pill);
  padding: var(--btn-pad-y-sm) var(--btn-pad-x-sm);
  cursor: pointer;
  transition: background var(--transition-base), transform var(--transition-fast);
  white-space: nowrap;
  display: inline-block;
}
.header__cta:hover {
  background: var(--color-charcoal);
  transform: var(--hover-lift);
}

/* Hamburger */
.header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-black);
  transition: all var(--transition-slow);
}


/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  height: var(--hero-height);
  min-height: var(--hero-min-height);
  max-height: var(--hero-max-height);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero__logo {
  position: relative;
  z-index: 2;
  max-width: var(--hero-logo-width);
  width: 100%;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
}
.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
}

.hero__btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  background: var(--color-black);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  transition: background var(--transition-base), transform var(--transition-fast);
  margin-bottom: 20px;
}
.hero__btn:hover {
  background: var(--color-charcoal);
  color: var(--text-inverse);
  transform: var(--hover-lift);
}

.hero__shape-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: var(--z-shape-divider);
  line-height: 0;
  pointer-events: none;
}
.hero__shape-divider svg {
  display: block;
  width: 100%;
  height: auto;
}


/* ============================================================
   INTRO SECTION
   ============================================================ */
.intro {
  padding: var(--section-pad-lg) var(--pad-x-desktop) var(--space-xl);
  text-align: center;
}
.intro__heading {
  font-size: var(--text-4xl);
  font-weight: var(--weight-regular);
  margin-bottom: 24px;
}
.intro__text {
  max-width: var(--width-text-wide);
  margin: 0 auto;
  font-size: var(--text-lg);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
}


/* ============================================================
   CATEGORY CARDS
   ============================================================ */
.categories {
  padding: var(--section-pad-sm) var(--pad-x-desktop) var(--space-md);
  text-align: center;
}
.categories__grid {
  display: flex;
  justify-content: center;
  gap: var(--gap-category);
  flex-wrap: wrap;
}
.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  cursor: pointer;
}
.category-card__circle {
  width: var(--category-circle);
  height: calc(var(--category-circle) * 1.5);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.category-card__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-image);
}
.category-card:hover .category-card__circle img,
.category-card:active .category-card__circle img {
  transform: scale(1.03);
}
.category-card__label {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
}


/* ============================================================
   EMPATHY TEXT
   ============================================================ */
.empathy {
  padding: var(--section-pad-sm) var(--pad-x-desktop);
  text-align: center;
}
.empathy__text {
  max-width: 800px;
  margin: 0 auto;
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
}

/* ============================================================
   PROMINENT EMAIL LINK (shared: homepage + contact)
   ============================================================ */
.contact-email-prominent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: var(--space-lg);
  padding: 12px 28px;
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: var(--weight-regular);
  color: var(--color-dark);
  text-decoration: none;
  border: 1.5px solid var(--color-dark);
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s;
}
.contact-email-prominent:hover {
  background-color: var(--color-dark);
  color: #fff;
}
.contact-email-prominent svg {
  flex-shrink: 0;
}

/* ============================================================
   USP ICONS
   ============================================================ */
.usps {
  padding: var(--space-md) var(--pad-x-desktop) var(--space-xs);
  text-align: center;
}
.usps__grid {
  display: flex;
  justify-content: center;
  gap: var(--gap-usp);
  flex-wrap: wrap;
}
.usp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 140px;
}
.usp-item__icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usp-item__icon svg {
  width: var(--usp-icon-size);
  height: var(--usp-icon-size);
}
.usp-item__label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: var(--text-body);
}


/* ============================================================
   CTA BUTTON SECTION
   ============================================================ */
.cta-button-section {
  padding: var(--space-md) var(--pad-x-desktop) var(--space-2xl);
  text-align: center;
}


/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  font-family: var(--font-body);
  font-size: var(--btn-font-size);
  font-weight: var(--weight-regular);
  display: inline-block;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base), transform var(--transition-fast), border-color var(--transition-base);
  border: none;
}
.btn--primary {
  background: var(--color-black);
  color: var(--text-inverse);
  border-radius: var(--radius-pill);
  padding: var(--btn-pad-y) var(--btn-pad-x);
}
.btn--primary:hover {
  background: var(--color-charcoal);
  transform: var(--hover-lift);
}
.btn--outline-white {
  background: transparent;
  color: var(--text-inverse);
  border: 1px solid var(--border-btn-on-dark);
  border-radius: var(--radius-pill);
  padding: var(--btn-pad-y-sm) var(--btn-pad-x-sm);
}
.btn--outline-white:hover {
  background: var(--bg-btn-hover-on-dark);
  border-color: var(--border-btn-on-dark-hover);
}


/* ============================================================
   GALLERY SECTION
   ============================================================ */
.gallery {
  background: var(--bg-gallery);
  padding: var(--section-pad-lg) var(--pad-x-desktop);
  text-align: center;
}
.gallery__heading {
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  font-style: italic;
  margin-bottom: 16px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: var(--leading-heading);
}
.gallery__ornament {
  max-width: 340px;
  margin: 0 auto 36px;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-gallery);
  max-width: var(--width-gallery-grid);
  margin: 0 auto 36px;
}
.gallery__item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius-md);
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-image);
}
.gallery__item:hover img {
  transform: var(--hover-scale-md);
}
.gallery__text {
  max-width: var(--width-text-gallery);
  margin: 0 auto var(--space-2xl);
  font-size: 15px;
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
}


/* ============================================================
   TESTIMONIAL SECTION
   ============================================================ */
.testimonial {
  background: var(--bg-dark);
  background-size: cover;
  background-position: center center;
  padding: var(--section-pad-xl) var(--pad-x-desktop);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.testimonial__quote-open,
.testimonial__quote-close {
  position: absolute;
  opacity: 0.25;
}
.testimonial__quote-open {
  top: 50px;
  left: 10%;
}
.testimonial__quote-close {
  bottom: 50px;
  right: 10%;
}
.testimonial__quote-open svg,
.testimonial__quote-close svg {
  width: var(--quote-icon-size);
  height: var(--quote-icon-size);
  fill: var(--text-inverse);
}
.testimonial__content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.testimonial__text {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-regular);
  font-style: italic;
  color: var(--text-inverse);
  line-height: var(--leading-quote);
  margin-bottom: 24px;
}
.testimonial__author {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse-muted);
  text-transform: uppercase;
  letter-spacing: var(--tracking-caps);
  margin-bottom: 28px;
}
.testimonial .btn--outline-white {
  font-size: var(--btn-font-size-sm);
}


/* ============================================================
   PROMISE SECTION
   ============================================================ */
.promise {
  padding: var(--section-pad-lg) var(--pad-x-desktop) var(--space-3xl);
  text-align: center;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.promise__heading {
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  margin-bottom: 24px;
}
.promise__text {
  max-width: var(--width-text-narrow);
  margin: 0 auto var(--space-xl);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
}
.promise__text a {
  color: var(--text-body);
  font-weight: var(--weight-semibold);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition-base);
}
.promise__text a:hover {
  color: var(--color-accent);
}
.promise__images {
  display: flex;
  justify-content: center;
  gap: var(--gap-promise-images);
  margin-bottom: var(--space-lg);
  flex-wrap: wrap;
}
.promise__image {
  width: var(--promise-circle);
  height: calc(var(--promise-circle) * 1.55);
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.promise__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promise__signature {
  font-family: var(--font-signature);
  font-size: 80px;
  font-weight: var(--weight-bold);
  color: var(--text-heading);
  margin-top: var(--space-xs);
}


/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--bg-dark);
  padding: 0 var(--pad-x-desktop) 0;
  position: relative;
  margin-top: -1px;
}
.footer__curve {
  position: absolute;
  top: -59px;
  left: 0;
  width: 100%;
  height: var(--footer-curve-height);
  line-height: 0;
  pointer-events: none;
}
.footer__curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Logo */
.footer__logo {
  display: flex;
  justify-content: center;
  padding-bottom: var(--space-xs);
}
.footer__logo img {
  height: var(--footer-logo-height);
  width: auto;
  filter: brightness(0) invert(1);
}

/* Navigation columns */
.footer__nav {
  max-width: var(--width-container);
  margin: 0 auto;
  padding: var(--space-md) 0;
  border-top: 1px solid var(--border-footer-divider);
}
.footer__nav-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--footer-nav-gap);
}

/* Footer email CTA */
.footer__email-cta {
  grid-column: 3 / -1;
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__email-label {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--weight-light);
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 10px;
}
.footer__email-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: var(--weight-regular);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: opacity 0.2s;
}
.footer__email-link:hover {
  opacity: 0.75;
}
.footer__email-link svg {
  flex-shrink: 0;
  opacity: 0.7;
}
.footer__col-heading {
  font-family: var(--font-heading);
  font-size: var(--footer-col-heading-size);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  margin-bottom: var(--space-sm);
  line-height: var(--leading-heading);
}
.footer__col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__col-list a {
  font-family: var(--font-body);
  font-size: var(--footer-link-size);
  font-weight: var(--weight-light);
  color: var(--text-inverse-subtle);
  transition: color var(--transition-base);
  line-height: var(--leading-tight);
}
.footer__col-list a:hover {
  color: var(--text-inverse);
}

/* Bottom strip */
.footer__bottom {
  border-top: 1px solid var(--border-footer-divider);
  max-width: var(--width-container);
  margin: 0 auto;
  padding: var(--space-md) 0 var(--space-lg);
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: var(--footer-contact-size);
  font-weight: var(--weight-light);
  color: var(--text-inverse-subtle);
  transition: color var(--transition-base);
}
a.footer__contact-item:hover {
  color: var(--text-inverse);
}
.footer__contact-item svg {
  flex-shrink: 0;
}
.footer__contact-dot {
  color: var(--text-inverse-faint);
  font-size: var(--footer-contact-size);
}
.footer__meta {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.footer__delivery,
.footer__copyright {
  font-family: var(--font-body);
  font-size: var(--footer-meta-size);
  font-weight: var(--weight-regular);
  color: var(--text-inverse-faint);
}


/* ============================================================
   MEGA MENU (Products dropdown)
   ============================================================ */
.header__nav-item-mega {
  position: relative;
  display: flex;
  align-items: center;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 18px;
  z-index: 50;
}

.header__nav-item-mega:hover > .mega-menu {
  display: block;
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  background: var(--bg-page);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: var(--space-md) var(--space-lg) var(--space-md);
  min-width: 560px;
}

.mega-menu__heading {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 10px;
}

.mega-menu__image {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

.mega-menu__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu__list {
  list-style: none;
}

.mega-menu__list li {
  margin-bottom: 0;
}

.mega-menu__list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: var(--text-body);
  transition: color var(--transition-base);
}

.mega-menu__list a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid var(--text-body);
  flex-shrink: 0;
  transition: border-color var(--transition-base);
}

.mega-menu__list a:hover {
  color: var(--color-accent);
}

.mega-menu__list a:hover::before {
  border-left-color: var(--color-accent);
}

/* Simple dropdown (About menu) */
.header__dropdown {
  background: var(--bg-page);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  min-width: 180px;
}

.header__dropdown-list {
  list-style: none;
}

.header__dropdown-list li {
  margin-bottom: 0;
}

.header__dropdown-list a {
  display: block;
  padding: 8px 20px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: var(--text-body);
  white-space: nowrap;
  transition: color var(--transition-base), background var(--transition-base);
}

.header__dropdown-list a:hover {
  color: var(--color-accent);
  background: var(--bg-warm);
}


/* ============================================================
   MOBILE NAV - Two-panel drawer
   ============================================================ */
.mnav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: calc(var(--z-mobile-nav) - 1);
  opacity: 0;
  transition: opacity var(--transition-slow);
}
.mnav-overlay.is-open {
  display: block;
  opacity: 1;
}

.mnav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: var(--bg-page);
  z-index: var(--z-mobile-nav);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow: hidden;
  display: none;
}
.mnav.is-open {
  display: block;
  transform: translateX(0);
}

/* Panels slide horizontally within the drawer */
.mnav__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 24px 28px 100px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mnav__panel--main {
  transform: translateX(0);
  opacity: 1;
}
.mnav__panel--main.is-hidden {
  transform: translateX(-30%);
  opacity: 0;
  pointer-events: none;
}

.mnav__panel--sub {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.mnav__panel--sub.is-active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* Header row: logo/back + close */
.mnav__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 40px;
}

.mnav__logo {
  height: 96px;
  width: auto;
}

.mnav__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.mnav__close svg {
  width: 22px;
  height: 22px;
  stroke: var(--color-black);
}

.mnav__back {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  transition: color var(--transition-base);
}
.mnav__back:hover {
  color: var(--color-black);
}
.mnav__back svg {
  width: 18px;
  height: 18px;
}

/* Main menu links */
.mnav__list {
  list-style: none;
}

.mnav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: var(--weight-regular);
  color: var(--color-black);
  border-bottom: 1px solid var(--border-faint);
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  text-align: left;
  transition: color var(--transition-base);
}
.mnav__link:hover {
  color: var(--color-accent);
}
.mnav__link--arrow svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: var(--text-muted);
}

/* Sub-menu groups */
.mnav__sub-group {
  margin-bottom: var(--space-lg);
}

.mnav__sub-heading {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border-light);
}

.mnav__sub-list {
  list-style: none;
}

.mnav__sub-list a {
  display: block;
  padding: 9px 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: var(--text-body);
  border-bottom: 1px solid var(--border-faint);
  transition: color var(--transition-base);
}
.mnav__sub-list li:last-child a {
  border-bottom: none;
}
.mnav__sub-list a:hover {
  color: var(--color-accent);
}

/* Mobile nav CTA button */
.mnav__cta {
  display: inline-block;
  margin-top: var(--space-lg);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  background: var(--color-black);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  transition: background var(--transition-base), transform var(--transition-fast);
  text-align: center;
  align-self: center;
}
.mnav__cta:hover {
  background: var(--color-charcoal);
  color: var(--text-inverse);
  transform: var(--hover-lift);
}


/* ============================================================
   MOBILE STICKY FOOTER BAR
   ============================================================ */
.mobile-footer-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-sticky-footer);
  background: var(--color-black);
  padding: 12px var(--pad-x-mobile);
  gap: 12px;
}
.mobile-footer-bar a {
  flex: 1;
  text-align: center;
  font-family: var(--font-body);
  font-size: var(--btn-font-size-sm);
  font-weight: var(--weight-regular);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  transition: background var(--transition-base);
}
.mobile-footer-bar__products {
  background: var(--text-inverse);
  color: var(--color-black);
}
.mobile-footer-bar__enquiry {
  background: transparent;
  color: var(--text-inverse);
  border: 1px solid rgba(255, 255, 255, 0.4);
}


/* ============================================================
   BREADCRUMB BAR
   ============================================================ */
.breadcrumb-bar {
  border-bottom: 1px solid var(--border-header);
  padding: 14px var(--pad-x-desktop);
}
.breadcrumb-inner {
  max-width: var(--width-container);
  margin: 0 auto;
}
.breadcrumb {
  font-family: var(--font-body);
  font-size: var(--breadcrumb-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--text-muted);
  transition: color var(--transition-base);
}
.breadcrumb a:hover {
  color: var(--color-accent);
}
.breadcrumb .sep {
  margin: 0 8px;
  color: var(--text-faint);
  font-size: var(--breadcrumb-sep-size);
}
.breadcrumb .current {
  color: var(--text-body);
}
.breadcrumb svg {
  width: var(--breadcrumb-icon-size);
  height: var(--breadcrumb-icon-size);
  fill: var(--text-muted);
  position: relative;
  top: 1px;
}


/* ============================================================
   SHOP LAYOUT
   ============================================================ */
.shop-section {
  max-width: var(--width-container);
  margin: 0 auto;
  padding: var(--space-xl) var(--pad-x-desktop) var(--space-3xl);
}
.shop-header {
  margin-bottom: var(--space-lg);
}
.shop-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 4px;
}
.shop-subtitle {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.shop-subtitle svg {
  width: 12px;
  height: 12px;
  fill: var(--text-muted);
}
.category-description {
  max-width: 100%;
  margin: 0 0 2rem;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}
.category-description-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 1rem;
}
.category-description-text:last-child {
  margin-bottom: 0;
}
.category-description-toggle {
  display: none;
}
@media (max-width: 768px) {
  .category-description .category-description-inner {
    max-height: 4.8em;
    overflow: hidden;
    position: relative;
  }
  .category-description .category-description-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2em;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
  }
  .category-description.is-expanded .category-description-inner {
    max-height: none;
  }
  .category-description.is-expanded .category-description-inner::after {
    display: none;
  }
  .category-description-toggle {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin-top: 0.25rem;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.shop-body {
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  gap: var(--sidebar-gap);
  align-items: start;
}


/* ============================================================
   SHOP SIDEBAR
   ============================================================ */
.shop-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}
.sidebar-group {
  margin-bottom: var(--space-lg);
}
.sidebar-group:last-child {
  margin-bottom: 0;
}
.sidebar-heading {
  font-family: var(--font-heading);
  font-size: var(--sidebar-heading-size);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-light);
}
.sidebar-list {
  list-style: none;
}
.sidebar-list li {
  margin-bottom: 0;
}
.sidebar-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sidebar-item-pad-y) 0;
  font-family: var(--font-body);
  font-size: var(--sidebar-item-size);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  transition: color var(--transition-base);
  border-bottom: 1px solid var(--border-faint);
}
.sidebar-list li:last-child a {
  border-bottom: none;
}
.sidebar-list a:hover {
  color: var(--color-accent);
}
.sidebar-list a.active {
  color: var(--color-black);
  font-weight: var(--weight-medium);
}
.sidebar-count {
  font-size: var(--sidebar-count-size);
  color: var(--text-muted);
  font-weight: var(--weight-light);
  min-width: 20px;
  text-align: right;
}
.sidebar-list a.active .sidebar-count {
  color: var(--color-black);
}


/* ============================================================
   FILTER TOGGLES
   ============================================================ */
.filter-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: var(--sidebar-heading-size);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-light);
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  text-align: left;
}
.filter-toggle svg {
  width: 14px;
  height: 14px;
  stroke: var(--text-muted);
  transition: transform var(--transition-base);
  flex-shrink: 0;
}
.filter-toggle[aria-expanded="false"] svg {
  transform: rotate(-90deg);
}
.filter-body {
  overflow: hidden;
  transition: max-height var(--transition-slow);
}
.filter-body[aria-hidden="true"] {
  max-height: 0 !important;
}


/* ============================================================
   MOTIF PILLS
   ============================================================ */
.motif-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-motif-pills);
  list-style: none;
}
.motif-list a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: var(--filter-pill-pad-y) var(--filter-pill-pad-x);
  font-family: var(--font-body);
  font-size: var(--filter-pill-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  background: var(--bg-gallery);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill);
  transition: all var(--transition-base);
}
.motif-list a:hover {
  border-color: var(--border-default);
  color: var(--color-black);
}
.motif-list a.active {
  background: var(--color-black);
  color: var(--text-inverse);
  border-color: var(--color-black);
}
.motif-count {
  font-size: var(--text-xs);
  opacity: 0.7;
}


/* ============================================================
   ACTIVE FILTERS BAR
   ============================================================ */
.active-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid var(--border-subtle);
}
.active-filters:empty {
  display: none;
}
.active-filters-label {
  font-family: var(--font-body);
  font-size: var(--filter-tag-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: var(--tracking-caps);
}
.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: var(--filter-tag-pad-y) var(--filter-tag-pad-x);
  font-family: var(--font-body);
  font-size: var(--filter-tag-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  background: var(--bg-gallery);
  border-radius: var(--radius-pill);
}
.filter-tag-remove {
  width: 12px;
  height: 12px;
  stroke: var(--text-muted);
  cursor: pointer;
  transition: stroke var(--transition-base);
}
.filter-tag-remove:hover {
  stroke: var(--color-black);
}
.clear-all {
  font-family: var(--font-body);
  font-size: var(--filter-tag-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 4px;
  transition: color var(--transition-base);
}
.clear-all:hover {
  color: var(--color-accent);
}


/* ============================================================
   GRID TOOLBAR
   ============================================================ */
.grid-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-md);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-subtle);
}
.result-count {
  font-family: var(--font-body);
  font-size: var(--sort-select-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-muted);
}
.sort-select {
  font-family: var(--font-body);
  font-size: var(--sort-select-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  background: var(--bg-page);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-sm);
  padding: var(--sort-select-pad);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.sort-select:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 1px;
}


/* ============================================================
   PRODUCT GRID + PRODUCT CARD
   ============================================================ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-product-grid);
}
.product-card {
  display: block;
  transition: transform 0.2s ease;
}
.product-card:hover {
  transform: translateY(-2px);
}
.product-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px #dadada solid;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card-image img {
  transform: scale(1.04);
}
.product-card-title {
  font-family: var(--font-heading);
  font-size: var(--product-card-title-size);
  font-weight: 400;
  color: #333;
  line-height: 1.3;
  margin: 16px 0 14px;
}
.product-card-accent {
  display: block;
  width: var(--card-accent-line-width);
  height: var(--card-accent-line-height);
  background: #000;
  transition: width 0.35s ease;
}
.product-card:hover .product-card-accent {
  width: 100%;
}


/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--border-subtle);
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--pagination-size);
  height: var(--pagination-size);
  font-family: var(--font-body);
  font-size: var(--pagination-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  border-radius: var(--radius-sm);
  transition: all var(--transition-base);
}
.pagination a:hover {
  background: var(--bg-gallery);
}
.pagination .current {
  background: var(--color-black);
  color: var(--text-inverse);
}
.pagination .dots {
  color: var(--text-faint);
  pointer-events: none;
}
.pagination .prev,
.pagination .next {
  font-size: 16px;
  padding: 0 12px;
}
.pagination svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}


/* ============================================================
   CATEGORY BELOW-PRODUCTS CONTENT
   ============================================================ */
.category-below-content {
  max-width: var(--width-container);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop) var(--space-3xl);
}
.category-choosing h2,
.category-faq-question {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin: 0 0 1rem;
}
.category-faq-question {
  font-size: var(--text-xl);
  margin-bottom: 0.5rem;
}
.category-choosing p,
.category-faq-answer {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
}
.category-choosing p {
  margin: 0 0 1rem;
}
.category-choosing p:last-child {
  margin-bottom: 0;
}
.category-choosing a,
.category-faq-answer a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.category-choosing a:hover,
.category-faq-answer a:hover {
  color: var(--text-heading);
}
.category-faqs {
  margin-top: var(--space-xl);
}
.category-faq-item {
  margin-bottom: var(--space-lg);
}
.category-faq-item:last-child {
  margin-bottom: 0;
}
.category-faq-answer p {
  font-size: 16px;
  margin: 0 0 1rem;
}
.category-faq-answer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .category-below-content {
    padding: 0 var(--pad-x-mobile) var(--space-xl);
  }
}


/* ============================================================
   HOW IT WORKS SECTION
   ============================================================ */
.how-it-works {
  background: var(--bg-dark);
  padding: 80px var(--pad-x-desktop);
  text-align: center;
}
.how-it-works-inner {
  max-width: 960px;
  margin: 0 auto;
}
.how-it-works-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-3xl);
}
.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-hiw);
}
.hiw-step {
  text-align: center;
}
.hiw-icon {
  width: var(--hiw-icon-size);
  height: var(--hiw-icon-size);
  margin: 0 auto 20px;
  position: relative;
}
.hiw-icon svg {
  width: 100%;
  height: 100%;
}
.hiw-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-size: var(--hiw-number-size);
  font-weight: var(--weight-medium);
  color: var(--text-inverse);
  line-height: 1;
}
.hiw-label {
  font-family: var(--font-heading);
  font-size: var(--hiw-label-size);
  font-weight: var(--weight-regular);
  font-style: italic;
  color: var(--text-inverse);
  line-height: var(--leading-tight);
  margin-bottom: 10px;
}
.hiw-desc {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-inverse);
  line-height: var(--leading-body);
  max-width: 300px;
  margin: 0 auto;
}

/* Image-based wreath icons (used on about page) */
.hiw-icon-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-wreath {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.hiw-label {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  font-style: italic;
  color: var(--text-inverse);
  line-height: var(--leading-tight);
  margin-bottom: 10px;
}


/* ============================================================
   PROMISE SECTION (shop variant)
   ============================================================ */
.promise-section {
  position: relative;
  padding: 80px var(--pad-x) 140px;
  text-align: center;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
.promise-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}
.promise-inner {
  position: relative;
  max-width: var(--width-text-narrow);
  margin: 0 auto;
}
.promise-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-xl);
}
.promise-text {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  margin-bottom: 8px;
}
.promise-text a {
  font-weight: var(--weight-semibold);
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--text-body);
}
.promise-text a:hover {
  color: var(--color-accent);
}
.promise-signature {
  font-family: var(--font-signature);
  font-size: var(--text-signature);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: 1.2;
  margin-top: var(--space-lg);
}


/* ============================================================
   MOBILE SIDEBAR DRAWER
   ============================================================ */
.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: var(--z-sidebar-overlay);
  opacity: 0;
  transition: opacity var(--transition-slow);
}
.sidebar-overlay.open {
  opacity: 1;
}
.sidebar-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--drawer-width);
  max-width: 85vw;
  background: var(--bg-page);
  z-index: var(--z-sidebar-drawer);
  transform: translateX(-100%);
  transition: transform var(--transition-slow);
  overflow-y: auto;
  padding: 24px 20px 100px;
}
.sidebar-drawer.open {
  transform: translateX(0);
}
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-light);
}
.drawer-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: var(--weight-regular);
  color: var(--text-heading);
}
.drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.drawer-close svg {
  width: 20px;
  height: 20px;
  stroke: var(--text-body);
}


/* ============================================================
   MOBILE FILTER BUTTON
   ============================================================ */
.mobile-filter-btn {
  display: none;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: var(--sort-select-font-size);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  background: none;
  border: 1px solid var(--border-default);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-base);
}
.mobile-filter-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}
.mobile-filter-btn:hover {
  border-color: var(--color-black);
}


/* ============================================================
   PRODUCT SINGLE LAYOUT
   ============================================================ */
.product-single {
  max-width: var(--width-container);
  margin: 0 auto;
  padding: var(--space-2xl) var(--pad-x-desktop) var(--space-4xl);
}
.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--product-layout-gap);
  align-items: start;
}


/* ============================================================
   PRODUCT IMAGE
   ============================================================ */
.product-image {
  position: relative;
  width: 100%;
  max-width: var(--product-image-max);
}
.product-image-frame {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--bg-gallery);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.product-image-frame img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}


/* ============================================================
   PRODUCT CONTENT
   ============================================================ */
.product-content {
  padding-top: 8px;
}
.product-title {
  font-family: var(--font-heading);
  font-size: var(--product-title-size);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 6px;
}
.product-category-link {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  margin-bottom: var(--space-lg);
  transition: color var(--transition-base);
}
.product-category-link:hover {
  color: var(--color-accent);
}


/* ============================================================
   PRODUCT SPECS
   ============================================================ */
.product-specs {
  list-style: none;
  margin-bottom: var(--space-xl);
}
.product-specs li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: var(--text-body);
}
.product-specs li:first-child {
  border-top: 1px solid var(--border-subtle);
}
.spec-icon {
  width: var(--product-spec-icon);
  height: var(--product-spec-icon);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spec-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--color-charcoal);
  fill: none;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.spec-icon--size svg {
  stroke-width: 1;
}


/* ============================================================
   ENQUIRY FORM
   ============================================================ */
.enquiry-form-wrapper {
  background: var(--bg-page);
  border: 1px solid var(--border-light);
  border-radius: var(--form-wrapper-radius);
  padding: var(--space-lg);
}
.enquiry-form-title {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-md);
}

/* These styles target CF7 output structure.
   CF7 generates <p> wrappers, <label>, <input>, <textarea>, <input type="submit">.
   These selectors cover the mockup and will match CF7's output with minimal overrides. */
.enquiry-form .form-row {
  margin-bottom: 14px;
}
.enquiry-form .form-row:last-child {
  margin-bottom: 0;
}
.enquiry-form label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--weight-regular);
  color: var(--text-muted);
  margin-bottom: 6px;
}
.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form textarea {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-light);
  color: var(--text-body);
  background: var(--bg-page);
  border: 1px solid var(--form-input-border);
  border-radius: var(--form-input-radius);
  padding: var(--form-input-pad);
  transition: border-color var(--transition-base);
  appearance: none;
}
.enquiry-form input[type="text"]:focus,
.enquiry-form input[type="email"]:focus,
.enquiry-form textarea:focus {
  outline: none;
  border-color: var(--form-input-focus);
}
.enquiry-form textarea {
  min-height: var(--form-textarea-min-height);
  resize: vertical;
  line-height: var(--leading-body);
}
.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
  color: #999;
  font-weight: var(--weight-light);
}
.enquiry-form .form-submit {
  margin-top: var(--space-md);
}
.enquiry-form .btn-submit {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  background: var(--color-black);
  border: none;
  border-radius: var(--radius-pill);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  cursor: pointer;
  transition: background var(--transition-base), transform var(--transition-fast);
}
.enquiry-form .btn-submit:hover {
  background: var(--color-charcoal);
  transform: var(--hover-lift);
}
.enquiry-form .btn-submit:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}


/* ============================================================
   RELATED PRODUCTS
   ============================================================ */
.related-products {
  max-width: var(--width-container);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop) var(--space-4xl);
  text-align: center;
}
.related-products-divider {
  width: 100%;
  height: 1px;
  background: var(--border-subtle);
  margin-bottom: var(--space-4xl);
}
.related-products-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-xl);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-product-grid);
  max-width: var(--related-grid-max);
  margin: 0 auto var(--space-xl);
  text-align: left;
}
.related-products .btn-view-all {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  background: var(--color-black);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  transition: background var(--transition-base), transform var(--transition-fast);
}
.related-products .btn-view-all:hover {
  background: var(--color-charcoal);
  transform: var(--hover-lift);
}


/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.inner-hero {
  position: relative;
  height: var(--inner-hero-height);
  min-height: var(--inner-hero-min);
  max-height: var(--inner-hero-max);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
.inner-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-overlay-hero-about);
  z-index: 1;
}
.inner-hero-title {
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  line-height: var(--leading-tight);
  text-align: center;
  margin-top: -50px;
}
.inner-hero-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: var(--inner-hero-curve-height);
  z-index: 3;
  line-height: 0;
  overflow: hidden;
}
.inner-hero-curve svg {
  width: 100%;
  height: 100%;
  display: block;
}


/* ============================================================
   COMMITMENT SECTION
   ============================================================ */
.commitment-section {
  padding: var(--space-xl) var(--pad-x-desktop) var(--space-xl);
  text-align: center;
}
.commitment-inner {
  max-width: var(--width-text-narrow);
  margin: 0 auto;
}
.commitment-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 24px;
}
.commitment-text {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  margin-bottom: var(--space-lg);
}


/* ============================================================
   PRIMARY BUTTON (reusable)
   ============================================================ */
.btn-primary {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  background: var(--color-black);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background var(--transition-base), transform var(--transition-fast);
}
.btn-primary:hover {
  background: var(--color-charcoal);
  color: var(--text-inverse);
  transform: var(--hover-lift);
}


/* ============================================================
   ALTERNATING CONTENT BLOCKS (about page)
   ============================================================ */
.content-blocks {
  padding: 0 var(--pad-x-desktop) var(--space-3xl);
}
.content-block {
  max-width: var(--width-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
  padding: var(--space-2xl) 0;
}
.content-block + .content-block {
  border-top: 1px solid var(--border-subtle);
}
.content-block.reversed .content-block-image { order: 2; }
.content-block.reversed .content-block-text { order: 1; }
.content-block-image {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.content-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-block-text h3 {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-heading);
  margin-bottom: var(--space-md);
}
.content-block-text p {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  margin-bottom: 16px;
}
.content-block-text p:last-child { margin-bottom: 0; }


/* ============================================================
   TRUST SIGNALS STRIP (about page)
   ============================================================ */
.trust-strip {
  background: var(--bg-gallery);
  padding: var(--space-xl) var(--pad-x-desktop);
  text-align: center;
}
.trust-strip-inner {
  max-width: var(--width-container);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: var(--space-3xl);
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.trust-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.trust-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--text-muted);
  fill: none;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-text {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-medium);
  color: var(--text-heading);
  text-align: left;
  line-height: 1.4;
}
.trust-text span {
  display: block;
  font-size: 16px;
  font-weight: var(--weight-light);
  color: var(--text-muted);
  margin-top: 2px;
}
.trust-strip-cta {
  margin-top: var(--space-lg);
}


/* ============================================================
   BODY COPY SECTION
   ============================================================ */
.body-copy-section {
  padding: var(--space-xl) var(--pad-x-desktop) var(--space-xl);
}
.body-copy-inner {
  max-width: var(--width-text-narrow);
  margin: 0 auto;
}
.body-copy-heading {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-md);
}

.body-copy-inner h2 {
  font-size: var(--text-2xl);
  margin: var(--space-xl) 0 var(--space-sm);
}
.body-copy-inner h2:first-child {
  margin-top: 0;
}
.body-copy-inner p {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  margin-bottom: var(--space-md);
  text-align: left;
}
.body-copy-inner p:last-of-type {
  margin-bottom: var(--space-lg);
}


/* ============================================================
   USP ICONS SECTION (about page variant)
   ============================================================ */
.usp-section {
  padding: var(--space-2xl) var(--pad-x-desktop) var(--space-2xl);
}
.usp-inner {
  max-width: var(--width-container);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.usp-section .usp-item {
  text-align: center;
  max-width: 160px;
}
.usp-section .usp-icon {
  width: var(--about-usp-icon-width);
  height: auto;
  margin: 0 auto 12px;
}
.usp-section .usp-label {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: var(--text-body);
  line-height: 1.4;
}


/* ============================================================
   PROMISE CTA (about page)
   ============================================================ */
.promise-cta {
  margin-top: var(--space-lg);
}


/* ============================================================
   CONTACT INTRO (above card)
   ============================================================ */
.contact-intro-section {
  padding: 0 var(--pad-x-desktop);
}

.contact-intro-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.contact-intro-inner p {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  margin-bottom: var(--space-sm);
}

.contact-intro-inner p:last-child {
  margin-bottom: 0;
}


/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-section {
  padding: var(--space-xl) var(--pad-x-desktop) var(--space-4xl);
}


/* ============================================================
   CONTACT CARD
   ============================================================ */
.contact-card {
  max-width: var(--width-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border-light);
  border-radius: var(--form-wrapper-radius);
  overflow: hidden;
}


/* ============================================================
   CONTACT FORM COLUMN
   ============================================================ */
.contact-form-col {
  padding: var(--space-xl) var(--space-xl) var(--space-xl);
}


/* ============================================================
   CONTACT ORNAMENT
   ============================================================ */
.contact-ornament {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto var(--space-md);
  opacity: 0.5;
}


/* ============================================================
   CONTACT HEADING
   ============================================================ */
.contact-heading {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  text-align: center;
  margin-bottom: var(--space-lg);
}


/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm);
}

.contact-form input:not([type="submit"]):not([type="hidden"]),
.contact-form textarea {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-light);
  color: var(--text-body);
  background: var(--bg-page);
  border: 1px solid var(--form-input-border);
  border-radius: var(--form-input-radius);
  padding: var(--form-input-pad);
  width: 100%;
  line-height: var(--leading-body);
  transition: border-color var(--transition-base);
}

.contact-form input:not([type="submit"])::placeholder,
.contact-form textarea::placeholder {
  color: #999999;
}

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: var(--form-input-focus);
  outline: none;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}


/* ============================================================
   CONTACT FORM SUBMIT
   ============================================================ */
.contact-form-submit {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse);
  background: var(--color-black);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background var(--transition-base), transform var(--transition-fast);
  margin-top: 4px;
}
.contact-form-submit:hover {
  background: var(--color-charcoal);
  color: var(--text-inverse);
  transform: var(--hover-lift);
}
.contact-form-submit:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

/* CF7 response message */
.contact-form-col .wpcf7-response-output {
  font-family: var(--font-body);
  font-size: 18px;
  border-radius: var(--form-input-radius);
  padding: var(--space-sm) var(--space-md);
  margin-top: var(--space-md);
  text-align: center;
}

.contact-form-col .wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--color-accent);
  color: var(--text-body);
}

/* Hide submit button after successful send */
.contact-form-col .wpcf7-form.sent .contact-form-submit {
  display: none;
}


/* ============================================================
   CONTACT IMAGE COLUMN
   ============================================================ */
.contact-image-col {
  position: relative;
  min-height: 400px;
}

.contact-image-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ============================================================
   PLAQUE ACCESSORIES LANDING
   ============================================================ */
.accessories-landing {
  max-width: 400px;
  margin: 0 auto;
  padding: var(--space-xl) var(--pad-x-desktop) var(--space-xl);
}
.accessories-hero-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}
.accessories-list {
  margin-top: var(--space-lg);
}
.accessories-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  text-decoration: none;
  transition: color var(--transition-base);
}
.accessories-list__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 50px;
}
.accessories-list__item:hover {
  color: var(--color-black);
}
.accessories-list__arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--text-muted);
}


/* ============================================================
   ACCESSORY PAGE CONTENT
   ============================================================ */
.accessory-content {
  padding: var(--space-xl) var(--pad-x-desktop) var(--space-lg);
}

.accessory-content-inner {
  max-width: var(--width-container);
  margin: 0 auto;
}

/* Typography within editor content */
.accessory-content-inner p {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  margin-bottom: var(--space-md);
  text-align: center;
}

.accessory-content-inner h2,
.accessory-content-inner h3 {
  font-family: var(--font-heading);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  text-align: center;
  margin-bottom: var(--space-sm);
}

.accessory-content-inner h2 {
  font-size: var(--text-2xl);
  margin-top: var(--space-xl);
}

.accessory-content-inner h3 {
  font-size: var(--text-xl);
  margin-top: var(--space-lg);
}

/* Image grids from editor (uses WP gallery or columns) */
.accessory-content-inner .wp-block-gallery,
.accessory-content-inner .wp-block-columns {
  margin-bottom: var(--space-lg);
}

.accessory-content-inner img {
  border-radius: var(--radius-md);
}

/* Tables within editor content (Ceramic Photos sizes) */
.accessory-content-inner table {
  width: 100%;
  max-width: 800px;
  margin: var(--space-lg) auto;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
}

.accessory-content-inner table th {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  text-align: left;
  padding: var(--space-sm) var(--space-md);
  border-bottom: 1px solid var(--border-light);
}

.accessory-content-inner table td {
  padding: 8px var(--space-md);
  border-bottom: 1px solid var(--border-faint);
}

/* Colour swatches grid */
.accessory-content-inner .color-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
  max-width: 700px;
  margin: var(--space-lg) auto;
}

.accessory-content-inner .color-swatch {
  text-align: center;
}

.accessory-content-inner .color-swatch-block {
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  margin-bottom: 8px;
}

.accessory-content-inner .color-swatch-label {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-regular);
  color: var(--text-body);
  text-transform: uppercase;
  letter-spacing: var(--tracking-caps);
}

/* Image showcase (single large image or grid) */
.accessory-content-inner .image-showcase {
  max-width: 700px;
  margin: var(--space-lg) auto;
  text-align: center;
}

.accessory-content-inner .image-showcase img {
  border-radius: var(--radius-md);
  margin: 0 auto;
}

/* Image grid for emblems/motifs */
.accessory-content-inner .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-md);
  max-width: 1000px;
  margin: var(--space-lg) auto;
}

.accessory-content-inner .image-grid br {
  display: none;
}

.accessory-content-inner .image-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--bg-gallery);
  border-radius: var(--radius-md);
  padding: 8px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.accessory-content-inner .image-grid img:hover {
  opacity: 0.85;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius-md);
}

/* Ceramic photo shapes (circle images with labels) */
.accessory-content-inner .photo-shapes {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  flex-wrap: wrap;
  margin: var(--space-lg) auto;
}

.accessory-content-inner .photo-shape {
  text-align: center;
}

.accessory-content-inner .photo-shape img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--radius-circle);
  margin: 0 auto var(--space-xs);
}

/* Feature list (bullet items centered) */
.accessory-content-inner ul {
  list-style: none;
  text-align: center;
  margin: var(--space-lg) auto;
  max-width: 500px;
}

.accessory-content-inner ul li {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  padding: 4px 0;
}

.accessory-content-inner ul li::before {
  content: '#';
  margin-right: 8px;
  color: var(--text-muted);
}

/* CTA section */
.accessory-cta {
  text-align: center;
  padding: 0 var(--pad-x-desktop) var(--space-xl);
  margin-bottom: var(--space-xl);
}

@media (max-width: 768px) {
  .accessory-content {
    padding: var(--space-lg) var(--pad-x-mobile) var(--space-md);
  }

  .accessory-content-inner .color-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-sm);
  }

  .accessory-content-inner .image-grid {
    grid-template-columns: 1fr;
  }

  .accessory-content-inner table th,
  .accessory-content-inner table td {
    padding: 6px var(--space-sm);
    font-size: 16px;
  }

  .accessory-cta {
    padding: 0 var(--pad-x-mobile) var(--space-lg);
  }
}

@media (max-width: 480px) {
  .accessory-content-inner .color-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .accessory-content-inner .photo-shapes {
    gap: var(--space-md);
  }

  .accessory-content-inner .photo-shape img {
    width: 90px;
    height: 90px;
  }
}


/* ============================================================
   TESTIMONIALS INTRO
   ============================================================ */
.testimonials-intro {
  padding: var(--space-xl) var(--pad-x-desktop) var(--space-xl);
  text-align: center;
}

.testimonials-intro-inner {
  max-width: var(--width-text-narrow);
  margin: 0 auto;
}

.testimonials-intro-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 24px;
}

.testimonials-intro-text {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
}


/* ============================================================
   TESTIMONIAL CARD GRID
   ============================================================ */
.testimonial-grid-section {
  padding: var(--space-lg) var(--pad-x-desktop) var(--space-xl);
}

.testimonial-grid {
  max-width: var(--width-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--testimonial-grid-gap);
}

.testimonial-card {
  background: var(--bg-gallery);
  padding: var(--space-lg) var(--space-lg) var(--space-md);
  display: flex;
  flex-direction: column;
}

.testimonial-card-text {
  font-family: var(--font-body);
  font-size: var(--testimonial-card-font-size);
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  flex: 1;
  margin-bottom: var(--space-md);
}

.testimonial-card-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: var(--space-sm);
}

.testimonial-card-quote-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.testimonial-card-quote-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--color-charcoal);
  opacity: 0.25;
}

.testimonial-card-name {
  font-family: var(--font-heading);
  font-size: var(--testimonial-card-name-size);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
}


/* ============================================================
   FEATURED TESTIMONIAL
   ============================================================ */
.featured-testimonial {
  position: relative;
  padding: var(--space-5xl) var(--pad-x-desktop);
  text-align: center;
  background-image: url('img/bg-testimonial.jpg');
  background-size: cover;
  background-position: center center;
}

.featured-testimonial::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg-overlay-testimonial);
  z-index: 1;
}

.featured-testimonial-inner {
  position: relative;
  z-index: 2;
  max-width: var(--featured-quote-max-width);
  margin: 0 auto;
}

.featured-quote-text {
  font-family: var(--font-heading);
  font-size: var(--featured-quote-size);
  font-weight: var(--weight-regular);
  font-style: italic;
  color: var(--text-inverse);
  line-height: var(--leading-quote);
  margin-bottom: 24px;
}

.featured-quote-author {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  color: var(--text-inverse-muted);
  text-transform: uppercase;
  letter-spacing: var(--tracking-caps);
  line-height: var(--leading-tight);
}

.featured-quote-open,
.featured-quote-close {
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
}

.featured-quote-open {
  left: 10%;
}

.featured-quote-close {
  right: 10%;
}

.featured-quote-open svg,
.featured-quote-close svg {
  width: 100%;
  height: 100%;
  fill: var(--text-inverse);
  opacity: 0.12;
}


/* ============================================================
   PROMISE SECTION - TESTIMONIALS VARIANT
   ============================================================ */
.promise-text-area {
  padding: var(--space-4xl) var(--pad-x-desktop) var(--space-xl);
  position: relative;
  z-index: 2;
}

.promise-images-band {
  position: relative;
  padding: var(--space-2xl) 0 calc(var(--space-2xl) + 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('img/bg-promise.jpg');
  background-size: cover;
  background-position: center bottom;
}

.promise-images {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  position: relative;
  z-index: 2;
}

.promise-image-oval {
  width: var(--promise-oval-width);
  height: var(--promise-oval-height);
  border-radius: 130px;
  overflow: hidden;
  flex-shrink: 0;
}

.promise-image-oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ============================================================
   RESPONSIVE - 1024px
   ============================================================ */
@media (max-width: 1024px) {
  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .promise__image {
    width: 200px;
    height: 310px;
  }

  /* Shop overrides - 1024px */
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-body {
    grid-template-columns: var(--sidebar-width-tablet) 1fr;
    gap: var(--sidebar-gap-tablet);
  }
}


/* ============================================================
   RESPONSIVE - 768px (tablet)
   ============================================================ */
@media (max-width: 768px) {
  .header__nav,
  .header__cta {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
  .mega-menu {
    display: none;
  }
  .header {
    position: relative;
    height: var(--header-height-mobile);
  }
  .header__logo img {
    height: var(--header-logo-height-mobile);
  }

  .hero {
    height: var(--hero-height-tablet);
    min-height: var(--hero-min-height-tablet);
  }
  .hero__logo {
    max-width: var(--hero-logo-width-tablet);
  }

  .intro {
    padding: var(--space-xl) var(--pad-x-mobile) var(--space-lg);
  }
  .intro__heading {
    font-size: 32px;
  }
  .intro__text {
    font-size: 20px;
  }

  .categories {
    padding-left: var(--pad-x-mobile);
    padding-right: var(--pad-x-mobile);
  }
  .categories__grid {
    gap: 24px;
  }
  .category-card__circle {
    width: var(--category-circle-mobile);
    height: calc(var(--category-circle-mobile) * 1.5);
  }
  .category-card__label {
    font-size: 24px;
  }

  .empathy {
    padding-left: var(--pad-x-mobile);
    padding-right: var(--pad-x-mobile);
  }
  .empathy__text {
    font-size: 15px;
  }

  .usps {
    padding-left: var(--pad-x-mobile);
    padding-right: var(--pad-x-mobile);
  }
  .usps__grid {
    gap: 24px;
  }
  .usp-item {
    max-width: 120px;
  }
  .usp-item__icon svg {
    width: var(--usp-icon-size-mobile);
    height: var(--usp-icon-size-mobile);
  }
  .usp-item__label {
    font-size: 13px;
  }

  .cta-button-section {
    padding-left: var(--pad-x-mobile);
    padding-right: var(--pad-x-mobile);
  }

  .gallery {
    padding: var(--space-2xl) var(--pad-x-mobile);
  }
  .gallery__heading {
    font-size: 28px;
  }
  .gallery__text {
    font-size: 14px;
  }
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .testimonial {
    padding: var(--space-3xl) var(--pad-x-mobile);
  }
  .testimonial__text {
    font-size: 22px;
  }
  .testimonial__quote-open { left: 5%; top: 30px; }
  .testimonial__quote-close { right: 5%; bottom: 30px; }

  .promise {
    padding: var(--space-2xl) var(--pad-x-mobile) var(--space-xl);
  }
  .promise__heading {
    font-size: 28px;
  }
  .promise__text {
    font-size: 15px;
  }
  .promise__images {
    gap: 16px;
  }
  .promise__image {
    width: var(--promise-circle-mobile);
    height: calc(var(--promise-circle-mobile) * 1.55);
  }
  .promise__signature {
    font-size: 56px;
  }

  /* Footer overrides - 768px */
  .footer {
    padding: 0 var(--pad-x-mobile) 0;
  }
  .footer__logo img {
    height: var(--footer-logo-height-mobile);
  }
  .footer__nav {
    padding: var(--space-sm) 0;
  }
  .footer__nav-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--footer-nav-gap-tablet);
  }
  .footer__email-cta {
    grid-column: 1 / -1;
    text-align: center;
  }
  .footer__bottom {
    padding-bottom: 100px;
  }
  .footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .footer__contact-dot {
    display: none;
  }
  .footer__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .mobile-footer-bar {
    display: flex;
  }
  body {
    padding-bottom: 72px;
  }

  /* Shop overrides - 768px */
  .breadcrumb-bar {
    padding: 12px var(--pad-x-mobile);
  }
  .shop-section {
    padding: var(--space-lg) var(--pad-x-mobile) var(--space-2xl);
  }
  .shop-body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .shop-sidebar {
    display: none;
  }
  .mobile-filter-btn {
    display: inline-flex;
  }
  .sidebar-overlay {
    display: block;
    pointer-events: none;
  }
  .sidebar-overlay.open {
    pointer-events: auto;
  }
  .grid-toolbar {
    flex-wrap: wrap;
    gap: 12px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap-product-grid-tablet);
  }
  .product-card-title {
    font-size: 22px;
  }
  .how-it-works {
    padding: 50px var(--pad-x-mobile);
  }
  .how-it-works-title {
    font-size: 28px;
  }
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: var(--gap-hiw-mobile);
  }
  .promise-section {
    padding: 50px var(--pad-x-mobile) 80px;
  }
  .promise-title {
    font-size: 28px;
  }
  .promise-signature {
    font-size: 40px;
  }
  .shop-title {
    font-size: 32px;
  }
  .pagination a,
  .pagination span {
    min-width: var(--pagination-size-mobile);
    height: var(--pagination-size-mobile);
    font-size: 14px;
  }

  /* Inner page hero overrides - 768px */
  .inner-hero {
    height: var(--inner-hero-height-mobile);
    min-height: var(--inner-hero-min-mobile);
    max-height: var(--inner-hero-max-mobile);
  }
  .inner-hero-title {
    font-size: 42px;
  }
  .inner-hero-curve {
    height: var(--inner-hero-curve-height-mobile);
  }
  .commitment-section {
    padding: var(--space-lg) var(--pad-x-mobile) var(--space-lg);
  }
  .commitment-title {
    font-size: 28px;
  }
  .content-blocks {
    padding: 0 var(--pad-x-mobile) var(--space-xl);
  }
  .content-block {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    padding: var(--space-lg) 0;
  }
  .content-block.reversed .content-block-image { order: 0; }
  .content-block.reversed .content-block-text { order: 0; }
  .content-block-text { text-align: center; }
  .content-block-text h3 { font-size: 26px; text-align: center; }
  .trust-strip {
    padding: var(--space-lg) var(--pad-x-mobile);
  }
  .trust-strip-inner {
    gap: var(--space-lg);
    flex-direction: column;
    align-items: center;
  }
  .trust-text { text-align: center; }
  .body-copy-section {
    padding: var(--space-sm) var(--pad-x-mobile) var(--space-lg);
  }
  .usp-section {
    padding: var(--space-md) var(--pad-x-mobile) var(--space-xl);
  }
  .usp-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .usp-section .usp-item {
    max-width: none;
  }
  .usp-section .usp-icon {
    width: var(--about-usp-icon-width-tablet);
  }

  /* Contact page overrides - 768px */
  .contact-intro-section {
    padding: 0 var(--pad-x-mobile);
  }
  .contact-section {
    padding: var(--space-lg) var(--pad-x-mobile) var(--space-2xl);
  }
  .contact-card {
    grid-template-columns: 1fr;
  }
  .contact-image-col {
    min-height: 280px;
    order: -1;
  }
  .contact-form-col {
    padding: var(--space-lg) var(--space-md);
  }

  /* Testimonials page overrides - 768px */
  .testimonials-intro {
    padding: var(--space-lg) var(--pad-x-mobile) var(--space-lg);
  }
  .testimonials-intro-title {
    font-size: 28px;
  }
  .testimonial-grid-section {
    padding: var(--space-md) var(--pad-x-mobile) var(--space-lg);
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: var(--testimonial-grid-gap-mobile);
  }
  .featured-testimonial {
    padding: var(--space-3xl) var(--pad-x-mobile);
  }
  .featured-quote-text {
    font-size: var(--featured-quote-size-mobile);
  }
  .featured-quote-open,
  .featured-quote-close {
    display: none;
  }
  .promise-text-area {
    padding: var(--space-2xl) var(--pad-x-mobile) var(--space-lg);
  }
  .promise-images {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .promise-image-oval {
    width: var(--promise-oval-width-tablet);
    height: var(--promise-oval-height-tablet);
    border-radius: 80px;
  }
  .promise-images-band {
    min-height: auto;
    padding-bottom: 0;
  }

  /* Product single overrides - 768px */
  .product-single {
    padding: var(--space-lg) var(--pad-x-mobile) var(--space-2xl);
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  .product-image {
    max-width: 100%;
  }
  .product-title {
    font-size: 32px;
  }
  .product-category-link {
    margin-bottom: var(--space-md);
  }
  .related-products {
    padding: 0 var(--pad-x-mobile) var(--space-2xl);
  }
  .related-products-title {
    font-size: 28px;
  }
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap-product-grid-tablet);
  }
  .related-grid .product-card:nth-child(3) {
    display: none;
  }
}


/* ============================================================
   RESPONSIVE - 480px (mobile)
   ============================================================ */
@media (max-width: 480px) {
  .hero {
    height: var(--hero-height-mobile);
    min-height: var(--hero-min-height-mobile);
  }
  .hero__logo {
    max-width: var(--hero-logo-width-mobile);
  }

  .intro__heading {
    font-size: 28px;
  }

  .categories__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
    max-width: 320px;
    margin: 0 auto;
  }

  .usps__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
    max-width: 320px;
    margin: 0 auto;
  }

  .gallery__heading {
    font-size: 24px;
  }
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .testimonial__text {
    font-size: 20px;
  }

  .promise__heading {
    font-size: 28px;
  }
  .promise__images {
    flex-direction: column;
    align-items: center;
  }
  .promise__image {
    width: 200px;
    height: 310px;
  }

  /* Shop overrides - 480px */
  .product-grid {
    gap: var(--gap-product-grid-mobile);
  }
  .product-card-image {
    border-radius: var(--radius-sm);
  }

  /* About page overrides - 480px */
  .usp-inner {
    gap: 16px;
  }
  .usp-section .usp-icon {
    width: var(--about-usp-icon-width-mobile);
  }
  .usp-section .usp-label {
    font-size: 14px;
  }
  .content-block-image {
    aspect-ratio: 3 / 2;
  }

  /* Contact page overrides - 480px */
  .contact-form-row {
    grid-template-columns: 1fr;
  }
  .contact-form-col {
    padding: var(--space-md);
  }
  .contact-image-col {
    min-height: 220px;
  }

  /* Testimonials page overrides - 480px */
  .promise-images {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .promise-image-oval {
    width: var(--promise-oval-width-mobile);
    height: var(--promise-oval-height-mobile);
    border-radius: 70px;
  }

  /* Product single overrides - 480px */
  .enquiry-form-wrapper {
    padding: var(--space-md);
  }
  .related-grid {
    gap: var(--gap-product-grid-mobile);
  }

  /* Footer overrides - 480px */
  .footer__nav-inner {
    gap: 28px 20px;
  }
  .footer__col-heading {
    font-size: 20px;
  }
  .footer__col-list a {
    font-size: var(--footer-link-size-mobile);
  }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
  .gallery__item img,
  .category-card__circle img {
    transition: none;
  }
  .mobile-nav {
    transition: none;
  }
}



/* ============================================================
   PRODUCT COPY (excerpt / short description)
   ============================================================ */
.product-copy {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-light);
  color: var(--text-body);
  line-height: var(--leading-body);
  margin-top: var(--space-md);
  margin-bottom: var(--space-lg);
}


/* ============================================================
   ACCESSORY CROSS-LINKS (Personalise Your Plaque)
   ============================================================ */
.accessory-links {
  max-width: var(--width-container);
  margin: 0 auto;
  padding: 0 var(--pad-x-desktop) var(--space-4xl);
}
.accessory-links-inner {
  border-top: 1px solid var(--border-subtle);
  padding-top: var(--space-3xl);
}
.accessory-links-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-regular);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  text-align: center;
  margin-bottom: var(--space-xl);
}
.accessory-links-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-md);
}
.accessory-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-lg) var(--space-md);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  transition: border-color var(--transition-base), transform var(--transition-fast);
}
.accessory-link-card:hover {
  border-color: var(--border-default);
  transform: var(--hover-lift);
}
.accessory-link-label {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-medium);
  color: var(--text-heading);
  line-height: var(--leading-tight);
  margin-bottom: 6px;
}
.accessory-link-desc {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--weight-light);
  color: var(--text-muted);
  line-height: var(--leading-body);
}

/* Accessory links - tablet */
@media (max-width: 768px) {
  .accessory-links {
    padding: 0 var(--pad-x-mobile) var(--space-2xl);
  }
  .accessory-links-inner {
    padding-top: var(--space-2xl);
  }
  .accessory-links-title {
    font-size: var(--text-2xl);
  }
  .accessory-links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Accessory links - mobile */
@media (max-width: 480px) {
  .accessory-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }
  .accessory-link-card {
    padding: var(--space-md) var(--space-sm);
  }
  .accessory-link-label {
    font-size: var(--text-lg);
  }
}
