@charset "UTF-8";
:root {
  --paper: #faf8f2;
  --soft: #f1eee6;
  --forest: #173d32;
  --ink: #223c32;
  --muted: #61685e;
  --gold: #a18443;
  --line: #d9dacd;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
a, button, input, select, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
::selection { background: #d9c796; color: #173d32; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.09; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 5.9vw, 5.75rem); margin-bottom: 26px; }
h2 { font-size: clamp(2.1rem, 3.5vw, 3.5rem); margin-bottom: 24px; }
h3 { font-size: 1.65rem; }
em { font-weight: 400; }
p { margin-bottom: 20px; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.eyebrow { font: 600 .68rem/1.6 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10; padding: 12px 24px; background: var(--forest); color: white; }
.skip-link:focus { top: 12px; }
.announcement { padding: 9px 56px; display: flex; justify-content: space-between; gap: 12px; color: #f1eddf; background: var(--forest); font-size: .69rem; letter-spacing: .09em; }
.site-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; font: 2.05rem/1 var(--serif); letter-spacing: -.055em; white-space: nowrap; }
.brand-symbol { width: 34px; height: 43px; fill: none; stroke: var(--gold); stroke-width: 1.2; flex-shrink: 0; }
.brand small { display: block; font: .48rem/1.5 var(--sans); letter-spacing: .19em; margin-top: 11px; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: .81rem; }
.site-header nav a { padding-block: 12px; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a[aria-current] { border-bottom-color: var(--gold); }
.site-header nav a:last-child { margin-left: 16px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 45px; min-height: 54px; padding: 15px 24px; font-size: .8rem; background: var(--forest); color: var(--paper); border: 1px solid var(--forest); transition: background .2s, transform .2s; }
.button:hover { background: #285244; transform: translateY(-2px); }
.button span { font-size: 1.2rem; }
.button-outline { background: transparent; color: var(--forest); }
.button-outline:hover { background: var(--soft); }
.button-light { background: var(--paper); color: var(--forest); border-color: var(--paper); }
.button-light:hover { background: #e9e1ca; }
.text-link { display: inline-flex; align-items: center; gap: 30px; font-size: .8rem; border-bottom: 1px solid var(--gold); padding: 8px 0; }
.text-link span { font-size: 1.25rem; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 50px; min-height: 685px; align-items: center; padding-top: 55px; padding-bottom: 70px; }
.hero-copy { padding: 25px 0; }
.hero .eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 31px; }
.small-line { width: 36px; height: 1px; background: var(--gold); }
.hero h1 em { color: #8c753f; }
.hero-description { color: var(--muted); font-size: .95rem; line-height: 1.9; margin-bottom: 32px; }
.hero-footnote { display: flex; align-items: center; gap: 13px; margin-top: 45px; }
.hero-footnote p { font-size: .7rem; color: var(--muted); line-height: 1.6; margin: 0; }
.hero-footnote strong { font-weight: 400; color: var(--forest); }
.star { font-size: 2.1rem; color: var(--gold); }
.hero-art { position: relative; min-width: 0; height: 550px; }
.hero-main { position: absolute; width: 82%; right: 2%; top: 10px; background: #eae7dd; border-radius: 200px 200px 0 0; overflow: hidden; }
.hero-main img { aspect-ratio: 1 / 1.17; width: 100%; object-fit: cover; }
.hero-main > span { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; font: 1.12rem var(--serif); }
.hero-main small { font: .52rem var(--sans); letter-spacing: .12em; }
.hero-inset { position: absolute; width: 40%; bottom: 0; left: -3%; padding: 8px; background: var(--paper); transform: rotate(-6deg); box-shadow: 0 18px 35px #173d3212; }
.hero-inset img { width: 100%; aspect-ratio: 1 / 1.1; object-fit: cover; }
.hero-inset > span { display: flex; justify-content: space-between; padding: 9px 4px 3px; font: .85rem var(--serif); }
.hero-orbit { position: absolute; width: 94%; height: 88%; top: -7px; left: 5%; border: 1px solid #b5a578; border-radius: 48% 48% 42% 42%; transform: rotate(13deg); }
.hero-side-label { position: absolute; left: 0; top: 80px; writing-mode: vertical-rl; font-size: .5rem; letter-spacing: .25em; }
.hero-index { position: absolute; right: 0; bottom: 12px; color: var(--muted); font-size: .55rem; letter-spacing: .16em; text-align: right; }
.hero-index strong { display: block; font: 1.6rem/1.8 var(--serif); color: var(--forest); }
.intro-band { border-block: 1px solid var(--line); }
.intro-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 79px; font-size: .7rem; letter-spacing: .08em; }
.intro-band i { color: var(--gold); font-size: 1.5rem; }
.section { padding-block: 88px; }
.section-soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { font-size: .84rem; color: var(--muted); margin-bottom: 4px; }
.category-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.category-list a { display: flex; align-items: center; gap: 15px; padding: 25px 20px 25px 0; border-bottom: 1px solid var(--line); transition: color .2s; }
.category-list a:hover { color: #947337; }
.category-list small { font-size: .62rem; color: var(--muted); }
.category-list a > span:first-of-type { font: 1.4rem var(--serif); }
.category-list a > span:last-of-type { margin-left: auto; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.product-card { min-width: 0; }
.card-link { display: block; height: 100%; }
.card-photo { position: relative; overflow: hidden; background: #e8e7e1; }
.card-photo img { width: 100%; aspect-ratio: 1 / 1.02; object-fit: cover; transition: transform .5s; }
.card-link:hover .card-photo img { transform: scale(1.035); }
.card-arrow { position: absolute; right: 12px; bottom: 12px; background: #faf8f2ec; border-radius: 50%; width: 31px; height: 31px; display: grid; place-items: center; }
.photo-pair { display: flex; }
.photo-pair img { width: 50%; aspect-ratio: .49; object-fit: contain; background: #f3f1ed; }
.card-info { padding-top: 20px; }
.card-info .eyebrow { color: var(--muted); font-size: .59rem; }
.card-info h3 { margin: 7px 0 10px; }
.card-price { font-size: .89rem; margin-bottom: 3px; font-variant-numeric: tabular-nums; }
.card-price small, .card-price > span { font-size: .65rem; color: var(--muted); }
.card-note { font-size: .65rem; color: var(--muted); margin: 0; }
.local-section { background: var(--forest); color: var(--paper); padding-block: 85px; }
.local-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.local-art { position: relative; height: 355px; display: grid; place-items: center; border: 1px solid #a1844366; border-radius: 50% 50% 0 0; }
.local-art::before, .local-art::after { content: ''; position: absolute; border: 1px solid #a1844333; border-radius: 50% 50% 0 0; inset: 18px; }
.local-art::after { inset: 38px; }
.local-art .brand-symbol { width: 145px; height: 175px; stroke-width: .45; }
.local-art > span { position: absolute; bottom: 28px; text-align: center; font-size: .54rem; letter-spacing: .2em; }
.local-grid .eyebrow { color: #d0b87f; }
.local-grid h2 { font-size: clamp(2.4rem, 4vw, 3.75rem); }
.local-grid p:not(.eyebrow) { font-size: .87rem; color: #e0e4d9; }
.local-grid p.local-note { font-size: .72rem; color: #c2c9bd; margin-bottom: 28px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; }
.faq-section > div > p:not(.eyebrow) { color: var(--muted); font-size: .86rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { list-style: none; display: flex; justify-content: space-between; gap: 22px; padding-block: 23px; font-size: .87rem; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); flex-shrink: 0; }
details[open] > summary span { transform: rotate(45deg); }
.faq-list details p { font-size: .81rem; color: var(--muted); padding-right: 28px; }
.contact-section { border-top: 1px solid var(--line); padding-block: 65px 85px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; }
.contact-section > div > p { font-size: .85rem; }
.contact-state { font-weight: 600; margin-bottom: 12px; }
.reference-address { border-left: 2px solid var(--gold); padding-left: 22px; margin-top: 28px; }
.reference-address p { margin: 6px 0; font-family: var(--serif); font-size: 1.25rem; }
.reference-address small { display: block; color: var(--muted); font-size: .73rem; max-width: 380px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 20px; }
.contact-links a { border-bottom: 1px solid var(--gold); }
.site-footer { background: #eae9df; padding-top: 63px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 80px; padding-bottom: 54px; }
.footer-brand { margin-bottom: 22px; }
.footer-grid h2 { font: 600 .66rem var(--sans); text-transform: uppercase; letter-spacing: .14em; margin: 7px 0 25px; }
.footer-grid p, .footer-grid > div > a:not(.brand) { font-size: .75rem; color: #526151; }
.footer-grid > div > a:not(.brand) { display: block; margin-bottom: 12px; }
.footer-grid > div > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid #cbd0c2; font-size: .63rem; color: #596556; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; padding-block: 27px; font-size: .7rem; color: var(--muted); }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.collection-heading { text-align: center; max-width: 680px; margin: 28px auto 52px; }
.collection-heading h1 { font-size: clamp(3rem, 5vw, 4.9rem); margin-bottom: 20px; }
.collection-heading > p:not(.eyebrow) { color: var(--muted); font-size: .89rem; }
.collection-summary { display: inline-block; font-size: .67rem; letter-spacing: .06em; padding: 9px 16px; border: 1px solid var(--line); }
.collection-status { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); padding-block: 24px; font-size: .72rem; }
.collection-status p { margin: 0; }
.collection-status > span { color: var(--muted); }
.collection-grid { row-gap: 46px; }
.collection-disclosure { display: flex; gap: 35px; max-width: 830px; margin: 75px auto; padding: 32px; border-block: 1px solid var(--line); }
.collection-disclosure > span { color: var(--gold); font-size: 2.5rem; }
.collection-disclosure h2 { font-size: 1.8rem; margin-bottom: 15px; }
.collection-disclosure p { color: var(--muted); font-size: .79rem; }
.product-layout { display: grid; grid-template-columns: 1.12fr 1fr; grid-template-rows: min-content 1fr; gap: 16px 74px; align-items: start; padding-top: 24px; padding-bottom: 35px; }
.product-lead { min-width: 0; grid-column: 2; grid-row: 1; }
.product-gallery { grid-column: 1; grid-row: 1 / span 2; }
.product-information { grid-column: 2; grid-row: 2; }
.product-gallery, .product-information { min-width: 0; }
.design-gallery { margin-bottom: 34px; }
.main-photo { margin: 0; background: var(--soft); }
.main-photo img { width: 100%; object-fit: contain; }
.product-gallery[data-grouped="true"] .main-photo img { max-width: 400px; margin-inline: auto; }
figcaption { font-size: .65rem; color: var(--muted); padding: 12px 16px; }
.context-photo { margin: 22px 0 0; max-width: 420px; }
.context-photo img { width: 100%; }
.context-photo figcaption { padding-left: 0; }
.design-gallery h2 { font-size: 1.75rem; margin-bottom: 17px; }
.design-gallery h2 > span { display: block; font: .76rem/1.5 var(--sans); margin-top: 8px; }
.product-lead h1 { font-size: clamp(2.8rem, 4vw, 4.2rem); }
.product-description { color: var(--muted); font-size: .9rem; }
.product-price { font-size: 1.9rem; font-variant-numeric: tabular-nums; margin: 28px 0 2px; }
.product-price small { font-size: .76rem; }
.price-context { color: var(--muted); font-size: .69rem; }
.chain-exclusion { display: inline-block; margin: 0 0 25px; font-size: .74rem; padding: 7px 13px; border: 1px solid var(--line); }
.product-facts { padding-top: 28px; border-top: 1px solid var(--line); }
.product-facts h2 { font-size: 1.4rem; margin: 8px 0 13px; }
.product-facts p { font-size: .78rem; color: var(--muted); }
.variant-section { margin-top: 30px; }
.variant-section h2 { font-size: 1.4rem; margin-bottom: 14px; }
.variant-section > p { font-size: .75rem; color: var(--muted); }
table { width: 100%; border-collapse: collapse; font-size: .8rem; }
caption { text-align: left; color: var(--muted); font-size: .66rem; margin-bottom: 12px; }
th, td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; }
td { font-variant-numeric: tabular-nums; text-align: right; }
thead { background: var(--soft); }
tbody th { font-weight: 400; }
.fact-details { border-block: 1px solid var(--line); margin-top: 28px; }
.fact-details p, .fact-details li { font-size: .75rem; color: var(--muted); }
.fact-details ul { padding-left: 20px; }
.fact-details li { margin-bottom: 8px; }
.fact-details p.fine-print { font-size: .65rem; }
.catalog-only { margin-block: 28px; padding: 22px; background: var(--soft); }
.catalog-only p { font-size: .77rem; margin: 8px 0; }
.separate-models { font-size: .8rem; border-left: 2px solid var(--gold); padding-left: 18px; margin-block: 24px; }
.separate-models a { display: block; text-decoration: underline; text-underline-offset: 4px; margin-top: 7px; }
.separate-models > span { font-size: .7rem; }
.not-found { padding-block: 95px 130px; }
.empty-state { padding: 65px 20px; text-align: center; }
.empty-state > span { font-size: 3rem; color: var(--gold); }
.empty-state h2 { font-size: 2rem; }
.empty-state button { background: var(--forest); color: white; padding: 12px 22px; border: 0; }
.catalog-controls { display: grid; grid-template-columns: 1.25fr .8fr 1.05fr auto; align-items: end; gap: 22px; padding: 26px 0; }
.catalog-controls label { display: block; margin-bottom: 8px; font-size: .63rem; letter-spacing: .06em; }
.catalog-controls input, .catalog-controls select { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; color: var(--forest); background: transparent; border: 1px solid var(--line); border-radius: 0; font-size: .75rem; }
.catalog-controls select { padding-right: 25px; }
.search-field > div { position: relative; }
.search-field input { padding-left: 38px; }
.search-field > div > span { position: absolute; left: 12px; top: 3px; font-size: 1.5rem; color: var(--muted); }
.reset-button { min-height: 48px; font-size: .7rem; border: 0; border-bottom: 1px solid var(--gold); background: transparent; padding: 10px 0; white-space: nowrap; }
.reset-button span { margin-left: 10px; font-size: 1.1rem; }
.no-script-note { font-size: .78rem; border: 1px solid var(--line); padding: 18px; }
@media (min-width: 1600px) { .hero h1 { font-size: 5.75rem; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .announcement { padding-inline: 32px; }
  .hero { gap: 25px; min-height: 630px; }
  .hero-art { height: 485px; }
  .hero-main { top: 32px; }
  .site-header nav { gap: 20px; }
  .product-grid { gap: 20px; }
  .local-grid { gap: 60px; }
  .faq-section, .contact-section { gap: 45px; }
  .product-layout { gap: 40px; }
  .footer-grid { gap: 40px; }
  .catalog-controls { grid-template-columns: 1fr 1fr; gap: 16px 20px; }
  .reset-button { justify-self: start; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .announcement { padding-inline: 20px; font-size: .55rem; }
  .announcement span:first-child { letter-spacing: .03em; }
  .site-header { flex-direction: column; gap: 16px; align-items: flex-start; padding-block: 25px 14px; }
  .brand { font-size: 1.8rem; }
  .brand small { font-size: .43rem; }
  .brand-symbol { width: 27px; height: 38px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 10px; font-size: .73rem; }
  .site-header nav a:last-child { margin-left: 0; }
  .site-header nav a { padding-block: 6px; }
  .hero { grid-template-columns: 1fr; padding-block: 38px 50px; gap: 20px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 20px; font-size: .6rem; }
  .hero h1 { font-size: clamp(3.2rem, 10.2vw, 4.6rem); }
  .hero h1 em { display: block; }
  .hero-description { font-size: .84rem; }
  .hero-footnote { margin-top: 25px; }
  .hero-art { height: 490px; max-width: 480px; width: 100%; margin: 8px auto 0; }
  .hero-main { width: 79%; right: 4%; top: 16px; }
  .hero-main img { aspect-ratio: 1 / 1.2; }
  .hero-main > span { padding: 12px; font-size: 1rem; }
  .hero-main small { font-size: .46rem; }
  .hero-inset { width: 40%; left: 1%; bottom: 10px; }
  .hero-orbit { height: 90%; left: 4%; }
  .hero-index { bottom: 2px; right: 5px; }
  .hero-index strong { font-size: 1.4rem; }
  .intro-band .wrap { min-height: 65px; gap: 12px; flex-wrap: wrap; justify-content: center; padding-block: 15px; font-size: .58rem; }
  .intro-band i { font-size: 1rem; }
  .intro-band span:last-child, .intro-band i:nth-of-type(2) { display: none; }
  .section { padding-block: 55px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 26px; }
  .section-heading h2 { font-size: 2.3rem; }
  .section-heading > p { font-size: .77rem; }
  .category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-list a { padding-block: 18px; gap: 10px; }
  .category-list a > span:first-of-type { font-size: 1.1rem; }
  .category-list small { font-size: .55rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .card-info { padding-top: 13px; }
  .card-info h3 { font-size: 1.25rem; line-height: 1.15; }
  .card-info .eyebrow { font-size: .52rem; }
  .card-price { font-size: .76rem; }
  .card-price small { font-size: .58rem; }
  .card-note { font-size: .6rem; }
  .card-arrow { width: 25px; height: 25px; bottom: 8px; right: 8px; }
  .local-section { padding-block: 55px; }
  .local-grid { grid-template-columns: 1fr; gap: 40px; }
  .local-art { height: 225px; max-width: 300px; width: 100%; margin-inline: auto; }
  .local-art .brand-symbol { width: 100px; height: 120px; margin-top: -35px; }
  .local-art > span { bottom: 22px; }
  .local-grid h2 { font-size: 2.7rem; }
  .faq-section, .contact-section { grid-template-columns: 1fr; gap: 24px; }
  .faq-section h2 br { display: none; }
  .contact-section { padding-block: 45px 60px; }
  .contact-section h2 { margin-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid p { font-size: .7rem; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .collection-heading { margin-block: 8px 24px; }
  .collection-heading h1 { font-size: 2.8rem; margin-bottom: 14px; }
  .collection-heading p:not(.eyebrow) { font-size: .8rem; }
  .collection-summary { font-size: .6rem; }
  .collection-status { font-size: .66rem; }
  .collection-status > span { max-width: 135px; text-align: right; }
  .collection-disclosure { padding: 26px 0; gap: 18px; margin-block: 45px; }
  .product-layout { grid-template-columns: 1fr; grid-template-rows: none; padding-top: 5px; gap: 24px; }
  .product-lead, .product-gallery, .product-information { grid-column: 1; grid-row: auto; }
  .product-lead h1 { font-size: 2.8rem; }
  .product-gallery { padding-top: 12px; border-top: 1px solid var(--line); }
  .main-photo img { max-height: 460px; }
  .context-photo { max-width: 100%; }
  .breadcrumbs { padding-block: 22px; font-size: .65rem; }
  .design-gallery h2 { margin-top: 15px; }
  .not-found { padding-block: 70px; }
  .catalog-controls { grid-template-columns: 1fr 1fr; padding-top: 0; gap: 16px 12px; }
  .catalog-controls .search-field { grid-column: 1 / -1; }
  .catalog-controls select { font-size: .67rem; padding-left: 8px; }
  .catalog-controls input { font-size: 16px; }
  .reset-button { grid-column: 1 / -1; min-height: 40px; }
}
@media (max-width: 410px) {
  .hero-art { height: 410px; }
  .hero h1 { font-size: 3.3rem; }
  .hero-inset { bottom: 5px; }
  .hero-main small { font-size: .43rem; }
  .announcement { font-size: .5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
