/* =========================================================
   3. Empathy section
   ========================================================= */
.empathy-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.empathy-head .subhead { margin-bottom: 14px; }
.empathy-photo {
  display: grid;
  grid-template-rows: 1.35fr 1fr;
  gap: 14px;
  aspect-ratio: 4 / 5;
}
.empathy-photo image-slot { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; }
.empathy h2 {
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.55;
  margin-bottom: 22px;
}
.empathy-lead {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 0;
}
.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 18px;
  list-style: none;
  margin: 0 auto; padding: 0;
  max-width: 880px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, transform .25s ease;
  cursor: default;
}
.check-box {
  flex: none;
  width: 24px; height: 24px;
  display: grid; place-items: center;
  color: var(--pink);
}
.check-box svg { width: 22px; height: 22px; }

/* =========================================================
   4. Solution section
   ========================================================= */
.solution { text-align: center; }
.solution .wrap-narrow { max-width: 760px; margin: 0 auto; }
.solution h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.55;
  margin-bottom: 26px;
}
.solution h2 .accent {
  background: linear-gradient(transparent 62%, var(--sage-soft) 62%);
}
.solution-lead {
  color: var(--ink-soft);
  font-size: 16.5px;
  line-height: 2.1;
  margin-bottom: 60px;
}
.solution-trio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 10px;
}
.trio-item { text-align: center; }
.trio-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
}
.trio-photo image-slot { width: 100%; height: 100%; }
.trio-item h3 { font-size: 20px; margin-bottom: 10px; }
.trio-item p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.95; text-align: left; }
.bg-green .trio-item p { color: rgba(255,255,255,0.9); }
.bg-green .mark { color: var(--green-darker); }

/* =========================================================
   5. Five reasons (numbered framed cards)
   ========================================================= */
.reason-index {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 36px;
  max-width: 820px;
  margin: 0 auto;
}
.reason-index li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
  padding: 6px 0;
  border-bottom: 1px dashed var(--green-line);
}
.ri-num {
  flex: none;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: var(--eng);
  font-weight: 800;
  font-size: 14px;
  display: grid; place-items: center;
}
.reason-block { padding-top: clamp(44px, 5vw, 62px); }
.reason-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
}
.reason-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
}
.reason-photo image-slot { width: 100%; height: 100%; }
.reason-collage {
  display: grid;
  grid-template-rows: 1.3fr 1fr;
  gap: 12px;
  aspect-ratio: 4 / 4.2;
}
.reason-collage image-slot { width: 100%; height: 100%; border-radius: 14px; overflow: hidden; }
.reason-text .redtext {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.95;
  margin-bottom: 22px;
}
.reason-text p {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 2;
}
.reason-text .subhead { margin-top: 4px; }

/* =========================================================
   6. Daily schedule timeline
   ========================================================= */
.schedule-head { text-align: center; margin-bottom: 60px; }
.schedule-head h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 16px; }
.schedule-head p { color: var(--ink-soft); }
.timeline {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 118px; top: 14px; bottom: 14px;
  width: 2px;
  background: linear-gradient(var(--green-bright), var(--green-mint-deep));
}
.tl-row {
  display: grid;
  grid-template-columns: 96px 44px 1fr;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 34px;
}
.tl-row:last-child { padding-bottom: 0; }
.tl-time {
  font-family: var(--eng);
  font-size: 26px;
  font-weight: 600;
  color: var(--green);
  text-align: right;
  line-height: 1.2;
  padding-top: 6px;
}
.tl-dot {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--green-mint-deep);
  display: grid; place-items: center;
  color: var(--green);
  z-index: 1;
}
.tl-dot svg { width: 22px; height: 22px; }
.tl-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 18px;
}
.tl-thumb {
  flex: none;
  width: 108px;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
}
.tl-thumb image-slot { width: 100%; height: 100%; }
.tl-txt { min-width: 0; }
.tl-body h3 { font-size: 18px; margin-bottom: 6px; }
.tl-body p { font-size: 14px; color: var(--ink-soft); line-height: 1.85; }

/* =========================================================
   Gallery collage
   ========================================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 168px;
  gap: 16px;
}
.g-cell {
  border-radius: 16px;
  overflow: hidden;
}
.g-cell image-slot { width: 100%; height: 100%; }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* =========================================================
   Narrative blocks (why-safe / living power / smartphone)
   ========================================================= */
.whysafe-grid, .smart-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
  margin-bottom: 36px;
}
.whysafe-photo {
  display: grid;
  grid-template-rows: 1.3fr 1fr;
  gap: 14px;
  aspect-ratio: 4 / 4.4;
}
.whysafe-photo image-slot { width: 100%; height: 100%; border-radius: 16px; overflow: hidden; }
.smart-photo {
  aspect-ratio: 5 / 4;
  border-radius: 16px;
  overflow: hidden;
}
.smart-photo image-slot { width: 100%; height: 100%; }
.whysafe-body p, .smart-text p { font-size: 15px; color: var(--ink-soft); line-height: 2.05; margin-bottom: 16px; }
.whysafe-body p:last-child, .smart-text p:last-child { margin-bottom: 0; }

.bullet-list {
  list-style: none;
  margin: 0 0 18px; padding: 0;
  display: grid;
  gap: 10px;
}
.bullet-list li {
  position: relative;
  padding-left: 30px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.7;
}
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5em;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #FBE9E3;
  border: 2px solid var(--coral-light);
}
.bullet-warn li::before {
  background: #FBE9E3;
  border-color: var(--coral-light);
}

.whysafe-quiet, .smart-quiet {
  border-top: 1px solid var(--green-line);
  padding-top: 30px;
}
.whysafe-quiet p, .smart-quiet p { font-size: 15px; color: var(--ink-soft); line-height: 2.05; margin-bottom: 16px; }
.whysafe-quiet p:last-child, .smart-quiet p:last-child { margin-bottom: 0; }
.whysafe-quiet .subhead { margin-bottom: 16px; }

/* Living power */
.power-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(26px, 4vw, 44px);
  align-items: center;
  margin-bottom: 38px;
}
.power-photo { aspect-ratio: 5 / 4; border-radius: 16px; overflow: hidden; }
.power-photo image-slot { width: 100%; height: 100%; }
.power-text p { font-size: 15px; color: var(--ink-soft); line-height: 2.05; margin-bottom: 16px; }
.power-text .redtext { font-size: 16px; font-weight: 700; line-height: 1.9; margin-bottom: 0; }
.power-list {
  list-style: none;
  margin: 0 0 28px; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.power-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff2f2;
  border-radius: 14px;
  padding: 16px 13px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.power-list li b {
  color: var(--green-deep);
  font-size: 16px;
  font-weight: 700;
  margin-right: 2px;
}
.pw-ic {
  flex: none;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--redtext);
  display: grid; place-items: center;
}
.pw-ic svg { width: 15px; height: 15px; }
.power-close {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1.8;
}

/* =========================================================
   7. Voices slider
   ========================================================= */
