*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Noto Sans TC", "Inter", "Space Grotesk", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  color-scheme: dark;
  --ink: #f8fbff;
  --muted: rgba(248, 251, 255, 0.68);
  --dim: rgba(248, 251, 255, 0.45);
  --line: rgba(255, 255, 255, 0.13);
  --panel: rgba(255, 255, 255, 0.055);
  --black: #050505;
  --blue: #38bdf8;
  --gold: #d9b46b;
  --ember: #f97316;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
      radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.16), transparent 28rem),
      radial-gradient(circle at 86% 16%, rgba(217, 180, 107, 0.12), transparent 30rem),
      linear-gradient(180deg, #050505 0%, #0a0d10 45%, #050505 100%);
  color: var(--ink);
}

body,
  button,
  input,
  select,
  textarea {
  font: inherit;
}

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

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

h1,
  h2,
  h3,
  p {
  overflow-wrap: anywhere;
}

.site-shell {
  min-height: 100vh;
  background-image:
      linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.74);
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  backdrop-filter: blur(22px) saturate(130%);
}

.mobile-menu-toggle {
  display: none;
}

.mobile-menu-panel {
  display: contents;
}

.brand-mark {
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
}

.brand-mark strong {
  display: block;
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1;
  letter-spacing: -0.025em;
}

.brand-mark em {
  display: block;
  margin-top: 0.35rem;
  color: var(--dim);
  font-size: 0.66rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.main-nav a {
  position: relative;
  padding: 0.7rem 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover,
  .main-nav a[aria-current="page"] {
  color: white;
}

.main-nav a:hover::after,
  .main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.mobile-query,
  .header-cta,
  .button-primary,
  .button-secondary {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0 1.1rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mobile-query,
  .header-cta,
  .button-primary {
  border-color: rgba(56, 189, 248, 0.46);
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.22), rgba(56, 189, 248, 0.08));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.055);
  color: white;
}

.mobile-query:hover,
  .header-cta:hover,
  .button-primary:hover,
  .button-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 180, 107, 0.62);
}

.mobile-query {
  display: none;
}

.action-cta {
  flex-direction: column;
  min-height: 3.7rem;
  gap: 0.25rem;
  padding: 0.55rem 1.35rem;
  text-align: center;
}

.action-cta span {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.12;
}

.action-cta small {
  color: rgba(245, 240, 232, 0.62);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.header-cta.action-cta {
  width: clamp(15rem, 18vw, 18rem);
  min-height: 4.35rem;
  padding: 0.65rem 1.7rem;
}

.header-cta.action-cta span {
  font-size: 1.02rem;
}

.mobile-query.action-cta span {
  white-space: nowrap;
}

.section-pad {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 4rem);
}

