/*
Theme Name: Valester Dynamic
Theme URI: https://www.valester.com/
Author: Valester Web Team
Description: Tema aziendale dinamico WordPress basato sul framework Valester.
Version: 1.0.29
Text Domain: valester
*/

:root {
  --background: #f7f5f0;
  --foreground: #1d1d1b;
  --paper: #fff;
  --ink: #1d1d1b;
  --taupe: #655547;
  --muted: #7c746b;
  --line: #e7e1da;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-shell { width: min(1680px, calc(100% - 64px)); margin-inline: auto; }
.home-contact-success { padding: 13px 24px; background: #655547; color: #fff; text-align: center; font-size: 14px; line-height: 1.5; }
.utility-bar { height: 50px; background: #1e1e1c; color: #f4f2ee; font-size: 14px; font-weight: 600; letter-spacing: .01em; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-contact { display: flex; gap: 38px; }
.utility-contact a { display: inline-flex; align-items: center; gap: 9px; opacity: .95; }
.utility-contact a > span { min-width: 22px; font-size: 21px; line-height: 1; text-align: center; }
.nav-bar { --menu-gap: clamp(28px, 3.4vw, 66px); height: 90px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: var(--menu-gap); background: #fff; }
.site-header { background: #fff; }
.brand { width: 143px; height: 74px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 122px; height: 74px; object-fit: contain; }
.nav-bar nav { display: flex; justify-content: flex-end; gap: var(--menu-gap); }
.nav-bar nav a { position: relative; padding: 12px 0; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: uppercase; transition: color .2s ease, opacity .2s ease; }
.nav-bar nav a::after { content: ''; position: absolute; right: 50%; bottom: 5px; left: 50%; height: 2px; background: var(--taupe); transition: right .2s ease, left .2s ease; }
.nav-bar nav a:hover { opacity: .6; }
.nav-bar nav a.active { color: var(--taupe); font-weight: 600; }
.nav-bar nav a.active::after { right: 0; left: 0; }
.nav-bar nav a.active:hover { opacity: 1; }
.nav-actions { display: flex; align-items: center; gap: 28px; }
.nav-actions > button { border: 0; background: transparent; padding: 8px 0; display: inline-flex; align-items: center; }
.search-control { position: relative; }
.search-control summary { list-style: none; cursor: pointer; }
.search-control summary::-webkit-details-marker { display: none; }
.search-link { width: 28px; height: 28px; display: grid; place-items: center; }
.search-link svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; }
.search-control[open] .search-link { opacity: .55; }
.search-panel { position: absolute; z-index: 20; top: calc(100% + 27px); right: -10px; width: 340px; height: 58px; display: flex; align-items: center; padding: 0 17px 0 21px; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 36px rgb(38 30 24 / 15%); transform-origin: top right; animation: search-panel-in .2s ease-out both; }
.search-panel::before { content: ''; position: absolute; top: -7px; right: 17px; width: 12px; height: 12px; background: #fff; border-top: 1px solid var(--line); border-left: 1px solid var(--line); transform: rotate(45deg); }
.search-panel input { min-width: 0; flex: 1; height: 100%; padding: 0 12px 0 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; letter-spacing: .04em; }
.search-panel input::placeholder { color: #9a9189; opacity: 1; }
.search-panel button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.search-panel button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; }
@keyframes search-panel-in { from { opacity: 0; transform: translateY(-8px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.language-menu { position: relative; }
.language { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; white-space: nowrap; cursor: pointer; list-style: none; }
.language::-webkit-details-marker { display: none; }
.language svg { fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.language .globe-icon { width: 24px; height: 24px; }
.language .chevron-icon { width: 10px; height: 7px; margin-left: 1px; transition: transform .2s ease; }
.language-label--mobile { display: none; }
.language-menu[open] .chevron-icon { transform: rotate(180deg); }
.language-options { position: absolute; z-index: 20; top: calc(100% + 22px); right: -15px; width: 158px; padding: 9px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px rgb(38 30 24 / 16%); animation: language-menu-in .18s ease-out both; }
.language-options::before { content: ''; position: absolute; top: -7px; right: 22px; width: 12px; height: 12px; background: #fff; border-top: 1px solid var(--line); border-left: 1px solid var(--line); transform: rotate(45deg); }
.language-options button { position: relative; width: 100%; min-height: 42px; padding: 0 14px; border: 0; background: transparent; color: #282522; text-align: left; font-size: 13px; letter-spacing: .03em; transition: color .16s ease, background .16s ease; }
.language-options button:hover, .language-options button:focus-visible { outline: 0; background: #f2eee9; }
.language-options button.active { color: var(--taupe); font-weight: 600; }
.language-options button.active::after { content: '✓'; position: absolute; right: 13px; font-size: 12px; }
@keyframes language-menu-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.nav-actions .solid-button { min-width: 142px; min-height: 46px; padding-inline: 22px; font-size: 14px; letter-spacing: 0; }
.solid-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; width: fit-content; padding: 0 27px; background: var(--taupe); color: #fff; font-size: 11px; letter-spacing: .03em; transition: background .2s ease, transform .2s ease; }
.solid-button:hover { background: #41372f; transform: translateY(-1px); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; display: flex; padding: 8px; }
.mobile-nav summary { font-size: 25px; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav > div { position: absolute; z-index: 10; right: 0; top: 44px; width: 220px; padding: 12px 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgb(30 24 19 / 12%); }
.mobile-nav > div a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 14px; text-transform: uppercase; }
.mobile-nav > div a.active { color: var(--taupe); font-weight: 600; border-bottom-color: var(--taupe); }

.hero { position: relative; height: clamp(500px, 38.65vw, 742px); overflow: hidden; background: #c8dfe4; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s ease; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center 51%; transform: scale(1); transition: transform 7s ease-out; }
.hero-slide.active > img { transform: scale(1.025); }
.hero-copy { position: absolute; z-index: 2; top: 52px; left: 50%; width: min(760px, 90%); translate: -50% 0; text-align: center; color: #20201e; }
.hero-copy h1 { margin: 0; font-size: clamp(27px, 1.76vw, 34px); line-height: 1.15; font-weight: 500; letter-spacing: .02em; }
.hero-copy p { margin: 13px 0 0; font-size: 13px; }
.hero-pagination { position: absolute; z-index: 2; bottom: 26px; left: 50%; translate: -50% 0; display: flex; align-items: center; gap: 29px; }
.hero-pagination button { width: 7px; height: 14px; padding: 0; border: 0; border-radius: 999px; background: #fff; opacity: .58; box-shadow: 0 1px 5px rgb(0 0 0 / 22%); transition: height .25s ease, opacity .25s ease; }
.hero-pagination button.active { width: 8px; height: 21px; background: #fff; opacity: 1; }

.classification { min-height: 853px; display: grid; grid-template-columns: 53% 1fr; gap: 8%; align-items: center; padding-block: 74px 82px; background: var(--background); }
.classification-collage { position: relative; height: 685px; }
.classification-collage, .classification-copy { transition: opacity .26s ease, translate .26s ease; }
.classification.changing-next .classification-collage, .classification.changing-previous .classification-copy { opacity: 0; translate: -34px 0; }
.classification.changing-next .classification-copy, .classification.changing-previous .classification-collage { opacity: 0; translate: 34px 0; }
.classification-primary { position: absolute; top: 0; left: 0; width: 62%; height: 612px; object-fit: cover; }
.classification-secondary { position: absolute; right: 0; bottom: 0; width: 48%; height: 426px; object-fit: cover; }
.circle-label { position: absolute; top: 28px; right: 40px; width: 160px; height: 160px; border-radius: 50%; display: grid; place-items: center; color: #8f7d70; font: 11px Georgia, serif; letter-spacing: .18em; transform: rotate(22deg); }
.circle-label::before { content: ''; position: absolute; inset: 17px; border: 1px solid #b9aaa0; border-radius: 50%; }
.classification-copy { align-self: center; max-width: 650px; padding-top: 8px; }
.eyebrow, .series-label { display: block; margin-bottom: 20px; color: #a4816f; font-size: 11px; letter-spacing: .08em; }
.classification-copy h2 { margin-bottom: 26px; font-size: clamp(32px, 2.2vw, 43px); font-weight: 400; }
.classification-copy p { max-width: 630px; margin-bottom: 40px; color: #6f6a64; font-size: 13px; line-height: 2.1; }
.round-arrows { display: flex; gap: 18px; margin-top: 145px; }
.round-arrows button { width: 60px; height: 60px; border: 1px solid #b9ada2; border-radius: 50%; background: transparent; display: grid; place-items: center; color: #77675a; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.round-arrows button svg { width: 20px; }
.round-arrows button.active { background: var(--taupe); color: white; border-color: var(--taupe); }
.round-arrows button:hover { transform: scale(1.06); }
.round-arrows button:active { transform: scale(.94); }

.series { height: 872px; display: grid; grid-template-columns: 1fr 1fr; background: #f0ede7; }
.series-visual { overflow: hidden; }
.series-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 63%; }
.series-copy { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 9%; text-align: center; }
.series-copy h2 { margin-bottom: 34px; font-size: 38px; font-weight: 400; }
.series-copy > p { max-width: 675px; display: -webkit-box; overflow: hidden; color: #625d57; font-size: 12px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.series-label { margin: 38px 0 48px; color: #776b61; }
.series-grid { width: 100%; max-width: 720px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.series-grid img { width: 100%; height: 338px; object-fit: cover; }
.series-detail-link { margin-top: 34px; }

.goods { min-height: 877px; padding-block: 78px 62px; background: var(--background); }
.goods h2, .brands > h2 { margin-bottom: 50px; text-align: center; font-size: 32px; font-weight: 400; }
.goods-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; align-items: start; }
.goods-grid a { overflow: hidden; }
.goods-grid a:nth-child(even) { margin-top: 58px; }
.goods-grid img { width: 100%; height: 554px; object-fit: cover; transition: transform .5s ease; }
.goods-grid a:hover img { transform: scale(1.025); }

.experience { position: relative; height: 773px; overflow: hidden; color: white; }
.experience-bg, .experience-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.experience-bg { object-fit: cover; object-position: center; }
.experience-shade { background: linear-gradient(90deg, rgb(16 21 12 / 74%), rgb(20 21 14 / 44%) 56%, rgb(16 17 12 / 67%)); }
.experience-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.experience-copy { max-width: 1500px; margin: 0 auto; text-align: center; }
.experience-copy > span { font-size: 14px; font-weight: 500; letter-spacing: .04em; }
.experience-copy h2 { margin: 17px 0 24px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(32px, 2vw, 38px); line-height: 1.2; font-weight: 400; letter-spacing: .01em; }
.experience-copy p { max-width: 1500px; margin: 0 auto 34px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(14px, .84vw, 16px); line-height: 2.15; font-weight: 400; }
.experience-copy .solid-button { margin-inline: auto; }
.experience-copy .solid-button { min-height: 50px; padding-inline: 34px; font-size: 13px; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 66px; }
.expertise-grid article { min-height: 264px; padding: 18px 38px; border-left: 1px solid rgb(255 255 255 / 27%); }
.expertise-grid article:last-child { border-right: 1px solid rgb(255 255 255 / 27%); }
.expertise-grid strong { font: italic 50px/1 Georgia, 'Times New Roman', serif; }
.expertise-grid h3 { margin: 30px 0 18px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.35; font-weight: 400; }
.expertise-grid p { max-width: 310px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.75; font-weight: 400; opacity: .9; }

.brands { min-height: 640px; padding-block: 48px 80px; }
.brands > h2 { margin-bottom: 35px; }
.brand-grid { width: min(1405px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.brand-card { position: relative; height: 520px; overflow: hidden; color: white; }
.brand-card img, .brand-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.brand-card img { object-fit: cover; transition: transform .6s ease; }
.brand-card:hover img { transform: scale(1.035); }
.brand-overlay { background: rgb(19 17 14 / 42%); }
.brand-overlay.light { background: rgb(128 105 88 / 25%); }
.brand-card > span:not(.brand-overlay), .brand-card > strong, .brand-card > small { position: absolute; z-index: 2; left: 50%; translate: -50% 0; }
.brand-kicker { top: 176px; font-size: 11px; }
.brand-card strong { top: 210px; font: 400 27px Georgia, serif; }
.brand-card small { top: 307px; padding-bottom: 9px; border-bottom: 1px solid rgb(255 255 255 / 65%); font-size: 10px; }

.reviews { position: relative; min-height: 575px; padding-block: 66px 70px; }
.section-heading { text-align: center; }
.section-heading h2 { margin-bottom: 14px; font: 400 clamp(36px, 2.15vw, 42px)/1.2 "Helvetica Neue", Arial, sans-serif; letter-spacing: .01em; }
.section-heading p { margin-bottom: 0; color: #756b63; font: italic 14px/1.6 Georgia, "Times New Roman", serif; letter-spacing: .01em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; width: min(1420px, 88%); margin: 58px auto 0; }
.review-card { min-height: 312px; padding: 44px 40px 36px; background: #fbfaf8; text-align: center; color: #403b37; transition: background .35s ease, box-shadow .35s ease, transform .35s ease; }
.review-card:nth-child(n+4) { display: none; }
.review-card.featured { background: #fff; box-shadow: 0 7px 22px rgb(63 50 40 / 15%); transform: translateY(-3px); }
.review-card img { width: 76px; height: 76px; margin: 0 auto 36px; border-radius: 50%; object-fit: cover; }
.review-card blockquote { margin: 0 auto 32px; max-width: 370px; color: #5d5650; font: 14px/1.9 Georgia, "Times New Roman", serif; }
.review-card cite { font: normal 600 12px/1.4 "Helvetica Neue", Arial, sans-serif; letter-spacing: .045em; }
.review-grid.switch-next .review-card { animation: review-from-right .46s cubic-bezier(.22,.75,.3,1) both; }
.review-grid.switch-previous .review-card { animation: review-from-left .46s cubic-bezier(.22,.75,.3,1) both; }
.review-grid .review-card:nth-child(2) { animation-delay: .035s; }
.review-grid .review-card:nth-child(3) { animation-delay: .07s; }
@keyframes review-from-right { from { opacity: .2; translate: 48px 0; scale: .985; } to { opacity: 1; translate: 0 0; scale: 1; } }
@keyframes review-from-left { from { opacity: .2; translate: -48px 0; scale: .985; } to { opacity: 1; translate: 0 0; scale: 1; } }
.review-arrow { position: absolute; top: 55%; width: 42px; height: 42px; border: 0; background: transparent; color: #7e746c; font-size: 27px; transition: color .2s ease, transform .2s ease; }
.review-arrow:hover { color: #322a24; transform: scale(1.14); }
.review-arrow:active { transform: scale(.94); }
.review-arrow.previous { left: 6px; }
.review-arrow.next { right: 6px; }

.partners { min-height: 310px; padding-block: 42px 50px; border-top: 1px solid var(--line); text-align: center; }
.partners h2 { margin-bottom: 20px; font: 400 22px/1.3 "Helvetica Neue", Arial, sans-serif; letter-spacing: .025em; }
.partners p { max-width: 920px; margin: 0 auto 42px; color: #6f6760; font: 400 14px/1.85 "Helvetica Neue", Arial, sans-serif; letter-spacing: .01em; }
.partner-marquee { width: min(1560px, 98%); height: 120px; margin-inline: auto; overflow: hidden; background: transparent; }
.partner-track { width: max-content; height: 100%; display: flex; animation: partner-scroll 22s linear infinite; will-change: transform; }
.partner-tile { flex: 0 0 260px; width: 260px; height: 120px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 8px 25px; }
.partner-tile a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.partner-tile img { width: auto; max-width: 210px; height: auto; max-height: 100px; object-fit: contain; }
.partner-marquee:hover .partner-track { animation-play-state: paused; }
@keyframes partner-scroll { from { transform: translateX(0); } to { transform: translateX(-33.333333%); } }

footer { min-height: 607px; background: #1d1d1b; color: #e8e5e0; }
.service-strip { min-height: 100px; display: grid; grid-template-columns: repeat(4, 1fr); padding-inline: max(60px, calc((100% - 1420px) / 2)); border-bottom: 1px solid #343330; }
.service-strip > div { display: flex; align-items: center; justify-content: center; gap: 20px; font-size: 13px; line-height: 1.3; letter-spacing: .02em; }
.service-strip .service-icon { flex: none; width: auto; height: auto; max-width: none; object-fit: none; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr 2.55fr; min-height: 410px; }
.footer-links { display: flex; flex-direction: column; gap: 23px; padding: 46px 24px 38px 0; color: #e3e0dc; font-size: 14px; line-height: 1.2; font-weight: 400; }
.footer-links a:hover { color: white; }
.footer-about { padding: 0; border-left: 1px solid #343330; text-align: center; }
.footer-about-top { padding: 32px 10% 0 14%; }
.footer-about-top > img { width: 128px; height: 84px; margin: 0 auto 12px; object-fit: contain; }
.footer-about-top > p { max-width: 430px; margin: 0 auto 24px; color: #f0eeeb; font-size: 14px; line-height: 1.75; }
.footer-about form { display: grid; grid-template-columns: 1fr 120px; width: min(430px, 100%); margin: 0 auto 44px; border-bottom: 1px solid #44423f; }
.footer-about input { min-width: 0; padding: 15px 2px; border: 0; outline: 0; background: transparent; color: #eee; font-size: 13px; }
.footer-about input::placeholder { color: #77736f; opacity: 1; }
.footer-about button { border: 0; background: var(--taupe); color: white; font-size: 12px; }
.footer-about .footer-subscribe-status { margin: -32px auto 18px; color: #d9d5d0; font-size: 12px; }
.acknowledgement-wrap { padding: 28px 10% 24px 14%; border-top: 1px solid #343330; }
.acknowledgement { max-width: 540px; margin: 0 auto; color: #d9d5d0; font-size: 13px; line-height: 1.8; }
.footer-bottom { min-height: 97px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #343330; font-size: 13px; }
.socials { display: flex; align-items: center; gap: 14px; }
.socials a { width: 46px; height: 46px; border-radius: 50%; background: #4a4946; display: grid; place-items: center; color: #f4f1ed; transition: background .22s ease, transform .22s ease, box-shadow .22s ease; }
.socials a:first-child { background: #7b604d; }
.socials a:hover,
.socials a:focus-visible { background: #9b7358; transform: translateY(-2px); box-shadow: 0 5px 16px rgb(0 0 0 / 24%); outline: none; }
.socials img { width: auto; height: auto; max-width: none; object-fit: none; }

.cookie-consent { position: fixed; z-index: 10000; right: 28px; bottom: 28px; width: min(620px, calc(100% - 56px)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 25px 28px; border: 1px solid rgb(255 255 255 / 13%); background: #211f1d; color: #f7f4f0; box-shadow: 0 18px 55px rgb(0 0 0 / 32%); opacity: 0; transform: translateY(18px); transition: opacity .24s ease, transform .24s ease; }
.cookie-consent[hidden] { display: none; }
.cookie-consent.is-visible { opacity: 1; transform: translateY(0); }
.cookie-consent__copy h2 { margin: 0 0 8px; color: #fff; font: 500 19px/1.3 "Helvetica Neue", Arial, sans-serif; }
.cookie-consent__copy p { margin: 0; color: #d9d4ce; font: 400 13px/1.65 "Helvetica Neue", Arial, sans-serif; }
.cookie-consent__actions { display: flex; flex-direction: column-reverse; gap: 9px; min-width: 150px; }
.cookie-consent__button { min-height: 42px; padding: 10px 18px; border: 1px solid #8b7565; cursor: pointer; font: 600 11px/1.2 "Helvetica Neue", Arial, sans-serif; letter-spacing: .045em; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.cookie-consent__button--primary { background: #806857; color: #fff; }
.cookie-consent__button--primary:hover, .cookie-consent__button--primary:focus-visible { background: #9a7b66; border-color: #9a7b66; outline: none; }
.cookie-consent__button--secondary { background: transparent; color: #eee8e2; }
.cookie-consent__button--secondary:hover, .cookie-consent__button--secondary:focus-visible { background: #34302c; border-color: #aaa097; outline: none; }

.contact-error-dialog { width: min(480px, calc(100% - 32px)); padding: 0; border: 0; background: #f8f6f2; color: #332c27; box-shadow: 0 24px 80px rgb(0 0 0 / 34%); }
.contact-error-dialog::backdrop { background: rgb(21 18 16 / 62%); backdrop-filter: blur(2px); }
.contact-error-dialog__inner { position: relative; padding: 44px 42px 40px; text-align: center; }
.contact-error-dialog__close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; padding: 0; border: 0; background: transparent; color: #766457; cursor: pointer; font: 300 28px/1 Arial, sans-serif; }
.contact-error-dialog__close:hover, .contact-error-dialog__close:focus-visible { color: #2e2824; outline: 1px solid #8b7565; outline-offset: 2px; }
.contact-error-dialog__icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 20px; border: 2px solid #a34a3d; border-radius: 50%; color: #a34a3d; font: 500 30px/1 Georgia, serif; }
.contact-error-dialog h2 { margin: 0 0 12px; color: #25211e; font: 400 27px/1.25 "Helvetica Neue", Arial, sans-serif; }
.contact-error-dialog p { max-width: 350px; margin: 0 auto 28px; color: #645c56; font: 400 14px/1.7 "Helvetica Neue", Arial, sans-serif; }
.contact-error-dialog__confirm { min-width: 150px; min-height: 46px; padding: 12px 24px; border: 1px solid #725c4d; background: #725c4d; color: #fff; cursor: pointer; font: 600 11px/1.2 "Helvetica Neue", Arial, sans-serif; letter-spacing: .06em; transition: background .2s ease, border-color .2s ease; }
.contact-error-dialog__confirm:hover, .contact-error-dialog__confirm:focus-visible { border-color: #937461; background: #937461; outline: none; }

@media (max-width: 1100px) {
  .page-shell { width: min(100% - 40px, 1680px); }
  .utility-inner > span, .nav-bar nav, .nav-actions > .solid-button { display: none; }
  .utility-inner { justify-content: center; }
  .nav-bar { height: 84px; grid-template-columns: 1fr auto; }
  .brand, .brand img { height: 70px; }
  .mobile-nav { display: block; }
  .hero { height: 60vw; min-height: 500px; }
  .classification { grid-template-columns: 1.1fr .9fr; gap: 5%; }
  .classification-collage { height: 590px; }
  .classification-primary { height: 530px; }
  .classification-secondary { height: 365px; }
  .round-arrows { margin-top: 80px; }
  .goods-grid { gap: 18px; }
  .goods-grid img { height: 44vw; max-height: 520px; }
  .series { height: 760px; }
  .series-copy { padding-inline: 6%; }
  .series-grid { gap: 18px; }
  .series-grid img { height: 260px; }
  .expertise-grid article { padding-inline: 18px; }
  .brand-card { height: 430px; }
  .review-grid { gap: 22px; width: 92%; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #343330; }
}

@media (max-width: 760px) {
  .utility-contact a:last-child { display: none; }
  .nav-bar { gap: 14px; }
  .nav-actions { gap: 14px; }
  .nav-actions > .search-control { display: none; }
  .language { gap: 6px; font-size: 12px; }
  .language .globe-icon, .language-label--desktop { display: none; }
  .language-label--mobile { display: inline; }
  .language-options { top: calc(100% + 17px); right: -41px; width: 142px; }
  .language-options::before { right: 46px; }
  .hero { height: 75vh; min-height: 520px; max-height: 720px; }
  .hero-slide > img { object-position: 54% center; }
  .hero-copy { top: 34px; }
  .hero-copy p { font-size: 11px; line-height: 1.6; }
  .classification { grid-template-columns: 1fr; padding-block: 54px; }
  .classification-collage { height: 118vw; max-height: 720px; }
  .classification-copy { padding: 22px 4px 0; }
  .round-arrows { margin-top: 54px; }
  .series { height: auto; grid-template-columns: 1fr; }
  .series-visual { height: 88vw; max-height: 720px; }
  .series-copy { padding: 62px 20px 70px; }
  .series-copy h2 { font-size: 30px; }
  .series-grid img { height: 42vw; }
  .goods { padding-block: 60px; }
  .goods-grid { grid-template-columns: 1fr 1fr; }
  .goods-grid a:nth-child(even) { margin-top: 36px; }
  .goods-grid img { height: 62vw; }
  .experience { height: auto; min-height: 980px; }
  .experience-inner { padding-block: 75px; }
  .experience-copy p { font-size: 13px; }
  .expertise-grid { grid-template-columns: 1fr 1fr; margin-top: 55px; }
  .expertise-grid article { border-bottom: 1px solid rgb(255 255 255 / 27%); }
  .brands { padding-block: 55px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { height: 72vw; min-height: 390px; }
  .brand-kicker { top: 35%; }
  .brand-card strong { top: 44%; }
  .brand-card small { top: 62%; }
  .review-grid { display: flex; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 8px 18px; }
  .review-card, .review-card:nth-child(n+4) { display: block; min-width: 86%; scroll-snap-align: center; }
  .review-arrow { display: none; }
  footer { min-height: 0; overflow: hidden; }
  .service-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; padding: 0; }
  .service-strip > div { min-width: 0; min-height: 78px; justify-content: flex-start; gap: 12px; padding: 14px 16px; border-right: 1px solid #343330; border-bottom: 1px solid #343330; font-size: 12px; }
  .service-strip > div:nth-child(even) { border-right: 0; }
  .service-strip > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .service-strip .service-icon { transform: scale(.92); transform-origin: center; }
  .footer-main { grid-template-columns: 1fr; min-height: 0; }
  .footer-links, .footer-links:nth-child(3) { grid-column: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; padding: 22px 0; border-bottom: 1px solid #343330; }
  .footer-links a { min-width: 0; min-height: 44px; display: flex; align-items: center; padding-block: 7px; font-size: 13px; line-height: 1.35; }
  .footer-about { grid-column: auto; border-top: 0; }
  .footer-about-top { padding: 36px 0 0; }
  .footer-about-top > img { margin-bottom: 10px; }
  .footer-about-top > p { max-width: 520px; padding-inline: 8px; font-size: 14px; line-height: 1.75; }
  .footer-about form { width: min(100%, 430px); min-height: 50px; margin-bottom: 34px; }
  .footer-about input { min-height: 50px; padding-inline: 10px; font-size: 14px; }
  .footer-about button { min-height: 50px; font-size: 12px; cursor: pointer; }
  .acknowledgement-wrap { padding: 25px 8px; }
  .acknowledgement { font-size: 13px; line-height: 1.7; }
  .footer-bottom { min-height: 0; gap: 19px; flex-direction: column; justify-content: center; padding-block: 25px 28px; text-align: center; font-size: 12px; line-height: 1.6; }
  .socials { order: -1; justify-content: center; gap: 11px; }
  .socials a { width: 43px; height: 43px; }
  .cookie-consent { right: 14px; bottom: 14px; width: calc(100% - 28px); grid-template-columns: 1fr; gap: 18px; padding: 21px 20px; }
  .cookie-consent__actions { flex-direction: row; min-width: 0; }
  .cookie-consent__button { flex: 1; }
  .contact-error-dialog__inner { padding: 42px 24px 32px; }
  .contact-error-dialog h2 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide, .hero-slide > img { transition: none; }
  .hero-slide.active > img { transform: none; }
  .review-grid.switch-next .review-card, .review-grid.switch-previous .review-card { animation: none; }
  .partner-track { animation: none; }
  .classification-collage, .classification-copy { transition: none; }
}

@media (max-width: 460px) {
  .page-shell { width: calc(100% - 28px); }
  .utility-bar { height: 44px; }
  .utility-contact { font-size: 12px; }
  .utility-contact a > span { min-width: 19px; font-size: 18px; }
  .nav-bar { height: 76px; }
  .brand, .brand img { height: 64px; }
  .hero-copy h1 { font-size: 26px; }
  .classification-primary { width: 72%; }
  .classification-secondary { width: 53%; }
  .circle-label { right: -12px; scale: .78; }
  .classification-copy h2 { font-size: 30px; }
  .goods-grid { gap: 10px; }
  .goods-grid img { height: 68vw; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-grid article { min-height: 200px; }
  .brand-card { min-height: 350px; }
  .service-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-strip > div { min-height: 74px; gap: 10px; padding: 12px 10px; font-size: 11px; }
  .service-strip .service-icon { transform: scale(.84); }
  .footer-links, .footer-links:nth-child(3) { grid-template-columns: 1fr; gap: 0; padding: 14px 0; }
  .footer-links a { min-height: 43px; font-size: 13px; }
  .footer-about-top { padding-top: 30px; }
  .footer-about-top > p { padding-inline: 0; }
  .footer-about form { grid-template-columns: minmax(0, 1fr) 104px; }
  .acknowledgement-wrap { padding-inline: 0; }
  .footer-bottom { padding-bottom: 26px; }
  .socials { width: 100%; gap: 9px; }
  .socials a { width: 41px; height: 41px; }
}

.language-options a { position: relative; width: 100%; min-height: 42px; display: flex; align-items: center; padding: 0 14px; border: 0; background: transparent; color: #282522; text-align: left; font-size: 13px; letter-spacing: .03em; transition: color .16s ease, background .16s ease; }
.language-options a:hover, .language-options a:focus-visible { outline: 0; background: #f2eee9; }
.language-options a.active { color: var(--taupe); font-weight: 600; }
.language-options a.active::after { content: '✓'; position: absolute; right: 13px; font-size: 12px; }
.valester-empty { min-height: 240px; display: grid; place-items: center; color: #6e655f; }
.valester-notice { margin-top: 28px; padding: 16px 20px; border: 1px solid #d8d0c8; background: #fff; color: #5c5047; }
.valester-notice.success, .form-status.success { color: #28633c; }
.valester-notice.error, .form-status.error { color: #a4392f; }
.valester-generic-page { min-height: 52vh; padding-top: 90px; padding-bottom: 110px; }
.valester-generic-page h1 { margin-bottom: 26px; font-size: clamp(2rem, 4vw, 4rem); font-weight: 400; }
.valester-error-page { min-height: 64vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 0; text-align: center; }
.valester-error-page .error-code { margin: 0; color: #80685a; font: 400 clamp(5rem, 12vw, 10rem)/1 Georgia, serif; }
.valester-error-page h1 { margin: 20px 0 12px; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; }
.valester-error-page .solid-button { margin-top: 28px; }
.section-banner-link { display: block; width: 100%; height: 100%; }
