/* ===== Homes / 施設カード ===== */
.homes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
}
.home-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.home-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,0.1); }
.home-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 3rem;
}
.home-card-body { padding: 22px 22px 26px; }
.home-card-body h3 { font-size: 1.05rem; color: var(--text); margin: 10px 0 6px; line-height: 1.4; }
.home-location { font-size: 0.85rem; color: var(--text-light); margin-bottom: 14px; }
.home-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.home-spec {
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 0.78rem;
  color: var(--text-light);
}
.vacancy-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
}
.vacancy-available { background: #E8F8EE; color: #1E8449; border: 1px solid #A9DFBF; }
.vacancy-few       { background: #FEF9E7; color: #B7950B; border: 1px solid #F9E79F; }
.vacancy-full      { background: #FDEDEC; color: #C0392B; border: 1px solid #F5B7B1; }

/* Coming-soon card */
.home-card-coming {
  background: var(--bg-light);
  border: 2px dashed var(--border);
  border-radius: 18px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  color: var(--text-light);
}
.home-card-coming .coming-icon { font-size: 2.5rem; margin-bottom: 12px; }
.home-card-coming h3 { color: var(--text-light); font-size: 1rem; margin-bottom: 8px; }

/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2C3E50;
  background: #fff;
  line-height: 1.75;
  font-size: 16px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== Design Tokens ===== */
:root {
  --primary:       #1A7FA5;
  --primary-light: #EAF5FA;
  --primary-dark:  #135F7C;
  --accent:        #E07B39;
  --accent-light:  #FEF3EA;
  --green:         #27AE60;
  --text:          #2C3E50;
  --text-light:    #6C7A89;
  --border:        #D0E8F2;
  --bg-light:      #F7FBFD;
}

/* ===== Typography ===== */
h1, h2, h3, h4 { line-height: 1.4; font-weight: 700; }

.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-title h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--primary);
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
.section-title p {
  color: var(--text-light);
  margin-top: 10px;
  font-size: 0.95rem;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  line-height: 1.4;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 18px rgba(224,123,57,0.35);
}
.btn-primary:hover { background: #c86a28; transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-white {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}
.btn-white:hover { background: #f0f8fc; }

/* ===== Header ===== */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: 1080px;
  margin: 0 auto;
  gap: 16px;
}
.logo { display: flex; flex-direction: column; flex-shrink: 0; }
.logo img { height: 34px; width: auto; flex-shrink: 0; }
.logo-name { font-size: 0.95rem; font-weight: 700; color: var(--primary); white-space: nowrap; }
.logo-sub  { font-size: 0.65rem; color: var(--text-light); white-space: nowrap; }

nav ul { display: flex; list-style: none; gap: 0; }
nav ul li a {
  display: block;
  padding: 8px 8px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text);
  border-radius: 6px;
  transition: background 0.18s;
  white-space: nowrap;
}
nav ul li a:hover,
nav ul li a.active { background: var(--primary-light); color: var(--primary); }

.header-contact { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; }
.header-tel     { font-size: 1.05rem; font-weight: 700; color: var(--primary); white-space: nowrap; }
.header-tel-sub { font-size: 0.68rem; color: var(--text-light); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--text); border-radius: 2px; }

/* ===== Hero ===== */
.hero {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 55%, #2BBAD8 100%);
  color: #fff;
  padding: 80px 20px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero > * { position: relative; }
.hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.85rem;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(1.9rem, 5vw, 3rem);
  margin-bottom: 14px;
  line-height: 1.3;
}
.hero-catch {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  opacity: 0.92;
  margin-bottom: 32px;
  line-height: 1.7;
}
.hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.hero-badge {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.32);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
}
.hero-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero-tel-block {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 12px;
  padding: 12px 22px;
  text-align: left;
}
.hero-tel-label  { font-size: 0.73rem; opacity: 0.8; }
.hero-tel-number { font-size: 1.35rem; font-weight: 700; }

/* ===== Section base ===== */
section { padding: 72px 20px; }
section.bg-light { background: var(--bg-light); }

/* ===== Tags ===== */
.tag {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}
.tag-accent { background: var(--accent-light); color: var(--accent); }

