*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol {
  margin: 0;
}

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

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

input, textarea, select {
  font: inherit;
  color: inherit;
}

body {
  font-family: "Noto Sans JP", "Barlow Condensed", sans-serif;
  color: #171B18;
  background: #FFFFFF;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:focus-visible {
  outline: 2px solid #00A42C;
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: #14181A;
  color: #FFFFFF;
  padding: 0.75em 1.25em;
  z-index: 200;
  transition: top 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.85rem;
}
.skip-link:focus {
  top: 12px;
}

.btn,
.btn-none {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.95em 2em 0.8em;
  border-radius: 2px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  white-space: nowrap;
}
.btn:active,
.btn-none:active {
  transform: translateY(1px);
}
.btn--accent,
.btn-none--accent {
  background: #00A42C;
  color: #FFFFFF;
}
.btn--accent:hover,
.btn-none--accent:hover {
  background: #00871F;
}
.btn--primary,
.btn-none--primary {
  background: #03743A;
  color: #FFFFFF;
}
.btn--primary:hover,
.btn-none--primary:hover {
  background: #02582C;
}
.btn--blue,
.btn-none--blue {
  background: #2452D9;
  color: #FFFFFF;
}
.btn--blue:hover,
.btn-none--blue:hover {
  background: #1B3EAE;
}
.btn--outline,
.btn-none--outline {
  background: transparent;
  color: #03743A;
  border-color: currentColor;
}
.btn--outline:hover,
.btn-none--outline:hover {
  background: #03743A;
  color: #FFFFFF;
}
.btn--outline-light,
.btn-none--outline-light {
  background: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn--outline-light:hover,
.btn-none--outline-light:hover {
  background: #FFFFFF;
  color: #14181A;
  border-color: #FFFFFF;
}
.btn--ghost-dark,
.btn-none--ghost-dark {
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.14);
}
.btn--ghost-dark:hover,
.btn-none--ghost-dark:hover {
  background: #00A42C;
  border-color: #00A42C;
}
.btn--sm,
.btn-none--sm {
  padding: 0.7em 1.4em 0.58em;
  font-size: 0.85rem;
}
.btn--full,
.btn-none--full {
  width: 100%;
}

.btn-none {
  text-transform: none !important;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
}

.btn-row-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  justify-content: start;
}

.btn-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.btn__note {
  display: block;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.64rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #62695F;
  opacity: 0.85;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  max-width: 16em;
  text-align: center;
  line-height: 1.3;
}

.site-header .btn__note {
  color: #9BA39B;
}

.media-frame {
  position: relative;
}
.media-frame::before, .media-frame::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 2;
}
.media-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid #00A42C;
  border-left: 2px solid #00A42C;
}
.media-frame::after {
  bottom: -1px;
  right: -1px;
  border-bottom: 2px solid #00A42C;
  border-right: 2px solid #00A42C;
}
.media-frame {
  position: relative;
  overflow: hidden;
  background: repeating-linear-gradient(0deg, rgba(3, 116, 58, 0.07) 0 1px, transparent 1px 32px), repeating-linear-gradient(90deg, rgba(3, 116, 58, 0.07) 0 1px, transparent 1px 32px), #F5F7F3;
  border: 1px solid #E1E5DD;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  color: #62695F;
}
.media-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.media-frame .img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.media-frame__label {
  position: relative;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #62695F;
  text-align: center;
  padding: 0 1.5em;
}
.media-frame--16-9 {
  aspect-ratio: 16/9;
}
.media-frame--4-3 {
  aspect-ratio: 4/3;
}
.media-frame--1-1 {
  aspect-ratio: 1/1;
}
.media-frame--tall {
  aspect-ratio: 3/4;
}
.media-frame--21-5 {
  aspect-ratio: 21/5;
}
.media-frame--dark {
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 32px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 32px), #232925;
  border-color: rgba(255, 255, 255, 0.14);
}
.media-frame--dark .media-frame__label {
  color: #9BA39B;
}

