/*
Theme Name: MB-Specialisten Skåne Premium
Theme URI: https://example.com/
Author: OpenAI
Description: Premium WordPress-tema för MB-Specialisten Skåne AB med superprofessionell Version 7-layout, Arial-baserad typografi, korrigerad svensk text och fungerande bokningsförfrågan.
Version: 7.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: mb-specialisten-skane-premium
*/

:root{
  --bg:#040913;
  --bg-soft:#091321;
  --bg-panel:rgba(9,17,29,.84);
  --bg-panel-strong:rgba(8,15,26,.94);
  --surface:#0c1727;
  --surface-2:#101f33;
  --text:#f5efe4;
  --muted:#d3ccbf;
  --muted-2:#a8b0bb;
  --gold:#d6aa57;
  --gold-soft:#f6dd9f;
  --gold-deep:#8f6324;
  --line:rgba(255,255,255,.10);
  --line-gold:rgba(246,221,159,.24);
  --blue-glow:rgba(81,147,255,.46);
  --shadow-xl:0 34px 90px rgba(0,0,0,.52);
  --shadow-lg:0 22px 56px rgba(0,0,0,.42);
  --shadow-md:0 14px 32px rgba(0,0,0,.30);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:18px;
  --container:min(1260px, calc(100% - 32px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-kerning:normal;
  line-height:1.65;
  background:
    radial-gradient(circle at top, rgba(93,136,220,.10), transparent 28%),
    linear-gradient(180deg, #040913 0%, #08111d 58%, #040913 100%);
}
body.admin-bar .site-header{top:32px}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
iframe{border:0}

body,button,input,select,textarea,summary,.site-menu,.nav-cta,.btn,.section-label,.section-title,.hero-copy h1,.hero-price-name,.hero-pricing-title,.price-box-title,.service-panel h3,.process-step h3,.brand-card h3,.contact-card h3,.map-card h3,.footer-title,.page-kicker{font-family:Arial,Helvetica,sans-serif}

h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;letter-spacing:0}

p,li,label,input,select,textarea,small,span,summary{font-variant-ligatures:none}

.container{width:var(--container);margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 14px;border-radius:12px;background:#fff;color:#111;z-index:999}
.screen-reader-text{position:absolute;left:-9999px}

.section{position:relative;padding:110px 0}
.section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 16%, rgba(246,221,159,.07), transparent 18%),
    radial-gradient(circle at 82% 24%, rgba(246,221,159,.06), transparent 16%);
}
.section-dark{background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)), #07101b}
.section-cosmic{
  background:
    radial-gradient(circle at 50% 0%, rgba(246,221,159,.09), transparent 22%),
    radial-gradient(circle at 50% 30%, rgba(78,125,211,.12), transparent 36%),
    linear-gradient(180deg, #07101c 0%, #050b16 100%);
}
.section-soft{background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)), #091320}
.section-label{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--gold-soft);
  font-weight:800;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.22em;
}
.section-label::before,
.section-label::after{
  content:"";
  width:34px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(246,221,159,.9), transparent);
}
.section-label.centered{justify-content:center;display:flex}
.section-title{
  margin:16px 0 18px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(2.35rem, 4.8vw, 4.1rem);
  line-height:1.08;
  letter-spacing:0;
  font-weight:800;
}
.section-title.centered{text-align:center}
.section-text{margin:0 0 16px;color:var(--muted);font-size:1.08rem;line-height:1.72}
.section-text.large{font-size:1.24rem;color:#f4e7c8;line-height:1.7}
.section-text.centered{text-align:center;margin-inline:auto}
.max-780{max-width:780px}
.glass-panel{
  background:linear-gradient(180deg, rgba(10,18,31,.88) 0%, rgba(7,13,23,.84) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow-lg);
  backdrop-filter:blur(15px);
}
.premium-panel{
  background:linear-gradient(180deg, rgba(7,13,23,.94) 0%, rgba(8,15,26,.86) 100%);
  border:1px solid rgba(246,221,159,.16);
  box-shadow:var(--shadow-xl);
  border-radius:var(--radius-xl);
}
.gold-outline{box-shadow:inset 0 0 0 1px rgba(246,221,159,.12), var(--shadow-lg)}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 28px;
  border-radius:16px;
  border:1px solid transparent;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-gold{
  color:#0f1117;
  background:linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 100%);
  box-shadow:0 16px 36px rgba(214,170,87,.30);
}
.btn-gold:hover{box-shadow:0 20px 42px rgba(214,170,87,.36)}
.btn-ghost{
  color:var(--text);
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.04);
}
.btn-full{width:100%}

