* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;;
}
html, body {
font-family: Georgia;
 padding: 0;
background-image: url('concretetexturebackground.png');
background-color: rgba(101,96,85,0.9);
background-blend-mode: multiply;
  background-repeat: repeat;
background-size: auto;
height: 100%;
}
.mainLinksArea {
border-top: 2px solid rgb(160,140,130);
box-shadow: 0vh 1vh 0.5vh rgba(160,150,130,0.25) inset;
background-image: linear-gradient(to bottom, rgba(70,60,40,0.7), rgba(60,70,0,0.7), rgba(0,30,10,0.8)), url('concretetexturebackground.png');
background-color: rgba(101,96,85,0.9);
	width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1vh;
  height: 70vh;
  height: 70dvh;
	padding-left: 2vh;
	padding-right: 2vh;
padding-top: 1vh;
padding-bottom: 1vh;
}
.galleryLinkLabel {
	font-size: calc(5px + 1vh + 1vmin );
	color: white;
	text-align:center;
	background-color: rgba(20,20,18,0.6);
	border: solid black;
	border-radius: 2vh;
	height: calc(5px + 2vh + 5%);
	width: 100%;
	position: relative;
top: 0;
margin-bottom: 2%;
z-index: 90;
}
.galleryLinkImage {
	display: block;
	justify-content:center;
	align-items: center;
	width: 100%;
	height: calc(93% - 2vh - 5px);
	top: 0;
	padding-top: 0;
	padding-bottom: 8%;
	white-space: nowrap;
position: relative;
z-index: 70;
	}
.leftGalleryLinkTilt {
position: absolute;
	left: 30%;
height: 80%;
width: auto;
aspect-ratio: 1.1;
	transform: translateX(-50%) rotate(-10deg);
			border: 1px rgba(10, 5, 0, 0.7);
	  box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.6);
	  z-index: 75;
}
.centerGalleryLinkTilt {
	position: absolute;
	left: 50%; 
height: 80%;
width: auto;
aspect-ratio: 1.1;
	transform: translateX(-50%) rotate(-2deg);
			border: 1px rgba(10, 5, 0, 0.7);
	  box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.4), -4px 0 8px 0 rgba(0, 0, 0, 0.7);;
	  z-index: 76;
}
.rightGalleryLinkTilt {
	position: absolute;
	right: 30%;
height: 80%;
width: auto;
aspect-ratio: 1.1;
	transform: translateX(50%) rotate(6deg);
			border: 1px rgba(10, 5, 0, 0.7);
	  box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.4), -4px 0 8px 0 rgba(0, 0, 0, 0.7);;
	  z-index: 77;
}
header {
display: block;
background-image: url('logoFountain.png'), url('headerBackground.png');
background-position: left, auto;
background-size: 27vh, 100vw 50vh;
background-repeat: no-repeat, no-repeat;
background-color: #656055;
top: 0;
overflow: hidden;
width: 100vw;
height: 27vh;
height: 27dvh;
z-index: 1499;
}
.headerTopBar{
display: block;
width: calc(100vw - 20vh);
float: right;
margin-top: 0vh;
height: calc(6vh + 1vw);
background-image: url('portlandgardendecorheading.png');
background-position: left;
background-repeat: no-repeat;
background-size: calc(95% - 4.5vh + 1.5vw) calc(4.5vh + 1.5vw);
}
footer {
	position: absolute;
   display: flex;
	align-content: center;
	justify-content: center; 
	align-items: center;
	width: 100%; 
	overflow: hidden; 
	background-image: url('leftBottomPlant.png'), url('rightBottomPlant.png'), url('bottomedgebackground.png'); 
	background-position: top left, top right, top;
	background-repeat: no-repeat, no-repeat, repeat-x; 
	background-size: 20vh, 20vh, 10vh;
bottom: 0;
padding-top: 5vh;
padding-bottom: 1vh;
padding-left: 8.5vh;
padding-right: 8.5vh;
z-index: 2;
font-size: calc(1.6vw - 2px);
font-family: Open Sans, Roboto, Inter, sans-serif; 
}

footer a {
    text-decoration: none !important; 
    color: inherit;
}

