:root {
  --ivory: #f6f2e8;
  --ivory-2: #ece6d9;
  --forest: #31483d;
  --forest-deep: #20382f;
  --sage: #dde4db;
  --sage-deep: #9eafa2;
  --wood: #c9ae88;
  --clay: #a8662d;
  --ink: #1e322a;
  --line: rgba(49, 72, 61, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--forest); font-family: var(--sans); line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.prototype-bar { min-height: 29px; padding: 6px 20px; background: var(--forest-deep); color: #fffaf0; text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.site-header { position: sticky; top: 0; z-index: 20; height: 74px; padding: 0 max(28px, 4vw); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(246, 242, 232, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; align-items: center; gap: 7px; color: var(--forest-deep); font-family: var(--serif); font-size: 26px; font-weight: 700; letter-spacing: -.06em; white-space: nowrap; }
.wordmark-mark { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50% 50% 46% 50%; background: var(--clay); color: var(--ivory); font-family: var(--sans); font-size: 14px; font-weight: 800; letter-spacing: 0; transform: rotate(-11deg); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2.1vw, 32px); font-size: 12px; font-weight: 750; letter-spacing: .035em; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--clay); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.quote-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .055em; white-space: nowrap; }
.quote-link span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--forest); color: var(--ivory); font-size: 10px; }

