::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f0e5d7;
}
::-webkit-scrollbar-thumb {
  background: #152320;
  border-radius: 4px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #152320 #f0e5d7;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --font-family: "Nunito", sans-serif;
  --second-family: "Lexend Tera", sans-serif;
  --third-family: "Fraunces", sans-serif;
}
body {
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.75;
  background: #ede6dd;
  color: #152320;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 64px;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 20px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .sgk-btn {
    padding: 13px 20px;
    border-radius: 100px;
  }
}
img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
}
ul,
ol {
  list-style: none;
}
.sgk-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.sgk-container-fluid {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.sgk-clearfix::after {
  content: '';
  clear: both;
  display: table;
}
.sgk-subheading {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sgk-btn {
  display: inline-block;
  font-family: "Lexend Tera", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  min-width: 110px;
  border-radius: 100%;
  cursor: pointer;
  background: transparent;
  border: 1px solid #000;
  transition: opacity 0.2s ease;
}
.sgk-btn:hover {
  opacity: 0.6;
}
.sgk-btn--light {
  color: #ffffff;
  border-color: #ffffff;
}
.wpforms-label-hide {
  display: none;
}
.wpforms-field-container input,
.wpforms-field-container textarea {
  border: none;
}
.wpforms-field-container textarea {
  resize: none;
}
.wpforms-field {
  margin-bottom: 24px;
}
.sgk-header {
  background: #ede6dd;
  padding: 22px 0;
  position: sticky;
  top: 0;
  z-index: 50;
  transition: box-shadow 0.3s ease;
}
.sgk-header.is-sticky {
  box-shadow: 0 2px 20px rgba(21, 35, 32, 0.08);
}
.sgk-header--white {
  background: #ffffff;
}
.sgk-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
}
.sgk-header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
}
.sgk-header__burger img {
  width: 28px;
  border-radius: 0;
}
.sgk-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 198px;
}
.sgk-header__logo img {
  border-radius: 0;
  width: auto;
}
.sgk-header__contact {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #152320;
  transition: opacity 0.2s ease;
}
.sgk-header__contact:hover {
  opacity: 0.6;
}
.sgk-nav-overlay {
  position: fixed;
  inset: 0;
  background: #ede6dd;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 22px 115px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sgk-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.sgk-nav-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
  padding: 0 0 0 0;
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sgk-nav-overlay__logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 198px;
}
.sgk-nav-overlay__logo img {
  border-radius: 0;
  width: auto;
}
.sgk-nav-overlay__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
}
.sgk-nav-overlay__close img {
  width: 24px;
  border-radius: 0;
}
.sgk-nav-overlay__contact {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #152320;
  transition: opacity 0.2s ease;
}
.sgk-nav-overlay__contact:hover {
  opacity: 0.6;
}
.sgk-nav-overlay__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}
.sgk-nav-overlay__link {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #152320;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.sgk-nav-overlay__link:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .sgk-nav-overlay {
    padding: 22px 15px;
  }
  .sgk-nav-overlay__top {
    margin-bottom: 40px;
  }
  .sgk-nav-overlay__logo img {
    height: 48px;
  }
  .sgk-nav-overlay__link {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .sgk-nav-overlay__contact {
    display: none;
  }
  .sgk-nav-overlay__link {
    font-size: 30px;
  }
  .sgk-nav-overlay__links {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .sgk-header__contact {
    display: none;
  }
  .sgk-header__logo img {
    height: 48px;
    margin: 0 auto;
  }
}
.sgk-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sgk-contact-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.sgk-contact-modal.is-open .sgk-contact-modal__inner {
  transform: translateY(0);
}
.sgk-contact-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 35, 32, 0.6);
  cursor: pointer;
}
.sgk-contact-modal__inner {
  position: relative;
  background: #152320;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 45px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.sgk-contact-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.sgk-contact-modal__close img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.sgk-contact-modal__title {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.wpforms-recaptcha-container.wpforms-is-hcaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sgk-contact-modal__form .wpforms-submit {
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  .sgk-contact-modal {
    padding: 15px;
  }
  .sgk-contact-modal__inner {
    padding: 30px 25px;
  }
  .sgk-contact-modal__title {
    font-size: 28px;
  }
}
.sgk-devider {
  background: #152320;
}
.sgk-devider hr {
  max-width: 1120px;
  background: #ffffff;
  height: 1px;
  margin: 0 auto;
  border: none;
}
.sgk-contact {
  background: #152320;
  color: #ffffff;
  padding: 90px 0 70px;
}
.sgk-contact__inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
}
.sgk-contact h2 {
  font-weight: 300;
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 30px;
}
.sgk-contact__address,
.sgk-contact__phone,
.sgk-contact__email,
.sgk-contact__location {
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 4px;
  transition: opacity 0.2s ease;
}
.sgk-contact__address:hover,
.sgk-contact__phone:hover,
.sgk-contact__email:hover,
.sgk-contact__location:hover {
  opacity: 0.7;
}
.sgk-contact__details {
  margin-bottom: 25px;
}
.sgk-contact__socials {
  display: flex;
  gap: 25px;
}
.sgk-contact__social-link {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
.sgk-contact__social-link:hover {
  opacity: 0.7;
}
.sgk-contact__form-label {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 25px;
}
.sgk-contact--light {
  background: #ffffff;
  color: #152320;
}
.sgk-contact--light h2 {
  color: #152320;
}
.sgk-contact--light .sgk-contact__address,
.sgk-contact--light .sgk-contact__phone,
.sgk-contact--light .sgk-contact__email,
.sgk-contact--light .sgk-contact__location {
  color: #152320;
}
.sgk-contact--light .sgk-contact__social-link {
  color: #152320;
}
.sgk-contact--light .sgk-contact__form-label {
  color: #152320;
}
.sgk-contact--light .sgk-form__input input,
.sgk-contact--light .sgk-form__textarea textarea {
  border-bottom-color: rgba(21, 35, 32, 0.3);
  color: #152320;
}
.sgk-contact--light .sgk-form__input input::placeholder,
.sgk-contact--light .sgk-form__textarea textarea::placeholder {
  color: rgba(21, 35, 32, 0.5);
}
.sgk-contact--light .sgk-form__input input:focus,
.sgk-contact--light .sgk-form__textarea textarea:focus {
  border-bottom-color: #152320;
}
.sgk-contact--light .sgk-btn--light {
  color: #152320;
  border-color: #152320;
}
.sgk-form__field {
  margin-bottom: 24px;
}
.sgk-form__input input,
.sgk-form__textarea textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  font-size: 12px;
  padding: 6px 0 10px;
  outline: none;
  transition: border-color 0.2s ease;
}
.sgk-form__input input::placeholder,
.sgk-form__textarea textarea::placeholder {
  font-family: "Lexend Tera", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
}
.sgk-form__input input:focus,
.sgk-form__textarea textarea:focus {
  border-bottom-color: #ffffff;
}
.sgk-form__textarea,
.sgk-form__textarea textarea {
  resize: none;
  min-height: 40px;
}
.sgk-footer {
  background: #152320;
  padding: 60px 0;
}
.sgk-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2fr 1.5fr 1.5fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 50px;
}
.sgk-footer__brand .sgk-footer__logo img {
  border-radius: 0;
  margin-bottom: 30px;
}
.sgk-footer__copyright {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
}
.sgk-footer__col-title {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 18px;
}
.sgk-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.sgk-footer__nav a {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.75;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
.sgk-footer__nav a:hover {
  opacity: 0.7;
}
.sgk-footer__contacts a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 6px;
  transition: opacity 0.2s ease;
}
.sgk-footer__contacts a:hover {
  opacity: 0.7;
}
.sgk-footer__company p,
.sgk-footer__company a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1.6;
  transition: opacity 0.2s ease;
}
.sgk-footer__company a:hover {
  opacity: 0.7;
}
.sgk-footer__socials {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sgk-footer__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: opacity 0.2s ease;
}
.sgk-footer__social-icon:hover {
  opacity: 0.7;
}
.sgk-footer__social-icon img {
  width: 25px;
  height: 25px;
  border-radius: 0;
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media (max-width: 1024px) {
  .sgk-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
  .sgk-footer h2 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .sgk-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sgk-footer h2 {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .sgk-footer h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .sgk-contact {
    padding: 60px 0 50px;
  }
  .sgk-contact__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sgk-footer {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .sgk-contact {
    padding: 50px 0 40px;
  }
  .sgk-footer {
    padding: 30px 0;
  }
}
.sgk-hero {
  background: #ede6dd;
  padding: 80px 0 100px;
  text-align: center;
}
.sgk-hero .sgk-subheading {
  margin-bottom: 15px;
}
.sgk-hero__desc {
  max-width: 700px;
  margin: 25px auto 0;
}
.sgk-hero__stats {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 65px;
}
.sgk-hero__stat-value {
  display: block;
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 65px;
  line-height: 1;
  margin-bottom: 12px;
}
.sgk-hero__stat-label {
  display: block;
  font-size: 12px;
}
.sgk-hero__note {
  margin-top: 35px;
  font-size: 11px;
  color: #152320;
}
@media (max-width: 768px) {
  .sgk-hero {
    padding: 60px 0 70px;
  }
  .sgk-hero h1 {
    font-size: 52px;
  }
  .sgk-hero__stats {
    gap: 40px;
  }
  .sgk-hero__stat-value {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .sgk-hero {
    padding: 45px 0 55px;
  }
  .sgk-hero__stats {
    flex-direction: column;
    gap: 30px;
    margin-top: 45px;
  }
  .sgk-hero__stat-value {
    font-size: 40px;
  }
}
.sgk-methodology {
  background: #ffffff;
  padding: 100px 0;
}
.sgk-methodology__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.sgk-methodology__text h2 {
  margin-bottom: 25px;
}
.sgk-methodology__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .sgk-methodology {
    padding: 60px 0;
  }
  .sgk-methodology__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .sgk-methodology {
    padding: 45px 0;
  }
}
.sgk-story {
  background: #ede6dd;
  padding: 80px 0 90px;
}
.sgk-story__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.sgk-story__left .sgk-subheading {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.sgk-story__left h1 {
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.sgk-story__desc {
  text-align: center;
  margin-bottom: 35px;
}
.sgk-story__combine-label {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 25px;
}
.sgk-story__combine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.sgk-story__combine-item {
  font-size: 12px;
  line-height: 1.6;
}
.sgk-story__footnote {
  font-size: 11px;
  text-align: center;
  color: rgba(21, 35, 32, 0.6);
  font-style: italic;
}
.sgk-story__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .sgk-story {
    padding: 60px 0 70px;
  }
  .sgk-story__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sgk-story__combine-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .sgk-story {
    padding: 45px 0 50px;
  }
}
.sgk-about {
  background: #152320;
  color: #ffffff;
  padding: 90px 0;
}
.sgk-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sgk-about__photo {
  position: relative;
}
.sgk-about__photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sgk-about__photo-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.sgk-about__founder-name {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.2;
}
.sgk-about__founder-role {
  font-family: "Lexend Tera", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}
.sgk-about__text h2 {
  color: #ffffff;
  margin-bottom: 25px;
}
.sgk-about__text p {
  margin-bottom: 20px;
}
.sgk-about__text p:last-of-type {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sgk-about {
    padding: 60px 0;
  }
  .sgk-about__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .sgk-about {
    padding: 45px 0;
  }
}
.sgk-projects {
  background: #ede6dd;
  padding: 60px 0;
}
.sgk-projects__title {
  font-weight: 300;
  font-size: 80px;
  text-align: center;
  color: #152320;
  margin-bottom: 50px;
}
.sgk-projects__list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.sgk-projects__item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.sgk-projects__info .sgk-subheading {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  color: #152320;
  margin-bottom: 30px;
}
.sgk-projects__name {
  font-weight: 300;
  font-size: 45px;
  color: #152320;
  margin-bottom: 20px;
}
.sgk-projects__specs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.sgk-projects__spec {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #152320;
}
.sgk-projects__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .sgk-projects__title {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .sgk-projects {
    padding: 60px 0;
  }
  .sgk-projects__item {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .sgk-projects__image {
    order: -1;
  }
  .sgk-projects__title {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .sgk-projects {
    padding: 45px 0;
  }
  .sgk-projects__title {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .sgk-projects__list {
    gap: 40px;
  }
}
.sgk-realized {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sgk-realized .sgk-container {
  width: 100%;
}
.sgk-realized__content {
  position: relative;
  z-index: 1;
  padding: 0;
  color: #ffffff;
}
.sgk-realized h2 {
  font-weight: 300;
  font-size: 80px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
}
.sgk-realized__badge {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 15px;
}
.sgk-realized__name {
  font-family: "Fraunces", sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 10px;
}
.sgk-realized__specs {
  display: flex;
  gap: 20px;
  max-width: 220px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.sgk-realized__spec {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .sgk-realized h2 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .sgk-realized {
    min-height: 400px;
  }
  .sgk-realized h2 {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .sgk-realized {
    min-height: 350px;
  }
  .sgk-realized h2 {
    font-size: 34px;
  }
}
.sgk-roi {
  background: #152320;
  color: #ffffff;
  padding: 90px 0;
}
.sgk-roi__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.sgk-roi__left .sgk-subheading {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}
.sgk-roi__left h2 {
  font-weight: 300;
  font-size: 80px;
  color: #f0e5d7;
  margin-bottom: 20px;
}
.sgk-roi__desc {
  font-weight: 200;
  font-size: 12px;
  line-height: 1.75;
  color: #f0e5d7;
  margin-bottom: 25px;
}
.sgk-roi__stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.sgk-roi__stat {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.sgk-roi__stat-value {
  font-family: "Fraunces", sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 1;
  text-align: center;
  color: #f0e5d7;
}
.sgk-roi__stat-label {
  font-weight: 200;
  font-size: 14px;
  text-align: center;
  color: #f0e5d7;
}
.sgk-roi__note {
  font-weight: 200;
  font-size: 12px;
  text-align: left;
  color: #f0e5d7;
  font-style: italic;
}
.sgk-roi__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .sgk-roi__left h2 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .sgk-roi {
    padding: 60px 0;
  }
  .sgk-roi__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sgk-roi__left h2 {
    font-size: 44px;
  }
  .sgk-roi__stat-value {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .sgk-roi {
    padding: 45px 0;
  }
  .sgk-roi__left h2 {
    font-size: 34px;
  }
  .sgk-roi__stat {
    flex-direction: column;
    gap: 5px;
  }
  .sgk-roi__stat-value {
    font-size: 36px;
  }
}
.sgk-projects-hero {
  background: #ede6dd;
  padding: 80px 0 90px;
}
.sgk-projects-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.sgk-projects-hero__left .sgk-subheading {
  text-align: center;
  margin-bottom: 15px;
}
.sgk-projects-hero__left h1 {
  text-align: center;
  margin-bottom: 25px;
}
.sgk-projects-hero__desc {
  text-align: center;
  margin-bottom: 20px;
}
.sgk-projects-hero__footnote {
  font-size: 11px;
  text-align: center;
  color: rgba(21, 35, 32, 0.6);
  font-style: italic;
}
.sgk-projects-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sgk-projects-hero__grid img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .sgk-projects-hero {
    padding: 60px 0 70px;
  }
  .sgk-projects-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .sgk-projects-hero {
    padding: 45px 0 50px;
  }
  .sgk-projects-hero__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sgk-projects-hero__grid img {
    aspect-ratio: 3/2;
  }
}
.sgk-projects--white {
  background: #ffffff;
}
.sgk-roi--light {
  background: #ede6dd;
  color: #152320;
}
.sgk-roi--light .sgk-subheading {
  color: rgba(21, 35, 32, 0.65);
}
.sgk-roi--light h2 {
  color: #152320;
  margin-bottom: 20px;
}
.sgk-roi--light .sgk-roi__desc {
  color: rgba(21, 35, 32, 0.75);
  margin-bottom: 35px;
}
.sgk-roi--light .sgk-roi__stat-value {
  color: #152320;
}
.sgk-roi--light .sgk-roi__stat-label {
  color: rgba(21, 35, 32, 0.65);
}
.sgk-roi--light .sgk-roi__note {
  color: rgba(21, 35, 32, 0.5);
}
.sgk-header--hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.sgk-header--hero .sgk-header__contact {
  color: #ffffff;
}
.sgk-header--hero .sgk-header__burger-icon {
  filter: brightness(0) invert(1);
}
.sgk-header--hero.is-sticky {
  background: #152320;
  box-shadow: none;
}
.sgk-header--hero.is-sticky .sgk-header__contact {
  color: #ffffff;
}
.sgk-hero-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 110px;
  padding-bottom: 40px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sgk-hero-main__content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sgk-hero-main .sgk-subheading {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.sgk-hero-main h1 {
  color: #ffffff;
  max-width: 1070px;
  margin-bottom: 25px;
  line-height: 1;
}
.sgk-hero-main__desc {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.sgk-hero-main__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.sgk-hero-main__subtext {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.sgk-hero-main__search {
  display: flex;
  align-items: center;
  background: #ede6dd;
  border-radius: 10px;
  padding: 10px 30px;
  max-width: fit-content;
}
.sgk-hero-main__search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(21, 35, 32, 0.4);
  padding-bottom: 4px;
  cursor: pointer;
}
.sgk-hero-main__search-input {
  position: relative;
  background: transparent;
  border: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #152320;
  outline: none;
  cursor: pointer;
  width: 90px;
  padding: 0;
}
.sgk-hero-main__search-input::placeholder {
  color: #152320;
  opacity: 1;
}
.sgk-hero-main__search-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.sgk-hero-main__search-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.sgk-hero-main__search-arrow {
  width: 20px;
  height: 20px;
  margin: 0 40px;
  flex-shrink: 0;
}
.sgk-hero-main__search-submit {
  background: transparent;
  border: none;
  font-family: "Lexend Tera", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #152320;
  cursor: pointer;
  margin-left: 40px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.sgk-hero-main__search-submit:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .sgk-hero-main {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .sgk-hero-main__actions {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .sgk-hero-main {
    padding-top: 130px;
    padding-bottom: 35px;
  }
  .sgk-hero-main__search {
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 20px;
    gap: 15px;
    justify-content: center;
  }
  .sgk-hero-main__search-arrow {
    display: none;
  }
  .sgk-hero-main__search-submit {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.sgk-services {
  background: #152320;
  color: #ffffff;
  padding: 80px 0;
}
.sgk-services__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 75px 40px;
}
.sgk-services__item {
  width: calc(25% - 40px);
  min-width: 250px;
}
.sgk-services__title {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 12px;
}
.sgk-services__desc {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .sgk-services__item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .sgk-services__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .sgk-services {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .sgk-services {
    padding: 45px 0;
  }
  .sgk-services__item {
    width: 100%;
  }
}
.sgk-about-preview {
  background: #ede6dd;
  padding: 90px 0;
}
.sgk-about-preview__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sgk-about-preview__left .sgk-subheading {
  margin-bottom: 15px;
}
.sgk-about-preview__left h2 {
  font-weight: 300;
  font-size: 80px;
  color: #152320;
  margin-bottom: 25px;
}
.sgk-about-preview__desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.75;
  color: #152320;
  margin-bottom: 25px;
}
.sgk-about-preview__combine-label {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  margin-top: 25px;
}
.sgk-about-preview__combine-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
}
.sgk-about-preview__combine-item {
  font-size: 12px;
}
.sgk-about-preview__footnote {
  font-size: 11px;
  color: #152320;
  font-style: italic;
}
.sgk-about-preview__photo {
  position: relative;
}
.sgk-about-preview__photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sgk-about-preview__photo-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.sgk-about-preview__founder-name {
  font-family: "Fraunces", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #ffffff;
  line-height: 1.2;
}
.sgk-about-preview__founder-role {
  font-family: "Lexend Tera", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .sgk-about-preview__left h2 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .sgk-about-preview {
    padding: 60px 0;
  }
  .sgk-about-preview__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sgk-about-preview__left h2 {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .sgk-about-preview__left h2 {
    font-size: 34px;
  }
}
.sgk-booking-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sgk-booking-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
.sgk-search-form {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #ede6dd;
  border-radius: 10px;
  padding: 10px 30px;
  max-width: fit-content;
}
.sgk-search-form__field {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(21, 35, 32, 0.4);
  padding-bottom: 4px;
  cursor: pointer;
}
.sgk-search-form__field--guest {
  border-bottom: none;
}
.sgk-search-form__input,
.sgk-search-form__select {
  position: relative;
  background: transparent;
  border: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #152320;
  outline: none;
  cursor: pointer;
  width: 90px;
  padding: 0;
  appearance: none;
}
.sgk-search-form__input::placeholder,
.sgk-search-form__select::placeholder {
  color: #152320;
  opacity: 1;
}
.sgk-search-form__input::-webkit-calendar-picker-indicator,
.sgk-search-form__select::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.sgk-search-form__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.sgk-search-form__caret {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.sgk-search-form__arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.sgk-search-form__submit {
  background: transparent;
  border: none;
  font-family: "Lexend Tera", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #152320;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.sgk-search-form__submit:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .sgk-search-form {
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 20px;
    gap: 15px;
    justify-content: center;
  }
  .sgk-search-form__arrow {
    display: none;
  }
}
@media (max-width: 480px) {
  .sgk-search-form__submit {
    width: 100%;
    text-align: center;
  }
}
.sgk-villas {
  background: #ede6dd;
  padding: 90px 0;
}
.sgk-villas__header {
  text-align: center;
  margin-bottom: 60px;
}
.sgk-villas__header h2 {
  margin-bottom: 20px;
}
.sgk-villas__header-desc {
  max-width: 100%;
  margin: 0 auto;
}
.sgk-villas__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
.sgk-villas__card {
  display: block;
  color: inherit;
}
.sgk-villas__card-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #ede6dd;
}
.sgk-villas__card-gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.sgk-villas__card-gallery-img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0;
  cursor: zoom-in;
}
.sgk-villas__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.sgk-villas__card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 10px;
}
.sgk-villas__card-name {
  font-weight: 300;
  font-size: 45px;
  margin-bottom: 0;
}
.sgk-villas__card-name a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sgk-villas__card-name a:hover {
  opacity: 0.6;
}
.sgk-villas__card-book {
  flex-shrink: 0;
}
.sgk-villas__card-specs {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.sgk-villas__card-spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.sgk-villas__card-spec img {
  width: 14px;
  height: 14px;
  border-radius: 0;
}
.sgk-villas__card-desc {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .sgk-villas {
    padding: 60px 0;
  }
  .sgk-villas__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .sgk-villas__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .sgk-villas {
    padding: 45px 0;
  }
  .sgk-villas__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.sgk-amenities {
  background: #152320;
  padding: 80px 0 120px;
  text-align: center;
}
.sgk-amenities h2 {
  color: #ffffff;
  margin-bottom: 60px;
}
.sgk-amenities__grid {
  display: flex;
  justify-content: center;
  gap: 115px;
  flex-wrap: wrap;
}
.sgk-amenities__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.sgk-amenities__item img {
  width: 50px;
  height: 50px;
  border-radius: 0;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.sgk-amenities__label {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sgk-amenities {
    padding: 55px 0;
  }
  .sgk-amenities__grid {
    gap: 35px;
  }
  .sgk-amenities h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .sgk-amenities {
    padding: 45px 0;
  }
  .sgk-amenities__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
  }
}
.sgk-policy {
  background: #ffffff;
  padding: 90px 0;
}
.sgk-policy__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.sgk-policy__left h2 {
  font-size: 80px;
  margin-bottom: 35px;
}
.sgk-policy__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
.sgk-policy__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.sgk-policy__item img {
  width: 24px;
  height: 24px;
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 1px;
}
.sgk-policy__text {
  font-size: 12px;
  line-height: 1.6;
  color: #152320;
}
.sgk-policy__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .sgk-policy__left h2 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .sgk-policy {
    padding: 60px 0;
  }
  .sgk-policy__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sgk-policy__list {
    grid-template-columns: 1fr 1fr;
  }
  .sgk-policy__left h2 {
    font-size: 44px;
  }
}
@media (max-width: 480px) {
  .sgk-policy {
    padding: 45px 0;
  }
  .sgk-policy__list {
    grid-template-columns: 1fr;
  }
  .sgk-policy__left h2 {
    font-size: 34px;
  }
}
.sgk-contacts-page {
  background: #ede6dd;
  padding: 70px 0;
}
.sgk-contacts-page__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}
.sgk-contacts-page__map iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.sgk-contacts-page__info h2 {
  margin-bottom: 30px;
}
.sgk-contacts-page__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}
.sgk-contacts-page__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sgk-contacts-page__item img {
  width: 24px;
  height: 24px;
  border-radius: 0;
  flex-shrink: 0;
}
.sgk-contacts-page__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
  color: #152320;
  transition: opacity 0.2s ease;
}
.sgk-contacts-page__text:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .sgk-contacts-page {
    padding: 55px 0;
  }
  .sgk-contacts-page__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .sgk-contacts-page {
    padding: 45px 0;
  }
}
.sgk-booking-steps {
  padding: 15px 0;
}
.sgk-booking-steps__inner {
  display: flex;
  align-items: center;
  gap: 0;
}
.sgk-booking-steps__step {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Lexend Tera", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #152320;
  white-space: nowrap;
}
.sgk-booking-steps__step--active {
  font-weight: 600;
}
.sgk-booking-steps__arrow {
  width: 24px;
  height: auto;
  margin: 0 16px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .sgk-booking-steps {
    overflow-x: auto;
  }
  .sgk-booking-steps__inner {
    min-width: max-content;
    padding-bottom: 2px;
  }
}
.sgk-booking-layout {
  padding: 45px 0 80px;
}
.sgk-booking-layout__inner {
  display: grid;
  grid-template-columns: 1fr 425px;
  gap: 95px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .sgk-booking-layout__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .sgk-booking-layout {
    padding: 35px 0 60px;
  }
}
@media (max-width: 480px) {
  .sgk-booking-layout {
    padding: 25px 0 50px;
  }
}
.sgk-villa-mini {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.sgk-villa-mini__image {
  flex-shrink: 0;
  width: 170px;
}
.sgk-villa-mini__image img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .sgk-villa-mini {
    flex-direction: column;
    gap: 12px;
  }
  .sgk-villa-mini__image {
    width: 100%;
  }
  .sgk-villa-mini__image img {
    width: 100%;
    height: 160px;
  }
}
.sgk-villa-mini__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.sgk-villa-mini__name {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #152320;
  line-height: 1.1;
  margin: 0 0 4px;
}
.sgk-villa-mini__detail {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
}
.sgk-villa-mini__detail img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  flex-shrink: 0;
}
.sgk-stay-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 40px;
  padding-top: 20px;
}
.sgk-stay-info__item {
  padding-right: 15px;
}
.sgk-stay-info__label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #152320;
  margin-bottom: 5px;
}
.sgk-stay-info__value {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #152320;
}
@media (max-width: 768px) {
  .sgk-stay-info {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}
@media (max-width: 480px) {
  .sgk-stay-info {
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
  }
}
.sgk-guest-form__title {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #152320;
  margin-bottom: 25px;
}
.sgk-guest-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-bottom: 0;
}
.sgk-guest-form__row--full {
  grid-template-columns: 1fr;
}
.sgk-guest-form__field {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #565e59;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.sgk-guest-form__field input,
.sgk-guest-form__field select,
.sgk-guest-form__field textarea {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #152320;
  padding: 4px 0;
  appearance: none;
}
.sgk-guest-form__field input::placeholder,
.sgk-guest-form__field select::placeholder,
.sgk-guest-form__field textarea::placeholder {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #152320;
}
.sgk-guest-form__field select {
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #152320;
}
.sgk-guest-form__field textarea {
  resize: none;
  height: 30px;
  line-height: 1.5;
}
.sgk-guest-form__terms {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #152320;
  margin-bottom: 35px;
  margin-top: 5px;
  transition: opacity 0.2s ease;
}
.sgk-guest-form__terms:hover {
  opacity: 0.7;
}
.sgk-guest-form__submit {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .sgk-guest-form__row {
    grid-template-columns: 1fr;
  }
  .sgk-guest-form__title {
    font-size: 28px;
  }
}
.sgk-booking-summary {
  padding: 0;
  position: sticky;
  top: 100px;
}
.sgk-booking-summary__title {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #152320;
  margin-bottom: 20px;
  line-height: 1.2;
}
.sgk-booking-summary__villa {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
}
.sgk-booking-summary__nights {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
}
.sgk-booking-summary__sep {
  border: none;
  border-top: 1px solid #565e59;
  margin-bottom: 20px;
}
.sgk-booking-summary__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
}
.sgk-booking-summary__total-label {
  font-weight: 300;
  font-size: 25px;
  color: #000000;
}
.sgk-booking-summary__total-price {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .sgk-booking-summary {
    position: static;
  }
}
.sgk-guest-summary {
  margin-bottom: 30px;
}
.sgk-guest-summary__title {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #152320;
  margin-bottom: 20px;
}
.sgk-guest-summary__table {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px 20px;
  margin-bottom: 40px;
}
.sgk-guest-summary__label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #152320;
  padding-top: 1px;
}
.sgk-guest-summary__value {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #152320;
}
.sgk-guest-summary__sep {
  border: none;
  border-top: 1px solid #565e59;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .sgk-guest-summary__table {
    grid-template-columns: 70px 1fr;
    gap: 6px 15px;
  }
}
.sgk-payment-methods__title {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #152320;
  margin-bottom: 20px;
}
.sgk-payment-methods__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
.sgk-payment-methods__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  cursor: pointer;
}
.sgk-payment-methods__item input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #152320;
  cursor: pointer;
  flex-shrink: 0;
}
.sgk-payment-methods__name {
  font-size: 14px;
  font-weight: 400;
  color: #152320;
  flex: 1;
}
.sgk-payment-methods__logo img {
  height: 28px;
  width: 28px;
  border-radius: 0;
  display: block;
}
.sgk-payment-methods__note {
  font-size: 12px;
  font-weight: 400;
  color: #152320;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
}
.sgk-payment-methods__secure {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 35px;
}
.sgk-payment-methods__secure img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  flex-shrink: 0;
}
.sgk-payment-methods__secure span {
  font-size: 12px;
  font-weight: 400;
  color: #152320;
}
.sgk-payment-methods__submit {
  display: flex;
  justify-content: center;
}
.sgk-booking-summary-full {
  position: sticky;
  top: 100px;
}
.sgk-booking-summary-full__image {
  height: 450px;
}
.sgk-booking-summary-full__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 480px) {
  .sgk-booking-summary-full__image {
    height: 300px;
  }
  .sgk-booking-summary-full__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.sgk-booking-summary-full__body {
  padding: 20px 0 0;
}
.sgk-booking-summary-full__title {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #152320;
  margin-bottom: 20px;
  line-height: 1.2;
}
.sgk-booking-summary-full__nights {
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  margin-bottom: 15px;
}
.sgk-booking-summary-full__detail {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
}
.sgk-booking-summary-full__detail img {
  width: 20px;
  height: 20px;
  border-radius: 0;
  flex-shrink: 0;
}
.sgk-booking-summary-full__sep {
  border: none;
  border-top: 1px solid #565e59;
  margin: 18px 0;
}
.sgk-booking-summary-full__dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sgk-booking-summary-full__date-item-label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #152320;
  margin-bottom: 4px;
}
.sgk-booking-summary-full__date-item-value {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #152320;
}
.sgk-booking-summary-full__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
}
.sgk-booking-summary-full__total-label {
  font-weight: 700;
  font-size: 25px;
  color: #000000;
}
.sgk-booking-summary-full__total-price {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .sgk-booking-summary-full {
    position: static;
  }
}
body.sgk-page--white {
  background: #ffffff;
}
.sgk-room-search {
  padding: 45px 0 5px;
}
.sgk-room-search__inner {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}
.sgk-room-search__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sgk-room-search__label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #152320;
}
.sgk-room-search__input,
.sgk-room-search__select {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(21, 35, 32, 0.2);
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  color: #152320;
  padding: 5px 0 7px;
  outline: none;
  min-width: 110px;
  appearance: none;
  cursor: pointer;
}
.sgk-room-search__select {
  padding-right: 15px;
  min-width: 70px;
}
.sgk-room-search__submit {
  font-family: "Lexend Tera", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #152320;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px 0 7px;
  border-bottom: 1px solid #152320;
  transition: opacity 0.2s ease;
}
.sgk-room-search__submit:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .sgk-room-search__inner {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .sgk-room-search__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .sgk-room-search__input,
  .sgk-room-search__select {
    width: 100%;
    min-width: unset;
  }
  .sgk-room-search__field {
    width: 100%;
  }
}
.sgk-room-list {
  padding: 40px 0 80px;
}
.sgk-room-list__empty {
  text-align: center;
  padding: 60px 20px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #152320;
}
.sgk-room-list__item {
  display: grid;
  grid-template-columns: 360px 1fr auto;
  gap: 40px;
  align-items: stretch;
  padding: 40px 0;
  border-top: 1px solid #565e59;
}
.sgk-room-list__image {
  display: block;
  flex-shrink: 0;
}
.sgk-room-list__image img {
  width: 360px;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}
