:root {
  --ink: #2e241b; --sepia: #715a42; --paper: #f3ead6; --paper-deep: #e6d4b5;
  --line: #b79a70; --burgundy: #6c2f31; --olive: #4d5132; --cream: #fbf6e9;
  --serif: Georgia, "Times New Roman", Times, serif; --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); scroll-behavior: smooth; }
body { margin: 0; min-width: 0; background-color: var(--paper); background-image: radial-gradient(circle at 16% 8%, rgba(255,255,255,.6), transparent 32%), repeating-linear-gradient(0deg, rgba(94,70,37,.025) 0, rgba(94,70,37,.025) 1px, transparent 1px, transparent 4px); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; transform: translateY(-180%); padding: 12px 18px; background: var(--ink); color: var(--cream); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px double var(--burgundy); outline-offset: 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.masthead { border-top: 8px solid var(--ink); border-bottom: 1px solid var(--line); padding: 76px 0 64px; text-align: center; }
.kicker, .eyebrow, .folio, .section-heading, .imprint { font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; }
.kicker { color: var(--burgundy); font-weight: 700; }
.masthead h1 { margin: 14px 0 8px; font: 700 clamp(3rem, 8vw, 6.8rem)/.95 var(--serif); letter-spacing: -.045em; text-shadow: 0 2px 0 rgba(255,255,255,.55); }
.lede { max-width: 710px; margin: 24px auto 0; color: var(--sepia); font: 1.1rem/1.75 var(--serif); }
.ornament { display: flex; align-items: center; gap: 18px; width: min(420px, 80%); margin: 34px auto 0; color: var(--burgundy); }
.ornament::before, .ornament::after { content: ""; flex: 1; border-top: 1px solid var(--line); border-bottom: 1px solid rgba(183,154,112,.45); height: 4px; }
.catalog { padding-block: 64px 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 3px double var(--line); margin-bottom: 32px; color: var(--sepia); font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: rgba(251,246,233,.72); box-shadow: 4px 5px 0 rgba(93,72,45,.09); }
.card-link { display: grid; grid-template-columns: minmax(150px, 42%) 1fr; min-height: 100%; text-decoration: none; }
.card-image { display: grid; place-items: center; min-height: 270px; padding: 20px; background: rgba(230,212,181,.5); border-right: 1px solid var(--line); overflow: hidden; }
.card-image img { width: 100%; height: 100%; max-height: 260px; object-fit: contain; }
.card-copy { display: flex; flex-direction: column; min-width: 0; padding: 26px 24px; }
.eyebrow { color: var(--burgundy); font-weight: 700; }
.card-copy h2 { overflow-wrap: anywhere; margin: 12px 0 10px; font: 700 clamp(1.35rem, 2.2vw, 1.8rem)/1.15 var(--serif); }
.card-copy p { margin: 0 0 24px; color: var(--sepia); font-size: .92rem; }
.card-action { margin-top: auto; border-top: 1px solid var(--line); padding-top: 14px; color: var(--olive); font: 700 .82rem var(--sans); letter-spacing: .04em; }
.card-link:hover { background: rgba(255,255,255,.3); }
.card-link:hover .card-action { color: var(--burgundy); }
.compact-header { border-top: 7px solid var(--ink); border-bottom: 3px double var(--line); }
.compact-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; }
.wordmark { font: 700 1.45rem var(--serif); text-decoration: none; }
.compact-header span { color: var(--sepia); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(44px, 7vw, 90px); align-items: center; padding-block: 76px 90px; }
.product-visual { position: relative; display: grid; place-items: center; min-width: 0; min-height: 500px; padding: clamp(25px, 5vw, 54px); border: 1px solid var(--line); background: rgba(251,246,233,.75); box-shadow: 9px 11px 0 rgba(93,72,45,.11); }
.product-visual::before, .product-visual::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(183,154,112,.45); pointer-events: none; }
.product-visual::after { inset: 17px; border-style: dotted; }
.product-visual img { position: relative; z-index: 1; width: 100%; max-height: 470px; object-fit: contain; }
.badge { display: inline-block; margin: 0; padding: 7px 12px 6px; background: var(--olive); color: var(--cream); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.folio { color: var(--sepia); margin: 22px 0 8px; }
.product-copy { min-width: 0; }
.product-copy h1 { overflow-wrap: anywhere; margin: 0; font: 700 clamp(2.35rem, 5vw, 4.6rem)/1.02 var(--serif); letter-spacing: -.035em; }
.decorative-rule { display: flex; align-items: center; margin: 26px 0; width: 130px; border-top: 3px double var(--line); }
.description { margin: 0 0 32px; color: #594735; font: 1.04rem/1.8 var(--serif); }
.primary-cta, .home-link { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; max-width: 100%; padding: 14px 24px; background: var(--burgundy); color: var(--cream); border: 2px solid var(--burgundy); box-shadow: 4px 4px 0 var(--line); text-align: center; text-decoration: none; font-weight: 700; }
.primary-cta:hover, .home-link:hover { background: var(--ink); border-color: var(--ink); }
.back-link { display: block; width: fit-content; margin-top: 28px; padding-block: 9px; color: var(--olive); font-weight: 700; text-underline-offset: 4px; }
.site-footer { border-top: 3px double var(--line); padding: 30px 0 34px; color: var(--sepia); font-size: .82rem; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 36px; }
.site-footer p { margin: 0; max-width: 650px; }
.imprint { text-align: right; }
.not-found { min-height: 68vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 60px; text-align: center; }
.error-number { margin: 16px 0 -18px; color: var(--paper-deep); font: 700 clamp(7rem, 24vw, 14rem)/1 var(--serif); text-shadow: 1px 1px 0 var(--line); }
.not-found h1 { margin: 0; font: 700 clamp(2.5rem, 7vw, 5rem)/1 var(--serif); }
.not-found > p:not(.badge):not(.error-number) { max-width: 570px; color: var(--sepia); }
.not-found .home-link { margin-top: 18px; }
@media (max-width: 920px) { .card-link { grid-template-columns: 1fr; } .card-image { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); } }
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 680px); }
  .masthead { padding: 54px 0 46px; }
  .product-grid { grid-template-columns: minmax(0, 1fr); }
  .card-link { grid-template-columns: minmax(130px, 38%) 1fr; }
  .card-image { min-height: 250px; border-right: 1px solid var(--line); border-bottom: 0; }
  .product-detail { grid-template-columns: minmax(0, 1fr); gap: 42px; padding-block: 42px 60px; }
  .product-visual { min-height: 360px; order: 0; }
  .product-copy { order: 1; }
  .site-footer .shell { flex-direction: column; gap: 16px; }
  .imprint { text-align: left; }
}
@media (max-width: 520px) {
  .card-link { grid-template-columns: 1fr; }
  .card-image { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .card-copy { padding: 24px 20px; }
  .compact-header .shell { min-height: 72px; }
  .compact-header span { display: none; }
  .product-visual { min-height: 300px; }
  .primary-cta, .home-link { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}