@charset "UTF-8";
/*
Theme Name: Goen Lab Theme
Theme URL: https://goen-lab.jp/
Author: Megumi Matsumoto
Author URL: https://goen-lab.jp/
Description: ご縁研究所
Version: 1.0
*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

.goen-site {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.goen-site .shell {
  height: 100vh;
  min-height: 100vh;
  align-items: stretch;
}

.goen-site .side {
  height: 100vh;
  overflow: hidden;
}

.goen-site .center {
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.goen-site .page {
  padding-bottom: 0;
}

.goen-site .cta-section {
  padding-top: 8px;
  padding-bottom: 0;
}

.goen-site,
.goen-site * {
  box-sizing: border-box;
}

.goen-site {
  --bg-image: url('images/bg01.png');
  --hero-image: url('images/bg02.png');
  --concept-image: url('images/bg03.png');F
  --event-image-1: url('images/event-01.jpg');
  --event-image-2: url('images/event-02.jpg');
  --event-image-3: url('images/event-03.jpg');

  --paper: #fbf6f1;
  --paper-2: #f7f0eb;
  --pink: #d999ab;
  --pink-deep: #c98197;
  --gold: #bb9752;
  --text: #4a3b36;
  --text-soft: #7b6964;
  --line: rgba(201, 129, 151, 0.16);
  --shadow-soft: 0 10px 28px rgba(44, 28, 20, 0.08);
  --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 0 70px rgba(0, 0, 0, 0.25);
  --center-width: 420px;

  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  color: var(--text);
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  isolation: isolate;
}

.goen-site a {
  color: inherit;
  text-decoration: none;
}

.goen-site img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Background
========================= */
.goen-site .bg-layer,
.goen-site .bg-blur,
.goen-site .bg-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.goen-site .bg-layer {
  background: var(--bg-image) center center / cover no-repeat;
  transform: scale(1.04);
  z-index: 0;
}

.goen-site .bg-blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}

.goen-site .bg-overlay {
  background:
    linear-gradient(180deg, rgba(50, 36, 28, 0.14) 0%, rgba(50, 36, 28, 0.06) 35%, rgba(50, 36, 28, 0.10) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 246, 218, 0.30) 0%, rgba(255, 246, 218, 0) 30%),
    radial-gradient(circle at 82% 20%, rgba(255, 242, 210, 0.18) 0%, rgba(255, 242, 210, 0) 26%);
  z-index: 2;
}

/* =========================
   Layout
========================= */
.goen-site .shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) var(--center-width) minmax(180px, 1fr);
  min-height: 100vh;
}

.goen-site .side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.95);
}

.goen-site .side::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(215, 188, 138, 0.7), transparent);
}

.goen-site .side-left::after {
  right: 0;
}

.goen-site .side-right::after {
  left: 0;
}

.goen-site .side-box {
  width: min(280px, 100%);
  text-align: center;
}

.goen-site .center {
  position: relative;
  z-index: 3;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  scrollbar-width: none;
}

.goen-site .center::-webkit-scrollbar {
  display: none;
}

.goen-site .page {
  padding-bottom: 64px;
  background: transparent;
}

.goen-site .mobile-topbar {
  display: none;
}

/* =========================
   Left Column
========================= */
.goen-site .side-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  padding: 24px 22px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow-md);
  text-align: left;
}

.goen-site .side-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  opacity: 0.72;
  margin-bottom: 12px;
  text-align: center;
}

.goen-site .side-event-date {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 10px;
  text-align: center;
}

.goen-site .side-event-title {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

.goen-site .side-event-detail {
  font-size: 12px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  opacity: 0.92;
  text-align: center;
}

.goen-site .side-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 12px;
  letter-spacing: 0.12em;
  transition: 0.25s ease;
}

.goen-site .side-cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
}

/* =========================
   Right Column
========================= */
.goen-site .right-nav-logo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  box-shadow: 0 12px 24px rgba(90, 48, 62, 0.22);
}

.goen-site .right-nav-logo svg {
  width: 34px;
  height: 34px;
}

.goen-site .nav-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  margin-top: 8px;
}

.goen-site .nav-item {
  display: block;
  text-align: center;
  transition: 0.2s ease;
}

.goen-site .nav-item:hover {
  opacity: 0.7;
}

.goen-site .nav-item .jp {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}

.goen-site .nav-item .en {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  opacity: 0.74;
}

.goen-site .side-foot {
  margin-top: 42px;
  display: grid;
  gap: 18px;
  justify-items: center;
}

.goen-site .side-social {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.goen-site .side-social-link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.28s ease;
}

.goen-site .side-social-link svg {
  transition: transform 0.32s ease;
  transform-origin: center;
}

