*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --dark:#1a3235;--dark2:#243d40;--sage:#dde8e4;--sage2:#eaf1ee;
  --teal:#4ab5b0;--teal2:#3a9e99;--white:#ffffff;--text:#2c3e3a;--muted:#5a7068;
  --fd:'Cormorant Garamond',Georgia,serif;--fb:'Inter',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
#pris-mennesker,#pris-dyr,#sub-boern,#sub-voksne,#sub-heste,#cond-boern,#cond-voksne,#cond-heste,#anmeldelser{scroll-margin-top:160px}
body{font-family:var(--fb);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}

/* PAGE SYSTEM */
.page{display:none}.page.active{display:block}

/* NOTICE */
.notice-wrap{position:fixed;top:0;left:0;right:0;z-index:200}
.notice{background:var(--teal);color:var(--white);text-align:center;padding:11px 24px;font-size:.82rem;font-weight:500;line-height:1.5}
.notice a{color:var(--white);text-decoration:underline}
.notice-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--white);font-size:1.1rem;cursor:pointer;opacity:.7;line-height:1}
.notice-close:hover{opacity:1}

/* NAV */
nav{position:fixed;left:50%;transform:translateX(-50%);width:calc(100% - 32px);max-width:960px;background:var(--white);border-radius:60px;padding:10px 14px 10px 18px;display:flex;align-items:center;justify-content:space-between;z-index:150;box-shadow:0 4px 24px rgba(0,0,0,.10)}
.nav-logo{cursor:pointer;display:flex;align-items:center}
.nav-logo img{height:42px;width:auto}
.nav-links{display:flex;gap:0;list-style:none;align-items:center}
.nav-links li{position:relative}
.nav-links a{text-decoration:none;font-size:.75rem;font-weight:500;color:var(--text);letter-spacing:.04em;text-transform:uppercase;transition:color .2s;padding:8px 12px;display:block;white-space:nowrap}
.nav-links a:hover,.nav-links a.active-link{color:var(--teal)}
.nav-links .dropdown{display:none;position:absolute;top:100%;left:0;padding-top:8px;min-width:200px;z-index:200}
.nav-links .dropdown::before{content:'';position:absolute;top:0;left:0;right:0;height:8px}
.nav-links .dropdown-inner{background:var(--white);border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.12);padding:8px 0}
.nav-links li:hover .dropdown, .nav-links li:focus-within .dropdown{display:block}
.nav-links .dropdown a{font-size:.74rem;padding:10px 18px;color:var(--text)}
.nav-links .dropdown a:hover{color:var(--teal);background:var(--sage2)}
.nav-cta{background:var(--teal);color:var(--white);border:none;border-radius:40px;padding:11px 20px;font-size:.75rem;font-weight:600;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;transition:background .2s;text-decoration:none;white-space:nowrap}
.nav-cta:hover{background:var(--dark)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:22px;height:2px;background:var(--dark);border-radius:2px;display:block;transition:all .3s}
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--dark);z-index:140;padding:100px 32px 40px;flex-direction:column;gap:8px}
.mobile-menu.open{display:flex}
.mobile-menu a{color:var(--white);text-decoration:none;font-size:1.1rem;font-weight:500;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-menu a:hover{color:var(--teal)}
.mobile-close{position:absolute;top:24px;right:24px;background:none;border:none;color:var(--white);font-size:1.8rem;cursor:pointer}

/* SHARED */
section{padding:96px 24px}
.container{max-width:940px;margin:0 auto}
.eyebrow{display:flex;align-items:center;gap:0;font-size:.70rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:20px}
.eyebrow.light{color:rgba(255,255,255,.50)}
.eyebrow.dark{color:var(--muted)}
.eyebrow::before{content:'';display:inline-block;width:28px;height:2px;background:var(--teal);border-radius:2px}
.eyebrow::after{content:'';display:inline-block;width:7px;height:7px;background:var(--teal);border-radius:50%;margin:0 10px 0 -1px}
h2{font-family:var(--fd);font-size:clamp(2rem,5vw,3.1rem);font-weight:400;line-height:1.2;color:var(--dark)}
h2 em{color:var(--teal);font-style:normal}
h2.light{color:var(--white)}
.btn-primary{display:inline-flex;align-items:center;gap:12px;background:var(--teal);color:var(--white);border-radius:60px;padding:15px 26px;font-size:.86rem;font-weight:600;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:background .2s,transform .15s;border:none;cursor:pointer;font-family:var(--fb)}
.btn-primary:hover{background:var(--dark2);transform:translateY(-1px)}
.btn-primary .arr{width:30px;height:30px;background:rgba(255,255,255,.18);border-radius:50%;display:flex;align-items:center;justify-content:center}
.btn-outline{display:inline-flex;align-items:center;gap:10px;border:1.5px solid rgba(255,255,255,.28);color:var(--white);border-radius:60px;padding:15px 26px;font-size:.86rem;font-weight:500;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;transition:border-color .2s,transform .15s}
.btn-outline:hover{border-color:var(--teal);transform:translateY(-1px)}
.btn-outline.dk{border-color:var(--teal);color:var(--teal)}
.btn-outline.dk:hover{background:var(--teal);color:var(--white)}

/* PAGE HERO (interior pages) */
.page-hero{background:var(--dark);padding:160px 24px 80px;position:relative;overflow:hidden}
.page-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 80% 50%,rgba(74,181,176,.11) 0%,transparent 65%)}
.page-hero .container{position:relative;z-index:1}
.page-hero h1{font-family:var(--fd);font-size:clamp(2.4rem,6vw,4.2rem);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:16px}
.page-hero h1 em{color:var(--teal);font-style:normal}
.page-hero p{font-size:.95rem;color:rgba(255,255,255,.62);line-height:1.75;max-width:520px}

