:root {
  color-scheme: light;
  --pink: #f18ca8;
  --pink-deep: #b94d70;
  --pink-bright: #eb668d;
  --pink-soft: #fff0f4;
  --pink-pale: #fff8fa;
  --aqua: #8ccfc8;
  --aqua-soft: #dff3f0;
  --ink: #47383f;
  --muted: #79676e;
  --surface: #fffafb;
  --card: rgb(255 255 255 / 84%);
  --line: #f1d9e1;
  --shadow: 0 18px 50px rgb(151 79 102 / 10%);
  --max-width: 1080px;
}

* { box-sizing: border-box; }
html {
  font-family: "Avenir Next", "Hiragino Sans", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.8;
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 10% 20%, rgb(241 140 168 / 8%), transparent 24rem),
    var(--surface);
}
a { color: inherit; }
.site-header {
  position: relative;
  z-index: 10;
  min-height: 78px;
  padding: 13px max(24px, calc((100% - var(--max-width)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgb(241 217 225 / 80%);
  background: rgb(255 250 251 / 88%);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #5c3d49;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}
.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgb(185 77 112 / 20%);
}
nav, footer div { display: flex; gap: 26px; }
nav a, footer a {
  position: relative;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}
nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  border-radius: 99px;
  background: var(--pink);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: .2s ease;
}
nav a:hover, nav a[aria-current="page"], footer a:hover { color: var(--pink-deep); }
nav a:hover::after, nav a[aria-current="page"]::after { opacity: 1; transform: scaleX(1); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgb(255 255 255 / 92%) 0 4px, transparent 5px),
    radial-gradient(circle at 88% 28%, rgb(255 255 255 / 65%) 0 8px, transparent 9px),
    linear-gradient(145deg, #fff9fb 12%, #fde7ee 62%, #eaf8f5 120%);
  background-size: auto, auto, auto;
}
.hero::before,
.hero::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 50%;
  content: "";
}
.hero::before { top: 70px; right: 13%; width: 34px; height: 34px; }
.hero::after { right: 7%; bottom: 74px; width: 12px; height: 12px; }
.hero-inner {
  width: min(var(--max-width), calc(100% - 48px));
  min-height: 610px;
  margin: 0 auto;
  padding: 92px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: 54px;
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 {
  max-width: 700px;
  margin: 0;
  color: #593844;
  font-size: clamp(3rem, 6.6vw, 5.7rem);
  line-height: 1.16;
  letter-spacing: -.045em;
}
.hero h1 em {
  color: var(--pink-deep);
  font-style: normal;
  background: linear-gradient(transparent 74%, rgb(241 140 168 / 24%) 0);
}
.lead { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.hero .lead { max-width: 650px; margin: 28px 0 0; font-size: clamp(1.02rem, 2vw, 1.25rem); }
.axolotl-scene {
  position: relative;
  width: min(390px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  filter: drop-shadow(0 28px 34px rgb(158 88 110 / 15%));
}
.water-orb {
  position: absolute;
  inset: 5%;
  overflow: hidden;
  border: 3px solid rgb(255 255 255 / 70%);
  border-radius: 47% 53% 51% 49% / 54% 45% 55% 46%;
  background:
    radial-gradient(circle at 28% 22%, rgb(255 255 255 / 90%) 0 8px, transparent 9px),
    linear-gradient(160deg, rgb(255 255 255 / 45%), rgb(140 207 200 / 24%));
  box-shadow: inset 0 -30px 60px rgb(119 194 187 / 14%);
  animation: float 6s ease-in-out infinite;
}
.water-orb::before,
.water-orb::after {
  position: absolute;
  border: 2px solid rgb(255 255 255 / 74%);
  border-radius: 50%;
  content: "";
}
.water-orb::before { top: 21%; right: 18%; width: 20px; height: 20px; }
.water-orb::after { top: 14%; right: 30%; width: 8px; height: 8px; }
.axo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 212px;
  height: 148px;
  transform: translate(-50%, -48%);
}
.axo-head {
  position: absolute;
  top: 6px;
  left: 27px;
  z-index: 2;
  width: 158px;
  height: 132px;
  border: 4px solid rgb(255 255 255 / 45%);
  border-radius: 48% 52% 47% 53% / 44% 45% 55% 56%;
  background: linear-gradient(145deg, #ffd9e3, #f5a9bc);
  box-shadow: inset -15px -18px 25px rgb(211 100 134 / 12%);
}
.axo-eye {
  position: absolute;
  top: 48px;
  width: 11px;
  height: 13px;
  border-radius: 50%;
  background: #5b4149;
  box-shadow: 1px 1px 0 3px rgb(255 255 255 / 30%);
}
.axo-eye.left { left: 43px; }
.axo-eye.right { right: 43px; }
.axo-mouth {
  position: absolute;
  bottom: 29px;
  left: 50%;
  width: 43px;
  height: 17px;
  border-bottom: 3px solid #a85e75;
  border-radius: 50%;
  transform: translateX(-50%);
}
.gill {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 18px;
  border-radius: 100%;
  background: var(--pink-bright);
  box-shadow: inset -8px -4px 8px rgb(176 59 94 / 12%);
}
.gill.l1 { top: 20px; left: 1px; transform: rotate(35deg); }
.gill.l2 { top: 57px; left: -5px; transform: rotate(4deg); }
.gill.l3 { top: 92px; left: 2px; transform: rotate(-33deg); }
.gill.r1 { top: 20px; right: 1px; transform: rotate(-35deg); }
.gill.r2 { top: 57px; right: -5px; transform: rotate(-4deg); }
.gill.r3 { top: 92px; right: 2px; transform: rotate(33deg); }
.scene-pebble {
  position: absolute;
  bottom: 17%;
  border-radius: 50%;
  background: rgb(255 255 255 / 65%);
}
.scene-pebble.one { left: 18%; width: 42px; height: 18px; transform: rotate(10deg); }
.scene-pebble.two { right: 19%; width: 58px; height: 22px; transform: rotate(-8deg); }

.section { padding: 96px 24px; }
.section-inner { width: min(var(--max-width), 100%); margin: 0 auto; }
.section-inner.narrow { max-width: 760px; }
.soft {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--pink-soft), #fff8fa 55%, var(--aqua-soft));
}
.soft::after {
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 1px solid rgb(255 255 255 / 75%);
  border-radius: 50%;
  content: "";
}
h2 { margin: 0 0 30px; color: #5a3d48; font-size: clamp(1.7rem, 3vw, 2.15rem); line-height: 1.4; letter-spacing: -.02em; }
.section-heading { display: flex; align-items: center; gap: 13px; }
.section-heading::before { width: 34px; height: 5px; border-radius: 99px; background: var(--pink); content: ""; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cards article {
  position: relative;
  min-height: 190px;
  padding: 30px 26px 26px;
  overflow: hidden;
  border: 1px solid rgb(241 217 225 / 90%);
  border-radius: 28px 28px 28px 10px;
  background: var(--card);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cards article::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 15px;
  color: var(--pink-deep);
  background: var(--pink-soft);
  content: attr(data-icon);
  font-size: 1.15rem;
  font-weight: 800;
}
.cards article:nth-child(2n)::before { color: #478d88; background: var(--aqua-soft); }
.cards article:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgb(151 79 102 / 15%); }
.cards h3 { margin: 0 0 8px; color: #5a3d48; font-size: 1.12rem; }
.cards p { margin: 0; color: var(--muted); font-size: .94rem; }
.actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-block;
  padding: 12px 21px;
  border: 1.5px solid var(--pink);
  border-radius: 999px;
  color: var(--pink-deep);
  background: rgb(255 255 255 / 50%);
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgb(185 77 112 / 14%); }
.button.primary { border-color: var(--pink-deep); color: #fff; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); }

.document {
  padding: 88px 24px 112px;
  background:
    radial-gradient(circle at 90% 5%, rgb(140 207 200 / 15%), transparent 24rem),
    linear-gradient(180deg, var(--pink-pale), var(--surface) 360px);
}
.document-inner {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: 52px clamp(24px, 6vw, 64px) 64px;
  border: 1px solid var(--line);
  border-radius: 32px 32px 32px 12px;
  background: rgb(255 255 255 / 78%);
  box-shadow: var(--shadow);
}
.document h1 { margin: 0 0 8px; color: #593844; font-size: clamp(2.3rem, 7vw, 4rem); line-height: 1.25; letter-spacing: -.04em; }
.document h2 { margin: 48px 0 14px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 1.3rem; }
.document a { color: var(--pink-deep); font-weight: 700; }
.eyebrow { margin: 0 0 10px; color: var(--pink-deep); font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
.updated, .note { color: var(--muted); font-size: .9rem; }
.contact-link { display: inline-block; font-size: 1.12rem; }
details { margin: 14px 0; padding: 17px 20px; border: 1px solid var(--line); border-radius: 17px 17px 17px 6px; background: var(--card); }
details[open] { box-shadow: 0 10px 28px rgb(151 79 102 / 8%); }
summary { cursor: pointer; color: #5a3d48; font-weight: 750; }
details p { margin-bottom: 0; color: var(--muted); }
footer {
  padding: 32px max(24px, calc((100% - var(--max-width)) / 2));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff7f9;
  font-size: .88rem;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .water-orb { animation: none; }
  .cards article, .button { transition: none; }
}

@media (max-width: 820px) {
  .hero-inner { min-height: auto; padding: 70px 0 62px; grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .hero .lead { margin-right: auto; margin-left: auto; }
  .axolotl-scene { width: min(330px, 86vw); }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .site-header { min-height: 70px; padding: 11px 18px; }
  .brand { gap: 9px; }
  .brand-mark { width: 40px; height: 40px; }
  nav { gap: 13px; }
  nav a { font-size: .78rem; }
  .hero-inner { width: min(100% - 36px, var(--max-width)); padding-top: 58px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero .lead br { display: none; }
  .axolotl-scene { width: min(290px, 84vw); }
  .axo { transform: translate(-50%, -48%) scale(.86); }
  .section { padding: 72px 18px; }
  .cards { grid-template-columns: 1fr; }
  .cards article { min-height: auto; }
  .document { padding: 44px 14px 72px; }
  .document-inner { padding: 38px 22px 50px; border-radius: 24px 24px 24px 9px; }
  .site-header, footer { align-items: center; }
  footer { padding: 26px 18px; flex-direction: column; align-items: flex-start; gap: 8px; }
  footer p { margin: 0; }
  footer div { gap: 18px; }
}
