:root {
  --ensb-black: #0c0c0c;
  --ensb-white: #ffffff;
  --ensb-gray: #f5f5f7;
  --ensb-gray-2: #e8e8eb;
  --ensb-gray-3: #77777e;
  --ensb-orange: #e96f42;
  --ensb-blue: #3277a9;
}

.ensb-site-header,
.ensb-site-header *,
.ensb-site-footer,
.ensb-site-footer *,
.ensb-home,
.ensb-home * { box-sizing: border-box; }

.ensb-wrap {
  width: min(1300px, calc(100% - 72px));
  margin-inline: auto;
}

.ensb-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, .97);
  color: var(--ensb-black);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  backdrop-filter: blur(12px);
}

.admin-bar .ensb-site-header { top: 32px; }

.ensb-site-header__inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  border-bottom: 1px solid #d9d9d9;
}

.ensb-site-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none !important;
}

.ensb-site-logo img {
  display: block;
  width: 188px;
  height: auto;
}

.ensb-site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
}

.ensb-site-nav a {
  color: var(--ensb-black) !important;
  font-size: .78rem;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
}

.ensb-site-nav a:not(.ensb-site-nav__cta) { padding-block: 25px; }
.ensb-site-nav a:not(.ensb-site-nav__cta):hover { opacity: .5; }

.ensb-site-nav .ensb-site-nav__cta {
  display: inline-flex;
  min-width: 150px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ensb-black);
  border-radius: 999px;
  background: var(--ensb-black);
  color: #fff !important;
  transition: background .2s ease, color .2s ease;
}

.ensb-site-nav .ensb-site-nav__cta:hover {
  background: #fff;
  color: var(--ensb-black) !important;
}

.ensb-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ensb-black);
  font: inherit;
}

