:root {
  --ink: #171612;
  --paper: #f5f1e9;
  --white: #fffdf8;
  --copper: #9b7254;
  --moss: #344a40;
  --line: rgba(23, 22, 18, 0.17);
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--copper); color: white; }

.site-header {
  align-items: center;
  color: white;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  height: 92px;
  left: 0;
  padding: 0 4.5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}

.site-header.is-inner { background: rgba(245,241,233,.96); border-bottom: 1px solid var(--line); color: var(--ink); }
.site-header.is-inner .brand img { filter: none; }
.site-header.is-inner .social-links.compact svg .play { fill: var(--paper); }
.site-header nav a.active::after { transform: scaleX(1); }
.inner-page #main-content { padding-top: 92px; }
.skip-link { background: white; color: var(--ink); left: 10px; padding: 10px 14px; position: fixed; top: -60px; z-index: 200; }
.skip-link:focus { top: 10px; }
.honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.flash { background: var(--ink); color: white; left: 50%; max-width: min(680px, calc(100vw - 40px)); padding: 16px 22px; position: fixed; text-align: center; top: 20px; transform: translateX(-50%); z-index: 160; }
.flash-error { background: #713b33; }
.flash-success { background: var(--moss); }

.brand { align-items: center; display: flex; height: 100%; width: min(185px, 15vw); }
.brand img { filter: invert(1); height: auto; max-height: 42px; object-fit: contain; object-position: left center; width: 100%; }
.site-header nav { display: flex; gap: clamp(20px, 2.6vw, 48px); justify-content: center; }
.site-header nav a {
  font-size: 13px;
  letter-spacing: .17em;
  position: relative;
  text-transform: uppercase;
}
.site-header nav a::after {
  background: currentColor;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
  width: 100%;
}
.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-tools { align-items: center; display: flex; gap: 22px; justify-content: flex-end; }
.language-switcher { align-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; display: flex; gap: 3px; padding: 3px; }
.language-switcher a { align-items: center; border-radius: 50%; display: flex; filter: grayscale(.65); font-size: 16px; height: 25px; justify-content: center; line-height: 1; opacity: .52; transition: background .2s, filter .2s, opacity .2s; width: 25px; }
.language-switcher a:hover, .language-switcher a.active { background: rgba(255,255,255,.17); filter: none; opacity: 1; }
.site-header.is-inner .language-switcher { border-color: var(--line); }
.site-header.is-inner .language-switcher a:hover, .site-header.is-inner .language-switcher a.active { background: rgba(23,22,18,.08); }
.bag-link { align-items: center; display: inline-flex; gap: 3px; position: relative; }
.bag-link > svg { fill: none; height: 25px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; width: 25px; }
.bag-link span { align-items: center; background: white; border-radius: 50%; color: var(--ink); display: flex; font-size: 9px; height: 18px; justify-content: center; line-height: 1; margin-left: -5px; margin-top: -20px; min-width: 18px; padding: 0 4px; }
.site-header.is-inner .bag-link span { background: var(--ink); color: var(--paper); }
.menu-button { background: none; border: 0; display: none; height: 32px; padding: 7px 0; width: 34px; }
.menu-button span { background: currentColor; display: block; height: 1px; margin: 5px 0 5px auto; width: 29px; }
.menu-button span:last-child { width: 20px; }

.social-links { align-items: center; display: flex; gap: 11px; }
.social-links a { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; height: 42px; justify-content: center; opacity: .84; transition: background .25s, color .25s, opacity .25s; width: 42px; }
.social-links a:hover { background: currentColor; color: var(--paper); opacity: 1; }
.social-links svg { fill: none; height: 17px; stroke: currentColor; stroke-width: 1.4; width: 17px; }
.social-links svg path { fill: currentColor; stroke: none; }
.social-links svg .play { fill: var(--ink); }
.social-links svg .fill-dot { fill: currentColor; stroke: none; }
.social-links.compact { gap: 8px; }
.social-links.compact a { border: 0; height: 22px; width: 22px; }
.social-links.compact svg { height: 14px; width: 14px; }
.social-links.compact svg .play { fill: white; }

.hero {
  align-items: flex-end;
  background: #1d2721;
  color: white;
  display: flex;
  min-height: 720px;
  overflow: hidden;
  padding: 132px 8vw 11vh;
  position: relative;
  height: 100svh;
  isolation: isolate;
  contain: paint;
}
.hero video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 0; }
.hero-shade { background: linear-gradient(90deg, rgba(9,13,10,.66), rgba(9,13,10,.1) 62%, rgba(9,13,10,.22)), linear-gradient(0deg, rgba(8,11,9,.45), transparent 46%); inset: 0; position: absolute; z-index: 1; }
.hero-copy { max-width: 850px; position: relative; z-index: 2; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .22em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero h1, h2, blockquote { font-family: var(--serif); font-weight: 400; }
.hero h1 { font-size: clamp(64px, 7.9vw, 134px); letter-spacing: -.055em; line-height: .79; margin: 0; }
.hero h1 span { display: block; }
.hero-intro { color: rgba(255,255,255,.82); font-family: var(--serif); font-size: clamp(18px, 1.5vw, 25px); line-height: 1.45; margin: 36px 0 0; max-width: 630px; }
.hero-actions { align-items: center; display: flex; gap: 34px; margin-top: 35px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 11px; font-weight: 600; justify-content: center; letter-spacing: .18em; min-height: 53px; padding: 0 27px; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.button-light { border-color: rgba(255,255,255,.65); color: white; }
.button-light:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--copper); }
.text-link { border-bottom: 1px solid currentColor; display: inline-flex; font-size: 12px; gap: 14px; letter-spacing: .12em; padding-bottom: 5px; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.light-link { color: white; }
.hero-social { bottom: 8vh; position: absolute; right: 4.5vw; z-index: 3; }
.video-control { align-items: center; background: none; border: 0; bottom: 28px; color: rgba(255,255,255,.74); display: flex; font-size: 11px; gap: 9px; letter-spacing: .14em; position: absolute; right: 4.5vw; text-transform: uppercase; z-index: 3; }
.video-control span { font-size: 12px; }
.scroll-cue { align-items: center; bottom: 29px; display: flex; font-size: 11px; gap: 11px; left: 4.5vw; letter-spacing: .16em; position: absolute; text-transform: uppercase; z-index: 3; }
.scroll-cue span { background: white; height: 1px; width: 38px; }

.section-pad { padding: 130px 6vw; }
.intro-section { display: grid; gap: 8vw; grid-template-columns: 1.2fr 1fr; }
.section-number { font-family: var(--serif); font-size: 13px; opacity: .48; padding-top: 43px; }
.intro-heading h2, .section-head h2, .contact-copy h2 { font-size: clamp(48px, 5.2vw, 86px); letter-spacing: -.045em; line-height: .94; margin: 0; }
.intro-copy { align-self: end; max-width: 560px; padding-bottom: 5px; }
.intro-copy > p { font-family: var(--serif); font-size: clamp(22px, 2vw, 31px); line-height: 1.45; margin: 0 0 40px; }

.collection { background: var(--white); padding-top: 110px; }
.section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 62px; }
.filters { border-bottom: 1px solid var(--line); display: flex; gap: 30px; }
.filters button { background: none; border: 0; cursor: pointer; font-size: 12px; letter-spacing: .14em; opacity: .44; padding: 12px 0; position: relative; text-transform: uppercase; }
.filters button::after { background: var(--ink); bottom: -1px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); width: 100%; }
.filters button.active { opacity: 1; }
.filters button.active::after { transform: scaleX(1); }
.collection-actions { align-items: center; display: flex; gap: 12px; }
.slider-button { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; display: inline-flex; font-size: 21px; height: 46px; justify-content: center; transition: background .2s, color .2s; width: 46px; }
.slider-button:hover { background: var(--ink); color: white; }
.art-slider { display: grid; gap: clamp(22px,2.4vw,42px); grid-auto-columns: clamp(260px,27vw,410px); grid-auto-flow: column; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0 1px 24px; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-color: var(--copper) transparent; scrollbar-width: thin; }
.art-slider .art-card { min-width: 0; scroll-snap-align: start; }
.art-grid { display: grid; gap: 62px 2.6vw; grid-template-columns: repeat(3,minmax(0,1fr)); }
.art-card { min-width: 0; }
.art-image-wrap { align-items: center; background: transparent; border: 0; cursor: zoom-in; display: flex; height: clamp(390px,43vw,540px); justify-content: center; overflow: hidden; padding: 0; position: relative; width: 100%; }
.art-image-wrap img { height: 100%; object-fit: contain; transition: transform .8s cubic-bezier(.2,.7,.2,1); width: 100%; }
.art-image-wrap:hover img { transform: scale(1.025); }
.status { backdrop-filter: blur(8px); background: rgba(248,245,238,.88); left: 14px; padding: 8px 11px; position: absolute; top: 14px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.status-sold { background: #a72f28; color: white; }
.view-mark { align-items: center; background: rgba(255,255,255,.9); border-radius: 50%; bottom: 14px; display: flex; height: 38px; justify-content: center; opacity: 0; position: absolute; right: 14px; transform: translateY(5px); transition: opacity .25s, transform .25s; width: 38px; }
.art-image-wrap:hover .view-mark { opacity: 1; transform: none; }
.art-meta { align-items: start; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 16px; padding-top: 13px; }
.art-meta h3, .shop-card h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; margin: 0 0 5px; }
.art-meta p, .art-facts { color: rgba(23,22,18,.57); font-size: 11px; letter-spacing: .08em; line-height: 1.6; margin: 0; text-transform: uppercase; }
.art-facts { display: flex; flex-direction: column; text-align: right; }

.statement { background: var(--moss); color: white; display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.statement-image { align-self: center; height: min(620px,75vh); justify-self: center; margin: 60px 4vw 60px 6vw; max-width: 520px; overflow: hidden; width: calc(100% - 10vw); }
.statement-image img { height: 100%; object-fit: contain; object-position: center; width: 100%; }
.statement-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 9vw; }
.quote-mark { color: #bd9c7c; font-family: var(--serif); font-size: 84px; height: 55px; line-height: 1; }
.statement blockquote { font-size: clamp(38px, 4vw, 65px); letter-spacing: -.035em; line-height: 1.09; margin: 28px 0 38px; }
.statement-copy p { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.quote-mark-closing { align-self: flex-end; height: 42px; margin-top: -28px; }

.shop-section, .shop-listing { isolation: isolate; overflow: hidden; overflow: clip; position: relative; }
.shop-section { background: var(--paper); }
.prints-section { align-items: center; background: var(--paper); display: grid; gap: 7vw; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); }
.prints-visual img { width: 100%; }
.prints-copy h2, .prints-page h2 { font-family: var(--serif); font-size: clamp(48px,5.4vw,88px); font-weight: 400; letter-spacing: -.05em; line-height: .94; margin: 0 0 28px; }
.prints-copy > p:not(.eyebrow), .prints-page > div > p:not(.eyebrow) { font-family: var(--serif); font-size: 21px; line-height: 1.55; margin: 0; max-width: 560px; }
.prints-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin: 36px 0 24px; }
.prints-copy small { display: block; font-size: 11px; letter-spacing: .08em; line-height: 1.55; max-width: 500px; text-transform: uppercase; }
.prints-page { align-items: center; display: grid; gap: 7vw; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); padding-top: 35px; }
.prints-page > img { width: 100%; }
.prints-page .button { margin: 34px 18px 24px 0; }
.section-note { font-family: var(--serif); font-size: 19px; line-height: 1.5; margin: 0; max-width: 430px; }
.shop-row { display: grid; gap: 2.2vw; grid-template-columns: repeat(4, minmax(0, 1fr)); position: relative; }
.shop-card { min-width: 0; position: relative; }
.shop-card > a, .shop-card > button { background: #e1dbcf; border: 0; bottom: auto; cursor: zoom-in; display: block; inset: auto; overflow: hidden; padding: 0; position: relative; right: auto; width: 100%; }
.shop-card img { aspect-ratio: 4/5; object-fit: cover; transition: opacity .25s; width: 100%; }
.shop-card > a:hover img, .shop-card > button:hover img { opacity: .9; }
.shop-card > div { min-height: 116px; padding: 18px 0 30px; position: relative; }
.shop-card > div > span { font-size: 11px; letter-spacing: .16em; opacity: .55; text-transform: uppercase; }
.shop-card h3 { font-size: 26px; margin: 8px 0 2px; }
.shop-card p { font-size: 13px; margin: 0; opacity: .68; }
.shop-card > div > a { bottom: 5px; font-size: 11px; letter-spacing: .12em; position: absolute; right: 0; text-transform: uppercase; }

.commissions { background: #1b1a17; color: white; display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; }
.commission-art { align-items: center; background: #12120f; display: flex; justify-content: center; overflow: hidden; }
.commission-art img { height: 100%; object-fit: contain; width: 100%; }
.commission-copy { align-self: center; padding: 8vw; }
.commission-copy h2 { font-family: var(--serif); font-size: clamp(52px, 5.5vw, 91px); font-weight: 400; letter-spacing: -.05em; line-height: .92; margin: 0 0 34px; }
.commission-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); font-family: var(--serif); font-size: 20px; line-height: 1.6; margin: 0 0 35px; max-width: 560px; }
.commission-copy ol { border-top: 1px solid rgba(255,255,255,.2); list-style: none; margin: 0 0 40px; padding: 0; }
.commission-copy li { border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 17px; padding: 15px 0; }
.commission-copy li span { display: inline-block; font-family: var(--sans); font-size: 11px; letter-spacing: .1em; opacity: .55; width: 50px; }

.contact-section { display: grid; gap: 10vw; grid-template-columns: .75fr 1.25fr; }
.contact-copy > p:not(.eyebrow) { font-family: var(--serif); font-size: 21px; line-height: 1.55; max-width: 450px; }
.contact-copy .social-links { margin-top: 38px; }
.contact-form { display: grid; gap: 28px 22px; grid-template-columns: 1fr 1fr; }
.contact-form label { display: flex; flex-direction: column; gap: 10px; }
.contact-form label span { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); outline: none; padding: 9px 0 13px; width: 100%; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--copper); }
.contact-form textarea { resize: vertical; }
.contact-form .full { grid-column: 1/-1; }
.contact-form .consent { align-items: flex-start; flex-direction: row; gap: 9px; }
.contact-form .consent input { margin-top: -1px; width: 14px; }
.contact-form .consent span { letter-spacing: .06em; line-height: 1.4; text-transform: none; }
.contact-form .button { justify-self: start; }
.form-success { align-self: center; color: var(--moss); font-family: var(--serif); font-size: 15px; margin: 0; }

