:root {
  --ink: #1d231f;
  --forest: #17392f;
  --forest-deep: #0d251e;
  --sage: #b9c5b8;
  --cream: #f3eee5;
  --paper: #fbf8f2;
  --gold: #a8793d;
  --muted: #6d726d;
  --line: rgba(29, 35, 31, 0.14);
  --shadow: 0 24px 70px rgba(13, 37, 30, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

h1,
h2,
h3,
.logo-text,
.display {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.skip-link {
  position: fixed;
  left: 14px;
  top: -80px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--paper);
  color: var(--forest);
}

.skip-link:focus {
  top: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 76px);
  background: rgba(251, 248, 242, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--gold);
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.brand-mark span {
  transform: rotate(-45deg);
  font-family: Georgia, serif;
  font-size: 18px;
}

.logo-text {
  display: block;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
}

.primary-nav a,
.header-shop,
.text-link,
.filter-button,
.social-link {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.primary-nav a {
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--gold);
}

.header-shop,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: white;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.header-shop:hover,
.button:hover,
.header-shop:focus-visible,
.button:focus-visible {
  transform: translateY(-2px);
  background: var(--forest-deep);
}

.button.secondary {
  background: transparent;
  color: var(--forest);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--forest);
}

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  background: var(--cream);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 130px) clamp(24px, 7vw, 110px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(60px, 6.7vw, 108px);
  line-height: 0.93;
  letter-spacing: -0.045em;
}

h1 em {
  color: var(--forest);
  font-style: italic;
}

.hero-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: #565e58;
  font-size: clamp(16px, 1.25vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}

.text-link {
  text-underline-offset: 6px;
}

.hero-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 620px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-note strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 400;
}

.hero-note span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-art {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #d8d5cd;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(13, 37, 30, 0.24));
}

.hero-floating-card {
  position: absolute;
  left: 7%;
  bottom: 8%;
  width: min(270px, 34%);
  padding: 11px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: rotate(-2.5deg);
}

.hero-floating-card img {
  width: 100%;
  height: clamp(160px, 18vw, 270px);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.hero-floating-card p {
  margin: 10px 4px 2px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.marquee {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 17px 22px;
  overflow: hidden;
  background: var(--forest);
  color: var(--cream);
}

.marquee span {
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.marquee b {
  color: #d8b373;
  font-weight: 400;
}

.section {
  padding: clamp(82px, 9vw, 140px) clamp(20px, 5.5vw, 86px);
}

.section-inner {
  width: min(1480px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  align-items: end;
  gap: 60px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.section-heading h2,
.story-copy h2,
.custom-copy h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.collection-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--forest);
  color: white;
}

.collection-card .collection-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  transition: transform 500ms ease;
}

.collection-card:hover .collection-image {
  transform: scale(1.025);
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 37, 30, 0.05), rgba(13, 37, 30, 0.88));
}

.collection-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
}

.collection-copy small {
  color: #e0c18e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.collection-copy h3 {
  margin: 9px 0 12px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
}

.collection-copy p {
  max-width: 560px;
  margin: 0;
  color: #e1e7e3;
  font-size: 14px;
}

.collection-card.is-wide {
  grid-column: span 2;
}

.work-section {
  background: #deded7;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(29, 35, 31, 0.22);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.filter-button[aria-pressed="true"] {
  border-color: var(--forest);
  background: var(--forest);
  color: white;
}

.piece-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.piece-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(29, 35, 31, 0.12);
  background: var(--paper);
}

.piece-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.piece-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3vw, 46px);
}

.piece-copy small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.piece-copy h3 {
  margin: 9px 0 14px;
  font-size: clamp(34px, 3.3vw, 50px);
  line-height: 1.02;
}

.piece-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.piece-meta {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.piece-meta li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.piece-meta span:first-child {
  color: var(--muted);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.card-actions button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--forest);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  padding: 0;
  background: var(--cream);
}

.story-art {
  display: grid;
  place-items: center;
  min-height: 680px;
  padding: clamp(42px, 6vw, 90px);
  background: var(--sage);
}

.story-frame {
  width: min(560px, 100%);
  padding: 14px;
  background: #f7f0e5;
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}