.site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(4,9,17,.32);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.site-header.is-scrolled{background:rgba(4,9,17,.72)}
.site-nav-wrap{display:flex;align-items:center;gap:18px;min-height:88px}
.site-brand{flex:1 1 auto;min-width:0}
.site-brand-image{width:min(320px, 52vw);filter:drop-shadow(0 10px 22px rgba(0,0,0,.38))}
.site-menu{display:flex;align-items:center;gap:26px;font-size:1rem;color:#f4edde;font-weight:700}
.site-menu a{opacity:.92}
.site-menu a:hover,.site-menu a:focus-visible{opacity:1;color:var(--gold-soft)}
.nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 100%);
  color:#10141b;
  font-weight:800;
  box-shadow:0 12px 28px rgba(214,170,87,.24);
}
.menu-toggle{
  display:none;
  width:48px;height:48px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:#fff;
}
.menu-toggle-icon,.menu-toggle-icon::before,.menu-toggle-icon::after{
  display:block;
  width:18px;
  height:2px;
  background:#fff;
  border-radius:999px;
  margin:0 auto;
  content:"";
}
.menu-toggle-icon::before{transform:translateY(-6px)}
.menu-toggle-icon::after{transform:translateY(4px)}
.mobile-menu{display:none;padding:0 0 18px}
.mobile-menu.is-open{display:block}
.mobile-menu-inner{
  display:grid;
  gap:10px;
  padding:16px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(8,14,25,.96);
}
.mobile-menu a,.mobile-menu .nav-cta{width:100%}

.hero-section{
  position:relative;
  overflow:hidden;
  padding:52px 0 96px;
  background:
    linear-gradient(180deg, rgba(4,9,17,.10), rgba(4,9,17,.74)),
    url('assets/workshop-hero.jpg') center/cover no-repeat;
}
.hero-section::before,
.hero-section::after{
  content:"";
  position:absolute;
  left:0;right:0;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(80,144,255,.95), rgba(255,255,255,.90), rgba(80,144,255,.95), transparent);
  opacity:.72;
}
.hero-section::before{top:10px}
.hero-section::after{bottom:0}
.hero-backdrop{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 0%, rgba(246,221,159,.20), transparent 18%),
    radial-gradient(circle at 18% 28%, rgba(255,255,255,.08), transparent 20%),
    radial-gradient(circle at 82% 28%, rgba(246,221,159,.12), transparent 20%),
    linear-gradient(180deg, rgba(18,32,61,.38), rgba(4,9,17,.84) 86%);
}
.hero-flare,
.hero-flare::before,
.hero-flare::after{
  position:absolute;
  pointer-events:none;
  content:"";
}
.hero-flare{
  inset:auto auto 18% 50%;
  width:460px;
  height:460px;
  transform:translateX(-50%);
  background:radial-gradient(circle, rgba(246,221,159,.10), transparent 66%);
  filter:blur(8px);
}
.hero-flare::before{
  inset:-80px auto auto -360px;
  width:360px;height:360px;
  background:radial-gradient(circle, rgba(246,221,159,.13), transparent 66%);
}
.hero-flare::after{
  inset:-30px -360px auto auto;
  width:320px;height:320px;
  background:radial-gradient(circle, rgba(246,221,159,.11), transparent 66%);
}
.hero-inner{position:relative;z-index:1}
.hero-shell{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  gap:26px;
  align-items:end;
}
.hero-copy{
  position:relative;
  padding:38px 36px 34px;
  border-radius:30px;
}
.hero-copy::after{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:24px;
  border:1px solid rgba(246,221,159,.08);
  pointer-events:none;
}
.hero-copy h1{
  margin:18px 0 16px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(2.85rem, 5.7vw, 4.9rem);
  line-height:1.02;
  letter-spacing:0;
  font-weight:800;
}
.hero-copy h1 span{display:block;font-size:clamp(2.15rem, 3.9vw, 3.7rem);color:#f8edd1}
.hero-lead{max-width:680px;color:#eee3c9;font-size:1.14rem;line-height:1.72}
.hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:26px 0 16px;
}
.hero-chip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#f4e7c8;
  font-size:.98rem;
  font-weight:700;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}
