:root {
  --font-manrope: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-prata: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #1f1d1a;
  --graphite: #2b2925;
  --bronze: #a87536;
  --bronze-light: #c79b62;
  --cream: #f5f1e8;
  --sand: #e7dfd0;
  --text: #37332e;
  --muted: #746e65;
  --burgundy: #653331;
  --white: #fffdf8;
  --line: rgba(55, 51, 46, 0.14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--text); font-family: var(--font-manrope), Arial, sans-serif; font-size: 16px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-weight: 400; line-height: 1.12; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { margin-bottom: 8px; }
:focus-visible { outline: 3px solid var(--bronze-light); outline-offset: 3px; }

.container { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 94px 0; }
.eyebrow { margin-bottom: 16px; color: var(--bronze-light); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--bronze); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--bronze); border-radius: 2px; padding: 13px 24px; background: var(--bronze); color: white; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .2s ease; }
.button:hover { border-color: var(--bronze-light); background: var(--bronze-light); transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 8px 17px; font-size: .7rem; }
.button-outline-light { border-color: rgba(255,255,255,.65); background: transparent; }
.button-outline-light:hover { border-color: white; background: white; color: var(--ink); }
.button-ghost { border-color: var(--bronze); background: transparent; color: var(--bronze); }
.button-ghost:hover { color: white; }
.text-link { border: 0; padding: 0; background: transparent; color: var(--bronze-light); font-size: .79rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.dark-link { color: var(--bronze); }

.utility-bar { position: sticky; z-index: 50; top: 0; background: var(--ink); color: rgba(255,255,255,.76); font-size: .77rem; box-shadow: 0 7px 22px rgba(0,0,0,.13); }
.utility-inner { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 24px; }
.utility-address::before { margin-right: 8px; color: var(--bronze-light); content: "◆"; font-size: .55rem; }
.utility-links { display: flex; align-items: center; gap: 24px; }
.utility-links a:hover { color: white; }
.social-link { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.social-icon { position: relative; display: inline-grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; overflow: hidden; border-radius: 50%; box-shadow: 0 2px 9px rgba(0,0,0,.16); }
.social-icon img { width: 100%; height: 100%; object-fit: contain; }
.social-icon-max { border-radius: 7px; background: white; }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.96); }
.header-inner { display: flex; min-height: 84px; align-items: center; gap: 26px; }
.brand { display: inline-flex; min-width: 230px; align-items: center; gap: 11px; color: var(--ink); line-height: 1.05; }
.brand-bell { display: block; width: 42px; height: 46px; flex: 0 0 42px; object-fit: contain; }
.brand strong, .brand b, .brand small { display: block; }
.brand strong { font-family: var(--font-prata), Georgia, serif; font-size: .9rem; font-weight: 400; }
.brand b { margin-top: 2px; font-size: .83rem; letter-spacing: .04em; text-transform: uppercase; }
.brand small { margin-top: 4px; color: var(--bronze); font-size: .62rem; }
.nav { display: flex; flex: 1; align-items: center; justify-content: center; }
.nav-list { display: flex; margin: 0; padding: 0; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 32px); list-style: none; }
.nav-list li { margin: 0; padding: 0; list-style: none; }
.nav a { position: relative; padding: 30px 0; color: var(--ink); font-size: .78rem; font-weight: 700; white-space: nowrap; }
.nav a::after { position: absolute; right: 0; bottom: 23px; left: 0; height: 1px; background: var(--bronze); content: ""; transform: scaleX(0); transition: transform .2s; }
.nav a:hover::after, .nav .current-menu-item > a::after, .nav .current-menu-ancestor > a::after { transform: scaleX(1); }
.header-search { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.5rem; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 700px; overflow: hidden; background: var(--ink); color: white; }
.hero-image { position: absolute; inset: 0; background: url('../images/home-hero.jpg') center / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,14,12,.97) 0%, rgba(18,16,13,.88) 40%, rgba(20,18,15,.35) 72%, rgba(17,16,13,.25) 100%), linear-gradient(0deg, rgba(15,14,12,.44), transparent 50%); }
.hero-grid { position: relative; display: grid; min-height: 700px; grid-template-columns: minmax(0, 1fr) 310px; align-items: center; gap: 70px; }
.hero-copy { max-width: 760px; padding: 70px 0; }
.hero h1 { max-width: 750px; margin-bottom: 24px; color: white; font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.02em; }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: 1.12rem; }
.hero-actions { display: flex; gap: 14px; }
.trust-row { display: grid; max-width: 720px; margin-top: 70px; grid-template-columns: repeat(3, 1fr); }
.trust-row div { padding: 0 24px; border-left: 1px solid rgba(255,255,255,.19); }
.trust-row div:first-child { padding-left: 0; border-left: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { margin-bottom: 4px; color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.trust-row span { max-width: 140px; color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.4; }
.hero-consult { align-self: start; margin-top: 70px; overflow: hidden; border: 1px solid rgba(199,155,98,.55); border-top: 3px solid var(--bronze-light); background: rgba(18,17,14,.82); backdrop-filter: blur(12px); }
.hero-consult-image { display: block; width: 100%; height: 175px; object-fit: cover; }
.hero-consult-body { padding: 28px 30px 31px; }
.hero-consult h2 { color: white; font-size: 1.65rem; }
.hero-consult p { margin-bottom: 24px; color: rgba(255,255,255,.7); font-size: .9rem; }

.category-section { background: var(--cream); }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { max-width: 740px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 350px; overflow: hidden; background: var(--ink); }
.category-card img { width: 100%; height: 350px; object-fit: cover; transition: transform .55s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,16,13,.98) 0%, rgba(18,16,13,.78) 38%, rgba(18,16,13,.12) 78%); }
.category-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px; color: white; }
.category-content > span { display: inline-flex; min-height: 36px; align-items: center; margin-bottom: 3px; border: 1px solid rgba(199,155,98,.72); padding: 7px 12px; background: rgba(18,16,13,.9); color: #f0c98f; box-shadow: 0 7px 20px rgba(0,0,0,.28); font-size: .82rem; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.category-content h3 { margin: 8px 0 5px; color: white; font-size: 1.65rem; }
.category-content p { margin-bottom: 18px; color: rgba(255,255,255,.67); font-size: .84rem; }
.category-content div { display: flex; align-items: center; justify-content: space-between; }
.category-content strong { color: var(--bronze-light); font-size: .95rem; }
.category-content button { border: 0; background: transparent; color: white; font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.catalog-section { background: var(--white); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.split-heading h2, .split-heading .eyebrow { margin-bottom: 0; }
.split-heading .eyebrow { margin-bottom: 12px; }
.filter-tabs { display: flex; padding: 4px; border: 1px solid var(--line); background: var(--cream); }
.filter-tabs button { min-width: 64px; min-height: 40px; border: 0; background: transparent; color: var(--muted); font-size: .77rem; font-weight: 800; }
.filter-tabs button.active { background: var(--ink); color: white; }
.catalog-heading-actions { display: flex; align-items: flex-end; flex-direction: column; gap: 15px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { border: 1px solid var(--line); background: white; transition: box-shadow .25s, transform .25s; }
.product-card:hover { box-shadow: 0 24px 60px rgba(42,34,25,.12); transform: translateY(-4px); }
.product-image { position: relative; display: block; height: 270px; overflow: hidden; background: var(--sand); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.03); }
.badge { position: absolute; top: 16px; left: 16px; padding: 6px 10px; background: var(--burgundy); color: white; font-size: .65rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-body { padding: 24px; }
.product-kicker { margin-bottom: 7px; color: var(--bronze); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.product-body h3 { min-height: 52px; margin-bottom: 20px; font-size: 1.45rem; }
.product-body dl { display: grid; margin: 0 0 18px; grid-template-columns: repeat(3, 1fr); }
.product-body dl div { padding: 0 10px; border-left: 1px solid var(--line); }
.product-body dl div:first-child { padding-left: 0; border-left: 0; }
.product-body dt { color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.product-body dd { margin: 3px 0 0; color: var(--ink); font-size: .86rem; font-weight: 800; }
.audio-mini { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: .73rem; }
.audio-mini span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .55rem; }
.card-audio { display: block; width: 100%; height: 36px; margin: 0 0 18px; }
.price { margin-bottom: 18px; color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: 1.6rem; }
.price small { font-family: var(--font-manrope), Arial, sans-serif; font-size: .72rem; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.product-actions .button { min-height: 44px; padding: 10px 12px; font-size: .68rem; }
.catalog-note { margin: 26px 0 0; color: var(--muted); font-size: .72rem; }

.home-bells-section { background: var(--ink); color: white; }
.home-bells-heading { margin-bottom: 38px; }
.home-bells-heading h2 { color: white; }
.home-bells-heading > div > p:last-child { max-width: 650px; margin: 12px 0 0; color: rgba(255,255,255,.6); }
.home-bells-heading .text-link { color: var(--bronze-light); }
.home-bells-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.home-bell-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); transition: border-color .25s, transform .25s, background .25s; }
.home-bell-card:hover { border-color: rgba(199,155,98,.65); background: rgba(255,255,255,.07); transform: translateY(-4px); }
.home-bell-image { position: relative; display: block; height: 270px; overflow: hidden; background: #25231f; }
.home-bell-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.home-bell-card:hover .home-bell-image img { transform: scale(1.035); }
.home-bell-image > span { position: absolute; right: 16px; bottom: 16px; display: flex; min-width: 78px; min-height: 78px; align-items: baseline; justify-content: center; gap: 4px; padding: 20px 13px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(22,20,17,.9); color: white; font-family: var(--font-prata), Georgia, serif; font-size: 1.45rem; }
.home-bell-image > span small { color: var(--bronze-light); font-family: var(--font-manrope), Arial, sans-serif; font-size: .65rem; font-weight: 800; }
.home-bell-body { padding: 22px; }
.home-bell-body > p { margin: 0 0 7px; color: var(--bronze-light); font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.home-bell-body h3 { margin: 0 0 18px; color: white; font-size: 1.35rem; }
.home-bell-body h3 a { color: inherit; }
.home-bell-body dl { margin: 0 0 20px; border-top: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.home-bell-body dl div { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 12px; }
.home-bell-body dl div + div { border-top: 1px solid rgba(255,255,255,.11); }
.home-bell-body dt { color: rgba(255,255,255,.5); font-size: .65rem; text-transform: uppercase; }
.home-bell-body dd { margin: 0; color: white; font-size: .75rem; font-weight: 800; text-align: right; }
.home-bell-body .button { width: 100%; min-height: 44px; padding: 10px 12px; font-size: .66rem; }

.selection-strip { position: relative; min-height: 430px; overflow: hidden; background: var(--sand); }
.selection-strip::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--sand) 0%, var(--sand) 55%, rgba(231,223,208,.9) 67%, rgba(231,223,208,.1) 100%); content: ""; pointer-events: none; }
.selection-photo { position: absolute; top: 0; right: 0; bottom: 0; width: 43%; overflow: hidden; }
.selection-photo img { width: 100%; height: 100%; object-fit: cover; }
.selection-inner { position: relative; z-index: 2; display: grid; min-height: 430px; align-content: center; gap: 28px; padding-top: 58px; padding-right: 35%; padding-bottom: 58px; }
.selection-copy { max-width: 780px; }
.selection-copy h2 { margin-bottom: 12px; font-size: clamp(2.2rem, 3.6vw, 3.5rem); }
.selection-copy p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1rem; }
.quick-form { display: grid; width: 100%; max-width: 860px; grid-template-columns: minmax(270px, 1.2fr) minmax(250px, 1fr); align-items: end; gap: 14px; }
.quick-form .button { grid-column: 1 / -1; width: 100%; }
.quick-form input, .quick-form select { min-height: 58px; border-color: rgba(55,51,46,.24); font-size: .93rem; box-shadow: 0 8px 24px rgba(55,51,46,.06); }
label span { display: block; margin-bottom: 7px; color: var(--muted); font-size: .73rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 50px; border: 1px solid rgba(55,51,46,.18); border-radius: 2px; padding: 12px 14px; background: white; color: var(--text); }
textarea { resize: vertical; }

.sound-section { position: relative; overflow: hidden; background: white; color: var(--ink); }
.sound-section::before { position: absolute; top: 0; bottom: 0; left: 0; width: 60%; background: url('../images/sound-bells-bg.jpg') center 46% / cover no-repeat; content: ""; opacity: .4; -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 52%, transparent 100%); mask-image: linear-gradient(90deg, #000 0%, #000 52%, transparent 100%); }
.sound-section::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.52) 27%, rgba(255,255,255,.9) 51%, white 68%, white 100%); content: ""; }
.sound-section .container { position: relative; z-index: 1; }
.section-heading.light h2 { color: white; }
.section-heading.light > p:not(.eyebrow) { color: rgba(255,255,255,.55); }
.sound-section .section-heading.light h2 { color: var(--ink); }
.sound-section .section-heading.light > p:not(.eyebrow) { color: rgba(55,51,46,.72); }
.sound-section .eyebrow { color: #855c2d; }
.sound-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sound-card { display: flex; min-height: 155px; align-items: center; gap: 18px; padding: 22px; border: 1px solid rgba(92,70,41,.25); background: rgba(255,255,255,.86); box-shadow: 0 14px 34px rgba(69,53,34,.1); backdrop-filter: blur(4px); }
.sound-number { display: grid; min-width: 58px; height: 58px; place-items: center; border: 1px solid var(--bronze); border-radius: 50%; background: rgba(168,117,54,.08); color: #855c2d; font-family: var(--font-prata), Georgia, serif; }
.sound-card h3 { margin-bottom: 4px; color: var(--ink); font-size: 1.08rem; }
.sound-card p { margin-bottom: 10px; color: var(--muted); font-size: .68rem; }
.sound-card audio { width: 100%; max-width: 210px; height: 30px; }

.advantages { padding: 92px 0 100px; background: linear-gradient(90deg, rgba(23,22,19,.97), rgba(23,22,19,.9) 54%, rgba(23,22,19,.68)), url('../images/advantages-consultation.jpg') right center / cover no-repeat; color: white; }
.advantages-heading { display: grid; margin-bottom: 42px; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; }
.advantages-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -38px; }
.advantages-heading h2 { margin: 0; color: white; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.advantages-heading > p:last-child { max-width: 510px; margin: 0 0 7px; color: rgba(255,255,255,.68); font-size: 1rem; }
.advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.advantages article { min-height: 220px; padding: 28px 28px 26px; border: 1px solid rgba(199,155,98,.28); border-top: 3px solid var(--bronze); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: 0 14px 34px rgba(0,0,0,.12); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.advantages article:hover { border-color: rgba(199,155,98,.62); background: rgba(255,255,255,.09); transform: translateY(-4px); }
.advantages article > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(199,155,98,.55); border-radius: 50%; background: rgba(168,117,54,.13); color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1rem; }
.advantages h3 { margin: 22px 0 10px; color: white; font-family: var(--font-manrope), Arial, sans-serif; font-size: 1rem; font-weight: 800; }
.advantages p { max-width: 330px; margin: 0; color: rgba(255,255,255,.64); font-size: .82rem; }

.factory-section { background: var(--cream); }
.factory-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; }
.factory-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.stage-row { display: grid; margin: 38px 0; grid-template-columns: repeat(6, 1fr); }
.stage-row div { position: relative; text-align: center; }
.stage-row div::after { position: absolute; top: 19px; left: 62%; width: 76%; height: 1px; background: var(--sand); content: ""; }
.stage-row div:last-child::after { display: none; }
.stage-row span { position: relative; z-index: 1; display: grid; width: 40px; height: 40px; margin: 0 auto 9px; place-items: center; border: 1px solid var(--bronze); border-radius: 50%; background: var(--cream); color: var(--bronze); font-size: .73rem; font-weight: 800; }
.stage-row b { font-size: .86rem; }
.factory-image { position: relative; }
.factory-image img { width: 100%; height: 600px; object-fit: cover; }
.factory-image div { position: absolute; right: -20px; bottom: -20px; min-width: 190px; padding: 24px; background: var(--ink); color: white; }
.factory-image strong, .factory-image span { display: block; }
.factory-image strong { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1.4rem; }
.factory-image span { color: rgba(255,255,255,.55); font-size: .72rem; }

.works-section { background: var(--white); }
.works-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.works-grid article { position: relative; min-height: 390px; overflow: hidden; background: var(--ink); }
.works-grid article > button { display: block; width: 100%; height: 100%; border: 0; padding: 0; background: transparent; color: inherit; cursor: zoom-in; font: inherit; text-align: left; }
.works-grid img { width: 100%; height: 390px; object-fit: cover; transition: transform .5s; }
.works-grid article:hover img { transform: scale(1.04); }
.works-grid article::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,15,12,.92), transparent 65%); content: ""; }
.works-grid article div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 24px; }
.works-grid h3 { color: white; font-size: 1.22rem; }
.works-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: .74rem; }

