@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@400;500;600&display=swap");

:root {
  --ink: #101010;
  --paper: #bec0bd;
  --cream: #afb1ae;
  --line: rgba(16, 16, 16, 0.18);
  --warm: #a88d6e;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { background: white; left: 12px; padding: 10px 14px; position: fixed; top: -60px; z-index: 20; }
.skip-link:focus { top: 12px; }
.site-header {
  align-items: center;
  background: #000;
  color: white;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 4.5vw;
  position: relative;
  width: 100%;
  z-index: 10;
}
.wordmark { align-items: center; display: flex; flex: 0 0 auto; height: 100%; overflow: hidden; }
.wordmark img { filter: invert(1) grayscale(1) contrast(1.08); height: auto; max-width: 150px; width: 150px; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav a:hover, .text-link:hover { color: var(--warm); }
.menu-toggle { background: none; border: 1px solid #555; color: white; display: none; font: 500 10px/1 var(--sans); letter-spacing: .12em; padding: 10px 12px; text-transform: uppercase; }
.brand-banner { background: #a9aaa8; overflow: hidden; width: 100%; }
.brand-banner img { display: block; height: auto; width: 100%; }
.hero { align-items: flex-end; background: radial-gradient(circle at 78% 24%, #4a4c49 0, #292a29 40%, #161716 78%); color: #e4e5e2; display: flex; min-height: 720px; overflow: hidden; padding: 140px 7vw 8vh; position: relative; }
.hero-copy { max-width: 900px; position: relative; z-index: 1; }
.hero .eyebrow, .hero-index { color: #c3c5c2; }
.hero .hero-deck { color: #d0d2cf; }
.eyebrow { font-size: 10px; letter-spacing: .23em; margin: 0 0 22px; text-transform: uppercase; }
.hero h1, .page-hero h1, section h2, .product-detail h1, .journal-post h1 { font-family: var(--display); font-weight: 400; letter-spacing: -.035em; margin: 0; }
.hero h1 { font-size: clamp(64px, 8.3vw, 142px); line-height: .82; }
.hero-deck { font: 400 17px/1.7 var(--sans); margin: 35px 0; max-width: 650px; }
.button { border: 1px solid; display: inline-block; font-size: 10px; letter-spacing: .16em; padding: 16px 23px; text-transform: uppercase; transition: background .2s, color .2s; }
.button-light { border-color: rgba(255,255,255,.6); }
.button-light:hover { background: white; color: var(--ink); }
.button-dark { border-color: var(--ink); }
.button-dark:hover { background: var(--ink); color: white; }
.hero-index { bottom: 8vh; font-size: 9px; letter-spacing: .2em; margin: 0; position: absolute; right: 5vw; z-index: 1; }
.pro-section { display: grid; gap: 5vw; grid-template-columns: 50px 1fr 1fr; padding: 120px 7vw; }
.section-number { border-top: 1px solid var(--ink); font-size: 10px; padding-top: 12px; }
.pro-section h2, .archive-section h2, .orders-section h2, .feature-intro h2, .launch-panel h2 { font-size: clamp(53px, 6.5vw, 104px); line-height: .88; }
.pro-section h2 em, .camera-hero h1 em { color: var(--warm); font-weight: 400; }
.pro-copy { align-self: end; border-left: 1px solid var(--line); padding-left: 4vw; }
.pro-copy p, .section-heading > p { color: #4f4b45; font-size: 14px; line-height: 1.8; max-width: 520px; }
.pro-copy .lead { color: var(--ink); font: 400 27px/1.35 var(--display); }
.text-link { display: inline-block; font-size: 11px; letter-spacing: .1em; margin-top: 18px; text-transform: uppercase; }
.archive-section { background: var(--ink); color: white; padding: 120px 7vw; }
.section-heading { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.4fr 1fr; margin-bottom: 65px; }
.section-heading > p { color: #aaa; margin-bottom: 8px; }
.product-grid { display: grid; gap: 48px 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.featured-grid { gap: 38px 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.featured-grid .product-card-image { aspect-ratio: 4/3; }
.featured-grid .product-card h2 { font-size: clamp(18px, 1.6vw, 24px); }
.product-card[hidden] { display: none; }
.product-card-image { aspect-ratio: 4/5; background: #282828; overflow: hidden; position: relative; }
.product-card-image img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.product-card:hover img { transform: scale(1.035); }
.product-card-image span { background: var(--ink); bottom: 0; color: white; font-size: 9px; left: 0; letter-spacing: .15em; padding: 10px; position: absolute; }
.product-card > a > p { color: #8c8378; font-size: 9px; letter-spacing: .11em; margin: 15px 0 7px; text-transform: uppercase; }
.product-card h2 { font: 400 clamp(20px, 2vw, 29px)/1.1 var(--display); }
.availability { color: #8c765b !important; font-size: 8px !important; letter-spacing: .11em !important; margin-top: 9px !important; text-transform: uppercase; }
.availability span { padding: 0 4px; }
.centered-button { margin-top: 64px; }
.orders-section { padding: 120px 7vw; text-align: center; }
.orders-section > p:not(.eyebrow) { color: #59544d; line-height: 1.8; margin: 32px auto; max-width: 590px; }
.page-hero { background: var(--ink); color: white; min-height: 640px; padding: 120px 8vw; }
.page-hero h1 { font-size: clamp(70px, 9vw, 150px); line-height: .84; max-width: 1200px; }
.page-hero .hero-deck { color: #b8b8b8; }
.camera-hero { background: radial-gradient(circle at 75% 30%, #3b3833 0, #171717 36%, #090909 76%); }
.archive-hero { background: linear-gradient(135deg, #0a0a0a, #2b2621); }
.journal-hero { background: linear-gradient(140deg, #1f1e1a, #0a0a0a); }
.contact-hero { background: linear-gradient(120deg, #17130f, #0a0a0a); }
.compact-hero { min-height: 530px; }
.compact-hero h1 { font-size: clamp(62px, 8vw, 126px); }
.mini-hero { min-height: 480px; }
.mini-hero h1 { font-size: clamp(58px, 7vw, 110px); }
.feature-intro { display: grid; gap: 7vw; grid-template-columns: 1fr 1.3fr 1fr; padding: 120px 8vw; }
.feature-intro > p:last-child { color: #555049; line-height: 1.8; margin-top: 50px; }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 4vw; grid-template-columns: 60px 1fr 1fr; padding: 50px 8vw; }
.feature-list article > span { font-size: 10px; }
.feature-list h2 { font-size: clamp(35px, 4vw, 62px); }
.feature-list p { color: #5b564f; line-height: 1.8; margin: 7px 0 0; }
.launch-panel { background: var(--cream); padding: 120px 8vw; text-align: center; }
.launch-panel .text-link { margin-top: 35px; }
.collection-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.collection-card { border-bottom: 1px solid var(--line); }
.collection-card:nth-child(odd) { border-right: 1px solid var(--line); }
.collection-card a { display: grid; grid-template-columns: 50px 1fr auto; min-height: 250px; padding: 50px 7vw; position: relative; }
.collection-card a > span:first-child { font-size: 10px; }
.collection-card h2 { align-self: center; font-size: clamp(43px, 5vw, 78px); }
.collection-card p { align-self: end; color: #6a655e; font-size: 11px; grid-column: 2; letter-spacing: .1em; text-transform: uppercase; }
.collection-card .arrow { font-size: 24px; }
.all-products { padding: 110px 5vw; }
.archive-toolbar { align-items: end; display: flex; justify-content: space-between; margin: 0 2vw 70px; }
.archive-toolbar h2, .gallery-heading h2 { font-size: clamp(48px, 6vw, 90px); }
.archive-toolbar label { display: flex; flex-direction: column; font-size: 9px; gap: 10px; letter-spacing: .12em; text-transform: uppercase; width: min(400px, 36vw); }
.archive-toolbar input { background: transparent; border: 0; border-bottom: 1px solid #777; border-radius: 0; color: var(--ink); font: 16px var(--sans); outline: none; padding: 12px 0; }
.archive-toolbar input:focus { border-color: var(--ink); }
.search-status { color: #635e57; font-size: 11px; letter-spacing: .08em; margin: -45px 2vw 45px; text-transform: uppercase; }
.product-detail { padding-bottom: 100px; }
.product-breadcrumb { display: flex; font-size: 10px; gap: 12px; letter-spacing: .12em; padding: 28px 6vw; text-transform: uppercase; }
.product-detail-head { align-items: center; display: grid; gap: 6vw; grid-template-columns: 1fr 1.1fr; padding: 40px 7vw 110px; }
.product-detail h1 { font-size: clamp(50px, 6.5vw, 100px); line-height: .91; }
.order-note { color: #5b564f; line-height: 1.75; margin: 28px 0; max-width: 560px; }
.product-lead-image { background: #b3b4b1; margin: 0; min-height: 500px; }
.product-lead-image img { height: 100%; min-height: 500px; object-fit: cover; width: 100%; }
.legacy-copy { background: #b9bab7; columns: 2; column-gap: 6vw; font-family: var(--display); font-size: 20px; line-height: 1.7; padding: 100px 13vw; }
.legacy-copy h1, .legacy-copy h2, .legacy-copy h3 { break-after: avoid; font-size: 38px; line-height: 1.05; }
.legacy-copy img { break-inside: avoid; margin: 30px auto; }
.legacy-copy a, .journal-body a { text-decoration: underline; text-underline-offset: 3px; }
.gallery { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); padding: 100px 5vw 0; }
.gallery-heading { grid-column: 1 / -1; margin: 0 2vw 40px; }
.gallery figure { background: #b5b6b3; margin: 0; }
.gallery img { height: 100%; object-fit: cover; width: 100%; }
.gallery figure:first-of-type { grid-column: 1 / -1; }
.legacy-page, .journal-post { margin: 0 auto; max-width: 980px; padding: 100px 6vw; }
.legacy-page { font-family: var(--display); font-size: 20px; line-height: 1.75; }
.legacy-page h1, .legacy-page h2, .legacy-page h3 { font-size: clamp(38px, 5vw, 70px); line-height: .95; margin-top: 1.1em; }
.legacy-page img { margin: 38px auto; }
.archive-context { border-left: 1px solid var(--warm); color: #6d6255; font: 11px/1.6 var(--sans); letter-spacing: .08em; margin: 0 0 55px; padding-left: 18px; text-transform: uppercase; }
.inquiry-criteria { padding: 110px 8vw; }
.inquiry-criteria > div { display: grid; gap: 40px; grid-template-columns: repeat(3, 1fr); }
.inquiry-criteria article { border-top: 1px solid var(--ink); padding-top: 18px; }
.inquiry-criteria article > span { font-size: 10px; }
.inquiry-criteria h2 { font-size: 42px; margin-top: 45px; }
.inquiry-criteria p { color: #5e5952; line-height: 1.75; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 70px 6vw 110px; }
.post-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 340px; }
.post-card:nth-child(3n) { border-right: 0; }
.post-card a { display: flex; flex-direction: column; height: 100%; padding: 38px; }
.post-card time { color: #756f67; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2 { font-size: 33px; line-height: 1.05; margin: 28px 0 18px; }
.post-card p { color: #5c5750; font-size: 13px; line-height: 1.7; }
.post-card span { font-size: 9px; letter-spacing: .1em; margin-top: auto; padding-top: 24px; text-transform: uppercase; }
.journal-post { max-width: 900px; }
.journal-post header time { color: #6a645d; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.journal-post h1 { font-size: clamp(54px, 7vw, 104px); line-height: .9; margin: 30px 0 42px; }
.journal-body { font-family: var(--display); font-size: 21px; line-height: 1.75; }
.journal-body h2, .journal-body h3 { font-size: 42px; line-height: 1.05; }
.journal-body img { margin: 40px auto; }
.journal-post > .text-link { margin-top: 70px; }
.site-footer { align-items: start; background: #0d0d0d; color: white; display: grid; gap: 6vw; grid-template-columns: 1.3fr 1fr 1fr; padding: 70px 6vw; }
.footer-wing { background: #9d9f9d; height: auto; max-width: 210px; padding: 12px; width: 100%; }
.site-footer > div p, .footer-note { color: #858585; font-size: 11px; line-height: 1.7; }
.site-footer nav { display: flex; flex-direction: column; gap: 13px; }
.site-footer nav a { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-note { margin: 0; }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .post-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .post-card:nth-child(2n) { border-right: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 64px; padding: 0 5vw; }
  .menu-toggle { display: block; }
  .site-header nav { background: #0d0d0d; display: none; flex-direction: column; inset: 64px 0 auto; padding: 30px 6vw; position: absolute; }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { border-bottom: 1px solid #333; padding: 13px 0; }
  .hero { min-height: 690px; padding: 120px 6vw 80px; }
  .hero h1 { font-size: 65px; }
  .hero-index { display: none; }
  .pro-section { grid-template-columns: 32px 1fr; padding: 90px 6vw; }
  .pro-copy { border: 0; grid-column: 2; padding: 25px 0 0; }
  .section-heading, .feature-intro, .product-detail-head { grid-template-columns: 1fr; }
  .archive-section, .orders-section { padding: 90px 6vw; }
  .product-grid, .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { min-height: 520px; padding: 90px 6vw; }
  .page-hero h1 { font-size: 64px; }
  .feature-intro { padding: 90px 6vw; }
  .feature-intro > p:last-child { margin-top: 0; }
  .feature-list article { grid-template-columns: 35px 1fr; padding: 38px 6vw; }
  .feature-list article p { grid-column: 2; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card:nth-child(odd) { border-right: 0; }
  .collection-card a { min-height: 200px; padding: 38px 6vw; }
  .all-products { padding: 80px 5vw; }
  .archive-toolbar { align-items: stretch; flex-direction: column; gap: 35px; margin: 0 1vw 50px; }
  .archive-toolbar label { width: 100%; }
  .product-detail-head { padding: 35px 6vw 80px; }
  .product-detail h1 { font-size: 54px; }
  .product-lead-image, .product-lead-image img { min-height: 360px; }
  .legacy-copy { columns: 1; padding: 75px 8vw; }
  .gallery { grid-template-columns: 1fr; padding: 75px 5vw 0; }
  .gallery-heading, .gallery figure:first-of-type { grid-column: auto; }
  .inquiry-criteria > div { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: 1fr; padding: 40px 5vw 90px; }
  .post-card, .post-card:nth-child(2n), .post-card:nth-child(3n) { border-right: 0; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .product-grid, .featured-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