footer { background: var(--white); padding: 70px 6vw 30px; }
.footer-contact { align-items: start; background: var(--ink); color: white; display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; margin: -70px -6vw 70px; padding: 90px 6vw; }
.footer-contact h2 { font-family: var(--serif); font-size: clamp(48px,5vw,82px); font-weight: 400; letter-spacing: -.045em; line-height: .96; margin: 0 0 24px; }
.footer-contact > div > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-family: var(--serif); font-size: 18px; line-height: 1.55; max-width: 420px; }
.footer-contact .social-links { margin-top: 32px; }
.footer-contact .contact-form input, .footer-contact .contact-form textarea { border-bottom-color: rgba(255,255,255,.27); color: white; }
.footer-contact .contact-form .consent span { color: rgba(255,255,255,.66); }
.footer-contact .contact-form .button-light { background: #5b4840; border-color: #5b4840; color: #fff; }
.footer-contact .contact-form .button-light:hover { background: #765d50; border-color: #765d50; color: #fff; }
.footer-brand-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 60px; }
.footer-brand-row > img { height: auto; max-height: 42px; object-fit: contain; object-position: left center; width: min(185px,15vw); }
.footer-brand-row > p { font-family: var(--serif); font-size: 18px; margin: 0; max-width: 300px; }
.footer-brand-row .social-links { justify-self: end; }
.footer-top { align-items: center; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 60px; }
.footer-top > img { height: auto; max-height: 42px; object-fit: contain; object-position: left center; width: min(185px,15vw); }
.footer-top > p { font-family: var(--serif); font-size: 18px; margin: 0; max-width: 300px; }
.footer-top .social-links { justify-self: end; }
.footer-bottom { align-items: center; display: grid; font-size: 11px; grid-template-columns: 1fr 1fr 1fr; letter-spacing: .1em; padding-top: 25px; text-transform: uppercase; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; }
.footer-bottom > a { justify-self: end; }

.lightbox { align-items: center; background: rgba(16,15,13,.96); display: flex; inset: 0; justify-content: center; padding: 4vw; position: fixed; z-index: 100; }
.lightbox-close { background: none; border: 0; color: white; cursor: pointer; font-family: var(--serif); font-size: 48px; line-height: 1; position: absolute; right: 3vw; top: 2vw; }
.lightbox-inner { align-items: center; color: white; display: grid; gap: 6vw; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); max-height: 88vh; max-width: 1240px; }
.lightbox-inner > img { height: 82vh; object-fit: contain; width: 100%; }
.lightbox-inner h2 { font-size: clamp(48px, 6vw, 86px); margin: 0 0 25px; }
.lightbox-inner > div > p:not(.eyebrow) { border-bottom: 1px solid rgba(255,255,255,.2); font-size: 11px; letter-spacing: .1em; margin: 0; padding: 12px 0; text-transform: uppercase; }
.lightbox-inner .button { margin-top: 28px; }

