:root {
  --bg: #f7f5f2;
  --bg-soft: #fbfaf6;
  --ink: #171411;
  --muted: #34302b;
  --green: #75927d;
  --green-dark: #58765f;
  --accent: #c96d3b;
  --accent-dark: #b85f30;
  --gold: #b99a3c;
  --gold-soft: #d2bd6b;
  --line: #8ba995;
  --white: #ffffff;
  --black: #030303;
  --panel: rgba(255, 255, 255, 0.82);
  --container: 1288px;
  --font-serif: "Hiragino Mincho ProN", "HiraMinProN-W3", "HiraMinProN-W6", "Noto Serif JP", "BIZ UDPMincho", "Yu Mincho", serif;
  --font-display: "Italiana", "Times New Roman", serif;
  --font-gotu: "Gotu", var(--font-serif);
  --font-accent: "Habibi", var(--font-display);
  --font-sans: "Hiragino Kaku Gothic ProN", "HiraKakuPro-W6", "Hiragino Sans", "Noto Sans JP", "Inter", sans-serif;
}

html {
  scroll-behavior: auto;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-serif);
  line-height: 1.7;
}

h1,
h2,
h3,
p {
  line-break: strict;
  overflow-wrap: normal;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.dc-break--mobile {
  display: none;
}

.dc-nowrap {
  white-space: nowrap;
}

.sahou-lang-ko {
  --font-serif: "Noto Sans KR", "Noto Serif JP", "Noto Sans JP", sans-serif;
  --font-sans: "Noto Sans KR", "Noto Sans JP", sans-serif;
}

body.sahou-dark-page {
  background: var(--black);
}

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

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

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

button,
select {
  color: inherit;
}

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

.container {
  width: min(var(--container), calc(100% - 80px));
  margin: 0 auto;
}

.site-main {
  position: relative;
  overflow: clip;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  color: var(--black);
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.34s ease;
}

.site-header-hidden:not(.site-menu-open) .site-header {
  transform: translateY(-118%);
}

body:not(.home):not(.sahou-lang-ko):not(.sahou-dark-page):not(.sahou-dark-header) .site-header {
  color: var(--black);
}

.sahou-dark-page .site-header,
.sahou-dark-header .site-header {
  color: var(--white);
}

.site-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: min(1320px, calc(100% - 80px));
  margin: 0 auto;
  pointer-events: auto;
}

.site-branding__title {
  display: block;
}

.site-branding__logo {
  width: 112px;
  height: 112px;
  margin-top: 26px;
  object-fit: contain;
  transition: filter 0.24s ease;
}

.sahou-dark-page .site-branding__logo {
  width: 112px;
  height: 112px;
}

.home:not(.sahou-dark-page) .site-branding__logo,
.sahou-lang-ko:not(.sahou-dark-page) .site-branding__logo {
  filter: brightness(0) invert(1);
}

.home:not(.sahou-dark-page).dc-home-logo-past-hero .site-branding__logo,
.home:not(.sahou-dark-page).site-menu-open .site-branding__logo {
  filter: none;
}

.site-header__nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  padding-top: 30px;
}

.site-header__utility-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-height: 32px;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: color 0.24s ease;
}

.home:not(.sahou-dark-page) .site-header__utility-top {
  color: var(--white);
}

.home:not(.sahou-dark-page).dc-home-header-past-hero .site-header__utility-top {
  color: var(--black);
}

.site-header__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.site-header__search svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header__lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-header__lang-menu {
  position: relative;
  display: inline-flex;
}

.site-header__lang-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

.site-header__lang-toggle span {
  font-size: 0.72em;
}

.site-header__lang-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 34;
  display: grid;
  min-width: 72px;
  padding: 8px 0;
  border: 1px solid rgba(3, 3, 3, 0.12);
  background: rgba(248, 247, 243, 0.96);
  color: var(--black);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.site-header__lang-menu.is-lang-open .site-header__lang-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header__lang-option {
  padding: 7px 14px;
  color: inherit;
  line-height: 1.2;
  text-align: center;
}

