/* =========================================================
   UTC Creative — service-page layout
   Loaded only by the Japanese and English Creative pages.
   Motion enhancements live in creative-motion.css.
   ========================================================= */

.creative-page main {
  position: relative;
  z-index: 10;
}
.creative-page .nav__creative {
  color: var(--deep-teal);
  font-weight: 600;
}
.creative-hero {
  position: relative;
  min-height: 94svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(132px, 13vw, 186px) 0 clamp(84px, 8vw, 118px);
  background:
    radial-gradient(54% 54% at 82% 58%, rgba(7,155,152,.075), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(250,249,245,.97)),
    url("assets/luxury-paper-texture.jpg"),
    var(--paper);
  background-size: auto, auto, 980px auto, auto;
}
.creative-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(31,40,42,.026) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31,40,42,.020) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.80), transparent 88%);
  opacity: .72;
}
.creative-hero__watermark {
  position: absolute;
  right: clamp(-90px, -3vw, -24px);
  bottom: clamp(-126px, -7vw, -74px);
  z-index: -1;
  width: clamp(310px, 38vw, 620px);
  opacity: .033;
  pointer-events: none;
}
.creative-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(60px, 8vw, 132px);
  align-items: center;
}
.creative-hero__copy { max-width: 790px; }
.creative-hero__name {
  display: grid;
  gap: 14px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(5rem, 8vw, 8rem);
  font-weight: 500;
  line-height: .88;
  letter-spacing: 0;
}
.creative-hero__name span,
.creative-hero__name small { display: block; }
.creative-hero__name small {
  color: rgba(31,40,42,.54);
  font-size: .62em;
  font-weight: 400;
  line-height: 1;
}
.creative-hero__statement {
  display: grid;
  gap: .08em;
  max-width: 28ch;
  margin: clamp(42px, 5vw, 66px) 0 0;
  padding-top: clamp(28px, 3vw, 42px);
  border-top: 1px solid rgba(0,106,112,.22);
  font-family: var(--mincho);
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.58;
  color: var(--charcoal);
}
.creative-hero__statement span { display: block; }
.creative-hero__statement .nowrap { white-space: nowrap; }
.creative-hero__lead {
  max-width: 58ch;
  margin: clamp(22px, 2.4vw, 34px) 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 2;
}
.creative-copy-phrase,
.creative-heading__phrase { display: inline-block; }
.creative-hero__index {
  display: grid;
  border-top: 1px solid rgba(31,40,42,.11);
  border-bottom: 1px solid rgba(31,40,42,.11);
}
.creative-hero__index > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(31,40,42,.08);
}
.creative-hero__index > div:last-child { border-bottom: 0; }
.creative-hero__index b {
  color: var(--deep-teal);
  font-family: var(--numeric);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
}
.creative-hero__index span {
  display: block;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}
