@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
:root{--dark:#111;--text:#2d2d2d;--muted:#6a6a6a;--line:#e8e5df;--soft:#f7f5f0;--accent:#ff3b0a;--white:#fff;--radius:24px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Manrope,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--white)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;padding:18px 5vw;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand img{width:250px;height:auto}.main-nav{display:flex;gap:24px;margin-left:auto;font-size:15px;color:#555}.main-nav a{padding:10px 0}.main-nav a.active,.main-nav a:hover{color:var(--dark)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700}.nav-cta{background:var(--dark);color:#fff;padding:12px 18px}.hero{min-height:720px;position:relative;display:grid;align-items:end;overflow:hidden;background:#171717}.hero-bg:after{content:"";position:absolute;right:-10%;bottom:-22%;width:80%;height:55%;background:linear-gradient(135deg,transparent 20%,rgba(255,255,255,.09) 20% 38%,transparent 38%),repeating-linear-gradient(140deg,rgba(255,255,255,.08) 0 2px,transparent 2px 34px);transform:rotate(-8deg)}.hero-content{position:relative;padding:0 5vw 90px;max-width:980px;color:#fff}.eyebrow{margin:0 0 18px;color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:13px}.hero h1,.page-hero h1{font-size:clamp(48px,7vw,94px);line-height:.96;letter-spacing:-.06em;margin:0 0 24px;color:inherit}.lead,.page-hero p{font-size:clamp(18px,2vw,24px);line-height:1.5;color:rgba(255,255,255,.78);max-width:720px}.hero-actions{display:flex;gap:14px;margin-top:34px}.button{padding:15px 22px;border:1px solid transparent}.button.primary{background:var(--accent);color:#fff}.button.secondary{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:#fff}.section{padding:90px 5vw}.section.compact{padding:34px 5vw}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.trust-grid div{background:#fff;padding:28px}.trust-grid strong{display:block;color:#111;font-size:20px}.trust-grid span{display:block;margin-top:8px;color:var(--muted)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-head h2,.split-section h2,.about h2,.quote-form h2,.guide h2{font-size:clamp(34px,5vw,64px);line-height:1;letter-spacing:-.05em;margin:0;color:#111}.section-head a{font-weight:800;color:var(--accent)}.cards,.material-grid{display:grid;gap:18px}.cards.five{grid-template-columns:repeat(5,1fr)}.card,.material-card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff;min-height:230px}.card span,.material-card span{display:inline-flex;background:var(--soft);border-radius:999px;padding:8px 12px;font-weight:800;color:#111}.card h3{margin:28px 0 12px;font-size:24px;line-height:1.1;color:#111}.card p,.material-card p,.about p,.quote-form p,.split-section p{color:var(--muted);line-height:1.7}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:95px 5vw;background:var(--dark);color:#fff}.split-section h2{color:#fff}.check-list{padding:0;margin:24px 0 0;list-style:none}.check-list li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.15)}.check-list li:before{content:"✓";color:var(--accent);font-weight:900;margin-right:10px}.muted{background:var(--soft)}.about{max-width:900px}.quote-form{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:16px;font:inherit;background:#fff}.form textarea{grid-column:1/-1;min-height:130px}.form button{border:0;cursor:pointer}.page-hero{padding:110px 5vw 70px;background:var(--soft)}.page-hero h1{max-width:1050px;color:#111}.page-hero p{color:var(--muted)}.material-grid{grid-template-columns:repeat(3,1fr)}.material-card h2{font-size:42px;letter-spacing:-.04em;margin:26px 0 14px;color:#111}.material-card a{display:inline-block;margin-top:18px;font-weight:800;color:var(--accent)}.material-card.featured{background:#111;color:#fff}.material-card.featured h2{color:#fff}.material-card.featured span{background:rgba(255,255,255,.12);color:#fff}.guide{padding-top:10px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:18px 22px;border-bottom:1px solid var(--line)}th{background:var(--soft);color:#111}.footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;padding:46px 5vw;border-top:1px solid var(--line);color:var(--muted)}.footer img{width:240px}@media(max-width:980px){.site-header{flex-wrap:wrap}.main-nav{order:3;width:100%;overflow:auto;margin-left:0}.cards.five,.material-grid,.trust-grid{grid-template-columns:1fr 1fr}.quote-form,.split-section{grid-template-columns:1fr}.brand img{width:210px}}@media(max-width:640px){.nav-cta{display:none}.hero{min-height:620px}.cards.five,.material-grid,.trust-grid,.form,.footer{grid-template-columns:1fr}.section,.quote-form{padding:64px 5vw}.hero-content{padding-bottom:60px}.hero-actions{flex-direction:column}.brand img{width:190px}}


/* Hover-effekt för material- och innehållskort */
.material-card,
.product-card,
.card {
    transition: all 0.25s ease;
}

.material-card:hover,
.product-card:hover,
.card:hover {
    background: #fff7ef;
    border-color: #f4b183;
    transform: translateY(-3px);
}

.material-card:hover h3,
.product-card:hover h3,
.card:hover h3 {
    color: #c96b1a;
}


/* Standardkort ljusgrå */
.material-card,
.product-card,
.card{
    background:#f5f5f5;
    border:1px solid #e5e5e5;
}

/* Orange hover */
.material-card:hover,
.product-card:hover,
.card:hover{
    background:#fff7ef;
    border-color:#f4b183;
}

.delivery-highlight{
 text-align:center;
 padding:40px 20px;
}
.delivery-highlight p{
 font-size:clamp(1.4rem,2.5vw,2rem);
 font-weight:500;
 max-width:1000px;
 margin:0 auto;
 line-height:1.5;
 color:#111;
}
.delivery-highlight strong{
 color:#c96b1a;
}

.hero-subtitle{
    font-size:1.3rem;
    line-height:1.6;
    max-width:800px;
    margin:20px auto 35px;
    text-align:center;
    color:#444;
}
.hero-subtitle strong{
    color:#c96b1a;
    font-weight:700;
}


/* Elegant bildgalleri */
.site-gallery{
    padding:80px 0;
    background:#ffffff;
}
.site-gallery .section-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 34px;
}
.site-gallery .eyebrow{
    display:inline-block;
    font-size:.82rem;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#c96b1a;
    font-weight:700;
    margin-bottom:10px;
}
.site-gallery h2{
    margin:0 0 12px;
}
.site-gallery p{
    margin:0;
    color:#555;
    line-height:1.7;
}
.gallery-grid{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:22px;
    align-items:stretch;
}
.gallery-card{
    margin:0;
    border-radius:24px;
    overflow:hidden;
    background:#f5f5f5;
    min-height:360px;
}
.gallery-card-large{
    min-height:460px;
}
.gallery-card img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .45s ease;
}
.gallery-card:hover img{
    transform:scale(1.035);
}
@media (max-width: 850px){
    .site-gallery{
        padding:56px 0;
    }
    .gallery-grid{
        grid-template-columns:1fr;
    }
    .gallery-card,
    .gallery-card-large{
        min-height:280px;
    }
}


