:root {
  --colour-primary: #2596be;
  --colour-secondary: #71ccd7;
  --colour-accent: #e6d25d;
  --colour-bg: #f7f3ec;
  --colour-surface: #f7f3ec;
  --colour-text: #1a1a1a;
  --colour-muted: #6b6560;
  --colour-soft: #f7f3ec;
  --colour-panel: #f3eee6;
  --colour-line: rgba(26, 26, 26, 0.12);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-size-base: 16px;
  --radius: 999px;
  --radius-panel: 28px;
  --shadow: 0 18px 40px rgba(40, 30, 20, 0.08);
  --container: 1180px;
  --header-h: 4.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  color: var(--colour-text);
  background: var(--colour-soft);
  line-height: 1.6;
}
body.page-home {
  background: #f7f3ec;
  color: #1a1a1a;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--colour-primary);
  outline-offset: 3px;
}
.sr-only, .skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 1000; background: #fff; padding: .5rem 1rem; }
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.narrow { width: min(100% - 2rem, 720px); }
.center { text-align: center; }
.muted { color: var(--colour-muted); }
.small { font-size: .9rem; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.1; margin: 0 0 .6rem; font-weight: 500; }

/* Header */
.announcement { background: var(--colour-accent); color: #1a1a1a; text-align: center; padding: .55rem 1rem; font-weight: 600; font-size: .9rem; }
.admin-storefront-banner {
  background: #1a6f8c;
  color: #f7f3ec;
  font-size: .82rem;
  border-bottom: 1px solid rgba(247, 243, 236, 0.18);
}
.admin-storefront-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .55rem 1.25rem;
  padding-block: .55rem;
}
.admin-storefront-banner-user {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .65rem;
  line-height: 1.35;
}
.admin-storefront-banner-badge {
  display: inline-block;
  padding: .15rem .45rem;
  border-radius: 4px;
  background: rgba(247, 243, 236, 0.16);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-storefront-banner-email {
  opacity: 0.78;
  font-weight: 400;
}
.admin-storefront-banner-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .9rem;
}
.admin-storefront-banner-nav a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.admin-storefront-banner-nav a:hover,
.admin-storefront-banner-nav a:focus-visible {
  border-bottom-color: rgba(247, 243, 236, 0.7);
}
.admin-storefront-banner-nav .admin-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #f7f3ec;
  color: #1a6f8c;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 640px) {
  .admin-storefront-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-storefront-banner-nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: .15rem;
    -webkit-overflow-scrolling: touch;
  }
  .admin-storefront-banner-nav a {
    white-space: nowrap;
  }
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 236, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
}
.page-inner .site-header { border-bottom-color: var(--colour-line); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: var(--header-h);
}
.brand {
  text-decoration: none; color: inherit;
  display: inline-flex; align-items: center; gap: .65rem;
}
.brand-mark {
  width: 1.15rem; height: 1.15rem; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #71ccd7, #2596be 55%, #1a6f8c);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.brand-text {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.logo { max-height: 40px; width: auto; }
.logo-mobile { display: none; }
.site-nav { display: flex; gap: 1.6rem; align-items: center; }
.site-nav a {
  text-decoration: none; color: inherit;
  font-size: .92rem; font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-nav a.nav-util {
  opacity: 0.7;
  color: var(--colour-text);
}
.site-nav a.nav-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  opacity: 0.78;
  transition: opacity .2s ease, background .2s ease;
}
.site-nav a.nav-icon:hover,
.site-nav a.nav-icon:focus-visible {
  opacity: 1;
  background: rgba(26, 26, 26, 0.05);
}
.nav-icon-svg {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
}
.nav-cart-badge {
  position: absolute;
  top: 0.15rem;
  right: 0.05rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--colour-text);
  color: #f7f3ec;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.05rem;
  letter-spacing: 0;
  text-align: center;
  pointer-events: none;
}
.site-nav a:hover { opacity: 1; }
.nav-toggle {
  display: none; border: 1px solid var(--colour-line); background: transparent;
  border-radius: 999px; padding: .45rem .9rem; font: inherit; cursor: pointer;
}

/* Buttons */
.btn, button.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: var(--radius); padding: .85rem 1.35rem;
  font-weight: 600; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--colour-text); color: #fff; }
.btn-secondary { background: transparent; color: var(--colour-text); border: 1px solid var(--colour-line); }
.btn-accent { background: var(--colour-accent); color: #1a1a1a; }
.btn-link { background: none; border: 0; color: var(--colour-primary); cursor: pointer; text-decoration: underline; padding: 0; }
.btn:disabled,
button.btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
  pointer-events: none;
}
.btn:disabled:hover,
button.btn:disabled:hover {
  transform: none;
}
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 7.5rem; padding: .7rem 1.6rem;
  border: 1.5px solid #1a1a1a; border-radius: 999px;
  text-decoration: none; color: #1a1a1a;
  font-family: var(--font-body); font-size: .78rem; font-weight: 600;
  letter-spacing: 0.16em;
  background: transparent;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.btn-ghost:hover { background: #1a1a1a; color: #f7f3ec; transform: translateY(-1px); }

/* Homepage hero */
.home-hero {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 78vh, 760px);
  margin: 0 0 1.75rem;
  overflow: hidden;
  background: #f3eee6;
  display: grid;
  align-items: center;
}
.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
}
.home-hero-image--mobile { display: none; }
.home-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
  padding: clamp(3rem, 8vh, 5.5rem) 0;
}
.home-hero-copy {
  max-width: 20rem;
  color: #1a1a1a;
}
.home-brand {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.4vw, 4.6rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.01em;
  margin: 0 0 1.35rem;
  color: #1a1a1a;
}
.home-brand span { display: block; }
.home-tagline {
  margin: 0 0 1.85rem;
  font-size: clamp(0.7rem, 1vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.55;
  color: #2a2a2a;
}

/* Homepage mosaic */
.home-mosaic {
  width: min(100% - 2.5rem, var(--container));
  margin: 0 auto 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.home-mosaic-panel {
  margin: 0;
  border-radius: var(--radius-panel);
  overflow: hidden;
  min-height: clamp(240px, 34vw, 360px);
  border: 1px solid rgba(26, 26, 26, 0.06);
}
.home-mosaic-text {
  background: var(--colour-panel);
  display: grid;
  place-content: center;
  text-align: center;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.home-mosaic-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 0 0 1.1rem;
}
.home-mosaic-text p {
  margin: 0 auto;
  max-width: 28ch;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.65;
  color: #333;
}
.home-mosaic-promise ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.home-mosaic-promise li {
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.45;
  color: #333;
}
.home-mosaic-image { background: #e7dfd2; }
.home-mosaic-image img {
  width: 100%; height: 100%;
  object-fit: cover; min-height: clamp(240px, 34vw, 360px);
}
.home-media-slot {
  width: 100%; height: 100%;
  min-height: inherit;
  display: grid; place-content: center; text-align: center; gap: .35rem;
  color: var(--colour-muted);
  background:
    linear-gradient(145deg, rgba(37,150,190,.08), transparent 40%),
    linear-gradient(180deg, #f3eee6, #e8e0d4);
  font-size: .9rem;
}
.home-media-slot small { opacity: 0.7; }

@media (max-width: 900px) {
  .home-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #f7f3ec;
  }
  .home-hero-image {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    max-height: min(58vh, 420px);
    object-fit: cover;
    object-position: center right;
  }
  .home-hero-image--desktop { display: none; }
  .home-hero-image--mobile { display: block; }
  .home-hero-inner {
    order: 1;
    width: min(100% - 2rem, var(--container));
    padding: 2rem 0 1.35rem;
  }
  .home-hero-copy {
    max-width: 18rem;
    margin-inline: auto;
    text-align: center;
    display: grid;
    justify-items: center;
  }
  .home-brand { font-size: clamp(2.35rem, 10vw, 3.2rem); }
  .home-mosaic { grid-template-columns: 1fr; }
  .home-mosaic-panel:nth-child(3) { order: 4; }
  .home-mosaic-panel:nth-child(4) { order: 3; }
}

/* Shared sections / shop / product */
.section { padding: 4rem 0; }
.surface { background: #fff; }
.surface-alt { background: #f3eee6; }
.section-header { margin-bottom: 1.75rem; max-width: 40rem; }

/* Shop */
.shop-page {
  padding: 2.5rem 0 4.5rem;
  background: #f7f3ec;
}
.shop-header {
  text-align: center;
  margin: 0 0 2.75rem;
}
.shop-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.shop-controls {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
}
.shop-toolbar input,
.shop-toolbar select {
  width: auto;
  min-width: 10rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 0.85rem;
}
.shop-apply {
  min-width: auto;
  padding: 0.55rem 1.15rem;
  font-size: 0.72rem;
}
.category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0;
}
.category-chips a {
  text-decoration: none;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  color: inherit;
  font-size: 0.82rem;
  opacity: 0.65;
}
.category-chips a:hover { opacity: 1; }
.category-chips a.active {
  background: transparent;
  border-color: rgba(26, 26, 26, 0.2);
  color: inherit;
  opacity: 1;
}

.product-grid {
  display: grid;
  gap: 1.5rem 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category-grid, .benefit-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.product-card {
  position: relative;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
.product-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  background: #ebe4d8;
  overflow: hidden;
  border-radius: 14px;
}
.product-card-media img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity .25s ease, transform .35s ease;
}
.product-card-media .hover-img { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .hover-img { opacity: 1; }
.product-card:hover .product-card-media img:first-child { transform: scale(1.02); }
.product-card-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.7rem;
  padding: 0 0.1rem;
}
.product-card-name {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card-price {
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
}
.product-card-price s {
  color: var(--colour-muted);
  margin-right: 0.3rem;
  font-weight: 400;
}
.product-card-stock {
  margin: 0.35rem 0.1rem 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a5a3b;
}
.product-card-body { padding: 1rem 1.1rem 1.25rem; }
.product-card h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; }
.product-card h3 a { color: inherit; text-decoration: none; }
.price s { color: var(--colour-muted); margin-right: .35rem; }
.product-card-badges {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  pointer-events: none;
  max-width: calc(100% - 5.5rem);
}
.badge {
  display: inline-block;
  padding: 0.28rem 0.5rem;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(40, 30, 20, 0.08);
}
.badge.featured {
  background: rgba(247, 243, 236, 0.94);
  color: #1a1a1a;
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.badge.bestseller {
  background: rgba(37, 150, 190, 0.94);
  color: #fff;
}
.badge.sale {
  background: var(--colour-accent);
  color: #1a1a1a;
}
.badge.gift-card {
  background: #f3eee6;
  color: #1a1a1a;
  border: 1px solid rgba(26, 26, 26, 0.12);
}
.badge.sold-out {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  background: #1a1a1a;
  color: #fff;
}
.product-card:has(.favourite-form--card) .badge.sold-out {
  top: 2.85rem;
}
.product-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.85rem;
}
.product-flags .badge {
  box-shadow: none;
}
.category-tile {
  display: grid; place-items: center; min-height: 120px; border-radius: 18px;
  text-decoration: none; color: #fff; font-weight: 700;
  background: linear-gradient(135deg, var(--colour-primary), var(--colour-secondary));
}
.asset-slot {
  display: grid; place-items: center; text-align: center; gap: .35rem;
  min-height: 220px; border: 1px dashed rgba(26,26,26,.18); border-radius: 18px;
  background: #f3eee6; color: var(--colour-muted); padding: 1rem;
}
.asset-slot.tall { min-height: 320px; }
.asset-slot.compact { min-height: 100%; height: 100%; border-radius: 14px; border: 0; }
.steps { list-style: none; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.steps li { background: #fff; border-radius: 16px; padding: 1rem; box-shadow: var(--shadow); }
.steps span {
  display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--colour-accent); font-weight: 700; margin-bottom: .6rem;
}
.cta-band { background: var(--colour-primary); color: #fff; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .14em; font-size: .75rem;
  font-weight: 600; color: var(--colour-primary);
}
.lead { font-size: 1.1rem; max-width: 38rem; }

/* About */
.about-page { background: #f7f3ec; }
.about-hero {
  position: relative;
  min-height: clamp(420px, 68vh, 620px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(20, 16, 12, 0.55), rgba(20, 16, 12, 0.28) 55%, rgba(20, 16, 12, 0.18)),
    var(--about-hero-image, none) center / cover no-repeat,
    #cfc6b8;
  color: #fff;
}
.about-hero--empty {
  background:
    linear-gradient(90deg, rgba(20, 16, 12, 0.5), rgba(20, 16, 12, 0.25)),
    linear-gradient(135deg, #d7cfc3, #b8aea0);
}
.about-hero-overlay { display: none; }
.about-hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 8vh, 4.5rem) 0;
  text-align: left;
}
.about-kicker {
  margin: 0 0 1.35rem;
  font-family: var(--font-body);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-align: left;
}
.about-kicker--dark {
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 2.25rem;
}
.about-hero-lead,
.about-hero-copy {
  margin: 0 0 1rem;
  max-width: 36ch;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}
.about-hero-lead { font-weight: 500; }
.about-story {
  padding: 3.5rem 0 1rem;
}
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}
.about-story-media,
.about-quote {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  min-height: clamp(320px, 42vw, 460px);
}
.about-story-media {
  background: #ebe4d8;
}
.about-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: clamp(320px, 42vw, 460px);
}
.about-quote {
  display: grid;
  place-content: center;
  text-align: center;
  padding: clamp(1.75rem, 4vw, 3rem);
  background: #fbfaf7;
  border: 1px solid rgba(26, 26, 26, 0.1);
}
.about-quote p {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.55;
  color: #1a1a1a;
}
.about-quote footer {
  display: grid;
  gap: 0.55rem;
}
.about-quote cite {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: #444;
}
.about-signature {
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  color: #1a1a1a;
  line-height: 1.2;
}
.about-signature--image {
  display: block;
  width: auto;
  max-width: min(100%, 16rem);
  max-height: clamp(2.25rem, 6vw, 3.25rem);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}
.about-offers {
  padding: 3rem 0 4.5rem;
}
.about-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.about-offer {
  background: #fbfaf7;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 18px;
  padding: 0.85rem 0.85rem 1.25rem;
}
.about-offer-media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ebe4d8;
  margin-bottom: 0.95rem;
}
.about-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-offer-media .home-media-slot {
  min-height: 100%;
  height: 100%;
}
.about-offer h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
}
.about-offer p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #444;
}