.section-inner {
  width: min(100%, 78rem);
  margin: 0 auto;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.display-title {
  margin-top: 1.15rem;
  max-width: 58rem;
  font-size: clamp(2.6rem, 8vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.section-title {
  margin-top: 1rem;
  max-width: 52rem;
  font-size: clamp(2rem, 4.8vw, 4.5rem);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.gallery-heading .section-title,
  .contact-panel .section-title {
  max-width: none;
  white-space: nowrap;
}

.gallery-heading .section-title {
  font-size: clamp(1.6rem, 4.2vw, 4.5rem);
}

.contact-panel .section-title {
  max-width: 11em;
  font-size: clamp(1.9rem, 3.5vw, 3.8rem);
  line-height: 1.06;
  white-space: normal;
}

.section-copy {
  max-width: 44rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  line-height: 1.9;
}

.hero-home {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem) 3rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #050505;
}

.hero-bg img,
  .hero-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
      radial-gradient(circle at 50% 30%, rgba(56, 189, 248, 0.12), transparent 30rem),
      linear-gradient(180deg, rgba(5, 5, 5, 0.68), rgba(5, 5, 5, 0.82) 58%, #050505 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - 9rem);
  place-items: center;
  gap: 0;
  width: min(100%, 84rem);
  margin: 0 auto;
}

.hero-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 58rem;
  margin: 0 auto;
  padding-top: 2rem;
  text-align: center;
}

.hero-home .display-title {
  max-width: 66rem;
  margin-inline: auto;
  font-size: clamp(2.55rem, 7.2vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.hero-home .display-title span {
  display: block;
}

.hero-home .display-title span + span {
  font-size: 0.7em;
  line-height: 1.06;
}

.hero-subcopy {
  margin-top: clamp(1.7rem, 3vw, 2.35rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: clamp(2.15rem, 4vw, 3rem);
}

.showcase-modules {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
      linear-gradient(180deg, rgba(8, 33, 52, 0.72), rgba(5, 5, 5, 0.94)),
      linear-gradient(90deg, rgba(56, 189, 248, 0.08), transparent 42%);
}

.showcase-head {
  max-width: none;
}

.showcase-head .section-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1.8rem, 4.1vw, 4.5rem);
}

.showcase-stack {
  display: grid;
  gap: clamp(1.4rem, 3.2vw, 2.4rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.showcase-module {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: center;
  min-height: clamp(25rem, 42vw, 34rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024));
  overflow: hidden;
}

.showcase-module:nth-child(even) {
  grid-template-columns: minmax(20rem, 0.95fr) minmax(0, 1.05fr);
}

.showcase-module:nth-child(even) .showcase-module-media {
  order: 2;
}

.showcase-module-media {
  height: 100%;
  min-height: clamp(21rem, 34vw, 32rem);
  background: #050505;
}

.showcase-module-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.showcase-module-copy {
  padding: clamp(1.6rem, 4vw, 3rem);
}

.module-index {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.showcase-module h3 {
  margin-top: 0.85rem;
  font-size: clamp(1.55rem, 2.8vw, 3.15rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  white-space: nowrap;
}

.showcase-module h3.module-title-long {
  font-size: clamp(1.25rem, 2.18vw, 2.45rem);
}

.module-points {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.55vw, 1.12rem);
  line-height: 1.85;
}

.module-points strong {
  color: #fff;
  font-weight: 850;
}

.feature-grid,
  .gallery-grid,
  .video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
  .gallery-card,
  .video-card,
  .process-row {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028));
}

.feature-card h3,
  .process-row h3,
  .gallery-card h3,
  .video-card h3 {
  margin-top: 0.85rem;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.gallery-card,
  .video-card {
  overflow: hidden;
}

.gallery-card {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  cursor: pointer;
  color: inherit;
  font: inherit;
  padding: 0;
  text-align: left;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-card:hover {
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  transform: translateY(-2px);
}

.gallery-card:hover img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.045);
}

.gallery-card img,
  .video-card video,
  .video-card img {
  width: 100%;
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-card img {
  transition: filter 0.35s ease, transform 0.35s ease;
}

.gallery-card div,
  .video-card div {
  padding: 1rem;
}

.robot-sequence {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  background:
      radial-gradient(circle at 50% 42%, rgba(56, 189, 248, 0.12), transparent 30rem),
      #050505;
  isolation: isolate;
  contain: layout paint;
}

.sequence-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  transform: translateZ(0);
  background: #050505;
}

.sequence-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  transform: scale(1.18);
}

.static-robot-sequence .sequence-fallback {
  background:
      radial-gradient(circle at 50% 48%, rgba(56, 189, 248, 0.12), transparent 24rem),
      #050505;
}

.static-robot-sequence .sequence-poster {
  width: min(100%, 78rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  opacity: 0.78;
  transform: none;
}

.static-robot-sequence .sequence-card {
  width: min(17rem, calc(100vw - 2rem));
}

.static-robot-sequence .sequence-card-a {
  top: 18%;
  left: clamp(1rem, 5vw, 4.5rem);
}

.static-robot-sequence .sequence-card-b {
  top: 20%;
  right: clamp(1rem, 5vw, 4.5rem);
}

.static-robot-sequence .sequence-card-c {
  bottom: 14%;
  left: clamp(1rem, 5vw, 4.5rem);
}

.scroll-sequence:not(.is-ready) .sequence-card,
  .scroll-sequence:not(.is-ready) .sequence-end-copy {
  opacity: 0;
}

.robot-sequence::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.08) 48%, rgba(5, 5, 5, 0.78)),
      radial-gradient(circle at 50% 52%, transparent 24%, rgba(0, 0, 0, 0.42) 78%);
  pointer-events: none;
}

.robot-sequence::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 22vh;
  content: "";
  background: linear-gradient(180deg, transparent, #050505 82%);
  pointer-events: none;
}

.sequence-card {
  position: absolute;
  z-index: 4;
  width: min(19rem, calc(100vw - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.9rem;
  background: rgba(0, 0, 0, 0.46);
  padding: 1.15rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.sequence-card-a {
  top: 15%;
  left: clamp(1rem, 5vw, 4rem);
}

.sequence-card-b {
  top: 38%;
  right: clamp(1rem, 5vw, 4rem);
}

.sequence-card-c {
  bottom: 16%;
  left: clamp(1rem, 12vw, 14rem);
}

.sequence-card p {
  margin: 0;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sequence-card h3 {
  margin: 0.75rem 0 0;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  font-weight: 850;
  letter-spacing: -0.025em;
}

.sequence-card span {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
  line-height: 1.65;
}

.sequence-end-copy {
  position: absolute;
  inset-inline: clamp(1.25rem, 5vw, 4rem);
  bottom: clamp(2.5rem, 7vw, 6rem);
  z-index: 5;
  text-align: center;
}

.sequence-end-copy h2 {
  max-width: 56rem;
  margin: 1rem auto 0;
  font-size: clamp(2.4rem, 5.8vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.sequence-end-copy h2 span {
  display: block;
  max-width: none;
  margin: 0 auto;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.sequence-end-copy h2 span + span {
  margin-top: 0.1em;
}

.sequence-end-copy span {
  display: block;
  max-width: 45rem;
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.8;
}

.sequence-buffer {
  min-height: clamp(7rem, 16vh, 13rem);
  background:
      linear-gradient(180deg, #050505, rgba(5, 5, 5, 0.92)),
      radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.08), transparent 24rem);
}

.event-hero {
  position: relative;
  min-height: min(82svh, 56rem);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(7rem, 12vw, 11rem) clamp(1.25rem, 5vw, 4rem) clamp(4.5rem, 8vw, 7rem);
  background: #060607;
  isolation: isolate;
}

.event-hero img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(0.72) contrast(1.06) brightness(0.55);
}

.event-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.22), rgba(5, 5, 5, 0.82) 76%, #050505),
      linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.46) 58%, rgba(5, 5, 5, 0.8));
}

.event-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 86px 86px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 72%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 72%);
}

.event-hero-copy {
  width: min(100%, 78rem);
  margin: 0 auto;
  text-align: center;
}

.event-hero .display-title {
  margin-inline: auto;
  text-align: center;
}

.event-hero-subcopy-center {
  max-width: 58rem;
  margin-inline: auto;
  text-align: center;
}

.event-hero-lead,
  .event-hero-service-line {
  display: block;
}

.event-hero-lead {
  font-size: 1.2em;
  font-weight: 650;
}

.event-hero-service-line {
  margin-top: 1.35rem;
}

.event-portfolio {
  padding: clamp(0.55rem, 1.2vw, 0.8rem);
  background: #f4f2ee;
}

.event-portfolio-grid {
  display: block;
  width: 100%;
  max-width: none;
}

.event-portfolio-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.45rem, 0.8vw, 0.7rem);
}

.event-portfolio-card {
  position: relative;
  aspect-ratio: auto;
  min-height: clamp(24rem, 34vw, 34rem);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #050505;
  box-shadow: none;
  cursor: pointer;
}

.event-card-image {
  display: flex;
  align-items: flex-end;
}

.event-card-image:first-child {
  grid-column: auto;
  min-height: clamp(24rem, 34vw, 34rem);
}

.event-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  transform: scale(1.01);
  transition: transform 600ms ease, filter 600ms ease;
}

.event-card-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.8)),
      linear-gradient(120deg, rgba(6, 24, 38, 0.18), transparent 52%);
}

.event-card-image:hover img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.12);
}

.event-portfolio-card:nth-child(1),
  .event-portfolio-card:nth-child(4) {
  display: grid;
  grid-template-rows: minmax(16rem, 1fr) auto;
  background: #f7f4ee;
  color: #050505;
}

.event-portfolio-card:nth-child(1)::after,
  .event-portfolio-card:nth-child(4)::after {
  display: none;
}

.event-portfolio-card:nth-child(1) img,
  .event-portfolio-card:nth-child(4) img {
  position: relative;
  height: 100%;
  min-height: 0;
  transform: none;
}

.event-portfolio-card:nth-child(1):hover img,
  .event-portfolio-card:nth-child(4):hover img {
  transform: scale(1.035);
}

.event-portfolio-card div {
  position: relative;
  z-index: 2;
  padding: clamp(1.35rem, 3vw, 2.6rem);
  transform: translateY(0.65rem);
  transition: transform 240ms ease;
}

.event-portfolio-card:hover div,
  .event-portfolio-card:focus-within div {
  transform: translateY(0);
}

.event-portfolio-card:nth-child(1) div,
  .event-portfolio-card:nth-child(4) div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3.4rem);
}

.event-portfolio-card span {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  opacity: 0;
  text-transform: uppercase;
  transition: max-height 240ms ease, opacity 180ms ease;
}

.event-portfolio-card:hover span,
  .event-portfolio-card:focus-within span {
  max-height: 2rem;
  opacity: 1;
}

.event-portfolio-card:nth-child(1) span,
  .event-portfolio-card:nth-child(4) span {
  color: #0f6b91;
}

.event-portfolio-card h3 {
  margin: 0.7rem 0 0;
  font-size: clamp(1.6rem, 2.8vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.event-portfolio-card:nth-child(1) h3,
  .event-portfolio-card:nth-child(4) h3 {
  font-size: clamp(2rem, 3.2vw, 4.1rem);
  letter-spacing: -0.055em;
}

.event-portfolio-card p {
  max-width: 28rem;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.92rem, 1.15vw, 1.08rem);
  line-height: 1.65;
  opacity: 0;
  transition: max-height 240ms ease, margin 240ms ease, opacity 180ms ease;
}

.event-portfolio-card:hover p,
  .event-portfolio-card:focus-within p {
  max-height: 6rem;
  margin-top: 0.75rem;
  opacity: 1;
}

.event-portfolio-card:nth-child(1) p,
  .event-portfolio-card:nth-child(4) p {
  color: rgba(5, 5, 5, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.event-portfolio-even {
  align-items: stretch;
}

.event-portfolio-even .event-portfolio-card,
  .event-portfolio-even .event-card-image:first-child {
  grid-column: auto;
  min-height: 0;
}

.event-portfolio-even .event-card-quiet {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.event-portfolio-even .event-card-quiet::before {
  margin-bottom: auto;
}

.event-showcase {
  overflow: hidden;
  padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(1rem, 2vw, 2rem);
  background:
      linear-gradient(180deg, #ebedf2, #e4e7ed);
  color: #07080a;
}

.event-showcase-head {
  display: flex;
  justify-content: flex-end;
  padding: 0 clamp(1.25rem, 5vw, 4rem) clamp(2rem, 4vw, 3rem);
}

.event-showcase-head h2 {
  max-width: 58rem;
  margin: 0;
  color: #050505;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.1;
}

.event-showcase-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.event-showcase-actions button,
  .event-showcase-actions a {
  display: inline-grid;
  min-height: 4.2rem;
  place-items: center;
  border: 0;
  border-radius: 999px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.event-showcase-actions button {
  width: 4.2rem;
  background: #fff;
  color: #111;
  font-size: 2rem;
  line-height: 1;
}

.event-showcase-actions button:hover,
  .event-showcase-actions a:hover {
  transform: translateY(-2px);
}

.event-showcase-actions a {
  padding: 0 2.2rem;
  background: #050505;
  color: #fff;
}

.event-showcase-track {
  display: grid;
  grid-template-columns: minmax(12rem, 0.24fr) minmax(0, 1fr) minmax(12rem, 0.24fr);
  gap: 0.75rem;
  width: min(calc(100% - 2rem), 100rem);
  margin-inline: auto;
  padding-inline: 0;
}

.event-showcase-card {
  position: relative;
  min-height: clamp(29rem, 46vw, 48rem);
  overflow: hidden;
  background: #111;
  transition: opacity 220ms ease, transform 220ms ease;
}

.event-showcase.is-switching .event-showcase-card {
  opacity: 0.72;
  transform: translateY(0.35rem);
}

.event-showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.88) contrast(1.05);
  transform: scale(1.01);
  transition: opacity 220ms ease, transform 500ms ease;
}

.event-showcase-main {
  background: #050505;
  touch-action: pan-y;
}

.event-showcase-main img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: none;
}

.event-showcase-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.72));
}

.event-showcase-card > div {
  position: absolute;
  right: clamp(1.2rem, 4vw, 4rem);
  bottom: clamp(1.2rem, 4vw, 4rem);
  left: clamp(1.2rem, 4vw, 4rem);
  z-index: 2;
  color: #fff;
}