.site-header__lang-option.is-active {
  font-weight: 600;
  background: rgba(112, 137, 116, 0.12);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  color: var(--black);
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: color 0.24s ease;
}

.home:not(.sahou-dark-page) .site-nav--primary {
  color: var(--white);
}

.home:not(.sahou-dark-page).dc-home-nav-past-hero .site-nav--primary,
.home:not(.sahou-dark-page).site-menu-open .site-nav--primary {
  color: var(--black);
}

.site-header__menu-toggle {
  display: none;
}

.sahou-dark-page {
  --sahou-menu-toggle-speed: 0.76s;
  --sahou-menu-panel-speed: 1.0s;
  --sahou-menu-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.sahou-dark-page .site-header__menu-toggle {
  position: fixed;
  top: 30px;
  right: max(34px, calc((100vw - 1320px) / 2 + 34px));
  z-index: 33;
  display: block;
  width: 96px;
  height: 74px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
}

.sahou-dark-page .site-header__menu-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: opacity var(--sahou-menu-toggle-speed) ease, transform var(--sahou-menu-toggle-speed) var(--sahou-menu-ease);
}

.sahou-dark-page .site-header__menu-toggle > span:not(.screen-reader-text) {
  position: absolute;
  left: 50%;
  display: block;
  width: 70px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='70' height='16' viewBox='0 0 70 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11 C13 1 24 1 35 11 C46 21 57 21 69 11' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='70' height='16' viewBox='0 0 70 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11 C13 1 24 1 35 11 C46 21 57 21 69 11' fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  transform: translateX(-50%);
  transition:
    transform var(--sahou-menu-toggle-speed) var(--sahou-menu-ease),
    top var(--sahou-menu-toggle-speed) var(--sahou-menu-ease),
    box-shadow var(--sahou-menu-toggle-speed) ease,
    opacity var(--sahou-menu-toggle-speed) ease;
}

.sahou-dark-page .site-header__menu-toggle > span:nth-of-type(2) {
  top: 5px;
}

.sahou-dark-page .site-header__menu-toggle > span:nth-of-type(3) {
  top: 39px;
  transform: translateX(-50%) scaleY(-1);
}

.sahou-dark-page .site-header__menu-toggle::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: 0;
  color: currentColor;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
}

.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"]::before {
  opacity: 0;
  transform: translateX(-50%) scale(0.6);
}

.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  top: 20px;
  box-shadow: none;
  transform: translateX(-50%) rotate(18deg);
}

.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-18deg) scaleY(-1);
}

.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"]::after {
  content: "CLOSE";
  font-size: 17px;
}

.sahou-dark-page .site-header__nav-group {
  position: fixed;
  top: 104px;
  right: max(34px, calc((100vw - 1320px) / 2 + 34px));
  z-index: 32;
  min-width: 320px;
  padding: 32px;
  border: 1px solid rgba(184, 151, 59, 0.48);
  background: rgba(0, 0, 0, 0.82);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition:
    opacity var(--sahou-menu-panel-speed) ease,
    visibility var(--sahou-menu-panel-speed) ease,
    transform var(--sahou-menu-panel-speed) var(--sahou-menu-ease);
  backdrop-filter: blur(14px);
}

