@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dm-mono-400.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/dm-mono-500.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dm-sans-400.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/dm-sans-500.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/dm-sans-700.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/playfair-display-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/playfair-display-italic-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/playfair-display-italic-700.ttf') format('truetype');
}

:root {
  --ink: #111719;
  --muted: #667074;
  --paper: #f2efe8;
  --paper-bright: #faf9f5;
  --night: #101719;
  --night-soft: #182326;
  --lime: #d8e86b;
  --primary: #e8af06;
  --blue: #a5c6e8;
  --line: rgba(17, 23, 25, .16);
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.shell { width: min(calc(100% - 64px), var(--max-width)); margin: 0 auto; }

.site-header { align-items: center; display: flex; justify-content: space-between; padding: 27px 0; }
.brand, .footer-brand { align-items: center; display: inline-flex; font-weight: 700; gap: 11px; letter-spacing: -.03em; text-decoration: none; }
.brand img { border-radius: 50%; height: 29px; object-fit: cover; width: 29px; }
.archive-label, .kicker, .image-note, .hero-caption, .footer-year { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.archive-label { align-items: center; color: var(--muted); display: flex; gap: 9px; }
.pulse { background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 5px rgba(250, 118, 87, .14); height: 7px; width: 7px; }

.hero { align-items: center; display: grid; gap: 7%; grid-template-columns: minmax(300px, .8fr) 1.2fr; min-height: 680px; padding-bottom: 95px; padding-top: 80px; }
.kicker { color: #8a4d3f; font-weight: 500; margin: 0 0 23px; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.07em; line-height: .95; }
h1 { font-size: clamp(5.3rem, 11vw, 9.8rem); margin: 0 0 38px; }
h1 em, h2 em { color: var(--primary); font-family: 'Playfair Display', Georgia, serif; font-weight: 600; letter-spacing: -.08em; }
.hero-intro { color: #465256; font-size: 18px; line-height: 1.5; max-width: 340px; }
.text-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-weight: 700; gap: 18px; margin-top: 20px; padding-bottom: 7px; text-decoration: none; }
.text-link span { color: var(--primary); }
.hero-art { min-height: 470px; padding: 16px 0 0 30px; position: relative; }
.hero-number { color: var(--paper); font-family: 'DM Mono', monospace; font-size: 12px; left: 4px; position: absolute; top: 58px; z-index: 2; }
.hero-header-image { box-shadow: 26px 27px 0 var(--primary); height: auto; margin: 108px 0 0 0; max-width: calc(100% - 32px); object-fit: cover; position: relative; width: 100%; z-index: 1; }
.hero-caption { color: var(--muted); margin: 42px 0 0 auto; width: max-content; }

.quotes-band { background: var(--night); color: var(--paper); padding: 108px 0 120px; }
.quotes-band .shell { width: min(calc(100% - 64px), 1320px); }
.quotes-band .kicker { color: var(--lime); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 65px; }
h2 { font-size: clamp(3.3rem, 7vw, 6.5rem); margin-bottom: 0; }
.quotes-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.quote { border-left: 1px solid rgba(242, 239, 232, .25); display: flex; flex-direction: column; justify-content: space-between; min-height: 245px; padding: 0 8px; }
.quote:first-child { border-left: 0; padding-left: 0; }
.quote:last-child { padding-right: 0; }
.quote blockquote { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.2; margin: 0; max-width: 370px; }
.quote-featured blockquote { color: var(--lime); font-size: clamp(3.7rem, 7vw, 6.5rem); letter-spacing: -.08em; line-height: .85; }
.quote figcaption { color: #9aa5a5; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

.story { display: grid; gap: 9%; grid-template-columns: minmax(280px, .9fr) 1fr; padding-bottom: 150px; padding-top: 150px; }
.story-image-wrap { align-self: start; position: relative; }
.story-image { filter: saturate(.7); height: 650px; object-fit: cover; width: 100%; }
.image-note { background: var(--lime); bottom: 16px; color: var(--ink); left: -15px; padding: 7px 13px; position: absolute; transform: rotate(-4deg); }
.story-copy { max-width: 560px; padding-top: 33px; }
.story-copy .kicker { color: #8a4d3f; }
.story-copy h2 { font-size: clamp(3rem, 4.5vw, 4.5rem); line-height: .93; margin-bottom: 35px; }
.story-copy p:not(.kicker) { color: #536064; font-size: 17px; max-width: 510px; }
.story-copy strong { color: var(--ink); }
.story-copy .closing-line { border-left: 3px solid var(--primary); color: var(--ink); font-family: 'Playfair Display', Georgia, serif; font-size: 22px; line-height: 1.25; margin-top: 39px; padding-left: 21px; }

.numbers { background: var(--primary); color: var(--ink); padding: 64px 0; }
.numbers-grid { align-items: center; display: grid; gap: 25px; grid-template-columns: repeat(4, 1fr); }
.number-item { border-right: 1px solid rgba(17, 23, 25, .28); display: flex; flex-direction: column; }
.number-item:last-of-type { border-right: 0; }
.number-item strong { font-size: clamp(2.5rem, 5vw, 4.6rem); letter-spacing: -.08em; line-height: .9; }
.number-item span { font-family: 'DM Mono', monospace; font-size: 10px; margin-top: 15px; text-transform: uppercase; }
.numbers-note { font-family: 'Playfair Display', Georgia, serif; font-size: 23px; grid-column: 1 / -1; line-height: 1.1; margin: 15px 0 0; transform: rotate(-3deg); }

.press { align-items: center; display: grid; gap: 8%; grid-template-columns: 1fr 2.8fr; min-height: 600px; padding-bottom: 110px; padding-top: 120px; }
.press-mark { color: var(--primary); font-family: 'Playfair Display', Georgia, serif; font-size: 18rem; line-height: .7; }
.press h2 { font-size: clamp(3.2rem, 6vw, 6rem); margin-bottom: 35px; }
.press-summary { color: var(--muted); font-size: 18px; max-width: 475px; }
.button-link { align-items: center; border-bottom: 1px solid var(--ink); display: inline-flex; font-weight: 700; gap: 25px; margin-top: 17px; padding-bottom: 8px; text-decoration: none; }
.button-link span { color: var(--primary); font-size: 21px; }

.gallery { padding-bottom: 150px; padding-top: 130px; }
.gallery-heading { align-items: end; display: grid; gap: 8%; grid-template-columns: 1.4fr .6fr; margin-bottom: 72px; }
.gallery h2 { font-size: clamp(3.3rem, 7vw, 6.5rem); }
.gallery-intro { color: var(--muted); font-size: 17px; line-height: 1.5; margin: 0 0 5px; max-width: 290px; }
.gallery-grid { display: grid; gap: 76px 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-item { margin: 0; }
.gallery-image-frame { aspect-ratio: 4 / 3; background: var(--paper-bright); border: 1px solid var(--line); overflow: hidden; }
.gallery-item--portrait .gallery-image-frame { aspect-ratio: 3 / 4; }
.gallery-image-frame img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.gallery-item:hover .gallery-image-frame img { transform: scale(1.025); }
.gallery-item figcaption { border-top: 1px solid var(--line); color: var(--muted); display: grid; font-size: 13px; gap: 18px; grid-template-columns: 53px 1fr; line-height: 1.5; margin-top: 15px; padding-top: 11px; }
.gallery-index { color: var(--primary); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .04em; }

.site-footer { align-items: start; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 38px; padding-top: 28px; }
.footer-brand img { border-radius: 50%; height: 24px; object-fit: cover; width: 24px; }
.site-footer p { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0; }
.footer-year { color: var(--muted); justify-self: end; padding-top: 5px; }

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 38px), var(--max-width)); }
  .site-header { padding-top: 21px; }
  .archive-label { font-size: 9px; }
  .hero { display: block; min-height: auto; padding-bottom: 78px; padding-top: 75px; }
  h1 { font-size: clamp(4.7rem, 22vw, 8rem); }
  .hero-intro { font-size: 16px; }
  .hero-art { margin-top: 67px; min-height: 270px; padding-left: 17px; }
  .sun { height: 145px; right: 2%; width: 145px; }
  .hero-header-image { box-shadow: 13px 14px 0 var(--blue); margin-top: 62px; max-width: calc(100% - 15px); }
  .hero-caption { font-size: 8px; margin-top: 27px; }
  .quotes-band { padding: 77px 0 82px; }
  .quotes-band .shell { width: min(calc(100% - 38px), 1320px); }
  .section-heading { display: block; margin-bottom: 48px; }
  .section-heading h2 { font-size: 3.6rem; }
  .quotes-grid { display: block; }
  .quote, .quote:first-child { border-left: 0; border-top: 1px solid rgba(242, 239, 232, .25); min-height: 0; padding: 31px 0; }
  .quote:first-child { border-top: 0; padding-top: 0; }
  .quote blockquote { margin-bottom: 34px; }
  .quote-featured blockquote { font-size: 4.8rem; margin-bottom: 28px; }
  .story { display: block; padding-bottom: 92px; padding-top: 92px; }
  .story-image { height: 470px; }
  .story-copy { padding-top: 75px; }
  .story-copy h2 { font-size: 3.2rem; margin-bottom: 31px; }
  .story-copy p:not(.kicker) { font-size: 16px; }
  .numbers { padding: 49px 0 42px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; row-gap: 38px; }
  .number-item { border-right: 0; }
  .number-item:nth-child(2) { border-left: 1px solid rgba(17, 23, 25, .28); padding-left: 21px; }
  .number-item strong { font-size: 3.2rem; }
  .numbers-note { grid-column: span 2; margin-left: 0; margin-top: 8px; }
  .press { display: block; min-height: auto; padding-bottom: 88px; padding-top: 92px; }
  .press-mark { font-size: 10rem; margin-bottom: 31px; }
  .press h2 { font-size: 3.8rem; }
  .gallery { padding-bottom: 92px; padding-top: 92px; }
  .gallery-heading { display: block; margin-bottom: 49px; }
  .gallery h2 { font-size: 3.8rem; }
  .gallery-intro { font-size: 16px; margin-top: 28px; max-width: 340px; }
  .gallery-grid { gap: 49px 18px; grid-template-columns: 1fr; }
  .gallery-item--portrait .gallery-image-frame { aspect-ratio: 4 / 3; }
  .gallery-item figcaption { font-size: 13px; gap: 14px; grid-template-columns: 48px 1fr; }
  .site-footer { gap: 22px; grid-template-columns: 1fr 1fr; }
  .site-footer p { grid-column: span 2; grid-row: 2; }
  .footer-year { grid-column: 2; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
