@charset "UTF-8";

body,
html {
  font-size: 0.625em;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: clip;
  margin: 0;
  background-color: #3c0506;
}

body {
  font-family: Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.about,
.logo-banner,
.prestations,
.video-reveal,
.blog,
.matieres-marquee,
.instagram,
.footer,
.contact-faq,
.blog-recent,
.blog-grid,
.art-body,
.prest-items,
.prest-cta,
.about-photo,
.about-body {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.nav {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 32px 4rem;
  z-index: 100;
}

.nav__logo {
  flex: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav__links {
  flex: none;
}

.nav__reserve {
  flex: 1;
  text-align: right;
}

.nav__burger {
  display: none;
}

.nav--solid {
  position: relative;
  top: 0;
  background-color: #3c0506;
  padding: 32px 40px;
}

.logo__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}

.logo__name {
  font-family: Georgia, serif;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #f0e8dc;
}

.logo__tagline {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f0e8dc;
  margin-top: 0.2rem;
}

.nav__links {
  display: flex;
  gap: 3.2rem;
}

.nav__links a {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #f0e8dc;
  transition: opacity 0.2s;
}

.nav__links a:hover {
  opacity: 0.65;
}

.nav__reserve {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #f0e8dc;
  transition: opacity 0.2s;
}

.nav__reserve:hover {
  opacity: 0.65;
}

.nav__overlay {
  display: none;
}

.nav-spacer {
  display: none;
}

@media (max-width: 768px) {
  .nav {
    position: fixed;
    top: var(--marquee-h, 52px);
    padding: 2rem 4rem;
    background-color: #3c0506;
  }

  .nav--solid {
    position: fixed;
    top: var(--marquee-h, 52px);
  }

  .nav__links {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.2rem;
    background-color: #3c0506;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1.6rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .nav__links a {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }

  .nav__reserve {
    display: none;
  }

  .nav__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
    flex-shrink: 0;
  }

  .nav__burger span {
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #f0e8dc;
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }

  .nav--open .nav__links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav--open .nav__burger span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .nav--open .nav__burger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .nav--open .nav__burger span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .nav-spacer {
    display: block;
    height: 81px;
  }

  .nav__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .nav--open~.nav__overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

.header-marquee {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  overflow: hidden;
  border-bottom: 1px solid rgba(240, 232, 220, 0.18);
  padding: 1rem 0;
  background-color: #f0e8dc;
}

.header-marquee__track {
  display: flex;
  white-space: nowrap;
  animation: marqueeScroll 35s linear infinite;
  align-items: center;
}

.header-marquee__item {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3c0506;
  padding: 0 3.2rem;
}

.header-marquee__sep {
  font-size: 2rem;
  color: #3c0506;
  align-self: center;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .header-marquee {
    position: sticky;
    top: 0;
    z-index: 102;
  }

  .header-marquee__track {
    animation-duration: 5s;
  }
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.logo-banner {
  height: 50vh;
  background-color: #3c0506;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-banner__logo {
  max-height: 120%;
  width: auto;
  object-fit: contain;
}

.footer {
  background-color: #3c0506;
  color: rgba(255, 255, 255, 0.75);
  font-family: Arial, sans-serif;
}

.footer__top {
  max-width: 148rem;
  margin: 0 auto;
  padding: 7rem 4rem 6rem;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 8rem;
  align-items: start;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer__brand-name {
  font-family: Georgia, serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer__brand-tagline {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
}

.footer__contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer__contact-block a {
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s;
}

.footer__contact-block a:hover {
  color: #fff;
}

.footer__contact-label {
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer__socials {
  display: flex;
  gap: 1.2rem;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.2s;
}

.footer__social svg {
  width: 1.8rem;
  height: 1.8rem;
}

.footer__social:hover {
  background: rgba(255, 255, 255, 0.2);
}

.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer__nav-col li a {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s;
  line-height: 1;
}

.footer__nav-col li a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    padding: 5.6rem 4rem 4.8rem;
  }

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

  .footer__bottom {
    padding: 2rem 4rem;
  }
}

@media (max-width: 480px) {
  .footer__top {
    padding: 4.8rem 4rem 4rem;
  }

  .footer__nav {
    gap: 1.2rem;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 2rem 2.4rem;
  }

  .footer__legal {
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
  }
}

.footer__bottom {
  position: relative;
  max-width: 148rem;
  margin: 0 auto;
  padding: 2.4rem 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.footer__copy {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer__legal {
  display: flex;
  gap: 2.4rem;
}

.footer__legal a {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.footer__legal a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.btn {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 1.2rem 1.8rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 10rem;
  width: fit-content;
}

.btn--primary {
  background: #f0e8dc;
  color: #000;
  border: 1.5px solid #f0e8dc;
}

.btn--primary:hover {
  opacity: 0.88;
}

.btn--secondary {
  font-weight: normal;
  background: transparent;
  color: #f0e8dc;
  border: 1.5px solid rgba(240, 232, 220, 0.4);
}

.btn--secondary:hover {
  background: rgba(240, 232, 220, 0.1);
}

.btn--dark {
  background: #3c0506;
  color: #f0e8dc;
  border: 1.5px solid #3c0506;
}

.btn--dark:hover {
  opacity: 0.85;
}

.btn--outline {
  font-weight: normal;
  background: transparent;
  color: #3c0506;
  border: 1.5px solid rgba(60, 5, 6, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.btn--outline:hover {
  background: rgba(60, 5, 6, 0.06);
}

.btn--primary-outline {
  background: transparent;
  color: #3c0506;
  border: 1.5px solid #3c0506;
}

.btn--primary-outline:hover {
  background: rgba(60, 5, 6, 0.06);
}

.hero {
  position: relative;
  height: calc(100vh - 4.2rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #3c0506;
}

@media (max-width: 768px) {
  .hero {
    height: calc(100vh - 4.3rem);
  }
}

.hero__container {
  position: relative;
  padding: 3.2rem 0;
  display: flex;
  height: 100%;
}

@media (max-width: 768px) {
  .hero__container {
    padding: 3.2rem 4rem;
  }
}

.hero__media {
  position: absolute;
  top: 12rem;
  left: 4rem;
  width: calc(100% - 8rem);
  height: calc(100% - 12rem - 4rem);
  border-radius: 2rem;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero__media {
    top: 10rem;
    left: 4rem;
    width: calc(100% - 8rem);
    height: calc(100% - 10rem - 4rem);
    border-radius: 2rem;
  }
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 50%, rgba(0, 0, 0, 0.14) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero__grain {
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-size: 25.6rem 25.6rem;
  mix-blend-mode: soft-light;
  opacity: 0.45;
  pointer-events: none;
  z-index: 2;
}

.hero__inner {
  position: absolute;
  top: 12rem;
  left: 4rem;
  width: calc(100% - 8rem);
  height: calc(100% - 12rem - 4rem);
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 4rem;
  z-index: 3;
  padding: 4rem;
}

@media (max-width: 768px) {
  .hero__inner {
    top: 10rem;
    left: 4rem;
    width: calc(100% - 8rem);
    height: calc(100% - 10rem - 4rem);
    padding: 2.4rem 4rem 4rem;
    gap: 2.4rem;
  }
}

.hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__meta-tag {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f0e8dc;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .hero__meta-tag:first-child {
    display: none;
  }
}

.hero__body {
  display: grid;
  grid-template-columns: 1fr 24rem;
  align-items: end;
  gap: 5.6rem;
}

@media (max-width: 768px) {
  .hero__body {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.hero__title {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #f0e8dc;
  line-height: 0.94;
}

.hero__title-line {
  display: block;
  overflow: hidden;
}

.hero__title-line span {
  display: block;
  font-size: clamp(4rem, min(6.5vw, 12vh), 10rem);
  line-height: 1.2;
}

.hero__aside {
  padding-bottom: 0.5rem;
}

.hero__subtitle {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.78;
  color: #f0e8dc;
  opacity: 0.72;
  margin-bottom: 2.6rem;
}

.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.about {
  position: relative;
  z-index: 1;
  background-color: #f0e8dc;
  border-bottom-left-radius: 12rem;
  padding: 8rem 4rem;
}

.about__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 148rem;
  margin: 0 auto;
}

.about__visuals {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 6.4rem 3.2rem;
  height: 100%;
  overflow: hidden;
}

.about__photo {
  flex-shrink: 0;
  border-radius: 2rem;
  overflow: hidden;
}

.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about__photo--left {
  width: 14rem;
  height: 40rem;
  align-self: flex-end;
  margin-bottom: -4rem;
}

.about__photo--main {
  width: 50rem;
  height: 70rem;
}

.about__content {
  position: relative;
  padding: 10rem 6.4rem;
}

@media (max-width: 768px) {
  .about__content {
    padding: 0;
  }
}

.about__badge {
  position: absolute;
  top: 8rem;
  right: 6.4rem;
  width: 8rem;
  height: 8rem;
}

@media (max-width: 768px) {
  .about__badge {
    top: -4rem;
    right: -2rem;
    width: 6rem;
    height: 6rem;
  }
}

.about__badge svg {
  width: 100%;
  height: 100%;
  animation: about-badge-spin 14s linear infinite;
}

.about__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(3.6rem, 4vw, 5.6rem);
  line-height: 1.22;
  color: #000;
  margin-bottom: 3.2rem;
}

.about__title em {
  font-style: italic;
  color: #3c0506;
}

.about__body {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.85;
  color: #000;
  opacity: 0.6;
  max-width: 48rem;
  margin-bottom: 4.8rem;
}

.about__body p+p {
  margin-top: 1.6rem;
}

.about__actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

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

  .about__visuals {
    display: none;
  }
}

@keyframes about-badge-spin {
  to {
    transform: rotate(360deg);
  }
}

.prestations {
  background-color: #f0e8dc;
  border-top-right-radius: 12rem;
  overflow: hidden;
  padding: 0 4rem;
}

@media (max-width: 768px) {
  .prestations {
    padding: 0;
  }
}

.prestations__marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(60, 5, 6, 0.12);
  padding: 1rem 0;
  background-color: #f0e8dc;
}

.prestations__marquee-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
  animation: marqueeScroll 35s linear infinite;
}

.prestations__marquee-item {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3c0506;
  padding: 0 3.2rem;
}

.prestations__marquee-sep {
  font-size: 2rem;
  color: #3c0506;
  flex-shrink: 0;
}

.prestations__content {
  max-width: 148rem;
  margin: 0 auto;
  padding: 8rem 0;
}

@media (max-width: 768px) {
  .prestations__content {
    padding: 8rem 4rem;
  }
}

.prestations__header {
  margin-bottom: 5.6rem;
}

.prestations__title {
  font-family: Georgia, serif;
  font-size: 4.8rem;
  font-weight: normal;
  color: #000;
  line-height: 1.1;
}

.prestations__text {
  margin-top: 1.6rem;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  opacity: 0.6;
  max-width: 72rem;
}

.prestations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}

@media (max-width: 900px) {
  .prestations__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .prestations__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.prestation-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.prestation-item__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
}

.prestation-item__image-clip {
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  overflow: hidden;
  border: 2px solid #3c0506;
}

.prestation-item__number {
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #3c0506;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prestation-item__image {
  width: 110%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prestation-item__tag {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  background-color: #3c0506;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 0.8rem 1.4rem;
  border-radius: 0.8rem;
  backdrop-filter: blur(4px);
  width: fit-content;
  margin: 0 auto;
}

.prestation-item__body {
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.prestation-item__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.prestation-item__title {
  font-family: Georgia, serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #3c0506;
  line-height: 1.2;
}

.prestation-item__price {
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #3c0506;
  white-space: nowrap;
  padding-top: 0.4rem;
}

.prestation-item__desc {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.65;
  color: #000;
  opacity: 0.7;
  margin-bottom: 2.4rem;
  flex: 1;
}

.prestations__info .prestations__text {
  max-width: 100%;
}

.prestation-info__title {
  font-family: Georgia, serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #3c0506;
  line-height: 1.2;
  margin-top: 4.8rem;
}

.video-reveal {
  height: 100vh;
  background-color: #f0e8dc;
}

.video-reveal__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.video-reveal__wrap {
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: max(0px, 50% - 70rem);
  right: max(0px, 50% - 70rem);
  border-radius: 2rem;
  overflow: hidden;
}

.video-reveal__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matieres-marquee {
  background-color: #3c0506;
  height: 14rem;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 2;
}

.matieres-marquee__track {
  display: flex;
  align-items: center;
  height: 100%;
  animation: matieres-scroll 40s linear infinite;
  width: max-content;
}

.matieres-marquee__item {
  flex-shrink: 0;
  width: 9rem;
  height: 9rem;
  margin-inline-end: 8rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(240, 232, 220, 0.18);
}

.matieres-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes matieres-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

.instagram {
  background-color: #f0e8dc;
  padding: 8rem 0;
  overflow-x: clip;
}

.instagram__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 6.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.instagram__title {
  text-align: center;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 4.2vw, 5.2rem);
  font-weight: normal;
  line-height: 1.25;
  color: #000;
}

.instagram__title span {
  color: #3c0506;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.instagram__deck {
  position: relative;
  width: 100%;
  height: 72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}

.instagram__card {
  position: absolute;
  left: 50%;
  top: 38%;
  width: 35rem;
  height: 55rem;
  border-radius: 2.4rem;
  overflow: hidden;
  display: block;
  cursor: pointer;
  will-change: transform;
  box-shadow: 0 1.6rem 5rem rgba(0, 0, 0, 0.25);
}

.instagram__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 768px) {
  .instagram {
    padding: 6rem 0 8rem;
  }

  .instagram__container {
    padding: 0 2.4rem;
  }

  .instagram__deck {
    height: 40rem;
    margin-top: 4rem;
  }

  .instagram__card {
    width: 18rem;
    height: 28rem;
    border-radius: 1.6rem;
  }
}

.prest-header {
  position: relative;
  z-index: 1;
  background-color: #f0e8dc;
  padding: 8rem 4rem;
}

.prest-header__container {
  max-width: 148rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.2rem;
}

.prest-header__text {
  text-align: center;
  max-width: 76rem;
}

.prest-header__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(4rem, 5vw, 6.4rem);
  line-height: 1.08;
  color: #000;
  margin-bottom: 2.4rem;
}

.prest-header__title em {
  font-style: normal;
  color: #3c0506;
}

.prest-header__subtitle {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #000;
  opacity: 0.6;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .prest-header__subtitle {
    max-width: 100%;
  }
}

.prest-header__video-wrap {
  position: relative;
  width: 100%;
  max-width: 148rem;
  height: 500px;
  border-radius: 2rem;
  overflow: hidden;
  border: 2px solid rgba(60, 5, 6, 0.14);
}

.prest-header__video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.prest-header__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prest-header__video-overlay {
  display: none;
}

.prest-items {
  background-color: #f0e8dc;
  padding: 4rem 4rem 12rem;
  border-bottom-left-radius: 12rem;
}

.prest-items__container {
  max-width: 148rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.prest-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8rem;
}

.prest-card--reverse {
  direction: rtl;
}

.prest-card--reverse>* {
  direction: ltr;
}

@media (max-width: 900px) {
  .prest-card {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .prest-card--reverse {
    direction: ltr;
  }
}

.prest-card__image-outer {
  position: relative;
  padding-top: 1.6rem;
  padding-right: 1.6rem;
}

.prest-card__image-wrap {
  display: block;
  position: relative;
  aspect-ratio: 6/5;
  border-radius: 2.4rem;
  overflow: hidden;
  border: 2px solid #3c0506;
  transform: translateZ(0);
}

.prest-card__image {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  display: block;
}

.prest-card__number {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #3c0506;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f0e8dc;
}

.prest-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}

.prest-card__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  line-height: 1.12;
  color: #3c0506;
}

.prest-card__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: -1rem;
}

.prest-card__price {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #3c0506;
  border: 1.5px solid rgba(60, 5, 6, 0.35);
  border-radius: 10rem;
  padding: 0.5rem 1.6rem;
}

.prest-card__tag {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #f0e8dc;
  background-color: #3c0506;
  padding: 0.5rem 1.6rem;
  border-radius: 10rem;
}

.prest-card__desc {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
  opacity: 0.65;
  max-width: 52rem;
}

.prest-card__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.prest-faq {
  background-color: #f0e8dc;
  padding: 8rem 4rem;
  border-top-right-radius: 12rem;
}

.prest-faq__container {
  max-width: 148rem;
  margin: 0 auto;
}

.prest-faq__header {
  margin-bottom: 6.4rem;
}

.prest-faq__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(3.2rem, 4vw, 5.2rem);
  color: #000;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.prest-faq__subtitle {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #000;
  opacity: 0.55;
  max-width: 56rem;
}

.prest-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem 6.4rem;
}

@media (max-width: 960px) {
  .prest-faq__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .prest-faq__grid {
    grid-template-columns: 1fr;
  }
}

.prest-faq__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.prest-faq__question {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  line-height: 1.35;
}

.prest-faq__answer {
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.8;
  color: #000;
  opacity: 0.6;
}

.prest-faq__answer p+p {
  margin-top: 1rem;
}

.prest-cta {
  background-color: #f0e8dc;
  padding: 8rem 4rem;
}

@media (max-width: 768px) {
  .prest-cta {
    padding: 4rem 4rem 8rem;
  }
}

.prest-cta__container {
  max-width: 148rem;
  margin: 0 auto;
  background-color: #3c0506;
  border-radius: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 900px) {
  .prest-cta__container {
    grid-template-columns: 1fr;
  }
}

.prest-cta__content {
  padding: 7.2rem 6.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
}

@media (max-width: 768px) {
  .prest-cta__content {
    padding: 5.2rem 3.4rem;
  }
}

.prest-cta__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  line-height: 1.12;
  color: #f0e8dc;
}

.prest-cta__title em {
  font-style: italic;
  opacity: 0.7;
}

.prest-cta__text {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: rgba(240, 232, 220, 0.65);
  max-width: 44rem;
}

.prest-cta__image-wrap {
  height: 100%;
  min-height: 48rem;
  position: relative;
}

@media (max-width: 900px) {
  .prest-cta__image-wrap {
    min-height: 32rem;
  }
}

.prest-cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-header {
  background-color: #f0e8dc;
  padding: 8rem 0 6rem;
}

.blog-header__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.blog-header__label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.6rem;
}

.blog-header__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(4rem, 5vw, 6.4rem);
  line-height: 1.08;
  color: #000;
  margin-bottom: 2.4rem;
  max-width: 76rem;
}

