:root {
  --navy: #0b1c38;
  --navy-2: #10284d;
  --gold: #d0a052;
  --gold-light: #f0d6a1;
  --ivory: #f7f3ec;
  --line: #e4d8c7;
  --ink: #223146;
  --muted: #667385;
  --shadow: 0 16px 40px rgba(8, 24, 50, .12);
  --shell: min(100% - 48px, 1180px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #faf6ee 100%);
}
img { display: block; width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link {
  position: absolute; left: -999px; top: 0;
}
.skip-link:focus {
  left: 12px; top: 12px; z-index: 9999; padding: 10px 14px; background: white;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(90deg, rgba(8,24,50,.96), rgba(16,40,77,.95));
  border-bottom: 1px solid rgba(240,214,161,.2);
  backdrop-filter: blur(8px);
}
.header-inner {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.wordmark { text-decoration: none; display: flex; flex-direction: column; gap: 4px; }
.wordmark-main { display: flex; align-items: baseline; gap: 3px; line-height: 1; }
.wordmark-main b { color: var(--ivory); font-size: 2rem; letter-spacing: .03em; }
.wordmark-main em { color: var(--gold-light); font-size: 1.42rem; font-style: normal; letter-spacing: .06em; }
.wordmark-sub { color: rgba(255,255,255,.72); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a { color: rgba(255,255,255,.9); text-decoration: none; font-size: .95rem; }
.main-nav a:hover { color: white; }
.nav-button, .primary-button {
  display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
  padding: 12px 18px; border-radius: 10px; border: 1px solid rgba(208,160,82,.6);
  background: linear-gradient(180deg, #f6e1b8, #ddb56c);
  color: #1c2230; font-weight: 700; box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.menu-toggle {
  display: none; background: transparent; border: 0; padding: 0; width: 42px; height: 42px; cursor: pointer;
}
.menu-toggle span {
  display: block; width: 24px; height: 2px; background: white; margin: 5px auto;
}

.hero {
  position: relative; min-height: 670px; overflow: hidden; background: #09172f;
}
.hero-track {
  position: absolute; inset: 0;
}
.hero-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.hero-shade {
  position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,14,30,.2), rgba(5,14,30,.6));
}
.hero-overlay {
  position: relative; z-index: 2; min-height: 670px; display: grid; place-items: center;
}
.hero-panel {
  text-align: center; color: white; max-width: 880px; padding: 22px 28px;
}
.hero-kicker {
  margin: 0 0 10px; font-size: .9rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light);
}
.hero-panel h1 {
  margin: 0; font-size: clamp(2.4rem, 5vw, 3.7rem); letter-spacing: .02em; line-height: 1.05; text-shadow: 0 3px 18px rgba(0,0,0,.28);
}
.hero-sub {
  margin: 16px 0 22px; font-size: 1.04rem; color: rgba(255,255,255,.92); letter-spacing: .02em;
}
.hero .primary-button { margin-inline: auto; }

.carousel-dots {
  display: flex; justify-content: center; gap: 10px; margin-top: 22px;
}
.carousel-dots button {
  width: 10px; height: 10px; border-radius: 999px; border: 0; cursor: pointer;
  background: rgba(11,28,56,.18);
}
.carousel-dots button.active { background: var(--gold); width: 28px; }
.hero-dots {
  position: absolute; left: 0; right: 0; bottom: 16px; z-index: 3;
}
.hero-dots button { background: rgba(255,255,255,.35); }
.hero-dots button.active { background: var(--gold-light); }

.section { padding: 68px 0; }
.ornament-title {
  display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 20px; text-align: center;
}
.ornament-title span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(208,160,82,.55), transparent); }
.ornament-title i { color: var(--gold); font-style: normal; font-size: .9rem; }
.ornament-title h2 {
  margin: 0; font-size: clamp(1.9rem, 3vw, 2.6rem); color: var(--navy);
}
.dark-ornament h2 { color: white; }
.section-lead, .partner-intro {
  max-width: 920px; margin: 0 auto 22px; text-align: center; color: var(--muted); line-height: 1.7;
}

.compact-icons {
  grid-template-columns: repeat(6, 1fr);
}
.icon-grid {
  display: grid; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 30px;
}
.icon-grid article {
  text-align: center; padding: 18px 10px; position: relative;
}
.icon-grid article::after {
  content: ""; position: absolute; top: 18px; right: 0; width: 1px; height: calc(100% - 36px); background: var(--line);
}
.icon-grid article:last-child::after { display: none; }
.service-symbol {
  width: 68px; height: 68px; margin: 0 auto 12px; border-radius: 16px; display: grid; place-items: center;
  border: 2px solid rgba(11,28,56,.14); color: var(--navy); font-weight: 800; font-size: .85rem; background: #fff;
  box-shadow: 0 8px 18px rgba(8,24,50,.06);
}
.icon-grid h3 { margin: 0; font-size: 1rem; color: var(--navy); }