/* FAQ */
.faq-page {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 70% 45% at 12% 0%, rgba(113, 204, 215, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 40% at 92% 8%, rgba(230, 210, 93, 0.12), transparent 55%),
    linear-gradient(180deg, #faf7f1 0%, var(--colour-soft) 42%, #f3eee6 100%);
  padding: clamp(2.75rem, 6vh, 4rem) 0 clamp(3.5rem, 8vh, 5.5rem);
  overflow: hidden;
}
.faq-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 150, 190, 0.35), transparent);
  z-index: 0;
}
.faq-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 720px);
  margin-inline: auto;
}
.faq-intro {
  margin: 0 0 clamp(2.25rem, 5vw, 3rem);
  max-width: 36rem;
  animation: faq-intro-in 0.7s ease both;
}
.faq-eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--colour-primary);
}
.faq-title {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.2;
  color: var(--colour-text);
}
.faq-lead {
  margin: 0;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--colour-muted);
}
.faq-list {
  display: grid;
  gap: 0;
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid var(--colour-line);
}
.faq-item {
  border-bottom: 1px solid var(--colour-line);
  animation: faq-item-in 0.55s ease both;
  animation-delay: calc(0.08s + (var(--faq-i, 0) * 0.055s));
}
.faq-summary {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 1rem 1.25rem;
  width: 100%;
  margin: 0;
  padding: 1.15rem 0.15rem 1.15rem 0;
  cursor: pointer;
  color: inherit;
  transition: color 0.25s ease;
}
.faq-summary::-webkit-details-marker { display: none; }
.faq-summary::marker { content: ""; }
.faq-summary:hover .faq-question,
.faq-item[open] .faq-question {
  color: var(--colour-primary);
}
.faq-summary:focus-visible {
  outline: 2px solid var(--colour-primary);
  outline-offset: 4px;
  border-radius: 4px;
}
.faq-question {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.faq-toggle {
  position: relative;
  width: 1.55rem;
  height: 1.55rem;
  margin-top: 0.12rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(37, 150, 190, 0.35);
  background: rgba(247, 243, 236, 0.65);
  transition:
    transform 0.35s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.55rem;
  height: 1.5px;
  background: var(--colour-primary);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.25s ease;
}
.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item[open] .faq-toggle {
  background: rgba(37, 150, 190, 0.12);
  border-color: var(--colour-primary);
  transform: rotate(45deg);
}
.faq-panel {
  padding: 0;
}
.faq-answer {
  margin: 0;
  padding: 0 2rem 1.35rem 0;
  max-width: 40rem;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #3a3530;
  animation: faq-answer-in 0.35s ease both;
}
@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-empty {
  margin: 0 0 2.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--colour-line);
  border-bottom: 1px solid var(--colour-line);
  color: var(--colour-muted);
  line-height: 1.7;
}
.faq-empty a {
  color: var(--colour-primary);
  font-weight: 600;
  text-underline-offset: 0.15em;
}
.faq-footer-media {
  margin: 0 0 clamp(2.25rem, 5vw, 3rem);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(37, 150, 190, 0.08), transparent 45%),
    #ebe4d8;
  animation: faq-item-in 0.65s ease both;
  animation-delay: 0.25s;
}
.faq-footer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-aside {
  padding: 1.75rem 0 0;
  border-top: 1px solid var(--colour-line);
  animation: faq-item-in 0.65s ease both;
  animation-delay: 0.32s;
}
.faq-aside-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}
.faq-aside-copy {
  margin: 0 0 1.15rem;
  max-width: 32rem;
  color: var(--colour-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.faq-aside .btn-ghost {
  display: inline-flex;
}
@keyframes faq-intro-in {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes faq-item-in {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .faq-summary {
    gap: 0.85rem;
    padding-block: 1.05rem;
  }
  .faq-answer {
    padding-right: 0.25rem;
  }
}

/* Contact */
.contact-page {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 70% 45% at 10% 0%, rgba(113, 204, 215, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 40% at 94% 6%, rgba(230, 210, 93, 0.12), transparent 55%),
    linear-gradient(180deg, #faf7f1 0%, var(--colour-soft) 42%, #f3eee6 100%);
  padding: clamp(2.75rem, 6vh, 4rem) 0 clamp(3.5rem, 8vh, 5.5rem);
  overflow: hidden;
}
.contact-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 150, 190, 0.35), transparent);
  z-index: 0;
}
.contact-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 1040px);
  margin-inline: auto;
}
.contact-intro {
  margin: 0 0 clamp(2rem, 4.5vw, 2.75rem);
  max-width: 36rem;
  animation: contact-intro-in 0.7s ease both;
}
.contact-eyebrow,
.contact-success-eyebrow,
.contact-aside-eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--colour-primary);
}
.contact-title {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.2;
  color: var(--colour-text);
}
.contact-lead {
  margin: 0;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--colour-muted);
}
.contact-layout {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.5rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.78fr);
  align-items: start;
}
.contact-main {
  min-width: 0;
  animation: contact-panel-in 0.65s ease both;
  animation-delay: 0.08s;
}
.contact-form,
.contact-success {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.contact-form-head {
  margin: 0 0 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--colour-line);
}
.contact-form-title,
.contact-success-title,
.contact-aside-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 500;
  line-height: 1.25;
}
.contact-form-lead,
.contact-aside-copy,
.contact-success-copy {
  margin: 0;
  max-width: 36rem;
  color: var(--colour-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.contact-form-alert {
  margin: 0 0 1.25rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid #b42318;
  background: rgba(253, 234, 234, 0.7);
  color: #7f1d1d;
  border-radius: 0 12px 12px 0;
}
.contact-form-alert p { margin: 0; font-size: 0.92rem; line-height: 1.5; }
.contact-fields {
  display: grid;
  gap: 0.15rem;
}
.contact-field-row {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-field {
  display: grid;
  gap: 0.4rem;
  margin: 0.55rem 0;
  font-weight: 600;
  font-size: 0.92rem;
}
.contact-label {
  line-height: 1.3;
}
.contact-optional {
  font-weight: 500;
  color: var(--colour-muted);
  font-size: 0.8rem;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  margin: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #d7d0c6;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-weight: 500;
  color: var(--colour-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.contact-field textarea {
  resize: vertical;
  min-height: 9rem;
}
.contact-field input:hover,
.contact-field textarea:hover {
  border-color: rgba(37, 150, 190, 0.45);
}
.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--colour-primary);
  box-shadow: 0 0 0 3px rgba(37, 150, 190, 0.18);
  background: #fff;
}
.contact-field.is-invalid input,
.contact-field.is-invalid textarea,
.contact-consent.is-invalid,
.contact-turnstile.is-invalid .cf-turnstile {
  border-color: #c24141;
}
.contact-field-error {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #9b1c1c;
  line-height: 1.4;
}
.contact-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin: 0.85rem 0 0.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.42);
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.5;
  cursor: pointer;
}
.contact-consent input {
  width: auto;
  margin-top: 0.2rem;
  accent-color: var(--colour-primary);
}
.contact-consent a {
  color: var(--colour-primary);
  font-weight: 600;
  text-underline-offset: 0.15em;
}
.contact-turnstile {
  margin: 0.85rem 0 0.25rem;
}
.contact-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.contact-success {
  padding: 1.5rem 0 0.25rem;
  border-top: 1px solid var(--colour-line);
  animation: contact-panel-in 0.65s ease both;
}
.contact-success-title { margin-bottom: 0.65rem; }
.contact-success-copy { margin-bottom: 1.35rem; }
.contact-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.contact-aside {
  min-width: 0;
  display: grid;
  gap: 1.5rem;
  padding-top: 0.15rem;
  animation: contact-panel-in 0.65s ease both;
  animation-delay: 0.16s;
}
.contact-aside-block {
  padding: 0 0 1.35rem;
  border-bottom: 1px solid var(--colour-line);
}
.contact-aside-block:last-child,
.contact-aside-social:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-aside-copy { margin-bottom: 1rem; }
.contact-details {
  display: grid;
  gap: 1rem;
  margin: 0;
}
.contact-details > div {
  display: grid;
  gap: 0.25rem;
}
.contact-details dt {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.contact-details dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--colour-text);
}
.contact-details a {
  color: var(--colour-primary);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.15em;
}
.contact-details a:hover { text-decoration: underline; }
.contact-aside .btn-ghost { display: inline-flex; }
.contact-aside-social .social-links-heading {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
}
.contact-aside-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(37, 150, 190, 0.08), transparent 45%),
    #ebe4d8;
}
.contact-aside-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes contact-intro-in {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes contact-panel-in {
  from {
    opacity: 0;
    transform: translateY(0.65rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-aside {
    order: 2;
  }
}
@media (max-width: 640px) {
  .contact-field-row {
    grid-template-columns: 1fr;
  }
  .contact-consent {
    padding: 0.85rem 0.9rem;
  }
}

.site-footer {
  margin-top: 4rem;
  background: #1a6f8c;
  color: #f0f7f9;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 4rem 0 0;
}
.page-home .site-footer { margin-top: 1rem; }
.page-contact .site-footer { margin-top: 1rem; }
.footer-inner { padding-bottom: 0; }
.footer-grid {
  display: grid;
  gap: 2.75rem 2.5rem;
  grid-template-columns: minmax(14rem, 1.6fr) repeat(3, minmax(8rem, 1fr));
  align-items: start;
  padding-bottom: 3rem;
}
.footer-grid:not(:has(.footer-connect)) {
  grid-template-columns: minmax(14rem, 1.8fr) repeat(2, minmax(8rem, 1fr));
}
.footer-brand { max-width: 22rem; }
.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 1.15rem;
}
.footer-logo {
  max-height: 48px;
  width: auto;
}
.footer-logo--header-fallback {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
.footer-brand-mark {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #a8e4ec, #71ccd7 55%, #2596be);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.footer-brand-name {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
}
.footer-blurb {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(240, 247, 249, 0.88);
}
.footer-parent {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer-parent-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(240, 247, 249, 0.68);
}
.footer-parent-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.01em;
}
.footer-heading {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 1rem;
}
.footer-links,
.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.footer-links a,
.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(240, 247, 249, 0.86);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.footer-links a {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #ffffff;
}
.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  flex-shrink: 0;
}
.footer-social-link:hover .footer-social-icon,
.footer-social-link:focus-visible .footer-social-icon {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
}
.social-links-nav {
  margin-top: 1.75rem;
}
.social-links-heading {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--colour-muted);
  font-weight: 600;
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.social-links__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--colour-text);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.social-links__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid var(--colour-line);
  color: var(--colour-text);
  background: rgba(255, 255, 255, 0.35);
}
.social-links__link:hover .social-links__icon,
.social-links__link:focus-visible .social-links__icon {
  border-color: rgba(26, 26, 26, 0.35);
  background: #fff;
}
.about-note {
  padding: 2.5rem 0 1.25rem;
}
.about-note-inner {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}
.about-note-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 500;
  line-height: 1.25;
  color: #1a1a1a;
}
.about-note-body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}
.about-note-title + .about-note-body {
  margin-top: 0.15rem;
}
.about-connect {
  padding: 0 0 1rem;
}
.about-connect .social-links-nav {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-connect .social-links-heading {
  color: #1a1a1a;
  letter-spacing: 0.16em;
}
.footer-base {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem 1.5rem;
  padding: 1.15rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-copy {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: rgba(240, 247, 249, 0.72);
}
.footer-powered {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: rgba(240, 247, 249, 0.65);
}
.footer-powered a {
  color: inherit;
  text-decoration: none;
}
.footer-powered a:hover {
  color: rgba(240, 247, 249, 0.92);
}

.flash { padding: .85rem 1rem; border-radius: 12px; margin: 1rem auto; width: min(100% - 2rem, var(--container)); }
.flash-success { background: #e5f7ef; color: #0f5132; }
.flash-error { background: #fdeaea; color: #7f1d1d; }

/* Site-wide flash toasts (public + account) */
.toast-stack {
  position: fixed;
  top: calc(var(--header-h) + 0.75rem);
  right: 1rem;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: min(calc(100vw - 2rem), 22rem);
  pointer-events: none;
}
.toast {
  pointer-events: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem 0.75rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--colour-line);
  background: #fbf8f2;
  color: var(--colour-text);
  box-shadow: 0 14px 32px rgba(40, 30, 20, 0.12);
  font-size: 0.92rem;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.toast.is-leaving {
  opacity: 0;
  transform: translateY(-0.35rem);
}
.toast-message {
  margin: 0;
  min-width: 0;
}
.toast-dismiss {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--colour-muted);
  cursor: pointer;
  padding: 0.1rem;
  margin: -0.15rem -0.2rem 0 0;
  line-height: 1;
  font-size: 1.15rem;
  border-radius: 6px;
}
.toast-dismiss:hover {
  color: var(--colour-text);
}
.toast--success {
  border-color: rgba(37, 150, 190, 0.35);
  background: linear-gradient(180deg, #f7fbfc 0%, #f3f7f4 100%);
  box-shadow:
    0 14px 32px rgba(40, 30, 20, 0.1),
    inset 3px 0 0 var(--colour-primary);
}
.toast--error {
  border-color: rgba(140, 60, 50, 0.22);
  background: linear-gradient(180deg, #fbf6f2 0%, #f8f1eb 100%);
  box-shadow:
    0 14px 32px rgba(40, 30, 20, 0.1),
    inset 3px 0 0 #b4533c;
}
@media (max-width: 640px) {
  .toast-stack {
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    width: auto;
  }
}
.cookie-notice {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  width: min(100% - 2rem, 720px);
  margin-inline: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 1rem 1.1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.cookie-notice[hidden] {
  display: none !important;
}
.cookie-notice p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}
.cookie-notice button,
.cookie-notice [data-cookie-accept] {
  flex-shrink: 0;
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1.15rem;
  background: #1a1a1a;
  color: #fff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.cookie-notice button:hover,
.cookie-notice [data-cookie-accept]:hover {
  background: #333;
}

.shop-toolbar input,
.shop-toolbar select,
.form-card input, .form-card select, .form-card textarea,
.buy-form input, .buy-form select, label input, label textarea, label select {
  width: 100%; padding: .7rem .8rem; border: 1px solid #d7d0c6; border-radius: 12px; font: inherit; background: #fff;
}
.buy-form .product-option-field {
  display: grid;
  gap: 0.35rem;
  margin: 0.75rem 0 0;
  font-weight: 600;
  font-size: 0.92rem;
}
.gift-card-purchase {
  border: 0;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.gift-card-recipient-fields {
  display: grid;
  gap: 0.65rem;
}
/* Class display:grid beats the UA [hidden] rule. */
.gift-card-recipient-fields[hidden],
.gift-card-for-self-note[hidden],
.gift-card-signin-prompt[hidden],
.gift-card-message-wrap[hidden] {
  display: none !important;
}
.gift-card-for-self-note,
.gift-card-signin-prompt {
  margin: 0;
}
.gift-card-purchase-terms {
  margin: 0.15rem 0 0;
}
.buy-form .product-option-field select {
  font-weight: 500;
}
.buy-form .qty-field {
  display: grid;
  gap: 0.4rem;
  margin: 0.85rem 0 1rem;
  width: fit-content;
  max-width: 100%;
}
.buy-form .qty-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.buy-form .qty-control {
  display: inline-flex;
  align-items: stretch;
  width: fit-content;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.buy-form .qty-btn {
  flex: 0 0 auto;
  width: 2.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--colour-text);
  font: inherit;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.buy-form .qty-btn:hover:not(:disabled) {
  background: rgba(26, 26, 26, 0.05);
}
.buy-form .qty-btn:active:not(:disabled) {
  background: rgba(26, 26, 26, 0.08);
}
.buy-form .qty-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.buy-form .qty-input,
.buy-form input.qty-input {
  width: 2.75rem;
  min-width: 0;
  margin: 0;
  padding: 0.55rem 0.15rem;
  border: 0;
  border-inline: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 0;
  background: transparent;
  color: var(--colour-text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
.buy-form .qty-input::-webkit-outer-spin-button,
.buy-form .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buy-form .qty-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
}
.buy-form .qty-control:focus-within {
  outline: 2px solid var(--colour-primary);
  outline-offset: 3px;
}

/* Favourites */
.favourite-form {
  margin: 0;
  display: inline-flex;
}
.favourite-form--card {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 3;
}
.favourite-toggle {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 999px;
  background: rgba(247, 243, 236, 0.92);
  color: var(--colour-muted);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(40, 30, 20, 0.08);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.favourite-toggle:hover {
  color: var(--colour-primary);
  border-color: rgba(37, 150, 190, 0.28);
  transform: translateY(-1px);
}
.favourite-toggle.is-active {
  color: var(--colour-primary);
  background: rgba(37, 150, 190, 0.12);
  border-color: rgba(37, 150, 190, 0.28);
}
.favourite-toggle.is-active .favourite-icon-path {
  fill: currentColor;
  stroke: currentColor;
}
.favourite-toggle:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}
.favourite-icon {
  display: block;
}
.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.product-actions .favourite-toggle {
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(255, 255, 255, 0.72);
}
.favourite-form--detail .favourite-toggle.is-active {
  background: rgba(37, 150, 190, 0.14);
}

.shop-toolbar input,
.shop-toolbar select {
  width: auto;
  min-width: 10rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 999px;
  background: transparent;
  font-size: 0.85rem;
}
label { display: block; margin: .75rem 0; font-weight: 600; }
.checkbox, .radio-card { display: flex; gap: .6rem; align-items: flex-start; font-weight: 500; }
.checkbox input, .radio-card input { width: auto; margin-top: .3rem; }
.pagination {
  display: flex; gap: .4rem; margin-top: 2.5rem; justify-content: center;
}
.pagination a {
  padding: .4rem .7rem; border-radius: 8px; background: transparent;
  text-decoration: none; color: inherit; border: 1px solid rgba(26,26,26,.12);
}
.pagination a.active { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
.empty {
  padding: 2.5rem; background: transparent; border-radius: 16px; text-align: center;
  border: 1px dashed rgba(26,26,26,.15);
}

.breadcrumbs {
  margin: 0 0 1.5rem;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--colour-muted);
}
.breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.breadcrumbs-item + .breadcrumbs-item::before {
  content: "/";
  margin: 0 0.55rem;
  color: rgba(26, 26, 26, 0.28);
  font-weight: 400;
}
.breadcrumbs-item a {
  color: var(--colour-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.breadcrumbs-item a:hover,
.breadcrumbs-item a:focus-visible {
  color: var(--colour-text);
  border-bottom-color: rgba(26, 26, 26, 0.28);
}
.breadcrumbs-item [aria-current="page"] {
  color: var(--colour-text);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(28rem, 100%);
}

.product-layout, .split { display: grid; gap: 2rem; grid-template-columns: 1.1fr .9fr; }
.gallery-main { border-radius: 18px; overflow: hidden; background: #fff; min-height: 420px; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: flex; gap: .5rem; margin-top: .75rem; }
.thumbs button { border: 0; padding: 0; width: 72px; height: 72px; border-radius: 10px; overflow: hidden; cursor: pointer; }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.notice { background: #eef8fb; border-left: 4px solid var(--colour-primary); padding: 1rem; border-radius: 10px; margin: 1rem 0; }
.form-card { background: #fff; padding: 1.25rem; border-radius: 16px; box-shadow: 0 8px 24px rgba(40,30,20,.05); }

.product-stock-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.75rem;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
}
.product-stock-badge.is-low {
  background: rgba(138, 90, 59, 0.12);
  color: #6e452c;
  border: 1px solid rgba(138, 90, 59, 0.22);
}
.stock-notify {
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.35rem;
  background:
    linear-gradient(135deg, rgba(37, 150, 190, 0.08), transparent 55%),
    #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 14px;
}
.stock-notify-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display, "Playfair Display", Georgia, serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.25;
  color: #1a1a1a;
}
.stock-notify-lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #6b6560;
}
.stock-notify-form {
  display: grid;
  gap: 0.85rem;
}
.stock-notify-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: #1a1a1a;
}
.stock-notify-form input {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 10px;
  background: #fbfaf7;
  font: inherit;
  color: #1a1a1a;
}
.stock-notify-form input:focus {
  outline: 2px solid rgba(37, 150, 190, 0.35);
  outline-offset: 1px;
  border-color: var(--colour-primary, #2596be);
  background: #fff;
}
.stock-notify-form .btn {
  justify-self: start;
  margin-top: 0.25rem;
}

/* Account */
.account-page {
  padding-top: 2rem;
  padding-bottom: 4.5rem;
  background:
    radial-gradient(ellipse 70% 45% at 0% 0%, rgba(113, 204, 215, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 10%, rgba(230, 210, 93, 0.12), transparent 50%),
    #f7f3ec;
}
.account-shell {
  width: min(100% - 2rem, 980px);
  margin-inline: auto;
}
.account-shell--narrow {
  width: min(100% - 2rem, 560px);
}
.account-shell--form {
  width: min(100% - 2rem, 720px);
}
.account-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.35rem;
  align-items: center;
  margin: 0 0 1.75rem;
  padding: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 8px 22px rgba(40, 30, 20, 0.04);
  font-size: 0.88rem;
}
.account-nav a {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  transition: opacity 0.18s ease, background 0.18s ease;
}
.account-nav a:hover {
  opacity: 1;
  background: rgba(26, 26, 26, 0.04);
}
.account-nav a[aria-current="page"] {
  opacity: 1;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 4px rgba(40, 30, 20, 0.06);
}
.account-nav-logout {
  display: inline;
  margin: 0;
  margin-left: auto;
  padding-right: 0.35rem;
}
.account-nav-logout .btn-link {
  font: inherit;
  font-size: inherit;
  letter-spacing: 0.04em;
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
}
.account-nav-logout .btn-link:hover {
  opacity: 1;
  background: rgba(26, 26, 26, 0.04);
}
.account-page-header {
  text-align: center;
  margin: 0 0 1.75rem;
}
.account-page-header--left { text-align: left; }
.account-page-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.account-page-lead {
  margin: 0.75rem auto 0;
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.55;
}
.account-page-header--left .account-page-lead { margin-inline: 0; }
.account-stack {
  display: grid;
  gap: 1.25rem;
}
.account-gift-cards-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.account-gift-cards-list--plastic {
  gap: 1.5rem 1.35rem;
  justify-items: center;
}
@media (min-width: 720px) {
  .account-gift-cards-list--plastic {
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
    justify-items: stretch;
  }
}
.account-gift-cards-list--compact {
  gap: 0.75rem;
  margin-top: 0.85rem;
}
.account-gift-card-item--nested {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.account-gc-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  text-align: center;
  padding: 1.75rem 1.5rem 1.85rem;
  border-radius: var(--radius-panel);
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(113, 204, 215, 0.28), transparent 62%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 243, 236, 0.92) 55%, rgba(243, 238, 230, 0.98) 100%);
  border: 1px solid rgba(37, 150, 190, 0.18);
  box-shadow: 0 14px 34px rgba(26, 111, 140, 0.08);
}
.account-gc-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 35%;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 210, 93, 0.22), transparent 68%);
  pointer-events: none;
}
.account-gc-hero-label {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a6f8c;
}
.account-gc-hero-amount {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--colour-text);
}
.account-gc-hero-meta {
  position: relative;
  z-index: 1;
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Soft teal/cream gift card (reference aesthetic) */
.account-gc-plastic {
  display: grid;
  gap: 0.7rem;
  width: 100%;
  max-width: 24rem;
  margin-inline: auto;
}
@media (min-width: 720px) {
  .account-gc-plastic {
    max-width: none;
    margin-inline: 0;
  }
}
.account-gc-plastic-face {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1.586 / 1;
  min-height: 13.75rem;
  padding: clamp(1.15rem, 3.6vw, 1.55rem) clamp(1.2rem, 3.8vw, 1.65rem);
  border-radius: 1.65rem;
  color: #1a1a1a;
  background: #f7f3ec;
  border: 1px solid rgba(26, 111, 140, 0.08);
  box-shadow:
    0 22px 48px rgba(26, 111, 140, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.65) inset;
  isolation: isolate;
}
.account-gc-plastic-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 95% 80% at 8% 18%, rgba(113, 204, 215, 0.55), transparent 58%),
    radial-gradient(ellipse 70% 65% at 88% 82%, rgba(37, 150, 190, 0.22), transparent 55%),
    linear-gradient(155deg, #ffffff 0%, #f7f3ec 42%, #eef8fa 100%);
}
.account-gc-plastic-blob {
  position: absolute;
  display: block;
  border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
  filter: blur(18px);
  opacity: 0.92;
  transform: rotate(-8deg);
}
.account-gc-plastic-blob--a {
  width: 78%;
  height: 72%;
  top: -18%;
  left: -22%;
  background:
    radial-gradient(circle at 40% 45%, #71ccd7 0%, #2596be 48%, rgba(26, 111, 140, 0.75) 78%, transparent 100%);
  border-radius: 58% 42% 48% 52% / 42% 58% 42% 58%;
}
.account-gc-plastic-blob--b {
  width: 62%;
  height: 58%;
  top: 28%;
  left: -8%;
  background:
    radial-gradient(circle at 50% 40%, rgba(113, 204, 215, 0.95) 0%, #1a6f8c 62%, transparent 100%);
  border-radius: 48% 52% 42% 58% / 55% 40% 60% 45%;
  filter: blur(22px);
  opacity: 0.78;
  transform: rotate(12deg);
}
.account-gc-plastic-blob--c {
  width: 55%;
  height: 70%;
  right: -18%;
  bottom: -28%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95) 0%, rgba(247, 243, 236, 0.8) 40%, rgba(113, 204, 215, 0.35) 100%);
  border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
  filter: blur(16px);
  opacity: 0.9;
}
.account-gc-plastic-blob--d {
  width: 42%;
  height: 48%;
  top: -10%;
  right: 8%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), transparent 70%);
  filter: blur(20px);
  opacity: 0.85;
}
.account-gc-plastic-grain {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
  border-radius: inherit;
}
.account-gc-plastic-face > *:not(.account-gc-plastic-bg) {
  position: relative;
  z-index: 1;
}
.account-gc-plastic.is-inactive .account-gc-plastic-face {
  filter: grayscale(0.4) saturate(0.7);
  opacity: 0.9;
  box-shadow: 0 14px 32px rgba(26, 111, 140, 0.1);
}
.account-gc-plastic-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1.15rem;
  min-width: 0;
}
.account-gc-plastic-title {
  margin: 0;
  flex: 0 0 auto;
  text-align: right;
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #1a1a1a;
  white-space: nowrap;
}
.account-gc-plastic-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}
.account-gc-plastic-meta-col {
  display: grid;
  gap: 0.6rem;
  min-width: 0;
  flex: 1 1 auto;
}
.account-gc-hologram {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  max-width: min(10.75rem, calc(100% - 7rem));
  isolation: isolate;
  overflow: hidden;
  border-radius: 0.4rem;
}
.account-gc-plastic-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 10.5rem;
  height: 2.9rem;
  object-fit: contain;
  object-position: left center;
}
.account-gc-plastic-wordmark {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 10.5rem;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #1a6f8c;
}
.account-gc-hologram-foil {
  position: absolute;
  inset: -40%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 18%,
    rgba(113, 204, 215, 0.55) 34%,
    rgba(230, 210, 93, 0.65) 44%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(37, 150, 190, 0.55) 58%,
    rgba(26, 111, 140, 0.4) 66%,
    transparent 80%
  );
  background-size: 220% 220%;
  animation: account-gc-holo-shine 4.2s ease-in-out infinite;
  mix-blend-mode: color-dodge;
  opacity: 0.85;
}
.account-gc-hologram::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    140deg,
    rgba(113, 204, 215, 0.25),
    rgba(230, 210, 93, 0.2),
    rgba(37, 150, 190, 0.28),
    rgba(255, 255, 255, 0.15)
  );
  background-size: 260% 260%;
  animation: account-gc-holo 6s linear infinite;
  mix-blend-mode: soft-light;
}
.account-gc-plastic-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.15rem;
  margin: 0;
  max-width: 15rem;
}
.account-gc-plastic-details > div {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.account-gc-plastic-details dt {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.55);
}
.account-gc-plastic-details dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10.5rem;
}
.account-gc-plastic-code {
  display: block;
  margin: 0;
  max-width: 100%;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: rgba(26, 26, 26, 0.62);
  word-break: break-all;
}
.account-gc-plastic-amount {
  margin: 0;
  flex: 0 0 auto;
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 5vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #1a1a1a;
  text-align: right;
  white-space: nowrap;
}
.account-gc-plastic-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  padding-inline: 0.15rem;
}
.account-gc-plastic-note {
  margin: 0;
  flex: 1 1 8rem;
  line-height: 1.4;
}
.account-gc-plastic-copy {
  margin-left: auto;
  min-height: 0;
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
}
@keyframes account-gc-holo {
  0% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
  100% { background-position: 0% 40%; }
}
@keyframes account-gc-holo-shine {
  0%, 100% { background-position: 140% 0; opacity: 0.45; }
  45% { background-position: -30% 0; opacity: 0.95; }
}
@media (prefers-reduced-motion: reduce) {
  .account-gc-hologram::before,
  .account-gc-hologram-foil {
    animation: none;
  }
  .account-gc-hologram-foil {
    background-position: 40% 0;
    opacity: 0.65;
  }
}

