:root {
  --z-bg: #111014;
  --z-bg-soft: #1e2020;
  --z-bg-panel: #282a2b;
  --z-text: #f7f4f2;
  --z-muted: #d8d0cc;
  --z-accent: #e21d58;
  --z-rose: #f6b7c9;
  --z-line: rgba(216, 208, 204, 0.22);
  --z-heading: "Cormorant Garamond", Georgia, serif;
  --z-body: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--z-bg);
  color: var(--z-text);
  font-family: var(--z-body);
  font-size: 16px;
  line-height: 1.65;
}

img,
video,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-prose a,
.site-block--paragraph a,
.content-article a,
.category-card p a {
  color: var(--z-rose);
  text-decoration: underline;
  text-decoration-color: rgba(246, 183, 201, 0.55);
  text-underline-offset: 0.16em;
}

.site-prose a:hover,
.site-block--paragraph a:hover,
.content-article a:hover,
.category-card p a:hover {
  color: var(--z-text);
  text-decoration-color: var(--z-accent);
}

h1,
h2,
h3,
h4,
.site-brand,
.footer-brand {
  font-family: var(--z-heading);
  color: var(--z-text);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  font-size: 64px;
  margin: 0 0 22px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(17, 16, 20, 0.93);
  border-bottom: 1px solid var(--z-line);
  backdrop-filter: blur(12px);
}

.site-topbar {
  background: transparent;
  color: var(--z-text);
  padding: 18px 4vw;
}

.site-topbar ul,
.site-topbar .menu,
.site-topbar .top-bar-left,
.site-topbar .top-bar-right {
  background: transparent;
}

.site-brand a {
  color: var(--z-text);
  font-size: 30px;
  text-transform: uppercase;
}

.site-nav {
  gap: 10px;
  align-items: center;
}

.site-nav > li > a {
  color: var(--z-muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 12px;
}

.site-nav > li > a:hover,
.site-nav > li:first-child > a {
  color: var(--z-rose);
}

.has-submenu {
  position: relative;
}

.site-submenu {
  display: none;
  position: absolute;
  right: 0;
  min-width: 220px;
  padding: 12px;
  background: var(--z-bg-panel);
  border: 1px solid var(--z-line);
}

.has-submenu:hover .site-submenu,
.has-submenu:focus-within .site-submenu {
  display: block;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--z-line);
  background: transparent;
  color: var(--z-text);
  padding: 8px 12px;
  font-size: 13px;
}

.hero-home {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--z-line);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  opacity: 0.58;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(17, 16, 20, 0.96), rgba(17, 16, 20, 0.62), rgba(17, 16, 20, 0.18));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 72px;
}

.brand-mark {
  width: 118px;
  height: 118px;
  border: 1px solid var(--z-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--z-accent);
  font-family: var(--z-heading);
  font-size: 80px;
  margin-bottom: 32px;
}