footer a:hover {
    color: inherit;
    text-decoration: none !important;
}
footer a:visited {
    color: inherit;
    text-decoration: none !important;
}
footer a:active {
    color: inherit;
    text-decoration: none !important;
}

#contentWater,
#contentStatuary,
#contentSpecial {
  display: none;
}
.waterDescriptionText { display: none; } 
.potteryDescriptionText {display: none;}  
.classicalDescriptionText { display: none; } 
.animalcreatureDescriptionText {display: none;} 
.asianlanternDescriptionText { display: none; } 
.angelsaintDescriptionText {display: none;}   	
.furnitureDescriptionText { display: none; } 
.otherDescriptionText {display: none;}  
.gallery-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gallery-popup-content {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.gallery-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
    z-index: 1003;
}
.gallery-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.gallery-grid-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 5vw;
    padding-left: 5vw;
    margin: 0;
}
.gallery-grid {
    display: grid;
    gap: 12px;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.gallery-page-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.gallery-page-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.2);
}
.gallery-prev-page {
    left: 0;
}
.gallery-next-page {
    right: 0;
}
.gallery-page-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 12px;
    border-radius: 15px;
    z-index: 1002;
    white-space: nowrap;
}
.gallery-thumbnail-wrapper {
    width: var(--gallery-cell-size, 150px); 
    height: var(--gallery-cell-size, 150px);
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.gallery-thumbnail-wrapper-hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.gallery-bg-container {
    flex: 1;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.gallery-thumbnail-wrapper {
backgroundImage = url('loading.png');
background-position: center;
background-size: contain;
}
.gallery-image-name {
    padding: 6px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.consent-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1005;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.consent-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}
.consent-modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    position: relative;
}
.consent-modal-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
.consent-modal-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}
.consent-modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.consent-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
}
.consent-btn-accept {
    background: #4CAF50;
    color: white;
}
.consent-btn-accept:hover { background: #45a049; }
.consent-btn-decline {
    background: #f44336;
    color: white;
}
.consent-btn-decline:hover { background: #d32f2f; }
.favorite-heart-btn {
    position: absolute;
    bottom: 0.1vh;
    right: 0.1vw;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: calc(1vh + 1.2vw + 4px);
    height: calc(1vh + 1.2vw + 4px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(0.9vh + 1.1vw + 3px);
    color: #ccc; 
    transition: all 0.2s ease;
    z-index: 10;
    outline: none;
}
.favorite-heart-btn:hover {
    background: rgba(0, 0, 0, 0.8);
        transform: scale(1.1);    
    font-size: calc(1vh + 1.2vw + 4px);
}
.favorite-heart-btn.active {
    color: rgb(255,190,60); 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.global-header-icons {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: calc(0.5vw + 0.5vh);
    padding-top: calc(0.5vw + 0.5vh);
    z-index: 1004;
    display: flex;
    gap: 15px;
}
.global-icon-btn {
    background: rgba(101, 96, 85, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: calc(2.5vh + 1vw + 15px);
    height: calc(2.5vh + 1vw + 15px);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    backdrop-filter: blur(4px);
    position: relative;
    font-size: calc(1.5vh + 2vw + 10px);
}
.global-icon-btn:hover {
    background: rgba(101, 96, 85, 1);
    transform: scale(1.1);
    border-color: white;
}
.icon-heart {
    position: absolute;
    transition: color 0.2s;
}
.icon-search {
    transform: scale(0.5);
    transform-origin: center;
    position: absolute;
    right: -10%;
    opacity: 0.8;
}
.global-icon-btn.active-indicator .icon-heart {
    color: rgb(255,190,60);
    text-shadow: 0 0 5px rgba(0,0,0, 0.8);
}
.favorites-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.favorites-popup-overlay.show {
    opacity: 1;
    visibility: visible;
}
.favorites-popup-content {
    background: #222;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    position: relative;
}
.favorites-header {
    padding: 20px;
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
    flex-shrink: 0;
}
.favorites-title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.favorites-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
}
.favorites-close-btn:hover {
    color: #ff4081;
}
.favorites-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #2a2a2a;
}
.favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}
.fav-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #444;
    cursor: pointer;
    transition: transform 0.2s;
}
.fav-item:hover {
    transform: scale(1.05);
    z-index: 2;
}
.fav-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.smart-search-container {
    padding: 15px 20px;
    background: #2a2a2a;
    border-bottom: 1px solid #444;
    flex-shrink: 0;
}
.smart-search-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #555;
    border-radius: 6px;
    background: #333;
    color: white;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box; 
}
.smart-search-input:focus {
    border-color: #ff4081;
}
.smart-search-input::placeholder {
    color: #888;
}
.search-result-info {
    margin-top: 8px;
    font-size: 14px;
    color: #aaa;
    font-style: italic;
    min-height: 20px;
}
.search-result-info.match-found {
    color: #4CAF50;
    font-weight: bold;
}
.search-result-info.no-match {
    color: #f44336;
}
.live-preview-container {
    margin-top: 20px;
    padding: 10px;
    background: #222;
    border-radius: 8px;
    min-height: 200px;
}
.live-preview-title {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.voice-search-container {
    position: relative;
    display: flex;
    align-items: center;
}
.voice-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s;
    z-index: 10;
}
.voice-btn:hover {
    color: #ff4081;
}
.voice-btn.listening {
    color: #ff4081;
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.2); }
    100% { transform: translateY(-50%) scale(1); }
}
.live-preview-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: transparent; 
}
.live-preview-container .galleryLinkContainer {
    margin: 0 auto; 
    width: 20dvh;
    aspect-ratio: 1.2;
}
.favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    max-width: 100%; 
    margin: 0 auto; 
    width: 100%;
}
.fav-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 6px;
    overflow: hidden;
    background: #444;
    cursor: pointer;
    transition: transform 0.2s;
}
.fav-item:hover {
    transform: scale(1.05);
    z-index: 2;
}
.fav-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fav-item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.fav-item-heart {
    position: absolute;
    bottom: 0.1vh;
    right: 0.1vw;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255,190,60); 
    z-index: 10;
    transition: transform 0.2s;
}
.fav-item-heart:hover {
    transform: scale(3);
    background: rgba(0, 0, 0, 0.8);
}
.favorites-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.favorites-popup-overlay.show {
    opacity: 1;
    visibility: visible;
}
.favorites-popup-content {
    background: #222;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    position: relative;
}
.favorites-header {
    padding: 20px;
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #444;
    flex-shrink: 0;
}
.favorites-title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.favorites-close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
}
.favorites-close-btn:hover {
    color: #ff4081;
}
.smart-search-container {
    padding: 15px 20px;
    background: #2a2a2a;
    border-bottom: 1px solid #444;
    flex-shrink: 0;
    z-index: 10;
}
.smart-search-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #555;
    border-radius: 6px;
    background: #333;
    color: white;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.smart-search-input:focus {
    border-color: #ff4081;
}
.smart-search-input::placeholder {
    color: #888;
}
.search-result-info {
    margin-top: 8px;
    font-size: 14px;
    color: #aaa;
    font-style: italic;
    min-height: 20px;
}
.search-result-info.match-found {
    color: #4CAF50;
    font-weight: bold;
}
.search-result-info.no-match {
    color: #f44336;
}
.favorites-body {
    padding: 20px;
    overflow-y: auto;
    background: #2a2a2a;
    display: block;
}
.live-preview-container {
    background: #222;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
.live-preview-title {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.favorites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    width: 100%;
    margin: 0 auto;
}
.fav-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 6px;
    overflow: hidden;
    background: #444;
    cursor: pointer;
    transition: transform 0.2s;
}
.fav-item:hover {
    transform: scale(1.05);
    z-index: 2;
}
.fav-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fav-item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.fav-item-heart {
    position: absolute;
    bottom: 0.1vh;
    right: 0.1vw;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: calc(0.9vw + 0.9vh + 3px);
    height: calc(0.9vw + 0.9vh + 3px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(0.8vw + 0.8vh + 2px);
    color: rgb(255,190,60); 
    z-index: 10;
    transition: transform 0.2s;
}
.fav-item-heart:hover {
    transform: scale(1.2);
    background: rgba(0, 0, 0, 0.8);
    font-size: calc(0.9vw + 0.9vh + 3px);
}
.fav-empty-msg {
    color: #aaa;
    text-align: center;
    padding: 40px;
    font-size: 16px;
    width: 100%;
}
.voice-search-container {
    position: relative;
    display: flex;
    align-items: center;
}
.voice-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s;
    z-index: 10;
}
.voice-btn:hover {
    color: #ff4081;
}
.voice-btn.listening {
    color: #ff4081;
    animation: pulse 1.5s infinite;
}
.search-results-list {
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 5px;
    max-height: 200px;
    overflow-y: auto;
}
.search-results-list button:hover {
    background: #444;
}
.gallery-thumbnail-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.gallery-thumbnail-wrapper-hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.gallery-bg-container {
    flex: 1;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.gallery-image-name {
    padding: 6px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.gallery-thumbnail-wrapper {
    width: var(--gallery-cell-size, 150px); 
    height: var(--gallery-cell-size, 150px);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.gallery-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gallery-popup-content {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.gallery-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
    z-index: 1003;
}
.gallery-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.gallery-grid-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 5vw;
    padding-left: 5vw;
    margin: 0;
}
.gallery-grid {
    display: grid;
    gap: 12px;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.gallery-page-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.gallery-page-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.2);
}
.gallery-prev-page {
    left: 0;
}
.gallery-next-page {
    right: 0;
}
.gallery-page-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 12px;
    border-radius: 15px;
    z-index: 1002;
    white-space: nowrap;
}
.favorite-heart-btn {
    position: absolute;
    bottom: 0.1vh;
    right: 0.1vw;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: calc(1vh + 1.2vw + 4px);
    height: calc(1vh + 1.2vw + 4px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(0.9vh + 1.1vw + 3px);
    color: #ccc; 
    transition: all 0.2s ease;
    z-index: 10;
    outline: none;
}
.favorite-heart-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);    
    font-size: calc(1vh + 1.2vw + 4px);
}
.favorite-heart-btn.active {
    color: rgb(255,190,60); 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.live-preview-container {
    margin-top: 20px;
    padding: 10px;
    background: #222;
    border-radius: 8px;
    min-height: 200px;
}
.live-preview-title {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.galleryLinkLabel {
    font-size: calc(5px + 1vh + 1vmin );
    color: white;
    text-align:center;
    background-color: rgba(20,20,18,0.6);
    border: solid black;
    border-radius: 2vh;
    height: calc(5px + 2vh + 5%);
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 2%;
    z-index: 90;
}
.galleryLinkImage {
    display: block;
    justify-content:center;
    align-items: center;
    width: 100%;
    height: calc(93% - 2vh - 5px);
    top: 0;
    padding-top: 0;
    padding-bottom: 8%;
    white-space: nowrap;
    position: relative;
    z-index: 70;
}
.leftGalleryLinkTilt {
    position: absolute;
    left: 30%;
    height: 80%;
    width: auto;
    aspect-ratio: 1.1;
    transform: translateX(-50%) rotate(-10deg);
    border: 1px rgba(10, 5, 0, 0.7);
    box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.6);
    z-index: 75;
}
.centerGalleryLinkTilt {
    position: absolute;
    left: 50%; 
    height: 80%;
    width: auto;
    aspect-ratio: 1.1;
    transform: translateX(-50%) rotate(-2deg);
    border: 1px rgba(10, 5, 0, 0.7);
    box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.4), -4px 0 8px 0 rgba(0, 0, 0, 0.7);;
    z-index: 76;
}
.rightGalleryLinkTilt {
    position: absolute;
    right: 30%;
    height: 80%;
    width: auto;
    aspect-ratio: 1.1;
    transform: translateX(50%) rotate(6deg);
    border: 1px rgba(10, 5, 0, 0.7);
    box-shadow: 2px 4px 6px 3px rgba(0, 0, 0, 0.4), -4px 0 8px 0 rgba(0, 0, 0, 0.7);;
    z-index: 77;
}
.fullview-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 2001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.fullview-popup.show {
    opacity: 1;
    visibility: visible;
}
.fullview-close-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    cursor: pointer;
    z-index: 2000;
}
.fullview-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fullview-close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    padding: 10px;
    line-height: 1;
    z-index: 2003;
    transition: all 0.2s ease;
}
.fullview-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: scale(1.1);
}
.fullview-image-container {
    position: relative;
    width: fit-content;
    height: fit-content;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.fullview-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    background-color: #333;
}
.fullview-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 90vw;
    padding: 20px;
    color: white;
    gap: 20px;
}
.fullview-name {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    flex: 1;
}
.favorite-heart-btn-wrapper {
    transform: scale(1.5);
    flex-shrink: 0;
}
.gallery-thumbnail-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    width: var(--gallery-cell-size, 150px);
    height: var(--gallery-cell-size, 150px);
}
.gallery-thumbnail-wrapper-hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.gallery-bg-container {
    flex: 1;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-image: url('loading.png');
    background-position: center;
    background-size: contain;
    background-color: transparent;
}
.gallery-image-name {
    padding: 6px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
  	.topTextBox {
	font-size: calc(1.5px + 0.70vmax + .98vmin );
	text-indent: 5%;
	border-radius: 3vh;
	background-color: rgba(200,200,190,0.3);
backdrop-filter: blur(12px);
width: calc(98vw - 24vh);
height: calc(19.25vh - 1.5vw);
height: calc(19.25dvh - 1.5vw);
overflow: hidden;
z-index: 1500;
margin-left: 24vh; 
margin-right: 2vw;
margin-top:  calc(7vh + 1vw);
margin-bottom: calc(0.75vh + 0.5vw);
padding-right: 0.8vh;
padding-left: 0.8vh;
padding-top: 0.8vh;
  box-shadow: -0.1vh -0.1vh 0.1vh rgb(150,150,140),
        0.1vh 0.1vh 0.1vh rgba(20,20,19,1),
        0.1vh 0.1vh 0.75vh rgba(0,0,0,.75),
        0 0 0.8vh rgba(0,0,0,.75);
}
.topTextBox.expanded {
    width: 96vw !important; 
    height: auto !important; 
    max-height: calc(90dvh - 1vw);
    margin-left: 2vw !important; 
    margin-right: 2vw !important; 
    padding: 15px !important; 
    z-index: 1500 !important;
overflow-y: auto;
overflow-x: hidden;
	background-color: rgba(200,200,190,0.6);
backdrop-filter: blur(12px);
}
.topTextBox[data-expandable="true"] {
    border: none; 
    cursor: pointer; 
    position: relative; 
}
.topTextBox[data-expandable="true"]::after {
    content: '▼▼ Click to expand ▼▼'; 
    position: sticky; 
    bottom: -10px; 
    padding-bottom: 10px;
width: calc(100% + 30px);
    left: -15px;
    right: -15px; 
      margin-left: -15px;
  margin-right: -15px;
    text-align: center; 
    font-size: 0.9em; 
    color: #778866; 
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    z-index: 1; 
      display: flex;
  justify-content: center;
align-items: flex-end;
  white-space: nowrap;
  height: 5vh;
          background: linear-gradient(to bottom, 
        rgba(200, 200, 190, 0), rgba(210, 215, 200, 0.7), rgba(220, 235, 210, 1)         
    );
}
.topTextBox[data-expandable="true"].expanded::after {
    content: '▲▲ Click to close ▲▲'; 
position: sticky;
bottom: -15px;
width: calc(100% + 30px);
    left: -15px;
    right: -15px; 
      margin-left: -15px;
      margin-bottom: -15px;
  margin-right: -15px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  white-space: nowrap;
  height: 5vh;
          background: linear-gradient(to bottom, 
        rgba(200, 200, 190, 0), rgba(210, 215, 200, 0.7), rgba(220, 235, 210, 1)         
    );
}
.topTextBox[data-expandable="true"]:hover::after {
    color: #445533;
        background: linear-gradient(to bottom, 
        rgba(220, 235, 210, 0), rgba(210, 215, 200, 0.8), rgba(220, 235, 210, 1)       
    );
    width: calc(100% + 30px);
    left: -15px;
    right: -15px; 
      margin-left: -15px;
  margin-right: -15px;
      display: flex;
  justify-content: center;
  align-items: flex-end;
  white-space: nowrap;
  height: 5vh;
}
.topTextBox::-webkit-scrollbar {
    width: 15px; 
}
.topTextBox::-webkit-scrollbar-track {
    background-color: rgba(200, 200, 190, 0); 
    border-radius: 15px; 
}
.topTextBox::-webkit-scrollbar-thumb {
    background-color: rgba(119, 136, 102, 0.9); 
    border-radius: 10px; 
    border: 2px solid transparent; 
}
.topTextBox::-webkit-scrollbar-thumb:hover {
    background-color: rgba(100, 120, 90, 0.7); 
}
.topTextBox {
}
.topTextBox.js-measurement-mode::after {
    content: none !important; 
    visibility: hidden !important; 
    opacity: 0 !important; 
    height: 0 !important;       
    padding: 0 !important;      
    margin: 0 !important;
}
.mainLinksArea {
    transition: margin-top 0.4s ease;
}
.mainLinksArea.shifted {
    margin-top: var(--content-shift, 0); 
}
@media screen and (max-aspect-ratio: 1/1) {
  .mainLinksArea {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto ;
}
.galleryLinkLabel {
	height: calc(10px + 2vh + 3%);
}
.galleryLinkImage {
	height: calc(97% - 10px -2vh);
}
.leftGalleryLinkTilt {
	left: 22%;
	transform: translateX(-36%) rotate(-10deg);
}
.rightGalleryLinkTilt {
	right: 22%;
	transform: translateX(36%) rotate(6deg);
}
}
@media screen and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 11/7) {
  .mainLinksArea {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}
.galleryLinkLabel {
	height: calc(10px + 2vh + 3%);
}
.galleryLinkImage {
	height: calc(97% - 10px -2vh);
}
.leftGalleryLinkTilt {
	left: 17%;
	transform: translateX(-30%) rotate(-10deg);
}
.rightGalleryLinkTilt {
	right: 17%;
	transform: translateX(30%) rotate(6deg);
}
}
@media screen and (min-aspect-ratio: 11/7) {
	.mainLinksArea {
  		grid-template-columns: 1fr 1fr 1fr 1fr;
  		grid-template-rows: auto;
  	}
.galleryLinkLabel {
	height: calc(10px + 2vh + 3%);
}
.galleryLinkImage {
	height: calc(97% - 10px -2vh);
}
.leftGalleryLinkTilt {
	left: 17%;
	transform: translateX(-30%) rotate(-10deg);
}
.rightGalleryLinkTilt {
	right: 17%;
	transform: translateX(30%) rotate(6deg);
}
  	}