.story-frame img {
  width: 100%;
  aspect-ratio: 1.04;
  object-fit: cover;
}

.story-copy,
.custom-copy,
.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 8vw, 135px) clamp(28px, 7vw, 112px);
}

.story-quote {
  margin: 30px 0 0;
  color: #36423c;
  font-family: Georgia, serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.45;
}

.story-copy > p:not(.eyebrow):not(.story-quote),
.custom-copy > p:not(.eyebrow),
.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.custom-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
}

.custom-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.custom-visual img {
  width: calc(100% - 67px);
  height: calc(100% - 110px);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.custom-visual img:first-child {
  margin: 55px 12px 55px 55px;
}

.custom-visual img:last-child {
  height: calc(100% - 130px);
  margin: 110px 55px 20px 12px;
}

.process-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  padding: 16px 0 16px 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.process-list li::before {
  counter-increment: process;
  content: "0" counter(process);
  position: absolute;
  left: 0;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 17px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  background: var(--forest);
  color: white;
}

.contact-copy > p:not(.eyebrow) {
  color: #cbd5d0;
}

.social-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: clamp(55px, 8vw, 130px) clamp(28px, 7vw, 112px);
  background: var(--forest-deep);
}

.social-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  color: white;
  text-decoration: none;
  transition: background 160ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 46px clamp(20px, 5vw, 76px);
  background: #081b15;
  color: #f3eee5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.footer-links a {
  color: #cbd5d0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-note {
  color: #9eb0a8;
  font-size: 10px;
}

dialog {
  width: min(760px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
}

dialog::backdrop {
  background: rgba(8, 27, 21, 0.74);
  backdrop-filter: blur(7px);
}

.dialog-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.dialog-media {
  min-height: 510px;
  background: #d7d1c7;
}

.dialog-image {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}

.dialog-copy {
  padding: 44px;
}

.dialog-copy h3 {
  margin: 8px 0 15px;
  font-size: 48px;
  line-height: 1;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: rgba(251, 248, 242, 0.92);
  color: var(--forest);
  cursor: pointer;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 50px;
  border: 1px dashed rgba(29, 35, 31, 0.24);
  text-align: center;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .primary-nav,
  .header-shop {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .primary-nav.is-open {
    position: fixed;
    inset: 84px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    padding: 38px 24px;
    background: var(--paper);
  }

  .primary-nav.is-open a {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
  }

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

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

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

  .collection-card.is-wide {
    grid-column: 1 / -1;
  }

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

  .story-section,
  .custom-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .story-art,
  .custom-visual {
    min-height: 600px;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 72px;
    padding: 10px 17px;
  }

  .primary-nav.is-open {
    inset: 72px 0 0;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .logo-text {
    font-size: 24px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 76px 21px 58px;
  }

  h1 {
    font-size: clamp(51px, 15vw, 70px);
  }

  .hero-note {
    gap: 11px;
  }

  .hero-note strong {
    font-size: 17px;
  }

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

  .hero-floating-card {
    width: 42%;
  }

  .marquee {
    justify-content: flex-start;
  }

  .section {
    padding: 76px 18px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .collection-card,
  .collection-card.is-wide {
    grid-column: auto;
    min-height: 500px;
  }

  .piece-card {
    grid-template-columns: 1fr;
  }

  .piece-image {
    min-height: 420px;
  }

  .story-art,
  .custom-visual {
    min-height: 480px;
  }

  .story-copy,
  .custom-copy,
  .contact-copy,
  .social-panel {
    padding: 74px 21px;
  }

  .custom-visual img {
    width: calc(100% - 26px);
    height: calc(100% - 56px);
  }

  .custom-visual img:first-child {
    margin: 28px 8px 28px 18px;
  }

  .custom-visual img:last-child {
    height: calc(100% - 84px);
    margin: 72px 18px 12px 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 42px 20px;
  }

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

  .dialog-media,
  .dialog-image {
    min-height: 350px;
  }

  .dialog-copy {
    padding: 30px 22px 36px;
  }

  .dialog-copy h3 {
    font-size: 41px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