.event-showcase-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 1.4rem;
}

.event-showcase-card p span,
  .event-showcase-side span {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: 0 0.85rem;
  background: rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  backdrop-filter: blur(10px);
}

.event-showcase-card h3 {
  max-width: 56rem;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.1;
}

.event-showcase-card strong {
  display: block;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
}

.event-showcase-side h3 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.event-showcase-side {
  cursor: pointer;
}

.event-showcase-side:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.88);
  outline-offset: 0.25rem;
}

.contact-band {
  border-top: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(217, 180, 107, 0.09), rgba(255, 255, 255, 0.025));
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: start;
}

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

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--dim);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
  .contact-form select,
  .contact-form textarea {
  min-height: 3.35rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.8rem 0.95rem;
  color: white;
  outline: none;
}

.contact-form textarea,
  .contact-form .full {
  grid-column: 1 / -1;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem clamp(1.25rem, 5vw, 4rem);
  color: var(--dim);
}

.site-footer > div {
  display: flex;
  width: min(100%, 78rem);
  margin: 0 auto;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.preview-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.86);
  padding: 1rem;
}

.preview-overlay.is-open {
  display: grid;
}

.preview-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
  width: min(100%, 78rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #080a0b;
}

.preview-panel video,
  .preview-iframe {
  width: 100%;
  height: 100%;
  min-height: min(70svh, 42rem);
  max-height: 70svh;
  background: #000;
}

.preview-panel video {
  -o-object-fit: cover;
     object-fit: cover;
}

.preview-iframe {
  border: 0;
}

.preview-panel video[hidden],
  .preview-iframe[hidden] {
  display: none;
}

.preview-info {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #f8f8f5;
  color: #111;
}

.preview-info h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.preview-info p {
  margin: 1.15rem 0 0;
  color: #252525;
  font-size: 1rem;
  line-height: 1.7;
}

.preview-info .preview-meta {
  color: #6d6d68;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 1.5rem;
}

.content-cover {
  position: relative;
  display: grid;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  align-items: end;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(6.2rem, 9vw, 9.5rem) clamp(1.25rem, 5vw, 4.5rem) clamp(2.6rem, 4vw, 4rem);
  background: #070909;
  isolation: isolate;
}

.content-cover-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.88) contrast(1.12);
}

.content-cover::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
      radial-gradient(circle at 82% 28%, rgba(56, 189, 248, 0.18), transparent 28%),
      linear-gradient(90deg, rgba(7, 9, 9, 0.95), rgba(7, 9, 9, 0.46) 56%, rgba(7, 9, 9, 0.86)),
      linear-gradient(180deg, rgba(7, 9, 9, 0.05), rgba(7, 9, 9, 0.9));
}

.content-cover-copy {
  width: min(100%, 78rem);
  margin: 0 auto;
}

.content-cover-copy > p {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.content-cover-copy h1 {
  display: grid;
  gap: 0.2rem;
  margin: 1rem 0 0;
  max-width: 58rem;
  font-size: clamp(3.3rem, 8vw, 8.2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.88;
}

.content-cover-copy h1 span {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(2rem, 5vw, 5rem);
}

.content-cover-copy strong {
  display: block;
  max-width: 42rem;
  margin-top: 1.5rem;
  color: rgba(245, 240, 232, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 650;
  line-height: 1.8;
}

.studio-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 78rem);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(18px);
}

.studio-rail article {
  min-height: 5rem;
  padding: 1rem clamp(1rem, 2vw, 1.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.studio-rail article:last-child {
  border-right: 0;
}

.studio-rail span {
  display: block;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studio-rail strong {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.9rem, 1.1vw, 1.06rem);
  line-height: 1.45;
}

.content-service-index {
  padding: 0 clamp(1.25rem, 5vw, 4.5rem) clamp(3.5rem, 6vw, 6rem);
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
      #050707;
}

.content-services {
  background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
      radial-gradient(circle at 10% 0%, rgba(224, 183, 96, 0.12), transparent 30%);
}

.content-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(18rem, 0.25fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.content-section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -0.7rem;
}

.content-section-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.8;
}

.volo-service-showcase {
  position: relative;
  width: min(100%, 92rem);
  margin: 0 auto;
  background: #020303;
}

.volo-service-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: clamp(13rem, 20vw, 18rem);
  background: #020303;
}

.volo-service-option {
  position: relative;
  display: block;
  width: 100%;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.volo-service-option:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.volo-service-option:hover {
  background: rgba(255, 255, 255, 0.04);
}

.volo-service-option:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.78);
  outline-offset: -2px;
}