.quote {
    flex: 0 0 calc(50% -30px); 
    padding: 2%; 
    padding-top: 3%;
    margin-bottom: 2%; 
    margin-left: 2%;
    margin-right: 2%;
    max-width: 45%; 
    background-color: #ffffff; 
    border: 3px solid #333; 
    border-radius: 15px; 
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1); 
    position: relative;
    font-family: 'Georgia', serif;
    line-height: 1.65;
    color: #333; 
}
.quote::before {
    content: "“";
    position: absolute;
    top: -1vw; 
    left: -2vw; 
    font-size: 8vw; 
    color: #444; 
    line-height: 0.9;
    z-index: 1;
    text-shadow: 
        2px 2px 3px rgba(0, 0, 0, 0.5), 
        4px 4px 0 #111;                
}
.quote::after {
    content: "”";
    position: absolute;
    bottom: -1vw; 
    right: -2vw; 
    font-size: 8vw; 
    color: #444;
    line-height: 0.9;
    z-index: 1;
    text-shadow: 
        2px 2px 3px rgba(0, 0, 0, 0.5),
        4px 4px 0 #111;
}
.quote p {
    margin: 0;
    padding-top: 10px; 
}
.showMore {
    display: block;
    cursor: pointer;
    position: relative; 
    background-color: #ffffff;
    border: 2px solid #333;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.5;
    padding: 12px 25px; 
    margin-top: 10px;
    text-transform: none;
    letter-spacing: normal;
    height: 50px; 
    max-height: 50px; 
    width: 80%;
    overflow: hidden;
    transition: max-height 0.4s ease-out, height 0.4s ease-out;
    margin-left: auto;
    margin-right: auto;
}
.showMore.expanded {
    height: auto;
    max-height: 2000px; 
    overflow: visible;
}
.showMore::after {
    content: "Show More ▼";
    position: absolute; 
    bottom: 0;          
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px;
    background: #f5f5f5;
    border-top: 1px solid #333;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 0 0 8px 8px;
    pointer-events: none; 
    z-index: 10;
}
.showMore.expanded::after {
    content: "Show Less ▲";
    background: #e0e0e0;
}
.reviews {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative; 
    background-color: rgba(50,60,20,0.5);
    border: 2px solid #333;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.5;
    padding-bottom: 5%;
    padding-top: 2%;
    text-transform: none;
    letter-spacing: normal;
    height: 50vh; 
    max-height: 50vh; 
    width: 85%;
    overflow: hidden;
    transition: max-height 0.4s ease-out, height 0.4s ease-out;
    margin-left: auto;
    margin-right: auto;
}
.reviews.expanded {
    height: auto;
    max-height: 4000px; 
    overflow: visible;
}
.reviews::after {
    content: "▼▼ Show More Review Excerpts ▼▼";
    color: gold;
    position: absolute; 
    bottom: 0;          
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px;
    background: rgba(40,50,30,0.95);
    border-top: 1px solid #333;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 0 0 8px 8px;
    pointer-events: none; 
    z-index: 10;
}
.reviews.expanded::after {
    content: "▲▲ Collapse/Show Fewer ▲▲";
    background: rgba(40,50,30,0.95);
}
.topTextBox-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, transform 0.2s;
    z-index: 1502; 
    padding: 0;
    margin: 0;
}
.topTextBox-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
    transform: scale(1.1);
}
.topTextBox-close-btn:active {
    transform: scale(0.95);
}
.stars {
  display: inline-flex;
  gap: 1vw;
  padding: 1vw;
  background-color: #333;
  border-radius: 8px;
  width: fit-content;
  position: absolute;
  top: calc(-1vw - 1vh);
  left: 50%;
  transform: translateX(-50%);
}
.star {
  font-size: calc(1vw + 1vh);
  line-height: 1;
  cursor: default;
}
.star.filled {
  color: #ffd700;
}
.star.empty {
  color: #999;
}
.split-image-container {
    display: flex; 
    width: 90%;   
    aspect-ratio: 6.4;
        background-image: url('reviewsYelpGoogle1.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.link-left {
	display: flex;
    width: 57%;
    height: 100%;
}
.link-right {
	display: flex;
    width: 43%;
    height: 100%;
}
        table {
            width: 90%;
            border-collapse: collapse;
            margin-top: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        th, td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        thead th {
            background-color: #f2f2f2;
            font-weight: bold;
            color: #0056b3; 
        }
        tbody tr:nth-child(even) {
            background-color: #f9f9f9; 
        }
        .unit {
            font-style: italic;
            font-size: 0.9em;
            color: #777;
        }
@media screen and (max-width: 899px) {
	.mainLinksArea {
height: calc(78vh - 1.2vw + 1px);
height: calc(78dvh - 1.2vw + 1px);
  	}
.smallDescriptionText { display: inline; } 
.largeDescriptionText {display: inline;}
header {height: 16vh; height: 16dvh; background-size: 16vh, cover;}
.headerTopBar{width: calc(100vw - 12vh);}
.topTextBox{margin-left: 14vh; width: calc(98vw - 14vh); height: calc(9.25vh - 1vw); height: calc(9.25dvh - 1vw); margin-top:  calc(6vh + 1vw); margin-bottom: 0.75vh; font-size: calc(0.45vh + 0.65vw + 0.8vmin );}
  	}
@media screen and (min-width: 900px) {
	.mainLinksArea {
height: calc(67vh - 1.2vw + 1px);
height: calc(67dvh - 1.2vw + 1px);
  	}
.smallDescriptionText { display: none; } 
.largeDescriptionText {display: inline;}
header {height: 27vh; height: 27dvh; background-size: 27vh, cover;}
.headerTopBar{width: calc(100vw - 20vh);}
	}