:root {
  color-scheme: light;
  --ink: #302820;
  --muted: #6a6057;
  --paper: #faf7f1;
  --card: #fffdf9;
  --line: #e4dbcf;
  --gold: #a87525;
  --gold-dark: #704b14;
  --focus: #1958a6;
  --soft: #f1e9dd;
  --shadow: 0 16px 45px rgba(70, 50, 31, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 2px; }
.skip {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border: 2px solid var(--focus);
  border-radius: 0.4rem;
  background: #fff;
}
.skip:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(228, 219, 207, 0.92);
  background: rgba(250, 247, 241, 0.94);
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.75rem;
  text-decoration: none;
  font-family: Georgia, serif;
  line-height: 1.05;
}
.brand-mark {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  object-fit: contain;
}
.brand > span { font-size: 1.7rem; line-height: 0.95; }
.brand small { display: inline-block; margin-top: 0.28rem; font-family: inherit; font-size: 0.68rem; letter-spacing: 0.2em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(0.7rem, 2vw, 1.7rem); }
.desktop-nav a,
.mobile-menu nav a { text-decoration: none; font-size: 0.9rem; }
.desktop-nav a:hover,
.mobile-menu nav a:hover { text-decoration: underline; }
.mobile-menu { display: none; }

main {
  width: 100%;
  min-height: 65vh;
  max-width: 1440px;
  margin: auto;
  padding: 0 clamp(1rem, 4vw, 4rem) 5rem;
}
.hero {
  min-height: min(650px, calc(100vh - 78px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  padding: 3rem 0;
}
.hero h1,
.page-head h1,
.prose h1,
.empty h1 {
  margin: 0.25rem 0 1.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  text-wrap: balance;
}
.hero > div > p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}
.hero-visual {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(112, 75, 20, 0.2);
  border-radius: 18rem 18rem 1.2rem 1.2rem;
  background: #f2eee7;
  box-shadow: 0 24px 60px rgba(70, 50, 31, 0.16), 0 5px 16px rgba(70, 50, 31, 0.08);
}
.hero-visual::after {
  position: absolute;
  inset: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  cursor: zoom-in;
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.hero-visual:hover img,
.hero-visual:focus-visible img { transform: scale(1.055); }
.eyebrow {
  color: var(--gold-dark);
  font-size: 0.75rem !important;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.7rem; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.2rem;
  border: 1px solid var(--gold-dark);
  border-radius: 0.5rem;
  background: var(--gold-dark);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.button:hover { border-color: #50330b; background: #50330b; transform: translateY(-1px); }
.button.secondary { border-color: #cfc3b5; background: transparent; color: var(--ink); }
.button.secondary:hover { background: #fff; }

.section { padding: 4.5rem 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.section h2,
.story h2,
.prose h2,
.empty h2 {
  margin: 0.2rem 0;
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  text-wrap: balance;
}
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.75rem); }
.card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--card);
  box-shadow: 0 1px 0 rgba(70, 50, 31, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover { border-color: #d4c5b2; box-shadow: var(--shadow); transform: translateY(-2px); }
.card > a { display: block; height: 100%; text-decoration: none; }
.card-media {
  display: block;
  overflow: hidden;
  background: #f3eee7;
}
.card-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  cursor: zoom-in;
  transition: transform 0.45s ease;
}
.card-media .image-missing {
  width: 100%;
  min-height: 24rem;
  display: grid;
  place-items: center;
  background: #f3eee7;
}
.card:hover .card-media img,
.card > a:focus-visible .card-media img { transform: none; }
.card-body { padding: 1rem 1rem 1.1rem; }
.card-body h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0.3rem 0 0.4rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-body p { margin: 0.15rem 0; }
.text-link { display: inline-block; margin-top: 0.65rem; color: var(--gold-dark); font-weight: 700; }

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  margin: 2rem calc(-1 * clamp(1rem, 4vw, 4rem));
  padding: 4.5rem clamp(1rem, 4vw, 4rem);
  background: var(--soft);
}
.story p { max-width: 62ch; }
.link-list { margin: 1rem 0; padding: 0; list-style: none; }
.link-list a { display: block; min-height: 48px; padding: 0.75rem 0; border-bottom: 1px solid #d6c7b5; text-decoration: none; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 0.55rem; padding: 1.4rem 0; color: var(--muted); font-size: 0.85rem; }
.page-head { max-width: 850px; padding: 2.5rem 0 2rem; }
.page-head h1 { font-size: clamp(2.65rem, 5vw, 4.5rem); }
.page-head > p:last-child { max-width: 70ch; color: var(--muted); font-size: 1.12rem; }
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.chips a { min-height: 44px; display: inline-flex; align-items: center; padding: 0.55rem 0.9rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none; white-space: nowrap; }

.product {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 1rem 0 4rem;
}
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.gallery-zoom { display: grid; place-items: center; overflow: hidden; border-radius: 0.7rem; background: #f3eee7; }
.gallery-zoom:first-child { grid-column: 1 / -1; }
.gallery-zoom img { width: 100%; height: auto; object-fit: contain; object-position: center; cursor: zoom-in; transition: transform 0.55s ease; }
.gallery-zoom:hover img,
.gallery-zoom:focus-visible img { transform: scale(1.14); }
.product-info { position: sticky; top: 105px; }
.product-info h1 { margin: 0.3rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.4vw, 3.5rem); font-weight: 400; line-height: 1.08; text-wrap: balance; }
.product-description {
  max-width: 62ch;
  color: #4f463e;
  font-size: 1.03rem;
  line-height: 1.75;
}
.product-description p { margin: 0; }
.product-description p + p { margin-top: 1.45rem; }
.product-description > * + * { margin-top: 1.15rem; }
.product-description ul,
.product-description ol { padding-left: 1.3rem; }
.product-description li { margin: 0.35rem 0; padding-left: 0.15rem; }
.price { margin: 0.5rem 0 1rem; color: var(--gold-dark); font-size: 1.4rem; font-weight: 750; }
dl { margin: 1.7rem 0; border-top: 1px solid var(--line); }
dl div { display: grid; grid-template-columns: 140px 1fr; gap: 1rem; padding: 0.72rem 0; border-bottom: 1px solid var(--line); }
dt { font-weight: 700; }
dd { margin: 0; color: var(--muted); }
.fine { color: var(--muted); font-size: 0.9rem; }
.prose { max-width: 760px; margin: 2.5rem auto; font-size: 1.06rem; }
.prose h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.prose h2 { margin-top: 2.4rem; font-size: 2rem; }
.prose p,
.prose li { max-width: 68ch; }
.prose li { margin: 0.75rem 0; }
.empty { max-width: 760px; margin: 5rem auto; padding: clamp(2rem, 5vw, 3rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--card); text-align: center; }
.empty .actions { justify-content: center; }
.image-missing { display: grid; place-items: center; color: var(--muted); }

.shop-search { max-width: 680px; margin: 0 0 1.5rem; }
.shop-search label { display: block; margin-bottom: 0.45rem; font-weight: 700; }
.shop-search > div { display: flex; gap: 0.65rem; }
.shop-search input { width: 100%; min-height: 48px; padding: 0.7rem 0.9rem; border: 1px solid #9b8d80; border-radius: 0.5rem; background: #fff; color: var(--ink); font: inherit; }
.shop-search button { flex: 0 0 auto; }
.results-title { margin: 2rem 0 1.2rem; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 400; }

footer {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 2rem;
  padding: 3rem clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  background: #f3ede4;
  color: var(--muted);
}
footer strong { color: var(--ink); font-family: Georgia, serif; font-size: 1.4rem; }
footer nav { display: flex; flex-wrap: wrap; align-content: start; gap: 0.6rem 1.4rem; }
footer nav a { min-height: 36px; display: inline-flex; align-items: center; color: var(--ink); }

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

@media (max-width: 900px) {
  .site-header { min-height: 70px; padding-block: 0.7rem; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary {
    min-width: 92px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid #cec1b2;
    border-radius: 999px;
    background: #fffdf9;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    list-style: none;
    user-select: none;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-icon,
  .menu-icon::before,
  .menu-icon::after { width: 18px; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform 0.2s ease; }
  .menu-icon { position: relative; }
  .menu-icon::before,
  .menu-icon::after { position: absolute; left: 0; content: ""; }
  .menu-icon::before { top: -6px; }
  .menu-icon::after { top: 6px; }
  .mobile-menu[open] .menu-icon { background: transparent; }
  .mobile-menu[open] .menu-icon::before { top: 0; transform: rotate(45deg); }
  .mobile-menu[open] .menu-icon::after { top: 0; transform: rotate(-45deg); }
  .mobile-menu nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem;
    padding: 0.75rem clamp(1rem, 4vw, 4rem) 1rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(250, 247, 241, 0.99);
    box-shadow: 0 18px 30px rgba(70, 50, 31, 0.12);
  }
  .mobile-menu nav a { min-height: 46px; display: flex; align-items: center; padding: 0.55rem 0.65rem; border-radius: 0.5rem; }
  .mobile-menu nav a:hover { background: #fff; text-decoration: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 0; }
  .hero > div { max-width: 720px; }
  .hero-visual { width: min(100%, 680px); justify-self: center; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story,
  .product { grid-template-columns: 1fr; }
  .product-info { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { line-height: 1.58; }
  main { padding-bottom: 3rem; }
  .site-header { gap: 1rem; }
  .brand { gap: 0.55rem; }
  .brand-mark { width: 56px; height: 56px; flex-basis: 56px; }
  .brand > span { font-size: 1.32rem; }
  .brand small { margin-top: 0.2rem; font-size: 0.54rem; }
  .mobile-menu nav { grid-template-columns: 1fr; max-height: calc(100dvh - 70px); overflow-y: auto; }
  .hero { gap: 2rem; padding: 2.5rem 0 3rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.5rem); }
  .hero-visual { border-radius: 8rem 8rem 0.8rem 0.8rem; box-shadow: 0 18px 42px rgba(70, 50, 31, 0.14); }
  .actions { gap: 0.6rem; }
  .actions .button { width: 100%; }
  .section { padding: 3rem 0; }
  .section-head { align-items: start; flex-direction: column; gap: 0.45rem; }
  .grid { grid-template-columns: 1fr; gap: 1.25rem; }
  /* Product photos keep their natural aspect ratio so the complete staged image remains visible. */
  .card-media,
  .card-media img { min-height: 0; }
  .card-body { padding: 1rem 1.05rem 1.15rem; }
  .story { grid-template-columns: 1fr; margin-top: 1rem; padding-top: 3rem; padding-bottom: 3rem; }
  .breadcrumbs { padding: 1rem 0; }
  .page-head { padding: 1.6rem 0 1.5rem; }
  .page-head h1 { font-size: clamp(2.4rem, 12vw, 3.25rem); }
  .page-head > p:last-child { font-size: 1.03rem; }
  .chips {
    flex-wrap: nowrap;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    padding: 0 1rem 0.45rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .product { padding-top: 0; }
  .gallery { gap: 0.55rem; }
  .gallery-zoom { border-radius: 0.5rem; }
  .product-info h1 { font-size: clamp(2.05rem, 10vw, 2.8rem); }
  .product-description { font-size: 1rem; line-height: 1.72; }
  .product-description p + p { margin-top: 1.4rem; }
  dl div { grid-template-columns: 1fr; gap: 0.1rem; padding: 0.7rem 0; }
  .prose { margin-top: 2rem; font-size: 1rem; }
  .prose h1 { font-size: clamp(2.4rem, 12vw, 3.2rem); }
  .empty { margin: 3rem auto; }
  .shop-search > div { align-items: stretch; flex-direction: column; }
  .shop-search button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 1.4rem; padding-block: 2.5rem; }
}

@media (max-width: 380px) {
  .mobile-menu summary { min-width: 46px; padding-inline: 0.7rem; }
  .mobile-menu summary > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
