:root {
  color: #101516;
  background: #f2efe8;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

button {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  background:
    linear-gradient(120deg, rgba(35, 62, 68, 0.08), transparent 42%),
    radial-gradient(circle at 84% 16%, rgba(143, 126, 77, 0.16), transparent 28%),
    #f2efe8;
  min-height: 100vh;
  padding: clamp(18px, 3vw, 40px);
}

.site-header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.brand {
  align-items: center;
  color: #101516;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 820;
  gap: 10px;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-dot {
  background: #101516;
  border-radius: 999px;
  display: inline-block;
  height: 11px;
  width: 11px;
}

.language-switcher {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(16, 21, 22, 0.1);
  border-radius: 999px;
  display: flex;
  gap: 4px;
  padding: 4px;
}

.lang-button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #536063;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 760;
  min-height: 34px;
  padding: 0 12px;
}

.lang-button.active {
  background: #101516;
  color: #ffffff;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 86px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  margin: 0 auto;
  max-width: 1180px;
  min-height: calc(100vh - 150px);
  padding: clamp(44px, 7vw, 92px) 0;
}

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

.kicker,
.panel-label {
  color: #766331;
  font-size: 0.82rem;
  font-weight: 860;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(4.2rem, 12vw, 10rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 24px;
}

.lead {
  color: #445255;
  font-size: clamp(1.16rem, 2.2vw, 1.55rem);
  line-height: 1.55;
  margin-bottom: 34px;
  max-width: 660px;
}

.notice {
  border-left: 4px solid #101516;
  max-width: 760px;
  padding-left: 18px;
}

.notice strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}

.notice p,
.contact-panel p,
footer p {
  color: #536063;
  line-height: 1.65;
}

.notice p,
.contact-panel p {
  margin-bottom: 0;
}

.contact-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 21, 22, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(36, 35, 28, 0.16);
  padding: clamp(22px, 4vw, 34px);
}

.contact-panel h2 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 14px;
}

.primary-action {
  background: #101516;
  border: 1px solid #101516;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 840;
  margin-top: 24px;
  min-height: 48px;
  padding: 0 18px;
  width: 100%;
}

.email-box {
  background: #f9f8f4;
  border: 1px solid rgba(16, 21, 22, 0.12);
  border-radius: 8px;
  margin-top: 22px;
  padding: 16px;
}

.email-label {
  color: #6a7577;
  display: block;
  font-size: 0.82rem;
  font-weight: 820;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.email-address {
  color: #123d5a;
  display: inline-block;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 850;
  margin-bottom: 14px;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.email-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.email-action {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(16, 21, 22, 0.14);
  border-radius: 8px;
  color: #101516;
  cursor: pointer;
  display: inline-flex;
  font-weight: 790;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
}

.copy-status {
  color: #2d6a4f;
  font-size: 0.9rem;
  margin: 10px 0 0;
  min-height: 1.4em;
}

.fine-print {
  border-top: 1px solid rgba(16, 21, 22, 0.1);
  font-size: 0.92rem;
  margin-top: 20px;
  padding-top: 16px;
}

footer {
  margin: 0 auto;
  max-width: 1180px;
}

footer p {
  font-size: 0.9rem;
  margin-bottom: 0;
  max-width: 900px;
}

@media (max-width: 850px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .language-switcher {
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .lang-button {
    padding: 0 8px;
  }

  .email-actions {
    grid-template-columns: 1fr;
  }
}
