.elementor-11 .elementor-element.elementor-element-a91ad0d{--display:flex;--min-height:439px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-a91ad0d:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-a91ad0d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-11 .elementor-element.elementor-element-5e5c0d2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-0e8820d{width:var( --container-widget-width, 101.549% );max-width:101.549%;--container-widget-width:101.549%;--container-widget-flex-grow:0;}.elementor-11 .elementor-element.elementor-element-0e8820d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-64d67f8{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0e8820d */:root {
  --sky: #7A8B5A;
  --sky-deep: #5f6d44;
  --wine: #C17A4A;
  --paper: #F2EDE3;
  --gold: #C9A646;
  --text: #2a211d;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 34px 38px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.nav a,
.footer-brand {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.brand {
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.95;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
}

.nav a {
  color: var(--white);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
}

.nav a:first-child {
  border-bottom-color: var(--white);
}


.hero {
  position: relative;
  min-height: 108vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(41, 48, 29, 0.86) 0%, rgba(95, 109, 68, 0.34) 17%, rgba(122, 139, 90, 0.12) 38%, rgba(122, 139, 90, 0.04) 100%),
    url('./Gemini_Generated_Image_u15iebu15iebu15i.png') center top / cover no-repeat;
}


.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -1px -8%;
  height: 180px;
  background: var(--paper);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: translateY(52%);
}

.hero-name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: 0.03em;
  text-align: center;
  z-index: 2;
  width: min(90vw, 900px);
}

.hero-name .line-1 {
  display: block;
  font-size: clamp(5rem, 12vw, 10rem);
  margin-top: 22vh;
}

.hero-name .line-2 {
  display: block;
  font-size: clamp(5rem, 12vw, 10rem);
  margin-top: 28vh;
}

.content {
  position: relative;
  z-index: 3;
}

.section {
  width: min(1220px, calc(100% - 52px));
  margin: 0 auto;
}

.about {
  padding: 150px 0 70px;
}

.about h2,
.story-text h3 {
  margin: 0 0 32px;
  color: var(--wine);
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 0.92;
}

.about h2 {
  font-size: clamp(4rem, 9vw, 8rem);
}

.about-copy {
  max-width: 1180px;
}

.about-copy p {
  margin: 0 0 34px;
  color: var(--wine);
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4.1vw, 4rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.story {
  padding: 10px 0 90px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.story-image {
  aspect-ratio: 0.88 / 1;
  overflow: hidden;
  background: #ddd;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-text {
  padding-top: 8px;
}

.story-text h3 {
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.story-text p {
  margin: 0 0 28px;
  max-width: 900px;
  color: var(--wine);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.65rem, 2.8vw, 2.6rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.video-section {
  padding: 0 0 90px;
}

.video-card {
  background: var(--sky);
  padding: 36px;
}

.video-card h3 {
  margin: 0 0 22px;
  color: var(--white);
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.95;
}

.video-frame {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  background: var(--sky);
  margin-top: 20px;
  padding: 110px 0 190px;
}

.footer-inner {
  width: min(1220px, calc(100% - 52px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.footer-brand {
  color: var(--white);
  font-size: clamp(4rem, 7vw, 6.5rem);
  line-height: 0.9;
}

.footer-copy {
  margin-top: 44px;
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.footer-social a {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .topbar {
    padding: 24px 20px;
  }

  .topbar-inner,
  .footer-inner,
  .story-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .nav {
    gap: 18px;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-name .line-1 {
    margin-top: 24vh;
  }

  .hero-name .line-2 {
    margin-top: 24vh;
  }
}

@media (max-width: 720px) {
  .section,
  .footer-inner {
    width: min(100% - 28px, 1220px);
  }

  .topbar-inner {
    display: block;
  }

  .nav {
    margin-top: 18px;
    justify-content: flex-start;
    gap: 14px 20px;
  }

  .hero::after {
    height: 120px;
  }

  .about {
    padding-top: 110px;
  }

  .about-copy p {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
  }

  .story-text p {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .footer {
    padding: 80px 0 120px;
  }
}/* End custom CSS */