:root {
  --oe-white: #fcfcf9;
  --oe-ink: #171a18;
  --oe-muted: #68706c;
  --oe-line: #d6ddd8;
  --oe-soft: #edf1ed;
  --oe-blue: #126f8c;
  --oe-lime: #d7f761;
  --oe-signal: #ef4a2f;
  --oe-dark-soft: #252a27;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--oe-ink);
  background: var(--oe-white);
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

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

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

.material-symbols-rounded {
  font-size: 21px;
  line-height: 1;
}

.oe-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 28px;
  border-bottom: 1px solid var(--oe-line);
  background: var(--oe-white);
  transition: box-shadow 180ms ease-out;
}

.oe-header.is-scrolled {
  box-shadow: 0 7px 24px rgba(23, 26, 24, 0.08);
}

.oe-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  min-height: 48px;
}

.oe-brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 36px;
  border: 1px solid var(--oe-ink);
  background: var(--oe-lime);
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.oe-brand > span:last-child {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}

.oe-brand strong {
  font-size: 14px;
}

.oe-brand small {
  color: var(--oe-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}

.oe-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.oe-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
}

.oe-nav a:hover,
.oe-nav a:focus-visible {
  color: var(--oe-blue);
}

.oe-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--oe-ink);
  background: var(--oe-ink);
  color: var(--oe-white);
  font-size: 14px;
  font-weight: 800;
}

.oe-menu-button {
  display: none;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--oe-line);
  background: var(--oe-white);
  color: var(--oe-ink);
}

.oe-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(570px, calc(100svh - 158px)) 82px;
  min-height: 708px;
  border-bottom: 1px solid var(--oe-line);
}

.oe-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 64px max(44px, calc((100vw - 1320px) / 2));
  border-right: 1px solid var(--oe-line);
}

.oe-coordinate {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  gap: 14px;
  color: var(--oe-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}

.oe-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--oe-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
}

.oe-label > span {
  width: 24px;
  height: 2px;
  background: var(--oe-signal);
}

.oe-hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.oe-hero h1 em {
  color: var(--oe-blue);
  font-style: normal;
}

.oe-lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--oe-muted);
  font-size: 17px;
  line-height: 1.75;
}

.oe-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.oe-button,
.oe-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  font-size: 14px;
  font-weight: 800;
}

.oe-button {
  padding: 0 20px;
  border: 1px solid var(--oe-ink);
  background: var(--oe-lime);
}

.oe-inline-link {
  border-bottom: 1px solid var(--oe-ink);
}

.oe-plan-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--oe-soft);
}

.oe-plan-figure img {
  height: 100%;
  filter: saturate(0.35) contrast(1.03);
  object-fit: cover;
}

.oe-plan-figure::after {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(252, 252, 249, 0.68);
  content: "";
  pointer-events: none;
}

.oe-cross {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
}

.oe-cross::before,
.oe-cross::after {
  position: absolute;
  background: var(--oe-lime);
  content: "";
}

.oe-cross::before {
  top: 13px;
  left: 0;
  width: 28px;
  height: 2px;
}

.oe-cross::after {
  top: 0;
  left: 13px;
  width: 2px;
  height: 28px;
}

.oe-cross-a {
  top: 28%;
  left: 28%;
}

.oe-cross-b {
  right: 24%;
  bottom: 27%;
}

.oe-annotation {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 150px;
  padding: 10px 12px;
  border: 1px solid var(--oe-white);
  background: var(--oe-ink);
  color: var(--oe-white);
  font-family: "IBM Plex Mono", monospace;
}

.oe-annotation b {
  color: var(--oe-lime);
  font-size: 10px;
}

.oe-annotation span {
  font-size: 11px;
}

.oe-annotation::before {
  position: absolute;
  width: 78px;
  height: 1px;
  background: var(--oe-lime);
  content: "";
}

.oe-annotation-a {
  top: 20%;
  left: 38%;
}

.oe-annotation-a::before {
  top: 50%;
  right: 100%;
}

.oe-annotation-b {
  right: 34%;
  bottom: 18%;
}

.oe-annotation-b::before {
  top: 50%;
  left: 100%;
}

.oe-plan-figure figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 8px 10px;
  background: var(--oe-white);
  color: var(--oe-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}

.oe-hero-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.oe-hero-facts div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 0 28px;
  border-right: 1px solid var(--oe-line);
}

.oe-hero-facts div:last-child {
  border-right: 0;
}

