/* === Auto-generated split from style.css (visit.css) === */
/* Generated by /tmp/css_split_v2.py using HTML class-usage analysis */

.v3-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.v3-btn svg { width: 20px; height: 20px; }
.v3-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.v3-btn-orange {
  background: linear-gradient(135deg, #e89940 0%, #d6802b 100%);
  color: #fff;
  border-color: #d6802b;
  box-shadow: 0 6px 16px rgba(214,128,43,.28);
}
.v3-btn-orange:hover { background: #c97525; }
.v3-hero .v3-btn-orange {
  background: linear-gradient(135deg, #6ccdb8 0%, #4dbdaa 100%);
  border-color: #4dbdaa;
  box-shadow: 0 6px 16px rgba(77,189,170,.32);
}
.v3-hero .v3-btn-orange:hover { background: #3ea892; }
.v3-hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: stretch;
}
.v3-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,253,246,0.92) 0%, rgba(255,253,246,0.78) 45%, rgba(255,253,246,0.35) 70%, rgba(0,0,0,0.18) 100%),
    url('../images/visit_hero_bg.jpg') right 80% / cover no-repeat;
  z-index: 0;
}
.v3-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 32px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.v3-hero-text {
  max-width: 720px;
  color: #2a2a2a;
}
.v3-hero-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #2a7659;
  margin: 0 0 22px;
  text-shadow: 0 1px 2px rgba(255,255,255,0.6);
}
.v3-hero-desc {
  font-size: 14.5px;
  line-height: 2.0;
  color: #2a2a2a;
  margin: 0 0 32px;
  max-width: 560px;
  text-shadow: 0 1px 2px rgba(255,255,255,0.5);
  font-weight: 500;
}
.v3-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.v3-ways {
  background: #fff;
  padding: 64px 32px;
}
.v3-ways-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 60px;
  align-items: center;
}
.v3-ways-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 18px;
  letter-spacing: 0.03em;
  line-height: 1.55;
}
.v3-ways-desc {
  font-size: 13.5px;
  line-height: 2;
  color: #555;
  margin: 0;
}
.v3-ways-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.v3-way {
  background: #fbf7eb;
  border: 1px solid #f0ebde;
  border-radius: 16px;
  padding: 24px 18px 22px;
  text-align: center;
}
.v3-way-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin-bottom: 12px;
}
.v3-way-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 8px;
}
.v3-way-desc {
  font-size: 12.5px;
  line-height: 1.7;
  color: #6a6a6a;
  margin: 0;
}
.v3-section-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: #2a2a2a;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-bottom: 18px;
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 8'><path d='M0 4 Q 15 0 30 4 T 60 4 T 90 4 T 120 4' fill='none' stroke='%23d68847' stroke-width='2' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 120px 8px;
}

@media (max-width: 600px) {
.v3-section-title { background-image: none; padding-bottom: 0; margin-bottom: 24px; }
}
.v3-activities {
  background: #fffdf6;
  padding: 64px 32px 80px;
}
.v3-activities-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.v3-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.v3-activity {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  border: 1px solid #f0ebde;
  position: relative;
}
.v3-activity-img {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #d4e7dc 0%, #f5e8c8 100%);
  position: relative;
  overflow: hidden;
}
.v3-activity-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.v3-activity-img[data-fallback]::after {
  content: attr(data-fallback);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  opacity: 0.5;
}
.v3-activity-body { padding: 18px 18px 22px; }
.v3-activity-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 8px;
}
.v3-activity-desc {
  font-size: 13px;
  line-height: 1.85;
  color: #555;
  margin: 0;
}
.v3-socials {
  background: #fff;
  padding: 60px 32px 80px;
}
.v3-socials-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.v3-socials-head { text-align: center; margin-bottom: 36px; }
.v3-socials-head .v3-section-title { margin-bottom: 14px; }
.v3-socials-desc {
  font-size: 13.5px;
  line-height: 1.95;
  color: #555;
  margin: 0;
}
.v3-social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.v3-social {
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px 20px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #f0ebde;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-content: start;
  transition: transform .2s ease, box-shadow .2s ease;
}
.v3-social > .v3-social-tag { grid-column: 1; grid-row: 1; align-self: center; }
.v3-social > .v3-social-handle { grid-column: 2; grid-row: 1; align-self: center; }
.v3-social > .v3-social-img { grid-column: 1 / -1; grid-row: 2; }
.v3-social > .v3-social-desc { grid-column: 1 / -1; grid-row: 3; }
.v3-social > .v3-social-cta { grid-column: 1 / -1; grid-row: 4; }
.v3-social:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}
.v3-social-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #888;
  margin-bottom: 0;
}
.v3-social-tag svg { width: 26px; height: 26px; }
.v3-social-handle {
  font-family: 'Shippori Mincho', serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 0;
  padding: 10px 0;
}
.v3-social-img {
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #e8e0d0 0%, #c8d8d0 100%);
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.v3-social-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.v3-social-img[data-fallback]::after {
  content: attr(data-fallback);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  opacity: 0.5;
}
.v3-social-desc {
  font-size: 12.5px;
  line-height: 1.75;
  color: #555;
  margin: 0 0 12px;
  flex-grow: 1;
}
.v3-social-cta {
  font-size: 12px;
  color: var(--teal-dk, #2a8a7a);
  font-weight: 700;
}
.v3-steps {
  background: #fbf7eb;
  padding: 60px 32px;
}
.v3-steps-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  align-items: center;
}
.v3-steps-text { color: #2a2a2a; }
.v3-steps-text .v3-section-title { text-align: left; margin-bottom: 16px; }
.v3-steps-desc {
  font-size: 13.5px;
  line-height: 2;
  color: #555;
  margin: 0;
}
.v3-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.v3-step {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 16px 14px 18px;
  text-align: center;
  border: 1px solid #f0ebde;
  position: relative;
}
.v3-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #d68847;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  font-size: 14px;
  margin-bottom: 8px;
}
.v3-step-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 6px;
}
.v3-step-desc {
  font-size: 12px;
  line-height: 1.7;
  color: #6a6a6a;
  margin: 0 0 8px;
  min-height: 36px;
}
.v3-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.v3-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c08550;
  flex-basis: 32px;
  flex-shrink: 0;
}
.v3-step-arrow svg { display: block; }
.v3-cta {
  position: relative;
  padding: 56px 32px 64px;
  background: linear-gradient(180deg, #fcfdfa 0%, #fbf7eb 100%);
}
.v3-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
}
.v3-cta-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 12px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.v3-cta-desc {
  font-size: 13.5px;
  line-height: 1.95;
  color: #3a3a3a;
  margin: 0;
}
.v3-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.v3-cta-btns .v3-btn { justify-content: center; min-width: 240px; }
.v3-cta-inner:has(.v3-cta-btns--single) {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 720px;
  gap: 22px;
}
.v3-cta-btns--single { align-items: center; }

