:root {
  --ink: #26313d;
  --muted: #6f7a88;
  --line: rgba(133, 153, 172, 0.22);
  --white: #ffffff;
  --mist: #f7fbfd;
  --aqua: #72d5ea;
  --lavender: #a77fe0;
  --mint: #c9f2eb;
  --pearl: #fff8f1;
  --shadow: 0 24px 70px rgba(69, 83, 100, 0.16);
  --radius: 8px;
  --font-main: "Avenir Next", "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-display: "Avenir Next", "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfdff 0%, #f8fcfd 46%, #fffafa 100%);
  font-family: var(--font-main);
  letter-spacing: 0;
}

body.is-transitioning {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 250, 253, 0.92)),
    url("./abstract-wave.png?v=20260922a") center / cover;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 560ms cubic-bezier(0.76, 0, 0.24, 1), opacity 560ms ease;
}

.opening-letter {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(235, 252, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 35%, rgba(242, 232, 255, 0.88) 70%, rgba(255, 249, 243, 0.96) 100%),
    linear-gradient(28deg, rgba(114, 213, 234, 0.26), transparent 35% 64%, rgba(167, 127, 224, 0.22)),
    rgba(255, 255, 255, 0.98);
  opacity: 1;
  animation: openingFade 4.4s ease forwards;
  transition: opacity 900ms ease, visibility 900ms ease;
}

.opening-letter::before,
.opening-letter::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.opening-letter::before {
  background: url("./abstract-wave.png?v=20260922a") center / cover;
  opacity: 0.16;
  transform: scale(1.08);
  animation: openingImage 4.4s ease forwards;
}

.opening-letter::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 48%, rgba(255, 255, 255, 0)),
    linear-gradient(120deg, transparent 0 46%, rgba(114, 213, 234, 0.24) 47%, transparent 50% 100%);
  transform: translateX(-110%);
  animation: openingShine 4.4s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.opening-stage {
  position: relative;
  z-index: 1;
  width: min(980px, 92vw);
  padding: clamp(28px, 5vw, 64px);
  text-align: center;
  transform: translateY(0);
  animation: stageIn 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.opening-logo {
  width: min(250px, 56vw);
  height: auto;
  margin: 0 auto 20px;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: openingLogoIn 820ms cubic-bezier(0.22, 1, 0.36, 1) 140ms forwards;
}

.opening-stage::before,
.opening-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.opening-stage::before {
  top: 0;
  left: 50%;
  width: min(520px, 72vw);
  height: min(520px, 72vw);
  border: 1px solid rgba(167, 127, 224, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -18%) rotate(-12deg);
}

.opening-stage::after {
  right: 14%;
  bottom: 22%;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--aqua), var(--lavender));
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
  opacity: 0;
  animation: twinkleIn 720ms ease 2.05s forwards;
}

.opening-kicker,
.opening-sign {
  display: block;
  color: rgba(88, 114, 129, 0.72);
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.opening-kicker {
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.02em;
}

.opening-sign {
  margin-top: 22px;
  font-size: clamp(17px, 2vw, 22px);
  opacity: 0;
  animation: signIn 600ms ease 2.55s forwards;
}

.opening-stage p {
  min-height: 92px;
  margin: 28px 0 0;
  color: transparent;
  background: linear-gradient(100deg, #55c5e1, #26313d 45%, #a77fe0);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.8vw, 58px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.opening-stage p span {
  display: inline-block;
  opacity: 0;
  transform: translateY(18px) rotate(4deg);
  filter: blur(5px);
  animation: writeChar 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.opening-line {
  display: block;
  width: min(560px, 72vw);
  height: 2px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--aqua), var(--lavender), transparent);
  transform: scaleX(0);
  transform-origin: center;
  animation: lineWrite 880ms cubic-bezier(0.22, 1, 0.36, 1) 2.1s forwards;
}

.opening-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 92px;
  margin: 22px auto 0;
  opacity: 0;
  transform: translateY(14px) scale(0.94);
  animation: markFloat 900ms cubic-bezier(0.22, 1, 0.36, 1) 2.34s forwards;
}