.page-intro { align-items: end; display: grid; gap: 5vw; grid-template-columns: 1fr minmax(280px,.55fr); padding-bottom: 90px; }
.page-intro .eyebrow { grid-column: 1/-1; margin-bottom: -30px; }
.page-intro h1, .artwork-detail-copy h1, .cart-page > h1, .checkout-page h1, .confirmation-page h1, .legal-page h1, .not-found h1 { font-family: var(--serif); font-size: clamp(64px,8vw,130px); font-weight: 400; letter-spacing: -.06em; line-height: .86; margin: 0; }
.page-intro > p:last-child { font-family: var(--serif); font-size: 22px; line-height: 1.55; margin: 0; max-width: 540px; }
.gallery-page { padding-top: 35px; }
.gallery-toolbar { border-bottom: 1px solid var(--line); display: flex; gap: 30px; margin-bottom: 60px; overflow-x: auto; }
.gallery-toolbar button { background: none; border: 0; cursor: pointer; flex: 0 0 auto; font-size: 12px; letter-spacing: .14em; opacity: .45; padding: 12px 0; position: relative; text-transform: uppercase; }
.gallery-toolbar button.active { opacity: 1; }
.gallery-toolbar button.active::after { background: var(--ink); bottom: -1px; content: ""; height: 1px; left: 0; position: absolute; width: 100%; }
.gallery-empty { font-family: var(--serif); font-size: 28px; padding: 50px 0; }
.art-card[hidden] { display: none; }
.shop-listing { padding-top: 20px; }
.shop-grid { grid-template-columns: repeat(3,1fr); row-gap: 70px; }
.shop-card > div > form { bottom: 5px; position: absolute; right: 0; }
.shop-card form button { background: none; border: 0; cursor: pointer; font-size: 11px; letter-spacing: .12em; padding: 0; text-transform: uppercase; }
.center-action { display: flex; justify-content: center; margin-top: 65px; }

