:root {
  --pri-color: #5968ff;
  --grady-color: #5968ff;
  --yuta-orange: #5968ff;
  --yuta-peach: #ff8c00;
  --yuta-ink: #171717;
  --yuta-muted: #6b6b6b;
  --yuta-paper: #fffaf4;
  --yuta-white: #ffffff;
  --yuta-red: #e40303;
  --yuta-orange-stripe: #ff8c00;
  --yuta-yellow: #ffed00;
  --yuta-green: #008026;
  --yuta-blue: #004dff;
  --yuta-purple: #750787;
  --yuta-action: #5968ff;
  --yuta-action-hover: #3446d8;
  --yuta-rainbow: linear-gradient(90deg, var(--yuta-red) 0 16.66%, var(--yuta-orange-stripe) 16.66% 33.32%, var(--yuta-yellow) 33.32% 49.98%, var(--yuta-green) 49.98% 66.64%, var(--yuta-blue) 66.64% 83.3%, var(--yuta-purple) 83.3% 100%);
  --yuta-line: 2px solid var(--yuta-ink);
  --yuta-shadow: 7px 7px 0 var(--yuta-ink);
}

html { scroll-behavior: smooth; }

/* Clean editorial shell: no utility icons, breaking-news strip, ads, or sidebars. */
.bs-header-main .info-right,
.m-header .right-nav,
.mainfeatured,
.bs-ticker,
.bs-latest-news,
.sidebar-left,
.sidebar-right,
.archive-class aside.col-lg-4,
.single-class aside.col-lg-3,
.page-class aside.col-lg-4 { display: none !important; }
.bs-header-main .site-title a,
.m-header .site-title a,
.site-branding-text .site-title a { text-shadow: 4px 4px 0 var(--yuta-action) !important; }