.account-gc-add {
  padding: 1.2rem 1.3rem 1.35rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.55);
  border: 1px dashed rgba(26, 26, 26, 0.14);
}
.account-gc-add .order-detail-card-title {
  margin-bottom: 0.45rem;
}
.account-gc-add-lead {
  margin: 0 0 1rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.account-gc-add-form {
  display: grid;
  gap: 0.85rem;
  align-items: end;
}
.account-gc-add-field {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  font-weight: 600;
  color: var(--colour-text);
}
.account-gc-add-field input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--colour-line);
  border-radius: 0.65rem;
  background: #fff;
  font: inherit;
  letter-spacing: 0.04em;
}
.account-gc-add-field input:focus {
  outline: 2px solid var(--colour-primary);
  outline-offset: 1px;
  border-color: transparent;
}
.account-gc-add-form .btn {
  justify-self: start;
}
@media (min-width: 640px) {
  .account-gc-add-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem 1rem;
  }
}
.gift-card-code-block {
  display: grid;
  gap: 0.55rem;
}
.gift-card-code-row {
  display: grid;
  gap: 0.35rem;
}
.gift-card-code-label {
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.gift-card-code-value-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}
.gift-card-code-value {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.7rem;
  border-radius: 0.45rem;
  background: rgba(26, 26, 26, 0.06);
  color: #1a1a1a;
  word-break: break-all;
}
.gift-card-copy-btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  min-height: 0;
}
.gift-card-code-meta {
  margin: 0;
  line-height: 1.45;
}
.status-pill.is-active {
  color: #145a73;
  background: rgba(37, 150, 190, 0.14);
  border-color: rgba(37, 150, 190, 0.2);
}
.status-pill.is-redeemed {
  color: var(--colour-muted);
  background: rgba(26, 26, 26, 0.06);
  border-color: rgba(26, 26, 26, 0.08);
}
.status-pill.is-expired {
  color: #7a5b00;
  background: rgba(230, 210, 93, 0.35);
  border-color: rgba(122, 91, 0, 0.12);
}
.status-pill.is-disabled {
  color: #7f1d1d;
  background: #fdeaea;
  border-color: rgba(127, 29, 29, 0.12);
}
.order-success-gift-cards {
  margin: 1.35rem 0 0.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}