/* ── HOME ── */
.hero{min-height:100vh;background:var(--dark);display:flex;flex-direction:column;justify-content:flex-end;padding:0 28px 88px;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(155deg,#1e3a3e 0%,#0f2427 55%,#162e31 100%)}
.hero-bg::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 45% at 72% 38%,rgba(74,181,176,.13) 0%,transparent 68%)}
.hero-photo{position:absolute;top:0;right:0;bottom:0;width:46%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.4) 22%,rgba(0,0,0,1) 50%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.4) 22%,rgba(0,0,0,1) 50%)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}
@media(max-width:760px){.hero-photo{display:none}}
.hero-bg::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 55% 45% at 72% 38%,rgba(74,181,176,.13) 0%,transparent 68%)}
.hero h1{font-family:var(--fd);font-size:clamp(2.8rem,8vw,5.8rem);font-weight:400;line-height:1.08;color:var(--white);position:relative;z-index:1;margin-bottom:22px}
.hero h1 em{color:var(--teal);font-style:normal}
.hero-sub{font-size:.93rem;color:rgba(255,255,255,.62);line-height:1.75;max-width:460px;position:relative;z-index:1;margin-bottom:40px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:1}
.eyebrow.hero-ey{position:relative;z-index:1}

/* CONDITIONS */
.conditions{background:var(--sage2)}
.conditions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:40px}
.condition-pill{background:var(--white);border-radius:60px;padding:14px 18px;text-align:center;font-size:.83rem;font-weight:500;color:var(--text);box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .2s;cursor:default;display:flex;align-items:center;justify-content:center;min-height:54px}
.condition-pill:hover{box-shadow:0 6px 20px rgba(0,0,0,.10)}
@media(max-width:760px){
  .conditions-grid{grid-template-columns:repeat(2,1fr)}
  /* Gruppér hestetags (Skæv haleføring + Gjordkrampe) sammen i højre kolonne, stablet */
  .conditions-grid .condition-pill:nth-child(10){order:11}
  .conditions-grid .condition-pill:nth-child(11){order:10}
  .conditions-grid .condition-pill:nth-child(12){order:12}
}

/* TREATMENTS HOME */
.treatments{background:var(--white)}
.treatment-list{margin-top:48px}
.treatment-item{display:flex;align-items:flex-start;gap:20px;padding:28px 12px;border-bottom:1px solid rgba(0,0,0,.07);cursor:pointer;transition:background .15s,border-radius .15s;border-radius:12px;margin:0 -12px;text-decoration:none;color:inherit}
.treatment-item:last-child{border-bottom:none}
.treatment-item:hover{background:var(--sage2)}
.treatment-item:hover .t-link{background:var(--dark)}
.t-icon{width:52px;height:52px;border-radius:50%;background:var(--sage);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}
.t-icon.dk{background:var(--dark)}
.t-body h3{font-family:var(--fd);font-size:1.45rem;font-weight:600;color:var(--dark);margin-bottom:6px}
.t-body p{font-size:.87rem;color:var(--muted);line-height:1.68}
.t-link{margin-left:auto;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1rem;transition:background .2s,transform .15s;align-self:center;cursor:pointer;border:none;font-family:var(--fb)}
.t-link:hover{background:var(--dark);transform:scale(1.08)}