.home-information { background: var(--cream); }
.home-information .section-heading > div > p:last-child { max-width: 650px; margin: 12px 0 0; color: var(--muted); }
.home-information-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-information-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: white; color: var(--ink); transition: box-shadow .25s, transform .25s; }
.home-information-card:hover { box-shadow: 0 22px 48px rgba(55,51,46,.12); transform: translateY(-4px); }
.home-information-image { position: relative; height: 245px; overflow: hidden; background: var(--sand); }
.home-information-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.home-information-card:hover .home-information-image img { transform: scale(1.035); }
.home-information-image span { position: absolute; bottom: 0; left: 0; padding: 8px 12px; background: var(--burgundy); color: white; font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.home-information-body { display: flex; flex: 1; align-items: flex-start; flex-direction: column; padding: 25px; }
.home-information-body time { color: var(--bronze); font-size: .66rem; font-weight: 800; }
.home-information-body h3 { margin: 12px 0 13px; font-size: 1.35rem; line-height: 1.35; }
.home-information-body p { margin: 0 0 24px; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.home-information-body strong { margin-top: auto; color: var(--bronze); font-size: .67rem; letter-spacing: .04em; text-transform: uppercase; }
.home-information-body strong b { margin-left: 5px; }

.single-bells { background: var(--ink); color: white; }
.single-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.single-grid h2 { color: white; }
.single-grid > div:first-child > p:not(.eyebrow) { max-width: 480px; margin-bottom: 26px; color: rgba(255,255,255,.58); }
.weight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.weight-grid a { display: flex; min-height: 84px; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); padding: 20px 24px; background: rgba(255,255,255,.04); color: white; text-align: left; transition: .2s; }
.weight-grid a:last-child { grid-column: span 2; }
.weight-grid a:hover { border-color: var(--bronze); background: rgba(168,117,54,.12); }
.weight-grid span { font-family: var(--font-prata), Georgia, serif; font-size: 1.25rem; }
.weight-grid b { color: var(--bronze-light); font-size: .68rem; text-transform: uppercase; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.phone-link { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: 1.45rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.05rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--bronze); font-family: var(--font-manrope), Arial, sans-serif; font-size: 1.5rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding: 0 50px 24px 0; color: var(--muted); font-size: .9rem; }

.contact-section { padding: 100px 0; background: linear-gradient(115deg, rgba(31,29,26,.96), rgba(31,29,26,.86)), url('../images/work-1.jpeg') center / cover; color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 100px; }
.contact-copy h2 { max-width: 580px; color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.6); }
.contact-details { display: grid; margin-top: 38px; gap: 18px; }
.contact-details > a { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1.7rem; }
.contact-details > span { color: rgba(255,255,255,.62); }
.contact-details div { display: flex; gap: 12px; }
.contact-details div a { min-width: 116px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); text-align: center; font-size: .74rem; font-weight: 800; }
.contact-form { display: grid; gap: 13px; padding: 34px; background: var(--white); color: var(--text); }
.contact-form .wpcf7 form { display: grid; margin: 0 !important; gap: 13px !important; }
.contact-form .wpcf7 form[hidden], .contact-modal .wpcf7 form[hidden] { display: none !important; }
.contact-form .wpcf7 form > p { margin: 0 !important; padding: 0 !important; }
.contact-form .wpcf7 form br { display: none; }
.contact-form .wpcf7-form-control-wrap { display: block; }
.contact-form .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.contact-form .wpcf7 select,
.contact-form .wpcf7 textarea { margin: 6px 0 0; font-size: .9rem; font-weight: 400; }
.contact-form .wpcf7 .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  border-color: var(--bronze) !important;
  background: var(--bronze) !important;
  color: white !important;
  font-size: .78rem;
  font-weight: 800;
}
.contact-form .wpcf7 .wpcf7-submit:hover { border-color: var(--bronze-light) !important; background: var(--bronze-light) !important; }
.contact-form > .request-consultation { width: 100%; margin-top: 0; }
.contact-form.has-success > .request-consultation { display: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { color: var(--text); font-size: .72rem; font-weight: 800; }
.contact-form input:not([type="submit"]):not([type="checkbox"]), .contact-form textarea { margin-top: 6px; background: white; }
.file-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-field > span { display: flex; min-height: 48px; align-items: center; border: 1px dashed var(--bronze); padding: 10px 14px; color: var(--bronze); cursor: pointer; }
.consent { display: flex; align-items: flex-start; gap: 8px; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--bronze); }
.consent span { margin: 0; font-size: .68rem; }

.footer { padding: 64px 0 20px; background: #151411; color: rgba(255,255,255,.57); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 46px; }
.brand.inverted { color: white; }
.footer-brand > p { max-width: 290px; margin-top: 20px; font-size: .76rem; }
.footer h3 { color: white; font-family: var(--font-manrope), Arial, sans-serif; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 9px; }
.footer-grid a, .footer-grid p { font-size: .73rem; }
.footer-grid a:hover { color: var(--bronze-light); }
.footer-bottom { display: flex; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); justify-content: space-between; gap: 20px; font-size: .65rem; }
.mobile-contact-bar { display: none; }

/* Category archive */
.category-page .nav a.current::after { transform: scaleX(1); }
.archive-hero { position: relative; min-height: 530px; overflow: hidden; background: var(--ink); color: white; }
.archive-hero-image { position: absolute; inset: 0; background: url('../images/work-3.jpg') 70% 42% / cover no-repeat; transform: scale(1.02); }
.archive-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,15,13,.98) 0%, rgba(18,16,13,.91) 43%, rgba(18,16,13,.28) 76%, rgba(18,16,13,.1) 100%); }
.archive-hero-inner { position: relative; display: flex; min-height: 530px; align-items: center; }
.archive-hero-inner > div { max-width: 800px; padding: 72px 0; }
.breadcrumbs { display: flex; margin-bottom: 46px; align-items: center; gap: 10px; color: rgba(255,255,255,.58); font-size: .72rem; }
.breadcrumbs a:hover { color: white; }
.archive-hero h1 { max-width: 780px; margin-bottom: 22px; color: white; font-size: clamp(3.2rem, 5.6vw, 5.7rem); letter-spacing: -.025em; }
.archive-lead { max-width: 690px; margin-bottom: 36px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.archive-facts { display: flex; flex-wrap: wrap; gap: 10px; }
.archive-facts span { min-width: 170px; padding: 13px 16px; border: 1px solid rgba(199,155,98,.34); background: rgba(18,17,14,.55); color: rgba(255,255,255,.63); font-size: .72rem; backdrop-filter: blur(8px); }
.archive-facts strong { display: block; color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1rem; font-weight: 400; }
.archive-catalog { background: var(--white); }
.archive-toolbar { display: flex; margin-bottom: 42px; align-items: end; justify-content: space-between; gap: 50px; }
.archive-toolbar > div:first-child { max-width: 720px; }
.archive-toolbar h2 { margin-bottom: 12px; }
.archive-toolbar > div:first-child > p:last-child { margin: 0; color: var(--muted); }
.archive-filter { display: flex; min-width: 460px; padding: 5px; border: 1px solid var(--line); background: var(--cream); }
.archive-filter button { min-height: 44px; flex: 1; border: 0; padding: 8px 13px; background: transparent; color: var(--muted); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.archive-filter button.active { background: var(--ink); color: white; box-shadow: 0 6px 16px rgba(31,29,26,.18); }
.archive-product-card .product-image { display: block; }
.archive-product-card .set-count { position: absolute; right: 15px; bottom: 15px; padding: 7px 10px; background: rgba(18,16,13,.88); color: white; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.archive-product-card h3 a:hover { color: var(--bronze); }
.archive-included { display: flex; margin: 0 0 16px; flex-wrap: wrap; gap: 6px 14px; color: var(--muted); font-size: .68rem; }
.archive-guide { padding: 92px 0; background: var(--cream); }
.archive-guide-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 100px; }
.archive-guide-grid > div > p:last-child { max-width: 570px; color: var(--muted); }
.archive-guide ol { display: grid; margin: 0; padding: 0; list-style: none; }
.archive-guide li { display: grid; min-height: 105px; grid-template-columns: 62px 1fr; align-items: start; gap: 20px; border-top: 1px solid var(--sand); padding: 24px 0; }
.archive-guide li:first-child { border-top-color: var(--bronze); }
.archive-guide li > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: 1.2rem; }
.archive-guide li strong { color: var(--ink); }
.archive-guide li p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; }
.archive-selection { position: relative; padding: 84px 0; overflow: hidden; background: linear-gradient(110deg, rgba(23,21,18,.98), rgba(36,30,24,.88)), url('../images/work-6.jpg') center / cover; color: white; }
.archive-selection-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.archive-selection-inner > div:first-child { max-width: 760px; }
.archive-selection h2 { color: white; }
.archive-selection p:not(.eyebrow) { max-width: 680px; margin: 0; color: rgba(255,255,255,.68); }
.archive-selection-actions { display: flex; min-width: 300px; flex-direction: column; gap: 10px; }
.archive-selection-actions .social-icon { width: 25px; height: 25px; flex-basis: 25px; }