.opening-mark span {
  position: absolute;
  bottom: 8px;
  width: 30px;
  height: 72px;
  border: 3px solid transparent;
  border-bottom: 0;
  border-image: linear-gradient(180deg, var(--aqua), var(--lavender)) 1;
  border-radius: 26px 26px 0 0;
  opacity: 0.8;
  transform-origin: bottom center;
}

.opening-mark span:first-child {
  left: 27px;
  transform: rotate(32deg);
}

.opening-mark span:nth-child(2) {
  right: 27px;
  transform: rotate(-32deg);
}

.opening-mark i {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--aqua), var(--lavender));
  border-radius: 8px 8px 14px 8px;
  box-shadow: 0 12px 24px rgba(167, 127, 224, 0.22);
  transform: rotate(45deg);
}

.opening-letter.is-done {
  visibility: hidden;
  opacity: 0;
}

.is-transitioning .page-transition {
  opacity: 1;
  transform: translateY(0);
}

.scroll-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--aqua), var(--lavender));
  transform: scaleX(0);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 56px);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 40px rgba(97, 115, 132, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-sub {
  display: block;
}

.brand-logo {
  width: 76px;
  height: auto;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.05;
  white-space: nowrap;
}

.brand-name em {
  color: transparent;
  background: linear-gradient(120deg, #62c9e8 10%, #8c8de9 55%, #b88de5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
  font-weight: 500;
}

.brand-sub {
  color: #617487;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(38, 49, 61, 0.74);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.nav a {
  position: relative;
  transition: color 160ms ease;
}

.nav a:hover {
  color: var(--ink);
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aqua), var(--lavender));
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav a:hover::after,
.nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav a.is-active {
  color: var(--ink);
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 34px rgba(116, 140, 166, 0.14);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 126px clamp(18px, 4vw, 56px) 70px;
}

.hero-bg,
.contact-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.2)), url("./abstract-wave.png?v=20260922a");
  background-position: center;
  background-size: cover;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 18% 22%, rgba(114, 213, 234, 0.16), transparent 26%),
    radial-gradient(circle at 78% 12%, rgba(167, 127, 224, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, #fbfdff 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  width: min(1180px, 100%);
  min-height: calc(100vh - 196px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 16px;
  color: #587281;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 8vw, 106px);
  font-weight: 500;
  line-height: 0.95;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hero-logo {
  width: min(360px, 76vw);
  height: auto;
  margin: 0 0 16px;
}

.lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: #506171;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 400;
  line-height: 2;
}

.hero-subcopy {
  max-width: 650px;
  margin: 22px 0 0;
  color: #405466;
  font-size: clamp(21px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 1.6;
}

.hero-subcopy span {
  display: inline-block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.42) 42%, transparent 70%);
  content: "";
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button:hover::before {
  transform: translateX(120%);
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, #54c4dd, #9a77dc);
  box-shadow: 0 18px 42px rgba(127, 139, 221, 0.28);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(105, 124, 144, 0.12);
}

.hero-panel {
  position: relative;
  align-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}

.hero-panel img {
  width: 100%;
  height: min(58vh, 560px);
  object-fit: cover;
  transition: transform 900ms ease;
}

.hero-panel:hover img,
.page-hero-image:hover img,
.strength-visual:hover img,
.image-band:hover img {
  transform: scale(1.035);
}

.hero-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
}

.hero-note span,
.hero-note strong {
  display: block;
}

.hero-note span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-note strong {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.55;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 98px 0;
}

.page-hero {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  padding: 132px clamp(18px, 4vw, 56px) 74px;
}

.page-hero::after {
  position: absolute;
  right: 5vw;
  bottom: 34px;
  color: rgba(114, 213, 234, 0.16);
  content: "Choice us";
  font-family: var(--font-display);
  font-size: clamp(72px, 12vw, 168px);
  font-weight: 500;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  width: min(1180px, 100%);
  min-height: calc(78vh - 206px);
  margin: 0 auto;
}

.page-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.12;
}

