@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f4f2eb;
  --ink: #273c34;
  --muted: #68726b;
  --line: #d4d8cd;
  --accent: #b2bc94;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 14px 20px; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: inline-flex; gap: 14px; align-items: center; text-decoration: none; }
.brand-mark { width: 37px; height: 43px; display: grid; place-content: center; border: 1px solid var(--ink); border-radius: 48% 48% 3px 3px; font: italic 35px/.7 var(--serif); padding-bottom: 6px; }
.brand-name { display: block; font-size: 14px; font-weight: 650; letter-spacing: -.02em; }
.brand-note { display: block; margin-top: 5px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; }
.site-nav a { text-decoration: none; padding-block: 10px; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-nav .enquire { border: 1px solid var(--line); padding: 12px 18px; border-radius: 2px; }
.arrow { display: inline-block; margin-left: 9px; }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(40px, 6vw, 92px); padding-block: 72px 82px; }
.eyebrow { margin: 0 0 26px; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .19em; font-weight: 600; }
.eyebrow::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--ink); margin-right: 12px; vertical-align: 1px; }
h1 { font: 400 clamp(68px, 7.7vw, 110px)/.94 var(--serif); letter-spacing: -.055em; margin: 0 0 31px; }
h1 em { font-weight: 400; color: #637852; }
.hero-intro { max-width: 320px; font-size: 14px; line-height: 1.85; color: #56635b; margin: 0 0 27px; }
.text-link { display: inline-flex; align-items: center; gap: 23px; padding-block: 7px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 12px; font-weight: 600; }
.text-link:hover { color: #60794c; }
.hero-footnote { margin: 58px 0 0; display: flex; align-items: center; gap: 12px; font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); }
.hero-footnote::before { content: ""; width: 27px; height: 1px; background: var(--line); }

figure { margin: 0; }
.hero-work { position: relative; }
.hero-work::before { content: ""; position: absolute; inset: 24px -20px 48px 26px; border: 1px solid #c7cebc; border-radius: 1px; transform: rotate(3deg); z-index: -1; }
.art-link { display: block; text-decoration: none; cursor: zoom-in; }
.hero-frame { background: #e7e8dc; padding: 26px; box-shadow: 0 13px 32px -27px #172a20; }
.hero-frame img { width: 100%; height: auto; }
figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 19px; }
.work-title { font: 400 18px/1.35 var(--serif); margin: 0; }
.work-detail { display: block; margin-top: 6px; font-size: 10px; line-height: 1.6; color: var(--muted); }
.work-index { padding-top: 3px; font-size: 10px; color: var(--muted); font-variant-numeric: tabular-nums; }

.section-head { display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 32px; margin-bottom: 38px; gap: 20px; }
.section-head h2 { font: 400 34px/1.2 var(--serif); letter-spacing: -.035em; margin: 0; }
.section-head p { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.collection-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px 60px; align-items: start; padding-bottom: 82px; }
.work-frame { padding: 22px; background: #e7e9df; transition: background-color .2s ease; }
.art-link:hover .work-frame { background: #dde2d1; }
.work-frame img { width: 100%; height: auto; }
.work:nth-child(2) { padding-top: 105px; }
.work:nth-child(3) { grid-column: 1 / -1; width: 68%; margin-left: 5%; }
.work:nth-child(3) .work-frame { padding: 28px; background: #eae6db; }

.about { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; padding: 52px 0 60px; border-top: 1px solid var(--line); }
.about-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; margin: 4px 0 0; }
.about h2 { margin: 0 0 20px; font: 400 clamp(31px, 3.4vw, 45px)/1.12 var(--serif); letter-spacing: -.03em; }
.about-copy { color: #56635b; font-size: 13px; line-height: 1.9; max-width: 560px; margin: 0 0 22px; }
.credits { margin-top: 34px; border-top: 1px solid var(--line); padding-top: 19px; font-size: 10px; color: var(--muted); line-height: 1.85; }
.credits a { text-underline-offset: 3px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; line-height: 1.7; color: var(--muted); }
.site-footer p { margin: 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 3px; }

.art-dialog { border: 0; border-radius: 2px; padding: 25px; width: min(1060px, calc(100vw - 40px)); max-height: calc(100dvh - 40px); overflow: auto; background: var(--paper); color: var(--ink); }
.art-dialog::backdrop { background: rgb(16 28 23 / 84%); }
.dialog-head { display: flex; gap: 20px; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.dialog-head h2 { font: 400 24px/1.3 var(--serif); margin: 0; }
.dialog-close { flex-shrink: 0; border: 1px solid var(--line); border-radius: 2px; padding: 10px 14px; cursor: pointer; background: transparent; color: var(--ink); font-size: 12px; }
.dialog-close:hover { background: #e4e8db; }
.dialog-image { width: auto; height: auto; max-height: 70dvh; margin-inline: auto; }
.dialog-caption { margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.dialog-caption a { text-underline-offset: 3px; }

@media (min-width: 1440px) {
  .hero { padding-block: 85px 98px; }
}
@media (max-width: 900px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 35px; padding-block: 60px; }
  h1 { font-size: clamp(62px, 8vw, 82px); }
  .hero-frame { padding: 17px; }
  .hero-footnote { margin-top: 35px; }
  .collection-grid { column-gap: 32px; }
  .work-frame { padding: 16px; }
  .about { gap: 35px; grid-template-columns: .65fr 1.35fr; }
}
@media (max-width: 620px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 84px; }
  .brand { gap: 10px; }
  .brand-mark { width: 29px; height: 35px; font-size: 28px; }
  .brand-name { font-size: 12px; }
  .brand-note { font-size: 8px; }
  .site-nav { gap: 18px; font-size: 11px; }
  .site-nav .enquire { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 45px 52px; gap: 35px; }
  .eyebrow { font-size: 9px; margin-bottom: 21px; }
  h1 { font-size: clamp(67px, 16vw, 91px); margin-bottom: 23px; }
  .hero-intro { font-size: 13px; max-width: 300px; margin-bottom: 18px; }
  .hero-footnote { margin-top: 26px; font-size: 8px; }
  .hero-work { margin-right: 8px; }
  .hero-work::before { inset: 15px -9px 50px 17px; transform: rotate(2deg); }
  .hero-frame { padding: 18px; }
  figcaption { padding-top: 15px; }
  .work-title { font-size: 18px; }
  .section-head { padding-top: 25px; margin-bottom: 27px; flex-direction: column; align-items: flex-start; gap: 11px; }
  .section-head h2 { font-size: 28px; }
  .section-head p { font-size: 10px; letter-spacing: .1em; }
  .work-detail { font-size: 11px; }
  .collection-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 44px; }
  .work:nth-child(2) { padding-top: 0; }
  .work:nth-child(3) { width: 100%; margin-left: 0; }
  .work-frame, .work:nth-child(3) .work-frame { padding: 18px; }
  .about { grid-template-columns: 1fr; padding-block: 31px 36px; gap: 23px; }
  .about-copy { font-size: 12px; }
  .credits { margin-top: 27px; font-size: 10px; }
  .site-footer { font-size: 9px; align-items: flex-start; }
  .art-dialog { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); padding: 16px; }
  .dialog-head h2 { font-size: 20px; }
  .dialog-image { max-height: 65dvh; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