.oe-hero-facts dt {
  color: var(--oe-blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.oe-hero-facts dd {
  margin: 0;
  color: var(--oe-muted);
  font-size: 12px;
}

.oe-section {
  padding: 112px max(32px, calc((100vw - 1320px) / 2));
}

.oe-section-head {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  align-items: start;
  gap: 72px;
  margin-bottom: 72px;
}

.oe-section-head .oe-label {
  margin-top: 8px;
}

.oe-section-head h2,
.oe-project-copy h2,
.oe-zones h2,
.oe-material h2,
.oe-case-index h2,
.oe-scope h2,
.oe-social h2,
.oe-contact h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: 0;
}

.oe-section-head > div > p {
  max-width: 630px;
  margin: 22px 0 0;
  color: var(--oe-muted);
  line-height: 1.8;
}

.oe-flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--oe-ink);
  border-bottom: 1px solid var(--oe-ink);
}

.oe-flow-track::before {
  position: absolute;
  top: 48px;
  right: 6%;
  left: 6%;
  height: 1px;
  background: var(--oe-blue);
  content: "";
}

.oe-flow-node {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 26px 24px 30px;
  border-right: 1px solid var(--oe-line);
  background: var(--oe-white);
}

.oe-flow-node:last-child {
  border-right: 0;
}

.oe-node-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--oe-blue);
  border-radius: 50%;
  background: var(--oe-white);
  color: var(--oe-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
}

.oe-flow-node > .material-symbols-rounded {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: 56px;
  background: var(--oe-soft);
  color: var(--oe-blue);
}

.oe-flow-node strong {
  margin-top: 22px;
  font-size: 21px;
}

.oe-flow-node small {
  margin-top: 8px;
  color: var(--oe-muted);
  font-size: 13px;
  line-height: 1.6;
}

.oe-flow-node:hover,
.oe-flow-node:focus-visible {
  background: var(--oe-lime);
}

.oe-project {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 740px;
  border-top: 1px solid var(--oe-line);
  border-bottom: 1px solid var(--oe-line);
}

.oe-project-media {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  background: var(--oe-soft);
}

.oe-project-media img {
  height: 100%;
  object-fit: cover;
}

.oe-media-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 10px 12px;
  background: var(--oe-white);
  color: var(--oe-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}

.oe-project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px max(44px, calc((100vw - 1320px) / 2));
  background: var(--oe-soft);
}

.oe-project-no {
  display: block;
  margin-bottom: 20px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.oe-project-copy h2 {
  color: var(--oe-blue);
  font-size: 56px;
}

.oe-project-summary {
  margin: 28px 0 0;
  color: var(--oe-muted);
  line-height: 1.8;
}

.oe-project-meta {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  border-top: 1px solid var(--oe-line);
}

.oe-project-meta div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--oe-line);
}

.oe-project-meta dt {
  color: var(--oe-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 600;
}

.oe-project-meta dd {
  margin: 0;
  font-size: 13px;
}

.oe-project-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 16px;
  border: 1px solid var(--oe-ink);
  background: var(--oe-white);
  font-size: 13px;
  font-weight: 800;
}

.oe-zones {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 72px;
  padding: 112px max(32px, calc((100vw - 1320px) / 2));
}

.oe-zone-list {
  border-top: 1px solid var(--oe-ink);
}

.oe-zone-list article {
  display: grid;
  grid-template-columns: 60px 0.8fr 1.2fr;
  align-items: start;
  gap: 20px;
  min-height: 112px;
  padding: 24px 0;
  border-bottom: 1px solid var(--oe-line);
  scroll-margin-top: 110px;
}

.oe-zone-list article > span {
  color: var(--oe-signal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.oe-zone-list h3 {
  margin: 0;
  font-size: 20px;
}

.oe-zone-list p {
  margin: 0;
  color: var(--oe-muted);
}

.oe-material {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--oe-line);
  border-bottom: 1px solid var(--oe-line);
}

.oe-material figure {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  background: var(--oe-soft);
}

.oe-material figure img {
  height: 100%;
  object-fit: cover;
}

.oe-material figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 10px 12px;
  background: var(--oe-white);
  color: var(--oe-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
}

.oe-material-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px max(44px, calc((100vw - 1320px) / 2));
}

.oe-material-copy > p:not(.oe-label) {
  margin: 24px 0 0;
  color: var(--oe-muted);
}

.oe-material ul {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid var(--oe-ink);
  list-style: none;
}

.oe-material li {
  display: grid;
  grid-template-columns: 40px 0.7fr 1.3fr;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  border-bottom: 1px solid var(--oe-line);
}

.oe-material li span {
  color: var(--oe-signal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.oe-material li strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
}

.oe-material li small {
  color: var(--oe-muted);
  font-size: 12px;
}

.oe-case-index {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 72px;
  padding: 112px max(32px, calc((100vw - 1320px) / 2));
  background: var(--oe-soft);
}

.oe-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--oe-ink);
  border-left: 1px solid var(--oe-line);
}