.section-head {
  max-width: 860px;
  margin-bottom: 44px;
}
.section-head .eyebrow {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00A42C;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.section-head .eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  flex: none;
}
.section-head .eyebrow {
  margin-bottom: 18px;
}
.section-head h2 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.05;
  font-size: clamp(1.9rem, 1.5rem + 1.8vw, 2.9rem);
  text-transform: uppercase;
}
.section-head p {
  margin-top: 18px;
  color: #62695F;
  font-size: 1.05rem;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head--center .eyebrow {
  justify-content: center;
}
.section-head--on-dark h2 {
  color: #FFFFFF;
}
.section-head--on-dark p {
  color: #9BA39B;
}

.ruler {
  height: 18px;
  background-image: repeating-linear-gradient(90deg, currentColor 0, currentColor 1px, transparent 1px, transparent 24px);
  background-position: bottom left;
  background-size: 100% 10px;
  background-repeat: repeat-x;
  color: #E1E5DD;
  opacity: 0.9;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .challenge-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.challenge-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #FFFFFF;
  border: 1px solid #E1E5DD;
  padding: 20px 18px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: border-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.challenge-card svg {
  flex: none;
  width: 26px;
  height: 26px;
  color: #00A42C;
}
.challenge-card:hover {
  border-color: #00A42C;
  transform: translateY(-2px);
}

.spec-list {
  border-top: 1px solid #E1E5DD;
  margin-top: 24px;
}
.spec-list dl {
  display: contents;
}
.spec-list .spec-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #E1E5DD;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.85rem;
}
.spec-list .spec-row dt {
  color: #62695F;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.spec-list .spec-row dd {
  margin: 0;
  font-weight: 600;
  color: #171B18;
  text-align: right;
}

.solution-row {
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding-block: 56px;
  border-bottom: 1px solid #E1E5DD;
}
@media (min-width: 900px) {
  .solution-row {
    grid-template-columns: 1fr 1fr;
  }
}
.solution-row:last-child {
  border-bottom: 0;
}
.solution-row__num {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00A42C;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.solution-row__num::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  flex: none;
}
.solution-row h3 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem);
  font-weight: 600;
  text-transform: uppercase;
  margin-block: 14px 12px;
  line-height: 1.1;
}
.solution-row p {
  color: #62695F;
  max-width: 46ch;
}
@media (min-width: 900px) {
  .solution-row--reverse .solution-row__media {
    order: 2;
  }
  .solution-row--reverse .solution-row__text {
    order: 1;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 48px;
}
@media (min-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.product-card {
  background: #232925;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-card__eyebrow {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00A42C;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.product-card__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  flex: none;
}
.product-card__eyebrow {
  font-size: 0.7rem;
}
.product-card h3 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
}
.product-card p {
  color: #9BA39B;
  font-size: 0.92rem;
  text-transform: none;
}
.product-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.software-panel {
  margin-top: 28px;
  background: #FFFFFF;
  color: #171B18;
  border-radius: 2px;
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .software-panel {
    grid-template-columns: 1fr 1.1fr;
  }
}
.software-panel__eyebrow {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2452D9;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.software-panel__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  flex: none;
}
.software-panel__eyebrow {
  margin-bottom: 14px;
}
.software-panel h3 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
.software-panel p {
  color: #62695F;
  margin-bottom: 22px;
}

.product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.55em 0.75em 0.45em;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #9BA39B;
  white-space: nowrap;
}
.tag--new {
  background: #00A42C;
  border-color: #00A42C;
  color: #FFFFFF;
  font-weight: 700;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
}
.schedule-table th, .schedule-table td {
  text-align: left;
  padding: 16px 12px;
  border-bottom: 1px solid #E1E5DD;
  font-size: 0.95rem;
}
.schedule-table th {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: #62695F;
  font-weight: 500;
  border-bottom: 2px solid #03743A;
}
.schedule-table td:first-child {
  color: #03743A;
  font-weight: 700;
  width: 110px;
}
.schedule-table tbody tr {
  transition: background-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.schedule-table tbody tr:hover {
  background: #F5F7F3;
}

.key-figures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 900px) {
  .key-figures {
    grid-template-columns: repeat(4, 1fr);
  }
}
.key-figures__item {
  border-top: 2px solid #00A42C;
  padding-top: 12px;
}
.key-figures__num {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem);
  font-weight: 700;
  color: #03743A;
  display: block;
}
.key-figures__label {
  font-size: 0.82rem;
  color: #62695F;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-card {
  background: #FFFFFF;
  border-radius: 4px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.35);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 900px) {
  .field-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 900px) {
  .field--full {
    grid-column: 1/-1;
  }
}
.field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #171B18;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.field label .req {
  color: #00871F;
  margin-left: 2px;
}
.field input, .field select, .field textarea {
  border: 1.5px solid #E1E5DD;
  border-radius: 2px;
  padding: 0.85em 1em;
  background: #F5F7F3;
  transition: border-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: #00A42C;
  background: #FFFFFF;
  outline: none;
}
.field input.is-invalid, .field select.is-invalid, .field textarea.is-invalid {
  border-color: #C94B3A;
}
.field textarea {
  resize: vertical;
  min-height: 110px;
}
.field .field-error {
  font-size: 0.78rem;
  color: #C94B3A;
  min-height: 1em;
}