.goen-site .side-social-link:hover,
.goen-site .side-social-link:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.goen-site .side-social-link:hover svg,
.goen-site .side-social-link:focus-visible svg {
  transform: rotate(12deg) scale(1.05);
}

.goen-site .side-copy {
  font-size: 11px;
  letter-spacing: 0.18em;
  opacity: 0.7;
}

/* =========================
   Hero
========================= */
.goen-site .card-top {
  padding: 16px 60px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(217, 153, 171, 0.14);
}

.goen-site .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.goen-site .brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(217, 153, 171, 0.18);
  border: 1px solid rgba(217, 153, 171, 0.22);
  overflow: hidden;
}

.goen-site .brand-mark img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.goen-site .brand-text h1 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--gold);
  margin: 0;
}

.goen-site .brand-text p {
  margin: 4px 0 0;
  color: var(--gold);
  opacity: 0.84;
  letter-spacing: 0.26em;
  font-size: 11px;
}

.goen-site .hero-photo {
  position: relative;
  height: 340px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 55%,
      rgba(251, 246, 241, 0.85) 83%,
      rgba(251, 246, 241, 1) 100%
    ),
    var(--hero-image) center center / cover no-repeat;
  overflow: hidden;
}

.goen-site .lead-copy,
.goen-site .section-inner,
.goen-site .cta-section {
  padding-left: 28px;
  padding-right: 28px;
}

.goen-site .lead-copy {
  padding-top: 24px;
  padding-bottom: 36px;
  text-align: center;
  background: linear-gradient(180deg, rgba(251, 246, 241, 0) 0%, rgba(251, 246, 241, 1) 16%);
}

.goen-site .lead-copy h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.65;
  letter-spacing: 0.08em;
  color: var(--pink);
  font-weight: 600;
  margin: 0 0 20px;
}

.goen-site .lead-copy p,
.goen-site .section-copy {
  font-size: 14px;
  line-height: 2.35;
  color: var(--text-soft);
  margin: 0;
  text-align: center;
}

/* =========================
   Common Section
========================= */
.goen-site .section {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.goen-site .section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.goen-site .section-hero {
  padding-top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
}

.goen-site .section-inner {
  padding-top: 38px;
  position: relative;
  z-index: 1;
}

.goen-site .script-title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
  color: var(--pink);
  margin: 0 0 10px;
  font-weight: 500;
}

.goen-site .section-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: var(--gold);
  margin: 0 0 26px;
}

.goen-site .section-copy + .section-copy {
  margin-top: 18px;
}

/* =========================
   Concept
========================= */
.goen-site .section-concept {
  background: linear-gradient(180deg, #fbf3ef 0%, #f8eef2 100%);
  padding-top: 0px;
}

.goen-site .section-concept::before {
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 82% 12%, rgba(217, 153, 171, 0.14) 0%, rgba(217, 153, 171, 0) 24%);
}

.goen-site .image-panel {
  height: 310px;
  background-image: var(--concept-image);
  background-size: cover;
  background-position: center;
}

.goen-site .quote-box {
  margin-top: 28px;
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.goen-site .quote-box h3 {
  font-size: 18px;
  color: var(--pink-deep);
  line-height: 1.8;
  margin: 0 0 14px;
  text-align: center;
  font-weight: 500;
}

.goen-site .quote-box p {
  font-size: 13px;
  line-height: 2.2;
  color: var(--text-soft);
  text-align: left;
  margin: 0;
}

/* =========================
   Grid Common
========================= */
.goen-site .cards,
.goen-site .pricing-wrap,
.goen-site .benefits,
.goen-site .flow-list,
.goen-site .cta-buttons {
  display: grid;
  gap: 16px;
}

.goen-site .cards,
.goen-site .pricing-wrap {
  margin: 28px 0;
}

/* =========================
   Event
========================= */
.goen-site .section-event {
  background: linear-gradient(180deg, #fdf4f6 0%, #f8edf1 52%, #fdf6f1 100%);
}

.goen-site .section-event::before {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 84% 14%, rgba(217, 153, 171, 0.18) 0%, rgba(217, 153, 171, 0) 24%),
    radial-gradient(circle at 78% 82%, rgba(217, 153, 171, 0.12) 0%, rgba(217, 153, 171, 0) 20%);
}

.goen-site .event-card {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  border: 1px solid rgba(217, 153, 171, 0.16);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.goen-site .event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(44, 28, 20, 0.12);
}

.goen-site .event-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.goen-site .event-thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.goen-site .event-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(52, 28, 18, 0.18) 100%);
}

.goen-site .event-body {
  padding: 18px 18px 20px;
  position: relative;
  z-index: 2;
}

.goen-site .event-date {
  font-size: 11px;
  color: #a7793f;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.goen-site .event-title {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 8px;
  font-weight: 500;
}

.goen-site .event-desc {
  font-size: 13px;
  line-height: 2;
  color: var(--text-soft);
  margin: 0 0 12px;
}

