:root {
  --forest: #2e5d32;
  --sage: #8a9a6b;
  --gold: #d4a017;
  --wood: #6b4f2e;
  --cream: #f8f4e6;
  --ink: #253529;
  --muted: #626757;
  --line: #dcdcc9;
  --serif: 'Lora', Georgia, serif;
  --sans: 'Open Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.75; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--wood); outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.16; }
h1 { font-size: clamp(42px, 4.9vw, 70px); letter-spacing: -2.5px; }
h2 { font-size: clamp(34px, 3.7vw, 48px); letter-spacing: -1.6px; }
h3 { font-size: 22px; }
em { color: var(--forest); font-weight: 400; }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 96px; }
.skip-link { position: absolute; top: -100px; left: 16px; padding: 12px 24px; background: var(--cream); z-index: 10; }
.skip-link:focus { top: 12px; }
.announcement { background: var(--forest); color: var(--cream); text-align: center; padding: 8px 20px; font-size: 10px; letter-spacing: 1.9px; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 28px; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { width: 245px; flex-shrink: 0; }
.brand img { mix-blend-mode: multiply; }
.site-header nav { display: flex; align-items: center; gap: 36px; font-size: 12px; }
.site-header nav a:hover, .back-link:hover { color: var(--forest); text-decoration: underline; text-underline-offset: 5px; }
.nav-contact { border-bottom: 1px solid var(--forest); padding-block: 8px; }
.nav-contact span { margin-left: 16px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-top: 64px; padding-bottom: 72px; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 2.3px; color: var(--forest); margin-bottom: 22px; }
.little-line { display: inline-block; width: 28px; height: 1px; background: var(--gold); margin-right: 12px; vertical-align: middle; }
.hero-description { max-width: 400px; color: var(--muted); margin-top: 25px; margin-bottom: 30px; font-size: 14px; line-height: 1.9; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; background: var(--forest); color: var(--cream); padding: 15px 24px; font-size: 12px; font-weight: 600; border: 1px solid var(--forest); transition: background 160ms; }
.button:hover { background: #224826; }
.button span { font-size: 20px; line-height: 1; }
.button-outline { color: var(--forest); background: transparent; }
.button-outline:hover { background: #e8e9d9; }
.hero-signoff { display: flex; align-items: center; gap: 12px; margin-top: 33px; color: var(--muted); font-size: 10px; letter-spacing: .3px; }
.hero-signoff span { color: var(--wood); font-size: 22px; }
.hero-art { position: relative; background: #050504; border-radius: 48% 48% 0 0; padding-top: 54px; margin-top: 5px; }
.hero-art > a { display: flex; align-items: center; min-height: 360px; overflow: hidden; border-radius: 40% 40% 0 0; }
.hero-art img { width: 100%; aspect-ratio: 1.12; object-fit: contain; }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 12px; color: var(--cream); padding: 18px 23px; border-top: 1px solid #33382d; font-size: 10px; }
.hero-art figcaption span:last-child { color: #c3c8b4; }
.art-note { position: absolute; right: -18px; top: 42px; padding: 11px 16px; font: italic 14px var(--serif); background: #e4e7d7; transform: rotate(6deg); box-shadow: 0 3px 10px #0001; }
.values-strip { border-block: 1px solid var(--line); background: #efefdf; }
.values-strip .wrap { display: flex; justify-content: center; align-items: center; gap: 52px; padding-block: 19px; font: 13px var(--serif); letter-spacing: .5px; }
.values-strip [aria-hidden] { color: var(--wood); font-size: 13px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading > p { max-width: 300px; font-size: 13px; color: var(--muted); margin-bottom: 5px; }
.collection-tools { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-block: 38px 30px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.filters { display: flex; flex-wrap: wrap; gap: 9px; }
.filters button { background: transparent; border: 1px solid var(--line); border-radius: 30px; padding: 9px 18px; color: var(--muted); font-size: 11px; min-height: 40px; }
.filters button[aria-pressed=true] { color: var(--cream); background: var(--forest); border-color: var(--forest); }
.filters button:hover { border-color: var(--forest); }
.result-count { font-size: 11px; color: var(--muted); white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 26px; }
.product-link { display: block; height: 100%; }
.card-image { position: relative; background: #000; overflow: hidden; }
.card-image img { width: 100%; aspect-ratio: 1; object-fit: contain; transition: transform 300ms; }
.product-link:hover img { transform: scale(1.035); }
.view-piece { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; padding: 13px 18px; background: #172019e8; color: var(--cream); font-size: 11px; opacity: 0; transition: opacity 200ms; }
.product-link:hover .view-piece, .product-link:focus-visible .view-piece { opacity: 1; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; margin-block: 18px 11px; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.card-meta span:last-child { color: var(--forest); }
.product-card h3 { display: flex; justify-content: space-between; gap: 10px; }
.product-card h3 span { font: 20px var(--sans); color: var(--forest); }
.product-card p { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 11px; max-width: 310px; }
.story { background: #e9ecdf; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.story-image { position: relative; background: #000; }
.story-image img { width: 100%; height: 490px; object-fit: contain; }
.story-image span { position: absolute; bottom: -18px; right: -24px; padding: 14px 26px; background: var(--cream); font: italic 17px var(--serif); border: 1px solid var(--line); }
.story-copy h2 { font-size: 56px; margin-bottom: 25px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 18px; }
.story-copy .story-signoff { font: italic 23px var(--serif) !important; color: var(--forest) !important; margin-top: 30px !important; }
.enquire { text-align: center; }
.enquire > p:not(.eyebrow) { max-width: 530px; margin: 23px auto 0; color: var(--muted); font-size: 13px; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.contact-note { font-size: 12px; color: var(--muted); padding: 15px 22px; border: 1px solid var(--line); }
.site-footer { border-top: 1px solid var(--line); padding-block: 30px; display: flex; align-items: center; gap: 28px; }
.footer-name { font: italic 32px var(--serif); color: var(--forest); }
.gold { color: var(--gold); font-size: 17px; }
.site-footer p { font: 13px var(--serif); }
.site-footer > a:not(.footer-name) { margin-left: auto; font-size: 11px; }
.site-footer small { color: var(--muted); font-size: 10px; }
.product-section { padding-block: 36px 90px; }
.back-link { display: inline-block; font-size: 12px; margin-bottom: 32px; }
.product-detail { display: grid; grid-template-columns: 1.15fr 1fr; align-items: start; gap: 65px; }
.gallery-main { background: #000; }
.gallery-main img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.gallery-count { text-align: right; font-size: 11px; color: var(--muted); padding-block: 8px; }
.thumbnails { display: flex; flex-wrap: wrap; gap: 10px; }
.thumbnails a { width: 65px; border: 2px solid transparent; padding: 3px; }
.thumbnails a[aria-current] { border-color: var(--forest); }
.thumbnails img { width: 100%; aspect-ratio: 1; background: #000; object-fit: contain; }
.piece-copy { padding-top: 15px; }
.piece-copy h1 { font-size: clamp(34px, 3.6vw, 48px); letter-spacing: -1.4px; }
.scripture-panel { margin-top: 26px; padding: 20px 22px; border-left: 2px solid var(--gold); background: #efefdf; }
.scripture-quote { margin: 0; font: italic 16px/1.8 var(--serif); color: var(--forest); }
.scripture-panel figcaption { margin-top: 12px; font-size: 11px; letter-spacing: .6px; color: var(--wood); }
.piece-description { color: var(--muted); margin-top: 28px; font-size: 14px; }
.piece-facts { margin-top: 30px; font-size: 12px; }
.piece-facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; border-top: 1px solid var(--line); padding-block: 13px; }
.piece-facts dt { font-weight: 600; }
.piece-facts dd { margin: 0; color: var(--muted); }
.piece-copy .contact-actions { justify-content: start; }
.piece-note { color: var(--muted); font-size: 11px; margin-top: 24px; }
@media (min-width: 1500px) { .hero { padding-block: 85px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 35px; }
  .hero-art > a { min-height: 290px; }
  .story-grid { gap: 55px; }
  .product-detail { gap: 35px; }
  .site-footer { flex-wrap: wrap; }
  .site-footer small { width: 100%; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .announcement { font-size: 8px; letter-spacing: 1.1px; }
  .site-header { padding-block: 20px; gap: 12px; flex-wrap: wrap; }
  .brand { width: 190px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 12px; font-size: 11px; }
  .hero { grid-template-columns: 1fr; padding-block: 45px; gap: 36px; }
  h1 { letter-spacing: -1.8px; font-size: clamp(42px, 9vw, 62px); }
  .hero-description { max-width: 460px; }
  .hero-art { width: min(460px, 100%); justify-self: center; padding-top: 35px; }
  .hero-art > a { min-height: 260px; }
  .art-note { right: -7px; font-size: 12px; }
  .values-strip .wrap { gap: 13px; justify-content: space-between; font-size: 10px; letter-spacing: 0; }
  .values-strip [aria-hidden] { font-size: 8px; }
  .section { padding-block: 60px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; max-width: 400px; }
  .eyebrow { margin-bottom: 17px; font-size: 9px; }
  .collection-tools { align-items: start; flex-direction: column; margin-block: 26px; gap: 12px; }
  .filters { gap: 7px; }
  .filters button { padding: 9px 13px; font-size: 10px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
  .card-meta { flex-direction: column; gap: 2px; font-size: 8px; }
  .product-card h3 { font-size: 19px; }
  .product-card p { font-size: 11px; }
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .story-image { max-width: 450px; width: 100%; }
  .story-image img { height: 390px; }
  .story-image span { right: -7px; }
  .story-copy h2 { font-size: 44px; }
  .site-footer { gap: 16px; }
  .site-footer > a:not(.footer-name) { width: 100%; }
  .product-detail { grid-template-columns: 1fr; gap: 20px; }
  .piece-copy h1 { font-size: 40px; }
  .product-section { padding-bottom: 55px; }
}
@media (max-width: 380px) {
  .product-grid { grid-template-columns: 1fr; }
  .values-strip .wrap { gap: 6px; font-size: 9px; }
  .piece-facts > div { grid-template-columns: 90px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