.form-note {
  font-size: 0.8rem;
  color: #62695F;
  margin-top: 18px;
}

.form-success {
  display: none;
  text-align: center;
  padding: 48px 20px;
}
.form-success.is-visible {
  display: block;
}
.form-success svg {
  margin: 0 auto 18px;
  width: 48px;
  height: 48px;
  color: #00A42C;
}
.form-success h3 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-success p {
  color: #62695F;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 4vw, 32px);
}
.modal[hidden] {
  display: none;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 11, 0.72);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: 90vh;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 599px) {
  .modal__panel {
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    border-radius: 0;
  }
}
.modal.is-open .modal__overlay {
  opacity: 1;
}
.modal.is-open .modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #E1E5DD;
  flex: none;
}
.modal__title {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #171B18;
}
.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #62695F;
  transition: background-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal__close svg {
  width: 18px;
  height: 18px;
}
.modal__close:hover {
  background: #F5F7F3;
  color: #171B18;
}
.modal__body {
  position: relative;
  flex: 1;
  min-height: 0;
  height: clamp(480px, 70vh, 640px);
}
@media (max-width: 599px) {
  .modal__body {
    height: auto;
  }
}
.modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal__iframe.is-loaded {
  opacity: 1;
}
.modal__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.modal__loader span {
  width: 32px;
  height: 32px;
  border: 3px solid #E1E5DD;
  border-top-color: #00A42C;
  border-radius: 50%;
  animation: modal-spin 0.8s linear infinite;
}