.page-hero h1.story-quote {
  font-size: clamp(38px, 4.35vw, 60px);
  line-height: 1.34;
}

.story-quote span {
  display: block;
}

.page-hero-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-hero-image img {
  width: 100%;
  height: min(52vh, 460px);
  object-fit: cover;
  transition: transform 900ms ease;
}

.home-overview {
  padding-top: 90px;
}

.page-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.page-link-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 52px rgba(86, 110, 130, 0.1);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.page-link-card::before {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 42px;
  height: 42px;
  border-right: 2px solid rgba(167, 127, 224, 0.62);
  border-bottom: 2px solid rgba(114, 213, 234, 0.62);
  content: "";
  transform: rotate(-45deg);
  transition: transform 220ms ease;
}

.page-link-card:hover {
  border-color: rgba(114, 213, 234, 0.42);
  box-shadow: 0 28px 70px rgba(86, 110, 130, 0.16);
  transform: translateY(-6px);
}

.page-link-card:hover::before {
  transform: translate(8px, -8px) rotate(-45deg);
}

.page-link-card span {
  color: var(--lavender);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-link-card h3 {
  margin-top: 24px;
  padding-right: 24px;
}

.page-link-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.narrow {
  max-width: 620px;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.22;
}

h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

.section-head p:not(.eyebrow),
.strength-copy p,
.contact-inner p,
.company-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.concept-card,
.service-item,
.flow-list li,
.company-card {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 52px rgba(86, 110, 130, 0.1);
  backdrop-filter: blur(14px);
}

.concept-card,
.service-item,
.flow-list li,
.company-card,
.strength-points div {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.concept-card:hover,
.service-item:hover,
.flow-list li:hover,
.company-card:hover,
.strength-points div:hover {
  border-color: rgba(114, 213, 234, 0.38);
  box-shadow: 0 26px 64px rgba(86, 110, 130, 0.14);
  transform: translateY(-4px);
}

.concept-card {
  padding: 30px;
}

.concept-card span,
.service-num,
.flow-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lavender);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.concept-card h3 {
  margin-top: 18px;
}

.concept-card p,
.service-item p,
.flow-list p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.image-band {
  width: 100%;
  overflow: hidden;
}

.image-band img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  transition: transform 900ms ease;
}

.services {
  position: relative;
}

.services::before {
  position: absolute;
  top: 9%;
  right: -14%;
  width: 42%;
  height: 54%;
  border: 1px solid rgba(114, 213, 234, 0.24);
  border-radius: 999px;
  content: "";
  transform: rotate(-18deg);
}

.service-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-words {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.service-words span {
  display: inline-grid;
  place-items: center;
  min-width: 92px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  color: #587281;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 36px rgba(86, 110, 130, 0.12);
  font-family: var(--font-main);
  font-weight: 500;
  animation: softBob 4.2s ease-in-out infinite;
}

.service-words span:nth-child(2) {
  animation-delay: 500ms;
}

.service-words span:nth-child(3) {
  animation-delay: 950ms;
}

.service-studio {
  position: relative;
  width: min(1240px, calc(100% - 36px));
}

.service-studio::before {
  position: absolute;
  top: 190px;
  right: -8vw;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(167, 127, 224, 0.18);
  border-radius: 50%;
  content: "";
}

.service-manifest {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.25fr;
  gap: 12px;
  margin: 0 0 22px;
}

.service-manifest span {
  position: relative;
  min-height: 74px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  color: rgba(38, 49, 61, 0.78);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 252, 254, 0.54));
  box-shadow: 0 16px 46px rgba(86, 110, 130, 0.1);
  font-family: var(--font-display);
  font-size: clamp(19px, 2.1vw, 30px);
  font-weight: 500;
  overflow: hidden;
}

.service-manifest span::after {
  position: absolute;
  right: 16px;
  bottom: 10px;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--aqua), var(--lavender));
  content: "";
}