.blog-header__desc {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #000;
  opacity: 0.6;
  max-width: 64rem;
}

.blog-recent {
  background-color: #f0e8dc;
  padding: 0 0 8rem;
}

@media (max-width: 768px) {
  .blog-recent {
    padding-bottom: 2rem;
  }
}

.blog-recent__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.blog-recent__heading {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3.2rem;
}

.blog-recent__header {
  padding-top: 8rem;
  margin-bottom: 5.6rem;
}

.blog-recent__title {
  font-family: Georgia, serif;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  font-weight: normal;
  color: #3c0506;
  line-height: 1.12;
}

.blog-recent__intro {
  margin-top: 1.6rem;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  opacity: 0.6;
  max-width: 72rem;
}

.blog-recent__layout {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 900px) {
  .blog-recent__layout {
    grid-template-columns: 1fr;
  }
}

.blog-recent__side {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 768px) {
  .blog-recent__side {
    gap: 4rem;
  }
}

.blog-featured__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-featured__link:hover .blog-featured__image {
  transform: scale(1.03);
}

.blog-featured__image-wrap {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 3/2;
  margin-bottom: 2.4rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.blog-featured__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-featured__body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.blog-featured__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.blog-featured__title {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1.2;
  color: #000;
}

.blog-featured__excerpt {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  opacity: 0.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-side-card__link {
  display: grid;
  grid-template-columns: 22rem 1fr;
  gap: 2rem;
  text-decoration: none;
  color: inherit;
  align-items: start;
}

.blog-side-card__link:hover .blog-side-card__image {
  transform: scale(1.04);
}

@media (max-width: 480px) {
  .blog-side-card__link {
    grid-template-columns: 1fr;
  }
}

.blog-side-card__image-wrap {
  border-radius: 1.6rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.blog-side-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-side-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0.4rem;
}

.blog-side-card__title {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
}

.blog-side-card__excerpt {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.65;
  color: #000;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.blog-card__badge {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f0e8dc;
  background-color: #3c0506;
  border-radius: 10rem;
  padding: 0.4rem 1.2rem;
}

.blog-card__read-time {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  color: #000;
  opacity: 0.5;
}

.blog-card__date {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  color: #000;
  opacity: 0.45;
  margin-top: -0.4rem;
}

.blog-card__read-more {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  opacity: 0.75;
  transition: opacity 0.2s;
}

a:hover .blog-card__read-more {
  opacity: 1;
}

.blog-grid {
  background-color: #f0e8dc;
  padding: 2rem 0 12rem;
}

.blog-grid__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.blog-grid__heading {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3.2rem;
}

.blog-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}

@media (max-width: 1024px) {
  .blog-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid__list {
    grid-template-columns: 1fr;
  }
}

.blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-card__link:hover .blog-card__image {
  transform: scale(1.03);
}

.blog-card__image-wrap {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.08);
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-card__title {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #000;
}

.blog-card__excerpt {
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.65;
  color: #000;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.presta-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f0e8dc;
}

.presta-layout__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.presta-layout__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .presta-layout {
    grid-template-columns: 1fr;
  }

  .presta-layout__left {
    display: none;
  }
}

