/* MORO cross-device layout normalization - 2026-08-21 */
:root {
  --page-gutter: clamp(18px, 4vw, 64px);
  --content-max: 1440px;
  --font-display: Georgia, "Times New Roman", Times, serif;
  --font-body: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
}
body { min-width: 320px; }
img,
video {
  display: block;
  max-width: 100%;
}
.nav {
  position: sticky;
  top: 0;
}
.nav-inner {
  width: min(100%, var(--content-max));
  max-width: none;
}
.hero {
  min-height: clamp(540px, calc(100svh - 139px), 780px);
}
.hero-video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 18%;
}
.defines-inner,
.what-we-do-inner,
.moro-manifesto-inner,
.visibility-inner,
.sustainability-story-row,
.inquiry-inner,
.footer-grid,
.footer-bottom {
  width: min(
    var(--content-max),
    calc(100% - (var(--page-gutter) * 2))
  );
  max-width: none;
  margin-inline: auto;
}
.defines-row {
  min-height: 0;
}
.defines-row-visual,
.defines-row:nth-child(4) .defines-row-visual {
  min-height: 0;
  aspect-ratio: 16 / 7;
}
.what-capabilities {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0;
}
.what-capability,
.what-capability:first-child,
.what-capability:last-child {
  min-height: 0;
  padding-inline: clamp(22px, 2.5vw, 38px);
}
.what-capability:first-child {
  padding-left: 0;
}
.what-capability:last-child {
  padding-right: 0;
}
.product-journey-section {
  overflow-x: clip;
}
.journey-photo-frame {
  height: auto;
  aspect-ratio: 21 / 1.35;
}
.production-section {
  height: auto;
  min-height: 0;
}
.production-media {
  width: 100%;
  height: auto;
  aspect-ratio: 20 / 9;
}
.production-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 901px) and (max-width: 1199px) {
  :root {
    --page-gutter: clamp(28px, 4vw, 48px);
  }
  .nav-links {
    gap: clamp(28px, 5vw, 56px);
  }
  .nav-links a {
    font-size: 11px;
    letter-spacing: 1.6px;
  }
  .defines-row-text {
    flex-basis: clamp(250px, 29vw, 330px);
    padding: clamp(26px, 3.5vw, 42px);
  }
  .defines-row-visual,
  .defines-row:nth-child(4) .defines-row-visual {
    aspect-ratio: 16 / 8;
  }
  .what-we-do {
    padding-inline: var(--page-gutter);
  }
  .what-capability {
    padding-inline: clamp(18px, 2vw, 26px);
  }
  .what-capability:first-child {
    padding-left: 0;
  }
  .what-capability:last-child {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  :root {
    --page-gutter: clamp(18px, 4vw, 30px);
  }
  .what-capabilities {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }
  .what-capability,
  .what-capability:first-child,
  .what-capability:last-child {
    padding: 30px 4px 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(44, 41, 37, .18);
  }
  .product-journey-section {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .product-journey-section .product-journey {
    width: 860px;
    min-width: 860px;
  }
  .production-section {
    width: min(
      760px,
      calc(100% - (var(--page-gutter) * 2))
    );
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --page-gutter: 18px;
  }
  .nav-inner {
    padding-inline: 12px;
  }
  .language-menu {
    right: 12px;
  }
  .hero {
    min-height: max(500px, calc(100svh - 107px));
  }
  .hero-video {
    object-position: 50% 15%;
  }
  .defines-inner,
  .what-we-do-inner,
  .moro-manifesto-inner,
  .visibility-inner,
  .sustainability-story-row,
  .inquiry-inner,
  .footer-grid,
  .footer-bottom {
    width: calc(100% - 36px);
  }
  .defines-row,
  .defines-row:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
  }
  .defines-row-visual,
  .defines-row:nth-child(4) .defines-row-visual {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .product-journey-section .product-journey {
    width: 820px;
    min-width: 820px;
  }
  .journey-photo-frame {
    aspect-ratio: 18 / 1.6;
  }
  .production-section {
    width: calc(100% - 28px);
    margin-block: 52px;
    padding: 22px 14px;
  }
}
@media (max-width: 420px) {
  .nav-inner {
    padding-inline: 8px;
  }
  .nav-links a {
    font-size: 7.6px;
    letter-spacing: 0;
  }
  .language-menu {
    right: 8px;
  }
  .language-select {
    min-width: 66px;
    padding-inline: 8px 22px;
  }
  .moro-wordmark--nav {
    font-size: 24px;
  }
}
@media (max-height: 620px) and (orientation: landscape) {
  .hero {
    min-height: calc(100svh - 78px);
  }
  .hero-video {
    object-position: 50% 22%;
  }
}
/* Product Journey scale and hierarchy refinement - 2026-08-21 */
.product-journey-section {
  padding-top: clamp(58px, 5vw, 82px);
  padding-bottom: clamp(64px, 5.5vw, 92px);
}
.product-journey-section .product-journey {
  width: min(1520px, calc(100% - 8px));
}
.product-journey-header {
  margin-bottom: clamp(20px, 2vw, 30px);
}
.product-journey-header h3 {
  font-size: clamp(44px, 3.7vw, 64px);
  line-height: .95;
  letter-spacing: -.035em;
}
.journey-steps {
  gap: clamp(8px, 1.1vw, 18px);
}
.journey-steps::before {
  top: 29px;
  height: 2px;
}
.journey-step-number {
  width: clamp(46px, 3.4vw, 56px);
  height: clamp(46px, 3.4vw, 56px);
  margin: 6px auto 12px;
  font-size: clamp(12px, .85vw, 15px);
  border-width: 2px;
}
.journey-step h4 {
  margin-bottom: 7px;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.18;
  letter-spacing: .015em;
}
.journey-step p {
  font-size: clamp(11px, .88vw, 14px);
  line-height: 1.38;
}
.journey-photo-frame {
  height: clamp(150px, 11vw, 210px);
  margin-top: clamp(24px, 2.4vw, 38px);
  aspect-ratio: auto;
  border-radius: 2px;
}
.journey-photo {
  object-position: center;
}
.journey-tagline {
  max-width: 1120px;
  margin: clamp(20px, 2vw, 32px) auto 0;
  font-size: clamp(26px, 2.25vw, 38px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.02em;
}
@media (min-width: 901px) and (max-width: 1199px) {
  .product-journey-section .product-journey {
    width: min(1080px, 100%);
  }
  .product-journey-header h3 {
    font-size: clamp(40px, 4.3vw, 50px);
  }
  .journey-step-number {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }
  .journey-steps::before {
    top: 28px;
  }
  .journey-step h4 {
    font-size: 12px;
  }
  .journey-step p {
    font-size: 11px;
  }
  .journey-photo-frame {
    height: clamp(138px, 14vw, 170px);
  }
}
@media (max-width: 900px) {
  .product-journey-section {
    padding-top: 48px;
    padding-bottom: 58px;
  }
  .product-journey-section .product-journey {
    width: 1040px;
    min-width: 1040px;
  }
  .product-journey-header h3 {
    font-size: 42px;
  }
  .journey-step-number {
    width: 46px;
    height: 46px;
    font-size: 12px;
  }
  .journey-steps::before {
    top: 29px;
  }
  .journey-step h4 {
    font-size: 13px;
  }
  .journey-step p {
    font-size: 11.5px;
  }
  .journey-photo-frame {
    height: 150px;
    aspect-ratio: auto;
  }
  .journey-tagline {
    font-size: 27px;
  }
}
/* Product Journey final proportional balance */
.product-journey-section {
  padding-top: clamp(56px, 4.5vw, 72px);
  padding-bottom: clamp(60px, 4.8vw, 78px);
}
.product-journey-section .product-journey {
  width: min(1380px, calc(100% - 8px));
}
.product-journey-header {
  margin-bottom: clamp(18px, 1.8vw, 24px);
}
.product-journey-header h3 {
  font-size: clamp(46px, 3.35vw, 56px);
}
.journey-steps {
  gap: clamp(10px, 1vw, 16px);
}
.journey-steps::before {
  top: 27px;
}
.journey-step-number {
  width: clamp(44px, 3vw, 50px);
  height: clamp(44px, 3vw, 50px);
  margin: 5px auto 10px;
  font-size: clamp(12px, .78vw, 14px);
}
.journey-step h4 {
  margin-bottom: 6px;
  font-size: clamp(12px, .9vw, 14px);
}
.journey-step p {
  font-size: clamp(11px, .8vw, 13px);
  line-height: 1.4;
}
.journey-photo-frame {
  height: clamp(145px, 10.5vw, 185px);
  margin-top: clamp(22px, 2vw, 30px);
}
.journey-tagline {
  max-width: 980px;
  margin-top: clamp(18px, 1.8vw, 26px);
  font-size: clamp(26px, 2vw, 32px);
}
@media (min-width: 901px) and (max-width: 1199px) {
  .product-journey-section .product-journey {
    width: min(1040px, 100%);
  }
  .product-journey-header h3 {
    font-size: clamp(42px, 4.1vw, 48px);
  }
  .journey-step-number {
    width: 42px;
    height: 42px;
  }
  .journey-steps::before {
    top: 26px;
  }
  .journey-step h4 {
    font-size: 11.5px;
  }
  .journey-step p {
    font-size: 10.5px;
  }
  .journey-photo-frame {
    height: clamp(140px, 13.5vw, 158px);
  }
  .journey-tagline {
    font-size: clamp(26px, 2.6vw, 29px);
  }
}
@media (max-width: 900px) {
  .product-journey-section .product-journey {
    width: 980px;
    min-width: 980px;
  }
  .product-journey-header h3 {
    font-size: 40px;
  }
  .journey-step-number {
    width: 42px;
    height: 42px;
  }
  .journey-steps::before {
    top: 26px;
  }
  .journey-step h4 {
    font-size: 12px;
  }
  .journey-step p {
    font-size: 11px;
  }
  .journey-photo-frame {
    height: 145px;
  }
  .journey-tagline {
    font-size: 26px;
  }
}
