:root {
  --text: #111;
  --muted: rgba(17, 17, 17, 0.62);
  --muted-soft: rgba(17, 17, 17, 0.42);
  --bg: #fff;
  --card: #fafafa;
  --border: #eee;
  --radius: 16px;
  --container: 1120px;
  --gutter-base: clamp(16px, 3vw, 28px);
  --gutter: max(var(--gutter-base), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-card: 0 20px 40px rgba(0, 0, 0, 0.06);
  --s-1: clamp(8px, 1.2vw, 12px);
  --s-2: clamp(12px, 1.6vw, 18px);
  --s-3: clamp(18px, 2.2vw, 26px);
  --s-4: clamp(28px, 3vw, 40px);
  --s-5: clamp(42px, 4.5vw, 64px);
  --s-6: clamp(64px, 6vw, 96px);
  --fz-body: 16px;
  --fz-lead: clamp(15px, 1.35vw, 18px);
  --fz-section: clamp(24px, 2.4vw, 34px);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100svh;
  min-height: 100dvh;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: var(--fz-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -0.02em;
}

section {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: var(--s-6) var(--gutter);
}

section + section {
  padding-top: 0;
}

.hero + section {
  padding-top: 0;
}

.t-center {
  text-align: center;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.smaller {
  font-size: 0.9em;
  margin: 0 0.15em;
}

.nowrap,
.nowrap-pc {
  white-space: nowrap;
}

header {
  padding: 16px;
  text-align: center;
}

header h1 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--muted-soft);
  pointer-events: none;
}

.ruby-stack {
  position: relative;
  display: inline-block;
  padding-top: 0.22em;
  line-height: 1;
  text-align: center;
}

.ruby-stack .rb {
  display: inline-block;
  line-height: 1;
}

.ruby-stack .rt {
  position: absolute;
  top: 0.1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.25em;
  font-weight: 600;
  letter-spacing: 0.42em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.82;
  pointer-events: none;
}

header .ruby-stack.ruby-stack--header {
  padding-top: 0.4em;
}

header a.ruby-stack.ruby-stack--header {
  position: relative;
  z-index: 1001;
  display: inline-flex;
  align-items: flex-end;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

header .ruby-stack.ruby-stack--header .rb {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.167em;
}

.pixa-word {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.167em;
}

.refine-hero-prefix {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.167em;
}


header .ruby-stack.ruby-stack--header .rt {
  top: -0.22em;
  font-size: 0.62em;
  letter-spacing: 0.1em;
  color: #939393;
  opacity: 0.72;
}

.hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 590px;
  padding-top: 26px;
  padding-right: 0;
  padding-left: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, #fff 42%),
    url("./images/demo1_2.jpg") center top / cover no-repeat;
  overflow-x: clip;
  overflow-y: visible;
}

.hero-canvas {
  position: relative;
  width: 100%;
  min-height: 590px;
  margin-left: 0;
  overflow-x: clip;
  overflow-y: visible;
}

.hero-copy {
  position: absolute;
  top: 360px;
  left: 28px;
  z-index: 5;
  width: min(48vw, 620px);
  text-align: left;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -40px -92px -30px -72px;
  z-index: -1;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0.48) 62%, rgba(255, 255, 255, 0) 82%);
  filter: blur(12px);
  pointer-events: none;
}

.hero-copy h2 {
  font-size: clamp(40px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0.05em;
  text-align: left;
  text-shadow:
    0 0 28px rgba(255, 255, 255, 0.94),
    0 0 10px rgba(255, 255, 255, 0.88),
    0 3px 16px rgba(0, 0, 0, 0.16);
}

.hero-copy-line {
  display: block;
  white-space: nowrap;
}

.hero-copy-line + .hero-copy-line {
  margin-top: 0.28em;
}

.hero-arrow {
  position: absolute;
  top: 14px;
  left: clamp(180px, calc(18vw + 70px), 520px);
  z-index: 4;
  width: clamp(320px, calc(22vw + 180px), 560px);
  height: 170px;
  pointer-events: none;
  opacity: 0.9;
}

.hero-arrow path {
  fill: none;
  stroke: #f78a70;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
  vector-effect: non-scaling-stroke;
}

.hero-before,
.hero-after {
  position: absolute;
  overflow: visible;
  z-index: 2;
  transition: transform 0.95s ease;
}

.hero-before::before,
.hero-after::before {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 9px 15px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 42' preserveAspectRatio='none'><path fill='white' d='M15 0H105C109.8 0 112.8 2 114.8 7.8L120 42H0L5.2 7.8C7.2 2 10.2 0 15 0Z'/></svg>") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 42' preserveAspectRatio='none'><path fill='white' d='M15 0H105C109.8 0 112.8 2 114.8 7.8L120 42H0L5.2 7.8C7.2 2 10.2 0 15 0Z'/></svg>") center / 100% 100% no-repeat;
  transform: translateY(calc(-100% + 1px));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  color: transparent;
  pointer-events: none;
}

.hero-before::after,
.hero-after::after {
  position: absolute;
  top: 0;
  z-index: 3;
  padding: 9px 15px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  transform: translateY(calc(-100% + 1px));
  pointer-events: none;
}

.hero-before::before {
  content: "BEFORE";
  left: 20px;
  background: rgba(17, 17, 17, 0.2);
}

.hero-before::after {
  content: "BEFORE";
  left: 20px;
  color: #fff;
}

.hero-after::before {
  content: "AFTER";
  left: 22px;
  padding: 14px 24px 13px;
  font-size: 22px;
  letter-spacing: 0.14em;
  background: rgba(243, 242, 240, 0.98);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-after::after {
  content: "AFTER";
  left: 22px;
  padding: 14px 24px 13px;
  font-size: 22px;
  letter-spacing: 0.14em;
  background-image: linear-gradient(180deg, #d5cbc1 0%, #95877b 38%, #564b43 72%, #302824 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.22));
}

.hero-before {
  top: 0;
  left: 0;
  width: clamp(240px, 25vw, 320px);
  aspect-ratio: 4 / 3;
  border-radius: 0 24px 24px 0;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.1);
  transform-origin: top left;
  transform: rotate(7deg);
}

.hero-after {
  right: 0;
  top: 0;
  width: clamp(420px, 52vw, 700px);
  aspect-ratio: 4 / 3;
  border-radius: 28px 0 0 28px;
  box-shadow: 0 34px 62px rgba(0, 0, 0, 0.16);
  transform-origin: top right;
  transform: rotate(-9deg);
}

.hero-before.is-intro {
  transform: translateX(-28px) rotate(7deg);
}

.hero-after.is-intro {
  transform: translateX(24px) rotate(-9deg);
}

.hero-layer-current,
.hero-layer-next {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #ddd center / cover no-repeat;
  border-radius: inherit;
  overflow: hidden;
}

.hero-layer-next {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.82s ease;
}

.hero-layer-next.is-revealed {
  clip-path: inset(0 0 0 0);
}

.lead {
  max-width: 42ch;
  margin: 0 auto calc(var(--s-5) * 1.05);
  color: var(--muted-soft);
  font-size: var(--fz-lead);
  line-height: 1.9;
}

.lead--intro {
  margin-top: 0;
  margin-bottom: calc(var(--s-3) + 2px);
  color: rgba(17, 17, 17, 0.66);
  font-size: clamp(12px, 1.2vw, 15px);
  letter-spacing: 0.42em;
  line-height: 1.8;
}

.section-title {
  margin-bottom: calc(var(--s-4) + 6px);
  font-size: var(--fz-section);
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.section-sub {
  display: inline-block;
  margin-top: 0.3em;
}

.eyebrow {
  margin-bottom: var(--s-2);
  color: var(--muted-soft);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-align: center;
}

.faq-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--s-6) var(--gutter) calc(var(--s-6) + 16px);
}

.faq-intro {
  max-width: 760px;
  margin: 0 auto var(--s-6);
  text-align: center;
}

.faq-intro .eyebrow {
  margin-bottom: var(--s-2);
}

.faq-intro h2 {
  margin-bottom: var(--s-2);
  font-size: clamp(38px, 5.1vw, 62px);
  font-weight: 400;
  line-height: 1.15;
}

.faq-intro p {
  color: var(--muted);
  line-height: 1.9;
}

.faq-list {
  display: grid;
  gap: clamp(20px, 2.6vw, 28px);
}

.faq-item {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.faq-item h3 {
  margin-bottom: 16px;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 400;
  line-height: 1.35;
}

.faq-item p {
  color: rgba(17, 17, 17, 0.76);
  line-height: 1.9;
}

.faq-item p + p {
  margin-top: 14px;
}

.faq-item ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.76);
  line-height: 1.8;
}

.faq-cta {
  margin-top: var(--s-6);
  text-align: center;
}

.faq-cta p {
  max-width: none;
  margin: 0 auto 28px;
  color: var(--muted);
  line-height: 1.85;
}

.faq-cta-line {
  display: block;
  text-align: center;
}

.about-body {
  display: grid;
  gap: clamp(36px, 5vw, 72px);
}

.about-intro {
  max-width: 720px;
  margin: 0 auto;
  padding-top: clamp(56px, 8vw, 112px);
  text-align: center;
}

.about-intro h2 {
  margin-bottom: var(--s-2);
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.18;
}

.about-intro-translation {
  margin-top: var(--s-2);
  margin-bottom: clamp(22px, 3vw, 34px);
  color: rgba(17, 17, 17, 0.66);
  font-size: clamp(12px, 1.2vw, 15px);
  letter-spacing: 0.3em;
  line-height: 1.8;
}