.hero-note{margin-top:16px;color:#d7d2c8;font-size:1rem;line-height:1.68}
.hero-contact-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:20px;
  color:#f3e9d0;
  font-weight:700;
  font-size:1rem;
}
.hero-contact-list a:hover{color:var(--gold-soft)}
.hero-side{display:grid;gap:18px}
.hero-pricing{
  position:relative;
  padding:24px;
  border-radius:28px;
}
.hero-pricing::before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:22px;
  border:1px solid rgba(246,221,159,.10);
  pointer-events:none;
}
.hero-pricing-title{font-size:.94rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-soft);margin-bottom:16px}
.hero-price-card{
  padding:20px 18px;
  border-radius:22px;
  border:1px solid rgba(246,221,159,.18);
  background:linear-gradient(180deg, rgba(18,29,47,.84) 0%, rgba(12,21,35,.84) 100%);
  box-shadow:var(--shadow-md);
}
.hero-price-card + .hero-price-card{margin-top:14px}
.hero-price-card.featured{box-shadow:0 16px 36px rgba(214,170,87,.18)}
.hero-price-name{font-size:1.15rem;font-weight:800;color:#f7eed5}
.hero-price-amount{margin-top:8px;font-size:2.4rem;line-height:1;font-weight:900;color:var(--gold-soft)}
.hero-price-amount small{font-size:1rem;font-weight:700;color:#fff2d7}
.hero-pricing-copy{margin:16px 0 0;color:var(--muted);font-size:.95rem}
.hero-contact-card{
  padding:20px 22px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(10,18,31,.88) 0%, rgba(6,12,22,.88) 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow-md);
}
.hero-contact-card h3{margin:0 0 12px;font-size:1.15rem}
.hero-contact-card p{margin:0;color:var(--muted)}
.hero-contact-card p + p{margin-top:8px}
.hero-highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.hero-highlight{
  padding:20px 22px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(6,11,20,.84) 0%, rgba(10,18,31,.82) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow-md);
}
.hero-highlight strong{display:block;font-size:1rem;color:#fff0cc;margin-bottom:8px}
.hero-highlight span{display:block;color:var(--muted);font-size:.95rem}

.story-grid,
.services-grid,
.contact-showcase-grid,
.booking-grid,
.footer-grid,
.page-layout{display:grid;gap:28px}
.story-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);align-items:center}
.story-media{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(246,221,159,.14);
  box-shadow:var(--shadow-xl);
}
.story-media img{width:100%;height:100%;object-fit:cover;min-height:560px}
.story-media-badge{
  position:absolute;
  left:24px;
  bottom:24px;
  max-width:300px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(7,14,25,.90);
  border:1px solid rgba(246,221,159,.16);
  box-shadow:var(--shadow-md);
}
.story-media-badge strong{display:block;color:#fff0cc;margin-bottom:6px}
.story-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px}
.story-point{
  padding:18px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
.story-point strong{display:block;margin-bottom:6px;color:#fff1d1}
.story-point span{display:block;color:var(--muted);font-size:.95rem}

.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:34px}
.price-box{
  position:relative;
  padding:34px 30px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(10,18,31,.92) 0%, rgba(7,13,23,.88) 100%);
  border:1px solid rgba(246,221,159,.18);
  box-shadow:var(--shadow-lg);
}
.price-box.highlighted{transform:translateY(-6px);box-shadow:0 28px 70px rgba(214,170,87,.14)}
.price-box-title{font-size:1.5rem;font-weight:800;color:#fff1d2}
.price-box-amount{margin:16px 0 12px;font-size:clamp(2.4rem, 5vw, 3.5rem);line-height:.95;font-weight:900;color:var(--gold-soft)}
.price-box-note{color:#f4e7c8;font-weight:700}
.price-box p{margin:14px 0 0;color:var(--muted)}
.pricing-disclaimer{margin-top:18px;text-align:center;color:var(--muted);font-size:.96rem}

.services-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.88fr);align-items:start}
.service-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:26px}
.service-panel{
  padding:24px 22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
  box-shadow:var(--shadow-md);
}
.service-panel h3{margin:0 0 10px;font-size:1.2rem;color:#fff1d1}
.service-panel p{margin:0;color:var(--muted)}
.process-panel{
  padding:28px;
  border-radius:30px;
}
.process-list{display:grid;gap:16px;margin-top:24px}
.process-step{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
}
.process-step-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;height:54px;
  border-radius:18px;
  background:linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 100%);
  color:#11141a;
  font-weight:900;
  box-shadow:0 14px 30px rgba(214,170,87,.18);
}
.process-step h3{margin:2px 0 6px;font-size:1.12rem;color:#fff1d1}
.process-step p{margin:0;color:var(--muted)}

.brand-strip{
  margin-top:28px;
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  gap:18px;
}
.brand-card,
.contact-card,
.map-card,
.faq-item,
.booking-card,
.footer-brand,
.page-content-card{
  border-radius:26px;
  overflow:hidden;
}
.brand-card{padding:0;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-lg)}
.brand-card img{width:100%;height:100%;object-fit:cover;min-height:280px}
.brand-card-body{padding:22px}
.brand-card h3{margin:0 0 10px;font-size:1.24rem;color:#fff1d1}
.brand-card p{margin:0;color:var(--muted)}

.contact-showcase-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.05fr);align-items:stretch}
.contact-stack{display:grid;gap:18px}
.contact-card,
.map-card{
  padding:26px;
  background:linear-gradient(180deg, rgba(10,18,31,.92) 0%, rgba(7,13,23,.88) 100%);
  border:1px solid rgba(246,221,159,.14);
  box-shadow:var(--shadow-lg);
}
.contact-card h3,.map-card h3{margin:0 0 14px;font-size:1.26rem;color:#fff1d1}
.contact-card p,.map-card p{margin:0;color:var(--muted)}
.contact-list{display:grid;gap:10px;margin-top:18px}
.contact-list a:hover{color:var(--gold-soft)}
.map-embed{margin-top:16px;overflow:hidden;border-radius:22px;border:1px solid rgba(255,255,255,.10)}
.map-embed iframe{display:block;width:100%;height:430px}
.showcase-image-wrap{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(246,221,159,.14);
  box-shadow:var(--shadow-xl);
}
.showcase-image-wrap img{width:100%;height:100%;object-fit:cover;min-height:100%}
.showcase-overlay-card{
  position:absolute;
  right:24px;
  bottom:24px;
  max-width:360px;
  padding:20px 22px;
  border-radius:22px;
  background:rgba(7,14,25,.90);
  border:1px solid rgba(246,221,159,.16);
  box-shadow:var(--shadow-md);
}
.showcase-overlay-card strong{display:block;margin-bottom:8px;color:#fff0cc}
.showcase-overlay-card span{display:block;color:var(--muted)}

.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:32px}
.faq-item{
  background:linear-gradient(180deg, rgba(10,18,31,.92) 0%, rgba(7,13,23,.88) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow-md);
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:22px 24px;
  font-size:1.08rem;
  font-weight:800;
  color:#fff1d1;
  line-height:1.5;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{margin:0;padding:0 24px 24px;color:var(--muted)}

.booking-section{padding-top:118px;padding-bottom:120px}
.booking-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.05fr);align-items:start}
.booking-copy{padding-top:18px}
.booking-points{display:grid;gap:14px;margin-top:24px}
.booking-point{
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#f2e5c6;
  font-weight:700;
}
.booking-card{
  padding:28px;
  background:linear-gradient(180deg, rgba(10,18,31,.94) 0%, rgba(7,13,23,.90) 100%);
  border:1px solid rgba(246,221,159,.16);
  box-shadow:var(--shadow-xl);
}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.booking-form label{display:block;margin:0 0 8px;color:#fff0ce;font-weight:700;font-size:1rem}
.booking-form input,
.booking-form select,
.booking-form textarea{
  width:100%;
  padding:16px 17px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--text);
  outline:none;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1rem;
  line-height:1.5;
}
.booking-form input::placeholder,
.booking-form textarea::placeholder{color:#aeb4be}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus{border-color:rgba(246,221,159,.30);box-shadow:0 0 0 4px rgba(214,170,87,.10)}
.booking-form textarea{min-height:150px;resize:vertical}
.booking-form > * + *{margin-top:16px}
.form-notice{color:var(--muted);font-size:.95rem}
.status-message{
  margin-bottom:18px;
  padding:16px 18px;
  border-radius:16px;
  font-weight:700;
}
.status-success{background:rgba(84,150,84,.18);border:1px solid rgba(113,194,113,.26);color:#d9f6d6}
.status-error{background:rgba(172,77,77,.18);border:1px solid rgba(224,122,122,.26);color:#ffd9d9}

.site-footer{
  padding:28px 0 34px;
  background:#050b16;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-grid{grid-template-columns:1.2fr .75fr .9fr .8fr;padding:26px 0 22px}
.footer-brand{padding:24px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06)}
.footer-logo{width:min(320px, 100%);margin-bottom:14px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.32))}
.footer-title{margin:0 0 14px;font-size:1rem;color:#fff1d1}
.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:var(--muted)}
.footer-grid p{margin:0;color:var(--muted)}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#9da6b3;
  font-size:.92rem;
}

