* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.909rem + 0.455vw, 1.25rem);
  line-height: 1.6;
  color: #ffffff;
  background-color: #000000;
  font-weight: 400;
}

main,
.main {
  margin: 0;
  padding: 0;
  min-height: calc(100vh - 200px);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
hr,
dl,
dd,
dt {
  margin-block: 0;
}

p,
ul,
ol {
  font-size: clamp(0.875rem, 0.909rem + 0.455vw, 1.25rem);
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  line-height: 1.6;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
}

ul,
ol {
  padding-left: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

li {
  margin-block-end: clamp(0.5rem, 0.455rem + 0.227vw, 0.75rem);
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button:focus,
a:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Font Family Setup */
/* Typography Sizes */
h1,
.h1 {
  font-size: clamp(1.8rem, 1.636rem + 0.818vw, 2.75rem);
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 900;
}

h2,
.h2 {
  font-size: clamp(1.8rem, 1.636rem + 0.818vw, 2.75rem);
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-block-end: clamp(0.5rem, 0.455rem + 0.227vw, 0.75rem);
}

h3,
.h3 {
  font-size: clamp(1.4rem, 1.273rem + 0.636vw, 1.75rem);
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

h4,
.h4 {
  font-size: clamp(1.3rem, 1.182rem + 0.591vw, 1.63rem);
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-block-end: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
}

h5,
.h5 {
  font-size: clamp(1.2rem, 1.091rem + 0.545vw, 1.5rem);
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-block-end: clamp(0.5rem, 0.455rem + 0.227vw, 0.75rem);
}

h6,
.h6 {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.38rem);
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-block-end: clamp(0.5rem, 0.455rem + 0.227vw, 0.75rem);
}

body,
.cg-base {
  font-size: clamp(0.875rem, 0.909rem + 0.455vw, 1.25rem);
}

small,
.cg-small {
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
}

.tiny,
.cg-tiny {
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
}

.section {
  padding-block: clamp(2.7rem, 3rem + 1.136vw, 5.5rem);
  margin: 0;
}

.container {
  max-width: 1200px;
  padding-inline: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
  margin: 0 auto;
}
.container--text-heavy p,
.container--text-heavy li {
  max-width: 800px;
  font-family: "Playfair", serif;
  font-size: clamp(1.2rem, 1.091rem + 0.545vw, 1.5rem);
  line-height: 1.3;
  font-weight: 400;
}

blockquote {
  font-size: clamp(1.5rem, 1.364rem + 0.682vw, 1.88rem);
  line-height: 1.3;
  font-family: "Playfair", serif;
  font-weight: 400;
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  padding-inline: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}
blockquote b {
  font-size: clamp(1.2rem, 1.091rem + 0.545vw, 1.5rem);
  line-height: 1.3;
  font-family: "Playfair", serif;
  font-weight: 700;
  display: block;
}

form {
  max-width: 100%;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}
fieldset .btn,
fieldset button[type=submit] {
  align-self: start;
}

label {
  display: block;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
  line-height: 1.6;
  color: inherit;
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 4px;
  padding-block: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  padding-inline: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #666666;
  opacity: 0.9;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px currentColor;
}

textarea {
  resize: vertical;
  min-height: 6em;
}

.grid {
  display: grid;
  gap: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}
@media (min-width: 600px) {
  .grid--2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .grid--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  .grid--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.theme-blackOnWhite {
  color: #323232;
  background-color: #ffffff;
}

.theme-whiteOnBlack {
  color: #ffffff;
  background-color: #000000;
}

.theme-white-2OnBlack {
  color: #ffffff;
  background-color: #000000;
}

.theme-blackOnGray {
  color: #000000;
  background-color: #dcdcdc;
  background-color: #e3dece;
}

.theme-whiteOnCharcoal {
  color: #ffffff;
  background-color: #3e3e3e;
  color: #ffffff;
}

.theme-hero {
  color: #ffffff;
  background-color: #000000;
  background-image: url("./img/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.theme-blackOnSheen {
  color: #000000;
  background-image: linear-gradient(135deg, #f0f0f0 0%, #ccc 50%, #f0f0f0 100%); /* Soft gradient for baseline sheen */
}

.filter-sheen {
  filter: grayscale(100%) contrast(150%) brightness(1.1); /* Adjust contrast for deeper blacks/whites, brightness for subtle glow */
}

a.btn,
.btn {
  display: inline-block;
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
  padding-block: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  padding-inline: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
  border: 2px solid currentColor;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
}
a.btn:hover, a.btn:focus,
.btn:hover,
.btn:focus {
  opacity: 0.7;
  text-decoration: none;
}
a.btn--primary,
.btn--primary {
  color: #000000;
}
a.btn--primary:hover, a.btn--primary:focus,
.btn--primary:hover,
.btn--primary:focus {
  color: #ffffff;
  background-color: #000000;
}
a.btn--primary-inverse,
.btn--primary-inverse {
  color: #000000;
}
a.btn--primary-inverse:hover, a.btn--primary-inverse:focus,
.btn--primary-inverse:hover,
.btn--primary-inverse:focus {
  color: #ffffff;
  background-color: #000000;
}
a.btn--whiteOnBlack,
.btn--whiteOnBlack {
  color: #ffffff;
  background: #000000;
}
a.btn--whiteOnBlack:hover, a.btn--whiteOnBlack:focus,
.btn--whiteOnBlack:hover,
.btn--whiteOnBlack:focus {
  opacity: 0.5;
}
a.btn--secondary,
.btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
a.btn i.fa-arrow-up-right-from-square,
.btn i.fa-arrow-up-right-from-square {
  margin-left: 0.5em;
  font-size: 0.8em;
  vertical-align: baseline;
}

.featured {
  display: grid;
  gap: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
  align-items: center;
}
@media (min-width: 600px) {
  .featured {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 1.364rem + 0.682vw, 2.13rem);
  }
}

.featured__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.featured__content h2,
.featured__content h3 {
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

.cta-band {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-block: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
}
.cta-band h2,
.cta-band h3 {
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}
.cta-band p {
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

.header {
  color: #ffffff;
  background-color: #000000;
  padding-block: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  position: relative;
}

header > .container > nav:not(.nav-mobile) {
  flex: 1;
  display: flex;
}
header > .container > nav:not(.nav-mobile) ul {
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}
header > .container > nav:not(.nav-mobile) li {
  margin: 0;
  display: inline-block;
  align-items: center;
  padding: 0;
  text-align: center;
  height: 2.5rem;
}
header > .container > nav:not(.nav-mobile) li.logo-item {
  margin-right: auto;
}
header > .container > nav:not(.nav-mobile) a {
  text-transform: uppercase;
  font-size: clamp(0.65rem, 0.582rem + 0.341vw, 0.75rem);
  padding-inline: clamp(0.5rem, 0.455rem + 0.227vw, 0.75rem);
  font-weight: 400;
  min-width: 124px;
}
header > .container > nav:not(.nav-mobile) a.logo {
  min-width: auto;
}
header > .container > nav:not(.nav-mobile) a.link--external i {
  margin-left: 0.35em;
  font-size: 0.75em;
  vertical-align: baseline;
}
@media (max-width: 599px) {
  header > .container > nav:not(.nav-mobile) li:not(.logo-item) {
    display: none;
  }
  header > .container > nav:not(.nav-mobile) .logo-item {
    display: block !important;
    margin-right: 0;
  }
  header > .container > nav:not(.nav-mobile) {
    flex: 0 0 auto;
  }
  header > .container > nav:not(.nav-mobile) ul {
    justify-content: flex-start;
  }
}

header .logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
header .logo img {
  height: 2.5rem;
  width: auto;
  transition: height 0.5s ease;
}

@media (max-width: 599px) {
  header .nav-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #000000;
    color: #ffffff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 200;
  }
  header .nav-mobile.is-open {
    right: 0;
  }
}
@media (min-width: 600px) {
  header .nav-mobile {
    display: none;
  }
}
header .nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 100px;
  width: 100%;
  display: block;
}
header .nav-mobile li {
  display: block;
  margin: 0;
  padding: 0;
}
header .nav-mobile a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid #666666;
  padding-block: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  padding-inline: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  margin: 0;
  background: #323232;
}
header .nav-mobile a.link--external i {
  margin-left: 0.35em;
  font-size: 0.75em;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 201;
  position: relative;
  margin-left: auto;
}
@media (min-width: 600px) {
  .hamburger {
    display: none;
  }
}
.hamburger:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.hamburger i {
  color: #ffffff;
  font-size: 1.5rem;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: absolute;
}
.hamburger .hamburger-icon {
  opacity: 1;
}
.hamburger .close-icon {
  opacity: 0 !important;
  pointer-events: none;
}
Hover state for hamburger icon when menu is closed .hamburger:hover:not(.is-open) .hamburger-icon, .hamburger:focus:not(.is-open) .hamburger-icon {
  opacity: 1;
}
.hamburger.is-open .hamburger-icon {
  opacity: 0 !important;
  pointer-events: none;
}
.hamburger.is-open .close-icon {
  opacity: 1 !important;
  pointer-events: auto;
  color: #ffffff;
}
.hamburger.is-open:hover .close-icon, .hamburger.is-open:focus .close-icon {
  opacity: 1 !important;
}

.nav-overlay {
  display: none;
}
@media (max-width: 599px) {
  .nav-overlay.is-active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 199;
  }
}

.footer {
  color: #ffffff;
  background-color: #000000;
  padding-block: clamp(2.7rem, 3rem + 1.136vw, 5.5rem);
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
  margin-block-end: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
}
@media (min-width: 600px) {
  .footer__content {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  }
}

.footer p,
.footer li {
  font-size: clamp(0.75rem, 0.682rem + 0.341vw, 0.825rem);
  line-height: 1.6;
}

.footer__hours {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
  line-height: 1.6;
}

.footer__social {
  display: flex;
  gap: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  flex-wrap: wrap;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.2s ease;
  color: #ffffff;
  text-decoration: none;
}
.footer__social-link:hover, .footer__social-link:focus {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
  border-color: #ffffff;
  text-decoration: none;
}
.footer__social-link:hover i, .footer__social-link:focus i {
  color: #000000;
}
.footer__social-link i {
  font-size: 1.125rem;
  color: inherit;
}

.footer__copyright {
  line-height: 1.6;
  padding-block-start: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  margin-block-start: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

.hero {
  text-align: left;
  padding-block: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
}
@media (max-width: 599px) {
  .hero {
    text-align: center;
  }
}
.hero__victor {
  font-size: clamp(0.875rem, 0.909rem + 0.455vw, 1.25rem);
  margin-block-end: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  line-height: 1.3;
  font-weight: 400;
  color: #d2c9b0;
  font-family: "Inter", sans-serif;
}
.hero__headline {
  font-size: clamp(2.5rem, 8vw, 6rem);
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.hero__quotation {
  font-size: clamp(1.2rem, 1.091rem + 0.545vw, 1.5rem);
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  line-height: 1.6;
  max-width: 720px;
  font-weight: 100;
  text-transform: uppercase;
}
.hero__subcopy {
  font-size: clamp(0.875rem, 0.909rem + 0.455vw, 1.25rem);
  margin-block-end: clamp(2.7rem, 2.273rem + 1.136vw, 4rem);
  line-height: 1.6;
  font-weight: 200;
  max-width: 800px;
  text-align: justify;
}
@media (max-width: 599px) {
  .hero__subcopy {
    margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
    padding-inline: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  }
}
.hero__cta {
  padding-block-start: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

.hero-alt {
  text-align: center;
  padding-block: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
}
.hero-alt__section {
  padding-top: 0;
}
.hero-alt__quotation {
  font-size: clamp(1.3rem, 1.182rem + 0.591vw, 1.63rem);
  margin-block-end: clamp(2.7rem, 2.273rem + 1.136vw, 4rem);
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  font-weight: 100;
  text-align: center;
}
.hero-alt__quotation span {
  text-transform: uppercase;
}
.hero-alt__quotation b {
  font-size: clamp(1.3rem, 1.182rem + 0.591vw, 1.63rem);
  line-height: 1.3;
  font-weight: 300;
  font-family: "Playfair Display", serif;
  display: block;
  margin-block-end: clamp(0.5rem, 0.455rem + 0.227vw, 0.75rem);
}
.hero-alt__video-section {
  width: 100%;
  margin: 0 auto;
}
.hero-alt__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.hero-alt__video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-alt__credentials {
  padding-block-start: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  text-align: center;
  margin: 0 auto;
}
.hero-alt__cta-btn {
  width: 100%;
}
.hero-alt__collapsible-group .collapsible-trigger {
  padding: 1rem;
  background-color: #ffffff;
  color: #000000;
}
.hero-alt__collapsible-group .collapsible-panel {
  text-align: left;
  font-size: clamp(1.4rem, 1.273rem + 0.636vw, 1.75rem);
  font-family: "Playfair", serif;
  line-height: 1.3;
  font-weight: 400;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
}

.process {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.process__item {
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  padding-left: clamp(2rem, 1.818rem + 0.909vw, 3rem);
  line-height: 1.6;
  counter-increment: step-counter;
  position: relative;
}
.process__item::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  font-size: 1.33rem;
  line-height: 1.25;
}

.collapsible-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.collapsible-trigger {
  font-size: 1rem;
  padding-block: clamp(1.5rem, 1.364rem + 0.682vw, 2.13rem);
  padding-inline: clamp(1.5rem, 1.364rem + 0.682vw, 2.13rem);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  cursor: pointer;
  gap: 0.5rem;
  background: #323232;
  color: #ffffff;
  border: none;
}
.collapsible-trigger:hover {
  opacity: 0.7;
}
.collapsible-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.collapsible-trigger__text {
  flex: 1;
  font-weight: 700;
}

.collapsible-trigger__icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.collapsible-item.is-open .collapsible-trigger__icon {
  transform: rotate(180deg);
}

.collapsible-panel {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0;
}
.collapsible-panel p,
.collapsible-panel ul,
.collapsible-panel ol {
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
  font-weight: 400;
  line-height: 1.6;
}
.collapsible-panel p:last-child,
.collapsible-panel ul:last-child,
.collapsible-panel ol:last-child {
  margin-block-end: 0;
}

.collapsible-item.is-open .collapsible-panel {
  max-height: 50rem;
  padding-block: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  padding-inline: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
}

.value-blocks {
  margin-block-end: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
}

.value-block {
  text-align: center;
  padding: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  background: #e3dece;
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 900px) {
  .value-block {
    padding: clamp(1.5rem, 1.364rem + 0.682vw, 2.13rem);
  }
}
.value-block__image {
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.value-block__icon {
  font-size: 2.5rem;
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}
.value-block__title {
  font-size: clamp(0.875rem, 0.909rem + 0.455vw, 1.25rem);
  margin-block-end: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  line-height: 1.6;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-transform: uppercase;
}
.value-block__text {
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
  margin-block-end: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  font-weight: 200;
  line-height: 1.6;
}

.figure-moments {
  margin: 0 0 0 0;
  margin-block-end: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
  background: #ffffff;
  padding: 1rem;
  color: #000000;
  border-radius: 4px;
}
.figure-moments:last-of-type {
  margin-block-end: 0;
}

.figure-moments__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.figure-moments__caption {
  margin-block-start: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  font-size: clamp(1.3rem, 1.182rem + 0.591vw, 1.63rem);
  padding-inline: clamp(0.75rem, 0.682rem + 0.341vw, 1rem);
  font-family: "Playfair", serif;
  line-height: 1.3;
  font-weight: 400;
  margin-block-end: 0;
  color: #323232;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}
@media (min-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-grid__item {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.gallery-grid__item:hover img {
  transform: scale(1.08);
}

.gallery-intro {
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

.store-carousel {
  width: 100%;
  height: 50vh;
  min-height: 280px;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: hidden;
}
.store-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-1, #1a1a1a);
}
.store-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.store-carousel-thumbs {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  padding: 4px 0;
}
.store-carousel-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
}
.store-carousel-thumbs .swiper-slide:hover, .store-carousel-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.store-carousel-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #ffffff;
}
.store-carousel-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.quotation {
  max-width: 900px;
  margin-block: clamp(1.5rem, 1.364rem + 0.682vw, 2.13rem);
  padding-inline: clamp(1.25rem, 1.136rem + 0.568vw, 1.75rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.quotation__card {
  position: relative;
  padding: 2rem;
  text-align: center;
  background: #ffffff;
  border: 2px solid #000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.quotation__card::before, .quotation__card::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #000000;
  border-radius: 50% 0;
}
.quotation__card::before {
  top: -10px;
  left: -10px;
  border-bottom: none;
  border-right: none;
}
.quotation__card::after {
  bottom: -10px;
  right: -10px;
  border-top: none;
  border-left: none;
}
.quotation__blockquote {
  font-style: italic;
  line-height: 1.3;
  font-family: "Playfair", serif;
  font-size: clamp(1.4rem, 1.273rem + 0.636vw, 1.75rem);
  margin-block-end: clamp(0.5rem, 0.455rem + 0.227vw, 0.75rem);
  quotes: "" " " "";
}
.quotation figcaption {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.38rem);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .quotation {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .quotation__card {
    padding: 1.5rem;
  }
  .quotation__blockquote {
    font-size: 1.35rem;
  }
  .quotation figcaption {
    font-size: 1.1rem;
  }
}

.appointments__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.appointments__list .btn {
  min-width: 300px;
}
.appointments__list .btn span {
  font-weight: 200;
  text-transform: lowercase;
}

.about__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  margin-block-end: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-gray-1 {
  color: #f5f5f5;
}

.color-gray-2 {
  color: #666666;
}

.color-gray-3 {
  color: #dcdcdc;
}

.color-gray-light {
  color: #666666;
}

.ut-text-small {
  font-size: clamp(0.88rem, 0.795rem + 0.398vw, 1.09rem);
}

.list-no-bullets {
  list-style: none;
  padding-left: 0;
}
.list-no-bullets li {
  padding-left: 0;
}

.label {
  font-weight: 600;
  font-size: 1rem;
  display: block;
}

.text-legal {
  font-size: 0.75rem;
  margin-block-start: clamp(1rem, 0.909rem + 0.455vw, 1.38rem);
  color: var(--pico-muted-color);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.ut-display-none {
  display: none;
}