@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Cinzel:wght@400;500&family=Lato:wght@300;400&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.uy-root {
  background: #f8f5ee;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #2a2a1a;
}

/* ── NAV ─────────────────────────────── */
.uy-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 44px;
  background: #f8f5ee;
  border-bottom: 0.5px solid rgba(80, 120, 60, 0.2);
}
.uy-logo {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #2e5c20;
  letter-spacing: 0.08em;
}
.uy-logo span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.28em;
  color: #6a8c4a;
  text-transform: uppercase;
  margin-top: 2px;
}
.uy-nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.uy-nav-links a {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #3a5a2a;
  text-decoration: none;
  text-transform: uppercase;
}
.uy-nav-btn {
  padding: 10px 24px;
  background: #2e5c20;
  color: #f8f5ee;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

/* ── HERO ─────────────────────────────── */
.uy-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}
.uy-hero-left {
  background: linear-gradient(160deg, #3a6e28 0%, #2e5c20 50%, #1e3e14 100%);
  padding: 64px 52px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.uy-hero-left::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 60px;
}
.uy-leaf-row {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
}
.uy-leaf {
  width: 28px;
  height: 22px;
  position: relative;
}
.uy-hero-eyebrow {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: rgba(200, 230, 160, 0.85);
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.7;
}
.uy-hero-title-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 24px;
  letter-spacing: 0.04em;
}
.uy-hero-sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: rgba(200, 230, 160, 0.9);
  line-height: 1.65;
  margin-bottom: 36px;
}
.uy-hero-cta {
  display: inline-block;
  padding: 14px 36px;
  background: #c8a96e;
  color: #1e1508;
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  width: fit-content;
  font-size: 1em;
}
.uy-hero-right {
  background: linear-gradient(170deg, #e8edde 0%, #d4e4c0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.uy-hero-instructor {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px;
}
.uy-instructor-avatar {
  width: 180px;
  height: 220px;
  background: linear-gradient(160deg, #a8c878 0%, #6a9840 50%, #3a6e28 100%);
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uy-instructor-avatar::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.uy-mudra-svg {
  width: 80px;
  opacity: 0.5;
}
.uy-instructor-name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #1e3e14;
  margin-bottom: 4px;
}
.uy-instructor-title {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #4a7030;
  text-transform: uppercase;
}
.uy-instructor-badge {
  margin-top: 14px;
  display: inline-block;
  padding: 6px 18px;
  border: 0.5px solid #6a9840;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #3a6e28;
  text-transform: uppercase;
  background: rgba(106, 152, 64, 0.1);
}

/* ── GREEN DIVIDER ─────────────────────── */
.uy-divider {
  height: 3px;
  background: linear-gradient(
    90deg,
    #2e5c20 0%,
    #6a9840 40%,
    #c8a96e 60%,
    #6a9840 80%,
    #2e5c20 100%
  );
}

/* ── BENEFITS ─────────────────────────── */
.uy-benefits {
  background: #f8f5ee;
  padding: 72px 44px;
}
.uy-section-header {
  text-align: center;
  margin-bottom: 52px;
}
.uy-section-leaf {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 16px;
}
.uy-section-leaf hr {
  flex: none;
  width: 40px;
  height: 0.5px;
  background: #6a9840;
  border: none;
}
.uy-section-tag {
  font-family: "Cinzel", serif;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.32em;
  color: #6a9840;
  text-transform: uppercase;
}
.uy-section-title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 400;
  color: #1e3e14;
  margin: 0;
}
.uy-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.uy-benefit-card {
  background: #f0f5e8;
  padding: 32px 20px 28px;
  text-align: center;
  border-top: 2px solid #6a9840;
}
.uy-benefit-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #a8c878, #6a9840);
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}
.uy-benefit-title {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e3e14;
  line-height: 1.55;
  margin: 0;
}

