.contact-breadcrumb-nav {
  padding: 18px clamp(20px, 4vw, 40px) 0;
  background: #ebe5d3;
}
.contact-breadcrumb-list {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  list-style: none;
}
.contact-breadcrumb-item {
  text-align: left;
}
.contact-breadcrumb-link {
  color: #4a4a40;
  text-decoration: none;
}
.contact-breadcrumb-separator {
  color: #4a4a40;
}
.contact-breadcrumb-current {
  color: #4a6b3a;
  font-weight: 600;
}
.contact-hero-section {
  text-align: center;
  background: linear-gradient(180deg, #ebe5d3 0%, #f5f1e6 100%);
}
.contact-hero-section-index {
  padding: clamp(40px, 5vw, 70px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}
.contact-hero-section-form {
  padding: clamp(40px, 5vw, 60px) clamp(20px, 4vw, 40px) clamp(30px, 4vw, 40px);
}
.contact-section-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  align-items: center;
  gap: 18px;
}
.contact-section-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}
.contact-section-label {
  color: #4a6b3a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4em;
}
.contact-hero-heading {
  color: #3d3a32;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact-hero-heading-index {
  margin-bottom: 20px;
  font-size: clamp(26px, 3.4vw, 36px);
}
.contact-hero-heading-form {
  margin-bottom: 16px;
  font-size: clamp(24px, 3vw, 32px);
}
.contact-hero-text {
  max-width: 640px;
  margin: 0 auto;
  color: #4a4a40;
  line-height: 2;
  text-align: center;
}
.contact-hero-text-index {
  font-size: clamp(14px, 1.6vw, 16px);
}
.contact-hero-text-form {
  font-size: clamp(13px, 1.5vw, 15px);
}
.contact-narrow-inner {
  max-width: 980px;
  margin: 0 auto;
}
.contact-form-cta-section {
  padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 40px) clamp(20px, 3vw, 30px);
}
.contact-form-cta-card {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: clamp(28px, 4vw, 40px);
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 32px);
  color: #fffdf8;
  background: linear-gradient(135deg, #4a6b3a 0%, #7a9a5b 100%);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(74, 107, 58, 0.25);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-cta-card:hover {
  box-shadow: 0 16px 40px rgba(74, 107, 58, 0.32);
  transform: translateY(-2px);
}
.contact-form-cta-orb {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.08);
  pointer-events: none;
}
.contact-form-cta-icon {
  position: relative;
  display: inline-flex;
  width: clamp(56px, 7vw, 72px);
  height: clamp(56px, 7vw, 72px);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255, 253, 248, 0.18);
  border-radius: 50%;
}
.contact-form-cta-body {
  position: relative;
  display: block;
  min-width: 200px;
  flex: 1;
}
.contact-form-cta-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  opacity: 0.9;
}
.contact-form-cta-heading {
  display: block;
  margin-bottom: 8px;
  color: #fffdf8;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.contact-form-cta-text {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  opacity: 0.92;
}
.contact-form-cta-button {
  position: relative;
  display: inline-flex;
  padding: 14px 28px;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  color: #4a6b3a;
  background: #fffdf8;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.contact-methods-section {
  padding: clamp(20px, 3vw, 30px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
}
.contact-methods-heading {
  margin-bottom: 24px;
  color: #3d3a32;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}
.contact-method-card {
  display: flex;
  padding: clamp(28px, 4vw, 40px);
  flex-direction: column;
  background: #fffdf8;
  border: 1px solid #ece5d0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.08);
}
.contact-method-header {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 16px;
}
.contact-method-icon {
  display: flex;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #fffdf8;
  background: linear-gradient(135deg, #7a9a5b 0%, #4a6b3a 100%);
  border-radius: 50%;
}
.contact-method-label {
  margin-bottom: 4px;
  color: #4a6b3a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.contact-method-title {
  color: #3d3a32;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.contact-method-link {
  display: block;
  margin-bottom: 18px;
  padding: 20px;
  background: #f9f5e9;
  border: 1px solid #ece5d0;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
}
.contact-method-link-email {
  word-break: break-all;
}
.contact-method-link-label {
  display: block;
  margin-bottom: 6px;
  color: #4a6b3a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.contact-method-phone {
  display: block;
  color: #4a6b3a;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.contact-method-email {
  display: block;
  color: #4a6b3a;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.contact-method-detail-list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
  gap: 8px 16px;
  color: #4a4a40;
  font-size: 13px;
}
.contact-method-detail-list dt {
  color: #4a6b3a;
  font-weight: 700;
}
.contact-method-detail-list dd {
  margin: 0;
}
.contact-category-section {
  padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 40px) clamp(60px, 8vw, 80px);
  background: #ebe5d3;
}
.contact-section-heading {
  margin-bottom: clamp(28px, 4vw, 40px);
  text-align: center;
}
.contact-section-title {
  color: #3d3a32;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.contact-section-description {
  margin-top: 14px;
  color: #4a4a40;
  font-size: 14px;
  text-align: center;
}
.contact-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.contact-category-card {
  padding: clamp(24px, 3vw, 32px);
  background: #fffdf8;
  border: 1px solid #ece5d0;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.05);
}
.contact-category-header {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  gap: 12px;
}
.contact-category-number {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #4a6b3a;
  background: #ebf2dd;
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
}
.contact-category-title {
  margin: 0;
  color: #3d3a32;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.contact-category-text {
  margin: 0;
  color: #4a4a40;
  font-size: 13px;
  line-height: 1.9;
}
.contact-notes-section {
  padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 40px) clamp(60px, 8vw, 80px);
}
.contact-notes-card {
  padding: clamp(28px, 4vw, 40px);
  background: #fffdf8;
  border: 1px solid #ece5d0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.05);
}
.contact-notes-heading-row {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  gap: 12px;
}
.contact-notes-heading {
  color: #3d3a32;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.contact-notes-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 14px;
  list-style: none;
}
.contact-notes-list li {
  display: flex;
  gap: 12px;
  color: #4a4a40;
  font-size: 14px;
  line-height: 1.9;
}
.contact-notes-list span[aria-hidden="true"] {
  flex-shrink: 0;
  color: #4a6b3a;
  font-weight: 700;
}
.contact-notes-list a {
  color: #4a6b3a;
  font-weight: 600;
  text-decoration: underline;
}
.contact-step-section {
  padding: clamp(28px, 4vw, 40px) clamp(20px, 4vw, 40px) clamp(20px, 3vw, 28px);
}
.step-list {
  display: grid;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: clamp(8px, 1.5vw, 16px);
  list-style: none;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.step-num {
  display: flex;
  width: clamp(40px, 5vw, 48px);
  height: clamp(40px, 5vw, 48px);
  align-items: center;
  justify-content: center;
  color: #6b6857;
  background: #e8e1d0;
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.8vw, 17px);
  font-weight: 700;
}
.step-label {
  color: #4a4a40;
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 500;
  letter-spacing: 0.15em;
}
.step-item-active .step-num {
  color: #fffdf8;
  background: #4a6b3a;
}
.step-item-active .step-label {
  color: #4a6b3a;
  font-weight: 700;
}
.step-bar {
  height: 2px;
  min-width: 24px;
  margin-top: -22px;
  background: #e8e1d0;
  border-radius: 2px;
}
.step-bar-active {
  background: #4a6b3a;
}
.contact-form-section {
  padding: clamp(20px, 3vw, 32px) clamp(20px, 4vw, 40px) clamp(60px, 8vw, 80px);
}
.contact-form-inner {
  max-width: 760px;
  margin: 0 auto;
}
.contact-form-card {
  padding: clamp(28px, 4vw, 48px);
  background: #fffdf8;
  border: 1px solid #ece5d0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.08);
}
.contact-error-summary {
  display: flex;
  margin-bottom: 28px;
  padding: 18px 22px;
  align-items: flex-start;
  gap: 12px;
  background: #fdf4f2;
  border: 1px solid #e8a89c;
  border-left: 4px solid #c44a3a;
  border-radius: 4px;
}
.contact-error-summary svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-error-summary p {
  margin: 0;
  color: #c44a3a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}
.contact-field-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.contact-field-label {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
  color: #3d3a32;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.contact-required-badge, .contact-optional-badge {
  display: inline-flex;
  padding: 2px 10px;
  align-items: center;
  color: #fffdf8;
  background: #8b6748;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact-optional-badge {
  color: #3d3a32;
  background: #e8e1d0;
}
.field-input, .field-select, .field-textarea {
  width: 100%;
  padding: 14px 16px;
  color: #3d3a32;
  background-color: #fffdf8;
  border: 1.5px solid #ece5d0;
  border-radius: 4px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field-textarea {
  min-height: 160px;
  resize: vertical;
}
.field-input:hover, .field-select:hover, .field-textarea:hover {
  border-color: #c4d4a8;
}
.field-input:focus, .field-select:focus, .field-textarea:focus {
  border-color: #4a6b3a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(74, 107, 58, 0.15);
}
.field-error {
  background: #fdf4f2;
  border-color: #c44a3a;
}
.field-error:focus {
  box-shadow: 0 0 0 3px rgba(196, 74, 58, 0.18);
}
.field-error-msg {
  display: flex;
  margin-top: 8px;
  align-items: flex-start;
  gap: 8px;
  color: #c44a3a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.field-select {
  padding-right: 44px;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%234a6b3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: right 16px center;
  background-repeat: no-repeat;
}
.contact-agree-box {
  padding: 22px 24px;
  background: #f9f5e9;
  border: 1px solid #ece5d0;
  border-radius: 6px;
}
.contact-agree-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}
.contact-agree-input {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
  accent-color: #4a6b3a;
  cursor: pointer;
}
.contact-agree-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #3d3a32;
  font-size: 14px;
  line-height: 1.85;
}
.contact-agree-text a {
  color: #4a6b3a;
  font-weight: 600;
  text-decoration: underline;
}
.contact-form-actions {
  display: flex;
  margin-top: 36px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-form-actions-center {
  text-align: center;
}
.contact-primary-button, .contact-secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 2px;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
}
.contact-primary-button {
  padding: 16px 48px;
  color: #fffdf8;
  background: #4a6b3a;
  border: none;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.25);
  font-size: 16px;
}
.contact-primary-button:hover {
  background: #3d5a2e;
}
.contact-secondary-button {
  padding: 16px 36px;
  color: #4a6b3a;
  background: #fffdf8;
  border: 1.5px solid #4a6b3a;
  font-size: 15px;
}
.contact-secondary-button:hover {
  background: #ebf2dd;
}
.contact-confirm-heading {
  margin-bottom: 32px;
  text-align: center;
}
.contact-confirm-heading h2 {
  margin-bottom: 12px;
  color: #3d3a32;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.contact-confirm-heading p {
  color: #6b6857;
  font-size: 14px;
  text-align: center;
}
.contact-confirm-list {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  margin: 0;
  gap: 0;
  border-top: 1px solid #ece5d0;
}
.contact-confirm-list dt, .contact-confirm-list dd {
  padding: 18px 20px;
  border-bottom: 1px solid #ece5d0;
}
.contact-confirm-list dt {
  display: flex;
  align-items: center;
  color: #4a6b3a;
  background: #f9f5e9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact-confirm-list dt:last-of-type {
  align-items: flex-start;
}
.contact-confirm-list dd {
  margin: 0;
  color: #3d3a32;
  font-size: 14px;
  line-height: 1.85;
}
.contact-break-word {
  word-break: break-all;
}
.contact-pre-wrap {
  white-space: pre-wrap;
}
.contact-done-inner {
  max-width: 720px;
  margin: 0 auto;
}
.contact-done-card {
  padding: clamp(40px, 6vw, 60px) clamp(28px, 4vw, 48px);
  background: #fffdf8;
  border: 1px solid #ece5d0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.08);
  text-align: center;
}
.contact-mail-notice-section {
  padding: clamp(20px, 3vw, 28px) clamp(20px, 4vw, 40px) 0;
}
.contact-mail-notice {
  padding: 18px 20px;
  background: #f9f5e9;
  border: 1px solid #ece5d0;
  border-radius: 6px;
}
.contact-mail-notice p {
  margin: 0;
  color: #4a4a40;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
.contact-copy-email {
  display: inline;
  padding: 0;
  color: #4a6b3a;
  background: transparent;
  border: none;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.contact-copy-email:hover {
  color: #3d5a2e;
}
.contact-mail-notice .contact-copy-feedback {
  min-height: 1.6em;
  margin-top: 6px;
  color: #4a6b3a;
  font-size: 12px;
  font-weight: 600;
}
.contact-done-icon {
  display: inline-flex;
  width: clamp(72px, 9vw, 88px);
  height: clamp(72px, 9vw, 88px);
  margin-bottom: 28px;
  align-items: center;
  justify-content: center;
  color: #fffdf8;
  background: linear-gradient(135deg, #7a9a5b 0%, #4a6b3a 100%);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.25);
}
.contact-done-heading {
  margin-bottom: 20px;
  color: #3d3a32;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.contact-done-text {
  margin-bottom: 28px;
  color: #4a4a40;
  font-size: clamp(14px, 1.6vw, 15px);
  line-height: 2;
  text-align: center;
}
.contact-done-text strong, .contact-done-note a {
  color: #4a6b3a;
  font-weight: 700;
}
.contact-done-note {
  margin-bottom: 32px;
  padding: 20px;
  background: #f9f5e9;
  border: 1px solid #ece5d0;
  border-radius: 6px;
  text-align: left;
}
.contact-done-note p {
  margin: 0;
  color: #6b6857;
  font-size: 13px;
  line-height: 1.9;
}
.contact-done-note strong {
  color: #3d3a32;
  font-weight: 600;
}
.contact-done-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.contact-button-link {
  text-decoration: none;
}
@media (max-width: 640px) {
  .contact-confirm-list {
    grid-template-columns: 1fr;
  }
  .contact-confirm-list dt {
    padding-bottom: 6px;
    border-bottom: none;
  }
  .contact-confirm-list dd {
    padding-top: 0;
  }
  .contact-form-cta-button, .contact-primary-button, .contact-secondary-button {
    width: 100%;
    justify-content: center;
  }
}