.volo-service-row span {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(0.9rem, 1.1vw, 1.06rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.volo-service-row h3 {
  max-width: 13rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.45rem, 2.5vw, 2.4rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.12;
}

.volo-service-row p {
  max-width: 18rem;
  margin: 1.35rem 0 0;
  color: rgba(245, 240, 232, 0.52);
  font-size: clamp(0.9rem, 1.1vw, 1.04rem);
  line-height: 1.55;
}

.volo-service-option.is-featured {
  z-index: 3;
  margin-bottom: clamp(-1.8rem, -1.8vw, -1rem);
  background: #f5f6f2;
  color: #080909;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.volo-service-option.is-featured span {
  color: rgba(8, 9, 9, 0.48);
}

.volo-service-option.is-featured h3 {
  color: #080909;
  font-weight: 760;
}

.volo-service-option.is-featured p {
  color: rgba(8, 9, 9, 0.62);
  line-height: 1.55;
}

.volo-service-media {
  position: relative;
  min-height: clamp(31rem, 50vw, 48rem);
  overflow: hidden;
  background: #090b0d;
}

.volo-service-media video {
  width: 100%;
  height: 100%;
  min-height: clamp(31rem, 50vw, 48rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.01);
}

.volo-service-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
      linear-gradient(180deg, rgba(2, 3, 3, 0.12), rgba(2, 3, 3, 0.24) 55%, rgba(2, 3, 3, 0.72)),
      radial-gradient(circle at 18% 42%, rgba(56, 189, 248, 0.24), transparent 30%);
  pointer-events: none;
}

.volo-media-caption {
  position: absolute;
  right: clamp(1.2rem, 4vw, 3rem);
  bottom: clamp(1.2rem, 4vw, 3rem);
  z-index: 2;
  width: min(26rem, calc(100% - 2.4rem));
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}

.volo-media-caption span {
  display: block;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.volo-media-caption strong {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.45;
}

.content-reel {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4vw, 3rem) clamp(5rem, 8vw, 8rem);
  background:
      linear-gradient(rgba(6, 8, 8, 0.56), rgba(6, 8, 8, 0.78)),
      url("/assets/images/content-creation-hero.webp") center / cover;
}

.content-reel::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(7, 9, 9, 0.36);
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.reel-heading,
  .reel-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 86rem);
  margin-inline: auto;
}

.reel-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(18rem, 0.32fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.6rem);
}

.reel-heading h2 {
  margin: 0;
  max-width: 58rem;
  font-size: clamp(2.2rem, 4.8vw, 5.5rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.98;
}

.reel-heading > p {
  margin: 0;
  color: rgba(245, 240, 232, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.85;
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: start;
}

.reel-tile {
  position: relative;
  min-height: clamp(11rem, 15.7vw, 17rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: #101314;
  color: white;
  aspect-ratio: 16 / 9;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  text-align: left;
}

.reel-tile.tile-large {
  grid-column: auto;
  grid-row: auto;
  min-height: clamp(11rem, 15.7vw, 17rem);
  aspect-ratio: 16 / 9;
}

.reel-tile video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.82) contrast(1.1);
  transform: scale(1.01);
  transition: filter 500ms ease, transform 600ms ease;
}

.reel-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
      linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.78)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 48%);
  pointer-events: none;
}

.reel-tile:hover video {
  filter: saturate(1.05) contrast(1.15);
  transform: scale(1.055);
}

.reel-tile > div {
  position: absolute;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  left: clamp(1rem, 2vw, 1.5rem);
  z-index: 3;
  padding: 0;
}

.reel-tile > div span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reel-tile h3 {
  max-width: 82%;
  margin: 0.35rem 0 0;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.05;
}