/* ── SCHEDULE ─────────────────────────── */
.uy-schedule {
  background: #edf2e4;
  padding: 72px 44px;
}
.uy-schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}
.uy-schedule-block {
  background: #f8f5ee;
  overflow: hidden;
}
.uy-schedule-header {
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.uy-schedule-header.green {
  background: #2e5c20;
}
.uy-schedule-header.amber {
  background: #8b6914;
}
.uy-schedule-day {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.uy-schedule-time {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.75);
}
.uy-session-list {
  padding: 0;
  margin: 0;
}
.uy-session {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 28px;
  border-bottom: 0.5px solid rgba(80, 120, 60, 0.12);
  align-items: center;
}
.uy-session:last-child {
  border-bottom: none;
}
.uy-session-num {
  font-family: "Cinzel", serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: #a07840;
  text-transform: uppercase;
}
.uy-session-date {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  color: #1e3e14;
}
.uy-session-title {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #5a7040;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

/* ── WELCOME STRIP ─────────────────────── */
.uy-welcome {
  background: #2e5c20;
  padding: 52px 44px;
  display: flex;
  gap: 52px;
  justify-content: center;
  align-items: center;
}
.uy-welcome-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.uy-welcome-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(200, 230, 160, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8d878;
  font-size: 22px;
}
.uy-welcome-label {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
}
.uy-welcome-sub {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(168, 216, 120, 0.75);
  text-transform: uppercase;
}

/* ── WHAT TO BRING ─────────────────────── */
.uy-bring {
  background: #f8f5ee;
  padding: 64px 44px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}
.uy-bring-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.uy-bring-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(80, 120, 60, 0.15);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #3a4a2a;
  line-height: 1.6;
}
.uy-bring-list li:last-child {
  border-bottom: none;
}
.uy-bring-dot {
  width: 6px;
  height: 6px;
  background: #6a9840;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}
.uy-bring-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: #edf2e4;
  border-left: 3px solid #6a9840;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #3a5a2a;
  line-height: 1.65;
}
.uy-venue {
  background: #edf2e4;
  padding: 36px;
}
.uy-venue-name {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  color: #1e3e14;
  margin: 0 0 4px;
}
.uy-venue-address {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #5a7040;
  margin-bottom: 24px;
}
.uy-access-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uy-access-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 0.5px solid rgba(80, 120, 60, 0.12);
  font-size: 12px;
  font-weight: 300;
  color: #3a4a2a;
  line-height: 1.6;
}
.uy-access-list li:last-child {
  border-bottom: none;
}
.uy-metro-badge {
  background: #2e5c20;
  color: white;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  flex-shrink: 0;
  margin-top: 2px;
}
.uy-jr-badge {
  background: #8b6914;
  color: white;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── FOOTER / CONTACT ──────────────────── */
.uy-contact {
  background: #1e3e14;
  padding: 64px 44px;
  display: grid;
  justify-content: space-evenly;
  text-align: center;
  gap: 44px;
  align-items: start;
}
.uy-contact-brand {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  color: #a8d878;
  margin-bottom: 6px;
}
.uy-contact-tagline {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  color: rgba(168, 216, 120, 0.7);
  margin-bottom: 20px;
  line-height: 1.6;
}
.uy-contact-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(168, 216, 120, 0.55);
  letter-spacing: 0.04em;
}
.uy-contact-col h4 {
  font-family: "Cinzel", serif;
  font-size: 9px;
  letter-spacing: 0.3em;
  color: #6a9840;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.uy-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.uy-contact-item i {
  color: #6a9840;
  font-size: 16px;
  margin-top: 1px;
  flex-shrink: 0;
}
.uy-contact-item-text {
  font-size: 13px;
  font-weight: 300;
  color: rgba(200, 230, 160, 0.7);
  line-height: 1.6;
}
.uy-signup-btn {
  display: block;
  padding: 16px 28px;
  background: #c8a96e;
  color: #1e1508;
  font-family: "Cinzel", serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 24px;
  border: none;
  width: 100%;
}
.uy-footer-bottom {
  background: #12280c;
  padding: 20px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uy-footer-bottom-text {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(106, 152, 64, 0.5);
}

.socials {
  display: flex;
  gap: 18px;
}

.socials a {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(168, 216, 120, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(168, 216, 120, 0.7);
  text-decoration: none;
  transition: all 0.25s ease;
}

.socials a:hover {
  background: rgba(168, 216, 120, 0.7);
  color: var(--cream);
}

.socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