/* ABOUT HOME */
.about{background:var(--sage2)}
.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.about-img-wrap{position:relative}
.about-img-wrap img{width:100%;border-radius:20px;display:block;object-fit:cover;aspect-ratio:3/4}
.about-text h2{margin-bottom:20px}
.about-text p{font-size:.9rem;color:var(--muted);line-height:1.78;margin-bottom:14px}

/* REVIEWS */
.reviews{background:var(--dark)}
.reviews h2{color:var(--white);margin-bottom:0}
.reviews-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:16px;margin-bottom:36px}
.carousel-wrap{overflow-x:auto;overflow-y:hidden;border-radius:22px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
.carousel-wrap::-webkit-scrollbar{display:none}
.carousel-track{display:flex}
.review-card{scroll-snap-align:start;flex:0 0 100%;min-width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:32px}
.stars{color:var(--teal);font-size:.95rem;letter-spacing:3px;margin-bottom:16px}
.review-card p{font-size:.88rem;color:rgba(255,255,255,.72);line-height:1.78;margin-bottom:24px}
.reviewer{display:flex;align-items:center;gap:12px}
.rev-initial{width:38px;height:38px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:600;flex-shrink:0}
.rev-name{font-size:.84rem;font-weight:600;color:var(--white)}
.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}
.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);border:none;cursor:pointer;transition:background .25s,transform .2s;padding:0}
.dot.active{background:var(--teal);transform:scale(1.3)}
.carr-arrows{display:flex;gap:10px}
.carr-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.7);cursor:pointer;font-size:1rem;transition:border-color .2s,color .2s;display:flex;align-items:center;justify-content:center}
.carr-btn:hover{border-color:var(--teal);color:var(--teal)}

/* CONTACT */
.contact{background:var(--sage2)}
.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.contact-info h2{margin-bottom:16px}
.contact-info p{font-size:.9rem;color:var(--muted);line-height:1.75;margin-bottom:28px}
.c-detail{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.c-icon{width:42px;height:42px;border-radius:50%;background:var(--dark);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}
.c-detail span{font-size:.88rem;color:var(--text)}
.c-form{display:flex;flex-direction:column;gap:12px}
.form-notice{background:rgba(74,181,176,.12);border-left:3px solid var(--teal);border-radius:12px;padding:14px 18px;font-size:.85rem;color:var(--muted);line-height:1.6;margin-bottom:16px}
.field-with-hint{position:relative}
.field-with-hint input{padding-right:44px}
.hint-icon{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:var(--sage2);color:var(--teal2);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;font-family:var(--fb);padding:0}
.hint-icon:hover,.hint-icon:focus{background:var(--teal);color:var(--white)}
.hint-bubble{display:none;position:absolute;top:calc(100% + 8px);right:0;width:250px;background:var(--dark);color:rgba(255,255,255,.85);font-size:.78rem;line-height:1.55;padding:12px 14px;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.18);z-index:20;text-align:left}
.hint-bubble.show{display:block}
.review-cta{margin-top:22px;text-align:center;font-size:.85rem;color:rgba(255,255,255,.55)}
.review-cta a{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.review-hint-wrap{position:relative;display:inline-flex;align-items:center;margin-left:6px;vertical-align:middle}
.review-hint-icon{width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.12);color:rgba(255,255,255,.8);font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;font-family:var(--fb);padding:0}
.review-hint-icon:hover,.review-hint-icon:focus{background:var(--teal);color:var(--white)}
.review-hint-bubble{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);width:230px;background:var(--dark);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.85);font-size:.78rem;line-height:1.55;padding:12px 14px;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:20;text-align:left}
.review-hint-bubble.show{display:block}
.c-form input,.c-form textarea{background:var(--white);border:none;border-radius:60px;padding:15px 22px;font-size:.88rem;font-family:var(--fb);color:var(--text);outline:none;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:box-shadow .2s;width:100%}
.c-form textarea{border-radius:18px;resize:vertical;min-height:115px}
.c-form input:focus,.c-form textarea:focus{box-shadow:0 0 0 2px var(--teal)}
.c-form input::placeholder,.c-form textarea::placeholder{color:#aab8b5}
.form-success{display:none;background:var(--sage2);border-radius:18px;padding:24px 28px;text-align:center;margin-top:8px}
.form-success h4{color:var(--dark);margin:0 0 6px;font-size:1.1rem}
.form-success p{color:var(--muted);margin:0;font-size:.9rem}
#scrollTop{position:fixed;bottom:28px;right:28px;width:44px;height:44px;border-radius:50%;background:var(--teal);color:var(--white);border:none;font-size:1.3rem;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.18);z-index:999;transition:opacity .2s}
#scrollTop.visible{display:flex}

/* FOOTER */
footer{background:var(--dark);padding:56px 24px 36px}
.footer-inner{max-width:940px;margin:0 auto}
.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:28px}
.footer-logo img{height:32px;display:block}
.footer-logo{display:inline-flex;align-items:center}
.footer-social{display:flex;gap:10px}
.footer-links{display:flex;gap:32px;flex-wrap:wrap}
.social-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);text-decoration:none;font-size:.8rem;font-weight:600;transition:border-color .2s,color .2s}
.social-btn:hover{border-color:var(--teal);color:var(--teal)}
.footer-divider{height:1px;background:rgba(255,255,255,.1);margin-bottom:24px}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.76rem;color:rgba(255,255,255,.45)}

