:root {
  --text: #f5efe8;
  --muted: rgba(245, 239, 232, 0.82);
  --line: rgba(255, 255, 255, 0.38);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background: #171310;
  color: var(--text);
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.24) 0%, rgba(18, 14, 11, 0.48) 45%, rgba(18, 14, 11, 0.72) 100%),
    /* url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1800&q=80"); */
    url("https://images.pexels.com/photos/12441654/pexels-photo-12441654.jpeg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.24) 100%);
}

.hero-header,
.hero-content {
  position: relative;
  z-index: 1;
}

.hero-header {
  display: flex;
  align-items: flex-start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.logo-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-name,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.brand-name {
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-content {
  max-width: 760px;
  padding-bottom: 104px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.74rem;
}

.hero-content h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.03em;
  max-width: 8ch;
  text-transform: none;
  text-shadow: var(--shadow);
}

.hero-content p {
  margin: 24px 0 0;
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 1;
  width: 28px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  opacity: 0.86;
}

.scroll-indicator span {
  width: 12px;
  height: 12px;
  display: block;
  border-right: 1.5px solid rgba(255, 255, 255, 0.86);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.86);
  transform: rotate(45deg);
  animation: drift 2s ease-in-out infinite;
}

.scroll-indicator-dark span {
  border-right-color: rgba(30, 23, 18, 0.76);
  border-bottom-color: rgba(30, 23, 18, 0.76);
}

.experience-section,
.moments-section,
.capabilities-section,
.process-section,
.service-area-section,
.contact-section {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 48px 32px;
}

.experience-section {
  position: relative;
  display: grid;
  align-content: center;
  gap: 36px;
  background:
    linear-gradient(180deg, rgba(18, 14, 11, 0.34) 0%, rgba(18, 14, 11, 0.58) 50%, rgba(18, 14, 11, 0.78) 100%),
    url("https://images.pexels.com/photos/31817162/pexels-photo-31817162.jpeg");
  background-size: cover;
  background-position: center;
  color: var(--text);
  overflow: hidden;
}

.experience-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.24) 100%);
}

.section-intro,
.experience-labels {
  position: relative;
  z-index: 1;
}

.section-intro {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-intro h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  max-width: 10ch;
}

.section-intro p,
.moment-card p,
.process-steps p {
  margin: 24px 0 0;
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-intro p,
.process-steps p {
  color: var(--muted);
}

.eyebrow-light {
  color: rgba(245, 239, 232, 0.72);
}

.experience-labels {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.moment-chip {
  width: 100%;
  padding: 16px 18px;
  border-radius: 22px;
  text-align: left;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  backdrop-filter: blur(16px);
  color: #f7f1ea;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.moment-chip:hover,
.moment-chip:focus-visible,
.moment-chip.is-active {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.moment-chip span,
.moment-card span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.moment-chip span {
  margin-bottom: 8px;
  font-size: 0.72rem;
  color: rgba(247, 241, 234, 0.72);
}

.moment-chip strong {
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 500;
}

.moments-section {
  display: grid;
  align-content: center;
  gap: 40px;
  background: linear-gradient(180deg, #f6f0e8 0%, #eadfd2 100%);
  color: #1e1712;
}

.moments-intro p {
  color: rgba(30, 23, 18, 0.72);
}

.moments-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.moment-card {
  min-height: 520px;
  display: block;
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(30, 23, 18, 0.08);
  box-shadow: 0 24px 54px rgba(65, 45, 27, 0.1);
}

.moment-image {
  position: relative;
  min-height: 520px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background-size: cover;
  background-position: center;
}

.moment-image-evening {
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.12), rgba(18, 14, 11, 0.34)),
    url("https://images.pexels.com/photos/7031604/pexels-photo-7031604.jpeg?cs=srgb&dl=pexels-max-vakhtbovycn-7031604.jpg&fm=jpg");
}

.moment-image-entertaining {
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.1), rgba(18, 14, 11, 0.28)),
    url("https://images.pexels.com/photos/6207816/pexels-photo-6207816.jpeg?cs=srgb&dl=pexels-max-vakhtbovycn-6207816.jpg&fm=jpg");
}

.moment-image-arrival {
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.12), rgba(18, 14, 11, 0.34)),
    url("https://images.pexels.com/photos/8134849/pexels-photo-8134849.jpeg?cs=srgb&dl=pexels-max-vakhtbovycn-8134849.jpg&fm=jpg");
}

.moment-copy {
  width: 100%;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  color: #f5efe8;
}

.moment-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.moment-card p {
  margin-top: 14px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(245, 239, 232, 0.82);
}

.moment-card span {
  margin-bottom: 8px;
  font-size: 0.72rem;
}

.featured-moment {
  transform: none;
}

.capabilities-section {
  position: relative;
  display: grid;
  align-content: center;
  gap: 28px;
  background: linear-gradient(180deg, #efe5d9 0%, #e5d7c7 100%);
  color: #1e1712;
}

.capabilities-intro h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5vw, 3.9rem);
}

.capabilities-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.capability-group {
  min-height: 300px;
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(65, 45, 27, 0.08);
}