.modal-backdrop { position: fixed; z-index: 80; inset: 0; display: grid; overflow-y: auto; place-items: center; padding: 20px; background: rgba(15,14,12,.82); backdrop-filter: blur(8px); }
.modal-backdrop[hidden] { display: none !important; }
.modal { position: relative; width: min(520px, 100%); padding: 42px; background: var(--cream); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal h2 { font-size: 2.2rem; }
.modal > p:not(.eyebrow) { color: var(--muted); }
.modal form { display: grid; gap: 13px; margin-top: 25px; }
.modal-close { position: absolute; top: 12px; right: 14px; width: 42px; height: 42px; border: 0; background: transparent; color: var(--muted); font-size: 1.8rem; }
.contact-modal { width: min(540px, 100%); }
.contact-modal .wpcf7 { margin-top: 25px; }
.contact-modal .wpcf7 form { margin-top: 0 !important; gap: 12px !important; }
.contact-modal .wpcf7 form > p { margin: 0 !important; padding: 0 !important; }
.contact-modal .wpcf7 form br { display: none; }
.contact-modal .wpcf7 label { display: grid; gap: 7px; color: var(--text); font-size: .95rem; font-weight: 400; }
.contact-modal .wpcf7-form-control-wrap { display: block; margin: 0; color: inherit; font-size: inherit; font-weight: inherit; }
.contact-modal .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.contact-modal .wpcf7 select { min-height: 50px; margin: 0; font-size: .9rem; font-weight: 400; }
.contact-modal .wpcf7 .consent { margin: 0; }
.contact-modal .wpcf7 .consent .wpcf7-list-item { margin: 0; }
.contact-modal .wpcf7 .consent label { display: flex; align-items: flex-start; gap: 8px; font-weight: 400; }
.contact-modal .wpcf7 .consent input { flex: 0 0 18px; }
.contact-modal .wpcf7 .consent .wpcf7-list-item-label { margin: 0; color: var(--text); font-size: .68rem; font-weight: 400; }
.contact-modal .wpcf7 .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  border-color: var(--bronze) !important;
  background: var(--bronze) !important;
  color: white !important;
  font-size: .78rem;
  font-weight: 800;
}
.contact-modal .wpcf7 .wpcf7-spinner { position: absolute; }
.contact-modal .wpcf7-response-output { margin: 2px 0 0; padding: 10px 12px; font-size: .72rem; }
.contact-modal-direct { margin-top: 24px; border-top: 1px solid var(--sand); padding-top: 20px; }
.contact-modal-direct > span { display: block; margin-bottom: 11px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.contact-modal-direct > div { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 8px; }
.contact-modal-direct a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--sand); padding: 8px 12px; background: white; color: var(--ink); font-size: .72rem; font-weight: 800; gap: 7px; }
.contact-modal-direct .social-icon { width: 24px; height: 24px; flex-basis: 24px; }
.contact-modal.has-success .contact-modal-direct { display: none; }
.dbells-form-success { display: grid; justify-items: center; padding: 24px 0 4px; text-align: center; }
.dbells-form-success-mark { display: grid; width: 58px; height: 58px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: var(--bronze); color: white; font-size: 1.7rem; font-weight: 800; }
.dbells-form-success .eyebrow { margin-bottom: 10px; }
.dbells-form-success h3 { margin: 0; color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: clamp(1.65rem, 4vw, 2.15rem); font-weight: 400; }
.dbells-form-success > p:not(.eyebrow) { max-width: 410px; margin: 13px auto 0; color: var(--muted); font-size: .86rem; }
.dbells-form-success-direct { width: 100%; margin-top: 25px; border-top: 1px solid var(--sand); padding-top: 19px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.dbells-form-success-actions { display: grid; width: 100%; margin-top: 11px; grid-template-columns: 1.35fr 1fr 1fr; gap: 8px; }
.dbells-form-success-actions a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--sand); padding: 8px 12px; background: white; color: var(--ink); font-size: .72rem; font-weight: 800; gap: 7px; }
.dbells-form-success-actions .social-icon { width: 24px; height: 24px; flex-basis: 24px; }

.header-search:hover, .header-search[aria-expanded="true"] { border-color: var(--bronze); background: var(--cream); color: var(--bronze); }
.search-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; overflow: hidden; place-items: center; padding: 20px; background: rgba(17,15,12,.82); backdrop-filter: blur(10px); }
.site-search { position: relative; width: min(1040px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 48px 54px 54px; background: var(--white); box-shadow: 0 35px 110px rgba(0,0,0,.4); }
.site-search-close { position: absolute; top: 16px; right: 18px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--muted); font-size: 2rem; line-height: 1; }
.site-search-close:hover { color: var(--bronze); }
.site-search-heading h2 { margin-bottom: 26px; font-size: clamp(2rem, 4vw, 3.2rem); }
.site-search-field { display: grid; min-height: 66px; grid-template-columns: 42px 1fr auto; align-items: center; border: 1px solid var(--line); background: white; padding: 0 20px; gap: 8px; }
.site-search-field > span { color: var(--bronze); font-size: 1.7rem; text-align: center; }
.site-search-field input { min-height: 64px; border: 0; padding: 0; background: transparent; color: var(--ink); font-family: var(--font-manrope), Arial, sans-serif; font-size: 1rem; outline: 0; }
.site-search-field input::-webkit-search-cancel-button { cursor: pointer; }
.site-search-field:focus-within { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(159,108,55,.1); }
.site-search-field kbd { border: 1px solid var(--line); border-radius: 3px; padding: 5px 7px; background: var(--cream); color: var(--muted); font-family: inherit; font-size: .65rem; }
.site-search-summary { margin: 23px 0 12px; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.site-search-summary.loading { color: var(--bronze); }
.site-search-results { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--sand); border-left: 1px solid var(--sand); }
.site-search-results a { position: relative; display: grid; min-height: 138px; align-content: start; border-right: 1px solid var(--sand); border-bottom: 1px solid var(--sand); padding: 21px 52px 20px 22px; transition: background .2s; }
.site-search-results a:hover { background: var(--cream); }
.site-search-results a > span { margin-bottom: 6px; color: var(--bronze); font-size: .59rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-search-results a > strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.site-search-results a > p { margin: 7px 0 0; color: var(--muted); font-size: .69rem; }
.site-search-results a > b { position: absolute; top: 50%; right: 20px; color: var(--bronze); font-size: 1.1rem; transform: translateY(-50%); transition: transform .2s; }
.site-search-results a:hover > b { transform: translate(4px,-50%); }
.site-search-empty { border: 1px solid var(--sand); padding: 42px; text-align: center; }
.site-search-empty strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.4rem; font-weight: 400; }
.site-search-empty p { margin: 10px auto 0; color: var(--muted); font-size: .78rem; }
.site-search-empty a { color: var(--bronze); font-weight: 800; }