.about-intro .lead {
  margin-top: 0;
  margin-bottom: 0;
}

.about-flow {
  display: grid;
  gap: clamp(34px, 4.6vw, 56px);
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0 0 var(--s-5);
}

.about-passage {
  padding: 0 0 clamp(32px, 4.2vw, 48px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.about-passage h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.22;
}

.about-passage-title-line {
  display: block;
  white-space: nowrap;
}

.about-passage p {
  color: rgba(17, 17, 17, 0.68);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.85;
}

.about-quote {
  margin-top: 0;
  text-align: center;
}

.about-quote p {
  max-width: 22ch;
  margin: 0 auto;
  color: #111;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.95;
}

.about-quote-line {
  display: block;
  white-space: nowrap;
}

.refine-back {
  margin-top: 26px;
  text-align: center;
}

.refine-back a {
  color: var(--muted-soft);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.contact-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--s-6) var(--gutter) calc(var(--s-6) + 16px);
}

.contact-intro {
  max-width: 760px;
  margin: 0 auto var(--s-6);
  padding: 0;
  text-align: center;
}

.contact-intro .eyebrow {
  margin-bottom: var(--s-2);
}

.contact-intro h2 {
  margin-bottom: var(--s-2);
  font-size: clamp(38px, 5.1vw, 62px);
  font-weight: 400;
  line-height: 1.15;
}

.contact-shell {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0;
}

.contact-form-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 250, 250, 0.98) 100%);
  box-shadow: var(--shadow-card);
}

.contact-form-title {
  display: grid;
  gap: 8px;
}

.contact-form-title h2 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.16;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-errors,
.contact-complete {
  padding: 16px 18px;
  border-radius: 16px;
  line-height: 1.8;
}

.contact-errors {
  border: 1px solid rgba(180, 32, 32, 0.18);
  background: rgba(180, 32, 32, 0.06);
  color: #842222;
}

.contact-complete {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(17, 17, 17, 0.04);
  color: rgba(17, 17, 17, 0.78);
  text-align: center;
}

.contact-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.policy-list {
  display: grid;
  gap: clamp(20px, 2.6vw, 28px);
}