.hero-bg{
position:absolute;
inset:0;
background:
linear-gradient(135deg,rgba(0,0,0,.70),rgba(0,0,0,.25)),
radial-gradient(circle at 74% 25%,rgba(255,59,10,.35),transparent 40%),
url("assets/makadam-bakgrund-main.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

.hero-delivery{
font-size:clamp(24px,2.5vw,36px);
line-height:1.4;
font-weight:600;
color:#fff;
max-width:900px;
margin:0 0 25px;
}
.hero-delivery strong{
color:#ff5a1f;
}

.calculator-hero{
    background:#f7f5f0;
}
.calculator-section{
    background:#fff;
}
.calculator-card{
    max-width:1000px;
    margin:0 auto;
    padding:34px;
    border-radius:24px;
    background:#f5f5f5;
    border:1px solid #e5e5e5;
}
.calc-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}
.calc-grid label{
    display:grid;
    gap:8px;
    font-weight:800;
    color:#111;
}
.calc-grid input,
.calc-grid select{
    width:100%;
    border:1px solid #e5e5e5;
    border-radius:16px;
    padding:16px;
    font:inherit;
    background:#fff;
}
.calc-results{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:24px;
}
.calc-results div{
    border-radius:20px;
    background:#111;
    color:#fff;
    padding:26px;
}
.calc-results span{
    display:block;
    color:#ff5a1f;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:13px;
    margin-bottom:10px;
}
.calc-results strong{
    display:block;
    font-size:clamp(32px,5vw,56px);
    line-height:1;
}
.calc-note{
    margin:20px 0 0;
    color:#6a6a6a;
    line-height:1.6;
}
@media(max-width:700px){
    .calc-grid,
    .calc-results{
        grid-template-columns:1fr;
    }
    .calculator-card{
        padding:22px;
    }
}

.material-card,.material-card.featured{background:#f5f5f5!important;color:#2d2d2d!important}.material-card h2,.material-card.featured h2{color:#111!important}.material-card.featured span{background:#f7f5f0!important;color:#111!important}.material-link-card{display:block}.material-link-card strong{display:inline-block;margin-top:18px;color:#ff3b0a}
.material-detail-hero{display:grid;grid-template-columns:1fr .9fr;gap:36px;align-items:stretch;padding:90px 5vw;background:#f7f5f0}.material-detail-hero h1{font-size:clamp(58px,8vw,120px);line-height:.9;letter-spacing:-.07em;margin:0 0 22px;color:#111}.material-detail-hero p:not(.eyebrow){font-size:clamp(18px,2vw,24px);line-height:1.5;color:#6a6a6a;max-width:720px}.material-image-placeholder{min-height:360px;border-radius:28px;border:2px dashed #d8d4cc;background:linear-gradient(135deg,rgba(255,59,10,.10),rgba(255,255,255,.35)),#efede8;display:flex;align-items:center;justify-content:center;color:#777;font-weight:800}.material-detail-layout{display:grid;grid-template-columns:1fr .8fr;gap:28px;align-items:start}.material-info-panel,.material-side-panel>*{border-radius:24px;border:1px solid #e5e5e5;background:#f5f5f5;padding:30px}.material-info-panel h2,.mini-calculator h2,.order-box h2{margin:0 0 14px;color:#111;font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:-.05em}.material-info-panel h3{margin-top:28px;color:#111}.check-list.light li{color:#333;border-bottom:1px solid #dedede}.material-side-panel{display:grid;gap:18px}.mini-calculator label,.order-box{display:grid;gap:12px}.mini-calculator input,.order-box input,.order-box textarea{width:100%;border:1px solid #e5e5e5;border-radius:16px;padding:15px;font:inherit;background:#fff}.order-box textarea{min-height:110px}.density-note{color:#6a6a6a}.mini-results{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}.mini-results div{background:#111;color:#fff;border-radius:18px;padding:18px}.mini-results span{display:block;color:#ff5a1f;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.mini-results strong{font-size:26px;line-height:1}@media(max-width:900px){.material-detail-hero,.material-detail-layout{grid-template-columns:1fr}}@media(max-width:560px){.mini-results{grid-template-columns:1fr}}


/* Leveranskarta med klickbar knappnål */
.delivery-map{
    position:relative;
    min-height:230px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:
      radial-gradient(circle at 30% 25%, rgba(255,90,31,.18), transparent 28%),
      linear-gradient(135deg, rgba(255,255,255,.78), rgba(245,245,245,.92)),
      repeating-linear-gradient(0deg, transparent 0 31px, rgba(0,0,0,.045) 31px 32px),
      repeating-linear-gradient(90deg, transparent 0 31px, rgba(0,0,0,.045) 31px 32px);
    cursor:crosshair;
}
.delivery-map::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(35deg, transparent 42%, rgba(201,107,26,.28) 43%, rgba(201,107,26,.28) 46%, transparent 47%),
      linear-gradient(115deg, transparent 58%, rgba(0,0,0,.08) 59%, rgba(0,0,0,.08) 61%, transparent 62%);
    pointer-events:none;
}
.map-help{
    position:absolute;
    left:14px;
    bottom:14px;
    right:14px;
    background:rgba(17,17,17,.82);
    color:#fff;
    border-radius:999px;
    padding:10px 14px;
    font-size:13px;
    font-weight:800;
    text-align:center;
}
.map-pin{
    display:none;
    position:absolute;
    width:24px;
    height:24px;
    background:#ff3b0a;
    border:3px solid #fff;
    border-radius:50% 50% 50% 0;
    transform:translate(-50%,-100%) rotate(-45deg);
    box-shadow:0 10px 24px rgba(0,0,0,.25);
    z-index:2;
}
.map-pin::after{
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#fff;
    left:5px;
    top:5px;
}
.form-wide{
    grid-column:1/-1;
}
.delivery-position{
    grid-column:1/-1;
}


/* Riktig interaktiv karta */
.delivery-map{
    min-height:320px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
    cursor:auto;
}
.delivery-map::before{
    display:none !important;
}
.delivery-map .leaflet-control-attribution{
    font-size:10px;
}
.delivery-map .leaflet-control-zoom a{
    color:#111;
}
.map-help,
.map-pin{
    display:none !important;
}

.order-help{
    color:#6a6a6a;
    font-size:13px;
    margin-top:-6px;
}

.price-box{
    background:#111;
    color:#fff;
    border-radius:18px;
    padding:18px;
    margin:0 0 8px;
}
.price-box span{
    display:block;
    color:#ff5a1f;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
    margin-bottom:8px;
}
.price-box strong{
    display:block;
    font-size:34px;
    line-height:1;
}
.price-box small{
    display:block;
    margin-top:8px;
    color:rgba(255,255,255,.72);
}
.mini-results{
    grid-template-columns:repeat(3,1fr);
}
.price-note{
    color:#6a6a6a;
    line-height:1.6;
    margin-top:18px;
}
@media(max-width:760px){
    .mini-results{
        grid-template-columns:1fr;
    }
}

.info-price-box{
    background:#111;
    color:#fff;
    border-radius:18px;
    padding:20px;
    margin:0 0 24px;
}
.info-price-box span,
.order-summary span{
    display:block;
    color:#ff5a1f;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
    margin-bottom:8px;
}
.info-price-box strong,
.order-summary strong{
    display:block;
    font-size:clamp(30px,4vw,44px);
    line-height:1;
}
.info-price-box small,
.order-summary small{
    display:block;
    margin-top:8px;
    color:rgba(255,255,255,.72);
}
.order-summary{
    background:#111;
    color:#fff;
    border-radius:18px;
    padding:20px;
    margin-top:4px;
}

.info-price-box.under-title{
    margin:0 0 22px;
}



/* Google Maps satellitkarta */
.delivery-map{
    min-height:340px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
}
.delivery-map::before{
    display:none !important;
}
.gm-style{
    font-family:Inter,Manrope,system-ui,-apple-system,Segoe UI,sans-serif;
}

.map-search-input{
    margin-top:12px;
    width:min(520px, calc(100vw - 60px));
    border:0;
    border-radius:999px;
    padding:14px 18px;
    font:inherit;
    font-weight:700;
    box-shadow:0 8px 30px rgba(0,0,0,.28);
    outline:none;
}
.summary-lines{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px 14px;
    align-items:center;
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.18);
}
.summary-lines span{
    color:rgba(255,255,255,.72);
    margin:0;
    letter-spacing:0;
    text-transform:none;
    font-size:14px;
}
.summary-lines strong{
    font-size:22px;
    text-align:right;
}


/* Fungerande satellitkarta utan API-nyckel */
.delivery-map{
    min-height:360px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
    cursor:auto;
}
.delivery-map::before{
    display:none !important;
}
.delivery-map .leaflet-control-attribution{
    font-size:10px;
}
.delivery-map .leaflet-control-zoom a{
    color:#111;
}
.map-search-input{
    width:100%;
    border:1px solid #e5e5e5;
    border-radius:16px;
    padding:15px;
    font:inherit;
    background:#fff;
}


/* Stabil Google Maps-karta via iframe */
.delivery-map{
    min-height:380px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
}
.delivery-map::before{
    display:none !important;
}
.delivery-map iframe{
    width:100%;
    height:380px;
    border:0;
    display:block;
}
.map-note{
    margin:-4px 0 10px;
    color:#6a6a6a;
    font-size:13px;
    line-height:1.5;
}
.map-search-input,
.map-pin,
.map-help{
    display:none !important;
}


/* Klickbar nål ovanpå Google Maps iframe */
.delivery-map-wrap{
    position:relative;
}
.pin-mode-button{
    position:absolute;
    z-index:5;
    top:14px;
    left:14px;
    border:0;
    border-radius:999px;
    background:#ff3b0a;
    color:#fff;
    font-weight:800;
    padding:12px 16px;
    cursor:pointer;
    box-shadow:0 10px 26px rgba(0,0,0,.28);
}
.map-click-layer{
    display:none;
    position:absolute;
    inset:0;
    z-index:4;
    cursor:crosshair;
    background:rgba(255,90,31,.08);
}
.delivery-map-wrap.pin-active .map-click-layer{
    display:block;
}
.map-selected-pin{
    display:none;
    position:absolute;
    z-index:6;
    width:28px;
    height:28px;
    background:#ff3b0a;
    border:3px solid #fff;
    border-radius:50% 50% 50% 0;
    transform:translate(-50%,-100%) rotate(-45deg);
    box-shadow:0 12px 28px rgba(0,0,0,.35);
    pointer-events:none;
}
.map-selected-pin::after{
    content:"";
    position:absolute;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#fff;
    left:6px;
    top:6px;
}


/* Direkt klickbar satellitkarta med koordinater */
.delivery-map{
    min-height:390px;
    height:390px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
}
.delivery-map::before{
    display:none !important;
}
.delivery-map .leaflet-control-attribution{
    font-size:10px;
}
.delivery-map .leaflet-control-zoom a{
    color:#111;
}
.delivery-map-wrap,
.map-click-layer,
.map-selected-pin,
.pin-mode-button{
    display:none !important;
}


/* Google Maps direkt med klickbar nål */
.delivery-map{
    min-height:390px;
    height:390px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
}
.delivery-map::before{
    display:none !important;
}
.map-error{
    min-height:390px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:24px;
    color:#111;
    font-weight:800;
    background:#fff7ef;
}
.map-note{
    margin:-4px 0 10px;
    color:#6a6a6a;
    font-size:13px;
    line-height:1.5;
}

.delivery-map{height:380px;min-height:380px;border-radius:18px;overflow:hidden;border:1px solid #ddd;margin:10px 0}

.freight-zone-summary{
    background:#fff7ef;
    border:1px solid #f4b183;
    border-radius:18px;
    padding:18px;
    display:grid;
    gap:6px;
}
.freight-zone-summary span{
    color:#c96b1a;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
}
.freight-zone-summary strong{
    color:#111;
    font-size:clamp(26px,4vw,40px);
    line-height:1;
}
.freight-zone-summary small{
    color:#6a6a6a;
}
.order-zone,
.order-distance{
    background:#fff;
}


/* REN FUNGERANDE KARTA */
.delivery-map{
    display:block !important;
    min-height:390px;
    height:390px;
    width:100%;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
    cursor:auto;
}
.delivery-map::before{
    display:none !important;
}
.delivery-map .leaflet-control-attribution{
    font-size:10px;
}
.delivery-map .leaflet-control-zoom a{
    color:#111;
}
.delivery-map-wrap,
.map-click-layer,
.map-selected-pin,
.pin-mode-button,
.map-pin,
.map-help{
    display:none !important;
}
.freight-zone-summary{
    background:#fff7ef;
    border:1px solid #f4b183;
    border-radius:18px;
    padding:18px;
    display:grid;
    gap:6px;
}
.freight-zone-summary span{
    color:#c96b1a;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
}
.freight-zone-summary strong{
    color:#111;
    font-size:clamp(26px,4vw,40px);
    line-height:1;
}
.freight-zone-summary small{
    color:#6a6a6a;
}
.freight-price{
    font-weight:800;
    color:#111 !important;
}
.map-note{
    margin:-4px 0 10px;
    color:#6a6a6a;
    font-size:13px;
    line-height:1.5;
}


/* Offline-karta som alltid fungerar */
.delivery-map{
    position:relative;
    display:block !important;
    min-height:410px;
    height:410px;
    width:100%;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:
      linear-gradient(135deg, rgba(255,255,255,.82), rgba(245,245,245,.94)),
      repeating-linear-gradient(0deg, transparent 0 34px, rgba(0,0,0,.045) 34px 35px),
      repeating-linear-gradient(90deg, transparent 0 34px, rgba(0,0,0,.045) 34px 35px);
    cursor:crosshair;
    user-select:none;
}
.delivery-map::before{
    display:none !important;
}
.offline-map-zones{
    position:absolute;
    inset:0;
}
.zone-ring{
    position:absolute;
    left:50%;
    top:50%;
    border:2px solid rgba(255,59,10,.45);
    border-radius:50%;
    transform:translate(-50%,-50%);
    pointer-events:none;
}
.zone-ring span{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    background:rgba(255,255,255,.9);
    color:#c96b1a;
    font-size:12px;
    font-weight:900;
    padding:4px 8px;
    border-radius:999px;
}
.zone-1{width:25%;height:25%;}
.zone-2{width:50%;height:50%;}
.zone-3{width:75%;height:75%;}
.zone-4{width:98%;height:98%;}
.start-point{
    position:absolute;
    left:50%;
    top:50%;
    width:18px;
    height:18px;
    background:#111;
    border:3px solid #fff;
    border-radius:50%;
    transform:translate(-50%,-50%);
    z-index:4;
    box-shadow:0 6px 18px rgba(0,0,0,.35);
}
.delivery-pin{
    display:none;
    position:absolute;
    z-index:6;
    width:30px;
    height:30px;
    background:#ff3b0a;
    border:3px solid #fff;
    border-radius:50% 50% 50% 0;
    transform:translate(-50%,-100%) rotate(-45deg);
    box-shadow:0 12px 28px rgba(0,0,0,.35);
    cursor:grab;
}
.delivery-pin::after{
    content:"";
    position:absolute;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#fff;
    left:7px;
    top:7px;
}
.map-town{
    position:absolute;
    z-index:3;
    background:rgba(17,17,17,.86);
    color:#fff;
    border:2px solid rgba(255,255,255,.9);
    border-radius:999px;
    padding:5px 11px;
    font-size:13px;
    font-weight:900;
    box-shadow:0 8px 20px rgba(0,0,0,.22);
    pointer-events:none;
}
.town-langsele{left:52%;top:46%;}
.town-solleftea{left:69%;top:48%;}
.town-helgum{left:43%;top:65%;}
.town-ramsele{left:20%;top:30%;}
.town-graninge{left:59%;top:74%;}
.map-road{
    position:absolute;
    height:5px;
    background:rgba(201,107,26,.36);
    border-radius:999px;
    transform-origin:left center;
    z-index:1;
}
.road-1{
    width:46%;
    left:34%;
    top:53%;
    transform:rotate(-4deg);
}
.road-2{
    width:38%;
    left:38%;
    top:62%;
    transform:rotate(28deg);
}
.map-instruction{
    position:absolute;
    left:14px;
    right:14px;
    bottom:14px;
    background:rgba(17,17,17,.84);
    color:#fff;
    border-radius:999px;
    padding:11px 14px;
    text-align:center;
    font-size:13px;
    font-weight:800;
    z-index:5;
}
.freight-zone-summary{
    background:#fff7ef;
    border:1px solid #f4b183;
    border-radius:18px;
    padding:18px;
    display:grid;
    gap:6px;
}
.freight-zone-summary span{
    color:#c96b1a;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
}
.freight-zone-summary strong{
    color:#111;
    font-size:clamp(26px,4vw,40px);
    line-height:1;
}
.freight-zone-summary small{
    color:#6a6a6a;
}
.freight-price{
    font-weight:800;
    color:#111 !important;
}
.map-note{
    margin:-4px 0 10px;
    color:#6a6a6a;
    font-size:13px;
    line-height:1.5;
}
.delivery-map-wrap,
.map-click-layer,
.map-selected-pin,
.pin-mode-button,
.map-pin,
.map-help{
    display:none !important;
}


/* Google Maps med totalpris */
.delivery-map{
    display:block !important;
    min-height:410px;
    height:410px;
    width:100%;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
}
.delivery-map::before{
    display:none !important;
}
.map-error{
    min-height:410px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:24px;
    color:#111;
    font-weight:800;
    background:#fff7ef;
}
.freight-zone-summary{
    background:#fff7ef;
    border:1px solid #f4b183;
    border-radius:18px;
    padding:18px;
    display:grid;
    gap:6px;
}
.freight-zone-summary span{
    color:#c96b1a;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
}
.freight-zone-summary strong{
    color:#111;
    font-size:clamp(26px,4vw,40px);
    line-height:1;
}
.freight-zone-summary small{
    color:#6a6a6a;
}
.freight-price{
    font-weight:800;
    color:#111 !important;
}
.summary-lines{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px 14px;
    align-items:center;
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.18);
}
.summary-lines span{
    color:rgba(255,255,255,.72);
    margin:0;
    letter-spacing:0;
    text-transform:none;
    font-size:14px;
}
.summary-lines strong{
    font-size:22px;
    text-align:right;
}
.map-note{
    margin:-4px 0 10px;
    color:#6a6a6a;
    font-size:13px;
    line-height:1.5;
}
.delivery-map-wrap,
.map-click-layer,
.map-selected-pin,
.pin-mode-button,
.map-pin,
.map-help{
    display:none !important;
}

.map-error strong{
    display:block;
    margin-bottom:8px;
    font-size:18px;
}


/* Google Maps ren karta */
.delivery-map{
    display:block !important;
    min-height:420px;
    height:420px;
    width:100%;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    background:#f5f5f5;
}
.delivery-map::before{
    display:none !important;
}
.map-note{
    margin:-4px 0 10px;
    color:#6a6a6a;
    font-size:13px;
    line-height:1.5;
}
.freight-zone-summary{
    background:#fff7ef;
    border:1px solid #f4b183;
    border-radius:18px;
    padding:18px;
    display:grid;
    gap:6px;
}
.freight-zone-summary span{
    color:#c96b1a;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
}
.freight-zone-summary strong{
    color:#111;
    font-size:clamp(26px,4vw,40px);
    line-height:1;
}
.freight-zone-summary small{
    color:#6a6a6a;
}
.freight-price{
    font-weight:800;
    color:#111 !important;
}
.summary-lines{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px 14px;
    align-items:center;
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.18);
}
.summary-lines span{
    color:rgba(255,255,255,.72);
    margin:0;
    letter-spacing:0;
    text-transform:none;
    font-size:14px;
}
.summary-lines strong{
    font-size:22px;
    text-align:right;
}
.delivery-map-wrap,
.map-click-layer,
.map-selected-pin,
.pin-mode-button,
.map-pin,
.map-help,
.offline-map-zones,
.map-town,
.map-road,
.map-instruction,
.start-point{
    display:none !important;
}


