* {
box-sizing: border-box;
}

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;
}

takenaka-paper-surface {
position: absolute; inset: 0; z-index: 0; display: block; overflow: hidden; pointer-events: none; user-select: none; contain: paint; background-color: transparent; background-image: repeating-linear-gradient(90deg, rgba(24, 55, 59, 0.025) 0 1px, transparent 1px 11px), radial-gradient(circle at 18% 32%, rgba(24, 55, 59, 0.05) 0 0.45px, transparent 0.8px), radial-gradient(circle at 72% 64%, rgba(255, 255, 255, 0.45) 0 0.55px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 34%); background-position: 0 0, 0 0, 9px 6px, 0 0; background-size: auto, 43px 37px, 31px 41px, auto;
}

.paper-overlay {
z-index: 0 !important; opacity: 0.2;
}

@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;
}
}
