* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Georgia, "Times New Roman", serif; background-color: #001534; color: #f5f5f5; line-height: 1.6; }
a { color: #ffffff; text-decoration: none; }
a:hover { opacity: 0.85; }
.content a, .contact-info a { outline: 1px solid rgba(255,255,255,0.45); outline-offset: 3px; padding: 1px 4px; border-radius: 2px; }
header { background-color: #001534; border-bottom: 2px solid #ffffff; position: sticky; top: 0; z-index: 100; }
.header-inner { width: 100%; max-width: none; margin: 0; padding: 10px 16px 12px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px 16px; }
.logo-link { display: block; line-height: 0; justify-self: start; }
.logo-link:hover { opacity: 1; }
.logo { height: 72px; width: auto; max-width: 280px; object-fit: contain; display: block; }
nav { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
nav a { padding: 8px 14px; font-size: 1.05rem; letter-spacing: 1.4px; text-transform: uppercase; white-space: nowrap; }
nav a:hover, nav a.active { text-decoration: underline; text-underline-offset: 5px; }
.header-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; font-size: 0.82rem; color: #c0c8d8; text-align: right; line-height: 1.35; justify-self: end; }
.header-contact .city { color: #ffffff; font-size: 0.92rem; letter-spacing: 0.6px; }
.header-contact a { color: #c0c8d8; }
.header-contact a:hover { color: #ffffff; text-decoration: underline; }
.hero { text-align: center; padding: 44px 20px 36px; }
.hero-logo { max-width: 680px; width: 90%; height: auto; margin: 0 auto 25px; display: block; object-fit: contain; }
.hero p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 18px; color: #c0c8d8; }
.hero .hours { font-size: 1.05rem; color: #ffffff; letter-spacing: 0.5px; margin: 0 auto 26px; }
.btn { display: inline-block; background-color: #ffffff; color: #001534; padding: 12px 32px; font-size: 1rem; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; }
.btn:hover { background-color: #d0d8e8; }
.home-gallery, .gallery-page { max-width: 1100px; margin: 0 auto 60px; padding: 0 20px; }
.home-slideshow { max-width: 560px; margin: 0 auto 50px; padding: 0 8px; position: relative; }
.home-slideshow .slides { position: relative; display: flex; justify-content: center; align-items: center; height: 340px; }
.home-slideshow .photo-wrap { display: none; position: relative; width: fit-content; max-width: calc(100% - 80px); height: auto; background: transparent; margin: 0 auto; }
.home-slideshow .photo-wrap.active { display: block; height: auto; }
.home-slideshow .photo-wrap > img { width: auto; height: auto; max-width: 100%; max-height: 340px; object-fit: contain; display: block; }
.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 72px; border: none; background: transparent; color: #ffffff; font-size: 3.2rem; line-height: 1; cursor: pointer; z-index: 8; text-shadow: 0 1px 8px rgba(0,0,0,0.85); }
.slide-arrow.prev { left: 0; }
.slide-arrow.next { right: 0; }
.slide-arrow:hover { opacity: 0.7; }
.slide-dots { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.slide-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid #ffffff; border-radius: 50%; background: transparent; cursor: pointer; }
.slide-dots button.active { background: #ffffff; }
.gallery-page h1 { text-align: center; margin: 36px 0 28px; font-weight: normal; letter-spacing: 2px; }
.two-col-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.photo-wrap { position: relative; display: block; width: 100%; overflow: hidden; line-height: 0; background: #001534; }
.two-col-grid .photo-wrap { aspect-ratio: auto; }
.photo-wrap > img { width: 100%; height: auto; object-fit: contain; object-position: center center; display: block; cursor: pointer; background: #001534; }
.home-slideshow .expand-btn { top: 12px; right: 12px; z-index: 9; }
.expand-btn { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; padding: 0; border: none; background: transparent; color: #ffffff; font-size: 22px; line-height: 36px; text-align: center; cursor: pointer; z-index: 5; text-shadow: 0 1px 5px rgba(0,0,0,0.95); filter: drop-shadow(0 0 3px rgba(0,0,0,0.9)); }
.expand-btn:hover { opacity: 0.75; }
.content { max-width: 800px; margin: 60px auto; padding: 0 20px; text-align: center; }
.content h1 { font-weight: normal; letter-spacing: 2px; margin-bottom: 30px; font-size: 2.2rem; }
.content p { font-size: 1.35rem; color: #c0c8d8; margin-bottom: 22px; line-height: 1.7; }
.contact-info { margin-top: 40px; font-size: 1.4rem; }
.contact-info p { margin-bottom: 18px; }
footer { text-align: center; padding: 40px 20px; border-top: 1px solid #1a2a4a; margin-top: 60px; color: #8899aa; font-size: 0.95rem; }
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 1000; align-items: center; justify-content: center; padding: 20px; cursor: pointer; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 95%; max-height: 92vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 16px; right: 24px; color: #fff; font-size: 2.5rem; line-height: 1; cursor: pointer; }
@media (max-width: 820px) {
  .header-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "logo contact"
      "nav nav";
    align-items: center;
    gap: 6px 10px;
    padding: 16px 4px 8px;
  }
  .logo-link { grid-area: logo; justify-self: start; }
  .logo { height: 58px; max-width: 190px; }
  nav {
    grid-area: nav;
    width: 100%;
    justify-content: space-between;
    gap: 0;
    padding-top: 2px;
  }
  nav a {
    flex: 1;
    text-align: center;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 2px;
    font-size: 0.78rem;
    letter-spacing: 0.6px;
  }
  .header-contact {
    grid-area: contact;
    justify-self: end;
    align-items: flex-end;
    text-align: right;
    max-width: 100%;
    font-size: 0.7rem;
    line-height: 1.25;
  }
  .hero { padding: 28px 16px 24px; }
  .two-col-grid { grid-template-columns: 1fr; }
  .home-slideshow { padding: 0 4px; }
  .home-slideshow .slides { height: 42vh; min-height: 220px; }
  .home-slideshow .photo-wrap > img { max-height: 42vh; }
  .slide-arrow { font-size: 2.6rem; width: 40px; height: 80px; top: 50%; }
}
