:root {
  --ink: #05070b;
  --ink-2: #0b0f17;
  --blue: #2b83ff;
  --cyan: #54a0ff;
  --red: #e52633;
  --sky: #111827;
  --paper: #05070b;
  --white: #f8fbff;
  --text: #f8fbff;
  --muted: #9ba7b8;
  --line: rgba(255, 255, 255, 0.12);
  --surface: #0b0f17;
  --surface-2: #111827;
  --success: #0a915c;
  --shadow: 10px 12px 0 rgba(43, 131, 255, 0.08), 0 24px 64px rgba(0, 0, 0, 0.34);
  --radius-lg: 12px;
  --radius-md: 8px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 88% 0%, rgba(43, 131, 255, 0.2), transparent 30rem), radial-gradient(circle at 8% 88%, rgba(229, 38, 51, 0.08), transparent 24rem), var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image: linear-gradient(rgba(84, 160, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(84, 160, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  z-index: -1;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-180%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 4px; z-index: 100; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(5, 7, 11, 0.86); backdrop-filter: blur(18px); }
.nav-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 900; letter-spacing: -0.035em; font-size: 1.2rem; }
.wordmark-mark { width: 48px; height: 38px; flex: 0 0 48px; display: grid; place-items: center; color: white; border: 2px solid var(--blue); border-radius: 4px; background: #090d14; box-shadow: inset 0 -3px 0 var(--red), 4px 4px 0 rgba(43, 131, 255, 0.16); font-size: 0.72rem; letter-spacing: 0.02em; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links > a:not(.button) { text-decoration: none; color: #c9d1dc; font-size: 0.91rem; font-weight: 750; padding: 9px 11px; border-radius: 3px; }
.nav-links > a:not(.button):hover, .nav-links > a[aria-current="page"]:not(.button) { color: var(--cyan); background: var(--sky); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--surface); width: 46px; height: 46px; border-radius: 4px; color: var(--text); font-size: 1.3rem; cursor: pointer; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 19px; border-radius: 4px; text-decoration: none; font-weight: 850; line-height: 1.15; border: 1px solid transparent; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translate(-2px, -2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #1764d3); box-shadow: 5px 5px 0 rgba(229, 38, 51, 0.36); }
.button-primary:hover { box-shadow: 7px 7px 0 rgba(229, 38, 51, 0.46); }
.button-secondary { color: var(--text); background: rgba(14, 41, 79, 0.88); border-color: #3b6696; }
.button-light { background: white; color: var(--blue); }
.hero { padding: 76px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr); align-items: center; gap: clamp(40px, 7vw, 92px); }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 0.82rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -0.045em; }
h1 { margin-bottom: 22px; font-size: clamp(3.4rem, 7vw, 6.6rem); max-width: 9ch; }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.7vw, 4.6rem); }
h3 { margin-bottom: 12px; font-size: 1.4rem; }
.blue-text { color: var(--blue); }
.lead { margin: 0; max-width: 630px; color: #b6c0cf; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hero-actions, .contact-actions { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.badge { padding: 8px 12px; border: 1px solid rgba(84, 160, 255, 0.45); background: rgba(43, 131, 255, 0.065); border-radius: 4px; color: #d4e5ff; font-size: 0.85rem; font-weight: 800; }
.logo-stage { min-height: 430px; position: relative; display: grid; place-items: center; border: 2px solid rgba(43, 131, 255, 0.72); border-radius: 12px; background: linear-gradient(145deg, rgba(15, 28, 52, 0.8), rgba(4, 6, 10, 0.94)); box-shadow: var(--shadow); overflow: hidden; }
.logo-stage::before, .logo-stage::after { content: ""; position: absolute; border-radius: 0; filter: none; transform: rotate(-18deg); }
.logo-stage::before { width: 290px; height: 82px; background: rgba(43, 131, 255, 0.12); top: -24px; right: -74px; }
.logo-stage::after { width: 240px; height: 62px; background: rgba(229, 38, 51, 0.2); bottom: -10px; left: -74px; }
.logo-stage img { position: relative; z-index: 1; width: auto; max-width: min(52%, 280px); height: auto; max-height: 70%; aspect-ratio: 1086 / 724; object-fit: contain; border-radius: 5px; box-shadow: 8px 8px 0 rgba(5, 39, 86, 0.1); }
.trust-strip { padding: 18px 0; color: white; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 3px solid var(--red); background: linear-gradient(100deg, #0b0f17, #11213b 55%, #0b0f17); }
.trust-row { display: flex; justify-content: center; gap: 26px 52px; flex-wrap: wrap; font-weight: 800; }
section { padding: 92px 0; }
.section-tint { background: linear-gradient(180deg, rgba(17, 24, 39, 0.58), rgba(5, 7, 11, 0)); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 26px; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(17, 24, 39, 0.95), rgba(8, 11, 17, 0.96)); box-shadow: 7px 7px 0 rgba(43, 131, 255, 0.09); }
.card p { margin: 0; color: var(--muted); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 4px; color: white; background: linear-gradient(145deg, var(--blue), #0450bf); font-weight: 950; box-shadow: 4px 4px 0 rgba(4,80,191,0.17); }
.page-hero { padding: 70px 0 52px; }
.page-hero .hero-panel { padding: clamp(34px, 6vw, 68px); border-radius: var(--radius-lg); border: 1px solid var(--line); border-left: 7px solid var(--blue); background: linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(5, 7, 11, 0.98)); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.page-hero .hero-panel::after { content: ""; position: absolute; width: 380px; height: 74px; border-radius: 0; background: rgba(229, 38, 51, 0.12); right: -120px; top: 4px; transform: rotate(-22deg); }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.7rem); max-width: 12ch; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-card { position: relative; min-height: 420px; padding: clamp(28px, 4vw, 40px); display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 5px solid var(--blue); border-radius: 9px; background: linear-gradient(145deg, rgba(17, 24, 39, 0.95), rgba(8, 11, 17, 0.96)); box-shadow: 8px 8px 0 rgba(43, 131, 255, 0.09); }
.price-card.featured { border-color: rgba(43, 131, 255, 0.72); background: linear-gradient(150deg, #101a2c, #080b11); }
.price-card h2 { margin: 10px 0 0; font-size: clamp(1.9rem, 3.2vw, 2.8rem); }
.package-label { color: var(--blue); font-size: 0.78rem; font-weight: 950; letter-spacing: 0.13em; text-transform: uppercase; }
.price { margin: 12px 0 16px; color: var(--text); font-size: clamp(3.3rem, 6vw, 5.1rem); line-height: 1; font-weight: 950; letter-spacing: -0.07em; }
.price small { font-size: 1rem; letter-spacing: 0; color: var(--muted); }
.price-card > p { color: var(--muted); margin: 0; }
.price-card ul, .policy-card ul { margin: 22px 0 26px; padding: 0; list-style: none; }
.price-card li, .policy-card li { position: relative; padding: 8px 0 8px 27px; color: #d4dae3; }
.price-card li::before, .policy-card li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 950; }
.deposit { margin-top: auto; padding: 13px 15px; border-left: 4px solid var(--red); border-radius: 3px; color: #d4e5ff; background: rgba(43, 131, 255, 0.08); font-weight: 850; }
.extras { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.extra-item { padding: 20px; border-radius: 5px; background: var(--ink); color: white; box-shadow: 6px 6px 0 rgba(8,104,255,0.12); }
.extra-item span { display: block; color: #bcd6ef; font-size: 0.86rem; }
.extra-item strong { display: block; margin-top: 6px; font-size: 1.08rem; }
.about-grid { display: grid; grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr); gap: clamp(36px, 7vw, 84px); align-items: center; }
.portrait-card { min-height: 570px; padding: 28px; border-radius: 10px; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid rgba(43, 131, 255, 0.72); background: linear-gradient(145deg, rgba(17, 24, 39, 0.95), rgba(8, 11, 17, 0.98)); box-shadow: var(--shadow); overflow: hidden; }
.portrait-card img { width: auto; max-width: min(68%, 280px); margin: auto; height: auto; aspect-ratio: 1086 / 724; object-fit: contain; border-radius: 5px; opacity: 0.9; }
.portrait-note { padding: 13px 15px; border-radius: 3px; background: rgba(6,21,47,0.92); color: white; font-weight: 800; text-align: center; }
.about-copy p:not(.eyebrow) { color: #b8cbe1; font-size: 1.1rem; }
.sport-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.sport-list span { padding: 8px 12px; border: 1px solid rgba(84, 160, 255, 0.42); border-radius: 4px; background: rgba(43, 131, 255, 0.065); color: #d4e5ff; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { position: relative; padding: 28px 24px; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: 7px; background: var(--surface); box-shadow: 6px 6px 0 rgba(43,131,255,0.09); }
.step-number { display: inline-flex; color: var(--blue); font-size: 0.82rem; font-weight: 950; letter-spacing: 0.15em; margin-bottom: 42px; }
.step p { color: var(--muted); margin: 0; }
.detail-list { display: grid; gap: 18px; }
.detail-row { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }
.detail-row:first-child { border-top: 0; }
.detail-row strong { color: var(--blue); }
.detail-row p { margin: 0; color: var(--muted); }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.policy-card { position: relative; padding: 28px; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 7px; background: var(--surface); box-shadow: 6px 6px 0 rgba(43,131,255,0.09); }
.policy-card h2 { font-size: 1.55rem; letter-spacing: -0.03em; }
.policy-card ul { margin-bottom: 0; }
.policy-card li { padding-top: 5px; padding-bottom: 5px; }
.portfolio-intro { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: stretch; }
.portfolio-message { padding: clamp(34px, 6vw, 64px); border-radius: 10px; color: white; background: linear-gradient(135deg, #0756cf, #0c86df); box-shadow: var(--shadow); }
.portfolio-message p { color: #d9efff; font-size: 1.08rem; }
.portfolio-mark { min-height: 420px; display: grid; place-items: center; border: 2px solid rgba(43, 131, 255, 0.72); border-radius: 10px; background: var(--surface); box-shadow: 8px 8px 0 rgba(43,131,255,0.09); }
.portfolio-mark img { width: auto; max-width: min(50%, 260px); height: auto; aspect-ratio: 1086 / 724; object-fit: contain; border-radius: 5px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.category-card { min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: end; border-radius: 7px; color: white; background: linear-gradient(145deg, #0b2d60, #0874e7); box-shadow: 7px 7px 0 rgba(8,104,255,0.12); }
.category-card:nth-child(even) { background: linear-gradient(145deg, #0a4e93, #10a2dc); }
.category-card p { margin: 6px 0 0; color: #d7ecff; }
.category-link { position: relative; text-decoration: none; border: 1px solid rgba(255,255,255,0.13); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.category-link::after { content: ""; position: absolute; inset: auto -32px -44px auto; width: 120px; height: 120px; border: 22px solid rgba(255,255,255,0.08); transform: rotate(18deg); }
.category-link:hover { transform: translate(-3px, -3px); border-color: rgba(255,255,255,0.42); box-shadow: 11px 11px 0 rgba(8,104,255,0.17); }
.category-link:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.category-link h3, .category-link p, .category-link strong { position: relative; z-index: 1; }
.category-link strong { margin-top: 18px; color: white; font-size: 0.88rem; letter-spacing: 0.02em; }
.category-arrow { position: absolute; z-index: 1; top: 18px; right: 19px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.38); color: white; font-size: 1.15rem; font-weight: 900; }
.gallery-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; color: #cfe2ff; text-decoration: none; font-weight: 850; }
.gallery-back:hover { color: white; }
.gallery-header { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.gallery-header h2 { margin-bottom: 0; }
.gallery-header p { margin: 0; max-width: 540px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery-item { position: relative; margin: 0; min-height: 310px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: 6px 6px 0 rgba(43,131,255,0.09); }
.gallery-item img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; transition: transform 260ms ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 28px 18px 16px; color: white; background: linear-gradient(transparent, rgba(2,5,10,0.9)); font-size: 0.9rem; font-weight: 800; }
.gallery-empty { grid-column: 1 / -1; min-height: 360px; padding: clamp(30px, 6vw, 68px); display: grid; align-content: center; justify-items: start; border: 1px dashed rgba(84,160,255,0.5); border-left: 7px solid var(--blue); background: linear-gradient(145deg, rgba(17,24,39,0.92), rgba(5,7,11,0.98)); box-shadow: 8px 8px 0 rgba(43,131,255,0.08); }
.gallery-empty .empty-number { margin-bottom: 28px; color: var(--red); font-size: 0.82rem; font-weight: 950; letter-spacing: 0.16em; text-transform: uppercase; }
.gallery-empty h3 { max-width: 18ch; font-size: clamp(2rem, 4vw, 3.7rem); }
.gallery-empty p { max-width: 600px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.contact-card { position: relative; padding: clamp(34px, 7vw, 74px); border-radius: 10px; border-left: 7px solid var(--red); overflow: hidden; color: white; background: linear-gradient(130deg, #0b0f17, #1764d3); box-shadow: 10px 12px 0 rgba(229, 38, 51, 0.14), 0 26px 70px rgba(0, 0, 0, 0.28); }
.contact-card h2 { max-width: 12ch; }
.contact-card p { max-width: 650px; color: #d7eaff; }
footer { padding: 32px 0 96px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: 0.9rem; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; font-weight: 800; }
.footer-links a:hover { color: var(--blue); }
.mobile-book { display: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: rgba(8,11,17,0.98); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { padding: 12px; }
  .hero-grid, .about-grid, .portfolio-intro { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-grid { gap: 36px; }
  .logo-stage { min-height: 330px; }
  .card-grid, .process-grid, .category-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.5rem); }
  .nav-row { min-height: 70px; }
  .wordmark { font-size: 1.07rem; }
  .hero, section { padding: 64px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .pricing-grid, .policy-grid, .card-grid, .process-grid, .category-grid, .gallery-grid, .extras { grid-template-columns: 1fr; }
  .gallery-header { align-items: flex-start; flex-direction: column; gap: 10px; }
  .gallery-item, .gallery-item img { min-height: 270px; }
  .price-card { min-height: auto; }
  .deposit { margin-top: 20px; }
  .detail-row { grid-template-columns: 1fr; gap: 6px; }
  .portrait-card { min-height: 430px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .mobile-book { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 13px; min-height: 52px; display: grid; place-items: center; border-radius: 4px; color: white; background: var(--blue); text-decoration: none; font-weight: 900; box-shadow: 6px 6px 0 rgba(0,65,185,0.24); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }
