.sr-main{
  width:min(100% - 32px,980px);
  margin:0 auto;
  padding:30px 0 calc(92px + env(safe-area-inset-bottom));
}
.sr-card{
  border:1px solid #e3d4c2;
  border-radius:14px;
  background:#fffdf8;
  box-shadow:0 10px 24px rgba(92,64,35,.06);
}
.sr-grid{
  display:grid;
  gap:14px;
}
.sr-section{
  margin:0 0 26px;
}
.sr-section-head{
  margin:0 0 14px;
  text-align:center;
}
.sr-section-head p{
  margin:0 0 7px;
  color:#8a704d;
  font-size:11px;
  font-weight:620;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.sr-section-head h2{
  margin:0;
  color:#34302c;
  font-size:24px;
  font-weight:650;
  line-height:1.45;
}
.store-detail-card{
  padding:18px;
}
.store-badges{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 14px;
}
.store-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  background:#f4eadc;
  color:#8a704d;
  font-size:12px;
  font-weight:620;
}
.store-info-list{
  display:grid;
  gap:0;
  margin:0;
}
.store-info-row{
  display:grid;
  gap:6px;
  padding:14px 0;
  border-bottom:1px solid #eadfce;
}
.store-info-row:last-child{
  border-bottom:0;
}
.store-info-row dt{
  color:#8a704d;
  font-size:12px;
  font-weight:620;
  letter-spacing:.12em;
}
.store-info-row dd{
  margin:0;
  color:#62584f;
  font-size:15px;
  font-weight:430;
  line-height:1.8;
}
.store-action-grid{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.store-action{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:11px 14px;
  border:1px solid #d8c8b2;
  border-radius:12px;
  background:#fffdf8;
  color:#34302c;
  font-size:14px;
  font-weight:620;
  text-decoration:none;
}
.store-action.primary{
  background:#b9a17f;
  color:#fffaf2;
}
.store-map{
  overflow:hidden;
  border-radius:14px;
  border:1px solid #e3d4c2;
  background:#f7efe5;
}
.store-map iframe{
  display:block;
  width:100%;
  height:300px;
  border:0;
}
.store-content{
  padding:18px;
  color:#62584f;
  font-size:15px;
  line-height:1.85;
}
.store-voice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.store-voice-card{
  display:block;
  width:100%;
  padding:0;
  border:1px solid #e3d4c2;
  overflow:hidden;
  appearance:none;
  color:inherit;
  font:inherit;
  text-align:left;
  text-decoration:none;
  cursor:pointer;
}
.store-voice-card img{
  display:block;
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
}
.store-voice-card-placeholder{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:3/4;
  background:#f5efe6;
  color:#9b8a78;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
}
.store-voice-card p{
  margin:0;
  padding:10px 10px 12px;
  color:#62584f;
  font-size:12px;
  line-height:1.55;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.store-voice-card:focus-visible{
  outline:3px solid rgba(185,161,127,.45);
  outline-offset:3px;
}
.store-voice-card-desktop,
.store-voice-card-more{
  display:none;
}
.store-voices.is-expanded .store-voice-card-desktop,
.store-voices.is-expanded .store-voice-card-more{
  display:block;
}
.store-voice-more{
  width:min(100%,280px);
  margin:18px auto 0;
}
.store-voice-more[hidden]{
  display:none;
}
.store-voice-modal[hidden]{
  display:none;
}
.store-voice-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:grid;
  place-items:center;
  padding:22px;
  background:rgba(28,24,20,.7);
  backdrop-filter:blur(8px);
}
.store-voice-modal-panel{
  position:relative;
  display:grid;
  gap:12px;
  width:min(100%,420px);
  max-height:92dvh;
}
.store-voice-modal-close{
  position:absolute;
  right:0;
  top:-50px;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,253,248,.96);
  color:#34302c;
  font-size:24px;
  line-height:1;
  z-index:1;
}
.store-voice-modal-media{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.24);
  border-radius:18px;
  background:#fffdf8;
  box-shadow:0 22px 70px rgba(0,0,0,.34);
}
.store-voice-modal-media img{
  display:block;
  width:100%;
  max-height:72dvh;
  object-fit:contain;
  background:#f5efe6;
}
.store-voice-modal-media img[hidden]{
  display:none;
}
.store-voice-modal-media figcaption{
  margin:0;
  padding:12px 14px 14px;
  color:#34302c;
  font-size:13px;
  font-weight:580;
  line-height:1.65;
}
.store-voice-modal-controls{
  display:grid;
  grid-template-columns:52px 1fr 52px;
  gap:10px;
}
.store-voice-modal-controls button,
.store-voice-modal-controls span{
  display:grid;
  place-items:center;
  min-height:46px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  background:rgba(255,253,248,.94);
  color:#34302c;
  font-size:22px;
}
.store-voice-modal-controls span{
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.store-voice-modal-open{
  overflow:hidden;
}
.store-reserve-card{
  overflow:hidden;
  padding:18px;
}
.store-reserve-intro{
  display:grid;
  gap:6px;
  justify-items:center;
  margin-bottom:16px;
  text-align:center;
}
.store-reserve-kicker{
  margin:0;
  color:#34302c;
  font-size:16px;
  font-weight:620;
}
.store-reserve-intro strong{
  color:#b44578;
  font-size:14px;
  font-weight:560;
}
.store-reserve-video{
  display:grid;
  gap:12px;
  align-items:center;
  margin:0 0 18px;
  padding:14px;
  border:1px solid #e3d4c2;
  border-radius:14px;
  background:#fffaf2;
  color:#34302c;
  text-align:center;
  text-decoration:none;
}
.store-reserve-video small,
.store-reserve-actions small{
  display:block;
  color:#62584f;
  font-size:12px;
  font-weight:430;
}
.store-reserve-video strong{
  display:block;
  margin-top:2px;
  font-size:20px;
  font-weight:650;
  line-height:1.45;
}
.store-reserve-video img{
  display:block;
  width:100%;
  border-radius:10px;
  aspect-ratio:16/9;
  object-fit:cover;
}
.store-reserve-actions{
  display:grid;
  gap:10px;
}
.store-reserve-actions a{
  display:grid;
  gap:4px;
  justify-items:center;
  min-height:96px;
  padding:15px 12px;
  border:1px solid #d8c8b2;
  border-radius:14px;
  background:#fffdf8;
  color:#34302c;
  text-align:center;
  text-decoration:none;
}
.store-reserve-actions span{
  color:#8a704d;
  font-size:12px;
  font-weight:620;
  letter-spacing:.14em;
}
.store-reserve-actions strong{
  font-size:18px;
  font-weight:650;
}
.store-reserve-actions .store-reserve-line{
  border-color:#8edaa6;
  background:#f3fff7;
}
.store-reserve-actions .store-reserve-line strong{
  color:#11943f;
}
.store-consult-banner{
  display:block;
  margin:18px -18px 0;
}
.store-consult-banner img{
  display:block;
  width:100%;
  height:auto;
}
.store-cancel-policy{
  margin:0 -18px -18px;
  padding:24px 18px;
  background:#f6f7f9;
  text-align:center;
}
.store-cancel-policy h3{
  margin:0 0 14px;
  color:#34302c;
  font-size:18px;
  font-weight:650;
}
.store-cancel-policy p{
  margin:0 auto 16px;
  max-width:520px;
  color:#62584f;
  font-size:13px;
  line-height:1.85;
}
.store-cancel-policy ul{
  display:grid;
  gap:8px;
  margin:18px auto;
  max-width:520px;
  padding:0;
  list-style:none;
  text-align:left;
}
.store-cancel-policy li{
  position:relative;
  padding-left:1.35em;
  color:#62584f;
  font-size:13px;
  line-height:1.75;
}
.store-cancel-policy li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#9c7d58;
}
.store-cancel-policy dl{
  display:grid;
  gap:12px;
  margin:18px auto;
  max-width:420px;
  padding:18px;
  border:1px solid #62584f;
  border-radius:8px;
  background:#fff;
}
.store-cancel-policy dl div{
  display:grid;
  gap:3px;
}
.store-cancel-policy dt{
  color:#34302c;
  font-size:14px;
  font-weight:620;
}
.store-cancel-policy dd{
  margin:0;
  color:#c64646;
  font-size:15px;
  font-weight:620;
}
.store-cancel-policy dd.is-free{
  color:#2f9b56;
}
.lower-reserve-contact-main{
  padding-top:8px;
  padding-bottom:18px;
}
.lower-reserve-contact{
  margin-bottom:0;
}
.lower-reserve-card{
  overflow:hidden;
  padding:22px;
}
.lower-reserve-card .store-reserve-intro strong{
  color:#8a704d;
}
.lower-reserve-card .store-reserve-video{
  margin:18px 0 8px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.lower-reserve-card .store-reserve-video img{
  min-height:0;
  border:1px solid #e3d4c2;
  border-radius:12px;
  background:#f4eadc;
  object-fit:contain;
}
.lower-reserve-card .store-reserve-actions{
  gap:0;
  margin:14px 0 0;
  border-top:1px solid #e6d8c7;
  border-bottom:1px solid #e6d8c7;
}
.lower-reserve-card .store-reserve-actions a{
  display:grid;
  grid-template-columns:1fr;
  gap:3px;
  justify-items:start;
  min-height:auto;
  padding:16px 2px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  text-align:left;
}
.lower-reserve-card .store-reserve-actions a + a{
  border-top:1px solid #eadfce;
}
.lower-reserve-card .store-reserve-actions .store-reserve-line{
  border-color:#eadfce;
  background:transparent;
}
.lower-reserve-card .store-reserve-actions span{
  color:#8a704d;
  font-size:11px;
  letter-spacing:.16em;
}
.lower-reserve-card .store-reserve-actions strong{
  color:#34302c;
  font-size:19px;
  line-height:1.35;
}
.lower-reserve-card .store-reserve-actions .store-reserve-line strong{
  color:#149348;
}
.lower-reserve-card .store-reserve-actions small{
  color:#766b61;
  font-size:12px;
}
.lower-contact-grid{
  display:grid;
  gap:10px;
  margin:18px 0 0;
}
.lower-contact-grid article{
  padding:16px;
  border:1px solid #e3d4c2;
  border-radius:14px;
  background:#fffaf2;
}
.lower-contact-grid span{
  display:block;
  margin:0 0 6px;
  color:#8a704d;
  font-size:11px;
  font-weight:620;
  letter-spacing:.16em;
}
.lower-contact-grid h3{
  margin:0 0 8px;
  color:#34302c;
  font-size:17px;
  font-weight:650;
  line-height:1.45;
}
.lower-contact-grid p{
  margin:0;
  color:#62584f;
  font-size:14px;
  line-height:1.8;
}
.lower-contact-grid a{
  color:#8a704d;
  font-weight:620;
}
.voice-db-content{
  padding:18px;
  overflow:hidden;
}
.voice-db-content p{
  margin:0 0 10px;
  color:#62584f;
  font-size:14px;
  line-height:1.8;
  text-align:center;
}
.voice-db-content iframe{
  display:block;
  width:100%;
  min-height:680px;
  border:0;
  border-radius:10px;
  background:#fffdf8;
}
.customers-data-grid,
.customers-concern-grid{
  display:grid;
  gap:12px;
}
.customers-data-card{
  display:grid;
  gap:8px;
  padding:18px;
}
.customers-data-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:#b9a17f;
  color:#fffaf2;
  font-size:18px;
  font-weight:620;
}
.customers-data-card h3,
.customers-concern-grid h3{
  margin:0;
  color:#34302c;
  font-size:20px;
  font-weight:650;
}
.customers-data-card p,
.customers-concern-grid p{
  margin:0;
  color:#62584f;
  font-size:14px;
  line-height:1.8;
}
.customers-concern-grid article{
  padding:18px;
}
.shop-info-counsel{
  width:min(100% - 32px,720px);
  margin:34px auto 46px;
  padding:34px 18px;
  border-top:1px solid #e3d4c2;
  border-bottom:1px solid #e3d4c2;
  text-align:center;
}
.shop-info-counsel__eyebrow{
  margin:0 0 8px;
  color:#8a704d;
  font-size:11px;
  font-weight:620;
  letter-spacing:.22em;
}
.shop-info-counsel h2{
  margin:0;
  color:#34302c;
  font-size:28px;
  font-weight:650;
  line-height:1.45;
}
.shop-info-counsel p{
  margin:16px auto 0;
  max-width:520px;
  color:#62584f;
  font-size:14px;
  line-height:1.85;
}
.shop-info-counsel__note{
  color:#34302c !important;
  font-weight:620 !important;
}
.shop-info-counsel__actions{
  display:grid;
  gap:10px;
  max-width:320px;
  margin:20px auto 0;
}
.shop-info-counsel__actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border:1px solid #d8c8b2;
  border-radius:999px;
  background:#fffdf8;
  color:#34302c;
  font-size:14px;
  font-weight:620;
  text-decoration:none;
}
.shop-info-counsel__actions .shop-info-counsel__primary{
  background:#b9a17f;
  color:#fffaf2;
}
.blog-grid{
  display:grid;
  gap:14px;
}
.blog-list-card{
  overflow:hidden;
  text-decoration:none;
}
.blog-list-card img,
.blog-thumb-placeholder,
.blog-thumb-fallback{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  background:#f4eadc;
}
.blog-list-body{
  padding:15px;
}
.blog-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 8px;
  color:#8a704d;
  font-size:11px;
  font-weight:620;
  letter-spacing:.08em;
}
.blog-list-body h2,
.blog-list-body h3{
  margin:0 0 8px;
  color:#34302c;
  font-size:18px;
  font-weight:650;
  line-height:1.55;
}
.blog-list-body p{
  margin:0;
  color:#62584f;
  font-size:14px;
  line-height:1.78;
}
.blog-article{
  padding:18px;
}
.blog-article h1{
  margin:0 0 12px;
  color:#34302c;
  font-size:28px;
  font-weight:650;
  line-height:1.45;
}
.blog-article-thumb{
  overflow:hidden;
  margin:18px 0;
  border-radius:14px;
}
.blog-article-thumb img{
  display:block;
  width:100%;
  height:auto;
}
.blog-content{
  color:#62584f;
  font-size:15px;
  line-height:1.9;
}
.blog-content h2,
.blog-content h3{
  color:#34302c;
  font-weight:650;
}
.blog-nav{
  display:flex;
  gap:10px;
  justify-content:space-between;
  margin-top:22px;
}
.blog-nav a,
.pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 12px;
  border:1px solid #d8c8b2;
  border-radius:999px;
  background:#fffdf8;
  color:#34302c;
  font-size:13px;
  font-weight:620;
  text-decoration:none;
}
.pagination{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  justify-content:center;
  margin-top:24px;
}
.pagination .current{
  background:#b9a17f;
  color:#fffaf2;
}
@media (min-width:760px){
  .sr-main{
    padding-top:46px;
  }
  .sr-grid.cols-2{
    grid-template-columns:1fr 1fr;
  }
  .blog-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .store-action-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .store-voice-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }
  .store-voice-card-desktop{
    display:block;
  }
  .store-voices:not(.store-voices-has-desktop-more) .store-voice-more{
    display:none;
  }
  .store-voice-card p{
    padding:13px 14px 15px;
    font-size:14px;
    line-height:1.7;
  }
  .store-reserve-video{
    grid-template-columns:1fr 1.35fr;
    text-align:left;
  }
  .store-reserve-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .lower-contact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .customers-data-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .customers-concern-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

