:root {
  --ink: #1c211e;
  --forest: #344b3f;
  --cream: #f4efe6;
  --paper: #fbf8f2;
  --sand: #d9c8ae;
  --bronze: #a6774f;
  --line: rgba(28,33,30,.18);
  --shell: min(1180px, calc(100vw - 44px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: white; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; z-index: 20; width: 100%; color: white; border-bottom: 1px solid rgba(210,173,126,.38); background: linear-gradient(180deg,rgba(15,18,16,.72),rgba(20,21,17,.38)); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.nav-wrap { height: 132px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: auto; padding: 0; text-decoration: none; }
.brand-lockup { display: flex; align-items: center; gap: 18px; transition: transform .25s ease; }
.brand:hover .brand-lockup { transform: scale(1.015); }
.brand-lockup img { width: auto; object-fit: contain; opacity: .99; }
.brand-mark { height: 94px; filter: invert(1) drop-shadow(0 3px 16px rgba(0,0,0,.38)); }
.brand-wordmark { height: 80px; filter: invert(1) drop-shadow(0 3px 16px rgba(0,0,0,.38)); }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a { text-decoration: none; font-size: .92rem; font-weight: 500; }
.nav-cta { border: 1px solid rgba(255,255,255,.58); padding: 11px 18px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px; }
.hero { position: relative; min-height: 780px; height: 94svh; color: white; display: grid; align-items: end; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(10,14,12,.76) 0%, rgba(10,14,12,.42) 48%, rgba(10,14,12,.08) 76%), linear-gradient(0deg, rgba(10,14,12,.42), transparent 50%); }
.hero-content { position: relative; padding-bottom: 105px; }
.eyebrow { margin: 0 0 18px; font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--bronze); }
.eyebrow.light { color: #e1c8a7; }
h1,h2,h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; margin-top: 0; }
h1 { max-width: 830px; margin-bottom: 27px; font-size: clamp(3.9rem, 8.2vw, 7.7rem); font-weight: 400; }
h2 { font-size: clamp(2.35rem, 4.7vw, 4.3rem); font-weight: 400; }
h3 { font-size: 2rem; font-weight: 500; }
.hero-copy { max-width: 600px; margin: 0 0 35px; font-size: 1.24rem; line-height: 1.55; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; text-decoration: none; font: 600 .93rem "DM Sans", sans-serif; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--sand); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--forest); }
.button-outline { color: white; border-color: rgba(255,255,255,.52); }
.button-outline:hover { background: white; color: var(--forest); }
.text-link { display: inline-flex; gap: 12px; align-items: center; width: fit-content; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.light-link { color: white; }
.hero-note { position: absolute; right: 34px; bottom: 40px; display: flex; gap: 12px; align-items: center; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-note span { width: 1px; height: 60px; background: rgba(255,255,255,.55); }
.section { padding: 118px 0; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 45px; align-items: start; }
.intro-grid h2 { max-width: 880px; margin-bottom: 30px; }
.intro-grid p:last-child { max-width: 735px; margin: 0; font-size: 1.16rem; color: #555a56; }
.collections { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 2.1fr 1fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: #60635f; margin-bottom: 8px; }
.feature { display: grid; grid-template-columns: 1.55fr .85fr; min-height: 570px; background: var(--cream); margin-bottom: 90px; }
.feature-media img { height: 100%; object-fit: cover; }
.feature-copy { padding: 65px 55px; display: flex; flex-direction: column; justify-content: center; }
.number { color: var(--bronze); font-weight: 600; letter-spacing: .12em; }
.feature-copy h3, .card-copy h3 { margin-bottom: 18px; }
.feature-copy > p:not(.number), .card-copy > p:not(.number) { color: #5d615d; }
.detail-list { list-style: none; padding: 0; margin: 14px 0 32px; border-top: 1px solid var(--line); }
.detail-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.product-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.product-card.offset { margin-top: 90px; }
.card-image { aspect-ratio: 4/3; overflow: hidden; background: #ddd6ca; }
.card-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .card-image img { transform: scale(1.025); }
.card-copy { padding: 28px 8px 0; }
.card-copy p { max-width: 490px; }
.entry-section { background: var(--cream); }
.entry-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: center; }
.entry-photo-wrap { position: relative; }
.entry-photo-wrap > img { aspect-ratio: 4/5; object-fit: cover; object-position: center 38%; }
.material-tag { position: absolute; right: -25px; bottom: 36px; padding: 14px 20px; background: var(--paper); text-transform: uppercase; letter-spacing: .11em; font-size: .76rem; }
.material-tag span { color: var(--bronze); margin-right: 18px; }
.entry-copy > p:not(.eyebrow) { color: #5e625e; font-size: 1.08rem; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 35px 0; border-top: 1px solid var(--line); }
.spec-grid div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-grid strong,.spec-grid span { display: block; }
.spec-grid span { margin-top: 4px; color: #666a66; font-size: .9rem; }
.custom-band { background: var(--forest); color: white; padding: 105px 0; }
.custom-band-grid { display: grid; grid-template-columns: 1fr 2.3fr 1.25fr; gap: 50px; align-items: center; }
.custom-band-grid h2 { margin: 0; font-size: clamp(2.4rem,4.2vw,4rem); }
.custom-band-grid > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.custom-band-grid .button { grid-column: 3; }
.section-heading.compact { margin-bottom: 45px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps li { padding: 38px 34px 44px 0; }
.steps li + li { border-left: 1px solid var(--line); padding-left: 34px; }
.steps span { color: var(--bronze); font-size: .78rem; font-weight: 600; }
.steps h3 { margin: 35px 0 12px; font-size: 1.55rem; }
.steps p { color: #656965; }
.contact-section { background: var(--ink); color: white; padding: 110px 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.contact-copy h2 { font-size: clamp(2.7rem,5vw,4.8rem); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); max-width: 460px; }
.direct-contact { display: flex; margin-top: 38px; }
.direct-contact .button { width: fit-content; background: transparent; }
.quote-form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 7px; color: rgba(255,255,255,.78); font-size: .86rem; }
.quote-form input,.quote-form select,.quote-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.25); border-radius: 0; background: rgba(255,255,255,.06); color: white; padding: 13px 14px; font: inherit; }
.quote-form select option { color: var(--ink); }
.quote-form input::placeholder,.quote-form textarea::placeholder { color: rgba(255,255,255,.42); }
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { outline: 2px solid var(--sand); outline-offset: 2px; }
.attachment-card { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.055); }
.attachment-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); color: white; }
.attachment-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.attachment-copy { display: grid; gap: 3px; }
.attachment-copy span { color: var(--sand); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.attachment-copy strong { color: white; font-size: 1rem; }
.attachment-copy p { margin: 0; color: rgba(255,255,255,.58); font-size: .79rem; line-height: 1.45; }
.attachment-button { min-height: 44px; padding: 0 17px; border: 1px solid rgba(255,255,255,.65); background: transparent; color: white; font: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; transition: background .2s ease,color .2s ease; }
.attachment-button:hover,.attachment-button:focus-visible { background: white; color: var(--ink); }
.attachment-button:focus-visible { outline: 2px solid var(--sand); outline-offset: 3px; }
.button.full { width: 100%; border: 0; }
.form-note { margin: -8px 0 0; color: rgba(255,255,255,.52); font-size: .8rem; }
footer { background: #111512; color: rgba(255,255,255,.66); padding: 58px 0; }
.footer-grid { display: grid; grid-template-columns: 130px 1fr auto; gap: 38px; align-items: center; }
.footer-grid > img { width: auto; height: 96px; filter: invert(1); opacity: .9; }
.footer-grid > p { margin: 0; }
.footer-grid div { display: flex; gap: 26px; }
.footer-grid a { color: white; text-decoration: none; }
.copyright { grid-column: 2 / -1; font-size: .83rem; }
@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 720px); }
  .site-header { position: absolute; }
  .nav-wrap { height: 98px; }
  .brand-lockup { gap: 10px; }
  .brand-mark { height: 56px; }
  .brand-wordmark { height: 48px; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 98px; left: 0; width: 100%; padding: 28px 22px; background: var(--ink); flex-direction: column; align-items: stretch; gap: 18px; }
  .primary-nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 680px; height: 88svh; }
  .hero-content { padding-bottom: 75px; }
  .hero-note { display: none; }
  .section { padding: 85px 0; }
  .intro-grid,.section-heading,.entry-grid,.custom-band-grid,.contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .feature { grid-template-columns: 1fr; }
  .feature-media { min-height: 430px; }
  .feature-copy { padding: 45px 30px; }
  .product-pair { gap: 25px; }
  .product-card.offset { margin-top: 45px; }
  .custom-band-grid .button { grid-column: auto; }
  .entry-grid { gap: 55px; }
  .entry-photo-wrap { max-width: 600px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid div { justify-self: end; }
  .copyright { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  h1 { font-size: clamp(3.2rem,16vw,5.2rem); }
  .hero-copy { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: 38px; }
  .product-pair,.spec-grid,.steps,.field-row { grid-template-columns: 1fr; }
  .product-card.offset { margin-top: 35px; }
  .feature-media { min-height: 315px; }
  .material-tag { right: 10px; }
  .steps li,.steps li + li { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .steps li:first-child { border-top: 0; }
  .steps h3 { margin-top: 18px; }
  .attachment-card { grid-template-columns: 40px 1fr; }
  .attachment-icon { width: 40px; height: 40px; }
  .attachment-button { grid-column: 1 / -1; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid div { justify-self: start; flex-wrap: wrap; }
  .copyright { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