.play-stamp {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  bottom: auto;
  z-index: 4;
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.preview-overlay {
  background:
      radial-gradient(circle at 78% 10%, rgba(56, 189, 248, 0.18), transparent 26%),
      rgba(2, 4, 5, 0.96);
  color: #fff;
}

.preview-panel {
  width: min(100%, 82rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: #030506;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.62);
}

.preview-info {
  background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
      #070909;
  color: #fff;
}

.preview-info p {
  color: rgba(245, 240, 232, 0.72);
}

.preview-info .preview-meta {
  color: var(--blue);
}

.preview-close {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 2.2rem;
  backdrop-filter: blur(12px);
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.hidden {
  display: none;
}

.font-sans {
  font-family: "Noto Sans TC", "Inter", "Space Grotesk", sans-serif;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 980px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    transition: background 220ms ease;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 2.45rem;
    height: 2.45rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.22rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 1.05rem;
    height: 0.13rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(0.35rem) rotate(45deg);
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-0.35rem) rotate(-45deg);
  }

  .mobile-menu-panel {
    grid-column: 1 / -1;
    display: grid;
    gap: 0.65rem;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition: max-height 220ms ease, margin-top 180ms ease, opacity 180ms ease, transform 180ms ease;
  }

  .site-header.menu-open .mobile-menu-panel {
    max-height: 12rem;
    margin-top: 0.65rem;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav,
  .mobile-query {
    overflow: hidden;
    transition: none;
  }

  .site-header.is-mobile-compact {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.85rem 1rem;
    background: rgba(5, 5, 5, 0.86);
  }

  .site-header.is-mobile-compact .main-nav,
  .site-header.is-mobile-compact .mobile-query {
    max-height: 0;
    min-height: 0;
    border-width: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    box-shadow: none;
  }

  .site-header.is-mobile-compact .brand-mark {
    justify-self: center;
    text-align: center;
  }

  .site-header.is-mobile-compact .brand-mark strong {
    font-size: 1.3em;
  }

  .header-cta {
    display: none;
  }

  .mobile-query {
    display: inline-flex;
    min-height: 3.1rem;
    padding: 0 1.25rem;
    border-color: rgba(56, 189, 248, 0.72);
    background:
      linear-gradient(180deg, rgba(56, 189, 248, 0.35), rgba(56, 189, 248, 0.13)),
      rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.18), 0 18px 55px rgba(0, 0, 0, 0.38);
    color: white;
  }

  .main-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.78rem;
    text-align: center;
  }

  .main-nav a {
    border-radius: 999px;
    padding: 0.65rem 0.45rem;
    background: rgba(255, 255, 255, 0.035);
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav a[aria-current="page"] {
    background: rgba(56, 189, 248, 0.14);
  }

  .service-gateway,
  .feature-grid,
  .feature-grid-four,
  .feature-grid-five,
  .performance-video-pair,
  .gallery-grid,
  .video-grid,
  .studio-rail,
  .content-section-head,
  .solution-system-grid,
  .event-portfolio-grid,
  .event-capability-grid,
  .event-flow-line,
  .split-grid,
  .showcase-module,
  .showcase-module:nth-child(even),
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .showcase-module:nth-child(even) .showcase-module-media {
    order: 0;
  }

  .event-portfolio-intro {
    position: static;
  }

  .solution-system-copy {
    position: static;
  }

  .solution-system-steps article {
    grid-template-columns: 1fr;
  }

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

  .event-showcase-head {
    grid-template-columns: 1fr;
  }

  .event-showcase-actions {
    justify-content: flex-start;
  }

  .event-showcase-track {
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 0;
    padding-inline: clamp(1.25rem, 5vw, 4rem);
  }

  .event-showcase-side {
    display: none;
  }

  .event-showcase-card {
    min-height: clamp(24rem, 62vw, 38rem);
  }

  .event-card-offset {
    margin-top: 0;
  }

  .event-flow-line::before {
    display: none;
  }

  .event-flow-line {
    gap: 1rem;
  }

  .sequence-card {
    width: min(16.5rem, calc(100vw - 2rem));
    max-height: 13rem;
    overflow: hidden;
    padding: 0.95rem;
  }

  .sequence-card-a {
    top: 9%;
  }

  .sequence-card-b {
    top: 36%;
  }

  .sequence-card-c {
    bottom: 10%;
    left: 1rem;
  }

  .sequence-end-copy h2 {
    font-size: clamp(2.1rem, 8vw, 4rem);
  }

  .showcase-head .section-title {
    font-size: clamp(1.35rem, 4.9vw, 2.9rem);
  }

  .showcase-module h3 {
    font-size: clamp(1.3rem, 4.4vw, 2.9rem);
  }

  .showcase-module h3.module-title-long {
    font-size: clamp(1.05rem, 3.55vw, 2.1rem);
  }

  .reel-heading,
  .content-context {
    grid-template-columns: 1fr;
  }

  .content-context div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gateway-card {
    min-height: 13.5rem;
  }
}

@media (max-width: 820px) {
  .volo-service-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .volo-service-option.is-featured {
    margin-bottom: 0;
  }

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

@media (max-width: 640px) {
  .hero-home {
    padding-top: 5.5rem;
  }

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

  .display-title {
    font-size: clamp(2.5rem, 15vw, 4.2rem);
  }

  .hero-home .display-title {
    font-size: clamp(2.2rem, 12.5vw, 3.7rem);
    line-height: 1.04;
  }

  .showcase-head .section-title {
    font-size: clamp(0.78rem, 3.35vw, 1.35rem);
  }

  .gallery-heading .section-title {
    font-size: clamp(0.92rem, 4.15vw, 1.5rem);
  }

  .contact-panel .section-title {
    font-size: clamp(1.2rem, 7vw, 2rem);
  }

  .showcase-module h3 {
    font-size: clamp(1rem, 4.15vw, 1.6rem);
  }

  .showcase-module h3.module-title-long {
    font-size: clamp(0.84rem, 3.55vw, 1.25rem);
  }

  .event-portfolio-cards {
    grid-template-columns: 1fr;
  }

  .event-portfolio-card {
    aspect-ratio: auto;
    min-height: 18rem;
  }

  .event-portfolio-card:nth-child(1),
  .event-portfolio-card:nth-child(4) {
    grid-template-rows: 11.5rem auto;
    min-height: 20.5rem;
  }

  .event-portfolio-card div,
  .event-portfolio-card:nth-child(1) div,
  .event-portfolio-card:nth-child(4) div {
    padding: 1.2rem;
  }

  .event-portfolio-card h3,
  .event-portfolio-card:nth-child(1) h3,
  .event-portfolio-card:nth-child(4) h3 {
    font-size: clamp(1.45rem, 8vw, 2.25rem);
  }

  .event-showcase-head {
    justify-content: center;
  }

  .event-showcase-actions a {
    display: none;
  }

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

  .media-frame img,
  .media-frame video,
  .performance-video-card,
  .gallery-card img,
  .video-card video,
  .video-card img {
    min-height: 0;
    height: 15rem;
  }

  .gallery-card h3 {
    font-size: 1.05rem;
  }

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

  .brand-mark {
    min-width: 0;
  }

  .brand-mark strong {
    font-size: 1rem;
    line-height: 1.15;
  }

  .mobile-query {
    min-height: 3.45rem;
    padding: 0 0.9rem;
    font-size: 0.88rem;
  }

  .mobile-query.action-cta {
    padding: 0.45rem 0.9rem;
  }

  .main-nav {
    border-radius: 1rem;
  }

  .event-showcase-actions {
    display: none;
  }

  .content-context div {
    grid-template-columns: 1fr;
  }

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

  .content-cover {
    min-height: calc(92svh - 72px);
  }

  .studio-rail {
    grid-template-columns: 1fr;
  }

  .studio-rail article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .studio-rail article:last-child {
    border-bottom: 0;
  }

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

  .volo-service-option,
  .volo-service-option:last-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .volo-service-row h3,
  .volo-service-row p {
    max-width: none;
  }

  .volo-service-media,
  .volo-service-media video {
    min-height: 24rem;
  }

  .volo-media-caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -6rem 1rem 1rem;
  }

  .preview-panel {
    grid-template-columns: 1fr;
  }

  .robot-sequence {
    min-height: 76svh;
    min-height: 76dvh;
  }

  .robot-sequence::before {
    height: 12vh;
  }

  .sequence-poster {
    transform: scale(1.08);
  }

  .sequence-card {
    width: min(14.75rem, calc(100vw - 1.5rem));
    max-height: 11rem;
    font-size: 0.9rem;
    padding: 0.8rem;
  }

  .sequence-card-a {
    top: 11%;
    left: 0.75rem;
  }

  .sequence-card-b {
    top: auto;
    right: 0.75rem;
    bottom: 20%;
  }

  .sequence-card-c {
    bottom: 8%;
    left: 0.75rem;
  }

  .sequence-card h3 {
    font-size: 1.1rem;
  }

  .sequence-card span {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .sequence-end-copy {
    bottom: 1.25rem;
  }
}