.creative-hero__index small {
  display: block;
  margin-top: 6px;
  color: rgba(77,86,87,.82);
  font-family: var(--gothic);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.55;
}
.creative-hero__scroll {
  position: absolute;
  left: var(--gutter);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(31,40,42,.40);
  font-family: var(--serif);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.creative-hero__scroll::after {
  content: "";
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,106,112,.72), rgba(203,163,74,.62));
}
.creative-two-col {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(56px, 8vw, 132px);
  align-items: start;
}
.creative-heading {
  max-width: 13.5em;
  margin: 0;
  font-family: var(--mincho);
  font-size: clamp(2.45rem, 4.8vw, 4.8rem);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0;
  text-wrap: balance;
}
.creative-heading--wide { max-width: 16em; }
.creative-heading__line { display: block; }
.creative-copy {
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 2.12;
}
.creative-copy p { margin: 0 0 1.35em; }
.creative-copy p:last-child { margin-bottom: 0; }
.creative-copy--intro { margin-top: clamp(30px, 3.5vw, 50px); }
.creative-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(72px, 8vw, 118px);
  border-top: 1px solid rgba(31,40,42,.12);
  border-bottom: 1px solid rgba(31,40,42,.12);
}
.creative-signals article {
  min-height: 230px;
  padding: clamp(30px, 3.5vw, 50px);
}
.creative-signals article + article { border-left: 1px solid rgba(31,40,42,.10); }
.creative-signals span,
.creative-foundations__en {
  color: var(--deep-teal);
  font-family: var(--serif);
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.3;
}
.creative-signals h3 {
  margin: 24px 0 14px;
  font-family: var(--mincho);
  font-size: 1.5rem;
  font-weight: 500;
}
.creative-signals p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .92rem;
  line-height: 1.9;
}
.creative-why,
.creative-continuity {
  background: rgba(255,253,248,.72);
}
.creative-approach,
.creative-closing {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(48% 52% at 78% 34%, rgba(7,155,152,.17), transparent 72%),
    linear-gradient(135deg, rgba(0,106,112,.12), rgba(17,20,22,.97) 46%, rgba(15,19,21,.995)),
    url("assets/luxury-dark-texture.jpg"),
    var(--charcoal);
  background-size: auto, auto, 820px auto, auto;
}
.creative-approach .eyebrow,
.creative-closing .eyebrow { color: #8fded9; }
.creative-approach .eyebrow .num,
.creative-closing .eyebrow .num { color: #E3BA60; }
.creative-dark__mark {
  position: absolute;
  right: -9vw;
  bottom: -22%;
  width: min(54vw, 760px);
  opacity: .035;
  pointer-events: none;
}
.creative-two-col--dark { align-items: center; }
.creative-two-col--dark .creative-copy { color: rgba(250,249,245,.68); }
.creative-process {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(250,249,245,.16);
  border-bottom: 1px solid rgba(250,249,245,.16);
}
.creative-process li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(250,249,245,.12);
}
.creative-process li:last-child { border-bottom: 0; }
.creative-process b {
  color: #E3BA60;
  font-family: var(--numeric);
  font-size: .78rem;
  font-variant-numeric: tabular-nums;
}
.creative-process h3 {
  margin: 0 0 8px;
  font-family: var(--mincho);
  font-size: 1.24rem;
  font-weight: 500;
}
.creative-process p {
  margin: 0;
  color: rgba(250,249,245,.62);
  font-size: .9rem;
  line-height: 1.85;
}
.creative-structure {
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(246,247,243,.88)),
    url("assets/luxury-paper-texture.jpg");
  background-size: auto, 900px auto;
}
.creative-foundations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(72px, 8vw, 118px);
  border-top: 1px solid rgba(31,40,42,.12);
  border-bottom: 1px solid rgba(31,40,42,.12);
}
.creative-foundations article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  min-height: 420px;
  padding: clamp(36px, 4vw, 58px);
}
.creative-foundations article + article { border-left: 1px solid rgba(31,40,42,.10); }
.creative-foundations__num {
  display: block;
  color: var(--gold);
  font-family: var(--numeric);
  font-size: .76rem;
  font-weight: 600;
}
.creative-foundations__en { margin: 52px 0 0; }
.creative-foundations h3 {
  margin: 18px 0 22px;
  font-family: var(--mincho);
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.5;
}
.creative-foundations article > p:not(.creative-foundations__en) {
  margin: 0;
  color: var(--ink-soft);
  font-size: .94rem;
  line-height: 2;
}
.creative-foundations small {
  display: block;
  width: 100%;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,106,112,.18);
  color: rgba(0,106,112,.82);
  font-family: var(--serif);
  font-size: .82rem;
  line-height: 1.45;
  letter-spacing: .045em;
}
.creative-intelligence {
  color: var(--paper);
  background:
    radial-gradient(44% 52% at 76% 48%, rgba(203,163,74,.12), transparent 72%),
    linear-gradient(145deg, rgba(0,106,112,.22), rgba(17,20,22,.96) 58%),
    url("assets/luxury-dark-texture.jpg"),
    var(--charcoal);
  background-size: auto, auto, 820px auto, auto;
}
.creative-intelligence .eyebrow { color: #8fded9; }
.creative-intelligence .eyebrow .num { color: #E3BA60; }
.creative-intelligence__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: clamp(64px, 9vw, 148px);
  align-items: center;
}
.creative-intelligence__copy {
  color: rgba(250,249,245,.70);
  font-size: 1rem;
  line-height: 2.05;
}
.creative-intelligence__copy > p { margin: 0 0 1.4em; }
.creative-intelligence__points {
  display: grid;
  margin-top: clamp(38px, 4vw, 58px);
  border-top: 1px solid rgba(250,249,245,.16);
  border-bottom: 1px solid rgba(250,249,245,.16);
}
.creative-intelligence__points span {
  padding: 18px 0;
  border-bottom: 1px solid rgba(250,249,245,.11);
  color: var(--paper);
  font-family: var(--mincho);
  font-size: 1.08rem;
}
.creative-intelligence__points span:last-child { border-bottom: 0; }
.creative-engagement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(72px, 8vw, 112px);
  border-top: 1px solid rgba(31,40,42,.12);
  border-bottom: 1px solid rgba(31,40,42,.12);
}
.creative-engagement span {
  min-height: 140px;
  padding: 30px clamp(24px, 3vw, 42px);
  color: var(--ink-soft);
  font-size: .9rem;
  line-height: 1.85;
}
.creative-engagement span + span { border-left: 1px solid rgba(31,40,42,.10); }
.creative-engagement b {
  display: block;
  margin-bottom: 16px;
  color: var(--deep-teal);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
}
.creative-closing { padding: clamp(130px, 13vw, 210px) 0 0; }
.creative-dark__mark--closing {
  right: -4vw;
  bottom: -28%;
  width: min(58vw, 820px);
}
.creative-closing__title {
  max-width: 11em;
  margin: 0;
  font-family: var(--mincho);
  font-size: clamp(3.2rem, 7.5vw, 7rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}
.creative-closing__title span { display: block; }
.creative-closing__lead {
  display: grid;
  gap: .18em;
  max-width: 54ch;
  margin: clamp(42px, 5vw, 70px) 0 0;
  color: rgba(250,249,245,.70);
  font-size: 1rem;
  line-height: 2;
}
.creative-closing__lead span { display: block; }
.creative-closing__invitation {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 76px);
  max-width: 760px;
  margin-top: clamp(76px, 8vw, 120px);
  padding-top: 30px;
  border-top: 1px solid rgba(250,249,245,.18);
}
.creative-closing__invitation > span {
  color: #8fded9;
  font-family: var(--serif);
  font-size: .9rem;
  font-weight: 600;
}
.creative-closing__invitation p {
  margin: 0;
  color: rgba(250,249,245,.66);
  font-size: .94rem;
  line-height: 2;
}
.creative-closing__afterglow {
  position: relative;
  height: 1px;
  width: 100%;
  margin-top: clamp(112px, 11vw, 168px);
  overflow: hidden;
  background: rgba(250,249,245,.12);
}
.creative-closing__afterglow span {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(72px, 14vw, 164px);
  background: rgba(143,222,217,.84);
  box-shadow: 0 0 14px rgba(143,222,217,.42);
  opacity: 0;
  transform: translate3d(-130%, 0, 0);
}
@supports (animation-timeline: view()) {
  .creative-closing__afterglow span {
    animation: creative-afterglow-pass 1ms linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 82%;
  }
}
@keyframes creative-afterglow-pass {
  0% { opacity: 0; transform: translate3d(-130%, 0, 0); }
  12% { opacity: .16; }
  34% { opacity: .88; }
  78% { opacity: .22; }
  100% { opacity: 0; transform: translate3d(calc(100vw - 20px), 0, 0); }
}
.creative-mobile-break { display: none; }

