@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&display=swap');

/* ==========================
   Base
========================== */

.vbjg-page {
  background: #fff;
  color: #333;
  padding: 64px 20px 96px;
}

.vbjg-page * {
  box-sizing: border-box;
}

.vbjg-inner {
  max-width: 640px;
  margin: 0 auto;
}

.vbjg-serif {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
}

/* ==========================
   Hero
========================== */

.vbjg-hero {
  text-align: center;
  margin-bottom: 72px;
}

.vbjg-hero__icon {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
}

.vbjg-hero__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vbjg-hero__tagline {
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #c9a45f;
  margin: 0 0 24px;
}

.vbjg-hero__title {
  font-weight: 500;
  font-style: italic;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.35;
  color: #7d4a58;
  margin: 0 0 28px;
}

.vbjg-hero__lead {
  max-width: 460px;
  margin: 0 auto 36px;
  color: #a8a3a3;
  font-size: 15px;
  line-height: 1.9;
}

.vbjg-btn-outline {
  display: inline-block;
  padding: 18px 40px;
  border: 1px solid #6b3a47;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  background: #6b3a47;
  box-shadow: 0 4px 14px rgba(107, 58, 71, 0.35);
  transition: 0.2s;
}

.vbjg-btn-outline:hover {
  background: #5a303c;
  border-color: #5a303c;
  box-shadow: 0 6px 18px rgba(107, 58, 71, 0.45);
}

/* ==========================
   Section labels / headings
========================== */

.vbjg-label {
  display: block;
  color: #eb9fb4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vbjg-h2 {
  font-weight: 600;
  font-style: normal;
  font-size: clamp(22px, 3.4vw, 27px);
  color: #7d4a58;
  margin: 0 0 20px;
}

.vbjg-block {
  margin-bottom: 64px;
}

.vbjg-block p {
  line-height: 1.9;
  color: #333;
  margin: 0 0 16px;
}

.vbjg-block p:last-child {
  margin-bottom: 0;
  margin-top: 30px;

}

/* ==========================
   Form
========================== */

.vbjg-form-intro {
  margin-bottom: 40px;
}

.vbjg-form-intro__lead {
  font-weight: 500;
  font-style: italic;
  font-size: clamp(19px, 3vw, 22px);
  color: #7d4a58;
  margin: 0 0 16px;
}

.vbjg-form-intro p {
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.vbjg-field {
  margin-bottom: 28px;
}

.vbjg-field label,
.vbjg-field__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #7d4a58;
  margin-bottom: 10px;
}

.vbjg-field__label em {
  font-style: normal;
  font-weight: 400;
  color: #b39aa1;
  font-size: 13px;
  margin-left: 4px;
}

.vbjg-field label em {
  font-style: normal;
  font-weight: 400;
  color: #b39aa1;
  font-size: 13px;
}

.vbjg-field-note {
  margin: 0 0 10px;
  color: #a8a3a3;
  font-size: 13px;
  line-height: 1.7;
}

.vbjg-field input[type="text"],
.vbjg-field input[type="email"],
.vbjg-field input[type="tel"],
.vbjg-field input[type="number"],
.vbjg-field input[type="date"],
.vbjg-field select,
.vbjg-field textarea {
  width: 100%;
  border: 1px solid #e6e0e0;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  color: #333;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.vbjg-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%237d4a58' stroke-width='1.6' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.vbjg-field input::placeholder,
.vbjg-field textarea::placeholder {
  color: #d8d0d0;
}

.vbjg-field input:focus,
.vbjg-field select:focus,
.vbjg-field textarea:focus {
  outline: none;
  border-color: #c9a45f;
}

.vbjg-field textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.7;
}

.vbjg-date-warning {
  margin: -16px 0 28px;
  color: #c0392b;
  font-size: 13px;
  line-height: 1.7;
}

/* Contact method pills */

.vbjg-method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.vbjg-method--4 {
  grid-template-columns: repeat(4, 1fr);
}

.vbjg-method-pill {
  position: relative;
  display: block;
}

.vbjg-method-pill input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}

.vbjg-method-pill span {
  display: grid;
  place-items: center;
  border: 1px solid #e6e0e0;
  border-radius: 8px;
  padding: 16px 8px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.vbjg-method-pill input:checked + span {
  border-color: #7d4a58;
  color: #7d4a58;
  background: #fdf6f7;
  font-weight: 600;
}

.vbjg-method-pill input:focus-visible + span {
  outline: 2px solid #c9a45f;
  outline-offset: 2px;
}

/* ==========================
   How it works
========================== */

.vbjg-steps {
  display: grid;
  gap: 24px;
}

.vbjg-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 18px;
}

.vbjg-step__num {
  width: 44px;
  height: 44px;
  border: 1px solid #d9a9b6;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7d4a58;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
}

.vbjg-step p {
  margin: 0;
  color: #7d4a58;
  font-weight: 600;
  font-size: 15px;
}

.vbjg-journey-extra {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #f0eaea;
}

.vbjg-journey-extra__item {
  text-align: start;
}

.vbjg-journey-extra__num {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: #c9a45f;
  margin-bottom: 8px;
}

.vbjg-journey-extra__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 19px;
  color: #7d4a58;
  margin: 0 0 14px;
}

.vbjg-journey-extra__item p {
  max-width: 460px;
  margin: 0 auto 12px;
  color: #333;
  font-size: 14.5px;
  line-height: 1.8;
}

.vbjg-journey-extra__item p:last-child {
  margin-bottom: 0;
}

