:root {
  --paper: #f5f1e8;
  --paper-deep: #e9e1d3;
  --surface: #fffdf8;
  --ink: #1c1b19;
  --ink-soft: #46423d;
  --muted: #726b62;
  --line: #d8cebf;
  --copper: #a14e35;
  --copper-dark: #71301f;
  --sage: #687064;
  --white: #fff;
  --max: 1200px;
  --radius: 2px;
  --shadow: 0 20px 60px rgba(39, 28, 20, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: #d9aa93; color: var(--ink); }

.shell { width: min(calc(100% - 40px), var(--max)); 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; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 10px 14px; border: 2px solid var(--copper); }
.skip-link:focus { transform: none; }

.topline { background: var(--ink); color: #f5ede3; font-size: 13px; letter-spacing: .035em; }
.topline .shell { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topline a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(245,241,232,.96); border-bottom: 1px solid rgba(69,58,48,.12); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: block; width: 170px; flex: 0 0 auto; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav ul { list-style: none; display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 650; letter-spacing: .01em; }
.site-nav li a { position: relative; padding-block: 28px; }
.site-nav li a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--copper); transition: right .2s ease; }
.site-nav li a:hover::after, .site-nav li a:focus-visible::after, .site-nav li a[aria-current='page']::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 12px 20px; border: 1px solid var(--copper); border-radius: var(--radius); background: var(--copper); color: var(--white); text-decoration: none; font-size: 14px; line-height: 1.2; font-weight: 750; letter-spacing: .025em; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: var(--copper-dark); border-color: var(--copper-dark); transform: translateY(-1px); }
.button--secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.button--secondary:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button--small { min-height: 40px; padding: 9px 15px; }
.button:focus-visible, .nav-toggle:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #e29b7d; outline-offset: 3px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--copper-dark); font-weight: 750; text-decoration-thickness: 1px; }

.eyebrow { margin: 0 0 14px; color: var(--copper); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -.025em; text-wrap: balance; hyphens: auto; overflow-wrap: break-word; }
h1 { font-size: clamp(46px, 7vw, 92px); }
h2 { font-size: clamp(34px, 4vw, 58px); }
h3 { font-size: 25px; }
p { margin: 0 0 1em; }
.lead { max-width: 760px; color: var(--ink-soft); font-size: clamp(19px, 2.1vw, 27px); line-height: 1.45; }
.small { font-size: 13px; color: var(--muted); line-height: 1.55; }

.home-hero { position: relative; min-height: 690px; overflow: hidden; background: #ded3c3; isolation: isolate; }
.home-hero__media { position: absolute; inset: 0; z-index: -2; display: block; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,17,17,.94) 0%, rgba(15,17,17,.84) 37%, rgba(15,17,17,.34) 66%, rgba(15,17,17,.12) 100%); }
.home-hero__inner { min-height: 690px; display: flex; align-items: center; padding-block: 80px; }
.home-hero__copy { max-width: 690px; }
.home-hero h1 { max-width: 760px; color: var(--white); font-size: clamp(52px, 6.7vw, 90px); }
.home-hero .lead { max-width: 650px; margin-top: 24px; color: #eee7dc; }
.home-hero .eyebrow { color: #e4a388; }
.home-hero .button--secondary { color: var(--white); border-color: rgba(255,255,255,.8); }
.home-hero .button--secondary:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { max-width: 620px; margin: 24px 0 0; color: #ddd6cb; font-size: 13px; border-left: 2px solid #e4a388; padding-left: 15px; }

.boundary-strip { background: var(--surface); border-block: 1px solid var(--line); }
.boundary-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.boundary-grid > div { min-height: 120px; padding: 28px 24px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.boundary-grid > div:last-child { border-right: 1px solid var(--line); }
.boundary-grid span { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.boundary-grid strong { display: block; margin-top: 7px; font-family: var(--serif); font-size: 18px; line-height: 1.3; font-weight: 500; }

.section { padding-block: clamp(76px, 10vw, 132px); }
.section--stone { background: var(--paper-deep); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--copper { background: var(--copper-dark); color: var(--white); }
.section--ink .lead, .section--ink .section-heading > p:last-child, .section--copper p { color: #d6cec2; }
.section--ink .eyebrow, .section--copper .eyebrow { color: #dda086; }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading > p:last-child { max-width: 700px; margin: 20px 0 0; color: var(--ink-soft); font-size: 18px; }
.section-action { margin: 34px 0 0; }

.page-hero { min-height: 520px; display: flex; align-items: flex-end; background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.page-hero__inner { padding-block: 60px 82px; }
.page-hero h1 { max-width: 1050px; font-size: clamp(48px, 6.4vw, 84px); }
.page-hero .lead { margin-top: 22px; }
.breadcrumbs { margin-bottom: 70px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; color: var(--muted); font-size: 13px; }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 9px; color: #aaa195; }
.breadcrumbs a { color: inherit; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid--five { grid-template-columns: repeat(5, 1fr); }
.feature-card { min-height: 260px; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.2); }
.feature-card h3 { margin-bottom: 18px; }
.feature-card p { color: var(--ink-soft); font-size: 15px; }
.feature-card .text-link { margin-top: 12px; font-size: 14px; }
.section--ink .feature-card { border-color: #4a4640; background: transparent; }
.section--ink .feature-card p { color: #c7bfb3; }

.home-products { display: grid; grid-template-columns: 1.55fr .75fr; gap: 26px; }
.home-products__image { position: relative; min-height: 590px; overflow: hidden; color: var(--white); background: var(--ink); text-decoration: none; }
.home-products__image::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.74)); }
.home-products__image img { width: 100%; height: 114%; object-fit: cover; object-position: center top; transition: transform .5s ease; }
.home-products__image:hover img { transform: scale(1.025); }
.home-products__image span { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 30px; font-family: var(--serif); font-size: 32px; line-height: 1.08; }
.home-products__links { display: grid; border-top: 1px solid var(--line); }
.home-products__links a { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 190px; padding: 28px 72px 28px 28px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease; }
.home-products__links a:hover { background: var(--surface); }
.home-products__links span { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.home-products__links b { margin-top: 8px; font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.2; }
.home-products__links i { position: absolute; right: 26px; top: 28px; color: var(--copper); font-size: 12px; font-style: normal; }
.product-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-category-card { display: block; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 16px 40px rgba(39,28,20,.08); transition: transform .25s ease, box-shadow .25s ease; }
.product-category-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(39,28,20,.14); }
.product-category-card:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
.product-category-card img { width: 100%; aspect-ratio: 988 / 888; object-fit: cover; transition: transform .45s ease; }
.product-category-card:hover img { transform: scale(1.018); }
.product-category-card > span { position: relative; display: grid; gap: 7px; min-height: 112px; padding: 21px 54px 21px 22px; }
.product-category-card small { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-category-card strong { font-family: var(--serif); font-size: clamp(22px, 2vw, 28px); font-weight: 500; line-height: 1.12; }
.product-category-card b { position: absolute; top: 23px; right: 22px; color: var(--copper); font-size: 18px; font-weight: 500; }
.more-product-families { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 7vw, 90px); align-items: end; margin-top: 58px; padding-top: 44px; border-top: 1px solid var(--line); }
.more-product-families h3 { margin: 8px 0 15px; font-size: clamp(30px, 3.4vw, 44px); }
.more-product-families p:last-child { max-width: 580px; color: var(--ink-soft); }
.product-family-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-family-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; padding: 15px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 21px; text-decoration: none; transition: color .2s ease, background .2s ease; }
.product-family-links a:hover { color: var(--copper-dark); background: var(--surface); }
.product-family-links a:last-child { grid-column: 1 / -1; }
.product-family-links span { color: var(--copper); font-family: var(--sans); font-size: 15px; }
.feature-card[id] { scroll-margin-top: 150px; }

.split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(52px, 8vw, 110px); align-items: start; }
.split--media { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; }
.split .section-heading { margin-bottom: 34px; }
.media-frame { width: 100%; box-shadow: var(--shadow); object-fit: cover; }
.media-frame--landscape, .media-frame--product { aspect-ratio: 4 / 3; object-position: center top; }
.media-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.media-tile { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #d8cec0; box-shadow: 0 15px 40px rgba(39, 28, 20, .1); }
.media-tile img { width: 100%; height: 310px; object-fit: cover; transition: transform .45s ease; }
.media-tile:hover img { transform: scale(1.018); }
.media-tile figcaption { position: absolute; inset: auto 0 0; padding: 34px 18px 14px; color: var(--white); background: linear-gradient(transparent, rgba(18,17,15,.82)); font-size: 13px; font-weight: 750; letter-spacing: .035em; }
.media-tile--product img { height: 340px; object-position: center top; }
.media-gallery--home { margin-top: 26px; }
.media-gallery--process { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.media-gallery--process .media-tile img { height: 280px; }
.media-gallery--quality { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.media-gallery--quality .media-tile img { height: 430px; }
.media-gallery--details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.media-gallery--details .media-tile img { height: auto; aspect-ratio: 1; }
.media-gallery--material { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.media-gallery--material .media-tile:last-child { grid-column: 1 / -1; }
.media-gallery--material .media-tile img { height: 235px; }
.media-gallery--company .media-tile img { height: 330px; }
.visual-index { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.visual-card { min-width: 0; margin: 0; border: 1px solid var(--line); background: var(--surface); }
.visual-card__media { height: 150px; overflow: hidden; background: #d7cec1; }
.visual-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.visual-card:hover .visual-card__media img { transform: scale(1.025); }
.visual-card figcaption { display: flex; align-items: baseline; gap: 10px; min-height: 64px; padding: 13px 14px; }
.visual-card figcaption span { flex: 0 0 auto; color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.visual-card figcaption strong { font-family: var(--serif); font-size: 17px; line-height: 1.2; font-weight: 500; }
.visual-index--quality { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.visual-index--home-craft { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.visual-index--home-craft .visual-card__media { height: 145px; }
.mode-stack { display: grid; gap: 1px; background: #4a4640; border: 1px solid #4a4640; }
.mode-stack--media { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mode-stack--media > img { grid-column: 1 / -1; width: 100%; height: 300px; object-fit: cover; }
.mode-stack article { min-height: 210px; padding: 32px; background: var(--ink); }
.mode-stack span { color: #dda086; font-size: 12px; letter-spacing: .12em; }
.mode-stack h3 { margin: 12px 0; }
.mode-stack p { margin: 0; color: #c7bfb3; }

.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--copper); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.steps h3 { margin-bottom: 9px; }
.steps p { max-width: 760px; margin: 0; color: var(--ink-soft); }
.section--ink .steps { border-color: #4a4640; }
.section--ink .steps li { border-color: #4a4640; }
.section--ink .steps p { color: #c7bfb3; }

.compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.compare--three { grid-template-columns: repeat(3, 1fr); }
.compare article { padding: clamp(36px, 5vw, 68px); background: var(--surface); }
.compare h2 { font-size: clamp(34px, 3.6vw, 52px); margin-bottom: 24px; }
.compare h3 { margin-bottom: 18px; font-size: clamp(24px, 2.2vw, 34px); }
.compare p, .compare li { color: var(--ink-soft); }
.compare ul { margin: 26px 0 0; padding-left: 20px; }
.compare li + li { margin-top: 10px; }

.product-layout { display: grid; gap: 26px; }
.product-feature { display: grid; grid-template-columns: 1.3fr .7fr; background: var(--ink); color: var(--paper); }
.product-feature img { width: 100%; height: 520px; object-fit: cover; }
.product-feature > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 72px); }
.product-feature h2 { margin-bottom: 20px; }
.product-feature p:not(.eyebrow) { color: #d5cec4; }
.product-feature .button { margin-top: 16px; align-self: flex-start; }

.spec-list { margin: 34px 0 0; border-top: 1px solid var(--line); }
.spec-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--copper-dark); font-weight: 750; }
.spec-list dd { margin: 0; color: var(--ink-soft); }
.checklist { border-top: 1px solid currentColor; }
.checklist p { position: relative; margin: 0; padding: 20px 20px 20px 42px; border-bottom: 1px solid rgba(255,255,255,.23); }
.checklist p::before { content: '✓'; position: absolute; left: 4px; color: #dda086; font-weight: 800; }
.notice { max-width: 920px; padding: 30px 32px; border-left: 4px solid var(--copper); background: var(--surface); box-shadow: 0 10px 35px rgba(45,34,26,.08); }
.notice p:last-child { margin: 0; color: var(--ink-soft); }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band > div { max-width: 790px; }
.cta-band p:not(.eyebrow) { margin: 18px 0 0; }
.section--copper .button { background: var(--white); border-color: var(--white); color: var(--copper-dark); }
.section--related { border-top: 1px solid var(--line); background: #eee8df; }
.external-link { display: inline-flex; align-items: center; gap: 7px; color: inherit; font-weight: 750; text-underline-offset: 4px; }
.external-link + .external-link { margin-left: 18px; }
.resource-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 36px; background: #4a4640; border: 1px solid #4a4640; }
.resource-links article { min-height: 210px; padding: 34px; background: var(--ink); }
.resource-links h3 { margin-bottom: 12px; }
.resource-links p { color: #c7bfb3; }
.resource-links .external-link { color: #f1c0a7; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 26px 62px 26px 0; font-family: var(--serif); font-size: 24px; line-height: 1.25; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 12px; top: 21px; color: var(--copper); font-family: var(--sans); font-size: 30px; font-weight: 300; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details div { max-width: 820px; padding: 0 0 28px; color: var(--ink-soft); }
.faq-list details div p { margin: 0; }
.section--ink .faq-list { border-color: #4a4640; }
.section--ink .faq-list details { border-color: #4a4640; }
.section--ink .faq-list details div { color: #c7bfb3; }

.video-card { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 420px; background: var(--ink); color: var(--paper); }
.video-card > div:first-child { padding: clamp(38px, 6vw, 74px); align-self: center; }
.video-card p:not(.eyebrow) { color: #c7bfb3; }
.video-placeholder { display: grid; place-items: center; min-height: 360px; background: linear-gradient(140deg, #4c463f, #211f1c); }
.video-placeholder span { display: grid; place-items: center; width: 90px; aspect-ratio: 1; border: 1px solid #c9bbaa; border-radius: 50%; color: #e2a388; font-size: 32px; }
.video-card iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

.inquiry-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr); gap: 60px; align-items: start; }
.inquiry-form { display: grid; gap: 26px; scroll-margin-top: 140px; }
.form-row { display: grid; gap: 8px; }
.form-row label, fieldset legend { font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid #aea498; border-radius: 0; background: var(--surface); color: var(--ink); padding: 13px 14px; }
textarea { resize: vertical; min-height: 180px; }
input[aria-invalid='true'], textarea[aria-invalid='true'] { border-color: #a22f25; box-shadow: 0 0 0 1px #a22f25; }
.field-error { min-height: 1.2em; margin: 0; color: #8e271f; font-size: 13px; }
fieldset { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 22px; border: 1px solid var(--line); }
fieldset legend { padding-inline: 8px; }
.check { display: flex; align-items: center; gap: 9px; font-weight: 500; }
.check input { width: 20px; height: 20px; margin: 0; accent-color: var(--copper); }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.brief-panel { position: sticky; top: 112px; padding: 34px; background: var(--ink); color: var(--paper); box-shadow: var(--shadow); }
.brief-panel h2 { font-size: 38px; margin-bottom: 20px; }
.brief-panel p { color: #c7bfb3; }
.brief-panel strong { color: var(--paper); }
.brief-panel hr { margin: 28px 0; border: 0; border-top: 1px solid #4a4640; }
.brief-panel pre { max-height: 440px; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; padding: 18px; background: #292622; color: #f6efe4; font-family: ui-monospace, Consolas, monospace; font-size: 13px; line-height: 1.6; }
.brief-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.brief-panel .button--secondary { color: var(--paper); border-color: #bdb4a7; }
.status-message { min-height: 1.4em; margin: 13px 0 0; color: #e2a388 !important; font-size: 13px; }

.prose { max-width: 860px; }
.prose h2 { margin: 1.4em 0 .45em; font-size: clamp(30px, 3.4vw, 44px); }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-soft); }

.site-footer { padding-top: 76px; background: #12110f; color: #e8e0d4; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, .75fr); gap: 32px; padding-bottom: 64px; }
.footer-brand img { width: 180px; filter: invert(1) grayscale(1) brightness(3); }
.footer-brand > p { max-width: 390px; margin-top: 24px; color: #aaa196; }
.footer-grid h2 { margin-bottom: 20px; font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #e2a388; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a { color: #d8d0c5; text-decoration: none; font-size: 14px; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #34312d; color: #8f877d; font-size: 12px; }

@media (max-width: 1060px) {
  .site-nav { position: fixed; inset: 118px 0 auto; display: none; padding: 30px 20px 40px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
  .site-nav[data-open='true'] { display: block; }
  .site-nav ul { display: grid; gap: 0; margin-bottom: 22px; }
  .site-nav li a { display: block; padding: 13px 0; font-size: 18px; border-bottom: 1px solid var(--line); }
  .site-nav li a::after { display: none; }
  .nav-toggle { display: block; }
  .feature-grid--five { grid-template-columns: repeat(2, 1fr); }
  .compare--three { grid-template-columns: 1fr; }
  .boundary-grid { grid-template-columns: repeat(2, 1fr); }
  .home-products { grid-template-columns: 1fr; }
  .home-products__links { grid-template-columns: repeat(3, 1fr); }
  .home-products__links a { min-height: 170px; }
  .product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .more-product-families { grid-template-columns: 1fr; }
  .media-gallery--process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .visual-index--home-craft { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(4, 1fr); gap: 26px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .topline .shell { min-height: 40px; justify-content: center; }
  .topline span { display: none; }
  .header-inner { min-height: 70px; }
  .brand { width: 142px; }
  .site-nav { inset-block-start: 110px; }
  .home-hero, .home-hero__inner { min-height: 700px; }
  .home-hero__media img { object-position: center; }
  .home-hero::after { background: linear-gradient(180deg, rgba(14,16,16,.9) 0%, rgba(14,16,16,.74) 70%, rgba(14,16,16,.55) 100%); }
  .home-hero__inner { align-items: flex-start; padding-top: 86px; }
  .home-hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .boundary-grid { grid-template-columns: 1fr; }
  .boundary-grid > div { min-height: 96px; padding: 21px 12px; border-right: 1px solid var(--line); }
  .section { padding-block: 74px; }
  .section-heading { margin-bottom: 34px; }
  .page-hero { min-height: 520px; }
  .page-hero__inner { padding-block: 40px 58px; }
  .page-hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .page-hero h1 { overflow-wrap: anywhere; }
  .breadcrumbs { margin-bottom: 48px; }
  .feature-grid, .feature-grid--five, .resource-links { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .home-products__image { min-height: 430px; }
  .home-products__image span { left: 22px; right: 22px; bottom: 22px; font-size: 26px; }
  .home-products__links { grid-template-columns: 1fr; }
  .home-products__links a { min-height: 120px; }
  .product-category-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-category-card > span { min-height: 100px; }
  .more-product-families { margin-top: 44px; padding-top: 36px; }
  .product-family-links { grid-template-columns: 1fr; }
  .product-family-links a:last-child { grid-column: auto; }
  .media-gallery, .media-gallery--process, .media-gallery--quality, .media-gallery--company { grid-template-columns: 1fr; }
  .media-gallery--details, .media-gallery--material { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-gallery--material .media-tile:last-child { grid-column: 1 / -1; }
  .media-tile img, .media-tile--product img, .media-gallery--process .media-tile img, .media-gallery--quality .media-tile img, .media-gallery--company .media-tile img { height: 300px; }
  .media-gallery--details .media-tile img { height: auto; }
  .visual-index, .visual-index--quality, .visual-index--home-craft { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .visual-card__media, .visual-index--home-craft .visual-card__media { height: 128px; }
  .visual-card figcaption { min-height: 60px; padding: 11px 10px; }
  .visual-card figcaption strong { font-size: 15px; }
  .mode-stack--media { grid-template-columns: 1fr; }
  .split, .split--media, .product-feature, .compare, .video-card, .inquiry-layout { grid-template-columns: 1fr; }
  .split { gap: 48px; }
  .product-feature img { height: 360px; }
  .steps li { grid-template-columns: 46px 1fr; gap: 15px; }
  .spec-list > div { grid-template-columns: 1fr; gap: 4px; }
  .external-link + .external-link { margin: 12px 0 0; }
  .cta-band { display: grid; }
  .cta-band .button { width: 100%; }
  .video-placeholder { min-height: 240px; }
  .brief-panel { position: static; }
  fieldset { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media print {
  .topline, .site-header, .site-footer, .page-hero, .inquiry-form, .brief-actions { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding: 0; }
  .inquiry-layout { display: block; }
  .brief-panel { position: static; background: #fff; color: #000; box-shadow: none; padding: 0; }
  .brief-panel p, .brief-panel pre { color: #000; }
  .brief-panel pre { max-height: none; border: 1px solid #aaa; background: #fff; }
}

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