@media (max-width: 1180px) {
  .container { width: min(100% - 40px, 1180px); }
  .utility-address { display: none; }
  .utility-inner { justify-content: flex-end; }
  .nav { position: absolute; top: 84px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 24px; border-top: 1px solid var(--line); background: var(--white); }
  .nav.open { display: flex; }
  .nav-list { width: 100%; align-items: stretch; flex-direction: column; gap: 0; }
  .nav a { padding: 13px 0; }
  .nav a::after { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; place-content: center; border: 0; background: transparent; gap: 5px; }
  .menu-toggle span { width: 23px; height: 2px; background: var(--ink); }
  .hero-grid { grid-template-columns: 1fr 280px; gap: 35px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .home-bells-grid { grid-template-columns: repeat(2, 1fr); }
  .selection-inner { grid-template-columns: 1fr; gap: 25px; padding-top: 48px; padding-right: 26%; padding-bottom: 48px; }
  .quick-form { grid-template-columns: 1fr 1fr; }
  .quick-form .button { grid-column: span 2; }
  .sound-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-heading { grid-template-columns: 1fr; gap: 16px; }
  .advantages-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .factory-grid { gap: 45px; }
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .home-information-grid { grid-template-columns: repeat(2, 1fr); }
  .home-information-card:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .archive-toolbar { align-items: stretch; flex-direction: column; gap: 26px; }
  .archive-filter { width: 100%; min-width: 0; }
  .archive-guide-grid { gap: 55px; }
}

@media (max-width: 780px) {
  body { padding-bottom: 58px; }
  .container { width: min(100% - 28px, 720px); }
  .section { padding: 68px 0; }
  .utility-bar { display: block; }
  .utility-inner { min-height: 42px; justify-content: center; }
  .utility-links { width: 100%; justify-content: center; gap: 18px; }
  .utility-links .button-small { display: none; }
  .utility-links .social-link { font-size: 0; }
  .header-inner { min-height: 72px; }
  .nav { top: 72px; }
  .brand { min-width: 0; }
  .brand strong { font-size: .78rem; }
  .brand b { font-size: .72rem; }
  .brand-bell { width: 34px; height: 38px; flex-basis: 34px; }
  .header-inner { gap: 9px; }
  .header-search { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; font-size: 1.3rem; }
  .site-search { width: 100%; max-height: 100vh; min-height: 100vh; padding: 54px 18px 34px; }
  .search-backdrop { padding: 0; }
  .site-search-heading h2 { font-size: 2.15rem; }
  .site-search-field { min-height: 58px; grid-template-columns: 32px 1fr; padding: 0 12px; }
  .site-search-field input { min-height: 56px; font-size: .87rem; }
  .site-search-field kbd { display: none; }
  .site-search-results { grid-template-columns: 1fr; }
  .site-search-results a { min-height: 118px; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { display: block; padding: 90px 0 50px; }
  .hero-image { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,14,12,.97), rgba(18,16,13,.72)), linear-gradient(0deg, rgba(15,14,12,.6), transparent); }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-row { margin-top: 45px; grid-template-columns: 1fr; gap: 20px; }
  .trust-row div { padding: 0 0 0 16px !important; border-left: 1px solid rgba(255,255,255,.19) !important; }
  .hero-consult { display: none; }
  .section-heading { margin-bottom: 30px; }
  .category-grid, .product-grid, .home-bells-grid, .sound-grid, .factory-grid, .single-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .category-card, .category-card img { height: 320px; min-height: 320px; }
  .split-heading { align-items: stretch; flex-direction: column; }
  .filter-tabs { overflow-x: auto; }
  .filter-tabs button { flex: 1; }
  .catalog-heading-actions { width: 100%; align-items: stretch; }
  .catalog-heading-actions > .text-link { align-self: flex-end; }
  .product-image { height: 250px; }
  .home-bell-image { height: 310px; }
  .selection-strip::after { background: linear-gradient(90deg, rgba(231,223,208,.98), rgba(231,223,208,.92)); }
  .selection-photo { display: block; width: 100%; opacity: .2; }
  .selection-inner { min-height: auto; padding: 54px 0; }
  .quick-form { grid-template-columns: 1fr; }
  .quick-form .button { grid-column: auto; }
  .sound-card { min-height: 130px; }
  .sound-section::before { width: 100%; opacity: .22; -webkit-mask-image: none; mask-image: none; }
  .sound-section::after { background: rgba(255,255,255,.82); }
  .advantages { padding: 68px 0 72px; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .factory-grid { gap: 40px; }
  .factory-image { order: -1; }
  .factory-image img { height: 430px; }
  .factory-image div { right: 0; bottom: 0; }
  .stage-row { grid-template-columns: repeat(3, 1fr); gap: 25px 0; }
  .stage-row div::after { display: none; }
  .works-grid { grid-template-columns: 1fr; }
  .home-information-grid { grid-template-columns: 1fr; }
  .home-information-card:last-child { grid-column: auto; }
  .home-information-image { height: 260px; }
  .works-grid article, .works-grid img { height: 350px; min-height: 350px; }
  .weight-grid { grid-template-columns: 1fr; }
  .weight-grid button:last-child { grid-column: auto; }
  .faq-grid { gap: 40px; }
  .faq-intro { position: static; }
  .contact-grid { gap: 45px; }
  .contact-form { padding: 22px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-contact-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; min-height: 58px; grid-template-columns: repeat(3, 1fr); background: var(--bronze); color: white; }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.23); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
  .mobile-contact-bar .social-icon { width: 20px; height: 20px; flex-basis: 20px; }
  .modal { padding: 34px 22px 24px; }
  .contact-modal-direct > div { grid-template-columns: 1fr; }
  .dbells-form-success-actions { grid-template-columns: 1fr; }
  .archive-hero, .archive-hero-inner { min-height: 570px; }
  .archive-hero-image { background-position: 60% center; }
  .archive-hero-shade { background: linear-gradient(90deg, rgba(16,15,13,.97), rgba(18,16,13,.73)); }
  .archive-hero-inner > div { padding: 56px 0; }
  .breadcrumbs { margin-bottom: 34px; }
  .archive-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .archive-facts { display: grid; grid-template-columns: 1fr; }
  .archive-facts span { min-width: 0; }
  .archive-filter { overflow-x: auto; }
  .archive-filter button { min-width: 100px; }
  .archive-guide { padding: 68px 0; }
  .archive-guide-grid { grid-template-columns: 1fr; gap: 25px; }
  .archive-selection { padding: 68px 0; }
  .archive-selection-inner { align-items: stretch; flex-direction: column; gap: 34px; }
  .archive-selection-actions { min-width: 0; }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 22px); }
  .brand small { display: none; }
  .hero-grid { padding-top: 70px; }
  .product-body dl { grid-template-columns: 1fr 1fr; gap: 12px 0; }
  .product-body dl div:nth-child(3) { padding-left: 0; border-left: 0; }
  .advantages-grid { grid-template-columns: 1fr; }
  .advantages article { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Product detail */
.product-detail { padding: 34px 0 92px; background: var(--white); }
.product-breadcrumbs { display: flex; margin-bottom: 32px; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: .7rem; }
.product-breadcrumbs a:hover { color: var(--bronze); }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: start; gap: 64px; }
.product-gallery-main { position: relative; height: 610px; overflow: hidden; background: #f5f0e7; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-gallery-main > span, .product-gallery-main > b { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 8px 12px; background: var(--burgundy); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-photo-story { position: absolute; z-index: 4; bottom: 18px; left: 18px; display: grid; width: min(270px, calc(100% - 36px)); border-left: 3px solid var(--bronze); padding: 13px 15px; background: rgba(255,253,248,.94); box-shadow: 0 12px 32px rgba(20,17,13,.22); color: var(--ink); gap: 3px; backdrop-filter: blur(6px); }
.product-photo-story small { color: var(--bronze); font-size: .57rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-photo-story strong { font-family: var(--font-prata), Georgia, serif; font-size: 1rem; font-weight: 400; }
.product-photo-story > b { color: var(--bronze); font-size: .58rem; letter-spacing: .03em; text-transform: uppercase; }
.product-gallery-open { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; border: 0; padding: 0; background: var(--sand); cursor: zoom-in; }
.product-gallery-open img { transition: transform .35s, opacity .35s; }
.product-gallery-open > span { position: absolute; right: 18px; bottom: 18px; display: inline-flex; min-height: 36px; align-items: center; border: 1px solid rgba(255,255,255,.42); padding: 8px 13px; background: rgba(20,18,15,.72); color: white; font-size: .61rem; font-weight: 800; letter-spacing: .04em; opacity: 0; text-transform: uppercase; transition: opacity .25s, transform .25s; transform: translateY(5px); }
.product-gallery-open:hover img { opacity: .86; }
.product-gallery-open:hover > span, .product-gallery-open:focus-visible > span { opacity: 1; transform: translateY(0); }
.product-gallery-thumbs { display: grid; margin-top: 12px; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.product-gallery-thumbs button { position: relative; height: 105px; overflow: hidden; border: 2px solid transparent; padding: 0; background: var(--sand); }
.product-gallery-thumbs button.active { border-color: var(--bronze); }
.product-gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-thumb-story { position: absolute; right: 5px; bottom: 5px; padding: 4px 6px; background: rgba(25,22,18,.82); color: var(--bronze-light); font-size: .5rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-summary { padding-top: 12px; }
.product-summary h1 { margin-bottom: 19px; font-size: clamp(3rem, 4.6vw, 5rem); letter-spacing: -.025em; }
.product-summary-lead { max-width: 690px; margin-bottom: 28px; color: var(--muted); font-size: .94rem; }
.product-summary-specs { display: grid; margin-bottom: 26px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.product-summary-specs div { display: flex; flex-direction: column; padding: 17px 18px; border-left: 1px solid var(--line); }
.product-summary-specs div:first-child { border-left: 0; }
.product-summary-specs strong, .product-summary-specs span { display: block; }
.product-summary-specs strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.product-summary-specs span { order: -1; margin-bottom: 7px; color: var(--muted); font-size: .66rem; }
.product-advantage { margin: -8px 0 24px; border-left: 3px solid var(--bronze); padding: 14px 18px; background: #f6f0e4; }
.product-advantage span { display: block; margin-bottom: 5px; color: var(--bronze-dark); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-advantage p { margin: 0; color: var(--ink); font-size: .84rem; line-height: 1.55; }
.product-buy { display: grid; margin-bottom: 18px; grid-template-columns: 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--sand); border-bottom: 1px solid var(--sand); padding: 21px 0; }
.product-buy > div:first-child span, .product-buy > div:first-child strong, .product-buy > div:first-child small { display: block; }
.product-buy > div:first-child span { color: var(--muted); font-size: .68rem; }
.product-buy > div:first-child strong { margin: 2px 0; color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: 2rem; font-weight: 400; }
.product-buy > div:first-child small, .product-status small { color: var(--muted); font-size: .65rem; }
.product-status { text-align: right; }
.product-status span { display: block; color: #4d714f; font-size: .72rem; font-weight: 800; }
.product-sound-preview { display: grid; margin: 18px 0 22px; grid-template-columns: 1fr 230px; align-items: center; gap: 14px 18px; padding: 18px; background: var(--cream); }
.product-sound-preview > div { display: flex; align-items: center; gap: 13px; }
.product-sound-preview strong, .product-sound-preview small { display: block; }
.product-sound-preview strong { color: var(--ink); font-size: .75rem; }
.product-sound-preview small { color: var(--muted); font-size: .63rem; }
.product-sound-preview audio { width: 100%; height: 32px; }
.product-video-link { display: inline-flex; min-height: 38px; grid-column: 1 / -1; align-items: center; justify-content: center; border: 1px solid rgba(168,117,54,.45); padding: 9px 13px; background: transparent; color: var(--bronze); font-family: inherit; font-size: .63rem; font-weight: 800; letter-spacing: .035em; cursor: pointer; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.product-video-link:hover { border-color: var(--burgundy); background: var(--burgundy); color: white; }
.product-video-link > span { margin-right: 8px; font-size: .58rem; }
.product-video-backdrop { position: fixed; z-index: 260; inset: 0; display: grid; place-items: center; padding: 36px; background: rgba(10,9,8,.9); backdrop-filter: blur(7px); }
.product-video-dialog { position: relative; width: min(960px, 100%); border-top: 3px solid var(--bronze); padding: 30px; background: #171613; box-shadow: 0 30px 90px rgba(0,0,0,.48); color: white; }
.product-video-dialog h2 { margin: 0 50px 24px 0; color: white; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.product-video-dialog .eyebrow { margin-bottom: 10px; }
.product-video-close { position: absolute; top: 17px; right: 17px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; font-size: 1.55rem; cursor: pointer; }
.product-video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #090909; }
.product-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.product-summary-actions { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; }
.product-messenger-links { display: flex; margin-top: 18px; align-items: center; gap: 17px; color: var(--muted); font-size: .7rem; }
.product-messenger-links a { color: var(--ink); font-weight: 800; }
.product-messenger-links .social-icon { width: 24px; height: 24px; flex-basis: 24px; }

.product-composition { padding: 96px 0; background: #171613; color: white; }
.composition-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 95px; }
.composition-intro { position: sticky; top: 78px; }
.composition-intro h2 { color: white; }
.composition-intro > p:not(.eyebrow) { color: rgba(255,255,255,.6); }
.composition-total { display: flex; margin-top: 34px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); padding: 17px 0; }
.composition-total span, .composition-total strong { font-size: 1rem; }
.composition-total span { color: rgba(255,255,255,.55); text-transform: uppercase; }
.composition-total strong { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-weight: 400; }
.composition-table { border-top: 1px solid var(--bronze); }
.composition-row { display: grid; min-height: 62px; grid-template-columns: 55px 1fr 100px 130px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.67); font-size: .75rem; }
.composition-row > span:first-child { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; }
.composition-row strong { color: white; font-size: .77rem; }
.composition-head { min-height: 44px; color: rgba(255,255,255,.4); font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.product-included { background: var(--cream); }
.product-included .split-heading > p { max-width: 430px; color: var(--muted); }
.included-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.included-grid article { min-height: 215px; padding: 26px; border-top: 3px solid var(--bronze); background: var(--white); box-shadow: 0 12px 32px rgba(55,51,46,.07); }
.included-grid article > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }
.included-grid h3 { margin-top: 34px; font-size: 1.3rem; }
.included-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.product-decoration { padding: 96px 0; background: var(--white); }
.decoration-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.decoration-image { height: 570px; overflow: hidden; }
.decoration-image img { width: 100%; height: 100%; object-fit: cover; }
.decoration-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.decoration-grid ul { display: grid; margin: 28px 0 34px; padding: 0; list-style: none; gap: 12px; }
.decoration-grid li { border-bottom: 1px solid var(--sand); padding: 0 0 12px 25px; color: var(--ink); font-size: .82rem; }
.decoration-grid li::before { margin-left: -25px; margin-right: 12px; color: var(--bronze); content: "◆"; font-size: .5rem; }
.product-service { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-grid article { min-height: 210px; border-left: 1px solid var(--sand); padding: 26px 28px; }
.service-grid article:first-child { border-left: 0; }
.service-grid article > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }
.service-grid h3 { margin-top: 40px; font-size: 1.35rem; }
.service-grid p { margin: 0; color: var(--muted); font-size: .77rem; }
.electronic-ringer { padding: 88px 0; background: linear-gradient(120deg, #4a1119, #251719); color: white; }
.electronic-ringer-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.electronic-ringer h2 { max-width: 760px; color: white; }
.electronic-ringer-grid > div:first-child > p:last-child { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.electronic-ringer-card { border: 1px solid rgba(199,155,98,.38); padding: 30px; background: rgba(255,255,255,.055); }
.electronic-ringer-card strong { display: block; color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.electronic-ringer-card p { margin: 12px 0 24px; color: rgba(255,255,255,.72); font-size: .82rem; }
.product-request { padding: 96px 0; background: linear-gradient(115deg, rgba(31,29,26,.97), rgba(31,29,26,.88)), url('../images/work-1.jpeg') center / cover; color: white; }
.product-request-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 100px; }
.product-request h2 { color: white; }
.product-request-grid > div:first-child > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.63); }
.request-product-name { display: grid; margin-top: 35px; border: 1px solid rgba(199,155,98,.35); padding: 20px; background: rgba(255,255,255,.045); }
.request-product-name span { color: rgba(255,255,255,.5); font-size: .65rem; text-transform: uppercase; }
.request-product-name strong { margin: 5px 0; color: white; font-family: var(--font-prata), Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.request-product-name small { color: var(--bronze-light); }
.request-consultation { margin-top: 10px; }
.related-products { background: var(--white); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-grid > a { display: grid; min-height: 190px; grid-template-columns: 45% 1fr; overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .2s, box-shadow .2s; }
.related-grid > a:hover { box-shadow: 0 18px 40px rgba(55,51,46,.1); transform: translateY(-3px); }
.related-grid img { width: 100%; height: 100%; object-fit: cover; }
.related-grid > a > div { display: flex; padding: 22px; flex-direction: column; align-items: flex-start; justify-content: center; }
.related-grid span { color: var(--bronze); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.related-grid h3 { margin: 8px 0 14px; font-size: 1.2rem; }
.related-grid strong { color: var(--bronze); font-size: .78rem; }

@media (max-width: 1180px) {
  .product-detail-grid { gap: 38px; }
  .product-gallery-main { height: 520px; }
  .product-sound-preview { grid-template-columns: 1fr; }
  .composition-grid { gap: 55px; }
  .included-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(3) { border-left: 0; }
  .related-grid > a { grid-template-columns: 40% 1fr; }
}

@media (max-width: 780px) {
  .product-detail { padding: 24px 0 68px; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-gallery-main { height: 440px; }
  .product-gallery-thumbs button { height: 76px; }
  .product-summary h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .product-summary-specs { grid-template-columns: 1fr; }
  .product-summary-specs div { border-top: 1px solid var(--line); border-left: 0; }
  .product-summary-specs div:first-child { border-top: 0; }
  .product-buy { grid-template-columns: 1fr; }
  .product-status { text-align: left; }
  .product-summary-actions { grid-template-columns: 1fr; }
  .product-messenger-links { align-items: flex-start; flex-wrap: wrap; }
  .product-video-backdrop { padding: 14px; }
  .product-video-dialog { padding: 24px 14px 14px; }
  .product-video-dialog h2 { margin-right: 45px; }
  .product-composition { padding: 68px 0; }
  .composition-grid { grid-template-columns: 1fr; gap: 34px; }
  .composition-intro { position: static; }
  .composition-row { grid-template-columns: 38px 1fr 65px; }
  .composition-row > span:last-child { display: none; }
  .included-grid, .service-grid { grid-template-columns: 1fr; }
  .service-grid article { border-top: 1px solid var(--sand); border-left: 0; }
  .decoration-grid { grid-template-columns: 1fr; gap: 42px; }
  .decoration-image { height: 420px; }
  .electronic-ringer { padding: 68px 0; }
  .electronic-ringer-grid { grid-template-columns: 1fr; gap: 34px; }
  .product-request-grid { grid-template-columns: 1fr; gap: 40px; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .product-gallery-main { height: 350px; }
  .product-gallery-open > span { right: 10px; bottom: 10px; opacity: 1; transform: none; }
  .product-gallery-thumbs { gap: 6px; }
  .product-gallery-thumbs button { height: 62px; }
  .product-photo-story { bottom: 10px; left: 10px; width: min(195px, calc(100% - 20px)); padding: 10px 12px; }
  .product-photo-story strong { font-size: .88rem; }
  .product-summary-specs { grid-template-columns: 1fr; }
  .product-messenger-links > span { width: 100%; }
  .included-grid article { min-height: 180px; }
  .related-grid > a { min-height: 160px; grid-template-columns: 42% 1fr; }
}

/* Prices */
.prices-page .nav a.current::after { transform: scaleX(1); }
.prices-hero { position: relative; min-height: 455px; overflow: hidden; background: var(--ink); color: white; }
.prices-hero-image { position: absolute; inset: 0; background: url('../images/work-2.jpg') 67% 52% / cover no-repeat; transform: scale(1.02); }
.prices-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,15,13,.98) 0%, rgba(18,16,13,.91) 46%, rgba(18,16,13,.2) 78%); }
.prices-hero-inner { position: relative; display: flex; min-height: 455px; align-items: center; }
.prices-hero-inner > div { max-width: 830px; padding: 65px 0; }
.prices-hero .breadcrumbs { margin-bottom: 38px; }
.prices-hero h1 { margin-bottom: 21px; color: white; font-size: clamp(3.4rem, 5.8vw, 5.8rem); letter-spacing: -.025em; }
.prices-hero-inner > div > p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.prices-content { background: var(--white); }
.price-page-tabs { display: inline-flex; margin-bottom: 58px; border: 1px solid var(--line); padding: 5px; background: var(--cream); }
.price-page-tabs button, .price-page-tabs a { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; border: 0; padding: 9px 22px; background: transparent; color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.price-page-tabs .active { background: var(--ink); color: white; }
.price-heading { display: flex; margin-bottom: 40px; align-items: end; justify-content: space-between; gap: 45px; }
.price-heading > div:first-child { max-width: 670px; }
.price-heading h2 { margin-bottom: 10px; }
.price-heading > div:first-child > p:last-child { margin: 0; color: var(--muted); }
.price-filter { display: flex; min-width: 510px; border: 1px solid var(--line); padding: 5px; background: var(--cream); }
.price-filter button { min-height: 43px; flex: 1; border: 0; padding: 8px 12px; background: transparent; color: var(--muted); font-size: .7rem; font-weight: 800; white-space: nowrap; }
.price-filter button.active { background: var(--bronze); color: white; box-shadow: 0 7px 18px rgba(168,117,54,.22); }
.bell-price-table { border-top: 3px solid var(--bronze); box-shadow: 0 18px 55px rgba(55,51,46,.08); }
.bell-price-row { display: grid; min-height: 70px; grid-template-columns: 150px 230px 1fr 175px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); padding: 0 22px; background: white; gap: 18px; }
.bell-price-row:nth-child(odd):not(.bell-price-head) { background: #fbf8f1; }
.bell-price-row:hover:not(.bell-price-head) { background: #f3eadc; }
.bell-price-head { min-height: 50px; background: var(--ink); color: rgba(255,255,255,.58); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bell-price-row > strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.18rem; font-weight: 400; }
.bell-price-value { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: 1.2rem; }
.bell-price-note { color: var(--muted); font-size: .82rem; }
.bell-price-row > a { justify-self: end; color: var(--ink); font-size: .67rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.bell-price-row > a b { margin-left: 7px; color: var(--bronze); font-size: 1rem; }
.price-disclaimer { display: flex; margin-top: 24px; align-items: flex-start; gap: 14px; color: var(--muted); }
.price-disclaimer > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border: 1px solid var(--bronze); border-radius: 50%; color: var(--bronze); font-weight: 800; }
.price-disclaimer p { max-width: 900px; margin: 3px 0 0; font-size: .72rem; }
.price-benefits { padding: 52px 0; background: var(--cream); }
.price-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.price-benefits-grid > div { border-left: 1px solid var(--sand); padding: 0 26px; }
.price-benefits-grid > div:first-child { border-left: 0; padding-left: 0; }
.price-benefits-grid strong, .price-benefits-grid span { display: block; }
.price-benefits-grid strong { color: var(--ink); font-size: .78rem; }
.price-benefits-grid span { margin-top: 5px; color: var(--muted); font-size: .7rem; }
.price-request { padding: 86px 0; background: linear-gradient(110deg, rgba(23,21,18,.98), rgba(36,30,24,.89)), url('../images/work-6.jpg') center / cover; color: white; }
.price-request-grid { display: flex; align-items: center; justify-content: space-between; gap: 90px; }
.price-request-grid > div:first-child { max-width: 760px; }
.price-request h2 { color: white; }
.price-request-grid > div:first-child > p:last-child { margin: 0; color: rgba(255,255,255,.66); }
.price-request-actions { display: flex; min-width: 320px; flex-direction: column; gap: 10px; }
.price-request-actions .social-icon { width: 25px; height: 25px; flex-basis: 25px; }

@media (max-width: 1180px) {
  .price-heading { align-items: stretch; flex-direction: column; gap: 25px; }
  .price-filter { width: 100%; min-width: 0; }
  .bell-price-row { grid-template-columns: 120px 190px 1fr 160px; }
}

@media (max-width: 780px) {
  .prices-hero, .prices-hero-inner { min-height: 500px; }
  .prices-hero-image { background-position: 58% center; }
  .prices-hero-shade { background: linear-gradient(90deg, rgba(16,15,13,.97), rgba(18,16,13,.72)); }
  .prices-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .price-page-tabs { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
  .price-page-tabs button, .price-page-tabs a { padding: 8px 10px; font-size: .64rem; }
  .price-filter { overflow-x: auto; }
  .price-filter button { min-width: 105px; }
  .bell-price-table { display: grid; gap: 10px; border-top: 0; box-shadow: none; }
  .bell-price-head { display: none; }
  .bell-price-row { min-height: 0; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); padding: 18px; background: white !important; gap: 15px; }
  .bell-price-row > *::before { display: block; margin-bottom: 3px; color: var(--muted); content: attr(data-label); font-family: var(--font-manrope), Arial, sans-serif; font-size: .56rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
  .bell-price-note { grid-column: 1 / -1; }
  .bell-price-row > a { grid-column: 1 / -1; justify-self: stretch; border-top: 1px solid var(--line); padding-top: 12px; text-align: right; }
  .price-benefits-grid { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .price-benefits-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .price-request-grid { align-items: stretch; flex-direction: column; gap: 36px; }
  .price-request-actions { min-width: 0; }
}

@media (max-width: 430px) {
  .bell-price-row { grid-template-columns: 1fr; }
  .bell-price-note, .bell-price-row > a { grid-column: auto; }
  .price-benefits-grid { grid-template-columns: 1fr; gap: 22px; }
  .price-benefits-grid > div { border-top: 1px solid var(--sand); border-left: 0; padding: 18px 0 0; }
}

/* About factory */
.about-page .nav a.current::after { transform: scaleX(1); }
.about-hero { position: relative; min-height: 660px; overflow: hidden; background: var(--ink); color: white; }
.about-hero-image { position: absolute; inset: 0; background: url('../images/about-hero.jpg') 62% 48% / cover no-repeat; transform: scale(1.02); }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,12,10,.98) 0%, rgba(20,17,14,.91) 49%, rgba(20,17,14,.28) 78%); }
.about-hero-inner { position: relative; display: flex; min-height: 660px; align-items: center; }
.about-hero-inner > div { width: min(820px, 72%); padding: 72px 0; }
.about-hero .breadcrumbs { margin-bottom: 50px; }
.about-hero h1 { max-width: 790px; margin-bottom: 24px; color: white; font-size: clamp(3.8rem, 6.5vw, 6.8rem); letter-spacing: -.035em; }
.about-hero-inner > div > p:not(.eyebrow) { max-width: 690px; margin: 0; color: rgba(255,255,255,.74); font-size: 1.02rem; }
.about-hero-facts { display: flex; margin-top: 42px; gap: 0; }
.about-hero-facts span { display: flex; min-width: 190px; flex-direction: column; border-left: 1px solid rgba(255,255,255,.2); padding: 0 25px; color: rgba(255,255,255,.58); font-size: .66rem; text-transform: uppercase; }
.about-hero-facts span:first-child { border-left: 0; padding-left: 0; }
.about-hero-facts strong { margin-bottom: 3px; color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1.65rem; font-weight: 400; text-transform: none; }

.about-story { background: var(--white); }
.about-story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 96px; }
.about-story-image { position: relative; height: 660px; }
.about-story-image img { width: 100%; height: 100%; object-fit: cover; }
.about-story-image > div { position: absolute; right: -24px; bottom: 28px; display: flex; min-width: 255px; flex-direction: column; padding: 24px 28px; background: var(--bronze); color: white; }
.about-story-image strong { font-family: var(--font-prata), Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.about-story-image span { margin-top: 3px; color: rgba(255,255,255,.74); font-size: .68rem; }
.about-story-copy h2 { max-width: 720px; }
.about-story-copy > p:not(.eyebrow) { color: var(--muted); }
.about-story-copy .button { margin-top: 16px; }

.about-values { padding: 96px 0; background: var(--cream); }
.about-values .split-heading > p { max-width: 510px; color: var(--muted); }
.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.about-values-grid article { min-height: 280px; border-top: 3px solid var(--bronze); padding: 28px; background: white; box-shadow: 0 14px 38px rgba(55,51,46,.06); }
.about-values-grid article > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }
.about-values-grid h3 { margin-top: 58px; font-size: 1.35rem; }
.about-values-grid p { margin: 0; color: var(--muted); font-size: .76rem; }

.about-profile { position: relative; overflow: hidden; padding: 104px 0; background: #171613; color: white; }
.about-profile::before { position: absolute; top: -210px; right: -130px; width: 560px; height: 560px; border: 1px solid rgba(199,155,98,.18); border-radius: 50%; content: ""; }
.about-profile::after { position: absolute; right: 90px; bottom: -230px; width: 420px; height: 420px; border: 1px solid rgba(199,155,98,.1); border-radius: 50%; content: ""; }
.about-profile-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 110px; }
.about-profile-lead h2 { max-width: 620px; margin-bottom: 22px; color: white; font-size: clamp(2.8rem, 4.5vw, 5rem); }
.about-profile-lead > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.62); }
.about-profile-lead .button { margin-top: 18px; }
.about-profile-detail { border-top: 1px solid rgba(199,155,98,.55); padding-top: 30px; }
.about-profile-number { display: flex; margin-bottom: 36px; align-items: flex-end; gap: 22px; }
.about-profile-number strong { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: clamp(4rem, 7vw, 7rem); font-weight: 400; line-height: .9; }
.about-profile-number span { max-width: 235px; color: rgba(255,255,255,.58); font-size: .71rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.about-profile-detail > p { max-width: 720px; color: rgba(255,255,255,.64); }
.about-profile-points { display: flex; margin-top: 40px; flex-wrap: wrap; gap: 10px; }
.about-profile-points span { border: 1px solid rgba(199,155,98,.35); padding: 10px 13px; color: var(--bronze-light); font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.about-process { padding: 104px 0; background: #171613; color: white; }
.about-process-heading { display: flex; margin-bottom: 60px; align-items: end; justify-content: space-between; gap: 70px; }
.about-process-heading h2 { max-width: 720px; margin: 0; color: white; }
.about-process-heading > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.56); }
.about-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(199,155,98,.55); }
.about-process-grid article { min-height: 235px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); padding: 27px 30px; }
.about-process-grid article:nth-child(3n) { border-right: 0; }
.about-process-grid span { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; }
.about-process-grid h3 { margin: 48px 0 10px; color: white; font-size: 1.4rem; }
.about-process-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: .76rem; }

.about-sound { background: var(--white); }
.about-sound-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 105px; }
.about-sound-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.about-sound-grid .button { margin-top: 15px; }
.about-sound-card { padding: 46px; background: var(--cream); box-shadow: 0 22px 60px rgba(55,51,46,.09); }
.about-sound-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.about-sound-card li { display: grid; min-height: 63px; grid-template-columns: 48px 1fr; align-items: center; border-top: 1px solid var(--sand); color: var(--ink); font-size: .8rem; }
.about-sound-card li span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }

.about-craft { padding: 0 0 104px; background: var(--white); }
.about-craft-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 95px; }
.about-craft-copy > p:not(.eyebrow) { color: var(--muted); }
.about-craft-image { height: 570px; overflow: hidden; }
.about-craft-image img { width: 100%; height: 100%; object-fit: cover; }

.about-service { padding: 92px 0; background: var(--cream); }
.about-service-grid { display: grid; grid-template-columns: .6fr 1.4fr; align-items: start; gap: 80px; }
.about-service-list { display: grid; grid-template-columns: 1fr 1fr; }
.about-service-list article { min-height: 165px; border-top: 1px solid var(--sand); padding: 25px 28px; }
.about-service-list article:nth-child(odd) { border-right: 1px solid var(--sand); }
.about-service-list strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.28rem; font-weight: 400; }
.about-service-list p { margin: 9px 0 0; color: var(--muted); font-size: .76rem; }

.about-contact { padding: 92px 0; background: linear-gradient(110deg, rgba(23,21,18,.98), rgba(36,30,24,.87)), url('../images/work-1.jpeg') center / cover; color: white; }
.about-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 90px; }
.about-contact-inner > div:first-child { max-width: 730px; }
.about-contact h2 { color: white; }
.about-contact-inner > div:first-child > p:last-child { margin: 0; color: rgba(255,255,255,.64); }
.about-contact-actions { display: flex; min-width: 320px; flex-direction: column; gap: 10px; }
.about-contact-actions .social-icon { width: 25px; height: 25px; flex-basis: 25px; }

@media (max-width: 1180px) {
  .about-story-grid { gap: 58px; }
  .about-story-image { height: 570px; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-profile-grid { gap: 65px; }
  .about-sound-grid, .about-craft-grid { gap: 60px; }
}

@media (max-width: 780px) {
  .about-hero, .about-hero-inner { min-height: 650px; }
  .about-hero-image { background-position: 61% center; }
  .about-hero-shade { background: linear-gradient(90deg, rgba(13,12,10,.97), rgba(20,17,14,.73)); }
  .about-hero-inner > div { width: 100%; padding: 58px 0; }
  .about-hero .breadcrumbs { margin-bottom: 36px; }
  .about-hero h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .about-hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .about-hero-facts span { min-width: 0; }
  .about-hero-facts span:nth-child(3) { grid-column: 1 / -1; border-left: 0; padding-left: 0; }
  .about-story-grid, .about-sound-grid, .about-craft-grid, .about-service-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-story-image { height: 450px; }
  .about-story-image > div { right: 14px; bottom: 14px; }
  .about-values { padding: 70px 0; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-values-grid article { min-height: 220px; }
  .about-profile { padding: 72px 0; }
  .about-profile-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-process { padding: 72px 0; }
  .about-process-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .about-process-grid { grid-template-columns: 1fr; }
  .about-process-grid article { min-height: 190px; border-right: 0; }
  .about-sound-card { padding: 28px; }
  .about-craft { padding-bottom: 72px; }
  .about-craft-image { height: 430px; }
  .about-service { padding: 70px 0; }
  .about-service-list { grid-template-columns: 1fr; }
  .about-service-list article:nth-child(odd) { border-right: 0; }
  .about-contact { padding: 72px 0; }
  .about-contact-inner { align-items: stretch; flex-direction: column; gap: 38px; }
  .about-contact-actions { min-width: 0; }
}

@media (max-width: 430px) {
  .about-hero-facts { grid-template-columns: 1fr; }
  .about-hero-facts span, .about-hero-facts span:nth-child(3) { grid-column: auto; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; padding: 13px 0 0; }
  .about-hero-facts span:first-child { border-top: 0; padding-top: 0; }
  .about-story-image, .about-craft-image { height: 360px; }
  .about-story-image > div { right: 10px; left: 10px; min-width: 0; }
  .about-profile-number { align-items: flex-start; flex-direction: column; gap: 14px; }
  .about-service-list article { padding-right: 0; padding-left: 0; }
}

/* Works and information archives */
.journal-page .nav a.current::after { transform: scaleX(1); }
.journal-hero { position: relative; min-height: 560px; overflow: hidden; background: var(--ink); color: white; }
.journal-hero-image { position: absolute; inset: 0; transform: scale(1.02); }
.works-journal-hero .journal-hero-image { background: url('../images/work-1.jpeg') 66% 48% / cover no-repeat; }
.information-hero .journal-hero-image { background: url('../images/information-hero.jpg') 62% 48% / cover no-repeat; }
.journal-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,12,10,.98) 0%, rgba(20,17,14,.9) 52%, rgba(20,17,14,.22) 82%); }
.journal-hero-inner { position: relative; display: flex; min-height: 560px; align-items: center; }
.journal-hero-inner > div { width: min(850px, 74%); padding: 64px 0; }
.journal-hero .breadcrumbs { margin-bottom: 42px; }
.journal-hero h1 { margin-bottom: 20px; color: white; font-size: clamp(4.2rem, 7vw, 7rem); letter-spacing: -.035em; }
.journal-hero-inner > div > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.76); font-size: 1.04rem; }
.journal-hero-facts { display: flex; margin-top: 38px; }
.journal-hero-facts span { display: flex; min-width: 205px; flex-direction: column; border-left: 1px solid rgba(255,255,255,.18); padding: 0 24px; color: rgba(255,255,255,.57); font-size: .65rem; text-transform: uppercase; }
.journal-hero-facts span:first-child { border-left: 0; padding-left: 0; }
.journal-hero-facts strong { margin-bottom: 3px; color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1.45rem; font-weight: 400; text-transform: none; }
.journal-topic-links { display: flex; margin-top: 34px; flex-wrap: wrap; gap: 9px; }
.journal-topic-links button { min-height: 40px; border: 1px solid rgba(255,255,255,.3); padding: 8px 15px; background: rgba(17,16,13,.42); color: white; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.journal-topic-links button:hover { border-color: var(--bronze-light); color: var(--bronze-light); }

.journal-feature { padding: 92px 0; background: var(--white); }
.journal-feature-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); align-items: center; gap: 78px; }
.journal-feature-image { position: relative; height: 560px; overflow: hidden; background: var(--sand); }
.journal-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.journal-feature-image > span { position: absolute; top: 20px; left: 20px; padding: 8px 12px; background: var(--burgundy); color: white; font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.article-meta { display: flex; min-height: 24px; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.article-meta > * + *::before { margin-right: 9px; color: var(--bronze); content: "◆"; font-size: .43rem; }
.journal-feature-copy .eyebrow { margin-top: 24px; }
.journal-feature-copy h2 { margin-bottom: 20px; }
.journal-feature-copy > p:not(.eyebrow) { color: var(--muted); }
.work-feature-specs { display: grid; margin: 28px 0; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--sand); border-bottom: 1px solid var(--sand); }
.work-feature-specs div { padding: 17px 14px; border-left: 1px solid var(--sand); }
.work-feature-specs div:first-child { border-left: 0; padding-left: 0; }
.work-feature-specs dt { color: var(--muted); font-size: .59rem; text-transform: uppercase; }
.work-feature-specs dd { margin: 4px 0 0; color: var(--ink); font-size: .78rem; font-weight: 800; }
.archive-read-more { display: inline-flex; align-items: center; color: var(--bronze); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.archive-read-more b { margin-left: 8px; font-size: 1rem; }
.feature-points { display: flex; margin: 27px 0 29px; flex-wrap: wrap; gap: 9px; }
.feature-points span { border: 1px solid var(--sand); padding: 8px 11px; background: var(--cream); color: var(--muted); font-size: .66rem; font-weight: 700; }

.journal-listing { background: var(--cream); }
.journal-toolbar { display: flex; margin-bottom: 43px; align-items: end; justify-content: space-between; gap: 50px; }
.journal-toolbar > div:first-child { max-width: 650px; }
.journal-toolbar h2 { margin-bottom: 9px; }
.journal-toolbar > div:first-child > p:last-child { margin: 0; color: var(--muted); }
.journal-filter { display: flex; border: 1px solid var(--line); padding: 5px; background: white; }
.journal-filter button { min-height: 42px; border: 0; padding: 8px 14px; background: transparent; color: var(--muted); font-size: .66rem; font-weight: 800; white-space: nowrap; text-transform: uppercase; }
.journal-filter button.active { background: var(--ink); color: white; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.journal-card { display: flex; min-height: 610px; flex-direction: column; border: 1px solid var(--line); background: white; box-shadow: 0 15px 42px rgba(55,51,46,.055); transition: transform .25s, box-shadow .25s; }
.journal-card:hover { box-shadow: 0 25px 58px rgba(55,51,46,.12); transform: translateY(-4px); }
.journal-card-image { position: relative; height: 280px; flex: 0 0 280px; overflow: hidden; background: var(--sand); }
.journal-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.journal-card:hover .journal-card-image img { transform: scale(1.035); }
.journal-card-image > span { position: absolute; top: 16px; left: 16px; padding: 7px 10px; background: rgba(25,23,20,.9); color: var(--bronze-light); font-size: .61rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.video-badge { position: absolute; right: 16px; bottom: 16px; padding: 7px 10px; background: var(--burgundy); color: white; font-size: .61rem; text-transform: uppercase; }
.journal-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.journal-card h3 { margin: 15px 0 13px; font-size: 1.43rem; }
.journal-card-body > p { margin-bottom: 20px; color: var(--muted); font-size: .76rem; }
.journal-card .archive-read-more { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--sand); }
.work-scope { display: flex; margin: auto 0 19px; flex-direction: column; border-left: 2px solid var(--bronze); padding-left: 12px; }
.work-scope small { color: var(--muted); font-size: .56rem; text-transform: uppercase; }
.work-scope strong { margin-top: 3px; color: var(--ink); font-size: .72rem; }

.journal-categories { padding: 86px 0; background: var(--white); }
.journal-categories-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 85px; }
.journal-categories ol { margin: 0; padding: 0; list-style: none; }
.journal-categories li { display: grid; min-height: 100px; grid-template-columns: 55px 1fr; align-items: start; border-top: 1px solid var(--sand); padding: 20px 0; }
.journal-categories li > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }
.journal-categories strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.08rem; font-weight: 400; }
.journal-categories li p { margin: 5px 0 0; color: var(--muted); font-size: .74rem; }