.presta-content {
  padding: 6.4rem 7.2rem 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

@media (max-width: 768px) {
  .presta-content {
    padding: 6.4rem 4rem 6.4rem;
  }
}

.presta-content__back {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  color: #000;
  opacity: 0.55;
  text-decoration: none;
  transition: opacity 0.2s;
}

.presta-content__back:hover {
  opacity: 1;
}

.presta-content__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.4rem;
}

.presta-content__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(4rem, 5vw, 6.4rem);
  line-height: 1.05;
  color: #3c0506;
}

.presta-content__price {
  font-family: Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3c0506;
  white-space: nowrap;
}

.presta-content__desc {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  color: #000;
  opacity: 0.7;
}

.presta-content__desc p+p {
  margin-top: 1.6rem;
}

.presta-content__desc ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.presta-content__desc li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.presta-content__desc li::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #3c0506;
}

.presta-faq {
  padding: 0 7.2rem 10rem;
}

@media (max-width: 768px) {
  .presta-faq {
    padding: 0 4rem 2rem;
  }
}

.presta-faq__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  color: #3c0506;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.presta-faq__subtitle {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.65;
  color: #000;
  opacity: 0.55;
  margin-bottom: 4rem;
}

.presta-faq__list {
  border-top: 1px solid rgba(60, 5, 6, 0.15);
}