.sgk-room-list__image:hover img {
  opacity: 0.85;
}
.sgk-room-list__info {
  min-width: 0;
}
.sgk-room-list__name {
  font-family: "Fraunces", sans-serif;
  font-weight: 300;
  font-size: 36px;
  color: #152320;
  margin-bottom: 10px;
  line-height: 1.1;
}
.sgk-room-list__name-link {
  color: inherit;
  text-decoration: none;
}
.sgk-room-list__name-link:hover {
  text-decoration: underline;
}
.sgk-room-list__meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.sgk-room-list__specs {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sgk-room-list__meal {
  display: flex;
  align-items: center;
}
.sgk-room-list__meal .sgk-room-list__spec img {
  width: 24px;
  height: 24px;
}
.sgk-room-list__spec {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #152320;
}
.sgk-room-list__spec img {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.sgk-room-list__desc {
  max-width: 300px;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  line-height: 1.65;
  margin-bottom: 14px;
}
.sgk-room-list__amenities {
  display: flex;
  gap: 10px;
}
.sgk-room-list__amenities img {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.sgk-room-list__pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 160px;
}
.sgk-room-list__price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
}
.sgk-room-list__price {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #152320;
  line-height: 1;
  margin-bottom: 10px;
}
.sgk-room-list__price-old {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  color: #000000;
  text-decoration: line-through;
}
.sgk-room-list__price-note {
  font-weight: 300;
  font-size: 12px;
  text-align: right;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .sgk-room-list__item {
    grid-template-columns: 200px 1fr auto;
    gap: 25px;
  }
  .sgk-room-list__image img {
    width: 200px;
    height: 140px;
  }
  .sgk-room-list__pricing {
    min-width: 130px;
  }
}
@media (max-width: 768px) {
  .sgk-room-list {
    padding: 30px 0 60px;
  }
  .sgk-room-list__item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .sgk-room-list__image img {
    width: 100%;
    height: 220px;
  }
  .sgk-room-list__pricing {
    text-align: left;
    align-items: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .sgk-room-list {
    padding: 25px 0 50px;
  }
  .sgk-room-list__name {
    font-size: 26px;
  }
  .sgk-room-list__specs {
    gap: 12px;
  }
  .sgk-room-list__pricing {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sgk-page-content h2 {
  font-size: 36px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.sgk-page-content h3 {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.sgk-page-content h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 12px;
}
.sgk-page-content h5 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sgk-page-content h6 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sgk-page-content p,
.sgk-page-content ul,
.sgk-page-content ol {
  margin-bottom: 15px;
}
.sgk-page-content ul,
.sgk-page-content ol {
  padding-left: 30px;
}
.sgk-page-content ul {
  list-style: disc;
}
.sgk-page-content ol {
  list-style: decimal;
}
.sgk-page-content li {
  margin-bottom: 6px;
}
.sgk-page-content a {
  color: #152320;
  text-decoration: underline;
}
.sgk-gallery__main {
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 450px;
  border-radius: 10px;
  overflow: hidden;
  background: #ede6dd;
}
.sgk-gallery__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}
.sgk-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(21, 35, 32, 0.6);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.sgk-gallery__arrow img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.sgk-gallery__arrow--prev {
  left: 15px;
}
.sgk-gallery__arrow--prev img {
  transform: rotate(180deg);
}
.sgk-gallery__arrow--next {
  right: 15px;
}
.sgk-gallery__counter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(21, 35, 32, 0.6);
  color: #fff;
  font-size: 12px;
  z-index: 2;
}
.sgk-gallery__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.sgk-gallery__thumb {
  flex: 0 0 auto;
  width: 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.6;
  background: none;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.sgk-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgk-gallery__thumb.is-active,
.sgk-gallery__thumb:hover {
  opacity: 1;
  border-color: #152320;
}
.sgk-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sgk-gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.sgk-gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.sgk-gallery-modal__img {
  position: relative;
  max-width: 85vw;
  max-height: 85vh;
  object-fit: contain;
  z-index: 1;
  border-radius: 6px;
}
.sgk-gallery-modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.sgk-gallery-modal__close img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.sgk-gallery-modal__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.sgk-gallery-modal__arrow img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.sgk-gallery-modal__arrow--prev {
  left: 25px;
}
.sgk-gallery-modal__arrow--prev img {
  transform: rotate(180deg);
}
.sgk-gallery-modal__arrow--next {
  right: 25px;
}
.sgk-gallery-modal__counter {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  z-index: 2;
}
@media (max-width: 768px) {
  .sgk-gallery__thumb {
    width: 60px;
    height: 45px;
  }
  .sgk-gallery-modal__arrow {
    width: 36px;
    height: 36px;
  }
  .sgk-gallery-modal__close {
    top: 15px;
    right: 15px;
  }
}
.sgk-project-gallery {
  margin-top: 40px;
}
.sgk-project-gallery__text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.6;
}
.sgk-project-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.sgk-project-gallery__item {
  position: relative;
  aspect-ratio: 1/1;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.sgk-project-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.sgk-project-gallery__item:hover img {
  transform: scale(1.05);
}
.sgk-project-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sgk-project-gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.sgk-project-gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.sgk-project-gallery-modal__img {
  position: relative;
  max-width: 85vw;
  max-height: 85vh;
  object-fit: contain;
  z-index: 1;
  border-radius: 6px;
}
.sgk-project-gallery-modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.sgk-project-gallery-modal__close img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.sgk-project-gallery-modal__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.sgk-project-gallery-modal__arrow img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.sgk-project-gallery-modal__arrow--prev {
  left: 25px;
}
.sgk-project-gallery-modal__arrow--prev img {
  transform: rotate(180deg);
}
.sgk-project-gallery-modal__arrow--next {
  right: 25px;
}
.sgk-project-gallery-modal__counter {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  z-index: 2;
}
@media (max-width: 768px) {
  .sgk-project-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sgk-project-gallery-modal__arrow {
    width: 36px;
    height: 36px;
  }
  .sgk-project-gallery-modal__close {
    top: 15px;
    right: 15px;
  }
}
.sgk-datepicker {
  position: relative;
}
.sgk-datepicker__trigger {
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.sgk-datepicker__display.is-placeholder {
  opacity: 0.7;
}
.sgk-hero-main__search-datepicker .sgk-datepicker__trigger,
.sgk-search-form__datepicker .sgk-datepicker__trigger {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #152320;
  width: 90px;
}
.sgk-room-search__datepicker .sgk-datepicker__trigger {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  color: #152320;
  min-width: 110px;
  border-bottom: 1px solid rgba(21, 35, 32, 0.2);
  padding: 5px 0 7px;
}
.sgk-datepicker__popup {
  position: fixed;
  z-index: 500;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(21, 35, 32, 0.2);
  padding: 15px;
  width: 260px;
  max-width: calc(100vw - 20px);
}
.sgk-datepicker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sgk-datepicker__title {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #152320;
}
.sgk-datepicker__nav {
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #152320;
  line-height: 1;
  transition: background 0.2s ease;
  padding: 0;
}
.sgk-datepicker__nav:hover {
  background: #ede6dd;
}
.sgk-datepicker__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 4px;
}
.sgk-datepicker__weekdays span {
  text-align: center;
  font-size: 10px;
  color: rgba(21, 35, 32, 0.5);
  font-family: "Nunito", sans-serif;
}
.sgk-datepicker__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.sgk-datepicker__day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #152320;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 0;
}
.sgk-datepicker__day:hover:not(:disabled) {
  background: #ede6dd;
}
.sgk-datepicker__day:disabled {
  color: rgba(21, 35, 32, 0.25);
  cursor: not-allowed;
}
.sgk-datepicker__day.is-selected {
  background: #152320;
  color: #fff;
}