@keyframes modal-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal__overlay,
  .modal__panel,
  .modal__iframe {
    transition: none;
  }
  .modal__loader span {
    animation-duration: 1.4s;
  }
}
body.modal-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: box-shadow 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-header.is-scrolled {
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.4);
}
.site-header__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
@media (min-width: 900px) {
  .site-header__inner {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .site-header__inner {
    height: 76px;
  }
}

.logo {
  display: flex;
  align-items: center;
  flex: none;
}
.logo__img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 900px) {
  .logo__img {
    height: 34px;
  }
}
@media (min-width: 1200px) {
  .logo__img {
    height: 40px;
  }
}
.logo__mark {
  width: 10px;
  height: 10px;
  background: #00A42C;
}
.logo span.sub {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: #9BA39B;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
.logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 899px) {
  .main-nav {
    display: none;
  }
}
.main-nav ul {
  display: flex;
  gap: 32px;
}
.main-nav a {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #171B18;
  position: relative;
  padding-bottom: 4px;
  white-space: nowrap;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #00A42C;
  transition: width 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.main-nav a:hover::after {
  width: 100%;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
@media (max-width: 899px) {
  .nav-toggle {
    display: flex;
  }
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: #171B18;
  transition: transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  background: #14181A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-nav.is-open {
  display: block;
}
.mobile-nav ul {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  padding-block: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav a {
  display: block;
  padding: 12px 0;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  color: #F2F4F0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-nav li:last-child a {
  border-bottom: 0;
}

.footer-info {
  background: #F5F7F3;
  padding-block: 72px;
}
.footer-info__grid {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: stretch;
}
@media (min-width: 900px) {
  .footer-info__grid {
    grid-template-columns: 1fr 1.2fr;
  }
}
.footer-info__list {
  display: grid;
  gap: 18px;
  align-content: start;
}
.footer-info__row {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E5DD;
}
.footer-info__row dt {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #62695F;
  width: 110px;
  flex: none;
}
.footer-info__row dd {
  margin: 0;
  font-weight: 600;
}

.site-footer {
  background: #14181A;
  color: #F2F4F0;
  padding-block: 64px 32px;
}
.site-footer__grid {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 899px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer__about p {
  color: #9BA39B;
  max-width: 40ch;
  margin-top: 16px;
  font-size: 0.92rem;
}
.site-footer h4 {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9BA39B;
  margin-bottom: 16px;
}
.site-footer ul {
  display: grid;
  gap: 10px;
}
.site-footer a {
  font-size: 0.92rem;
  color: #F2F4F0;
}
.site-footer a:hover {
  color: #00A42C;
}
.site-footer__bottom {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 28px;
  font-size: 0.78rem;
  color: #9BA39B;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
}
.site-footer__social {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
.site-footer__social a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
.site-footer__social a svg {
  width: 15px;
  height: 15px;
}
.site-footer__social a:hover {
  border-color: #00A42C;
  color: #00A42C;
}

.footer-bottom {
  border-top: 1px solid #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  padding-top: 20px;
}

.section {
  padding-block: clamp(56px, 8vw, 108px);
}
.section--paper {
  background: #F5F7F3;
}
.section--white {
  background: #FFFFFF;
}
.section--ink {
  background: #14181A;
  color: #F2F4F0;
}
.section--primary {
  background: #03743A;
  color: #FFFFFF;
}
.section__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
}

.hero {
  position: relative;
  background: #14181A;
  color: #FFFFFF;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: clamp(480px, 125vw, 900px);
}
@media (min-width: 700px) {
  .hero {
    min-height: clamp(480px, 37.5vw, 720px);
  }
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero h1 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-size: clamp(2.4rem, 1.8rem + 3.6vw, 4.6rem);
  line-height: 0.98;
  max-width: 16ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.hero__sub {
  margin-top: 22px;
  max-width: 58ch;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  color: #F2F4F0;
  opacity: 0.92;
}
.hero__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero__meta {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 22px;
}
@media (min-width: 900px) {
  .hero__meta {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero__meta dt {
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9BA39B;
}
.hero__meta dd {
  margin: 4px 0 0;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-weight: 700;
  font-size: 1rem;
  color: #FFFFFF;
}

.message-cta {
  text-align: center;
}
.message-cta__head {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  max-width: 1000px;
}
.message-cta .btn-row {
  justify-content: center;
  margin-top: 36px;
}
.message-cta .eyebrow {
  justify-content: center;
}
.message-cta h2 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.05;
  font-size: clamp(1.9rem, 1.5rem + 1.8vw, 2.9rem);
  text-transform: uppercase;
  margin-top: 18px;
}
.message-cta p {
  margin-top: 20px;
  color: #62695F;
  font-size: 1.08rem;
}

.challenges__banner {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E1E5DD;
  background: #FFFFFF;
  text-align: center;
}
.challenges__banner-text {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.challenges__banner-text p {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.7rem);
  text-transform: uppercase;
  font-weight: 600;
  color: #03743A;
  line-height: 1.15;
  margin-bottom: 20px;
}
.challenges__banner-media {
  width: 100%;
}

.solutions__rows {
  margin-top: 8px;
}

.innovations .section-head {
  margin-inline: auto;
}

.schedule__grid {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  margin-top: 8px;
}
@media (min-width: 900px) {
  .schedule__grid {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }
}
.schedule__list {
  margin-top: 22px;
  margin-bottom: 22px;
  display: grid;
  gap: 12px;
}
.schedule__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.98rem;
}
.schedule__item svg {
  flex: none;
  width: 20px;
  height: 20px;
  color: #00A42C;
  margin-top: 3px;
}
.schedule__table-wrap {
  margin-top: 64px;
}
.schedule__leadership {
  margin-top: 64px;
  display: grid;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}
@media (min-width: 900px) {
  .schedule__leadership {
    grid-template-columns: 1fr 1.2fr;
  }
}

.success__card {
  background: #FFFFFF;
  border: 1px solid #E1E5DD;
  display: grid;
  gap: 0;
  overflow: hidden;
}
@media (min-width: 900px) {
  .success__card {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
.success__text {
  padding: clamp(28px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.success__text .eyebrow {
  margin-bottom: 16px;
}
.success__text blockquote {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 1.05rem + 0.6vw, 1.5rem);
  font-weight: 500;
  line-height: 1.35;
  color: #171B18;
}
.success__text cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-family: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
  font-size: 0.82rem;
  color: #62695F;
}
.success__text .btn {
  margin-top: 28px;
  align-self: flex-start;
}

.ticket-cta {
  position: relative;
  background: #03743A;
  color: #FFFFFF;
  overflow: hidden;
}
.ticket-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 26px), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 26px);
  pointer-events: none;
}
.ticket-cta__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 64px);
  position: relative;
  z-index: 1;
}
.ticket-cta .section-head {
  margin-inline: auto;
  text-align: center;
  max-width: 720px;
}
.ticket-cta .section-head .eyebrow {
  justify-content: center;
  color: #FFFFFF;
}
.ticket-cta .section-head h2 {
  color: #FFFFFF;
}
.ticket-cta .section-head p {
  color: rgba(255, 255, 255, 0.85);
  margin-inline: auto;
}
.ticket-cta__form-wrap {
  max-width: 760px;
  margin: 48px auto 0;
  color: #171B18;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 4vw, 32px);
  pointer-events: none;
}
.modal[hidden] {
  display: none;
}
.modal.is-open {
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 11, 0.78);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (min-width: 900px) {
  .modal__overlay {
    backdrop-filter: blur(2px);
  }
}
.modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: clamp(320px, 92vw, 640px);
}
@media (min-width: 900px) {
  .modal__panel {
    width: clamp(560px, 78vw, 760px);
  }
}
@media (min-width: 1200px) {
  .modal__panel {
    width: clamp(640px, 60vw, 840px);
  }
}
.modal__panel {
  height: clamp(420px, 88vh, 760px);
}
@media (min-width: 900px) {
  .modal__panel {
    height: clamp(480px, 85vh, 820px);
  }
}
@media (max-width: 599px) {
  .modal__panel {
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    border-radius: 0;
  }
}
.modal.is-open .modal__overlay {
  opacity: 1;
}
.modal.is-open .modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #E1E5DD;
  flex: none;
}
@media (min-width: 900px) {
  .modal__header {
    padding: 20px 24px;
  }
}
.modal__title {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #171B18;
}
.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(38px, 4vw, 46px);
  height: clamp(38px, 4vw, 46px);
  border-radius: 50%;
  flex: none;
  color: #62695F;
  background: #F5F7F3;
  border: 1px solid #E1E5DD;
  transition: background-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal__close svg {
  width: clamp(20px, 2.2vw, 24px);
  height: clamp(20px, 2.2vw, 24px);
  stroke-width: 2.4;
}
.modal__close:hover {
  background: #171B18;
  color: #FFFFFF;
  border-color: #171B18;
}
.modal__close:focus-visible {
  outline: 2px solid #00A42C;
  outline-offset: 2px;
}
@media (max-width: 599px) {
  .modal__close {
    width: 44px;
    height: 44px;
  }
  .modal__close svg {
    width: 22px;
    height: 22px;
  }
}
.modal__body {
  position: relative;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal__iframe.is-loaded {
  opacity: 1;
}
.modal__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.modal__loader span {
  width: 32px;
  height: 32px;
  border: 3px solid #E1E5DD;
  border-top-color: #00A42C;
  border-radius: 50%;
  animation: modal-spin 0.8s linear infinite;
}

@keyframes modal-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal__overlay,
  .modal__panel,
  .modal__iframe {
    transition: none;
  }
  .modal__loader span {
    animation-duration: 1.4s;
  }
}
.media-frame__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
  pointer-events: auto;
}

.u-mt-0 {
  margin-top: 0 !important;
}

::-moz-selection {
  background: #00A42C;
  color: #FFFFFF;
}

::selection {
  background: #00A42C;
  color: #FFFFFF;
}

h1, h2, h3, p {
  overflow-wrap: break-word;
}/*# sourceMappingURL=lp_amb2026.css.map */