:root{
  color-scheme:light dark;
  --bg:#f4f0e8;
  --paper:#fffdf8;
  --ink:#1d1a17;
  --muted:#746b60;
  --sand:#d9cbb6;
  --clay:#9a7b5f;
  --line:rgba(29,26,23,.16);
  --shadow:0 28px 80px rgba(48,38,28,.14);
}
@media (prefers-color-scheme:dark){
  :root{
    --bg:#181613;
    --paper:#211e1a;
    --ink:#f3eee5;
    --muted:#b9afa2;
    --sand:#4a4035;
    --clay:#c2a589;
    --line:rgba(243,238,229,.16);
    --shadow:0 28px 80px rgba(0,0,0,.32);
  }
  .intro-visual{background-image:linear-gradient(rgba(24,22,19,.12),rgba(24,22,19,.12)),url('https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=1400&q=85')}
  .service-card img,.gallery-item img{filter:saturate(.78) brightness(.88)}
  .gallery-item:hover img{filter:saturate(.95) brightness(.94)}
  .footer-light-text img{filter:invert(1)}
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;font-weight:300}
p strong{font-weight:500}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:300;line-height:.95;letter-spacing:-.035em;margin:0}
p{line-height:1.55}
.site-header,main,.footer{width:100%;margin:0;background:var(--bg)}
.nav-actions{display:flex;align-items:center;gap:24px}.language-switch{font-size:13px;letter-spacing:.02em;opacity:.9}.service-menu{position:relative}.service-menu-trigger{display:flex;align-items:center;gap:6px;white-space:nowrap}.service-menu-trigger span{display:inline-flex;align-items:center;line-height:1;font-size:11px;transform:translateY(-1px);transition:transform .25s ease}.service-submenu{position:absolute;top:calc(100% + 18px);left:-20px;min-width:250px;padding:10px;background:#fffdf8;color:#1d1a17;border:1px solid rgba(29,26,23,.14);border-radius:12px;box-shadow:0 18px 50px rgba(29,26,23,.18);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.service-submenu::before{content:"";position:absolute;top:-19px;right:0;left:0;height:19px}.service-submenu a{display:block;padding:12px 14px;color:#1d1a17;white-space:nowrap;opacity:.82;transition:background-color .2s ease,opacity .2s ease}.service-submenu a:hover,.service-submenu a:focus-visible{background:rgba(29,26,23,.07);opacity:1}.service-menu:hover .service-submenu,.service-menu:focus-within .service-submenu{opacity:1;visibility:visible;transform:translateY(0)}.service-menu:hover .service-menu-trigger span,.service-menu:focus-within .service-menu-trigger span{transform:translateY(-1px) rotate(180deg)}
.nav{position:absolute;z-index:5;left:50%;transform:translateX(-50%);width:min(1480px,calc(100% - 80px));display:flex;justify-content:space-between;align-items:center;padding:30px 0;color:#fff;font-size:13px;letter-spacing:.02em}.brand{font-family:"Cormorant Garamond",serif;font-size:20px}.nav-links{display:flex;gap:32px}.nav-links a{opacity:.9}.hero{position:relative;height:clamp(820px,100svh,980px);min-height:820px;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity 1.4s ease,transform 6s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,24,18,.62),rgba(30,24,18,.20) 54%,rgba(30,24,18,.38))}.hero-content{position:relative;z-index:2;color:#fff;height:100%;display:flex;flex-direction:column;justify-content:center;padding:120px 8vw 80px}.eyebrow,.section-kicker{text-transform:uppercase;font-size:12px;letter-spacing:.16em}.eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.eyebrow-step{position:relative;padding-bottom:7px;opacity:.58;transition:opacity .45s ease}.eyebrow-step::after{content:"";position:absolute;left:0;right:.16em;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .55s cubic-bezier(.22,1,.36,1)}.eyebrow-step.active{opacity:1}.eyebrow-step.active::after{transform:scaleX(1);transform-origin:left}.eyebrow-separator{opacity:.42}.hero-title{max-width:1120px;font-size:clamp(58px,8.8vw,154px);text-transform:none}.rotating-word{display:inline-block;position:relative;font-style:italic;font-weight:300;min-width:5.9em;text-shadow:0 10px 35px rgba(0,0,0,.15)}.rotating-word.changing{animation:wordChange 1.35s cubic-bezier(.37,0,.2,1) both}@keyframes wordChange{0%{opacity:1;transform:translateY(0);filter:blur(0);text-shadow:0 10px 35px rgba(0,0,0,.15)}42%{opacity:.5;transform:translateY(2px);filter:blur(1.8px);text-shadow:0 12px 42px rgba(255,255,255,.16),0 14px 38px rgba(0,0,0,.18)}100%{opacity:1;transform:translateY(0);filter:blur(0);text-shadow:0 10px 35px rgba(0,0,0,.15)}}.lead{max-width:560px;min-height:3.1em;font-size:18px}.lead.changing{animation:leadChange 1.35s cubic-bezier(.37,0,.2,1) both}@keyframes leadChange{0%,100%{opacity:1;transform:translateY(0)}42%{opacity:0;transform:translateY(5px)}}.round-link{position:absolute;right:7vw;bottom:86px;width:96px;height:96px;border:1px solid rgba(255,255,255,.75);border-radius:50%;display:grid;place-items:center;font-size:36px;transition:.35s}.round-link:hover{transform:translate(6px,6px)}
.section{padding:110px 8vw}.intro-hero{position:relative;z-index:0;min-height:760px;display:grid;grid-template-columns:minmax(0,.88fr) minmax(380px,1.12fr);gap:70px;align-items:center;background:var(--paper)}.intro-copy h2,.section-head h2{font-size:clamp(44px,6vw,82px)}.intro-copy p:last-child{max-width:620px;margin:28px 0 0;color:var(--muted)}.intro-visual{min-height:560px;background:linear-gradient(rgba(244,240,232,.04),rgba(244,240,232,.04)),url('../img/hero.jpg') center/cover;box-shadow:var(--shadow);position:relative;overflow:hidden}
.section-head{display:flex;flex-direction:column;justify-content:space-between;gap:40px;align-items:end;margin-bottom:50px}.section-head h2{max-width:760px}.services .section-head{align-items:flex-start;text-align:left}.centered{text-align:center;display:block}.centered h2{margin-inline:auto}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.service-card{background:var(--paper);padding:0 0 28px;box-shadow:var(--shadow);overflow:hidden}.service-card img{width:100%;aspect-ratio:4/5;object-fit:cover;margin-bottom:25px;filter:saturate(.88)}.service-card h3,.service-card p{padding-inline:22px}.service-card h3{font-size:36px;margin-bottom:12px}.service-card p{color:var(--muted);font-size:14px}.gallery-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:-10px 0 42px}.gallery-filter{border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink);padding:11px 20px;font:inherit;font-size:13px;cursor:pointer;transition:background-color .25s,color .25s,border-color .25s}.gallery-filter:hover,.gallery-filter[aria-pressed="true"]{border-color:var(--ink);background:var(--ink);color:var(--bg)}.gallery-view-toggle{margin-left:14px;border-color:var(--clay);color:var(--clay)}.gallery-display{min-width:0}.gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.gallery-item{border:0;padding:0;background:transparent;cursor:pointer;overflow:hidden;min-width:0}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .7s ease;filter:saturate(.85)}.gallery-item:hover img{transform:scale(1.045);filter:saturate(1)}.gallery-thumbnail-item{aspect-ratio:4/3}.gallery-slideshow{overflow:hidden;margin-inline:-8vw}.gallery-slideshow-track{display:flex;width:max-content;animation:galleryMarquee var(--slideshow-duration,60s) linear infinite;will-change:transform}.gallery-slideshow:hover .gallery-slideshow-track,.gallery-slideshow:focus-within .gallery-slideshow-track{animation-play-state:paused}.gallery-slideshow-group{display:flex;gap:14px;padding-right:14px}.gallery-slide-item{flex:none;height:clamp(190px,22vw,330px)}.gallery-slide-item img{width:auto;max-width:none}.gallery-empty{text-align:center;color:var(--muted);margin:30px 0 0}@keyframes galleryMarquee{to{transform:translateX(-50%)}}.contact{display:grid;grid-template-columns:1.1fr .9fr;background:var(--paper)}.contact-image{min-height:520px;background:url('../img/kapcsolat.jpg') center/cover}.contact-card{display:flex;flex-direction:column;justify-content:center;padding:80px 8vw}.contact-card h2{font-size:64px}.contact-list{margin-top:34px;border-top:1px solid var(--line)}.contact-list p{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding:18px 0;margin:0}.contact-list span{color:var(--muted)}.footer{text-align:center;padding:95px 8vw 42px;overflow:hidden}.footer h2{font-size:clamp(42px,6vw,88px);max-width:980px;margin:auto}.footer-light-text{position:relative;background:linear-gradient(110deg,var(--ink) 0%,var(--ink) 42%,rgba(255,255,255,.38) 49%,var(--ink) 56%,var(--ink) 100%);background-size:340% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:windowLight 13s ease-in-out infinite}@keyframes windowLight{0%,100%{background-position:0% 50%}48%,64%{background-position:100% 50%}}.footer p{margin-top:38px;color:var(--muted);font-size:13px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}.reveal.visible{opacity:1;transform:none}.lightbox{position:fixed;inset:0;background:rgba(18,16,14,.88);z-index:20;display:none;align-items:center;justify-content:center;padding:40px}.lightbox.open{display:flex}.lightbox img{max-width:min(1100px,82vw);max-height:82vh;box-shadow:0 30px 120px rgba(0,0,0,.45)}.lightbox button{position:absolute;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.08);color:#fff;width:58px;height:58px;border-radius:50%;font-size:36px;cursor:pointer}.lightbox-close{top:26px;right:30px}.lightbox-prev{left:32px}.lightbox-next{right:32px}
@media (max-width:980px){.service-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact,.intro-hero{grid-template-columns:1fr}.section-head{display:block}.hero,.hero-content{min-height:680px}.intro-visual{min-height:430px}}
@media (max-width:640px){.nav{width:calc(100% - 36px)}.nav-links{display:none}.hero-title{font-size:52px}.rotating-word{min-width:auto}.section{padding:78px 24px}.service-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-slideshow{margin-inline:-24px}.gallery-slideshow-group{gap:10px;padding-right:10px}.gallery-view-toggle{width:100%;margin:4px 0 0}.contact-card{padding:70px 24px}.contact-list p{display:block}.round-link{width:72px;height:72px}.hero-content{padding-inline:24px}}
@media (prefers-reduced-motion:reduce){.gallery-slideshow{overflow-x:auto}.gallery-slideshow-track{animation:none}.gallery-slideshow-group[aria-hidden="true"]{display:none}}

