:root {
  --navy: #102f66;
  --blue: #2f78c4;
  --sky: #eaf7ff;
  --aqua: #77cbd2;
  --mint: #bfe8df;
  --ink: #263f68;
  --muted: #637792;
  --white: #ffffff;
  --line: rgba(16, 47, 102, 0.12);
  --shadow: 0 22px 60px rgba(53, 111, 164, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(161, 220, 245, 0.38), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(190, 226, 255, 0.44), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 60%, #eef8ff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(44, 123, 190, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent 40%);
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
  width: min(1480px, calc(100% - 28px));
  min-height: calc(100vh - 28px);
  margin: 14px auto;
  padding: 42px clamp(22px, 5vw, 72px) 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 100px rgba(66, 132, 181, 0.12);
  backdrop-filter: blur(16px);
}

.decor {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(1px);
}

.decor-left {
  width: 520px;
  height: 520px;
  top: -245px;
  left: -210px;
  background: linear-gradient(140deg, rgba(153, 215, 241, 0.58), rgba(233, 250, 255, 0.18));
}

.decor-right {
  width: 560px;
  height: 560px;
  top: -230px;
  right: -220px;
  background: linear-gradient(200deg, rgba(188, 225, 255, 0.56), rgba(245, 252, 255, 0.1));
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: left;
}

.brand-mark {
  position: relative;
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
}

.step,
.leaf {
  position: absolute;
  display: block;
}

.step {
  left: 50%;
  border-radius: 999px;
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 6px 12px rgba(25, 89, 154, 0.12);
}

.step-1 { width: 70px; height: 17px; bottom: 3px; background: #0c4b95; }
.step-2 { width: 57px; height: 15px; bottom: 24px; background: #3c8bd3; }
.step-3 { width: 43px; height: 13px; bottom: 43px; background: #63b9d1; }
.step-4 { width: 28px; height: 10px; bottom: 60px; background: #82d0d4; }

.leaf {
  width: 24px;
  height: 12px;
  top: 3px;
  background: #68c7c8;
}

.leaf-left {
  left: 24px;
  border-radius: 100% 0 100% 0;
  transform: rotate(40deg);
}

.leaf-right {
  right: 20px;
  border-radius: 0 100% 0 100%;
  transform: rotate(-35deg);
}

.brand-name {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.brand-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  color: #67bec8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.brand-subtitle span {
  width: 54px;
  height: 1px;
  background: rgba(16, 47, 102, 0.32);
}

.brand-copy p {
  margin: 10px 0 0;
  color: #536a8d;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: clamp(24px, 4vw, 74px);
  margin-top: 28px;
}

.hero-copy {
  max-width: 760px;
  padding: 48px 0 28px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #5a9fc3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.91;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.mini-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 28px 0 18px;
}

.mini-divider span {
  width: 64px;
  height: 1px;
  background: #b8d5e8;
}

.mini-divider svg {
  width: 22px;
  fill: #74b9e3;
}

.intro {
  max-width: 660px;
  margin: 0 auto;
  color: #526986;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.thanks {
  margin: 18px 0 0;
  color: #3d8fd3;
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: clamp(22px, 3vw, 36px);
  transform: rotate(-1deg);
}

.hero-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 46% 46% 28% 28% / 34% 34% 18% 18%;
  background:
    radial-gradient(circle at 64% 22%, #ffffff 0 15%, transparent 42%),
    linear-gradient(180deg, rgba(226, 244, 255, 0.9), rgba(245, 252, 255, 0.75));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 7% 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.86));
  pointer-events: none;
}

.visual-glow {
  position: absolute;
  inset: 8% 8% auto auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 252, 211, 0.38);
  filter: blur(24px);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 58% center;
  mix-blend-mode: multiply;
  filter: saturate(0.96) contrast(0.98);
}

.values {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.value-card {
  position: relative;
  padding: 28px 34px 30px;
  text-align: center;
}

.value-card + .value-card::before {
  content: "";
  position: absolute;
  top: 22%;
  bottom: 22%;
  left: 0;
  width: 1px;
  background: var(--line);
}

.icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
}

.icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-family { color: #245f9f; background: #e6f3ff; }
.icon-growth { color: #2f8e83; background: #e5f7f1; }
.icon-care { color: #5b57a7; background: #f0edff; }

.value-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
}

.value-card p {
  max-width: 260px;
  margin: 8px auto 0;
  color: #657993;
  line-height: 1.55;
}

.contact-strip {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  margin-top: 22px;
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(220, 240, 255, 0.9), rgba(235, 247, 255, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 20px 24px;
  text-decoration: none;
}

.contact-item + .contact-item {
  border-left: 1px solid rgba(16, 47, 102, 0.12);
}

.contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #2767a9;
  box-shadow: 0 8px 20px rgba(31, 91, 144, 0.08);
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item span:last-child {
  min-width: 0;
}

.contact-item small,
.contact-item strong {
  display: block;
}

.contact-item small {
  margin-bottom: 4px;
  color: #66819d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-item strong {
  overflow: hidden;
  color: #22436f;
  font-size: 14px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-item[href]:hover {
  background: rgba(255, 255, 255, 0.46);
}

.copyright {
  margin: 18px 0 0;
  color: #8395a9;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1050px) {
  .page-shell {
    padding-inline: clamp(18px, 4vw, 44px);
  }

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

  .hero-copy {
    margin: 0 auto;
    padding-bottom: 0;
  }

  .hero-visual {
    width: min(700px, 100%);
    min-height: 440px;
    margin: -10px auto 0;
  }

  .hero-visual img {
    min-height: 440px;
  }

  .values {
    margin-top: -24px;
  }
}

@media (max-width: 760px) {
  body {
    background: #f4fbff;
  }

  .page-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 28px 16px 22px;
    border: 0;
    border-radius: 0;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 68px;
    height: 72px;
    flex-basis: 68px;
    transform: scale(0.8);
  }

  .brand-name {
    font-size: 42px;
  }

  .brand-subtitle {
    gap: 7px;
    font-size: 10px;
    letter-spacing: 0.28em;
  }

  .brand-subtitle span {
    width: 30px;
  }

  .brand-copy p {
    font-size: 12px;
  }

  .hero {
    margin-top: 14px;
  }

  .hero-copy {
    padding-top: 26px;
  }

  h1 {
    font-size: clamp(47px, 15vw, 70px);
    line-height: 0.95;
  }

  .intro {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 360px;
    border-radius: 34px;
  }

  .hero-visual img {
    min-height: 360px;
    object-position: 55% center;
  }

  .values {
    grid-template-columns: 1fr;
    margin-top: -10px;
  }

  .value-card {
    padding: 24px 28px;
  }

  .value-card + .value-card::before {
    inset: 0 14% auto;
    width: auto;
    height: 1px;
  }

  .contact-strip {
    grid-template-columns: 1fr;
  }

  .contact-item + .contact-item {
    border-top: 1px solid rgba(16, 47, 102, 0.1);
    border-left: 0;
  }

  .contact-item strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .brand-mark,
  .hero-copy,
  .hero-visual,
  .values,
  .contact-strip {
    animation: enter 0.8s both;
  }

  .hero-copy { animation-delay: 0.08s; }
  .hero-visual { animation-delay: 0.16s; }
  .values { animation-delay: 0.24s; }
  .contact-strip { animation-delay: 0.32s; }

  @keyframes enter {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
