:root {
  --ink: #07090d;
  --panel: #111722;
  --blue: #2d94ff;
  --blue-deep: #0875df;
  --ice: #eaf5ff;
  --muted: #aab6c5;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,9,13,.92); backdrop-filter: blur(18px); }
.header-inner { width: min(var(--max), calc(100% - 40px)); min-height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; font-weight: 850; letter-spacing: .045em; line-height: 1.05; }
.brand img { width: 120px; height: 62px; object-fit: contain; }
.brand span { max-width: 240px; font-size: .88rem; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; border-radius: 999px; padding: .65rem .9rem; font-weight: 800; }
.page-menu { position: relative; margin-left: auto; }
.page-menu summary { display: flex; align-items: center; gap: .55rem; min-width: 108px; justify-content: center; list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; padding: .7rem 1rem; font-size: .88rem; font-weight: 850; user-select: none; }
.page-menu summary::-webkit-details-marker { display: none; }
.page-menu summary::after { content: "+"; color: var(--blue); font-size: 1.1rem; line-height: 1; }
.page-menu[open] summary { border-color: var(--blue); background: rgba(45,148,255,.1); }
.page-menu[open] summary::after { content: "−"; }
.page-menu-panel { position: absolute; right: 0; top: calc(100% + .8rem); width: min(360px, calc(100vw - 32px)); padding: .8rem; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #101722; box-shadow: 0 22px 60px rgba(0,0,0,.45); display: grid; grid-template-columns: 1fr 1fr; gap: .25rem; }
.page-menu-panel a { display: block; padding: .72rem .8rem; border-radius: 10px; color: #e9f3fd; text-decoration: none; font-size: .9rem; font-weight: 750; }
.page-menu-panel a:hover, .page-menu-panel a:focus-visible, .page-menu-panel a[aria-current="page"] { color: #07111d; background: var(--blue); outline: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.25rem; border: 1px solid var(--blue); border-radius: 999px; background: var(--blue); color: #03111f; font-weight: 850; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #66b4ff; }
.button.secondary { background: transparent; color: white; border-color: rgba(255,255,255,.5); }
.eyebrow { margin: 0 0 .8rem; color: var(--blue); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 900; }
.hero { position: relative; min-height: 640px; display: grid; place-items: end start; overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,7,11,.96) 0%, rgba(4,7,11,.78) 47%, rgba(4,7,11,.2) 100%), linear-gradient(0deg, #07090d 0%, transparent 42%); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero.no-photo { background: radial-gradient(circle at 76% 28%, rgba(45,148,255,.3), transparent 28%), repeating-linear-gradient(90deg, transparent 0 22px, rgba(45,148,255,.05) 22px 24px), #080c12; }
.hero-content { width: min(var(--max), calc(100% - 40px)); margin: auto; padding: 8rem 0 6rem; }
.hero-copy { max-width: 720px; }
h1 { margin: 0; font-size: clamp(3.2rem, 8vw, 7.2rem); line-height: .88; text-transform: uppercase; letter-spacing: -.055em; }
.hero p { max-width: 650px; margin: 1.5rem 0 2rem; font-size: clamp(1.05rem, 2vw, 1.35rem); color: #d6e0eb; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.section { padding: 6rem 0; }
.section.light { background: #f5f8fc; color: #111722; }
.section.blue { background: var(--blue); color: #06111e; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.section-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: .95; text-transform: uppercase; letter-spacing: -.04em; }
.section-head p { margin: 0; color: #506074; font-size: 1.06rem; }
.dark-copy { color: var(--muted) !important; }
.grid { display: grid; gap: 1.2rem; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 1.6rem; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: var(--panel); }
.light .card { background: white; border-color: #dce4ed; box-shadow: 0 14px 35px rgba(16,34,55,.08); }
.card h3 { margin: .2rem 0 .7rem; font-size: 1.35rem; }
.card p { margin: 0; color: var(--muted); }
.light .card p { color: #5d6b7c; }
.number { color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .13em; }
.feature-image { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.portrait-image { width: min(100%, 430px); max-height: 720px; justify-self: center; object-fit: contain; border-radius: 18px; box-shadow: var(--shadow); background: #111722; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.checklist { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.checklist li { position: relative; padding: .65rem 0 .65rem 1.8rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.checklist li::before { content: "+"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.light .checklist li { border-color: #dce4ed; }
.tag-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.tag { padding: .45rem .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #dce8f4; font-size: .85rem; }
.light .tag { border-color: #b8c6d6; color: #33445a; }
.playlist { counter-reset: song; list-style: none; padding: 0; margin: 0; }
.playlist li { counter-increment: song; display: grid; grid-template-columns: 42px 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid #d9e3ed; }
.playlist li::before { content: counter(song, decimal-leading-zero); color: var(--blue-deep); font-weight: 900; }
.playlist strong { display: block; }
.playlist span { color: #647386; font-size: .88rem; }
.filter-bar { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2rem; }
.filter-button { border: 1px solid #bcc9d8; border-radius: 999px; padding: .65rem 1rem; background: white; color: #1b2a3c; font-weight: 800; cursor: pointer; }
.filter-button.is-active, .filter-button:hover { border-color: var(--blue-deep); background: var(--blue); color: #06111e; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: .8rem; }
.gallery-item { grid-column: span 4; margin: 0; position: relative; overflow: hidden; border-radius: 14px; background: #dce4ed; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item img { width: 100%; height: 320px; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1rem 1rem; background: linear-gradient(transparent, rgba(0,0,0,.8)); color: white; font-weight: 800; }
.gallery-item[hidden] { display: none; }
.pricing-card { display: flex; flex-direction: column; min-height: 410px; }
.pricing-card.featured { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 20px 50px rgba(45,148,255,.15); }
.price { margin: 1rem 0; font-size: 2.3rem; font-weight: 900; letter-spacing: -.04em; }
.price small { display: block; color: var(--muted); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.pricing-card .button { margin-top: auto; }
.vendor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.vendor-card { display: flex; flex-direction: column; min-height: 290px; }
.vendor-kind { margin-bottom: auto; color: var(--blue-deep); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.vendor-card h3 { margin-top: 1.8rem; font-size: 1.65rem; }
.vendor-meta { display: grid; gap: .55rem; margin: 1rem 0 0; padding: 1rem 0 0; border-top: 1px solid #dce4ed; }
.vendor-meta a, .vendor-meta span { color: #40536a; overflow-wrap: anywhere; }
.vendor-meta a { font-weight: 750; text-decoration-color: #8ec8ff; text-underline-offset: 3px; }
.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--blue); background: rgba(45,148,255,.1); color: #cce7ff; }
.light .notice { color: #24415f; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stat { padding: 1.5rem; border-top: 3px solid var(--blue); background: #111722; }
.stat strong { display: block; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.stat span { color: var(--muted); font-size: .9rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { display: flex; flex-direction: column; min-height: 360px; }
.review-card::before { content: "\201C"; color: var(--blue); font: 900 4rem/1 Georgia, serif; }
.review-card blockquote { margin: .4rem 0 1.5rem; color: #35475b; font-size: 1.04rem; }
.review-card footer { margin-top: auto; padding-top: 1rem; border-top: 1px solid #dce4ed; color: #172639; font-weight: 850; }
.review-card footer span { display: block; color: #647386; font-size: .82rem; font-weight: 600; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { display: flex; flex-direction: column; min-height: 220px; }
.contact-card .button { margin-top: auto; align-self: flex-start; }
.action-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: var(--panel); }
.action-panel h3 { margin: 0 0 .4rem; font-size: 1.6rem; }
.action-panel p { margin: 0; color: var(--muted); }
.service-icon { color: var(--blue); font-size: 1.5rem; font-weight: 900; }
.cta { padding: 5rem 0; background: linear-gradient(120deg, #1688f7, #53acff); color: #04101c; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta h2 { max-width: 720px; }
.cta .button { background: #07101a; border-color: #07101a; color: white; }
.site-footer { padding: 3rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: auto; display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--blue); }
.fine-print { color: var(--muted); font-size: .82rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: fixed; inset: 80px 0 auto; padding: 1.5rem 20px 2rem; background: #090d14; flex-direction: column; align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.16); }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-size: 1.1rem; padding: .45rem 0; }
  .section-head, .split { grid-template-columns: 1fr; gap: 1.5rem; }
  .grid.three { grid-template-columns: 1fr; }
  .grid.two { grid-template-columns: 1fr; }
  .vendor-grid { grid-template-columns: 1fr; }
  .review-grid, .contact-grid, .stats { grid-template-columns: 1fr; }
  .action-panel { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item.wide { grid-column: span 6; }
  .cta-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .brand span { display: none; }
  .brand img { width: 95px; }
  .page-menu-panel { grid-template-columns: 1fr; max-height: min(70vh, 620px); overflow-y: auto; }
  .hero { min-height: 600px; }
  .hero::after { background: linear-gradient(0deg, rgba(4,7,11,.98) 0%, rgba(4,7,11,.73) 70%, rgba(4,7,11,.4) 100%); }
  .hero-content { padding: 7rem 0 4rem; }
  .section { padding: 4rem 0; }
  .gallery-item, .gallery-item.wide { grid-column: 1 / -1; }
  .gallery-item img { height: 270px; }
  .playlist li { grid-template-columns: 34px 1fr; }
  .playlist li > span { display: none; }
}