.oe-case-grid a {
  display: grid;
  grid-template-columns: 34px 1fr 28px;
  gap: 12px;
  min-height: 142px;
  padding: 20px;
  border-right: 1px solid var(--oe-line);
  border-bottom: 1px solid var(--oe-line);
  background: var(--oe-white);
}

.oe-case-grid a > span:first-child {
  color: var(--oe-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.oe-case-grid strong {
  font-size: 17px;
}

.oe-case-grid small {
  grid-column: 2;
  color: var(--oe-muted);
  font-size: 12px;
}

.oe-case-grid .material-symbols-rounded {
  grid-column: 3;
  grid-row: 1 / span 2;
  transition: transform 160ms ease-out;
}

.oe-case-grid a:hover,
.oe-case-grid a:focus-visible {
  background: var(--oe-lime);
}

.oe-case-grid a:hover .material-symbols-rounded,
.oe-case-grid a:focus-visible .material-symbols-rounded {
  transform: translate(4px, -4px);
}

.oe-scope {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 72px;
  padding: 112px max(32px, calc((100vw - 1320px) / 2));
  background: var(--oe-ink);
  color: var(--oe-white);
}

.oe-scope .oe-label {
  color: var(--oe-lime);
}

.oe-scope h2 {
  font-family: "Space Grotesk", Pretendard, sans-serif;
  font-size: 58px;
}

.oe-scope-list {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.oe-scope-list article {
  display: grid;
  grid-template-columns: 48px 0.8fr 1.2fr 44px;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.oe-scope-list article > span:first-child {
  color: var(--oe-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.oe-scope-list h3,
.oe-scope-list p {
  margin: 0;
}

.oe-scope-list h3 {
  font-size: 21px;
}

.oe-scope-list p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.oe-scope-list .material-symbols-rounded {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.oe-social {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 72px;
  padding: 96px max(32px, calc((100vw - 1320px) / 2));
  background: var(--oe-blue);
  color: var(--oe-white);
}

.oe-social .oe-label {
  color: var(--oe-lime);
}

.oe-social > div:first-child > p:last-child {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.oe-social-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.oe-social-slots > span {
  display: flex;
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.oe-social-slots b {
  color: var(--oe-lime);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.oe-social-slots small {
  color: rgba(255, 255, 255, 0.76);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.oe-contact {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 72px;
  padding: 112px max(32px, calc((100vw - 1320px) / 2));
}

.oe-contact-copy dl {
  display: grid;
  gap: 0;
  margin: 40px 0 0;
  border-top: 1px solid var(--oe-line);
}

.oe-contact-copy dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--oe-line);
}

.oe-contact-copy dt {
  color: var(--oe-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 600;
}

.oe-contact-copy dd {
  margin: 0;
  font-size: 13px;
}

.oe-contact-copy dd a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.oe-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}

.oe-field {
  display: grid;
  gap: 8px;
}

.oe-field-wide {
  grid-column: 1 / -1;
}

.oe-field label {
  font-size: 12px;
  font-weight: 800;
}

.oe-field input,
.oe-field select,
.oe-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--oe-line);
  border-radius: 0;
  background: var(--oe-white);
  color: var(--oe-ink);
  resize: vertical;
}

.oe-field textarea {
  min-height: 112px;
  padding-top: 14px;
}

.oe-field input:focus,
.oe-field select:focus,
.oe-field textarea:focus {
  border-color: var(--oe-blue);
  outline: 2px solid rgba(18, 111, 140, 0.22);
  outline-offset: 1px;
}

.oe-submit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid var(--oe-ink);
  border-radius: 0;
  background: var(--oe-lime);
  color: var(--oe-ink);
  font-weight: 900;
  cursor: pointer;
}

.oe-form-note {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: var(--oe-muted);
  font-size: 12px;
}

.oe-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 126px;
  padding: 28px;
  border-top: 1px solid var(--oe-line);
  background: var(--oe-soft);
}

.oe-footer p {
  margin: 0;
  color: var(--oe-muted);
  font-size: 11px;
}

.oe-to-top {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 48px;
  height: 48px;
  border: 1px solid var(--oe-ink);
  background: var(--oe-white);
}

.oe-toast {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  max-width: min(430px, calc(100vw - 32px));
  padding: 15px 18px;
  border-left: 4px solid var(--oe-lime);
  background: var(--oe-ink);
  color: var(--oe-white);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.oe-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--oe-signal);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .oe-header {
    grid-template-columns: 1fr auto;
  }

  .oe-nav,
  .oe-header-cta {
    display: none;
  }

  .oe-menu-button {
    display: grid;
    justify-self: end;
  }

  .oe-nav.is-open {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 28px 20px;
    border-bottom: 1px solid var(--oe-line);
    background: var(--oe-white);
  }

  .oe-nav.is-open a {
    min-height: 52px;
    border-bottom: 1px solid var(--oe-line);
  }

  .oe-hero {
    grid-template-rows: 570px 78px;
    min-height: 648px;
  }

  .oe-hero-copy {
    padding: 56px 32px;
  }

  .oe-hero h1 {
    font-size: 46px;
  }

  .oe-project-copy,
  .oe-material-copy {
    padding: 56px 36px;
  }

  .oe-section-head,
  .oe-zones,
  .oe-case-index,
  .oe-scope,
  .oe-social,
  .oe-contact {
    gap: 46px;
  }

  .oe-social-slots {
    align-self: center;
    align-items: start;
    min-width: 0;
  }

  .oe-social-slots > span {
    width: 100%;
    min-width: 0;
  }

  .oe-flow-node {
    min-height: 330px;
    padding-inline: 18px;
  }
}

@media (max-width: 767px) {
  .oe-header {
    min-height: 64px;
    padding: 0 16px;
  }

  .oe-brand-mark {
    width: 44px;
    height: 34px;
  }

  .oe-nav.is-open {
    top: 64px;
    padding-inline: 16px;
  }

  .oe-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .oe-hero-copy {
    min-height: 350px;
    padding: 50px 20px 34px;
    border-right: 0;
  }

  .oe-coordinate {
    top: 14px;
    right: 20px;
    gap: 8px;
    font-size: 8px;
  }

  .oe-label {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .oe-hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .oe-lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .oe-actions {
    gap: 14px;
    margin-top: 22px;
  }

  .oe-button,
  .oe-inline-link {
    min-height: 48px;
  }

  .oe-plan-figure {
    height: 268px;
  }

  .oe-plan-figure::after {
    inset: 10px;
  }

  .oe-annotation {
    min-width: 112px;
    padding: 7px 8px;
  }

  .oe-annotation span {
    font-size: 9px;
  }

  .oe-annotation::before {
    width: 38px;
  }

  .oe-plan-figure figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-size: 8px;
  }

  .oe-hero-facts {
    display: flex;
    overflow-x: auto;
  }

  .oe-hero-facts div {
    min-width: 190px;
    min-height: 66px;
    padding: 0 18px;
  }

  .oe-section,
  .oe-zones,
  .oe-case-index,
  .oe-scope,
  .oe-social,
  .oe-contact {
    padding: 78px 20px;
  }

  .oe-section-head,
  .oe-zones,
  .oe-case-index,
  .oe-scope,
  .oe-social,
  .oe-contact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .oe-section-head {
    margin-bottom: 44px;
  }

  .oe-section-head h2,
  .oe-project-copy h2,
  .oe-zones h2,
  .oe-material h2,
  .oe-case-index h2,
  .oe-social h2,
  .oe-contact h2 {
    font-size: 34px;
  }

  .oe-flow-track {
    grid-template-columns: 1fr;
  }

  .oe-flow-track::before {
    top: 36px;
    bottom: 36px;
    left: 42px;
    width: 1px;
    height: auto;
  }

  .oe-flow-node {
    display: grid;
    grid-template-columns: 44px 48px 1fr;
    align-items: center;
    gap: 14px;
    min-height: 150px;
    padding: 22px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--oe-line);
  }

  .oe-flow-node > .material-symbols-rounded {
    margin-top: 0;
  }

  .oe-flow-node strong {
    margin-top: 0;
    font-size: 19px;
  }

  .oe-flow-node small {
    grid-column: 3;
    margin-top: -18px;
  }

  .oe-project,
  .oe-material {
    grid-template-columns: 1fr;
  }

  .oe-project-media,
  .oe-material figure {
    min-height: 380px;
  }

  .oe-project-copy,
  .oe-material-copy {
    padding: 70px 20px;
  }

  .oe-project-copy h2 {
    font-size: 44px;
  }

  .oe-zone-list article {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .oe-zone-list p {
    grid-column: 2;
  }

  .oe-material li {
    grid-template-columns: 36px 0.7fr 1.3fr;
  }

  .oe-case-grid {
    grid-template-columns: 1fr;
  }

  .oe-scope h2 {
    font-size: 48px;
  }

  .oe-scope-list article {
    grid-template-columns: 36px 1fr 44px;
    gap: 10px;
    padding: 20px 0;
  }

  .oe-scope-list p {
    grid-column: 2 / -1;
  }

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

  .oe-social-slots > span {
    padding: 10px;
  }

  .oe-social-slots small {
    font-size: 8px;
  }

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

  .oe-field-wide,
  .oe-submit,
  .oe-form-note {
    grid-column: auto;
  }

  .oe-footer {
    grid-template-columns: 1fr auto;
    min-height: 104px;
    padding: 20px;
  }

  .oe-footer p {
    display: none;
  }

  .oe-toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
