/* My Zawar — pure CSS utilities */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.5} }
@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes pop { 0%,100%{transform:scale(1)} 45%{transform:scale(1.28)} }
.font-sans { font-family:var(--font-sans); }
.duration-base { transition-duration:300ms; }
.flex { display:flex; }
.focus-visible\:outline-none:focus-visible { outline:2px solid transparent; outline-offset:2px; }
.focus-visible\:ring-\[3px\]:focus-visible { box-shadow:0 0 0 3px var(--tw-ring-color,rgba(194,160,92,.4)); }
.focus-visible\:ring-gold-500\/40:focus-visible { --tw-ring-color:rgba(194, 160, 92, 0.4); }
.transition-colors { transition-property:color,background-color,border-color,text-decoration-color,fill,stroke; transition-timing-function:cubic-bezier(.4,0,.2,1); transition-duration:150ms; }
.text-\[14px\] { font-size:14px; }
.items-center { align-items:center; }
.hover\:text-wine-700:hover { color:#3E141D; }
.uppercase { text-transform:uppercase; }
.text-ink-600 { color:#6B6260; }
.font-medium { font-weight:500; }
.border { border-width:1px; border-style:solid; }
.w-full { width:100%; }
.shrink-0 { flex-shrink:0; }
.block { display:block; }
.grid { display:grid; }
.text-\[12px\] { font-size:12px; }
.text-wine-200 { color:#DCC3C6; }
.flex-col { flex-direction:column; }
.absolute { position:absolute; }
.bg-white { background-color:#ffffff; }
.relative { position:relative; }
.h-4 { height:1rem; }
.w-4 { width:1rem; }
.font-semibold { font-weight:600; }
.mt-1 { margin-top:0.25rem; }
.gap-3 { gap:0.75rem; }
.border-hairline { border-color:#ECE4DB; }
.text-ink-800 { color:#2A2224; }
.justify-between { justify-content:space-between; }
.place-items-center { place-items:center; }
.font-serif { font-family:var(--font-serif); }
.px-4 { padding-left:1rem; padding-right:1rem; }
.rounded-full { border-radius:9999px; }
.text-ivory-50 { color:#FFFDFB; }
.hover\:text-ivory-50:hover { color:#FFFDFB; }
.text-ink-700 { color:#4A4143; }
.text-\[10px\] { font-size:10px; }
.text-gold-700 { color:#8A6A2F; }
.gap-2 { gap:0.5rem; }
.text-\[11px\] { font-size:11px; }
.text-ink-900 { color:#1C1618; }
.text-center { text-align:center; }
.cursor-pointer { cursor:pointer; }
.text-ink-500 { color:#8A8280; }
.flex-1 { flex:1 1 0%; }
.overflow-hidden { overflow:hidden; }
.text-gold-600 { color:#A6813F; }
.mt-4 { margin-top:1rem; }
.border-b { border-bottom-width:1px; border-bottom-style:solid; }
.justify-center { justify-content:center; }
.pt-4 { padding-top:1rem; }
.top-3 { top:0.75rem; }
.tracking-\[0\.18em\] { letter-spacing:0.18em; }
.text-gold-500 { color:#C2A05C; }
.mt-3 { margin-top:0.75rem; }
.tabular-nums { font-variant-numeric:tabular-nums; }
.h-3\.5 { height:0.875rem; }
.transition-all { transition-property:all; transition-timing-function:cubic-bezier(.4,0,.2,1); transition-duration:150ms; }
.w-3\.5 { width:0.875rem; }
.gap-4 { gap:1rem; }
.border-line-strong { border-color:#DED3C6; }
.h-5 { height:1.25rem; }
.hidden { display:none; }
.bg-wine-700 { background-color:#3E141D; }
.tracking-\[0\.14em\] { letter-spacing:0.14em; }
.w-5 { width:1.25rem; }
.items-baseline { align-items:baseline; }
.pb-5 { padding-bottom:1.25rem; }
.py-5 { padding-top:1.25rem; padding-bottom:1.25rem; }
.py-3 { padding-top:0.75rem; padding-bottom:0.75rem; }
.aspect-\[4\/3\] { aspect-ratio:4/3; }
.h-9 { height:2.25rem; }
.text-\[13px\] { font-size:13px; }
.w-9 { width:2.25rem; }
.h-\[18px\] { height:18px; }
.w-\[18px\] { width:18px; }
.h-full { height:100%; }
.flex-wrap { flex-wrap:wrap; }
.leading-\[1\.4\] { line-height:1.4; }
.tracking-\[0\.12em\] { letter-spacing:0.12em; }
.py-2 { padding-top:0.5rem; padding-bottom:0.5rem; }
.text-\[15px\] { font-size:15px; }
.right-3 { right:0.75rem; }
.w-10 { width:2.5rem; }
.border-gold-400\/25 { border-color:rgba(210, 182, 127, 0.25); }
.tracking-\[0\.10em\] { letter-spacing:0.10em; }
.backdrop-blur-sm { backdrop-filter:blur(4px); }
.leading-\[1\.7\] { line-height:1.7; }
.mt-2 { margin-top:0.5rem; }
.bg-white\/92 { background-color:rgba(255, 255, 255, 0.92); }
.shadow-xs { box-shadow:0 1px 2px rgba(46,11,19,.04); }
.text-gold-400 { color:#D2B67F; }

.py-1\.5 { padding-top:0.375rem; padding-bottom:0.375rem; }
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; }
.tracking-\[0\.16em\] { letter-spacing:0.16em; }
.transition-transform { transition-property:transform; transition-timing-function:cubic-bezier(.4,0,.2,1); transition-duration:150ms; }
.mb-3 { margin-bottom:0.75rem; }
.px-6 { padding-left:1.5rem; padding-right:1.5rem; }
.py-4 { padding-top:1rem; padding-bottom:1rem; }
.text-\[22px\] { font-size:22px; }
.list-none { list-style-type:none; }
.hover\:shadow-sm:hover { box-shadow:0 2px 8px rgba(46,11,19,.05); }
.opacity-0 { opacity:0; }
.text-wine-700 { color:#3E141D; }
.hover\:bg-wine-600:hover { background-color:#4E1B26; }
.leading-none { line-height:1; }
.mt-auto { margin-top:auto; }
.h-10 { height:2.5rem; }
.mx-auto { margin-left:auto; margin-right:auto; }
.hover\:border-gold-400:hover { border-color:#D2B67F; }
.mt-6 { margin-top:1.5rem; }
.fixed { position:fixed; }
.px-2\.5 { padding-left:0.625rem; padding-right:0.625rem; }
.mt-1\.5 { margin-top:0.375rem; }
.mt-5 { margin-top:1.25rem; }
.text-wine-300 { color:#B98D93; }
.mt-8 { margin-top:2rem; }
.py-1 { padding-top:0.25rem; padding-bottom:0.25rem; }
.hover\:text-gold-400:hover { color:#D2B67F; }
.pointer-events-none { pointer-events:none; }
.text-\[18px\] { font-size:18px; }
.top-0 { top:0; }
.gap-1\.5 { gap:0.375rem; }
.gap-5 { gap:1.25rem; }
.border-t { border-top-width:1px; border-top-style:solid; }
.px-5 { padding-left:1.25rem; padding-right:1.25rem; }
.bg-ivory-100 { background-color:#FCF8F5; }
.bg-wine-800 { background-color:#330E16; }
.group:hover .group-hover\:opacity-100 { opacity:1; }
.items-start { align-items:flex-start; }
.text-\[20px\] { font-size:20px; }
.inset-0 { inset:0; }
.bg-ivory-50 { background-color:#FFFDFB; }
.hover\:bg-gold-500:hover { background-color:#C2A05C; }
.min-w-0 { min-width:0; }
.text-\[24px\] { font-size:24px; }
.bg-gold-500 { background-color:#C2A05C; }
.mt-0\.5 { margin-top:0.125rem; }
.mt-7 { margin-top:1.75rem; }
.pb-4 { padding-bottom:1rem; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border-width:0; }
.gap-6 { gap:1.5rem; }
.inset-x-0 { left:0; right:0; }
.h-11 { height:2.75rem; }
.shadow-lg { box-shadow:0 18px 48px rgba(46,11,19,.10); }
.h-12 { height:3rem; }
.h-6 { height:1.5rem; }
.h-px { height:1px; }
.object-cover { object-fit:cover; }
.z-\[70\] { z-index:70; }
.p-5 { padding:1.25rem; }
.px-8 { padding-left:2rem; padding-right:2rem; }
.w-11 { width:2.75rem; }
.w-6 { width:1.5rem; }
.bg-ivory-300 { background-color:#F3ECE2; }
.h-16 { height:4rem; }
.hover\:bg-wine-700:hover { background-color:#3E141D; }
.leading-\[1\.75\] { line-height:1.75; }
.bottom-0 { bottom:0; }
.py-14 { padding-top:3.5rem; padding-bottom:3.5rem; }
.leading-tight { line-height:1.25; }
.overflow-x-auto { overflow-x:auto; }
.scroll-smooth { scroll-behavior:smooth; }
.snap-x { scroll-snap-type:x mandatory; }
.snap-mandatory { scroll-snap-type:x mandatory; }
.gap-8 { gap:2rem; }
.gap-12 { gap:3rem; }
.mt-9 { margin-top:2.25rem; }
.mt-10 { margin-top:2.5rem; }
.mt-12 { margin-top:3rem; }
.mb-9 { margin-bottom:2.25rem; }
.mb-10 { margin-bottom:2.5rem; }
.mb-12 { margin-bottom:3rem; }
.pb-16 { padding-bottom:4rem; }
.pt-10 { padding-top:2.5rem; }
.py-9 { padding-top:2.25rem; padding-bottom:2.25rem; }
.py-7 { padding-top:1.75rem; padding-bottom:1.75rem; }
.py-6 { padding-top:1.5rem; padding-bottom:1.5rem; }
.p-3 { padding:0.75rem; }
.p-8 { padding:2rem; }
.max-w-lede { max-width:36em; }
.max-w-copy { max-width:42em; }
.max-w-\[620px\] { max-width:620px; }
.max-w-\[42ch\] { max-width:42ch; }
.max-w-\[40ch\] { max-width:40ch; }
.max-w-\[18ch\] { max-width:18ch; }
.max-w-\[16ch\] { max-width:16ch; }
.max-w-\[12ch\] { max-width:12ch; }
.max-w-\[48ch\] { max-width:48ch; }
.max-w-\[32ch\] { max-width:32ch; }
.grid-cols-1 { grid-template-columns:repeat(1,minmax(0,1fr)); }
.grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.col-span-2 { grid-column:span 2 / span 2; }
.row-span-2 { grid-row:span 2 / span 2; }
.sticky { position:sticky; }
.z-50 { z-index:50; }
.z-20 { z-index:20; }
.z-10 { z-index:10; }
.left-0 { left:0; }
.right-0 { right:0; }
.truncate { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.whitespace-nowrap { white-space:nowrap; }
.italic { font-style:italic; }
.min-h-\[240px\] { min-height:240px; }
.h-\[440px\] { height:440px; }
.h-14 { height:3.5rem; }
.w-14 { width:3.5rem; }
.h-7 { height:1.75rem; }
.w-7 { width:1.75rem; }
.w-px { width:1px; }
.h-24 { height:6rem; }
.w-20 { width:5rem; }
.h-28 { height:7rem; }
.w-28 { width:7rem; }
.h-32 { height:8rem; }
.w-32 { width:8rem; }
.self-center { align-self:center; }
.self-start { align-self:flex-start; }
.overflow-y-auto { overflow-y:auto; }
.translate-x-full { transform:translateX(100%); }
.-translate-x-full { transform:translateX(-100%); }
.-translate-y-full { transform:translateY(-100%); }
.-translate-y-1\/2 { transform:translateY(-50%); }
.translate-x-4 { transform:translateX(1rem); }
.-translate-y-4 { transform:translateY(-1rem); }
.rounded-xl { border-radius:0.75rem; }
.shadow-md { box-shadow:0 8px 24px rgba(46,11,19,.08); }
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width:1px; border-style:solid; border-color:inherit; }
.divide-gold-400\/20 > :not([hidden]) ~ :not([hidden]) { border-color:rgba(210,182,127,.2); }
.border-gold-300\/60 { border-color:rgba(232,209,158,.6); }
.border-gold-300\/40 { border-color:rgba(232,209,158,.4); }
.border-gold-300\/25 { border-color:rgba(232,209,158,.25); }
.border-gold-400\/60 { border-color:rgba(210,182,127,.6); }
.border-gold-400\/70 { border-color:rgba(210,182,127,.7); }
.border-gold-400\/30 { border-color:rgba(210,182,127,.3); }
.border-gold-400\/20 { border-color:rgba(210,182,127,.2); }
.border-gold-500\/45 { border-color:rgba(194,160,92,.45); }
.bg-ivory-200 { background-color:#FAF5F0; }
.bg-wine-900 { background-color:#2E0B13; }
.bg-wine-950 { background-color:#22060C; }
.bg-gold-100 { background-color:#F3ECE2; }
.bg-gold-100\/50 { background-color:rgba(243,236,226,.5); }
.text-gold-800 { color:#6F5424; }
.text-gold-300 { color:#E8D19E; }
.font-sans { font-family:var(--font-sans); }
.tracking-\[0\.22em\] { letter-spacing:0.22em; }
.tracking-\[0\.24em\] { letter-spacing:0.24em; }
.tracking-\[0\.26em\] { letter-spacing:0.26em; }
.tracking-\[0\.28em\] { letter-spacing:0.28em; }
.tracking-\[0\.42em\] { letter-spacing:0.42em; }
.tracking-\[0\.02em\] { letter-spacing:0.02em; }
.tracking-\[0\.20em\] { letter-spacing:0.20em; }
@media (min-width: 640px) {
  .sm\:h-\[520px\] { height:520px; }
  .sm\:gap-6 { gap:1.5rem; }
  .sm\:text-\[22px\] { font-size:22px; }
  .sm\:text-\[24px\] { font-size:24px; }
  .sm\:text-\[36px\] { font-size:36px; }
  .sm\:text-\[38px\] { font-size:38px; }
  .sm\:tracking-\[0\.18em\] { letter-spacing:0.18em; }
  .sm\:tracking-\[0\.42em\] { letter-spacing:0.42em; }
  .sm\:grid { display:grid; }
  .sm\:flex-row { flex-direction:row; }
  .sm\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .sm\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .sm\:w-\[268px\] { width:268px; }
  .sm\:w-\[286px\] { width:286px; }
  .sm\:p-8 { padding:2rem; }
  .sm\:px-5 { padding-left:1.25rem; padding-right:1.25rem; }
  .sm\:px-10 { padding-left:2.5rem; padding-right:2.5rem; }
  .sm\:block { display:block; }
  .sm\:inline { display:inline; }
  .sm\:border-b { border-bottom-width:1px; border-bottom-style:solid; }
  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { border-top-width:0; }
  .sm\:justify-center { justify-content:center; }
  .sm\:w-auto { width:auto; }
  .sm\:mx-0 { margin-left:0; margin-right:0; }
  .sm\:px-0 { padding-left:0; padding-right:0; }
  .sm\:gap-3 { gap:0.75rem; }
  .sm\:min-w-\[58px\] { min-width:58px; }
}
@media (min-width: 768px) {
  .md\:flex { display:flex; }
  .md\:flex-row { flex-direction:row; }
  .md\:items-end { align-items:flex-end; }
  .md\:items-center { align-items:center; }
  .md\:justify-between { justify-content:space-between; }
  .md\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .md\:grid-cols-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .md\:mb-12 { margin-bottom:3rem; }
  .md\:gap-x-10 { column-gap:2.5rem; }
  .md\:hidden { display:none; }
  .md\:block { display:block; }
  .md\:py-16 { padding-top:4rem; padding-bottom:4rem; }
  .md\:py-14 { padding-top:3.5rem; padding-bottom:3.5rem; }
  .md\:py-10 { padding-top:2.5rem; padding-bottom:2.5rem; }
  .md\:pb-20 { padding-bottom:5rem; }
  .md\:pt-20 { padding-top:5rem; }
  .md\:px-14 { padding-left:3.5rem; padding-right:3.5rem; }
  .md\:ml-10 { margin-left:2.5rem; }
  .md\:text-\[28px\] { font-size:28px; }
  .md\:text-\[36px\] { font-size:36px; }
  .md\:text-\[22px\] { font-size:22px; }
  .md\:-mr-8 { margin-right:-2rem; }
  .md\:px-8 { padding-left:2rem; padding-right:2rem; }
  .md\:border-0 { border-width:0; }
  .md\:pb-0 { padding-bottom:0; }
  .md\:py-0 { padding-top:0; padding-bottom:0; }
}
@media (min-width: 1024px) {
  .lg\:block { display:block; }
  .lg\:hidden { display:none; }
  .lg\:grid { display:grid; }
  .lg\:flex { display:flex; }
  .lg\:grid-cols-12 { grid-template-columns:repeat(12,minmax(0,1fr)); }
  .lg\:grid-cols-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .lg\:grid-cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lg\:grid-cols-6 { grid-template-columns:repeat(6,minmax(0,1fr)); }
  .lg\:grid-rows-2 { grid-template-rows:repeat(2,minmax(0,1fr)); }
  .lg\:col-span-5 { grid-column:span 5 / span 5; }
  .lg\:col-span-7 { grid-column:span 7 / span 7; }
  .lg\:col-span-4 { grid-column:span 4 / span 4; }
  .lg\:col-span-8 { grid-column:span 8 / span 8; }
  .lg\:col-span-2 { grid-column:span 2 / span 2; }
  .lg\:gap-8 { gap:2rem; }
  .lg\:gap-6 { gap:1.5rem; }
  .lg\:gap-16 { gap:4rem; }
  .lg\:pb-24 { padding-bottom:6rem; }
  .lg\:pt-14 { padding-top:3.5rem; }
  .lg\:pt-24 { padding-top:6rem; }
  .lg\:h-\[620px\] { height:620px; }
  .lg\:h-\[660px\] { height:660px; }
  .lg\:max-w-none { max-width:none; }
  .lg\:text-\[17px\] { font-size:17px; }
  .lg\:text-\[23px\] { font-size:23px; }
  .lg\:text-\[9px\] { font-size:9px; }
  .lg\:text-\[42px\] { font-size:42px; }
  .lg\:sticky { position:sticky; }
  .lg\:top-32 { top:8rem; }
  .lg\:self-start { align-self:flex-start; }
  .lg\:mx-0 { margin-left:0; margin-right:0; }
  .lg\:px-0 { padding-left:0; padding-right:0; }
  .lg\:border-b-0 { border-bottom-width:0; }
  .lg\:py-11 { padding-top:2.75rem; padding-bottom:2.75rem; }
  .lg\:ml-16 { margin-left:4rem; }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) { border-left-width:1px; border-style:solid; border-color:inherit; }
}
@media (min-width: 1280px) {
  .xl\:flex { display:flex; }
  .xl\:flex-col { flex-direction:column; }
  .xl\:text-\[26px\] { font-size:26px; }
  .xl\:gap-8 { gap:2rem; }
}
.group:hover .group-hover\:translate-x-1 { transform:translateX(0.25rem); }
.group:hover .group-hover\:translate-x-1\.5 { transform:translateX(0.375rem); }
.group:hover .group-hover\:bg-wine-900\/55 { background-color:rgba(46,11,19,.55); }
.group:hover .group-hover\:text-gold-400 { color:#D2B67F; }
.group:hover .group-hover\:text-ivory-50 { color:#FFFDFB; }
.animate-spin-slow { animation:spin-slow 18s linear infinite; }
.animate-marquee { animation:mz-marquee-ltr 34s linear infinite; }
.w-\[248px\] { width:248px; }
.w-\[240px\] { width:240px; }
.min-w-\[16px\] { min-width:16px; }
.min-w-\[52px\] { min-width:52px; }
.max-w-\[420px\] { max-width:420px; }
.max-w-\[340px\] { max-width:340px; }
.max-w-\[480px\] { max-width:480px; }
.w-\[calc\(100\%-40px\)\] { width:calc(100% - 40px); }
.bottom-5 { bottom:1.25rem; }
.right-5 { right:1.25rem; }
.z-\[80\] { z-index:80; }
.z-\[60\] { z-index:60; }
.opacity-25 { opacity:.25; }
