
:root{
  --bg:#fbf7f1;
  --bg2:#fffdf9;
  --text:#111214;
  --muted:#6c665d;
  --gold:#a48c6c;
  --gold-dark:#8f7658;
  --line:#ded2c2;
  --card:#fffbf6;
  --cappuccino:#f0e4d5;
  --shadow:0 16px 45px rgba(66,45,24,.08);
  --container:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Inter,Arial,sans-serif;background:radial-gradient(circle at 50% 0%, #fff 0, var(--bg) 68%);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
a{color:inherit;text-decoration:none}.container{width:min(var(--container),calc(100% - 96px));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{height:92px;width:min(var(--container),calc(100% - 96px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:34px}.brand img{display:block;width:230px;height:auto}.main-nav{display:flex;align-items:center;gap:56px;font-weight:700;font-size:17px}.main-nav a{position:relative}.main-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--gold-dark);transform:scaleX(0);transform-origin:center;transition:.25s ease}.main-nav a:hover::after,.main-nav a.active::after{transform:scaleX(1)}.nav-cta{border:1px solid var(--gold-dark);border-radius:8px;padding:14px 34px;transition:.25s ease}.nav-cta:hover,.nav-cta.active{background:var(--gold);color:white;box-shadow:0 12px 26px rgba(115,86,55,.14)}.menu-toggle{display:none;background:none;border:0;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.menu-toggle span{width:27px;height:2px;background:#111;display:block}.section{padding:78px 0 70px}h1,h2,h3,p{margin-top:0}.eyebrow{display:flex;align-items:center;gap:14px;margin:0 0 28px;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.22em;font-size:14px;font-weight:800}.eyebrow span{width:31px;height:2px;background:var(--gold);display:inline-block}.page-title{max-width:900px;font-size:clamp(46px,4.4vw,72px);line-height:1.05;letter-spacing:-.052em;font-weight:800;margin-bottom:20px}.lead,.narrow-intro>p:not(.eyebrow),.inquiry-main>p{max-width:850px;font-size:18px;line-height:1.62;color:#272727;margin-bottom:0}
/* HERO */
.hero-stacked{padding:68px 0 34px}.hero-title{font-size:clamp(50px,5vw,82px);line-height:1.03;letter-spacing:-.06em;font-weight:800;margin:0 0 24px;max-width:1280px}.hero-title span{display:block;white-space:nowrap}.hero-title strong{display:block;color:var(--gold);font-weight:800}.hero-stacked .lead{max-width:780px}.hero-showcase{width:min(var(--container),calc(100% - 96px));margin:0 auto;overflow:hidden;background:#171717}.hero-showcase img{display:block;width:100%;height:auto}
/* BENEFIT STRIP */
.benefit-strip{background:rgba(255,253,249,.82);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 10px 36px rgba(90,70,47,.04)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.benefit-item{min-height:106px;padding:22px 34px;display:flex;align-items:center;gap:18px;border-right:1px solid var(--line)}.benefit-item:last-child{border-right:0}.icon{width:52px;height:52px;display:inline-grid;place-items:center;flex:0 0 auto;color:var(--gold-dark)}.icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.benefit-item strong{font-size:17px;display:block;margin-bottom:4px}.benefit-item p{margin:0;color:var(--muted);font-size:15px;line-height:1.35}
/* CARDS */
.narrow-intro{max-width:var(--container)}.narrow-intro>p:not(.eyebrow){margin-bottom:30px}.card{background:rgba(255,253,249,.92);border:1px solid #e3d8ca;border-radius:14px;overflow:hidden;box-shadow:0 12px 34px rgba(70,50,28,.06)}.card img{display:block;width:100%;height:auto}.card-body{padding:20px 24px 24px}.card h2{font-size:23px;letter-spacing:-.02em;margin-bottom:8px}.card p{font-size:16px;line-height:1.48;color:#35322e;margin:0}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-cards{width:min(var(--container),calc(100% - 96px));margin:22px auto 0}.service-card{position:relative;padding:16px}.service-card img{border-radius:10px;aspect-ratio:16/7.8;object-fit:cover}.service-card .card-body{padding:20px 2px 2px}.card-icon{position:absolute;top:30px;left:30px;z-index:3;width:70px;height:70px;border-radius:18px;background:rgba(255,253,249,.86);display:grid;place-items:center;color:var(--gold-dark);box-shadow:0 12px 26px rgba(82,61,40,.10)}.card-icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.process-band{width:min(var(--container),calc(100% - 96px));margin:36px auto 0;background:linear-gradient(180deg,#f0e4d5,#f6ece2);border:1px solid #dccab7;border-radius:18px;padding:28px 34px 32px;box-shadow:var(--shadow)}.process-band h2{text-align:center;font-size:28px;letter-spacing:-.03em;margin-bottom:22px}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.process-steps article{display:flex;gap:18px;align-items:flex-start;position:relative}.process-steps article:not(:last-child)::after{content:"→";position:absolute;right:-20px;top:22px;color:var(--gold-dark);font-size:34px;font-weight:300}.process-steps span{width:48px;height:48px;border-radius:50%;background:#e8d9c7;display:grid;place-items:center;color:var(--gold-dark);font-weight:800;font-size:22px;flex:0 0 auto}.process-steps strong{display:block;margin-bottom:5px;font-size:17px}.process-steps p{margin:0;color:#4d4841;line-height:1.43}
/* EXAMPLES */
.examples .narrow-intro>p:not(.eyebrow){max-width:none;white-space:nowrap}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:24px}.example-card{overflow:hidden}.gallery-image{display:block;width:100%;padding:0;border:0;background:#f3ece4;cursor:pointer;aspect-ratio:1/1;overflow:hidden}.gallery-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .35s ease}.gallery-image:hover img{transform:scale(1.03)}.example-card .card-body{padding:18px 22px 20px}.example-card h2{font-size:21px;margin-bottom:6px}.example-card p{font-size:15px;line-height:1.38}.soft-cta{margin-top:32px;background:rgba(255,253,249,.90);border:1px solid #dfd2c1;border-radius:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:24px 34px;box-shadow:0 10px 30px rgba(70,50,28,.05)}.soft-cta h2{font-size:27px;margin-bottom:5px;letter-spacing:-.025em}.soft-cta p{margin:0;color:#34312d}.cube{background:#fff6eb;border-radius:50%;border:1px solid #dccab7}.button{min-height:54px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:0 36px;border:1px solid var(--gold-dark);font-weight:700;font-size:17px;cursor:pointer;transition:.25s ease;background:transparent}.button.primary{width:100%;background:var(--gold);color:#fff;border-color:var(--gold)}.button.secondary{background:transparent;color:var(--text)}.button:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(124,96,65,.15)}
/* INQUIRY */
.inquiry{padding-bottom:78px}.inquiry-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:70px}.inquiry h1 strong{display:block;color:var(--gold);font-size:.72em;letter-spacing:-.035em;margin-top:6px}.contact-form{margin-top:24px;background:rgba(255,253,249,.88);border:1px solid #dfd2c1;border-radius:16px;padding:28px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}label{font-weight:700;font-size:14px;display:block;margin-bottom:18px}input,select,textarea{width:100%;margin-top:9px;border:1px solid #d9cbbb;border-radius:8px;background:rgba(255,255,255,.68);padding:15px 16px;font:inherit;color:var(--text);outline:none;transition:.2s ease}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(164,140,108,.14)}.privacy-note{font-size:13px;color:var(--muted);margin:14px 0 0}.inquiry-side-simple{justify-content:flex-start}.large-idea-card{align-items:flex-start;padding:30px}.idea-card{background:rgba(255,253,249,.84);border:1px solid #dfd2c1;border-radius:14px;box-shadow:0 10px 30px rgba(70,50,28,.05);display:flex;gap:22px}.large-idea-card strong{display:block;font-size:24px;letter-spacing:-.025em;margin-bottom:8px}.large-idea-card p{font-size:16px;line-height:1.55;margin:0;color:#4b463f}
/* FOOTER */
.site-footer{border-top:1px solid var(--line);background:rgba(255,253,249,.75)}.footer-contact-strip{min-height:78px;display:grid;grid-template-columns:1fr 1fr 1.2fr 1.3fr;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.footer-contact-entry{display:flex;align-items:center;gap:14px;color:#2b2824;font-size:15px;line-height:1.35;min-width:0}.footer-contact-entry span:last-child{min-width:0}.footer-mini-icon{width:28px;height:28px;display:inline-grid;place-items:center;color:var(--gold-dark);flex:0 0 auto}.footer-mini-icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-lower{display:grid;grid-template-columns:1fr auto auto;align-items:end;gap:36px;padding:28px 0 30px}.footer-brand img{display:block;width:260px;max-width:100%;height:auto}.footer-links{display:flex;gap:30px;color:#6f6962;font-size:14px}.footer-lower p{margin:0;color:#77706a;font-size:14px;white-space:nowrap}
/* LIGHTBOX */
.lightbox-locked{overflow:hidden}.vp-lightbox{position:fixed;inset:0;background:rgba(17,14,11,.82);z-index:999;display:none;align-items:center;justify-content:center;padding:34px}.vp-lightbox.is-open{display:flex}.vp-lightbox__panel{position:relative;width:min(1120px,100%);max-height:92vh;background:#fffaf4;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.35);overflow:hidden}.vp-lightbox__close{position:absolute;top:14px;right:14px;z-index:3;width:44px;height:44px;border:1px solid rgba(164,140,108,.5);border-radius:50%;background:rgba(255,253,249,.92);font-size:28px;line-height:1;cursor:pointer;color:#302c28}.vp-lightbox__image-wrap{max-height:76vh;background:#120f0d;display:grid;place-items:center}.vp-lightbox__image{max-width:100%;max-height:76vh;width:auto;height:auto;display:block}.vp-lightbox__caption{padding:18px 24px 22px}.vp-lightbox__caption h2{margin:0 0 5px;font-size:23px}.vp-lightbox__caption p{margin:0;color:#514a43}
@media (max-width:1180px){
  .container,.header-inner,.service-cards,.process-band,.hero-showcase{width:calc(100% - 48px)}.brand img{width:205px}.main-nav{gap:34px}.hero-title span{white-space:normal}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-item:nth-child(2){border-right:0}.benefit-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.cards-3,.gallery-grid{grid-template-columns:1fr 1fr}.inquiry-grid{grid-template-columns:1fr;gap:36px}.footer-contact-strip{grid-template-columns:1fr 1fr}.footer-lower{grid-template-columns:1fr;align-items:start}.footer-links{order:2}.footer-lower p{order:3;white-space:normal}.process-steps{grid-template-columns:1fr}.process-steps article:not(:last-child)::after{display:none}.soft-cta{grid-template-columns:auto 1fr}
}
@media (max-width:760px){
  .container,.header-inner,.service-cards,.process-band,.hero-showcase{width:calc(100% - 30px)}.header-inner{height:76px}.brand img{width:178px}.menu-toggle{display:flex}.main-nav{display:none;position:absolute;left:15px;right:15px;top:76px;flex-direction:column;gap:0;background:#fffdf9;border:1px solid var(--line);border-radius:12px;padding:10px;box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.main-nav a{width:100%;padding:14px}.main-nav a::after{display:none}.nav-cta{text-align:center}.section{padding:54px 0}.hero-stacked{padding:46px 0 28px}.hero-title{font-size:clamp(42px,13vw,58px)}.lead,.narrow-intro>p:not(.eyebrow),.inquiry-main>p{font-size:16px}.benefit-grid,.cards-3,.gallery-grid,.form-row,.footer-contact-strip{grid-template-columns:1fr}.benefit-item{border-right:0;border-bottom:1px solid var(--line)}.benefit-item:last-child{border-bottom:0}.service-card img{aspect-ratio:16/10}.soft-cta{grid-template-columns:1fr;padding:22px}.button{width:100%}.footer-brand img{width:220px}.examples .narrow-intro>p:not(.eyebrow){white-space:normal}.page-title{font-size:clamp(40px,12vw,56px)}.contact-form{padding:22px}.footer-contact-strip{padding:16px 0;gap:16px}.footer-lower{gap:20px}
}

/* FORM — sporočila po oddaji */
.form-message{margin:16px 0 0;padding:14px 18px;border-radius:8px;font-size:15px;font-weight:600;line-height:1.45}
.form-success{background:#eaf6ee;color:#1c5c2e;border:1px solid #a3d9b0}
.form-error{background:#fdf1f1;color:#7a1f1f;border:1px solid #e8a9a9}
/* FORM — gumb onemogočen */
button[type="submit"]:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}
/* HONEYPOT — skrito pred ljudmi */
.hp-trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}