.studio-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.studio-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 390px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(249, 253, 255, 0.68)),
    radial-gradient(circle at 18% 16%, rgba(114, 213, 234, 0.2), transparent 34%);
  box-shadow: 0 24px 70px rgba(86, 110, 130, 0.12);
  overflow: hidden;
  backdrop-filter: blur(14px);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.studio-card:nth-child(1) {
  grid-column: span 3;
}

.studio-card:nth-child(2),
.studio-card:nth-child(3) {
  grid-column: span 3;
}

.studio-card.primary {
  min-height: 430px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 253, 255, 0.72)),
    url("./abstract-wave.png?v=20260922a") center / cover;
}

.studio-card::after {
  position: absolute;
  right: -26px;
  bottom: -42px;
  color: rgba(114, 213, 234, 0.12);
  content: attr(data-word);
  font-family: var(--font-display);
  font-size: 104px;
  font-weight: 500;
}

.studio-card:hover {
  box-shadow: 0 32px 86px rgba(86, 110, 130, 0.18);
  transform: translateY(-7px) rotate(-0.5deg);
}

.studio-num {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--aqua), var(--lavender));
  font-weight: 500;
}

.studio-label {
  margin: 28px 0 12px;
  color: #587281;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studio-card h3 {
  max-width: 12em;
  font-size: clamp(26px, 3.1vw, 40px);
  font-weight: 500;
  line-height: 1.28;
}

.studio-card p:not(.studio-label) {
  max-width: 600px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.studio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.studio-tags li {
  padding: 8px 12px;
  border: 1px solid rgba(114, 213, 234, 0.24);
  border-radius: 999px;
  color: #587281;
  background: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 500;
}

.service-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 26px;
}

.service-num {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--aqua), var(--lavender));
}

.strength {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.strength-visual {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.strength-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  transition: transform 900ms ease;
}

.strength-copy h2 {
  margin-bottom: 22px;
}

.strength-points {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
}

.strength-points div {
  padding: 18px 20px;
  border-left: 3px solid var(--aqua);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
}

.strength-points dt {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.strength-points dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  padding: 28px;
}

.flow-list h3 {
  margin-top: 16px;
}

.company {
  padding-top: 42px;
}

.company-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 42px;
  padding: clamp(28px, 5vw, 58px);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(248, 253, 255, 0.72));
}

.company-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.company-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.company-list div:first-child {
  border-top: 1px solid var(--line);
}

.company-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.company-list dd {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.profile-card {
  position: relative;
  overflow: hidden;
}

.profile-card::after {
  position: absolute;
  top: -22px;
  right: -48px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 127, 224, 0.2), transparent 68%);
  content: "";
}

.company-list a {
  color: inherit;
}

.company-services {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-services li {
  position: relative;
  padding-left: 1.1em;
}

.company-services li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #8c8de9;
  content: "・";
}

.identity {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: stretch;
  width: min(1120px, calc(100% - 36px));
  padding-bottom: 24px;
}

.identity-copy,
.identity-note {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 70px rgba(86, 110, 130, 0.11);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.identity-copy {
  padding: clamp(28px, 5vw, 54px);
}

.identity-copy::after {
  position: absolute;
  right: -52px;
  bottom: -38px;
  color: rgba(167, 127, 224, 0.1);
  content: "us";
  font-family: var(--font-display);
  font-size: clamp(140px, 18vw, 250px);
  font-weight: 500;
  line-height: 0.8;
}

.identity-copy h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.28;
}

.identity-copy p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 2.1;
}

.identity-note {
  display: grid;
  place-items: center;
  min-height: 310px;
  padding: 32px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(247, 252, 255, 0.62)),
    url("./abstract-wave.png?v=20260922a") center / cover;
}

.identity-note::before {
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(167, 127, 224, 0.2);
  border-radius: 50%;
  content: "";
}

