﻿:root {
  --ink: #302b25;
  --forest: #40574a;
  --forest-2: #2f443a;
  --paper: #fffaf2;
  --white: #fff;
  --cream: #f3e5d0;
  --line: #e4d7c6;
  --muted: #746a60;
  --red: #a83c3c;
  --blue: #587080;
  --gold: #c9963f;
  --max: 1240px;
  --header-height: 88px;
  font-synthesis: none;
}

/* 1.5.99 — wide, softly lit homepage story and a unified store gallery */
.family-site .story:not(.story-page) {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(560px, 40vw, 700px) !important;
  margin: 72px 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8f3ea !important;
}

.family-site .story:not(.story-page) .story-image-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

.family-site .story:not(.story-page) .story-image-wrap::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(250, 247, 240, .98) 0%, rgba(250, 247, 240, .92) 30%, rgba(250, 247, 240, .58) 56%, rgba(250, 247, 240, .13) 79%),
    linear-gradient(0deg, rgba(250, 247, 240, .38) 0%, transparent 34%) !important;
  pointer-events: none !important;
}

.family-site .story:not(.story-page) .story-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 46% !important;
  filter: saturate(.88) brightness(1.06) contrast(.96) !important;
}

.family-site .story:not(.story-page) .story-content {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: min(calc(100% - 64px), 1480px) !important;
  min-height: clamp(560px, 40vw, 700px) !important;
  margin: 0 auto !important;
  padding: clamp(72px, 7vw, 112px) 0 !important;
  background: transparent !important;
}

.family-site .story:not(.story-page) .story-content > * {
  max-width: 590px !important;
}

.family-site .story:not(.story-page) .story-content h2 {
  font-size: clamp(46px, 5vw, 78px) !important;
  line-height: .99 !important;
  text-wrap: balance;
}

.family-site .gallery-section {
  width: min(calc(100% - 64px), 1480px) !important;
  min-height: 540px !important;
  margin: 72px auto !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr) !important;
  overflow: hidden !important;
  border: 1px solid #dfd0bb !important;
  border-radius: 30px !important;
  background: #f2e3ca !important;
  box-shadow: 0 20px 55px rgba(66, 52, 37, .08) !important;
}

.family-site .gallery-section .gallery-grid {
  min-height: 540px !important;
  background: #e8dac5 !important;
}

.family-site .gallery-section .gallery-grid figure,
.family-site .gallery-section .gallery-grid a {
  min-height: 0 !important;
  overflow: hidden !important;
}

.family-site .gallery-section .gallery-grid img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.82) brightness(1.06) contrast(.94) !important;
  transition: transform .35s ease, filter .35s ease !important;
}

.family-site .gallery-section .gallery-grid a:hover img {
  transform: scale(1.025) !important;
  filter: saturate(.9) brightness(1.04) contrast(.98) !important;
}

.family-site .gallery-section .gallery-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 540px !important;
  padding: clamp(48px, 5vw, 78px) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .52), transparent 42%),
    #f2e3ca !important;
}

.family-site .gallery-section .gallery-header h2 {
  max-width: 500px !important;
  font-size: clamp(46px, 4.5vw, 72px) !important;
  line-height: 1 !important;
  text-wrap: balance;
}

.family-site .gallery-section .gallery-header p:not(.eyebrow) {
  max-width: 470px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.family-site .gallery-section .button {
  align-self: flex-start !important;
  margin-top: 24px !important;
  background: #29483d !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .family-site .story:not(.story-page) {
    min-height: 610px !important;
    margin: 48px 0 !important;
  }

  .family-site .story:not(.story-page) .story-image-wrap::after {
    background:
      linear-gradient(90deg, rgba(250, 247, 240, .97) 0%, rgba(250, 247, 240, .86) 58%, rgba(250, 247, 240, .3) 100%),
      linear-gradient(0deg, rgba(250, 247, 240, .55), transparent 48%) !important;
  }

  .family-site .story:not(.story-page) .story-content {
    width: min(calc(100% - 40px), 1480px) !important;
    min-height: 610px !important;
    padding: 58px 0 !important;
  }

  .family-site .story:not(.story-page) .story-content > * {
    max-width: min(560px, 88%) !important;
  }

  .family-site .gallery-section {
    width: min(calc(100% - 40px), 1480px) !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }

  .family-site .gallery-section .gallery-grid {
    min-height: 430px !important;
  }

  .family-site .gallery-section .gallery-header {
    min-height: 0 !important;
    padding: 44px 32px 50px !important;
  }
}

@media (max-width: 560px) {
  .family-site .story:not(.story-page),
  .family-site .story:not(.story-page) .story-content {
    min-height: 570px !important;
  }

  .family-site .story:not(.story-page) .story-content h2 {
    font-size: clamp(40px, 12vw, 58px) !important;
  }

  .family-site .gallery-section .gallery-grid {
    min-height: 360px !important;
  }
}

/* Compact assortment hero: SEO text remains live HTML over the category image. */
.assortment-category-hero {
  position: relative;
  min-height: clamp(360px, 46vw, 560px);
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  isolation: isolate;
}

.assortment-category-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(.94);
}

.assortment-category-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(25, 25, 20, .82) 0%, rgba(25, 25, 20, .64) 37%, rgba(25, 25, 20, .18) 67%, rgba(25, 25, 20, .05) 100%),
    linear-gradient(0deg, rgba(25, 25, 20, .28), transparent 50%);
}

.assortment-category-hero .assortment-category-intro-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 44px 0 52px;
  color: #fff;
}

.assortment-category-hero .breadcrumb,
.assortment-category-hero .breadcrumb a,
.assortment-category-hero .assortment-category-lead {
  color: rgba(255, 255, 255, .9);
}

.assortment-category-hero .eyebrow {
  color: #f1c478;
}

.assortment-category-hero h1 {
  max-width: 780px;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.05;
  text-wrap: balance;
}

.assortment-category-hero .assortment-category-lead {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .25);
}

@media (max-width: 700px) {
  .assortment-category-hero {
    min-height: 520px;
    align-items: flex-end;
  }

  .assortment-category-hero-image {
    object-position: 64% center;
  }

  .assortment-category-hero-shade {
    background: linear-gradient(0deg, rgba(24, 24, 20, .9) 0%, rgba(24, 24, 20, .65) 52%, rgba(24, 24, 20, .08) 100%);
  }

  .assortment-category-hero .assortment-category-intro-inner {
    padding: 28px 20px 34px;
  }

  .assortment-category-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .assortment-category-hero .assortment-category-lead {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* Product links and desktop phone dialog */
.catalog-product-title-link {
  color: inherit;
  text-decoration: none;
}

.catalog-product-title-link:hover,
.catalog-product-title-link:focus-visible {
  color: var(--red);
}

a.catalog-product-image:focus-visible,
.catalog-product-title-link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

.catalog-product-hero,
.catalog-product-details,
.catalog-product-related {
  padding: 72px 24px;
}

.catalog-product-hero {
  background: var(--paper);
}

.catalog-product-hero-inner,
.catalog-product-details-inner,
.catalog-product-related-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.catalog-product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
}

.catalog-product-breadcrumbs a {
  color: inherit;
}

.catalog-product-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.catalog-product-visual {
  min-height: 440px;
  overflow: hidden;
  background: #ece5da;
}

.catalog-product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.catalog-product-main h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-family: 'Prata', serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.16;
}

.catalog-product-price {
  margin: 0;
  color: var(--red);
  font-size: 30px;
  font-weight: 700;
}

.catalog-product-main .catalog-product-code {
  margin: 10px 0 12px;
}

.catalog-product-availability {
  max-width: 620px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.catalog-product-availability strong {
  color: var(--green);
}

.catalog-product-description {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.catalog-product-contact {
  max-width: 580px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.catalog-product-contact p {
  color: var(--muted);
  line-height: 1.6;
}

.catalog-product-details {
  background: var(--white);
}

.catalog-product-details h2,
.catalog-product-related h2 {
  margin: 8px 0 26px;
  font-family: 'Prata', serif;
  font-size: 30px;
  font-weight: 400;
}

.catalog-product-details dl {
  max-width: 760px;
  margin: 0;
  border-top: 1px solid var(--line);
}

.catalog-product-details dl > div {
  display: grid;
  grid-template-columns: minmax(160px, .4fr) 1fr;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.catalog-product-details dt {
  color: var(--muted);
}

.catalog-product-details dd {
  margin: 0;
  font-weight: 600;
}

.catalog-product-related {
  background: #edf0ea;
}

.catalog-product-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(48, 43, 37, .18);
}

.catalog-product-related-grid article {
  min-width: 0;
  border-right: 1px solid rgba(48, 43, 37, .18);
}

.catalog-product-related-grid article:first-child {
  border-left: 1px solid rgba(48, 43, 37, .18);
}

.catalog-product-related-grid a {
  display: block;
  min-height: 180px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
}

.catalog-product-related-grid a:hover,
.catalog-product-related-grid a:focus-visible {
  background: var(--white);
}

.catalog-product-related-grid span,
.catalog-product-related-grid strong {
  display: block;
}

.catalog-product-related-grid span {
  color: var(--muted);
  font-size: 12px;
}

.catalog-product-related-grid h3 {
  margin: 12px 0 20px;
  font-size: 16px;
  line-height: 1.45;
}

.catalog-product-related-grid strong {
  color: var(--red);
}

@media (max-width: 840px) {
  .catalog-product-hero,
  .catalog-product-details,
  .catalog-product-related { padding: 52px 18px; }
  .catalog-product-layout { grid-template-columns: 1fr; }
  .catalog-product-visual,
  .catalog-product-visual img { min-height: 280px; }
  .catalog-product-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-product-related-grid article:nth-child(odd) { border-left: 1px solid rgba(48, 43, 37, .18); }
  .catalog-product-related-grid article:first-child { border-left: 1px solid rgba(48, 43, 37, .18); }
}

@media (max-width: 480px) {
  .catalog-product-details dl > div { grid-template-columns: 1fr; gap: 5px; }
  .catalog-product-related-grid { grid-template-columns: 1fr; }
  .catalog-product-related-grid article { border-left: 1px solid rgba(48, 43, 37, .18); }
}

.contact-dialog {
  position: fixed;
  z-index: 700;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contact-dialog[hidden] {
  display: none;
}

.contact-dialog-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(16, 35, 29, .78);
  cursor: default;
}

.contact-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 590px);
  padding: 48px;
  border-top: 5px solid var(--red);
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(8, 21, 19, .28);
}

.contact-dialog-panel h2 {
  margin: 10px 44px 18px 0;
  font-family: "Prata", Georgia, serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
}

.contact-dialog-panel > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.contact-dialog-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--forest);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.contact-dialog-phone {
  display: block;
  margin: 26px 0;
  color: var(--forest);
  font-family: "Lora", Georgia, serif;
  font-size: 30px;
}

.contact-dialog-code {
  margin: 12px 0 0;
  color: var(--red) !important;
  font-size: 13px;
  font-weight: 800;
}

.contact-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-dialog-actions .button {
  min-width: 190px;
}

.contact-dialog-note {
  margin: 20px 0 0;
  font-size: 13px;
}

@media (max-width: 640px) {
  .contact-dialog {
    padding: 16px;
  }

  .contact-dialog-panel {
    padding: 38px 24px 28px;
  }

  .contact-dialog-panel h2 {
    font-size: 28px;
  }

  .contact-dialog-phone {
    font-size: 24px;
  }

  .contact-dialog-actions,
  .contact-dialog-actions .button {
    width: 100%;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  background: rgba(255, 250, 242, .96);
  border-bottom: 1px solid rgba(24, 36, 33, .12);
  backdrop-filter: blur(12px);
}
.site-header::after {
  position: absolute;
  content: "";
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red) 0 30%, var(--paper) 30% 33%, var(--gold) 33% 64%, var(--paper) 64% 67%, var(--forest) 67% 100%);
}
.header-inner {
  width: min(calc(100% - 48px), var(--max));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 58px; height: 40px; object-fit: contain; }
