:root{
  --paper:#f3f0eb;
  --ink:#1f1f1f;
  --muted:#666;
  --serif:'Cormorant Garamond', serif;
  --sans:'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

html, body{height:100%;}
body{
  font-family: var(--sans);
  color: var(--ink);
  background:#fff;
  min-height: 100vh;
  display:flex;
  flex-direction:column;
}
main{
  flex: 1 0 auto;
}
#site-footer{
  margin-top: auto;
}

.site-header{
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.brand-logo{
  width: 180px;
  height: auto;
  object-fit: contain;
}

.navbar .nav-link{
  font-size: 12px;
  letter-spacing: .18em;
  color: #222;
  text-transform: uppercase;
}
.navbar .nav-link:hover{opacity:.75;}

.lang-switch{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  letter-spacing:.18em;
}
.lang-switch__btn{
  border:0;
  background:transparent;
  padding:0;
  text-transform:uppercase;
  color:#222;
}
.lang-switch__btn.is-active{font-weight:600;}
.lang-switch__sep{opacity:.5;}

.icon-btn{
  text-decoration:none;
  color:#222;
  display:inline-flex;
  width:28px;height:28px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:999px;
  align-items:center;justify-content:center;
}
.icon-btn:hover{opacity:.8;}
.icon{font-size:14px; line-height:1;}

.hero{
  position:relative;
  min-height: 520px;
  display:flex;
  align-items:center;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  overflow:hidden;
}
@media (min-width: 992px){
  .hero{min-height: 560px;}
}
.hero__slides{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.hero__slide{
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  transform: translateX(100%);
  transition: transform 1.2s ease;
  will-change: transform;
  opacity: 0.75;
}
.hero__slide.is-current{
  transform: translateX(0);
  z-index:2;
}
.hero__slide.is-next{
  transform: translateX(100%);
  z-index:1;
}
.hero__slide.is-prev{
  transform: translateX(-100%);
  z-index:1;
}
.hero__overlay{
  position:absolute; inset:0;
  z-index:1;
  background: linear-gradient(to bottom, rgba(255,255,255,.05), rgba(255,255,255,.25));
}
.hero__content{
  position:relative;
  z-index:2;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.hero__title{
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: .02em;
  color:#fff;
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
  background: rgba(5, 4, 4, 0.16);
  display:inline-block;
  padding: 18px 40px;
}

.section{
  padding: 90px 0;
  position:relative;
}
.section .container{
  position:relative;
  z-index:2;
}
.section--paper{
  background: var(--paper);
  overflow:hidden;
}

.section-title{
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: .02em;
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 18px;
}
.about .section-title{
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 992px){
  .about .section-title{font-size: 36px;}
}
.services .section-title,
.contact .section-title,
.certificates .section-title{
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 992px){
  .services .section-title,
  .contact .section-title,
  .certificates .section-title{font-size: 36px;}
}
.section-subtext{
  color: var(--muted);
  max-width: 760px;
  margin-left:auto;
  margin-right:auto;
}

.paper-card{
  position:relative;
  z-index:2;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 6px;
  padding: 34px 28px;
}
@media (min-width: 992px){
  .paper-card{padding: 44px 44px;}
}

.section-text p{
  color:#2a2a2a;
  line-height: 1.85;
  font-size: 14px;
  margin-bottom: 14px;
}
.about .section-text p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 992px){
  .about .section-text p{font-size: 16px;}
}

.section-bg{
  position:absolute;
  inset:0;
  z-index:1;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.30;
  transform: scale(1.02);
  pointer-events:none;
}
.section-bg--about{ background-image: url('../assets/section-background.jpg'); }
.section-bg--contact{ background-image: url('../assets/section-background.jpg'); }

.services{background:#fff;}
.service-card{
  position:relative;
  display:block;
  border-radius: 0;
  overflow:hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(0,0,0,.06);
}
.service-card:focus{
  outline: none;
}
.service-card:focus-visible{
  outline: 2px solid rgba(0,0,0,.45);
  outline-offset: 3px;
}
.service-card__img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.04);
  opacity: 0.75;
}
.service-card__overlay{
  position:absolute; inset:0;
  background: rgba(0,0,0,.18);
  transition: background .35s ease;
}
.service-card__content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-align:center;
  padding: 16px;
  gap: 10px;
  opacity: 1;
  transform: translateY(0);
}
.service-card__title{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  width: 100%;
  min-height: 56px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 10px 12px;
  background: rgba(0,0,0,.35);
  position: absolute;
}
.service-card__desc{
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  max-width: 220px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}
.service-card__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 90px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.80);
  color:#1f1f1f;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  text-decoration: none;
}
.service-card:hover .service-card__title{
  opacity: 0;
}
.service-card:hover .service-card__overlay{background: rgba(0,0,0,.35);}
.service-card:hover .service-card__content{
  gap: 12px;
}
 .service-card:hover .service-card__desc,
 .service-card:hover .service-card__cta{
  opacity: 1;
  transform: translateY(0);
}
@media (hover: none){
  .service-card__desc,
  .service-card__cta{
    opacity: 0;
    transform: translateY(8px);
  }
  .service-card:focus,
  .service-card:focus-visible{
    outline: none;
  }
  .service-card:focus .service-card__overlay,
  .service-card:focus-visible .service-card__overlay{
    background: rgba(0,0,0,.35);
  }
  .service-card:focus .service-card__title,
  .service-card:focus-visible .service-card__title{
    opacity: 0;
  }
  .service-card:focus .service-card__desc,
  .service-card:focus-visible .service-card__desc,
  .service-card:focus .service-card__cta,
  .service-card:focus-visible .service-card__cta{
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-info__block{margin-bottom: 22px;}
.contact-info__k{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contact-info__v{
  color:#1f1f1f;
  text-decoration:none;
  font-size: 14px;
  line-height: 1.7;
}
.contact-info__v:hover{text-decoration:underline;}

.contact-form .form-label{
  font-size: 12px;
  letter-spacing: .06em;
  color:#222;
}
.contact-form .form-control{
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  padding: 8px 12px;
  font-size: 14px;
  background: rgba(255,255,255,.85);
}
.contact-form textarea.form-control{border-radius: 10px;}
.btn-send{
  border-radius: 999px;
  letter-spacing: .16em;
  font-size: 12px;
  padding: 10px 22px;
}
.form-hint{font-size:12px;color:var(--muted);}

.certificate-img{
  max-width: 320px;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  padding: 10px;
}

.site-footer{
  background:#fff;
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 22px 0;
  margin-top: auto;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.footer-copy{
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color:#2b2b2b;
}
.footer-icons{display:flex;gap:10px;}

/* ABOUT SECTION */
.about-section{
  position: relative;
  padding: 100px 0;
  background: url("../assets/about-bg.jpg") center/cover no-repeat;
}

/* overlay (soft luxury look) */
.about-section::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,0.88);
}

.about-content{
  position: relative;
  z-index: 2;
  max-width: 950px;
}

/* TITLE */
.about-title{
  font-family: "Libre Baskerville", Baskerville, serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  color:#2b2b2b;
}

/* PARAGRAPHS */
.about-text{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color:#444;
  margin-bottom: 18px;
}

/* WEDDING PAGE */
.subpage{
  background: var(--paper);
}
.wedding-page{
  background: var(--paper);
}
.wedding-hero{
  padding: 70px 0 90px;
  background-color: var(--paper);
  background-image: url('../assets/section-background.jpg');
  background-size: 900px auto;
  background-repeat: repeat;
}
.wedding-title{
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  margin-bottom: 18px;
}
.wedding-intro{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 10px;
  color: #2a2a2a;
}
.wedding-grid{
  display:grid;
  gap: 28px;
  align-items:start;
  margin-top: 36px;
}
.wedding-grid--top{
  grid-template-columns: 1fr;
}
.wedding-grid--bottom{
  grid-template-columns: 1fr;
}
.wedding-image img{
  width: 100%;
  height: auto;
  display:block;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 26px rgba(0,0,0,.08);
}
.corporate-page .wedding-image img{
  max-width: 430px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
}
.private-page .wedding-image img{
  max-width: 430px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
}
.decor-page .wedding-image img{
  max-width: 430px;
  max-height: 480px;
  margin-left: auto;
  margin-right: auto;
}
.wedding-text{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #2a2a2a;
}
.wedding-subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 6px;
  color: #1f1f1f;
}
.wedding-text p{
  margin: 0 0 14px;
}
.wedding-actions{
  margin-top: 26px;
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
}
.wedding-back{
  justify-self: start;
  color:#1f1f1f;
  text-decoration:none;
  font-size: 13px;
}
.wedding-back:hover{text-decoration:underline;}
.wedding-cta{
  justify-self: center;
  text-decoration:none;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  color:#1f1f1f;
  font-size: 12px;
  letter-spacing: .06em;
}
.wedding-cta:hover{
  background: rgba(0,0,0,.12);
}
@media (min-width: 992px){
  .wedding-title{font-size: 36px;}
  .wedding-intro{font-size: 15px;}
  .wedding-text{font-size: 14px;}
  .wedding-grid--top{grid-template-columns: 1fr 1.15fr;}
  .wedding-grid--bottom{grid-template-columns: 1.15fr 1fr;}
}

/* 404 PAGE */
.notfound-page{
  background: var(--paper);
}
.notfound-hero{
  padding: 90px 0 110px;
  background-color: var(--paper);
  background-image: url('../assets/section-background.jpg');
  background-size: 900px auto;
  background-repeat: repeat;
}
.notfound-card{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.notfound-code{
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(64px, 12vw, 120px);
  letter-spacing: .16em;
  color: #1f1f1f;
  margin-bottom: 6px;
}
.notfound-title{
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 12px;
}
.notfound-intro{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 520px;
  margin: 0 auto;
}
.notfound-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}
.notfound-link{
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  color: #1f1f1f;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.notfound-link:hover{
  background: rgba(0,0,0,.14);
}
.notfound-link--primary{
  background: #1f1f1f;
  color: #fff;
}
.notfound-link--primary:hover{
  background: #000;
  color: #fff;
}


/* THANK YOU PAGE */
.thankyou-page{
  background: var(--paper);
}
.thankyou-hero{
  padding: 90px 0 110px;
  background-color: var(--paper);
  background-image: url('../assets/section-background.jpg');
  background-size: 900px auto;
  background-repeat: repeat;
}
.thankyou-card{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.thankyou-mark{
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,.08);
  color: #1f1f1f;
  font-size: 30px;
  font-family: var(--serif);
}
.thankyou-title{
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 12px;
}
.thankyou-intro{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 520px;
  margin: 0 auto;
}
.thankyou-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}
.thankyou-link{
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  color: #1f1f1f;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.thankyou-link:hover{
  background: rgba(0,0,0,.14);
}
.thankyou-link--primary{
  background: #1f1f1f;
  color: #fff;
}
.thankyou-link--primary:hover{
  background: #000;
  color: #fff;
}
