/* Gallery additions only; shared site styles and inquiry behavior stay unchanged. */
.gallery-page{background:#faf7f2;color:#2d2a26;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}
.gallery-page a{color:#68472f;text-underline-offset:.22em}
.gallery-page a:focus-visible,.gallery-page button:focus-visible,.gallery-page video:focus-visible{outline:3px solid #8b5e3c;outline-offset:5px}
.gallery-shell{width:min(1440px,92%);margin-inline:auto}
.gallery-header{background:#faf7f2;border-bottom:1px solid #dcd3c8}
.gallery-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.15rem 0}
.gallery-brand-note{display:block;font-size:.72rem;letter-spacing:.065em;color:#706459}
.gallery-page .brand__name{font-family:inherit;font-size:1.06rem}
.gallery-page .brand__logo{border-radius:10px;box-shadow:none;object-fit:cover}
.gallery-main-nav{display:flex;gap:2rem;font-size:.91rem;font-weight:650}
.gallery-main-nav a{text-decoration:none}
.gallery-intro{padding-top:2.7rem}
.gallery-intro-top{display:flex;justify-content:space-between;gap:1rem;align-items:center}
.gallery-eyebrow,.gallery-portfolio-label,.gallery-kind{font-size:.7rem;font-weight:650;letter-spacing:.15em;text-transform:uppercase;color:#77624f}
.gallery-eyebrow{margin:0 0 .85rem}
.gallery-portfolio-label{letter-spacing:.1em;margin-bottom:.85rem}
.gallery-intro-grid{display:grid;grid-template-columns:1.18fr 1fr;gap:3rem;align-items:end;margin-bottom:2.25rem}
.gallery-intro h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;line-height:1.06;font-size:clamp(2.5rem,4.5vw,4.5rem);margin:0;color:#423426}
.gallery-intro-copy{max-width:590px;justify-self:end}
.gallery-intro-copy>p{margin:0 0 1.2rem;font-size:1rem;color:#61564b}
.gallery-actions{display:flex;flex-wrap:wrap;gap:.65rem}
.gallery-page .btn{font-size:.85rem;border-radius:5px;line-height:1.35;padding:.8rem 1rem;font-weight:650;box-shadow:none}
.gallery-page .btn--solid{background:#785137;border-color:#785137;color:white}
.gallery-page .btn--ghost{border-color:#b3a18f;color:#68472f}
.gallery-page .btn--solid:hover{background:#5a3e2b;filter:none}
.gallery-page .btn--ghost:hover{background:#f0e7dd}
.gallery-hero-image{margin:0;position:relative;background:#e7dfd5;overflow:hidden;border-radius:3px}
.gallery-hero-image img{display:block;width:100%;height:auto;max-height:620px;aspect-ratio:2.3;object-fit:cover}
.gallery-hero-image figcaption{position:absolute;bottom:1rem;left:1.2rem;padding:.28rem .6rem;background:rgba(31,27,22,.76);color:white;font-size:.74rem;border-radius:2px}
.gallery-route-nav{display:flex;gap:2rem;align-items:center;flex-wrap:wrap;border-bottom:1px solid #d5cbbb;margin-top:2rem;padding-bottom:1rem}
.gallery-route-nav a{font-weight:600;text-decoration:none;font-size:.92rem;padding:.3rem 0;position:relative}
.gallery-route-nav [aria-current="page"]{color:#30251c}
.gallery-route-nav [aria-current="page"]::after{content:"";position:absolute;height:2px;background:#785137;bottom:-1.08rem;left:0;right:0}
.gallery-jump-nav{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.1rem;font-size:.8rem}
.gallery-jump-nav a{color:#746353}
.gallery-section{padding-top:3.5rem;scroll-margin-top:1.5rem}
.gallery-section-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem}
.gallery-section h2,.gallery-offer h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.9rem,3vw,2.7rem);letter-spacing:-.035em;line-height:1.15;font-weight:400;margin:0 0 .6rem;color:#423426}
.gallery-section-heading p:not(.gallery-eyebrow){max-width:800px;font-size:.94rem;color:#6b5d50;margin:0}
.gallery-text-link{font-size:.83rem;font-weight:600;white-space:nowrap}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.7rem 1.3rem}
.gallery-card{margin:0;min-width:0;background:transparent}
.gallery-image-link{display:block;position:relative;overflow:hidden;background:#e7dfd5;border-radius:3px}
.gallery-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .25s ease}
.gallery-image-link:hover img{transform:scale(1.02)}
.gallery-enlarge{position:absolute;inset:auto .65rem .65rem auto;background:rgba(250,247,242,.95);color:#423426;padding:.25rem .55rem;border-radius:2px;font-size:.73rem;opacity:0;transition:opacity .2s}
.gallery-enlarge span{margin-left:.5rem}
.gallery-image-link:hover .gallery-enlarge,.gallery-image-link:focus-visible .gallery-enlarge{opacity:1}
.gallery-card figcaption{padding:.65rem .05rem 0}
.gallery-kind{font-size:.59rem;letter-spacing:.12em;display:block}
.gallery-card h3{font-size:.93rem;font-weight:500;margin:.1rem 0 0;line-height:1.45;color:#493c30}
.gallery-card .gallery-item-note{font-size:.78rem;margin:.4rem 0 0;color:#68533f;line-height:1.5}
.gallery-card video{display:block;background:#1f1b16;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;border-radius:3px}
.gallery-card--video{align-self:start}
.gallery-card--video .gallery-original{display:inline-block;font-size:.75rem;margin-top:.35rem}
.gallery-offer{background:#ede3d6;border-radius:4px;margin-top:4.3rem;padding:2.6rem;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:center}
.gallery-offer-copy p:not(.gallery-eyebrow){color:#61503f;max-width:820px;font-size:.92rem;margin:.7rem 0 0}
.gallery-offer-actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-end;align-items:center}
.gallery-note{font-size:.8rem;color:#756759;margin:1.2rem 0 3rem}
.gallery-footer{border-top:1px solid #dcd3c8;background:#f4efe8;padding:2rem 0}
.gallery-footer-inner{display:grid;grid-template-columns:1fr 1.4fr auto;gap:2rem;align-items:start;font-size:.76rem;color:#756759}
.gallery-footer strong{font-size:.97rem;color:#493c30}
.gallery-footer p{margin:.4rem 0}
.gallery-footer nav{display:flex;gap:.7rem 1.25rem;flex-wrap:wrap;justify-content:center}
.gallery-footer nav a{color:#61503f}
.gallery-dialog{border:0;padding:1rem 1.1rem;background:#faf7f2;color:#423426;border-radius:5px;width:min(1280px,96vw);max-width:96vw;max-height:96dvh;overflow:auto;box-shadow:0 20px 100px #0005}
.gallery-dialog::backdrop{background:rgba(22,18,14,.88)}
.gallery-dialog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.7rem}
.gallery-dialog-toolbar p{margin:0;font-weight:600;font-size:.95rem}
.gallery-dialog-close{font:inherit;display:flex;align-items:center;gap:.7rem;border:1px solid #b3a18f;border-radius:3px;background:#faf7f2;color:#423426;cursor:pointer;padding:.4rem .65rem;flex-shrink:0}
.gallery-dialog-close span{font-size:1.5rem;line-height:1}
.gallery-dialog-view img{display:block;max-width:100%;max-height:77dvh;width:auto;height:auto;margin:auto;object-fit:contain}
.gallery-dialog-help{font-size:.75rem;margin:.65rem 0 0;text-align:center}
.gallery-dialog-help a{margin-left:.5rem}
.gallery-dialog-open{overflow:hidden}
@media(min-width:1001px){.gallery-card--video{grid-column:span 1}}
@media(max-width:1000px){.gallery-intro-grid{grid-template-columns:1fr;gap:1.3rem}.gallery-intro-copy{justify-self:start;max-width:750px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-offer{grid-template-columns:1fr}.gallery-offer-actions{justify-content:start}.gallery-hero-image img{aspect-ratio:1.9}.gallery-footer-inner{grid-template-columns:1fr 1.5fr}.gallery-footer nav{justify-content:flex-end}.gallery-footer-inner>p{grid-column:1/-1}.gallery-route-nav{gap:1.6rem}}
@media(max-width:639px){.gallery-header-inner{gap:.8rem;padding:.8rem 0}.gallery-page .brand__logo{height:36px;width:36px}.gallery-page .brand__name{font-size:.94rem}.gallery-brand-note{font-size:.61rem}.gallery-main-nav{gap:.7rem;font-size:.72rem;flex-direction:column;text-align:right;line-height:1.3}.gallery-intro{padding-top:1.8rem}.gallery-intro-top{align-items:start}.gallery-eyebrow{font-size:.6rem;letter-spacing:.12em}.gallery-portfolio-label{display:none}.gallery-intro-grid{margin-bottom:1.5rem}.gallery-intro h1{font-size:clamp(2.4rem,9vw,3.4rem)}.gallery-intro-copy>p{font-size:.91rem}.gallery-actions{align-items:stretch}.gallery-page .btn{font-size:.8rem;padding:.78rem .86rem}.gallery-hero-image img{aspect-ratio:1.45}.gallery-hero-image figcaption{left:.65rem;bottom:.65rem;font-size:.66rem}.gallery-route-nav{gap:.65rem 1.25rem;margin-top:1.4rem;padding-bottom:.8rem}.gallery-route-nav a{font-size:.8rem}.gallery-route-nav [aria-current="page"]::after{bottom:-.25rem}.gallery-jump-nav{gap:.5rem 1rem;font-size:.74rem}.gallery-section{padding-top:2.6rem}.gallery-section-heading{display:block}.gallery-section-heading>.gallery-text-link{display:inline-block;margin-top:.7rem}.gallery-grid{grid-template-columns:1fr;gap:1.45rem}.gallery-card h3{font-size:1rem}.gallery-enlarge{opacity:1}.gallery-offer{padding:1.5rem;margin-top:3rem;gap:1.3rem}.gallery-offer-actions{flex-direction:column;align-items:stretch}.gallery-footer-inner{grid-template-columns:1fr;gap:1rem}.gallery-footer nav{justify-content:start}.gallery-dialog{padding:.75rem}.gallery-dialog-toolbar p{font-size:.82rem}.gallery-dialog-close{font-size:.8rem}.gallery-dialog-help{font-size:.68rem}}
@media(prefers-reduced-motion:reduce){.gallery-card img,.gallery-enlarge{transition:none}}
