/*
Theme Name: Orange Ribbon Supporter Kumamoto
Theme URI: https://www.city.kumamoto.jp/
Author: Kumamoto City Child and Family Welfare Division
Description: オレンジリボンサポーター養成講習会の予約獲得に特化したレスポンシブLPテーマです。
Version: 1.0.8
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orange-ribbon-supporter
*/

:root {
  --ors-orange: #f76918;
  --ors-orange-deep: #e94d0b;
  --ors-orange-light: #ff9f2f;
  --ors-apricot: #ffd49b;
  --ors-cream: #fff8ec;
  --ors-cream-deep: #ffefd5;
  --ors-white: #ffffff;
  --ors-ink: #402f27;
  --ors-brown: #6f4a1d;
  --ors-muted: #765f53;
  --ors-line: rgba(247, 105, 24, 0.2);
  --ors-shadow: 0 18px 50px rgba(112, 59, 18, 0.12);
  --ors-shadow-small: 0 8px 24px rgba(112, 59, 18, 0.1);
  --ors-radius-xl: 36px;
  --ors-radius-lg: 24px;
  --ors-radius-md: 16px;
  --ors-content: 1160px;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--ors-cream);
  color: var(--ors-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

:focus-visible {
  outline: 3px solid #204da8;
  outline-offset: 4px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  background: var(--ors-white);
  color: var(--ors-ink);
  display: block;
  font-weight: 700;
  height: auto;
  left: 16px;
  padding: 12px 18px;
  top: 16px;
  width: auto;
  z-index: 9999;
}

.ors-container {
  margin: 0 auto;
  max-width: calc(var(--ors-content) + 48px);
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.ors-section {
  padding: 104px 0;
  position: relative;
}

.ors-section--white {
  background: var(--ors-white);
}

.ors-section--soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 189, 97, 0.25), transparent 24%),
    radial-gradient(circle at 86% 80%, rgba(255, 211, 155, 0.4), transparent 28%),
    var(--ors-cream);
}

.ors-section-heading {
  margin: 0 auto 52px;
  max-width: 760px;
  text-align: center;
}

.ors-eyebrow {
  align-items: center;
  color: var(--ors-orange-deep);
  display: inline-flex;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ors-eyebrow::before,
.ors-eyebrow::after {
  background: var(--ors-orange-light);
  border-radius: 100%;
  content: "";
  height: 6px;
  width: 6px;
}

.ors-title {
  color: var(--ors-ink);
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.35;
  margin: 0;
}

.ors-title .accent {
  color: var(--ors-orange-deep);
}

.ors-title__line {
  display: block;
}

.ors-title__keep,
.ors-mobile-line {
  display: inline;
}

.ors-lead {
  color: var(--ors-muted);
  font-size: 1.06rem;
  margin: 22px auto 0;
  max-width: 680px;
}

.ors-button {
  align-items: center;
  background: linear-gradient(135deg, var(--ors-orange), var(--ors-orange-deep));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(233, 77, 11, 0.3);
  color: var(--ors-white);
  display: inline-flex;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  line-height: 1.4;
  min-height: 62px;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ors-button::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}

.ors-button:hover {
  box-shadow: 0 16px 34px rgba(233, 77, 11, 0.38);
  transform: translateY(-2px);
}

.ors-button--secondary {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(247, 105, 24, 0.25);
  box-shadow: none;
  color: var(--ors-orange-deep);
}

.ors-button--secondary:hover {
  box-shadow: var(--ors-shadow-small);
}

.ors-button--large {
  font-size: 1.12rem;
  min-height: 70px;
  padding-left: 42px;
  padding-right: 42px;
}

.ors-site-header {
  background: rgba(255, 248, 236, 0.92);
  border-bottom: 1px solid rgba(247, 105, 24, 0.13);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow 0.2s ease, background 0.2s ease;
  z-index: 1000;
}

.ors-site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(78, 39, 10, 0.09);
}

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

.ors-header-inner {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: space-between;
}

.ors-brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  text-decoration: none;
}

