/* LYHome theme, 2026 redesign. Tokens: design/tokens.css. Breakpoints: design/DESIGN-SPEC.md §4
   (≥1280 comp as-is · 1024–1279 gutter 48 · 768–1023 tablet · <768 mobile comps). */

/* Fonts served from the shop itself (no request to Google before consent): the Latin subsets of the variable
   Cormorant Garamond and Manrope from Google Fonts, SIL Open Font License (fonts/OFL-*.txt). */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --cream: #F4EEE4;
  --paper: #FCFAF6;
  --sand: #E6DAC6;
  --ink: #2A2420;
  --muted: #6A5D52;
  --line: #E2D8C9;
  --line-strong: #C9BBA8;
  --clay: #A9502F;
  --clay-dark: #8F4226;
  --clay-light: #D9A78A;
  --on-dark-2: #D8CDBF;
  --star-empty: #D9CBB8;
  --success: #2F6B3A;
  --glass: rgba(252, 250, 246, .92);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --gutter: 64px;
  --section: 96px;
  --gap: 24px;
  --radius: 6px;
  --radius-band: 8px;
  --radius-pill: 999px;
  --control: 52px;
  --content: 1312px;
  /* Horizontal padding for full-bleed bands: keeps content on the 1440px grid on wide screens. */
  --pad-x: max(var(--gutter), calc((100% - var(--content)) / 2));

  /* First screen on desktop = announcement + header + hero + trust strip, so the hero takes what is left. */
  --announce-h: 40px;
  --header-h: 88px;
  --trust-h: 120px;
  --hero-h: clamp(480px, calc(100vh - var(--announce-h) - var(--header-h) - var(--trust-h)), 720px);
  --hero-pad: clamp(24px, 5vh, 48px);
}
@supports (height: 100svh) {
  :root { --hero-h: clamp(480px, calc(100svh - var(--announce-h) - var(--header-h) - var(--trust-h)), 720px); }
}

@media (max-width: 1279px) { :root { --gutter: 48px; } }
@media (max-width: 1023px) { :root { --gutter: 32px; --section: 72px; } }
@media (max-width: 767px)  { :root { --gutter: 20px; --section: 48px; --gap: 12px; --header-h: 64px; } }

/* Base */
.lyh *, .lyh *::before, .lyh *::after { box-sizing: border-box; }
body.lyh {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 15px/1.5 var(--font-body);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.lyh-lock { overflow: hidden; }
.lyh [hidden] { display: none !important; }
/* Element resets weigh no more than one class (:where), so a component class declared later always wins. */
.lyh :where(a) { color: inherit; text-decoration: none; }
.lyh :where(a:hover) { color: var(--clay); }
.lyh img { display: block; max-width: 100%; }
.lyh :where(button, input, select, textarea) { font: inherit; color: inherit; }
.lyh button { cursor: pointer; }
.lyh :focus-visible { outline: 2px solid var(--clay); outline-offset: 2px; }
/* Anything a link on the page scrolls to stops below the sticky header */
.lyh [id] { scroll-margin-top: calc(var(--header-h) + 24px); }
.lyh :where(ul) { list-style: none; margin: 0; padding: 0; }
.lyh-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.lyh-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.lyh-muted { color: var(--muted); }
.lyh-skip {
  position: absolute; left: 12px; top: -64px; z-index: 100;
  padding: 10px 18px; border-radius: var(--radius-pill);
  background: var(--ink); color: var(--cream) !important; font-weight: 600;
}
.lyh-skip:focus { top: 12px; }

.lyh-i12 { width: 12px; height: 12px; }
.lyh-i14 { width: 14px; height: 14px; }
.lyh-i16 { width: 16px; height: 16px; }
.lyh-i20 { width: 20px; height: 20px; }
.lyh-i22 { width: 22px; height: 22px; }

.lyh-narrow, .lyh-narrow-inline, .lyh-narrow-flex { display: none !important; }
@media (max-width: 1023px) {
  .lyh-wide { display: none !important; }
  .lyh-narrow { display: inline-flex !important; }
}
@media (max-width: 767px) {
  .lyh-wide-inline { display: none !important; }
  .lyh-narrow-inline { display: inline !important; }
  .lyh-narrow-flex { display: flex !important; }
}

/* Type */
.lyh-eyebrow, .lyh-overline {
  margin: 0; font-size: 12.5px; font-weight: 600; line-height: 1;
  letter-spacing: .14em; text-transform: uppercase; color: var(--clay);
}
.lyh-overline { font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--muted); }
.lyh-display { margin: 0; font: 500 72px/1.02 var(--font-display); letter-spacing: -.01em; text-wrap: balance; }
.lyh-h2 { margin: 0; font: 500 44px/1.1 var(--font-display); text-wrap: balance; }
.lyh-lead { margin: 0; max-width: 460px; font-size: 18px; line-height: 1.55; color: var(--muted); }
@media (max-width: 1023px) {
  .lyh-display { font-size: 56px; line-height: 1.04; }
  .lyh-h2 { font-size: 38px; }
}
@media (max-width: 767px) {
  .lyh-display { font-size: 44px; }
  .lyh-h2 { font-size: 34px; }
  .lyh-lead { font-size: 16px; line-height: 1.5; }
  .lyh-eyebrow { font-size: 12px; }
}