.ensb-home {
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  background: var(--ensb-white);
  color: var(--ensb-black);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ensb-home img { display: block; width: 100%; }
.ensb-home figure { margin: 0; }

.ensb-eyebrow {
  margin: 0 0 25px;
  color: var(--ensb-black);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: none;
}

.ensb-home h2 {
  margin: 0;
  color: var(--ensb-black);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.42;
}

.ensb-button,
.ensb-text-link {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 52px;
  padding: 0 34px;
  border: 1px solid var(--ensb-black);
  border-radius: 999px;
  background: transparent;
  color: var(--ensb-black) !important;
  font-size: .76rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease;
}

.ensb-button::after,
.ensb-text-link::after { content: "›"; font-size: 1.4rem; font-weight: 300; }
.ensb-button:hover,
.ensb-text-link:hover { background: var(--ensb-black); color: #fff !important; }

.ensb-hero { background: #fff; }

.ensb-hero__inner {
  display: grid;
  min-height: 650px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(70px, 9vw, 140px);
  padding-block: 48px 70px;
}

.ensb-hero__visual {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}

.ensb-hero__visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -18px;
  background:
    linear-gradient(135deg, rgba(75, 190, 166, .24), rgba(255,255,255,.18) 35%, rgba(239, 141, 101, .22) 75%, rgba(122, 102, 201, .17));
}

.ensb-hero-art {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: #eee;
}

.ensb-hero-art img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.ensb-hero__copy { align-self: center; }

.ensb-hero h1 {
  margin: 0;
  color: var(--ensb-black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3.5rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1;
  white-space: nowrap;
}

.ensb-hero__tagline {
  margin: 30px 0 0;
  color: var(--ensb-black);
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: .01em;
}

.ensb-intro { padding: 118px 0 66px; }

.ensb-two-column {
  display: block;
  max-width: 730px;
  text-align: center;
}

.ensb-intro .ensb-eyebrow { margin-bottom: 18px; font-size: .68rem; }
.ensb-intro h2 { font-size: 1.25rem; line-height: 1.75; }
.ensb-intro h2 br { display: none; }
.ensb-body-copy { margin-top: 28px; }

.ensb-body-copy p {
  margin: 0 0 16px;
  color: #444;
  font-size: .83rem;
  line-height: 1.95;
}

.ensb-body-copy .ensb-strong {
  color: var(--ensb-black) !important;
  font-size: .9rem !important;
  font-weight: 500;
}

.ensb-quick { padding: 44px 0 126px; }

.ensb-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  align-items: center;
}

.ensb-quick a {
  position: relative;
  display: block;
  min-height: 92px;
  padding: 15px 12px;
  color: var(--ensb-black) !important;
  text-align: center;
  text-decoration: none !important;
  transition: opacity .2s ease;
}

.ensb-quick a:hover { opacity: .55; }
.ensb-quick small { display: block; margin-bottom: 10px; color: #888; font-size: .66rem; }
.ensb-quick strong { display: block; font-size: clamp(1.28rem, 2vw, 1.85rem); font-weight: 600; letter-spacing: -.03em; }
.ensb-quick a:nth-child(1) strong { color: var(--ensb-blue); }
.ensb-quick a:nth-child(2) strong { color: var(--ensb-orange); }
.ensb-quick a:nth-child(3) strong { color: #4a8f70; }
.ensb-quick span { display: block; margin-top: 8px; color: #777; font-size: .68rem; }
.ensb-quick a::after { content: ""; }

.ensb-services { padding: 0 0 132px; background: #fff; }

.ensb-section-head {
  display: block;
  max-width: 720px;
  margin: 0 auto 62px;
  text-align: center;
}

.ensb-section-head .ensb-eyebrow { display: none; }
.ensb-section-head h2 { font-size: 1.55rem; }
.ensb-section-head h2 br { display: none; }

.ensb-section-head > p {
  margin: 30px auto 0;
  color: #4f4f53;
  font-size: .8rem;
  line-height: 1.9;
}

.ensb-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ensb-service { min-width: 0; }
.ensb-service--reverse figure { order: 0; }

.ensb-service figure {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--ensb-gray);
}

.ensb-service figure img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.ensb-service:hover figure img { transform: scale(1.025); }

.ensb-service__copy {
  display: flex;
  min-height: 325px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 4px 0;
}

.ensb-index { color: #777; font-size: .66rem; font-weight: 400; letter-spacing: .03em; }

.ensb-service h3 {
  margin: 15px 0 12px;
  color: var(--ensb-black);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.4;
}

.ensb-service p {
  margin: 0 0 15px;
  color: #555;
  font-size: .76rem;
  line-height: 1.85;
}

.ensb-service .ensb-tagline { color: var(--ensb-black); font-size: .84rem; font-weight: 500; }
.ensb-service .ensb-price { margin-top: auto; color: var(--ensb-black); font-size: .72rem; }
.ensb-price strong { color: var(--ensb-black); font-size: 1rem; }

.ensb-service .ensb-text-link {
  min-height: 0;
  margin-top: 12px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  font-size: .7rem;
}

.ensb-service .ensb-text-link:hover { background: transparent; color: #777 !important; }

.ensb-approach { padding: 112px 0 150px; background: #fff; }

.ensb-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.ensb-points article {
  display: block;
  min-height: 138px;
  padding: 26px 28px;
  border-radius: 999px;
  background: var(--ensb-gray);
}

.ensb-points small { display: flex; align-items: center; gap: 10px; color: var(--ensb-black); font-size: .62rem; font-weight: 400; letter-spacing: .02em; white-space: nowrap; }
.ensb-points small b { font-size: 1.9rem; font-weight: 400; letter-spacing: -.05em; }
.ensb-points h3 { margin: 10px 0 4px; color: var(--ensb-black); font-size: .9rem; font-weight: 500; }
.ensb-points p { margin: 0; color: #555; font-size: .68rem; line-height: 1.55; }

.ensb-works { padding: 112px 0 142px; background: #f8f8f9; }

.ensb-works .ensb-section-head {
  max-width: 900px;
  margin-bottom: 72px;
}

.ensb-works .ensb-section-head h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.34;
}

.ensb-works .ensb-section-head > p {
  max-width: 760px;
  margin-top: 24px;
  color: #303034;
  font-size: .95rem;
  line-height: 1.9;
}

.ensb-work-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
  overflow: hidden;
  background: var(--ensb-black);
  color: #fff;
}

.ensb-work-feature > figure {
  overflow: hidden;
  min-height: 530px;
  background: #e9eaec;
}

.ensb-work-feature > figure img { height: 100%; object-fit: cover; object-position: center; transition: transform .6s ease; }
.ensb-work-feature:hover > figure img { transform: scale(1.015); }

.ensb-work-feature__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 74px);
}

.ensb-work-label {
  margin: 0;
  color: inherit;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.ensb-work-feature h3 {
  margin: 24px 0 20px;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.45;
}

.ensb-work-feature__copy > p:not(.ensb-work-label) {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: .9rem;
  line-height: 1.9;
}

.ensb-work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ensb-work-tags li {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0f0f2;
  color: #343439;
  font-size: .68rem;
  font-weight: 600;
}

.ensb-work-tags--dark { margin-top: 24px; }
.ensb-work-tags--dark li { border: 1px solid rgba(255,255,255,.42); background: transparent; color: #fff; }

.ensb-work-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 42px 0 12px;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.ensb-work-results > div { padding: 22px 10px 24px 0; }
.ensb-work-results > div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.5); }
.ensb-work-results dt { margin-bottom: 8px; color: rgba(255,255,255,.8); font-size: .72rem; }
.ensb-work-results dd { margin: 0; color: #fff; font-size: .86rem; }
.ensb-work-results strong { margin-right: 3px; font-size: clamp(2.15rem, 3.3vw, 3rem); font-weight: 500; letter-spacing: -.06em; }
.ensb-work-feature small { color: rgba(255,255,255,.72); font-size: .68rem; }

.ensb-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 30px;
  margin-top: 72px;
}

.ensb-work-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d6d6d9;
  background: #fff;
}
.ensb-work-card > a { display: block; height: 100%; color: inherit !important; text-decoration: none !important; }
.ensb-work-card figure { overflow: hidden; aspect-ratio: 16 / 10; background: var(--ensb-gray); }
.ensb-work-card figure img { height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.ensb-work-card:hover figure img { transform: scale(1.02); }
.ensb-work-card__body { padding: 28px 28px 32px; }
.ensb-work-card__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ensb-work-card__head > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaaab0;
  border-radius: 50%;
  font-size: .9rem;
}
.ensb-work-card .ensb-work-label { color: #55555b; }
.ensb-work-client { margin: 24px 0 0; color: #67676d; font-size: .78rem; font-weight: 600; }
.ensb-work-card h3 { min-height: 3.2em; margin: 9px 0 0; color: var(--ensb-black); font-size: clamp(1.25rem, 1.7vw, 1.55rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.6; }
.ensb-work-card .ensb-work-tags { margin-top: 20px; }
.ensb-work-card dl { margin: 22px 0 0; border-top: 1px solid #bcbcc1; }
.ensb-work-card dl > div { display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid #d7d7da; }
.ensb-work-card dt { color: var(--ensb-black); font-size: .74rem; font-weight: 700; }
.ensb-work-card dd { margin: 0; color: #333338; font-size: .82rem; line-height: 1.7; }

.ensb-work-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 64px;
  padding-top: 30px;
  border-top: 1px solid var(--ensb-black);
}

.ensb-work-more p { max-width: 650px; margin: 0; color: #333338; font-size: .84rem; line-height: 1.8; }
.ensb-work-more .ensb-text-link { flex: 0 0 auto; }

/* Will Style inspired works: image-led, uniform and easy to scan. */
.ensb-works { padding: 126px 0 144px; background: #f1f1ef; }
.ensb-works__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 54px;
  padding-bottom: 32px;
  border-bottom: 1px solid #cfcfcb;
}
.ensb-works__head > div { max-width: 720px; }
.ensb-works__head .ensb-eyebrow { margin-bottom: 12px; }
.ensb-works__head h2 {
  color: var(--ensb-black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3.8rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .9;
}
.ensb-works__head > div > p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: #4e4e50;
  font-size: .92rem;
  line-height: 1.9;
}
.ensb-works__head .ensb-text-link { flex: 0 0 auto; }
.ensb-work-grid { gap: 76px 30px; margin-top: 0; }
.ensb-work-card { overflow: visible; border: 0; background: transparent; }
.ensb-work-card figure { background: #dfdfdc; }
.ensb-work-card figure img {
  filter: saturate(.9);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}
.ensb-work-card:hover figure img { transform: scale(1.025); filter: saturate(1); }
.ensb-work-card__body { position: relative; padding: 22px 50px 0 0; }
.ensb-work-card__body::after {
  content: "↗";
  position: absolute;
  top: 22px;
  right: 0;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b8b8b4;
  border-radius: 50%;
  font-size: .9rem;
}
.ensb-work-label {
  margin: 0;
  color: #6f6f71;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.ensb-work-card h3 {
  min-height: 0;
  margin: 12px 0 0;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.55;
}
.ensb-work-client { margin: 13px 0 0; color: #77777a; font-size: .76rem; font-weight: 400; }
.ensb-case-strip {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 6vw, 92px);
  margin-top: 126px;
  padding: 38px;
  border-top: 1px solid #c6c6c2;
  border-bottom: 1px solid #c6c6c2;
  background: rgba(255,255,255,.46);
}
.ensb-case-strip figure { overflow: hidden; aspect-ratio: 4 / 3; background: #ddd; }
.ensb-case-strip figure img { height: 100%; object-fit: cover; object-position: center; }
.ensb-case-strip__copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.ensb-case-strip h3 {
  max-width: 720px;
  margin: 18px 0 16px;
  color: var(--ensb-black);
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.4;
}
.ensb-case-strip__copy > p:not(.ensb-work-label) { margin: 0; color: #505054; font-size: .86rem; line-height: 1.85; }
.ensb-case-strip .ensb-work-results {
  margin: 30px 0 12px;
  border-color: #bdbdb9;
}
.ensb-case-strip .ensb-work-results > div { padding: 17px 8px 19px 0; }
.ensb-case-strip .ensb-work-results > div + div { padding-left: 18px; border-color: #bdbdb9; }
.ensb-case-strip .ensb-work-results dt { margin-bottom: 6px; color: #76767a; font-size: .68rem; }
.ensb-case-strip .ensb-work-results dd { color: var(--ensb-black); font-size: .78rem; }
.ensb-case-strip .ensb-work-results strong { font-size: clamp(1.75rem, 2.8vw, 2.5rem); font-weight: 400; }
.ensb-case-strip small { color: #77777a; font-size: .66rem; }

.ensb-profile { padding: 136px 0 150px; background: #fff; }

.ensb-profile__grid {
  display: flex;
  max-width: 820px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ensb-profile figure { width: 176px; overflow: hidden; border-radius: 50%; background: var(--ensb-gray); }
.ensb-profile figure img { aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 14%; filter: grayscale(1); }
.ensb-profile .ensb-eyebrow { margin-top: 36px; }
.ensb-profile h2 { font-size: 1.85rem; }
.ensb-profile h2 br { display: none; }

.ensb-profile p {
  max-width: 690px;
  margin: 22px auto 0;
  color: #555;
  font-size: .78rem;
  line-height: 1.9;
}

.ensb-profile .ensb-strong { color: var(--ensb-black) !important; font-size: .9rem !important; font-weight: 500; }
.ensb-signature { padding-top: 18px; border-top: 1px solid #ddd; }
.ensb-signature strong { display: block; margin-top: 5px; color: var(--ensb-black); }

.ensb-journal { padding: 118px 0 142px; background: #fff; }

.ensb-journal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 72px;
}

.ensb-journal__head .ensb-eyebrow { display: none; }
.ensb-journal__head h2 { font-size: 1.55rem; }

.ensb-journal__head .ensb-text-link {
  min-height: 48px;
  gap: 38px;
  padding-inline: 28px;
}

.ensb-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.ensb-articles a { display: block; color: inherit !important; text-decoration: none !important; }
.ensb-articles figure { overflow: hidden; aspect-ratio: 16 / 9; background: var(--ensb-gray); }
.ensb-articles figure img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.ensb-articles article:hover img { transform: scale(1.025); }
.ensb-articles a > div { padding-top: 18px; }
.ensb-articles p { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; color: #777; font-size: .64rem; }
.ensb-articles p span { padding: 3px 6px; border: 1px solid #bbb; border-radius: 2px; color: #555; }
.ensb-articles h3 { margin: 0; color: var(--ensb-black); font-size: .8rem; font-weight: 500; line-height: 1.7; }

.ensb-contact { padding: 80px 0 120px; background: #fff; }

.ensb-contact__box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--ensb-black);
  color: #fff;
}

.ensb-contact__box > div {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: center;
  padding: 44px 56px;
}

.ensb-contact__box > div:first-child { border-right: 1px solid rgba(255,255,255,.28); }
.ensb-contact .ensb-eyebrow { color: #aaa; }
.ensb-contact h2 { color: #fff; font-size: 1.55rem; }
.ensb-contact h2 br { display: none; }
.ensb-contact p { margin: 0 0 22px; color: rgba(255,255,255,.75); font-size: .76rem; line-height: 1.8; }

.ensb-contact .ensb-button {
  min-height: 48px;
  border-color: #fff;
  color: #fff !important;
}

.ensb-contact .ensb-button:hover { background: #fff; color: var(--ensb-black) !important; }
.ensb-contact small { display: block; margin-top: 12px; color: #999; font-size: .64rem; }

.ensb-site-footer {
  width: 100%;
  padding: 64px 0 26px;
  border-top: 1px solid rgba(255,255,255,.16);
  background: #191919;
  color: #fff;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.ensb-site-footer__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
  padding-bottom: 58px;
}

.ensb-site-footer__logo {
  color: #fff !important;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -.045em;
  text-decoration: none !important;
}

.ensb-site-footer__main p { margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: .72rem; line-height: 1.8; }

.ensb-site-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 24px; }
.ensb-site-footer__nav a { color: #fff !important; font-size: .7rem; text-decoration: none !important; }
.ensb-site-footer__nav a:hover { opacity: .5; }

.ensb-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.55);
  font-size: .62rem;
}

.ensb-site-footer__bottom small { color: rgba(255,255,255,.55); }

.ensb-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .65s ease, transform .65s ease;
}

.ensb-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .ensb-menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 12px 0; cursor: pointer; }
  .ensb-menu-toggle__label { font-size: .7rem; }
  .ensb-menu-toggle__lines { display: grid; gap: 6px; width: 26px; }
  .ensb-menu-toggle__lines i { display: block; height: 1px; background: var(--ensb-black); transition: transform .2s ease; }
  .ensb-menu-toggle[aria-expanded="true"] .ensb-menu-toggle__lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .ensb-menu-toggle[aria-expanded="true"] .ensb-menu-toggle__lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .ensb-site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 0 36px 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }
  .ensb-site-nav.is-open { display: grid; }
  .ensb-site-nav a,
  .ensb-site-nav a:not(.ensb-site-nav__cta) { min-height: 52px; justify-content: center; padding: 12px; border-bottom: 1px solid #eee; }
  .ensb-site-nav .ensb-site-nav__cta { margin-top: 8px; }
  .ensb-hero__inner { gap: 65px; }
  .ensb-hero h1 { font-size: clamp(3rem, 5.4vw, 4rem); }
  .ensb-points { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .admin-bar .ensb-site-header { top: 46px; }
  .ensb-wrap { width: min(100% - 36px, 650px); }
  .ensb-site-header__inner { min-height: 68px; }
  .ensb-site-logo img { width: 154px; }
  .ensb-site-nav { grid-template-columns: 1fr; padding-inline: 18px; }
  .ensb-site-nav a,
  .ensb-site-nav a:not(.ensb-site-nav__cta) { justify-content: flex-start; }
  .ensb-site-nav .ensb-site-nav__cta { justify-content: center; }
  .ensb-hero__inner {
    display: grid;
    min-height: calc(100svh - 68px);
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 34px;
    padding-block: 36px 44px;
  }
  .admin-bar .ensb-hero__inner { min-height: calc(100svh - 114px); }
  .ensb-hero__visual { order: 1; width: 100%; align-self: center; justify-self: end; }
  .ensb-hero__visual::before { inset: -12px; }
  .ensb-hero__copy { order: 2; width: auto; }
  .ensb-hero h1 { font-size: clamp(2.1rem, 5.3vw, 2.8rem); white-space: nowrap; }
  .ensb-hero__tagline { margin-top: 18px; font-size: .88rem; line-height: 1.7; }
  .ensb-intro { padding: 88px 0 45px; }
  .ensb-intro h2 { font-size: 1.12rem; }
  .ensb-quick { padding: 28px 0 92px; }
  .ensb-quick__grid { grid-template-columns: 1fr; gap: 6px; }
  .ensb-quick a { min-height: 0; padding: 20px 8px; border-bottom: 1px solid #e5e5e5; }
  .ensb-services,
  .ensb-approach,
  .ensb-works,
  .ensb-profile,
  .ensb-journal { padding: 88px 0; }
  .ensb-section-head { margin-bottom: 46px; }
  .ensb-service-list { grid-template-columns: 1fr; gap: 64px; }
  .ensb-service__copy { min-height: 0; padding-top: 22px; }
  .ensb-service .ensb-price { margin-top: 12px; }
  .ensb-points { grid-template-columns: 1fr; gap: 12px; }
  .ensb-points article { min-height: 112px; }
  .ensb-works .ensb-section-head { margin-bottom: 38px; text-align: left; }
  .ensb-works .ensb-section-head h2 { font-size: 1.75rem; line-height: 1.42; }
  .ensb-works .ensb-section-head > p { margin-top: 18px; font-size: .9rem; line-height: 1.85; }
  .ensb-work-feature { grid-template-columns: 1fr; }
  .ensb-work-feature > figure { order: 2; min-height: 0; aspect-ratio: 16 / 10; }
  .ensb-work-feature__copy { order: 1; padding: 38px 26px 42px; }
  .ensb-work-feature h3 { margin-top: 18px; font-size: 1.7rem; line-height: 1.5; }
  .ensb-work-feature__copy > p:not(.ensb-work-label) { font-size: .9rem; }
  .ensb-work-results { margin-top: 30px; }
  .ensb-work-results > div { padding: 18px 8px 20px 0; }
  .ensb-work-results > div + div { padding-left: 10px; }
  .ensb-work-results strong { font-size: 2rem; }
  .ensb-work-grid { grid-template-columns: 1fr; gap: 54px; margin-top: 58px; }
  .ensb-work-card__body { padding: 24px 22px 28px; }
  .ensb-work-client { margin-top: 20px; }
  .ensb-work-card h3 { min-height: 0; font-size: 1.3rem; }
  .ensb-work-card dd { font-size: .84rem; }
  .ensb-work-more { align-items: flex-start; flex-direction: column; margin-top: 54px; }
  .ensb-works__head { align-items: flex-start; flex-direction: column; gap: 26px; margin-bottom: 40px; }
  .ensb-works__head h2 { font-size: clamp(3.7rem, 16vw, 5.4rem); }
  .ensb-works__head > div > p:last-child { margin-top: 20px; font-size: .88rem; }
  .ensb-works__head .ensb-text-link { min-height: 48px; }
  .ensb-work-grid { gap: 58px; margin-top: 0; }
  .ensb-work-card__body { padding: 20px 48px 0 0; }
  .ensb-work-card__body::after { top: 18px; }
  .ensb-work-client { margin-top: 10px; }
  .ensb-case-strip { grid-template-columns: 1fr; gap: 28px; margin-top: 82px; padding: 24px; }
  .ensb-case-strip figure { aspect-ratio: 16 / 10; }
  .ensb-case-strip h3 { font-size: 1.55rem; }
  .ensb-profile h2 { font-size: 1.55rem; }
  .ensb-journal__head { align-items: flex-start; flex-direction: column; margin-bottom: 48px; }
  .ensb-articles { grid-template-columns: 1fr; gap: 48px; }
  .ensb-contact { padding: 60px 0 88px; }
  .ensb-contact__box { grid-template-columns: 1fr; }
  .ensb-contact__box > div { min-height: 0; padding: 42px 28px; }
  .ensb-contact__box > div:first-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .ensb-site-footer { padding-top: 52px; }
  .ensb-site-footer__main { grid-template-columns: 1fr; gap: 40px; padding-bottom: 42px; }
  .ensb-site-footer__nav { grid-template-columns: repeat(2, 1fr); }
  .ensb-site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 560px) {
  .ensb-hero__inner {
    display: flex;
    min-height: calc(100svh - 68px);
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-block: 34px 44px;
  }
  .admin-bar .ensb-hero__inner { min-height: calc(100svh - 114px); }
  .ensb-hero__copy { order: 1; width: 100%; }
  .ensb-hero__visual { order: 2; width: min(78vw, 300px); align-self: center; }
  .ensb-hero h1 { font-size: clamp(2.25rem, 10.7vw, 2.75rem); }
  .ensb-hero__tagline { margin-top: 15px; font-size: .88rem; }
  .ensb-case-strip { padding: 18px; }
  .ensb-case-strip .ensb-work-results { grid-template-columns: 1fr; }
  .ensb-case-strip .ensb-work-results > div,
  .ensb-case-strip .ensb-work-results > div + div { padding: 13px 0; border-left: 0; border-bottom: 1px solid #d2d2ce; }
  .ensb-case-strip .ensb-work-results > div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ensb-home *,
  .ensb-home *::before,
  .ensb-home *::after { transition-duration: .01ms !important; }
  .ensb-reveal { opacity: 1; transform: none; }
}
