/* Local preview: preserve the existing text composition; add only a contact CTA. */
.hero-proposal {
  inset: 0;
  display: block;
  padding: 0;
  transform: translateY(var(--hero-text-pan, 0px));
}
.hero-proposal::before { content: none; }
.hero-title-group {
  position: absolute;
  top: 28svh;
  left: var(--gutter);
  right: var(--gutter);
}
.hero-proposal h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(32px, 3.25vw, 49px);
  line-height: 1.09;
  letter-spacing: -.054em;
  font-weight: 400;
}
.hero-proposal h1 > span { white-space: nowrap; }
.hero-proposal p {
  position: absolute;
  top: calc(100svh - 132px);
  left: var(--gutter);
  width: 285px;
  max-width: calc(100% - 2 * var(--gutter));
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: -.01em;
  font-weight: 400;
}
.hero-proposal .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: #f7f5f0;
  color: #242a29;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}
.hero-proposal .hero-cta:hover { background: #fff; transform: translateY(-2px); }
.hero-proposal .hero-cta:focus-visible { outline: 2px solid white; outline-offset: 5px; }
@media (max-width: 700px) {
  .hero-title-group { top: 27svh; }
  .hero-proposal h1 { font-size: clamp(28px, 6.3vw, 39px); line-height: 1.12; letter-spacing: -.052em; }
  .hero-proposal p { top: calc(100svh - 145px); width: 265px; font-size: 12px; line-height: 1.65; }
  .hero-proposal .hero-cta { margin-top: 24px; }
}
@media (max-height: 480px) and (min-width: 701px) {
  .hero-title-group { top: 26svh; }
  .hero-proposal h1 { font-size: 32px; }
  .hero-proposal p { top: calc(100svh - 80px); }
  .hero-proposal .hero-cta { margin-top: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-proposal .hero-cta { transition: none; }
  .hero-proposal .hero-cta:hover { transform: none; }
}

.footer-signature { display: flex; align-items: center; gap: 18px; }
.footer-flags { display: inline-flex; align-items: center; gap: 9px; }
.footer-flags [role="img"] { display: inline-block; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; font-size: 18px; line-height: 1.4; letter-spacing: 0; }

/* Contrast comes from the gray cabinet material, not a dark overlay. */
.hero { background: #e6e8e8; }
.hero-image { background-image: url('assets/earendil-hero-painted-light-v3.webp'); }
.hero-shade { background: none; }
.hero-proposal h1,
.hero-proposal p { text-shadow: 0 1px 1px rgba(20, 27, 31, .18); }
.site-header.on-dark .wordmark { text-shadow: none; }
@media (max-width: 700px) {
  .hero-image { background-position: 34% center; }
}