.identity-note span {
  position: relative;
  z-index: 1;
  color: transparent;
  background: linear-gradient(100deg, var(--aqua), var(--lavender));
  background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.55;
}

.identity-note strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: rgba(38, 49, 61, 0.62);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
}

.company-purpose {
  width: min(1120px, calc(100% - 36px));
  padding-top: 34px;
}

.purpose-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  counter-reset: purpose;
  list-style: none;
}

.purpose-list li {
  position: relative;
  min-height: 128px;
  padding: 42px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(86, 110, 130, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  backdrop-filter: blur(14px);
  counter-increment: purpose;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.purpose-list li::before {
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--lavender);
  content: "0" counter(purpose);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.purpose-list li:hover {
  box-shadow: 0 24px 64px rgba(86, 110, 130, 0.15);
  transform: translateY(-4px);
}

.contact {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding: 120px 18px;
}

.compact-contact {
  margin-top: 0;
}

.contact-bg {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.46)), url("./abstract-wave.png?v=20260922a");
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.contact-inner .button {
  margin-top: 22px;
}

.contact-form {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 34px auto 0;
  text-align: left;
}

.contact-form label {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  font: inherit;
}

.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--aqua);
  box-shadow: 0 0 0 3px rgba(114, 213, 234, 0.2);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.contact-form .contact-form-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.contact-form-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-hero {
  display: grid;
  align-items: center;
  min-height: 100svh;
  background: #fbfdff;
}

.home-hero .hero-bg {
  background:
    linear-gradient(135deg, rgba(224, 250, 255, 0.92) 0%, rgba(255, 255, 255, 0.88) 32%, rgba(240, 232, 255, 0.9) 64%, rgba(255, 248, 240, 0.94) 100%),
    linear-gradient(24deg, rgba(114, 213, 234, 0.32), transparent 34% 62%, rgba(167, 127, 224, 0.3)),
    linear-gradient(160deg, transparent 0 48%, rgba(255, 255, 255, 0.72) 49% 58%, transparent 59% 100%);
  background-size: 130% 130%, 120% 120%, 100% 100%;
  animation: heroGradientFlow 13s ease-in-out infinite alternate;
}

.home-hero .hero-bg::after {
  inset: -10%;
  background:
    url("./abstract-wave.png?v=20260922a") center / cover,
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, #fbfdff 100%);
  opacity: 0.34;
  transform: scale(1.06);
  animation: veilFloat 18s ease-in-out infinite alternate;
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.home-hero::before {
  inset: 72px clamp(22px, 5vw, 84px) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(114, 213, 234, 0.56), rgba(167, 127, 224, 0.5), transparent);
  opacity: 0.72;
}

.home-hero::after {
  display: none;
  right: clamp(18px, 5vw, 74px);
  bottom: clamp(22px, 5vw, 54px);
  color: rgba(255, 255, 255, 0.5);
  content: "Choice us";
  font-family: var(--font-display);
  font-size: clamp(72px, 14vw, 210px);
  font-weight: 500;
  line-height: 0.8;
  mix-blend-mode: screen;
  text-shadow: 0 18px 50px rgba(114, 213, 234, 0.16);
}

.home-hero .hero-inner {
  grid-template-columns: minmax(0, 720px);
  grid-template-rows: auto auto;
  place-items: center;
  width: min(1180px, 100%);
  min-height: calc(100svh - 196px);
  padding-bottom: 18px;
  text-align: center;
}

.home-hero .hero-copy {
  position: relative;
  max-width: 720px;
  padding: clamp(30px, 5vw, 54px) 0;
}

.home-hero .hero-copy::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(760px, 96vw);
  height: min(760px, 96vw);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  content: "";
  opacity: 0.58;
  transform: translate(-50%, -50%) rotate(-9deg);
}

.home-hero .hero-copy > * {
  position: relative;
  z-index: 1;
}

.home-hero .hero-panel {
  position: absolute;
  right: clamp(18px, 6vw, 86px);
  bottom: clamp(34px, 7vw, 92px);
  width: min(390px, 28vw);
  min-width: 280px;
  opacity: 0.88;
  transform: rotate(2deg);
}

