/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .-mb-0\.5 {
    margin-bottom: calc(var(--spacing) * -0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[15\.5rem\] {
    width: 15.5rem;
  }
  .w-auto {
    width: auto;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#FFEB00\] {
    background-color: #FFEB00;
  }
  .bg-\[\#fefefe\] {
    background-color: #fefefe;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#111\] {
    color: #111;
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-0 {
    transition-delay: 0ms;
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .delay-200 {
    transition-delay: 200ms;
  }
  .delay-300 {
    transition-delay: 300ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:left-8 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-32 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-6 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-32 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .md\:pb-48 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 48);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_TTF-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_TTF-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BuildingsAndTracks";
  src: url("../fonts/Buildingsandundertherailwaytracks-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@layer base {
  body {
    font-family: var(--font-sans);
  }
  a {
    color: inherit;
    text-decoration-line: none;
  }
  a:hover {
    text-decoration-line: none;
  }
}
html {
  scroll-behavior: smooth;
}
@layer components {
  .fade-in-up {
    opacity: 0%;
    transform: translateY(2rem);
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .fade-in-up.is-visible {
    opacity: 100%;
    transform: translateY(0);
  }
  .character {
    opacity: 0;
    transition: opacity 0.7s ease-out;
  }
  .character.is-visible {
    opacity: 1;
  }
  .menu-fade {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .menu-fade--visible {
    opacity: 1;
  }
  #mobile-menu {
    top: 5.5rem;
    right: 1rem;
    bottom: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    background: #111827;
    color: #ffffff;
    border-radius: 0 0 0 16px;
    padding-top: 0.5rem;
  }
  #mobile-menu a {
    color: inherit;
  }
  #mobile-menu-overlay {
    background: rgba(15, 23, 42, 0.35);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .menu-toggle .close-icon {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    color: #111827;
    transition: opacity 180ms ease,
      transform 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease;
  }
  .menu-toggle.is-open {
    color: #ffffff;
    background: #111827;
    border-color: rgba(17, 24, 39, 0.9);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.28);
  }
  .menu-toggle.is-open .menu-icon {
    display: none;
  }
  .menu-toggle.is-open .close-icon {
    display: block;
  }
}
@layer utilities {
  .font-body {
    font-family: "LINESeedJP", sans-serif;
  }
  .font-display {
    font-family: "BuildingsAndTracks", sans-serif;
  }
  .text-hero {
    font-size: clamp(2.2rem, 7vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.06em;
  }
  .hero-title-line {
    display: block;
    white-space: nowrap;
  }
  .text-subhero {
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .text-section-title {
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.3;
  }
  .text-subsection {
    font-size: clamp(1.25rem, 2.8vw, 1.8rem);
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
  .text-body {
    font-size: clamp(0.95rem, 1vw, 1.05rem);
    line-height: 1.9;
  }
  .text-readmore {
    font-size: clamp(0.85rem, 1vw, 1rem);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s ease;
  }
  .text-readmore:hover {
    opacity: 0.7;
  }
  .logo-text {
    font-size: clamp(2rem, 2.8vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .nav-link {
    position: relative;
    padding-bottom: 2px;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    font-weight: 500;
    transition: all 0.2s ease;
  }
  .nav-link:hover {
    color: #777;
  }
  .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
  }
  @media (max-width: 640px) {
    .text-hero {
      font-size: clamp(3rem, 9vw, 3.5rem);
      letter-spacing: -0.08em;
    }
    .text-subhero {
      font-size: clamp(0.85rem, 3.5vw, 1.2rem);
    }
    .text-section-title {
      font-size: 3rem;
    }
    .text-subsection {
      font-size: clamp(1rem, 4.2vw, 1.35rem);
      line-height: 1.6;
    }
    .text-body {
      font-size: 0.8rem;
      line-height: 2;
    }
    .text-readmore {
      font-size: 0.875rem;
    }
  }
  #back-to-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    line-height: 1;
    right: 24px;
    bottom: 24px;
    left: auto;
    transition: transform 220ms ease,
      opacity 220ms ease;
    will-change: transform;
    animation: character-intro 0.7s ease-out both;
  }
  #back-to-top:hover,
  #back-to-top:focus-visible {
    transform: scale(1);
    box-shadow: 0 12px 22px rgba(17, 24, 39, 0.25);
  }
  #back-to-top span:first-child {
    font-size: 1.8rem;
    margin-bottom: -2px;
  }
  #back-to-top span:last-child {
    font-size: 0.85rem;
    letter-spacing: 0.12em;
  }
  main {
    padding-bottom: 5.5rem;
  }
  .about-main {
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    background: #f5f6f8;
  }
  .about-white {
    background: #fefefe;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .section-with-characters .character-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
  .section-with-characters {
    position: relative;
  }
  .content-section {
    min-height: 60vh;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .content-section .text-section-title {
    margin-bottom: 2.5rem;
  }
  .content-section .text-subsection {
    margin-bottom: 1.5rem;
  }
  .content-section .text-body {
    margin-bottom: 3rem;
  }
  .content-section [id] {
    scroll-margin-top: 120px;
  }
  .work-grid {
    display: grid;
    gap: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .work-card {
    display: grid;
    gap: 0.6rem;
  }
  .work-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    overflow: hidden;
    display: block;
  }
  .work-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    transform: scale(1);
  }
  @media (hover: hover) and (pointer: fine) {
    .work-card:hover .work-thumb img {
      transform: scale(1.05);
    }
  }
  .work-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.92rem;
    line-height: 1.95;
    letter-spacing: 0.01em;
    min-height: calc(1.95em * 4);
  }
  .work-meta {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
  }
  .work-title {
    font-size: 1rem;
    font-weight: 600;
  }
  .works-hero {
    position: relative;
    margin-bottom: 2.5rem;
  }
  .works-hero .character-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
  .works-hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .works-hero-image {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 4.2 / 2.4;
    margin-top: 12px;
    background-image: var(
      --works-hero-image,
      radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)),
      linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%)
    );
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../assets/images/works-hero-mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("../assets/images/works-hero-mask.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .works-hero-title {
    position: absolute;
    left: 130px;
    top: 40px;
    font-size: clamp(2.6rem, 5.6vw, 3.9rem);
    font-weight: 400;
    font-family: "BuildingsAndTracks", sans-serif;
    color: #fff;
    letter-spacing: -0.1em;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.35),
      0 2px 6px rgba(0, 0, 0, 0.45);
  }
  .works-hero-copy {
    margin-top: 1.25rem;
  }
  .works-hero-copy .text-subsection {
    margin-bottom: 1rem;
  }
  .works-hero-links {
    display: grid;
    gap: 0.65rem;
    font-size: 0.95rem;
    justify-items: end;
  }
  .works-hero-links--mobile {
    display: none;
  }
  .works-hero-links li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .works-hero-links li::after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 9999px;
    background: #e55e6b;
    display: inline-block;
  }
  .works-hero-links a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
  }
  .works-hero-links a:hover,
  .works-hero-links a:focus-visible {
    color: #ef5a78;
    transform: translateX(2px);
  }
  .works-hero-green {
    top: 18%;
    right: 24%;
  }
  .works-hero-orange {
    top: 38%;
    right: 64%;
  }
  .simple-page {
    padding-top: 9rem;
    padding-bottom: 4.5rem;
  }
  @media (max-width: 768px) {
    #back-to-top {
      bottom: 1.5rem;
      right: 1.5rem;
      width: 88px;
      height: 88px;
    }
    #back-to-top span:first-child {
      font-size: 1.6rem;
    }
    #back-to-top span:last-child {
      font-size: 0.75rem;
    }
    .about-members {
      padding-bottom: calc(clamp(4rem, 12vw, 8rem) + 150px);
    }
    .simple-page {
      padding-top: 7rem;
    }
  }
  .simple-page-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .simple-page-header {
    margin-bottom: 1.5rem;
  }
  .simple-page-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .simple-page-title-main,
  .simple-page-title-sub {
    display: block;
  }
  .simple-page-title-sub {
    margin-top: 0;
    font-size: 0.95em;
    font-weight: 600;
  }
  .simple-page-subtitle {
    margin-top: 0.35rem;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
  }
  .simple-page-body {
    font-size: 0.98rem;
    line-height: 1.9;
  }
  .simple-page-body p {
    margin: 0 0 0.9rem;
  }
  .simple-page-body h2 {
    margin: 1.6rem 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 700;
  }
  .error404 .simple-page-subtitle {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    letter-spacing: 0.08em;
  }
  .error404 .not-found-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 5vw, 3rem);
  }
  .error404 .not-found-text {
    flex: 1 1 60%;
  }
  .error404 .not-found-hero {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    margin: 0.4rem 0 0;
  }
  .error404 .not-found-character {
    width: clamp(150px, 24vw, 220px);
    height: auto;
  }
  .sp-only {
    display: none;
  }
  @media (max-width: 768px) {
    .sp-only {
      display: block;
    }
    .error404 .not-found-layout {
      flex-direction: column;
      align-items: flex-start;
    }
    .error404 .not-found-hero {
      width: 100%;
      justify-content: flex-start;
      margin-top: 1rem;
    }
  }
  .about-outline h2,
  .about-business h2,
  .about-history h2,
  .about-principles h2,
  .about-certification h2,
  .about-trademark h2 {
    font-size: 1.25rem;
  }
  .about-outline + .about-business {
    margin-top: 3.5rem;
  }
  .about-business ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none;
  }
  .about-business + .about-history {
    margin-top: 3.5rem;
  }
  .about-history-list {
    margin-top: 0.6rem;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
  }
  .about-history-row {
    display: grid;
    grid-template-columns: 78px 34px 1fr;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    row-gap: 0;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    align-items: baseline;
  }
  .about-history-year,
  .about-history-month {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .about-history-year {
    font-weight: 600;
  }
  .about-history-month {
    font-weight: 600;
    text-align: right;
  }
  .about-history-text {
    line-height: 1.7;
    padding-left: 0.6rem;
  }
  .about-history + .about-principles {
    margin-top: 3.5rem;
  }
  .about-principles ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none;
  }
  .about-principles li {
    margin-bottom: 0.6rem;
  }
  .about-principles + .about-certification {
    margin-top: 3.5rem;
  }
  .about-certification ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none;
  }
  .about-certification li {
    margin-bottom: 0.6rem;
  }
  @media (max-width: 640px) {
    .cert-date {
      display: none;
    }
  }
  .about-certification + .about-trademark {
    margin-top: 3.5rem;
  }
  .about-trademark-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 0.8rem;
  }
  .about-trademark-item {
    display: grid;
    gap: 0.65rem;
    justify-items: center;
    text-align: center;
    font-size: 0.95rem;
  }
  .trademark-label,
  .trademark-number {
    display: inline;
  }
  @media (max-width: 640px) {
    .trademark-label,
    .trademark-number {
      display: block;
    }
    .trademark-label,
    .trademark-number {
      line-height: 1.25;
    }
    .trademark-number {
      margin-top: -0.02rem;
    }
  }
  .about-trademark-logo {
    width: min(230px, 100%);
    aspect-ratio: 3 / 2;
    border-radius: 0;
    background: transparent;
    border: none;
    display: grid;
    place-items: center;
    font-weight: 600;
    color: #64748b;
  }
  @media (max-width: 768px) {
    .about-trademark-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }
    .about-trademark-item {
      font-size: 0.9rem;
    }
  }
  .about-members-wrap {
    background: linear-gradient(180deg, #f4f5f7 0%, #f6f7f8 55%, #ffffff 100%);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 3rem;
  }
  .about-members h2 {
    text-align: center;
    color: #4b5563;
    font-size: 1.4rem;
    margin: 0 0 1.2rem;
    font-weight: 700;
  }
  .about-members {
    padding: 2.5rem 2rem clamp(4rem, 12vw, 8rem);
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
  }
  .about-members-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-top: 1rem;
  }
  .member-card {
    background: var(--member-card-bg, #fff);
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    min-height: 360px;
  }
  .member-card::before {
    content: none;
  }
  .member-card--president {
    grid-column: 1 / -1;
    min-height: 560px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 3.5rem 4.5rem;
    overflow: visible;
    background: var(--member-card-bg, #fff);
    border-radius: 32px;
    --pres-safe-left: 0;
    --pres-safe-top: 0;
    --pres-safe-width: 100%;
    --pres-photo-width: 190px;
    --pres-photo-height: 220px;
    --pres-photo-top: 0px;
    --pres-photo-right: 0px;
    --pres-mask-scale: 120%;
  }
  .member-card-inner {
    display: grid;
    gap: 1rem;
    position: relative;
    z-index: 1;
  }
  .member-card:not(.member-card--president) .member-card-inner {
    --staff-photo-size: 112px;
    --staff-photo-gap: 20px;
    padding-right: 0;
  }
  .member-card:not(.member-card--president) {
    padding: calc(2.5rem + 8px);
  }
  .member-card:not(.member-card--president) .member-card-header,
  .member-card:not(.member-card--president) .member-profile,
  .member-card:not(.member-card--president) .member-hobby {
    width: 100%;
  }
  .member-card:not(.member-card--president) .member-card-header {
    padding-right: calc(var(--staff-photo-size) + var(--staff-photo-gap));
  }
  .member-card-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
  }
  .member-card--president::before {
    content: none;
  }
  .member-card--president::after {
    content: none;
  }
  .member-card--president .member-card-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .member-card--president .member-card-header {
    grid-template-columns: 1fr auto;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    align-items: end;
    margin: 0 0 1.5rem;
    padding-top: 2rem;
  }
  .member-president-safe {
    position: relative;
    max-width: var(--pres-safe-width);
    width: 100%;
    margin-top: var(--pres-safe-top);
    margin-left: var(--pres-safe-left);
    padding-right: 0;
  }
  .layout-debug .member-card--president .member-president-safe {
    outline: 2px solid rgba(255, 0, 160, 0.6);
  }
  .member-card--president .member-profile {
    font-size: 0.78rem;
    line-height: 1.45;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .member-president-media {
    position: absolute;
    right: var(--pres-photo-right);
    top: var(--pres-photo-top);
    display: grid;
    gap: 0.75rem;
    justify-items: end;
    margin-top: 0;
  }
  .member-president-divider {
    display: none;
  }
  .member-name-en {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 0.78;
    margin: 0 0 0.3rem;
    color: #111827;
  }
  .member-name-en span {
    display: inline-block;
  }
  .member-card--president .member-name-en {
    font-family: "BuildingsAndTracks", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .member-card:not(.member-card--president) .member-name-en {
    font-family: "BuildingsAndTracks", sans-serif;
    font-weight: 400;
  }
  .member-name-jp {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
  }
  .member-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.6rem;
  }
  .member-card:not(.member-card--president) .member-name-en {
    margin-bottom: 20px;
  }
  .member-card--president .member-name-jp {
    margin-bottom: 0.5rem;
  }
  .member-card--president .member-tags {
    margin-bottom: 0.8rem;
  }
  .member-card:not(.member-card--president) .member-tags {
    margin-bottom: 0.8rem;
  }
  .member-tag {
    background: #fff;
    padding: 0.04rem 0.42rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
  }
  .member-photo img {
    width: 112px;
    height: 112px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    background: #fff;
  }
  .member-card:not(.member-card--president) .member-photo {
    position: absolute;
    top: 0;
    right: 0;
  }
  .member-card:not(.member-card--president) .member-photo img {
    width: var(--staff-photo-size);
    height: var(--staff-photo-size);
  }
  .member-card--president .member-photo img {
    width: var(--pres-photo-width);
    height: var(--pres-photo-height);
    border-radius: 24px;
  }
  .member-card--president .member-hobby {
    grid-template-columns: auto;
    justify-items: start;
    text-align: left;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    margin-top: 0.6rem;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    width: 100%;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    align-items: start;
  }
  .member-card--president .member-hobby-text {
    max-width: none;
    line-height: 1.55;
    font-size: 0.86rem;
  }
  .member-card--president .member-hobby {
    transform: none;
  }
  .member-profile {
    font-size: 0.86rem;
    line-height: 1.55;
    margin: 0;
  }
  .member-card--president .member-profile {
    font-size: 0.86rem;
    line-height: 1.55;
    padding-bottom: 0.6rem;
  }
  .member-career {
    display: grid;
    gap: 0.6rem;
  }
  .member-card--president .member-career {
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    padding-top: 0.8rem;
    gap: 0.8rem;
  }
  .member-card--president .member-career-qualifications p {
    margin: 0 0 0.4rem;
    line-height: 1.55;
    font-size: 0.84rem;
  }
  .member-card--president .member-career-qualifications {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  }
  .member-card--president .member-career-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
  }
  .member-card--president .member-career-block p {
    line-height: 1.55;
    margin: 0;
    font-size: 0.84rem;
  }
  .layout-debug .member-card--president {
    outline: 2px dashed rgba(0, 120, 255, 0.5);
    outline-offset: -6px;
  }
  .layout-debug .member-card--president .member-card-header {
    outline: 1px dashed rgba(0, 120, 255, 0.5);
  }
  .layout-debug .member-card--president .member-profile {
    outline: 1px dashed rgba(0, 160, 90, 0.6);
  }
  .layout-debug .member-card--president .member-president-media {
    outline: 1px dashed rgba(255, 140, 0, 0.7);
  }
  .layout-debug .member-card--president .member-hobby {
    outline: 1px dashed rgba(255, 0, 120, 0.6);
  }
  .layout-debug .member-card--president .member-career {
    outline: 1px dashed rgba(120, 0, 255, 0.6);
  }
  .layout-debug .member-card--president .member-career-qualifications {
    outline: 1px dashed rgba(120, 0, 255, 0.4);
  }
  .layout-debug .member-card--president .member-career-columns {
    outline: 1px dashed rgba(120, 0, 255, 0.4);
  }
  .member-career-block p {
    margin: 0.2rem 0 0;
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .member-career-title {
    display: inline-block;
    font-weight: 600;
  }
  .mobile-only-break {
    display: none;
  }
  .mobile-year-detail {
    display: inline;
  }
  .member-career-label {
    display: none;
  }
  .member-hobby {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.6rem;
    align-items: start;
  }
  .member-hobby-label {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.2rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }
  .member-hobby-text {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
  }
  @media (max-width: 1024px) {
    .about-members-grid {
      grid-template-columns: 1fr;
    }
    .member-card--president {
      grid-column: auto;
      max-width: 100%;
      padding: 2rem;
    }
    .member-card--president .member-card-header,
    .member-card--president .member-profile,
    .member-card--president .member-career {
      max-width: 100%;
    }
    .member-president-media {
      position: static;
      justify-items: start;
    }
  }
  @media (max-width: 768px) {
    .member-card {
      padding: 1.5rem;
      min-height: 320px;
    }
    .member-card-header {
      margin-top: 0;
    }
    .member-card--president {
      padding: 30px;
    }
    .member-card:not(.member-card--president) {
      padding: 30px;
    }
    .member-card-header {
      grid-template-columns: 1fr;
    }
    .member-card:not(.member-card--president) .member-card-inner {
      --staff-photo-size: 96px;
      padding-right: 0;
    }
    .member-card:not(.member-card--president) .member-photo {
      position: absolute;
      top: 0;
      right: 0;
    }
    .member-photo img {
      width: 96px;
      height: 96px;
    }
    .member-name-en {
      font-size: 2.25rem;
    }
    .member-president-media {
      position: static;
      justify-items: start;
      margin-top: -16px;
    }
    .member-card--president .member-career-columns {
      grid-template-columns: 1fr;
    }
    .member-card--president .member-career-block p {
      line-height: 1.4;
    }
    .member-career-title {
      font-size: 0.8rem;
    }
    .mobile-only-break {
      display: block;
      height: 0;
      margin: 0;
    }
    .mobile-year-detail {
      display: inline;
      position: relative;
      top: -0.2rem;
    }
    .member-card--president .member-hobby {
      text-align: left;
      justify-items: start;
    }
  }
  @media (max-width: 768px) {
    .about-history-list {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
    }
    .about-history-row {
      grid-template-columns: 56px 30px minmax(0, 1fr);
      -moz-column-gap: 0.25rem;
           column-gap: 0.25rem;
      row-gap: 0;
      padding: 0.5rem 0;
    }
    .about-history-year,
    .about-history-month {
      font-size: 0.9rem;
    }
    .about-history-text {
      font-size: 0.95rem;
      line-height: 1.6;
      word-break: normal;
      line-break: strict;
      padding-left: 0.35rem;
    }
  }
  @media (max-width: 768px) {
    .simple-page-body p {
      margin: 0 0 0.65rem;
    }
    .simple-page-body h2 {
      margin: 1.2rem 0 0.5rem;
    }
    .simple-page-body li {
      margin-bottom: 0.25rem;
    }
    .page-about .simple-page-body {
      line-height: 1.45;
    }
    .about-definition-row {
      padding: 0.3rem 0;
    }
    .page-about .about-business li,
    .about-principles li,
    .about-certification li {
      margin-bottom: 0.3rem;
    }
    .page-about .about-outline + .about-business,
    .page-about .about-business + .about-history,
    .page-about .about-history + .about-principles,
    .page-about .about-principles + .about-certification,
    .page-about .about-certification + .about-trademark {
      margin-top: 2.5rem;
    }
  }
  .simple-page-body ol,
  .simple-page-body ul {
    margin: 0.4rem 0 1rem;
    padding-left: 1.4rem;
  }
  .simple-page-body li {
    margin-bottom: 0.35rem;
  }
  .about-definition {
    margin: 0.6rem 0 1.4rem;
  }
  .about-definition-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  }
  .about-definition-row dt {
    font-weight: 700;
    color: #0f172a;
    line-height: 1.6;
  }
  .about-definition-row dd {
    margin: 0;
    line-height: 1.6;
  }
  @media (max-width: 768px) {
    .about-definition-row {
      grid-template-columns: 110px 1fr;
      gap: 0.6rem;
    }
  }
  .thanks-links {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .thanks-link {
    font-weight: 600;
    text-decoration: underline;
  }
  .error404 .thanks-link {
    display: inline-flex;
    padding: 0.2rem 0;
  }
  .access-section {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
  .access-hero {
    position: relative;
    margin-bottom: 2.5rem;
  }
  .access-hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .access-hero-image {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 4.2 / 2.4;
    margin-top: 12px;
    background-image: var(
      --access-hero-image,
      radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)),
      linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%)
    );
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../assets/images/works-hero-mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("../assets/images/works-hero-mask.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .access-hero-title {
    position: absolute;
    left: 130px;
    top: 40px;
    font-size: clamp(2.6rem, 5.6vw, 3.9rem);
    font-weight: 400;
    font-family: "BuildingsAndTracks", sans-serif;
    color: #fff;
    letter-spacing: -0.1em;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.35),
      0 2px 6px rgba(0, 0, 0, 0.45);
  }
  .access-info {
    font-size: 0.95rem;
    line-height: 1.65;
  }
  .access-company {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  .access-list {
    display: grid;
    gap: 0.9rem;
  }
  .access-list dt {
    font-weight: 600;
  }
  .access-list dd {
    margin: 0;
    line-height: 1.5;
  }
  .access-map {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    border-radius: 18px;
    overflow: hidden;
    background: #f3f4f6;
    aspect-ratio: 16 / 7;
  }
  .access-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  .access-hero-green {
    top: 34%;
    right: 20%;
  }
  .access-hero-orange {
    top: 52%;
    right: 36%;
  }
  .contact-section {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
  .contact-hero {
    position: relative;
    margin-bottom: 2rem;
  }
  .contact-hero-grid {
    position: relative;
    z-index: 2;
  }
  .contact-title {
    font-size: clamp(2.6rem, 5.6vw, 3.9rem);
    font-weight: 400;
    font-family: "BuildingsAndTracks", sans-serif;
    color: #111827;
    letter-spacing: -0.02em;
  }
  .contact-lead {
    margin-top: 0.6rem;
    font-size: 0.95rem;
    color: #6b7280;
  }
  .contact-form-wrapper {
    background: transparent;
    border-radius: 18px;
    padding: 2rem;
  }
  .contact-form .wpcf7-form {
    display: grid;
    gap: 1.2rem;
  }
  .contact-form .wpcf7-form p {
    margin: 0;
  }
  .contact-form .form-row {
    display: grid;
    gap: 1rem;
  }
  .contact-form label {
    font-size: 0.9rem;
    font-weight: 600;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .contact-form textarea {
    min-height: 180px;
    resize: vertical;
  }
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #111827;
    box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.08);
  }
  .contact-form .privacy-check {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
  }
  .contact-form .privacy-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #111827;
  }
  .contact-form .privacy-check a {
    text-decoration: underline;
  }
  .contact-form a[href*="/privacy-policy/"] {
    display: block;
    font-size: 0.85rem;
    margin-top: 0.6rem;
    text-decoration: underline;
  }
  .contact-form .submit-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .contact-form .submit-row .wpcf7-form-control-wrap {
    display: inline-flex;
    justify-content: flex-start;
    width: auto;
  }
  .contact-form input[type="submit"] {
    background: #ffeb00;
    color: #111;
    font-weight: 700;
    border: none;
    border-radius: 9999px;
    padding: 0.85rem 3.5rem;
    cursor: pointer;
    display: inline-flex;
    margin: 0 auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .contact-form .submit-row .wpcf7-form-control-wrap input[type="submit"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contact-form input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }
  .contact-form .wpcf7-not-valid-tip,
  .contact-form .wpcf7-response-output {
    font-size: 0.85rem;
    color: #dc2626;
    margin: 0.4rem 0 0;
  }
  .contact-form .wpcf7-response-output {
    border: none;
    padding: 0;
  }
  .contact-form .field-error {
    font-size: 0.85rem;
    color: #dc2626;
    margin: 0.4rem 0 0;
  }
  .contact-form input.is-invalid {
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.15);
  }
  .contact-hero-pink {
    top: 10%;
    right: 10%;
  }
  .contact-note {
    margin-top: 1.25rem;
    font-size: 0.9rem;
    color: #6b7280;
  }
  .contact-note a {
    text-decoration: underline;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  body.page-template-contact-php .grecaptcha-badge {
    visibility: visible;
  }
  body.page-template-contact-php #back-to-top {
    display: none;
  }
  .access-hero .access-hero-green {
    top: 34% !important;
    right: 20% !important;
  }
  .access-hero .access-hero-orange {
    top: 52% !important;
    right: 36% !important;
  }
  .about-section-start {
    padding-top: 2.5rem;
  }
  .about-section-start .works-hero-links li::after {
    background: #98bc00;
  }
  .works-section-start {
    padding-top: 3.5rem;
  }
  .news-page {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
  .news-hero {
    margin-bottom: 2.5rem;
  }
  .news-hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    justify-items: start;
  }
  .news-hero-image {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 4.2 / 2.4;
    margin-top: 12px;
    justify-self: start;
    background-image: var(
      --news-hero-image,
      radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)),
      linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%)
    );
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../assets/images/works-hero-mask.svg");
    mask-image: url("../assets/images/works-hero-mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
  }
  .about-section-start .works-hero-image {
    background-position: center 60% !important;
    background-size: 95% auto;
  }
  .news-hero-title {
    position: absolute;
    left: 106px;
    top: 34px;
    font-size: clamp(2.6rem, 5.6vw, 3.9rem);
    font-weight: 400;
    font-family: "BuildingsAndTracks", sans-serif;
    color: #fff;
    letter-spacing: -0.1em;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.35),
      0 2px 6px rgba(0, 0, 0, 0.45);
    margin: 0;
  }
  .news-subtitle {
    margin-top: 0.35rem;
    font-size: 0.95rem;
    color: #6b7280;
  }
  .news-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.4rem 0 1.6rem;
  }
  .news-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  }
  .news-tab.is-active {
    background: #ffeb00;
    border-color: #ffeb00;
  }
  .news-tab.is-active:hover,
  .news-tab.is-active:focus-visible {
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.16);
    transform: translateY(-1px);
  }
  .news-tab:not(.is-active):hover,
  .news-tab:not(.is-active):focus-visible {
    background: #fff;
    border-color: #d1d5db;
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.12);
    transform: translateY(-1px);
  }
  .news-list {
    display: grid;
    gap: 1rem;
  }
  .news-item {
    background: #f3f4f6;
    border-radius: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }
  .news-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.35rem 1.6rem;
    text-decoration: none;
    color: inherit;
  }
  .news-item:hover,
  .news-item:focus-within {
    background: #e8eaf0;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
  }
  .news-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    font-size: 0.9rem;
    color: #6b7280;
    align-items: center;
  }
  .news-item-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #6b7280;
    opacity: 0.7;
  }
  .news-item-type svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }
  .news-item-excerpt-icon {
    margin-right: 0.35rem;
    vertical-align: text-bottom;
    transform: translateY(-1px);
  }
  @media (min-width: 768px) {
    .news-item-meta {
      flex-direction: column;
      align-items: flex-end;
      gap: 0.35rem;
    }
    .news-item-category {
      order: 0;
      align-self: flex-start;
    }
    .news-item-date {
      order: 1;
      text-align: right;
    }
    .news-item-new {
      order: 2;
      text-align: right;
    }
    .news-item-meta--single {
      flex-direction: row;
      align-items: center;
      gap: 0.75rem;
    }
    .news-item-meta--single .news-item-category,
    .news-item-meta--single .news-item-date,
    .news-item-meta--single .news-item-new {
      order: 0;
      text-align: left;
    }
    .news-item-meta--single .news-item-category {
      align-self: auto;
    }
  }
  .news-item-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    padding: 0.25rem 0.6rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-weight: 600;
    color: #111827;
  }
  .news-item-date {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #6b7280;
  }
  .news-item-date-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-direction: row;
  }
  .news-item-date-wrap .news-item-date {
    order: 1;
  }
  .news-item-date-wrap .news-item-type {
    order: 2;
  }
  .news-item-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    background: #e55e6b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .news-item-title-row {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
  }
  .news-item-new--inline {
    transform: translateY(-1px);
  }
  @media (min-width: 768px) {
    .news-item-new--inline {
      display: none;
    }
  }
  .news-item-text {
    flex: 1;
    min-width: 0;
  }
  .news-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
  }
  .news-item-excerpt {
    margin-top: 0.35rem;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
  }
  .news-item-excerpt-text {
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (min-width: 768px) {
    .news-item-title {
      padding-left: 1.4rem;
    }
    .news-item-excerpt {
      padding-left: 1.4rem;
    }
    .news-item-excerpt-text {
      -webkit-line-clamp: 1;
    }
    .news-item-text {
      position: relative;
    }
    .news-item-text::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #d1d5db;
    }
  }
  .news-item-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #ffeb00;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    line-height: 1;
    font-size: 1rem;
    transform: translateY(2px);
  }
  .news-item:hover .news-item-arrow,
  .news-item:focus-within .news-item-arrow {
    transform: translateX(3px);
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.18);
  }
  .news-pagination {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2rem;
    align-items: center;
  }
  .news-pagination-prev,
  .news-pagination-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #ffeb00;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }
  .news-pagination-prev a,
  .news-pagination-next a {
    color: inherit;
    text-decoration: none;
  }
  .news-pagination-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.4rem;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    background: #fff;
    font-weight: 600;
    text-decoration: none;
    color: #111827;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
  .news-pagination-prev:hover,
  .news-pagination-next:hover,
  .news-pagination-prev:focus-within,
  .news-pagination-next:focus-within {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(17, 24, 39, 0.18);
    background: #ffe44d;
  }
  .news-pagination-center:hover,
  .news-pagination-center:focus-visible {
    transform: translateY(-1px);
    border-color: #9ca3af;
    box-shadow: 0 8px 16px rgba(17, 24, 39, 0.12);
  }
  .news-pagination-center.is-disabled {
    color: #9ca3af;
    border-color: #e5e7eb;
    background: #f3f4f6;
    cursor: not-allowed;
  }
  .news-pagination .is-disabled {
    background: #e5e7eb;
    color: #9ca3af;
    box-shadow: none;
    cursor: not-allowed;
  }
  .news-single {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .news-single--has-image {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
  .news-single-card {
    background: #f3f4f6;
    border-radius: 24px;
    padding: 2rem;
  }
  .news-single-title {
    margin-top: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .news-single-content {
    margin-top: 1.25rem;
    line-height: 1.9;
    font-size: 0.98rem;
  }
  .news-single-content iframe,
  .news-single-content .wp-block-embed {
    margin-top: 1rem;
  }
  .news-single-content iframe {
    max-width: 100%;
  }
  .news-single-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
  }
  .news-single-image {
    max-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-single-image img {
    max-height: 560px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-single-image {
    border: none;
    padding: 0;
    background: transparent;
    cursor: zoom-in;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .news-single-image img {
    transition: transform 0.2s ease, filter 0.2s ease;
  }
  .news-single-image:hover img,
  .news-single-image:focus-visible img {
    transform: scale(1.02);
    filter: saturate(1.05);
  }
  .lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 60;
  }
  .lightbox-overlay.is-open {
    display: flex;
  }
  .lightbox-content {
    position: relative;
    max-width: min(92vw, 960px);
    max-height: 86vh;
  }
  .lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 86vh;
    width: auto;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  }
  .lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    border: none;
    background: #fff;
    color: #111827;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.25);
  }
  .lightbox-close:focus-visible {
    outline: 2px solid #111827;
    outline-offset: 2px;
  }
  .news-single-actions {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  .news-single-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.4rem;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    background: #fff;
    font-weight: 600;
    text-decoration: none;
    color: #111827;
  }
  .news-single-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #ffeb00;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.12);
  }
  .news-hero-orange {
    top: 22%;
    right: 18%;
  }
  .news-hero-pink {
    top: 36%;
    right: 10%;
  }
  .news-hero-blue {
    top: 50%;
    right: 20%;
  }
  .works-list-section {
    padding-top: 2rem;
  }
  .works-client {
    margin-top: 3rem;
  }
  .works-client-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
  .works-client-logos {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .works-client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    border-radius: 16px;
    background: transparent;
    color: #9ca3af;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .works-client-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .works-client-logo--mobile-only {
    display: none;
  }
  .news-section-end {
    padding-bottom: 12rem;
  }
  .section-with-characters > :not(.character-layer) {
    position: relative;
    z-index: 2;
  }
  .character {
    position: absolute;
    width: clamp(66px, 8.8vw, 130px);
    height: auto;
    animation: character-intro 0.8s ease-out both,
      character-float var(--float-duration, 7s) ease-in-out infinite
        var(--float-delay, 0s),
      character-rotate var(--rotate-duration, 18s) ease-in-out infinite
        var(--rotate-delay, 0s);
  }
  .character--hero-hand,
  .character--hero-hand-mobile,
  .hero-hand-inline {
    animation: none;
  }
  @keyframes character-float {
    0%,
    100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(16px);
    }
  }
  @keyframes character-rotate {
    0%,
    100% {
      rotate: 0deg;
    }
    50% {
      rotate: 8deg;
    }
  }
  @keyframes character-rotate-wide {
    0%,
    100% {
      rotate: -10deg;
    }
    50% {
      rotate: 10deg;
    }
  }
  @keyframes character-intro {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes hand-rise {
    0% {
      opacity: 0;
      transform: translateY(18px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .hero-hand-inline,
  .character--hero-hand-mobile,
  .character--hero-hand {
    animation: hand-rise 0.9s ease-out 0.2s both;
  }
  .character--hero-green {
    --float-duration: 6.8s;
    --rotate-duration: 15s;
    --float-delay: -1.2s;
    --rotate-delay: -0.6s;
  }
  .character--hero-pink {
    --float-duration: 5.8s;
    --rotate-duration: 13s;
    --float-delay: -2.4s;
    --rotate-delay: -1.1s;
    animation-name: character-intro, character-float, character-rotate-wide;
  }
  .character--hero-yellow {
    --float-duration: 7.4s;
    --rotate-duration: 16s;
    --float-delay: -0.8s;
    --rotate-delay: -1.9s;
  }
  .character--hero-orange {
    --float-duration: 5.4s;
    --rotate-duration: 12s;
    --float-delay: -1.7s;
    --rotate-delay: -0.4s;
    animation-name: character-intro, character-float, character-rotate-wide;
  }
  .character--hero-blue {
    --float-duration: 6.4s;
    --rotate-duration: 14s;
    --float-delay: -0.3s;
    --rotate-delay: -1.4s;
  }
  .character--about {
    --float-duration: 6.2s;
    --rotate-duration: 16s;
    --float-delay: -1.1s;
    --rotate-delay: -1.9s;
  }
  .character--works {
    --float-duration: 6.8s;
    --rotate-duration: 15s;
    --float-delay: -1.2s;
    --rotate-delay: -0.6s;
  }
  .character--news {
    --float-duration: 5.4s;
    --rotate-duration: 12s;
    --float-delay: -1.7s;
    --rotate-delay: -0.4s;
    animation-name: character-intro, character-float, character-rotate-wide;
  }
  @media (prefers-reduced-motion: reduce) {
    .character,
    .hero-hand-inline {
      animation: none !important;
    }
  }
  .character--hero-green {
    top: 12%;
    right: 30%;
  }
  .character--hero-pink {
    top: 24%;
    right: 37%;
  }
  .character--hero-yellow {
    top: 22%;
    right: 18%;
  }
  .character--hero-orange {
    top: 30%;
    right: 8%;
  }
  .character--hero-blue {
    top: 42%;
    right: 20%;
  }
  .character--hero-green,
  .character--hero-pink,
  .character--hero-yellow,
  .character--hero-orange,
  .character--hero-blue {
    width: clamp(73px, 9.7vw, 143px);
  }
  .character--hero-hand-mobile {
    display: none;
  }
  .hero-bottom-desktop {
    display: block;
    margin-top: 6px;
  }
  .hero-hand-inline {
    width: clamp(198px, 24.2vw, 320px);
    height: auto;
    margin-left: 0;
  }
  .hero-meta-inline {
    display: flex;
    align-items: flex-end;
    gap: 64px;
    margin-top: -8px;
    margin-left: 42px;
  }
  .hero-company-inline {
    font-size: clamp(1.05rem, 1.2vw, 1.35rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .hero-insta-inline {
    text-align: left;
    line-height: 1.3;
  }
  .character--hero-hand {
    left: 1%;
    bottom: 18%;
    width: clamp(180px, 22vw, 286px);
  }
  .character--about {
    top: 38%;
    right: 28%;
    width: clamp(73px, 9.7vw, 143px);
  }
  .character--works {
    top: 40%;
    right: 20%;
    width: clamp(73px, 9.7vw, 143px);
  }
  .character--news {
    top: 42%;
    right: 28%;
    width: clamp(73px, 9.7vw, 143px);
  }
  .news-page .news-hero-orange {
    top: 15%;
    right: 14%;
  }
  .news-page .news-hero-pink {
    top: 31%;
    right: 6%;
  }
  .news-page .news-hero-blue {
    top: 27%;
    right: 24%;
  }
  .hero-meta-desktop {
    left: 8%;
    right: auto;
    bottom: -1%;
    width: auto;
    display: flex;
    gap: 64px;
    align-items: flex-end;
  }
  .hero-company-desktop-wrap {
    position: static;
  }
  .hero-company-desktop {
    position: relative;
    z-index: 4;
  }
  .hero-insta-desktop {
    position: static;
    margin-left: 0;
    transform: none;
    text-align: left;
  }
  .hero-meta-mobile {
    position: absolute !important;
    display: none;
    bottom: 15%;
    inset-inline: auto;
    z-index: 3;
  }
  .hero-company-mobile {
    margin-top: 24px;
  }
  .footer-character {
    position: absolute;
    right: clamp(20px, 5vw, 56px);
    bottom: clamp(18px, 3vw, 34px);
    width: clamp(73px, 9.7vw, 143px);
    height: auto;
    z-index: 1;
    pointer-events: none;
  }
  .footer-main {
    padding-top: 8rem;
  }
  .footer-main a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
  }
  .footer-main a:hover,
  .footer-main a:focus-visible {
    color: #6b7280;
    text-decoration: none;
    opacity: 0.85;
  }
  .footer-works-list {
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .character {
      width: clamp(69px, 9.2vw, 136px);
    }
    .footer-character {
      top: 3.5rem;
      right: 1.5rem;
      bottom: auto;
      width: clamp(73px, 9.7vw, 143px);
    }
    .footer-main {
      padding-top: 4rem;
    }
    .footer-works-list {
      font-size: inherit;
    }
    main {
      padding-bottom: 4.75rem;
    }
    .content-section {
      min-height: auto;
      padding-top: 3.25rem;
      padding-bottom: 2.25rem;
    }
    .content-section [id] {
      scroll-margin-top: 88px;
    }
    .news-hero-grid {
      grid-template-columns: 1fr;
    }
    .news-hero-image {
      margin-top: 16px;
    }
    .news-hero-image,
    .works-hero-image,
    .access-hero-image {
      transform: scale(1.1);
      transform-origin: center;
    }
    .news-hero-title {
      left: 126px;
      top: 24px;
      font-size: clamp(2.4rem, 8.4vw, 3.2rem);
    }
    .about-section-start .works-hero-title {
      top: 18px;
    }
    .about-section-start .works-hero-image {
      margin-top: 60px;
    }
    .news-page {
      padding-bottom: 6.5rem;
    }
    .news-page .news-hero-orange {
      top: 14%;
      right: 10%;
    }
    .news-page .news-hero-pink {
      top: 36%;
      right: 6%;
    }
    .news-page .news-hero-blue {
      top: 44%;
      right: 18%;
    }
    .news-page .news-hero-pink,
    .news-page .news-hero-blue {
      display: none;
    }
    .news-item-link {
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      padding-right: 2.2rem;
      gap: 0.4rem;
    }
    .news-item-text {
      margin-top: 6px;
    }
    .news-item-excerpt {
      flex-direction: row;
      align-items: flex-start;
      gap: 0.35rem;
    }
    .news-item-excerpt-icon {
      margin-right: 0;
      display: inline-flex;
      align-self: flex-start;
      transform: translateY(2px);
    }
    .news-item-excerpt-text {
      width: auto;
      display: -webkit-box;
    }
    .news-item-new--meta {
      display: none;
    }
    .news-item-arrow {
      position: absolute;
      top: 1rem;
      right: 0.8rem;
      align-self: auto;
    }
    .news-single--has-image {
      grid-template-columns: 1fr;
    }
    .work-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .work-text {
      font-size: 0.92rem;
      line-height: 1.95;
      min-height: calc(1.95em * 4);
    }
    .works-hero-grid {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    .works-hero-links {
      justify-items: start;
    }
    .works-client-logos {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .works-client-logo--mobile-only {
      display: flex;
    }
    .works-hero-links--mobile {
      display: grid;
      margin-top: 1.25rem;
      margin-bottom: 2.25rem;
      font-size: 0.9rem;
      gap: 0.5rem;
      padding: 0;
      background: transparent;
      border: none;
      border-radius: 0;
    }
    .works-hero-right {
      display: none;
    }
    .works-hero {
      margin-bottom: 1.75rem;
    }
    .works-hero-copy .text-subsection {
      margin-bottom: 0;
    }
    .works-hero-copy .text-body {
      margin-bottom: 0.25rem;
    }
    .works-hero-green {
      top: 78%;
      right: 6%;
    }
    .works-hero-orange {
      top: 88%;
      right: 22%;
    }
    #top {
      min-height: 78svh;
      padding-bottom: 20px;
    }
    .character--hero-green {
      top: 42%;
      right: 34%;
    }
    .character--hero-pink {
      top: 36%;
      right: 50%;
    }
    .character--hero-yellow {
      top: 48%;
      right: 18%;
    }
    .character--hero-orange {
      top: 54%;
      right: 10%;
    }
    .character--hero-blue {
      top: 56%;
      right: 30%;
    }
    .hero-bottom-desktop {
      display: none;
    }
    .character--hero-hand-mobile {
      display: block;
      left: 4%;
      top: 50%;
      width: clamp(128px, 36vw, 176px);
    }
    .character--hero-hand {
      left: 2%;
      bottom: 24%;
      width: clamp(133px, 32.9vw, 202px);
    }
    .character--about {
      top: 8%;
      right: 14%;
    }
    .character--works {
      top: 4%;
      right: 14%;
    }
    .character--news {
      top: 6%;
      right: 16%;
    }
    .hero-meta-mobile {
      display: block;
      bottom: 14%;
      left: 8%;
      right: auto;
      width: auto;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
    }
    .about-section-start {
      padding-top: 0;
    }
    .works-section-start {
      padding-top: 2.75rem;
    }
    .works-list-section {
      padding-top: 1.5rem;
    }
    .news-section-end {
      padding-bottom: 4.5rem;
    }
  }
  @media (min-width: 768px) {
    .work-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 2rem;
    }
    .works-hero-grid {
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    }
    #top {
      min-height: 85svh;
      padding-bottom: 6rem;
    }
    .content-section .text-section-title {
      margin-bottom: 5rem;
    }
  }
  @media (min-width: 1024px) {
    .work-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2.5rem;
    }
    .work-title {
      font-size: 1.1rem;
      margin-top: 0.2rem;
    }
    .works-hero-grid {
      grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    }
    .works-hero-image {
      width: min(700px, 135%);
      margin-top: 24px;
      transform: translateX(-14%);
    }
    .news-hero-image {
      width: min(700px, 135%);
      margin-top: 24px;
      transform: translateX(-14%);
    }
    .news-hero-title {
      left: 142px;
    }
    .access-hero-grid {
      grid-template-columns: 1fr;
    }
    .access-hero-image {
      width: min(700px, 135%);
      margin-top: 24px;
      transform: translateX(-14%);
    }
  }
  @media (min-width: 1024px) {
    .access-hero-right {
      margin-top: 1.5rem;
      max-width: 640px;
    }
    .contact-form .form-row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.5rem;
    }
  }
  @media (min-width: 768px) {
    .works-hero .works-hero-green {
      top: 28%;
      right: 26%;
    }
    .works-hero .works-hero-orange {
      top: 56%;
      right: 38%;
    }
    .about-section-start .works-hero-green {
      top: calc(16% - 360px) !important;
      right: 46% !important;
    }
    .about-section-start .works-hero-orange {
      top: 8% !important;
      right: 36% !important;
    }
  }
  @media (max-width: 768px) {
    .works-hero .character {
      width: clamp(56px, 15vw, 86px);
      height: auto;
    }
    .work-title {
      font-size: 1.05rem;
      margin-top: 0.25rem;
    }
    .works-hero-grid {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    .works-hero-image {
      margin-top: 32px;
    }
    .works-hero-title {
      left: 150px;
      top: 30px;
      font-size: clamp(2.4rem, 8.4vw, 3.2rem);
    }
    .works-hero-copy {
      margin-top: 32px;
    }
    .works-hero .works-hero-green {
      top: 78%;
      right: 6%;
    }
    .works-hero .works-hero-orange {
      top: 88%;
      right: 22%;
    }
    .about-section-start .works-hero-green {
      top: 380px !important;
      right: 12% !important;
    }
    .about-section-start .works-hero-orange {
      top: 480px !important;
      right: calc(22% - 40px) !important;
    }
    .access-hero-grid {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    .access-hero-image {
      margin-top: 32px;
    }
    .access-hero-title {
      left: 150px;
      top: 30px;
      font-size: clamp(2.4rem, 8.4vw, 3.2rem);
    }
    .access-hero-green {
      top: 46%;
      right: 10%;
    }
    .access-hero-orange {
      top: 56%;
      right: 26%;
    }
    .access-hero .access-hero-green {
      top: 46% !important;
      right: 10% !important;
    }
    .access-hero .access-hero-orange {
      top: 56% !important;
      right: 26% !important;
    }
    .access-map {
      margin-bottom: 5rem;
    }
    .contact-form-wrapper {
      padding: 1.5rem;
    }
    .contact-title {
      font-size: clamp(2.4rem, 8.4vw, 3.2rem);
    }
    .contact-hero-pink {
      top: 14%;
      right: 6%;
    }
    .contact-note {
      margin-bottom: 3.5rem;
    }
    .recaptcha-note {
      margin-bottom: 3.5rem;
    }
    .about-members {
      padding-bottom: calc(clamp(4rem, 12vw, 8rem) + 80px) !important;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
