@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/montserrat-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/montserrat-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-garamond-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../fonts/cormorant-garamond-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --gold: #c8943e;
  --gold-dark: #a87425;
  --ink: #1f2022;
  --muted: #666;
  --cream: #fbfaf7;
  --line: #e8e3db;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 8px 24px rgba(24, 24, 24, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}
.icon-chevron-down { -webkit-mask-image: url("../icons/chevron-down.svg"); mask-image: url("../icons/chevron-down.svg"); }
.icon-phone { -webkit-mask-image: url("../icons/phone.svg"); mask-image: url("../icons/phone.svg"); }
.icon-arrow-right { -webkit-mask-image: url("../icons/arrow-right.svg"); mask-image: url("../icons/arrow-right.svg"); }
.icon-chevron-left { -webkit-mask-image: url("../icons/chevron-left.svg"); mask-image: url("../icons/chevron-left.svg"); }
.icon-chevron-right { -webkit-mask-image: url("../icons/chevron-right.svg"); mask-image: url("../icons/chevron-right.svg"); }
.icon-close { -webkit-mask-image: url("../icons/close.svg"); mask-image: url("../icons/close.svg"); }
.icon-diamond { -webkit-mask-image: url("../icons/diamond.svg"); mask-image: url("../icons/diamond.svg"); }
.icon-play { -webkit-mask-image: url("../icons/play.svg"); mask-image: url("../icons/play.svg"); }
.icon-mail { -webkit-mask-image: url("../icons/mail.svg"); mask-image: url("../icons/mail.svg"); }
.container {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -100px;
  background: #fff;
  padding: 12px 16px;
  border: 2px solid var(--gold);
}
.skip-link:focus {
  top: 12px;
}
:focus-visible {
  outline: 3px solid #e3a739;
  outline-offset: 3px;
}
.site-header {
  height: 78px;
  background: rgba(255, 255, 255, 0.98);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #eee;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
}
.brand {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1.5px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.brand-logo {
  display: block;
  width: auto;
  height: 31px;
  max-width: 250px;
  object-fit: contain;
  object-position: left center;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-left: auto;
}
.main-nav a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0;
}
.main-nav a:hover,
.main-nav a.active {
  color: #895a16;
}
.phone-button {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 44px;
  padding: 13px 22px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  font-size: 13px;
  margin-left: 10px;
  white-space: nowrap;
}
.phone-button .icon {
  margin-right: 7px;
}
.mobile-call-button {
  display: none;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #222;
  margin: 5px;
}
.hero {
  height: 540px;
  position: relative;
  background: #202020;
  color: #fff;
  overflow: hidden;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease;
}
.slide.is-active {
  opacity: 1;
  visibility: visible;
}
.slide > img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 10, 8, 0.84) 0%,
    rgba(8, 10, 8, 0.52) 38%,
    rgba(8, 10, 8, 0.08) 70%
  );
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 700;
  margin: 0 0 10px;
}
.eyebrow.light {
  color: #f2d09a;
}
.eyebrow.gold {
  color: var(--gold);
}
.hero h1,
.hero h2 {
  font: 700 clamp(42px, 4.2vw, 66px) / 0.94 var(--serif);
  max-width: 650px;
  margin: 0 0 20px;
  letter-spacing: -1.8px;
}
.hero-content > p:not(.eyebrow) {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.45;
  max-width: 570px;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  gap: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: 0.25s;
}
.btn .icon {
  margin-left: 8px;
}
.btn span {
  font-size: 17px;
  margin-left: 12px;
}
.btn-gold {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--ink);
}
.btn-gold:hover {
  background: #895a16;
  border-color: #895a16;
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.85);
}
.btn-outline:hover {
  background: #fff;
  color: #222;
}
.slider-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.26);
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 37px;
  line-height: 1;
  cursor: pointer;
}
.slider-arrow:hover {
  background: var(--gold);
}
.slider-arrow .icon {
  width: 22px;
  height: 22px;
}
.slider-arrow.prev {
  left: 30px;
}
.slider-arrow.next {
  right: 30px;
}
.slider-dots {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  translate: -50%;
  display: flex;
  gap: 0;
}
.slider-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slider-dots button:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 10px;
  translate: -50% -50%;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
}
.slider-dots button.is-active:after {
  background: var(--gold);
  border-color: var(--gold);
}
.section {
  padding: 54px 0;
}
.section-heading {
  text-align: center;
  margin-bottom: 24px;
}
.section-heading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #895a16;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-heading > span:before,
.section-heading > span:after {
  content: "";
  width: 28px;
  height: 1px;
  background: #895a16;
}
.section-heading h2 {
  font: 700 34px/1.1 var(--serif);
  margin: 8px 0 3px;
  letter-spacing: -0.4px;
}
.section-heading p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.products-section {
  background: #fff;
}
.products-section,
.sizes-section,
.projects-section,
.blog-section,
.references {
  padding-bottom: 54px;
}
.image-card,
.project-card,
.blog-card {
  background: #fff;
  border: 1px solid #e4e1dc;
  box-shadow: var(--shadow);
  transition:
    transform 0.28s,
    box-shadow 0.28s;
}
.image-card:hover,
.project-card:hover,
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(24, 24, 24, 0.16);
}
.home-square-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.home-square-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
}
.image-card img {
  width: 100%;
  aspect-ratio: 1/1;
}
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
}
.card-link h2,
.card-link h3 {
  font: 700 19px/1.2 var(--serif);
  margin: 0;
}
.card-link span {
  color: #895a16;
  font-size: 22px;
}
.products-grid .home-square-image {
  position: relative;
}
.products-grid .card-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.sizes-section {
  background: var(--cream);
  padding-top: 40px;
}
.sizes-section .container {
  width: min(1240px, calc(100% - 40px));
}
.sizes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 28px;
}
.size-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.size-card a {
  display: block;
  position: relative;
}
.size-card img {
  width: 100%;
  aspect-ratio: 1/1;
  transition: transform 0.35s;
}
.size-card h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0;
  padding: 17px 20px;
  font: 700 19px var(--serif);
  min-width: 146px;
  box-shadow: 4px -3px 15px rgba(0, 0, 0, 0.08);
}
.size-card h3 i {
  font: normal 19px var(--sans);
  color: #895a16;
  margin-right: 9px;
}
.size-card:hover img {
  transform: scale(1.045);
}
.home-text-section {
  background: #fff;
  padding: 64px 0 68px;
  border-top: 1px solid #e5e1da;
}
.home-text-inner {
  max-width: 1240px;
}
.home-text-section .section-heading {
  max-width: 820px;
  margin: 0 auto 36px;
  padding: 0;
  text-align: center;
}
.home-text-section .section-heading > span {
  justify-content: center;
  margin-bottom: 12px;
}
.home-text-section .section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 3.5vw, 44px);
  line-height: 1.08;
}
.home-text-content {
  max-width: none;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.home-text-content p {
  margin: 0 0 20px;
}
.home-text-content p:last-child {
  margin-bottom: 0;
}
.home-text-content a {
  color: #895a16;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(137, 90, 22, 0.38);
  text-underline-offset: 3px;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.home-text-content a:hover {
  color: #5f3d0e;
  text-decoration-color: currentColor;
}
.facility {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 350px;
  background: #191a1c;
  color: #fff;
}
.facility-copy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
}
.facility-inner {
  width: min(500px, 100%);
}
.facility h2 {
  font: 700 36px/1 var(--serif);
  margin: 8px 0 15px;
}
.facility-inner > p:not(.eyebrow) {
  color: #e4e4e4;
  margin: 0 0 30px;
}
.facility-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.facility-features div {
  text-align: center;
}
.facility-features b {
  display: block;
  color: var(--gold);
  font-size: 37px;
  line-height: 1;
  margin-bottom: 10px;
}
.facility-features strong,
.facility-features small {
  display: block;
  font-size: 10px;
}
.facility-features small {
  color: #c7c7c7;
  margin-top: 2px;
}
.facility-image {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.facility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.facility-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.facility-image:hover:after {
  background: rgba(0, 0, 0, 0.18);
}
.play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--gold);
  display: grid;
  place-items: center;
  font-size: 25px;
  padding: 0;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.14);
}
.play .icon {
  width: 25px;
  height: 25px;
}
.video-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}
.video-modal[hidden] {
  display: none;
}
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: #111;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
}
.video-frame,
.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.video-modal-close {
  position: absolute;
  z-index: 2;
  top: -15px;
  right: -15px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #191a1c;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}
.video-modal-close .icon {
  width: 24px;
  height: 24px;
}
.projects-section {
  padding-top: 36px;
}
.container.wide {
  width: min(1320px, calc(100% - 32px));
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 28px;
}
.project-card img {
  width: 100%;
  aspect-ratio: 1/1;
}
.project-card .home-square-image {
  aspect-ratio: 1 / 1;
}
.project-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.project-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}
.project-lightbox[hidden] {
  display: none;
}
.project-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}
.project-lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 92vw);
  max-height: 86vh;
}
.project-lightbox-dialog img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  object-fit: contain;
}
.project-lightbox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #191a1c;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}
.project-lightbox-close .icon {
  width: 24px;
  height: 24px;
}
.projects-section .project-card .home-square-image {
  position: relative;
}
.projects-section .project-card h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 0;
  background: #fff;
  margin: 0;
  padding: 17px 20px;
  box-shadow: 4px -3px 15px rgba(0, 0, 0, 0.08);
  font: 700 19px var(--serif);
  text-align: center;
}
.capacity {
  background: linear-gradient(100deg, #b77923, #d39a3d);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.capacity:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 8% 100%,
    rgba(255, 255, 255, 0.12),
    transparent 30%
  );
}
.capacity-inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  position: relative;
}
.capacity-lead {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.mountain {
  font-size: 70px;
  font-family: serif;
}
.capacity h2 {
  font: 700 32px/1.05 var(--serif);
  margin: 0 0 7px;
}
.capacity p {
  font-size: 11px;
  margin: 0;
  max-width: 390px;
}
.capacity-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.capacity-items div {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.capacity-items div:last-child {
  border: 0;
}
.capacity-items b {
  display: block;
  font-size: 32px;
  line-height: 1;
}
.capacity-items strong,
.capacity-items span {
  display: block;
  font-size: 10px;
}
.capacity-items strong {
  margin-top: 8px;
}
.capacity-items span {
  opacity: 0.9;
}
.blog-section {
  background: #fff;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.blog-archive-grid {
  align-items: stretch;
}
.blog-archive-grid .blog-card,
.blog-archive-grid .blog-card > a {
  height: 100%;
}
.blog-archive-grid .blog-card > a {
  display: flex;
  flex-direction: column;
}
.blog-archive-grid .blog-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.blog-archive-grid .blog-copy > span {
  margin-top: auto;
}
.blog-card {
  box-shadow: none;
}
.blog-mobile-dots {
  display: none;
}
.blog-image {
  position: relative;
}
.blog-image img {
  width: 100%;
  aspect-ratio: 1/1;
}
.blog-image time {
  position: absolute;
  top: -5px;
  left: 0;
  background: var(--gold);
  color: #fff;
  width: 52px;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
}
.blog-image time b {
  font-size: 18px;
}
.blog-copy {
  padding: 16px 18px 18px;
}
.blog-copy h2,
.blog-copy h3 {
  font: 700 20px/1.05 var(--serif);
  margin: 0 0 9px;
}
.blog-copy > span .icon {
  margin-left: 4px;
}
.blog-copy > span {
  display: inline-flex;
  align-items: center;
}
.blog-copy p {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
  min-height: 34px;
  margin: 0 0 12px;
}
.blog-copy span {
  font-size: 10px;
  color: #895a16;
  font-weight: 700;
}
.references {
  padding-top: 20px;
}
.references .container {
  min-width: 0;
}
.references img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.reference-image {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.reference-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.logo-grid a {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  filter: grayscale(1);
  transition: 0.25s;
}
.logo-grid a:hover {
  color: var(--gold-dark);
  filter: none;
  background: #fcfaf5;
}
.logo-grid i {
  font-style: normal;
  font-size: 24px;
  color: #555;
}
.site-footer {
  background: #202123;
  color: #e2e2df;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 56px;
  padding: 52px 0 42px;
}
.footer-brand {
  color: #fff;
  margin-bottom: 14px;
}
.footer-grid p,
.footer-grid li {
  font-size: 13px;
  line-height: 1.65;
}
.footer-grid p {
  max-width: 290px;
}
.footer-grid h2 {
  font: 700 17px var(--serif);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding-bottom: 11px;
  border-bottom: 1px solid #3a3b3e;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-grid li {
  margin-bottom: 0;
}
.footer-grid li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.footer-advantages-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-left: 18px;
}
.footer-advantages-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--gold);
  width: 14px;
  height: 14px;
  content: "";
  background: currentColor;
  -webkit-mask: url("../icons/check.svg") center / contain no-repeat;
  mask: url("../icons/check.svg") center / contain no-repeat;
}
.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding-top: 11px;
  box-sizing: border-box;
}
.footer-contact-list li a {
  min-height: 0;
}
.product-faq summary::after,
.gallery-faq summary::after,
.category-faq summary::after,
.contact-faq summary::after,
.calculator-faq summary::after {
  top: 50%;
  transform: translateY(-50%);
}
.footer-grid a:hover {
  color: var(--gold);
}
.certs {
  font-size: 17px;
  color: #fff;
  margin-top: 14px;
}
.footer-bottom {
  border-top: 1px solid #393a3c;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 12px;
}
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: stretch;
}
.menu-parent-link { padding-right: 4px !important; }
.nav-dropdown > .nav-dropdown-toggle { padding-left: 3px; }
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 30px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-dropdown-toggle span {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  transition: transform 0.2s;
}
@media (min-width: 1101px) {
  .main-nav > .nav-dropdown > .nav-dropdown-toggle {
    width: 48px;
    min-width: 48px;
    justify-content: flex-start;
    margin-right: -29px;
  }
}
.nav-dropdown:hover > .nav-dropdown-toggle,
.nav-dropdown:focus-within > .nav-dropdown-toggle,
.nav-dropdown.is-open > .nav-dropdown-toggle {
  color: var(--gold);
}
.nav-dropdown.is-open > .nav-dropdown-toggle > span {
  transform: rotate(180deg);
}
.product-submenu {
  position: absolute;
  z-index: 80;
  top: calc(100% - 6px);
  left: -17px;
  min-width: 255px;
  padding: 9px 0;
  background: #fff;
  border-top: 2px solid var(--gold);
  box-shadow: 0 11px 25px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(7px);
  transition:
    opacity 0.2s,
    transform 0.2s,
    visibility 0.2s;
}
.nav-dropdown:hover > .product-submenu,
.nav-dropdown:focus-within > .product-submenu,
.nav-dropdown.is-open > .product-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-nav .product-submenu a {
  display: block;
  padding: 11px 17px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}
