:root {
  --ivory: #f6efe6;
  --linen: #eadfD2;
  --sand: #d8c4ae;
  --taupe: #a68b73;
  --brown: #67503f;
  --espresso: #2f2722;
  --white: #fffdf9;
  --line: rgba(47,39,34,.16);
  --max: 1440px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  color: var(--espresso);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .98;
}
h1 { font-size: clamp(4rem, 9vw, 8.5rem); }
h2 { font-size: clamp(3rem, 6vw, 6rem); }
h3 { font-size: clamp(2rem, 3vw, 3.4rem); }
p { max-width: 66ch; }

.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;
}
.skip-link {
  position: fixed; left: 1rem; top: 1rem; z-index: 999;
  padding: .75rem 1rem; background: var(--espresso); color: white;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.header {
  position: fixed; top: 0; left: 0; z-index: 100; width: 100%;
  padding: 1.5rem 5vw; display: flex; align-items: center; justify-content: space-between;
  color: white; transition: background .3s ease, color .3s ease, padding .3s ease;
}
.header.scrolled {
  color: var(--espresso); background: rgba(246,239,230,.94);
  backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding-block: 1rem;
}
.logo {
  font-family: Georgia, "Times New Roman", serif; font-size: 2rem;
  letter-spacing: .32em; line-height: 1;
}
.navigation { display: flex; gap: 2rem; font-size: .73rem; letter-spacing: .16em; text-transform: uppercase; }
.navigation a { position: relative; }
.navigation a::after {
  content: ""; position: absolute; left: 0; bottom: -.5rem; width: 0; height: 1px;
  background: currentColor; transition: width .25s ease;
}
.navigation a:hover::after { width: 100%; }
.menu-button { display: none; border: 0; background: none; color: inherit; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; margin: 7px; }

.hero { position: relative; min-height: 100svh; color: white; overflow: hidden; }
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero img { object-position: center 52%; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(25,20,17,.72) 0%, rgba(25,20,17,.28) 50%, rgba(25,20,17,.08) 100%);
}
.hero-content {
  position: relative; z-index: 2; min-height: 100svh; padding: 11rem 7vw 6rem;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
}
.hero-content h1 { max-width: 900px; }
.hero-content > p:not(.eyebrow) { margin: 1.8rem 0 2.3rem; max-width: 580px; font-size: 1.05rem; }
.eyebrow { margin-bottom: 1.25rem; font-size: .7rem; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.dark { color: #826b58; }
.button {
  display: inline-block; padding: 1rem 1.35rem; border: 1px solid currentColor;
  font-size: .72rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}
.button-light:hover { background: white; color: var(--espresso); }
.scroll-cue {
  position: absolute; z-index: 3; right: 5vw; bottom: 4rem;
  font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl;
}

.section { max-width: var(--max); margin: 0 auto; padding: 8rem 6vw; }
.intro { display: grid; grid-template-columns: 60px 1.2fr .8fr; gap: 5vw; align-items: start; }
.section-number { color: #8b7562; font-size: .75rem; letter-spacing: .14em; }
.intro-title h2 { max-width: 780px; }
.intro-copy { padding-top: 2.7rem; }
.intro-copy p + p { margin-top: 1.5rem; }

.collections { max-width: none; background: var(--white); }
.collections > * { max-width: var(--max); margin-inline: auto; }
.section-heading { margin-bottom: 3.5rem; display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.heading-note { max-width: 390px; color: #6f6156; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.feature {
  position: relative; min-height: 620px; overflow: hidden; background: var(--linen);
}
.feature-large { grid-row: span 2; min-height: 100%; }
.feature img { transition: transform .8s ease; }
.feature:hover img { transform: scale(1.025); }
.feature-caption {
  position: absolute; inset: auto 0 0; padding: 2rem; color: white;
  background: linear-gradient(to top, rgba(25,20,17,.76), transparent);
}
.feature-caption > p { font-size: .65rem; letter-spacing: .14em; }
.feature-caption h3 { margin: .35rem 0 .45rem; }
.feature-caption span { font-size: .85rem; }

.story { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 90vh; background: var(--linen); }
.story-image { min-height: 720px; }
.story-copy { padding: 8vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { margin-bottom: 2rem; }
.story-copy p + p { margin-top: 1.2rem; }

.craft { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.craft-copy h2 { margin-bottom: 2rem; }
.craft-points { margin-top: 3rem; border-top: 1px solid var(--line); }
.craft-points div {
  padding: 1.2rem 0; display: grid; grid-template-columns: 55px 1fr; border-bottom: 1px solid var(--line);
}
.craft-points span { font-size: .7rem; letter-spacing: .12em; color: #876f5b; }
.craft-image { min-height: 760px; }

.gallery { max-width: none; background: #efe4d7; }
.gallery > * { max-width: var(--max); margin-inline: auto; }
.masonry { columns: 3 300px; column-gap: 1.1rem; }
.gallery-item {
  break-inside: avoid; margin: 0 0 1.1rem; overflow: hidden; background: var(--sand);
}
.gallery-item img { height: auto; transition: transform .65s ease; }
.gallery-item:hover img { transform: scale(1.018); }

.quote-section {
  min-height: 72vh; display: grid; place-items: center; padding: 6rem;
  color: white; text-align: center;
  background:
    linear-gradient(rgba(34,27,23,.5), rgba(34,27,23,.5)),
    url("/images/olive-crossbody.jpg") center/cover fixed;
}
.quote-section blockquote { font-size: clamp(3.5rem, 8vw, 8rem); }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; }
.contact-copy { padding-top: 2.5rem; }
.contact-links { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-links span {
  width: fit-content; padding-bottom: .2rem; border-bottom: 1px solid var(--line);
  font-size: .75rem; letter-spacing: .13em; text-transform: uppercase;
}

.footer {
  padding: 4rem 6vw; background: var(--espresso); color: white;
  display: flex; align-items: end; justify-content: space-between; gap: 2rem;
}
.footer-logo { display: inline-block; margin-bottom: 1rem; }
.footer p { color: rgba(255,255,255,.68); font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

a:focus-visible, button:focus-visible { outline: 2px solid var(--taupe); outline-offset: 4px; }

@media (max-width: 900px) {
  .navigation {
    position: fixed; top: 70px; left: 0; right: 0; display: none;
    padding: 2rem 6vw; flex-direction: column; background: var(--ivory); color: var(--espresso);
    border-bottom: 1px solid var(--line);
  }
  .navigation.open { display: flex; }
  .menu-button { display: block; }
  .intro { grid-template-columns: 1fr; gap: 2rem; }
  .section-number { display: none; }
  .intro-copy { padding-top: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature-large { min-height: 680px; }
  .story, .craft, .contact { grid-template-columns: 1fr; }
  .story-image, .craft-image { min-height: 640px; }
  .story-copy { padding: 7rem 6vw; }
  .craft { gap: 4rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .quote-section { background-attachment: scroll; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(3.15rem, 15vw, 4rem); line-height: 1; }
  h2 { font-size: clamp(2.55rem, 12vw, 3.3rem); line-height: 1.02; }
  h3 { font-size: clamp(1.8rem, 9vw, 2.5rem); }
  .header { padding: 1.2rem 5vw; }
  .logo { font-size: 1.65rem; }
  .hero-content { padding: 7.5rem 6vw 4.25rem; }
  .hero-content > p:not(.eyebrow) { font-size: .95rem; margin-block: 1.3rem 1.8rem; }
  .hero-shade { background: linear-gradient(to top, rgba(25,20,17,.78), rgba(25,20,17,.15)); }
  .hero img { object-position: 53% center; }
  .scroll-cue { display: none; }
  .section { padding: 6rem 6vw; }
  .feature, .feature-large { min-height: 520px; }
  .story-image, .craft-image { min-height: 520px; }
  .quote-section { min-height: 60vh; padding: 4rem 6vw; }
  .footer { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--line);
  color: var(--espresso);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.instagram-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.instagram-link:hover {
  color: var(--taupe);
  border-color: var(--taupe);
} img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}