.account-empty {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.account-empty p { margin: 0; max-width: 28rem; line-height: 1.5; }
.account-empty-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
}
.account-favourites-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.account-favourite-row {
  display: grid;
  grid-template-columns: 4.75rem minmax(0, 1fr) auto;
  gap: 0.85rem 1.1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
}
.account-favourite-row.is-unavailable {
  opacity: 0.78;
}
.account-favourite-media {
  display: block;
  width: 4.75rem;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  background: #ebe4d8;
  text-decoration: none;
  color: inherit;
}
.account-favourite-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-favourite-media.is-muted {
  filter: grayscale(0.35);
}
.account-favourite-body {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}
.account-favourite-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
  color: inherit;
  text-decoration: none;
}
a.account-favourite-name:hover {
  color: var(--colour-primary);
}
.account-favourite-price {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
}
.account-favourite-price s {
  color: var(--colour-muted);
  margin-right: 0.3rem;
  font-weight: 400;
}
.account-favourite-status {
  margin: 0;
  font-size: 0.86rem;
}
.account-favourite-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem 0.85rem;
}
.account-favourite-actions form {
  margin: 0;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: rgba(26, 26, 26, 0.06);
  color: var(--colour-muted);
  white-space: nowrap;
}
.status-pill.is-paid,
.status-pill.is-completed {
  color: #0f5132;
  background: #e5f7ef;
  border-color: rgba(15, 81, 50, 0.12);
}
.status-pill.is-pending_payment,
.status-pill.is-payment_processing,
.status-pill.is-awaiting_customer_information,
.status-pill.is-ready_for_dispatch,
.status-pill.is-processing {
  color: #7a5b00;
  background: rgba(230, 210, 93, 0.35);
  border-color: rgba(122, 91, 0, 0.12);
}
.status-pill.is-in_production,
.status-pill.is-dispatched {
  color: #145a73;
  background: rgba(37, 150, 190, 0.12);
  border-color: rgba(37, 150, 190, 0.18);
}
.status-pill.is-cancelled,
.status-pill.is-payment_failed,
.status-pill.is-failed,
.status-pill.is-refunded {
  color: #7f1d1d;
  background: #fdeaea;
  border-color: rgba(127, 29, 29, 0.12);
}
.status-pill.is-partially_refunded {
  color: #7a5b00;
  background: rgba(230, 210, 93, 0.35);
  border-color: rgba(122, 91, 0, 0.12);
}
.account-orders-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.account-order-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem 1.25rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
a.account-order-row:hover {
  border-color: rgba(26, 26, 26, 0.14);
  box-shadow: 0 14px 34px rgba(40, 30, 20, 0.07);
  transform: translateY(-1px);
}
.account-order-row-main { min-width: 0; }
.account-order-row-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  margin: 0 0 0.35rem;
}
.account-order-row-number {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.account-order-row-meta {
  margin: 0;
  font-size: 0.92rem;
  color: var(--colour-muted);
}
.account-order-row-hint {
  margin: 0.4rem 0 0;
  font-size: 0.86rem;
  color: var(--colour-muted);
}
.account-order-row-aside {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
  text-align: right;
}
.account-order-row-total {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
}
.account-order-row-cta {
  font-size: 0.86rem;
  color: var(--colour-muted);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.account-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.account-quick-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 7.25rem;
  padding: 1.15rem 1.25rem 1.2rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 8px 20px rgba(40, 30, 20, 0.04);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}
.account-quick-card:hover {
  border-color: rgba(37, 150, 190, 0.4);
  box-shadow: 0 12px 26px rgba(40, 30, 20, 0.07);
  transform: translateY(-2px);
  background: #fff;
}
.account-quick-card:focus-visible {
  outline: 2px solid var(--colour-primary);
  outline-offset: 3px;
}
.account-quick-card-icon {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 0;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0;
  color: var(--colour-primary);
  opacity: 0.11;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.account-quick-card:hover .account-quick-card-icon {
  opacity: 0.16;
}
.account-quick-card-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.account-quick-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: calc(100% - 3.4rem);
  padding-right: 0.25rem;
}
.account-quick-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.15;
  color: var(--colour-text);
}
.account-quick-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--colour-muted);
}
@media (min-width: 720px) {
  .account-quick-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: calc(50% - 0.45rem);
    justify-self: center;
  }
}
.account-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin: 0 0 0.85rem;
}
.account-section-head .order-detail-card-title { margin: 0; }
.account-section-head a {
  font-size: 0.9rem;
  color: var(--colour-muted);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.account-section-head a:hover { color: var(--colour-text); }
.account-address-grid {
  display: grid;
  gap: 1rem;
}
.account-address-card {
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
}
.account-address-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin: 0 0 0.85rem;
}
.account-address-label {
  margin: 0;
  font-weight: 600;
  font-size: 1.02rem;
}
.account-address-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.account-address-badge {
  display: inline-flex;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(37, 150, 190, 0.12);
  color: #145a73;
}
.account-address-lines {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  font-style: normal;
  line-height: 1.45;
}
.account-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}
.account-address-actions form { margin: 0; }
.account-address-edit {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}
.account-address-edit-summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--colour-muted);
  list-style: none;
}
.account-address-edit-summary::-webkit-details-marker { display: none; }
.account-address-edit[open] .account-address-edit-summary {
  color: var(--colour-text);
  margin-bottom: 0.85rem;
}
.account-address-edit-summary:hover { color: var(--colour-text); }
.account-form-card {
  padding: 1.45rem 1.5rem 1.6rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
}
.account-form-card .order-detail-card-title { margin-bottom: 1rem; }
.account-form-card .checkout-fields { margin: 0; }
.account-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.85rem;
  align-items: center;
  margin-top: 1.15rem;
}
.account-form-hint {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--colour-muted);
  line-height: 1.45;
}
.account-auth-links {
  margin: 1.15rem 0 0;
  font-size: 0.95rem;
  color: var(--colour-muted);
}
.account-auth-links a {
  color: var(--colour-text);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.account-auth-links .account-auth-sep {
  margin: 0 0.4rem;
  opacity: 0.45;
}

/* Cart */
.cart-page {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  background:
    radial-gradient(ellipse 70% 45% at 0% 0%, rgba(113, 204, 215, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 10%, rgba(230, 210, 93, 0.12), transparent 50%),
    #f7f3ec;
}
.cart-header {
  text-align: center;
  margin: 0 0 2.5rem;
}
.cart-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.cart-title {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.03em;
}
.cart-hold {
  max-width: 40rem;
  margin: -1rem auto 2rem;
  padding: 1rem 1.25rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: var(--radius-panel);
  box-shadow: 0 8px 22px rgba(40, 30, 20, 0.04);
}
.checkout-hold {
  margin: 0 auto 1.75rem;
}
.cart-hold-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.cart-hold-copy {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--colour-text);
}
.cart-hold-time {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.cart-empty {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  max-width: 28rem;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.45);
}
.cart-empty p { margin: 0; }
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 18.5rem);
  gap: 1.75rem;
  align-items: start;
}
.cart-list { display: grid; gap: 1rem; }
.cart-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: var(--radius-panel);
  padding: 1.15rem 1.25rem 1.25rem;
  box-shadow: 0 10px 28px rgba(40, 30, 20, 0.04);
}
.cart-card-main {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
}
.cart-media {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
  background: #ebe4d8;
  flex-shrink: 0;
}
.cart-media img,
.cart-media .asset-slot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.cart-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: start;
  min-width: 0;
}
.cart-item-name {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.cart-item-option,
.cart-item-unit {
  margin: 0.15rem 0 0;
}
.cart-item-stock {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a5a3b;
}
.cart-card-controls {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.75rem 1.25rem;
  align-items: end;
  justify-items: end;
}
.cart-qty {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  font-weight: 500;
  justify-items: start;
}
.cart-qty-label,
.cart-line-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.cart-qty input {
  width: 4.25rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  text-align: center;
}
.cart-line-total {
  display: grid;
  gap: 0.35rem;
  text-align: right;
}
.cart-line-total strong {
  font-size: 1.05rem;
  font-weight: 600;
}
.cart-remove {
  grid-column: 1 / -1;
  justify-self: end;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--colour-muted);
  font: inherit;
  font-size: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}