main { overflow: hidden; }
.page-hero { position: relative; min-height: min(580px, 69vh); padding: clamp(76px, 10vw, 140px) max(28px, 8vw) clamp(56px, 8vw, 100px); display: grid; grid-template-columns: minmax(0, 720px) minmax(280px, 1fr); align-items: end; gap: 40px; background: var(--sage); border-bottom: 1px solid var(--line); }
.page-hero::before { position: absolute; inset: 0 0 auto 58%; height: 100%; background: linear-gradient(145deg, transparent 12%, rgba(201, 174, 136, .42)); content: ""; clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%); }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1, .section-heading h1, .detail-copy h1 { max-width: 850px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(48px, 7vw, 104px); font-weight: 500; letter-spacing: -.02em; line-height: .89; }
.page-hero p { max-width: 500px; margin: 22px 0 0; color: #425a50; font-size: 16px; }
.hero-annotation { align-self: center; max-width: 310px; padding: 24px; border: 1px solid rgba(49, 72, 61, .28); background: rgba(246, 242, 232, .56); }
.hero-annotation span { display: block; margin-bottom: 8px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.hero-annotation p { margin: 0; font-size: 13px; }
.eyebrow, .section-label { margin: 0 0 12px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; width: 22px; height: 22px; margin-right: 7px; place-items: center; border-radius: 50%; background: var(--clay); color: var(--ivory); font-size: 9px; }
.lead { max-width: 620px; color: #4d6359; font-size: clamp(17px, 1.7vw, 21px); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 18px; padding: 11px 17px; border: 1px solid transparent; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .025em; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button b, .text-link b { font-size: 18px; font-weight: 400; line-height: 0; }
.button-dark { background: var(--forest-deep); color: var(--ivory); }
.button-dark:hover { background: var(--clay); }
.button-warm { background: var(--clay); color: #fffaf1; }
.button-quiet { border-color: var(--forest); background: transparent; color: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 4px 0; border: 0; border-bottom: 1px solid transparent; background: none; cursor: pointer; font-size: 11px; font-weight: 850; text-align: left; }
.text-link:hover { border-bottom-color: var(--clay); }

.stage-rail { position: fixed; top: 48%; left: max(18px, 2.1vw); z-index: 12; display: grid; gap: 12px; transform: translateY(-50%); }
.stage-rail a { display: grid; grid-template-columns: 24px auto; align-items: center; gap: 7px; color: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: .09em; opacity: .6; }
.stage-rail a::before { grid-row: 1 / 3; width: 13px; height: 13px; border: 1px solid var(--forest); border-radius: 50%; content: ""; }
.stage-rail a:first-child::before { background: var(--clay); border-color: var(--clay); }
.stage-rail i { grid-column: 2; font-style: normal; font-size: 9px; font-weight: 600; letter-spacing: .01em; }
.home-stages { scroll-snap-type: y proximity; }
.stage { position: relative; min-height: calc(100vh - 103px); display: grid; align-items: center; padding: clamp(80px, 10vw, 130px) max(38px, 14vw) clamp(65px, 9vw, 100px); scroll-snap-align: start; isolation: isolate; overflow: hidden; }
.stage-art { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.stage::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(246,242,232,.98) 3%, rgba(246,242,232,.83) 41%, rgba(246,242,232,.08) 78%); content: ""; }
.stage-copy { max-width: min(620px, 58vw); }
.stage-copy h1 { max-width: 620px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 7.5vw, 112px); font-weight: 500; letter-spacing: -.02em; line-height: .83; }
.stage-lead { max-width: 465px; margin: 28px 0 0; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; }
.stage-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 550px; margin: 34px 0 18px; }
.stage-detail-grid > div { padding-top: 12px; border-top: 1px solid rgba(49,72,61,.4); }
.stage-detail-grid span { color: var(--clay); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.stage-detail-grid p { margin: 7px 0 0; font-size: 12px; line-height: 1.55; }
.system-note { max-width: 500px; margin: 0; color: #5c6f64; font-size: 11px; }
.stage-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.stage-next { position: absolute; bottom: 28px; left: max(38px, 14vw); display: flex; align-items: center; gap: 12px; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.stage-next b { font-size: 17px; font-weight: 400; }
.hotspots { position: absolute; top: 0; right: 0; width: 53%; height: 100%; }
.hotspot { position: absolute; left: var(--x); top: var(--y); display: inline-flex; align-items: center; gap: 7px; padding: 6px 8px; border: 0; border-radius: 3px; background: rgba(246,242,232,.89); color: var(--forest-deep); cursor: pointer; font-size: 9px; font-weight: 850; letter-spacing: .04em; box-shadow: 0 8px 22px rgba(35, 52, 44, .13); transform: translate(-50%, -50%); }
.hotspot span { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: var(--clay); color: var(--ivory); font-size: 8px; }
.hotspot:hover { background: var(--forest-deep); color: var(--ivory); }
.mobile-preview-list { display: none; }

.transition-strip { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; padding: 30px max(28px, 8vw); border-bottom: 1px solid var(--line); background: var(--wood); color: var(--forest-deep); }
.transition-strip p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 3vw, 40px); letter-spacing: -.015em; }
.transition-strip span { max-width: 300px; font-size: 11px; font-weight: 750; }
.section { padding: clamp(68px, 10vw, 132px) max(28px, 8vw); }
.section-heading { display: grid; grid-template-columns: minmax(0, 650px) minmax(260px, 390px); align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.section-heading h2 { margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(38px, 5vw, 70px); font-weight: 500; letter-spacing: -.02em; line-height: .91; }
.section-heading > p { margin: 0; color: #53685e; font-size: 14px; }
.solution-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.solution-preview { min-height: 420px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); background: var(--ivory); }
.solution-preview:nth-child(2) { background: #edf1e9; }
.solution-preview:nth-child(3) { background: #f3eadc; }
.solution-preview:last-child { border-right: 0; }
.solution-preview-image { height: 170px; margin: -4px -4px 24px; overflow: hidden; background: var(--sage); }
.solution-preview-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.solution-preview:hover img { transform: scale(1.08); }
.solution-preview h3 { margin: 0 0 10px; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(24px, 2.1vw, 34px); font-weight: 500; letter-spacing: -.015em; line-height: .9; }
.solution-preview p:not(.eyebrow) { min-height: 64px; margin: 0 0 20px; color: #5b6c62; font-size: 12px; }
.solution-preview .text-link { margin-top: auto; }
.featured-products { background: #e9ede7; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.product-card { display: flex; flex-direction: column; min-width: 0; background: var(--ivory); border: 1px solid var(--line); }
.product-visual { position: relative; display: grid; min-height: 210px; place-items: center; overflow: hidden; background: #dde4db; }
.product-visual::after { position: absolute; bottom: 23px; left: 50%; width: 58%; height: 20px; border-radius: 50%; background: rgba(32, 56, 47, .15); content: ""; filter: blur(9px); transform: translateX(-50%); }
.product-card:hover .product-art { transform: translateY(-8px) rotateY(-13deg) rotateX(8deg); }
.product-card-copy { display: flex; flex: 1; flex-direction: column; padding: 18px 18px 16px; }
.product-card-copy h3 { margin: 0 0 9px; color: var(--forest-deep); font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.01em; line-height: .96; }
.product-card-copy > p:not(.eyebrow) { margin: 0; color: #607267; font-size: 12px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 11px 17px; align-items: center; margin-top: auto; padding-top: 18px; }

.product-art { position: relative; z-index: 1; width: 120px; height: 112px; transform-style: preserve-3d; transition: transform .45s ease; }
.product-art > span, .product-art > i, .product-art > b { position: absolute; display: block; }
.art-bag span { inset: 14px 24px 4px; border: 4px solid #235946; border-radius: 10px 10px 25px 25px; background: linear-gradient(135deg, #d5ded4, #afc1b3); box-shadow: 9px 9px 0 rgba(50,82,66,.16); }
.art-bag i { top: 19px; left: 43px; width: 35px; height: 7px; border-radius: 10px; background: #235946; }
.art-bag-large span { inset: 12px 17px 2px; border-color: #235946; }
.art-pad span { inset: 33px 10px 34px; border: 1px solid #789685; background: #f6f2e8; box-shadow: 0 16px 0 #d1dbcf, 0 32px 0 #bacbbc; transform: rotate(-8deg) skewY(-5deg); }
.art-label span { inset: 23px 12px; border: 1px solid #799786; background: repeating-linear-gradient(180deg, #f6f2e8 0 12px, #d8e1d7 13px 14px); transform: rotate(-7deg); box-shadow: 7px 8px 0 rgba(49,72,61,.15); }
.art-seal span { top: 20px; left: 48px; width: 24px; height: 80px; border: 5px solid #235946; border-top: 0; border-radius: 0 0 17px 17px; transform: rotate(22deg); }
.art-tag span { inset: 15px 31px 10px; border: 5px solid #708777; border-radius: 30px 30px 12px 12px; background: #c8d4c9; box-shadow: 7px 8px 0 rgba(49,72,61,.14); }
.art-tag i { top: 27px; left: 54px; width: 12px; height: 12px; border-radius: 50%; background: #708777; }
.art-card span, .art-certificate span { inset: 25px 14px; border: 1px solid #859f8d; background: #f7f5ed; box-shadow: 9px 9px 0 rgba(49,72,61,.15); transform: rotate(-5deg); }
.art-card i, .art-certificate i { top: 45px; left: 33px; width: 54px; height: 3px; background: #2c5a49; box-shadow: 0 12px 0 #2c5a49, 0 24px 0 #2c5a49; }
.art-paw span { top: 40px; left: 37px; width: 46px; height: 43px; border-radius: 55% 55% 49% 49%; background: #25604d; }
.art-paw i { top: 20px; left: 26px; width: 22px; height: 25px; border-radius: 50%; background: #25604d; box-shadow: 27px -5px 0 #25604d, 51px 2px 0 #25604d; }
.art-clay span { inset: 22px 22px 13px; border-radius: 50%; background: linear-gradient(145deg, #d8ae78, #a8662d); box-shadow: 8px 8px 0 rgba(115,68,30,.2); }
.art-vial span { top: 15px; left: 42px; width: 36px; height: 83px; border: 4px solid #295746; border-radius: 10px 10px 18px 18px; background: rgba(230,235,226,.55); }
.art-vial i { top: 13px; left: 41px; width: 38px; height: 9px; border-radius: 3px; background: #254d3d; }
.art-urn span { inset: 22px 31px 8px; border-radius: 38% 38% 20% 20%; background: linear-gradient(90deg, #a67746, #e4c18c 48%, #835b35); box-shadow: 8px 9px 0 rgba(98,63,32,.2); }
.art-urn i { top: 15px; left: 29px; width: 64px; height: 16px; border-radius: 50%; background: #845c38; }
.art-urn-premium span { background: linear-gradient(90deg, #795833, #d1a96f 48%, #654728); }
.art-urn-metal span { background: linear-gradient(90deg, #6d827a, #d5e1dc 48%, #70877c); }
.art-box span { inset: 30px 13px 17px; border: 3px solid #617b6a; background: #d9c1a0; transform: perspective(120px) rotateX(11deg); box-shadow: 8px 10px 0 rgba(99,73,44,.16); }
.art-box i { top: 21px; left: 17px; width: 88px; height: 25px; border: 3px solid #617b6a; background: #e7d4ba; transform: skewX(-15deg); }
.art-carry span { inset: 40px 23px 12px; border: 4px solid #285946; border-radius: 3px 3px 13px 13px; background: #bfd0c2; }
.art-carry i { top: 18px; left: 39px; width: 43px; height: 35px; border: 4px solid #285946; border-bottom: 0; border-radius: 24px 24px 0 0; }

.custom-banner { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 540px; background: var(--forest); color: var(--ivory); }
.custom-banner-art { position: relative; min-height: 430px; overflow: hidden; background: linear-gradient(135deg, #cbb18d 0%, #deded0 54%, #adc0af 100%); }
.custom-banner-art::before { position: absolute; top: 13%; left: 18%; width: 45%; height: 58%; border: 14px solid #9d7049; border-radius: 6px 6px 22px 22px; background: #d2b58e; box-shadow: 83px 76px 0 -34px #4f705e, 49px 34px 0 -17px #f0e5d3; content: ""; transform: perspective(500px) rotateY(-20deg) rotateX(8deg); }
.custom-banner-art::after { position: absolute; right: 14%; bottom: 13%; width: 35%; height: 26%; border: 10px solid #856a4e; background: #ebdfce; content: ""; transform: rotate(-9deg); }
.custom-banner-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 110px); }
.custom-banner-copy h2 { max-width: 670px; margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 78px); font-weight: 500; letter-spacing: -.02em; line-height: .9; }
.custom-banner-copy > p:not(.section-label) { max-width: 540px; margin: 24px 0; color: #dce6dd; font-size: 15px; }
.custom-banner-copy .section-label { color: #d6b58d; }
.custom-banner-copy .button { align-self: flex-start; background: var(--ivory); color: var(--forest-deep); }

.footer { display: grid; grid-template-columns: 1fr auto; gap: 35px; padding: 46px max(28px, 8vw); background: var(--forest-deep); color: #e8eee5; }
.footer .wordmark { color: var(--ivory); }
.footer p { max-width: 360px; margin: 13px 0 0; color: #c8d3c9; font-size: 12px; }
.footer-note { text-align: right; font-size: 10px !important; font-weight: 800; letter-spacing: .09em; }

.solutions-grid { display: grid; gap: 34px; }
.solution-card { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(340px, 1fr); overflow: hidden; border: 1px solid var(--line); background: #f9f7f0; }
.solution-card:nth-child(even) { grid-template-columns: minmax(340px, 1fr) minmax(280px, .85fr); }
.solution-card:nth-child(even) .solution-card-image { order: 2; }
.solution-card-image { min-height: 430px; overflow: hidden; background: var(--sage); }
.solution-card-image img { width: 100%; height: 100%; object-fit: cover; }
.solution-card-copy { padding: clamp(31px, 5vw, 65px); }
.solution-card-copy h2 { margin: 0 0 14px; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(35px, 4vw, 56px); font-weight: 500; letter-spacing: -.02em; line-height: .91; }
.solution-card-copy > p:not(.eyebrow) { max-width: 610px; margin: 0; color: #53665d; font-size: 14px; }
.solution-card-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; margin: 26px 0 5px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.solution-card-copy li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.planned-note { margin: 13px 0 0 !important; color: var(--clay) !important; font-size: 11px !important; font-weight: 800; }

.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-tools p { margin: 0; font-size: 12px; }
.catalog-tools b { color: var(--clay); }
.catalog-note { padding: 18px 20px; border-left: 3px solid var(--clay); background: #efe9dc; color: #51665b; font-size: 12px; }
.catalog-note strong { color: var(--forest-deep); }
.catalog-page .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card .card-actions .text-link:last-child { color: var(--clay); }

.product-detail { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(360px, .85fr); min-height: 690px; }
.detail-art-panel { position: relative; display: grid; min-height: 560px; place-items: center; overflow: hidden; background: #dbe3d9; }
.detail-art-panel::after { position: absolute; bottom: 21%; left: 50%; width: 43%; height: 44px; border-radius: 50%; background: rgba(32,56,47,.16); content: ""; filter: blur(19px); transform: translateX(-50%); }
.detail-art-panel .product-art { width: 290px; height: 280px; transform: scale(2.15); }
.detail-art-panel > p { position: absolute; bottom: 27px; left: 35px; z-index: 2; margin: 0; font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.detail-copy { padding: clamp(48px, 8vw, 110px); background: #faf8f1; }
.detail-copy h1 { font-size: clamp(43px, 5vw, 72px); }
.detail-lead { max-width: 540px; margin: 24px 0; color: #53675d; font-size: 17px; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0; background: var(--line); }
.fact-grid div { min-height: 85px; padding: 17px; background: #faf8f1; }
.fact-grid span { display: block; margin-bottom: 6px; color: #718077; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fact-grid b { font-size: 12px; }
.quote-panel { display: grid; gap: 13px; padding: 20px; border: 1px solid var(--line); background: #ede8db; }
.quote-panel p { margin: 0; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.quote-panel label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.quote-panel select { width: 100%; padding: 11px; border: 1px solid var(--sage-deep); background: var(--ivory); color: var(--forest-deep); }
.quote-panel small { color: #65766c; font-size: 10px; line-height: 1.4; }

.private-label-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(30px, 8vw, 110px); align-items: start; }
.sticky-note { position: sticky; top: 106px; padding: 27px; background: var(--forest-deep); color: var(--ivory); }
.sticky-note h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 40px; font-weight: 500; letter-spacing: -.015em; line-height: .94; }
.sticky-note p { color: #d3ddd3; font-size: 13px; }
.private-label-list { display: grid; border-top: 1px solid var(--line); }
.private-label-item { display: grid; grid-template-columns: 76px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.private-label-item > span { color: var(--clay); font-family: var(--serif); font-size: 36px; }
.private-label-item h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: -.01em; line-height: 1; }
.private-label-item p { max-width: 590px; margin: 0; color: #566b60; font-size: 13px; }
.private-label-cta { margin-top: 45px; padding: 33px; background: var(--sage); }
.private-label-cta h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 39px; font-weight: 500; letter-spacing: -.015em; line-height: .94; }
.private-label-cta p { max-width: 620px; font-size: 13px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 550px; }
.about-grid > div { padding: clamp(40px, 8vw, 110px); }
.about-grid h2 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 76px); font-weight: 500; letter-spacing: -.02em; line-height: .9; }
.about-grid p { max-width: 520px; color: #566a60; font-size: 15px; }
.about-grid .about-card { background: var(--forest); color: var(--ivory); }
.about-card p { color: #d5dfd5; }
.about-list { margin: 35px 0 0; padding: 0; list-style: none; }
.about-list li { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.22); font-size: 13px; }
.about-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }

.quote-page { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(380px, 1.1fr); gap: clamp(35px, 8vw, 115px); align-items: start; }
.quote-page-intro { position: sticky; top: 104px; }
.quote-page-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 84px); font-weight: 500; letter-spacing: -.02em; line-height: .88; }
.quote-page-intro > p:not(.eyebrow) { max-width: 410px; color: #586c61; font-size: 15px; }
.quote-mode-toggle { display: flex; gap: 9px; margin-top: 28px; }
.quote-mode-toggle button { padding: 9px 11px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 10px; font-weight: 850; letter-spacing: .05em; }
.quote-mode-toggle button.active { border-color: var(--forest-deep); background: var(--forest-deep); color: var(--ivory); }
.quote-list { margin-bottom: 27px; border-top: 1px solid var(--line); }
.quote-line { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.quote-line h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -.01em; line-height: 1; }
.quote-line-actions { display: flex; align-items: center; gap: 13px; white-space: nowrap; font-size: 11px; }
.quote-line-actions button { border: 0; border-bottom: 1px solid var(--clay); background: none; color: var(--clay); cursor: pointer; font-size: 11px; font-weight: 800; }
.empty-quote { padding: 30px 0; }
.empty-quote h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 38px; font-weight: 500; letter-spacing: -.015em; }
.empty-quote p { max-width: 400px; color: #5d6f65; font-size: 13px; }
.quote-form { display: grid; gap: 18px; padding: 29px; background: #e8ede6; }
.quote-form h2 { margin: 0; font-family: var(--serif); font-size: 39px; font-weight: 500; letter-spacing: -.015em; line-height: .93; }
.quote-form > p { margin: 0; color: #5a6f64; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: grid; gap: 7px; color: var(--forest-deep); font-size: 11px; font-weight: 800; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid var(--sage-deep); border-radius: 0; background: #fffdf8; color: var(--forest-deep); outline: none; }
.form-field input { height: 43px; padding: 0 11px; }
.form-field textarea { min-height: 118px; padding: 10px 11px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 2px rgba(168,102,45,.12); }
.form-field.full { grid-column: 1 / -1; }
.form-message { min-height: 18px; margin: 0; color: #566a60; font-size: 11px; }
.form-message.success { color: #22603d; font-weight: 750; }
.form-fine-print { margin: 0; color: #67796e; font-size: 10px; line-height: 1.5; }

.preview-dialog { width: min(520px, calc(100vw - 32px)); border: 0; background: var(--ivory); color: var(--forest-deep); box-shadow: 0 30px 80px rgba(20,45,34,.25); }
.preview-dialog::backdrop { background: rgba(26,52,41,.48); backdrop-filter: blur(4px); }
.preview-dialog-inner { padding: 34px; }
.preview-dialog h2 { margin: 0; font-family: var(--serif); font-size: 46px; font-weight: 500; letter-spacing: -.015em; }
.preview-dialog p:not(.eyebrow) { color: #5a6c62; font-size: 13px; }
.dialog-close { position: absolute; top: 13px; right: 14px; width: 32px; height: 32px; border: 0; background: transparent; cursor: pointer; font-size: 23px; }
.dialog-object { height: 230px; margin: 23px 0; display: grid; place-items: center; overflow: hidden; background: var(--sage); }
.dialog-object .product-art { transform: scale(1.45) rotateY(-20deg); }

#site-toast { position: fixed; bottom: 22px; left: 50%; z-index: 99; max-width: calc(100vw - 32px); padding: 12px 16px; background: var(--forest-deep); color: var(--ivory); box-shadow: 0 8px 26px rgba(32,56,47,.22); font-size: 12px; font-weight: 750; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .22s ease, transform .22s ease; }
#site-toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .main-nav { gap: 13px; font-size: 10px; }
  .stage { padding-left: 11vw; }
  .stage-copy { max-width: 61vw; }
  .solution-preview-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-preview:nth-child(2) { border-right: 0; }
  .solution-preview:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catalog-page .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .prototype-bar { font-size: 8px; letter-spacing: .09em; }
  .site-header { height: auto; min-height: 70px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 11px; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 4px; overflow-x: auto; font-size: 10px; }
  .main-nav a { padding: 5px 0; }
  .quote-link { padding: 8px 10px; font-size: 9px; }
  .wordmark { font-size: 23px; }
  .page-hero { min-height: 500px; grid-template-columns: 1fr; }
  .page-hero::before { left: 0; top: 50%; height: 50%; clip-path: none; }
  .hero-annotation { max-width: none; }
  .stage-rail { display: none; }
  .stage { min-height: 780px; padding: 74px 28px 86px; align-items: start; }
  .stage::after { background: linear-gradient(180deg, rgba(246,242,232,.98) 0, rgba(246,242,232,.89) 51%, rgba(246,242,232,.18) 100%); }
  .stage-copy { max-width: none; }
  .stage-copy h1 { font-size: clamp(57px, 16vw, 84px); }
  .stage-lead { max-width: 420px; }
  .stage-detail-grid { max-width: none; margin-top: 25px; }
  .stage-detail-grid p { font-size: 11px; }
  .stage-actions .button { width: 100%; }
  .stage-next { bottom: 22px; left: 28px; }
  .hotspots { display: none; }
  .mobile-preview-list { display: grid; gap: 7px; margin-top: 16px; }
  .mobile-preview-list button { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 10px; border: 1px solid rgba(49,72,61,.35); background: rgba(246,242,232,.82); color: var(--forest-deep); cursor: pointer; font-size: 10px; font-weight: 800; text-align: left; }
  .mobile-preview-list b { color: var(--clay); font-weight: 850; white-space: nowrap; }
  .transition-strip { display: block; }
  .transition-strip span { display: block; margin-top: 12px; }
  .section-heading, .custom-banner, .private-label-grid, .about-grid, .quote-page { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 31px; }
  .section-heading h2 { font-size: 46px; }
  .solution-preview-grid, .product-grid, .catalog-page .product-grid { grid-template-columns: 1fr; }
  .solution-preview { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-preview:last-child { border-bottom: 0; }
  .product-grid { gap: 12px; }
  .product-visual { min-height: 220px; }
  .custom-banner-art { min-height: 300px; }
  .footer { grid-template-columns: 1fr; }
  .footer-note { text-align: left; }
  .solution-card, .solution-card:nth-child(even), .product-detail { grid-template-columns: 1fr; }
  .solution-card:nth-child(even) .solution-card-image { order: 0; }
  .solution-card-image { min-height: 300px; }
  .solution-card-copy ul { grid-template-columns: 1fr; }
  .detail-art-panel { min-height: 420px; }
  .detail-art-panel .product-art { transform: scale(1.55); }
  .detail-copy { padding: 44px 28px; }
  .sticky-note, .quote-page-intro { position: static; }
  .about-grid > div { padding: 48px 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
}

/* V2.0 homepage: grounded product-system photography replaces the floating product layer. */
.hero-slide-image img { opacity: 1; filter: saturate(.92) contrast(.98); object-position: 68% center; }
.hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.97) 0%, rgba(246,242,232,.93) 39%, rgba(246,242,232,.42) 61%, rgba(246,242,232,.03) 77%); }
.hero-slide:nth-child(2) .hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.93) 39%, rgba(238,241,232,.46) 62%, rgba(246,242,232,.04) 78%); }
.hero-slide:nth-child(3) .hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.97) 0%, rgba(246,242,232,.92) 39%, rgba(241,235,219,.42) 62%, rgba(246,242,232,.03) 78%); }
.hero-copy { max-width: min(650px, 53vw); }
.hero-copy h1 { max-width: 650px; letter-spacing: -.028em; }
.hero-detail { max-width: 545px; }

@media (max-width: 760px) {
  .hero-slide-image img { object-position: 68% bottom; }
  .hero-slide-wash, .hero-slide:nth-child(2) .hero-slide-wash, .hero-slide:nth-child(3) .hero-slide-wash { background: linear-gradient(180deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.9) 47%, rgba(246,242,232,.24) 100%); }
  .hero-copy { max-width: none; }
}

/* V2.1 clarity pass: preserve the complete five-product composition and use only two type roles. */
.hero-slide-image { display: flex; align-items: flex-start; justify-content: flex-end; padding: 10px 0 92px; background: #f2efe7; }
.hero-slide-image img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; opacity: 1; filter: saturate(.98) contrast(1.02); }
.hero-slide.is-active .hero-slide-image img { animation: heroImageFade .7s ease both; }
.hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.94) 36%, rgba(246,242,232,.67) 45%, rgba(246,242,232,.17) 55%, rgba(246,242,232,0) 65%); }
.hero-slide:nth-child(2) .hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.94) 36%, rgba(238,241,232,.68) 45%, rgba(238,241,232,.18) 55%, rgba(238,241,232,0) 65%); }
.hero-slide:nth-child(3) .hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.94) 36%, rgba(241,235,219,.68) 45%, rgba(241,235,219,.18) 55%, rgba(241,235,219,0) 65%); }

@keyframes heroImageFade { from { opacity: 0; } to { opacity: 1; } }

.prototype-bar { font-size: 12px; letter-spacing: .1em; }
.main-nav { font-size: 13px; letter-spacing: .02em; }
.quote-link { font-size: 13px; letter-spacing: .03em; }
.quote-link span { font-size: 11px; }
.eyebrow, .section-label { font-size: 12px; letter-spacing: .1em; }
.eyebrow span, .hero-copy .eyebrow span { font-size: 11px; }
.button, .text-link { font-size: 13px; }
.hero-detail span { font-size: 11px; letter-spacing: .1em; }
.hero-detail p { font-size: 14px; }
.carousel-tabs button { font-size: 12px; letter-spacing: .02em; }
.carousel-tabs button span { font-size: 11px; }
.solution-preview p:not(.eyebrow), .product-card-copy > p:not(.eyebrow), .solution-card-copy li, .catalog-tools p, .catalog-note, .showcase-boundary, .catalogue-sidebar > div > p:not(.section-label), .catalogue-menu button, .catalogue-results-heading > p, .equipment-card-copy > p:not(.eyebrow), .equipment-spec-slots span, .water-spec-slots span, .detail-gallery figcaption, .supplier-tier-note, .supplier-tier-list li, .detail-source, .fact-grid span, .fact-grid b, .quote-panel p, .quote-panel label, .quote-panel small, .form-field, .form-message, .form-fine-print { font-size: 13px; letter-spacing: 0; }
.showcase-product-grid .product-card-copy .eyebrow, .showcase-product-grid .text-link, .equipment-card-copy .eyebrow, .equipment-card-visual span, .equipment-card-visual p, .water-card-visual > span, .water-card-visual p, .detail-art-panel > p, .planned-note { font-size: 12px; letter-spacing: .05em; }

@media (max-width: 760px) {
  .hero-slide-image { padding: 20px 0 88px; }
  .hero-slide-image img { object-fit: contain; object-position: right bottom; }
  .prototype-bar { font-size: 11px; }
  .main-nav, .quote-link, .eyebrow, .section-label, .button, .text-link, .carousel-tabs button { font-size: 12px; }
  .hero-detail span { font-size: 11px; }
  .hero-detail p { font-size: 13px; }
}

/* Last-resort readability floor for labels and utility text on every page. */
.hero-annotation span, .stage-rail a, .stage-rail i, .stage-detail-grid span, .system-note, .stage-next, .hotspot, .hotspot span, .transition-strip span, .footer-note, .quote-mode-toggle button, .quote-line-actions, .quote-line-actions button, .reference-price, .detail-source span, .entry-panel-lines + p, .equipment-entry-panel p, .equipment-hero-note span, .equipment-facts dd { font-size: 12px !important; letter-spacing: .04em; }
.showcase-product-grid .product-card-copy .eyebrow, .showcase-product-grid .text-link, .equipment-card-copy .eyebrow, .equipment-spec-slots span, .water-spec-slots span, .detail-gallery figcaption, .detail-art-panel > p, .planned-note { font-size: 12px !important; }

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

/* V0.4 homepage: one rotating product stage, not three scroll-bound screens. */
.hero-carousel { position: relative; min-height: min(800px, calc(100svh - 103px)); overflow: hidden; background: var(--sage); border-bottom: 1px solid var(--line); isolation: isolate; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; padding: clamp(66px, 8vw, 108px) max(34px, 10vw) 172px; opacity: 0; pointer-events: none; transform: scale(1.018); transition: opacity .72s ease, transform .9s cubic-bezier(.2,.78,.19,1); }
.hero-slide.is-active { z-index: 2; opacity: 1; pointer-events: auto; transform: scale(1); }
.hero-slide-image, .hero-slide-wash { position: absolute; inset: 0; }
.hero-slide-image { z-index: -3; overflow: hidden; }
.hero-slide-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .3; filter: saturate(.7) contrast(.95); transform: scale(1.04); }
.hero-slide.is-active .hero-slide-image img { animation: heroImageDrift 11s ease-in-out both; }
.hero-slide-wash { z-index: -2; background: linear-gradient(90deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.91) 42%, rgba(246,242,232,.36) 71%, rgba(246,242,232,.12) 100%); }
.hero-slide:nth-child(2) .hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.89) 40%, rgba(226,233,222,.46) 69%, rgba(246,242,232,.14) 100%); }
.hero-slide:nth-child(3) .hero-slide-wash { background: linear-gradient(90deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.9) 42%, rgba(242,231,211,.42) 71%, rgba(246,242,232,.13) 100%); }
.hero-copy { position: relative; z-index: 3; max-width: min(720px, 57vw); }
.hero-copy h1 { max-width: 720px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(52px, 6.3vw, 94px); font-weight: 500; letter-spacing: -.02em; line-height: .88; }
.hero-slide.is-active .hero-copy > * { animation: heroCopyIn .68s cubic-bezier(.2,.75,.2,1) both; }
.hero-slide.is-active .hero-copy .hero-lead { animation-delay: .08s; }
.hero-slide.is-active .hero-copy .hero-detail { animation-delay: .16s; }
.hero-slide.is-active .hero-copy .hero-actions { animation-delay: .24s; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 8px; }
.hero-copy .eyebrow span { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--clay); color: var(--ivory); font-size: 9px; }
.hero-lead { max-width: 485px; margin: 25px 0 0; color: #425a50; font-size: clamp(16px, 1.55vw, 19px); line-height: 1.55; }
.hero-detail { max-width: 520px; margin-top: 25px; padding: 11px 0 0; border-top: 1px solid rgba(49,72,61,.38); }
.hero-detail span { color: var(--clay); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.hero-detail p { margin: 6px 0 0; font-size: 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.hero-assembly { position: absolute; top: 8%; right: 5%; z-index: 1; width: min(50vw, 740px); height: 78%; perspective: 1050px; }
.hero-assembly::before { position: absolute; top: 51%; left: 51%; width: 59%; height: 18%; border-radius: 50%; background: radial-gradient(ellipse, rgba(38,71,56,.2) 0%, rgba(38,71,56,.04) 55%, transparent 72%); content: ""; filter: blur(15px); transform: translate(-50%, -50%) rotateX(64deg); }
.hero-assembly::after { position: absolute; inset: 8% 13%; border: 1px solid rgba(49,72,61,.2); border-radius: 50%; content: ""; transform: rotate(-18deg); }
.assembly-tag { position: absolute; top: 6%; right: 11%; color: var(--forest-deep); font-size: 9px; font-weight: 850; letter-spacing: .13em; opacity: .7; }
.floating-unit { position: absolute; top: var(--y); left: var(--x); z-index: 2; width: 132px; height: 124px; transform-style: preserve-3d; animation: heroObjectFloat var(--d) ease-in-out var(--delay) infinite; will-change: transform; }
.floating-unit::before { position: absolute; inset: 11% 8%; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,0)); box-shadow: inset -10px -10px 20px rgba(49,72,61,.06), 18px 22px 31px rgba(41,68,55,.13); content: ""; transform: translateZ(-22px) rotate(11deg); }
.floating-unit .product-art { position: absolute; top: 5px; left: 6px; width: 120px; height: 112px; filter: drop-shadow(9px 16px 9px rgba(32,56,47,.2)); transform: scale(1.1) rotateY(-12deg) rotateX(5deg); }
.floating-unit:nth-of-type(odd) .product-art { transform: scale(1.12) rotateY(13deg) rotateX(-6deg); }
.floating-unit.floating-product { width: var(--w); height: var(--h); }
.floating-unit.floating-product::before { display: none; }
.hero-product-link { position: relative; display: block; width: 100%; height: 100%; transform-style: preserve-3d; }
.hero-product-link::before { position: absolute; inset: 7% 10%; border: 1px solid rgba(246,242,232,0); border-radius: 50%; content: ""; transform: translateZ(-18px) scale(.92); transition: border-color .25s ease, box-shadow .25s ease, transform .45s cubic-bezier(.2,.78,.19,1); }
.hero-product-cutout { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(12px 18px 12px rgba(32,56,47,.23)); transform: rotateY(-8deg) rotateX(3deg); transition: filter .3s ease, transform .5s cubic-bezier(.2,.78,.19,1); }
.floating-product:nth-of-type(odd) .hero-product-cutout { transform: rotateY(11deg) rotateX(-4deg); }
.hero-product-link-label { position: absolute; top: 7%; left: 6%; z-index: 2; display: inline-flex; gap: 9px; align-items: center; padding: 8px 10px 8px 12px; border: 1px solid rgba(246,242,232,.75); background: rgba(30,57,47,.9); box-shadow: 8px 10px 18px rgba(35,54,46,.14); color: var(--ivory); font-size: 9px; font-weight: 850; letter-spacing: .075em; line-height: 1; opacity: 0; pointer-events: none; transform: translate3d(-6px, -4px, 20px); transition: opacity .2s ease, transform .3s cubic-bezier(.2,.78,.19,1); }
.hero-product-link-label b { color: #d7b67c; font-size: 14px; line-height: .5; }
.hero-product-link:hover::before, .hero-product-link:focus-visible::before { border-color: rgba(246,242,232,.8); box-shadow: inset 0 0 0 1px rgba(49,72,61,.12), 0 0 0 12px rgba(246,242,232,.08); transform: translateZ(-18px) scale(1.04); }
.hero-product-link:hover .hero-product-cutout, .hero-product-link:focus-visible .hero-product-cutout { filter: drop-shadow(16px 25px 16px rgba(32,56,47,.28)); transform: translate3d(0,-10px,36px) rotateY(-15deg) rotateX(5deg) scale(1.06); }
.floating-product:nth-of-type(odd) .hero-product-link:hover .hero-product-cutout, .floating-product:nth-of-type(odd) .hero-product-link:focus-visible .hero-product-cutout { transform: translate3d(0,-10px,36px) rotateY(16deg) rotateX(-5deg) scale(1.06); }
.hero-product-link:hover .hero-product-link-label, .hero-product-link:focus-visible .hero-product-link-label { opacity: 1; transform: translate3d(0, 0, 20px); }
.hero-product-link:focus-visible { outline: 2px solid var(--clay); outline-offset: 6px; }
.assembly-identity .floating-product .hero-product-cutout { filter: drop-shadow(14px 21px 14px rgba(92,70,17,.22)); }
.assembly-return .product-wood-urn .hero-product-cutout { filter: drop-shadow(15px 21px 13px rgba(90,61,35,.22)); }
.assembly-identity .hero-product-link:hover .hero-product-cutout, .assembly-identity .hero-product-link:focus-visible .hero-product-cutout { filter: drop-shadow(17px 27px 17px rgba(92,70,17,.28)); }
.assembly-return .product-wood-urn .hero-product-link:hover .hero-product-cutout, .assembly-return .product-wood-urn .hero-product-link:focus-visible .hero-product-cutout { filter: drop-shadow(18px 27px 17px rgba(90,61,35,.28)); }
.assembly-handling .floating-unit:nth-of-type(2) { z-index: 4; }
.assembly-identity .floating-unit:nth-of-type(3) { z-index: 4; }
.assembly-return .floating-unit:nth-of-type(2) { z-index: 4; }
.hero-slide:not(.is-active) .floating-unit, .hero-slide:not(.is-active) .hero-slide-image img { animation-play-state: paused; }
.hero-carousel-controls { position: absolute; right: max(34px, 10vw); bottom: 28px; left: max(34px, 10vw); z-index: 5; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-top: 18px; border-top: 1px solid rgba(49,72,61,.18); background: linear-gradient(90deg, rgba(246,242,232,.91) 0%, rgba(246,242,232,.72) 53%, rgba(246,242,232,0) 72%); }
.carousel-tabs { display: flex; gap: clamp(16px, 3.3vw, 51px); }
.carousel-tabs button { position: relative; display: flex; gap: 8px; align-items: baseline; padding: 8px 0 13px; border: 0; border-bottom: 1px solid rgba(49,72,61,.3); background: transparent; color: var(--forest); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .045em; opacity: .6; }
.carousel-tabs button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--clay); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.carousel-tabs button.is-active { opacity: 1; }
.carousel-tabs button.is-active::after { transform: scaleX(1); }
.carousel-tabs button span { color: var(--clay); font-size: 9px; }
.carousel-arrows { display: flex; gap: 7px; }
.carousel-arrows button { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--forest); background: rgba(246,242,232,.65); cursor: pointer; font-size: 17px; transition: background .2s ease, color .2s ease; }
.carousel-arrows button:hover { background: var(--forest-deep); color: var(--ivory); }

@keyframes heroObjectFloat {
  0%, 100% { transform: translate3d(-50%, -50%, 0) rotate(var(--r)) rotateY(-9deg) translateY(0); }
  36% { transform: translate3d(-50%, -50%, 35px) rotate(calc(var(--r) + 6deg)) rotateY(14deg) translateY(-19px); }
  67% { transform: translate3d(-50%, -50%, -8px) rotate(calc(var(--r) - 4deg)) rotateY(-17deg) translateY(10px); }
}
@keyframes heroImageDrift { from { transform: scale(1.04) translate3d(-.7%, .4%, 0); } to { transform: scale(1.11) translate3d(.8%, -.5%, 0); } }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 760px) {
  .hero-carousel { min-height: 860px; }
  .hero-slide { padding: 62px 28px 194px; align-items: start; }
  .hero-slide-wash, .hero-slide:nth-child(2) .hero-slide-wash, .hero-slide:nth-child(3) .hero-slide-wash { background: linear-gradient(180deg, rgba(246,242,232,.98) 0%, rgba(246,242,232,.9) 54%, rgba(246,242,232,.28) 100%); }
  .hero-copy { max-width: none; }
  .hero-copy h1 { font-size: clamp(46px, 12.3vw, 64px); line-height: .9; }
  .hero-lead { max-width: 410px; margin-top: 20px; font-size: 15px; }
  .hero-detail { margin-top: 20px; }
  .hero-detail p { max-width: 360px; font-size: 11px; }
  .hero-actions .button { width: 100%; }
  .hero-assembly { top: auto; right: 3%; bottom: 81px; width: 94vw; height: 280px; opacity: .95; }
  .hero-assembly { transform: scale(.83); transform-origin: right bottom; }
  .assembly-tag { top: 0; right: 8%; }
  .hero-product-link-label { top: 5%; left: 5%; padding: 7px 9px 7px 10px; font-size: 8px; opacity: .82; transform: translate3d(0, 0, 20px); }
  .hero-carousel-controls { right: 28px; bottom: 19px; left: 28px; align-items: center; padding-top: 13px; background: linear-gradient(90deg, rgba(246,242,232,.94), rgba(246,242,232,.58)); }
  .carousel-tabs { gap: 11px; }
  .carousel-tabs button { gap: 4px; font-size: 9px; }
  .carousel-tabs button span { display: none; }
}

/* V0.5 homepage catalogue: a quiet left navigator with a focused product wall. */
.catalogue-showcase { background: #eef1eb; }
.catalogue-stage { display: grid; grid-template-columns: minmax(230px, .29fr) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); background: #fbfaf5; }
.catalogue-sidebar { display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 28px 22px 24px; border-right: 1px solid var(--line); background: #e4ebe2; }
.catalogue-sidebar h3 { margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(30px, 3vw, 43px); font-weight: 500; letter-spacing: -.02em; line-height: .88; }
.catalogue-sidebar > div > p:not(.section-label) { max-width: 220px; margin: 15px 0 0; color: #5b6e63; font-size: 11px; line-height: 1.5; }
.catalogue-menu { display: grid; margin: 0 -4px; border-top: 1px solid rgba(49,72,61,.22); }
.catalogue-menu button { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 5px; border: 0; border-bottom: 1px solid rgba(49,72,61,.18); background: transparent; color: var(--forest-deep); cursor: pointer; font-size: 11px; font-weight: 820; letter-spacing: .015em; text-align: left; transition: padding .2s ease, color .2s ease; }
.catalogue-menu button b { display: grid; min-width: 19px; height: 19px; padding: 0 5px; place-items: center; border-radius: 12px; background: rgba(49,72,61,.12); color: #486354; font-size: 9px; }
.catalogue-menu button.is-active { padding-right: 10px; padding-left: 10px; background: var(--forest-deep); color: var(--ivory); }
.catalogue-menu button.is-active b { background: var(--clay); color: #fffaf1; }
.catalogue-sidebar > .text-link { align-self: flex-start; margin-top: auto; }
.catalogue-results { min-width: 0; padding: clamp(22px, 3.2vw, 45px); }
.catalogue-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 25px; }
.catalogue-results-heading h3 { max-width: 520px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(30px, 3.8vw, 53px); font-weight: 500; letter-spacing: -.02em; line-height: .9; }
.catalogue-results-heading > p { max-width: 280px; margin: 0; color: #5b6f64; font-size: 11px; line-height: 1.5; }
.showcase-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.showcase-product-grid .product-card { min-height: 0; animation: productCardReveal .34s both; }
.showcase-product-grid .product-card:nth-child(2) { animation-delay: .04s; }
.showcase-product-grid .product-card:nth-child(3) { animation-delay: .08s; }
.showcase-product-grid .product-card:nth-child(4) { animation-delay: .12s; }
.showcase-product-grid .product-visual { min-height: 154px; }
.showcase-product-grid .product-art { transform: scale(.82); transform-origin: center; }
.showcase-product-grid .product-card:hover .product-art { transform: translateY(-8px) rotateY(-13deg) rotateX(8deg) scale(.82); }
.showcase-product-grid .product-card-copy { padding: 13px 13px 12px; }
.showcase-product-grid .product-card-copy h3 { margin-bottom: 8px; font-size: clamp(19px, 1.75vw, 27px); }
.showcase-product-grid .product-card-copy .eyebrow { margin-bottom: 6px; font-size: 8px; letter-spacing: .1em; }
.showcase-product-grid .card-actions { gap: 9px; padding-top: 11px; }
.showcase-product-grid .text-link { font-size: 9px; }
.showcase-product-grid .text-link b { font-size: 14px; }
.showcase-boundary { margin: 17px 0 0; color: #6a7a70; font-size: 10px; line-height: 1.45; }
@keyframes productCardReveal { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }

/* V1.5 equipment workspace: image and specification records stay visibly separate until each machine is verified. */
.equipment-entry { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr); gap: clamp(34px, 7vw, 100px); align-items: center; padding: clamp(66px, 9vw, 118px) max(28px, 8vw); background: #e1e7df; border-top: 1px solid var(--line); }
.equipment-entry-copy h2, .equipment-intro h2, .equipment-section-heading h2, .equipment-water h2, .equipment-boundary h2 { margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(38px, 4.5vw, 66px); font-weight: 500; letter-spacing: -.025em; line-height: .9; }
.equipment-entry-copy > p:not(.section-label) { max-width: 505px; margin: 19px 0 27px; color: #53675d; font-size: 15px; }
.equipment-entry-panel { position: relative; min-height: 286px; padding: 29px; overflow: hidden; border: 1px solid rgba(49,72,61,.3); background: #f4f1e9; box-shadow: 16px 17px 0 rgba(49,72,61,.08); }
.equipment-entry-panel::before { position: absolute; top: 17px; right: 17px; bottom: 17px; left: 17px; border: 1px solid rgba(49,72,61,.12); content: ""; }
.entry-panel-mark { position: relative; z-index: 1; color: var(--clay); font-family: var(--serif); font-size: 92px; line-height: .8; }
.entry-panel-lines { position: absolute; top: 83px; right: 28px; left: 32%; z-index: 1; display: grid; gap: 13px; }
.entry-panel-lines span { height: 1px; background: rgba(49,72,61,.45); }
.entry-panel-lines span:nth-child(2) { width: 76%; }
.entry-panel-lines span:nth-child(3) { width: 88%; }
.entry-panel-lines span:nth-child(4) { width: 57%; }
.equipment-entry-panel p { position: absolute; bottom: 26px; left: 29px; z-index: 1; margin: 0; color: #53675d; font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.8; }
.equipment-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .43fr); gap: 56px; align-items: end; min-height: min(640px, 72vh); padding: clamp(78px, 11vw, 150px) max(28px, 8vw) clamp(64px, 9vw, 112px); overflow: hidden; background: #dfe7df; border-bottom: 1px solid var(--line); }
.equipment-hero::before { position: absolute; top: -24%; right: 5%; width: min(48vw, 690px); height: min(48vw, 690px); border: 1px solid rgba(49,72,61,.22); border-radius: 50%; box-shadow: 0 0 0 58px rgba(246,242,232,.25), 0 0 0 114px rgba(49,72,61,.035); content: ""; }
.equipment-hero::after { position: absolute; right: 14%; bottom: 13%; width: min(30vw, 380px); height: min(20vw, 240px); border: 17px solid rgba(49,72,61,.12); border-bottom-width: 35px; content: ""; transform: perspective(600px) rotateY(-27deg) rotateX(7deg); }
.equipment-hero > * { position: relative; z-index: 1; }
.equipment-hero h1 { max-width: 760px; margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(50px, 7vw, 103px); font-weight: 500; letter-spacing: -.025em; line-height: .86; }
.equipment-hero-note { align-self: center; padding: 24px; border: 1px solid rgba(49,72,61,.28); background: rgba(246,242,232,.6); }
.equipment-hero-note span { display: block; margin-bottom: 10px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.equipment-hero-note p { margin: 0; color: #53675d; font-size: 13px; line-height: 1.6; }
.equipment-intro { display: grid; grid-template-columns: .73fr 1.1fr .85fr; gap: clamp(28px, 5vw, 70px); padding: clamp(58px, 8vw, 102px) max(28px, 8vw); border-bottom: 1px solid var(--line); background: #f8f6f0; }
.equipment-intro > div > p { max-width: 480px; margin: 19px 0 0; color: #586b61; font-size: 14px; }
.equipment-facts { display: grid; margin: 0; border-left: 1px solid var(--line); }
.equipment-facts > div { display: grid; grid-template-columns: 92px 1fr; align-items: baseline; gap: 12px; padding: 10px 0 11px 24px; border-bottom: 1px solid var(--line); }
.equipment-facts > div:last-child { border-bottom: 0; }
.equipment-facts dt { color: var(--clay); font-family: var(--serif); font-size: 29px; line-height: 1; }
.equipment-facts dd { margin: 0; color: #566a60; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.equipment-catalogue { padding: clamp(65px, 9vw, 118px) max(28px, 8vw); background: #e9ede7; }
.equipment-section-heading { display: grid; grid-template-columns: minmax(0, 690px) minmax(240px, 340px); align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.equipment-section-heading > p { margin: 0; color: #596c62; font-size: 13px; }
.equipment-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); background: #fbfaf6; }
.equipment-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.equipment-card:nth-child(4n) { border-right: 0; }
.equipment-card:nth-last-child(-n+3) { border-bottom: 0; }
.equipment-card-visual { position: relative; display: grid; min-height: 204px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f8f7f2, #dce5db); border-bottom: 1px solid var(--line); }
.equipment-card-visual::before { position: absolute; width: 48%; height: 48%; border: 1px solid rgba(49,72,61,.23); content: ""; transform: perspective(300px) rotateY(-26deg) rotateX(8deg); }
.equipment-card-visual::after { position: absolute; width: 62%; height: 10px; border-radius: 50%; background: rgba(49,72,61,.17); content: ""; filter: blur(7px); transform: translateY(65px); }
.equipment-card-visual span { position: absolute; top: 14px; left: 16px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.equipment-card-visual p { position: relative; z-index: 1; margin: 0; color: var(--forest-deep); font-size: 10px; font-weight: 850; letter-spacing: .11em; line-height: 1.7; text-align: center; }
.equipment-card-copy { min-height: 254px; padding: 20px; }
.equipment-card-copy .eyebrow { margin-bottom: 9px; font-size: 8px; }
.equipment-card-copy h3 { margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(24px, 2.15vw, 34px); font-weight: 500; letter-spacing: -.018em; line-height: .9; }
.equipment-card-copy > p:not(.eyebrow) { min-height: 54px; margin: 13px 0 16px; color: #5c6f65; font-size: 11px; line-height: 1.55; }
.equipment-spec-slots { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; border-top: 1px solid rgba(49,72,61,.2); }
.equipment-spec-slots span { padding: 8px 0 5px; border-bottom: 1px solid rgba(49,72,61,.14); color: #587065; font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.equipment-water { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); background: #eee5d6; border-bottom: 1px solid var(--line); }
.water-card-visual { position: relative; display: grid; min-height: 580px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #e5d8c4, #e5eee4); border-right: 1px solid var(--line); }
.water-card-visual::before, .water-card-visual::after { position: absolute; border: 1px solid rgba(49,72,61,.18); border-radius: 50%; content: ""; }
.water-card-visual::before { width: 68%; aspect-ratio: 1; }
.water-card-visual::after { width: 44%; aspect-ratio: 1; }
.water-card-visual > span { position: absolute; top: 27px; left: 29px; color: var(--clay); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.water-vessel { position: relative; z-index: 1; width: min(52%, 294px); height: 186px; border: 17px solid rgba(49,72,61,.63); border-top-width: 28px; background: rgba(246,242,232,.55); box-shadow: 22px 27px 0 rgba(49,72,61,.1); transform: perspective(500px) rotateY(-25deg) rotateX(5deg); }
.water-vessel::before { position: absolute; top: -17px; right: 19%; left: 19%; height: 5px; border-radius: 9px; background: var(--clay); content: ""; }
.water-vessel i { position: absolute; top: 35%; right: 20%; left: 20%; height: 1px; background: rgba(49,72,61,.42); box-shadow: 0 20px 0 rgba(49,72,61,.22), 0 40px 0 rgba(49,72,61,.22); }
.water-card-visual p { position: absolute; bottom: 27px; left: 29px; margin: 0; color: #53675d; font-size: 10px; font-weight: 850; letter-spacing: .1em; line-height: 1.7; }
.water-card-copy { align-self: center; max-width: 680px; padding: clamp(54px, 9vw, 116px) max(28px, 8vw); }
.water-card-copy > p:not(.section-label) { margin: 21px 0 27px; color: #566b60; font-size: 14px; line-height: 1.65; }
.water-spec-slots { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 31px; border-top: 1px solid rgba(49,72,61,.25); }
.water-spec-slots span { padding: 12px 0 9px; border-bottom: 1px solid rgba(49,72,61,.18); color: #556d61; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.equipment-boundary { padding: clamp(65px, 9vw, 118px) max(28px, 8vw); background: var(--forest-deep); color: var(--ivory); }
.equipment-boundary h2 { color: var(--ivory); }
.equipment-boundary > p:not(.section-label) { max-width: 490px; margin: 24px 0 0; color: #d7dfd6; font-size: 14px; line-height: 1.7; }
.equipment-boundary .section-label { color: #e3b47c; }

@media (max-width: 1000px) {
  .catalogue-stage { grid-template-columns: 225px minmax(0, 1fr); }
  .showcase-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .catalogue-stage { grid-template-columns: 1fr; }
  .catalogue-sidebar { gap: 23px; border-right: 0; border-bottom: 1px solid var(--line); }
  .catalogue-sidebar h3 { font-size: 37px; }
  .catalogue-menu { grid-template-columns: 1fr 1fr; border-top: 0; gap: 5px; }
  .catalogue-menu button { min-height: 46px; padding: 9px 8px; border: 1px solid rgba(49,72,61,.18); font-size: 9px; }
  .catalogue-menu button.is-active { padding: 9px 8px; }
  .catalogue-results-heading { display: grid; gap: 13px; }
  .catalogue-results-heading h3 { font-size: 38px; }
  .showcase-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase-product-grid .product-visual { min-height: 137px; }
}

/* V0.7 product photography and source-reference data */
.product-visual { background: #f8f8f5; }
.product-visual::after { display: none; }
.product-photo { width: 100%; height: 100%; min-height: inherit; object-fit: contain; mix-blend-mode: multiply; transition: transform .45s ease; }
.product-card:hover .product-photo { transform: scale(1.035); }
.reference-price { margin: 12px 0 0 !important; color: var(--clay) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .01em; }
.detail-art-panel { display: block; min-height: 690px; padding: 24px; background: #edf0eb; }
.detail-art-panel::after { display: none; }
.detail-gallery { display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; height: 100%; }
.detail-gallery figure { display: grid; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(32, 56, 47, .13); background: #fff; }
.detail-gallery figure:first-child { min-height: 360px; }
.detail-product-photo { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #fff; }
.detail-gallery figcaption { padding: 9px 12px; border-top: 1px solid rgba(32, 56, 47, .13); color: #53675d; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.supplier-tier { margin: -9px 0 30px; padding: 17px; border: 1px solid var(--line); background: #f2f0e9; }
.supplier-tier .eyebrow { margin: 0 0 9px; }
.supplier-tier-note { margin: 0; color: #64736a; font-size: 12px; }
.supplier-tier-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.supplier-tier-list li { display: flex; justify-content: space-between; gap: 16px; padding-top: 7px; border-top: 1px solid rgba(32, 56, 47, .16); color: #53675d; font-size: 12px; }
.supplier-tier-list b { color: var(--forest-deep); }
.detail-source { margin: 0 0 24px; padding: 14px 15px; border-left: 2px solid var(--clay); background: #f4f2eb; color: #53675d; font-size: 12px; line-height: 1.55; }
.detail-source span { display: block; margin-bottom: 5px; color: var(--forest-deep); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
@media (max-width: 860px) {
  .detail-art-panel { min-height: 560px; }
}
@media (max-width: 680px) {
  .detail-art-panel { min-height: 470px; padding: 14px; }
  .detail-gallery figure:first-child { min-height: 265px; }
}

@media (max-width: 1000px) {
  .equipment-entry, .equipment-hero, .equipment-intro, .equipment-water { grid-template-columns: 1fr; }
  .equipment-entry { gap: 38px; }
  .equipment-hero { min-height: auto; }
  .equipment-hero-note { max-width: 430px; }
  .equipment-intro { gap: 31px; }
  .equipment-facts { max-width: 540px; }
  .equipment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .equipment-card:nth-child(4n) { border-right: 1px solid var(--line); }
  .equipment-card:nth-child(3n) { border-right: 0; }
  .equipment-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .equipment-card:last-child { border-bottom: 0; }
  .water-card-visual { min-height: 410px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .equipment-entry-panel { min-height: 244px; }
  .equipment-hero { gap: 35px; padding-top: 73px; }
  .equipment-hero::before { top: auto; right: -12%; bottom: -23%; width: 92vw; height: 92vw; }
  .equipment-hero::after { right: 8%; bottom: 8%; width: 58vw; height: 38vw; }
  .equipment-intro { padding-top: 59px; padding-bottom: 59px; }
  .equipment-facts > div { grid-template-columns: 76px 1fr; padding-left: 15px; }
  .equipment-section-heading { grid-template-columns: 1fr; gap: 16px; }
  .equipment-grid { grid-template-columns: 1fr; }
  .equipment-card, .equipment-card:nth-child(4n), .equipment-card:nth-child(3n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .equipment-card:last-child { border-bottom: 0; }
  .equipment-card-visual { min-height: 186px; }
  .equipment-card-copy { min-height: auto; }
  .equipment-card-copy h3 { font-size: 32px; }
  .water-card-visual { min-height: 330px; }
  .water-card-copy { padding-top: 64px; padding-bottom: 66px; }
}

/* V2.2 homepage correction: these rules deliberately come last, after all inherited V0.x rules. */
:root { --serif: Georgia, "Times New Roman", serif; --sans: "Segoe UI", Arial, sans-serif; }
.hero-slide-image { display: flex; align-items: flex-start; justify-content: flex-end; padding: 8px 0 96px; overflow: hidden; background: #f2efe7; }
.hero-slide-image img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; opacity: 1 !important; filter: saturate(1.04) contrast(1.06); transform: none !important; }
.hero-slide.is-active .hero-slide-image img { animation: heroImageFade .55s ease both !important; }
.hero-slide-wash, .hero-slide:nth-child(2) .hero-slide-wash, .hero-slide:nth-child(3) .hero-slide-wash { display: none; }
.hero-copy { max-width: min(635px, 48vw); }
.hero-copy h1 { max-width: 635px; }
.hero-lead { max-width: 470px; margin-top: 27px; font-size: clamp(17px, 1.45vw, 20px); }
.hero-actions { margin-top: 27px; }
.prototype-bar { font-size: 13px; letter-spacing: .08em; }
.main-nav { font-size: 14px; letter-spacing: .01em; }
.quote-link { font-size: 14px; }
.eyebrow, .section-label { font-size: 13px; letter-spacing: .08em; }
.button, .text-link { font-size: 14px; }
.carousel-tabs { gap: clamp(21px, 3.5vw, 56px); }
.carousel-tabs button { min-height: 47px; padding: 10px 0 12px; font-size: 15px; font-weight: 800; letter-spacing: .01em; }
.carousel-arrows button { width: 42px; height: 42px; font-size: 20px; }
.hero-carousel-controls { padding-top: 15px; background: linear-gradient(90deg, rgba(246,242,232,.88) 0%, rgba(246,242,232,.54) 62%, rgba(246,242,232,.08) 100%); }

@keyframes heroImageFade { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 760px) {
  .hero-slide-image { padding: 18px 0 86px; align-items: flex-end; }
  .hero-slide-image img { object-fit: contain; object-position: right bottom; }
  .hero-copy { max-width: none; }
  .prototype-bar { font-size: 11px; }
  .main-nav, .quote-link, .button, .text-link { font-size: 13px; }
  .carousel-tabs { gap: 14px; }
  .carousel-tabs button { min-height: 42px; font-size: 13px; }
}

/* V2.3 seamless canvas: the same photograph softly continues behind the full product composition. */
.hero-slide-image { isolation: isolate; background: #f5f0ed; }
.hero-slide-image::before { position: absolute; inset: -24px; z-index: 0; background-image: var(--hero-canvas); background-position: center right; background-repeat: no-repeat; background-size: cover; content: ""; filter: blur(18px) saturate(.88) brightness(1.03); opacity: .58; transform: scale(1.04); }
.hero-slide-image img { position: relative; z-index: 1; }
.hero-slide:nth-child(1) .hero-slide-image { --hero-canvas: url("assets/hero-stage-01-system-v2.0.png"); }
.hero-slide:nth-child(2) .hero-slide-image { --hero-canvas: url("assets/hero-stage-02-system-v2.0.png"); }
.hero-slide:nth-child(3) .hero-slide-image { --hero-canvas: url("assets/hero-stage-03-system-v2.0.png"); }

/* V2.4: quiet product hotspots reveal a direct product link only on intent. */
.hero-product-hotspots { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-product-hotspot { position: absolute; display: block; width: var(--hit-width); height: var(--hit-height); transform: translate(-50%, -50%); pointer-events: auto; cursor: pointer; }
.hero-product-hotspot::before { position: absolute; top: 50%; left: 50%; z-index: 3; width: 13px; height: 13px; border: 2px solid rgba(247, 244, 237, .96); border-radius: 50%; background: var(--clay); box-shadow: 0 2px 7px rgba(31, 61, 49, .28), 0 0 0 1px rgba(31, 61, 49, .3); content: ""; pointer-events: none; transform: translate(-50%, -50%); transition: transform .18s ease, background .18s ease; }
.hero-product-hotspot::after { position: absolute; top: 50%; left: 50%; z-index: 2; width: 13px; height: 13px; border: 1px solid rgba(172, 105, 48, .72); border-radius: 50%; content: ""; pointer-events: none; transform: translate(-50%, -50%) scale(1); animation: product-hotspot-pulse 2.35s ease-out infinite; }
.hero-product-hotspot:hover::before, .hero-product-hotspot:focus-visible::before { background: var(--forest-deep); transform: translate(-50%, -50%) scale(1.16); }
.hero-product-hotspot:hover::after, .hero-product-hotspot:focus-visible::after { animation-play-state: paused; opacity: .16; transform: translate(-50%, -50%) scale(2.05); }
.hero-product-hotspot > span { position: absolute; top: -10px; left: 50%; display: flex; align-items: center; gap: 12px; min-width: max-content; max-width: 245px; padding: 11px 13px; border: 1px solid rgba(31, 61, 49, .86); background: rgba(247, 244, 237, .97); box-shadow: 0 10px 25px rgba(27, 49, 39, .16); color: var(--forest-deep); font-family: var(--sans); font-size: 14px; font-weight: 800; letter-spacing: .01em; line-height: 1.15; opacity: 0; pointer-events: none; transform: translate(-50%, calc(-100% + 8px)); transition: opacity .18s ease, transform .18s ease; white-space: nowrap; }
.hero-product-hotspot > span::after { position: absolute; bottom: -6px; left: 50%; width: 10px; height: 10px; border-right: 1px solid rgba(31, 61, 49, .86); border-bottom: 1px solid rgba(31, 61, 49, .86); background: rgba(247, 244, 237, .97); content: ""; transform: translateX(-50%) rotate(45deg); }
.hero-product-hotspot > span b { display: none; }
.hero-product-hotspot:hover > span, .hero-product-hotspot:focus-visible > span { opacity: 1; transform: translate(-50%, calc(-100% - 2px)); }
.hero-product-hotspot:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }
.hero-product-hotspot.tag-below > span { top: calc(100% + 10px); transform: translate(-50%, -8px); }
.hero-product-hotspot.tag-below > span::after { top: -6px; bottom: auto; border: 0; border-top: 1px solid rgba(31, 61, 49, .86); border-left: 1px solid rgba(31, 61, 49, .86); }
.hero-product-hotspot.tag-below:hover > span, .hero-product-hotspot.tag-below:focus-visible > span { transform: translate(-50%, 2px); }

@keyframes product-hotspot-pulse {
  0% { opacity: .84; transform: translate(-50%, -50%) scale(1); }
  72%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.7); }
}

/* Receiving & transfer system. */
.stage-one-carrier { top: 43%; left: 75%; --hit-width: 36%; --hit-height: 31%; }
.stage-one-pad { top: 75%; left: 30%; --hit-width: 23%; --hit-height: 19%; }
.stage-one-bag { top: 79%; left: 53%; --hit-width: 23%; --hit-height: 18%; }
.stage-one-folder { top: 73%; left: 88%; --hit-width: 16%; --hit-height: 28%; }
.stage-one-identity { top: 87%; left: 72%; --hit-width: 20%; --hit-height: 13%; }

/* Identity & recovery system. */
.stage-two-mat { top: 34%; left: 76%; --hit-width: 37%; --hit-height: 29%; }
.stage-two-disc { top: 62%; left: 56%; --hit-width: 15%; --hit-height: 18%; }
.stage-two-cloth { top: 70%; left: 79%; --hit-width: 26%; --hit-height: 23%; }
.stage-two-sleeve { top: 82%; left: 53%; --hit-width: 23%; --hit-height: 17%; }
.stage-two-envelope { top: 84%; left: 75%; --hit-width: 22%; --hit-height: 20%; }

/* Family return & memorial system. */
.stage-three-house { top: 51%; left: 75%; --hit-width: 37%; --hit-height: 73%; }
.stage-three-urn { top: 42%; left: 62%; --hit-width: 12%; --hit-height: 23%; }
.stage-three-paw { top: 42%; left: 74%; --hit-width: 15%; --hit-height: 23%; }
.stage-three-vial { top: 42%; left: 87%; --hit-width: 9%; --hit-height: 23%; }
.stage-three-certificate { top: 68%; left: 68%; --hit-width: 30%; --hit-height: 18%; }

@media (max-width: 760px), (hover: none) {
  .hero-product-hotspots { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-product-hotspot > span { transition: none; }
  .hero-product-hotspot::before { transition: none; }
  .hero-product-hotspot::after { animation: none; opacity: .58; transform: translate(-50%, -50%) scale(1.55); }
}

/* V2.5: the hero uses the outpainted photograph itself across the full canvas. */
.hero-slide-image::before { display: none; }
.hero-slide-image { background: transparent; }
.hero-slide-image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(1.02) contrast(1.02); }

/* Hotspots remapped to the wider product-system photographs. */
.stage-one-carrier { top: 43%; left: 79%; --hit-width: 32%; --hit-height: 34%; }
.stage-one-pad { top: 67%; left: 56%; --hit-width: 28%; --hit-height: 22%; }
.stage-one-bag { top: 78%; left: 65%; --hit-width: 22%; --hit-height: 20%; }
.stage-one-folder { top: 68%; left: 91%; --hit-width: 13%; --hit-height: 28%; }
.stage-one-identity { top: 79%; left: 78%; --hit-width: 18%; --hit-height: 16%; }
.stage-two-mat { top: 36%; left: 78%; --hit-width: 34%; --hit-height: 29%; }
.stage-two-disc { top: 59%; left: 68%; --hit-width: 14%; --hit-height: 17%; }
.stage-two-cloth { top: 65%; left: 82%; --hit-width: 22%; --hit-height: 22%; }
.stage-two-sleeve { top: 70%; left: 65%; --hit-width: 19%; --hit-height: 16%; }
.stage-two-envelope { top: 78%; left: 80%; --hit-width: 20%; --hit-height: 18%; }
.stage-three-house { top: 51%; left: 76%; --hit-width: 36%; --hit-height: 70%; }
.stage-three-urn { top: 44%; left: 65%; --hit-width: 11%; --hit-height: 22%; }
.stage-three-paw { top: 44%; left: 77%; --hit-width: 14%; --hit-height: 22%; }
.stage-three-vial { top: 44%; left: 87%; --hit-width: 8%; --hit-height: 22%; }
.stage-three-certificate { top: 64%; left: 72%; --hit-width: 25%; --hit-height: 16%; }

/* V2.6 typography pass: use size and spacing for hierarchy, not miniature utility text. */
body { font-size: 16px; line-height: 1.55; }
p, li { line-height: 1.58; }
.prototype-bar { min-height: 34px; padding-block: 8px; font-size: 12px; letter-spacing: .075em; }
.main-nav { font-size: 14px; letter-spacing: .02em; }
.quote-link { min-height: 44px; padding: 11px 15px; font-size: 14px; letter-spacing: .02em; }
.quote-link span { width: 20px; height: 20px; font-size: 12px; }
.eyebrow, .section-label, .hero-annotation span, .detail-source span, .quote-panel p { font-size: 13px !important; letter-spacing: .075em; }
.eyebrow span { font-size: 12px !important; }
.button, .text-link { font-size: 14px; letter-spacing: .015em; }
.carousel-tabs button { font-size: 15px; letter-spacing: .01em; }
.hero-lead, .lead, .page-hero > div > p, .about-grid p, .custom-banner-copy > p { font-size: clamp(17px, 1.35vw, 20px); }
.transition-strip span, .catalogue-sidebar > div > p:not(.section-label), .catalogue-results-heading > p, .showcase-boundary, .catalog-note, .product-card-copy > p:not(.eyebrow), .solution-preview p:not(.eyebrow), .solution-card-copy li, .equipment-card-copy > p:not(.eyebrow), .water-card-copy > p:not(.eyebrow), .footer p, .supplier-tier-note, .supplier-tier-list li, .detail-source, .quote-panel small, .form-fine-print { font-size: 14px !important; line-height: 1.58; }
.catalogue-menu button, .catalogue-menu button b, .catalog-tools p, .reference-price, .fact-grid b, .quote-panel label, .form-field, .form-message, .quote-line-actions, .quote-line-actions button { font-size: 14px !important; }
.fact-grid span, .detail-gallery figcaption, .planned-note, .equipment-card-copy .eyebrow, .equipment-spec-slots span, .water-spec-slots span, .equipment-entry-panel p, .equipment-hero-note span, .footer-note { font-size: 12px !important; letter-spacing: .045em; }
input, select, textarea { font-size: 16px; }

@media (max-width: 760px) {
  .prototype-bar { min-height: 30px; padding: 7px 12px; font-size: 11px; letter-spacing: .045em; }
  .main-nav { font-size: 12px; }
  .quote-link { min-height: 40px; padding: 9px 11px; font-size: 12px; }
  .eyebrow, .section-label, .hero-annotation span, .detail-source span, .quote-panel p { font-size: 12px !important; }
  .button, .text-link, .carousel-tabs button { font-size: 13px; }
  .hero-lead, .lead, .page-hero > div > p, .about-grid p, .custom-banner-copy > p { font-size: 16px; }
  .transition-strip span, .catalogue-sidebar > div > p:not(.section-label), .catalogue-results-heading > p, .showcase-boundary, .catalog-note, .product-card-copy > p:not(.eyebrow), .solution-preview p:not(.eyebrow), .solution-card-copy li, .equipment-card-copy > p:not(.eyebrow), .water-card-copy > p:not(.eyebrow), .footer p, .supplier-tier-note, .supplier-tier-list li, .detail-source, .quote-panel small, .form-fine-print, .catalogue-menu button, .catalogue-menu button b, .catalog-tools p, .reference-price, .fact-grid b, .quote-panel label, .form-field, .form-message, .quote-line-actions, .quote-line-actions button { font-size: 13px !important; }
}

/* V2.7 first-stage banner: a B2B operating message with four readable functions. */
.hero-slide:first-child .hero-copy { max-width: min(760px, 53vw); }
.hero-slide:first-child .hero-copy h1 { max-width: 760px; font-size: clamp(48px, 4.8vw, 74px); letter-spacing: -.032em; line-height: .92; }
.hero-slide:first-child .hero-lead { max-width: 760px; white-space: nowrap; }
.hero-slide:first-child .hero-actions { margin-top: 77px; }
.hero-slide:nth-child(2) .hero-copy, .hero-slide:nth-child(3) .hero-copy { max-width: min(690px, 54vw); }
.hero-slide:nth-child(2) .hero-copy h1, .hero-slide:nth-child(3) .hero-copy h1 { max-width: 690px; font-size: clamp(44px, 3.8vw, 62px); letter-spacing: -.025em; line-height: .96; }
.hero-slide:not(:first-child) .hero-actions { margin-top: 51px; }
.hero-process-icons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 690px; margin: 25px 0 27px; padding: 10px 0; border-top: 1px solid rgba(31, 61, 49, .28); border-bottom: 1px solid rgba(31, 61, 49, .28); list-style: none; }
.hero-process-icons li { display: flex; align-items: center; gap: 8px; min-height: 31px; padding: 0 12px; border-left: 1px solid rgba(31, 61, 49, .18); color: var(--forest-deep); font-family: var(--sans); font-size: 14px; line-height: 1.2; }
.hero-process-icons li:first-child { padding-left: 0; border-left: 0; }
.hero-process-icons svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.hero-process-icons b { font-weight: 800; }

@media (max-width: 1100px) {
  .hero-slide:first-child .hero-lead { max-width: 600px; white-space: normal; }
}

@media (max-width: 760px) {
  .hero-slide:first-child .hero-copy { max-width: none; }
  .hero-slide:first-child .hero-copy h1 { max-width: 620px; font-size: clamp(43px, 10.2vw, 61px); }
  .hero-slide:first-child .hero-lead { max-width: 390px; white-space: normal; }
  .hero-slide:first-child .hero-actions { margin-top: 27px; }
  .hero-slide:nth-child(2) .hero-copy h1, .hero-slide:nth-child(3) .hero-copy h1 { max-width: 620px; font-size: clamp(40px, 9.2vw, 54px); line-height: .94; }
  .hero-slide:not(:first-child) .hero-actions { margin-top: 27px; }
  .hero-process-icons { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 390px; margin: 20px 0 22px; padding: 8px 0; }
  .hero-process-icons li { min-height: 36px; padding: 0 9px; font-size: 13px; }
  .hero-process-icons li:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-process-icons svg { width: 18px; height: 18px; }
}

/* V3.3: keep the stage switch inside the image, not in a separate lower row. */
.hero-carousel-controls { position: absolute; inset: 0; z-index: 6; display: block; padding: 0; border: 0; background: none; pointer-events: none; }
.carousel-tabs { display: none; }
.carousel-arrows { display: contents; }
.carousel-arrows button { position: absolute; top: 50%; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(31, 61, 49, .78); background: rgba(247, 244, 237, .82); box-shadow: 0 5px 18px rgba(31, 61, 49, .13); color: var(--forest-deep); cursor: pointer; font-size: 21px; opacity: .88; pointer-events: auto; transform: translateY(-50%); transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease; }
.carousel-arrows [data-carousel-action="previous"] { left: 28px; }
.carousel-arrows [data-carousel-action="next"] { right: 28px; }
.carousel-arrows button:hover, .carousel-arrows button:focus-visible { background: var(--forest-deep); color: var(--ivory); opacity: 1; transform: translateY(-50%) scale(1.05); }
.carousel-arrows button:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

/* V3.9: the image now fills the former lower-control reserve. */
.hero-slide-image { padding: 0; }

@media (max-width: 760px) {
  .hero-slide-image { padding: 0; }
  .carousel-arrows button { width: 40px; height: 40px; font-size: 18px; }
  .carousel-arrows [data-carousel-action="previous"] { left: 12px; }
  .carousel-arrows [data-carousel-action="next"] { right: 12px; }
}

/* V4.0: the catalogue heading needs no duplicate right-side explanation. */
.catalogue-showcase > .section-heading { grid-template-columns: minmax(0, 860px); }
.catalogue-showcase > .section-heading h2 { max-width: 860px; font-size: clamp(42px, 4.1vw, 62px); line-height: .93; }
.catalogue-showcase > .section-heading > p { display: none; }
.catalogue-results-heading > p { display: none; }
.catalogue-results-heading h3 { max-width: none; font-size: clamp(30px, 3vw, 46px); white-space: nowrap; }
.catalogue-sidebar > div:first-child { display: none; }

/* V4.5: keep the catalogue focused on products, without a sourcing-price footnote. */
.showcase-boundary { display: none; }

/* V4.6: product images and names remain the direct catalogue entry points. */
.showcase-product-grid .card-actions { display: none; }

@media (max-width: 760px) {
  .catalogue-results-heading h3 { white-space: normal; }
}
