:root {
  --paper: #f8f5f0;
  --white: #fffefc;
  --ink: #34302c;
  --muted: #777069;
  --line: rgba(52, 48, 44, .16);
  --clay: #a86f55;
  --sage: #899080;
  --charcoal: #34322f;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; }
img { display: block; width: 100%; }
a { color: inherit; }
button { font: 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: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 102px; padding: 0 clamp(1.25rem, 4vw, 5rem); display: flex; align-items: center; justify-content: space-between; background: rgba(248,245,240,.96); position: relative; z-index: 20; border-bottom: 1px solid rgba(52,48,44,.08); }
.wordmark { width: 88px; height: 88px; display: block; overflow: hidden; }
.wordmark img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3.2rem); }
nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 500; }
.nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: .2rem; }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 7px 0; }

.hero { min-height: calc(100svh - 102px); position: relative; color: white; display: grid; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; transform: scale(1.02); animation: breathe 14s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(90deg, rgba(31,26,22,.70) 0%, rgba(31,26,22,.31) 52%, rgba(31,26,22,.10) 100%); }
.hero-logo { position: absolute; z-index: 2; top: clamp(1.4rem, 3vw, 3rem); right: clamp(2rem, 4.5vw, 5rem); width: clamp(230px, 18vw, 330px); height: auto; filter: drop-shadow(0 8px 22px rgba(0,0,0,.42)); pointer-events: none; }
.hero-logo-ring-glow { position: absolute; z-index: 2; top: clamp(1.4rem, 3vw, 3rem); right: clamp(2rem, 4.5vw, 5rem); width: clamp(230px, 18vw, 330px); aspect-ratio: 1; border: 1px solid rgba(255,250,244,.58); border-radius: 50%; box-shadow: 0 0 3px 1px rgba(255,250,244,.9), 0 0 11px 3px rgba(255,237,216,.52); transform: translateY(-1%) scale(.97); pointer-events: none; }
.hero-logo-details { position: absolute; z-index: 3; top: clamp(1.4rem, 3vw, 3rem); right: clamp(2rem, 4.5vw, 5rem); width: clamp(230px, 18vw, 330px); aspect-ratio: 1; color: white; font-family: var(--sans); text-align: center; text-transform: uppercase; text-shadow: 0 1px 3px rgba(0,0,0,.96), 0 0 6px rgba(0,0,0,.78); pointer-events: none; }
.hero-logo-details span { position: absolute; left: 11%; width: 78%; display: block; }
.logo-photography { top: 68.4%; color: rgba(20,16,13,.96); font-family: var(--display); font-size: clamp(1.05rem, 1.25vw, 1.38rem); font-weight: 500; line-height: 1; letter-spacing: .24em; -webkit-text-stroke: .65px rgba(255,250,244,.98); paint-order: stroke fill; text-shadow: 0 0 2px rgba(255,250,244,.98), 0 1px 3px rgba(0,0,0,.9); }
.logo-tagline { top: 76.8%; font-size: clamp(.38rem, .42vw, .47rem); font-weight: 500; line-height: 1.35; letter-spacing: .2em; }
.logo-pillars { top: 86.1%; font-size: clamp(.34rem, .36vw, .4rem); font-weight: 500; letter-spacing: .21em; white-space: nowrap; }
.logo-pillars b { color: #d48862; font-weight: 500; padding: 0 .22em; }
.hero-content { position: relative; z-index: 2; width: min(720px, 86vw); margin-left: clamp(1.5rem, 9vw, 9rem); padding: 6rem 0 8rem; }
.eyebrow { margin: 0 0 1.3rem; text-transform: uppercase; letter-spacing: .21em; font-size: .7rem; font-weight: 500; }
.light { color: rgba(255,255,255,.72); }
h1, h2, h3 { font-family: var(--display); font-weight: 300; margin: 0; line-height: .98; }
h1 { font-size: clamp(4.1rem, 8.2vw, 8.7rem); letter-spacing: -.035em; }
h1 em, h2 em { font-weight: 300; }
.hero-copy { max-width: 520px; margin: 2rem 0 2.5rem; color: rgba(255,255,255,.84); font-size: 1.05rem; line-height: 1.8; }
.hero .eyebrow.light, .hero-copy, .hero .light-link { color: rgba(255,255,255,.96); font-weight: 600; text-shadow: 0 1px 4px rgba(0,0,0,.88); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .9rem 1.45rem; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 500; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: rgba(255,255,255,.94); color: var(--ink); }
.button-light:hover { background: white; }
.button-dark { background: var(--ink); color: white; }
.text-link { display: inline-block; margin-top: 1rem; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .2rem; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }
.text-link span { display: inline-block; margin-left: .6rem; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,3px); }
.light-link { color: white; margin-top: 0; }
.scroll-cue { position: absolute; z-index: 2; bottom: 2rem; right: clamp(1.5rem, 4vw, 4rem); color: rgba(255,255,255,.72); text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; writing-mode: vertical-rl; }
.scroll-cue span { display: inline-block; height: 48px; width: 1px; margin-bottom: 1rem; background: rgba(255,255,255,.65); }

