/* Core Page Layout Framework */
.main-content {
  width: 100%;
  background-color: #fdfeff;
  padding: 40px 0 80px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Page Header Typography Block */
.page-header {
  margin-bottom: 40px;
}

.page-title {
  font-family: var(--font-main);
  font-size: 32px;
  font-weight: 800;
  color: var(--color-primary);
  margin: 0 0 8px 0;
}

.page-subtitle {
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--color-text-muted);
  margin: 0;
}

/* Split Column Context Layout */
.store-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.info-logistics-column,
.info-interactive-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Universal Info Component Card System */
.info-card {
  background-color: var(--color-white);
  border: 1px solid #eef1f0;
  border-radius: var(--radius-card);
  padding: 32px;
  box-sizing: border-box;
}

.info-card h2 {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 24px 0;
}

.card-title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.card-title-row h2 {
  margin: 0;
}

.card-icon {
  font-family: var(--font-display);
  font-size: 24px;
}

/* Trading Hours Layout Styles */
.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.schedule-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--color-text-dark);
  padding-bottom: 12px;
  border-bottom: 1px solid #f4f6f5;
}

.schedule-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.schedule-row.highlight {
  color: var(--color-primary);
  font-weight: 700;
}

/* Contact Channels Stack Alignment */
.channels-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.channel-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.channel-icon {
  font-family: var(--font-display);
  font-size: 22px;
  background-color: #f0faf4;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.channel-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.channel-body h3 {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
}

.channel-detail {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-dark);
  margin: 0;
}

.channel-detail a {
  color: inherit;
  text-decoration: none;
}

.channel-detail a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

.channel-meta {
  font-family: var(--font-main);
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0;
}

/* Delivery Fullfilment Grid Parameters */
.delivery-zones-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.zone-pill {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 14px 20px;
  border-radius: 12px;
  font-family: var(--font-main);
  font-size: 14px;
}

.zone-name {
  font-weight: 700;
  color: var(--color-text-dark);
}

.zone-pricing {
  color: var(--color-primary);
  font-weight: 600;
}

.delivery-footer-banner {
  background-color: rgba(66, 217, 139, 0.12);
  padding: 12px;
  border-radius: var(--radius-pill);
  text-align: center;
}

.highlight-promo {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary);
}

/* Inbound Contact Forms Layout */
.contact-form-element {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(1, 68, 45, 0.15);
  background-color: #fafbfc;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--color-text-dark);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(1, 68, 45, 0.08);
}

.action-submit-form {
  width: 100%;
  height: 50px;
  border-radius: var(--radius-pill);
  font-size: 15px;
  margin-top: 8px;
}

/* Navigation Maps / Transit Modules */
.transit-navigation-card {
  padding: 0;
  overflow: hidden;
}

.mock-map-view {
  background-color: #e3f2fd;
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
}

.map-placeholder-icon {
  font-size: 48px;
}

.map-caption {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 600;
  background-color: var(--color-white);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: var(--color-text-dark);
  margin: 0;
}

.transit-directions-wrapper {
  padding: 32px;
}

.transit-directions-wrapper h3 {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 8px 0;
}

.transit-intro {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--color-text-muted);
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.transit-methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.transit-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.method-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.transit-line p {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--color-text-dark);
  margin: 0;
}