* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f6f5f2;
  color: #292722;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}


/* HEADER */

.site-header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #f6f5f2;
  border-bottom: 1px solid rgba(41,39,34,.12);
}

.header-inner {
  width: min(1380px, calc(100% - 60px));
  min-height: 92px;
  margin: auto;

  display: flex;
  align-items: center;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.brand-logo-box {
  width: 45px;
  height: 45px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  line-height: .85;
}

.brand-sub {
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}


/* NAV */

.nav {
  margin-left: auto;

  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav a:hover {
  opacity: .55;
}

.nav-visit {
  padding: 12px 17px;
  border: 1px solid #292722;
}


/* LANGUAGE
   МОВА ТЕПЕР ПІСЛЯ НАЗВИ,
   А НЕ ДЕСЬ ЗА ЕКРАНОМ
*/

.header-language {
  order: 2;

  margin-left: 32px;

  display: flex;
  align-items: center;

  border: 1px solid rgba(41,39,34,.25);

  flex-shrink: 0;
}

.header-language button {
  width: 37px;
  height: 30px;

  padding: 0;
  margin: 0;

  border: 0;
  background: transparent;

  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;

  cursor: pointer;

  color: #292722;
}

.header-language button:hover {
  background: rgba(41,39,34,.08);
}

.header-language button.active {
  background: #292722;
  color: #f6f5f2;
}


/* HERO */

.hero {
  width: min(1380px, calc(100% - 60px));
  margin: auto;
  padding: 90px 0 120px;
}

.hero-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.kicker,
.section-tag {
  margin: 0 0 22px;

  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(70px, 8vw, 125px);
  font-weight: 500;
  line-height: .78;
  letter-spacing: -.045em;
}

.hero h1 em,
h2 em {
  font-weight: 500;
}

.hero-lead {
  max-width: 510px;

  margin: 42px 0 25px;

  font-size: 14px;
  line-height: 1.75;
}

.hero-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;

  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;

  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 18px;

  padding: 14px 20px;

  background: #292722;
  color: #f6f5f2;

  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;

  transition: transform .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.text-link {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;

  border-bottom: 1px solid #292722;
  padding-bottom: 4px;
}


/* HERO IMAGE */

.hero-visual {
  position: relative;
}

.hero-image-frame {
  width: 100%;
  height: min(680px, 65vw);

  overflow: hidden;
}

.hero-image-frame img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.hero-stamp {
  position: absolute;

  left: -35px;
  bottom: 50px;

  width: 105px;
  height: 105px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #292722;
  color: #f6f5f2;

  text-align: center;

  font-size: 8px;
  line-height: 1.4;
  letter-spacing: .1em;
}

.hero-caption {
  margin-top: 12px;

  font-size: 8px;
  letter-spacing: .16em;
  opacity: .55;
}


/* INTRO */

.intro-band {
  border-top: 1px solid rgba(41,39,34,.15);
  border-bottom: 1px solid rgba(41,39,34,.15);

  padding: 85px 0;
}

.intro-grid {
  width: min(1380px, calc(100% - 60px));
  margin: auto;

  display: grid;
  grid-template-columns: .5fr 1.4fr .7fr;
  gap: 50px;
}

.intro-grid h2,
.section-head h2,
.craft h2,
.reviews h2,
.visit h2 {
  margin: 0 0 25px;

  font-family: "Cormorant Garamond", serif;
  font-weight: 500;

  font-size: clamp(48px, 5vw, 78px);
  line-height: .88;
  letter-spacing: -.035em;
}

.intro-grid p:not(.section-tag) {
  max-width: 600px;

  font-size: 13px;
  line-height: 1.8;
}

.intro-note {
  border-left: 1px solid rgba(41,39,34,.2);
  padding-left: 25px;

  display: flex;
  flex-direction: column;
  gap: 9px;
}

.intro-note span,
.intro-note small {
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.intro-note strong {
  font-size: 13px;
}

.intro-note small {
  opacity: .55;
}


/* SECTIONS */

.section {
  width: min(1380px, calc(100% - 60px));
  margin: auto;
  padding: 120px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;

  margin-bottom: 55px;
}

.section-head > p {
  max-width: 430px;

  font-size: 12px;
  line-height: 1.8;
}


/* GALLERY */

.gallery-grid {
  display: grid;

  grid-template-columns: repeat(12, 1fr);

  gap: 14px;
}

.gallery-grid .g {
  position: relative;

  grid-column: span 3;

  height: 330px;

  margin: 0;

  overflow: hidden;

  background: #dedbd4;
}

.gallery-grid .g:nth-child(1) {
  grid-column: span 6;
}

.gallery-grid .g:nth-child(6) {
  grid-column: span 6;
}

.gallery-grid .g img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform .6s cubic-bezier(.2,.7,.2,1),
    filter .4s ease;
}

.gallery-grid .g:hover img {
  transform: scale(1.045);
  filter: brightness(.88);
}

.gallery-grid figcaption {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  padding: 50px 18px 15px;

  color: white;

  font-size: 9px;
  letter-spacing: .06em;

  background: linear-gradient(
    to top,
    rgba(0,0,0,.65),
    transparent
  );

  opacity: 0;

  transition: opacity .3s ease;
}

.gallery-grid .g:hover figcaption {
  opacity: 1;
}

.gallery-grid figcaption span {
  margin-right: 8px;
  opacity: .65;
}


/* CRAFT */

.craft {
  border-top: 1px solid rgba(41,39,34,.15);
  border-bottom: 1px solid rgba(41,39,34,.15);
}

.craft-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 90px;

  align-items: center;
}

.craft-copy > p:not(.section-tag) {
  max-width: 520px;

  font-size: 13px;
  line-height: 1.8;
}

.craft-image {
  height: 600px;

  overflow: hidden;
}

.craft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats {
  display: flex;
  gap: 55px;

  margin-top: 50px;
}

.stats div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.stats b {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
}

.stats span {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .55;
}


/* REVIEWS */

.review-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 14px;
}

