:root {
  --bg:#efefef; --ink:#1a1a1a; --muted:#736e68; --line:#e0dbd3; --accent:#8a3f2b;
  --paper:rgba(255,255,255,.55); --dark:#111111; --white:#fff; --max:1240px;
  --section-y:128px; --gap-lg:56px; --gap-md:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(var(--max),calc(100% - 96px));margin:0 auto}
.header{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;position:sticky;top:0;z-index:20;background:rgba(239,239,239,.85);backdrop-filter:blur(16px)}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.logo{font-size:30px;font-weight:800;letter-spacing:-.055em;line-height:1}
.nav{display:flex;gap:30px;align-items:center;font-size:15px}
.nav a{opacity:.78}
.nav a:hover{opacity:1}
.nav .button{opacity:1;border:1px solid var(--ink);border-radius:999px;padding:9px 20px;font-weight:600;letter-spacing:-.005em}
.section{padding:var(--section-y) 0;border-top:1px solid var(--line)}
.section > .wrap > .section-head + *,.section > .wrap > .intro-grid + *,.section > .wrap > .why-grid + *{margin-top:48px}
.eyebrow{margin:0 0 20px;font-size:12px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--accent)}
h1,h2,h3,p{margin-top:0}
h1{margin:0 0 32px;font-size:clamp(44px,5.6vw,84px);line-height:1.02;letter-spacing:-.055em;font-weight:500;max-width:1040px}
h2{margin:0;font-size:clamp(34px,4.4vw,56px);line-height:1.04;letter-spacing:-.04em;font-weight:500}
h3{font-size:22px;letter-spacing:-.025em;margin:0 0 12px;font-weight:600}
p{font-size:18px;color:var(--muted);line-height:1.65}
.cta-button{display:inline-flex;align-items:center;gap:12px;min-height:52px;padding:0 26px;border-radius:999px;background:var(--ink);color:var(--white);font-weight:600;letter-spacing:-.005em;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}
.cta-button:hover{transform:translateY(-1px);box-shadow:0 12px 32px rgba(0,0,0,.12)}
.hero{padding:112px 0 104px;min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.05fr .95fr;gap:88px;align-items:center}
.hero-text{max-width:640px;font-size:20px;color:var(--muted)}
.hero-note{margin:40px 0;padding-top:32px;border-top:1px solid var(--ink);max-width:620px;font-size:22px;line-height:1.4;letter-spacing:-.02em;color:var(--ink);font-weight:400}
.hero-visual{min-height:520px;border-radius:24px;background:linear-gradient(160deg,#e6e0d5,#c9b9a3);display:flex;align-items:flex-end;padding:32px;overflow:hidden;border:1px solid rgba(0,0,0,.04)}
.about-photo{min-height:560px;border-radius:24px;background:transparent;display:flex;align-items:flex-end;overflow:hidden;padding:0}
.placeholder{background:rgba(255,255,255,.72);backdrop-filter:blur(12px);border-radius:18px;padding:22px 24px}
.placeholder strong{display:block;font-size:20px;letter-spacing:-.025em;color:var(--ink);margin-bottom:4px;font-weight:600}
.placeholder span{color:var(--muted)}
.intro-grid,.section-head,.why-grid,.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:88px;align-items:start}
.intro-grid .lead{font-size:21px;line-height:1.5;color:var(--ink);font-weight:400;margin-bottom:20px}
.intro-grid .lead + .lead{margin-top:0}
.value-cards,.tool-grid{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.value-card,.tool-card{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:32px 28px;transition:transform .2s ease,box-shadow .2s ease}
.value-card:hover,.tool-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.05)}
.value-card svg,.tool-card svg{width:28px;height:28px;fill:currentColor;color:var(--ink);margin-bottom:28px;opacity:.85}
.value-card p,.tool-card p{margin:0}
.big-line{margin-top:88px;padding-top:36px;border-top:1px solid var(--ink);max-width:820px;font-size:26px;line-height:1.42;letter-spacing:-.02em;color:var(--ink);font-weight:400}
.process{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:48px}
.step{position:relative;min-height:220px;background:transparent;border:1px solid #d8d8d8;border-radius:18px;padding:28px 24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.step:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.05);border-color:var(--ink)}
.step span{display:block;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.14em;margin-bottom:24px}
.step h3{font-size:20px;margin-bottom:10px}
.step p{font-size:15px;margin:0;line-height:1.55}
.process-note{margin-top:56px;padding:40px 44px;border-radius:20px;background:var(--ink);color:#fff;font-size:26px;line-height:1.3;letter-spacing:-.025em;max-width:820px;font-weight:400}
.audience-intro{margin-bottom:56px;}
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px}
.audience{min-height:380px;border-radius:20px;overflow:hidden;display:flex;align-items:flex-end;padding:36px;color:white;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.15)),linear-gradient(135deg,#53483f,#b19a80)}
.audience:nth-child(2){background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.14)),linear-gradient(135deg,#46594c,#b8ab91)}
.audience h3{font-size:26px;color:#fff;margin-bottom:12px;letter-spacing:-.02em}
.audience p{color:rgba(255,255,255,.82);margin:0}
.works,.vision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}
.work{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}
.work:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.05)}
.work img{width:100%;height:280px;object-fit:cover}
.work div{flex:1;display:flex;flex-direction:column;padding:26px 24px}
.tag{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);font-weight:800}
.works-more{margin-top:64px;display:flex;justify-content:center}
.work-link{display:inline-flex;margin-top:auto;color:var(--accent);font-weight:800;font-size:15px;letter-spacing:-.01em}.work-link span{display:inline-block;transition:transform .2s ease}.work-link:hover span{transform:translateX(4px)}
.vision-card{position:relative;border-radius:28px;overflow:hidden;margin:0}
.vision-card img{width:100%;height:320px;object-fit:cover}
.pill{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.92);border-radius:999px;padding:9px 17px;font-size:14px;font-weight:750}
.vision-text{max-width:900px;margin-top:34px;color:var(--muted);font-size:19px}
.why{background:var(--dark);color:#fff;border-top:0;padding:calc(var(--section-y) + 16px) 0}
.why .eyebrow{color:rgba(255,255,255,.62)}
.why h2{color:#fff}
.why p{color:rgba(255,255,255,.74)}
.why-lead{font-size:22px!important;color:rgba(255,255,255,.88)!important;line-height:1.5;margin-bottom:24px}
.why-highlight{margin:40px 0;padding:32px 36px;border-left:2px solid #fff;background:transparent;border-radius:0}
.why-highlight strong{display:block;color:#fff;font-size:clamp(26px,3.4vw,40px);line-height:1.12;letter-spacing:-.035em;font-weight:500}
/* about-photo styles unified above */
.about-photo img{width:100%;height:100%;min-height:560px;object-fit:cover;filter:grayscale(1);border-radius:24px}
.about-statement{margin-top:48px;padding-top:32px;border-top:1px solid var(--ink);font-size:22px;line-height:1.42;letter-spacing:-.02em;color:var(--ink);font-weight:400}
.quote-section{background:#111;color:#fff;border-top:0;padding:0}
.quote-box{width:min(var(--max),calc(100% - 96px));margin:0 auto;padding:160px 56px;text-align:center}
.quote{max-width:960px;margin:0 auto;color:#fff;font-size:clamp(30px,4.2vw,56px);line-height:1.14;letter-spacing:-.035em;font-weight:400}
.cta{text-align:center;padding:calc(var(--section-y) + 8px) 0;border-top:1px solid var(--line)}
.cta h2{max-width:820px;margin:0 auto 24px}
.cta p{max-width:580px;margin:0 auto 40px}
.footer{background:#151515;color:#fff;padding:72px 0 32px}
.footer-grid{display:grid;grid-template-columns:1.4fr .55fr .72fr .55fr;gap:64px}
.footer p,.footer a{color:rgba(255,255,255,.72);font-size:15px}
.footer-title{margin:0 0 18px;font-size:13px;text-transform:uppercase;letter-spacing:.2em;font-weight:800;color:#fff}
.footer-links{display:grid;gap:8px}
.socials{display:flex;gap:12px;justify-content:flex-end}
.socials a{width:42px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;line-height:0}
.socials svg{width:18px;height:18px;fill:currentColor}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:64px;padding-top:24px;color:rgba(255,255,255,.55);font-size:13px;letter-spacing:.01em}
@media(max-width:980px){
  :root{--section-y:80px}
  .wrap,.header-inner,.quote-box{width:min(var(--max),calc(100% - 40px))}
  .nav{display:none}
  .hero,.intro-grid,.section-head,.why-grid,.about-grid{grid-template-columns:1fr;gap:48px}
  .hero{min-height:auto;padding:64px 0 56px}
  .hero-visual{min-height:360px}
  .value-cards,.tool-grid{grid-template-columns:1fr 1fr;gap:12px}
  .process,.audience-grid,.works,.vision-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:40px}
  .socials{justify-content:flex-start}
  .quote-box{padding:104px 24px}
  .about-photo img{min-height:420px}
}

/* Ide jöhetnek később a stock/saját képek:
.business-audience{background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.22)),url('business-stock.jpg') center/cover}
.projects-audience{background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.22)),url('projects-stock.jpg') center/cover}
*/


.business-audience{
  background: linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.22)),url('images/business-background.jpg') center/cover;
}
.audience.projects-audience{
  background: linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.22)),url('images/projects-background.jpg') center/cover;
}

/* Fine tuning */
.section-header,.split-header{margin-bottom:56px!important;}
.about h2{margin-bottom:40px!important;}
.about-photo{background:transparent!important;border:1px solid #e8e8e8!important;padding:16px!important;border-radius:20px!important;}
.hero h1{font-size:clamp(4.6rem,6vw,5.6rem)!important;line-height:1.02!important;letter-spacing:-.03em!important;}


/* About final tuning */
.about h2,
#rolam h2 {
  margin-bottom: 38px !important;
  font-size: clamp(42px, 4.6vw, 58px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
}
.about-lead {
  display: inline-block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}
.about-photo {
  background: transparent !important;
  border: 1px solid rgba(215,210,203,.9) !important;
  padding: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}
.about-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.about-statement,
#rolam blockquote {
  margin-top: 42px !important;
  padding-top: 30px !important;
  border-top: 2px solid var(--ink) !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
}

.hero-visual{
position:relative;
overflow:hidden;
border-radius:32px;
padding:0!important;
background:none!important;
min-height:560px;
}
.hero-visual img{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* Project detail pages */
.project-hero{
  padding:72px 0 0;
  border-top:1px solid var(--line);
}
.project-hero .wrap{
  display:grid;
  gap:16px;
}
.back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  font-size:15px;
  color:var(--accent);
  font-weight:700;
  letter-spacing:-.01em;
}
.back-link:hover{opacity:.8}
.project-hero .tag{margin:0}
.project-hero h1{margin-bottom:24px;max-width:900px}
.project-lead{
  max-width:780px;
  font-size:22px;
  color:var(--muted);
  line-height:1.5;
  margin:0;
}
.project-hero-image{
  width:100%;
  margin-top:64px;
  border-top:1px solid var(--line);
}
.project-hero-image img{
  width:100%;
  height:60vh;
  max-height:680px;
  min-height:320px;
  object-fit:cover;
  display:block;
}
.project-body{
  padding:96px 0;
  display:grid;
  grid-template-columns:.35fr 1fr;
  gap:80px;
  align-items:start;
}
.project-meta{
  display:grid;
  gap:28px;
  position:sticky;
  top:100px;
}
.project-meta span{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:var(--muted);
  margin-bottom:6px;
}
.project-meta strong{
  display:block;
  font-size:17px;
  color:var(--ink);
  font-weight:600;
  line-height:1.35;
}
.project-text h2{
  font-size:clamp(28px,3.2vw,42px);
  margin-bottom:24px;
  letter-spacing:-.035em;
}
.project-text p + h2{margin-top:64px}
.project-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:48px;
}
.project-gallery img{
  width:100%;
  height:300px;
  object-fit:cover;
  border-radius:18px;
}
.project-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:40px 0;
  border-top:1px solid var(--line);
}
.project-nav a{
  font-size:15px;
  color:var(--accent);
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.project-nav a:hover{opacity:.8}
@media(max-width:980px){
  .project-hero{padding-top:48px}
  .project-hero-image img{height:40vh;max-height:420px}
  .project-body{grid-template-columns:1fr;gap:48px;padding:64px 0}
  .project-meta{position:static;grid-template-columns:1fr 1fr}
  .project-gallery{grid-template-columns:1fr}
  .project-nav{flex-wrap:wrap}
}

/* Footer spacing */
.footer .logo{margin-bottom:26px}

/* ============ Mobile / responsive polish (≤768px, ≤480px, ≤375px) ============ */
html,body{overflow-x:hidden;max-width:100vw}
img,svg,video{max-width:100%;height:auto}
.nav-toggle{display:none;background:transparent;border:0;width:44px;height:44px;padding:10px;cursor:pointer;flex-direction:column;justify-content:space-between;align-items:stretch}
.nav-toggle span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

@media(max-width:900px){
  .nav-toggle{display:flex}
  .nav{position:absolute;top:78px;left:0;right:0;background:rgba(239,239,239,.98);backdrop-filter:blur(16px);flex-direction:column;gap:0;padding:8px 20px 20px;border-bottom:1px solid var(--line);max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
  .nav.open{display:flex!important;max-height:80vh;padding:8px 20px 20px}
  .nav a{display:block;padding:14px 4px;min-height:44px;font-size:16px;border-bottom:1px solid var(--line);width:100%}
  .nav a:last-child{border-bottom:0}
  .nav .button{margin-top:12px;text-align:center;border:1px solid var(--ink);padding:12px 20px}
}

@media(max-width:768px){
  :root{--section-y:64px;--gap-lg:32px;--gap-md:20px}
  .wrap,.header-inner,.quote-box{width:min(var(--max),calc(100% - 32px))}
  .header{height:64px}
  .nav{top:64px}
  .logo{font-size:26px}
  h1{font-size:clamp(34px,8vw,48px)!important;letter-spacing:-.03em;word-break:break-word;overflow-wrap:break-word;hyphens:auto}
  .hero h1{font-size:clamp(34px,8vw,48px)!important;line-height:1.06!important}
  h2{font-size:clamp(26px,6vw,38px)}
  h3{font-size:20px}
  p,.hero-text{font-size:17px}
  .hero{padding:40px 0 48px;gap:32px}
  .hero-visual{min-height:280px;border-radius:20px}
  .hero-note{font-size:19px;margin:28px 0;padding-top:24px}
  .intro-grid .lead{font-size:18px}
  .section-head,.intro-grid{gap:24px}
  .value-cards,.tool-grid{grid-template-columns:1fr;margin-top:40px}
  .value-card,.tool-card{padding:24px 20px}
  .big-line{margin-top:56px;padding-top:24px;font-size:20px}
  .process{grid-template-columns:1fr;gap:12px;margin-top:40px}
  .step{min-height:auto;padding:24px 20px}
  .process-note{padding:28px 24px;font-size:20px;margin-top:40px;border-radius:16px}
  .audience-grid{grid-template-columns:1fr;margin-top:40px}
  .audience{min-height:260px;padding:28px 24px;border-radius:16px}
  .audience h3{font-size:22px}
  .works,.vision-grid{grid-template-columns:1fr;margin-top:40px}
  .work img{height:220px}
  .work div{padding:22px 20px}
  .vision-card img{height:240px}
  .quote-box{padding:80px 20px}
  .quote{font-size:clamp(24px,6vw,34px)!important;line-height:1.18}
  .cta{padding:72px 0}
  .cta-button{min-height:48px;padding:0 22px;font-size:16px;width:100%;justify-content:center}
  .about-photo{min-height:auto}
  .about-photo img{min-height:320px}
  .about-statement{font-size:20px!important;margin-top:32px!important;padding-top:24px!important}
  .about-lead{font-size:20px}
  .footer{padding:56px 0 24px}
  .footer-grid{gap:36px}
  .footer .logo{font-size:24px;margin-bottom:16px}
  .why-highlight{padding:24px 22px;margin:32px 0}
  .why-lead{font-size:19px!important}
  /* Project detail pages */
  .project-hero{padding-top:32px}
  .project-hero h1{margin-bottom:16px}
  .project-lead{font-size:19px}
  .project-hero-image{margin-top:40px}
  .project-hero-image img{height:34vh;min-height:220px}
  .project-body{grid-template-columns:1fr;gap:36px;padding:56px 0}
  .project-meta{grid-template-columns:1fr 1fr;gap:20px}
  .project-text h2{font-size:26px;margin-bottom:16px}
  .project-text p + h2{margin-top:40px}
  .project-gallery{grid-template-columns:1fr;gap:14px;margin-top:32px}
  .project-gallery img{height:220px;border-radius:14px}
  .project-nav{padding:28px 0;flex-direction:column;align-items:flex-start;gap:12px}
}

@media(max-width:480px){
  :root{--section-y:56px}
  .wrap,.header-inner,.quote-box{width:calc(100% - 24px)}
  .logo{font-size:24px}
  h1,.hero h1{font-size:clamp(30px,9vw,40px)!important;letter-spacing:-.02em}
  h2{font-size:clamp(24px,7vw,32px)}
  .hero{padding:32px 0 40px}
  .hero-visual{min-height:240px}
  .hero-note{font-size:18px}
  .quote-box{padding:64px 16px}
  .footer-grid{gap:28px}
  .socials{flex-wrap:wrap}
  .step h3{font-size:18px}
  .cta h2{font-size:clamp(22px,6.5vw,30px)}
  .section-head,.intro-grid{gap:20px}
  .section > .wrap > .section-head + *,.section > .wrap > .intro-grid + *,.section > .wrap > .why-grid + *{margin-top:36px}
  .value-cards,.tool-grid{margin-top:36px}
  .process{margin-top:36px}
  .audience-grid{margin-top:36px}
  .works,.vision-grid{margin-top:36px}
}

/* Ensure nav toggle hidden on desktop even when JS adds .open earlier */
@media(min-width:901px){
  .nav{position:static;max-height:none;padding:0;background:transparent;border:0;flex-direction:row}
}

/* Back to top floating button */
.back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:var(--white);color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .2s ease,border-color .2s ease;z-index:50}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:var(--ink);color:var(--white);border-color:var(--ink);transform:translateY(-2px)}
.back-to-top svg{width:22px;height:22px;fill:currentColor}
@media(max-width:980px){.back-to-top{right:16px;bottom:16px}}