.information-directions { padding: 88px 0; background: var(--white); }
.information-directions .split-heading > p { max-width: 510px; color: var(--muted); }
.information-directions-grid { display: grid; margin-top: 44px; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.information-directions-grid article { min-height: 220px; border-top: 3px solid var(--bronze); padding: 27px; background: var(--cream); }
.information-directions-grid article > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }
.information-directions-grid h3 { margin-top: 42px; font-size: 1.35rem; }
.information-directions-grid p { margin: 0; color: var(--muted); font-size: .76rem; }

.journal-contact { padding: 88px 0; background: linear-gradient(110deg, rgba(23,21,18,.98), rgba(36,30,24,.88)), url('../images/work-6.jpg') center / cover; color: white; }
.journal-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 90px; }
.journal-contact-inner > div:first-child { max-width: 720px; }
.journal-contact h2 { color: white; }
.journal-contact-inner > div:first-child > p:last-child { margin: 0; color: rgba(255,255,255,.64); }
.journal-contact-actions { display: flex; min-width: 310px; flex-direction: column; gap: 10px; }
.journal-contact-actions .social-icon { width: 24px; height: 24px; flex-basis: 24px; }

@media (max-width: 1180px) {
  .journal-feature-grid { gap: 48px; }
  .journal-feature-image { height: 500px; }
  .journal-toolbar { align-items: stretch; flex-direction: column; gap: 24px; }
  .journal-filter { width: 100%; overflow-x: auto; }
  .journal-filter button { flex: 1; }
  .journal-card { min-height: 580px; }
}