.home-hero .hero-panel img {
  height: 280px;
}

.home-hero .hero-logo {
  width: min(360px, 76vw);
  margin: 0 auto 18px;
}

.hero-brand-lockup {
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}

.hero-brand-lockup img {
  width: clamp(150px, 18vw, 230px);
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(102, 128, 151, 0.14));
}

.home-hero .eyebrow {
  margin-top: 8px;
}

.home-hero .hero-subcopy {
  max-width: none;
  margin: 18px auto 0;
  color: #33495b;
  font-family: var(--font-display);
  font-size: clamp(24px, 3.1vw, 42px);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.home-hero .lead {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.home-hero .hero-actions {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.hero-floating-note {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(520px, calc(100% - 36px));
  min-width: 0;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 20px 58px rgba(86, 110, 130, 0.1);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(14px);
  animation: noteFloatIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 720ms forwards;
  text-align: center;
}

.hero-floating-note::before {
  position: absolute;
  top: -14px;
  right: 50%;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--aqua), var(--lavender));
  border-radius: 9px 9px 14px 9px;
  content: "";
  transform: translateX(50%) rotate(45deg);
}

.hero-floating-note span,
.hero-floating-note strong {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-floating-note span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-floating-note strong {
  margin-top: 8px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.55;
}

.home-statement {
  width: min(1120px, calc(100% - 36px));
  padding: 78px 0 86px;
}

.statement-line {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 252, 254, 0.58)),
    url("./abstract-wave.png?v=20260922a") center / cover;
  box-shadow: 0 28px 78px rgba(86, 110, 130, 0.12);
  overflow: hidden;
}

.statement-line::after {
  position: absolute;
  right: -32px;
  bottom: -54px;
  color: rgba(167, 127, 224, 0.1);
  content: "choose";
  font-family: var(--font-display);
  font-size: clamp(88px, 15vw, 190px);
  font-weight: 500;
}

.statement-line span,
.statement-line strong {
  position: relative;
  z-index: 1;
  display: block;
}

.statement-line span {
  color: #587281;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 400;
  line-height: 1.8;
}

.statement-line strong {
  max-width: 880px;
  font-size: clamp(34px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.2;
}

.home-service-flow {
  position: relative;
  width: min(1180px, calc(100% - 36px));
}

.home-service-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(260px, 36%);
  gap: clamp(16px, 4vw, 42px);
  align-items: center;
  min-height: 250px;
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 62px rgba(86, 110, 130, 0.1);
  overflow: hidden;
  backdrop-filter: blur(16px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.home-service-row::after {
  position: absolute;
  right: 32%;
  bottom: -36px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(167, 127, 224, 0.16);
  border-radius: 50%;
  content: "";
}

.home-service-row:hover {
  border-color: rgba(114, 213, 234, 0.46);
  box-shadow: 0 32px 82px rgba(86, 110, 130, 0.16);
  transform: translateY(-8px);
}

.home-service-num {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--aqua), var(--lavender));
  font-weight: 500;
}

.home-service-row p {
  margin: 0 0 10px;
  color: #587281;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-service-row h3 {
  font-size: clamp(25px, 3.4vw, 42px);
  font-weight: 500;
  line-height: 1.24;
}

.home-service-row img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 190px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 48px rgba(86, 110, 130, 0.13);
  transition: transform 700ms ease;
}

.home-service-row:hover img {
  transform: scale(1.05) rotate(-1deg);
}

.home-creative {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 22px auto 0;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 8px;
  overflow: hidden;
}

.home-creative img {
  width: 100%;
  height: min(48vw, 520px);
  min-height: 340px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
  animation: imageBreathe 8s ease-in-out infinite alternate;
}

.home-creative h2 {
  max-width: 570px;
}

.home-creative p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.service-story {
  width: min(1240px, calc(100% - 36px));
}

.service-stack {
  display: grid;
  gap: clamp(26px, 5vw, 74px);
}

