/* Import elegant serif and sans-serif fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+Pro:wght@300;400;500;600&family=Roboto+Mono:wght@300;400&display=swap');

:root {
  --primary-bg: #1a0b0b;
  --secondary-bg: #2a1515;
  --accent-color: #b83d5e;
  --secondary-accent: #d45d7a;
  --primary-color: #f0e6e8;
  --secondary-color: #c9a8af;
  --border-color: #4a2a2a;
  --text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  --box-shadow: 0 4px 20px rgba(184,61,94,0.2);
  --gradient-primary: linear-gradient(135deg, #2a1515 0%, #1a0b0b 100%);
  --gradient-accent: linear-gradient(135deg, #9a3350 0%, #b83d5e 100%);
  --gradient-hover: linear-gradient(135deg, #b83d5e 0%, #d45d7a 100%);
  --card-shadow: 0 2px 12px rgba(184,61,94,0.15);
  --gold-accent: #e67e94;
}

html {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    margin: 0;
    padding: 80px 0 15px 0;
    min-width: 360px;
    background: var(--primary-bg);
    color: var(--primary-color);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.1px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

h1, h2 {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    color: var(--gold-accent);
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.2px;
    font-family: "Playfair Display", serif;
    border-bottom: 1px solid rgba(184,61,94,0.4);
    text-shadow: var(--text-shadow);
}

h1 a {
    color: var(--gold-accent);
}

h1 a:active, h1 a:hover {
    color: var(--secondary-accent);
    text-shadow: 0 0 10px rgba(212,93,122,0.4);
}

a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.25s ease;
}

a.active {
    text-decoration: none;
    color: var(--gold-accent);
    text-shadow: 0 0 6px rgba(230,126,148,0.3);
}

a:focus {
    outline: 1px solid var(--gold-accent);
    outline-offset: 2px;
}

a:active, a:hover {
    text-decoration: underline;
    outline: 0;
    color: var(--primary-color);
    text-shadow: 0 0 6px rgba(230,126,148,0.3);
}

img {
    border: 0;
    vertical-align: middle;
}

.show-xs {
    display: none;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.foot-vis {
    margin-top: 40px;
}

.align-c {
    text-align: center;
}

.col-accent {
    color: var(--gold-accent) !important;
    text-shadow: 0 0 4px rgba(230,126,148,0.3);
}

.fw-b {
    font-weight: 500;
}

.img-bg {
    background-color: var(--secondary-bg);
    border: 1px solid var(--border-color);
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
}

.image-picpost {
    background-color: var(--secondary-bg);
    display: block;
    line-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    padding-top: 140%;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    box-shadow: var(--card-shadow);
}

.image-picpost img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
    filter: contrast(105%) brightness(95%);
    border-radius: 5px;
}

.real-img {
    position: relative;
    overflow: hidden;
}

.clearfix:before, .clearfix:after, .main-app:before, .main-app:after {
    content: " ";
    display: table;
}

.clearfix:after, .main-app:after {
    clear: both;
}

/* HEADER - Elegant Burgundy Design */
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    min-width: 360px;
    background: rgba(26,11,11,0.95);
    z-index: 1000;
    border-bottom: 1px solid rgba(184,61,94,0.3);
    backdrop-filter: blur(15px);
    height: 80px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.5);
}

.page-header .main-app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 0 15px;
}

.page-header .clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.page-header-logo {
    width: 150px;
    height: 55px;
    filter: drop-shadow(0 2px 8px rgba(184,61,94,0.3));
    object-fit: contain;
    display: block;
}

.page-footer-logo {
    height: 45px;
    filter: drop-shadow(0 2px 6px rgba(230,126,148,0.3));
    margin: 0 auto 15px auto;
    display: block;
}

/* HEADER NAV - Elegant Compact */
.page-header-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
    margin-left: 15px;
}

.page-header-nav li {
    float: none;
    display: inline-block;
    padding: 0;
    line-height: normal;
}

.page-header-nav li.no-pad {
    padding: 0;
}