@media (max-width: 780px) {
  .journal-hero, .journal-hero-inner { min-height: 590px; }
  .journal-hero-image { background-position: 58% center !important; }
  .journal-hero-shade { background: linear-gradient(90deg, rgba(13,12,10,.97), rgba(20,17,14,.72)); }
  .journal-hero-inner > div { width: 100%; padding: 54px 0; }
  .journal-hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .journal-hero-facts { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .journal-hero-facts span { min-width: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; padding: 11px 0 0; }
  .journal-hero-facts span:first-child { border-top: 0; padding-top: 0; }
  .journal-feature { padding: 68px 0; }
  .journal-feature-grid { grid-template-columns: 1fr; gap: 36px; }
  .journal-feature-image { height: 430px; }
  .work-feature-specs { grid-template-columns: 1fr; }
  .work-feature-specs div { border-top: 1px solid var(--sand); border-left: 0; padding-left: 0; }
  .work-feature-specs div:first-child { border-top: 0; }
  .journal-filter button { min-width: 125px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card { min-height: 0; }
  .journal-categories-grid { grid-template-columns: 1fr; gap: 32px; }
  .information-directions { padding: 68px 0; }
  .information-directions-grid { grid-template-columns: 1fr; }
  .journal-contact { padding: 70px 0; }
  .journal-contact-inner { align-items: stretch; flex-direction: column; gap: 36px; }
  .journal-contact-actions { min-width: 0; }
}

@media (max-width: 430px) {
  .journal-topic-links { display: grid; }
  .journal-feature-image { height: 350px; }
  .journal-card-image { height: 240px; flex-basis: 240px; }
  .journal-card-body { padding: 21px; }
  .journal-categories { padding: 65px 0; }
}

/* Project and information articles */
.article-page .nav a.current::after { transform: scaleX(1); }
.article-hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ink); color: white; }
.article-hero-image { position: absolute; inset: 0; }
.article-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,13,11,.98) 0%, rgba(18,16,13,.9) 51%, rgba(18,16,13,.18) 82%), linear-gradient(0deg, rgba(12,11,9,.55), transparent 55%); }
.article-hero-inner { position: relative; display: flex; min-height: 690px; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 70px; padding-bottom: 70px; }
.article-hero .breadcrumbs { margin-bottom: 68px; }
.light-meta { margin-bottom: 22px; color: rgba(255,255,255,.65); }
.light-meta > * + *::before { color: var(--bronze-light); }
.article-hero h1 { max-width: 990px; margin-bottom: 24px; color: white; font-size: clamp(3.5rem, 6vw, 6.25rem); letter-spacing: -.035em; }
.article-hero-inner > p { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }

.article-content { padding: 105px 0; background: var(--white); }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) minmax(280px, 340px); align-items: start; justify-content: space-between; gap: 95px; }
.article-main { min-width: 0; }
.article-intro { margin-bottom: 70px; color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.45; }
.article-main > section { margin-top: 72px; scroll-margin-top: 75px; }
.article-main > section h2 { margin-bottom: 22px; font-size: clamp(2rem, 3vw, 2.8rem); }
.article-main > section > p:not(.eyebrow) { color: #59534b; font-size: 1rem; line-height: 1.85; }
.article-main blockquote { margin: 72px 0; border: 0; border-left: 4px solid var(--bronze); padding: 32px 38px; background: var(--cream); }
.article-main blockquote span { color: var(--bronze); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-main blockquote p { margin: 12px 0 0; color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.45rem; line-height: 1.5; }
.article-sidebar { position: sticky; top: 72px; }
.article-fact-card { border-top: 3px solid var(--bronze); padding: 30px; background: var(--cream); box-shadow: 0 18px 45px rgba(55,51,46,.08); }
.article-fact-card h2 { margin-bottom: 25px; font-size: 1.65rem; }
.article-fact-card dl { margin: 0; }
.article-fact-card dl div { border-top: 1px solid var(--sand); padding: 14px 0; }
.article-fact-card dt { color: var(--muted); font-size: .59rem; text-transform: uppercase; }
.article-fact-card dd { margin: 4px 0 0; color: var(--ink); font-size: .75rem; font-weight: 800; }
.article-fact-card > div { display: flex; margin-top: 19px; flex-direction: column; border-left: 2px solid var(--bronze); padding-left: 12px; }
.article-fact-card > div small { color: var(--muted); font-size: .58rem; text-transform: uppercase; }
.article-fact-card > div strong { margin-top: 4px; color: var(--ink); font-size: .75rem; }
.article-back-link { display: inline-flex; margin-top: 22px; color: var(--bronze); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.article-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 230px 230px; gap: 12px; }
.article-gallery-button { position: relative; overflow: hidden; border: 0; padding: 0; background: var(--ink); cursor: zoom-in; }
.article-gallery-button:first-child { grid-row: 1 / -1; }
.article-gallery-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s, opacity .35s; }
.article-gallery-button span, .article-zoom-button span { position: absolute; right: 16px; bottom: 16px; display: inline-flex; min-height: 34px; align-items: center; border: 1px solid rgba(255,255,255,.38); padding: 7px 12px; background: rgba(20,18,15,.72); color: white; font-size: .61rem; font-weight: 800; letter-spacing: .04em; opacity: 0; text-transform: uppercase; transition: opacity .25s, transform .25s; transform: translateY(5px); }
.article-gallery-button:hover img, .article-zoom-button:hover img { opacity: .82; transform: scale(1.025); }
.article-gallery-button:hover span, .article-gallery-button:focus-visible span, .article-zoom-button:hover span, .article-zoom-button:focus-visible span { opacity: 1; transform: translateY(0); }
.article-toc { display: grid; margin-bottom: 75px; border-top: 3px solid var(--ink); padding: 26px 30px; background: var(--cream); gap: 10px; }
.article-toc strong { margin-bottom: 5px; color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.article-toc a { color: var(--muted); font-size: .74rem; }
.article-toc a:hover { color: var(--bronze); }
.article-inline-image { position: relative; width: 100%; height: 430px; margin-top: 40px; overflow: hidden; border: 0; padding: 0; background: var(--ink); }
.article-zoom-button { cursor: zoom-in; }
.article-inline-image img { width: 100%; height: 100%; object-fit: cover; }
.article-video-section { scroll-margin-top: 75px; }
.article-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #111; box-shadow: 0 22px 55px rgba(30,25,19,.16); }
.article-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-video-caption { margin: 16px 0 0 !important; color: var(--muted) !important; font-size: .74rem !important; line-height: 1.6 !important; }
.image-lightbox { position: fixed; z-index: 220; inset: 0; display: grid; place-items: center; padding: 46px 95px 34px; background: rgba(10,9,8,.94); backdrop-filter: blur(7px); }
.image-lightbox figure { display: flex; width: min(1160px, 100%); height: min(78vh, 820px); margin: 0; flex-direction: column; align-items: center; justify-content: center; gap: 15px; }
.image-lightbox figure img { display: block; max-width: 100%; max-height: calc(100% - 42px); object-fit: contain; box-shadow: 0 28px 70px rgba(0,0,0,.4); }
.image-lightbox figcaption { max-width: 900px; color: rgba(255,255,255,.65); font-size: .72rem; text-align: center; }
.image-lightbox-close, .image-lightbox-nav { position: absolute; display: grid; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: white; cursor: pointer; place-items: center; transition: background .2s, border-color .2s; }
.image-lightbox-close:hover, .image-lightbox-nav:hover { border-color: var(--bronze-light); background: rgba(199,155,98,.24); }
.image-lightbox-close { top: 22px; right: 24px; width: 46px; height: 46px; font-size: 2rem; line-height: 1; }
.image-lightbox-nav { top: 50%; width: 52px; height: 68px; font-family: Georgia, serif; font-size: 2.8rem; transform: translateY(-50%); }
.image-lightbox-prev { left: 24px; }
.image-lightbox-next { right: 24px; }
.article-note { display: grid; margin: 72px 0; grid-template-columns: 90px 1fr; align-items: start; border-top: 1px solid var(--bronze); border-bottom: 1px solid var(--bronze); padding: 28px 0; gap: 20px; }
.article-note span { color: var(--bronze); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-note p { margin: 0; color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.2rem; line-height: 1.5; }
.article-checklist { margin: 28px 0 0; padding: 0; list-style: none; }
.article-checklist li { display: grid; min-height: 65px; grid-template-columns: 55px 1fr; align-items: center; border-top: 1px solid var(--sand); color: var(--ink); font-size: .86rem; }
.article-checklist li span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }

.article-related { padding: 90px 0; background: var(--cream); }
.article-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-related-grid > a { display: grid; min-height: 220px; grid-template-columns: 43% 1fr; overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .2s, box-shadow .2s; }
.article-related-grid > a:hover { box-shadow: 0 18px 40px rgba(55,51,46,.1); transform: translateY(-3px); }
.article-related-grid img { width: 100%; height: 100%; object-fit: cover; }
.article-related-grid > a > div { display: flex; padding: 23px; flex-direction: column; align-items: flex-start; justify-content: center; }
.article-related-grid span { color: var(--bronze); font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.article-related-grid h3 { margin: 10px 0 16px; font-size: 1.15rem; }
.article-related-grid strong { margin-top: auto; color: var(--bronze); font-size: .64rem; text-transform: uppercase; }

@media (max-width: 1180px) {
  .article-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 55px; }
  .article-related-grid > a { grid-template-columns: 38% 1fr; }
}

@media (max-width: 780px) {
  .article-hero, .article-hero-inner { min-height: 650px; }
  .article-hero-image img { object-position: 58% center; }
  .article-hero-shade { background: linear-gradient(90deg, rgba(14,13,11,.97), rgba(18,16,13,.7)); }
  .article-hero .breadcrumbs { margin-bottom: 44px; }
  .article-hero h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .article-content { padding: 72px 0; }
  .article-layout { grid-template-columns: 1fr; gap: 52px; }
  .article-sidebar { position: static; }
  .article-intro { margin-bottom: 52px; }
  .article-main > section { margin-top: 55px; }
  .article-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 170px; }
  .article-gallery-button:first-child { grid-row: auto; grid-column: 1 / -1; }
  .article-inline-image { height: 340px; }
  .image-lightbox { padding: 60px 68px 28px; }
  .image-lightbox-nav { width: 42px; height: 58px; }
  .image-lightbox-prev { left: 12px; }
  .image-lightbox-next { right: 12px; }
  .article-related { padding: 70px 0; }
  .article-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .article-main blockquote { padding: 26px 24px; }
  .article-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 240px); }
  .article-gallery-button:first-child { grid-column: auto; }
  .article-gallery-button span, .article-zoom-button span { right: 10px; bottom: 10px; opacity: 1; transform: none; }
  .image-lightbox { padding: 70px 12px 80px; }
  .image-lightbox figure { height: 72vh; }
  .image-lightbox-close { top: 12px; right: 12px; }
  .image-lightbox-nav { top: auto; bottom: 14px; width: 48px; height: 48px; transform: none; }
  .image-lightbox-prev { left: calc(50% - 56px); }
  .image-lightbox-next { right: calc(50% - 56px); }
  .article-toc { padding: 23px 20px; }
  .article-note { grid-template-columns: 1fr; }
  .article-related-grid > a { min-height: 185px; grid-template-columns: 40% 1fr; }
}