@media (max-width: 900px) {
.v3-hero { min-height: 0; }
.v3-hero-inner { flex-direction: column; padding: 32px 22px 48px; gap: 18px; }
.v3-hero-bg {
    background:
      linear-gradient(180deg, rgba(255,253,246,0.92) 0%, rgba(255,253,246,0.78) 65%, rgba(255,253,246,0.4) 100%),
      url('../images/visit_hero_bg.jpg') center / cover no-repeat;
  }
.v3-hero-title,
  .v3-hero-desc {
    text-shadow: 0 1px 2px rgba(255,255,255,0.95), 0 0 8px rgba(255,255,255,0.7);
  }
.v3-ways-inner { grid-template-columns: 1fr; gap: 32px; }
.v3-ways-cards { grid-template-columns: repeat(3, 1fr); }
.v3-activity-grid { grid-template-columns: repeat(2, 1fr); }
.v3-social-grid { grid-template-columns: repeat(2, 1fr); }
.v3-steps-inner { grid-template-columns: 1fr; gap: 32px; }
.v3-cta-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
.v3-cta-btns { align-items: stretch; }
}

@media (max-width: 600px) {
.v3-hero, .v3-ways, .v3-activities, .v3-socials, .v3-steps, .v3-cta {
    padding-left: 16px; padding-right: 16px;
  }
.v3-hero-btns, .v3-cta-btns { flex-direction: column; align-items: stretch; }
.v3-ways-cards { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.v3-way { padding: 14px 6px; }
.v3-way-icon { width: 44px; height: 44px; }
.v3-way-name { font-size: 13px; }
.v3-way-desc { font-size: 11px; }
.v3-activity-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.v3-activity-name { font-size: 14px; }
.v3-activity-desc { font-size: 12px; line-height: 1.7; }
.v3-social-grid { grid-template-columns: 1fr; gap: 16px; }
.v3-social { padding: 18px 18px 20px; }
.v3-social-img { aspect-ratio: 16 / 10; margin-bottom: 14px; }
.v3-social-handle { font-size: 16px; margin-bottom: 12px; }
.v3-social-desc { font-size: 13px; line-height: 1.8; margin-bottom: 14px; }
.v3-social-tag svg { width: 24px; height: 24px; }
.v3-steps-text { text-align: center; }
.v3-steps-text .v3-section-title { text-align: center; }
.v3-steps-desc { text-align: center; }
.v3-step-list {
    flex-direction: column;
    gap: 6px;
    padding: 0 18px;
  }
.v3-step-arrow { flex-basis: auto; margin: -2px 0; }
.v3-step-arrow svg { transform: rotate(90deg); width: 18px; height: 18px; }
.v3-step {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
  }
.v3-step-num { margin-bottom: 0; flex-shrink: 0; }
.v3-step-body {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
    min-width: 0;
  }
.v3-step-name { margin: 0 0 4px; grid-column: 1; grid-row: 1; }
.v3-step-desc { margin: 0; min-height: 0; grid-column: 1; grid-row: 2; }
.v3-step-icon {
    margin-top: 0;
    margin-right: 14px;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    flex-shrink: 0;
  }
.v3-step-icon svg { width: 64px; height: 40px; }
}