.service-scene {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 0.9fr);
  gap: clamp(20px, 5vw, 70px);
  align-items: center;
  min-height: 560px;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 8px;
  overflow: hidden;
}

.service-scene::before {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(167, 127, 224, 0.13);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.service-scene.reverse .service-scene-media {
  order: 2;
}

.service-scene-media,
.service-scene-copy {
  position: relative;
  z-index: 1;
}

.service-scene-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  box-shadow: 0 28px 78px rgba(86, 110, 130, 0.14);
}

.service-scene-media img {
  width: 100%;
  height: min(52vw, 560px);
  min-height: 420px;
  object-fit: cover;
  animation: imageBreathe 9s ease-in-out infinite alternate;
}

.service-scene-copy {
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 58px rgba(86, 110, 130, 0.1);
  backdrop-filter: blur(16px);
}

.service-scene-copy h3 {
  margin-top: 24px;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.22;
  word-break: keep-all;
}

.service-scene-copy h3 span {
  display: block;
}

.service-scene-copy p:not(.studio-label) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 2.05;
}

.service-manifest-block {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  width: min(1120px, calc(100% - 36px));
}

.manifest-copy {
  position: sticky;
  top: 116px;
}

.manifest-tiles {
  display: grid;
  gap: 14px;
}

.manifest-tiles article,
.motion-card {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 58px rgba(86, 110, 130, 0.1);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.manifest-tiles article::after,
.motion-card::after {
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(114, 213, 234, 0.2);
  border-radius: 50%;
  content: "";
}

.manifest-tiles span,
.motion-card span {
  color: var(--lavender);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.manifest-tiles h3,
.motion-card h3 {
  margin-top: 16px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
}

.manifest-tiles p,
.motion-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.concept-letter {
  width: min(1040px, calc(100% - 36px));
}

.concept-letter-inner {
  position: relative;
  padding: clamp(36px, 7vw, 86px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(241, 252, 254, 0.58)),
    url("./abstract-wave.png?v=20260922a") center / cover;
  box-shadow: 0 28px 78px rgba(86, 110, 130, 0.12);
  overflow: hidden;
}

.concept-letter-inner::before {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(167, 127, 224, 0.24);
  border-radius: 50%;
  content: "";
}

.concept-letter-inner h2 {
  max-width: 760px;
  color: transparent;
  background: linear-gradient(100deg, #55c5e1, var(--ink) 45%, #a77fe0);
  background-clip: text;
  -webkit-background-clip: text;
}

.concept-letter-inner p:not(.eyebrow) {
  max-width: 780px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2.15;
}

.concept-motion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.motion-card {
  min-height: 300px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  font-size: 12px;
}

.footer p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 780ms ease, transform 780ms cubic-bezier(0.22, 1, 0.36, 1), clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal[data-reveal="left"] {
  transform: translateX(-34px);
}

.js .reveal[data-reveal="right"] {
  transform: translateX(34px);
}

.js .reveal[data-reveal="clip"] {
  clip-path: inset(0 100% 0 0);
  transform: translateY(0);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal[data-reveal="left"].is-visible,
.js .reveal[data-reveal="right"].is-visible {
  transform: translateX(0);
}

.js .reveal[data-reveal="clip"].is-visible {
  clip-path: inset(0 0 0 0);
}

.float-soft {
  animation: floatSoft 6.5s ease-in-out infinite;
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes stageIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes openingLogoIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes writeChar {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
    filter: blur(0);
  }
}

@keyframes lineWrite {
  to {
    transform: scaleX(1);
  }
}

@keyframes signIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes twinkleIn {
  0% {
    opacity: 0;
    transform: scale(0.4) rotate(0);
  }
  70% {
    opacity: 0.8;
    transform: scale(1.15) rotate(24deg);
  }
  100% {
    opacity: 0.62;
    transform: scale(1) rotate(18deg);
  }
}

@keyframes openingFade {
  0%,
  78% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes openingImage {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }
  24%,
  76% {
    opacity: 0.16;
    transform: scale(1.06);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes openingShine {
  0%,
  48% {
    opacity: 0;
    transform: translateX(-110%);
  }
  68% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translateX(110%);
  }
}

@keyframes markFloat {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.92);
  }
  65% {
    opacity: 1;
    transform: translateY(-3px) scale(1.03);
  }
  100% {
    opacity: 0.88;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes softBob {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(-1.5deg);
  }
}

@keyframes heroDrift {
  0% {
    background-position: center;
  }
  100% {
    background-position: 54% 48%;
  }
}

@keyframes heroGradientFlow {
  0% {
    background-position: 0% 42%, 24% 50%, center;
  }
  50% {
    background-position: 54% 52%, 60% 44%, center;
  }
  100% {
    background-position: 100% 58%, 78% 50%, center;
  }
}

@keyframes veilFloat {
  0% {
    opacity: 0.22;
    transform: translate3d(-1.5%, 1%, 0) scale(1.04);
  }
  100% {
    opacity: 0.38;
    transform: translate3d(1.5%, -1%, 0) scale(1.08);
  }
}

@keyframes imageBreathe {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.045);
  }
}

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

@media (max-width: 900px) {
  .site-header {
    padding: 14px 18px;
  }

  .nav-toggle {
    position: relative;
    z-index: 21;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 3px 0;
    background: var(--ink);
    transition: transform 160ms ease;
  }

  .nav-toggle.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 74px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    padding: 14px 12px;
  }

  .nav-cta {
    box-shadow: none;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-inner,
  .page-hero-inner,
  .strength,
  .company-card,
  .home-creative,
  .service-scene,
  .service-manifest-block {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

  .page-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .page-hero-inner {
    min-height: auto;
  }

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

  .home-hero .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    transform: none;
  }

  .hero-panel img {
    height: 420px;
  }

  .home-hero .hero-panel img {
    height: 320px;
  }

  .hero-floating-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    margin-top: 26px;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .concept-grid,
  .service-list,
  .flow-list,
  .page-link-grid,
  .studio-grid,
  .service-manifest,
  .identity,
  .concept-motion,
  .purpose-list {
    grid-template-columns: 1fr;
  }

  .home-service-row {
    grid-template-columns: 58px 1fr;
  }

  .home-service-row img {
    grid-column: 1 / -1;
    height: 260px;
  }

  .service-scene.reverse .service-scene-media {
    order: 0;
  }

  .manifest-copy {
    position: static;
  }

  .studio-card:nth-child(1),
  .studio-card:nth-child(2),
  .studio-card:nth-child(3) {
    grid-column: auto;
  }

  .strength-visual img {
    height: 420px;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 62px;
  }

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

  .brand-sub {
    display: block;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .hero {
    padding-bottom: 52px;
  }

  .page-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hero h1 {
    font-size: clamp(48px, 18vw, 72px);
  }

  .hero-logo,
  .home-hero .hero-logo {
    width: min(270px, 72vw);
  }

  .hero-brand-lockup img {
    width: clamp(118px, 34vw, 148px);
  }

  .lead {
    font-size: 15px;
    line-height: 1.9;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 72px 0;
  }

  .concept-card,
  .service-item,
  .flow-list li,
  .page-link-card,
  .studio-card,
  .service-scene-copy,
  .manifest-tiles article,
  .motion-card {
    padding: 22px;
  }

  .home-service-row {
    padding: 18px;
  }

  .home-service-row h3 {
    font-size: 25px;
  }

  .home-creative {
    width: min(100% - 28px, 1180px);
    padding: 0;
  }

  .home-creative img,
  .service-scene-media img {
    min-height: 280px;
  }

  .opening-stage {
    padding: 24px 0;
  }

  .opening-mark {
    width: 72px;
    height: 78px;
  }

  .opening-mark span {
    height: 60px;
  }

  .service-item {
    grid-template-columns: 1fr;
  }

  .company-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
