:root {
  --ink: #171a16;
  --ink-2: #232720;
  --paper: #f1efe8;
  --paper-2: #e6e1d7;
  --white: #fbfaf6;
  --red: #a43528;
  --sand: #d5c4a4;
  --muted: #686d65;
  --line: rgba(23, 26, 22, .18);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(92px, 9vw, 150px); }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }

.eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255, 255, 255, .74); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; border: 1px solid transparent; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: #8f2b20; }
.button-glass { border-color: rgba(255,255,255,.48); color: #fff; backdrop-filter: blur(8px); }
.button-glass:hover { background: rgba(255,255,255,.12); }
.button-outline { border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link.light { color: #fff; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: white; transition: background .3s, color .3s, box-shadow .3s; }
.header-inner { height: 94px; width: min(calc(100% - 64px), var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 38px; border-bottom: 1px solid rgba(255,255,255,.28); }
.site-header.is-scrolled { background: rgba(241,239,232,.95); color: var(--ink); box-shadow: 0 8px 30px rgba(16,18,15,.08); backdrop-filter: blur(14px); }
.site-header.is-scrolled .header-inner { border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; border-bottom: 0 !important; text-decoration: none !important; }
.brand:hover, .brand:focus, .brand:active { border-bottom: 0 !important; text-decoration: none !important; }
.brand-mark { position: relative; width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; overflow: hidden; border: 0; border-radius: 0; background: transparent; }
.brand-mark img { position: absolute; z-index: 1; top: -1px; left: 50%; width: 70px; height: auto; max-width: none; transform: translateX(-50%); }
.brand-name { display: inline-flex; align-items: baseline; gap: 0; font-family: "Snell Roundhand", "Apple Chancery", "Brush Script MT", cursive; font-size: 25px; font-weight: 600; letter-spacing: -.025em; line-height: 1; white-space: nowrap; }
.brand-name, .brand-name span { border-bottom: 0 !important; text-decoration: none !important; }
.brand-red { margin-right: -.04em; }
.brand-home { margin-left: .22em; }
.brand-red { color: #c74234; }
.brand-gold { color: #d6b25f; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav a { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .8; }
.primary-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; }
.menu-toggle { display: none; }

.hero { position: relative; height: max(780px, 100svh); min-height: 780px; overflow: hidden; color: #fff; background: #1b211f; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 56%; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,10,.82) 0%, rgba(8,12,10,.54) 42%, rgba(8,12,10,.08) 78%), linear-gradient(0deg, rgba(7,9,8,.6), transparent 46%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-top: 150px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero h1 { max-width: 1040px; margin: 0; font-size: clamp(78px, 9.2vw, 150px); line-height: .82; }
.hero h1 em { color: var(--sand); font-weight: 400; }
.hero-copy { max-width: 590px; margin: 40px 0 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 35px; }
.hero-meta { position: absolute; z-index: 2; right: max(32px, calc((100vw - var(--max)) / 2)); bottom: 34px; display: flex; gap: 30px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.marquee { min-height: 74px; padding: 18px 32px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 48px); overflow: hidden; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; white-space: nowrap; }
.marquee i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.section-index { padding-top: 11px; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: var(--muted); }
.intro-copy h2 { max-width: 1000px; margin: 0; font-size: clamp(58px, 7.2vw, 112px); line-height: .9; }
.intro-columns { max-width: 980px; margin: 70px 0 0 auto; display: grid; grid-template-columns: 1.15fr .8fr; gap: 80px; align-items: start; }
.intro-columns p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.intro-columns .lead { color: var(--ink); font-family: Georgia, serif; font-size: clamp(24px, 2.2vw, 35px); line-height: 1.35; }

.materials { background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin: 0; font-size: clamp(54px, 6.2vw, 98px); line-height: .92; }
.section-heading > p { max-width: 510px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.materials .section-heading > p { color: rgba(255,255,255,.62); }
.material-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 340px; gap: 10px; }
.material-card { position: relative; overflow: hidden; background: #2b302b; }
.material-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,8,.84), transparent 63%); }
.material-card img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.material-card:hover img { transform: scale(1.04); }
.material-large { grid-column: span 2; grid-row: span 2; }
.material-wide { grid-column: span 2; }
.material-card > div { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; }
.material-card p { margin: 0 0 5px; color: var(--sand); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.material-card h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(27px, 2.3vw, 40px); font-weight: 400; letter-spacing: -.035em; }
.material-card div > span { display: block; margin-top: 8px; color: rgba(255,255,255,.68); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.card-number { position: absolute; z-index: 3; top: 18px; right: 18px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 9px; }

.products { background: var(--paper-2); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.product-card { min-height: 670px; display: grid; grid-template-columns: minmax(250px, .86fr) 1.14fr; background: var(--white); border: 1px solid rgba(23,26,22,.08); }
.product-media { min-width: 0; padding: 34px 24px; display: grid; place-items: center; background: #ebe7de; overflow: hidden; }
.product-media img { max-width: 330px; max-height: 470px; object-fit: contain; mix-blend-mode: multiply; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-info { padding: 40px 34px 34px; display: flex; flex-direction: column; }
.product-code { margin: 0; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.product-info h3 { margin: 16px 0 20px; font-family: Georgia, serif; font-size: clamp(29px, 2.25vw, 39px); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.product-spec { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-buy { margin-top: auto; padding: 28px 0 20px; display: flex; align-items: end; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); }
.product-buy strong { color: var(--red); font-family: Georgia, serif; font-size: clamp(34px, 3vw, 50px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.product-buy small { font-family: Arial, sans-serif; color: var(--muted); font-size: 10px; letter-spacing: 0; }
.product-buy label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-buy input { width: 64px; height: 40px; padding-inline: 8px; border: 1px solid var(--line); background: transparent; color: var(--ink); }
.product-action { min-height: 51px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: background .2s, color .2s; }
.product-action:hover { background: var(--ink); color: white; }
.product-note { margin: 25px 0 0; color: var(--muted); font-size: 12px; }

.services { background: var(--ink-2); color: white; }
.service-layout { display: grid; grid-template-columns: .72fr 1fr; gap: 9vw; }
.service-intro { position: sticky; top: 145px; align-self: start; }
.service-intro h2 { margin: 0; font-size: clamp(61px, 6.5vw, 105px); line-height: .88; }
.service-intro h2 em { color: var(--sand); font-weight: 400; }
.service-intro > p:not(.eyebrow) { max-width: 500px; margin: 36px 0 28px; color: rgba(255,255,255,.63); font-size: 17px; }
.service-list article { padding: 34px 0; display: grid; grid-template-columns: 48px minmax(200px, .8fr) 1fr; gap: 26px; align-items: start; border-top: 1px solid rgba(255,255,255,.2); }
.service-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.service-list span { color: var(--sand); font-size: 10px; letter-spacing: .16em; }
.service-list h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(24px, 2.2vw, 35px); font-weight: 400; line-height: 1.05; letter-spacing: -.03em; }
.service-list p { margin: 3px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.trade-note { margin-top: 90px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.48); font-size: 11px; }

.work { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 360px 260px 430px; gap: 10px; }
.work-grid figure { position: relative; margin: 0; overflow: hidden; background: #d8d3ca; }
.work-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,8,.74), transparent 55%); }
.work-grid img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.work-grid figure:hover img { transform: scale(1.025); }
.work-a { grid-row: span 2; }
.work-d { grid-column: span 2; }
.work-grid figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: white; }
.work-grid figcaption span { display: block; color: var(--sand); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.work-grid figcaption strong { display: block; margin-top: 5px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: -.03em; }
.work-footer { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.work-footer p { max-width: 480px; color: var(--muted); font-size: 14px; }

.process { padding-top: 0; background: var(--paper); }
.process-heading { padding-top: clamp(92px, 9vw, 150px); border-top: 1px solid var(--line); }
.process-list { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.process-list li { min-height: 310px; padding: 25px 26px 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.process-list h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact { background: var(--red); color: white; }
.contact-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 8vw; }
.contact-copy h2 { margin: 0; font-size: clamp(64px, 7vw, 112px); line-height: .87; }
.contact-copy > p:not(.eyebrow) { max-width: 550px; margin: 34px 0 44px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; }
.contact-links { display: grid; }
.contact-links a { padding: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.32); }
.contact-links a:last-child { border-bottom: 1px solid rgba(255,255,255,.32); }
.contact-links span { color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-links strong { font-family: Georgia, serif; font-size: clamp(20px, 2vw, 28px); font-weight: 400; text-align: right; line-height: 1.25; }
.project-form { padding: 44px; background: var(--paper); color: var(--ink); }
.form-heading { margin-bottom: 30px; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.form-heading span { font-family: Georgia, serif; font-size: 36px; letter-spacing: -.04em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.project-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.project-form input, .project-form select, .project-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 13px 0; background: transparent; color: var(--ink); outline: 0; font-size: 14px; letter-spacing: 0; text-transform: none; }
.project-form textarea { resize: vertical; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--red); }
.project-form .button { margin-top: 8px; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }

.footer { padding: 70px 0 26px; background: #10120f; color: white; }
.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 70px; }
.footer-brand p { max-width: 350px; margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: 13px; }
.footer h3 { margin: 0 0 18px; color: var(--sand); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main > div:not(.footer-brand) a,
.footer-main > div:not(.footer-brand) p,
.footer-main > div:not(.footer-brand) span { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.7; }
.footer-main a:hover { color: white; }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .primary-nav { gap: 20px; }
  .header-cta { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .product-card { grid-template-columns: 1fr; }
  .product-media { min-height: 400px; }
  .product-info { min-height: 360px; }
  .service-layout { grid-template-columns: .65fr 1fr; gap: 6vw; }
  .service-list article { grid-template-columns: 38px 1fr; }
  .service-list p { grid-column: 2; }
  .contact-layout { gap: 5vw; }
}

@media (max-width: 850px) {
  body { padding-bottom: 62px; }
  .shell, .header-inner { width: min(calc(100% - 36px), var(--max)); }
  .section { padding-block: 82px; }
  .header-inner { height: 76px; grid-template-columns: 1fr auto; }
  .menu-toggle { width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid currentColor; background: transparent; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: -1; inset: 0; padding: 120px 28px 34px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
  .primary-nav.is-open { opacity: 1; visibility: visible; }
  .primary-nav a { font-family: Georgia, serif; font-size: clamp(38px, 10vw, 58px); font-weight: 400; line-height: 1; letter-spacing: -.04em; text-transform: none; }
  .site-header:has(.primary-nav.is-open) { color: var(--ink); }
  .hero { height: 820px; min-height: 720px; }
  .hero-content { padding-top: 110px; }
  .hero h1 { font-size: clamp(64px, 18vw, 105px); line-height: .86; }
  .hero-copy { max-width: 490px; }
  .hero-meta { left: 18px; right: 18px; justify-content: space-between; gap: 12px; }
  .hero-meta span:nth-child(2) { display: none; }
  .marquee { justify-content: flex-start; overflow-x: auto; }
  .intro { grid-template-columns: 1fr; gap: 30px; }
  .intro-columns { margin-top: 45px; grid-template-columns: 1fr; gap: 30px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .material-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 300px; }
  .material-large { grid-column: span 2; grid-row: span 1; }
  .material-wide { grid-column: span 2; }
  .product-card { min-height: 0; }
  .services { padding-bottom: 80px; }
  .service-layout { grid-template-columns: 1fr; gap: 70px; }
  .service-intro { position: static; }
  .trade-note { margin-top: 60px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 280px 360px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-layout { grid-template-columns: 1fr; gap: 64px; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .mobile-bar { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: .75fr 1.25fr; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.18); }
  .mobile-bar a { display: grid; place-items: center; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-bar a:last-child { background: var(--red); }
}

@media (max-width: 600px) {
  .hero { height: 760px; min-height: 700px; }
  .hero-image { object-position: 64% center; }
  .hero h1 { font-size: clamp(58px, 20vw, 82px); }
  .hero-copy { margin-top: 26px; font-size: 16px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .intro-copy h2, .section-heading h2 { font-size: 49px; }
  .intro-columns .lead { font-size: 25px; }
  .material-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .material-large, .material-wide { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-media { min-height: 360px; }
  .product-info { min-height: 360px; padding: 30px 24px 24px; }
  .service-intro h2 { font-size: 55px; }
  .service-list article { padding-block: 28px; grid-template-columns: 32px 1fr; gap: 14px; }
  .work-grid { display: block; }
  .work-grid figure { height: 360px; margin-bottom: 10px; }
  .work-footer { align-items: stretch; flex-direction: column; }
  .work-footer .button { justify-content: space-between; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-copy h2 { font-size: 57px; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-links strong { text-align: left; }
  .project-form { padding: 29px 22px; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .project-form .button { width: 100%; justify-content: space-between; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .material-card img, .work-grid img, .product-media img { transition: none; }
}