.artwork-detail { align-items: center; display: grid; gap: 8vw; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); }
.artwork-detail-image { align-items: center; background: transparent; display: flex; justify-content: center; min-height: 680px; }
.artwork-detail-image img { height: auto; max-height: min(78vh,940px); max-width: 100%; object-fit: contain; width: auto; }
.artwork-detail-copy { max-width: 620px; }
.artwork-detail-copy h1 { font-size: clamp(60px,7vw,108px); }
.detail-facts { border-top: 1px solid var(--line); margin: 45px 0 30px; }
.detail-facts p { border-bottom: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 18px; justify-content: space-between; margin: 0; padding: 15px 0; }
.detail-facts span { font-family: var(--sans); font-size: 11px; letter-spacing: .14em; opacity: .55; text-transform: uppercase; }
.detail-status { font-weight: 400; }
.detail-status-sold { color: #a72f28; }
.detail-note { font-family: var(--serif); font-size: 19px; line-height: 1.6; margin: 0 0 30px; }
.detail-action { margin: 0; }
.detail-back { display: flex; margin-top: 28px; width: max-content; }
.print-option-link { margin-top: 26px; }

.cart-page { min-height: 70vh; }
.cart-page > h1 { font-size: clamp(58px,7vw,105px); margin-bottom: 70px; }
.empty-cart { max-width: 600px; }
.empty-cart p { font-family: var(--serif); font-size: 24px; line-height: 1.5; }
.cart-form { display: inline-block; width: calc(100% - 390px); }
.cart-line { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 120px 1fr 110px 110px; padding: 22px 0; }
.cart-line > a img { height: 140px; object-fit: cover; width: 110px; }
.cart-line > div > span, .cart-line label span { font-size: 11px; letter-spacing: .13em; opacity: .6; text-transform: uppercase; }
.cart-line h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 5px 0; }
.cart-line p { font-size: 12px; margin: 0; opacity: .62; text-transform: uppercase; }
.cart-line label { display: flex; flex-direction: column; gap: 8px; }
.cart-line input { background: transparent; border: 1px solid var(--line); padding: 9px; width: 70px; }
.cart-line strong { font-family: var(--serif); font-size: 18px; text-align: right; }
.cart-actions { border-top: 1px solid var(--line); display: flex; gap: 25px; justify-content: space-between; padding-top: 25px; }
.cart-actions button { background: none; cursor: pointer; }
.cart-summary { background: var(--white); float: right; padding: 35px; width: 340px; }
.cart-summary p, .order-summary > p { border-bottom: 1px solid var(--line); display: flex; font-size: 11px; justify-content: space-between; margin: 0; padding: 14px 0; }
.cart-summary .total, .order-summary .total { font-family: var(--serif); font-size: 20px; }
.cart-summary .button { margin-top: 25px; width: 100%; }

