/* ==========================================================================
   The Art Galaxy — Core Stylesheet
   Design system per site-structure brief, Section 12.
   Resin-inspired: acrylic-pour gradients, gold-vein marble, glassmorphism.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand palette (Section 12) */
  --bg:            #FBF6EE;  /* warm ivory base */
  --accent:        #B8791F;  /* amber / turmeric gold */
  --accent-deep:   #8F5A12;
  --cta:           #7A2131;  /* deep wine red */
  --cta-hover:     #601825;
  --text:          #3B2A1E;  /* teak brown */
  --text-soft:     #6B5545;
  --glass-teal:    #CFE8E2;  /* signature pale glass-teal */
  --ink:           #10243F;  /* logo navy, used sparingly */

  /* Glass surfaces */
  --glass-bg:      rgba(255, 253, 249, 0.55);
  --glass-bg-solid:rgba(255, 253, 249, 0.82);
  --glass-brd:     rgba(255, 255, 255, 0.72);
  --glass-edge:    rgba(184, 121, 31, 0.28);
  --glass-shadow:  0 18px 40px -18px rgba(59, 42, 30, 0.34);

  /* Type */
  --font-display: "Fraunces", "Noto Serif Devanagari", Georgia, serif;
  --font-body:    "Work Sans", "Noto Sans Devanagari", system-ui, -apple-system, sans-serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, "SF Mono", monospace;

  /* Rhythm */
  --measure: 68ch;       /* 65-75 character line length cap */
  --radius: 18px;
  --radius-sm: 12px;
  --gap: clamp(1rem, 2.5vw, 1.75rem);
  --section-y: clamp(3.5rem, 8vw, 6.5rem);
  --shell: min(1180px, 92vw);
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 6rem; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  body { font-size: 16px; }   /* never below 15px per brief */
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--cta); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.18;
  color: var(--text);
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); }

/* Body prose is justified; hyphenation is on so justification doesn't open
   rivers of whitespace between words. */
p {
  margin: 0 0 1.1em;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

/* Short, centred or tabular copy stays ragged — justifying one or two lines
   looks broken rather than tidy. */
.center p,
.hero-caption p,
.quote blockquote,
.note,
.author-line,
.price,
.service-card__body p,
.steps li p,
.faq-answer p,
.related li,
.footer-bottom,
.trust-block p { text-align: inherit; hyphens: manual; }
.center p, .hero-caption p, .quote blockquote { text-align: center; }
.note, .author-line, .price, .service-card__body p { text-align: left; }
.steps li p, .faq-answer p, .trust-block p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  max-width: none;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section-y); position: relative; }
.center { text-align: center; margin-inline: auto; }
.center p, .center h2 { margin-inline: auto; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.9rem;
  display: block;
}

/* Visible breadcrumb trail — mirrors the BreadcrumbList schema on every page
   so the structured data reflects what's actually on screen. */
.breadcrumb {
  padding-block: 0.7rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--text-soft);
}
.breadcrumb a {
  color: var(--accent-deep);
  text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb li[aria-current="page"] {
  color: var(--text-soft);
  max-width: 60vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb .sep { color: rgba(120, 100, 80, 0.5); }

.lede { font-size: 1.09rem; color: var(--text-soft); }

.skip-link {
  position: absolute; left: -9999px;
  background: var(--cta); color: #fff; padding: 0.75rem 1.25rem; z-index: 999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

:focus-visible { outline: 3px solid var(--cta); outline-offset: 3px; border-radius: 4px; }

/* --------------------------------------------------------------------------
   3. Resin backdrop — layered acrylic-pour blooms behind the whole page
   -------------------------------------------------------------------------- */
.resin-backdrop {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-color: var(--bg);
  background-image:
    /* pale glass-teal drift, bottom-left */
    radial-gradient(58vw 46vw at 6% 82%,  rgba(207, 232, 226, 0.78) 0%, rgba(207, 232, 226, 0) 62%),
    /* turmeric bloom, top-right */
    radial-gradient(52vw 44vw at 96% 6%,  rgba(240, 178, 74, 0.55)  0%, rgba(240, 178, 74, 0)  60%),
    /* rose-wine wash, mid-right */
    radial-gradient(46vw 40vw at 88% 58%, rgba(216, 140, 152, 0.38) 0%, rgba(216, 140, 152, 0) 62%),
    /* warm amber pool, upper-left */
    radial-gradient(40vw 34vw at 14% 10%, rgba(184, 121, 31, 0.24)  0%, rgba(184, 121, 31, 0)  64%),
    /* deep ink hint, lower-centre */
    radial-gradient(44vw 36vw at 48% 108%, rgba(16, 36, 63, 0.16)   0%, rgba(16, 36, 63, 0)   66%);
}

/* Pour texture — organic turbulence rather than tiled dots, so nothing
   repeats into a visible polka pattern. */
.resin-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='900' preserveAspectRatio='none'>\
<filter id='b'>\
<feTurbulence type='fractalNoise' baseFrequency='0.007 0.012' numOctaves='5' seed='13'/>\
<feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  1.1 0.5 0 0 -0.4'/>\
</filter>\
<rect width='1200' height='900' filter='url(%23b)'/>\
</svg>");
}

/* Gold marble veining — feTurbulence rendered to an SVG data URI, tinted gold */
.veins {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='900' height='900'>\
<filter id='v'>\
<feTurbulence type='fractalNoise' baseFrequency='0.009 0.016' numOctaves='5' seed='7'/>\
<feColorMatrix values='0 0 0 0 0.72  0 0 0 0 0.47  0 0 0 0 0.12  1.4 -0.5 0 0 -0.42'/>\
</filter>\
<rect width='900' height='900' filter='url(%23v)'/>\
</svg>");
  background-size: 900px 900px;
}

/* --------------------------------------------------------------------------
   4. Glassmorphism primitives
   -------------------------------------------------------------------------- */
.glass {
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid var(--glass-brd);
  border-radius: var(--radius);
  box-shadow: var(--glass-shadow);
  overflow: hidden;
}

/* Signature inset double-border — evokes a resin-cast frame edge */
.glass::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid var(--glass-edge);
  border-radius: calc(var(--radius) - 6px);
  pointer-events: none;
}

/* Light-catching highlight line along the top edge, as light hits cured resin */
.glass::after {
  content: "";
  position: absolute;
  top: 0; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.95) 22%,
    rgba(255,255,255,0.95) 78%,
    rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.glass--solid { background: var(--glass-bg-solid); }

/* --------------------------------------------------------------------------
   5. Buttons — cast resin slabs
   Each variant is a real acrylic-pour surface: swirled colour fields, drifting
   white ribbons and a cell/bubble scatter, finished with a poured gold edge
   down one side and along the bottom, as if the slab was cast in a mould.
   -------------------------------------------------------------------------- */
.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFF8F0;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(40, 12, 18, 0.55);
  cursor: pointer;
  overflow: hidden;
  border: 0;
  border-radius: 16px 4px 16px 4px;   /* asymmetric, like a poured mould edge */
  border-left: 3px solid var(--edge, #E7B65A);
  border-bottom: 3px solid var(--edge-b, #B8791F);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -6px 14px rgba(0, 0, 0, 0.24),
    0 12px 26px -14px rgba(122, 33, 49, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;

  /* Wine-and-rose pour, gold veined — the default */
  background-color: #6E1C2A;
  background-image:
    radial-gradient(60% 120% at 12% 108%, rgba(231, 182, 90, 0.85) 0%, rgba(231, 182, 90, 0) 62%),
    radial-gradient(70% 110% at 92% -14%, rgba(240, 170, 120, 0.7)  0%, rgba(240, 170, 120, 0) 60%),
    radial-gradient(55% 90%  at 62% 118%, rgba(207, 232, 226, 0.4)  0%, rgba(207, 232, 226, 0) 58%),
    conic-gradient(from 200deg at 38% 40%,
      #8E2A3C 0deg, #B34455 62deg, #7A2131 140deg,
      #A8323F 210deg, #601825 290deg, #8E2A3C 360deg);
}

/* Organic pour texture — turbulence-generated marbling, stretched to cover so
   it never tiles into a visible pattern. */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: var(--pour-opacity, 0.42);   /* kept low so label contrast holds */
  mix-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='420' height='150' preserveAspectRatio='none'>\
<filter id='p'>\
<feTurbulence type='fractalNoise' baseFrequency='0.014 0.05' numOctaves='4' seed='11'/>\
<feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0.9 0.5 0 0 -0.34'/>\
</filter>\
<rect width='420' height='150' filter='url(%23p)'/>\
</svg>");
  transition: transform 0.6s ease, opacity 0.3s ease;
  pointer-events: none;
}

/* Wet-cure sheen along the top face */
.btn::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(255,255,255,0.38), rgba(255,255,255,0));
  pointer-events: none;
}

.btn:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -6px 14px rgba(0, 0, 0, 0.24),
    0 18px 32px -14px rgba(122, 33, 49, 0.95);
}
.btn:hover::before { transform: scale(1.12) translateX(2%); }
.btn:active { transform: translateY(0); }

