/* Premium art direction: quiet luxury, editorial rhythm, respectful clarity */
:root {
  --bg: #0d0f10;
  --bg-alt: #141719;
  --card: #181b1d;
  --card-hi: #202426;
  --line: rgba(234, 224, 207, .13);
  --gold: #b89a6b;
  --gold-hi: #dcc69f;
  --text: #f3efe8;
  --muted: #aaa69e;
  --muted-2: #77756f;
  --ivory: #eeeae2;
  --ink: #1d201f;
  --ink-muted: #666761;
  --shadow: 0 34px 90px rgba(0, 0, 0, .38);
  --radius: 8px;
  --maxw: 1280px;
}

body {
  background: var(--bg);
  font-size: 15px;
  letter-spacing: -.01em;
}

h1, h2, h3, h4,
.logo,
.pkg-price,
.trust-grid b,
.gallery-count b,
.testi-who .av,
.step .num {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.wrap { padding-inline: 40px; }

.bg-glow {
  background:
    radial-gradient(900px 620px at 76% 2%, rgba(184, 154, 107, .09), transparent 65%),
    radial-gradient(600px 500px at 0 32%, rgba(90, 106, 97, .07), transparent 70%),
    var(--bg);
}

.bg-noise { opacity: .018; }

section[id] { scroll-margin-top: 84px; }

.eyebrow {
  gap: 12px;
  margin-bottom: 20px;
  color: var(--gold-hi);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
}

.eyebrow::before { width: 38px; background: currentColor; }

.section-head { max-width: 760px; margin-bottom: 58px; }
.section-head h2 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(39px, 4.7vw, 64px);
  line-height: .98;
  letter-spacing: -.035em;
}
.section-head p { max-width: 590px; font-size: 15px; line-height: 1.75; }