.voices-head { text-align: center; margin-bottom: 56px; }
.voices-head h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 16px; }
.voices-head p { color: var(--ink-soft); }
.slider {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
.slider-track-wrap { overflow: hidden; }
.slider-track {
  display: flex;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.voice-card {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 44px;
  box-shadow: var(--shadow-sm);
}
.voice-photo {
  width: 200px; height: 200px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}
.voice-photo image-slot { width: 100%; height: 100%; }
.voice-quote-mark {
  font-family: var(--eng);
  font-size: 64px;
  color: var(--green-mint-deep);
  line-height: 0.5;
  margin-bottom: 8px;
  display: block;
}
.voice-text {
  font-family: var(--serif);
  font-size: clamp(14px, 2.1vw, 15px);
  line-height: 1.85;
  color: var(--ink);
  margin-bottom: 22px;
  font-family: var(--sans);
}
.voice-attr { 
  font-size: 14px;
  color: var(--gray);
  font-weight: 600; 
  margin-bottom: 10px;
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 32px;
}
.slider-btn {
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 1px solid var(--beige-deep);
  background: #fff;
  display: grid; place-items: center;
  cursor: pointer;
  color: var(--ink);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.slider-btn:hover { border-color: var(--green); transform: scale(1.06); }
.slider-btn svg { width: 20px; height: 20px; }
.slider-dots { display: flex; gap: 9px; }
.slider-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--beige-deep);
  border: none;
  cursor: pointer;
  transition: background .2s ease, width .2s ease;
  padding: 0;
}
.slider-dot.active { background: var(--green); width: 26px; border-radius: 5px; }

/* =========================================================
   8. FAQ accordion
   ========================================================= */
.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.faq-aside h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.5; margin-bottom: 18px; }
.faq-aside p { color: var(--ink-soft); font-size: 15px; }
.faq-aside .faq-help {
  margin-top: 28px;
  padding: 22px 24px;
  background: var(--beige-soft);
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.9;
}
.faq-list { 
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    align-items: start;
    max-width: 960px;
    margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .25s ease;
}
.faq-item.open { border-color: var(--green-bright); }
.faq-q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 22px 26px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.6;
}
.faq-q .qmark {
  flex: none;
  font-family: var(--eng);
  font-size: 22px;
  font-weight: 600;
  color: var(--pink);
}
.faq-toggle {
  margin-left: auto;
  flex: none;
  width: 26px; height: 26px;
  position: relative;
}
.faq-toggle::before, .faq-toggle::after {
  content: "";
  position: absolute;
  background: var(--terracotta);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.faq-toggle::before { top: 50%; left: 4px; right: 4px; height: 2px; transform: translateY(-50%); }
.faq-toggle::after { left: 50%; top: 4px; bottom: 4px; width: 2px; transform: translateX(-50%); }
.faq-item.open .faq-toggle::after { transform: translateX(-50%) scaleY(0); opacity: 0; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-a-inner {
  padding: 0 26px 24px 64px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 2;
}

/* =========================================================
   9. Representative message
   ========================================================= */
.rep-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
}
.rep-photo {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  position: relative;
}
.rep-photo image-slot { width: 100%; height: 100%; }
.rep-body h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.55;
  margin-bottom: 26px;
}
.rep-body p {
  color: var(--ink-soft);
  font-size: 15.5px;
  line-height: 2.1;
  margin-bottom: 18px;
}
.rep-sign {
  margin-top: 30px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.rep-sign .role { font-size: 13px; color: var(--gray); }
.rep-sign .name { font-family: var(--serif); font-size: 24px; letter-spacing: 0.1em; }

/* =========================================================
   10. Final CTA
   ========================================================= */
.final-cta {
  /* background: linear-gradient(165deg, #E9F3E4 0%, #F4F9F0 45%, #F7F2E3 100%); */
  background: #fff1f1;
  color: var(--ink);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-bg { display: none; }
.final-cta::before, .final-cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  /* border: 22px solid rgba(92,183,82,0.07); */
  border: 22px solid rgba(236, 133, 166, 0.12);
  z-index: 0;
}
.final-cta::before { width: 300px; height: 300px; top: -120px; left: -70px; }
.final-cta::after { width: 220px; height: 220px; bottom: -90px; right: -50px; }
.final-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.final-heart {
  display: inline-grid; place-items: center;
  color: var(--coral);
  margin-bottom: 14px;
}
.final-heart svg { width: 44px; height: 44px; }
.final-cta h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.5;
  margin-bottom: 22px;
  color: var(--green-deep);
  letter-spacing: 0.08em;
}
.final-lead { font-size: 15.5px; line-height: 2.05; color: var(--ink-soft); margin-bottom: 38px; }
.final-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.final-actions .cta { max-width: 460px; }
.final-contact {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 30px;
  border-top: 1px solid var(--green-line);
}
.final-contact .tel {
  font-family: var(--eng);
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  color: var(--redtext);
}
.final-contact .hours { font-size: 13.5px; color: var(--gray); }

