html,
body {
  font-size: 1em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  color: #000000;
}

* {
  box-sizing: border-box;
}

:root {
  --viewport-height: 100vh;
  --nav-size: 80px;
  --nav-gap: 20px;
  --nav-edge-offset: 30px;
  --nav-count: 0;
  --container-width: 1200px;
  --container-padding: 24px;
}

/* ==========================================================================
   TYPO
   ========================================================================== */

a {
  color: #000000;
}
h3 {
  font-size: 2em;
  margin-bottom: 15px;
}

/* ==========================================================================
   SECTION 1
   ========================================================================== */

#section1 .field-image {
  position: relative; 
  overflow: hidden;
  height: 100%;
}
#section1 .node-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.62) 0%, rgba(17, 17, 17, 0.36) 38%, rgba(17, 17, 17, 0.08) 100%);
}
#section1 .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero-copy {
  position: absolute;
  z-index: 1;
  bottom: 88px;
  left: 60px;
  max-width: 560px;
  color: #FFFFFF;
}
.hero-copy h1 {
  margin: 0 0 20px 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.hero-kicker {
  margin: 0 0 16px 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero-lead {
  margin: 0;
  max-width: 34rem;
  font-size: 1.15rem;
  line-height: 1.6;
}

/* ==========================================================================
   PAGE SECTION
   ========================================================================== */
   
@media (max-width: 800px) {

  #page-section {
    display: none;
  }

}

@media (min-width: 801px) {

  #page-section {
    z-index: 100;
    height: 100%;
    width: 120px;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  
  #page-section ul {
    margin: 0px;
    padding: 0px;
  }
  #page-section ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: calc(var(--viewport-height) - ((var(--nav-count) - var(--nav-index)) * (var(--nav-size) + var(--nav-gap))) - var(--nav-edge-offset));
    right: 30px;
    transition: top 1s;
  }
  #page-section ul li.top {
    top: calc(var(--nav-edge-offset) + (var(--nav-stacked-index) * (var(--nav-size) + var(--nav-gap))));
  }
  #page-section ul li a {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.15;
    padding: 12px;
  
    position: relative;
    transition: background-color 0.45s ease, color 0.45s ease;
  }
  #page-section ul li a:hover,
  #page-section ul li a:focus {
    text-decoration: none;
  }
  #page-section ul li a.active {
    background: #3DBF52;
    color: #FFFFFF;
    text-decoration: none;
  }

}


/* ==========================================================================
   SECTIONS
   ========================================================================== */

.section {
  position: relative;
  background: var(--section-bg, transparent);
  color: var(--section-color, inherit);
}
.section-home {
  --section-bg: #1B3A20;
}
.section-services {
  --section-bg: #4A7A4C;
}
.section-gallery {
  --section-bg: #C8E0C4;
}
.section-about {
  --section-bg: #4A7A4C;
}
.section-atmosphere {
  --section-bg: #2D5C32;
  --section-color: #FFFFFF;
}
.section-contact {
  --section-bg: #1A3820;
  --section-color: #FFFFFF;
}
.section-form {
  --section-bg: #EEF5EA;
  --section-color: #141f14;
}
.section-content {
  background: inherit;
  color: inherit;
}
.fix .section-content {
  position: fixed;  
  width: 100%;
  top: 0;
  left: 0;
}

/* skip, top button */
.section .skip-button, 
.section .top-button {
  position: fixed;
  display: none;
  z-index: 1000;
  top: auto !important;
  left: 50%;
  bottom: 100px;  
  width: 50px;
  height: 50px !important;
  margin-left: -25px;
  background: #808080;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100px;
  white-space: nowrap;
  transition: all 1s;  
}
.section .skip-button {
  background: #0D0D10 url('skip.png') no-repeat 50% 18px;
}
.section .top-button {
  background: #0D0D10 url('top.png') no-repeat 50% 15px;
}

.section.active .skip-button,
.section.active .top-button {
  display: block;
}

@media (max-width: 800px) {

  .section .skip-button {
    display: none;
  }

}

/* ==========================================================================
   CONTAINER
   ========================================================================== */

.container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  padding-bottom: 250px;
}
.row {
  width: 100%;
}

/* ==========================================================================
   BLOCK TITLE
   ========================================================================== */
   
.block-title {
  text-align: center;
  padding: 80px 0 50px 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4em;  
}

.view-brand {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.views-row {
  min-width: 0;
}

.node-brand {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.card-title {
  margin: 0 0 20px 0;
}

.card-image {
  overflow: hidden;
  margin: 0 0 20px 0;
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-panel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: var(--viewport-height);
  overflow: hidden;
}

.feature-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 13, 16, 0.68) 0%, rgba(13, 13, 16, 0.4) 42%, rgba(13, 13, 16, 0.18) 100%);
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.feature-copy {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 6vw, 80px);
  bottom: clamp(48px, 9vh, 88px);
  max-width: 640px;
  color: #FFFFFF;
}

.feature-kicker {
  margin: 0 0 16px 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.feature-copy h2 {
  margin: 0 0 22px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
}

.feature-copy p:last-child {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.8;
}

.feature-panel-right::after {
  background: linear-gradient(270deg, rgba(13, 13, 16, 0.72) 0%, rgba(13, 13, 16, 0.42) 42%, rgba(13, 13, 16, 0.14) 100%);
}

.feature-panel-right .feature-copy {
  left: clamp(24px, 6vw, 80px);
  right: auto;
  text-align: left;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: start;
  padding: 100px 0 220px;
}

.contact-title {
  text-align: left;
  padding: 0;
  margin: 0 0 24px 0;
}

.contact-kicker {
  margin: 0 0 16px 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-lead {
  margin: 0 0 28px 0;
  font-size: 1.08rem;
  line-height: 1.8;
}

.contact-details p {
  margin: 0 0 10px 0;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 23, 21, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(54, 40, 30, 0.08);
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span {
  font-size: 0.92rem;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(26, 23, 21, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  font: inherit;
}

.form-field textarea {
  resize: vertical;
  min-height: 140px;
}

.form-submit {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 16px 24px;
  background: #1A3820;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.form-submit:hover,
.form-submit:focus {
  opacity: 0.92;
  transform: translateY(-1px);
}
   
/* ==========================================================================
   BRAND
   ========================================================================== */

div.img img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.img:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.node-brand p {
  margin: 0 0 16px 0;
  line-height: 1.72;
}

.node-brand p:last-child {
  margin-bottom: 0;
}

@media (min-width: 801px) {
  .container {
    padding-right: calc(140px + var(--container-padding));
  }

  .hero-copy {
    max-width: min(560px, calc(100% - 200px));
  }

  .feature-copy {
    max-width: min(640px, calc(100% - 200px));
  }
}

@media (max-width: 900px) {
  .view-brand {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .block-title {
    font-size: 3em;
  }

  .hero-copy {
    left: 24px;
    right: 24px;
    bottom: 48px;
    max-width: none;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .feature-copy {
    right: 24px;
    max-width: none;
  }

  .feature-copy h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .feature-copy p:last-child {
    font-size: 1rem;
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 72px 0 220px;
  }
}


  