.cart-remove:hover { color: var(--colour-text); }

.cart-ref-panel {
  margin-top: 1.15rem;
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 20px;
  background: #f3eee6;
  border: 1px solid rgba(26, 26, 26, 0.06);
}
.cart-ref-panel.is-incomplete {
  border-color: rgba(37, 150, 190, 0.35);
  box-shadow: inset 3px 0 0 var(--colour-primary);
}
.cart-ref-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.9rem;
}
.cart-ref-title {
  margin: 0 0 0.25rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.cart-ref-help { margin: 0; max-width: 36ch; }
.cart-ref-progress {
  min-width: 7.5rem;
  text-align: right;
}
.cart-ref-count {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.cart-ref-bar {
  height: 4px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.08);
  overflow: hidden;
}
.cart-ref-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--colour-primary), var(--colour-secondary));
}
.cart-ref-files {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.cart-ref-file {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0.4rem;
  width: 6.5rem;
  padding: 0.45rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.06);
}
.cart-ref-preview {
  position: relative;
  display: block;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #ebe4da;
  border: 1px solid rgba(26, 26, 26, 0.06);
  cursor: zoom-in;
  text-decoration: none;
  color: inherit;
}
.cart-ref-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-ref-preview--file {
  display: grid;
  place-items: center;
  cursor: default;
}
.cart-ref-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  padding: 0.28rem 0.45rem;
  border-radius: 8px;
  background: rgba(26, 26, 26, 0.06);
  color: var(--colour-text);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.cart-ref-file-meta {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}
