:root {
      --pink: #f7d7db;
      --pink-deep: #eb8fa0;
      --green: #a8cfa5;
      --green-deep: #5b8f67;
      --cream: #fffaf4;
      --orange: #f4b26b;
      --brown: #5b4a42;
      --text: #3d3a37;
      --line: #eadfd6;
      --white: #ffffff;
      --shadow: 0 18px 40px rgba(91, 74, 66, 0.10);
      --radius-xl: 30px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --wrap: 1120px;
    }

    * { box-sizing: border-box; }
    html,body {min-height: 100%;}
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
      color: var(--text);
      background: linear-gradient(180deg, #fffdfb 0%, #fff9f6 100%);
      line-height: 1.8;
      min-height: 100vh;
	    display: flex;
	    flex-direction: column;
    }
    .site-main,.l-main,main {
	    flex: 1;
    }

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

    .wrap {
      width: min(calc(100% - 32px), var(--wrap));
      margin: 0 auto;
    }

    .section {
      padding: 88px 0;
      position: relative;
    }

    .section-title {
      text-align: center;
      margin: 0 0 14px;
      font-size: clamp(1.9rem, 4vw, 2.7rem);
      line-height: 1.35;
      color: var(--brown);
      letter-spacing: 0.04em;
    }

    .section-lead {
      max-width: 800px;
      margin: 0 auto 42px;
      text-align: center;
      color: #665b55;
      font-size: 1rem;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 999px;
      background: var(--white);
      border: 1px solid rgba(235, 143, 160, 0.25);
      box-shadow: 0 8px 20px rgba(91, 74, 66, 0.06);
      color: var(--pink-deep);
      font-weight: 700;
      font-size: 0.92rem;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(14px);
      background: rgba(255, 250, 244, 0.82);
      border-bottom: 1px solid rgba(91, 74, 66, 0.08);
    }

    .header-inner {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .logo {
      font-size: 1.25rem;
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: 0.03em;
      color: var(--brown);
    }

    .logo small {
      display: block;
      font-size: 0.75rem;
      font-weight: 700;
      /* color: var(--green-deep); */
      letter-spacing: 0.08em;
    }

    .header-nav-wrap {

	display: flex;
	align-items: center;
	gap: 24px;

}

.header-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
  gap: 20px;
  font-size: 0.95rem;
}

.header-nav li {
	margin: 0;
	padding: 0;
}

.header-nav a {
	display: block;
	text-decoration: none;
}


    .header-nav a:not(.header-cta) {
      color: #5f5751;
    }

    .header-cta,
    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 24px;
      border-radius: 999px;
      background: linear-gradient(135deg, #ef98a8 0%, #e78294 100%);
      color: var(--white);
      font-weight: 800;
      letter-spacing: 0.03em;
      box-shadow: 0 14px 30px rgba(231, 130, 148, 0.28);
      transition: transform .25s ease, box-shadow .25s ease;
    }

    .header-cta,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef98a8 0%, #e78294 100%);
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 30px rgba(231, 130, 148, 0.28);
  transition: transform .25s ease, box-shadow .25s ease;
}

.header-cta::after,
.cta-button::after {
  content: "→";
  font-size: 0.95em;
  line-height: 1;
  transition: transform .25s ease;
}