.checkout-page { align-items: start; display: grid; gap: 8vw; grid-template-columns: minmax(0,1fr) 400px; }
.checkout-page h1 { font-size: clamp(58px,6vw,92px); margin-bottom: 55px; }
.checkout-form { display: grid; gap: 28px 22px; grid-template-columns: 1fr 1fr; }
.checkout-form label { display: flex; flex-direction: column; gap: 10px; }
.checkout-form label span { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.checkout-form input, .checkout-form textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; padding: 10px 0 13px; }
.checkout-form .full { grid-column: 1/-1; }
.checkout-form .consent { align-items: start; flex-direction: row; }
.checkout-form .consent input { margin-top: 2px; width: auto; }
.checkout-form .consent span { letter-spacing: .05em; line-height: 1.4; text-transform: none; }
.checkout-form .button { justify-self: start; }
.order-summary { background: var(--white); padding: 34px; position: sticky; top: 30px; }
.order-summary h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 0 0 25px; }
.summary-line { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 55px 1fr auto; padding: 12px 0; }
.summary-line img { height: 60px; object-fit: cover; width: 50px; }
.summary-line span { font-family: var(--serif); font-size: 15px; }
.summary-line strong { font-size: 11px; }
.order-summary small { display: block; line-height: 1.5; margin-top: 20px; opacity: .6; }

