@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light;--cream: #f7f1e6;--parchment: #efe3d1;--charcoal: #1f1c19;--ink: #2a2520;--rust: #a95f35;--brass: #c79b5c;--copper: #b8734a;--font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--font-sans: "Outfit", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", "Menlo", "Monaco", "Consolas", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-sans);font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[dir=rtl] body{font-family:"Geeza Pro","Noto Naskh Arabic","Noto Sans Arabic",var(--font-sans)}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4,html[dir=rtl] .font-display{letter-spacing:0}html[dir=rtl] [class*=tracking-]{letter-spacing:0!important}html[dir=rtl] .font-mono{direction:ltr;unicode-bidi:isolate}html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select{text-align:right}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.3;background-image:radial-gradient(circle at 18% 14%,rgba(184,115,74,.08),transparent 22rem),radial-gradient(circle at 88% 42%,rgba(31,28,25,.06),transparent 18rem),linear-gradient(rgba(31,28,25,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(31,28,25,.018) 1px,transparent 1px);background-size:auto,auto,36px 36px,36px 36px;z-index:0}button,a,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block}.tap-target{min-height:44px;min-width:44px}.mobile-clamp-2,.mobile-clamp-3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.mobile-clamp-2{-webkit-line-clamp:2}.mobile-clamp-3{-webkit-line-clamp:3}@media (min-width: 768px){.mobile-clamp-2,.mobile-clamp-3{display:block;overflow:visible;-webkit-line-clamp:unset}}::selection{background:#b8734a3d}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.01em;color:var(--ink)}p{line-height:1.7}.serif-italic{font-family:var(--font-display);font-style:italic;font-weight:400}.eyebrow{font-family:var(--font-sans);font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:#1f1c198c}.eyebrow-light{font-family:var(--font-sans);font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:#f7f1e68c}.divider-thin{height:1px;width:100%;background:#1f1c1924}.divider-thin-light{height:1px;width:100%;background:#f7f1e62e}.copper-rule{background:linear-gradient(90deg,transparent,rgba(184,115,74,.7),transparent)}.noise{position:fixed;inset:0;pointer-events:none;opacity:.1;mix-blend-mode:multiply;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.reveal{animation:reveal .8s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--index, 0) * 70ms)}.soft-float{animation:softFloat 6.5s ease-in-out infinite}.studio-marquee{animation:studioMarquee 32s linear infinite}.skeleton-sheen{background:linear-gradient(100deg,#ffffff3d,#ffffffad,#ffffff3d);background-size:220% 100%;animation:sheen 1.8s ease-in-out infinite}@keyframes reveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes softFloat{0%,to{transform:translateZ(0) rotate(-.25deg)}50%{transform:translate3d(0,-10px,0) rotate(.35deg)}}@keyframes studioMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes sheen{0%{background-position:200% 0}to{background-position:-20% 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
