:root {
  --wine: #691018;
  --brand-bordeaux: #561A0F;
  --wine-dark: #310609;
  --wine-soft: #8e2930;
  --ink: #171411;
  --paper: #f3ede2;
  --paper-2: #e7dccd;
  --white: #fffaf2;
  --gold: #d8b36d;
  --line: rgba(23, 20, 17, .18);
  --line-light: rgba(255,255,255,.18);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --shell: min(1500px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--wine); }
.screen-reader-text, .sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; top: 8px; left: 8px; padding: 10px 14px; z-index: 100000; background: #fff; color: #111; }
.fazi-shell { width: var(--shell); margin-inline: auto; }
.fazi-desktop-only { display: inline-flex; }

.fazi-noise { position: fixed; inset: 0; z-index: 9990; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }
.fazi-scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 1300; pointer-events: none; }
.fazi-scroll-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }

.fazi-cursor, .fazi-cursor-dot { position: fixed; left: 0; top: 0; z-index: 9999; pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); mix-blend-mode: difference; }
.fazi-cursor { width: 44px; height: 44px; border: 1px solid #fff; display: grid; place-items: center; transition: width .25s var(--ease), height .25s var(--ease), background .25s; }
.fazi-cursor span { color: #fff; font-size: 0; letter-spacing: .12em; text-transform: uppercase; }
.fazi-cursor.is-label { width: 84px; height: 84px; background: rgba(255,255,255,.08); }
.fazi-cursor.is-label span { font-size: 9px; }
.fazi-cursor-dot { width: 5px; height: 5px; background: #fff; }

.fazi-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.fazi-kicker::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.fazi-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 18px 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .35s, background .35s, transform .35s var(--ease); }
.fazi-button i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-style: normal; }
.fazi-button:hover { background: var(--ink); color: var(--white); }
.fazi-button:hover i { background: var(--white); color: var(--ink); }
.fazi-button--light { border-color: var(--white); color: var(--white); }
.fazi-button--light i { background: var(--white); color: var(--wine-dark); }
.fazi-button--light:hover { background: var(--white); color: var(--wine-dark); }
.fazi-button--light:hover i { background: var(--wine-dark); color: var(--white); }
.fazi-text-link { display: inline-flex; align-items: center; gap: 18px; width: fit-content; padding: 0 0 8px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.fazi-text-link i { font-style: normal; transition: transform .35s var(--ease); }
.fazi-text-link:hover i { transform: translate(3px,-3px); }
.fazi-text-link--light { color: var(--white); }
.fazi-round-link { width: 132px; height: 132px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; transition: background .35s, color .35s; }
.fazi-round-link i { display: block; margin-top: 8px; font-style: normal; }
.fazi-round-link:hover { background: var(--white); color: var(--wine-dark); }
.fazi-animated-line { display: block; overflow: hidden; }
.fazi-animated-line > span { display: block; }

.fazi-header { position: fixed; inset: 0 0 auto; z-index: 1200; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s, color .35s, border-color .35s, transform .4s var(--ease); }
.fazi-home .fazi-header:not(.is-scrolled):not(.is-menu-open) { color: var(--brand-bordeaux); border-bottom-color: rgba(86,26,15,.16); background: rgba(255,248,238,.16); backdrop-filter: blur(10px); }
.fazi-header.is-scrolled:not(.is-menu-open), .fazi-inner-page .fazi-header:not(.is-menu-open) { color: var(--ink); background: rgba(243,237,226,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.fazi-header.is-menu-open { color: var(--white); border-color: rgba(255,255,255,.18); background: transparent; backdrop-filter: none; }
.fazi-header__inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.fazi-header__side { display: flex; align-items: center; gap: 24px; }
.fazi-header__side--right { justify-content: flex-end; }
.fazi-header-link { position: relative; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.fazi-header-link::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.fazi-header-link:hover::after { transform: scaleX(1); transform-origin: left; }
.fazi-header-cta { display: inline-flex; align-items: center; gap: 13px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.fazi-header-cta i { font-style: normal; }
.fazi-brand { justify-self: center; display: inline-flex; align-items: center; justify-content: center; padding: 6px 8px; border-radius: 12px; transition: background .35s, backdrop-filter .35s; }
.fazi-brand img { display: block; width: clamp(145px,11vw,175px); height: auto; max-height: 74px; object-fit: contain; }
.fazi-header.is-menu-open .fazi-brand { background: rgba(251,242,237,.9); backdrop-filter: blur(8px); }
.fazi-menu-toggle { display: inline-flex; align-items: center; gap: 11px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.fazi-menu-toggle__icon { width: 44px; height: 44px; position: relative; display: block; border: 1px solid currentColor; border-radius: 50%; }
.fazi-menu-toggle__icon i { position: absolute; left: 50%; top: 50%; width: 18px; height: 1px; background: currentColor; transform: translate(-50%,-50%); transition: transform .35s var(--ease); }
.fazi-menu-toggle__icon i:first-child { transform: translate(-50%,calc(-50% - 4px)); }
.fazi-menu-toggle__icon i:last-child { transform: translate(-50%,calc(-50% + 4px)); }
.fazi-menu-toggle[aria-expanded="true"] .fazi-menu-toggle__icon i:first-child { transform: translate(-50%,-50%) rotate(45deg); }
.fazi-menu-toggle[aria-expanded="true"] .fazi-menu-toggle__icon i:last-child { transform: translate(-50%,-50%) rotate(-45deg); }

.fazi-mega { position: fixed; top: var(--wp-admin-bar-height, 0px); right: 0; bottom: auto; left: 0; z-index: 1100; height: calc(100dvh - var(--wp-admin-bar-height, 0px)); max-height: calc(100dvh - var(--wp-admin-bar-height, 0px)); visibility: hidden; pointer-events: none; color: var(--white); overflow: hidden; }
.fazi-mega__backdrop { position: absolute; inset: 0; background: var(--wine-dark); }
.fazi-mega__backdrop::after { content: "MENU"; position: absolute; right: -2vw; bottom: -8vw; font: 400 31vw/.7 var(--serif); color: rgba(255,255,255,.025); letter-spacing: -.08em; }
.fazi-mega__inner { height: 100%; min-height: 0; padding: clamp(86px,11vh,112px) 0 clamp(18px,2.5vh,34px); display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,32vw); grid-template-rows: minmax(0,1fr) auto; gap: clamp(12px,2.5vh,24px) clamp(32px,5vw,90px); align-items: center; position: relative; }
.fazi-mega__list { display: grid; grid-auto-rows: minmax(0,1fr); height: 100%; min-height: 0; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid var(--line-light); scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.28) transparent; }
.fazi-mega__item { min-height: 0; display: grid; grid-template-columns: 46px clamp(64px,5.4vw,90px) minmax(0,1fr) 48px; column-gap: clamp(14px,1.5vw,28px); align-items: center; position: relative; isolation: isolate; padding-block: clamp(8px,1.3vh,16px); border-bottom: 1px solid var(--line-light); overflow: hidden; }
.fazi-mega__item::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--white); transform: translateY(102%); transition: transform .55s var(--ease); }
.fazi-mega__item:hover { color: var(--wine-dark); }
.fazi-mega__item:hover::before { transform: translateY(0); }
.fazi-mega__num { font-size: 9px; letter-spacing: .14em; }
.fazi-mega__thumb { width: clamp(64px,5.4vw,90px); aspect-ratio: 16 / 10; overflow: hidden; }
.fazi-mega__thumb picture { display: block; width: 100%; height: 100%; }
.fazi-mega__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.fazi-mega__item:hover .fazi-mega__thumb img { transform: scale(1.14); }
.fazi-mega__title { display: block; font: 400 clamp(2rem,5vh,4rem)/.9 var(--serif); letter-spacing: -.035em; }
.fazi-mega__description { display: -webkit-box; max-width: 52ch; margin-top: 6px; overflow: hidden; color: rgba(255,255,255,.72); font-size: clamp(.75rem,1vw,.9rem); line-height: 1.35; letter-spacing: 0; opacity: .72; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.fazi-mega__arrow { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; transition: transform .35s var(--ease); }
.fazi-mega__item:hover .fazi-mega__arrow { transform: rotate(45deg); }
.fazi-mega__visual { position: relative; width: 100%; height: min(56dvh,500px); max-height: calc(100dvh - var(--wp-admin-bar-height, 0px) - 190px); align-self: center; overflow: hidden; background: #1c0507; }
.fazi-mega__visual picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.fazi-mega__visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); }
.fazi-mega__visual img.is-active { opacity: 1; transform: scale(1); }
.fazi-mega__visual-copy { position: absolute; left: 18px; right: 18px; bottom: 17px; z-index: 3; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.fazi-mega__footer { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 24px; align-items: center; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.fazi-mega__footer div { display: flex; gap: 22px; }

@media (max-height: 820px) {
  .fazi-mega__inner { padding-top: clamp(78px,10vh,96px); }
  .fazi-mega__title { font-size: clamp(1.9rem,4.8vh,3.25rem); line-height: .92; }
  .fazi-mega__visual { height: min(56dvh,430px); }
}

@media (max-height: 760px) {
  .fazi-mega__inner { padding-top: clamp(72px,9.5vh,88px); padding-bottom: clamp(14px,2vh,22px); }
  .fazi-mega__item { padding-block: clamp(6px,1vh,10px); }
  .fazi-mega__thumb { width: 68px; }
  .fazi-mega__description { font-size: .75rem; -webkit-line-clamp: 1; }
  .fazi-mega__footer { font-size: 8px; }
}

@media (max-height: 700px) {
  .fazi-mega__title { font-size: clamp(1.65rem,4.2vh,2.65rem); }
  .fazi-mega__description { display: none; }
  .fazi-mega__visual { height: min(52dvh,360px); }
}

.fazi-home-hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; background: #f8efe4; color: var(--brand-bordeaux); }
.fazi-home-hero__media, .fazi-home-hero__slide { position: absolute; inset: 0; }
.fazi-home-hero__slide { opacity: 0; visibility: hidden; overflow: hidden; }
.fazi-home-hero__slide.is-active { opacity: 1; visibility: visible; }
.fazi-home-hero__slide picture { position: absolute; inset: 0; display: block; }
.fazi-home-hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1); filter: saturate(.98) contrast(1.01); will-change: transform; }
.fazi-home-hero__shade { position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at center,rgba(255,248,238,.48) 0,rgba(255,248,238,.26) 32%,rgba(255,248,238,0) 66%); pointer-events: none; }
.fazi-page-hero__grid { position: absolute; inset: 0; z-index: 3; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px); background-size: 100% 25%,25% 100%; mask-image: linear-gradient(to bottom,rgba(0,0,0,.72),transparent 76%); }
.fazi-home-hero__content { position: relative; z-index: 5; width: min(100% - 64px, 980px); padding: 122px 0 34px; margin-inline: auto; }
.fazi-home-hero__topline { width: fit-content; max-width: 100%; margin-inline: auto; display: flex; justify-content: center; align-items: center; gap: clamp(18px,4vw,56px); padding: 11px 18px; border: 1px solid rgba(86,26,15,.18); border-radius: 999px; background: rgba(255,248,238,.72); color: var(--brand-bordeaux); box-shadow: 0 12px 34px rgba(86,26,15,.08); backdrop-filter: blur(10px); font-size: 9px; line-height: 1.2; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.fazi-home-hero__title { margin: 24px auto 0; max-width: 850px; text-align: center; font: 400 clamp(78px,9vw,146px)/.78 var(--serif); letter-spacing: -.052em; }
.fazi-home-hero__title .line { display: block; overflow: hidden; }
.fazi-home-hero__title .line > span { display: block; }
.fazi-home-hero__title em { color: #a3692a; font-weight: 400; }
.fazi-home-hero__bottom { width: min(100%, 620px); margin: 28px auto 0; display: grid; justify-items: center; gap: 22px; text-align: center; }
.fazi-home-hero__bottom > p { margin: 0; max-width: 560px; font-size: 14px; line-height: 1.7; color: rgba(86,26,15,.74); }
.fazi-home-hero__cta { min-width: 220px; border-color: var(--brand-bordeaux); background: var(--brand-bordeaux); color: var(--white); }
.fazi-home-hero__cta i { background: var(--white); color: var(--brand-bordeaux); }
.fazi-home-hero__cta:hover,
.fazi-home-hero__cta:focus-visible { background: transparent; color: var(--brand-bordeaux); }
.fazi-home-hero__cta:hover i,
.fazi-home-hero__cta:focus-visible i { background: var(--brand-bordeaux); color: var(--white); }
.fazi-manifesto { padding: clamp(110px,14vw,210px) 0; background: var(--paper); }
.fazi-manifesto__grid { display: grid; grid-template-columns: .75fr 2fr; gap: 8vw; }
.fazi-manifesto__label { display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 18px; }
.fazi-manifesto__label p { max-width: 270px; margin: 120px 0 0; font-size: 11px; line-height: 1.65; color: rgba(23,20,17,.58); }
.fazi-manifesto__copy h2, .fazi-section-head h2, .fazi-categories__head h2 { margin: 0; font: 400 clamp(64px,8vw,126px)/.82 var(--serif); letter-spacing: -.048em; }
.fazi-manifesto__copy h2 em, .fazi-section-head h2 em, .fazi-categories__head h2 em { color: var(--wine); font-weight: 400; }
.fazi-manifesto__body { margin: 65px 0 0 auto; width: min(520px,100%); display: grid; gap: 32px; }
.fazi-manifesto__body p { margin: 0; font-size: 16px; line-height: 1.75; color: rgba(23,20,17,.68); }

.fazi-section-head { padding: clamp(100px,11vw,165px) 0 68px; display: grid; grid-template-columns: 1.6fr .8fr; align-items: end; gap: 7vw; }
.fazi-section-head .fazi-kicker { margin-bottom: 30px; }
.fazi-section-head__side { display: grid; gap: 28px; align-content: end; }
.fazi-section-head__side p { margin: 0; font-size: 13px; line-height: 1.7; color: rgba(23,20,17,.62); }
.fazi-product-rail { position: relative; overflow: hidden; background: var(--paper-2); padding-bottom: clamp(56px,7vw,100px); }
.fazi-product-rail__controls { display: flex; justify-content: flex-end; gap: 10px; margin: -38px auto 22px; }
.fazi-product-rail__controls button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); transition: background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), opacity .25s var(--ease); }
.fazi-product-rail__controls button:hover, .fazi-product-rail__controls button:focus-visible { background: var(--wine); border-color: var(--wine); color: var(--white); }
.fazi-product-rail__controls button:disabled { cursor: default; opacity: .35; background: transparent; border-color: var(--line); color: var(--ink); }
.fazi-product-rail__viewport { width: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scroll-padding-inline: clamp(20px,5vw,80px); overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: rgba(105,16,24,.45) transparent; cursor: grab; -webkit-overflow-scrolling: touch; }
.fazi-product-rail__viewport::-webkit-scrollbar { height: 8px; }
.fazi-product-rail__viewport::-webkit-scrollbar-track { background: transparent; }
.fazi-product-rail__viewport::-webkit-scrollbar-thumb { background: rgba(105,16,24,.42); border-radius: 999px; }
.fazi-product-rail__viewport:active, .fazi-product-rail__viewport.is-dragging { cursor: grabbing; }
.fazi-product-rail__viewport.is-dragging { user-select: none; }
.fazi-product-rail__track { display: flex; align-items: flex-start; gap: clamp(16px,2vw,30px); width: max-content; padding-inline: clamp(20px,5vw,80px); padding-bottom: 20px; }
.fazi-product-rail__track .fazi-product-card { flex: 0 0 clamp(320px,26vw,430px); width: auto; scroll-snap-align: start; }
.fazi-carousel-progress { height: 2px; margin-top: 22px; background: rgba(23,20,17,.14); overflow: hidden; }
.fazi-carousel-progress span { display: block; width: 100%; height: 100%; background: var(--wine); transform: scaleX(0); transform-origin: left; transition: transform .12s linear; }