.services{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:clamp(60px,9vw,150px);align-items:start}
.gallery{padding-top:0}
.footer h2{font-size:clamp(30px,4vw,56px);line-height:1.1;padding-bottom:.12em}
.services .section-head{position:sticky;top:60px;margin:0;gap:28px}
.services .section-head h2{max-width:620px}
.service-grid{display:block}
.service-card{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(260px,1fr);gap:clamp(18px,3vw,48px);align-items:start;background:transparent;padding:30px 0 34px;border-top:1px solid var(--line);box-shadow:none;overflow:visible;transition:border-color .3s ease,transform .3s ease}
.service-card:last-child{border-bottom:1px solid var(--line)}
.service-card h3,.service-card p{padding:0;margin:0}
.service-card h3{font-size:clamp(30px,3vw,43px);line-height:1}
.service-card p{max-width:520px;color:var(--muted);font-size:15px;line-height:1.65}
.service-card:hover{border-color:var(--clay);transform:translateX(5px)}
.scroll-cta{--cta-font-size:24px;position:fixed;z-index:15;left:40px;right:40px;bottom:40px;display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 30px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:white;color:#fff;box-shadow:0 20px 70px rgba(0,0,0,.25);font-size:var(--cta-font-size);letter-spacing:.015em;opacity:0;visibility:hidden;transform:translateY(calc(100% + 60px));transition:opacity .5s ease,visibility .5s ease,transform .65s cubic-bezier(.22,1,.36,1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.scroll-cta.visible{opacity:1;visibility:visible;transform:translateY(0)}
.scroll-cta>span:first-child{color:rgba(255,255,255,.68)}
.scroll-cta a{position:relative}
.scroll-cta a::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transition:transform .3s ease}
.scroll-cta a:hover::after{transform:scaleX(1)}
.scroll-cta-separator{color:rgba(255,255,255,.35)}
.scroll-cta{border-color:rgba(29,26,23,.2);background:white;color:#1d1a17;box-shadow:0 16px 45px rgba(29,26,23,.14),0 3px 12px rgba(29,26,23,.08)}
.scroll-cta .scroll-cta-intro{display:flex;align-items:center;gap:10px;color:#746b60;font-family:"Cormorant Garamond",Georgia,serif;font-size:var(--cta-font-size);font-weight:400;letter-spacing:0}
.scroll-cta .scroll-cta-contact{display:flex;align-items:center;gap:8px;color:#1d1a17;font-size:16px;font-weight:400}
.scroll-cta-intro-short{display:none}
.scroll-cta svg{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.scroll-cta-intro svg{color:#9a7b5f}
.scroll-cta a svg{width:16px;height:16px;color:#9a7b5f}
.scroll-cta-separator{margin-inline:4px;color:rgba(29,26,23,.28)}

@media (max-width:1100px){
  .services{grid-template-columns:1fr;gap:48px}
  .services .section-head{position:static}
  .service-card{grid-template-columns:minmax(190px,.65fr) minmax(260px,1fr)}
}
@media (max-width:1000px){
  .scroll-cta{flex-wrap:wrap;gap:8px 22px}
  .scroll-cta .scroll-cta-intro{width:100%;justify-content:center}
}
@media (max-width:700px){
  .services{gap:36px}
  .service-card{grid-template-columns:1fr;gap:10px;padding:25px 0 28px}
  .service-card:hover{transform:none}
  .scroll-cta{--cta-font-size:16px;left:16px;right:16px;bottom:16px;flex-wrap:wrap;gap:6px 10px;padding:16px 18px;border-radius:18px}
  .scroll-cta .scroll-cta-intro{width:100%;justify-content:center}
  .scroll-cta-intro-full{display:none}
  .scroll-cta-intro-short{display:inline}
}
@media (prefers-reduced-motion:reduce){.scroll-cta{transition:none}}

.service-menu-trigger span{width:12px;height:12px;font-size:0;line-height:0;transform:none;background:url('../img/icons/caret-down.svg') center/contain no-repeat}
.service-menu:hover .service-menu-trigger span,.service-menu:focus-within .service-menu-trigger span{transform:none;background-image:url('../img/icons/caret-up.svg')}

.service-page-hero{position:relative;min-height:680px;background-position:center;background-size:cover;color:#fff;overflow:hidden}
.service-page-hero .nav{position:absolute}
.service-page-hero-content{position:relative;z-index:2;min-height:680px;display:flex;flex-direction:column;justify-content:center;padding:140px 8vw 90px;max-width:900px}
.service-page-hero-content h1{font-size:clamp(58px,8vw,126px);line-height:.9;margin:18px 0 28px}
.service-page-hero-content>p:last-child{max-width:560px;font-size:19px;line-height:1.55;margin:0}
.service-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:clamp(50px,9vw,150px);align-items:start;background:var(--paper)}
.service-intro h2,.service-page-contact h2{font-size:clamp(44px,6vw,82px);max-width:700px}
.service-intro-copy{max-width:620px;color:var(--muted);font-size:17px}
.service-intro-copy p{margin:0 0 24px}
.service-features{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);gap:clamp(50px,9vw,150px);align-items:stretch}
.service-features>.service-gallery{grid-column:1;grid-row:1;padding:0;background:transparent;order:1}
.service-features>.service-feature-list{grid-column:2;grid-row:1;order:2}
.service-features .service-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));height:100%;align-content:start}
.service-features .service-gallery-item{aspect-ratio:1 / 1;min-height:170px}
.service-features-wide{display:flex;flex-direction:column;gap:clamp(58px,8vw,110px)}
.service-features-wide>.service-gallery{order:2}
.service-features-wide>.service-feature-list{order:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,64px);border-top:0}
.service-features-wide .service-feature{display:block;padding:28px 0 32px;border-top:1px solid var(--line);border-bottom:0}
.service-features-wide .service-feature>span{display:block;margin-bottom:22px}
.service-features-wide .service-gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr));height:auto}
.service-features-wide .service-gallery-item{aspect-ratio:4 / 3;min-height:0}
.service-feature-list{border-top:1px solid var(--line)}
.service-feature{display:grid;grid-template-columns:54px 1fr;gap:24px;padding:28px 0 32px;border-bottom:1px solid var(--line);opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease,border-color .3s ease}
.service-feature.visible{opacity:1;transform:none}
.service-feature>span{color:var(--clay);font-family:"Cormorant Garamond",Georgia,serif;font-size:20px}
.service-feature h3{font-size:clamp(30px,3vw,44px);line-height:1;margin:0 0 14px}
.service-feature p{max-width:560px;color:var(--muted);margin:0;font-size:15px;line-height:1.65}
.service-feature:hover{border-color:var(--clay)}
.service-image-grid{display:grid;grid-template-columns:1fr;gap:18px;opacity:0;transform:translateY(24px);transition:opacity .9s ease,transform .9s ease}
.service-image-grid.visible{opacity:1;transform:none}
.service-image-grid img{width:100%;height:260px;object-fit:cover;box-shadow:var(--shadow)}
.service-image-grid img:first-child{height:370px}
.service-gallery{background:var(--bg)}
.service-gallery .section-head{margin-bottom:42px}
.service-gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.service-gallery-item{aspect-ratio:4/3;border:0;padding:0;background:transparent;cursor:pointer;overflow:hidden}
.service-gallery-item img{width:100%;height:100%;object-fit:cover;filter:saturate(.88);transition:transform .7s ease,filter .7s ease}
.service-gallery-item:hover img{transform:scale(1.045);filter:saturate(1)}
.service-gallery-lightbox{position:fixed;inset:0;z-index:30;display:none;align-items:center;justify-content:center;padding:40px;background:rgba(18,16,14,.88)}
.service-gallery-lightbox.open{display:flex}
.service-gallery-lightbox img{max-width:min(1100px,88vw);max-height:84vh;box-shadow:0 30px 120px rgba(0,0,0,.45)}
.service-gallery-lightbox-close{position:absolute;top:26px;right:30px;width:58px;height:58px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:36px;cursor:pointer}
.service-page-contact{background:var(--paper);text-align:center}
.service-page-contact .section-kicker{margin-bottom:24px}
.service-page-contact h2{margin:0 auto 36px}
.service-page-contact-link{display:inline-flex;align-items:center;gap:16px;color:var(--clay);font-size:18px;border-bottom:1px solid var(--clay);padding-bottom:8px}
.service-page-contact-link span{font-size:24px;transition:transform .25s ease}.service-page-contact-link:hover span{transform:translate(4px,-4px)}
.service-page .footer{padding-top:90px}

@media (max-width:980px){
  .service-intro,.service-features{grid-template-columns:1fr;gap:50px}
  .service-features>.service-gallery,.service-features>.service-feature-list{grid-column:1;grid-row:auto}
  .service-features>.service-gallery{order:1}
  .service-features>.service-feature-list{order:2}
  .service-features-wide{display:flex;gap:50px}
  .service-features-wide>.service-feature-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .service-image-grid{grid-template-columns:repeat(2,1fr)}
  .service-image-grid img:first-child,.service-image-grid img{height:300px}
  .service-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:640px){
  .service-page-hero,.service-page-hero-content{min-height:620px}
  .service-page-hero-content{padding:120px 24px 70px}
  .service-page-hero-content h1{font-size:56px}
  .service-page-hero-content>p:last-child{font-size:17px}
  .service-intro,.service-features{gap:36px}
  .service-feature{grid-template-columns:38px 1fr;gap:14px;padding:24px 0 28px}
  .service-image-grid{grid-template-columns:1fr;gap:12px}
  .service-image-grid img:first-child,.service-image-grid img{height:260px}
  .service-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .service-features-wide>.service-feature-list{grid-template-columns:1fr;gap:0}
}