.page-layout{grid-template-columns:minmax(0,1fr)}
.page-content-card{
  padding:34px;
  background:linear-gradient(180deg, rgba(10,18,31,.92) 0%, rgba(7,13,23,.88) 100%);
  border:1px solid rgba(246,221,159,.14);
  box-shadow:var(--shadow-xl);
}
.page-kicker{color:var(--gold-soft);font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:.8rem}
.entry-content{color:var(--muted);font-size:1.04rem}
.entry-content h2,.entry-content h3,.entry-content h4{color:#fff0cc}
.entry-content a{color:var(--gold-soft);text-decoration:underline}
.entry-content img{border-radius:20px}

.mobile-contact-bar{
  display:none;
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:70;
  padding:10px;
  border-radius:18px;
  background:rgba(5,10,18,.94);
  border:1px solid rgba(246,221,159,.16);
  box-shadow:var(--shadow-lg);
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.mobile-contact-bar a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:14px;
  font-weight:800;
}
.mobile-contact-bar .call-link{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10)}
.mobile-contact-bar .book-link{background:linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 100%);color:#11141a}

@media (max-width: 1180px){
  .hero-shell,
  .story-grid,
  .services-grid,
  .contact-showcase-grid,
  .booking-grid,
  .footer-grid{grid-template-columns:1fr}
  .hero-highlights,
  .pricing-grid,
  .faq-grid,
  .brand-strip{grid-template-columns:1fr 1fr}
  .site-menu,.nav-cta{display:none}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
}