/* Small labels */
.lyh-chip-on {
  position: absolute; left: 12px; top: 12px; z-index: 1; pointer-events: none;
  padding: 5px 10px; border-radius: var(--radius-pill);
  background: var(--glass); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  font-size: 12px; font-weight: 600; line-height: 1.3; color: var(--ink);
}
.lyh-chip-bottom { top: auto; bottom: 12px; }
.lyh-badges { position: absolute; left: 12px; top: 12px; z-index: 1; display: flex; flex-wrap: wrap; gap: 6px; pointer-events: none; }
.lyh-badge {
  padding: 4px 10px; border-radius: var(--radius-pill); background: var(--paper); color: var(--ink);
  font-size: 11.5px; font-weight: 700; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase;
}
.lyh-badge-sale { background: var(--clay); color: #fff; }
.lyh-badge-new { background: var(--ink); color: var(--cream); }
.lyh-badge-low { background: var(--sand); }
.lyh-badge-soldout { background: var(--glass); color: var(--muted); }

/* Buttons */
.lyh-btn {
  height: var(--control); padding: 0 28px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid transparent; border-radius: var(--radius-pill);
  font-size: 15px; font-weight: 600; white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.lyh-btn:active { transform: translateY(1px); }
.lyh-btn-primary { background: var(--clay); color: #fff !important; }
.lyh-btn-primary:hover { background: var(--clay-dark); }
.lyh-btn-outline { padding: 0 22px; border-color: var(--line-strong); background: transparent; color: var(--ink) !important; }
.lyh-btn-outline:hover { border-color: var(--ink); }
.lyh-btn-outline svg { transition: transform .2s ease; }
.lyh-btn-outline:hover svg { transform: translateX(3px); }
.lyh-btn-dark { background: var(--ink); color: var(--cream) !important; }
.lyh-btn-dark:hover { background: #000; }
.lyh-btn-ghost { height: 48px; padding: 0 24px; border-color: rgba(244, 238, 228, .45); color: var(--cream) !important; font-size: 14px; }
.lyh-btn-ghost:hover { border-color: var(--cream); }
.lyh-btn:disabled { opacity: .6; cursor: default; }
.lyh-link-arrow { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.lyh-link-arrow svg { transition: transform .2s ease; }
.lyh-link-arrow:hover svg { transform: translateX(3px); }

/* Stars */
.lyh-stars { display: inline-flex; gap: 2px; color: var(--clay); }
.lyh-stars svg { width: 14px; height: 14px; }
.lyh-stars .lyh-star-empty { color: var(--star-empty); }

/* Announcement bar: one line on desktop, one rotating message on smaller screens */
.lyh-announce {
  height: var(--announce-h); padding: 0 var(--pad-x); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink); color: var(--cream);
  font-size: 12.5px; letter-spacing: .04em; white-space: nowrap;
}
.lyh-announce-item { margin: 0; }
.lyh-announce-item + .lyh-announce-item::before { content: '·'; margin: 0 16px; opacity: .45; }
@media (max-width: 1279px) { .lyh-announce-wide { display: none; } }
@media (max-width: 1023px) {
  .lyh-announce { height: auto; min-height: var(--announce-h); padding: 8px 16px; display: grid; place-items: center; white-space: normal; text-align: center; }
  .lyh-announce-item { grid-area: 1 / 1; opacity: 0; transition: opacity .5s ease; }
  .lyh-announce-item.is-active { opacity: 1; }
  .lyh-announce-item + .lyh-announce-item::before { content: none; }
  .lyh-announce-wide { display: block; }
}
@media (max-width: 767px) { .lyh-announce { font-size: 12px; } }

/* Header */
.lyh-header {
  position: sticky; top: 0; z-index: 40;
  height: var(--header-h); padding: 0 var(--pad-x);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid var(--line); background: var(--cream);
  transition: box-shadow .2s ease;
}
.lyh-header.is-stuck { box-shadow: 0 8px 24px rgba(42, 36, 32, .08); }
.lyh-logo { display: inline-flex; align-items: center; font: 600 30px/1 var(--font-display); letter-spacing: .02em; color: var(--ink); }
.lyh-logo img { width: auto; height: 56px; }
.lyh-nav { display: flex; gap: 32px; font-size: 14px; font-weight: 500; letter-spacing: .02em; }
.lyh-nav a { position: relative; padding: 12px 0; }
.lyh-nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.lyh-nav a:hover::after { transform: scaleX(1); }
.lyh-actions { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; }
.lyh-icon {
  width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent;
  display: inline-flex; align-items: center; justify-content: center; color: var(--ink);
  transition: background .2s ease;
}
.lyh-icon:hover, .lyh-icon[aria-expanded="true"] { background: var(--sand); color: var(--ink); }
.lyh-pill {
  height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius-pill);
  display: inline-flex; align-items: center; gap: 8px; background: transparent; font-size: 13px; font-weight: 500;
  transition: border-color .2s ease;
}
.lyh-pill:hover, .lyh-pill[aria-expanded="true"] { border-color: var(--ink); }
.lyh-pill svg { transition: transform .2s ease; }
.lyh-pill[aria-expanded="true"] svg { transform: rotate(180deg); }
.lyh-cart {
  position: relative; width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; transition: background .2s ease;
}
.lyh-cart:hover { background: var(--sand); color: var(--ink); }
.lyh-cart-count {
  position: absolute; top: 4px; right: 1px; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: var(--radius-pill); background: var(--clay); color: #fff;
  font-size: 10.5px; font-weight: 700; line-height: 18px; text-align: center;
}
.lyh-cart-count.is-zero { display: none; }
.lyh-cart-count.is-bump { animation: lyh-bump .5s ease; }
@keyframes lyh-bump { 40% { transform: scale(1.35); } }
.lyh-country { position: relative; }
.lyh-popover {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 60;
  min-width: 300px; padding: 16px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(42, 36, 32, .14);
}
.lyh-popover .lyh-overline { margin-bottom: 8px; }
.lyh-popover a {
  min-height: 44px; padding: 8px; border-radius: 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 14px;
}
.lyh-popover a:hover { background: var(--cream); color: var(--ink); }
.lyh-popover a[aria-current] { font-weight: 700; }
.lyh-popover .lyh-muted { font-size: 12.5px; font-weight: 500; }

/* Search: drops down under the (sticky) header */
.lyh-search {
  position: absolute; left: 0; right: 0; top: 100%;
  padding: 16px var(--pad-x); display: flex; gap: 10px;
  border-bottom: 1px solid var(--line); background: var(--paper);
  box-shadow: 0 16px 32px rgba(42, 36, 32, .08);
}
.lyh-search input {
  flex: 1; min-width: 0; height: var(--control); padding: 0 20px;
  border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--cream); font-size: 15px;
}

@media (max-width: 1023px) {
  .lyh-nav { display: none; }
  .lyh-actions { gap: 0; }
}
@media (max-width: 767px) {
  .lyh-header { padding: 0 8px 0 16px; }
  .lyh-logo { font-size: 26px; }
  .lyh-logo img { height: 44px; }
  .lyh-search { padding: 12px 16px; }
  .lyh-search .lyh-btn { padding: 0 18px; }
}

/* Mobile menu */
.lyh-drawer {
  position: fixed; inset: 0; z-index: 80; overflow-y: auto;
  padding: 0 20px 40px; display: flex; flex-direction: column; gap: 12px;
  background: var(--cream);
}
.lyh-drawer-head {
  height: 64px; margin: 0 -12px 0 -4px;
  display: flex; align-items: center; justify-content: space-between;
}
.lyh-drawer-head .lyh-logo img { height: 44px; }
.lyh-drawer-nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.lyh-drawer-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font: 500 28px/1.2 var(--font-display); }
.lyh-drawer-link { min-height: 52px; display: flex; align-items: center; gap: 10px; font-weight: 600; }
.lyh-drawer .lyh-overline { margin-top: 12px; }
.lyh-drawer-markets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.lyh-drawer-markets a { min-height: 44px; display: flex; align-items: center; font-size: 14px; }
.lyh-drawer-markets a[aria-current] { font-weight: 700; }

/* Sections */
.lyh-section {
  max-width: 1440px; margin: 0 auto; padding: var(--section) var(--gutter);
  display: flex; flex-direction: column; gap: 40px;
}
.lyh-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.lyh-section-head > div:first-child { display: flex; flex-direction: column; gap: 10px; }
.lyh-band { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lyh-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
@media (max-width: 1023px) { .lyh-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
  .lyh-section { gap: 24px; }
  .lyh-section-head > div:first-child { gap: 8px; }
  .lyh-grid-4 { gap: 14px 12px; }
}

/* Image frames with a gentle zoom on hover */
.lyh-media { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.lyh-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .4s ease; }
@media (hover: hover) {
  .lyh-card-media:hover .lyh-media img { transform: scale(1.04); }
}

/* Hero */
.lyh-hero { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lyh-hero-text {
  padding: var(--hero-pad) 80px var(--hero-pad) var(--gutter);
  display: flex; flex-direction: column; justify-content: center; gap: clamp(14px, 2.6vh, 28px);
}
.lyh-hero .lyh-display { font-size: clamp(48px, 7.2vh, 72px); }
.lyh-hero-ctas { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 14px; }
.lyh-hero-rating { margin: 4px 0 0; display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.lyh-hero-rating strong { color: var(--ink); }
.lyh-hero-rating a { text-decoration: underline; text-underline-offset: 3px; }
.lyh-hero-media { position: relative; padding: var(--hero-pad) var(--gutter) var(--hero-pad) 0; }
.lyh-hero-media picture img {
  width: 100%; height: calc(var(--hero-h) - 2 * var(--hero-pad));
  object-fit: cover; object-position: 60% 40%; border-radius: var(--radius);
}
/* "In the picture": the product shown in the photo */
.lyh-look {
  position: absolute; left: 24px; bottom: calc(var(--hero-pad) + 24px); z-index: 2;
  max-width: calc(100% - 48px - var(--gutter)); padding: 8px 14px 8px 8px;
  display: flex; align-items: center; gap: 12px;
  border-radius: 12px; background: var(--glass); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(42, 36, 32, .18); color: var(--ink);
  transition: transform .25s ease, box-shadow .25s ease;
}
.lyh-look:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(42, 36, 32, .24); color: var(--ink); }
.lyh-look-thumb { flex: 0 0 48px; width: 48px; height: 48px; object-fit: cover; border-radius: 8px; background: var(--paper); }
.lyh-look-text { min-width: 0; display: flex; flex-direction: column; }
.lyh-look-label { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); }
.lyh-look-name { max-width: 220px; overflow: hidden; font-size: 13.5px; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; }
.lyh-look-price { font-size: 14px; font-weight: 700; white-space: nowrap; }
.lyh-look svg { flex: 0 0 16px; transition: transform .2s ease; }
.lyh-look:hover svg { transform: translateX(3px); }
@media (max-width: 1279px) { .lyh-hero-text { padding-right: 56px; } }
@media (max-width: 1023px) {
  .lyh-hero { grid-template-columns: 1fr; }
  .lyh-hero-media { order: -1; padding: 24px var(--gutter) 0; }
  .lyh-hero-media picture img { height: 480px; }
  .lyh-hero-text { padding: 40px var(--gutter) 56px; gap: 20px; }
  .lyh-hero .lyh-display { font-size: 56px; }
  .lyh-look { left: calc(var(--gutter) + 16px); bottom: 16px; max-width: calc(100% - 2 * var(--gutter) - 32px); }
}
@media (max-width: 767px) {
  .lyh-hero-media { padding: 0; }
  .lyh-hero-media picture img { height: 440px; border-radius: 0; }
  .lyh-hero-text { padding: 28px 20px 32px; gap: 16px; }
  .lyh-hero .lyh-display { font-size: 44px; }
  .lyh-hero-ctas { margin-top: 4px; flex-direction: column; gap: 10px; }
  .lyh-hero-ctas .lyh-btn { width: 100%; }
  .lyh-hero-rating { margin-top: 0; justify-content: center; gap: 8px; }
  .lyh-look { left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 6px 12px 6px 6px; gap: 10px; }
  .lyh-look-thumb { flex-basis: 40px; width: 40px; height: 40px; }
  .lyh-look-name { max-width: 160px; font-size: 13px; }
}

/* Trust strip */
.lyh-trust { padding: 0 var(--pad-x); background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lyh-trust ul { min-height: var(--trust-h); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; align-items: center; }
.lyh-trust li { display: flex; align-items: center; gap: 14px; }
.lyh-trust svg { flex: 0 0 28px; width: 28px; height: 28px; color: var(--clay); }
.lyh-trust-full { display: flex; flex-direction: column; }
.lyh-trust-title { font-size: 14px; font-weight: 600; }
.lyh-trust-text { font-size: 13px; color: var(--muted); }
.lyh-trust-short { display: none; }
@media (max-width: 1023px) { .lyh-trust ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 32px; padding: 24px 0; } }
@media (max-width: 767px) {
  .lyh-trust { padding: 18px 0; }
  .lyh-trust ul {
    min-height: 0; padding: 0 20px; display: flex; gap: 12px;
    overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 20px; scrollbar-width: none;
  }
  .lyh-trust ul::-webkit-scrollbar { display: none; }
  .lyh-trust li { flex: 0 0 auto; gap: 10px; padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--radius-pill); scroll-snap-align: start; }
  .lyh-trust svg { flex-basis: 18px; width: 18px; height: 18px; }
  .lyh-trust-full { display: none; }
  .lyh-trust-short { display: inline; font-size: 13px; font-weight: 600; white-space: nowrap; }
}

/* Material comparison */
.lyh-section-intro { max-width: 520px; margin: 6px 0 0; font-size: 15px; color: var(--muted); }
.lyh-compare { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.lyh-fibre {
  height: 100%; display: flex; flex-direction: column; overflow: hidden;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.lyh-fibre:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 18px 40px rgba(42, 36, 32, .12); color: var(--ink); }
/* A close-up of the weave, cut from the category photo: focus and zoom come from the theme settings. */
.lyh-fibre-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #fff; }
.lyh-fibre-media img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(var(--zoom, 1)); transform-origin: var(--focus, 50% 50%);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}
.lyh-fibre:hover .lyh-fibre-media img { transform: scale(calc(var(--zoom, 1) * 1.06)); }
.lyh-fibre-body { flex: 1; padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 16px; }
.lyh-fibre-head { display: flex; flex-direction: column; gap: 2px; }
.lyh-fibre-name { font: 600 26px/1.15 var(--font-display); }
.lyh-fibre-comp { font-size: 13px; color: var(--muted); }
.lyh-fibre-specs { padding: 14px 0; display: flex; flex-direction: column; gap: 9px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lyh-spec { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; }
.lyh-spec-label { color: var(--muted); }
.lyh-spec-value { font-weight: 600; text-align: right; }
.lyh-dots { display: inline-flex; gap: 4px; }
.lyh-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.lyh-dots i.on { background: var(--clay); }
.lyh-fibre-for { font: 500 19px/1.3 var(--font-display); }
.lyh-fibre-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; font-weight: 600; }
.lyh-fibre-foot .lyh-muted { font-weight: 500; }
.lyh-fibre-go { display: inline-flex; align-items: center; gap: 6px; color: var(--clay); white-space: nowrap; }
.lyh-fibre-go svg { transition: transform .2s ease; }
.lyh-fibre:hover .lyh-fibre-go svg { transform: translateX(3px); }
@media (max-width: 1279px) { .lyh-fibre-body { padding: 18px; } .lyh-fibre-name { font-size: 24px; } }
@media (max-width: 1199px) { .lyh-compare { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
  .lyh-compare {
    display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 20px;
    margin: 0 -20px; padding: 0 20px 6px; scrollbar-width: none;
  }
  .lyh-compare::-webkit-scrollbar { display: none; }
  .lyh-compare > li { flex: 0 0 80%; scroll-snap-align: start; }
  .lyh-fibre-name { font-size: 22px; }
  .lyh-fibre-for { font-size: 17px; }
  .lyh-section-intro { font-size: 14px; }
}

/* Product cards */
.lyh-card { display: flex; flex-direction: column; gap: 14px; }
.lyh-card-media { position: relative; }
.lyh-card .lyh-media { aspect-ratio: 4 / 3; background: #fff; }
.lyh-card.is-soldout .lyh-media { opacity: .75; filter: grayscale(.3); }
.lyh-card-body { display: flex; flex-direction: column; gap: 6px; }
.lyh-card-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 15px; font-weight: 600; }
.lyh-card-price { white-space: nowrap; }
.lyh-card-price s { margin-right: 4px; font-weight: 400; color: var(--muted); }
.lyh-card-meta { font-size: 13px; color: var(--muted); }
.lyh-quick-add {
  position: absolute; right: 12px; bottom: 12px; z-index: 2;
  min-width: 44px; height: 44px; padding: 0 12px; border: 0; border-radius: var(--radius-pill);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ink); color: var(--cream); font-size: 13px; font-weight: 600;
  box-shadow: 0 6px 18px rgba(42, 36, 32, .2);
  transition: background .2s ease, opacity .2s ease, transform .2s ease;
}
.lyh-quick-add:hover { background: var(--clay); }
.lyh-quick-add.is-busy { opacity: .7; pointer-events: none; }
.lyh-quick-add.is-done { background: var(--success); }
.lyh-quick-add-text { display: none; }
@media (min-width: 1024px) {
  .lyh-quick-add { padding: 0 16px; }
  .lyh-quick-add-text { display: inline; }
}
@media (hover: hover) and (min-width: 1024px) {
  .lyh-quick-add { opacity: 0; transform: translateY(8px); }
  .lyh-card-media:hover .lyh-quick-add, .lyh-quick-add:focus-visible, .lyh-quick-add.is-done { opacity: 1; transform: none; }
  .lyh-card-media:hover .lyh-chip-bottom { opacity: 0; }
}
.lyh-card .lyh-chip-bottom { transition: opacity .2s ease; }
@media (max-width: 767px) {
  .lyh-card { gap: 10px; }
  .lyh-card .lyh-chip-bottom { display: none; }
  .lyh-card-row { flex-direction: column; gap: 3px; font-size: 14px; }
  .lyh-card-meta { font-size: 12px; }
  .lyh-badges { left: 8px; top: 8px; gap: 4px; }
  .lyh-badge { padding: 3px 8px; font-size: 10px; }
  .lyh-chip-on { left: 8px; top: 8px; font-size: 11px; padding: 4px 8px; }
  .lyh-chip-bottom { top: auto; bottom: 8px; }
  .lyh-quick-add { right: 8px; bottom: 8px; min-width: 40px; height: 40px; padding: 0; }
}

/* Size chips */
.lyh-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lyh-chip {
  height: 40px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: var(--radius-pill);
  background: transparent; font-size: 13px; font-weight: 600; white-space: nowrap;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.lyh-chip:hover { border-color: var(--ink); }
.lyh-chip[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--paper); }
@media (max-width: 767px) {
  .lyh-chips { flex-wrap: nowrap; overflow-x: auto; margin: 0 -20px; padding: 0 20px; scrollbar-width: none; }
  .lyh-chips::-webkit-scrollbar { display: none; }
  .lyh-chip { height: 44px; }
  .lyh-band .lyh-btn-outline { height: 48px; font-size: 14px; }
}

/* Story: the one band that is intentionally edge to edge */
/* Lower than the 680px source photo, so the goats keep their heads and horns; the frame favours the two on the left. */
.lyh-story { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); background: var(--ink); }
.lyh-story-media { min-height: 520px; overflow: hidden; }
.lyh-story-media img { width: 100%; height: 100%; object-fit: cover; object-position: 15% 30%; }
.lyh-story-text {
  padding: 72px 80px 72px 64px; display: flex; flex-direction: column; justify-content: center; gap: 22px;
  color: var(--cream);
}
.lyh-story .lyh-eyebrow { color: var(--clay-light); }
.lyh-story .lyh-h2 { max-width: 560px; font-size: 44px; line-height: 1.08; }
.lyh-story-lead { margin: 0; max-width: 480px; font-size: 17px; line-height: 1.6; color: var(--on-dark-2); }
.lyh-facts {
  max-width: 560px; margin: 12px 0 0; padding-top: 28px;
  /* The middle fact ("OEKO-TEX®") is the longest word, so its column gets the extra width. */
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, .75fr); gap: 24px;
  border-top: 1px solid rgba(244, 238, 228, .18);
}
.lyh-facts div { display: flex; flex-direction: column; gap: 6px; }
.lyh-facts dt { font: 600 36px/1 var(--font-display); white-space: nowrap; }
.lyh-facts dd { margin: 0; font-size: 13px; color: var(--on-dark-2); }
.lyh-story .lyh-btn-ghost { align-self: flex-start; margin-top: 8px; }
@media (max-width: 1279px) { .lyh-story-text { padding: 56px 48px; } .lyh-facts dt { font-size: 28px; } }
@media (max-width: 1023px) {
  .lyh-story { grid-template-columns: 1fr; }
  .lyh-story-media { min-height: 0; }
  .lyh-story-media img { height: 380px; }
  .lyh-story-text { padding: 56px var(--gutter) 64px; }
}
@media (max-width: 767px) {
  .lyh-story-media img { height: 240px; }
  .lyh-story-text { padding: 40px 20px 44px; gap: 18px; }
  .lyh-story .lyh-h2 { font-size: 34px; }
  .lyh-story-lead { font-size: 15px; }
  .lyh-facts { gap: 12px; padding-top: 18px; margin-top: 0; }
  .lyh-facts dt { font-size: 24px; }
  .lyh-facts dd { font-size: 12px; }
}

