* {
box-sizing: border-box;
}

[hidden] {
display: none !important;
}

html {
scroll-behavior: auto; scrollbar-width: none; -ms-overflow-style: none; background: var(--paper);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none; width: 0; height: 0;
}

body {
min-width: 320px; margin: 0; overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; background: var(--paper); color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif; font-size: 16px; line-height: 1.75;
}

body.menu-open {
overflow: hidden;
}

a {
color: inherit; text-decoration: none;
}

button {
font: inherit;
}

img {
display: block; max-width: 100%;
}

.skip-link {
position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); transition: transform 160ms ease;
}

.skip-link:focus {
transform: translateY(0); outline: 2px solid var(--forest); outline-offset: 3px;
}

.page-shell {
position: relative; overflow: clip;
}

.page-section {
position: relative; isolation: isolate;
}

.page-section > :not(takenaka-paper-surface) {
position: relative; z-index: 1;
}

.paper-overlay {
z-index: 0 !important; opacity: 0.2; background: transparent !important;
}

.paper-overlay .tps-base {
background: transparent !important;
}

@media (max-width: 620px) {
body {
font-size: 15px;
}
}

@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}

*, *::before, *::after {
animation-duration: 1ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 1ms !important;
}
}