@media (max-width: 860px){
  .section{padding:84px 0}
  .hero-section{padding:42px 0 78px}
  .hero-copy{padding:28px 22px}
  .hero-copy h1{font-size:clamp(2.35rem, 7.8vw, 3.7rem);line-height:1.06}
  .hero-copy h1 span{font-size:clamp(1.85rem, 5.8vw, 2.7rem)}
  .story-points,
  .service-cards,
  .faq-grid,
  .pricing-grid,
  .brand-strip,
  .hero-highlights,
  .form-grid{grid-template-columns:1fr}
  .map-embed iframe{height:340px}
  .footer-bottom{flex-direction:column}
  .showcase-overlay-card{position:static;margin:18px}
}

@media (max-width: 640px){
  body.admin-bar .site-header{top:46px}
  .site-nav-wrap{min-height:78px}
  .site-brand-image{width:min(260px, 62vw)}
  .section-title{font-size:clamp(2rem, 10.5vw, 2.8rem);line-height:1.12}
  .hero-logo{width:min(94vw, 520px)}
  .hero-contact-list{display:grid;gap:8px}
  .story-media img{min-height:360px}
  .price-box{padding:28px 22px}
  .contact-card,.map-card,.booking-card,.page-content-card{padding:22px}
  .mobile-contact-bar{display:grid}
}