.header-cta:hover::after,
.cta-button:hover::after {
  transform: translateX(3px);
}
    
    .header-cta:hover,
    .cta-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(231, 130, 148, 0.34); }

    .hero {
      overflow: hidden;
      padding: 72px 0 64px;

      background:
        /* url("../images/sakura1.png") no-repeat 8% 8% / 220px auto,
        url("../images/sakura2.png") no-repeat 92% 12% / 200px auto, */
        url("../images/sakura2.png") no-repeat 78% 16% / 210px auto,
        /* linear-gradient(180deg, #f8d5db 0%, #fff7f7 100%); */

        radial-gradient(circle at 12% 10%, rgba(255,255,255,0.8) 0 8%, transparent 8.5%),
        radial-gradient(circle at 88% 14%, rgba(255,255,255,0.7) 0 7%, transparent 7.5%),
        radial-gradient(circle at 78% 32%, rgba(255,255,255,0.4) 0 4%, transparent 4.6%),
        linear-gradient(180deg, #f8d5db 0%, #fff7f7 100%);
        /* linear-gradient(180deg, #f8d5db 0%, #f8e9d8 100%);
        linear-gradient(180deg, #f8d5db 0%, #fff7f7 100%); */

    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 40px;
      align-items: center;
    }

    .hero-copy h1 {
      margin: 18px 0 18px;
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      line-height: 1.2;
      letter-spacing: 0.03em;
      color: var(--brown);
    }

    .hero-copy p {
      margin: 0 0 28px;
      font-size: 1.05rem;
      color: #5e534d;
    }

    .hero-points {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 30px;
    }

    .hero-points span {
      display: inline-flex;
      align-items: center;
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,0.86);
      border: 1px solid rgba(91, 74, 66, 0.06);
      font-weight: 700;
      font-size: 0.95rem;
      box-shadow: 0 10px 24px rgba(91, 74, 66, 0.08);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .cta-sub {
      font-size: 0.92rem;
      color: #6e625a;
      font-weight: 700;
    }

    .hero-card {
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.hero-main-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 520px;
  margin: 0 auto;
  object-fit: contain;
}

    .hero-illustration {
      position: relative;
      aspect-ratio: 4 / 4.4;
      border-radius: 28px;
      background: linear-gradient(180deg, #f9d7dd 0%, #fcebdc 100%);
      overflow: hidden;
      border: 2px solid rgba(255,255,255,0.65);
    }

    .hero-blob {
      position: absolute;
      border-radius: 50%;
      opacity: 0.95;
    }

    .blob-a { width: 120px; height: 120px; background: #8fb7dd; left: 6%; bottom: 13%; }
    .blob-b { width: 90px; height: 90px; background: #f4b26b; right: 8%; bottom: 18%; }
    .blob-c { width: 160px; height: 160px; background: #c2db92; left: 35%; bottom: 6%; }
    .blob-d { width: 82px; height: 82px; background: #fff; left: 41%; top: 39%; }
    .blob-e { width: 120px; height: 120px; background: #7f9fc7; right: 24%; bottom: 10%; }

    .hero-frame {
      position: absolute;
      inset: auto 7% 7% 7%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .mini-photo {
      aspect-ratio: 1 / 1;
      border-radius: 18px;
      background: linear-gradient(135deg, #fff 0%, #f1ebe5 100%);
      border: 2px solid rgba(255,255,255,0.8);
      display: grid;
      place-items: center;
      text-align: center;
      padding: 12px;
      font-size: 0.8rem;
      font-weight: 800;
      color: #7a6b62;
      box-shadow: 0 8px 20px rgba(91, 74, 66, 0.10);
    }

    .hero-note {
      margin-top: 18px;
      display: grid;
      gap: 12px;
    }

    .hero-note .note {
      padding: 14px 16px;
      border-radius: 18px;
      background: var(--white);
      font-weight: 700;
      color: #655951;
      border: 1px solid rgba(91,74,66,0.08);
    }

    .grid-2 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px;
    }

    .card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .soft-pink { background: linear-gradient(180deg, #fff 0%, #fff7f7 100%); }
    .soft-green { background: linear-gradient(180deg, #fff 0%, #f7fcf6 100%); }

    .feature-list,
    .check-list,
    .flow-list,
    .contact-list,
    .faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 14px;
    }

    .feature-list li,
    .check-list li,
    .contact-list li,
    .faq-list li {
      padding: 16px 18px;
      border-radius: 18px;
      background: rgba(255,255,255,0.78);
      border: 1px solid rgba(91,74,66,0.08);
    }

    .check-list li strong,
    .feature-list li strong {
      display: block;
      margin-bottom: 4px;
      color: var(--brown);
    }

    .check-list li{
  position: relative;
  padding: 16px 18px 16px 50px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(91,74,66,0.08);
}

.check-list li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 20px;
  height: 20px;
  background: url("../images/icon.png") no-repeat center center / contain;
  transform: translateY(-50%);
}
.feature-list li strong {
  position: relative;
  padding: 0px 0px 0px 28px;
}

  .feature-list li strong::before {
content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url("../images/icon.png") no-repeat center center / contain;
  transform: translateY(-50%);
  }
    .voice-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      align-items: stretch;
      margin-top: 28px;
    }

    .voice-box {
      /* background: linear-gradient(180deg, #fff 0%, #fff8ed 100%); */
      background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
      /* border: 1px solid #f1e4d1; */
      border-radius: 24px;
      padding: 22px 18px;
      text-align: center;
      box-shadow: 0 12px 24px rgba(91,74,66,0.07);

      min-height: 180px;
      height: 100%;
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .voice-box h3{
      margin: 1em 0 5px;
      text-align: center;
    }

    .voice-box p {
      flex-grow: 1;
      margin: 0%;
      text-align: left;
    }

    .voice-box figure {
      margin-top: auto;
    }

    .voice-box .icon {
      margin: 0 0 12px;
    }

    .voice-box figure {
      margin: 16px 0 0;
    }

    .voice-box .voice-img {
      width: 100%;
      display: block;
      border-radius: 12px;
    }

    .voice-box figcaption {
      margin-top: 8px;
      font-size: 0.88rem;
      line-height: 1.5;
      color: #7a6b62;
    }

    /* .voice-box .icon {
      width: 62px;
      height: 62px;
      margin: 0 auto 12px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f8d6dd 0%, #fbe9d4 100%);
      display: grid;
      place-items: center;
      font-size: 1.4rem;
    }
    .voice-img{
      border-radius: 6px;
    } */
    .voice-box .icon {
      width: 62px;
      height: 62px;
      margin: 0 auto 12px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f8d6dd 0%, #fbe9d4 100%);
      display: grid;
      place-items: center;
    }

    .voice-box .icon img {
      width: 62px;
      height: 62px;
      object-fit: contain;
      display: block;
    }
    
    .voice-box figure {
      margin: 16px 0 0;
    }

    .voice-box .voice-img {
      width: 100%;
      border-radius: 12px;
      display: block;
    }

    .voice-box figcaption {
      margin-top: 8px;
      font-size: 0.88rem;
      line-height: 1.5;
      color: #7a6b62;
      text-align: center;
    }

    .flow {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .flow-step {
      position: relative;
      padding: 28px 24px 24px;
      border-radius: 28px;
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .flow-step .num {
      display: inline-flex;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      background: var(--green);
      color: var(--white);
      font-weight: 800;
      margin-bottom: 14px;
    }

    .cta-band {
      background: linear-gradient(135deg, #e88fa0 0%, #f2b98f 100%);
      color: var(--white);
      border-radius: 36px;
      padding: 40px;
      box-shadow: 0 22px 50px rgba(231, 130, 148, 0.24);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
    }

    .cta-band h2 {
      margin: 0 0 10px;
      font-size: clamp(1.8rem, 4vw, 3rem);
      line-height: 1.3;
    }

    .cta-band p {
      margin: 0;
      color: rgba(255,255,255,0.92);
    }

    .cta-white {
      background: var(--white);
      color: var(--pink-deep);
      box-shadow: none;
    }

    .contact-wrap {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 28px;
      align-items: stretch;
    }

    .contact-box .tel {
      display: inline-block;
      margin: 10px 0 6px;
      font-size: clamp(2rem, 5vw, 3.2rem);
      line-height: 1;
      color: var(--pink-deep);
      font-weight: 800;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .contact-meta {
      display: grid;
      gap: 0px;
      margin-top: 18px;
      color: #6b6059;
      font-size: 0.95rem;
    }
    .contact-img{
      margin-top: 20px;
      text-align: center;
    }
    .contact-img img{
      display: block;
      margin: auto;
      border-radius: 8px;
      width: auto;
      height: 200px;
    }

    .mini-map {
      border-radius: 24px;
      min-height: 100%;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86)),
        repeating-linear-gradient(0deg, #f2ece5 0 40px, #fbf7f2 40px 80px),
        repeating-linear-gradient(90deg, #f2ece5 0 40px, #fbf7f2 40px 80px);
      border: 1px solid var(--line);
      padding: 30px;
      position: relative;
      overflow: hidden;
    }

    .mini-map::before,
    .mini-map::after {
      content: "";
      position: absolute;
      background: rgba(232, 143, 160, 0.22);
      border-radius: 999px;
    }

    .mini-map::before { width: 200px; height: 200px; right: -80px; top: -60px; }
    .mini-map::after { width: 180px; height: 180px; left: -70px; bottom: -80px; }

    .map-card {
      position: relative;
      z-index: 1;
      background: rgba(255,255,255,0.9);
      border-radius: 22px;
      padding: 20px;
      border: 1px solid rgba(91,74,66,0.08);
      box-shadow: 0 10px 24px rgba(91,74,66,0.07);
    }

    .map-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: var(--pink-deep);
      color: var(--white);
      font-weight: 900;
      margin-bottom: 14px;
    }

    .access-box {
      padding: 28px;
    }

    .access-box h3 {
      margin: 0 0 16px;
      color: var(--brown);
      font-size: 1.3rem;
    }

    .map-embed {
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid var(--line);
      line-height: 0;
    }

    .map-embed iframe {
      display: block;
    }





    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }

    .faq-item {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 22px;
      margin: 0;
      padding: 22px;
      box-shadow: 0 12px 24px rgba(91,74,66,0.06);
    }

    .faq-item dt {
      font-weight: 800;
      color: var(--brown);
      margin-bottom: 8px;
    }

    .faq-item dd {
      margin: 0;
      color: #6a6059;
    }

    .site-footer {
      padding: 34px 0 50px;
      color: #6f645d;
      font-size: 0.92rem;
      text-align: center;
    }

    .footer-note {
      margin-top: 10px;
      font-size: 0.86rem;
    }
    .footer-brand{
      text-align: left;
    }

    
    

    .target-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px;
      margin-top: 40px;
    }

    .target-box {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 24px;
      box-shadow: var(--shadow);
      padding: 12px 24px 28px;
    }

    .target-box strong {
      display: block;
      margin-bottom: 12px;
      font-size: 1rem;
      line-height: 1.5;
      color: var(--brown);
      font-weight: 700;
    }

    .target-box p {
      margin: 0;
      font-size: 1rem;
      line-height: 1.7;
      color: #665b55;
    }

    .target-note {
      margin-top: 64px;
      text-align: center;
    }

    .target-note h3 {
      margin: 0 0 12px;
      /* font-size: 16pt; */
      line-height: 1.6;
      color: var(--brown);
      font-weight: 700;
      /* text-align: left; */

      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

.target-box h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.target-box h3::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon-note.png") no-repeat center center / contain;
  flex: 0 0 24px;
}

.form-note{
  text-align: center;
}
.form-note a{
  text-decoration: underline;
}
/* プライバシーポリシー */
.privacy-policy {
	max-width: 860px;
	margin: 0 auto;
}

.privacy-policy h1 {
	margin: 0 0 32px;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.35;
	color: var(--brown);
}

.privacy-policy h2 {
	margin: 48px 0 16px;
	font-size: 1.35rem;
	line-height: 1.5;
	color: var(--brown);
}

.privacy-policy p,
.privacy-policy li {
	line-height: 1.9;
	color: #5e534d;
}

.privacy-policy ul {
	padding-left: 1.4em;
	margin: 16px 0 16px;
}

.privacy-contact {
	margin-top: 20px;
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(91, 74, 66, 0.08);
	border-radius: 20px;
}


    @media (max-width: 980px) {
      .hero-grid,
      .grid-2,
      .contact-wrap,
      .cta-band,
      .flow,
      .voice-strip,
      .faq-grid {
        grid-template-columns: 1fr;
      }

      .header-nav a:not(.header-cta) { display: none; }
      .cta-band { padding: 32px 24px; }
      .voice-box { min-height: auto; }
      .hero-frame { grid-template-columns: repeat(2, 1fr); }
      .hero{
        background:
        /* url("../images/sakura2.png") no-repeat 78% 59% / 210px auto, */
        radial-gradient(circle at 12% 10%, rgba(255,255,255,0.8) 0 8%, transparent 8.5%),
        radial-gradient(circle at 88% 14%, rgba(255,255,255,0.7) 0 7%, transparent 7.5%),
        radial-gradient(circle at 78% 32%, rgba(255,255,255,0.4) 0 4%, transparent 4.6%),
        linear-gradient(180deg, #f8d5db 0%, #fff7f7 100%);
      }

      .target-grid {
        grid-template-columns: 1fr;
      }

      .target-note {
        margin-top: 40px;
      }
    }


    @media (max-width: 768px) {
      .wrap.hero-grid {
        flex-direction: column-reverse;
        gap:0;
      }
      .hero-copy {
        order: 2;
      }
      .hero-card {
        order: 1;
      }

    }

    @media (max-width: 640px) {
      a.logo{
        font-size: 1.1rem; 
      }
      .section { padding: 68px 0; }
      .header-inner { min-height: 68px; }
      .header-cta { display:none; 46px; padding: 0 18px; font-size: 0.9rem; }
      .hero { padding: 28px 0 54px; }
      .hero-card, .card, .flow-step, .mini-map, .faq-item { padding: 22px; }
      .cta-band h2 { font-size: 1.7rem; }
      .contact-box .tel { font-size: 2.2rem; }
      .cta-button{
        width: 100%;
      }
      .sp_hidden{
        display: none;
      }
    }

/* WordPress common */
.screen-reader-text{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}
.site-main{display:block;}
.site-main > .wrap{width:min(calc(100% - 32px), var(--wrap));margin:0 auto;}
.page-content-wrap,
.post-content-wrap,
.archive-content-wrap,
.search-content-wrap,
.notfound-content-wrap{padding:72px 0 88px;}
.entry-card{background:#fff;border:1px solid rgba(91,74,66,0.08);border-radius:24px;box-shadow:var(--shadow);padding:32px;height:100%;display:flex;flex-direction:column;}

.entry-title,.page-title{margin:0 0 18px;color:var(--brown);line-height:1.35;}
.entry-meta{font-size:.9rem;color:#7b716b;margin-bottom:18px;}
.entry-content p,.archive-excerpt{color:#5e534d;}
.entry-content img{height:auto;border-radius:18px;}



.entry-thumbnail {

	margin: 0 0 22px;
	overflow: hidden;
	border-radius: 20px;

}

.entry-thumbnail img {

	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;

}
.post-navigation,.posts-navigation{margin-top:40px;}
.nav-links{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.nav-links a{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid rgba(91,74,66,0.08);box-shadow:0 8px 20px rgba(91,74,66,0.06);}
.archive-grid{display:grid;gap:24px;align-items:stretch;}
.search-form{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 28px;}
.search-field{flex:1 1 280px;min-height:48px;padding:0 16px;border:1px solid rgba(91,74,66,0.16);border-radius:999px;background:#fff;}
.search-submit{min-height:48px;padding:0 20px;border:0;border-radius:999px;background:linear-gradient(135deg,#ef98a8 0%,#e78294 100%);color:#fff;font-weight:700;cursor:pointer;}
.site-footer a{color:inherit;}
.no-comments,.comment-closed{margin-top:24px;color:#7b716b;}
@media (max-width: 767px){
  .entry-card{padding:24px;}
  .nav-links{flex-direction:column;}
}

/* Enhanced WordPress layout */
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 14px;background:#fff;border-radius:10px;z-index:999;overflow:visible;box-shadow:0 8px 20px rgba(0,0,0,.1)}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}
.footer-title{font-weight:800;color:var(--brown)}
.footer-nav{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.footer-nav a{color:#6f645d}
.page-hero{padding:56px 0 28px;background:linear-gradient(180deg, rgba(248,213,219,.55) 0%, rgba(255,247,247,.65) 100%)}
.page-hero-inner{max-width:820px}
.page-hero-label{display:inline-block;margin:0 0 12px;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--pink-deep)}
.page-title{font-size:clamp(2rem,4vw,3rem)}
.page-lead{margin:0;color:#665b55}
.entry-card-centered{text-align:center}
.entry-card-page{padding:40px}
.entry-header-page{margin-bottom:24px}
.entry-meta-top{margin-bottom:10px;font-size:.88rem;color:#7b716b;font-weight:700}
.entry-thumbnail{margin:0 0 22px}
.entry-thumbnail img{width:100%;height:auto;object-fit:cover;border-radius:20px}
.entry-thumbnail.is-single img{max-height:620px}
.entry-more{margin-top:auto;padding-top:18px}
.entry-more a{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:var(--pink-deep)}
.entry-more a::after{content:"→"}
.entry-content{flex:1;display:flex;flex-direction:column;}
.entry-content > *:first-child{margin-top:0}
.entry-content > *:last-child{margin-bottom:0}
.entry-content h2,.entry-content h3,.entry-content h4{color:var(--brown);line-height:1.45}
.entry-content ul,.entry-content ol{padding-left:1.4em}
.entry-content blockquote{margin:28px 0;padding:18px 20px;border-left:4px solid var(--pink-deep);background:#fff8fa;border-radius:0 16px 16px 0}
.entry-content a{color:var(--pink-deep);text-decoration:underline;text-underline-offset:2px}
.blog-preview-grid .entry-card{height:100%}
.section-button-row{margin-top:32px;text-align:center}
.post-navigation-single{margin-top:32px}
.archive-description{color:#665b55}
.site-blog-index .archive-grid,.archive-content-wrap .archive-grid,.search-content-wrap .archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

.site-blog-index .entry-content p:not(.entry-more),

.news-preview .entry-content p:not(.entry-more) {

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;

}


@media (max-width: 980px){
  .site-blog-index .archive-grid,.archive-content-wrap .archive-grid,.search-content-wrap .archive-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px){
  .footer-inner{justify-content:center;text-align:center}
  .site-blog-index .archive-grid,.archive-content-wrap .archive-grid,.search-content-wrap .archive-grid{grid-template-columns:1fr}
  .entry-card-page{padding:28px}
}

/* Front page news preview grid */
.news-preview .archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width: 980px){
  .news-preview .archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 767px){
  .news-preview .archive-grid{grid-template-columns:1fr}
}


/* contact */
.contact-section .wpcf7 {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.contact-section .wpcf7 form {
	margin: 0;
}

.contact-section .contact-form {
	display: grid;
	gap: 28px;
	width: 100%;
}

.contact-section .form-row {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 20px 32px;
	align-items: start;
	width: 100%;
}

.contact-section .form-label,
.contact-section .form-field {
	width: 100%;
	min-width: 0;
}

.contact-section .form-label p,
.contact-section .form-field p,
.contact-section .form-submit p {
	margin: 0;
}

.contact-section .form-label p {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.contact-section .form-label br {
	display: none;
}

.contact-section .required-badge,
.contact-section .optional-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	flex: 0 0 auto;
}

.contact-section .required-badge {
	background: var(--pink-deep);
	color: #fff;
}

.contact-section .optional-badge {
	background: #b8b3b1;
	color: #fff;
}

.contact-section .label-text {
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.5;
	color: var(--brown);
}

.contact-section .form-field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.contact-section .wpcf7 input[type="text"],
.contact-section .wpcf7 input[type="email"],
.contact-section .wpcf7 input[type="tel"],
.contact-section .wpcf7 textarea,
.contact-section .wpcf7 select {
	display: block;
	width: 100%;
	padding: 16px 20px;
	border: 1px solid rgba(91, 74, 66, 0.12);
	border-radius: 24px;
	background: #fff;
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--text);
	box-shadow: none;
}

.contact-section .wpcf7 textarea {
	min-height: 220px;
	resize: vertical;
}

.contact-section .wpcf7 input::placeholder,
.contact-section .wpcf7 textarea::placeholder {
	color: #9a9995;
}

.contact-section .wpcf7 input:focus,
.contact-section .wpcf7 textarea:focus,
.contact-section .wpcf7 select:focus {
	outline: none;
	border-color: rgba(235, 143, 160, 0.8);
	box-shadow: 0 0 0 4px rgba(235, 143, 160, 0.10);
	background: #fffdfd;
}

.contact-section .wpcf7 .wpcf7-checkbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.contact-section .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

.contact-section .wpcf7 .wpcf7-checkbox label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--text);
	cursor: pointer;
}

.contact-section .wpcf7 input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 0;
	accent-color: var(--pink-deep);
}

.contact-section .form-submit {
	grid-column: 1 / -1;
	text-align: center;
	padding-top: 8px;
}

.contact-section .wpcf7 .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(420px, 100%);
	min-height: 58px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ef98a8 0%, #e78294 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 14px 30px rgba(231, 130, 148, 0.20);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.contact-section .wpcf7 .wpcf7-submit:hover {
	opacity: 0.95;
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(231, 130, 148, 0.24);
}

.contact-section .wpcf7 .wpcf7-spinner {
	display: block;
	margin: 12px auto 0;
}

.contact-section .wpcf7 .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 14px 16px;
	border-radius: 16px;
	font-weight: 700;
}

.contact-section .wpcf7 .wpcf7-submit,
.contact-section .wpcf7 .wpcf7-submit:disabled,
.contact-section .wpcf7 .wpcf7-submit[disabled] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(420px, 100%);
	min-height: 58px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #ef98a8 0%, #e78294 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 14px 30px rgba(231, 130, 148, 0.20);
	opacity: 1;
	-webkit-appearance: none;
	appearance: none;
}

.contact-section .wpcf7 form.submitting .wpcf7-submit,
.contact-section .wpcf7 form.sent .wpcf7-submit,
.contact-section .wpcf7 form.invalid .wpcf7-submit,
.contact-section .wpcf7 form.failed .wpcf7-submit {
	background: linear-gradient(135deg, #ef98a8 0%, #e78294 100%);
	color: #fff;
	opacity: 1;
}
.contact-section .wpcf7 .wpcf7-submit:hover,
.contact-section .wpcf7 .wpcf7-submit:focus {
	opacity: 0.95;
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(231, 130, 148, 0.24);
}


@media (max-width: 900px) {
	.contact-section .form-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.contact-section .form-submit {
		grid-column: auto;
	}

	.contact-section .label-text {
		font-size: 0.95rem;
	}
}