.page-header-nav .material-icons {
    vertical-align: middle;
    color: var(--gold-accent);
    text-shadow: 0 0 6px rgba(230,126,148,0.4);
}

.box {
    margin: 25px 0 0 0;
}

.pg-crrv-bottoms {
    text-align: center;
}

/* TEXT LINKS - MOBILE FRIENDLY */
.pg-crrv-bottoms a {
    display: inline-block;
    padding: 0;
    min-width: auto;
    height: auto;
    color: var(--secondary-color);
    text-decoration: none;
    overflow: visible;
    border-radius: 0;
    border: none;
    background: transparent;
    text-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.1px;
    margin: 0 12px 8px 0;
    line-height: 1.5;
    padding: 4px 0;
}

.pg-crrv-bottoms a:hover, .pg-crrv-bottoms a:focus {
    background: transparent;
    color: var(--gold-accent);
    border-color: transparent;
    text-shadow: 0 0 4px rgba(230,126,148,0.3);
    box-shadow: none;
    transform: none;
}

.pg-crrv-bottoms a.active {
    background: transparent;
    color: var(--gold-accent);
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-width: 0;
    font-weight: 500;
}

.pg-crrv-bottoms a.active:hover {
    background: transparent;
    color: var(--gold-accent);
    box-shadow: none;
    transform: none;
}

.grid-op {
    margin: -5px 0 0 -5px;
}

.grid-op:before, .grid-op:after {
    content: " ";
    display: table;
}

.grid-op:after {
    clear: both;
}

.grid-op.grid-spacing-md-equal {
    margin: -12px 0 0 -12px;
}

.grid-op.grid-spacing-md-equal .grid-class {
    padding: 12px 0 0 12px;
}

.grid-op .grid-class {
    float: left;
    width: 100%;
    padding: 5px 0 0 5px;
}

.grid-op.grid-tn-2 .grid-class {
    width: 50%;
}