.image-strip {
  display: grid; gap: 14px;
}
.image-strip.two-up {
  grid-template-columns: repeat(2, 1fr);
}
.image-strip.four-up {
  grid-template-columns: repeat(4, 1fr);
}
.image-card {
  margin: 0; background: white; border: 1px solid rgba(10,24,50,.08); box-shadow: 0 14px 34px rgba(8,24,50,.12);
  overflow: hidden; border-radius: 0;
}
.image-card img {
  width: 100%; height: 300px; object-fit: cover;
}
.partners-section { background: linear-gradient(180deg, #fffdf9, #f8f2e8); }
.brand-cloud {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 22px; padding: 8px 0 2px;
}
.brand-cloud span {
  min-width: 150px; text-align: center; font-size: clamp(1rem, 2vw, 1.75rem); font-weight: 900; color: #111; letter-spacing: .02em;
}
.events-section {
  background: linear-gradient(180deg, #0e2344 0%, #0a1b34 100%);
}
.event-tabs {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0 0 20px;
}
.event-tabs button {
  border: 0; cursor: pointer; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); font-weight: 700;
}
.event-tabs button.active {
  background: linear-gradient(180deg, #f6e1b8, #ddb56c); color: #1c2230;
}
.events-section .carousel-dots button { background: rgba(255,255,255,.25); }
.events-section .carousel-dots button.active { background: var(--gold-light); }

.rental-section {
  background: linear-gradient(180deg, #10284d 0%, #0a1a33 100%); color: white;
}
.light-title h2 { color: white; }
.light-copy { color: rgba(255,255,255,.75); }
.rental-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.rental-grid article {
  min-height: 200px; background: rgba(255,255,255,.05); border: 1px solid rgba(240,214,161,.18); overflow: hidden;
}
.rental-card-visual {
  height: 170px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(240,214,161,.16);
}
.rental-card-visual::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,24,50,.08), rgba(8,24,50,.42));
}
.rental-card-visual img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.02);
}
.rental-card-body { padding: 22px; }
.rental-grid b {
  display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(240,214,161,.16); color: var(--gold-light); margin-bottom: 14px;
}
.rental-grid h3 { margin: 0 0 10px; color: white; }
.rental-grid p { margin: 0; color: rgba(255,255,255,.75); line-height: 1.6; }

.contact-section { background: #fff; }
.project-form {
  max-width: 920px; margin: 0 auto; padding: 28px; background: #fbf8f2; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-form label { display: grid; gap: 7px; color: var(--navy); font-size: .78rem; font-weight: 800; }
.project-form input, .project-form textarea, .project-form select {
  width: 100%; border: 1px solid rgba(17,39,72,.2); background: white; color: var(--ink); padding: 13px 14px; outline: none;
}
.project-form input:focus, .project-form textarea:focus, .project-form select:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(208,160,82,.14);
}
.full-field { grid-column: 1 / -1; }
.form-bottom { display: flex; align-items: center; gap: 18px; margin-top: 20px; }
#form-status { margin: 0; color: var(--muted); font-size: .88rem; }

.site-footer {
  padding: 52px 0; color: white; background: linear-gradient(90deg, #0a1a33, #10284d, #0a1a33); border-top: 1px solid rgba(243,215,154,.25);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.footer-wordmark { margin-bottom: 16px; }
.footer-grid h3 { margin: 0 0 12px; color: var(--gold-light); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid p, .footer-grid a { display: block; margin: 5px 0; color: rgba(255,255,255,.7); text-decoration: none; font-size: .84rem; }

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed; top: 82px; left: 20px; right: 20px; display: grid; gap: 0; background: white; color: var(--navy);
    padding: 12px; border-radius: 12px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { color: var(--navy); padding: 12px 13px; }
  .main-nav .nav-button { text-align: center; }
  .compact-icons { grid-template-columns: repeat(3, 1fr); }
  .compact-icons article:nth-child(3)::after { display: none; }
  .image-strip.four-up { grid-template-columns: repeat(2, 1fr); }
  .rental-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 24px, 1180px); }
  .header-inner { min-height: 72px; }
  .main-nav { top: 72px; left: 12px; right: 12px; }
  .wordmark-main b { font-size: 1.6rem; }
  .wordmark-main em { font-size: 1.1rem; }
  .wordmark-sub { font-size: .5rem; }
  .hero, .hero-overlay { min-height: 560px; }
  .hero-panel h1 { font-size: 2.2rem; }
  .section { padding: 62px 0; }
  .compact-icons { grid-template-columns: repeat(2, 1fr); }
  .compact-icons article:nth-child(3)::after { display: block; }
  .compact-icons article:nth-child(2n)::after { display: none; }
  .image-strip.two-up, .image-strip.four-up, .rental-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .image-card img { height: 230px; }
  .rental-card-visual { height: 170px; }
  .project-form { padding: 20px; }
  .form-bottom { flex-direction: column; align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.concept-section .carousel-dots, .events-section .carousel-dots { margin-top: 14px; }
.partners-section .ornament-title { margin-bottom: 14px; }
.partner-intro { font-size: .95rem; }
.events-section .image-card img { height: 250px; }
@media (max-width: 680px) {
  .image-card img { height: 240px; }
  .events-section .image-card img { height: 220px; }
  .rental-card-visual { height: 180px; }
}
