:root {
  --ink: #17212b;
  --muted: #607080;
  --paper: #fffaf6;
  --soft: #f6efe8;
  --rose: #c65282;
  --rose-dark: #a43d69;
  --teal: #157977;
  --line: #eadfd7;
  --white: #fff;
  --shadow: 0 18px 48px rgba(23, 33, 43, .13);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: 4.8rem; }
h2 { font-size: 2.8rem; }
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.topbar { background: #151d25; color: #fff; font-size: .92rem; }
.topbar .wrap { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a { font-weight: 800; }
.header { position: sticky; top: 0; z-index: 20; background: rgba(255,250,246,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 900; }
.brand img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; background: #000; }
.brand span { display: block; color: var(--muted); font-size: .84rem; font-weight: 700; }
.links { display: flex; align-items: center; gap: 20px; font-weight: 800; color: #33404d; }
.links a:hover, .links .active { color: var(--rose-dark); }
.menu { display: none; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font-size: 1.4rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 8px; font-weight: 900; border: 1px solid transparent; cursor: pointer; }
.btn.primary { background: var(--rose); color: #fff; box-shadow: 0 12px 26px rgba(198,82,130,.24); }
.btn.dark { background: #151d25; color: #fff; }
.btn.light { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero { position: relative; min-height: calc(100vh - 120px); display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(21,29,37,.84), rgba(21,29,37,.46) 50%, rgba(21,29,37,.14)); }
.hero-content { padding: 82px 0 66px; color: #fff; max-width: 920px; }
.hero-logo { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,.75); margin-bottom: 20px; }
.eyebrow { color: var(--rose-dark); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .08em; margin-bottom: 10px; }
.hero .eyebrow { color: #ffe0ec; }
.hero p { color: #fff0e8; font-size: 1.1rem; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.stat { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.12); border-radius: 8px; padding: 15px; }
.stat strong { display: block; font-size: 1.45rem; }
section, .page-hero { padding: 78px 0; }
.page-hero { background: #151d25; color: #fff; }
.page-hero p { color: #eadfd7; max-width: 760px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 30px; }
.section-head p { max-width: 600px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 8px 28px rgba(23,33,43,.06); }
.service { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.service b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: #f7d9e7; color: var(--rose-dark); margin-bottom: 14px; }
.band { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.media { overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); background: #111; }
.media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.media video { width: 100%; height: 100%; object-fit: contain; background: #111; }
.wide { aspect-ratio: 16 / 10; }
.portrait { aspect-ratio: 4 / 5; }
.press-card { display: grid; gap: 14px; }
.press-card video { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; object-position: center top; background: #111; border-radius: 8px; }
.press-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; background: #1e3193; border-radius: 8px; }
.tag { display: inline-flex; padding: 5px 9px; border-radius: 8px; background: #e6f3f2; color: var(--teal); font-size: .78rem; font-weight: 900; margin-bottom: 10px; }
.review { display: grid; gap: 10px; }
.stars { color: #b98b42; letter-spacing: .06em; }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; }
.gallery .big { grid-row: span 2; min-height: 474px; }
.gallery > * { min-height: 230px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.contact-list { display: grid; gap: 12px; }
.contact-list a, .contact-list div { display: block; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.map-box { min-height: 420px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 8px 28px rgba(23,33,43,.06); }
.map-box iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form label { display: grid; gap: 7px; font-weight: 800; }
.form input, .form select, .form textarea { border: 1px solid var(--line); border-radius: 8px; padding: 12px; font: inherit; font-size: 16px; }
.form .full, .form textarea { grid-column: 1 / -1; }
.footer { background: #101820; color: #fff; padding: 42px 0 30px; }
.footer p, .footer a { color: #d8d0ca; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 24px; align-items: start; }
.footer h3 { margin-bottom: 10px; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 26px; padding-top: 16px; color: #bfb7b0; font-size: .9rem; }
.wa { position: fixed; right: 18px; bottom: 18px; z-index: 30; background: #25d366; color: #082b17; padding: 13px 16px; border-radius: 8px; font-weight: 900; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
@media (max-width: 1180px) {
  .menu { display: block; }
  .links { position: absolute; left: 18px; right: 18px; top: 82px; display: none; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: var(--shadow); }
  .links.open { display: flex; }
  .grid-2, .grid-3, .grid-4, .stats, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: start; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .big { min-height: 320px; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 560px); }
  .nav { min-height: 68px; gap: 10px; }
  .brand { min-width: 0; gap: 10px; }
  .brand img { width: 54px; height: 54px; flex: 0 0 auto; }
  .brand strong { font-size: .98rem; line-height: 1.15; }
  .brand span { font-size: .74rem; }
  .menu { width: 42px; height: 42px; flex: 0 0 auto; }
  .links { top: 74px; left: 14px; right: 14px; max-height: calc(100svh - 88px); overflow-y: auto; }
  .links a { padding: 8px 2px; }
  h1 { font-size: 2.75rem; line-height: 1.05; }
  h2 { font-size: 2rem; line-height: 1.14; }
  h3 { line-height: 1.2; }
  section, .page-hero { padding: 56px 0; }
  .page-hero { padding-top: 62px; }
  .hero { min-height: calc(100svh - 68px); align-items: end; }
  .hero-media img { object-position: center top; }
  .hero:after { background: linear-gradient(180deg, rgba(21,29,37,.18), rgba(21,29,37,.62) 45%, rgba(21,29,37,.93)); }
  .hero-content { padding: 260px 0 38px; max-width: none; }
  .hero-logo { width: 74px; height: 74px; margin-bottom: 14px; }
  .hero p { font-size: 1rem; line-height: 1.55; }
  .btn-row { gap: 10px; margin-top: 18px; }
  .stats { gap: 10px; margin-top: 22px; }
  .stat { padding: 13px; }
  .stat strong { font-size: 1.25rem; }
  .card { padding: 18px; }
  .service { min-height: auto; gap: 18px; }
  .media, .press-card video, .press-card img, .map-box { border-radius: 8px; }
  .portrait { aspect-ratio: 4 / 5; }
  .wide { aspect-ratio: 16 / 11; }
  .gallery > * { min-height: auto; aspect-ratio: 16 / 11; }
  .gallery .big { min-height: auto; aspect-ratio: 16 / 11; }
  .contact-list a, .contact-list div { padding: 14px; }
  .map-box, .map-box iframe { min-height: 340px; }
  .footer { padding-bottom: 82px; }
  .footer-actions .btn { width: 100%; }
  .wa { right: 14px; bottom: 14px; left: 14px; text-align: center; }
}
@media (max-width: 560px) {
  .topbar { display: none; }
  .hero { min-height: calc(100svh - 68px); }
  .btn { width: 100%; }
  .form { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .wrap { width: calc(100% - 24px); }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: .9rem; }
  .brand span { font-size: .7rem; }
  h1 { font-size: 2.32rem; }
  h2 { font-size: 1.72rem; }
  .hero-content { padding-top: 235px; }
  .hero-logo { width: 64px; height: 64px; }
  .card { padding: 16px; }
  .press-card video, .press-card img { aspect-ratio: 16 / 10; }
  .map-box, .map-box iframe { min-height: 300px; }
}