/* =========================================================
   11. Footer
   ========================================================= */
.site-footer {
  background: var(--pink);
  color: rgba(255,255,255,0.78);
  padding-block: 0 32px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand .brand-name b { color: #fff; }
.footer-brand .brand-name span { color: rgba(255,255,255,0.6); }
.footer-brand p { margin-top: 18px; line-height: 1.9; max-width: 320px; color: rgba(255,255,255,0.62); }
.footer-col h4 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer-col a { color: rgba(255,255,255,0.7); transition: color .2s ease; }
.footer-col a:hover { color: #fff; }
.footer-social { display: flex; gap: 14px; margin-top: 6px; }
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: grid; place-items: center;
  transition: background .2s ease, border-color .2s ease;
}
.footer-social a:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 26px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
}

.footer-bottom span {
  color: #fff;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle {
    display: grid; place-items: center;
    width: 44px; height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
  }
  .float-cta { display: flex; }
  .fv-grid { grid-template-columns: 1fr; gap: 40px; }
  .fv-visual { max-width: 460px; margin: 0 auto; width: 100%; }
  .empathy-grid { grid-template-columns: 1fr; }
  .empathy-photo { width: 100%; max-width: 420px; margin: 0 auto; }
  .reason-row { grid-template-columns: 1fr; }
  .reason-collage { width: 100%; max-width: 460px; margin: 0 auto; aspect-ratio: 16/10; grid-template-rows: none; grid-template-columns: 1.3fr 1fr; }
  .gallery-grid { grid-auto-rows: 140px; }
  .solution-trio { grid-template-columns: repeat(2, 1fr); gap: 30px 26px; }
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .whysafe-grid, .smart-grid, .power-grid { grid-template-columns: 1fr; }
  .whysafe-photo { width: 100%; max-width: 460px; margin: 0 auto; aspect-ratio: 16/10; grid-template-rows: none; grid-template-columns: 1.3fr 1fr; }
  .power-list { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .rep-grid { grid-template-columns: 1fr; }
  .rep-photo { max-width: 440px; }
  .voice-card { grid-template-columns: 1fr; text-align: center; gap: 24px; padding: 36px 28px; }
  .voice-photo { margin: 0 auto; width: 150px; height: 150px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  body { padding-bottom: 78px; }
}
@media (max-width: 600px) {
  .check-list { grid-template-columns: 1fr; }
  .solution-trio { grid-template-columns: 1fr; gap: 36px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .power-list { grid-template-columns: 1fr; }
  .timeline::before { left: 76px; }
  .tl-row { grid-template-columns: 60px 38px 1fr; gap: 12px; }
  .tl-time { font-size: 19px; }
  .tl-body { flex-direction: column; align-items: stretch; }
  .tl-thumb { width: 100%; aspect-ratio: 16/9; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; }
  .g-wide { grid-column: span 2; }
  .g-tall { grid-row: span 1; }
  .fv-badges {
    flex-direction: row;
    flex-wrap: initial;
    box-sizing: border-box;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .fv-tag { left: 50%; transform: translateX(-50%); }
  .voice-text {
    text-align: left;
    line-height: 2;
  }
  .fv-grid {
      gap: 0px;
  }
  .empathy h2 {
    font-size: clamp(27px, 3.2vw, 40px);
  }
  .reason-collage {
    display: contents;
  }
  .whysafe-photo {
    display: contents;
  }
  .voice-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
    padding: 15px 20px;
  }
  .voice-card h3 {
    font-size: 17px;
  }
  .voice-photo {
    width: 200px;
    height: 200px;
  }
    .faq-list {
      grid-template-columns: 1fr;
  }
}