/* Reviews */
.lyh-rating-cards { display: flex; flex-wrap: wrap; gap: 12px; }
.lyh-rating-card {
  min-width: 250px; padding: 16px 20px; display: flex; flex-direction: column; gap: 6px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .2s ease, transform .2s ease;
}
.lyh-rating-card:hover { border-color: var(--line-strong); color: var(--ink); transform: translateY(-2px); }
.lyh-rating-top { display: flex; align-items: center; gap: 10px; }
.lyh-rating-num { font: 600 32px/1 var(--font-display); }
.lyh-rating-card .lyh-muted { font-size: 13px; }
.lyh-rating-label { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lyh-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.lyh-review {
  padding: 32px; display: flex; flex-direction: column; gap: 18px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
}
.lyh-review blockquote { flex: 1; margin: 0; }
.lyh-review blockquote p { margin: 0; font: 500 22px/1.35 var(--font-display); }
.lyh-review-meta { margin: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); }
.lyh-review-badge {
  padding: 4px 10px; border: 1px solid var(--line); border-radius: var(--radius-pill);
  background: var(--cream); color: var(--ink); font-size: 12px; font-weight: 600;
}
.lyh-review-note { max-width: 760px; margin: 0 auto; font-size: 12.5px; line-height: 1.5; color: var(--muted); text-align: center; }
.lyh-review-links { margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 32px; font-size: 14px; font-weight: 600; }
.lyh-review-links a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1023px) {
  .lyh-reviews {
    display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter);
    margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter); scrollbar-width: none;
  }
  .lyh-reviews::-webkit-scrollbar { display: none; }
  .lyh-review { flex: 0 0 min(420px, 80%); scroll-snap-align: start; }
}
@media (max-width: 767px) {
  .lyh-rating-card { min-width: 0; flex: 1 1 100%; }
  .lyh-reviews { gap: 12px; }
  .lyh-review { flex-basis: 300px; padding: 22px; gap: 12px; }
  .lyh-review blockquote p { font-size: 19px; }
  .lyh-review-links a {
    width: 100%; height: 48px; justify-content: center;
    border: 1px solid var(--line-strong); border-radius: var(--radius-pill); text-decoration: none;
  }
}

/* Newsletter */
.lyh-newsletter-wrap { max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter) var(--section); }
.lyh-newsletter {
  padding: 64px 80px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center;
  background: var(--sand); border-radius: var(--radius-band);
}
.lyh-newsletter-text { display: flex; flex-direction: column; gap: 12px; }
.lyh-newsletter h2 { margin: 0; font: 500 40px/1.1 var(--font-display); text-wrap: balance; }
.lyh-newsletter-text p { margin: 0; color: var(--muted); }
.lyh-nl-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.lyh-nl-form input {
  flex: 1 1 220px; min-width: 0; height: var(--control); padding: 0 20px;
  border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--paper); font-size: 15px;
}
.lyh-nl-status { flex-basis: 100%; min-height: 1.5em; margin: 0; font-size: 14px; }
@media (max-width: 1023px) { .lyh-newsletter { grid-template-columns: 1fr; padding: 48px; gap: 24px; } }
@media (max-width: 767px) {
  .lyh-newsletter { padding: 28px 22px; gap: 14px; }
  .lyh-newsletter h2 { font-size: 28px; }
  .lyh-newsletter-text p { font-size: 14px; }
  .lyh-nl-form { flex-direction: column; align-items: stretch; }
  .lyh-nl-form input, .lyh-nl-form .lyh-btn { flex: 0 0 auto; width: 100%; height: 50px; }
}