.cart-ref-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.25;
}
.cart-ref-file-size { margin: 0; font-size: 0.68rem; }
.cart-ref-delete { margin: 0; }
.cart-ref-delete-btn {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--colour-muted);
  font: inherit;
  font-size: 0.72rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  cursor: pointer;
}
.cart-ref-delete-btn:hover { color: var(--colour-text); }

.cart-ref-upload { margin: 0; display: grid; gap: 0.75rem; }
.cart-ref-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.65rem 1.2rem;
  border: 1.5px solid #1a1a1a;
  border-radius: 999px;
  background: transparent;
  color: #1a1a1a;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.cart-ref-submit[hidden] { display: none !important; }
.cart-dropzone {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1.5px dashed rgba(26, 26, 26, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  font-weight: 500;
}
.cart-dropzone:hover,
.cart-dropzone.is-dragover {
  border-color: rgba(37, 150, 190, 0.55);
  background: rgba(238, 248, 251, 0.85);
}
.cart-dropzone.is-dragover { transform: translateY(-1px); }
.cart-dropzone-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cart-dropzone-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  flex: 1 1 12rem;
}
.cart-dropzone-title {
  font-size: 0.95rem;
  font-weight: 600;
}
.cart-dropzone-hint,
.cart-dropzone-status { margin: 0; }
.cart-dropzone-status:not([hidden]) {
  display: block;
  margin-top: 0.25rem;
  color: var(--colour-text);
  font-size: 0.85rem;
}
.cart-dropzone-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border: 1.5px solid #1a1a1a;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  flex: 0 0 auto;
}
.cart-dropzone:hover .cart-dropzone-cta {
  background: #1a1a1a;
  color: #f7f3ec;
}

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.35rem;
  padding: 0.35rem 0.15rem 0;
}
.cart-actions .btn-ghost {
  min-width: 8.5rem;
}
.cart-checkout {
  min-width: 9rem;
}
.cart-summary {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  padding: 1.35rem 1.4rem 1.5rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
}
.cart-summary-title {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}
.cart-summary-note { margin: 0 0 1.25rem; }
.cart-summary-checkout {
  width: 100%;
  margin-bottom: 0.85rem;
}
.cart-summary-continue {
  display: block;
  text-align: center;
  color: var(--colour-muted);
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.cart-summary-continue:hover { color: var(--colour-text); }
.totals { display: flex; gap: 1rem; align-items: center; justify-content: space-between; margin-top: 1rem; flex-wrap: wrap; }
.summary-line { display: flex; justify-content: space-between; gap: 1rem; margin: .4rem 0; }

/* Checkout */
.checkout-page {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  background:
    radial-gradient(ellipse 70% 45% at 0% 0%, rgba(113, 204, 215, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 10%, rgba(230, 210, 93, 0.12), transparent 50%),
    #f7f3ec;
}
.checkout-header {
  text-align: center;
  margin: 0 0 1.75rem;
}
.checkout-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.checkout-title {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.03em;
}
.checkout-pay-lead {
  margin: 0.75rem 0 0;
  font-size: 1rem;
}
.checkout-account-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin: 0 0 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 10px 28px rgba(40, 30, 20, 0.04);
}
.checkout-account-banner p { margin: 0.25rem 0 0; }
.checkout-account-banner--guest {
  background: rgba(255, 255, 255, 0.55);
}
.checkout-account-link {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  white-space: nowrap;
}
.checkout-layout,
.checkout-pay-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  gap: 1.75rem;
  align-items: start;
}
.checkout-main { min-width: 0; }
.checkout-form {
  display: grid;
  gap: 1.15rem;
}
.checkout-panel {
  margin: 0;
  padding: 1.35rem 1.4rem 1.5rem;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(40, 30, 20, 0.04);
}
.checkout-panel-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem 1rem;
  align-items: start;
  margin: 0 0 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}