.section-pad { padding: clamp(5.5rem, 11vw, 10rem) clamp(1.4rem, 7vw, 8rem); }
.story { display: grid; grid-template-columns: minmax(280px,.84fr) minmax(320px,1fr); gap: clamp(3rem, 9vw, 11rem); align-items: center; }
.story-image { position: relative; padding: 0 0 3rem 3rem; }
.story-image::before { content: ""; position: absolute; inset: 3rem 3rem 0 0; background: #ded2c6; }
.story-image img { position: relative; aspect-ratio: 4/5; object-fit: cover; }
.story-image p { position: absolute; z-index: 2; bottom: .6rem; left: 0; margin: 0; transform: rotate(-90deg); transform-origin: left bottom; text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; }
.story h2, .art-intro h2, .collect h2, .commission h2, .moments h2, .contact h2 { font-size: clamp(3.5rem, 6.5vw, 7.4rem); letter-spacing: -.035em; }
.story-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); }
.rule { width: 72px; height: 1px; background: var(--ink); margin: 2.3rem 0; }

.art-intro { text-align: center; padding: clamp(5rem, 10vw, 9rem) 1.5rem clamp(3rem, 5vw, 5rem); background: white; }
.art-intro p:last-child { color: var(--muted); max-width: 560px; margin: 2rem auto 0; }
.editorial-gallery { background: white; padding: 0 clamp(1.4rem, 7vw, 8rem) clamp(7rem, 12vw, 12rem); display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.art-card { border: 0; background: transparent; padding: 0; text-align: left; cursor: zoom-in; color: var(--ink); }
.art-card img { object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.art-card:hover img { transform: scale(1.012); filter: brightness(.96); }
.art-card-large img { aspect-ratio: 4/5; }
.art-card-wide { margin-top: 9rem; }
.art-card-wide img { aspect-ratio: 16/9; }
.gallery-quote { font-family: var(--display); font-size: clamp(2rem,3.4vw,3.9rem); font-weight: 300; line-height: 1.1; margin: 7rem 0 3rem; padding: 0 2vw; }
.art-card-square { margin-top: 0; }
.art-card-square img { aspect-ratio: 1; }
.art-card-landscape { grid-column: 1 / -1; width: 76%; margin: 2rem auto 0; }
.art-card-landscape img { aspect-ratio: 16/8; }

.collect { background: #ded2c6; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.collect-copy p:not(.eyebrow) { color: #6e655e; max-width: 540px; margin: 2rem 0 2.3rem; }
.collect-frame { background: #f2ece5; padding: clamp(1.2rem,3vw,3rem); box-shadow: 0 28px 70px rgba(66,52,43,.13); }
.collect-frame img { aspect-ratio: 16/10; object-fit: cover; }

.commission { background: var(--charcoal); color: white; overflow: hidden; }
.commission-heading { text-align: center; }
.commission-heading > p:last-child { max-width: 670px; margin: 2rem auto 0; color: rgba(255,255,255,.68); }
.service-grid { width: min(100%, 1680px); margin: 0 auto; padding: 0 clamp(1.4rem, 4vw, 4.5rem); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(1.25rem, 2vw, 2rem); background: transparent; }
.service-card { min-width: 0; background: var(--charcoal); border: 1px solid rgba(255,255,255,.14); }
.service-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4/3; object-fit: cover; object-position: center; filter: saturate(.85); }
.service-card div { padding: 2.2rem clamp(1.2rem,2.5vw,2.5rem) 3rem; position: relative; }
.service-card span { position: absolute; right: 2rem; top: 2.7rem; font-size: .65rem; letter-spacing: .14em; color: rgba(255,255,255,.45); }
.service-card h3 { font-size: clamp(2.7rem,4vw,4.5rem); }
.service-card-combined h3 { font-size: clamp(2.1rem,2.8vw,3.35rem); letter-spacing: -.03em; }
.service-card p { color: rgba(255,255,255,.62); line-height: 1.7; }
.commission-cta { text-align: center; padding: 5rem 1.5rem 7rem; }
.commission-cta p { color: rgba(255,255,255,.58); }

.moments { background: var(--paper); }
.moments-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 5rem; }
.moments-heading .eyebrow { align-self: flex-start; padding-top: 1rem; }
.moment-grid { display: grid; grid-template-columns: 1fr 1.2fr; grid-template-rows: repeat(2, minmax(270px, 34vw)); gap: clamp(1rem,2.5vw,2.5rem); }
.moment { border: 0; padding: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.moment-tall { grid-row: auto; }
.moment img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.moment:hover img { transform: scale(1.025); }

.contact { min-height: 680px; display: grid; grid-template-columns: 1.2fr 1fr; background: white; }
.contact > img { height: 100%; min-height: 680px; object-fit: cover; }
.contact-panel { padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.contact-panel > p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.contact-cta { align-self: flex-start; margin-top: 2rem; }

footer { min-height: 300px; padding: 5rem clamp(1.4rem,7vw,8rem); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; background: var(--paper); }
.footer-brand { width: clamp(150px, 12vw, 190px); text-decoration: none; line-height: 0; }
.footer-brand img { display: block; width: 100%; height: auto; }
footer p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.8; }
.footer-note { text-align: right; text-transform: uppercase; letter-spacing: .15em; }

.lightbox { width: min(92vw, 1200px); height: min(92vh, 920px); padding: 0; border: 0; background: #10100f; color: white; overflow: hidden; }
.lightbox::backdrop { background: rgba(10,10,9,.92); }
.lightbox img { width: 100%; height: calc(100% - 64px); object-fit: contain; }
.lightbox p { height: 64px; margin: 0; display: grid; place-items: center; font-family: var(--display); font-size: 1.4rem; }
.lightbox-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 1.6rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes breathe { from { transform: scale(1.02); } to { transform: scale(1.08); } }

@media (max-width: 900px) {
  .site-header { height: 82px; }
  .wordmark { width: 70px; height: 70px; }
  .menu-toggle { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); border-top: 1px solid var(--line); padding: 1rem 1.5rem 2rem; }
  nav.open { display: flex; }
  nav a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: calc(100svh - 82px); }
  .hero-logo, .hero-logo-ring-glow, .hero-logo-details { display: none; }
  .hero-content { margin-left: 8vw; }
  .story, .collect, .contact { grid-template-columns: 1fr; }
  .story { gap: 4rem; }
  .story-image { max-width: 660px; }
  .service-grid { grid-template-columns: 1fr; gap: 1px; }
  .service-card { display: grid; grid-template-columns: 1fr 1fr; }
  .service-card img { height: 520px; min-height: 0; }
  .moments-heading { display: block; }
  .contact > img { min-height: 480px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-note { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .hero-content { width: auto; margin: 0; padding: 5rem 1.4rem 8rem; align-self: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(31,26,22,.86) 0%, rgba(31,26,22,.16) 76%); }
  .hero-image { object-position: 48% center; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .scroll-cue { display: none; }
  .story { grid-template-columns: 1fr; }
  .story-image { padding-left: 1.5rem; }
  .editorial-gallery { grid-template-columns: 1fr; gap: 4.5rem; }
  .art-card-wide, .gallery-quote { margin-top: 0; }
  .art-card-landscape { grid-column: auto; width: 100%; margin: 0; }
  .art-card-landscape img { aspect-ratio: 4/3; }
  .collect { grid-template-columns: 1fr; }
  .collect-frame { order: -1; }
  .service-card { grid-template-columns: 1fr; }
  .service-card img { height: 120vw; max-height: 620px; }
  .moment-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 58vw); }
  .moment-tall { grid-row: auto; }
  .contact > img { min-height: 380px; }
  footer { grid-template-columns: 1fr; min-height: 260px; }
  .footer-brand { width: 145px; }
}

@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; }
}
