@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap);
body.home-page {
  background: radial-gradient(circle at 18% 0%, rgba(198, 106, 61, 0.22), transparent 22%), radial-gradient(circle at 82% 14%, rgba(220, 200, 175, 0.08), transparent 18%), linear-gradient(180deg, #060709 0%, #090b0f 46%, #07080b 100%);
  color: #f6f1ea;
  font-family: "Manrope", sans-serif;
}

.home-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.home-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 75%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 75%);
  pointer-events: none;
}

.home-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%, transparent 82%, rgba(198, 106, 61, 0.04));
  pointer-events: none;
  z-index: 0;
}

.section-frame {
  position: relative;
  padding: 34px 16px;
}

.section-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.section-trace {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  color: rgba(220, 200, 175, 0.28);
  text-transform: uppercase;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-axis {
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(220, 200, 175, 0.12), transparent);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.hero-wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  font-family: "Manrope", sans-serif;
  font-size: clamp(5rem, 15vw, 14rem);
  letter-spacing: 0.24em;
  color: rgba(255, 248, 236, 0.025);
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.hero-glow {
  position: absolute;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.hero-glow-left {
  top: 6%;
  left: -12%;
  background: rgba(198, 106, 61, 0.26);
}

.hero-glow-right {
  right: -8%;
  bottom: 12%;
  background: rgba(220, 200, 175, 0.12);
}

.hero-grid {
  display: grid;
  gap: 52px;
  align-items: center;
  z-index: 1;
}

.hero-brand {
  display: flex;
  justify-content: center;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(84px, 13vw, 128px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.hero-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.26));
}

.hero-copy {
  max-width: 760px;
}

.hero-side-note {
  display: none;
}

.hero-side-note span {
  display: block;
  margin-bottom: 14px;
  color: rgba(220, 200, 175, 0.48);
  font-size: 0.78rem;
  letter-spacing: 0.26em;
}

.hero-side-note p {
  margin: 0;
  max-width: 180px;
  color: rgba(190, 179, 167, 0.72);
  font-size: 0.92rem;
  line-height: 1.8;
}

.eyebrow {
  margin: 0 0 18px;
  color: #c66a3d;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 0.93;
  font-weight: 600;
  letter-spacing: -0.035em;
  color: #f6f1ea;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.98;
  max-width: 11ch;
}

.lead,
.scope-footnote p,
.process-list p,
.home-footer__text,
.contact-form label,
.contact-form input,
.contact-form textarea {
  margin: 0;
  color: #beb3a7;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

.lead {
  max-width: 560px;
  margin-top: 30px;
  font-size: 1rem;
  color: #dcc8af;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.hero-details {
  display: grid;
  gap: 10px;
  margin-top: 48px;
  max-width: 520px;
  padding-top: 26px;
  border-top: 1px solid rgba(220, 200, 175, 0.12);
}

.hero-details p {
  margin: 0;
  color: rgba(220, 200, 175, 0.82);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

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

.button-primary {
  background: linear-gradient(180deg, #d47949 0%, #b95f35 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(185, 95, 53, 0.22);
}

.button-primary:hover {
  background: linear-gradient(180deg, #dc8356 0%, #c96a3f 100%);
  box-shadow: 0 18px 40px rgba(198, 106, 61, 0.28);
}

.button-secondary {
  color: #dcc8af;
  border-color: rgba(220, 200, 175, 0.1);
  background: transparent;
  opacity: 0.82;
}

.button-secondary:hover {
  border-color: rgba(220, 200, 175, 0.2);
  background: rgba(255, 248, 236, 0.025);
  opacity: 1;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 860px;
  margin-bottom: 52px;
}

.scope-stage,
.process-list,
.contact-layout,
.home-footer__inner {
  position: relative;
  z-index: 1;
}

.process-list li,
.contact-card {
  border: 1px solid rgba(255, 248, 236, 0.08);
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.035), rgba(255, 248, 236, 0.012)), rgba(16, 18, 24, 0.7);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.process-list h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 600;
  color: #f6f1ea;
}

.scope-stage {
  display: grid;
  gap: 28px;
}

.scope-copy {
  max-width: 760px;
}

.scope-kicker {
  margin: 0 0 16px;
  color: rgba(220, 200, 175, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scope-statement {
  margin: 0;
  max-width: 18ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.25rem, 4.8vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #f6f1ea;
}

.scope-cluster {
  position: relative;
  display: grid;
  gap: 16px;
}

.scope-piece {
  position: relative;
  padding: 20px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 248, 236, 0.08);
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.032), rgba(255, 248, 236, 0.012)), rgba(14, 16, 22, 0.58);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.scope-piece::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(220, 200, 175, 0.36), transparent);
}

.scope-piece span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 3.8vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #f6f1ea;
}