/* ===== Version 7 refinements ===== */
.hero-section-v6{
  padding-top:18px;
  padding-bottom:110px;
  background:
    linear-gradient(180deg, rgba(4,9,17,.10), rgba(4,9,17,.80)),
    url('assets/workshop-hero.jpg') center/cover no-repeat;
}
.hero-topline{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 auto 26px;
  padding:14px 18px;
  border-radius:22px;
  max-width:1120px;
  text-align:center;
  font-size:.95rem;
  color:#f6e9c8;
  font-weight:700;
}
.hero-topline span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:8px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.hero-shell-v6{align-items:stretch;grid-template-columns:minmax(0,1.16fr) minmax(340px,.74fr)}
.hero-side-v6{grid-template-rows:auto auto auto;align-content:start}
.hero-copy{
  box-shadow:0 36px 95px rgba(0,0,0,.54);
}
.hero-feature-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}
.hero-feature-item{
  padding:18px 18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.025) 100%);
  border:1px solid rgba(255,255,255,.08);
}
.hero-feature-item strong{display:block;margin-bottom:8px;font-size:1rem;color:#fff0cf}
.hero-feature-item span{display:block;font-size:.96rem;line-height:1.6;color:var(--muted)}
.hero-booking-card{
  padding:22px 22px 20px;
  border-radius:24px;
  box-shadow:var(--shadow-md);
}
.hero-booking-card h3{margin:0 0 12px;font-size:1.14rem;color:#fff1d1}
.hero-booking-steps{margin:0;padding-left:20px;color:var(--muted);display:grid;gap:10px;line-height:1.65}
.signature-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.signature-card{
  padding:22px 22px;
  border-radius:24px;
  border:1px solid rgba(246,221,159,.13);
  background:linear-gradient(180deg, rgba(7,13,23,.88) 0%, rgba(10,18,31,.80) 100%);
  box-shadow:var(--shadow-md);
}
.signature-card strong{display:block;color:#fff0cd;margin-bottom:8px;font-size:1rem}
.signature-card span{display:block;color:var(--muted);font-size:.96rem;line-height:1.6}
.editorial-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);
  gap:28px;
  align-items:stretch;
}
.editorial-visual{
  position:relative;
  overflow:hidden;
  padding:0;
}
.editorial-visual img{width:100%;height:100%;object-fit:cover;min-height:560px}
.editorial-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(6,10,18,.10) 0%, rgba(6,10,18,.42) 72%, rgba(6,10,18,.68) 100%);
  pointer-events:none;
}
.editorial-visual-badge{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:1;
  padding:18px 20px;
  border-radius:20px;
  background:rgba(7,14,25,.82);
  border:1px solid rgba(246,221,159,.16);
  box-shadow:var(--shadow-md);
  backdrop-filter:blur(10px);
}
.editorial-visual-badge strong{display:block;margin-bottom:6px;color:#fff0cc}
.editorial-visual-badge span{display:block;color:var(--muted);line-height:1.6}
.editorial-card{padding:34px 34px 32px}
.editorial-list{display:grid;gap:14px;margin-top:26px}
.editorial-item{
  padding:18px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}
.editorial-item strong{display:block;color:#fff1d1;margin-bottom:6px}
.editorial-item span{display:block;color:var(--muted);line-height:1.6}
.pricing-section-v6 .pricing-grid-v6{margin-top:36px}
.confidence-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.confidence-card{
  padding:22px 22px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(8,14,25,.86) 0%, rgba(10,18,31,.82) 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow-md);
}
.confidence-card strong{display:block;margin-bottom:8px;color:#fff0cc}
.confidence-card span{display:block;color:var(--muted);line-height:1.6}
.booking-section-v6 .booking-card,
.booking-section-v6 .booking-copy{
  align-self:start;
}
.booking-section-v6 .booking-card{position:relative}
.booking-section-v6 .booking-card::before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:20px;
  border:1px solid rgba(246,221,159,.08);
  pointer-events:none;
}
.booking-section-v6 .booking-form{position:relative;z-index:1}
.contact-card,
.map-card,
.booking-card,
.hero-pricing,
.hero-contact-card,
.hero-booking-card,
.signature-card,
.confidence-card,
.editorial-item,
.story-point,
.service-panel,
.faq-item,
.price-box{
  backdrop-filter:blur(10px);
}
@media (max-width:1180px){
  .hero-topline,
  .hero-feature-list,
  .signature-strip,
  .confidence-grid,
  .editorial-grid{grid-template-columns:1fr 1fr}
  .editorial-visual img{min-height:420px}
}
@media (max-width:860px){
  .hero-topline,
  .hero-feature-list,
  .signature-strip,
  .confidence-grid,
  .editorial-grid{grid-template-columns:1fr}
  .hero-topline{padding:12px}
  .editorial-card{padding:24px}
  .editorial-visual img{min-height:420px}
}
@media (max-width:640px){
  .editorial-visual-badge{left:16px;right:16px;bottom:16px;padding:16px 18px}
}