/* Justering: Google hybridkarta utan synliga zonringar */
.delivery-map{
    display:block !important;
    position:relative;
    z-index:1;
    min-height:420px;
    height:420px;
    width:100%;
    pointer-events:auto !important;
}
.delivery-map *{
    pointer-events:auto;
}
.map-note{
    margin:-4px 0 10px;
    color:#6a6a6a;
    font-size:13px;
    line-height:1.5;
}


.map-pin-choice{
    display:flex !important;
    align-items:center;
    gap:10px;
    padding:14px 16px;
    border-radius:16px;
    background:#fff7ef;
    border:1px solid #f4b183;
    color:#111;
    font-weight:800;
}
.map-pin-choice input{
    width:auto !important;
    accent-color:#ff3b0a;
}
.order-price[type="hidden"],
.order-freight[type="hidden"],
.order-total[type="hidden"]{
    display:none !important;
}


/* Städad beställningsruta med direkt tonbeställning */
.order-box .order-tonnage{
    border:2px solid #f4b183;
    font-weight:800;
}
.order-summary{
    background:#111;
    color:#fff;
    border-radius:18px;
    padding:20px;
    margin-top:4px;
}
.order-summary > span{
    display:block;
    color:#ff5a1f;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:12px;
    margin-bottom:8px;
}
.order-summary small{
    display:block;
    margin-top:12px;
    color:rgba(255,255,255,.72);
}
.summary-lines{
    display:grid;
    grid-template-columns:1fr auto;
    gap:10px 14px;
    align-items:center;
    margin-top:12px;
}
.summary-lines span{
    color:rgba(255,255,255,.72);
    font-size:14px;
}
.summary-lines strong{
    color:#fff;
    font-size:20px;
    text-align:right;
}
.map-pin-choice{
    display:flex !important;
    align-items:center;
    gap:10px;
    padding:14px 16px;
    border-radius:16px;
    background:#fff7ef;
    border:1px solid #f4b183;
    color:#111;
    font-weight:800;
}
.map-pin-choice input{
    width:auto !important;
    accent-color:#ff3b0a;
}
.order-price[type="hidden"],
.order-freight[type="hidden"],
.order-total[type="hidden"]{
    display:none !important;
}


