/* ww-top.css — トップ_インフルエンサー追加.html 由来。ページラッパー .ww-page-top 配下にスコープ済み */

:root {
  --ww-ink: #25221f;
  --ww-muted: #716963;
  --ww-paper: #fffaf4;
  --ww-line: rgba(65,48,38,.16);
  --ww-orange: #f47b35;
  --ww-orange-dark: #c74f18;
  --ww-cream: #fff0dc;
  --ww-yellow: #ffd85a;
  --ww-pink: #ffb8a1;
  --ww-radius: 22px;
  --ww-shadow: 0 24px 70px rgba(93,52,26,.13);
  --ww-max: 1180px;
}
.ww-page-top,
.ww-page-top * {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.ww-body-top {
  margin: 0;
  color: var(--ww-ink);
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.ww-page-top a {
  color: inherit;
  text-decoration: none;
}
.ww-page-top button {
  font: inherit;
}
.ww-page-top .container {
  width: min(calc(100% - 48px), var(--ww-max));
  margin-inline: auto;
}
.ww-page-top .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ww-page-top .eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}
.ww-page-top .section {
  padding: 132px 0;
  position: relative;
}
.ww-page-top .section-head {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 60px;
  margin-bottom: 62px;
}
.ww-page-top .section-title {
  margin: 0;
  font-size: clamp(40px, 5.1vw, 72px);
  line-height: 1;
  letter-spacing: -.055em;
}
.ww-page-top .section-lead {
  max-width: 650px;
  margin: 10px 0 0;
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--ww-muted);
}
.ww-page-top .hero {
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: 72px 72px;
}
.ww-page-top .hero::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
}
.ww-page-top .hero-inner {
  padding-top: 112px;
  padding-bottom: 80px;
  position: relative;
}
.ww-page-top .hero-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ww-page-top .status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(200,240,75,.8);
  animation: pulse 2s infinite;
}
.ww-page-top .hero-title {
  margin: 30px 0 26px;
  font-weight: 850;
  font-size: clamp(58px, 9.8vw, 142px);
  line-height: .94;
  letter-spacing: -.075em;
}
.ww-page-top .hero-title .line {
  display: block;
  overflow: hidden;
}
.ww-page-top .hero-title .word {
  display: inline-block;
  transform: translateY(110%);
  animation: rise .9s cubic-bezier(.2,.8,.2,1) forwards;
}
.ww-page-top .hero-title .line:nth-child(2) .word {
  animation-delay: .15s;
}
.ww-page-top .hero-title .accent-word {
  position: relative;
  z-index: 1;
}
.ww-page-top .hero-title .accent-word::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.02em;
  right: -.06em;
  transform: scaleX(0);
  transform-origin: left;
  animation: draw 1s .85s forwards;
}
.ww-page-top .hero-copy {
  max-width: 620px;
  margin: 0;
  font-size: clamp(16px, 1.65vw, 21px);
  opacity: 0;
  animation: fade .8s .9s forwards;
}
.ww-page-top .hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
  opacity: 0;
  animation: fade .8s 1.05s forwards;
}
.ww-page-top .button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  transition: transform .25s, box-shadow .25s, background .25s;
}
.ww-page-top .button-dark::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -45%;
  width: 34%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  transform: skewX(-22deg);
  animation: shine 3.8s 1.5s infinite;
}
.ww-page-top .arrow {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--ww-ink);
  transition: transform .25s;
}
.ww-page-top .button:hover .arrow {
  transform: translateX(4px);
}
.ww-page-top .text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 750;
}
.ww-page-top .scroll-note {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}
.ww-page-top .scroll-line {
  width: 1px;
  height: 74px;
  overflow: hidden;
  background: var(--ww-line);
}
.ww-page-top .scroll-line::after {
  content: "";
  display: block;
  height: 42%;
  background: var(--ww-ink);
  animation: scroll 2s infinite;
}
.ww-page-top .orbit {
  position: absolute;
  z-index: 2;
  aspect-ratio: 1;
  pointer-events: none;
}
.ww-page-top .orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: spin 18s linear infinite;
}
.ww-page-top .orbit-ring::before,
.ww-page-top .orbit-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--ww-ink);
}
.ww-page-top .orbit-ring::before {
  width: 12px;
  height: 12px;
  left: 18%;
  top: 3%;
}
.ww-page-top .orbit-ring::after {
  width: 7px;
  height: 7px;
  right: 1%;
  bottom: 28%;
}
.ww-page-top .orbit-core {
  position: absolute;
  inset: 27%;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  animation: float 4s ease-in-out infinite;
}
.ww-page-top .orbit-core svg {
  width: 52%;
}
.ww-page-top .entrance-icon {
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: transform .4s;
}
.ww-page-top .services {
  overflow: hidden;
}
.ww-page-top .services .section-lead {
  color: #aeb3bd;
}
.ww-page-top .services::before {
  content: "SERVICES";
  position: absolute;
  top: 65px;
  right: -20px;
  font-size: clamp(110px, 17vw, 260px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em;
  pointer-events: none;
}
.ww-page-top .service-stack {
  display: grid;
}
.ww-page-top .service-card {
  min-height: 520px;
  padding: clamp(28px, 5vw, 68px);
  border-radius: var(--ww-radius);
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 50px;
  align-items: center;
  position: sticky;
  top: 86px;
  overflow: hidden;
  box-shadow: 0 -30px 90px rgba(0,0,0,.25);
}
.ww-page-top .service-card.service-card--v2 {
  top: 106px;
}
.ww-page-top .service-card.service-card--v3 {
  top: 126px;
}
.ww-page-top .service-kicker {
  color: var(--ww-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
}
.ww-page-top .service-card h3 {
  margin: 15px 0 22px;
  font-size: clamp(39px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.055em;
}
.ww-page-top .service-card p {
  max-width: 570px;
}
.ww-page-top .service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 26px 0 36px;
  list-style: none;
}
.ww-page-top .service-points li {
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 99px;
  padding: 6px 12px;
  font-size: 11px;
}
.ww-page-top .service-visual {
  min-height: 350px;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  border-radius: 28px;
  overflow: hidden;
  background:
        linear-gradient(rgba(48,40,35,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(48,40,35,.08) 1px, transparent 1px),
        linear-gradient(145deg, #fff9ef, #ffd7b8);
  background-size: 32px 32px;
}
.ww-page-top .service-card.service-card--v2 .service-visual {
  background:
        radial-gradient(circle at 78% 20%, rgba(255,216,90,.78) 0 12%, transparent 12.5%),
        linear-gradient(145deg, #fff3dd, #ffb98f);
}
.ww-page-top .service-card.service-card--v3 .service-visual {
  background:
        linear-gradient(120deg, transparent 47%, rgba(244,123,53,.16) 47% 53%, transparent 53%),
        linear-gradient(145deg, #fffaf3, #ffe29d);
}
.ww-page-top .service-visual::before,
.ww-page-top .service-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border: 2px solid rgba(199,79,24,.34);
}
.ww-page-top .service-visual::before {
  width: 170px;
  height: 170px;
  left: -58px;
  top: -62px;
  border-radius: 44% 56% 62% 38%;
  background: rgba(244,123,53,.18);
  animation: visualBlob 9s ease-in-out infinite;
}
.ww-page-top .service-visual::after {
  width: 94px;
  height: 94px;
  right: 18px;
  bottom: 16px;
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(255,216,90,.26);
  animation: visualOrbit 12s linear infinite;
}
.ww-page-top .service-audience {
  display: table;
  width: fit-content;
  margin: 13px 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(199,79,24,.28);
  border-radius: 999px;
  color: var(--ww-orange-dark);
  background: rgba(255,240,220,.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.ww-page-top .service-lead {
  max-width: 35em;
  margin: 0 0 26px;
  color: #403832;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.9 !important;
  font-weight: 560;
}
.ww-page-top .classes {
  overflow: hidden;
}
.ww-page-top .course-marquee {
  display: flex;
  width: max-content;
  gap: 12px;
  margin: 0 0 50px;
  animation: marquee 28s linear infinite;
}
.ww-page-top .course-marquee span {
  font-size: clamp(60px, 9vw, 130px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(16,18,23,.22);
}
.ww-page-top .course-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.ww-page-top .course-card {
  min-height: 290px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
  color: var(--ww-ink);
  position: relative;
  overflow: hidden;
  transition: transform .35s, box-shadow .35s;
}
.ww-page-top .course-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .15;
  transition: transform .5s;
}
.ww-page-top .course-card:hover::after {
  transform: scale(1.7);
}
.ww-page-top .course-index {
  font-size: 10px;
  letter-spacing: .16em;
  opacity: .6;
}
.ww-page-top .course-card h3 {
  margin: 0;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.18;
  letter-spacing: -.035em;
}
.ww-page-top .course-card p {
  margin: 10px 0 0;
  font-size: 11px;
  opacity: .65;
}
.ww-page-top .course-card .entrance-icon {
  align-self: flex-end;
  width: 36px;
  height: 36px;
}
.ww-page-top .service-image {
  display: block;
  width: min(100%, 430px);
  max-height: 340px;
  margin-inline: auto;
  object-fit: contain;
  border-radius: 22px;
  filter: drop-shadow(0 18px 24px rgba(75,34,11,.18));
  animation: serviceImageFloat 5.5s ease-in-out infinite;
}
.ww-page-top .course-image {
  width: calc(100% + 36px);
  height: 132px;
  margin: -18px -18px 18px;
  padding: 8px;
  object-fit: contain;
  background: #f5f6f4;
  border-bottom: 1px solid #d9dde0;
}
.ww-page-top .cta {
  padding: 150px 0;
  color: var(--ww-ink);
  overflow: hidden;
  background:
        linear-gradient(rgba(48,40,35,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(48,40,35,.08) 1px, transparent 1px),
        linear-gradient(135deg, #ffb36c 0%, #f47b35 58%, #ffd85a 100%);
  background-size: 58px 58px, 58px 58px, 100% 100%;
}
.ww-page-top .cta::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  right: 7%;
  top: 50%;
  border: 2px solid rgba(48,40,35,.35);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 34px rgba(255,255,255,.10), 0 0 0 68px rgba(255,216,90,.22);
  animation: visualOrbit 14s linear infinite;
}
.ww-page-top .cta::after {
  content: "CONTACT";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: rgba(255,255,255,.13);
  font-size: clamp(110px, 20vw, 300px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.08em;
  white-space: nowrap;
  pointer-events: none;
}
.ww-page-top .cta-inner {
  position: relative;
  z-index: 2;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
}
.ww-page-top .cta h2 {
  margin: 0;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .92;
  letter-spacing: -.07em;
}
.ww-page-top .cta h2 em {
  color: var(--ww-orange);
  font-style: normal;
}
.ww-page-top .cta-side p {
  color: #302823;
  font-weight: 700;
}
.ww-page-top .cta .button {
  justify-content: space-between;
  color: white;
  background: #302823;
}
.ww-page-top .cta-inner {
  display: block;
  max-width: 820px;
  text-align: center;
}
.ww-page-top .cta-side p {
  margin: 0 auto 34px;
}
.ww-page-top .cta .button {
  width: min(100%, 460px);
  min-height: 72px;
  margin-inline: auto;
  padding-inline: 34px;
  border: 3px solid #302823;
  box-shadow: 8px 8px 0 rgba(255,255,255,.62);
  font-size: 15px;
}
.ww-page-top .cta .button:hover {
  color: #302823;
  background: #ffd85a;
  box-shadow: 12px 12px 0 rgba(255,255,255,.72);
}
.ww-page-top .reveal {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity .8s, transform .8s cubic-bezier(.2,.7,.2,1);
}
.ww-page-top .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.ww-page-top .stagger > * {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .65s, transform .65s;
}
.ww-page-top .stagger.is-visible > * {
  opacity: 1;
  transform: none;
}
.ww-page-top .stagger.is-visible > * {
  transition-delay: calc(var(--ww-stagger-index, 0) * .09s);
}
@keyframes rise {
  to { transform: none; }
}
@keyframes fade {
  to { opacity: 1; }
}
@keyframes draw {
  to { transform: scaleX(1); }
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 10px rgba(200,240,75,0); } 100% { box-shadow: 0 0 0 0 rgba(200,240,75,0); }
}
@keyframes breathe {
  50% { transform: scale(1.12) translate(-2%, 2%); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes slowRotate {
  to { transform: rotate(360deg); }
}
@keyframes counterRotate {
  to { transform: rotate(-360deg); }
}
@keyframes float {
  50% { transform: translateY(-15px) rotate(4deg); }
}
@keyframes cardFloat {
  50% { margin-top: -12px; }
}
@keyframes scroll {
  from { transform: translateY(-100%); } to { transform: translateY(250%); }
}
@keyframes shine {
  0%, 68% { transform: translateX(-250%) skewX(-22deg); } 100% { transform: translateX(650%) skewX(-22deg); }
}
@keyframes ripple {
  0% { transform: scale(.78); opacity: .2; } 50% { opacity: 1; } 100% { transform: scale(1.12); opacity: .1; }
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}
@media (max-width: 900px) {
  .ww-page-top .section {
    padding: 94px 0;
  }
  .ww-page-top .section-head,
  .ww-page-top .cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ww-page-top .orbit {
    right: -65px;
    top: 20%;
    opacity: .55;
  }
  .ww-page-top .hero-title {
    position: relative;
    z-index: 2;
  }
  .ww-page-top .service-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto !important;
    min-height: auto;
  }
  .ww-page-top .service-visual {
    min-height: 300px;
  }
  .ww-page-top .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ww-page-top .cta::before {
    width: 300px;
    height: 300px;
    right: -130px;
    top: -100px;
  }
}
@media (max-width: 560px) {
  .ww-page-top .container {
    width: min(calc(100% - 30px), var(--ww-max));
  }
  .ww-page-top .hero-inner {
    padding-top: 92px;
    padding-bottom: 60px;
  }
  .ww-page-top .hero {
    min-height: 760px;
    background-size: 44px 44px;
  }
  .ww-page-top .hero-title {
    font-size: clamp(52px, 17vw, 78px);
    margin-top: 34px;
  }
  .ww-page-top .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .ww-page-top .scroll-note {
    display: none;
  }
  .ww-page-top .orbit {
    width: 230px;
    top: auto;
    right: -92px;
    bottom: 22px;
  }
  .ww-page-top .section-title {
    font-size: 43px;
  }
  .ww-page-top .service-card {
    padding: 27px 22px;
    gap: 22px;
    border-radius: 16px;
  }
  .ww-page-top .service-card h3 {
    font-size: 43px;
  }
  .ww-page-top .service-visual {
    transform: scale(.82);
    margin: -24px;
  }
  .ww-page-top .service-lead {
    font-size: 16px !important;
    line-height: 1.85 !important;
  }
  .ww-page-top .course-grid {
    grid-template-columns: 1fr;
  }
  .ww-page-top .course-card {
    min-height: 270px;
  }
  .ww-page-top .cta {
    padding: 105px 0;
  }
  .ww-page-top .cta h2 {
    font-size: 55px;
  }
  .ww-page-top .section {
    padding: 68px 0;
  }
  .ww-page-top .section-head {
    margin-bottom: 38px;
  }
  .ww-page-top .service-image {
    max-height: 230px;
    border-radius: 14px;
  }
  .ww-page-top .course-image {
    height: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ww-page-top,
  .ww-page-top *,
  .ww-page-top *::before,
  .ww-page-top *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .ww-page-top .hero-title .word,
  .ww-page-top .reveal,
  .ww-page-top .stagger > * {
    opacity: 1;
    transform: none;
  }
}
body.ww-body-top {
  background: var(--ww-paper);
}
.ww-page-top .hero {
  min-height: 100svh;
  background:
        radial-gradient(circle at 15% 20%, rgba(255,216,90,.24), transparent 19%),
        radial-gradient(circle at 85% 75%, rgba(244,123,53,.13), transparent 25%),
        var(--ww-paper);
}
.ww-page-top .hero::after {
  width: min(48vw, 660px);
  right: -10vw;
  top: -14vw;
  background: var(--ww-cream);
  border: 2px solid var(--ww-ink);
  filter: none;
  border-radius: 46% 54% 61% 39% / 54% 43% 57% 46%;
  animation: blob 10s ease-in-out infinite;
}
.ww-page-top .hero-inner {
  z-index: 4;
}
.ww-page-top .hero-tag {
  width: max-content;
  padding: 8px 15px;
  border: 1px solid var(--ww-ink);
  border-radius: 99px;
  background: white;
  transform: rotate(-2deg);
  box-shadow: 5px 5px 0 var(--ww-orange);
}
.ww-page-top .status-dot {
  background: var(--ww-orange);
}
.ww-page-top .hero-title {
  max-width: 980px;
}
.ww-page-top .hero-title .line:nth-child(1) {
  transform: rotate(-1deg);
}
.ww-page-top .hero-title .line:nth-child(2) {
  transform: rotate(1.2deg);
}
.ww-page-top .hero-title .accent-word::after {
  height: .28em;
  bottom: -.02em;
  background: var(--ww-yellow);
  clip-path: polygon(0 24%, 100% 0, 98% 78%, 2% 100%);
}
.ww-page-top .hero-copy {
  color: #514941;
  font-weight: 600;
}
.ww-page-top .button-dark {
  background: var(--ww-orange);
  color: white;
  border: 2px solid var(--ww-ink);
  box-shadow: 6px 6px 0 var(--ww-ink);
}
.ww-page-top .button:hover {
  box-shadow: 2px 2px 0 var(--ww-ink);
  transform: translate(4px,4px) rotate(-1deg);
}
.ww-page-top .arrow {
  background: var(--ww-yellow);
}
.ww-page-top .orbit {
  right: 6%;
  top: 22%;
  width: clamp(240px,28vw,410px);
}
.ww-page-top .orbit-ring {
  border: 2px dashed var(--ww-ink);
}
.ww-page-top .orbit-ring::before {
  background: var(--ww-orange);
  box-shadow: 0 0 0 8px var(--ww-yellow);
}
.ww-page-top .orbit-ring::after {
  background: var(--ww-ink);
}
.ww-page-top .orbit-core {
  border: 2px solid var(--ww-ink);
  border-radius: 48% 52% 42% 58%;
  background: var(--ww-yellow);
  box-shadow: 9px 9px 0 var(--ww-orange);
}
.ww-page-top .play-shape {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.ww-page-top .play-shape.star {
  width: 78px;
  height: 78px;
  left: 6%;
  top: 18%;
  background: var(--ww-orange);
  clip-path: polygon(50% 0,61% 36%,100% 50%,61% 63%,50% 100%,38% 63%,0 50%,38% 36%);
  animation: spin 15s linear infinite;
}
.ww-page-top .play-shape.loop {
  width: 110px;
  height: 62px;
  left: 46%;
  bottom: 9%;
  border: 5px solid var(--ww-pink);
  border-radius: 50%;
  transform: rotate(-17deg);
  animation: bob 4.5s ease-in-out infinite;
}
.ww-page-top .play-shape.scribble {
  right: 3%;
  bottom: 9%;
  width: 145px;
  height: 20px;
  border-top: 5px solid var(--ww-orange);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.ww-page-top .service-card {
  border: 2px solid rgba(255,255,255,.22);
  background: #45372f;
}
.ww-page-top .classes {
  background: #f2f4f3;
}
.ww-page-top .course-card {
  border: 1px solid #d8ddda;
  box-shadow: 0 10px 30px rgba(16,18,23,.08);
  background: #fff;
}
.ww-page-top .course-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 42px rgba(16,18,23,.14);
}
@keyframes logoWiggle {
  0%,100%{transform:rotate(-8deg)} 50%{transform:rotate(7deg) scale(1.04)}
}
@keyframes blob {
  0%,100%{border-radius:46% 54% 61% 39% / 54% 43% 57% 46%; transform:rotate(0)} 50%{border-radius:61% 39% 43% 57% / 38% 62% 44% 56%; transform:rotate(5deg) scale(1.04)}
}
@keyframes bob {
  50%{translate:0 -18px; rotate:8deg}
}
@keyframes visualBlob {
  0%,100% { transform: rotate(-8deg) scale(1); border-radius: 44% 56% 62% 38%; }
  50% { transform: rotate(10deg) scale(1.12); border-radius: 61% 39% 42% 58%; }
}
@keyframes visualOrbit {
  to { rotate: 360deg; }
}
@keyframes serviceImageFloat {
  50% { transform: translateY(-10px) rotate(.7deg); }
}
@media (max-width: 900px) {
  .ww-page-top .play-shape.star {
    left: 3%;
    top: 13%;
    width: 52px;
    height: 52px;
  }
  .ww-page-top .play-shape.loop {
    left: 54%;
    bottom: 7%;
  }
}
@media (max-width: 560px) {
  .ww-page-top .hero {
    min-height: 0;
  }
  .ww-page-top .hero-inner {
    padding-top: 88px;
    padding-bottom: 38px;
  }
  .ww-page-top .hero-title {
    font-size: 9.5vw;
    margin: 24px 0 18px;
    line-height: 1.05;
    letter-spacing: -.06em;
  }
  .ww-page-top .hero-copy {
    max-width: calc(100% - 36px);
    font-size: 15px;
    line-height: 1.7;
  }
  .ww-page-top .hero-actions {
    margin-top: 26px;
  }
  .ww-page-top .hero-actions .button {
    min-height: 52px;
  }
  .ww-page-top .orbit {
    width: 176px;
    right: -82px;
    bottom: 12px;
    opacity: .34;
  }
  .ww-page-top .play-shape.star {
    top: 11%;
  }
  .ww-page-top .play-shape.loop {
    width: 72px;
    height: 40px;
    left: 10%;
    bottom: 4%;
  }
  .ww-page-top .play-shape.scribble {
    display: none;
  }
  .ww-page-top .cta::before {
    width: 170px;
    height: 170px;
    right: -85px;
    top: 28%;
    opacity: .6;
  }
  .ww-page-top .cta::after {
    font-size: 29vw;
  }
}
.ww-page-top .services {
  color: var(--ww-ink);
  background:
        radial-gradient(circle at 8% 14%, rgba(255,216,90,.34) 0 5%, transparent 5.3%),
        radial-gradient(circle at 92% 34%, rgba(244,123,53,.13) 0 12%, transparent 12.3%),
        linear-gradient(rgba(244,123,53,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244,123,53,.055) 1px, transparent 1px),
        #fffdf9;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}
.ww-page-top .services::before {
  color: rgba(244,123,53,.07);
}
.ww-page-top .services .eyebrow,
.ww-page-top .service-kicker {
  color: var(--ww-orange-dark);
}
.ww-page-top .service-card,
.ww-page-top .service-card.service-card--v2,
.ww-page-top .service-card.service-card--v3 {
  color: var(--ww-ink);
  border: 2px solid rgba(244,123,53,.34);
  background: rgba(255,255,255,.94);
  box-shadow: 0 -18px 55px rgba(123,61,26,.12), 8px 8px 0 rgba(244,123,53,.12);
}
.ww-page-top .service-card.service-card--v2 {
  background: linear-gradient(135deg, #fff 0 72%, #fff1e5 72%);
}
.ww-page-top .service-card.service-card--v3 {
  background: linear-gradient(135deg, #fff 0 72%, #fff8dc 72%);
}
.ww-page-top .service-card p {
  color: #5f554f;
}
.ww-page-top .service-points li {
  color: var(--ww-orange-dark);
  border-color: rgba(199,79,24,.28);
  background: #fff8f1;
}
.ww-page-top .service-card .text-link {
  color: var(--ww-ink);
}
.ww-page-top .service-visual {
  border: 2px solid rgba(244,123,53,.24);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.58), 0 24px 58px rgba(180,75,22,.16);
}
@media (max-width: 560px) {
  .ww-page-top .services {
    background-size: auto, auto, 44px 44px, 44px 44px, auto;
  }
  .ww-page-top .service-card,
  .ww-page-top .service-card.service-card--v2,
  .ww-page-top .service-card.service-card--v3 {
    box-shadow: 5px 5px 0 rgba(244,123,53,.12);
  }
}
.ww-page-top .service-metric {
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  margin: 4px 0 28px;
  padding: 16px 20px;
  border: 2px solid var(--ww-orange);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #fff7f1 100%);
  box-shadow: 7px 7px 0 rgba(244, 112, 48, .14);
  color: var(--ww-ink);
}
.ww-page-top .service-metric-label {
  align-self: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.ww-page-top .service-metric-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 4.6vw, 58px);
  font-weight: 800;
  line-height: .85;
  letter-spacing: -.06em;
  color: var(--ww-orange);
}
.ww-page-top .service-metric-unit {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 800;
}
@media (max-width: 560px) {
  .ww-page-top .service-metric {
    width: 100%;
    justify-content: center;
    padding: 15px 12px;
    gap: 8px;
  }
  .ww-page-top .service-metric-label {
    font-size: 11px;
  }
  .ww-page-top .service-metric-value {
    font-size: 40px;
  }
  .ww-page-top .service-metric-unit {
    font-size: 13px;
  }
}
.ww-page-top .salon-alumni {
  grid-column: 1 / -1;
  width: 100%;
  margin: 18px 0 8px;
  padding-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid rgba(16,18,23,.14);
}
.ww-page-top .salon-alumni-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}
.ww-page-top .salon-alumni-label {
  display: block;
  margin-bottom: 9px;
  color: var(--ww-orange-dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}
.ww-page-top .salon-alumni-title {
  margin: 0;
  font-size: clamp(25px, 3.2vw, 42px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}
.ww-page-top #salon .salon-alumni-copy {
  margin: 0;
  color: #746961;
  font-size: 13px;
  line-height: 1.8;
}
.ww-page-top .salon-alumni-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 18px);
}
.ww-page-top .salon-alumni-card {
  min-width: 0;
  color: var(--ww-ink);
  background: #fff;
  border: 1px solid rgba(16,18,23,.12);
  border-radius: 6px 6px 18px 6px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(76,42,22,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.ww-page-top .salon-alumni-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(76,42,22,.14);
}
.ww-page-top .salon-alumni-photo {
  position: relative;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #eee9e4;
}
.ww-page-top .salon-alumni-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.32);
  pointer-events: none;
}
.ww-page-top .salon-alumni-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94) contrast(1.02);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}
.ww-page-top .salon-alumni-card:hover .salon-alumni-photo img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}
.ww-page-top .salon-alumni-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 68px;
  padding: 14px 14px 15px;
}
.ww-page-top .salon-alumni-name {
  position: relative;
  min-width: 0;
  padding-left: 11px;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.ww-page-top .salon-alumni-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12em;
  bottom: .12em;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--ww-orange), #ffb26e);
}
.ww-page-top .salon-alumni-honorific {
  display: inline-block;
  margin-left: .22em;
  color: #8a7f77;
  font-size: .62em;
  font-weight: 700;
  letter-spacing: .02em;
  vertical-align: .1em;
}
.ww-page-top .salon-alumni-x {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: #756b64;
  border: 1px solid rgba(16,18,23,.16);
  border-radius: 50%;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.ww-page-top .salon-alumni-x:hover,
.ww-page-top .salon-alumni-x:focus-visible {
  color: #fff;
  border-color: var(--ww-ink);
  background: var(--ww-ink);
}
@media (max-width: 960px) {
  .ww-page-top .salon-alumni-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .ww-page-top .salon-alumni-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ww-page-top .salon-alumni-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ww-page-top .salon-alumni-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 5px);
  }
  .ww-page-top .salon-alumni-info {
    min-height: 60px;
    padding: 11px 11px 12px;
  }
  .ww-page-top .salon-alumni-x {
    width: 27px;
    height: 27px;
  }
}
.ww-page-top #wonderfuls {
  display: none;
}
.ww-page-top .service-stack {
  gap: 32px;
}
.ww-page-top #salon {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  align-items: start;
}
.ww-page-top #salon .salon-side {
  display: grid;
  gap: 16px;
  align-self: stretch;
}
.ww-page-top #salon .salon-side .service-visual {
  width: 100%;
  min-height: 230px;
  transform: none;
  margin: 0;
  overflow: hidden;
}
.ww-page-top #salon .salon-side .service-image {
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: contain;
  animation: none;
}
.ww-page-top #salon .salon-side .service-metric {
  display: grid;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  margin: 0;
  align-items: end;
  gap: 10px;
}
.ww-page-top #salon .salon-side .service-metric-label {
  align-self: center;
}
.ww-page-top .salon-photo-stack {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 14px 0 18px;
  border-radius: 24px 10px 24px 10px;
  aspect-ratio: 16 / 8.6;
  isolation: isolate;
}
.ww-page-top .salon-photo-stack::before,
.ww-page-top .salon-photo-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border: 2px solid rgba(244,123,53,.2);
  border-radius: 24px 10px 24px 10px;
  background: #fff4e9;
  transform-origin: center;
}
.ww-page-top .salon-photo-stack::before {
  transform: translate(10px, 9px) rotate(1.15deg);
  background: #ffe0bd;
}
.ww-page-top .salon-photo-stack::after {
  transform: translate(-8px, 14px) rotate(-.8deg);
  background: #fff1df;
}
.ww-page-top .salon-photo-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #fffaf6;
  box-shadow: 0 20px 46px rgba(180,75,22,.14);
}
.ww-page-top .salon-photo-track {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid rgba(244,123,53,.28);
  border-radius: inherit;
  background: #fffaf6;
  transition: transform .72s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.ww-page-top .salon-photo-slide {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
        radial-gradient(circle at 18% 24%, rgba(255,214,85,.28), transparent 25%),
        linear-gradient(135deg, #fff4e9, #fffdf9 58%, #ffe6cf);
  color: #8e5539;
}
.ww-page-top .salon-photo-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  background: #fff7ef;
}
.ww-page-top .salon-photo-slide.is-group img {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center 70% !important;
  flex: none;
}
.ww-page-top .salon-photo-slide.is-offline img,
.ww-page-top .salon-photo-slide.is-sports img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.ww-page-top .salon-photo-slide.is-offline img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff7ef;
}
.ww-page-top .salon-photo-slide.is-sports img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  background: #fff7ef;
}
.ww-page-top .salon-photo-slide.is-snow img {
  object-position: center 48%;
}
.ww-page-top .salon-photo-slide.is-online img {
  object-position: center 50%;
}
.ww-page-top .salon-photo-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}
.ww-page-top .salon-photo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(16,18,23,.24);
  transition: width .3s ease, background .3s ease;
}
.ww-page-top .salon-photo-dot.is-active {
  width: 24px;
  border-radius: 99px;
  background: var(--ww-orange);
}
@media (max-width: 820px) {
  .ww-page-top #salon {
    grid-template-columns: 1fr;
  }
  .ww-page-top #salon .salon-side {
    grid-column: 1;
  }
  .ww-page-top .salon-photo-stack {
    grid-column: 1;
    aspect-ratio: 4 / 2.7;
  }
}
@media (max-width: 560px) {
  .ww-page-top .services {
    padding-top: 44px;
    padding-bottom: 42px;
  }
  .ww-page-top .services .section-head {
    margin-bottom: 24px;
  }
  .ww-page-top .service-stack {
    gap: 18px;
  }
  .ww-page-top .service-card {
    padding-top: 27px;
    padding-bottom: 27px;
    gap: 22px;
  }
  .ww-page-top #salon .salon-side {
    gap: 12px;
  }
  .ww-page-top #salon .salon-side .service-visual {
    min-height: 200px;
  }
  .ww-page-top #salon .salon-side .service-image {
    max-height: 220px;
  }
  .ww-page-top #salon .salon-side .service-metric {
    grid-template-columns: auto 1fr auto;
    padding: 14px 12px;
    gap: 7px;
  }
  .ww-page-top .salon-photo-stack {
    margin: 6px 0 16px;
    border-radius: 18px 8px 18px 8px;
    aspect-ratio: 4 / 3.15;
  }
  .ww-page-top .salon-photo-stack::before,
  .ww-page-top .salon-photo-stack::after {
    border-radius: 18px 8px 18px 8px;
  }
  .ww-page-top .salon-photo-stack::before {
    transform: translate(6px, 7px) rotate(1deg);
  }
  .ww-page-top .salon-photo-stack::after {
    transform: translate(-5px, 10px) rotate(-.65deg);
  }
  .ww-page-top .salon-photo-dots {
    bottom: 10px;
  }
  .ww-page-top .classes {
    padding-top: 46px;
    padding-bottom: 44px;
  }
  .ww-page-top .classes .section-head {
    margin-bottom: 26px;
  }
  .ww-page-top .course-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ww-page-top .course-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    justify-content: initial;
    min-height: 88px;
    padding: 8px;
    column-gap: 14px;
    border-radius: 14px;
  }
  .ww-page-top .course-card::after,
  .ww-page-top .course-card .course-index,
  .ww-page-top .course-card p,
  .ww-page-top .course-card .entrance-icon {
    display: none;
  }
  .ww-page-top .course-image {
    grid-column: 1;
    grid-row: 1;
    width: 112px;
    height: 76px;
    margin: 0;
    padding: 4px;
    border: 0;
    border-radius: 10px;
    object-fit: contain;
  }
  .ww-page-top .course-card > div {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .ww-page-top .course-card h3 {
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: 1.35;
    letter-spacing: -.025em;
  }
  .ww-page-top .course-card h3 br {
    display: none;
  }
  .ww-page-top .cta {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.ww-page-top .cta .button:hover {
  transform: translate(4px, 4px);
}
.ww-page-top .salon-alumni-x {
  position: relative;
  font-size: 0;
}
.ww-page-top .salon-alumni-x > span {
  display: none;
}
.ww-page-top .salon-alumni-x::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1227'><path fill='%23000' d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1227'><path fill='%23000' d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z'/></svg>") center / contain no-repeat;
}