.sahou-dark-page.site-menu-open .site-header__nav-group {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sahou-dark-page .site-header__utility-top {
  width: 100%;
  justify-content: flex-end;
}

.sahou-dark-page .site-header__lang-list,
.sahou-dark-header .site-header__lang-list {
  border-color: rgba(184, 151, 59, 0.48);
  background: rgba(0, 0, 0, 0.9);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

.sahou-dark-page .site-header__lang-option.is-active,
.sahou-dark-header .site-header__lang-option.is-active {
  background: rgba(184, 151, 59, 0.2);
}

.sahou-dark-page .site-nav {
  display: grid;
  justify-items: end;
  gap: 18px;
  color: inherit;
  font-size: 22px;
}

.sahou-dark-page .site-nav,
.sahou-dark-header .site-nav {
  color: var(--white);
}

.site-nav a,
.site-header__search,
.site-header__lang-toggle,
.site-header__lang-option {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-header__search:hover,
.site-header__lang-toggle:hover,
.site-header__lang-option:hover {
  opacity: 0.76;
}

.dc-section-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
}

.dc-section-title--center {
  text-align: center;
}

.dc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.button-primary,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 62px;
  padding: 0 34px;
  border: 3px solid var(--accent);
  border-radius: 999px;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.button-primary {
  background: var(--accent);
  color: var(--white);
}

.button-secondary {
  background: transparent;
  color: var(--accent);
}

.button-ghost {
  min-width: 190px;
  min-height: 44px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.78);
  color: var(--white);
  font-size: 14px;
}

.button-primary:hover,
.button-secondary:hover,
.button-ghost:hover {
  transform: translateY(-1px);
}

.dc-not-found {
  min-height: 72vh;
  padding: 192px 0 96px;
  display: grid;
  align-items: center;
}

.dc-not-found__inner {
  max-width: 720px;
}

.dc-not-found__eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 108px);
  line-height: 0.9;
}

.dc-not-found h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.35;
}

.dc-not-found__text {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.dc-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 34px 0 58px;
  text-align: center;
}

.site-footer__inner {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.site-footer__title,
.site-footer__copy,
.site-footer__copyright {
  margin: 0;
}

.site-footer__title {
  transform: translateY(-48px);
  font-size: 24px;
  font-weight: 600;
}

.site-footer__copy {
  font-size: 18px;
}

.site-footer__copyright {
  font-size: 14px;
}

.sahou-dark-page .site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.82);
}

.dc-news-single {
  min-height: 100vh;
  padding: 190px 0 96px;
  background: var(--bg);
}

.dc-news-single__article {
  max-width: 860px;
}