.checkout-panel-head h2 {
  margin: 0 0 0.25rem;
  font-size: 1.45rem;
}
.checkout-panel-head p { margin: 0; }
.checkout-step {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.checkout-fields {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.checkout-field {
  display: grid;
  gap: 0.4rem;
  margin: 0.55rem 0;
  font-weight: 600;
  font-size: 0.92rem;
}
.checkout-field span { line-height: 1.3; }
.checkout-optional {
  font-weight: 500;
  color: var(--colour-muted);
  font-size: 0.8rem;
}
.checkout-field input,
.checkout-field select,
.checkout-field textarea,
.checkout-form input:not([type="checkbox"]):not([type="radio"]),
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  margin: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #d7d0c6;
  border-radius: 14px;
  background: #fff;
  font: inherit;
  font-weight: 500;
  color: var(--colour-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.checkout-field textarea { resize: vertical; min-height: 5.5rem; }
.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus {
  outline: none;
  border-color: var(--colour-primary);
  box-shadow: 0 0 0 3px rgba(37, 150, 190, 0.18);
}
.checkout-field-row {
  display: grid;
  gap: 0 1rem;
}
.checkout-field-row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.checkout-field--narrow {
  max-width: 18rem;
}
.checkout-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin: 0.35rem 0 0.85rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 18px;
  background: rgba(247, 243, 236, 0.55);
  font-weight: 500;
  cursor: pointer;
}
.checkout-toggle input {
  width: auto;
  margin: 0.2rem 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--colour-text);
}
.checkout-toggle strong {
  display: block;
  font-weight: 600;
}
.checkout-toggle small {
  display: block;
  margin-top: 0.2rem;
  font-weight: 500;
}
.checkout-toggle a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.checkout-billing-fields[hidden] { display: none !important; }
.checkout-delivery-options {
  display: grid;
  gap: 0.75rem;
}
.checkout-delivery-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
/* Class display:grid beats the UA [hidden] rule; force hide like billing fields. */
.checkout-delivery-card[hidden],
.checkout-delivery-options [data-delivery-empty][hidden] {
  display: none !important;
}
.checkout-delivery-card:hover {
  border-color: rgba(26, 26, 26, 0.22);
  transform: translateY(-1px);
}
.checkout-delivery-card.is-selected {
  border-color: var(--colour-text);
  background: #fff;
  box-shadow: 0 10px 24px rgba(40, 30, 20, 0.06);
}
.checkout-delivery-card input {
  width: auto;
  margin: 0.3rem 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--colour-text);
}
.checkout-delivery-body {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}
.checkout-delivery-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.checkout-delivery-top strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
}
.checkout-delivery-price {
  font-weight: 600;
  white-space: nowrap;
}
.checkout-delivery-body small {
  color: var(--colour-muted);
  font-size: 0.88rem;
}
.checkout-consent {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.checkout-consent .checkout-toggle { margin: 0; }
.checkout-turnstile { margin: 0.5rem 0 1rem; }
.checkout-submit {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.35rem;
}
.checkout-cta {
  width: 100%;
  min-height: 3.15rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
  gap: 0.55rem;
}
.checkout-cta.is-processing {
  cursor: wait;
  letter-spacing: 0.04em;
}
.checkout-cta.is-processing::before {
  content: '';
  width: 0.85rem;
  height: 0.85rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: checkout-cta-spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes checkout-cta-spin {
  to { transform: rotate(360deg); }
}
.checkout-secure {
  margin: 0;
  text-align: center;
}
.checkout-summary {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  padding: 1.35rem 1.4rem 1.5rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
}
.checkout-summary-title {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.checkout-summary-items {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}
.checkout-summary-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
}
.checkout-summary-thumb {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  background: #ebe4d8;
}
.checkout-summary-thumb img,
.checkout-summary-thumb-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.checkout-summary-thumb-fallback {
  background: linear-gradient(145deg, #ebe4d8, #ddd4c5);
}
.checkout-summary-copy p { margin: 0; }
.checkout-summary-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
}
.checkout-summary-line-total {
  margin: 0;
  font-weight: 600;
  white-space: nowrap;
}
.checkout-summary-totals {
  display: grid;
  gap: 0.55rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}
.checkout-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.98rem;
}
.checkout-summary-row--discount {
  color: var(--colour-accent, #0f766e);
}
.checkout-discount-row {
  display: grid;
  gap: 0.65rem;
}
.checkout-discount-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: end;
}
.checkout-discount-form .checkout-field {
  flex: 1 1 12rem;
  margin: 0;
}
.checkout-discount-form .btn {
  flex: 0 0 auto;
}
.checkout-discount-applied {
  margin: 0;
}
.checkout-summary-row--total {
  margin-top: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  font-size: 1.12rem;
}
.checkout-summary-row--total strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}
.checkout-summary-edit {
  display: block;
  margin-top: 1.1rem;
  text-align: center;
  color: var(--colour-muted);
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.checkout-summary-edit:hover { color: var(--colour-text); }
.checkout-stripe-wrap {
  margin: 0 0 1.25rem;
  padding: 1rem 1.05rem 1.15rem;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 18px;
  background: #fff;
}
.checkout-stripe-element { min-height: 2.5rem; }
.checkout-pay-error { margin: 1rem 0 0; }
.checkout-pay-layout { max-width: 980px; }

/* Order success / thank you */
.order-success-page,
.order-detail-page {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  background:
    radial-gradient(ellipse 70% 45% at 0% 0%, rgba(113, 204, 215, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 10%, rgba(230, 210, 93, 0.12), transparent 50%),
    #f7f3ec;
}
.order-success-shell,
.order-detail-shell {
  width: min(100% - 2rem, 920px);
  margin-inline: auto;
}
.order-success-header,
.order-detail-header {
  text-align: center;
  margin: 0 0 1.75rem;
}
.order-success-eyebrow,
.order-detail-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.order-success-title,
.order-detail-title {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.03em;
}
.order-success-order-no {
  margin: 0.85rem 0 0;
  font-size: 1.05rem;
  color: var(--colour-muted);
}
.order-success-order-no strong {
  color: var(--colour-text);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.order-success-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.order-success-status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: currentColor;
}
.order-success-status--paid {
  color: #0f5132;
  background: #e5f7ef;
  border-color: rgba(15, 81, 50, 0.12);
}
.order-success-status--processing {
  color: #7a5b00;
  background: rgba(230, 210, 93, 0.35);
  border-color: rgba(122, 91, 0, 0.12);
}
.order-success-status--failed {
  color: #7f1d1d;
  background: #fdeaea;
  border-color: rgba(127, 29, 29, 0.12);
}
.order-success-layout {
  display: grid;
  gap: 1.25rem;
}
.order-success-layout--with-summary {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
  align-items: start;
  gap: 1.5rem;
}
.order-success-card,
.order-detail-card,
.order-success-summary {
  padding: 1.45rem 1.5rem 1.6rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
}
.order-success-lead {
  margin: 0 0 0.85rem;
  font-size: 1.08rem;
  line-height: 1.55;
}
.order-success-email {
  margin: 0 0 1.15rem;
}
.order-success-email strong {
  color: var(--colour-text);
  font-weight: 600;
  word-break: break-word;
}
.order-success-next {
  margin: 0 0 1.35rem;
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: 18px;
  background: var(--colour-panel);
  border: 1px solid rgba(26, 26, 26, 0.06);
}
.order-success-next-title,
.order-success-summary-title,
.order-detail-card-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.order-success-steps {
  margin: 0;
  padding: 0 0 0 1.15rem;
  display: grid;
  gap: 0.55rem;
}
.order-success-steps li {
  padding-left: 0.15rem;
  color: var(--colour-text);
}
.order-success-actions,
.order-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.85rem;
  align-items: center;
  margin-top: 0.35rem;
}
.order-success-actions .btn,
.order-detail-actions .btn,
.order-success-actions .btn-ghost,
.order-detail-actions .btn-ghost {
  min-width: 8.5rem;
  text-align: center;
}
.order-success-continue {
  flex: 1 1 100%;
  margin-top: 0.15rem;
  color: var(--colour-muted);
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.order-success-continue:hover { color: var(--colour-text); }
.order-success-summary {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}
.order-success-summary-items,
.order-detail-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}
.order-success-summary-item,
.order-detail-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: start;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}
.order-success-summary-item:last-child,
.order-detail-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.order-success-summary-copy p,
.order-detail-item-copy p { margin: 0; }
.order-success-summary-name,
.order-detail-item-name {
  font-weight: 600;
  line-height: 1.35;
}
.order-success-summary-line-total,
.order-detail-item-total {
  margin: 0;
  font-weight: 600;
  white-space: nowrap;
}
.order-success-summary-totals,
.order-detail-totals {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  display: grid;
  gap: 0.55rem;
}
.order-success-summary-row,
.order-detail-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.98rem;
}
.order-success-summary-row--total,
.order-detail-total-row--grand {
  margin-top: 0.2rem;
  font-size: 1.12rem;
}
.order-success-summary-row--total strong,
.order-detail-total-row--grand strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}

