:root {
  --paper: #f4efe6;
  --paper-soft: #f8f4ed;
  --paper-deep: #ece4d7;
  --ink: #1d1a17;
  --muted: #756f66;
  --line: rgba(29, 26, 23, 0.14);
  --amazon-orange: #ff9900;
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Garamond, "Adobe Garamond Pro", "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.55;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }

.site-header {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  text-decoration: none;
  font-size: clamp(1.5rem, 2vw, 2.05rem);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.nav a,
.prints-nav {
  text-decoration: none;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

.nav a:hover,
.nav a:focus-visible {
  border-color: currentColor;
}

.prints-nav {
  background: var(--amazon-orange);
  padding: 11px 15px;
  color: var(--ink);
  opacity: .72;
}

main { overflow: hidden; }

.eyebrow {
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .64rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
}

.hero {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: clamp(44px, 5vw, 76px) 0 clamp(52px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
}

.hero-art {
  height: min(50vw, 650px);
  min-height: 500px;
  overflow: hidden;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 40%;
}

.hero-copy { max-width: 500px; }

.hero h1,
.notes h2,
.work h2,
.about h2,
.connect h2,
.prints-panel h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.04;
}

.hero h1 {
  font-size: clamp(3.1rem, 5.7vw, 6.2rem);
  letter-spacing: -.03em;
}

.dek {
  margin: 22px 0 0;
  max-width: 430px;
  font-size: clamp(1.02rem, 1.55vw, 1.28rem);
  line-height: 1.45;
}

.quote-band {
  padding: clamp(34px, 4vw, 54px) 24px;
  text-align: center;
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-band blockquote {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.5rem);
  font-weight: 400;
  line-height: 1.12;
}

.quote-band p {
  margin: 8px 0 0;
  color: var(--muted);
}

.notes {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: clamp(48px, 6vw, 86px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .82fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.notes-art {
  height: min(28vw, 400px);
  overflow: hidden;
}

.notes-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.notes-copy { max-width: 500px; }

.notes h2,
.work h2,
.about h2,
.connect h2 {
  font-size: clamp(1.9rem, 3vw, 3.35rem);
}

.notes-copy p:last-child,
.about > p {
  margin: 18px 0 0;
  color: #3e3933;
  font-size: 1rem;
}

.work {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: clamp(46px, 6vw, 82px) 0 clamp(58px, 7vw, 96px);
  border-top: 1px solid var(--line);
}

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 42px);
}

.work-card {
  height: min(25vw, 365px);
  overflow: hidden;
  background: var(--paper-deep);
  position: relative;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* Blue: face pulled toward the left edge, leaving a larger field of blue on the right. */
.blue-work img {
  transform: scale(1.34) translateX(-8%);
  transform-origin: 44% 50%;
  object-position: 44% 47%;
}

/* Yellow: uses the user's pre-offset image, preserving the face at left and the yellow field at right. */
.yellow-work img {
  transform: scale(1.08);
  transform-origin: 50% 50%;
  object-position: 50% 50%;
}

.about {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: clamp(52px, 6vw, 88px) 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(40px, 7vw, 110px);
}

.about > p {
  max-width: 720px;
  margin-top: 4px;
}

.connect {
  background: var(--paper-deep);
  padding: clamp(58px, 7vw, 96px) max(32px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.text-link {
  display: inline-block;
  margin-top: 24px;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  font-size: 1.05rem;
}

.prints-panel {
  border-left: 1px solid var(--line);
  padding-left: clamp(30px, 4vw, 56px);
}

.prints-panel h3 {
  font-size: clamp(1.8rem, 2.8vw, 2.9rem);
}

.prints-panel > p:not(.eyebrow) {
  color: #4a453f;
}

.prints-button {
  margin-top: 20px;
  padding: 13px 20px;
  border: 0;
  background: var(--amazon-orange);
  color: #1d1a17;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 2px;
  opacity: .52;
  cursor: not-allowed;
}

.site-footer {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  min-height: 118px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: .88rem;
}

.site-footer p { margin: 0; }

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    padding: 22px 0;
    min-height: 0;
  }

  .nav {
    gap: 12px 18px;
    justify-content: flex-end;
  }

  .hero,
  .notes {
    grid-template-columns: 1fr;
  }

  .hero-art {
    height: 84vw;
    min-height: 500px;
  }

  .hero-copy { padding-top: 4px; }

  .notes-art {
    height: 52vw;
    min-height: 330px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    height: 48vw;
    min-height: 300px;
    max-height: 470px;
  }

  .blue-work img {
    transform: scale(1.28) translateX(-6%);
  }

  .yellow-work img {
    transform: scale(1.04);
  }

  .about,
  .connect {
    grid-template-columns: 1fr;
  }

  .prints-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 32px 0 0;
  }
}

@media (max-width: 620px) {
  body { font-size: 17px; }

  .site-header {
    width: min(calc(100% - 32px), var(--max));
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
  }

  .hero,
  .notes,
  .work,
  .about,
  .site-footer {
    width: min(calc(100% - 32px), var(--max));
  }

  .hero {
    padding-top: 34px;
  }

  .hero-art {
    min-height: 430px;
  }

  .quote-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .work-card {
    height: 56vw;
    min-height: 250px;
  }

  .blue-work img {
    transform: scale(1.22) translateX(-4%);
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
