/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: "Playfair Display", Georgia, serif;
    --font-body: "DM Sans", Arial, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@layer base {
  :root {
    --ink: #221c18;
    --espresso: #1a1613;
    --gold: #c79a46;
    --gold-light: #ebce82;
    --cream: #f8f4ed;
    --sand: #e9dfd1;
    --muted: #756d64;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
  }
  button, input, select, textarea {
    font: inherit;
  }
}
@layer components {
  .page-width {
    width: min(100% - 64px, 1320px);
    margin: 0 auto;
  }
  .section-space {
    padding: 142px 0;
  }
  .eyebrow {
    margin: 0 0 19px;
    color: var(--gold);
    font-family: "DM Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .light-eyebrow {
    color: var(--gold-light);
  }
  h1, h2, h3, p {
    margin-top: 0;
  }
  h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -.045em;
  }
  h1 em, h2 em {
    color: var(--gold);
    font-weight: 500;
  }
  .button {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    padding: 15px 19px;
    border: 1px solid transparent;
    font-family: "DM Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: background .25s, color .25s, border-color .25s;
  }
  .button span {
    font-size: 16px;
    line-height: 0;
  }
  .button-dark {
    background: var(--espresso);
    color: #fff;
  }
  .button-dark:hover {
    background: var(--gold);
  }
  .button-outline {
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
  }
  .button-outline:hover {
    background: #fff;
    border-color: #fff;
    color: var(--espresso);
  }
  .button-gold {
    width: 100%;
    justify-content: space-between;
    background: var(--gold);
    color: var(--espresso);
    cursor: pointer;
  }
  .button-gold:hover {
    background: var(--gold-light);
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid currentColor;
    padding-bottom: 5px;
    color: var(--ink);
    font-family: "DM Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .text-link span {
    font-size: 16px;
    line-height: 0;
    transition: transform .2s;
  }
  .text-link:hover span {
    transform: translateX(4px);
  }
  .text-link-light {
    color: #fff;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    margin-bottom: -82px;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
    background: rgba(26, 22, 19, .56);
    backdrop-filter: blur(12px);
    color: #fff;
  }
  .nav-wrap {
    width: min(100% - 64px, 1320px);
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .brand {
    display: block;
    width: 137px;
  }
  .brand img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, .09));
  }
  .primary-nav {
    display: flex;
    align-items: center;
    gap: 37px;
    margin-left: auto;
  }
  .primary-nav a, .nav-cta {
    font-family: "DM Mono", monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .primary-nav a {
    opacity: .84;
    transition: opacity .2s, color .2s;
  }
  .primary-nav a:hover {
    color: var(--gold-light);
    opacity: 1;
  }
  .nav-cta {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--gold-light);
  }
  .nav-cta span {
    font-size: 16px;
  }
  .nav-toggle, .menu-button {
    display: none;
  }
  .hero {
    position: relative;
    min-height: 790px;
    height: 100svh;
    min-height: 680px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: var(--espresso);
    color: #fff;
  }
  .hero-image, .hero::after {
    position: absolute;
    inset: 0;
  }
  .hero-image {
    background: linear-gradient(90deg, rgba(18, 14, 11, .65) 0%, rgba(18, 14, 11, .15) 60%), url("https://images.unsplash.com/photo-1543294001-f7cd5d7fb516?auto=format&fit=crop&w=2000&q=90") center/cover;
    animation: hero-zoom 13s ease-out both;
  }
  .hero::after {
    content: "";
    background: linear-gradient(0deg, rgba(10, 8, 6, .5), transparent 48%);
  }
  .hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 89px;
  }
  .hero h1 {
    margin-bottom: 33px;
    font-size: clamp(65px, 8.4vw, 130px);
    line-height: .88;
  }
  .hero-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
  }
  .hero-bottom p {
    max-width: 310px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .83);
    font-size: 14px;
    line-height: 1.65;
  }
  .scroll-mark {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 33px;
    display: flex;
    align-items: center;
    gap: 13px;
    transform: rotate(90deg);
    transform-origin: right bottom;
    color: #fff;
    font-family: "DM Mono", monospace;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .scroll-mark i {
    width: 44px;
    height: 1px;
    background: var(--gold-light);
  }
  .intro {
    background: var(--cream);
  }
  .intro-layout {
    display: grid;
    grid-template-columns: 29% 1fr;
    gap: 7%;
  }
  .intro h2, .section-heading h2 {
    margin-bottom: 28px;
    font-size: clamp(41px, 5vw, 72px);
    line-height: 1.02;
  }
  .intro-copy {
    max-width: 525px;
    margin-bottom: 34px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
  }
  .collections {
    background: #f0e8dc;
  }
  .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 57px;
  }
  .section-heading h2 {
    margin-bottom: 0;
  }
  .collection-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr 1fr;
    align-items: center;
    gap: 26px;
  }
  .collection-card {
    position: relative;
    display: block;
    overflow: hidden;
    background: #d4c5b3;
    color: #fff;
  }
  .collection-tall {
    height: 515px;
  }
  .collection-short {
    height: 590px;
  }
  .collection-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(19, 15, 12, .69), transparent 57%);
  }
  .collection-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .75, .25, 1);
  }
  .collection-card:hover img {
    transform: scale(1.055);
  }
  .collection-caption {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 26px;
    left: 28px;
  }
  .collection-caption span {
    display: block;
    margin-bottom: 6px;
    color: var(--gold-light);
    font-family: "DM Mono", monospace;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .collection-caption h3 {
    margin: 0;
    font-size: 31px;
    line-height: 1.1;
  }
  .collection-caption b {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .craft-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 650px;
    background: var(--espresso);
    color: #fff;
  }
  .craft-image {
    min-height: 620px;
    background: url("https://images.unsplash.com/photo-1617038220319-276d3cfab638?auto=format&fit=crop&w=1300&q=85") center/cover;
  }
  .craft-content {
    align-self: center;
    max-width: 570px;
    padding: 75px clamp(45px, 9vw, 145px) 75px clamp(45px, 7vw, 112px);
  }
  .craft-content h2 {
    margin-bottom: 29px;
    font-size: clamp(48px, 5vw, 74px);
    line-height: .98;
  }
  .craft-content>p:not(.eyebrow) {
    margin-bottom: 33px;
    color: rgba(255, 255, 255, .69);
    font-size: 15px;
    line-height: 1.85;
  }
  .about {
    position: relative;
    overflow: hidden;
    background: #d6a94e;
  }
  .about::before {
    position: absolute;
    top: -150px;
    right: -30px;
    content: "";
    width: 410px;
    height: 410px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
  }
  .about-layout {
    position: relative;
    display: grid;
    grid-template-columns: 37% 1fr;
    gap: 8%;
  }
  .about-number {
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(122px, 15vw, 220px);
    line-height: .65;
    letter-spacing: -.09em;
  }
  .about-number span {
    display: block;
    margin: 21px 0 0 17px;
    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .about-story .eyebrow {
    color: var(--espresso);
  }
  .about-story h2 {
    margin-bottom: 25px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.06;
  }
  .about-story h2 em {
    color: var(--cream);
  }
  .about-story>p:not(.eyebrow) {
    max-width: 580px;
    color: rgba(34, 28, 24, .79);
    line-height: 1.78;
  }
  .values {
    display: flex;
    gap: 45px;
    margin-top: 43px;
    padding-top: 22px;
    border-top: 1px solid rgba(34, 28, 24, .3);
  }
  .values div {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .values strong {
    font-family: "DM Mono", monospace;
    font-size: 10px;
    font-weight: 500;
  }
  .values span {
    font-family: "DM Mono", monospace;
    font-size: 10px;
    line-height: 1.65;
    letter-spacing: .03em;
    text-transform: uppercase;
  }
  .contact-section {
    padding: 116px 0;
    background: #211b17;
    color: #fff;
  }
  .contact-layout {
    display: grid;
    grid-template-columns: 1fr .88fr;
    gap: 14%;
  }
  .contact-copy h2 {
    margin-bottom: 28px;
    font-size: clamp(48px, 5.4vw, 76px);
    line-height: .96;
  }
  .contact-copy>p:not(.eyebrow) {
    max-width: 425px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.8;
  }
  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "DM Mono", monospace;
    font-size: 11px;
    letter-spacing: .04em;
  }
  .contact-details a {
    color: var(--gold-light);
  }
  .contact-details span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .58);
    text-transform: uppercase;
  }
  .contact-form {
    display: grid;
    gap: 20px;
    padding: 33px;
    background: #2b2420;
  }
  .contact-form label {
    display: grid;
    gap: 7px;
    color: var(--gold-light);
    font-family: "DM Mono", monospace;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 7px 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
  }
  .contact-form select {
    color: rgba(255, 255, 255, .84);
  }
  .contact-form option {
    background: var(--espresso);
  }
  .contact-form textarea {
    resize: vertical;
  }
  .contact-form input::placeholder, .contact-form textarea::placeholder {
    color: rgba(255, 255, 255, .43);
  }
  .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    border-color: var(--gold-light);
  }
  .contact-form .button {
    margin-top: 7px;
  }
  .recaptcha-notice {
    margin: -4px 0 0;
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
    line-height: 1.55;
  }
  .recaptcha-notice a, .footer-bottom a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .recaptcha-notice a:hover, .footer-bottom a:hover {
    color: #fff;
  }
  .site-footer {
    padding: 76px max(32px, calc((100vw - 1320px) / 2));
    background: #171310;
    color: #fff;
  }
  .footer-main {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 60px;
    padding-bottom: 67px;
  }
  .brand-footer {
    width: 170px;
    margin-bottom: 25px;
  }
  .brand-footer img {
    height: 57px;
  }
  .footer-brand>p {
    max-width: 270px;
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    line-height: 1.75;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-label {
    margin-bottom: 11px;
    color: var(--gold-light);
    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .footer-column a {
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    transition: color .2s;
  }
  .footer-column a:hover {
    color: #fff;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .42);
    font-family: "DM Mono", monospace;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .products-hero {
    padding: 174px 0 93px;
    background: #e7d8c2;
  }
  .products-hero h1 {
    margin-bottom: 25px;
    font-size: clamp(62px, 8vw, 115px);
    line-height: .89;
  }
  .products-hero>div>p:last-child {
    max-width: 355px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
  }
  .products-section {
    padding-top: 73px;
  }
  .product-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
  }
  .product-toolbar>p {
    margin: 0;
    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .product-toolbar>p span {
    color: var(--gold);
  }
  .product-filters {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
  }
  .product-filters a {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    color: var(--muted);
    font-family: "DM Mono", monospace;
    font-size: 10px;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .product-filters a:hover, .product-filters .active {
    border-color: var(--ink);
    color: var(--ink);
  }
  .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px 25px;
  }
  .product-image {
    position: relative;
    display: block;
    height: 430px;
    overflow: hidden;
    background: #e4d8c7;
  }
  .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    transition: transform .5s ease;
  }
  .product-image:hover img {
    transform: scale(1.04);
  }
  .product-image span {
    position: absolute;
    right: 17px;
    bottom: 17px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 9px 12px;
    background: var(--cream);
    color: var(--ink);
    font-family: "DM Mono", monospace;
    font-size: 9px;
    letter-spacing: .05em;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(6px);
    transition: opacity .2s, transform .2s;
  }
  .product-image:hover span {
    opacity: 1;
    transform: translateY(0);
  }
  .product-image b {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  .product-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 15px;
  }
  .product-meta p {
    margin-bottom: 4px;
    color: var(--gold);
    font-family: "DM Mono", monospace;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .product-meta h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
  }
  .product-meta strong {
    padding-top: 3px;
    color: var(--muted);
    font-family: "DM Mono", monospace;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  .product-cta {
    padding: 118px 0;
    background: #b88937;
    color: var(--espresso);
  }
  .product-cta .eyebrow {
    color: var(--espresso);
  }
  .product-cta h2 {
    margin-bottom: 29px;
    font-size: clamp(45px, 5vw, 72px);
    line-height: .98;
  }
  .product-cta h2 em {
    color: var(--cream);
  }
  .product-cta .button-outline {
    border-color: rgba(34, 28, 24, .55);
    color: var(--espresso);
  }
  .product-cta .button-outline:hover {
    background: var(--espresso);
    border-color: var(--espresso);
    color: #fff;
  }
  .featured-products {
    background: #f0e8dc;
  }
  .featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .featured-products .product-image {
    height: 340px;
  }
  .featured-products .product-meta h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 70px;
  }
  .pagination a, .pagination span {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid transparent;
    color: var(--muted);
    font-family: "DM Mono", monospace;
    font-size: 10px;
    transition: border-color .2s, background .2s, color .2s;
  }
  .pagination a:hover, .pagination a.active {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
  }
  .pagination .pagination-arrow {
    margin: 0 8px;
    font-size: 15px;
  }
  .pagination .disabled {
    opacity: .3;
  }
}
@keyframes hero-zoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 900px) {
  .section-space {
    padding: 95px 0;
  }
  .primary-nav {
    gap: 21px;
  }
  .nav-cta {
    display: none;
  }
  .intro-layout, .about-layout {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .collection-tall {
    height: 405px;
  }
  .collection-short {
    height: 450px;
  }
  .craft-content {
    padding-right: 50px;
    padding-left: 50px;
  }
  .contact-layout {
    gap: 8%;
  }
  .footer-main {
    grid-template-columns: 1.7fr 1fr 1fr;
    gap: 45px 25px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .product-image {
    height: 345px;
  }
  .featured-products .product-image {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .page-width, .nav-wrap {
    width: min(100% - 40px, 1320px);
  }
  .section-space {
    padding: 75px 0;
  }
  .site-header {
    border-bottom: 0;
  }
  .nav-wrap {
    min-height: 69px;
  }
  .brand {
    width: 120px;
  }
  .brand img {
    height: 39px;
  }
  .menu-button {
    position: relative;
    z-index: 11;
    display: grid;
    width: 31px;
    gap: 6px;
    cursor: pointer;
  }
  .menu-button span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform .2s;
  }
  .nav-toggle {
    position: absolute;
    opacity: 0;
  }
  .primary-nav {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 101px 20px 30px;
    background: var(--espresso);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity .25s, transform .25s;
  }
  .primary-nav a {
    font-family: var(--font-display);
    font-size: 29px;
    letter-spacing: -.03em;
    text-transform: none;
  }
  .nav-toggle:checked~.primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-toggle:checked+.menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .nav-toggle:checked+.menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .hero {
    min-height: 635px;
  }
  .hero-image {
    background-position: 58% center;
  }
  .hero-content {
    padding-bottom: 70px;
  }
  .hero h1 {
    font-size: clamp(56px, 16vw, 76px);
  }
  .hero-bottom {
    display: block;
  }
  .hero-bottom p {
    margin-bottom: 25px;
    font-size: 13px;
  }
  .scroll-mark {
    display: none;
  }
  .intro h2, .section-heading h2 {
    font-size: 42px;
  }
  .intro-copy {
    font-size: 14px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading .text-link {
    margin-top: 24px;
  }
  .collection-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .collection-tall, .collection-short {
    height: 410px;
  }
  .craft-section {
    grid-template-columns: 1fr;
  }
  .craft-image {
    min-height: 350px;
  }
  .craft-content {
    padding: 68px 20px;
  }
  .craft-content h2 {
    font-size: 48px;
  }
  .about-number {
    font-size: 135px;
  }
  .about-story h2 {
    font-size: 39px;
  }
  .values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .values span {
    font-size: 8px;
  }
  .contact-section {
    padding: 74px 0;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .contact-copy h2 {
    font-size: 50px;
  }
  .contact-form {
    padding: 25px 20px;
  }
  .site-footer {
    padding: 60px 20px 25px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
    padding-bottom: 48px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .products-hero {
    padding: 128px 0 67px;
  }
  .products-hero h1 {
    font-size: 60px;
  }
  .products-section {
    padding-top: 51px;
  }
  .product-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .product-filters {
    gap: 14px;
  }
  .products-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .featured-products-grid {
    grid-auto-columns: minmax(260px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }
  .featured-products-grid .product-card {
    scroll-snap-align: start;
  }
  .featured-products .product-image {
    height: 340px;
  }
  .product-image {
    height: min(115vw, 475px);
  }
  .product-image span {
    opacity: 1;
    transform: none;
  }
  .product-cta {
    padding: 78px 0;
  }
  .pagination {
    margin-top: 48px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