/* Category page: filter rail on the left (a drawer below 1024 px), three-column grid, SEO text under it */
.lyh-plp { max-width: 1440px; margin: 0 auto; padding: 20px var(--gutter) var(--section); }
.lyh-crumbs ol { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 4px 8px; font-size: 13px; color: var(--muted); }
.lyh-crumbs li + li::before { content: '/'; margin-right: 8px; color: var(--line-strong); }
.lyh-crumbs a { display: inline-block; padding: 4px 0; }
.lyh-crumbs [aria-current] { color: var(--ink); }
.lyh-plp-head { padding: 28px 0 32px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 48px; }
.lyh-plp-intro { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.lyh-plp-title { margin: 0; font: 500 56px/1.05 var(--font-display); letter-spacing: -.005em; text-wrap: balance; }
.lyh-plp-facts { margin-top: 6px; display: flex; flex-wrap: wrap; gap: 8px; }
.lyh-plp-facts li {
  padding: 6px 12px; border: 1px solid var(--line); border-radius: var(--radius-pill);
  background: var(--paper); font-size: 13px; font-weight: 500; white-space: nowrap;
}
.lyh-plp-rating { flex: 0 0 auto; margin: 0 0 6px; justify-content: flex-start; }
.lyh-plp-rating a { text-decoration: underline; text-underline-offset: 3px; }
.lyh-plp-body { display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 48px; align-items: start; }

.lyh-filters {
  position: sticky; top: calc(var(--header-h) + 24px);
  max-height: calc(100vh - var(--header-h) - 48px); overflow-y: auto; scrollbar-width: thin;
  display: flex; flex-direction: column; gap: 24px;
}
.lyh-filters-head, .lyh-filters-backdrop, .lyh-filters-apply { display: none; }
.lyh-filters-scroll { display: flex; flex-direction: column; gap: 28px; }
.lyh-filter { min-width: 0; margin: 0; padding: 0; border: 0; }
.lyh-filter-title { margin: 0 0 10px; padding: 0; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lyh-count { margin-left: auto; padding-left: 12px; font-size: 12px; font-weight: 500; color: var(--muted); font-variant-numeric: tabular-nums; }
.lyh-rail a { min-height: 36px; display: flex; align-items: center; font-size: 14px; }
.lyh-rail ul { margin: 2px 0 6px 4px; padding-left: 14px; border-left: 1px solid var(--line); }
.lyh-rail a[aria-current] { color: var(--clay); font-weight: 700; }
.lyh-check { position: relative; min-height: 36px; display: flex; align-items: center; gap: 10px; font-size: 14px; cursor: pointer; }
.lyh-check input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.lyh-check-box {
  flex: 0 0 18px; height: 18px; display: grid; place-items: center;
  border: 1px solid var(--line-strong); border-radius: 4px; background: var(--paper);
  transition: background .15s ease, border-color .15s ease;
}
.lyh-check:hover .lyh-check-box { border-color: var(--ink); }
.lyh-check input:checked + .lyh-check-box { background: var(--ink); border-color: var(--ink); }
.lyh-check input:checked + .lyh-check-box::after {
  content: ''; width: 10px; height: 5px; margin-top: -2px;
  border-left: 2px solid var(--cream); border-bottom: 2px solid var(--cream); transform: rotate(-45deg);
}
.lyh-check input:focus-visible + .lyh-check-box, .lyh-swatch input:focus-visible + .lyh-swatch-dot { outline: 2px solid var(--clay); outline-offset: 2px; }
.lyh-swatches { display: flex; flex-wrap: wrap; gap: 2px; margin-left: -6px; }
/* 44 px tap target around a 30 px dot */
.lyh-swatch { position: relative; width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; }
.lyh-swatch input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.lyh-swatch-dot {
  width: 30px; height: 30px; border-radius: 50%; background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .16); transition: box-shadow .2s ease;
}
.lyh-swatch:hover .lyh-swatch-dot { box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .16), 0 0 0 2px var(--cream), 0 0 0 3px var(--line-strong); }
.lyh-swatch input:checked + .lyh-swatch-dot { box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .16), 0 0 0 2px var(--cream), 0 0 0 4px var(--ink); }
.lyh-filters-foot .lyh-btn { width: 100%; height: 44px; font-size: 14px; }

.lyh-plp-bar {
  margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px 16px;
}
.lyh-plp-count { margin: 0; font-size: 14px; font-weight: 600; }
.lyh-plp-tools { display: flex; align-items: center; gap: 8px; }
.lyh-plp-filter-btn { display: none; font-weight: 600; }
.lyh-plp-badge {
  min-width: 20px; height: 20px; padding: 0 6px; border-radius: var(--radius-pill);
  background: var(--ink); color: var(--cream); font-size: 11px; font-weight: 700; line-height: 20px; text-align: center;
}
.lyh-sort { position: relative; display: inline-flex; align-items: center; }
.lyh-sort select {
  height: 44px; padding: 0 40px 0 16px; border: 1px solid var(--line); border-radius: var(--radius-pill);
  background: transparent; font-size: 13px; font-weight: 600; cursor: pointer;
  -webkit-appearance: none; appearance: none; transition: border-color .2s ease;
}
.lyh-sort select:hover { border-color: var(--ink); }
.lyh-sort svg { position: absolute; right: 16px; pointer-events: none; }
.lyh-plp-active { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.lyh-active-chip {
  height: 36px; padding: 0 12px 0 14px; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--paper);
  font-size: 13px; font-weight: 600; transition: border-color .2s ease;
}
.lyh-active-chip:hover { border-color: var(--ink); }
.lyh-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px var(--gap); }
.lyh-plp-empty { padding: 40px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.lyh-plp-empty p { margin: 0; font: 500 26px/1.3 var(--font-display); }

.lyh-plp-seo { margin-top: var(--section); padding: 48px 56px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band); }
.lyh-prose { max-width: 820px; font-size: 15px; line-height: 1.7; }
.lyh-prose > :first-child { margin-top: 0; }
.lyh-prose h2 { margin: 36px 0 12px; font: 500 32px/1.15 var(--font-display); text-wrap: balance; }
.lyh-prose h3 { margin: 28px 0 10px; font: 600 23px/1.25 var(--font-display); }
.lyh-prose h4, .lyh-prose h5, .lyh-prose h6 { margin: 22px 0 8px; font-size: 16px; font-weight: 700; }
.lyh-prose p { margin: 0 0 14px; }
.lyh-prose ul, .lyh-prose ol { margin: 0 0 16px; padding-left: 22px; }
.lyh-prose ul { list-style: disc; }
.lyh-prose ol { list-style: decimal; }
.lyh-prose li { margin-bottom: 6px; }
.lyh-prose a { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }
.lyh-prose img { height: auto; border-radius: var(--radius); }
/* Long texts fold after a few paragraphs; without JavaScript they stay open. */
.lyh-has-js .lyh-plp-seo:not(.is-open) .lyh-prose {
  max-height: 340px; overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 55%, transparent); mask-image: linear-gradient(#000 55%, transparent);
}
.lyh-more-toggle { margin-top: 12px; padding: 0; border: 0; background: none; color: var(--clay); }
.lyh-more-toggle svg { transition: transform .2s ease; }
.lyh-plp-seo.is-open .lyh-more-toggle svg { transform: rotate(180deg); }

@media (max-width: 1279px) {
  .lyh-plp-body { grid-template-columns: 208px minmax(0, 1fr); gap: 32px; }
  .lyh-plp-title { font-size: 50px; }
}
@media (max-width: 1023px) {
  .lyh-plp-head { flex-direction: column; align-items: flex-start; padding: 20px 0 24px; }
  .lyh-plp-title { font-size: 44px; }
  .lyh-plp-body { grid-template-columns: minmax(0, 1fr); }
  .lyh-filters {
    position: fixed; inset: 0 auto 0 0; z-index: 85; width: min(400px, 100%); max-height: none;
    padding: 0 20px; gap: 0; overflow: hidden;
    background: var(--cream); box-shadow: 16px 0 48px rgba(42, 36, 32, .18);
    transform: translateX(-100%); visibility: hidden; transition: transform .3s ease, visibility .3s;
  }
  .lyh-filters.is-open { transform: none; visibility: visible; }
  .lyh-filters-backdrop { position: fixed; inset: 0; z-index: 84; display: block; background: rgba(42, 36, 32, .4); }
  .lyh-filters-backdrop[hidden] { display: none; }
  .lyh-filters-head { flex: 0 0 64px; display: flex; align-items: center; justify-content: space-between; margin-right: -8px; border-bottom: 1px solid var(--line); }
  .lyh-filters-title { margin: 0; font: 500 28px/1 var(--font-display); }
  .lyh-filters-scroll { flex: 1; overflow-y: auto; padding: 20px 0 24px; gap: 24px; }
  .lyh-filters-foot { flex: 0 0 auto; padding: 12px 0 16px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; border-top: 1px solid var(--line); }
  .lyh-filters-foot .lyh-btn { height: 48px; padding: 0 12px; }
  .lyh-filters-apply { display: inline-flex; }
  .lyh-check, .lyh-rail a { min-height: 44px; }
  .lyh-plp-filter-btn { display: inline-flex; }
  .lyh-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lyh-plp-seo { padding: 40px; }
}
@media (max-width: 767px) {
  .lyh-plp { padding-top: 12px; }
  .lyh-plp-head { padding: 12px 0 20px; gap: 12px; }
  .lyh-plp-title { font-size: 36px; line-height: 1.08; }
  .lyh-plp-facts { gap: 6px; }
  .lyh-plp-facts li { padding: 5px 10px; font-size: 12px; }
  .lyh-plp-bar { margin-bottom: 16px; grid-template-columns: minmax(0, 1fr); }
  .lyh-plp-tools { justify-content: space-between; }
  .lyh-plp-filter-btn { flex: 1; justify-content: center; }
  .lyh-sort { flex: 1; }
  .lyh-sort select { width: 100%; }
  .lyh-grid-3 { gap: 24px 12px; }
  .lyh-plp-empty p { font-size: 22px; }
  .lyh-plp-seo { margin-top: 48px; padding: 28px 20px; }
  .lyh-prose { font-size: 14.5px; }
  .lyh-prose h2 { font-size: 26px; }
  .lyh-prose h3 { font-size: 20px; }
}

/* Product page: gallery on the left (a swipe carousel on phones), buy box on the right. The gallery scrolls with the
   page: a sticky one is taller than most screens and jumped whenever a panel on the right opened or closed. */