.hero-lead,
.lead {
  max-width: 760px;
  color: var(--z-muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button,
.button.primary {
  background: var(--z-accent);
  color: #fff;
  border: 1px solid var(--z-accent);
  font-family: var(--z-body);
  font-weight: 700;
}

.button.hollow {
  background: transparent;
  border-color: var(--z-line);
  color: var(--z-text);
}

.button:hover,
.button:focus {
  background: var(--z-rose);
  border-color: var(--z-rose);
  color: #111014;
}

.phone-panel {
  display: block;
  padding: 28px;
  border-left: 2px solid var(--z-accent);
  background: rgba(30, 32, 32, 0.78);
}

.phone-panel span {
  display: block;
  color: var(--z-muted);
  font-size: 18px;
}

.phone-panel strong {
  display: block;
  color: var(--z-rose);
  font-family: var(--z-heading);
  font-size: 44px;
  line-height: 1;
}

.phone-panel.small strong {
  font-size: 34px;
}

.hero-address {
  margin-top: 18px;
  color: var(--z-muted);
  font-style: normal;
}

.section-dark,
.content-section,
.page-links {
  padding: 88px 0;
}

.home-services {
  background: #121414;
}

.section-kicker {
  color: var(--z-accent);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.service-card {
  margin: 0 0 28px;
  background: var(--z-bg-panel);
  border: 1px solid var(--z-line);
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.service-card:hover img {
  transform: scale(1.04);
}

.service-card-offset {
  margin-top: 42px;
}

.page-hero {
  background: linear-gradient(135deg, #111014, #1e2020);
  padding: 86px 0 72px;
  border-bottom: 1px solid var(--z-line);
}

.compact-hero {
  padding-top: 58px;
  padding-bottom: 52px;
}

.image-hero,
.gifts-hero,
.contacts-hero {
  position: relative;
}

.image-hero::after,
.gifts-hero::after,
.contacts-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  background: url("/assets/images/img_ba52a3512f9e.png") center / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.site-breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumbs {
  background: transparent;
  margin: 0;
}

.breadcrumbs a,
.breadcrumbs span {
  color: var(--z-muted);
}

.article-shell,
.content-article-wrap,
.contact-section {
  padding: 78px 0;
}

.site-prose {
  color: var(--z-muted);
}

.site-prose p,
.content-article p {
  margin-bottom: 1.05rem;
}

.site-prose h1,
.site-prose h2,
.site-prose h3,
.content-article h1,
.content-article h2,
.content-article h3 {
  color: var(--z-text);
  margin-top: 2rem;
}

.site-figure,
.site-gallery-item {
  margin: 28px 0;
  border: 1px solid var(--z-line);
  background: var(--z-bg-soft);
  overflow: hidden;
}

.site-figure img,
.site-gallery img,
.contact-panel img,
.category-card img {
  width: 100%;
  height: auto;
  display: block;
}

.site-gallery {
  margin-top: 26px;
}

.site-gallery-item {
  aspect-ratio: 1 / 1;
}

.site-gallery-item img,
.site-gallery .cell > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.price-grid > .content-heading,
.price-grid > h1,
.price-grid > h2,
.price-grid > h3,
.price-grid > .site-block--paragraph {
  grid-column: 1 / -1;
}

.price-card,
.category-card,
.link-card,
.contact-panel {
  background: var(--z-bg-soft);
  border: 1px solid var(--z-line);
}

.price-card a,
.price-card {
  display: block;
  min-height: 150px;
  padding: 22px;
}

.price-card h3 {
  color: var(--z-text);
  font-size: 28px;
}

.price-card p {
  color: var(--z-muted);
}

.link-card {
  display: block;
  min-height: 96px;
  padding: 22px;
  color: var(--z-text);
  font-weight: 700;
}

.link-card:hover {
  border-color: var(--z-accent);
  color: var(--z-rose);
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid var(--z-line);
}

.related-links a {
  border: 1px solid var(--z-line);
  color: var(--z-muted);
  padding: 9px 12px;
  text-decoration: none;
}

.related-links a:hover {
  border-color: var(--z-accent);
  color: var(--z-rose);
}

.contact-panel {
  padding: 24px;
}

.contact-panel .phone-panel {
  margin-top: 24px;
}

.table-container {
  max-width: 100%;
  overflow-x: auto;
}

table {
  color: var(--z-text);
  border-color: var(--z-line);
}

table tbody,
table thead,
table tfoot {
  background: transparent;
  border-color: var(--z-line);
}

table tbody tr:nth-child(even) {
  background: rgba(246, 183, 201, 0.04);
}

table th,
table td {
  color: var(--z-text);
  border-color: var(--z-line);
}

.article-summary {
  border-left: 3px solid var(--z-accent);
  padding-left: 18px;
  color: var(--z-text);
  font-size: 18px;
}

.article-main-image {
  float: right;
  width: 33%;
  min-width: 260px;
  margin: 0 0 24px 28px;
  border: 1px solid var(--z-line);
}

.article-toc {
  background: var(--z-bg-soft);
  border: 1px solid var(--z-line);
  padding: 18px;
  margin-bottom: 24px;
}

.article-toc h2 {
  font-size: 24px;
  margin-top: 0;
}

.desktop-toc {
  position: sticky;
  top: 98px;
  align-self: flex-start;
}

.mobile-toc {
  display: none;
}

.category-card {
  padding: 22px;
  height: 100%;
}

.category-card h2 {
  font-size: 28px;
}

.category-card img {
  margin: -22px -22px 18px;
  width: calc(100% + 44px);
  max-width: none;
}

.category-card-horizontal img {
  margin: 0;
  height: 100%;
  object-fit: cover;
}

.category-card-minimal {
  border-left: 3px solid var(--z-accent);
}

.site-footer {
  margin: 0;
  padding: 56px 4vw;
  background: #0c0f0f;
  border: 0;
  border-top: 1px solid var(--z-line);
  color: var(--z-muted);
}

.footer-brand {
  display: inline-block;
  color: var(--z-text);
  font-size: 32px;
  text-transform: uppercase;
}

.footer-heading {
  font-family: var(--z-body);
  font-size: 13px;
  color: var(--z-accent);
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-menu a,
.social-links a,
.site-footer a {
  color: var(--z-muted);
}

.footer-menu a:hover,
.social-links a:hover,
.site-footer a:hover {
  color: var(--z-rose);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  border: 1px solid var(--z-line);
  padding: 7px 10px;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .site-topbar {
    display: block;
  }

  .top-bar-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-toggle {
    display: inline-block;
    float: right;
    margin-top: -48px;
  }

  .site-nav-wrap {
    display: none;
    width: 100%;
    padding-top: 16px;
    clear: both;
  }

  .site-nav-wrap.is-open {
    display: block;
  }

  .site-nav {
    display: block;
  }

  .site-nav > li > a {
    display: block;
    padding: 12px 0;
  }

  .site-submenu {
    position: static;
    display: block;
    background: transparent;
    border: 0;
    padding: 0 0 8px 16px;
  }

  .hero-home {
    min-height: 680px;
  }

  .hero-shade {
    background: rgba(17, 16, 20, 0.78);
  }

  .phone-panel {
    margin-top: 28px;
  }

  .phone-panel strong {
    font-size: 34px;
  }

  .service-card-offset {
    margin-top: 0;
  }

  .section-dark,
  .content-section,
  .page-links,
  .article-shell,
  .content-article-wrap,
  .contact-section {
    padding: 54px 0;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .article-main-image {
    float: none;
    width: 100%;
    min-width: 0;
    margin: 0 0 24px;
  }

  .desktop-toc {
    display: none;
  }

  .mobile-toc {
    display: block;
  }

  .image-hero::after,
  .gifts-hero::after,
  .contacts-hero::after {
    display: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .related-links {
    display: none;
  }

  body {
    background: #fff;
    color: #000;
  }
}