.card {
    background: linear-gradient(135deg, #2a1515 0%, #1a0b0b 100%);
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(184,61,94,0.3);
    border-color: rgba(184,61,94,0.5);
    background: linear-gradient(135deg, #351a1a 0%, #2a1515 100%);
}

.card .card-img {
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}

.card .card-label {
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    min-height: 50px;
    vertical-align: middle;
    color: var(--gold-accent);
    text-shadow: var(--text-shadow);
    background: rgba(184,61,94,0.1);
    border-radius: 0 0 7px 7px;
    font-family: "Playfair Display", serif;
    text-transform: none;
    letter-spacing: 0.2px;
    border-top: 1px solid rgba(184,61,94,0.2);
}

.card .card-label a {
    color: var(--gold-accent);
}

.card .card-label a:hover {
    color: var(--secondary-accent);
    text-decoration: underline;
    text-shadow: 0 0 8px rgba(212,93,122,0.4);
}

button {
    margin: 0;
    color: inherit;
    font-size: 14px;
    line-height: normal;
    font-family: "Source Sans Pro", sans-serif;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

.btn {
    height: 34px;
    padding: 8px 16px;
    border: 1px solid var(--border-color);
    background: rgba(184,61,94,0.15);
    color: var(--primary-color);
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: var(--text-shadow);
    box-shadow: var(--card-shadow);
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none;
    letter-spacing: 0.1px;
    transition: all 0.25s ease;
}

.btn:hover, .btn:focus {
    background: rgba(184,61,94,0.25);
    color: var(--gold-accent);
    outline: 0;
    text-shadow: 0 0 6px rgba(230,126,148,0.3);
    box-shadow: 0 3px 15px rgba(184,61,94,0.3);
    transform: translateY(-1px);
    border-color: rgba(184,61,94,0.5);
}

.btn.btn-cta {
    color: var(--gold-accent);
    background: rgba(184,61,94,0.2);
    border-color: rgba(184,61,94,0.4);
    text-shadow: 0 0 6px rgba(230,126,148,0.3);
    box-shadow: 0 2px 12px rgba(184,61,94,0.25);
    border-width: 1px;
}

.btn.btn-cta:hover {
    background: rgba(184,61,94,0.3);
    color: var(--gold-accent);
    text-shadow: none;
    box-shadow: 0 4px 18px rgba(184,61,94,0.35);
    transform: translateY(-1px);
    border-color: rgba(184,61,94,0.6);
}

a.btn {
    display: inline-block;
    padding: 8px 16px 0 16px;
    color: var(--primary-color);
    text-decoration: none;
}

.main-app {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Mobile menu toggle - Compact */
.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 22px;
    padding: 6px 10px;
    color: var(--gold-accent);
    text-shadow: 0 0 8px rgba(184,61,94,0.3);
    transition: all 0.25s ease;
    background: rgba(184,61,94,0.15);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-right: 8px;
}

.mobile-menu-toggle:hover {
    color: var(--secondary-accent);
    transform: scale(1.03);
    background: rgba(184,61,94,0.2);
    border-color: rgba(184,61,94,0.4);
}

.mobile-menu-toggle .menu-icon {
    display: block;
}

.mobile-menu-toggle .close-icon {
    display: none;
}

.mobile-menu-toggle.active .menu-icon {
    display: none;
}

.mobile-menu-toggle.active .close-icon {
    display: block;
}

/* Responsive */
@media(min-width: 1599px) {
    .hide-xs {
        display: none;
    }
    .show-xs {
        display: block;
    }
    .hide-sm {
        display: none;
    }
}

/* Mobile menu - Mobile First */
@media(max-width: 1024px) {
    .page-header-nav {
        display: none !important;
    }
    
    .page-header-nav.mobile-active {
        display: flex !important;
        position: fixed;
        top: 70px;
        right: 10px;
        background: rgba(26,11,11,0.98);
        flex-direction: column;
        padding: 15px;
        border: 1px solid rgba(184,61,94,0.3);
        box-shadow: 0 8px 25px rgba(0,0,0,0.6);
        z-index: 999;
        gap: 0;
        border-radius: 6px;
        backdrop-filter: blur(15px);
        min-width: 250px;
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .page-header {
        justify-content: space-between;
        padding: 0;
        height: 70px;
    }
    
    .page-header .main-app {
        padding: 0 10px;
    }
    
    .page-header-logo {
        width: 130px;
        height: 50px;
    }
    
    body {
        padding-top: 70px;
    }
    
    .page-header-nav.mobile-active li {
        display: block;
        text-align: left;
        margin: 4px 0;
        width: 100%;
    }
    
    .page-header-nav.mobile-active li a {
        display: block;
        width: 100%;
        padding: 10px 12px;
        margin: 0;
        background: transparent;
        border: none;
        border-radius: 4px;
        font-family: "Source Sans Pro", sans-serif;
        text-transform: none;
        letter-spacing: 0.1px;
        font-weight: 400;
        border-left: 2px solid transparent;
        font-size: 14px;
    }
    
    .page-header-nav.mobile-active li a:hover {
        background: rgba(184,61,94,0.15);
        border-left: 2px solid var(--accent-color);
        color: var(--gold-accent);
    }
}

@media(max-width: 768px) {
    .card .card-label {
        font-size: 13px;
        padding: 10px 8px;
        min-height: 45px;
    }
    
    body {
        padding: 70px 0 20px 0;
        font-size: 15px;
    }
    
    .page-header-logo {
        width: 120px;
        height: 45px;
    }
    
    h1, h2 {
        font-size: 22px;
        margin: 0 0 15px 0;
        padding: 0 0 12px 0;
    }
    
    .page-header {
        height: 70px;
    }
    
    .page-header-nav.mobile-active {
        top: 70px;
    }
    
    .foot-vis a {
        margin: 0 6px;
        font-size: 14px;
    }
    
    /* MOBILE OPTIMIZED TEXT LINKS - MORE SPACIOUS */
    .pg-crrv-bottoms {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
        margin: 0;
        padding: 0 5px;
    }
    
    .pg-crrv-bottoms a {
        display: inline-block;
        padding: 6px 0 !important;
        min-width: auto !important;
        height: auto !important;
        margin: 0 10px 8px 0 !important;
        font-size: 14px;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0;
        line-height: 1.4;
        text-align: left;
        white-space: normal;
        transition: all 0.2s ease;
        font-weight: 400;
        color: var(--secondary-color) !important;
        text-shadow: none;
        word-break: break-word;
        overflow: visible;
        text-overflow: unset;
        position: relative;
        flex: 1 0 40%;
        max-width: 48%;
    }
    
    .pg-crrv-bottoms a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 0;
        height: 1px;
        background: var(--accent-color);
        transition: width 0.3s ease;
    }
    
    .pg-crrv-bottoms a:hover::after,
    .pg-crrv-bottoms a:focus::after {
        width: 100%;
    }
    
    .pg-crrv-bottoms a.active {
        background: transparent !important;
        color: var(--gold-accent) !important;
        border: none !important;
        box-shadow: none !important;
        font-weight: 500;
    }
    
    .pg-crrv-bottoms a:hover,
    .pg-crrv-bottoms a:focus {
        background: transparent !important;
        color: var(--gold-accent) !important;
        border: none !important;
        box-shadow: none !important;
        transform: none;
        text-shadow: 0 0 4px rgba(230,126,148,0.3);
    }
    
    .btn {
        background: rgba(184,61,94,0.15);
        border: 1px solid var(--border-color);
        font-size: 13px;
        padding: 7px 14px;
        height: 32px;
    }
    
    .btn.btn-cta {
        background: rgba(184,61,94,0.2);
        border: 1px solid rgba(184,61,94,0.4);
    }
    
    .btn:hover, .btn:focus {
        background: rgba(184,61,94,0.25);
        border-color: rgba(184,61,94,0.5);
    }
    
    /* MOBILE - MORE CONTENT VISIBLE */
    .box {
        margin: 20px 0 0 0;
        padding: 0 5px;
    }
    
    .main-app {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .lady-b-styles-neu-picblocks,
    .lady-b-styles-neu-picblocks1,
    .imglady-b-styles-neu-slider {
        column-gap: 8px;
    }
    
    .new-imglady-b-styles-neu-pg {
        margin: 6px;
    }
}

@media(min-width: 768px) {
    h1, h2 {
        font-size: 28px;
    }
    .page-header-logo {
        width: 150px;
        height: 55px;
    }
    .page-header-nav li {
        line-height: normal;
    }
    .page-footer {
        margin: 35px 0 0 0;
        padding: 0 0 35px 0;
    }
    .box {
        margin: 30px 0 0 0;
    }
    .grid-op.grid-sm-3 .grid-class {
        width: 33.33333333%;
    }
    button {
        font-size: 14px;
    }
    .btn {
        height: 34px;
        padding: 8px 16px;
        font-size: 13px;
    }
    a.btn {
        padding: 8px 16px 0 16px;
    }
    .main-app {
        width: 720px;
    }
}

@media(min-width: 1025px) {
    .mobile-menu-toggle {
        display: none !important;
    }
    
    .page-header-nav {
        display: flex !important;
        justify-content: flex-end !important;
        flex-wrap: wrap !important;
        margin-left: 20px !important;
        min-width: 380px;
        gap: 8px;
    }
}

@media(min-width: 992px) {
    body {
        padding: 80px 0 25px 0;
        font-size: 16px;
    }
    h1, h2 {
        font-size: 32px;
    }
    .page-header-logo {
        width: 160px;
        height: 60px;
    }
    .page-header-nav li {
        padding: 0 0 0 0;
        line-height: normal;
    }
    .grid-op.grid-spacing-md-equal {
        margin: -15px 0 0 -15px;
    }
    .grid-op.grid-spacing-md-equal .grid-class {
        padding: 15px 0 0 15px;
    }
    .grid-op.grid-sm-3 .grid-class {
        width: 25%;
    }
    button {
        font-size: 14px;
    }
    .btn {
        height: 36px;
        padding: 9px 18px;
        font-size: 14px;
    }
    a.btn {
        padding: 9px 18px 0 18px;
    }
    .main-app {
        width: 940px;
    }
}

@media(min-width: 1200px) {
    h1 .more {
        display: block;
    }
    .page-header-nav li {
        padding: 0;
    }
    .box {
        margin: 20px 0 0 0;
    }
    .main-app {
        width: 1140px;
    }
    
    .page-header-nav {
        min-width: 420px;
    }
}

@media(min-width: 1600px) {
    .grid-op.grid-xl-4 .grid-class {
        width: 20%;
    }
    .main-app {
        width: 1540px;
    }
    
    .page-header-nav {
        min-width: 500px;
    }
}

.pictures-page {
    position: relative;
}

/* MOBILE FIRST GALLERY LAYOUT */
.lady-b-styles-neu-picblocks {
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.lady-b-styles-neu-picblocks-right {
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

@media (min-width: 481px) {
    .lady-b-styles-neu-picblocks {
        -moz-column-gap: 12px;
        -webkit-column-gap: 12px;
        column-gap: 12px;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 769px) {
    .lady-b-styles-neu-picblocks {
        -moz-column-gap: 14px;
        -webkit-column-gap: 14px;
        column-gap: 14px;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 1025px) {
    .lady-b-styles-neu-picblocks {
        -moz-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px;
    }
}

.lady-b-styles-neu-picblocks1 {
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

@media (min-width: 481px) {
    .lady-b-styles-neu-picblocks1 {
        -moz-column-gap: 12px;
        -webkit-column-gap: 12px;
        column-gap: 12px;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 769px) {
    .lady-b-styles-neu-picblocks1 {
        -moz-column-gap: 14px;
        -webkit-column-gap: 14px;
        column-gap: 14px;
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media (min-width: 1025px) {
    .lady-b-styles-neu-picblocks1 {
        -moz-column-gap: 16px;
        -webkit-column-gap: 16px;
        column-gap: 16px;
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
    }
}

.new-imglady-b-styles-neu-pg {
    margin: 8px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    break-inside: avoid;
    position: relative;
}

.itemnew {
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
    filter: brightness(98%) contrast(105%);
}

.itemnew:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(184,61,94,0.3);
    border-color: rgba(184,61,94,0.5);
    filter: brightness(102%) contrast(108%);
}

.imglady-b-styles-neu-im {
    position: relative;
    margin-bottom: 20px;
}

/* NEW CAPTION STYLE - TOP RIGHT CORNER OVERLAY */
.imgdetails {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    bottom: auto;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(184,61,94,0.85) 0%, rgba(154,51,80,0.9) 100%);
    color: #fff;
    line-height: 1.4;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    border: none;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none;
    letter-spacing: 0.1px;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 2;
}

.pics-list .picture-details {
    background-color: var(--secondary-bg);
}

.pictures-page {
    position: relative;
}

body {
    padding-top: 80px;
    position: relative;
    min-width: 360px;
    background: var(--primary-bg);
    color: var(--primary-color);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.1px;
}

@media (max-width: 1024px) {
    body {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }
}

.lady-b-styles-neu-box.align-c p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--secondary-color);
    font-family: "Playfair Display", serif;
}

.lady-b-styles-neu-footer-banner {
    width: 65px;
    height: 50px;
    object-fit: contain;
    background: rgba(184,61,94,0.15);
    padding: 6px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.lady-b-styles-neu-footer-banner:hover {
    background: rgba(184,61,94,0.25);
    border-color: rgba(184,61,94,0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(184,61,94,0.3);
}

.lady-b-styles-neu-footer-banners {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

/* BURGUNDY FOOTER */
.page-footer {
    margin: 40px 0 0 0;
    padding: 30px 0 25px 0;
    background: rgba(26,11,11,0.95);
    border-top: 1px solid rgba(184,61,94,0.3);
    position: relative;
    backdrop-filter: blur(15px);
}

.page-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184,61,94,0.4), transparent);
}

/* FOOTER LINKS - MOBILE FRIENDLY */
.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin: 15px auto;
    max-width: 700px;
}

.footer-links a {
    color: var(--secondary-color);
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: all 0.25s ease;
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.1px;
    font-family: "Source Sans Pro", sans-serif;
    flex: 1 0 auto;
    text-align: center;
    min-width: 90px;
    background: rgba(184,61,94,0.1);
}

.footer-links a:hover {
    background: rgba(184,61,94,0.2);
    color: var(--gold-accent);
    border-color: rgba(184,61,94,0.4);
    transform: translateY(-1px);
    box-shadow: 0 2px 10px rgba(184,61,94,0.2);
}

.footer-info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--secondary-color);
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Playfair Display", serif;
}

/* Slider Gallery Grid Styles - MOBILE OPTIMIZED */
.imglady-b-styles-neu-slider-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.imglady-b-styles-neu-slider {
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.imglady-b-styles-neu-slider-item {
    position: relative;
    margin-bottom: 10px;
    break-inside: avoid;
}

.image-item-imglady-b-styles-neu-slider {
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
    cursor: pointer;
    filter: brightness(98%) contrast(105%);
}

.image-item-imglady-b-styles-neu-slider:hover {
    border-color: rgba(184,61,94,0.4);
    box-shadow: 0 6px 20px rgba(184,61,94,0.3);
    transform: translateY(-3px);
    filter: brightness(102%) contrast(108%);
}

.itemnew-slider {
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

@media (min-width: 481px) {
    .imglady-b-styles-neu-slider {
        -moz-column-gap: 12px;
        -webkit-column-gap: 12px;
        column-gap: 12px;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 769px) {
    .imglady-b-styles-neu-slider {
        -moz-column-gap: 14px;
        -webkit-column-gap: 14px;
        column-gap: 14px;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/* Elegant Lightbox */
.imglady-b-styles-neu-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,11,11,0.98);
    z-index: 2000;
    backdrop-filter: blur(15px);
}

.imglady-b-styles-neu-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imglady-b-styles-neu-lightbox-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    text-align: center;
}

.imglady-b-styles-neu-lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    border: 1px solid rgba(184,61,94,0.5);
    box-shadow: 0 0 30px rgba(184,61,94,0.4);
}

.imglady-b-styles-neu-lightbox-close {
    position: absolute;
    top: -40px;
    right: -8px;
    background: rgba(184,61,94,0.25);
    color: var(--gold-accent);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-family: "Source Sans Pro", sans-serif;
}

.imglady-b-styles-neu-lightbox-close:hover {
    background: rgba(184,61,94,0.35);
    transform: scale(1.05);
    border-color: rgba(184,61,94,0.6);
}

.imglady-b-styles-neu-lightbox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.imglady-b-styles-neu-lightbox-prev,
.imglady-b-styles-neu-lightbox-next {
    background: rgba(184,61,94,0.25);
    color: var(--gold-accent);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    width: 45px;
    height: 65px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    margin: 0 15px;
    pointer-events: all;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
}

.imglady-b-styles-neu-lightbox-prev {
    position: absolute;
    left: -55px;
}

.imglady-b-styles-neu-lightbox-next {
    position: absolute;
    right: -55px;
}

.imglady-b-styles-neu-lightbox-prev:hover,
.imglady-b-styles-neu-lightbox-next:hover {
    background: rgba(184,61,94,0.35);
    transform: scale(1.05);
    border-color: rgba(184,61,94,0.6);
    box-shadow: 0 4px 16px rgba(184,61,94,0.4);
}

.imglady-b-styles-neu-lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold-accent);
    font-size: 13px;
    font-weight: 500;
    background: rgba(184,61,94,0.25);
    padding: 6px 12px;
    border-radius: 4px;
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-color);
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none;
    letter-spacing: 0.1px;
}

.lady-b-styles-neu-picblocks1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.new-imglady-b-styles-neu-pg {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 481px) {
    .lady-b-styles-neu-picblocks1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

@media (min-width: 769px) {
    .lady-b-styles-neu-picblocks1 {
        grid-template-columns: repeat(5, 1fr);
        gap: 14px;
    }
}

@media (min-width: 1025px) {
    .lady-b-styles-neu-picblocks1 {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .imglady-b-styles-neu-lightbox-prev,
    .imglady-b-styles-neu-lightbox-next {
        width: 50px;
        height: 70px;
        font-size: 22px;
        margin: 0 20px;
    }
    
    .imglady-b-styles-neu-lightbox-prev {
        left: -65px;
    }
    
    .imglady-b-styles-neu-lightbox-next {
        right: -65px;
    }
    
    .imglady-b-styles-neu-lightbox-close {
        top: -45px;
        right: -10px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .lady-b-styles-neu-picblocks1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .imglady-b-styles-neu-lightbox-prev,
    .imglady-b-styles-neu-lightbox-next {
        width: 35px;
        height: 55px;
        font-size: 18px;
        margin: 0 10px;
    }
    
    .imglady-b-styles-neu-lightbox-prev {
        left: -10px;
    }
    
    .imglady-b-styles-neu-lightbox-next {
        right: -10px;
    }
    
    /* MOBILE TEXT LINKS - TWO COLUMNS FOR MORE CONTENT */
    .pg-crrv-bottoms a {
        font-size: 13px;
        padding: 5px 0 !important;
        margin: 0 8px 6px 0 !important;
        background: transparent !important;
        border: none !important;
        flex: 1 0 45%;
        max-width: 48%;
    }
    
    .footer-links a {
        min-width: 80px;
        font-size: 12px;
        padding: 6px 10px;
        flex: 1 0 45%;
        max-width: 48%;
    }
    
    /* MOBILE - MORE CONTENT VISIBILITY */
    .imgdetails {
        top: 6px;
        right: 6px;
        padding: 4px 8px;
        font-size: 11px;
        max-width: 80%;
    }
    
    .itemnew {
        border-radius: 4px;
    }
    
    .card {
        border-radius: 6px;
    }
    
    .lady-b-styles-neu-footer-banner {
        width: 55px;
        height: 45px;
        padding: 5px;
    }
}

/* Elegant footer structure - MOBILE FRIENDLY */
.foot-vis {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}

.foot-vis h3 {
    color: var(--gold-accent);
    font-family: "Playfair Display", serif;
    text-transform: none;
    letter-spacing: 0.3px;
    margin: 12px 0 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.foot-vis a {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 6px;
    border: none;
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 0;
    transition: all 0.25s ease;
    color: var(--secondary-color);
    font-size: 13px;
}

.foot-vis a:hover {
    background: transparent;
    border: none;
    color: var(--gold-accent);
    transform: translateY(-1px);
}

/* Footer navigation links - compact for mobile */
.foot-vis > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 12px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.foot-vis > div:last-child a {
    border: 1px solid var(--border-color);
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 12px;
    text-transform: none;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.1px;
    flex: 1 0 auto;
    min-width: 100px;
    text-align: center;
    background: rgba(184,61,94,0.1);
    max-width: 150px;
}

.foot-vis > div:last-child a:hover {
    background: rgba(184,61,94,0.2);
    border-color: rgba(184,61,94,0.4);
    color: var(--gold-accent);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .foot-vis {
        text-align: center;
        padding: 15px 10px;
    }
    
    .foot-vis > div:last-child {
        justify-content: center;
        gap: 6px;
        max-width: 100%;
        padding: 0 5px;
    }
    
    .foot-vis > div:last-child a {
        margin: 2px;
        padding: 5px 8px;
        font-size: 11px;
        min-width: 85px;
        flex: 1 0 30%;
        max-width: 32%;
    }
    
    .foot-vis h3 {
        font-size: 15px;
        margin: 10px 0 12px 0;
    }
    
    .page-footer {
        margin: 30px 0 0 0;
        padding: 20px 0 15px 0;
    }
}

@media (max-width: 480px) {
    .foot-vis > div:last-child a {
        font-size: 10px;
        padding: 4px 6px;
        min-width: 75px;
        max-width: 30%;
    }
    
    .foot-vis h3 {
        font-size: 14px;
    }
    
    .pg-crrv-bottoms a {
        font-size: 12px;
        padding: 1px 0 !important;
        margin: 0 !important;
    }
}

/* Elegant Typography */
p, li, span, div {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: var(--primary-color);
}

strong, b {
    font-weight: 600;
    color: var(--gold-accent);
}

em, i {
    font-style: italic;
    color: var(--secondary-accent);
}

blockquote {
    border-left: 2px solid rgba(184,61,94,0.4);
    padding-left: 15px;
    margin: 15px 0;
    font-style: italic;
    color: var(--secondary-color);
    font-family: "Playfair Display", serif;
    background: rgba(184,61,94,0.05);
    padding: 12px;
    border-radius: 0 5px 5px 0;
}

code, pre {
    font-family: "Roboto Mono", monospace;
    background: rgba(184,61,94,0.1);
    padding: 2px 6px;
    border-radius: 3px;
    color: var(--secondary-accent);
    font-size: 13px;
}

/* Enhanced mobile readability - MAXIMUM CONTENT VISIBILITY */
@media (max-width: 768px) {
    .pg-crrv-bottoms a {
        display: inline-block;
        max-width: 100%;
        word-break: break-word;
        white-space: normal;
        line-height: 1.4;
        padding-right: 5px !important;
        hyphens: auto;
    }
    
    .pg-crrv-bottoms {
        padding: 10px 0;
        margin: 0 -5px;
    }
    
    h1, h2 {
        font-size: 20px;
        margin: 0 0 12px 0;
        padding: 0 0 10px 0;
    }
    
    .box h2 {
        font-size: 18px;
    }
    
    .imgdetails {
        font-size: 11px;
        padding: 3px 6px;
        max-width: 75%;
    }
    
    /* REDUCE MARGINS FOR MORE CONTENT */
    .box {
        margin: 15px 0 0 0;
        padding: 0 5px;
    }
    
    .main-app {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    body {
        padding: 70px 0 15px 0;
    }
}

/* Smooth hover effects */
a, button, .btn, .card, .itemnew {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Improved focus states for accessibility */
a:focus-visible,
button:focus-visible,
.btn:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
    border-radius: 4px;
}

/* MOBILE-SPECIFIC OPTIMIZATIONS */
@media (max-width: 480px) {
    /* Even more content visibility on small phones */
    .lady-b-styles-neu-picblocks,
    .lady-b-styles-neu-picblocks1,
    .imglady-b-styles-neu-slider {
        column-gap: 6px;
    }
    
    .new-imglady-b-styles-neu-pg {
        margin: 4px;
    }
    
    .imglady-b-styles-neu-im {
        margin-bottom: 12px;
    }
    
    .page-header-logo {
        width: 110px;
        height: 40px;
    }
    
    .mobile-menu-toggle {
        font-size: 20px;
        padding: 5px 8px;
    }
    
    .btn {
        padding: 6px 12px;
        height: 30px;
        font-size: 12px;
    }
    
    .page-header-nav.mobile-active {
        min-width: 220px;
        padding: 10px;
        right: 10px;
		left: 20px;
    }
    
    .page-header-nav.mobile-active li a {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    /* Increase tap targets for mobile */
    .pg-crrv-bottoms a {
        min-height: 12px;
        display: flex;
        align-items: center;
    }
    
    .footer-links a {
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Prevent horizontal scrolling on mobile */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    .main-app {
        width: 100%;
    }
}

/* Optimize images for mobile data saving */
@media (max-width: 768px) {
    .itemnew,
    .image-item-imglady-b-styles-neu-slider {
        will-change: transform;
        backface-visibility: hidden;
    }
}