@media (max-width: 1400px) {
  .fazi-product-rail__track .fazi-product-card { flex-basis: clamp(290px,31vw,390px); }
}

.fazi-product-card { display: flex; flex-direction: column; min-width: 0; }
.fazi-product-card__media { position: relative; height: clamp(300px,42vh,440px); max-height: 440px; overflow: hidden; background: #2b1113; }
.fazi-product-card__image { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: opacity .65s var(--ease),transform 1.1s var(--ease); }
.fazi-product-card__image--secondary { opacity: 0; transform: scale(1.05); }
.fazi-product-card:hover .fazi-product-card__image--primary { opacity: 0; transform: scale(1.04); }
.fazi-product-card:hover .fazi-product-card__image--secondary { opacity: 1; transform: scale(1); }
.fazi-product-card__index, .fazi-product-card__status { position: absolute; z-index: 3; top: 14px; padding: 8px 10px; background: rgba(49,6,9,.86); color: var(--white); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.fazi-product-card__index { left: 14px; }
.fazi-product-card__status { right: 14px; }
.fazi-product-card__status.is-available { background: rgba(36,70,42,.84); }
.fazi-product-card__body { padding: 19px 0 0; }
.fazi-product-card__topline { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; color: rgba(23,20,17,.6); }
.fazi-product-card__topline strong { color: var(--ink); }
.fazi-product-card h2 { margin: 18px 0 9px; font: 400 clamp(31px,3vw,48px)/.9 var(--serif); letter-spacing: -.035em; }
.fazi-product-card p { margin: 0 0 20px; font-size: 11px; line-height: 1.6; color: rgba(23,20,17,.6); }

.fazi-story-panel { display: grid; grid-template-columns: 1.14fr .86fr; min-height: 900px; background: var(--wine-dark); color: var(--white); }
.fazi-story-panel__media { min-height: 720px; overflow: hidden; }
.fazi-story-panel__media picture { display: block; width: 100%; height: 100%; }
.fazi-story-panel__media img { width: 100%; height: 100%; object-fit: cover; }
.fazi-story-panel__copy { padding: clamp(80px,10vw,150px) clamp(34px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.fazi-story-panel__copy h2 { margin: 30px 0 44px; font: 400 clamp(64px,7.4vw,120px)/.78 var(--serif); letter-spacing: -.055em; }
.fazi-story-panel__copy h2 em { color: var(--gold); font-weight: 400; }
.fazi-story-panel__copy > p { max-width: 520px; margin: 0 0 50px; font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.65); }
.fazi-story-panel__stats { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 54px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.fazi-story-panel__stats div { padding: 24px 10px 24px 0; }
.fazi-story-panel__stats div + div { border-left: 1px solid var(--line-light); padding-left: 18px; }
.fazi-story-panel__stats strong { display: block; font: 400 36px/1 var(--serif); }
.fazi-story-panel__stats span { display: block; margin-top: 7px; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.fazi-story-panel .fazi-text-link { color: var(--white); }

.fazi-categories { padding: clamp(110px,13vw,190px) 0; background: var(--paper); }
.fazi-categories__head { padding-bottom: 74px; display: grid; grid-template-columns: .5fr 1.5fr; gap: 7vw; align-items: start; }
.fazi-categories__layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4vw; align-items: stretch; width: var(--shell); margin-inline: auto; }
.fazi-categories__list { border-top: 1px solid var(--line); }
.fazi-category-row { display: grid; grid-template-columns: 54px minmax(180px,.7fr) 1fr 46px; gap: 20px; align-items: center; min-height: 128px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; isolation: isolate; }
.fazi-category-row::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--wine); transform: translateY(102%); transition: transform .6s var(--ease); }
.fazi-category-row:hover, .fazi-category-row.is-active { color: var(--white); }
.fazi-category-row:hover::before, .fazi-category-row.is-active::before { transform: translateY(0); }
.fazi-category-row > span { font-size: 9px; letter-spacing: .14em; }
.fazi-category-row h3 { margin: 0; font: 400 clamp(40px,4.4vw,70px)/.85 var(--serif); letter-spacing: -.04em; }
.fazi-category-row p { margin: 0; max-width: 410px; font-size: 11px; line-height: 1.6; opacity: .62; }
.fazi-category-row i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.fazi-categories__visual { position: sticky; top: 110px; align-self: start; height: min(650px,70vh); background: var(--wine-dark); overflow: hidden; }
.fazi-categories__visual picture { display: contents; }
.fazi-categories__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); }
.fazi-categories__visual img.is-active { opacity: 1; transform: scale(1); }
.fazi-categories__visual > span { position: absolute; z-index: 3; left: 18px; bottom: 18px; color: var(--white); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.fazi-b2b-banner { min-height: 920px; position: relative; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.fazi-b2b-banner__background, .fazi-b2b-banner__shade { position: absolute; inset: 0; }
.fazi-b2b-banner__background picture { display: block; width: 100%; height: 100%; }
.fazi-b2b-banner__background img { width: 100%; height: 110%; object-fit: cover; }
.fazi-b2b-banner__shade { background: linear-gradient(90deg,rgba(49,6,9,.95),rgba(49,6,9,.68) 52%,rgba(49,6,9,.25)); }
.fazi-b2b-banner__content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.55fr .65fr; gap: 8vw; align-items: center; }
.fazi-b2b-banner__content h2 { margin: 32px 0 0; font: 400 clamp(70px,9vw,145px)/.78 var(--serif); letter-spacing: -.058em; }
.fazi-b2b-banner__content h2 em { color: var(--gold); font-weight: 400; }
.fazi-b2b-banner__card { padding: 34px; background: rgba(255,250,242,.92); color: var(--ink); backdrop-filter: blur(18px); }
.fazi-b2b-banner__card > span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.fazi-b2b-banner__card h3 { margin: 90px 0 20px; font: 400 52px/.9 var(--serif); letter-spacing: -.04em; }
.fazi-b2b-banner__card p { margin: 0 0 38px; font-size: 12px; line-height: 1.65; color: rgba(23,20,17,.62); }
.fazi-b2b-banner__card .fazi-button--light { border-color: var(--ink); color: var(--ink); }
.fazi-b2b-banner__card .fazi-button--light i { background: var(--ink); color: var(--white); }

.fazi-home-contact { padding: clamp(110px,13vw,190px) 0; }
.fazi-home-contact__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.fazi-home-contact h2 { margin: 30px 0 0; font: 400 clamp(75px,9vw,144px)/.77 var(--serif); letter-spacing: -.058em; }
.fazi-home-contact__grid > div:last-child { display: grid; gap: 28px; }
.fazi-home-contact p { margin: 0; font-size: 16px; line-height: 1.7; color: rgba(23,20,17,.65); }
.fazi-home-contact address { font: 400 30px/1.1 var(--serif); }

.fazi-page-hero { min-height: 86svh; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--wine-dark); }
.fazi-page-hero__media, .fazi-page-hero__shade { position: absolute; inset: 0; }
.fazi-page-hero__media picture { display: block; width: 100%; height: 100%; }
.fazi-page-hero__media img { width: 100%; height: 112%; object-fit: cover; filter: saturate(.82) contrast(1.08); }
.fazi-page-hero__shade { background: linear-gradient(90deg,rgba(30,3,5,.91),rgba(30,3,5,.56) 52%,rgba(30,3,5,.15)),linear-gradient(0deg,rgba(30,3,5,.88),transparent 65%); }
.fazi-page-hero__content { position: relative; z-index: 4; padding: 160px 0 52px; }
.fazi-page-hero__meta { display: flex; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.fazi-page-hero__title { margin: 26px 0 0; max-width: 1100px; font: 400 clamp(82px,12vw,186px)/.73 var(--serif); letter-spacing: -.062em; }
.fazi-page-hero__title em { color: var(--gold); font-weight: 400; }
.fazi-page-hero__lead { width: min(560px,100%); margin: 42px 0 0 auto; font-size: 14px; line-height: 1.72; color: rgba(255,255,255,.72); }
.fazi-page-hero__scroll { position: absolute; z-index: 5; left: clamp(8px,1.1vw,18px); bottom: clamp(42px,7vh,76px); display: flex; flex-direction: column; align-items: center; gap: 11px; width: 12px; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; }
.fazi-page-hero__scroll span { width: 1px; height: 42px; background: currentColor; }

.fazi-catalog { padding: 110px 0 160px; }
.fazi-catalog__toolbar { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.fazi-filter-scroll { display: flex; flex-wrap: wrap; gap: 8px; }
.fazi-filter-scroll button { min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.fazi-filter-scroll button.is-active, .fazi-filter-scroll button:hover { background: var(--wine); border-color: var(--wine); color: var(--white); }
.fazi-catalog-search { position: relative; flex: 0 0 min(330px,35vw); }
.fazi-catalog-search input { width: 100%; height: 46px; padding: 0 42px 0 15px; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; }
.fazi-catalog-search i { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-style: normal; }
.fazi-catalog__intro { padding: 90px 0 70px; display: grid; grid-template-columns: 1fr .7fr; gap: 8vw; align-items: end; }
.fazi-catalog__intro h2 { margin: 24px 0 0; font: 400 clamp(64px,7.6vw,120px)/.8 var(--serif); letter-spacing: -.05em; }
.fazi-catalog__intro p { margin: 0; font-size: 13px; line-height: 1.7; color: rgba(23,20,17,.62); }
.fazi-catalog__notice { padding: 14px 18px; border-left: 2px solid var(--red); background: rgba(116, 23, 14, .06); color: var(--ink); }
.fazi-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 72px 22px; }
.fazi-product-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.fazi-product-card.is-hidden, .fazi-price-row.is-hidden { display: none; }
.fazi-pagination { margin-top: 90px; }
.fazi-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.fazi-pagination .page-numbers { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.fazi-pagination .current, .fazi-pagination a:hover { background: var(--wine); border-color: var(--wine); color: var(--white); }
.fazi-empty-state { grid-column: 1/-1; padding: 90px 0; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fazi-empty-state h2 { margin: 0 0 16px; font: 400 58px/.9 var(--serif); }
.fazi-empty-state p { margin: 0; color: rgba(23,20,17,.6); }

.fazi-product-hero { min-height: 100svh; display: grid; grid-template-columns: 1.12fr .88fr; padding-top: 82px; background: var(--paper); }
.fazi-product-hero__gallery { min-height: calc(100svh - 82px); position: relative; overflow: hidden; background: var(--wine-dark); }
.fazi-product-hero__image { position: absolute; inset: 0; opacity: 0; visibility: hidden; }
.fazi-product-hero__image.is-active { opacity: 1; visibility: visible; }
.fazi-product-hero__image img { height: 100%; object-fit: cover; }
.fazi-product-hero__gallery-controls { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; color: var(--white); }
.fazi-product-hero__gallery-controls button { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.18); color: var(--white); }
.fazi-product-hero__gallery-controls span { font-size: 9px; letter-spacing: .13em; }
.fazi-product-hero__info { padding: clamp(65px,8vw,120px); display: flex; flex-direction: column; justify-content: center; }
.fazi-product-hero__crumb { margin-bottom: 80px; display: flex; gap: 10px; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; color: rgba(23,20,17,.55); }
.fazi-product-hero__info h1 { margin: 28px 0 30px; font: 400 clamp(70px,8vw,126px)/.76 var(--serif); letter-spacing: -.058em; }
.fazi-product-hero__excerpt { margin: 0 0 40px; font-size: 15px; line-height: 1.72; color: rgba(23,20,17,.64); }
.fazi-product-facts { border-top: 1px solid var(--line); }
.fazi-product-facts div { min-height: 58px; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.fazi-product-facts span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(23,20,17,.54); }
.fazi-product-facts strong { font: 400 20px/1 var(--serif); }
.fazi-product-hero__actions { margin-top: 46px; display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.fazi-product-detail { padding: 130px 0; }
.fazi-product-detail__grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 9vw; }
.fazi-product-detail__aside { display: flex; flex-direction: column; justify-content: space-between; min-height: 500px; }
.fazi-product-detail__seal { width: 200px; height: 200px; display: grid; place-content: center; text-align: center; border: 1px solid var(--line); border-radius: 50%; }
.fazi-product-detail__seal span { font: 400 62px/.8 var(--serif); }
.fazi-product-detail__seal small { margin-top: 15px; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.fazi-related { padding: 0 0 150px; }

.fazi-richtext { font-size: 17px; line-height: 1.82; }
.fazi-richtext > *:first-child { margin-top: 0; }
.fazi-richtext h2 { margin: 1.5em 0 .5em; font: 400 clamp(48px,5vw,78px)/.9 var(--serif); letter-spacing: -.04em; }
.fazi-richtext h3 { margin: 1.5em 0 .5em; font: 400 36px/.95 var(--serif); }
.fazi-richtext p, .fazi-richtext li { color: rgba(23,20,17,.72); }
.fazi-richtext a { color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }
.fazi-richtext blockquote { margin: 2em 0; padding-left: 30px; border-left: 2px solid var(--wine); font: 400 40px/1.08 var(--serif); }
.fazi-richtext img { margin: 45px 0; }

.fazi-about-intro { padding: 150px 0; }
.fazi-about-intro__grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 9vw; }
.fazi-about-intro__year { position: relative; min-height: 600px; display: flex; flex-direction: column; justify-content: flex-start; padding: 25px; background: var(--wine); color: var(--white); overflow: hidden; container-type: inline-size; }
.fazi-about-intro__year span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.fazi-about-intro__year strong { position: absolute; left: 25px; right: 25px; bottom: 25px; max-width: calc(100% - 50px); font: 400 clamp(82px,48cqw,168px)/.72 var(--serif); letter-spacing: -.07em; transform: none; transform-origin: left bottom; white-space: nowrap; }
.fazi-about-intro__grid h2 { margin: 32px 0 46px; font: 400 clamp(70px,8vw,130px)/.78 var(--serif); letter-spacing: -.055em; }
.fazi-about-intro__grid h2 em { color: var(--wine); font-weight: 400; }
.fazi-about-intro__grid p { width: min(620px,100%); margin-left: auto; font-size: 16px; line-height: 1.75; color: rgba(23,20,17,.68); }
.fazi-about-film { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 760px; background: var(--wine-dark); color: var(--white); }
.fazi-about-film__image { overflow: hidden; }
.fazi-about-film__image picture { display: block; width: 100%; height: 100%; }
.fazi-about-film__image img { width: 100%; height: 100%; object-fit: cover; }
.fazi-about-film__quote { padding: 70px; display: flex; flex-direction: column; justify-content: space-between; }
.fazi-about-film blockquote { margin: 0; font: 400 clamp(48px,5vw,78px)/.95 var(--serif); letter-spacing: -.04em; }
.fazi-about-film__quote span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; opacity: .56; }
.fazi-values { padding: 150px 0; }
.fazi-values__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.fazi-values__grid article { min-height: 360px; padding: 26px 34px 40px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.fazi-values__grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.fazi-values__grid span { font-size: 9px; letter-spacing: .13em; }
.fazi-values__grid h3 { margin: auto 0 24px; font: 400 58px/.9 var(--serif); }
.fazi-values__grid p { margin: 0; font-size: 12px; line-height: 1.65; color: rgba(23,20,17,.62); }
.fazi-timeline { padding: 130px 0; overflow: hidden; background: var(--paper-2); }
.fazi-timeline__head { margin-bottom: 70px; }
.fazi-timeline__head h2 { margin: 24px 0 0; font: 400 clamp(70px,8vw,126px)/.8 var(--serif); letter-spacing: -.05em; }
.fazi-timeline__track { display: flex; gap: 18px; padding: 0 24px; width: max-content; }
.fazi-timeline__track article { width: min(430px,78vw); min-height: 480px; padding: 30px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
.fazi-timeline__track strong { font: 400 70px/.85 var(--serif); color: var(--wine); }
.fazi-timeline__track h3 { margin: auto 0 20px; font: 400 46px/.9 var(--serif); }
.fazi-timeline__track p { margin: 0; font-size: 12px; line-height: 1.65; color: rgba(23,20,17,.62); }
.fazi-territory { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 850px; }
.fazi-territory__copy { padding: clamp(80px,10vw,150px); display: flex; flex-direction: column; justify-content: center; background: var(--wine); color: var(--white); }
.fazi-territory__copy h2 { margin: 30px 0 42px; font: 400 clamp(70px,8vw,125px)/.77 var(--serif); letter-spacing: -.055em; }
.fazi-territory__copy h2 em { color: var(--gold); font-weight: 400; }
.fazi-territory__copy p { margin: 0 0 42px; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.67); }
.fazi-territory__copy .fazi-button { border-color: var(--white); color: var(--white); }
.fazi-territory__copy .fazi-button i { background: var(--white); color: var(--wine); }
.fazi-territory__image { overflow: hidden; }
.fazi-territory__image picture { display: block; width: 100%; height: 100%; }
.fazi-territory__image img { width: 100%; height: 100%; object-fit: cover; }

.fazi-price-list { padding: 110px 0 150px; }
.fazi-notice-panel { margin-bottom: 90px; padding: 38px; display: grid; grid-template-columns: .55fr 1fr 1fr auto; gap: 36px; align-items: center; background: var(--wine); color: var(--white); }
.fazi-notice-panel > span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.fazi-notice-panel h2 { margin: 0; font: 400 46px/.9 var(--serif); }
.fazi-notice-panel p { margin: 0; font-size: 11px; line-height: 1.65; color: rgba(255,255,255,.65); }
.fazi-notice-panel .fazi-text-link { color: var(--white); }
.fazi-price-table { margin-top: 50px; border-top: 1px solid var(--line); }
.fazi-price-table__head, .fazi-price-row { display: grid; grid-template-columns: 1.3fr .7fr .65fr .65fr 42px; gap: 22px; align-items: center; }
.fazi-price-table__head { min-height: 48px; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; color: rgba(23,20,17,.48); }
.fazi-price-row { min-height: 92px; border-top: 1px solid var(--line); }
.fazi-price-row__product { display: flex; align-items: center; gap: 18px; min-width: 0; }
.fazi-price-row__product img { width: 64px; height: 64px; object-fit: cover; }
.fazi-price-row__product strong { font: 400 27px/.95 var(--serif); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fazi-price-row > span { font-size: 10px; color: rgba(23,20,17,.6); }
.fazi-price-row > strong { font: 400 20px/1 var(--serif); }
.fazi-price-row__arrow { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.fazi-price-row:hover .fazi-price-row__arrow { background: var(--wine); border-color: var(--wine); color: var(--white); }
.fazi-account-bar { margin-bottom: 50px; padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; background: var(--wine-dark); color: var(--white); }
.fazi-account-bar div { display: grid; gap: 5px; }
.fazi-account-bar span { font-size: 8px; letter-spacing: .13em; text-transform: uppercase; opacity: .55; }
.fazi-account-bar strong { font: 400 28px/1 var(--serif); }
.fazi-account-bar a { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.fazi-b2b-process { padding: 130px 0; }
.fazi-process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.fazi-process-grid article { min-height: 320px; padding: 26px 34px 34px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.fazi-process-grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.fazi-process-grid span { font-size: 9px; letter-spacing: .14em; }
.fazi-process-grid h3 { margin: auto 0 18px; font: 400 47px/.9 var(--serif); }
.fazi-process-grid p { margin: 0; font-size: 12px; line-height: 1.6; color: rgba(23,20,17,.62); }
.fazi-access-section { padding: 110px 0 150px; background: var(--paper-2); }
.fazi-access-section__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px; align-items: start; }
.fazi-login-card, .fazi-benefit-panel, .fazi-form-panel { padding: clamp(34px,4vw,60px); background: var(--paper); border: 1px solid var(--line); }
.fazi-login-card h2, .fazi-benefit-panel h2, .fazi-form-panel h2 { margin: 28px 0 18px; font: 400 clamp(50px,5vw,78px)/.87 var(--serif); letter-spacing: -.045em; }
.fazi-login-card > p, .fazi-benefit-panel > p, .fazi-form-panel > p { margin: 0 0 38px; font-size: 12px; line-height: 1.65; color: rgba(23,20,17,.62); }
.fazi-benefit-panel ul { list-style: none; padding: 0; margin: 80px 0 44px; border-top: 1px solid var(--line); }
.fazi-benefit-panel li { min-height: 65px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.fazi-benefit-panel li span { font-size: 9px; letter-spacing: .13em; color: var(--wine); }
.fazi-state-section { padding: 120px 0 150px; }
.fazi-state-card { padding: 70px; background: var(--wine); color: var(--white); }
.fazi-state-card > span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.fazi-state-card h2 { margin: 100px 0 24px; font: 400 clamp(65px,8vw,120px)/.8 var(--serif); }
.fazi-state-card p { max-width: 580px; margin: 0 0 40px; color: rgba(255,255,255,.68); }
.fazi-state-card .fazi-text-link { color: var(--white); }

.fazi-form-panel form, .fazi-login-card form { display: grid; gap: 18px; }
.fazi-form-panel p, .fazi-login-card form p { margin: 0; }
.fazi-form-panel label, .fazi-login-card label { display: grid; gap: 8px; font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.fazi-form-panel input:not([type="checkbox"]):not([type="radio"]), .fazi-form-panel select, .fazi-form-panel textarea, .fazi-login-card input:not([type="checkbox"]) { width: 100%; min-height: 52px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; }
.fazi-form-panel textarea { min-height: 120px; resize: vertical; }
.fazi-form-panel input:focus, .fazi-form-panel textarea:focus, .fazi-form-panel select:focus, .fazi-login-card input:focus { border-color: var(--wine); }
.fazi-form-panel button, .fazi-form-panel input[type="submit"], .fazi-login-card input[type="submit"] { min-height: 56px; padding: 0 24px; border: 1px solid var(--wine); border-radius: 999px; background: var(--wine); color: var(--white); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.fazi-form-panel input[type="checkbox"], .fazi-login-card input[type="checkbox"] { accent-color: var(--wine); }
.fazi-admin-note { padding: 18px; border: 1px dashed var(--wine); color: var(--wine); background: rgba(105,16,24,.05); }

.fazi-contact-layout { padding: 130px 0 160px; }
.fazi-contact-layout__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px; align-items: start; }
.fazi-contact-details { padding: 52px; position: sticky; top: 110px; background: var(--wine-dark); color: var(--white); }
.fazi-contact-details h2 { margin: 30px 0 70px; font: 400 70px/.82 var(--serif); letter-spacing: -.05em; }
.fazi-contact-detail { padding: 22px 0; border-top: 1px solid var(--line-light); }
.fazi-contact-detail > span { display: block; margin-bottom: 10px; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; opacity: .55; }
.fazi-contact-detail p, .fazi-contact-detail a { margin: 0; font: 400 25px/1.1 var(--serif); }
.fazi-contact-social { display: flex; gap: 20px; margin-top: 42px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.fazi-contact-image { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 680px; background: var(--wine); color: var(--white); }
.fazi-contact-image > div:first-child { overflow: hidden; }
.fazi-contact-image picture { display: block; width: 100%; height: 100%; }
.fazi-contact-image img { width: 100%; height: 100%; object-fit: cover; }
.fazi-contact-image > div:last-child { padding: 54px; display: flex; flex-direction: column; justify-content: space-between; }
.fazi-contact-image span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.fazi-contact-image strong { font: 400 clamp(65px,8vw,120px)/.75 var(--serif); writing-mode: vertical-rl; transform: rotate(180deg); }

.fazi-document { padding: 130px 0 160px; }
.fazi-document__grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 9vw; }
.fazi-document__aside { position: sticky; top: 120px; align-self: start; }
.fazi-document__aside > p { margin: 24px 0; font-size: 10px; line-height: 1.6; color: rgba(23,20,17,.58); }
.fazi-document__aside nav { display: grid; border-top: 1px solid var(--line); }
.fazi-document__aside nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.fazi-post-list, .fazi-search-results { padding: 120px 0 150px; }
.fazi-post-list__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.fazi-post-list__grid article { min-height: 370px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); }
.fazi-post-list__grid article > span { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.fazi-post-list__grid h2 { margin: auto 0 20px; font: 400 50px/.9 var(--serif); }
.fazi-post-list__grid p { margin: 0 0 26px; color: rgba(23,20,17,.62); }
.fazi-search-results__form { margin-bottom: 60px; }
.fazi-search-form { display: flex; gap: 12px; }
.fazi-search-form label { flex: 1; }
.fazi-search-form input { width: 100%; min-height: 60px; padding: 0 20px; border: 1px solid var(--line); background: transparent; }
.fazi-search-form button { padding: 0 28px; border: 0; background: var(--wine); color: var(--white); }

.fazi-404 { min-height: 100svh; position: relative; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.fazi-404__media, .fazi-404__shade { position: absolute; inset: 0; }
.fazi-404__media picture { display: block; width: 100%; height: 100%; }
.fazi-404__media img { width: 100%; height: 110%; object-fit: cover; }
.fazi-404__shade { background: rgba(30,3,5,.84); }
.fazi-404__content { position: relative; z-index: 2; padding: 140px 0 80px; }
.fazi-404__content > strong { position: absolute; right: 0; top: 50%; transform: translateY(-50%); font: 400 30vw/.65 var(--serif); opacity: .05; }
.fazi-404 h1 { margin: 32px 0; max-width: 1100px; font: 400 clamp(72px,10vw,154px)/.75 var(--serif); letter-spacing: -.06em; }
.fazi-404 h1 em { color: var(--gold); font-weight: 400; }
.fazi-404 p { max-width: 560px; margin: 0 0 42px; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.67); }
.fazi-404__content > div { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }

.fazi-footer { position: relative; overflow: hidden; background: var(--wine-dark); color: var(--white); }
.fazi-footer__marquee { display: flex; width: max-content; padding: 32px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.fazi-footer__marquee > div { display: flex; gap: 35px; padding-right: 35px; font: 400 clamp(50px,7vw,110px)/.7 var(--serif); letter-spacing: -.045em; white-space: nowrap; }
.fazi-footer__marquee i { color: var(--gold); font-style: normal; }
.fazi-footer__top { position: relative; z-index: 2; padding: 120px 0 80px; }
.fazi-footer__statement { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding-bottom: 90px; border-bottom: 1px solid var(--line-light); }
.fazi-footer__statement .fazi-kicker { grid-column: 1/-1; }
.fazi-footer__statement h2 { margin: 0; font: 400 clamp(78px,11vw,170px)/.73 var(--serif); letter-spacing: -.065em; }
.fazi-footer__statement h2 em { color: var(--gold); font-weight: 400; }
.fazi-footer__columns { padding-top: 60px; display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; }
.fazi-footer__columns > div { display: grid; align-content: start; gap: 12px; }
.fazi-footer__columns h3 { margin: 0 0 14px; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.fazi-footer__columns a, .fazi-footer__columns p { margin: 0; font: 400 24px/1.08 var(--serif); }
.fazi-footer__contact p { max-width: 260px; margin-bottom: 12px; color: rgba(255,255,255,.72); }
.fazi-footer__bottom { position: relative; z-index: 2; min-height: 72px; display: flex; justify-content: space-between; gap: 22px; align-items: center; border-top: 1px solid var(--line-light); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.fazi-footer__wordmark { position: relative; z-index: 1; margin: 30px 0 -4vw; text-align: center; font: 400 32vw/.62 var(--serif); letter-spacing: -.09em; color: rgba(255,255,255,.045); }
.fazi-floating-actions { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: calc(34px + env(safe-area-inset-bottom)); z-index: 10020; display: grid; justify-items: end; gap: 10px; pointer-events: none; }
.fazi-floating-action { pointer-events: auto; min-width: 50px; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(86,26,15,.22); border-radius: 999px; background: rgba(251,242,237,.92); color: var(--wine); box-shadow: 0 18px 40px rgba(49,6,9,.18); backdrop-filter: blur(12px); transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.fazi-floating-action:hover, .fazi-floating-action:focus-visible { transform: translateY(-2px); border-color: rgba(86,26,15,.45); background: var(--wine); color: var(--cream); }
.fazi-floating-action:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.fazi-floating-action--top { padding: 0; font-size: 20px; line-height: 1; cursor: pointer; }
.fazi-floating-action--whatsapp { width: 50px; min-width: 50px; padding: 0; text-decoration: none; }
.fazi-floating-action--whatsapp svg { width: 22px; height: 22px; display: block; fill: currentColor; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 32px, 1500px); }
  .fazi-desktop-only { display: none; }
  .fazi-home-hero__content { width: min(100% - 48px, 820px); padding-top: 108px; }
  .fazi-home-hero__title { font-size: clamp(76px,11vw,126px); }
  .fazi-brand img { width: clamp(130px,14vw,150px); max-height: 64px; }
  .fazi-mega__inner { grid-template-columns: minmax(0,1fr) minmax(280px,30vw); gap: 28px; }
  .fazi-story-panel { grid-template-columns: 1fr; }
  .fazi-story-panel__media { min-height: 580px; }
  .fazi-categories__layout { grid-template-columns: 1fr .48fr; }
  .fazi-category-row { grid-template-columns: 42px minmax(160px,.8fr) 1fr 40px; }
  .fazi-b2b-banner__content { grid-template-columns: 1.2fr .8fr; }
  .fazi-product-grid { grid-template-columns: repeat(2,1fr); }
  .fazi-product-card__media { height: clamp(280px,38vh,380px); }
  .fazi-product-hero { grid-template-columns: 1fr; }
  .fazi-product-hero__gallery { min-height: 75svh; }
  .fazi-about-intro__grid, .fazi-document__grid { grid-template-columns: .5fr 1.5fr; }
  .fazi-price-table__head, .fazi-price-row { grid-template-columns: 1.15fr .65fr .65fr .65fr 38px; gap: 12px; }
  .fazi-notice-panel { grid-template-columns: .4fr 1fr 1fr; }
  .fazi-notice-panel .fazi-text-link { grid-column: 2/-1; }
}

@media (max-width: 900px) {
  .fazi-mega__inner { grid-template-columns: 1fr; grid-template-rows: minmax(0,1fr) auto; }
  .fazi-mega__visual { display: none; }
  .fazi-mega__item { grid-template-columns: 34px 70px minmax(0,1fr) 40px; }
  .fazi-about-intro__grid { grid-template-columns: 1fr; }
  .fazi-about-intro__year { position: relative; min-height: 380px; justify-content: flex-start; }
  .fazi-about-intro__year strong { position: absolute; left: 24px; right: 24px; bottom: 24px; max-width: calc(100% - 48px); transform: none; font-size: clamp(92px,18vw,136px); line-height: .72; }
}

@media (max-width: 760px) {
  .fazi-home-hero__slide img {
    object-fit: var(--fazi-mobile-object-fit, cover) !important;
    object-position: var(--fazi-mobile-object-position, center center) !important;
  }

  :root { --shell: calc(100% - 24px); }
  .fazi-cursor, .fazi-cursor-dot { display: none; }
  .fazi-header__inner { min-height: 70px; grid-template-columns: 1fr auto 1fr; }
  .fazi-header-cta span, .fazi-menu-toggle__label { display: none; }
  .fazi-brand { padding: 5px 6px; }
  .fazi-brand img { width: clamp(110px,30vw,130px); max-height: 60px; }
  .fazi-menu-toggle__icon { width: 40px; height: 40px; }
  .fazi-header-cta { width: 40px; height: 40px; justify-content: center; border: 1px solid currentColor; border-radius: 50%; }
  .fazi-mega__inner { height: 100%; padding-top: 82px; display: grid; overflow: hidden; }
  .fazi-mega__list { overflow-y: auto; }
  .fazi-mega__item { min-height: 64px; grid-template-columns: 30px 62px minmax(0,1fr) 34px; gap: 10px; padding-block: 8px; }
  .fazi-mega__thumb { width: 62px; }
  .fazi-mega__title { font-size: clamp(30px,10vw,46px); line-height: .92; }
  .fazi-mega__description { max-width: 32ch; font-size: 10px; -webkit-line-clamp: 1; }
  .fazi-mega__arrow { width: 32px; height: 32px; }
  .fazi-mega__footer { margin-top: 0; display: grid; gap: 14px; }
  .fazi-mega__footer div { flex-wrap: wrap; }
  .fazi-home-hero { min-height: 100svh; align-items: center; }
  .fazi-home-hero__slide img { object-position: center; }
  .fazi-home-hero__content { width: min(100% - 44px, 420px); padding: 92px 0 20px; }
  .fazi-home-hero__topline { width: min(100%, 340px); display: grid; grid-template-columns: 1fr; gap: 7px; padding: 10px 14px; border-radius: 18px; font-size: 7px; line-height: 1.45; letter-spacing: .13em; text-align: center; }
  .fazi-home-hero__topline span:last-child { justify-self: center; max-width: 250px; text-align: center; }
  .fazi-home-hero__title { margin-top: clamp(18px,4vh,34px); font-size: clamp(58px,18vw,82px); line-height: .82; letter-spacing: -.045em; }
  .fazi-home-hero__bottom { width: min(100%, 360px); margin-top: clamp(20px,4vh,32px); gap: 18px; }
  .fazi-home-hero__bottom > p { max-width: 31em; font-size: 11px; line-height: 1.64; }
  .fazi-home-hero__cta { min-width: min(100%, 218px); }
  .fazi-manifesto, .fazi-values, .fazi-about-intro, .fazi-contact-layout, .fazi-document, .fazi-post-list, .fazi-search-results { padding: 90px 0; }
  .fazi-manifesto__grid, .fazi-home-contact__grid, .fazi-about-intro__grid, .fazi-document__grid { grid-template-columns: 1fr; }
  .fazi-manifesto__label p { margin-top: 35px; }
  .fazi-manifesto__copy h2, .fazi-section-head h2, .fazi-categories__head h2 { font-size: 68px; }
  .fazi-manifesto__body { margin-top: 42px; }
  .fazi-section-head { padding: 86px 0 44px; grid-template-columns: 1fr; }
  .fazi-product-rail { padding-bottom: 64px; }
  .fazi-product-rail__controls { justify-content: flex-start; margin: 0 auto 18px; }
  .fazi-product-rail__track { padding-inline: 20px; }
  .fazi-product-rail__track .fazi-product-card { flex-basis: min(84vw,340px); }
  .fazi-product-card__media { height: clamp(240px,46vh,340px); }
  .fazi-story-panel { min-height: 0; }
  .fazi-story-panel__media { min-height: 470px; }
  .fazi-story-panel__copy { padding: 72px 24px; }
  .fazi-story-panel__copy h2 { font-size: 70px; }
  .fazi-story-panel__stats { grid-template-columns: 1fr; }
  .fazi-story-panel__stats div + div { border-left: 0; border-top: 1px solid var(--line-light); padding-left: 0; }
  .fazi-categories { padding: 90px 0; }
  .fazi-categories__head { grid-template-columns: 1fr; gap: 30px; }
  .fazi-categories__layout { grid-template-columns: 1fr; }
  .fazi-category-row { min-height: 112px; grid-template-columns: 34px 1fr 36px; gap: 12px; }
  .fazi-category-row p { grid-column: 2/-1; padding-bottom: 18px; }
  .fazi-category-row i { grid-column: 3; grid-row: 1; width: 34px; height: 34px; }
  .fazi-categories__visual { position: relative; top: auto; height: 420px; order: -1; }
  .fazi-b2b-banner { min-height: 920px; align-items: end; }
  .fazi-b2b-banner__content { grid-template-columns: 1fr; gap: 44px; padding: 110px 0 30px; }
  .fazi-b2b-banner__content h2 { font-size: 74px; }
  .fazi-b2b-banner__card h3 { margin-top: 60px; }
  .fazi-home-contact h2 { font-size: 76px; }
  .fazi-page-hero { min-height: 78svh; }
  .fazi-page-hero__content { padding: 130px 0 30px; }
  .fazi-page-hero__title { font-size: clamp(66px,20vw,104px); }
  .fazi-page-hero__lead { margin-top: 30px; font-size: 12px; }
  .fazi-page-hero__scroll { display: none; }
  .fazi-catalog { padding: 78px 0 100px; }
  .fazi-catalog__toolbar { align-items: stretch; flex-direction: column; }
  .fazi-filter-scroll { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .fazi-filter-scroll button { white-space: nowrap; }
  .fazi-catalog-search { flex-basis: auto; width: 100%; }
  .fazi-catalog__intro { padding: 65px 0 50px; grid-template-columns: 1fr; }
  .fazi-catalog__intro h2 { font-size: 68px; }
  .fazi-product-grid, .fazi-product-grid--three { grid-template-columns: 1fr; gap: 54px; }
  .fazi-product-hero { padding-top: 70px; }
  .fazi-product-hero__gallery { min-height: 60svh; }
  .fazi-product-hero__info { padding: 60px 22px 80px; }
  .fazi-product-hero__crumb { margin-bottom: 45px; }
  .fazi-product-hero__info h1 { font-size: 72px; }
  .fazi-product-detail { padding: 90px 0; }
  .fazi-product-detail__grid { grid-template-columns: 1fr; }
  .fazi-product-detail__aside { min-height: auto; gap: 50px; }
  .fazi-product-detail__seal { width: 150px; height: 150px; }
  .fazi-about-intro__year { position: relative; min-height: 360px; justify-content: flex-start; }
  .fazi-about-intro__year strong { position: absolute; left: 24px; right: 24px; bottom: 24px; max-width: calc(100% - 48px); transform: none; font-size: clamp(84px,24vw,120px); line-height: .72; }
  .fazi-about-intro__grid h2 { font-size: 70px; }
  .fazi-about-film, .fazi-territory, .fazi-contact-image { grid-template-columns: 1fr; }
  .fazi-about-film__image, .fazi-territory__image, .fazi-contact-image > div:first-child { min-height: 470px; }
  .fazi-about-film__quote { padding: 50px 24px; min-height: 500px; }
  .fazi-values__grid, .fazi-process-grid { grid-template-columns: 1fr; }
  .fazi-values__grid article + article, .fazi-process-grid article + article { padding-left: 0; border-left: 0; }
  .fazi-timeline { padding: 90px 0; }
  .fazi-territory__copy { padding: 76px 24px; }
  .fazi-notice-panel { grid-template-columns: 1fr; padding: 28px; }
  .fazi-notice-panel .fazi-text-link { grid-column: auto; }
  .fazi-price-list { padding: 80px 0 100px; }
  .fazi-price-table__head { display: none; }
  .fazi-price-row { min-height: 0; padding: 22px 0; grid-template-columns: 1fr 42px; gap: 12px; }
  .fazi-price-row__product { grid-column: 1; }
  .fazi-price-row > span, .fazi-price-row > strong { grid-column: 1; margin-left: 82px; }
  .fazi-price-row__arrow { grid-column: 2; grid-row: 1; }
  .fazi-access-section { padding: 80px 0 100px; }
  .fazi-access-section__grid, .fazi-contact-layout__grid { grid-template-columns: 1fr; }
  .fazi-contact-details { position: relative; top: auto; }
  .fazi-contact-image > div:last-child { min-height: 430px; }
  .fazi-contact-image strong { writing-mode: horizontal-tb; transform: none; }
  .fazi-document__aside { position: relative; top: auto; }
  .fazi-post-list__grid { grid-template-columns: 1fr; }
  .fazi-footer__top { padding: 90px 0 60px; }
  .fazi-footer__statement { grid-template-columns: 1fr; }
  .fazi-footer__statement h2 { font-size: 80px; }
  .fazi-footer__columns { grid-template-columns: repeat(2,1fr); }
  .fazi-footer__bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .fazi-footer__wordmark { margin-bottom: -2vw; }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .fazi-home-hero__slide img {
    object-fit: var(--fazi-mobile-object-fit, cover) !important;
    object-position: var(--fazi-mobile-object-position, center center) !important;
  }
}

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

.fazi-menu-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

.fazi-mega__item:hover .fazi-mega__description,
.fazi-mega__item:focus-visible .fazi-mega__description {
  color: rgba(49,6,9,.7);
}

.fazi-footer-menu {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.fazi-footer-menu li {
  margin: 0;
  padding: 0;
}

@media (max-width: 760px) {
  .fazi-mega__description {
    max-width: 32ch;
    font-size: 10px;
  }
}

.fazi-home-reviews {
  overflow: clip;
  padding: clamp(78px, 9vw, 136px) 0 clamp(64px, 7vw, 104px);
  background: var(--paper);
  color: var(--ink);
}

.fazi-home-reviews__header {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(38px, 4vw, 64px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.fazi-home-reviews__header .fazi-kicker {
  grid-column: 1 / span 5;
  grid-row: 1;
  color: var(--wine);
}

.fazi-home-reviews__header h2 {
  grid-column: 1 / span 6;
  grid-row: 2;
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 400;
  line-height: .9;
}

.fazi-home-reviews__header > p:not(.fazi-kicker) {
  grid-column: 8 / span 5;
  grid-row: 2;
  max-width: 560px;
  margin: 0;
  color: rgba(23, 20, 17, .68);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
}

.fazi-home-reviews__header > a {
  grid-column: 8 / span 4;
  grid-row: 3;
  justify-self: start;
  margin-top: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s ease, transform .25s ease;
}

.fazi-home-reviews__header > a:hover,
.fazi-home-reviews__header > a:focus-visible {
  color: var(--wine-dark);
  transform: translateX(4px);
}

.fazi-home-reviews__row {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fazi-home-reviews__track {
  display: flex;
  width: max-content;
  min-width: 200%;
  padding: 14px 0;
  animation: faziHomeReviewsMarquee 38s linear infinite;
  will-change: transform;
}

.fazi-home-reviews__track--reverse {
  animation-duration: 44s;
  animation-direction: reverse;
}

.fazi-home-review-card {
  flex: 0 0 auto;
  width: clamp(288px, 25vw, 368px);
  min-height: 248px;
  margin: 0 14px;
  padding: clamp(18px, 2vw, 25px);
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(105, 16, 24, .18);
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(23, 20, 17, .06);
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.fazi-home-review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(105, 16, 24, .3);
}

.fazi-home-review-card__profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.fazi-home-review-card__name {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.12;
}

.fazi-home-review-card__handle {
  margin: 8px 0 0;
  color: rgba(23, 20, 17, .48);
  font-size: 15px;
  line-height: 1.25;
}

.fazi-home-review-card__badge {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wine);
  color: var(--paper);
  font-size: 15px;
  line-height: 1;
}

.fazi-home-review-card__copy {
  min-height: 112px;
  margin: 30px 0 28px;
  color: rgba(23, 20, 17, .68);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.35;
}

.fazi-home-review-card__meta {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(23, 20, 17, .12);
  color: rgba(23, 20, 17, .45);
  font-size: 14px;
}

.fazi-home-review-card__meta strong {
  color: var(--wine);
  font-weight: 700;
}

.fazi-home-reviews__fade {
  position: absolute;
  top: 0;
  z-index: 2;
  width: clamp(64px, 11vw, 160px);
  height: 100%;
  pointer-events: none;
}

.fazi-home-reviews__fade--left {
  left: 0;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(248, 244, 236, 0) 100%);
}

.fazi-home-reviews__fade--right {
  right: 0;
  background: linear-gradient(270deg, var(--paper) 0%, rgba(248, 244, 236, 0) 100%);
}

@keyframes faziHomeReviewsMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 760px) {
  .fazi-home-reviews {
    padding-block: 72px 56px;
  }

  .fazi-home-reviews__header {
    display: block;
    padding-inline: 20px;
  }

  .fazi-home-reviews__header h2 {
    margin-top: 20px;
    font-size: clamp(42px, 13vw, 64px);
    line-height: .92;
  }

  .fazi-home-reviews__header > p:not(.fazi-kicker),
  .fazi-home-reviews__header > a {
    margin-top: 20px;
  }

  .fazi-home-review-card {
    width: 272px;
    min-height: 264px;
    margin-inline: 9px;
  }

  .fazi-home-review-card__copy {
    min-height: 124px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fazi-home-reviews__track,
  .fazi-home-reviews__track--reverse {
    min-width: max-content;
    animation: none;
  }

  .fazi-home-review-card:hover,
  .fazi-home-reviews__header > a:hover,
  .fazi-home-reviews__header > a:focus-visible {
    transform: none;
  }
}

.fazi-catalog-search button {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: inherit;
  cursor: pointer;
}

.fazi-filter-scroll a {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 12px;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.fazi-filter-scroll a.is-active,
.fazi-filter-scroll a:hover,
.fazi-filter-scroll a:focus-visible {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--white);
}

.fazi-catalog-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fazi-catalog-search button {
  flex: 0 0 auto;
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.fazi-result-count {
  margin: 0 0 28px;
  color: rgba(23,20,17,.62);
  font-size: 14px;
}

.fazi-price-row__arrow {
  width: auto;
  min-width: 42px;
  padding: 0 12px;
  gap: 8px;
  text-decoration: none;
}

.fazi-price-row__arrow span {
  font-size: 13px;
  color: inherit;
}

.fazi-cursor.is-label span,
.fazi-mega__num,
.fazi-mega__visual-copy,
.fazi-mega__footer,
.fazi-home-hero__topline,
.fazi-product-card__index,
.fazi-product-card__status,
.fazi-product-card__topline,
.fazi-story-panel__stats span,
.fazi-category-row > span,
.fazi-categories__visual > span,
.fazi-b2b-banner__card > span,
.fazi-page-hero__meta,
.fazi-page-hero__scroll,
.fazi-product-hero__gallery-controls span,
.fazi-product-hero__crumb,
.fazi-product-facts span,
.fazi-product-detail__seal small,
.fazi-about-intro__year span,
.fazi-about-film__quote span,
.fazi-values__grid span,
.fazi-notice-panel > span,
.fazi-price-table__head,
.fazi-account-bar span,
.fazi-account-bar a,
.fazi-process-grid span,
.fazi-benefit-panel li span,
.fazi-state-card > span,
.fazi-form-panel label,
.fazi-login-card label,
.fazi-form-panel button,
.fazi-form-panel input[type="submit"],
.fazi-login-card input[type="submit"],
.fazi-contact-detail > span,
.fazi-contact-social,
.fazi-contact-image span,
.fazi-post-list__grid article > span,
.fazi-footer__columns h3,
.fazi-footer__bottom {
  font-size: max(12px, 1em);
}

.fazi-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.fazi-header-link,
.fazi-header-cta,
.fazi-text-link,
.fazi-button,
.fazi-filter-scroll a,
.fazi-category-row i,
.fazi-mega__item,
.fazi-price-row__arrow,
.fazi-floating-action {
  min-width: 44px;
  min-height: 44px;
}

.fazi-category-row i,
.fazi-price-row__arrow {
  width: max(44px, var(--tap-target-size, 44px));
  height: max(44px, var(--tap-target-size, 44px));
}

@media (max-width: 760px) {
  .fazi-floating-actions { right: max(14px, env(safe-area-inset-right)); bottom: calc(24px + env(safe-area-inset-bottom)); gap: 8px; }
  .fazi-floating-action { min-width: 46px; min-height: 46px; }
  .fazi-floating-action--whatsapp { width: 46px; min-width: 46px; padding: 0; }
  .fazi-floating-action--whatsapp svg { width: 21px; height: 21px; }

  .fazi-filter-scroll a {
    font-size: 12px;
  }

  .fazi-price-table__head {
    display: none;
  }

  .fazi-price-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 0;
  }

  .fazi-price-row__product,
  .fazi-price-row > span,
  .fazi-price-row > strong,
  .fazi-price-row__arrow {
    grid-column: 1;
    margin-left: 0;
  }

  .fazi-price-row > span,
  .fazi-price-row > strong,
  .fazi-price-row__arrow {
    display: grid;
    grid-template-columns: 120px 1fr;
    width: 100%;
    min-height: 34px;
    align-items: center;
    justify-content: start;
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .fazi-price-row > span::before,
  .fazi-price-row > strong::before,
  .fazi-price-row__arrow::before,
  .fazi-price-row__product::before {
    content: attr(data-label);
    color: rgba(23,20,17,.52);
    font: 700 12px/1.2 var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .fazi-price-row__product {
    display: grid;
    grid-template-columns: 120px 64px 1fr;
  }

  .fazi-price-row__product strong {
    white-space: normal;
  }

  .fazi-price-row__arrow span,
  .fazi-price-row__arrow i {
    grid-column: 2;
  }
}