/* ── KST PAGE ── */
.kst-content{background:var(--white)}
.kst-body{display:grid;grid-template-columns:2fr 1fr;gap:64px;align-items:start}
.approach-text p{font-size:.92rem;color:var(--muted);line-height:1.82;margin-bottom:18px}
.kst-body p{font-size:.92rem;color:var(--muted);line-height:1.82;margin-bottom:18px}
.kst-img{border-radius:20px;width:100%;display:block;position:sticky;top:120px}
.kst-sidebar{background:var(--sage2);border-radius:20px;padding:32px;position:sticky;top:120px}
.kst-sidebar h3{font-family:var(--fd);font-size:1.3rem;color:var(--dark);margin-bottom:16px}
.kst-sidebar p{font-size:.86rem;color:var(--muted);line-height:1.7;margin-bottom:20px}

/* HVAD KAN KST */
.kst-conditions-page{background:var(--sage2)}
.cond-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.cond-col{background:var(--white);border-radius:20px;padding:32px}
.cond-col h3{font-family:var(--fd);font-size:1.4rem;color:var(--dark);margin-bottom:20px;padding-bottom:14px;border-bottom:2px solid var(--teal)}
.cond-col ul{list-style:none}
.cond-col ul li{font-size:.87rem;color:var(--muted);padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:10px}
.cond-col ul li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal);flex-shrink:0}
.cond-note{background:var(--dark);border-radius:20px;padding:32px;margin-top:32px;color:rgba(255,255,255,.75);font-size:.9rem;line-height:1.75}
.cond-note strong{color:var(--white)}

/* BEHANDLINGSFORMER PAGE */
.behandling-intro{background:var(--white)}
.behandling-intro p{font-size:.92rem;color:var(--muted);line-height:1.82;max-width:680px}
.teknikker{background:var(--sage2)}
.teknik-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:48px}
.teknik-card{background:var(--white);border-radius:20px;padding:28px}
.teknik-card h3{font-family:var(--fd);font-size:1.25rem;color:var(--dark);margin-bottom:10px}
.teknik-card p{font-size:.85rem;color:var(--muted);line-height:1.72}
.behandling-sub{background:var(--white)}
.sub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.sub-card{background:var(--sage2);border-radius:20px;padding:32px;cursor:pointer;transition:box-shadow .2s,transform .15s;display:flex;flex-direction:column;gap:16px}
.sub-card:hover{box-shadow:0 8px 32px rgba(74,181,176,.2);transform:translateY(-3px)}
.sub-icon{font-size:2rem}
.sub-card h3{font-family:var(--fd);font-size:1.35rem;color:var(--dark)}
.sub-card p{font-size:.86rem;color:var(--muted);line-height:1.7;flex:1}
.sub-card .t-link{margin-left:0;align-self:flex-start}