.capability-image {
  min-height: 300px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background-size: cover;
  background-position: center;
}

.capability-image-lighting {
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.08), rgba(18, 14, 11, 0.42)),
    url("https://images.pexels.com/photos/7546217/pexels-photo-7546217.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.capability-image-climate {
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.08), rgba(18, 14, 11, 0.42)),
    url("https://images.pexels.com/photos/34277650/pexels-photo-34277650.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.capability-image-security {
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.1), rgba(18, 14, 11, 0.5)),
    url("https://images.pexels.com/photos/16423102/pexels-photo-16423102.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.capability-image-media {
  background-image:
    linear-gradient(180deg, rgba(18, 14, 11, 0.1), rgba(18, 14, 11, 0.5)),
    url("https://images.pexels.com/photos/8583821/pexels-photo-8583821.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.capability-copy {
  width: 100%;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  color: #f5efe8;
}

.capability-group h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.capability-group p {
  margin: 16px 0 0;
  color: rgba(245, 239, 232, 0.82);
  font-size: 0.94rem;
  line-height: 1.6;
}

.process-section {
  position: relative;
  display: grid;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(18, 14, 11, 0.28) 0%, rgba(18, 14, 11, 0.56) 50%, rgba(18, 14, 11, 0.8) 100%),
    url("https://images.pexels.com/photos/2507011/pexels-photo-2507011.jpeg?cs=srgb&dl=pexels-quark-studio-1159039-2507011.jpg&fm=jpg");
  background-size: cover;
  background-position: center;
  color: var(--text);
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.24) 100%);
}

.process-layout {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 0.78fr;
  gap: 36px;
  align-items: center;
}

.process-intro {
  margin: 0;
  max-width: 28rem;
}

.process-intro p {
  color: rgba(245, 239, 232, 0.8);
}

.process-steps {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.process-steps article {
  padding: 24px;
  border-radius: 26px;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

.process-steps strong {
  display: inline;
  margin-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.process-steps h3 {
  display: inline;
  margin: 0 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.process-steps p {
  margin-top: 14px;
  color: rgba(245, 239, 232, 0.8);
}

.process-card-support {
  background: rgba(255, 255, 255, 0.18);
}

.service-area-section {
  position: relative;
  display: grid;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(18, 14, 11, 0.34) 0%, rgba(18, 14, 11, 0.58) 50%, rgba(18, 14, 11, 0.8) 100%),
    url("https://images.pexels.com/photos/29334715/pexels-photo-29334715.jpeg");
  background-size: cover;
  background-position: center;
  color: var(--text);
  overflow: hidden;
}

.service-area-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.24) 100%);
}

.service-area-layout {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.service-area-intro {
  margin: 0;
  max-width: 32rem;
}

.service-area-intro p {
  color: rgba(245, 239, 232, 0.84);
}

.service-area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-area-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
}

.contact-section {
  position: relative;
  display: grid;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(18, 14, 11, 0.38) 0%, rgba(18, 14, 11, 0.62) 50%, rgba(18, 14, 11, 0.82) 100%),
    url("https://images.pexels.com/photos/31737862/pexels-photo-31737862.jpeg");
  background-size: cover;
  background-position: center;
  color: var(--text);
}

.contact-layout {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.contact-intro {
  margin: 0;
  max-width: 28rem;
}

.contact-intro p {
  color: rgba(245, 239, 232, 0.84);
}

.contact-form {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

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

.form-grid label span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 239, 232, 0.68);
}

.form-grid input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
}

.form-grid input::placeholder {
  color: rgba(245, 239, 232, 0.42);
}

.form-grid input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.form-status {
  margin: 0;
  min-height: 1.4em;
  color: rgba(245, 239, 232, 0.8);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #1c1510;
  background: linear-gradient(135deg, #f3e2cf 0%, #c9a782 100%);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

@keyframes drift {
  0%,
  100% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.72;
  }

  50% {
    transform: rotate(45deg) translate(4px, 4px);
    opacity: 1;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 24px;
  }

  .brand {
    gap: 12px;
  }

  .logo-placeholder {
    width: 40px;
    height: 40px;
  }

  .hero-content {
    padding-bottom: 120px;
  }

  .hero-content h1 {
    font-size: clamp(3.2rem, 17vw, 4.8rem);
  }

  .hero-content p {
    font-size: 1rem;
  }

  .scroll-indicator {
    bottom: 22px;
  }

  .experience-section,
  .moments-section,
  .capabilities-section,
  .process-section,
  .service-area-section,
  .contact-section {
    padding: 32px 24px;
  }

  .capabilities-grid,
  .moments-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-layout {
    grid-template-columns: 1fr;
  }

  .service-area-layout,
  .service-area-list,
  .contact-layout,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .capability-group,
  .capability-image {
    min-height: 260px;
  }

  .experience-timeline {
    width: 100%;
  }

  .experience-labels {
    grid-template-columns: 1fr;
  }

  .moment-card,
  .featured-moment {
    min-height: 0;
    transform: none;
  }

  .moment-image {
    min-height: 360px;
  }
}