/* Individual bells */
.bells-page .nav a.current::after { transform: scaleX(1); }
.bells-hero { position: relative; min-height: 650px; overflow: hidden; background: var(--ink); color: white; }
.bells-hero-image { position: absolute; inset: 0; background: url('../images/bells-category-hero.jpg') 68% 50% / cover no-repeat; transform: scale(1.02); }
.bells-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,11,9,.98) 0%, rgba(18,16,13,.91) 50%, rgba(18,16,13,.2) 82%), linear-gradient(0deg, rgba(12,11,9,.4), transparent 55%); }
.bells-hero-inner { position: relative; display: flex; min-height: 650px; align-items: center; }
.bells-hero-inner > div { width: min(850px, 72%); padding: 72px 0; }
.bells-hero .breadcrumbs { margin-bottom: 58px; }
.bells-hero h1 { margin-bottom: 24px; color: white; font-size: clamp(4.2rem, 7.4vw, 7.7rem); letter-spacing: -.04em; }
.bells-hero-inner > div > p:not(.eyebrow) { max-width: 760px; margin: 0; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.bells-hero-facts { display: flex; margin-top: 44px; }
.bells-hero-facts span { display: flex; min-width: 190px; flex-direction: column; border-left: 1px solid rgba(255,255,255,.2); padding: 0 25px; color: rgba(255,255,255,.55); font-size: .65rem; text-transform: uppercase; }
.bells-hero-facts span:first-child { border-left: 0; padding-left: 0; }
.bells-hero-facts strong { margin-bottom: 4px; color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; font-size: 1.55rem; font-weight: 400; text-transform: none; }

.bells-principles { padding: 95px 0; background: var(--white); }
.bells-principles .split-heading > p { max-width: 520px; color: var(--muted); }
.bells-principles-grid { display: grid; margin-top: 54px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--sand); }
.bells-principles-grid article { min-height: 245px; border-right: 1px solid var(--sand); padding: 26px 35px 22px 0; }
.bells-principles-grid article + article { padding-left: 35px; }
.bells-principles-grid article:last-child { border-right: 0; }
.bells-principles-grid span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; }
.bells-principles-grid h3 { margin: 58px 0 11px; font-size: 1.45rem; }
.bells-principles-grid p { margin: 0; color: var(--muted); font-size: .78rem; }

.bells-order-terms { padding: 0 0 78px; background: var(--white); }
.bells-order-terms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bells-order-term { position: relative; min-height: 285px; overflow: hidden; border: 1px solid var(--sand); padding: 38px 42px; background: #f6f0e5; }
.bells-order-term::after { position: absolute; right: -42px; bottom: -66px; width: 190px; height: 190px; border: 1px solid rgba(150,103,48,.18); border-radius: 50%; content: ""; }
.bells-order-term > span { display: block; margin-bottom: 48px; color: var(--bronze); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bells-order-term h2 { max-width: 570px; margin: 0 0 14px; font-size: clamp(1.8rem, 2.5vw, 2.8rem); }
.bells-order-term p { position: relative; z-index: 1; max-width: 620px; margin: 0; color: var(--muted); font-size: .8rem; }
.bells-order-term-accent { border-color: #25211b; background: linear-gradient(135deg, #171613, #2d261e); color: white; }
.bells-order-term-accent::after { width: 230px; height: 230px; border-color: rgba(199,155,98,.25); }
.bells-order-term-accent > span { color: var(--bronze-light); }
.bells-order-term-accent h2 { color: white; }
.bells-order-term-accent p { color: rgba(255,255,255,.66); }

.bells-catalog { background: var(--cream); }
.bells-toolbar { display: flex; margin-bottom: 48px; align-items: end; justify-content: space-between; gap: 65px; }
.bells-toolbar > div:first-child { max-width: 720px; }
.bells-toolbar > div:first-child > p:last-child { margin: 0; color: var(--muted); }
.bells-filter { display: flex; min-width: 530px; border: 1px solid var(--line); padding: 5px; background: white; }
.bells-filter button { min-height: 44px; flex: 1; border: 0; padding: 8px 13px; background: transparent; color: var(--muted); font-size: .69rem; font-weight: 800; white-space: nowrap; }
.bells-filter button.active { background: var(--ink); color: white; }
.bells-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bell-card { display: flex; min-height: 620px; flex-direction: column; border: 1px solid var(--line); background: white; box-shadow: 0 15px 42px rgba(55,51,46,.055); transition: transform .25s, box-shadow .25s; }
.bell-card:hover { box-shadow: 0 25px 60px rgba(55,51,46,.12); transform: translateY(-4px); }
.bell-card-image { position: relative; display: block; height: 285px; overflow: hidden; background: var(--ink); color: white; }
.bell-card-image img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .35s, opacity .35s; }
.bell-card:hover .bell-card-image img { opacity: .94; transform: scale(1.025); }
.bell-card-image .badge { position: absolute; top: 17px; left: 17px; }
.bell-card-image > strong { position: absolute; right: 18px; bottom: 12px; color: white; font-family: var(--font-prata), Georgia, serif; font-size: 4.2rem; font-weight: 400; line-height: 1; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.bell-card-image > strong small { margin-left: 5px; color: var(--bronze-light); font-family: var(--font-manrope), Arial, sans-serif; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.bell-card-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.bell-card-body h3 { margin: 6px 0 10px; font-size: 1.65rem; }
.bell-card-body > p:not(.product-kicker) { margin: 0 0 20px; color: var(--muted); font-size: .76rem; }
.bell-card-body dl { display: grid; margin: auto 0 18px; border-top: 1px solid var(--sand); }
.bell-card-body dl div { display: flex; min-height: 47px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--sand); gap: 18px; }
.bell-card-body dt { color: var(--muted); font-size: .63rem; text-transform: uppercase; }
.bell-card-body dd { margin: 0; color: var(--ink); font-size: .72rem; font-weight: 800; text-align: right; }
.bell-card-body dl div:first-child dd { font-weight: 400; }
.bell-card-body audio { width: 100%; height: 36px; margin-bottom: 18px; }
.bell-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.bell-card-actions .button { min-width: 125px; min-height: 42px; padding: 10px 16px; }
.bell-card-actions .text-link { font-size: .65rem; }
.bells-catalog-footer { display: flex; margin-top: 28px; align-items: center; justify-content: space-between; border-top: 1px solid var(--sand); padding-top: 28px; gap: 30px; }
.bells-catalog-footer p { margin: 0; color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.25rem; }

.bells-voices { padding: 100px 0; background: #171613; color: white; }
.bells-voices-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 105px; }
.bells-voices h2, .bells-voice-list h3 { color: white; }
.bells-voices-grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.58); }
.bells-voices-grid > div:first-child .button { margin-top: 18px; }
.bells-voice-list { border-top: 1px solid rgba(199,155,98,.55); }
.bells-voice-list article { display: grid; min-height: 165px; grid-template-columns: 75px 1fr; border-bottom: 1px solid rgba(255,255,255,.12); padding: 27px 0; }
.bells-voice-list article > span { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; }
.bells-voice-list h3 { margin: 0 0 9px; font-size: 1.55rem; }
.bells-voice-list p { max-width: 600px; margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; }

.bells-listen { background: var(--white); }
.bells-listen .split-heading > p { max-width: 520px; color: var(--muted); }
.bells-audio-grid { display: grid; margin-top: 50px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--sand); }
.bells-audio-grid article { display: grid; min-height: 175px; grid-template-columns: 125px 1fr; align-items: center; border-right: 1px solid var(--sand); border-bottom: 1px solid var(--sand); padding: 25px 34px; gap: 25px; }
.bells-audio-grid article:nth-child(even) { border-right: 0; }
.bells-audio-grid article > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: 3.25rem; }
.bells-audio-grid article > span small { margin-left: 4px; color: var(--muted); font-family: var(--font-manrope), Arial, sans-serif; font-size: .65rem; text-transform: uppercase; }
.bells-audio-grid h3 { margin: 0 0 4px; font-size: 1.25rem; }
.bells-audio-grid p { margin: 0 0 13px; color: var(--muted); font-size: .7rem; }
.bells-audio-grid audio { width: 100%; height: 36px; }