.brand span { display: grid; line-height: 1.15; }
.brand b { font-family: "Prata", Georgia, serif; font-size: 17px; font-weight: 400; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.site-nav a { position: relative; padding: 31px 0 28px; font-size: 13px; font-weight: 700; }
.site-nav a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav a[aria-current="page"]::after { right: 0; }
.header-phone { padding-left: 22px; border-left: 1px solid var(--line); display: grid; line-height: 1.25; }
.header-phone span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.header-phone b { margin-top: 4px; font-size: 13px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 960px; padding-top: var(--header-height); overflow: hidden; color: var(--white); background: var(--forest); }
.hero-image { position: absolute; inset: var(--header-height) 0 0; width: 100%; height: calc(100% - var(--header-height)); object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: var(--header-height) 0 0; background: linear-gradient(90deg, rgba(58, 38, 25, .82) 0%, rgba(57, 43, 30, .55) 34%, rgba(49, 38, 28, .12) 66%, rgba(49, 38, 28, .01) 100%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); height: 100%; margin: 0 auto; padding: 10vh 0 6vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero h1 { max-width: 700px; margin: 18px 0 14px; font-family: "Prata", Georgia, serif; font-size: clamp(68px, 8vw, 126px); line-height: .9; font-weight: 400; text-transform: uppercase; }
.hero-lead { max-width: 650px; margin: 0; font-family: "Prata", Georgia, serif; font-size: clamp(24px, 2.4vw, 38px); line-height: 1.25; }
.hero-copy { max-width: 570px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: 16px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; }
.hero-identity { position: relative; display: flex; align-items: center; gap: 16px; padding: 10px 16px 10px 12px; border-left: 3px solid var(--red); background: rgba(67, 43, 28, .48); backdrop-filter: blur(5px); }
.hero-identity p { margin: 0; display: grid; line-height: 1.25; }
.hero-identity b { color: #f2d695; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.hero-identity small { margin-top: 4px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 600; }
.heritage-mark { position: relative; width: 34px; height: 34px; display: grid; place-items: center; }
.heritage-mark i { position: absolute; width: 13px; height: 13px; border: 3px solid var(--red); transform: rotate(45deg); }
.heritage-mark i:nth-child(1) { transform: translateY(-9px) rotate(45deg); }
.heritage-mark i:nth-child(2) { transform: translateX(9px) rotate(45deg); border-color: #f2d695; }
.heritage-mark i:nth-child(3) { transform: translateY(9px) rotate(45deg); }
.heritage-mark i:nth-child(4) { transform: translateX(-9px) rotate(45deg); border-color: #f2d695; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: 2.3px; text-transform: uppercase; }
.eyebrow.light { color: #f0d49a; }
.button { min-height: 52px; padding: 14px 24px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 800; transition: background .2s, color .2s, border-color .2s; }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: #86212b; }
.button-outline-light { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-outline-light:hover, .button-outline-light:focus-visible { background: var(--white); color: var(--forest); }
.button-cream { background: var(--cream); color: var(--ink); }
.button-cream:hover, .button-cream:focus-visible { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 5px; color: var(--forest); font-size: 13px; font-weight: 800; }
.light-link { color: var(--white); }
.hero-ornament, .footer-ornament {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 18px;
  background-color: var(--cream);
  background-image:
    linear-gradient(45deg, transparent 35%, var(--red) 36% 49%, transparent 50%),
    linear-gradient(-45deg, transparent 35%, var(--gold) 36% 49%, transparent 50%);
  background-position: 0 0, 18px 0;
  background-size: 36px 18px;
}

.quick-facts { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.fact { min-height: 130px; padding: 32px 24px; display: flex; gap: 18px; align-items: flex-start; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact span { color: var(--red); font-size: 10px; font-weight: 800; }
.fact p { margin: 0; color: var(--muted); font-size: 12px; }
.fact b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }

.values-band { position: relative; min-height: 196px; padding: 48px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; gap: 22px; align-items: center; background: #f0dfc7; color: var(--ink); border-bottom: 1px solid #decab0; }
.values-band p { margin: 0; text-align: center; }
.values-band span { display: block; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.values-band b { display: block; margin-top: 7px; font-family: "Prata", Georgia, serif; font-size: clamp(25px, 3vw, 38px); font-weight: 400; }
.values-band > i { width: 15px; height: 15px; margin: auto; border: 3px solid var(--red); transform: rotate(45deg); box-shadow: 0 0 0 5px #f0dfc7, 0 0 0 6px rgba(168,60,60,.28); }
.values-ornament { position: absolute; inset: 0 0 auto; height: 14px; background-color: #fff7eb; background-image: linear-gradient(45deg, transparent 35%, var(--gold) 36% 49%, transparent 50%), linear-gradient(-45deg, transparent 35%, var(--red) 36% 49%, transparent 50%); background-position: 0 0, 14px 0; background-size: 28px 14px; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 96px 0; }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .story h2, .gallery-header h2, .offers h2, .contacts h2 { margin: 0; font-family: "Prata", Georgia, serif; font-size: clamp(42px, 5vw, 72px); line-height: 1.12; font-weight: 400; }
.split-heading, .news-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.split-heading > p, .news-heading > p, .gallery-header > p { margin: 0 0 10px; color: var(--muted); font-size: 15px; }
.assortment-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.assortment-item { position: relative; min-height: 265px; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; color: inherit; }
.assortment-item::before { position: absolute; content: ""; width: 10px; height: 10px; right: 22px; top: 22px; border: 2px solid var(--accent); transform: rotate(45deg); opacity: .55; }
.assortment-item::after { position: absolute; content: ""; inset: auto 0 0; height: 4px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.assortment-item:hover::after { transform: scaleX(1); }
.assortment-item span { color: var(--accent); font-size: 11px; font-weight: 800; }
.assortment-item h3 { margin: 38px 0 12px; font-family: "Prata", Georgia, serif; font-size: 25px; font-weight: 400; }
.assortment-item p { margin: 0; color: var(--muted); font-size: 13px; }
.assortment-item::before, .assortment-item::after { z-index: 2; }
.assortment-item > span, .assortment-item > h3, .assortment-item > p { position: relative; z-index: 1; }
.assortment-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .16; filter: saturate(.76) contrast(.9); pointer-events: none; transition: opacity .35s ease, transform .5s ease; }
.assortment-item:hover .assortment-bg { opacity: .24; transform: scale(1.025); }
.accent-red { --accent: var(--red); }
.accent-blue { --accent: var(--blue); }
.accent-gold { --accent: var(--gold); }
.accent-green { --accent: var(--forest); }
.brands-line { margin-top: 34px; display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; }
.brands-line span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.brands-line p { margin: 0; font-family: "Prata", Georgia, serif; font-size: 16px; }

.story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--cream); }
.story-image-wrap { position: relative; min-height: 680px; overflow: hidden; }
.story-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.story-content { padding: clamp(72px, 9vw, 140px) clamp(48px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; }
.story-content > p:not(.eyebrow) { max-width: 610px; margin: 18px 0 0; color: #49534f; font-size: 15px; }
.story-content .story-intro { margin-top: 30px !important; color: var(--ink) !important; font-family: "Prata", Georgia, serif; font-size: 21px !important; line-height: 1.55; }
blockquote { position: relative; max-width: 560px; margin: 38px 0 28px; padding: 24px 0 24px 30px; border-left: 3px solid var(--red); font-family: "Prata", Georgia, serif; font-size: 20px; line-height: 1.5; }
blockquote cite { display: block; margin-top: 12px; color: var(--muted); font-family: "Manrope", Arial, sans-serif; font-size: 11px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.story-stamp { position: absolute; right: 28px; bottom: 28px; width: 132px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; display: grid; place-content: center; background: rgba(23,63,56,.86); color: var(--white); text-align: center; transform: rotate(-7deg); }
.story-stamp::before, .story-stamp::after { content: "◆"; color: #f0d49a; font-size: 9px; }
.story-stamp span { font-size: 9px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.story-stamp b { font-family: "Prata", Georgia, serif; font-size: 17px; font-weight: 400; }

.gallery-section { padding: 96px max(24px, calc((100vw - var(--max)) / 2)); background: var(--forest-2); color: var(--white); }
.gallery-header { margin-bottom: 42px; display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 64px; align-items: end; }
.gallery-header > p { color: rgba(255,255,255,.64); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 540px; gap: 12px; }
.gallery-photo { position: relative; padding: 0; border: 0; overflow: hidden; cursor: zoom-in; background: #0c2824; }
.gallery-photo::after { position: absolute; content: "+"; right: 18px; bottom: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(15,48,44,.55); color: var(--white); font-size: 22px; opacity: 0; transform: scale(.8); transition: opacity .2s, transform .2s; }
.gallery-photo:hover::after, .gallery-photo:focus-visible::after { opacity: 1; transform: scale(1); }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-photo:hover img { transform: scale(1.035); }
.gallery-photo-tall { grid-row: auto; }
.gallery-photo-wide { grid-column: auto; }
.gallery-footer { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.gallery-footer-actions { justify-content: flex-end; }
.gallery-footer p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.gallery-footer b { color: var(--white); }

.news-section { padding-bottom: 110px; }
.news-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.news-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.news-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #e8e5dc; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-image img { transform: scale(1.025); }
.news-card-featured .news-image { aspect-ratio: 5/3; }
.news-body { padding: 28px; }
.news-body time { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.news-body h3 { margin: 13px 0 12px; font-family: "Prata", Georgia, serif; font-size: 22px; line-height: 1.35; font-weight: 400; }
.news-card-featured .news-body h3 { font-size: 28px; }
.news-body p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.news-footer { margin-top: 34px; display: flex; justify-content: flex-end; }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--ink); }

.offers { position: relative; min-height: 340px; padding: 70px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; background: var(--red); color: var(--white); overflow: hidden; }
.offers::after { position: absolute; content: ""; width: 420px; aspect-ratio: 1; right: -110px; top: -160px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.035), 0 0 0 92px rgba(255,255,255,.025); }
.offers-copy { position: relative; z-index: 1; max-width: 780px; }
.offers-copy > p:last-child { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.78); }
.offers .button { position: relative; z-index: 1; }
.offers-pattern { position: absolute; inset: auto 0 0; height: 16px; opacity: .9; background-image: linear-gradient(45deg, transparent 35%, #f1d69a 36% 49%, transparent 50%), linear-gradient(-45deg, transparent 35%, #173f38 36% 49%, transparent 50%); background-position: 0 0, 16px 0; background-size: 32px 16px; }

.contacts { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 96px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contacts-lead { max-width: 600px; margin: 28px 0 34px; color: var(--muted); }
.contact-details { border-top: 1px solid var(--line); }
.contact-details > div { padding: 28px 0; display: grid; grid-template-columns: 145px 1fr; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.contact-details strong { font-family: "Prata", Georgia, serif; font-size: 18px; line-height: 1.6; font-weight: 400; }
.contact-map { grid-column: 1 / -1; min-height: 480px; border: 1px solid var(--line); background: #e7e9e5; overflow: hidden; }
.contact-map iframe { width: 100%; height: 480px; display: block; border: 0; }

.subpage-main { padding-top: var(--header-height); }
.page-hero { position: relative; min-height: 500px; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest); color: var(--white); }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-gallery > img { object-position: center 43%; }
.page-hero-news > img { object-position: center 60%; }
.page-hero-offers > img { object-position: center 42%; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58,38,25,.86), rgba(57,43,30,.42) 58%, rgba(49,38,28,.1)); }
.page-hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 76px 0 66px; }
.page-hero h1 { margin: 10px 0 18px; font-family: "Prata", Georgia, serif; font-size: clamp(76px, 10vw, 145px); line-height: .94; font-weight: 400; text-transform: uppercase; }
.page-hero-content > p:last-child { max-width: 630px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; }
.archive-section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 88px 0 104px; }
.archive-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.25fr .55fr; gap: 64px; align-items: end; }
.archive-heading-single { grid-template-columns: minmax(0, 1fr); }
.archive-heading h2 { margin: 0; font-family: "Prata", Georgia, serif; font-size: clamp(42px, 5vw, 70px); line-height: 1.12; font-weight: 400; }
.archive-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.archive-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 12px; }
.archive-gallery-grid .gallery-photo { min-width: 0; }
.archive-gallery-grid .gallery-span-tall { grid-row: span 2; }
.archive-gallery-grid .gallery-span-wide { grid-column: span 2; }
.archive-news-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.archive-news-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.archive-news-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; }
.archive-news-featured .news-image { aspect-ratio: auto; }
.archive-news-card .news-body { padding: 34px; }
.archive-news-card .news-body h3 { margin: 14px 0; font-family: "Prata", Georgia, serif; font-size: 28px; line-height: 1.35; font-weight: 400; }
.archive-news-featured .news-body { padding: clamp(42px, 6vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.archive-news-featured .news-body h3 { font-size: clamp(30px, 3vw, 46px); }
.empty-offers { min-height: 300px; padding: 54px; display: grid; grid-template-columns: 130px 1fr auto; gap: 44px; align-items: center; border: 1px solid var(--line); background: var(--cream); }
.empty-offers h3 { margin: 0 0 10px; font-family: "Prata", Georgia, serif; font-size: 30px; font-weight: 400; }
.empty-offers p { max-width: 650px; margin: 0; color: var(--muted); }
.empty-offers-mark { width: 116px; aspect-ratio: 1; border: 1px solid rgba(165,43,54,.35); border-radius: 50%; display: flex; justify-content: center; align-items: center; gap: 8px; }
.empty-offers-mark i { width: 14px; height: 14px; border: 3px solid var(--red); transform: rotate(45deg); }

.site-footer { position: relative; padding: 70px 0 44px; background: var(--ink); color: var(--white); }
.footer-ornament { inset: 0 0 auto; }
.footer-inner { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-brand small { color: rgba(255,255,255,.58); letter-spacing: 0; text-transform: none; }
.footer-inner nav { display: flex; gap: 24px; font-size: 12px; font-weight: 700; }
.footer-inner > p { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; }

.lightbox { position: fixed; z-index: 500; inset: 0; padding: 60px; display: grid; place-items: center; background: rgba(8,21,19,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(94vw, 1040px); max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 20px; right: 28px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: var(--white); font-size: 28px; cursor: pointer; }

@media (max-width: 1080px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 12px; }
  .header-phone span { display: none; }
  .assortment-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 360px; }
  .gallery-photo-tall { grid-row: auto; }
  .gallery-photo-wide { grid-column: 1 / -1; }
  .gallery-photo:nth-child(3) { grid-column: 1 / -1; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
  .news-card-featured .news-image { aspect-ratio: auto; }
}

@media (max-width: 820px) {
  :root { --header-height: 74px; }
  .header-inner { width: min(calc(100% - 32px), var(--max)); gap: 12px; }
  .brand img { width: 50px; height: 34px; }
  .brand b { font-size: 15px; }
  .header-phone { margin-left: auto; padding: 10px 13px; border: 1px solid var(--line); }
  .header-phone b { margin: 0; font-size: 0; }
  .header-phone b::after { content: "Подзвонити"; font-size: 11px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: var(--header-height) 0 0; padding: 44px 24px 100px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; }
  .menu-open .site-nav { transform: translateX(0); }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: "Prata", Georgia, serif; font-size: 24px; font-weight: 400; }
  .site-nav a::after { display: none; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 720px; max-height: none; height: 92svh; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,28,25,.85), rgba(10,28,25,.42) 74%, rgba(10,28,25,.18)); }
  .hero-content { width: min(calc(100% - 32px), var(--max)); padding-top: 8vh; justify-content: flex-end; padding-bottom: 74px; }
  .hero h1 { font-size: clamp(58px, 15vw, 88px); }
  .hero-copy { max-width: 470px; }
  .quick-facts { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }
  .values-band { grid-template-columns: 1fr; gap: 24px; padding-top: 62px; padding-bottom: 54px; }
  .values-band > i { width: 10px; height: 10px; }
  .fact { border-bottom: 1px solid var(--line); }
  .fact:nth-child(2) { border-right: 0; }
  .section { width: calc(100% - 32px); padding: 90px 0; }
  .split-heading, .news-heading, .gallery-header { grid-template-columns: 1fr; gap: 26px; }
  .section-heading h2, .story h2, .gallery-header h2, .offers h2, .contacts h2 { font-size: clamp(38px, 9vw, 56px); }
  .brands-line { grid-template-columns: 1fr; gap: 10px; }
  .story { grid-template-columns: 1fr; }
  .story-image-wrap { min-height: 560px; }
  .story-content { padding: 82px 32px; }
  .gallery-section { padding-top: 90px; padding-bottom: 90px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card-featured { grid-column: auto; display: block; }
  .news-card-featured .news-image { aspect-ratio: 5/3; }
  .offers { grid-template-columns: 1fr; gap: 32px; padding-top: 78px; padding-bottom: 88px; }
  .offers .button { justify-self: start; }
  .contacts { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 70px; padding: 90px 0; }
  .page-hero { min-height: 520px; }
  .page-hero-content { width: calc(100% - 32px); padding-bottom: 72px; }
  .archive-section { width: calc(100% - 32px); padding: 90px 0 110px; }
  .archive-heading { grid-template-columns: 1fr; gap: 24px; }
  .archive-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 300px; }
  .archive-news-featured { grid-template-columns: 1fr; }
  .archive-news-featured .news-image { aspect-ratio: 4/3; }
  .empty-offers { grid-template-columns: 1fr; padding: 38px; }
  .footer-inner { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .footer-inner nav { flex-wrap: wrap; }
}

/* 1.5.97 — approved “Світла кераміка” homepage composition */
.family-site .homepage-featured,
.family-site .assortment,
.family-site .news-section {
  width: min(calc(100% - 64px), 1480px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.family-site .homepage-featured-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.family-site .homepage-featured-grid .catalog-product-item {
  display: flex !important;
  min-width: 0 !important;
  min-height: 410px !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid #dfd1bf !important;
  border-radius: 18px !important;
  background: #fffdf9 !important;
  box-shadow: none !important;
}
.family-site .homepage-featured-grid .catalog-product-item:nth-child(n+5) {
  display: none !important;
}
.family-site .homepage-featured-grid .catalog-product-image {
  display: grid !important;
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  place-items: center !important;
  padding: 18px !important;
  background: #f4ede2 !important;
}
.family-site .homepage-featured-grid .catalog-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}
.family-site .homepage-featured-grid .catalog-product-copy {
  display: flex !important;
  min-width: 0 !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 24px 20px 20px !important;
}
.family-site .homepage-featured-grid .catalog-product-copy h4 {
  display: -webkit-box !important;
  margin: 8px 0 12px !important;
  overflow: hidden !important;
  font-size: 18px !important;
  line-height: 1.42 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.family-site .homepage-featured-grid .catalog-product-copy footer {
  margin-top: auto !important;
}

.family-site .assortment-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  border: 0 !important;
}
.family-site .assortment-grid .assortment-item {
  position: relative !important;
  display: grid !important;
  min-height: 420px !important;
  grid-template-rows: 245px auto auto 1fr !important;
  align-content: start !important;
  overflow: hidden !important;
  padding: 0 0 26px !important;
  border: 1px solid #dfd1bf !important;
  border-radius: 18px !important;
  background: #fffdf9 !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}
.family-site .assortment-grid .assortment-item:nth-child(n+7) {
  display: none !important;
}
.family-site .assortment-grid .assortment-item::before,
.family-site .assortment-grid .assortment-item::after {
  display: none !important;
}
.family-site .assortment-grid .assortment-bg {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 245px !important;
  opacity: 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;
}
.family-site .assortment-grid .assortment-item h3 {
  position: static !important;
  z-index: auto !important;
  margin: 24px 24px 0 !important;
  color: var(--ink) !important;
  font-size: clamp(27px, 2.2vw, 36px) !important;
  line-height: 1.08 !important;
}
.family-site .assortment-grid .assortment-item p {
  position: static !important;
  z-index: auto !important;
  margin: 14px 24px 0 !important;
  color: #756c63 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.family-site .story:not(.story-page) {
  position: relative !important;
  width: min(calc(100% - 64px), 1240px) !important;
  min-height: 540px !important;
  margin: 88px auto !important;
  display: grid !important;
  grid-template-columns: 1.08fr .92fr !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #efe0c9 !important;
}
.family-site .story:not(.story-page) .story-image-wrap {
  position: relative !important;
  inset: auto !important;
  min-height: 540px !important;
}
.family-site .story:not(.story-page) .story-image-wrap::after {
  display: none !important;
}
.family-site .story:not(.story-page) .story-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}
.family-site .story:not(.story-page) .story-content {
  position: relative !important;
  width: auto !important;
  min-height: 540px !important;
  margin: 0 !important;
  padding: 68px clamp(36px, 5vw, 76px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: #efe0c9 !important;
}
.family-site .story:not(.story-page) .story-content > * {
  max-width: 520px !important;
}
.family-site .story:not(.story-page) h2 {
  font-size: clamp(42px, 4vw, 62px) !important;
  line-height: 1.05 !important;
}

.family-site .gallery-section {
  width: min(calc(100% - 64px), 1480px) !important;
  margin: 88px auto !important;
  padding: 68px !important;
  border-radius: 24px !important;
  background: #efe0c9 !important;
  color: var(--ink) !important;
}
.family-site .gallery-section .eyebrow {
  color: var(--red) !important;
}
.family-site .gallery-header {
  align-items: end !important;
}
.family-site .gallery-header > p {
  color: #756c63 !important;
}
.family-site .gallery-grid {
  display: grid !important;
  height: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.family-site .gallery-grid .gallery-photo,
.family-site .gallery-grid .gallery-photo-tall {
  height: 300px !important;
  min-height: 300px !important;
  border-radius: 16px !important;
}
.family-site .gallery-grid img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.family-site .gallery-section .button-outline-light {
  border-color: var(--forest) !important;
  background: var(--forest) !important;
  color: #fff !important;
}

.family-site .offers {
  position: relative !important;
  width: min(calc(100% - 64px), 1480px) !important;
  min-height: 0 !important;
  margin: 88px auto !important;
  padding: 68px !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
  gap: 64px !important;
  overflow: hidden !important;
  border: 1px solid #dfd1bf !important;
  border-radius: 24px !important;
  background: #fffaf2 !important;
  color: var(--ink) !important;
}
.family-site .offers::after,
.family-site .offers-pattern {
  display: none !important;
}
.family-site .offers .eyebrow {
  color: var(--red) !important;
}
.family-site .offers-copy > p:last-of-type {
  color: #756c63 !important;
}
.family-site .offers .button-outline-light {
  border-color: var(--red) !important;
  background: var(--red) !important;
  color: #fff !important;
}
.family-site .offers-list {
  width: 100% !important;
  max-width: none !important;
}
.family-site .offers-list .offer-empty,
.family-site .offers-list .promo-card {
  min-height: 210px !important;
  padding: 36px !important;
  border: 1px solid #dfd1bf !important;
  background: #fff !important;
  color: var(--ink) !important;
}

@media (max-width: 1080px) {
  .family-site .homepage-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .family-site .assortment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .family-site .story:not(.story-page) {
    grid-template-columns: 1fr !important;
  }
  .family-site .story:not(.story-page) .story-image-wrap {
    min-height: 430px !important;
  }
  .family-site .story:not(.story-page) .story-content {
    min-height: 0 !important;
  }
  .family-site .offers {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 700px) {
  .family-site .homepage-featured,
  .family-site .assortment,
  .family-site .news-section,
  .family-site .story:not(.story-page),
  .family-site .gallery-section,
  .family-site .offers {
    width: min(calc(100% - 28px), 1480px) !important;
  }
  .family-site .homepage-featured-grid,
  .family-site .assortment-grid,
  .family-site .gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .family-site .gallery-section,
  .family-site .offers {
    padding: 34px 20px !important;
  }
  .family-site .gallery-grid .gallery-photo,
  .family-site .gallery-grid .gallery-photo-tall {
    height: 250px !important;
    min-height: 250px !important;
  }
  .family-site .offers {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* 1.5.68: softer inner-page hero that blends into the light site background. */
.family-site .page-hero {
  min-height: 430px;
  isolation: isolate;
  overflow: hidden;
}
.family-site .page-hero > img {
  z-index: 0;
  transform: scale(1.035);
}
.family-site .page-hero::before,
.family-site .page-hero::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  bottom: 0;
  width: 19%;
  pointer-events: none;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.family-site .page-hero::before {
  left: -5%;
  background: linear-gradient(90deg, rgba(247,242,233,.52), transparent);
  -webkit-mask-image: linear-gradient(90deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
}
.family-site .page-hero::after {
  right: -5%;
  background: linear-gradient(270deg, rgba(247,242,233,.52), transparent);
  -webkit-mask-image: linear-gradient(270deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
}
.family-site .page-hero-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(28,25,21,.06) 0%, rgba(28,25,21,.08) 68%, var(--paper) 100%),
    linear-gradient(90deg, rgba(31,27,23,.78) 0%, rgba(31,27,23,.48) 44%, rgba(31,27,23,.12) 78%);
}
.family-site .page-hero-content {
  z-index: 3;
  padding-top: 64px;
  padding-bottom: 72px;
}
.family-site .page-hero h1 {
  font-size: clamp(64px, 8vw, 112px);
}
@media (max-width: 820px) {
  .family-site .page-hero { min-height: 410px; }
  .family-site .page-hero::before,
  .family-site .page-hero::after { width: 25%; }
  .family-site .page-hero h1 { font-size: 52px; }
}

@media (max-width: 560px) {
  .header-phone { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero { height: 88svh; min-height: 690px; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(10,28,25,.04) 12%, rgba(10,28,25,.45) 45%, rgba(10,28,25,.95) 100%); }
  .hero-content { padding-bottom: 58px; }
  .hero-identity { padding: 9px 12px 9px 10px; }
  .hero-identity small { font-size: 9px; }
  .hero h1 { margin-top: 12px; font-size: 55px; line-height: .94; }
  .hero-lead { font-size: 23px; }
  .hero-copy { margin-top: 14px; font-size: 13px; }
  .hero-actions { width: 100%; margin-top: 24px; flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .text-link { align-self: flex-start; }
  .quick-facts { grid-template-columns: 1fr; }
  .fact { min-height: 104px; border-right: 0; }
  .assortment-grid { grid-template-columns: 1fr; }
  .assortment-item { min-height: 220px; }
  .story-image-wrap { min-height: 440px; }
  .story-stamp { width: 112px; right: 18px; bottom: 18px; }
  .story-content { padding: 72px 20px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .gallery-photo:nth-child(3) { display: block; }
  .gallery-photo-wide { grid-column: auto; display: none; }
  .gallery-footer { align-items: stretch; flex-direction: column; }
  .news-card-featured .news-image, .news-image { aspect-ratio: 1/1; }
  .contact-details > div { grid-template-columns: 1fr; gap: 10px; }
  .contact-map, .contact-map iframe { min-height: 380px; height: 380px; }
  .page-hero h1 { font-size: 58px; }
  .page-hero-content > p:last-child { font-size: 14px; }
  .archive-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 440px; }
  .archive-gallery-grid .gallery-span-wide { grid-column: auto; }
  .archive-gallery-grid .gallery-span-tall { grid-row: auto; }
  .archive-news-grid { grid-template-columns: 1fr; }
  .archive-news-featured { grid-column: auto; }
  .archive-news-card .news-body, .archive-news-featured .news-body { padding: 28px; }
  .archive-news-card .news-body h3, .archive-news-featured .news-body h3 { font-size: 25px; }
  .lightbox { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Selected direction: family warmth, restrained Ukrainian details, image-led layout. */
.family-site {
  --paper: #fbf7ef;
  --cream: #efe2ce;
  --ink: #2c2925;
  --muted: #71685f;
  --red: #9f3138;
  --blue: #31556b;
  --gold: #c58e3c;
  --forest: #32473d;
  --header-height: 84px;
  background: var(--paper);
}

.family-site .site-header {
  background: rgba(251, 247, 239, .97);
  border-bottom: 1px solid rgba(44, 41, 37, .12);
  backdrop-filter: blur(15px);
}
.family-site .site-header::after {
  height: 5px;
  background-color: #f2e6d5;
  background-image:
    linear-gradient(45deg, transparent 36%, var(--red) 37% 48%, transparent 49%),
    linear-gradient(-45deg, transparent 36%, var(--blue) 37% 48%, transparent 49%);
  background-position: 0 0, 10px 0;
  background-size: 20px 10px;
}
.family-site .header-inner {
  width: min(calc(100% - 56px), 1420px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
}
.family-site .brand {
  grid-column: 2;
  justify-self: center;
}
.family-site .brand img { width: 52px; height: 38px; }
.family-site .brand b { font-size: 18px; }
.family-site .brand small { letter-spacing: 1.2px; text-align: center; }
.family-site .header-phone {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  padding-left: 0;
  border-left: 0;
  text-align: right;
}
.family-site .header-search {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
  width: clamp(190px, 20vw, 310px);
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  border: 1px solid rgba(64, 87, 74, .2);
  background: rgba(255, 255, 255, .72);
}
.family-site .header-search input,
.family-site .nav-search input {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}
.family-site .header-search input {
  height: 42px;
  padding: 0 13px;
  font-size: 13px;
}
.family-site .header-search input::placeholder,
.family-site .nav-search input::placeholder {
  color: rgba(48, 43, 37, .58);
}
.family-site .header-search:focus-within,
.family-site .nav-search div:focus-within {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(64, 87, 74, .12);
}
.family-site .header-search button,
.family-site .nav-search button {
  height: 100%;
  border: 0;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: var(--white);
  cursor: pointer;
}
.family-site .header-search button:hover,
.family-site .header-search button:focus-visible,
.family-site .nav-search button:hover,
.family-site .nav-search button:focus-visible {
  background: var(--red);
}
.family-site .header-search svg,
.family-site .nav-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}
.family-site .menu-toggle {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: auto;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.family-site .menu-label {
  height: auto;
  margin: 0;
  background: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.family-site .menu-glyph {
  position: relative;
  width: 26px;
  height: 18px;
  margin: 0;
  background: none;
}
.family-site .menu-glyph i {
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: currentColor;
  transition: top .2s ease, transform .2s ease;
}
.family-site .menu-glyph i:first-child { top: 4px; }
.family-site .menu-glyph i:last-child { top: 12px; }
.family-site.menu-open .menu-glyph i:first-child { top: 8px; transform: rotate(45deg); }
.family-site.menu-open .menu-glyph i:last-child { top: 8px; transform: rotate(-45deg); }

.family-site .site-nav {
  position: fixed;
  z-index: -1;
  inset: var(--header-height) 0 auto;
  height: calc(100svh - var(--header-height));
  margin: 0;
  padding: clamp(54px, 8vh, 100px) max(28px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: clamp(70px, 10vw, 170px);
  align-items: center;
  background: #f7efe3;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: opacity .24s ease, transform .24s ease;
}
.family-site.menu-open .site-nav {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.family-site .nav-links { display: grid; }
.family-site .site-nav .nav-links a {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: baseline;
  border-bottom: 1px solid rgba(44, 41, 37, .14);
  font-family: "Prata", Georgia, serif;
  font-size: clamp(29px, 4.2vw, 56px);
  line-height: 1.25;
  font-weight: 400;
}
.family-site .site-nav .nav-links a::after { display: none; }
.family-site .site-nav .nav-links a:hover,
.family-site .site-nav .nav-links a:focus-visible { color: var(--red); }
.family-site .nav-links small {
  color: var(--red);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
}
.family-site .nav-aside {
  padding-left: clamp(32px, 5vw, 72px);
  border-left: 1px solid rgba(44, 41, 37, .16);
  display: grid;
  align-content: center;
}
.family-site .nav-aside::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-bottom: 30px;
  border: 7px double var(--red);
  transform: rotate(45deg);
}
.family-site .nav-search {
  max-width: 430px;
  margin-bottom: 34px;
}
.family-site .nav-search label {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.family-site .nav-search div {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  border: 1px solid rgba(64, 87, 74, .24);
  background: rgba(255, 255, 255, .72);
}
.family-site .nav-search input {
  padding: 0 16px;
  font-size: 14px;
}
.family-site .nav-search small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.family-site .nav-aside p { margin: 0 0 6px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.family-site .nav-aside strong { font-family: "Prata", Georgia, serif; font-size: 27px; font-weight: 400; }
.family-site .nav-aside a { width: max-content; margin-top: 28px; border-bottom: 1px solid currentColor; font-size: 18px; font-weight: 800; }
.family-site .nav-aside span { margin-top: 18px; color: var(--muted); font-size: 13px; }

.family-site .family-hero {
  height: calc(100svh - 100px);
  min-height: 620px;
  max-height: 900px;
  background: #1e211d;
}
.family-site .family-hero .hero-image {
  object-position: center center;
}
.family-site .family-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(22, 22, 19, .86) 0%, rgba(24, 23, 20, .62) 25%, rgba(24, 23, 20, .16) 55%, rgba(24, 23, 20, .04) 100%),
    linear-gradient(0deg, rgba(18, 17, 15, .28), transparent 45%);
}
.family-site .family-hero .hero-content {
  width: min(calc(100% - 56px), 1420px);
  padding: calc(var(--header-height) + 7vh) 0 76px;
  justify-content: center;
}
.family-site .hero-kicker {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ead09a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.family-site .hero-kicker span {
  width: 13px;
  height: 13px;
  border: 3px solid var(--red);
  transform: rotate(45deg);
}
.family-site .family-hero h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(66px, 7vw, 112px);
  line-height: .94;
  text-transform: none;
}
.family-site .family-hero .hero-lead {
  max-width: 610px;
  margin-top: 24px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(25px, 2.5vw, 37px);
  line-height: 1.3;
}
.family-site .family-hero .hero-copy {
  max-width: 520px;
  margin-top: 16px;
  font-size: 14px;
}
.family-site .family-hero .hero-actions { margin-top: 30px; }
.family-site .family-hero .button-primary { background: #a7353c; }
.family-site .hero-address {
  position: absolute;
  z-index: 3;
  right: max(28px, calc((100vw - 1420px) / 2));
  bottom: 34px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
}
.family-site .hero-address span {
  margin-right: 10px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.family-site .hero-ornament {
  height: 10px;
  background-color: #f3e5d0;
  background-position: 0 0, 10px 0;
  background-size: 20px 10px;
}

.family-site .family-motto {
  width: min(calc(100% - 56px), 1320px);
  min-height: 250px;
  margin: 0 auto;
  padding: 64px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 90px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.family-site .motto-lead {
  max-width: 850px;
  margin: 0;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.25;
}
.family-site .motto-lead em { color: var(--red); font-style: normal; }
.family-site .motto-values {
  margin: 0;
  padding-left: 34px;
  display: grid;
  gap: 10px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.family-site .motto-values span::before { content: "◆"; margin-right: 10px; color: var(--gold); font-size: 7px; }

.family-site .story {
  position: relative;
  min-height: 790px;
  display: block;
  overflow: hidden;
  background: #f1ede4;
}
.family-site .story-image-wrap { position: absolute; inset: 0; min-height: 0; }
.family-site .story-image-wrap::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 242, 233, .98) 0%, rgba(247, 242, 233, .94) 31%, rgba(247, 242, 233, .28) 53%, transparent 70%);
}
.family-site .story-image-wrap > img { object-position: center center; }
.family-site .story-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 56px), 1320px);
  min-height: 790px;
  margin: 0 auto;
  padding: 92px 0;
  justify-content: center;
  align-items: flex-start;
}
.family-site .story-content > * { max-width: 570px; }
.family-site .story h2 { font-size: clamp(42px, 5vw, 68px); }
.family-site .story-content .story-intro { font-size: 19px !important; }
.family-site .story blockquote { margin-top: 28px; padding: 18px 0 18px 24px; font-size: 17px; }

@media (max-width: 940px) {
  .family-site .header-search { display: none; }
}

@media (max-width: 820px) {
  .family-site { --header-height: 74px; }
  .family-site .header-inner { width: calc(100% - 32px); grid-template-columns: 1fr auto 1fr; }
  .family-site .brand span { display: none; }
  .family-site .brand img { width: 49px; height: 38px; }
  .family-site .header-search { display: none; }
  .family-site .header-phone { display: none; }
  .family-site .menu-toggle { margin-left: 0; }
  .family-site .menu-toggle span { transform: none !important; opacity: 1 !important; }
  .family-site .site-nav {
    padding: 34px 24px 54px;
    grid-template-columns: 1fr;
    gap: 36px;
    overflow-y: auto;
    transform: translateY(-20px);
  }
  .family-site.menu-open .site-nav { transform: translateY(0); }
  .family-site .site-nav .nav-links a { padding: 8px 0; grid-template-columns: 36px 1fr; font-size: clamp(27px, 7vw, 42px); }
  .family-site .nav-aside { padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .family-site .nav-aside::before { display: none; }
  .family-site .nav-search { max-width: none; margin-bottom: 28px; }
  .family-site .nav-aside strong { font-size: 22px; }
  .family-site .family-hero { height: calc(100svh - 84px); min-height: 580px; }
  .family-site .family-hero .hero-image { object-position: 54% center; }
  .family-site .family-hero .hero-shade {
    background: linear-gradient(180deg, rgba(20,19,17,.16) 4%, rgba(20,19,17,.25) 32%, rgba(20,19,17,.9) 77%, rgba(20,19,17,.97) 100%);
  }
  .family-site .family-hero .hero-content {
    width: calc(100% - 32px);
    padding: 0 0 58px;
    justify-content: flex-end;
  }
  .family-site .family-hero h1 { font-size: clamp(52px, 13vw, 78px); }
  .family-site .family-hero .hero-lead { max-width: 470px; font-size: 25px; }
  .family-site .family-hero .hero-copy { max-width: 470px; font-size: 13px; }
  .family-site .hero-address { display: none; }
  .family-site .family-motto { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 34px; padding: 58px 0; }
  .family-site .motto-values { padding: 22px 0 0; grid-template-columns: repeat(3, auto); border-top: 1px solid var(--line); border-left: 0; }
  .family-site .story, .family-site .story-content { min-height: 720px; }
  .family-site .story-image-wrap::after { background: linear-gradient(90deg, rgba(247,242,233,.98), rgba(247,242,233,.82) 52%, rgba(247,242,233,.18)); }
  .family-site .story-image-wrap > img { object-position: 60% center; }
  .family-site .story-content { width: calc(100% - 32px); padding: 72px 0; }
}

@media (max-width: 560px) {
  .family-site .menu-label { display: none; }
  .family-site .nav-search div { min-height: 50px; grid-template-columns: minmax(0, 1fr) 50px; }
  .family-site .nav-search input { padding: 0 12px; font-size: 13px; }
  .family-site .family-hero { min-height: 580px; }
  .family-site .family-hero .hero-image { object-position: 50% 32%; }
  .family-site .family-hero .hero-content { padding-bottom: 48px; }
  .family-site .hero-kicker { margin-bottom: 14px; font-size: 9px; }
  .family-site .family-hero h1 { font-size: 52px; }
  .family-site .family-hero .hero-lead { margin-top: 15px; font-size: 22px; }
  .family-site .family-hero .hero-copy { margin-top: 10px; }
  .family-site .family-hero .hero-actions { margin-top: 22px; }
  .family-site .motto-lead { font-size: 32px; }
  .family-site .motto-values { grid-template-columns: 1fr; }
  .family-site .story { min-height: 820px; }
  .family-site .story-image-wrap { position: relative; height: 390px; }
  .family-site .story-image-wrap::after { display: none; }
  .family-site .story-image-wrap > img { object-position: 68% center; }
  .family-site .story-content { min-height: 0; padding: 62px 20px 72px; width: 100%; }
}

/* WordPress theme additions */
.family-site .page-hero > img {
  object-position: center 52%;
}

.family-site .page-hero-shade {
  background: linear-gradient(90deg, rgba(28, 24, 20, .9) 0%, rgba(38, 30, 24, .56) 42%, rgba(38, 30, 24, .12) 78%);
}

.family-site .page-hero h1 {
  text-transform: none;
}

.section-action {
  margin: 34px 0 0;
  text-align: right;
}

.homepage-featured {
  padding-top: 88px;
  padding-bottom: 96px;
}

.homepage-featured .section-heading h2 {
  font-size: 56px;
}

.homepage-featured-grid .catalog-product-item {
  min-height: 220px;
}

.homepage-featured-action {
  margin-top: 38px;
}

.lesya-band {
  position: relative;
  min-height: 500px;
  padding: 72px max(28px, calc((100vw - 1320px) / 2));
  display: flex;
  align-items: center;
  overflow: hidden;
  scroll-margin-top: var(--header-height);
  background: #efe8da;
  color: var(--ink);
}

.lesya-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lesya-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(249, 246, 238, .98) 0%, rgba(249, 246, 238, .91) 34%, rgba(249, 246, 238, .26) 58%, rgba(249, 246, 238, 0) 74%);
}

.lesya-content {
  position: relative;
  z-index: 1;
  max-width: 630px;
}

.lesya-band .eyebrow {
  color: var(--red);
}

.lesya-band blockquote {
  margin: 22px 0 26px;
  padding: 0 0 0 28px;
  border: 0;
  border-left: 3px solid var(--gold);
}

.lesya-band blockquote p {
  margin: 0;
  color: var(--ink);
  font-family: "Prata", Georgia, serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.18;
}

.lesya-band blockquote cite {
  margin-top: 22px;
  display: block;
  color: var(--forest);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.lesya-note {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}


.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.catalog-category-card {
  display: grid;
  grid-template-columns: minmax(190px, .78fr) minmax(0, 1.22fr);
  min-height: 340px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.catalog-category-image {
  position: relative;
  display: block;
  min-height: 340px;
  overflow: hidden;
  background: #e7e4db;
}

.catalog-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.catalog-category-card:hover .catalog-category-image img {
  transform: scale(1.025);
}

.catalog-category-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.catalog-category-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.catalog-category-body h3 {
  margin: 0;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.22;
  font-weight: 400;
}

.catalog-category-body h3 a {
  color: inherit;
}

.catalog-category-body > p {
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: 13px;
}

.catalog-category-body ul {
  margin: auto 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.catalog-category-body li {
  padding: 6px 8px;
  border: 1px solid var(--line);
  color: #4f514d;
  font-size: 10px;
}

.catalog-category-link {
  margin-top: 24px;
}

.catalog-category-featured {
  border-top: 4px solid var(--gold);
}

.catalog-category-featured .catalog-category-image span {
  background: var(--forest);
}

.assortment-category-intro {
  padding: 96px 24px 60px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.assortment-category-intro-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumb a {
  color: var(--forest);
  font-weight: 700;
}

.assortment-category-intro h1 {
  max-width: 1040px;
  margin: 14px 0 26px;
  font-family: "Prata", Georgia, serif;
  font-size: 72px;
  line-height: 1.08;
  font-weight: 400;
}

.assortment-category-lead {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  line-height: 1.75;
}

.assortment-category-photo {
  width: min(calc(100% - 48px), var(--max));
  margin: 56px auto 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e7e4db;
}

.assortment-category-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.assortment-category-details {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 88px 0 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: 72px;
}

.assortment-category-details h2,
.assortment-related h2 {
  margin: 12px 0 22px;
  font-family: "Prata", Georgia, serif;
  font-size: 46px;
  line-height: 1.16;
  font-weight: 400;
}

.assortment-category-products > p:last-of-type,
.assortment-category-guide > p {
  color: var(--muted);
  line-height: 1.75;
}

.assortment-product-list {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.assortment-product-list li {
  min-height: 58px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
}

.assortment-product-list li span {
  color: var(--red);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.assortment-category-guide {
  align-self: start;
  padding-left: 44px;
  border-left: 4px solid var(--gold);
}

.assortment-category-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assortment-focus {
  padding: 80px 24px 88px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.assortment-focus-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 72px;
}

.assortment-focus h2 {
  margin: 12px 0 18px;
  font-family: "Prata", Georgia, serif;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 400;
}

.assortment-focus header > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.assortment-focus-links a {
  min-height: 124px;
  padding: 24px 54px 24px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
}

.assortment-focus-links a:last-child {
  border-bottom: 1px solid var(--line);
}

.assortment-focus-links span {
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.assortment-focus-links small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.assortment-focus-links b {
  position: absolute;
  right: 16px;
  color: var(--red);
  font-size: 22px;
}

.assortment-focus-links a:hover span,
.assortment-focus-links a:focus-visible span {
  color: var(--red);
}

.assortment-related {
  padding: 80px 24px 92px;
  background: var(--forest);
  color: var(--white);
}

.assortment-related-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.assortment-related .eyebrow {
  color: var(--gold);
}

.assortment-related-links {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 36px;
}

.assortment-related-links a {
  min-height: 62px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.24);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.assortment-related-links a:hover,
.assortment-related-links a:focus-visible {
  color: var(--gold);
}

.availability-band {
  margin-top: 36px;
  padding: 46px 24px;
  background: var(--forest);
  color: var(--white);
}

.availability-band-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 56px;
}

.availability-band .eyebrow {
  color: var(--gold);
}

.availability-band h2 {
  margin: 10px 0 12px;
  font-family: "Prata", Georgia, serif;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 400;
}

.availability-band p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
}

.availability-band-actions {
  min-width: 218px;
  display: grid;
  gap: 12px;
  text-align: center;
}

.availability-phone {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.assortment-category-content {
  padding: 88px 24px 96px;
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.assortment-category-content-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.assortment-category-content-heading {
  max-width: 720px;
  margin-bottom: 56px;
}

.assortment-category-content-heading h2 {
  margin: 12px 0 0;
  font-family: "Prata", Georgia, serif;
  font-size: 52px;
  line-height: 1.14;
  font-weight: 400;
}

.assortment-category-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.assortment-category-content-grid article {
  min-width: 0;
  padding: 34px 34px 0 0;
  border-right: 1px solid var(--line);
}

.assortment-category-content-grid article + article {
  padding-left: 34px;
}

.assortment-category-content-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.assortment-category-content-grid h3 {
  margin: 0 0 18px;
  font-family: "Lora", Georgia, serif;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 600;
}

.assortment-category-content-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.catalog-browser {
  padding: 84px 24px 96px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.catalog-browser-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.catalog-browser-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.catalog-browser-heading h2 {
  margin: 12px 0 20px;
  font-family: "Prata", Georgia, serif;
  font-size: 52px;
  line-height: 1.14;
  font-weight: 400;
}

.catalog-browser-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.catalog-subcategory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-subcategory-card {
  min-width: 0;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.catalog-subcategory-card:hover,
.catalog-subcategory-card:focus-visible {
  border-color: var(--forest);
  transform: translateY(-2px);
}

.catalog-subcategory-card:focus-visible {
  outline: 3px solid rgba(34,74,57,.18);
  outline-offset: 2px;
}

.catalog-subcategory-card.is-active {
  border-color: var(--forest);
  box-shadow: inset 0 -4px 0 var(--forest);
}

.catalog-subcategory-image {
  min-height: 150px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: block;
  background: #f4efe6;
}

.catalog-subcategory-image img,
.catalog-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(.98);
  opacity: 1;
  transform: none;
  mix-blend-mode: normal;
}

.catalog-subcategory-copy {
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
}

.catalog-subcategory-copy strong {
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 1.38;
  font-weight: 600;
}

.catalog-subcategory-copy small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.catalog-subcategory-copy b {
  margin-top: auto;
  padding-top: 22px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-products-panel {
  margin-top: 80px;
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.catalog-products-heading {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.2fr) minmax(190px, .55fr);
  align-items: end;
  gap: 36px;
}

.catalog-products-heading h3 {
  margin: 10px 0 0;
  font-family: "Prata", Georgia, serif;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 400;
}

.catalog-products-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.catalog-sort-control {
  display: grid;
  gap: 7px;
  min-width: 190px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.catalog-sort-control select {
  width: 100%;
  min-height: 44px;
  padding: 9px 38px 9px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.catalog-products-status {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.catalog-product-item {
  min-width: 0;
  min-height: 196px;
  padding: 22px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.catalog-product-image {
  width: 132px;
  aspect-ratio: 4 / 3;
  align-self: start;
  overflow: hidden;
  display: block;
  background: #e3e4df;
}

.catalog-product-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.catalog-product-label {
  margin: 0;
  color: var(--red);
  font-size: 9px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-product-copy h4 {
  margin: 10px 0 8px;
  overflow-wrap: anywhere;
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.catalog-product-code {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.catalog-product-summary {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.catalog-product-copy footer {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.catalog-product-copy footer strong {
  color: var(--forest);
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  white-space: nowrap;
}

.catalog-product-copy footer a {
  color: var(--red);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 800;
  text-align: right;
}

.catalog-product-copy footer a:hover,
.catalog-product-copy footer a:focus-visible {
  color: var(--forest);
}

.catalog-products-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.catalog-load-more[hidden] {
  display: none;
}

.catalog-load-more:disabled {
  opacity: .55;
  cursor: wait;
}

.catalog-products-phone {
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
}

.catalog-products-note {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.catalog-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}

.catalog-pagination a {
  display: inline-flex;
  min-width: 2.5rem;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line, #d9d1c7);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
}

.catalog-pagination a:hover,
.catalog-pagination a:focus-visible,
.catalog-pagination a[aria-current="page"] {
  border-color: var(--accent, #8c5a32);
  background: var(--accent, #8c5a32);
  color: #fff;
}

.catalog-pagination a[aria-current="page"] {
  pointer-events: none;
}

.catalog-pagination-edge {
  white-space: nowrap;
}

.catalog-subcategory-guide {
  padding: 72px 24px 80px;
  border-bottom: 1px solid var(--line);
  background: #f7f1e8;
}

.catalog-subcategory-guide[hidden] {
  display: none;
}

.catalog-subcategory-guide-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.catalog-subcategory-guide-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.catalog-subcategory-guide-heading h2 {
  margin: 12px 0 0;
  font-family: "Prata", Georgia, serif;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 400;
}

.catalog-subcategory-guide-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.catalog-subcategory-guide-sections article {
  min-width: 0;
  padding: 32px 42px 0 0;
  border-right: 1px solid var(--line);
}

.catalog-subcategory-guide-sections article + article {
  padding-right: 0;
  padding-left: 42px;
  border-right: 0;
}

.catalog-subcategory-guide-sections h3 {
  margin: 0 0 16px;
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}

.catalog-subcategory-guide-sections p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 960px) {
  .catalog-subcategory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-products-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .catalog-product-item {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .catalog-product-image {
    width: 104px;
  }

  .catalog-subcategory-guide-sections {
    grid-template-columns: 1fr;
  }

  .catalog-subcategory-guide-sections article,
  .catalog-subcategory-guide-sections article + article {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .catalog-subcategory-guide-sections article:last-child {
    border-bottom: 0;
  }
}

/* 1.5.95 — approved vertical assortment cards without empty grey areas */
@media (min-width: 1101px) {
  .family-site .catalog-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  .family-site .catalog-category-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    border-radius: 20px;
  }
  .family-site .catalog-category-image {
    flex: 0 0 250px;
    width: 100%;
    height: 250px;
    min-height: 0;
  }
  .family-site .catalog-category-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    object-fit: cover;
  }
  .family-site .catalog-category-body {
    flex: 1 1 auto;
    padding: 24px;
  }
}

@media (min-width: 681px) and (max-width: 1100px) {
  .family-site .catalog-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .family-site .catalog-category-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .family-site .catalog-category-image {
    height: 230px;
    min-height: 0;
  }
  .family-site .catalog-category-image img {
    height: 100%;
    min-height: 0;
    padding: 0;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .homepage-featured {
    width: calc(100% - 32px);
    padding-top: 76px;
    padding-bottom: 84px;
  }

  .homepage-featured .section-heading h2 {
    font-size: 36px;
  }

  .homepage-featured-action {
    text-align: left;
  }

  .homepage-featured-action .button {
    width: 100%;
  }

  .homepage-featured-grid .catalog-product-item {
    grid-template-columns: 1fr;
  }

  .homepage-featured-grid .catalog-product-image {
    width: 100%;
    height: 148px;
    aspect-ratio: auto;
  }

  .catalog-browser {
    padding: 76px 20px 84px;
  }

  .catalog-browser-heading {
    margin-bottom: 36px;
  }

  .catalog-browser-heading h2 {
    font-size: 38px;
  }

  .catalog-subcategory-grid,
  .catalog-product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-subcategory-image {
    min-height: 132px;
  }

  .catalog-products-panel {
    margin-top: 56px;
    padding-top: 46px;
  }

  .catalog-products-heading h3 {
    font-size: 32px;
  }

  .catalog-subcategory-guide {
    padding: 68px 20px 74px;
  }

  .catalog-subcategory-guide-heading {
    margin-bottom: 30px;
  }

  .catalog-subcategory-guide-heading h2 {
    font-size: 34px;
  }

  .catalog-subcategory-guide-sections h3 {
    font-size: 20px;
  }

  .catalog-product-item {
    min-height: 174px;
    padding: 18px;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
  }

  .catalog-product-image {
    width: 86px;
  }

  .catalog-product-copy h4 {
    font-size: 15px;
  }

  .catalog-product-copy footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .catalog-product-copy footer strong {
    font-size: 18px;
  }

  .catalog-product-copy footer a {
    text-align: left;
  }

  .catalog-products-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

.search-intro {
  padding: 64px 24px 52px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.search-intro-inner,
.search-contact-inner,
.search-products,
.search-suggestions,
.search-publications {
  width: min(calc(100% - 48px), var(--max));
  margin-right: auto;
  margin-left: auto;
}

.search-intro-inner {
  width: min(100%, var(--max));
}

.search-intro h1 {
  margin: 12px 0 20px;
  font-family: "Prata", Georgia, serif;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 400;
}

.search-intro-inner > p:last-of-type {
  margin: 0;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
}

.site-search-form {
  max-width: 840px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.site-search-form input {
  min-width: 0;
  height: 54px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

.site-search-form input:focus {
  border-color: var(--forest);
  outline: 2px solid rgba(34,74,57,.15);
  outline-offset: 1px;
}

.search-contact-band {
  padding: 52px 24px;
  background: var(--forest);
  color: var(--white);
}

.search-contact-inner {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 72px;
}

.search-contact-band .eyebrow {
  color: var(--gold);
}

.search-contact-band h2 {
  max-width: 780px;
  margin: 12px 0 16px;
  font-family: "Prata", Georgia, serif;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 400;
}

.search-contact-band p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.75;
}

.search-contact-actions {
  min-width: 220px;
  display: grid;
  gap: 10px;
  text-align: center;
}

.search-contact-phone {
  padding-top: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.search-suggestions,
.search-products,
.search-publications {
  padding-top: 72px;
  padding-bottom: 88px;
}

.search-products {
  border-bottom: 1px solid var(--line);
}

.search-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.search-product-item {
  min-height: 210px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.search-product-label {
  margin: 0;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.search-product-item h3 {
  margin: 14px 0 8px;
  font-family: "Lora", Georgia, serif;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.search-product-code {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.search-product-category {
  width: fit-content;
  margin: 0 0 24px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 750;
}

.search-product-category:hover,
.search-product-category:focus-visible {
  color: var(--red);
}

.search-product-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.search-product-footer strong {
  color: var(--forest);
  font-family: "Lora", Georgia, serif;
  font-size: 25px;
  white-space: nowrap;
}

.search-product-footer a {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.search-product-footer a:hover,
.search-product-footer a:focus-visible {
  color: var(--forest);
}

.search-products-note {
  max-width: 860px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.search-products-status {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.search-products-actions {
  margin-top: 30px;
}

.search-load-more[hidden] {
  display: none;
}

.search-load-more:disabled {
  opacity: .55;
  cursor: wait;
}

.search-publications {
  padding-top: 0;
}

.search-section-heading {
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  align-items: end;
  gap: 80px;
}

.search-section-heading-single {
  grid-template-columns: minmax(0, 1fr);
}

.search-section-heading h2 {
  margin: 10px 0 0;
  font-family: "Prata", Georgia, serif;
  font-size: 48px;
  line-height: 1.16;
  font-weight: 400;
}

.search-section-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.7;
}

.search-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.search-category-link {
  min-height: 164px;
  padding: 30px 64px 30px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--line);
}

.search-category-link:nth-child(odd) {
  padding-right: 96px;
  border-right: 1px solid var(--line);
}

.search-category-link:nth-child(even) {
  padding-left: 44px;
}

.search-category-link span {
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.search-category-link small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.search-category-link b {
  position: absolute;
  right: 24px;
  color: var(--red);
  font-size: 24px;
}

.search-category-link:hover span,
.search-category-link:focus-visible span {
  color: var(--red);
}

.search-result-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.search-result-item {
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.search-result-item > p {
  margin: 0;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.search-result-item h3 {
  margin: 14px 0;
  font-family: "Lora", Georgia, serif;
  font-size: 25px;
  line-height: 1.4;
}

.search-result-item > div {
  margin-bottom: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.search-no-publications {
  padding: 42px;
  border-top: 4px solid var(--gold);
  background: var(--cream);
}

.search-no-publications h3 {
  margin: 0 0 12px;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
}

.search-no-publications p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.news-image,
.offer-card-image {
  position: relative;
}

.photo-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  background: rgba(18, 42, 37, .88);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.offers {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

.offers-copy > p {
  max-width: 650px;
  margin: 24px 0 28px;
  color: rgba(255,255,255,.78);
}

.offers-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.offer-empty {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(80, 16, 24, .2);
}

.offer-empty span,
.offer-card span {
  color: #eed9a5;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-empty strong {
  display: block;
  margin-top: 10px;
  font-family: "Prata", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}

.offer-empty p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.offer-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 116px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(80, 16, 24, .24);
}

.offer-card-image {
  display: block;
  overflow: hidden;
}

.offer-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card > div {
  padding: 18px;
}

.offer-card h3 {
  margin: 7px 0;
  font-family: "Prata", Georgia, serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 400;
}

.offer-card strong {
  color: #fff;
  font-size: 16px;
}

.promotion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.promotion-grid .offer-card {
  display: block;
  border-color: var(--line);
  background: var(--paper);
  color: var(--ink);
}

.promotion-grid .offer-card-image {
  aspect-ratio: 4 / 3;
}

.promotion-grid .offer-card > div {
  padding: 24px;
}

.promotion-grid .offer-card span {
  color: var(--red);
}

.promotion-grid .offer-card h3 {
  font-size: 24px;
}

.promotion-grid .offer-card strong {
  color: var(--red);
  font-size: 20px;
}

.album-list {
  display: grid;
  gap: 100px;
}

.album-preview + .album-preview {
  padding-top: 90px;
  border-top: 1px solid var(--line);
}

.album-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.album-heading span {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.album-heading h2 {
  margin: 6px 0 0;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
}

.archive-empty {
  grid-column: 1 / -1;
  padding: 50px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--muted);
}

.pagination {
  margin-top: 54px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination .page-numbers {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
}

.pagination .current {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.content-single {
  width: min(calc(100% - 48px), 1160px);
  margin: 0 auto;
  padding: 88px 0 104px;
}

.single-header {
  max-width: 900px;
  margin: 0 auto 48px;
}

.single-header .back-link {
  display: inline-block;
  margin-bottom: 40px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.single-header time,
.single-header > .eyebrow {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.single-header h1 {
  margin: 18px 0 26px;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(46px, 6.5vw, 88px);
  line-height: 1.08;
  font-weight: 400;
}

.single-header > p {
  max-width: 760px;
  color: var(--muted);
  font-family: "Lora", Georgia, serif;
  font-size: 19px;
  line-height: 1.8;
}

.promo-price {
  display: block;
  width: max-content;
  margin: 0 0 24px;
  padding: 12px 16px;
  background: var(--red);
  color: #fff;
  font-size: 24px;
}

.single-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 540px;
  gap: 14px;
}

.single-photo-one {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

.album-single {
  width: min(calc(100% - 48px), var(--max));
}

.basic-content {
  width: min(calc(100% - 48px), 900px);
  min-height: 320px;
  margin: 0 auto;
  padding: 72px 0 90px;
  font-size: 17px;
  line-height: 1.8;
}

.not-found {
  width: min(calc(100% - 48px), 900px);
  min-height: calc(100svh - var(--header-height));
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.not-found h1 {
  margin: 12px 0 20px;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 400;
}

.not-found p:not(.eyebrow) {
  max-width: 600px;
  margin: 0 0 30px;
  color: var(--muted);
}

.not-found .button {
  width: max-content;
}

.family-motto-page {
  margin-top: 0 !important;
}

.lightbox figure {
  margin: 0;
  display: grid;
  justify-items: center;
}

.lightbox figcaption {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  text-align: center;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(8,21,19,.38);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 1080px) {
  .offers {
    grid-template-columns: 1fr;
  }
  .offers-list {
    max-width: 700px;
  }
  .promotion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-category-card {
    grid-template-columns: 1fr;
  }
  .catalog-category-image {
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  .family-site .page-hero {
    min-height: 480px;
  }
  .family-site .page-hero > img {
    object-position: 62% center;
  }
  .family-site .page-hero-shade {
    background: linear-gradient(0deg, rgba(28,24,20,.92), rgba(28,24,20,.16) 78%);
  }
  .family-site .page-hero h1 {
    font-size: clamp(58px, 14vw, 88px);
  }
  .promotion-grid {
    grid-template-columns: 1fr;
  }
  .single-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 470px;
  }
  .catalog-category-grid {
    grid-template-columns: 1fr;
  }
  .lesya-band {
    min-height: 700px;
    padding: 80px 24px 72px;
    align-items: flex-end;
  }
  .lesya-band > img { object-position: 82% center; }
  .lesya-overlay { background: linear-gradient(0deg, rgba(249, 246, 238, .99) 0%, rgba(249, 246, 238, .94) 43%, rgba(249, 246, 238, .3) 67%, rgba(249, 246, 238, 0) 82%); }
  .lesya-content { max-width: 620px; }
  .catalog-category-card {
    grid-template-columns: minmax(180px, .78fr) minmax(0, 1.22fr);
  }
  .catalog-category-image {
    min-height: 320px;
  }
  .assortment-category-details {
    grid-template-columns: 1fr;
    gap: 72px;
  }
  .assortment-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  .page-hero-content {
    width: calc(100% - 32px);
    padding: 58px 0 48px;
  }
  .page-hero-content > p:last-child {
    font-size: 14px;
  }
  .archive-section,
  .content-single,
  .album-single {
    width: calc(100% - 32px);
    padding: 76px 0 92px;
  }
  .archive-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .archive-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 230px;
  }
  .archive-gallery-grid .gallery-span-wide {
    grid-column: span 2;
  }
  .archive-gallery-grid .gallery-span-tall {
    grid-row: span 1;
  }
  .archive-news-grid,
  .news-grid.archive-news-grid {
    grid-template-columns: 1fr;
  }
  .archive-news-grid .news-card-featured {
    grid-column: auto;
    display: block;
  }
  .album-heading {
    align-items: start;
    flex-direction: column;
  }
  .album-list {
    gap: 70px;
  }
  .offers {
    padding: 72px 20px 88px;
  }
  .offer-card {
    grid-template-columns: 96px 1fr;
  }
  .contacts {
    width: calc(100% - 32px);
  }
  .single-header {
    margin-bottom: 42px;
  }
  .single-header .back-link {
    margin-bottom: 36px;
  }
  .single-header > p {
    font-size: 16px;
  }
  .single-photo-grid {
    grid-auto-rows: 390px;
  }
  .lightbox {
    padding: 60px 16px 30px;
  }
  .lightbox-prev,
  .lightbox-next {
    top: auto;
    bottom: 18px;
    transform: none;
  }
  .lightbox-prev { left: calc(50% - 62px); }
  .lightbox-next { right: calc(50% - 62px); }
  .admin-bar .site-header {
    top: 0;
  }
  .catalog-category-card {
    grid-template-columns: 1fr;
  }
  .lesya-band { min-height: 680px; padding: 72px 16px 58px; }
  .lesya-band > img { height: 60%; object-position: 76% center; }
  .lesya-band blockquote { padding-left: 18px; }
  .lesya-band blockquote p { font-size: 34px; }
  .lesya-note { font-size: 13px; }
  .catalog-category-image {
    min-height: 250px;
  }
  .catalog-category-body {
    padding: 24px;
  }
  .assortment-category-intro {
    padding: 74px 16px 44px;
  }
  .breadcrumb {
    margin-bottom: 32px;
  }
  .assortment-category-intro h1 {
    font-size: 46px;
  }
  .assortment-category-lead {
    font-size: 16px;
  }
  .assortment-category-photo {
    width: 100%;
    margin-top: 30px;
  }
  .assortment-category-details {
    width: calc(100% - 32px);
    padding: 62px 0 72px;
  }
  .assortment-category-details h2,
  .assortment-related h2 {
    font-size: 36px;
  }
  .assortment-category-guide {
    padding-left: 22px;
  }
  .assortment-category-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .assortment-related {
    padding: 60px 16px 70px;
  }
  .assortment-related-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .assortment-focus-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .availability-band-inner,
  .search-contact-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .availability-band-actions,
  .search-contact-actions {
    width: min(100%, 360px);
    min-width: 0;
  }
  .assortment-category-content-grid {
    grid-template-columns: 1fr;
  }
  .assortment-category-content-grid article,
  .assortment-category-content-grid article + article {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .assortment-category-content-grid article:last-child {
    border-bottom: 0;
  }
  .search-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .assortment-focus {
    padding: 72px 16px 80px;
  }
  .assortment-focus h2 {
    font-size: 36px;
  }
  .assortment-focus-links a {
    min-height: 112px;
  }
  .availability-band {
    margin-top: 30px;
    padding: 42px 16px;
  }
  .availability-band h2 {
    font-size: 30px;
  }
  .availability-band-actions,
  .search-contact-actions {
    width: 100%;
  }
  .assortment-category-content {
    padding: 60px 16px 68px;
  }
  .assortment-category-content-heading {
    margin-bottom: 34px;
  }
  .assortment-category-content-heading h2 {
    font-size: 38px;
  }
  .assortment-category-content-grid h3 {
    font-size: 21px;
  }
  .search-intro {
    padding: 78px 16px 44px;
  }
  .search-intro h1 {
    font-size: 46px;
  }
  .site-search-form {
    grid-template-columns: 1fr;
  }
  .search-contact-band {
    padding: 52px 16px;
  }
  .search-contact-band h2 {
    font-size: 32px;
  }
  .search-suggestions,
  .search-products,
  .search-publications {
    width: calc(100% - 32px);
    padding-top: 58px;
    padding-bottom: 66px;
  }
  .search-publications {
    padding-top: 0;
  }
  .search-section-heading h2 {
    font-size: 38px;
  }
  .search-category-grid,
  .search-product-grid,
  .search-result-list {
    grid-template-columns: 1fr;
  }
  .search-category-link,
  .search-category-link:nth-child(odd),
  .search-category-link:nth-child(even) {
    min-height: 142px;
    padding: 26px 54px 26px 0;
    border-right: 0;
  }
  .search-category-link span {
    font-size: 21px;
  }
  .search-no-publications,
  .search-product-item,
  .search-result-item {
    padding: 28px;
  }
  .search-product-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .search-product-footer a {
    text-align: left;
  }
}

/* Five-second hand-drawn opening mark. */
.plf-preloader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fbf7ef;
  animation: plf-preloader-dismiss 5.2s linear both;
}

.plf-preloader-art {
  display: block;
  width: min(88vw, 720px);
  height: auto;
  max-height: 82vh;
  overflow: visible;
  fill: none;
  stroke: #173f35;
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plf-preloader path {
  vector-effect: non-scaling-stroke;
}

.plf-draw path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.plf-draw-1 path {
  animation: plf-preloader-draw 1.45s ease-in-out .08s forwards;
}

.plf-draw-2 path {
  animation: plf-preloader-draw 1.55s ease-in-out 1.05s forwards;
}

.plf-draw-3 path {
  animation: plf-preloader-draw 1.6s ease-in-out 2.15s forwards;
}

.plf-draw-4 path {
  animation: plf-preloader-draw 1.25s ease-out 3.55s forwards;
}

.plf-preloader-red {
  stroke: #a72e35;
  stroke-width: 4.5;
}

.plf-pencil {
  fill: #c8a45c;
  stroke: #6b522b;
  stroke-width: 2;
  opacity: 0;
  offset-path: path("M93 480 C67 250 170 35 400 34 C630 35 733 250 707 480 M111 344 C200 290 285 320 287 400 M294 454 C270 290 330 225 400 226 C490 226 535 335 506 454 M130 380 C250 340 330 430 450 430");
  offset-rotate: auto 180deg;
  animation: plf-pencil-move 4.8s linear .08s forwards;
}

.plf-pencil-tip {
  fill: #173f35;
  stroke: none;
}

.plf-preloader-seen .plf-preloader {
  display: none;
}

body.plf-preloader-running {
  overflow: hidden;
}

@keyframes plf-preloader-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes plf-pencil-move {
  0% { opacity: 0; offset-distance: 0%; }
  2%, 94% { opacity: 1; }
  100% { opacity: 0; offset-distance: 100%; }
}

@keyframes plf-preloader-dismiss {
  0%, 94% { opacity: 1; visibility: visible; }
  99% { opacity: 0; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@media (max-width: 700px) {
  .plf-preloader-art {
    width: min(94vw, 560px);
    max-height: 76vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plf-preloader {
    display: none;
  }
}

/* 1.5.64: wider identity and the approved embroidered-stroke loader. */
.plf-preloader-art-old {
  display: none;
}

.plf-logo-loader {
  display: block;
  width: min(92vw, 880px);
  height: auto;
  max-height: 82vh;
}

.family-site .brand img {
  width: 210px;
  height: 72px;
  object-fit: contain;
}

.family-site .brand span,
.footer-brand span {
  display: none;
}

.footer-brand img {
  width: min(300px, 72vw);
  height: auto;
  filter: brightness(0) invert(1);
}

@media (max-width: 820px) {
  .family-site .brand img {
    width: 148px;
    height: 58px;
  }

  .plf-logo-loader {
    width: min(96vw, 700px);
    max-height: 76vh;
  }
}

/* Approved home hero refinement: compact, lighter and softly blended. */
.family-site .site-header::after { display: none; }
.family-site .menu-toggle {
  min-width: 112px;
  height: 46px;
  padding: 0 16px;
  justify-content: center;
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 5px 14px rgba(23, 63, 53, .14);
}
.family-site .family-hero {
  height: calc(var(--header-height) + 560px);
  min-height: calc(var(--header-height) + 560px);
  max-height: calc(var(--header-height) + 560px);
}
.family-site .family-hero .hero-shade {
  background: linear-gradient(90deg, rgba(22, 22, 19, .62) 0%, rgba(24, 23, 20, .35) 39%, rgba(24, 23, 20, 0) 76%);
}
.family-site .family-hero::before,
.family-site .family-hero::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: calc(var(--header-height) - 24px);
  bottom: -24px;
  width: 14%;
  pointer-events: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.family-site .family-hero::before {
  left: -4%;
  -webkit-mask-image: linear-gradient(90deg, #000 12%, rgba(0,0,0,.72) 42%, transparent);
  mask-image: linear-gradient(90deg, #000 12%, rgba(0,0,0,.72) 42%, transparent);
}
.family-site .family-hero::after {
  right: -4%;
  -webkit-mask-image: linear-gradient(270deg, #000 12%, rgba(0,0,0,.72) 42%, transparent);
  mask-image: linear-gradient(270deg, #000 12%, rgba(0,0,0,.72) 42%, transparent);
}
.family-site .family-hero .hero-content {
  padding-top: calc(var(--header-height) + 44px);
  padding-bottom: 78px;
}
.family-site .family-hero .hero-lead { margin-top: 0; }
.family-site .family-hero .hero-ornament { display: none; }
.family-site .hero-fade {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(247,242,233,.12) 42%, var(--paper) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000);
  mask-image: linear-gradient(180deg, transparent, #000);
}
@media (max-width: 820px) {
  .family-site .menu-toggle {
    min-width: 46px;
    width: 46px;
    height: 44px;
    padding: 0 10px;
  }
  .family-site .family-hero {
    height: 664px;
    min-height: 664px;
    max-height: 664px;
  }
  .family-site .family-hero .hero-content { padding: 0 0 84px; }
  .family-site .family-hero .hero-lead { margin-top: 0; }
}

/* Keep the inner-page hero refinement last so older responsive rules cannot override it. */
.family-site .page-hero { min-height: 430px; isolation: isolate; overflow: hidden; }
.family-site .page-hero > img { z-index: 0; transform: scale(1.035); }
.family-site .page-hero::before,
.family-site .page-hero::after {
  position: absolute; z-index: 1; content: ""; top: 0; bottom: 0; width: 19%;
  pointer-events: none; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
}
.family-site .page-hero::before {
  left: -5%; background: linear-gradient(90deg, rgba(247,242,233,.52), transparent);
  -webkit-mask-image: linear-gradient(90deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
}
.family-site .page-hero::after {
  right: -5%; background: linear-gradient(270deg, rgba(247,242,233,.52), transparent);
  -webkit-mask-image: linear-gradient(270deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 8%, rgba(0,0,0,.78) 45%, transparent 100%);
}
.family-site .page-hero-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(28,25,21,.06) 0%, rgba(28,25,21,.08) 68%, var(--paper) 100%), linear-gradient(90deg, rgba(31,27,23,.78) 0%, rgba(31,27,23,.48) 44%, rgba(31,27,23,.12) 78%);
}
.family-site .page-hero-content { z-index: 3; padding-top: 64px; padding-bottom: 72px; }
.family-site .page-hero h1 { font-size: clamp(64px, 8vw, 112px); }
.family-site .page-hero .hero-ornament { display: none; }
@media (max-width: 820px) {
  .family-site .page-hero { min-height: 410px; }
  .family-site .page-hero::before, .family-site .page-hero::after { width: 25%; }
  .family-site .page-hero h1 { font-size: 52px; }
}

/* 1.5.94: final unified “Light ceramics” page system. */
.family-site main,
.family-site .site-footer {
  overflow: clip;
}
.family-site .family-hero,
.family-site .page-hero,
.family-site .assortment-category-hero {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  border-radius: 0;
}
.family-site .family-hero {
  height: 560px;
  min-height: 560px;
  max-height: 560px;
}
.family-site .family-hero .hero-content {
  width: min(calc(100% - 64px), 1240px);
  padding-top: 42px;
  padding-bottom: 58px;
}
.family-site .family-hero .hero-lead {
  max-width: 720px;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 1.08;
}
.family-site .page-hero {
  min-height: 430px;
  background: #eee3d2;
}
.family-site .page-hero > img {
  transform: none;
  filter: saturate(.92) contrast(.96) brightness(1.04);
}
.family-site .page-hero::before,
.family-site .page-hero::after {
  display: none;
}
.family-site .page-hero-shade {
  background: linear-gradient(90deg, rgba(251,247,239,.97) 0%, rgba(251,247,239,.88) 31%, rgba(251,247,239,.24) 62%, rgba(251,247,239,.02) 82%);
}
.family-site .page-hero-content {
  width: min(calc(100% - 64px), 1240px);
  padding-top: 58px;
  padding-bottom: 64px;
  color: var(--ink);
}
.family-site .page-hero-content .eyebrow {
  color: var(--red);
}
.family-site .page-hero h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(62px, 7vw, 104px);
  line-height: 1;
}
.family-site .page-hero-content > p:last-child {
  max-width: 650px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
}
.family-site .section,
.family-site .archive-section,
.family-site .story,
.family-site .contacts {
  width: min(calc(100% - 64px), 1480px);
}
.family-site .story-page {
  align-items: start;
}
.family-site .story-page .story-image-wrap {
  position: sticky;
  top: 178px;
  overflow: hidden;
  border-radius: 28px;
}
.family-site .story-page .story-image-wrap img {
  width: 100%;
  height: min(760px, 74vh);
  object-fit: cover;
  object-position: 46% center;
}
.family-site .archive-news-grid {
  align-items: stretch;
}
.family-site .archive-news-card,
.family-site .archive-news-featured {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.family-site .archive-news-card .news-image,
.family-site .archive-news-featured .news-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.family-site .archive-news-card .news-body,
.family-site .archive-news-featured .news-body {
  flex: 1;
}
.family-site .contact-map,
.family-site .contact-map iframe {
  height: 430px;
  min-height: 430px;
}
.family-site .catalog-category-card img,
.family-site .subcategory-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.family-site .catalog-help {
  padding: clamp(38px, 5vw, 70px);
}
.family-site .catalog-help h2 {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
}

@media (max-width: 820px) {
  .family-site .family-hero {
    height: auto;
    min-height: 640px;
    max-height: none;
  }
  .family-site .family-hero .hero-content,
  .family-site .page-hero-content {
    width: min(calc(100% - 32px), 1240px);
  }
  .family-site .family-hero .hero-lead {
    font-size: clamp(44px, 13vw, 64px);
  }
  .family-site .page-hero {
    min-height: 390px;
  }
  .family-site .page-hero-shade {
    background: linear-gradient(90deg, rgba(251,247,239,.98) 0%, rgba(251,247,239,.86) 58%, rgba(251,247,239,.24) 100%);
  }
  .family-site .page-hero-content {
    padding-top: 42px;
    padding-bottom: 48px;
  }
  .family-site .page-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }
  .family-site .section,
  .family-site .archive-section,
  .family-site .story,
  .family-site .contacts {
    width: min(calc(100% - 32px), 1480px);
  }
  .family-site .story-page .story-image-wrap {
    position: static;
  }
  .family-site .story-page .story-image-wrap img {
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .family-site .contact-map,
  .family-site .contact-map iframe {
    height: 340px;
    min-height: 340px;
  }
}

/* 1.5.94 — approved “Light ceramics” header, clickable navigation and readable content refinements. */
.family-site .story-content h3 {
  margin: 34px 0 14px;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 1.2;
  font-weight: 400;
}
.family-site .catalog-category-caption {
  margin: 19px 0 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 821px) {
  .family-site {
    --header-height: 154px;
  }
  .family-site .site-header {
    background: rgba(255, 250, 242, .98);
  }
  .family-site .header-inner {
    width: min(calc(100% - 64px), 1480px);
    height: var(--header-height);
    padding-bottom: 48px;
    grid-template-columns: 250px minmax(320px, 1fr) 210px;
    gap: 38px;
  }
  .family-site .menu-toggle {
    display: none;
  }
  .family-site .brand {
    grid-column: 1;
    justify-self: start;
  }
  .family-site .header-search {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }
  .family-site .header-phone {
    grid-column: 3;
  }
  .family-site .site-nav {
    position: absolute;
    z-index: 10;
    inset: auto 0 0;
    width: 100%;
    height: 48px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 250, 242, .99);
    border-top: 1px solid var(--line);
    transform: none;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .family-site .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
  }
  .family-site .site-nav .nav-links a {
    display: block;
    padding: 13px 0 12px;
    color: var(--ink);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }
  .family-site .site-nav .nav-links a small,
  .family-site .nav-aside {
    display: none;
  }
  .family-site .family-hero {
    height: calc(var(--header-height) + 520px);
    min-height: calc(var(--header-height) + 520px);
    max-height: calc(var(--header-height) + 520px);
  }
  .family-site .family-hero .hero-content,
  .family-site .page-hero-content {
    width: min(calc(100% - 64px), 1220px);
  }
  .family-site .page-hero {
    min-height: 420px;
  }
}

/* 1.5.71: compact category hero with real HTML copy over the photograph. */
.family-site .assortment-category-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(300px, 36vw, 440px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--forest);
}
.family-site .assortment-category-hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}
.family-site .assortment-category-hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 29, 25, .82) 0%, rgba(24, 29, 25, .57) 43%, rgba(24, 29, 25, .08) 82%), linear-gradient(180deg, transparent 58%, rgba(24, 29, 25, .36));
}
.family-site .assortment-category-hero .assortment-category-intro-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
  padding: 42px 0 48px;
  padding-right: min(44vw, 560px);
}
.family-site .assortment-category-hero .breadcrumb,
.family-site .assortment-category-hero .breadcrumb a,
.family-site .assortment-category-hero .assortment-category-lead { color: rgba(255, 255, 255, .88); }
.family-site .assortment-category-hero .eyebrow { color: #f1c980; }
.family-site .assortment-category-hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .98;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .2);
}
.family-site .assortment-category-hero .assortment-category-lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55;
}
@media (max-width: 700px) {
  .family-site .assortment-category-hero { min-height: 380px; }
  .family-site .assortment-category-hero-image { object-position: 62% center; }
  .family-site .assortment-category-hero-shade {
    background: linear-gradient(90deg, rgba(24, 29, 25, .82), rgba(24, 29, 25, .42)), linear-gradient(180deg, transparent 45%, rgba(24, 29, 25, .5));
  }
  .family-site .assortment-category-hero .assortment-category-intro-inner {
    width: min(100% - 32px, var(--container));
    padding: 36px 0 40px;
    padding-right: 0;
  }
  .family-site .assortment-category-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .family-site .assortment-category-hero .assortment-category-lead { font-size: 17px; }
}

/* Keep the complete subject visible in category and product preview cards. */
.family-site .catalog-subcategory-image,
.family-site .catalog-product-image {
  background: #f4efe6;
}
.family-site .catalog-subcategory-image img,
.family-site .catalog-product-image img {
  object-fit: contain;
  object-position: center;
  padding: 6px;
}
@media (max-width: 700px) {
  .family-site .catalog-subcategory-image { min-height: 132px; }
  .family-site .catalog-product-image img { padding: 4px; }
}

/* 1.5.95 — approved one-line header, light family hero and restored About layout. */
@media (min-width: 821px) {
  .family-site {
    --header-height: 112px;
  }
  .family-site .header-inner {
    width: min(calc(100% - 48px), 1720px);
    height: var(--header-height);
    padding: 0;
    grid-template-columns: 210px minmax(560px, auto) minmax(240px, 1fr) 190px;
    gap: clamp(18px, 1.7vw, 34px);
    align-items: center;
  }
  .family-site .brand {
    grid-column: 1;
    min-width: 0;
  }
  .family-site .brand img {
    width: 190px;
    height: 82px;
  }
  .family-site .brand span {
    display: none;
  }
  .family-site .site-nav {
    position: static;
    grid-column: 2;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    background: transparent;
    border: 0;
  }
  .family-site .nav-links {
    justify-content: flex-start;
    gap: clamp(16px, 1.35vw, 28px);
    white-space: nowrap;
  }
  .family-site .site-nav .nav-links a {
    padding: 14px 0;
    font-size: clamp(12px, .76vw, 14px);
  }
  .family-site .header-search {
    grid-column: 3;
    min-width: 220px;
  }
  .family-site .header-phone {
    grid-column: 4;
    justify-self: end;
  }
  .family-site .family-hero {
    height: 630px;
    min-height: 630px;
    max-height: 630px;
  }
}

.family-site .family-hero {
  color: var(--ink);
  background: #f7f0e6;
}
.family-site .family-hero .hero-image {
  object-position: center center;
}
.family-site .family-hero .hero-shade {
  background: linear-gradient(90deg, rgba(255,250,242,.97) 0%, rgba(255,250,242,.88) 28%, rgba(255,250,242,.32) 49%, rgba(255,250,242,.03) 68%);
}
.family-site .family-hero .hero-content {
  justify-content: center;
}
.family-site .family-hero .hero-kicker {
  color: var(--red);
}
.family-site .family-hero .hero-lead {
  max-width: 650px;
  color: var(--ink);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.08;
}
.family-site .family-hero .hero-copy {
  color: #584f47;
}
.family-site .family-hero .button-outline-light {
  border-color: var(--forest);
  color: var(--forest);
}
.family-site .family-hero .button-outline-light:hover,
.family-site .family-hero .button-outline-light:focus-visible {
  background: var(--forest);
  color: #fff;
}
.family-site .family-hero .hero-address {
  color: #5d554d;
}
.family-site .family-hero .hero-address span {
  color: var(--forest);
}

.family-site .story.story-page {
  position: relative;
  width: min(calc(100% - 64px), 1480px);
  min-height: 0;
  margin: 80px auto 96px;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
  overflow: visible;
  background: transparent;
}
.family-site .story-page .story-image-wrap {
  position: sticky;
  inset: auto;
  top: 132px;
  min-height: 0;
  height: min(760px, 74vh);
  border-radius: 28px;
  background: #f2eadf;
}
.family-site .story-page .story-image-wrap::after {
  display: none;
}
.family-site .story-page .story-image-wrap img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: 46% center;
}
.family-site .story-page .story-content {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.family-site .story-page .story-content > * {
  max-width: 760px;
}
.family-site .story-page .story-content > p:not(.eyebrow) {
  max-width: 760px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}
.family-site .story-page .story-content .story-intro {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px !important;
  line-height: 1.72;
}
.family-site .story-page h2 {
  margin-top: 16px;
  font-size: clamp(44px, 4.4vw, 66px);
  line-height: 1.08;
}

.family-site .catalog-category-image {
  background: #f8f3eb;
}
.family-site .catalog-category-image img {
  display: block;
  min-height: 100%;
  background: #f8f3eb;
}

@media (max-width: 820px) {
  .family-site .family-hero {
    color: var(--ink);
  }
  .family-site .family-hero .hero-image {
    object-position: 58% center;
  }
  .family-site .family-hero .hero-shade {
    background: linear-gradient(180deg, rgba(255,250,242,.12) 0%, rgba(255,250,242,.34) 38%, rgba(255,250,242,.96) 76%, rgba(255,250,242,.99) 100%);
  }
  .family-site .story.story-page {
    width: min(calc(100% - 32px), 1480px);
    margin: 48px auto 72px;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .family-site .story-page .story-image-wrap {
    position: static;
    height: auto;
  }
  .family-site .story-page .story-image-wrap img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-position: 46% center;
  }
}

/* 1.5.97 FINAL — keep these approved homepage rules last in the cascade. */
.family-site .homepage-featured,
.family-site .assortment,
.family-site .news-section {
  width: min(calc(100% - 64px), 1480px) !important;
  margin-inline: auto !important;
}
.family-site .homepage-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.family-site .homepage-featured-grid .catalog-product-item {
  display: flex !important;
  min-height: 410px !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid #dfd1bf !important;
  border-radius: 18px !important;
  background: #fffdf9 !important;
}
.family-site .homepage-featured-grid .catalog-product-item:nth-child(n+5) { display: none !important; }
.family-site .homepage-featured-grid .catalog-product-image {
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  padding: 18px !important;
  background: #f4ede2 !important;
}
.family-site .homepage-featured-grid .catalog-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.family-site .homepage-featured-grid .catalog-product-copy {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 24px 20px 20px !important;
}
.family-site .homepage-featured-grid .catalog-product-copy footer { margin-top: auto !important; }

.family-site .assortment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  border: 0 !important;
}
.family-site .assortment-grid .assortment-item {
  display: grid !important;
  min-height: 420px !important;
  grid-template-rows: 245px auto auto 1fr !important;
  padding: 0 0 26px !important;
  overflow: hidden !important;
  border: 1px solid #dfd1bf !important;
  border-radius: 18px !important;
  background: #fffdf9 !important;
  color: var(--ink) !important;
}
.family-site .assortment-grid .assortment-item:nth-child(n+7) { display: none !important; }
.family-site .assortment-grid .assortment-item::before,
.family-site .assortment-grid .assortment-item::after { display: none !important; }
.family-site .assortment-grid .assortment-bg {
  position: static !important;
  width: 100% !important;
  height: 245px !important;
  opacity: 1 !important;
  object-fit: cover !important;
  filter: none !important;
  transform: none !important;
}
.family-site .assortment-grid .assortment-item h3 {
  margin: 24px 24px 0 !important;
  color: var(--ink) !important;
}
.family-site .assortment-grid .assortment-item p {
  margin: 14px 24px 0 !important;
  color: #756c63 !important;
}

.family-site .story:not(.story-page) {
  position: relative !important;
  width: min(calc(100% - 64px), 1240px) !important;
  min-height: 540px !important;
  margin: 88px auto !important;
  display: grid !important;
  grid-template-columns: 1.08fr .92fr !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #efe0c9 !important;
}
.family-site .story:not(.story-page) .story-image-wrap {
  position: relative !important;
  inset: auto !important;
  min-height: 540px !important;
}
.family-site .story:not(.story-page) .story-image-wrap::after { display: none !important; }
.family-site .story:not(.story-page) .story-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.family-site .story:not(.story-page) .story-content {
  width: auto !important;
  min-height: 540px !important;
  margin: 0 !important;
  padding: 68px clamp(36px, 5vw, 76px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: #efe0c9 !important;
}

.family-site .gallery-section {
  width: min(calc(100% - 64px), 1480px) !important;
  margin: 88px auto !important;
  padding: 68px !important;
  border-radius: 24px !important;
  background: #efe0c9 !important;
  color: var(--ink) !important;
}
.family-site .gallery-section .eyebrow { color: var(--red) !important; }
.family-site .gallery-header > p { color: #756c63 !important; }
.family-site .gallery-grid {
  height: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.family-site .gallery-grid .gallery-photo,
.family-site .gallery-grid .gallery-photo-tall {
  height: 300px !important;
  min-height: 300px !important;
  border-radius: 16px !important;
}
.family-site .gallery-section .button-outline-light {
  border-color: var(--forest) !important;
  background: var(--forest) !important;
  color: #fff !important;
}

.family-site .offers {
  width: min(calc(100% - 64px), 1480px) !important;
  min-height: 0 !important;
  margin: 88px auto !important;
  padding: 68px !important;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
  gap: 64px !important;
  border: 1px solid #dfd1bf !important;
  border-radius: 24px !important;
  background: #fffaf2 !important;
  color: var(--ink) !important;
}
.family-site .offers::after,
.family-site .offers-pattern { display: none !important; }
.family-site .offers .eyebrow { color: var(--red) !important; }
.family-site .offers-copy > p:last-of-type { color: #756c63 !important; }
.family-site .offers .button-outline-light {
  border-color: var(--red) !important;
  background: var(--red) !important;
  color: #fff !important;
}
.family-site .offers-list {
  width: 100% !important;
  max-width: none !important;
}
.family-site .offers-list .offer-empty,
.family-site .offers-list .promo-card {
  min-height: 210px !important;
  padding: 36px !important;
  border: 1px solid #dfd1bf !important;
  background: #fff !important;
  color: var(--ink) !important;
}

@media (max-width: 1080px) {
  .family-site .homepage-featured-grid,
  .family-site .assortment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .family-site .story:not(.story-page),
  .family-site .offers { grid-template-columns: 1fr !important; }
}
@media (max-width: 700px) {
  .family-site .homepage-featured,
  .family-site .assortment,
  .family-site .news-section,
  .family-site .story:not(.story-page),
  .family-site .gallery-section,
  .family-site .offers {
    width: calc(100% - 28px) !important;
  }
  .family-site .homepage-featured-grid,
  .family-site .assortment-grid,
  .family-site .gallery-grid { grid-template-columns: 1fr !important; }
  .family-site .gallery-section,
  .family-site .offers { padding: 34px 20px !important; }
}

/* 1.5.98 — approved homepage proportions and compact gallery. */
.family-site .story:not(.story-page) {
  min-height: 520px !important;
  margin: 72px auto !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
}
.family-site .story:not(.story-page) .story-image-wrap {
  min-height: 520px !important;
}
.family-site .story:not(.story-page) .story-image-wrap img {
  object-position: center center !important;
}
.family-site .story:not(.story-page) .story-content {
  min-height: 520px !important;
  padding: 52px !important;
}
.family-site .story:not(.story-page) .story-content h2 {
  font-size: clamp(42px, 3.6vw, 62px) !important;
  line-height: 1.01 !important;
}
.family-site .story:not(.story-page) .story-content p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.family-site .gallery-section {
  width: min(calc(100% - 64px), 1240px) !important;
  min-height: 470px !important;
  margin: 72px auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
  grid-template-rows: 1fr !important;
  overflow: hidden !important;
}
.family-site .gallery-section .gallery-header {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  display: block !important;
  margin: 0 !important;
  padding: 52px 52px 128px !important;
}
.family-site .gallery-section .gallery-header h2 {
  font-size: clamp(42px, 3.6vw, 62px) !important;
  line-height: 1.01 !important;
}
.family-site .gallery-section .gallery-header > p {
  margin-top: 22px !important;
  line-height: 1.65 !important;
}
.family-site .gallery-grid {
  grid-column: 1 !important;
  grid-row: 1 !important;
  height: 470px !important;
  min-height: 470px !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1.35fr .8fr !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 0 !important;
}
.family-site .gallery-grid .gallery-photo,
.family-site .gallery-grid .gallery-photo-tall {
  height: auto !important;
  min-height: 0 !important;
  border-radius: 0 !important;
}
.family-site .gallery-grid .gallery-photo:first-child {
  grid-row: 1 / 3 !important;
}
.family-site .gallery-grid .gallery-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.family-site .gallery-footer-actions {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  z-index: 2;
  margin: 0 !important;
  padding: 0 52px 52px !important;
  text-align: left !important;
}
.family-site .gallery-section .button-outline-light {
  border-color: var(--forest) !important;
  background: var(--forest) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .family-site .story:not(.story-page) {
    grid-template-columns: 1fr !important;
  }
  .family-site .story:not(.story-page) .story-image-wrap {
    min-height: 420px !important;
  }
  .family-site .story:not(.story-page) .story-content {
    min-height: 0 !important;
    padding: 40px 32px !important;
  }
  .family-site .gallery-section {
    width: calc(100% - 32px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }
  .family-site .gallery-section .gallery-header {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 36px 32px 22px !important;
  }
  .family-site .gallery-grid {
    grid-column: 1 !important;
    grid-row: 2 !important;
    height: 330px !important;
    min-height: 330px !important;
  }
  .family-site .gallery-footer-actions {
    grid-column: 1 !important;
    grid-row: 3 !important;
    padding: 24px 32px 36px !important;
  }
}
@media (max-width: 560px) {
  .family-site .gallery-grid {
    height: 270px !important;
    min-height: 270px !important;
  }
  .family-site .story:not(.story-page) .story-content h2,
  .family-site .gallery-section .gallery-header h2 {
    font-size: 38px !important;
  }
}

/* 1.5.101 FINAL — full-width softly blurred story hero.
   Keep this block last: older homepage layouts above must not override it. */
.family-site .story:not(.story-page) {
  position: relative !important;
  left: 50% !important;
  display: block !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(540px, 41vw, 690px) !important;
  margin: 78px 0 88px -50vw !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #e9e0d2 !important;
  isolation: isolate !important;
}

.family-site .story:not(.story-page) .story-image-wrap {
  position: absolute !important;
  inset: -12px !important;
  z-index: -2 !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.family-site .story:not(.story-page) .story-image-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 48% !important;
  transform: scale(1.025) !important;
  filter: blur(1.8px) saturate(.82) brightness(1.09) contrast(.9) !important;
}

.family-site .story:not(.story-page) .story-image-wrap::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg,
      rgba(250, 247, 240, .94) 0%,
      rgba(250, 247, 240, .85) 30%,
      rgba(250, 247, 240, .48) 56%,
      rgba(250, 247, 240, .12) 82%),
    linear-gradient(0deg, rgba(41, 54, 47, .13), transparent 38%) !important;
  pointer-events: none !important;
}

.family-site .story:not(.story-page) .story-content {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: min(calc(100% - 72px), 1480px) !important;
  min-height: clamp(540px, 41vw, 690px) !important;
  margin: 0 auto !important;
  padding: clamp(70px, 8vw, 128px) 0 !important;
  background: transparent !important;
}

.family-site .story:not(.story-page) .story-content > * {
  width: min(100%, 630px) !important;
  max-width: 630px !important;
}

.family-site .story:not(.story-page) .story-content h2 {
  margin-top: 14px !important;
  font-size: clamp(48px, 5.4vw, 84px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
}

.family-site .story:not(.story-page) .story-content p {
  max-width: 570px !important;
  font-size: clamp(16px, 1.2vw, 19px) !important;
  line-height: 1.65 !important;
}

.family-site .story:not(.story-page) .story-content .text-link {
  align-self: flex-start !important;
  margin-top: 8px !important;
}

@media (max-width: 900px) {
  .family-site .story:not(.story-page) {
    min-height: 570px !important;
    margin-top: 54px !important;
    margin-bottom: 62px !important;
  }

  .family-site .story:not(.story-page) .story-image-wrap::after {
    background:
      linear-gradient(90deg,
        rgba(250, 247, 240, .95) 0%,
        rgba(250, 247, 240, .82) 56%,
        rgba(250, 247, 240, .3) 100%),
      linear-gradient(0deg, rgba(41, 54, 47, .16), transparent 44%) !important;
  }

  .family-site .story:not(.story-page) .story-content {
    width: calc(100% - 40px) !important;
    min-height: 570px !important;
    padding: 64px 0 !important;
  }

  .family-site .story:not(.story-page) .story-content > * {
    max-width: min(590px, 88%) !important;
  }
}

@media (max-width: 560px) {
  .family-site .story:not(.story-page) {
    min-height: 540px !important;
  }

  .family-site .story:not(.story-page) .story-image-wrap img {
    object-position: 62% center !important;
    filter: blur(1.4px) saturate(.78) brightness(1.08) contrast(.9) !important;
  }

  .family-site .story:not(.story-page) .story-image-wrap::after {
    background:
      linear-gradient(90deg,
        rgba(250, 247, 240, .96) 0%,
        rgba(250, 247, 240, .86) 72%,
        rgba(250, 247, 240, .48) 100%),
      linear-gradient(0deg, rgba(41, 54, 47, .18), transparent 48%) !important;
  }

  .family-site .story:not(.story-page) .story-content {
    width: calc(100% - 32px) !important;
    min-height: 540px !important;
    padding: 52px 0 !important;
  }

  .family-site .story:not(.story-page) .story-content > * {
    max-width: 94% !important;
  }

  .family-site .story:not(.story-page) .story-content h2 {
    font-size: clamp(40px, 12vw, 58px) !important;
  }
}

/* 1.5.103 FINAL — store photos belong to the homepage visual system. */
.family-site .gallery-section {
  position: relative !important;
  left: 50% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr) !important;
  grid-template-rows: 1fr !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: 520px !important;
  margin: 0 0 88px -50vw !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--forest-2) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.family-site .gallery-section .gallery-grid {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 1.35fr .8fr !important;
  grid-template-rows: 1fr 1fr !important;
  width: 100% !important;
  height: 520px !important;
  min-height: 520px !important;
  margin: 0 !important;
  gap: 0 !important;
  overflow: hidden !important;
  background: #d9d0c3 !important;
}

.family-site .gallery-section .gallery-grid .gallery-photo,
.family-site .gallery-section .gallery-grid .gallery-photo-tall {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #d9d0c3 !important;
}

.family-site .gallery-section .gallery-grid .gallery-photo:first-child {
  grid-row: 1 / 3 !important;
}

.family-site .gallery-section .gallery-grid .gallery-photo::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(0deg, rgba(31, 48, 41, .14), transparent 42%),
    rgba(245, 235, 220, .05) !important;
  pointer-events: none !important;
}

.family-site .gallery-section .gallery-grid .gallery-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.72) brightness(1.03) contrast(.94) sepia(.05) !important;
  transition: transform .45s ease, filter .45s ease !important;
}

.family-site .gallery-section .gallery-grid .gallery-photo:hover img {
  transform: scale(1.025) !important;
  filter: saturate(.82) brightness(1.03) contrast(.97) !important;
}

.family-site .gallery-section .gallery-header {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 520px !important;
  margin: 0 !important;
  padding: clamp(54px, 6vw, 96px) clamp(46px, 6vw, 104px) 128px !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .08), transparent 46%),
    var(--forest-2) !important;
}

.family-site .gallery-section .gallery-header .eyebrow {
  color: #e4bd76 !important;
}

.family-site .gallery-section .gallery-header h2 {
  max-width: 570px !important;
  color: #fffaf2 !important;
  font-size: clamp(48px, 4.7vw, 76px) !important;
  line-height: 1 !important;
  text-wrap: balance;
}

.family-site .gallery-section .gallery-header > p {
  max-width: 520px !important;
  margin-top: 24px !important;
  color: rgba(255, 250, 242, .76) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.family-site .gallery-section .gallery-footer-actions {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 0 clamp(46px, 6vw, 104px) 60px !important;
  text-align: left !important;
}

.family-site .gallery-section .button-outline-light {
  border-color: rgba(255, 250, 242, .62) !important;
  background: transparent !important;
  color: #fffaf2 !important;
}

.family-site .gallery-section .button-outline-light:hover {
  border-color: #fffaf2 !important;
  background: #fffaf2 !important;
  color: var(--forest-2) !important;
}

@media (max-width: 900px) {
  .family-site .gallery-section {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    min-height: 0 !important;
    margin-bottom: 62px !important;
  }

  .family-site .gallery-section .gallery-grid {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 410px !important;
    min-height: 410px !important;
  }

  .family-site .gallery-section .gallery-header {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: 0 !important;
    padding: 48px 32px 24px !important;
  }

  .family-site .gallery-section .gallery-footer-actions {
    grid-column: 1 !important;
    grid-row: 3 !important;
    padding: 0 32px 48px !important;
  }
}

@media (max-width: 560px) {
  .family-site .gallery-section .gallery-grid {
    height: 330px !important;
    min-height: 330px !important;
  }

  .family-site .gallery-section .gallery-header {
    padding: 40px 20px 22px !important;
  }

  .family-site .gallery-section .gallery-header h2 {
    font-size: clamp(40px, 12vw, 56px) !important;
  }

  .family-site .gallery-section .gallery-footer-actions {
    padding: 0 20px 40px !important;
  }
}

/* 1.5.104 FINAL — tighter story rhythm and clearer local pickup actions. */
.family-site .story:not(.story-page) {
  min-height: clamp(470px, 35vw, 590px) !important;
  margin-top: 64px !important;
  margin-bottom: 72px !important;
}

.family-site .story:not(.story-page) .story-content {
  min-height: clamp(470px, 35vw, 590px) !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.family-site .story:not(.story-page) .story-content h2 {
  font-size: clamp(46px, 4.8vw, 76px) !important;
}

.catalog-product-pickup {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 12px 0 14px;
  padding: 9px 13px;
  border: 1px solid rgba(47, 78, 64, .18);
  border-radius: 999px;
  background: rgba(232, 239, 229, .78);
  color: var(--forest-2);
  font-size: 14px;
  line-height: 1.3;
}

.catalog-product-pickup strong {
  color: inherit;
}

.catalog-product-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.catalog-product-contact-actions .button {
  margin: 0;
}

.button-route {
  border: 1px solid var(--forest-2);
  background: transparent;
  color: var(--forest-2);
}

.button-route:hover {
  background: var(--forest-2);
  color: #fff;
}

@media (max-width: 900px) {
  .family-site .story:not(.story-page),
  .family-site .story:not(.story-page) .story-content {
    min-height: 500px !important;
  }

  .family-site .story:not(.story-page) {
    margin-top: 48px !important;
    margin-bottom: 56px !important;
  }
}

@media (max-width: 560px) {
  .family-site .story:not(.story-page),
  .family-site .story:not(.story-page) .story-content {
    min-height: 480px !important;
  }

  .family-site .story:not(.story-page) .story-content {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .family-site .story:not(.story-page) .story-content h2 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  .catalog-product-contact-actions {
    display: grid;
  }

  .catalog-product-contact-actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* 1.5.105 — editorial layout shared by every single news page */
.family-site .news-single {
  width: min(calc(100% - 64px), 1480px);
  padding: 72px 0 96px;
}

.family-site .news-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
  gap: clamp(48px, 5vw, 84px);
  align-items: start;
}

.family-site .news-single-layout::after {
  content: none;
}

.family-site .news-single-without-photo {
  display: block;
  max-width: 900px;
  margin-inline: auto;
}

.family-site .news-single-media {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
}

.admin-bar.family-site .news-single-media {
  top: auto;
}

.family-site .news-single .single-photo-grid,
.family-site .news-single .single-photo-one {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 16px;
}

.family-site .news-single .gallery-photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(40, 50, 42, .12);
}

.family-site .news-single-copy {
  max-width: none;
  margin: 0;
  padding: 10px 0 0;
}

.family-site .news-single-copy .back-link {
  margin-bottom: 52px;
}

.family-site .news-single-copy h1 {
  margin: 18px 0 34px;
  font-size: clamp(36px, 3.3vw, 52px);
  line-height: 1.12;
}

.family-site .news-single-text {
  color: #4e514a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.72;
}

.family-site .news-single-text p {
  margin: 0 0 24px;
}

.family-site .news-single-text .news-numbered {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.72;
}

.family-site .news-single-text .news-numbered strong {
  color: #765047;
  font-family: "Prata", Georgia, serif;
  font-size: 21px;
  font-weight: 400;
}

.family-site .news-single-wide {
  max-width: 1280px;
  margin: clamp(42px, 5vw, 68px) auto 0;
  padding-top: clamp(30px, 4vw, 46px);
  border-top: 1px solid rgba(48, 75, 65, .18);
  display: block;
}

.family-site .news-single-wide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(52px, 6vw, 88px);
  row-gap: 0;
}

.family-site .news-single-wide-linear {
  max-width: 1040px;
}

.family-site .news-single-wide p {
  max-width: none;
  margin: 0;
  padding: 24px 0 26px;
  border-bottom: 1px solid rgba(48, 75, 65, .12);
}

.family-site .news-single-wide p:nth-last-child(2) {
  border-bottom: 0;
}

.family-site .news-single-wide p:last-child {
  grid-column: 1 / -1;
  width: min(100%, 920px);
  margin: 30px auto 0;
  border-bottom: 0;
}

.family-site .news-single-wide p:last-child,
.family-site .news-single-without-photo .news-single-text p:last-child {
  margin-bottom: 0;
  padding: 28px 30px;
  border-left: 3px solid var(--red);
  background: #f2e6d1;
  color: var(--ink);
}

@media (max-width: 900px) {
  .family-site .news-single-layout {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .family-site .news-single-media,
  .admin-bar.family-site .news-single-media {
    position: static;
    float: none;
    width: 100%;
    margin: 0;
  }

  .family-site .news-single-copy {
    padding-top: 0;
  }

  .family-site .news-single-wide-grid {
    grid-template-columns: 1fr;
  }

  .family-site .news-single-wide {
    margin-top: 38px;
  }

  .family-site .news-single-wide p:nth-last-child(2) {
    border-bottom: 1px solid rgba(48, 75, 65, .12);
  }
}

@media (max-width: 560px) {
  .family-site .news-single {
    width: calc(100% - 32px);
    padding: 48px 0 72px;
  }

  .family-site .news-single-layout {
    gap: 32px;
  }

  .family-site .news-single .gallery-photo {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .family-site .news-single-copy .back-link {
    margin-bottom: 30px;
  }

  .family-site .news-single-copy h1 {
    margin: 14px 0 26px;
    font-size: clamp(32px, 9vw, 44px);
  }

  .family-site .news-single-text {
    font-size: 16px;
    line-height: 1.72;
  }

  .family-site .news-single-text .news-numbered {
    font-size: 16px;
  }

  .family-site .news-single-text .news-numbered strong {
    font-size: 18px;
  }

  .family-site .news-single-wide p:last-child,
  .family-site .news-single-without-photo .news-single-text p:last-child {
    padding: 22px 20px;
  }
}