.lyh-pdp { max-width: 1440px; margin: 0 auto; padding: 20px var(--gutter) 0; }
.lyh-pdp-main { padding: 24px 0 var(--section); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.lyh-gallery { min-width: 0; }
.lyh-gallery-track {
  position: relative; aspect-ratio: 1 / 1; display: flex; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: var(--radius); background: #fff;
}
.lyh-gallery-track::-webkit-scrollbar { display: none; }
.lyh-gallery-slide { flex: 0 0 100%; margin: 0; display: grid; place-items: center; scroll-snap-align: start; }
.lyh-gallery-slide img { width: 100%; height: 100%; object-fit: contain; }
.lyh-gallery-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.lyh-thumb {
  aspect-ratio: 1 / 1; padding: 0; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color .2s ease;
}
.lyh-thumb img { width: 100%; height: 100%; object-fit: cover; }
.lyh-thumb:hover { border-color: var(--line-strong); }
.lyh-thumb[aria-current] { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.lyh-gallery-dots { display: none; }

.lyh-buy { min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.lyh-pdp-title { margin: 2px 0 0; font: 500 44px/1.08 var(--font-display); text-wrap: balance; }
.lyh-pdp-variant { display: block; margin-top: 10px; font: 500 15px/1.4 var(--font-body); color: var(--muted); }
.lyh-pdp-rating { margin: -4px 0 0; justify-content: flex-start; flex-wrap: wrap; }
.lyh-pdp-rating a { text-decoration: underline; text-underline-offset: 3px; }
.lyh-pdp-rating .lyh-rate-count { text-decoration: none; }
.lyh-pdp-price { margin: 4px 0 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
.lyh-pdp-price-now { font: 600 36px/1 var(--font-display); }
.lyh-pdp-price s { font-size: 18px; color: var(--muted); }
.lyh-pdp-price-note { font-size: 13px; color: var(--muted); }
.lyh-pdp-lead { margin: 0; font-size: 15.5px; line-height: 1.65; }
.lyh-pick-head { margin: 0 0 10px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; font-size: 14px; }
.lyh-pick-label { font-weight: 700; }
.lyh-pick-guide { text-decoration: underline; text-underline-offset: 3px; }
.lyh-pdp-swatches { display: flex; flex-wrap: wrap; gap: 4px; margin-left: -4px; }
.lyh-pdp-swatch { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; }
.lyh-pdp-swatch-dot {
  width: 38px; height: 38px; border-radius: 50%; background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .16); transition: box-shadow .2s ease;
}
.lyh-pdp-swatch:hover .lyh-pdp-swatch-dot { box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .16), 0 0 0 2px var(--cream), 0 0 0 3px var(--line-strong); }
.lyh-pdp-swatch[aria-current] .lyh-pdp-swatch-dot { box-shadow: inset 0 0 0 1px rgba(42, 36, 32, .16), 0 0 0 2px var(--cream), 0 0 0 4px var(--ink); }
/* Sold-out colours stay reachable, crossed through */
.lyh-pdp-swatch.is-soldout .lyh-pdp-swatch-dot {
  background: linear-gradient(135deg, transparent 46%, rgba(42, 36, 32, .55) 46%, rgba(42, 36, 32, .55) 54%, transparent 54%), var(--swatch);
  opacity: .6;
}
.lyh-pdp-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.lyh-pdp-size {
  min-width: 148px; min-height: 56px; padding: 8px 18px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong); border-radius: var(--radius); font-size: 14px; text-align: center;
  transition: border-color .2s ease;
}
.lyh-pdp-size:hover { border-color: var(--ink); }
.lyh-pdp-size strong { font-weight: 600; }
.lyh-pdp-size span { font-size: 12px; color: var(--muted); }
.lyh-pdp-size[aria-current], .lyh-pdp-size[aria-current]:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.lyh-pdp-size[aria-current] span { color: var(--on-dark-2); }
.lyh-pdp-size.is-soldout { color: var(--muted); }
.lyh-pdp-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.lyh-pdp-add { width: 100%; height: 56px; font-size: 16px; }
.lyh-pdp-add.is-done { background: var(--success); }
.lyh-pdp-stock { margin: 0; display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.lyh-pdp-stock::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.lyh-pdp-stock.is-in { color: var(--success); }
.lyh-pdp-delivery {
  margin: 0; padding: 14px 16px; display: flex; align-items: flex-start; gap: 12px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); font-size: 13.5px; line-height: 1.5;
}
.lyh-pdp-delivery svg { flex: 0 0 20px; color: var(--clay); }
.lyh-details { margin-top: 6px; border-top: 1px solid var(--line); }
.lyh-detail { border-bottom: 1px solid var(--line); }
.lyh-detail summary {
  min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 15px; font-weight: 600; list-style: none; cursor: pointer;
}
.lyh-detail summary::-webkit-details-marker { display: none; }
.lyh-detail summary svg { flex: 0 0 auto; transition: transform .2s ease; }
.lyh-detail[open] summary svg { transform: rotate(180deg); }
.lyh-detail > .lyh-prose, .lyh-detail > .lyh-specs { padding-bottom: 20px; font-size: 14.5px; }
.lyh-specs { margin: 0; }
.lyh-specs div { padding: 7px 0; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; font-size: 14px; }
.lyh-specs dt { color: var(--muted); }
.lyh-specs dd { margin: 0; }

.lyh-pdp-facts {
  max-width: 1440px; margin: 0 auto; padding: 56px var(--gutter);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px;
}
.lyh-pdp-facts li { display: flex; flex-direction: column; gap: 8px; }
.lyh-pdp-facts svg { width: 28px; height: 28px; color: var(--clay); }
.lyh-pdp-fact-title { margin: 4px 0 0; font: 500 24px/1.2 var(--font-display); }
.lyh-pdp-fact-text { margin: 0; font-size: 14px; color: var(--muted); }
.lyh-buybar { display: none; }

@media (max-width: 1279px) {
  .lyh-pdp-main { gap: 48px; }
  .lyh-pdp-title { font-size: 40px; }
}
@media (max-width: 1023px) {
  .lyh-pdp-main { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-top: 12px; }
  .lyh-gallery { margin: 0 calc(var(--gutter) * -1); }
  .lyh-gallery-track { border-radius: 0; aspect-ratio: 1 / 0.92; }
  .lyh-gallery-thumbs { display: none; }
  .lyh-gallery-dots { margin-top: 12px; display: flex; justify-content: center; gap: 6px; }
  .lyh-gallery-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); transition: background .2s ease, transform .2s ease; }
  .lyh-gallery-dots .is-active { background: var(--ink); transform: scale(1.3); }
  .lyh-pdp-facts { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 40px var(--gutter); }
  .lyh-buybar[hidden] { display: none !important; }
  .lyh-buybar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 12px;
    background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(42, 36, 32, .1);
    transform: translateY(110%); transition: transform .25s ease;
  }
  .lyh-buybar.is-in { transform: none; }
  .lyh-buybar-name { flex: 1; min-width: 0; overflow: hidden; font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
  .lyh-buybar-price { font: 600 20px/1 var(--font-display); white-space: nowrap; }
  .lyh-buybar .lyh-btn { height: 48px; padding: 0 18px; font-size: 14px; }
  /* The reviews badge and the notice move above the buy bar while it shows */
  .lyh-buybar-on .lyh-rw { bottom: 84px; }
  .lyh-buybar-on .lyh-toast { bottom: 84px; }
}
@media (max-width: 767px) {
  .lyh-pdp { padding-top: 12px; }
  .lyh-pdp-title { font-size: 32px; line-height: 1.1; }
  .lyh-pdp-variant { font-size: 14px; }
  .lyh-pdp-price-now { font-size: 30px; }
  .lyh-pdp-size { min-width: 0; flex: 1 1 140px; }
  .lyh-specs div { grid-template-columns: 120px minmax(0, 1fr); gap: 12px; }
  .lyh-buybar-name { display: none; }
  .lyh-buybar .lyh-btn { flex: 1; }
}

/* Text pages: information, contact, 404, success */
.lyh-page { max-width: 1440px; margin: 0 auto; padding: 20px var(--gutter) var(--section); }
.lyh-page-title { margin: 0; font: 500 56px/1.05 var(--font-display); letter-spacing: -.005em; text-wrap: balance; }
.lyh-page-body { padding-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 64px; align-items: start; }
.lyh-page-main { max-width: 820px; display: flex; flex-direction: column; gap: 28px; }
.lyh-page-nav { position: sticky; top: calc(var(--header-h) + 24px); padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.lyh-page-nav a { min-height: 40px; display: flex; align-items: center; font-size: 14px; }
.lyh-page-nav a[aria-current] { color: var(--clay); font-weight: 700; }

.lyh-404 {
  max-width: 1440px; margin: 0 auto; padding: 88px var(--gutter) var(--section);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center;
}
.lyh-404-text { display: flex; flex-direction: column; gap: 20px; }
.lyh-404-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.lyh-404-search { max-width: 460px; display: flex; align-items: center; gap: 4px; padding: 4px 4px 4px 20px; border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--paper); }
.lyh-404-search input { flex: 1; min-width: 0; height: 44px; border: 0; background: transparent; font-size: 15px; }
.lyh-404-search input:focus { outline: none; }
.lyh-404-search:focus-within { border-color: var(--ink); }
.lyh-404-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); }

.lyh-success { max-width: 720px; margin: 0 auto; padding: 96px var(--gutter) var(--section); display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.lyh-success-icon { width: 56px; height: 56px; padding: 12px; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); color: var(--success); }
.lyh-success .lyh-prose { max-width: 560px; }