/* Större orange summering */
.summary-lines strong,
.order-summary-price,
.order-summary-freight,
.order-summary-total,
.order-summary-vat{
    color:#ff5a1f !important;
    font-size:30px !important;
    font-weight:900 !important;
    line-height:1.1;
}
.summary-lines span{
    font-size:16px !important;
}
.order-summary > span{
    color:#ff5a1f !important;
    font-size:14px !important;
}


/* Vit text på material/frakt/total */
.order-summary-price,
.order-summary-freight,
.order-summary-total{
    color:#ffffff !important;
}
.order-summary-vat{
    display:none !important;
}


/* Material- och fraktsumma i vitt */
.order-summary-price,
.order-summary-freight{
    color:#ffffff !important;
}

.map-pin-choice{display:flex;align-items:center;gap:10px;grid-column:1/-1;color:#333;font-weight:700}
.map-pin-choice input{width:auto}.trailer-choice{background:#fff7f2;border:1px solid #ffd7c7;border-radius:16px;padding:14px}.is-hidden{display:none!important}

.address-geocode-status{display:block;margin:6px 0 8px;color:#5b5b5b;font-size:.9rem}


.pac-container {
  z-index: 99999 !important;
}

.address-suggestions{display:none;background:#fff;border:1px solid #d8d8d8;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);margin:-4px 0 10px;overflow:hidden;position:relative;z-index:50}
.address-suggestion{display:block;width:100%;padding:10px 12px;border:0;border-bottom:1px solid #eee;background:#fff;text-align:left;font:inherit;cursor:pointer}
.address-suggestion:last-child{border-bottom:0}
.address-suggestion:hover,.address-suggestion:focus{background:#f3f5f1;outline:none}

/* Kontaktlayout - bred form till vänster och kontaktuppgifter till höger */
.contact-section{
  background:#fff;
}
.contact-intro{
  max-width:920px;
  margin-bottom:34px;
}
.contact-intro h2{
  font-size:clamp(34px,5vw,64px);
  line-height:1;
  letter-spacing:-.05em;
  margin:0 0 16px;
  color:#111;
}
.contact-intro p,
.contact-details p{
  color:var(--muted);
  line-height:1.7;
}
.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:34px;
  align-items:stretch;
}
.contact-form{
  width:100%;
  height:100%;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  background:var(--soft);
}
.contact-form textarea,
.contact-form button{
  grid-column:1/-1;
}
.contact-side{
  display:grid;
  grid-template-rows:1fr auto;
  gap:18px;
  height:100%;
}
.person-photo-placeholder{
  min-height:0;
  border:2px dashed #d8d4cc;
  border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(255,59,10,.08),rgba(255,255,255,.75)),var(--soft);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#777;
  font-weight:800;
  padding:24px;
}
.contact-details{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  background:#fff;
}
.contact-details strong{
  display:block;
  color:#111;
  font-size:22px;
  margin-bottom:8px;
}
.contact-details a{
  color:var(--accent);
  font-weight:800;
}
.site-gallery .gallery-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:18px;
}
.gallery-card{
  margin:0;
  min-height:300px;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--soft);
}
.gallery-card img{
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
}
.gallery-card.placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  color:#777;
  font-weight:800;
  text-align:center;
  border-style:dashed;
}
@media(max-width:900px){
  .contact-layout,
  .site-gallery .gallery-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .contact-form{
    grid-template-columns:1fr;
  }
}


.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.45em;height:1.45em;padding:0 .35em;border-radius:999px;background:#e46c23;color:#fff;font-size:.78em;margin-left:.25rem;vertical-align:middle}.cart-link-inline{display:inline-flex;justify-content:center;margin-top:.6rem}.cart-section h1{margin:0;font-size:clamp(2rem,4vw,3.5rem)}.cart-empty{background:#fff;border:1px solid rgba(34,34,34,.12);border-radius:18px;padding:1.25rem;margin:1rem 0;color:#555}.cart-items{display:grid;gap:1rem;margin:1.25rem 0}.cart-item{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:1rem;align-items:start;background:#fff;border:1px solid rgba(34,34,34,.12);border-radius:18px;padding:1.2rem;box-shadow:0 12px 30px rgba(0,0,0,.06)}.cart-item span{display:block;color:#9a5a24;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:.25rem}.cart-item h3{margin:.1rem 0 .25rem}.cart-item p{margin:0;line-height:1.5}.remove-cart-item{border:0;border-radius:999px;background:#f2e8df;padding:.65rem 1rem;cursor:pointer;font-weight:700}.cart-total-box{margin-left:auto;max-width:360px;background:#2d241e;color:#fff;border-radius:20px;padding:1.25rem;display:grid;gap:.25rem}.cart-total-box span,.cart-total-box small{color:rgba(255,255,255,.75)}.cart-total-box strong{font-size:2rem}.cart-order-form{margin-top:1.5rem;max-width:760px}.cart-actions{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width:800px){.cart-item{grid-template-columns:1fr}.cart-total-box{margin-left:0;max-width:none}}

/* Varukorg: visa endast bekräftelse, inga nya ifyllnadsfält */
.cart-order-form.confirmation-only{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:920px;
}
.first-order-confirmation{
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  padding:22px;
}
.first-order-confirmation h4{
  margin:0 0 14px;
  color:#111;
  font-size:22px;
}
.first-order-confirmation dl{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 22px;
  margin:0;
}
.first-order-confirmation div{
  border-bottom:1px solid var(--line);
  padding-bottom:10px;
}
.first-order-confirmation dt{
  font-weight:800;
  color:#111;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.first-order-confirmation dd{
  margin:4px 0 0;
  color:var(--text);
}
.confirm-checkbox{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
}
.confirm-checkbox input{
  width:auto;
}
@media(max-width:640px){
  .first-order-confirmation dl{grid-template-columns:1fr;}
}

.billing-options{
  border:1px solid rgba(38,48,43,.16);
  border-radius:18px;
  padding:1rem 1.2rem;
  margin:1rem 0;
  background:#fff;
  display:grid;
  gap:.65rem;
}
.billing-options legend{
  font-weight:800;
  padding:0 .4rem;
  color:#26302b;
}
.billing-options label{
  display:flex;
  align-items:center;
  gap:.55rem;
  font-weight:700;
}
.first-order-confirmation dl div{
  display:grid;
  grid-template-columns:minmax(130px, 210px) 1fr;
  gap:1rem;
  padding:.45rem 0;
  border-bottom:1px solid rgba(38,48,43,.1);
}
.first-order-confirmation dt{font-weight:800;color:#26302b;}
.first-order-confirmation dd{margin:0;}
@media (max-width:700px){.first-order-confirmation dl div{grid-template-columns:1fr;gap:.15rem;}}

/* Snyggare fakturaval i varukorgen */
.billing-options{
  border:1px solid rgba(38,48,43,.14);
  border-radius:22px;
  padding:1.2rem;
  margin:1rem 0;
  background:#fff;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.billing-options legend{
  grid-column:1/-1;
  font-weight:900;
  padding:0 .45rem;
  color:#26302b;
}
.billing-card{
  display:flex !important;
  align-items:flex-start !important;
  gap:.8rem !important;
  border:1px solid rgba(38,48,43,.16);
  border-radius:18px;
  padding:1rem;
  background:#fbf7f1;
  cursor:pointer;
  min-height:92px;
}
.billing-card input{
  width:18px !important;
  height:18px;
  margin-top:.15rem;
  flex:0 0 auto;
  accent-color:#e46c23;
}
.billing-card span{
  display:grid;
  gap:.2rem;
}
.billing-card strong{
  color:#26302b;
  font-size:1rem;
}
.billing-card small{
  color:#665b52;
  line-height:1.35;
}
.billing-card:has(input:checked){
  border-color:#e46c23;
  box-shadow:0 0 0 3px rgba(228,108,35,.14);
  background:#fff;
}
@media(max-width:700px){
  .billing-options{grid-template-columns:1fr;}
}

/* Uppdaterad huvudmeny */
.site-header{
  gap:22px;
  padding:14px 5vw;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 30px rgba(17,17,17,.06);
}
.main-nav{
  align-items:center;
  gap:6px;
  padding:7px;
  margin-left:auto;
  background:#f3f0ea;
  border:1px solid rgba(17,17,17,.08);
  border-radius:999px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.main-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  color:#4d4a45;
  font-weight:800;
  letter-spacing:-.01em;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;
  white-space:nowrap;
}
.main-nav a:hover{
  background:#fff;
  color:#111;
  box-shadow:0 8px 20px rgba(17,17,17,.08);
  transform:translateY(-1px);
}
.main-nav a.active{
  background:#111;
  color:#fff;
  box-shadow:0 10px 22px rgba(17,17,17,.18);
}
.main-nav .cart-nav{
  gap:8px;
  margin-left:4px;
  padding:10px 14px 10px 16px;
  background:linear-gradient(135deg,#ff6a2a,#e74612);
  color:#fff;
  box-shadow:0 10px 22px rgba(231,70,18,.24);
}
.main-nav .cart-nav:hover,
.main-nav .cart-nav.active{
  background:linear-gradient(135deg,#111,#2b2b2b);
  color:#fff;
  box-shadow:0 12px 26px rgba(17,17,17,.22);
}
.cart-icon{font-size:1rem;line-height:1}.cart-label{line-height:1}.cart-count{
  min-width:1.75em!important;
  height:1.75em!important;
  padding:0 .45em!important;
  margin-left:0!important;
  background:#fff!important;
  color:#111!important;
  border:1px solid rgba(255,255,255,.5);
  font-size:.78em!important;
  font-weight:900;
  box-shadow:0 3px 10px rgba(0,0,0,.12);
}
.main-nav a.active .cart-count,
.main-nav .cart-nav:hover .cart-count{background:#ff6a2a!important;color:#fff!important;border-color:rgba(255,255,255,.2)}
@media(max-width:1100px){
  .site-header{flex-wrap:wrap;gap:14px}.main-nav{order:3;width:100%;margin-left:0;overflow:auto;justify-content:flex-start;border-radius:22px}.main-nav a{min-height:40px;padding:9px 13px}
}
@media(max-width:640px){
  .site-header{padding:12px 4vw}.main-nav{padding:6px;gap:4px}.main-nav a{font-size:14px}.main-nav .cart-nav{position:sticky;right:0}.cart-label{display:inline}.brand img{width:178px!important}
}


/* Större logga och intro-animation */
.brand img{
  width:300px!important;
  max-height:82px;
  object-fit:contain;
}
.main-nav a{
  font-family:"Michroma", Inter, Manrope, system-ui, sans-serif;
  text-transform:uppercase;
  letter-spacing:.055em;
  font-size:12px;
}
.logo-intro{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:url("assets/makadam-bakgrund-main.jpg") center/cover no-repeat;
  opacity:0;
  pointer-events:none;
  transition:opacity .75s ease;
}
.logo-intro.is-visible{
  opacity:1;
  pointer-events:auto;
}
.logo-intro::before{
  content:"";
  position:absolute;
  inset:-20%;
  background:radial-gradient(circle at center,rgba(255,255,255,.10),transparent 48%), repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 42px);
  transform:rotate(-2deg);
  opacity:.18;
}
.logo-intro-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
  padding:46px 58px;
  border-radius:34px;
  background:transparent;
  border:none;
  box-shadow:none;
  transform:translateY(20px) scale(.985);
  opacity:0;
}
.logo-intro.is-visible .logo-intro-card{
  animation:logoIntroCalm 3.2s cubic-bezier(.22,1,.36,1) forwards;
}
.logo-intro-card img{
  width:min(900px,88vw);
  height:auto;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.28));
}
.logo-intro-line{
  width:min(360px,58vw);
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(255,106,42,.78),transparent);
  transform:scaleX(0);
}
.logo-intro.is-visible .logo-intro-line{
  animation:logoIntroLine 1.65s .55s ease forwards;
}
.logo-intro-text{
  margin:0;
  font-family:"Michroma", Inter, Manrope, system-ui, sans-serif;
  color:#fff;
  font-size:clamp(11px,2vw,15px);
  letter-spacing:.22em;
  text-transform:uppercase;
  opacity:0;
}
.logo-intro.is-visible .logo-intro-text{
  animation:logoIntroText 1.15s .95s ease forwards;
}
.logo-intro.is-hiding{
  opacity:0;
  transition:opacity .85s ease;
}
@keyframes logoIntroCalm{
  0%{opacity:0;transform:translateY(22px) scale(.985)}
  55%{opacity:1;transform:translateY(0) scale(1)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes logoIntroLine{to{transform:scaleX(1)}}
@keyframes logoIntroText{to{opacity:.78}}
@media(max-width:1100px){.brand img{width:250px!important;max-height:72px}.main-nav a{font-size:11px;letter-spacing:.04em}}
@media(max-width:640px){.brand img{width:210px!important;max-height:62px}.logo-intro-card{padding:30px 24px;border-radius:26px}.logo-intro-card img{width:min(360px,82vw)}}

.logo-intro::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.58);} .logo-intro-card{z-index:1;}
/* Uppdaterad varukorg: alla beställningar, klickbara produkter och orange totalpris */
.cart-total-box strong#cart-total{
  color:#ff6a2a;
  font-size:2rem;
}
.cart-product-link,
.order-confirmation-head h4 a,
.edit-order-link{
  color:#e46c23;
  text-decoration:none;
}
.cart-product-link:hover,
.order-confirmation-head h4 a:hover,
.edit-order-link:hover{
  text-decoration:underline;
}
.edit-order-link{
  display:inline-flex;
  margin-top:.35rem;
  font-weight:800;
}
.first-order-confirmation{
  display:grid;
  gap:18px;
}
.order-confirmation-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  background:#fff;
}
.order-confirmation-head{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:flex-start;
  margin-bottom:14px;
}
.order-confirmation-head h4{
  margin:0;
}
@media(max-width:700px){
  .order-confirmation-head{display:grid;}
}