/* PRISER PAGE */
.priser-section{background:var(--white)}
.price-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:48px}
.price-card{border-radius:22px;padding:32px;display:flex;flex-direction:column;gap:12px}
.price-card.light{background:var(--sage2)}
.price-card.dark{background:var(--dark);color:var(--white)}
.price-cat{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);font-weight:600}
.price-card.dark .price-desc{color:rgba(255,255,255,.6)}
.price-title{font-family:var(--fd);font-size:1.5rem;color:var(--dark)}
.price-card.dark .price-title{color:var(--white)}
.price-amount{font-family:var(--fd);font-size:3rem;font-weight:600;color:var(--teal);line-height:1}
.price-amount sup{font-size:1.2rem;vertical-align:super}
.price-desc{font-size:.84rem;color:var(--muted);line-height:1.6}
.price-note{background:var(--sage2);border-radius:16px;padding:24px;margin-top:12px;font-size:.86rem;color:var(--muted);line-height:1.7}
.price-note strong{color:var(--dark)}

/* OM MIG PAGE */
.om-intro{background:var(--sage2)}
.om-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}
.om-img{border-radius:20px;width:100%;display:block}
.om-text p{font-size:.92rem;color:var(--muted);line-height:1.82;margin-bottom:16px}
.om-text h3{font-family:var(--fd);font-size:1.5rem;color:var(--dark);margin:28px 0 14px}
.timeline{background:var(--white)}
.tl-items{margin-top:48px;display:flex;flex-direction:column;gap:0}
.tl-item{display:flex;gap:24px;padding:28px 0;border-bottom:1px solid rgba(0,0,0,.07)}
.tl-item:last-child{border-bottom:none}
.tl-year{font-family:var(--fd);font-size:1.4rem;color:var(--teal);font-weight:600;min-width:60px;padding-top:2px}
.tl-body h4{font-family:var(--fd);font-size:1.2rem;color:var(--dark);margin-bottom:6px}
.tl-body p{font-size:.87rem;color:var(--muted);line-height:1.7}

/* KONTAKT PAGE */
.kontakt-section{background:var(--sage2)}
.kontakt-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}
.map-placeholder{background:var(--dark);border-radius:20px;height:260px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);font-size:.85rem;margin-top:28px;overflow:hidden}
.map-placeholder iframe{width:100%;height:100%;border:none;border-radius:20px}
.gal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;margin-top:0}
.gal-item{border-radius:10px;overflow:hidden;aspect-ratio:1;cursor:zoom-in;background:var(--sage2);position:relative}
.gal-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.gal-item:hover img{transform:scale(1.04)}
.lightbox-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
.lightbox-track::-webkit-scrollbar{display:none}
.lightbox-slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;height:100%}
.lightbox-slide img{max-width:92vw;max-height:92vh;border-radius:8px;object-fit:contain;-webkit-user-select:none;user-select:none}
.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.12);border:none;color:var(--white);font-size:1.3rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:501}
.lightbox-arrow:hover{background:rgba(255,255,255,.22)}
.lightbox-prev{left:16px}
.lightbox-next{right:16px}
@media(max-width:600px){.lightbox-arrow{width:40px;height:40px;font-size:1.1rem}.lightbox-prev{left:8px}.lightbox-next{right:8px}}
/* RESPONSIVE */
@media(max-width:760px){
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex}
  nav{top:50px;padding:10px 16px}
  .about-inner,.contact-inner,.kontakt-grid,.om-grid,.kst-body{grid-template-columns:1fr;gap:40px}
  .about-img-wrap{max-width:300px;margin:0 auto}
  .hero{padding:0 20px 72px}
  section{padding:72px 20px}
  .cond-cols,.sub-grid{grid-template-columns:1fr}
  .price-grid{grid-template-columns:1fr 1fr}
  .notice{font-size:.76rem}
  .kst-sidebar{position:static}
  footer{padding:32px 20px 24px}
  .footer-top{gap:16px}
  .footer-links{display:none}
}
@media(max-width:480px){.price-grid{grid-template-columns:1fr}}