/* Turmeric pour — mustard field with white swirl, per the gold drop */
.btn--gold {
  --edge: #FFE1A0;
  --edge-b: #8F5A12;
  background-color: #C98A2A;
  color: #3B2A1E;
  text-shadow: 0 1px 2px rgba(255, 240, 205, 0.5);
  background-image:
    radial-gradient(65% 120% at 10% 112%, rgba(255, 250, 232, 0.9) 0%, rgba(255, 250, 232, 0) 58%),
    radial-gradient(55% 100% at 88% -12%, rgba(126, 146, 74, 0.55) 0%, rgba(126, 146, 74, 0) 56%),
    conic-gradient(from 160deg at 44% 46%,
      #E5A43A 0deg, #F2C15E 70deg, #C98A2A 150deg,
      #E0A93F 230deg, #A87014 300deg, #E5A43A 360deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -6px 14px rgba(90, 55, 8, 0.28),
    0 12px 26px -14px rgba(143, 90, 18, 0.85);
}
.btn--gold:hover { color: #2E2015; }

/* Blue-and-white marble pour, per the indigo drop */
.btn--ocean {
  --edge: #DCEDEA;
  --edge-b: #1B4C7A;
  background-color: #1F5B8F;
  background-image:
    radial-gradient(70% 120% at 14% 112%, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(60% 100% at 90% -10%, rgba(207, 232, 226, 0.85) 0%, rgba(207, 232, 226, 0) 58%),
    conic-gradient(from 210deg at 40% 44%,
      #1B4C7A 0deg, #3E7FB5 68deg, #123A61 145deg,
      #2E6EA3 225deg, #0E2E4F 300deg, #1B4C7A 360deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -6px 14px rgba(6, 28, 50, 0.35),
    0 12px 26px -14px rgba(16, 36, 63, 0.9);
}

/* White marble with gold veining, per the ivory drop — the quiet variant */
.btn--ghost {
  --edge: #F0D9A8;
  --edge-b: #C79A45;
  color: var(--text);
  text-shadow: none;
  background-color: #FDFAF4;
  background-image:
    radial-gradient(70% 120% at 8% 110%,  rgba(207, 232, 226, 0.75) 0%, rgba(207, 232, 226, 0) 58%),
    radial-gradient(60% 100% at 94% -12%, rgba(231, 182, 90, 0.45)  0%, rgba(231, 182, 90, 0)  56%),
    linear-gradient(118deg, #FFFDF8 0%, #F6EFE2 44%, #FDFAF4 70%, #F2E9D8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -5px 12px rgba(120, 90, 45, 0.12),
    0 10px 22px -14px rgba(59, 42, 30, 0.6);
}
.btn--ghost::after { background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0)); }

/* On the pale slab the veining has to darken rather than lighten, so this one
   gets gold-tinted turbulence multiplied over the marble. */
.btn--ghost::before {
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='420' height='150' preserveAspectRatio='none'>\
<filter id='g'>\
<feTurbulence type='fractalNoise' baseFrequency='0.012 0.045' numOctaves='4' seed='23'/>\
<feColorMatrix values='0 0 0 0 0.73  0 0 0 0 0.5  0 0 0 0 0.16  1.5 -0.6 0 0 -0.5'/>\
</filter>\
<rect width='420' height='150' filter='url(%23g)'/>\
</svg>");
}
.btn--ghost:hover { color: var(--accent-deep); }

.btn--lg { padding: 1.1rem 2.2rem; font-size: 1.05rem; border-radius: 20px 5px 20px 5px; }
/* --------------------------------------------------------------------------
   6. Header & navigation
   Two tiers, and deliberately plain: a dark utility strip carrying contact
   details, then a light nav row where the only dark, photographic surface is
   the boxed nav itself — a contained grid of link cells flanked by arrows,
   not full width, not layered with gradients.
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
}

/* ---- Utility bar: email, phone, address left · social right ---- */
.topbar {
  position: relative;
  font-size: 0.82rem;
  color: #F3ECDF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  background-image: url("../images/resin-footer-handmade.jpg");
  background-size: cover;
  background-position: center 30%;
}

.topbar-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-block: 0.55rem;
}

.topbar-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar-info li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  position: relative;
}
.topbar-info li + li::before {
  content: "";
  position: absolute;
  left: -0.72rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 14px;
  background: rgba(255, 240, 220, 0.35);
}
.topbar-info a { color: inherit; text-decoration: none; }
.topbar-info a:hover { color: #FFE7B8; text-decoration: underline; text-underline-offset: 3px; }
.topbar svg { width: 15px; height: 15px; fill: currentColor; opacity: 0.9; flex-shrink: 0; }

.topbar-social { display: flex; align-items: center; gap: 0.4rem; list-style: none; margin: 0; padding: 0; }
.topbar-social a {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  color: #F7EAD6;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 235, 205, 0.3);
  transition: background 0.2s ease, transform 0.2s ease;
}
.topbar-social a:hover {
  background: linear-gradient(135deg, #E7B65A, #B8791F);
  color: #3B2A1E;
  transform: translateY(-2px);
}
.topbar-social svg { width: 14px; height: 14px; }

/* ---- Main navigation row — plain, on the page's own ivory background ---- */
.navbar {
  position: relative;
  background: var(--bg);
  border-bottom: 1px solid rgba(184, 121, 31, 0.22);
  border-radius: 0px 0px 30px 30px;
  box-shadow:
    rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

/* Contained by .shell, same as every other section — the header does not
   run edge to edge. */
.navbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1.4vw, 1.1rem);
  padding-block: 0.6rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  flex-shrink: 0;
}

/* Logo set in a cast resin bezel */
.brand img {
  width: 48px; height: 48px;
  border-radius: 50%;
  padding: 2px;
  background:
    conic-gradient(from 140deg,
      var(--accent) 0deg, #E7B65A 70deg, var(--glass-teal) 150deg,
      #FFFDF8 200deg, #D88C98 260deg, var(--cta) 320deg, var(--accent) 360deg);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.7) inset,
    0 6px 16px -8px rgba(59, 42, 30, 0.5);
}
.brand-name {
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.1;
  white-space: nowrap;
}
.brand-tag {
  display: block;
  font-family: var(--font-body);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--accent-deep);
}

/* ---- The boxed nav: a contained photographic grid flanked by arrows ---- */
.nav-box {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px -16px rgba(59, 42, 30, 0.55);
  background-image: url("../images/resin-footer-handmade.jpg");
  background-size: cover;
  background-position: center;
}


.nav-list {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-list::-webkit-scrollbar { display: none; }

.nav-list li {
  flex: 1 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.nav-list li:last-child { border-right: 0; }

.nav-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 100%;
  padding: 0.4rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #EFE7D8;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-list a:hover,
.nav-list a[aria-current="page"] {
  background: rgb(231 90 90 / 40%);
  color: #fff;
}

/* Language switcher — a standalone control next to the search/WhatsApp icons,
   deliberately outside .nav-box (which clips overflow for its photo-boxed
   look) so its dropdown isn't cropped. Opens via <details>, no JS needed. */
.nav-lang { position: relative; flex-shrink: 0; align-self: center; }
.nav-lang details { position: relative; }
.nav-lang summary {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 40px;
  padding: 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent-deep);
  cursor: pointer;
  list-style: none;
  border-radius: 20px;
  border: 1px solid rgba(184, 121, 31, 0.35);
  background-color: rgba(184, 121, 31, 0.1);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.nav-lang summary::-webkit-details-marker { display: none; }
.nav-lang summary:hover,
.nav-lang details[open] summary {
  color: #3B2A1E;
  background: linear-gradient(135deg, #E7B65A, #B8791F);
  transform: translateY(-1px);
}
.nav-lang-caret { width: 12px; height: 12px; fill: currentColor; opacity: 0.8; }
.nav-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 130px;
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  border-radius: 10px;
  background: #211117;
  border: 1px solid rgba(231, 182, 90, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  z-index: 60;
}
.nav-lang-menu li { list-style: none; }
.nav-lang-menu a {
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #F3ECDF;
  text-decoration: none;
  white-space: nowrap;
}
.nav-lang-menu a:hover { background: rgb(231 90 90 / 35%); }
.nav-lang-menu a[aria-current="true"] { color: #E7B65A; font-weight: 700; }

/* Prominent conversion block, sitting outside the boxed nav */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0 clamp(0.8rem, 1.3vw, 1.2rem);
  height: 52px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF8F0;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(40, 12, 18, 0.6);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #7A2131;
  background-image:
    radial-gradient(70% 130% at 14% 112%, rgba(231, 182, 90, 0.9) 0%, rgba(231, 182, 90, 0) 60%),
    radial-gradient(60% 110% at 90% -14%, rgba(240, 170, 120, 0.65) 0%, rgba(240, 170, 120, 0) 58%),
    conic-gradient(from 200deg at 40% 42%,
      #8E2A3C 0deg, #B34455 64deg, #7A2131 142deg, #A8323F 212deg, #601825 292deg, #8E2A3C 360deg);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.nav-cta:hover { color: #fff; filter: saturate(1.15) brightness(1.06); transform: translateY(-1px); }
.nav-cta svg { width: 17px; height: 17px; fill: currentColor; }

/* Sized and centred like nav-search-toggle, but wearing the full poured-resin
   button treatment (asymmetric mould-edge radius, marbling, sheen) from
   .btn--gold rather than a flush rectangular block. */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* Frosted glass veneer that appears over the resin on press and while the
   menu is open — the one glassmorphism moment on an otherwise opaque button. */
.nav-toggle-glass {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px) saturate(100%);
  -webkit-backdrop-filter: blur(0px) saturate(100%);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  pointer-events: none;
  transition: background 0.22s ease, backdrop-filter 0.22s ease, box-shadow 0.22s ease;
}

.nav-toggle:hover .nav-toggle-glass {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(2px) saturate(140%);
  -webkit-backdrop-filter: blur(2px) saturate(140%);
}

.nav-toggle:active .nav-toggle-glass,
.nav-toggle[aria-expanded="true"] .nav-toggle-glass {
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(5px) saturate(160%);
  -webkit-backdrop-filter: blur(5px) saturate(160%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.nav-toggle span:not(.nav-toggle-glass),
.nav-toggle svg { position: relative; z-index: 2; }

@media (max-width: 1100px) {
  .nav-list a { font-size: 0.7rem; min-width: 68px; padding-inline: 0.5rem; }
  .brand-tag { display: none; }
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav-cta { display: none; }
  .nav-search-toggle { margin-left: auto; }

  /* On mobile the boxed nav collapses into a plain dropdown anchored under
     the nav row — the box chrome (border, radius, height cap) only makes
     sense as a single contained row, not a stacked list. */
  .nav-box {
    position: static;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    flex: 0 0 auto;
  }
  .nav-list {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    background-image: url("../images/resin-footer-handmade.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 40px -24px rgba(0, 0, 0, 0.9);
  }
  .nav-list.is-open { display: flex; }
  .nav-list li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    flex: none;
  }
  .nav-list li:last-child { border-bottom: 0; }
  .nav-list a {
    min-width: auto;
    height: auto;
    padding: 0.9rem 4vw;
    justify-content: flex-start;
    text-align: left;
  }

  .nav-lang summary { padding: 0 0.55rem; font-size: 0.68rem; }

  .topbar-info li:nth-child(3) { display: none; }
}

@media (max-width: 640px) {
  .topbar-inner { justify-content: center; }
  .topbar-info { justify-content: center; }
  .topbar-info li:nth-child(2) { display: none; }
  .brand img { width: 40px; height: 40px; }
  .brand-name { font-size: 1rem; }
}

/* --------------------------------------------------------------------------

   6b. Resin marquee — a poured colour band that scrolls across the page
   -------------------------------------------------------------------------- */
/* Clips at exactly 100vw so nothing widens the document, while the band inside
   is oversized enough that rotating it never exposes a corner gap. */
.marquee {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-block: clamp(2.5rem, 6vw, 4.5rem);
  padding-block: clamp(0.75rem, 2.4vw, 1.75rem);
  overflow: hidden;
}

.marquee-band {
  position: relative;
  display: flex;
  width: 112%;
  margin-left: -6%;
  overflow: hidden;
  transform: rotate(-2.2deg);
  transform-origin: center;
  padding-block: 1.05rem;
  border-top: 3px solid rgba(255, 250, 232, 0.65);
  border-bottom: 3px solid rgba(90, 20, 32, 0.6);
  background-color: #B8791F;
  background-image:
    radial-gradient(50% 260% at 6% 130%,  rgba(255, 250, 232, 0.85) 0%, rgba(255, 250, 232, 0) 58%),
    radial-gradient(45% 240% at 40% -80%, rgba(122, 33, 49, 0.55)   0%, rgba(122, 33, 49, 0) 58%),
    radial-gradient(48% 250% at 76% 140%, rgba(207, 232, 226, 0.5)  0%, rgba(207, 232, 226, 0) 58%),
    conic-gradient(from 170deg at 42% 46%,
      #E5A43A 0deg, #F2C15E 66deg, #C98A2A 148deg, #E0A93F 226deg, #A87014 300deg, #E5A43A 360deg);
  box-shadow: 0 18px 40px -24px rgba(59, 42, 30, 0.85);
}

/* Marbling drawn through the band */
.marquee-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.4;
  mix-blend-mode: screen;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='1600' height='70' preserveAspectRatio='none'>\
<filter id='m'>\
<feTurbulence type='fractalNoise' baseFrequency='0.004 0.07' numOctaves='4' seed='17'/>\
<feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 0.94  1 0.45 0 0 -0.46'/>\
</filter>\
<rect width='1600' height='70' filter='url(%23m)'/>\
</svg>");
}

.marquee-track {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
  padding-right: 1.6rem;
  white-space: nowrap;
  animation: marquee-scroll 38s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-track span {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.1vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #3B2A1E;
  text-shadow: 0 1px 0 rgba(255, 250, 232, 0.55);
}
.marquee-track .sep {
  color: #7A2131;
  font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  text-shadow: none;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}
/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero { padding-block: 0 var(--section-y); }

/* Full-bleed banner — edge to edge, no frame around it */
.hero-frame {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  box-shadow: 0 24px 60px -40px rgba(59, 42, 30, 0.75);
}

/* Poured seam closing the bottom of the banner */
.hero-frame::before {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  z-index: 3;
  background: linear-gradient(90deg,
    var(--accent) 0%, #E7B65A 18%, var(--glass-teal) 40%,
    #FFFDF8 52%, #D88C98 74%, var(--cta) 100%);
}

.hero-slides { position: relative; aspect-ratio: 16 / 9; background: var(--ink); }
.hero-slides img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slides img.is-active { opacity: 1; }

.hero-dots {
  position: absolute;
  bottom: 1.1rem; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 0.5rem;
  z-index: 4;
}
.hero-dots button {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  padding: 0;
}
.hero-dots button[aria-selected="true"] { background: #fff; }

.hero-caption {
  margin-top: clamp(-5rem, -5vw, -2.5rem);
  position: relative;
  z-index: 5;
  width: min(820px, 100%);
  margin-inline: auto;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  text-align: center;
}
.hero-caption h1 { margin-bottom: 0.6rem; font-size: clamp(1.85rem, 3.6vw, 2.75rem); }
.hero-caption .lede { margin-bottom: 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }

/* Hero banners carry baked-in artwork and text, so never crop them on mobile —
   keep 16:9 and let the caption sit below the frame instead. */
@media (max-width: 700px) {
  .hero-caption { margin-top: -1.25rem; }
  .brand img { width: 44px; height: 44px; }
  .brand-name { font-size: 1.08rem; }
  .brand-tag { display: none; }
}

/* --------------------------------------------------------------------------
   8. Trust strip
   -------------------------------------------------------------------------- */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  padding: 1rem;
  margin-top: 2rem;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(207,232,226,0.5));
  border: 1px solid rgba(184,121,31,0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}
.trust-pill:hover { color: var(--accent-deep); border-color: var(--accent); }
.trust-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

/* --------------------------------------------------------------------------
   9. Service grid
   -------------------------------------------------------------------------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: var(--gap);
  margin-top: 2.5rem;
}
/* Flexbox variant: unlike CSS grid, this lets a partial last row (e.g. 2
   leftover cards in a 4-column layout) stretch to fill the full row width
   instead of leaving the remaining columns blank. */
.card-grid.fill-last-row {
  display: flex;
  flex-wrap: wrap;
}
.card-grid.fill-last-row > * {
  flex: 1 1 230px;
}

.service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  color: inherit;
  box-shadow: 0 26px 48px -22px rgba(59, 42, 30, 0.5);
}
.service-card:hover .service-card__media img { transform: scale(1.05); }

.service-card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(207, 232, 226, 0.35);
}
.service-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card__body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.service-card__body h3 { font-size: 1.05rem; margin: 0; }
.service-card__body p { font-size: 0.88rem; color: var(--text-soft); margin: 0; }

.price {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--cta);
  margin-top: auto;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(184,121,31,0.22);
  align-self: stretch;
}
.price strong { font-weight: 600; }

.note {
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-top: 1.5rem;
  font-style: italic;
}

/* --------------------------------------------------------------------------
   10. Feature / split sections
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.split--wide { grid-template-columns: 1fr 1.15fr; }
@media (max-width: 820px) { .split--wide { grid-template-columns: 1fr; } }

.framed-photo {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--glass-brd);
  box-shadow: 0 24px 50px -26px rgba(59,42,30,0.6);
}
.framed-photo::before {
  content: "";
  position: absolute; inset: 8px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 12px;
  z-index: 2;
  pointer-events: none;
}
.framed-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.framed-photo--tall img { aspect-ratio: 4 / 5; }

/* Trust blocks — material quality & handmade process (Section 4) */
.trust-block {
  padding: 1.4rem 1.5rem;
  margin-block: 1.2rem;
  border-left: 3px solid var(--accent);
}
.trust-block h3 { font-size: 1.02rem; margin-bottom: 0.4rem; }
.trust-block p { font-size: 0.95rem; margin-bottom: 0; color: var(--text-soft); }

/* Emotional quote (Section 3) */
.quote {
  margin: 2.5rem auto;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  text-align: center;
  max-width: 760px;
}
.quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
  line-height: 1.45;
  font-style: italic;
  color: var(--text);
}
.quote cite {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

/* --------------------------------------------------------------------------
   11. Steps (How to Order)
   -------------------------------------------------------------------------- */
.steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 2.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--gap);
}
.steps li { padding: 1.6rem 1.5rem 1.5rem; counter-increment: step; }
.steps li::marker { content: none; }
.steps li h3 { margin-top: 0.7rem; font-size: 1.08rem; }
.steps li p { font-size: 0.94rem; color: var(--text-soft); margin-bottom: 0; }

.step-num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 600;
  color: #FFF8F0;
  background-image:
    radial-gradient(120% 90% at 25% 15%, rgba(255,255,255,0.4), rgba(255,255,255,0) 55%),
    linear-gradient(135deg, #C98A2A, #8F5A12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 8px 16px -10px rgba(143,90,18,0.9);
}
.step-num::before { content: counter(step); }

/* Language switch */
.lang-switch { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.lang-switch a {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--text);
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(184,121,31,0.3);
}
.lang-switch a[aria-current="true"] {
  background: linear-gradient(135deg, rgba(207,232,226,0.9), rgba(255,255,255,0.7));
  border-color: var(--accent);
  color: var(--accent-deep);
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   12. FAQ (details/summary)
   -------------------------------------------------------------------------- */
.faq-list { margin-top: 2rem; display: grid; gap: 0.9rem; }
.faq-item { padding: 0; }
.faq-item summary {
  cursor: pointer;
  padding: 1.05rem 1.3rem;
  font-family: var(--font-display);
  font-size: 1.03rem;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--accent);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer { padding: 0 1.3rem 1.2rem; }
.faq-item .faq-answer p { font-size: 0.95rem; color: var(--text-soft); margin-bottom: 0; }

/* --------------------------------------------------------------------------
   13. Gallery strip
   -------------------------------------------------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.9rem;
  margin-top: 2.5rem;
}
.gallery-grid figure {
  margin: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: 0 12px 26px -18px rgba(59,42,30,0.7);
}
.gallery-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-grid figure:hover img { transform: scale(1.07); }

/* --------------------------------------------------------------------------
   14. Related links
   -------------------------------------------------------------------------- */
.related { margin-top: 3rem; padding: 1.6rem 1.8rem; }
.related h2 { font-size: 1.2rem; margin-bottom: 0.9rem; }
.related ul { margin: 0; padding-left: 1.1rem; display: grid; gap: 0.4rem; }
.related li { font-size: 0.95rem; }

.author-line {
  margin-top: 2rem;
  font-size: 0.88rem;
  color: var(--text-soft);
  font-style: italic;
}

/* --------------------------------------------------------------------------
   15. Sticky WhatsApp CTA — site-wide conversion mechanism
   -------------------------------------------------------------------------- */
/* WhatsApp brand green, poured — the one place on the site that borrows a
   platform colour rather than the brand palette, because recognition is the
   whole point of this control. */
.wa-float {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.4rem;
  font-weight: 600;
  font-size: 0.96rem;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(3, 46, 26, 0.6);
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  border-left: 3px solid #A7F3C4;
  border-bottom: 3px solid #075E36;
  background-color: #128C7E;
  background-image:
    radial-gradient(70% 130% at 14% 112%, rgba(220, 255, 232, 0.85) 0%, rgba(220, 255, 232, 0) 58%),
    radial-gradient(60% 110% at 92% -14%, rgba(37, 211, 102, 0.9)   0%, rgba(37, 211, 102, 0)  56%),
    conic-gradient(from 200deg at 40% 44%,
      #25D366 0deg, #3DDC7F 62deg, #128C7E 138deg,
      #1FBF5C 210deg, #075E36 292deg, #25D366 360deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -6px 14px rgba(3, 60, 32, 0.35),
    0 14px 32px -12px rgba(7, 94, 54, 0.9);
  transition: transform 0.2s ease, filter 0.2s ease;
}

/* Marbling through the green pour */
.wa-float::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  mix-blend-mode: screen;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='260' height='70' preserveAspectRatio='none'>\
<filter id='w'>\
<feTurbulence type='fractalNoise' baseFrequency='0.02 0.07' numOctaves='4' seed='9'/>\
<feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 0.95  0.95 0.5 0 0 -0.38'/>\
</filter>\
<rect width='260' height='70' filter='url(%23w)'/>\
</svg>");
}

/* Wet-cure sheen across the top face */
.wa-float::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.wa-float:hover { transform: translateY(-3px) scale(1.02); color: #fff; filter: saturate(1.12); }
.wa-float svg,
.wa-float .wa-label { position: relative; z-index: 2; }
.wa-float svg { width: 22px; height: 22px; fill: currentColor; flex-shrink: 0; }

@media (max-width: 560px) {
  .wa-float { padding: 0.85rem 1.1rem; font-size: 0.9rem; }
  .wa-float .wa-label { display: none; }
}

/* Scroll to top — a small cast resin disc, appears once you leave the hero */
.to-top {
  position: fixed;
  left: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border: 0;
  border-left: 2px solid #E7B65A;
  border-bottom: 2px solid var(--glass-teal);
  border-radius: 50%;
  cursor: pointer;
  color: #FFF8F0;
  background-color: #1B4C7A;
  background-image:
    radial-gradient(70% 110% at 16% 108%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 58%),
    radial-gradient(60% 100% at 88% -8%,  rgba(231,182,90,0.75) 0%, rgba(231,182,90,0) 56%),
    conic-gradient(from 200deg at 42% 44%,
      #1B4C7A 0deg, #3E7FB5 80deg, #123A61 160deg, #2E6EA3 250deg, #0E2E4F 320deg, #1B4C7A 360deg);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 12px 26px -14px rgba(16, 36, 63, 0.95);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { transform: translateY(-3px); filter: saturate(1.15); }
.to-top svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* --------------------------------------------------------------------------
   16. Footer
   The deepest pour on the site — a dark resin slab with gold, wine and teal
   blooms rising through it, a logo medallion cast into the top edge, and four
   columns separated by poured dividers.
   -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  margin-top: 2.25rem;   /* just enough for the medallion overhanging the seam */
  color: #E7E9EC;
  /* The real obsidian-and-glitter resin pour photo, tiled large and dimmed
     with a dark scrim underneath so body text keeps full contrast over it. */
  background-color: #030303;
  background-image:
    linear-gradient(180deg, rgba(2,2,2,0.72), rgba(2,2,2,0.55) 45%, rgba(2,2,2,0.8)),
    url("../images/resin-footer-handmade.jpg");
  background-repeat: no-repeat, repeat;
  background-size: cover, 900px auto;
  background-position: center, center;
}

/* A few gold flecks over the photo tie it back to the brand palette — the
   veining and most of the sparkle now come from the real photograph itself,
   so this layer stays sparse rather than repeating the effect. */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image:
    radial-gradient(1.4px 1.4px at 14% 22%, #E7B65A 0%, rgba(231,182,90,0) 100%),
    radial-gradient(1px 1px   at 37% 68%,   #F2C15E 0%, rgba(242,193,94,0) 100%),
    radial-gradient(1.6px 1.6px at 62% 30%, #E7B65A 0%, rgba(231,182,90,0) 100%),
    radial-gradient(1px 1px   at 81% 76%,   #F2C15E 0%, rgba(242,193,94,0) 100%),
    radial-gradient(1.2px 1.2px at 92% 15%, #E7B65A 0%, rgba(231,182,90,0) 100%);
}

.site-footer .shell { position: relative; z-index: 3; }

/* ---- Logo medallion cast into the top edge ---- */
.footer-badge {
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 128px; height: 128px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background:
    conic-gradient(from 140deg,
      var(--accent) 0deg, #E7B65A 60deg, var(--glass-teal) 140deg,
      #FFFDF8 190deg, #D88C98 250deg, var(--cta) 310deg, var(--accent) 360deg);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 18px 40px -18px rgba(0, 0, 0, 0.9);
}
.footer-badge img {
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #FBF6EE;
}

/* Poured seam capping the footer, interrupted by the medallion */
.footer-seam {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg,
    #050505 0%, #C79A45 12%, #F2E6CE 26%, #FFFFFF 44%,
    #DDEAF2 58%, #C79A45 76%, #050505 100%);
  box-shadow: 0 2px 16px rgba(255, 255, 255, 0.3);
}

/* ---- Four columns, divided by poured seams ---- */
.footer-main { padding-block: clamp(4rem, 6vw, 5rem) clamp(1.5rem, 3vw, 2.25rem); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 0;
}

.footer-col {
  padding: 0.5rem clamp(1.2rem, 2.4vw, 2.2rem);
  position: relative;
}
.footer-col + .footer-col::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(231, 182, 90, 0.45) 22%,
    rgba(20, 184, 196, 0.4) 62%,
    rgba(255, 255, 255, 0) 100%);
}
.footer-col:first-child { padding-left: 0; }
.footer-col:last-child { padding-right: 0; }

.footer-col h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.footer-col h3::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 52px; height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #E7B65A, var(--cta) 70%, var(--glass-teal));
}

.site-footer a { color: var(--glass-teal); text-decoration: none; transition: color 0.2s ease; }
.site-footer a:hover { color: #FFE7B8; }
.site-footer p, .site-footer li { font-size: 0.9rem; color: #B2C8D8; }
.site-footer p { max-width: none; text-align: left; }

/* Column 1 — brand mark, question line, phone */
.footer-brand { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.9rem; }
.footer-brand img {
  width: 46px; height: 46px;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(from 140deg, var(--accent), #E7B65A 70deg, var(--glass-teal) 160deg, #D88C98 260deg, var(--cta) 330deg, var(--accent));
}
.footer-brand span {
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 700;
  color: #fff;
}
.footer-ask { font-weight: 600; color: #EFF7F5; font-size: 1rem; line-height: 1.45; }
.footer-ask em { font-style: normal; color: #E7B65A; }

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-block: 0.85rem;
  font-family: var(--font-mono);
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFD98A;
}
.footer-phone:hover { color: #fff; }
.footer-phone svg { width: 22px; height: 22px; fill: currentColor; flex-shrink: 0; }

/* Column 2 — newsletter */
.newsletter-form {
  display: flex;
  margin-block: 1.2rem;
  border-radius: 12px 3px 12px 3px;
  overflow: hidden;
  border-left: 2px solid #E7B65A;
  border-bottom: 2px solid rgba(207, 232, 226, 0.4);
  box-shadow: 0 12px 26px -18px rgba(0, 0, 0, 0.9);
}
.newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text);
  border: 0;
  background: rgba(255, 253, 249, 0.9);
}
.newsletter-form input::placeholder { color: #8A7462; }
.newsletter-form input:focus { outline: 0; background: #fff; }
.newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  border: 0;
  cursor: pointer;
  color: #FFF8F0;
  background-color: #7A2131;
  background-image:
    radial-gradient(80% 130% at 18% 112%, rgba(231, 182, 90, 0.85) 0%, rgba(231, 182, 90, 0) 60%),
    conic-gradient(from 200deg at 42% 44%, #8E2A3C 0deg, #B34455 70deg, #7A2131 150deg, #601825 300deg, #8E2A3C 360deg);
  transition: filter 0.2s ease;
}
.newsletter-form button:hover { filter: saturate(1.2) brightness(1.1); }
.newsletter-form svg { width: 19px; height: 19px; fill: currentColor; }

.footer-hours-title { font-weight: 600; color: #fff; margin-bottom: 0.5rem; font-size: 1rem; }

/* Column 3 — contact rows with cast icon discs */
.contact-rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.85rem; }
.contact-rows li { display: flex; align-items: flex-start; gap: 0.85rem; }
.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #FFF8F0;
  background-color: #7A2131;
  background-image:
    radial-gradient(80% 130% at 20% 110%, rgba(231, 182, 90, 0.8) 0%, rgba(231, 182, 90, 0) 58%),
    conic-gradient(from 200deg at 42% 44%, #8E2A3C 0deg, #B34455 72deg, #7A2131 152deg, #601825 300deg, #8E2A3C 360deg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 8px 18px -10px rgba(0, 0, 0, 0.9);
}
.contact-icon svg { width: 17px; height: 17px; fill: currentColor; }
.contact-rows .contact-text { padding-top: 0.35rem; line-height: 1.5; }

/* Column 4 — quick links with cast bullet discs */
.quick-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.quick-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1rem;
  color: #DDEBE8;
}
.quick-links a::before {
  content: "";
  width: 15px; height: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #FFF8F0 0 3px, rgba(255,248,240,0) 3.5px),
    conic-gradient(from 200deg, #8E2A3C, #B34455 90deg, #7A2131 200deg, #601825 320deg, #8E2A3C);
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.8);
  transition: transform 0.2s ease;
}
.quick-links a:hover { color: #FFE7B8; }
.quick-links a:hover::before { transform: scale(1.2); }

/* ---- Bottom bar ---- */
.footer-bottom-bar {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(1, 5, 12, 0.5);
  padding-bottom: 0.5rem;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  /* Kept low; the sticky controls get clearance from the bar's own padding
     rather than from a tall copyright row. */
  padding-block: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #93AEC1;
}

.social-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px; height: 29px;
  border-radius: 50%;
  color: #DCEDEA;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.social-row a:hover {
  color: #3B2A1E;
  background: linear-gradient(135deg, #E7B65A, #B8791F);
  transform: translateY(-2px);
}
.social-row svg { width: 15px; height: 15px; fill: currentColor; }

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 0; }
  .footer-col:nth-child(3), .footer-col:nth-child(4) { padding-top: 2rem; border-top: 1px solid rgba(20, 184, 196, 0.3); }
  .footer-col:nth-child(even)::before { display: none; }
}

@media (max-width: 620px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .footer-col { padding-inline: 0; }
  .footer-col + .footer-col::before { display: none; }
  .footer-col + .footer-col {
    padding-top: 2rem;
    border-top: 1px solid rgba(231, 182, 90, 0.28);
  }
  .footer-badge { width: 96px; height: 96px; }
  /* Keeps the copyright bar to a single line, so its height matches desktop */
  .footer-bottom { justify-content: center; text-align: center; }
  .bar-extra { display: none; }
}

/* --------------------------------------------------------------------------
   17. Motion & print safety
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Backdrop-filter fallback: solidify glass where unsupported */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass, .site-header { background: rgba(255, 253, 249, 0.94); }
}

/* --------------------------------------------------------------------------
   18. Site search
   Opens from the header, filters a client-side index as you type. Results
   appear from the third character; two characters or fewer match too much to
   be useful.
   -------------------------------------------------------------------------- */
.nav-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 40px; height: 40px;
  flex-shrink: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: var(--accent-deep);
  background-color: rgba(184, 121, 31, 0.1);
  border: 1px solid rgba(184, 121, 31, 0.35);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.nav-search-toggle:hover {
  color: #3B2A1E;
  background: linear-gradient(135deg, #E7B65A, #B8791F);
  transform: translateY(-1px);
}
.nav-search-toggle svg { width: 18px; height: 18px; fill: currentColor; }

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  padding: clamp(3rem, 12vh, 8rem) 1rem 2rem;
  overflow-y: auto;
  background: rgba(6, 18, 33, 0.72);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}
.search-overlay.is-open { display: block; }

.search-panel {
  position: relative;
  width: min(680px, 100%);
  margin-inline: auto;
  border-radius: 22px 6px 22px 6px;
  border-left: 3px solid #E7B65A;
  border-bottom: 3px solid var(--accent);
  overflow: hidden;
  background-color: #FDFAF4;
  background-image:
    radial-gradient(60% 70% at 6% 108%,  rgba(207, 232, 226, 0.7)  0%, rgba(207, 232, 226, 0) 58%),
    radial-gradient(55% 65% at 98% -10%, rgba(231, 182, 90, 0.45)  0%, rgba(231, 182, 90, 0)  56%),
    radial-gradient(50% 60% at 78% 106%, rgba(216, 140, 152, 0.35) 0%, rgba(216, 140, 152, 0) 58%),
    linear-gradient(140deg, #FFFDF8 0%, #F6EFE2 46%, #FDFAF4 72%, #F2E9D8 100%);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.75);
}

.search-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.05rem 1.25rem;
  border-bottom: 1px solid rgba(184, 121, 31, 0.28);
}
.search-field svg { width: 20px; height: 20px; fill: var(--accent-deep); flex-shrink: 0; }
.search-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: none;
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--text);
}
.search-field input:focus { outline: 0; }
.search-field input::placeholder { color: #907A66; }
.search-field input::-webkit-search-cancel-button,
.search-field input::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

.search-close {
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--text-soft);
  padding: 0.25rem 0.4rem;
  border-radius: 8px;
}
.search-close:hover { color: var(--cta); }

.search-hint,
.search-empty {
  padding: 1.1rem 1.35rem;
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-soft);
  text-align: left;
  max-width: none;
}

.search-results {
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  max-height: min(52vh, 440px);
  overflow-y: auto;
}
.search-results li { margin: 0; }
.search-results a {
  display: block;
  padding: 0.75rem 0.95rem;
  border-radius: 12px 3px 12px 3px;
  text-decoration: none;
  color: var(--text);
}
.search-results a:hover,
.search-results a:focus,
.search-results li.is-active a {
  background: linear-gradient(120deg, rgba(231, 182, 90, 0.28), rgba(207, 232, 226, 0.35));
  outline: 0;
}
.search-results .r-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}
.search-results .r-meta {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.search-results .r-excerpt {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.86rem;
  color: var(--text-soft);
  line-height: 1.45;
}
.search-results mark {
  background: rgba(231, 182, 90, 0.55);
  color: inherit;
  border-radius: 3px;
  padding: 0 1px;
}

.search-foot {
  padding: 0.6rem 1.35rem;
  font-size: 0.75rem;
  color: var(--text-soft);
  border-top: 1px solid rgba(184, 121, 31, 0.22);
}
.search-foot kbd {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  padding: 1px 5px;
  border-radius: 4px;
  border: 1px solid rgba(184, 121, 31, 0.4);
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 980px) {
  .nav-search-toggle { margin-right: 0.25rem; }
}

/* --------------------------------------------------------------------------
   19. Contact page — form, info cards, map
   -------------------------------------------------------------------------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }

.contact-form-panel { padding: clamp(1.6rem, 3vw, 2.4rem); }

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.1rem;
  margin-top: 1.5rem;
}
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
}
.form-field input,
.form-field select {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: var(--text);
  padding: 0.75rem 0.9rem;
  border-radius: 10px 3px 10px 3px;
  border: 1px solid rgba(184, 121, 31, 0.35);
  background: rgba(255, 253, 249, 0.85);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field input:focus,
.form-field select:focus {
  outline: 0;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(184, 121, 31, 0.18);
}
.form-note {
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-top: 1rem;
}

.contact-info-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.contact-info-list li { display: flex; align-items: flex-start; gap: 0.85rem; }
.contact-info-list .contact-icon { margin-top: 0.1rem; }
.contact-info-list .info-text { line-height: 1.5; }
.contact-info-list .info-text strong { display: block; font-size: 0.95rem; color: var(--text); }
.contact-info-list .info-text span,
.contact-info-list .info-text a { font-size: 0.92rem; color: var(--text-soft); }

.map-frame {
  margin-top: 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--glass-brd);
  box-shadow: 0 20px 40px -24px rgba(59, 42, 30, 0.55);
}
.map-frame iframe { display: block; width: 100%; height: 320px; border: 0; }

/* --------------------------------------------------------------------------
   20. Legal page prose
   -------------------------------------------------------------------------- */
.legal-content h2 { margin-top: 2rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content ul { margin: 0 0 1.1em; padding-left: 1.3rem; }
.legal-content li { margin-bottom: 0.4rem; }
.legal-updated {
  font-size: 0.85rem;
  color: var(--text-soft);
  font-style: italic;
  margin-bottom: 2rem;
}

/* --------------------------------------------------------------------------
   21. Testimonials — video/photo cards and empty state
   -------------------------------------------------------------------------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--gap);
  margin-top: 2.5rem;
}
.testimonial-card { padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.testimonial-card img {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--glass-teal);
}
.testimonial-card blockquote {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text);
}
.testimonial-card cite {
  font-style: normal;
  font-size: 0.82rem;
  color: var(--text-soft);
}

.testimonial-empty {
  padding: clamp(2.5rem, 6vw, 4rem);
  text-align: center;
  margin-top: 2.5rem;
}
.testimonial-empty h3 { margin-bottom: 0.6rem; }
.testimonial-empty p { margin-inline: auto; max-width: 52ch; }

/* ---- Video testimonials (YouTube Shorts thumbnails) ---- */
.video-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 200px));
  justify-content: center;
  gap: var(--gap);
  margin-top: 2.5rem;
}
.video-testimonial-card {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 14px 30px -18px rgba(59, 42, 30, 0.6);
  transition: transform 0.2s ease;
}
.video-testimonial-card:hover { transform: translateY(-4px); }
.video-testimonial-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-testimonial-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
}
.video-testimonial-card__play svg {
  width: 52px;
  height: 52px;
  fill: #fff;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
  transition: transform 0.2s ease;
}
.video-testimonial-card:hover .video-testimonial-card__play svg { transform: scale(1.1); }
.video-testimonial-card__label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.9rem 0.8rem 0.7rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
}

/* --------------------------------------------------------------------------
   22. Gift & Corporate Gifting catalog
   -------------------------------------------------------------------------- */
.gift-category { padding: 0; overflow: hidden; }
.gift-category__media { aspect-ratio: 4 / 3; overflow: hidden; }
.gift-category__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gift-category:hover .gift-category__media img { transform: scale(1.06); }
.gift-category__body { padding: 1.2rem 1.3rem 1.4rem; }
.gift-category__body h3 { margin-bottom: 0.5rem; }
.gift-category__body ul { margin: 0 0 1rem; padding-left: 1.1rem; font-size: 0.9rem; color: var(--text-soft); }
.gift-category__body li { margin-bottom: 0.25rem; }
.gift-category__price {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--cta);
  margin-bottom: 0.9rem;
}

/* --------------------------------------------------------------------------
   23. Blog — a deliberately different, editorial layout
   Distinct from the resin-card system used everywhere else: a full-bleed
   dark masthead, a two-column reading layout with a sticky jump-link rail,
   a bold pull-quote treatment, and a horizontal related-reading strip —
   closer to a modern magazine than a product page.
   -------------------------------------------------------------------------- */

/* ---- Blog index / hub ---- */
.blog-hub-hero {
  padding-block: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--gap);
  margin-top: 2rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.blog-card:hover { transform: translateY(-4px); color: inherit; box-shadow: 0 26px 48px -22px rgba(59, 42, 30, 0.5); }
.blog-card__media { aspect-ratio: 1.91 / 1; overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card__media img { transform: scale(1.05); }
.blog-card__body { padding: 1.1rem 1.2rem 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.blog-card__tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.blog-card__body h3 { font-size: 1.08rem; margin: 0; line-height: 1.35; }
.blog-card__excerpt { font-size: 0.88rem; color: var(--text-soft); margin: 0; }

/* ---- Post masthead — dark, full-bleed, editorial ---- */
.blog-masthead {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-block: clamp(3.5rem, 9vw, 6rem) clamp(2.5rem, 6vw, 4rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
  color: #F3ECDF;
  background-color: #0B1A2E;
  background-image: linear-gradient(180deg, rgba(11,26,46,0.55), rgba(11,26,46,0.88));
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.blog-masthead::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("../images/resin-footer-handmade.jpg");
  background-size: 480px auto;
  mix-blend-mode: screen;
  opacity: 0.28;
}
.blog-masthead .shell { position: relative; z-index: 2; }
.blog-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFE7B8;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 235, 205, 0.3);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1.2rem;
}
.blog-masthead h1 {
  color: #FFF9EF;
  font-size: clamp(2rem, 4.6vw, 3.1rem);
  max-width: 20ch;
  margin-bottom: 1rem;
}
.blog-masthead .lede { color: #E7DFD0; max-width: 62ch; margin-bottom: 1.5rem; }

.blog-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.6rem;
  font-size: 0.86rem;
  color: #CBD9E0;
}
.blog-byline strong { color: #FFF9EF; font-weight: 600; }
.blog-byline .dot { opacity: 0.5; }

/* ---- Two-column reading layout ---- */
.blog-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 880px) { .blog-layout { grid-template-columns: 1fr; } }

.blog-toc {
  position: sticky;
  top: 6.5rem;
  font-size: 0.86rem;
}
.blog-toc h2 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.9rem;
}
.blog-toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.65rem; }
.blog-toc a {
  color: var(--text-soft);
  text-decoration: none;
  line-height: 1.4;
  display: block;
  border-left: 2px solid transparent;
  padding-left: 0.75rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.blog-toc a:hover { color: var(--accent-deep); border-color: var(--accent); }
@media (max-width: 880px) {
  .blog-toc { position: static; padding: 1rem 1.2rem; border-radius: 14px; background: rgba(255,255,255,0.5); }
  .blog-toc ol { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
  .blog-toc a { border-left: 0; padding-left: 0; }
}

.blog-body h2 {
  scroll-margin-top: 6.5rem;
  padding-top: 0.2rem;
  margin-top: 2.2rem;
}
.blog-body h2:first-child { margin-top: 0; }

/* Bold editorial pull-quote — distinct from the site's glass .quote card */
.blog-pullquote {
  margin: 2.2rem 0;
  padding-left: 1.4rem;
  border-left: 4px solid var(--accent);
}
.blog-pullquote p {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-style: italic;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 0.5rem;
  text-align: left;
}
.blog-pullquote cite {
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.blog-author-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.3rem 1.5rem;
  border-radius: 16px;
  background: rgba(207, 232, 226, 0.25);
  border: 1px solid rgba(184, 121, 31, 0.2);
}
.blog-author-card img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.blog-author-card strong { display: block; font-size: 0.95rem; }
.blog-author-card span { font-size: 0.84rem; color: var(--text-soft); }

/* ---- Related reading — horizontal strip, not the boxed .related panel ---- */
.blog-related-strip { margin-top: 3rem; }
.blog-related-strip h2 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--accent-deep);
  margin-bottom: 1.2rem;
}
.blog-related-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.blog-related-row a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px 3px 12px 3px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  color: var(--text);
  transition: background 0.2s ease, transform 0.2s ease;
}
.blog-related-row a:hover { background: rgba(255,255,255,0.85); transform: translateY(-2px); color: var(--text); }
.blog-related-row .blog-related-media { aspect-ratio: 1.91 / 1; overflow: hidden; }
.blog-related-row .blog-related-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-related-row a:hover .blog-related-media img { transform: scale(1.05); }
.blog-related-row span {
  display: block;
  padding: 0.85rem 1.1rem 1rem;
  font-size: 0.92rem;
  line-height: 1.4;
}