.btn {
  min-height: 52px;
  padding: 14px 25px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.btn-primary {
  background: var(--gold-hi);
  color: #171613;
  box-shadow: none;
}
.btn-primary:hover {
  background: #ead8b8;
  box-shadow: 0 12px 36px rgba(184, 154, 107, .2);
}
.btn-ghost { background: transparent; border-color: rgba(243, 239, 232, .24); }

header {
  background: rgba(13, 15, 16, .86);
  border-color: rgba(234, 224, 207, .1);
  backdrop-filter: blur(22px) saturate(130%);
}
.nav { min-height: 82px; padding-block: 0; }
.logo { gap: 13px; font-size: 25px; letter-spacing: .04em; }
.logo .mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(220, 198, 159, .56);
  background: transparent;
  color: var(--gold-hi);
}
.logo .mark svg { width: 17px; height: 17px; }
.nav-links { gap: 22px; }
.nav-links a { color: #b4b0a8; font-size: 11px; letter-spacing: .06em; }
.nav-phone a { font-size: 15px; letter-spacing: .02em; }
.nav-phone span { margin-top: 2px; font-size: 10px; letter-spacing: .05em; }
.burger { border-radius: 3px; background: transparent; }
.mobile-menu { background: rgba(13, 15, 16, .985); }
.mobile-menu nav a { font-family: "Cormorant Garamond", Georgia, serif; font-size: 32px; }

.hero {
  min-height: calc(100svh - 82px);
  padding: 42px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-grid { grid-template-columns: minmax(0, .92fr) minmax(460px, .86fr); gap: clamp(48px, 7vw, 104px); }
.hero-text-col { padding: 28px 0 10px; }
.hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(48px, 5.25vw, 76px);
  line-height: .94;
  letter-spacing: -.045em;
}
.hero h1 em { color: var(--gold-hi); }
.hero p.lead {
  max-width: 590px;
  margin-bottom: 34px;
  color: #aaa9a3;
  font-size: 15px;
  line-height: 1.8;
}
.hero-actions { gap: 10px; }
.hero-dots { margin-top: 40px; gap: 8px; }
.hero-dot { width: 42px; height: 1px; background: rgba(243, 239, 232, .22); }
.hero-dot.active { background: var(--gold-hi); }
.hero-visual {
  aspect-ratio: .82;
  border-radius: 2px;
  border: 0;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(245, 239, 226, .24);
  pointer-events: none;
}
.hero-visual-img { filter: saturate(.72) contrast(1.04) brightness(.8); }
.hero-visual-img:first-child { object-position: 68% 48%; }
.hero-visual::after { background: linear-gradient(180deg, rgba(6, 8, 8, .03), rgba(6, 8, 8, .5)); }
.hero-arrow { width: 38px; height: 38px; border-radius: 2px; background: rgba(13, 15, 16, .58); }
.hero-float-card {
  left: 32px;
  bottom: 32px;
  border-radius: 2px;
  padding: 15px 18px;
  background: rgba(13, 15, 16, .78);
}
.hero-float-card b { font-size: 12px; letter-spacing: .04em; }
.hero-float-card span { font-size: 10px; }
.hero-badges {
  justify-content: space-between;
  gap: 16px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.hero-badge { font-size: 11px; letter-spacing: .025em; }
.hero-badge svg { width: 17px; height: 17px; }

.stories {
  padding: 40px 0 44px;
  background: #111315;
}
.stories .wrap { padding-top: 0; }
.stories-head {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  text-align: center;
}
.stories-head h3 { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.stories-head p { font-size: 12px; }
.stories-carousel {
  display: grid;
  grid-template-columns: 46px minmax(0, 660px) 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.stories-row {
  gap: 16px;
  padding: 5px 4px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.stories-row::-webkit-scrollbar { display: none; }
.story-item {
  width: 124px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  scroll-snap-align: start;
}
.story-item:focus-visible { outline: 1px solid var(--gold-hi); outline-offset: 6px; }
.story-item span { max-width: 118px; color: #b9b5ad; }
.story-ring { width: 92px; height: 92px; padding: 2px; background: var(--gold); }
.story-thumb { border-width: 4px; }
.stories-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220, 198, 159, .34);
  border-radius: 50%;
  background: rgba(220, 198, 159, .05);
  color: var(--gold-hi);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, opacity .2s ease, transform .2s ease;
}
.stories-arrow:hover:not(:disabled) { transform: scale(1.05); border-color: var(--gold-hi); background: rgba(220, 198, 159, .12); }
.stories-arrow:disabled { opacity: .22; cursor: default; }
.stories-arrow svg { width: 20px; height: 20px; }

.trust { padding: 56px 0; background: #0a0c0d; }
.trust-grid { text-align: left; }
.trust-grid > div { padding-left: 22px; border-left: 1px solid rgba(220, 198, 159, .28); }
.trust-grid b { color: var(--text); font-size: 44px; line-height: 1; font-weight: 500; }
.trust-grid span { max-width: 170px; margin-top: 10px; font-size: 11px; line-height: 1.5; }

.services { padding: 128px 0; }
.svc-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
.svc-card { border-radius: 2px; background: #151819; }
.svc-card:hover { transform: translateY(-3px); background: #181c1e; }
.svc-photo { aspect-ratio: 16 / 9; }
.svc-photo img { filter: saturate(.84) contrast(1.025) brightness(.9); }
.svc-card[data-service="goods"] .svc-photo,
.svc-card[data-service="memorial"] .svc-photo { background: #e8e2d8; }
.svc-card[data-service="goods"] .svc-photo img,
.svc-card[data-service="memorial"] .svc-photo img { object-fit: contain; object-position: center; mix-blend-mode: multiply; filter: saturate(.82) contrast(1.02); }
.svc-photo::after { background: linear-gradient(0deg, rgba(11, 13, 14, .76), transparent 64%); }
.svc-body { min-height: 198px; padding: 30px 32px 32px; }
.svc-card h3 { font-size: 29px; line-height: 1.05; }
.svc-card p { max-width: 470px; line-height: 1.7; }
.svc-more { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.catalog {
  padding: 124px 0;
  background: var(--ivory);
  color: var(--ink);
}
.catalog .eyebrow { color: #8d744e; }
.catalog .section-head p { color: var(--ink-muted); }
.catalog-tabs { gap: 7px; margin-bottom: 38px; }
.catalog .cat-tab {
  border-color: rgba(29, 32, 31, .18);
  border-radius: 2px;
  background: transparent;
  color: #686963;
}
.catalog .cat-tab:hover { border-color: #8d744e; color: var(--ink); }
.catalog .cat-tab.active { background: var(--ink); color: var(--ivory); }
.catalog-grid { gap: 12px; }
.catalog .cat-card { border-radius: 2px; border-color: rgba(29, 32, 31, .1); background: #f7f4ed; }
.catalog .cat-card {
  display: block;
  width: 100%;
  padding: 0;
  color: var(--ink);
  font: inherit;
  text-align: left;
  appearance: none;
}
.catalog .cat-card:focus-visible {
  outline: 2px solid #8d744e;
  outline-offset: 3px;
}
.catalog .cat-photo { background: #e7e1d7; }
.catalog .cat-photo img { object-fit: contain; mix-blend-mode: multiply; }
.catalog .cat-info { padding: 18px; }
.catalog .cat-info h4 { min-height: auto; margin-bottom: 12px; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 12px; }
.cat-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #806b4c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.cat-open svg { width: 14px; height: 14px; transition: transform .2s ease; }
.cat-card:hover .cat-open svg { transform: translateX(4px); }
.catalog .cat-action { border-radius: 2px; border-color: rgba(29, 32, 31, .16); color: var(--ink); }
.catalog .cat-action.call { background: var(--ink); color: var(--ivory); }
.catalog .cat-action.max { background: transparent; }

.gallery { padding: 124px 0; }
.gallery-grid { gap: 8px; grid-auto-rows: 250px; }
.gallery-item { border: 0; border-radius: 2px; background: #e8e2d8; }
.gallery-item img { object-fit: contain; mix-blend-mode: multiply; filter: saturate(.78) contrast(1.02); }
.gallery-item span { left: 20px; bottom: 18px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 18px; }
.gallery-count b { font-size: 46px; font-weight: 500; }

.packages { padding: 128px 0; background: #111416; }
.pkg-grid { gap: 12px; }
.pkg-card { border-radius: 2px; padding: 42px 34px; background: #171a1c; }
.pkg-card.featured { transform: translateY(-12px); border-color: rgba(220, 198, 159, .55); background: #1d211f; }
.pkg-tag { top: 0; left: 0; border-radius: 0 0 2px 0; background: var(--gold-hi); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.pkg-card h3 { font-size: 11px; letter-spacing: .22em; }
.pkg-price { margin: 8px 0 12px; font-size: 46px; line-height: 1; }
.pkg-desc { min-height: 42px; line-height: 1.6; }
.pkg-list { gap: 15px; padding-top: 22px; border-top: 1px solid var(--line); }
.pkg-list li { color: #c8c5be; font-size: 13px; }

.steps { padding: 128px 0; }
.steps-row { gap: 34px; }
.steps-row::before { top: 19px; background: rgba(220, 198, 159, .2); }
.step .num {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--bg);
  font-size: 18px;
  font-weight: 500;
}
.step h4 { font-size: 21px; line-height: 1.1; }
.step p { line-height: 1.7; }

.mission {
  padding: 128px 0;
  background: var(--ivory);
  color: var(--ink);
}
.mission-grid { grid-template-columns: .88fr 1.12fr; gap: 90px; }
.mission-visual { border: 0; border-radius: 2px; }
.mission-visual img { filter: saturate(.45) contrast(1.05); }
.mission .eyebrow { color: #8d744e; }
.mission h2 { max-width: 650px; font-size: clamp(40px, 4.7vw, 64px) !important; line-height: .98; }
.mission p, .mission-check span { color: var(--ink-muted) !important; }
.mission-check .ci { border-radius: 2px; background: #ded5c6; color: #715c3d; }
.mission-badge { border-radius: 2px; }

.testi { padding: 128px 0; background: #101314; }
.testi-grid { gap: 12px; }
.testi-card { border-radius: 2px; padding: 34px; background: #171a1c; }
.testi-card p { min-height: 112px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; line-height: 1.45; }
.stars { font-size: 12px; letter-spacing: .18em; }
.testi-who .av { border-radius: 2px; background: #222729; font-size: 18px; }

.faq { padding: 128px 0; }
.faq-list { max-width: 940px; }
.faq-q { padding: 27px 0; font-size: 15px; }
.faq-q .plus { border-radius: 2px; }

.contact { padding: 128px 0; background: #0a0c0d; }
.contact-grid { border: 0; border-radius: 2px; background: #171a1c; }
.contact-info { padding: 64px; background: #1c201f; }
.contact-info h3 { font-size: 42px; line-height: 1; }
.contact-form { padding: 64px 64px 64px 0; }
.field label { font-size: 9px; letter-spacing: .16em; }
.field input, .field textarea { border-radius: 2px; background: #101314; }
.contact-social a { border-radius: 2px; }

footer { padding-top: 72px; background: #080a0b; }
.footer-col h5 { font-size: 9px; letter-spacing: .18em; }

.floating-actions { right: 20px; bottom: 20px; gap: 8px; }
.fab { width: 50px; height: 50px; border-radius: 2px; }
.fab.wa { background: #1e7d58; color: #fff; }

.service-modal, .story-card, .lightbox-inner img { border-radius: 3px; }

.product-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 540;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(5, 7, 7, .88);
  backdrop-filter: blur(10px);
}
.product-modal-overlay.open { display: flex; }
.product-modal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  width: min(1000px, 96vw);
  max-height: 92vh;
  overflow: auto;
  border: 1px solid rgba(220, 198, 159, .24);
  background: #151819;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .58);
  scrollbar-color: rgba(220, 198, 159, .48) #111415;
  scrollbar-width: thin;
}
.product-modal::-webkit-scrollbar { width: 8px; }
.product-modal::-webkit-scrollbar-track { background: #111415; }
.product-modal::-webkit-scrollbar-thumb { background: rgba(220, 198, 159, .48); }
.product-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(243, 239, 232, .2);
  border-radius: 2px;
  background: rgba(13, 15, 16, .78);
  color: var(--text);
  font-size: 24px;
}
.product-modal-media {
  min-height: 650px;
  background: #e9e3d9;
}
.product-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 58px 54px;
}
.product-modal-content h3 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: .98;
}
.product-modal-content > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.product-modal-details {
  display: grid;
  gap: 13px;
  margin: 26px 0;
  padding: 24px 0;
  border-block: 1px solid var(--line);
}
.product-modal-details li {
  display: flex;
  gap: 11px;
  color: #d3d0c9;
  font-size: 13px;
  line-height: 1.5;
}
.product-modal-details svg {
  width: 16px;
  height: 16px;
  flex: none;
  margin-top: 2px;
  color: var(--gold-hi);
}
.product-modal-note { font-size: 11px !important; }
.product-modal-actions { display: flex; gap: 10px; margin-top: 28px; }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: 1fr 430px; gap: 48px; }
  .hero h1 { font-size: clamp(48px, 6vw, 68px); }
}

@media (max-width: 980px) {
  .wrap { padding-inline: 28px; }
  .hero { min-height: auto; padding-top: 34px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; aspect-ratio: 16 / 10; }
  .hero-visual-img:first-child { object-position: 58% 52%; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-body { padding: 24px; }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .pkg-card.featured { transform: none; }
  .mission-grid { gap: 54px; }
  .contact-form { padding: 0 40px 48px; }
  .contact-info { padding: 48px 40px; }
}

@media (max-width: 700px) {
  .wrap { padding-inline: 20px; }
  .nav { min-height: 70px; }
  .nav-right > .btn { display: none; }
  .hero { padding: 18px 0 26px; }
  .hero-grid { width: 100%; min-width: 0; gap: 28px; }
  .hero-text-col, .hero-text { width: 100%; min-width: 0; }
  .hero-visual { order: initial; aspect-ratio: 4 / 4.6; }
  .hero-visual::before { inset: 10px; }
  .hero h1 { max-width: 100%; font-size: clamp(40px, 12vw, 50px); overflow-wrap: break-word; }
  .hero p.lead { max-width: 100%; font-size: 14px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-badges { display: grid; grid-template-columns: 1fr 1fr; }
  .stories { padding-block: 32px 36px; }
  .stories-carousel { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 8px; }
  .stories-arrow { width: 38px; height: 38px; }
  .story-item { width: 108px; }
  .story-ring { width: 80px; height: 80px; }
  .trust { padding: 42px 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .trust-grid b { font-size: 36px; }
  .services, .catalog, .gallery, .packages, .steps, .mission, .testi, .faq, .contact { padding-block: 88px; }
  .section-head { margin-bottom: 40px; }
  .section-head h2 { font-size: 42px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card h3 { font-size: 25px; }
  .catalog-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .cat-tab { flex: none; }
  .catalog-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .catalog .cat-info { padding: 12px; }
  .catalog .cat-actions { flex-direction: column; }
  .product-modal-overlay { align-items: flex-end; padding: 0; }
  .product-modal {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 94svh;
    border-inline: 0;
    border-bottom: 0;
  }
  .product-modal-media { min-height: 0; height: 34svh; }
  .product-modal-content { padding: 36px 24px 30px; }
  .product-modal-content h3 { font-size: 39px; }
  .product-modal-details { margin: 20px 0; padding: 20px 0; }
  .product-modal-actions { display: grid; }
  .gallery-grid { grid-auto-rows: 155px; }
  .steps-row { grid-template-columns: 1fr; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-visual { max-width: none; }
  .testi-card p { min-height: 0; }
  .contact-info { padding: 38px 28px; }
  .contact-form { padding: 0 28px 38px; }
  .floating-actions { right: 12px; bottom: 12px; flex-direction: row; }
  .fab { width: 44px; height: 44px; }
  .fab svg { width: 20px; height: 20px; }
}

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