.cart-product-title{color:#111;text-decoration:none;margin:0 0 10px;font-weight:900;}
.order-confirmation-card .cart-product-title{margin:6px 0 0;color:#111;font-weight:900;}

@media(max-width:900px){.contact-layout{grid-template-columns:1fr}.contact-form,.contact-side{height:auto}.person-photo-placeholder{min-height:260px}}

/* Hero brighter overlay */
.hero{
background-image:linear-gradient(rgba(255,255,255,.42),rgba(255,255,255,.32)),url('assets/intro-bild.jpg');
background-size:cover;
background-position:center;
}
.hero-content{color:#111}
.hero .lead{color:rgba(0,0,0,.75)}
.hero-logo{max-width:520px;width:min(70vw,520px);margin-bottom:24px;filter:drop-shadow(0 10px 30px rgba(255,255,255,.9)) drop-shadow(0 4px 18px rgba(0,0,0,.18));}


/* Brighter hero and remove duplicate intro */
.hero{
 background-image:linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.70)),url('assets/intro-bild.jpg') !important;
}
.hero-content,.hero h1,.hero p{color:#111 !important;}
.hero-logo{filter:drop-shadow(0 6px 18px rgba(255,255,255,1)) !important;}
/* Intro-animationen är aktiv igen. Den visas bara en gång per webbläsarsession via JavaScript. */


/* Modernare val för storsäck */
.order-box label:has(.delivery-type){
  display:block;
  padding:18px;
  border:1px solid rgba(197,124,43,.28);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,247,235,.92));
  box-shadow:0 14px 34px rgba(43,31,20,.08);
  color:#3b2a1a;
  font-weight:800;
}
.delivery-type{
  margin-top:10px;
  width:100%;
  border:1px solid rgba(197,124,43,.36)!important;
  border-radius:16px!important;
  padding:14px 16px!important;
  background:#fff!important;
  color:#2f251a!important;
  font-weight:800;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 8px 20px rgba(43,31,20,.06);
  cursor:pointer;
}
.delivery-type:focus,.bag-qty:focus{
  outline:3px solid rgba(214,132,44,.22);
  border-color:#d6842c!important;
}
.bag-qty{
  margin-top:12px!important;
  border-radius:16px!important;
  border:1px solid rgba(197,124,43,.34)!important;
  background:#fffdf8!important;
  font-weight:800;
}
.storsack-note{
  margin:12px 0 4px;
  display:none;
  gap:4px;
  padding:14px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(214,132,44,.16),rgba(255,255,255,.92));
  border:1px solid rgba(214,132,44,.24);
  box-shadow:0 12px 28px rgba(43,31,20,.07);
}
.storsack-note strong{font-size:1rem;color:#2f251a;}
.storsack-note span{font-size:.93rem;color:#72543a;}
.cart-item h3.cart-product-title{line-height:1.15;}
.cart-bag-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(214,132,44,.13);
  color:#5d3b18;
  font-weight:800;
  font-size:.88rem;
}

.storsack-note small{
  display:block;
  color:#8b6a48;
  font-size:.86rem;
  line-height:1.35;
}

/* Varukorg: kunduppgifter samlas här istället för på produktsidorna */
.order-box-note{
  margin:-.25rem 0 1rem;
  color:rgba(32,38,28,.72);
  line-height:1.5;
  font-size:.95rem;
}
.customer-type-options,
.cart-customer-details{
  margin:1.2rem 0;
  padding:1.25rem;
  border:1px solid rgba(42,69,44,.14);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,244,236,.92));
  box-shadow:0 18px 45px rgba(31,41,27,.08);
}
.customer-type-options legend{
  padding:0 .4rem;
  font-weight:800;
  color:#24351f;
}
.customer-type-card{
  display:flex;
  align-items:center;
  gap:.85rem;
  padding:1rem;
  margin:.7rem 0;
  border:1px solid rgba(42,69,44,.16);
  border-radius:18px;
  background:#fff;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.customer-type-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(31,41,27,.1);
  border-color:rgba(219,122,35,.45);
}
.customer-type-card input{ width:auto; accent-color:#db7a23; }
.customer-type-card strong{ display:block; color:#24351f; }
.customer-type-card small{ display:block; color:rgba(32,38,28,.68); margin-top:.15rem; }
.cart-customer-details h3{ margin-top:0; }
.cart-customer-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.cart-customer-grid label{
  display:flex;
  flex-direction:column;
  gap:.45rem;
  font-weight:700;
  color:#24351f;
}
.cart-customer-grid input{
  width:100%;
  border:1px solid rgba(42,69,44,.18);
  border-radius:14px;
  padding:.9rem 1rem;
  background:#fff;
  font:inherit;
}
.company-field{ display:none !important; }
.company-field.is-visible{ display:flex !important; }
@media (max-width:760px){
  .cart-customer-grid{ grid-template-columns:1fr; }
}


.cart-delivery-section{
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 45px rgba(20,30,40,.10);
}
.cart-delivery-map{
  width: 100%;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 1rem;
  border: 1px solid rgba(30,40,50,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.cart-delivery-options{display:flex;gap:1rem;flex-wrap:wrap;margin:.75rem 0;font-weight:700}
.cart-zone-help{
  display:grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap:.65rem;
  margin-top:.8rem;
}
.cart-zone-help span{
  display:block;
  padding:.7rem .85rem;
  border-radius: 999px;
  background: rgba(238,143,43,.12);
  color:#2d2418;
  font-weight:700;
  font-size:.9rem;
  text-align:center;
}
@media (max-width:760px){.cart-zone-help{grid-template-columns:1fr 1fr}.cart-delivery-map{min-height:300px}}

/* Tydligare zonval i leveransadressrutan */
.cart-zone-panel{
  margin-top: .95rem;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(238,143,43,.13), rgba(255,255,255,.96));
  border: 1px solid rgba(238,143,43,.28);
  box-shadow: 0 12px 30px rgba(20,30,40,.08);
}
.cart-zone-current{
  display:grid;
  gap:.2rem;
  margin-bottom:.85rem;
}
.cart-zone-current small{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  color:#6c5a42;
}
.cart-zone-current strong{
  font-size:1.45rem;
  color:#1f2c25;
  line-height:1.1;
}
.cart-zone-current span{
  font-weight:800;
  color:#584b38;
}
.cart-zone-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.65rem;
}
.zone-pill{
  display:grid;
  gap:.15rem;
  padding:.75rem .8rem;
  border-radius:16px;
  background:#fff;
  border:2px solid rgba(38,48,43,.10);
  text-align:center;
  transition:transform .15s ease, border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.zone-pill b{font-size:.95rem;color:#26302b;}
.zone-pill small{font-weight:800;color:#6f675b;}
.zone-pill.is-active{
  background:rgba(238,143,43,.18);
  border-color:#ee8f2b;
  box-shadow:0 10px 24px rgba(238,143,43,.22);
  transform:translateY(-1px);
}
.cart-zone-panel p{
  margin:.85rem 0 0;
  font-size:.93rem;
  font-weight:700;
  color:#514635;
}
.cart-zone-help{display:none;}

/* Snyggare radio- och kryssrutor i varukorgen */
.cart-delivery-options label,
.billing-card,
.confirm-checkbox{
  position:relative;
  cursor:pointer;
}
.cart-delivery-options input[type="radio"],
.billing-card input[type="radio"],
.confirm-checkbox input[type="checkbox"]{
  appearance:none;
  -webkit-appearance:none;
  width:22px;
  height:22px;
  flex:0 0 22px;
  margin:0;
  border:2px solid rgba(38,48,43,.34);
  background:#fff;
  display:inline-grid;
  place-content:center;
  transition:border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.cart-delivery-options input[type="radio"],
.billing-card input[type="radio"]{
  border-radius:50%;
}
.confirm-checkbox input[type="checkbox"]{
  border-radius:7px;
}
.cart-delivery-options input[type="radio"]::before,
.billing-card input[type="radio"]::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  transform:scale(0);
  transition:transform .15s ease;
  background:#fff;
}
.confirm-checkbox input[type="checkbox"]::before{
  content:"✓";
  transform:scale(0);
  transition:transform .15s ease;
  color:#fff;
  font-size:16px;
  line-height:1;
  font-weight:900;
}
.cart-delivery-options input[type="radio"]:checked,
.billing-card input[type="radio"]:checked,
.confirm-checkbox input[type="checkbox"]:checked{
  border-color:#ee8f2b;
  background:#ee8f2b;
  box-shadow:0 0 0 4px rgba(238,143,43,.18);
}
.cart-delivery-options input[type="radio"]:checked::before,
.billing-card input[type="radio"]:checked::before,
.confirm-checkbox input[type="checkbox"]:checked::before{
  transform:scale(1);
}
.confirm-checkbox{
  padding:1rem;
  border:1px solid rgba(38,48,43,.12);
  border-radius:16px;
  background:#fff;
}
@media (max-width:760px){
  .cart-zone-list{grid-template-columns:1fr 1fr;}
}


/* Uppdatering: ren zonruta utan zonbeskrivningar och inga zonringar */
.cart-zone-panel{
  margin-top:1rem;
  padding:1rem;
  border-radius:22px;
  background:linear-gradient(135deg,#fff7eb,#ffffff);
  border:1px solid rgba(238,143,43,.32);
  box-shadow:0 16px 38px rgba(20,30,40,.10);
  display:grid;
  gap:.75rem;
}
.cart-zone-badge{
  width:max-content;
  padding:.35rem .7rem;
  border-radius:999px;
  background:rgba(238,143,43,.17);
  color:#5a3410;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.cart-zone-current{
  margin:0;
  padding:.85rem 1rem;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(38,48,43,.10);
}
.cart-zone-current strong{font-size:1.55rem;color:#1f2c25;}
.cart-zone-current span{display:block;margin-top:.2rem;color:#695946;font-weight:800;}
.cart-zone-price{
  padding:.95rem 1rem;
  border-radius:18px;
  background:#26302b;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
}
.cart-zone-price small{
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
  opacity:.82;
}
.cart-zone-price strong{font-size:1.35rem;}
.cart-zone-list,.zone-pill,.cart-zone-panel p{display:none!important;}
@media (max-width:760px){.cart-zone-price{align-items:flex-start;flex-direction:column}.cart-zone-current strong{font-size:1.35rem}}


/* Justering: fraktpris direkt under zonen, mindre orange text */
.cart-zone-current{
  display:block;
}
.cart-zone-current strong{
  display:block;
  line-height:1.15;
}
.cart-zone-current .freight-zone-cost{
  display:block;
  margin-top:.25rem;
  color:#ee8f2b!important;
  font-size:.92rem!important;
  font-weight:900;
  line-height:1.25;
}
.cart-zone-current .freight-distance{
  display:block;
  margin-top:.35rem;
  color:#695946;
  font-size:.78rem;
  font-weight:800;
}
.cart-zone-price{display:none!important;}


/* Uppdatering: startsidestext för storsäckar */
.storsack-home{padding-top:1.2rem;padding-bottom:1.2rem;}
.storsack-home-card{
  max-width:1120px;
  margin:0 auto;
  padding:clamp(1.35rem,3vw,2.2rem);
  border-radius:28px;
  border:1px solid rgba(238,143,43,.28);
  background:linear-gradient(135deg, rgba(255,247,235,.98), rgba(255,255,255,.96) 58%, rgba(238,143,43,.12));
  box-shadow:0 18px 48px rgba(31,41,27,.10);
}
.storsack-home-card h2{margin:.15rem 0 .65rem;color:#1f2c25;font-size:clamp(1.7rem,3vw,2.55rem);}
.storsack-home-card p:not(.eyebrow){max-width:850px;font-size:1.05rem;line-height:1.65;color:rgba(32,38,28,.78);}
.storsack-home-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem;}

/* Uppdatering: sticky totalsumma och enhetlig orange fade i varukorgen */
.cart-total-box{
  position:sticky;
  top:92px;
  z-index:20;
  margin:1rem 0 1rem auto;
  max-width:390px;
  background:linear-gradient(135deg,#2d241e 0%,#49301b 58%,#ee8f2b 135%)!important;
  border:1px solid rgba(238,143,43,.34)!important;
  box-shadow:0 18px 45px rgba(31,41,27,.16)!important;
}
.cart-empty,
.cart-item,
.cart-summary,
.order-summary-note,
.first-order-confirmation,
.customer-type-options,
.cart-customer-details,
.cart-delivery-section,
.billing-options,
.confirm-checkbox{
  border:1px solid rgba(238,143,43,.24)!important;
  background:linear-gradient(135deg,rgba(255,247,235,.97),rgba(255,255,255,.96) 62%,rgba(238,143,43,.10))!important;
  box-shadow:0 16px 40px rgba(31,41,27,.08)!important;
}
.customer-type-card,
.billing-card,
.cart-customer-grid input,
.cart-delivery-section input,
.cart-zone-current{
  border-color:rgba(238,143,43,.22)!important;
}
.order-summary-note,
.billing-options{
  padding:1.25rem;
  border-radius:22px;
}
@media(max-width:800px){
  .cart-total-box{position:sticky;top:74px;max-width:none;margin-left:0;}
}


/* Uppdatering: tydlig maxgräns för storsäckar och info vid kartan */
.cart-map-info-box{
  display:grid;
  gap:.35rem;
  margin:.85rem 0 1rem;
  padding:1rem 1.05rem;
  border-radius:20px;
  border:1px solid rgba(238,143,43,.28);
  background:linear-gradient(135deg,rgba(255,247,235,.98),rgba(255,255,255,.97) 60%,rgba(238,143,43,.13));
  box-shadow:0 14px 34px rgba(31,41,27,.08);
}
.cart-map-info-box strong{
  color:#1f2c25;
  font-size:1.05rem;
}
.cart-map-info-box span{
  color:#574838;
  font-weight:750;
  line-height:1.45;
}
.cart-map-info-box small{
  color:#ee8f2b;
  font-weight:900;
  line-height:1.35;
}
.cart-bag-limit-warning{
  display:grid;
  gap:.35rem;
  margin:1rem 0;
  padding:1rem 1.1rem;
  border-radius:20px;
  border:1px solid rgba(190,54,31,.24);
  background:linear-gradient(135deg,#fff4ed,#fff 58%,rgba(238,143,43,.18));
  box-shadow:0 16px 38px rgba(120,45,20,.10);
}
.cart-bag-limit-warning strong{
  color:#8b2c17;
  font-size:1.08rem;
}
.cart-bag-limit-warning span{
  color:#3d3329;
  font-weight:800;
  line-height:1.45;
}
.cart-bag-limit-warning small{
  color:#ee8f2b;
  font-weight:900;
}
button.is-disabled,
button:disabled{
  opacity:.55;
  cursor:not-allowed!important;
  filter:grayscale(.15);
}

/* Mobilanpassning – uppdatering */
html{scroll-behavior:smooth;overflow-x:hidden;}
body{overflow-x:hidden;}
button,input,select,textarea{font-size:16px;}
.site-header,.section,.page-hero,.material-detail-hero,.split-section,.footer{max-width:100%;}
.cart-section{position:relative;}

@media(max-width:900px){
  .section-head{display:grid;align-items:start;gap:16px;}
  .section-head .button{width:max-content;max-width:100%;}
  .material-detail-hero{padding:54px 5vw 38px;gap:22px;}
  .material-detail-hero h1{font-size:clamp(42px,14vw,72px);}
  .material-image-placeholder{min-height:230px;}
  .material-detail-layout{gap:18px;}
  .material-side-panel{gap:14px;}
  .material-info-panel,.material-side-panel>*{padding:22px;border-radius:20px;}
  .order-box{gap:12px;}
  .cart-item{grid-template-columns:1fr!important;gap:.85rem;}
  .cart-total-box{top:76px;}
  .cart-actions .button,.cart-actions button{width:100%;}
  .cart-order-form{max-width:none;width:100%;}
  .cart-customer-grid{grid-template-columns:1fr!important;}
  .billing-options{grid-template-columns:1fr!important;}
  .cart-delivery-options{display:grid;grid-template-columns:1fr;}
}

@media(max-width:700px){
  :root{--radius:18px;}
  .site-header{position:sticky;top:0;padding:10px 4vw;gap:10px;}
  .brand img{width:170px!important;max-height:54px!important;}
  .nav-cta{display:none!important;}
  .main-nav{
    order:3;
    width:100%;
    display:flex;
    gap:6px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:6px;
    border-radius:18px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .main-nav::-webkit-scrollbar{display:none;}
  .main-nav a{
    flex:0 0 auto;
    min-height:38px;
    padding:9px 12px;
    font-size:10px!important;
    letter-spacing:.035em;
  }
  .main-nav .cart-nav{position:sticky;right:0;z-index:2;}

  .hero{min-height:560px;align-items:center;}
  .hero-content{padding:42px 5vw 54px;}
  .hero-logo{width:min(86vw,360px);margin-bottom:18px;}
  .hero h1,.page-hero h1{font-size:clamp(38px,13vw,58px);letter-spacing:-.045em;line-height:.98;}
  .lead,.page-hero p,.hero-delivery{font-size:17px;line-height:1.55;}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;}
  .button{width:100%;padding:14px 18px;}

  .section{padding:46px 5vw;}
  .section.compact{padding:26px 5vw;}
  .page-hero{padding:58px 5vw 42px;}
  .section-head h2,.split-section h2,.about h2,.quote-form h2,.guide h2{font-size:clamp(30px,10vw,44px);}
  .trust-grid,.cards.five,.material-grid,.form,.footer,.calc-grid,.calc-results,.mini-results{grid-template-columns:1fr!important;}
  .card,.material-card{min-height:auto;padding:22px;}
  .material-card h2{font-size:34px;}
  .split-section{padding:54px 5vw;gap:28px;}
  .quote-form{padding:50px 5vw;gap:28px;}

  .calculator-card{padding:18px;border-radius:20px;}
  .calc-results div,.mini-results div{padding:18px;}
  .calc-results strong{font-size:36px;}

  .material-detail-hero{padding:42px 5vw 30px;}
  .material-detail-hero p:not(.eyebrow){font-size:17px;}
  .material-image-placeholder{min-height:190px;border-radius:20px;}
  .material-info-panel,.material-side-panel>*{padding:18px;}
  .material-info-panel h2,.mini-calculator h2,.order-box h2{font-size:32px;}
  .price-box strong{font-size:28px;}
  .order-summary{padding:18px;}
  .summary-lines{grid-template-columns:1fr;gap:4px;}
  .summary-lines strong{text-align:left!important;font-size:24px!important;}

  .cart-section h1{font-size:clamp(30px,10vw,44px);}
  .cart-items{gap:.85rem;}
  .cart-item{padding:1rem;border-radius:18px;}
  .cart-total-box{
    position:sticky;
    bottom:10px;
    top:auto;
    z-index:50;
    max-width:none;
    margin:1rem 0;
    border-radius:18px;
    padding:1rem;
  }
  .cart-total-box strong{font-size:1.7rem!important;}
  .cart-total-box small{font-size:.82rem;}
  .first-order-confirmation,.customer-type-options,.cart-customer-details,.cart-delivery-section,.billing-options,.cart-message-box,.confirm-checkbox{padding:1rem!important;border-radius:18px!important;}
  .order-confirmation-card{padding:1rem;}
  .first-order-confirmation dl,.first-order-confirmation dl div{grid-template-columns:1fr!important;}
  .cart-customer-grid input,.cart-delivery-section input,.cart-message-box textarea{min-height:48px;}
  .cart-delivery-map,.delivery-map{min-height:300px!important;height:300px!important;border-radius:18px!important;}
  .cart-map-info-box{padding:.95rem;border-radius:18px;}
  .cart-zone-current strong{font-size:1.28rem!important;}
  .cart-zone-current .freight-zone-cost{font-size:.86rem!important;}
  .billing-card,.customer-type-card{min-height:auto;padding:.9rem;}
  .confirm-checkbox{align-items:flex-start;}

  .storsack-home-card{border-radius:22px;}
  .storsack-home-actions{display:grid;grid-template-columns:1fr;}
  .gallery-card,.gallery-card img{min-height:220px;}
  .footer{gap:18px;text-align:left;}
  .footer img{width:190px;}
}

@media(max-width:420px){
  .brand img{width:152px!important;}
  .main-nav a{font-size:9.5px!important;padding:8px 10px;}
  .section,.page-hero,.material-detail-hero,.split-section,.quote-form{padding-left:4vw;padding-right:4vw;}
  .cart-total-box{bottom:6px;}
  .cart-delivery-map,.delivery-map{min-height:270px!important;height:270px!important;}
  .cart-zone-current,.cart-zone-panel,.cart-map-info-box{padding:.85rem!important;}
}
