@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Ultrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-UltraboldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('fonts/PPEditorialNew-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mondwest';
  src: url('fonts/PPMondwest-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('fonts/WorkSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --edel-red: #9F4044;
  --edel-bg: #FDFBF7;
  --edel-text: #101010;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--edel-bg);
  color: var(--edel-text);
  font-family: 'PP Editorial New', serif;
  min-height: 100vh;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-bottom: 0;
  scroll-behavior: smooth;
}
body {
  display: block;
  min-height: 100vh;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 1rem 0;
  overflow-x: visible;
}
.logo {
  width: 100vw;
  position: static;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  overflow-x: hidden;
}
.logo picture,
.logo img,
.logo svg {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: auto;
  display: block;
  position: static;
  left: 0;
  transform: none;
  margin: 0;
  pointer-events: none;
  user-select: none;
  animation: logoReveal 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
main {
  display: block;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
main section {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--edel-bg);
  margin-bottom: 3vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  width: 100%;
}
main section h1,
main section h2,
main section p,
main section span.worksans {
  max-width: 66vw;
  margin-left: auto;
  margin-right: auto;
}
main section h1 {
  color: var(--edel-text);
  font-family: 'PP Editorial New', serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 3.2rem;
  animation: textReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
main section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-family: 'PP Editorial New', serif;
  font-weight: 200;
  line-height: 1.3;
}
main section button {
  padding: 1rem 2rem;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
main section button:hover {
  background: var(--edel-red);
  color: var(--edel-bg);
}
@media (min-width: 600px) {
  main section h1 {
    font-size: 3.5rem;
  }
  main section h2 {
    font-size: 3.5rem;
  }
  .worksans, main section p.worksans {
    font-size: 1.13rem;
  }
}
@media (max-width: 700px) {
  main section h1,
  main section h2,
  main section p,
  main section span.worksans {
    max-width: 75vw !important;
  }
  main section h1 {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
  main section h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .worksans, main section p.worksans {
    font-size: 0.98rem;
  }
  main section {
    min-height: 70vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    margin-bottom: 2vh;
  }
  .fullwidth-icon-row-outer {
    margin-bottom: 1.5rem;
  }
  .entrepreneur-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 2rem 2.5rem;
  }
  .founders-section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    max-width: 90vw;
  }
}
footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  min-height: 0;
  width: 100vw;
  position: relative;
  left: 0;
  bottom: 0;
  background: transparent;
  animation: footerSlideUp 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 1.8s;
  opacity: 0;
}
.mountain-footer {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  user-select: none;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mountain-footer:hover {
  transform: scale(1.02);
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.fade-in:nth-child(2) {
  animation-delay: 0.7s;
}
.fade-in:nth-child(3) {
  animation-delay: 1.4s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}
.first-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.second-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--edel-bg);
}
.second-screen h1 {
  color: var(--edel-text);
  font-family: 'PP Editorial New', serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.ultralight {
  font-family: 'PP Editorial New', serif;
  font-weight: 200;
  font-style: normal;
}
@media (min-width: 600px) {
  .second-screen h1 {
    font-size: 3.5rem;
  }
}
.cta-button {
  font-family: 'PP Mondwest', sans-serif;
  color: #fff;
  background: var(--edel-red);
  border: none;
  border-radius: 25px;
  padding: 1.2rem 4rem;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  box-shadow: 0 4px 24px rgba(159, 64, 68, 0.05);
  transition: background 0.2s, color 0.2s, transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
}
.cta-button:hover, .cta-button:focus {
  background: #b04d51;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(159, 64, 68, 0.18);
}
@media (max-width: 768px) {
  .cta-button {
    padding: 1.2rem 4rem;
    font-size: 1.1rem;
  }
  main section h1 {
    font-size: 2rem;
  }
}
@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes textReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ctaFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes footerSlideUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes subtleGlow {
  0%, 100% {
    box-shadow: 0 0 0 rgba(159, 64, 68, 0);
  }
  50% {
    box-shadow: 0 0 20px rgba(159, 64, 68, 0.1);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .cta-button {
    animation: textReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, ctaFloat 3s ease-in-out infinite;
    animation-delay: 0.4s, 1.5s;
  }
  .mountain-footer {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

/* Buttery smooth scroll-triggered reveal */
.scroll-reveal {
  animation: scrollReveal 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes scrollReveal {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    filter: blur(8px);
  }
  60% {
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--edel-red), #d4a5a7);
  z-index: 10000;
  transition: width 0.1s ease;
}

/* Mountain floating animation */
@keyframes mountainFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Enhanced hover effects for all interactive elements */
.cta-button:hover {
  background: var(--edel-red);
  color: var(--edel-bg);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(159, 64, 68, 0.25);
  border-color: var(--edel-red);
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:active {
  transform: translateY(-1px) scale(1.01);
  transition: all 0.1s ease;
}

/* Logo hover effect */
.logo:hover {
  transform: scale(1.02);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Text hover effects */
h1:hover {
  transform: translateY(-2px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Parallax container */
.parallax-container {
  overflow: hidden;
  position: relative;
}

/* Smooth transitions for all elements */
* {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Enhanced focus states for accessibility */
.cta-button:focus {
  outline: 2px solid var(--edel-red);
  outline-offset: 4px;
  transform: translateY(-2px);
}

/* Performance optimizations */
.logo,
.mountain-footer,
.cta-button {
  will-change: transform;
}

/* Subtle background animation */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 80%, rgba(159, 64, 68, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(159, 64, 68, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  animation: backgroundFloat 20s ease-in-out infinite;
}

@keyframes backgroundFloat {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.worksans {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.01em;
  font-size: 1.08rem;
  line-height: 1.6;
}
main section p.worksans {
  font-size: 1.08rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
main section span.worksans {
  font-size: 1.02rem;
}
main section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
To center icon rows perfectly, use this structure:
<div class="fullwidth-icon-row-outer">
  <div class="fullwidth-icon-row"> ...icons... </div>
</div>
*/
.fullwidth-icon-row-outer {
  width: 98vw;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 1.5rem 0;
  position: relative;
  margin-right: 0;
  margin-bottom: 3rem;
}
.fullwidth-icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  min-width: fit-content;
  margin: 0 auto;
}
.fullwidth-icon-row img {
  display: inline-block;
  height: clamp(60px, 15vw, 120px);
  vertical-align: middle;
  max-width: none;
}

/* Two-row, three-column grid for entrepreneur section */
.entrepreneur-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 2.5rem 2.5rem;
  justify-items: center;
  align-items: center;
  margin: 2.5rem 0;
  width: 66vw;
  max-width: none;
  position: relative;
  margin-bottom: 3.5rem;
}
.entrepreneur-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.entrepreneur-grid img {
  height: clamp(60px, 15vw, 120px);
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .entrepreneur-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 2rem 2.5rem;
  }
}

.mondwest {
  font-family: 'PP Mondwest', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.01em;
}
.contact-link {
  font-family: 'PP Editorial New', serif;
  font-weight: 200;
  font-style: normal;
  color: var(--edel-text);
  text-decoration: none;
  border-bottom: 1.5px solid var(--edel-text);
  padding-bottom: 1px;
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  transition: color 0.2s, border-color 0.2s;
}
.contact-link:visited,
.contact-link:focus,
.contact-link:active {
  color: var(--edel-text);
  border-bottom: 1.5px solid var(--edel-text);
}
.contact-link:hover {
  color: var(--edel-red);
  border-bottom: 1.5px solid var(--edel-red);
}
.arrow {
  margin-left: 0.3rem;
  font-size: 1em;
}
@media (max-width: 700px) {
  .contact-link, .fade-in[style*="font-size:2.5rem"] {
    font-size: 1.5rem !important;
  }
}

a, a:visited, a:active, a:focus {
  text-decoration: none !important;
}
.contact-link .arrow {
  text-decoration: none !important;
  border: none;
}

.ultralight-italic {
  font-family: 'PP Editorial New', serif;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0.01em;
}

.founders-section {
  max-width: 66vw;
  margin: 0 auto 4rem auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5vw;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.founders-section + .founders-section {
  margin-top: 0;
}
.founder-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
}
.founder-profile img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  background: none;
  box-shadow: none;
  border: none;
  margin-bottom: 1.2rem;
}
.founder-profile > span {
  margin-top: 1.2rem;
  margin-bottom: 0.2rem;
  display: block;
}
.founder-profile > div {
  margin-top: 0.2rem;
}
.founder-profile a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  display: inline-block;
  margin: 0 0.2rem;
  transition: transform 0.2s;
}
.founder-profile a img:hover {
  transform: scale(1.12);
}
.founders-section h2,
.founders-section p,
.founders-section .worksans.fade-in {
  margin-bottom: 2.2rem !important;
}
@media (max-width: 900px) {
  .founders-section {
    gap: 5rem;
  }
  .founder-profile img {
    width: 120px;
    height: 120px;
  }
  .founder-profile > span {
    margin-top: 0.7rem;
    margin-bottom: 0.1rem;
  }
  .founder-profile > div {
    margin-top: 0.1rem;
  }
}

main section p {
  max-width: 66vw;
  margin-left: auto;
  margin-right: auto;
}

.mondwest-highlight {
  font-family: 'PP Mondwest', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.01em;
} 