:root {
  --ivory: #f5f0e7;
  --paper: #fffdf8;
  --ink: #292721;
  --muted: #706a60;
  --stone: #e8e0d4;
  --clay: #985f48;
  --clay-dark: #704331;
  --line: rgba(41, 39, 33, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, "Segoe UI", sans-serif;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #c57d5e; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 1000; padding: .7rem 1rem; color: white; background: var(--ink); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
h1, h2, h3 { margin: 0 0 1rem; font-family: var(--serif); font-weight: 500; line-height: 1.05; }
h1 { font-size: clamp(3.2rem, 6.5vw, 6.7rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.25rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
p { margin: 0 0 1.2rem; }
.lead, .large-copy { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.eyebrow { margin: 0 0 .85rem; color: var(--clay-dark); font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.centered { text-align: center; }
.narrow { width: min(calc(100% - 3rem), 790px); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(245, 240, 231, .94); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 3rem), var(--content)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; gap: 1.7rem; }
.brand, .footer-brand { font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2rem); line-height: 1; text-decoration: none; white-space: nowrap; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(.75rem, 1.25vw, 1.3rem); margin-left: auto; }
.site-nav a { position: relative; font-size: .79rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: var(--clay); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; padding: .45rem; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px 0; background: currentColor; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--clay-dark); padding: .72rem 1.2rem; color: white; background: var(--clay-dark); font-size: .8rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button:hover { background: #583022; transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 1rem; white-space: nowrap; }
.button-outline { color: var(--ink); background: transparent; }
.button-outline:hover { color: white; background: var(--ink); }
.button-light { border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button-light:hover { color: white; background: transparent; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.text-link { color: var(--clay-dark); font-weight: 700; text-underline-offset: .28em; }
.light-link { color: #f5ddd1; }

.section, .portfolio-section, .details-grid, .form-section, .about-story { width: min(calc(100% - 3rem), var(--content)); margin-inline: auto; padding: 7rem 0; }
.section-tinted { width: 100%; padding-inline: max(1.5rem, calc((100vw - var(--content)) / 2)); background: var(--stone); }
.section-dark { width: 100%; padding-inline: max(1.5rem, calc((100vw - var(--content)) / 2)); color: #f9f4e9; background: #2d2e28; }
.section-dark .eyebrow { color: #e4ad91; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 480px; color: var(--muted); }
.section-heading.light > p { color: #d4cfc5; }

.home-hero { position: relative; min-height: min(760px, calc(100vh - 88px)); display: grid; align-items: end; overflow: hidden; }
.hero-art { position: absolute; inset: 0; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,23,20,.72), rgba(24,23,20,.16) 66%); }
.hero-panel { position: relative; z-index: 2; width: min(calc(100% - 3rem), var(--content)); margin: 0 auto; padding: 7rem 0; color: white; }
.hero-panel > * { max-width: 680px; }
.hero-panel .eyebrow { color: #f2c3aa; }
.hero-panel .lead { color: rgba(255,255,255,.87); }
.hero-panel .text-link { color: white; }
.page-title, .page-hero { width: min(calc(100% - 3rem), var(--content)); margin-inline: auto; padding: 7rem 0 5rem; }
.page-title { max-width: 930px; margin-left: max(1.5rem, calc((100vw - var(--content)) / 2)); }
.page-title > p:last-child { max-width: 730px; color: var(--muted); font-size: 1.2rem; }
.page-hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.page-hero > div:last-child { min-height: 620px; }
.page-hero-small { display: block; max-width: 950px; margin-left: max(1.5rem, calc((100vw - var(--content)) / 2)); }
.page-hero-small > p:last-child { max-width: 760px; }

.placeholder-art { position: relative; min-height: 320px; overflow: hidden; background-color: #897568; background-position: center; background-size: cover; }
.placeholder-art > span { display: none; }
.placeholder-hero, .tone-1 { background-image: url("../images/artwork/StarryKCFull.jpg"); }
.tone-2 { background-image: url("../images/artwork/GirlWithCat.jpg"); }
.tone-3 { background-image: url("../images/artwork/redwoodClearing.jpg"); }
.tone-4, .tone-5 { background-image: url("../images/artwork/CountyCourthouse.jpg"); }
.tone-6 { background-image: url("../images/artwork/ColoradoMountain.jpg"); }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.category-card { min-height: 270px; padding: 1.7rem 1.4rem; border-right: 1px solid var(--line); }
.category-card:last-child { border-right: 0; }
.card-number { display: block; margin-bottom: 3rem; color: var(--clay); font-family: var(--serif); font-size: 2rem; }
.category-card h3 { font-size: 1.55rem; }
.category-card p { color: var(--muted); font-size: .9rem; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-grid li { padding: 2rem 1.5rem 0 0; }
.process-grid li + li { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.process-grid span, .process-list > li > span { color: var(--clay); font-family: var(--serif); font-size: 2rem; }
.process-grid h3 { font-size: 1.3rem; }
.pricing-note { max-width: 820px; margin: 3.5rem auto 0; padding: 1.5rem; border: 1px solid var(--line); text-align: center; }
.art-grid, .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem 1.4rem; }
.art-card .placeholder-art, .product-card .placeholder-art { aspect-ratio: 4 / 5; min-height: 0; }
.art-card-wide { grid-column: span 2; }
.art-card-wide .placeholder-art { aspect-ratio: 2 / 1; }
.art-meta, .product-info { padding-top: 1rem; }
.art-meta h3, .product-info h3 { margin-bottom: .25rem; font-size: 1.55rem; }
.art-meta p, .product-info > p:not(.price, .status) { color: var(--muted); font-size: .88rem; }
.status { margin-bottom: .45rem; color: var(--clay-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { font-weight: 700; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.split-feature > .placeholder-art { min-height: 620px; }
.split-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.split-copy p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.split-reverse > .placeholder-art { order: 2; }
.testimonials h2 { margin-bottom: 3rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
blockquote { margin: 0; padding: 2rem; border: 1px solid var(--line); background: var(--paper); font: 1.45rem/1.35 var(--serif); }
blockquote cite { display: block; margin-top: 1.5rem; font: 700 .78rem/1.5 var(--sans); font-style: normal; }
blockquote cite span { display: block; color: var(--muted); font-weight: 400; }
.final-cta { padding: 7rem 1.5rem; color: white; background: var(--clay-dark); text-align: center; }
.final-cta > * { max-width: 760px; margin-inline: auto; }
.final-cta .eyebrow { color: #f1c4ae; }
.final-cta .button { margin-top: 1rem; }

.tag-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.tag-list span, .print-types li { border: 1px solid var(--line); padding: .7rem 1rem; background: var(--paper); }
.process-list { width: min(calc(100% - 3rem), 900px); margin: 3rem auto 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 1.5rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }
.process-list h3 { margin-bottom: .35rem; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.details-grid article { padding: 2.5rem; background: var(--paper); }
.details-grid article h2 { font-size: 2.4rem; }
.form-section, .contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.inquiry-form { display: grid; gap: 1.15rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.inquiry-form label { display: grid; gap: .38rem; font-size: .81rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #aaa094; border-radius: 0; padding: .82rem; color: var(--ink); background: var(--paper); }
textarea { resize: vertical; }
label small, .form-config-note { color: var(--muted); font-size: .78rem; font-weight: 400; }
.form-config-note { padding: .8rem; border-left: 3px solid var(--clay); background: var(--stone); }
.contact-aside { margin-top: 2rem; }
.contact-details { padding: 2rem; background: var(--stone); }
.clean-list, .print-types { margin: 0; padding: 0; list-style: none; }
.clean-list li { padding: .9rem 0; border-bottom: 1px solid var(--line); }

.filter-bar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 3rem; }
.filter-bar button { border: 1px solid var(--line); padding: .62rem .95rem; color: var(--ink); background: transparent; font-size: .78rem; font-weight: 700; cursor: pointer; }
.filter-bar button:hover, .filter-bar button.active { color: white; background: var(--ink); }
.masonry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem 1.4rem; align-items: start; }
.gallery-item .placeholder-art { aspect-ratio: 1 / 1; }
.gallery-item.tall .placeholder-art { aspect-ratio: 4 / 5; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.wide .placeholder-art { aspect-ratio: 2 / 1; }
.gallery-item h2 { margin: 1rem 0 .2rem; font-size: 1.6rem; }
.gallery-item p { color: var(--muted); font-size: .85rem; }
.gallery-item[hidden] { display: none; }
.product-list { display: grid; gap: 6rem; }
.product-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.product-detail:nth-child(even) > .placeholder-art { order: 2; }
.product-detail > .placeholder-art { min-height: 600px; }
.product-detail h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.shipping-note { margin: 3rem 0 0; padding: 1.5rem; border: 1px solid var(--line); }
.print-types { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.about-hero { min-height: 720px; }
.about-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.about-columns > .placeholder-art { min-height: 720px; }
.about-story { max-width: 850px; }

.site-footer { padding: 5rem max(1.5rem, calc((100vw - var(--content)) / 2)) 2rem; color: #eee8dd; background: #25251f; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 4rem; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main > div:first-child p { max-width: 450px; margin-top: 1rem; color: #bdb6aa; }
.footer-main h2 { color: #bdb6aa; font: 700 .72rem/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.footer-main a { margin-bottom: .45rem; text-underline-offset: .25em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: #bdb6aa; font-size: .76rem; }

/* Shared template compatibility */
.container { width: min(calc(100% - 3rem), var(--content)); margin-inline: auto; }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 1.7rem; }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.hero { min-height: min(760px, calc(100vh - 88px)); display: grid; grid-template-columns: .9fr 1.1fr; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 6rem max(3rem, calc((100vw - var(--content)) / 2)); padding-right: clamp(3rem, 6vw, 7rem); }
.hero-art { position: relative; inset: auto; min-height: 620px; }
.hero-art::after { display: none; }
.hero-art img, .split img, .art-card img, .product-card img, .product-feature img { display: block; width: 100%; height: 100%; object-fit: cover; }
.section--stone, .section-stone { width: 100%; padding-inline: max(1.5rem, calc((100vw - var(--content)) / 2)); background: var(--stone); }
.section--paper, .section-paper { width: 100%; padding-inline: max(1.5rem, calc((100vw - var(--content)) / 2)); background: var(--paper); }
.grid { display: grid; gap: 1.4rem; }
.grid--3, .grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.type-card, .card { padding: 1.8rem; border-top: 1px solid var(--line); background: rgba(255,255,255,.28); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 2.5rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { padding: 2rem 1.2rem 0 0; }
.steps li + li { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.step-number { display: block; margin-bottom: .8rem; color: var(--clay); font: 2rem/1 var(--serif); }
.art-card, .product-card { margin: 0; overflow: hidden; background: var(--paper); }
.art-card img, .product-card img { aspect-ratio: 4 / 5; }
.art-card--portrait img { aspect-ratio: 4 / 5; }
.art-card figcaption, .art-card-body, .card-copy { padding: 1.1rem; }
.art-card h3, .product-card h3 { margin-bottom: .3rem; font-size: 1.55rem; }
.art-meta { color: var(--muted); font-size: .86rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.split > img { min-height: 520px; max-height: 720px; }
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.quote-grid cite { display: block; margin-top: 1rem; font: 700 .78rem/1.5 var(--sans); font-style: normal; }
.cta { padding: 7rem 1.5rem; color: white; background: var(--clay-dark); text-align: center; }
.cta > .container, .cta > .narrow { max-width: 780px; }
.cta .eyebrow { color: #f1c4ae; }
.cta .button { margin-top: 1rem; }
.button--outline, .button-secondary { color: var(--ink); background: transparent; }
.button--outline:hover, .button-secondary:hover { color: white; background: var(--ink); }
.button-row--center { justify-content: center; }
.product-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.product-feature + .product-feature { margin-top: 6rem; }
.product-feature img { min-height: 580px; }
.product-feature--reverse img { order: 2; }
.detail-list { margin: 1.5rem 0; padding: 0; list-style: none; }
.detail-list li { padding: .5rem 0; border-bottom: 1px solid var(--line); }
.form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
.form .field--full { grid-column: 1 / -1; }
.field { display: grid; gap: .38rem; }
.field-full { grid-column: 1 / -1; }
.form-wrap { display: block; }
.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: .45rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-title { color: #bdb6aa; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 89px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; margin: 0; padding: 2rem 1.5rem; background: var(--ivory); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav a::after { display: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card { border-bottom: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .header-inner, .section, .portfolio-section, .details-grid, .form-section, .about-story, .page-title, .page-hero { width: min(calc(100% - 2rem), var(--content)); }
  .header-inner { min-height: 76px; }
  .site-nav { inset-block-start: 77px; }
  .section, .portfolio-section, .details-grid, .form-section, .about-story { padding-block: 4.5rem; }
  .hero-panel { width: min(calc(100% - 2rem), var(--content)); padding-block: 5rem; }
  .section-heading { align-items: start; flex-direction: column; gap: .5rem; }
  .page-title, .page-hero { padding-block: 4.5rem; }
  .page-title, .page-hero-small { margin-inline: auto; }
  .page-hero, .split-feature, .product-detail, .about-columns, .form-section, .contact-layout { grid-template-columns: 1fr; }
  .page-hero > div:last-child { min-height: 90vw; order: -1; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { padding: 1.4rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .art-grid, .product-grid, .masonry-grid { grid-template-columns: repeat(2, 1fr); }
  .art-card-wide, .gallery-item.wide { grid-column: auto; }
  .art-card-wide .placeholder-art, .gallery-item.wide .placeholder-art { aspect-ratio: 4 / 5; }
  .split-feature > .placeholder-art { min-height: 95vw; }
  .split-reverse > .placeholder-art { order: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .details-grid { grid-template-columns: 1fr; gap: 1px; }
  .product-detail:nth-child(even) > .placeholder-art { order: 0; }
  .product-detail > .placeholder-art, .about-columns > .placeholder-art { min-height: 110vw; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .container { width: min(calc(100% - 2rem), var(--content)); }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 1rem; }
  .hero-art { min-height: 70vw; order: -1; }
  .grid--3, .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 1.4rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .split, .product-feature { grid-template-columns: 1fr; gap: 2.5rem; }
  .split > img, .product-feature img { min-height: 90vw; }
  .product-feature--reverse img { order: 0; }
}

@media (max-width: 520px) {
  h1 { font-size: 3rem; }
  .button-row .button { width: 100%; }
  .category-grid, .art-grid, .product-grid, .masonry-grid, .form-grid, .footer-main { grid-template-columns: 1fr; }
  .category-card { min-height: 0; border-right: 0; }
  .card-number { margin-bottom: 1.5rem; }
  .process-list li { grid-template-columns: 48px 1fr; gap: .8rem; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 0; }
  .grid--3, .grid-3, .grid-4, .quote-grid, .form { grid-template-columns: 1fr; }
  .form .field--full, .field-full { grid-column: auto; }
}

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

/* Compatibility styles for the inventory, prints, about, and contact templates. */
.nav-wrap { display: flex; min-height: 82px; align-items: center; gap: 28px; }
.nav-wrap .site-nav { margin-left: auto; }
.section-paper { background: var(--paper); }
.section-stone { background: var(--stone); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.button-secondary { background: transparent; color: var(--clay-dark); }
.art-card-body, .card-copy { padding: 24px; background: var(--paper); }
.art-card-body h3, .card-copy h3 { margin-bottom: 5px; }
.art-card .button { margin-top: 16px; }
.contact-list { margin: 28px 0 0; padding: 0; list-style: none; }
.contact-list li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-form-wrap { padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); background: var(--ivory); }
.contact-form-wrap .form-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.contact-form-wrap label { display: flex; flex-direction: column; }
.contact-form-wrap textarea { min-height: 160px; }
.form-status:empty { display: none; }
.form-status:not(:empty) { margin: 1.25rem 0 0; padding: 1rem 1.15rem; border-left: 4px solid var(--clay-dark); color: var(--clay-dark); background: #f4e5dd; font-size: .95rem; font-weight: 600; }
.form-status.is-success { border-color: #497656; color: #244d31; background: #e4f0e6; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.footer-title { margin-bottom: 12px; color: #d9c5aa; font-family: var(--sans); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 7px; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.72); font-size: .86rem; text-decoration: none; }

@media (max-width: 900px) {
  .nav-wrap { min-height: 74px; }
  .nav-wrap .site-nav { margin-left: 0; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .grid-2, .grid-3, .grid-4, .contact-form-wrap .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}

/* Home and shared-template compatibility. */
body { overflow-x: hidden; }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.hero {
  display: grid;
  min-height: calc(100vh - 88px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.hero-copy {
  display: flex;
  min-width: 0;
  padding: clamp(3rem, 7vw, 7rem);
  background: var(--paper);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-copy h1 { max-width: 720px; }
.hero-art { position: relative; min-width: 0; }
.hero-art::after { display: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.type-card { padding: 2rem; border: 1px solid var(--line); background: rgba(255,253,248,.55); }
.steps { display: grid; margin: 2rem 0 0; padding: 0; grid-template-columns: repeat(5, 1fr); list-style: none; }
.steps li { padding: 1.5rem; border-top: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 2rem; color: var(--clay); font: 2rem var(--serif); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 4rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: .45rem; color: #bdb6aa; }

.menu-toggle > span:not(.sr-only) { position: relative; margin: 0; }
.menu-toggle > span:not(.sr-only)::before,
.menu-toggle > span:not(.sr-only)::after {
  position: absolute;
  left: 0;
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
}
.menu-toggle > span:not(.sr-only)::before { top: -7px; }
.menu-toggle > span:not(.sr-only)::after { top: 7px; }
.menu-toggle[aria-expanded="true"] > span:not(.sr-only) { background: transparent; }
.menu-toggle[aria-expanded="true"] > span:not(.sr-only)::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:not(.sr-only)::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 780px) {
  .hero { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .hero-copy { padding: 4.5rem 1rem; }
  .hero-copy h1 { overflow-wrap: anywhere; font-size: clamp(2.9rem, 13vw, 4.4rem); }
  .hero-art { min-height: 58vh; }
  .steps { grid-template-columns: 1fr; }
  .steps li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; }
  .step-number { margin: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero-copy { padding: 3.5rem 1rem 4rem; }
  .hero-copy .lead { font-size: 1.12rem; }
  .hero-art { min-height: 52vh; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

/* Shared layouts used by the current seven-page build. */
.grid { display: grid; gap: 1.5rem; }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.button-row--center { justify-content: center; }
.art-card img, .product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.art-card--portrait img { aspect-ratio: 4 / 5; }
.art-card figcaption { padding: 1rem 0 1.5rem; }
.product-card { background: var(--paper); }
.price { margin: .65rem 0 1rem; color: var(--clay-dark); font: 1.55rem var(--serif); }
.detail-list { display: grid; margin: 2rem 0 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); list-style: none; }
.detail-list li { padding: 2rem; background: var(--paper); }
.detail-list strong { display: block; margin-bottom: .4rem; font: 600 1.5rem var(--serif); }
.form-wrap { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 7rem); border: 0; background: transparent; }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: .75rem; border: 1px solid #b9b0a4; background: var(--paper); color: var(--ink); font: inherit; }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: .84rem; }
.product-feature { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.product-feature img { width: 100%; max-height: 720px; object-fit: cover; }
.product-feature--reverse img { order: 2; }
.about-intro img { width: 100%; max-height: 760px; object-fit: cover; }
.artist-statement .lede + .lede { margin-top: 1.25rem; }
.artist-quote { margin-top: 2.25rem; padding: 1.5rem 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; }
.artist-quote p { margin: 0; }
.artist-quote cite { margin-top: 1rem; }

@media (max-width: 900px) {
  .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .grid--3, .grid--4, .detail-list, .form-wrap, .form, .product-feature { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .product-feature--reverse img { order: initial; }
}

/* Keep the mobile menu visually separate from page content. */
@media (max-width: 1080px) {
  .site-header { background: #f5f0e7; backdrop-filter: none; }
  .header-inner, .nav-wrap { min-height: 76px; }
  .site-nav {
    inset: 77px 0 0;
    z-index: 200;
    width: 100%;
    min-height: calc(100vh - 76px);
    overflow-y: auto;
    color: var(--ink);
    background-color: #f5f0e7;
    box-shadow: 0 18px 30px rgba(41, 39, 33, .16);
    isolation: isolate;
  }
  .site-nav a { color: var(--ink); }
  .site-nav a.button { color: #fff; background: var(--clay-dark); }
}

/* Full-image viewer for artwork that is cropped in page layouts. */
body.lightbox-open { overflow: hidden; }
main img[data-lightbox-image] { cursor: zoom-in; }
main img[data-lightbox-image]:focus-visible { outline: 4px solid #c57d5e; outline-offset: 4px; }
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(18, 17, 15, .94);
  cursor: zoom-out;
}
.image-lightbox[hidden] { display: none; }
.image-lightbox__dialog {
  position: relative;
  display: grid;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  gap: .75rem;
  cursor: default;
}
.image-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(94vw, 1600px);
  max-height: 84vh;
  object-fit: contain;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .42);
}
.image-lightbox__caption {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: .86rem;
  text-align: center;
}
.image-lightbox__close {
  position: fixed;
  top: max(1rem, env(safe-area-inset-top));
  right: max(1rem, env(safe-area-inset-right));
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 17, 15, .72);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.image-lightbox__close:hover { background: #704331; }