.presta-faq__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  padding: 3.2rem 0;
  border-bottom: 1px solid rgba(60, 5, 6, 0.15);
}

@media (max-width: 768px) {
  .presta-faq__row {
    grid-template-columns: unset;
  }
}

.presta-faq__row:last-child {
  border-bottom: none;
}

.presta-faq__question {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.presta-faq__answer {
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.8;
  color: #000;
  opacity: 0.6;
  margin: 0;
}

.presta-faq__answer p+p {
  margin-top: 1rem;
}

.contact-form {
  background-color: #f0e8dc;
  padding: 8rem 0;
}

.contact-form__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: start;
}

@media (max-width: 860px) {
  .contact-form__container {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}

.contact-form__title {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: clamp(4rem, 5vw, 6.4rem);
  line-height: 1.08;
  color: #000;
  margin-bottom: 1.6rem;
}

.contact-form__subtitle {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  opacity: 0.6;
  margin-bottom: 4rem;
  max-width: 60%;
}

@media (max-width: 768px) {
  .contact-form__subtitle {
    max-width: 100%;
  }
}

.contact-form__details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-form__detail {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  color: #000;
}

.contact-form__detail-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  opacity: 0.7;
}

.contact-form__detail-link {
  color: inherit;
  transition: opacity 0.2s;
}