/* Generic renewal baseline for legacy fixed pages not yet given a slug template. */
.generic-renewal-main{
  width:min(100% - 28px,980px);
  margin:0 auto;
  padding:28px 0 150px;
}
.generic-renewal-body{
  display:grid;
  gap:18px;
}
.generic-renewal-body > *{
  max-width:100%;
}
.generic-renewal-body h2,
.generic-renewal-body h3{
  color:#34302c;
  line-height:1.45;
  letter-spacing:.03em;
  font-weight:580;
}
.generic-renewal-body h2{
  margin:28px 0 4px;
  padding-bottom:10px;
  border-bottom:1px solid #e3d4c2;
  font-size:22px;
}
.generic-renewal-body h3{
  margin:18px 0 4px;
  font-size:18px;
}
.generic-renewal-body p,
.generic-renewal-body li,
.generic-renewal-body td,
.generic-renewal-body th{
  color:#62584f;
  font-size:15px;
  line-height:1.85;
  font-weight:430;
}
.generic-renewal-body a{
  color:#8a704d;
  font-weight:560;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.generic-renewal-body img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  margin:12px auto;
  border-radius:12px;
  box-shadow:0 12px 28px rgba(92,64,35,.08);
}
.generic-renewal-body table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  border:1px solid #e3d4c2;
  border-radius:12px;
  background:#fffdf8;
  border-spacing:0;
}
.generic-renewal-body tbody{
  display:table;
  width:100%;
  min-width:560px;
  border-collapse:collapse;
}
.generic-renewal-body th,
.generic-renewal-body td{
  padding:12px 11px;
  border-bottom:1px solid #eadfce;
  text-align:left;
  vertical-align:top;
}
.generic-renewal-body th{
  color:#34302c;
  background:#fbf5ec;
  font-weight:580;
}
.generic-renewal-body tr:last-child th,
.generic-renewal-body tr:last-child td{
  border-bottom:0;
}
.generic-renewal-body .wp-block-button__link,
.generic-renewal-body input[type="submit"],
.generic-renewal-body button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 18px;
  border:1px solid #d8c8b2;
  border-radius:999px;
  background:#b9a17f;
  color:#fffaf2;
  font-size:14px;
  line-height:1.4;
  font-weight:560;
  text-decoration:none;
}

@media (max-width:430px){
  .generic-renewal-main{
    width:min(100% - 24px,980px);
    padding-top:22px;
  }
  .generic-renewal-body h2{
    font-size:20px;
  }
  .generic-renewal-body h3{
    font-size:17px;
  }
  .generic-renewal-body p,
  .generic-renewal-body li,
  .generic-renewal-body td,
  .generic-renewal-body th{
    font-size:14px;
  }
}