html[lang="en"] .creative-hero__statement,
html[lang="en"] .creative-heading,
html[lang="en"] .creative-signals h3,
html[lang="en"] .creative-process h3,
html[lang="en"] .creative-foundations h3,
html[lang="en"] .creative-intelligence__points span,
html[lang="en"] .creative-closing__title {
  font-family: var(--serif);
}
html[lang="en"] .creative-heading { line-height: 1.12; }
html[lang="en"] .creative-hero__statement { max-width: 21ch; line-height: 1.28; }
html[lang="en"] .creative-foundations h3 { line-height: 1.22; }
html[lang="en"] .creative-closing__title { line-height: 1.02; }

html[lang="ja"] .creative-page p,
html[lang="ja"] .creative-page h2,
html[lang="ja"] .creative-page h3 {
  word-break: auto-phrase;
  text-wrap: pretty;
}

@media (max-width: 1100px) {
  .creative-hero__layout,
  .creative-two-col,
  .creative-intelligence__layout {
    grid-template-columns: 1fr;
  }
  .creative-hero__layout { gap: 64px; }
  .creative-hero__index { max-width: 700px; }
  .creative-two-col { gap: 44px; }
  .creative-intelligence__layout { gap: 52px; }
  .creative-foundations article { min-height: 470px; }
}

