:root{
  --black:#030404;--deep:#07100f;--panel:#0b1110;--gold:#d8b35e;--gold2:#f1d174;--green:#2d5c45;--cream:#f3eee5;--muted:#d8ddd9;--line:rgba(255,255,255,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--cream);font-family:Inter,Arial,sans-serif}
.topbar{height:132px;background:#020303;display:flex;align-items:center;justify-content:space-between;padding:14px 54px;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 18px 55px rgba(0,0,0,.8);position:relative;z-index:5}
.logo img{width:175px;display:block;filter:drop-shadow(0 0 10px rgba(216,179,94,.42)) drop-shadow(0 8px 14px rgba(0,0,0,.9))}
.footer-logo img{width:168px}
nav{display:flex;gap:28px;align-items:center}
nav a{color:white;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:13px}
nav .active{color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:13px}
.top-book{background:linear-gradient(135deg,#9e7227 0%,#f6df8d 42%,#c49334 58%,#f1d174 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 10px 25px rgba(0,0,0,.45);color:#090807;text-decoration:none;text-transform:uppercase;font-weight:800;border-radius:5px;padding:18px 28px;font-size:14px}
.hero{height:470px;position:relative;display:grid;grid-template-columns:36% 64%;overflow:hidden;background:#090b0b}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 15%,rgba(216,179,94,.22),transparent 26%),linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.56) 42%,rgba(0,0,0,.08));z-index:1}
.hero:after{content:"";position:absolute;inset:0;box-shadow:inset 0 -70px 80px #050707,inset 0 70px 55px rgba(0,0,0,.45);z-index:2;pointer-events:none}
.hero-photo{background:url('../img/hero-horsebox.jpg') center/cover no-repeat;filter:saturate(1.05) contrast(1.08)}
.hero-copy{position:relative;z-index:3;padding:37px 0 0 54px;max-width:425px}
.eyebrow{margin:0 0 18px;text-transform:uppercase;color:var(--gold);font-size:13px;letter-spacing:.06em;font-weight:800;text-shadow:0 0 14px rgba(216,179,94,.25)}
h1,h2{font-family:Cinzel,Georgia,serif;text-transform:uppercase;font-weight:600;line-height:1.05;margin:0;color:white;text-shadow:0 2px 20px rgba(0,0,0,.75)}
h1{font-size:50px}h1 span{background:linear-gradient(135deg,#a97624,#fff0a8,#bc8831);-webkit-background-clip:text;color:transparent}
.hero-copy p:not(.eyebrow){font-size:15px;line-height:1.75;margin:22px 0 28px;color:white}
.buttons{display:flex;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:800;border-radius:4px;padding:16px 28px;border:0;cursor:pointer}
.gold{background:linear-gradient(135deg,#9e7227 0%,#f6df8d 42%,#c49334 58%,#f1d174 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 10px 25px rgba(0,0,0,.42);color:#080807}
.outline{border:1px solid rgba(216,179,94,.7);color:white;background:rgba(0,0,0,.35)}
.feature-row{height:118px;display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(180deg,#071312,#050b0b);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.feature-row article{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:0 48px 0 62px;border-right:1px solid var(--line)}
.feature-row span{grid-row:span 2;color:#356b50;font-size:44px;filter:drop-shadow(0 0 10px rgba(49,115,79,.55))}
.feature-row h3{margin:0 0 8px;color:var(--gold);font-size:14px;text-transform:uppercase}.feature-row p{margin:0;color:white;font-size:14px;line-height:1.55}
.horsebox-section{display:grid;grid-template-columns:31% 69%;background:#070b0b;border-bottom:1px solid var(--line)}
.spec-copy{padding:48px 48px 33px 50px;background:radial-gradient(circle at 0 0,rgba(216,179,94,.06),transparent 38%)}
.spec-copy h2{font-size:34px}.spec-copy p{font-size:14px;line-height:1.65;color:white;margin:20px 0}.spec-copy ul{list-style:none;margin:22px 0 25px;padding:0;display:grid;gap:10px}.spec-copy li{font-size:14px;color:white}.spec-copy li:before{content:"✓";background:#326748;color:white;border-radius:50%;font-size:10px;margin-right:8px;padding:1px 4px}
.spec-btn{border:1px solid var(--gold);background:linear-gradient(180deg,rgba(216,179,94,.08),rgba(0,0,0,.15));color:var(--gold)}
.layout-panels{display:grid;grid-template-columns:repeat(3,1fr)}
.layout-panels article{border-left:1px solid var(--line);background:#060909;position:relative;box-shadow:inset 0 0 45px rgba(0,0,0,.55)}
.layout-panels h4{height:58px;margin:0;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:14px;color:white;font-weight:700;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.2))}
.layout-panels img{display:block;width:100%;height:342px;object-fit:cover;filter:saturate(1.04) contrast(1.06)}
.layout-panels p{margin:0;background:#050606;color:white;text-align:center;font-size:14px;line-height:1.45;padding:18px 15px 22px}
.ready{height:180px;display:grid;grid-template-columns:90px 1fr auto 260px;align-items:center;gap:28px;padding:0 50px;background:linear-gradient(90deg,rgba(8,26,18,.96),rgba(0,0,0,.66));border-bottom:1px solid var(--line);overflow:hidden;box-shadow:inset 0 30px 60px rgba(0,0,0,.45)}
.ready-icon{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;background:#244432;font-size:35px;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 30px rgba(0,0,0,.45)}
.ready h2{font-size:30px}.ready p:not(.eyebrow){margin:8px 0 0;color:white;line-height:1.5;font-size:15px}.ready img{height:180px;width:260px;object-fit:cover;align-self:stretch;mask-image:linear-gradient(90deg,transparent,black 24%)}
.gallery{padding:18px 54px 0;background:#050808;text-align:center}.gallery img{display:block;width:100%;height:90px;object-fit:cover;border:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.45)}
.booking{display:grid;grid-template-columns:36% 64%;gap:44px;padding:66px 54px;background:#050808}.booking h2{font-size:34px}.booking p{font-size:15px;line-height:1.7;color:white;max-width:330px}.booking-copy a{display:block;color:white;text-decoration:none;margin:12px 0;font-weight:600}
form{background:#07100f;border:1px solid var(--line);border-radius:8px;padding:28px;display:grid;gap:15px;box-shadow:0 22px 55px rgba(0,0,0,.45)}
.two{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:grid;gap:7px;color:white;font-size:14px;font-weight:700}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.16);background:#020404;color:white;border-radius:5px;padding:14px;font:inherit}textarea{resize:vertical}
footer{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:50px;padding:44px 54px;background:#050808;border-top:1px solid var(--line)}footer p{font-size:14px;line-height:1.65;color:white;max-width:250px}footer h4{margin:0 0 14px;color:var(--gold);text-transform:uppercase;font-size:13px}footer a{display:block;color:white;text-decoration:none;margin:10px 0;font-size:14px}.socials{display:flex;gap:13px}.socials span{width:30px;height:30px;border-radius:50%;background:#31734f;display:grid;place-items:center;color:#06110d;font-weight:800}.copyright{text-align:center;background:#050808;border-top:1px solid rgba(255,255,255,.08);padding:15px;color:#89928e;font-size:13px}
.thanks-page{min-height:100vh;display:grid;place-items:center;background:#050808;padding:20px}.thanks-card{max-width:700px;background:#07100f;border:1px solid var(--line);border-radius:8px;padding:42px}.thanks-card h1{font-family:Cinzel,Georgia,serif;font-size:50px;text-transform:uppercase}
@media(max-width:980px){.topbar{height:auto;padding:14px 18px}.logo img{width:125px}nav a:not(.active){display:none}.top-book{padding:13px 15px;font-size:12px}.hero{height:auto;min-height:640px;display:block}.hero-photo{position:absolute;inset:0}.hero-copy{padding:70px 22px 80px}.hero:before{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.48))}h1{font-size:42px}.feature-row,.horsebox-section,.layout-panels,.ready,.booking,footer,.two{height:auto;grid-template-columns:1fr}.feature-row article{padding:24px;border-right:0;border-bottom:1px solid var(--line)}.spec-copy,.booking,footer{padding:34px 24px}.ready{padding:28px 24px}.ready img{display:none}.ready .btn{width:max-content}.gallery{padding:16px 24px}}


/* Final chosen CFR horse + wheat logo */
.header-logo img,
.logo img{
  width: 245px !important;
  max-height: 92px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 10px rgba(79,154,120,.25)) drop-shadow(0 0 12px rgba(216,179,94,.20)) drop-shadow(0 8px 18px rgba(0,0,0,.75));
}

.footer-logo img{
  width: 230px !important;
  max-height: 95px;
  object-fit: contain;
}

.topbar{
  min-height: 128px;
  height: auto;
}

@media(max-width:980px){
  .header-logo img,
  .logo img{
    width: 155px !important;
    max-height: 70px;
  }
  .footer-logo img{
    width: 170px !important;
  }
}


/* --------------------------------------------------
   Mobile-first polish: compact logo, app-style header,
   burger menu, better spacing and form layout
-------------------------------------------------- */

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.04);
  color:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}
.menu-toggle span{
  width:20px;
  height:2px;
  background:#d8b35e;
  border-radius:999px;
  display:block;
}

@media(max-width:980px){
  body{
    overflow-x:hidden;
  }

  .topbar{
    min-height:72px !important;
    height:72px !important;
    padding:8px 14px !important;
    position:sticky;
    top:0;
    z-index:50;
    display:flex;
    gap:10px;
  }

  .header-logo img,
  .logo img{
    width:128px !important;
    max-height:54px !important;
    object-fit:contain;
  }

  .top-book{
    display:none !important;
  }

  .menu-toggle{
    display:flex;
    margin-left:auto;
  }

  nav{
    position:absolute;
    left:12px;
    right:12px;
    top:76px;
    display:none !important;
    flex-direction:column;
    gap:0;
    background:rgba(4,7,7,.98);
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    padding:10px;
    box-shadow:0 24px 70px rgba(0,0,0,.75);
  }

  body.nav-open nav{
    display:flex !important;
  }

  nav a,
  nav .active{
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:15px 12px !important;
    color:white;
  }

  nav a:last-child{
    border-bottom:0;
  }

  .hero{
    min-height:620px !important;
    height:auto !important;
    display:block !important;
  }

  .hero-photo{
    position:absolute;
    inset:0;
    background-position:center top !important;
  }

  .hero-copy{
    position:relative;
    z-index:4;
    padding:78px 20px 52px !important;
    max-width:100% !important;
  }

  .hero-copy .eyebrow{
    font-size:11px;
  }

  h1{
    font-size:38px !important;
    line-height:1.04 !important;
  }

  h2{
    font-size:30px !important;
  }

  .hero-copy p:not(.eyebrow){
    font-size:15px !important;
    max-width:310px;
  }

  .buttons{
    flex-direction:column;
    align-items:flex-start;
    gap:10px !important;
  }

  .btn{
    min-height:44px;
    padding:13px 18px !important;
    font-size:12px !important;
  }

  .feature-row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    height:auto !important;
  }

  .feature-row article{
    display:block !important;
    padding:20px 16px !important;
    min-height:155px;
    border-right:1px solid rgba(255,255,255,.08) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  .feature-row span{
    display:block;
    font-size:30px !important;
    margin-bottom:10px;
  }

  .feature-row h3{
    font-size:12px !important;
  }

  .feature-row p{
    font-size:12px !important;
  }

  .horsebox-section{
    display:block !important;
  }

  .spec-copy{
    padding:36px 20px 28px !important;
  }

  .spec-copy p,
  .spec-copy li{
    font-size:14px !important;
  }

  .spec-copy ul{
    gap:9px !important;
  }

  .layout-panels{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .layout-panels article{
    border-left:0 !important;
    border-top:1px solid rgba(255,255,255,.12);
  }

  .layout-panels h4{
    height:auto !important;
    padding:16px 10px !important;
  }

  .layout-panels img{
    height:260px !important;
  }

  .layout-panels p{
    font-size:13px !important;
  }

  .ready{
    display:block !important;
    height:auto !important;
    padding:30px 20px !important;
    position:relative;
  }

  .ready-icon{
    width:62px !important;
    height:62px !important;
    font-size:24px !important;
    margin-bottom:14px;
  }

  .ready img{
    display:none !important;
  }

  .ready .btn{
    margin-top:18px;
  }

  .gallery{
    padding:18px 20px 0 !important;
  }

  .gallery img{
    height:72px !important;
  }

  .booking{
    display:block !important;
    padding:38px 20px !important;
  }

  .booking p{
    max-width:100% !important;
  }

  form{
    margin-top:22px;
    padding:18px !important;
    border-radius:12px !important;
  }

  .two{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:13px !important;
  }

  input,select,textarea{
    min-height:46px;
    font-size:16px !important;
  }

  footer{
    display:block !important;
    padding:34px 20px !important;
  }

  .footer-logo img{
    width:160px !important;
    max-height:70px !important;
  }

  footer > div{
    margin-bottom:28px;
  }

  .copyright{
    font-size:12px;
    padding:14px 18px;
  }
}

@media(max-width:420px){
  .header-logo img,
  .logo img{
    width:116px !important;
    max-height:50px !important;
  }

  h1{
    font-size:34px !important;
  }

  .feature-row{
    grid-template-columns:1fr !important;
  }

  .feature-row article{
    min-height:auto;
  }
}


/* Full mobile rebuild, working burger, titles, booking page, FAQ page */
.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}
.menu-toggle span{
  width:22px;
  height:2px;
  background:#d8b35e;
  border-radius:999px;
  display:block;
}
.quick-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding:62px 54px;
  background:#050808;
}
.quick-links article,
.contact-strip,
.success-card,
.booking-info,
.faq-list details,
.faq-cta{
  background:#07100f;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:28px;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}
.quick-links p,
.contact-strip p,
.booking-info p,
.faq-list p{
  color:white;
  line-height:1.7;
}
.contact-strip{
  margin:0 54px 62px;
}
.contact-strip a,
.booking-info a{
  display:block;
  color:white;
  text-decoration:none;
  margin:12px 0;
  font-weight:700;
}
.page-hero{
  padding:80px 54px 54px;
  background:linear-gradient(90deg,rgba(7,16,15,.96),rgba(0,0,0,.7)), url('../img/hero-horsebox.jpg') center/cover;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.page-hero h1{
  max-width:780px;
}
.page-hero p:not(.eyebrow){
  color:white;
  max-width:620px;
  line-height:1.7;
  font-size:18px;
}
.booking-page{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:34px;
  padding:62px 54px;
  background:#050808;
}
.booking-form{
  margin:0;
}
.success-card{
  margin:62px auto;
  max-width:760px;
}
.faq-list{
  padding:54px;
  background:#050808;
  display:grid;
  gap:16px;
}
.faq-list details{
  padding:0;
  overflow:hidden;
}
.faq-list summary{
  padding:22px 24px;
  cursor:pointer;
  color:white;
  font-weight:800;
  font-size:18px;
}
.faq-list details p{
  margin:0;
  padding:0 24px 22px;
}
.faq-cta{
  text-align:center;
  margin-top:14px;
}

@media(max-width:980px){
  .topbar{
    min-height:72px !important;
    height:72px !important;
    padding:8px 14px !important;
    position:sticky;
    top:0;
    z-index:999;
    display:flex;
    align-items:center;
    gap:10px;
  }
  .header-logo img,
  .logo img{
    width:132px !important;
    max-height:54px !important;
    object-fit:contain;
  }
  .top-book{
    display:none !important;
  }
  .menu-toggle{
    display:flex !important;
    margin-left:auto;
    position:relative;
    z-index:1001;
  }
  nav{
    position:absolute !important;
    left:12px;
    right:12px;
    top:78px;
    display:none !important;
    flex-direction:column;
    gap:0;
    background:rgba(4,7,7,.98);
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    padding:10px;
    box-shadow:0 24px 70px rgba(0,0,0,.75);
    z-index:1000;
  }
  body.nav-open nav{
    display:flex !important;
  }
  nav a,
  nav .active{
    display:block !important;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:15px 12px !important;
    color:white;
  }
  nav a:last-child{
    border-bottom:0;
  }
  .hero{
    min-height:640px !important;
    height:auto !important;
    display:block !important;
  }
  .hero-photo{
    position:absolute;
    inset:0;
    background-position:center top !important;
  }
  .hero-copy{
    position:relative;
    z-index:4;
    padding:78px 20px 52px !important;
    max-width:100% !important;
  }
  h1{
    font-size:38px !important;
    line-height:1.04 !important;
  }
  h2{
    font-size:30px !important;
  }
  .hero-copy p:not(.eyebrow){
    font-size:15px !important;
    max-width:330px;
  }
  .buttons{
    flex-direction:column;
    align-items:flex-start;
    gap:10px !important;
  }
  .btn{
    min-height:44px;
    padding:13px 18px !important;
    font-size:12px !important;
  }
  .feature-row{
    grid-template-columns:1fr 1fr !important;
    height:auto !important;
  }
  .feature-row article{
    display:block !important;
    padding:20px 16px !important;
    min-height:150px;
    border-right:1px solid rgba(255,255,255,.08) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }
  .feature-row span{
    display:block;
    font-size:30px !important;
    margin-bottom:10px;
  }
  .horsebox-section,
  .layout-panels,
  .quick-links,
  .booking-page,
  footer,
  .two{
    grid-template-columns:1fr !important;
    display:grid !important;
  }
  .spec-copy,
  .booking,
  .page-hero,
  .faq-list,
  footer{
    padding-left:20px !important;
    padding-right:20px !important;
  }
  .layout-panels img{
    height:260px !important;
  }
  .ready{
    display:block !important;
    height:auto !important;
    padding:32px 20px !important;
  }
  .ready img{
    display:none !important;
  }
  .ready .btn{
    margin-top:18px;
  }
  .quick-links{
    padding:38px 20px !important;
  }
  .contact-strip{
    margin:0 20px 42px !important;
  }
  .booking-page{
    padding:38px 20px !important;
  }
  form{
    padding:18px !important;
    border-radius:12px !important;
  }
  input,select,textarea{
    min-height:48px;
    font-size:16px !important;
  }
  footer > div{
    margin-bottom:26px;
  }
  .footer-logo img{
    width:168px !important;
  }
}
@media(max-width:420px){
  .header-logo img,
  .logo img{
    width:118px !important;
    max-height:50px !important;
  }
  h1{
    font-size:34px !important;
  }
  .feature-row{
    grid-template-columns:1fr !important;
  }
  .feature-row article{
    min-height:auto;
  }
}


/* HARD FIX: mobile burger click area + correct real photo sizing */
@media(max-width:980px){
  .topbar{
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .menu-toggle{
    display:flex !important;
    position: relative !important;
    z-index: 100001 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent;
    margin-left:auto !important;
    flex-shrink:0 !important;
  }

  .menu-toggle span{
    pointer-events:none !important;
  }

  nav{
    z-index: 100000 !important;
    pointer-events: auto !important;
  }

  body.nav-open nav{
    display:flex !important;
  }

  .layout-panels article:first-child img{
    object-position:center center !important;
  }

  .layout-panels img{
    width:100% !important;
    height:260px !important;
    object-fit:cover !important;
    display:block !important;
  }
}


/* ==================================================
   FINAL FIX: restore hero/driver image + no-JS burger
   ================================================== */

.hero-photo{
  background-image:url('../img/hero-horsebox.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

.layout-panels article:first-child img{
  content:url('../img/front-cab.jpg');
  width:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

.desktop-nav{
  display:flex;
  gap:28px;
  align-items:center;
}

.mobile-nav{
  display:none;
}

.mobile-nav summary{
  list-style:none;
}
.mobile-nav summary::-webkit-details-marker{
  display:none;
}

@media(max-width:980px){
  .topbar{
    min-height:72px !important;
    height:72px !important;
    padding:8px 14px !important;
    position:sticky !important;
    top:0 !important;
    z-index:999999 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    overflow:visible !important;
  }

  .header-logo img,
  .logo img{
    width:132px !important;
    max-height:54px !important;
    object-fit:contain !important;
  }

  .desktop-nav,
  nav.desktop-nav,
  .top-book{
    display:none !important;
  }

  .mobile-nav{
    display:block !important;
    margin-left:auto !important;
    position:relative !important;
    z-index:1000000 !important;
  }

  .mobile-nav summary{
    width:48px !important;
    height:48px !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.055) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:5px !important;
    cursor:pointer !important;
    -webkit-tap-highlight-color:transparent !important;
    touch-action:manipulation !important;
  }

  .mobile-nav summary span{
    width:22px !important;
    height:2px !important;
    display:block !important;
    background:#d8b35e !important;
    border-radius:999px !important;
    pointer-events:none !important;
  }

  .mobile-nav-panel{
    position:absolute !important;
    right:0 !important;
    top:58px !important;
    min-width:230px !important;
    background:rgba(4,7,7,.98) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    border-radius:14px !important;
    padding:10px !important;
    box-shadow:0 24px 70px rgba(0,0,0,.78) !important;
  }

  .mobile-nav-panel a{
    display:block !important;
    color:#fff !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
    font-weight:800 !important;
    font-size:13px !important;
    padding:15px 12px !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  .mobile-nav-panel a:last-child{
    border-bottom:0 !important;
  }

  .hero{
    min-height:640px !important;
    height:auto !important;
    display:block !important;
    position:relative !important;
    overflow:hidden !important;
  }

  .hero-photo{
    position:absolute !important;
    inset:0 !important;
    background-image:url('../img/hero-horsebox.jpg') !important;
    background-size:cover !important;
    background-position:center top !important;
    opacity:1 !important;
  }

  .hero-copy{
    position:relative !important;
    z-index:4 !important;
    padding:78px 20px 52px !important;
    max-width:100% !important;
  }

  .layout-panels article:first-child img{
    content:url('../img/front-cab.jpg');
    height:260px !important;
    width:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
}

@media(max-width:420px){
  .header-logo img,
  .logo img{
    width:118px !important;
    max-height:50px !important;
  }
}

/* CFR Back Office */
.admin-body{background:#050808;color:#fff;font-family:Inter,Arial,sans-serif}
.admin-header{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 34px;background:#020303;border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;z-index:20}
.admin-header img{width:170px;max-height:70px;object-fit:contain}
.admin-header nav{display:flex;gap:18px;flex-wrap:wrap}
.admin-header a{color:#fff;text-decoration:none;font-weight:800;font-size:13px;text-transform:uppercase}
.admin-shell{padding:42px 34px;max-width:1200px;margin:auto}
.admin-shell.narrow{max-width:820px}
.admin-title{margin-bottom:28px}
.admin-title h1{font-family:Cinzel,Georgia,serif;text-transform:uppercase;font-size:48px;margin:0 0 10px}
.admin-title p:not(.eyebrow){color:#dfe7e2;line-height:1.7}
.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}
.admin-stats article,.admin-card,.admin-form{background:#07100f;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:24px;box-shadow:0 20px 55px rgba(0,0,0,.35)}
.admin-stats strong{font-size:42px;color:#d8b35e;display:block}
.admin-stats span{text-transform:uppercase;font-weight:800;font-size:13px}
.admin-card-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.admin-card h2{font-family:Cinzel,Georgia,serif;text-transform:uppercase}
.admin-table-wrap{overflow-x:auto}
.admin-table{width:100%;border-collapse:collapse;min-width:760px}
.admin-table th,.admin-table td{padding:14px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}
.admin-table th{color:#d8b35e;text-transform:uppercase;font-size:12px}
.admin-table a{color:#d8b35e;font-weight:800}
.pill{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;text-transform:uppercase}
.pill.available,.calendar-cell.available{background:rgba(52,128,82,.22);border-color:#348052}
.pill.enquiry,.calendar-cell.enquiry{background:rgba(216,179,94,.22);border-color:#d8b35e}
.pill.booked,.calendar-cell.booked{background:rgba(160,42,42,.24);border-color:#a02a2a}
.pill.maintenance,.pill.unavailable,.calendar-cell.maintenance,.calendar-cell.unavailable{background:rgba(120,120,120,.2);border-color:#777}
.admin-form{display:grid;gap:16px}
.danger{background:#7e2020;color:white}
.calendar-nav{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}
.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.calendar-day-name{text-align:center;color:#d8b35e;font-weight:900;text-transform:uppercase;font-size:12px;padding:10px}
.calendar-cell{min-height:110px;background:#07100f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px;color:white;text-decoration:none;display:block}
.calendar-cell strong{display:block;font-size:22px;margin-bottom:8px}
.calendar-cell span{display:block;font-size:12px;margin-top:4px}
.calendar-cell.empty{opacity:.28}
.public-calendar-wrap{padding:42px 54px;background:#050808}
.public-calendar .calendar-cell.available{background:rgba(52,128,82,.18)}
.public-calendar .calendar-cell span{font-weight:800}
@media(max-width:800px){.admin-header{display:block;padding:14px 18px}.admin-header img{width:140px}.admin-header nav{margin-top:12px}.admin-shell{padding:28px 18px}.admin-title h1{font-size:34px}.admin-stats{grid-template-columns:1fr 1fr}.calendar-grid{gap:5px}.calendar-cell{min-height:76px;padding:8px}.calendar-cell strong{font-size:17px}.calendar-cell span{font-size:10px}.calendar-nav{flex-direction:column}.public-calendar-wrap{padding:28px 18px}}

