:root {
  --pris-maroon: #76002c;
  --pris-deep: #360015;
  --pris-gold: #f7c62f;
  --pris-paper: #fffaf0;
  --pris-ink: #15120f;
  --pris-muted: #6c625c;
  --pris-green: #1f6d5a;
}

body {
  background: var(--pris-paper);
  color: var(--pris-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.main-header .top-bar,
.latest--news {
  display: none !important;
}

.main-header .stricky {
  background: rgba(255, 250, 240, .95) !important;
  border-bottom: 1px solid rgba(21, 18, 15, .12);
  box-shadow: 0 10px 35px rgba(54, 0, 21, .08);
}

.main-header .navbar-brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 2px solid var(--pris-gold);
  border-radius: 50%;
}

.navbar-style3 > li > a.nav-link {
  color: #2e2420 !important;
  font-weight: 800;
  border-radius: 999px;
}

.navbar-style3 > li.active > a.nav-link,
.navbar-style3 > li > a.nav-link:hover {
  color: var(--pris-maroon) !important;
  background: #fff4ca;
}

.pris-hero {
  position: relative;
  min-height: clamp(560px, 76vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.pris-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pris-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(54, 0, 21, .94), rgba(54, 0, 21, .58) 48%, rgba(21, 18, 15, .12));
}

.pris-hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 92vw);
  padding: 0 0 clamp(58px, 10vw, 110px) clamp(22px, 6vw, 80px);
}

.pris-eyebrow {
  color: var(--pris-gold);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pris-hero h1,
.pris-section h2,
.pris-page h1 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

.pris-hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.pris-hero p:not(.pris-eyebrow),
.pris-page p {
  max-width: 690px;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

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

.pris-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
}

.pris-btn.primary {
  color: var(--pris-deep);
  background: var(--pris-gold);
}

.pris-btn.light {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.pris-quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--pris-deep);
}

.pris-quick-links a {
  padding: clamp(22px, 4vw, 42px);
  color: #fff;
  background: var(--pris-maroon);
}

.pris-quick-links span {
  display: block;
  color: var(--pris-gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
}

.pris-quick-links strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.pris-section {
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 72px);
}

.pris-intro,
.pris-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.pris-section h2 {
  margin: 0;
  color: var(--pris-deep);
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.pris-section p {
  color: var(--pris-muted);
  font-size: 1.04rem;
}

.pris-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pris-card {
  padding: 28px;
  border: 1px solid rgba(21, 18, 15, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(58, 0, 22, .16);
}

.pris-card span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--pris-gold);
  font-weight: 900;
}

.pris-dark {
  color: #fff;
  background: linear-gradient(135deg, var(--pris-deep), var(--pris-maroon) 58%, #8a5b08);
}

.pris-dark h2,
.pris-dark p {
  color: #fff;
}

.pris-split img,
.pris-gallery img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(58, 0, 22, .16);
}

.pris-page {
  padding: clamp(58px, 8vw, 110px) clamp(20px, 5vw, 72px);
  background: #fff;
}

.pris-page h1 {
  max-width: 920px;
  color: var(--pris-deep);
  font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.pris-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pris-gallery figure {
  margin: 0;
}

.pris-gallery .wide {
  grid-column: span 2;
}

.pris-gallery img {
  height: 310px;
}

.pris-gallery figcaption {
  padding: 14px 0;
  color: var(--pris-maroon);
  font-weight: 900;
}

.main-footer .copyright {
  font-weight: 800;
}

.main-footer .copyright .container:after {
  content: " Powered by Inox Digital";
  color: var(--pris-gold);
}

@media (max-width: 980px) {
  .pris-quick-links,
  .pris-intro,
  .pris-split,
  .pris-cards,
  .pris-gallery {
    grid-template-columns: 1fr;
  }

  .pris-gallery .wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .pris-hero {
    min-height: 620px;
  }

  .pris-hero:after {
    background: linear-gradient(180deg, rgba(54, 0, 21, .52), rgba(54, 0, 21, .95));
  }

  .pris-hero-content {
    padding: 0 18px 44px;
  }
}
