:root {
  --color-background: #F9F8F5;
  --color-surface: #FFFFFF;
  --color-text: #000000;
  --color-muted: rgba(0, 0, 0, 0.6);
  --color-border: rgba(0, 0, 0, 0.1);
  --color-inverse: #000;
  --font-heading: "Gotu", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  --font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  --font-accent: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

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

body {
  background-color: #000; 
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}

.section-spacing {
  padding: 96px 0;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-muted);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  margin: 0 0 24px;
}

.section-description {
  max-width: 640px;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}

.hero-section,
.gallery-section,
.features-section,
.contact-section {
  padding: 128px 16px;
}

.hero-section > *,
.gallery-section > *,
.features-section > *,
.contact-section > * {
  width: min(1144px, 100%);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .hero-section,
  .gallery-section,
  .features-section,
  .contact-section {
    padding: 96px 16px;
  }
}

.hero-section {
  background: #F9F8F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.hero-content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  color: #000;
  font-family: Gotu, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.044;
  letter-spacing: -0.904px;
  margin: 0 0 41px;
}

.hero-description {
  color: #000;
  font-family: 'IBM Plex Sans', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.607;
  margin: 0 0 41px;
  max-width: 697px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-button {
  padding: 16px 24px;
  border-radius: 1600px;
  font-family: 'IBM Plex Sans', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s;
}

.hero-button:hover {
  opacity: 0.85;
}

.hero-button-primary {
  background: #000;
  color: #F9F8F5;
}

.hero-button-secondary {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.hero-image {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-kicker {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
  margin-bottom: 16px;
}

.hero-section--about {
  padding-top: 96px;
}

.hero-section--about .hero-content {
  text-align: left;
  margin: 0;
}

.hero-section--about .hero-description {
  margin-left: 0;
  margin-right: 0;
}

.hero-section--about .hero-buttons {
  justify-content: flex-start;
}

.hero-section--about .hero-image {
  margin-left: 0;
  margin-right: 0;
}

.gallery-section {
  background: #F9F8F5;
}

.gallery-header {
  text-align: center;
  max-width: 712px;
  margin: 0 auto 48px;
}

.gallery-title {
  color: #000;
  font-family: Gotu, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.046;
  letter-spacing: -0.453px;
  margin: 0 0 13px;
}

.gallery-subtitle {
  color: #000;
  font-family: 'IBM Plex Sans', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.607;
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 260px;
  gap: 16px;
  margin-top: 48px;
}

.gallery-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #FFF;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

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

.gallery-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 32px;
  color: #000;
}

.overlay-title {
  color:black;
  text-shadow: 2px 2px 4px white;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 -3px;
  
}

.overlay-text {
  color:whiblackte;
  text-shadow: 2px 2px 4px white;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 -5px;
}


.features-section {
  background: #F9F8F5;
}

.features-header {
  margin: 0 auto 48px;
  max-width: 760px;
  text-align: center;
}

.features-title {
  color: #000;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  margin: 0 0 13px;
}

.features-description {
  color: #000;
  font-family: 'IBM Plex Sans', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.607;
  margin: 0 auto;
  max-width: 767px;
}

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

.feature-card {
  background: #FFF;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-icon {
  width: 32px;
  height: 32px;
}

.feature-card-title {
  color: #000;
  font-family: Gotu, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.275;
  letter-spacing: -0.226px;
  margin: 0;
}

.feature-card-text {
  color: #000;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.about-story {
  background: #F9F8F5;
  padding: 96px 16px;
}

.about-story > * {
  width: min(1144px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.about-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.about-story-content p {
  margin-bottom: 16px;
}

.about-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.about-list li {
  font-size: 16px;
  font-family: var(--font-accent);
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.about-story-media {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
}

.contact-section {
  background: #F9F8F5;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.contact-card {
  background: var(--color-background);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
}

.contact-card p {
  margin: 0;
  color: var(--color-muted);
}

.contact-link {
  font-weight: 600;
  color: var(--color-text);
  text-decoration: underline;
}

.site-footer {
  background: var(--color-inverse);
  color: #F9F8F5;
  padding: 96px 0 64px;
}

.site-footer a {
  color: inherit;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
}

.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-accent);
}

.footer-brand-logo img {
  width: 60px;
  height: auto;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.footer-contact-list a {
  font-weight: 600;
}

.footer-newsletter h2 {
  font-family: var(--font-heading);
  margin: 0 0 16px;
  font-size: 28px;
}

.footer-newsletter p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.input-field {
  flex: 1;
  min-width: 220px;
  padding: 14px 16px;
  border-radius: 1600px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #F9F8F5;
}

.input-field::placeholder {
  color: rgba(249, 248, 245, 0.6);
}

.footer-note {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.text-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 60px;
  }
  
  .gallery-title {
    font-size: 36px;
  }
  
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  
  .gallery-grid {
    grid-auto-rows: 220px;
  }
  
  .about-story-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .footer-top {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 42px;
  }
  
  .hero-description {
    font-size: 16px;
  }
  
  .gallery-title {
    font-size: 28px;
  }
  
  .gallery-subtitle {
    font-size: 16px;
  }
  
  .features-title {
    font-size: 28px;
  }
  
  .features-description {
    font-size: 16px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .feature-card {
    padding: 32px 24px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }
  
  .hero-section--about .hero-content {
    text-align: center;
  }
  
  .hero-section--about .hero-buttons {
    justify-content: center;
  }
    
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .hero-button {
    text-align: center;
  }
  
  .contact-card {
    padding: 24px;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding: 64px 16px;
  }
  
  .hero-title {
    font-size: 32px;
  }
  
  .gallery-section,
  .features-section {
    padding: 64px 16px;
  }
  
  .gallery-header {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section,
  .hero-section--about {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 64px;
  }
  
  .hero-section > *,
  .hero-section--about > * {
    max-width: none;
    margin: 0;
  }
}

.nav {
  background: #F9F8F5;
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav.is-secondary {
  background: #F9F8F5;
}

.nav_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: min(1200px, 100%);
  margin: 0 auto;
  min-height: 75px;
}

.nav_left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav_logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
}

.nav_logo-icon {
  display: flex;
  align-items: center;
}

.nav_logo-text {
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: 18px;
}

.nav_logo-icon img {
  width: 80px;
  height: 100px;
  object-fit: contain;
}

.nav_menu {
  display: block;
}

.nav_menu-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav_menu-list-item {
  display: block;
}

.nav_link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 10px;
  transition: background-color 0.2s;
}

.nav_link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav_link.is-active {
  background-color: rgba(0, 0, 0, 0.08);
}

.nav_right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.nav_widget {
  display: flex;
  align-items: center;
}

.button-group {
  display: flex;
  gap: 8px;
}

.button {
  background: #000;
  color: #F9F8F5;
  padding: 16px 24px;
  border-radius: 1600px;
  text-decoration: none;
  font-family: 'IBM Plex Sans', -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button:hover,
.button:focus-visible {
  opacity: 0.85;
}

.button.is-secondary {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.button.is-inverse {
  background: #F9F8F5;
  color: #000;
}

.button_label {
  color: inherit;
}

.margin-top_none {
  margin-top: 0;
}

.nav_mobile-menu-button {
  color:#000;
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav_mobile-menu-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color:#000
}

@media screen and (max-width: 991px) {
  .nav_mobile-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    color:#000;
  }
  
  .nav_menu {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background: #F9F8F5;
    padding: 24px 16px 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
  }
  
  .nav_menu.is-open {
    display: block;
  }
  
  .nav_menu-list {
    flex-direction: column;
    gap: 0;
  }
  
  .nav_menu-list-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .nav_menu-list-item:last-child {
    border-bottom: none;
  }
  
  .nav_link {
    padding: 16px 8px;
    display: block;
    width: 100%;
  }
  
  .nav_right {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    justify-content: space-between;
  }
  
  .nav_widget {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  
  .nav_widget iframe,
  .nav_widget > div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav_logo {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  
  .nav_logo-icon img {
    max-width: 50px;
    height: auto;
  }
  
  .paragraph_large {
    font-size: 14px;
  }
  
  .button-group {
    gap: 8px;
  }
  
  .button {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .nav_widget {
    display: none;
  }
}
