:root {
  --ink: #181714;
  --paper: #f2eee6;
  --paper-2: #e8e0d3;
  --sand: #d5c3aa;
  --oak: #aa6b35;
  --rust: #8a3d22;
  --cream: #fbf8f1;
  --line: rgba(24, 23, 20, .18);
  --photo-grade: brightness(1.035) contrast(1.075) saturate(.86) sepia(.07);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --page: min(1280px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
section[id] { scroll-margin-top: 96px; }
img { max-width: 100%; display: block; }
main img:not([src=""]), .lightbox img:not([src=""]) { filter: var(--photo-grade); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.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; left: 12px; top: -100px; z-index: 100; background: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.section-shell { width: var(--page); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; font-size: .69rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.75); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.2rem, 7.1vw, 7.4rem); }
h2 { font-size: clamp(2.7rem, 5.4vw, 5.8rem); }
h1 em, h2 em { font-weight: 400; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 216px; padding: 15px 18px; border: 1px solid var(--ink); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; background: transparent; cursor: pointer; }
.button:hover { background: var(--ink); color: var(--cream); }
.button-light { border-color: rgba(255,255,255,.6); color: white; }
.button-light:hover { background: white; color: var(--ink); }
.text-link { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { margin-left: 18px; }
.text-link.light { color: white; }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; right: 0; height: 108px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: .35s ease; }
.site-header.scrolled { height: 88px; background: rgba(242,238,230,.96); color: var(--ink); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 74px; height: 74px; object-fit: contain; border-radius: 50%; background: white; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand b { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; letter-spacing: .01em; }
.brand small { margin-top: 5px; font-size: .55rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: 17px; }
.site-nav a { font-size: .56rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 15px; border: 1px solid currentColor; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: 850px; height: 100svh; display: flex; align-items: center; overflow: hidden; color: white; background: #17130f; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; animation: hero-in 1.8s cubic-bezier(.2,.75,.15,1) both; }
@keyframes hero-in { from { transform: scale(1.07); opacity: .35; } to { transform: scale(1); opacity: 1; } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,12,10,.87) 0%, rgba(14,12,10,.64) 43%, rgba(14,12,10,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(1040px, calc(100vw - 120px)); margin-left: max(60px, calc((100vw - 1280px)/2)); padding-top: 90px; }
.hero-content h1 { max-width: 1000px; margin-bottom: 28px; }
.hero-copy { max-width: 610px; margin-bottom: 38px; font-size: 1.06rem; line-height: 1.75; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-mark { position: absolute; z-index: 2; right: 36px; bottom: 42px; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); font-size: .9rem; letter-spacing: .18em; }
.scroll-cue { position: absolute; z-index: 2; left: 36px; bottom: 42px; display: flex; align-items: center; gap: 15px; font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { width: 58px; height: 1px; position: relative; background: rgba(255,255,255,.5); overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: white; animation: scroll-line 2s infinite; }
@keyframes scroll-line { from { transform: translateX(-100%); } 65%,to { transform: translateX(100%); } }

.intro { display: grid; grid-template-columns: 90px 1.05fr .8fr; gap: 44px; padding: 150px 0 145px; }
.intro-number { font-family: var(--serif); color: var(--oak); padding-top: 10px; }
.intro h2 { margin: 0; }
.intro-detail { max-width: 500px; padding-top: 60px; }
.intro-detail p { color: #524d45; }
.intro-detail p:first-child { font-family: var(--serif); font-size: 1.32rem; line-height: 1.55; color: var(--ink); }
.intro-detail .text-link { margin-top: 15px; }
.studio-manifesto { display: grid; gap: 5px; margin: 26px 0 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.05rem; }

.collections { padding: 135px 0 120px; background: var(--ink); color: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 100px; margin-bottom: 75px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: #a9a39a; max-width: 460px; }
.section-heading.compact { color: var(--ink); }
.section-heading.compact > p { color: #5e584f; }
.collection-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 65px 24px; }
.collection-card { grid-column: span 5; }
.collection-card-wide { grid-column: span 7; }
.collection-card:nth-child(3), .collection-card:nth-child(5) { grid-column: span 5; }
.collection-card:nth-child(4), .collection-card:nth-child(6) { grid-column: span 7; }
.image-button { display: block; width: 100%; padding: 0; border: 0; background: #222; cursor: zoom-in; overflow: hidden; }
.collection-card img { width: 100%; height: 440px; object-fit: cover; transition: transform .7s cubic-bezier(.25,.5,.2,1); }
.collection-card-wide img { height: 540px; }
.collection-card:nth-child(2) img { object-position: center 67%; }
.collection-card:nth-child(3) img { object-position: center 64%; }
.collection-card:nth-child(4) img { object-position: center 58%; }
.collection-card:hover img { transform: scale(1.035); }
.collection-card > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; padding-top: 20px; }
.collection-card span { grid-row: 1 / span 2; color: var(--oak); font-family: var(--serif); font-size: .85rem; }
.collection-card h3 { margin: 0 0 6px; font-family: var(--serif); font-weight: 400; font-size: 1.6rem; }
.collection-card p { margin: 0; color: #9f9990; font-size: .83rem; max-width: 440px; }
.collection-note { margin-top: 70px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.17); color: #a9a39a; font-family: var(--serif); }

.endgrain { display: grid; grid-template-columns: 1.03fr .8fr; gap: 100px; align-items: center; padding: 150px 0; }
.endgrain-image { position: relative; }
.endgrain-image img { width: 100%; height: 740px; object-fit: cover; object-position: center 28%; }
.image-tag { position: absolute; bottom: 18px; left: 18px; padding: 10px 12px; background: var(--paper); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.endgrain-copy > p:not(.eyebrow) { max-width: 520px; color: #5e584f; }
.feature-list { padding: 25px 0 0; margin: 30px 0 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 50px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.07rem; }
.feature-list span { color: var(--oak); font-size: .7rem; }

.custom { min-height: 770px; display: grid; grid-template-columns: 1fr 1fr; background: #201913; color: white; }
.custom-photo { min-height: 770px; overflow: hidden; background: #17130f; }
.custom-photo img { width: 100%; height: 100%; min-height: 770px; object-fit: cover; object-position: center; transform: scale(1.28); transform-origin: center 68%; }
.custom-panel { padding: 110px clamp(45px, 6vw, 110px); align-self: center; }
.custom-panel h2 { margin-bottom: 30px; }
.custom-panel > p:not(.eyebrow) { color: rgba(255,255,255,.7); max-width: 550px; }
.commission-list { columns: 2; gap: 30px; margin: 24px 0 30px; padding-left: 18px; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: .92rem; }
.commission-list li { break-inside: avoid; margin-bottom: 7px; }
.custom-subhead { margin: 0 0 8px; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 36px 0 42px; border-top: 1px solid rgba(255,255,255,.2); }
.options-grid span { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.78); font-family: var(--serif); font-size: .95rem; }

.process { padding: 145px 0 130px; }
.process-image { margin: 0 0 62px; overflow: hidden; background: var(--paper-2); }
.process-image img { width: 100%; height: auto; aspect-ratio: 1244 / 631; object-fit: cover; }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.process-list li { position: relative; min-height: 330px; padding: 24px 28px 30px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -17px; width: 34px; height: 34px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid var(--oak); border-radius: 50%; background: var(--paper); color: var(--oak); font-size: 1.05rem; line-height: 1; }
.process-list img { display: block; width: 112px; height: 112px; margin: 0 auto 20px; object-fit: contain; filter: none; }
.process-list span { color: var(--oak); font-family: var(--serif); font-size: .78rem; }
.process-list h3 { margin: 14px 0 10px; font-family: var(--serif); font-size: 1.28rem; font-weight: 400; }
.process-list p { color: #625c53; font-size: .83rem; }
.wood-note { margin: 28px 0 0 auto; max-width: 700px; color: #706960; font-size: .75rem; text-align: right; }
.wood-note p { margin-bottom: 5px; }
.custom-ready { max-width: 760px; margin-top: 65px; padding-top: 30px; border-top: 1px solid var(--line); }
.custom-ready h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }

.story { padding: 145px 0; background: var(--paper-2); }
.story-content { display: grid; grid-template-columns: .8fr 1.08fr; gap: 100px; align-items: center; }
.story-copy p:not(.eyebrow) { color: #5b554c; }
.story-copy p:last-child { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); }
.story-image { margin: 0; }
.story-image img { height: 690px; width: 100%; object-fit: cover; object-position: center 42%; }
.story-image figcaption { display: flex; justify-content: space-between; margin-top: 12px; font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-image figcaption span { color: var(--oak); }

.bois { padding: 145px 0 120px; }
.dog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dog-card { position: relative; }
.dog-card-heading { margin-bottom: 16px; text-align: center; }
.dog-card-heading span { display: block; margin-bottom: 2px; color: var(--oak); font-family: var(--serif); font-size: .72rem; }
.dog-card-heading h3 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.dog-card img { height: 480px; width: 100%; padding: 6px; border: 2px solid var(--oak); background: var(--cream); object-fit: cover; filter: none; }
.dog-card:nth-child(1) img { object-position: 72% center; }
.dog-card:nth-child(2) img { object-position: center 33%; }
.dog-card:nth-child(3) img { object-position: center 42%; }
.dog-card > p { margin: 16px 0 0; color: #655f56; font-size: .8rem; }
.bois blockquote { margin: 95px auto 0; max-width: 1000px; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.18; text-align: center; }

.care { display: grid; grid-template-columns: 1fr 1fr; background: #221c17; color: white; }
.care-image img { width: 100%; height: 780px; object-fit: cover; }
.care-content { align-self: center; padding: 90px clamp(45px, 6vw, 110px); }
.care-content h2 { margin-bottom: 45px; }
.care-lead { color: rgba(255,255,255,.7); }
.care-list { border-top: 1px solid rgba(255,255,255,.25); }
.care-list details { border-bottom: 1px solid rgba(255,255,255,.25); }
.care-list summary { display: flex; justify-content: space-between; padding: 18px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 1.08rem; }
.care-list summary::-webkit-details-marker { display: none; }
.care-list details[open] summary span { transform: rotate(45deg); }
.care-list summary span { transition: transform .2s; }
.care-list p { padding: 0 35px 18px 0; margin: 0; color: rgba(255,255,255,.66); font-size: .86rem; }
.care-list ul { margin: 0; padding: 0 35px 18px 18px; color: rgba(255,255,255,.66); font-size: .86rem; }
.care-list .brochure-links { display: grid; gap: 10px; margin: 0; padding: 0 35px 22px 0; list-style: none; }
.brochure-links a { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: rgba(255,255,255,.86); border-bottom: 1px solid rgba(255,255,255,.4); transition: color .2s, border-color .2s; }
.brochure-links a:hover, .brochure-links a:focus-visible { color: white; border-color: white; }
.brochure-links a span { font-size: .75em; }
.board-cream-label { display: block; width: min(100%, 280px); height: auto; aspect-ratio: 1; object-fit: cover; margin: 2px auto 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: #f5ead2; box-shadow: 0 16px 38px rgba(0,0,0,.28); }
.care-cta, .faq-cta, .bois-cta { margin-top: 30px; }

.faq { display: grid; grid-template-columns: .65fr 1fr; gap: 130px; padding: 150px 0; }
.faq-title { position: sticky; top: 110px; align-self: start; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 26px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 630px; color: #625c53; padding: 0 50px 24px 0; }

.contact { padding: 145px 0 100px; color: white; background: var(--rust); }
.contact-inner { display: grid; grid-template-columns: 1fr .72fr; gap: 120px; }
.contact-title { font-size: clamp(1.95rem, 3.8vw, 4rem); }
.contact-title > span { display: block; white-space: nowrap; }
.contact-title em { display: block; margin-top: .1em; font-size: .78em; line-height: 1.04; }
.contact-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.73); }
.contact-copy h3 { margin: 28px 0 0; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.email-link { display: flex; align-items: center; justify-content: space-between; max-width: 590px; margin-top: 45px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2.3rem); }
.contact-location { margin-top: 12px; }
.order-note { margin-top: 36px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.28); }
.order-note h3 { margin-top: 0; }
.order-note p { margin-bottom: 5px; color: rgba(255,255,255,.72); font-size: .82rem; }
.contact-ready { margin-top: 38px; }
.contact-ready h3 { margin-bottom: 8px; }
.contact-form { padding-top: 30px; }
.contact-form label { display: block; margin-bottom: 23px; }
.contact-form label > span { display: block; margin-bottom: 7px; font-size: .61rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; padding: 8px 0 12px; outline: none; }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.5); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: white; }
.contact-form .button { width: 100%; }
.contact-form .button:disabled { opacity: .65; cursor: wait; }
.form-note { margin-top: 10px; font-size: .67rem; color: rgba(255,255,255,.58); }
.form-legal { margin-top: 8px; font-size: .67rem; line-height: 1.55; color: rgba(255,255,255,.62); }
.form-legal a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-container { min-height: 65px; margin: 2px 0 22px; }
.form-status { min-height: 1.4em; margin-top: 14px; font-size: .78rem; line-height: 1.55; color: rgba(255,255,255,.78); }
.form-status-success { padding: 13px 15px; border: 1px solid rgba(255,255,255,.55); color: white; }
.form-status-error { padding: 13px 15px; border: 1px solid #ffd0c7; color: #fff5f2; }

.footer { background: var(--ink); color: white; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; padding: 65px 0 55px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 124px; height: 124px; border-radius: 50%; background: white; }
.footer-brand > span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 1.5rem; }
.footer-brand small { margin-top: 6px; font-family: var(--sans); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; color: #99938c; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 65px; padding-top: 15px; }
.footer-links a { font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: #aaa49d; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.15); color: #77716b; font-size: .57rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: white; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { position: relative; height: 108px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(242,238,230,.97); }
.legal-header .brand { color: var(--ink); }
.legal-return { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.legal-main { width: min(900px, calc(100vw - 48px)); margin: 0 auto; padding: 105px 0 120px; }
.legal-main h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(3rem, 7vw, 6.4rem); }
.legal-effective { padding-bottom: 28px; border-bottom: 1px solid var(--line); color: #706960; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-intro { max-width: 760px; margin: 36px 0 58px; color: #4f4941; font-family: var(--serif); font-size: 1.3rem; }
.legal-section { margin-top: 42px; }
.legal-section h2 { margin-bottom: 14px; font-size: clamp(1.55rem, 3vw, 2.15rem); letter-spacing: -.025em; line-height: 1.1; }
.legal-section p, .legal-section li { color: #5f584f; }
.legal-section ul { margin: 12px 0 0; padding-left: 22px; }
.legal-section li + li { margin-top: 7px; }
.legal-section a { color: var(--rust); text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { margin-top: 58px; padding: 22px 24px; border: 1px solid var(--line); color: #655f56; font-size: .82rem; }
.legal-footer { padding: 28px 24px; background: var(--ink); color: #aaa49d; text-align: center; font-size: .61rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.legal-footer a { color: white; }

.gallery-page .site-header { height: 88px; background: rgba(242,238,230,.96); color: var(--ink); border-color: var(--line); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.gallery-page .site-nav a[aria-current="page"]::after { right: 0; }
.customer-gallery-main { padding-top: 88px; background: var(--paper); }
.gallery-intro { padding: 110px 0 80px; text-align: center; }
.gallery-intro .eyebrow::before { display: none; }
.gallery-intro h1 { max-width: 1100px; margin: 0 auto 32px; font-size: clamp(3.5rem, 7.2vw, 7.8rem); }
.gallery-intro > p:last-child { max-width: 680px; margin: 0 auto; color: #5e584f; font-family: var(--serif); font-size: 1.25rem; line-height: 1.65; }
.customer-gallery-grid { columns: 3 320px; column-gap: 24px; padding-bottom: 120px; }
.gallery-card { display: inline-block; width: 100%; margin: 0 0 24px; padding: 6px; break-inside: avoid; border: 2px solid var(--oak); background: var(--cream); box-shadow: 0 16px 36px rgba(44,31,20,.13); }
.gallery-card button { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #ddd3c4; cursor: zoom-in; }
.gallery-card img { width: 100%; height: auto; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.gallery-card button:hover img { transform: scale(1.018); }
.gallery-card figcaption { padding: 12px 10px 8px; color: #61574d; font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.gallery-cta { padding: 110px 0; background: var(--rust); color: white; text-align: center; }
.gallery-cta h2 { margin-bottom: 38px; }
.gallery-cta .button { margin-inline: auto; }

.lightbox { width: min(1100px, 92vw); max-width: none; border: 0; padding: 0; background: #111; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 13px 18px; font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.lightbox-close { position: absolute; right: 10px; top: 10px; z-index: 2; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(0,0,0,.72); color: white; font-size: 1.8rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1280px) {
  :root { --page: calc(100vw - 48px); }
  .site-header { padding: 0 24px; }
  .menu-toggle { display: block; z-index: 1001; }
  .site-nav { position: fixed; z-index: 1000; inset: 0; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; gap: 26px; overflow-y: auto; background-color: #f2eee6; background-color: rgba(242,238,230,.96); color: var(--ink); opacity: 1; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; text-transform: none; letter-spacing: -.02em; }
  .nav-cta { border: 0; padding: 0; }
  .hero-content { width: calc(100vw - 80px); margin-left: 40px; }
  .intro { grid-template-columns: 50px 1fr; }
  .intro-detail { grid-column: 2; padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 650px; }
  .collection-card, .collection-card-wide, .collection-card:nth-child(3), .collection-card:nth-child(4), .collection-card:nth-child(5), .collection-card:nth-child(6), .collection-card-wide:last-child { grid-column: span 6; margin-top: 0; }
  .collection-card img, .collection-card-wide img { height: 430px; }
  .endgrain { gap: 55px; }
  .endgrain-image img { height: 620px; }
  .custom { grid-template-columns: .8fr 1.2fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li { border-bottom: 1px solid var(--line); }
  .process-list li:nth-child(even) { border-right: 0; }
  .process-list li:nth-child(even):not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -17px; transform: translateX(50%); }
  .process-list li:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .story-content { gap: 55px; }
  .dog-card img { height: 400px; }
  .faq { gap: 60px; }
  .contact-inner { gap: 65px; }
  .customer-gallery-grid { columns: 2 300px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 32px); }
  h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .site-header { height: 82px; padding: 0 16px; }
  .brand img { width: 56px; height: 56px; }
  .brand b { font-size: .95rem; }
  .brand small { display: none; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(14,12,10,.82), rgba(14,12,10,.34)), linear-gradient(0deg, rgba(0,0,0,.55), transparent 60%); }
  .hero-content { width: calc(100vw - 32px); margin-left: 16px; padding-top: 50px; }
  .hero-copy { font-size: .93rem; max-width: 90%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-mark { width: 58px; height: 58px; right: 16px; bottom: 24px; font-size: .7rem; }
  .scroll-cue { display: none; }
  .intro { display: block; padding: 95px 0; }
  .intro-number { margin-bottom: 25px; }
  .intro-detail { margin-top: 35px; }
  .collections { padding: 95px 0; }
  .section-heading { margin-bottom: 48px; }
  .collection-grid { display: block; }
  .collection-card { margin-bottom: 54px !important; }
  .collection-card img, .collection-card-wide img { height: 370px; }
  .collection-note { margin-top: 15px; }
  .endgrain { display: flex; flex-direction: column-reverse; padding: 95px 0; }
  .endgrain-image img { height: 510px; }
  .custom { display: block; }
  .custom-photo { min-height: 510px; }
  .custom-photo img { min-height: 510px; }
  .custom-panel { padding: 82px 24px; }
  .process { padding: 95px 0; }
  .process-image { margin-bottom: 44px; }
  .process-list { display: block; }
  .process-list li { min-height: 0; border: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .process-list li:not(:last-child)::after, .process-list li:nth-child(even):not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -17px; transform: translateX(50%); }
  .process-list img { width: 96px; height: 96px; margin: 0 0 18px; }
  .process-list h3 { margin-top: 12px; }
  .wood-note { text-align: left; }
  .story { padding: 95px 0; }
  .story-content { display: flex; flex-direction: column; }
  .story-image img { height: 510px; }
  .bois { padding: 95px 0; }
  .dog-grid { display: block; }
  .dog-card { margin-bottom: 50px; }
  .dog-card img { height: 480px; }
  .bois blockquote { margin-top: 60px; }
  .care { display: flex; flex-direction: column; }
  .care-image img { height: 500px; }
  .care-content { padding: 80px 24px; }
  .faq { display: block; padding: 95px 0; }
  .faq-title { position: static; margin-bottom: 50px; }
  .contact { padding: 95px 0 70px; }
  .contact-inner { display: block; }
  .contact-form { margin-top: 65px; }
  .footer-top { display: block; }
  .footer-links { margin-top: 40px; gap: 10px 30px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .footer-legal { display: flex !important; flex-wrap: wrap; gap: 8px 18px; }
  .legal-header { height: 82px; padding: 0 16px; }
  .legal-header .brand span { display: none; }
  .legal-main { width: calc(100vw - 32px); padding: 72px 0 90px; }
  .legal-intro { font-size: 1.12rem; }
  .customer-gallery-main { padding-top: 82px; }
  .gallery-intro { padding: 82px 0 58px; }
  .gallery-intro h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .gallery-intro > p:last-child { font-size: 1.05rem; }
  .customer-gallery-grid { columns: 1; padding-bottom: 80px; }
  .gallery-card { margin-bottom: 20px; }
  .gallery-cta { padding: 84px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