.main-nav .product-submenu a:hover {
  color: #fff;
  background: var(--gold);
}
.product-submenu { list-style:none; margin:0; }
.product-submenu .nav-dropdown { display:block; }
.product-submenu .nav-dropdown > .menu-parent-link { display:inline-block; width:calc(100% - 32px); box-sizing:border-box; }
.product-submenu .nav-dropdown > .nav-dropdown-toggle { position:absolute; top:0; right:8px; padding:11px 4px; }
.product-submenu .product-submenu { top:-11px; left:100%; margin-left:2px; }
.category-copy,
.category-faq {
  max-width: 820px;
  line-height: 1.8;
}
.category-copy {
  margin: 42px auto 0;
}
.category-copy h2,
.category-faq h2 {
  margin: 0 0 16px;
  font: 700 31px / 1.1 var(--serif);
}
.category-faq {
  margin: 46px auto 0;
}
.category-faq details {
  border-top: 1px solid #deded9;
}
.category-faq details:last-child {
  border-bottom: 1px solid #deded9;
}
.category-faq summary {
  position: relative;
  padding: 17px 30px 17px 0;
  cursor: pointer;
  font-weight: 800;
}
.category-faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 18px;
  height: 18px;
  content: "";
  color: var(--gold);
  background: currentColor;
  transform: translateY(-50%);
  -webkit-mask: url("../icons/plus.svg") center / contain no-repeat;
  mask: url("../icons/plus.svg") center / contain no-repeat;
}
.category-faq details[open] summary::after {
  -webkit-mask-image: url("../icons/minus.svg");
  mask-image: url("../icons/minus.svg");
}
.category-faq p {
  margin: 0 0 17px;
  color: var(--muted);
  line-height: 1.75;
}
@media (max-width: 1020px) {
  .header-inner {
    gap: 18px;
  }
  .main-nav {
    gap: 15px;
  }
  .main-nav a,
  .nav-dropdown-toggle {
    font-size: 10px;
  }
  .phone-button {
    padding: 11px 13px;
  }
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .capacity-inner {
    grid-template-columns: 1fr;
    padding: 28px 0;
  }
  .capacity-lead {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 0 22px;
  }
  .capacity-items {
    padding-top: 25px;
  }
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-grid {
    gap: 35px;
  }
}
@media (max-width: 1100px) {
  body.menu-open {
    overflow: hidden;
  }
  html {
    scroll-padding-top: 67px;
  }
  .site-header {
    height: 67px;
    position: sticky;
    top: 0;
  }
  .brand {
    font-size: 26px;
  }
  .brand-logo {
    height: 26px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    max-height: calc(100vh - 67px);
    max-height: calc(100dvh - 67px);
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    padding: 12px 20px max(12px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav.is-open {
    display: flex;
  }
  .main-nav > a,
  .nav-dropdown > .menu-parent-link {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    text-align: left;
  }
  .main-nav .nav-dropdown {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: stretch;
  }
  .nav-dropdown > .menu-parent-link {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    padding-right: 8px !important;
  }
  .nav-dropdown > .nav-dropdown-toggle,
  .product-submenu .nav-dropdown > .nav-dropdown-toggle {
    position: static;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    width: 44px;
    min-height: 42px;
    padding: 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .nav-dropdown-toggle span {
    margin-left: 0;
  }
  .product-submenu {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    position: static;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-dropdown.is-open > .product-submenu {
    display: block;
  }
  .main-nav .product-submenu a {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    white-space: normal;
  }
  .product-submenu .nav-dropdown > .menu-parent-link {
    display: block;
    width: auto;
    padding: 10px 12px !important;
  }
  .product-submenu .product-submenu a,
  .product-submenu .product-submenu .menu-parent-link {
    padding-left: 24px !important;
  }
  .product-submenu .product-submenu {
    margin-left: 0;
  }
  .phone-button {
    display: none;
  }
  .mobile-call-button {
    position: fixed;
    z-index: 45;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    width: 64px;
    height: 64px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.28);
    align-items: center;
    justify-content: center;
  }
  .mobile-call-button .icon {
    width: 29px;
    height: 29px;
  }
  .mobile-call-button:active {
    transform: scale(0.96);
  }
}
@media (max-width: 820px) {
  .home-text-content {
    max-width: none;
  }
  .blog-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero {
    height: 510px;
  }
  .hero-content {
    padding: 40px 65px 40px 20px;
  }
  .hero h1,
  .hero h2 {
    font-size: 44px;
    max-width: 560px;
  }
  .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .slider-arrow .icon {
    width: 20px;
    height: 20px;
  }
  .slider-arrow.prev {
    left: 10px;
  }
  .slider-arrow.next {
    right: 10px;
  }
  .card-grid,
  .sizes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .facility {
    grid-template-columns: 1fr;
  }
  .facility-copy {
    justify-content: center;
    padding: 45px 30px;
  }
  .facility-image {
    height: 330px;
  }
  .blog-grid {
    gap: 18px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .home-text-section {
    padding: 46px 0;
  }
  .home-text-section .section-heading {
    margin-bottom: 28px;
  }
  .home-text-section .section-heading h2 {
    font-size: 34px;
  }
  .home-text-content {
    font-size: 14px;
    line-height: 1.8;
  }
  .blog-grid.blog-archive-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }
  .blog-archive-grid .blog-card,
  .blog-archive-grid .blog-card.is-active {
    display: block;
  }
  .container {
    width: min(100% - 28px, 1240px);
  }
  .hero {
    height: calc(100svh - 67px);
  }
  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(8, 10, 8, 0.82),
      rgba(8, 10, 8, 0.34)
    );
  }
  .hero-content {
    padding: 50px 48px 50px 28px;
  }
  .hero h1,
  .hero h2 {
    font-size: 39px;
    line-height: 1;
  }
  .hero-content > p:not(.eyebrow) {
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 11px;
    width: 100%;
    max-width: 230px;
  }
  .btn {
    min-height: 48px;
  }
  .section {
    padding: 42px 0;
  }
  .products-section,
  .sizes-section,
  .projects-section,
  .blog-section,
  .references {
    padding-bottom: 42px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .card-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    display: block;
    overflow: hidden;
    padding: 0;
    scroll-snap-type: none;
  }
  .blog-card {
    display: none;
  }
  .blog-card.is-active {
    display: block;
  }
  .blog-copy h2,
  .blog-copy h3 {
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .blog-copy p {
    display: -webkit-box;
    min-height: 51px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .blog-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 0;
  }
  .blog-mobile-dots button {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .blog-mobile-dots button:after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 9px;
    height: 9px;
    translate: -50% -50%;
    border: 1px solid var(--gold);
    border-radius: 50%;
  }
  .blog-mobile-dots button.is-active:after {
    background: var(--gold);
  }
  .sizes-section .container {
    width: min(100% - 28px, 1240px);
  }
  .image-card img {
    aspect-ratio: 1/1;
  }
  .sizes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .size-card img {
    aspect-ratio: 1/1;
  }
  .size-card h3 {
    min-width: 0;
    padding: 9px 11px;
    font-size: 14px;
  }
  .projects-section .project-card h3 {
    min-width: 0;
    padding: 9px 11px;
    font-size: 14px;
  }
  .size-card h3 i {
    margin-right: 5px;
    font-size: 14px;
  }
  .facility-features {
    gap: 8px;
  }
  .facility {
    min-height: 0;
  }
  .facility h2 {
    font-size: 32px;
  }
  .facility-image {
    height: 260px;
  }
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .capacity-lead {
    align-items: flex-start;
  }
  .mountain {
    font-size: 45px;
  }
  .capacity h2 {
    font-size: 25px;
  }
  .capacity-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 0;
  }
  .capacity-items div:nth-child(2) {
    border-right: 0;
  }
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reference-image {
    width: 100%;
    max-width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-bottom .container {
    flex-direction: column;
    gap: 5px;
  }
  .slider-arrow.prev {
    display: none;
  }
}
.dolomit-calculator-layout {
  display: grid;
  grid-template-columns: minmax(360px, .65fr) minmax(0, .85fr);
  gap: 58px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.dolomit-calculator-copy {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
  padding: 0;
}

.dolomit-calculator-copy section {
  order: 2;
  margin-top: 26px;
}

.dolomit-calculator-copy h2,
.calculator-faq h2 {
  margin: 0 0 16px;
  font: 700 31px/1.1 var(--serif);
}

.dolomit-calculator-copy p {
  max-width: 570px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.dolomit-calculator-copy .calculator-note {
  order: 1;
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: #f8f5ee;
  color: #515552;
  font-size: 14px;
}

.dolomit-calculator {
  grid-column: 1;
  grid-row: 1;
  padding: 30px;
  border: 1px solid #e2e2dc;
  background: #fff;
  box-shadow: 0 16px 44px rgba(24, 24, 24, .12);
}

.dolomit-calculator h2 {
  margin: 0 0 6px;
  font: 700 28px/1.1 var(--serif);
}

.dolomit-calculator .calculator-intro {
  margin: 0 0 25px;
  color: var(--muted);
  line-height: 1.6;
}

.calculator-field {
  margin-bottom: 17px;
}

.calculator-field label {
  display: block;
  margin-bottom: 5px;
  color: #252926;
  font-size: 14px;
  font-weight: 750;
}

.calculator-field small {
  display: block;
  margin-bottom: 8px;
  color: #5d625e;
  font-size: 12px;
  line-height: 1.45;
}

.calculator-field input {
  width: 100%;
  min-height: 49px;
  padding: 12px 13px;
  border: 1px solid #d9ddd8;
  border-radius: 0;
  background: #fff;
  color: #202420;
  font: 500 16px inherit;
  outline: none;
}

.calculator-field input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(189, 135, 52, .14);
}

.calculator-field input::placeholder {
  color: #5d625e;
  opacity: 1;
}

.calculator-submit {
  width: 100%;
  min-height: 53px;
  margin-top: 3px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.calculator-submit:hover {
  border-color: #b77f2d;
  background: #d5a64f;
  color: var(--ink);
}

.calculator-result {
  display: none;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #e1cfac;
  background: #fbf7ef;
}

.calculator-result.is-visible {
  display: block;
}

.calculator-result.is-error {
  border-color: #e6c2bd;
  background: #fff5f3;
  color: #963f32;
}

.calculator-result-heading {
  margin: 0 0 7px;
  color: #71603b;
  font: 700 18px/1.1 var(--serif);
}

.calculator-result.is-error .calculator-result-heading {
  color: inherit;
}

.calculator-result-total {
  margin: 0 0 15px;
  color: var(--gold-dark);
  font: 800 38px/1 var(--serif);
}

.calculator-result p,
.calculator-result small {
  margin: 0;
  color: #383d39;
  font-size: 14px;
  line-height: 1.7;
}

.calculator-result small {
  display: block;
  margin-top: 12px;
  color: #6b716d;
  font-size: 12px;
}

.calculator-result strong {
  font-weight: 800;
}

.calculator-faq {
  max-width: 860px;
  margin: 46px auto 0;
}

.calculator-faq details {
  border-top: 1px solid #deded9;
}

.calculator-faq details:last-child {
  border-bottom: 1px solid #deded9;
}

.calculator-faq summary {
  position: relative;
  padding: 17px 30px 17px 0;
  cursor: pointer;
  font-weight: 800;
}

.calculator-faq summary::after {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  right: 4px;
  color: var(--gold);
  background: currentColor;
  -webkit-mask: url("../icons/plus.svg") center / contain no-repeat;
  mask: url("../icons/plus.svg") center / contain no-repeat;
}

.calculator-faq details[open] summary::after {
  -webkit-mask-image: url("../icons/minus.svg");
  mask-image: url("../icons/minus.svg");
}

.calculator-faq p {
  margin: 0 0 17px;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 820px) {
  .dolomit-calculator-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .dolomit-calculator-copy {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
  }

  .dolomit-calculator {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (max-width: 480px) {
  .dolomit-calculator {
    padding: 23px 18px;
  }
}
.gallery-page-copy,
.gallery-faq {
  max-width: 820px;
  line-height: 1.8;
}

.gallery-page-copy {
  margin: 42px auto 0;
}

.gallery-page-copy h2,
.gallery-faq h2 {
  margin: 0 0 16px;
  font: 700 31px / 1.1 var(--serif);
}

.gallery-faq {
  margin: 46px auto 0;
}

.gallery-faq details {
  border-top: 1px solid #deded9;
}

.gallery-faq details:last-child {
  border-bottom: 1px solid #deded9;
}

.gallery-faq summary {
  position: relative;
  padding: 17px 30px 17px 0;
  cursor: pointer;
  font-weight: 800;
}

.gallery-faq summary::after {
  position: absolute;
  right: 4px;
  color: var(--gold);
  width: 18px;
  height: 18px;
  content: '';
  background: currentColor;
  -webkit-mask: url("../icons/plus.svg") center / contain no-repeat;
  mask: url("../icons/plus.svg") center / contain no-repeat;
}

.gallery-faq details[open] summary::after {
  -webkit-mask-image: url("../icons/minus.svg");
  mask-image: url("../icons/minus.svg");
}

.gallery-faq p {
  margin: 0 0 17px;
  color: var(--muted);
  line-height: 1.75;
}

.contact-page {
  max-width: 1120px;
  margin: 0 auto;
}

.contact-heading {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

.contact-heading h1 {
  margin: 8px 0 12px;
  font: 700 clamp(38px, 4vw, 54px)/1 var(--serif);
  letter-spacing: -1.1px;
}

.contact-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr);
  gap: 28px;
}

.contact-details {
  padding: 30px;
  border-top: 3px solid var(--gold);
  background: #1b2321;
  color: #fff;
}

.contact-details h2 {
  margin: 0 0 23px;
  font: 700 29px/1 var(--serif);
}

.contact-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 88px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  text-decoration: none;
}

.contact-item span {
  display: block;
  margin-bottom: 4px;
  color: #d5a654;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-item strong {
  font-size: 15px;
  line-height: 1.55;
}

.contact-item.address {
  white-space: pre-line;
}

.contact-copy,
.contact-faq {
  max-width: 860px;
  margin-inline: auto;
}

.contact-copy {
  margin-top: 42px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-copy h2,
.contact-faq h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font: 700 31px/1.1 var(--serif);
}

.contact-faq {
  margin-top: 46px;
}

.contact-faq details {
  border-top: 1px solid #deded9;
}

.contact-faq details:last-child {
  border-bottom: 1px solid #deded9;
}

.contact-faq summary {
  position: relative;
  padding: 17px 30px 17px 0;
  cursor: pointer;
  font-weight: 800;
}

.contact-faq summary::after {
  position: absolute;
  right: 4px;
  color: var(--gold);
  width: 18px;
  height: 18px;
  content: '';
  background: currentColor;
  -webkit-mask: url("../icons/plus.svg") center / contain no-repeat;
  mask: url("../icons/plus.svg") center / contain no-repeat;
}

.contact-faq details[open] summary::after {
  -webkit-mask-image: url("../icons/minus.svg");
  mask-image: url("../icons/minus.svg");
}

.contact-faq p {
  margin: 0 0 17px;
  color: var(--muted);
  line-height: 1.75;
}

.contact-map {
  min-height: 420px;
  background: #e6e7e3;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.contact-map-loader {
  display: grid;
  min-height: 420px;
  padding: 30px;
  place-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, .82), rgba(255, 255, 255, .82)),
    repeating-linear-gradient(45deg, #d9dcd7 0 1px, transparent 1px 24px);
  text-align: center;
}

.contact-map-prompt {
  width: min(360px, 100%);
}

.contact-map-prompt > span {
  display: block;
  margin-bottom: 7px;
  color: #895a16;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-map-prompt strong {
  display: block;
  color: var(--ink);
  font: 700 31px/1.1 var(--serif);
}

.contact-map-prompt button {
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 20px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-map-prompt button:hover,
.contact-map-prompt button:focus-visible {
  border-color: #b77f2d;
  background: #d5a64f;
}

.contact-map-empty {
  display: grid;
  min-height: 420px;
  padding: 30px;
  place-items: center;
  color: #6c736e;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-map,
  .contact-map iframe,
  .contact-map-loader {
    min-height: 330px;
  }
}
.product-copy {
  max-width: 860px;
  margin: 42px auto 0;
  line-height: 1.8;
}

.product-copy h2,
.product-faq h2 {
  margin: 0 0 16px;
  font: 700 31px / 1.1 var(--serif);
}

.product-faq {
  max-width: 860px;
  margin: 46px auto 0;
}

.product-faq details {
  border-top: 1px solid #deded9;
}

.product-faq details:last-child {
  border-bottom: 1px solid #deded9;
}

.product-faq summary {
  position: relative;
  padding: 17px 30px 17px 0;
  cursor: pointer;
  font-weight: 800;
}

.product-faq summary::after {
  position: absolute;
  right: 4px;
  color: var(--gold);
  width: 18px;
  height: 18px;
  content: '';
  background: currentColor;
  -webkit-mask: url("../icons/plus.svg") center / contain no-repeat;
  mask: url("../icons/plus.svg") center / contain no-repeat;
}

.product-faq details[open] summary::after {
  -webkit-mask-image: url("../icons/minus.svg");
  mask-image: url("../icons/minus.svg");
}

.product-faq p {
  margin: 0 0 17px;
  color: var(--muted);
  line-height: 1.75;
}

.standard-featured-image {
  max-width: 820px;
  margin: 0 auto 28px;
}
.related-blog-section {
  padding-top: 0;
}
.blog-detail-section {
  padding-bottom: 64px;
}
.blog-detail-header {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}
.blog-detail-header h1 {
  max-width: 850px;
  margin: 0 auto;
  font: 700 clamp(38px, 4.2vw, 60px) / 1.08 var(--serif);
  text-wrap: balance;
}
.blog-detail-header time {
  display: block;
  margin-top: 16px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.blog-detail-featured-image {
  max-width: 1040px;
  margin: 0 auto 42px;
  overflow: hidden;
  aspect-ratio: 12 / 7;
}
.blog-detail-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail-copy {
  max-width: 820px;
  margin: 0 auto;
  color: #353735;
  font-size: 16px;
  line-height: 1.85;
}
.blog-detail-copy > :first-child {
  margin-top: 0;
}
.blog-detail-copy > :last-child {
  margin-bottom: 0;
}
.blog-detail-copy p,
.blog-detail-copy ul,
.blog-detail-copy ol,
.blog-detail-copy blockquote {
  margin: 0 0 22px;
}
.blog-detail-copy h2,
.blog-detail-copy h3 {
  color: var(--text);
  font-family: var(--serif);
  line-height: 1.2;
}
.blog-detail-copy h2 {
  margin: 40px 0 16px;
  font-size: 32px;
}
.blog-detail-copy h3 {
  margin: 32px 0 14px;
  font-size: 25px;
}
.blog-detail-copy ul,
.blog-detail-copy ol {
  padding-left: 24px;
}
.blog-detail-copy li + li {
  margin-top: 7px;
}
.blog-detail-copy blockquote {
  padding: 18px 22px;
  border-left: 3px solid var(--gold);
  background: #f6f4ef;
  color: #4d4f4d;
  font-family: var(--serif);
  font-size: 19px;
}
.blog-detail-copy img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
.standard-page-copy {
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.8;
}
.template-empty-message {
  color: var(--muted);
  text-align: center;
}
.template-empty-message--narrow {
  max-width: 720px;
  margin: 0 auto;
}
.contact-empty-message {
  color: #cbd0cd;
  line-height: 1.6;
}
@media (max-width: 820px) {
  .blog-detail-section {
    padding-bottom: 52px;
  }
  .blog-detail-header {
    margin-bottom: 28px;
  }
  .blog-detail-featured-image {
    margin-bottom: 34px;
  }
  .blog-detail-copy {
    max-width: 720px;
  }
}
@media (max-width: 600px) {
  .blog-detail-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }
  .blog-detail-header {
    margin-bottom: 23px;
  }
  .blog-detail-header h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.1;
  }
  .blog-detail-header time {
    margin-top: 13px;
  }
  .blog-detail-featured-image {
    margin: 0 0 27px;
    aspect-ratio: 16 / 10;
  }
  .blog-detail-copy {
    font-size: 15px;
    line-height: 1.8;
  }
  .blog-detail-copy p,
  .blog-detail-copy ul,
  .blog-detail-copy ol,
  .blog-detail-copy blockquote {
    margin-bottom: 18px;
  }
  .blog-detail-copy h2 {
    margin: 32px 0 13px;
    font-size: 27px;
  }
  .blog-detail-copy h3 {
    margin: 27px 0 12px;
    font-size: 22px;
  }
  .blog-detail-copy blockquote {
    padding: 15px 17px;
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