.ors-brand__mark {
  align-items: center;
  background: #fffaf1;
  border: 1px solid rgba(247, 105, 24, 0.22);
  border-radius: 12px;
  box-shadow: 0 5px 14px rgba(112, 59, 18, 0.12);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  overflow: hidden;
  padding: 3px 6px;
  width: 50px;
}

.ors-brand__mark img {
  height: 46px;
  object-fit: contain;
  width: auto;
}

.ors-brand__text {
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.25;
}

.ors-brand__text small {
  color: var(--ors-orange-deep);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.ors-brand__text span {
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.ors-nav {
  align-items: center;
  display: flex;
  gap: 26px;
}

.ors-nav a {
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.ors-nav a:not(.ors-nav__cta):hover {
  color: var(--ors-orange-deep);
}

.ors-nav__cta {
  background: var(--ors-orange);
  border-radius: 999px;
  color: var(--ors-white);
  padding: 10px 20px;
}

.ors-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ors-ink);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 8px;
  width: 44px;
}

.ors-menu-toggle__lines,
.ors-menu-toggle__lines::before,
.ors-menu-toggle__lines::after {
  background: currentColor;
  border-radius: 999px;
  height: 2px;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 24px;
}

.ors-menu-toggle__lines::before,
.ors-menu-toggle__lines::after {
  content: "";
  left: 0;
  position: absolute;
}

.ors-menu-toggle__lines::before {
  top: -7px;
}

.ors-menu-toggle__lines::after {
  top: 7px;
}

.menu-open .ors-menu-toggle__lines {
  background: transparent;
}

.menu-open .ors-menu-toggle__lines::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-open .ors-menu-toggle__lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.ors-hero {
  align-items: center;
  background: linear-gradient(135deg, #ffd991 0%, #ffad3e 52%, #f98a1f 100%);
  display: flex;
  min-height: 820px;
  overflow: hidden;
  padding: 138px 0 72px;
  position: relative;
}

.ors-hero__image {
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: right center;
  position: absolute;
  width: 100%;
}

.ors-hero::before {
  background: linear-gradient(90deg, rgba(255, 248, 236, 0.98) 0%, rgba(255, 248, 236, 0.94) 36%, rgba(255, 248, 236, 0.28) 68%, rgba(255, 248, 236, 0.05) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.ors-hero::after {
  background: linear-gradient(180deg, transparent 65%, var(--ors-cream) 100%);
  bottom: 0;
  content: "";
  height: 230px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.ors-hero__content {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.ors-hero__topline {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.ors-hero__topline .ors-hero__year {
  margin: 0;
}

.ors-hero__year {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(247, 105, 24, 0.24);
  border-radius: 999px;
  color: var(--ors-orange-deep);
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  padding: 7px 15px;
}

.ors-hero__year::before {
  background: var(--ors-orange);
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.ors-hero h1 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(2.7rem, 4.25vw, 4.65rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.21;
  margin: 0;
}

.ors-hero h1 .small {
  color: var(--ors-brown);
  display: block;
  font-size: 0.47em;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.ors-hero__title-line {
  display: block;
}

.ors-hero__title-line--orange {
  color: var(--ors-orange-deep);
  white-space: nowrap;
}

.ors-hero__title-line--course {
  white-space: nowrap;
}

.ors-hero__course-part {
  display: inline;
}

.ors-hero__intro {
  font-size: 1.08rem;
  font-weight: 500;
  margin: 24px 0 0;
  max-width: 560px;
}

.ors-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ors-free-badge {
  align-items: center;
  background: linear-gradient(150deg, #ffb84e, var(--ors-orange));
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(233, 77, 11, 0.25);
  color: var(--ors-white);
  display: flex;
  flex: 0 0 88px;
  flex-direction: column;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  height: 88px;
  justify-content: center;
  line-height: 1.2;
  position: static;
  transform: rotate(5deg);
  width: 88px;
}

.ors-free-badge small {
  font-size: 0.74rem;
  font-weight: 700;
}

.ors-free-badge strong {
  font-size: 1.45rem;
  font-weight: 900;
}

.ors-reassurance {
  margin-top: -24px;
  position: relative;
  z-index: 5;
}

.ors-reassurance__grid {
  background: var(--ors-white);
  border: 1px solid rgba(247, 105, 24, 0.15);
  border-radius: var(--ors-radius-lg);
  box-shadow: var(--ors-shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.ors-reassurance__item {
  align-items: center;
  display: flex;
  gap: 16px;
  min-height: 112px;
  padding: 22px 30px;
}

.ors-reassurance__item + .ors-reassurance__item {
  border-left: 1px solid var(--ors-line);
}

.ors-reassurance__number {
  color: var(--ors-orange-deep);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.ors-reassurance__text {
  display: flex;
  flex-direction: column;
  line-height: 1.45;
}

.ors-reassurance__text small {
  color: var(--ors-muted);
  font-size: 0.72rem;
}

.ors-reassurance__text strong {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
}

.ors-message-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.ors-message-card {
  background: var(--ors-white);
  border: 1px solid rgba(247, 105, 24, 0.16);
  border-radius: var(--ors-radius-lg);
  box-shadow: var(--ors-shadow-small);
  min-height: 280px;
  padding: 34px 30px;
  position: relative;
}

.ors-message-card__icon {
  align-items: center;
  background: var(--ors-cream-deep);
  border-radius: 18px;
  color: var(--ors-orange-deep);
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  margin-bottom: 24px;
  transform: rotate(-3deg);
  width: 58px;
}

.ors-message-card h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
  margin: 0 0 12px;
}

.ors-message-card p {
  color: var(--ors-muted);
  margin: 0;
}

.ors-workshop {
  overflow: hidden;
}

.ors-workshop__gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  grid-template-rows: repeat(2, 220px);
}

.ors-workshop__photo {
  border: 6px solid var(--ors-white);
  border-radius: var(--ors-radius-lg);
  box-shadow: var(--ors-shadow);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.ors-workshop__photo--main {
  grid-row: 1 / 3;
}

.ors-workshop__photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.ors-workshop__photo:hover img {
  transform: scale(1.015);
}

.ors-workshop__note {
  color: var(--ors-muted);
  font-size: 0.76rem;
  margin: 13px 2px 0;
  text-align: right;
}

.ors-about {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 167, 56, 0.2), transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(247, 105, 24, 0.14), transparent 30%),
    linear-gradient(135deg, #fff2dc, #fffaf1);
  color: var(--ors-ink);
  overflow: hidden;
}

.ors-about::before,
.ors-about::after {
  border: 2px solid rgba(247, 105, 24, 0.16);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.ors-about::before {
  height: 460px;
  left: -180px;
  top: -120px;
  width: 460px;
}

.ors-about::after {
  bottom: -220px;
  height: 560px;
  right: -210px;
  width: 560px;
}

.ors-about__grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.82fr 1.18fr;
  position: relative;
  z-index: 1;
}

.ors-about__symbol {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 360px;
  position: relative;
}

.ors-about__symbol img {
  filter: drop-shadow(0 18px 24px rgba(112, 59, 18, 0.16));
  max-height: 390px;
  object-fit: contain;
  width: auto;
}

.ors-about .ors-eyebrow {
  color: var(--ors-orange-deep);
}

.ors-about .ors-title {
  color: var(--ors-ink);
}

.ors-about .ors-lead {
  color: var(--ors-muted);
}

.ors-about .ors-eyebrow::before,
.ors-about .ors-eyebrow::after {
  background: var(--ors-orange-light);
}

.ors-about__copy p {
  font-size: 1.05rem;
  margin: 20px 0 0;
}

.ors-about__quote {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(247, 105, 24, 0.2);
  border-radius: var(--ors-radius-md);
  box-shadow: var(--ors-shadow-small);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.13rem;
  font-weight: 700;
  margin-top: 28px;
  padding: 20px 24px;
}

.ors-about__link {
  color: var(--ors-orange-deep);
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 20px;
  text-underline-offset: 4px;
}

.ors-schedule-intro {
  align-items: center;
  background: var(--ors-cream-deep);
  border-radius: var(--ors-radius-lg);
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: -20px auto 42px;
  max-width: 760px;
  padding: 18px 26px;
  text-align: center;
}

.ors-schedule-intro strong {
  color: var(--ors-orange-deep);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.15rem;
}

.ors-schedule-table-wrap {
  border: 1px solid rgba(247, 105, 24, 0.26);
  border-radius: var(--ors-radius-md);
  box-shadow: var(--ors-shadow-small);
  margin-bottom: 42px;
  overflow: hidden;
}

.ors-schedule-table {
  background: var(--ors-white);
  border-collapse: collapse;
  line-height: 1.55;
  width: 100%;
}

.ors-schedule-table th {
  background: linear-gradient(135deg, var(--ors-orange), var(--ors-orange-deep));
  color: var(--ors-white);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 13px 16px;
  text-align: center;
}

.ors-schedule-table th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.ors-schedule-table td {
  border-right: 1px solid var(--ors-line);
  border-top: 1px solid var(--ors-line);
  padding: 15px 18px;
  text-align: center;
  vertical-align: middle;
}

.ors-schedule-table td:last-child {
  border-right: 0;
  text-align: left;
}

.ors-schedule-table tbody tr:nth-child(even) {
  background: #fff9f1;
}

.ors-schedule-table td strong {
  color: var(--ors-ink);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.ors-schedule-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ors-session {
  background: var(--ors-white);
  border: 1px solid rgba(247, 105, 24, 0.16);
  border-radius: var(--ors-radius-lg);
  box-shadow: var(--ors-shadow-small);
  display: grid;
  grid-template-columns: 132px 1fr;
  overflow: hidden;
  position: relative;
}

.ors-session:first-child {
  grid-column: 1 / -1;
}

.ors-session__date {
  align-items: center;
  background: linear-gradient(150deg, var(--ors-orange-light), var(--ors-orange-deep));
  color: var(--ors-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 26px 16px;
  text-align: center;
}

.ors-session__date small {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ors-session__date strong {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1.1;
}

.ors-session__date span {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  margin-top: 8px;
  padding: 3px 10px;
}

.ors-session__body {
  padding: 28px 30px 26px;
}

.ors-session__deadline {
  background: #fff0e6;
  border-radius: 999px;
  color: var(--ors-orange-deep);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 5px 11px;
}

.ors-session h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 0;
}

.ors-session__meta {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
}

.ors-session__meta li {
  align-items: baseline;
  color: var(--ors-muted);
  display: grid;
  font-size: 0.92rem;
  gap: 12px;
  grid-template-columns: 4em 1fr;
  list-style: none;
}

.ors-session__meta strong {
  color: var(--ors-ink);
  font-size: 0.78rem;
}

.ors-session__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.ors-session__actions .ors-button {
  font-size: 0.88rem;
  min-height: 48px;
  padding: 9px 20px;
}

.ors-session__map {
  background: #fffdf9;
  border: 1px solid var(--ors-line);
  border-radius: 14px;
  margin: 22px 0 0;
  overflow: hidden;
  padding: 12px;
}

.ors-session__map img {
  border: 1px solid var(--ors-line);
  border-radius: 10px;
  max-height: 460px;
  object-fit: contain;
  width: 100%;
}

.ors-session__map figcaption {
  color: var(--ors-muted);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 9px 4px 1px;
  text-align: center;
}

.ors-later-note {
  background: var(--ors-cream-deep);
  border-left: 5px solid var(--ors-orange);
  border-radius: 0 var(--ors-radius-md) var(--ors-radius-md) 0;
  font-weight: 700;
  margin: 32px 0 0;
  padding: 18px 24px;
}

.ors-steps {
  counter-reset: step;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

.ors-step {
  background: var(--ors-white);
  border-radius: var(--ors-radius-lg);
  box-shadow: var(--ors-shadow-small);
  padding: 34px 30px;
  position: relative;
}

.ors-step::before {
  color: rgba(247, 105, 24, 0.16);
  content: "0" counter(step);
  counter-increment: step;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}

.ors-step__label {
  color: var(--ors-orange-deep);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ors-step h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.35rem;
  margin: 12px 0 10px;
  position: relative;
}

.ors-step p {
  color: var(--ors-muted);
  margin: 0;
}

.ors-application-card {
  align-items: center;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.28), transparent 24%),
    linear-gradient(135deg, #ff9d2e, var(--ors-orange-deep));
  border-radius: var(--ors-radius-xl);
  color: var(--ors-white);
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr auto;
  margin-top: 42px;
  overflow: hidden;
  padding: 48px 54px;
  position: relative;
}

.ors-application-card h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.4;
  margin: 0;
}

.ors-application-card p {
  margin: 10px 0 0;
}

.ors-application-card .ors-button {
  background: var(--ors-white);
  box-shadow: 0 12px 28px rgba(90, 33, 0, 0.2);
  color: var(--ors-orange-deep);
  min-width: 310px;
}

.ors-benefit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ors-benefit-row span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 7px 14px;
}

.ors-faq-list {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 860px;
}

.ors-faq {
  background: var(--ors-white);
  border: 1px solid rgba(247, 105, 24, 0.15);
  border-radius: var(--ors-radius-md);
  box-shadow: 0 4px 16px rgba(112, 59, 18, 0.06);
  overflow: hidden;
}

.ors-faq summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
  gap: 14px;
  justify-content: space-between;
  list-style: none;
  padding: 22px 26px;
}

.ors-faq summary::-webkit-details-marker {
  display: none;
}

.ors-faq summary::after {
  align-items: center;
  background: var(--ors-cream-deep);
  border-radius: 50%;
  color: var(--ors-orange-deep);
  content: "+";
  display: flex;
  flex: 0 0 32px;
  font-size: 1.3rem;
  height: 32px;
  justify-content: center;
  line-height: 1;
  transition: transform 0.2s ease;
}

.ors-faq[open] summary::after {
  transform: rotate(45deg);
}

.ors-faq__answer {
  color: var(--ors-muted);
  padding: 0 26px 24px;
}

.ors-faq__answer p {
  margin: 0;
}

.ors-contact {
  background: #3f2c22;
  color: var(--ors-white);
  padding: 80px 0 114px;
}

.ors-contact__grid {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.2fr 0.8fr;
}

.ors-contact h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 0 0 20px;
}

.ors-contact__details {
  display: grid;
  gap: 8px;
  margin: 0;
}

.ors-contact__details div {
  display: grid;
  gap: 12px;
  grid-template-columns: 6.5em 1fr;
}

.ors-contact__details dt {
  color: var(--ors-apricot);
  font-weight: 900;
}

.ors-contact__details dd {
  margin: 0;
}

.ors-contact__phone-label {
  color: var(--ors-apricot);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
}

.ors-contact__phone {
  color: var(--ors-white);
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-top: 4px;
  text-decoration: none;
}

.ors-contact__social {
  display: inline-flex;
  font-weight: 700;
  margin-top: 20px;
  text-underline-offset: 4px;
}

.ors-footer-bottom {
  background: #2f2019;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  padding: 20px 0;
  text-align: center;
}

.ors-footer-bottom p {
  margin: 0;
}

.ors-mobile-cta {
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  right: 0;
  transform: translateY(110%);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 1000;
}

.ors-mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.ors-mobile-cta::before {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid var(--ors-line);
  bottom: 0;
  content: "";
  inset: 0;
  position: absolute;
}

.ors-mobile-cta .ors-button {
  min-height: 54px;
  position: relative;
  width: 100%;
}

.ors-reveal {
  opacity: 1;
  transform: none;
}

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

.ors-default-content {
  min-height: 70vh;
  padding: 140px 0 80px;
}

.ors-default-content__card {
  background: var(--ors-white);
  border-radius: var(--ors-radius-lg);
  box-shadow: var(--ors-shadow-small);
  padding: 40px;
}

@media (max-width: 1100px) {
  .ors-nav {
    gap: 16px;
  }

  .ors-nav a:not(.ors-nav__cta) {
    display: none;
  }

}

@media (max-width: 900px) {
  .ors-section {
    padding: 82px 0;
  }

  .ors-hero {
    align-items: flex-end;
    min-height: 880px;
    padding-bottom: 76px;
  }

  .ors-hero__image {
    object-position: right center;
  }

  .ors-hero::before {
    background: linear-gradient(180deg, rgba(255, 248, 236, 0.18) 0%, rgba(255, 248, 236, 0.66) 42%, rgba(255, 248, 236, 0.98) 70%, var(--ors-cream) 100%);
  }

  .ors-reassurance__item {
    padding: 20px;
  }

  .ors-message-grid,
  .ors-steps {
    gap: 18px;
  }

  .ors-message-card,
  .ors-step {
    padding: 28px 24px;
  }

  .ors-about__grid {
    gap: 42px;
    grid-template-columns: 0.7fr 1.3fr;
  }

  .ors-session {
    grid-template-columns: 110px 1fr;
  }

  .ors-session__body {
    padding: 24px;
  }

  .ors-application-card {
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .ors-application-card .ors-button {
    min-width: 0;
    width: fit-content;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 68px;
  }

  .admin-bar .ors-site-header {
    top: 46px;
  }

  .ors-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ors-header-inner {
    height: 68px;
  }

  .ors-brand__mark {
    border-radius: 10px;
    height: 46px;
    padding: 3px 5px;
    width: 42px;
  }

  .ors-brand__mark img {
    height: 39px;
  }

  .ors-brand__text small {
    display: none;
  }

  .ors-brand__text span {
    font-size: 0.78rem;
  }

  .ors-menu-toggle {
    display: flex;
  }

  .ors-nav {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--ors-shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 20px 18px 28px;
    position: absolute;
    right: 0;
    top: 68px;
  }

  .menu-open .ors-nav {
    display: flex;
  }

  .ors-nav a:not(.ors-nav__cta) {
    border-bottom: 1px solid var(--ors-line);
    display: block;
    padding: 14px 4px;
  }

  .ors-nav__cta {
    margin-top: 18px;
    padding: 13px 20px;
    text-align: center;
  }

  .ors-hero {
    align-items: flex-start;
    display: flex;
    min-height: 900px;
    padding: 102px 0 54px;
  }

  .ors-hero__image {
    bottom: auto;
    height: clamp(465px, 128vw, 540px);
    left: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: 90% top;
    right: 0;
    top: 68px;
    width: 100%;
  }

  .ors-hero::before {
    background: linear-gradient(180deg, rgba(255, 248, 236, 0.01) 0%, rgba(255, 248, 236, 0.08) 46%, rgba(255, 248, 236, 0.92) 61%, var(--ors-cream) 68%, var(--ors-cream) 100%);
  }

  .ors-hero::after {
    display: none;
  }

  .ors-hero h1 {
    font-size: clamp(2.06rem, 9.4vw, 2.55rem);
    line-height: 1.18;
  }

  .ors-hero__title-line--course {
    white-space: normal;
  }

  .ors-hero__course-part {
    display: block;
  }

  .ors-hero h1 .small {
    font-size: 0.38em;
    letter-spacing: 0.045em;
    line-height: 1.5;
    margin-bottom: 8px;
    white-space: nowrap;
  }

  .ors-hero__intro {
    font-size: 0.98rem;
    margin-top: clamp(225px, 56vw, 270px);
  }

  .ors-hero__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 24px;
  }

  .ors-hero__actions .ors-button {
    width: 100%;
  }

  .ors-free-badge {
    flex-basis: 76px;
    height: 76px;
    transform: translateY(-28px) rotate(5deg);
    width: 76px;
  }

  .ors-free-badge strong {
    font-size: 1.3rem;
  }

  .ors-reassurance {
    margin-top: 0;
  }

  .ors-reassurance__grid {
    grid-template-columns: 1fr;
  }

  .ors-reassurance__item {
    min-height: 86px;
    padding: 16px 22px;
  }

  .ors-reassurance__item + .ors-reassurance__item {
    border-left: 0;
    border-top: 1px solid var(--ors-line);
  }

  .ors-section-heading {
    margin-bottom: 38px;
  }

  .ors-title {
    font-size: clamp(1.75rem, 7.2vw, 2.4rem);
    line-height: 1.45;
  }

  .ors-title__keep,
  .ors-mobile-line {
    display: block;
    white-space: nowrap;
  }

  .ors-lead {
    line-height: 1.9;
  }

  .ors-message-grid,
  .ors-steps,
  .ors-schedule-grid {
    grid-template-columns: 1fr;
  }

  .ors-workshop__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 260px 150px;
  }

  .ors-workshop__photo--main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ors-message-card {
    min-height: 0;
  }

  .ors-about__grid {
    grid-template-columns: 1fr;
  }

  .ors-about__symbol {
    min-height: 250px;
  }

  .ors-about__symbol img {
    max-height: 300px;
  }

  .ors-session:first-child {
    grid-column: auto;
  }

  .ors-schedule-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    text-align: left;
  }

  .ors-schedule-table-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .ors-schedule-table,
  .ors-schedule-table tbody,
  .ors-schedule-table tr,
  .ors-schedule-table td {
    display: block;
    width: 100%;
  }

  .ors-schedule-table thead {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }

  .ors-schedule-table tr {
    background: var(--ors-white);
    border: 1px solid var(--ors-line);
    border-radius: var(--ors-radius-md);
    box-shadow: var(--ors-shadow-small);
    margin-bottom: 14px;
    overflow: hidden;
  }

  .ors-schedule-table tbody tr:nth-child(even) {
    background: var(--ors-white);
  }

  .ors-schedule-table td,
  .ors-schedule-table td:last-child {
    align-items: baseline;
    border: 0;
    border-top: 1px solid var(--ors-line);
    display: grid;
    gap: 14px;
    grid-template-columns: 6.5em 1fr;
    padding: 12px 16px;
    text-align: left;
  }

  .ors-schedule-table td:first-child {
    border-top: 0;
  }

  .ors-schedule-table td::before {
    color: var(--ors-orange-deep);
    content: attr(data-label);
    font-size: 0.75rem;
    font-weight: 900;
  }

  .ors-application-card {
    border-radius: var(--ors-radius-lg);
    padding: 34px 26px;
  }

  .ors-application-card .ors-button {
    width: 100%;
  }

  .ors-contact {
    padding-bottom: 118px;
  }

  .ors-contact__grid {
    grid-template-columns: 1fr;
  }

  .ors-mobile-cta {
    display: block;
  }
}

@media (max-width: 500px) {
  .ors-section {
    padding: 68px 0;
  }

  .ors-eyebrow {
    font-size: 0.74rem;
  }

  .ors-hero {
    min-height: 880px;
    padding-top: 100px;
  }

  .ors-hero__image {
    height: clamp(465px, 128vw, 540px);
    right: 0;
  }

  .ors-hero__year {
    font-size: 0.76rem;
  }

  .ors-free-badge {
    flex-basis: 72px;
    height: 72px;
    width: 72px;
  }

  .ors-free-badge small {
    font-size: 0.65rem;
  }

  .ors-free-badge strong {
    font-size: 1.18rem;
  }

  .ors-session {
    display: block;
  }

  .ors-workshop__gallery {
    gap: 10px;
    grid-template-rows: 220px 120px;
  }

  .ors-workshop__photo {
    border-width: 4px;
    border-radius: var(--ors-radius-md);
  }

  .ors-session__date {
    align-items: baseline;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    min-height: 0;
    padding: 15px 22px;
  }

  .ors-session__date strong {
    font-size: 1.75rem;
  }

  .ors-session__date span {
    margin: 0 0 0 auto;
  }

  .ors-session__body {
    padding: 22px;
  }

  .ors-session__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ors-session__actions .ors-button {
    width: 100%;
  }

  .ors-session__map {
    margin-top: 18px;
    padding: 8px;
  }

  .ors-contact__details div {
    gap: 2px;
    grid-template-columns: 1fr;
  }

  .ors-contact__details div + div {
    margin-top: 10px;
  }

  .ors-faq summary {
    padding: 18px 20px;
  }

  .ors-faq__answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 360px) {
  .ors-brand {
    gap: 8px;
  }

  .ors-brand__text span {
    font-size: 0.68rem;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  .ors-hero__topline {
    gap: 8px;
  }

  .ors-hero__year {
    font-size: 0.66rem;
    gap: 6px;
    letter-spacing: 0;
    padding: 6px 10px;
  }

  .ors-free-badge {
    flex-basis: 68px;
    height: 68px;
    width: 68px;
  }

  .ors-free-badge strong {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

}