.lyh-contact { padding-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.lyh-contact-info { display: flex; flex-direction: column; gap: 24px; }
.lyh-contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lyh-contact-cards li { padding: 18px 20px; display: flex; flex-direction: column; gap: 6px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.lyh-contact-label { margin: 0; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--clay); }
.lyh-contact-value { font-size: 16px; font-weight: 600; word-break: break-word; }
.lyh-contact-company { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; font-size: 14px; }
.lyh-contact-company p { margin: 0; }
.lyh-contact-company .lyh-filter-title { margin-bottom: 8px; }
.lyh-faq .lyh-filter-title { margin-bottom: 4px; }
.lyh-faq .lyh-prose { font-size: 14px; color: var(--muted); }

/* Forms */
.lyh-form { padding: 32px; display: flex; flex-direction: column; gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band); }
.lyh-contact-form { position: sticky; top: calc(var(--header-h) + 24px); }
.lyh-form-title { margin: 0 0 4px; font: 500 30px/1.15 var(--font-display); }
.lyh-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lyh-field { display: flex; flex-direction: column; gap: 6px; }
.lyh-field label { font-size: 13px; font-weight: 600; }
.lyh-field input, .lyh-field textarea, .lyh-field select {
  width: 100%; min-height: var(--control); padding: 12px 16px;
  border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--cream); font-size: 15px;
  transition: border-color .2s ease, background .2s ease;
}
.lyh-field textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.lyh-field input:focus, .lyh-field textarea:focus, .lyh-field select:focus { outline: none; border-color: var(--ink); background: #fff; }
.lyh-field.has-error input, .lyh-field.has-error textarea { border-color: var(--clay); }
.lyh-field-error { margin: 0; font-size: 13px; color: var(--clay); }
.lyh-form-note { margin: 0; font-size: 12.5px; color: var(--muted); }
.lyh-form-note a { text-decoration: underline; text-underline-offset: 3px; }
.lyh-form .lyh-btn { align-self: flex-start; }

/* Cart: lines on the left, a sticky summary on the right; on phones the checkout button sits in a bottom bar */
.lyh-cart-page .lyh-page-title { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 16px; margin-top: 20px; }
.lyh-cart-items { font: 500 16px/1.4 var(--font-body); color: var(--muted); }
.lyh-alert { margin: 20px 0 0; padding: 14px 18px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper); font-size: 14px; }
.lyh-alert.is-ok { border-color: rgba(47, 107, 58, .35); color: var(--success); }
.lyh-alert.is-error { border-color: rgba(169, 80, 47, .4); color: var(--clay); }
.lyh-cart-layout { margin-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; align-items: start; }
.lyh-cart-lines ul { border-top: 1px solid var(--line); }
.lyh-line { padding: 20px 0; display: grid; grid-template-columns: 136px minmax(0, 1fr) auto; gap: 20px; border-bottom: 1px solid var(--line); }
.lyh-line-media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: #fff; }
.lyh-line-media img { width: 100%; height: 100%; object-fit: cover; }
.lyh-line-body { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.lyh-line-name { font-size: 15.5px; font-weight: 600; }
.lyh-line-meta { margin: 0; font-size: 13px; color: var(--muted); }
.lyh-line-short { margin: 2px 0 0; font-size: 13px; font-weight: 600; color: var(--clay); }
.lyh-line-controls { margin-top: auto; padding-top: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.lyh-stepper { height: 44px; display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--paper); }
.lyh-stepper button { width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: none; font-size: 18px; line-height: 1; }
.lyh-stepper button:disabled { color: var(--line-strong); cursor: default; }
.lyh-stepper input {
  width: 40px; height: 42px; padding: 0; border: 0; background: none; text-align: center; font-size: 15px; font-weight: 600;
  -moz-appearance: textfield; appearance: textfield;
}
.lyh-stepper input::-webkit-outer-spin-button, .lyh-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.lyh-line-remove { min-height: 44px; padding: 0; border: 0; background: none; font-size: 13px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.lyh-line-remove:hover { color: var(--clay); }
.lyh-line-total { margin: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 16px; font-weight: 600; white-space: nowrap; }
.lyh-line-total span { font-size: 12.5px; font-weight: 500; color: var(--muted); }
.lyh-cart-update { margin-top: 20px; }
.lyh-has-js .lyh-cart-update { display: none; }
.lyh-summary {
  position: sticky; top: calc(var(--header-h) + 24px); padding: 28px; display: flex; flex-direction: column; gap: 16px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band);
}
.lyh-summary-title { margin: 0; font: 500 28px/1.15 var(--font-display); }
.lyh-totals { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lyh-totals div { display: flex; justify-content: space-between; gap: 16px; font-size: 14.5px; }
.lyh-totals dt { color: var(--muted); }
.lyh-totals dd { margin: 0; font-weight: 600; }
.lyh-totals .is-grand { padding-top: 12px; border-top: 1px solid var(--line); font-size: 18px; }
.lyh-totals .is-grand dt { color: var(--ink); font-weight: 600; }
.lyh-summary-note { margin: -8px 0 0; font-size: 12.5px; color: var(--muted); text-align: right; }
.lyh-summary-checkout { width: 100%; height: 56px; font-size: 16px; }
.lyh-summary-pay { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 12.5px; color: var(--muted); }
.lyh-summary-pay img { width: auto; height: 20px; }
.lyh-summary-badge { padding: 3px 8px; border: 1px solid var(--line); border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.lyh-summary-continue { align-self: center; }
.lyh-cart-bar { display: none; }
@media (max-width: 1023px) {
  .lyh-cart-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .lyh-summary { position: static; }
  .lyh-cart-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 12px;
    background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(42, 36, 32, .1);
  }
  .lyh-cart-bar-total { flex: 1; display: flex; flex-direction: column; font-size: 12px; }
  .lyh-cart-bar-total strong { font: 600 20px/1.1 var(--font-display); }
  .lyh-cart-bar .lyh-btn { height: 48px; padding: 0 22px; font-size: 14px; }
  body:has(.lyh-cart-bar) .lyh-footer { padding-bottom: 110px; }
  body:has(.lyh-cart-bar) .lyh-rw, body:has(.lyh-cart-bar) .lyh-toast { bottom: 84px; }
}
@media (max-width: 767px) {
  .lyh-line { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; }
  .lyh-line-total { grid-column: 2; align-items: flex-start; }
  .lyh-summary { padding: 22px 18px; }
}

/* Account: log in beside the new-customer card; logged in, a side navigation and panels */
.lyh-btn-block { width: 100%; }
.lyh-btn-small { height: 40px; padding: 0 16px; font-size: 13px; }
.lyh-btn-light { background: var(--cream); color: var(--ink) !important; }
.lyh-btn-light:hover { background: #fff; }
.lyh-form-lead { margin: -8px 0 4px; font-size: 14px; color: var(--muted); }
.lyh-field-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.lyh-field-head a { font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.lyh-or { margin: 0; display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); }
.lyh-or::before, .lyh-or::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.lyh-auth { max-width: 1040px; padding-top: 48px; }
.lyh-auth .lyh-alert { margin: 0 0 20px; }
.lyh-auth-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.lyh-auth-single { max-width: 480px; margin: 0 auto; }
.lyh-auth-new {
  padding: 32px; display: flex; flex-direction: column; gap: 18px;
  background: var(--ink); color: var(--cream); border-radius: var(--radius-band);
}
.lyh-auth-new .lyh-eyebrow { color: var(--clay-light); }
.lyh-ticks { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--on-dark-2); }
.lyh-ticks li { display: flex; align-items: center; gap: 10px; }
.lyh-ticks svg { flex: 0 0 16px; color: var(--clay-light); }
.lyh-auth-new .lyh-btn { margin-top: auto; }

.lyh-acc { padding-top: 40px; display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; align-items: start; }
.lyh-acc-nav { position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 4px; }
.lyh-acc-name { margin: 0; font: 600 24px/1.2 var(--font-display); }
.lyh-acc-email { margin: 0 0 14px; font-size: 13px; color: var(--muted); word-break: break-word; }
.lyh-acc-nav ul { display: flex; flex-direction: column; gap: 2px; }
.lyh-acc-nav a { min-height: 44px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border-radius: var(--radius); font-size: 14px; font-weight: 500; }
.lyh-acc-nav a svg { opacity: 0; transition: opacity .2s ease; }
.lyh-acc-nav a[aria-current] { background: var(--paper); border: 1px solid var(--line); font-weight: 700; color: var(--ink); }
.lyh-acc-nav a[aria-current] svg, .lyh-acc-nav a:hover svg { opacity: 1; }
.lyh-acc-logout { margin-top: 12px; color: var(--muted) !important; }
.lyh-acc-main { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.lyh-acc-main .lyh-lead { margin-top: -8px; }
.lyh-back { align-self: flex-start; }
.lyh-back svg { transform: rotate(180deg); }
.lyh-panel { padding: 24px 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band); }
.lyh-panel p { margin: 0; }
.lyh-panel-head { margin-bottom: 14px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.lyh-panel-title { margin: 0; font: 500 26px/1.2 var(--font-display); }
.lyh-panel-link { font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.lyh-panel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.lyh-panel-link-card { display: flex; align-items: center; justify-content: space-between; transition: border-color .2s ease; }
.lyh-panel-link-card:hover { border-color: var(--line-strong); color: var(--ink); }
.lyh-panel-link-card .lyh-panel-title { font-size: 22px; }
.lyh-order-list { padding: 4px 28px; }
.lyh-order-list li + li { border-top: 1px solid var(--line); }
.lyh-order-row { padding: 14px 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto auto; align-items: center; gap: 16px; }
.lyh-order-list .lyh-order-row { grid-template-columns: minmax(0, 1fr) auto auto auto; }
.lyh-order-row img, .lyh-order-lines img { width: 72px; height: 54px; object-fit: cover; border-radius: 4px; background: #fff; }
.lyh-order-main { min-width: 0; display: flex; flex-direction: column; gap: 2px; font-size: 14px; }
.lyh-order-main .lyh-muted { font-size: 13px; }
.lyh-order-status { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 13px; text-align: right; }
.lyh-order-total { font-weight: 600; white-space: nowrap; }
.lyh-order-lines li { padding: 12px 0; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.lyh-order-lines .lyh-order-main { flex: 1; }
.lyh-order-lines + .lyh-totals { margin-top: 16px; }
.lyh-history { margin: 12px 0 0; padding-left: 18px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.lyh-history p { margin-top: 4px; color: var(--muted); }
.lyh-acc-form { max-width: 560px; }
.lyh-toggle { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; }
.lyh-toggle-text { display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
.lyh-toggle input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.lyh-toggle-switch { position: relative; flex: 0 0 48px; height: 28px; border-radius: var(--radius-pill); background: var(--line-strong); transition: background .2s ease; }
.lyh-toggle-switch::after { content: ''; position: absolute; left: 3px; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
.lyh-toggle input:checked + .lyh-toggle-switch { background: var(--ink); }
.lyh-toggle input:checked + .lyh-toggle-switch::after { transform: translateX(20px); }
.lyh-toggle input:focus-visible + .lyh-toggle-switch { outline: 2px solid var(--clay); outline-offset: 2px; }
@media (max-width: 1023px) {
  .lyh-acc { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-top: 24px; }
  .lyh-acc-nav { position: static; }
  .lyh-acc-nav ul { flex-direction: row; flex-wrap: nowrap; overflow-x: auto; gap: 6px; scrollbar-width: none; }
  .lyh-acc-nav a { white-space: nowrap; border: 1px solid var(--line); border-radius: var(--radius-pill); }
  .lyh-acc-nav a svg { display: none; }
  .lyh-acc-logout { margin-top: 6px; }
}
@media (max-width: 767px) {
  .lyh-auth { padding-top: 24px; }
  .lyh-auth-grid { grid-template-columns: minmax(0, 1fr); }
  .lyh-auth-new { padding: 24px 20px; }
  .lyh-panel { padding: 20px; }
  .lyh-order-row, .lyh-order-list .lyh-order-row { grid-template-columns: minmax(0, 1fr) auto; }
  .lyh-order-row img, .lyh-order-row > svg { display: none; }
  .lyh-order-status { grid-column: 1; grid-row: 2; align-items: flex-start; text-align: left; }
  .lyh-order-list { padding: 4px 20px; }
  .lyh-order-lines li { flex-wrap: wrap; }
}

/* Search results and pagination */
.lyh-search-form { max-width: 560px; margin-top: 8px; display: flex; gap: 8px; }
.lyh-search-form input {
  flex: 1; min-width: 0; height: var(--control); padding: 0 20px;
  border: 1px solid var(--line-strong); border-radius: var(--radius-pill); background: var(--paper); font-size: 15px;
}
.lyh-search-page .lyh-grid-4 { row-gap: 40px; }
.lyh-pagination { margin-top: 48px; display: flex; justify-content: center; }
.lyh-pagination ul { display: flex; flex-wrap: wrap; gap: 6px; }
.lyh-pagination a, .lyh-pagination span {
  min-width: 44px; height: 44px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: var(--radius-pill); font-size: 14px; font-weight: 600;
}
.lyh-pagination a:hover { border-color: var(--ink); color: var(--ink); }
.lyh-pagination .active span { background: var(--ink); border-color: var(--ink); color: var(--cream); }

@media (max-width: 1279px) {
  .lyh-page-title { font-size: 50px; }
  .lyh-contact, .lyh-404 { gap: 48px; }
}
@media (max-width: 1023px) {
  .lyh-page-title { font-size: 44px; }
  .lyh-page-body, .lyh-contact, .lyh-404 { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .lyh-page-nav, .lyh-contact-form { position: static; }
  .lyh-404 { padding-top: 56px; }
}
@media (max-width: 767px) {
  .lyh-page { padding-top: 12px; }
  .lyh-page-title { font-size: 36px; line-height: 1.08; }
  .lyh-page-body, .lyh-contact { padding-top: 20px; }
  .lyh-contact-cards, .lyh-contact-company, .lyh-form-row { grid-template-columns: minmax(0, 1fr); }
  .lyh-form { padding: 22px 18px; }
  .lyh-form .lyh-btn { align-self: stretch; }
  .lyh-404 { padding-top: 40px; }
  .lyh-404-ctas .lyh-btn { flex: 1 1 160px; }
  .lyh-404-products { gap: 12px; }
  .lyh-search-form { flex-direction: column; }
  .lyh-search-form .lyh-btn { width: 100%; }
  .lyh-success { padding-top: 56px; }
}

/* Footer */
.lyh-footer { padding: 72px var(--pad-x) 40px; display: flex; flex-direction: column; gap: 48px; background: var(--ink); color: var(--on-dark-2); }
.lyh-footer a { color: var(--on-dark-2); }
.lyh-footer a:hover { color: var(--cream); }
.lyh-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 40px; }
.lyh-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.lyh-footer-brand .lyh-logo { color: var(--cream); }
/* The logo file is dark on transparent; on the dark footer it is drawn light. */
.lyh-footer-brand .lyh-logo img { height: 64px; filter: brightness(0) invert(1); opacity: .92; }
.lyh-footer-brand p { margin: 0; max-width: 320px; font-size: 14px; line-height: 1.6; }
.lyh-footer .lyh-footer-contact { display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.lyh-footer-contact a { color: var(--cream); }
.lyh-pay { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px; }
.lyh-pay li {
  padding: 5px 8px; border: 1px solid rgba(244, 238, 228, .25); border-radius: 4px;
  font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.lyh-pay li.has-logo { height: 36px; padding: 0 12px; display: flex; align-items: center; border: 0; border-radius: 6px; background: #fff; }
.lyh-pay img { width: auto; height: 20px; }
.lyh-footer-col { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.lyh-footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.lyh-footer-title { margin: 0; font: 700 12px/1.5 var(--font-body); letter-spacing: .12em; text-transform: uppercase; color: var(--cream); }
.lyh-footer-markets a[aria-current] { color: var(--cream); }
.lyh-footer .lyh-footer-amazon { color: var(--cream); }
.lyh-footer-markets ul + .lyh-footer-amazon { margin-top: 6px; }
.lyh-footer-bottom {
  padding-top: 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  border-top: 1px solid rgba(244, 238, 228, .14); font-size: 12.5px;
}
.lyh-footer-bottom p { margin: 0; }
.lyh-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 24px; }
.lyh-footer-button { padding: 0; border: 0; background: none; font-size: inherit; color: inherit; cursor: pointer; }
.lyh-footer-button:hover { color: var(--cream); }
@media (max-width: 1023px) {
  .lyh-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
  .lyh-footer-brand, .lyh-footer-markets { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .lyh-footer { padding: 40px 20px 28px; gap: 28px; }
  .lyh-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .lyh-footer-brand .lyh-logo img { height: 52px; }
  .lyh-footer-col, .lyh-footer-col ul { gap: 10px; }
  .lyh-footer-title { font-size: 11px; }
  .lyh-footer-markets ul { flex-direction: row; flex-wrap: wrap; gap: 8px 16px; }
  .lyh-footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; }
  .lyh-footer-bottom nav { gap: 16px; }
}

/* Floating reviews badge: appears after the first screen, hides over the reviews section and while a notice shows */
.lyh-rw {
  position: fixed; left: 20px; bottom: 20px; z-index: 70; max-width: 380px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.lyh-rw.is-in { opacity: 1; transform: none; pointer-events: auto; }
.lyh-rw-bar { display: flex; align-items: center; gap: 6px; }
.lyh-rw-pill {
  height: 44px; padding: 0 16px 0 14px; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--paper); color: var(--ink);
  box-shadow: 0 10px 30px rgba(42, 36, 32, .16); font-size: 13px;
  transition: border-color .2s ease;
}
.lyh-rw-pill:hover, .lyh-rw-pill[aria-expanded="true"] { border-color: var(--line-strong); }
.lyh-rw-pill strong { font-size: 14px; }
.lyh-rw-count, .lyh-rate-count { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; color: var(--muted); }
.lyh-rw-count { margin-left: 2px; padding-left: 10px; border-left: 1px solid var(--line); }
.lyh-rate-count { margin-left: 4px; }
.lyh-rw-hide {
  width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--paper); color: var(--muted); box-shadow: 0 4px 12px rgba(42, 36, 32, .12);
}
.lyh-rw-hide:hover { color: var(--ink); }
.lyh-rw-card {
  width: 360px; max-width: calc(100vw - 40px); padding: 14px 18px 16px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 18px 48px rgba(42, 36, 32, .18);
}
.lyh-rw-head { margin: 0 -10px 4px 0; display: flex; align-items: center; justify-content: space-between; }
.lyh-rw-quotes { display: grid; }
.lyh-rw-quote { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 8px; opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s; }
.lyh-rw-quote.is-active { opacity: 1; visibility: visible; }
.lyh-rw-quote blockquote { margin: 0; }
.lyh-rw-quote blockquote p { margin: 0; font: 500 18px/1.35 var(--font-display); }
.lyh-rw-meta { margin: 0; font-size: 12px; color: var(--muted); }
.lyh-rw-all { display: inline-flex; margin-top: 12px; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 767px) {
  .lyh-rw { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .lyh-rw-card { width: 100%; max-width: none; }
}

/* "Added to bag" notice */
.lyh-toast {
  position: fixed; right: 24px; bottom: 24px; z-index: 90; max-width: 380px;
  padding: 12px 16px 12px 12px; display: flex; align-items: center; gap: 12px;
  border-radius: 12px; background: var(--ink); color: var(--cream);
  box-shadow: 0 16px 40px rgba(42, 36, 32, .3);
  opacity: 0; transform: translateY(16px); transition: opacity .25s ease, transform .25s ease;
}
.lyh-toast.is-open { opacity: 1; transform: none; }
.lyh-toast-thumb { flex: 0 0 48px; width: 48px; height: 48px; object-fit: cover; border-radius: 8px; background: var(--paper); }
.lyh-toast-text { flex: 1; min-width: 0; margin: 0; font-size: 13.5px; line-height: 1.4; }
.lyh-toast-text strong { display: block; font-size: 14px; }
.lyh .lyh-toast-link { color: var(--cream); font-size: 13px; font-weight: 700; white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 767px) { .lyh-toast { left: 12px; right: 12px; bottom: 12px; max-width: none; } }

/* Sections ease in once as they scroll into view (only when the script runs) */
.lyh-js .lyh-reveal {
  opacity: 0; transform: translateY(14px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.lyh-js .lyh-reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .lyh-js .lyh-reveal { opacity: 1; transform: none; transition: none; }
  .lyh-cart-count.is-bump { animation: none; }
  .lyh-media img, .lyh-announce-item, .lyh-toast, .lyh-look, .lyh-rating-card, .lyh-fibre, .lyh-fibre-media img, .lyh-rw, .lyh-rw-quote, .lyh-filters, .lyh-buybar { transition: none; }
  .lyh-card-media:hover .lyh-media img, .lyh-fibre:hover { transform: none; }
  .lyh-fibre:hover .lyh-fibre-media img { transform: scale(var(--zoom, 1)); }
}

/* Journal: post list */
.lyh-journal-head { max-width: 760px; padding-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.lyh-posts { margin: 40px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px var(--gap); }
.lyh-section .lyh-posts { margin-top: 32px; }
.lyh-post-card a { height: 100%; display: flex; flex-direction: column; gap: 18px; }
.lyh-post-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.lyh-post-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform .6s ease; }
.lyh-post-body { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.lyh-post-meta { margin: 0; font-size: 13px; color: var(--muted); }
.lyh-post-title { font: 500 28px/1.15 var(--font-display); text-wrap: balance; }
.lyh-post-intro { font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.lyh-post-card .lyh-link-arrow { color: var(--clay); }
.lyh-journal-empty { margin: 40px 0 0; color: var(--muted); }
@media (hover: hover) {
  .lyh-post-card a:hover .lyh-post-media img { transform: scale(1.03); }
  .lyh-post-card a:hover .lyh-post-title { color: var(--clay-dark); }
}
@media (max-width: 1023px) { .lyh-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .lyh-posts { grid-template-columns: 1fr; gap: 32px; } .lyh-post-title { font-size: 24px; } }

/* Journal: article */
.lyh-article-top { max-width: 1440px; margin: 0 auto; padding: 20px var(--gutter) 0; }
.lyh-article-head { max-width: 860px; margin: 0 auto; padding: 40px 0 36px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.lyh-article-head .lyh-eyebrow a { color: inherit; }
.lyh-article-title { margin: 0; font: 500 56px/1.05 var(--font-display); letter-spacing: -.005em; text-wrap: balance; }
.lyh-article-lead { max-width: 640px; margin: 0; font-size: 18px; line-height: 1.6; color: var(--muted); }
.lyh-article-hero { max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }
.lyh-article-hero img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 30%; border-radius: var(--radius-band); background: var(--sand); }
.lyh-article-hero.is-wide img { aspect-ratio: 21 / 9; }
.lyh-article-body { max-width: 1120px; margin: 0 auto; padding: 56px var(--gutter) var(--section); display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; align-items: start; }
.lyh-article-body > .lyh-article-text:only-child { grid-column: 1 / -1; margin: 0 auto; }
.lyh-toc-wrap { position: sticky; top: calc(var(--header-h) + 24px); }
.lyh-toc summary { min-height: 40px; margin: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; list-style: none; cursor: pointer; }
.lyh-toc summary::-webkit-details-marker { display: none; }
.lyh-toc summary svg { transition: transform .2s ease; }
.lyh-toc ol { margin: 0; padding: 0; list-style: none; border-left: 1px solid var(--line); }
.lyh-toc a { display: block; margin-left: -1px; padding: 7px 0 7px 16px; border-left: 2px solid transparent; font-size: 14px; line-height: 1.4; color: var(--muted); }
.lyh-toc a:hover, .lyh-toc a[aria-current] { color: var(--ink); border-left-color: var(--clay); }
.lyh-article-text { min-width: 0; max-width: 720px; display: flex; flex-direction: column; }
.lyh-article-text .lyh-prose { max-width: none; font-size: 16.5px; line-height: 1.75; }
.lyh-article-text .lyh-prose + .lyh-prose > :first-child { margin-top: 36px; }
.lyh-article-widget { margin: 8px 0 28px; }
.lyh-article-widget .lyh-compare { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lyh-article-back { margin: 40px 0 0; }
@media (min-width: 1024px) {
  .lyh-toc summary { pointer-events: none; }
  .lyh-toc summary svg { display: none; }
}
@media (max-width: 1023px) {
  .lyh-article-title { font-size: 44px; }
  .lyh-article-body { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .lyh-article-text { margin: 0 auto; width: 100%; }
  .lyh-toc-wrap { position: static; max-width: 720px; width: 100%; margin: 0 auto; }
  .lyh-toc { padding: 4px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
  .lyh-toc summary { min-height: 48px; }
  .lyh-toc[open] summary svg { transform: rotate(180deg); }
  .lyh-toc ol { margin-bottom: 14px; }
}
@media (max-width: 767px) {
  .lyh-article-head { padding: 24px 0; }
  .lyh-article-title { font-size: 34px; }
  .lyh-article-lead { font-size: 16px; }
  .lyh-article-hero { padding: 0; }
  .lyh-article-hero img { aspect-ratio: 4 / 3; border-radius: 0; }
  .lyh-article-body { padding-top: 32px; }
  .lyh-article-text .lyh-prose { font-size: 16px; }
  .lyh-article-widget .lyh-compare { grid-template-columns: minmax(0, 1fr); }
}

/* Tables in texts */
.lyh-prose table { width: 100%; margin: 8px 0 24px; border-collapse: collapse; font-size: 14.5px; line-height: 1.45; }
.lyh-prose th, .lyh-prose td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.lyh-prose thead th { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border-bottom-color: var(--line-strong); }
.lyh-prose tbody th { font-weight: 600; }
@media (max-width: 767px) {
  .lyh-prose table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .lyh-prose th, .lyh-prose td { min-width: 128px; padding: 10px; }
}

/* Tabs built by lyhome.js from the h3 headings of [data-lyh-widget="tabs"]; without script the text stays as written */
.lyh-tabs { margin: 8px 0 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band); overflow: hidden; }
.lyh-tablist { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.lyh-tablist::-webkit-scrollbar { display: none; }
.lyh-tab { flex: 0 0 auto; min-height: 50px; padding: 0 20px; border: 0; border-bottom: 2px solid transparent; background: none; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; }
.lyh-tab[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--clay); }
.lyh-tab:focus-visible { outline: 2px solid var(--clay); outline-offset: -2px; }
.lyh-tabpanel { padding: 20px 24px 6px; }
.lyh-tabpanel > p:first-child { margin: 0 0 12px; font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--clay); }
@media (max-width: 767px) { .lyh-tab { padding: 0 16px; } .lyh-tabpanel { padding: 18px 18px 4px; } }

/* Cookie banner: rejecting takes as much as accepting (same button, same place); the choice is kept for 180 days */
.lyh-consent { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 90; display: flex; justify-content: center; pointer-events: none; }
.lyh-consent-box {
  width: 100%; max-width: 620px; max-height: calc(100vh - 40px); overflow-y: auto; padding: 24px; display: flex; flex-direction: column; gap: 14px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band); box-shadow: 0 18px 50px rgba(42, 36, 32, .18); pointer-events: auto;
}
.lyh-consent-title { margin: 0; font: 500 26px/1.15 var(--font-display); }
.lyh-consent-text { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); }
.lyh-consent-text a { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }
.lyh-consent-options { display: flex; flex-direction: column; gap: 10px; padding: 4px 0; }
.lyh-consent-option { display: flex; align-items: flex-start; gap: 12px; font-size: 13.5px; line-height: 1.5; color: var(--muted); cursor: pointer; }
.lyh-consent-option input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--clay); }
.lyh-consent-option strong { display: block; color: var(--ink); }
.lyh-consent-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.lyh-consent-actions .lyh-btn { flex: 1 1 180px; }
.lyh-consent-more { min-height: 44px; padding: 0 4px; border: 0; background: none; font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
@media (max-width: 767px) {
  .lyh-consent { left: 12px; right: 12px; bottom: 12px; }
  .lyh-consent-box { padding: 20px; gap: 12px; }
  .lyh-consent-title { font-size: 22px; }
  .lyh-consent-actions .lyh-btn { flex-basis: 100%; }
  .lyh-consent-more { width: 100%; }
}

/* Checkout: one page, guest by default (form left, order summary right) */
.lyh-checkout .lyh-page-title { margin-top: 8px; }
.lyh-co { padding-top: 32px; display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; align-items: start; }
.lyh-co-main { display: flex; flex-direction: column; gap: 20px; }
.lyh-co-block { padding: 28px; display: flex; flex-direction: column; gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band); }
.lyh-co-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px 16px; }
.lyh-co-title { margin: 0; display: flex; align-items: center; gap: 12px; font: 500 26px/1.15 var(--font-display); }
.lyh-co-num { width: 28px; height: 28px; flex: 0 0 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: var(--cream); font: 700 13px/1 var(--font-body); }
.lyh-co-login { margin: 0; font-size: 13.5px; color: var(--muted); }
.lyh-co-login a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.lyh-co-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 14px; }
.lyh-co-wide { grid-column: 1 / -1; }
.lyh-co-grid .lyh-co-postcode { grid-column: span 1; }
.lyh-field-hint { margin: 0; font-size: 12.5px; color: var(--muted); }
.lyh-field input[readonly] { color: var(--muted); background: var(--cream); }
.lyh-field.has-error select { border-color: var(--clay); }
.lyh-co-option { padding: 16px 18px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #fff; cursor: pointer; }
.lyh-co-option.is-selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.lyh-co-option input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--ink); }
.lyh-co-option-text { flex: 1; display: flex; flex-direction: column; gap: 3px; font-size: 14px; }
.lyh-co-option-text span { font-size: 13px; line-height: 1.45; color: var(--muted); }
.lyh-co-option-price { font-size: 14px; font-weight: 700; color: var(--success); }
.lyh-co-note { margin: 0; font-size: 14px; color: var(--clay); }
.lyh-co-comment summary { width: fit-content; min-height: 40px; display: flex; align-items: center; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; list-style: none; }
.lyh-co-comment summary::-webkit-details-marker { display: none; }
.lyh-co-comment textarea { width: 100%; margin-top: 8px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #fff; font: inherit; font-size: 14px; resize: vertical; }
.lyh-co-alert { margin: 0; padding: 14px 18px; border: 1px solid rgba(169, 80, 47, .4); border-radius: var(--radius); background: var(--paper); color: var(--clay); font-size: 14px; }
.lyh-co-summary { position: sticky; top: calc(var(--header-h) + 24px); padding: 28px; display: flex; flex-direction: column; gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-band); }
.lyh-co-summary-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.lyh-co-edit { font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.lyh-co-items { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.lyh-co-items li { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 14px; align-items: center; font-size: 14px; }
.lyh-co-thumb { position: relative; width: 64px; height: 64px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.lyh-co-thumb img { width: 100%; height: 100%; object-fit: contain; border-radius: var(--radius); }
.lyh-co-qty { position: absolute; top: -8px; right: -8px; min-width: 22px; height: 22px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-pill); background: var(--ink); color: var(--cream); font-size: 12px; font-weight: 700; }
.lyh-co-item-name { line-height: 1.4; }
.lyh-co-item-price { font-weight: 600; white-space: nowrap; }
.lyh-co-totals { margin: 0; padding-top: 16px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--line); font-size: 14px; }
.lyh-co-totals div { display: flex; justify-content: space-between; gap: 12px; }
.lyh-co-totals dt { color: var(--muted); }
.lyh-co-totals dd { margin: 0; }
.lyh-co-grand { padding-top: 12px; border-top: 1px solid var(--line); }
.lyh-co-grand dt { display: flex; flex-direction: column; color: var(--ink); font-weight: 700; font-size: 16px; }
.lyh-co-grand dt span { font-size: 12px; font-weight: 400; color: var(--muted); }
.lyh-co-grand dd { font: 600 24px/1.1 var(--font-display); }
.lyh-co-legal { margin: 0; font-size: 12.5px; line-height: 1.55; color: var(--muted); }
.lyh-co-legal a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.lyh-co-submit { width: 100%; height: 56px; font-size: 16px; }
.lyh-co-submit[disabled] { opacity: .6; cursor: progress; }
.lyh-co-secure { margin: 0; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; color: var(--muted); }
@media (max-width: 1023px) {
  .lyh-co { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .lyh-co-summary { position: static; }
}
@media (max-width: 767px) {
  .lyh-co { padding-top: 20px; }
  .lyh-co-block, .lyh-co-summary { padding: 20px; }
  .lyh-co-title { font-size: 22px; }
  .lyh-co-grid { grid-template-columns: minmax(0, 1fr); }
  .lyh-co-grid .lyh-co-postcode { grid-column: auto; }
}
