:root {
  --paper: #f4efe6;
  --paper-deep: #e7dfd2;
  --ink: #050505;
  --charcoal: #22201d;
  --muted: #524d46;
  --line: #d8cec0;
  --panel: #fbf8f2;
  --accent: #9b7a4a;
  --accent-dark: #6f5634;
  --black: #020202;
  font-family: "Archivo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-weight: 300;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

code {
  font-size: 0.92em;
  background: #ebe6dd;
  padding: 0.08rem 0.28rem;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 0 5vw;
  background: var(--black);
  border-bottom: 1px solid rgba(244, 239, 230, 0.14);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 136px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  color: var(--paper);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.site-nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 0.3rem 0;
  opacity: 0.84;
}

.site-nav a:hover {
  border-color: var(--accent);
  opacity: 1;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid rgba(244, 239, 230, 0.32);
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 1px;
  background: var(--paper);
  margin: 5px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: clamp(5rem, 8vw, 8rem) 5vw clamp(4rem, 6vw, 6rem);
}

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

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.8rem;
  max-width: 760px;
  font-size: clamp(3.4rem, 7.2vw, 8rem);
  line-height: 0.96;
  font-weight: 300;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 580px;
  color: var(--charcoal);
  font-size: clamp(1.04rem, 1.28vw, 1.22rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.9rem 1.15rem;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 0;
}

.button.primary {
  color: var(--paper);
  background: var(--ink);
}

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

.button:hover {
  border-color: var(--accent);
  color: var(--paper);
  background: var(--accent-dark);
}

.hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.hero-media > img {
  width: 100%;
  aspect-ratio: 4 / 5.15;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: var(--paper);
  background: rgba(2, 2, 2, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  color: #ded6c8;
  text-align: right;
}

.hero-note strong,
.hero-note span {
  font-weight: 300;
}

.intro-band {
  padding: clamp(1.5rem, 2.4vw, 2.3rem) 5vw;
  color: var(--black);
  background: var(--paper-deep);
  overflow: hidden;
  border-block: 1px solid var(--line);
}

.intro-band p {
  margin: 0;
  font-size: clamp(1.2rem, 2.3vw, 2.2rem);
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section {
  padding: clamp(5rem, 9vw, 9rem) 5vw;
}

.section-heading {
  max-width: 880px;
  margin-bottom: clamp(2.8rem, 5vw, 5rem);
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: none;
  align-items: end;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  line-height: 1.04;
  font-weight: 300;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.principles article {
  min-height: 300px;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 242, 0.45);
}

.principles h3,
.product-card h3 {
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 300;
}

.principles p {
  color: var(--muted);
  line-height: 1.78;
}

.gallery {
  background: var(--panel);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.2vw, 2rem);
}

.gallery-grid figure {
  grid-column: span 6;
  margin: 0;
}

.gallery-grid figure.large {
  grid-column: span 7;
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
}

.gallery-grid figure.large img {
  aspect-ratio: 4 / 4.4;
}

figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop {
  background: var(--paper-deep);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.product-card {
  background: var(--panel);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-card div {
  padding: 1.25rem;
}

.product-card span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.product-card p {
  margin-bottom: 0;
  color: var(--charcoal);
  font-weight: 400;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--paper);
  background: var(--black);
}

.contact-panel h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4.4vw, 4.6rem);
  line-height: 1.04;
  font-weight: 300;
}

.contact-panel address {
  align-self: end;
  color: #ded6c8;
  font-style: normal;
  line-height: 1.8;
}

.site-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem 5vw;
  color: var(--paper);
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer img {
  width: 120px;
  margin-bottom: 1rem;
}

.site-footer p {
  margin-bottom: 0;
  color: #bfb5a5;
  font-size: 0.86rem;
}

.footer-links {
  display: grid;
  gap: 1rem;
  justify-items: end;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  justify-content: flex-end;
}

.social-links {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer a {
  color: #ded6c8;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  border-color: currentColor;
}

@media (max-width: 980px) {
  .hero,
  .section-heading.split,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 5rem;
  }

  .principles,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid figure,
  .gallery-grid figure.large {
    grid-column: span 12;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 5vw 1.5rem;
    background: var(--black);
    border-bottom: 1px solid rgba(244, 239, 230, 0.16);
  }

  .site-nav.open {
    display: flex;
  }

  .hero-note,
  .site-footer {
    display: block;
  }

  .hero-note span {
    margin-top: 0.35rem;
    text-align: left;
  }

  .principles,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-items: start;
    margin-top: 1.5rem;
  }

  .site-footer nav {
    margin-top: 1.5rem;
    justify-content: flex-start;
  }

  .footer-links nav {
    margin-top: 0;
  }
}
