:root {
  --ink: #172922;
  --ink-2: #28453b;
  --cream: #f3eee3;
  --paper: #faf8f2;
  --orange: #ef6a3a;
  --orange-dark: #d85327;
  --gold: #d8aa62;
  --line: rgba(23, 41, 34, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; background: var(--ink); color: #eee7d8; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.announcement span { color: var(--orange); }
.test-announcement strong { color: #ffb195; letter-spacing: .18em; }
.site-header { height: 86px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(250,248,242,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-lockup { display: flex; align-items: center; gap: 14px; min-width: 250px; }
.brand-image { line-height: 0; }
.hoerzone-logo { display: block; width: clamp(128px, 12vw, 170px); height: auto; mix-blend-mode: multiply; }
.brand-divider { width: 1px; height: 35px; background: var(--line); }
.header-partner-logo { display: block; width: 50px; height: 50px; object-fit: contain; mix-blend-mode: multiply; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 25px; letter-spacing: -.04em; }
.brand small { font-size: 8px; text-transform: uppercase; letter-spacing: .28em; margin-top: 6px; font-weight: 700; }
.brand-mark { width: 35px; aspect-ratio: 1; border: 1.5px solid currentColor; border-radius: 50%; display: grid; place-items: center; position: relative; }
.brand-mark:before, .brand-mark:after, .brand-mark i { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark:before { inset: 5px; opacity: .45; }.brand-mark:after { inset: 11px; background: var(--orange); border-color: var(--orange); }.brand-mark i { width: 4px; height: 4px; background: var(--paper); border: 0; z-index: 1; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 45px); font-size: 12px; font-weight: 600; }
.desktop-nav a { position: relative; }.desktop-nav a:after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -6px; background: var(--orange); transition: .25s; }.desktop-nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.icon-button, .cart-button { border: 0; background: none; cursor: pointer; }
.icon-button { width: 37px; height: 37px; padding: 8px; }.icon-button svg, .cart-button svg { fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-button { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-left: 1px solid var(--line); font-size: 11px; font-weight: 600; }.cart-button svg { width: 20px; }.cart-count { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); color: white; font-size: 9px; }.cart-count.has-items { background: var(--orange); }

.hero { min-height: calc(100vh - 116px); display: grid; grid-template-columns: 47% 53%; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(55px, 8vw, 116px) 3vw 75px clamp(24px, 7vw, 108px); z-index: 2; }
.hero-partner { display: flex; align-items: center; gap: 17px; margin: -30px 0 26px; color: #64716b; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-partner img { width: 86px; height: 86px; object-fit: contain; mix-blend-mode: multiply; }
.hero-partner span { padding-left: 17px; border-left: 1px solid var(--line); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }.eyebrow i { width: 22px; height: 1px; background: var(--orange); }
.hero h1 { font: 500 clamp(53px, 6.2vw, 96px)/.93 var(--serif); letter-spacing: -.055em; margin: 31px 0 27px; }.hero h1 em { color: var(--orange); font-style: italic; }
.hero-copy > p { max-width: 520px; font-size: 15px; line-height: 1.8; color: #53635d; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 34px; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; font-size: 11px; font-weight: 700; cursor: pointer; }.button-primary { background: var(--orange); color: white; box-shadow: 0 8px 25px rgba(239,106,58,.2); }.button-primary:hover { background: var(--orange-dark); }.button-primary span { margin-left: 24px; font-size: 16px; }
.text-link { font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.text-link span { color: var(--orange); margin-left: 9px; }
.hero-trust { display: flex; gap: 25px; margin-top: 53px; padding-top: 23px; border-top: 1px solid var(--line); max-width: 500px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.hero-trust b { color: var(--orange); margin-right: 4px; }
.hero-visual { background: #d9cbb5; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-visual:before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.hero-visual img { width: min(74%, 660px); max-height: 74%; object-fit: contain; mix-blend-mode: multiply; position: relative; z-index: 2; filter: drop-shadow(0 38px 22px rgba(39,42,30,.22)); }
.record-orbit { position: absolute; border: 1px solid rgba(23,41,34,.16); border-radius: 50%; }.orbit-one { width: 76%; aspect-ratio: 1; }.orbit-two { width: 58%; aspect-ratio: 1; }.record-orbit:after { content: ""; position: absolute; width: 9px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); top: 17%; right: 13%; }
.product-note { position: absolute; z-index: 3; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }.product-note i { width: 39px; height: 1px; background: var(--ink); }.note-one { left: 5%; top: 27%; }.note-two { right: 5%; bottom: 24%; flex-direction: row-reverse; }
.scroll-hint { position: absolute; left: 28px; bottom: 40px; writing-mode: vertical-rl; font-size: 7px; letter-spacing: .24em; display: flex; align-items: center; gap: 10px; }.scroll-hint span { height: 33px; width: 1px; background: var(--orange); }

.category-section, .products-section { padding: 100px clamp(24px, 7vw, 108px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 47px; }.section-heading h2 { font: 500 clamp(38px, 4.5vw, 64px)/1 var(--serif); letter-spacing: -.045em; margin: 12px 0 0; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.category-card { min-height: 420px; padding: 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s; }.category-card:hover { transform: translateY(-5px); }.category-card:after { content: ""; position: absolute; border-radius: 50%; transition: transform .5s; }.category-card:hover:after { transform: rotate(10deg) scale(1.04); }.category-card > span { font: 500 11px var(--serif); z-index: 2; }.category-card div { z-index: 2; max-width: 80%; }.category-card small { font-size: 8px; text-transform: uppercase; letter-spacing: .2em; }.category-card h3 { font: 500 35px var(--serif); margin: 8px 0 10px; }.category-card p { font-size: 11px; line-height: 1.6; }.category-card b { display: inline-block; margin-top: 15px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid; padding-bottom: 4px; }
.category-machines { background: var(--ink); color: var(--cream); }.category-machines:after { width: 270px; aspect-ratio: 1; right: -35px; top: 23px; background: repeating-radial-gradient(circle, #1d1f1f 0 13px, #313432 14px 15px); box-shadow: 0 10px 30px #0008; }.category-machines:before { content: ""; width: 65px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); position: absolute; right: 68px; top: 125px; z-index: 1; }
.category-accessories { background: #d9cbb5; }.category-accessories:after { width: 180px; height: 260px; right: 26px; top: 33px; border-radius: 9px; background: linear-gradient(100deg, #ece4d6, #a99576); box-shadow: -20px 30px 35px rgba(46,43,31,.25); transform: rotate(14deg); }.category-accessories:before { content: ""; width: 140px; height: 18px; border-radius: 10px; background: #27362f; position: absolute; right: 47px; top: 158px; transform: rotate(-27deg); z-index: 1; }
.category-sleeves { background: #dce5df; }.category-sleeves:after { width: 230px; aspect-ratio: 1; right: -12px; top: 34px; background: #f4f1e8; box-shadow: -17px 17px 0 #b9c4bd, -31px 31px 0 #85978d; transform: rotate(-8deg); }.category-sleeves:before { content: ""; width: 160px; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #202625 0 11px,#373d3c 12px 13px); position: absolute; right: 25px; top: 73px; z-index: 1; }

.products-section { background: #ece7dc; }.shop-heading { align-items: center; }.filter-tabs { display: flex; border-bottom: 1px solid var(--line); }.filter-tabs button { border: 0; padding: 12px 15px; background: none; font-size: 9px; cursor: pointer; color: #6b756f; position: relative; }.filter-tabs button.active { color: var(--ink); font-weight: 700; }.filter-tabs button.active:after { content: ""; height: 2px; position: absolute; left: 0; right: 0; bottom: -1px; background: var(--orange); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 17px; }.product-card { background: var(--paper); min-width: 0; }.product-image { height: 340px; background: #e7e1d5; position: relative; overflow: hidden; }.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .45s; }.product-card:hover .product-image img { transform: scale(1.045); }.product-badge { position: absolute; z-index: 2; left: 14px; top: 14px; background: var(--ink); color: white; padding: 7px 10px; font-size: 7px; text-transform: uppercase; letter-spacing: .13em; }.quick-add { position: absolute; bottom: 13px; right: 13px; width: 40px; aspect-ratio: 1; border-radius: 50%; border: 0; background: var(--orange); color: white; font-size: 23px; cursor: pointer; opacity: 0; transform: translateY(8px); transition: .25s; }.product-card:hover .quick-add, .quick-add:focus { opacity: 1; transform: none; }
.product-info { padding: 21px 21px 24px; }.product-info > small { font-size: 7px; color: #8b918d; text-transform: uppercase; letter-spacing: .12em; }.product-info h3 { font: 500 22px var(--serif); margin: 8px 0 2px; }.product-info p { margin: 0 0 20px; font-size: 10px; color: #6e7873; }.product-info > div { border-top: 1px solid var(--line); padding-top: 16px; display: flex; justify-content: space-between; align-items: center; }.product-info strong { font: 600 18px var(--serif); }.product-info button { border: 0; background: none; cursor: pointer; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.product-info button span { color: var(--orange); font-size: 15px; }.search-summary { font-size: 12px; margin: -28px 0 25px; }.no-results { grid-column: 1/-1; padding: 60px; text-align: center; }.no-results span { font-size: 28px; color: var(--orange); }.no-results h3 { font: 500 28px var(--serif); margin-bottom: 3px; }

.story-section { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--cream); overflow: hidden; }.story-record { position: relative; min-height: 560px; background: #c9633d; }.story-record:before { content: ""; width: 590px; aspect-ratio: 1; border-radius: 50%; position: absolute; right: -50px; top: 50%; transform: translateY(-50%); background: repeating-radial-gradient(circle,#191d1c 0 23px,#262b29 24px 26px); box-shadow: 0 25px 60px #0008; }.story-record:after { content: ""; width: 170px; aspect-ratio: 1; border-radius: 50%; position: absolute; right: 160px; top: 50%; transform: translateY(-50%); background: var(--cream); }.story-record i { width: 22px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); position: absolute; right: 234px; top: 50%; transform: translateY(-50%); z-index: 2; }.story-copy { align-self: center; padding: 80px clamp(40px, 7vw, 110px); }.eyebrow-light { color: #c8d0cc; }.story-copy h2 { font: 500 clamp(48px, 5.5vw, 82px)/.98 var(--serif); letter-spacing: -.05em; margin: 23px 0; }.story-copy > p { color: #b5c0ba; line-height: 1.8; font-size: 13px; max-width: 590px; }.story-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid #ffffff24; margin-top: 45px; padding-top: 28px; }.story-facts span { display: grid; }.story-facts b { font: 500 24px var(--serif); color: var(--gold); }.story-facts small { font-size: 8px; color: #9da9a3; text-transform: uppercase; letter-spacing: .09em; margin-top: 5px; }
.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 43px clamp(24px, 7vw, 108px); border-bottom: 1px solid var(--line); }.service-strip article { display: flex; align-items: center; gap: 16px; padding-left: 33px; border-left: 1px solid var(--line); }.service-strip article:first-child { border-left: 0; padding-left: 0; }.service-strip article > span { font-size: 25px; color: var(--orange); }.service-strip div { display: grid; }.service-strip b { font: 500 15px var(--serif); }.service-strip small { font-size: 9px; color: #7d8782; margin-top: 4px; }
footer { background: #111d19; color: #dfe4df; padding: 65px clamp(24px, 7vw, 108px) 40px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }.brand-light .brand-mark i { background: #111d19; }.brand-light .brand-mark:after { background: var(--orange); }.footer-links { display: flex; flex-wrap: wrap; gap: 25px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.footer-links a:hover { color: var(--orange); }footer > p { font: italic 500 17px var(--serif); color: #9aa7a1; }.test-notice { grid-column: 1/-1; text-align: center; padding-top: 28px; border-top: 1px solid #ffffff17; color: #74817b; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.overlay { position: fixed; inset: 0; z-index: 39; background: rgba(10,18,15,.48); backdrop-filter: blur(3px); }.cart-drawer { position: fixed; z-index: 40; right: 0; top: 0; bottom: 0; width: min(470px, 100%); background: var(--paper); padding: 33px; transform: translateX(101%); transition: transform .35s ease; display: flex; flex-direction: column; box-shadow: -15px 0 60px #0002; }.cart-drawer.open { transform: none; }.drawer-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.drawer-header h2 { font: 500 38px var(--serif); margin: 7px 0 0; }.close-cart, .dialog-close { border: 0; background: none; font-size: 30px; cursor: pointer; line-height: 1; }.cart-items { overflow: auto; flex: 1; }.cart-item { display: grid; grid-template-columns: 105px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }.cart-item img { width: 105px; height: 105px; object-fit: contain; background: #ece7db; mix-blend-mode: multiply; }.cart-item small { color: #78827d; font-size: 8px; }.cart-item h3 { font: 500 18px var(--serif); margin: 4px 0 7px; }.cart-item strong { font-size: 13px; }.quantity { display: flex; align-items: center; margin-top: 13px; }.quantity button:not(.remove-item) { width: 25px; height: 25px; border: 1px solid var(--line); background: transparent; cursor: pointer; }.quantity span { min-width: 28px; text-align: center; font-size: 10px; }.remove-item { margin-left: auto; border: 0; background: none; text-decoration: underline; color: #808883; font-size: 8px; cursor: pointer; }.empty-cart { margin: auto; text-align: center; max-width: 280px; }.empty-cart h3 { font: 500 28px var(--serif); margin: 20px 0 6px; }.empty-cart p { font-size: 11px; line-height: 1.6; color: #737d78; }.empty-record { margin: auto; width: 90px; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle,#242a28 0 6px,#38413e 7px 8px); display: grid; place-items: center; }.empty-record i { width: 26px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); }.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }.cart-total { display: flex; justify-content: space-between; }.cart-total strong { font: 500 21px var(--serif); }.cart-footer > small { color: #818a85; font-size: 8px; }.paypal-placeholder, .checkout-placeholder { width: 100%; margin-top: 13px; }.paypal-placeholder { background: #ffc439; color: #003087; font-size: 13px; }.paypal-placeholder b { font-size: 19px; margin-left: 6px; font-style: italic; }.checkout-placeholder { background: var(--ink); color: white; }.cart-footer p { text-align: center; font-size: 8px; color: #8a928e; }
.test-dialog { width: min(480px, calc(100% - 32px)); border: 0; padding: 48px; text-align: center; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px #0005; }.test-dialog::backdrop { background: #0c1713b8; backdrop-filter: blur(4px); }.dialog-close { position: absolute; right: 18px; top: 15px; }.dialog-icon { display: grid; place-items: center; width: 58px; aspect-ratio: 1; border-radius: 50%; margin: 0 auto 22px; background: var(--orange); color: white; font: 500 25px var(--serif); }.test-dialog h2 { font: 500 35px/1.05 var(--serif); margin: 14px 0; }.test-dialog p { font-size: 12px; line-height: 1.7; color: #68736d; }.test-dialog .button { margin-top: 15px; }.toast { position: fixed; left: 50%; bottom: 25px; transform: translate(-50%, 30px); z-index: 50; background: var(--ink); color: white; padding: 13px 20px; font-size: 10px; opacity: 0; pointer-events: none; transition: .25s; box-shadow: 0 10px 30px #0004; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }.brand-lockup { min-width: 0; }.hero { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 55px; }.hero-visual { min-height: 540px; }.scroll-hint { display: none; }.category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }.category-card:last-child { grid-column: span 2; }.story-section { grid-template-columns: 1fr; }.story-record { min-height: 480px; }.service-strip { padding-inline: 30px; }footer { grid-template-columns: 1fr 1fr; }footer > p { display: none; }.footer-links { justify-content: end; }
}
@media (max-width: 640px) {
  .announcement { font-size: 8px; }.announcement span, .announcement span + * { display: none; }.site-header { height: 70px; padding: 0 14px; }.brand-lockup { gap: 8px; }.hoerzone-logo { width: 112px; }.brand-divider { height: 27px; }.header-partner-logo { width: 39px; height: 39px; }.brand strong { font-size: 21px; }.brand-mark { width: 31px; }.header-actions { gap: 4px; }.icon-button { width: 33px; padding: 7px; }.cart-button { padding-left: 6px; padding-right: 5px; }.cart-button > span { display: none; }.hero { min-height: auto; }.hero-copy { padding: 42px 22px 50px; }.hero-partner { margin: 0 0 26px; }.hero-partner img { width: 72px; height: 72px; }.hero h1 { font-size: clamp(48px, 15vw, 67px); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-trust { display: grid; gap: 10px; margin-top: 38px; }.hero-visual { min-height: 410px; }.hero-visual img { width: 82%; }.product-note { display: none; }.category-section, .products-section { padding: 70px 18px; }.section-heading { align-items: flex-start; }.section-heading > .text-link { display: none; }.category-grid, .product-grid { grid-template-columns: 1fr; }.category-card, .category-card:last-child { grid-column: auto; min-height: 390px; }.shop-heading { display: block; }.filter-tabs { margin-top: 28px; overflow-x: auto; }.filter-tabs button { white-space: nowrap; }.product-image { height: 330px; }.quick-add { opacity: 1; transform: none; }.story-record { min-height: 390px; }.story-record:before { width: 430px; right: -90px; }.story-record:after { width: 120px; right: 65px; }.story-record i { right: 114px; }.story-copy { padding: 65px 25px; }.story-facts { gap: 7px; }.story-facts b { font-size: 20px; }.story-facts small { font-size: 7px; }.service-strip { grid-template-columns: 1fr; gap: 25px; }.service-strip article, .service-strip article:first-child { border-left: 0; padding-left: 0; }.service-strip article:not(:last-child) { padding-bottom: 24px; border-bottom: 1px solid var(--line); }footer { grid-template-columns: 1fr; gap: 30px; }.footer-links { justify-content: flex-start; }.cart-drawer { padding: 24px 18px; }.test-dialog { padding: 40px 24px; }
}

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