.vbjg-journey-extra__divider {
  text-align: center;
  color: #d9b7c0;
  margin: 32px 0;
  letter-spacing: 0.3em;
}

/* ==========================
   Concierge profile
========================== */

.vbjg-concierge__card {
  text-align: center;
}

.vbjg-concierge__photo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 1px solid #f0d7dc;
}

.vbjg-concierge__name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  color: #7d4a58;
  margin: 0;
}

/* ==========================
   Fee cards
========================== */

.vbjg-fees {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
}

.vbjg-fee-card {
  border: 1px solid #f0d7dc;
  border-radius: 16px;
  padding: 32px;
  background: #fff;
}

.vbjg-fee-card--special {
  border-color: #e3decb;
}

.vbjg-fee-card__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 14px;
}

.vbjg-fee-card__head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 22px;
  color: #7d4a58;
  margin: 0;
}

.vbjg-fee-card__price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  color: #c9a45f;
  white-space: nowrap;
}

.vbjg-fee-card__desc {
  color: #a8a3a3;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.vbjg-fee-card__price-note {
  color: #7d4a58;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.vbjg-fee-card ul {
  margin: 0;
  padding-left: 20px;
  color: #333;
}

.vbjg-fee-card li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 14.5px;
}

.vbjg-fee-card li:last-child {
  margin-bottom: 0;
}

.vbjg-fees-note {
  text-align: center;
  font-style: italic;
  color: #b3b3b3;
  font-size: 14px;
  margin-bottom: 64px;
}

/* ==========================
   Before you submit
========================== */

.vbjg-callout {
  border-left: 2px solid #c9a45f;
  padding-left: 20px;
  margin-bottom: 16px;
}

.vbjg-callout p {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #333;
}

.vbjg-callout p:last-child {
  margin-bottom: 0;
}

/* ==========================
   Checkboxes
========================== */

.vbjg-checklist {
  border-top: 1px solid #f0eaea;
  margin: 32px 0 40px;
}

.vbjg-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #f0eaea;
  cursor: pointer;
}

.vbjg-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #c9b6bc;
  border-radius: 5px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}

.vbjg-check input[type="checkbox"]:checked {
  background: #7d4a58;
  border-color: #7d4a58;
}

.vbjg-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.vbjg-check span {
  font-size: 14.5px;
  line-height: 1.7;
  color: #333;
}

.vbjg-check a {
  color: #7d4a58;
  text-decoration: underline;
}

/* ==========================
   Submit / readiness
========================== */

.vbjg-ready {
  text-align: center;
  margin-bottom: 24px;
}

.vbjg-ready__circle {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border: 1px dashed #e6c9d0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: #d9b7c0;
  text-align: center;
  transition: 0.2s;
}

.vbjg-ready__circle.is-ready {
  border-style: solid;
  border-color: #c9a45f;
  color: #7d4a58;
}

.vbjg-ready__caption {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #eb9fb4;
}

.vbjg-submit {
  display: block;
  width: min(280px, 100%);
  margin: 0 auto;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  background: #d9d3d3;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: not-allowed;
  transition: 0.2s;
}

.vbjg-submit:enabled {
  background: #7d4a58;
  cursor: pointer;
}

.vbjg-submit:enabled:hover {
  background: #653a45;
}

.vbjg-submit-note {
  text-align: center;
  font-size: 13px;
  color: #b3b3b3;
  margin: 18px 0 0;
}

/* ==========================
   Confirm page
========================== */

.vbjg-confirm-list {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-top: 1px solid #f0eaea;
}

.vbjg-confirm-list dt,
.vbjg-confirm-list dd {
  margin: 0;
  padding: 14px 4px;
  border-bottom: 1px solid #f0eaea;
  font-size: 14px;
  line-height: 1.7;
}

.vbjg-confirm-list dt {
  color: #7d4a58;
  font-weight: 600;
}

.vbjg-confirm-list dd {
  color: #333;
}

.vbjg-confirm-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.vbjg-back {
  width: min(180px, 100%);
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #7d4a58;
  border-radius: 999px;
  color: #7d4a58;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.vbjg-submit-wrap {
  flex: 1;
}

.vbjg-submit-wrap .vbjg-submit {
  width: 100%;
  margin: 0;
  background: #7d4a58;
  cursor: pointer;
}

.vbjg-submit-wrap .vbjg-submit:hover {
  background: #653a45;
}

/* ==========================
   Thanks page
========================== */

.vbjg-thanks {
  text-align: center;
}

.vbjg-thanks .vbjg-hero__title {
  margin-bottom: 20px;
}

.vbjg-reception-id {
  display: inline-block;
  border: 1px solid #f0d7dc;
  border-radius: 999px;
  padding: 12px 32px;
  color: #7d4a58;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}

/* ==========================
   Mobile
========================== */

@media (max-width: 600px) {
  .vbjg-page {
    padding: 48px 16px 72px;
  }

  .vbjg-method {
    grid-template-columns: 1fr;
  }

  .vbjg-method--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .vbjg-concierge__photo {
    width: 120px;
    height: 120px;
  }

  .vbjg-block,
  .vbjg-hero {
    margin-bottom: 48px;
  }

  .vbjg-confirm-list {
    grid-template-columns: 1fr;
  }

  .vbjg-confirm-list dt {
    border-bottom: 0;
    padding-bottom: 2px;
  }

  .vbjg-confirm-actions {
    flex-direction: column;
  }
}
