@font-face{font-family:Fraunces;src:url(/fonts/fraunces-wght.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-wght.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}:root{--bg: #0a0a0b;--bg-2: #0f0f11;--surface: #151517;--surface-2: #1c1c20;--line: rgba(255, 255, 255, .1);--line-strong: rgba(255, 255, 255, .18);--text: #f3efe8;--muted: #a3a09a;--faint: #6f6d68;--accent: #e5533a;--accent-bright: #ff6a4d;--accent-ink: #0a0a0b;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--container: 1200px;--gutter: clamp(1.25rem, 4vw, 3rem);--radius: 14px;--radius-lg: 22px;--section-y: clamp(4.5rem, 10vw, 9rem);--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:clamp(1rem,.96rem + .2vw,1.075rem);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;font-synthesis:none}img,picture,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:none;border:none}ul{list-style:none;padding:0}:focus-visible{outline:2px solid var(--accent-bright);outline-offset:3px;border-radius:4px}::selection{background:var(--accent);color:var(--accent-ink)}html:not(.js) [data-intro]{display:none!important}.grain{position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.display{font-family:var(--font-display);font-weight:400;line-height:.98;letter-spacing:-.02em;font-optical-sizing:auto}h1,h2,h3{font-weight:600;line-height:1.1}.kicker{display:inline-flex;align-items:center;gap:.6em;font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.kicker:before{content:"";width:1.75rem;height:1px;background:currentColor;opacity:.7}.section-title{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;line-height:1.02;font-size:clamp(2.1rem,1.3rem + 3.4vw,4rem)}.lede{color:var(--muted);font-size:clamp(1.02rem,.98rem + .4vw,1.2rem);max-width:46ch}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y);position:relative;scroll-margin-top:88px}.eyebrow-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:clamp(2rem,5vw,3.5rem)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;padding:.95em 1.6em;border-radius:999px;font-weight:600;font-size:.95rem;letter-spacing:.01em;border:1px solid var(--line-strong);transition:transform .25s var(--ease),background-color .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease);will-change:transform}.btn:hover{transform:translateY(-2px)}.btn svg{width:1.15em;height:1.15em}.btn-accent{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.btn-accent:hover{background:var(--accent-bright);border-color:var(--accent-bright)}.btn-ghost{color:var(--text);background:#ffffff05}.btn-ghost:hover{background:#ffffff12;border-color:var(--line-strong)}@media(prefers-reduced-motion:reduce){.btn:hover{transform:none}}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease);transition-delay:var(--reveal-delay, 0ms)}[data-reveal].is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}svg{flex:none}.ic{width:1.15em;height:1.15em}.ic-sm,.st{width:1em;height:1em}.gg{width:1.05em;height:1.05em}.chev{width:1.3rem;height:1.3rem;flex:none;color:var(--accent);transition:transform .3s var(--ease)}.faq__item[open] .chev{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.chev{transition:none}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-100px;background:var(--accent);color:var(--accent-ink);padding:.7em 1.1em;border-radius:8px;z-index:10000;transition:top .2s var(--ease)}.skip-link:focus{top:1rem}.hairline{height:1px;background:var(--line);border:0}.sticky-cta[data-astro-cid-5qlys77k]{position:fixed;z-index:900;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:.6rem .7rem calc(.6rem + env(safe-area-inset-bottom));background:linear-gradient(to top,rgba(10,10,11,.96),rgba(10,10,11,.7) 70%,transparent);backdrop-filter:blur(6px);animation:stickyIn .6s var(--ease) forwards;animation-delay:.2s;opacity:0;transform:translateY(16px)}@keyframes stickyIn{to{opacity:1;transform:translateY(0)}}.sticky-cta__btn[data-astro-cid-5qlys77k]{display:flex;align-items:center;justify-content:center;gap:.55em;padding:.92em 1em;border-radius:999px;font-weight:700;font-size:.98rem;letter-spacing:.01em}.sticky-cta__btn[data-astro-cid-5qlys77k] .ic[data-astro-cid-5qlys77k]{width:1.2em;height:1.2em}.sticky-cta__call[data-astro-cid-5qlys77k]{background:var(--accent);color:var(--accent-ink)}.sticky-cta__wa[data-astro-cid-5qlys77k]{background:#25d366;color:#05270f}@media(min-width:861px){.sticky-cta[data-astro-cid-5qlys77k]{left:auto;right:1.6rem;bottom:1.6rem;grid-template-columns:auto auto;gap:.7rem;padding:0;background:none;backdrop-filter:none}.sticky-cta__btn[data-astro-cid-5qlys77k]{box-shadow:0 10px 30px -8px #0009;transition:transform .25s var(--ease),filter .25s var(--ease)}.sticky-cta__btn[data-astro-cid-5qlys77k]:hover{transform:translateY(-2px);filter:brightness(1.06)}}@media(prefers-reduced-motion:reduce){.sticky-cta[data-astro-cid-5qlys77k]{animation:none;opacity:1;transform:none}.sticky-cta__btn[data-astro-cid-5qlys77k]:hover{transform:none}}.intro[data-astro-cid-u43ozx4m]{position:fixed;inset:0;z-index:10001;display:grid;place-items:center;background:#0a0a0b;clip-path:inset(0 0 0 0);will-change:clip-path}.intro[data-astro-cid-u43ozx4m].is-done{clip-path:inset(0 0 100% 0);transition:clip-path .8s cubic-bezier(.76,0,.24,1)}.intro__inner[data-astro-cid-u43ozx4m]{display:flex;flex-direction:column;align-items:center;gap:1.4rem}.intro__orn[data-astro-cid-u43ozx4m]{width:68px;color:#f3efe899}.intro__draw[data-astro-cid-u43ozx4m] path[data-astro-cid-u43ozx4m],.intro__draw[data-astro-cid-u43ozx4m] circle[data-astro-cid-u43ozx4m]{stroke-dasharray:900;stroke-dashoffset:900;animation:introDraw 1.1s cubic-bezier(.65,0,.35,1) forwards}.intro__word[data-astro-cid-u43ozx4m]{overflow:hidden;font-family:var(--font-display);font-weight:600;font-size:clamp(2rem,8vw,3.4rem);letter-spacing:.06em;line-height:1}.intro__word[data-astro-cid-u43ozx4m] span[data-astro-cid-u43ozx4m],.intro__word[data-astro-cid-u43ozx4m] em[data-astro-cid-u43ozx4m]{display:inline-block;transform:translateY(110%);animation:introRise .85s cubic-bezier(.22,1,.36,1) forwards .45s}.intro__word[data-astro-cid-u43ozx4m] em[data-astro-cid-u43ozx4m]{color:var(--accent);font-style:normal}.intro__bar[data-astro-cid-u43ozx4m]{width:0;height:2px;background:var(--accent);border-radius:2px;animation:introBar 1s ease forwards .5s}@keyframes introDraw{to{stroke-dashoffset:0}}@keyframes introRise{to{transform:translateY(0)}}@keyframes introBar{to{width:130px}}@media(prefers-reduced-motion:reduce){.intro[data-astro-cid-u43ozx4m]{display:none}}.hdr[data-astro-cid-3ef6ksr2]{position:fixed;inset:0 0 auto;z-index:950;transition:background-color .3s var(--ease),border-color .3s var(--ease),backdrop-filter .3s var(--ease);border-bottom:1px solid transparent}.hdr[data-astro-cid-3ef6ksr2].is-scrolled{background:#0a0a0bb8;backdrop-filter:blur(12px) saturate(1.2);border-bottom-color:var(--line)}.hdr__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:68px}.hdr__brand[data-astro-cid-3ef6ksr2]{font-family:var(--font-display);font-weight:600;font-size:1.35rem;letter-spacing:.02em}.hdr__brand-dot[data-astro-cid-3ef6ksr2]{color:var(--accent)}.hdr__nav[data-astro-cid-3ef6ksr2]{display:none;gap:1.9rem}.hdr__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.9rem;color:var(--muted);transition:color .2s var(--ease);position:relative}.hdr__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--text)}.hdr__right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem}.hdr__lang[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:.4rem;font-size:.82rem;color:var(--faint);font-weight:600}.hdr__lang[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{transition:color .2s var(--ease)}.hdr__lang[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=true]{color:var(--text)}.hdr__lang[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--accent)}.hdr__call[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.5em;padding:.6em 1.1em;border-radius:999px;border:1px solid var(--line-strong);font-weight:600;font-size:.9rem;transition:background-color .2s var(--ease),border-color .2s var(--ease)}.hdr__call[data-astro-cid-3ef6ksr2] .ic[data-astro-cid-3ef6ksr2]{width:1.05em;height:1.05em;color:var(--accent)}.hdr__call[data-astro-cid-3ef6ksr2]:hover{background:#ffffff0f;border-color:var(--line-strong)}.hdr__burger[data-astro-cid-3ef6ksr2]{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;align-items:center;border-radius:10px;border:1px solid var(--line)}.hdr__burger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:18px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s var(--ease),opacity .2s var(--ease)}.hdr__burger[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:first-child{transform:translateY(3.5px) rotate(45deg)}.hdr__burger[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu[data-astro-cid-3ef6ksr2]{position:fixed;inset:68px 0 0;z-index:799;background:var(--bg);padding:1.5rem var(--gutter) calc(1.75rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:1.75rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;animation:menuIn .3s var(--ease)}.mobile-menu[data-astro-cid-3ef6ksr2][hidden]{display:none}.mobile-menu[data-astro-cid-3ef6ksr2] nav[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:.3rem;flex-shrink:0}.mobile-menu[data-astro-cid-3ef6ksr2] nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-family:var(--font-display);font-size:clamp(1.5rem,7vw,2.4rem);padding:.3em 0;border-bottom:1px solid var(--line)}.mobile-menu__foot[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.mobile-menu__foot[data-astro-cid-3ef6ksr2] .btn[data-astro-cid-3ef6ksr2]{width:100%}.mobile-menu__foot[data-astro-cid-3ef6ksr2] .ic[data-astro-cid-3ef6ksr2]{width:1.1em;height:1.1em}.mobile-menu__lang[data-astro-cid-3ef6ksr2]{text-align:center;color:var(--muted);font-weight:600;padding:.5em}@keyframes menuIn{0%{opacity:0}to{opacity:1}}@media(min-width:861px){.hdr__nav[data-astro-cid-3ef6ksr2],.hdr__lang[data-astro-cid-3ef6ksr2]{display:flex}.hdr__burger[data-astro-cid-3ef6ksr2]{display:none}}@media(prefers-reduced-motion:reduce){.mobile-menu[data-astro-cid-3ef6ksr2]{animation:none}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100svh;display:flex;align-items:center;padding-top:68px;padding-bottom:calc(100px + env(safe-area-inset-bottom));overflow:hidden}@media(min-width:861px){.hero[data-astro-cid-bbe6dxrz]{padding-bottom:0}}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:30%;left:8%;width:46vw;height:46vw;max-width:620px;max-height:620px;background:radial-gradient(circle,rgba(229,83,58,.16),transparent 62%);filter:blur(20px);pointer-events:none}.hero__grid[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr;align-items:center;gap:2rem;width:100%;position:relative;z-index:1}.hero__eyebrow[data-astro-cid-bbe6dxrz]{margin-bottom:1.5rem}.hero__title[data-astro-cid-bbe6dxrz]{font-size:clamp(3.2rem,1.6rem + 8vw,8rem);margin-bottom:1.6rem}.hero__title[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{display:block}.hero__lead[data-astro-cid-bbe6dxrz]{font-family:var(--font-sans);font-weight:500;font-size:clamp(.9rem,.85rem + .5vw,1.05rem);letter-spacing:.02em;text-transform:none;color:var(--muted);margin-bottom:.9rem}.hero__l2[data-astro-cid-bbe6dxrz]{color:var(--accent);font-style:italic}.hero__amp[data-astro-cid-bbe6dxrz]{color:var(--text);font-style:normal}.hero__sub[data-astro-cid-bbe6dxrz]{color:var(--muted);max-width:44ch;font-size:clamp(1.02rem,.98rem + .4vw,1.2rem);margin-bottom:2rem}.hero__cta[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.8rem}.hero__cta[data-astro-cid-bbe6dxrz] .ic[data-astro-cid-bbe6dxrz]{width:1.15em;height:1.15em}.hero__rating[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:.6rem;color:var(--muted);font-size:.9rem;font-weight:500}.hero__stars[data-astro-cid-bbe6dxrz]{display:inline-flex;gap:2px;color:var(--accent)}.hero__stars[data-astro-cid-bbe6dxrz] .st{width:1rem;height:1rem}.hero__art[data-astro-cid-bbe6dxrz]{display:none}.ornament[data-astro-cid-bbe6dxrz]{width:100%;max-width:240px;margin-inline:auto;color:#f3efe88c}.ornament[data-astro-cid-bbe6dxrz] .orn-draw[data-astro-cid-bbe6dxrz] path[data-astro-cid-bbe6dxrz],.ornament[data-astro-cid-bbe6dxrz] .orn-draw[data-astro-cid-bbe6dxrz] circle[data-astro-cid-bbe6dxrz]{stroke-dasharray:1400;stroke-dashoffset:0}.hero__scroll[data-astro-cid-bbe6dxrz]{position:absolute;left:50%;bottom:1.6rem;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.6rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);z-index:1}.hero__scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:34px;background:linear-gradient(var(--faint),transparent)}@media(max-height:720px){.hero__scroll[data-astro-cid-bbe6dxrz]{display:none}}@media(max-height:780px){.hero__eyebrow[data-astro-cid-bbe6dxrz]{margin-bottom:.9rem}.hero__title[data-astro-cid-bbe6dxrz]{margin-bottom:1rem}.hero__sub[data-astro-cid-bbe6dxrz]{margin-bottom:1.2rem}.hero__cta[data-astro-cid-bbe6dxrz]{margin-bottom:1.1rem}}@media(max-height:780px)and (min-width:861px){.hero__title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.6rem,1.4rem + 5.5vw,5.6rem)}}@media(max-width:360px){.hero__title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.6rem,1.5rem + 7vw,8rem)}.hero__sub[data-astro-cid-bbe6dxrz]{max-width:32ch;font-size:.98rem}.hero__cta[data-astro-cid-bbe6dxrz]{gap:.5rem}.hero__cta[data-astro-cid-bbe6dxrz] .btn[data-astro-cid-bbe6dxrz]{padding:.8em 1em;font-size:.86rem}.hero__rating[data-astro-cid-bbe6dxrz]{font-size:.82rem;gap:.4rem}.hero__stars[data-astro-cid-bbe6dxrz] .st{width:.85rem;height:.85rem}}@media(prefers-reduced-motion:no-preference){.ornament[data-astro-cid-bbe6dxrz] .orn-draw[data-astro-cid-bbe6dxrz] path[data-astro-cid-bbe6dxrz],.ornament[data-astro-cid-bbe6dxrz] .orn-draw[data-astro-cid-bbe6dxrz] circle[data-astro-cid-bbe6dxrz]{stroke-dashoffset:1400;animation:draw 2.6s var(--ease) forwards .2s}@keyframes draw{to{stroke-dashoffset:0}}}@media(min-width:861px){.hero__grid[data-astro-cid-bbe6dxrz]{grid-template-columns:1.35fr .65fr;gap:3rem}.hero__art[data-astro-cid-bbe6dxrz]{display:block}}html.js .hero__eyebrow[data-astro-cid-bbe6dxrz],html.js .hero__title[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz],html.js .hero__sub[data-astro-cid-bbe6dxrz],html.js .hero__cta[data-astro-cid-bbe6dxrz],html.js .hero__rating[data-astro-cid-bbe6dxrz],html.js .hero__art[data-astro-cid-bbe6dxrz]{opacity:0;transform:translateY(26px)}body.intro-done .hero__eyebrow[data-astro-cid-bbe6dxrz]{animation:heroIn .7s var(--ease) 0s forwards}body.intro-done .hero__title[data-astro-cid-bbe6dxrz] .hero__lead[data-astro-cid-bbe6dxrz]{animation:heroIn .7s var(--ease) .08s forwards}body.intro-done .hero__title[data-astro-cid-bbe6dxrz] .hero__l1[data-astro-cid-bbe6dxrz]{animation:heroIn .75s var(--ease) .16s forwards}body.intro-done .hero__title[data-astro-cid-bbe6dxrz] .hero__l2[data-astro-cid-bbe6dxrz]{animation:heroIn .75s var(--ease) .26s forwards}body.intro-done .hero__sub[data-astro-cid-bbe6dxrz]{animation:heroIn .7s var(--ease) .36s forwards}body.intro-done .hero__cta[data-astro-cid-bbe6dxrz]{animation:heroIn .7s var(--ease) .44s forwards}body.intro-done .hero__rating[data-astro-cid-bbe6dxrz]{animation:heroIn .7s var(--ease) .52s forwards}body.intro-done .hero__art[data-astro-cid-bbe6dxrz]{animation:heroIn .9s var(--ease) .3s forwards}@keyframes heroIn{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){html.js .hero__eyebrow[data-astro-cid-bbe6dxrz],html.js .hero__title[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz],html.js .hero__sub[data-astro-cid-bbe6dxrz],html.js .hero__cta[data-astro-cid-bbe6dxrz],html.js .hero__rating[data-astro-cid-bbe6dxrz],html.js .hero__art[data-astro-cid-bbe6dxrz]{opacity:1;transform:none;animation:none}}.filters[data-astro-cid-uhrerali]{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.chip[data-astro-cid-uhrerali]{padding:.55em 1.1em;border-radius:999px;border:1px solid var(--line);font-size:.86rem;font-weight:600;color:var(--muted);transition:color .2s var(--ease),border-color .2s var(--ease),background-color .2s var(--ease)}.chip[data-astro-cid-uhrerali]:hover{color:var(--text);border-color:var(--line-strong)}.chip[data-astro-cid-uhrerali].is-active{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.masonry[data-astro-cid-uhrerali]{columns:1;column-gap:1rem}.tile[data-astro-cid-uhrerali]{position:relative;break-inside:avoid;margin-bottom:1rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--surface)}.tile[data-astro-cid-uhrerali].is-hidden{display:none}.tile__btn[data-astro-cid-uhrerali]{display:block;width:100%;cursor:zoom-in}.tile__btn[data-astro-cid-uhrerali] img{width:100%;height:auto;display:block;transition:transform .6s var(--ease),filter .4s var(--ease)}.tile[data-astro-cid-uhrerali]:hover .tile__btn[data-astro-cid-uhrerali] img{transform:scale(1.04)}.tile__tag[data-astro-cid-uhrerali]{position:absolute;left:.7rem;bottom:.7rem;padding:.3em .7em;border-radius:999px;font-size:.72rem;font-weight:600;background:#0a0a0bb8;backdrop-filter:blur(4px);color:var(--text);opacity:0;transform:translateY(6px);transition:opacity .25s var(--ease),transform .25s var(--ease);pointer-events:none}.tile__ig[data-astro-cid-uhrerali]{position:absolute;right:.7rem;top:.7rem;width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#0a0a0bb8;backdrop-filter:blur(4px);font-size:.7rem;font-weight:800;letter-spacing:.02em;color:var(--text);opacity:0;transition:opacity .25s var(--ease),background-color .2s var(--ease)}.tile__ig[data-astro-cid-uhrerali]:hover{background:var(--accent);color:var(--accent-ink)}.tile[data-astro-cid-uhrerali]:hover .tile__tag[data-astro-cid-uhrerali],.tile[data-astro-cid-uhrerali]:hover .tile__ig[data-astro-cid-uhrerali]{opacity:1;transform:none}.work-note[data-astro-cid-uhrerali]{margin-top:2rem;color:var(--muted);font-size:.95rem;max-width:52ch}@media(min-width:560px){.masonry[data-astro-cid-uhrerali]{columns:2}}@media(min-width:900px){.masonry[data-astro-cid-uhrerali]{columns:3}}.lightbox[data-astro-cid-uhrerali]{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:clamp(1rem,4vw,3rem);background:#060607eb;backdrop-filter:blur(8px);opacity:0;animation:lbIn .25s var(--ease) forwards}.lightbox[data-astro-cid-uhrerali][hidden]{display:none}@keyframes lbIn{to{opacity:1}}.lightbox__fig[data-astro-cid-uhrerali]{max-width:min(920px,100%);max-height:100%;display:flex;flex-direction:column;gap:.9rem}.lightbox__fig[data-astro-cid-uhrerali] img[data-astro-cid-uhrerali]{max-width:100%;max-height:80vh;object-fit:contain;border-radius:var(--radius);margin-inline:auto}.lightbox__cap[data-astro-cid-uhrerali]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;color:var(--muted);font-size:.92rem}.lightbox__cap[data-astro-cid-uhrerali] a[data-astro-cid-uhrerali]{color:var(--accent);font-weight:600}.lightbox__close[data-astro-cid-uhrerali]{position:fixed;top:1.1rem;right:1.3rem;width:46px;height:46px;border-radius:50%;background:#ffffff14;color:var(--text);font-size:1.8rem;line-height:1}.lightbox__close[data-astro-cid-uhrerali]:hover{background:var(--accent);color:var(--accent-ink)}@media(prefers-reduced-motion:reduce){.tile__btn[data-astro-cid-uhrerali] img,.tile[data-astro-cid-uhrerali]:hover .tile__btn[data-astro-cid-uhrerali] img{transition:none;transform:none}.lightbox[data-astro-cid-uhrerali]{animation:none;opacity:1}}.styles__grid[data-astro-cid-3lw56grf]{display:grid;grid-template-columns:1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.style-card[data-astro-cid-3lw56grf]{position:relative;text-align:left;background:var(--bg);padding:clamp(1.4rem,3vw,2rem);display:flex;flex-direction:column;gap:.5rem;min-height:190px;transition:background-color .3s var(--ease)}.style-card[data-astro-cid-3lw56grf]:hover{background:var(--surface)}.style-card__no[data-astro-cid-3lw56grf]{font-family:var(--font-display);font-size:.9rem;color:var(--accent);letter-spacing:.05em}.style-card__name[data-astro-cid-3lw56grf]{font-family:var(--font-display);font-size:clamp(1.4rem,1rem + 1.6vw,1.9rem);line-height:1.05}.style-card__blurb[data-astro-cid-3lw56grf]{color:var(--muted);font-size:.92rem;max-width:34ch;margin-top:auto}.style-card__go[data-astro-cid-3lw56grf]{position:absolute;top:clamp(1.4rem,3vw,2rem);right:clamp(1.4rem,3vw,2rem);color:var(--faint);transition:color .3s var(--ease),transform .3s var(--ease)}.style-card__go[data-astro-cid-3lw56grf] .ic[data-astro-cid-3lw56grf]{width:1.25rem;height:1.25rem}.style-card[data-astro-cid-3lw56grf]:hover .style-card__go[data-astro-cid-3lw56grf]{color:var(--accent);transform:translate(2px,-2px)}@media(min-width:620px){.styles__grid[data-astro-cid-3lw56grf]{grid-template-columns:repeat(2,1fr)}.style-card[data-astro-cid-3lw56grf]:last-child{grid-column:1 / -1}}@media(min-width:1000px){.styles__grid[data-astro-cid-3lw56grf]{grid-template-columns:repeat(3,1fr)}.style-card[data-astro-cid-3lw56grf]:last-child{grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){.style-card[data-astro-cid-3lw56grf]:hover .style-card__go[data-astro-cid-3lw56grf]{transform:none}}.about__grid[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.portrait[data-astro-cid-v2cbyr3p]{position:relative;aspect-ratio:4 / 5;border-radius:var(--radius-lg);border:1px solid var(--line);background:radial-gradient(circle at 50% 35%,#1c1b1f,#0c0c0d 70%);overflow:hidden}.portrait[data-astro-cid-v2cbyr3p] img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.portrait[data-astro-cid-v2cbyr3p]:after{content:"";position:absolute;inset:14px;border:1px solid rgba(243,239,232,.12);border-radius:calc(var(--radius-lg) - 6px);pointer-events:none;z-index:1}.about__p[data-astro-cid-v2cbyr3p]{color:var(--muted);margin-bottom:1.1rem;max-width:52ch}.about__body[data-astro-cid-v2cbyr3p] .section-title[data-astro-cid-v2cbyr3p]{margin-block:.6rem 1.4rem}.about__stats[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.8rem 0;padding:1.4rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stat__n[data-astro-cid-v2cbyr3p]{display:block;font-size:clamp(1.8rem,1.2rem + 2.4vw,2.8rem);line-height:1;color:var(--text)}.stat__l[data-astro-cid-v2cbyr3p]{display:block;margin-top:.4rem;font-size:.8rem;color:var(--muted)}.about__cta[data-astro-cid-v2cbyr3p] .ic[data-astro-cid-v2cbyr3p]{width:1.15em;height:1.15em}@media(min-width:861px){.about__grid[data-astro-cid-v2cbyr3p]{grid-template-columns:.85fr 1.15fr}}.info--tint[data-astro-cid-ecjqtxla]{background:linear-gradient(180deg,transparent,rgba(229,83,58,.04),transparent)}.info__grid[data-astro-cid-ecjqtxla]{display:grid;grid-template-columns:1fr;gap:1rem}.info__card[data-astro-cid-ecjqtxla]{padding:1.6rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:border-color .3s var(--ease),transform .3s var(--ease)}.info__card[data-astro-cid-ecjqtxla]:hover{border-color:var(--line-strong);transform:translateY(-3px)}.info__icon[data-astro-cid-ecjqtxla]{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:#e5533a1f;color:var(--accent);margin-bottom:1.1rem}.info__icon[data-astro-cid-ecjqtxla] .ic[data-astro-cid-ecjqtxla]{width:1.4rem;height:1.4rem}.info__t[data-astro-cid-ecjqtxla]{font-size:1.1rem;margin-bottom:.5rem}.info__d[data-astro-cid-ecjqtxla]{color:var(--muted);font-size:.94rem}@media(min-width:640px){.info__grid[data-astro-cid-ecjqtxla]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.info__grid[data-astro-cid-ecjqtxla]{grid-template-columns:repeat(4,1fr)}}@media(prefers-reduced-motion:reduce){.info__card[data-astro-cid-ecjqtxla]:hover{transform:none}}.loc__grid[data-astro-cid-ueubjekm]{display:grid;grid-template-columns:1fr;gap:1.5rem}.loc__info[data-astro-cid-ueubjekm]{display:flex;flex-direction:column;gap:1.6rem;padding:clamp(1.5rem,4vw,2.2rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.loc__badge[data-astro-cid-ueubjekm]{align-self:flex-start;padding:.4em .9em;border-radius:999px;background:#e5533a24;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.loc__badge--alt[data-astro-cid-ueubjekm]{background:#f3efe814;color:var(--text)}.loc__label[data-astro-cid-ueubjekm]{display:flex;align-items:center;gap:.5em;width:fit-content;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-bottom:.5rem}.loc__label[data-astro-cid-ueubjekm] .ic[data-astro-cid-ueubjekm]{color:var(--accent)}.loc__address[data-astro-cid-ueubjekm]{font-style:normal;display:flex;flex-direction:column;gap:.15rem;color:var(--text);font-size:1.05rem}.loc__hours[data-astro-cid-ueubjekm]{font-size:1.05rem}.loc__phone[data-astro-cid-ueubjekm]{display:block;font-size:1.3rem;font-family:var(--font-display);color:var(--text);transition:color .2s var(--ease)}.loc__phone[data-astro-cid-ueubjekm]:hover{color:var(--accent)}.loc__notes[data-astro-cid-ueubjekm]{display:flex;flex-direction:column;gap:.8rem;padding-top:1.2rem;border-top:1px solid var(--line)}.loc__notes[data-astro-cid-ueubjekm] p[data-astro-cid-ueubjekm]{display:flex;gap:.6rem;color:var(--muted);font-size:.92rem}.ic-sm[data-astro-cid-ueubjekm]{flex:none;color:var(--accent);margin-top:.15rem}.loc__dir[data-astro-cid-ueubjekm]{align-self:flex-start}.loc__map[data-astro-cid-ueubjekm]{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);min-height:320px;display:block}.loc__map[data-astro-cid-ueubjekm] iframe[data-astro-cid-ueubjekm]{position:absolute;inset:0;width:100%;height:100%;border:0;filter:grayscale(.4) contrast(1.05) brightness(.85)}.loc__map-hint[data-astro-cid-ueubjekm]{position:absolute;left:1rem;bottom:1rem;display:inline-flex;align-items:center;gap:.5em;padding:.5em .9em;border-radius:999px;background:#0a0a0bd1;backdrop-filter:blur(6px);font-size:.82rem;font-weight:600;color:var(--text)}.loc__map-hint[data-astro-cid-ueubjekm] .ic[data-astro-cid-ueubjekm]{color:var(--accent)}.loc__istanbul[data-astro-cid-ueubjekm]{margin-top:1.5rem;padding:clamp(1.6rem,4vw,2.4rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 100% 0%,rgba(229,83,58,.08),transparent 55%),var(--surface);display:grid;grid-template-columns:1fr;gap:1.2rem;align-items:center}.loc__ist-title[data-astro-cid-ueubjekm]{display:flex;align-items:center;gap:.5em;font-family:var(--font-display);font-size:clamp(1.6rem,1.1rem + 2vw,2.4rem);margin-top:.7rem}.loc__ist-title[data-astro-cid-ueubjekm] .ic[data-astro-cid-ueubjekm]{color:var(--accent)}.loc__ist-city[data-astro-cid-ueubjekm]{color:var(--muted);font-size:.95rem;margin-top:.3rem}.loc__ist-body[data-astro-cid-ueubjekm]{color:var(--muted);max-width:60ch}.loc__ist-cta[data-astro-cid-ueubjekm]{display:flex;flex-wrap:wrap;gap:.8rem}@media(min-width:900px){.loc__grid[data-astro-cid-ueubjekm]{grid-template-columns:.9fr 1.1fr}.loc__map[data-astro-cid-ueubjekm]{min-height:100%}.loc__istanbul[data-astro-cid-ueubjekm]{grid-template-columns:1fr 1fr}.loc__ist-cta[data-astro-cid-ueubjekm]{justify-content:flex-end}}.reviews__head[data-astro-cid-bgwftent]{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.4rem}.reviews__score[data-astro-cid-bgwftent]{display:flex;align-items:center;gap:.8rem}.reviews__num[data-astro-cid-bgwftent]{font-size:2.6rem;line-height:1}.reviews__meta[data-astro-cid-bgwftent]{display:flex;flex-direction:column;gap:.25rem}.reviews__stars[data-astro-cid-bgwftent]{display:inline-flex;gap:2px;color:var(--accent)}.reviews__stars[data-astro-cid-bgwftent] .st{width:1.1rem;height:1.1rem}.reviews__src[data-astro-cid-bgwftent]{display:inline-flex;align-items:center;gap:.35em;color:var(--muted);font-size:.9rem;font-weight:600}.reviews__src[data-astro-cid-bgwftent] .gg{width:1.05rem;height:1.05rem}.reviews__fb[data-astro-cid-bgwftent]{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:2rem;padding:.9rem 1.2rem;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:10px;background:var(--surface);color:var(--text);font-size:.98rem;font-weight:500;max-width:62ch;transition:background-color .2s var(--ease),border-color .2s var(--ease)}.reviews__fb[data-astro-cid-bgwftent]:hover{background:var(--surface-2);border-color:var(--line-strong)}.reviews__fb[data-astro-cid-bgwftent] .ic-sm{color:var(--accent);margin-top:.2rem}.reviews__grid[data-astro-cid-bgwftent]{display:grid;grid-template-columns:1fr;gap:1rem}.review[data-astro-cid-bgwftent]{padding:1.6rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);display:flex;flex-direction:column;gap:.9rem}.review__stars[data-astro-cid-bgwftent]{display:inline-flex;gap:2px;color:var(--accent)}.review__stars[data-astro-cid-bgwftent] .st{width:.95rem;height:.95rem}.review__text[data-astro-cid-bgwftent]{color:var(--text);font-size:1rem;line-height:1.55}.review__by[data-astro-cid-bgwftent]{color:var(--muted);font-size:.85rem;margin-top:auto}.review__by[data-astro-cid-bgwftent] span[data-astro-cid-bgwftent]{color:var(--text);font-weight:600}.reviews__cta[data-astro-cid-bgwftent]{display:inline-flex;align-items:center;gap:.5em;margin-top:1.8rem;font-weight:600;color:var(--accent)}.reviews__cta[data-astro-cid-bgwftent] .ic[data-astro-cid-bgwftent]{width:1.1em;height:1.1em}.reviews__cta[data-astro-cid-bgwftent]:hover{color:var(--accent-bright)}@media(min-width:720px){.reviews__grid[data-astro-cid-bgwftent]{grid-template-columns:repeat(3,1fr)}}.faq__grid[data-astro-cid-z6gx6xcw]{display:grid;grid-template-columns:1fr;gap:2rem}.faq__list[data-astro-cid-z6gx6xcw]{display:flex;flex-direction:column}.faq__item[data-astro-cid-z6gx6xcw]{border-top:1px solid var(--line)}.faq__item[data-astro-cid-z6gx6xcw]:last-child{border-bottom:1px solid var(--line)}.faq__item[data-astro-cid-z6gx6xcw] summary[data-astro-cid-z6gx6xcw]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 0;cursor:pointer;list-style:none;font-size:clamp(1.02rem,.98rem + .4vw,1.2rem);font-weight:600}.faq__item[data-astro-cid-z6gx6xcw] summary[data-astro-cid-z6gx6xcw]::-webkit-details-marker{display:none}.faq__answer[data-astro-cid-z6gx6xcw]{padding-bottom:1.4rem;color:var(--muted);max-width:68ch}@media(min-width:900px){.faq__grid[data-astro-cid-z6gx6xcw]{grid-template-columns:.5fr 1fr;align-items:start}.faq__head[data-astro-cid-z6gx6xcw]{position:sticky;top:100px}}.contact[data-astro-cid-xmivup5a]{text-align:center}.contact__inner[data-astro-cid-xmivup5a]{max-width:780px;margin-inline:auto;padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,4vw,3rem);border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 50% 0%,rgba(229,83,58,.1),transparent 60%),var(--surface)}.contact[data-astro-cid-xmivup5a] .kicker[data-astro-cid-xmivup5a]{justify-content:center}.contact[data-astro-cid-xmivup5a] .kicker[data-astro-cid-xmivup5a]:before{display:none}.contact__title[data-astro-cid-xmivup5a]{font-size:clamp(2rem,1.3rem + 3.4vw,3.6rem);margin:1rem 0 1.2rem;letter-spacing:-.02em}.contact__sub[data-astro-cid-xmivup5a]{color:var(--muted);max-width:48ch;margin:0 auto 2rem;font-size:clamp(1rem,.96rem + .4vw,1.15rem)}.contact__cta[data-astro-cid-xmivup5a]{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:1.6rem}.contact__cta[data-astro-cid-xmivup5a] .ic[data-astro-cid-xmivup5a]{width:1.15em;height:1.15em}.contact__or[data-astro-cid-xmivup5a]{color:var(--muted);font-size:.92rem}.contact__or[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]{color:var(--accent);font-weight:600}.contact__or[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]:hover{color:var(--accent-bright)}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--line);padding-top:clamp(3rem,6vw,4.5rem);padding-bottom:6rem}.footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:2.4rem;padding-bottom:2.5rem;border-bottom:1px solid var(--line)}.footer__logo[data-astro-cid-sz7xmlte]{font-family:var(--font-display);font-size:1.6rem;font-weight:600}.footer__logo[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:var(--accent)}.footer__tagline[data-astro-cid-sz7xmlte]{color:var(--muted);margin:.8rem 0;max-width:30ch}.footer__made[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.4em;color:var(--faint);font-size:.85rem}.footer__col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.7rem}.footer__col[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);font-weight:700;margin-bottom:.3rem}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--muted);font-size:.95rem;transition:color .2s var(--ease)}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.footer__ig[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.45em}.ic-sm[data-astro-cid-sz7xmlte]{width:1rem;height:1rem}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;padding-top:1.6rem;color:var(--faint);font-size:.83rem}@media(min-width:720px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1.6fr 1fr 1fr 1fr}}