.goen-site .tag-row {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.goen-site .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--pink-deep);
  background: #fff6f8;
  border: 1px solid rgba(217, 153, 171, 0.22);
}

.goen-site .tag-link:hover {
  background: #fff0f5;
  border-color: rgba(217, 153, 171, 0.42);
  transform: translateY(-1px);
}

/* =========================
   Flow
========================= */
.goen-site .section-flow {
  background: linear-gradient(180deg, #f2a4b0 0%, #f2a4b0 100%);
}

.goen-site .section-flow::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 18% 14%, rgba(215, 188, 138, 0.14) 0%, rgba(215, 188, 138, 0) 20%);
}

.goen-site .section-flow .flow-list {
  position: relative;
  margin-top: 20px;
}

.goen-site .section-flow .flow-list::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, #f2a4b0 0%, #f2a4b0 100%);
  z-index: 0;
}

.goen-site .flow-item,
.goen-site .benefit-item {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.goen-site .flow-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 16px;
  border: 1px solid rgba(215, 188, 138, 0.24);
  position: relative;
  z-index: 1;
}

.goen-site .flow-no {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff6ee;
  border: 1px solid rgba(187, 151, 82, 0.25);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

.goen-site .flow-item h4,
.goen-site .benefit-item h4 {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 4px;
  font-weight: 500;
}

.goen-site .flow-item p,
.goen-site .benefit-item p {
  font-size: 12px;
  line-height: 2;
  color: var(--text-soft);
  margin: 0;
}

/* =========================
   Membership
========================= */
.goen-site .section-membership {
  background: linear-gradient(180deg, #fff9fb 0%, #f7edf3 100%);
}

.goen-site .section-membership::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 84% 10%, rgba(217, 153, 171, 0.18) 0%, rgba(217, 153, 171, 0) 22%);
}

.goen-site .price-highlight {
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff8fb 0%, #fff 50%, #fef7ef 100%);
  border: 1px solid rgba(201, 129, 151, 0.2);
  box-shadow: var(--shadow-soft);
}

.goen-site .price-highlight .mini {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--pink-deep);
  margin-bottom: 10px;
}

.goen-site .price-highlight h3 {
  font-size: 21px;
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 14px;
  font-weight: 500;
}

.goen-site .price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.goen-site .price-box {
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 188, 138, 0.26);
  text-align: center;
}

.goen-site .price-box .label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 8px;
}

.goen-site .price-box .price {
  font-size: 34px;
  line-height: 1;
  color: var(--pink-deep);
  font-weight: 500;
}

.goen-site .price-box .sub {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.8;
  color: var(--text-soft);
}

.goen-site .benefit-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 16px 14px;
  border: 1px solid var(--line);
}

.goen-site .benefit-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff3f6;
  color: var(--pink-deep);
  border: 1px solid rgba(217, 153, 171, 0.22);
  font-size: 16px;
}

/* =========================
   CTA
========================= */
.goen-site .cta-section {
  padding-top: 40px;
}

.goen-site .cta-box {
  background: linear-gradient(135deg, rgba(255, 250, 251, 0.92), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(217, 153, 171, 0.24);
  border-radius: 26px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.goen-site .cta-box h3 {
  font-size: 22px;
  line-height: 1.8;
  color: var(--pink-deep);
  margin: 0 0 10px;
  font-weight: 500;
}

.goen-site .cta-box p {
  font-size: 13px;
  line-height: 2.1;
  color: var(--text-soft);
  margin: 0 0 18px;
}

.goen-site .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 0 18px;
  transition: 0.25s ease;
  font-weight: 500;
}

.goen-site .btn-primary {
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
  color: #fff;
  box-shadow: 0 12px 24px rgba(201, 129, 151, 0.28);
}

.goen-site .btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  border: 1px solid rgba(215, 188, 138, 0.3);
}

.goen-site .footer-note {
  text-align: center;
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--text-soft);
  opacity: 0.9;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px) {
  .goen-site .shell {
    grid-template-columns: 1fr;
  }

  .goen-site .side {
    display: none;
  }

  .goen-site .center {
    width: min(100%, 520px);
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
  }

  .goen-site .mobile-topbar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(217, 153, 171, 0.12);
    padding: 12px 14px;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
  }

  .goen-site .mobile-topbar::-webkit-scrollbar {
    display: none;
  }

  .goen-site .mobile-topbar a {
    flex: 0 0 auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(217, 153, 171, 0.14);
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 520px) {
  .goen-site .hero-photo {
    height: 360px;
  }

  .goen-site .lead-copy,
  .goen-site .section-inner,
  .goen-site .cta-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .goen-site .price-grid {
    grid-template-columns: 1fr;
  }

  .goen-site .script-title {
    font-size: 40px;
  }
}