.dc-news-single__date {
  margin: 0 0 18px;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.dc-news-single h1 {
  margin: 0 0 42px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.35;
}

.dc-news-single__content {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 2;
}

.dc-news-single__content > * {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.dc-page {
  min-height: 100vh;
  padding: 190px 0 96px;
  background: var(--bg);
}

.dc-page__article {
  max-width: 920px;
}

.dc-page__header h1 {
  margin: 0 0 48px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 400;
  line-height: 1.15;
}

.dc-page__content {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 2;
}

.dc-page__content > * {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.dc-page__content h2,
.dc-page__content h3 {
  margin-top: 2.4em;
  margin-bottom: 0.8em;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.5;
}

.dc-page__content h2 {
  font-size: 1.35rem;
}

.dc-page__content h3 {
  font-size: 1.12rem;
}

.dc-page__content a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.dc-page__content ul,
.dc-page__content ol {
  padding-left: 1.4em;
}

.dc-page__pagination {
  display: flex;
  gap: 10px;
  margin-top: 42px;
}

@media (max-width: 1024px) {
  .site-header__inner {
    width: min(100% - 48px, var(--container));
  }

  .site-branding__logo {
    width: 84px;
    height: 84px;
    margin-top: 28px;
  }

  .sahou-dark-page .site-branding__logo {
    width: 84px;
    height: 84px;
  }

  .site-header__nav-group {
    gap: 16px;
    padding-top: 34px;
  }

  .site-nav {
    gap: 24px;
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .dc-break--desktop {
    display: none;
  }

  .dc-break--mobile {
    display: initial;
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .dc-page {
    padding: 130px 0 72px;
  }

  .dc-page__header h1 {
    margin-bottom: 32px;
  }

  .site-header__inner {
    width: calc(100% - 28px);
    min-height: 88px;
  }

  .site-branding__logo {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    margin-top: 8px;
  }

  .sahou-dark-page .site-branding__logo {
    width: 68px;
    height: 68px;
  }

  .site-header__nav-group {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 34px;
    padding: 110px 30px 48px;
    background: var(--bg);
    color: var(--black);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  .sahou-dark-page .site-header__nav-group,
  .sahou-dark-header .site-header__nav-group {
    background: var(--black);
    color: var(--white);
  }

  .site-menu-open {
    overflow: hidden;
  }

  .site-menu-open .site-header__nav-group {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  body.site-menu-open:not(.sahou-dark-page):not(.sahou-dark-header) .site-branding__logo {
    filter: brightness(0);
  }

  .site-header__menu-toggle {
    position: fixed;
    top: 24px;
    right: 20px;
    z-index: 3;
    display: grid;
    place-content: center;
    gap: 7px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
  }

  .sahou-dark-page .site-header__menu-toggle {
    top: 22px;
    right: 18px;
    width: 82px;
    height: 64px;
  }

  .sahou-dark-page .site-header__menu-toggle::before {
    top: 20px;
    width: 11px;
    height: 11px;
  }

  .sahou-dark-page .site-header__menu-toggle > span:not(.screen-reader-text) {
    width: 58px;
    height: 14px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='58' height='14' viewBox='0 0 58 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.5 C11 1 20 1 29 9.5 C38 18 47 18 57 9.5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='58' height='14' viewBox='0 0 58 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.5 C11 1 20 1 29 9.5 C38 18 47 18 57 9.5' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  }

  .sahou-dark-page .site-header__menu-toggle > span:nth-of-type(2) {
    top: 4px;
  }

  .sahou-dark-page .site-header__menu-toggle > span:nth-of-type(3) {
    top: 34px;
  }

  .sahou-dark-page .site-header__menu-toggle::after {
    font-size: 16px;
  }

  .sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(2),
  .sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    top: 18px;
  }

  .sahou-dark-page .site-header__menu-toggle[aria-expanded="true"]::after {
    font-size: 15px;
  }

  .site-header__menu-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 28px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s ease;
  }

  .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-header__utility-top {
    justify-content: center;
    gap: 24px;
    font-size: 18px;
  }

  .home:not(.sahou-dark-page).site-menu-open .site-header__utility-top {
    color: var(--black);
  }

  .site-header__search {
    width: 24px;
    height: 24px;
  }

  .site-header__search svg {
    width: 22px;
    height: 22px;
  }

  .site-nav {
    display: grid;
    justify-items: center;
    gap: 24px;
    color: inherit;
    font-size: 24px;
  }

  .sahou-dark-page .site-header__nav-group {
    top: 0;
    right: 0;
    min-width: 0;
    border: 0;
    background: var(--black);
  }

  .sahou-dark-page .site-nav {
    justify-items: center;
    gap: 24px;
    font-size: 24px;
  }

  .site-footer__title {
    transform: translateY(-28px);
  }

  .button-primary,
  .button-secondary {
    width: 100%;
    min-width: 0;
  }

  .dc-actions {
    width: 100%;
    gap: 16px;
  }
}

.sahou-dark-page .site-header__menu-toggle {
  display: grid;
  place-content: center;
  gap: 9px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
}

.sahou-dark-page .site-header__menu-toggle::before,
.sahou-dark-page .site-header__menu-toggle::after,
.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"]::before,
.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"]::after {
  content: none;
}

.sahou-dark-page .site-header__menu-toggle > span:not(.screen-reader-text) {
  position: static;
  display: block;
  width: 34px;
  height: 2px;
  background: currentColor;
  -webkit-mask: none;
  mask: none;
  transform: none;
  transition: transform 0.2s ease;
}

.sahou-dark-page .site-header__menu-toggle > span:nth-of-type(2),
.sahou-dark-page .site-header__menu-toggle > span:nth-of-type(3),
.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(2),
.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  top: auto;
}

.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(5.5px) rotate(45deg);
}

.sahou-dark-page .site-header__menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

@media (min-width: 761px) {
  .sahou-dark-page .site-header__menu-toggle {
    top: 30px;
    right: max(34px, calc((100vw - 1320px) / 2 + 34px));
  }
}

@media (max-width: 760px) {
  .sahou-dark-page .site-header__menu-toggle {
    top: 24px;
    right: 20px;
  }
}