.scope-piece-muted span {
  color: rgba(246, 241, 234, 0.62);
}

.scope-piece-accent {
  border-color: rgba(198, 106, 61, 0.24);
}

.scope-piece-accent span {
  color: #dcc8af;
}

.scope-piece-soft {
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.024), rgba(255, 248, 236, 0.012)), rgba(10, 12, 17, 0.68);
}

.scope-footnote {
  max-width: 360px;
}

.scope-footnote p {
  margin: 0;
  color: rgba(190, 179, 167, 0.76);
  font-size: 0.94rem;
  line-height: 1.8;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  counter-reset: process;
}

.process-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px;
  transform: translateY(0);
  transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.process-list li:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 106, 61, 0.34);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(198, 106, 61, 0.18), rgba(198, 106, 61, 0.08));
  color: #dcc8af;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.contact-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.contact-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 106, 61, 0.55), rgba(220, 200, 175, 0.08), transparent 85%);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 10px;
}

.contact-form label {
  color: #dcc8af;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 248, 236, 0.1);
  background: rgba(255, 248, 236, 0.025);
  color: #f6f1ea;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #857b73;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #857b73;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(198, 106, 61, 0.55);
  background: rgba(255, 248, 236, 0.04);
  box-shadow: 0 0 0 4px rgba(198, 106, 61, 0.08);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.form-error,
.form-alert {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.form-error,
.form-alert-error {
  color: #ffb3a0;
}

.form-alert {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 248, 236, 0.08);
  background: rgba(255, 248, 236, 0.03);
}

.form-alert-success {
  color: #ffd9c8;
  border-color: rgba(206, 87, 51, 0.24);
  background: rgba(206, 87, 51, 0.08);
}

.home-footer {
  padding: 14px 16px 44px;
}

.home-footer__inner {
  display: grid;
  gap: 18px;
  border-top: 1px solid rgba(220, 200, 175, 0.08);
  padding-top: 30px;
}

.home-footer__brand {
  margin: 0 0 8px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #dcc8af;
}

.home-footer__text {
  max-width: 420px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.home-page #footer-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .section-frame {
    padding: 48px 24px;
  }

  .hero-section {
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-layout,
.home-footer__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
@media (min-width: 1040px) {
  .hero-grid {
    grid-template-columns: 170px minmax(0, 1fr) 180px;
    align-items: start;
    gap: 68px;
  }

  .hero-brand {
    justify-content: flex-start;
    padding-top: 4.6rem;
  }

  .hero-logo {
    width: 126px;
  }

  .section-frame {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .scope-stage {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    grid-template-areas: "copy cluster" "foot cluster";
    -moz-column-gap: 72px;
         column-gap: 72px;
    row-gap: 22px;
    align-items: start;
  }

  .scope-copy {
    grid-area: copy;
    padding-top: 0.8rem;
  }

  .scope-cluster {
    grid-area: cluster;
    min-height: 34rem;
    display: block;
  }

  .scope-piece {
    position: absolute;
  }

  .scope-piece-large {
    top: 0;
    left: 0;
    width: 54%;
  }

  .scope-piece-muted {
    top: 6.25rem;
    right: 0;
    width: 56%;
  }

  .scope-piece-accent {
    top: 17rem;
    left: 8%;
    width: 60%;
  }

  .scope-piece-soft {
    top: 25.5rem;
    right: 4%;
    width: 52%;
  }

  .scope-footnote {
    grid-area: foot;
    padding-top: 2rem;
  }

  .hero-copy {
    max-width: 840px;
    padding-top: 3rem;
  }

  .hero-copy h1 {
    max-width: 7.6ch;
    text-wrap: balance;
  }

  .hero-details {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 500px;
  }

  .hero-side-note {
    display: block;
    align-self: end;
    padding-bottom: 6.8rem;
  }

  .section-trace {
    right: calc(100% + 24px);
    top: 0.6rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .process-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
  }

  .process-list li {
    grid-template-columns: 1fr;
    align-content: start;
    min-height: 100%;
  }

  .process-list li:nth-child(2),
.process-list li:nth-child(4) {
    transform: translateY(26px);
  }

  .process-list li:nth-child(2):hover,
.process-list li:nth-child(4):hover {
    transform: translateY(22px);
  }
}
