/*
 * lutsungyu.com — site.css
 * Copyright (c) 2026 Lu Tsung-yu
 * Original work, independently written.
 */

/* ============================================================
   FONTS
   ============================================================ */

@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: url('../_external/cdn2.editmysite.com/fonts/Quattrocento/regular.woff2') format('woff2'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento/regular.woff') format('woff'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento/regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 700;
  src: url('../_external/cdn2.editmysite.com/fonts/Quattrocento/bold.woff2') format('woff2'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento/bold.woff') format('woff'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento/bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/regular.woff2') format('woff2'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/regular.woff') format('woff'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Quattrocento Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/italic.woff2') format('woff2'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/italic.woff') format('woff'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/bold.woff2') format('woff2'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/bold.woff') format('woff'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Quattrocento Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/bolditalic.woff2') format('woff2'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/bolditalic.woff') format('woff'),
       url('../_external/cdn2.editmysite.com/fonts/Quattrocento_Sans/bolditalic.ttf') format('truetype');
}

/* ============================================================
   RESET & BASE
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

html { height: 100%; }

body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #3e3e3e;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #b9b9b9;
  text-decoration: none;
  transition: all 300ms ease;
}
a:hover { color: #333333; }
a img, a:hover img { border: none; }

h2 {
  margin-bottom: 15px;
  color: #000000;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

p, div.paragraph { margin-bottom: 10px; line-height: 1.5em; }

blockquote {
  font-style: italic;
  border-left: 4px solid #ddd;
  margin: 10px 0;
  padding-left: 20px;
  line-height: 1.5;
  color: #888;
}

::-webkit-input-placeholder { color: #777777; }
:-moz-placeholder            { color: #777777; }
::-moz-placeholder           { color: #777777; }
:-ms-input-placeholder       { color: #777777; }

input[type="text"],
input[type="email"],
textarea {
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  text-shadow: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus { border: 1px solid #777777; }

textarea { resize: none; }

select {
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

div.paragraph ul,
div.paragraph ol { padding-left: 3em; margin: 5px 0; }
div.paragraph li { padding-left: 5px; margin: 3px 0 0; }
div.paragraph ul,
div.paragraph ul li { list-style: disc outside; }
div.paragraph ol,
div.paragraph ol li { list-style: decimal outside; }

hr.styled-hr {
  border: none;
  border-top: 1px solid #dddddd;
  margin: 0 auto;
}

/* ============================================================
   LAYOUT — CONTAINER & WRAPPER
   ============================================================ */

.wrapper { width: 100%; }

.container {
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#icontent .container { overflow: visible; }

/* ============================================================
   WEEBLY SECTION STRUCTURE
   (replaces the layout rules from sites.css)
   ============================================================ */

.wsite-section-wrap { width: 100%; }

.wsite-section {
  width: 100%;
  position: relative;
}

.wsite-section-content { width: 100%; }

.wsite-section-elements { width: 100%; }

.wsite-body-section { background: #ffffff; }

.wsite-elements { width: 100%; }

/* Spacer element */
.wsite-spacer { display: block; }

/* Images */
.wsite-image { display: block; }
.wsite-image img { max-width: 100%; height: auto; display: block; }
.wsite-caption { display: block; }

/* Multi-column table layout */
.wsite-multicol-table-wrap { width: 100%; }
.wsite-multicol-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.wsite-multicol-col {
  vertical-align: top;
  padding: 0 10px;
}

/* Navigation current page */
.wsite-nav-current > a { color: #333333 !important; }

/* Content title */
.wsite-content-title {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2em;
}

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */

.cento-header {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #ffffff;
  padding: 40px 0 0;
}

.cento-header .logo { margin-bottom: 20px; }
.cento-header .logo img { display: block; max-width: 200px; }
/* span.wsite-logo wraps the <a>, must be block to center correctly */
.cento-header .logo,
.cento-header .logo .wsite-logo,
.cento-header .logo a {
  display: block;
  color: #000000;
  text-align: center;
  letter-spacing: 0.04em;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.cento-header .logo #wsite-title { display: block; max-width: 500px; margin: 0 auto; }

.cento-header .nav-wrap {
  overflow: visible;
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  backface-visibility: hidden;
}

.cento-header .hamburger { display: none; }

/* Sticky nav: JS adds .affix to <body> on scroll */
body.affix .cento-header .nav-wrap {
  position: fixed;
  top: 0;
  z-index: 15;
  border-bottom: 2px solid #f7f7f7;
}

/* Desktop navigation */
.nav { text-align: center; }

.nav .wsite-menu-default {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; /* collapse inline-block gaps */
}

/* Top-level items */
.nav .wsite-menu-default > li.wsite-menu-item-wrap {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  list-style: none;
  font-size: 14px; /* restore */
}

/* Top-level links */
.nav .wsite-menu-default > li > a.wsite-menu-item {
  display: block;
  padding: 5px 15px;
  color: #b9b9b9;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  transition: color 300ms linear;
}
.nav .wsite-menu-default > li#active > a.wsite-menu-item,
.nav .wsite-menu-default > li > a.wsite-menu-item:hover { color: #333333; }

/* Hide the original .wsite-menu-wrap in the DOM (main.js clones it to #wsite-menus) */
.nav .wsite-menu-wrap { display: none !important; }

/* #wsite-menus: injected by main.js and appended to body.
   Must be out-of-flow so it doesn't push page content down. */
#wsite-menus {
  position: absolute;
  z-index: 200;
}

#wsite-menus .wsite-menu {
  background: #ffffff;
  border: 1px solid #b9b9b9;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 160px;
}
#wsite-menus .wsite-menu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wsite-menus .wsite-menu li:not(:last-child) { border-bottom: 1px solid #b9b9b9; }
#wsite-menus .wsite-menu li a {
  display: block;
  padding: 8px 15px;
  background: #ffffff;
  color: #b9b9b9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  transition: color 300ms linear;
}
#wsite-menus .wsite-menu li a:hover { color: #333333; }
#wsite-menus .wsite-menu-arrow { display: none; }
#wsite-menus .wsite-menu .wsite-menu-title { font-size: 12px; }

.mobile-nav { display: none; }

/* ============================================================
   CONTENT & FOOTER
   ============================================================ */

.content-wrap { background: #ffffff; }
.content-wrap .container { padding: 40px 20px; }

.footer-wrap {
  width: 100%;
  background: #ffffff;
  border-top: 2px solid #f7f7f7;
}
.footer-wrap .container { width: 100%; overflow: initial; }
.footer-wrap .wsite-footer {
  width: 960px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
.footer-wrap h2 { font-size: 16px; margin-bottom: 10px; }
.footer-wrap p,
.footer-wrap div.paragraph { font-size: 12px; }

/* ============================================================
   BANNER / HEADER SECTION
   ============================================================ */

.wsite-background,
.wsite-header-section {
  position: relative;
  background: no-repeat center center / cover;
}

.banner-wrap {
  position: relative;
  width: 100%;
  max-width: 1115px;
  margin: 20px auto 0;
}

.wsite-header-section::before {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  min-height: 100%;
  height: inherit;
  background: rgba(0,0,0,0.2);
  content: ' ';
}
.wsite-section-bg-color::before { display: none; }

.banner-wrap .container {
  position: relative;
  display: table;
  overflow-y: hidden;
  padding: 50px 0;
}
.banner-wrap .banner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.banner-wrap .banner h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 50px;
}
.banner-wrap .banner p,
.banner-wrap .banner div.paragraph {
  margin-bottom: 25px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.header-page .wsite-header-section { height: 65vh; }
.no-header-page .content-wrap .container { padding-top: 20px; }

/* ============================================================
   BUTTONS
   ============================================================ */

.wsite-button,
.wsite-button-large {
  height: auto;
  padding: 0;
  background: none;
  transition: all 300ms ease;
}
.wsite-button .wsite-button-inner,
.wsite-button-large .wsite-button-inner {
  height: auto;
  padding: 8px 12px;
  background: #333333;
  color: #ffffff;
  border: 2px solid #333333;
  border-radius: 1px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: normal;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  transition: all 300ms ease;
}
.wsite-button-large .wsite-button-inner {
  padding: 12px 16px;
  font-size: 16px;
}
.wsite-button:hover .wsite-button-inner {
  background: #ffffff;
  color: #333333;
  border: 2px solid #333333;
}
.wsite-button-highlight .wsite-button-inner,
.wsite-button-large.wsite-button-highlight .wsite-button-inner {
  background: #b9b9b9;
  color: #ffffff;
  border: 2px solid #b9b9b9;
}
.wsite-button-highlight:hover .wsite-button-inner,
.wsite-button-large.wsite-button-highlight:hover .wsite-button-inner {
  background: #a1a1a1;
  border: 2px solid #a1a1a1;
}

/* ============================================================
   FORMS
   ============================================================ */

.wsite-form-field input[type="radio"],
.wsite-form-field input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid #444444 !important;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  text-shadow: none;
}
.wsite-form-field input[type="radio"] { border-radius: 8px; }
.wsite-form-field input[type="checkbox"] {
  background-color: #ffffff;
  border-radius: 0;
}
.wsite-form-field input[type="radio"]::after {
  display: block;
  border-radius: 8px;
  box-sizing: border-box;
  content: "";
}
.wsite-form-field input[type="radio"]:checked::after {
  background: #444444;
  border: 2px solid #ffffff;
  width: 14px;
  height: 14px;
}
.wsite-form-field input[type="checkbox"]::after {
  position: relative;
  top: 1px;
  left: 4px;
  width: 3px;
  height: 6px;
  border: solid #444444;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wsite-form-field input[type="checkbox"]:checked::after {
  display: block;
  content: " ";
}

.wsite-form-label {
  display: inline-block;
  padding: 10px 0 5px;
  color: #333333;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}
.wsite-form-sublabel { display: none; }
.wsite-form-radio-container {
  margin-bottom: 10px;
  font-size: 14px;
}
.wsite-form-radio-container label {
  position: relative;
  top: 2px;
  color: #444444;
}

.wsite-form-input,
.wsite-search-element-input {
  margin-bottom: 10px;
  padding: 10px !important;
  background: #fafafa;
  color: #444444;
  border: 1px solid #b9b9b9;
  border-radius: 1px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: all 300ms ease;
}
.wsite-form-input:focus,
.wsite-search-element-input:focus { border: 1px solid #777777; }

.wsite-form-container .form-input-error { border: 1px solid red !important; }

/* ============================================================
   GALLERY
   ============================================================ */

.imageGallery { overflow: hidden; width: 100%; }

/* Aspect-ratio box: padding-bottom set inline per image */
.galleryImageHolder { position: relative; }

/* fills the aspect-ratio box; overflow:hidden clips the absolutely-positioned img */
.galleryInnerImageHolder {
  overflow: hidden;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

/* The img is position:absolute with inline width/top/left from Weebly */
.galleryImage { display: block; }

/* White-border frame: applies to both <div> wrapper (photography) and <img> (algorithmic-art) */
html body .galleryImageBorder,
html body a .galleryImageBorder {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
  background-color: rgba(206, 208, 210, 0.1);
}
html body a .galleryImageBorder { background-color: transparent; }

/* When .galleryImageBorder is a <div> wrapper, it needs block display */
div.galleryImageBorder {
  display: block;
  box-sizing: border-box;
}

/* ── Caption: moved below image by JS, then styled here ── */

/* JS moves .galleryCaptionHolder after .galleryImageHolder.
   Reset all the inline positioning Weebly baked in. */
.galleryCaptionHolder {
  position: static !important;
  width: auto !important;
  left: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  margin: 6px 0 0 !important;
  overflow: visible;
}

.galleryCaptionHolderInner { position: static; margin-bottom: 0 !important; }
.galleryCaptionHolderInnerBg { display: none !important; }
.galleryCaptionInnerTextHolder { position: static; }

.imageGallery .galleryCaptionInnerText,
.imageGallery .galleryCaptionInnerText p {
  font-size: 12px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
  color: #888888;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* wsite-image border variants */
body .wsite-image-border-thick a img {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
}
.wsite-image-border-none a img { border-width: 0 !important; }

/* ============================================================
   LIGHTBOX  (native CSS + JS implementation)
   All gallery <a> links use rel="lightbox[groupname]"
   JS builds the overlay from those links.
   ============================================================ */

/* Overlay backdrop */
.lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.lb-overlay.lb-active { display: flex; }

/* Image container */
.lb-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lb-img {
  display: block;
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
  user-select: none;
}

/* Caption */
.lb-caption {
  color: #ffffff;
  font-family: 'Quattrocento', serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  min-height: 1.4em;
  opacity: 0.85;
}

/* Close button */
.lb-close {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-family: 'Quattrocento', serif;
  font-size: 48px;
  line-height: 0.5em;
  cursor: pointer;
  transition: color 300ms ease;
  z-index: 1001;
  background: none;
  border: none;
  padding: 0;
}
.lb-close:hover { color: #b9b9b9; }

/* Prev / Next arrows */
.lb-prev,
.lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-family: 'Quattrocento', serif;
  font-size: 50px;
  line-height: 0.5em;
  cursor: pointer;
  transition: color 300ms ease;
  z-index: 1001;
  background: none;
  border: none;
  padding: 10px;
  user-select: none;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover,
.lb-next:hover { color: #b9b9b9; }

/* ============================================================
   BLOG
   ============================================================ */

#blogTable .blog-post h2.blog-title {
  margin-bottom: 10px !important;
  font-size: 32px;
  line-height: 1.2em !important;
  text-align: center;
}
#blogTable .blog-post h2.blog-title a { color: #3e3e3e; }
#blogTable .blog-post h2 { font-size: 20px; margin: 10px 0; color: #888888; }
#blogTable .blog-post .blog-header { text-align: center; }
#blogTable .blog-post .blog-date { display: inline; float: none; text-align: center; }
#blogTable .blog-post .blog-date .date-text { float: none; }
#blogTable .blog-post .blog-comments { display: inline; float: none; text-align: center; }
#blogTable .blog-post .blog-separator { margin: 20px 0 25px; }
#blogTable .blog-sidebar h2 { margin-bottom: 10px; }
#blogTable .blog-sidebar div.paragraph,
#blogTable .blog-sidebar p { margin-bottom: 20px; }

#commentSubmit {
  height: auto;
  padding: 8px 12px;
  background: #333333;
  color: #ffffff;
  border: 2px solid #333333;
  border-radius: 1px;
  text-transform: uppercase;
  white-space: normal;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  transition: all 300ms ease;
}
#commentSubmit span { background: none; }
#commentSubmit:hover {
  background: #ffffff;
  color: #333333;
  border: 2px solid #333333;
}
.blogCommentReplyWrapper iframe { height: 500px; }

/* ============================================================
   RESPONSIVE — TABLET  (≤992px)
   ============================================================ */

@media screen and (max-width: 992px) {
  .container { max-width: 768px; overflow-wrap: break-word; }
  .content-wrap .container { padding: 20px; }
  .footer-wrap .wsite-footer { width: 100%; padding: 40px 20px 20px; }
  .footer-wrap td.wsite-multicol-col { margin-bottom: 25px !important; }
  .footer-wrap td.wsite-multicol-col:last-child { width: 100% !important; }
}

/* ============================================================
   RESPONSIVE — MOBILE  (≤767px)
   ============================================================ */

@media screen and (max-width: 767px) {
  body { background-size: initial; background-position: top center; font-size: 15px; }

  /* Fixed mobile header */
  .cento-header {
    position: fixed;
    top: 0; left: 0;
    z-index: 9;
    height: 50px;
    padding: 10px 0;
    border-bottom: 2px solid #f7f7f7;
    backface-visibility: hidden;
  }
  body.affix .cento-header .nav-wrap {
    position: relative;
    height: auto;
    border-bottom: none;
  }

  /* Logo in mobile header */
  .cento-header .logo {
    display: table;
    overflow-y: hidden;
    max-width: calc(100vw - 100px);
    height: 30px;
    margin: 0 auto;
  }
  .cento-header .logo .wsite-logo {
    display: table-cell;
    vertical-align: middle;
  }
  .cento-header .logo a { font-size: 18px; line-height: 30px; }
  .cento-header .logo a img { height: auto; max-height: 30px; margin: 0 !important; }
  .cento-header #wsite-title { display: block; font-size: 18px !important; line-height: 1 !important; }

  /* Hamburger button */
  .cento-header .hamburger {
    position: absolute;
    z-index: 6;
    top: 0; left: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 10px;
    transition: all 300ms ease-in-out;
  }
  .cento-header .hamburger span,
  .cento-header .hamburger span::before,
  .cento-header .hamburger span::after {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #3e3e3e;
    content: '';
    transition: all 300ms ease;
  }
  .cento-header .hamburger span { top: 9px; left: 4px; margin: 5px 0; }
  .cento-header .hamburger span::before { top: -8px; }
  .cento-header .hamburger span::after { bottom: -6px; }

  /* Nav open — hamburger becomes X */
  body.nav-open .cento-header .hamburger span { background: transparent; }
  body.nav-open .cento-header .hamburger span::before { top: 1px; transform: rotate(45deg); }
  body.nav-open .cento-header .hamburger span::after { top: -1px; transform: rotate(-45deg); }

  .cento-header .nav-wrap { height: auto; margin: 0; padding: 0; }

  /* Mobile slide-down nav */
  .mobile-nav {
    position: fixed;
    top: 50px; left: 0;
    z-index: 9;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-height: 0;
    padding: 0;
    opacity: 0;
    background: white;
    transition: all 500ms ease;
  }
  body.nav-open .mobile-nav {
    max-height: calc(100vh - 70px);
    padding: 10px 0;
    opacity: 1;
  }
  .mobile-nav ul { float: none; display: block; width: 100%; height: auto; }
  .mobile-nav ul li {
    float: none;
    display: block !important;
    margin: 0; padding: 0;
    border: none;
    text-align: center;
  }
  .mobile-nav ul li a.wsite-menu-item,
  .mobile-nav ul li a.wsite-menu-subitem {
    padding: 10px 0;
    transition: all 300ms ease;
  }
  .mobile-nav ul li.wsite-menu-item-wrap#active > a.wsite-menu-item,
  .mobile-nav ul li.wsite-menu-item-wrap > a.wsite-menu-item:hover,
  .mobile-nav ul li.wsite-menu-subitem-wrap > a.wsite-menu-subitem:hover { color: #333333; }

  /* Mobile submenu accordion */
  .mobile-nav ul li .wsite-menu-wrap {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    transition: all 500ms ease-in-out 250ms;
  }
  .mobile-nav ul li .wsite-menu-wrap li.wsite-nav-current a { color: #333333; }
  .mobile-nav ul li .wsite-menu-wrap .wsite-menu-arrow { display: none; }
  .mobile-nav ul li.has-submenu .wsite-menu-wrap.open { max-height: 1000px; }
  .mobile-nav ul li.wsite-nav-more { display: none !important; }

  /* Caret indicator for submenu items */
  .mobile-nav ul li.has-submenu > span.icon-caret {
    position: absolute;
    top: 0; right: 10px;
    display: block;
    width: 20px;
    height: 10px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }
  .mobile-nav ul li.has-submenu > span.icon-caret::before {
    position: relative;
    display: block;
    color: #b9b9b9;
    font-size: 24px;
    content: '\203A';
    transform: rotate(90deg);
  }

  .desktop-nav { display: none; }

  /* Content offset below fixed header */
  .banner-wrap { margin-top: 50px; }
  .banner-wrap .container { padding: 50px 20px; }
  .banner-wrap .banner h2 { font-size: 2.5em; line-height: 1.25em; }
  .no-header-page .content-wrap { margin-top: 55px; border-top: none; }

  .wsite-section { height: auto !important; }

  /* Gallery: 2 per row on mobile */
  .imageGallery > div { width: 50% !important; }

  /* Multi-column: stack on mobile */
  td.wsite-multicol-col {
    float: none;
    display: block;
    width: 100% !important;
  }

  /* Blog */
  #blogTable .blog-post h2.blog-title { font-size: 1.5em; }
  #blogTable td {
    float: none; clear: both; display: block; width: 100%; margin: 0; padding: 0;
  }
  #blogTable td.blog-sidebar { width: 100%; }
  #blogTable td .blog-body { float: none !important; }
  #blogTable td .column-blog { width: 100%; float: none; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE  (≤480px)
   ============================================================ */

@media screen and (max-width: 480px) {
  .lb-prev { left: 5px; }
  .lb-next { right: 5px; }
  .lb-img { max-width: 95vw; }
}
