:root {
  --turquoise: #63c6c3;
  --turquoise-deep: #278f8d;
  --red: #e11f31;
  --navy: #18313e;
  --ink: #283437;
  --muted: #687173;
  --cream: #fbf8f1;
  --paper: #fffefb;
  --line: rgba(24, 49, 62, 0.15);
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.page {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  grid-template-rows: auto 1fr auto;
  padding: 0 clamp(22px, 5vw, 76px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(240,250,249,0.85)),
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(24,49,62,0.018) 4px 5px);
}

.accent {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.accent-top {
  width: clamp(240px, 30vw, 510px);
  height: clamp(240px, 30vw, 510px);
  top: clamp(-250px, -16vw, -130px);
  right: clamp(-240px, -12vw, -80px);
  background: rgba(99, 198, 195, 0.18);
}

.accent-bottom {
  width: 220px;
  height: 220px;
  bottom: -150px;
  left: -100px;
  background: rgba(99, 198, 195, 0.18);
}

.header {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1220px, 100%);
  min-height: 132px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.logo {
  display: block;
  width: clamp(250px, 32vw, 430px);
  height: auto;
  margin: clamp(28px, 4.5vw, 52px) 0 clamp(20px, 3vw, 34px);
}

.coming-soon {
  margin: 0;
  color: var(--turquoise-deep);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1220px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.65fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  padding: clamp(58px, 9vh, 105px) 0;
}

.headline-block { max-width: 850px; }

.purpose {
  margin: 0;
  color: var(--navy);
  font-size: clamp(0.84rem, 1.3vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.purpose strong {
  color: var(--red);
  font-weight: 900;
}

h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8.1vw, 8.7rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.contact-panel {
  position: relative;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 254, 251, 0.88);
  box-shadow: 0 28px 70px rgba(24, 49, 62, 0.13);
}

h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h2 .creating-word {
  white-space: nowrap;
}

h2 .heart-i {
  position: relative;
  display: inline-block;
}

h2 .heart-dot {
  position: absolute;
  left: 52%;
  top: 0.04em;
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 0.23em;
  line-height: 1;
  transform: translate(-50%, -10%);
}

h2 .section-label {
  display: block;
  margin-bottom: 8px;
  color: var(--turquoise-deep);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.31em;
  font-weight: 950;
  letter-spacing: 0.2em;
}

.email-link {
  display: grid;
  margin-top: 35px;
  grid-template-columns: 1fr auto;
  gap: 5px 18px;
  padding: 19px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.email-link small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.email-link > span {
  min-width: 0;
  overflow: hidden;
  color: var(--navy);
  font-size: clamp(0.8rem, 1.1vw, 0.94rem);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.email-link b {
  color: var(--red);
  transition: transform 180ms ease;
}

.email-link:hover b,
.email-link:focus-visible b { transform: translate(3px, -3px); }

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
  align-items: center;
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 850;
}

.social-links a {
  text-decoration-color: var(--turquoise);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.social-links > span { color: var(--turquoise); }

footer {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1220px, 100%);
  min-height: 78px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
}

footer strong {
  color: var(--navy);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-panel {
    width: min(520px, 100%);
  }
}

@media (max-width: 620px) {
  .page { padding: 0 18px; }

  .header {
    min-height: 105px;
    align-items: center;
  }

  .logo {
    width: min(340px, 88vw);
    margin: 30px 0 22px;
  }

  .coming-soon {
    max-width: 120px;
    font-size: 0.6rem;
    line-height: 1.45;
    text-align: right;
  }

  .hero {
    gap: 46px;
    padding: 48px 0;
  }

  .purpose {
    margin-bottom: 20px;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.2rem);
    line-height: 0.89;
  }

  .contact-panel {
    padding: 34px 25px;
    border-radius: 22px;
  }

  footer {
    min-height: 92px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
