/* VHS Mobile Layout — injected via mobile.js */
@media screen and (max-width: 960px) {

  html, body { overflow-x: hidden !important; max-width: 100% !important; }
  body { min-width: 0 !important; background: #ECE9E4; position: relative; visibility: visible !important; }
  #page { display: none !important; height: 0 !important; max-width: 0 !important; overflow: hidden !important; }
  #mob { display: flex; flex-direction: column; min-height: 100vh; overflow-x: hidden; max-width: 100vw; }
  #mc { flex: 1; overflow-x: hidden; padding-top: 0; }

  /* ===============================
     Shell
  =============================== */
  #mob {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #58585B;
    background: #ECE9E4;
    min-height: 100vh;
    visibility: visible !important;
  }

  /* ===============================
     Header
  =============================== */
  #mh {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 72px;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0 12px 0 8px;
    z-index: 900;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  }
  #mh-lg {
    width: calc(100% - 40px);
    max-width: none;
    height: auto;
    display: block;
  }
  #mh-btn {
    background: none;
    border: none;
    color: #323132;
    font-size: 26px;
    cursor: pointer;
    padding: 4px 4px;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
  }

  /* ===============================
     Nav Overlay
  =============================== */
  #mn {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(50,49,50,0.97);
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
  }
  #mn.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #mn-x {
    position: absolute;
    top: 16px; right: 16px;
    background: none;
    border: none;
    color: #ECE9E4;
    font-size: 28px;
    cursor: pointer;
    padding: 6px;
    -webkit-tap-highlight-color: transparent;
  }
  #mn nav ul {
    list-style: none;
    padding: 0; margin: 0;
    text-align: center;
  }
  #mn nav ul li { margin: 18px 0; }
  #mn nav ul li a {
    color: #ECE9E4;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
  }
  #mn nav ul li a.on,
  #mn nav ul li a:hover { color: #58585B; background: #ECE9E4; padding: 6px 14px; }

  /* ===============================
     Main
  =============================== */
  #mc { padding-top: 72px; }

  /* ===============================
     Page heading banner
  =============================== */
  .pg-hd {
    background: #323132;
    padding: 28px 30px 30px;
    text-align: left;
  }
  .pg-hd h1 {
    color: #ECE9E4;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .pg-hd::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ECE9E4;
    opacity: 0.4;
    margin-top: 10px;
  }

  /* ===============================
     Works Completed category headings
  =============================== */
  .cat-hd {
    padding: 14px 30px;
    text-align: left;
  }
  .cat-hd.c1 { background: #738E7F; }
  .cat-hd.c2 { background: #8F7160; }
  .cat-hd.c3 { background: #485158; }
  .cat-hd.c4 { background: #322030; }
  .cat-hd h2 {
    color: #fff;
    margin: 0;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  /* ===============================
     Text sections — light
  =============================== */
  .sec {
    padding: 30px 30px 34px;
    background: #ECE9E4;
  }
  .sec.alt { background: #323132; }
  .sec h2 {
    font-size: 13px;
    font-weight: bold;
    color: #58585B;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(88,88,91,0.25);
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .sec.alt h2 {
    color: #ECE9E4;
    border-bottom-color: rgba(236,233,228,0.3);
  }
  .sec p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 12px;
    color: #58585B;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .sec.alt p { color: #d6d2cc; }
  .sec p:last-child { margin-bottom: 0; }
  .sec em { font-style: italic; color: #777; }
  .sec.alt em { color: #bbb; }
  .sec ul {
    margin: 10px 0 14px 0;
    padding-left: 20px;
    list-style: disc;
  }
  .sec ul li {
    font-size: 14px;
    line-height: 1.7;
    color: #58585B;
    margin-bottom: 4px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .sec.alt ul li { color: #d6d2cc; }

  /* ===============================
     Testimonials
  =============================== */
  .testimonial {
    border-left: 3px solid rgba(236,233,228,0.4);
    padding-left: 14px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.7;
    color: #d6d2cc;
  }
  .testimonial:last-child { margin-bottom: 0; }

  /* ===============================
     Slideshow
  =============================== */
  .ss {
    position: relative;
    overflow: hidden;
    background: #111;
  }
  .ss-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
    will-change: transform;
  }
  .ss-sl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: 100%;
  }
  .ss-sl img {
    width: 100%;
    height: 62vw;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    max-height: 480px;
  }
  #ss-hero .ss-sl img {
    height: 72vw;
    max-height: 520px;
  }
  /* Show full image (no crop) on gallery/works/water pages */
  #ss-gal .ss-sl img,
  #ss-wc0 .ss-sl img, #ss-wc1 .ss-sl img, #ss-wc2 .ss-sl img, #ss-wc3 .ss-sl img,
  #ss-wf .ss-sl img {
    height: 72vw;
    max-height: 480px;
    -o-object-fit: contain;
       object-fit: contain;
    background: #111;
  }

  .ss-p, .ss-n {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 11px 14px;
    cursor: pointer;
    z-index: 5;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
  }
  .ss-p { left: 0; border-radius: 0 2px 2px 0; }
  .ss-n { right: 0; border-radius: 2px 0 0 2px; }
  .ss-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    z-index: 5;
  }
  .ss-d {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    -webkit-transition: background 0.2s;
            transition: background 0.2s;
    cursor: pointer;
  }
  .ss-d.on { background: #fff; }

  /* ===============================
     YouTube
  =============================== */
  .yt {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .yt iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
  }

  /* ===============================
     Contact
  =============================== */
  .ct p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #58585B;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .ct strong { color: #323132; font-weight: bold; }
  .ct a { color: #58585B; text-decoration: none; }
  .ct .fb-btn,
  .fb-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 12px 26px;
    background: #3b5998;
    color: #ffffff !important;
    border-radius: 4px;
    text-decoration: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: bold;
  }
  .map-w {
    height: 260px;
    overflow: hidden;
    background: #ddd;
  }
  .map-w iframe {
    width: 100%; height: 100%;
    border: 0; display: block;
  }

  /* ===============================
     Services: section image + magazine grid
  =============================== */
  .svc-img {
    width: 100%;
    height: 56vw;
    max-height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-bottom: 20px;
  }
  .mag-sec h2 { color: #8F7160; }
  .mag-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    background: #111;
  }
  .mag-grid img {
    width: 100%;
    height: 44vw;
    max-height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

    /* ===============================
     Page footer colour block
  =============================== */
  .pg-foot {
    height: 160px;
  }
  .pg-foot.c1 { background: #738E7F; }
  .pg-foot.c2 { background: #485158; }

  /* ===============================
     Footer
  =============================== */
  #mf {
    background: #323132;
    color: #ECE9E4;
    text-align: center;
    padding: 30px 20px 36px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  .mf-lg { display: none; }
  #mf p {
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.5;
    color: #ECE9E4;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }
  #mf p.mf-sm {
    font-size: 10px;
    color: #9b9896;
  }
  #mf a { color: #ECE9E4; text-decoration: none; }
  .mf-fb {
    display: block;
    margin-top: 16px;
    color: #ECE9E4;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mf-fb:hover { text-decoration: underline; }

}