.bs-menu-full { position: relative; margin-bottom: 0 !important; padding-bottom: 10px; }
.bs-menu-full::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 8px; background: var(--yuta-rainbow); border-top: 2px solid var(--yuta-ink); border-bottom: 2px solid var(--yuta-ink); }
.bs-default .navbar-wp { background: var(--yuta-white); border: var(--yuta-line); box-shadow: 5px 5px 0 var(--yuta-ink); }
.bs-default .navbar-wp .navbar-nav > li > a { font-weight: 750; letter-spacing: .01em; padding: 16px 15px; }
.bs-default .navbar-wp .navbar-nav > li.current-menu-item > a,
.bs-default .navbar-wp .navbar-nav > li > a:hover,
.bs-default .navbar-wp .navbar-nav > li > a:focus { color: var(--yuta-orange); }
.bs-default .navbar-wp .navbar-nav > li.current-menu-item > a { background: #fff0f7; }
.bs-default .navbar-wp .navbar-nav > li.menu-submit-story > a { background: var(--yuta-yellow); color: var(--yuta-ink); border-left: var(--yuta-line); border-right: var(--yuta-line); }
.bs-default .navbar-wp .navbar-nav > li.menu-submit-story > a:hover { background: var(--yuta-ink); color: var(--yuta-white); }

@media (min-width: 992px) {
  .bs-default .navbar-wp .navbar-nav > li > a { border-right: 2px solid var(--yuta-ink); }
  .bs-default .navbar-wp .navbar-nav > li:first-child > a { border-left: 2px solid var(--yuta-ink); }
}

.bs-default .navbar-wp .navbar-nav > li:nth-child(1) > a { background: #ff6b8a; color: var(--yuta-ink); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(2) > a { background: #ff5757; color: var(--yuta-ink); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(3) > a { background: #ff9f1c; color: var(--yuta-ink); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(4) > a { background: #ffe338; color: var(--yuta-ink); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(5) > a { background: #38c978; color: var(--yuta-ink); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(6) > a { background: #4ed0c0; color: var(--yuta-ink); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(7) > a { background: #8b4dcc; color: var(--yuta-white); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(8) > a { background: #5968ff; color: var(--yuta-white); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(n) > a:hover,
.bs-default .navbar-wp .navbar-nav > li:nth-child(n) > a:focus,
.bs-default .navbar-wp .navbar-nav > li.current-menu-item:nth-child(n) > a { color: var(--yuta-ink); filter: brightness(.92); box-shadow: inset 0 -6px 0 rgba(23, 23, 23, .28); }
.bs-default .navbar-wp .navbar-nav > li:nth-child(7) > a:hover,
.bs-default .navbar-wp .navbar-nav > li:nth-child(7) > a:focus,
.bs-default .navbar-wp .navbar-nav > li.current-menu-item:nth-child(7) > a,
.bs-default .navbar-wp .navbar-nav > li:nth-child(8) > a:hover,
.bs-default .navbar-wp .navbar-nav > li:nth-child(8) > a:focus,
.bs-default .navbar-wp .navbar-nav > li.current-menu-item:nth-child(8) > a { color: var(--yuta-white); }

.yutashu-home,
.yutashu-submit-page,
.yutashu-team-page,
.yutashu-treehole-page { color: var(--yuta-ink); background: var(--yuta-white); }
.yutashu-home h1,
.yutashu-home h2,
.yutashu-home h3,
.yutashu-submit-page h1,
.yutashu-submit-page h2,
.yutashu-team-page h1,
.yutashu-team-page h2,
.yutashu-team-page h3,
.yutashu-treehole-page h1,
.yutashu-treehole-page h2 { color: var(--yuta-ink); margin-top: 0; }

.yutashu-kicker { display: inline-block; margin-bottom: 14px; color: var(--yuta-orange); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.yutashu-section { padding: 76px 0; }
.yutashu-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.yutashu-section-heading h2 { margin-bottom: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1; }
.yutashu-section-heading > p { max-width: 360px; margin: 0; color: var(--yuta-muted); }

.yutashu-hero { padding: 42px 0 70px; background: var(--yuta-white); }
.yutashu-hero__grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .75fr); gap: 26px; align-items: stretch; }
.yutashu-hero__copy { position: relative; min-height: 510px; padding: clamp(48px, 7vw, 92px) clamp(34px, 6vw, 78px) clamp(34px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: var(--yuta-white); background: var(--yuta-ink); border: var(--yuta-line); box-shadow: var(--yuta-shadow); }
.yutashu-hero__copy::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 16px; background: var(--yuta-rainbow); border-bottom: 2px solid #000; }
.yutashu-hero__copy h1 { color: var(--yuta-white); font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -.045em; }
.yutashu-hero__copy h1 span { color: transparent; background: linear-gradient(90deg, #ff4f75, #ff9b32 25%, #ffed00 45%, #42d36b 65%, #5c8dff 82%, #d56bff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.yutashu-hero__copy > p { max-width: 680px; margin: 22px 0 30px; color: #d7d7d7; font-size: clamp(17px, 2vw, 21px); line-height: 1.75; }
.yutashu-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.yutashu-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: var(--yuta-line); border-radius: 0; font-weight: 850; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.yutashu-button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--yuta-ink); }
.yutashu-button--primary,
.yutashu-button--light,
.yutashu-button--dark { background: var(--yuta-action); color: var(--yuta-white) !important; }
.yutashu-button--primary:hover,
.yutashu-button--primary:focus,
.yutashu-button--light:hover,
.yutashu-button--light:focus,
.yutashu-button--dark:hover,
.yutashu-button--dark:focus { background: var(--yuta-action-hover); color: var(--yuta-white) !important; }

.comment-form .submit,
.search-form .search-submit,
.wp-block-button__link,
a.btn-theme,
button.btn-theme,
input.btn-theme { background: var(--yuta-action) !important; color: var(--yuta-white) !important; border-color: var(--yuta-ink) !important; }
.comment-form .submit:hover,
.comment-form .submit:focus,
.search-form .search-submit:hover,
.search-form .search-submit:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
a.btn-theme:hover,
a.btn-theme:focus,
button.btn-theme:hover,
button.btn-theme:focus,
input.btn-theme:hover,
input.btn-theme:focus { background: var(--yuta-action-hover) !important; color: var(--yuta-white) !important; }
.yutashu-hero__note { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; overflow: hidden; background: #fff; border: var(--yuta-line); box-shadow: var(--yuta-shadow); }
.yutashu-hero__note::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 115px; background: var(--yuta-rainbow); border-bottom: var(--yuta-line); }
.yutashu-age { align-self: flex-start; display: inline-flex; min-height: 38px; padding: 8px 12px; align-items: center; background: var(--yuta-ink); color: var(--yuta-white); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.yutashu-hero__note-title { margin: 110px 0 12px; font-size: 28px; font-weight: 850; line-height: 1.15; }
.yutashu-hero__note p:not(.yutashu-hero__note-title) { line-height: 1.65; }
.yutashu-hero__rule { height: 2px; margin: 18px 0; background: var(--yuta-ink); }

.yutashu-section--categories { background: var(--yuta-paper); border-top: var(--yuta-line); border-bottom: var(--yuta-line); }
.yutashu-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.yutashu-category-card { min-height: 330px; padding: 26px; display: flex; flex-direction: column; color: var(--yuta-ink) !important; background: var(--yuta-white); border: var(--yuta-line); box-shadow: 5px 5px 0 var(--yuta-ink); text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.yutashu-category-card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--yuta-ink); }
.yutashu-category-card--1 { background: #ffe4e8; border-top: 10px solid var(--yuta-red); }
.yutashu-category-card--2 { background: #fff0d7; border-top: 10px solid var(--yuta-orange-stripe); }
.yutashu-category-card--3 { background: #e3f7e9; border-top: 10px solid var(--yuta-green); }
.yutashu-category-card--4 { background: #ebe8ff; border-top: 10px solid var(--yuta-purple); }
.yutashu-category-card__number { margin-left: auto; color: var(--yuta-blue); font-size: 30px; font-weight: 900; }
.yutashu-category-card__eyebrow { margin-top: auto; color: var(--yuta-muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.yutashu-category-card h3 { margin: 9px 0; font-size: 28px; }
.yutashu-category-card p { color: var(--yuta-muted); line-height: 1.6; }
.yutashu-category-card__meta { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 14px; border-top: 1px solid #cfcfcf; font-weight: 750; }
.yutashu-category-card__meta b { font-size: 22px; }

.yutashu-section--latest { background: var(--yuta-white); }
.yutashu-text-link { padding-bottom: 4px; color: var(--yuta-ink) !important; border-bottom: 2px solid var(--yuta-orange); font-weight: 800; text-decoration: none !important; }
.yutashu-latest-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.yutashu-story-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 240px; overflow: hidden; background: var(--yuta-white); border: var(--yuta-line); box-shadow: 5px 5px 0 var(--yuta-ink); }
.yutashu-story-card--featured { grid-row: span 3; grid-template-columns: 1fr; min-height: 650px; }
.yutashu-story-card__media { min-height: 220px; display: block; overflow: hidden; background: linear-gradient(135deg, #ff4f75, #ff9b32 26%, #ffed00 47%, #42d36b 68%, #5c8dff); border-right: var(--yuta-line); }
.yutashu-story-card--featured .yutashu-story-card__media { min-height: 340px; border-right: 0; border-bottom: var(--yuta-line); }
.yutashu-story-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.yutashu-story-card:hover .yutashu-story-card__media img { transform: scale(1.03); }
.yutashu-story-card__placeholder { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; color: var(--yuta-ink); font-size: 90px; font-weight: 900; }
.yutashu-story-card__body { padding: 24px; display: flex; flex-direction: column; }
.yutashu-story-card__meta { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 13px; color: var(--yuta-muted); font-size: 12px; font-weight: 750; }
.yutashu-story-card__meta span { color: var(--yuta-orange); }
.yutashu-story-card h3 { margin-bottom: 10px; font-size: clamp(22px, 3vw, 36px); line-height: 1.15; }
.yutashu-story-card:not(.yutashu-story-card--featured) h3 { font-size: 24px; }
.yutashu-story-card h3 a { color: var(--yuta-ink); text-decoration: none; }
.yutashu-story-card__body > p { color: var(--yuta-muted); line-height: 1.65; }
.yutashu-story-card__read { margin-top: auto; color: var(--yuta-ink) !important; font-weight: 850; text-decoration: none !important; }
.yutashu-story-card__read span { color: var(--yuta-orange); }
.yutashu-empty-state { padding: 50px; background: var(--yuta-paper); border: var(--yuta-line); box-shadow: var(--yuta-shadow); text-align: center; }

/* Collection and archive cards: image-first, editorial and easy to scan. */
.yutashu-archive { color: var(--yuta-ink); background: var(--yuta-white); }
.yutashu-archive-hero { padding: 58px 0 42px; background: var(--yuta-paper); border-bottom: var(--yuta-line); }
.yutashu-archive-hero h1 { max-width: 900px; margin: 0; color: var(--yuta-ink); font-size: clamp(42px, 7vw, 76px); line-height: 1; letter-spacing: -.04em; }
.yutashu-archive-hero__description { max-width: 760px; margin-top: 20px; color: var(--yuta-muted); font-size: 18px; line-height: 1.75; }
.yutashu-archive-hero__description p { margin: 0; }
.yutashu-archive-list { padding: 54px 0 90px; }
.yutashu-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 26px; }
.yutashu-archive-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: var(--yuta-white); border: var(--yuta-line); box-shadow: 7px 7px 0 var(--yuta-ink); transition: transform .2s ease, box-shadow .2s ease; }
.yutashu-archive-card:hover { transform: translate(-3px, -3px); box-shadow: 10px 10px 0 var(--yuta-ink); }
.yutashu-archive-card__media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #dfe5ff; border-bottom: var(--yuta-line); }
.yutashu-archive-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.yutashu-archive-card:hover .yutashu-archive-card__media img { transform: scale(1.035); }
.yutashu-archive-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #dfe5ff 0 44%, #5968ff 44% 70%, #171717 70%); }
.yutashu-archive-card__placeholder::before { content: ''; position: absolute; inset: 16px; border: 2px solid rgba(255,255,255,.78); }
.yutashu-archive-card__placeholder span { position: relative; z-index: 1; display: grid; width: 82px; height: 82px; place-items: center; color: var(--yuta-white); background: var(--yuta-ink); border: 2px solid var(--yuta-white); font-size: 42px; font-weight: 900; box-shadow: 6px 6px 0 var(--yuta-yellow); }
.yutashu-archive-card__body { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.yutashu-archive-card__category { align-self: flex-start; margin-bottom: 12px; color: var(--yuta-action) !important; font-size: 12px; font-weight: 850; letter-spacing: .09em; text-decoration: none !important; text-transform: uppercase; }
.yutashu-archive-card h2 { margin: 0 0 15px; color: var(--yuta-ink); font-size: clamp(23px, 2.2vw, 31px); line-height: 1.16; letter-spacing: -.02em; }
.yutashu-archive-card h2 a { color: inherit; text-decoration: none; }
.yutashu-archive-card__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 14px; margin-bottom: 16px; padding-bottom: 14px; color: var(--yuta-muted); border-bottom: 1px solid #d9d9d9; font-size: 13px; font-weight: 700; }
.yutashu-archive-card__author { display: inline-flex; align-items: center; gap: 8px; color: var(--yuta-ink); }
.yutashu-archive-card__author img { width: 32px; height: 32px; border: 1px solid var(--yuta-ink); border-radius: 50%; }
.yutashu-archive-card__body > p { margin: 0 0 22px; color: var(--yuta-muted); line-height: 1.7; }
.yutashu-archive-card__read { align-self: flex-start; margin-top: auto; padding-bottom: 3px; color: var(--yuta-action) !important; border-bottom: 2px solid var(--yuta-action); font-weight: 850; text-decoration: none !important; }
.yutashu-archive-card__read span { display: inline-block; transition: transform .2s ease; }
.yutashu-archive-card__read:hover span { transform: translateX(4px); }
.yutashu-archive-pagination { margin-top: 54px; }
.yutashu-archive-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.yutashu-archive-pagination .page-numbers { min-width: 44px; min-height: 44px; padding: 9px 13px; display: inline-flex; align-items: center; justify-content: center; color: var(--yuta-ink); background: var(--yuta-white); border: var(--yuta-line); font-weight: 800; text-decoration: none; }
.yutashu-archive-pagination .page-numbers.current,
.yutashu-archive-pagination a.page-numbers:hover { color: var(--yuta-white); background: var(--yuta-action); }

@media (max-width: 991px) {
  .yutashu-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .yutashu-archive-hero { padding: 42px 0 32px; }
  .yutashu-archive-list { padding: 38px 0 70px; }
  .yutashu-archive-grid { grid-template-columns: 1fr; gap: 28px; }
  .yutashu-archive-card__body { padding: 22px; }
}

.yutashu-section--community { position: relative; background: linear-gradient(115deg, #ff657d 0%, #ffac45 23%, #ffe85c 42%, #5bdc80 62%, #73a0ff 81%, #c883e5 100%); border-top: var(--yuta-line); border-bottom: var(--yuta-line); }
.yutashu-community-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.yutashu-community-copy .yutashu-kicker { color: var(--yuta-ink); background: rgba(255,255,255,.72); padding: 7px 10px; border: 1px solid var(--yuta-ink); }
.yutashu-community-copy h2 { max-width: 730px; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; }
.yutashu-community-copy > p { max-width: 680px; margin: 22px 0 28px; font-size: 18px; line-height: 1.8; }
.yutashu-community-steps { background: var(--yuta-white); border: var(--yuta-line); box-shadow: var(--yuta-shadow); }
.yutashu-community-steps > div { display: grid; grid-template-columns: 50px 130px 1fr; gap: 16px; align-items: center; padding: 24px; border-bottom: 1px solid #cfcfcf; }
.yutashu-community-steps > div:last-child { border-bottom: 0; }
.yutashu-community-steps span { color: var(--yuta-orange); font-size: 22px; font-weight: 900; }
.yutashu-community-steps strong { font-size: 17px; }
.yutashu-community-steps p { margin: 0; color: var(--yuta-muted); }

.yutashu-submit-page { padding: 55px 0 90px; }
.yutashu-submit-hero { max-width: 900px; margin-bottom: 44px; }
.yutashu-submit-hero h1 { font-size: clamp(44px, 7vw, 82px); line-height: 1; letter-spacing: -.04em; }
.yutashu-submit-hero > p { max-width: 720px; color: var(--yuta-muted); font-size: 19px; line-height: 1.75; }
.yutashu-submit-options { max-width: 860px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.yutashu-submit-options > span { width: 100%; color: var(--yuta-muted); font-size: 14px; }
.yutashu-button--email { background: var(--yuta-white); color: var(--yuta-action) !important; border-color: var(--yuta-action); }
.yutashu-button--email:hover,
.yutashu-button--email:focus { background: var(--yuta-action); color: var(--yuta-white) !important; }
.yutashu-submit-form-card { scroll-margin-top: 30px; }
.yutashu-submit-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .65fr); gap: 28px; align-items: start; }
.yutashu-submit-form-card,
.yutashu-submit-guide { padding: clamp(26px, 4vw, 46px); border: var(--yuta-line); box-shadow: var(--yuta-shadow); }
.yutashu-submit-form-card { background: var(--yuta-white); }
.yutashu-submit-guide { position: sticky; top: 30px; background: linear-gradient(145deg, #ff7b91 0%, #ffbe56 35%, #75df91 67%, #8caaff 100%); }
.yutashu-submit-guide h2 { margin: 24px 0; font-size: 36px; }
.yutashu-submit-guide ul { margin: 0; padding: 0; list-style: none; }
.yutashu-submit-guide li { padding: 18px 0; border-top: 1px solid rgba(23,23,23,.35); }
.yutashu-submit-guide li strong,
.yutashu-submit-guide li span { display: block; }
.yutashu-submit-guide li span { margin-top: 4px; line-height: 1.55; }
.yutashu-submit-form { display: grid; gap: 22px; }
.yutashu-submit-form label { display: grid; gap: 8px; color: var(--yuta-ink); font-weight: 800; }
.yutashu-submit-form label > span { color: var(--yuta-muted); font-size: 12px; font-weight: 600; }
.yutashu-submit-form input,
.yutashu-submit-form select,
.yutashu-submit-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--yuta-ink); background: #fff; border: 2px solid var(--yuta-ink); border-radius: 0; }
.yutashu-submit-form textarea { resize: vertical; line-height: 1.7; }
.yutashu-submit-form #story-content { min-height: 460px; padding: 24px; font-size: 19px; line-height: 1.95; letter-spacing: .015em; }
.yutashu-submit-form input:focus,
.yutashu-submit-form select:focus,
.yutashu-submit-form textarea:focus { outline: 3px solid rgba(255,122,24,.35); outline-offset: 2px; }
.yutashu-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.yutashu-story-editor { display: grid; }
.yutashu-story-editor__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
.yutashu-story-editor__heading label { display: flex; align-items: baseline; gap: 8px; }
.yutashu-character-count { color: var(--yuta-muted); font-size: 13px; font-weight: 800; }
.yutashu-editor-tabs { display: flex; align-items: center; margin-bottom: -2px; position: relative; z-index: 1; }
.yutashu-editor-tabs button { min-height: 42px; padding: 9px 18px; color: var(--yuta-ink); background: #f2f2f2; border: 2px solid var(--yuta-ink); border-right: 0; border-radius: 0; font-weight: 800; }
.yutashu-editor-tabs button:last-child { border-right: 2px solid var(--yuta-ink); }
.yutashu-editor-tabs button.is-active { background: var(--yuta-yellow); }
.yutashu-story-preview { min-height: 460px; padding: 34px clamp(24px, 5vw, 58px); color: #282828; background: var(--yuta-paper); border: 2px solid var(--yuta-ink); font-family: Georgia, 'Noto Serif SC', 'Songti SC', serif; font-size: 20px; line-height: 2; }
.yutashu-story-preview p { margin: 0 0 1.45em; color: inherit; }
.yutashu-story-preview p:last-child { margin-bottom: 0; }
.yutashu-story-preview__empty { color: var(--yuta-muted) !important; font-style: italic; }
.yutashu-checkbox { grid-template-columns: 24px 1fr !important; align-items: start; padding: 16px; background: var(--yuta-paper); border: 1px solid #d6d6d6; }
.yutashu-checkbox input { width: 20px; min-height: 20px; margin-top: 2px; }
.yutashu-checkbox span { font-size: 14px !important; line-height: 1.6; }
.yutashu-honeypot { position: absolute; left: -9999px; }
.yutashu-form-notice { margin-bottom: 26px; padding: 20px; border: var(--yuta-line); }
.yutashu-form-notice p { margin: 5px 0 0; }
.yutashu-form-notice--success { background: #dbf6df; }
.yutashu-form-notice--error { background: #ffe1dc; }

.yutashu-team-hero { position: relative; padding: 78px 0 72px; overflow: hidden; background: var(--yuta-ink); border-bottom: var(--yuta-line); }
.yutashu-team-hero::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 14px; background: var(--yuta-rainbow); border-bottom: var(--yuta-line); }
.yutashu-team-hero .yutashu-kicker { color: #ff8db6; }
.yutashu-team-hero h1 { max-width: 980px; color: var(--yuta-white); font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -.045em; }
.yutashu-team-hero h1 span { color: #8ea0ff; }
.yutashu-team-hero__intro { max-width: 1060px; display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-top: 30px; }
.yutashu-team-hero__intro p { max-width: 720px; margin: 0; color: #dedede; font-size: 19px; line-height: 1.8; }
.yutashu-team-hero__intro .yutashu-button { flex: none; }

.yutashu-team-members { background: var(--yuta-paper); border-bottom: var(--yuta-line); }
.yutashu-team-accordion { display: flex; gap: 14px; align-items: stretch; }
.yutashu-team-member { min-width: 0; flex: 1 1 0; overflow: hidden; background: var(--yuta-white); border: var(--yuta-line); box-shadow: 5px 5px 0 var(--yuta-ink); transition: flex .38s cubic-bezier(.2,.8,.2,1), transform .22s ease; }
.yutashu-team-accordion:hover .yutashu-team-member { flex-grow: .72; }
.yutashu-team-accordion .yutashu-team-member:hover,
.yutashu-team-accordion .yutashu-team-member:focus { flex-grow: 2.15; transform: translateY(-5px); outline: 4px solid var(--yuta-action); outline-offset: 2px; }
.yutashu-team-member__photo { position: relative; height: 470px; overflow: hidden; background: #d9d9d9; border-bottom: var(--yuta-line); }
.yutashu-team-member__photo::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 42%; pointer-events: none; background: linear-gradient(transparent, rgba(0,0,0,.56)); }
.yutashu-team-member__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92); transition: transform .5s ease, filter .3s ease; }
.yutashu-team-member:hover .yutashu-team-member__photo img,
.yutashu-team-member:focus .yutashu-team-member__photo img { transform: scale(1.035); filter: saturate(1.04); }
.yutashu-team-member__number { position: absolute; z-index: 1; right: 18px; bottom: 14px; color: var(--yuta-white); font-size: 26px; font-weight: 900; }
.yutashu-team-member__body { min-height: 270px; padding: 24px; }
.yutashu-team-member__body > span { display: block; min-height: 36px; color: var(--yuta-action-hover); font-size: 12px; font-weight: 850; letter-spacing: .06em; }
.yutashu-team-member__body h3 { margin: 5px 0 14px; font-size: clamp(29px, 3vw, 39px); line-height: 1; }
.yutashu-team-member__body strong { display: block; margin-bottom: 13px; line-height: 1.5; }
.yutashu-team-member__body p { margin: 0; color: var(--yuta-muted); font-size: 15px; line-height: 1.75; }
.yutashu-team-demo-note { margin: 24px 0 0; color: var(--yuta-muted); font-size: 13px; text-align: right; }

.yutashu-editorial-process { background: var(--yuta-white); }
.yutashu-editorial-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: var(--yuta-line); border-left: var(--yuta-line); }
.yutashu-editorial-grid > div { min-height: 270px; padding: 26px; border-right: var(--yuta-line); border-bottom: var(--yuta-line); }
.yutashu-editorial-grid > div:nth-child(1) { background: #ffe4e8; }
.yutashu-editorial-grid > div:nth-child(2) { background: #fff0d7; }
.yutashu-editorial-grid > div:nth-child(3) { background: #e3f7e9; }
.yutashu-editorial-grid > div:nth-child(4) { background: #ebe8ff; }
.yutashu-editorial-grid span { color: var(--yuta-action-hover); font-size: 29px; font-weight: 900; }
.yutashu-editorial-grid h3 { margin: 62px 0 12px; font-size: 25px; }
.yutashu-editorial-grid p { margin: 0; color: #474747; line-height: 1.7; }
.yutashu-editorial-promise { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; margin-top: 34px; padding: clamp(30px, 5vw, 58px); color: var(--yuta-white); background: var(--yuta-ink); border: var(--yuta-line); box-shadow: var(--yuta-shadow); }
.yutashu-editorial-promise .yutashu-kicker { color: #ff8db6; }
.yutashu-editorial-promise h2 { margin-bottom: 0; color: var(--yuta-white); font-size: clamp(34px, 4vw, 56px); line-height: 1.08; }
.yutashu-editorial-promise ul { margin: 0; padding: 0; list-style: none; }
.yutashu-editorial-promise li { padding: 14px 0 14px 32px; border-bottom: 1px solid #515151; position: relative; }
.yutashu-editorial-promise li::before { content: '✓'; position: absolute; left: 0; color: #8ea0ff; font-weight: 900; }

.yutashu-team-cta { padding: 58px 0; background: linear-gradient(105deg, #ff708d, #ffb24f 28%, #5fd582 59%, #7f8fff 83%); border-top: var(--yuta-line); border-bottom: var(--yuta-line); }
.yutashu-team-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.yutashu-team-cta .yutashu-kicker { color: var(--yuta-ink); }
.yutashu-team-cta h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.08; }
.yutashu-team-cta .yutashu-button { flex: none; }

.yutashu-treehole-hero { padding: 70px 0; color: var(--yuta-white); background: var(--yuta-ink); border-bottom: var(--yuta-line); }
.yutashu-treehole-hero .container { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 60px; align-items: end; }
.yutashu-treehole-hero .yutashu-kicker { color: #70e4d6; }
.yutashu-treehole-hero h1 { max-width: 930px; margin-bottom: 24px; color: var(--yuta-white); font-size: clamp(50px, 7vw, 92px); line-height: .98; letter-spacing: -.045em; }
.yutashu-treehole-hero h1 span { color: #70e4d6; }
.yutashu-treehole-hero__copy > p { max-width: 760px; margin: 0; color: #dedede; font-size: 19px; line-height: 1.8; }
.yutashu-treehole-hero__marks { display: grid; border: 2px solid var(--yuta-white); }
.yutashu-treehole-hero__marks span { padding: 16px 18px; color: var(--yuta-ink); background: #70e4d6; border-bottom: 2px solid var(--yuta-ink); font-weight: 850; text-align: center; }
.yutashu-treehole-hero__marks span:nth-child(2) { background: #a9b4ff; }
.yutashu-treehole-hero__marks span:nth-child(3) { background: #ff9cc0; border-bottom: 0; }

.yutashu-treehole-content { background: #f1fffc; }
.yutashu-treehole-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr); gap: 30px; align-items: start; }
.yutashu-treehole-form-card { padding: clamp(28px, 5vw, 52px); background: var(--yuta-white); border: var(--yuta-line); box-shadow: var(--yuta-shadow); }
.yutashu-treehole-form-heading { margin-bottom: 32px; padding-bottom: 25px; border-bottom: var(--yuta-line); }
.yutashu-treehole-form-heading h2 { margin-bottom: 12px; font-size: clamp(35px, 4vw, 52px); }
.yutashu-treehole-form-heading p { margin: 0; color: var(--yuta-muted); line-height: 1.7; }
.yutashu-treehole-form { display: grid; gap: 22px; }
.yutashu-treehole-form > label,
.yutashu-treehole-form .yutashu-form-row label { display: grid; gap: 8px; color: var(--yuta-ink); font-weight: 800; }
.yutashu-treehole-form label > span { color: var(--yuta-muted); font-size: 12px; font-weight: 600; }
.yutashu-treehole-form input,
.yutashu-treehole-form select,
.yutashu-treehole-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--yuta-ink); background: var(--yuta-white); border: var(--yuta-line); border-radius: 0; }
.yutashu-treehole-form textarea { min-height: 330px; padding: 22px; font-size: 18px; line-height: 1.9; resize: vertical; }
.yutashu-treehole-form input:focus,
.yutashu-treehole-form select:focus,
.yutashu-treehole-form textarea:focus { outline: 3px solid rgba(78,208,192,.42); outline-offset: 2px; }
.yutashu-treehole-permission { display: grid; gap: 10px; margin: 0; padding: 20px; background: #f5f5f5; border: var(--yuta-line); }
.yutashu-treehole-permission legend { width: auto; margin: 0 0 4px; padding: 0; color: var(--yuta-ink); font-size: 15px; font-weight: 850; }
.yutashu-treehole-permission label { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; padding: 13px; background: var(--yuta-white); border: 1px solid #cfcfcf; cursor: pointer; }
.yutashu-treehole-permission input { width: 18px; min-height: 18px; margin-top: 3px; }
.yutashu-treehole-permission label > span { color: #3d3d3d; font-size: 14px; line-height: 1.55; }
.yutashu-treehole-permission strong { display: block; color: var(--yuta-ink); font-size: 15px; }
.yutashu-treehole-note { position: sticky; top: 28px; padding: 36px 30px; background: #70e4d6; border: var(--yuta-line); box-shadow: var(--yuta-shadow); }
.yutashu-treehole-note__icon { display: block; height: 70px; font-family: Georgia, serif; font-size: 110px; line-height: 1; }
.yutashu-treehole-note h2 { margin: 8px 0 20px; font-size: 34px; line-height: 1.15; }
.yutashu-treehole-note > p { line-height: 1.7; }
.yutashu-treehole-note ul { margin: 24px 0; padding: 0; list-style: none; border-top: 1px solid rgba(23,23,23,.35); }
.yutashu-treehole-note li { padding: 16px 0; border-bottom: 1px solid rgba(23,23,23,.35); }
.yutashu-treehole-note li strong,
.yutashu-treehole-note li span { display: block; }
.yutashu-treehole-note li span { margin-top: 3px; font-size: 14px; line-height: 1.55; }
.yutashu-treehole-note__help { margin-bottom: 0; padding: 15px; background: rgba(255,255,255,.7); border: 1px solid var(--yuta-ink); font-size: 13px; }

.yutashu-footer-faq { position: relative; padding: 78px 0 82px; overflow: hidden; background: #f7f4ff; border-top: var(--yuta-line); }
.yutashu-footer-faq::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 10px; background: var(--yuta-rainbow); border-bottom: var(--yuta-line); }
.yutashu-footer-faq__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.yutashu-footer-faq__heading h2 { margin: 0 0 13px; color: var(--yuta-ink); font-size: clamp(39px, 5vw, 66px); line-height: 1; letter-spacing: -.035em; }
.yutashu-footer-faq__heading p { max-width: 650px; margin: 0; color: var(--yuta-muted); font-size: 17px; line-height: 1.7; }
.yutashu-footer-faq__heading .yutashu-button { flex: none; }
.yutashu-footer-faq__rows { display: grid; gap: 20px; }
.yutashu-footer-faq__scroller { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.yutashu-footer-faq__track { display: flex; width: max-content; will-change: transform; animation: yutashu-faq-left 58s linear infinite; }
.yutashu-footer-faq__scroller--right .yutashu-footer-faq__track { animation-name: yutashu-faq-right; animation-duration: 64s; }
.yutashu-footer-faq:hover .yutashu-footer-faq__track,
.yutashu-footer-faq:focus-within .yutashu-footer-faq__track { animation-play-state: paused; }
.yutashu-footer-faq__group { display: flex; flex: none; gap: 18px; padding: 5px 9px 11px; }
.yutashu-footer-faq__card { position: relative; width: 360px; min-height: 215px; flex: none; padding: 27px 26px; overflow: hidden; background: var(--yuta-white); border: var(--yuta-line); box-shadow: 5px 5px 0 var(--yuta-ink); }
.yutashu-footer-faq__card:nth-child(4n+1) { background: #ffe5ed; }
.yutashu-footer-faq__card:nth-child(4n+2) { background: #fff0d7; }
.yutashu-footer-faq__card:nth-child(4n+3) { background: #e2f8ec; }
.yutashu-footer-faq__card:nth-child(4n+4) { background: #e9e8ff; }
.yutashu-footer-faq__mark { position: absolute; top: 18px; right: 19px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--yuta-white); background: var(--yuta-action); border: 2px solid var(--yuta-ink); border-radius: 50%; font-size: 20px; font-weight: 900; }
.yutashu-footer-faq__card h3 { max-width: 270px; margin: 0 0 16px; color: var(--yuta-ink); font-size: 21px; line-height: 1.3; }
.yutashu-footer-faq__card p { margin: 0; color: #484848; font-size: 15px; line-height: 1.75; }

.yutashu-sponsor { padding: 64px 0; color: var(--yuta-ink); background: var(--yuta-white); border-top: var(--yuta-line); border-bottom: var(--yuta-line); }
.yutashu-sponsor__inner { display: grid; grid-template-columns: minmax(270px, .75fr) minmax(420px, 1.25fr); gap: 70px; align-items: center; }
.yutashu-sponsor .yutashu-kicker { color: #ff7373; }
.yutashu-sponsor h2 { margin: 0 0 13px; color: var(--yuta-ink); font-size: clamp(36px, 4vw, 56px); line-height: 1.05; }
.yutashu-sponsor p { max-width: 480px; margin: 0; color: var(--yuta-muted); font-size: 17px; line-height: 1.7; }
.yutashu-sponsor__logo { min-height: 230px; display: flex; align-items: center; justify-content: center; padding: 24px 36px; background: var(--yuta-white); border: var(--yuta-line); text-decoration: none !important; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.yutashu-sponsor__logo:hover,
.yutashu-sponsor__logo:focus { transform: translate(-3px, -3px); border-color: #ff3030; box-shadow: 7px 7px 0 #ff3030; outline: 0; }
.yutashu-sponsor__logo img { width: 100%; max-width: 590px; height: auto; display: block; }

.yutashu-site-footer { position: relative; padding: 72px 0 28px; color: var(--yuta-white); background: var(--yuta-ink); border-top: var(--yuta-line); }
.yutashu-site-footer::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 8px; background: var(--yuta-rainbow); border-bottom: 2px solid var(--yuta-ink); }
.yutashu-site-footer__top { display: grid; grid-template-columns: minmax(280px, 1.05fr) minmax(520px, 1.4fr); gap: clamp(60px, 9vw, 130px); padding-bottom: 54px; }
.yutashu-site-footer__brand-name { display: inline-block; margin-bottom: 25px; color: var(--yuta-white) !important; font-size: 34px; font-weight: 950; letter-spacing: -.04em; line-height: 1; text-decoration: none !important; text-shadow: 3px 3px 0 var(--yuta-action); }
.yutashu-site-footer__brand > p { max-width: 440px; margin: 0 0 22px; color: #c9c9c9; font-size: 15px; line-height: 1.75; }
.yutashu-site-footer__email { display: inline-block; padding-bottom: 4px; color: #9ba8ff !important; border-bottom: 2px solid #9ba8ff; font-size: 15px; font-weight: 800; text-decoration: none !important; }
.yutashu-site-footer__email:hover,
.yutashu-site-footer__email:focus { color: var(--yuta-white) !important; border-bottom-color: var(--yuta-white); }
.yutashu-site-footer__socials { display: flex; gap: 10px; margin-top: 22px; }
.yutashu-site-footer__socials a { width: 46px; height: 46px; display: inline-grid; place-items: center; color: var(--yuta-white) !important; background: var(--yuta-action); border: 2px solid var(--yuta-white); box-shadow: 4px 4px 0 rgba(255,255,255,.24); text-decoration: none !important; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.yutashu-site-footer__socials a:hover,
.yutashu-site-footer__socials a:focus { padding-left: 0 !important; color: var(--yuta-white) !important; background: var(--yuta-action-hover); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 rgba(255,255,255,.3); }
.yutashu-site-footer__socials svg { width: 21px; height: 21px; display: block; fill: currentColor; }
.yutashu-site-footer__nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.yutashu-site-footer__nav h2 { margin: 0 0 20px; color: var(--yuta-white); font-size: 16px; font-weight: 900; }
.yutashu-site-footer__nav ul { margin: 0; padding: 0; list-style: none; }
.yutashu-site-footer__nav li { margin-bottom: 13px; }
.yutashu-site-footer__nav a { color: #bdbdbd !important; font-size: 15px; text-decoration: none !important; transition: color .18s ease, padding-left .18s ease; }
.yutashu-site-footer__nav a:hover,
.yutashu-site-footer__nav a:focus { padding-left: 4px; color: #9ba8ff !important; }
.yutashu-site-footer__bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid #444; }
.yutashu-site-footer__bottom p { margin: 0; color: #999; font-size: 13px; }
.yutashu-site-footer__bottom > div { display: flex; flex-wrap: wrap; gap: 24px; }
.yutashu-site-footer__bottom a { color: #a9a9a9 !important; font-size: 13px; text-decoration: none !important; }
.yutashu-site-footer__bottom a:hover,
.yutashu-site-footer__bottom a:focus { color: var(--yuta-action-hover) !important; }

@keyframes yutashu-faq-left {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes yutashu-faq-right {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

.comments-area { background: var(--yuta-paper); border: var(--yuta-line); box-shadow: 5px 5px 0 var(--yuta-ink); }
footer .bs-footer-copyright { border-top: var(--yuta-line); }

/* Policy center ---------------------------------------------------------- */
.yutashu-policy-page { min-height: 70vh; color: var(--yuta-ink); background: #f6f8ff; }
.yutashu-policy-hero { position: relative; padding: 72px 0 68px; overflow: hidden; color: var(--yuta-white); background: var(--yuta-ink); border-bottom: var(--yuta-line); }
.yutashu-policy-hero::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 8px; background: var(--yuta-rainbow); }
.yutashu-policy-hero__inner { position: relative; z-index: 1; }
.yutashu-policy-hero__eyebrow { display: inline-block; margin-bottom: 20px; color: #aab4ff !important; font-size: 13px; font-weight: 900; letter-spacing: .14em; text-decoration: none !important; text-transform: uppercase; }
.yutashu-policy-hero h1 { max-width: 900px; margin: 0 0 17px; color: var(--yuta-white); font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
.yutashu-policy-hero p { max-width: 720px; margin: 0; color: #c9c9c9; font-size: 18px; line-height: 1.65; }
.yutashu-policy-layout { display: grid; grid-template-columns: 245px minmax(0, 820px); align-items: start; justify-content: center; gap: clamp(38px, 6vw, 80px); padding-top: 72px; padding-bottom: 96px; }
.yutashu-policy-nav { position: sticky; top: 28px; padding: 24px; background: var(--yuta-white); border: var(--yuta-line); box-shadow: 5px 5px 0 var(--yuta-action); }
.yutashu-policy-nav h2 { margin: 0 0 17px; color: var(--yuta-ink); font-size: 17px; }
.yutashu-policy-nav ul { margin: 0; padding: 0; list-style: none; }
.yutashu-policy-nav li + li { border-top: 1px solid #dedede; }
.yutashu-policy-nav a { display: block; padding: 10px 0; color: #404040 !important; font-size: 14px; font-weight: 750; line-height: 1.35; text-decoration: none !important; }
.yutashu-policy-nav a:hover,
.yutashu-policy-nav a:focus { color: var(--yuta-action) !important; }
.yutashu-policy-card { padding: clamp(32px, 5vw, 64px); background: var(--yuta-white); border: var(--yuta-line); box-shadow: 8px 8px 0 var(--yuta-ink); }
.yutashu-policy-card > :first-child { margin-top: 0; }
.yutashu-policy-card .yutashu-policy-meta { margin: 0 0 34px; padding: 14px 17px; color: #454545; background: #edf0ff; border-left: 5px solid var(--yuta-action); font-size: 14px; line-height: 1.6; }
.yutashu-policy-card h2 { margin: 45px 0 15px; color: var(--yuta-ink); font-size: clamp(26px, 3vw, 34px); line-height: 1.16; letter-spacing: -.02em; }
.yutashu-policy-card h3 { margin: 30px 0 11px; color: var(--yuta-ink); font-size: 20px; line-height: 1.3; }
.yutashu-policy-card p,
.yutashu-policy-card li { color: #353535; font-size: 16px; line-height: 1.8; }
.yutashu-policy-card ul,
.yutashu-policy-card ol { padding-left: 24px; }
.yutashu-policy-card a { color: var(--yuta-action) !important; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.yutashu-policy-card .yutashu-policy-callout { margin: 34px 0; padding: 23px 25px; background: #fff7df; border: var(--yuta-line); box-shadow: 4px 4px 0 #ffd84a; }
.yutashu-policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.yutashu-policy-tile { display: block; padding: 24px; color: var(--yuta-ink) !important; background: #f4f6ff; border: var(--yuta-line); box-shadow: 4px 4px 0 var(--yuta-action); text-decoration: none !important; }
.yutashu-policy-tile strong { display: block; margin-bottom: 7px; font-size: 18px; }
.yutashu-policy-tile span { display: block; color: #555; font-size: 14px; line-height: 1.55; }
.yutashu-policy-tile:hover,
.yutashu-policy-tile:focus { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--yuta-action); }

@media (max-width: 1199px) {
  .yutashu-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yutashu-latest-grid { grid-template-columns: 1fr; }
	.yutashu-story-card--featured { grid-row: auto; min-height: 560px; }
	.yutashu-team-member__photo { height: 410px; }
	.yutashu-team-member__body { padding: 20px; }
}

@media (max-width: 991px) {
  .bs-menu-full { padding: 0 12px; }
  .bs-default .navbar-wp { padding: 10px 14px; }
  .bs-default .navbar-wp .navbar-nav > li.menu-submit-story > a { border: 0; }
  .bs-default .navbar-wp .navbar-nav > li > a { margin-bottom: 2px; border: 1px solid var(--yuta-ink); }
  .yutashu-hero__grid,
  .yutashu-community-grid,
  .yutashu-submit-layout { grid-template-columns: 1fr; }
  .yutashu-hero__copy { min-height: 460px; }
  .yutashu-hero__note-title { margin-top: 60px; }
	.yutashu-submit-guide { position: static; }
	.yutashu-team-hero__intro { align-items: start; flex-direction: column; }
	.yutashu-team-accordion { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
	.yutashu-team-accordion:hover .yutashu-team-member,
	.yutashu-team-accordion .yutashu-team-member:hover,
	.yutashu-team-accordion .yutashu-team-member:focus { flex-grow: 1; }
	.yutashu-team-member__photo { height: 500px; }
	.yutashu-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.yutashu-editorial-promise { grid-template-columns: 1fr; }
	.yutashu-treehole-hero .container,
	.yutashu-treehole-layout { grid-template-columns: 1fr; }
	.yutashu-treehole-hero__marks { grid-template-columns: repeat(3, 1fr); }
	.yutashu-treehole-hero__marks span { border-right: 2px solid var(--yuta-ink); border-bottom: 0; }
	.yutashu-treehole-hero__marks span:last-child { border-right: 0; }
	.yutashu-treehole-note { position: static; }
	.yutashu-footer-faq__heading { align-items: start; flex-direction: column; }
	.yutashu-sponsor__inner { grid-template-columns: 1fr; gap: 35px; }
	.yutashu-sponsor__logo { min-height: 210px; }
	.yutashu-site-footer__top { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 767px) {
  .yutashu-section { padding: 56px 0; }
  .yutashu-section-heading { align-items: start; flex-direction: column; }
  .yutashu-hero { padding-top: 24px; }
  .yutashu-hero__copy { min-height: auto; padding: 38px 25px; }
  .yutashu-hero__copy h1 { font-size: 49px; }
  .yutashu-category-grid { grid-template-columns: 1fr; }
  .yutashu-category-card { min-height: 275px; }
  .yutashu-story-card,
  .yutashu-story-card--featured { grid-template-columns: 1fr; min-height: auto; }
  .yutashu-story-card__media,
  .yutashu-story-card--featured .yutashu-story-card__media { min-height: 240px; border-right: 0; border-bottom: var(--yuta-line); }
  .yutashu-community-steps > div { grid-template-columns: 45px 1fr; }
  .yutashu-community-steps p { grid-column: 2; }
  .yutashu-form-row { grid-template-columns: 1fr; }
	.yutashu-submit-form #story-content,
	.yutashu-story-preview { min-height: 380px; padding: 20px; font-size: 18px; }
	.yutashu-team-hero { padding: 55px 0 50px; }
	.yutashu-team-hero h1 { font-size: 49px; }
	.yutashu-team-accordion { grid-template-columns: 1fr; }
	.yutashu-team-member__photo { height: 460px; }
	.yutashu-editorial-grid { grid-template-columns: 1fr; }
	.yutashu-editorial-grid > div { min-height: auto; }
	.yutashu-editorial-grid h3 { margin-top: 34px; }
	.yutashu-team-cta .container { align-items: start; flex-direction: column; }
	.yutashu-treehole-hero { padding: 52px 0; }
	.yutashu-treehole-hero h1 { font-size: 49px; }
	.yutashu-treehole-hero__marks { grid-template-columns: 1fr; }
	.yutashu-treehole-hero__marks span { border-right: 0; border-bottom: 2px solid var(--yuta-ink); }
	.yutashu-treehole-form-card { padding: 26px 20px; }
	.yutashu-treehole-form textarea { min-height: 300px; padding: 18px; }
	.yutashu-footer-faq { padding: 62px 0 66px; }
	.yutashu-footer-faq__heading { margin-bottom: 30px; }
	.yutashu-footer-faq__card { width: 300px; min-height: 230px; padding: 24px 22px; }
	.yutashu-footer-faq__card h3 { max-width: 225px; font-size: 19px; }
	.yutashu-sponsor { padding: 50px 0; }
	.yutashu-sponsor__logo { min-height: 155px; padding: 18px; }
	.yutashu-site-footer { padding-top: 58px; }
	.yutashu-site-footer__top { padding-bottom: 38px; }
	.yutashu-site-footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
	.yutashu-site-footer__nav > div:last-child { grid-column: auto; }
	.yutashu-policy-layout { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 70px; }
	.yutashu-policy-nav { position: static; }
	.yutashu-policy-hero { padding: 55px 0 52px; }
	.yutashu-policy-hero p { font-size: 16px; }
	.yutashu-policy-card { padding: 27px 22px; box-shadow: 5px 5px 0 var(--yuta-ink); }
	.yutashu-policy-grid { grid-template-columns: 1fr; }
	.yutashu-site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
	.yutashu-footer-faq__scroller { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
	.yutashu-footer-faq__track { animation: none; }
	.yutashu-footer-faq__group[aria-hidden="true"] { display: none; }
}