/* ===== Worry ===== */
.worry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  max-width: 860px;
  margin: 0 auto 32px;
}
.worry-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.worry-card:hover { box-shadow: 0 6px 24px rgba(26,127,165,0.1); }
.worry-icon { font-size: 2rem; margin-bottom: 10px; }
.worry-card p { font-weight: 600; font-size: 1rem; line-height: 1.5; }
.worry-answer {
  text-align: center;
  font-size: 1.05rem;
  color: var(--primary-dark);
  background: var(--primary-light);
  border-radius: 14px;
  padding: 24px 28px;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ===== Features ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}
.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px 28px;
  box-shadow: 0 4px 22px rgba(0,0,0,0.06);
  text-align: center;
}
.feature-number { font-size: 2.2rem; font-weight: 900; color: var(--primary); opacity: 0.15; line-height: 1; }
.feature-icon   { font-size: 2.6rem; margin: 8px 0 12px; }
.feature-card h3 { color: var(--primary); margin-bottom: 12px; font-size: 1.1rem; }
.feature-card p  { color: var(--text-light); font-size: 0.9rem; line-height: 1.7; }

/* ===== Price ===== */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  max-width: 860px;
  margin: 0 auto 20px;
}
.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 20px;
  text-align: center;
}
.price-label  { font-size: 0.85rem; color: var(--text-light); margin-bottom: 8px; }
.price-amount { font-size: 1.6rem; font-weight: 700; color: var(--primary); }
.price-sub    { font-size: 0.8rem; color: var(--text-light); margin-top: 4px; }
.price-total  {
  text-align: center;
  background: var(--primary);
  color: #fff;
  border-radius: 14px;
  padding: 22px;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
}
.price-note {
  text-align: center;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--text-light);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== Flow ===== */
.flow-steps { display: flex; flex-direction: column; max-width: 620px; margin: 0 auto; }
.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  position: relative;
}
.flow-step::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 50px;
  width: 2px;
  height: calc(100% - 24px);
  background: var(--border);
}
.flow-step:last-child::before { display: none; }
.flow-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.05rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.flow-content h3 { color: var(--primary); margin-bottom: 4px; font-size: 1.05rem; }
.flow-content p  { font-size: 0.9rem; color: var(--text-light); }

/* ===== CTA Banner ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  text-align: center;
  padding: 72px 20px;
}
.cta-banner h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); margin-bottom: 12px; }
.cta-banner p  { opacity: 0.9; margin-bottom: 32px; line-height: 1.8; }
.cta-buttons   { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }

/* ===== Counselors highlight ===== */
.counselor-highlight {
  background: var(--primary-light);
  padding: 56px 20px;
  text-align: center;
}
.counselor-highlight h2 {
  color: var(--primary);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  margin: 14px 0 12px;
}
.counselor-highlight p { color: var(--text-light); margin-bottom: 24px; }

/* ===== Table ===== */
.info-table { width: 100%; border-collapse: collapse; }
.info-table th,
.info-table td {
  padding: 14px 18px;
  border: 1px solid var(--border);
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.7;
}
.info-table th {
  background: var(--primary-light);
  color: var(--primary);
  font-weight: 600;
  width: 170px;
  vertical-align: top;
}