/* Order detail */
.order-detail-meta {
  margin: 0.85rem 0 0;
  font-size: 1rem;
}
.order-detail-meta-sep { margin: 0 0.35rem; }
.order-detail-status {
  display: inline-block;
  font-weight: 600;
}
.order-detail-status--paid { color: #0f5132; }
.order-detail-status--failed { color: #7f1d1d; }
.order-detail-status--processing { color: #7a5b00; }
.order-detail-status--pending { color: var(--colour-muted); }
.order-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.8fr);
  gap: 1.5rem;
  align-items: start;
}
.order-detail-aside .order-detail-card p { margin: 0 0 1.15rem; }

/* Account order detail */
.account-order-shell {
  width: min(100% - 2rem, 980px);
  margin-inline: auto;
}
.account-order-back {
  margin: 0.35rem 0 1.35rem;
  font-size: 0.92rem;
}
.account-order-back a {
  color: var(--colour-muted);
  text-decoration: none;
}
.account-order-back a:hover { color: var(--colour-text); text-decoration: underline; text-underline-offset: 0.18em; }
.account-order-header {
  text-align: center;
  margin: 0 0 1.5rem;
}
.account-order-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.account-order-meta {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
}
.account-order-total {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.account-order-total strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}
.account-order-progress-card,
.account-order-tracking {
  margin: 0 0 1.25rem;
  padding: 1.35rem 1.4rem 1.5rem;
  border-radius: var(--radius-panel);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 30px rgba(40, 30, 20, 0.05);
}
.account-order-progress-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1.15rem;
}
.account-order-progress-head .order-detail-card-title { margin: 0; }
.account-order-progress-status {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--colour-text);
}
.account-order-stepper {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0.15rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.35rem;
  position: relative;
}
.account-order-stepper::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 1.05rem;
  height: 2px;
  background: rgba(26, 26, 26, 0.1);
  z-index: 0;
}
.account-order-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  text-align: center;
}
.account-order-step-marker {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 2px solid rgba(26, 26, 26, 0.18);
  background: #f7f3ec;
  box-shadow: 0 0 0 4px #f7f3ec;
}
.account-order-step-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--colour-muted);
  line-height: 1.3;
}
.account-order-step.is-complete .account-order-step-marker {
  border-color: #0f5132;
  background: #0f5132;
}
.account-order-step.is-complete .account-order-step-label { color: #0f5132; }
.account-order-step.is-current .account-order-step-marker {
  border-color: var(--colour-primary);
  background: var(--colour-primary);
  box-shadow: 0 0 0 4px rgba(37, 150, 190, 0.18);
  animation: account-order-pulse 1.8s ease-in-out infinite;
}
.account-order-step.is-current .account-order-step-label {
  color: var(--colour-text);
  font-weight: 700;
}
.account-order-step.is-failed .account-order-step-marker {
  border-color: #7f1d1d;
  background: #7f1d1d;
}
.account-order-step.is-failed .account-order-step-label { color: #7f1d1d; }
.account-order-step.is-cancelled .account-order-step-marker {
  border-color: rgba(26, 26, 26, 0.22);
  background: rgba(26, 26, 26, 0.12);
}
.account-order-step.is-cancelled .account-order-step-label {
  color: var(--colour-muted);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
@keyframes account-order-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(37, 150, 190, 0.14); }
  50% { box-shadow: 0 0 0 7px rgba(37, 150, 190, 0.08); }
}
.account-order-banner {
  margin: 1.15rem 0 0;
  padding: 0.95rem 1.05rem;
  border-radius: 16px;
  border: 1px solid transparent;
}
.account-order-banner strong {
  display: block;
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
}
.account-order-banner p { margin: 0; font-size: 0.95rem; line-height: 1.45; }
.account-order-banner--info {
  background: rgba(37, 150, 190, 0.1);
  border-color: rgba(37, 150, 190, 0.2);
  color: #145a73;
}
.account-order-banner--warn {
  background: rgba(230, 210, 93, 0.35);
  border-color: rgba(122, 91, 0, 0.15);
  color: #7a5b00;
}
.account-order-banner--danger {
  background: #fdeaea;
  border-color: rgba(127, 29, 29, 0.14);
  color: #7f1d1d;
}
.account-order-tracking-number {
  display: grid;
  gap: 0.2rem;
  margin: 0 0 1rem;
}
.account-order-tracking-number strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.account-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.85fr);
  gap: 1.25rem 1.5rem;
  align-items: start;
}
.account-order-main,
.account-order-aside {
  display: grid;
  gap: 1.25rem;
}
.account-order-address {
  display: grid;
  gap: 0.2rem;
  font-style: normal;
  line-height: 1.45;
}
.account-order-note-body {
  margin: 0;
  line-height: 1.55;
}
.account-order-notes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.account-order-notes li {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}
.account-order-notes li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.account-order-notes time { display: block; margin-bottom: 0.25rem; }
.account-order-notes p { margin: 0; line-height: 1.5; }
.account-order-item { align-items: start; }
.account-order-refs { margin-top: 0.85rem; }
.account-order-refs-heading {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--colour-muted);
}
.account-order-ref-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.account-order-ref-tile {
  width: 5.5rem;
  display: grid;
  gap: 0.3rem;
}
.account-order-ref-thumb {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 12px;
  overflow: hidden;
  background: var(--colour-panel);
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.account-order-ref-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-order-ref-thumb--file {
  display: grid;
  place-items: center;
  text-decoration: none;
  color: inherit;
}
.account-order-ref-chip {
  display: inline-block;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: rgba(26, 26, 26, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.account-order-ref-name {
  display: block;
  font-size: 0.7rem;
  color: var(--colour-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(12, 12, 12, 0.88);
  cursor: zoom-out;
}
.lightbox[hidden] {
  display: none !important;
}
.lightbox img {
  max-width: min(92vw, 960px);
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  cursor: default;
  pointer-events: none;
}
.lightbox-close {
  position: absolute;
  top: max(1rem, env(safe-area-inset-top, 0px));
  right: max(1rem, env(safe-area-inset-right, 0px));
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(247, 243, 236, 0.4);
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.72);
  color: #f7f3ec;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(26, 26, 26, 0.92);
  border-color: rgba(247, 243, 236, 0.75);
  color: #fff;
  transform: none;
}
.lightbox-close:focus-visible {
  outline: 2px solid var(--colour-secondary);
  outline-offset: 3px;
}
.lightbox-close svg {
  display: block;
}
.prose :where(p,ul,ol) { margin: 0 0 1rem; }
.prose :where(p,ul,ol):last-child { margin-bottom: 0; }
.prose :where(ul,ol) { padding-left: 1.25rem; }
.prose :where(a) { color: var(--colour-primary); text-underline-offset: 0.15em; }
.prose :where(h2,h3,h4) {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.25;
  color: #1a1a1a;
}
.faq-answer.prose :where(p:last-child),
.about-note-body.prose :where(p:last-child) { margin-bottom: 0; }
.about-note-body.prose { text-align: center; }
.about-note-body.prose :where(ul,ol) { display: inline-block; text-align: left; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .product-layout, .split, .steps { grid-template-columns: 1fr; }
  .checkout-layout,
  .checkout-pay-grid { grid-template-columns: 1fr; }
  .checkout-summary { position: static; }
  .checkout-field-row--2 { grid-template-columns: 1fr; }
  .order-success-layout--with-summary,
  .order-detail-layout,
  .account-order-layout { grid-template-columns: 1fr; }
  .order-success-summary { position: static; }
  .account-nav {
    border-radius: 22px;
    gap: 0.35rem;
  }
  .account-nav-logout {
    flex: 1 1 100%;
    margin-left: 0;
    padding: 0.15rem 0.15rem 0.25rem;
    border-top: 1px solid rgba(26, 26, 26, 0.06);
    margin-top: 0.15rem;
    text-align: right;
  }
  .account-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-quick-card {
    min-height: 6.85rem;
    padding: 1.05rem 1.1rem 1.1rem;
  }
  .account-favourite-row {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 0.75rem;
  }
  .account-favourite-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
  }
  .account-order-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .account-order-row-aside {
    justify-items: start;
    text-align: left;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .account-order-stepper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .account-order-stepper::before {
    left: 0.6rem;
    right: auto;
    top: 0.65rem;
    bottom: 0.65rem;
    width: 2px;
    height: auto;
  }
  .account-order-step {
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    padding: 0.55rem 0;
  }
  .account-order-step-marker {
    box-shadow: 0 0 0 4px #f7f3ec;
  }
  .footer-grid,
  .footer-grid:not(:has(.footer-connect)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 32rem;
  }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem 0.9rem; }
  .shop-header { margin-bottom: 2rem; }
  .about-story-grid { grid-template-columns: 1fr; }
  .about-hero-inner { padding: 2.75rem 0 3.25rem; text-align: left; }
  .about-hero-lead, .about-hero-copy { max-width: 42ch; text-align: left; }
  .logo-desktop { display: none; }
  .logo-mobile { display: block; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #f7f3ec; flex-direction: column; padding: 1rem 1.25rem 1.25rem;
    border-bottom: 1px solid var(--colour-line);
    align-items: flex-start;
    gap: 1rem;
  }
  .site-nav.open { display: flex; }
  .site-nav a.nav-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .site-nav .nav-util {
    margin-top: 0.25rem;
  }
  .site-nav .nav-util + .nav-util {
    margin-top: 0;
  }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-card-body { grid-template-columns: 1fr; }
  .cart-card-controls {
    grid-template-columns: auto 1fr auto;
    justify-items: start;
    align-items: end;
    width: 100%;
  }
  .cart-line-total { justify-self: end; text-align: right; }
  .cart-remove {
    grid-column: auto;
    justify-self: end;
    align-self: center;
  }
  .cart-actions { justify-content: stretch; }
  .cart-actions .btn-ghost,
  .cart-checkout { flex: 1 1 auto; text-align: center; }
  .order-success-actions,
  .order-detail-actions { justify-content: stretch; }
  .order-success-actions .btn,
  .order-detail-actions .btn,
  .order-success-actions .btn-ghost,
  .order-detail-actions .btn-ghost {
    flex: 1 1 auto;
  }
}
@media (max-width: 560px) {
  .footer-grid,
  .footer-grid:not(:has(.footer-connect)) {
    grid-template-columns: 1fr;
  }
  .site-footer { padding-top: 3rem; }
  .footer-grid { padding-bottom: 2.25rem; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-name { font-size: 0.82rem; }
  .product-card-price { font-size: 0.8rem; }
  .about-offer-grid { grid-template-columns: 1fr; }
  .account-quick-grid {
    grid-template-columns: 1fr;
  }
  .account-quick-card {
    min-height: 0;
    padding: 1.05rem 1.1rem 1.1rem;
  }
  .account-quick-card-icon {
    top: 0.75rem;
    right: 0.75rem;
    width: 3.15rem;
    height: 3.15rem;
    opacity: 0.1;
  }
  .account-quick-card-body {
    max-width: calc(100% - 2.9rem);
  }
  .account-quick-card h2 {
    font-size: 1.18rem;
  }
  .account-quick-card p {
    font-size: 0.84rem;
  }
  .cart-card-main { grid-template-columns: 72px minmax(0, 1fr); gap: 0.85rem; }
  .cart-media { width: 72px; height: 72px; border-radius: 14px; }
  .cart-media img,
  .cart-media .asset-slot { border-radius: 14px; }
  .cart-item-name { font-size: 1.1rem; }
  .cart-card-controls {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  .cart-remove {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .cart-dropzone { align-items: flex-start; }
  .cart-dropzone-cta { width: 100%; }
}
