:root{--red:#d71920;--red-dark:#7b0e18;--burgundy:#25080d;--cream:#f5eee4;--cream-deep:#e9ddcd;--ink:#251d19;--muted:#796d64;--gold:#bd8d55;--line:rgba(37,29,25,0.16);--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{position:fixed;z-index:50;top:0;left:0;right:0;height:88px;padding:0 clamp(24px,5vw,78px);display:flex;align-items:center;justify-content:space-between;color:white;transition:background .24s ease,box-shadow .24s ease,height .24s ease}.site-header--scrolled{height:72px;background:rgba(37,8,13,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.brand{width:160px;display:block;line-height:0}.brand img{width:100%;height:auto;display:block;mix-blend-mode:normal}.site-header nav{display:flex;align-items:center;gap:36px;font-size:13px;font-weight:600;letter-spacing:.08em}.site-header nav a{position:relative;padding:8px 0}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1px;background:#fff;transition:right .2s ease}.site-header nav a:hover:after{right:0}.menu-button{display:none}.hero{position:relative;min-height:760px;height:100svh;display:flex;align-items:center;overflow:hidden;color:white;background:var(--burgundy)}.hero__image,.hero__veil{position:absolute;inset:0}.hero__image img{object-fit:cover;object-position:center;transform:scale(1.015)}.hero__veil{background:linear-gradient(90deg,rgba(19,4,7,.95),rgba(40,7,13,.76) 37%,rgba(40,7,13,.14) 68%,rgba(17,4,6,.18)),linear-gradient(0deg,rgba(14,3,5,.45),transparent 42%)}.hero__content{position:relative;z-index:2;width:min(750px,62vw);margin-left:clamp(24px,8vw,124px);padding-top:56px}.eyebrow{margin:0 0 28px;display:flex;align-items:center;gap:12px;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.22em;color:var(--red-dark)}.eyebrow span{width:34px;height:1px;background:currentColor}.eyebrow--light,.hero__eyebrow{color:#e6c6a5}.contact h2,.hero h1,.section-heading h2,.story h2{margin:0;font-family:var(--serif);font-weight:400;line-height:.98;letter-spacing:-.045em}.hero h1{font-size:clamp(54px,6.2vw,92px);max-width:850px}h1 em,h2 em{font-weight:400;color:#e1b777}.hero__copy{max-width:575px;margin:30px 0 34px;font-size:clamp(16px,1.4vw,19px);line-height:1.65;color:rgba(255,255,255,.75)}.button{width:-moz-fit-content;width:fit-content;min-height:54px;padding:0 24px;display:inline-flex;align-items:center;gap:28px;border:1px solid;font-size:12px;font-weight:700;letter-spacing:.05em;transition:background .18s ease,color .18s ease}.button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.5}.button--light:hover{color:var(--burgundy);background:white}.hero__side-note{right:26px;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center;letter-spacing:.28em;color:rgba(255,255,255,.48)}.hero__scroll,.hero__side-note{position:absolute;z-index:2;text-transform:uppercase;font-size:9px}.hero__scroll{bottom:34px;left:clamp(24px,8vw,124px);display:flex;align-items:center;gap:14px;letter-spacing:.24em;color:rgba(255,255,255,.58)}.hero__scroll i{width:44px;height:1px;background:currentColor}.section-shell{max-width:1440px;margin:0 auto;padding:130px clamp(24px,6.5vw,94px)}.section-heading{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:80px;gap:80px;align-items:end;margin-bottom:76px}.contact h2,.section-heading h2,.story h2{font-size:clamp(46px,5.1vw,76px)}.section-heading>p{max-width:410px;margin:0 0 6px;font-size:15px;line-height:1.75;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-card{min-height:420px;padding:28px 28px 32px;display:flex;flex-direction:column;position:relative;border-right:1px solid var(--line);transition:background .22s ease,color .22s ease,transform .22s ease;transition-delay:var(--delay,0s)}.product-card:last-child{border-right:0}.product-card__number{font-family:var(--serif);font-size:13px;color:var(--gold)}.product-card svg{width:54px;height:54px;margin:52px 0 auto;fill:none;stroke:var(--gold);stroke-width:1.3}.product-card__image{position:relative;height:175px;margin:30px -8px auto;overflow:hidden;border-radius:24px;background:#eadcca;box-shadow:0 18px 42px rgba(37,29,25,.14)}.product-card__image img{object-fit:cover;object-position:47% 50%;transform:scale(1.02)}.product-card--featured{background:linear-gradient(180deg,rgba(255,255,255,.44),rgba(255,255,255,0)),#f8f1e8}.product-card h3{margin:0 0 14px;font-family:var(--serif);font-size:clamp(24px,2.1vw,31px);font-weight:400;line-height:1.1}.product-card p{margin:0;font-size:13px;line-height:1.65;color:var(--muted);transition:color .22s ease}.product-card__line{position:absolute;left:28px;right:28px;bottom:-1px;height:3px;transform:scaleX(0);transform-origin:left;background:var(--gold);transition:transform .22s ease}.product-card:hover{color:white;background:var(--red-dark);transform:translateY(-5px)}.product-card:hover p{color:rgba(255,255,255,.68)}.product-card:hover .product-card__line{transform:scaleX(1)}.story{display:grid;grid-template-columns:1.08fr .92fr;min-height:740px;background:#eee3d5}.story__image{position:relative;min-height:680px;overflow:hidden}.story__image img{object-fit:cover}.story__stamp{position:absolute;right:32px;bottom:32px;width:116px;height:116px;border-radius:50%;display:grid;place-content:center;text-align:center;text-transform:uppercase;font-family:var(--serif);font-size:18px;line-height:1.05;letter-spacing:.04em;color:#fff;background:var(--red-dark);border:1px solid rgba(255,255,255,.42);outline:1px solid var(--red-dark);outline-offset:5px}.story__stamp small{margin-top:5px;font-family:var(--sans);font-size:8px;letter-spacing:.16em}.story__content{padding:clamp(70px,8vw,125px) clamp(38px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.story__lead{margin:34px 0 18px;font-family:var(--serif);font-size:22px;line-height:1.5}.story__content>p:not(.eyebrow):not(.story__lead){margin:0;font-size:14px;line-height:1.8;color:var(--muted)}.story__facts{margin-top:46px;padding-top:28px;display:grid;grid-template-columns:.55fr 1fr;grid-gap:30px;gap:30px;border-top:1px solid var(--line)}.story__facts div{display:flex;flex-direction:column;gap:6px}.story__facts strong{font-family:var(--serif);font-size:28px;font-weight:400;color:var(--red-dark)}.story__facts span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.quote-band{min-height:380px;padding:80px 24px;display:grid;place-content:center;text-align:center;color:white;background:radial-gradient(circle at 50% 20%,rgba(165,22,36,.35),transparent 40%),var(--burgundy)}.quote-band p{margin:0;font-family:var(--serif);font-size:clamp(38px,5.5vw,76px);font-style:italic;line-height:1.1}.quote-band span{margin-top:28px;text-transform:uppercase;font-size:9px;letter-spacing:.28em;color:#dcb989}.contact{padding-top:110px;padding-bottom:110px}.contact__card{min-height:410px;padding:clamp(44px,6vw,84px);display:grid;grid-template-columns:1.1fr .9fr;grid-gap:90px;gap:90px;align-items:end;color:white;background:linear-gradient(115deg,rgba(123,14,24,.97),rgba(65,7,14,.95)),url(/images/mihalic-parcalar.jpeg) 50%/cover}.contact__map{height:410px;margin-top:26px;overflow:hidden;border:1px solid rgba(123,14,24,.18);background:#eadcca;box-shadow:0 22px 70px rgba(37,29,25,.12)}.contact__map iframe{width:100%;height:100%;display:block;border:0;filter:saturate(.9) contrast(.96)}.contact__details{max-width:430px}.contact__details>p{margin:0 0 38px;font-size:15px;line-height:1.75;color:rgba(255,255,255,.7)}.location{padding-top:22px;display:flex;flex-direction:column;gap:7px;border-top:1px solid rgba(255,255,255,.2)}.location span{text-transform:uppercase;font-size:9px;letter-spacing:.18em;color:#dcb989}.location strong{font-family:var(--serif);font-size:25px;font-weight:400}.map-link{width:-moz-fit-content;width:fit-content;min-height:46px;margin-top:24px;padding:0 18px;display:inline-flex;align-items:center;gap:16px;border:1px solid rgba(255,255,255,.42);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;transition:background .18s ease,color .18s ease}.map-link svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.5}.map-link:hover{color:var(--red-dark);background:#fff}footer{min-height:150px;padding:32px clamp(24px,6.5vw,94px);display:flex;align-items:center;justify-content:space-between;gap:30px;color:rgba(255,255,255,.64);background:#190508;font-size:10px;letter-spacing:.08em}.brand--footer{width:132px}footer>a:last-child{display:flex;align-items:center;gap:12px;text-transform:uppercase}footer>a:last-child span{color:white;font-size:16px}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease;transition-delay:var(--delay,0s)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (max-width:980px){.site-header nav{position:fixed;inset:0;padding:120px 30px 50px;display:flex;flex-direction:column;justify-content:center;gap:22px;font-family:var(--serif);font-size:38px;font-weight:400;text-align:center;background:rgba(37,8,13,.98);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.22s ease}.site-header nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}.brand,.menu-button{position:relative;z-index:2}.menu-button{width:42px;height:42px;padding:0;display:grid;place-content:center;grid-gap:7px;gap:7px;color:white;border:0;background:transparent}.menu-button span{width:24px;height:1px;background:currentColor;transition:transform .18s ease}.menu-button.is-open span:first-child{transform:translateY(4px) rotate(45deg)}.menu-button.is-open span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero__content{width:min(720px,78vw)}.section-heading{grid-template-columns:1fr;gap:30px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card:nth-child(2){border-right:0}.product-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.story{grid-template-columns:1fr}.story__image{min-height:560px}.contact__card{grid-template-columns:1fr;gap:55px}.contact__map{height:360px}}@media (max-width:640px){.site-header{height:72px;padding-inline:18px}.brand{width:126px}.hero{min-height:700px;height:100svh;align-items:flex-end}.hero__image img{object-position:62% center}.hero__veil{background:linear-gradient(0deg,rgba(24,4,8,.98),rgba(34,5,10,.82) 50%,rgba(28,4,8,.25)),linear-gradient(90deg,rgba(20,3,6,.35),transparent)}.hero__content{width:auto;margin:0;padding:0 22px 112px}.hero h1{font-size:clamp(47px,13vw,62px)}.hero__copy{margin:22px 0 26px;font-size:15px}.hero__side-note{display:none}.hero__scroll{left:auto;right:22px;bottom:30px}.section-shell{padding:88px 20px}.section-heading{margin-bottom:50px}.contact h2,.section-heading h2,.story h2{font-size:46px}.product-grid{grid-template-columns:1fr}.product-card{min-height:330px;border-right:0;border-bottom:1px solid var(--line)}.product-card__image{height:210px;margin-top:24px}.product-card:last-child{border-bottom:0}.story__image{min-height:430px}.story__stamp{right:22px;bottom:22px;width:92px;height:92px;font-size:15px}.story__content{padding:78px 22px}.story__facts{grid-template-columns:1fr 1.3fr}.quote-band{min-height:300px}.contact{padding-inline:0;padding-block:0}.contact__card{min-height:540px;padding:68px 22px}.contact__map{height:330px;margin-top:0;border-inline:0}footer{padding:42px 22px;flex-direction:column;text-align:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}