@media (max-width: 680px) {
  .creative-hero {
    min-height: auto;
    padding-top: max(116px, calc(env(safe-area-inset-top) + 104px));
    padding-bottom: 78px;
  }
  .creative-hero__layout { gap: 48px; }
  .creative-hero__kicker { margin-bottom: 24px; }
  .creative-hero__name {
    gap: 10px;
    font-size: clamp(3.6rem, 17vw, 4.5rem);
    line-height: .9;
  }
  .creative-hero__name small { font-size: .48em; }
  .creative-hero__statement {
    max-width: 100%;
    margin-top: 38px;
    padding-top: 26px;
    font-size: clamp(1.44rem, 6.5vw, 1.76rem);
    line-height: 1.62;
  }
  .creative-hero__lead { font-size: .92rem; line-height: 1.95; }
  .creative-hero__index > div { padding: 14px 0; }
  .creative-hero__index span { font-size: 1rem; }
  .creative-hero__index small { display: none; }
  .creative-hero__scroll { display: none; }
  .creative-hero__watermark { width: 76vw; right: -32vw; bottom: 4%; }

  .creative-heading { font-size: clamp(2.2rem, 10.5vw, 2.85rem); line-height: 1.44; }
  .creative-copy { font-size: .95rem; line-height: 2.02; }
  .creative-signals,
  .creative-foundations,
  .creative-engagement { grid-template-columns: 1fr; }
  .creative-signals article {
    min-height: 0;
    padding: 34px 0;
  }
  .creative-signals article + article { border-left: 0; border-top: 1px solid rgba(31,40,42,.10); }
  .creative-process li { grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; }
  .creative-process h3 { font-size: 1.16rem; }
  .creative-process p { font-size: .86rem; }
  .creative-foundations article {
    min-height: 0;
    padding: 42px 0 46px;
  }
  .creative-foundations article + article { border-left: 0; border-top: 1px solid rgba(31,40,42,.10); }
  .creative-foundations__en { margin-top: 30px; }
  .creative-foundations h3 { font-size: 1.46rem; }
  .creative-foundations small { margin-top: 28px; padding-top: 18px; }
  .creative-intelligence__points span { font-size: 1rem; }
  .creative-engagement span {
    min-height: 0;
    padding: 28px 0;
  }
  .creative-engagement span + span { border-left: 0; border-top: 1px solid rgba(31,40,42,.10); }
  .creative-closing { padding: 112px 0 0; }
  .creative-closing__title { font-size: clamp(3.15rem, 14vw, 4rem); line-height: 1.22; }
  .creative-closing__lead { font-size: .92rem; }
  .creative-closing__lead span { display: inline; }
  .creative-closing__invitation {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 68px;
  }
  .creative-closing__invitation p { font-size: .9rem; }
  .creative-closing__afterglow { margin-top: 100px; }
  .creative-dark__mark { width: 96vw; right: -40vw; bottom: -6%; }
  .creative-dark__mark--closing { bottom: -8%; }
  .creative-mobile-break { display: block; }

  html[lang="en"] .creative-hero__statement { line-height: 1.3; }
  html[lang="en"] .creative-heading { line-height: 1.08; }
  html[lang="en"] .creative-closing__title { line-height: 1; }
}