/* ===== Checklist ===== */
.checklist { list-style: none; }
.checklist li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--border);
  position: relative;
  font-size: 0.95rem;
}
.checklist li:last-child { border-bottom: none; }
.checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* ===== Alert box ===== */
.alert-box {
  background: var(--accent-light);
  border-left: 4px solid var(--accent);
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ===== Contact ===== */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 820px;
  margin: 0 auto 48px;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.contact-icon  { font-size: 2.8rem; margin-bottom: 14px; }
.contact-card h3 { margin-bottom: 10px; color: var(--primary); }
.tel-number {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin: 10px 0 4px;
}
.tel-sub { font-size: 0.8rem; color: var(--text-light); }

/* ===== Form ===== */
.form-wrap {
  max-width: 660px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 40px 36px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.form-group label .required {
  color: #E74C3C;
  font-size: 0.78rem;
  margin-left: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text);
  transition: border-color 0.2s;
  background: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26,127,165,0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { text-align: center; margin-top: 28px; }
.form-note { font-size: 0.8rem; color: var(--text-light); margin-top: 12px; }

/* ===== Footer ===== */
footer { background: #2C3E50; color: #ECF0F1; padding: 56px 20px 28px; }
.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 36px;
}
.footer-logo { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.footer-addr { font-size: 0.83rem; opacity: 0.72; line-height: 1.9; }
footer h4 { font-size: 0.85rem; color: #BDC3C7; margin-bottom: 14px; letter-spacing: 0.04em; }
footer nav ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
footer nav ul li a { font-size: 0.83rem; opacity: 0.75; transition: opacity 0.2s; }
footer nav ul li a:hover { opacity: 1; }
.footer-bottom {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px;
  text-align: center;
  font-size: 0.76rem;
  opacity: 0.55;
}

/* ===== Utilities ===== */
.text-center { text-align: center; }
.mt-8  { margin-top: 8px;  }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }
.mb-8  { margin-bottom: 8px;  }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }

/* ===== Responsive ===== */
@media (max-width: 768px) {
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
  nav.open { display: block; }
  nav ul { flex-direction: column; padding: 8px 16px 16px; }
  nav ul li a { padding: 12px 8px; border-bottom: 1px solid #f0f0f0; }
  .nav-toggle { display: flex; }
  .header-contact { display: none; }
  section { padding: 52px 16px; }
  .hero { padding: 56px 16px 52px; }
  .flow-step::before { left: 23px; }
  .form-wrap { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .features-grid { grid-template-columns: 1fr; }
  .price-grid    { grid-template-columns: 1fr 1fr; }
}

/* ===== Hero with photo ===== */
.hero-photo {
  min-height: 90vh;
  background: linear-gradient(to right, rgba(28,43,53,0.50) 30%, rgba(28,43,53,0.05) 100%),
              url('/images/IMG_6012.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 80px 20px;
}
.hero-photo-inner {
  max-width: 1080px;
  margin: 0 auto;
  max-width: 580px;
}
.hero-photo h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 900;
}
.hero-photo .hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  opacity: 0.9;
  margin-bottom: 12px;
  line-height: 1.7;
}
.hero-photo .hero-catch-small {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  opacity: 0.95;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 500;
}
.hero-photo .hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.hero-badge-pill {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  backdrop-filter: blur(4px);
}
.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-size: 0.78rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: bounce 2s infinite;
}
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }

/* ===== Gallery ===== */
.gallery-section { padding: 80px 20px; background: var(--dark, #1C2B35); }
.gallery-section .section-title h2 { color: #fff; }
.gallery-section .section-title p { color: rgba(255,255,255,0.6); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 220px 220px;
  gap: 10px;
  max-width: 1060px;
  margin: 0 auto;
}
.gallery-item {
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item .gallery-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  padding: 24px 16px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-label { opacity: 1; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }

/* ===== Feature alternating rows ===== */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.feature-row:last-child { margin-bottom: 0; }
.feature-row-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.feature-row-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.feature-row-img:hover img { transform: scale(1.04); }
.feature-row-text .tag { margin-bottom: 12px; }
.feature-row-text h3 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: #1C2B35;
  margin-bottom: 16px;
  line-height: 1.4;
}
.feature-row-text p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.9;
  margin-bottom: 16px;
}
.feature-row-text ul {
  list-style: none;
  margin-top: 12px;
}
.feature-row-text ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 0.9rem;
  color: var(--text-light);
}
.feature-row-text ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

/* ===== Stats bar ===== */
.stats-bar {
  background: #1C2B35;
  padding: 40px 20px;
}
.stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  align-items: center;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stat-item .stat-num {
  font-size: 2.4rem;
  font-weight: 900;
  color: #C8703D;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-item .stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
}

/* ===== Refined cards ===== */
.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 28px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.07);
  text-align: center;
  border: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(0,0,0,0.1); }

/* ===== Accent color update ===== */
.btn-primary { background: #C8703D; box-shadow: 0 4px 18px rgba(200,112,61,0.35); }
.btn-primary:hover { background: #a85b2e; }

/* ===== Home card image real photo ===== */
.home-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.home-card-img { padding: 0; }

/* ===== Responsive additions ===== */
@media (max-width: 768px) {
  .feature-row { grid-template-columns: 1fr; gap: 28px; margin-bottom: 56px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px 160px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 1; }
  .hero-photo { min-height: 100svh; background-position: 70% center; }
  .hero-photo h1 { font-size: 2rem; }
}
@media (max-width: 600px) {
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}