.bells-request { padding: 92px 0; background: linear-gradient(110deg, rgba(23,21,18,.98), rgba(36,30,24,.88)), url('../images/work-2.jpg') center / cover; color: white; }
.bells-request-grid { display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 105px; }
.bells-request h2 { color: white; }
.bells-request-grid > div:first-child > p:not(.eyebrow) { max-width: 750px; color: rgba(255,255,255,.62); }
.selected-bell { display: flex; width: min(560px, 100%); margin-top: 32px; flex-direction: column; border-left: 3px solid var(--bronze); padding: 13px 18px; background: rgba(255,255,255,.05); }
.selected-bell span { color: rgba(255,255,255,.5); font-size: .61rem; text-transform: uppercase; }
.selected-bell strong { margin: 4px 0; color: white; font-family: var(--font-prata), Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.selected-bell small { color: var(--bronze-light); }
.bells-request-actions { display: flex; flex-direction: column; gap: 10px; }
.bells-request-actions .social-icon { width: 25px; height: 25px; flex-basis: 25px; }

@media (max-width: 1180px) {
  .bells-toolbar { align-items: stretch; flex-direction: column; gap: 25px; }
  .bells-filter { width: 100%; min-width: 0; }
  .bells-grid { grid-template-columns: repeat(2, 1fr); }
  .bells-voices-grid { gap: 65px; }
  .bells-request-grid { gap: 60px; }
}

@media (max-width: 780px) {
  .bells-hero, .bells-hero-inner { min-height: 670px; }
  .bells-hero-image { background-position: 57% center; }
  .bells-hero-shade { background: linear-gradient(90deg, rgba(12,11,9,.97), rgba(18,16,13,.72)); }
  .bells-hero-inner > div { width: 100%; padding: 58px 0; }
  .bells-hero .breadcrumbs { margin-bottom: 38px; }
  .bells-hero h1 { font-size: clamp(3.5rem, 16vw, 5.2rem); }
  .bells-hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .bells-hero-facts span { min-width: 0; }
  .bells-hero-facts span:nth-child(3) { grid-column: 1 / -1; border-left: 0; padding-left: 0; }
  .bells-principles { padding: 70px 0; }
  .bells-principles-grid { grid-template-columns: 1fr; }
  .bells-principles-grid article, .bells-principles-grid article + article { min-height: 190px; border-right: 0; padding: 25px 0; }
  .bells-principles-grid h3 { margin-top: 35px; }
  .bells-order-terms { padding-bottom: 58px; }
  .bells-order-terms-grid { grid-template-columns: 1fr; }
  .bells-order-term { min-height: 250px; padding: 32px; }
  .bells-order-term > span { margin-bottom: 38px; }
  .bells-filter { overflow-x: auto; }
  .bells-filter button { min-width: 118px; }
  .bells-grid { grid-template-columns: 1fr; }
  .bell-card { min-height: 0; }
  .bell-card-image { height: 310px; }
  .bells-catalog-footer { align-items: stretch; flex-direction: column; }
  .bells-voices { padding: 72px 0; }
  .bells-voices-grid, .bells-request-grid { grid-template-columns: 1fr; gap: 48px; }
  .bells-audio-grid { grid-template-columns: 1fr; }
  .bells-audio-grid article, .bells-audio-grid article:nth-child(even) { border-right: 0; }
  .bells-request { padding: 72px 0; }
}

@media (max-width: 430px) {
  .bells-hero-facts { grid-template-columns: 1fr; }
  .bells-hero-facts span, .bells-hero-facts span:nth-child(3) { grid-column: auto; border-top: 1px solid rgba(255,255,255,.17); border-left: 0; padding: 12px 0 0; }
  .bells-hero-facts span:first-child { border-top: 0; padding-top: 0; }
  .bell-card-image { height: 255px; }
  .bell-card-body { padding: 23px; }
  .bells-order-term { min-height: 0; padding: 27px 24px 30px; }
  .bells-order-term > span { margin-bottom: 28px; }
  .bell-card-actions { align-items: stretch; flex-direction: column; }
  .bell-card-actions .button { width: 100%; }
  .bell-card-actions .text-link { align-self: flex-end; }
  .bells-voice-list article { grid-template-columns: 48px 1fr; }
  .bells-audio-grid article { grid-template-columns: 1fr; padding: 25px 0; gap: 12px; }
}

/* Individual bell detail */
.single-bell-product-page .nav a.current::after { transform: scaleX(1); }
.single-bell-sound-missing { display: flex; margin: 18px 0 22px; flex-direction: column; border-left: 3px solid var(--bronze); padding: 17px 19px; background: var(--cream); }
.single-bell-sound-missing span { color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.single-bell-sound-missing strong { margin-top: 5px; color: var(--ink); font-size: .75rem; }
.single-bell-sound-missing .product-video-link { margin-top: 13px; align-self: flex-start; }
.single-bell-application-list { border-top: 1px solid var(--bronze); }
.single-bell-application-list article { display: grid; min-height: 112px; grid-template-columns: 58px 1fr; align-items: start; border-bottom: 1px solid rgba(255,255,255,.12); padding: 23px 0; gap: 15px; }
.single-bell-application-list article > span { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; }
.single-bell-application-list strong { color: white; font-family: var(--font-prata), Georgia, serif; font-size: 1.18rem; font-weight: 400; text-transform: capitalize; }
.single-bell-application-list p { margin: 7px 0 0; color: rgba(255,255,255,.52); font-size: .73rem; }
.single-bell-request-actions { display: flex; align-self: center; flex-direction: column; gap: 10px; }
.single-bell-request-actions .social-icon { width: 25px; height: 25px; flex-basis: 25px; }
.consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 780px) {
  .single-bell-request-actions { width: 100%; align-self: stretch; }
}

/* Privacy policy */
.privacy-hero { padding: 92px 0 80px; background: linear-gradient(120deg, #241c18, #4a1119); color: white; }
.privacy-hero .breadcrumbs { margin-bottom: 42px; }
.privacy-hero h1 { max-width: 1050px; color: white; font-size: clamp(3.2rem, 6.5vw, 6.5rem); }
.privacy-hero-inner > p:not(.eyebrow) { max-width: 790px; color: rgba(255,255,255,.7); font-size: 1rem; }
.privacy-date { display: inline-flex; margin-top: 22px; border: 1px solid rgba(199,155,98,.38); padding: 10px 14px; color: var(--bronze-light); font-size: .68rem; text-transform: uppercase; }
.privacy-content { padding: 96px 0; background: var(--white); }
.privacy-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 90px; }
.privacy-article { max-width: 900px; }
.privacy-article > section { position: relative; scroll-margin-top: 90px; border-bottom: 1px solid var(--line); padding: 0 0 58px 72px; margin-bottom: 58px; }
.privacy-article > section:last-child { margin-bottom: 0; }
.privacy-number { position: absolute; top: 5px; left: 0; color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: 1.15rem; }
.privacy-article h2 { margin-bottom: 22px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.privacy-article p, .privacy-article li { color: var(--muted); font-size: .86rem; line-height: 1.85; }
.privacy-article ul { display: grid; padding-left: 20px; gap: 8px; }
.privacy-contact-card { display: grid; margin: 28px 0; grid-template-columns: 1.4fr .6fr; border: 1px solid var(--line); background: var(--cream); }
.privacy-contact-card div { display: flex; min-height: 105px; padding: 22px; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.privacy-contact-card div:first-child { border-left: 0; }
.privacy-contact-card span { margin-bottom: 7px; color: var(--bronze); font-size: .63rem; font-weight: 800; text-transform: uppercase; }
.privacy-contact-card strong, .privacy-contact-card a { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1rem; font-weight: 400; }
.privacy-table { border-top: 2px solid var(--bronze); }
.privacy-table > div { display: grid; min-height: 78px; grid-template-columns: 1.1fr 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); gap: 24px; }
.privacy-table span, .privacy-table strong { color: var(--muted); font-size: .73rem; font-weight: 400; }
.privacy-table strong { color: var(--ink); font-weight: 800; }
.privacy-table .privacy-table-head { min-height: 48px; }
.privacy-table-head span { color: var(--bronze); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.privacy-sidebar { position: sticky; top: 92px; display: flex; border-top: 3px solid var(--bronze); padding: 28px; background: var(--cream); flex-direction: column; }
.privacy-sidebar > strong { margin-bottom: 18px; font-family: var(--font-prata), Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.privacy-sidebar > a { border-bottom: 1px solid var(--sand); padding: 9px 0; color: var(--muted); font-size: .72rem; }
.privacy-sidebar > a:hover { color: var(--bronze); }
.privacy-sidebar > div { margin-top: 24px; border-top: 1px solid var(--sand); padding-top: 20px; }
.privacy-sidebar > div span, .privacy-sidebar > div a { display: block; }
.privacy-sidebar > div span { margin-bottom: 6px; color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.privacy-sidebar > div a { color: var(--ink); font-family: var(--font-prata), Georgia, serif; }

@media (max-width: 980px) {
  .privacy-layout { grid-template-columns: 1fr; gap: 45px; }
  .privacy-sidebar { position: static; order: -1; }
}

@media (max-width: 620px) {
  .privacy-hero { padding: 64px 0; }
  .privacy-content { padding: 68px 0; }
  .privacy-article > section { padding-left: 0; }
  .privacy-number { position: static; display: block; margin-bottom: 12px; }
  .privacy-contact-card { grid-template-columns: 1fr; }
  .privacy-contact-card div { border-top: 1px solid var(--line); border-left: 0; }
  .privacy-contact-card div:first-child { border-top: 0; }
  .privacy-table > div { grid-template-columns: 1fr; padding: 18px 0; gap: 7px; }
  .privacy-table-head { display: none !important; }
}

/* Contacts page */
.contacts-page .nav a.current::after { transform: scaleX(1); }
.contacts-hero { position: relative; min-height: 590px; overflow: hidden; background: var(--ink); color: white; }
.contacts-hero-image { position: absolute; inset: 0; background: url('../images/contacts-hero.jpg') 76% 48% / cover no-repeat; transform: scale(1.02); }
.contacts-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,15,12,.98) 0%, rgba(20,18,15,.9) 48%, rgba(20,18,15,.28) 78%, rgba(20,18,15,.1) 100%); }
.contacts-hero-inner { position: relative; display: flex; min-height: 590px; align-items: center; }
.contacts-hero-inner > div { max-width: 790px; padding: 76px 0; }
.contacts-hero h1 { margin-bottom: 22px; color: white; font-size: clamp(3.6rem, 6vw, 6rem); }
.contacts-hero h1 + p { max-width: 710px; color: rgba(255,255,255,.74); font-size: 1.08rem; }
.contacts-hero-actions { display: flex; margin-top: 34px; flex-wrap: wrap; gap: 12px; }
.contacts-overview { background: var(--white); }
.contacts-overview-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 80px; }
.contacts-info .section-heading { margin-bottom: 34px; }
.contacts-info .section-heading p:last-child { max-width: 620px; color: var(--muted); }
.contacts-cards { border-top: 1px solid var(--sand); }
.contacts-cards article { display: grid; min-height: 142px; grid-template-columns: 48px 1fr; border-bottom: 1px solid var(--sand); padding: 25px 0; gap: 18px; }
.contacts-cards article > span { color: var(--bronze); font-family: var(--font-prata), Georgia, serif; font-size: .9rem; }
.contacts-cards small { display: block; margin-bottom: 7px; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.contacts-cards article div > a, .contacts-cards article div > strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.28rem; font-weight: 400; }
.contacts-cards article p { margin: 8px 0 0; color: var(--muted); font-size: .76rem; }
.contacts-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.contacts-socials a { display: inline-flex; min-height: 42px; align-items: center; border: 1px solid var(--sand); padding: 7px 13px; gap: 8px; color: var(--ink); font-size: .76rem; font-weight: 800; }
.contacts-socials .social-icon { width: 25px; height: 25px; flex-basis: 25px; }
.contacts-map-card { position: sticky; top: 120px; overflow: hidden; background: var(--cream); box-shadow: 0 22px 60px rgba(39,31,21,.12); }
.contacts-map-card iframe { display: block; width: 100%; height: 520px; border: 0; background: var(--sand); }
.contacts-map-card > div { display: grid; padding: 24px 28px 27px; gap: 5px; }
.contacts-map-card > div > span { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.contacts-map-card > div > strong { color: var(--ink); font-family: var(--font-prata), Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.contacts-map-card .text-link { margin-top: 10px; justify-self: start; }
.contacts-visit { padding: 110px 0; background: var(--ink); color: white; }
.contacts-visit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.contacts-visit-image { min-height: 610px; overflow: hidden; }
.contacts-visit-image img { width: 100%; height: 610px; object-fit: cover; filter: saturate(.85) contrast(1.04); }
.contacts-visit h2 { max-width: 620px; color: white; }
.contacts-visit h2 + p { max-width: 620px; color: rgba(255,255,255,.62); }
.contacts-visit ol { margin: 34px 0 32px; padding: 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.contacts-visit li { display: grid; grid-template-columns: 50px 1fr; border-bottom: 1px solid rgba(255,255,255,.13); padding: 18px 0; gap: 14px; }
.contacts-visit li > span { color: var(--bronze-light); font-family: var(--font-prata), Georgia, serif; }
.contacts-visit li strong { color: white; font-family: var(--font-prata), Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.contacts-visit li p { margin: 4px 0 0; color: rgba(255,255,255,.52); font-size: .73rem; }
.contacts-cta { padding: 82px 0; background: linear-gradient(100deg, rgba(110,75,39,.96), rgba(49,37,25,.94)), url('../images/hero-bell.jpg') center / cover; color: white; }
.contacts-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.contacts-cta h2 { margin-bottom: 12px; color: white; }
.contacts-cta p:last-child { max-width: 690px; color: rgba(255,255,255,.65); }
.contacts-cta-actions { display: flex; flex-direction: column; gap: 10px; }
.contacts-cta-actions .button { min-width: 220px; }
.contacts-cta-actions .social-icon { width: 25px; height: 25px; flex-basis: 25px; }

@media (max-width: 980px) {
  .contacts-overview-grid, .contacts-visit-grid { grid-template-columns: 1fr; }
  .contacts-map-card { position: static; }
  .contacts-visit-grid { gap: 55px; }
  .contacts-visit-image, .contacts-visit-image img { min-height: 480px; height: 480px; }
  .contacts-cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .contacts-cta-actions { max-width: 360px; }
}

@media (max-width: 780px) {
  .contacts-hero, .contacts-hero-inner { min-height: 650px; }
  .contacts-hero-image { background-position: 58% center; }
  .contacts-hero-shade { background: linear-gradient(90deg, rgba(15,13,11,.98), rgba(18,16,13,.72)); }
  .contacts-hero-inner > div { padding: 58px 0; }
  .contacts-hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .contacts-overview-grid { gap: 48px; }
  .contacts-map-card iframe { height: 390px; }
  .contacts-visit { padding: 72px 0; }
  .contacts-visit-image, .contacts-visit-image img { min-height: 380px; height: 380px; }
  .contacts-cta { padding: 68px 0; }
  .contacts-cta-actions { width: 100%; max-width: none; }
  .contacts-cta-actions .button { width: 100%; }
}

@media (max-width: 430px) {
  .contacts-hero-actions { align-items: stretch; flex-direction: column; }
  .contacts-hero-actions .button { width: 100%; }
  .contacts-cards article { grid-template-columns: 38px 1fr; }
  .contacts-map-card iframe { height: 330px; }
  .contacts-map-card > div { padding: 21px; }
  .contacts-visit-image, .contacts-visit-image img { min-height: 310px; height: 310px; }
}

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