:root { --ink: #241b17; --paper: #f3eee4; --cream: #fbf8f1; --ember: #a33a25; --rust: #713224; --line: rgba(36, 27, 23, .18); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.hero-art img, .featured-card img, .story-image img, .gallery-card img, .mini-story-image img, .brand-image img, .contact-art img { position: absolute; inset: 0; width: 100%; height: 100%; }
.lightbox-target { cursor: zoom-in; }
.view-image-label { position: absolute; z-index: 5; top: 16px; right: 16px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; color: #fff; background: rgba(27,23,20,.82); border: 1px solid rgba(255,255,255,.46); font-size: 9px; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: .13em; opacity: 0; transform: translateY(-5px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.view-image-label::before { content: '+'; font-size: 15px; font-weight: 400; }
.hero-art:hover .view-image-label, .featured-card:hover .view-image-label, .story-image:hover .view-image-label, .gallery-card:hover .view-image-label, .mini-story-image:hover .view-image-label, .brand-image:hover .view-image-label, .contact-art:hover .view-image-label, .image-view-active:focus-within .view-image-label { opacity: 1; transform: translateY(0); }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 68px 24px 30px; background: rgba(14,12,10,.94); opacity: 0; visibility: hidden; transition: opacity .24s ease, visibility .24s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-content { display: flex; flex-direction: column; align-items: center; max-width: min(94vw, 1500px); max-height: calc(100vh - 98px); }
.lightbox-content img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 145px); object-fit: contain; background: #f3eee4; box-shadow: 0 22px 70px rgba(0,0,0,.48); }
.lightbox-caption { margin: 14px 0 0; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 15px; text-align: center; }
.lightbox-close { position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; padding: 0 0 4px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: Arial, sans-serif; font-size: 30px; line-height: 1; cursor: pointer; }
.lightbox-close:hover, .lightbox-close:focus-visible { background: #fff; color: #211a17; outline: none; }
body.lightbox-open { overflow: hidden; }
.site-header { position: relative; z-index: 10; width: 100%; min-height: 142px; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 14px clamp(24px, 5vw, 78px); color: #263125; background: linear-gradient(105deg, #d8dfcb 0%, #c5d0b7 52%, #b6c3a7 100%); border-bottom: 1px solid rgba(48, 64, 43, .28); box-shadow: 0 8px 28px rgba(35, 29, 24, .12); }
.site-header::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .24; background: radial-gradient(ellipse at 8% 95%, rgba(54,82,49,.18), transparent 24%), radial-gradient(ellipse at 84% 0%, rgba(255,255,255,.55), transparent 34%); }
.site-header > * { position: relative; z-index: 1; }
.wordmark { display: flex; align-items: center; gap: 12px; text-transform: uppercase; }
.wordmark b { display: block; font-family: Georgia, serif; font-size: 20px; letter-spacing: .08em; }
.wordmark small { display: block; margin-top: 1px; font-size: 9px; letter-spacing: .34em; opacity: .75; }
.logo-link { display: block; line-height: 0; }
.header-logo { display: block; width: clamp(250px, 28vw, 410px); height: auto; filter: drop-shadow(0 2px 5px rgba(55,41,31,.18)); }
.footer-logo { width: clamp(220px, 23vw, 330px); }
.moon-mark { width: 38px; height: 38px; border-radius: 50%; background: radial-gradient(circle at 38% 35%, #dd7256, #9d2f20 55%, #4e1715); box-shadow: inset -7px -5px 12px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.35); }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 46px); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.nav-cta { padding: 14px 19px; color: #fff; background: #44573d; border: 1px solid #44573d; box-shadow: 0 4px 12px rgba(39,54,35,.14); }
.site-header nav > a:not(.nav-cta) { padding: 10px 2px 8px; border-bottom: 1px solid transparent; font-weight: 700; }
.site-header nav > a:not(.nav-cta):hover { border-bottom-color: #5f7354; }
.hero { min-height: 790px; display: grid; grid-template-columns: 1.02fr .98fr; background: #1b1715; color: white; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 145px clamp(28px, 7vw, 110px) 80px; background: radial-gradient(circle at 16% 50%, rgba(119,54,39,.32), transparent 40%), linear-gradient(145deg,#181513,#28201c); }
.eyebrow { margin: 0 0 20px; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; }
.hero h1 { margin: 0; max-width: 700px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 7.4vw, 112px); font-weight: 400; line-height: .91; letter-spacing: -.055em; }
.hero h1 em { color: #d5684e; font-weight: 400; }
.hero-lede { max-width: 520px; margin: 36px 0 0; color: rgba(255,255,255,.68); font-family: Georgia, serif; font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.button-primary { background: var(--ember); color: white; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-art { position: relative; min-height: 790px; overflow: hidden; background: #746050; }
.hero-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(27,23,21,.25), transparent 30%), linear-gradient(0deg, rgba(24,17,14,.35), transparent 35%); }
.hero-art img { object-fit: cover; object-position: 50% 46%; filter: saturate(.72) contrast(1.04); }
.art-caption { position: absolute; z-index: 2; right: 24px; bottom: 26px; font-size: 9px; text-transform: uppercase; letter-spacing: .17em; writing-mode: vertical-rl; transform: rotate(180deg); }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; padding: clamp(80px, 11vw, 160px) clamp(24px, 8vw, 124px) 70px; }
.intro h2, .story-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 74px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.intro > p { max-width: 580px; margin: 0 0 7px; color: #62534a; font-family: Georgia, serif; font-size: 18px; line-height: 1.75; }
.featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 0 clamp(18px, 4vw, 64px) clamp(90px, 11vw, 160px); }
.featured-card { position: relative; aspect-ratio: 1 / 1; min-height: 0; margin: 0; overflow: hidden; background: #b7aa98; }
.featured-card img { object-fit: cover; transition: transform .7s ease; }
.featured-card.heron-card img { object-position: 50% 66%; filter: saturate(.82) contrast(1.02); }
.featured-card:hover img { transform: scale(1.025); }
.card-2, .card-3 { margin-top: 0; min-height: 0; }
.featured-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 48px 24px 20px; color: white; background: linear-gradient(transparent, rgba(18,13,11,.74)); font-family: Georgia, serif; font-size: 20px; pointer-events: none; }
.featured-card figcaption span { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .15em; }
.artist-story { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 150px); padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 124px); overflow: hidden; color: #263125; background: linear-gradient(115deg, #d8dfcb 0%, #c8d2bb 52%, #b8c7aa 100%); }
.artist-story::before { content: ''; position: absolute; width: 540px; height: 540px; right: -170px; bottom: -280px; border: 1px solid rgba(63,83,56,.18); border-radius: 50%; box-shadow: 0 0 0 56px rgba(255,255,255,.07), 0 0 0 112px rgba(63,83,56,.04); }
.artist-story > * { position: relative; z-index: 1; }
.artist-story-heading { align-self: start; }
.artist-story-heading h2 { max-width: 690px; margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 5.8vw, 86px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.artist-story blockquote { max-width: 560px; margin: clamp(42px, 6vw, 76px) 0 0; padding: 24px 0 0; border-top: 1px solid rgba(38,49,37,.3); color: #56684d; font-family: Georgia, serif; font-size: clamp(21px, 2.2vw, 30px); font-style: italic; line-height: 1.45; }
.artist-story-copy { max-width: 680px; padding-top: 33px; }
.artist-story-copy p { margin: 0 0 22px; color: rgba(38,49,37,.82); font-family: Georgia, serif; font-size: 17px; line-height: 1.82; }
.artist-story-copy .artist-signature { margin-top: 34px; color: #713224; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.story-preview { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 760px; background: #211a17; color: white; }
.story-image { position: relative; min-height: 620px; }
.story-image img { object-fit: cover; object-position: 50% 38%; filter: sepia(.08) saturate(.78); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.story-copy .eyebrow { color: #cc6b55; }
.lead-quote { margin: 36px 0 22px; font-family: Georgia, serif; font-size: clamp(23px, 2.5vw, 34px); line-height: 1.35; color: #e7d7c4; }
.story-copy > p:not(.eyebrow):not(.lead-quote) { max-width: 620px; color: rgba(255,255,255,.66); line-height: 1.75; font-size: 15px; }

.section-heading { display: grid; grid-template-columns: 1fr 1.2fr .9fr; gap: 5vw; align-items: end; padding: 0 clamp(24px, 8vw, 124px) 72px; }
.section-heading .eyebrow { align-self: start; padding-top: 10px; }
.section-heading h2, .brand-copy h2, .contact-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5.3vw, 78px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 0; color: #6a5a50; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.gallery-section { padding: clamp(100px, 12vw, 180px) 0; background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 0 clamp(18px, 4vw, 64px); }
.gallery-card { position: relative; aspect-ratio: 1 / 1; min-height: 0; margin: 0; overflow: hidden; background: #b8aa98; }
.gallery-card img { object-fit: cover; filter: saturate(.76); transition: filter .4s ease, transform .6s ease; }
.gallery-card:hover img { filter: saturate(1); transform: scale(1.02); }
.source-crop img { transform: scale(1.16); }
.gallery-card.source-crop:hover img { transform: scale(1.19); }
.crop-buck img { object-position: 50% 56%; }
.crop-faith img { object-position: 50% 48%; }
.crop-eagle img { object-position: 50% 46%; }
.crop-luna img { object-position: 50% 42%; }
.crop-luke img { object-position: 50% 44%; }
.gallery-card figcaption { position: absolute; left: 18px; bottom: 16px; padding: 7px 10px; background: rgba(24,18,15,.78); color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; pointer-events: none; }
.gallery-1, .gallery-2, .gallery-3, .gallery-4, .gallery-5, .gallery-6 { grid-row: auto; }

.portrait-stories { padding: clamp(100px, 13vw, 190px) 0; background: var(--paper); }
.section-heading.narrow { grid-template-columns: .6fr 1.2fr 1fr; }
.mini-story { display: grid; grid-template-columns: 1.1fr .9fr; width: min(1160px, calc(100% - 48px)); margin: 28px auto 100px; background: #e9dfcf; }
.mini-story.reverse { grid-template-columns: .9fr 1.1fr; }
.mini-story.reverse .mini-story-image { order: 2; }
.mini-story-image { position: relative; min-height: 640px; }
.mini-story-image img { object-fit: cover; object-position: center 32%; filter: sepia(.08) saturate(.8); }
.mini-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 100px); }
.mini-story-copy > span { margin-bottom: 22px; color: var(--rust); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.mini-story-copy h3 { margin: 0 0 26px; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 86px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.mini-story-copy p { margin: 0; color: #65564d; font-family: Georgia, serif; font-size: 17px; line-height: 1.8; }

.brand-concept { display: grid; grid-template-columns: .76fr 1.24fr; min-height: 700px; background: #161311; color: white; }
.brand-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); }
.brand-copy .eyebrow { color: #cd6c54; }
.brand-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.brand-copy .concept-note { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); font-family: Arial, sans-serif!important; font-size: 10px!important; text-transform: uppercase; letter-spacing: .14em; }
.brand-image { position: relative; min-height: 700px; overflow: hidden; }
.brand-image img { object-fit: cover; object-position: center; }

.process { padding: clamp(100px, 13vw, 190px) 0; background: #eadfce; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 clamp(24px, 6vw, 90px); padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { min-height: 300px; padding: 26px 28px 36px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list span { display: block; margin-bottom: 68px; color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.process-list h3 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.process-list p { margin: 0; color: #6a5a50; font-size: 13px; line-height: 1.7; }

.contact-section { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 720px; background: var(--ember); color: white; }
.contact-art { position: relative; min-height: 620px; }
.contact-art img { object-fit: cover; filter: sepia(.2) saturate(.65) contrast(1.05); }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 9vw, 140px); }
.contact-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }
.button-light { width: max-content; margin-top: 22px; background: white; color: var(--ink); }
.email-link { width: max-content; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 12px; letter-spacing: .08em; }

footer { position: relative; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; align-items: center; padding: 52px clamp(24px, 6vw, 90px); color: #263125; background: linear-gradient(105deg, #d8dfcb 0%, #c5d0b7 52%, #b6c3a7 100%); border-top: 1px solid rgba(48, 64, 43, .28); box-shadow: inset 0 8px 24px rgba(52,69,46,.08); }
footer::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .24; background: radial-gradient(ellipse at 8% 95%, rgba(54,82,49,.18), transparent 24%), radial-gradient(ellipse at 84% 0%, rgba(255,255,255,.55), transparent 34%); }
footer > * { position: relative; z-index: 1; }
.footer-mark { width: max-content; }
footer p { margin: 0; color: rgba(38,49,37,.76); font-size: 11px; font-weight: 700; line-height: 1.8; text-transform: uppercase; letter-spacing: .12em; }
@media (max-width: 850px) {
  .view-image-label { opacity: 1; transform: none; }
  .site-header { min-height: 118px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; }
  .hero-art { min-height: 620px; }
  .intro { grid-template-columns: 1fr; gap: 38px; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-card, .card-2, .card-3 { margin-top: 0; min-height: 0; }
  .artist-story { grid-template-columns: 1fr; gap: 34px; }
  .artist-story-copy { padding-top: 0; }
  .story-preview { grid-template-columns: 1fr; }
  .section-heading, .section-heading.narrow { grid-template-columns: 1fr; gap: 24px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card { min-height: 0; grid-row: auto; }
  .mini-story, .mini-story.reverse { grid-template-columns: 1fr; }
  .mini-story.reverse .mini-story-image { order: 0; }
  .brand-concept, .contact-section { grid-template-columns: 1fr; }
  .brand-image { min-height: 500px; order: -1; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li { border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 540px) {
  .site-header { min-height: 96px; padding: 12px 18px; gap: 14px; }
  .wordmark b { font-size: 16px; }
  .header-logo { width: 176px; }
  .nav-cta { padding: 11px; font-size: 9px; }
  .hero-copy { padding: 130px 24px 70px; min-height: 670px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 480px; }
  .intro { padding-left: 24px; padding-right: 24px; }
  .featured-card, .card-2, .card-3 { min-height: 0; }
  .story-image { min-height: 500px; }
  .story-copy { padding: 65px 26px 80px; }
  .section-heading { padding-left: 24px; padding-right: 24px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card { min-height: 0; }
  .mini-story { width: calc(100% - 32px); margin-bottom: 52px; }
  .mini-story-image { min-height: 470px; }
  .mini-story-copy { padding: 48px 28px 58px; }
  .brand-copy { padding: 70px 26px 80px; }
  .brand-image { min-height: 330px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: auto; border-right: 0; }
  .process-list span { margin-bottom: 38px; }
  .contact-art { min-height: 470px; }
  .contact-copy { padding: 70px 26px 84px; }
  .email-link { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .featured-card img { transition: none; } }