.contact-form__detail-link:hover {
  opacity: 0.6;
}

.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

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

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.contact-form__label {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  opacity: 0.7;
}

.contact-form__input,
.contact-form__textarea {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  color: #000;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.8rem;
  padding: 1rem 1.4rem;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
  border-color: #3c0506;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 14rem;
}

.contact-form__select-wrap {
  position: relative;
}

.contact-form__select {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  color: #000;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.8rem;
  padding: 1rem 3.6rem 1rem 1.4rem;
  outline: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.contact-form__select:focus {
  border-color: #3c0506;
}

.contact-form__select-arrow {
  pointer-events: none;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  color: #000;
  opacity: 0.5;
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form__label--required::after {
  content: " *";
  color: #3c0506;
}

.contact-form__error {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  color: #3c0506;
  padding: 1.2rem 1.6rem;
  border: 1px solid rgba(60, 5, 6, 0.3);
  border-radius: 0.8rem;
}

.contact-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  color: #000;
  cursor: pointer;
}

.contact-form__checkbox {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #3c0506;
}

.contact-form__terms-link {
  color: #000;
  font-weight: 700;
  text-underline-offset: 2px;
}

.contact-form__submit {
  align-self: flex-start;
  margin-top: 0.4rem;
}

.contact-form__success {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  color: #3c0506;
  padding: 2.4rem;
  border: 1px solid rgba(60, 5, 6, 0.3);
  border-radius: 1.2rem;
}

.contact-faq {
  background-color: #f0e8dc;
  padding: 8rem 0;
}

.contact-faq__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.contact-faq__header {
  margin-bottom: 5.6rem;
}

.contact-faq__title {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: clamp(3.6rem, 5vw, 6.4rem);
  line-height: 1.05;
  color: #000;
  margin-bottom: 1.6rem;
}

.contact-faq__subtitle {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  opacity: 0.55;
  max-width: 56rem;
}

.contact-faq__list {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-faq__item {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 4rem;
  padding: 3.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  align-items: start;
}

@media (max-width: 720px) {
  .contact-faq__item {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.contact-faq__question {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.contact-faq__answer {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #000;
  opacity: 0.65;
}

.contact-faq__answer p+p {
  margin-top: 1rem;
}

.art-page {
  background-color: #f0e8dc;
  padding-top: 8rem;
}

.art-page__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.art-page__back {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  color: #000;
  opacity: 0.55;
  text-decoration: none;
  margin-bottom: 4rem;
  transition: opacity 0.2s;
}

.art-page__back:hover {
  opacity: 1;
}

.art-page__intro {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.art-page__title {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: clamp(3.2rem, 5vw, 6.4rem);
  line-height: 1.08;
  color: #000;
  margin-bottom: 4rem;
}

.art-page__cover-wrap {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 16/7;
  margin-bottom: 0;
}

.art-page__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.art-meta-row {
  background-color: #f0e8dc;
  padding: 3.2rem 0 0;
}

.art-meta-row__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem 3.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.art-meta-row__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4rem;
  right: 4rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}

.art-meta-row__left {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

@media (max-width: 768px) {
  .art-meta-row__left {
    justify-content: space-between;
    width: 100%;
  }
}

.art-meta-row__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.art-meta-row__label {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  color: #000;
  opacity: 0.45;
}

.art-meta-row__value {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

.art-share-top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@media (max-width: 768px) {
  .art-share-top {
    display: none;
  }
}

.art-share-top__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #3c0506;
  color: #f0e8dc;
  text-decoration: none;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.art-share-top__btn:hover {
  opacity: 0.8;
}

.art-share-top__btn svg {
  display: block;
}

.art-body {
  background-color: #f0e8dc;
  padding: 4rem 4rem;
}

.art-body__col {
  max-width: 72rem;
  margin: 0 auto;
}

.art-body__content {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.85;
  color: #000;
}

.art-body__content p {
  margin-bottom: 2rem;
  opacity: 0.8;
}

.art-body__content h2 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.2;
  color: #000;
  margin-top: 5.6rem;
  margin-bottom: 2rem;
}

.art-body__content h3 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
  margin-top: 3.6rem;
  margin-bottom: 1.4rem;
}

.art-body__content ul,
.art-body__content ol {
  padding-left: 2.4rem;
  margin-bottom: 2rem;
}

.art-body__content ul li,
.art-body__content ol li {
  margin-bottom: 0.6rem;
  opacity: 0.8;
}

.art-body__content ul {
  list-style-type: disc;
}

.art-body__content ol {
  list-style-type: decimal;
}

.art-body__content strong {
  font-weight: 700;
  color: #000;
}

.art-body__content em {
  font-style: italic;
}

.art-body__content a {
  color: #3c0506;
  text-decoration: underline;
}

.art-body__content .art-quote {
  border-left: 3px solid #3c0506;
  padding: 2rem 2.4rem;
  margin: 3.6rem 0;
  background: rgba(110, 19, 19, 0.04);
  border-radius: 0 8px 8px 0;
}

.art-body__content .art-quote__text {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.75;
  color: #3c0506;
  margin-bottom: 0;
  opacity: 1;
}

.art-body__content .art-quote__cite {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  font-style: normal;
  opacity: 0.55;
}

.art-body__content .art-quote__cite::before {
  content: "— ";
}

.art-body__content .art-figure {
  margin: 3.6rem 0;
}

.art-body__content .art-figure__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.art-body__content .art-figure__caption {
  margin-top: 1rem;
  font-size: 1.3rem;
  opacity: 0.55;
  text-align: center;
  font-style: italic;
}

.art-author-wrap {
  background-color: #f0e8dc;
  padding: 0 4rem 6rem;
}

.art-author-wrap__col {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.art-author-wrap__sep {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
}

.art-share {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .art-share {
    justify-content: space-between;
  }
}

.art-share__label {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
}

.art-share__icons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.art-author {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.art-author__avatar {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.art-author__avatar--placeholder {
  background-color: rgba(0, 0, 0, 0.12);
}

.art-author__info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.art-author__name {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.art-author__role {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  opacity: 0.45;
}

.art-related {
  background-color: #f0e8dc;
  padding: 8rem 0;
}

.art-related__container {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.art-related__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.art-related__header-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.art-related__title {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  line-height: 1.1;
  color: #000;
}

.art-related__desc {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  color: #000;
  opacity: 0.55;
}

.art-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}

@media (max-width: 900px) {
  .art-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .art-related__grid {
    grid-template-columns: 1fr;
  }
}

.about-page {
  background-color: #f0e8dc;
}

.about-intro {
  background-color: #f0e8dc;
  padding: 8rem 4rem;
}

.about-intro__container {
  max-width: 148rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.4rem;
  align-items: start;
}

@media (max-width: 768px) {
  .about-intro__container {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.about-intro__surtitre {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3c0506;
  margin-bottom: 2rem;
}

.about-intro__title {
  font-family: Georgia, serif;
  font-size: clamp(3.2rem, 4vw, 5.6rem);
  font-weight: normal;
  color: #000;
  line-height: 1.12;
}

.about-intro__title em {
  font-style: italic;
  color: #3c0506;
}

.about-intro__right {
  padding-top: 0.4rem;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  color: rgba(0, 0, 0, 0.65);
}

.about-intro__right p+p {
  margin-top: 1.6rem;
}

.about-photo {
  padding: 0 4rem;
}

.about-photo__inner {
  max-width: 148rem;
  margin: 0 auto;
  height: 60rem;
  border-radius: 2rem;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .about-photo__inner {
    height: 44rem;
  }
}

@media (max-width: 768px) {
  .about-photo__inner {
    height: 28rem;
  }
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-body {
  background-color: #f0e8dc;
  padding: 8rem 4rem;
}

.about-body__container {
  max-width: 148rem;
  margin: 0 auto;
  columns: 2;
  column-gap: 6.4rem;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 768px) {
  .about-body__container {
    columns: 1;
  }
}

.about-body__container p+p {
  margin-top: 1.6rem;
}

.legal-page {
  background-color: #f0e8dc;
  padding: 8rem 4rem 10rem;
}

.legal-page__inner {
  max-width: 76rem;
  margin: 0 auto;
}

.legal-page__title {
  font-family: Georgia, serif;
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  font-weight: normal;
  color: #3c0506;
  margin-bottom: 5.6rem;
  line-height: 1.1;
}

.legal-page__body {
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.8);
}

.legal-page__body h2 {
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: normal;
  color: #3c0506;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(60, 5, 6, 0.15);
}

.legal-page__body h2:first-child {
  margin-top: 0;
}

.legal-page__body p {
  margin-bottom: 1.6rem;
}

.legal-page__body ul,
.legal-page__body ol {
  padding-left: 2.4rem;
  margin-bottom: 1.6rem;
  list-style-type: disc;
}

.legal-page__body ul li,
.legal-page__body ol li {
  margin-bottom: 0.6rem;
}

.legal-page__body ol {
  list-style-type: decimal;
}

.legal-page__body strong {
  color: #000;
  font-weight: bold;
}

.legal-page__body a {
  color: #3c0506;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page__body a:hover {
  opacity: 0.75;
}

.legal-page__body em {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-size: 1.4rem;
}

.error-page {
  background-color: #f0e8dc;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 6.4rem;
  text-align: center;
}

.error-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  max-width: 60rem;
}

.error-page__code {
  font-family: Georgia, serif;
  font-size: clamp(10rem, 20vw, 18rem);
  line-height: 1;
  color: rgba(60, 5, 6, 0.12);
  letter-spacing: -0.02em;
  user-select: none;
}

.error-page__title {
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  font-weight: normal;
  color: #3c0506;
  line-height: 1.15;
  margin-top: -4rem;
}

.error-page__text {
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  max-width: 44rem;
}

/*# sourceMappingURL=main.css.map */