.policy-section {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.policy-section .eyebrow {
  margin-bottom: 10px;
  text-align: left;
}

.policy-section h2 {
  margin-bottom: 22px;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 400;
  line-height: 1.35;
}

.policy-block + .policy-block {
  margin-top: 22px;
}

.policy-block h3 {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.policy-block p,
.policy-block li,
.policy-section--contact p {
  color: rgba(17, 17, 17, 0.76);
  font-size: 14px;
  line-height: 1.95;
}

.policy-block p + p {
  margin-top: 10px;
}

.policy-block ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding-left: 18px;
}

.policy-legal-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.policy-legal-list div {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.policy-legal-list dt {
  color: rgba(17, 17, 17, 0.42);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.policy-legal-list dd {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 14px;
  line-height: 1.8;
}

.policy-intro-copy {
  display: block;
  text-align: center;
}

.policy-intro-title {
  font-size: clamp(28px, 4vw, 42px) !important;
  line-height: 1.25 !important;
}

.policy-title-break {
  display: none;
}

.usage-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 52px;
  flex-wrap: nowrap;
}

.usage-tag {
  padding: 6px 16px;
  border: 1.4px solid rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  background: transparent;
  color: rgba(0, 0, 0, 0.36);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.audience {
  display: grid;
  gap: calc(var(--s-4) + 10px);
  margin-bottom: calc(var(--s-6) + 10px);
}

.audience-copy {
  max-width: 760px;
  margin: 0 auto;
}

.audience-title {
  margin-bottom: var(--s-2);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--s-4) - 2px);
}

.audience-item {
  padding: calc(var(--s-4) - 2px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.audience-item h4 {
  margin-bottom: var(--s-1);
  font-size: 17px;
  line-height: 1.4;
}

.audience-item p {
  color: var(--muted);
  line-height: 1.75;
}

.hint {
  margin: calc(var(--s-2) * -0.2) auto var(--s-4);
  color: var(--muted-soft);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
}

.hint img {
  display: inline-block;
  height: 42px;
  vertical-align: middle;
}

.hint-hover,
.hint-tap {
  display: none;
}

.examples,
.cards {
  display: grid;
  gap: calc(var(--s-4) - 8px);
}

.reasons {
  display: grid;
  gap: calc(var(--s-4) - 2px);
}

.examples,
.reasons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.examples {
  margin-top: var(--s-3);
}

.example {
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.example-frame {
  position: relative;
  overflow: hidden;
  z-index: 3;
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  background: transparent;
  box-shadow: var(--shadow-soft);
}

.example::before,
.example::after {
  position: absolute;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 8px 0 7px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 42' preserveAspectRatio='none'><path fill='white' d='M15 0H105C109.8 0 112.8 2 114.8 7.8L120 42H0L5.2 7.8C7.2 2 10.2 0 15 0Z'/></svg>") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 42' preserveAspectRatio='none'><path fill='white' d='M15 0H105C109.8 0 112.8 2 114.8 7.8L120 42H0L5.2 7.8C7.2 2 10.2 0 15 0Z'/></svg>") center / 100% 100% no-repeat;
  transform: translateY(calc(-100% + 1px));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  color: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.example::before,
.example::after {
  opacity: 1;
}

.example::before {
  content: "BEFORE";
  left: 14px;
  background: rgba(17, 17, 17, 0.2);
}

.example::after {
  content: "AFTER";
  left: 14px;
  width: 80px;
  background: rgba(243, 242, 240, 0.98);
  opacity: 0;
}

.example > .label-before,
.example > .label-after,
.example > .label-service {
  position: absolute;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  line-height: 1;
  transform: translateY(calc(-100% + 1px));
  pointer-events: none;
}

.example > .label-before {
  box-sizing: border-box;
  justify-content: center;
  width: 80px;
  padding: 8px 0 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  content: "BEFORE";
  left: 14px;
  color: #fff;
}

.example > .label-after {
  box-sizing: border-box;
  justify-content: center;
  width: 80px;
  padding: 8px 0 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  content: "AFTER";
  left: 14px;
  width: 80px;
  color: #302824;
  opacity: 0;
}

.example > .label-service {
  left: 104px;
  padding: 8px 0 7px;
  color: rgba(48, 40, 36, 0.72);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.11em;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.example > .label-service.label-service--refine {
  color: #426ab3;
}

.example > .label-service.label-service--polish {
  color: #f45721;
}

.example > .label-service.label-service--breathe {
  color: #2d8a78;
}

.example > .label-service.label-service--impact {
  color: #f2b400;
}

.example.show-after::before {
  opacity: 0;
}

.example.show-after::after {
  opacity: 1;
}

.example.show-after > .label-before {
  opacity: 0;
}

.example.show-after > .label-after {
  opacity: 1;
}

.example.show-after > .label-service {
  opacity: 1;
}

.example-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: clip-path 0.4s ease;
}

.example-image.before {
  z-index: 2;
  clip-path: inset(0 0 0 0);
}

.example-image.after {
  z-index: 1;
  clip-path: inset(0 100% 0 0);
}

.example.show-after .example-image.before {
  clip-path: inset(0 0 0 100%);
}

.example.show-after .example-image.after {
  clip-path: inset(0 0 0 0);
}

.bg-demo1-before {
  background-image: url("./images/demo1_1.jpg");
}

.bg-demo1-after {
  background-image: url("./images/demo1_2.jpg");
}

.bg-demo2-before {
  background-image: url("./images/demo2_1.jpg");
}

.bg-demo2-after {
  background-image: url("./images/demo2_2.jpg");
}

.bg-demo3-before {
  background-image: url("./images/demo3_1.jpg");
}

.bg-demo3-after {
  background-image: url("./images/demo3_2.jpg");
}

.caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: none;
  padding: 8px 16px 7px;
  overflow: hidden;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services {
  padding-top: var(--s-6);
}

.services--after-audience {
  padding-top: calc(var(--s-5) - 4px);
}

.philosophy-section {
  padding-top: calc(var(--s-6) + 10px);
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow-card);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card-hero {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.42s ease;
}

.card-hero--refine {
  background-image: url("./images/c_refine.jpg");
}

.card-hero--polish {
  background-image: url("./images/c_polish.jpg");
}

.card-hero--breathe {
  background-image: url("./images/c_breathe.jpg");
}

.card-hero--impact {
  background-image: url("./images/c_impact.jpg");
}

.card-hero-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f3f3f3;
}

.card:hover,
.card:focus-within {
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.card:hover .card-hero,
.card:focus-within .card-hero {
  transform: scale(1.02);
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: clamp(24px, 2vw, 30px) clamp(18px, 1.4vw, 22px);
}

.card-title {
  align-self: stretch;
  margin-right: 0;
  margin-left: 0;
  margin-top: var(--s-1);
  margin-bottom: calc(var(--s-3) - 8px);
  min-height: 2.5em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.card--polish .card-body {
  padding-right: clamp(12px, 1vw, 16px);
  padding-left: clamp(12px, 1vw, 16px);
}

.p-menu {
  font-size: 0.5em;
  letter-spacing: 0.02em;
  margin-right: 0.18em;
}

.brand-refine {
  color: #426ab3;
}

.brand-polish {
  color: #f45721;
}

.brand-impact {
  color: #f2b400;
}

.brand-stage {
  color: #2d8a78;
}

.bebas.brand-refine,
.bebas.brand-polish,
.bebas.brand-stage,
.bebas.brand-impact {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: var(--s-3);
  font-size: clamp(2.15rem, 2.6vw, 3rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.card-desc {
  width: 100%;
  max-width: 24ch;
  margin-bottom: var(--s-3);
  color: rgba(17, 17, 17, 0.7);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

.cta {
  display: flex;
  justify-content: center;
  width: 100%;
}

.card .cta {
  margin-top: auto;
  padding-top: var(--s-2);
}

.card .btn-primary {
  min-width: min(100%, 180px);
  padding: 14px 22px;
  font-size: 0.95rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 16px 30px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.08s ease;
}

.btn-primary--soft {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 17, 17, 0.12);
  color: #111;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.btn-primary:hover,
.btn-primary:focus {
  background: #444;
}

.btn-primary--soft:hover,
.btn-primary--soft:focus {
  background: #fff;
}

.btn-primary:active {
  transform: translateY(1px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 10px 18px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(17, 17, 17, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.08s ease;
}

.btn-outline:hover,
.btn-outline:focus {
  background: #fff;
  border-color: rgba(17, 17, 17, 0.34);
  color: #111;
}

.btn-outline:active {
  transform: translateY(1px);
}

.reason {
  padding: calc(var(--s-4) - 2px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.reason h5 {
  margin-bottom: var(--s-1);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: left;
}

.reason p {
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.85;
  text-align: left;
}

.trust-section {
  padding-top: calc(var(--s-6) + 4px);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--s-4) - 2px);
}

.trust-card {
  padding: calc(var(--s-4) - 2px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: none;
}

.trust-card h4 {
  margin-bottom: var(--s-1);
  font-size: 17px;
}

.trust-card p {
  color: var(--muted);
  line-height: 1.85;
}

.trust-link {
  margin-top: calc(var(--s-4) - 2px);
  text-align: center;
}

.trust-link a {
  color: var(--muted-soft);
  font-size: 16px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.trust-link a:hover,
.trust-link a:focus {
  color: var(--text);
}

.page-cta {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding: calc(var(--s-5) + 4px) var(--gutter);
}

.page-cta--top {
  padding-top: calc(var(--s-5) + 8px);
  padding-bottom: calc(var(--s-5) + 4px);
}

.page-cta .btn-primary {
  min-width: min(100%, 280px);
}

.page-cta--top + section {
  padding-top: var(--s-6);
}

.fuggles {
  margin: var(--s-5) 0 var(--s-3);
  color: #ccc;
  font-family: "Fuggles", cursive;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

footer {
  margin-top: var(--s-5);
  padding: var(--s-3) var(--gutter);
  border-top: 1px solid var(--border);
  color: #888;
  font-size: 0.85rem;
  text-align: center;
}

.site-footer {
  margin-top: var(--s-5);
  padding: calc(var(--s-3) + 8px) var(--gutter) var(--s-3);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(180deg, rgba(250, 250, 250, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.site-footer-sitemap {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr) minmax(0, 0.85fr);
  align-items: start;
  justify-content: center;
  gap: clamp(18px, 2vw, 30px);
  width: min(100%, 980px);
  margin: 0 auto calc(var(--s-4) + 6px);
  text-align: center;
}

.site-footer-group {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.site-footer-title {
  color: rgba(17, 17, 17, 0.34);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-group--service .site-footer-links {
  gap: 8px 16px;
  white-space: nowrap;
}

.site-footer-links a {
  color: rgba(17, 17, 17, 0.72);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.site-footer-separator {
  color: rgba(17, 17, 17, 0.28);
  font-size: 12px;
  line-height: 1;
  user-select: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: #111;
}

.site-footer-bottom {
  padding-top: 4px;
  color: #888;
  font-size: 0.85rem;
  text-align: center;
}

@media (max-width: 960px) {
  .site-footer-sitemap {
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(100%, 520px);
  }
}

.order-page {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: var(--s-5) var(--gutter) calc(var(--s-6) + 16px);
}

.order-hero {
  position: relative;
  min-height: 300px;
  margin-bottom: var(--s-4);
  padding: clamp(20px, 3vw, 32px) 0;
  overflow: hidden;
  border-radius: 28px;
  background: #d9d9d9;
}

.order-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #d9d9d9;
}

.order-hero-media-current,
.order-hero-media-next {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.45s ease;
}

.order-hero-media-current {
  opacity: 1;
}

.order-hero-media-next {
  opacity: 0;
}

.order-hero-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 var(--gutter);
  color: var(--text);
  text-align: center;
  text-shadow: none;
}

.order-hero-copy {
  position: relative;
  display: grid;
  gap: 6px;
  justify-items: center;
  width: min(100%, 48rem);
  padding: 0;
  isolation: isolate;
}

.order-hero-copy::before {
  content: "";
  position: absolute;
  inset: -1.05em -1.8em -0.95em;
  z-index: 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0) 78%);
  filter: blur(16px);
  pointer-events: none;
}

.order-eyebrow {
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.order-hero h1 {
  margin-bottom: 0;
  color: var(--text);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.order-hero-subtitle {
  display: inline-block;
  color: var(--order-hero-accent, rgba(17, 17, 17, 0.46));
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  transition: opacity 0.36s ease, filter 0.36s ease, transform 0.36s ease;
}

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

.order-hero-subtitle.is-transitioning {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(3px);
}

.order-lead {
  max-width: 34ch;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.64);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.8;
}

.order-shell {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 250, 250, 0.98) 100%);
  box-shadow: var(--shadow-card);
}

.order-form {
  display: grid;
  gap: var(--s-4);
}

.order-form--polish .order-dropzone,
.order-form--polish .order-files,
.order-form--polish .order-append-zone {
  display: none;
}

.order-form--case-service .order-dropzone,
.order-form--case-service .order-files,
.order-form--case-service .order-append-zone {
  display: none;
}

.order-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.order-tab {
  padding: 14px 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #fff;
  color: rgba(17, 17, 17, 0.54);
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.order-tab[data-service-tab="refine"] {
  color: rgba(66, 106, 179, 0.48);
}

.order-tab[data-service-tab="polish"] {
  color: rgba(244, 87, 33, 0.48);
}

.order-tab[data-service-tab="breathe"] {
  color: rgba(45, 138, 120, 0.48);
}

.order-tab[data-service-tab="impact"] {
  color: rgba(242, 180, 0, 0.52);
}

.order-tab.is-active {
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.order-tab.is-active[data-service-tab="refine"] {
  color: #426ab3;
}

.order-tab.is-active[data-service-tab="polish"] {
  color: #f45721;
}

.order-tab.is-active[data-service-tab="breathe"] {
  color: #2d8a78;
}

.order-tab.is-active[data-service-tab="impact"] {
  color: #f2b400;
}

.order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}

.order-main,
.order-side {
  display: grid;
  gap: var(--s-4);
  min-width: 0;
  width: 100%;
}

.order-dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding: clamp(36px, 4vw, 52px) clamp(24px, 3vw, 36px);
  border: 1px dashed rgba(17, 17, 17, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 248, 0.92) 100%);
  cursor: pointer;
}

.order-dropzone input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.order-dropzone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(17, 17, 17, 0.82);
}

.order-dropzone-icon svg {
  width: 30px;
  height: 30px;
}

.order-dropzone.is-dragover {
  border-color: rgba(17, 17, 17, 0.28);
  background: rgba(255, 255, 255, 1);
}

.order-dropzone-title {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
  text-align: center;
}

.order-dropzone-copy {
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
}

.order-dropzone-subcopy {
  color: rgba(17, 17, 17, 0.36);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.order-dropzone-feedback {
  min-height: 1.4em;
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  transition: opacity 0.45s ease, color 0.45s ease;
}

.order-dropzone-feedback.is-status {
  color: #b83232;
  font-weight: 700;
  animation: orderStatusPulse 0.9s ease-in-out infinite;
}

.order-dropzone-feedback.is-error {
  color: #d64b4b;
  animation: none;
}

.order-dropzone-feedback.is-fade {
  opacity: 0;
}

@keyframes orderStatusPulse {
  0%,
  100% {
    opacity: 0.42;
  }

  50% {
    opacity: 1;
  }
}

.order-dropzone-formats {
  color: rgba(17, 17, 17, 0.34);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
}

.order-append-zone {
  position: relative;
  display: grid;
  width: 100%;
  gap: 6px;
  align-content: center;
  justify-items: center;
  min-height: 150px;
  padding: 22px;
  border: 1px dashed rgba(17, 17, 17, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 248, 0.9) 100%);
  color: #111;
  cursor: pointer;
  font: inherit;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}

.order-append-zone[hidden] {
  display: none !important;
}

.order-append-zone.is-dragover {
  border-color: rgba(17, 17, 17, 0.24);
  background: rgba(255, 255, 255, 1);
}

.order-append-zone-title {
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.1;
}

.order-append-zone-copy {
  color: var(--muted);
  line-height: 1.45;
}

.order-append-zone-feedback {
  min-height: 1.2em;
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
  line-height: 1.35;
  transition: opacity 0.45s ease, color 0.45s ease;
}

.order-append-zone-feedback.is-error {
  color: #d64b4b;
}

.order-append-zone-feedback.is-fade {
  opacity: 0;
}

.order-files {
  display: grid;
  width: 100%;
  gap: 12px;
}

.order-files-empty {
  color: rgba(17, 17, 17, 0.42);
  font-size: 14px;
}

.order-file {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: #fff;
}

.order-file-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(17, 17, 17, 0.6);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.order-file-remove:hover,
.order-file-remove:focus-visible {
  border-color: rgba(17, 17, 17, 0.24);
  color: rgba(17, 17, 17, 0.82);
}

.order-files > .order-file {
  grid-template-areas:
    "thumb body"
    "thumb note";
}

.order-files > .order-file .order-file-thumb {
  grid-area: thumb;
}

.order-file-thumb {
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1 / 1;
  background: #f2f2f2;
}

.order-file-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.order-files > .order-file .order-file-body {
  grid-area: body;
}

.order-file-body {
  display: grid;
  gap: 10px;
  align-self: start;
}

.order-files > .order-file > .order-field--compact {
  grid-area: note;
}

.order-file-progress {
  display: grid;
  gap: 6px;
  margin-top: 2px;
}

.order-file-progress[hidden] {
  display: none;
}

.order-file-progress-bar {
  overflow: hidden;
  height: 5px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
}

.order-file-progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #111;
  transition: width 0.2s linear;
}

.order-file.is-upload-done .order-file-progress-bar span {
  background: #2f7a4f;
}

.order-file.is-upload-error .order-file-progress-bar span {
  background: #c94b4b;
}

.order-file-progress-text {
  color: rgba(17, 17, 17, 0.46);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.order-file.is-upload-error .order-file-progress-text {
  color: #c94b4b;
}

.order-file-meta {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  padding-right: 36px;
  flex-wrap: wrap;
}

.order-file-number {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.order-file-name {
  flex: 1 1 auto;
  min-width: 0;
  color: rgba(17, 17, 17, 0.42);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-file-size {
  flex: 0 0 auto;
  color: rgba(17, 17, 17, 0.34);
  font-size: 11px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.order-service-panel {
  display: none;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #fff;
  align-content: start;
}

.order-service-panel.is-active {
  display: grid;
  gap: 16px;
  order: -3;
}

.order-case-stack {
  display: grid;
  gap: 26px;
}

.order-case {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 0 22px 24px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.98) 0%, #fff 32%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.055);
}

.order-case-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  margin: 0 -22px;
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px 26px 0 0;
  background: rgba(17, 17, 17, 0.035);
}

.order-case-head .order-summary-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.order-case-head h3 {
  font-size: 20px;
  letter-spacing: 0.08em;
}

.order-case-remove-btn {
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.5);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.order-case-dropzone {
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: center;
  min-height: 190px;
  padding: 20px 18px;
  border: 1px dashed rgba(17, 17, 17, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 248, 0.92) 100%);
  cursor: pointer;
}

.order-case-dropzone.is-dragover {
  border-color: rgba(17, 17, 17, 0.24);
  background: rgba(255, 255, 255, 1);
}

.order-case-dropzone-title {
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.15;
  text-align: center;
}

.order-case-dropzone-copy {
  color: var(--muted);
  line-height: 1.6;
  text-align: center;
}

.order-case-dropzone-subcopy {
  color: rgba(17, 17, 17, 0.36);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.order-case-dropzone-formats {
  color: rgba(17, 17, 17, 0.34);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
}

.order-case-files {
  display: grid;
  gap: 12px;
}

.order-case-fields {
  display: grid;
  gap: 14px;
}

.order-breathe-shot {
  display: grid;
  gap: 10px;
  padding: 16px 0 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.order-breathe-shot:first-of-type {
  padding-top: 2px;
  border-top: 0;
}

.order-check-field--option {
  padding: 4px 0;
}

.order-case .order-file {
  padding: 12px;
}

.order-case-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px dashed rgba(17, 17, 17, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(17, 17, 17, 0.68);
  font: inherit;
  cursor: pointer;
}

.order-case-add[hidden] {
  display: none;
}

.order-case-add:hover,
.order-case-add:focus-visible {
  border-color: rgba(17, 17, 17, 0.24);
  color: rgba(17, 17, 17, 0.88);
}

.order-service-panel h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 0.14em;
}

.order-service-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.order-service-name--refine {
  color: #426ab3;
}

.order-service-name--polish {
  color: #f45721;
}

.order-service-name--breathe {
  color: #2d8a78;
}

.order-service-name--impact {
  color: #f2b400;
}

.order-service-panel h2 small {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: rgba(17, 17, 17, 0.52);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.order-service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  transform: translateY(-1px);
}

.order-service-badge--refine {
  color: #426ab3;
}

.order-service-badge--polish {
  color: #f45721;
}

.order-service-badge--breathe {
  color: #2d8a78;
}

.order-service-badge--impact {
  color: #f2b400;
}

.order-fields {
  display: grid;
  gap: 16px;
}

.order-site-url {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #fff;
}

.order-site-url-slot {
  display: contents;
}

.order-form--polish .order-service-panel[data-service-panel="polish"] .order-site-url {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.order-site-url-note {
  color: rgba(17, 17, 17, 0.48);
  font-size: 12px;
  line-height: 1.6;
}

.service-page--order.service-page--order-refine {
  --order-hero-image: url("./images/top_refine.jpg");
  --order-hero-band: rgba(66, 106, 179, 0.9);
  --order-hero-accent: #426ab3;
}

.service-page--order.service-page--order-polish {
  --order-hero-image: url("./images/top_polish.jpg");
  --order-hero-band: rgba(244, 87, 33, 0.9);
  --order-hero-accent: #f45721;
}

.service-page--order.service-page--order-breathe {
  --order-hero-image: url("./images/top_breathe.jpg");
  --order-hero-band: rgba(45, 138, 120, 0.86);
  --order-hero-accent: #2d8a78;
}

.service-page--order.service-page--order-impact {
  --order-hero-image: url("./images/c_impact.jpg");
  --order-hero-band: rgba(242, 180, 0, 0.88);
  --order-hero-accent: #f2b400;
}

.order-field {
  display: grid;
  gap: 6px;
}

.order-field[hidden] {
  display: none;
}

.order-choice-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.order-choice-group legend {
  margin-bottom: 2px;
  color: rgba(17, 17, 17, 0.52);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.order-choice-group label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(17, 17, 17, 0.72);
  font-size: 13px;
  line-height: 1.65;
  cursor: pointer;
}

.order-choice-group--inline {
  grid-template-columns: repeat(2, max-content);
  column-gap: 28px;
  row-gap: 8px;
  align-items: center;
}

.order-choice-group--inline legend {
  grid-column: 1 / -1;
}

.order-choice-group label small {
  display: block;
  margin-top: 2px;
  color: rgba(17, 17, 17, 0.44);
  font-size: 11px;
  line-height: 1.45;
}

.order-choice-group input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 0.24em;
  accent-color: #111;
}

.order-prime-options {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.025);
}

.order-prime-options[hidden] {
  display: none;
}

.order-field > span {
  color: rgba(17, 17, 17, 0.52);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.order-scope-notice {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.025);
}

.order-scope-notice p {
  color: rgba(17, 17, 17, 0.68);
  font-size: 13px;
  line-height: 1.75;
}

.order-check-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 14px;
  color: rgba(17, 17, 17, 0.72);
  font-size: 13px;
  line-height: 1.65;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}

.order-check-field input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 0.24em;
  accent-color: #111;
}

.order-check-field.is-error {
  padding: 12px 14px;
  border-color: rgba(145, 48, 70, 0.28);
  background: #fff2f5;
  color: #8d263e;
  font-weight: 700;
}

.order-check-field.is-error input {
  accent-color: #8d263e;
}

.order-check-error {
  margin: -4px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff2f5;
  color: #8d263e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.order-required {
  display: none;
  margin-left: 8px;
  padding: 2px 7px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  color: rgba(17, 17, 17, 0.54);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.order-required.is-visible {
  display: inline-block;
}

.order-required-name::after {
  content: "*";
  display: inline-block;
  margin-left: 2px;
  color: #d64b4b;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  vertical-align: super;
}

.order-field input,
.order-field textarea,
.order-field select {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 15px 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 18px;
  background: #fff;
  color: #111;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.order-field input {
  height: 52px;
  min-height: 52px;
  line-height: 1.2;
}

.order-field textarea {
  min-height: 124px;
  resize: vertical;
  line-height: 1.65;
}

.order-field-hint {
  color: rgba(17, 17, 17, 0.5);
  font-size: 12px;
  line-height: 1.65;
}

.order-field select {
  min-height: 52px;
  padding-right: 44px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(17, 17, 17, 0.56) 50%),
    linear-gradient(135deg, rgba(17, 17, 17, 0.56) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 22px) 22px,
    calc(100% - 16px) 22px,
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}

.order-field--compact input,
.order-field--compact textarea {
  padding: 12px 14px;
  border-radius: 16px;
}

.order-side {
  position: sticky;
  top: 88px;
  align-self: start;
}

@media (max-width: 900px) {
  .order-grid {
    grid-template-columns: 1fr;
  }

  .order-side {
    position: static;
  }

  .order-form:not(.order-form--polish):not(.order-form--case-service) .order-field--compact textarea {
    min-height: 92px;
  }
}

.order-summary,
.order-contact {
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #fff;
}

.order-contact {
  display: grid;
  gap: 18px;
}

.order-contact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.order-contact-title {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.order-contact-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: transparent;
  color: rgba(17, 17, 17, 0.52);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.order-contact-reset:hover,
.order-contact-reset:focus-visible {
  border-color: rgba(17, 17, 17, 0.24);
  color: rgba(17, 17, 17, 0.82);
}

.order-summary-label {
  margin-bottom: 10px;
  color: rgba(17, 17, 17, 0.34);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.order-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-height: clamp(36px, 3.8vw, 46px);
  margin-bottom: 10px;
}

.order-price.is-text-only {
  align-items: center;
}

.order-price strong {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 0.98;
}

.order-price > span {
  color: rgba(17, 17, 17, 0.46);
  font-size: 12px;
}

.order-price-mark {
  margin-right: 0.16em;
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
  vertical-align: 0.34em;
}

.order-price-amount {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1;
}

.order-price.is-text-only .order-price-mark {
  visibility: hidden;
}

.order-price.is-text-only .order-price-amount {
  font-size: 0.82em;
  letter-spacing: 0;
}

.order-price-amount.is-animating {
  display: inline-block;
  animation: priceWiggle 0.24s ease-in-out infinite;
}

@keyframes priceWiggle {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-1px) scale(1.015);
    opacity: 0.92;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.order-summary-copy {
  color: var(--muted);
  line-height: 1.7;
}

.order-estimate-breakdown {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.order-estimate-breakdown[hidden] {
  display: none;
}

.order-estimate-breakdown-title {
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.34);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.order-estimate-breakdown ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-estimate-breakdown li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
  color: rgba(17, 17, 17, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.order-estimate-breakdown li span::before {
  content: "・";
}

.order-estimate-breakdown strong {
  color: #111;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.order-estimate-breakdown-note {
  margin: 10px 0 0;
  color: rgba(17, 17, 17, 0.5);
  font-size: 11px;
  line-height: 1.65;
}

.order-submit {
  width: 100%;
}

.order-reset-button {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  background: transparent;
  color: rgba(17, 17, 17, 0.56);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.order-reset-button:hover,
.order-reset-button:focus {
  border-color: rgba(17, 17, 17, 0.28);
  background: rgba(17, 17, 17, 0.03);
  color: rgba(17, 17, 17, 0.78);
}

.order-service-reset {
  display: flex;
  justify-content: flex-end;
}

.order-service-reset .order-reset-button {
  width: auto;
  min-width: 180px;
}

.order-actions {
  display: grid;
  gap: 10px;
}

.order-submit-notice {
  margin: 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 11px;
  line-height: 1.65;
}

.order-confirm-label {
  color: rgba(17, 17, 17, 0.34);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.order-confirm-list {
  display: grid;
  gap: 8px;
}

.order-confirm-item {
  display: grid;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.order-confirm-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.order-confirm-item dt {
  color: rgba(17, 17, 17, 0.48);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.order-confirm-item dd {
  margin: 0;
  color: #111;
  line-height: 1.65;
  word-break: break-word;
}

.order-confirm-item--email {
  padding: 16px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 16px;
  background: #fbfbf8;
}

.order-confirm-email {
  display: block;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.order-confirm-email-note {
  display: block;
  margin-top: 5px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
}

.order-confirm-email-edit {
  width: fit-content;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.78);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  cursor: pointer;
}

.order-service-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.order-confirm-back {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.52);
  font: inherit;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;
  justify-self: end;
}

.order-confirm-back:hover,
.order-confirm-back:focus-visible {
  color: rgba(17, 17, 17, 0.82);
}

.order-reset-dialog[hidden] {
  display: none;
}

.order-reset-dialog {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: var(--gutter);
}

.order-reset-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.34);
  cursor: pointer;
}

.order-reset-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.order-reset-panel h2 {
  margin: 8px 0 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  line-height: 1.25;
}

.order-reset-panel p:not(.order-summary-label) {
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.8;
}

.order-reset-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.order-reset-actions .btn-primary {
  width: 100%;
  padding: 13px 20px;
}

.order-reset-no {
  padding: 13px 20px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  background: transparent;
  color: rgba(17, 17, 17, 0.64);
  font: inherit;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.order-confirm-screen {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 var(--gutter) var(--s-6);
}

.order-confirm-shell {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 250, 250, 0.98) 100%);
  box-shadow: var(--shadow-card);
}

.order-confirm-header {
  display: grid;
  gap: 10px;
}

.order-confirm-header h2 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.16;
}

.order-confirm-block {
  display: grid;
  gap: 10px;
}

.order-confirm-case {
  display: grid;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.order-confirm-images {
  display: grid;
  gap: 10px;
}

.order-payment-choice {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.order-payment-choice legend {
  margin-bottom: 10px;
  color: rgba(17, 17, 17, 0.42);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.order-payment-options {
  display: grid;
  gap: 10px;
}

.order-payment-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.order-payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-payment-option span {
  display: grid;
  gap: 6px;
}

.order-payment-option strong {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.order-payment-option strong small {
  color: rgba(17, 17, 17, 0.42);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.order-payment-option em {
  color: rgba(17, 17, 17, 0.58);
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
}

.order-payment-option::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-top: 5px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  border-radius: 999px;
  background: transparent;
}

.order-payment-option:has(input:checked) {
  border-color: rgba(17, 17, 17, 0.32);
  background: #fbfbf8;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.order-payment-option:has(input:checked)::after {
  border-color: #111;
  background: #111;
}

.order-payment-choice.is-estimate-only .order-payment-options {
  display: none;
}

.order-payment-estimate {
  margin: 0;
  padding: 13px 15px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 14px;
  background: #fbfbf8;
  color: rgba(17, 17, 17, 0.68);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.order-confirm-total {
  display: grid;
  justify-items: end;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  text-align: right;
}

.order-confirm-total .order-price {
  margin-bottom: 0;
}

.order-confirm-image-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.order-confirm-image-card {
  display: grid;
  gap: 7px;
  align-content: start;
  min-width: 0;
}

.order-confirm-image {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-self: start;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #f5f5f5;
  cursor: zoom-in;
  overflow: hidden;
}

.order-confirm-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.order-confirm-image span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.76);
  color: #fff;
  font-size: 11px;
}

.order-confirm-image-note {
  display: grid;
  gap: 3px;
  margin: 0;
  color: rgba(17, 17, 17, 0.64);
  font-size: 11px;
  line-height: 1.55;
}

.order-confirm-image-note strong {
  color: rgba(17, 17, 17, 0.42);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.order-confirm-image-note span {
  overflow-wrap: anywhere;
}

.order-confirm-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.order-confirm-send {
  min-width: min(100%, 320px);
}

.order-policy-consent {
  margin: -2px 0 0;
  color: rgba(17, 17, 17, 0.38);
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}

.order-policy-consent a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  box-shadow: inset 0 -0.06em rgba(17, 17, 17, 0.22);
}

.order-confirm-screen.is-uploading .order-confirm-actions {
  position: sticky;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 3;
  padding: 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
}

.order-confirm-screen.is-uploading .order-confirm-back {
  opacity: 0.46;
}

.order-complete-screen {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 var(--gutter) var(--s-6);
}

.order-complete-shell {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 250, 250, 0.98) 100%);
  box-shadow: var(--shadow-card);
}

.order-complete-shell h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.14;
}

.order-complete-lead {
  color: rgba(17, 17, 17, 0.64);
  font-size: 14px;
  line-height: 1.8;
}

.order-complete-number {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.order-complete-number span {
  color: rgba(17, 17, 17, 0.42);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.order-complete-number strong {
  color: #111;
  font-size: clamp(28px, 4.4vw, 54px);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.order-complete-mail {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: #fbfbf8;
}

.order-complete-mail span {
  color: rgba(17, 17, 17, 0.42);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.order-complete-mail strong {
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.order-complete-mail p {
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.order-complete-support {
  width: fit-content;
  color: rgba(17, 17, 17, 0.78);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 -0.08em rgba(17, 17, 17, 0.26);
}

.order-complete-view {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.order-complete-invoice {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: #fafaf7;
}

.order-complete-invoice[hidden] {
  display: none;
}

.order-complete-invoice-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
}

.order-complete-invoice h3 {
  font-size: 18px;
  line-height: 1.4;
}

.order-complete-invoice p {
  margin-top: 6px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.order-complete-invoice-link {
  flex: 0 0 auto;
}

.order-complete-invoice iframe {
  width: 100%;
  height: min(74vh, 820px);
  min-height: 560px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #fff;
}

.order-complete-view h3 {
  font-size: 18px;
  line-height: 1.4;
}

.order-complete-view p {
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.order-complete-view-link {
  width: fit-content;
  min-width: min(100%, 260px);
}

.order-complete-url {
  overflow-wrap: anywhere;
}

.order-complete-url-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.order-complete-url-row[hidden] {
  display: none;
}

.order-complete-copy {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: transparent;
  color: rgba(17, 17, 17, 0.66);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.order-complete-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.order-complete-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  color: rgba(17, 17, 17, 0.64);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.order-complete-secondary:hover,
.order-complete-secondary:focus-visible {
  border-color: rgba(17, 17, 17, 0.24);
  color: rgba(17, 17, 17, 0.86);
}

@media (max-width: 900px) {
  .order-confirm-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-confirm-actions {
    justify-content: stretch;
  }

  .order-confirm-total {
    justify-items: stretch;
    text-align: left;
  }

  .order-confirm-send {
    min-width: 0;
    width: 100%;
  }

  .order-complete-actions {
    justify-content: stretch;
  }

  .order-complete-invoice-head {
    display: grid;
  }

  .order-complete-invoice iframe {
    height: 68vh;
    min-height: 440px;
  }

  .order-complete-secondary,
  .order-complete-view-link,
  .order-complete-invoice-link {
    width: 100%;
  }

  .order-complete-url-row {
    grid-template-columns: 1fr;
  }

  .order-complete-copy {
    width: 100%;
  }
}

.order-progress {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: #fafaf7;
}

.order-progress[hidden] {
  display: none;
}

.order-progress-bar {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
}

.order-progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #111 0%, #315fa8 100%);
  transition: width 0.18s linear;
}

.order-progress-text {
  color: rgba(17, 17, 17, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.order-note {
  color: rgba(17, 17, 17, 0.46);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.partition2 {
  margin: 0 1.5em;
}

.footer-line1,
.footer-line2 {
  display: inline;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: opacity 0.38s ease, visibility 0.38s ease;
  will-change: opacity;
}

.global-nav.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 2.4vw, 28px);
  bottom: clamp(18px, 2.8vw, 32px);
  z-index: 2000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(17, 17, 17, 0.62);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  text-decoration: none;
  opacity: 0.88;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0.24s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.back-to-top span {
  display: block;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.back-to-top:hover {
  border-color: rgba(17, 17, 17, 0.22);
  background: rgba(255, 255, 255, 0.84);
  color: rgba(17, 17, 17, 0.76);
  text-decoration: none;
}

.back-to-top:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.3);
  outline-offset: 3px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px var(--gutter);
  pointer-events: none;
}

.nav-logo img {
  height: 32px;
}

.nav-menu {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.nav-item {
  position: relative;
  pointer-events: auto;
}

.nav-link {
  display: inline-block;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
}

.nav-logo,
.nav-logo img,
.nav-home-link,
.nav-home-link img,
.nav-link,
.nav-toggle,
.nav-toggle span,
.dropdown a {
  pointer-events: auto;
}

.nav-home,
.nav-overlay {
  display: none;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  margin-top: 0;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: auto;
}

.dropdown li {
  list-style: none;
}

.dropdown a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

.dd-en {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.dd-ja {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  opacity: 0.75;
}

.service-link--refine .dd-en {
  color: #426ab3;
}

.service-link--polish .dd-en {
  color: #f45721;
}

.service-link--impact .dd-en {
  color: #f2b400;
}

.service-link--stage .dd-en {
  color: #2d8a78;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}

.service-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-badge--inline {
  margin-bottom: 0;
  transform: translateY(-1px);
}

.service-link--refine .service-badge {
  color: #426ab3;
}

.service-link--polish .service-badge {
  color: #f45721;
}

.service-link--impact .service-badge {
  color: #f2b400;
}

.service-link--stage .service-badge {
  color: #2d8a78;
}

.nav-toggle {
  display: none;
  border: 0;
  background: none;
}

.nav-toggle span {
  display: block;
}

br.lb-2 {
  display: block;
}

br.lb-3 {
  display: none;
}

br.sp-only {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .ruby-stack .rt {
    top: 0.11em;
    letter-spacing: 0.38em;
  }

  header .ruby-stack.ruby-stack--header .rt {
    top: 0.04em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hint-hover {
    display: inline;
  }
}

@media (hover: none), (pointer: coarse) {
  .hint-tap {
    display: inline;
  }
}

@media (min-width: 901px) {
  .usage-tag {
    padding: 7px 16px;
    font-size: 13px;
    opacity: 0.7;
  }

  .nav-menu > .nav-item > .nav-link,
  .nav-menu > .nav-item > a.nav-link {
    color: #000 !important;
    text-shadow:
      0 0 10px rgba(255,255,255,.85),
      0 0 3px rgba(255,255,255,.90);
  }

  .nav-logo img {
    filter:
      drop-shadow(0 0 10px rgba(255,255,255,.85))
      drop-shadow(0 0 3px rgba(255,255,255,.90));
  }

  .nav-item.has-dropdown > .nav-link {
    position: relative;
    padding-right: 10px;
  }

  .nav-item.has-dropdown > .nav-link::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 4.5px;
    line-height: 1;
    opacity: 0.85;
    transform: translateY(-52%);
  }

  .nav-item.has-dropdown:hover > .nav-link::after {
    content: "▲";
    opacity: 1;
  }

  .cards {
    gap: clamp(18px, 1.6vw, 24px);
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .hero {
    min-height: 500px;
  }

  .hero-canvas {
    min-height: 500px;
  }

  .hero-arrow path {
    stroke-width: 2.7;
  }

  .hero-copy {
    top: 360px;
    left: 36px;
    width: min(52vw, 420px);
  }

  .hero-copy::before {
    inset: -32px -92px -24px -72px;
    filter: blur(10px);
  }

  .hero-copy h2 {
    font-size: clamp(34px, 5.2vw, 50px);
  }

  .hero-before {
    top: 0;
    left: 0;
    width: 220px;
  }

  .hero-arrow {
    top: 184px;
    right: 396px;
    left: auto;
    width: clamp(220px, 30vw, 270px);
    height: clamp(120px, 15vw, 142px);
    transform: scaleY(-1) rotate(-14deg);
    transform-origin: center;
  }

  .hero-after {
    right: 0;
    top: 0;
    width: 470px;
  }

  .examples {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(26px, 4vw, 34px);
  }

  .card-body {
    padding: clamp(30px, 4vw, 38px) clamp(24px, 3.4vw, 34px);
  }

  .card--polish .card-body {
    padding-right: clamp(22px, 3vw, 30px);
    padding-left: clamp(22px, 3vw, 30px);
  }

  .card-title {
    margin-bottom: clamp(18px, 2.5vw, 24px);
    min-height: 0;
    font-size: clamp(17px, 2.2vw, 20px);
    line-height: 1.28;
  }

  .bebas.brand-refine,
  .bebas.brand-polish,
  .bebas.brand-stage,
  .bebas.brand-impact {
    margin-bottom: clamp(20px, 3vw, 28px);
    font-size: clamp(3.1rem, 7vw, 4.1rem);
  }

  .card-desc {
    max-width: 26ch;
    margin-bottom: clamp(20px, 3vw, 28px);
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.72;
  }

  .card .btn-primary {
    min-width: min(100%, 220px);
    padding: 16px 28px;
    font-size: 1.04rem;
  }

  .audience-grid,
  .reasons,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-grid > :nth-child(3),
  .reasons > :nth-child(3),
  .trust-grid > :nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, 420px);
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .global-nav {
    pointer-events: auto;
  }

  body.nav-open .global-nav {
    z-index: 3000;
    opacity: 1;
    visibility: visible;
  }

  .back-to-top {
    right: 14px;
    bottom: 18px;
    width: 42px;
    height: 42px;
  }

  .nav-logo {
    display: none;
  }

  .nav-toggle {
    position: fixed;
    top: 7px;
    right: 14px;
    z-index: 1102;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    pointer-events: auto;
  }

  .nav-toggle span {
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    transition: transform 0.32s ease, opacity 0.18s ease, top 0.22s ease;
  }

  .nav-toggle span:nth-child(1) {
    top: 16px;
  }

  .nav-toggle span:nth-child(2) {
    top: 21px;
  }

  .nav-toggle span:nth-child(3) {
    top: 26px;
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: block;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  body.nav-open .nav-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1101;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    width: min(82vw, 360px);
    height: 100svh;
    height: 100dvh;
    margin: 0;
    padding: calc(18px + env(safe-area-inset-top)) calc(20px + env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) 20px;
    background: #fff;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
    transform: translateX(104%);
    transition: transform 0.28s ease;
    pointer-events: none;
  }

  body.nav-open .nav-menu {
    transform: translateX(0);
    pointer-events: auto;
  }

  body.nav-open header a.ruby-stack.ruby-stack--header {
    z-index: 0;
  }

  .about-passage {
    padding-bottom: 34px;
  }

  .about-passage h3 {
    font-size: clamp(24px, 6.6vw, 32px);
  }

  .about-passage p {
    font-size: 16px;
  }

  .nav-home {
    display: block;
    padding: 6px 0 16px;
  }

  .nav-home-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .nav-home-link img {
    height: 28px;
  }

  .nav-menu .nav-link,
  .nav-menu a.nav-link,
  .dropdown a {
    color: #000;
  }

  .nav-menu > .nav-item > a.nav-link {
    display: block;
    width: 100%;
  }

  .nav-menu > .nav-item {
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .nav-item.has-dropdown > .nav-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.95;
    font-size: 18px;
  }

  .dropdown {
    position: static;
    min-width: 0;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    backdrop-filter: none;
  }

  .dropdown a {
    padding: 10px 0 10px 14px;
  }

  .service-link {
    border-left: 3px solid transparent;
  }

  .service-link--refine {
    border-left-color: #426ab3;
  }

  .service-link--polish {
    border-left-color: #f45721;
  }

  .service-link--stage {
    border-left-color: #2d8a78;
  }

  .service-link--impact {
    border-left-color: #f2b400;
  }

  .dropdown li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .dd-en {
    font-size: 16px;
  }

  .dd-ja {
    margin-top: 4px;
    opacity: 0.78;
  }
}

@media (max-width: 600px) {
  .audience-grid,
  .cards,
  .reasons,
  .examples,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  header {
    margin-right: 44px;
    padding: var(--s-3) var(--gutter) var(--s-2);
  }

  header h1 {
    font-size: 14px;
  }

  header .ruby-stack.ruby-stack--header {
    padding-top: 0.34em;
  }

  header .ruby-stack.ruby-stack--header .rt {
    top: -0.28em;
    font-size: 0.58em;
    letter-spacing: 0.18em;
  }

  .faq-wrap {
    padding-top: var(--s-5);
  }

  .faq-intro h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .contact-wrap {
    padding-top: var(--s-5);
  }

  .contact-intro h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

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

  .contact-actions .btn-primary {
    width: 100%;
  }

  .policy-title-separator {
    display: none;
  }

  .policy-title-break {
    display: block;
  }

  .hero {
    min-height: 518px;
  }

  .hero-after::before {
    left: auto;
    right: 22px;
  }

  .hero-after::after {
    left: auto;
    right: 22px;
  }

  .example > .label-service {
    left: 100px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .hero-arrow path {
    stroke-width: 2.2;
  }

  .hero-canvas {
    min-height: 518px;
  }

  .hero-copy {
    top: 396px;
    left: 24px;
    width: min(78vw, 440px);
  }

  .hero-copy::before {
    inset: -32px -92px -24px -72px;
    filter: blur(10px);
  }

  .hero-copy h2 {
    font-size: clamp(30px, 6.4vw, 42px);
  }

  .hero-before {
    top: 0;
    left: 0;
    width: min(42vw, 240px);
  }

  .hero-arrow {
    top: 28px;
    left: clamp(144px, 34vw, 220px);
    width: clamp(130px, 30vw, 220px);
    height: 120px;
    transform: rotate(22deg);
    transform-origin: center;
  }

  .hero-after {
    right: 0;
    top: 88px;
    width: min(92vw, 430px);
  }

  .section-title {
    font-size: clamp(29px, 7.8vw, 36px);
    line-height: 1.16;
  }

  .audience-grid,
  .cards,
  .reasons,
  .examples,
  .trust-grid {
    gap: var(--s-5);
  }

  .examples {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    gap: calc(var(--s-5) + 24px);
  }

  .page-cta .btn-primary {
    width: min(80vw, 360px);
  }

  .card .btn-primary {
    width: 100%;
    max-width: 360px;
    padding: 17px 30px;
    font-size: 1.05rem;
  }

  .card-body {
    padding: clamp(32px, 7vw, 42px) clamp(24px, 7vw, 34px);
  }

  .card--polish .card-body {
    padding-right: clamp(22px, 6vw, 32px);
    padding-left: clamp(22px, 6vw, 32px);
  }

  .card-title {
    margin-bottom: clamp(18px, 5vw, 24px);
    min-height: 0;
    font-size: clamp(19px, 5vw, 22px);
    line-height: 1.28;
  }

  .audience-item h4,
  .reason h5 {
    font-size: clamp(19px, 4.8vw, 21px);
    line-height: 1.38;
  }

  .bebas.brand-refine,
  .bebas.brand-polish,
  .bebas.brand-stage,
  .bebas.brand-impact {
    margin-bottom: clamp(20px, 6vw, 28px);
    font-size: clamp(3.35rem, 15vw, 4.7rem);
  }

  .card-desc {
    max-width: 24ch;
    margin-bottom: clamp(20px, 6vw, 28px);
    font-size: clamp(16.5px, 4.6vw, 19px);
    line-height: 1.72;
  }

  br.lb-3 {
    display: block;
  }

  br.sp-only {
    display: block;
  }

  .nowrap-pc {
    white-space: normal;
  }

  .ruby-stack .rt {
    font-size: 0.22em;
    letter-spacing: 0.34em;
  }

  .partition2 {
    display: none;
  }

  .site-footer-sitemap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    width: min(100%, 420px);
    text-align: center;
  }

  .site-footer-group {
    display: grid;
    gap: 10px;
  }

  .site-footer-group--service .site-footer-links {
    justify-content: center;
  }

  .site-footer-links {
    justify-content: center;
  }

  .order-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-file {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .order-file-remove {
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    font-size: 17px;
  }

  .order-dropzone-copy {
    display: none;
  }

  .order-append-zone {
    min-height: 118px;
    padding: 16px 18px 14px;
  }

  .order-append-zone-copy {
    display: none;
  }

  .order-summary,
  .order-contact {
    padding: 18px;
  }

  .footer-line1,
  .footer-line2 {
    display: block;
  }

  .footer-line2 {
    margin-top: 6px;
  }
}

/* Service Detail Pages */
.service-page--refine {
  --detail-hero-image: url("./images/top_refine.jpg");
  --detail-hero-band: rgba(66, 106, 179, 0.9);
}

.service-page--polish {
  --detail-hero-image: url("./images/top_polish.jpg");
  --detail-hero-band: rgba(244, 87, 33, 0.9);
}

.service-page--breathe {
  --detail-hero-image: url("./images/top_breathe.jpg");
  --detail-hero-band: rgba(45, 138, 120, 0.86);
}

.service-page--impact {
  --detail-hero-image: url("./images/top_impact.jpg");
  --detail-hero-band: rgba(242, 180, 0, 0.88);
}

.service-page--about {
  --detail-hero-image: url("./images/top_about.jpg");
  --detail-hero-band: transparent;
}

.service-page--about .detail-hero-text {
  color: #111;
  justify-content: flex-end;
  text-shadow: none;
  pointer-events: none;
}

.service-page--about .detail-hero-copy {
  margin-left: 0;
  margin-right: 12px;
  padding-right: 0;
  text-align: left;
  pointer-events: none;
}

@media (max-width: 900px) {
  .service-page--about .detail-hero-copy {
    margin-left: 12px;
  }
}

.service-page--about .detail-hero-copy::before {
  display: none;
}

.service-page--about .detail-hero-title,
.service-page--about .detail-hero-text p {
  color: #111;
}

.service-page--about .detail-hero-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(34px, 4.8vw, 56px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.18;
  color: #fff;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.76),
    0 8px 20px rgba(0, 0, 0, 0.5);
}

.service-page--about .detail-hero-text p {
  max-width: none;
}


.service-page--polish header h1 .detail-header-label {
  opacity: 0.68;
}

.scene-media--breathe-01 {
  background-image: url("./images/breathe_01.jpg");
}

.scene-media--breathe-02 {
  background-image: url("./images/breathe_02.jpg");
}

.scene-media--polish-01 {
  background-image: url("./images/polish_01.jpg");
}

.scene-media--polish-02 {
  background-image: url("./images/polish_02.jpg");
}

.scene-media--refine-01 {
  background-image: url("./images/refine_01.jpg");
}

.scene-media--refine-02 {
  background-image: url("./images/refine_02.jpg");
}

.scene-media--impact {
  background-image: url("./images/c_impact.jpg");
}

.scene-media--slide01 {
  background-image: url("./images/demo3_2.jpg");
}

/* Service Detail Layout */
.detail-hero {
  position: relative;
  aspect-ratio: 3 / 2;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 901px) {
  .detail-hero {
    aspect-ratio: 11 / 5;
  }

  .service-page:not(.service-page--about) .detail-hero-text {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-page:not(.service-page--about) .detail-hero-copy {
    padding-left: clamp(28px, 3vw, 52px);
  }
}

.detail-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #d9d9d9 var(--detail-hero-image) center / cover no-repeat;
}

.detail-hero-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 128px var(--gutter) 44px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.detail-hero-copy {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: min(100%, 32rem);
  padding: 18px 28px 16px 0;
}

.detail-hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  left: calc(-50vw + 50% - var(--gutter));
  z-index: -1;
  background: var(--detail-hero-band);
  pointer-events: none;
}

@supports (width: 100dvw) {
  .detail-hero-copy::before {
    left: calc(-50dvw + 50% - var(--gutter));
  }
}

.detail-hero-text p {
  margin-top: 10px;
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.72;
}

.detail-hero-copy > p {
  width: fit-content;
  margin-left: auto;
  max-width: none;
  text-align: right;
}

.detail-hero-title {
  display: flex;
  align-items: baseline;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(56px, 7vw, 104px);
  line-height: 1.02;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.detail-hero-prefix {
  display: inline-block;
  margin-right: 0.18em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 0.5em;
  letter-spacing: 0.02em;
  line-height: 1;
}

.detail-hero-ruby {
  position: relative;
  display: inline-block;
  padding-top: 0.22em;
  line-height: 1;
}

.detail-hero-rb {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.detail-hero-rt {
  position: absolute;
  top: 0.08em;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.2em;
  font-weight: 600;
  letter-spacing: 0.34em;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .detail-hero-rt {
    top: 8px;
    font-size: 13px;
    letter-spacing: 0.22em;
  }
}

.detail-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter) calc(var(--s-6) + 24px);
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: var(--s-5);
  align-items: start;
  margin-top: -16px;
  margin-bottom: var(--s-6);
}

.detail-intro-copy h2 {
  margin-top: 0;
  margin-bottom: 52px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.18;
}

.detail-intro-copy h2 .intro-line {
  display: block;
}

.detail-intro-copy h2 .intro-line + .intro-line {
  margin-top: 0.12em;
}

.detail-intro-copy p {
  color: rgba(17, 17, 17, 0.76);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.85;
}

.detail-intro-copy p + p {
  margin-top: 8px;
}

.detail-intro-signoff-label {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.detail-intro-signoff-body {
  display: block;
}

.detail-intro-panel {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: none;
}

.detail-panel-title {
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--muted-soft);
}

.detail-panel-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-panel-list li {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  color: rgba(17, 17, 17, 0.78);
  line-height: 1.75;
}

.detail-panel-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s-3);
  margin-bottom: calc(var(--s-6) + 18px);
}

.detail-proof-item {
  padding: 18px 0 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  text-align: center;
}

.detail-proof-item strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.86);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.detail-price-mark,
.detail-price-tail {
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
  vertical-align: 0.34em;
}

.detail-price-mark {
  margin-right: 0.16em;
}

.detail-price-amount {
  font-size: 1em;
  letter-spacing: 0;
}

.detail-price-tail {
  margin-left: 0.12em;
  font-weight: 300;
}

.detail-proof-item > span {
  color: rgba(17, 17, 17, 0.56);
  font-size: 13px;
  line-height: 1.65;
}

.detail-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s-4);
  margin-bottom: calc(var(--s-6) + 18px);
}

.detail-scope-card {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: none;
}

.detail-scope-card--not {
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.detail-scope-card h3 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

.detail-scope-card .detail-list-plain {
  margin-top: 0;
}

.detail-scope-note {
  margin-top: 18px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.detail-block + .detail-scope {
  margin-top: calc(var(--s-6) + 18px);
}

.detail-block + .detail-block {
  margin-top: calc(var(--s-6) + 18px);
}

.detail-heading {
  max-width: 720px;
  margin: 0 auto var(--s-5);
  text-align: center;
}

.detail-heading h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.15;
}

.detail-heading p {
  color: var(--muted);
  line-height: 1.75;
}

.detail-list-plain {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list-plain li {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.78);
  line-height: 1.8;
}

.detail-list-plain li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-scenes {
  display: grid;
  gap: var(--s-4);
}

.detail-scene {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--s-4);
  align-items: stretch;
}

.detail-scene:nth-child(even) .detail-scene-media {
  order: 2;
}

.detail-scene:nth-child(even) .detail-scene-copy {
  order: 1;
}

.detail-scene-media {
  position: relative;
  min-height: 360px;
  border-radius: 26px;
  background-color: #111;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: var(--shadow-card);
}

.detail-scene-caption {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 124px;
  min-height: 124px;
  padding: 18px 14px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.detail-scene-caption-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-scene-caption-lines span {
  display: block;
  white-space: nowrap;
}

.detail-scene-caption--tilt-left {
  top: -22px;
  left: -18px;
  transform: rotate(-9deg);
}

.detail-scene-caption--tilt-right {
  top: -22px;
  right: -18px;
  left: auto;
  transform: rotate(9deg);
}

.detail-scene-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.5vw, 42px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: none;
}

.detail-kicker {
  margin-bottom: 14px;
  color: rgba(17, 17, 17, 0.24);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.detail-scene-copy h4 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.2;
}

.service-page .detail-scenes .detail-scene-copy h4 {
  font-size: clamp(23px, 2.3vw, 32px);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .service-page .detail-scenes .detail-scene-copy h4 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .service-page .detail-scenes .detail-scene-copy h4 {
    font-size: 24px;
  }
}

.detail-scene-copy h4.detail-scene-title--stacked {
  white-space: normal;
}

.detail-scene-title-line {
  display: block;
  white-space: nowrap;
}

.detail-scene-copy p {
  color: rgba(17, 17, 17, 0.76);
  line-height: 1.9;
}

.detail-scene-copy .detail-kicker {
  color: rgba(17, 17, 17, 0.24);
}

.detail-scene-copy ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.76);
}

.detail-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: var(--s-4);
  align-items: start;
}

.detail-pricing-main,
.detail-pricing-side {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: none;
}

.detail-price {
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 14px 0 18px;
}

.detail-price strong {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 0.98;
}

.detail-price > span {
  color: var(--muted);
  font-size: 14px;
}

.detail-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.detail-pricing-note {
  margin-top: 14px;
  color: rgba(17, 17, 17, 0.46);
  font-size: 12px;
  line-height: 1.7;
}

.detail-tag {
  padding: 8px 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #fafafa;
  font-size: 13px;
}

.detail-pricing-side h4 {
  margin-bottom: 12px;
  font-size: 20px;
}

.detail-pricing-side ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.76);
  line-height: 1.75;
}

.detail-pricing-prime {
  margin-top: var(--s-4);
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(122, 128, 136, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 245, 247, 0.98) 100%),
    linear-gradient(135deg, rgba(148, 154, 163, 0.1) 0%, rgba(148, 154, 163, 0) 58%);
  box-shadow: 0 18px 36px rgba(28, 31, 36, 0.06);
}

.detail-pricing-prime .detail-panel-title {
  margin-bottom: 12px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(180deg, #8b9098 0%, #d7dbe0 42%, #7a8088 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.detail-prime-price {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 12px;
}

.detail-prime-price strong {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  background-image: linear-gradient(180deg, #6f7680 0%, #c7cdd3 34%, #8d949c 62%, #575e67 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.42));
}

.detail-prime-price > span {
  color: rgba(17, 17, 17, 0.46);
  font-size: 12px;
  line-height: 1.4;
}

.detail-pricing-prime p {
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.75;
}

.detail-pricing-prime p + p {
  margin-top: 10px;
}

.detail-prime-bundles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.detail-prime-bundle {
  padding: 18px;
  border: 1px solid rgba(122, 128, 136, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
}

.detail-prime-bundle h4 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: rgba(17, 17, 17, 0.82);
  font-size: 15px;
  letter-spacing: 0.04em;
}

.detail-prime-bundle h4 span {
  color: rgba(17, 17, 17, 0.52);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.detail-prime-bundle .detail-tag-list {
  margin-top: 0;
}

.detail-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.detail-flow-step {
  padding: 22px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: none;
  text-align: center;
}

.detail-flow-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 15px;
}

.detail-flow-step h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

.detail-flow-step p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.detail-flow-note {
  margin-top: 16px;
  color: rgba(17, 17, 17, 0.48);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.detail-final-cta {
  padding: clamp(30px, 4vw, 50px);
  border-radius: 32px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  color: #111;
  text-align: center;
}

.detail-final-cta h3 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.16;
}

.detail-final-cta p {
  max-width: 54ch;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.85;
}

.detail-final-cta .cta {
  margin-top: 24px;
}

.detail-back {
  margin-top: 40px;
  text-align: center;
}

.detail-back a {
  color: var(--muted-soft);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.12em;
}

@media (max-width: 900px) {
  .detail-hero,
  .detail-hero-text {
    min-height: 100%;
  }

  .detail-hero-text {
    padding-top: 116px;
    padding-bottom: 28px;
  }

  .detail-hero-copy {
    max-width: min(100%, 28rem);
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 14px;
  }

  .detail-intro,
  .detail-pricing,
  .detail-scope,
  .detail-scene {
    grid-template-columns: 1fr;
  }

  .detail-scene {
    gap: 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 26px;
    background: #fff;
    overflow: visible;
  }

  .detail-scenes {
    gap: calc(var(--s-4) + 10px);
    width: 100%;
    max-width: 100%;
  }

  .detail-scenes {
    display: flex;
    flex-direction: column;
  }

  .detail-scenes .detail-scene {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .detail-scene-media {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .detail-scene-caption {
    top: 20px;
    left: 20px;
    width: 112px;
    min-height: 112px;
    padding: 16px 12px;
    font-size: 16px;
  }

  .detail-scene-caption--tilt-left {
    top: -18px;
    left: -14px;
  }

  .detail-scene-caption--tilt-right {
    right: -14px;
    left: auto;
    top: -18px;
  }

  .detail-scene-copy {
    padding: 22px 22px 24px;
    border: 0;
    border-radius: 0 0 26px 26px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .detail-proof,
  .detail-flow {
    grid-template-columns: 1fr 1fr;
  }

  .detail-scene:nth-child(even) .detail-scene-media,
  .detail-scene:nth-child(even) .detail-scene-copy {
    order: initial;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .detail-scenes .detail-scene-media {
    height: clamp(320px, 56vw, 460px);
    min-height: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 600px) {
  .order-form:not(.order-form--polish):not(.order-form--case-service) .order-field--compact {
    grid-area: note;
    width: 100%;
  }

  .order-form:not(.order-form--polish):not(.order-form--case-service) .order-files > .order-file {
    grid-template-areas:
      "thumb body"
      "note note";
  }

  .detail-wrap {
    padding-top: 0;
  }

  .detail-hero,
  .detail-hero-text {
    min-height: 100%;
  }

  .detail-hero-text {
    padding-top: 108px;
    padding-bottom: 18px;
  }

  .detail-hero-copy {
    max-width: min(100%, 23rem);
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 12px;
  }

  .detail-scenes .detail-scene-media {
    height: clamp(260px, 68vw, 360px);
    min-height: 0;
    aspect-ratio: auto;
  }

  .detail-hero-text p {
    font-size: 15px;
  }

  .detail-proof {
    grid-template-columns: 1fr;
    margin-bottom: var(--s-5);
  }

  .detail-scope {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .detail-scope-card {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .detail-scope-card h3 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .detail-flow {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .detail-flow-step {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .detail-flow-step h4 {
    font-size: 16px;
  }

  .detail-flow-step p {
    font-size: 13px;
  }

  .detail-flow-note {
    text-align: left;
  }

  .detail-prime-bundles {
    grid-template-columns: 1fr;
  }

  .detail-scene-media {
    min-height: 260px;
  }

  .detail-scene-caption {
    top: 18px;
    left: 18px;
    width: 98px;
    min-height: 98px;
    padding: 14px 10px;
    font-size: 15.5px;
    line-height: 1.35;
  }

  .detail-scene-caption--tilt-left {
    top: -10px;
    left: -8px;
  }

  .detail-scene-caption--tilt-right {
    right: -8px;
    left: auto;
    top: -10px;
  }
}

@media (max-width: 700px) {
  .order-policy-consent {
    text-align: left;
  }
}
