@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Italiana&display=swap');

:root {
  --ink: #191a17;
  --paper: #ece8df;
  --cream: #f5f2eb;
  --sage: #a8ad96;
  --line: rgba(25, 26, 23, .2);
  --serif: 'Italiana', 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.5; }
::selection { background: var(--ink); color: var(--paper); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: 86px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; transition: background .35s, height .35s; }
.site-header.scrolled { height: 68px; background: rgba(236, 232, 223, .9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(25,26,23,.08); }
.logo { font: 400 25px/1 var(--serif); letter-spacing: -.02em; justify-self: start; }
.logo span { font-style: italic; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { position: relative; }
.desktop-nav a:after { content: ''; position: absolute; height: 1px; inset: auto 100% -5px 0; background: currentColor; transition: right .25s; }
.desktop-nav a:hover:after { right: 0; }
.header-end { justify-self: end; display: flex; align-items: center; gap: 25px; }
.social-icon { display: grid; width: 22px; height: 22px; place-items: center; }
.social-icon svg { width: 18px; }
.menu-toggle { display: none; width: 30px; height: 30px; border: 0; padding: 6px 2px; background: none; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .3s; }
.mobile-menu { display: none; }

.hero { min-height: 100svh; padding: 130px 4vw 54px; display: grid; grid-template-columns: .85fr 1.35fr; gap: 7vw; align-items: center; position: relative; overflow: hidden; }
.hero:before { content: ''; position: absolute; width: 34vw; height: 34vw; border: 1px solid rgba(25,26,23,.12); border-radius: 50%; left: -18vw; top: 10vh; }
.eyebrow { margin: 0 0 28px; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 500; }
.hero h1 { font: 400 clamp(55px, 6.4vw, 105px)/.93 var(--serif); letter-spacing: -.035em; margin: 0 0 52px; max-width: 750px; }
h1 em, h2 em { font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
.text-link svg, .contact-button svg { transition: transform .25s; }
.text-link:hover svg, .contact-button:hover svg { transform: translateX(5px); }
.hero-art { align-self: center; }
.hero-frame { height: min(68vh, 800px); overflow: hidden; background: #d9d3c7; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; animation: hero-in 1.25s cubic-bezier(.2,.65,.3,1) both; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
.hero-caption { display: flex; justify-content: space-between; margin-top: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-note { position: absolute; left: 4vw; bottom: 50px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; display: flex; gap: 20px; }

.statement { min-height: 82vh; padding: 12vh max(4vw, calc((100vw - 1400px)/2)); display: flex; flex-direction: column; justify-content: center; border-top: 1px solid var(--line); }
.statement h2 { margin: 0 auto; max-width: 1170px; font: 400 clamp(42px, 6vw, 90px)/1.04 var(--serif); text-align: center; }
.statement .eyebrow { text-align: center; }
.statement-foot { max-width: 700px; width: 60%; margin: 70px auto 0; display: flex; align-items: center; gap: 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.statement-foot i { height: 1px; background: var(--ink); flex: 1; }

.collection { padding: 130px 4vw 160px; background: var(--cream); scroll-margin-top: 60px; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 85px; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { margin: 0; font: 400 clamp(64px, 8vw, 130px)/.8 var(--serif); letter-spacing: -.03em; }
.section-head > p { margin: 0 0 3px auto; max-width: 460px; font-size: 14px; line-height: 1.7; }
.traditional-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 80px 2vw; }
.art-card { appearance: none; border: 0; padding: 0; background: none; text-align: left; cursor: zoom-in; min-width: 0; }
.art-card:nth-child(1) { grid-column: span 7; }
.art-card:nth-child(2) { grid-column: 9 / span 4; margin-top: 130px; }
.art-card:nth-child(3) { grid-column: 1 / span 4; }
.art-card:nth-child(4) { grid-column: 6 / span 7; margin-top: 70px; }
.art-card:nth-child(5) { grid-column: 2 / span 5; }
.art-card:nth-child(6) { grid-column: 8 / span 5; margin-top: 150px; }
.art-card:nth-child(7) { grid-column: 1 / span 7; }
.art-card:nth-child(8) { grid-column: 9 / span 4; margin-top: 100px; }
.art-card:nth-child(9) { grid-column: 3 / span 8; }
.art-image { display: block; overflow: hidden; background: #dfdbd2; }
.art-image img { width: 100%; max-height: 72vh; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.art-card:hover .art-image img { transform: scale(1.025); }
.art-meta { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; padding-top: 13px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.art-meta strong { font-weight: 400; font-size: 11px; }

.digital-section { background: #242721; color: #eeebe4; }
.digital-section .section-head > p { color: rgba(238,235,228,.68); }
.digital-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2vw; align-items: start; }
.digital-grid .art-card { grid-column: auto; margin-top: 0; color: inherit; }
.digital-grid .art-card:nth-child(2) { margin-top: 14vw; }
.digital-grid .art-card:nth-child(3) { margin-top: 5vw; }
.digital-grid .art-image img { aspect-ratio: 3 / 4; object-fit: cover; }

.about { padding: 12vw 4vw; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: center; scroll-margin-top: 60px; }
.about-images { position: relative; padding: 0 8% 14% 0; }
.about-main { width: 100%; }
.about-detail { position: absolute; width: 42%; right: 0; bottom: 0; border: 9px solid var(--paper); }
.about-copy { max-width: 560px; }
.about-copy h2 { font: 400 clamp(62px, 7vw, 115px)/.9 var(--serif); margin: 0 0 45px; }
.about-copy p { font-size: 13px; line-height: 1.85; margin: 0 0 20px; }
.about-copy .lead { font: 400 clamp(25px, 2.2vw, 36px)/1.3 var(--serif); margin-bottom: 32px; }
.about-facts { border-top: 1px solid var(--line); margin-top: 45px; padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; font: 20px var(--serif); }
.about-facts small { display: block; margin-bottom: 8px; font: 500 9px var(--sans); text-transform: uppercase; letter-spacing: .15em; }

.contact { min-height: 85vh; padding: 12vh 4vw 7vh; background: #b7b7a5; display: flex; flex-direction: column; align-items: center; text-align: center; scroll-margin-top: 60px; }
.contact h2 { font: 400 clamp(52px, 7.5vw, 120px)/.98 var(--serif); margin: 1vh 0 7vh; }
.contact-button { border: 1px solid var(--ink); border-radius: 100%; width: 190px; height: 100px; display: flex; align-items: center; justify-content: center; gap: 13px; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; transition: background .3s, color .3s; }
.contact-button:hover { background: var(--ink); color: var(--paper); }
.contact-bottom { margin-top: auto; padding-top: 70px; width: 100%; display: flex; justify-content: space-between; align-items: end; text-align: left; font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; }
.contact-bottom a { border-bottom: 1px solid; padding-bottom: 5px; }
footer { padding: 55px 4vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; background: var(--ink); color: var(--paper); }
footer p { margin: 0; font-size: 9px; line-height: 1.7; text-transform: uppercase; letter-spacing: .13em; }
footer p:last-child { justify-self: end; text-align: right; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; border: 0; padding: 30px; background: rgba(17,18,16,.95); color: white; }
.lightbox::backdrop { background: rgba(17,18,16,.95); }
.lightbox-close { position: fixed; z-index: 2; right: 30px; top: 25px; background: none; border: 0; color: white; font: 11px var(--sans); text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.lightbox-content { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox-content img { max-width: 88vw; max-height: 85vh; object-fit: contain; }
.lightbox-content p { margin: 13px 0 0; font: 18px var(--serif); }

@media (max-width: 800px) {
  .site-header { height: 70px; padding: 0 20px; grid-template-columns: 1fr 1fr; }
  .desktop-nav, .header-end .social-icon { display: none; }
  .header-end { display: block; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { display: flex; visibility: hidden; opacity: 0; position: fixed; inset: 0; z-index: 20; padding: 120px 25px 40px; flex-direction: column; justify-content: space-between; background: var(--paper); transition: opacity .3s, visibility .3s; }
  .mobile-menu[aria-hidden="false"] { visibility: visible; opacity: 1; }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { font: 48px/1.35 var(--serif); border-bottom: 1px solid var(--line); }
  .mobile-menu p { font-size: 11px; line-height: 1.6; text-transform: uppercase; letter-spacing: .12em; }
  .hero { min-height: auto; padding: 115px 20px 55px; display: flex; flex-direction: column; gap: 55px; }
  .hero:before { width: 80vw; height: 80vw; left: -50vw; }
  .hero-copy { position: relative; z-index: 1; }
  .hero h1 { font-size: clamp(53px, 15vw, 78px); margin-bottom: 35px; }
  .hero-frame { height: 60vh; }
  .hero-frame img { object-position: 55% center; }
  .scroll-note { display: none; }
  .statement { min-height: 70vh; padding: 100px 20px; }
  .statement h2 { font-size: 42px; }
  .statement-foot { width: 100%; margin-top: 50px; }
  .collection { padding: 95px 20px 110px; }
  .section-head { grid-template-columns: 1fr; gap: 35px; margin-bottom: 60px; }
  .section-head h2 { font-size: 70px; }
  .section-head > p { margin-left: 0; }
  .traditional-grid { display: grid; grid-template-columns: 1fr; gap: 55px; }
  .art-card:nth-child(n) { grid-column: auto; margin: 0; }
  .traditional-grid .art-card:nth-child(even) { margin-left: 13vw; }
  .traditional-grid .art-card:nth-child(odd) { margin-right: 8vw; }
  .art-image img { max-height: none; }
  .digital-grid { grid-template-columns: 1fr; gap: 65px; }
  .digital-grid .art-card:nth-child(n) { margin: 0; }
  .digital-grid .art-card:nth-child(2) { margin-left: 12vw; }
  .digital-grid .art-card:nth-child(3) { margin-right: 12vw; }
  .about { padding: 110px 20px; grid-template-columns: 1fr; gap: 90px; }
  .about-copy h2 { font-size: 70px; }
  .about-copy .lead { font-size: 27px; }
  .contact { min-height: 90vh; padding: 100px 20px 45px; }
  .contact h2 { font-size: 54px; margin: 20px 0 60px; }
  .contact-bottom { flex-direction: column; align-items: center; text-align: center; gap: 25px; }
  footer { padding: 45px 20px; grid-template-columns: 1fr 1fr; gap: 45px; }
  footer p:nth-child(2) { display: none; }
  .lightbox { padding: 20px; }
  .lightbox-close { right: 18px; top: 18px; }
}

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