.review {
  min-height: 300px;

  padding: 30px;

  border: 1px solid rgba(41,39,34,.17);

  display: flex;
  flex-direction: column;
}

.review > span {
  font-size: 8px;
  letter-spacing: .15em;
  opacity: .5;
}

.stars {
  margin: 40px 0 25px;

  letter-spacing: .2em;
}

.review p {
  margin: 0 0 auto;

  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  line-height: 1.2;
}

.review strong {
  margin-top: 30px;
  font-size: 10px;
}

.review small {
  margin-top: 5px;

  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .5;
}


/* VISIT */

.visit {
  border-top: 1px solid rgba(41,39,34,.15);
}

.visit-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 100px;
}

.visit-copy > p:not(.section-tag) {
  max-width: 550px;

  font-size: 13px;
  line-height: 1.8;

  margin-bottom: 35px;
}

.hours-panel {
  padding: 40px;

  background: #292722;
  color: #f6f5f2;
}

.hours-panel .section-tag {
  color: #f6f5f2;
}

.hours-panel h3 {
  margin: 0 0 30px;

  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 500;
}

.hours {
  border-top: 1px solid rgba(246,245,242,.2);
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 20px;

  padding: 15px 0;

  border-bottom: 1px solid rgba(246,245,242,.15);
}

.hours span,
.hours b {
  font-size: 11px;
  font-weight: 400;
}

.hours b {
  text-align: right;
}


/* FOOTER */

.footer {
  position: relative;

  background: #292722;
  color: #f6f5f2;

  padding: 75px 0 25px;

  overflow: visible;
}

.footer-top {
  width: min(1380px, calc(100% - 60px));
  margin: auto;

  display: grid;

  grid-template-columns: 1.5fr 1fr 1fr 1fr;

  gap: 50px;

  align-items: start;

  overflow: visible;
}


/* ВАЖЛИВО:
   логотип тепер має власний блок,
   тому він не зливається з чорним footer
*/

.footer-brand {
  min-height: 140px;

  display: flex;
  align-items: center;

  gap: 20px;

  overflow: visible;
}

.footer-logo {
  width: 115px;
  height: 115px;

  min-width: 115px;
  min-height: 115px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: visible;
}

.footer-logo img {
  display: block;

  width: 115px;
  height: 115px;

  max-width: none;
  max-height: none;

  object-fit: contain;

  opacity: 1;
  visibility: visible;

  position: relative;
  z-index: 20;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
}

.footer-brand-text strong {
  font-family: "Cormorant Garamond", serif;

  font-size: 28px;
  font-weight: 500;
}

.footer-brand-text span {
  margin-top: 5px;

  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;

  opacity: .55;
}

.footer-address,
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-address > span,
.footer-links > span {
  margin-bottom: 10px;

  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;

  opacity: .45;
}

.footer-address strong {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
}

