:root {
  --paper: #f1ebdc;
  --paper-light: #faf7ee;
  --ink: #161814;
  --forest: #263a2b;
  --forest-deep: #17261c;
  --soil: #4a3427;
  --ochre: #b4772f;
  --rust: #8b4930;
  --line: #a79d89;
  --muted: #696353;
  --shadow: rgba(31, 27, 20, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, 'Times New Roman', serif; line-height: 1.58; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .65rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .4rem clamp(1rem, 4vw, 4rem); background: rgba(255,255,255,.97); border-bottom: 2px solid var(--ink); backdrop-filter: blur(8px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif; text-transform: uppercase; font-weight: 900; line-height: .88; font-size: 1.15rem; letter-spacing: .015em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.4rem); font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif; font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .09em; }
.site-nav a { text-decoration: none; border-bottom: 2px solid transparent; padding: .4rem 0; }
.site-nav a:hover { border-color: var(--ochre); }
.nav-toggle { display: none; border: 1px solid var(--ink); background: transparent; padding: .55rem .7rem; text-transform: uppercase; font-family: Arial, sans-serif; font-weight: 800; letter-spacing: .08em; }

.hero { min-height: min(680px, calc(100vh - 70px)); display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(410px, .84fr); border-bottom: 2px solid var(--ink); }
.hero-image { min-height: 580px; background: linear-gradient(0deg, rgba(20,25,18,.12), rgba(20,25,18,.03)), url('assets/perennial-benches.jpg') center/cover no-repeat; }
.paper-panel { background: var(--paper-light); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.8rem, 5.5vw, 5.5rem) clamp(2rem, 4vw, 4.5rem); background: #fff; border-left: 2px solid var(--ink); }
.eyebrow, .kicker { margin: 0 0 1rem; font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif; font-weight: 800; text-transform: uppercase; font-size: .76rem; letter-spacing: .13em; color: var(--rust); }
h1, h2, h3 { font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif; text-transform: uppercase; letter-spacing: -.035em; line-height: .94; margin-top: 0; }
h1 { max-width: 11ch; margin-bottom: 1.35rem; font-size: clamp(2.8rem, 4vw, 5rem); }
h2 { font-size: clamp(2.35rem, 3.7vw, 4.25rem); margin-bottom: 1.25rem; }
h3 { font-size: 1.45rem; margin-bottom: .7rem; letter-spacing: -.01em; }
.hero-lede { font-size: clamp(1.08rem, 1.4vw, 1.3rem); max-width: 38rem; margin: 0 0 2rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.15rem; border: 2px solid var(--ink); font-family: 'Arial Narrow', 'Franklin Gothic Medium', Arial, sans-serif; font-size: .82rem; line-height: 1.1; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; text-decoration: none; cursor: pointer; border-radius: 1px; }
.button-dark { background: var(--forest-deep); color: #fff; border-color: var(--forest-deep); }
.button-dark:hover { background: var(--forest); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--paper); }
.button-ochre { background: var(--ochre); border-color: #7d4d1b; color: #16130e; }
.button-ochre:hover { background: #c2873f; }
.mobile-hero-contact { display: none; }
.hero-hours { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: max-content 1fr; gap: .2rem 1rem; font-size: .93rem; }
.hero-hours strong { font-family: Arial, sans-serif; text-transform: uppercase; font-size: .72rem; letter-spacing: .05em; padding-top: .18rem; }

.field-note { display: flex; justify-content: center; align-items: center; gap: 1.5rem; padding: .75rem 2rem; background: var(--forest); color: #f3eedf; border-bottom: 2px solid var(--ink); font-family: Arial, sans-serif; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; text-align: center; }
.field-note p { margin: 0; }
.field-note-traits { display: flex; align-items: center; gap: .8rem; }
.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.2rem, 6vw, 7rem); border-bottom: 2px solid var(--ink); }
.section-heading { max-width: 870px; }
.section-heading > p:last-child, .visit-lead > p:last-child { font-size: 1.08rem; max-width: 48rem; }
.narrow { max-width: 760px; }

.inventory-section { background: var(--paper-light); }
.inventory-section .section-heading { display: grid; grid-template-columns: minmax(270px, .8fr) minmax(360px, 1.2fr); column-gap: clamp(2rem, 6vw, 7rem); max-width: none; align-items: end; }
.inventory-section .section-heading .kicker { grid-column: 1 / -1; }
.inventory-section h2 { margin-bottom: 0; }
.inventory-section .section-heading > p:last-child { margin: 0 0 .45rem; }
.inventory-actions { margin: 2.2rem 0 1rem; display: flex; align-items: center; gap: 1rem; }
.inventory-actions span { font-style: italic; color: var(--muted); font-size: .9rem; }
.inventory-image-list { width: min(1400px, 100%); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 1.6rem; margin: 1.5rem auto 0; }
.inventory-image-list figure { margin: 0; overflow: hidden; background: #fff; border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--forest); }
.inventory-image-list a { display: block; background: #f4f2ed; cursor: zoom-in; }
.inventory-image-list img { width: 100%; height: auto; }
.inventory-image-list figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem .8rem; background: var(--paper); border-top: 1px solid var(--line); color: var(--muted); font-family: Arial, sans-serif; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.inventory-after { display: flex; justify-content: flex-end; gap: .55rem; margin-top: 1.1rem; color: var(--muted); font-size: .88rem; }
.inventory-after a { color: var(--forest-deep); font-weight: 700; }

.photo-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; background: var(--ink); border-bottom: 2px solid var(--ink); }
.photo-strip figure { position: relative; margin: 0; min-height: 330px; border-right: 2px solid var(--paper); overflow: hidden; }
.photo-strip figure:last-child { border-right: 0; }
.photo-strip img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; transition: transform .4s ease; }
.photo-strip figure:hover img { transform: scale(1.015); }
.photo-strip figcaption { position: absolute; left: 0; bottom: 0; padding: .6rem .8rem; background: var(--paper); color: var(--ink); border-top: 2px solid var(--ink); border-right: 2px solid var(--ink); font-family: Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 800; }

.visit-section { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(2.5rem, 7vw, 8rem); row-gap: 1.5rem; padding-block: clamp(3rem, 5vw, 5rem); background: var(--soil); color: #f5f0e3; }
.visit-section .kicker { color: #e0a760; }
.visit-lead p { max-width: 38rem; }
.visit-contact-button { min-height: 40px; margin-top: .55rem; padding: .58rem .85rem; border-color: rgba(255,255,255,.8); color: #f5f0e3; font-size: .71rem; }
.visit-contact-button:hover { background: #f5f0e3; border-color: #f5f0e3; color: var(--soil); }
.hours-board { align-self: start; border-top: 1px solid rgba(255,255,255,.72); }
.hours-board > div { min-height: 29px; padding: .32rem 0; border-bottom: 1px solid rgba(255,255,255,.26); display: grid; grid-template-columns: 96px 1fr; gap: .8rem; align-items: baseline; line-height: 1.3; }
.hours-board .label { font-size: .72rem; font-weight: 700; letter-spacing: .015em; text-transform: none; }
.hours-board strong { font-family: Arial, sans-serif; font-size: .82rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.hours-board .open-day strong { color: #f1bf7e; font-weight: 800; }
.hours-board .market-day strong { color: #f1bf7e; font-weight: 700; }
.label { font-family: Arial, sans-serif; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.location-card { grid-column: 2; font-style: normal; padding: 1.4rem 1.5rem; border: 1px solid rgba(255,255,255,.6); display: grid; grid-template-columns: 110px 1fr auto; gap: .4rem 1rem; align-items: center; }
.location-card strong { font-family: Arial, sans-serif; text-transform: uppercase; }
.location-card a { color: #f1bf7e; font-weight: 700; }

.about-section { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(400px, 1.45fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; background: #e7deca; }
.about-mark { width: min(100%, 340px); justify-self: center; }
.about-mark img { width: 100%; }
.about-copy { max-width: 720px; }
.about-lede { font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.48; }

.contact-section { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(440px, 1.2fr); gap: clamp(3rem, 8vw, 9rem); background: var(--paper-light); }
.contact-intro { align-self: start; }
.contact-details { margin: 2.4rem 0 0; border-top: 1px solid var(--line); }
.contact-details div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.contact-details dt { font-family: Arial, sans-serif; text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.contact-details dd { margin: 0; word-break: break-word; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); border: 2px solid var(--ink); background: var(--paper); box-shadow: 9px 9px 0 var(--ochre); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1rem; font-family: Arial, sans-serif; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: .35rem; padding: .78rem .7rem; color: var(--ink); background: var(--paper-light); border: 1px solid #686151; border-radius: 0; font-family: Georgia, serif; font-size: 1rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
.contact-form textarea { resize: vertical; min-height: 140px; }
.optional { color: var(--muted); font-size: .62rem; font-weight: 500; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.submit-button { margin-top: .3rem; }
.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .83rem; font-style: italic; }

.site-footer { padding: 2.5rem clamp(1.2rem, 6vw, 7rem) 1.4rem; display: grid; grid-template-columns: 1.05fr minmax(300px, 1.5fr) .65fr 1fr; gap: 2rem; background: var(--forest-deep); color: #eee7d8; border-top: 6px solid var(--ochre); font-size: .87rem; }
.footer-brand { display: flex; align-items: flex-start; gap: .8rem; }
.footer-brand img { filter: invert(1); width: 76px; height: 76px; object-fit: contain; }
.footer-brand div, .footer-hours, .footer-contact, .site-footer nav { display: flex; flex-direction: column; gap: .3rem; }
.footer-brand strong { font-family: Arial, sans-serif; text-transform: uppercase; }
.footer-address { color: #aeb3a9; font-size: .8rem; }
.footer-hours { gap: .12rem; }
.footer-hours > div { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: .65rem; align-items: baseline; line-height: 1.28; }
.footer-hours span { font-family: Arial, sans-serif; font-size: .66rem; font-weight: 700; }
.footer-hours strong { font-family: Arial, sans-serif; font-size: .76rem; font-weight: 400; }
.footer-hours .open-day strong, .footer-hours .market-day strong { color: #f1bf7e; font-weight: 700; }
.site-footer nav a, .footer-contact a { color: inherit; }
.copyright { grid-column: 1 / -1; margin: 1.2rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); color: #aeb3a9; font-size: .75rem; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; background: var(--forest); }
.thank-you-card { width: min(680px, 100%); padding: clamp(2rem, 7vw, 5rem); background: var(--paper-light); border: 2px solid var(--ink); box-shadow: 12px 12px 0 var(--ochre); text-align: center; }
.thank-you-card img { margin: 0 auto 1.5rem; width: 160px; }
.thank-you-card h1 { max-width: none; font-size: clamp(2.6rem, 7vw, 5rem); }
.thank-you-card p:not(.kicker) { max-width: 500px; margin: 0 auto 1.8rem; }

.inventory-page-main { height: calc(100vh - 70px); min-height: 620px; overflow: hidden; background: #fff; }
.inventory-page-sheet { height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; padding: 0; }
.inventory-page-frame { width: 100%; height: 100%; min-height: 0; overflow: hidden; background: #fff; border: 0; box-shadow: none; }
.inventory-page-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.inventory-page-cta { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .65rem clamp(1rem, 4vw, 4rem); background: var(--paper-light); border-top: 2px solid var(--ink); }
.inventory-page-cta > span { color: var(--muted); font-size: .9rem; font-style: italic; }
.inventory-page-actions { display: flex; align-items: center; gap: 1rem; }
.inventory-page-actions .button { min-height: 40px; padding: .58rem .9rem; font-size: .72rem; }
.inventory-external-link { color: var(--forest-deep); font-size: .82rem; font-weight: 700; white-space: nowrap; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 2rem; }
  .contact-section { grid-template-columns: 1fr 1.25fr; gap: 3rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 66px; }
  .site-header { min-height: 64px; padding: .3rem .8rem; }
  .brand img { width: 50px; height: 50px; }
  .brand span { font-size: 1rem; }
  .nav-toggle { display: inline-flex; align-items: center; gap: .5rem; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: .7rem 1rem 1rem; background: var(--paper); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .8rem .2rem; border-bottom: 1px solid var(--line); }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-image { min-height: clamp(250px, 64vw, 330px); order: 1; }
  .hero-copy { order: 2; border-left: 0; border-top: 2px solid var(--ink); padding: 2.5rem 1.2rem 2.2rem; }
  h1 { max-width: 12ch; font-size: clamp(2.55rem, 10.5vw, 3.35rem); }
  h2 { font-size: clamp(2.25rem, 9.5vw, 3.15rem); }
  .field-note { justify-content: center; padding: .7rem 1rem; gap: .35rem; flex-direction: column; }
  .field-note-separator { display: none; }
  .field-note-traits { gap: .65rem; }
  .section { padding: 4rem 1.2rem; }
  .inventory-section .section-heading { display: block; }
  .inventory-section h2 { margin-bottom: 1rem; }
  .mobile-hero-contact { display: inline-flex; }
  .inventory-actions { align-items: stretch; flex-direction: column; }
  .inventory-actions span { order: -1; }
  .inventory-actions .button { width: 100%; }
  .inventory-image-list { grid-template-columns: 1fr; gap: 1.1rem; margin-top: 1.25rem; }
  .inventory-image-list figure { box-shadow: 5px 5px 0 var(--forest); }
  .inventory-image-list figcaption { padding: .55rem .6rem; font-size: .62rem; }
  .inventory-after { align-items: flex-start; flex-direction: column; padding-top: .15rem; }
  .inventory-after a { display: inline-block; font-size: .95rem; }
  .photo-strip { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82vw; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--ochre) var(--ink); }
  .photo-strip figure, .photo-strip img { min-height: 250px; }
  .photo-strip figure { border-right: 2px solid var(--paper); scroll-snap-align: start; }
  .photo-strip figure:last-child { border-right: 0; }
  .visit-section { grid-template-columns: 1fr; gap: 1.8rem; padding-block: 3.2rem; }
  .visit-contact-button { margin-top: .4rem; }
  .location-card { grid-column: 1; grid-template-columns: 90px 1fr; }
  .location-card a { grid-column: 2; }
  .about-section, .contact-section { grid-template-columns: 1fr; gap: 3rem; }
  .about-mark { width: min(68vw, 275px); margin-inline: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { box-shadow: 6px 6px 0 var(--ochre); }
  .inventory-page-main { height: calc(100svh - 64px); min-height: 560px; }
  .inventory-page-cta { min-height: 116px; align-items: stretch; flex-direction: column; justify-content: center; gap: .45rem; padding: .65rem .8rem .75rem; }
  .inventory-page-cta > span { font-size: .78rem; }
  .inventory-page-actions { justify-content: space-between; gap: .8rem; }
  .inventory-page-actions .button { flex: 0 0 auto; }
  .inventory-external-link { font-size: .75rem; white-space: normal; text-align: right; }
}

@media (max-width: 540px) {
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-hours { grid-template-columns: 88px 1fr; column-gap: .7rem; }
  .hours-board > div { grid-template-columns: 88px 1fr; gap: .7rem; }
  .location-card { grid-template-columns: 1fr; }
  .location-card a { grid-column: 1; margin-top: .4rem; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo-strip img { transition: none; }
}