.contact-banner { background: var(--paper); overflow: hidden; width: 100%; }
.contact-banner img { height: auto; width: 100%; }
.contact-intro { padding-bottom: 55px; }
.contact-page { display: grid; gap: 10vw; grid-template-columns: .75fr 1.25fr; padding-top: 35px; }
.contact-aside h2 { font-family: var(--serif); font-size: 34px; font-weight: 400; margin-top: 0; }
.contact-aside > p { font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.contact-aside dl { border-top: 1px solid var(--line); margin: 35px 0; }
.contact-aside dl div { border-bottom: 1px solid var(--line); padding: 14px 0; }
.contact-aside dt { font-size: 11px; letter-spacing: .13em; margin-bottom: 6px; text-transform: uppercase; }
.contact-aside dd { font-family: var(--serif); margin: 0; }
.confirmation-page, .not-found { min-height: 65vh; max-width: 1050px; }
.confirmation-page h1, .not-found h1 { margin-bottom: 35px; }
.confirmation-page > p:not(.eyebrow), .not-found > p:not(.eyebrow) { font-family: var(--serif); font-size: 23px; line-height: 1.55; max-width: 700px; }
.order-reference { border-top: 1px solid var(--line); padding-top: 20px; }
.confirmation-page .button, .not-found .button { margin-top: 25px; }
.legal-page { margin: 0 auto; max-width: 920px; }
.legal-page h1 { margin-bottom: 45px; }
.legal-page h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 45px 0 10px; }
.legal-page p { font-family: var(--serif); font-size: 18px; line-height: 1.7; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { background: rgba(18,18,15,.98); flex-direction: column; inset: 0; justify-content: center; opacity: 0; padding: 10vw; pointer-events: none; position: fixed; transform: translateY(-15px); transition: opacity .25s, transform .25s; z-index: -1; }
  .site-header nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-header nav a { font-family: var(--serif); font-size: 42px; letter-spacing: -.02em; text-transform: none; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .header-tools > .social-links { display: none; }
  .art-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shop-row { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .commissions { min-height: 700px; }
  .commission-copy { padding: 7vw; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 22px; }
  .brand { width: 155px; }
  .brand img { max-height: 32px; }
  .header-tools { gap: 14px; }
  .bag-link { display: inline-flex; }
  .hero { min-height: 680px; padding: 110px 25px 110px; }
  .hero h1 { font-size: clamp(57px, 18vw, 86px); line-height: .84; }
  .hero-intro { font-size: 18px; margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-social, .video-control { display: none; }
  .scroll-cue { left: 25px; }
  .section-pad { padding: 85px 22px; }
  .intro-section { gap: 35px; grid-template-columns: 1fr; }
  .intro-heading h2, .section-head h2, .contact-copy h2 { font-size: 50px; }
  .intro-copy > p { font-size: 22px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 30px; margin-bottom: 42px; }
  .filters { gap: 20px; width: 100%; }
  .collection-actions { align-self: flex-end; }
  .art-slider { grid-auto-columns: min(82vw,350px); }
  .art-grid { display: block; }
  .art-grid .art-card { margin: 0 0 50px; }
  .art-image-wrap { height: 430px; }
  .art-meta { gap: 15px; }
  .art-facts { font-size: 8px; }
  .statement { display: block; min-height: 0; padding: 22px; }
  .statement-image { height: 480px; margin: 0 auto; width: 100%; }
  .statement-copy { padding: 75px 8px 65px; }
  .statement blockquote { font-size: 40px; }
  .shop-row { display: block; }
  .shop-card { margin-bottom: 50px; }
  .prints-section, .prints-page { display: block; }
  .prints-copy, .prints-page > div { padding-top: 55px; }
  .prints-actions { align-items: flex-start; flex-direction: column; }
  .commissions { display: block; min-height: 0; }
  .commission-art { height: 480px; }
  .commission-copy { padding: 80px 22px; }
  .commission-copy h2 { font-size: 54px; }
  .contact-section { display: block; }
  .contact-copy { margin-bottom: 70px; }
  .contact-form { display: block; }
  .contact-form label { margin-bottom: 28px; }
  .contact-form .button { margin-top: 10px; }
  .footer-top { align-items: start; gap: 30px; grid-template-columns: 1fr; }
  .footer-top > img { max-height: 32px; width: 155px; }
  .footer-top .social-links { justify-self: start; }
  .footer-bottom { align-items: start; gap: 25px; grid-template-columns: 1fr; }
  .footer-bottom div { justify-content: flex-start; }
  .footer-bottom > a { justify-self: start; }
  .lightbox { align-items: flex-start; overflow-y: auto; padding: 70px 22px 35px; }
  .lightbox-inner { display: block; max-height: none; }
  .lightbox-inner > img { height: auto; max-height: 60vh; }
  .lightbox-inner > div { padding-top: 35px; }
  .lightbox-close { right: 20px; top: 12px; }
}

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

@media (max-width: 1050px) {
  .site-header.is-inner nav { color: white; }
  .site-header.is-inner nav a { color: white; }
  .site-header.is-inner .menu-button { color: var(--ink); }
  .page-intro { grid-template-columns: 1fr; }
  .page-intro .eyebrow { margin-bottom: -10px; }
  .artwork-detail { gap: 5vw; }
  .artwork-detail-image { min-height: 0; }
  .cart-form { width: 100%; }
  .cart-summary { float: none; margin-top: 55px; width: 100%; }
  .checkout-page { grid-template-columns: 1fr 340px; }
}

@media (max-width: 760px) {
  .inner-page #main-content { padding-top: 78px; }
  .site-header.is-inner { height: 78px; }
  .page-intro { padding-bottom: 55px; }
  .page-intro h1, .artwork-detail-copy h1, .cart-page > h1, .checkout-page h1, .confirmation-page h1, .legal-page h1, .not-found h1 { font-size: 57px; }
  .page-intro > p:last-child { font-size: 19px; }
  .gallery-toolbar { gap: 22px; margin-bottom: 40px; }
  .shop-grid { display: block; }
  .artwork-detail { display: block; }
  .artwork-detail-image { margin-bottom: 45px; }
  .artwork-detail-image img { height: auto; max-height: none; }
  .cart-line { align-items: start; grid-template-columns: 82px 1fr auto; }
  .cart-line > a img { height: 100px; width: 75px; }
  .cart-line label { grid-column: 2; }
  .cart-line > strong { grid-column: 3; grid-row: 1; }
  .checkout-page { display: flex; flex-direction: column-reverse; }
  .checkout-page > div, .order-summary { width: 100%; }
  .order-summary { position: static; }
  .checkout-form { display: block; }
  .checkout-form label { margin-bottom: 28px; }
  .contact-page { display: block; }
  .contact-aside { margin-bottom: 65px; }
  .footer-contact { display: block; margin: -70px -6vw 70px; padding: 75px 6vw; }
  .footer-contact > div { margin-bottom: 55px; }
  .footer-brand-row { align-items: start; gap: 30px; grid-template-columns: 1fr; }
  .footer-brand-row > img { max-height: 32px; width: 155px; }
  .footer-brand-row .social-links { justify-self: start; }
}