.footer-links a {
  font-size: 10px;
  opacity: .75;

  transition: opacity .2s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-bottom {
  width: min(1380px, calc(100% - 60px));
  margin: 60px auto 0;

  padding-top: 20px;

  border-top: 1px solid rgba(246,245,242,.15);

  display: flex;
  justify-content: space-between;

  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;

  opacity: .5;
}


/* TABLET */

@media (max-width: 1050px) {

  .header-inner {
    width: calc(100% - 40px);
  }

  .nav {
    gap: 16px;
  }

  .header-language {
    margin-left: 20px;
  }

  .hero-layout {
    gap: 40px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}


/* MOBILE */

@media (max-width: 800px) {

  .header-inner {
    min-height: 78px;
    width: calc(100% - 40px);
  }

  .brand-logo-box {
    width: 38px;
    height: 38px;
  }

  .brand-name {
    font-size: 23px;
  }

  .nav {
    display: none;
  }

  .header-language {
    margin-left: auto;
  }

  .header-language button {
    width: 32px;
    height: 28px;
  }

  .hero {
    width: calc(100% - 40px);
    padding: 65px 0 80px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-image-frame {
    height: 520px;
  }

  .intro-grid {
    width: calc(100% - 40px);

    grid-template-columns: 1fr;
  }

  .intro-note {
    border-left: 0;

    border-top: 1px solid rgba(41,39,34,.2);

    padding: 20px 0 0;
  }

  .section {
    width: calc(100% - 40px);
    padding: 80px 0;
  }

  .section-head {
    display: block;
  }

  .section-head > p {
    margin-top: 30px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid .g,
  .gallery-grid .g:nth-child(1),
  .gallery-grid .g:nth-child(6) {
    grid-column: span 1;
    height: 300px;
  }

  .craft-grid,
  .visit-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .craft-image {
    height: 500px;
  }

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

  .footer-top {
    width: calc(100% - 40px);
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    width: calc(100% - 40px);

    flex-direction: column;
    gap: 10px;
  }
}


/* SMALL MOBILE */

@media (max-width: 520px) {

  .header-inner {
    width: calc(100% - 25px);
  }

  .brand-copy {
    display: none;
  }

  .header-language {
    margin-left: auto;
  }

  .header-language button {
    width: 30px;
    font-size: 8px;
  }

  .hero {
    width: calc(100% - 25px);
  }

  .hero h1 {
    font-size: 65px;
  }

  .hero-image-frame {
    height: 440px;
  }

  .hero-stamp {
    width: 80px;
    height: 80px;

    left: -10px;
    bottom: 35px;

    font-size: 7px;
  }

  .intro-grid,
  .section,
  .footer-top,
  .footer-bottom {
    width: calc(100% - 25px);
  }

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

  .gallery-grid .g,
  .gallery-grid .g:nth-child(1),
  .gallery-grid .g:nth-child(6) {
    grid-column: span 1;
    height: 330px;
  }

  .gallery-grid figcaption {
    opacity: 1;
  }

  .craft-image {
    height: 400px;
  }

  .stats {
    gap: 25px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand {
    min-height: 110px;
  }

  .footer-logo {
    width: 90px;
    height: 90px;

    min-width: 90px;
    min-height: 90px;
  }

  .footer-logo img {
    width: 90px;
    height: 90px;

    max-width: none;
    max-height: none;
  }

  .hours span,
  .hours b {
    font-size: 10px;
  }
}
/* =========================
   REVIEWS — FULL WIDTH
========================= */

.reviews {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #e3e1dc;
  padding: 120px max(30px, calc((100vw - 1380px) / 2)) !important;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1380px;
  margin: 0 auto;
}

.review {
  min-height: 320px;
  padding: 34px;
  background: #d5d2cc;
  border: 1px solid rgba(41, 39, 34, .18);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, background .25s ease;
}

.review:hover {
  transform: translateY(-4px);
  background: #cfccc6;
}

.review > span {
  font-size: 9px;
  letter-spacing: .15em;
  opacity: .5;
}

.stars {
  margin: 42px 0 25px;
  font-size: 13px;
  letter-spacing: .18em;
}

.review p {
  margin: 0 0 auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  line-height: 1.22;
}

.review strong {
  margin-top: 30px;
  font-size: 11px;
}

.review small {
  margin-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .5;
}

@media (min-width: 801px) {
  .review p {
    font-size: 27px;
  }

  .review > span {
    font-size: 10px;
  }

  .review strong {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .reviews {
    padding: 80px 20px !important;
  }

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

  .review {
    min-height: 280px;
  }
}
[data-de][data-en] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

[data-de][data-en].language-changing {
  opacity: 0;
  transform: translateY(5px);
}
.header-language {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  border-radius: 999px;
  isolation: isolate;
}

.header-language::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 32px;
  height: 28px;
  border-radius: 999px;
  background: #111;
  z-index: -1;
  transform: translateX(0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-language:has(button[data-lang="en"].active)::before {
  transform: translateX(34px);
}

.header-language button {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 28px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.header-language button.active {
  color: white;
  opacity: 1;
}

.header-language button:not(.active) {
  color: inherit;
  opacity: 0.55;
}
.concept-label {
  opacity: 0.45;
  letter-spacing: 0.12em;
  font-size: 9px;
}